/*初始化样式*/
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: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #009b4c;
    text-decoration: none;
    outline: none;
}

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
}

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;
}


/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


.wh {
    width: 1200px;
    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;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}



.roll_product {
    float: left;
}

.plist {
    margin-top: 56px;
}

.plist li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.plist li:nth-child(3n) {
    margin-right: 0;
}

.plist li a.img {
    border: 1px solid #e5e5e5;
    display: block;
}

.plist li a.img img {
    width: 388px;
    height: 388px;
}

.plist li h3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

/*头部样式*/
.top1 {
    height: 30px;
    background-color: #f4f4f4;
    color: #888888;
    line-height: 30px;
    overflow: hidden;
    font-size: 12px;
    /* font-family: "simhei"; */
}

.top1 a {
    color: #888888;
}

.top2 {
    height: 110px;
    overflow: hidden;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 110px;
}

.top2 .k2 {
    margin-top: 34px;
    padding-left: 48px;
    background: url(../images/tel.png) no-repeat left center;
}

.top2 .k2 h3 {
    font-size: 16px;
    font-weight: normal;
    color: #242424;
    /* font-family: "simhei"; */
}

.top2 .k2 p {
    font-family: "Impact";
    font-size: 22px;
    line-height: 24px;
    color: #3b8433;
    margin-top: 4px;
}



.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 a {
    color: #595959;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    background: #3b8433;
}



/*热门搜索*/
.sou {
    height: 40px;
    border-bottom: 1px solid #eeeeee;
}

#formsearch {
    float: right;
}

.hotSearch {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #555555;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 15px;
}

#formsearch {
    height: 24px;
    line-height: 24px;
    margin-top: 8px;
    background: url(../images/s.png) no-repeat center center;
}

#formsearch input {
    outline: none;
    background: none;
    border: none;
}

#formsearch input#keyword {
    width: 169px;
    padding-left: 12px;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
    color: #cbcbcb;
}

#formsearch input#keyword::placeholder {
    font-size: 12px;
    font-weight: normal;
    color: #cbcbcb;
}

#formsearch input#s_btn {
    width: 30px;
}


/*导航栏样式*/
.nav li {
    text-align: center;
    float: left;
    position: relative;
    z-index: 999;
    width: 150px;
}

.nav li a {
    display: block;
    line-height: 50px;
    color: #fff;
    height: 50px;
    padding: 0;
    font-size: 16px;
    padding: 0;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a4ca0f;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #a4ca0f;
}

.nav .sec {
    height: 0;
    background: #3b8433;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
}

.nav .sec a {
    background: #3b8433;
    color: #fff;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.nav .sec a:hover {
    background: #a4ca0f;
    text-decoration: none;
}







.p1 {
    background: url(../images/ab1.png) no-repeat left 199px;
    padding-top: 78px;
}

.p1a {
    width: 542px;
    margin-left: 360px;
}

.p1a1 h3 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #242424;
    margin-bottom: 15px;
}

.p1a1 h4 {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 20px;
}

.p1a1 p {
    font-size: 14px;
    line-height: 26px;
    color: #555555;
    text-indent: 2em;
}

.p1a1>a {
    display: block;
    width: 120px;
    height: 40px;
    background-color: #3b8433;
    border-radius: 20px;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin-top: 28px;
}

.p1a-scroll {
    width: 540px;
    margin-top: 46px;
}

.p1a-scroll .bd li {
    width: 250px;
    height: 159px;
    margin-right: 36px;
}

.p1a-scroll .bd li a {
    display: block;
}

.p1a-scroll .bd li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.p1b img {
    width: 960px;
    height: 520px;
}






.p2-title h3 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #555555;
    margin: 50px 0 40px;
}

.p2-title h3 span {
    font-size: 24px;
    color: #555555;
    letter-spacing: 0px;
}

.p2-scroll {
    position: relative
}

.p2-scroll .bd ul li {
    width: 230px;
    height: 300px;
    background-color: #f7f7f7;
    margin-right: 40px;
}

.p2-scroll .bd ul li a {
    display: block;
    padding: 24px 26px;
}

.p2-scroll .bd ul li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.p2-scroll .bd {
    width: 1200px;
    overflow: hidden;
}

.p2-scroll .hd a.next {
    width: 50px;
    height: 50px;
    background: #ececec url(../images/p2left.png) no-repeat center center;
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    overflow: hidden;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
}

.p2-scroll .hd a.prev {
    width: 50px;
    height: 50px;
    background: #ececec url(../images/p2left.png) no-repeat center center;
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
}

.p2-scroll .hd a.next:hover {
    background: #3b8433 url(../images/p2leftb.png) no-repeat center center;
}

.p2-scroll .hd a.prev:hover {
    background: #3b8433 url(../images/p2left.png) no-repeat center center;
}





.index-title {
    text-align: center;
}

.index-title h3 {
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #3b8433;
    margin-bottom: 10px;
}

.index-title h3 span {
    color: #242424;
}

.index-title p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 4px;
}




.p3 {
    background: #f4f4f4;
    padding-top: 46px;
    margin-top: 78px;
    padding-bottom: 33px;
}

