/*common*/
.hide {
	display: none;
}
.mt-50 {
	margin-top: 50px;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	float: none;
	clear: both;
}
.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.current {
	text-align: center;
    font-size: 40px;
    margin: 30px;
    font-weight: 600;
}
.kongbai{
    background:#fff;
}
h3{
    font-size:24px;
    margin-bottom:20px;
}

/*Banner Menu*/
body {
    min-width: 1200px;
    background:#4c2605;
}
.banner {
	background: url(../images/banner.jpg) top center no-repeat;
	height: 668px;
}
.qianyan{
    background:url(../images/qianyan.jpg);
    height: 194px;
    padding: 50px 50px 0 230px;
    margin: 50px 0 0;
}
    .qianyan p{
        text-indent: 2em;
    }
.boxarea{

    margin-bottom:50px;
}
.boxarea .three{
    height:606px;
    background:url(../images/three.png);
    margin-top:30px;
}
.boxarea .two{
    height:606px;
    background:url(../images/two.png);
    margin-top:30px;
}
    .boxarea .one{
        height:606px;
        background:url(../images/one.png);
        margin-top:30px;
    }
        .boxarea .section .innerbox{
            margin-top: 100px;
        }

        .boxarea .section .left{
            width:480px;
            float:left;
            margin-left:30px;
            text-align:center;
        }
            .boxarea .section .left h3{
                text-align:left;
            }

            .boxarea .section .left span{
                font-size:18px;
            }
                .boxarea .section .left img{
                    display:blcok;
                    height:357px;
                    width:480px;
                }
        .boxarea .section .right{
            width:630px;
            margin-left:30px;
            float:left;
        }
            .boxarea .section .right .middle{
                margin:30px 0;
            }

            .boxarea .section .right ul li{
                line-height:36px;
            }
            
            .boxarea .section .right .top ul li{
                list-style-type: disc;
                margin-left:20px;
                line-height:36px;
            }

                .boxarea .section .right .top ul li a:hover{
                    color:green;
                }

.menu {
	background: #dfdfdf;
	height: 50px;
}
.menu-cell {
	line-height: 50px;
	font-size: 18px;
	text-align: center;
}
.menu-cell .itm {
	padding: 0 30px;
	margin: 0 10px;
	display: inline-block;
}
.menu-cell .itm.active, 
.menu-cell .itm:hover {
	background: #adadad;
}
.menu-cell-1 {
	text-align: center;
	font-size: 16px;
}
.menu-cell-1 .itm {
	display: inline-block;
    line-height: 34px;
    padding: 0 20px;
    margin: 8px 5px 0;
}
.menu-cell-1 .itm.active, 
.menu-cell-1 .itm:hover {
	background: #adadad;
}
.menu-cell-2 {
	text-align: center;
	font-size: 16px;
}
.menu-cell-2 .itm {
	display: inline-block;
    line-height: 34px;
    padding: 0 20px;
    margin: 8px 5px 0;
    border-radius: 34px;
}
.menu-cell-2 .itm.active, 
.menu-cell-2 .itm:hover {
	background: #adadad;
}



/*Slide*/
.slide-box {
    width: 560px;
    height: 420px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.slide-box .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 14px;
    z-index: 1;
}
.slide-box .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slide-box .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.slide-box .hd ul li.on {
    background: #ba2a21;
    color: #fff;
}
.slide-box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slide-box .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 560px;
    height: 420px;
    position: relative;
}
.slide-box .bd img {
    width: 560px;
    height: 420px;
    display: block;
}
.slide-box .prev,
.slide-box .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    display: block;
    width: 30px;
    height: 45px;
    background: url(../images/left.png) center center no-repeat;
}
.slide-box .next {
    background: url(../images/right.png) center center no-repeat;
    left: auto;
    right: 0;
}
.slide-tit {
    background: url(../images/opacity.png) repeat;
    color: #fff;
    font-size: 16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.slide-tit p {
    padding: 8px 100px 8px 8px;
}







/*sidebar*/
.pop-show {
	position: fixed;
	width: 48px;
	height: 48px;
	right: 10px;
	bottom: 10px;
	background: url(../images/menu.png) center center no-repeat;
}
.pop {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/opacity.png) repeat;
	top: 0;
	left: 0;
	z-index: 2;
}
.sidebar {
	width: 300px;
	height: 100%;
	background: #fff;
	position: fixed;
	right: -300px;
	top: 0;
	transition: all .3s ease-in;
}
.sidebar-show {
	right: 0;
}
.sidebar .itm {
	display: block;
    margin: 15px;
    background: #f5f5f5;
    padding: 10px;
}