/* main主框架 */
body{background: url(../img/index/bk6.png);}
.main{
    width:1200px;
    margin:0 auto;
    position: relative;
    display:flex;
    flex-flow:column nowrap;
}
/* -------------轮播部分begin------------- */
.banner{
    width:1200px;
    height:460px;
    overflow: hidden;
    position: relative;
    
}
.showImg{
    width:8000px;position: absolute;top: 0;left:0;
}
.showImg>div{float:left;position: relative;}
.showImg>div>img{width:1200px;}
.showIndex{
    position: absolute;
    bottom:50px;
    right:50px;
    z-index: 1;
}
.showIndex li{
    width:20px;
    height:20px;
    border-radius: 50%;
    background:#fff;
    float:left;
    margin-left:20px;
    position: relative;
}
.showIndex span{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top:2px;
    left: 2px;
}
.showIndex .on{
    background:#000;
}
.imgLogin{
    width:400px;
    height: 300px;
    position: absolute;
    top:50px;
    left: 50px;
    font-size: 32px;
    color:#fff;
}
.imgLogin .loginDiv{
    width:160px;height: 56px;
    border:1px solid #fff;
    border-radius: 5px;
    font-size:24px;
    text-align:center;
    line-height: 56px;
    margin-top:15px ;
}

.animate{
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
}

/* -------------轮播部分end------------ */
/* --------------------------------主体内容begin---------------------- */
.content{
    margin-top:25px;
    width:100%;
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-around;
}
/* ------------------主体左边begin----------------- */
.contentLeft{width:650px;}
.news{
    background:#fff;
    height:300px;
    border:1px solid transparent;
    border-radius:8px;
}
.title{
    margin:15px  20px ;
    font:bold 18px "Microsoft YaHei","SimSun";
    color:#2ca2ca;
    padding-left: 10px;
    border-left:2px solid #2CA2CA;
    position: relative;
}
.title a{
    position: absolute;
    color:#2ca2ca;
    bottom:0;
    right:0;
    font-size: 14px;
}
.title a:hover{color:red;}
.list{
    margin:0 40px;
}
.list li{
    width:100%;
    height:45px;
    border-bottom:1px dashed #B6B6B6;
    font-size:16px;line-height: 45px;
	justify-content: space-between;

}
.list li em{
    float: right;
    color: #B6B6B6;
    font-style: normal;
}
/*-------------------主体左边end--------------------- */
.divImg1 img{
    width:100%;height:330px;
    border-radius: 16px;margin-top:8px;

}
.divImg2 img{
    width:100%;height:350px;
    border-radius: 16px;margin-bottom:8px;
}
/* ------------------主体右边begin-------------------- */
.contentRight{width:500px;}
.book{
    width:100%;height:280px;
    border:1px solid transparent;
    background: #e5e5e5;
    border-radius:8px;
}
.shop{
    width:100%;
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-around;
    padding:10px 0;
}
.shop > div{width:100%;}
.bookImg{width:165px;height: 210px;}
td{
    height:40px;
    vertical-align: top;
}
tr>td:nth-child(1){
   width:28%;font-weight: bold;
}
tr>td:nth-child(2){
    width:72%;word-wrap:break-word;
}
/* -----------------主体右边end---------------- */
/* ---------------------------主体内容end----------------------- */
/* ---------------------------底部------------------------------ */
footer p{
    text-align: center;margin: 40px 0;
}
footer  a{margin: 0 20px;}


/*pc设备2   width-1000px*/
@media screen and (min-width: 992px) and (max-width: 1199px){
    .main{
        width:1000px; 
        margin:0 auto;
        position: relative;
        display:flex;
        flex-flow:column nowrap;
    }
    .banner{
        width:1000px; height:383px;
        overflow: hidden;
        position: relative;
    }
   
    .showImg>div>img{width:1000px;}
    
    
    .imgLogin{
        width:400px;
        height: 300px;
        position: absolute;
        top:30px;
        left: 30px;
        font-size: 32px;
        color:#fff;
    }
   
    .contentLeft{width:540px;}
    .contentRight{width:420px;}
    .bookImg{width:137px;}
}
/*pad设备  width-800px*/
@media screen and (min-width: 768px) and (max-width: 991px){
    iframe{height:144px;}
    .main{
        width:800px;
        margin:0 auto;
        position: relative;
        display:flex;
        flex-flow:column nowrap;
    }
    
    .banner{
        width:800px;height:307px;
        overflow: hidden;
        position: relative;
    }
   
    .showImg>div>img{width:800px;}
   
    .imgLogin{
        width:300px;
        height: 240px;
        position: absolute;
        top:50px;
        left: 50px;
        font-size: 22px;
        color:#fff;
    }
    .imgLogin .loginDiv{
        width:160px;height: 40px;
        border:1px solid #fff;
        border-radius: 5px;
        font-size:20px;
        text-align:center;
        line-height: 40px;
        margin-top:15px ;
    }
    .content{
        margin-top:25px;
        width:100%;
        display:flex;
        flex-flow:column nowrap;
        align-items: center;
    }
    .contentLeft{width:600px;}
    .contentRight{width:600px;}
    .divImg1 img{
        width:100%;
        border-radius: 16px;margin:8px 0;
    }
    .divImg2 img{
        width:100%;
        border-radius: 16px;margin:8px 0;
    }
    .book{
        width:100%;
        border:1px solid transparent;
        background: #e5e5e5;
        border-radius:8px;
    }
    .shop > div{width:50%;}


}
/*phone设备 width-600px*/
@media screen and (max-width: 767px){
   
}