/* 轮播 */
.am-slider{
    margin:0;
}
.am-slider .box{
    width:70%;
    background-color: rgba(255,156,82,0.8);
    position: absolute;
    bottom:0;
    height: 40px;
    z-index: 999;
    left:15%;
    text-align: center;
    color:#fff;
    font-family: "宋体";
    font-weight: normal;
}
.am-slider .box h3{
    font-size: 12px;
    margin-top:2px;
}
/* 隐藏原始的方向按钮 */
.am-direction-nav{
    display: none;
}
/* 自定义方向按钮 */
.direction{
    display: block;
}
.direction li:first-of-type{
    position: absolute;
    left:-18px;
    top:50%;
    transform: translate(-50%,-80%);
}
.direction li:last-of-type{
    position: absolute;
    right:-18px;
    top:50%;
    transform: translate(50%,-80%);
}
.am-slider-default .am-direction-nav .am-prev{
    left:0;
}
.am-slider-default .am-direction-nav .am-next{
    right:0;
}
.am-slider-default .am-direction-nav a{
    width:25px;
    height:15px;
    background-color:#E5AD69;
    opacity: 1;
    margin:0;
    font-size: 12px;
    color:#fff;
    text-align: center!important;
    line-height:15px;
    position: relative;
}
.am-slider-default .am-direction-nav a:before,.am-slider-default .am-direction-nav a.am-next:before{
    content:none;
}
/* 控制器 */
.am-slider-default .am-control-nav{
    z-index:999;
    bottom:-1px;
    line-height:0!important;
}
.am-slider-default .am-control-nav li{
    line-height: 0;
}
.am-slider-default .am-control-nav li a{
    box-shadow:none;
    border-radius:0;
    width:6px;
    height:6px;
    display: inline-block;
    background:url("../images/circle01.png") no-repeat;
    vertical-align:middle;
}
.am-slider-default .am-control-nav li a.am-active{
    width:60px;
    height:18px;
    background:url("../images/circle02.png") no-repeat 0 0/contain;
    transform: translateY(-1px);
}
.am-slider-default .am-control-nav li a:hover{
    background-color:transparent;
}
@media(min-width:641px){
    .am-slider .box{
        height: 80px;
    }
    .am-slider .box h3{
        font-size: 14px;
        margin:15px 0 0;
    }
    .am-slider .box > p{
        color:#EAC9AE;
        text-transform: uppercase;
        font-size: 12px;
        margin:0;
    }
    .am-slider-default .am-direction-nav a{
        height: 20px;
        line-height: 20px;
    }
    .am-slider-default .am-control-nav{
        bottom:2px;
    }
    .am-slider-default .am-control-nav li a{
        width:8px;
        height:8px;
    }
}
@media(min-width:1200px){
    .am-slider .box{
        height:120px;
    }
    .am-slider .box h3{
        font-size:20px;
        margin:15px 0 0;
    }
    .am-slider .box > p{
        color:#EAC9AE;
        text-transform: uppercase;
        font-size: 12px;
        margin:0;
    }
    .am-slider-default .am-direction-nav a{
        width:35px;
        height:30px;
        line-height:30px;
    }
    .direction li:first-of-type{
        left:-26px;
    }
    .direction li:last-of-type{
        right:-26px;
    }
    .am-slider-default .am-control-nav li a.am-active{
        width:73px;
        transform: translateY(-2px);
    }
    .am-slider-default .am-control-nav{
        bottom:15px;
    }
}
/* 左侧栏 */
aside{
    position: fixed;
    top:50%;
    transform: translateY(-50%);
    z-index:999999;
}
aside li.active{
    background-color:#E98E31;
    color:#fff;
}aside li.active a{
	 color:#fff;
}
aside li{
    width:80px;
    text-align: center;
    padding:5px 0;
    background-color: #EEEEEE;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.about{
    overflow: hidden;
}
.about > div{
    float: left;
}
.about .right>h2{
    color:#E98E31;
    margin-top:10px;
}
.about .right > p{
    width:40px;
    background-color:#E98E31;
    height:3px;
    margin:5px 0 10px;
}
.about .right > h1{
    color:#BDBDBD;
    font-weight:normal;
    margin-bottom:20px;
}
.about .right > div{
    color:#777;
    font-size:12px;
    line-height:2;
}
@media(min-width:641px){
    .about > div{
        width:50%;
    }
    .about .right{
        padding:0 30px;
    }
}

