i, em {
	font-style:normal;
}
.content {
	width:1200px;
	margin:0 auto;
}
.head {
	height:204px;
	background:#FFF;
}
.head .hea-top {
	height:139px;
	padding-top:21px;
	box-sizing: border-box;
}
.head .hea-top .logo {
	width:960px;
	float:left;
}
.head .hea-top .logo .t_logo {
	width:130px;
	height:100px;
	float:left;
	margin-right: 27px;
	line-height: 0;
	overflow: hidden;
}
.head .hea-top .logo .t_logo img {
	width:100%;
}
.head .hea-top .logo h2 {
	float:left;
	padding-top:20px;
}
.head .hea-top .logo h2 span {
	display: block;
	height:35px;
	line-height: 35px;
	font-size: 28px;
	color:#3e3e3f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.head .hea-top .logo h2 em {
	display: block;
	height:35px;
	line-height: 31px;
	font-size: 24px;
	color:#BB3839;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.head .menu {
	height:65px;
}
.head .menu .nav {
	height:63px;
	border-top:2px solid rgba(102, 102, 102, 0.9);
}
.head .menu .nav li {
	height:63px;
	line-height: 63px;
	float:left;
	text-align: center;
	position: relative;
}
.head .menu .nav li:before {
	width:100%;
	height:0;
	background:#BB3839;
	content:"";
	position: absolute;
	left:0;
	top:0;
transition: .5s;
}
.head .menu .nav li a {
	display: block;
	padding:0 40px;
	font-size: 14px;
	color:#535353;
	position: relative;
}
.head .menu .nav li a:before {
	width:1px;
	height:11px;
	background:rgba(17, 13, 4, 0.2);
	content:"";
	position: absolute;
	right:0;
	top:28px;
}
.head .menu .nav li:last-child a:before {
	display: none;
}
.head .menu .nav li:hover:before, .head .menu .nav li.cur:before {
	height:63px;
}
.head .menu .nav li:hover a, .head .menu .nav li.cur a {
	color:#FFF;
	font-weight: bold;
}
.banner {
	position:relative;
	overflow:hidden;
}
.banner .slick-arrow {
	position: absolute;
	font-size: 0;
	top: 50%;
	z-index:12;
	width: 100px;
	height: 100px;
	margin-top: -42px;
	border: 0;
}
.banner .slick-prev {
	outline: none;
	position: absolute;
	top:50%;
	width: 73px;
	height: 73px;
	z-index: 9;
	opacity: 0;
	text-align: center;
	margin-top: -40px;
transition:.8s;
	background:url(images/c_prev.png) no-repeat;
	left: 5%;
	cursor: pointer;
}
.banner .slick-next {
	outline: none;
	position: absolute;
	top:50%;
	width: 73px;
	height: 73px;
	z-index: 9;
	opacity: 0;
	text-align: center;
	margin-top: -40px;
transition:.8s;
	background:url(images/c_next.png) no-repeat;
	right: 5%;
	cursor: pointer;
}
.banner:hover .slick-prev {
	left: 10%;
	opacity: 0.3;
}
.banner:hover .slick-next {
	right: 10%;
	opacity: 0.3;
}
.banner img {
	display: block;
	width: 100%;
	margin:0 auto;
}
.slick-dots {
	position: absolute;
	left: 0;
	font-size:0;
	bottom: 5%;
	width: 100%;
	text-align: center;
	outline: none;
}
.slick-dots li {
	display: inline-block;
	margin: 0 15px;
	outline: none;
}
.slick-dots li button {
	display: block;
	border: 0 none;
	width: 12px;
	height: 12px;
	color: #fff;
	border-radius: 50%;
	background-color: #BB3839;
	outline: none;
transition: .5s;
}
.slick-dots .slick-active button {
	background-color: #BB3839;
	width:50px;
	border-radius: 30px;
}
.footer {
	height:327px;
	background:url(../images/foot.jpg);
}
.foot .ft-nav {
	height:73px;
	background:#BB3839;
	margin-bottom: 30px;
}
.foot .ft-nav ul {
	width:1200px;
	margin:0 auto;
}
.foot .ft-nav ul li {
	float:left;
	height:73px;
	line-height: 73px;
	position: relative;
}
.foot .ft-nav ul li:before {
	width:1px;
	height:11px;
	background:rgba(255, 255, 255, 0.22);
	content:"";
	position: absolute;
	right:0;
	top:33px;
}
.foot .ft-nav ul li:last-child:before {
	display: none;
}
.foot .ft-nav ul li a {
	display: block;
	height:73px;
	font-size: 16px;
	color:#FFF;
	font-weight: bold;
	padding:0 40px;
}
.foot .ft-xx {
	height:133px;
	margin-bottom: 43px;
}
.foot .ft-xx ul {
	height:133px;
	border:1px solid rgba(255, 255, 255, 0.2);
	padding:19px 0;
	box-sizing: border-box;
}
.foot .ft-xx ul li {
	float:left;
	width:33.3%;
	height:93px;
	border-right:1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	padding:7px 83px 0 38px;
}
 .foot .ft-xx ul li:nth-child(2) {
padding-left:80px;
}
 .foot .ft-xx ul li:nth-child(2) p {
font-size: 24px;
color:#FFF;
}
 .foot .ft-xx ul li:nth-child(3) {
padding-left:84px;
}
 .foot .ft-xx ul li:nth-child(3) p {
font-size: 16px;
color:#FFF;
}
.foot .ft-xx ul li em {
	display: block;
	height:29px;
	line-height: 29px;
	padding-left:44px;
	font-size: 14px;
	color:#FFF;
	font-weight: bold;
	margin-bottom: 9px;
}
.foot .ft-xx ul li p {
	line-height: 20px;
	padding-left:44px;
	font-size: 13px;
	color:#FFF;
}
.foot .ft-xx ul li .ft-ico1 {
	background:url(images/ft-ico1.png) no-repeat left;
}
.foot .ft-xx ul li .ft-ico2 {
	background:url(images/ft-ico2.png) no-repeat left;
}
.foot .ft-xx ul li .ft-ico3 {
	background:url(images/ft-ico3.png) no-repeat left;
}
.foot .ft-xx ul li:last-child {
	border-right:0;
}
.foot .ft-link {
	margin-bottom: 30px;
	text-align: center;
}
.foot .ft-link span {
	display: block;
	height:40px;
	line-height: 40px;
}
.foot .ft-link span em {
	display: inline-block;
	height:40px;
	font-size: 14px;
	color:rgba(255, 255, 255, 0.75);
	margin:0 18px;
}
.foot .ft-link span em a {
	font-size: 14px;
	color:rgba(255, 255, 255, 0.75);
}
.foot .ft-link p {
	height:40px;
	line-height: 40px;
}
.foot .ft-link p i {
	display: inline-block;
	height:40px;
	font-size: 14px;
	color:rgba(255, 255, 255, 0.75);
}
.foot .ft-link p a {
	display: inline-block;
	height:40px;
	font-size: 14px;
	color:rgba(255, 255, 255, 0.75);
	margin-right: 32px;
}
.foot .ft-code {
	text-align: center;
}
.foot .ft-code span {
	display: inline-block;
	width:100px;
}
.foot .ft-code span i {
	display: block;
	line-height: 0;
	overflow: hidden;
	width:78px;
	margin:0 auto;
}
.foot .ft-code span i img {
	width:100%;
}
.foot .ft-code span em {
	display: block;
	height:35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color:#FFF;
}
.client-2 {
	position: fixed;
	right: -155px;
	top: 50%;
	z-index: 900;
}
.client-2 li a {
	text-decoration: none;
}
.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 62px;
	position: relative;
}
.client-2 li i {
	background: url(images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}
.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}
.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}
.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}
.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}
.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}
.client-2 .my-kefu-ftop {
	display: none;
}
.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 31px;
	background-position: -23px -47px;
	background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}
