*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
body{
    background-color: #87CEFA;
}
.content{
    position: relative;
    width: 1200px;
    background: url(image/bg.png) no-repeat;
    background-size:cover ;
    margin: 0px auto;
}
.wide{
    width: 960px;
    height: 100vh;
    margin: 0px auto;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:30px 5px 0px 5px;
}
.logo img{
    width: 118px;
    height: 30px;
}
.collect{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.collect img{
    width: 22px;
    height: 22px;
}
.collect a{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding-left: 10px;
}
/* 导航 */
.nav{
    padding: 10px 0px;
}
.nav-aisle{
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 5px;
}
.nav-aisle>a{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    width: 140px;
    float: left;
    margin-right: 11px;
    margin-bottom: 10px;
    text-align: left;
}
.nav-aisle>a>img{
    width: 15px;
    height: 15px;
}
.nav-aisle>a>span{
    text-align: left;
    width: 70%;
    font-size: 14px;
    color: #999999;
    padding-left: 8px;
}
.prompt{text-align: center;height: 430px;}
.imageurl{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    height: 195px;
}
.right,.left{
    width: 480px;
    height: 195px;
}
.right>a,.left>a{
    font-size: 16px;
    font-weight: bold;
    color:  #336699;
    display: block;
}
.right>a>img,.left>a>img{
    width: 465px;
    height: auto;
    border-radius: 10px;
}
.right>a>span,.left>a>span{
    padding-right: 10px;
}
/* 结尾 */
.botn{
    display: flex;
    justify-content:space-around;
    align-items: center;
    height: 75px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    width: calc(100% - 15px);
}
.contact{
    display: flex;
    align-items: center;
    width: 470px;
}
.title>a{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}
.icon{
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-right: 10px;
}
.icon img{
    width: 30px;
    height: 30px;
}
/* 在线客服 */
.service{
    position: absolute;
    top: 215px;
    right: 65px;
    width: 46px;
    height: 73px;
    text-align: center;
    background-color: #3366ff;
    padding: 5px 0px;
    border-radius: 5px;
}
.service>a{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.service>a>img{
    width: 26px;
    height: 26px;
}

.information{
    background-color: rgba(255,255,255,0.2);
    border-radius: 10px;
    margin: 15px 10px 10px 5px;
}