﻿.body {
	min-width: 1200px;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1220 {
	width: 1220px;
	margin: 0 auto;
}
.home_top {
	background: #fbfbfb;
	height: 30px;
	border-bottom: 1px solid #efefef;
}
.home_top .f-l {
	color: #888888;
	font-size: 12px;
	line-height: 29px;
	background: url(../images/icon1.jpg) no-repeat left center;
	padding-left: 22px;
}
.home_top .f-r a {
	color: #888888;
	font-size: 12px;
	display: inline-block;
	line-height: 29px;
	margin-left: 17px;
	padding-left: 18px;
}
.home_top .f-r .a1 {
	background: url(../images/icon2.jpg) no-repeat left center;
}
.home_top .f-r .a2 {
	background: url(../images/icon3.jpg) no-repeat left center;
}
.home_top .f-r .a3 {
	background: url(../images/icon4.jpg) no-repeat left center;
}
.home_head {
	padding: 19px 0 18px;
}
.home_head .logo {
	display: block;
	float: left;
	height: 55px;
}
.home_head .h_text {
	width: auto;
	float: left;
	margin-top: 20px;
	border-left: 1px dotted #e5e5e5;
	margin-left: 13px;
	padding-left: 10px;
}
.home_head .h_text .d1 {
	color: #666666;
	font-size: 17px;
	margin-top: -5px;
}
.home_head .h_text .d2 {
	margin-top: 6px;
	line-height: 0;
}
.home_head .f-r {
	display: table;
}
.home_head .f-r ul {
	margin-top: 4px;
}
.home_head .f-r ul li {
	margin-left: 16px;
	float: left;
}
.home_head .f-r ul li em {
	display: block;
	float: left;
}
.home_head .f-r ul li .text {
	margin-left: 8px;
	display: table;
	float: left;
}
.home_head .f-r ul li .text h3 {
	color: #706a62;
	font-size: 16px;
}
.home_head .f-r ul li .text .t {
	color: #847e76;
	font-size: 32px;
}
.home_menu {
	background: #296ac0;
	position: relative;
}
.home_menu ul {
	border-left: 1px solid #065b96;
}
.home_menu ul li {
	border-right: 1px solid #065b96;
	float: left;
	line-height: 50px;
}
.home_menu ul li a {
	display: block;
	padding: 0 20px;
	color: #fbfbfb;
	font-size: 16px;
}
.home_menu ul li a i {
	display: inline-block;
	background: url(../images/ps_icon.png) no-repeat center center;
	width: 9px;
	height: 5px;
	line-height: 5px;
	margin-left: 5px;
	position: relative;
	top: -3px;
}
.home_menu ul li .navbox {
	display: none;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 50px;
	background: #443f37;
	padding: 20px 31px 30px;
}
.home_menu ul li .navbox a {
	display: block;
	color: #ada79e;
	font-size: 14px;
	background: url(../images/ps_icon2.png) no-repeat left 13px;
	padding-left: 16px;
	padding-right: 0;
	line-height: 30px;
}
.home_menu ul li .navbox a:hover {
	background: url(../images/ps_icon3.png) no-repeat left 13px;
	color: #e9e5de;
}
.home_menu ul li:hover, .home_menu ul li.cur {
	background: #08368a;
}
.nav ul > li .nav_con {
	display: none;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -960px;
	width: 1920px;
	background: #eeebe7;
	z-index: 10;
}
.nav ul > li .nav_con ol {
	position: relative;/*left: -7px;*/
}
.nav ul > li .nav_con ol:before {
	content: "";
	position: absolute;
	left: 0;
	top: 53px;
	width: 1px;
	height: 252px;
	background: #dddad7;
}
.nav ul > li .nav_con ol li {
	float: left;
	padding: 50px 0;
	text-align: center;
	line-height: 24px;
	position: relative;
	border: 0;
}
.nav ul > li .nav_con ol li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 53px;
	width: 1px;
	height: 252px;
	background: #dddad7;
}
.nav ul > li .nav_con ol li .t {
	margin-top: 6px;
	color: #888888;
	font-size: 12px;
}
.nav ul > li .nav_con ol li .more {
	width: 114px;
	height: 32px;
	background: #b9b9b9;
	border-radius: 2px;
	margin: 30px auto 0;
	padding: 0;
	font-size: 12px;
	line-height: 32px;
}
.nav ul > li .nav_con ol li .more:before {
	display: none;
}
.nav ul > li .nav_con ol li:hover {
	background: #dfdddb;
}
.nav ul > li .nav_con ol li:hover .more {
	background: #296ac0;
}
.nav ul > li .nav_con .nav_pro li {
	width: 25%;
}
.nav ul > li .nav_con .nav_pro li .bt {
	display: block;
	color: #544e45;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.nav ul > li .nav_con .nav_pro li .img {
	display: block;
	width: 108px;
	height: 154px;
	margin: 24px auto 0;
	position: relative;
}
.nav ul > li .nav_con .nav_pro li .img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.nav ul > li .nav_con .nav_pro li:hover {
	background: #dfdddb;
}
.nav ul > li .nav_con .nav_pro li:hover .more {
	background: #296ac0;
}
.nav ul > li .nav_con .nav_jjfa li {
	width: 33.33333333%;
}
.nav ul > li .nav_con .nav_jjfa li .bt {
	color: #544e45;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	height:50px
}
.nav ul > li .nav_con .nav_jjfa li .img {
	display: block;
	margin: 20px auto 0;
	width: 220px;
	height: 133px;
	position: relative;
}
.nav ul > li .nav_con .nav_jjfa li .img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.nav ul > li:hover .nav_con {
	display: block;
}

