@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
	/* 10÷16=62.5% */
}

* {
	word-wrap: break-word;
}

body {
	font-size: 12px;
	font-size: 1.2rem;
	/* 12÷10=1.2 */
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body,
html {
	font-family: "微软雅黑";
	min-width: 320px;
}

ul,
ul li,
dl,
dl dt,
dl dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.f_faminly {
	font-family: "微软雅黑";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearboth {
	clear: both;
}

.bigzm {
	text-transform: uppercase;
}

.b_cursor {
	border: 0px;
	cursor: pointer;
}

input {
	outline: 0;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888888;
}

p {
	margin: 0px;
	padding: 0px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

ul li {
	list-style-type: none;
	float: left;
}

.container {
	width: 100% !important;
	max-width: 1200px;
	max-width: 1170px\9;
}

.container1 {
	width: 100%;
}


/*loading加载*/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #466f9e;
	z-index: 10000000;
}

.loading-img {
	width: 231px;
	position: absolute;
	height: 47px;
	left: 50%;
	top: 50%;
	margin-left: -115.5px;
	margin-top: -23.5px;
	-webkit-animation: rotateplane 1.4s infinite ease-in-out;
	animation: rotateplane 1.4s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}

	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}

	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}


/*头部*/

#banner {
	width: 100%;
	position: relative;
}

.clearpadding {
	padding: 0px;
	margin: 0px;
}

.i_bg1 {
	background-color: #f5821f;
}

.header {
	width: 100%;
	position: relative;
	height: 80px;
	left: 0px;
	top: 0px;
	z-index: 100000;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.header.fixedmenu {
	position: fixed;
	background-color: #fff;
	top: 0px;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.i_logo_img {
	width: 17.5%;
	padding-top: 15px;
}

.i_logo_img img {}

.i_logo_r {
	width: 76%;
}


.i_logo_ul {
	width: 100%;
}

.i_logo_ul .nav_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.i_logo_ul .nav_menu li {
	height: 80px;
	float: left;
	margin: 0px;
	padding: 0px;
	/*padding-left:44px;*/
	width: 11.11%;
}

.i_logo_ul .nav_menu li .a_nav {
	width: 100%;
	position: relative;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
}

.i_logo_ul .nav_menu li .a_nav .s1 {
	color: #ccc;
	font-size: 12px;
}

.i_logo_ul .nav_menu li .a_nav:hover,
.i_logo_ul .nav_menu li .a_nav.active,
.i_logo_ul .nav_menu li .a_nav.active1 {
	/*color:#013f94;*/
	color: #f5821f;
	/*background-color:#c1cef2; */
	text-decoration: none;
}

/*.i_logo_ul .nav_menu li .a_nav:after{content:"";width:0px; height:4px; background-color:#1954da; position:absolute; left:50%; bottom:0px;-webkit-transition:all ease-out 0.2s;transition:all ease-out 0.2s;
 margin-left:0px;}
.i_logo_ul .nav_menu li .a_nav:hover:after,.i_logo_ul .nav_menu li .a_nav.active:after,.i_logo_ul .nav_menu li .a_nav.active1:after{ width:70px; margin-left:-35px;}*/
/*.i_logo_ul .nav_menu li dl{width:120px; position:absolute; left:50%; margin-left:-60px; top:80px; display:none; z-index:11; background-color:#fff;}
.i_logo_ul .nav_menu li dl dd{width:100%; float:left;}
.i_logo_ul .nav_menu li dl dd a{width:100%; float:left; height:35px; line-height:35px; text-align:center; overflow:hidden; display:inline-block; color:#333; font-size:14px;}
.i_logo_ul .nav_menu li dl dd a:hover{ text-decoration:none; color:#fff; background-color:#f5821f;}
*/

.i_logo_ul .nav_menu li .two_div {
	width: 100%;
	background-color: rgb(255, 255, 255, 0.9);
	position: absolute;
	left: 0px;
	top: 80px;
	display: none;
	z-index: 11;
	border-top: 1px solid #aebec8;
}

.i_logo_ul .nav_menu li .two_div_c {
	width: 76%;
	padding: 20px 0px 20px 0%;
}

.i_logo_ul .nav_menu li .two_div_c dl {
	width: 100%;
}

.i_logo_ul .nav_menu li .two_div_c dl dd {
	width: 14.285%;
	float: left;
	border-right: 1px solid #d8d8d8;
	padding: 0px 2%;
}

.i_logo_ul .nav_menu li .two_div_c dl dd a {
	width: 100%;
	height: 44px;
	line-height: 22px;
	display: inline-block;
	overflow: hidden;
	background: url(../images/tb_010.png) left top 8px no-repeat;
	padding-left: 15px;
	color: #333333;
	font-size: 14px;
}

.i_logo_ul .nav_menu li .two_div_c dl dd a:hover {
	text-decoration: none;
	color: #f5821f;
}


.home-swiper {
	width: 100%;
	height: 100%;
	background: #000;
}

.home-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}

.home-swiper .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/
.home-swiper .swiper-slide .s1 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
}

