﻿.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 35px;
	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: 14.2%;
}
.nav ul > li .nav_con .nav_jjfa li .bt {
	color: #544e45;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	height:50px
}
.nav ul > li .nav_con .nav_jjfa li .img {
	display: block;
	margin: 20px auto 0;
	width: 163px;
	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:600px; /*background:url(../img/banner.jpg) no-repeat center;*/
}
/*<--!广告轮播样式效果一-->*/
#flashs {
	position: relative;
	height: 600px;
	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;
}

.index {
	width: 100%;
	overflow: hidden;
}

.index .floor_2_main {
	width: 100%;
}
.index .floor_2_main .floor_2 {
	padding: 80px 0;
}
.index .youshi .item {
	padding-bottom: 60px;
	position: relative;
	padding-top: 64px;
}
.index .youshi .item .tit {
	width: 194px;
	position: relative;
}
.index .youshi .item .tit img {
	width: 170px;
	height: 330px;
	display: block;
}
.index .youshi .item .tit h3 {
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	left: 134px;
	top: 34px;
}
.index .youshi .item .txt {
	padding-top: 78px;
	width: 502px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.index .youshi .item .txt h2 {
	font-size: 30px;
	font-weight: bold;
	color: #296ac0;
	line-height: 32px;
}
.index .youshi .item .txt h4 {
	display: block;
	line-height: 20px;
}
.index .youshi .item .txt .desc {
	padding-top: 20px;
}
.index .youshi .item .txt .cha {
	font-size: 18px;
	width: 200px;
	height: 54px;
	line-height: 54px;
	display: block;
	border: 2px solid #009b4c;
	text-align: center;
	color: #009b4c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 34px;
}
.index .youshi .item .txt .cha:hover {
	background: #009b4c;
	color: #fff;
}
.index .youshi .item .img {
	position: absolute;
	right: -80px;
	top: 0;
}
.index .youshi .item .img img {
	max-width: 530px;
	display: block;
}
.index .youshi .item.it2 {
	padding-left: 490px;
}
.index .youshi .item.it2 .img {
	right: auto;
	left: 0;
}
.index .youshi .item:hover .txt {
	-webkit-transform: translate3d(0, -6px, 0);
	transform: translate3d(0, -6px, 0);
}

.fl {
	float: left;
}
.fr {
	float: right;
}