  /*初始化样式*/
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: 96%;
    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);
}



/*头部样式*/
/* .sky {
    width: 1920px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    z-index: 99
} */

.head {
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
    background-color: #548e26;
}

.head a {
    color: #ffffff;
}

.top_tel {
    margin-right: 10px;
}

#header {
    height: 118px;
    background: #fff;
}

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


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

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

.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(/template/default/assets/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 .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

.k1a{
    padding-left:16px;    
    padding-top:28px;
}

.k1 {
    width: 420px;
    display: flex;
     justify-content: flex-end;
    align-items: center;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
}

.k1 .erwei {

    height: 80px;
}

.k1b{
    padding-top: 28px;
    padding-left:18px;
}
.k1b h3 {
    font-size: 17px;
    color: #000000;
    font-weight: 400
}

.k1b p{
    font-size: 28px;
    color: #666666;
    font-weight: 700;
    font-family: "Arial";
}



/*热门搜索*/
.search {
    margin-left: 45px;
    padding-top: 22px;
    width: 435px;
}

#formsearch {
    width: 200px;
    height: 30px;
    line-height: 30px;
}

.hotSearch {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    color: #000000;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 15px;
}

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

/*搜索和热门搜索*/
.hotSearch a {
    margin: 0 7px;
    color: #292929;
    font-size: 14px;
}

#formsearch input {}

#formsearch input#keyword {
    height: 41px;
    line-height: 41px;
    padding-left: 4px;
    color: #666;
    background: none;
    outline: none;
    border: none;
}

#formsearch input#s_btn {
    width: 60px;
    height: 41px;
    line-height: 24px;
    text-align: center;
    background: none;
    outline: none;
    border: none;
    color: #aaaaaa;
    border: none;
    cursor: pointer;
    float: right;
}






#menu {
   /*width: 1920px;*/
   height: 48px;
   background-color: #f4f4f4;
}

.navs {
    height: 35px;
}

.navs li {
    text-align: center;
    width: 170px;
    float: left;
    position: relative;
    z-index: 999;
    height: 48px;
}

.navs li a {
    display: block;
    line-height: 48px;
    color: #323232;
    font-size: 15px;
}


.navs li a:hover {
    color: #fff;
    text-decoration: none;
    background: #98c044
}


.navs .sec {
    height: 0;
    background: #98c044;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 48px;
    left: 0;
}

.navs .sec a {
    background: #98c044;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 170px;
}

.navs .sec a:hover {
    background: #55844f;
    text-decoration: none;
    color: #fff;
}





.banner2 {
    width: 542px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -271px;
    height: 398px;
}

.banner2 ul.bb2 {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner2 ul.bb2 li {
    position: absolute;
    display: block;
}

.banner2 .num2 {
    position: absolute;
    right: 0;
    bottom: 19px;
    z-index: 100;
    width: 100%;
    text-align: center;
}

.banner2 .num2 li {
    width: 23px;
    height: 3px;
    display: inline-block;
    margin: 0 4px;
    background: #fff;
    line-height: 3px;
    text-indent: -100px;
    overflow: hidden;
}

.banner2 .num2 li.num_hover {
    background-color: #55844f;
}

.banner2 .num2 li.num_hover a {
    color: #fff;
}

.banner2 .num2 li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}




.honor {
    margin-top: 33px;
    height: 351px;
    overflow: hidden;
}

.honortt {
    color: #457040;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.honortt p {
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    background: url(/template/default/assets/images/tt.png) no-repeat center bottom;
    padding-bottom: 10px;
    font-weight: normal;
}



.box1 {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 523px;
    background: url(/template/default/assets/images/bj1.png) no-repeat;
    overflow: hidden;
}


.product_list2 {
    padding-top: 49px;
}

.product_list2 li {
    float: left;
    _display: inline;
    background: #fff;
    padding: 9px;
    box-shadow: 4px 4px 4px #ddd;
    width: 577px;
    height: 428px;
}

.product_list2 li+li {
    margin-left: 44px;
}

.product_list2 li .img {
    width: 560px;
    height: 330px;
    overflow: hidden;
}

.product_list2 li .img img {
    width: 560px;
    height: 330px;
    transition: all 0.6s;
    cursor: pointer;
}

.product_list2 li .det {
    padding-bottom: 15px;
}

.product_list2 li .nr {
    width: 460px;
}

.product_list2 li h3 {
    color: #323232;
    font-size: 18px;
    font-weight: bold;
    line-height: 87px;
    background: url(/template/default/assets/images/1.png)no-repeat right;
}

.product_list2 li a.img {
    display: block;
}