.nav ul > li .nav_con {
	display: none;
	position: absolute;
	left: 50%;
	top: 50px;
	margin-left: -960px;
	width: 1920px;
	background: #eeebe7;
	z-index: 10;
}
.nav ul > li .nav_con ol {
	position: relative;/*left: -7px;*/
}
.nav ul > li .nav_con ol:before {
	content: "";
	position: absolute;
	left: 0;
	top: 53px;
	width: 1px;
	height: 252px;
	background: #dddad7;
}
.nav ul > li .nav_con ol li {
	float: left;
	padding: 35px 0;
	text-align: center;
	line-height: 24px;
	position: relative;
	border: 0;
}
.nav ul > li .nav_con ol li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 53px;
	width: 1px;
	height: 252px;
	background: #dddad7;
}
.nav ul > li .nav_con ol li .t {
	margin-top: 6px;
	color: #888888;
	font-size: 12px;
}
.nav ul > li .nav_con ol li .more {
	width: 114px;
	height: 32px;
	background: #b9b9b9;
	border-radius: 2px;
	margin: 30px auto 0;
	padding: 0;
	font-size: 12px;
	line-height: 32px;
}
img, li {
 transition: all .8s;
}
.index_body li:hover img, .home_div2 dl a:hover img, .product_body li:hover img, .solution_body li:hover img, .other_body li:hover img, .service_body li:hover img, .support_con dd:hover img, .merchants_body li:hover img, .about_body li:hover img, .about_con3 dt:hover img, .dizhi span:hover img, .news_body li:hover img {
}
.home_con3 li:hover img, .support_banner li:hover img, .merchants_body .home_con41 li:hover {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}
.nav li:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.nav_con li:hover img {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.nav_con a {
	overflow: visible;
}
.banner {
	overflow: hidden;
	width: 100%;
	height: 589px; /*background:url(../img/banner.jpg) no-repeat center;*/
}
/*<--!广告轮播样式效果一-->*/
#flashs {
	position: relative;
	height: 589px;
	overflow: hidden;
}
#flashs .bgitem {
	z-index: 1;
	position: absolute;
	top: 0;
}
#flashs .btn {
	position: absolute;
	z-index: 2;
	bottom: 5px;
	left: 50%;
	margin-left: -50px;
	padding: 0px 6px;
}
#flashs .btn span {
	background: #252525;
	cursor: pointer;
	display: inline-block;
	margin: 2px;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #fff;
}
#flashs .btn span.cur {
	background: #006bbd;
}