.home-swiper .swiper-slide .s1 img {
	width: 100%;
	height: auto !important;
	display: block;
}

.home-swiper .swiper-slide .s2 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: none;
}

.home-swiper .swiper-slide .s2 img {
	width: 100%;
	height: auto !important;
	display: block;
}

.home-swiper .home_next {
	width: 36px;
	height: 36px;
	background: url(../images/banner_rbtn.png) no-repeat;
	background-size: 100%;
	margin-top: -18px;
	left: auto;
	right: 5%;
}

.home-swiper .home_next:hover {
	background: url(../images/banner_rbtn1.png) no-repeat;
}

.home-swiper .home_prev {
	width: 36px;
	height: 36px;
	background: url(../images/banner_lbtn.png) no-repeat;
	background-size: 100%;
	margin-top: -18px;
	left: 5%;
}

.home-swiper .home_prev:hover {
	background: url(../images/banner_lbtn1.png) no-repeat;
}

.home-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px;
	-moz-border-radius: 0px;
	/* Gecko browsers */
	-webkit-border-radius: 0px;
	/* Webkit browsers */
	border-radius: 0px;
	/* W3C syntax */
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.home-swiper .home-pagination .swiper-pagination-bullet {
	background-color: #a7a895;
	width: 60px;
	height: 3px;
}

.home-swiper .home-pagination .swiper-pagination-bullet-active {
	width: 60px;
	background-color: #f5821f !important;
}

.home-swiper.swiper-container-horizontal>.home-pagination.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}

/*首页内容部分*/
.ui_div {
	width: 100%;
}

.ui_div1 {
	width: 100%;
	overflow: hidden;
}

.ui_div_center {
	width: 1480px;
	margin: 0px auto;
}

.ui_div_con {
	width: 1300px;
	margin: 0px auto;
}


/*手机导航*/
/* CSS Document */
.phone_nav {
	display: none;
}

