@charset "UTF-8";
a:hover {
    text-decoration: none;
    color: #ec0900;
}
a {
    color: #000;
}
/* .container {
    width: 1280px;
} */
.link-more {
    margin-top: 60px;
    text-align: center;
    
}
.link-more a {
    width: 200px;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #0061AE;
    color: #0061AE;
    padding: 10px 0;
    text-align: center;
}
.link-more a:hover {
    color: #fff;
    background-color: #26be95;
    border: 1px solid #26be95;
}


/* 头部start */
.header {
    position: relative;
}
.header-top-wrap {
    background-color: #ec0900;
}
.header-top-wrap .header-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100px;
}
.header-top-wrap .link-logo {
    display: block;
    width: 300px;
    height: 60px;
    overflow: hidden;
    background: url(../images/logo/logo_footer.png) no-repeat center;
    background-size: contain;
}
.header-top-wrap .text2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-left: 20px;
}


.header-bottom {
    position: relative;
    background-color: #fff;
}
.header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header nav > li {
	position: relative;
    list-style: none;
    text-align: center;
}
.header-bottom .container-middle {
    width: 769px;
    margin: 0 auto;
}

.header-nav-fixed {
    background: linear-gradient(rgba(217, 19, 19, 0.5), rgba(217, 19, 19, 0.35) 30%, rgba(217, 19, 19, 0));
}

.header nav li a.nav-link {
	font-size: 16px;
	display: block;
    width: 100%;
	padding: 10px 0;
    color: #000;
    letter-spacing: 1px;
}
.header nav li ol a {
    font-size: 14px;
	display: block;
	margin: 20px 10px;
    color: #000;
}
.header nav > li:hover a.nav-link{
    color: #db1d1d;
}
.header nav ol {
	position: absolute;
	z-index: 999;
	top: 72px;
	left: 0;
    width: 100%;
	display: none;
	background-color: rgba(0, 0, 0, .6);
}
.header nav ol li {
	white-space: nowrap;
    
}
.header nav ol li a {
	position: relative;
	color: #000;
}
.header nav .nav-link.active {
    color: #ec0900;
}
.header nav ol > li a::after {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	transform: scale(0);
	background-color: #fff;
}
.header nav ol > li a:hover::after {
	-webkit-transition: all .3s;
	transition: all .3s;
	transform: scale(1);
}
/* 头部end */


/* 轮播图start */
.swiper-wrap {
    position: relative;
}
.home-swiper{
    position: relative;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.home-swiper .swiper-slide {
    position: relative;
}
.home-swiper .swiper-slide img{
    width: 100%;
    height: 380px;
    display: block;
    object-fit: cover;
}
.home-swiper .home-paga-item {
    padding-right: 20px;
}
.home-swiper .home-paga {
    display: none;
    bottom: 20px !important;
    width: 100%;
}
.home-swiper .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 0;
    margin: 0 3px;
    background: rgba(0, 0, 0);
}
.home-swiper .swiper-pagination-bullet-active {
    background: #fff;
}
.home-swiper .home-paga-next {
    display: none;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    right: 10% !important;
    background: url(../images/public/banner_right.png) no-repeat center center !important;
}
.home-swiper .home-paga-prev {
    display: none;
    width: 50px !important;
    height: 50px !important;
    border: 2px solid #fff;
    border-radius: 50%;
    left: 10% !important;
    background: url(../images/public/banner_left.png) no-repeat center center !important;
}
.home-swiper .swiper-pagination-span {
    height: 100%;
    line-height: 30px;
}
.home-swiper:hover .home-paga-next,
.home-swiper:hover .home-paga-prev,
.home-swiper:hover .home-paga {
    display: block;
}
/* 轮播图end */


/* 工作动态start */
.news-wrap {
    margin: 40px 0 20px 0;
}
.home-title {
    display: flex;
    justify-content: space-between;
    line-height: 36px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.home-title .title-text {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #ec0900;
}
.home-title .title-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 2px;
    background-color: #ec0900;
}
.home-title a {
    display: block;
}
.news-content {
    display: flex;
}
.news-wrap .container {
    display: flex;
    flex-wrap: wrap;
}
.news-left {
    width: 68%;
}
.news-right {
    width: calc(32% - 30px);
    margin-left: 30px;
}
.news-wrap .news-img-link {
    width: 380px;
    position: relative;
}
.news-wrap .news-img-link .news-img-box {
    height: 300px;
    width: 380px;
    overflow: hidden;
}
.news-wrap .news-img-link .news-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news-img-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 0 10px;
}

