﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

body {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    background: url( ../images/body_01.jpg ) no-repeat center top;
    background-color: #f5f5f5;
}

.main {
    width: 1170px;
    margin: 0 auto;
}

.login {
    float: right;
}

    .login a {
        color: #fff;
        font-size: 14px;
        line-height: 47px;
    }

    .login span {
        padding: 0 8px;
        color: #fff;
        line-height: 47px;
    }

nav {
    background-color: rgba(12,56,166,0.76);
    height: 65px;
}

.logo {
    float: left;
}

.nav {
    float: right;
}

    .nav a {
        color: #fff;
        font-size: 16px;
        line-height: 65px;
        font-weight: bold;
        padding: 0px 13px;
    }

    .nav li {
        float: left;
    }

        .nav li span {
            color: #fff;
            font-weight: bold;
            padding: 0 14px;
        }

.banner {
    padding-top: 36px;
}

.left {
    float: left;
    width: 770px;
}

.about {
    background: #fff;
    height: 370px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px #ddd solid;
    border-top: #446dd4 2px solid;
}

section {
    margin-top: 35px;
}

.main-2 {
    width: 720px;
    margin: 0 auto;
}

.pic {
    float: left;
}

    .pic img {
        border: #f5f5f5 solid 1px;
    }

.con {
    padding-left: 31px;
    float: left;
    width: 470px;
}

    .con h3 {
        font-size: 18px;
        color: #333;
        font-weight: normal;
        padding-top: 15px;
    }

    .con .bn {
        border-bottom: #ddd 1px dashed;
        width: 470px;
        margin: 23px 0;
    }

    .con h5 {
        font-size: 16px;
        color: #777;
        font-weight: normal;
        padding-bottom: 20px;
    }

        .con h5 a {
            color: #777;
            font-size: 16px;
            display: inline-block;
            line-height: 16px;
            overflow: hidden;
            height: 16px;
        }

    .con span {
        margin-right: 31px;
        box-shadow: 3px 3px 7px 6px rgba(217,217,217,0.54);
    }

        .con span a {
            display: inline-block;
            width: 79px;
            height: 36px;
            border-radius: 5px;
            background: #446dd4;
            color: #fff;
            text-align: center;
            line-height: 36px;
        }

.left .about-now {
    box-sizing: border-box;
    border: 1px #ddd solid;
    background: #fff;
    margin-top: 35px;
    border-top: 2px #446dd4 solid;
    padding-bottom: 40px;
}

    .left .about-now .main-2 h5 {
        line-height: 40px;
        font-size: 14px;
        color: #333;
        font-weight: 600;
    }

    .left .about-now .main-2 .bn2 {
        border-bottom: #ddd 1px solid;
    }

.main-3 {
    box-sizing: border-box;
    /*border: #ddd solid 1px;*/
    margin-top: 25px;
}

    .main-3 h4 {
        font-weight: bolder;
        color: #446dd4;
        line-height: 40px;
    }

        .main-3 h4 a {
            color: #446dd4;
            line-height: 40px;
        }

    .main-3 span {
    }

.main-4 {
    box-sizing: border-box;
    width: 670px;
    margin: 0 auto;
}

    .main-4 .bn1 {
        border-bottom: #ddd 1px solid;
    }

    .main-4 h3 {
        margin-top: 8px;
    }

        .main-4 h3 a {
            color: #333;
            font-weight: 600;
            font-size: 16px;
            line-height: 46px;
        }

    .main-4 p {
        color: #777777;
        font-size: 14px;
        line-height: 30px;
    }

    .main-4 .zy span {
        font-size: 14px;
        /*font-weight: 600;*/
    }

    .main-4 .zy {
        color: #666;
        font-size: 14px;
        line-height: 2em;
        /*height: 90px;
        overflow: hidden;*/
        /*margin-bottom: 10px;*/
    }

    .main-4 h5 a {
        color: #777;
    }

    .main-4 h5 span {
        float: left;
        color: #446dd4;
    }

    .main-4 p span {
        float: left;
        /*color: #446dd4;
        font-weight: 600;*/
    }

    .main-4 h5 p {
        float: left;
        padding-right: 19px;
    }

    .main-4 h5 .guanjici {
        display: inline-block;
        line-height: 25px;
        color: #777;
        border: #ddd solid 0.5px;
        border-radius: 5px;
        background: #f5f5f5;
        padding: 0 6px;
        font-weight: normal;
        font-size: 14px;
    }

