* {
    padding: 0;
    margin: 0;
}

.common {
    width: 1500px;
    margin: 0 auto;
}

.header {
    height: 92px;
    border-top: 1px solid #fff;
    /* background-color: yellow;  */
}
.head-li{
    text-align: center;
    min-width: 281px!important;
    line-height: 20px;
    padding: 15px 30px 15px 31px;
    background-color: #dda730;
}
.head-li a{
    color:#fff;
    font-family: 仿宋;
    font-size: 19px;
    text-decoration:none;
}
.head-li a:link{
    color:#fff;
}
.head-li a:hover{
    color:rgba(65, 62, 139, 1);
}
.head-li a:visited{
    color:#fff;
}
.logo {
    float: left;
}
.logo-img {
    margin-left: 2%;
    margin-top: 1%;
    max-width: 300px!important;
}
.tel{
    float: right;
}
.headerright {
    float: right;
}

/* 整体向右浮动 */
.headerright ul {
    list-style-type: none;
    padding-top: 8px;
    height: 38px;
    line-height: 38px;
}

.headerright ul li {
    float: left;
}

.headerright li a {
    padding-left: 11px;
    padding-right: 11px;
    /* 或者padding: 0 11px; */
    font-size: 11px;
    border-right: 1px solid #b2c7ea;
    color: #ababab;
}

/* a链接只是不可以设置宽高，可以设置padding,border */
.headerright .col {
    color: #eb6ca1;
}

/* 注意优先级 */
.headerright .last {
    padding-right: 0;
    border: 0;
}

.nav {
    height: 44px;
    /* width: 100%; */
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.nav ul {
    list-style-type: none;
    height: 44px;
    line-height: 44px;
}

.nav ul li {
    float: left;
    list-style-type: none;
    color: white;
    font-size: 13px;
    padding-right: 63px;
}

.banner {
    width: 1500px;
    background-color: #fff;
}

.banner img{
    text-align: center;
    float: contour;
    width: 1500px;
}

.list {
    margin-top: 42px;
    height: 680px;
}

.list div {
    float: left;
    border: 1px solid #ffffff;
    margin: 0 37px 0 37px;
}

.list div p {
    font-size: 13px;
    padding-left: 0px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    /* padding: 0; */
}
.list div h4 {
    font-size: 13px;
    padding-left: 0px;
    height: 41px;
    line-height: 41px;
    text-align: left;
    /* padding: 0; */
}

.list .end {

}

.list div img {
    max-height: 460px;
}

/* 解决p标签和img之间缝隙 */
.footer {
    border-top: 1px solid #cccccc;
    height: 181px;
    background-color:rgba(65, 62, 139, 1);
}

.footer img{
    height: 110px;
    max-width: 110px!important;
}
.footer ul {
    height: 69px;
    border: 1px solid #ecebeb;
    line-height: 23px;
    padding-top: 25px;
    padding-bottom: 26px;
    list-style-type: none;
}

.footer li {
    padding-left: 24px;
    width: 176px;
    float: left;
    font-size: 11px;
    color: #000078;
}

.footer p {
    font-size: 10px;
    color: #000000;
}
.wechat{
    float: right;
    padding: 8px 7px 5px 5px;
}
.wechat p{
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
}
.information {
    float:right;
}
.information p{
    color: #fff;
    padding-top: 5px;
}
.icp{
    margin-top: 5px;
}
.icp p{
    font-size: 14px;
}
.icp b{
    font-family: 仿宋;
    font-size: 15px;
}



.lunbo  li{
    list-style: none;
}
.lunbo{
    width: 1500px;
    margin-bottom: -400px;
}
.lunbo img{
    height:300px ;
    width: 800px;
    float:none;
}
.lunbo h4{

    font-family: 仿宋;
    font-size: 26px;
    text-decoration:none;
    float: right;
}
.content{
    width: 800px;
    height: 300px;
    margin: 20px auto;
    position: relative;
}
#item{
    width: 800px;
    height: 300px;
}
.item{
    position: absolute;
    opacity: 0;
    transition: all 1s;

}
.item.active{
    opacity:1;
}
#btn-left{
    width: 30px;
    height: 69px;
    font-size: 30px;
    color: white;
    background-color:rgba(0,0,0,0.4);
    line-height: 69px;
    padding-left:5px;
    z-index: 10;/*始终显示在图片的上层*/
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%);/*使按钮向上偏移居中对齐*/
    cursor: pointer;
    opacity: 0;/*平时隐藏*/
}
.lunbo:hover #btn-left{
    /*鼠标滑入，显示图标*/
    opacity: 1;
}

#btn-right{
    width: 26px;
    height: 69px;
    font-size: 30px;
    color: white;
    background-color:rgba(0,0,0,0.4);
    line-height: 69px;
    padding-left: 5px;
    z-index: 10;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-60%);
}
.lunbo:hover #btn-right{
    opacity: 1;
}
#circle{
    height: 20px;
    display: flex;
    position: absolute;
    bottom: 35px;
    right: 25px;
    text-align: center;
}
.circle{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid white;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    margin: 5px;
}
