/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #fbfbfb;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
    text-transform:capitalize;
}

a {
    text-decoration: none;
    outline: none;
}


a:hover,
a:active,
a:focus {
    color: #0bab4f;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1400px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    width: 100%;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.quickNav{}
.quickNav .quick{
	display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.quickNav .quick li{
	position: relative;
	z-index: 999;
}

.quickNav .quick li a{
	zoom: 1;
    line-height: 20px;
    padding: 12px 20px;
    display: block;
    color: #333;
}

.quickNav .quick .m h3{
	color: #fff;
    padding-left: 25px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 100px;

}
.quickNav .quick .m h3 span{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.quickNav .quick #m2 span{
    margin-right: 5px;
}
.quickNav .quick #m2 h3::after{
    content: "\e654";
    font-size: 18px;
    font-weight: normal;
    transform:rotate(-90deg);
    
    
  
}
.quickNav .quick #m2:hover h3:after{
    transform:rotate(0deg);
    transition: all .3s;
}
.quickNav .quick .sub{
	display: none;
    width: 120px;
    padding: 10px 0;
    position: absolute;
    top: 70px;
    background: #fff;
    line-height: 30px;
}
.quickNav .quick .sub li:hover a{
	color: #009e77;
	text-decoration: none;
    background-color: #f5f5f5;
}
.wh1600 {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
}
.wh1200 {
    max-width: 1200px;
    margin: auto;
}
.wh1400{
    max-width: 1600px;
    margin: auto;
}
/*头部样式*/
.top-head{
    background: #0a50a5;
}
.top-head p{
    color: #fff;
    line-height: 28px;
    font-size: 12px;
    text-align: left;
}
.k4{
	padding-left: 80px;
	background: url(../images/phone.png) no-repeat center left;
	font: 600 35px/37px "Arial";color: #ee7a00;
	margin-top: 28px;
}
.k4 span{
	font: 400 18px/26px "Microsoft Yahei";color: #666666;
}
.tops{
    width: 100%;
    padding: 1% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 126px;
}
.nav-box{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}
.top2 {
    /* position: absolute; */
    width: 100%;
    z-index: 999;
    background-color: #fff;
    height: 126px;
}

.logo {
    display: flex;
    align-items: center;
    max-width: 640px;

}
.logo p{
    font-size: 16px;
    color: #666;
    white-space: nowrap;
}
.logo .xian{
    width: 20px;
    height: 38px;
    background-color: #000;
    opacity: .3;
    margin: 0 3%;
}
.logo img{
    width: 100%;
}

