@charset "utf-8";

img{border:0;vertical-align:middle;}
a img,img{-ms-interpolation-mode:bicubic}
a{text-decoration:none;cursor: pointer; color:#999}
a:hover{text-decoration:none}
body,th,td,button,input,select,textarea{  font-family:Arial, "微软雅黑"; font-size:12px;color:#666;}
.l,.left,.fl{ float:left}
.r,.right,.fr{ float:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden; font-size:0; line-height:0}
.clearfix{*zoom:1}
.fixed{ position:fixed; z-index:100; bottom:0; left:0; width:100%;}




.pich{
	overflow: hidden;
}
.pich img{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.pich:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.nm{
	margin-right: 0 !important;
}

.title{
  font-size: 36px !important;
}

/*vertical-align: middle;*/
.submenu .bdbox .picbox img{
	width: auto;
	max-width: 100%;
}
.banner .pic{
	display: block;
	width: 100%;
	background: center no-repeat;
	height: 930px;
}
.banner .box{
	width: 700px;
	margin-top: 345px;
	float: right;
}
.banner .box h3{
	font-size: 30px;
	color: #FFFFFF;
	line-height: 36px;
}
.banner .box h4{
	font-size: 60px;
	color: #ffe200;
	font-weight: bold;
	line-height: 104px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.banner .box table{
	width: 680px;
	border-left: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
	text-align: center;
	margin-top: 7px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.banner .box table td{
	border-right: 1px #dde9fb solid;
	border-bottom: 1px #dde9fb solid;
	width: 20%;
	line-height: 78px;
}
.banner .box table p{
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	color: #FFFFFF;
}
.banner .box table p b{
	display: block;
	font-weight: bold;
	text-transform: capitalize;
}
.banner .box .morebtn{
	display: block;
	width: 170px;
	height: 50px;
	background: url(../images/pic24.jpg) center no-repeat;
	margin-top: 70px;
}

.fadeInUp{
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}
.fadeInUp em{
	font-size: 19px;
}
.banner .slick-current h3,
.banner .slick-current h4,
.banner .slick-current table,
.banner .slick-current .morebtn{
	-webkit-animation: fadeInUp 500ms;
    -moz-animation: fadeInUp 500ms;
    -ms-animation: fadeInUp 500ms;
    -o-animation: fadeInUp 500ms;
    animation: fadeInUp 500ms;
    animation-fill-mode: both;
}
.banner .slick-current h3{
	animation-delay: 400ms;
}
.banner .slick-current h4{
	animation-delay: 600ms;
}
.banner .slick-current table{
	animation-delay: 800ms;
}
.banner .slick-current .morebtn{
	animation-delay: 1000ms;
}

.banner .slick-dots{
	height: 4px;
	bottom: 26px;
}
.banner .slick-dots li{
	vertical-align: top;
	width: 20px;
	height: 4px;
	background: url(../images/bg1.png) 0 0 no-repeat;
	margin: 0 5px;
}
.banner .slick-dots li.slick-active{
	background-position: -20px 0;
}

.main{
	width: 1200px;
	margin: 0 auto;
	/*1027*/
	/*padding: 1px  0;*/
	padding: 40px 0;
	position: relative;
}
.lnav{
	float: left;
	width: 220px;
}
.lnav.fixtop{
	position: fixed;
	top: 0;
}
.lnav li{
	line-height: 30px;
	margin-bottom: 10px;
}
.lnav li a{
	display: block;
	border-left: 2px #FFFFFF solid;
	text-transform: capitalize;
	font-size: 14px;
	color: #333333;
	padding-left: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lnav li.on a,
.lnav li:hover a{
	border-color: #c5321c;
	color: #c5321c;
}
.right1{
	float: right;
	width: 960px;
}
.inquiry{
	/*padding-bottom: 100px;*/
	padding-bottom: 50px;
}
.inquiry .tit{
	font-size: 24px;
	color: #000000;
	line-height: 26px;
}
.inquiry .pic{
	padding-top: 40px;
	padding-left: 180px;
}
.inquiry .pich{
	float: left;
	width: 198px;
	height: 198px;
	border: 1px #EEEEEE solid;
}
.inquiry .pic span{
	display: block;
	float: left;
	/*20171115*/
	font-size: 20px;
	color: #c5321c;
	line-height: 200px;
	margin-left: 18px;
}
.inquiry .pic span em{
	display: inline-block;
	vertical-align: middle;
	line-height: 44px;
	width: 350px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inquiry form{
	width: 600px;
	display: block;
	margin: 0 auto;
}
.inquiry form .text,
.inquiry form textarea{
	width: 558px;
	height: 48px;
	line-height: 48px;
	border: 1px #dddddd solid;
	margin-top: 30px;
	font-size: 14px;
	color: #999999;
	padding: 0 20px;
}
.inquiry form textarea{
	height: 118px;
	line-height: 24px;
	padding-top: 12px;
	overflow-y: auto;
}
.inquiry form .button{
	display: block;
	margin: 20px auto 0;
	/*font-size: 16px;*/
	font-size: 22px;
	color: #FFFFFF;
	width: 180px;
	height: 50px;
	background: #c5321c;
}
.certificaciones{
	color: #fff;
	font-size: 1.2rem;
	margin: 30px;
    display: block;
}
.f_alimentacion p{
	color: #fff;
	font-size: 1.2rem;
  text-align: center;
}
.saecsa-red{
	color:#c5321c;
}
.pro_1{
	background-image: linear-gradient(to right top, #1c2125, #22282d, #282f36, #2e373e, #343e47);
	height: auto;
	padding: 10px;
}
.pro_1 .linkwaw {
  margin-bottom: 35px !important;
}
.pro_1 .fl{
	margin-top: 104px;
	width: 560px;
}
.pro_1 h3{
	font-size: 39px;
	color: #FFFFFF;
	line-height: 48px;
}
.pro_1 ul{
	padding-top: 50px;
}
.pro_1 li{
	float: left;
	color: #FFFFFF;
	width: 46%;
	text-align: center;
	margin-right: 20px;
	border: 1px #777a7d solid;
	margin-top: 20px;
	line-height: 98px;
}
@media (max-width: 596px) { 
	.pro_1 li{
		width: 100%;
	}
 }
.pro_1 li p{
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
}
.pro_1 li em{
	display: block;
	font-weight: bold;
}
.pro_1 .fl a.btn{
	display: block;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 16px;
	background: #c5321c;
	margin-top: 80px;
}
.pro_1 .pic{
	width: 48%;
	height: 650px;
	margin-top: 75px;
}
.pro2{
	/*padding: 85px 0;*/
	padding: 50px 0;
}
.pro2 .video{
	float: left;
	width: 600px;
	height: 430px;
	position: relative;
}
.pro2 .video .play{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/blackbg.png) repeat;
	cursor: pointer;
}
.pro2 .video .play b{
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/play.png) center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
}
.pro2 .word{
	float: right;
	width: 570px;
}
.pro2 h3{
	font-size: 38px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 35px;
}
.pro2 .box{
	padding-top: 15px;
}
.pro2 .box .hd{
	float: left;
	width: 35%;
}
@media (max-width: 596px) { 
	.pro2 .box .hd{
		width: 100%;
	}
 }
.pro2 .box .hd li,
.pro2 .box .more{
	display: block;
	margin-top: 20px;
	border: 1px #DDDDDD solid;
	line-height: 48px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro2 .box .more{
	text-transform: capitalize;
}
.pro2 .box .hd li.on,
.pro2 .box .more:hover{
	background: #c5321c;
	border-color: #c5321c;
	color: #FFFFFF;
}
.pro2 .box .bd{
	float: right;
	width: 60%;
}
@media (max-width: 596px) { 
	.pro2 .box .bd{
		width: 100%;
	}
 }
.pro2 .box table{
	width: 100%;
	margin-top: 20px;
	border-top: 1px #DDDDDD dashed;
}
.pro2 .box table td{
	border: none;
	border-bottom: 1px #DDDDDD dashed !important;
	line-height: 42px;
	font-size: 14px;
	color: #333333;
}
.pro2 .box table h4{
	padding-right: 5px;
	font-size: 1rem !important;
}
.pro2 .box table p{
	line-height: 18px;
	padding: 5px 0;
}

.about h3{
	font-size: 18px;
	color: #c5321c;
	line-height: 48px;
}
.about p{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	padding: 15px 0;
}
.about ul{
	padding-bottom: 30px;
	padding-top: 10px;
}
.about li{
	float: left;
	width: 313px;
	height: 234px;
	overflow: hidden;
	margin-right: 10px;
}
.conus li{
	margin-bottom: 40px;
}
.conus li .pic{
	float: left;
	width: 480px;
	height: 300px;
	overflow: hidden;
}
.conus li .box{
	float: left;
	border: 1px #f6f6f6 solid;
	width: 398px;
	height: 298px;
	padding: 0 40px;
}
.conus li .box h3{
	font-size: 24px;
	color: #c5321c;
	line-height: 44px;
	padding-top: 28px;
}
.conus li .box h4{
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}
.conus li table{
	width: 100%;
	margin-top: 25px;
}
.conus li table td{
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}
.conus li table p{
	font-weight: bold;
	padding-right: 10px;
	line-height: 30px;
	vertical-align: top;
}
.conus li .map{
	float: left;
	width: 480px;
	height: 360px;
}
.conus li .box2{
	border: 1px #f6f6f6 solid;
	padding: 0 40px;
	width: 398px;
	height: 358px;
	float: left;
}
.conus li .box2 h3{
	font-size: 24px;
	color: #c5321c;
	line-height: 35px;
	padding-top: 27px;
}
.conus li .box2 dd{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	margin-top: 20px;
}
.conus li .box2 span{
	display: block;
	float: left;
	width: 89px;
	padding-left: 40px;
	background: left center no-repeat;
	font-weight: 800;
}
.conus li .box2 p{
	float: left;
	width: 269px;
	line-height: 20px;
	padding: 5px 0;
}
.video_det .tit{
	font-size: 24px;
	color: #333333;
	/*1027*/
	line-height: 50px;
	/*padding: 25px 0;*/
}
/*.video_det .tit a{
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	/*1027*/
	/*margin-top: 25px;*/
	/*margin-top: 5px;
	background: url(../images/ic12.png) 0 0;*/
	/*background: url(../images/ic10.png) center no-repeat;
}*/
.video_det .tit span{
	display: block;
    float: right;
    padding-left: 42px;
    background: url(../images/ic11.png) left center no-repeat;
    font-size: 14px;
    color: #555555;
    line-height: 36px;
	/*margin-top: 5px;*/
}
.video_det .tit span{
	display: block;
	float: right;
	padding-left: 42px;
	background: url(../images/ic11.png) left center no-repeat;
	font-size: 14px;
	color: #555555;
	line-height: 36px;
}
.video_det .tit span a{
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 36px;
	height: 36px;
	background: url(../images/ic12.png) 0 0;
	margin-left: 10px;
}
.video_det .tit span a.a4{
	background-position: -36px 0;
}
.video_det .tit span a.a5{
	background-position: -72px 0;
}
.video_det .tit span a.a6{
	background-position: -108px 0;
}
.video_det .left{
	width: 800px;
}
.video_det .b_video .box{
	display: block;
	width: 800px;
	height: 490px;
	position: relative;
}
.video_det .b_video .play{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/blackbg.png) repeat;
}
.video_det .b_video .play b{
	display: block;
	width: 80px;
	height: 80px;
	background: url(../images/play2.png) center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
}
.video_det .right{
	width: 340px;
	padding: 0 30px;
	background: #f6f6f6;
	height: 490px;
}
.video_det .s_video{
	padding-bottom: 70px;
}
.video_det .s_video .box{
	margin-top: 30px;
	cursor: pointer;
}
.video_det .s_video .pic{
	float: left;
	border: 5px #FFFFFF solid;
	background: #FFFFFF;
	width: 150px;
	height: 80px;
	overflow: hidden;
	position: relative;
}
.video_det .s_video .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/blackbg.png) repeat;
}
.video_det .s_video .bg b{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/play3.png) center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
}
.video_det .s_video p{
	float: right;
	width: 160px;
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding-top: 15px;
	height: 72px;
	overflow: hidden;
}
.video_det .s_video .slick-list{
	border-bottom: 1px #DDDDDD solid;
	padding-bottom: 30px;
}
.video_det .s_video .slick-prev, 
.video_det .s_video .slick-next{
	width: 50px;
	height: 40px;
	background: url(../images/arw3.jpg) 0 0 no-repeat;
	left: 0;
	top: auto;
	margin: 0;
	bottom: 0;
	z-index: 2;
}
.video_det .s_video .slick-next{
	left: 70px;
	background-position: -50px 0;
}
.video_det .s_video .slick-prev:hover{
	background-position: 0 -40px;
}
.video_det .s_video .slick-next:hover{
	background-position: -50px -40px;
}
.video_det .s_video .slick-current .pic{
	border-color: #c5321c;
}
.video_det .s_video .slick-current .bg{
	background-image: url(../images/bg8.png);
}
.video_det .s_video .slick-current p{
	color: #c5321c;
}
.video_list li{
	float: left;
	width: 460px;
	/*padding-bottom: 50px;*/
	padding-bottom: 30px;
	text-align: center;
	margin-right: 40px;
}
.video_list li .pic{
	width: 460px;
	height: 260px;
	overflow: hidden;
	position: relative;
}
.video_list li .play{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/blackbg.png) repeat;
}
.video_list li .play b{
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/play4.png) center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
}
.video_list li h3{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	/*overflow: hidden;*/
	/*white-space: nowrap;*/
	margin-top: 20px;
	text-overflow: ellipsis;
}
.video_list li:hover h3{
	color: #c5321c;
}
.video_list li p{
	color: #999999;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

.dis{
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
}

/*0729*/
.blackbgout{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background: url(../images/nbg3.png) repeat;
	display: none;
}
.videoout{
	position: fixed;
	left: 0;
	top: -300%;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.videoout .vbox{
	background: #FFFFFF;
	padding: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.videoout .guanbi{
	width: 32px;
	height: 32px;
	position: absolute;
	right: -16px;
	top: -16px;
	z-index: 2;
	cursor: pointer;
	background: url(../images/guanbi.png) center no-repeat;
}
.videoout2{
	top: 0;
	display: block;
}
.pro_4 .word h3{
	color: #333333;
	font-size: 48px;
	line-height: 48px;
}
.pro_4 .word p{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	padding-top: 30px;
	font-size: 1.2rem;
  text-align: center;
}