.more {
    border-bottom: 1px #ddd solid;
}

.right {
    float: right;
    width: 370px;
}

.look {
    background: #fff url(../images/icon1.png) no-repeat left -6px;
    height: 140px;
    border-top: 2px solid #446dd4;
    margin-bottom:35px;
}

    .look .main-5 {
        width: 350px;
        margin: 0 auto;
    }

        .look .main-5 h4 {
        }

            .look .main-5 h4 a {
                color: #fff;
                font-size: 16px;
                font-weight: 600;
                line-height: 56px;
            }

form {
    width: 325px;
    margin: 0 auto;
    padding-top: 24px;
}

.look form .kuan input {
    width: 276px;
    height: 35px;
    border: #ddd 0.5px solid;
    float: left;
    background: #fafafa;
    padding-left: 10px;
}

form .an input {
    height: 35px;
    width: 35px;
    background: #f44b4b url(../images/look.png) no-repeat center center;
    border: none;
}

.room {
    background: #fff;
    margin-top: 35px;
    border-top: 2px solid #446dd4;
    height: 160px;
}

.room-main {
    width: 325px;
    margin: 0 auto;
}

.room a {
    display: block;
    float: left;
    margin-right: 28px;
}

.fr {
    float: right;
}

.look1 {
    background: #fff url(../images/icon1.png) no-repeat left -6px;
    border-top: 2px solid #446dd4;
    margin-bottom: 35px;
}

    .look1 .main-5 {
        width: 350px;
        margin: 0 auto;
    }

        .look1 .main-5 h4 {
            float: left;
        }

        .look1 .main-5 .more1 {
            float: right;
        }

            .look1 .main-5 .more1 a {
                color: #777;
                font-size: 14px;
                line-height: 56px;
                font-family: Arial;
            }

        .look1 .main-5 h4 a {
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            line-height: 56px;
        }

.main-6 {
    width: 317px;
    margin: 0 auto;
}

    .main-6 ul {
        padding-top: 8px;
        padding-bottom: 32px;
    }

    .main-6 li {
        border-bottom: 1px #eee solid;
    }

        .main-6 li a {
            display: block;
            height: 20px;
            overflow: hidden;
            line-height: 20px;
            color: #666;
            margin: 15px 0;
        }

.keyword {
    margin-top: 18px;
    padding-bottom: 15px;
    border-bottom: 1px #eee solid;
}

    .keyword p {
        background: #f5f5f5;
        /*width: 110px;*/
        /*height: 40px;*/
        border-radius: 5px;
        float: left;
        margin-right: 10px;
        margin-top: 10px;
    }

        .keyword p a {
            color: #666;
            text-align: center;
            display: inline-block;
            width: 150px;
            line-height: 40px;
            font-size: 14px;
            padding: 0 5px;
            overflow: hidden; /*超出部分隐藏*/
            white-space:nowrap;            
            text-overflow:ellipsis;
        }
.tt {
   
    margin-top: 20px;
    color: #526BD7;
}

    .tt a {
        line-height: 25px;
        /*background: #f5f5f5;
        border: 1px #eee solid;*/        
    }


.weixin- {
    padding: 28px 0;
}

    .weixin- .pic1 {
        float: left;
        width: 157px;
    }

    .weixin- .weixin {
        padding-left: 8px;
        padding-top: 11px;
        float: left;
        width: 152px;
    }

        .weixin- .weixin p {
            color: #333;
        }

footer {
    background: #666;
    height: 120px;
    margin-top: 30px;
}

.icp {
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
}

.lic {
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
}

    .lic .link {
        color: #fff;
        text-decoration: underline;
    }

.all {
    float: right;
}

.celan {
    background: #fff;
    width: 66px;
    height: 235px;
    border-radius: 33px;
    float: right;
    position: fixed;
    right: 0;
    top: 200px;
}

    .celan ul {
        background: url( ../images/tougao.png) no-repeat center top;
        height: 193px;
    }

    .celan .tou a {
        color: #fff;
        text-align: center;
        display: block;
        padding-top: 50px;
        margin-top: 23px;
        font-size: 15px;
        line-height: 18px;
    }

    .celan .cha a {
        color: #3b61bf;
        text-align: center;
        display: block;
        padding-top: 50px;
        margin-top: 5px;
        font-size: 15px;
        line-height: 18px;
    }
