* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '微软雅黑';
}

img {
    max-width: 100% !important;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

@media(min-width:1440px) {
    .container {
        width: 1400px;
    }
}

p {
    margin: 0;
}

#nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.top {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#banner-slide .swiper-slide {
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.s14-slide {
    background-image: url(../../images/s1.jpg);
}

.s15-slide {
    background-image: url(../../images/s2.jpg);
}

.s36-slide {
    background-image: url(../../images/s3.jpg);
}

.s19-slide {
    background-image: url(../../images/s4.jpg);
}

.s22-slide {
    background-image: url(../../images/s5.jpg);
}

.s23-slide {
    background-image: url(../../images/s6.jpg);
}

.s24-slide {
    background-image: url(../../images/s7.jpg);
}

.s25-slide {
    background-image: url(../../images/s8.jpg);
}

.slide-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    height: 200px;
    width: 200px;
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}

#banner-slide .swiper-slide:nth-of-type(odd) .slide-text {
    background-image: url(../../images/top-orange.png);
}

#banner-slide .swiper-slide:nth-of-type(even) .slide-text {
    background-image: url(../../images/top-blue.png);
}

.slide-text img {
    float: right;
    margin-top: 60px;
}

.slide-title {
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.text-white,
.text-white a {
    color: #fff;
}

.hamburger {
    padding-top: 20px;
    z-index: 9999;
}

.hamburger .line {
    width: 50px;
    height: 5px;
    background-color: #fff;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.trans {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}


#hamburger-4.is-active .line:nth-child(1),
#hamburger-4.is-active .line:nth-child(3) {
    width: 40px;
}

#hamburger-4.is-active .line:nth-child(1) {
    -webkit-transform: translateX(10px) rotate(45deg);
    -ms-transform: translateX(10px) rotate(45deg);
    -o-transform: translateX(10px) rotate(45deg);
    transform: translateX(10px) rotate(45deg);
}

#hamburger-4.is-active .line:nth-child(3) {
    -webkit-transform: translateX(10px) rotate(-45deg);
    -ms-transform: translateX(10px) rotate(-45deg);
    -o-transform: translateX(10px) rotate(-45deg);
    transform: translateX(10px) rotate(-45deg);
}

.menu {
    position: absolute;
    top: 0;
    right: -660px;
    height: 100vh;
    width: 660px;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/menu-bg.png);
    z-index: -1;
    padding-top: 100px;
    padding-right: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.menu-active {
    right: 0;
}

.pull-right {
    float: right;
}

ul {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover {
    color: #fabf02;
    text-decoration: none;
}

.menu ul {
    margin-top: 50px;
}

.menu li {
    font-size: 16px;
    line-height: 32px;
    padding: 10px 0;
}

.add {
    position: absolute;
    bottom: 20px;
    right: 20px;
	line-height:1.5em;
}

.pull-left {
    float: left;
}

.bread {
    font-size: 16px;
    line-height: 40px;
}

.bread-item {
    padding: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-right: 10px;
}

.bread-active {
    background-color: #006db8;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: white;
}

.bread-active a {
    color: #fff;

}

.bread-page {
    padding: 10px 0;
}

.bread-item:hover {
    background-color: #006db8;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.bread-item:hover a {
    color: #fff;
}

.banner-c {
    margin-bottom: 15px;
}

.intro-title {
    margin-top: 30px;
    font-size: 80px;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: url(../../images/intro.jpg);
    background-attachment: fixed;
    margin-bottom: 60px;
}

.font-bold {
    font-weight: bold;
}

.padding-zero {
    padding: 0;
}

.about-text {
    background-color: #006db8;
    padding: 50px;
    font-size: 16px;
    line-height: 2em;
}

.about-text-title {
    font-size: 48px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.text-yellow,
.nav-active {
    color: #fabf02 !important;
}

.about-text-title .text-yellow,
.about-text-title .text-blue {
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;
}

.margin-top-60 {
    margin-top: 60px;
}

.bg-blue {
    background-color: #006db8;
    overflow: hidden;
}

.nbsp {
    padding: 0 55px;
}

.honor-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.honor-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.honor-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.honor-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
}

.ceo {
    background-color: #fabf02;
    overflow: hidden;
}

.ceo-text {
    background-color: #fabf02;
    padding: 50px;
    font-size: 16px;
    line-height: 2em;
}

.text-blue {
    color: #006db8;
}

.culture {
    background: #006db8;
    background: -moz-linear-gradient(left, #006db8 1%, #fabf02 100%);
    background: -webkit-linear-gradient(left, #006db8 1%, #fabf02 100%);
    background: linear-gradient(to right, #006db8 1%, #fabf02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006db8', endColorstr='#fabf02', GradientType=1);
    padding: 50px 0;
}

.culture-title {
    font-size: 32px;
    padding-bottom: 15px;
}

.culture-info {
    font-size: 16px;
    line-height: 2em;
}

.culture-info .nbsp {
    padding: 0 20px;
}

.culture .col-sm-4 {
    margin-bottom: 30px;
}

#banner-slide .col-sm-3 {
    height: 350px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

#banner-slide .col-sm-3:nth-of-type(odd) .slide-text {
    background-image: url(../../images/top-orange.png);
}

#banner-slide .col-sm-3:nth-of-type(even) .slide-text {
    background-image: url(../../images/top-blue.png);
}

#banner-slide .col-sm-3 .slide-text {
    height: 180px;
    width: 180px;
}

.text-gray {
    color: #666;
}

.ind-info {
    padding-top: 30px;
    font-size: 16px;
}

.text-blue a {
    color: #006db8;
}

.ind-info span {
    padding: 10px 15px;
    min-width: 20%;
    display: block;
    float: left;
}

.cat-news-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
}

