@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
    box-sizing: border-box;
}

:focus {
    outline: 0
}

body {
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑";
    width: 100%;
}

ul li {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    transition-duration: .6s;
    transition-property: color
}

img {
    border: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

.clr {
    clear: both
}

.container {
    margin: 0 auto;
    width: 1200px
}

@font-face {
    font-family: pacifico;
    src: url('../font/PACIFICO.TTF');
}

.h_nav {
    width: 100%;
    height: 92px;
    background: rgba(0, 0, 0, 0.75);
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9
}

.logo {
    float: left;
    width: 160px;
    height: 160px;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
}

.h_nav ul.nav {
    width: 1200px;
    height: 100%;
    margin: 0px auto;
}

.nav .nLi {
    position: relative;
    float: left;
    display: inline;
    height: 100%;
    width: 130px;
    text-align: center;
    height: 92px;
}

.nav .nLi h3 {
    text-align: center;
    font-weight: normal;
    width: 100%;
    line-height: 92px
}

.nav .nLi h3 p {
    width: 100%;
    height: 100%
}

.nav .nLi h3 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.nav .sub {
    position: absolute;
    top: 92px;
    left: 0;
    z-index: 999;
    display: none;
    padding: 0;
    width: 100%;
    background: #f5f4f4;
    line-height: 26px;
}

.nav .sub li {
    height: 33px;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 33px;
    zoom: 1
}

.nav .sub li p {
    float: left;
    margin: 0;
    width: 100%
}

.nav .sub li span {
    float: right
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    height: 100%;
    color: #333;
    font-size: 12px
}

.nav li.active {
    background: #8cc63e url(../images/nav_active.png) no-repeat center 70px
}

.sub li:hover a {
    color: #8cc63e
}


/*banner*/

.banner {
    height: 800px;
    background: #efefef;
    position: relative
}

.banner .slideBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 800px;
}

.banner .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    margin-left: -34.5px;
}

.banner .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner .slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    margin: 0px 5px;
}

.banner .slideBox .hd ul li.on {
    background: #3abc72;
}

.banner .slideBox .bd {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%
}

.banner .slideBox .bd ul {
    width: 100%;
    height: 100%
}

.banner .slideBox .bd li {
    width: 100%;
    height: 800px;
    vertical-align: middle;
    zoom: 1;
    position: relative
}

.banner .slideBox .bd li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.banner .slideBox .bd img {
    display: block;
    width: 100%;
    height: 100%
}


/*关于我们*/

.index_about {
    width: 100%;
    height: auto;
    background: url(../images/about_bj.jpg) no-repeat top center;
    padding: 63px 0 0;
    position: relative
}

.a_tile {
    background: url(../images/yt_icon.png) no-repeat left center;
    padding-left: 35px!important;
}

.in_abtitle h4 {
    line-height: 45px;
}

.in_abput_info {
    width: 890px;
    height: auto;
    display: block;
    margin: 32px auto;
    text-align: center
}

.in_abput_info a {
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    text-align: center
}

.index_about_nav {
    width: auto;
    display: table;
    margin: 0px auto;
}

.index_about_nav ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.index_about_nav ul li {
    width: 130px;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 43px 40px 0;
}

.index_pro_icon {
    width: 130px;
    height: 130px;
    background: url(../images/ab_nav.png) no-repeat center;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.p_num {
    width: 30px;
    height: 30px;
    background: url(../images/ab_nav_t.png) no-repeat center;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #777777;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 0
}

.p_icon1 {
    background: url(../images/p_icon1.png) no-repeat center
}

.p_icon2 {
    background: url(../images/p_icon2.png) no-repeat center
}

.p_icon3 {
    background: url(../images/p_icon3.png) no-repeat center
}

.p_icon4 {
    background: url(../images/p_icon4.png) no-repeat center
}

.index_about_nav ul li h3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #777777;
    text-align: center;
    margin-top: 5px;
}

.index_about_nav ul li p {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #777777;
    text-align: center;
    text-transform: Uppercase
}

.index_about_nav ul li i {
    width: 130px;
    height: 130px;
    display: block
}

.index_about_nav ul li:hover .p_icon1 {
    background: url(../images/p_hicon1.png) no-repeat center
}

.index_about_nav ul li:hover .p_icon2 {
    background: url(../images/p_hicon2.png) no-repeat center
}

.index_about_nav ul li:hover .p_icon3 {
    background: url(../images/p_hicon3.png) no-repeat center
}

.index_about_nav ul li:hover .p_icon4 {
    background: url(../images/p_hicon4.png) no-repeat center
}

.index_about_nav ul li:hover .pro_tubiao {
    background: url(../images/ab_hnav.png) no-repeat center
}

.index_about_nav ul li:hover .p_num {
    background: url(../images/ab_nav_ht.png) no-repeat center;
    color: #fff
}

