.banner{ width:100%;float: left;overflow: hidden; position: relative;}
.slideBox{ width:100%;  overflow:hidden; position:relative; margin:auto;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right: 47%; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:20px;  width:10px; height:10px; text-align:center; background:#8d8785; cursor:pointer; border-radius: 100%; }
.slideBox .hd ul li.on{ background:#b81414; 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;
	float: left;
}
.head{
	width: 1200px;
	height: 90px;
	margin: auto;
}
.head .logo{
	width: 189px;
	height: 71px;
	float: left;
	margin-top: 9.5px;
}
.head .nav{
	width: 930px;
	height: 90px;
	float: right;
}
.head .nav ul li a{
	width: 103px;
	height: 90px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #192d48;
	line-height: 90px;
	transition: 0.3s;
}
.head .nav ul li a:hover{
	background-color: #996a2d;
	color: #fff;
}
.yy{
	width: 100%;
	height: 105px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/yy.png) no-repeat center;
}
.nb{
	width: 1200px;
	height: 105px;
	margin: auto;
}
.nb .renw{
	width: 102px;
	height: 142px;
	float: left;
	margin-left: 20px;
	margin-top: -37px;
}
.nb .ly{
	width: 520px;
	height: 105px;
	float: left;
	margin-left: 10px;
}
.nb .xq{
	width: 370px;
	height: 105px;
	float: left;
	margin-left: 20px;
}
.nb .xq p{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 36px;
	color: #fff;
	opacity: 0.5;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: 15px;
	margin-bottom: 0;
}
.nb .xq span{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 18px;
	color: #fff;
	opacity: 0.5;
}
.gcly{
	width: 100%;
	height: 120px;
	float: left;
}
.gc{
	width: 1200px;
	height: 120px;
	margin: auto;
}
.gc .tt{
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 35px;
}
.list{
	width: 100%;
	height: 300px;
	float: left;
	overflow: hidden;
}
.lst{
	width: 100%;
	height: 300px;
	margin: auto;
}
.lst ul li{
	width: 20%;
	float: left;
	height: 300px;
	position: relative;
	background-color: #996a2d;
}
.lst ul li .tu{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: 0.3s;
}
.lst ul li .tu img{
/*	width: 100%;
	height: 100%;*/
}
.lst ul li .tit{
	width: 96%;
	height: 55px;
	position: absolute;
	top: 0;
	left: 2%;
	opacity: 0;
	transition: 0.3s;
}
.lst ul li:hover .tu{
	width: 96%;
	height: 240px;
	position: absolute;
	top: 55px;
	left: 2%;
}
.lst ul li:hover .tit{
	opacity: 1;
}
.lst ul li .tit p{
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 55px;
}
.lst ul li .tit a{
	width: 25px;
	height: 25px;
	float: right;
	margin-top: 15px;
	background-color: #fff;
	font-size: 18px;
	color: #a7d4a2;
	font-family: "宋体";
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
}
.abt{
	width: 100%;
	height: 602px;
	float: left;
	overflow: hidden;
	background: url(../images/bg.png) no-repeat center;
}
.ab{
	width: 1200px;
	height: 602px;
	margin: auto;
}
.ab .tt1{
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 57px;
}
.ab .left{
	width: 365px;
	height: 386px;
	float: left;
	margin-top: 35px;
}
.ab .right{
	width: 700px;
	height: 400px;
	float: right;
	overflow: hidden;
	margin-right: 30px;
}
.ab .right p{
	width: 100%;
height: 230px;
float: left;
overflow: hidden;
font-size: 18px;
color: #192d48;
line-height: 39px;
text-align: left;
margin-top: 33px;
margin-bottom: 0;
}
.ab .right a{
	float: right;
	font-size: 14px;
	color: #192d48;
	margin-top: 117px;
	transition: 0.3s;
}
.ab .right a:hover{
	color: #996a2d;
}
.ryzz{
	width: 100%;
	height: 549px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #bce6b7;
}
.ry{
	width: 1200px;
	height: 549px;
	margin: auto;
}
.ry .tt2{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 65px;
}
.ry .lbs{
	width: 100%;
	height: 311px;
	float: left;
	position: relative;
	margin-top: 60px;
}
.ry .lbs .lb{
	width: 990px;
	float: left;
	margin-left: 107px;
}
.ry .lbs .lb ul li{
	width: 233px;
	height: 311px;
	float: left;
	overflow: hidden;
	margin-left: 10px;
}
.ry .lbs .lb ul li img{
	width: 100%;
	height: 100%;
	float: left;
}
.gcal{
	width: 100%;
	height: 765px;
	float: left;
	overflow: hidden;
}
.al{
	width: 1200px;
	height: 765px;
	margin: auto;
}
.al .tt3{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 38px;
}
.al .lists{
	width: 100%;
	height: 560px;
	float: left;
	overflow: hidden;
	margin-top: 60px;
}
.al .lists .hd{
	width: 100%;
	height: 30px;
	float: left;
	border-bottom: 1px solid #000;
}
.al .lists .hd ul{
	width: 700px;
	float: left;
}
.al .lists .hd ul li{
	width: 96px;
	float: left;
	height: 30px;
}
.al .lists .hd ul li a{
	width: 95px;
	float: left;
	border-right: 1px solid #808080;
	height: 14px;
	color: #808080;
	text-align: center;
	line-height: 14px;
	margin-top: 8px;
}
.al .lists .hd ul li.on{
	background-color: #996a2d;
}
.al .lists .hd ul li.on a{
	color: #fff;
}
.al .lists .hd .ck a{
	float: right;
	font-size: 14px;
	color: #808080;
	line-height: 30px;
	transition: 0.3s;
}
.al .lists .hd .ck a:hover{
	margin-right: 10px;
}
.al .lists .bd{
	width: 100%;
	height: 480px;
	float: left;
	margin-top: 45px;
}
.al .lists .bd ul{
	width: 100%;
	float: left;
}
.al .lists .bd ul li{
	width: 600px;
	height: 480px;
	float: left;
	transition: 0.3s;
}
.al .lists .bd ul li:hover{
	background-color: #ebe1d5;
}
.al .lists .bd ul li .tits{
	width: 556px;
	float: left;
	margin-left: 22px;
	text-align: right;
	font-size: 18px;
	color: #333333;
	line-height: 60px;
	overflow: hidden;
	height: 60px;
}
.al .lists .bd ul li .tus{
	width: 556px;
	height: 296px;
	float: left;
	overflow: hidden;
	margin-left: 22px;
}
.al .lists .bd ul li .tus img{
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.al .lists .bd ul li .tus img:hover{
	transform: scale(1.1);
}
.al .lists .bd ul li .des{
	width: 556px;
	height: 65px;
	float: left;
	overflow: hidden;
	font-size: 14px;
	color: #808080;
	text-align: left;
	margin-left: 22px;
	line-height: 22px;
	margin-top: 20px;
}

.zsjm{
	width: 100%;
	height: 697px;
	float: left;
	overflow: hidden;
	background: url(../images/bg1.jpg) no-repeat center;
}
.jm{
	width: 1200px;
	height: 697px;
	margin: auto;
	position: relative;
}
.jm .tt4{
	width: 390px;
	height: 96px;
	position: absolute;
	top: 75px;
	left: 405px;
	z-index: 11;
}
.jm .d1{
	width: 108px;
	float: left;
	margin-left: 110px;
}
.jm .rx{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 36px;
	color: #996a2d;
	font-weight: bold;
	margin-top: 75px;
}
.news{
	width: 100%;
	height: 510px;
	float: left;
	overflow: hidden;
}
.ns{
	width: 1200px;
	height: 510px;
	margin: auto;
}
.ns .tt5{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 60px;
}
.ns .lts{
	width: 100%;
	height: 230px;
	float: left;
	margin-top: 56px;
}
.ns .lts ul li{
	width: 368px;
	height: 235px;
	float: left;
	position: relative;
	margin-left: 32px;
}
.ns .lts ul li .sj{
	width: 70px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #996a2d;
}
.ns .lts ul li .sj p{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}
.ns .lts ul li .sj span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.ns .lts ul li .ms{
	width: 368px;
	height: 208px;
	float: left;
	margin-top: 21px;
	border: 1px solid #808080;
}
.ns .lts ul li:hover .ms{
	background: url(../images/yy1.png) no-repeat center;
	border: none;
}
.ns .lts ul li .ms a{
	width: 315px;
	height: 50px;
	float: left;
	overflow: hidden;
	font-size: 18px;
	color: #808080;
	line-height: 25px;
	margin-top: 32px;
	margin-left: 26px;
	transition: 0.3s;
}
.ns .lts ul li .ms a:hover{
	color: #996a2d;
}
.ns .lts ul li .ms p{
	width: 315px;
	height: 75px;
	float: left;
	margin-left: 26px;
	overflow: hidden;
	font-size: 14px;
	color: #808080;
	line-height: 25px;
	margin-top: 18px;
}
.ns .gd a{
	width: 135px;
	height: 45px;
	float: left;
	margin-left: 532.5px;
	margin-top: 20px;
	background-color: #986a2d;
	text-align: center;
	line-height: 45px;
	color: #fff;
	transition: 0.3s;
}
.ns .gd a:hover{
	background-color: #ff9000;
}
.footer{
	width: 100%;
	height: 516px;
	float: left;
	overflow: hidden;
	background: url(../images/foot.jpg) no-repeat center;
}
.db{
	width: 100%;
	height: 445px;
	float: left;
}
.foot{
	width: 1200px;
	height: 445px;
	margin: auto;
}
.foot .nv{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.foot .nv ul li a{
	width: 130px;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 14px;
	height: 14px;
	border-right: 1px solid #ebe1d5;
	color: #ebe1d5;
}
.foot .zx{
	width: 100%;
	float: left;
	height: 151px;
	background: url(../images/xian.png) no-repeat center;
	margin-top: 35px;
}
.foot .zx p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 35px;
}
.foot .zx span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 36px;
	color: #ff9000;
	margin-top: 10px;
}
.foot .yx{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 35px;
}
.foot .dz{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
}
.last{
	width: 100%;
	height: 68px;
	float: left;
	border-top: 1px solid #ccbd83;
}
.la{
	width: 1200px;
	height: 68px;
	margin: auto;
	text-align: center;
	position: relative;
}
.la .KX{
	position: absolute;
	right: 0;
	bottom: 8px;
}
.la a{
	width: 100%;
	line-height: 68px;
	font-size: 12px;
	color: #ccbd83 !important;
}
.form_box{
    width: 100%;
    margin-top: 19px;
}
.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: #fff;
    box-sizing: border-box;
    line-height: 27px;
    width: 170px;
    font-size: 14px;
    margin-top: 5px;
    color: #333;
    border-radius: 3px;
    margin-left: 15px;
    float: left;
    padding-left: 5px;
}


.form_list input::-webkit-input-placeholder{
    color: #333;
}
.form_list input:-moz-placeholder {
    color: #333;
}
.form_list input::-moz-placeholder {
    color: #333;
}
.form_list input:-ms-input-placeholder {
    color: #333;
}
.form_list textarea{
    width: 170px;
    height: 27px;
    background:#fff;
    box-sizing: border-box;
    color: #333;
    font-weight: 200;
    font-size: 14px;
    margin-top: 5px;
    outline: none;
    resize: none;
    border: 1px solid #777777;
    margin-bottom: 8px;
    border-radius: 3px;
    float: left;
    margin-left: 15px;
     padding-left: 5px;
}
textarea::-webkit-input-placeholder{
    color: #333;
}

.submit{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #eb6100;
    color: #fff!important;
    display: block;
    float: right;
    margin-top: -33px;
	margin-right: 45px;
	border-radius: 5px;
}
.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;
}
/*提示框*/




















