* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url('../img/body.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: whitesmoke;
}

.clear {
    clear: both;
}

.top {
    width: 100%;
    height: 180px;
}

.container {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;

}

.logo {
    width: 347px;
    height: 77px;
    margin: 30px 0 0 20px;
    float: left;
    overflow: hidden;
}

.logo img {
    height: 100%;
    float: left;
}

.logo span {
    float: left;
    padding: 20px 20px;
    font-size: 40px;
    color: red;
}

.serch {
    width: 329px;
    height: 47px;
    margin: 54px 0 0 100px;
    float: left;
}

.serchri{
    width: 329px;
    float: right;
    margin-top: 50px;
    position: relative;
    left: 200px;
}

.serch input[type=text] {
    height: 38px;
    width: 251px;
    padding: 0 0 0 20px;
    border: none;
    border-bottom: 1px solid;
    background-color: rgba(255, 255, 255, 0);
}

.serch input[type=submit] {
    height: 38px;
    width: 67px;
    border: none;
    background-color: #59a4f3;
    color: #fff;
}

.nav {
    width: 800px;
    margin: 0px auto;
    height: 55px;
}

.nav li {
    float: left;
    list-style-type: none;
    padding: 12px 26px;
    font-size: 24px;
    display: block;
    background-color: #469ff800;
    margin-left: 40px;

}

.nav a {
    color: rgb(32, 17, 17);
    text-decoration: none;
}

.nav li:hover {
    background-color: rgb(55, 55, 252);
}

.content {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    padding: 8px 5px;
}

.news {
    text-align: center;
    padding-top: 4px;
    width: 100%;
    height: 75px;
    background-color: whitesmoke;
}

.box {
    width: 100%;
    overflow: auto;
    margin-top: 5px;
}

.notice_img {
    width: 500px;
    height: 380px;
    float: left;
    overflow: hidden;
}

.notice_img img {
    width: 100%;
    height: 100%;
}

.notice_tex {
    padding: 5px 15px;
    width: 690px;
    height: 380px;
    float: left;
    border-bottom: 1px solid gray;
}

.notice_tex p {
    font-size: 18px;
    color: #606060;
    line-height: 33px;
}

.notice_tex h2 {
    text-align: center;
}

.fw_title {
    font-size: 29px;
    padding: 11px 0;
    color: #0b0ba2;
}

.service {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 139px;
    background-color: #d5e7f6;
}

.service_item {
    width: 110px;
    height: 118px;
    margin: 10px 30px;
    text-align: center;
}

.service_item img {
    width: 100%;
    height: 86px;
}

.service_item a {
    text-decoration: none;
    color: blue;
}

.service_item a:hover {
    color: red;
}

.other {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 335px;
    background-color: whitesmoke;
}

.other_item {
    width: 376px;
    height: 312px;
    margin: 10px;
    padding: 0 20px;
    background-color: #fff;
}

.other_item .title {
    font-size: 30px;
    color: #f36c38;
}

.other_item a {
    color: black;
}

.other_item a:hover {
    color: red;
}

.other_item li {
    line-height: 30px;
}

.case {
    width: 100%;
    height: auto;

}

.case p {
    line-height: 35px;
}

.footer {
    padding-top: 30px;
    width: 100%;
    height: 100px;
    background-color: #469ef8;
}

.footer p {
    text-align: center;
    color: #fff;
}

.relation {
    width: 70px;
    height: 70px;
    position: fixed;
    margin: 300px 0 0 50px;
}

.relation img {
    width: 100%;
    height: 100%;
}

.video {
    width: 866px;
    height: 500px;
    margin: 0 auto;
}

.info {
    padding: 10px 20px;
    width: 100%;
    height: auto;
}

.info p {
    line-height: 35px;
}