* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.clear {
    clear: both
}

.l {
    float: left;
}

.r {
    float: right;
}

body {
    background: #FFF;
}

.s_width {
    width: 1280px;
    margin: 0 auto;
    position: relative
}

.liuyan {
    padding: 0 0 30px 0
}

.head {
    height: 120px;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
}

.head .s_width {
    position: relative;
}

.head .logo,
.head .nav_search {
    position: absolute
}

.head .logo {
    padding-top: 20px;
    width: 820px;
}

.head .logo .logo_img {
    width: 300px;
    height: 82px;
    float: left;
    background: url(../images/logo.png) no-repeat;
}

.tel {
    padding-top: 20px;
    width: 280px;
}

.tel_img {
    width: 78px;
}

.tel_img img {
    width: 90px;
}

.language-change {
    float: right;
    margin-right: 12px;
    padding-top: 20px;
}

.language-change li {
    float: left;
    margin: 0 12px;
}

.language-change a {
    display: inline-block;
    width: 30px;
    height: 20px;
}

.language-change a .icon {
    width: 30px;
}

.tel {
    padding-top: 20px;
    width: 280px;
}

.tel_img {
    width: 78px;
}

.tel_img img {
    width: 90px;
}

.tel_wenzi {
    padding-left: 10px;
    padding-top: 15px;
}

.tel_wenzi p {
    font-size: 18px;
}

.tel_wenzi span {
    font-family: impact;
    font-size: 30px;
    color: #ffa200;
}


/*nav
.nav { height:60px; background:#4e9b47;position:relative;}
.nav ul{}
.nav li{ float:left;line-height:60px; height:60px;width:160px; color:#fff; text-align:center; font-size:18px; background:url(../images/nav_line.png) no-repeat right center;}
.nav li a{font-size:18px; color:#fff; text-align:center; text-decoration:none; display:block; text-shadow: 0px 1px 0px rgba(13, 123, 46, 0.5);}
.nav li a:hover{ font-weight:bold; background:#8cc135; color:#FFF;transition:all 0.9s ease 0s; -webkit-transition:all 0.9s ease 0s; }

.nav li div {display:none;width:160px;text-align:center;color:#4f4f4f;position:absolute;top:70px; background:#ffa200; z-index:9999 }
.nav li div a {display:block;BACKGROUND: url(asdfasdf); COLOR: #fff; LINE-HEIGHT:40px; HEIGHT:40px;FONT-SIZE: 16px;font-weight:normal;border-bottom:1px dashed #b7d338; margin-top:0;}
.nav li div a:hover {color:#fff; border-bottom:1px dashed #222; background:#16993c; border-top:0; border-right:0; border-left:0;FONT-SIZE: 15px;}*/


/*å†…é¡µbanner*/

.nybn {
    width: 100%;
    height: 560px;
    background: url(../images/4.jpg) no-repeat center;
    position: relative;
    top: 0;
    margin: auto;
    overflow: hidden;
}

.bn_nr {
    width: 1300px;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.bn_nr a {
    display: block;
    width: 12%;
    flex: 0 0 auto;
    overflow: hidden;
    height: 245px;
    margin-top: 220px;
}

.bn_nr a * {
    display: block;
}

.bn_nr a em {
    height: 155px;
    width: 100%;
    border: 3px solid #fff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition-duration: 0.5s;
}

.bn_nr a img {
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
}

.bn_nr a span {
    line-height: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 36px;
    background: #df1600;
    overflow: hidden;
    margin-top: 20px;
}

.bn_nr a:hover em {
    transform: rotateY(180deg);
}

.bn_nr a:hover span {
    background: #014e90
}


/*banner*/

#banner {
    position: relative;
    overflow: hidden;
    width: 100%
}

#banner ul {
    position: relative;
    overflow: hidden;
    width: 300%
}

#banner ul li {
    width: 33.333%;
    float: left
}

#banner ul li img {
    width: 100%;
    display: block;
}

#banner aside {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto
}

#banner aside span {
    display: block;
    width: 65px;
    height: 65px;
    z-index: 63;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    position: relative;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
    margin-top: -2%;
}

#banner:hover aside span {
    opacity: 1;
}

#banner aside span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 20%;
    margin: auto;
    width: 27px;
    height: 27px;
    border-top: 3px solid #31b235;
    border-left: 3px solid #31b235;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

#banner aside span.prev {
    float: left;
}

#banner aside span.next {
    float: right;
}

#banner aside span.next:after {
    left: 0;
    right: 20%;
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    -ms-transform: rotateZ(135deg);
    -o-transform: rotateZ(135deg);
    transform: rotateZ(135deg)
}

#banner>div {
    width: 110px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 7%;
    margin: auto
}

#banner>div em {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 4.75px;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

#banner>div em.act {
    background: #31b235
}

.sl,
.st,
.st div,
.sl div {
    overflow: hidden;
}

.link_f {
    height: 60px;
    line-height: 60px;
    background: url(../images/link.jpg);
    color: #d2d2d2;
    margin: 20px 0 0 0
}

.link_f a {
    color: #d2d2d2
}

.link_f a:hover {
    font-weight: bold
}

.footer {
    background: #3d9738;
    width: 100%;
    min-height: 350px;
    float: left;
    margin-top: 30px;
}

.footer .s_width {
    width: 1280px;
    margin: 0 auto;
}

.end_contact {
    padding: 40px 40px 0px 40px;
    background: url(../images/ditu.png) no-repeat right top 150px;
    border-right: 1px solid #32a758;
    float: left;
    height: 350px;
    float: left;
    width: 73%;
}

.lianxileft {
    float: left;
    width: 75%;
}

.end_contact h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 25px
}

.end_contact p {
    float: left;
    font-size: 16px;
    line-height: 31px;
    color: #fff;
    width: 100%;
}

.end_contact p span {
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    display: block;
}

.end_contact .tu {
    float: right;
    margin-top: 60px;
    text-align: right;
}

.end_pro {
    width: 214px;
    float: left;
    border-right: 1px solid #32a758;
    padding: 50px 0 25px 0px;
}

.end_pro h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 25px
}

.end_pro ul {
    margin-top: 30px;
}

.end_pro ul li {
    height: 35px;
    line-height: 35px;
    color: #fff;
    float: left;
    width: 155px;
    display: block;
    border: 1px solid #32a758;
    margin: 0 15px 15px 0;
    text-align: center
}

.end_pro ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.end_pro ul li a:hover {
    font-weight: bold;
}

.end_about {
    width: 92px;
    float: right;
    padding: 50px 0px 0px 0px;
}

.end_about h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px
}

.end_about ul {
    margin-top: 15px;
}

.end_about ul li {
    height: 35px;
    line-height: 35px;
    color: #d1e8ff;
    float: left;
    width: 90px;
    display: block;
    border: 1px solid #32a758;
    margin: 0 15px 5px 0;
}

.end_about ul li a {
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
    text-decoration: none;
}

.end_about ul li a:hover {
    font-weight: bold;
}

.end {
    width: 100%;
    background: #056a25;
    text-align: center;
    height: 50px;
    float: left;
}

.end p {
    width: 1280px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}

.end p a {
    color: #FFF;
    text-decoration: none;
}

.end p a:hover {
    font-weight: bold;
}

.fenlei_tel {
    margin-top: 20px;
}

.footer_b {
    background: #d99216;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px
}

#gotop span {
    background: url(../images/gotop.png);
    width: 15px;
    height: 8px;
    display: inline-block;
    position: relative;
    left: 13px;
    top: 16px;
}

#gotop {
    width: 40px;
    height: 40px;
    background: rgba(171, 30, 36, .7);
    display: block;
    transition: all 0.2s ease-out;
    position: fixed;
    bottom: 40px;
    right: 10px;
    display: none;
}

#gotop:hover {
    background-color: #ab1e24;
}

.search {
    width: 1200px;
    margin: 0 auto;
    height: 65px;
    background: #fff url(../images/sear_tel.jpg) no-repeat right center;
    position: relative;
    z-index: 999;
    margin-top: -30px;
}

.search-bar .search-keywords {
    margin-top: 2px;
    border-radius: 6px;
    overflow: hidden;
}

.search-bar .keywords {
    padding-left: 10px;
    width: 350px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    background: #fff;
    margin: 14px 0 0 22px;
    border: 1px solid #ccc
}