.index_about_nav ul li:hover .index_pro_icon {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.picMarquee-left {
    position: relative;
    margin-top: 62px;
}

.picMarquee-left .bd {
    width: 100%;
    height: auto;
    overflow: hidden
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    width: 384px;
    height: auto;
    position: relative;
    float: left;
    padding-top: 60px;
}

.picMarquee-left .bd ul li img.in_abpic {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.in_ab_list {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

.index_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(140, 195, 50, 0.75);
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    padding: 150px 40px 0
}

.index_hover p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    margin-top: 40px;
}

.picMarquee-left .bd ul li h3 {
    width: 100%;
    height: 60px;
    background: #509618;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    display: none
}

.picMarquee-left .bd ul li:hover .index_hover {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.picMarquee-left .bd ul li:hover img.in_abpic {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.picMarquee-left .bd ul li:hover h3 {
    display: block
}

.picMarquee-left .bd ul li:hover {
    padding-top: 0;
}

.yingtao {
    width: 194px;
    height: 292px;
    position: absolute;
    top: -115px;
    right: 20%;
    z-index: 9;
}


/*产品中心*/

.index_product {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/pro_bjs.png) no-repeat top right;
    padding-top: 65px;
    margin-bottom: 80px;
    position: relative
}

.p_tile {
    background: url(../images/tao_icon.png) no-repeat left center;
}

.in_pro_tinfo {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.in_pro_tinfo img {
    width: 535px;
    height: 323px;
    float: left
}

.in_pro_hxx {
    width: 438px;
    height: auto;
    float: left;
    margin-left: 50px;
    margin-top: 10px;
}

.in_pro_hxx p {
    font-size: 14px;
    color: #777777;
    line-height: 28px;
}

.in_p_dhs {
    width: 258px;
    height: auto;
    float: right;
    background: url(../images/dh_s.png) no-repeat left center;
    padding-left: 45px;
}

.in_p_dhs p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 26px;
}

.in_p_dhs span {
    font-size: 24px;
    color: #8cc332;
    font-weight: bold;
    line-height: 30px;
}

.in_pxx {
    width: 220px;
    height: 46px;
    background: #8cc332;
    border-radius: 5px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    float: right;
    margin-top: 40px;
}

.index_product .Box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 45px;
}

.index_product .Box .Box_con {
    position: relative;
}

.index_product .Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
}

.index_product .Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.index_product .Box .Box_con .conbox ul li {
    float: left;
    width: 380px;
    height: auto;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
    background: #eeeeee
}

.index_product .Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.index_product .Box .Box_con .conbox ul li img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    display: block
}

.index_product .Box .Box_con .conbox ul li:hover img {
    transform: scale(1.03);
}

