/*初始化样式*/

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


/*----- 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);
}


/*头部样式*/

.head {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #d1d1d1;
    color: #555;
    font-size: 12px;
    font-family: "宋体"
}

.head a {
    color: #555;
    font-size: 12px;
    font-family: "宋体"
}

.top {
    width: 1200px;
    margin: 0 auto;
}

#header {
    height: 124px;
}

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

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

.k1 {}

.k2 {
    margin-top: 26px;
    color: #000;
    font-size: 14px;
}

.k3 {
    line-height: 112px;
    margin-right: 65px;
}

#menu {
    background: #1b7c01
}


/*热门搜索*/

.search {
    height: 60px;
}

#formsearch {
    float: right;
    margin-top: 13px;
    background: url(../images/ss.png) no-repeat 0 50%;
    width: 359px;
    height: 34px;
}

.suo {
    width: 1200px;
    margin: 0 auto
}

.hotSearch {
    float: left;
    line-height: 60px;
    font-weight: normal;
    color: #1b7c01;
    font-size: 14px;
    font-family: "宋体";
}

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


/*搜索和热门搜索*/

.hotSearch a {
    color: #555;
    font-family: "宋体";
}

.hotSearch a:after {
    content: '、';
}

.hotSearch a:last-child:after {
    content: '';
}

#formsearch input {
    height: 34px;
    background: none;
    line-height: 34px;
    border: none;
}

#formsearch input#keyword {
    padding-left: 39px;
    color: #a09f9f;
    width: 293px;
    float: left;
}

#formsearch input#keyword::-webkit-input-placeholder {
    color: #a09f9f;
}

#formsearch input#s_btn {
    width: 66px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: right;
    font-size: 15px;
    letter-spacing: 2px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

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


/*  */

.a1 {
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    position: relative;
}

.a2 {
    width: 1200px;
    margin: 0 auto;
}


/* 产品 */

.chan {
    background: #efefef;
    padding-top: 28px;
    padding-bottom: 14px
}

.chan-le {
    width: 205px;
    height: 894px;
    background: #1b7c01;
}

.chan-le h3 {
    color: #fff;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #4e963b;
    width: 180px;
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
    margin-top: 18px;
}

.fenlei {
    margin-top: 20px;
}

.fenlei li a {
    display: block;
    font-size: 16px;
    line-height: 63px;
    text-align: center;
    color: #fff;
}

.product_list1 {
    width: 976px;
}

.product_list1 li {
    float: left;
    width: 310px;
    margin-right: 23px;
}

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

.product_list1 li img {
    width: 310px;
    height: 244px;
    border: 1px solid #d3d2d3;
}

.product_list1 li span {
    display: block;
    text-align: center;
    color: #555555;
    font-size: 15px;
    line-height: 54px;
}


/* 优势 */

.ys {
    background: url(../images/ys.png) no-repeat;
    height: 1070px;
    padding-top: 90px;
}

.ys-tit {
    text-align: center;
    color: #000;
    font-size: 34px;
    /*font-family: "迷你简菱心";*/
    line-height: 33px;
    font-weight: 600;
}

.ys-tit span {
    display: block;
    background: url(../images/tit2.png) no-repeat center;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #555;
    margin-top: 4px;
    font-weight: 500;
}

.ys1 {
    margin-top: 55px;
    height: 357px;
}

.ys1-le {
    margin-left: 19px;
    width: 567px;
    height: 298px;
}

.ys1-ri {
    width: 538px;
    margin-top: 10px;
}

.ysa {
    background: url(../images/ys1.png) no-repeat left top;
    padding-left: 74px;
    width: 427px;
    height: 158px;
    overflow: hidden;
}

.ysa h3 {
    font-weight: normal;
    color: #000;
    font-size: 20px;
    line-height: 46px;
    border-bottom: 1px dashed #e5e5e5
}

.ysa div {
    color: #777;
    font-size: 14px;
    line-height: 26px;
    margin-top: 4px;
    margin-left: 7px;
    letter-spacing: 1px;
}

.ysb {
    background: url(../images/ys2.png) no-repeat left top;
    height: 130px;
}

.ysc {
    background: url(../images/ys3.png) no-repeat left top;
    height: 146px;
}

