*,
*::before,
*::after {
  box-sizing: border-box;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

body, button, input, select, textarea {
    font: 12px/1.5 "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
    -ms-overflow-style: scrollbar
}

button, h1, h2, h3, h4, h5, h6, input, select, textarea {
    font-size: 100%
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

ol, ul {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    background-color: #fff;
}
/**************************************************************************************************/
#wrapper {
    position: relative;
}

.container {
    margin: 0 auto;
    display: block;
    width: 1180px;
    height: auto;
}

#header {

}

#main {

}

#footer {
    margin-top: 100px;
    padding: 30px 0;
    background-color: #656565;
}

.footer-inner {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.footer-info-link {
    display: flex;
    justify-content: space-between;
    color: #b8b8b8;
}

.footer-info-link a {
    color: #b8b8b8;
}

.footer-line {
    margin: 0 10px;
    height: 45px;
    line-height: 45px;
    font-size: 55px;
    color: #b8b8b8;
    overflow: hidden;
}

.footer-contact {
    color: #b8b8b8;
}

.footer-contact span,
.footer-contact b {
    display: block;
}

.footer-contact span {
    font-size: 12px;
}

.footer-contact b {
    font-size: 18px;
}

.footer-copyright {
    flex: 1;
    color: #b8b8b8;
    text-align: right;
}

.header-topbar {
    height: 30px;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
}

.header-topbar-nav {
    line-height: 29px;
    font-size: 12px;
    color: #7a7a7a;
    text-align: right;
    overflow: hidden;
}

.header-topbar-nav-item {
    display: inline-block;
}

.header-topbar-nav-item--line{
    margin: 0 20px;
}

.header-topbar-nav-item img {
    margin: 0 5px 0 40px;
    vertical-align: middle;
}

.header-topbar-nav-item a {
    display: block;
    color: #7a7a7a;
}

.header-topbar-nav-item a:hover {
    color: #db0000;
}

.header-main {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.header-main-inner {
    position: relative;
    text-align: right;
}

.header-main-logo {
    position: absolute;
    margin: 20px 0;
    display: block;
    width: auto;
    height: 60px;
    overflow: hidden;
}

.header-main-menu {
    display: inline-block;
}

.header-main-menu-item {
    display: inline-block;
    padding: 33px 0;
}

.header-main-menu-item a {
    padding: 0 24px;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #474747;
}

.header-main-menu-item.active a,
.header-main-menu-item a:hover {
    color: #fff;
    background-color: #db0000;
    text-decoration: none;
}

/**********************************/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: 700px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-pagination-bullet {
    margin: 0 4px !important;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    opacity: 1;
    transition: width .3s ease;
}

.swiper-pagination-bullet-active {
    width: 19px;
}
/**********************************/

.home-about {
    position: relative;
    margin: 72px auto;
    display: flex;
    justify-content: space-between;
    height: 372px;
    overflow: hidden;
}

.home-about-image {
    width: 572px;
}

.home-about-info {
    width: 560px;
}

.home-about-info-tab {
    display: flex;
    justify-content: space-between;
}

.home-about-info-tab-item {
    width: 265px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #2986dd;
}

.home-about-info-tab-item.active {
    background-color: #de2626;
}

.home-about-info-tab-item b {
    margin-right: 5px;
    font-size: 18px;
    font-weight: normal;
}

.home-about-info-tab-item i {
    margin-left: 4px;
    font-size: 12px;
    font-style: normal;
}

.home-about-info-content {
    margin: 44px 0;
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

.home-about-info-more {
    padding: 6px 14px;
    line-height: 12px;
    font-size: 12px;
    color: #888;
    border: 1px solid #dcdcdc;
}

.home-title {
    position: relative;
    margin: 60px 0;
    text-align: center;
}

.home-title:before {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    content: ' ';
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
}

.home-title-text {
    position: relative;
    padding: 0 20px;
    display: inline-block;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    color: #333;
    background-color: #fff;
    z-index: 1;
}

.home-title-sub {
    line-height: 28px;
    font-size: 12px;
    color: #666;
}

.home-title-desc {
    line-height: 13px;
    font-size: 13px;
    color: #b4b4b4;
}

/***********************************/
.home-factory {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.home-factory-item {
    width: 575px;
    overflow: hidden;
}

.home-factory-item-map,
.home-factory-item-map img {
    display: block;
    width: 575px;
    height: 222px;
}

.home-factory-item-info {
    position: relative;
    padding-left: 24px;
    margin-top: 39px;
}

.home-factory-item-info b {
    margin-bottom: 17px;
    display: block;
    line-height: 15px;
    font-size: 15px;
    color: #4e4e4e;
}

.home-factory-item-info span {
    display: block;
    line-height: 13px;
    font-size: 13px;
    color: #9b9b9b;
}

.home-factory-item-info i {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 16px;
    background-color: #2986dd;
}


.home-factory-item-info.active i {
    background-color: #de2626;
}
/***********************************/
.home-news {
    position: relative;
}

.home-news-inner {
    display: flex;
    justify-content: space-between;
}

.home-news-box {
    width: 572px;
    height: 420px;
    text-align: center;
}

.home-news-box a {
    color: #333;
}

.home-news-box a:hover {
    color: #3088da;
    text-decoration: none;
}

.home-news-box img {
    display: block;
    width: 572px;
    height: 366px;
}

.home-news-box b {
    line-height: 54px;
    font-size: 16px;
    font-weight: normal;
}

.home-news-more {
    display: block;
    margin: 0 auto;
    width: 120px;
    line-height: 32px;
    color: #a4a4a4;
    text-align: center;
}

.home-news-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 560px;
    height: 366px;
}

.home-news-item {
    display: flex;
    justify-content: space-between;
    width: 560px;
    height: 63px;
    overflow: hidden;
}

.home-news-item:hover {
    text-decoration: none;
}

.home-news-item:hover .home-news-item-info span {
    color: #3088da;
}

.home-news-item-time {
    padding: 17px 20px;
    width: 83px;
    height: 63px;
    color: #b4b4b4;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #dcdcdc;
}

.home-news-item-info {
    width: 450px;
    color: #9b9b9b;
    line-height: 18px;
}

.home-news-item-info span {
    margin-bottom: 11px;
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #333;
}

.home-news-item-time span {
    display: block;
    color: #9b9b9b;
    font-size: 16px;
    line-height: 16px;
}
/***********************************/
.home-products {
    height: 587px;
    background-size: auto 100%;
    background-image: url("../img/home-product-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.home-products-inner {
    padding: 104px 0;
}

.home-products-box {
    display: flex;
    justify-content: space-between;
    height: 379px;
    overflow: hidden;
}

.home-products-item {
    position: relative;
    width: 280px;
    height: 379px;
    background-color: #fff;
    transition: width .3s ease;
}

.home-products-item.active {
    width: 560px;
}

.home-products-item-info {
    position: relative;
    padding: 53px 0 0 43px;
    width: 280px;
    height: 379px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}

.home-products-item-info span,
.home-products-item-info b,
.home-products-item-info i {
    margin-bottom: 20px;
    display: block;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
}

.home-products-item-info span {
    font-size: 18px;
}

.home-products-item-info b {
    font-size: 26px;
}

.home-products-item-info i {
    font-size: 14px;
}

.home-products-item-list {
    position: absolute;
    padding: 30px;
    top: 0;
    right: 0;
    width: 280px;
    height: 379px;
    background-color: #fff;
}

.home-products-item-list a {
    padding: 0 32px;
    display: block;
    height: 38px;
    line-height: 38px;
    color: #333;
    border-bottom: 1px dashed #cfcfcf;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-products-item-list a.home-products-item-list-more {
    border-bottom: none;
}

.home-products-item-list a:hover {
    color: #3088da;
    text-decoration: none;
}
/***********************************/
.home-event {
    position: relative;
}

.home-event-main {
    height: 196px;
    background-color: #eee;
}

.home-event-main-inner {
    position: relative;
}

.home-event-main-item {
    display: none;
}

.home-event-main-item.active {
    display: flex;
}

.home-event-main-item-img,
.home-event-main-item-img img {
    display: block;
    width: 282px;
    height: 196px;
    overflow: hidden;
}

.home-event-main-item-time {
    margin-left: 103px;
    padding: 63px 0;
    text-align: right;
    color: #333;
}

.home-event-main-item-time b,
.home-event-main-item-time i {
    display: block;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
}

.home-event-main-item-time b {
    margin-bottom: 18px;
    font-size: 36px;
}

.home-event-main-item-time i {
    font-size: 16px;
}

.home-event-main-item-line {
    margin: 63px 53px;
    width: 1px;
    height: 70px;
    background-color: #cacaca;
}

.home-event-main-item-info {
    position: relative;
    padding: 73px 0;
    line-height: 1;
}

.home-event-main-item-info b,
.home-event-main-item-info i {
    display: block;
    font-weight: normal;
    font-style: normal;
}

.home-event-main-item-info b {
    margin-bottom: 14px;
    font-size: 16px;
    color: #333;
}

.home-event-main-item-info i {
    font-size: 12px;
    color: #9b9b9b;
}

.home-event-tab {
    margin: 94px 0;
}

.home-event-tab-inner {
    padding: 0 48px;
    display: flex;
    justify-content: space-between;
}

.home-event-tab-item {
    position: relative;
    cursor: pointer;
}

.home-event-tab-item i {
    position: relative;
    margin: 0 auto 28px;
    padding: 3px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #dcdcdc;
    transition: all .3s ease;
}

.home-event-tab-item i:after {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.home-event-tab-item b {
    display: block;
    color: #a4a4a4;
    font-size: 18px;
    font-weight: normal;
    transition: all .3s ease;
}

.home-event-tab-item.active i {
    border-color: #3088da;
    background-color: #3088da;
}

.home-event-tab-item.active b {
    color: #3088da;
    transform: scale(1.5,1.5);
}
/***********************************/
.main-banner {
    height: 500px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.main-banner b,
.main-banner i {
    display: block;
    line-height: 1;
    font-weight: bold;
    font-style: normal;
    color: #fff;
}

.main-banner b {
    margin-top: 180px;
    margin-bottom: 10px;
    font-size: 72px;
}

.main-banner i {
    font-size: 30px;
}
/***********************************/
.main-tab {
    position: relative;
    height: 55px;
    background-color: #db0000;
}

.main-tab-item {
    padding: 0 32px;
    display: inline-block;
    line-height: 55px;
    font-size: 14px;
    color: #fff;
}

.main-tab-item.active,
.main-tab-item:hover {
    color: #333;
    text-decoration: none;
    background-color: #fff;
}
/***********************************/
.main-module {
    position: relative;
    margin: 100px 0;
    text-align: center;
}

.main-module-title {
    font-size: 30px;
    text-transform: uppercase;
}

.main-module-subtitle {
    font-size: 22px;
}
/***********************************/
.main-content {
    position: relative;
    overflow: hidden;
font-size: 16px;
line-height: 1.9;
overflow-y: auto;
text-indent: 2em;
}

.main-content img {
    max-width: 100%;
}
/***********************************/
.products {
    position: relative;
}

.products-item {
    margin-bottom: 50px;
    display: flex;
    height: 210px;
    overflow: hidden;
}

.products-item-img {
    position: relative;
    padding: 19px;
    width: 280px;
    height: 210px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.products-item-img-bg {
    width: 240px;
    height: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.products-item-info {
    margin-left: 50px;
    flex: 1;
}

.products-item-info-title {
    font-size: 18px;
    color: #333;
}

.products-item-info-subtitle {
    margin-top: 28px;
    font-size: 14px;
    color: #666;
}

.products-item-info-more {
    margin-top: 68px;
    padding: 0 10px;
    display: inline-block;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dcdcdc;
}

.products-item:hover {
    text-decoration: none;
}

.products-item:hover .products-item-info-title {
    color: #3088da;
}

.products-item:hover  .products-item-info-more {
    color: #3088da;
    border-color: #3088da;
}
/***********************************/
.pages {
    margin: 100px 0;
    text-align: center;
}

.pages-item {
    margin: 0 10px;
    display: inline-block;
}

.pages-item a {
    padding: 0 10px;
    display: block;
    line-height: 24px;
    color: #999;
    border: 1px solid #ccc;
}

.pages-item.active a,
.pages-item a:hover {
    color: #3088da;
    border-color: #3088da;
    text-decoration: none;
}
/***********************************/
.module-contact {
    position: relative;
    margin: 100px 0;
    line-height: 1;
}

.module-contact-item {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.module-contact-item-map,
.module-contact-item-map img {
    display: block;
    width: 575px;
    height: 222px;
    overflow: hidden;
}

.module-contact-item-info {
    padding-top: 38px;
    width: 560px;
}

.module-contact-item-info-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.module-contact-item-info-line {
    position: relative;
    margin: 18px 0;
    height: 1px;
    background-color: #c8c8c8;
}

.module-contact-item-info-line:after {
    position: absolute;
    top: -1px;
    left: 1px;
    content: '';
    width: 39px;
    height: 3px;
    background-color: #c8c8c8;
}

.module-contact-item-info-list {
    position: relative;
    font-size: 13px;
    line-height: 20px;
    color: #727272;
}

.module-contact-item-info-list-code {
    position: absolute;
    top: 0;
    left: 380px;
}
/***********************************/
.module-events {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.module-events-item {
    width: 540px;
}

.module-events-item-img {
    display: block;
    width: 540px;
    height: 312px;
}

.module-events-item-title {
    margin: 37px 0;
    height: 46px;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    overflow: hidden;
}
/***********************************/
.module-news {
    position: relative;
}

.module-news-item {
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    transition: all .3s ease;
}

.module-news-item-img {
    display: block;
    width: 265px;
    height: 160px;
}

.modules-news-item-info {
    margin: 0 50px;
    padding: 10px 0;
    line-height: 1;
    flex: 1;
}

.modules-news-item-info h3 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

.modules-news-item-info p {
    font-size: 13px;
    height: 44px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
}

.modules-news-item-info span {
    margin-top: 48px;
    display: block;
    font-size: 12px;
    color: #999;
}

.module-news-item:hover {
    text-decoration: none;
    box-shadow: 0 0 3px 3px rgba(50, 50, 50, .1);
}
/***********************************/
.module-jobs {
    position: relative;
}

.module-jobs-item {
    position: relative;
    height: 50px;
}

.module-jobs-item.active {
    height: auto;
}

.module-jobs-header,
.module-jobs-item-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    line-height: 52px;
    background-color: #dcdcdc;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
}

.module-jobs-header-name,
.module-jobs-item-info-name {
    position: relative;
    padding-left: 50px;
    flex: 1;
}

.module-jobs-header-salary,
.module-jobs-item-info-salary {
    width: 160px;
}

.module-jobs-header-address,
.module-jobs-item-info-address {
    width: 280px;
}

.module-jobs-header-number,
.module-jobs-item-info-number {
    width: 120px;
}

.module-jobs-header-date,
.module-jobs-item-info-date {
    width: 140px;
}

.module-jobs-item-info {
    margin-top: -1px;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}

.module-jobs-item-info-name:before {
    position: absolute;
    left: 30px;
    content: '+';
    font-size: 14px;
    font-weight: bold;
}

.module-jobs-item-content {
    padding: 36px 50px;
    display: none;
}

.module-jobs-item.active .module-jobs-item-info-name:before {
    content: '—';
}

.module-jobs-item.active .module-jobs-item-content {
    display: block;
}
/***********************************/
.module-product-detail {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.module-product-detail-img {
    padding: 19px;
    width: 433px;
    height: 370px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.module-product-detail-img-bg {
    width: 393px;
    height: 330px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.module-product-detail-info {
    width: 680px;
}

.module-product-detail-info-title {
    font-size: 32px;
    line-height: 48px;
    word-wrap: break-word;
    overflow: hidden;
}

.module-product-detail-info-line {
    margin: 26px 0;
    height: 1px;
    background-color: #dcdcdc;
    overflow: hidden;
}

.module-product-detail-info-content {
    overflow: hidden;
}

.module-product-detail-info-content img {
    max-width: 100%;
}
/***********************************/