@charset "utf-8";
body{ margin:0px; padding:0px;position: relative;}
a{ text-decoration:none;}
ul{ list-style:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6, ol, dd, dl{ list-style:none;margin:0;padding:0px;}
li {
    list-style: none;
}
p{ margin:0px;}
.width{ width:1200px; margin:0 auto;}
.both{ clear:both;}
a{ color:#000; transition:0.5s;}
#box{ width:100%; position:relative; overflow:hidden; height:500px;}
#box img{ transition:0.3s; position:absolute; top:0px; left:0px; height:100%; width:100%; object-fit:cover;}
.arrow{width:100%;}
.arrow a{ position:absolute; top:45%; background-color:rgba(255,255,255,0.8);border-radius:50%; color:#333; font-size:24px; padding:10px 15px; opacity:0;}
#box:hover .arrow a{ opacity:1;}
#foot_nav {
    display: none;
}
.top {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    color: #999;
}

.top a {
    line-height: 35px;
}

.top .fl{
    padding-left: 30px;
    background: url(../img/20201126104833_1579246041.png) no-repeat left center;
}
.fl {
    float: left;
}

.fr {
    float: right;
}
.htel {
    font-size: 16px;
    color: #5d5d5d;
    padding-left: 55px;
    background: url(../img/tel.png) no-repeat left center;
}
#logo .tel {
    padding-top: 0;
}
.htel em {
    display: block;
    font-size: 32px;
    color: #009a46;
    font-family: fontDin1;
    font-style:normal;
    font-weight:bold;
}

#logo{ padding:30px 0;}
#logo .width{ display:flex; justify-content:space-between;}
#logo .logo{ font-size: 49px;font-weight: 700; height:70px; line-height:70px; padding-right:50px; }



.nav {
    
    position: relative;
    font-size: 0;
    background-size: 100%;
    background: #009a46;
    height: 55px;
}

.nav .breadcrumbnav {

    background: #009a46;
}
.nav .breadcrumbnav li.cur{background: #f7a112;}
.nav .breadcrumbnav li {
    display: inline-block;
    text-align: center;
    width: 16%;
    line-height: 55px;
    position: relative;
}

.nav .breadcrumbnav li a {
    font-size: 16px;
    color: #fff;
}

.nav .breadcrumbnav li:hover {
    background: #009a46;
}

.nav .breadcrumbnav .nav_list {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    background: #009a46;
    display: none;
    z-index: 9999;
}

.nav .breadcrumbnav .nav_list a {
    color: #fff;
    font-size: 16px;
}

.nav .breadcrumbnav li:hover .nav_list {
    display: block;
}
.lines {
    height: 72px;
    background: #f7a112;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.title {
    text-align: center;
    font-size: 42px;
    color: #222222;
    font-weight: bold;
}

.title b {
    color: #009a46;
}

.title span {
    display: block;
    font-size: 18px;
    color: #666666;
    font-weight: lighter;
    margin-top: 10px;
}

.title em {
    display: block;
    height: 16px;
    background: url(../img/20201126135526_636682642.png) no-repeat center;
    margin-top: 20px;
    animation: translation 2s linear infinite;
}
@keyframes translation {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.hovermaincolor a:hover {
    color: #009a46;
}

.news_div_item_image {
    width: 23%;
    height: 119px;
    display: block;
}


.news {
    padding: 40px 0 10px 0;
   
}

.newstab {
    margin: 40px 0;
    font-size: 0;
    text-align: center;
}

.newstab a {
    display: inline-block;
    width: 170px;
    line-height: 42px;
    border-radius: 21px;
    font-size: 18px;
    color: #333333;
    font-weight: lighter;
    transition: all .3s ease;
    background: #fff;
    box-shadow: 0 0 15px #eee;
}

.newstab a+a {
    margin-left: 20px;
}

.newstab a.on {
    background: #009a46;
    color: #fff;
    box-shadow: 0 0 15px #def8ea;
}

.newsleft {
    width: 44%;
}

.newsright {
    width: 55%;
}

.newsleft .news_div_item {
    padding: 26px;
    background: #f7f7f7;
    position: relative;
}

.newsleft .news_div_item+.news_div_item {
    margin-top: 15px;
}

.newsleft .news_div_item_pic {
    overflow: hidden;
    width: 40%;
}

.news .news_div_item_pic img {
    width: 100%;
    height: 180px;
    transition: all .6s ease;
    display: block;
}

.news .news_div_item:hover .news_div_item_pic img {
    transform: scale(1.1);
}

.news_div_item:hover .news_div_item_a {
    color: #009a46;
}

.newsleft .news_div_item_content {
    right: 40px;
    top: 40px;
    bottom: 0;
    width: 47%;
    position: absolute;
}

.news .news_div_item_a {
    display: block;
    position: relative;
    
    text-overflow: ellipsis;
    font-size: 17px;
    color: #333;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}

.news .news_div_item_body {
    font-size: 14px;
    color: #000;
    font-weight: lighter;
    line-height: 30px;
    margin-top: 10px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.newsleft .news_div_item_a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 155px;
    width: 25px;
    height: 25px;
    background: url(../img/20201126152514_1869528523.png) no-repeat center;
}

.newsright .news_div_item {
    padding: 15px;
    background: #f7f7f7;
    position: relative;
    /* height: 150px; */
}

.newsright .news_div_item_pic {
    width: 165px;
    overflow: hidden;
}

.newsright .news_div_item_content {
    position: absolute;
    right: 110px;
    width: 56%;
    top: 30px;
}

.newsright .news_div_item_body {
    height: 60px;
}

.newsright .news_div_item+.news_div_item {
    margin-top: 16px;
}

.newsright .news_div_item_date {
    position: absolute;
    padding-left: 20px;
    text-align: center;
    height: 115px;
    border-left: 1px solid #f0f2f1;
    top: 32px;
    right: 15px;
    font-size: 16px;
    color: #666666;
    font-family: fontDin1;
    line-height: 30px;
}

.newsright .news_div_item_month, .newsright .news_div_item_day {
    display: inline-block;
}

.newsright .news_div_item_year {
    font-size: 25px;
}

.newsright .news_div_item_a:after {
    content: '';
    display: block;
    position: absolute;
    right: -80px;
    bottom: -65px;
    width: 25px;
    height: 25px;
    background: url(../img/20201126152514_1869528523.png) no-repeat center;
}
.ggbanner {
    margin: 0 auto;
    text-align: center;
}
/*产品展示*/
.product {
    padding: 40px 0 40px 0;
}

.protab {
    font-size: 0;
    background: #f3f5f5;
    margin: 34px 0 16px 0;
}

.protab a {
    transition: all .3s ease;
    width: 11.1%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 79px;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.protab span a {
    border-right: 1px solid #fff;
}
.protab span a:nth-child(1){background: #009a46;color: #fff;}
/* .protab a.on {
    background: #009a46;
    color: #fff;
} */
.protab a:hover{
    background: #009a46;
    color: #fff;
}

.proshow ul {
    display: block;
    font-size: 0;
}

.proshow ul li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    box-sizing: border-box;
    position: relative;
    padding: 17px 17px 0 17px !important;
    background: #f3f5f5;
    transition: all .3s ease;
}

.proshow ul li span, .proshow ul li a {
    display: block;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.proshow ul li span a {
    text-align: left;
    overflow: hidden;
    line-height: 65px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #888888;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    transition: all .3s ease;
}

.proshow ul li span a:after {
    content: '+MORE';
}

.proshow ul li a img {
    width: 100%;
    height: auto;
    transition: all .6s ease;
    height: 286px;
}

.proshow ul li:nth-child(3n) {
    margin-right: 0;
}

.proshow ul li {
    margin-bottom: 20px;
    margin-right: 20px;
}

.proshow ul li:hover {
    background: #e8eaea;
}

.proshow ul li:hover span a {
    color: #009a46;
}

.proshow ul li:hover a img {
    transform: scale(1.1);
}


div#deno {
    OVERFLOW: hidden;
    HEIGHT: 927px;
}
/*about*/
.box_05 {
    width: 100%;
    height: 500px;
    background: url(../img/ab_back.png) center top no-repeat;
    overflow: hidden;
    margin-bottom: 40px;
}

.box_05 .center {
    width: 1200px;
    height: 630px;
    margin: 0 auto;
    overflow: hidden;
}

.box_05 .center .left {
    width: 550px;
    height: 630px;
    float: left;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.box_05 .center .left img {
    display: block;
    width: 500px;
    height: auto;
    vertical-align: top;
}

.box_05 .center .left::after {
    content: '';
    width: 500px;
    height: 580px;
    background: #e6ebf2;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 0 0 200px 0;
}

.box_05 .center .right {
    width: 560px;
    height: 630px;
    float: right;
    position: relative;
    overflow: hidden;
}

.box_05 .center .right .txt {
    width: 560px;
    height: auto;
}

.box_05 .center .right .txt h3 {
    font-size: 48px;
    color: #009a46;
    font-weight: bold;
    line-height: 40px;
    margin-top: 50px;
    text-transform: Uppercase;
    position: relative;
}

.box_05 .center .right .txt h3::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #009a46;
    position: absolute;
    bottom: 0;
    left: 290px;
}

.box_05 .center .right .txt h4 {
    font-size: 25px;
    color: #333;
    line-height: 22px;
    margin-top: 30px;
    text-align: right;
    position: relative;
}

.box_05 .center .right .txt h4::before {
    content: '';
    width: 120px;
    height: 1px;
    background: #545454;
    position: absolute;
    top: 11px;
    left: 110px;
}

.gsjieshaonr {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;
    margin-top: 20px;
}

.box_05 .center .right .yyzz {
    width: 560px;
    height: 209px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.box_05 .center .right .yyzz::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    bottom: 35px;
    left: 55px;
}

.box_05 .center .right .yyzz .more {
    display: block;
    float: right;
    width: 165px;
    font-size: 16px;
    color: #009a46;
    line-height: 14px;
    font-weight: bold;
    margin-top: 66px;

    background: url(../img/ab_jt.png) left center no-repeat;
    font-family: Arial;
    text-transform: Uppercase;
    text-align: right;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.box_05 .center .right .yyzz .more:hover {
    margin-left: 5px;
    -webkit-transition: all .7s;
    transition: all .7s;
}

.box_05 .center .right .yyzz .img {
    width: 257px;
    height: 183px;
    padding: 13px;
    position: absolute;
    right: 0;
    top: 0;
}

.box_05 .center .right .yyzz .img img {
    display: block;
    width: 257px;
    height: 183px;
    vertical-align: top;
    object-fit: cover;
}

.box_05 .center .right .yyzz h4 {
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    font-weight: bold;
    margin: 140px 0 0 100px;
}

.box_05 .center .right .yyzz h4 a {
    color: #fff;
    font-size: 25px;
}

.box_05 .center .right .yyzz p {
    font-size: 20px;
    color: #fff;
    line-height: 15px;
    margin: 15px 0 0 100px;
    font-family: Arial;
}

.f_link {
	margin: 0px auto 0;
	font: 14px/30px Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜;
}
.f_link1 {
	width: 1200px;
	margin: 0 auto 15px;
	font: 14px/30px Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜;
}
footer {
    background: #222222;
    width: 100% !important;
    float: left !important;
}
.footer_nav {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #393939;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}
.footer_nav a {
    margin: 0 55px;
}
footer a {
    color: #fff;
    margin: 0 5px;
}
.footer {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}
.footer_L {
    width: 72%;
    float: left;
}
.footer_img {
    width: 44%;
    float: left;
    padding-top: 15px;
    position: relative;
}
.footer_img::before {
    content: "";
    width: 1px;
    float: left;
    height: 90%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(#222, #787878, #222);
}
.footer_img img {
    display: block;
    max-width: 100%;
    height: auto;
}
.footer_txt {
    display: block;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    padding-left: 50px;
}
.footer_R {
    float: right;
    width: 26%;
}
.footer_dianhua {
    float: right;
    padding-right: 65px;
    background: url(../img/tel1.png) no-repeat right center;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    text-align: right;
}
.footer_dianhua span {
    display: block;
    overflow: hidden;
    line-height: 34px;
    font-family: Impact !important;
    font-size: 28px;
    color: #c40000;
}
.foot {
    width: 96%;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px;
    text-align: right;
    color: #fff;
}




@media screen and (max-width: 980px) {
*{-webkit-text-size-adjust:none;}
#box{ height:300px;}
.width{ width:98%;}
#foot_nav{ display:block; position:fixed; bottom:0px; width:100%; left:0px;}
#foot_nav li{ list-style:none;}
#foot_nav li a{ width:calc(100% / 1); text-align:center; height:50px; line-height:50px; background:#e7272d; color:#fff; float:left; font-size:28px;    font-weight: bold;}

.top .fl {
    padding-left: 30px;
    background: url(../img/20201126104833_1579246041.png) no-repeat left center;
    width: 44%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#logo .logo {
    border: none;
    padding: 0;
    font-size: 27px;
}
.htel em {
    display: block;
    font-size: 24px;
    color: #009a46;
    font-family: fontDin1;
    font-style: normal;
    font-weight: bold;
}
#logo .tel {
    padding-top: 10px;
}
.nav .breadcrumbnav li {
    display: inline-block;
    text-align: center;
    width: 16.66%;
    line-height: 55px;
    position: relative;
}

.newsleft {
    width: 100%;
}
.newsright {
    width: 100%;
    margin-top: 2%;
}
.protab a {
    transition: all .3s ease;
    width: 19.999%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 79px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    border-bottom: 1px #fff solid;
}

.proshow ul li {
    display: inline-block;
    vertical-align: top;
    width: 48.3%;
    box-sizing: border-box;
    position: relative;
    padding: 17px 17px 0 17px !important;
    background: #f3f5f5;
    transition: all .3s ease;
}
.proshow ul li a img {
    width: 100%;
    height: auto;
    transition: all .6s ease;
    height: 207px;
}
.proshow ul li:nth-child(3n) {
    margin-right: 20px;
}
.proshow ul li:nth-child(2n) {
    margin-right: 0;
}
.box_05 .center {
    width: 98%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
div#deno {
    OVERFLOW: hidden;
    HEIGHT: 627px;
}
.box_05 {
    height: auto;
    background: none;
    margin-bottom: 0;
}
.box_05 .center .right .yyzz p {
    font-size: 20px;
    color: #fff;
    line-height: 15px;
    margin: 15px 0 0 0;
    font-family: Arial;
}
.box_05 .center .right .yyzz::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 55px;
}
.box_05 .center .left {
    width: 100%;
    height: 540px;
    float: left;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.box_05 .center .left img {
    display: block;
    width: 94%;
    height: 440px;
    vertical-align: top;
}
.box_05 .center .left::after {
    content: '';
    width: 81%;
    height: 580px;
    background: #e6ebf2;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    border-radius: 0 0 200px 0;
}
.box_05 .center .right {
    width: 100%;
    height: 506px;
    float: right;
    position: relative;
    overflow: hidden;
}
.box_05 .center .right .txt {
    width: 100%;
    height: auto;
}
.box_05 .center .right .txt h4 {
    font-size: 25px;
    color: #333;
    line-height: 22px;
    margin-top: 30px;
    text-align: left;
    position: relative;
}
.box_05 .center .right .txt h4::before{
	display:none;
}
.box_05 .center .right .yyzz {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.box_05 .center .right .yyzz .more {
    float: left;
    width: 25%;
    margin: 0;
}
.box_05 .center .right .yyzz h4 {
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    font-weight: bold;
    margin: 0;
}

.footer_nav a {
    margin: 0 1%;
    width: 20%;
}
.footer_L {
    width: 100%;
    float: left;
}
.footer_R {
    float: right;
    display: none;
}
footer {
    background: #222222;
    width: 100% !important;
    float: left !important;
    padding-bottom: 50px;
}











}
