
/**产品分类**/
.brand_rice{
	overflow: hidden;
}
.brand_rice ul li{
	margin-top: 30px;
	overflow: hidden;
}
.brand_rice ul li .pro-left{
	float: left;
	width: 48%;
}
.brand_rice ul li  h3{
	 color:#00722e !Important;
	 font-weight:bold !important;
	 font-size: 24px !important;
}
.brand_rice ul li  p{
	 color:#4f4f4f !Important;
     font-size:14px !Important;
     font-family: 微软雅黑 !important；
}

.brand_rice ul li .pro-left pre{ text-align:left !important;}
.brand_rice ul li pre{
   background:none !Important;
   border:none;
}
.brand_rice ul li .pro-imgs{
	float: right;
	width: 38%;
	border:1px solid #e5e5e5;
}
.brand_rice ul li .pro-left2{
	float: right;
	width: 48%;
	text-align: right;
}
.brand_rice ul li .pro-left2 a{
	float:right;
}
.brand_rice ul li .pro-left2 span{
	float:right;
}
.brand_rice ul li .pro-left2 pre{
	margin-top: 30px;
}
.brand_rice ul li .pro-imgs2{
	float: left;
	width: 38%;
	border:1px solid #e5e5e5;
}
.brand_rice ul li p{
	font-size:14px;
	color:#7f7f7f;
	line-height:1.7;
	padding-top:20px;
	clear: both;
}
.brand_rice ul li h3{
	font-size:22px;
	color:#333333;
	font-weight: normal;
	padding: 0px !important;
	margin-top: 20px;
}
.brand_rice ul li span{
	display: block;
	width:31px;
	height:1px;
	background: #1ab256;
	margin:12px 0;
}

.brand_rice ul li a{
	display:block;
	width:127px;
	height:38px;
	background: #1ab256;
	border-radius: 15px;
	color:#ffffff;
	font-size:12px;
	text-align: center;
	line-height:38px;
	margin-top: 10px;
}
.brand_rice ul li a:hover{
	background: #ef8300;
}

/**产品结束**/




@media screen and (max-width: 769px) {














  #w_common_text-1594862123127 span{font-size: 18px !important; }
  
  #content_box-1595582824530-0,#content_box-1595659409438-0{display:none;}
  #w_grid-1595218878523{margin-bottom:0px;}
  #w_grid-1594862122797> div > .p_gridbox > .p_gridCell{margin-top:0px !Important;}
#w_grid-1594862122797{margin-top: 10px !Important;}

#w_grid-1562727658544{margin-top:0px !Important;}
 #w_common_text-1590656750294 span{font-size:30px;}
  #content_box-1590656750287-1{display:none;}
#content_box-1590714209374-0{display:none;}

  #w_common_text-1590714472614{margin-bottom: 10px !important;}

#w_fimg-1590714523997{margin-bottom: 20px !important;}


  #w_grid-1563929810688{ background: #f6f6f6 !important;}





  #content_box-1595643020219-1,#content_box-1595643020219-2{display:none !Important;}












#w_fimg-1590131416283,#w_fimg-1590133589211,#w_fimg-1590135253005{max-width: 200px !important;}


#w_common_text-1590131399797 span{font-size:24px !Important;}

#w_common_text-1590131399799{height:80px;overflow:hidden;text-overflow: ellipsis;margin:10px 0px !Important;padding: 0px;}



#w_grid-1590127380846{margin-top:20px;}





}







.containerge {
    position: absolute;
    width: 110px;
    height: 24px;
    margin-top: -100px;
    z-index: 99;
    right: 0px;
    margin-right: 0px;
    margin-left: auto;
}
.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}
.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}
.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}
.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}
@keyframes move {
    25% {
        opacity: 1;
    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}
.text {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 1;
    animation: pulse 2s linear alternate infinite;
}
@keyframes pulse {
    to {
        opacity: 1;
    }
}