.banner{ width:100%;float: left;overflow: hidden;}
.slideBox{ width:100%;  overflow:hidden; position:relative; margin:auto;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right: 42%; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:20px;  width:50px; height:4px; text-align:center; background:#8d8785; cursor:pointer; }
.slideBox .hd ul li.on{ background:#ffffff; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:100%; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:72px; height:73px; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.header{
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
}
.head{
	width: 1200px;
	height: 90px;
	margin: auto;
	position: relative;
}
.head .logo{
	width: 395px;
	height: 27px;
	float: left;
	margin-top: 15px;
	margin-left: -110px;
}
.head .logo img{
	width: 100%;
}
.head .nav{
	width: 840px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 300px;
}
.head .nav ul li{
	width: 120px;
	float: left;
	height: 90px;
}
.head .nav ul li a{
	width: 119px;
	float: left;
	height: 15px;
	border-right: 1px solid #555555;
	text-align: center;
	line-height: 15px;
	font-size: 16px;
	color: #555555;
	margin-top: 38px;
}
.head .nav ul li a:hover{
	color: #d1a985;
	transition: 0.3s;
}
.head .ss{
	width: 180px;
	height: 90px;
	position: absolute;
	top: 0;
	right: -180px;
}
.wdys{
	width: 100%;
	height: 150px;
	float: left;
	background: url(../images/bg.png) no-repeat center;
	position: relative;
	z-index: 1;
}
.ys{
	width: 1200px;
	height: 150px;
	margin: auto;
}
.ys ul li{
	width: 240px;
	float: left;
	height: 150px;
}
.ys ul li .tu{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 39px;
}
.ys ul li p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #d1a985;
}
.ys ul li span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #d1a985;
	font-weight: bold;
}
.abt{
	width: 100%;
	height: 735px;
	float: left;
	margin-top: -150px;
	background: url(../images/bg1.jpg) no-repeat center;
}
.ab{
	width: 1200px;
	height: 735px;
	margin: auto;
}
.ab .jj{
	width: 747px;
	height: 735px;
	float: right;
	overflow: hidden;
}
.ab .jj .tt{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 218px;
}
.ab .jj a{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #e0cbb8;
	font-weight: bold;
	margin-top: 36px;
	margin-bottom: 24px;
}
.ab .jj span{
	width: 547px;
	float: left;
	margin-left: 100px;
	height: 245px;
	overflow: hidden;
	font-size: 14px;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
}
.cpzs{
	width: 100%;
	height: 350px;
	float: left;
	overflow: hidden;
}
.cp{
	width: 1200px;
	height: 350px;
	margin: auto;
}
.cp .tt1{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
}
.cp .list{
	width: 100%;
	float: left;
	height: 150px;
	margin-top: 45px;
}
.cp .list ul li{
	width: 200px;
	float: left;
	height: 150px;
	position: relative;
}
.cp .list ul li .tp{
	width: 100%;
	float: left;
	text-align: center;
}
.cp .list ul li .tp1{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
}
.cp .list ul li .tit{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #24425e;
	line-height: 45px;
}
.cp .list ul li:hover .tp1{
	opacity: 1;
	transition: 0.3s;
}
.cp .list ul li:hover .tit{
	color: #d1a985;
	transition: 0.3s;
}
.product-box{
	width: 100%;
	height: 615px;
	float: left;
	overflow: hidden;
	background-color: #fbfbfb;
}
.m1200{
	width: 1200px;
	height: 615px;
	margin: auto;
}
.m1200 ul{
	width: 100%;
	float: left;
}
.m1200 ul li{
	width: 600px;
	height: 615px;
	float: left;
}
.m1200 ul li:hover{
	background-color: #24425e;
	transition: 0.3s;
}
.m1200 ul li:hover p{
	color: #fff;
	transition: 0.3s;
}
.m1200 ul li:hover span{
	color: #fff;
	transition: 0.3s;
}
.m1200 ul li:hover a{
	color: #fff;
	transition: 0.3s;
	background-color: #d1a985;
}
.m1200 ul li .tus{
	width: 100%;
	height: 359px;
	float: left;
	overflow: hidden;
}
.m1200 ul li .tus img{
	width: 100%;
	height: 100%;
}
.m1200 ul li p{
	width: 520px;
	float: left;
	text-align: left;
	font-size: 24px;
	color: #333333;
	margin-left: 33px;
	margin-top: 42px;
	margin-bottom: 32px;
}
.m1200 ul li span{
	width: 520px;
	float: left;
	margin-left: 33px;
	text-align: left;
	font-size: 14px;
	color: #777777;
	line-height: 27px;
	overflow: hidden;
	height: 50px;
}
.m1200 ul li a{
	float: left;
	margin-top: 29px;
	width: 44px;
	height: 44px;
	margin-left: 33px;
	border-radius: 100%;
	background-color: #24425e;
	font-size: 24px;
	color: #fff;
	line-height: 44px;
	text-align: center;
	font-family: "宋体";
	font-weight: bold;
}
.lb-box{
	width: 100%;
	float: left;
	overflow: hidden;
}
.m-box{
	width: 100%;
	float: left;
}
.m-box ul li{
	width: 25%;
	float: left;
}
.m-box ul li .tus1{
	width: 100%;
	float: left;
}
.m-box ul li .tus1 img{
	width: 100%;
}
.m-box ul li p{
	width: 86%;
	float: left;
	margin-left: 7%;
	text-align: left;
	font-size: 24px;
	color: #333333;
	margin-top: 41px;
	margin-bottom: 31px;
}
.m-box ul li span{
	width: 86%;
	float: left;
	margin-left: 7%;
	text-align: left;
	font-size: 14px;
	color: #777777;
}
.m-box ul li a{
	width: 44px;
	height: 44px;
	float: left;
	margin-left: 7%;
	border-radius: 100%;
	font-size: 24px;
	color: #fff;
	background-color: #24425e;
	font-family: "宋体";
	line-height: 44px;
	text-align: center;
	margin-top: 26px;
	margin-bottom: 40px;
}
.m-box ul li:hover{
	background-color: #24425e;
	transition: 0.3s;
}
.m-box ul li:hover p{
	color: #fff;
	transition: 0.3s;
}
.m-box ul li:hover span{
	color: #fff;
	transition: 0.3s;
}
.m-box ul li:hover a{
	background-color: #d1a985;
	transition: 0.3s;
}
.news{
	width: 100%;
	height: 960px;
	float: left;
	margin-top: 85px;
}
.ns{
	width: 1200px;
	height: 960px;
	margin: auto;
}
.ns .tt2{
	width: 100%;
	float: left;
	text-align: center;
}
.ns .ads{
	width: 100%;
	float: left;
	margin-top: 38px;
}
.ns .ads img{
	width: 100%;
	float: left;
}
.ns .lb{
	width: 100%;
	float: left;
	height: 425px;
	overflow: hidden;
}
.ns .lb ul li{
	width: 100%;
	float: left;
	height: 139px;
	border-bottom: 1px solid #ccc;
	position: relative;
	transition: 0.3s;
}
.ns .lb ul li a{
	width: 1145px;
	float: left;
	text-align: left;
	margin-left: 25px;
	font-size: 16px;
	color: #555555;
	margin-top: 30px;
	transition: 0.3s;
}
.ns .lb ul li p{
	width: 1145px;
	height: 56px;
	float: left;
	overflow: hidden;
	font-size: 14px;
	color: #777777;
	line-height: 28px;
	text-align: left;
	margin-left: 25px;
	margin-top: 20px;
	transition: 0.3s;
}
.ns .lb ul li span{
	position: absolute;
	top: 100px;
	right: 36px;
	font-size: 14px;
	color: #777777;
	transition: 0.3s;
}
.ns .lb ul li:hover{
	background-color: #f5f5f5;
}
.ns .lb ul li:hover a{
	color: #24425e;
	font-weight: bold;
}
.ns .lb ul li:hover p{
	color: #333333;
}
.ns .ck a{
	width: 200px;
	height: 55px;
	background-color: #24425e;
	float: left;
	margin-left: 500px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 50px;
	transition: 0.3s;
}
.ns .ck a:hover{
	background-color: #d1a985;
}
.adn{
	width: 100%;
	float: left;
	overflow: hidden;
}
.adn img{
	width: 100%;
}
.lmlc{
	width: 100%;
	float: left;
	overflow: hidden;
}
.lm{
	width: 100%;
	float: left;
}
.lm ul li{
	width: calc(100% / 3) ;
	float: left;
	position: relative;
}
.lm ul li .tps{
	width: 100%;
	float: left;
}
.lm ul li .tps img{
	width: 100%;
}
.lm ul li .jsp{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.lm ul li .jsp  p{
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	width: 100%;
	height: 20px;
	font-size: 30px;
}
.lm ul li .jsp  span{
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 14px;
	float: left;
	margin-top: 230px;
}

.footer{
	width: 100%;
	height: 590px;
	float: left;
	background-color: #24425e;
}
.foot{
	width: 1200px;
	height: 590px;
	margin: auto;
}
.foot .lo{
	width: 188px;
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-left: 506px;
}
.foot .lo img{
	width: 100%;
}
.foot .nv{
	width: 980px;
	float: left;
	margin-left: 110px;
	height: 14px;
	margin-top: 45px;
}
.foot .nv ul li a{
	width: 139px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #ecdacb;
	border-right: 1px solid #ecdacb;
	
}
.foot .xm{
	width: 100%;
	float: left;
	margin-top: 55px;

}
.foot .xm .left{
	width: 340px;
	height: 300px;
	float: left;
	margin-left: 40px;
}
.foot .xm .left .lx{
	width: 100%;
	float: left;
}
.foot .xm .left .lx p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #ecdacb;
	line-height: 40px;
	margin-bottom: 0 !important;
}
.foot .xm .left .rx{
	width: 100%;
	float: left;
	margin-top: 17px;
}
.foot .xm .left .rx p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 24px;
	color: #ecdacb;
	margin-bottom: 0 !important;
}
.foot .xm .left .rx span{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 36px;
	color: #ecdacb;
	font-weight: bold;
}
.foot .xm .right{
	width: 805px;
	height: 320px;
	float: right;
}
.last{
	width: 100%;
	height: 40px;
	float: left;
	background-color: #172d41;
}
.la{
	width: 1200px;
	height: 40px;
	margin: auto;
}
.la{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #708ba3 !important;
	line-height: 40px;
}

