﻿.container {
    max-width: 1200px;
}


/*网站公共样式*/

.info-content {
    line-height: 2;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #a0a6b3;
}

a:focus {
    color: #000;
}

a.btn-more {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -o-transition: all 0.5s ease;
    /* Opera */
}

.banner {
    height: 500px\9!important;
    overflow: hidden\9!important;
    overflow: hidden;
}


/*兼容ie低版*/

.text-blue {
    color: #a0a6b3;
}


/*遮罩层*/

.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: 100;
    top: 0;
    left: 0;
}

.mask-bg.active {
    display: block;
}


/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/

.nav .animated,
.sub-nav .animated {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navSlide {
    animation-name: navSlide;
    -webkit-animation-name: navSlide;
}

@keyframes navSlide {
    0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        opacity: 0;
        visibility: visible;
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

.pagination span {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 15px;
    margin: 0 5px;
    line-height: 24px;
    background: #fff;
    color: #999;
    border-radius: 2px;
}

.pagination .page-index:hover {
    background: #a0a6b3;
    color: #fff;
    border: 1px solid #a0a6b3;
}

.pagination .page-pre:hover {
    background: #a0a6b3;
    color: #fff;
    border: 1px solid #a0a6b3;
}

.pagination .page-next:hover {
    background: #a0a6b3;
    color: #fff;
    border: 1px solid #a0a6b3;
}

.pagination .page-last:hover {
    background: #a0a6b3;
    color: #fff;
    border: 1px solid #a0a6b3;
}

.pagination .page-index:hover a {
    color: #fff;
}

.pagination .page-pre:hover a {
    color: #fff;
}

.pagination .page-next:hover a {
    color: #fff;
}

.pagination .page-last:hover a {
    color: #fff;
}

.pagination .page-numbar {
    border: none;
    padding: 6px 0px;
}

.pagination .page-numbar a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 15px;
    margin: 0 5px;
    line-height: 24px;
    background: #fff;
    color: #999;
    border-radius: 2px;
}

.pagination .page-numbar a:hover {
    background: #a0a6b3;
    color: #fff;
    border: 1px solid #a0a6b3;
}

.pagination span a {
    display: block;
    color: #999;
}

.pagination .page-status {
    display: none;
}

.pagination .page-numbar .page-num-current {
    background: #a0a6b3;
    color: #FFF;
}


/*主菜单*/

@media (min-width:1000px)
/*pc端*/

{
    .bannerphone {
        display: none!important;
    }
    .header {
        height: 90px;
        line-height: 90px;
        /*position: sticky;top: 0;background-color: #fff;z-index: 20;*/
    }
    .header .logo img {
        max-height: 60px;
    }
    .logo-box {
        text-align: left;
    }
    .header .navtopbox {
        padding-left: 0;
        padding-right: 0;
    }
    .nav {
        width: 100%;
        padding-top: 14px;
    }
    .nav>ul>li {
        float: left;
        text-align: center;
        width: 14.2%;
        height: 60px;
        line-height: 60px;
    }
    .nav>ul>li>ul {
        position: absolute;
    }
    .nav>ul>li>a {
        font-size: 16px;
        display: block;
        width: 100%;
    }
    .nav>ul>li.current>a,
    .nav>ul>li>a:hover {
        color: #fff;
        background-color: #a0a6b3;
        border-radius: 2px;
    }
    .nav li:hover>ul {
        display: block;
    }
    .nav>ul>li>ul::before {
        display: block;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: -8px;
        left: 45%;
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }
    .nav>ul>li>ul li ul::before {
        display: block;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: 20px;
        left: -10px;
        content: "";
        width: 0;
        height: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid #fff;
    }
    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 50px
    }
    .nav ul li ul li a:hover {
        text-decoration: none;
        color: #fff;
        background: #0a1859;
    }
    .nav ul li ul li,
    .nav>ul>li>ul::before,
    .nav ul li ul {
        display: none!important;
    }
    .nav ul li {
        position: relative;
    }
    .nav ul li .arrow {
        display: none
    }
    .nav ul li ul {
        background-color: #fff;
        display: none;
        position: absolute;
        left: -18%;
        top: 100px;
        z-index: 2;
        width: 150px;
        border-top: 1px solid #0a1859;
    }
    /*二级ul样式*/
    .nav ul li ul li ul {
        left: 100%;
        top: 0px;
        display: none;
    }
    /*三级以后ul样式*/
    .nav-toggle {
        display: none;
    }
    .phonenav {
        display: none!important;
    }
    .pcnav {
        display: block;
    }
    /*bootom*/
    footer {
        text-align: left;
        margin-top: 80px;
    }
    footer .weichat {
        padding-top: 32px;
    }
    .footernav ul {
        margin-bottom: 20px;
    }
    .footernav ul li a {
        margin-right: 15px;
    }
    .footernav ul li a,
    .footernav>ul {
        font-size: 16px;
    }
    .address {
        padding-left: 20px;
    }
    .address ul {
        margin-bottom: 10px;
    }
    .beian {
        margin-top: 30px;
        padding-top: 20px;
    }
    .breadcrumb {
        line-height: 60px;
    }
    .breadcrumb li:first-child {
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        padding: 0 24px;
    }
    .breadcrumb-bg {
        line-height: 40px;
        border-bottom: 1px solid #e1e1e1;
        background-color: #f5f5f5;
    }
}