.Box .Box_con .btn {
    display: block;
    width: 56px;
    height: 56px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.Box .Box_con .btnl {
    float: left;
    background: url(../images/p_left.png) no-repeat;
    left: -80px;
}

.Box .Box_con .btnr {
    float: right;
    background: url(../images/p_right.png) no-repeat;
    right: -80px;
}

.Box .Box_con .btnl:hover {
    background: url(../images/p_hleft.png) no-repeat;
}

.Box .Box_con .btnr:hover {
    background: url(../images/p_hright.png) no-repeat
}

.in_pxx:hover {
    background: #509618
}


/*经营项目*/

.index_jyxm {
    width: 100%;
    height: 820px;
    background: url(../images/xiangmu_bj.jpg) no-repeat center;
    padding-top: 68px;
    background-attachment: fixed;
    background-size: cover;
}

.index_jyxm_left {
    width: 476px;
    height: auto;
    float: left
}

.index_jyxm_left h3 {
    font-size: 24px;
    color: #ffffff;
    background: url(../images/xm_icon.png) no-repeat left center;
    padding-left: 30px;
}

.index_jyxm_left h4 {
    font-size: 40px;
    color: #fff;
    font-family: "pacifico";
}

.index_jyxm_xx {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px 0 40px;
}

.index_jyxm_xx a {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.xm_more {
    width: 220px;
    height: 45px;
    background: #fff;
    border: 1px solid #8cc332;
    border-radius: 8px;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #4d4d4d
}

.in_jypro {
    font-size: 110px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    opacity: 0.2
}

.index_jyxm ul {
    width: 590px;
    height: auto;
    float: right
}

.index_jyxm ul li {
    width: 280px;
    height: 320px;
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    position: relative;
    overflow: hidden
}

.xm_pic {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.index_jyxm ul li:nth-child(2n) {
    margin-right: 0
}

.index_jyxm ul li .num {
    width: 60px;
    height: 60px;
    background: #8cc332;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.in_xm_info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(140, 195, 50, 0.8);
    text-align: center;
    padding-top: 98px;
    opacity: 0
}

.in_xm_info h3 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 8px;
}

.in_xm_info p {
    font-size: 14px;
    color: #ffffff;
    text-transform: Uppercase;
    line-height: 35px;
}

.index_jyxm ul li:hover .in_xm_info {
    opacity: 1
}

.index_jyxm ul li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.xm_more:hover {
    background: #8cc332;
    color: #fff
}


/*新闻*/

.index_news {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 75px;
    margin-bottom: 70px;
}

.in_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center
}

.in_title h4 {
    font-size: 40px;
    color: #777777;
    font-family: "pacifico";
}

.in_title h3 {
    font-size: 24px;
    color: #777777;
    line-height: 40px;
    width: 132px;
    padding-left: 20px;
    margin: 0px auto;
}

.n_tile {
    background: url(../images/n_icon.png) no-repeat left center;
}

.index_news_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.news_nav_left {
    width: 320px;
    height: auto;
    float: left
}

.news_nav_left a {
    font-size: 18px;
    color: #777777;
    height: 35px;
    line-height: 28px;
    background: url(../images/news_x.png) no-repeat right center;
    padding-right: 15px;
    margin-right: 10px;
}

.news_nav_left a:hover {
    color: #8cc332
}

.news_nav_left a:last-child {
    background: none;
}

.index_news ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.index_news ul li {
    width: 566px;
    height: auto;
    float: left;
    margin-bottom: 35px;
}

.index_news ul li:nth-child(2n) {
    float: right
}

.index_titme {
    width: 100px;
    height: 100px;
    background: #f1f1f1;
    float: left;
    text-align: center;
    padding-top: 12px;
}

.index_titme span {
    font-size: 32px;
    color: #4d4d4d
}

.index_titme p {
    font-size: 14px;
    color: #4d4d4d
}

.in_news_info {
    width: 432px;
    height: auto;
    float: left;
    margin-left: 33px;
}

.in_news_info span {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #8cc332;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.in_news_info h3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #4d4d4d;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 5px 0
}

.in_news_info p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 24px;
    width: 100%;
    height: 72px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_more {
    width: 222px;
    height: 45px;
    border: 1px solid #8cc332;
    border-radius: 8px;
    text-align: center;
    line-height: 45px;
    display: block;
    margin: 20px auto 0;
    font-size: 16px;
    color: #4d4d4d
}

.index_news ul li:hover .index_titme {
    background: #8cc332;
}

.index_news ul li:hover .index_titme span,
.index_news ul li:hover .index_titme p {
    color: #fff
}

.index_news ul li:hover h3 {
    color: #8cc332;
    font-weight: bold;
}

.news_more:hover {
    background: #8cc332;
    color: #fff
}


/*联系我们*/

.index_contact {
    width: 100%;
    height: 460px;
    background: url(../images/contact_bj.jpg) no-repeat center;
    padding-top: 68px;
}

.index_contact_xx {
    width: 740px;
    height: 320px;
    background: url(../images/contact_xx.jpg) no-repeat center;
    padding: 40px;
}

.index_contact_left {
    width: 295px;
    height: auto;
    float: left
}

.index_contact_left p {
    font-size: 14px;
    color: #212121
}

.index_contact_left span {
    font-size: 24px;
    color: #212121;
    font-weight: bold;
}

.f_input_xx {
    width: 335px;
    height: auto;
    overflow: hidden;
    float: right
}

.f_input_xx input[type="text"] {
    height: 38px;
    background: #eeeff3;
    border: 0;
    width: 100%;
    float: left;
    padding: 0px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #777777
}

.f_submit {
    width: 100%;
    height: 38px;
    background: #8cc332;
    font-size: 14px;
    color: #fff;
    border: 0
}

.f_input_xx textarea {
    height: 94px;
    background: #eeeff3;
    border: 0;
    width: 100%;
    float: left;
    padding: 0px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #777777;
    resize: none
}

.index_contact_left a {
    font-size: 14px;
    color: #212121;
    display: block;
    margin-top: 30px;
    background: url(../images/san.png) no-repeat left center;
    padding-left: 20px;
    margin-top: 90px;
}

.f_submit:hover {
    background: #509618;
    cursor: pointer
}


/*底部*/

.footer {
    width: 100%;
    height: auto;
    background: #2c2c2c;
    display: block;
    overflow: hidden;
    padding-bottom: 40px;
}

.footer_nav {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #fff;
    margin-bottom: 48px;
}

.footer_nav a {
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    float: left;
    text-align: center;
    width: 150px;
}

.footer_nav a:hover {
    color: #8cc332
}

.footer_left {
    widt: 320px;
    height: auto;
    float: left
}

.footer_left h5 {
    font-size: 28px;
    color: #6ba833;
    font-family: "pacifico";
    font-weight: normal
}

.footer_left h4 {
    font-size: 16px;
    color: #fff;
    margin: 10px 0
}

.footer_left_xx {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.footer_left_xx p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: url(../images/f_dian.png) no-repeat left center;
    padding-left: 20px;
}

.footer_left_xx p a {
    color: #fff
}

.footer_center {
    width: 405px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 108px;
    text-align: center
}

.f_logo {
    width: 116px;
    height: 110px;
    display: block;
    margin: 0px auto 30px;
}

.copy_l {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff
}

.beian {
    color: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.copy_l a:hover {
    color: #63b846!important
}

.footer_zhichi {
    width: 100%;
    height: 60px;
}

.footer_zhichi p {
    width: auto;
    float: left;
    color: #fff;
    line-height: 60px;
}

.footer_zhichi .pt {
    width: 121px;
    height: 18px;
    background: url(../images/vl.png) no-repeat;
    margin-top: 20px;
    margin-right: 10px
}

.footer_zhichi .js {
    width: 121px;
    height: 18px;
    background: url(../images/wl.png) no-repeat;
    margin-top: 20px;
}

.footer_zhichi .pt:hover {
    background: url(../images/vl_hover.png) no-repeat
}

.footer_zhichi .js:hover {
    background: url(../images/wl_hover.png) no-repeat
}

.footer_zhichi span {
    float: left;
    font-size: 14px;
    color: #fff;
}

.footer_zhichi i {
    float: left;
}

.footer_img {
    width: 285px;
    height: auto;
    overflow: hidden;
    float: right;
}

.footer_img h5 {
    font-size: 28px;
    color: #6ba833;
    font-family: "pacifico";
    font-weight: normal;
    text-align: right
}

.footer_img h4 {
    font-size: 16px;
    color: #fff;
    text-align: right
}

.footer_img dl {
    width: 110px;
    height: auto;
    float: left;
    margin-left: 25px;
    margin-top: 25px;
}

.footer_img dl dt {
    width: 110px;
    height: auto;
}

.footer_img dl dt img {
    width: 100%;
    height: 100%;
    display: block
}

.footer_img dl dd {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center
}

.copy {
    clear: both;
    width: 100%;
    height: 40px;
    color: #666666;
    font-size: 12px;
    line-height: 40px;
    background: #1b1b1b
}

.copy_r {
    float: right;
    margin-left: 15px;
    height: 100%;
    font-size: 14px;
    color: #666666
}

.footer_link {
    width: 100%;
    height: auto;
    line-height: 60px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 52px;
}

.footer_link .container {
    background: #f1f1f1;
    overflow: hidden;
    padding: 0px 20px
}

.footer_link p {
    font-size: 16px;
    color: #333;
    float: left;
    width: auto;
}

.footer_link p span {
    font-size: 18px;
    color: #4d4d4d;
    font-family: "pacifico";
    margin-right: 8px;
}

.footer_link .footer_a {
    width: 1034px;
    float: left;
    height: 100%;
}

.footer_link .footer_a a {
    font-size: 14px;
    color: #666666;
    margin: 0px 10px;
}

.footer_link .footer_a a:hover {
    color: #63b846
}


/*客服*/

.lxfx {
    height: auto;
    position: fixed;
    right: 0px;
    top: 250px;
    width: 77px;
    z-index: 999;
}

.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
    font-size: 14px;
}

.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}

