html,body {margin-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;padding:0;font-size:12px;font-family:"Microsoft Yahei UI", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,  SimHei, "\5B8B\4F53", simsun, sans-serif;color:#333;}
div,ol,ul,li,h1,h2,h3,form,dl,dt,dd,h3,h4,h5,h6{padding:0;margin:0;font-size:12px;}
p{padding:0;margin:0;}
img{border:0;}
ol,ul,li,dl,dt,dd{list-style:none;}
a:link {color:#333;text-decoration: none;}
a:visited {text-decoration: none;color:#333;}
a:hover {text-decoration: none;color:#af251c;}
a:active {text-decoration: none;color:#333;}
.clear{clear:both;}
.clearfloat{clear:both;line-height:0px;height:0px;padding:0;font-size:0;margin:0;}
.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:" ";font-size:0}
.clearfix{*zoom:1}
/*::selection{background:#ab0907;color:#FFF;}
::-moz-selection{background:#ab0907;color:#FFF;}
*/
*{box-sizing:border-box;}





.head{
	
}
.head img{
	width:100%;
}
.show800{display:none;}

.img-hide{display:none;}
.img-show{display:block;}
@media (max-width:1200px){
	.img-hide{display:block;}
	.img-show{display:none;}
}
@media (max-width:800px){
	.show800{display:block;}
	.img-show,.img-hide{display:none;}
}



.navbar-toggle {
	width: 44px;
    height: 34px;
	position: absolute;
	left:-54px;
	top:10px;
	padding: 9px 10px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 8px;
	border: 1px solid #fff;
	border-radius: 4px;
	background: url(/img/icon_cross.png) no-repeat;
    background-size: 20px;
    background-position: 11px;
	background-color:#fff!important;
	z-index:10000;
	box-shadow:2px 2px 5px rgba(0,0,0,0.2);
}
.navbar-toggle:focus {
	outline: 0
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	background-color: #9d9d9d;
}
.navbar-toggle.collapsed {
    background: 0;
	
}
.navbar-toggle .sr-only, .navbar-toggle .icon-bar {
    display: none;
}
.navbar-toggle.collapsed .sr-only, .navbar-toggle.collapsed .icon-bar {
    display: block;
}
@media(min-width:1201px) {
.navbar-toggle {
	display: none
}
}


.navwrap{height:62px;width:100%; background:url(/img/nav_bg.gif) repeat-x center center; margin:0 auto 30px auto;}
.nav{
	max-width:1200px;
	margin:0 auto;
}
.navwrap ul{
	width:100%;
	height:62px;
	margin:0 auto;
}
.navwrap li{
	width:134px;
	height:62px;
	padding:12px 0 12px 6px;
	position:relative;
	z-index:4000;
	float:left;
}
.navwrap li.fli{
	width:128px;
	padding:12px 0;
}
.navwrap li span a,.navwrap li span a:visited{
	width:128px;
	height:38px;
	line-height:38px;
	background:url(/img/nav_li_bg.gif) no-repeat;
	font-size:16px;
	text-align:center;
	color:#fff;
	display:block;
	transition: all .3s;
}
.navwrap li span a:hover{
	background:url(/img/nav_ov.gif) no-repeat;
}
.navwrap li.ov span a,.navwrap li span a.ov,.navwrap li span a:visited.ov{
	background:url(/img/nav_ov.gif) no-repeat;
}


.navwrap li dl{
	position: absolute;
    top:100%;
    left:6px;
    z-index: 1000;
    min-width: 128px;
    text-align: center;
	box-shadow:2px 2px 5px rgba(0,0,0,0.2);
	z-index:5000;
	display:none;
}
.navwrap li dl dd{	
	background:#5f4c27;
	position:relative;
	z-index:5;
}
.navwrap li dl dd a,.navwrap li dl dd a:visited{
	height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding:0 10px;
    color: #fff;
	display:block;
	word-break:keep-all;
	white-space:nowrap;
	transition: all .3s;
}
.navwrap li dl dd a:hover{
	background:#af251c;
	color:#fff;
}
.navwrap li dl dd a.ov{
	background:#af251c;
	color:#fff;
}
.navwrap li dl dd dl{
	position:absolute;
	left:100%;
	top:0;
	padding-left:9px;
	padding-top:14px;
	box-shadow:none;
	display:none;
	z-index:6000;
	border:0;
}
.navwrap li dl dd dl:before{
	display:inline-block;
	width:0;
	height:0;
	border-top:9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right:9px solid #5f4c27;
	content: " ";
	position:absolute;
	left:0;
}
.navwrap li dl dd dl dd{
	box-shadow:2px 2px 5px rgba(0,0,0,0.2);
}




.pagemask{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background:#000;
	opacity:0.85;
	z-index:9998;
	display:none;
}



@media (max-width:1200px){
	
	
	.navwrap{
		width:auto;
		height:100%;
		border-bottom:0;
		border-top:0;
		background:none;
		float:none;
		position:fixed;
		right:-176px;
		top:0;
		z-index:9999;
	}
	.nav{
		width:176px;
		height:100%;
		padding-top:30px;
		background:#fff;
		display:block;
	}
	.nav ul{
		height:100%;
		margin:0 auto;
		display:block;
		background:#fff;
		overflow: auto;
	}

	.nav li{
		width:auto;
		height:auto;
		padding:0;
		line-height:20px;
		position:relative;
		z-index:4000;
		float:none;
		display:block;
		background:none;
	}
	.nav li.fli{
		width:auto;
		padding:0;
	}
	.nav li span a,.nav li span a:visited{
		width:auto;
		height:auto;
		line-height:normal;
		font-size:14px;
		color:#595757;
		display:block;
		border-bottom: 1px solid #c9c9ca;
		padding: 10px 60px;
		background:none;
	}
	.navwrap li span a:hover{
		background:none;
		color:#af251c;
	}
	.navwrap li.ov span a,.navwrap li span a.ov,.navwrap li span a:visited.ov{
		background:none;
		color:#af251c;
	}
	.nav li dl{
		visibility:hidden;
		height:0;
	}

}


.mtit1{
	height:60px;
	background:url(/img/tit_line.gif) no-repeat left bottom;
	margin-bottom:30px;
}
.mtit1 h3{
	line-height:60px;
	padding-left:20px;
	background:url(/img/icon_tit.gif) no-repeat left center;
	font-size:20px;
	color:#af251c;
	font-weight:800;
	float:left;
}
.mtit1 h3 span{
	font-size:12px;
	text-transform:uppercase;
	color:#5f4c27;
	padding-left:5px;
	font-weight:normal;
}
.mtit1 p{
	float:right;
	width:50px;
	line-height:60px;
	text-align:right;
	background:url(/img/tit_line.gif) no-repeat right bottom;
}
.mtit1 p a{
	padding-right:8px;
	color:#666666;
	background:url(/img/more_1.gif) no-repeat right center;
}
.mtit1 p a:hover{
	background:url(/img/more_2.gif) no-repeat right center;
	color:#af251c;
}

@media (max-width:640px){
	.mtit1{
		margin-bottom:20px;
	}
}


.mtit2{
	height:37px;
	background:url(/img/tit_bg2.gif) no-repeat left bottom;
	margin-bottom:10px;
}
.mtit2 h3{
	line-height:37px;
	padding-left:33px;
	font-size:16px;
	color:#af251c;
	font-weight:800;
	float:left;
}
.mtit2 p{
	float:right;
	width:50px;
	line-height:37px;
	text-align:right;
}
.mtit2 p a{
	padding-right:8px;
	color:#666666;
	background:url(/img/more_1.gif) no-repeat right center;
}
.mtit2 p a:hover{
	background:url(/img/more_2.gif) no-repeat right center;
	color:#af251c;
}








dl.topnews{
	border-bottom:1px dashed #cccccc;
}
dl.topnews dt{
	height:36px;
	line-height:36px;
	font-size:18px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
dl.topnews dt a{
	color:#af251c;
}
dl.topnews dd{
	font-size:12px;
	line-height:24px;
	max-height:72px;
	color:#747474;
	text-indent:2em;
	margin-bottom:10px;
	overflow:hidden;
}
dl.topnews dd a{
	color:#af251c;
}


.ulist1{
	padding:5px 0;
}
.ulist1 li{
	height:34px;
	line-height:34px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ulist1 li a{
	float:left;
	font-size:14px;
	padding-left:14px;
	background:url(/img/icon_arr8.gif) no-repeat 2px center;
	color:#333;
}
.ulist1 li a:hover{
	background:url(/img/icon_arr9.gif) no-repeat 2px center;
	color:#af251c;
}
.ulist1 li span{
	float:right;
	font-size:12px;
	color:#666666;
}


.ulist2{
	padding:5px 0;
}
.ulist2 li{
	height:32px;
	line-height:32px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ulist2 li a{
	font-size:14px;
	padding-left:14px;
	background:url(/img/icon_arr8.gif) no-repeat 2px center;
	color:#333;
}
.ulist2 li a:hover{
	background:url(/img/icon_arr9.gif) no-repeat 2px center;
	color:#af251c;
}







.main_w1{
	max-width:1200px;
	margin:0 auto 30px auto;
	overflow:hidden;
}
@media (max-width:1200px){
	.main_w1{
		padding:0 10px;
	}
}
.main_col1{
	width:890px;
	height:420px;
	float:left;
	overflow:hidden;
}
.main_con1{
	width:440px;
	float:right;
}

.main_col2{
	width:280px;
	height:420px;
	float:right;
}
.main_col2 ul{
	padding-top:8px;
}

#main_focuspic{
	width:420px;
	height:330px;
	float:left;
}
#main_focuspic .swiper-slide img{
	width:100%;
	height:100%;
}
#main_focuspic .swiper-pagination{
	text-align:right;
}

#main_focuspic .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color:#fff;
	opacity: 1;
	background:#5f4c27;
	border-radius:0;
}
#main_focuspic .swiper-pagination-bullet-active {
	color:#fff;
	background: #af251c;
}

@media (max-width:1200px){
	.main_col1{
		width:50%;
		padding-right:10px;
	}
	.main_con1{
		width:100%;
		float:none;
	}
	#main_focuspic{
		display:none;
	}
	.main_col2{
		width:50%;
		padding-left:10px;
	}
	.main_col2 ul{
		padding-top:0px;
	}
	
}

@media (max-width:880px){
	.ulist1 li span{
		display:none;
	}
}


@media (max-width:640px){
	.ulist1 li span{
		display:none;
	}
	
	.main_col1,.main_col2{
		width:100%;
		padding:0;
	}
	
}








.bnr{
	max-width:1200px;
	margin:0 auto 30px auto;
}
.bnr img{
	width:100%;
}



.main_team_l{
	width:570px;
	float:left;
	transition:all .3s;
}
.main_team_l .team_img{
	width:100%;
	overflow:hidden;
	transition:all .3s;
}
.main_team_l .team_img img{
	width:100%;
	transition:all .3s;
}
.main_team_l .team_img a:hover img{
	transform:scale(1.1,1.1);
}
.main_team_l .team_intro{
	
}
.main_team_l h3{
	font-size:24px;
	color:#5f4c27;
	padding:10px 0;
	text-align:center;
	font-weight:normal;
}
.main_team_l h4{
	font-size:16px;
	color:#5f4c27;
	padding:5px 0;
	text-align:center;
	font-weight:normal;
}
.main_team_l .team_txt{
	font-size:14px;
	line-height:30px;
	text-indent:2em;
	color:#999;
}
.main_team_l .team_txt a{
	color:#af251c;
}



.main_team_r{
	width:595px;
	float:right;
}
.main_team_r ul{
	margin:-10px;
}
.main_team_r ul li{
	width:33.33333333%;
	float:left;
	padding:10px;
}
.main_team_r ul li a{
	width:100%;
	display:block;
	position:relative;
	overflow:hidden;
}
.main_team_r ul li a .t_img{
	width:100%;
	position:relative;
	z-index:1;
}
.main_team_r ul li a .t_img img{
	width:100%;
	transition:all .3s;
}
.main_team_r ul li h3{
	width:100%;
	height:24px;
	line-height:24px;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	color:#fff;
	background-color:rgba(95,76,39,.7);
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	transition:all .3s;
}

.main_team_r ul li .t_mask{
	width:20px;
	height:20px;
	background-color:rgba(255,255,255,.2);
	position:absolute;
	top:50%;
	left:50%;
	z-index:3;
	opacity:0;
	transition:all .5s;
}
.main_team_r ul li a:hover .t_img img{
	transform:scale(1.1,1.1);
	transition:all .3s;
}
.main_team_r ul li a:hover h3{
	bottom:-24px;
	transition:all .3s;
}

.main_team_r ul li a:hover .t_mask{
	width:100%;
	height:100%;
	opacity:1;
	left:0;
	top:0;
	transition:all .5s;
	
}


@media (max-width:1200px){
	.main_team_l,.main_team_r{
		width:100%;
		float:none;
		clear:both;
	}
	.main_team_l{
		margin-bottom:20px;
		padding-bottom:20px;
		border-bottom:1px dashed #cccccc;
	}
	.main_team_l:after{
		content:"";
		display:block;
		clear:both;
		line-height:0;
		height:0;
		font-size:0;
		overflow:hidden;
	}
	.main_team_l .team_img{
		width:47%;
		float:left;
	}
	.main_team_l .team_intro{
		width:53%;
		float:right;
		padding-left:15px;
		text-align:left;
	}
	.main_team_l .team_intro h3,.main_team_l .team_intro h4{
		text-align:left;
	}
}


@media (max-width:840px){
	.main_team_l .team_intro h3{
		font-size:20px;
		padding:5px 0;
	}
	.main_team_l .team_intro h4{
		font-size:14px;
		padding:5px 0;
	}
	.main_team_l .team_intro .team_txt{
		font-size:12px;
		line-height:24px;
	}
}
@media (max-width:640px){
	.main_team_l .team_img{
		width:100%;
		float:none;
	}
	.main_team_l .team_intro{
		width:100%;
		float:none;
		padding-left:0;
	}
	.main_team_l .team_intro h3,.main_team_l .team_intro h4{
		text-align:center;
	}
	.main_team_r ul{
		margin:-5px;
	}
	.main_team_r ul li{
		width:33.33333333%;
		float:left;
		padding:5px;
	}
}
@media (max-width:320px){
	.main_team_r ul li{
		width:100%;
		float:none;
		padding:5px;
	}
}

.main_wrap{
	width:100%;
	background-color:#f7f6f4;
}



.about_pic{
	width:31.5%;
	float:left;
	margin-bottom:50px;
}
.about_pic img{
	width:100%;
	border:1px solid #5f4c27;
}



.about_text{
	width:66.08333333%;
	float:right;
	padding:20px 0 0 0;
	margin-bottom:50px;
	font-size:14px;
	line-height:34px;
	color:#5f4c27;
	letter-spacing:1px;
}
.about_text p{
	text-indent:2em;
}


a.a-more{
	width:194px;
	height:54px;
	display:block;
	background:#e8cd98 url(/img/more_bg.gif) no-repeat;
	text-align:center;
	font-size:18px;
	color:#5f4c27;
	line-height:54px;
	margin:15px auto 5px auto;
	transition:all .3s;
}
a.a-more:hover{
	background:#4e390a url(/img/more_bg.gif) no-repeat;
	color:#fff;
}


@media (max-width:1000px){
	.about_pic{
		width:100%;
		float:none;
		margin-bottom:10px;
		text-align:center;
	}
	.about_pic img{
		width:auto;
		max-width:100%;
	}
	
	.about_text{
		width:100%;
		float:none;
	}
}




.main_col3{
	padding-top:10px;
	margin:0 -10px;
	overflow:hidden;
}

.main_con3{
	width:33.33333333%;
	float:left;
	padding:0 10px;
}
.main_con3 ul{
	padding-left:19px;
}

@media (max-width:580px){
	.main_con3{
		width:100%;
		float:none;
	}
}



.main_pro{
	margin:0 auto 30px auto;
}
@media (max-width:1200px){
	.main_pro{
		width:100%;
		max-width:100%;
		height:auto;
		float:none;
	}	
}
.main_pro ul{
	margin:-9px;
}
.main_pro ul li{
	width:16.66666666%;
	float:left;
	padding:9px;
}

@media (max-width:960px){

	.main_pro ul{
		margin:0 -5px;
	}
	.main_pro ul li{
		padding:0 5px;
		margin-bottom:10px;
	}	
}
@media (max-width:800px){

	.main_pro ul li{
		width:25%;
	}
}
@media (max-width:600px){

	.main_pro ul li{
		width:50%;
	}
}
@media (max-width:320px){

	.main_pro ul li{
		width:100%;
	}
}

.main_pro ul li a{
	width:100%;
	display:block;
	border:1px solid #dddddd;
	padding:4px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.main_pro ul li a p{
	width:100%;
	height:48px;
	line-height:24px;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:5px 10px;
	position:absolute;
	left:0;
	bottom:-100%;
	overflow:hidden;
	transition:all .3s;
	opacity:0;
	z-index:3;
}
.main_pro ul li a:hover{
	border:5px solid #af251c;
	padding:0;
}
.main_pro ul li a:hover p{
	bottom:20%;
	opacity:1;
	transition:all .3s;
}
.main_pro ul li a img{
	width:100%;
	transition:all .3s;
}
.main_pro ul li a:hover img{
	transform:scale(1.4,1.4);
}
.main_pro ul li a span{
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(95,76,39,0.6);
	background-image:url(/img/viewmore.png);
	background-repeat:no-repeat;
	background-position:center -100%;
	background-size:auto;
	position:absolute;
	left:0;
	top:0;
	transition:all .5s;
	opacity:0;
	z-index:2;
}
.main_pro ul li a:hover span{
	opacity:1;
	background-position:center 32%;
	transition:all .5s;
}




.footwrap{
	background:#5f4c27;
	min-height:327px;
}
.footwrap .foot{
	max-width:1200px;
	margin:0 auto;
	color:#efefef;
	position:relative;
}
.footwrap .foot a,.footwrap .foot a:visited{
	color:#efefef;
}
.footwrap .foot a:hover{
	color:#f1bb53;
}


.foot .foot_ewm{
	width:230px;
	min-height:327px;
	height:100%;
	background:url(/img/foot_ewm.gif) no-repeat;
	text-align:center;
	float:left;
}
.foot .foot_ewm h3{
	margin:20px auto 10px auto;
	font-size:36px;
	font-weight:normal;
	height:42px;
	line-height:42px;
}
.foot .foot_ewm span{
	text-align:center;
	padding:0 10px;
	line-height:2em;
	display:inline-block;
}

.foot .foot_right{
	width:940px;
	padding:30px 0;
	float:right;
}
.foot .foot_right .foot_nav{
	line-height:40px;
	border-bottom:1px solid #3f2f10;
	margin-bottom:15px;
}
.foot .foot_right .foot_nav a{
	margin-right:20px;
	font-size:16px;
}

.foot .foot_right .foot_contact{
	line-height:2em;
	font-size:14px;
}

@media (max-width:1200px){

	.foot .foot_ewm{
		width:100%;
		background:none;
		padding:30px 0;
		position:relative;
	}
	.foot .foot_right{
		width:100%;
		padding:0 10px 20px 10px;
		text-align:center;
	}
	
}



/*在线客服样式2 */
.izl-rmenu{position:fixed; left:50%; margin-left:620px; bottom:10px; padding-bottom:73px; z-index:999; _position:absolute; }
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(/img/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(/img/r_qq.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(/img/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-126px; top:0px; display:none;width:126px;}
.izl-rmenu .btn-phone{background:url(/img/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(/img/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}


@media(max-width:1380px){
	.izl-rmenu{display:none;}
}
