html,
body {
    font-family: '微软雅黑';
}

/* ------------------------banner------------------------- */

.container-banner {
    width: 100%;
}

.container-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --------------------------navbar------------------------ */

.container-navbar {
    width: 100%;
    height: 70px;
    border-bottom: 2px solid #e3e3e3;
}

.container-navbar>ul {
    width: 64%;
    margin-left: 18%;
    height: 70px;
    overflow: hidden;
}

.container-navbar>ul>ul>li {
    float: left;
}

.container-navbar>ul>ul {
    margin-left: -18px;
}

.container-navbar>ul>ul>li p {
    width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    margin-top: 17px;
    margin-left: 18px;
    cursor: pointer;
    color: #333333;
    background-color: #ffffff;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.container-navbar>ul>ul>li p:hover {
    color: #ffffff;
    background-color: #426dd7;
}

.container-navbar>ul>div {
    float: right;
    font-size: 14px;
    color: #555555;
    margin-top: 26px;
}

.container-navbar>ul>div>img {
    vertical-align: top;
}

/* 触发效果 */

.navbar-active {
    color: #ffffff !important;
    background-color: #426dd7 !important;
}


/* ----------------------------container-project------------------------ */

.container-project {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 70px;
}

.project-title {
    width: 100%;
    height: 130px;
    text-align: center;
}

.project-title>h4 {
    font-size: 34px;
    color: #222222;
    display: inline-block;
    margin-top: 60px;
}

.project-content-box {
    width: 100%;
}

.project-content-box>ul {
    width: 64%;
    margin-left: 18%;
    overflow: hidden;
}

.project-matter>li {
    float: left;
}

.project-matter>li:nth-child(1) {
    width: 25%;
}

.matter-list li {
    width: 90%;
    height: 68px;
    background: #ffffff url(../images/5b289bfda5395.gif) no-repeat 22px 31px;
    line-height: 68px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    color: #333333;
    text-align: left;
    text-indent: 35px;
    font-size: 16px;
    font-weight: bold;
    /* cursor: pointer; */
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    margin-top: 4px;
}

.matter-list h1 {font-weight:bold;}

.matter-list li:hover {
    background: #0f307f url(../images/5b289bfda5395.gif) no-repeat 22px 31px;
    color: #ffffff;
}

.list-active {
    background-color: #0f307f !important;
    color: #ffffff !important;
}

.project-matter>li:nth-child(2) {
    width: 75%;
}

.swiper-container {
    width: 100%;
}

.matter-pic {
    width: 100%;
    margin-top: -2%;
}

.matter-pic li {
    float: left;
    width: 30.6%;
    height: 260px;
    background-color: #f5f5f5;
    margin-top: 2%;
    margin-left: 2%;
    text-align: center;
}

.pic-top {
    width: 100%;
    height: 190px;
    /* background-color: #ccc; */
    overflow: hidden;
    position: relative;
}

.pic-top img {
    margin-top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.pic-top:hover .shade-pic{
    transform: scale(1.1);
}

.pic-bottom {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
}

.pic-bottom h4 {
    font-size: 13px;
    color: #222222;
    display: inline-block;
    margin-top: 12px;
}

.pic-bottom p {
    font-size: 14px;
    color: #555555;
    width: 92%;
    margin-left: 4%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.matter-shade{
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-color: rgba(0, 0, 0, .1) */
}
.pic-top:hover .matter-shade{
    opacity: 0;
}
.pic-top:hover{
    border: 1px solid #eee;
}

.swiper-control {
    width: 100%;
    height: 60px;
    text-align: center;
    overflow: hidden;
    margin-top: 36px;
    position: relative;
}

.swiper-control div {
    float: left;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.swiper-control div:hover {
    /* background-color: #0f307f; */
}
.swiper-pagination-bullet{
    margin: 0 6px;
}

.swiper-left {
    width: 50px;
    height: 50px;
    background-color: #e5e5e5;
    text-align: center;
    line-height: 50px;
    margin-left: -80px;
}

.swiper-center {
    width: 92px;
    height: 50px;
    background-color: #e5e5e5;
    text-align: center;
    line-height: 50px;
}

.swiper-right {
    width: 50px;
    height: 50px;
    background-color: #e5e5e5;
    text-align: center;
    line-height: 50px;
    margin-left: 80px;
}


/* -------------------添加三级下拉---------------------- */
.list-sun{
    margin-top: 0px;
    background-color: #fafafa;
}
.list-sun p{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    color: #555555;
    text-align: left;
    text-indent: 38px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.list-sun p:hover{
    color: #426dd7;
    background-color: #e9ecf6;
}
.sun-active{
    color: #426dd7 !important;
    background: #e9ecf6 url(../images/5b28aff08677d.gif) no-repeat 90% center;
}
@media all and (max-width:900px) {
    .list-sun p{
    	font-size: 12px;
        height: 30px;
        line-height: 30px;
    }
}
/* ---------------------------------------------------- */




/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {
    .container-navbar>ul {
        width: 80%;
        margin-left: 10%;
    }
    .project-content-box>ul {
        width: 80%;
        margin-left: 10%;
    }
    .project-title>h4 {
        font-size: 28px;
    }
}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .container-banner>img {
        height: 180px;
    }
    .container-navbar {
        height: auto;
    }
    .container-navbar>ul {
        width: 100%;
        margin-left: 0%;
        height: auto;
    }
    .container-navbar>ul>ul>li {
        float: left;
        width: 100%;
        height: 40px;
    }
    .container-navbar>ul>ul>li p {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        border-radius: 0px;
        margin-top: 0px;
        margin-left: 12px;
    }
    .container-project {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .project-matter>li:nth-child(1) {
        width: 100%;
    }
    .matter-list li {
        width: 100%;
        height: 40px;
        background: #ffffff url(../images/5b289bfda5395.gif) no-repeat 22px 17px;
        line-height: 40px;
        color: #333333;
        font-size: 13px;
        float: left;
    }
    .matter-list li:hover {
	    background: #0f307f url(../images/5b289bfda5395.gif) no-repeat 22px 17px;
	    color: #ffffff;
}
    .project-content-box>ul {
        width: 94%;
        margin-left: 3%;
    }
    .project-matter>li:nth-child(2) {
        width: 100%;
    }
    .project-title {
        height: 80px;
    }
    .project-title>h4 {
        font-size: 20px;
        margin-top: 12px;
    }
    .project-matter>li:nth-child(2) {
        margin-top: 30px;
    }
    .pic-top {
        height: 150px;
    }
    .pic-top img {
        margin-top: 18px;
        width: 100%;
        height: 100px;
        object-fit: cover;
    }
    .pic-bottom {
        height: auto;
        padding-bottom: 16px;
    }
    .matter-pic li {
        height: auto;
        background-color: #fff;
    }
    .pic-bottom h4 {
        font-size: 13px;
        margin-top: 13px;
    }
    .pic-bottom p {
        font-size: 14px;
        color: #555555;
        width: 92%;
        margin-left: 4%;
        white-space: initial;
        height: 60px;
        overflow: hidden;
        display: none;
    }

}<!--8.2015991210938E-5-->