.search-bar input[type="submit"] {
    width: 60px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    background: #e80000 url(../images/ss.jpg) no-repeat center center;
    color: #fff;
    cursor: pointer;
    margin: 14px 0 0 0;
}

.search-bar input {
    border: none;
    float: left;
}

.pro {
    width: 100%;
    background: url(../images/probg.jpg) repeat-x center top;
    padding-bottom: 30px;
    position: relative;
}

.pro .s_width {
    width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
}

.pro_tit {
    width: 640px;
    margin: 0 auto;
    background: url(../images/kuang.png) no-repeat center top;
    height: 185px;
    text-align: center;
    animation-name: fadeInDown;
    animation-duration: 2s;
    /* Safari and Chrome */
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
}

.pro_tit p {
    font-size: 45px;
    font-weight: bold;
    color: #3d9738;
    line-height: 65px;
    padding-top: 25px;
}

.pro_tit span {
    display: block;
}

.pro_tit em {
    font-size: 16px;
    color: #a39797;
    line-height: 28px;
}

.pro_list {
    width: 1280px;
    margin: 0 auto;
    height: 42px
}

.pro_list ul {}

.pro_list li {
    float: left;
    width: 159px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    background: #FFF;
    margin: 0 1px 1px 0;
    text-align: center;
}

.chanpin_con{ width:1280px; overflow:hidden;  position:relative; margin:0 auto; padding:25px 0 25px 0}
.chanpin_con li{float:left; padding:0; width:622px; margin:0 24px 17px 5px; position:relative; overflow:hidden;box-shadow: 0px 0px 10px #888888;}
  
.chanpin_con li:nth-child(2n){margin-right:0}

.chanpin_t_l {
    width: 400px;
    height: 350px;
    position: relative;
}

.chanpin_t_l a {
    width: 400px;
    height: 300px;
    position: absolute;
    z-index: 3;
}

.chanpin_t_l a span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 60px;
    padding: 80px 0 0 0;
    width: 263px;
    margin: 0 auto;
    border-bottom: 1px solid #9b968f
}

.chanpin_t_l a:hover span {
    color: #0a9494
}

.chanpin_t_l img{ width:612px; height:338px; position: absolute; z-index:2; padding-left:11px; padding-top:11px;}

.chanpin_t_r {
    height: 62px;
    position: relative;
    background: #fff;
    text-align: center;
}

.chanpin_t_r a {
    color: #333333;
    line-height: 67px;
    font-size: 18px;
    position: relative;
    z-index: 901;
}

.chanpin_t_r a:hover {
    color: #cb0622;
    font-weight: bold;
}

.chanpin_tel {
    height: 50px;
    position: relative;
    background: #fff;
    text-align: center;
    z-index: 901;
}

.chanpin_tel p {
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #dd112e;
    border-top: 1px solid #666;
}

.chanpin_tel p em {
    font-family: impact;
    font-size: 25px;
}

.pro_dd .cover_top {
    position: absolute;
    top: -350px;
    left: 0;
    width: 419px;
    height: 350px;
    background-color: red;
    filter: Alpha(opacity=50);
    background: rgba(0, 0, 0, 0.4);
    z-index: 900;
    text-align: center;
    cursor: pointer
}

.pro_dd .cover_bottom {
    position: absolute;
    bottom: -105px;
    left: 0;
    width: 419px;
    height: 105px;
    background: #ff8a00;
    z-index: 900;
    text-align: center;
    cursor: pointer
}

