/* 轮播 */
.am-slider{
    margin:0;
    margin-top:50px;
}
.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{
        margin-top:0;
    }
    .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;
    }
}

/* 关于 */
.about{
    background-color:#FCFCFC;
}
.about >div > li{
    position: relative;
}
.about >div > li.left > div{
    overflow: hidden;
}
.about >div > li.left > div > img{
    max-width:270px;
    margin:20px auto; margin-top:60px;
}
.about >div > p{
    position: absolute;
    left:0px;
    top:50%;
    transform: translate(0%,-50%);
}
.about >div > p img{
    width:20px;
}
.about >div > li.right{
    height:300px;
    background:url("../images/bg02.png") no-repeat center/cover;
}
.about >div > li.right .box{
    position: absolute;
    left:0;
    top:50%;
    width:90%;
    z-index: 999;
    background-color: #fff;
    transform: translateY(-50%);
    color:#777;
    font-size: 12px;
    padding:20px 15px;
}
.about >div > li.right .box h3{
    margin:0;
    font-size:16px;
    margin-bottom:5px;
}
.about >div > li.right .box p {
    margin:0;
    line-height:20px;
}
.about >div > li.right .box hr{
    width:15px;
    margin:10px 0;
}
.about >div > li.right .box a{
    font-family: "楷体";
}
@media(max-width:640px){
    .about>div:last-of-type{
        width:100%!important;
    }
}
@media(min-width:641px){
    .about >div > li{
        float: left;
        width:50%;
    }
    .about >div > li.left > div{
        max-width:90%;
        overflow:visible;
        float:right;
        position: relative;
    }
    .about >div > li.right .box{
        position:static;
        transform:none;
        margin-top:131px;
        padding:0 10px;
        width:70%;
        overflow:auto;
    }
    .about >div > li.right .box p {
        line-height:1.5;
        margin-top:5px;
    }
    .about >div > li.right .box hr{
        margin:0;
    }
}
@media(min-width:1200px){
    .about >div > p img{
        width:24px;
    }
    .about >div > li.left > div > p:first-of-type{
        left:-8px;
    }
    .about >div > li.left > div > img{
        max-width:320px;
    }
    .about >div > li.right .box{
        width:55%;
        padding:20px;
        margin-top:148px;
    }
    .about >div > li.right .box p {
        line-height: 30px;
    }
    .about >div > li.right .box h3{
        margin-bottom: 15px;
        font-size: 20px;
    }
    .about >div > li.right .box a{
        display:inline-block;
        margin-top:20px;
    }
}

