/*初始化样式*/
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;}
h3,h4{font-size:12px;font-weight:normal;}
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;}


.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}
.wh{position: relative;width:1400px;left:50%;margin-left:-700px;}
.bxs{overflow: hidden;}


.com-img{overflow:hidden;}
.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.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}

.flexs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexs2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.flex2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}




/*头部样式*/
.top1{background:#e6e6e6;color:#333333;height:45px;line-height:45px;overflow:hidden;font-size:12px;}
.top1 a{color:#333333;}


.top2{height:105px;overflow:hidden;background: url(/template/default/images/top2.jpg) no-repeat;}
.logo{float:left;line-height:105px;height:105px;}
.logo img{
    max-width: 100%;
    line-height:105px;height:105px;
}
.tdh{margin-top:25px;}
.tzxr{color:#666666;font-size:12px;text-align:center;}
.tzxr img{margin-bottom:3px;}
.dhm{color:#000000;font-size:24px;line-height:26px;font-family:"Arial";margin-left:6px;}

.codes{margin-right:20px;}
.cdwz{width:118px;text-align:center;}
.cdwz h3{color:#1a1a1a;font-size:18px;}
.cdwz h4{color:#1a1a1a;font-size:16px;margin-top:10px;}
.cdimg{margin-bottom:3px;}



/*热门搜索*/
.sou{margin: 15px 0;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;color:#0d0d0d;font-size:14px;}
.hotSearch a{margin-right:6px;color:#0d0d0d;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}


/* 导航样式 */
.nnav{
    background:#328600;height:55px;
}
.nnav.active{
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index: 999999;
  
}



.x-menu{width:1365px;}
.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width:170px;
}
.x-menu > li+li{background: url(/template/default/images/x1.png) no-repeat left center;}
.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height:55px;
}

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

.x-menu > li.active > a {

}



.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: 150%;
  left: -25%;
  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;
}


.lastli{position:relative;cursor:pointer;width:19px;line-height:55px;}
.so{cursor: pointer;}
.so img {max-width: 100%;max-height: 25px;}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top:55px;
    width: 238px;
    padding: 20px;
    z-index: 999;
    background:#328600;
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 25%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #328600;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 75%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}




.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;display:block;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}


/*主体样式*/
.pbox{margin-top:80px;}
.pright{width: 1134px;}
.pleft{width: 230px;position:relative;z-index:999;}
.pleft h3{color: #ffffff;font-size: 24px;font-weight: bold;padding-left: 24px;height: 78px;background: #3f9e04 url(../images/proicon01.png) no-repeat 179px center;border-radius: 5px 5px 0px 0px;line-height: 78px;}
.psort{background-color: #f7f7f7;height: 552px;padding-top:9px;}
.psort > li{position:relative;margin-bottom:9px;}
.psort > li > a{display: block;color: #333333;font-size:16px;padding-left: 20px;line-height:52px;background: url(/template/default/images/jt.png) no-repeat 184px center;}
.psort > li:hover > a{background: url(/template/default/images/jt2.png) no-repeat 184px center #3f9e04;color:#fff;box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);}
.psort li .layer2{position:absolute;left:230px;top:0px;width:222px;padding-bottom:6px;background-color: rgb(247, 247, 247);z-index:9999;box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);}
.psort li .layer2 li{overflow:hidden;}
.psort li .layer2 li a{color:#4d4d4d;font-size:18px;line-height:40px;display:block;text-align:center;height:40px;overflow:hidden;}
.psort li .layer2 li a:hover{text-decoration:none;color:#fff;background:#3f9e04;}


.cp{background-color: #3f9e04;text-align: center;color: #fff;padding: 31px 0; }
.cp h2{font-size: 20px;font-weight: bold;}
.cp >p{font-size: 14px;margin: 6px 0 18px;}
.ptel{color: #ffffff;font-size: 24px;text-align: left;margin-left: 14px; font-family: 'Arial';font-weight: bold;padding-left: 28px;background: url(/template/default/images/ptel.png) no-repeat left center;}
.pp{height: 78px;background-color: #f7f7f7;}
.pp h3{width: 188px;line-height: 78px;background-color: #3f9e04;text-align: center;color: #ffffff;font-size: 18px;font-weight: normal;}
.pp a{display: block;color: #666666;line-height: 78px;font-size: 16px;margin-right: 24px;}

.plist{margin-top: 37px;}
.plist li{margin-bottom:32px;}
.plist li .img{display: block;border: solid 1px #e4e4e4;}
.plist li .img img{display: block;width:336px;height:301px;}
.plist li h3 a{display: block;font-weight: normal;color: #333333;font-size: 16px;margin-top: 16px;text-align: center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}



/* c4_index */
.c4_index{position: relative;background: url(/template/default/images/bj22.jpg) no-repeat;padding-top:119px;overflow: hidden;height:808px;}
.c4_index .wh{height:611px;}
.c4left{position: relative;width:611px;}
.c4left .c4_title{display: flex;align-items: center;justify-content: space-between;}
.c4_title b{text-transform: uppercase;font-weight: bold;display: block;font-size:56px;color:#f0f0f0;line-height: 1.3;}
.c4_title h3{font-size:44px;color: #333333;}

.c4_title a{display: block;}
.c4_title a img{max-width: 100%;}
.c4left .abbtxt{margin-top:37px;font-size: 16px;color: #666666;line-height:30px;height:180px;overflow:hidden;}
.c4left .abbtxt a{color:#3f9e04;}

.c4right{width:714px;}
.c4right img{display: block;width:714px;height:611px;}


/* number */
.number{display: flex;justify-content: space-between;background: rgba(255,255,255,.9);position:absolute;z-index: 999;
box-shadow:0px 0px 15px rgba(0,0,0,.1);left:0;bottom:46px;width:1300px;}

.number li{position: relative;text-align: center;width: 25%;padding: 25px 0;transition: all 0.8s;-webkit-transition: all 0.8s;-moz-transition: all 0.8s;-o-transition: all 0.8s;}
.number li+li::before{background:#e7e7e7;position: absolute;left: 0px;top: 50%;content: "";width: 1px;height: 60%;transform: translateY(-50%);}
.number li span {font-size: 16px;font-weight: normal;font-style: inherit;color: #888888;}
.number li h3 {color: #333333;}
.number li h3 i {font-style: inherit;color: #333333;font-size:68px;font-weight: 600;font-family: "Arial";}
.number li p {font-size: 16px;line-height: 1.7;color: #888888;padding-top: 0px;}
.number li:hover{background: #3f9e04;transform: scale(1.1);cursor: pointer;z-index:99;}
.number li:hover span,
.number li:hover h3 i,
.number li:hover p{color: #fff;}




/*行业应用*/
.s_server{ position: relative;height: 842px; overflow: hidden; color: #fff;margin-top:70px;}

.s_server .underbox{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.s_server .underbox .m{ display: flex; flex-direction: row-reverse;}

.s_server .bd{ flex-grow: 1; display: flex; align-items: center; margin-right: 3rem;}

.s_server .hd{ flex-shrink: 0; display: flex; align-items: center; position: relative; z-index: 9;margin-right: 98px;}

.s_server .hd:before{ content: ""; display: block; width: 1px; height: 100%; background: rgba(255, 255, 255, .3); position: absolute; left: 2px; top: 0;}

.s_server .hd .swiper{ height:570px;}

.s_server .hd h3{ padding:11px 0 11px 52px; position: relative; font-size: 26px;color: #fff;}

.s_server .hd h3:before{ content: ""; display: block; width: 5px; height: 0; background: #3f9e04; position: absolute; left: 0; bottom: 0; opacity: 0; visibility: visible; transition: .5s;}

.s_server .hd li.swiper-slide-thumb-active h3:before{ opacity: 1; visibility: visible; height: 100%; top: 0; bottom: auto;}
.s_server .hd li.swiper-slide:last-child{margin-bottom: 0!important;}
.s_server .txt{ width: 100%; max-width: 505px; transform: translateY(4rem); opacity: 0;  margin: 100px 0  0 0;z-index: 999;position: relative;}

.s_server li.swiper-slide-active .txt{ transform: translateY(0); opacity: 1; transition: 1s .5s;}

.s_server .l_morebtn{margin-top: 56px;}


.s_server .txt h3{ font-size:40px;margin: 32px 0 36px;line-height: 1; position: relative;}

.s_server .txt p{ font-size: 16px; line-height: 30px; overflow: hidden;}




.s_server .bgbox{ position: relative; z-index: 1;}
.s_server .bgbox .swiper{}
.s_server .bgbox .pic{ position: relative;height: 842px;}

.s_server .bgbox .pic:before{ content: ""; display: block; width: 100%; height: 0; padding-top: 41.9%;}

.s_server .bgbox .pic img{ position: absolute; left: 0; top: 0; width:100%; height:100%; object-fit: cover;}

.s_server .l_morebtn.white:before {
    border-color: rgba(255, 255, 255, .5);
}
.s_server .l_morebtn a{font-size: 16px;}
.s_server .swiper-button-prev,

.s_server .swiper-button-next{ display: block; width: 4.6875rem; height: 4.6875rem; position: absolute; z-index: 999; border-radius: 50%; background-size: contain !important; transition: .5s;}

.s_server .swiper-button-prev{ left: 5rem; background: url(/template/default/images/server_left.png) center no-repeat;}

.s_server .swiper-button-next{ right: 5rem; background: url(/template/default/images/server_right.png) center no-repeat;}

.s_server .swiper-button-prev:hover{ background: url(/template/default/images/server_left_on.png) center no-repeat;}

.s_server .swiper-button-next:hover{ background: url(/template/default/images/server_right_on.png) center no-repeat;}
.bt2{color: #fff;position: absolute;z-index: 999;font-size: 48px;line-height: 1;left: 0;top:85px;display:flex;justify-content:center;align-items: center;}
.bt2 span{font-size: 18px;text-transform: uppercase;margin-left:18px;font-family:"Arial";}


.s_hd{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.25rem;}

.s_hd .l_morebtn{ margin-top: 0;}




@-webkit-keyframes svgrotate {

    0% { stroke:rgba(255, 255, 255, 1);

        stroke-dasharray: 0 , 85;

        stroke-dashoffset:85;}

    100% { stroke:rgba(255, 255, 255, 1);

        stroke-dasharray:85 , 0;

        stroke-dashoffset:85; }

 }

@keyframes enter {

 }

 

@-webkit-keyframes enter {

    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }

    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }

    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }

}

@keyframes enter {

    0% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }

    20% { opacity: 0; transform:translateY(100px); -webkit-transform:translateY(100px); -moz-transform:translateY(100px); -ms-transform:translateY(100px); -o-transform:translateY(100px); }

    100% { opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); }

}

 



.draw_h:before{ content:""; display:block; width:100%; height:100%; position:absolute; left:0; top:0; border: 1px solid rgba(100%,100%,100%,.5); border-radius: 50%;}

.draw_h svg{position:absolute;top:-1px;left:-2px;overflow: inherit;display: block;pointer-events: none; opacity: .7;}

.draw_h svg path {

	fill: none; box-sizing:border-box;

	stroke-width: 3;

	stroke: none;

	stroke-dasharray: 0 , 188.49;

	stroke-dashoffset:188.49;

	transition: all .3s linear 0s;	

}

 svg{ display: block;} 


.l_morebtn{ position: relative; z-index: 1; margin-top: 3vw; display: inline-block;}

.l_morebtn::before{ content: ""; position: absolute; width: 100%; height: 100%; z-index: -1; box-sizing: border-box; left: 0; top: 0; border: 2px solid rgba(255, 255, 255, .68); transition: .5s; border-radius: 27px;}

.l_morebtn a{ display: flex; align-items: center; justify-content: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; font-size: 18px; color: #ffffff; }

.l_morebtn svg path{fill: none; box-sizing:border-box;

	stroke-width: 3;

	stroke: #0150ce;

    stroke-dasharray: 55  , 152;

    stroke-dashoffset: 57;

	transition: all .3s linear 0s;	}

.l_morebtn:hover svg path{ 

        stroke-dasharray: 205 , 0;

        stroke-dashoffset: 137; }

.l_morebtn.white a{ color: #333;}

.l_morebtn.white:before{ border-color: #e5e5e5;}

.l_morebtn.white svg path{ stroke: #037de9;}

.l_morebtn:hover:before{ opacity: 0;}

.l_morebtn.blue:before{ border-color: #e0eafa;}

.s_server .l_morebtn a{ color: #fff;}

.s_server .l_morebtn:before{ border-color: #e5e5e5;}



/* 四大理由 */

.reason {
    background: url(/template/default/images/bj4.jpg)no-repeat center top;
    padding-top: 95px;
}
.pt{
  text-align: center;
}

.pt .pt1{
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}

.pt .pt2{
  color: #fff;
  font-size:20px;
  margin-top:18px;
}




.reason .title h3 {
    color: #fff;
}

.reason .title p {
    color: #fff;
}

.ron-cfn {
    margin-top:58px;
}

.ron-cfn ul {
    display: flex;
    flex-wrap: wrap;
}


.ron-cfn ul li {
    width: 23.6%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding:28px 15px 10px 37px;
    cursor: pointer;
    margin-left: 1.86%;
}

.ron-cfn ul li:first-child {
    margin-left: 0;
}

.ron-cfn ul li.cur {
    background-color: #3f9e04;
}

.ron-cfn ul li .ron-ico {
    max-height: 55px;
    max-width: 51px;
    overflow: hidden;
}

.ron-cfn ul li .ron-ico img {
    max-width: 100%;
    transition: all .3s ease;
}

.ron-cfn ul li.cur .ron-ico img {
    margin-top: -55px;
}

.ron-cfn ul li .ron-tit {
    height: 100%;
    display: flex;
    margin-left: 20px;width:207px;
}

.ron-cfn ul li .ron-tit h3 {
    font-size: 28px;
    color: #333;
}

.ron-cfn ul li.cur .ron-tit h3 {
    color: #fff;
}

.ron-cfn ul li .ron-tit span {
    display: block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    font-family: Arial;
    line-height: initial;
    margin-top: 5px;
}

.ron-cfn ul li.cur .ron-tit span {
    color: #fff;
}

.ron-show {
    background-color: #fff;
    margin-top: 58px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 17px;
    box-shadow: 0px 8px 8px 0px #ededed;
}

.ron-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ron-right {
  
}

.ron-show ul li {
    display: none;
}

.ron-show ul li .ron-img {
    float: left;
    width:681px;
}

.ron-show ul li .ron-img img {
    width:681px;height:440px;display:block;
}

.ron-show ul li .ron-text {
    position: relative;
    width:535px;
    float: right;
    margin-left:68px;padding-top:12px;
}




.ron-show ul li .ron-text > h3 {
    font-size: 40px;
    font-weight: bold;
    color: #005eb8;
}

.ron-show ul li .ron-text > span {
    display: block;
    font-size: 30px;
    color: #333;
    margin-top: 6px;
}

.ron-show ul li .ron-text .text {
    font-size:18px;
    line-height: 41px;
    color: #666666;
    margin-top: 40px;height:123px;overflow:hidden;
}

.ron-show ul li .ron-text h4 {
    font-size: 100px;
    font-family: Impact;
    color: #f5f5f5;
    position: absolute;
    top: 0;
    right:-90px;
}

.ron-show ul li .ron-text h3{
font-size: 40px;
font-weight: bold;
color:#3f9e04;
line-height:1.5;
}



.ron-show ul li .ron-text span{color:#333333;font-size:30px;}


.ron-hot1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    line-height: 74px;
    width: 536px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 6px #eee;
    margin-top:60px;
}

.ron-hot1 span {
    font-size: 16px!important;
    color:#999!important;
    padding-left: 40px;
    background: url(/template/default/images/shs.png)no-repeat left center;
}

.ron-hot1 h5 {
    font-size: 26px;
    color: #3f9e04;font-weight:normal;display:inline-block;letter-spacing:-1px;
}

.news{
    padding-top:72px;
}
.title{
    text-align: center;
}
.title h3{
    font-size:44px;
    font-weight: 600;
    color: #333333;
}
.new-show{
    margin-top:55px;
}

.new-cfn ul{
    text-align: center;display: flex;justify-content:center;flex-wrap: nowrap;display: -webkit-flex;
}
.new-cfn ul li{
    width:229px;
    margin-left: 20px;
    background: #f4f4f4;
    cursor: pointer;
    display: flex;justify-content: center;flex-wrap: nowrap;display: -webkit-flex;
}

.new-cfn ul li .img{line-height: 73px;}
.new-cfn ul li .img2{display: none;}
.new-cfn ul li.cur .img1{display: none;}
.new-cfn ul li.cur .img2{display: inline-block;}
.new-cfn ul li.cur{background: #3f9e04;}
.new-cfn ul li h3{
    line-height: 73px;
    font-size: 25px;
    text-align: center;
    margin-left: 13px;
    font-weight: normal;color:#333333;
}
.new-cfn ul li.cur h3{
    color: #fff;
}

.new-con{
    margin-top:47px;
}
.new-list{
    display: none;
}

.new-top{
    float: left;
    width:838px;
}
.new-hot{
    float: left;
    width:391px;
    margin-left:56px;
}

.new-hot:first-child{
    margin-left: 0;
}
.new-hot a{
    display: block;
}
.new-hot .new-img{
    overflow: hidden;
}
.new-hot .new-img img{
   width: 391px;
   height:391px;display:block;
}
.new-hot .new-text{
        padding-top: 30px;
}
.new-hot .new-text h3{
    font-size:20px;
    color: #333333;
    overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
    font-weight: normal;
}
.new-hot .new-text .text{
    margin-top: 20px;
    font-size: 16px;
    color: #999999;
    line-height:27px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.new-hot .new-text span{
    display: block;
    font-size: 16px;
    color: #888888;
    line-height:31px;
    background: url(/template/default/images/mo1.png)no-repeat right center;
    margin-top: 30px;
}
.new-hot a:hover .new-text h3{
    color: #3f9e04;
}
.new-hot a:hover .new-text span{
    background: url(/template/default/images/mo2.png)no-repeat right center;
}



.new-rem{
    float: right;
    width:510px;
}
.new-rem ul li{
    border: solid 1px #ddd;
    margin-top: 34px;
    padding:20px 0;
}
.new-rem ul li:first-child{
    margin-top: 0px;
}
.new-rem ul li a{
    display: block;
}
.new-rem ul li a h4{
    float: left;
    text-align: center;
    width: 90px;
    font-size:16px;
    font-family: Arial;
    color: #666;
    font-weight: 500;
    height: 100%;
    border-right: solid 1px #ddd;
}
.new-rem ul li a h4 span{
    display: block;
    font-size:45px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #555555;font-family:"Arial";
}


.new-rem ul li a:hover h4 span{
    color: #00a650;
}
.new-rem ul li a .rem-con{
    float: left;
    width: 79%;
    padding-left: 23px;
}
.rem-con h3{
    font-size:20px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.rem-con p{
    font-size: 16px;
    color: #999;
    line-height:27px;
    margin-top: 5px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.new-rem ul li a:hover .rem-con h3{
    color: #3f9e04;
}
.new-rem ul li:hover{
    border: solid 1px #3f9e04;
}










/*友情链接*/
.link{
    background: #333333;
    padding:26px 0;
    border-bottom: solid 1px #484848;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;margin-top:72px;
}
.ft-link{
    overflow: hidden;display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;
}
.link span{
    font-size:19px;
    background: url(/template/default/images/lk.png)no-repeat left center;
    color: #fff;
    padding-left:42px;
    line-height:25px;
    display: inline-block;color:#00a650;text-transform:uppercase;width:180px;
}
.ft-link a{
    font-size:16px;
    color: #00a650;
    line-height: 25px;
    margin-left:32px;
}
.ft-link a:hover{
    color: #00a650;
}
.c-link dd{
    width:calc(100% - 200px);
}



.footed{
    background: #333;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ft-cfn{
    float: left;
    width:880px;
}
.ft-cfn dl{
    float: left;
    width:33.333%;
}



.ft-cfn dl dt{
    font-size:19px;
    color: #fff;
    font-weight: 500;
    margin-bottom:20px;
}

.ft-cfn dl dd a{
    font-size:16px;
    color: #a4a4a4;
    line-height:31px;
}
.ft-cfn dl dd a:hover{
    color: #a4a4a4;
}




.ft-con{
    float: right;
}
.ft-con h3{
    color: #fff;
    font-size:34px;
    font-family: Arial;
}
.ft-con .text{
    font-size:16px;
    color: #b0b0b0;
    line-height:27px;
    margin-top: 15px; 
}




.ft-tact{
    margin-top: 40px;
}
.ft-tact span:first-child{
    margin-left: 0;
    background: url(/template/default/images/f1.png)no-repeat center;
    position: relative;
}
.ft-tact span{
    float: left;
    display: block;
    height: 46px;
    width: 46px;
    margin-left: 20px;
    cursor: pointer;
}
.ft-tact span a{
    display: block;
    height: 46px;
    width: 46px;
}
.ft-tact span:nth-child(2){
    background: url(/template/default/images/f2.png)no-repeat center;
    position: relative;
}
.ft-tact span:nth-child(3) a{
    background: url(/template/default/images/f3.png)no-repeat center;
}
.ft-tact span:nth-child(4) a{
    background: url(/template/default/images/f4.png)no-repeat center;
}

.ft-tact span:nth-child(4) a:hover,
.ft-tact span:nth-child(3) a:hover{
    /*opacity: .5;*/
}



.ft-tact span:first-child p{
    opacity: 0;
    position: absolute;
    width: 100px;
    top: -105px;
    left: -30px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.ft-tact span:nth-child(2) p{
    opacity: 0;
    position: absolute;
    width: 100px;
    top: -105px;
    left: -30px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.ft-tact span:first-child p img,
.ft-tact span:nth-child(2) p img{
    max-width: 100%;
}
.ft-tact span:first-child:hover p,
.ft-tact span:nth-child(2):hover p{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.footer{
    line-height:24px;
    color: #fff;
    padding:15px 0;background:#00a650;font-size:16px;
}
.footer a{
    color: #fff;
}




/*内页左侧样式*/
/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(/template/default/images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:1920px;width:250px;position: relative;left: 50%;margin-left: -960px;}
.n_banner img{width:1920px;height:250px;margin:0 auto}
.left{width:225px;float:left;}
.sort_menu{}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:1145px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(/template/default/images/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#000;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}




/*在线客服*/
.yx_KfBox {
    position: fixed;
    width: 48px;
    right: 5px;
    bottom: 10%;
    z-index: 100;
    border: 0px solid #e0e0e0;
    border-bottom: 0
}

.yx_KfList p{font-size:14px;}
.yx_KfList a{font-size:14px;color:#fff;}


.yx_KfList {
    width: 48px;
    height: 48px;
    background: var(--yx_Color);
    position: relative;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    transition: all .3s;
    cursor: pointer;
    border-radius: 4px;
    line-height: 45px;
    list-style: none
}

.yx_Up_Button {
    background: var(--yx_CTwo)
}

.yx_KfList .yx_Email {
    width: 240px;
    background: var(--yx_CTwo);
    line-height: 48px;
    right: 140px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    visibility: hidden
}

.yx_KfList .yx_Email::after {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
    background: url('/template/default/images/b2d95a2d-170e-4822-82be-6100c5e3bb5c.png') no-repeat;
    background-color: transparent;
    background-size: 20px;
    background-position: center center
}

.yx_KfList .yx_Email.wc {
    width: 350px;
    line-height: 1;
    padding: 20px 0
}

.yx_KfList .yx_Email.wc .cont {
    display: inline-block;
    margin: 5px;
    text-align: center
}

.yx_KfList .yx_Email.wc .cont img {
    width: 80px;
    height: 80px
}

.yx_KfList .yx_Email.wc .cont p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1
}

.yx_KfList .yx_Email.qq {
    line-height: 36px
}

.yx_KfList .yx_Email.qq a {
    display: block;
    margin-bottom: 0px
}

.yx_KfList:hover .son {
    transition: all 0.6s ease;
    opacity: 1 !important;
    right: 60px !important;
    visibility: visible !important
}

.yx_Telicon:after {
    content: '\e654';
    font-size: var(--yx_FS18);
}

.yx_Moicon:after {
    content: '\e63c';
    font-size: var(--yx_FS18)
}

.yx_Mailicon:after {
    content: '\e6b1';
    font-size: var(--yx_FS18)
}

.yx_Qqicon {
    background: url('/template/default/images/b70d95a0-a5bd-48c4-8215-6b3b1f22baf7.png') no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center
}



.yx_Wcicon {
    background: url('/template/default/images/4832117f-2aae-425d-b8b1-2fda6394ab84.png') no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center
}
.yx_Telicon1{font-size:18px;}

<!--耗时1759012517.829秒-->