﻿*
{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
    box-sizing: border-box;
}
a
{
    text-decoration: none;
}
li
{
    list-style: none;
}
a, img
{
    transition: all .5s;
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select
{
    margin: 0;
    padding: 0;
}
body
{
    min-width: 1200px;
}
.w_1200
{
    width: 1200px;
    margin: 0 auto;
}
.clear
{
    clear: both;
}
.in_top
{
    width: 100%;
    background: #f2f2f2;
}
.top
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.welcome
{
    color: #999;
    font-size: 12px;
    text-align: left;
    height: 35px;
    line-height: 35px;
}
.top_other
{
    display: inline-flex;
    justify-content: flex-end;
}
.top_wx
{
    width: 80px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: #999;
    font-size: 12px;
    position: relative;
}
.top_wx img
{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 35px;
    left: 0;
    display: none;
}
.top_wx:hover img
{
    display: block;
}
.top_other span
{
    color: #999;
    font-size: 12px;
    line-height: 35px;
    height: 35px;
}
.top_a
{
    width: 80px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: #999;
    font-size: 12px;
}
.top_p
{
    text-align: center;
    line-height: 35px;
    position: relative;
    width: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.top_p img
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.language
{
    width: 50px;
    height: 35px;
    position: relative;
    top: 0;
    bottom: 0;
}
.img_china
{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 5px;
}
.language span
{
    position: absolute;
    right: 0;
    line-height: 28px;
    color: #000;
    font-size: 18px;
}
.language_aList
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 30;
    display: none;
}
.language_aList a
{
    display: block;
    padding: 1px 5px;
}
.language:hover .language_aList
{
    display: block;
}
.in_logo
{
    width: 100%;
}
.logo_tel
{
    padding: 20px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.tel
{
    display: flex;
    justify-content: flex-start;
}
.tel_img
{
    width: 65px;
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.tel_img img
{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
}
.tel_d span
{
    display: block;
    color: #999;
    font-size: 12px;
    text-align: left;
    padding: 0 0 5px;
}
.tel_d p
{
    color: #80c269;
    font-size: 28px;
    letter-spacing: 2px;
    font-family: "Impact";
}
.in_nav
{
    width: 100%;
    background: #80c269;
}
.nav_ul
{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.nav_li
{
    text-align: center;
    line-height: 60px;
    position: relative;
    width: 200px;
}
.nav_li a
{
    color: #fff;
    font-size: 15px;
}
.swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner_sw
{
    width: 100%;
}
.banner_swi
{
    width: 100%;
}
.banner_swi>img
{
    width: 100%;
}
.con1
{
    width: 100%;
}
.in_pro
{
    padding: 100px 0 60px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.pro_le
{
    width: 277px;
}
.pro_le_h2
{
    width: 100%;
    padding: 30px 0 15px;
    text-align: center;
    background: #80c269;
}
.pro_le_h2 p
{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 7px;
}
.pro_le_h2 span
{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Arial";
    font-weight: normal;
}
.le_ul
{
    width: 100%;
    border-left: 2px solid #efefef;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    padding: 0 0 30px;
}
.le_li
{
    width: 100%;
    line-height: 68px;
    border-bottom: 1px solid #efefef;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.le_li>a
{
    color: #666;
    font-size: 17px;
    flex-grow: 2;
    text-indent: 20px;
}
.le_li>span
{
    position: relative;
    display: block;
    height: auto;
    width: 66px;
    top: 0;
    bottom: 0;
}
.le_li>span>img
{
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto 0;
    left: 10px;
}
.le_li:hover a
{
    text-indent: 30px;
    color: #80c269;
}
.pro_ri
{
    width: 910px;
}
.pro_ri_h2
{
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #969697;
    color: #80c269;
    font-size: 18px;
}
.pro_ri_h2 span
{
    color: #80c269;
    font-size: 16px;
    font-weight: normal;
    font-family: "Arial";
    letter-spacing: 2px;
}
.pro_ri_h2 p
{
    float: right;
    color: #80c269;
    font-size: 14px;
    font-family: "Arial";
    font-weight: normal;
    margin: 8px 0 0 0;
}
.pro_ri_h2 p a
{
    color: #80c269;
    font-size: 14px;
    font-family: "Arial";
    font-weight: normal;
}
.ri_list
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ri_list:after
{
    content: '';
    width: 292px;
}
.ri_list2
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ri_dl
{
    width: 292px;
    margin-top: 30px;
}
.ri_dt
{
    width: 100%;
    font-size: 0;
    overflow: hidden;
}
.ri_dt>img
{
    width: 100%;
}
.ri_dd
{
    width: 100%;
    height: 39px;
    line-height: 39px;
    border-bottom: 2px solid #efefef;
    position: relative;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.ri_dd span
{
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -2px;
    transition: all .5s;
    background: #80c269;
}
.ri_dl:hover .ri_dt img
{
    transform: scale(1.2);
}
.ri_dl:hover .ri_dd
{
    color: #80c269;
}
.ri_dl:hover .ri_dd span
{
    width: 100%;
}
.con2
{
    padding: 0 0 60px;
}
.con2, .guo, .guo img
{
    width: 100%;
    font-size: 0;
}
.ys
{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    background: url("../image/shu.png") repeat-y center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ys_img
{
    width: 500px;
    overflow: hidden;
}
.ys_des
{
    width: 503px;
    padding: 30px 0;
}
.ys_des h2
{
    color: #80c269;
    font-size: 30px;
    text-align: left;
    font-weight: normal;
}
.ys_des p
{
    color: #333;
    font-size: 22px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0 10px;
    position: relative;
}
.ys_des p span
{
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 0;
    transition: all .5s;
    background: #80c269;
}
.ys_des div
{
    padding: 15px 0 0;
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.ys_span
{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 52px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: url("../image/dbx.png") no-repeat center;
    color: #80c269;
    font-size: 30px;
    font-family: "Arial";
}
.ys:hover .ys_img img
{
    transform: scale(1.1);
}
.ys:hover .ys_des p span
{
    width: 100%;
}
.ys:hover .ys_span
{
    transform: scale(1.2);
}
.con3
{
    width: 100%;
    padding: 75px 0;
    background: url("../image/abbg.png") no-repeat center;
}
.ab
{
    padding: 45px 0 70px;
    background: #fff;
}
.in-title
{
    width: 100%;
    color: #333;
    font-size: 36px;
    text-align: center;
    letter-spacing: 2px;
}
.in-des
{
    color: #999;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
}
.in_ab
{
    padding: 35px 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.in_ab>div
{
    padding: 0 40px;
}
.in_abDes
{
    width: 100%;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    padding: 10px 0 20px;
}
.in_abA, .in_abA2
{
    display: inline-block;
    margin-right: 20px;
    width: 157px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
}
.in_abA
{
    background: #80c269;
}
.in_abA2
{
    background: #ff6000;
}
.con4
{
    width: 100%;
    padding: 60px 0 40px;
}
.case_list
{
    padding: 20px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.case_dl
{
    width: 385px;
    margin-bottom: 10px;
}
.case_dt
{
    width: 100%;
    font-size: 0;
    overflow: hidden;
}
.case_dt img
{
    width: 100%;
}
.case_dd
{
    width: 100%;
    text-align: center;
    line-height: 47px;
    height: 47px;
    color: #666;
    font-size: 16px;
    transition: all .5s;
}
.case_dl:hover .case_dt img
{
    transform: scale(1.2);
}
.case_dl:hover .case_dd
{
    color: #fff;
    background: #80c269;
}
.con5
{
    background: #f5f5f5;
    padding: 30px 0;
}
.lc_list
{
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.lc_d
{
    width: 240px;
    background: url("../image/lcyy.png") no-repeat 30px 0;
}
.lc_d p
{
    line-height: 75px;
    text-align: left;
    text-indent: 30px;
    color: #666;
    font-size: 18px;
}
.footer
{
    width: 100%;
    background: #f5f5f5;
    padding: 45px 0 0;
}
.fo_logo
{
    width: 200px;
    float: left;
    text-align: left;
}
.fo_con
{
    width: 700px;
    float: left;
}
.fo_wx
{
    width: 300px;
    float: right;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.fo_wx>div
{
    padding: 5px 5px 0;
}
.fo_wx>div img
{
    width: 100%;
}
.fo_wx>div p
{
    color: #666;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background: #e6e6e6;
}
.fo_con h2
{
    border-bottom: 1px solid #969697;
    width: 100%;
}
.fo_con h2 span
{
    padding: 12px 0;
    color: #000;
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid #80c269;
}
.fo_conList
{
    padding: 20px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.fo_conList p
{
    color: #999;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    height: 40px;
    text-indent: 30px;
    position: relative;
}
.fo_conList p img
{
    position: absolute;
    left: 5px;
    top: 8px;
}
.fo_p1
{
    width: 240px;
}
.fo_p2
{
    width: 420px;
}
.fo2
{
    width: 100%;
    background: #f2f2f2;
}
.fo2 p
{
    color: #999;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
}
.fo2 p a
{
    color: #999;
}
.news_dl
{
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px dashed #ececec;
}
.news_dt
{
    width: 270px;
    height: 180px;
    float: left;
    overflow: hidden;
}
.news_dt img
{
    width: 100%;
    height: 100%;
    transition: all 2s;
}
.news_dd
{
    float: right;
    width: 610px;
}
.news_dd_h2
{
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    padding: 10px 0;
}
.news_dd_h2>a
{
    color: #333;
}
.news_dd>span
{
    color: #999;
    font-size: 14px;
    display: block;
    padding: 5px 0;
}
.news_dd>p
{
    color: #666;
    font-size: 14px;
    line-height: 25px;
}
.news_dl:hover
{
    border-bottom: 1px solid #80c269;
}
.news_dl:hover .news_dd_h2>a
{
    color: #80c269;
}
.news_dl:hover .news_dt img
{
    transform: scale(1.3);
}
.show_list
{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.show_con
{
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.show_list>h2
{
    color: #80c269;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #c4c5c6;
}
.show_con_p
{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}
.show
{
    width: 100%;
    padding: 40px 0 60px;
}
.show-news-ti
{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 20px;
}
.show-news-ti span
{
    display: block;
    width: 5px;
    height: 30px;
    margin-top: 10px;
    float: left;
    background: #80c269;
    margin-right: 20px;
}
.show-news-p
{
    color: #999;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.show-news-con
{
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
.show-news-prev
{
    float: left;
    font-size: 14px;
    color: #666;
}
.show-news-next
{
    float: right;
    font-size: 14px;
    color: #666;
}
.neibanner, .neibanner img
{
    width: 100%;
    font-size: 0;
}
.callus
{
    width: 100%;
}
.callus_h2
{
    width: 100%;
    text-align: center;
    padding: 50px 0 15px;
}
.callus_span
{
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 2px;
    background: #f1881e;
}
.callus_p
{
    line-height: 48px;
    color: #999;
    font-size: 14px;
    text-align: center;
}
.callus_list
{
    width: 100%;
    padding: 50px 0;
}
.callus_le
{
    width: 480px;
    float: left;
}
.callus_le>p
{
    color: #666;
    font-size: 14px;
    text-align: left;
    position: relative;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    text-indent: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.callus_le>p>img
{
    position: absolute;
    left: 3px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
}
.callus_erw
{
    width: 100%;
    padding: 10px 0;
}
.callus_ri
{
    width: 680px;
    height: 440px;
    box-sizing: border-box;
    border: 3px solid #f4f4f4;
    float: right;
}
.callus_ditu
{
    width: 100%;
    height: 100%;
}
.call_form
{
    width: 100%;
    padding: 50px 0;
}
.call_lab
{
    width: 567px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}
.call_lab>span
{
    float: left;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    text-indent: 28px;
    letter-spacing: 1px;
    color: #999;
    font-size: 14px;
}
.call_lab>input
{
    width: 430px;
    height: 48px;
    float: left;
    margin-left: 3px;
    border: none;
}
.call_lab>i
{
    font-style: normal;
    color: #f1881e;
    font-size: 16px;
    position: absolute;
    left: 10px;
    top: 15px;
}
.call_lab_marle
{
    margin-left: 65px;
}
.call_lab>textarea
{
    width: 60%;
    height: 200px;
    float: left;
    margin-left: 10px;
    border: none;
}
.call_submit
{
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    background: #222;
    transition: all .5s;
    border: none;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}
.call_submit:hover
{
    background: #f1881e;
}
.pages
{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.pages
{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
}
.pages a
{
    border: 1px solid #ccc;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #999;
}
.pages a:hover
{
    border: 1px solid #f60;
    background-color: #f60;
    color: #fff;
}
.pages span
{
    border: 1px solid #f60;
    display: inline;
    padding: 3px 10px 3px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ffeee5;
    color: #f60;
}
.pro_le_d2
{
    width: 100%;
    overflow: hidden;
    padding: 0 10px 20px;
    border: 1px solid #efefef;
}
.pro_le_d2 img
{
    width: 100%;
}
.pro_le_d2>p
{
    color: #666;
    font-size: 14px;
    padding: 5px 0;
}
.pro_box
{
    position: relative;
    width: 100%;
    height: 1070px;
    overflow: hidden;
}
.ri_list2
{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