.news-wrap .home-ul-list {
    width: calc(100% - 400px);
    margin-left: 20px;
}
.news-wrap .home-ul-list a,
.order-list a {
    display: block;
    border-bottom: 1px solid #ddd;
}
.news-wrap .home-ul-list a .news-title,
.order-list a .news-title {
    line-height: 49px;
    font-size: 16px;
    color: #000;
}
.news-title:hover {
    color: #ec0900 !important;
}
/* 工作动态end */

/* 部门简介start */
.department-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
}
.department-wrap .container {
    display: flex;
    flex-wrap: wrap;
}
.desc-content {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 1px;
    color: #000;
}
.list-link {
    display: flex;
    flex-wrap: wrap;
}
.list-link li {
    width: 50%;
}
.list-link li a {
    line-height: 40px;
    font-size: 16px;
}

/* 部门简介end */

/* 底部start */
.footer-wrap {
    padding: 10px 0 10px 0;
    background-color: #ec0900;
    color: #fff;
    
}
.footer-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
}
.footer-left {
    width: 60%;
    text-align: center;
}
.footer-left p {
    font-size: 16px;
    line-height: 26px;
}
.footer-right {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-img {
    margin: 20px 0 10px;
    width: 78px;
    height: 78px;
    overflow: hidden;
}
.footer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-bottom p{
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
/* 底部end */


/* 按钮颜色start */


/* 按钮颜色end */

@media screen and (max-width: 768px){
    /* .container {
        width: auto;
        margin-left: 10px;
        margin-right: 0;
    } */

    .header .mb-nav-bar {
		position: absolute;
		z-index: 1000;
		top: -60px;
		right: 0;
		display: inline-block;
		padding: 15px;
	}
	.header .mb-nav-bar.hover {
		color: #fff;
		background-color: #009bbd;
	}
	.header .mb-nav-bar .icon-bar {
		display: block;
		width: 25px;
		height: 3px;
		margin: 5px 0;
		transition: all .4s;
		border-radius: 10px;
		background-color: #fff;
	}
	.header .mb-nav-bar.hover .icon-bar {
		transition: all .4s;
		background-color: #fff;
	}
	.header .mb-nav-bar.hover .icon-bar:nth-child(1) {
		transform: rotate(45deg) translate(8px, 6px);
	}

	.header .mb-nav-bar.hover .icon-bar:nth-child(2) {
		opacity: 0;
	}

	.header .mb-nav-bar.hover .icon-bar:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -3px);
	}

	.header.fix .mb-nav-bar .icon-bar {
		background-color: #fff;
	}
	.header nav {
		position: fixed;
		z-index: 999;
		top: 0;
		left: -100%;
		overflow-y: scroll;
		width: 95vw;
		height: 100vh;
		padding: 30px 20px;
		transition: left .4s;
		background-color: rgba(0, 0, 0, .9);
	}
    .header nav .nav-link.active {
        color: #fff;
    }
	.header nav.show {
		left: 0;
		transition: left .4s;
	}
	.header nav > li {
		float: initial;
		margin: 0;
		padding-bottom: 0;
	}
	.header nav > li > a {
		font-size: 18px;
		font-weight: bold;
		display: block;
		margin: 10px 0 0 0;
		padding-bottom: 10px;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
    .header nav li a.nav-link {
        font-size: 16px;
        display: block;
        width: 100%;
        padding: 15px 0;
        color: #fff;
        font-weight: 700;
    }
    .header nav > li {
        position: relative;
        list-style: none;
        width: 100%;
        text-align: left;
    }
	.header nav > li::after {
		display: none;
	}
	.header nav ol {
		position: relative;
		top: 0;
		display: block;
		padding: 10px 20px 10px;
	}
	.header nav ol li {
		white-space: pre-wrap;
	}
	.header nav ol li:last-child {
		margin: 0;
	}
	.header nav ol > li a::after {
		content: initial;
	}
	.header nav ol li a {
		font-size: 16px;
		margin: 20px 0;
	}
    .header-bottom {
        background: none;
    }
}