.product_list2 li:hover .img img {
    transform: scale(1.2);
}







.product_list3 {
    margin-top: 25px;
}

.product_list3 li {
    float: left;
    _display: inline;
    position: relative;
}

.product_list3 li+li {
    margin-left: 31px;
}

.product_list3 li a.img {}

.product_list3 li a.img img {
    width: 379px;
    height: 229px;
}

.product_list3 li h3 {
    color: #393939;
    font-size: 14px;
    padding-top: 8px;
    font-weight: normal;
    text-align: center;
}

.product_list3 li .mask {
    background: url(/template/default/assets/images/mask.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 379px;
    height: 229px;
    opacity: 0;
}

.product_list3 li:hover .mask {
    opacity: 1;
}


.box5 {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 205px;
    background: url(/template/default/assets/images/bj5.png) no-repeat;
}


.ads3 {
    padding-top: 26px;
}

.ads3 li {
    width: 173px;
    float: left;
    text-align: center;
}

.ads3 li.li1 {
    margin-left: 66px;
}

.ads3 li.li2 {
    margin-left: 5px;
}

.ads3 li.li3 {
    margin-left: 15px;
}

.ads3 li.li4 {
    margin-left: 15px;
}


.ads3 li img {}

.ads3 li h3 {
    font-size: 18px;
    padding-top: 14px;
    color: #ffffff;
    font-weight: normal;
}

.ads3 li span {
    font-size: 14px;
    line-height: 24px;
    display: block;
    color: #ffffff;
}

.ads3 li:hover {

    -webkit-transform: translateY(-3px);

    -moz-transform: translateY(-3px);

    -ms-transform: translateY(-3px);

    -o-transform: translateY(-3px);

    transform: translateY(-3px);

    -webkit-transition: all 0.8s;

    -moz-transition: all 0.8s;

    -ms-transition: all 0.8s;

    -o-transition: all 0.8s;

    transition: all 0.8s;
}


.ab-tit {
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    position: relative;
    background: url(/template/default/assets/images/ab.png)no-repeat;
    height: 187px;
    color: #fff;
    padding-top: 57px;
}

.ab-tit .honortt {
    color: #fff;
}

.ab-tit .honortt p {
    background: url(/template/default/assets/images/biao.png)no-repeat center bottom;
    color: #fff;
}

.box6 {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 544px;
    padding-top: 36px;
    background: url(/template/default/assets/images/bj6.png) no-repeat;
}

.box6 .container {
    position: relative;
}

.abpic {
    width: 542px;
    margin-left: 56px;
    margin-top: 40px;
}

.xian {
    background: url(/template/default/assets/images/xian.png) no-repeat;
    width: 339px;
    height: 5px;
    position: absolute;
    left: 524px;
    top: 147px;
    z-index: 99999;
}

.about {
    width: 507px;
    float: left;
    margin-top: 30px;
    margin-left: 52px;

}

.about_title {
    font-size: 30px;
    color: #2a2a2a;
    padding-left: 4px;
    padding-top: 30px;
    font-weight: bold;
}

.about .content {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 26px;
    margin-top: 60px;
    height: 177px;
    overflow: hidden;
}

.about a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #98c044;
    width: 207px;
    line-height: 59px;
}


.box3 {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 859px;
    padding-top: 40px;
    background: url(/template/default/assets/images/bj3.png) no-repeat;
}

.honortt2 {
    color: #fff;
}

.honortt2 p {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    background: url(/template/default/assets/images/tt2.png) no-repeat center bottom;
    padding-bottom: 10px;
}

.box3 .container {
    position: relative;
}

.menu_cate {
    width: 286px;
    float: left;

    height: 714px;
    overflow: hidden;
    position: relative;
    margin-top: -22px;
}