.p3 .psort {
    width: 1086px;
    margin: 50px auto 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p3 .psort li a {
    background-color: #565656;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: all ease .36s;
}

.p3 .psort li.cur a {
    background-color: #3b8433;
}

.tab1 ul {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.tab1 ul li {
    width: 350px;
    margin-bottom: 54px;
     margin-left: 30px;   
}

.tab1 ul li:hover h3 a {
    background-color: #3b8433;
}

.tab1 ul li a.img {
    display: block;
}

.tab1 ul li a.img img {
    width: 350px;
    height: 240px;
}

.tab1 ul li h3 a {
    display: block;
    width: 350px;
    height: 36px;
    background-color: #a0a0a0;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-top: 1px;
    font-size: 16px;
    font-family: "simhei";
    font-weight: 400;
    transition: all ease .36s;
}

.tab1 ul li:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.more a {
    display: block;
    width: 130px;
    height: 40px;
    background-color: #3b8433;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin: 40px auto 0;
}




.p4 {
    padding: 80px 0;
}

.p4-swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
    margin-top: 48px;
}

.p4-swiper .swiper-slide {
    width: 600px;
    height: 330px;
}


.p4-swiper .swiper-slide a {
    display: block;
}


.p4-swiper .swiper-slide a div.img img {
    display: block;
    width: 100%;
}

.p4-swiper .swiper-slide a h3 {
    font-size: 20px;
    color: #242424;
    text-align: center;
    margin-top: 30px;
    font-weight: 400;
    font-family: "simhei";
}



.p4next {
    width: 44px;
    height: 44px;
    background: #f7f7f7 url(../images/p4left.png) no-repeat center center;
    position: absolute;
    right: 279px;
    top: 42%;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    outline: none;
    z-index: 999;
    border-radius: 50%;
}

.p4next:hover {
    background: #3b8433 url(../images/p4right.png) no-repeat center center;
}

.p4prev {
    width: 44px;
    height: 44px;
    background: #f7f7f7 url(../images/p4left.png) no-repeat center center;
    position: absolute;
    left: 279px;
    top: 42%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    z-index: 999;
    border-radius: 50%;
}

.p4prev:hover {
    background: #3b8433 url(../images/p4right.png) no-repeat center center;
}

.p4 .more a {
    margin: 32px auto 0;
}


.p5 {
    height: 250px;
    background: url(../images/p5.jpg) no-repeat center center;
}

.p5a {
    width: 615px;
    padding-top: 50px;
}

.p5a h3 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 14px;
}

.p5a .p5a2 {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.p5a .p5a2 h4 {
    font-size: 34px;
    letter-spacing: 2px;
    color: #ffffff;
}

.p5a p {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
}

.p5b {
    width: 219px;
    height: 250px;
    background-color: #3b8433;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p5b h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 10px 0;
}

.p5b p {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}

.p5b a {
    width: 124px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    color: #118119;
    margin-top: 20px;
}





.p6 {
    height: 1601px;
    overflow: hidden;
    padding-top: 70px;
    background: url(../images/p6.png) no-repeat top center;
}

.p6-title {
    display: flex;
    justify-content: center;
    margin-bottom: 86px;
}

.p6-title .p6-title-left {
    margin-right: 21px;
}

.p6-title .p6-title-left h3 {
    font-size: 39px;
    letter-spacing: -2px;
    color: #3b8433;
    margin-bottom: 8px;
}

.p6-title .p6-title-left h4 {
    font-size: 28px;
    font-weight: normal;
    color: #2a2a2a;
    text-align: right;
}


.p6a li a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}

.p6a li a .img {
    width: 539px;
    height: 263px;
    overflow: hidden;
}

.p6a li a .img:hover img {
    transform: scale(1.1);
}

.p6a li a .img img {
    display: block;
    width: 539px;
    height: 263px;
    transition: all ease .36s;
}

.p6a li a .cont {
    width: 600px;
}

.p6a li a .cont .conta {
    display: flex;
    align-items: flex-end;
}

.p6a li a .cont .conta h3 {
    font-size: 23px;
    font-weight: normal;
    color: #ffffff;
    background: url(../images/ysb.png) no-repeat left center;
    width: 182px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 8px;
    text-indent: 20px;
}

.p6a li a .cont .conta span {
    font-size: 26px;
    font-style: italic;
    color: #c7c7c7;
}

.p6a li a .cont h4 {
    padding-left: 28px;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin: 45px 0 25px;
}

.p6a li a .cont p {
    padding-left: 28px;
    font-size: 15px;
    line-height: 27px;
    color: #585858;
}


.p6a li:nth-child(even) a {
    flex-direction: row-reverse;
}

.p6a .li2 a div.img {
    margin-top: 28px;
}

.p6a .li2 a .cont {
    width: 543px;
}

.p6a .li2 a {
    margin-bottom: 50px;
}

.p6a .li3 a .cont {
    width: 622px;
    padding-right: 16px;
}

.p6a .li3 a {
    margin-bottom: 45px;
}

.p6a .li4 a .cont {
    width: 560px;
}