.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}

.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}

.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px;
    background: url(../images/fx.png) no-repeat;
}

.lxfx li i.icon-tel {
    background-position: 0 -25px;
}

.lxfx li i.icon-ly {
    background-position: 4px -53px;
}

.lxfx li i.icon-wx {
    background-position: -34px 4px;
}

.lxfx li i.icon-wb {
    background-position: -30px -22px;
}

.lxfx li i.icon-top {
    background-position: -30px -49px;
    height: 32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}

.lxfx li {
    background: #8cc332;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px;
    float: left;
}


/*新品研发*/

.jjxm_banner {
    width: 100%;
    height: 800px;
    background: url(../images/jjxm_ban.jpg) no-repeat center;
    position: relative
}

.index_jjxm_1 {
    margin-top: 67px;
    width: 100%;
    height: auto;
    overflow: hidden
}

.index_jjxm_oleft {
    width: 600px;
    height: 320px;
    float: left;
    margin-top: 40px;
    overflow: hidden
}

.index_jjxm_oleft img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.index_jjxm_oright {
    width: 560px;
    height: auto;
    float: right;
    padding-top: 40px;
    margin-top: 40px;
}

.index_jjxm_oright h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #4d4d4d
}

.index_jjxm_oright p {
    width: 100%;
    height: auto;
    line-height: 28px;
    font-size: 14px;
    color: #4d4d4d;
    margin: 10px 0
}

.index_jjxm_oright a {
    width: 220px;
    height: 48px;
    background: #8cc332;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    float: right;
    border-radius: 8px;
    margin-top: 55px;
}

.index_jjxm_oright a:hover {
    background: #f1f1f1;
    color: #333
}

.index_jjxm_2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f1f1f1;
    padding: 56px 0;
    margin-top: 70px;
}

.index_jjxm_2 ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.index_jjxm_2 ul li {
    width: 380px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    background: url(../images/py_bjs.png) no-repeat center bottom;
}

.index_jjxm_p {
    width: 100%;
    height: 200px;
    overflow: hidden
}

.index_jjxm_p img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.index_jjxm_x {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0
}

.index_jjxm_x h3 {
    font-size: 20px;
    color: #4d4d4d;
    line-height: 40px;
    text-align: center
}

.index_jjxm_x p {
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 16px;
    color: #4d4d4d;
    text-align: center
}

.index_jjxm_2 ul li:nth-child(3n) {
    margin-right: 0
}

.index_hhm_m {
    width: 100%;
    height: 200px;
    background: #8cc332;
    text-align: center;
    padding-top: 46px;
}

.index_hhm_m p {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

.index_jjxm_2 ul li hr {
    width: 100%;
    height: 4px;
    background: #8cc332;
    display: block;
    border: 0;
    margin-top: 90px;
}

.index_jjxm_2 ul li:hover img,
.index_jjxm_oleft:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.index_jjxm_3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0
}

.ny_jjxm_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px 0
}

.ny_jjxm_nav ul li {
    width: 340px;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 90px;
}

.jjxm_pro_icon {
    width: 170px;
    height: 170px;
    position: relative;
    background: url(../images/ab_nav.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.p_num {
    width: 39px;
    height: 39px;
    background: url(../images/ab_nav_t.png) no-repeat center;
    text-align: center;
    line-height: 39px;
    font-size: 20px;
    color: #777777;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 0
}

.jj_icon1 {
    background: url(../images/jj_icon1.png) no-repeat center
}

.jj_icon2 {
    background: url(../images/jj_icon2.png) no-repeat center
}

.jj_icon3 {
    background: url(../images/jj_icon3.png) no-repeat center
}

.ny_jjxm_nav ul li h3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    color: #4d4d4d;
    margin-top: 20px;
}

.ny_jjxm_nav ul li p {
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 14px;
    color: #4d4d4d;
    text-transform: Uppercase;
    margin-top: 10px;
}

.ny_jjxm_nav ul li i {
    width: 170px;
    height: 170px;
    display: block
}

.ny_jjxm_nav ul li:hover .jj_icon1 {
    background: url(../images/jj_icon1_h.png) no-repeat center
}

.ny_jjxm_nav ul li:hover .jj_icon2 {
    background: url(../images/jj_icon2_h.png) no-repeat center
}

.ny_jjxm_nav ul li:hover .jj_icon3 {
    background: url(../images/jj_icon3_h.png) no-repeat center
}

.jjxm_pro_icon .pro_tubiao {
    width: 170px;
    height: 170px;
}

.ny_jjxm_nav ul li:hover .pro_tubiao {
    background: url(../images/ab_hnav.png) no-repeat center;
    background-size: 100% 100%;
}

.ny_jjxm_nav ul li:hover .p_num {
    background: url(../images/ab_nav_ht.png) no-repeat center;
    color: #fff
}

.ny_jjxm_nav ul li:hover .jjxm_pro_icon {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.ny_jjxm_nav ul li:last-child {
    margin-right: 0
}

.index_jjxm_4 {
    width: 100%;
    height: 340px;
    overflow: hidden;
    background: url(../images/py_input.jpg) no-repeat center;
    padding-top: 102px;
    background-attachment: fixed;
    background-size: cover;
}

.jjxm_left {
    width: 185px;
    height: auto;
    float: left;
    margin-left: 146px;
}

.jjxm_left h3 {
    font-size: 60px;
    color: #fff;
    font-family: "pacifico";
}

.jjxm_left a {
    font-size: 14px;
    color: #fff;
    background: url(../images/b_san.png) no-repeat left center;
    padding-left: 20px;
}

.jjxm_right {
    width: 690px;
    height: auto;
    float: left
}

.jjxm_right .jjxm_right_left {
    width: 336px;
    height: auto;
    float: left
}

.jjxm_right_left input[type="text"] {
    width: 100%;
    height: 38px;
    background: rgba(255, 255, 255, 0.7);
    padding: 0px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #4d4d4d;
    border: 0
}

.jjxm_right_right {
    width: 334px;
    height: auto;
    float: left;
    margin-left: 20px;
    overflow: hidden
}

.jjxm_right_right textarea {
    width: 334px;
    height: 84px;
    background: rgba(255, 255, 255, 0.7);
    padding: 0px 10px;
    font-size: 14px;
    color: #4d4d4d;
    border: 0;
    resize: none
}

.jj_yijiao {
    width: 334px;
    height: 38px;
    background: #8cc332;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    border: 0;
    margin-top: 10px;
    cursor: pointer
}

.index_jjxm_5 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f1f1f1;
    padding: 75px 0
}

.index_jjxm_5 img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.jjxm_gspy_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 44px;
}

