@charset "utf-8";

/*COMMON CSS*/
.hide {
    display: none !important;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.main-container {
    min-height: 565px;
}

.public-title {
    margin: 46px 0;
    text-align: center;
    height: 62px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}

.public-column {
    position: relative;
    top: -40px;
    float: left;
    width: 320px;
    background: #fff;
    box-shadow: 0 2px 8px #ddd;
}

.public-column h2 {
    height: 110px;
    background: #045b84;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.public-column h2 span {
    display: block;
    padding-top: 30px;
    line-height: 24px;
}

.public-column h2 em {
    font-size: 18px;
    line-height: 18px;
}

.public-column .menu li {
    height: 49px;
    background: url('../images/arrow.png') no-repeat 95% center;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.public-column .menu li a {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 16px;
    color: #333;
}

.public-column .menu li a:hover {
    color: #045b84;
}

.public-content {
    float: right;
    width: 920px;
    margin-bottom: 40px;
    background: #fff;
}

.public-content .position {
    overflow: hidden;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.public-content .position .left {
    float: left;
}

.public-content .position .right {
    float: right;
    font-size: 12px;
    color: #a2a2a2;
}

.public-content .position .right a {
    font-size: 12px;
    color: #a2a2a2;
}

.public-content .news-list {
    padding: 20px 15px;
}

.public-content .news-list li {
    overflow: hidden;
    height: 90px;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5
}

.public-content .news-list li img {
    display: block;
    float: left;
    width: 160px;
    height: 90px;
    margin-right: 15px;
}

.public-content .news-list li .text-box {
    position: relative;
    width: 100%;
    height: 90px;
}

.public-content .news-list li .text-box .title {
    font-size: 18px;
    color: #333;
}

.public-content .news-list li .text-box .title:hover {
    color: #045b84;
}

.public-content .news-list li .text-box .desc {
    margin: 6px 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.public-content .news-list li .text-box .source {
    position: absolute;
    left: 175px;
    bottom: 0;
    overflow: hidden;
    font-size: 12px;
    color: #333;
    width: 715px;
}

.public-content .news-list li .text-box .source .date {
    color: #a2a2a2;
    float: right;
}

.public-content .pagination {
    text-align: right;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.public-content .pagination a {
    display: inline-block;
    padding: 10px 15px;
    background-color: #eee;
    margin: 0 3px;
    font-size: 12px;
    color: #333;
}

.page-num-current, .public-content .pagination a:hover {
    background: #045b84 !important;
    color: #fff !important;
}

a {
    color: #333;
}

a:hover, a:active {
    color: #045b84;
}

/*=======================================*/
/*HEADER*/
.header {
    min-width: 1280px
}

.header .top {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #999;
}

.header .top .welcome {
    float: left;
}

.header .top ul {
    float: right;
}

.header .top ul li {
    float: left;
    margin-left: 10px;
}

.header .logo {
    height: 88px;
    line-height: 88px;
}

.header .logo .brand {
    position: relative;
    float: left;
    width: 291px;
    height: 43px;
    margin-top: 24px;
    background: url("../images/logo.png") no-repeat;
    font-size: 0;
}

.header .logo .brand a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header .logo .nav {
    float: right;
}

.header .logo .nav > li {
    position: relative;
    float: left;
    margin-left: 20px;
}

.header .logo .nav li > .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 88px;
    z-index: 2;
    width: 100%;
    background: #fff;
}


.header .logo .nav li > .submenu > a {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.header .logo .nav li > .submenu > a:hover {
    background: #045b84;
    color: #fff;
}

.header .logo .nav > li > a {
    display: block;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
}

.header .logo .nav > li.active > a {
    position: relative;
    color: #045b84;
}

.header .logo .nav > li.active > a:before, .header .logo .nav > li > a:hover:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #045b84;
}

.header .logo .nav > li > a:hover {
    position: relative;
    color: #045b84;
}

/*BANNER*/
.banner {
    position: relative;
    width: 100%;
    height: 375px;
    min-width: 1280px;
    /*background: #045b84;*/
}

.banner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrapper ul {
    width: 100% !important;
}

.banner-wrapper ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    overflow: hidden;
}

.banner-pagination {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
}

.banner-pagination li {
    display: inline-block;
    width: 40px;
    height: 4px;
    margin: 0 5px;
    background: #fff;
    font-size: 0;
    cursor: pointer;
}

.banner-pagination li.active {
    background: #e49124;
}

/*INTRODUCE*/
.introduce {
    min-width: 1280px;
    padding: 50px 0;
}

.introduce .public-title {
    background-image: url("../images/title01.png");
}

.introduce p {
    margin: 0 56px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.introduce .more {
    margin-top: 30px;
    text-align: center;
}

.introduce .more a {
    padding: 8px 15px;
    color: #045b84;
    border: 1px solid #045b84;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.introduce .advance {
    overflow: hidden;
    margin-top: 50px;
}

.introduce .advance-item {
    float: left;
    width: 320px;
    text-align: center;
}

.introduce .advance-item img {
    width: 115px;
    height: 133px;
}

.introduce .advance-item p {
    margin-top: 10px;
    font-size: 16px;
    color: #045b84;
}

/*BUSINESS*/
.business {
    min-width: 1280px;
    padding: 50px 0;
    background: #e6e6e6;
}

.business .public-title {
    background-image: url("../images/title02.png");
}

.business-tab {
    position: relative;
    float: left;
    width: 220px;
    height: 330px;
    background: #fff;
}

.business-tab .arrow {
    position: absolute;
    left: 0;
    width: 100%;
    height: 45px;
}

.business-tab .arrow-top {
    top: 0;
    background: url(../images/arrow-top.png) no-repeat center;
}

.business-tab .arrow-bottom {
    bottom: 0;
    background: url(../images/arrow-bottom.png) no-repeat center;
}

.business-tab-wrap {
    position: absolute;
    top: 45px;
    bottom: 45px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.business-tab ul {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.business-tab ul li {
    height: 59px;
    line-height: 60px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.business-tab ul li.active {
    background: #045b84;
    color: #fff;
}

.business-content {
    position: relative;
    float: right;
    width: 1040px;
    height: 330px
}

.business-content .item {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    display: none;
}

.business-content ul {
    width: 1065px;
}

.business-content ul li {
    float: left;
    width: 330px;
    height: 330px;
    margin-right: 25px;
}

.business-content ul li a,.business-content ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*NEWS*/
.news {
    min-width: 1280px;
    padding: 50px 0;
    overflow: hidden;
}

.news-container {
    float: left;
    overflow: hidden;
    position: relative;
    width: 600px;
    height: 340px;
}

.news-container .wrapper {
    width: 100%;
    height: 100%;
}

.news-container .wrapper ul {
    width: 200%;
    height: 100%
}

.news-container .wrapper ul li {
    position: relative;
    float: left;
    width: 50%;
    height: 340px;
}

.news-container .wrapper ul li a, .news-container .wrapper ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-container .wrapper ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url('../images/bg-transparent.png');
    line-height: 40px;
    text-indent: 15px;
    font-size: 13px;
    color: #fff;
}

.news-container .pagination {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.news-container .pagination li {
    float: left;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 19px 6px;
    cursor: pointer;
    font-size: 0;
}

.news-container .pagination li.active {
    background-color: #e49124;
}

.news-lists {
    position: relative;
    float: right;
    padding: 8px 0;
}

.news-lists li {
    position: relative;
    width: 570px;
    z-index: 2;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    background: url('../images/bg-dot.png') no-repeat left center;
}

.news-lists li a:hover {
    color: #045b84;
}

.news-lists::before {
    position: absolute;
    left: 5px;
    top: 0;
    content: '';
    width: 2px;
    height: 100%;
    background: #eee;
}

.news-lists li a {
    float: left;
    width: 430px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

.news-lists li span.date {
    float: right;
    font-size: 12px;
    color: #999;
}

.news .public-title {
    background-image: url("../images/title03.png");
}

/*PROJECT-SERVICE*/
.project-service {
    min-width: 1280px;
    padding: 50px 0;
    height: 576px;
    background: #150d25 url("../images/bg-model.png") center 0 no-repeat;
}

.project-service .public-title {
    background-image: url("../images/title04.png");
}

.project-list {
    overflow: hidden;
}

.project-list ul {
    width: 1360px;
}

.project-list li {
    position: relative;
    float: left;
    width: 260px;
    height: 360px;
    overflow: hidden;
    margin-right: 80px;
}

.project-list li:nth-child(2n) {
    position: relative;
    float: left;
    width: 260px;
    height: 360px;
    overflow: hidden;
    margin-right: 80px;
    padding-top: 30px;
}

.project-list li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    background: url('../images/bg-transparent.png');
    color: #fff;
}

.project-list li a, .project-list li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-container .cover {
    min-width: 1280px;
}

.article {
    padding: 15px;
}

.article .title {
    padding: 24px 0;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.article .other {
    margin: 15px 0;
    text-align: center;
}

.article .other .source {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 12px;
    color: #a2a2a2;
}

.article .other .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}

.article-content p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.article-content p img {
    display: block;
    max-width: 100%;
    margin: 0 auto 5px;
}

.pic-list {
    overflow: hidden;
    margin-top: 20px;
}

.pic-list li {
    float: left;
    width: 290px;
    margin: 8px;
}

.pic-list li a, .pic-list li a img {
    display: block;
    width: 100%;
    text-align: center;
}

.pic-list li a img {
    height: 290px;
    object-fit: cover;
}

.pic-list li a, .pic-list li a p {
    font-size: 14px;
    line-height: 40px;
}


/*FOOTER*/
.footer {
    position: relative;
    min-width: 1280px;
    height: 387px;
    background: #c7c7cc url("../images/bg-foot.png") no-repeat center;
}

.footer .container {
    padding-top: 64px;
}

.footer .company-new {
    float: left;
}

.footer .company-new dl {
    float: left;
    margin-right: 86px;
}

.footer .company-new dl dt {
    margin-bottom: 16px;
    font-size: 16px;
}

.footer .company-new dl dd a {
    line-height: 24px;
    font-size: 12px;
}

.footer .QR-code {
    position: absolute;
    left: 50%;
    top: 64px;
    width: 133px;
    height: 146px;
    margin-left: -66.5px;
    text-align: center;
}

.footer .company-base {
    float: right;
    text-align: right;
}

.footer .company-base p.logo {
    height: 107px;
    margin-bottom: 36px;
    background: url("../images/logo-2.png") no-repeat right top;
}

.footer .company-base p.phone {
    font-size: 29px;
    color: #626264;
    line-height: 44px;
}

.footer .company-base p.address {
    font-size: 14px;
    color: #626264;
}

.footer .copy-right {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #000000;
    text-align: center;
    font-size: 14px;
    color: #333;
}