/* 联系我们 */
.contact > div{
    float: left;
}
.contact .right>h2{
    color:#E98E31;
    margin-top:10px;
}
.contact .left{
    width:100%;
    height:300px;
}
.contact .left #mapBox{
    width:100%;
    height:100%;
}
.contact .right{
    width:100%;
}
.contact .right > p span{
    width: 15px;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.contact .right > h1{
    color:#BDBDBD;
    font-weight:normal;
    margin-bottom:20px;
}
.contact .right > div{
    color:#777;
    font-size:12px;
    line-height:2;
}
@media(min-width:641px){
    .contact .left,.contact .right{
        width:50%;
    }
    .contact .right{
        padding:0 30px;
    }
    .contact .right > p{
        margin-top:10px;
    }
    .contact .right>h2:last-of-type{
        margin-top:30px;
    }
}
@media(min-width:1200px){
    
    .contact .left{
        height:400px;
    }
}

/* 新闻中心 */
.news > h1{
    margin-bottom:10px;
}
.news > h1 p{
    text-align: center;
    margin:0;
    font-size:12px;
    line-height:1.2;
}
.news > h1 p:first-of-type{
    font-size:25px;
    font-family:"楷体";
}
.news .circleBox{
    text-align:center;
    margin-bottom:15px;
}
.news .circleBox span{
    display: inline-block;
    width:6px;
    height:6px;
    border-radius:50%;
    background-color: #D7C8C8;
    margin-right:5px;
    vertical-align: middle;
    cursor: pointer;
}
@media(min-width:641px){
}
.news .circleBox span.active{
    width:20px;
    height:20px;
    position: relative;
    background-color:#fff;
    border:2px solid #D7C8C8;
}
.news .circleBox span.active::before{
    content:"";
    position: absolute;
    width:6px;
    height:6px;
    border-radius:50%;
    background-color: #D7C8C8;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.news .contentBox ul{
    display: none;
}
.news .contentBox ul:first-of-type{
    display:block;
}
.news .contentBox ul li a{
    display: block;
    width:100%;
    position: relative;
    font-size:12px;
    margin-bottom:18px;
    color:#333; 
}
.news .contentBox ul li a .left,
.news .contentBox ul li a .right{
    height:80px;
}
.news .contentBox ul li a .left{
    float: left;
    width:60px;
    position: relative;
}
.news .contentBox ul li a .left div{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    text-align: center;
    color:#777;
}
.news .contentBox ul li a .left div p:first-of-type{
    color:#000;
    font-weight:bold;
    font-size:20px;
}
.news .contentBox ul li a .right{
    overflow:hidden;
    border-left:1px solid #BFBFBF;
    padding:8px;
}
.news .contentBox ul li a .right h3{
    font-size:14px;
    margin-bottom: 5px;
}
.news .contentBox ul li a .right p{
    display: -webkit-box;
    white-space:normal !important;
    text-overflow:ellipsis;
    word-wrap: break-word;
    overflow:hidden;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    word-break:break-all;
    color:#777;
}
@media(min-width:641px){
    .news .contentBox ul li a .left div p:first-of-type{
        font-size:26px;
    }
    .news .contentBox ul li a{
        margin-bottom:35px;
    }
}
@media(min-width:1200px){
    .news > h1 p:first-of-type{
        font-size:30px;
    }
    .news .circleBox{
        margin-bottom:80px;
    }
    .news .circleBox span{
        margin-right:10px;
        width:8px;
        height:8px;
    }
    .news .circleBox span.active{
        width:24px;
        height:24px;
    }
    .news .circleBox span.active::before{
        width:8px;
        height:8px;
    }
    .news .contentBox ul li a .left, .news .contentBox a .right{
        height:100px;
    }
    .news .contentBox ul li a .left div p:first-of-type{
        font-size:30px;
    }
    .news .contentBox ul li a .right h3{
        font-size:16px;
    }
    .news .contentBox ul li a{
        margin-bottom:50px;
    }
}
/* 面包屑导航 */
.am-breadcrumb{
    margin:0 auto;
    padding-top:10px;
    padding-bottom: 10px;
}
.am-breadcrumb a{
    font-size:12px;
    color:#777;
}
.am-breadcrumb>li+li:before{
    padding:0 3px;
}
@media(min-width:1200px){
    .am-breadcrumb{
        padding-top:20px;
        padding-bottom: 20px;
    }
}
.banner {
    position: relative;
}
.banner > div {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #f1f1f1;
}

.banner > div h1{
    margin:5px auto;
    width:100px;
    padding:3px 0;
    text-align: center;
    border:2px solid #E5E5E5;
    font-size:14px;
}

.banner > div p{
    font-size:12px;
}
@media(min-width:641px){
    .banner > div{
        transform: translate(-50%,-70%); 
    } 
    .banner > div h1{
        font-size:18px;
        width:140px;
        letter-spacing: 1px;
    }
}
@media(min-width:1600px){
    .banner > div{
        transform: translate(-50%,-80%); 
    } 
    .banner > div h1{
        font-size:24px;
        margin-bottom: 10px;
        width:200px;
        padding:6px 0;
    } 

}