.phone_nav.fixedmenu {
	position: fixed;
	top: 0px;
	background-color: #fff;
	left: 0px;
	z-index: 100000;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.phone_logo {
	padding: 10px 0px;
}

.phone_logo .p1 img {
	width: 100%;
}

@media screen and (max-width:1200px) {
	.phone_logo .p1 {
		display: block;
		width: 43%;
		display: inline-block;
	}

	/*.header{ display:none;}*/
	.phone_logo {
		width: 100%;
		padding: 15px 20px;
		box-sizing: border-box;
	}

	.phone_nav {
		display: block;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		display: block;
		background-color: #fff;
		transition-delay: 0.7s;
		-webkit-transition-delay: 0.7s;
		z-index: 100000;
	}

	/*导航按钮*/
	.phone_nav .nav_but_box {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		right: 3%;
		top: 50%;
		margin-top: -15px;
		z-index: 1;
		transition: all 0.7s;
		-webkit-transition: all 0.7s;
	}

	.phone_nav .nav_but {
		display: inline-block;
		position: relative;
		width: 20px;
		height: 2px;
		z-index: 2;
		margin: 13px 0 0 5px;
		background: #f5821f;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		transition-property: background-color, transform, -webkit-transform;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
	}

	.phone_nav .nav_but:before,
	.nav_but:after {
		content: '';
		display: block;
		width: 20px;
		height: 2px;
		position: absolute;
		background: #f5821f;
		transition-property: margin, -webkit-transform;
		-webkit-transition-property: margin, -webkit-transform;
		transition-property: margin, transform;
		transition-property: margin, transform, -webkit-transform;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
	}

	.phone_nav .nav_but:before {
		margin-top: -5px;
	}

	.phone_nav .nav_but:after {
		margin-top: 5px;
	}

	/*栏目名称*/
	.phone_nav .nav_main {
		height: 100%;
		position: fixed;
		left: 0;
		opacity: 0;
		width: 0;
		transition: all 0.4s ease 0.3s;
		-webkit-transition: all 0.4s ease 0.3s;
		background-color: #f5821f;
		overflow: hidden;
	}

	.phone_nav .nav_main ul {
		padding: 0 20px;
		margin-top: 40px;
	}

	.phone_nav .nav_main li a {
		background-position: left;
		color: #fff;
		height: 46px;
		line-height: 46px;
		display: inline-block;
		background-size: 32px;
		background-repeat: no-repeat;
		font-weight: bold;
	}

	.phone_nav .nav_main .ss {
		border: 1px solid #fff;
		margin-top: 20px;
	}

	.phone_nav .nav_main .ss .p2 {
		float: right;
	}

	.phone_nav .nav_main .ss .p2 input {
		border: 0;
		width: 34px;
		height: 34px;
	}

	.phone_nav .nav_main .ss .p1 {
		display: block;
		margin: 0 34px 0 5px;
	}

	.phone_nav .nav_main .ss .p1 input {
		width: 100%;
		height: 34px;
		line-height: 34px;
		background: none;
		border: 0;
		font-family: "Microsoft YaHei";
		font-size: 14px;
		color: #fff;
	}

	.phone_nav .nav_main li b {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 0px;
		width: 50%;
		height: 50px;
		background: url("../images/lmfooter_bottom.png") center right no-repeat;
		z-index: 99;
	}

	.phone_nav .nav_main .ul {
		padding: 0 0 0px 40px;
		margin: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s;
		-webkit-transition: max-height 0.4s;
	}

	.phone_nav .nav_main .ul li {
		padding: 0;
		border-bottom: 0;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	.phone_nav .nav_main .ul li a {
		padding: 0;
		height: auto;
		line-height: 30px;
		font-weight: normal
	}

	.phone_nav .nav_main .b_one .ul {
		max-height: 300px;
		padding: 0 0 0px 40px;
		margin-bottom: 10px;
	}

	.phone_nav .nav_main li {
		width: 100%;
		transform: translateX(100px);
		-webkit-transform: translateX(100px);
		transition: all 0.8s ease;
		-webkit-transition: all 0.8s ease;
		border-bottom: 1px solid rgba(225, 225, 225, 0.5);
		padding: 0 20px;
		position: relative;
	}

	.phone_nav .nav_main li:nth-of-type(1) {
		transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
	}

	.phone_nav .nav_main li:nth-of-type(2) {
		transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
	}

	.phone_nav .nav_main li:nth-of-type(3) {
		transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
	}

	.phone_nav .nav_main li:nth-of-type(4) {
		transition-delay: 0.4s;
		-webkit-transition-delay: 0.4s;
	}

	.phone_nav .nav_main li:nth-of-type(5) {
		transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
	}

	.phone_nav .nav_main li:nth-of-type(6) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(7) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(8) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(9) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(10) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}


	/*打开样式*/
	.phone_nav_one {
		transition-delay: 0s;
		-webkit-transition-delay: 0s;
	}

	.phone_nav_one .nav_main {
		opacity: 1;
		width: 100%;
		overflow: inherit;
	}

	.phone_nav_one .nav_but {
		background: rgba(0, 0, 0, 0);
	}

	.phone_nav_one .nav_but:before {
		margin-top: 0;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.phone_nav_one .nav_but:after {
		margin-top: 0;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.phone_nav_one .nav_but_box {
		opacity: 0.8;
	}

	.phone_nav_one .nav_main li {
		width: 100%;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}




@media screen and (max-width:470px) {

	/*--768-0--*/
	.phone_logo {
		padding: 10px 10px
	}

	.phone_nav .nav_main ul {
		height: 410px;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}

@media screen and (max-width:758px) {

	/*--768-0--*/
	/*.phone_nav .nav_but_box{ top:34px; right:10px;}*/
	.phone_nav .nav_main ul {
		margin-top: 20px;
		height: 550px;
		overflow-y: auto;
		box-sizing: border-box;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}

/*手机导航*/

.i_ssbn {
	width: 10%;
	height: 100%;
	background: url(../images/tb_02.png) center no-repeat;
	background-size: 20px;
	position: absolute;
	top: 0px;
	right: 50px;
	z-index: 10000;
}

.i_ssbn span {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.i_ssbn_div {
	width: 200px;
	display: none;
	background-color: #fff;
	z-index: 10000;
	position: absolute;
	right: 0px;
	top: 100%;
}

.i_ssbn_div .ipt1 {
	width: 80%;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	border: 0px;
	font-family: "微软雅黑";
	background-color: #fff;
	color: #b9b9b9;
	font-size: 0.16rem;
}

.i_ssbn_div .ipt2 {
	width: 20%;
	height: 40px;
	background: url(../images/tb_02s.png) center no-repeat;
	background-color: #f5821f;
	border: 0px;
	background-size: 15px;
}

.i_ssbn_div input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #b9b9b9;
}

.i_ssbn_div input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #b9b9b9;
}

.i_ssbn_div input:-ms-input-placeholder {
	color: #b9b9b9;
}

.i_ssbn_div input::-webkit-input-placeholder {
	color: #b9b9b9;
}

.i_box1 {
	width: 100%;
}

.i_box1 .s1 {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}

.i_ss {
	width: 14%;
	height: 30px;
	border: 1px solid #cccccc;
	margin-top: 5px;
	background-color: #fff;
	margin-left: 3%;
}

.i_ss .ipt1 {
	width: 85%;
	height: 28px;
	line-height: 28px;
	border: 0px;
	border-right: 1px solid #ccc;
	background-color: transparent;
	text-indent: 10px;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
}

.i_ss .ipt2 {
	width: 15%;
	height: 28px;
	border: 0px;
	background: url(../images/tb_02.png) center no-repeat;
	background-size: 15px;
	cursor: pointer;
}

.i_phone {
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: url(../images/tb_01.png) left center no-repeat;
	padding-left: 30px;
	font-size: 16px;
}

.i_box2 {
	width: 100%;
	padding: 78px 0px 135px 0px;
}

.i_box2_t {
	width: 100%;
	text-align: center;
	line-height: 1.6;
	color: #999999;
	font-size: 18px;
}

.i_box2_t .s1 {
	color: #333333;
	font-size: 40px;
	font-weight: bold;
}

.i_box2_c {
	width: 100%;
	padding: 40px 0px 20px 0px;
}

.i_box2_c .a_img {
	width: 100%;
	display: inline-block;
	float: left;
	overflow: hidden;
	float: left;
	position: relative;
}

.i_box2_c .a_img img {
	width: 100%;
}

.i_box2_c .a_img .a_text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../images/tb_2.png) repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.i_box2_pc {
	width: 100%;
	margin-bottom: 78px;
	position: relative;
}

.home-swiper2 {
	width: 100%;
	height: 100%;
}

.home-swiper2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}

.home-swiper2 .swiper-slide .div {
	width: 100%;
	float: left;
	display: inline-block;
	overflow: hidden;
	position: relative;
	color: #ffffff;
	font-size: 18px;
}

.home-swiper2 .swiper-slide .div:hover {
	color: #fff;
	text-decoration: none;
}

.home-swiper2 .swiper-slide .div img {
	width: 100%;
}

.home-swiper2 .swiper-slide .div .a_text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	background: url(../images/tb_2.png) repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.home-swiper2 .swiper-slide .div:hover .a_text {
	background: none;
	background-color: #f5821f;
}

.home-swiper2 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	background-color: #fff;
	opacity: 1;
	margin: 0px 4px;
}

.home-swiper2 .swiper-pagination-bullet-active {
	background-color: #d92c2f;
	border: 1px solid #d92c2f;
}

.i_box2_pc .home_next2 {
	width: 12px;
	height: 26px;
	background: url(../images/tb_04.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: -42px
}

.i_box2_pc .home_next2:hover {
	background: url(../images/tb_04s.png) no-repeat;
}

.i_box2_pc .home_prev2 {
	width: 12px;
	height: 26px;
	background: url(../images/tb_2z.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: -42px
}

.i_box2_pc .home_prev2:hover {
	background: url(../images/tb_2zs.png) no-repeat;
}

.i_box2_pro {
	width: 100%;
	padding-top: 40px;
}

.i_box2_pro_c {
	width: 100%;
	padding-left: 15.7%;
	height: 100%;
	position: relative;
}

.i_box2_pro_cm {
	width: 15%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #e5e5e5;
}

.i_box2_pro_cm li {
	width: 100%;
	height: 20%;
	float: left;
	border-bottom: 1px solid #fff;
}

.i_box2_pro_cm li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	float: left;
	color: #333333;
	font-size: 18px;
}

.i_box2_pro_cm li a:hover,
.i_box2_pro_cm li a.activem {
	color: #fff;
	text-decoration: none;
	background-color: #f5821f;
}

.i_box2_pro_cm li a .s1 {
	width: 107px;
	background: url(../images/tb_05.png) right center no-repeat;
	position: relative;
	top: 50%;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	display: inline-block;
	padding-right: 35px;
}

.i_box2_pro_cm li a:hover .s1,
.i_box2_pro_cm li a.activem .s1 {
	background: url(../images/tb_06.png) right center no-repeat;
}

.i_box2_pro_cm1 {
	width: 15%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #e5e5e5;
}

.i_box2_pro_cm1 li {
	width: 100%;
	height: 14.285%;
	float: left;
	border-bottom: 1px solid #fff;
}

.i_box2_pro_cm1 li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	float: left;
	color: #333333;
	font-size: 18px;
}

.i_box2_pro_cm1 li a:hover,
.i_box2_pro_cm1 li a.activecase {
	color: #fff;
	text-decoration: none;
	background-color: #f5821f;
}

.i_box2_pro_cm1 li a .s1 {
	width: 107px;
	background: url(../images/tb_05.png) right center no-repeat;
	position: relative;
	top: 50%;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	display: inline-block;
	padding-right: 35px;
	text-align: left;
}

.i_box2_pro_cm1 li a:hover .s1,
.i_box2_pro_cm1 li a.activecase .s1 {
	background: url(../images/tb_06.png) right center no-repeat;
}

.i_box2_pro_cr {
	width: 100%;
	height: 490px;
}

.i_box2_pro_crcon {
	width: 100%;
	position: relative;
}


.home-swiper3 {
	width: 100%;
	height: 100%;
}

.home-swiper3 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}

.home-swiper3 .swiper-slide .div {
	width: 100%;
	float: left;
	display: inline-block;
	overflow: hidden;
	position: relative;
	color: #ffffff;
	font-size: 18px;
}

.home-swiper3 .swiper-slide .div:hover {
	color: #fff;
	text-decoration: none;
}

.home-swiper3 .swiper-slide .div img {
	width: 100%;
}

.home-swiper3 .swiper-slide .div .a_text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	background: url(../images/tb_2.png) repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.home-swiper3 .swiper-slide .div:hover .a_text {
	background: none;
	background-color: #f5821f;
}

.home-swiper3 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	background-color: #fff;
	opacity: 1;
	margin: 0px 4px;
}