.gspy_1 {
    width: 600px;
    height: 240px;
    float: left;
    overflow: hidden
}

.gspy_2,
.gspy_xx_1 {
    width: 300px;
    height: 240px;
    float: left;
    background: #fff
}

.gspy_xx_1 {
    padding: 50px 38px 0;
}

.gspy_xx_1 h4,
.gspy_two_xx h4,
.gspy_three_xx h4,
.gspy_four_xx h4 {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: bold;
}

.gspy_xx_1 p,
.gspy_two_xx p,
.gspy_three_xx p,
.gspy_four_xx p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 26px;
    margin-top: 20px;
}

.jjxm_gspy_two {
    width: 300px;
    height: auto;
    float: left
}

.jjxm_gspy_two .gspy_two_xx {
    width: 100%;
    height: 242px;
    background: #fff;
    padding: 40px 30px 0
}

.gspy_two_pic {
    width: 100%;
    height: auto;
    overflow: hidden
}

.gspy_two_pic img {
    width: 100%;
    height: auto
}

.jjxm_gspy_three {
    width: 600px;
    height: auto;
    float: left
}

.gspy_three_pic {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.gspy_three_xx {
    width: 100%;
    height: 242px;
    overflow: hidden;
    background: #fff;
    padding: 60px 40px 0
}

.jjxm_gspy_four {
    width: 300px;
    height: auto;
    float: left
}

.gspy_four_xx {
    width: 100%;
    height: 400px;
    background: #fff;
    padding: 30px 30px 0
}

.gspy_four_pic {
    width: 100%;
    height: auto;
    overflow: hidden
}

.gspy_1:hover img,
.gspy_2:hover img,
.gspy_three_pic:hover img,
.gspy_two_pic:hover img,
.gspy_four_pic:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.index_jjxm_6 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: 40px;
}

.hlg_tile {
    background: url(../images/n_icon.png) no-repeat left center;
    width: 150px!important
}

.index_jjxm_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 8px;
}

.index_jjxm_title h3 {
    font-size: 24px;
    color: #777777;
    line-height: 40px;
    margin: 10px 0
}

.index_jjxm_title p {
    width: 100%;
    height: auto;
    line-height: 28px;
    font-size: 14px;
    color: #777777
}

.jjxm_hlg {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 52px;
}

.jjxm_hlg .jjxm_hlg_one {
    width: 360px;
    height: 400px;
    float: left;
    background: #8cc332;
    padding: 30px 25px
}

.jjxm_hlg_one dl,
.jjxm_hlg_two dl {
    width: 100%;
    height: auto;
    overflow: hidden
}

.jjxm_hlg_one dl dt,
.jjxm_hlg_two dl dt {
    font-size: 100px;
    color: #fff;
    font-weight: bold;
    float: left;
    font-style: italic;
}

.jjxm_hlg_one dl dd,
.jjxm_hlg_two dl dd {
    float: left;
    margin-top: 60px;
    margin-left: 8px;
}

.jjxm_hlg_one dl dd h3,
.jjxm_hlg_two dl dd h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.jjxm_hlg_one dl dd p,
.jjxm_hlg_two dl dd p {
    font-size: 16px;
    color: #fff;
    text-transform: Uppercase
}

.jjxm_hlg_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.jjxm_hlg_top h3 {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}

.jjxm_hlg_top p {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    margin-top: 8px;
}

.jjxm_hlg ul {
    width: 840px;
    height: auto;
    float: right
}

.jjxm_hlg ul li {
    width: 360px;
    height: auto;
    float: left;
    margin-left: 60px;
}

.jjxm_hlg ul li .jjxm_hlg_pic {
    width: 360px;
    height: 240px;
    overflow: hidden
}

.jjxm_hlg_pic img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.jjxm_hlg_xx {
    width: 100%;
    height: 160px;
    height: auto;
}

.jjxm_hlg_xx h4 {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: bold;
    line-height: 40px;
    margin: 8px 0 0
}

.jjxm_hlg_xx p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 28px;
}

.jjxm_hlg_two {
    width: 360px;
    height: 400px;
    float: left;
    background: url(../images/sg_bjs.jpg) no-repeat center;
    padding: 30px 0px 30px 10px
}