@media (max-width:1000px)
/*手机端*/

{
    /*.bannerpc{display:none!important;}*/
    .header .logo-box {
        height: 70px;
        padding-right: 70px;
        line-height: 70px;
    }
    .header .logo-box .logo img {
        max-height: 60px;
    }
    .header .nav-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 25px;
        color: #999;
        min-width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }
    .header .nav-toggle.active {
        color: #ccc;
    }
    .header .logo-box {
        padding-left: 0;
    }
    .nav {
        position: fixed;
        z-index: 999;
        top: 0px;
        right: 0px;
        width: 0px;
        background: #fff;
        height: 100%;
        height: 100vh;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto
    }
    .nav.active {
        opacity: 1;
        width: 300px;
        max-width: 60%
    }
    .nav ul li {
        line-height: 45px;
        text-align: left;
    }
    .nav ul li ul {
        display: none;
    }
    /*二级ul样式*/
    .nav ul li a {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc
    }
    .nav ul li ul li a {
        padding-left: 60px;
        font-size: 14px;
        background-color: #eeeeee
    }
    .nav ul li ul li ul li a {
        padding-left: 90px;
    }
    .nav ul li ul li ul li li a {
        padding-left: 120px;
    }
    .nav ul li {
        position: relative;
    }
    .nav ul li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition-duration: 0s
    }
    .nav ul li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px
    }
    .nav ul li.current>a {
        color: #5a342b;
    }
    .nav ul li.active>ul {
        display: block
    }
    .nav ul li.active>.arrow {
        transform: rotate(90deg)
    }
    .sub-nav-box {
        display: none;
    }
    .pcnav {
        display: none!important;
    }
    .phonenav {
        display: block;
    }
    /*bootom*/
    .bot-bg {
        margin-top: -50px;
        padding-bottom: 40px;
    }
    footer {
        text-align: center;
        margin-top: 40px;
        padding-top: 20px;
    }
    footer .weichat {
        padding-bottom: 20px;
    }
    .foot-contact .center .box p {
        padding-bottom: 10px;
    }
    .beian {
        padding-top: 20px;
    }
    .address {
        text-align: left;
    }
    .breadcrumb {
        margin-top: 10px;
    }
    .breadcrumb-bg {
        height: 40px;
        line-height: 20px;
    }
    .detailh4 {
        font-size: 1.8rem;
    }
}


/*TOP*/

.header-top {
    line-height: 36px;
    height: 36px;
    background-color: #a0a6b3;
    color: #fff;
}

.header-top a {
    color: #fff;
    font-family: SimSun;
}


/*bootom*/

.bot-bg {
    background-color: #000;
}

footer {
    width: 100%;
    min-height: 95px;
    background: #a0a6b3;
    line-height: 2.5;
    padding: 10px 0 10px;
    color: #a0a6b3;
}

footer a {
    color: #a0a6b3;
}

.footerback {
    background: url(../images/footer-bg.jpg);
}

.footernav>ul>li {
    display: inline;
}

.footernav ul li a {
    padding: 0px 20px;
    color: #fff;
}

.footernav ul li a:hover {
    color: #fecf07;
}

.footernav>ul>li>ul {
    display: none;
}

.beian {
    border-top: 1px solid ##F5F6F8;
}

.beian a:hover,
.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.address ul li img {
    max-width: 19px;
    margin-right: 10px;
}

.weichat img {
    background-color: #fff;
    padding: 2px;
    border-radius: 4px;
}


/*图片列表*/

.images-list .row .item a {
    display: block;
    overflow: hidden;
}

.images-list .row .item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

.images-list .row .item a:hover img {
    transform: scale(1.1, 1.1);
}


/*固定TOP*/

#toTop {
    position: fixed;
    bottom: 40px;
    right: 60px;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    z-index: 999;
    background: url(../images/top.png) no-repeat;
    background-position: -547px 0;
    transition: all 0.2s linear;
}