/* 信息栏 */
.info{
    padding:40px 0 0 0;
    background-color: #F7F7F7;
}
.info li{
    text-align: center;
}
.info li h2{
    font-size:22px;
    margin:0;
}
.info li h2 span{
    display: block;
    font-size:12px;
}
.info li h2 p{
    display: inline-block;
    vertical-align:middle;
    margin:10px 0;
}
.info li > p{
    margin:0;
    font-size: 12px;
}
.info li > p img{
    height:7px;
    margin:0 auto;
}
.info>div:first-of-type{
    width:10%;
    float: left;
    height:300px;
}
.info>div.introduce{
    margin-top:40px;
    float: left;
    width:90%;
    position: relative;
    z-index:999;
}
.info .introduce >p{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0%,-50%);
}
.info .introduce >p img{
    width:20px;
}
@media(min-width:1200px){
    .info li h2{
        font-size:35px;
    }
    .info>ul{
        margin:40px auto;
    }
}
@media(max-width:640px){
    .info{
        padding:0;
    }
    .info .introduce{
        width:100%;
    }
    .info>div.introduce{
        margin:30px 0 40px 0;
        width:100%;
    }
}
.info .introduce .left{
    position: relative;
    height:200px;
    float: left;
    width:70%;
    margin-left:5%;
    background:url("../images/bg03.png") no-repeat right 0/cover;
    font-size: 12px;
}
.info .introduce .left h3{
    padding:10px 30px;
    margin:0;   
    text-align: left;
}
.info .introduce .left div{
    text-align: left;
    padding:0 80px;
    color:#888;
    display: -webkit-box;
    white-space:normal!important;   
    text-overflow:ellipsis;     
    word-wrap: break-word;     
    overflow:hidden;   
    -webkit-line-clamp:5;      
    -webkit-box-orient: vertical;
    word-break:break-all; 
}
.info .introduce .left p{
    margin-top:10px;
    text-align: left;
    padding:0 80px;
}
.info .introduce .left p span{
    display:inline-block;
    margin-right:5px;
    width:8px;
    height:8px;
    border-radius:50%;
    background-color: #E4E4E4;
}
.info .introduce .left a{
    position: absolute;
    left:68px;
    bottom:0;
    transform: translateY(50%);
}
.info .introduce .left a img{
    width:80%;
}
.info .introduce .right{
    overflow: hidden;
}
.info .introduce .right a{
    display: block;
    width:100%;
    height:200px;
    background:url("../images/bg04.png") no-repeat center/cover;
}
@media(max-width:640px){
    .info .introduce .left{
        padding:10px 0;
        margin-left: 0;
        width:100%;
    }
    .info .introduce .left div,
    .info .introduce .left p{
        padding:0 20px;
    }
    .info .introduce .left a{
        left:0px;
    }
}
@media(min-width:992px){
    .info{
        padding:40px 0;
    }
    .info .introduce .left,
    .info .introduce .right,
    .info .introduce .right a{
        height:300px;
    }
    .info .introduce .left{
        padding:20px 0;
    }
    .info .introduce .left div{
        line-height:3;
        width:60%;
    }
}
@media(min-width:1200px){
    .info>div.introduce{
        margin:60px 0;
    }
    .info .introduce >p img{
        width:24px;
    }
    .info .introduce .left,
    .info .introduce .right,
    .info .introduce .right a{
        height:400px;
    }
    .info .introduce .left{
        padding:60px 0;
    }
    .info .introduce .left a{
        left:82px;
    }
    .info .introduce .left a img{
        width:100%;
    }
}

