@charset "utf-8";
/*
	公用样式
 */
body,ul,li,h1,h2,h3,h4,h5,h6,p,span,table,tr,td,ol{
	margin:0px;
	padding:0px;
	list-style-type: none;
	color: #666;
	font-family: '微软雅黑','宋体';
}
img{
	border: 0px;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	color:#FF6537;
}
.w{
	width: 1280px;
	margin: 0px auto;
}
.bw{
	width: 1600px;
	margin: 0px auto;
}
.l{
	float: left;
}
.r{
	float: right;
}
.t1{
	font-family:'宋体';
	font-size: 12px;
}
.t2{
	font-family:'宋体';
	font-size: 14px;
}
.t3{
	font-family:'宋体';
	font-size: 16px;
}
.t4{
	font-family:'宋体';
	font-size: 18px;
}
.t5{
	font-family:'宋体';
	font-size:20px;
}
.t01{
	font-family:'微软雅黑';
	font-size:12px;
}
.t02{
	font-family:'微软雅黑';
	font-size:14px;
}
.t03{
	font-family:'微软雅黑';
	font-size:16px;
}
.t04{
	font-family:'微软雅黑';
	font-size:18px;
}
.t05{
	font-family:'微软雅黑';
	font-size:20px;
}
.clear{
	clear: both;
	height: 0px;
	overflow: hidden;
}
/*
	开始 头部
*/
.head_box{
	height: 90px;
	position: fixed;
	z-index: 999;
	width: 100%;
}
#dropmenu{	
	margin:0px auto;
	padding:0;
	height:90px;
	background: rgba(255,255,255,0.7);
}
#dropmenu p{
	height: 90px;
	width:90px;
	margin-right:70px;
	background: #CBAD88;
	float: left;
	line-height: 90px;
	text-align: center;
}
#dropmenu p i{
	font-size: 40px;
	color: #fff;
}
#dropmenu li{	
	float: left;
	list-style: none;
	height: 90px;
	line-height: 90px;
}
#dropmenu li a{	
	display: block;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	width:130px;
	color: #333;
	white-space: nowrap;
	font-size:20px;
	font-weight: bold;
	font-family: '宋体';
}
#dropmenu li a:hover, #dropmenu li a.curr{	
	z-index:9999;
	background: rgba(0, 0, 0, 0.6);
}		
#dropmenu li ul{
	width: 129px;
	position: absolute;
	visibility: hidden;
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	z-index:9999;
	background: #fff;
}		
#dropmenu li ul li{
	float: none;
	display: inline;
	width: 129px;
	height:50px;
	line-height: 50px;
}				
#dropmenu li ul li a{	
	padding: 0px;
	display: block;
	text-align:center;
	color:#333;
	line-height:70px;
	height: 70px;
}				
#dropmenu li ul li a:hover{	
	padding: 0px;
	color: #f00;
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	background: #fff;
	border-left: 8px solid #BCA27D;
	width: 121px;
	background: rgba(0, 0, 0, 0.6);
	color: #BCA27D;
}
.img1 img{
	display: block;
	width: 100%;
	height: auto;
}
/*
	box1
*/
.box1{
	height: 878px;
	background: url("../images/bg2.jpg") 50% 50% / cover no-repeat;
}
.box1_up{
	height: 315px;
}
.box1 a{
	display: block;
	float: left;
	width: 310px;
	height: 315px;
	background: #fff;
	text-align: center;
	margin: 0px 5px;
	position: relative;
}
.box1 a:hover{
	-moz-box-shadow:-1px 0px 7px #B8B8B8; 
	-webkit-box-shadow:-1px 0px 7px #B8B8B8; 
	box-shadow:-1px 0px 7px #9C9C9C;
}
.box1_up_t{
	font-weight: normal;
	font-size: 22px;
	color: #333;
	margin: 55px 0px 40px 0px;
}
.box1_up_p{
	width: 250px;
	margin: 0px auto;
	color: #8EA9A5;
	line-height: 32px;

}
.sj{
	width: 0;
    height: 0;
    border-left: 50px solid transparent;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.sj_z{
	border-bottom: 50px solid #7B6C45;
}
.sj_r{
	border-bottom: 50px solid #9D1F2E;
}
.sj_h{
	border-bottom: 50px solid #383535;
}
.sj span{
    color: #fff;
    padding: 20px 22px 0px 0px;
    display: block;
    margin-left: -20px;
    font-size: 20px;
}
.bo1_dw{
	margin-top: 170px;
}
.box_dw_t{
	width: 530px;
	margin-left: 55px;
	font-size: 18px;
	line-height: 34px;
}
/*
	box2
*/
.box2{
	height: 948px;
	background: url("../images/bg3.jpg") 50% 50% / cover no-repeat;
}
.box2_c{
	padding-top: 480px;
}
.box2_c li{
	float: left;
	margin-right:26px; 
}
.box2_c li:last-child{
	margin-right: 0px;
}
/*
	横幅
*/
.slideBox {
	width:100%;
	min-height:431px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #404040;
    cursor: pointer;
    border-radius: 50px;
}
.slideBox .hd ul li.on {
    background: #fff;
    border-radius: 50px;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img {
	width:100%;
	height:431px;
	display:block;
	position: absolute;
}
.bd_txt{
    position: absolute;

    left: 23.5%;
    top: 141px;
   	width: 835px;
   	text-align: center;
}
.bd_txt h2{
	font-size: 2.5em;
    color: #fff;
    font-weight: normal;
    font-family: '宋体';
}
.bd_txt h3{
	font-size: 1.6em;
    color: #fff;
    font-weight: normal;
    font-family: '宋体';
    margin-top: 9px;
}
.bd_txt p{
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	margin-top: 45px;
	font-family: '宋体';
}
/*
	box3
*/
.box3_bg{
	height: 234px;
	background: url("../images/bg5.jpg") 50% 50% / cover no-repeat;
}
.box3, .box3_c{
	height: 805px;
}
.box3_c_t{
	height: 105px;
	font-size: 16px;
	color: #595757;
	margin-bottom: 75px;
}
.box3_c_t h2{
	font-size: 3.3em;
	font-weight: normal;
	color: #9e1e2e;
	letter-spacing:7px;
}
.box3_c_c li{
	float: left;
	width: 295px;
	height: 330px;
	margin-right: 30px;
}
.box3_c_c li:last-child{
	margin-right: 0px;
}
.box3_c_c li h2{
	font-size: 16px;
}
.box3_c_c li img{
	margin: 15px 0px;
}
.box3_c_c li p{
	line-height: 32px;
	font-size: 14px;
	color: #595757;
}
/*
    遮罩层
*/
.content-two{
    padding-top: 480px;
}
.con-two{
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 26px;
}
.con-two:last-child{
	margin-right: 0px;
}
.txt-two{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 309px;
	padding-top: 60px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	display: none;
}
.txt-two h3{
	font-weight: normal;
	color: #fff;
}
.txt-two p{
	font-size: 14px;
	display: block;
	line-height: 20px;
	color: #fff;
}
/*
	底部
*/
		.foot_box{
			padding: 100px 0;
			background: #5A5655;
		}
		.foot_l{
			width: 250px;
			height: 100%;
		}
		.foot_l h5, .foot_r h5{
			height: 90px;
			font-size:22px;
			color: #fff;
		}
		.foot_l h5 span{
			font-size: 16px;
			color: #fff;
		}
		.foot_l p{
			height: 120px;
			line-height:35px;
			color: #fff;
			font-size: 18px;
			overflow:hidden;
			margin-bottom: 10px;
		}
		.foot_l p img{
			margin-right: 15px;
		}
		.foot_r{
			width: 620px;
		}
		.form10 input{
		    padding: 3px 10px;
		    margin-bottom: 10px;
		    height: 30px;
		    width: 285px;
		    font-size: 18px;
		    border: 0px;
		    margin-right: 5px;
		}
		.form10 textarea{
			width: 600px;
			height: 125px;
			padding: 10px;
			font-size: 18px;
			margin-bottom:10px;
		}
		.form10 input.go1{
			width:86px;
			height:38px;
			background: #898989;
			color: #fff;
			font-size:22px;
			cursor: pointer;
		}
