/*main css start*/
.main{
	width:100%;
	min-width:1200px;
	font-family:"Microsoft YaHei";
}
 /*轮播插件 css start*/
.topBannerWrap{
	position:relative;
	margin:0 auto;
	width:100%;
	height:808px;
	overflow:hidden;
}
.topBannerWrap .slider{
	height:808px;
	font-size:0;
	position:relative;
	z-index:1;
}
.topBannerWrap .slider .slideList {
    position:absolute;
    top:0;
    left:50%;
    width:100%;
    min-width:1200px;
    height:808px;
    margin-left: -952px;
}

.topBannerWrap .slider li{
	position:relative;
	z-index:2;
}
.topBannerWrap .slider li.active-slide{
	z-index:3;
}
.topBannerWrap .slider .control-nav{
	position:absolute;
	z-index:4;
	left:0;
	bottom:30px;
	height:15px;
	width:100%;
	text-align:center;
}
.topBannerWrap .slider .control-nav li{
	display:inline-block;
	width:18px;
	vertical-align:middle;
	*display:inline;*zoom:1;
}
.topBannerWrap .slider .control-nav a{
	display:inline-block;
	height:10px;
	width:10px;
	border-radius:10px;
	vertical-align:middle;
	font-size:0;
	cursor:pointer;
	background:#fff;
	*display:inline;*zoom:1;
}
.topBannerWrap .slider .control-nav a.active{
	background:#f40107;
}
.topBannerWrap .slider .direction-nav{
	margin:0 auto;
	width:1200px;
}
.topBannerWrap .slider .direction-nav a{
	display:block;
	position:absolute;
	top:400px;
	width:74px;
	height:93px;
	background-image:url(../images/index/bg_direction_nav.png);
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:10;
	text-indent:-9999px;
}
.topBannerWrap .slider .prev{
	background-position:0 0;
	left:0;
}
/*.topBannerWrap .slider .prev:hover{
	background-position:0 -100px;
}*/
.topBannerWrap .slider .next{
	background-position:0 -90px;
	right:0;
}
/*.topBannerWrap .slider .next:hover{
	background-position:-53px -100px;
}*/
/*轮播 css end*/
/*main css start*/
/*.main-proWrap>h2{
	text-align:center;
	color:#2a574a;
	font-size:24px;
	font-weight:bold;
	letter-spacing:40px;
	margin:20px auto 50px auto;
}*/
.listProWrap{
	width:100%;
}
.ProListBox{
	width:1200px;
	margin:80px auto;
	/*float:left;*/
}
.ProListBox li{
	float:left;
	width:220px;
	text-align:center;
	height:32px;
	line-height:32px;
	margin-right:10px;
	/*margin-right:45px;*/
}
.ProListBox li a{
	display:block;
	width:220px;
	margin:0 auto;
	color:#fff;
	border-radius:30px;
	-webkit-border-radius:30px;
	-o-border-radius:30px;
	-ms-border-radius:30px;
	-moz-border-radius:30px;
	font-size:16px;
	padding:0 5px;
}
.ProListBox li a.item-1{
	background:#ff9228;
}
.ProListBox li a.item-2{
	background:#9b56fa;
}
.ProListBox li a.item-3{
	background:#1caaf3;
}
.ProListBox li a.item-4{
	background:#4cbb61;
}
.ProListBox li a.item-5{
	background:#ffba00;
	width:280px;
}

.ProListBox li:hover .ProListDiv{
	border:1px solid #f3f2f6;
	border-radius:80px;
	box-shadow:2px 2px 2px #f3f2f6,2px -2px 2px #f3f2f6,-2px 2px 2px #f3f2f6,-2px -2px 2px #f3f2f6;
}
.ProListBox li:hover .ProListDiv .textSpan,.ProListBox li:hover .ProListDiv .textSpan>i{
	color:#2c897e;
}
.ProListBox li .ProListDiv .textSpan>i{
	font-style:normal;
	color:#d5cd74;
	font-size:20px;
}
.ProListBox li .title_p{
	height:146px;
	/*position:relative;
	z-index: 999;*/
}
.ProListBox li .lastImg_p{
	position:relative;
	z-index:555;
}
.brand_textBox .more_span{
	width:109px;
	height:32px;
	background:url(../images/index/gengduo.jpg) no-repeat;
	display:inline-block;
}
.brand_textBox .more_span:hover{
	background:url(../images/common/more_on.jpg) no-repeat;
}
.main_inputBox>input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#898989;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#898989;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#898989;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#898989;
}
.main_inputBox>button{
	width:40px;
	height:27px;
	border:1px solid #2c897e;
	background:url(../images/index/search.png) no-repeat center #2c897e;
	position:absolute;
	right:0;
	top:0;
	border-radius:0 30px 30px 0;
	z-index:999;
	cursor:pointer;
}
.brand_Box{
	width:100%;
	background:#fff;
	margin:55px auto;
}
.brand_Box .brand_textBox{
	float:left;
	width:460px;
	height:494px;
	background:url(../images/index/brand_bg.jpg);
}
.brand_Box .brand_textBox h2{
	color:#2a574a;
	font-size:36px;
	font-weight:bold;
}
.brand_Box .brand_textBox h2.title{
	padding-bottom:20px;
	border-bottom:2px solid #39373a;
	width:380px;
}
.brand_Box .brand_textBox .brand_dl{
	font-size:16px;
	color:#39373a;
	line-height:25px;
}
.brand_Box .brand_textBox .brand_dl dt>a{
	font-size:16px;
	color:#39373a;
	line-height:35px;
}
.brand_Box .brand_imgBox{
	width:740px;
	height:494px;
	float:left;
}
.brand_Box .brand_Story{
	background:url(../images/index/Story_bg.jpg);
	text-align:right;
}
.brand_Box .brand_Story h2.title{
	float:right;
}
.brand_Box .brand_Story .brand_Storytxt{
	font-size:16px;
	color:#39373a;
	line-height:25px;
}
.aboutBox{
	width:100%;
	background:url(../images/index/about_bg.jpg) no-repeat;
	background-size:100% 100%;
	padding:40px 0 55px 0;
}
.aboutBox>h2{
	text-align:center;
	color:#2a574a;
	font-size:26px;
	font-weight:bold;
	letter-spacing:26px;
}
.aboutListWrap{
	width:1170px;
	margin:30px auto 20px auto;
	overflow:hidden;
}
.aboutListWrap .aboutList{
	width:1200px;
	margin:0 auto;
}
.aboutListWrap .aboutList li{
	float:left;
	width:370px;
	margin-right:30px;
	text-align:center;

	padding:30px 0;
}
.aboutListWrap .aboutList li p.txt{
	text-overflow:-o-ellipsis-lastline;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;

}
.aboutListWrap .aboutList li a{
	color:#39373a;
	font-size:22px;
}

/*main css end*/