
html,body{
    min-width: 1406px;
}
/* 头部 */
header {
    width: 100%;
    height: 60px;
    background: #fff;
}

.container-header {
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 154px;
    height: 60px;
}

.contact-tel {}

.tel-png {}

/* 导航 */
nav {
    width: 100%;
    min-width: 1180px;
    height: 50px;
    background-color: #409EFF;
}

.container-nav {
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
}

.nav-item {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    height: 100%;
    padding: 0 16px;
    display: flex;
    align-items: center;
    margin: 0 6px;
}

.nav-item:hover {
    background-color: #1890ff;
}

.nav-item-tel{
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 0;
    text-decoration: none;
}
.nav-item-tel b{
    font-size: 22px;
}

/* 主体 */
main {
    width: 1180px;
    height: auto;
    margin: 0 auto;
}


/* 轮播图 */
.slideBox {
    width: 1180px;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
    border-radius: 6px;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5px;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 4px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #1890ff;
    color: #fff;
    width: 40px;
    border-radius: 10px;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 1180px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}



/* 公告 */
.notice {
    width: 1180px;
    height: 40px;
    background-color: rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.notice-icon {
    font-size: 24px;
    margin: 0 10px;
    color: #409EFF;
}

.notice-new {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-new a {
    color: #666;
    margin-left: 4px;
}




/* 侧边 */
.aside-l {
    width: 230px;
    height: 100%;
    box-sizing: border-box;
}

aside:nth-of-type(1) {
    margin-right: 20px
}

aside:nth-of-type(2) {
    margin-left: 20px
}

.aside-block {
    width: 100%;
    height: auto;
    padding: 12px 0;
    background: #409EFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.aside-block.case{
    margin-top: 20px;
    justify-content: flex-start;
}
.aside-block p {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.aside-list,.case-list {
    height: auto;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.aside-list li {
    width: 100%;
    height: 36px;
    margin-bottom: 16px;
}

.aside-list li:nth-last-child(1) {
    margin-bottom: 0;
}

.aside-list li a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    border: 1px solid #409EFF;
    border-radius: 2px;
    padding-left: 14px;
}

.aside-list li a i {
    margin-right: 4px;
    font-size: 14px;
}

.aside-list li a:hover {
    background: #409EFF;
    color: #fff;
}

.aside-list li.actived a {
    background: #409EFF;
    color: #fff;
}

.case-list li {
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.case-list li:nth-last-child(1) {
    margin-bottom: 0;
}

.case-list li a {
    text-decoration: none;
    color: #409EFF;
    font-size: 14px;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px dashed #409EFF;
    padding-left: 14px;
    max-width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}


.case-list li a:hover {
    color: #1890ff;
    border-bottom: 1px solid #1890ff;
}



.aside-r {
    width: 250px;
    height: 100%;
    box-sizing: border-box;
}

.aside-r .aside-r-content {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.aside-r .aside-r-content .aside-contact {
    color: #666;
    font-size: 18px;
    height: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.aside-r .aside-r-content .aside-contact-img {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
}

.aside-r .aside-r-content .aside-list {
    font-size: 14px;
    padding: 0 20px;
    margin: 6px 0;
    display: flex;
    flex-direction: row;
    line-height: 24px;
}

.aside-r .aside-r-content .aside-list:nth-last-child(1) {
    margin-bottom: 20px
}

.aside-r .aside-r-content .aside-list span {
    width: 80%;
    color: #333;
}

.aside-r .aside-r-content .aside-list span a,
.aside-r .aside-r-content .aside-list span.phone {
    color: #409EFF;
    font-weight: bold;
}


/* 内容 */
.content {
    width: 1180px;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 20px auto;
    position: relative;
}

/* 面包屑 */
.crumbds {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.crumbds a {
    text-decoration: none;
    color: #333;
    margin: 0 4px;
}

.crumbds a:nth-of-type(1):hover {
    color: #409EFF;
}



/* footer */
footer {
    width: 100%;
    min-width:1180px;
    height: auto;
    background: #409EFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.friend {
    height: 40px;
    background: #1890ff;
    margin: 20px;
    padding: 0 10px;
}

.container-friend {
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    font-size: 14px;
    justify-content: center;
}

.container-friend ul {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.container-friend ul li {
    height: 100%;
    display: flex;
}

.container-friend ul li:hover {
    background: #409EFF;
}

.container-friend ul li a {
    text-decoration: underline;
    color: #fff;
    font-size: 12px;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
}



/* footer */
.footer {
    width: 100%;
    width: 1180px;
    padding:  20px 20px 0;
    display: flex;
    justify-content: center;
}

.container-footer {
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.footer-contact {
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
}

.footer-contact-img {
    width: 150px;
    height: 150px;
}

.footer-info {
    flex: 1;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 40px;
    box-sizing: border-box;
}

.footer-info p {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
}

.footer-info p a {
    text-decoration: none;
    color: #fff;
}