
html{ background:#fff;}/*图片加载未完成前，默认背景色*/
.wrap{ }
.loading{position:fixed;width:100%;height:100%; top:0; z-index:51; display:none; max-width:640px; min-width:320px; z-index:99999;}
.loading img{ display:none;}
.loading #showNext{ line-height:1.8rem; display:none; color:#333; border:0.05rem solid #333; border-radius:5%; padding-left:1rem; padding-right:1rem; text-align:center; position:absolute; right:1rem; top:1rem; z-index:99;}
/*首次加载页面切入效果*/
.homeShow{ animation: fade 0.8s ease both;-webkit-animation: fade 0.8s ease both; }
/*渐显动画*/
@-webkit-keyframes fade {
  from 
  {
   opacity:1;
   display:block;
   
  }

  to {
    opacity: 0;
    display:none;
    height:0;
   
  }
}

@keyframes fade {
  from{
    opacity: 1;
   display:block;
  }

  to 
  {
    display:none;
    opacity: 0;
    height:0;
  }
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
}


        .head2 {position: relative;z-index: 11;height:5rem;background: #fff; }
        .head2 .logo{ width:41.3%; float:left; margin:0.5rem 1% 0 2%;}
        .head2 .logo img{display:block; width:100%;}
        .head2 h4{ width:43%; line-height:5rem; line-height: 5rem; font-size:1.2rem; color:#333333; float:left; text-align:right; font-weight: normal;}
        .head2 h4 a{ float:left; width:33%;text-align: center; color:#333333;}
        .head2 h4 .cur a{color:#4fb73d;}
        .head2 h4 span a{position: relative;}
        .head2 h4 span{position: relative;}
        .head2 h4 span a:before{content: "";position: absolute;width: 1px;height: 1rem;background: #333333;right: 0;top:2rem;}
        .head2 h4 span:nth-child(3) a:before{background: none;}

        .head2 .menu_btn{width:10%; height:5rem; float:right; overflow:hidden;}
        .head2 .menu_btn a.downmenu{display:block; width:100%; padding:1.2rem 0 0 0;}
        .head2 .menu_btn img{ display:block; width:100%;}
        .menu2 .slideMenu{width:100%; display: none;z-index:16;position:absolute; top:5rem; right:0px; transition:transform 1s;-webkit-transition:transform 1s;}
        .menu2.down .slideMenu{transform:translate3D(0,100%,0);-webkit-transform:translate3D(0,100%,0);}
        .menu2 ul {background:#83b42e;padding-bottom: 3rem;}
        .menu2 ul li {line-height:3rem;text-align:center;color:#fff; position:relative;font-size:1.2rem;}

        .menu2 ul li:before{ content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#fff;}
        .menu2 ul li:last-child:before{ background:none; border:0;}
        .menu2 ul li a {display: block;height: 3rem;line-height: 3rem; font-size:1rem; font-family:"Microsoft Yahei"; color: #fff;text-decoration: none;}
       

    .g-adv{height: 19rem; position: relative;}
    .g-adv img{width: 100%;display: block;}
    .g-adv .swiper-pagination-clickable .swiper-pagination-bullet{background: #fff;width: 1.2rem;height: 1.2rem;margin: 0 0.5rem;}
.g-adv .swiper-pagination-clickable  .swiper-pagination-bullet-active{background: #4fb73d}
.g-adv .swiper-pagination-bullets{bottom: 0.8rem;}
    
    
    
  

        .g-ft{height:18rem;background: #f5f5f5; position: relative;}
        .g-ft .up{width: 4rem;height: 4rem;position: absolute;left:50%;margin-left: -2rem;top:-2rem;}
        .g-ft .up img{width: 100%;display: block;}
        .g-ft .up em{font-size: 1.1rem;color: #333333;display: block;height: 2rem;line-height: 2rem;width: 150%;position: absolute;left:-36%;text-align: center;}
        .bah{padding-top: 5.3rem; text-align: center;font-size: 1.1rem;color: #666666;}
        .bah a{color: #666;}
        .bah b{display: block;font-weight: normal;margin-bottom: 1rem;font-size: 1.1rem;color: #353535;}


        .g_fnva{ position:fixed; z-index:100; bottom:0; width:100%;max-width:640px;min-width:320px;background:#4fb73d;}
        .m-f01 li{float: left;width: 25%;text-transform: uppercase;border-right: 1px solid #6fc260; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
        .m-f01 li em{display: block;width: 45%;padding-top: 0.5rem; margin: 0 auto;}
        .m-f01 li img{width: 100%;display: block;}
        .m-f01 a{ color:#fff;line-height:2.2rem;;display:block;text-align:center;font-size: 1.2rem;position: relative;}



 .ad-01{
     position: relative;
     min-height: 4rem;
        background: #30b014;
        /*background: url(images/m11-icon2.jpg) no-repeat center top;*/
        /*background-size: 100% 4rem; */
 }
 .ad-01-img img{
     display: block;
     width: 100%;
     
 }
    .ad-01-title {
        position: absolute;
        top: 0;
        height: 4rem;
        width: 100%;
        font-size: 1.6rem;
        text-align: center;
        color: #fff;
        line-height: 4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
    }

     
        .m-cl-1nt4-3-01-list {
            padding: 0 3%;
        }
        
        .m-cl-1nt4-3-01-list dl {
            padding: 1rem 0;
            border-bottom: 1px solid #e5e5e5;
            display: inline-block;
            width: 100%;
        }
        
        .m-cl-1nt4-3-01-list dt {
            width: 33.3%;
            float: left;
            margin-right: 5.6%;
        }
        
        .m-cl-1nt4-3-01-list dt img {
            width: 100%;
        }
        
        .m-cl-1nt4-3-01-list h3 {
            font-size: 1.6rem;
            line-height: 2.5rem;
			color: #626262;
        }
        
        .m-cl-1nt4-3-01-list-desc {
            margin-top: 0.4rem;
            height: 4rem;
            font-size: 1.4rem;
            line-height: 2rem;
            color: #626262;
            overflow: hidden;
        }
        
        .m-cl-1nt4-3-01-list-data {
            font-size: 1.2rem;
            line-height: 2rem;
            color: #626262;
            display: inherit;
            float: right;
        }
		
		
		
    .m2-left-nav-1 {
        margin: 1.3rem 1rem 1.8rem 1rem;
    } 
.m2-left-nav-1 .m2-left-nav-1-list {
        border-radius: 0.5rem;
        -webkit-border-radius: 0.5rem;
        overflow: hidden;
    } 
.m2-left-nav-1 .m2-left-nav-1-list li .down {
        height: 4.0rem;
        display: block;
        padding-left: 1rem;
        line-height: 4.0rem;
        box-sizing: border-box;
    } 
.m2-left-nav-1 .m2-left-nav-1-list .down span {
        width: 4rem;
        height: 4rem;
        float: right;
        display: block;
        background: url(images/href_icon2.png) no-repeat center center;
        background-size: 1.2rem; 
        overflow: hidden;
    } 
.m2-left-nav-1 .m2-left-nav-1-list li .borderno {
        border: none;
    } 
.m2-left-nav-1 .m2-left-nav-1-list li p {
        position: relative;
    } 
/*一列展现*/ 
.m2-left-nav-1 .list1 li {
        height: 3.6rem;
        line-height: 3.6rem;
        border-bottom: 1px solid #e1e1e1;
        padding-left: 3.3rem;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    } 
.m2-left-nav-1 .list1 li:before {
        content: "";
        overflow: hidden;
        position: absolute;
        left: 2.0rem;
        top: 1.46rem;
        z-index: 7;
        width: 0;
        height: 0;
        border-width: 0.3rem;
        border-style: solid;
        transform: roate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        border-color: #333 #333 transparent transparent;
    } 
.m2-left-nav-1 .list1 li:after {
        content: "";
        overflow: hidden;
        position: absolute;
        left: 2.0rem;
        top: 1.56rem;
        z-index: 8;
        width: 0;
        height: 0;
        border-width: 0.2rem;
        border-style: solid;
        transform: roate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        border-color: #fff #fff transparent transparent;
    }
    /* -- 产品导航页二级导航背景颜色，字体颜色和线条颜色  -- */ 
.m2-left-nav-1 .list1 {
    } 
.m2-left-nav-1 .m2-left-nav-1-list {
        border: 1px solid #e1e1e1;
    }
    /*产品导航最外层边框*/ 
.m2-left-nav-1 .m2-left-nav-1-list .on p {
        border-bottom: 1px solid #ffffff;
        background-color: #fbfbfb;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e1e1e1));
        background-image: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
        background-image: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
        background-image: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
        background-image: -ms-linear-gradient(top, #fbfbfb, #e1e1e1);
        background-image: linear-gradient(top, #fbfbfb, #e1e1e1);
    }
    /*产品导航展开边框*/ 
.m2-left-nav-1 .m2-left-nav-1-list li .down {
        border-bottom: 1px solid #e1e1e1;
        background-color: #ffffff;
    }
    /*产品导航收缩边框*/
    /*.m2-left-nav-1  .m2-left-nav-1-list li:last-child .down { border:none; }*/ 
.m2-left-nav-1 .m2-left-nav-1-list li p {
        border-bottom: 1px solid #e1e1e1;
        background-color: #ffffff;
    }
    /*产品导航收缩边框*/ 
.m2-left-nav-1 .m2-left-nav-1-list li ul a {
        border: 0;
    }
    /*产品导航二级栏目边框*/ 
.m2-left-nav-1 .m2-left-nav-1-list .list1 .a_tit:before {
        border-color: #500971 #500971 transparent transparent;
    } 
.m2-left-nav-1 .m2-left-nav-1-list .list1 .a_tit:after {
        border-color: #fff #fff transparent transparent;
    }
	
	        .m-xx-01 {
            padding-top: 1rem;
            margin-bottom: 1.6rem;
        }
        
        .m-xx-01-tit {
            height: 4rem;
            width: 100%;
            font-size: 1.6rem;
            text-align: center;
            color: #333;
            line-height: 4rem;
            /*background: #30b014;*/
            background-size: 100% 4rem;
            border-bottom: 1px solid #FA756E;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
        }
        
        .m-xx-01-txt {
            width: 93.75%;
            padding: 1rem 0;
            font-size: 1.55rem;
            font-weight: bold;
            color: #000;
            line-height: 2.5rem;
            margin: 0 auto;
            text-align: justify;
            border-bottom: 1px solid #eee;
        }
        
        .m-xx-01-desc {
            width: 93.75%;padding-top:1rem;
            margin: 0 auto;    font-size: 1.2rem;
        }
    

        .m-xx-fy-01 p {
            width: 62%;
            float: left;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        
        .m-xx-fy-01 {
            height: 3.7rem;
            background: #e8e8e8;
            padding: 1.6rem 3.125%;
            margin-bottom: 1rem;
        }
        
        .m-xx-fy-01-return {
            float: right;
            width: 3.5rem;
            height: 3rem;
            box-sizing: border-box;
            padding-top: .2rem;
            margin-top: .2rem;
            font-size: 1rem;
            line-height: 1.2rem;
            text-align: center;
            color: #fff;
            background:#30b014;
        }
        
        .m-xx-fy-01-prev,
        .m-xx-fy-01-next {
            height: 1.8rem;
            margin-bottom: 0.1rem;
            font-size: 1.2rem;
            color: #4b4a4a;
            line-height: 1.8rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .m-xx-fy-01-prev span,
        .m-xx-fy-01-next span {
            width: 4.8rem;
            height: 1.8rem;
            display: block;
            font-weight: bold;
            color: #fff;
            text-align: center;
            float: left;
            background: #a2a2a2;
            margin-right: .2rem;
        }
           .m-cx-cpgs-ts4-3-01 {
            margin-bottom: 1rem;
        }
        
        .m-cx-cpgs-ts4-3-01-pic {
            position: relative;
            width: 93.75%;
            margin: 1.4rem auto 1rem;
        }
        
        .m-cx-cpgs-ts4-3-01-prev,
        .m-cx-cpgs-ts4-3-01-next {
            width: 1rem;
            height: 1rem;
            border: 1px solid #bfc4c3;
            transform: rotate(45deg);
            box-sizing: border-box;
            position: absolute;
            top: 50%;
            margin-top: -.5rem;
            z-index: 22;
        }
        
        .m-cx-cpgs-ts4-3-01-prev {
            left: 2%;
            border-style: none none solid solid;
        }
        
        .m-cx-cpgs-ts4-3-01-next {
            right: 2%;
            border-style: solid solid none none;
        }
        
        .m-cx-cpgs-ts4-3-01-pic .m-cx-cpgs-ts4-3-01-page {
            font-size: 0.9rem;
            line-height: 1.5rem;
            color: #787878;
            position: absolute;
            left: 0;
            bottom: .8rem;
            text-align: right;
            box-sizing: border-box;
            padding-right: .8rem;
            z-index: 22;
        }
        
        .m-cx-cpgs-ts4-3-01-pic li>img {
            width: 100%;
            display: block;
        }
        
        .m-cx-cpgs-ts4-3-01-tit {
            
            height: 4rem;
            width: 100%;
            font-size: 1.6rem;
            text-align: center;
            color: #333;
            line-height: 4rem;
            margin-bottom: 1rem;
            border-bottom: 1px solid #ddd;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
        }
        
        .m-cx-cpgs-ts4-3-01-desc {
            width: 93.75%;
            margin: 0 auto 0;margin-bottom:5rem;
            font-size: 1.2rem;
            line-height: 
        }
    

        .m-cx-cpxq-01 {
            width: 93.75%;
            margin: 0 auto;
            background: #f4f4f4;
            box-sizing: border-box;
            padding: 1.2rem 2%;
            border: 1px solid #e6e6e6;
            margin-bottom: 1rem;
        }
        
        .m-cx-cpxq-01-tit {
            height: 3rem;
            border-bottom: 1px solid #d7d7d7;
            box-sizing: border-box;
            margin-bottom: 1rem;
        }
        
        .m-cx-cpxq-01-tit span {
            display: inline-block;
            height: 3rem;
            font-size: 1.6rem;
            line-height: 3rem;
            color: #464646;
            border-bottom: 1px solid #1ea001;
            box-sizing: border-box;
            vertical-align: top;
            padding-left: 2.2rem;
            background-size: 1.1rem;
            margin-right: .5rem;
        }
        
        .m-cx-cpxq-01-tit em {
            font-size: 1.2rem;
            text-transform: uppercase;
            color: #c2c2c1;
            line-height: 3rem;
            vertical-align: bottom;
        }
    

				.m-cx-xgcp-4pl-ts4-3-01 {
					width: 93.75%;
					margin: 0 auto 1rem; 
					border: 1px solid #f3f3f3;
				}
				
				.m-cx-xgcp-4pl-ts4-3-01-tit {
					height: 3rem;
					border-bottom: 1px solid #d7d7d7;
					margin-bottom: 1rem;
					margin-top: 1rem;
				}
				
				.m-cx-xgcp-4pl-ts4-3-01-tit span {
					display: inline-block;
					height:3rem;
					font-size: 1.6rem;
					line-height: 3rem;
					color: #464646;
					border-bottom: 1px solid #1ea001;
					box-sizing: border-box; 
					padding-left: 2.2rem;    background: url(images/m-cx-4-3-01-icon1.png) no-repeat .5rem 1rem;
					background-size: 1.1rem;
					margin-right: .5rem;
				}
				
				.m-cx-xgcp-4pl-ts4-3-01-tit em {
					font-size: 1.2rem;
					text-transform: uppercase;
					color: #c2c2c1;
					line-height: 3rem;
					vertical-align: bottom;
				}
				.m-cx-xgcp-4pl-ts4-3-01-list dl{width:48.5%;box-sizing: border-box; border: 1px solid #eaeaea; margin-right: 3%; float: left; margin-bottom: -1px;text-align: center; }
				.m-cx-xgcp-4pl-ts4-3-01-list dl:nth-last-child(1){margin-right: 0;}
				.m-cx-xgcp-4pl-ts4-3-01-list dt{border-bottom: 1px solid #eaeaea;}
				.m-cx-xgcp-4pl-ts4-3-01-list dt,.m-cx-xgcp-4pl-ts4-3-01-list dt img{width: 100%;display: block; }
				.m-cx-xgcp-4pl-ts4-3-01-list dd{height: 4.25rem; font-size: 1.2rem; color: #4c4c4c; line-height: 4.25rem;padding-top: .4rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box;}
				
				
				
				.m-cx-cpgs-ts4-3-01-desc table{margin-bottom:20px;width:100%}
.m-cx-cpgs-ts4-3-01-desc table{border-right: 1px solid #E7E7E7;border-bottom: 1px solid #E7E7E7;}
.m-cx-cpgs-ts4-3-01-desc table tr:nth-child(odd){text-align:center; background:#F6F6F6;}
.m-cx-cpgs-ts4-3-01-desc table tr:nth-child(even){text-align:center; background:#fff;}
.m-cx-cpgs-ts4-3-01-desc table tr,table td{border-top: 1px solid #E7E7E7;border-left: 1px solid #E7E7E7;color:#444;font-size:13px;line-height:30px;padding:0.8% 0.5%;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.m-cx-cpgs-ts4-3-01-desc table tr:hover{ background:#D4F9B7;}				