.home-swiper3 .swiper-pagination-bullet-active {
	background-color: #d92c2f;
	border: 1px solid #d92c2f;
}

.i_box2_pro_crcon .home_next3 {
	width: 44px;
	height: 44px;
	background: url(../images/img5s.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: auto;
	margin: 0px;
	right: 0px;
	bottom: -75px;
}

/*.i_box2_pro_crcon .home_next3:hover{ background:url(../images/img5.jpg) no-repeat;}*/
.i_box2_pro_crcon .home_prev3 {
	width: 44px;
	height: 44px;
	background: url(../images/img4.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: auto;
	margin: 0px;
	left: auto;
	right: 44px;
	bottom: -75px;
}

/*.i_box2_pro_crcon .home_prev3:hover{ background:url(../images/img4s.jpg) no-repeat;}*/
.i_box2_pro_crcon .swiper-button-next.swiper-button-disabled,
.i_box2_pro_crcon .swiper-button-prev.swiper-button-disabled {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}


.i_bg2 {
	background: url(../images/bg1.jpg) bottom center no-repeat;
	background-size: cover;
}

.i_box3 {
	width: 100%;
	padding: 55px 0px;
}

.i_box3_c {
	width: 100%;
	padding: 30px 9.5% 40px 9.5%;
	background-color: rgb(255, 255, 255, 0.9);
}

.i_box3_text {
	width: 100%;
	margin: 22px 0px 38px 0px;
	height: 128px;
	overflow: hidden;
	text-align: justify;
	line-height: 32px;
	color: #666666;
	font-size: 16px;
}

.i_box3_b {
	width: 100%;
	text-align: center;
}

.i_box3_b a {
	width: 142px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #f5821f;
	color: #f5821f;
	font-size: 14px;
}

.i_box3_b a:hover {
	background-color: #f5821f;
	color: #fff;
	text-decoration: none;
}

.i_box3_b a .s1 {
	height: 40px;
	line-height: 40px;
	background: url(../images/tb_07.png) right center no-repeat;
	padding-right: 30px;
}

.i_box3_b a:hover .s1 {
	background: url(../images/tb_08.png) right center no-repeat;
}

.i_box4 {
	width: 100%;
	padding: 80px 0px 55px 0px;
}

.i_box4_c {
	width: 100%;
	padding: 40px 0px 105px 0px;
}

.i_box4_con {
	width: 100%;
	padding: 40px 0px 25px 0px;
}

.i_box4_con li {
	width: 32%;
	margin-right: 2%;
	float: left;
	padding-bottom: 30px;
}

.i_box4_con li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #666666;
	font-size: 14px;
}

.i_box4_con li .div:hover {
	text-decoration: none;
	color: #666;
}

.i_box4_con li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.i_box4_con li .div .a_img img {
	width: 100%;
}

.i_box4_con li .div .a_text {
	width: 100%;
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	margin-top: 5px;
	display: inline-block;
	color: #333333;
	font-size: 18px;
}

.i_box4_con li .div:hover .a_text {
	color: #f5821f;
}

.i_box4_con li .div .a_text_c {
	width: 100%;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: justify;
}

.i_box4_con li .div .a_text_time {
	width: 100%;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
}


.i_box4_con1 {
	width: 100%;
}

.i_box4_con1 li {
	width: 32%;
	margin-right: 2%;
	float: left;
	padding-bottom: 30px;
}

.i_box4_con1 li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #666666;
	font-size: 14px;
}