.ysd {
    background: url(../images/ys4.png) no-repeat left top;
    height: 135px;
}

.ys2 {
    height: 370px;
}

.ys2-le {
    margin-left: 10px;
    margin-top: 21px;
}

.ysyu {
    color: #000;
    font-size: 26px;
    line-height: 44px;
}


/* 关于 */

.ab {
    background: url(../images/ab.png) repeat-x;
    height: 496px;
    padding-top: 40px;
}

.ab-tit {
    background: url(../images/tit.png) no-repeat center bottom;
    height: 61px;
    line-height: 58px;
    color: #000;
    font-size: 26px;
    text-align: center;
}

.ab-cont {
    margin-top: 72px;
}

.ab-le {
    width: 703px;
    padding-left: 12px;
    color: #555555;
    font-size: 15px;
    line-height: 44px;
    text-align: justify;
    letter-spacing: 1px;
}

.ab-ri {
    width: 453px;
    height: 273px;
    background: #1b7c01;
    margin-right: 13px;
}

.ab-ri img {
    width: 452px;
    height: 277px;
    margin-top: 13px;
    margin-left: 14px;
}


/* 案例 */

.anli {
    margin-top: 53px;
}

.anli-tit {
    line-height: 30px;
    color: #000;
    font-size: 24px;
    padding-left: 15px;
    position: relative;
}

.anli-tit::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1060px;
    height: 12px;
    background: #f0f0f0;
    top: 9px;
}

.product_list2 {
    margin-top: 50px;
}

.product_list2 li {
    float: left;
    margin: 0 10px;
}

.product_list2 li img {
    width: 286px;
    height: 223px;
}

.product_list2 li h3 {
    font-weight: normal;
    padding-top: 20px;
    text-align: center;
}

.product_list2 li h3 a {
    color: #555;
    font-size: 14px;
}

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

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

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

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

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

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/* 新闻 */

.xin {
    background: #eff6ed;
    margin-top: 30px;
    padding-top: 36px;
    padding-bottom: 36px
}

.xin-a {
    width: 379px;
}

.xin-img {
    width: 379px;
    height: 173px;
    overflow: hidden;
}

.news_list1 {
    margin-left: 16px;
    margin-top: 9px;
}

.news_list1 li {
    line-height: 40px;
}

.news_list1 li a {
    display: block;
    color: #555;
    font-size: 12px;
    font-family: "宋体";
}


/*友情链接*/

.f_link {
    height: 74px;
    background: #242424;
    border-bottom: 1px solid #3b3b3b;
    line-height: 74px;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
}

.f_link span {
    display: inline-block;
    margin-left: 10px;
    /*width: 40px;*/
    line-height: 30px;
    padding-top: 5px;
}

.f_link a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px;
}


/*页面底部*/

#footer {
    background: #242424;
    text-align: center;
    color: #dcdcdc;
    font-size: 12px;
    font-family: "宋体";
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#footer a {
    color: #dcdcdc;
    font-size: 12px;
    font-family: "宋体"
}


/*导航栏样式*/

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav li {
    line-height: 58px;
    height: 58px;
    text-align: center;
    width: 171px;
    float: left;
    position: relative;
    z-index: 999;
}

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

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

.nav .sec {
    height: 0;
    background: #1b7c01;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 58px;
    left: 0px;
}

.nav .sec a {
    background: #1b7c01;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 171px;
    font-size: 14px;
}

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

.news_lista {
    background: #f5f5f5;
    padding: 18px 0 22px 10px;
}

.news_lista li {
    float: left;
    width: 119px;
    height: 44px;
    border: 1px dashed #d2d2d2;
    line-height: 44px;
    text-align: center;
    margin-right: 26px;
    margin-bottom: 17px;
}

.news_lista li:nth-child(2n) {
    margin-right: 0
}

.news_lista li a {
    color: #555555;
    font-size: 12px;
    font-family: "宋体"
}

.news_listb {
    background: #f5f5f5;
    padding: 15px 0 20px 13px;
}

.news_listb li {
    line-height: 40px;
}

.news_listb li a {
    color: #555;
    font-family: "宋体"
}


/*内页左侧样式*/

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


/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/

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