﻿@charset "utf-8";
/*-------------------------------   index 首页---------------------------------*/

/*-----首页 banner-----*/
.slideBox {
	width: 100%;
	height: 596px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 659px;
}
.slideBox .bd li a {
	display: block;
	height: 659px;
}
.slideBox .bd img {
	width: 450px;
	height: 659px;
	display: block;
}
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 47.1%;
	bottom: 0;
	margin-top: 0;
	display: block;
	width: 41px;
	height: 64px;
	background: url(../images/arrow_left.png) no-repeat;
}
.slideBox .next {
	left: auto;
	right: 47.1%;
	background: url(../images/arrow_right.png) no-repeat;
}
.slideBox .prev:hover, .slideBox .next:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .7;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
/*---造型index-----*/
.izao {
	background: url(../images/k4.png) center bottom no-repeat;
	height: 576px
}
.slideBox02 {
	width: 1000px;
	height: 427px;
	overflow: hidden;
	position: relative;
	padding: 48px 0 0
}
.slideBox02 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.slideBox02 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox02 .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox02 .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBox02 .bd02 {
	position: relative;
	height: 427px;
	z-index: 0;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.slideBox02 .bd02 li {
	zoom: 1;
	vertical-align: middle;
	height: 427px;
}
.slideBox02 .bd02 li .img {
	float: left;
	width: 306px;
	height: 427px;
}
.slideBox02 .prev, .slideBox02 .next {
	position: absolute;
	right: 58px;
	bottom: 50px;
	margin-top: -37px;
	display: block;
	width: 63px;
	height: 38px;
	background: url(../images/k2.gif) no-repeat;
}
.slideBox02 .next {
	width: 58px;
	left: auto;
	right: 0;
	background: url(../images/k3.gif) no-repeat;
}
.slideBox02 .prev:hover, .slideBox02 .next:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .7;
}
.slideBox02 .prevStop {
	display: none;
}
.slideBox02 .nextStop {
	display: none;
}
.izright {
	float: left;
	width: 648px;
	padding: 0 0 0 40px;
}
.izright h2 {
	font-size: 24px;
	color: #fff;
	padding: 50px 0 0
}
.izright h4 {
	font-size: 16px;
	color: #fff;
	padding: 5px 0 0
}
.izright span {
	display: block;
	line-height: 33px;
	font-size: 14px;
	color: #fff;
	padding: 40px 0 0
}
.izao_amore {
	position: absolute;
	right: 0;
	top: 195px;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	z-index: 22;
}
/*---成果----*/
.icheng h2 {
	background: url(../images/k4.gif) left top no-repeat;
	height: 66px;
	color: #666666;
	font-size: 14px;
	padding: 45px 0 0 88px;
}
.icheng h2 label {
	font-size: 24px;
	color: #000;
}
.accordion {
	width: 1180px;
	overflow: hidden;
	height: 330px;
	margin: 44px auto 0;
}
.accordion ul li {
	margin: 0 1px 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	float: left;
	width: 180px;
	height: 330px;
	cursor: pointer;
	position: relative;
}
.accordion ul li.active {
	width: 460px;
}
.accordion ul li a {
	display: block;
	width: 180px;
	height: 330px;
	cursor: pointer;
}
.accordion ul li a span {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	width: 460px;
	transition: 0;
	height: 330px;
}
.accordion ul li.active span {
	display: none;
}
.accordion ul li .iccon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	padding-left: 32px;
	width: 428px;
	height: 330px;
	display: none;
}
.accordion ul li.active .iccon {
	display: block;
}
.accordion ul li .iccon h4 {
	font-size: 14px;
	color: #fff;
	padding: 230px 0 0;
	height: 30px;
}
.accordion ul li .iccon h4 b {
	font-size: 24px;
}
.accordion ul li .iccon p {
	font-size: 16px;
	color: #fff;
	padding: 10px 0 0
}
.ic_more {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	margin: 29px 0 0
}
/*---风采----*/
.ifeng_fr {
	float: right;
	width: 467px;
	background: url(../images/k5.png) right bottom no-repeat;
	height: 452px;
}
.if_con {
	padding: 65px 0 0 37px;
}
.if_con img {
	float: left;
}
.if_crr {
	float: right;
	width: 188px;
	padding: 0 25px 0 0
}
.if_crr h4 {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	display: block;
	padding: 100px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.if_crr span {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 5px 0 0;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}
.if_crr .icc {
	color: #fff;
	font-size: 16px;
}
/*book*/
.ibook h2 {
	text-align: center;
	padding: 70px 0 0
}
.message {
	float: left;
	padding: 45px 0 0
}
.message input, .message textarea {
	float: left;
	margin-bottom: 11px;
	border: 1px solid #000;
	line-height: 40px;
	height: 40px;
	text-indent: 20px;
	color: #999999;
	font-size: 14px;
	font-family: 微软雅黑;
}
.message textarea {
	height: 144px;
}
.inp_fl {
	float: left;
	width: 362px;
	padding-right: 16px;
}
.yzm {
	width: 100%;
	margin: 20px 0 0
}
.message .subbut {
	border: 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	font-family: "Microsoft Yahei"
}
.viewcon {
	overflow: hidden;
ma/rgin:0 12px 36px;
	width: 940px;
	display: inline;
	word-break: break-all;
	color: #6c4c30;
	font-size: 14px;
	float: left;
	padding: 0 20px 20px;
	line-height: 30px;
	font-size: 14px
}
.focus {
	width: 358px !important;
	height: 38px !important;
	border: 2px solid #ee0049 !important;
}
.focus1 {
	width: 618px !important;
	height: 142px !important;
	border: 2px solid #ee0049 !important;
}
/*圆圈分类*/
.circle_bg {
	height: 0;
	width: 1004px;
	margin: 0 auto;
	position: relative;
}
.circle_b {
	top: -100px;
	position: absolute;
	z-index: 5;
}
.circle_type {
	width: 200px;
	height: 200px;
	float: left;
	background-color: #f00;
	border-radius: 100%;
	margin: 0 24px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
.circle_type a {
	display: block;
}
.circle_type .titlea {
	width: 55px;
	height: 57px;
	border: 4px solid #fff;
	margin-left: 65px;
	margin-top: 68px;
	font-size: 20px;
	color: #fff;
	padding-left: 10px;
}
/*首页两条咨询*/
.two_news {
	width: 1440px;
	height: 250px;
	clear: both;
}
.two_news_b {
	width: 1004px;
	margin: 0 auto;
}
.two_news_b li {
	float: left;
	width: 490px;
	height: 190px;
	background-color: #4f1c00;
}
.two_news_b li+li {
	margin-left: 20px;
}
.two_news_b li a {
	display: block;
}
.two_news_b .img {
	float: left;
	width: 201px;
	height: 151px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 20px;
	margin-top: 20px;
}
.two_news_b .infob {
	float: left;
	width: 235px;
	padding-left: 20px;
	padding-top: 30px;
}
.two_news_b .title {
	font-size: 18px;
	line-height: 18px;
	color: #ff9a64;
}
.two_news_b .other {
	clear: both;
	color: #8e502f;
	font-size: 14px;
	line-height: 16px;
	padding-top: 15px;
}
.two_news_b .time {
	float: left;
	background-image: url(../images/two_itemicon1.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.two_news_b .looks {
	float: left;
	background-image: url(../images/two_itemicon2.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: 25px;
	background-position: 0 3px;
}
.two_news_b .msg {
	font-size: 14px;
	line-height: 28px;
	color: #c9987d;
	clear: both;
	padding-top: 10px;
}
/*企业资讯+留言*/
.msgnews_bg {
	width: 1440px;
	margin: 0 auto;
	height: 356px;
}
.company_b {
	float: left;
	padding-top: 105px;
}
.company_b li {
	height: 16px;
	width: 452px;
	background-image: url(../images/company_bg.png);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 16px;
	margin-top: 23px;
	float: left;
	margin-right: 40px;
}
.company_b li a {
	display: block;
}
.company_b li .title {
	float: left;
	color: #ff9a64;
	background-color: #0d0400;
	padding-right: 20px;
}
.company_b li .time {
	float: right;
	color: #ff9a64;
	background-color: #0d0400;
	padding-left: 20px;
}
.in_msg_b {
	float: right;
	width: 492px;
}
.in_msg_b form {
	padding-top: 95px;
}
.in_msg_b label {
	clear: both;
	display: block;
	margin-top: 20px;
}
.in_msg_b label:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.in_msg_b label span {
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #ff9a64;
	padding-right: 20px;
}
.in_msg_b label textarea {
	float: left;
	width: 415px;
	height: 85px;
	outline: none;
	border: none;
	background-color: #4f1c00;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-indent: 1em;
}
.in_msg_b label input {
	float: left;
	width: 150px;
	height: 30px;
	border: none;
	outline: none;
	background-color: #4f1c00;
	color: #fff;
	font-size: 14px;
	text-indent: 1em;
}
.in_msg_b .name {
	float: left;
}
.in_msg_b .phone {
	float: left;
	clear: none;
	padding-left: 40px;
}
.in_msg_b .sub_b {
	clear: both;
	padding-top: 20px;
	padding-left: 76px;
}
.in_msg_b .sub_b input {
	width: 80px;
	height: 30px;
	border: none;
	outline: none;
	background-color: #4f1c00;
	color: #ff9a64;
	font-size: 14px;
	cursor: pointer;
}
/*服务特色*/
.iservice {
	height: 890px;
}
.iservice .head_bg {
	float: left;
	width: 100%;
	height: 43px;
	margin: 55px 0 0 0;
	position: relative;
}
.iservice .line_b {
	height: 43px;
	padding: 0 0 10px 0;
	text-align: center;
}
.iservice .line_b label {
	font-size: 34px;
	color: #643e33;
	line-height: 1;
	font-weight: bold;
	font-style: italic
}
.iservice .line_b .name {
	font-size: 22px;
	color: #eaac4a;
	padding: 60px 0 10px
}
.iservice .line_b .wwi {
	font-size: 18px;
	color: #333333;
	font-family: 宋体
}
.isej {
	height: 285px;
	width: 508px;
	padding: 0 500px 144px 0;
	margin: 60px 0 0;
	color: #666666;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
}
.d_serul {
	width: 100%;
	float: left;
	margin-top: -80px;
	height: 260px;
}
.d_serul li {
	float: left;
	width: 170px;
	height: 251px;
	border-bottom: 5px solid #ecac4a;
	margin: 0 10px 0 0;
	position: relative;
	overflow: hidden;
}
.d_serul li .title {
	position: absolute;
	width: 26px;
	right: 20px;
	bottom: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}
.d_serul li img {
	height: 251px;
	width: 170px;
}
.d_serul li label {
	position: absolute;
	width: 170px;
	height: 251px;
	left: 0;
	top: 0;
	background: url(../images/db8.png) center top no-repeat;
}
.d_serul li a {
	display: block;
}
.d_serul li a:hover label {
	background: url(../images/db9.png) center top no-repeat;
}
.d_serul li a:hover .title {
	color: #e0a74f
}
/*主要车型*/
.iche {
	height: 500px;
}
.iche .head_bg {
	float: left;
	width: 100%;
	height: 43px;
	margin: 55px 0 30px 0;
	position: relative;
}
.iche .line_b {
	height: 43px;
	padding: 0 0 10px 0;
	text-align: center;
	background: url(../images/db.gif) center bottom no-repeat;
}
.iche .line_b label {
	font-size: 34px;
	color: #edab4a;
	line-height: 1;
	font-weight: bold;
	font-style: italic
}
.d_cheul {
	padding: 25px 0 0
}
.d_cheul li {
	float: left;
	width: 170px;
	height: 185px;
	margin: 0 15px;
	position: relative;
}
.d_cheul li img {
	float: left;
	width: 170px;
	height: 140px;
}
.d_cheul li .title {
	float: left;
	width: 100%;
	height: 45px;
	text-align: center;
	background: #edab4a;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.d_cheul li a:hover .title {
	background: #ca841d
}
.d_cheul li a i {
	width: 170px;
	height: 140px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/db5.png) center top no-repeat;
	display: none;
}
.d_cheul li a:hover i {
	display: block;
}
.iche a.more {
	width: 168px;
	height: 38px;
	display: block;
	margin: 50px auto 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	border: 1px solid #e4e6e9
}
.iche a.more img {
	display: inline-block;
	vertical-align: middle;
}
.db_zhu {
	position: absolute;
	left: 422px;
	bottom: 50px;
	background: url(../images/db6.gif) center bottom no-repeat;
	padding: 0 0 107px 0;
	width: 160px;
	height: 40px;
}
.db_zhu a {
	display: block;
	color: #fff;
	width: 158px;
	height: 38px;
	border: 1px solid #e4e6e9;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
}
.db_zhu a img {
	display: inline-block;
	vertical-align: middle;
}
/*车辆展示*/
.pro_bg {
	height: 1075px;
}
.pro_bg .head_bg {
	float: left;
	width: 100%;
	height: 43px;
	margin: 55px 0 30px 0;
}
.pro_bg .line_b {
	height: 43px;
	padding: 0 0 10px 0;
	text-align: center;
	background: url(../images/db.gif) center bottom no-repeat;
}
.pro_bg .line_b label {
	font-size: 34px;
	color: #643e33;
	line-height: 1;
	font-weight: bold;
	font-style: italic
}
.d_proul {
	width: 1004px;
	margin: 0 auto;
	padding-top: 10px;
}
.d_proul li {
	float: left;
	width: 233px;
	height: 175px;
	margin: 0 0 27px 0;
	position: relative;
}
.d_proul li.a {
	float: left;
	width: 500px;
	height: 376px;
	margin: 0 0 27px 0;
	position: relative;
}
.d_proul li+li {
	margin-left: 19px;
}
.d_proul li .divimg {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
}
.d_proul li .divimg span {
	position: absolute;
	width: 50%;
	left: 0;
	bottom: 0;
	height: 50px;
	text-align: center;
	background: url(../images/db4.png) left top repeat;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pro_bg a.more {
	width: 168px;
	height: 38px;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	border: 1px solid #e4e6e9
}
.pro_bg a.more img {
	display: inline-block;
	vertical-align: middle;
}
/*关于我们*/
.index_aboutf {
	height: 535px;
	border-bottom: 3px solid #ebac4c;
}
.index_about {
	width: 575px;
	float: right;
	position: relative;
	height: 520px;
}
.index_about .head_bg {
	float: left;
	width: 100%;
	height: 43px;
	margin-top: 30px;
}
.index_about .line_b {
	height: 43px;
	border-bottom: 2px solid #DFA53D;
	padding: 0 0 10px 0
}
.index_about .line_b .title {
	float: left;
	padding-left: 0;
}
.index_about .line_b .title label {
	font-size: 34px;
	color: #e7a54b;
	line-height: 1;
	font-weight: bold;
	font-style: italic
}
.index_about .line_b .title span {
	font-size: 13px;
	color: #4b4b4b;
	line-height: 1.6
}
.index_about .line_b .more {
	float: right;
	font-size: 12px;
	width: 68px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 10px 0 0;
	color: #00945a;
	border: 1px dotted #86c9b0
}
.iabout {
	width: 100%;
	height: 420px;
	float: left;
	margin-top: 25px;
	overflow: hidden;
	line-height: 26px;
	font-size: 14px;
	color: #af9f9f
}
.iabout_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	padding: 10px 0 0;
}
/*新闻资讯*/
.index_news {
	height: 1314px;
	background: #f5f5f5;
}
.index_news .head_bg {
	float: left;
	width: 100%;
	height: 43px;
	margin: 55px 0 30px 0;
}
.index_news .line_b {
	height: 43px;
	padding: 0 0 10px 0;
	text-align: center;
	background: url(../images/db.gif) center bottom no-repeat;
}
.index_news .line_b label {
	font-size: 34px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
	font-style: italic
}
.index_news .line_b span {
	font-size: 34px;
	color: #643e33;
	line-height: 1;
	font-weight: bold;
	font-style: italic
}
.inew_ul {
	float: left;
	width: 100%;
	padding-top: 35px;
}
.inew_ul li {
	float: left;
	margin: 0 0 39px 0;
	width: 100%;
	height: 300px;
	background: url(../images/db1.gif) left top repeat;
}
.inew_ul li .img {
	float: left;
	width: 400px;
	height: 300px;
	position: relative;
	background-position: center;
	background-size: cover;
}
.inew_ul li a.img i {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 300px;
	background: url(../images/db3.png) center top no-repeat;
	display: none;
}
.inew_ul li a.img:hover i {
	display: block;
}
.inew_ul li .news01 {
	float: left;
	width: 68px;
	height: 56px;
	padding: 17px 0 0 0;
	background: url(../images/db1.png) center center no-repeat;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin: 53px 0 0 -34px;
	position: relative;
	z-index: 9
}
.inew_ul li .news01 span {
	display: block;
	font-size: 14px;
	line-height: 1.2;
}
.inew_ul li .irr {
	float: left;
	margin: 60px 0 0 30px;
	width: 543px;
	width: 496px;
	padding: 0 44px 0 0;
	background: url(../images/db3.gif) right 8px no-repeat;
}
.inew_ul li .irr label {
	display: block;
	font-size: 12px;
	padding: 10px 0 35px;
	background: url(../images/db2.gif) left bottom no-repeat;
}
.inew_ul li .irr label font {
	color: #ebad4a
}
.inew_ul li .irr h4 {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #1d1d1d;
	padding: 2px 0 0;
}
.inew_ul li .irr span {
	display: block;
	font-size: 12px;
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	color: #666666;
	padding: 20px 0 0;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.inew_ul li a:hover h4 {
	color: #643e33
}
.index_news a.more {
	width: 168px;
	height: 38px;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	border: 1px solid #e4e6e9
}
.index_news a.more img {
	display: inline-block;
	vertical-align: middle;
}
/*case*/
.index_case {
	height: 380px;
	background: #fff;
}
.index_case .head_bg {
	float: left;
	width: 100%;
	height: 43px;
	border-left: 2px solid #00945a;
	margin-top: 40px;
}
.index_case .line_b {
	height: 43px;
}
.index_case .line_b .title {
	float: left;
	padding-left: 10px;
}
.index_case .line_b .title label {
	font-size: 28px;
	color: #00945a;
	line-height: 1
}
.index_case .line_b .title span {
	font-size: 13px;
	color: #4b4b4b;
	line-height: 1.6
}
.index_case .line_b .more {
	float: right;
	font-size: 12px;
	width: 68px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 10px 0 0;
	color: #00945a;
	border: 1px dotted #86c9b0
}
.case_b {
	float: left;
	width: 100%;
	padding: 15px 0 0
}
.case_b ul {
	float: left;
	width: 103%;
}
.case_b li {
	float: left;
	width: 319px;
	height: 239px;
	position: relative;
	margin: 0 24px 0 0
}
.case_b li img {
	float: left;
	width: 100%;
	height: 239px;
}
.case_b li .title {
	position: absolute;
	height: 40px;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}
/*contact*/
.icontact {
	background: #e9f0ef;
	height: 1042px;
}
.icontact01 {
	float: right;
	width: 281px;
	margin-top: 60px;
}
.icontact01 .head_bg {
	float: left;
	width: 100%;
	height: 44px;
}
.icontact01 .line_b {
	height: 43px;
}
.icontact01 .line_b .title {
	float: left;
	padding-left: 21px;
}
.icontact01 .line_b .title span {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 44px
}
.icontact01 .line_b .title span img {
	vertical-align: middle;
}
.icontact01 .line_b .more {
	float: right;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 44px;
	text-align: center;
	margin: 0 12px 0 0;
	color: #fff;
}
.icontact02 {
	float: left;
	padding: 30px 0 0 0;
	width: 100%;
	background: url(../images/db29.jpg) center top no-repeat;
	height: 280px;
}
.icontact02 ul li {
	padding-left: 38px;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 70px;
}
.icontact02 ul li.icontact03 label {
	float: left;
	max-width: 54px;
}
.icontact02 ul li.icontact03 span {
	float: left;
	width: 190px;
	padding-left: 2px
}
.icontact02 ul li.icontact04 label {
	float: left;
	max-width: 54px;
}
.icontact02 ul li.icontact04 span {
	float: left;
	width: 190px;
	padding-left: 2px
}
.icontact02 ul li.icontact05 label {
	float: left;
	max-width: 54px;
}
.icontact02 ul li.icontact05 span {
	float: left;
	width: 190px;
	padding-left: 2px
}
.icontact02 ul li.icontact03 {
	background: url(../images/lx02.png) 14px top no-repeat;
}
.icontact02 ul li.icontact04 {
	background: url(../images/lx03.png) 14px top no-repeat;
}
.icontact02 ul li.icontact05 {
	background: url(../images/lx04.png) 14px top no-repeat;
}
.icontact02 ul li.icontact06 {
	padding-left: 68px;
}
.icontact02 ul li.icontact06 a {
	width: 154px;
	height: 40px;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	background-image: url(../images/db7.gif);
	margin: 0 auto;
}
.icontact .ictel {
	float: left;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.icontact .ictel img {
	vertical-align: middle;
}
/*honor*/
.slideBoxpro {
	float: left;
	width: 261px;
	padding: 16px 10px 0;
	height: 320px;
	overflow: hidden;
	position: relative;
	background: url(../images/slideboxpro.gif) no-repeat left top;
}
.slideBoxpro .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.slideBoxpro .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBoxpro .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBoxpro .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBoxpro .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBoxpro .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBoxpro .bd li a {
	display: block;
	width: 190px;
	height: 275px;
	float: left;
	margin: 0 35px;
	background-position: center;
	background-size: cover;
}
.slideBoxpro .bd li p.name {
	display: block;
	float: left;
	width: 100%;
	color: #666666;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
}
.slideBoxpro .prev, .slideBoxpro .next {
	width: 34px;
	height: 34px;
	background: url(../images/l.png) no-repeat;
	float: left;
	margin-left: 5px;
}
.slideBoxpro .next {
	background: url(../images/r.png) no-repeat;
}
.slideBoxpro .prev:hover, .slideBoxpro .next:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .7;
}
.slideBoxpro .prevStop {
	display: none;
}
.slideBoxpro .nextStop {
	display: none;
}
.slideprobtn {
	position: absolute;
	right: 7px;
	bottom: 9px;
	text-align: right;
	display: none;
}
.ihonor {
	float: left;
	width: 281px;
	height: 383px;
	background: #f1f1f1;
	margin: 61px 0 0
}
.ihonor .head_bg {
	float: left;
	width: 100%;
	height: 44px;
	background: #643e33;
}
.ihonor .line_b {
	height: 43px;
}
.ihonor .line_b .title {
	float: left;
	padding-left: 10px;
}
.ihonor .line_b .title label {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 44px
}
.ihonor .line_b .title label img {
	vertical-align: middle;
}
.ihonor .line_b .more {
	float: right;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 44px;
	text-align: center;
	margin: 0 12px 0 0;
	color: #fff;
}