.i_box4_con1 li .div:hover {
	text-decoration: none;
	color: #666;
}

.i_box4_con1 li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.i_box4_con1 li .div .a_img img {
	width: 100%;
}

.i_box4_con1 li .div .a_text {
	width: 100%;
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	margin-top: 5px;
	display: inline-block;
	color: #333333;
	font-size: 18px;
}

.i_box4_con1 li .div:hover .a_text {
	color: #f5821f;
}

.i_box4_con1 li .div .a_text_c {
	width: 100%;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: justify;
}

.i_box4_con1 li .div .a_text_time {
	width: 100%;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
}



.i_bg3 {
	background-color: #f7f7f7;
}

.i_box5 {
	width: 100%;
	padding: 50px 0px 40px 0px;
}

.i_box5_ul {
	width: 100%;
	padding-top: 50px;
}

.i_box5_ul li {
	width: 16%;
	float: left;
	margin-right: 0.7%;
	padding-bottom: 20px;
}

.i_box5_ul li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	border: 1px solid #dddddd;
	float: left;
}

.i_box5_ul li .a_img img {
	width: 100%;
}







.i_ff {
	background-color: #494949;
}

.i_footer {
	width: 100%;
	padding: 30px 0px 35px 0px;
}

.i_footer_c {
	width: 100%;
}