.jjxm_hlg_two .jjxm_hlg_top {
    width: 306px;
    margin: 30px auto 0;
}

.jjxm_hlg ul li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}


/*内页banner*/

.ny_ban {
    width: 100%;
    height: 340px;
}

.about_ban {
    background: url(../images/about_ban.jpg) no-repeat center
}

.news_ban {
    background: url(../images/news_ban.jpg) no-repeat center
}

.product_ban {
    background: url(../images/product_ban.jpg) no-repeat center
}

.gmzs_ban {
    background: url(../images/gmzs_ban.jpg) no-repeat center
}

.case_ban {
    background: url(../images/case_ban.jpg) no-repeat center
}

.join_ban {
    background: url(../images/join_ban.jpg) no-repeat center
}

.contact_ban {
    background: url(../images/contact_ban.jpg) no-repeat center
}

.fuwu_ban {
    background: url(../images/fuwu_ban.jpg) no-repeat center
}

.jingxiao_ban {
    background: url(../images/jingxiao_ban.jpg) no-repeat center
}

.mfyy_ban {
    background: url(../images/mfyy_ban.jpg) no-repeat center
}

.mdzs_ban {
    background: url(../images/mdzs_ban.jpg) no-repeat center
}

.zhongmiao_ban {
    background: url(../images/zhongmiao_ban.jpg) no-repeat center
}

.youshi_ban {
    background: url(../images/youshi_ban.jpg) no-repeat center
}


/*内页底下*/

.m-wh {
    height: 260px;
    padding: 40px 0;
    background: no-repeat url(../images/bg_icon.jpg);
    margin-top: 20px
}

.m-wh li {
    float: left;
    width: 25%
}

.m-wh li a {
    display: block;
    width: 102px;
    height: 140px;
    margin: 0 auto 10px;
    text-align: center
}

.m-wh li a img {
    width: 100%;
    height: 102px
}

.m-wh li a p {
    margin-top: 7px;
    font-size: 18px
}

.m-wh li>p {
    padding: 0 7%;
    font-size: 14px;
    text-align: center
}

.f-ct {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 30px;
}

.f-cl:after {
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clear: both
}

.p-tit {
    height: 70px;
    line-height: 65px;
    border-bottom: 1px solid #ebebeb
}

.p-tit h2 {
    float: left;
    color: #6ba833;
    font-size: 26px;
    font-weight: bold
}

.m-crm {
    margin-left: 15px;
    color: #999;
    font-size: 12px;
    font-weight: 400
}

.m-crm a {
    margin: 0 3px;
    color: #999;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.m-crm a:hover {
    color: #333;
    text-decoration: underline
}

.p-tit ul {
    float: right
}

.p-tit ul li {
    float: left;
    margin: 0 15px
}

.p-tit ul li a {
    display: block;
    height: 69px;
    line-height: 73px;
    color: #666;
    font-size: 16px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.p-tit ul li.active a,
.p-tit ul li:hover a {
    color: #6ba833
}

.p-tit ul li.active,
.p-tit ul li:hover {
    border-bottom: 2px solid #6ba833
}

.p-ct {
    line-height: 30px;
    padding: 50px 0 60px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    width: 100%;
}

.p_case {
    padding: 50px 0 60px;
    color: #666;
    font-size: 14px;
}

.p-ct .index_wen_1 {
    width: 100%;
    margin-top: 20px
}

.p-ct .tit {
    margin-bottom: 25px;
    text-align: center
}

.p-ct .tit h2 {
    color: #333;
    font-size: 30px
}

.p-ct .tit p {
    line-height: 26px;
    margin-top: 20px;
    color: #999;
    font-size: 16px
}

.ab_list1 li {
    position: relative;
    float: left;
    width: 382px;
    height: 300px
}

.ab_list1 li.li1 {
    background: no-repeat url(../images/ab_list1_1.jpg)
}

.ab_list1 li.li2 {
    margin: 0 22px;
    background: no-repeat url(../images/ab_list1_2.jpg)
}

.ab_list1 li.li3 {
    background: no-repeat url(../images/ab_list1_3.jpg)
}

.ab_list1 li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat url(../images/ab_list_mask.png);
    visibility: hidden
}

.ab_list1 li:hover a {
    visibility: visible
}

.ab_list1 li h2 {
    margin: 40px 0 0 30px;
    color: #fff;
    font-size: 24px
}

.ab_list1 li p {
    margin: 20px 0 0 30px;
    color: #fff
}

.qywh {
    height: 286px;
    line-height: 32px;
    margin-top: 50px;
    padding-top: 170px;
    color: #fff;
    font-size: 16px;
    background: no-repeat center url(../images/ab_qywh.jpg)
}

.ab_list2 {
    margin-top: 40px
}

.ab_list2 li {
    position: relative;
    float: left;
    width: 50%;
    height: 330px
}

.ab_list2 li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;
    padding-top: 110px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    visibility: hidden
}

.ab_list2 li:hover a {
    visibility: visible
}

.ab_list2 li a span {
    display: block;
    margin-top: 20px;
    font-size: 16px
}

.ab_list2 li a.mask {
    background: repeat url(../images/bg_mask.png)
}

.ab_list2 li a.tit {
    width: 50%;
    visibility: visible
}

.ab_list2 .li2 a.tit {
    left: 50%
}

.ab_list2 li a i {
    display: block;
    width: 78px;
    height: 78px;
    margin: 0 auto;
    background: no-repeat url(../images/icon_video.png)
}

.ab_list3 li {
    float: left;
    width: 385px;
    height: 236px
}

.ab_list3 li.li1 {
    background: no-repeat url(../images/ab_list3_1.jpg)
}

