body {
    font-size: 14px;
    font-family: ;
    color: #333;
}

* {
    margin: 0;
    padding: 0;
    font-family: ;
}

dl {
    margin: 0;
}

dt {
    font-weight: normal;
}

ul,
li {
    list-style-type: none;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

a:hover {
    text-decoration: none;
    color: #00a04b;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

input {
    border: 0;
}

.wrap {
    width: 100%;
    overflow: hidden;
    min-width: 320px;
    margin: 0px auto;
    max-width: 640px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 47px;
}


/*公共样式勿删除*/

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.f_b {
    font-weight: bold;
}

.v_m {
    vertical-align: middle;
}

.v_t {
    vertical-align: top;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.db {
    display: block;
}

.dnb {
    display: inline-block;
}

.d_n {
    display: none;
}

.bod_r50 {
    border-radius: 50%;
}

.bod_r {
    border-radius: 5px;
}

.p20 {
    padding: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pb25 {
    padding-bottom: 25px;
}

.pl25 {
    padding-left: 25px;
}

.pt25 {
    padding-top: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pt30 {
    padding-top: 30px;
}

.mt5 {
    padding-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt15 {
    margin-top: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.ml80 {
    margin-left: 80px;
}

.mt20 {
    margin-top: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.ml25 {
    margin-left: 25px;
}

.mt25 {
    margin-top: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mt30 {
    margin-top: 30px;
}

.t_c {
    text-align: center;
}

.t_r {
    text-align: right;
}

.t_l {
    text-align: left;
}

.f36 {
    font-size: 36px;
}

.f32 {
    font-size: 32px;
}

.f30 {
    font-size: 30px;
}

.f28 {
    font-size: 28px;
}

.f24 {
    font-size: 24px;
}

.f22 {
    font-size: 22px;
}

.f20 {
    font-size: 20px;
}

.f12 {
    font-size: 12px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.f14 {
    font-size: 14px;
}

.bod {
    border: 1px solid #eee;
}

.b_t {
    border-top: 1px solid #eee;
}

.b_r {
    border-right: 1px solid #eee;
}

.bb_d {
    border-bottom: 1px dotted #ddd;
}

.bb {
    border-bottom: 1px solid #eee;
}

.b_l {
    border-left: 1px solid #eee;
}

.lh30 {
    line-height: 30px;
}

.lh24 {
    line-height: 24px;
}

.t_d {
    text-decoration: underline;
}

.p_r {
    position: relative;
}

.c_p {
    cursor: pointer;
}

.c_6 {
    color: #666;
}

.white {
    color: #fff;
}

.red {
    color: #f01414;
}

.c_9 {
    color: #999;
}

.yellow {
    color: #fcdd80;
}

.blue {
    color: #1684c9;
}

.bgf {
    background: #fff;
}

.orange {
    color: #ff9000;
}

.box_s {
    box-shadow: 0 0 20px #ccc;
}

.td2 {
    text-indent: 2em;
}

.bgcolor {
    background: #f5f5f5;
}

.green {
    color: #00a04b;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

@font-face {
    font-family: font1;
    src: url(../fonts/Alibaba-PuHuiTi-Light.otf);
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0s linear 0s, opacity .2s ease-in-out;
    transition: visibility 0s linear 0s, opacity .2s ease-in-out;
}

.header.on {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .2s, opacity .2s ease-in-out;
    transition: visibility 0s linear .2s, opacity .2s ease-in-out;
}

.header__padding {
    padding-top: 133px;
}

.navbottom {
    background: #00a04b;
    height: 30px;
}

.navbar-default {
    margin: 0;
    border: none;
    background: none;
}

.logo {
    margin-top: -15px;
    padding-bottom: 15px;
}

.navbar-nav>li:after {
    content: '/';
    position: absolute;
    left: 0;
    top: 15px;
    color: #00a04b;
}

.navbar-default .navbar-nav {
    margin-top: 20px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 20px;
    padding: 15px 25px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    background: none;
    color: #00a04b;
}

.navbar-default .navbar-nav>.active .dropdown-menu {
    background: none;
    display: block;
    border: none;
    box-shadow: none;
    min-width: 350px;
}

.n2 {
    width: 100%;
    /* width: 1000px; */
    /* margin-left: -500px; */
}

.dropdown-menu>li>a {
    color: #535353;
    font-size: 14px;
    padding: 3px 10px;
    display: inline-block;
}

.dropdown-menu>li>a.on {
    color: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: none;
    color: #fff;
}

.banner_news {
    background-size: cover;
    height: 347px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.hoverli:hover .dropdown-menu {
    display: block !important;
}

.banner_news h4 {
    font-size: 30px;
    line-height: 48px;
	
}

.banner_news i {
    display: block;
    margin: 0 auto;
    width: 53px;
    height: 5px;
    background: #00a04b;
}

.banner_news .line {
    padding: 170px 0 20px;
}

.footer {
    background: #353535;
    color: #fff;
    line-height: 26px;
    padding: 25px 0;
}

.newslist {
    padding: 50px 0;
}

.line_base {
    display: inline-block;
    width: 53px;
    height: 5px;
    background: #00a04b;
}

.newslist .a li {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 30px;
}

.newslist .a li a {
    display: block;
    padding-right: 30px;
}

.newslist .a li a:hover {
    background: #f5f5f5;
    color: #666;
}

.newslist .a li .media-heading .fl {
    width: 50%;
    display: block;
    height: 52px;
    overflow: hidden;
}

.newslist .a li .media-heading .fr {
    margin-top: 30px;
}

.newslist .a li .media-body .lh24 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pagination>li>a,
.pagination>li>span {
    color: #666;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #00a04b;
    border: 1px solid #00a04b;
}

.newslist .a li .media-object {
    width: 204px;
    height: auto;
}

.langues {
    margin-top: 10px;
}

.langues a {
    padding: 0 10px;
	font-size:18px;
}

.newsitem {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 30px 50px;
}

.newsitem .bd {
    padding-top: 30px;
}

.newsitem .hd h1 {
    font-size: 24px;
}

.newsitem .bd p {
    line-height: 24px;
    text-indent: 2em;
    margin: 20px 0;
}

.newsitem .bd img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.newsitem_ft i {
    font-size: 34px;
    color: #00a04b;
}

.newsitem_ft i.disabled {
    color: #e5e4e4;
}

.banner_aboutus {
    background: url(../images/2_02.jpg) center no-repeat;
    background-size: cover;
    height: 347px;
}

.aboutus .a {
    background: url(../images/2_03.jpg) center no-repeat;
    background-size: cover;
    height: 410px;
    text-align: center;
    font-size: 24px;
    padding-top: 90px;
    color: #000;
}

.aboutus .a h2,
.aboutus .b h2 {
    font-size: 30px;
    margin: 20px 0 50px;
}

.aboutus .a i {
    background: #000;
}

.aboutus .b {
    padding: 60px 0;
    text-align: left;
    font-size: 18px;
}

.aboutus .b dd {
    margin: 40px 0;
    color: #626262;
}

.aboutus .c {
    background: #dedede;
    padding: 80px 0 50px;
}

.aboutus .c .pic {
    width: 100%;
    margin-top: 30px;
}

.aboutus .c h2,
.aboutus .d h2 {
    font-size: 30px;
}

.aboutus .c p {
    margin-top: 20px;
    line-height: 24px;
    padding-right: 30px;
}

.aboutus .d {
    text-align: center;
    padding: 80px 0;
}

.aboutus .d p {
    line-height: 24px;
}

.aboutus .d .pic {
    height: 260px;
    margin-top: 50px;
}

.aboutus .d .pic img {
    width: 100%;
}

.aboutus .d h3 {
    font-size: 24px;
    margin: 50px 0 30px;
}

.dropdown-menu1 {
    right: 0;
    left: auto;
}

.banner_jion {
    background: url(../images/7_02.jpg) center no-repeat;
    background-size: cover;
}

.banner_pro {
    background: url(../images/4_02.jpg) center no-repeat;
    background-size: cover;
}

.joinus .a {
    text-align: center;
}

.joinus h2 {
    font-size: 24px;
}

.joinus .a {
    padding: 60px 0;
}

.joinus .a a {
    display: block;
    position: relative;
    margin-top: 40px;
    color: #fff;
}

.joinus .a a dl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.joinus .a a dl dt {
    font-size: 24px;
    margin-bottom: 20px;
}

.joinus .a a dl dd {
    padding: 0 10px;
}

.joinus .a a img {
    width: 100%;
    border-radius: 10px;
}

.joinus .b {
    background: #eeeeee;
    padding: 50px 0;
    text-align: center;
}

.joinus .b .box {
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    margin-top: 30px;
    border-radius: 5px;
    min-height: 197px;
}

.joinus .c {
    text-align: center;
    padding: 50px 0;
}

.joinus .c .more {
    font-size: 20px;
    border: 1px solid #00a04b;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 30px;
}

.joinus .c ul {
    margin: 50px 0;
}

.joinus .c li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    height: 230px;
    background: #27bdcc;
    color: #000;
}

.joinus .c li dt {
    font-size: 18px;
}

.joinus .c li dl {
    padding-top: 80px;
}

.joinus .c li dd {
    font-size: 12px;
    opacity: 0.5;
    margin-top: 10px;
}

.joinus .c li:first-child {
    background: #eeeeee;
}

.joinus .c li:last-child {
    background: #a2aeae;
}

.joinus .c li:nth-child(2) {
    background: #00a04b;
}

.products .b {
    text-align: center;
    padding: 50px 0;
}

.products h2 {
    font-size: 30px;
}

.products h4 {
    font-size: 18px;
    margin: 30px 0 60px;
    line-height: 24px;
}

.products .b img {
    max-width: 100%;
}

.products .a {
    text-align: center;
    padding-top: 50px;
}

.products .a .tab-content {
    background: #eeeeee;
}

.products .a .tab-content a {
    display: block;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-top: 30px;
}

.products .a .tab-content a .pic {
    border-bottom: 1px solid #ddd;
    height: 200px;
    overflow: hidden;
}

.products .a .tab-content a img {
    max-width: 100%;
}

.products .a .tab-content a dt {
    font-size: 24px;
    margin: 20px 0;
}

.products .a .nav-tabs {
    border: none;
}

.products .a .nav-tabs>li {
    margin: 0;
    width: 33.333%;
    text-align: center;
    font-size: 30px;
}

.products .a dt {
    height: 120px;
}

.products .a .nav-tabs>li>a {
    border: none;
    margin: 0;
    opacity: 0.5;
}

.products .a .nav-tabs>li.active>a,
.products .a .nav-tabs>li.active>a:focus,
.products .a .nav-tabs>li.active>a:hover {
    background: #eeeeee;
    border: none;
    opacity: 1;
}

.products .a_zx {
    padding-bottom: 50px;
}

.products .a_zx h5 {
    font-size: 18px;
    margin: 30px 0 10px;
}

.products .a_zx .form-control {
    height: 44px;
    font-size: 18px;
}

.products .b_zx {
    background: #eeeeee;
    padding: 20px 0 50px;
}

.products .b_zx h5 {
    font-size: 18px;
    margin: 30px 0 10px;
}

.products .b_zx input,
.products .b_zx select {
    height: 44px;
    font-size: 18px;
}

.products .b_zx .box a {
    display: inline-block;
    width: 128px;
    height: 44px;
    color: #c2c2c2;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.products .b_zx .box a.on {
    background: #00a04b;
    color: #fff;
}

.products .a_SuaKIT {
    padding-bottom: 50px;
}

.products .a_SuaKIT a,
.products .b_SuaKIT a {
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 20px #ddd;
    background: #fff;
    padding: 30px 15px ;
    margin-top: 30px;
	
}

.products .a_SuaKIT a .pic {
    border-bottom: 1px solid #ddd;
    height: 240px;
}

.products .a_SuaKIT a .pic img {
    width: 100%;
}

.products .a_SuaKIT a dt,
.products .b_SuaKIT a dt {
    font-size: 24px;
    padding: 40px 0 20px;
}

.products .b_SuaKIT {
    background: #eeeeee;
    padding: 50px 0;
    text-align: center;
}

.products .b_SuaKIT a .pic {
    height: 200px;
    border-bottom: 1px solid #ddd;
}

.products .b_SuaKIT a img {
    max-width: 100%;
}

.products .c_SuaKIT {
    background: #00a04b;
    text-align: center;
    padding: 80px 0;
}

.homepage .b .ul2 li,
.products .c_SuaKIT li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 10px;
}

.homepage .b .ul2 li a,
.products .c_SuaKIT li>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.homepage .b .ul2 li a:hover img,
.products .c_SuaKIT li>a:hover img {
    transform: scale(1.2);
}

.homepage .b .ul2 li>a img,
.products .c_SuaKIT li>a img {
    width: 100%;
    transition: all 0.6s;
}

.homepage .b .ul2 li>a>span,
.products .c_SuaKIT li>a>span {
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.products .c_SuaKIT i {
    background: #000;
}

.products .c_SuaKIT .title {
    padding: 70px 0 0;
}

.homepage .b .ul2 li>a>p,
.products .c_SuaKIT li>a>p {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #00a04b;
    box-sizing: border-box;
    width: 40px;
    margin: 0;
}

.homepage .b .ul2 li>a>p>span,
.products .c_SuaKIT li>a>p>span {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.products .g_SuaKIT {
    text-align: center;
    padding: 50px 0;
}

.products .g_SuaKIT .row {
    padding-top: 60px;
}

.products .g_SuaKIT .pic {
    box-shadow: 0 0 15px #ddd;
}

.products .g_SuaKIT li a {
    display: block;
    width: 60%;
    border: 1px solid #ddd;
    font-size: 24px;
    color: #959797;
    padding: 10px;
    border-radius: 40px;
    margin-top: 40px;
}

.products .g_SuaKIT li a.on {
    border: 1px solid #00a04b;
    color: #00a04b;
}

.products .f_SuaKIT i {
    background: #fff;
}

.products .f_SuaKIT {
    background: url(../images/3_88.png) 90% 80% no-repeat #00a04b;
    text-align: center;
    color: #fff;
    padding: 50px 0 90px;
    font-size: 18px;
}

.products .f_SuaKIT dt {
    font-size: 24px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 80px;
    border-radius: 40px;
    margin: 40px 0 20px;
}

.products .e_SuaKIT {
    background: #f3f6fc;
    padding: 70px 0;
    text-align: center;
}

.products .e_SuaKIT .box {
    margin-top: 40px;
}

.products .e_SuaKIT .box dt {
    font-size: 24px;
    margin: 20px 0 12px;
}

.products .e_SuaKIT .box dd {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.products .e_SuaKIT .box img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
}

.products .d_SuaKIT {
    text-align: center;
    padding: 80px 0;
}

.products .d_SuaKIT .hd {
    line-height: 50px;
    font-size: 18px;
    background: #e9eae9;
    margin-top: 30px;
    overflow: hidden;
}

.products .d_SuaKIT .hd span {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    margin-left: -11px;
    z-index: 99;
}

.products .d_SuaKIT .box {
    padding: 50px 40px;
}

.products .d_SuaKIT .hd .bgcolor {
    background: #00a04b;
}

.products .d_SuaKIT .bgcolor {
    background: #f3f6fc;
}

.products .d_SuaKIT .box.on .media-body {
    opacity: 0.5;
}

.products .d_SuaKIT .box .lh24 {
    height: 130px;
    overflow: hidden;
}

.products .d_SuaKIT .media-object {
    width: 158px;
    height: 124px;
}

.over {
    overflow: hidden;
}

.homebanner {
    background: url(../images/bg.jpg) center top;
    background-size: cover;
}

.homebanner .header {
    background: none;
    padding-top: 20px;
    color: #fff;
}

.homebanner .header a {
    color: #fff;
}

.homebanner .header .navbar-default .navbar-nav>li>a {
    color: #fff;
}

.homebanner .box {
    height: 1007px;
    text-align: center
}

.homebanner .box p {
    line-height: 48px;
    font-size: 28px;
    margin: 30px 0;
    font-family: font1;
    color: #fff;
}

.homebanner .box h1 {
    font-size: 64px;
    color: #fff;
}

.homebanner .box h3 {
    font-size: 45px;
    color: #00a04b;
    margin-bottom: 50px;
    font-family: font1;
}

.homepage .a {
    padding: 60px 0;
}

.homepage .a .left h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

.homepage .a .left>p {
    line-height: 24px;
    margin: 20px 0;
	font-size:18px;
}

.homepage .a .left .more {
    display: inline-block;
    color: #00a04b;
    border: 1px solid #00a04b;
    font-size: 24px;
    padding: 5px 40px;
    border-radius: 50px;
}

.homepage .a .left .more:hover {
    color: #fff;
    background: #00a04b;
}

.homepage .a ul {
    margin-top: 90px;
}

.homepage .a li {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    padding: 5px;
}

.homepage .a li .p_r {
    overflow: hidden;
    text-transform: uppercase
}

.homepage .a li img {
    width: 100%;
    transition: all 0.6s;
}

.homepage .a li:hover img {
    transform: scale(1.2);
}

.homepage .a li a {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    font-size: 20px;
}

.homepage .a li a p {
    position: absolute;
    left: 10px;
    bottom: 0;
}

.homepage .a li a p span {
    font-size: 16px;
}

.homepage .a li a:hover {
    background: rgba(0, 199, 177, 0.5);
    color: #fff;
}

.homepage .b {
    text-align: center;
    background: url(../images/bg_03.jpg) center no-repeat;
    background-size: cover;
    padding: 50px 0 90px;
}

.homepage h2 {
    font-size: 30px;
    margin: 50px 0 30px;
}

.homepage h2 p {
    font-size: 24px;
    line-height: 36px;
}

#owl-demo {}

#owl-demo a {
    display: block;
    padding: 20px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    text-align: left;
    font-size: 17px;
    line-height: 29px;
    margin: 20px;
}

#owl-demo a span {
    display: block;
    color: #fff;
    font-size: 16px;
    background: #00a04b;
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 20px;
    border-radius: 40px;
}

.homepage .c {
    text-align: center;
    background: url(../images/1_61.jpg) center no-repeat;
    height: 515px;
    color: #fff;
    padding-top: 60px;
    background-size: cover;
}

.homepage .c h2 {
    margin-top: 20px;
}

.homepage .c .box {
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 50px;
}

.homepage .c .box .box1 {
    font-size: 18px;
}

.homepage .c .box .box1 p {
    padding-top: 30px;
}

.homepage .c .box .box1 img {
    height: 208px;
}

.homepage .d {
    background: url(../images/bg_05.jpg) center no-repeat;
    background-size: cover;
    padding: 50px 0 80px;
    text-align: center;
}

.homepage .d h3 {
    font-size: 24px;
    color: #747474;
    margin-bottom: 20px;
}

.homepage .d li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 3px;
}

.homepage .d li a {
    display: block;
    overflow: hidden;
}

.homepage .d li img {
    width: 100%;
    height: 87px;
    transition: all 0.6s;
}

.homepage .d li:hover img {
    transform: scale(1.2);
}

.homepage .e {
    background: url(../images/bg_07.jpg) center no-repeat;
    text-align: center;
    background-size: cover;
    padding: 60px 0 80px;
}

.homepage .e i {
    background: #000;
}

.homepage .e .box {
    margin-top: 30px;
}

.homepage .e .box .box1 {
    width: 310px;
    height: 310px;
    background: #fff;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -155px;
    text-align: left;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.homepage .f {
    padding: 80px 0;
}

.homepage .f .media {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

.homepage .e .box .box1 p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.btn-primary {
    background: #00a04b;
    border: 1px solid #00a04b;
}

.sanv {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.sanv a {
    display: block;
    padding: 0 20px;
    line-height: 35px;
    border: 1px solid #ddd;
    margin-right: 20px;
    margin-top: 20px;
	font-size:18px;
}

.sanv a:hover,
.sanv a.cur {
    background: #00a04b;
    border: 1px solid #00a04b;
    color: #fff;
}

@media (min-width:992px) and (max-width:1199px) {
    .homebanner .swiper-slide a {
        height: 800px;
    }
    .homebanner .box h3 {
        font-size: 25px;
        margin-bottom: 150px;
    }
    .homebanner .box h1 {
        font-size: 48px;
    }
    .homebanner .box p {
        font-size: 20px;
    }
    .homepage .c .box .box1 img {
        height: 80px;
    }
    .homepage h2,
    .homepage .b .ul1>li a .tip,
    .homepage .a .left h2 {
        font-size: 22px;
    }
    .homepage h2 p,
    .homepage .d h3,
    .homepage .c .box .box1,
    .homepage .a .left .more {
        font-size: 16px;
    }
    .products .a .nav-tabs>li,
    .banner_news h4,
    .products h2 {
        font-size: 22px;
    }
    .products .a .tab-content a .pic {
        height: 160px;
    }
    .products .a_SuaKIT a .pic {
        height: 180px;
    }
    .products .a .tab-content a dt,
    .products .a_SuaKIT a dt,
    .products .b_SuaKIT a dt {
        font-size: 18px;
    }
    .products .a_zx h5,
    .products .b_zx h5 {
        font-size: 16px;
    }
    .products .a_SuaKIT a dt,
    .products .b_SuaKIT a dt {
        padding: 15px 0;
    }
    .aboutus .a h2,
    .aboutus .b h2,
    .aboutus .a,
    .aboutus .c h2,
    .aboutus .d h2 {
        font-size: 24px;
    }
    .aboutus .b {
        font-size: 16px;
    }
    .aboutus .d .pic {
        height: 194px;
    }
    .banner_aboutus {
        height: 250px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-default .navbar-nav>li>a {
        padding: 15px;
    }
    .homebanner .swiper-slide a {
        height: 700px;
    }
    .homebanner .box h3 {
        font-size: 25px;
        margin-bottom: 150px;
    }
    .homebanner .box h1 {
        font-size: 40px;
    }
    .homebanner .box p {
        font-size: 14px;
        line-height: 24px;
    }
    .homepage .c .box .box1 img {
        height: 60px;
    }
    .homepage h2,
    .homepage .b .ul1>li a .tip,
    .homepage .a .left h2 {
        font-size: 16px;
    }
    .homepage h2 p,
    .homepage .d h3,
    .homepage .c .box .box1,
    .homepage .a .left .more {
        font-size: 14px;
    }
    .homepage .b .ul1>li a .tip {
        margin-top: 15px;
    }
    .homepage .d li {
        width: 25%;
    }
    .homepage .d li img {
        height: 60px;
    }
    .products .a .nav-tabs>li,
    .banner_news h4,
    .products h2 {
        font-size: 18px;
    }
    .products .a .tab-content a .pic {
        height: 96px;
    }
    .products .a .tab-content a dt,
    .products .a_SuaKIT a dt,
    .products .b_SuaKIT a dt {
        font-size: 16px;
    }
    .products .a_zx h5,
    .products .b_zx h5 {
        font-size: 14px;
    }
    .products .a_SuaKIT a .pic {
        height: 140px;
    }
    .products .b_SuaKIT a .pic {
        height: 170px;
    }
    .products .a_SuaKIT a dt,
    .products .b_SuaKIT a dt {
        padding: 15px 0;
    }
    .products .a_SuaKIT a,
    .products .b_SuaKIT a {
        padding: 15px;
    }
    .products .f_SuaKIT dt {
        font-size: 18px;
    }
    .products .f_SuaKIT {
        font-size: 14px;
    }
    .products .g_SuaKIT li a {
        width: 100%;
    }
    .aboutus .a h2,
    .aboutus .b h2,
    .aboutus .a,
    .aboutus .c h2,
    .aboutus .d h2 {
        font-size: 20px;
    }
    .aboutus .b {
        font-size: 14px;
    }
    .aboutus .d .pic {
        height: 138px;
    }
}

@media (max-width:767px) {
    .logo img {
        width: 190px;
    }
    .logo {
        margin: 0;
        padding: 5px 0 0 0px;
    }
    .langues {
        position: absolute;
        left: 57%;
        padding-top: 5px;
		z-index:999
    }
	.langues a{ font-size:14px;}
    .navbar-collapse {
        float: none;
    }
    .homebanner .navbar-collapse {
        background: #333;
    }
    .homebanner .navbar-nav>li>.dropdown-menu {
        background: none;
    }
    .navbar-nav>li:after {
        display: none;
    }
    .newslist .a li .media-object {
        width: 100%;
        height: auto;
    }
    .newslist .a li i {
        margin: 0;
    }
    .newslist .a li .media-heading .fl {
        font-size: 15px;
        width: 100%;
        height: auto;
        margin-top: 10px;
        line-height: 20px;
    }
    .newslist .a li .media-body .lh24 {
        margin-bottom: 10px;
    }
    .newslist .a li .media-heading .fr {
        display: none;
    }
    .footer img {
        display: block;
        margin: 0 auto 10px;
    }
    .navbottom {
        display: none;
    }
    .header__padding {
        padding-top: 50px;
    }
    .dropdown-menu>li>a {
        color: #666;
        padding-left: 40px;
    }
    .navbar-nav>li>.dropdown-menu {
        position: static;
        float: none;
        display: block;
    }
    .newsitem {
        padding: 15px;
    }
    .newsitem .hd h1 {
        font-size: 18px;
    }
    .aboutus .a,
    .aboutus .b {
        font-size: 14px;
        line-height: 30px;
    }
    .aboutus .a h2,
    .aboutus .b h2,
    .aboutus .c h2,
    .aboutus .d h2 {
        font-size: 20px;
    }
    .aboutus .d h3 {
        font-size: 16px;
    }
    .joinus .b .box {
        height: auto;
        padding: 15px;
    }
    .joinus .c li {
        width: 50%;
        margin: 0;
    }
    .products .a .nav-tabs>li {
        font-size: 14px;
    }
    .products .a .tab-content a .pic {
        height: 70px;
    }
    .products .a .tab-content a dt {
        font-size: 14px;
    }
    .products .a .tab-content a dd {
        font-size: 12px;
    }
    .navbar-nav>li>.dropdown-menu {
        border: none;
        box-shadow: none;
    }
    .dropdown-menu>li>a {
        display: block;
    }
    .dropdown-menu>li>a.on {
        color: #00a04b;
    }
    .banner_news h4 {
        font-size: 16px;
    }
    .products .a_zx h5,
    .products .a_zx .form-control,
    .products .b_zx h5,
    .products .b_zx input,
    .products .b_zx select {
        font-size: 14px;
    }
    .products .b_zx .box a {
        width: 90px;
        font-size: 14px;
    }
    .products .c_SuaKIT li,
    .homepage .b .ul2 li {
        width: 50%;
    }
    .products .d_SuaKIT .box {
        padding: 15px 0;
    }
    .products .d_SuaKIT .media-object {
        width: 100px;
        height: auto;
    }
    .products .d_SuaKIT .hd span {
        top: 50%;
        margin-top: -25px;
    }
    .products .e_SuaKIT .box img {
        width: 100px;
        height: 100px;
    }
    .products .e_SuaKIT .box dt {
        font-size: 16px;
    }
    .products .f_SuaKIT dt {
        font-size: 14px;
        display: block;
        padding: 5px;
    }
    .products .f_SuaKIT {
        font-size: 12px;
    }
    .products .f_SuaKIT {
        background: #00a04b;
    }
    .products .g_SuaKIT li a {
        width: 100%;
        font-size: 16px;
    }
    .products h2 {
        font-size: 18px;
    }
    .products .d_SuaKIT .box .lh24 {
        font-size: 12px;
        margin: 0;
    }
    .products .d_SuaKIT .box .f18 {
        font-size: 14px;
    }
    .homepage .a li a {
        font-size: 12px;
    }
    .homepage .b .ul1>li a {
        padding: 15px;
    }
    .homepage .b .ul1>li a .tip {
        margin-top: 10px;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
    }
    .homepage .b .ul1>li a {
        font-size: 14px;
    }
    .homepage .c .box .box1 img {
        height: auto;
        width: 100%;
    }
    .homepage .c {
        height: auto;
        background-size: auto 100%;
        padding-bottom: 60px;
    }
    .homepage .c .box .box1 p {
        font-size: 14px;
        padding: 10px 0 30px;
    }
    .homepage .d {
        background-size: auto 100%;
    }
    .homepage .e {
        padding: 30px 0;
    }
    .homepage .e .box .box1 {
        position: static;
        width: 100%;
        margin: 20px 0 0;
    }
    .homepage .e .box>img {
        width: 100%;
    }
    .homebanner .box h1 {
        font-size: 20px;
    }
    .homebanner .box p {
        font-size: 12px;
        line-height: 24px;
        margin: 10px 0;
    }
    .homebanner .box h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .homebanner .swiper-slide a {
        height: 300px;
        background-size: auto 100%;
    }
    .homebanner .box {
        bottom: 10px;
    }
    .newslist .a li a {
        padding: 0;
    }
    .newslist .a li .media-body,
    .newslist .a li .media-left,
    .newslist .a li .media-right {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .banner_aboutus {
        height: 200px;
    }
    .aboutus .c p {
        padding: 0;
    }
    .productpic img {
        width: 100%
    }
}

.homebanner .header .navbar-default .navbar-nav>li>a:hover {
    color: #00a04b;
}

.apic {
    line-height: 30px;
    text-align: left;
    font-size: 16px;
}

.apic p {
    margin-top: 10px;
    color: #666
}

.apic .abopic {
    float: right;
    margin-left: 20px;
    width: 400px;
}

#owl-demo {
    margin-left: auto;
    margin-right: auto;
}

#owl-demo img {
    width: 100%
}

#owl-demo .owl-buttons {
    position: relative;
    height: 24px;
}

#owl-demo .owl-buttons div {
    width: 14px;
    height: 24px;
    background-color: #eee;
}

#owl-demo .owl-buttons .owl-prev {
    position: absolute;
    left: -20px;
    top: -190px;
    background: url(../images/prev1.png) center center no-repeat;
}

#owl-demo .owl-buttons .owl-next {
    position: absolute;
    right: -20px;
    top: -190px;
    background: url(../images/next1.png) center center no-repeat;
}

#owl-demo1 .item {
    position: relative;
}

#owl-demo1 .owl-pagination {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 22px;
    text-align: center;
}

#owl-demo1 .owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    *display: inline;
    *zoom: 1;
}

#owl-demo1 .owl-pagination .active {
    background-color: #198b9a
}