/*banner*/
#middle.main 					{padding:0; none;;width:100%;height: 389px;left:0;position:absolute;}
#middle.main #company 			{ margin:0 auto; padding:0; width:1000px;}
#main_thum 						{ height:580px; overflow:hidden; *zoom:1;}
#main_thum:after 				{ content: ""; display:block; clear:both;}
#main_thum li 					{ width:100%; height:580px; float:left;}
#main_thum li a 				{ display:block; position:absolute; top:220px; width:71px; height:51px;}
#main_thum li #visual_01 		{ left:50%; margin-left:-640px;}
#main_thum li #visual_02 		{ left:50%; margin-left:-570px;}
#main_thum li #visual_03 		{ left:50%; margin-left:-500px;}
#main_thum li #visual_04 		{ left:50%; margin-left:-430px;}
#main_thum li #visual_05 		{ left:50%; margin-left:-360px;}
#main_thum li #visual_01 dt img { margin-left:80px;}
#main_thum li #visual_02 dt img { margin-left:10px;}
#main_thum li #visual_03 dt img { margin-left:-60px;}
#main_thum li #visual_04 dt img { margin-left:-130px;}
#main_thum li #visual_05 dt img { margin-left:-200px;}
#main_thum li dl 				{ position:relative; width:100%; z-index:3;}
#main_thum li dt 				{ display:none; position:relative; cursor:pointer;z-index:10;}
#main_thum li dt img 			{ margin-top:-80px; }
#main_thum li dd img 			{ position:absolute; top:205px; left:85px; width:63px; height:46px; cursor:pointer; vertical-align:top; z-index:3;}
#main_thum li .visual 			{ position: absolute; top:0; left:0; width:100%; height: 580px; background: url(../images/b1.jpg); background-size: cover; background-position: center;}
#main_thum li .visual .maxbaner { display:block; width:100%; height:100%; position:absolute; left:0; top:0;}
#main_thum li .visual .wrap 	{ display:none; padding-bottom:0; height: 320px; width:1000px; margin:0 auto; position:relative;}
#main_thum li .visual .wrap img { display:none; position: absolute; bottom:0; right:50px; top:180px; vertical-align:top; z-index:1;}
#main_thum .on a dl dd img 		{ border:4px solid #f0fc38; }
#main_thum li.on dt, .normal #main_thum li > a:focus dt 								{ display:block;}
#main_thum li.on dt span, .normal #main_thum li > a:focus dt span 						{ height:auto;}
#main_thum li.on .visual, .normal #main_thum li > a:focus + .visual 					{ display:block; z-index:1;}
#main_thum li.on .visual .wrap, .normal #main_thum li > a:focus + .visual .wrap 		{ display:block;}
#main_thum li.on .visual .wrap img, .normal #main_thum li > a:focus + .visual .wrap img { display:block; height:100%;}
#main_thum_pager 		{ display:none;}
.homeShowBox 			{ height:580px; position:relative;}
.ny_homeShowBox 		{ height:386px; position:relative;}
.newsShow 				{ width:1000px; height:200px; margin:0 auto 0 auto; position:relative; top:430px; z-index:102;}
.showBox 				{ width:326px; height:155px; padding: 20px; float: left; background:url(../images/opcityW.png) repeat repeat;}
.showBoxTitle 			{ height:18px; line-height: 18px; position: relative;}
.showBoxTitle .ch 		{ font-size:18px; color:#000;}
.showBoxTitle .en 		{ font-size:14px; color:#000; font-family:"Arial"; text-transform:uppercase;}
.showBoxTitle .moreLink { display:block; width:18px; height:17px; background:url(../images/icons.png) no-repeat -41px -2px; position:absolute; right:0px; top:0px;}
.showBoxTitle .moreLink01:hover, .showBoxTitle .moreLink01:active { background:url(../images/icons.png) no-repeat -23px -2px;}
.showBoxTitle .moreLink02:hover, .showBoxTitle .moreLink02:active { background:url(../images/icons.png) no-repeat -59px -2px;}
.showNews 		{ border-bottom:4px solid #4089cf; background-color:#fff;padding:30px 20px}
.showLinks	 	{ border-bottom:4px solid #c3ce47;}
.showVideos 	{ border-bottom:4px solid #d6634a;}
.videos-box 	{ width:1000px; height: 600px; position: relative; display: none; box-shadow: 0px 0px 20px #333; }

.bounceInLeft 			{
							-webkit-animation:bounceInLeft 1s .2s ease both;
							-moz-animation:bounceInLeft 1s .2s ease both;
}