#toTop:hover {
    background-position: -547px -42px;
}

@media (max-width:1000px) {
    #toTop {
        display: none!important;
    }
}


/*移动端固定栏目按钮*/

.float-nav-toggle {
    z-index: 10;
    display: block;
    text-align: center;
    position: fixed;
    left: 6px;
    bottom: 60px;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(13, 13, 13, 0.6);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .display-xs-block {
        display: block !important;
    }
}


/*手机端固定导航栏*/

.footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 6px 0px 2px;
    color: #fff;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 0.2rem solid #000;
    background: #fff;
}

.footer-fixed ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.footer-fixed ul li a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.footer-fixed ul li p {
    font-size: 1.3rem;
}

.footer-fixed.active {
    transform: translateX(2.8rem);
    z-index: 9;
}

.footer-fixed2 {
    font-size: 2.8rem;
    padding-top: 0.6rem;
}

.footer-fixed i {
    display: block;
}

.footer-fixed .fa {
    font-size: 22px;
}

@media (min-width:1000px) {
    .footer-fixed {
        display: none!important;
    }
}

@media (max-width:1000px) {
    footer {
        margin-bottom: 50px;
    }
}


/*在线客服*/

.zaixian {
    position: fixed;
    bottom: 440px;
    right: 0px;
    z-index: 9;
}

.zaixian .zaixian_com {
    position: relative;
    width: 50px;
    height: 80px;
}

.zaixian_com .zxzx_pic1 {
    position: absolute;
    right: 0px;
    top: 0px;
}

.zaixian_com .zxzx_pic2 {
    position: absolute;
    right: -190px;
    top: -70px;
    z-index: 10;
    width: 170px;
    height: 300px;
}

.zaixian_com .zxzx_pic1 p {
    position: absolute;
    top: 50px;
    left: 18px;
    font-size: 13px;
    color: #fff;
}

.zaixian_com .zxzx_pic2 p {
    position: absolute;
    top: 118px;
    left: 24px;
    font-size: 13px;
    color: #fff;
}

.kf-lf-lj {
    position: absolute;
    width: 100px;
    right: 10px;
    top: 70px;
}

.kf-lf-lj a {
    display: block;
    line-height: 30px;
    padding-left: 10px;
    margin: 5px 0;
    color: #848484;
    font-size: 13px;
}

.kf-lf-lj a .fa {
    padding-right: 4px;
}

.kf-lf-lj a:hover {
    background: #87c844 url(../images/box-kefu2.png) no-repeat 5px center;
    color: #FFF;
    border-radius: 4px;
}

@media(max-width:1000px) {
    .zaixian {
        display: none;
    }
}


/*内容页公共用*/

.html5zoo-arrow-left-0 {
    background: url(../images/left.png) no-repeat scroll left top!important;
    margin-left: 10px;
}

.html5zoo-arrow-right-0 {
    background: url(../images/left2.png) no-repeat scroll left top!important;
    margin-right: 10px;
}

.breadcrumb {
    padding: 0px 0px;
}

.breadcrumb li .fa {
    color: #e2b03d;
}

.breadcrumb>li+li+li::before {
    content: ">>";
    padding: 0 5px;
    color: rgb(102, 102, 102);
}

.breadcrumb>li+li::before {
    content: " ";
}

.breadcrumb li:first-child a span:hover,
.breadcrumb li:last-child a:hover {
    text-decoration: underline;
}

.pagination>li>a,
.pagination>li>span {
    padding: 4px 10px;
}

.card1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.card2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 50px;
}

.card3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 120px;
    line-height: 1.8;
}

.page ul li .fa {
    padding-right: 10px;
}

.page ul li:hover a,
.page ul li:hover {
    color: #0488CD;
}

.news-page ul li {
    color: #0f89dd;
}

.news-page ul li a:hover,
.news-page ul li:hover {
    color: #000;
}

.pagedetail {
    background: #f5f5f5;
    border: #E5E5E5 1px solid;
    padding: 5px;
    margin: 10px 0 40px;
    color: #868686;
    text-indent: 24px;
    font-size: 13px;
}


/*转动*/

.zhuan {
    -webkit-animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;
    animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;
}