.cat-news-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgba(0, 109, 184, .8);
    padding: 10px 15px;
}

.cat-news-title {
    font-size: 22px;
    margin-bottom: 10px;
}

.cat-news-pic {
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    background-position: center;
}

.cat-news {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/news.jpg);
    padding: 60px 0;
    background-attachment: fixed;
}

.cat-xw-title {
    font-size: 18px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 62px;
    line-height: 1.75em;
}

.cat-xw-des {
    line-height: 2em;
}

.news-line {
    position: relative;
    height: 4px;
    background-color: #dadada;
    margin: 20px 0;
}

.news-line-blue {
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #006db8;
    width: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.cat-news-item:hover .news-line-blue {
    width: 100%;
}

.cat-news-item:hover .cat-xw-title a {
    color: #006db8;
}

.cat-news-item {
    padding-top: 20px;
}

.news-list-img {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.news-day {
    font-size: 48px;
    padding-top: 50px;
}

.news-year {
    font-size: 18px;
}

.xw-btn {
    margin-top: 30px;
}

.xw-btn a {
    padding: 8px 30px;
    border-left: 1px solid #006db8;
    border-right: 1px solid #006db8;
}

.xw-btn a:hover {
    border-color: #fabf02;
}

.news-list {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.news-list:hover {
    background-color: #f9f9f9;
    margin-top: -15px;
    margin-bottom: 45px;
    box-shadow: 0 5px 10px #ddd;
}

.show-news-title {
    font-size: 32px;
}

.show-news-info {
    font-size: 16px;
    line-height: 2em;

}

.show-news-info {
    padding: 15px 0;
}

.show-item {
    padding: 0 20px;
}

.show-news-info .text-gray {
    color: #ddd;
}

.next {
    font-size: 16px;
    padding: 10px 0;
}

/* HOME INDEX */
.home-about-title {
    font-size: 108px;
    padding: 60px 0 30px 0;
    background-size: contain;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: url(../../images/title.jpg);
    background-attachment: fixed;
}

.home-company {
    font-size: 18px;
    color: #575757;
    line-height: 50px;
    padding: 0 15px;
}

.home-about-intro {
    line-height: 1.75em;
    padding: 30px 0;
}

.home-mode {
    line-height: 2em;
}

.home-about-btn {
    background-color: #006db8;
    color: #fff;
    padding: 10px 25px;
    margin-top: 60px;
    display: block;
    float: left;
    z-index: 999;
}

.home-chempro {
    background-image: url(../../images/home-pro.jpg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    padding: 50px 0;
    margin-top: 60px;
    overflow: hidden;
}

.home-pro-title {
    font-size: 32px;
}

.product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.product-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.product-name {
    border: 1px solid #ddd;
    border-top: none;
    line-height: 40px;
    margin-bottom: 30px;
}

.product-container {
    background-color: #fff;
}

.home-product-name {
    border: 1px solid #fabf02;
    line-height: 60px;
    background-color: #fabf02;
}

.swiper-chempro {
    margin-top: 30px;
}

.home-hchan {
    background-image: url(../../images/home-hchan.jpg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    padding: 30px 0;
}

.hchan-item {
    padding: 80px 30px;
    overflow: hidden;
}

.hchan-title {
    font-size: 24px;
}

.hchan-info {
    padding-top: 15px;
    line-height: 1.75em;
}

#hchan {
    margin-top: 30px;
}

#hchan .hchan-item:nth-of-type(2) {
    background-color: #006db8;
    background-image: url(../../images/pro-bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#hchan .hchan-item:nth-of-type(2) a,
#hchan .hchan-item:nth-of-type(5) a,
#hchan .hchan-item:nth-of-type(6) a {
    color: #fff;
}

#hchan .hchan-item:nth-of-type(3) {
    background-color: rgba(140, 140, 140, .2);
}

#hchan .hchan-item:nth-of-type(4) {
    background-color: rgba(140, 140, 140, .09);

}

#hchan .hchan-item:nth-of-type(5) {
    background-color: #fabf02;
    background-image: url(../../images/sea.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

#hchan .hchan-item:nth-of-type(6) {
    background-image: url(../../images/hc-item.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.home-news-title {
    font-size: 16px;
}

.home-news-item {
    margin-top: 30px;
}

.home-news-time {
    padding: 15px 0;
}

.home-news-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    margin-top: 15px;
}

#home-news {
    position: relative;
}

.news-next,
.news-prev,
.swiper-pagination-news {
    position: static !important;
}

.news-next,
.news-prev {
    height: 20px !important;
    overflow: hidden;
    float: right;
}

.swiper-news {
    padding-top: 30px !important;
    overflow: visible;
}

.swiper-pagination-news .swiper-pagination-bullet {
    margin: 0 8px;
}

.home-news-btn {
    padding-top: 20px;
}

.home-hr {
    padding: 50px 0;
    background-color: #008eef;
}

.home-hr-info {
    font-size: 16px;
    line-height: 1.75em;
    padding: 30px 0;
}

.btn-hr {
    background-color: #fabf02;
    padding: 10px 25px;
    margin-top: 30px;
    display: block;
    float: left;
}

.home-hr-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-image: url(../../images/icon-hr.png);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.hr-item-title {
    font-size: 18px;
}

#home-hr-item .home-hr-item:nth-of-type(1) .home-hr-icon {
    background-position: 0 0;
}

#home-hr-item .home-hr-item:nth-of-type(2) .home-hr-icon {
    background-position: -100px 0;
}