.ab_list3 li.li2 {
    margin: 0 22px;
    background: no-repeat url(../images/ab_list3_2.jpg)
}

.ab_list3 li.li3 {
    background: no-repeat url(../images/ab_list3_3.jpg)
}

.ab_list3 li a {
    display: block;
    width: 325px;
    height: 146px;
    padding: 45px 30px;
    visibility: hidden
}

.ab_list3 li h2 {
    color: #000;
    font-size: 30px
}

.ab_list3 li h2 i {
    display: block;
    width: 52px;
    height: 2px;
    margin-top: 25px;
    background: #000
}

.ab_list3 li p {
    margin-top: 20px;
    color: #000;
    font-size: 18px
}

.ab_list3 li:hover {
    background: #ffcb23
}

.ab_list3 li:hover a {
    visibility: visible
}


/*新闻*/

.new-list {
    margin-top: -10px;
    margin-bottom: 15px;
}

.new-list li {
    height: 200px;
    padding: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ebebeb
}

.new-list li:hover {
    background: #f2f2f2;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.new-list li:hover h3 {
    color: #6ba833
}

.new-list li:hover .more {
    color: #6ba833;
    border: 1px solid #6ba833
}

.new-list li>* {
    float: left
}

.new-list .f-imgfd-img {
    width: 272px;
    height: 100%;
    margin-right: 30px;
    overflow: hidden
}

.new-list .f-imgfd-img img {
    width: 100%;
    height: 100%;
}

.new-list li .f-imgfd-li {
    width: 855px;
    height: 100%
}

.new-list h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 22px
}

.new-list .time {
    color: #999;
}

.new-list .more {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #999;
    text-align: center;
    border: 1px solid #999;
    display: block;
    margin-top: 8px;
    font-size: 14px;
}

.f-xx {
    width: 100%;
    height: 46px;
    overflow: hidden;
    margin-bottom: 6px;
    color: #666;
    font-size: 14px;
    line-height: 26px;
}

.pro-list1 {
    margin-top: 20px;
    margin: 0px auto;
    width: 1200px;
}

.pro-list1>li {
    position: relative;
    float: left;
    width: 285px;
    height: 384px;
    overflow: hidden;
    margin-right: 20px;
}

.pro-list1>li:nth-child(4n) {
    margin-right: 0px;
}

.pro-list1>li img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.pro-list1 .mask {
    position: absolute;
    top: 315px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20%;
    text-align: center;
    background: rgba(8, 58, 79, 0.6);
    color: #fff
}

.pro-list1 h3 {
    margin-top: 25px;
    font-size: 24px;
    color: #fff;
}

.pro-list1 h3 i {
    display: block;
    width: 34px;
    height: 3px;
    margin: 20px auto 0;
    background: #fff
}

.pro-list1 .mask1 i {
    background: #fff
}

.pro-list1 p {
    margin-top: 20px
}

.pro-list1>li:hover .mask {
    top: 0px;
    transition: all 0.5s ease-in-out;
}

.pro-list1 .mask a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.pro-list1>li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.subpro {
    margin-top: 25px
}

.subpro li {
    width: 160px;
    height: 36px;
    margin: 0 auto 7px;
    text-align: center
}

.subpro li a {
    display: block;
    line-height: 36px;
    font-size: 16px;
    background: #fff;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.subpro li:hover a {
    color: #fff;
    background: #231815
}

.p-nav {
    margin-bottom: 40px
}

.p-nav li {
    float: left;
    margin-right: 20px
}

.p-nav li a {
    display: block;
    width: 272px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    border: 4px solid #e5e5e5
}

.p-nav li.active a,
.p-nav li:hover a {
    color: #fff;
    font-weight: 700;
    background: #231815;
    border: 4px solid #231815
}

.pro-list2 {
    width: 1232px;
    margin: 0 auto
}

.pro-list2 li {
    position: relative;
    float: left;
    width: 280px;
    height: auto;
    margin: 0 14px 30px
}

.pro-list2 li b {
    display: block;
    width: 280px;
    height: 221px;
    overflow: hidden
}

.pro-list2 li b img {
    width: 100%;
    height: 100%
}

.pro-list2 li p {
    height: 60px;
    line-height: 60px;
    text-align: center
}

.pro-list2 li p.active {
    visibility: hidden
}

.pro-list2 .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px 0;
    color: #fff;
}

.pro-list2 li h3 {
    margin-bottom: 20px;
    font-size: 24px
}

.pro-list2 li:hover .mask {
    display: block;
    background: rgba(107, 168, 51, 0.6);
}

.pro-list3 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.pro-show-r {
    float: right;
    width: 660px
}

.pro-show-r .pro-sx {
    width: 50%
}

.pro-show-r .pro-sx li {
    line-height: 24px
}

.pro-show-r h3 {
    margin-top: 30px;
    color: #333;
    font-size: 24px
}

.pro-show-r .txt {
    line-height: 30px;
    margin-top: 20px;
    padding: 10px 0 25px;
    font-size: 12px;
    border-top: 1px solid #ddd
}

.pro-show-r .txt div {
    margin-top: 15px
}

.pro-show-r .txt p {
    line-height: 24px;
    text-indent: 2em
}

.pro-show-m {
    margin-top: 30px;
    padding-top: 40px;
    background: no-repeat url(../images/pro_show_m.jpg)
}

.pro-show-m h2 {
    color: #fff;
    font-size: 30px
}

.pro-show-m .nav {
    height: 600px;
    margin-top: 36px;
    position: relative
}

.pro-show-m .nav>li {
    float: left;
    margin-right: 15px
}

.pro-show-m .nav>li>a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 18px;
    text-align: center;
    background: repeat url(../images/bg_mask_w.png)
}

