*{
    margin: 0;
    padding: 0;
}
html,body{
    min-width: 1200px;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}

.header{
    width: 100%;
    height: 100px;
    line-height: 98px;
    background:#1e50ae;
}

.header .con{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.header .con h1{
    float: left;
    color: #fff;
    width: 512px;
}
.header .con ul{
    float: right;
    width: 678px;
}
.header .con ul li{
    float: left;
    padding: 0 10px;
}
.header .con ul li a{
    color: #fff;
    font-size: 18px;
}
.header .con ul li .select{
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: bolder;
    padding: 10px 20px;
}
/*滑动*/
.swiper-container{
    width: 100%;
}

.swiper-slide img{
    width: 100%;
}
.swiper-slide .desc{
    color: #ccc;
    position: absolute;
    left: 250px;
    top: 70px;
}


.swiper-slide .desc p{
    font-size: 50px;
}
/*footer*/
.footer {
    background:#1e50ae;
    border-top: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
}
.footer .con{
    width: 1200px;
    margin: 0 auto;
}
.footer .con .list{
    overflow: hidden;
}
.footer .con .list .item{
    width: 35%;
    float: left;
    padding-left: 15%;
}
.footer .con .list .item h4{
    color: #fff;
    margin: 20px auto;
    height: 22px;
    
}

.footer .con .list .item ul li a{
    color:#969696;
    font-size: 14px;
    line-height: 35px;
}
.footer .con .title{
    font-size: 9px;
    color: #969696;
    text-align: center;
    margin-top: 50px;
}
.small-title{
    width: 100%;
    height: 25px;
    line-height: 25px;
}
.small-title .con{
    width: 1200px;
    margin: 0 auto;
    display: block;
    
    font-size: 12px;
    height: 25px;
}
.small-title .con .collect-a{
    float: right;
    margin-right: 20px;
    color: #1e50ae;
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.small-title .con .set{
    float: right;
    color: #1e50ae;
    /* border-bottom: 1px solid #fff; */
}
.small-title .con .welcome{
    float: left;
    color: #1e50ae;
}
.itemTitle{
    border-bottom: 1px solid gray;
    padding: 15px 0;
    font-size: 14px;
    
}
.itemTitle a{
    color: #666666;
}
.itemTitle .check{
    color: blue;
}