#home-hr-item .home-hr-item:nth-of-type(3) .home-hr-icon {
    background-position: -200px 0;
}

#home-hr-item .home-hr-item:nth-of-type(4) .home-hr-icon {
    background-position: -300px 0;
}

#home-hr-item .home-hr-item:nth-of-type(1):hover .home-hr-icon {
    background-position: 0 -100px;
}

#home-hr-item .home-hr-item:nth-of-type(2):hover .home-hr-icon {
    background-position: -100px -100px;
}

#home-hr-item .home-hr-item:nth-of-type(3):hover .home-hr-icon {
    background-position: -200px -100px;
}

#home-hr-item .home-hr-item:nth-of-type(4):hover .home-hr-icon {
    background-position: -300px -100px;
}

.footer {
    background-color: #006db8;
    padding-top: 50px;
    position: relative;
    margin-top: 30px;
}

.footer-logo {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -60px;
    left: 50%;
    margin-left: -60px;
}

.footer-nav-title {
    font-size: 18px;
    padding-bottom: 15px;
}

.footer-nav-list {
    line-height: 2em;
}

.footer-nav-all .footer-nav-item:nth-of-type(3) .footer-nav-list {
    width: 50%;
    float: left;
}

.footer-nav-all .col-sm-3 {
    width: 20%;
}

.footer-nav-all .col-sm-3:nth-of-type(3) {
    width: 40%;
}

.copyright {
    border-top: 1px solid #008eef;
    margin-top: 30px;
    line-height: 40px;
    padding: 5px 0;
}

.chem-item {
    background-position: center;
    background-size: cover;
}

/* .sub-menu{
    margin-top: 0 !important;
    display:none;
    font-size: 14px;
}
.sub-menu li{
    padding-left: 15px;
    line-height: 1.3px;
    text-align: left;
}
.sub-menu-li:hover .sub-menu{
    display: block;
} */
.culture-item {
    padding: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #dbdbdb;
    background-image: inherit;
}

.culture-info {
    height: 130px;
}

.nav-bg {
    background-color: #008eef;
    /* overflow: hidden; */
    box-shadow: 0 0 15px #fabf02;
}

.nav-bg .hamburger .line {
    /* background-color: #008eef; */
}

.nav-bg img {
    max-height: 60px;
}

.nav-bg .hamburger {
    padding-top: 8px;
}