@-webkit-keyframes logoRotate {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
    }
    0% {
        -webkit-transform: rotateY(-180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@keyframes logoRotate {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(-180deg);
    }
    0% {
        -webkit-transform: rotateY(-180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}


/*子栏目样式*/

.sub-nav {
    text-align: center;
}

.sub-nav>ul>li {
    text-align: center;
    display: inline-block;
    margin: 0 5px;
}

.sub-nav>ul>li>ul {
    position: absolute;
}

.sub-nav>ul>li>a {
    color: #fff;
    background-color: #a0a6b3;
    display: inline-block;
    overflow: hidden;
}

.sub-nav>ul>li.active>a {
    background-color: #484a4e;
}

.sub-nav li:hover>ul {
    display: block;
}

.sub-nav>ul>li>ul::before {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 45%;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #a0a6b3;
}

.sub-nav>ul>li>ul li ul::before {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 20px;
    left: -10px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
}

.sub-nav ul li ul li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 50px
}

.sub-nav ul li ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.sub-nav ul li {
    position: relative;
}

.sub-nav ul li .arrow {
    display: none
}

.sub-nav ul li ul {
    background-color: #000;
    display: none;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
}


/*二级ul样式*/

.sub-nav ul li ul li ul {
    left: 100%;
    top: 0px;
    display: none;
}


/*三级以后ul样式*/

@media (min-width:1000px) {
    .sub-nav {
        margin-bottom: 50px;
    }
    .sub-nav>ul>li>a {
        height: 50px;
        line-height: 50px;
        width: 130px;
    }
}

@media(max-width:1000px) {
    .sub-nav {
        margin-bottom: 30px;
    }
    .sub-nav>ul>li {
        width: 29%;
    }
    .sub-nav>ul>li>a {
        height: 40px;
        line-height: 40px;
        width: 100%;
        font-size: 12px;
    }
}

.homenav>ul>li:hover>a {
    background-color: #a0a6b3;
}

.homenav>ul>li:first-child>a {
    background-color: #a0a6b3;
}


/*内页样式*/

@media (min-width:1000px) {
    .headlinebox {
        margin: 40px 0;
    }
    .headlinebox .title .cn {
        font-size: 32px;
    }
    .headlinebox .title .en {
        font-size: 26px;
    }
    .headlinebox .title i {
        width: 5%;
    }
    .home-contact .title {
        font-size: 28px;
    }
    .home-contact .words {
        font-size: 22px;
    }
    .home-contact i {
        width: 15%;
    }
    .product-box li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-list .images-x li {
        margin-bottom: 10px;
    }
    .news-list li .item {
        padding-left: 0;
        padding-right: 0;
    }
    .news-list li .title a {
        font-weight: bold;
        padding-top: 10px;
    }
    .news-list li .title a span {
        padding-right: 8px;
    }
    .news-list li .news-box {
        margin-bottom: 20px;
    }
    .address-page p {
        font-size: 16px;
    }
    .feekbox {
        padding: 20px 15px 40px;
    }
    .feekbox .left img {
        min-height: 430px;
    }
    .feekbox .boxs {
        padding-top: 34px;
    }
}

@media(max-width:1000px) {
    .headlinebox {
        margin: 30px 0;
    }
    .headlinebox .title .cn {
        font-size: 22px;
    }
    .headlinebox .title .en {
        font-size: 20px;
    }
    .headlinebox .title i {
        width: 20%;
    }
    .home-contact .title {
        font-size: 19px;
    }
    .home-contact .words {
        font-size: 15px;
    }
    .home-contact i {
        width: 25%;
    }
    .images-x li {
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .images-x li .box {
        padding: 6px;
    }
    .images-x li .box .title {
        font-size: 13px;
    }
    .news-list li .item {
        padding-left: 6px;
        padding-right: 0;
    }
    .news-list li .right {
        padding-left: 10px;
        padding-right: 6px;
    }
    .news-list li .right .title p {
        font-size: 13px;
    }
    .feekbox {
        padding: 10px 0 0;
    }
    .address-page img {
        max-height: 90px;
    }
}


/*内页公共样式*/

.headlinebox .title .cn {
    color: #a0a6b3;
}

.headlinebox .title .en {}

.headlinebox .title i {
    border-bottom: 3px solid #a0a6b3;
    display: inline-block;
}

.home-contact i {
    border-bottom: 3px solid #a0a6b3;
    display: inline-block;
}

.home-contact .words {
    padding: 8px 0;
}


/*内页-关于我们*/

.marqueelefts {
    height: auto;
    max-width: 1200px;
    overflow: hidden;
    margin: 0px auto;
}


/*滚动*/

.marqueelefts ul {
    float: left;
}

.marqueelefts li {
    float: left;
    margin: 0 5px;
    display: inline;
    width: 250px;
    height: auto;
    text-align: center;
}

.marqueelefts li .pic {
    display: block;
    width: 250px;
    height: auto;
    padding: 10px;
    overflow: hidden;
}

.marqueelefts li .pic img {
    height: 100%;
    width: 100%;
}

.marqueelefts li .txt {
    text-align: center;
    height: auto;
    line-height: 260px;
}

.marqueelefts .marquee1_1>li>p {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}


/*内页-产品中心*/

.images-x li .box {
    border: 1px solid transparent;
}

.images-x li .box:hover {
    border-color: transparent;
}

.images-x li .box .box-img {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 40%;
    left: 40%;
    opacity: 0;
    transition: all .7s;
    transform: scale(0.0);
}

.images-x li .box .box-img img {
    width: 100%!important;
    height: 100%!important;
}

.images-x li .box .box-mask {
    top: 0;
    left: 0;
    background: rgba(160, 166, 179, 0.48)none repeat scroll 0% 0%;
    width: 100%;
    height: 100%;
    transform: scale(0.0);
    display: block;
    position: absolute;
    opacity: 0;
    transition: all .7s;
}

.product-box ul {
    text-align: center;
}

.product-box ul li a:hover .box-img {
    opacity: 1;
    transform: scale(1.1)
}

.product-box ul li a:hover img {
    transform: scale(1.09, 1.09);
}

.product-box ul li a:hover .box-mask {
    opacity: 1;
    transform: scale(1.1)
}

.product-box ul li a:hover .box {
    border-color: #2b41a4;
}

.product-box ul li a {
    position: relative;
    background-color: #a0a6b3;
}

.product-box ul li a:hover {
    background-color: #a0a6b3;
    color: #fff;
}

.product-box ul li .box .title {
    padding: 6px 4px;
}


/*内页-新闻中心*/

.news-list {
    padding-top: 20px;
}

.news-list li .news-box {
    overflow: hidden;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.news-list li .title a {
    font-size: 16px;
}

.news-list li .title .date {
    color: #666;
    padding: 4px 0;
    font-size: 12px;
}

.news-list li .item a {
    display: block;
    overflow: hidden;
}

.news-list li .item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

.news-list li .item a:hover img {
    transform: scale(1.1, 1.1);
}


/*分页-联系我们*/

.address-page {
    border: 1px solid rgb(33, 152, 75);
    padding-bottom: 20px;
    margin: 0;
}


/*分页-在线留言*/

.feekbox {
    border: 1px solid rgb(33, 152, 75);
    overflow: hidden;
}


/*首页样式*/

@media(min-width:1000px) {
    .advantages-bg {
        margin-top: 50px;
        padding: 20px 0 90px;
    }
    .advantages-bg .row {
        margin-top: -15px;
    }
    .advantages-bg .box {
        padding: 30px 10px;
    }
    .advantages-bg .box .en {
        font-size: 22px;
        width: 100%;
        white-space: normal;
        word-break: break-all;
        overflow: hidden;
    }
    .home-contact-top {
        padding: 60px 0 70px;
    }
    .plantbase-bg {
        padding: 40px 0 70px;
        margin-bottom: 10px;
    }
}

@media (max-width:1000px) {
    .advantages-bg {
        margin-top: 30px;
        padding: 10px 0 50px;
    }
    .advantages-bg .box {
        padding: 20px 10px;
    }
    .advantages-bg .box .en {
        font-size: 18px;
    }
    .homenews .honeli {
        padding-left: 0;
        padding-right: 0;
    }
    .home-contact-top {
        padding-top: 20px;
    }
    .plantbase-bg {
        padding: 10px 0 30px;
        margin-top: 30px;
    }
}


/*首页-我们的优势*/

.advantages-bg {
    background-color: #a0a6b3;
}

.advantages-bg .box {
    background-color: #fff;
}

.advantages-bg .headlinebox .title .cn {
    color: #fff;
}

.advantages-bg .headlinebox .title .en {
    color: #fff;
}

.advantages-bg .headlinebox .title i {
    border-bottom: 3px solid #fff;
}


/*首页-关于我们*/

.contactmore a {
    color: #fff;
    background-color: #a0a6b3;
    width: 144px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 4px;
}

.contactmore a:hover {
    background-color: rgba(6, 134, 51, 1);
}


/*首页-种植基地*/

.plantbase-bg {
    background: url(../images/plantbase-bg.jpg) center fixed;
    background-size: cover;
}

.plantbase-bg .headlinebox .title .cn {
    color: #fff;
}

.plantbase-bg .headlinebox .title .en {
    color: #fff;
}

.plantbase-bg .headlinebox .title i {
    border-bottom: 3px solid #fff;
}

.moveimg {
    margin-top: -40px;
}

.moveimg .sy_mk li a p {
    color: #fff;
}