/* 导航样式 */
.x-menu {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.x-menu>li {
    position: relative;
    margin-left: 60px;
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    text-align: center;

    opacity: 1;

}


.x-menu>li>a:hover {
    opacity: 1;
    
}



.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #333;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 20vh;
    left: 0%;
    top: 76px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    color: #fff;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #666;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}


.top-contact{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.top-share{
    display: flex;
    align-items: center;
}
.top-share a{
    margin-left: 20px;
}
.top-en{
    
    margin:0 20px;
}.x-menu>li
.top-en a{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.top-tel{
    display: flex;
    align-items: center;
}
.top-tel img{}
.top-tel p{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 38px;
    font-weight: bold;
    color: #049f47;
}









.frame{
    padding: 3% 0;
}


.tit{
    text-align: center;
    margin-bottom: 3%;
}
.tit span{
    color: #0bab4f;
}
.tit h5{
    font-size: 50px;
    color: #000;
    font-weight: bold;
}

.tit p{
    font-size: 22px;
    color: #000; 
}
.link-a{
    margin-top: 90px;
    display: flex;
    justify-content: center;
    width: 100%;
    
}
.link-a a{
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-direction: row;
    height: 48px;
    width: 180px;
    background-color: #0bab4f;
    align-items: center;
    justify-content: center;
}
.link-a a i{
    background: url(../images/link-a.png);
    display: inline-block;
    width: 0;
    margin: 0;
    transition: all .3s;
}
.link-a a:hover i{
    
    width: 22px;
    height: 22px;
    margin-left: 20px;
}
.box1{
    background: url(../images/box1-bg.jpg) no-repeat bottom center #fff;
    padding: 5% 0;
}

.shuzi-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shuzi-box .words{}
.shuzi-box .words h5{
    font-size: 50px;
    color: #000;
}
.shuzi-box .words span{
    color: #0bab4f;
}
.shuzi-box .words h6{
    font-size: 22px;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.shuzi-box .words h6::after{
    content: '';
    width: 73px;
    height: 5px;
    background-color: #0bab4f;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;

}
.shuzi-box .words p{
    font-size: 16px;
    color: #000;
    max-width: 510px;
}
.shuzi-box .shuzi{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.shuzi-box .shuzi ul{
    display: flex;
    justify-content: flex-end;
}
.shuzi-box .shuzi .xian{
    width: 1px;
    height: 120px;
    background-color: #000;
    opacity: .1;
    margin: 0 80px;
}
.shuzi-box .shuzi li{
  
    text-align: center;
}
.shuzi-box .shuzi li h5{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 60px;
    color: #0bab4f;
}
.shuzi-box .shuzi li p{
    font-size: 17px;
    color: #000;
}
.shuzi-box .shuzi .link-a{
    justify-content: flex-end;
    margin-top: 30px;
}


.box2{
    background-color: #f5f5f5;
}
.product{
    position: relative;
}
#product{
    overflow: hidden;
}
.product .words{}
.product .words .com-img{
    border: 1px solid #cdcdcd;
}
.product .words p{
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    background-color: #ababab;
    text-align: center;
}


.swiper-prev , .swiper-next{
    font-family: 'iconfont';
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 50%;
}

.swiper-prev{
    left: -5%;
}
.swiper-next{
    right: -5%;
}

.swiper-prev:hover , .swiper-next:hover {
    color: #0bab4f;
}

.case{}
.case ul{
    display: flex;
    flex-wrap: wrap;
}
.case li{
    width: 25%;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.box4{
    background: url(../images/box4-bg.jpg) no-repeat bottom center #f4f5f6
}

.box4 .text{}
.box4 .text p{
    font-size: 18px;
    color: #000;
    letter-spacing:2px;
}
.box4 .link-a{
    margin-top: 30px;
}

.factory{
    margin-top: 2%;
}
.factory ul{
    display: flex;
    justify-content: space-between;
}
.factory li{
    width: 31%;
    margin-right: 2%;
}
.factory li:nth-child(3n){
    margin-right: 0;
}

.certificate{
    position: relative;
    margin-top: 2%;
}
#certificate{
    overflow: hidden;
}
.certificate .com-img{}

.box5 , .box6{
    background:  #f4f5f6;
}
.dz-tit{
    display: flex;
    justify-content: space-between;
}
.dz-tit .tit{
    text-align: left;
}
.dz-tit .link{}
.dz-tit .link h5{
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #0bab4f;
}
.dz-tit .link{
    text-align: right;
}
.dz-tit .link .link-a{
    margin-top: 5px;
    
}
.dz-tit .link .link-a a{
    width: 240px;
}
.dz-icon{}
.dz-icon ul{
    display: flex;
    justify-content: space-between;
}
.dz-icon li{
    width: 107px;
    cursor: pointer;
}
.dz-icon li .img{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.dz-icon li .img img{
    filter: grayscale(1);
    transition: all .3s;
}
.dz-icon li .img .icon-bg{
    opacity: .5;
}
.dz-icon li .img .icon{
    position: absolute;
    filter: brightness(0.5);
}
.dz-icon li .img:hover img{
    filter: grayscale(0);
    opacity: 1;
}
.dz-icon li p{
    font-size: 19px;
    color: #000;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}



.news{
    display: flex;
    justify-content: space-between;
}
.news-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.news-tit h5{
    font-size: 30px;
    color: #333;
}
.news-tit a{
    width: 33px;
    height: 33px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #0bab4f;
    border-radius: 33px;
}
.hot-news{
    width: 48%;
}
.hot-news .link-a{
    margin-top: 20px;
    justify-content: flex-start;
}
.news .words{
    width: 48%;
}
.news .words ul{}
.news .words li:first-child{
    border-top: 1px solid rgba(0,0,0,.1) ;
}
.news .words li{
    border-bottom:1px dashed rgba(0,0,0,.1) ;
    padding-bottom: 3%;
}
.news .text{
    padding-top: 3%;
}
.news .text a{
    font-size: 22px;
    color: #000;
}
.news .text a:hover{
    color: #0bab4f;
}
.news .text p{
    font-size: 16px;
    color: #000;
    opacity: .5;
    margin-top: 10px;
}






















/**/
.foot{
    padding-top: 50px;
    background: url(../images/f-bg.jpg) no-repeat bottom #000;
}

.f-box1{
    display: flex;
    justify-content: space-between;
}
.foot2l{
    margin-top: 20px;
}
.f-box1 .f-logo{}
.f-box1 .f-logo ul{
    display: flex;
}
.f-box1 .f-logo li{
    margin-right: 120px;
}
.f-box1 .f-logo li a{
    font-size: 18px;
    color: #fff;
    opacity: .7;
}
.f-ewm{}
.f-ewm ul{
    display: flex;
    justify-content: flex-end;
}
.f-ewm li{
    width: 110px;
    margin-left: 10px;
}
.f-ewm li img{
    width: 100%;
}
.f-ewm li p{
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
.f-box2{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1%;
}
.f-box2 .words{
    width: 100%;
}
.f-box2 .words h5{
    font-size: 38px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #fff;
    margin-bottom: 10px;
}
.f-box2 .words span{
    font-size: 18px;
    font-weight: normal;
}
.f-box2 .words p{
    font-size: 18px;
    color: #fff;
}
.f-box2 .link-a {
    justify-content: flex-end;
    margin-top: 30px;
}
.f-box2 .link-a i{
    background: url(../images/link-b.png);
    margin-left: 0px;
    margin-right: 20px;
}

.bq{
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
.bq p{
    font-size: 16px;
    color: #767676;
}


.z-banner img{
    width: 100%;
}



/* neiye */
.nei-left-title{
    background: url(../images/wn.png) no-repeat right center #42b25d;
    position: relative;
    line-height: 58px;
    position: relative;
    width: 229px;
    height: 58px;
    background-position-x: 170px;
}
.nei-left-title>h3{
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    font-weight: 400;
    position: relative;
    z-index: 9;
    padding-left: 30px;
}
.nei-left-title h3 span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  display: none;
}
.nei-left-title h3 span:before {
  content: "/";
  padding-right: 5px;
}
