/*初始化样式*/
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,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;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:hover,a:active,a:focus{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{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;}



.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}
.wh{max-width:1330px;margin:0 auto;padding:0 15px;}


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


/*头部样式*/
.top1{background:#eeeeee;color:#000000;height:30px;line-height:30px;overflow:hidden;font-size:12px;}
.wel{opacity:.8;}
.top1 a{color:#000000;}

.top2{height:133px;overflow:hidden;}
.logo{float:left;line-height:133px;
    width: 38%;
}
.logo img{
    max-width: 100%;
}

.k2{margin-top:26px;font-size:16px;color:#585858;line-height:33px;background: url(/template/default/assets/images/t.png) no-repeat left 85%;padding-left:40px;letter-spacing:2px;}
.k2 p:nth-child(2){color:#ff8a00;font-size:32px;letter-spacing:0;}








/* 导航样式 */
.daohang{background: url(/template/default/assets/images/mu.png) repeat-x;height:57px;}
.x-menu {}

.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width:11.111%;
}
.x-menu > li+li{background: url(/template/default/assets/images/nh.png) no-repeat left center;}
.x-menu > li > a {
  display: block;
  font-size: 18px;
  color: #000000;
  line-height:57px;
}

.x-menu > li > a:hover {
  background: #007e3d;
  color: #fff;
}

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

.x-sub-menu {
  position: absolute;
  z-index: 99999;
  width: 140%;
  left: -20%;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;

  font-size: 14px;
  color: #333;
  line-height:40px;
 height:40px;overflow:hidden;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

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







/*主体样式*/

/*热门搜索*/
.hot {
    line-height: 90px;
    color: #fff;
    font-size: 14px;
}

.hot b {
    color: #ea590a;
    font-weight: 500;
    text-transform: uppercase;
}

.hot a {
    color: #fff;
}

.hot a:nth-child(1) {
    padding-left: 16px;
}

.hot a:after {
    content: '';
    padding: 0 16px;
    background: url("/template/default/assets/images/su.png") center no-repeat;
    width: 1px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
}

.hot a:last-child:after {
    display: none;
}

.ss{max-width:1300px;margin:0 auto;background:#999999;height: 90px;z-index: 111;margin-top:58px;padding:0 30px;overflow:hidden;}



@media (max-width: 1025px) {
  .ss {
        display: none;
    }
}

 .ss #formsearch {
    margin-top: 23px;
    width: 528px;
}

 .ss #formsearch input {
    border: none;
    line-height: 42px;
    height: 42px;
    background: none;
}

 .ss #formsearch input#keyword {
    width: 350px;
    background: #fff;
    font-size: 14px;outline:none; text-indent: 20px;
}

.ss #formsearch input#keyword::-webkit-input-placeholder {
   
    color: #999999;
}

 .ss #formsearch input#s_btn {
    background: url("/template/default/assets/images/ss.png") center no-repeat #ff8a00;
    width: 166px;
    font-size: 0;outline:none;
}