.cate_title {
    width: 286px;
    height: 147px;
    line-height: 147px;
    text-align: center;
    	background-image: linear-gradient(180deg, 
		#bf5808 0%, 
		#e17611 100%), 
	linear-gradient(
		#98c044, 
		#98c044);
	background-blend-mode: normal, 
		normal;
}

.sort1 {
    padding-top: 29px;
    height: 387px;
    background: #fafafa;
}

.sort1 li {
    width: 245px;
    margin: 0 auto;
    margin-bottom: 30px;
    height: 59px;
    line-height: 59px;
}

.sort1 li a {
    background: url(/template/default/assets/images/s1.png) no-repeat;
    color: #333333;
    font-size: 16px;
    padding-left: 52px;
    display: block;
    font-weight: 700;
    
}

.sort1 li a:hover {
    background: url(/template/default/assets/images/s2.png) no-repeat;
    color: #fff;
}
.pro-bj {
    	width: 288px;
	height: 179px;
	background-image: linear-gradient(180deg, 
		#bf5808 0%, 
		#e17611 100%), 
	linear-gradient(
		#98c044, 
		#98c044);
	background-blend-mode: normal, 
		normal;
}
.dh {
    background: url(/template/default/assets/images/dh.png) no-repeat left 34px;
    font-size: 14px;
    color: #fff;
    padding-left: 53px;
    margin-left: 25px;
    padding-top: 29px;
}

.add {
    margin-left: 25px;
    color: #fff;
    font-size: 14px;
    padding-top: 8px;
    line-height: 30px;
}


.prod {
    width: 894px;
    margin-top: 72px;
}

.ads2 {}

.ads2 li {
    background: #fafafa;
    height: 302px;
    overflow: hidden;
}

.ads2 li img {
    width: 554px;
    height: 302px;
    float: left;
}

.ads2 li .det {
    float: left;
    margin-left: 20px;
    padding-top: 62px;
}

.ads2 li h3 {
    font-size: 20px;
    color: #222222;
    font-weight: normal;
    background: url(/template/default/assets/images/line.png) no-repeat left center;
    padding-left: 20px;
}

.ads2 li span {
    font-size: 13px;
    line-height: 26px;
    padding-top: 12px;
    display: block;
    color: #777777;
}

.ads2 li a.mm {
    display: block;
    color: #484848;
    font-size: 14px;
    text-align: center;
    float: left;
    border: 1px solid #b5b5b5;
    width: 100px;
    line-height: 28px;
    border-radius: 20px;
    margin-top: 33px;
}

.ads2 li a.zx {
    display: block;
    color: #484848;
    font-size: 14px;
    text-align: center;
    float: left;
    border: 1px solid #b5b5b5;
    width: 100px;
    line-height: 28px;
    border-radius: 20px;
    margin-top: 33px;
    margin-left: 20px;
}

.ads2 li a.mm:hover {
    color: #fff;
    background: #98c044;
    border-color: #98c044;
}

.ads2 li a.zx:hover {
    color: #fff;
    background: #98c044;
    border-color: #98c044;
}


.product_list4 {
    margin-top: 18px;
}

.product_list4 li {
    float: left;
    _display: inline;
    background: #fff;
    background: #f0efef;
    width: 286px;
    height: 299px;
    overflow: hidden;
}

.product_list4 li+li {
    margin-left: 18px;
}

.product_list4 li .img {
    width: 286px;
    height: 222px;
    overflow: hidden;
}

.product_list4 li .img img {
    width: 286px;
    height: 221px;
    transition: all 0.6s;
    cursor: pointer;
}

.product_list4 li .det {
    padding-left: 18px;
    padding-right: 17px;
}

.product_list4 li .nr {
    width: 460px;
}

.product_list4 li h3 {
    color: #333333;
    font-size: 16px;
    padding-top: 15px;
    font-weight: normal;
    float: left;
    width: 208px;
}

.product_list4 li .zx2 {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    width: 37px;
    line-height: 20px;
    text-align: center;
    background-color: #a54d00;
   
    border-radius: 15px;
    margin-top: 15px;
}

.product_list4 li p {
    color: #3c3c3c;
    font-size: 13px;
    margin-top: 5px;
}

.product_list4 li a.img {
    display: block;
}

.product_list4 li:hover .img img {
    transform: scale(1.2);
}

.product_list4 li:hover h3 {
    color: #457040;
}

.product_list4 li:hover a.zx2 {
    color: #fff;
   background-image: linear-gradient(180deg, 
		#bf5808 0%, 
		#e17611 100%), 
	linear-gradient(
		#98c044, 
		#98c044);
	background-blend-mode: normal, 
		normal;
}




.box4 {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: url(/template/default/assets/images/bj4.jpg) no-repeat;
}
.box4 .honortt {
    font-size: 30px;
    color: #457040;
    font-weight: 700;
    padding-top: 60px;
    margin-bottom: 54px;
}
.box4 .honortt p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}
.b4tt {
    color: #457040;
    font-size: 30px;
    text-align: center;
    padding-top: 42px;
    font-weight: bold;
}

.b4tt p {
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 6px;
    color: #fff;
    font-weight: normal;
}

.want1 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 601px;
    box-sizing: border-box;
}

.want_list1 li {
    position: absolute;
    transition: .3s;
    transform: rotate(0);
}

.want_list1 li:hover {
    transition: .3s;
    transform: rotateY(180deg);
}

.want_list1 li.li1 {
    left: 110px;
    bottom: 276px;
}

.want_list1 li.li2 {
    left: 510px;
    bottom: 473px;
}

.want_list1 li.li3 {
    left: 875px;
    bottom: 386px;
}

.want_list1 li.li4 {
    left: 307px;
    bottom: 100px;
}

.want_list1 li.li5 {
    left: 582px;
    bottom: 89px;
}

.want_list1 li.li6 {
    left: 880px;
    bottom: 99px;
}
.p1a {
    padding-bottom: 74px;
    background: url(/template/default/assets/images/ryb.png) no-repeat left top;
}
.p1a .honortt {
    font-size: 30px;
    color: #457040;
    font-weight: 700;
    padding-top: 60px;
}
.p1a  .honortt p {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.p1a  .honortt2 p {
    background: url(/template/default/assets/images/hone.png) no-repeat center bottom;
}



.p1a .content {
    width: 1200px;
	height: 433px;
	background: url(/template/default/assets/images/cont.png) no-repeat left top;
    border: solid 1px #eeeeee;
    margin-top: 43px;
}




.product_list5 {
    margin-top: 20px;
}

.product_list5 li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    _display: inline;
}

.product_list5 li a.img {}

.product_list5 li a.img img {
    width: 277px;
	height: 280px;
}

.product_list5 li h3 {
    text-align: center;
    padding-top: 19px;
}

.product_list5 li h3 a {
    font-weight: normal;
    color: #000000;
    font-size: 15px;
}

.product_list5 li a.img {
    display: block;
}

.product_list5 li a.img:hover {
    border-color: #e87518;
}






.box7 {
    margin-top: 35px;
}

.box7 .cont {
    margin-top: 33px;
    height: 463px;
    overflow: hidden;
}
.box7   .honortt p {
    background: url(/template/default/assets/images/hone.png) no-repeat center bottom;
}

.news_list1 {
    float: left;
    width: 348px;
    padding: 11px 13px 0;
    border: 1px solid #457040;
    height: 463px;
    overflow: hidden;
}

.news_list1 li a.img img {
    width: 322px;
    height: 245px;
    padding-bottom: 20px;
}

.news_list1 li a {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: bold;
}

.news_list1 li p {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 27px;
    padding-top: 12px;
}

.news_list1 li  a.newsMore {
    color: #393838;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    padding-top: 12px;
    font-weight: normal;
}

.news_list2 {
    width: 809px;
    float: right;
}

.news_list2 li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed #959595;
}

.news_list2 li a.img img {
    width: 243px;
    height: 132px;
    float: left;
}

.news_list2 li .det {
    width: 520px;
    float: right;
    padding-top: 8px;
}

.news_list2 li a {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: bold;
}

.news_list2 li p {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 24px;
    padding-top: 12px;
}

.news_list2 li:last-child {
    border: none;
}

.news_list2 li a:hover {
    color: #457040;
}

.news_list2 li span {
    color: #a8a8a8;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}




.copyright .copy2 {
    text-align: left;
}


.copyright .copy2 {
   padding: 5px 0;
}






/*友情链接*/
.f_link {
    width: 1200px;
  margin:  0 auto;
    overflow: hidden;
    color: #444444;
    font-size: 14px;
}

.f_link a {
    color: #444444;
    display: inline-block;
    line-height: 61px;
}




/*页面底部*/
#footer {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 186px;
    padding-top: 25px;
    overflow: hidden;
    background: url(/template/default/assets/images/foot.jpg) no-repeat;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #d1d1d1;
    text-decoration: none;
}


.foot1 {
    width: 288px;
}

.foot_tt {
    font-size: 16px;
    font-weight: bold;
}

.foot_dh {
    color: #f6ac40;
    font-size: 30px;
    font-family: "Impact";
    padding-top: 15px;
    letter-spacing: 2px;
}

.foot2 {
    width: 330px;
}

.nav_foot {
    line-height: 38px;
    font-size: 13px;
    padding-top: 8px;
}

.nav_foot a {
    width: 110px;
    float: left;
}

.foot3 {
    width: 355px;
    margin-left: 36px;
}

.lx {
    font-size: 14px;
    line-height: 30px;
    padding-top: 7px;
}

.lx:nth-child(2) p {
    margin-top: 8px;
}


.foot4 {
    width: 210px;
    margin-top: 42px;
    margin-left: -20px;
}

.wei {
    margin-left: -10px;
}

.foot4 span {
    display: block;
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 2px;
    white-space: nowrap;
}


.copyright {
    line-height: 20px;
    background: #292525;
    color: #aaaaaa;
    padding: 8px 0;
    letter-spacing: 1px;
}

.copyright a {
    color: #aaaaaa;
}





/*内页左侧样式*/


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