.i_footer_l {
	width: 32.5%;
}

.i_footer_l .i_floto {
	width: 100%;
	padding-bottom: 20px;
}

.i_footer_lc {
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
}

.i_footer_lc img {
	max-width: 100%;
	height: auto !important;
}

.i_footer_r {
	width: 58%;
	padding-top: 35px;
}

.i_footer_rc {
	width: 100%;
	padding: 32px 3%;
	border: 1px solid #bbbbbb;
	border-left: 0px;
	border-right: 0px;
}

.i_footer_rc_t {
	width: 100%;
	padding-bottom: 20px;
}

.i_footer_rc_t li {
	width: 11.11%;
	float: left;
	padding: 5px 0px;
}

.i_footer_rc_t li a {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	padding: 0px 5px;
	display: inline-block;
	overflow: hidden;
	color: #fff;
}

.i_footer_rc_t li a:hover {
	text-decoration: none;
	color: #f5821f;
	background-color: #fff;
}

.i_footer_rc_c {
	width: 100%;
}

.i_footer_rc_c dt {
	width: 11.11%;
	padding-left: 5px;
	color: #bbbbbb;
	font-size: 14px;
	float: left;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.i_footer_rc_c dd {
	width: 11.11%;
	float: left;
}

.i_footer_rc_c dd a {
	width: 100%;
	height: 35px;
	padding-left: 5px;
	line-height: 35px;
	display: inline-block;
	overflow: hidden;
	color: #bbb;
	font-size: 14px;
}

.i_footer_rc_c dd a:hover {
	text-decoration: none;
	color: #fff;
}

.i_footer_b {
	width: 100%;
	color: #bbbbbb;
	font-size: 14px;
	line-height: 2;
}

.i_footer_b a {
	color: #bbbbbb;
}

.i_footer_b a:hover {
	color: #666;
}

.wx_top {
	width: 44px;
	height: 44px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 11;
	display: inline-block;
	background: url(../images/tb_09.png) no-repeat;
	background-size: 100%;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.wx_top:hover,
.wx_top:link {
	text-decoration: none;
	background: url(../images/tb_09s.png) no-repeat;
	background-size: 100%;
}


.n_banner {
	width: 100%;
	overflow: hidden;
	background-position: center center;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.n_banner img {
	width: 100%;
}


.pc_amenu {
	width: 100%;
	text-align: center;
	/*-moz-box-shadow:0px 0px 10px #c7c5bf;
-webkit-box-shadow:0px 0px 10px #c7c5bf;
box-shadow:0px 0px 10px #c7c5bf;*/
}

.a_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 60px;
	overflow: hidden;
}

.a_menu .a_menu_a {
	padding: 0px;
	margin: 0px;
	padding: 0px 25px;
	height: 60px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	margin: 0px 0px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
	color: #222222;
	font-size: 16px;
}

.a_menu .a_menu_a:hover,
.a_menu .a_menu_a.activetm1 {
	color: #fff;
	background-color: #1954da;
	text-decoration: none;
}


.a_zxlmenu {
	width: 100%;
	position: relative;
	display: none;
	z-index: 111;
}

.a_zxlmenu_t {
	width: 100%;
	padding: 3% 0px;
	background: url(../images/zxl_jt1.png) right center no-repeat;
	font-size: 16px;
	text-align: center;
	background-color: #f5821f;
	color: #fff;
	cursor: pointer;
	background-size: 30px;
}

.a_zxlmenu_c {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	text-indent: 0px;
	display: none;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.a_zxlmenu_c li {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li .aone {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #f5821f;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}

.a_zxlmenu_c li .aone:hover,
.a_zxlmenu_c li .aone.activetwo {
	color: #fff;
	text-decoration: none;
	background-color: #98cb4e;
}

.a_zxlmenu_c li dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: none;
}

.a_zxlmenu_c li dl dd {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li dl dd a,
.a_zxlmenu_c li dl dd a:hover {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}


.n_bg1 {
	background-color: #f7f7f7;
}

.n_box1 {
	width: 100%;
}

.n_box1_l {
	width: 27%;
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
	text-align: left;
	background: url(../images/tb_011.png) left center no-repeat;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
}

.n_box1_l a {
	color: #666666;
}

.n_box1_l a:hover {
	color: #f5821f;
	text-decoration: none;
}

.n_box1_r {
	width: 72%;
	text-align: right;
}

.n_box1_r a {
	padding: 0px 15px;
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-size: 14px;
	display: inline-block;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box1_r a:hover,
.n_box1_r a.activetwom {
	color: #fff;
	background-color: #f5821f;
	text-decoration: none;
}

.n_box2 {
	width: 100%;
	padding: 60px 0px 70px 0px;
}

.n_box2_ul {
	width: 100%;
}

.n_box2_ul li {
	width: 24%;
	float: left;
	margin-right: 1.3%;
	padding-bottom: 2%;
}

.n_box2_ul li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 18px;
}

.n_box2_ul li .a_img img {
	width: 100%;
}

.n_box2_ul li .a_img .a_text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	background: url(../images/tb_2.png) repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.n_box2_ul li .a_img:hover .a_text {
	background: none;
	background-color: #f5821f;
}



.a_mtbd_dpages {
	width: 100%;
	text-align: center;
	padding: 20px 0% 20px 0%;
	font-size: 14px;
}

.a_mtbd_dpages a,
.a_mtbd_dpages span {
	padding: 0px 15px;
	height: 30px;
	margin-bottom: 5px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #dddbdb;
	color: #666666;
	display: inline-block;
}

.a_mtbd_dpages a:hover,
.a_mtbd_dpages a.activepages,
.a_mtbd_dpages span {
	color: #f5821f;
	text-decoration: none;
	border: 1px solid #f5821f;
}

.n_box3 {
	width: 100%;
	padding-bottom: 60px;
}

.n_box3_t {
	width: 100%;
	padding: 5px 0px;
	line-height: 1.6;
	background-color: #f7f7f7;
	color: #f5821f;
	font-size: 24px;
	text-align: center;
	overflow: hidden;
}

.n_box3_c {
	width: 100%;
	padding: 30px 0px 45px 0px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	text-align: justify;
	line-height: 2;
	color: #666666;
	font-size: 16px;
}

.n_box3_c img {
	max-width: 100%;
	height: auto !important;
}

.n_box3_b {
	width: 100%;
	padding: 25px 0px;
	line-height: 1.8;
}

.n_box3_b a {
	width: 50%;
	color: #333333;
	font-size: 14px;
	float: left;
}

.n_box3_b a:hover {
	text-decoration: none;
	color: #f5821f;
}

.n_box3_b a.a1 {
	text-align: right;
}


.pc-slide {
	width: 100%;
	margin: 0 auto;
}

.view {
	/*height:500px;*/
}

.view .swiper-container {
	width: 100%;
	/*height: 500px;*/
}

.view .swiper-slide {
	width: 100%;
	text-align: center;
	/* height:500px;*/
	/*display:flex;align-items : center; justify-content : center;*/
}

.view .swiper-slide a {
	width: 100%;
	height: 100%;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
}

.view .swiper-slide a img {
	width: 100%;
	/*border:1px solid #e5e5e5;*/
	/* max-width:100%; max-height:100%;*/
}

.view .arrow-left {
	background: url(../images/tb_012.png) no-repeat left top;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -22px;
	width: 24px;
	height: 44px;
	z-index: 10;
	background-size: 100%;
}

.view .arrow-right {
	background: url(../images/tb_013.png) no-repeat left bottom;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -22px;
	width: 24px;
	height: 44px;
	z-index: 10;
	background-size: 100%;
}

.preview {
	/*width: 80%;*/
	padding-top: 40px;
	position: relative;
	overflow: hidden;
	/*padding-bottom:10px;*/
	/* margin:0px 10%;*/
	width: 100%;
	padding: 40px 10% 10px 10%;
}

.preview .swiper-container {
	width: 100%;
	overflow: visible;
	height: 124px;
	margin: 0px 0%;
	overflow: hidden;
}

.preview .swiper-slide {
	width: 285px;
	height: 126px;
	margin: 0px 10px;
	float: left;
	cursor: pointer;

}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(../images/tb_012.png) no-repeat left top;
	position: absolute;
	left: 4%;
	top: 50%;
	margin-top: -20px;
	width: 24px;
	height: 44px;
	z-index: 10;
	background-size: 100%;
}

.preview .arrow-right {
	background: url(../images/tb_013.png) no-repeat left top;
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -20px;
	width: 24px;
	height: 44px;
	z-index: 10;
	background-size: 100%;
}

.preview .swiper-slide {
	position: relative;
}

.preview .swiper-slide img {
	width: 281px;
	height: 122px;
	-webkit-transition: all ease-out 0.2s;
	border: 2px solid #e5e5e5;
	transition: all ease-out 0.2s;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*.preview img {
	padding: 1px;
}*/
/*.preview .swiper-slide:hover img{}*/
.preview .active-nav,
.preview .active-nav {
	z-index: 111;
}

.preview .active-nav img {
	border: 2px solid #f5821f;

}

.n_box4 {
	width: 100%;
	line-height: 2;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	text-align: justify;
}

.n_box4 img {
	max-width: 100%;
	height: auto !important;
}

.n_box5 {
	width: 100%;
}

.n_box5_t {
	width: 100%;
	padding: 10px 0px;
	line-height: 1.7;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.n_box5_time {
	width: 100%;
	padding: 5px 0px;
	line-height: 1.5;
	text-align: center;
	overflow: hidden;
	color: #999999;
	font-size: 16px;
}

.n_box6 {
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #dddddd;
}

.n_box6_l {
	width: 50%;
	border-right: 1px solid #dddddd;
	overflow: hidden;
}

.n_box6_l #allmap {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.n_box6_r {
	width: 50%;
	padding: 40px 4% 0px 4%;
}

.n_box6_r_t {
	width: 100%;
	padding-bottom: 23px;
	line-height: 1.8;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.n_box6_r_c {
	width: 100%;
	line-height: 1.6;
	color: #333333;
	overflow: hidden;
	font-size: 16px;
}

.n_box6_r_c img {
	max-width: 100%;
	height: auto !important;
}

.n_box7 {
	width: 100%;
	padding: 15px 0px;
	line-height: 1.5;
	color: #666666;
	font-size: 24px;
	font-weight: bold;
}

.n_box7_c {
	width: 100%;
}

.n_box11_com {
	width: 100%;
}

.n_box11_com li {
	width: 100%;
	float: left;
	padding: 20px 0px;
}

.n_box11_com li dl {
	width: 100%;
}

.n_box11_com li dl dd {
	width: 29%;
	float: left;
	margin-right: 6.5%;
}

.n_box11_com li dl dd .s1 {
	width: 14%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
}

.n_box11_com li dl dd .ipt1 {
	width: 86%;
	height: 40px;
	background-color: transparent;
	border: 1px solid #dddddd;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-indent: 10px;
	font-family: "微软雅黑";
	-moz-border-radius: 2px;
	/* Gecko browsers */
	-webkit-border-radius: 2px;
	/* Webkit browsers */
	border-radius: 2px;
	/* W3C syntax */
}

.n_box11_com li .s2 {
	width: 4%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
}

.n_box11_com li .ipt2 {
	width: 96%;
	height: 195px;
	resize: none;
	background-color: transparent;
	padding: 10px;
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	border: 1px solid #dddddd;
	-moz-border-radius: 2px;
	/* Gecko browsers */
	-webkit-border-radius: 2px;
	/* Webkit browsers */
	border-radius: 2px;
	/* W3C syntax */
}

.n_box11_com li .s3 {
	width: 100%;
	text-align: center;
}

.n_box11_com li .ipt3 {
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #f5821f;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	font-family: "微软雅黑";
	border: 0px;
	-moz-border-radius: 2px;
	/* Gecko browsers */
	-webkit-border-radius: 2px;
	/* Webkit browsers */
	border-radius: 2px;
	/* W3C syntax */
}


.Amplification1 .img1 {

	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.Amplification1:hover .img1 {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}


.arrowGo {
	animation: arrowGo 2.5s infinite;
	-webkit-animation: arrowGo 2.5s infinite;
}

@-webkit-keyframes arrowGo {
	0% {
		-webkit-transform: translate(0, 30%);
	}

	50% {
		-webkit-transform: translate(0, 0%);
	}

	100% {
		-webkit-transform: translate(0, 30%);
	}
}

@keyframes arrowGo {
	0% {
		transform: translate(0, 30%);
	}

	50% {
		transform: translate(0, 0%);
	}

	100% {
		transform: translate(0, 30%);
	}
}

.Amplification img {
	width: 100%;

	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.Amplification:hover img {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}




@-webkit-keyframes hvr-bob {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes hvr-bob {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
