/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/MONTSERRAT-LIGHT.OTF');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR.TTF');
}
body {
    font-size: 14px;
    font-family: "Poppins";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.htmleaf-container{
	display: none;
}
.header-navigation {
	/* position:fixed; */
	top:30;
	width:100%;
	text-align:center;
	z-index:9999;
}
.heads{
	height:100px;
	top: 0px;
	width: 100%;
	left: 0%;
	transition: all .5s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(-120px);
	-ms-transform:translateY(-120px);
	-o-transform:translateY(-120px);
	transform:translateY(-120px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
	
}
.headdv{
	width: 95%;
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
}
.headdvleft img{
	display: block;
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul li{
	line-height: 97px;
	margin: 0 10px;
	border-top: 3px solid transparent;
	padding: 0 5px;
	transition: all .3s;
}
.headdvright ul li a{
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
	text-transform: uppercase;
}
.headdvright ul li:hover{
	border-top: 3px solid #ff7a1b;
}
.headdvright ul li:hover a{
	color: #ff7a1b;
}
.headdvright ul li.active{
	border-top: 3px solid #ff7a1b;
}
.headdvright ul li.active a{
	color: #ff7a1b;
}
.ss img{
	display: block;
}
.yuyan {
	margin-left: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.yuyan span{
	display: block;
	width: 160px;
	height: 34px;
	border:1px solid  #fff;
	border-radius: 5px;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.banner img{
	display: block;
	width: 100%;
}
.inaboutright{
	width: 55%;
	position: relative;
}
.inaboutright div{
	width: 260px;
	height: 150px;
	background-color: #ff7a1b;
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inaboutright div h2{
	color: #ffffff;
	font-size: 60px;
	font-family: "Poppins";
	text-align: center;
}
.inaboutright div p{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins";
}
.inabout{
	width: 1400px;
	margin: 125px auto;
	margin-bottom: 110px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.inaboutleft{
	width: 40%;
}
.inaboutleft h1{
	width: 300px;
	color: #333333;
	font-size: 40px;
	font-family: "Poppins_Medium";
	line-height: 50px;
}
.inaboutleft h1 span{
	color: #ff7a1b;
}
.inaboutleft p{
	color: #333333;
	font-size: 14px;
	font-family: "Poppins";
	line-height: 30px;
	margin-top: 35px;
}
.inaboutleft a{
	margin-top: 80px;
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #051f50;
	background-color: #ededed;
	font-family: "Poppins_Medium";
	font-size: 14px;
	transition: all .5s;
}
.inaboutleft a:hover{
	background-color: #ff7a1b;
	color: #fff;
}
.sz{
	padding-top: 100px;
	padding-bottom: 120px;
	background: url(../images/szbj_02.jpg) center no-repeat;
}
.szdv{
	width: 1400px;
	margin: 0 auto;
}
.szbt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-family: "Poppins_Medium";
	margin-bottom: 20px;
}
.szbt p{
	text-align: center;
	color: #4c4c4c;
	font-size: 15px;
	width: 90%;
	margin: 0 auto;
}
.szlist{
	margin-top: 80px;
}
.szlist ul{
	display: flex;
	justify-content: space-between;
}
.szlist ul li{
	width: 320px;
}
.szlist ul li img{
	width: 80px;
	display: block;
	margin: 0 auto;
}
.szlist ul li h1{
	color: #ff7a1b;
	font-size: 48px;
	text-align: center;
	font-family: "Poppins_Medium";
}
.szlist ul li h2{
	font-size: 22px;
	text-align: center;
	font-family: "Poppins_Medium";
}
.szlist ul li p{
	text-align: center;
	line-height: 25px;
	color: #4c4c4c;
	font-size: 15px;
	margin-top: 15px;
}
.SOURCING{
	padding-top: 100px;
	padding-bottom: 90px;
}
.sourcingbt{
	width: 1400px;
	margin: 0 auto;
}
.sourcingbt p{
	color: #4c4c4c;
	font-size: 15px;
	text-align: center;
}
.sourcingbt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-family: "Poppins_Medium";
}
.sourcingbt a{
	display: block;
	width: 160px;
	height: 40px;
	margin: 0 auto;
	background-color: #ff7a1b;
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin-top: 25px;
	border-radius: 5px;
}
.ffood{
	width:1400px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ffoods{
	margin: 0 35px;
}
#btn1 iconpark-icon{
	font-size: 24px;
	color: #000000;
}
#btn1 iconpark-icon{
	font-size: 24px;
	color: #000000;
}
#btn2 iconpark-icon{
	font-size: 24px;
	color: #000000;
}
#btn2 iconpark-icon{
	font-size: 24px;
	color: #000000;
}
.ffoods .swiper-slide div{
	border-radius: 50%;
	overflow: hidden;
}
.ffoods .swiper-slide img{
	display: block;
	width: 100%;
	margin: 0 auto;
	transition: all .5s;
}
.ffoods .swiper-slide:hover div img{
	transform: scale(1.05);
}
.ffoods .swiper-slide h1{
	text-align: center;
	margin-top: 15px;
	color: #333333;
	font-size: 18px;
	transition: all .5s;
}
.ffoods .swiper-slide:hover  h1{
	color: #ff7a1b;
}
.connect{
	width: 100%;
	position: relative;
}
.connect img{
	display: block;
	width: 100%;
}
.connectad {
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -700px;
	width: 1400px;
}
.connectad img{
	display: block;
	width: auto;
	margin: 0 auto;
}
.connectad h1{
	color: #ffffff;
	font-size: 40px;
	font-family: "Poppins_Medium";
	text-align: center;
	margin-bottom: 70px;
}
.sagconnect ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
}
.sagconnect ul li{
	width: 22%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.sagconnect ul li iconpark-icon{
	display: block;
	font-size: 20px;
	color: #fff;
	margin-top: 3px;
	margin-right: 5px;
}
.sagconnect ul li span{
	color: #ffffff;
	font-size: 18px;
}
.sagconnect a{
	display: block;
	width: 260px;
	height: 55px;
	background-color: #ff7a1b;
	line-height: 55px;
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	border-radius: 5px;
	font-family: "Poppins_Medium";
	font-size: 14px;
	text-transform: uppercase;
}
.private{
	background-color: #faf6f2;
	padding-top: 70px;
	padding-bottom: 100px;
}
.privatebt{
	width: 1400px;
	margin: 0 auto;
}
.privatebt h1{
	color: #333333;
	font-size: 40px;
	font-family: "Poppins_Medium";
	text-align: center;
}
.privatebt p{
	text-align: center;
	color: #4c4c4c;
	font-size: 15px;
	line-height: 30px;
}
.privatelsit{
	width: 1400px;
	margin: 0 auto;
	margin-top: 60px;
}
.privatelsit ul{
	display: flex;
	justify-content: space-between;
}
.privatelsit ul li{
	width: 49%;
	position: relative;
	overflow: hidden;
}
.privatelsit ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.privatelsit ul li div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.privatelsit ul li div section h1{
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
.privatelsit ul li div section i{
	display: block;
	width: 60px;
	height: 5px;
	border-bottom: 2px solid #fff;
	margin: 0 auto;
	margin-bottom: 15px;
}
.privatelsit ul li div section p{
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins_Medium";
	text-align: center;
}
.privatelsit ul li div section a{
	width: 260px;
	height: 50px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 50px;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Poppins_Medium";
	transition: all .5s;
}
.privatelsit ul li:hover img{
	transform: scale(1.05);
}
.privatelsit ul li:hover div section a{
	background-color: #ff7a1b;
	color: #fff;
}
.privatelsit ul li div section a iconpark-icon{
	color: #ff7a1b;
	font-size: 20px;
	margin-left: 10px;
	transition: all .5s;
}
.privatelsit ul li:hover div section a iconpark-icon{
	color: #fff;
}
.lanews{
	padding: 100px 0px;
}
.lanewsbt h1{
	color: #333333;
	font-size: 40px;
	font-family: "Poppins_Medium";
	text-align: center;
} 
.lanewsbt h1 i{
	color: #f15929;
}
.lanewsbt p{
	color: #404040;
	font-size: 16px;
	text-align: center;
}
.lanewsbt{
	margin-bottom: 55px;
}
.lanewslist{
	width: 1400px;
	margin: 0 auto;
}
.lanewslist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.lanewslist ul li{
	width: 31.33%;
	margin: 1%;
	margin-bottom: 35px;
}
.lanewslist ul li div{
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.lanewslist ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.lanewslist ul li:hover img{
	transform: scale(1.05);
}
.lanewslist ul li section {
	margin-top: 25px;
}
.lanewslist ul li section h1{
	color: #4c4c4c;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 8px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.lanewslist ul li section p{
	color: #999999;
	font-size: 15px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.lanewslist ul li section span{
	display: flex;
	justify-content: flex-start;
	margin-top: 15px;
	color: #666666;
	font-size: 16px;
	transition: all .5s;
}
.lanewslist ul li section  iconpark-icon{
	font-size: 20px;
	transition: all .5s;
}
.lanewslist ul li:hover section span{
	color: #f15929;
}
.lanewslist ul li:hover section  iconpark-icon{
	color: #f15929;
}
.global{
	padding: 80px 0px;
	background: url(../images/backgorun_02.jpg) center no-repeat;
}
.globalbt{
	width: 1400px;
	margin: 0 auto;
}
.globalbt h1{
	text-align: center;
	color: #ffffff;
	font-size: 40px;
}
.globalbt  p{
	text-align: center;
	width: 80%;
	color: #ffffff;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 15px;
}
.globalist ul{
	display: flex;
	justify-content: space-between;
	width: 1400px;
	margin: 0 auto;
	margin-top: 30px;
}
.globalist ul li{
	width: 16%;
	margin: 0 auto;
	transition: all .5s;
	overflow: hidden;
}
.globalist ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.globalist ul li:hover img{
	transform: scale(1.05);
}
.foot{
	padding-top: 75px;
	background-color: #191919;
	padding-bottom: 60px;
}
.footdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 280px;
}
.footdvleft img{
	display: block;
}
.footdvleft p{
	color: #e5e5e5;
	font-family: "Montserrat_Light";
	font-size: 14px;
	margin-top: 10px;
	line-height: 25px;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}
.footdvleft ul li{
	width: 34px;
	margin-right: 15px;
}
.footdvleft ul li img{
	display: block;
	width: 100%;
}
.footdvright{
	width: 75%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt{
	margin-bottom: 25px;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.footdvright dl dd a{
	color: #e5e5e5;
	font-size: 14px;
	font-family: "Montserrat_Light";
	text-transform: uppercase;
	line-height: 25px;
}
.footdvright dl dd{
	margin-bottom: 10px;
	transition: all .5s;
}
.footdvright{
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dd a{
	color: #e5e5e5;
	transition: all .5s;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: "Montserrat";
}
.footdvright dl dt{
	border-bottom: 1px solid #515151;
	line-height: 40px;
	margin-bottom: 15px;
}
.footdvright dl section{
	display: flex;
	justify-content: space-between;
}
.footdvright dl:nth-child(2){
	width: 500px;
}
.footdvright dl:nth-child(2) section{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footdvright dl:nth-child(2) section h1{
	width: 50%;
}
.footdvright dl:nth-child(2) section h1 i{
	color: #e5e5e5;
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px; 
	line-height: 40px;
}
.footdvright dl:nth-child(2) section h1{
	color: #e5e5e5;
	font-size: 14px;
	line-height: 25px;
	font-family: "Montserrat_Light";
}
.footdvright dl:nth-child(2) section h1:last-child{
	width: 100%;
	margin-top: 20px;
}
.footdvright dl dd:hover{
	transform: translateX(-10px);
}
.footdvright dl dd:hover a{
	color: #fff;
}
.ewm{
	width: 120px;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm h1{
	text-align: center;
	color: #e5e5e5;
	font-size: 14px;
	font-family: "Arial";
	margin-top: 10px;
}
.wdl{
	border-top: 1px solid #494949;
	height: 80px;
	background-color: #191919;
}
.wdldv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdldv p{
	color: #e5e5e5;
	font-size: 14px;
}
.wdldv p a{
	color: #e5e5e5;
	font-size: 14px;
}
.signodeall{
	width: 1400px;
	margin: 80px auto;
}
.signodebt h1{
	color: #333333;
	font-size: 40px;
	font-family: 'Poppins_Medium';
	text-align: center;
	margin-bottom: 10px;
} 
.signodebt p{
	width: 80%;
	margin: 0 auto;
	color: #4c4c4c;
	font-size: 15px;
	text-align: center;
	line-height: 30px;
} 
.signodebt a{
	width: 160px;
	height: 40px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
	display: block;
	margin-bottom: 50px;
	margin-top: 25px;
	background-color: #ff7a1b;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
}
.signodebt img{
	display: block;
	width: 100%;
} 
.signodeallist{
	width: 1500px;
	margin: 0 auto;
	margin-top: 75px;
}
.signodeallist{
	display: flex;
	justify-content: space-between;
}
.signodeallistleft{
	width: 45%;
}
.signodeallistleft p{
	line-height: 30px;
	color: #4c4c4c;
	font-size: 15px;
	font-family: 'Poppins';
	margin-top: 25px;
}
.signodeallistright img{
	width: 100%;
	display: block;
}
.globals{
	width: 100%;
	background-color: #f7f7f7;
	padding: 85px 0px;
}
.globaldv{
	width: 1400px;
	margin: 0 auto;
}
.globallists{
	margin: 0 auto;
	margin-top: 35px;
	width: 1400px;
}
.globallists ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.globallists ul li{
	width: 19%;
	margin-bottom: 15px;
}
.globallists ul li img{
	display: block;
	width: 100%;
}
.sourcing{
	padding: 80px 0px;
	padding-bottom: 125px;
}
.sourlist ul li a{ 
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.sourlist ul li a div{
	width: 50%;
	background-color: #fbf6f2;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sourlist ul li a div img{
	display: block;
	width: 100%;
}
.sourlist ul li a div section{
	width: 100%;
}
.sourlist ul li a div h1{
	width: 590px;
}
.sourlist ul li a .sgahhh {
	padding: 80px;
	width: calc(50% - 160px);
}
.sourlist ul li a .sgahhh section h1{
	color: #333333;
	font-size: 36px;
	font-family: "Poppins";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.sourlist ul li a .sgahhh section p{
	color: #333333;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 25px;
}
.sourlist ul li:nth-child(2n) div{
	background-color: #ffffff;
}
.sourlist ul li:nth-child(2n) a{
	flex-direction: row-reverse;
}
.sourlist{
	margin-top: 50px;
}
.signodebt{
	width: 1400px;
	margin: 0 auto;
}
.signodebt p{
	width: auto;
}
.prosagdv{
	display: flex;
	justify-content: space-between;
	background-color: #fbf6f2;
}
.prosagdvleft{
	width: 50%;
}
.prosagdvleft img{
	display: block;
	width: 100%;
}
.prosagdvright{
	width: calc(50% - 80px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.prosagdvright section{
	width: 95%;
}
.prosagdvright section h1{
	color: #333333;
	font-size: 36px;
	font-family: 'Poppins';
	font-weight: bold;
	text-transform: uppercase;
}
.prosagdvright section p{
	color: #333333;
	font-size: 15px;
	line-height: 30px;
}
.prosagdvright section #thumbs{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	align-items: center;
}
.prosagdvright section #thumbs .swiper-slide div{
	display: block;
	width: calc(100% - 6px);
	border: 3px solid transparent;
}
.prosagdvright section #thumbs .swiper-slide img{
	display: block;
	width: 100%;
}
.prosagdvright section #thumbs .swiper-slide-thumb-active div{
	border: 3px solid #ff7a1b;
}
.dsagj{
	margin-top: 50px;
}
.privatelists .prosagdv{
	flex-direction: row-reverse;
}
.privatelists .prosagdv .prosagdvright{
	justify-content: flex-end;
}

.prosagdvright section #thumbs1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prosagdvright section #thumbs1 .swiper-slide div{
	display: block;
	width: calc(100% - 6px);
	border: 3px solid transparent;
}
.prosagdvright section #thumbs1 .swiper-slide p{
	text-align: center;
	line-height: 40px;
}
.prosagdvright section #thumbs1 .swiper-slide img{
	display: block;
	width: 100%;
}
.ghrh{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.ghrh #btn1,.ghrh #btn2{
	margin-top: -25px;
}
.ghrh a iconpark-icon {
	font-size: 32px;
	color: #656565;
}
.prosagdvright section #thumbs1 .swiper-slide-thumb-active div{
	border: 3px solid #ff7a1b;
}
.signodeall img{
		display: block;
		width: 100%;
	}
.nrbanner{
	position: relative;
	z-index: 3;
	width: 100%;
	overflow: hidden;
}
.btext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
}
.btext div{
	width: 100%;
	margin: 0 auto;
}
.btext h3 {
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    font-family: "Poppins";
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}


.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}

.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 95%;
    height: 100%;
    left: 2.5%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 1400px;
	margin: 0 auto;
}
.bannersasg  .swiper-slide section a{
	width: 190px;
    height: 55px;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    transition: all .5s;
    color: #fff;
    font-size: 16px;
}
.bannersasg  .swiper-slide section a span {
    color: #ffffff;
    font-size: 14px;
    margin-left: 30px;
}
.bannersasg  .swiper-slide section a iconpark-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 24px;
    color: #00afb4;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #026daf;
	border-color: #026daf;
}
.bannersasg .swiper-pagination-bullet{
	height: 8px;
	width: 8px;
}
.bannersasg .swiper-pagination-bullet-active{
	width: 40px;
	border-radius: 50px;
}
.bannersasg .swiper-slide section h2{
	color: #ffffff;
	font-size: 54px;
	font-family: "Poppins";
	font-weight: bold;
	line-height: 75px;
	width: 500px;
}
.bannersasg .swiper-slide section h4{
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins";
	width: 580px;
	line-height: 30px;
	color: #ffffff;
	margin-top: 30px;
}

.bannersasg {
	width: 100%;
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 90px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 95%;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.container .post p{
	font-family: "Poppins" !important;
}
.container .post p span{
	font-family: "Poppins" !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px){
	.headdvright ul li{
		margin: 0 3px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1500px){
		.headdvright ul li{
		margin: 0 2px;
	}
	.headdvleft img{
		width: 100px;
	}
	.headdvleft{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.headdvright ul li a{
		font-size: 14px;
	}
	.headdv{
		width: 98%;
	}
	.inabout{
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.sourcingbt{
		width: 95%;
	}
	.sourcingbt p{
		font-size: 14px;
	}
	.ffood{
		width: 95%;
	}
	.ffoods .swiper-slide h1{
		font-size: 16px;
	}
	.connectad{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.sagconnect ul li span{
		font-size: 15px;
	}
	.sagconnect ul li{
		width: 24%;
	}
	.sagconnect ul{
		width: 100%;
	}
	.connectad h1{
		margin-bottom: 50px;
	}
	.privatebt{
		width: 95%;
	}
	.privatelsit{
		width: 95%;
	}
	.lanewslist{
		width: 95%;
	}
	.lanews{
		padding: 50px 0px;
	}
	.lanewslist ul li section h1{
		font-size: 18px;
	}
	.globalbt{
		width: 95%;
	}
	.globalist{
		width: 95%;
		margin: 0 auto;
	}
	.globalist ul{
		width: 100%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright{
		width: 75%;
	}
	.footdvright dl dd{
		margin-bottom: 10px;
	}
	.wdldv{
		width: 95%;
	}
	.inaboutright img{
		display: block;
		width: 100%;
	}
	.globaldv{
		width: 95%;
	}
	.signodebt{
		width: 100%;
	}
	.globallists{
		width: 95%;
	}
	.prosagdvright section #thumbs{
		margin-top: 25px;
	}
	.ghrh{
		margin-top: 15px;
	}
	.prosagdvright section p{
		font-size: 14px;
	}
	.signodeall{
		width: 95%;
	}
	.signodeall img{
		display: block;
		width: 100%;
	}
	.signodeallist{
		width: 95%;
	}
	.sourlist ul li a .sgahhh section p{
		font-size: 14px;
	}
	.sourlist ul li a .sgahhh{
		padding: 3%;
		width: 44%;
	}
	.sourlist ul li a .sgahhh section h1{
		margin-bottom: 10px;
	}
	.sourlist ul li a .sgahhh section p{
		margin-bottom: 10px;
	}
	.sourlist ul li a .sgahhh section h1{
		font-size: 32px;
	}
	.bannersasg .swiper-slide div section{
		width: 95%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1399px){
	.headdvright ul li{
		margin: 0 2px;
	}
	.headdvleft img{
		width: 100px;
	}
	.headdvleft{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.headdvright ul li a{
		font-size: 14px;
	}
	.headdv{
		width: 98%;
	}
	.inabout{
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.sourcingbt{
		width: 95%;
	}
	.sourcingbt p{
		font-size: 14px;
	}
	.ffood{
		width: 95%;
	}
	.ffoods .swiper-slide h1{
		font-size: 16px;
	}
	.connectad{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.sagconnect ul li span{
		font-size: 15px;
	}
	.sagconnect ul li{
		width: 24%;
	}
	.sagconnect ul{
		width: 100%;
	}
	.connectad h1{
		margin-bottom: 50px;
	}
	.privatebt{
		width: 95%;
	}
	.privatelsit{
		width: 95%;
	}
	.lanewslist{
		width: 95%;
	}
	.lanews{
		padding: 50px 0px;
	}
	.lanewslist ul li section h1{
		font-size: 18px;
	}
	.globalbt{
		width: 95%;
	}
	.globalist{
		width: 95%;
		margin: 0 auto;
	}
	.globalist ul{
		width: 100%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright{
		width: 75%;
	}
	.footdvright dl dd{
		margin-bottom: 10px;
	}
	.wdldv{
		width: 95%;
	}
	.inaboutright img{
		display: block;
		width: 100%;
	}
	.globaldv{
		width: 95%;
	}
	.signodebt{
		width: 100%;
	}
	.globallists{
		width: 95%;
	}
	.prosagdvright section #thumbs{
		margin-top: 25px;
	}
	.ghrh{
		margin-top: 15px;
	}
	.prosagdvright section p{
		font-size: 14px;
	}
	.signodeall{
		width: 95%;
	}
	.signodeall img{
		display: block;
		width: 100%;
	}
	.signodeallist{
		width: 95%;
	}
	.sourlist ul li a .sgahhh section p{
		font-size: 14px;
	}
	.sourlist ul li a .sgahhh{
		padding: 3%;
		width: 44%;
	}
	.sourlist ul li a .sgahhh section h1{
		margin-bottom: 10px;
	}
	.sourlist ul li a .sgahhh section p{
		margin-bottom: 10px;
	}
	.sourlist ul li a .sgahhh section h1{
		font-size: 32px;
	}
	.bannersasg .swiper-slide div section{
		width: 95%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px){
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads {
		display: none;
	}
	.headdvright ul li{
		margin: 0 5px;
	}
	.headdvleft img{
		width: 100px;
	}
	.headdvleft{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.headdvright ul li a{
		font-size: 14px;
	}
	.headdv{
		width: 98%;
	}
	.inabout{
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.sourcingbt{
		width: 95%;
	}
	.sourcingbt p{
		font-size: 14px;
	}
	.ffood{
		width: 95%;
	}
	.ffoods .swiper-slide h1{
		font-size: 16px;
	}
	.connectad{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.sagconnect ul li span{
		font-size: 15px;
	}
	.sagconnect ul li{
		width: 24%;
	}
	.sagconnect ul{
		width: 100%;
	}
	.connectad h1{
		margin-bottom: 50px;
	}
	.privatebt{
		width: 95%;
	}
	.privatelsit{
		width: 95%;
	}
	.lanewslist{
		width: 95%;
	}
	.lanews{
		padding: 50px 0px;
	}
	.lanewslist ul li section h1{
		font-size: 18px;
	}
	.globalbt{
		width: 95%;
	}
	.globalist{
		width: 95%;
		margin: 0 auto;
	}
	.globalist ul{
		width: 100%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright{
		width: 75%;
	}
	.footdvright dl dd{
		margin-bottom: 10px;
	}
	.wdldv{
		width: 95%;
	}
	.inaboutright img{
		display: block;
		width: 100%;
	}
	.globaldv{
		width: 95%;
	}
	.signodebt{
		width: 100%;
	}
	.globallists{
		width: 95%;
	}
	.prosagdvright section #thumbs{
		margin-top: 25px;
	}
	.ghrh{
		margin-top: 15px;
	}
	.prosagdvright section p{
		font-size: 14px;
	}
	.signodeall{
		width: 95%;
	}
	.signodeall img{
		display: block;
		width: 100%;
	}
	.signodeallist{
		width: 95%;
	}
	.sourlist ul li a .sgahhh section p{
		font-size: 14px;
	}
	.sourlist ul li a .sgahhh{
		padding: 3%;
		width: 44%;
	}
	.sourlist ul li a .sgahhh section h1{
		margin-bottom: 10px;
	}
	.sourlist ul li a .sgahhh section p{
		margin-bottom: 10px;
	}
	.sourlist ul li a .sgahhh section h1{
		font-size: 32px;
	}
	.inaboutleft a{
		margin-top: 50px;
	}
	.szlist ul li{
		width: 31%;
	}
	.sagconnect ul li span{
		font-size: 14px;
	}
	.connectad h1{
		margin-bottom: 25px;
	}
	.privatelsit ul li div section h1{
		font-size: 28px;
	}
	.privatelsit ul li div section p{
		width: 80%;
		margin: 0 auto;
		font-size: 14px;
	}
	.privatelsit ul li div section a{
		margin-top: 30px;
		width: 200px;
	}
	.footdvright{
		width: 70%;
	}
	.footdvright dl:nth-child(2){
		width: 50%;
	}
	.prosagdvright section{
		width: 100%;
	}
	.prosagdvright{
		width: 40%;
		padding: 5%;
	}
	.prosagdv{
		align-items: center;
	}
	.privatelists .prosagdv{
		background-color: #fff;
	}
	.lanewslist ul li section p{
		font-size: 14px;
	}
	.sourlist ul li a .sgahhh section h1{
		width: 100%;
	}
}
@media screen and (max-width: 999px){
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads {
		display: none;
	}
	.headdvright ul li{
		margin: 0 5px;
	}
	.headdvleft img{
		width: 100px;
	}
	.headdvleft{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.headdvright ul li a{
		font-size: 14px;
	}
	.headdv{
		width: 98%;
	}
	.inabout{
		width: 95%;
		margin: 30px auto;
		display: block;
	}
	.inaboutleft{
		width: 100%;
	}
	.inaboutleft h1{
		width: 100%;
		text-align: center;
		font-size: 22px;
		line-height: 30px;
	}
	.inaboutleft p{
		margin-top: 15px;
		line-height: 27px;
	}
	.inaboutleft a{
		margin: 20px auto;
	}
	.inaboutright{
		width: 100%;
	}
	.inaboutright img{
		display: block;
		width: 100%;
	}
	.inaboutright div h2{
		font-size: 22px;
	}
	.inaboutright div{
		width: 160px;
		height: 100px;
	}
	.inaboutright div p{
		font-size: 14px;
	}
	.sz{
		padding: 30px 0px;
	}
	.szdv{
		width: 95%;
	}
	.szbt h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.szbt p{
		width: 100%;
		font-size: 14px;
	}
	.szlist{
		margin-top: 30px;
	}
	.szlist ul li{
		width: 100%;
	}
	.szlist ul{
		flex-wrap: wrap;
	}
	.szlist ul li img{
		width: 42px;
	}
	.szlist ul li h1{
		font-size: 24px;
	}
	.szlist ul li h2{
		font-size: 16px;
	}
	.szlist ul li p{
		font-size: 14px;
		margin-top: 5px;
	}
	.szlist ul li{
		margin-bottom: 15px;
		width: 49%;
	}
	.szlist ul li:last-child{
		width: 100%;
	}
	.SOURCING{
		padding: 30px 0;
	}
	.sourcingbt{
		width: 95%;
	}
	.sourcingbt h1{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.sourcingbt p{
		font-size: 14px;
		line-height: 27px;
	}
	.ffood{
		width: 95%;
		margin-top: 15px;
	}
	.ffoods{
		margin: 0 10px;
	}
	.ffoods .swiper-slide h1{
		font-size: 14px;
	}
	.connect{
		background: url(../images/bol_02.jpg) center no-repeat;padding: 30px 0px;
	}
	.connectad{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
		position: inherit;
	}
	.connectad h1{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.connect img{
		display: none;
	}
	.connectad img{
		display: block;
	}
	.sagconnect ul{
		width: 100%;
	}
	.sagconnect ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.sagconnect ul li span{
		font-size: 14px;
	}
	.sagconnect ul li iconpark-icon{
		font-size: 14px;
	}
	.private{
		padding: 30px 0px;
	}
	.privatebt{
		width: 95%;
	}
	.privatebt h1{
		font-size: 22px;
	}
	.privatebt p{
		font-size: 14px;
		line-height: 25px;
	}
	.privatelsit{
		width: 95%;
		margin-top: 20px;
	}
	.privatelsit ul{
		display: block;
	}
	.privatelsit ul li{
		width: 100%;
	}
	.privatelsit ul li div section h1{
		font-size: 18px;
	}
	.privatelsit ul li div section p{
		font-size: 14px;
	}
	.privatelsit ul li div section a{
		width: 160px;
		height: 40px;
		margin-top: 20px;
	}
	.privatelsit ul li div section p{
		width: 90%;
		margin: 0 auto;
	}
	.lanews{
		padding: 30px 0px;
	}
	.lanewsbt h1{
		font-size: 22px;
	}
	.lanewsbt p{
		font-size: 14px;
	}
	.lanewsbt{
		margin-bottom: 15px;
	}
	.lanewslist{
		width: 95%;
	}
	.lanewslist ul {
		flex-wrap: wrap;
	}
	.lanewslist ul li{
		width: 100%;
	}
	.lanewslist ul li section{
		margin-top: 10px;
	}
	.lanewslist ul li section h1{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.lanewslist ul li section p{
		font-size: 14px;
	}
	.lanewslist ul li section span{
		margin-top: 5px;
		font-size: 14px;
	}
	.lanewslist ul li{
		margin-bottom: 15px;
	}
	.global{
		padding: 30px 0px;
	}
	.globalbt{
		width: 95%;
	}
	.globalbt h1{
		font-size: 22px;
	}
	.globalbt p{
		width: 100%;
		margin-top: 10px;
	}
	.globalist ul{
		width: 95%;
		flex-wrap: wrap;
	}
	.globalist ul li{
		width: 31%;
		margin: 1%;
	}
	.foot{
		display: none;
	}
	.wdl{
		display: none;
	}
	.globaldv{
		width: 95%;
	}
	.signodebt{
		width:100%;
	}
	.globals{
		padding: 30px 0px;
	}
	.signodebt h1{
		font-size: 22px;
	}
	.signodebt p{
		font-size: 14px;
		line-height: 25px;
	}
	.globallists{
		width: 95%;
	}
	.globallists ul li{
		width: 31.33%;
		margin-bottom: 10px;
	}
	.sourcing{
		padding: 30px 0rem;
	}
	.sourcing p{
		width: 95%;
		font-size: 14px;
	}
	.dsagj{
		margin-top: 15px;
	}
	.prosagdv{
		display: block;
	}
	.prosagdvleft{
		width: 100%;
	}
	.prosagdvright{
		width: 100%;
		margin: 0 auto;
	}
	.prosagdvright section{
		margin: 0 auto;
		padding: 15px 0px;
	}
	.prosagdvright section h1{
		font-size: 18px;
	}
	.prosagdvright section p{
		font-size: 14px;
		line-height: 25px;
		width: 100%;
	}
	.prosagdvright section #thumbs{
		margin-top: 15px;
	}
	.ghrh{
		margin-top: 15px;
	}
	.signodeall{
		width: 95%;
		margin: 30px auto;
	}
	.signodebt a{
		margin-bottom: 20px;
	}
	.signodeallist{
		width: 100%;
		display: block;
		margin-top: 25px;
	}
	.signodeallistleft{
		width: 100%;
	}
	.signodeallistleft p{
		font-size: 14px;
		margin-top: 15px;
	}
	.signodeallistright{
		margin-top: 15px;
	}
	.signodeallistright img{
		display: block;
	}
	.sourlist{
		margin-top: 20px;
	}
	.sourlist ul li a{
		display: block;
	}
	.sourlist ul li a div{
		width: 100%;
	}
	.sourlist ul li a .sgahhh{
		width: 90%;
		padding: 5%;
	}
	.sourlist ul li a .sgahhh section h1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.sourlist ul li a .sgahhh section p{
		font-size: 14px;
		line-height: 27px;
		margin-bottom: 15px;
	}
	.sourlist ul li a .sgahhh section h1{
		width: 100%;
	}
	.bannersasg .swiper-slide section h2{
		font-size: 20px;
		line-height: 35px;
		width: 100%;
		text-align: center;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 14px;
		line-height: 24px;
		margin-top:  5px;
		width: 100%;
		text-align: center;
	}
	.btext h3{
		font-size: 22px;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#f15929;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #d14d24;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.banner img{
		width: 150%;
		margin-left: -25%;
	}
	.bannersasg .swiper-slide img{
		width: 150%;
		margin-left: -25%;
		max-width: 150%;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.article .padding-large{
		padding: 5%;
	}
	.blank-big{
		height: 20px;
		line-height: 20px;
	}
}