.nav-bg,
.nav-bg img,
.nav-bg .hamburger {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.contact-item {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #f5f5f5;
}

.contact-title,
.aquatic-title {
    font-size: 24px;
    padding-bottom: 10px;
}

.contact-info {
    font-size: 16px;
    line-height: 1.75em;
    height: 140px;
    overflow: hidden;
}

.contact-item:hover {
    margin-top: -10px;
    margin-bottom: 40px;
    box-shadow: 0 0 5px 10px #9ed7ff;
}

#contact .col-sm-4:nth-of-type(1),
#contact .col-sm-4:nth-of-type(2) {
    width: 50%;
}

.aquatic-des {
    font-size: 16px;
    line-height: 1.75em;
    overflow: hidden;
}

.aquatic-item {
    /* margin-bottom: 30px; */
    padding: 30px 0;
}

.aquatic-item-7,
.aquatic-item-5 {
    padding-right: 0;
    overflow: hidden;
}

.aquatic-item:hover {
    /* background-color: #f5f5f5; */
    margin-top: -15px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px 10px #fee9a4;
}

.aquatic-item:hover .aquatic-item-5 img {
    transform: scale(1.4);
}

.ind-help {
    overflow: hidden;
}

.page-intro {
    font-size: 16px;
    line-height: 2em;
    padding-bottom: 30px;
}

.page-content {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: .5px;
}

.sunaq-item {
    margin-bottom: 30px;
    position: relative;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sunaq-list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 142, 239, .8);
    padding: 15px 30px;
    font-size: 24px;
}

.aquatic-des {
    padding-bottom: 15px;
}

@media screen and (min-width:1366px) and (max-width:1440px) {
    .about-text-title {
        font-size: 24px;
    }

    .about-text-title .text-yellow,
    .about-text-title .text-blue {
        font-size: 32px;
    }

    .about-text {
        padding: 30px 50px;
    }

    .container {
        width: 1300px;
    }

    .menu {
        width: 500px;
    }

    .menu img.pull-right {
        max-width: 380px;
    }
}

#pages {
    margin-top: 20px;
    clear: both;
}

#pages a,
#pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #555;
    background-color: #555;
}

pre {
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 29px;
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: #fff;
    border: none;
    background-color: transparent;
}

.form-control,
.input-text,
textarea {
    font-size: 14px;
    line-height: 1.42857143;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.word-break,
.cat-news-title,
.home-news-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.cat-xw-des {
    height: 84px;
    overflow: hidden;
}

.cat-xw-title {
    height: 62px;
    overflow: hidden;
}

.home-vr,
.home-mode {
    overflow: hidden;
}

@media(max-width:768px) {
    .home-about-title {
        font-size: 48px;
    }

    .logo {
        max-height: 80px;
    }

    .menu {
        width: 100%;
    }

    .menu img.pull-right {
        width: 300px;
    }

    #hamburger-4 {
        float: right;
    }

    .home-vr {
        margin-top: 30px;
    }

    .home-news-btn {
        padding-top: 40px;
    }

    .home-news-item {
        padding: 0 15px;
    }

    #home-hr-item {
        overflow: hidden;
        clear: both;
    }

    .footer .container{
        padding: 0 30px;
    }
    .bread{
        padding: 0 15px;
    }

    .home-product-name {
        line-height: 40px;
    }

    .hchan-item {
        padding: 50px 30px;
    }

    .footer {
        padding-top: 30px !important;
    }

    .margin-top-60 {
        margin-top: 30px;
    }

    .about-text-title {
        font-size: 32px;
    }

    .about-text-title .text-yellow,
    .about-text-title .text-blue {
        font-size: 48px;
    }

    .nbsp {
        padding: 0;
    }

    .about-text {
        padding: 30px;
    }

    .honor-container a,
    .honor-container {
        height: 150px;
    }

    .honor-container a img {
        max-height: 140px;
    }

    .culture-title {
        font-size: 24px;
    }

    .culture-info {
        height: auto;
    }
    #contact .col-sm-4:nth-of-type(1), #contact .col-sm-4:nth-of-type(2) {
        width: 100%;
    }
    .intro-title{
        font-size: 48px;
        margin-bottom: 30px;
    }
    .ceo-text{
        padding: 30px;
    }
    .show-news-info,.page-content{
        padding: 0 15px;
    }
    .next{
        padding: 10px 15px;
    }
    #nav{
        position: fixed;
        top: 0;
        background-color: #008eef;
    }
    body{
        padding-top: 70px;
    }
    .bread-page{
        padding: 0;
    }
}