.adv {
    background: url(../images/adv.jpg) no-repeat center top;
    height: 230px;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

.advantage {
    height: 850px;
    background: url(../images/youshibg.jpg) no-repeat center top;
    position: relative;
}

.advantage .s_width {
    position: relative;
    height: 746px;
    padding: 50px 0 0 0;
    z-index: 2
}

.advantage .adv_pic_a {
    position: absolute;
    width: 561px;
    height: 543px;
    right: 0;
    top: -103px;
    z-index: 5;
}

.advantage .adv_pic_b {
    position: absolute;
    width: 688px;
    height: 435px;
    left: 0;
    bottom: 0px;
    z-index: 5;
}

.advantage .adv_aa {
    position: absolute;
    width: 639px;
    height: 227px;
    left: 0;
    top: 77px;
}

.advantage .adv_bb {
    position: absolute;
    width: 570px;
    height: 227px;
    right: 0;
    bottom: 65px;
}

.advantage .adv_con h3 {
    color: #10a533;
    line-height: 65px;
    padding: 0 0 0 90px;
    font-size: 38px;
    margin: 0 0 30px 0
}

.advantage .adv_aa h3 {
    background: url(../images/adv_icon_a.png) no-repeat left center;
}

.advantage .adv_bb h3 {
    background: url(../images/adv_icon_b.png) no-repeat left center;
}

.advantage .adv_con p {
    /* background: url(../images/y_dian.png) no-repeat 8px center; */
    padding: 0 0 0 30px;
    color: #333;
    font-size: 16px;
    line-height: 35px;
    text-indent: 2em;
}

.advantage .adv_con p strong {
    font-size: 24px;
    color: #10a533;
    display: block;
    line-height: 45px;
}

.advantage .adv_bb p strong {
    font-size: 22px;
    color: #e00f31
}

.case {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
}

.case_tit {
    width: 640px;
    margin: 0 auto;
    background: url(../images/kuang.png) no-repeat center top;
    height: 185px;
    text-align: center;
    position: relative;
    animation-name: fadeInDown;
    visibility: visible;
    animation-duration: 2s;
    /* Safari and Chrome */
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
}

.case_tit p {
    font-size: 45px;
    font-weight: bold;
    color: #3d9738;
    line-height: 65px;
    padding-top: 25px;
}

.case_tit span {
    display: block;
}

.case_tit em {
    font-size: 16px;
    color: #a39797;
    line-height: 28px;
}

.fahuo_con {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.huo_dd {
    overflow: hidden;
    padding: 30px 0 0 0
}

.huo_dd li {
    float: left;
    padding: 0;
    width: 307px;
    height: 310px;
    margin-right: 9px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.huo_dd li:hover a {
    font-weight: bold;
}

.huo_dd li:hover {
    background: #fff000;
}

.huo_t_l {
    width: 312px;
    margin: 0 auto;
    position: relative;
}

.huo_t_l a {
    width: 312px;
    display: block;
}

.huo_t_l a .huo_img {
    width: 312px;
    height: 247px;
    overflow: hidden;
}

.huo_dd li .huo_img img {
    width: 100%;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.huo_dd li:hover .huo_img img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.huo_t_l a span {
    display: block;
    width: 313px;
    height: 55px;
    color: #1e1e1e;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}

.about {
    position: relative;
    background: url(../images/about.jpg) no-repeat center top;
    padding: 55px 0
}

.about_tit {
    width: 640px;
    margin: 0 auto;
    background: url(../images/kuang.png) no-repeat center top;
    height: 185px;
    text-align: center;
    position: relative;
    animation-name: fadeInDown;
    animation-duration: 2s;
    visibility: visible;
    /* Safari and Chrome */
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
    visibility: visible;
}

.about_tit p {
    font-size: 45px;
    font-weight: bold;
    color: #3d9738;
    line-height: 65px;
    padding-top: 25px;
}

.about_tit span {
    display: block;
}

.about_tit em {
    font-size: 16px;
    color: #a39797;
    line-height: 28px;
}

.about .s_width {
    padding: 0 0 0 0;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-top: 30px;
}

.about_l {
    width: 568px;
    height: 484px;
    position: relative;
    background: url(../images/about_picbg.jpg) no-repeat left top
}

.about_l div {
    width: 568px;
    height: 78px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(21, 154, 63, 0.8);
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    background-position: 50px center;
    background-repeat: no-repeat;
    text-align: center;
}

.about_l div span {
    color: #ffff04;
    font-family: Impact
}

.about_r {
    width: 642px;
    padding: 50px 20px 0 0;
}

.about_r .about_jingji {
    color: #1b1b1b;
    font-size: 33px;
    font-weight: bold;
}

.about_r p {
    font-size: 15px;
    color: #555555;
    line-height: 30px;
    padding: 30px 0;
    text-align: justify;
    text-indent: 2em;
}

.about_r .about_more {
    margin: 0 0 25px 0;
    width: 187px;
    height: 42px;
    background: url(../images/at_more.jpg) no-repeat left center;
}

.about_r .about_more a {
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 0 0 0 30px;
}

.about_r .about_more a:hover {
    color: #fff;
    font-weight: bold;
}




/*视频中心*/
.video{ width:1280px; margin:0 auto; padding-bottom:30px;padding-top:30px;}
.video_tit{ width:640px; margin:40px auto; background:url(../images/kuang.png) no-repeat center top; height:185px; text-align:center;position:relative;
	animation-name:fadeInDown;
	animation-duration:5s;

	/* Safari and Chrome */
	-webkit-animation-name:fadeInDown;
	-webkit-animation-duration:2s; visibility: visible;}
.video_tit p{ font-size:45px; font-weight:bold; color:#3d9738; line-height:65px; padding-top:25px;}
.video_tit span{ display:block;}
.video_tit em{ font-size:16px; color:#a39797; line-height:28px;}

.video_cont{ width:1280px; margin:30px auto 0 auto;}
.video_cont .videoaa{ width:32%; border:1px solid #e6e2e2; padding:10px; float:left; margin-right:2%; margin-bottom:20px; background:#fff;}
.video_cont .videoaa:nth-child(3n){margin-right:0}
.video_cont .videoaa .video_tou_pic{ width:100%; position:relative;overflow:hidden; }
.video_cont .videoaa .video_tou_pic img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.video_cont .videoaa .video_tou_pic img:hover{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}

.video_cont .videoaa .video_tou_pic{overflow:hidden;  line-height:47px;}
.video_cont .videoaa .video_tou_pic a{ font-size:18px; color:#000; text-align:left; line-height:40px; text-align:center; width:100%;}
.video_cont .videoaa .video_tou_pic a:hover{ color:#ec0c41;}

.news {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.news_tit {
    width: 640px;
    margin: 40px auto;
    background: url(../images/kuang.png) no-repeat center top;
    height: 185px;
    text-align: center;
    position: relative;
    animation-name: fadeInDown;
    animation-duration: 5s;
    /* Safari and Chrome */
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
    visibility: visible;
}

.news_tit p {
    font-size: 45px;
    font-weight: bold;
    color: #3d9738;
    line-height: 65px;
    padding-top: 25px;
}

.news_tit span {
    display: block;
}

.news_tit em {
    font-size: 16px;
    color: #a39797;
    line-height: 28px;
}

.news_cont {
    width: 1280px;
    margin: 30px auto 0 auto;
}

.news_cont .xinwen {
    width: 382px;
    border: 1px solid #e6e2e2;
    padding: 10px;
    float: left;
    margin-right: 33px;
    margin-bottom: 20px;
    background: #fff;
}

.news_cont .xinwen:nth-child(3n) {
    margin-right: 0
}

.news_cont .xinwen .news_tou_pic {
    width: 360px;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.news_cont .xinwen .news_tou_pic img {
    width: 100%;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.news_cont .xinwen .news_tou_pic img:hover {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
}

.news_cont .xinwen .news_tou_con {
    overflow: hidden;
    line-height: 47px;
}

.news_cont .xinwen .news_tou_con a {
    font-size: 18px;
    color: #555555;
    text-align: left;
}

.news_cont .xinwen .news_tou_con a:hover {
    color: #ec0c41;
}

.news_cont .xinwen .news_tou_con p {
    font-size: 14px;
    line-height: 31px;
    color: #958e8e;
}

.news_cont .xinwen .news_tou_con .xinwen_more {
    width: 130px;
    height: 45px;
    background: #f46d23;
    margin: 30px auto 0 auto;
    border-radius: 10px;
    text-align: center;
}

.news_cont .xinwen .news_tou_con .xinwen_more a {
    color: #FFF;
    font-size: 15px;
}

.news_cont .xinwen .news_tou_con .xinwen_more a:hover {
    font-weight: bold;
}

.se_pro_con {
    width: 1280px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 20px 0 40px 0
}

.se_pro_con ul {
    width: 1280px;
    float: left;
}

.se_pro_con li {
    float: left;
    padding: 0;
    width: 405px;
    margin-right: 21px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    background: #f8f7f7;
    border: 1px solid #ddd;
}

.se_pro_con li:hover {
    border: 1px solid #ff8a00
}

.se_pro_t_l {
    width: 410px;
    height: 310px;
    position: relative;
    cursor: pointer;
    border-bottom: none;
    overflow: hidden;
}

.se_pro_con li img {
    width: 100%;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.se_pro_con li:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.se_pro_t_l a {
    width: 410px;
    height: 235px;
    position: absolute;
    z-index: 3;
    background: url(../images/p_more_bg.png) no-repeat center center;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.se_pro_t_l .se_pro_t_laa {
    opacity: 1;
}

.se_pro_t_l a span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 60px;
    padding: 80px 0 0 0;
    width: 212px;
    margin: 0 auto;
    border-bottom: 1px solid #9b968f
}

.se_pro_t_r {
    text-align: center;
    padding: 0 0 15px 0
}

.se_pro_t_r a {
    color: #43953e;
    font-size: 22px;
    line-height: 45px;
    position: relative;
    display: block;
    z-index: 3;
    font-weight: bold
}

.se_pro_t_r a span {
    display: block;
    color: #2a2a2a;
    line-height: 50px;
    font-size: 16px;
}

.se_pro_t_r a p {
    width: 120px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    background: #ff8a00;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
}

.se_pro_con li:hover a span {
    color: #ff8a00;
}

.se_pro_con .cover_bottom {
    position: absolute;
    height: 110px;
    width: 100%;
    background: #ff8a00;
    bottom: 0;
    left: -395px;
    opacity: 0;
    z-index: 2
}

.shit {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -640px;
    z-index: 999;
}


/*内页简介*/

.about_a {
    width: 1280px;
    margin: 0 auto;
    padding-top: 0px;
}

.about_a p {
    font-size: 16px;
    line-height: 31px;
    color: #555;
    text-indent: 2em;
    text-align: justify;
    padding-top: 10px;
}

.about_a p span {
    font-size: 30px;
    font-weight: bold;
    color: #920905;
    display: block;
    padding-bottom: 20px;
}

.about_a img {
    padding-top: 30px;
}

.about_b {
    width: 1280px;
    margin: 0 auto;
    padding-top: 60px;
}

.about_b p {
    font-size: 16px;
    line-height: 31px;
    color: #555;
}

.about_b p span {
    font-size: 30px;
    font-weight: bold;
    color: #920905;
    display: block;
    padding-bottom: 20px;
}

.about_b img {
    padding-top: 30px;
}


/*内页联系我们*/

.contact_a {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.contact_a li {
    font-size: 16px;
    line-height: 31px;
    float: left;
    padding: 0 93px;
}

.contact_a li span {
    font-size: 30px;
    font-weight: bold;
    color: #920905;
    display: block;
    padding-bottom: 20px;
}

.bannera ul {
    margin-top: 12px;
    width: 930px;
    height: 240px;
    display: block;
}

.bannera li {
    width: 304px;
    margin-right: 4px;
    float: left;
    font-size: 13px;
    text-align: center
}

.bannera li img {
    border: 1px solid #ddd
}

.jianzheng ul {
    margin-top: 12px;
    width: 930px;
    height: 240px;
    display: block;
}

.jianzheng li {
    width: 220px;
    margin-right: 20px;
    float: left;
    font-size: 13px;
    text-align: center
}

.jianzheng li img {
    border: 1px solid #ddd
}

#cf {
    background-image: url(../images/cf.png)
}

#honor {
    background-image: url(../images/honor.png)
}

#ldgh {
    background-image: url(../images/ldgh.png)
}


/*erjiyemian*/

.erji {
    width: 1280px;
    margin: 0 auto;
    padding-top: 30px;
}

.product_title {
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 47px;
    color: #141011;
    font-weight: bold;
    background: url(../images/news_line.png) no-repeat center top 70px;
}

.product_title span {
    text-transform: uppercase;
    color: #129c8c;
    padding: 0 0 0 10px;
}

.product_title_p {
    line-height: 36px;
    text-align: center;
    color: #636564;
    font-size: 16px;
}

.er_about {
    width: 1280px;
    margin: 0 auto;
    padding: 20px 0 60px 0;
}

.er_about li {
    float: left;
    padding: 0;
    width: 425px;
    position: relative;
    overflow: hidden;
}

.er_about li .p-img {
    width: 400px;
    height: 300px;
    text-align: center;
    border: 10px solid #f0f0f0;
    position: relative;
    overflow: hidden
}

.er_about li .p-name {
    height: 45px;
    line-height: 34px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    background: #f0f0f0;
    width: 420px;
    font-weight: bold;
}

.er_about li .p-img img {
    width: 100%;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.er_about li:hover img {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
}

.er_about p {
    font-size: 16px;
    line-height: 35px;
    color: #333;
}

.er_about p span {
    font-size: 17px;
    font-weight: bold;
    color: #af1318;
}

.erji_news {
    width: 1280px;
    margin: 0 auto;
    padding-top: 20px;
}

.erji_news ul {
    position: relative
}

.erji_news li {
    margin-bottom: 20px;
    /*margin-right: 10px;*/
    border: 1px solid transparent;
    float: left;
    position: relative;
    top: 20px;
    cursor: pointer;
    background: #f7f7f7;
}

.erji_news li:nth-child(2n) {}

.erji_news li.hover {
    background: #ccc;
    border: none
}

.erji_news_cont {
    width: 100%;
    background: #f7f7f7;
    margin-top: 20px;
}

.erji_news_pic {
    float: left;
    border: 0px solid #e4e3e3;
    padding: 20px;
}

.erji_news_pic img {
    float: left;
    width: 320px;
    height: 223px;
    /*    width: 220px;*/
    /*height: 160px;*/
}

.erji_news_r {
    float: right;
    width: 900px;
    background: #f7f7f7;
    padding-left: 20px;
    margin-top: 20px;
    height: 180px;
}

.erji_news_r .erji_news_t {
    line-height: 40px;
}

.erji_news_r .erji_news_t a {
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #555;
}

.erji_news_data {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding: 0 0 10px 0
}

.erji_news_info {
    font-size: 14px;
    color: #777;
    line-height: 28px;
}

.erji_more {
    width: 100px;
    height: 35px;
    float: right;
    border: 1px solid #dcdcdc;
    line-height: 35px;
    text-align: center;
    border-radius: 20px;
    margin-right: 15px;
    background: #ff8a00;
    color: #fff;
}

.erji_news_tit {
    width: 1280px;
    margin: 0 auto;
    padding-top: 60px;
}

.erji_news_tit h2 {
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    font-weight: normal;
}

.erji_news_tit .se_date {
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    margin-bottom: 45px;
    line-height: 30px;
}

.erji_xinwen {
    width: 1280px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 31px;
    padding-bottom: 30px;
}

.erji_xinwen p {
    padding-bottom: 10px;
}

.tuji {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding-left: 2px;
    width: 1280px;
}

.tuji ul {
    margin-top: 30px;
}

.tuji li {
    float: left;
    padding: 0;
    width: 425px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.tuji li .p-img {
    width: 400px;
    height: 290px;
    text-align: center;
    border: 10px solid #b3ded1;
    position: relative
}

.tuji li .p-name {
    height: 35px;
    line-height: 29px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    background: #b3ded1;
    width: 420px;
}

.tuji li .p-img mark {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: rgba(235, 97, 35, .5);
    z-index: 20;
    opacity: 0;
    transform: skewX(60deg);
    transition: 360ms;
}

.tuji li .p-img div {
    position: absolute;
    z-index: 21;
    background: #e5309b;
}

.tuji li .p-img .borderleft {
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
}

.tuji li .p-img .bordertop {
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
}

.tuji li .p-img .borderbottom {
    bottom: 0;
    right: 0;
    width: 0;
    height: 3px;
}

.tuji li .p-img .borderright {
    top: 0;
    right: 0;
    width: 3px;
    height: 0;
}

.tuji li .p-img .leftline {
    position: absolute;
    left: 50%;
    margin-left: -230px;
    top: 50%;
    z-index: 21;
    border-top: 1px solid #e5309b;
    width: 60px;
    opacity: 0;
}

.tuji li .p-img .topline {
    position: absolute;
    left: 50%;
    margin-top: -230px;
    top: 50%;
    z-index: 21;
    border-left: 1px solid #e5309b;
    height: 60px;
    opacity: 0;
}

.cage_list {
    width: 1280px;
}

.cage_list ul {
    width: 1278px;
    margin: 0 auto;
}

.cage_list li {
    float: left;
    line-height: 55px;
    margin: 0 auto;
}

.cage_list li a {
    font-size: 17px;
    color: #FFF;
    display: block;
    text-align: center;
    width: 158px;
    background: #3d9738;
    margin-right: 1px;
    margin-bottom: 1px;
}

.cage_list li a:hover {
    background: #ff8a00;
}


/*se_case*/

#se_case_index {
    background: #fff;
    position: relative;
    background: url(../images/erjibg.jpg) no-repeat center top;
    padding: 30px 0 0 0
}

.se_case_index_title {
    height: 82px;
    background: url(../images/case_index_title_bg.png) no-repeat bottom;
    border-bottom: #e3e3e3 1px solid;
}

.se_case_index_title h2 {
    font-size: 33px;
    color: #08912a;
    font-weight: bold;
    line-height: 60px;
    text-align: center
}

.se_case_index_title h2 span {
    color: #ec0c41
}

.se_case_index_nav {
    width: 668px;
    height: 30px;
    overflow: hidden;
    padding: 0 0 0 12px;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -334px;
}

.se_case_index_nav ul {
    height: 30px;
}

.se_case_index_nav li {
    float: left;
    margin-right: 12px;
    min-width: 112px;
    height: 30px;
}

.se_case_index_nav li span {
    float: left;
    width: 112px;
    height: 30px;
    display: block;
    font-weight: bold
}

.se_case_index_nav li a {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    display: block;
    background: #797979;
    border-radius: 3px;
}

.se_ca_erji {
    float: left;
    padding: 0 0 0 10px;
}

.se_ca {
    float: left;
    height: 30px;
    margin: 0 5px 0 0
}

.se_case_index_nav li .se_ca a {
    background: #d8d8d8;
    color: #5b5b5b;
    width: 90px;
    font-size: 13px;
}

.se_case {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 0 0
}

.se_case ul {}

.se_case li {
    width: 280px;
    margin: 0 10px 20px 10px;
    height: 300px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #eee;
}

.se_case_pic {
    width: 278px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #eee
}

.se_case_name {
    width: 260px;
    margin: 0 auto;
    font-size: 18px;
    color: #ec0c41;
    line-height: 50px;
    text-align: left;
    padding: 0 0 0 20px;
    font-weight: bold
}

.se_case_name a {
    color: #333
}

.se_case_hangye {
    width: 240px;
    margin: 0 auto;
    padding: 0 20px 10px 20px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.se_case_click {
    float: right;
    color: #333;
}

.se_case li div.cover_top {
    position: absolute;
    top: -205px;
    left: 0;
    width: 280px;
    height: 202px;
    background-color: red;
    filter: Alpha(opacity=50);
    background: rgba(0, 0, 0, 0.4);
    z-index: 900;
    text-align: center
}

.se_case li div.cover_top img {
    padding: 95px 0 0 0
}

.se_case li div.cover_bottom {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 280px;
    height: 99px;
    background-color: green;
    filter: Alpha(opacity=50);
    background: rgba(52, 179, 70, 1);
    z-index: 900
}

.se_case .se_case_text {
    position: relative;
    z-index: 1000;
}

.fenye {
    padding: 20px 0 40px 0;
    font-size: 14px;
}

.shangxiaye {
    overflow: hidden;
    padding: 15px 0px;
}

.shangxiaye li {
    line-height: 25px;
    color: #666
}

.shangxiaye li a {
    color: #666
}

.prod_nav {
    width: 870px;
    margin: 0 auto;
    border-bottom: #dddddd solid 1px;
    border-left: #dddddd solid 1px;
    margin-top: 20px;
}

.prod_nav li {
    width: 435px;
    text-align: center;
    line-height: 80px;
    float: left;
    background: #f5f5f5;
    display: block;
}

.prod_nav li span {
    background: #444;
    display: inline-block;
    width: 435px;
    height: 80px;
    color: #fff;
    font-size: 18px;
}

.prod_nav li span.on {
    background: #116fb6;
    color: #fff;
    display: block;
}

.main {
    padding: 30px 0;
}

.main_right {
    width: 910px;
    font-size: 16px;
}

.m_r_weizhi {
    line-height: 35px;
    text-align: right;
    font-size: 14px;
    border-bottom: 1px solid #eee
}

.m_r_weizhi span {
    float: left;
    font-size: 18px;
    border-bottom: 1px solid #093
}

.t_left {
    width: 220px;
    float: left
}

.fenlei2 {}

.fenlei2 h2 {
    background: #0250a2;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold
}

.fenlei2 ul {
    border: 1px solid #eee;
    padding: 25px 0 20px 0;
}

.fenlei2 li {
    line-height: 50px;
    width: 200px;
    margin: 0 auto;
    border: 0 solid #ccc;
    margin-bottom: 10px;
    background: #df5727
}

.fenlei2 li:hover {
    background: url(../images/bg.jpg) repeat
}

.fenlei2 li a {
    font-size: 16px;
    padding: 0 0 0 25px;
    color: #fff
}

.fenlei2 li.treeone {
    background: #fff;
    padding-left: 0;
    border: 1px solid #ececec;
    line-height: 35px;
}

.fenlei2 li.treeone a {
    font-size: 13px;
    color: #333
}

.fenlei2 li.treeone:hover {
    background: #df5727;
}

.contact {
    padding: 0px 0 15px 0;
    border: 1px solid #ececec;
    margin-top: 10px;
}

.contact h2 {
    line-height: 55px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    background: url(../images/bg.jpg) repeat
}

.contact h2 span {
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #abd7fd
}

.contact p {
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px;
}

.contact .contact_pic {
    margin: 15px 0;
    padding-left: 5px;
}

.list {
    width: 300px;
    float: left;
}

.intro {
    width: 100%;
    min-width: 1400px;
    height: 528px;
    background-image: url(../images/about.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-top: 1px solid lightgray;
}

.ab_z {
    width: 1100px;
    height: 335px;
    margin: 118px auto;
}

.ab_zl {
    height: 335px;
    width: 430px;
    border: 1px solid #d4d4d4;
    float: left;
}

.ab_tu {
    padding: 10px;
    height: 315px;
}

.ab_r {
    height: 335px;
    width: 650px;
    float: right;
}

.ab_rt {
    height: 40px;
    width: 650px;
    border-bottom: #d4d4d4 1px dashed;
}

.ab_rl {
    height: 40px;
    width: 220px;
    float: left;
    background: url(../images/jianjie.jpg) left center no-repeat;
}

.ab_rl a {
    height: 40px;
    float: right;
    display: block;
    font-size: 16px;
    color: #c9c9c9;
    line-height: 40px;
    font-weight: bold;
}

.ab_rr {
    height: 26px;
    width: 26px;
    background: #d21e27;
    float: right;
}

.ab_rr a {
    height: 26px;
    width: 26px;
    background: #d21e27;
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 14px;
}

.an_nr {
    height: 255px;
    width: 650px;
}

.an_nr p {
    height: 32px;
    line-height: 32px;
    color: #333;
    font-size: 12px;
    display: block;
    padding-top: 16px
}

.kong {
    height: 40px;
    width: 100%
}

.news-right {
    width: 330px;
    height: 430px;
    float: right;
}

.lx {
    height: 40px;
    width: 330px;
    float: left;
    background: #d21e27;
}

.lx_z {
    height: 40px;
    width: 280px;
    float: left;
}

.lx_z a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 14px;
    padding-left: 40px;
}

.lx_z a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 14px;
}

.lx_z b {
    color: #fff;
}

.lx_c a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 22px;
    float: right;
    color: #FFF;
}

.lx_t {
    height: 148px;
    width: 300px;
    margin: 0 auto;
    background: url(../images/lxt.jpg) center no-repeat;
    margin-top: 60px;
}

.lx_n {
    height: 200px;
    width: 300px;
    padding: 15px;
}

.lx_nt a {
    height: 40px;
    width: 300px;
    line-height: 40px;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.lx_nn a {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #333;
    font-size: 12px;
}

.leftttt {
    height: 100%;
    width: 210px;
}

.lixxiwomen {
    padding-top: 700px;
}

.sss {
    height: 380px;
    width: 210px;
    border: 1px solid #c5c5c5
}

.lixxiwomen_t {
    height: 40px;
    width: 210px;
    background: url(../images/lxxxx.jpg) center no-repeat;
}

.lixxiwomen_t a {
    height: 40px;
    width: 210px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}

.let {
    height: 94px;
    width: 190px;
    margin: 0 auto;
    padding-top: 18px;
    background: url(../images/aaaa.jpg) center no-repeat;
}

.lett p {
    height: 40px;
    line-height: 40px;
    width: 190px;
    margin: 0 auto;
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.lettt p {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: block;
    color: #333;
    padding-left: 10px;
}

.right_yeyue {
    width: 970px;
    height: 100%;
    float: right;
}


/*erjiyemian*/

.main_l {
    float: left;
    width: 226px;
    padding: 0 0 0 9px;
    overflow: hidden;
    background: #333
}

.main_r {
    float: right;
    width: 960px;
    overflow: hidden;
    background: #f8f8f8
}

.col-tit {
    color: #fff;
    font-size: 16px;
    height: 60px;
    background: #0250a2;
}

.crumbs {
    background: url(../Images/002.gif) no-repeat center left;
    margin-left: 15px;
    font-size: 15px;
    padding-left: 20px;
    line-height: 60px;
    color: #FFF
}

.crumbs a {
    color: #FFF
}

.crumbs a:hover {
    font-weight: bold;
    color: #FFF
}

.article p {
    line-height: 220%;
    margin-bottom: 15px;
}

.erji_lv {
    margin: 0 auto;
    padding: 20px;
    line-height: 35px;
    font-size: 16px;
    color: #555;
    text-indent: 2em;
    border: 1px solid #eee
}

.erji_lv p {
    line-height: 35px;
    font-size: 16px;
    color: #555;
}

.erji_lv div {
    text-indent: 0
}

.erji_con {
    PADDING-top: 20PX;
    padding-left: 10px;
}

.tiao {
    font-size: 12px;
    padding: 20px 0 20px 30px;
}

.tiao a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}

.tiao a:hover {
    color: #348900;
}

.lx p {
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}

.more {
    padding: 25px;
}

.more a {
    color: #000;
    line-height: 25px;
    text-decoration: none;
    background: url(../images/news_icon.gif) no-repeat left 2px;
    padding-left: 20px;
}

.chanpin img {
    margin: 0 2px;
}

.list_photo2 {
    margin: 0;
    width: 790px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
}

.list_photo2 dt {
    float: left;
    width: 250px;
    height: 200px;
    margin-top: 15px;
}

.list_photo2 dt img {
    border: 1px solid #dfdfdf;
    padding: 0px;
    width: 210px;
    height: 150px;
    padding: 5px;
}

.list_photo2 dt div {
    width: 240px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
}

.list_photo2 a {
    color: #000000;
}

.list_photo2 a:hover {
    color: #f60;
}

.news_t {
    width: 650x;
    text-align: left;
    line-height: 40px;
    height: 40px;
    background: url(../Images/index_1888.gif) repeat-x;
    text-indent: 0px;
    margin: auto;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
}

.news_t ul {
    width: 650px;
    line-height: 40px;
}

.news_t ul li {
    line-height: 40px;
}

.news_t a {
    line-height: 40px;
    color: #4a4a4a;
    font-size: 14px;
    padding-left: 22px;
}

.news_t a:hover {
    color: #4a4a4a;
}

.news_p {
    width: 700px;
    color: #999999;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 25px;
}

.news_p a {
    color: #999999
}

.news_p a:hover {
    color: #ff0000
}

.newslist {
    list-style: none;
    width: 500px;
    background-color: #fff;
    overflow: hidden;
    height: 500px;
}

.newslist .t {
    float: left;
    width: 250px;
}

.se_erji_img img {
    width: auto;
    margin: 0 auto
}

.contact_left {
    text-align: center;
    width: 700px;
    float: left
}

.contact_right {
    width: 525px;
    text-align: left;
    font-size: 16px;
    line-height: 40px;
    padding: 50px 0 0 0px;
    float: right
}

.contact_right p span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}

.map {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.p_float {
    position: fixed;
    bottom: 20px;
    width: 55px;
    right: 10px;
    z-index: 9999;
    opacity: 0
}

.p_float li {
    line-height: 21px;
    margin-bottom: 10px;
    text-align: center
}

.p_float li a {
    color: #fff;
    font-size: 13px;
    background: #00877a;
    padding: 10px 7px;
    margin-bottom: 10px;
    display: block
}

.p_float li a:hover {
    background: #000
}


/*产品中心*/

.product_a {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 60px;
    background: #FFF;
}

.industry1 {
    padding: 30px;
    height: auto;
    overflow: hidden;
    float: left;
}

.title13 {
    padding: 65px 0;
    float: left;
}

.industry-banner-text {
    float: right;
    margin: 85px 0 0;
    text-align: right;
}

.industry1 {
    clear: both;
}

.industry1-1 {
    float: left;
    width: 45%;
    margin-bottom: 20px;
    padding: 20px;
    text-align: left;
    margin-left: 3%;
    border-radius: 2px;
    border: 1px #e7e7e7 solid;
    background: #FFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10), 2px 1px 2px rgba(0, 0, 0, 0.22);
}

.industry1-before {
    margin-left: 0;
}

.industry1-img {
    height: 100%;
    height: auto;
    overflow: hidden;
    border: 6px solid #FFF;
}

.industry1-img img {
    width: 100%;
    height: auto;
}

.industry1-1 .industry1-img:hover {
    border-color: #FFD400;
}

.industry1-1 h2 {
    font-size: 18px;
    color: #3d953b;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.industry1-1 h2 span {
    font-size: 1.5em;
    vertical-align: -20%;
    padding: 0.2em;
}

.TabTitle21 li.active a {
    background: #FFF;
    color: #1A3A6B
}

.TabContent21 {
    border-bottom: 1px solid #EEEEEE;
}

.TabContent21 p {
    line-height: 36px;
    height: 109px;
    overflow: hidden;
}

.xqm {
    border-top: 1px solid #EEEEEE;
    padding-top: 10px;
}

.xqm a {
    color: #ff8a00;
}

.TabTitle21 li.active a {
    background: #FFF;
    color: #3d953b;
}

.TabTitle21 a {
    font-size: 16px;
    display: block;
    height: 30px;
    width: 96px;
    color: #4c4c4c;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}

.shuju {
    float: left;
    width: 100%;
    line-height: 26px;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    font-family: Arial, Helvetica, sans-serif;
}

.shuju table td {
    border-right: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
    text-align: center;
    line-height: 35px;
}

.shuju table th {
    background: #9d9e9e;
    font-weight: bold;
    line-height: 50px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    border-right: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
}

.shuju table tr:nth-child(odd) {
    background: #F4F4F4;
    text-align: center;
}

.shuju table td:nth-child(even) {
    color: #000;
}

.shuju1 {
    float: left;
    width: 47%;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.shuju2 {
    float: right;
    width: 47%;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.lengzha {
    float: left;
    width: 100%;
}

.lengzha ul li {
    float: left;
    width: 50%;
}

.con_tent p {
    font-size: 16px;
    line-height: 35px;
    text-indent: 2em;
    margin-top: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
    float: left;
}

.con_tent p img {
    border: 1px #dddddd solid;
    margin-right: 20px;
}

.con_tent p .fi {
    font-size: 16px;
    line-height: 36px;
    text-indent: none;
    margin-top: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    float: right;
}

.con_tent p.vcenter {
    font-size: 16px;
    line-height: 36px;
    text-indent: 0em;
    margin-top: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
    height: auto;
}

.videos {
    float: left;
    padding: 20px;
    width: 100%;
    margin: 20px 0 20px;
    background: #000;
}

.con_tent h4 {
    margin: 2% 0;
    padding-left: 20px;
    background: #3d953b;
    float: left;
    width: 98%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 400;
    padding-bottom: 3px;
    color: #fff;
}

.con_tent h4.tt {
    margin-top: 0px;
    padding-left: 2%;
    background: #3d953b;
    float: left;
    width: 98%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 400;
    padding-bottom: 3px;
    color: #fff;
}

.con_tent h4 b {
    color: #fff;
    padding-right: 10px;
    font-size: 18px;
}

.content {
    width: 100%;
    padding: 30px 10px;
    font-size: 16px;
    line-height: 40px;
}

.con_tent h4 {
    margin: 2% 0;
    padding-left: 20px;
    background: #3d953b;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    font-weight: 400;
    padding-bottom: 3px;
    color: #fff;
}

.lv {
    color: #3d953b;
    font-weight: bold;
    width: 100%;
    float: left;
    text-indent: 0;
    border-bottom: 1px #3d953b solid;
    line-height: 40px;
    font-size: 18px;
}

.con_tent p.ee {
    text-indent: 0em;
}

.promap {
    float: left;
    width: 100%;
    height: auto;
}

.promap ul li {
    float: left;
    width: 48%;
    text-align: center;
}

.promap ul li a {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 36px;
}

.promap ul li.rr {
    float: right;
    width: 48%;
}

.youshidian {
    background: #f3f8e7;
    margin-bottom: 20px;
    float: left;
    padding: 20px;
}
.youshidian p a{ color:#F00;}

.ditu {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.ditu img {
    width: 174px;
    height: 49px;
}


/*内页*/

.nyBanner {
position: relative;
background-repeat: no-repeat;
background-position: top center;
/*height: 500px;*/
overflow: hidden;
background-size: 100% auto;
}
.nyBanner img {
    width: 100%;
    height: 100%;
  display: block;
  margin: auto;
}



/*nyNav*/

.nyNav {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    margin: 10px 0;
    text-align: center;
}

.nyNav a {
    padding: 0.6% 3%;
    margin: 0.7% 0.7%;
    display: inline-block;
    color: #000;
    text-align: center;
    border: 1px solid #000000;
    font-size: 14px;
}

.nyNav a:hover {
    background: #3d9738;
    color: #fff;
    border: 1px solid #308a2b;
}

.nyNav a.select {
    background: #3d9738;
    color: #fff;
    border: 1px solid #308a2b;
}

.ny {}

.nyTit {
    margin: 15px 0 15px;
}

.nyTit .cn {
    padding-bottom: 15px;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    background: url(../images/nyTitLine.jpg) no-repeat bottom center;
}

.nyTit .en {
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #444;
    font-size: 10px;
}

.nyTit .en span {
    font-size: 12px;
    color: #333;
    font-weight: bold;
}

.shipin {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.shipin ul li {
    float: left;
    width: 45%;
    padding-right: 5%;
}

.tuimg {
    float: left;
    min-width: 100%;
    text-align: center;
    margin-top: 20px;
}

.yejihuizong {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 0;
}

.yejihuizong ul {
    float: left;
    width: 100%;
    line-height: 30px;
}

.yejihuizong ul li {
    float: left;
    width: 100%;
    height: 40px;
    border-bottom: 1px #000000 solid;
    line-height: 40px;
    
}

.yejihuizong ul li a {
    float: left;
    width: 45%;
    padding-left: 5%;
  
}

.yejihuizong ul li a.title {
    float: left;
    width: 100%;
    padding-left: 0%;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

.yejihuizong ul li:nth-child(even) {
    background: #ffffff;
}

.yejihuizong ul li:nth-child(odd) {
    background: #f5faec;
}

.yejihuizong ul li:first-child {
    background: #89c44c;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

.animenu__toggle {
    display: none;
    cursor: pointer;
    background-color: #111;
    border: 0;
    padding: 8px;
    height: 43px;
    width: 43px;
}

.animenu__toggle:hover {
    background-color: #b7d338;
}

.animenu__toggle__bar {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
    -o-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
    transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}

.animenu__toggle__bar+.animenu__toggle__bar {
    margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
    margin: 0;
    position: absolute;
}

.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
    opacity: 0;
}

.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animenu {
    width: 1280px;
    margin: 0 auto;
    display: block;
}

.animenu ul {
    list-style: none;
    font: 0px 'Open Sans', Arial, Helvetica;
}

.animenu li,
.animenu a {
    display: inline-block;
    font-size: 15px;
}

.animenu a {
    color: #fff;
    text-decoration: none;
}

.animenu__nav {
    background-color: #4e9b47;
}

.animenu__nav>li {
    position: relative;
    border-right: 1px solid #fff;
}

.animenu__nav>li>a {
    padding: 20px 40px;
    text-transform: uppercase;
}

.animenu__nav>li>a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: currentColor;
    top: 50%;
    margin-top: -2px;
    right: 10px;
}

.animenu__nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

.animenu__nav>li:hover>a {
    color: #fff;
}

.animenu__nav__child {
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin: 20px 0 0 0;
    background-color: #373737;
    transition: margin .15s, opacity .15s;
}

.animenu__nav__child>li {
    width: 100%;
    border-bottom: 1px solid #515151;
}

.animenu__nav__child>li:first-child>a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
}

.animenu__nav__child>li:last-child {
    border: 0;
}

.animenu__nav__child a {
    padding: 10px;
    width: 100%;
    border-color: #373737;
}

.animenu__nav__child a:hover {
    background-color: #b7d338;
    border-color: #b7d338;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .animenu__toggle {
        text-align: right;
        display: inline-block;
    }
    .animenu__nav,
    .animenu__nav__child {
        display: none;
    }
    .animenu__nav {
        margin: 10px 0;
    }
    .animenu__nav>li {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #515151;
    }
    .animenu__nav>li:last-child {
        border: 0;
    }
    .animenu__nav>li:first-child>a:after {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        left: 1em;
        top: -6px;
        border: 6px solid transparent;
        border-top: 0;
        border-bottom-color: inherit;
    }
    .animenu__nav>li>a {
        width: 100%;
        padding: 10px;
        border-color: #111;
        position: relative;
    }
    .animenu__nav a:hover {
        background-color: #b7d338;
        border-color: #b7d338;
        color: #fff;
    }
    .animenu__nav__child {
        position: static;
        background-color: #373737;
        margin: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
    }
    .animenu__nav__child>li:first-child>a:after {
        content: none;
    }
    .animenu__nav__child a {
        padding-left: 20px;
        width: 100%;
    }
    .s_width {
        width: 100%;
        margin: 0 auto;
        position: relative
    }
    .liuyan {
        padding: 0 0 30px 0
    }
    .head {
        height: 86px;
        width: 100%;
        background: #fff;
        padding-bottom: 10px;
    }
    .head .s_width {
        position: relative;
    }
    .head .logo,
    .head .nav_search {
        position: absolute
    }
    .head .logo {
        padding-top: 20px;
        width: 100%;
    }
    .head .logo .logo_img {
        width: 200px;
        height: 55px;
        float: left;
         background: url(../images/logo.png) no-repeat; 
         background-position-x: -500px;
    }
    .head .logo .logo_img img{
        width: 100%;
        height: 100%;
    }
    .tel {
        padding-top: 20px;
        width: 280px;
        display: none;
    }
    .pro{
        padding-bottom: 0px;
    }
    .pro .s_width {
        width: 100%;
        margin: 0 auto;
        padding-top: 20px;
    }
    .pro_tit {
        width: 100%;
        margin: 0 auto;
        background: url(../images/kuang.png) no-repeat center top;
        height: 185px;
        text-align: center;
        animation-name: fadeInDown;
        animation-duration: 2s;
        /* Safari and Chrome */
        -webkit-animation-name: fadeInDown;
        -webkit-animation-duration: 2s;
    }
    .pro_tit p {
        font-size: 24px;
        font-weight: bold;
        color: #3d9738;
        line-height: 65px;
        padding-top: 25px;
    }
    .chanpin_con {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 25px 0 25px 0
    }
    #pro_lists {
  float: inherit;
    }
    .chanpin_con li {
        float: left;
        padding: 0;
        width: 100%;
        margin: 0 0px 17px 0px;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 0px 10px #888888;
    }
    .chanpin_t_l img {
        width: 100%;
        height: auto;
        position: absolute;
        z-index: 2;
        padding-left: 11px;
        padding-top: 11px;
    }
    .chanpin_t_l {
        width: 100%;
        height: 214px;
        position: relative;
    }
    .chanpin_t_l a {
        width: 100%;
        height: 300px;
        position: absolute;
        z-index: 3;
    }
    .chanpin_t_l a span {
        display: block;
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
        line-height: 60px;
        padding: 80px 0 0 0;
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #9b968f
    }
    .chanpin_t_l a:hover span {
        color: #0a9494
    }
    .chanpin_t_l img {
        width: 96%;
        height: auto;
        position: absolute;
        z-index: 2;
        padding-left: 11px;
        padding-top: 11px;
    }
    .about {
        position: relative;
        background: url(../images/about.jpg) no-repeat center top;
        padding: 10px 0
    }
    .about_tit {
        width: 100%;
        margin: 0 auto;
        background: url(../images/kuang.png) no-repeat center top;
        height: 185px;
        text-align: center;
        position: relative;
        animation-name: fadeInDown;
        animation-duration: 2s;
        visibility: visible;
        /* Safari and Chrome */
        -webkit-animation-name: fadeInDown;
        -webkit-animation-duration: 2s;
        visibility: visible;
    }
    .about_tit p {
        font-size: 24px;
        font-weight: bold;
        color: #3d9738;
        line-height: 65px;
        padding-top: 25px;
    }
    .about_tit span {
        display: block;
    }
    .about_tit em {
        font-size: 16px;
        color: #a39797;
        line-height: 28px;
    }
    .about .s_width {
        padding: 0 0 0 0;
        overflow: hidden;
        position: relative;
        background: #fff;
        margin-top: 20px;
    }
    .about_l {
        width: 100%;
        height: 284px;
        position: relative;
        background: url(../images/about_picbg.jpg) no-repeat left top
    }
    .about_l div {
        width: 100%;
        height: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        background: rgba(21, 154, 63, 0.8);
        color: #fff;
        font-size: 18px;
        line-height: 35px;
        background-image: url(../images/a_tel_icon.png);
        background-position: 50px center;
        background-repeat: no-repeat;
        text-align: center;
    }
    .about_l div span {
        color: #ffff04;
        font-family: Impact;
        width: 100%;
        float: left;
    }
    .about_r {
        width: 100%;
        padding: 20px 20px 0 0;
    }
    .about_r .about_jingji {
        color: #1b1b1b;
        font-size: 24px;
        font-weight: bold;
    }
    .about_r p {
        font-size: 15px;
        color: #555555;
        line-height: 30px;
        padding: 10px 0;
        text-align: justify;
        text-indent: 2em;
    }
    .about_r .about_more {
    margin: 0 auto;
    }
    .about .s_width {
        padding: 0 0 0 0;
        overflow: hidden;
        position: relative;
        background: #fff;
        margin-top: 30px;
    }
    .about_l {
        width: 100%;
        height: 484px;
        position: relative;
        background: url(../images/about_picbg.jpg) no-repeat top
    }
    .about_l div {
        padding-left: 82px;
        width: 100%;
        height: 155px;
        position: absolute;
        right: 0;
        bottom: 0;
        background: rgba(21, 154, 63, 0.8);
        color: #fff;
        font-size: 18px;
        line-height: 35px;
        background-image: url(../images/a_tel_icon.png);
        background-position: 5px center;
        background-repeat: no-repeat;
        text-align: center;
    }
    .about_l div span {
        color: #ffff04;
        font-family: Impact
    }
    .case {
        background: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .case_tit {
        width: 100%;
        margin: 0 auto;
        background: url(../images/kuang.png) no-repeat center top;
        height: 185px;
        text-align: center;
        position: relative;
        animation-name: fadeInDown;
        visibility: visible;
        animation-duration: 2s;
        /* Safari and Chrome */
        -webkit-animation-name: fadeInDown;
        -webkit-animation-duration: 2s;
    }
    .case_tit p {
        font-size: 28px;
        font-weight: bold;
        color: #3d9738;
        line-height: 65px;
        padding-top: 25px;
    }
    .fahuo_con {
        width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    .huo_dd {
        overflow: hidden;
        padding: 30px 0 0 0
    }
    .huo_dd li {
        float: left;
        padding: 0;
        width: 45%;
        height: 100%;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
        background: #f7f7f7;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }
    .huo_dd li:hover a {
        font-weight: bold;
    }
    .huo_dd li:hover {
        background: #fff000;
    }
    .huo_t_l {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .huo_t_l a {
        width: 100%;
        display: block;
    }
    .huo_t_l a .huo_img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .huo_dd li .huo_img img {
        width: 100%;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }
    .huo_dd li:hover .huo_img img {
        transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
    .huo_t_l a span {
        display: block;
        width: 100%;
        height: 35px;
        color: #1e1e1e;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
    }
    
    	
	/*视频中心*/
.video{ width:100%; margin:0 auto; padding-bottom:30px;padding-top:30px;}
.video_tit{ width:100%; margin:40px auto; background:url(../images/kuang.png) no-repeat center top; height:185px; text-align:center;position:relative;
	animation-name:fadeInDown;
	animation-duration:5s;
	/* Safari and Chrome */
	-webkit-animation-name:fadeInDown;
	-webkit-animation-duration:2s; visibility: visible;}
.video_cont{ width:100%; margin:30px auto 0 auto;}
.video_cont .videoaa{ width:94%; border:1px solid #e6e2e2; padding:10px; float:left; margin-right:2%;  margin-left:2%; margin-bottom:20px; background:#fff;}


    .news {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0px;
    }
    .news_tit {
        width: 100%;
        margin: 40px auto;
        background: url(../images/kuang.png) no-repeat center top;
        height: 185px;
        text-align: center;
        position: relative;
        animation-name: fadeInDown;
        animation-duration: 5s;
        /* Safari and Chrome */
        -webkit-animation-name: fadeInDown;
        -webkit-animation-duration: 2s;
        visibility: visible;
    }
    .news_tit p {
        font-size: 28px;
        font-weight: bold;
        color: #3d9738;
        line-height: 65px;
        padding-top: 25px;
    }
    .news_cont {
        width: 100%;
        margin: 30px auto 0 auto;
    }
    .news_cont .xinwen {
        width: 100%;
        border: 1px solid #e6e2e2;
        padding: 10px;
        float: left;
        margin-right: 33px;
        margin-bottom: 20px;
        background: #fff;
    }
    .news_cont .xinwen:nth-child(3n) {
        margin-right: 0
    }
    .news_cont .xinwen .news_tou_pic {
        width: 100%;
        height: 260px;
        position: relative;
        overflow: hidden;
    }
    .adv {
        /* background: url(../images/adv2.jpg)#3d9738 no-repeat center top; */
        height: 140px;
        position: relative;
        z-index: 1;
        margin-top: 0px;
        min-width: 100%;
        min-height: 100%;
        background-size: 150% 100%;
    }
    .advantage {
        height: 100%;
        background: url(../images/youshibg.jpg) no-repeat center top;
        position: relative;
    }
    .advantage .s_width {
        position: relative;
        height: 746px;
        padding: 50px 0 0 0;
        z-index: 2
    }
    .advantage .adv_pic_a {
        display: none;
    }
    .advantage .adv_pic_b {
        display: none;
    }
    .advantage .adv_aa {
        position: absolute;
        width: 100%;
        height: 227px;
        left: 0;
        top: 35px;
    }
    .advantage .adv_bb {
        position: absolute;
        width: 100%;
        height: 227px;
        right: 0;
        bottom: 65px;
    }
    .advantage .adv_con h3 {
        color: #10a533;
        line-height: 65px;
        padding: 0 0 0 90px;
        font-size: 28px;
        margin: 0 0 30px 0
    }
    .advantage .adv_con p{
        padding: 0 15px 0 15px;
    }
    .end_pro {
        display: none;
    }
    .end_about {
        display: none;
    }
    .end_contact {
        padding: 40px 40px 0px 40px;
        background: url(../images/ditu.png) no-repeat right top 150px;
        border-right: 1px solid #32a758;
        float: left;
        height: 350px;
        float: left;
        width: 100%;
    }
    .lianxileft {
        float: left;
        width: 100%;
    }
    .end_contact h3 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 25px
    }
    .end_contact p {
        float: left;
       font-size: 14px;
        line-height: 30px;
        color: #fff;
        width: 100%;
    }
    .end_contact p span {
        font-weight: bold;
        font-size: 18px;
        line-height: 50px;
        display: block;
    }
    .end_contact .tu {
        display: none;
    }
    .end {
        width: 100%;
        background: #056a25;
        text-align: center;
        height: 100px;
        font-size: 14px;
        float: left;
    }
    .end p {
        width: 100%;
        margin: 0 auto;
        font-size: 16px;
        color: #fff;
        line-height: 25px;
    }
    .footer .s_width {
        width: 100%;
        margin: 0 auto;
    }
    /*二级*/
    .erji {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
    }
    .nyBanner {
        position: relative;
        background-repeat: no-repeat;
        background-position: top center;
        height: 100px;
        background-size: 100% auto;
    }
    .erji_news_cont {
        width: 100%;
        background: #f7f7f7;
        margin-top: 20px;
    }
    .erji_news_pic {
        float: left;
        border: 0px solid #e4e3e3;
        padding: 20px;
    }
    .erji_news_pic img {
        float: left;
        width: 100%;
        height: 223px;
    }
    .erji_news_r {
        float: left;
        width: 100%;
        background: #f7f7f7;
        /*padding-left: 0px;*/
        margin-top: 20px;
        height: 180px;
    }
    .yejihuizong {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .animenu {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .se_pro_con {
        width: 98%;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        padding: 20px 1% 40px 1%;
    }
    .se_pro_con ul {
        width: 100%;
        float: left;
    }
    .se_pro_t_l {
        width: 100%;
        height: 310px;
        position: relative;
        cursor: pointer;
        border-bottom: none;
        overflow: hidden;
    }
    .promap {
        float: left;
        width: 100%;
        height: auto;
    }
    .promap ul li {
        float: left;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .promap ul li img {
        width: 100%;
        height: 100%;
    }
    .promap ul li a {
        float: left;
        width: 100%;
        text-align: center;
        line-height: 36px;
    }
    .promap ul li.rr {
        float: right;
        width: 100%;
    }
    .nyTit .cn {
        padding-bottom: 15px;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
        background: url(../images/nyTitLine.jpg) no-repeat bottom center;
    }
    .product_a {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 60px;
        background: #FFF;
    }
    .shipin ul li {
        float: left;
        width: 100%;
        padding-right: 0%;
    }
    /*内页联系我们*/
    .contact_a {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .about_a {
        width: 100%;
    }
    .about_a img {
        width: 100%;
    }
    .contact_a li {
        font-size: 16px;
        line-height: 31px;
        float: left;
        padding: 0 0px;
    }
    .contact_a li span {
        font-size: 30px;
        font-weight: bold;
        color: #920905;
        display: block;
        padding-bottom: 20px;
    }
    .contact_left {
        text-align: center;
        width: 100%;
        float: left
    }
    .contact_right {
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        padding: 50px 0 0 0px;
        float: right
    }
    .con_tent h4.tt {
        margin-top: 0px;
        padding-left: 2%;
        background: #3d953b;
        float: left;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        overflow: hidden;
        font-weight: 400;
        padding-bottom: 3px;
    }
    .se_pro_t_l {
        min-width: 100%;
        min-height: 100%;
        position: relative;
        cursor: pointer;
        border-bottom: none;
        overflow: hidden;
    }
    .se_pro_con li img {
        min-width: 100%;
        min-height: 100%;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }
    .shuju {
        float: left;
        width: 100%;
        line-height: 26px;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        font-family: Arial, Helvetica, sans-serif;
    }
    .shuju table td {
        border-right: 1px #dddddd solid;
        border-bottom: 1px #dddddd solid;
        text-align: center;
        line-height: 35px;
        font-size: 14px;
    }
    .shuju table th {
        background: #9d9e9e;
        font-weight: bold;
        line-height: 50px;
        font-size: 14px;
        color: #FFF;
        text-align: center;
        border-right: 1px #dddddd solid;
        border-bottom: 1px #dddddd solid;
    }
    .tuimg img{
        width: 100%;
    }
    /*新闻列表*/
    .erji_news_r .erji_news_t {
    height: 40px;
    overflow: hidden;
    }
    .erji_news{
    width: 100%;
    }
    .erji_more {
        margin-top: 10px;
        width: 90%;
    }
    .erji_news_tit {
         width: 100%;
         padding-top: 30px;
    }
    .erji_news_tit h2 {
    font-size: 23px;
    line-height: 40px;
        }
    .erji_xinwen {
        width: 100%;
    }
}

.animenu__nav--open {
    display: block !important;
}

.animenu__nav--open .animenu__nav__child {
    display: block;
}

.nav {
    background: #4e9b47;
    position: relative;
}


/*pages*/

.pagination-wrapper {
    clear: both;
    padding: 1em 0 2em 0;
    text-align: center;
}

.pagination {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    list-style: none;
    display: inline;
    float: left;
    line-height: 1em;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination li a {
    display: inline-block;
    padding: .5em .8em;
    background-color: #f9f9f9;
    color: #999;
}

.pagination li a:link {
    background: #fff;
    color: #4C78A5;
}

.pagination li a:hover {
    text-decoration: none;
}

.pagination li a:link:hover {
    color: #000;
}

.pagination li.thisclass {
    background-color: #f9f9f9;
    color: #999;
}

.pagination li:first-child {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child {
    border-radius: 0 3px 3px 0;
}

.pagination .pageinfo {
    color: #444;
    line-height: 24px;
}