.box1{margin-top:55px;overflow:hidden;}
.about1{width:49.7%;}
.abtt{background: url(/template/default/assets/images/at.png) no-repeat left top;color:#0d0d0d;font-size:40px;letter-spacing:2px;padding-top:5px;}
.gsm{color:#00813d;font-size:28px;padding-top:5px;}
.about{color:#000000;font-size:16px;line-height:36px;margin-top:48px;width:90%;}
.alist2{text-align:center;background: url(/template/default/assets/images/sz.png) no-repeat;background-size:100% 100%;padding:15px 0;margin-top:65px;}
.alist2 li{width:31%;display:inline-block;}
.alist2 li+li{background: url(/template/default/assets/images/su1.png) no-repeat left center;}
.alist2 li h3{color:#fff;font-size:46px;font-family:"Impact";display:inline-block;}
.alist2 li sup{color:#fff;font-size:14px;display:inline-block;margin-left:10px;top:-25px;}
.alist2 li p{color:#ffffff;font-size:16px;}



.about2{width:48%;margin-top:27px;}
.ads{display: flex; justify-content: space-between;flex-wrap: wrap;}
.ads li{width:48.8%;margin-bottom:15px;}

.ads li{overflow: hidden;}
.ads li img{width:100%;display:block;-webkit-transform: scale(1,1);-moz-transform: scale(1,1);-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.ads li img:hover{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 0.6s ease-out;-moz-transition:all 0.6s ease-out;transition:all 0.6s ease-out;}


.c22 {
    padding-top:70px;
    background: #f2f2f2;
    padding-bottom:80px;margin-top:35px;
}

@media (max-width: 500px) {
    .c22 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c22 .content {
    margin-top:50px;
}

@media (max-width: 500px) {
    .c22 .content {
        margin-top: 20px;
    }
}




.prod{display:flex;justify-content:space-between;}
.prod li{position:relative;width:24%;background: url(/template/default/assets/images/bg.png) no-repeat;padding:10% 0 4%;text-align:center;background-size:100% 100%;overflow:hidden;}
.prod li .det1{display:block;}
.prod li .det1 h2{color:#ff8a00;font-size:36px; -webkit-text-stroke: 1px #fff;}
.prod li .det1 p{color:#ffffff;font-size:21px;border-radius:3px;border:1px solid #ff8a00;width:76%;margin:0 auto;line-height:60px;margin:100px auto;}
.prod li .det1 h4{color:#ffffff;font-size:16px;width:84%;margin:0 auto;border-bottom:1px solid #fff;line-height:55px;}
.prod li .det1 h4 img{margin-left:18%;}

.prod li .det2{display:none;}

.prod li .img{width:80%;margin:0 auto;}
.prod li .img img{width:100%;display:block;}
.prod li h3{border-top:1px solid #fff;color:#fff;font-size:20px;margin-top:36px;line-height:106px;height:106px;overflow:hidden;}
.prod li span{border-top:1px solid #d7d7d7;color:#fff;font-size:20px;display:block;margin:0 auto;background:#fff;border-radius:25px;color:#ff8a00;font-size:16px;text-align:center;width:158px;line-height:40px;}

.prod li.cur{background: url(/template/default/assets/images/bg2.png) no-repeat;padding:6% 0 3%;box-shadow:0 0 8px #ddd;background-size:100% 100%;}
.prod li.cur .det2{display:block;}
.prod li.cur .det1{display:none;}







/*社会责任*/
.c3 {
    margin-top: 66px;
    margin-bottom: 74px;
}

h2.bt {
    text-align: center;
    font-weight: 100;
    color: #333333;
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 500px) {
    h2.bt {
        font-size: 32px;
    }
}

h2.bt b {
    color: #ff8a00;
}

h2.bt p {
    margin-top: 14px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
}

@media (max-width: 500px) {
    h2.bt p {
        font-size: 14px;
        line-height: 24px;
    }
}

h2.bt span {
    font-size: 16px;
    line-height: 40px;
    display: block;font-weight:300;
}

@media (max-width: 500px) {
    h2.bt span {
        font-size: 14px;
        line-height: 24px;
    }
}


@media (max-width: 500px) {
    .c3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.c3 .content {
    margin-top: 60px;
}

@media (max-width: 500px) {
    .c3 .content {
        margin-top: 20px;
    }
}

.c3 .content .list2 {
    margin-left: -18px;
    margin-right: -18px;
}

@media (max-width: 500px) {
    .c3 .content .list2 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.c3 .content .list2 li {
    float: left;
}

@media (min-width: 1360px) {
    .c3 .content .list2 li {
        padding: 0 18px;
    }
}

@media (max-width: 700px) {
    .c3 .content .list2 li {
        margin-bottom: 20px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .c3 .content .list2 li {
        padding: 0 15px;
    }
}

.c3 .content .list2 li a {
    display: block;
    border: 1px solid #e2e2e2;
    max-height: 394px;
    overflow: hidden;
}
.c3 .content .list2 li a .img{
    overflow: hidden;
}
.c3 .content .list2 li:hover a .img img {
    transform: scale(1.1);   
}
.c3 .content .list2 li a .img img {
    width: 100%;
   transition-duration: .3s;
}

.c3 .content .list2 li a .zi {
    background: #fff;
    padding: 28px 34px 22px;
    transition-duration: .3s;
}
.c3 .content .list2 li:hover a{box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.13);}



@media (max-width: 1024px) {
    .c3 .content .list2 li a .zi {
        padding: 14px 20px 16px;
    }
}

.c3 .content .list2 li a .zi h3 {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
}

.c3 .content .list2 li a .zi h3 span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c3 .content .list2 li a .zi dd {
    margin-top: 26px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    display: none;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 1360px) {
    .c3 .content .list2 li a:hover .zi {
        margin-top: -21%;
        position: relative;
        z-index: 111;
        padding-bottom: 34px;
    }

    .c3 .content .list2 li a:hover .zi h3 {
        color: #00813d;
    }

    .c3 .content .list2 li a:hover .zi h3 span {
        color: #333;
    }

    .c3 .content .list2 li a:hover .zi dd {
        display: block;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}




.c4 {
    padding-top: 70px;
    background: #f2f2f2;
    padding-bottom: 54px;
}

@media (max-width: 500px) {
    .c4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c4 .content {
    margin-top: 70px;
}

@media (max-width: 500px) {
    .c4 .content {
        margin-top: 20px;
    }
}

.c4 .content .list2 {
    margin-top: 10px;
    position: relative;
}

.c4 .content .list2 .slick-dots {
    text-align: center;
    margin-top: 4.8%;
    height: 10px;
    line-height: 10px;
}

.c4 .content .list2 .slick-dots li {
    font-size: 0;
    border-radius: 100px;
    display: inline-block;
    border: none;
    outline: none;
    width: 10px;
    height: 10px;
    background: #999999;
    margin: 0 10px;
    vertical-align: middle;
}

.c4 .content .list2 .slick-dots li button {
    visibility: hidden;
}

.c4 .content .list2 .slick-dots li.slick-active {
    background: #ff8a00;
}

.c4 .content .list2 li {
    margin: 0 15px;
    outline: none;
}

.c4 .content .list2 li a {
    display: block;
    position: relative;
    overflow:hidden;
}
.c4 .content .list2 li a .img{
    overflow: hidden;
}
.c4 .content .list2 li a .img img {
    width: 100%;
    transition-duration: .3s
}

.c4 .content .list2 li:hover a .img img {
transform: scale(1.1);
}

.c4 .content .list2 li a .zi {
    position: absolute;
    border-bottom: 8px solid #ff8a00;
    background: #fff;
    z-index: 11;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 14% 8% 0;
}

.c4 .content .list2 li a .zi .time {
    font-weight: 600;
    font-size: 34px;
    font-family: arial;
    color: #333333;
}

.c4 .content .list2 li a .zi .time span {
    font-size: 20px;
    color: #666666;
    font-weight: 500;
    padding-left: 20px;
}

.c4 .content .list2 li a .zi h3 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-top: 14%;
    margin-bottom: 12%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c4 .content .list2 li a .zi dd {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.c4 .content .list2 li a .zi .ck {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 20%;
    text-align: center;
    line-height: 44px;
    background: url("/template/default/assets/images/go.png") 0 50% no-repeat #ff8a00;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -100%;
    opacity: 0;
    transition-duration: .3s;
}

@media (min-width: 1200px) {
    .c4 .content .list2 li a:hover .zi {
        background: none;
    }

    .c4 .content .list2 li a:hover .zi .time {
        color: #fff;
    }

    .c4 .content .list2 li a:hover .zi .time span {
        color: #fff;
    }

    .c4 .content .list2 li a:hover .zi h3 {
        color: #fff;
    }

    .c4 .content .list2 li a:hover .zi dd {
        color: #fff;
    }

    .c4 .content .list2 li a:hover .zi .ck {
        opacity: 1;
        left:0;
    }
}






/*友情链接*/
.f_link{background:#f2f2f2;color:#333;font-size:14px;padding-bottom:30px;}
.f_link a{color:#333;}





/*页面底部*/
.foot {
    background: #333333;
    padding-top: 58px;
}

@media (max-width: 500px) {
    .foot {
        padding-top: 30px;
    }
}

.foot .content {
    padding-bottom: 64px;
    border-bottom: 1px solid #6f6f6f;
}

@media (max-width: 500px) {
    .foot .content {
        padding-bottom: 30px;
    }
}

.foot .navx {
    width: 61%;
}

@media (max-width: 1025px) {
    .foot .navx {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .foot .navx {
        display: none;
    }
}

.foot .navx li {
    float: left;
    width: 20%;
}

.foot .navx li h2 {
    line-height: 1;
    font-size: 18px;
    color:#fff;font-weight:normal;
}

.foot .navx li .sec {
    margin-top: 26px;
}

.foot .navx li .sec a {
    display: block;
    font-size: 14px;
    line-height: 31px;
    color: #adadad;
}

.foot .navx li .sec a:hover {
    color: #fff;
}

.foot .foot2 {
    width: 37%;
}

@media (max-width: 1025px) {
    .foot .foot2 {
        display: none;
    }
}

@media (max-width: 500px) {
    .foot .foot2 {
        display: block;
        width: 100%;
    }
}

.foot .foot2 .er {
    width: 29%;
}

@media (max-width: 500px) {
    .foot .foot2 .er {
        width: 100%;
        float: none;
        text-align: center;
    }
}

.foot .foot2 .er img {
    max-width: 100%;
}

.foot .foot2 .lx {
    width: 64%;
    font-size: 13px;
    color: #adadad;
    line-height: 31px;
}

@media (max-width: 500px) {
    .foot .foot2 .lx {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

.foot .foot2 .lx a {
    color: #adadad;
}

.foot .foot2 .lx .kk {
    letter-spacing: -1px;
}

.foot .foot2 .lx dd {
    line-height:35px;font-size:16px;
}

.foot .foot2 .lx h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-top: 7px;
    line-height: 50px;
}

.foot .content1 {
    font-size: 14px;
    color: #adadad;
    line-height: 26px;
    padding: 40px 0;
}

.foot .content1 a {
    color: #adadad;
}

@media (max-width: 1280px) {
    .foot .content1 {
        padding: 20px 0;
        line-height: 24px;
    }

    .foot .content1 .mian {
        float: none;
    }

    .foot .content1 .ban {
        float: none;
    }
}

.xxx{
   background: #fff; 
   position: relative;
}










/*内页左侧样式*/
.container{width: 1200px!important;margin: 0 auto;padding: 0;}
.page-product-inquiry a{color: #fff;}






@media(max-width: 1024px) {
   .about1{width:100%;float:none;}
   .about2{width:100%;float:none;}
   .prod li .det1 p{font-size:18px;}

}


@media (max-width: 768px) {
 .x-banner{margin-top:60px;}
 .page-banner{margin-top:60px;}
 .xypg-right-content img{max-width:100%!important;width:auto!important;height:auto!important;}
 .prod{flex-wrap: wrap;}
 .prod li{width:49%;margin-bottom:20px;}
}



/*手机底部*/
@media (max-width:768px){
 .db{display:block!important;}
}


.dbb{height:50px;}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #ff8a00;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;padding:10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #da251c;
}

.footer ul li a {
  display: block;color:#fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;color:#fff;
}


.footer li .icon-home{ background: url(/template/default/assets/images/a1.png) no-repeat;width:20px;height:20px;}
.footer li .icon-home2{ background: url(/template/default/assets/images/a2.png) no-repeat;width:20px;height:20px;}
.footer li .icon-phone{ background: url(/template/default/assets/images/a3.png) no-repeat;width:20px;height:20px;}
.footer li .icon-contact{ background: url(/template/default/assets/images/a4.png) no-repeat;width:20px;height:20px;}

.footer li .icon-phone:before{font-size:0;}
.footer ul li a{border-right:1px solid #fff;}
.footer ul li:last-child a{border-right:none;}




@media(max-width:640px) {
  .abtt{font-size:32px;}
  .gsm{font-size:20px;}
  .about{font-size:14px;line-height:30px;width:100%;margin-top:30px;}
  .alist2{margin-top:30px;}
  .alist2 li h3{font-size:28px;}
  .alist2 li sup{font-size:13px;top:-15px;margin-left:6px;}
  .alist2 li p{font-size:13px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
  .prod li{padding:16% 0 4%;}
  .prod li .det1 h2{font-size:25px;}
  .prod li .det1 p{font-size:16px;/*width:76%;*/width:43%;margin:0 auto;line-height:48px;margin:40px auto;}
  .prod li .det1 h4{font-size:14px;width:84%;margin:0 auto;line-height:55px;}
  .prod li .det1 h4 img{margin-left:8%;}
  .prod li h3{font-size:16px;margin-top:36px;line-height:80px;height:80px;overflow:hidden;}
  .prod li span{font-size:16px;width:138px;line-height:35px;}


}


<!--耗时1754157776.3598秒-->