﻿
header{
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
}
.top{
    width: 1366px;
    margin: 0 auto;
    height: 100px;
    transition: 0.5s;
    position: relative;
}
.top .logo,.top .phone{
    float: left;
    display: table;
    height: 100%;
    overflow: hidden;
}
.top .phone{ float: right;}
.top .logo a,.top .phone a{
    display: table-cell;
    vertical-align: middle;
}
.nav{ width: 62%; float: right; margin-top: 29px;}
.nav li{ float: left; margin-right: 1px;}
.nav li a{ line-height: 42px; padding: 0 20px; transition: 1s;}
.nav li a:hover{ background: #019541; color: #fff;}
.nav .this a{ background: #019541; color: #fff;}

.menu{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 4%;
    line-height: 40px;
    z-index: 9999;
    display: none;
}
.menu span{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 5px;
    border-radius: 3px;
    background: #019541;
}
.menu span:before,.menu span:after{
    content: "";
    display: block;
    position: absolute;
    top: -14px;
    width: 100%;
    height: 5px;
    border-radius: 3px;
    background: #019541;
    transition: 0.3s;
}
.menu span:after{ top: 14px;}
.btn_active span{ background: rgba(0,0,0,0);}
.btn_active span:before{
    top: 0;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
}
.btn_active span:after{
    top: 0;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}
@media screen and (max-width: 1366px){
    .top{ width: 90%;}
    .top .phone{ display: none;}
    .top .nav{ width: 70%;}
}
@media screen and (max-width: 480px){
    .top{ width: 100%; height: 80px;}
    .top .logo{ padding: 0 20px;}
    .top .logo img{ width: 80%;}
    .top .phone{ display: none;}
    .top .nav{ width: 100%; float: inherit; margin: 0; position: absolute; top: 80px; left: 0; z-index: 9;}
    .top .nav ul{ width: 100%; z-index: 9999; background: rgba(0,0,0,0.7); display: none;}
    .top .nav li{ float: inherit; width: 100%; border-bottom: 1px solid #333; margin: 0;}
    .top .nav li:last-child{ border-bottom: none;}
    .top .nav li a{ width: 100%; line-height: 60px; height: 60px; text-align: center; font-size: 20px; padding: 0; color: #fff;}
    .top .nav li:hover a{ background: #e60012;}
    .menu{ top: 16px; right: 5%; display: block;}
}

/*banner*/
.swiper-container{
    width: 100%;
    height: 100%;
    margin-top: 100px!important;
}
.banner .swiper-slide {
    text-align: center;
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    background: #fff;
    position: relative;
    left:0;
    top:0;
}
.banner .swiper-slide img{
    position: relative;
    width: 100%;
    min-width: 600px;
}
.banner .swiper-button-prev{
    background: url("../images/lt.png") no-repeat !important;
    background-size: 100% !important;
    height: 48px!important;
}
.banner .swiper-button-next{
    background: url("../images/rt.png") no-repeat !important;
    background-size: 100% !important;
    height: 48px!important;
}
.banner .swiper-pagination-bullet{ background: #fff !important; opacity: 1!important;}
.banner .swiper-pagination-bullet-active{ background: #e60012 !important;}
@media screen and (max-width: 480px){
    .swiper-container{ margin-top: 80px!important;}
    .banner .swiper-slide img{ margin-left: -20%;}
    .swiper-button-next,.swiper-button-prev{ display: none;}
}

/*关于*/
.about{
    width: 1366px;
    margin: 80px auto 100px auto;
}
.about_left{
    float: left;
    width: 50%;
}
.about_left h2{
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #019541;
    font-weight: bold;
    position: relative;
}
.about_left h3{
    font-family: Arial;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 50px;
    color: #808080;
}
.about_left>p{
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.about_left>a{
    line-height: 40px;
    background: #019541;
    display: inline;
    padding: 10px 30px;
    color: #fff;
    transition: .5s;
}
.about_left>a i{ font-size: 18px; margin-left: 10px;}
.about_left>a:hover{ background: #01863b;}
.about_left .icon{ margin-top: 60px;}
.about_left .icon a{
    float: left;
    margin-right: 50px;
}
.about_left .icon a:last-child{ margin-right: 0;}
.about_left .icon a i{
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #e6e6e6;
    display: inline-block;
    font-size: 40px;
    text-align: center;
    line-height: 78px;
    color: #333;
    transition: .5s;
}
.about_left .icon a:hover i{ background: #019541; color: #fff;}
.about_left .icon a p{ text-align: center; margin-top: 15px;}

.about_right{ width: 39.4%; float: right;}
.about_right img{ width: 100%; height: 560px;}

@media screen and (max-width: 1440px){ .about{ width: 90%;}}
@media screen and (max-width: 480px){
    .about{ margin: 40px auto 60px auto;}
    .about_left{ float: none; width: 100%;}
    .about_left h3{ margin-bottom: 20px;}
    .about_left>p{ margin-bottom: 30px;}
    .about_left .icon{ margin-top: 30px;}
    .about_left .icon a{ margin-right: 20px;}
    .about_left .icon a i{ width: 56px; height: 56px; font-size: 30px; line-height: 56px;}
    .about_left .icon a p{ font-size: 14px;}
    .about_right{ float: none; width: 100%; margin-top: 30px;}
    .about_right img{ height: auto;}
}

/*产品*/
.product{
    width: 100%;
    background: url("../images/pro_bg.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 80px 0 120px 0;
}
.product_bg{ width: 1366px; margin: 0 auto;}
.product_bg h2{
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #019541;
    font-weight: bold;
    position: relative;
}
.product_bg h3{
    font-family: Arial;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 50px;
    color: #808080;
}
.product_bg li{
    position: relative;
    width: 400px;
    background: url("../images/02.png") no-repeat;
    transition: .5s;
    float: left;
    margin-right: 80px;
}
.product_bg li:last-child{ margin-right: 0;}
.product_bg li:hover{ background: url("../images/01.png") no-repeat;}
.product_bg li .pro{
    display: table;
    padding: 40px 0;
    margin: 0 auto;
}
.product_bg li .pro .pro_icon{
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid rgba(2,169,73,0.6);
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
.product_bg li .pro .pro_icon img{ margin: 0 auto;}
.product_bg li .pro_title p{
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial;
    transition: .5s;
}
.product_bg li .pro_title span{
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 14px;
    transition: .5s;
}
.product_bg li:hover .pro_title p{ color: #fff;}
.product_bg li:hover .pro_title span{ color: #fff;}
@media screen and (max-width: 1440px){
    .product_bg{ width: 90%;}
    .product_bg li{ width: 30%; background-size: 100%; margin-right: 60px;}
    .product_bg li:hover{ background-size: 100%;}
    .product_bg li .pro .pro_icon{ width: 180px; height: 180px;}
    .product_bg li .pro_title p{ font-size: 16px; line-height: 16px;}
}
@media screen and (max-width: 480px){
    .product{ padding: 60px 0;}
    .product_bg li{ float: inherit; width: 90%; margin: 0 auto 40px auto;}
    .product_bg li:last-child{ margin-right: auto;}
    .product_bg li .pro{ padding: 20px 0;}
}

/*新闻*/
.news{
    width: 1366px;
    margin: 80px auto 100px auto;
}
.news .title{ position: relative;}
.news .title h2{
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #019541;
    font-weight: bold;
    position: relative;
}
.news .title h3{
    font-family: Arial;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 50px;
    color: #808080;
}
.news .title a{
    border: 1px solid #ccc;
    padding: 12px 30px;
    position: absolute;
    top: 9px;
    right: 0;
    transition: .5s;
}
.news .title a i{ margin-left: 10px;}
.news .title a:hover{
    background: #019541;
    border: 1px solid #019541;
    color: #fff;
}

.news li{
    float: left;
    width: 29.4%;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
    margin-right: 80px;
}
.news li:last-child{ margin-right: 0;}
.news li .news_img{
    width: 100%;
    height: 300px;
}
.news li .news_img img{ width: 100%; height: 100%;}

.news li .news_con{
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    padding: 0 5%;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    margin-top: 300px;
    background: #fff;
    transition: 0.6s;
    height: 100%;
}
.news li:hover .news_con{ margin-top: 0;}
.news li .news_con time{
    color: #999;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
}
.news li .news_con h2{
    font-size: 18px;
    line-height: 18px;
    color: #333;
    margin: 15px 0 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news li .news_con p{
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    color: #999;
}
.news li .news_con span{
    width: 108px;
    font-size: 16px;
    padding: 7px 20px;
    box-sizing: border-box;
    background: #019541;
    color: #fff;
    margin-top: 25px;
}
@media screen and (max-width: 1440px){
    .news{ width: 90%;}
    .news li{ width: 30%; margin-right: 60px;}
    .news li .news_img{ height: 275px;}
    .news li .news_con{ margin-top: 275px;}
    .news li .news_con p{ -webkit-line-clamp: 6;}
}
@media screen and (max-width: 480px){
    .news{ margin: 60px auto;}
    .news .title a{ padding: 8px 15px; top: 13px;}
    .news li{ float: inherit; width: 100%; margin-bottom: 40px;}
}

/*底部*/
footer{
    width: 100%;
    background: #252525;
}
.foot{
    width: 1366px;
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
}
.foot_nav{ float: left;}
.foot_nav dl{ float: left; margin-right: 60px;}
.foot_nav dl:last-child{ margin-right: 0;}
.foot_nav dt a{ color: #fff; font-size: 20px; line-height: 36px;}
.foot_nav dd a{ color: #d9d9d9; font-size: 16px; line-height: 28px;}
.foot_nav dd a:hover{ color: #fff;}

.erweima{ float: right;}
.erweima h2{
    float: left;
    width: 130px;
    height: 130px;
}
.erweima h2:nth-child(2){ margin-left: 20px;}
.erweima h2 img{
    width: 100%;
    height: 100%;
}
.erweima h2 span{
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.copy{
    width: 1366px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.copy p{ color: #ccc; line-height: 40px; float: left;}
.copy p:last-child{ float: right;}
.copy a{ display: inline; color: #ccc; margin: 0 10px;}
.copy a:hover{ color: #fff;}

#gotoTop{
    display:none;
    position:fixed;
    top:80%;
    right:5%;
    cursor:pointer;
    padding:9px 4px;
    width:20px;
    text-align:center;
    background: #019541;
    z-index: 999;
    color: #fff;
}
@media screen and (max-width: 1440px){
    .foot,.copy{ width: 90%;}
    .foot_nav dl{ margin-right: 40px;}
}
@media screen and (max-width: 1024px){ #gotoTop{ display: none!important;}}
@media screen and (max-width: 480px){
    .foot{ padding: 40px 0 60px 0;}
    .foot_nav{ display: none;}
    .erweima{ float: inherit; width: 280px; margin: 0 auto;}
    .copy{ padding: 10px 0;}
    .copy p{ line-height: 26px; width: 100%; text-align: center;}
    .copy p:last-child{ float: left;}
    .copy a{ margin: 0 auto; display: block;}
}

/*内页banner*/
.child_banner{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-top: 100px;
}
.child_banner img{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.banner_txt{
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -63px;
    margin-left: -400px;
    text-align: center;
    color: #fff;
}
.banner_txt h2{
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.banner_txt p{
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
@media screen and (max-width: 1366px){
    .child_banner{ height: 400px;}
}
@media screen and (max-width: 480px){
    .child_banner{ height: 200px; margin-top: 80px;}
    .banner_txt{ display: none;}
    .child_banner img{
        width: 100%;
        height: 100%;
        position: inherit;
        left:inherit;
        margin-left: auto;
    }
}

/*内页导航*/
.child_nav{
    width: 1366px;
    margin: 0 auto;
    background: rgba(255,255,255,0.9);
    margin-top: -80px;
    height: 80px;
    position: relative;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
}
.child_nav ul{ margin: 0 auto; padding-top: 20px;}
.child_nav li{
    float: left;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 0 5px;
}
.child_nav li a{
    font-size: 18px;
    line-height: 40px;
    padding: 0 32px;
    border-radius: 30px;
    transition: .5s;
}
.child_nav li:hover a{ background: #019541; color: #fff;}
.child_nav .this a{ background: #019541; color: #fff;}

@media screen and (max-width: 1366px){
    .child_nav{ width: 80%;}
}
@media screen and (max-width: 480px){
    .child_nav{ overflow-x: scroll; overflow-y: hidden; margin-top: 0; width: 100%;}
    .child_nav li a{ padding: 0 30px;}
}
.main{
    width: 1366px;
    margin: 0 auto;
    padding: 60px 0;
}
/*关于我们*/
.about_ny p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}
.about_ny p img{
    max-width: 100%;
    margin: 10px auto;
}
@media screen and (max-width: 1366px){
    .main{ width: 90%;}
}
@media screen and (max-width: 480px){
    .main{ padding: 30px 0;}
    .about_ny p{ float: inherit !important; margin: 0 auto !important;}
}
/*荣誉*/
.col-sm-6{
    width: 25%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.thumbnail{ width: 100%;}
.thumbnail a{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.thumbnail a img{
    width: 100%;
    height: 100%;
    font-size: 16px;
    transition: 1s;
}
.thumbnail a img:hover{
    transform: scale(1.1);
}
.thumbnail .caption{
    font-size: 16px;
    text-align: center;
    margin: 10px 0 20px 0;
}
.honors .col-sm-6{
    width: 230px;
    float: left;
    margin: 0 16px;
    padding: 0;
    box-sizing: border-box;
}
.honors  .thumbnail a{
    width: 100%;
    height: 330px;
    overflow: hidden;
}
@media screen and (max-width: 1366px){
    .thumbnail a{ height: 216px;}
}
@media screen and (max-width: 480px){
    .col-sm-6{ width: 48%; margin-right: 4%; padding: 0;}
    .col-sm-6:nth-child(even){ margin-right: 0;}
    .thumbnail a{ height: auto;}
}

/*页码*/
.con_page{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.page_list{
    display: inline-block;
}
.page_list li{
    display: inline;
    float: left;
    color: #333;
}
.page_list li:nth-child(3),.page_list li:last-child{
    margin: 0 10px;
    line-height: 30px;
}
.page_list li a{
    display: block;
    line-height: 30px;
    color: #333;
    border: 1px solid #666;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    margin: 0 5px;
    transition:.5s;
}
.page_list li a:hover{
    background: #666;
    color: #FFFFFF;
    border: 1px solid #666;
}
@media screen and (max-width: 1024px){
    .page_list li:last-child{ display: none;}
    .con_page{ margin-bottom: 0; margin-top: 20px;}
}
@media screen and (max-width: 480px){
    .con_page{ margin-top: 10px;}
    .page_list li{ font-size: 14px; line-height: 28px; color: #999;}
    .page_list li a{ border: 1px solid #999; padding: 0 5px; margin: 0 3px; font-size: 14px; line-height: 28px; color: #999;}
}

/*发展历程*/
.lh-flex{display:flex;display:-webkit-flex;flex-direction:row; -webkit-flex-direction:row;flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.lh-history-item{ padding:35px 80px 120px 80px; position:relative; overflow: inherit;}
.lh-history-item:before{content:''; display:block; width:1px; height:100%; border-right:1px dashed #B1B1B1; position:absolute; left:50%; top:0; margin-left:-1px; z-index:99;}
.lh-history-item li{width:50%; position:relative; padding-right:40px; margin-bottom:40px; box-sizing: border-box;}
.lh-history-item li:nth-child(2n){padding:0 0 0 40px; top:150px; animation-delay:.1s;}
.lh-history-item li h2{ font-size:18px; font-weight:bold; line-height:18px; color: #019541; margin-bottom:10px;text-align:right;}
.lh-history-item li:nth-child(2n) h2{text-align:left;}
.lh-history-item li h3{line-height:24px; color:#333; margin-top:10px; float: inherit; text-align: right;}
.lh-history-item li:nth-child(even) h3{line-height:24px; color:#333; margin-top:10px; float: inherit; text-align: left;}
.lh-history-item li:before{content:''; display:block; width:8px; height:8px; background: #019541; position:absolute; right:-4px; top:4px; border-radius:50%;}
.lh-history-item li:after{content:''; display:block; width:20px; height:20px; border:1px solid #019541; position:absolute; right:-11px; top:-3px; border-radius:50%;}
.lh-history-item li:nth-child(2n):before{left:-4px;}
.lh-history-item li:nth-child(2n):after{left:-11px;}
.lh-history-item li img{ width: 400px; float: right;}
.lh-history-item li:nth-child(even) img{ float: left;}

@media screen and (max-width: 480px){
    .history{ max-width: 750px;}
    .lh-history-item:before{ display: none;}
    .lh-history-item{padding:8px; position:relative;}
    .lh-history-item li{ width: 100%; position: relative; margin-bottom: 40px; padding-right: 0;}
    .lh-history-item li:last-child{border-bottom:none;}
    .lh-history-item li:before{content:''; display:block; width:8px; height:8px; background:#e50013; position:absolute;
        left:7px; top: 10px; border-radius:50%;}
    .lh-history-item li:after{ content:''; display:block; width:20px; height:20px; border:1px solid #e50013;
        position:absolute; top:3px; left: inherit; right: inherit; border-radius:50%;}
    .lh-history-item li h2{ font-size:22px; font-weight:bold; line-height: 30px; color: #e50013;
        margin-bottom:25px; text-align:left; padding-left:30px;}
    .lh-history-item li .img {  max-width: 100%;  height: auto; margin: 0 auto; }
    .lh-history-item li h3{ line-height: 28px; font-size: 20px; color: #666;  margin-top: 10px; text-align: inherit;}
    .lh-history-item li p span{ color: #666; background: white; font-size: 22px;}
    .lh-history-item li img{ width: 100%;}
    .lh-history-item li:nth-child(2n):after{left: inherit;}
    .lh-history-item li:nth-child(2n):before{left: 7px;}
    .lh-history-item li:nth-child(2n){ padding: 0; top: 0;}
    .lh-history-item li:nth-child(2n){}
}

/*新闻内页*/
.news_ny li{
    width: 100%;
    transition: .5s;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}
.news_ny li:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background: #fff;
}
.news_ny li .img_box{
    width: 30%;
    height: 300px;
    float: left;
    overflow: hidden;
}
.news_ny li .img_box img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.news_ny li:hover .img_box img{
    transform: scale(1.2);
}
.news_ny li .text{
    width: 65%;
    float: right;
}
.news_ny li .text h2{
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    overflow: hidden;/*内容超出后隐藏*/
    text-overflow: ellipsis;/* 超出内容显示为省略号*/
    white-space: nowrap;/*文本不进行换行*/
    transition: 1s;
    color: #999;
}
.news_ny li:hover .text h2{ color: #1a1a1a;}
.news_ny li .text time{
    color: #999;
    display: block;
    margin: 10px 0 15px 0;
    transition: 1s;
}
.news_ny li:hover .text time{ color: #666;}
.news_ny li .text time i{
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
}
.news_ny li .text p{
    padding-right: 5%;
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 20px;
    color: #999;
    transition: 1s;
}
.news_ny li:hover .text p{ color: #333;}
.news_ny li .text span{
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px 10px;
    transition: 1s;
    color: #999;
}
.news_ny li:hover .text span{
    border: 1px solid #019541;
    border-radius: 6px;
    color: #333;
}
@media screen and (max-width: 1366px){
    .news_ny li .img_box{ height: 270px;}
    .news_ny li .text p{ -webkit-line-clamp: 3;}
}

@media screen and (max-width: 480px){
    .news_ny li{ padding: 0; margin-bottom: 20px;}
    .news_ny li .img_box{ height: 98px; width:36%;}
    .news_ny li .text{ width: 60%;}
    .news_ny li .text h2{ font-size: 18px; margin-top: 0; line-height: 30px;}
    .news_ny li .text time{ margin: 0; font-size: 14px;}
    .news_ny li .text time i{ font-size: 14px; line-height: 14px; margin-right: 5px;}
    .news_ny li .text span{ display: none;}
    .news_ny li .text p{ font-size: 14px; line-height: 24px; -webkit-line-clamp: 2; margin-bottom: 0;}
}

/*新闻详情*/
.news_ny_xq h2{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
.news_ny_xq h3{
    text-align: center;
    color: #666;
    line-height: 18px;
    margin: 10px 0 20px 0;
}
.news_ny_xq h3 span{
    display: inline;
    margin: 0 10px;
}
.news_ny_xq h3 a{
    color: #019541;
    display: inline;
    margin-left: 10px;
}
.news_ny_xq p{
    text-indent: 2em;
    line-height: 30px;
    color: #333;
}
.news_ny_xq p img{
    margin: 10px auto;
    max-width: 100%;
}

/*视频列表*/
.video li{ width: 48%; float: left;}
.video li:nth-child(odd){ margin-right: 4%;}
.video li video{ width: 100%; height: 312px;}
.video li p{
    text-align: center;
    font-size: 18px;
    margin: 5px 0 20px 0;
}
@media screen and (max-width: 480px){
    .video li{ float: inherit; width: 100%;}
    .video li video{ height: auto;}
}

/*产品列表*/
.product_ny li{
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 1%;
    box-sizing: border-box;
}
.product_ny li a{
    width: 100%;
    height: 433px;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: .5s;
}
.product_ny li a:hover{ border: 1px solid #019541;}
.product_ny li a img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.product_ny li a img:hover{ transform: scale(1.1);}
.product_ny li p{
    text-align: center;
    line-height: 40px;
}
@media screen and (max-width: 1366px){
    .product_ny{ width: 100%;}
    .product_ny li a{ height: 387px;}
}

@media screen and (max-width: 480px){
    .product_ny li{ width: 50%;}
    .product_ny li a{ height: auto;}
}
/*产品详情*/
.product_xq_con{ width: 90%; margin: 0 auto;}
.product_xq h2{
    width: 30%;
    height: 440px;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.product_xq h2 img{
    width: 100%;
    height: 100%;
}
.product_txt{
    float: right;
    width: 63%;
}
.product_txt h3{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    padding: 10px 0;
}
.product_txt p{
    line-height: 30px;
}
.fenye{ margin: 30px 0; border-top: 1px solid #ccc; padding-top: 20px;}
.fenye h4{ float: left; max-width: 48%; line-height: 30px;}
.fenye h4:last-child{ float: right;}
.fenye h4 span{ float: left; }
.fenye h4 a{
    font-size: 18px;
    line-height: 30px;
    color: #019541;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 768px){
    .product_xq h2{ float: inherit; width: 60%; height: auto;}
    .product_xq h2 img{ height: auto;}
    .product_txt{ float: inherit; width: 100%;}
    .product_txt h3{ text-align: center;}
    .product_txt p{ text-indent: 2em;}
    .fenye h4{ float: inherit; width: 100%;}
    .fenye h4:last-child{ float: inherit;}
    .fenye{ margin-bottom: 0;}
}
@media screen and (max-width: 480px){
    .product_xq h2{ width: 100%; height: auto;}
    .fenye h4{ max-width: 100%;}
}

/*联系我们*/
.contact .map{
    width: 50%;
    float: left;
    height: 400px;
    border: 1px solid #ccc;
}
.contact .phone{
    width: 45%;
    box-sizing: border-box;
    float: right;
}
.contact .phone h2{
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 30px;
}
.contact .phone p{
    line-height: 30px;
    color: #666;
}
@media screen and (max-width: 480px){
    .contact .map{ float: inherit; width: 100%; height: 240px; margin-bottom: 30px; overflow: hidden;}
    .contact .phone{ width: 100%; float: inherit; text-align: center;}
}
/*留言*/
.messages{ width: 40%; margin: 20px auto;}
span.colorred{
    color: #FF0000;
    padding-left:15px;
    display: inline;
}
.sms_content_bottom { height:366px;}
.require{
    width:398px;
    height:120px;
    border:1px solid #ccc;
    padding-left:3px;
    padding-top:2px;
    background: none;
}
.input{
    width:398px;
    height:38px;
    border:1px solid #ccc;
    padding-left:3px;
    padding-top:2px;
    background: none;
}
.close a{
    color:#000;
    text-decoration:none;
}
.messages .submit{
    width: 100px;
    line-height:30px;
    text-align:center;
    background:#999;
    color:#FFF;
    border:0;
}
.submit:hover{
    cursor: pointer;
    background: #019541;
    transition: .5s;
}
.rssbutton input{
    background: #77a0d1;
    border: 1px solid #88b3e6;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    width:90px;
    display:block;
    height:22px;
    line-height:22px;
    *line-height:19px;
    text-align:center;
}
.dark .rssbutton input{
    background:#676767;
    border: 1px solid #777;
}
.rssbutton input:hover{
    background:#86b4eb;
    text-decoration:none;
}
.dark .rssbutton input:hover{
    background:#797979;
    border: 1px solid #939393;
}
@media screen and (max-width: 1366px){
    .messages{ width: 45%;}
}
@media screen and (max-width: 480px){
    .messages{ width: 100%;}
    .input,.require{ width: 90%;}
}