.form_box{
    width: 100%;
}
.form_box h2{
    font-size: 24px;
    color: #03af4a;
    font-weight: 500;
    margin-bottom: 0;
}
.form_box span{
    font-size: 12px;
    color: #979797;
}

.form_list{
    width: 100%;
}
.form_list input{
    background:none;
    box-sizing: border-box;
    line-height: 30px;
    width: 360px;
    font-size: 14px;
    margin-top: 5px;
    color: #ecdacb;
    border: 1px solid #ecdacb;
    margin-left: 38px;
	margin-top: 20px;
}


.form_list input::-webkit-input-placeholder{
    color: #ecdacb;
}
.form_list input:-moz-placeholder {
    color: #ecdacb;
}
.form_list input::-moz-placeholder {
    color: #ecdacb;
}
.form_list input:-ms-input-placeholder {
    color: #ecdacb;
}
.form_list textarea{
    width: 100%;
    height: 80px;
    background:none;
    box-sizing: border-box;
    color: #ecdacb;
    font-weight: 200;
    font-size: 14px;
    margin-top: 5px;
    outline: none;
    resize: none;
    border: 1px solid #777777;
    margin-bottom: 8px;
    border: 1px solid #ecdacb;
    margin-left: 38px;
    margin-top: 20px;
}
textarea::-webkit-input-placeholder{
    color: #ecdacb;
}

.submit{
    width: 235px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #d1a985;
    color: #fff!important;
    display: block;
    float: left;
    margin-left: 38px;
}
.copy{
    background: #222222;
    color: #666666!important;
    height: 30px;
    z-index: 10;
    bottom: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
}
.copy a{
    color: #666666!important;
}

/*提示框*/
.tipBox{
    width:  290px;
    height:  100px;
    background: #fff;
    position: fixed;
    z-index: 1000000000;
    text-align: center;
    line-height: 100px;
    color: #000;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px #eee;
    cursor: context-menu;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}
.green{
    color: #0d7720;
    box-shadow: 0 0 5px 2px #0d7720;
}
.red{
    color: #ec4949;
    box-shadow: 0 0 5px 2px #ec4949;
}
/*提示框*/



