.p6a .li4 a div.img {
    margin-top: 36px;
}




.p7 {
    background: url(../images/p7b.jpg) no-repeat center center;
    height: 470px;
    padding-top: 45px;
}

.p7a {
    width: 270px;
    margin: 0 158px 0 42px;
}

.p7a .p7a1 {
    padding-left: 65px;
    margin-bottom: 28px;
    background: url(../images/message.png) no-repeat left center;
}

.p7a .p7a1 h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.p7a .p7a1 P {
    font-size: 14px;
    color: #ffffff;
}

.p7a2 input {
    display: block;
    outline: none;
    background: none;
    border: none;
    width: 270px;
    height: 40px;
    background-color: rgba(255, 255, 255, .5);
    line-height: 40px;
    font-size: 14px;
    color: #f2f2f2;
    padding-left: 17px;
    margin-bottom: 12px;
}

.p7a2 textarea {
    display: block;
    outline: none;
    background: none;
    border: none;
    resize: none;
    width: 270px;
    height: 120px;
    background-color: rgba(255, 255, 255, .5);
    line-height: 20px;
    font-size: 14px;
    color: #f2f2f2;
    padding-left: 17px;
    margin-bottom: 12px;
    padding-top: 10px;
}

.p7a2 textarea::placeholder {
    font-size: 14px;
    color: #f2f2f2;
}

.p7a2 input::placeholder {
    font-size: 14px;
    color: #f2f2f2;
}

.p7a2 .code-group {
    display: flex;
    justify-content: space-between;
}

.p7a2 .code-group input#checkcode {
    width: 142px;
    height: 30px;

}

.p7a2 input[type="submit"] {
    background-color: #3b8433;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
}

.p7b {

    color: #ffffff;
}

.p7b h3 {
    font-size: 30px;
}

.p7b h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0;
}

.p7b p {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
}

.p7b img {
    display: block;
    width: 541px;
    height: 134px;
    margin-top: 26px;
}


.p8 {
    padding-top: 73px;
}

.p8a {
    margin-top: 50px;
}

.p8a1 {
    width: 542px;
}

.p8a1 li a {
    display: block;
}

.p8a1 li a div.im img {
    width: 541px;
    height: 300px;
}

.p8a1 li a h3 {
    font-size: 18px;
    font-weight: 700;
    color: #444444;
    margin: 28px 0 16px;
}

.p8a1 li a p {
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}

.p8a1 li a p em {
    font-style: normal;
}

.p8a1 li a:hover h3 {
    color: #3b8433;
}

.p8a1 li a:hover p em {
    color: #3b8433;
}

.p8a2 {
    width: 622px;
}

.p8a2 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.p8a2 li a div.img img {
    display: block;
    width: 221px;
    height: 135px;
}

.p8a2 li a .cont {
    width: 386px;
}

.p8a2 li a .cont h3 {
    font-size: 16px;
    color: #444444;
    margin-bottom: 14px;
    font-weight: 400;
}

.p8a2 li a .cont p {
    font-size: 14px;
    color: #555555;
}

.p8a2 li a .cont p em {
    font-style: normal;
}

.p8a2 li a:hover .cont h3 {
    font-weight: 700;
    color: #3b8433;
}

.p8a2 li a:hover .cont p em {
    color: #3b8433;
}

/*友情链接*/

.f_link {
    width: 1200px;
    line-height: 30px;
    margin: 10px auto;
}

.f_link a {
    color: #666;
}




.p9 {
    background: #212121;
    padding-top: 52px;
}

.p9a1 {
    width: 352px;
}

.p9a1a {
    background: url(../images/line2.png) no-repeat left center;
    padding-left: 16px;
    color: #fff;
}

.p9a1a h3 {
    font-size: 16px;
    font-weight: normal;
}

.p9a1a p {
    font-family: Impact;
    font-size: 30px;
}

.p9a1a h4 {
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.5;
    font-weight: 400;
}

.p9a1>p {
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, .7);
    margin-top: 18px;
    padding-left: 16px;
    width: 295px;
}

.p9a1b {
    font-size: 14px;
    color: #cecece;
    opacity: 0.7;
    margin-top: 23px;
    padding-left: 16px;
}

.p9a1b a {
    color: #cecece;
    position: relative;
    margin-right: 20px;
}

.p9a1b a:last-of-type {
    margin-right: 0;
}

.p9a1b a::after {
    content: ",";
}

.p9a2 {
    width: 584px;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.p9a2 dl dt {
    font-size: 18px;
    margin-bottom: 18px;
}

.p9a2 dl dd a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.7;
    line-height: 30px;
}

.p9a3 {
    width: 199px;
    height: 199px;
    border: solid 1px #383838;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p9a3 img {
    display: block;
    max-width: 100%;
}


.p9b{
	background-color: #171717;
    font-size: 12px;
	line-height: 23px;
	color: rgba(222, 222, 222, .7);
    padding: 15px 0;
    margin-top: 18px;
}
.p9b a {
    color: rgba(222, 222, 222, .7);
}


/*内页左侧样式*/


.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}


.page-product-inquiry a {
    color: #fff;
}