*{
    padding:0;margin:0;
}
.container{
    width: 70vw;
    margin: 0 auto;
}
/* header */
header{
    background: url(https://files.nettsteder.regjeringen.no/wpuploads01/blogs.dir/221/files/2019/11/toppbilde_web-2100x717.jpg);
    height: 717px;
    background-repeat: no-repeat;
    background-size: cover;
}
header .nav{
    display: flex;
    justify-content:space-around;
}
header .solgan{
    margin-top: 150px;
    color:#fff;
    text-align: center;
}
header .solgan h1{
    font-size:55px;
}
header .solgan p{
    font-size:26px;
    margin-top: 30px;

}
header .nav .logo{
    color: #fff;
    font-size:32px;
    font-weight: bold;
    width: 300px;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    padding:20px 0;
}
header .nav .logo img{
    height: 100px;
}
header .nav .menu {
    display: flex;
    width: 30vw;
}
header .nav .menu li{
    display: block;
    width: 16%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    padding:20px 0;
}
.active{
    font-weight: bold;
    font-size:20px;
}
header .nav .menu li:hover{
    font-weight: bold;
    font-size:20px;
}
header .nav .menu li a{
    text-decoration: none;
    color:#fff;
}
/* footer */
footer {
    background-color: #333333;
    height: 150px;
    color:#fff;
}
footer .links ul{
    display: flex;
    justify-content: space-around;
    padding-top:20px;
}
footer .links ul li{
    display: block;
    width: 120px;
    list-style: none;
    text-align: center;
    color:#fff;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 5px;
}
footer .links ul li a{
    text-decoration: none;
    color:#000;
}
footer .copyright{
    text-align: center;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 15px 0;
}
/* about */
.about{
    min-height: 400px;
    margin: 40px 0;
    display: flex;
}
.about .desc{
    width:50%;
    font-size:14px;
    line-height: 30px;
    text-indent: 1cm;
    box-sizing: border-box;
    padding: 50px 0;
}
.about .desc p{
    margin-top: 42px;
}
.about .thum{
    width: 50%;
    box-sizing: border-box;
    padding: 50px;
}
.about .thum img{
    width: 100%;
    border-radius: 10px;
}
/* news */
.news{
    min-height: 500px;
    margin: 40px 0;
}
.news .con{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    flex-wrap: wrap;
}
.news .item{
    width: 33%;
    margin: 20px 0;
}
.news .thum{
    width: 330px;
    border-radius: 10px;
}
.news .thum img{
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.news .desc p{
    font-size: 14px;
    text-indent: 1cm;
    line-height: 26px;
}
.news .desc h4{
    margin: 20px 0;
}
.title h2{
    font-size: 30px;
    text-align: center;
}
/* data */
.data{
    background-image: url(https://files.nettsteder.regjeringen.no/wpuploads01/blogs.dir/221/files/2020/02/39_DSC6065-scaled.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    height: 360px;
    margin-bottom: 100px;
}
.data .con{
    display: flex;
}
.data .title{
    position: relative;
    top:70px;
}
.data .title h2{
    color: #fff;
}
.data .con li{
    display: block;
    list-style: none;
    width: 25%;
    box-sizing: border-box;
    padding: 140px 0;
}
.data .con li .top{
    font-size: 42px;
    color:#fff;
    text-align: center;
    font-weight: bolder;
}
.data .con li .donw{
    color:#fff;
    text-align: center;
}
/* contact */
.contact{
    margin: 60px 0;
}
.contact .con{
    display: flex;
    justify-content: space-around;
}
.contact .form{
    width: 50%;
}
.contact .form  .span{
    text-align: center;
    margin-top: 20px;
}
.contact .share{
    background: #f1f0fb;
    border-radius: 12px;
    padding: 45px 55px;
    width: 30%;
}
.contact .share p{
    margin: 18px 0;
    font-size: 14px;
    line-height: 2;
    color: #898799;
}
.form-grp{
    margin-bottom: 25px;
}
.form-grp input, .contact-form .form-grp textarea {
    width: 80%;
    background: #f1f0fb;
    border: none;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 5px;
    display: block;
    font-weight: 500;
}
.form-grp label {
    font-size: 14px;
    font-weight: 500;
    color: #5d5a77;
    margin-bottom: 10px;
    opacity: .77;
}
.btn{
    background: #6153fc none repeat scroll 0 0;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 18px 31px;
    text-align: center;
    text-transform: inherit;
}
/* history */
.history{
    background-image: url(https://files.nettsteder.regjeringen.no/wpuploads01/blogs.dir/221/files/2017/07/0P8A8464_60opacity.png);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 40px 0;
}
.history .title{
    color: #fff;
}
.history .title .span {
    text-align: center;
    margin-top: 30px;
}
.history .infos{
    text-align: center;
    padding-top: 30px;
}
.history .infos a{
    text-decoration: none;
    text-align: center;
    color:#fff;
}
.history .infos p{
    text-align: center;
}
header .nav .sign{
    width: 300px;
    height: 80px;
    box-sizing: border-box;
    padding-top:40px;
    margin-left: 80px;
}
header .nav .sign a{
    display: inline-block;
    background: #fff;
    color:#000;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 100px;
    border-radius: 5px;
}
header .nav .sign span {
    color:#fff;
    margin-top:20px;
    font-size:12px;
}
/*
    适配手机版本
*/

@media screen and (max-width:768px)
{
    .news .item {
        width: 95%;
    }
    .news .thum img {
        width: 82%;
    }
    .about{
        display: block;
    }
    .about .desc{
        width: 90%;
        text-align: center;
    }
    .about .thum{
        display: none;
    }
    .contact .con{
        display: block;
    }
    .contact .form {
        width: 100%;
    }
    .contact .share{
        display: none;
    }
    .btn{
        width: 95%;
    }
    header .nav{
        display: block;
    }
    header .nav .menu {
        display: flex;
        width: 100vw;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    header .nav .menu li {
        width: 26%;
    }
    .data{
        height: 500px;
    }
    .data .con li{
        width: 100%;
        padding: 0
    }
    .data .con{
        flex-wrap: wrap;
        margin-top: 106px;
    }
    footer{
        height: 220px;
    }
    footer .links ul{
        flex-wrap: wrap;
    }
    footer .links ul li{
        height: 20px;
        line-height: 20px;
        margin-top: 20px;;
    }
    header .nav .sign a{
        width: 43vw;
    }
    header .solgan{
        margin-top: 70px;
    }
}