@charset "utf-8";
/* CSS Document */

/* 基础设置 */

/*=================default===================*/
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}

body {
	overflow-x: hidden;
	-webkit-text-size-adjust: none; width: 100%;
	overflow-y: scroll;
	background: #fff;
	font-size: 14px;
}

*{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; line-height: 1.75;font-family: auto!important;}

.layui-form-switch ,.layui-form-switch *{ -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;}

.af-cb:after{clear: both; content: ' '; overflow: hidden; width: 0; height: 0; display: block;}


a,a:link{ color: #000; text-decoration: none;}
a:hover,a:active{ color: #e82300; text-decoration: none;}
::selection{background:#e82300; color:#fff;}
::-moz-selection{background:#e82300; color:#fff;}

a:hover i.pic-size img{-webkit-transform: scale(1.05); transform: scale(1.05);}

.block{display: block !important; }

/*定义动画*/
.e-ani *,.e-ani *:before,.e-ani *:after{-webkit-transition: .3s; transition:.3s;}
/*.nav *,.nav *:after,.nav *:before{-webkit-transition:height .3s, width .3s, color .3s,  -webkit-box-shadow .3s,border .3s,opacity .3s,-webkit-transform .3s,background .3s, opacity .3s,top .3s,right .3s,bottom .3s,left .3s,padding .3s;
transition:height .3s, width .3s, color .3s, box-shadow .3s,border .3s,opacity .3s, transform .3s,background .3s, opacity .3s,top .3s,right .3s,bottom .3s,left .3s,padding .3s;}*/

.nav * .nav-btn-bg{-webkit-transition:left .3s ease .03s; transition:left .3s ease .03s;}/*0.03延迟解决".nav-btn-bg"元素抖动*/

.e-animte{-webkit-transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,-webkit-transform .5s, top 0s linear .6s, bottom 0s linear .6s, left 0s linear .6s;
transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,transform .5s, top 0s linear .6s,bottom 0s linear .6s,left 0s linear .6s;}

*.e-animte-show{-webkit-transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,-webkit-transform .5s, top 0s linear 0s, bottom 0s linear 0s, top 0s linear 0s;
transition:height .5s, max-height .5s, min-height .5s, color .5s,background .5s,border .5s,opacity .5s,transform .5s, top 0s linear 0s, bottom 0s linear 0s, top 0s linear 0s;}

.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

/*--简易切换动画--*/
.tabs-box .bd{ position: relative; overflow: hidden;}
.tabs-box .bd:after{content: ' '; clear: both; width: 0; height: 0; overflow: hidden;}
.tabs-box .bd>.tabs-hide{ position: absolute; top: 0; left: -10000px; width: 100%; overflow: hidden; -webkit-transform: none; transform: none; opacity: 0; -webkit-animation: tabs-hide .8s; animation: tabs-hide .8s;}
@-webkit-keyframes tabs-hide /* Safari 和 Chrome */
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
}
@keyframes tabs-hide
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
}
.tabs-box .bd>.tabs-on{ position: relative; top: 0; left: 0; width: 100%; -webkit-transform:none; transform: none; opacity: 1;}
.tabs-box .bd>.tabs-show{ position: relative; top: 0; left: 0; width: 100%; overflow: visible; -webkit-transform:none; transform: none; opacity: 1; -webkit-animation: tabs-show .8s; animation: tabs-show .8s;}
@-webkit-keyframes tabs-show /* Safari 和 Chrome */
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
}
@keyframes tabs-show
{
from { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 0;}
to { -webkit-transform: translateX(0); transform: translateX(0);  opacity: 1;}
}


/*--最小屏提示--*/
@media screen and (max-width: 319px) {
html{-webkit-transition: 0s;  transition: 0s; background: #fff url(../img/displayNone.png) center center no-repeat; }
	body {
		-webkit-transition: 0s;  transition: 0s; display: none;
	}
}

/*--layui--*/
.layui-layer,.layui-layer *{ -webkit-transition: 0s; transition: 0s;}

/*--移动端横屏提示--*/
@media (max-width: 991px) and (orientation : landscape) {
	html.landscape {
		background: #fff url(../img/landscape.png) center center no-repeat;
	}
	html.landscape body {
		display: none;
	}
}


/*--swiper2.x高度自适应--*/
.swiper-container .swiper-wrapper,.swiper-container .swiper-slide{ height: auto !important;}

/*默认动画时长*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration:1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated-s {
  -webkit-animation-duration: .5s;
  animation-duration:.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*百度分享*/
.bdsharebuttonbox,.bdsharebuttonbox *,.bd_weixin_popup_bg,.bd_weixin_popup{ -webkit-transition: 0s;
transition: 0s;}
.bdsharebuttonbox *{-webkit-transition: .3s;
transition: .3s;}

/*bshare分享*/
#bsPanel,#bsPanel *,#bsBox,#bsBox *{-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;}

/*百度分享*/
.bdsharebuttonbox,.bdsharebuttonbox *,.bd_weixin_popup_bg,.bd_weixin_popup{ -webkit-transition: 0s;
transition: 0s;}
.bdsharebuttonbox *{-webkit-transition: .3s;
transition: .3s;}

/*bshare分享微信弹窗兼容*/
#bsWXBox{-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;}


/*百度地图*/
.map *{ -webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s;}
.map label,.map img{max-width: none !important; width: initial !important;}
.map *{ font-size: 12px; -webkit-transition: 0s; transition: 0s; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;}

/*视频全屏*/
.video-bg{position: absolute; z-index: -1; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); -webkit-transition: 0s; transition: 0s;}

/*lightbox*/
.lightbox,.lightbox *,.lightboxOverlay,.lightboxOverlay *{-webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s; -webkit-transform:translateZ(0); transform:translateZ(0);}


/*--分页--*/

div.pages {text-align: center; width: 100%; padding: 20px 0 0 0; margin: 0; line-height: 1.7;}
div.pages *{ line-height: 1.7;}
div.pages a,div.pages span {text-decoration: none; background: #fff; border: 1px solid #e1e1e1; padding: 5px 11px; margin: 3px; color: #333333; font-size: 12px; display: inline-block; font-weight: normal; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
div.pages a.on,div.pages a.hover,div.pages a:hover,div.pages a:active,div.pages span.current,div.pages span.disabled { background: #e82300; color: #fff; border: 1px solid #e82300;  line-height: 1.7;}
@media screen and (min-width: 992px) {
	div.pages{ padding-top: 30px;}
	div.pages a,div.pages span{ margin:5px 5px;}
}
@media screen and (min-width: 1240px) {
	div.pages{ padding-top: 70px;}
	div.pages a,div.pages span{ margin:5px 10px; padding: 8px 14px;}
}


/*--移动端设置&小屏电脑 图片缩放--*/
/*设置最大屏像素-1*/
@media screen and (max-width: 1259px){
/*.content-box img,.content-bd img{width: auto !important; height: auto !important; max-width: 100%;}*/
}

/*图片比例裁剪预设*/
i.pic-size{ width: 100%; height: 0; padding-bottom: 100%; position: relative; display: block; overflow: hidden;}
i.pic-size img{ width: 100% !important; height: 100% !important; max-width: 100%; max-height: 100%; position: absolute; /* left: -100%; top: -100%; right: -100%; bottom: -100%;*/ margin: auto; object-fit: contain;}
i.pic-size-cover img{object-fit: cover;}


.layui-form-checked[lay-skin=primary] i{ border-color: #0072d1; background-color: #0072d1;}
.layui-form-checkbox[lay-skin=primary]:hover i{ border-color: #0072d1;}








/*=================layout===================*/
@media screen and (min-width: 320px) {
	.container{ padding: 0 15px; margin: 0 auto;}
	.container:after{ content: " "; display: block; clear: both; width: 0; height: 0; overflow: hidden;}
	.container-max{ padding: 0 15px; width: 100%; margin: 0 auto;}

	/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
		::-webkit-scrollbar
		{
		    width: 10px;
		    height: 10px;
		    background-color: #f7f7f7;
		}
		 
		/*定义滚动条轨道 内阴影+圆角*/
		::-webkit-scrollbar-track
		{
		    background-color: #e6e6e6;
		}
		 
		/*定义滑块 内阴影+圆角*/
		::-webkit-scrollbar-thumb
		{
		    background-color: #aaa;
		}
}

@media screen and (min-width: 992px) {
	.container{ width: 980px; padding: 0 10px;}
}

@media screen and (min-width: 1240px) {
	.container{ width: 1230px; padding: 0 15px;}
}

@media screen and (min-width: 1360px) {
	.container{ width: 1350px; padding: 0 15px;}
}






/*=================header===================*/
@media screen and (min-width: 320px) {
	
	div.nav-poa{ position: absolute; left: 0; top: 0; width: 100%;}


	.nav-box{ height: 55px; position: relative; width: 100%; z-index: 99; /* box-shadow: 0 0 5px rgba(0,0,0,.2); */}
	.header-box{ height: 55px; display: none;}
	.logo{ float: left; position: relative; z-index: 9; height: 55px; padding: 0;}
	.logo a{ display: block; height: 100%;}
	.logo img{ height:100%; display: block;}
	
	
	.nav-btn{ display: block; padding: 0 10px; margin-right: -10px; float: right; cursor: pointer; position: relative; z-index: 9;}
	.nav-btn i{ line-height: 55px; font-size: 22px; width: 24px; text-align: center; color: #fff; display: block;}
	i.nav-hide-btn{ display: none;}
	
	.nav-btn-show .nav-hide-btn{ display: block;}
	.nav-btn-show .nav-show-btn{ display: none;}
	
	.nav{ position: absolute; top: -1000%; left: 0; right: 0; background: #fff; background: rgba(255,255,255,.95);  padding:10px 15px; -webkit-box-shadow: 0 10px 20px  rgba(0,0,0,.2);
	-moz-box-shadow: 0 10px 20px  rgba(0,0,0,.2);
	box-shadow: 0 10px 20px  rgba(0,0,0,.2);-webkit-transform-origin:0% 0%; transform-origin:0% 0%; -webkit-transform: scaleY(.5) translateY(-25%); transform: scaleY(.5) translateY(-25%); opacity: 0; filter:Alpha(opacity=0); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; z-index: 9;}
	
/*	.nav:before{content: ' '; border-bottom: solid 8px rgba(255,255,255,.95); border-left: solid 8px transparent; border-right: solid 8px transparent; position: absolute; right: 9px; top: -8px;}*/
	
	.nav-show{ top: 55px; opacity: 1; filter:Alpha(opacity=100); -webkit-transform: none; transform: none;}
	
	.nav-list{ visibility: visible !important;}
	.nav-list li{ border-bottom:  solid 1px rgba(128,128,128,.1);}
	.nav-list li a{ display: block; }
	.nav-list li a b{font-weight: normal; line-height: 42px; position: relative; color: #000; display: block; text-align: center;}
	.bd-more{ position: absolute; bottom: 0; left: 50%; margin-left: -8px; border-bottom: solid 8px rgba(230,230,230,.5); border-left: solid 8px transparent; border-right: solid 8px transparent; opacity: 0; filter:Alpha(opacity=0); -webkit-transform: translateY(8px); transform: translateY(8px);}
	.nav-list li .nav-list-sub{ opacity: 0; filter:Alpha(opacity=0); -webkit-transform-origin:0% 0%; transform-origin:0% 0%; overflow: hidden; background: rgba(230,230,230,.5); height: 0; -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; overflow: hidden;}
	.nav-list li .nav-list-sub div{ padding: 10px 15px;}
	.nav-list li .nav-list-sub a{ line-height: 40px; border-bottom: solid 1px rgba(128,128,128,.1); color: #eee; font-size: 12px; text-align: center;}
	.nav-list li .nav-list-sub a:nth-last-child(1){border: none;}
	.nav-list li .nav-list-sub a span{ color: #666;}
	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on-02 span{ color: #e82300;}
	.nav-list .nav-on{ border-color: transparent; position: relative; z-index: 9;}
	.nav-list .nav-on a{border-bottom:none ;}
	.nav-list .nav-off{ position: relative; z-index: 1;}
	.nav-on .bd-more{ opacity: 1; filter:Alpha(opacity=100); -webkit-transform: none; transform: none;}
	.nav-list li.nav-on .nav-list-sub{ opacity: 1; filter:Alpha(opacity=100);}
	.nav-list li .on b{ color: #e82300;}
	.nav-list li.nav-on a b{ color: #e82300;}
	
	.nav-box-bg{ position: absolute; z-index: 8; -webkit-background-size: cover;
	background-size: cover; overflow: hidden; height: 55px; left: 0; right: 0; background: #e82300; }
	
	.nav-list div.nav-btn-bg,.nav-list div.nav-btn-bg-02{ opacity: 0; filter:Alpha(opacity=0); width: 100%; left: 0; top: 0; height: 46px; background: #ffa039; z-index: -1; position: absolute; }
	.nav-list div.nav-btn-bg-02{ width: auto; left: auto;}
	.nav-list div.nav-btn-bg-02-show{ opacity: 1;  filter:Alpha(opacity=100); }
	
	.header-t{ display: none;}
	
	
	.buy-btn{ float: right; position: relative; z-index: 9; color: #fff; -webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px; height: 32px; line-height: 30px; border: solid 1px #fff; padding: 0 15px; margin-top: 11px; overflow: hidden;}
	.buy-btn i{ float: left; line-height: 30px; padding-right: 5px;}
	.buy-btn span{ float: left; line-height: 30px;}
	
	.buy-btn:hover{ background: #FFF;}
	.buy-btn:hover i,.buy-btn:hover span{ color: #e82300;}
	
	/*PC二级下拉背景色*/
	.nav-list-sub-bg{ display: none;}
	
	.header-swiper-box{ position: absolute; left: 0; top: 0; width: 100%;}
	.header-bg{ height: 0; background-position: center center; background-repeat: no-repeat; background-color: #0172d1;}
	

	
}


@media screen and (min-width: 375px) {
	
}


@media screen and (min-width: 480px) {
	.logo{ height: 75px;}
	.nav-box{ height: 75px;}
	.header-box{ height: 75px;}
	.nav-box-bg{ height: 75px;}
	.nav-show{ top: 75px;}
	.nav-btn i{ line-height: 75px; font-size: 28px; width: 30px;}
	
	.buy-btn{ margin-top: 22px;}
}


@media screen and (min-width: 992px) {
	
	.nav:before{display: none;}
	
	
	.nav-box{ box-shadow: none; position: relative; height: 80px; background: #fff;}
	
	.header-box{ height: 80px; display: none;}
	
	.logo{ height: 80px; padding: 0;}
	.logo img{ margin: 0 auto;}
	.logo a{ width: 100%; height: 80px; display: block; padding: 0;}
	
	
	.nav-btn{ display: none;}
	.nav-box-bg{ height: 80px; top: 0;}
	.nav{ float: right; position: relative; -webkit-transform: none; transform: none; opacity: 1; filter:Alpha(opacity=100); z-index: 9; box-shadow: none; padding: 0; border-top: none; border-bottom-left-radius: 0;
border-bottom-right-radius: 0; overflow: visible; background: none; top: 0;  padding-left: 0; padding-right: 0; left: auto; right: auto; -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;}
	.nav-list{  position: relative; float: left;}

	.nav-list:after{ content: ' '; overflow: hidden; clear: both; display: block;}
	.nav-list li{ float: left; border-bottom: none; position: relative; border: none;}
	
	.nav-list li a b{ line-height: 80px; height: 80px; color: #fff; overflow: hidden;}
	.nav-list li a{ height: 80px; line-height: 80px; padding: 0 20px; font-size: 16px; position: relative;  }
	
	.nav-list li .nav-list-sub a:after{ content: ' '; width: 1px; height: 14px; background: #fff; position: absolute; right: 0; top: 50%; margin-top: -7px;}
	/*.nav-list li:nth-last-of-type(1) a:after{display: none;}*/
	.nav-list li.nav-on>a b{ color: #fff; }
	.nav-list li.nav-off>a b{ color: #fff;}
	.nav-list li .on b/*,.nav-list li a:hover b*/{ color: #fff;}
	.nav-list li .on .nav-btn-bg{ opacity: 1;filter:Alpha(opacity=100); }
	.bd-more{border-bottom-color: #fff;}
	.nav-list li .nav-list-sub{ position: absolute; top: 80px; height: auto !important; opacity: 0; filter:Alpha(opacity=0);
-webkit-transform: translateY(8px);
transform: translateY(8px); box-shadow: 0 5px 8px rgba(0,0,0,.3); top: -1000%; width: auto; background: none; box-shadow:none; -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;padding-top: 0; left: 0; width: 1000%;}
/*	.nav-list li .nav-list-sub:before{ content: ' '; border-bottom: solid 6px #e82300; border-left: solid 6px transparent; border-right: solid 6px transparent; position: absolute; left: 50%; top: 5px; margin-left: -6px;}*/
	.nav-list li .nav-list-sub .nav-list-height{padding: 0; float: left; overflow: hidden;}
	.nav-list li .nav-list-sub a{ height: auto; border: none; font-size: 14px; padding:  0 5px; text-align: center; float: left;}
	.nav-list li .nav-list-sub a:after{display: none;}
	.nav-list li .nav-list-sub a span{ text-align: center; display: block; line-height: 32px; color: #666; position: relative; white-space: nowrap; padding: 0 15px;}
.nav-list li .nav-list-sub a:hover,.nav-list li .nav-list-sub a.on-02{}
	.nav-list li .nav-list-sub a:hover span,.nav-list li .nav-list-sub a.on-02 span{ color: #e82300;}
/*	.nav-list li .nav-list-sub a:hover span:after,.nav-list li .nav-list-sub a.on-02 span:after{ width: 100%; opacity: 1; filter:Alpha(opacity=100);}*/

	.nav-list li.nav-on .nav-list-sub{ opacity: 1; filter:Alpha(opacity=100);
-webkit-transform: translateY(0);
transform: translateY(0);  top: 80px;}
	
	.nav-list div.nav-btn-bg,.nav-list div.nav-btn-bg-02{ height: 80px; background: none; overflow: hidden; transition: .3s;}
	.nav-list div.nav-btn-bg:before,.nav-list div.nav-btn-bg-02:before{content:' '; opacity: 1; left: 50%; bottom: 0; border-bottom: solid 10px #fff;  border-right: solid 12px transparent;  border-left: solid 12px transparent; margin-left: -12px; z-index: 9; -webkit-transform: none; transform: none; display: block; width: 0; position: absolute;}
	
		.nav-list div.nav-btn-bg:after,.nav-list div.nav-btn-bg-02:after{content:' '; opacity: 1; position: absolute; left: 15px; right: 15px; bottom: 0; height: 3px; background: #fff;}
	.nav-list li a.on i.bd-more{ display: none;}
	/*.nav-list li.nav-off  a i.bd-more{ -webkit-transform: translateY(10px); transform: translateY(10px);}*/
	
	.nav-list li.nav-on i{display: none;}
	
	
	
	/*PC二级下拉背景色*/
	.nav-list-sub-bg{ display: block; width: 100%; position: absolute; top: -100%; height: 34px; width: 100%; left: 0; background: #fff; opacity: 0;  filter:Alpha(opacity=0); box-shadow: 0 2px 4px rgba(0,0,0,.2);}
	.nav-list-sub-bg-show{ opacity: .95;  filter:Alpha(opacity=95); top: 80px;}


	.buy-btn{margin-top: 24px; margin-left: 15px;}

}


@media screen and (min-width: 1240px) {

	.nav-box-bg{ height: 100px;}
	
	.logo{ height: 100px;}
	.logo a{ padding: 0;  height: 100px;}
	.nav-list li a{ padding: 0 25px; height: 100px; line-height: 100px;}
	.nav-box{ height: 100px;}
	.nav-list li a b{ height: 100px; line-height: 100px;}
	.header-r-bg{ margin-right: 600px;}
	.nav-list div.nav-btn-bg, .nav-list div.nav-btn-bg-02{ height: 100px;}
	.nav-list-min li a{ padding: 0 10px;}
	
	.nav-list li.nav-on .nav-list-sub{ top: 100px;}
	
	.nav-list-sub-bg-show{  top:100px;}
	
	.buy-btn{ line-height: 40px; height: 42px; -webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px; padding: 0 20px; margin-top: 29px; margin-left: 40px;}
	.buy-btn i,.buy-btn span{ line-height: 40px; font-size: 16px;}
	.buy-btn i{ font-size: 20px;}
	
	.nav-list{ padding-right:10px;}
	.nav-list li a{ font-size: 18px;}
}







/*=================index===================*/
/*ind-swiper*/
@media screen and (min-width: 320px) {
	.box-ovh{overflow: hidden;}
	.banner-bg{ padding-bottom: 58%; -webkit-background-size: cover;
	background-size: cover; background-position: center;}
	.swiper-banner .container{ position: relative;}
	.swiper-banner div.banner-pagination{ position: absolute; left: 0; width: 100%; bottom: 15px; z-index: 9; text-align: center; line-height: 6px;}
	.banner-pagination span{ width: 10px; height: 10px; -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0; opacity: 1; margin: 0 3px;-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; background: rgba(255,255,255,.3);box-shadow: 0 0 2px rgba(0,0,0,.3);}
	.banner-pagination span.swiper-pagination-bullet-active{background: rgba(255,255,255,1);}
	.banner-pagination span.swiper-pagination-bullet-active:before{ background: #e82300;}
	
	
	.ind-swiper-btn{ position: absolute; left: 0; top: 50%; margin-top: -30px; height: 60px; width: 40px; text-align: center; z-index: 2; cursor: pointer;}
	.ind-swiper-btn i{text-shadow: 0 0 2px rgba(0,0,0,.3); color: #fff; font-size:36px; display: block; line-height: 60px;}
	.ind-swiper-btn:hover i{}
	.ind-next{ left: auto; right: 0;}
	.ind-prev:hover{ transform: translateX(-5px);}
	.ind-next:hover{ transform: translateX(5px);}
}

@media screen and (min-width: 992px) {
	.banner-bg{ height: 620px; padding-bottom: 0;}
	.swiper-banner div.banner-pagination{ bottom: 20px;}
	.banner-pagination span{ margin: 0 5px;}
	
	.ind-prev{ left: 50%; margin-left: -560px;}
	.ind-next{ right: 50%; margin-right: -560px;}
	
}
@media screen and (min-width: 1240px) {
	.banner-bg{ height: 760px; }
	
	.ind-swiper-btn{ width: 60px;}
	.ind-swiper-btn i{ font-size: 48px;}
	.ind-prev{ left: 50%; margin-left: -620px;}
	.ind-next{ right: 50%; margin-right: -620px;}
	
	.swiper-banner div.banner-pagination{ bottom: 30px;}
	.banner-pagination span{ width:16px; height:16px;}
}

@media screen and (min-width: 1360px) {
	.banner-bg{ height: 850px; -webkit-background-size: auto;
	background-size: auto;}
	.ind-prev{ margin-left: -720px;}
	.ind-next{ margin-right: -720px;}
}

/*ind-news*/
@media screen and (min-width: 320px) {
	.ind-news-box{ padding: 20px 0;}
	.ind-tit{ text-align: center; font-weight: bold; font-size: 22px; padding-bottom: 15px;}
	.ind-news{ -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; padding: 10px;}
	.ind-news-01{ background: #e82300;}
	.ind-news-02{ background: #14a53c;}
	.ind-news-03{ background: #f59900;}
	
	.ind-news-list{ margin: -10px 0; overflow: hidden;}
	.ind-news-bd{ padding: 10px 0;}
	
	i.pic-scale-ind{ padding-bottom: 68.89%;}
	
	.ind-news-type{ width: 92px; height: 30px; line-height: 30px; background: #000; color: #fff; -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; display: block; margin: 0 auto; margin-top: -15px; position: relative; z-index: 2; text-align: center;}
	.ind-news-txt{ height: 60px;  display: flex; align-items: center; justify-content: center; font-weight: normal; color: #fff;}
	.ind-news-txt b{ font-weight: normal; max-height: 40px; overflow: hidden; line-height: 20px; text-align: center; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
	
	.ind-news .shade{ position: absolute;left: 0; width: 100%; height: 100%; top: 0; z-index: 2; background: rgba(0,0,0,.4); opacity: 0;}
	.ind-news .icon-search{ width: 68px; height: 68px; line-height: 68px; text-align: center; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; background: #fff; position: absolute; left: 50%; top: 50%; margin-left: -34px; margin-top: -34px; color: #e82300; font-size: 30px; z-index: 3; opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1);}
	.ind-news-btn:hover .shade{ opacity: 1;}
	.ind-news-btn:hover .icon-search{ opacity: 1; -webkit-transform: scale(1); transform: scale(1);}
	
	.ind-pagination{ text-align: center; padding-top: 10px;}
	.ind-pagination span{ margin: 0 3px; width: 12px; height: 12px; background: #ccc; opacity: 1; cursor: pointer;}
	.ind-pagination span.swiper-pagination-bullet-active{ background: #e82300;}
	
	.ind-news-more{ text-align: center; padding-top: 10px;}
	.ind-news-more a{ width: 120px; height: 40px; border: solid 1px #ddd; -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; display: inline-block; line-height: 38px; color: #000;}
	.ind-news-more a:hover{border-color: #e82300; background: #e82300; color: #fff;}
}

@media screen and (min-width: 992px) {
	.ind-news-box{padding: 50px 0;}
	.ind-tit{ padding-bottom: 50px;}
	.ind-news-list{ margin: -15px;}
	.ind-news-bd{ padding: 15px; float: left; width: 33.3333%;}
	
	.ind-news-more{ padding-top: 40px;}
	
	.ind-news-txt{ font-size:16px; padding-tOP:10px; height:90px;}
}

@media screen and (min-width: 1240px) {
	.ind-news{ -webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;}
	.ind-news-box{padding: 90px 0;}
	.ind-tit{ padding-bottom: 70px; font-size: 40px;}
	.ind-news-list{ margin: -30px 0;}
	.ind-news-bd{ padding: 30px; width: 33.3333%;}
	.ind-pagination{ padding-top: 40px;}
	
	.ind-news-more{ padding-top: 60px;}
	.ind-news-more a{  width: 180px; height: 62px; line-height: 60px; -webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px; font-size: 16px; }
}

@media screen and (min-width: 1360px) {
	
}


/*ind-pro*/
@media screen and (min-width: 320px) {
	.ind-pro-box{ padding: 20px 0;}
	.ind-pro-t{ padding-bottom: 20px; position: relative;}
	.ind-pro-t .hd{ overflow: hidden; margin:0;}
	.ind-pro-t .hd span{ width: 25%; float: left; padding:0;}
	.ind-pro-t .hd i:before{ display: block; text-align: center; font-size: 58px; line-height: 1; color: #e82300;}
	.ind-pro-t .hd b{ font-weight: normal; font-size: 12px; display: block; text-align: center; width: 150%; -webkit-transform: scale(.75); transform: scale(.75); margin-left: -25%; color: #333;}
	.ind-pro-t hr{ position: absolute; left: -100%; right: -100%; margin: 0; bottom: 0; background: #ddd;}
	
	.ind-pro-t .hd span.on{ background: #e82300; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	.ind-pro-t .hd span.on i:before{ color: #fff;}
	.ind-pro-t .hd span.on b{ color: #fff;}
	
	.swiper-pro .swiper-slide{ width: 230px;}

	
/*	.ind-pro-b ul{ overflow: hidden; background: #fff;}
	.ind-pro-b li{ border-bottom: dashed 1px #ddd; }
	.ind-pro-b{ padding-top: 10px;}
	.ind-pro-b dl{ overflow: hidden;}
	.ind-pro-b dt{ float: left;  width: 110px;}
	.ind-pro-b dd { height: 110px; display: flex; align-items: center; padding-left: 15px; overflow: hidden;}
	.ind-pro-b dd b{ }
	.ind-pro-b dd p{ display: none;}
	.ind-pro-b dd span{ display: none;}
	
	.ind-pro-b a:hover i.pic-size img{-webkit-transform: none; transform: none;}
	.ind-pro-b a:hover b{ color: #e82300;}*/
	.pro-more *{transition: .3s;}
	.ind-pro-b a:hover i.pic-size img{-webkit-transform: none; transform: none;}
	.pro-more{display: block; padding: 0 20px; padding:0 10px; }
	.pro-more dt{ width: 100%; float: none; position: relative; z-index: 2; background: #fff;}
	.pro-more dd{ text-align: center; width: 100%; left: 50%; position: relative;  height: auto; padding-left: 0; -webkit-transform:translateX(-50%) translateY(-20px); transform:translateX(-50%) translateY(-20px); opacity: 0;}
	.pro-more i.pic-size img{ left: 0; top: 0;}
	.pro-more dd .box{ width: 100%;}
	.pro-more dd b{ display: block; font-weight: normal; font-size: 16px; white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; color: #000;}
	.pro-more dd p{ display: block; color: #555; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden; line-height: 20px; height: 60px;}
	.pro-more dd a{display: block; width: 120px; height: 40px; border: solid 1px #ddd; -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; display: inline-block; line-height: 38px; color: #000; text-align: center; margin: 0 auto;}
	.pro-more dd a:hover{border-color: #e82300; background: #e82300; color: #fff;}
	
	.swiper-pro .swiper-slide-active .pro-more dd{-webkit-transform:translateX(-50%) translateY(0); transform:translateX(-50%) translateY(0); opacity: 1;}
}

@media screen and (min-width: 992px) {
	.ind-pro-box{padding:30px 0 50px 0;}
	.ind-pro-t{ padding-bottom: 0;}
	.ind-pro-t .hd a{ display: block; padding-bottom: 20px;}
	.ind-pro-t .hd i{ padding-bottom: 10px; display: block;}
	.ind-pro-t .hd span{ width: 12.5%; position: relative;  text-align: center; padding: 0;;}
	.ind-pro-t .hd b{ -webkit-transform: none; transform: none; width: 100%; margin-left: 0; padding-top: 0; display: inline; z-index: 2; position: relative;}
	.ind-pro-t .hd span.on{ background: none;}
	.ind-pro-t .hd span.on i:before{ color: #e82300;}
	.ind-pro-t .hd span.on b{ color: #333;}
	.ind-pro-t .hd span b:before{ content: ' '; position: absolute; left: 0; right: 0; bottom: -24px; height: 5px; -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; background: #e82300; -webkit-transform: scaleX(0); transform: scaleX(0);}
	.ind-pro-t .hd span.on b:before{ -webkit-transform: scaleX(1); transform: scaleX(1);}
	.ind-pro-t hr{ bottom: 2px;}
	
	/*.ind-pro-b{ height: 410px; padding-top: 0;}
	.ind-pro-b ul{ padding-top: 20px;}
	.ind-pro-b li{border: none; float: left;  width: 18%; padding-top: 50px;}
	.ind-pro-b li a{display: block; padding: 0 20px; padding:0 10px; }
	.ind-pro-b dt{ width: 100%; float: none; position: relative; z-index: 2;}
	.ind-pro-b dd{ text-align: center; width: 249px; left: 50%; position: relative;  height: auto; padding-left: 0; -webkit-transform:translateX(-50%) translateY(-20px); transform:translateX(-50%) translateY(-20px); opacity: 0;}
	
	.ind-pro-b ul.pro-on li{ width: 18%;}
	.ind-pro-b ul.pro-on li a{ padding:0 10px;}
	.ind-pro-b ul li.show dd{-webkit-transform:translateX(-50%) translateY(0); transform:translateX(-50%) translateY(0); opacity: 1;}
	.ind-pro-b ul li.show{ width: 28%; padding-top: 0;}
	
	.ind-pro-b dd .box{ width: 100%;}
	.ind-pro-b dd b{ display: block; font-weight: normal; font-size: 16px; white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; color: #000;}
	.ind-pro-b dd p{ display: block; color: #555; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden; line-height: 20px; height: 60px;}
	.ind-pro-b dd span{display: block; width: 120px; height: 40px; border: solid 1px #ddd; -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; display: inline-block; line-height: 38px; color: #000; text-align: center; margin: 0 auto;}
	.ind-pro-b dd span:hover{border-color: #e82300; background: #e82300; color: #fff;}*/

/*	.swiper-pro .swiper-slide{ -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; -webkit-transform: translate3d(-180px, 0px, -1200px) rotateX(0deg) rotateY(0deg); transition: .3s;}
	.swiper-pro .swiper-slide-prev{-webkit-transform: translate3d(-180px, 0px, -1200px) rotateX(0deg) rotateY(0deg);}
	.swiper-pro .swiper-slide-active{-webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg);}
	.swiper-pro .swiper-slide-next{-webkit-transform: translate3d(180px, 0px, -1200px) rotateX(0deg) rotateY(0deg);}
	.swiper-pro .swiper-slide-next+div{-webkit-transform: translate3d(180px, 0px, -1200px) rotateX(0deg) rotateY(0deg);}
	.swiper-pro .swiper-slide-next+div+div{-webkit-transform: translate3d(180px, 0px, -1200px) rotateX(0deg) rotateY(0deg);}*/
	
	.pro-more dd .box{ padding: 0 50px;}
 	.pro-more{padding-top: 50px;}
}

@media screen and (min-width: 1240px) {
	.ind-pro-box{padding:30px 0 90px 0;}
	.ind-pro-t .hd i{ padding-bottom: 20px;}
	.ind-pro-t .hd a{ padding-bottom: 30px;}
	.ind-pro-t .hd i:before{font-size: 100px; }
	.ind-pro-t .hd b{ font-size: 16px;}
	.ind-pro-t .hd span b:before{ bottom: -35px;}
	
	.ind-pro-b{ height: 620px;}
	.ind-pro-b dd p{ display: block; color: #555; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden; line-height: 24px; height: 72px; margin-top: 20px; font-size: 16px;}
	.ind-pro-b dd b{ font-size: 22px;}
	.ind-pro-b dd{ width: 412px;}
	
	.ind-pro-b dd a{  width: 180px; height: 62px; line-height: 60px; -webkit-border-radius: 31px;
	-moz-border-radius: 31px;
	border-radius: 31px; font-size: 16px; }
	
	
	.swiper-pro .swiper-slide{ -webkit-transform: translate3d(-200px, 0px, -1150px) rotateX(0deg) rotateY(0deg); }
	.swiper-pro .swiper-slide-prev{-webkit-transform: translate3d(-200px, 0px, -1150px) rotateX(0deg) rotateY(0deg);}
	.swiper-pro .swiper-slide-active{-webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg);}
	.swiper-pro .swiper-slide-next{-webkit-transform: translate3d(200px, 0px, -1150px) rotateX(0deg) rotateY(0deg);}
	.swiper-pro .swiper-slide-next+div{-webkit-transform: translate3d(200px, 0px, -1150px) rotateX(0deg) rotateY(0deg);}
	.swiper-pro .swiper-slide-next+div+div{-webkit-transform: translate3d(200px, 0px, -1150px) rotateX(0deg) rotateY(0deg);}

}

@media screen and (min-width: 1360px) {
	.ind-pro-b dd{ width: 455px;}
	.ind-pro-b li{ padding-top: 150px;}
	.ind-pro-b{ height: 660px;}
}



/*=================footer===================*/
@media screen and (min-width: 320px) {
	.footer-clip{width: 100%; height: 5vw; clip-path: url(#footerPath); transition: .3s;}
	.footer-bg-t{ background: #e82300; height: 100%;}
	
	.footer-svg{position: absolute; left: -100%; top: -100%;}
	.footer-svg,.footer-svg *{transition: .3s;}
	
	.footer-bg{position: relative; background: #e82300; padding-top: 45px; padding-bottom: 20px;}
	.top-btn{ position: absolute; width: 48px; height: 48px; background: #000; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; left: 50%; margin-left: -24px; margin-top: -24px; top: 0;text-align: center; cursor: pointer;}
	.top-btn i{ color: #fff; line-height: 48px;}
	.top-btn:hover{ background: #e82300; box-shadow: 0 2px 5px rgba(0,0,0,.4);}
	
	.footer-l{ text-align: center;}
	.footer-l img{max-width: 160px;}
	.footer-l ul{ padding-top: 10px;}
	.footer-l li{ color: #fff;}
	
	.footer-r dl{ overflow: hidden; text-align: center; padding-top: 15px;}
	.footer-r dt{display: inline-block;}
	.footer-r dt i{ font-size: 40px; color: #fff; line-height: 40px;}
	.footer-r dd {display: inline-block; padding-left: 10px;}
	.footer-r dd span{ font-size: 14px; display: block; color: #fff; line-height: 16px; text-align: left;}
	.footer-r dd a{ font-size: 20px; display: block; font-weight: bold; color: #fff; line-height: 24px;}
	
	.footer-share{ display: none;}
	
	.footer-bg-b{ padding: 15px 0; font-size: 12px; text-align: center;}
}

@media screen and (min-width: 992px) {
	.footer-bg{padding:70px 0 50px 0;}
	.footer-clip{ height: 60px;}
	
	.top-btn{ position: absolute; width: 64px; height: 64px; margin-left: -34px; margin-top: -44px; }
	.top-btn i{line-height: 64px; font-size: 24px;}
	
	.footer-l{ float: left; text-align: left;}
	.footer-l li{ line-height: 26px; font-size: 14px;}
	.footer-l img{max-width: 240px;}
	
	.footer-r dl{ padding-top: 5px;}
	.footer-r{ float: right;}
	.footer-r dd span{ text-align: right;}
	
	.footer-r dt i{ font-size: 56px; color: #fff; line-height: 56px;}
	.footer-r dd span{ font-size: 16px; line-height: 20px;}
	.footer-r dd a{ font-size: 32px; line-height: 36px;}
	
	.footer-share{ display: block; float: right; padding-top: 20px;}
	.footer-share-l{ line-height: 48px; float: left; color: #fff;}
	.footer-share-r{float: left;}
	.footer-share-r a{margin-right: 0; margin-left: 10px; width: 48px; height: 48px; background-image: none !important; background: #fff; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; padding: 0 !important; text-align: center; float: left;}
	.footer-share-r  a:hover{text-decoration: none;}
	.footer-share-r  a:before{line-height: 48px; font-size: 24px;}
	.footer-share-r  a:hover:before{ color: #e82300;}
	.footer-share-r  a.bshare-weixin{ position: relative;}
	.footer-share-r  a.bshare-weixin div{  position: absolute; left: -10000px; bottom: 48px; padding-bottom: 10px; -webkit-transform: translateY(10px) translateX(-50%); transform: translateY(10px) translateX(-50%); opacity: 0;}
	.footer-share-r  a.bshare-weixin span{width: 110px; height: 110px; background: #fff; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; padding: 5px; display: block; position: relative;}
	.footer-share-r  a.bshare-weixin span img{ width: 100px;}
	.footer-share-r  a.bshare-weixin span:before{ content: ' '; width: 0; height: 0; position: absolute; left: 50%; bottom:-8px;border-top: solid 8px #fff; border-left: solid 8px transparent; border-right: solid 8px transparent; margin-left: -8px; }
	.footer-bl{ float: left;}
	.footer-br{ float: right;}
	
	.footer-bg-b{ padding: 25px 0; font-size: 14px;}
	
	.footer-share-r  a.bshare-weixin div.show{ -webkit-transform: translateY(0)  translateX(-50%); transform: translateY(0)  translateX(-50%); left: 50%; opacity: 1;}
}

@media screen and (min-width: 1240px) {
	
	.footer-bg{padding:110px 0 90px 0;}
	
}

@media screen and (min-width: 1360px) {
	
}

/*=================漂浮蔬菜===================*/
@media screen and (min-width: 320px) {
	.ind-pro-box{ position: relative;}
	.footer-clip{ z-index: 19; position: relative;}
	.footer-bg{ z-index: 19; position: relative;}
	.footer-bg .container{ position: relative; z-index: 19;}
	.parallax{ display: none;}
	.footer-bg-b{ position: relative;}
	.footer-bg-b .container{ position: relative;}
	
}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1240px) {
.parallax{ display: block; pointer-events: none;}
.ve-01{background: url(../img/ve-01.png) no-repeat; -webkit-background-size: contain;
background-size: contain; position: absolute; left: -4%; top:-130px; width: 244px; height: 271px;}
.ve-02{background: url(../img/ve-02.png) no-repeat; -webkit-background-size: contain;
background-size: contain; position: absolute; left: 22%; top:-130px; width: 122px; height: 142px;}
.ve-03{background: url(../img/ve-03.png) no-repeat; -webkit-background-size: contain;
background-size: contain; position: absolute; right: -3%; top:-200px; width: 223px; height:216px;}

.ve-04{background: url(../img/ve-04.png) no-repeat; -webkit-background-size: contain;
background-size: contain; position: absolute; left: -20%;  top:-760px; width: 746px; height: 510px; z-index: 9;}
.ve-05{background: url(../img/ve-05.png) no-repeat; -webkit-background-size: contain;
background-size: contain; position: absolute; right: -3%;  top:-540px; width: 150px; height: 136px; z-index: 19;}
.ve-06{background: url(../img/ve-06.png) no-repeat; -webkit-background-size: contain;
background-size: contain; position: absolute; right: 20%;  top:-380px; width: 119px; height: 111px; z-index: 19;}
.ve-07{background: url(../img/ve-07.png) no-repeat; -webkit-background-size: contain;
background-size: contain; position: absolute; right: 0%;  top:-250px; width: 248px; height: 195px; z-index: 19;}

}

@media screen and (min-width: 1360px) {
	
}



/*=================公用===================*/
@media screen and (min-width: 320px) {
	.banner-min{ padding-bottom:38%; -webkit-background-size: cover;
	background-size: cover; background-position: center;}
	.dz{ padding: 15px 0; color: #666;}
	.dz a{ color: #666;}
	.dz a:hover{ color: #e82300;}
}

@media screen and (min-width: 992px) {
	.banner-min{ height: 380px; padding: 0;}

}

@media screen and (min-width: 1240px) {
	.banner-min{ height: 480px;}
	.dz{ padding: 35px 0;}
}

@media screen and (min-width: 1360px) {
	.banner-min{ height: 530px; -webkit-background-size: auto;
	background-size: auto;}
}


/*--内容盒子--*/
@media screen and (min-width: 320px) {
	.content-box:after{content: ' '; clear: both; width: 0; height: 0; overflow: hidden; display: block;}
	.content-box{text-align: justify;  font-size: 14px;padding:0 0 50px 0; color: #666; position: relative; z-index: 10;}
	.content-box div,.content-box p{ line-height: 1.8 ;}
	.content-box img{max-width: 100%;}
	
}

@media screen and (min-width: 992px) {
	.content-box{ padding:0 0 130px 0;}
	.content-box-pb0{ padding-bottom: 0;}

}

@media screen and (min-width: 1240px)  {
	.content-box{ padding:0 0 320px 0;}
	.content-box-pb0{ padding-bottom: 0;}
}

@media screen and (min-width: 1360px)  {


}




/*--导航--*/
@media screen and (min-width: 320px) {
	.menu-box{ padding: 20px 0;}
	.menu-box ul{ text-align: center; margin: -5px;}
	.menu-box li{ padding: 5px; display: inline-block;}
	.menu-box li a{padding: 0 30px; line-height: 36px; -webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px; background: #ebebeb; display: block; font-size: 12px;}
	.menu-box li a.on{ background: #e82300; color: #fff;}
	
	.menu-min ul{ text-align: left; margin: -2px;}
	.menu-min li{ padding: 2px; display: inline-block;}
	.menu-min li a{ padding: 0 5px; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; font-size: 12px;}
	
}

@media screen and (min-width: 992px) {

	.menu-box{ padding: 35px 0;}
	.menu-box ul{ margin: -10px;}
	.menu-box li { padding:10px;}
	.menu-box li a{ line-height: 42px; -webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px; padding: 0 36px; font-size: 14px;}
	
	.menu-min ul{ margin: -5px;}
	.menu-min li { padding:5px;}
	.menu-min li a{ padding: 0 10px; line-height: 36px; -webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;}
}

@media screen and (min-width: 1240px)  {

	.menu-box{ padding: 60px 0;}
	.menu-box ul{ margin: -15px;}
	.menu-box li { padding:15px;}
	.menu-box li a{ line-height: 70px; padding: 0 65px; -webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px; font-size: 18px;}
	
	.menu-min ul{ margin: -5px;}
	.menu-min li { padding:5px;}
	.menu-min li a{ padding: 0 15px;}
}

@media screen and (min-width: 1360px)  {

	.menu-min ul{ margin: -10px;}
	.menu-min li { padding:10px;}
	.menu-min li a{ padding: 0 17px;}
}


/*--关于永南-公司简介--*/
@media screen and (min-width: 320px) {
	.gsjj-box dt img{ width: 100%;}
	.gsjj-box dd{ padding-top: 15px;}
	.gsjj-box dd b{ font-size: 20px; color: #e82300;}
	
	.gsjj-box dd div{ padding-top: 10px;}
}

@media screen and (min-width: 992px) {
	.gsjj-box dt{float: left; width: 50%; position: relative; left: 50%; padding-left: 15px;}
	.gsjj-box dd{ padding-top: 0; float: left; width: 50%; position: relative; right: 50%; padding-right: 15px;}
	.gsjj-box dd b{ font-size: 20px; color: #e82300;}
	
	.gsjj-box dd div{ padding-top: 10px;}
	
}

@media screen and (min-width: 1240px)  {
	.gsjj-box dt{ padding-left: 30px;}
	.gsjj-box dd{ padding-right: 30px; font-size: 16px;}
	.gsjj-box dd b{ font-size: 30px;}
	.gsjj-box dd div{ padding-top: 20px;}
}

@media screen and (min-width: 1360px)  {
	
	
}


/*--关于永南-荣誉证书--*/
@media screen and (min-width: 320px) {
	i.pic-scale-honor{padding-bottom: 80%;}
	.honor-box li{ padding: 10px; float: left; width: 50%;}
	.honor-box ul{ margin: -10px; overflow: hidden;}
	.honor-box .box-bd{ border: solid 1px #e1e1e1; padding: 10px; -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;}
	.honor-box b{ padding-top: 10px; white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; font-weight: normal; display: block; color: #666; text-align: center;}
	.honor-box a:hover b{ color: #e82300;}
}

@media screen and (min-width: 992px) {
	.honor-box li{ width: 25%;}
	.honor-box .box-bd{ padding: 30px;}
}

@media screen and (min-width: 1240px)  {
	.honor-box{ padding-bottom: 50px;}
	.honor-box .box-bd{ padding: 40px;}
	.honor-box li{ padding: 10px 20px;}
}

@media screen and (min-width: 1360px)  {
	
	
}

/*--关于永南-联系方式--*/
@media screen and (min-width: 320px) {
	
	.cont-hr{ position: relative; height: 1px;  margin-bottom: 20px; width: 100%;}
	.cont-hr hr{ position: absolute; width: auto; background: #e82300; margin: 0; height: 2px; left: 0; right: 0;}
	.cont-t{ overflow: hidden;}
	.cont-t ul{ overflow: hidden;border-left: solid 1px #eee; border-top: solid 1px #eee; }
	.cont-t li{ overflow: hidden; text-align: center; width: 50%; float: left; ; }
	.cont-t li i{  font-size: 36px; line-height: 36px; color: #e82300; padding-bottom: 10px; display: block;}
	.cont-t li div{ overflow: hidden;border-right: solid 1px #eee; border-bottom: solid 1px #eee; height: 126px; padding: 10px; }
	.cont-t li span{ display: block; line-height: 18px; font-size: 12px; color: #333; padding-bottom: 5px;}
	.cont-t li b{ display: block; line-height: 18px; font-size: 12px; color: #333;}
	
	.cont-t li:nth-last-child(1){ width: 100%;}
	.cont-b{ padding-top: 20px;}
	.map{ height: 400px; -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; overflow: hidden; border: solid 2px #e82300;}
}

@media screen and (min-width: 992px) {
	.cont-t ul{ border: none;}
	.cont-t li{ width: 20%;}
	.cont-t li:nth-last-child(1){ width: 20%;}
	.cont-t li div{ border: none;}
}

@media screen and (min-width: 1240px)  {
	.map{ -webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;}
	.cont-t li div{ height: auto; padding: 50px 0;}
	.cont-t li i{ font-size: 48px; line-height: 48px; padding-bottom: 20px;}
	.cont-t li span{ padding-bottom: 20px; font-size: 14px;}
	.cont-t li b{ font-size: 16px; font-weight: normal;}
	
}

@media screen and (min-width: 1360px)  {
	
	
}


/*--品牌展示--*/
@media screen and (min-width: 320px) {
	i.pic-scale-pro-02{ padding-bottom: 58.33%;}
	
	.pro-list ul{ margin: -10px;}
	.pro-list li{ padding: 10px; float: left; width: 100%;}
	.pro-list dl{ border: solid 1px #e1e1e1; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	.pro-list dt{ padding: 10px; position: relative; padding-top: 20px;}
	.pro-list dd{ padding: 10px; border-top: solid 1px #e1e1e1; overflow: hidden; position: relative;}
	.pro-list dd b{ float: left; line-height: 40px; color: #1c1b1c; font-weight: normal; padding-right: 90px; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap; display: block; width: 100%;}
	.pro-list dd a{ position: absolute; right: 10px; top: 10px; width: 80px; height: 40px; -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; line-height: 40px; background: #ebebeb; color: #888; text-align: center; font-size: 12px;}
	.pro-list dd a:hover{ background: #e82300; color: #fff;}
	
	.pro-logo{ width: 70px; position: absolute; left: 15px; top: 15px; z-index: 9;}
	
	.pro-list li dl:hover {box-shadow: 0 0 10px rgba(232,35,0,.2); border-color: #e82300;}
}

@media screen and (min-width: 992px) {
	.pro-list li{ width: 50%;}
}

@media screen and (min-width: 1240px)  {
	.pro-list ul{ margin: -30px;}
	.pro-list li{ padding: 30px; }
	.pro-list dl{ -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;}
	.pro-logo{ width: 140px; left: 40px; top: 25px;}
	.pro-list dt{ padding: 14px;}
	.pro-list dd{ padding: 25px;}
	.pro-list dd b{ font-size: 20px; line-height: 50px;}
	.pro-list dd a{top: 25px; right: 25px; width: 120px; height: 50px; line-height: 50px; -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px; font-size: 14px;}
	.pro-list li dl:hover {box-shadow: 0 0 15px rgba(232,35,0,.2); }
}

@media screen and (min-width: 1360px)  {
	
	
}


/*--品牌展示-内页--*/
@media screen and (min-width: 320px) {
	.table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
	
	.swiper-pro-info dt{ border: solid 1px #e1e1e1; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; padding: 20px; position: relative; padding-top: 40px;}
	.swiper-pro-info dd{ text-align: center; padding: 10px; color: #000;}
	.swiper-pro-bd{ padding: 0 45px; position: relative;}
	
	.pro-btn{  position: absolute;  top: 50%; margin-top: -44px;}
	.pro-btn a{ width: 40px; height: 40px; line-height: 40px; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; background: #1b1b1c; text-align: center; cursor: pointer; display:block; transition:.3s;}
	.pro-btn i{ color: #fff; line-height: 40px;}
	.pro-prev{ left: 0; }
	.pro-next{ right: 0;}
	.pro-prev a:hover{background: #e82300; -webkit-transform: translateX(-5px); transform: translateX(-5px);}
	.pro-next a:hover{background: #e82300; -webkit-transform: translateX(5px); transform: translateX(5px);}
	
	.swiper-pro-list ul{ text-align: center; margin: -5px;}
	.swiper-pro-list li{ width: 90px; display: inline-block; padding: 5px;}
	.swiper-pro-list li i{ text-align: left;}
	.swiper-pro-list li div{ position: relative; padding: 5px;}
	.swiper-pro-list li span{ border: solid 1px #ccc; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2;}
	.swiper-pro-list li.on span{ border:solid 2px #e82300;}
	
	.pro-mess-tit{ text-align: center; border-bottom: solid 1px #bbb; margin:20px 0;}
	.pro-mess-tit b{background: #e82300; border-top-left-radius: 5px; border-top-right-radius: 5px; color: #fff; font-weight: normal; display: inline-block; padding:5px 15px;}
	.pro-mess-box{ padding-bottom: 20px;}
	.pro-mess{ padding: 0 0 20px 0; color: #1c1b1c;}
	
	.pro-table{ min-width: 720px; width: 100%;}
	.pro-table td{ border: solid 1px #ccc; padding: 10px; color: #000;}
	
	
	.pro-box-row{ overflow: hidden; margin: -10px;}
	.pro-box-col-08{ width: 100%; float: left; padding: 10px;}
	.pro-box-col-04{ width: 100%; float: left; padding: 10px;}
	.pro-mess-01{}
	
	.pro-list-01{ border: solid 1px #999; border-bottom: none; overflow: hidden;}
	.pro-list-01 .col-06,.pro-list-01 .col-12{ border-bottom: solid 1px #999; padding:5px; float: left; width: 100%; font-size: 12px;}
	
	.pro-list-02{ border: solid 1px #999; overflow: hidden;}
	.pro-list-02 .row{ overflow: hidden;}
	.pro-list-02 .col-07,.pro-list-02 .col-08,.pro-list-02 .col-10,.pro-list-02 .col-12,.pro-list-02 .col-24{ padding:5px; float: left; width: 100%; font-size: 12px;}
	.pro-list-02 .col-10{ width: 41.66666%;}
	.pro-list-02 .col-08{ width: 33.33333%;}
	.pro-list-02 .col-07{ width: 29.16666%;}
	.row-bd{border-bottom: solid 1px #999;}
	.col-tac{ text-align: center;}
	.col-tar{ text-align: right;}
	
	
	.pro-dl-btn{ width: 180px; height: 50px; -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px; background: #e82300; display: block; margin: 0 auto; text-align: center; line-height: 50px; color: #fff; font-size: 16px; box-shadow: 0 0 0px rgba(0,0,0,.3);  transition: .3s;} 
	.pro-dl-btn:hover{ color: #fff; box-shadow: 0 3px 10px rgba(232,35,0,.3); }
}

@media screen and (min-width: 992px) {
	.table-responsive { border: none;}
	.swiper-pro-bd{ padding: 0 130px;}
	.pro-btn{ margin-top: -67px;}
	.pro-btn a{ width: 64px; height: 64px;}
	.pro-btn i{ line-height: 64px; font-size: 18px;}
	.pro-prev{ left: 30px;}
	.pro-next{ right: 30px;}
	.swiper-pro-info dd{ padding: 20px 0; font-size: 18px;}
	
	.swiper-pro-list ul{ margin: -5px;}
	.swiper-pro-list li{ width: 120px; padding: 5px;}
	.pro-mess-tit b{ padding: 10px 30px; border-top-left-radius: 10px; border-top-right-radius: 10px;}
	.swiper-pro-info dt{ -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; padding: 40px; padding-top: 60px;}
	
		
	.pro-box-col-08{ width: 70%; }
	.pro-box-col-04{ width: 30%;}
	
	.pro-list-01{ border-right: none;}
	.pro-list-01 .col-06{ width: 50%; float: left; border-right: solid 1px #999; overflow: hidden; white-space: nowrap;}
	.pro-list-01 .col-12{ border-right: solid 1px #999;}
	
	.pro-list-01 .col-06,.pro-list-01 .col-12{ padding: 12px 10px;}
	.pro-list-01 .col-pic{ height: 179px;}
	.pro-list-01 .col-pic img{max-height: 100%;}
	.pro-list-02 .col-07,.pro-list-02 .col-08,.pro-list-02 .col-10,.pro-list-02 .col-12,.pro-list-02 .col-24{ padding: 12px 10px;}
	
	.col-pic{ text-align: center;}
}

@media screen and (min-width: 1240px)  {
	.swiper-pro-bd{ padding: 0 230px;}
	.swiper-pro-list ul{ margin: -10px;}
	.swiper-pro-list li{ width: 140px; padding: 10px;}
	.pro-mess-tit b{ padding: 10px 50px; border-top-left-radius: 16px; border-top-right-radius: 16px; font-size: 16px;}
	.pro-btn{ margin-top: -90px;}
	.pro-btn a{ width: 84px; height: 84px;}
	.pro-btn i{ line-height: 84px; font-size: 20px;}
	.pro-prev{ left: 70px;}
	.pro-next{ right: 70px;}
	.pro-mess-box{ padding-bottom: 45px;}
	.pro-mess-tit{ margin:45px 0;}
	.pro-mess{ padding: 0 0 45px 0; font-size: 16px;}
	
	.pro-table td{ font-size: 16px;}
	.pro-table{ padding-bottom: 50px;}
	.swiper-pro dd{ font-size: 22px; padding: 30px 0;}
	.swiper-pro-info dt{ -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; padding: 100px; padding-top: 100px;}
	
	.pro-list-01 .col-06,.pro-list-01 .col-12{ font-size: 14px;}
	.pro-list-02 .col-07,.pro-list-02 .col-08,.pro-list-02 .col-10,.pro-list-02 .col-12,.pro-list-02 .col-24{ font-size: 14px;}
	.pro-list-01 .col-pic{ height: 195px;}
}

@media screen and (min-width: 1360px)  {
	
	
}


/*--企业动态--*/
@media screen and (min-width: 320px) {
	i.pic-scale-news{ padding-bottom: 68.89%;}
	.news-list a{ padding: 10px; border: solid 1px #e1e1e1; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; display: block;}
	.news-list ul{margin: -5px 0; overflow: hidden;}
	.news-list li{ padding: 5px 0;}
	.news-list dl{ overflow: hidden; position: relative;}
	.news-list dt{ float: left; width: 120px;}
	.news-list dd p{ display: none;}
	.news-list dd i{ display: none;}
	.news-list dd{ padding-left: 10px; overflow: hidden;}
	.news-list dd b{ display: block; color: #1c1b1c;}
	.news-list dd span{ display: block; font-size: 12px; color: #888;}
	.news-list a:hover b{ color: #e82300;}
}

@media screen and (min-width: 992px) {
	.news-list ul{margin: -15px 0;}
	.news-list li{ padding: 15px 0;}
	.news-list a{ padding: 20px; -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; }
	.news-list dt{ width: 240px;}
	.news-list dd { padding-right: 70px; padding-left: 25px;}
	.news-list dd p{ display: block; font-size: 14px; color: #1c1c1c; margin: 18px 0;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden; height: 70px;}
	.news-list dd b{ font-size: 18px;}
	.news-list dd span{ font-size: 14px;}
	.news-list dd i{display: block;}
	.news-list dd i:before{ background: #ebebeb; width: 44px; height: 44px; line-height: 44px; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; position: absolute; right: 0; top: 50%; margin-top: -22px; text-align: center; color: #a3a3a3;}
	.news-list a:hover dd i:before{ background: #e82300; color: #fff;}
}

@media screen and (min-width: 1240px)  {
	.news-list ul{margin: -25px 0;}
	.news-list li{ padding: 25px 0;}
	.news-list a{ padding: 34px; -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;}
	.news-list dt{ width: 360px;}
	.news-list dd{ padding-left: 40px; padding-right: 140px; display: flex; align-items: center; height: 248px;}
	.news-list dd b{ font-size: 24px;}
	.news-list dd p{ font-size: 16px; height: 80px;}
	.news-list dd i:before{ width: 64px; height: 64px; line-height: 64px; margin-top: -32px; font-size: 20px; right: 20px;}
}

@media screen and (min-width: 1360px)  {
	
	
}


/*--企业动态-内页--*/
@media screen and (min-width: 320px) {
	.info-box-bd{ border: solid 1px #e1e1e1; padding: 15px; -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;  }
	.info-tit{ text-align: center; display: block; font-size: 16px; font-weight: bold; color: #1c1b1c;}
	.info-mess{ text-align: center; color: #888; padding: 10px 0; border-bottom: solid 1px #e1e1e1;}
	.info-cont{ padding: 20px 0; color: #1c1b1c;}
	.info-btn{ border-top: solid 1px #e1e1e1; padding-top: 20px;}
	.info-btn span{ display: block;}
	.info-btn a{}
}

@media screen and (min-width: 992px) {
	.info-box-bd{padding: 20px; -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;  }
	
	.info-tit{ font-size: 24px; padding-top: 20px;}
	.info-mess{ padding: 20px 0;}
	
	.info-cont{ padding: 30px 0;}
	
	.info-btn{ padding: 30px 0 10px 0;}
}

@media screen and (min-width: 1240px)  {
	.info-box-bd{padding: 35px; -webkit-border-radius: 60px;
	-moz-border-radius: 30px;
	border-radius: 30px;  }
	
	.info-tit{ font-size: 30px;}
	.info-mess{ padding: 25px 0;}
	
	.info-cont{ padding: 50px 0; font-size: 16px;}
	
	.info-btn{ padding: 50px 0 10px 0; font-size: 16px;}
}

@media screen and (min-width: 1360px)  {
	
	
}


/*--人力资源-企业文化--*/
@media screen and (min-width: 320px) {
	.qywh-list li{ padding: 10px 0;}
	.qywh-list dl{ overflow: hidden;}
	.qywh-list dt{ background: #eee; text-align: center; font-weight: bold; color: #333; text-align: center; padding: 10px; font-size: 16px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
	.qywh-list dd{ border: solid 1px #e1e1e1; color: #3a3a3a; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding: 10px; text-align: center;}
}

@media screen and (min-width: 992px) {
	.qywh-list dl{ position: relative; padding-left: 200px;}
	.qywh-list dt{ border-bottom-left-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 0; width: 200px; float: left; padding: 16px 16px; position: absolute; left: 0; height: 100%; display: flex; align-items: center;}
	.qywh-list dt b{ line-height: 30px; display: block; font-size: 16px; text-align: center; width: 100%;}
	.qywh-list dd{ overflow: hidden; border-bottom-left-radius: 0; border-bottom-right-radius: 10px; border-top-right-radius: 10px; line-height: 30px; font-size: 14px; padding: 15px; text-align: left;}
}

@media screen and (min-width: 1240px)  {
	.qywh-list dt b{ font-size: 20px;}
	.qywh-list dd{ font-size: 16px;}
}

@media screen and (min-width: 1360px)  {
	
	
}

/*--精彩乐园-资料下载--*/
@media screen and (min-width: 320px) {
	.zlxz-list li{ border-bottom: dashed 1px #d5d5d5; padding-right: 60px; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap; position: relative; line-height: 60px;}
	.zlxz-list li a.btn{ position: absolute; right: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #333; -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; color: #fff; margin-top: 10px;}
	.zlxz-list li a.btn:hover{ background: #e82300; }
	.zlxz-list li span{ display: none;}
}

@media screen and (min-width: 992px) {
	.zlxz-list li a.tit{ font-size: 14px;}
	.zlxz-list li span{ display: block;position: absolute; right: 70px; top: 0; line-height: 60px; color: #999;}
	.zlxz-list li span.time{ right: 190px;}
}

@media screen and (min-width: 1240px)  {
	.zlxz-list li a.tit{ font-size: 16px;}
	.zlxz-list li{ line-height: 80px;}
	.zlxz-list li span{ line-height: 80px;}
	.zlxz-list li a.btn{ margin-top:  20px;}
}

@media screen and (min-width: 1360px)  {
	
	
}


/*--招聘信息--*/
@media screen and (min-width: 320px) {
	
	.jobs-t{ background: #e6e6e6; border-top:  solid 1px #e4e4e4; position: relative; background: #e82300;}
	.jobs-t li{ padding: 0 15px; line-height: 48px; color: #fff;}
	.jobs-t .pn{ display: none;}
	.jobs-name{ width: 100%; padding-right: 100px;}
	.jobs-t li.jobs-apply{ position: absolute; right: 15px; width: 30px; top: 0; text-align: center; padding: 0;}
	.jobs-apply{ display: block; line-height: 48px;}
	.jobs-apply i:before{ font-size: 18px;  color: #666;}
	
	.jobs-box .jobs-list .jobs-t{ background: #f9f9f9;}
	.jobs-box .jobs-list .jobs-t li{ color: #333;}
	.jobs-box .on .jobs-t{ background: #fceeeb;}
	.jobs-box .on .jobs-t li{ color: #333;}
	.jobs-box .on .jobs-t li.jobs-apply{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
	.jobs-box .on .jobs-t li i:before{ color: #333; }
	
	.jobs-list dd{ padding: 15px; background: #ffffff; display: none; border-top: solid 1px #e4e4e4;}
	.jobs-list .jobs-company{ color: #333; font-size: 18px; font-weight: normal;}
	.jobs-type{ padding-top: 10px; overflow: hidden;}
	.jobs-type li{ color: #666; font-size: 12px; }
	
	.jobs-mess{ padding-top: 10px;}
	.jobs-tit{ font-weight: bold; color: #333;}
	div.jobs-txt{ color: #333; font-size: 12px;}
}

@media screen and (min-width: 992px) {
	.jobs-t{ overflow: hidden; width: 100%; padding: 0;}
	.jobs-t li{ width: 25%; float: left;/* text-align: center; */padding: 0 0 0 50px;}
	.jobs-t .pn{ display: block;}
	.jobs-name{ width: 100%; padding-right: 100px;}
	.jobs-apply{ position: relative; right: 0; width: 100px; top: 0; text-align: center;}
	
	.jobs-list dd{ padding: 15px 20px 20px 20px;}
	.jobs-list .jobs-company{ font-size: 22px; }
	.jobs-type{ padding-top: 15px; overflow: hidden; margin: 0 -15px;}
	.jobs-type li{ color: #666; font-size: 14px; width: 33.333%; float: left;  padding: 0 15px; overflow: hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; white-space: nowrap;}
	
	.jobs-mess{ padding-top: 15px;}
	.jobs-tit{ font-weight: bold;}
	div.jobs-txt{ font-size: 14px;}
	
	.jobs-t li.jobs-apply{ width: 50px;}
}

@media screen and (min-width: 1240px) {
	
	.jobs-t li{ font-size: 18px; line-height: 60px;}
	.jobs-apply a{line-height: 60px;}
	.jobs-apply a i{ font-size: 30px;}
	
}