.client-2 .my-kefu-left {
	float: left;
	width: 75px;
	height: 47px;
	position: relative;
}
.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}
.client-2 .my-kefu-right {
	width: 20px;
}
.client-2 .my-kefu-tel-main {
	background: #be9a4c;
	color: #fff;
	height: 53px;
	width: 230px;
	padding:9px 0 0;
	float: left;
}
.client-2 .my-kefu-main {
	background: #be9a4c;
	width: 97px;
	height: 53px;
	position: relative;
	padding:9px 0 0;
	float: left;
}
.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}
.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}
.ideaList {
	PADDING-BOTTOM: 30px;
	PADDING-top: 30px
}
.ideaList UL {
	MARGIN-LEFT: 40px
}
.ideaList LI {
	MARGIN: 0px 0px 28px 44px;
	WIDTH: 978px;
	DISPLAY: block;
	FLOAT: left;
	CURSOR: default
}
.ideaList LI .itemBox {
	BORDER-BOTTOM: #e5e5e5 1px solid;
	BORDER-LEFT: #e5e5e5 1px solid;
	BORDER-TOP: #e5e5e5 1px solid;
	BORDER-RIGHT: #e5e5e5 1px solid
}
.ideaList .itemBox .img {
	WIDTH: 240px;
	DISPLAY: block;
	FLOAT: left;
	OVERFLOW: hidden
}
.ideaList .itemBox .img IMG {
	WIDTH: 100%;
	DISPLAY: block;
	transition: 500ms
}
.ideaList .itemBox .con {
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 678px;
	PADDING-RIGHT: 15px;
	DISPLAY: block;
	FLOAT: right;
	FONT-SIZE: 17px;
	PADDING-TOP: 20px
}
.ideaList .itemBox .con .t {
	PADDING-BOTTOM: 30px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	FONT-SIZE: 28px;
	PADDING-TOP: 20px
}
.ideaList LI:hover .itemBox {
	BACKGROUND-COLOR: #BB3839;
	COLOR: #fff
}
.ideaList LI:hover .itemBox .img IMG {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.p12-aboutinfo-1-nr{padding:0 0 20px;}
.tit h3 {
	display: block;
	font-size: 32px;
	color: #333333;
	margin-top: 2px;
	padding-top: 10px;
	letter-spacing: 2px;
	line-height: 30px;
}
.tit h3:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #b09989;
	left: 50%;
	margin-left: -25px;
	top: 72px;
}
.list {
	margin-top: 20px;
	height: 180px;
}
.list li {
	float: left;
	border: 1px solid #eee;
	width: 363px;
	height: 165px;
	text-align: center;
	margin-right: 20px;
	color: #666;
	margin-bottom: 30px;
	line-height: 160%;
	padding: 0 10px;
	font-family: ?¡é¨¨¨ª??o¨²;
	background: #f7f7f7;
	border-radius: 30px;
	transition: all 0.6s;
}
.list li:hover {
	box-shadow: 2px 2px 20px #ccc;
	transform: scale(1.02);
}
.list li img {
	margin-top: 20px;
	width: 52px;
}
.list li i {
	display: block;
	font-size: 14px;
	color: #333;
	padding-bottom: 8px;
	font-style: normal;
	padding-top: 10px;
}
.list li span {
	display: block;
	font-size: 18px;
	color: #0061ae;
}
.list .end {
	float: right;
	margin: 0;
}
.tit h3 {
	margin: 30px 0;
	text-align: center;
	font-size: 28px;
	color: #1A1A1A;
	line-height: 36px;
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
}
.tit h3 i {
	font-size: 16px;
	font-style: normal;
	color: #dedede;
	display: block;
	text-transform: Uppercase;
}