.pro-show-m .nav>li.active>a,
.pro-show-m .nav>li:hover>a {
    background: #fff
}

.proshow-sub {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    line-height: 30px
}

.proshow-sub h3 {
    margin-bottom: 30px;
    color: #333;
    font-size: 24px
}

.proshow-sub h6 {
    font-size: 14px
}

.img-list {
    width: 100%;
    height: auto;
    overflow: hidden
}

.img-list li {
    float: left;
    margin: 0 20px 20px 0;
    width: 285px;
}

.img-list li:nth-child(4n) {
    margin-right: 0px;
}

.img-list li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.img-list li a div {
    width: 100%;
    overflow: hidden;
}

.img-list li a img {
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.img-list li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.img-list li p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    color: #666;
    height: 35px;
    line-height: 35px;
}

.img-list li:hover p {
    color: #231815
}

.img-lists li {
    float: left;
    height: 230px;
    margin: 0 20px 20px 0;
}

.img-lists li a {
    display: block;
    width: 280px;
    height: 100%;
    overflow: hidden
}

.img-lists li a div {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.img-lists li a img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.img-lists li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.img-lists li p {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666
}

.img-list li:hover p {
    color: #231815
}

table.ly {
    width: 100%
}

table.ly td {
    float: left;
    margin-bottom: 20px
}

table.ly .tr1 td {
    width: 280px;
    margin-right: 20px
}

table.ly .tr1 td input {
    width: 260px
}

table.ly .tr2 td,
table.ly .tr3 td {
    width: 1160px;
    margin-right: 22px
}

table.ly .tr2 td input,
table.ly .tr3 td textarea {
    width: 100%
}

table.ly input[type=text] {
    height: 28px;
    line-height: 28px;
    padding: 5px 10px;
    color: #999;
    border: 1px solid #ddd;
    background: #fff
}

table.ly textarea {
    height: 114px;
    padding: 5px 10px;
    color: #999;
    border: 1px solid #ddd;
    background: #fff;
    resize: none
}

table.ly .sbt {
    width: 240px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    background: no-repeat url(../images/pro_m_sbt.png);
    border: none;
    cursor: pointer
}

.pro-more .tit {
    height: 77px;
    line-height: 77px;
    margin-bottom: 40px;
    text-align: left;
    background: #eee
}

.pro-more .tit h3 {
    color: #333;
    font-size: 24px
}

.pro-more .tit a {
    float: right;
    padding-left: 25px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    background: no-repeat url(../images/pro-more.png);
    background-position: 0 33px
}

.pro-more .tit a:hover {
    color: #231815;
    background: no-repeat url(../images/pro-more_hov.png);
    background-position: 0 33px
}


/*产品*/

.pro-list {
    width: 1232px;
    margin: 0 auto
}

.pro-list li {
    position: relative;
    float: left;
    width: 280px;
    height: auto;
    margin: 0 14px 30px
}

.pro-list li b {
    display: block;
    width: 280px;
    height: auto;
    overflow: hidden
}

.pro-list li b img {
    width: 100%;
    height: 100%;
    display: block;
}

.pro-list li p {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pro-list .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px 0;
    color: #fff;
}

.pro-list li h3 {
    margin-bottom: 20px;
    font-size: 24px
}

.pro-list li:hover .mask {
    display: block;
    background: rgba(107, 168, 51, 0.6);
}

.ny_product .mask {
    padding: 34px 30px 0!important
}


/*联系我们*/

.m-cot {
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.m-cot h3 {
    font-size: 24px
}

.m-cot h3 i {
    display: block;
    width: 120px;
    height: 3px;
    margin: 25px 0 10px;
    background: #666
}

.m-cot .f-cl {
    float: left;
    width: 700px
}

.m-cot .f-cl a {
    color: #666;
}

.m-cot .ewm {
    float: right;
    margin-top: 20px;
    margin-left: 15px;
}

.m-cot .ewm img {
    width: 110px;
    height: 110px;
    border: 1px solid #ddd;
    padding: 5px;
}

.m-cot .ewm p {
    text-align: center
}

.iw_poi_title {
    color: #C52;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.keyword_light {
    margin-bottom: 30px
}

#newsfoot tr>td:first-child {
    padding-left: 10px;
    font-size: 14px;
    color: #555
}

#newsfoot tr>td:first-child>a {
    color: #000
}

#newsfoot tr>td:last-child {
    position: relative;
    top: 4px;
    left: 0px
}

.proname {
    padding: 20px 0 5px 0
}


/*视频弹出css*/

.dlg-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.video-show {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 580px;
    height: 430px;
    margin-top: -215px;
    margin-left: -290px;
    z-index: 999
}

.video-show p {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    background: #333
}

.video-show p a {
    float: right;
    width: 30px;
    height: 30px;
    background: no-repeat url(../images/close.png) 5px 5px
}


/*体系搜搜*/

.ny_serach {
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.distpicker {
    width: 330px;
    height: auto;
    float: left;
}

.distpicker .form-group {
    width: 150px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
}

.form-group select {
    width: 100%;
    height: 100%;
    border: 0px;
    border-radius: 10px;
}

.form-shai {
    width: 400px;
    float: left;
}

.form-shai input[type="text"] {
    width: 246px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 10px;
    float: left;
}

.form-shai input[type="submit"] {
    width: 54px;
    height: 34px;
    background-color: #083A4F;
    color: #fff;
    line-height: 34px;
    display: block;
    text-align: center;
    border-radius: 5px;
    border: 0px;
    margin-left: 10px;
    float: left;
}

@media only screen and (max-width:1440px) {
    .index_product {
        background-size: 26%
    }
}