/* 产品展示 */
.product .imgBox > div,.product .imgBox > div .box{
    height:100px;
}
.product .imgBox > div:first-of-type .box{
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:cover;
    display: none;
    position: absolute;
    width:100%;
}
.product .imgBox > div:first-of-type .box:first-of-type{
    display: block;
}
.product .imgBox > div:nth-of-type(2){
    background-color:#D4C7B9;
    position: relative;
}
.product .imgBox > div:nth-of-type(2) img{
    width:10px;
    position: absolute;
    left:50%;
    transform:translate(-50%,-80%);
}
.product .imgBox > div:nth-of-type(2) div{
    width:100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-30%);
}
.product .imgBox > div:nth-of-type(2) p{
    margin:0;
    text-align: center;
    font-size:12px;
    color:#f8f8f8;
    cursor: pointer;
}
.product .imgBox > div:nth-of-type(2) p.active{
    color:#B4AA9F;
    position: relative;
}
@media(min-width:641px){
    .product .imgBox > div,.product .imgBox > div .box{
        height:200px;
    }
    .product .imgBox > div:nth-of-type(2) img{
        width:15px;
        transform:translate(-50%,-70%);
    }
    .product .imgBox > div:nth-of-type(2) p{
        margin-bottom:5px;
    }
    .product .imgBox > div:nth-of-type(2) p.active::before{
        content:"";
        background:url(../images/line.png) no-repeat;
        width:135%;
        height:11px;
        position: absolute;
        top:50%;
        left:65%;
        transform: translateY(-50%);
    }
}
@media(min-width:992px){
    .product .imgBox > div,.product .imgBox > div .box{
        height:300px;
    }  
    .product .imgBox > div:nth-of-type(2) img{
        transform:translate(-50%,-60%);
    }
    .product .imgBox > div:nth-of-type(2) p{
        font-size:14px;
    }
}
@media(min-width:1200px){
    .product .imgBox > div,.product .imgBox > div .box{
        height:400px;
    }  
    .product .imgBox > div:nth-of-type(2) img{
        width:20px;
        transform:translate(-50%,-50%);
    }
    .product .imgBox > div:nth-of-type(2) p{
        margin-bottom:10px;
    }
}
.productshow >div,
.productshow  .center,
.productshow  .center .box{
    position: relative;
    height:200px;
}
.productshow > div:first-of-type{
    background-color: #FCFCFC;
}
.productshow  .center{
    float: left;
    width:80%;
}
.productshow  .center > a{
    position: absolute;
    left:0;
    bottom:0;
    transform: translate(-40%,50%);
    z-index:1;
}
.productshow  .center > a img{
    width:100px;
}
.productshow  .center >p{
    position: absolute;
    left: 0px;
    top:0px;
}
.productshow  .center >p img{
    width:20px;    
}
.productshow  .center .box{
    width:90%;
    float:right;
}
.productshow  .center .box img{
    margin:0 auto;
}
.productshow  .center .box ul{
    margin:0;
    padding:0 1em;
}
.productshow  .center .box li{
    float: left;
    color:#888;
    margin-bottom:8px;
}
.productshow  .center .box li a{
    font-size:12px;
    margin:0 10px; 
    color:#888;
}
.productshow >div:nth-of-type(2){
    background:url("../images/bg07.png") no-repeat center/cover;
}
@media(max-width:640px){
    .productshow  .center{
        width:100%;
    }
    .productshow .center .box{
        width:100%;
    }
    .productshow .center > a{
        transform:translateY(50%);
    }
    .productshow  .center > a img{
        width:80px;
    }
}
@media(min-width:992px){
    .productshow>div,
    .productshow .center,
    .productshow .center .box {
        position: relative;
        height:300px;
    }
    .productshow .center .box{
        padding-top:40px;
    }
    .productshow  .center >p{
        top:20px;
    }
}
@media(min-width:1200px){
    .productshow  .center >p img{
        width:24px;
    } 
    .productshow>div,
    .productshow .center,
    .productshow .center .box {
        position: relative;
        height:400px;
    }
    .productshow .center .box{
        padding-top:60px;
    }
    .productshow  .center .box li a{
        font-size:14px;
        margin:0 18px;
    }
}
.product .show{
    position: relative;
}
.product .show > div:first-of-type .left{
    height:260px;
    background:url("../images/bg08.png") no-repeat center/cover;
}
.product .show > div:first-of-type .right .top{
    /* background:url("../images/bg11.png") no-repeat center/cover; */
    background-color:#F2E9DD;
    height:170px;
    text-align: center;
    padding:20px 0;
}
.product .show > div:first-of-type .right .top p{
    margin:0;
}
.product .show > div:first-of-type .right .top p:last-of-type{
    font-size:12px;
    color:#ccc;
}
.product .show > div:first-of-type .right .top img{
    width:100px;
}
.product .show > div:first-of-type .right .bottom{
    background:url("../images/bg09.png") no-repeat center/cover;
    height:170px;
}
.product .show > div:first-of-type .right .more{
    /* background:url("../images/bg13.png") no-repeat center/cover; */
    background-color:#000;
    position: relative;
    height:190px;
    display: block;
}
.product .show > div:first-of-type .right .more img{
    width:140px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.product .show > div:nth-of-type(2) a.top{
    display: block;
    background:url("../images/bg12.png") no-repeat center/cover;
    height:170px;
    position: relative;
}
.product .show > div:nth-of-type(2) a.top div{
    position: absolute;
    top:50%;
    left:50%;
    color:#fff;
    transform: translate(-50%,-60%);
    text-align: center;
    width:100%;
}
.product .show > div:nth-of-type(2) a.top div p{
    margin:0;
    line-height: 1;
    font-size:12px;
}
.product .show > div:nth-of-type(2) a.top div p:first-of-type{
    font-size:60px;
}
.product .show > div:nth-of-type(2) div.bottom{
    display: block;
    /* background:url("../images/bg10.png") no-repeat center/cover; */
    background-color:#F2E9DD;
    height:170px;
    text-align: center;
    padding:20px 0;
}
.product .show > div:nth-of-type(2) div.bottom p{
    margin:0;
}
.product .show > div:nth-of-type(2) div.bottom img{
    width:100px;
}
.product .show > div:nth-of-type(2) div.bottom p:last-of-type{
    font-size:12px;
    color:#ccc;
}
@media(min-width:641px){
    .product .show > div:first-of-type .right .more{
        width:100%;
        height:130px;
        position: absolute;
        left:0;
        bottom:0;
        transform: translate(-80%,20%);
    }
    .product .show > div:first-of-type .right .more img{
        width:120px;
    }
}
@media(min-width:1200px){
    .product .show > div:first-of-type .left{
        height:370px;
    }
    .product .show > div:first-of-type .right .more{
        width:80%;
        height:160px;
        transform: translate(-80%,50%);
    }
    .product .show > div:first-of-type .right .top,
    .product .show > div:nth-of-type(2) div.bottom{
        height:190px;
        padding:40px 0;
    }
    .product .show > div:first-of-type .right .top img,
    .product .show > div:nth-of-type(2) div.bottom img{
        margin-bottom:10px;
    }
    .product .show > div:first-of-type .right .bottom,
    .product .show > div:nth-of-type(2) a.top{
        height:190px;
    }
}

/* 新闻动态 */
@media(min-width:1200px){
    img.news{
        width:24px;
        margin-top:40px;
    }
}
div.news{
    padding:20px 0;
    
}
.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){
    div.news{
        margin-top:75px;
    }
}
.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 a{
    display: block;
    width:100%;
    padding:0 10px;
    position: relative;
    font-size:12px;
    margin-bottom:18px;
    color:#333; 
}
.news .contentBox a .left,
.news .contentBox a .right{
    height:80px;
}
.news .contentBox a .left{
    float: left;
    width:60px;
    position: relative;
}
.news .contentBox a .left div{
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    text-align: center;
    color:#777;
}
.news .contentBox a .left div p:first-of-type{
    color:#000;
    font-weight:bold;
    font-size:20px;
}
.news .contentBox a .right{
    overflow:hidden;
    border-left:1px solid #BFBFBF;
    padding:8px;
}
.news .contentBox a .right h3{
    font-size:14px;
    margin-bottom: 5px;
}
.news .contentBox 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;
}
.news >a{
    width:100px;
    height:35px;
    line-height:35px;
    text-align: center;
    display: block;
    margin:0 auto;
    border:1px solid #EBEBEB;
    padding:0 10px;
    color:#333;
}
.news >a p{
    font-family: "隶书";
    font-weight:bold;
    letter-spacing: 1px;
}
@media(min-width:641px){
    .news .contentBox a .left div p:first-of-type{
        font-size:26px;
    }
    .news .contentBox a{
        margin-bottom:35px;
    }
    .news >a{
        width:200px;
        height:40px;
        line-height:40px;
    }
}
@media(min-width:1200px){
    div.news{
        margin-top:130px;
    }
    .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 a .left, .news .contentBox a .right{
        height:100px;
    }
    .news .contentBox a .left div p:first-of-type{
        font-size:30px;
    }
    .news .contentBox a .right h3{
        font-size:16px;
    }
    .news .contentBox a{
        margin-bottom:50px;
    }
    .news >a{
        width:400px;
        font-size:16px;
        padding:0 20px;
        height:45px;
        line-height: 45px;
    }
}
