/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#f8f8f8}
::-webkit-scrollbar-thumb{background:#BC282F;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#BC282F}
::-webkit-scrollbar-thumb:vertical:hover{background:#BC282F}

body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";width:100%;min-width:320px;overflow-x: hidden;color:#333;padding-top:62px;}
html,body{height:100%;}
em,i{font-style:normal}
a:hover{text-decoration:none}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{outline: none;outline-offset:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p{margin-top:0;margin-bottom:0;}
ul{margin:0;padding:0;}
ul,li{list-style: none;}
textarea{resize: none;}
a:focus, a:hover{text-decoration: none;}
a{display: block;color:#333;}
a:focus, a:hover{color:#333;}
img{display: block;}
.Animation{-webkit-transition:all 1s;transition:all 1s;opacity:0}
.fullpage{width:100%;overflow:hidden}
.section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:60px;}
.img{width:100%;overflow:hidden;margin:0 auto;position:relative}
.img img{width:100%;transition:all .5s}
.fl{float:left;}
.fr{float:right;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.overflowY{overflow-y:hidden;}
.index_body{padding-top:0;}

@media (max-width: 767px) {
	.PC_img{display: none;}
}
@media (min-width: 768px) {
	body{padding-top:72px;}
	.min_img{display: none;}
}
@media (min-width: 992px) {
	body{padding-top:86px;}
}
@media (min-width: 1200px) {
	.container{width:1080px;}
}
@media (min-width: 1450px) {
	.container{width:1230px;}
}
@media (min-width: 1650px) {
	.container{width:1430px;}
}


/*foot*/
.gotop{width:40px;height:40px;background:url(../images/icon/gotop1.png) no-repeat center;background-size:contain;position:fixed;right:5px;bottom:50px;cursor:pointer;display:none;transition:all .5s;z-index: 10;}
.gotop:hover{background:url(../images/icon/gotop1.png) no-repeat center;background-size:contain;}

.footer{position: relative;width:100%;background:#2E3E4E;color:#fff;z-index:2;font-size:12px;}
.footer a{color:#fff;}
.footer_top{padding:20px 0;border-bottom:1px solid #5E6D7D;}
.footer_top .InfoContent{font-size:13px;color:#9D9E9E;}
.footer_top .InfoContent a{color:#9D9E9E;}
.footer_top .InfoContent a:hover{color:#fff;}
.footer_bottom{padding-bottom:15px;}
.footer_contact{padding:20px 0 5px;}
.footer_contact>div{margin-bottom:20px;opacity: 0.5;}
.footer_contact>div:first-child{opacity: 1;}
.footer_contact .tit{color:#BC282F;font-size:26px;font-family: 'Impact';text-transform: uppercase;}
.footer_contact .column>.inner{display: flex;align-items: center;padding-bottom:20px;border-bottom:1px solid #fff;}
.footer_contact .icon{width:40px;flex: 0 0 auto;}
.footer_contact .txt{width:100%;overflow: hidden;padding-left:10px;font-size:16px;line-height:1.2}
.footer_contact .txt a{display: inline-block;}
.copyRight{color:#fff;text-align: center;}
.copyRight a{display: inline-block;color:#fff;}
.copyRight a:hover{text-decoration: underline;}
.copyRight img{display: inline-block;vertical-align:middle}
@media (max-width: 767px) {

}
@media (min-width: 768px) {
	.footer_contact{display: flex;align-items: stretch;flex-flow: row wrap;}
	.footer_contact .column>.inner{height:100%;}
	.footer_contact .txt{font-size:16px;}
}
@media (min-width: 992px) {
	.copyRight{text-align: left;}
	.footer_contact{padding:25px 0 5px;}
	.footer_contact .tit{font-size:28px;}
	.footer_contact .col-md-3{width:50%;}
}
@media (min-width: 1200px) {
	.footer_contact{margin-left:-20px;margin-right:-20px;}
	.footer_contact>div{padding:0 20px;}
	.footer_contact .col-md-3{width:23.33333%;}
	.footer_contact .col-md-3:last-child{width:30%;}
}
@media (min-width: 1450px) {
	.footer_contact{margin-left:-25px;margin-right:-25px;}
	.footer_contact>div{padding:0 25px;}
	.footer_contact .icon{width:50px;}
	.footer_contact .txt{font-size:18px;}
	.footer_contact .tit{font-size:30px;}
	
}

/*导航*/
.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	border:none;
	/* box-shadow: 0 0 6px rgba(0,0,0,.2); */
	transition: all 0.5s;
	background-color:#212429;
	border-bottom:2px solid #36373A;
}
.navbar-brand {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-brand img {
	height: 50px;
}
.navbar-brand .logo2{
	display: none;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li{position: relative;}
.navbar-default .navbar-nav>li>a {
	position: relative;
	line-height:20px;
	color:#EDEDED;
	text-transform: uppercase;
	transition: all .3s;
	z-index: 2;
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #BC282F;
	background-color: transparent;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: calc(100vh - 60px);
}


.navbar-default .navbar-nav>li>.dropdown-pc{display: none;}
.navbar-default .navbar-nav>li>.dropdown-min{display: block;cursor: pointer;}
.navbar-default .dropdown-menu{border:none;left:50%;right:auto;background:#fff;top:100%;padding:0;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.navbar-default .dropdown-menu a{font-size:14px;padding:12px 10px;text-align:center;border-bottom:1px solid rgba(0,0,0,0.1);-webkit-transition:all .5s;transition:all .5s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.navbar-default .dropdown-menu li:last-child a{border-bottom:none;}
.navbar-default .dropdown-menu a:hover{color:#BC282F;background: transparent;}

@media (max-width: 767px) {
	.navbar-default .navbar-collapse{border-top-color:rgba(255,255,255,0.1);}
	.navbar-default .navbar-toggle{margin:14px 10px;}
	.navbar-default .navbar-nav>li{padding:0 15px;}
	.navbar-default .navbar-nav>li>a{padding-left:0;padding-right:0;border-bottom:1px solid rgba(255,255,255,0.1);}
	.navbar-default .navbar-nav>.active>a{border-bottom-color:#BC282F;}
	.nav .open>a,.nav .open>a:hover{border-color:rgba(255,255,255,0.5);}
	
	.navbar-default .dropdown-menu{position: static;width:100%;margin:0;float:none;-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);box-shadow: 0 0 0 rgba(0,0,0,0);background:none;padding:0;-webkit-transform: translateX(0);transform: translateX(0);}
	.navbar-default .dropdown-menu li{padding:0;border-bottom:1px dashed rgba(255,255,255,0.1);}
	.navbar-default .dropdown-menu a{position: relative;padding:0 15px 0 25px;border-color:rgba(255,255,255,.1);text-align:left;}
	.navbar-default .navbar-nav .dropdown-menu>li>a{line-height:25px;}
	.navbar-default .dropdown-menu li:last-child a{border-bottom:1px solid rgba(255,255,255,.1);}
	.navbar-default .dropdown-menu a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#BC282F;background:none;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#333}
}
@media (max-width: 420px) {
	.navbar-brand .logo1{display: none;}
	.navbar-brand .logo2{display: block;}
}
@media (min-width: 768px) {
	.navbar-brand{padding-top: 10px;padding-bottom:10px;padding-left:0;}
	.navbar-default .navbar-collapse{display: flex!important;justify-content: flex-end;}
	.navbar-default .navbar-nav{margin-right:-15px;}
	.navbar-default .navbar-nav>li{padding:0 7px;}
	.navbar-default .navbar-nav>li>a{padding:25px 5px;}
	
	.navbar-default .dropdown-menu{min-width:120px;}
	.navbar-default .navbar-nav>li>.dropdown-pc{display: block;}
	.navbar-default .navbar-nav>li>.dropdown-min{display: none;}
}
@media (min-width: 992px) {
	.navbar-brand{padding-top: 10px;padding-bottom:10px;}
	.navbar-brand img{height:64px;}
	.navbar-default .navbar-nav>li{padding:0 13px;}
	.navbar-default .navbar-nav>li>a{padding:32px 5px;}
	
	.navbar-default .dropdown-menu{min-width:130px;}
}
@media (min-width: 1200px) {
	.navbar-default .navbar-collapse{justify-content: center;}
	.navbar-default .navbar-nav>li{font-size:16px;}
	
	.navbar-default .dropdown-menu{min-width:140px;}
}

/* 客服 */
.sidebar{position: fixed;z-index: 10;right:0;top:50%;transform: translateY(-50%);min-height:80px;}
.sidebar_fullbar{position: relative;width:120px;border:5px solid #E21F2B;border-radius: 5px;background:#fff;margin-right:-130px;transition:all 0.5s}
.sidebar_fullbar h5{font-size:16px;text-align: center;padding:24px 0 15px;background:#E21F2B;color:#fff;}
.sidebar_menu{padding:15px 0;}
.sidebar_menu a{display: block;text-align: center;margin-bottom:10px;}
.sidebar_menu a:last-child{margin-bottom:0;}
.sidebar_menu a img{display: block;margin:0 auto}
/*在线客服边栏收缩状态*/
.sidebar_close{position: absolute;width:40px;height:40px;right:-5px;top:-5px;cursor: pointer;background:url(../images/icon/close.png) no-repeat top right;background-size:30px auto;}
.sidebar_minibar{position: absolute;right:0;top:0;width:23px;height:80px;background:url(../images/mini.gif) no-repeat right top;cursor: pointer;transition:all 0.5s}
.sidebar.on .sidebar_minibar{right:-25px;}
.sidebar.on .sidebar_fullbar{margin-right:0;}

/*首页*/
.swiper-button-prev,.swiper-button-next,.swiper-pagination-bullet{outline: none;}
.banner{width:100%;height:100%;overflow: hidden;}
.banner [onclick]{cursor: pointer;}
.banner .swiper-container{height:100%;}
.banner .swiper-slide{position: relative;overflow: hidden;}
.banner .swiper-slide>a{display:block;height:100%}
.mv_bg{position:absolute;left:60px;bottom:125px;width:calc(100% - 60px);height:calc(100% - 125px);background:#f2f2f2}

/* type1 */
.dimension-fix{position:absolute;left:0;top:0;width:100%;height:100%;}
.dimension-fix>div{height:100%;}
.dimension-fix img{width:100%}
.mv-line-indicator{position:absolute;right:54.384%;width:1px;height:100%}
.mv_food{overflow:hidden;position:absolute;right:28.258%;top:0;width:26.126%;height:100%;}
.mv_food_inner{width:100%;height:100%;overflow: hidden;}
.mv_food .swiper-slide{height:auto;}
.mv_food .swiper-container-free-mode>.swiper-wrapper{
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}
.mv_video{position:absolute;right:0;top:0;width:28.258%;height:100%;}
.mv_video_inner{width:100%;height:100%;overflow: hidden;}
.mv_video_inner>img{width:auto;min-width:100%;height:100%;transition: all 5s;}
.swiper-slide-active .mv_video_inner>img{transform: scale(1.1);}
.dimension-fix,.mv_food,.mv_video{padding-bottom:125px;}


/* type2 */
.dimension-fix.type2{padding-top:100px;padding-left:10%;padding-right:15px;overflow: hidden;}
.mv_text{overflow: hidden;}
.mv_text>div{float:left;}
.mv_title{font-size:30px;color:#231815;writing-mode: vertical-rl;writing-mode: tb-rl;transition: all 1s ease 0.6s;}
.mv_stitle{font-size:16px;color:#231815;margin:0 15px 0 20px;writing-mode: vertical-rl;writing-mode: tb-rl;transition: all 1s ease 0.8s;}
.mv_txt{font-size:12px;color:#595757;writing-mode: vertical-rl;writing-mode: tb-rl;transition: all 1s ease 1s;}
.mv_logo{margin-bottom:30px;transition: all 1s ease 0.5s;}
.mv_logo>img{width:auto;height:50px;}
.mv_logo,
.mv_title,
.mv_stitle,
.mv_txt{opacity: 0; transform: translateY(20px);}
.swiper-slide-active .mv_logo,
.swiper-slide-active .mv_title,
.swiper-slide-active .mv_stitle,
.swiper-slide-active .mv_txt{opacity: 1; transform:none;}

/* boxes_container */
.boxes_container_block{display:none;position:absolute;left:0;top:0;z-index:20;width:100%;height:100%;background:rgba(0,0,0,0.60)}
.boxes_container{position:absolute;left:0;bottom:0;z-index:30;width:100%;height:115px;cursor:pointer;transition:all 0.4s}
.boxes_container:before{content: '';position: absolute;width:100%;height:115px;left:0;bottom:0;background:rgba(33,36,41,0.60);z-index: 1;}
.www_FlowSlider_com-wrap{position:absolute;width:1700px;margin-left:0;height:100%;top:0;display: flex;align-items: flex-end;}
.www_FlowSlider_com-wrap.middle{left:50%;}
.box_ul{width:100%;height:100%;text-align:center;z-index: 2;overflow: visible!important;}
.box_ul .li{position:relative;overflow:hidden;top:15px;width:340px;height:115px;background-repeat:no-repeat;transition:all 0.4s}
.box_ul a{display:block;height:100%;cursor: pointer;}
.box_ul .img{overflow:hidden;position:relative;width:320px;margin:0 auto;}
.box_ul .text_wrap{display:block;position:absolute;left:10px;top:265px;width:320px;height:130px;padding:25px 25px 10px;;box-sizing:border-box;background-color:#fff;text-align:center;transition:all 0.4s}
.box_ul .op{position:absolute;left:10px;top:0;width:320px;height:100%;background:rgba(33,36,41,0.60);}
.box_ul .banner_title{padding-bottom:15px;font-size:24px;line-height:1;color:#333}
.box_ul .banner_text{font-size:14px;line-height:22px;height:44px;color:#595757;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.box_ul .banner_view{position:absolute;left:0;bottom:0;width:100%;height:0;background:url('../images/icon/view_arr.png') no-repeat 260px 50%;background-color:#BE3339;font-size:14px;line-height:40px;color:#fff;text-indent:40px;text-align: left;text-transform: uppercase;transition:all 0.4s}
/* .boxes_container:hover{height:430px;} */
.box_ul .li:nth-child(2){transition-delay: 0.2s;}
.box_ul .li:nth-child(3){transition-delay: 0.4s;}
.box_ul .li:nth-child(4){transition-delay: 0.6s;}
.box_ul .li:nth-child(5){transition-delay: 0.8s;}
.box_ul .li:nth-child(6){transition-delay: 1s;}
.box_ul .li:nth-child(7){transition-delay: 1.2s;}
.box_ul .li:nth-child(8){transition-delay: 1.4s;}
.box_ul .li:nth-child(9){transition-delay: 1.6s;}
.box_ul .li:nth-child(10){transition-delay: 1.8s;}
.box_ul:hover .li{height:395px;}
.box_ul a:hover .text_wrap{height:180px;top:200px}
.box_ul a:hover .banner_view{height:40px}
.box_ul a:hover .img>img{transform: scale(1.1);}

/* swiper-pagination */
.banner .swiper-pagination{width:auto;height:100%;left:15px;top:50%;bottom:auto;transform:translateY(-50%);display: flex;flex-direction: column;justify-content: center;}
.banner .swiper-pagination .swiper-pagination-bullet{position:relative;width:30px;height:auto;padding:8px 0;color:#B3B3B4;font-family: arial;font-size:14px;margin:3px 0;background:none;opacity: 1;font-weight: 700;}
.banner .swiper-pagination .swiper-pagination-bullet:after{display:block;content:'';position:absolute;left:0;bottom:0px;width:0;height:1px;background:#070707;transition:all 0.4s}
.banner .swiper-pagination .swiper-pagination-bullet:hover,
.banner .swiper-pagination .swiper-pagination-bullet-active{color:#070707;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet:hover:after,
.banner .swiper-pagination .swiper-pagination-bullet-active:after{width:30px}

@media (max-width: 767px) {
	.boxes_container_block,
	.boxes_container,
	.mv_bg{display: none;}
	.dimension-fix>.mv_video{width:100%;height:115px;bottom:0;top:auto;padding-bottom:0;}
	.dimension-fix .mv_video_inner>img{width:100%;height:auto;min-height:100%;}
	.mv_food{right:0;width:38%;}
	.dimension-fix.type2{padding-left:15px;}
	.mv_title{width:60px;padding-right:10px;}
	.mv_txt br{display: none;}
	.mv-line-indicator{right:38%;}
	
	.banner .swiper-pagination .swiper-pagination-bullet{padding:5px 0;}
}
@media (max-width: 370px) {
	.dimension-fix.type2{padding-top:80px;}
	.mv_title{font-size:26px;padding-right:15px;}
}
/*竖屏*/
@media (max-width:767px) and (orientation:portrait) {
	.mv_logo{display: none;}
	.mv_text{max-height:55vh;}
	
	.banner .swiper-pagination{width:100%;height:auto;left:0;bottom:120px;top:auto;transform:translateY(0);flex-direction: row;padding:0 15px;justify-content: flex-start;}
	.banner .swiper-pagination .swiper-pagination-bullet{margin:0 5px;}
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.indexHeader{display: none;}
	.dimension-fix.type2{padding-left:60px;padding-top:3.5%;}
	.mv_logo{margin-bottom:20px;}
	.mv_title{font-size:26px;padding-right:15px;}
	.mv_text{max-height:35vh;}
}
@media (min-width: 768px) {
	.indexHeader .navbar-default{transform: translateY(-100%);}
	.indexHeader.fixed .navbar-default{transform: none;}
	
	.dimension-fix.type2{padding-top:5%;}
	.mv_text{max-height:45vh}
	.mv_stitle{font-size:18px;margin:0 20px 0 30px;}
	.mv_title{padding-left:8px;}
	.mv_txt{font-size:14px;}
}
@media (min-width: 992px) {
	.mv_bg{left:80px;width:calc(100% - 80px);}
	.mv-line-indicator{right:60.384%;}
	.mv_food{width:28.126%;right:32.258%;}
	.mv_video{width:32.258%;}
	
	.mv_logo{margin-bottom:40px;}
	.mv_logo>img{height:64px;}
	.mv_title{font-size:40px;}
	.mv_stitle{font-size:20px;}
	
	.banner .swiper-pagination{left:25px;}
}
@media (min-width: 1450px) {
	.mv_bg{left:100px;width:calc(100% - 100px);}
	
	.mv_logo{margin-bottom:40px;}
	.mv_logo>img{height:74px;}
	.mv_title{font-size:50px;}
	.mv_stitle{font-size:22px;}
	
	.box_ul .text_wrap{height:150px;}
	.box_ul .banner_title{font-size:30px;}
	.box_ul .banner_view{line-height:50px;}
	.box_ul:hover .li{height:415px;}
	.box_ul a:hover .text_wrap{height:200px;}
	.box_ul a:hover .banner_view{height:50px}

	.banner .swiper-pagination{left:30px;}
}
@media (min-width: 1650px) {
	.mv-line-indicator{right:64.384%;}
	.mv_food{width:30.126%;right:34.258%;}
	.mv_video{width:34.258%;}
	
	.mv_title{font-size:60px;padding-left:0;}
	.mv_stitle{font-size:24px;}
}
@media (min-width: 768px) and (max-height:600px){
	.dimension-fix.type2{padding-top:3%;}
}
@media (min-width: 1450px) and (max-height:600px){
	.mv_title{font-size:40px;}
	.mv_stitle{font-size:20px;}
	.mv_logo{margin-bottom:30px;}
	.mv_logo>img{height:64px;}
}

/* common */
.index_wrapper{position: relative;width:100%;height:100%;}
.indexItem{position: relative;overflow: hidden;width:100%;}
.index_title{position: relative;margin-bottom:30px;}
.index_title .h2{font-size:24px;line-height: 1;}
.index_title em{display: block;font-size:14px;line-height: 1;text-transform: uppercase;color:#878787;}
.index_title em:after{content: '';display: block;width:36px;height:2px;background:#9D9E9E;margin-top:15px;}
.index_title.text-center em:after{margin-left:auto;margin-right:auto;}
.index_title em + .h2{margin-top:15px;}
.textColor .index_title .h2{color:#DADBDB;}
@media (max-width: 767px) {

}
@media (min-width: 768px) {
	.index_title .h2{font-size:30px;}
}
@media (min-width: 992px) {
	.index_title .h2{font-size:36px;}
	
}
@media (min-width: 1200px) {
	.index_title .h2{font-size:42px;}
	.index_title em{font-size:16px;}
	.index_title em:after,
	.index_title em + .h2{margin-top:20px;}
}
@media (min-width: 1450px) {
	.index_title .h2{font-size:48px;}
}
@media (min-width: 1650px) {

}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){

}


/* 首页 -  公司简介*/
.ab_left{padding:50px 35px;height:100%;display: flex;flex-flow: row wrap;align-items: center;}
.ab_left .ab_left_inner{width:100%;}
.ab_left .index_title{margin-bottom:35px;}
.ab_left .index_title em + .h2{margin-top:25px;}
.ab_left .text .h1{font-size:18px;color:#DADBDB;}
.ab_left .text .h1 + em{display: block;margin:15px 0 10px;font-size:16px;font-family:'PingFang', arial;color:#BE3339;text-transform: uppercase;}
.ab_left .text .InfoContent{color:#878787;max-height:168px;overflow: hidden;}
.ab_left_video{width:100%;overflow: hidden;margin-top:35px;}
.ab_left_video video{display: block;width:100%;outline: none;background:#000}
.swiper-arrows{position: static;z-index: 5;display: flex;justify-content: center;margin-top:10px;}
.swiper-arrows>div{width:40px;height:40px;position: static;margin:0 10px;background-color:#BC282F;background-size:auto 16px;cursor: pointer;}
.swiper-arrows>div:hover{background-color: #d60f18;}

.ab_left .swiper-arrows{left:25px;top:75px;margin-top:35px;}
.ab_left .swiper-slide{opacity: 0!important;}
.ab_left .swiper-slide.swiper-slide-active{opacity: 1!important;}
.ab_left .index_title em{opacity: 0; transform:translateX(-80px);transition: all 1.2s;}
.ab_left .index_title em + .h2{opacity: 0; transform: translateX(80px);transition: all 1.2s;}
.ab_left .text .h1{opacity: 0; transform: translateX(-80px);transition: all 1.2s;}
.ab_left .text .h1 + em{opacity: 0; transform: translateX(80px);transition: all 1.2s;}
.ab_left .text .InfoContent{opacity: 0; transform: translateX(-80px);transition: all 1.2s;}

.ab_left .swiper-slide-active .index_title em{opacity: 1; transform: none;}
.ab_left .swiper-slide-active .index_title em + .h2{opacity: 1; transform: none;}
.ab_left .swiper-slide-active .text .h1{opacity: 1; transform: none;}
.ab_left .swiper-slide-active .text .h1 + em{opacity: 1; transform: none;}
.ab_left .swiper-slide-active .text .InfoContent{opacity: 1; transform: none;}

@media (max-width:767px){

}
@media (max-width:479px){

}
@media (min-width:768px){
	.swiper-arrows{position: absolute;display: block;margin-top:0;background-size:auto 21px;}
	.swiper-arrows>div{margin:2px 0;}
	.ab_left .swiper-arrows{margin-top:0}
	
	.index_about_inner{height:600px;}
	.ab_left{padding:50px 25px;}
	.ab_left .ab_left_inner{width:58%;}
	.ab_left .swiper-slide-inner{padding-left:105px;min-height:270px;}
	.ab_left .index_title em + .h2{margin-top:45px;}
	.ab_left .text .h1{font-size:20px;}
	.ab_left_video{width:42%;padding-left:5%;margin-top:0;}
}
@media (min-width:992px){
	.ab_left .swiper-arrows{left:35px;top:85px;}
	
	.index_about_inner{height:700px;}
	.ab_left{padding:50px 45px;}
	.ab_left .swiper-slide-inner{padding-left:120px;}
	.ab_left .index_title em + .h2{margin-top:55px;}
	.ab_left .text .h1{font-size:24px;}
	.ab_left .text .h1 + em{display: block;margin:40px 0 15px;}
}
@media (min-width:1200px){
	.swiper-arrows>div{width:52px;height:52px;}
	.ab_left .swiper-arrows{left:50px;top:90px;}
	
	.ab_left .swiper-slide-inner{padding-left:180px;}
	
}
@media (min-width:1450px){
	.ab_left .swiper-arrows{top:103px;}
	
	.index_about_inner{height:800px;}
	.ab_left .ab_left_inner{width:50%;}
	.ab_left .index_title em + .h2{margin-top:65px;}
	.ab_left .text .h1{font-size:26px;}
	.ab_left_video{width:50%;}
}
@media (min-width:1650px){
	.ab_left .swiper-arrows{left:84px;top:103px;}
	
	.index_about_inner{height:950px;}
	.ab_left{padding:50px 6.2%;}
	.ab_left .swiper-slide-inner{padding-left:220px;}
	.ab_left .text .h1{font-size:30px;}
}

/* 首页 - 服务项目*/
.index_ser_inner{position: relative;overflow: hidden;display: flex;flex-flow: row wrap;align-items: stretch;}
.ser_left{float:left;width:100%;padding:35px 15px;}
.ser_left_top{overflow: hidden;margin-bottom:5px;display: flex;flex-flow: row-reverse wrap;}
.ser_left_top .slide_img{float:left;width:100%;display: flex;flex-direction: column;justify-content: flex-end;}
.ser_left_top .slide_img>img{max-width:60%;margin:0 auto;}
.ser_title{float:right;width:100%;margin-bottom:20px;text-align: center;}
.ser_title .h1{font-size:26px;line-height: 1;}
.ser_title .p{margin-top:20px;color:#878787;line-height: 1.6;}
.ser_title .p br{display: none;}

.case_list.row{margin-left:-8px;margin-right:-8px;}
.case_list .column{padding:0 8px;margin-bottom:15px;}
.case_list a{background:#EEEEEE;transition: all 0.5s;padding-bottom:15px;}
.case_list .h5{font-size:16px;line-height:40px;padding:0 10px;text-align: center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px dashed #DADBDB;margin-bottom:15px;transition: all 0.5s;}
.case_list .txt{color:#595757;padding:0 10px;height:60px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition: all 0.5s;}
.case_list a:hover{background:#FBD200;}
.case_list a:hover .img>img{transform: scale(1.1);}
.case_list a:hover .txt{color:#333;}
.case_list a:hover .h5{border-bottom-color:#fff;}

.ser_left .swiper-arrows{right:0;top:55px;}
.ser_left .swiper-slide{opacity: 0!important;}
.ser_left .swiper-slide.swiper-slide-active{opacity: 1!important;}
 
.ser_right{float:right;position: relative;width:25%;background:#212429;padding:60px 20px 45px;min-height:100%;display: none;}
.ser_right:after{content: '';position: absolute;display: block;width:100%;height:60px;background:#fff;left:0;bottom:0;}
.ser_right .index_title .h2{color:#DADBDB;}
.ser_ul>li{margin-bottom:10px;}
.ser_ul>li>a{position: relative;font-size:18px;color:#878787;padding:6px 0;cursor: pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.ser_ul>li>a:before{content: '>';position: absolute;width:0;text-align: center;top:50%;transform: translateY(-50%);left:0;overflow: hidden;transition: all 0.5s;}
.ser_ul>li>a:hover{color:#DADBDB;}
.ser_ul>.active>a{color:#DADBDB;padding-left:45px;}
.ser_ul>.active>a:before{width:32px;left:10px;}
@media (max-width:767px){
	.ser_left_top .slide_img{display: none;}
}
@media (max-width:479px){

}
@media (min-width:768px){
	.ser_left{padding:45px 25px 30px;}
	.ser_left_top{min-height:140px;margin-bottom:16px;}
	.ser_left_top .slide_img{width:30%;min-height:140px;}
	.ser_left_top .slide_img>img{max-width:100%;}
	.ser_title{width:70%;padding-right:80px;padding-left:15px;text-align: right;margin-bottom:30px;}
	.ser_title .h1{font-size:30px;}
	
	.case_list a{padding-bottom:20px;}
	.case_list .txt{height:100px;-webkit-line-clamp:5;}
}
@media (min-width:992px){
	.ser_right{display: block;}
	.ser_left{width:75%;padding:60px 0 45px 3.2%;}
	.ser_left .swiper-arrows{top:60px;}
	.ser_left_inner{padding-right:20px;}
	.ser_left_top{min-height:150px;}
	.ser_left_top .slide_img{width:35%;min-height:150px;}
	.ser_title{width:65%;padding-right:80px;}
	.ser_title .h1{font-size:36px;}
	
	.case_list a{padding-bottom:20px;}
	.case_list .h5{font-size:18px;line-height:45px;margin-bottom:20px;}
}
@media (min-width:1200px){
	.ser_left{padding:70px 0 45px 4.5%;}
	.ser_left_top{min-height:180px;}
	.ser_left_top .slide_img{min-height:180px;}
	.ser_left .swiper-arrows{top:65px;}
	.ser_title{padding-right:100px;}
	.ser_title .h1{font-size:42px;}
	.ser_title .p br{display: block;}
	.ser_right{padding:70px 35px 40px;}
	
	.ser_ul>li>a{font-size:20px;padding:10px 0;}
	.ser_ul>.active>a{padding-left:50px;}
	.ser_ul>.active>a:before{left:15px;}
}
@media (min-width:1450px){
	.ser_title .h1{font-size:52px;}
	.ser_left_top{min-height:206px;}
	.ser_left_top .slide_img{min-height:206px;}
	.ser_left .swiper-arrows{top:75px;}
	
	.case_list .h5{font-size:20px;}
	
	.ser_ul>li{margin-bottom:15px;}
	.ser_ul>li>a{font-size:22px;}
}
@media (min-width:1650px){
	.index_ser_inner{min-height:740px;}
	.ser_title{width:50%;padding-right:120px;}
	.ser_title .h1{font-size:60px;}
	.ser_left{width:70%;padding:80px 0 45px 6.2%;}
	.ser_left_top{min-height:224px;}
	.ser_left_top .slide_img{width:50%;min-height:224px;}
	.ser_right{width:30%;padding:80px 55px 40px;}
	
	.ser_ul>li>a{font-size:24px;}
	.ser_ul>.active>a{padding-left:60px;}
	.ser_ul>.active>a:before{left:25px;}
}
@media (min-width:1850px){
	.ser_ul>li>a{font-size:28px;}
}

/* 首页 - 加入我们*/
.index_joinUs{height:220px;}
.index_joinUs>div{height:100%;}
.index_joinUs_inner{height:100%;display: flex;align-items: center;justify-content: center;}
.index_joinUs_inner .index_title em{color:#9D9E9E;}
@media (min-width:768px){
	.index_joinUs{height:260px;}
	.index_joinUs_inner{justify-content: flex-end;}
	.index_joinUs_inner .index_title{margin-right:25%;}
}
@media (min-width:992px){
	.index_joinUs{height:290px;}
}
@media (min-width:1200px){
	.index_joinUs{height:320px;}
}

/*内页*/
.page_bg{width:100%;height:100%;position:fixed;top:0;left:0;z-index:-1}
.inside_banner{position:relative;overflow:hidden}
.inside_banner img{width:100%;transform:scale(1.1,1.1);animation: topBannerScale 4.5s forwards;-webkit-animation: topBannerScale 4.5s forwards;}
.inside_banner .indexTitle{margin-bottom:0;}
.top_banner .swiper-slide{overflow:hidden;}
.top_banner .swiper-slide>img{width:100%;transform:scale(1.1,1.1);}
.top_banner .swiper-button-black{width:40px;height:40px;margin-top:-20px;background-size:auto 20px;background-color:#fff;opacity: 0;transition: all 0.3s;}
.top_banner:hover .swiper-button-black{opacity: 0.5;}
.top_banner .swiper-pagination-bullet{opacity: 0.6;}
.top_banner .swiper-pagination-bullet-active{background:#BC282F;opacity: 1;}
.top_banner .swiper-slide-active>img{animation: topBannerScale 4.5s forwards;-webkit-animation: topBannerScale 4.5s forwards;}
@keyframes topBannerScale{
	from {transform:scale(1.1,1.1);}
	to {transform:scale(1,1);}
}
@-webkit-keyframes topBannerScale {
	from {transform:scale(1.1,1.1);}
	to {transform:scale(1,1);}
}

.submenu{text-align:center;margin-bottom:20px;}
.submenu>li{float:none;display:inline-block;margin:0 10px 5px}
.submenu>li>a{padding:0}
.submenu>li>a:after{content:"";display:block;width:0;height:2px;background:#BC282F;margin:5px 0;transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s}
.submenu>li.active>a:after,.submenu>li>a:hover:after{width:100%}
.submenu>li.active>a,.submenu>li>a:focus,.submenu>li>a:hover{color:#BC282F;background-color:transparent}

.wrapper{width:100%;overflow:hidden;position:relative;min-height:calc(100vh - 300px);}
.padding_main{width:100%;overflow:hidden;position:relative;padding:35px 0;}
.inside_main{width:100%;overflow:hidden;position:relative;padding:35px 0 60px;}
.inside_main .container{position:relative}
.inside_title{margin-bottom:30px;text-align:center;overflow: hidden;}
.inside_title .h2{font-size:22px;}
.inside_title .h2:after{content: '';display: block;width:46px;height:3px;background:#BC282F;margin:10px auto 0;}

.InfoContent{line-height:2;position:relative;overflow:hidden;color:#666}
.InfoContent img{display: inline-block;max-width:100%;height:auto!important;}
.InfoContent video{display: block;width:1000px;height:auto;max-width:100%;margin:0 auto;}
.InfoContent ul,.InfoContent li{list-style-type: disc;list-style-position: inside;}
.InfoContent li p{display: inline;margin-bottom:0;}
.InfoContent a{display: inline;}
.InfoContent a:hover{color:#BC282F;}
.InfoTitle{margin-bottom:15px;border-bottom:1px #dad9d9 solid;padding-bottom:15px;text-align:center}
.InfoTitle h4{font-size:18px;margin:0;line-height:1.4;text-transform:uppercase}
.InfoTitle em{font-size:14px;text-transform: uppercase;}
.InfoTitle .date{font-size:12px;color:#999;margin-top:10px}
.InfoTitle .date span{padding:0 5px}

.goBack{text-align:center;margin-top:30px;}
.goBack a{display:inline-block;color:#666;line-height:20px;border:1px solid #aeaeae;padding:10px 30px;text-transform:uppercase}
.goBack a:hover{border-color:#BC282F;background:#BC282F;color:#ffffff;}

.pager{margin:30px 0 0}
.pager li>a,.pager li>span{border:1px #bfbfbf solid;color:#666;border-radius:0;margin:0 5px;text-transform:uppercase}
.pager li>span{color:#999}
.pager li>a{color:#BC282F;border-color:#BC282F;}
.pager li>a:hover{color:#fff;background-color:#BC282F}

.info_previous_next_wrap{border-top:1px #dad9d9 solid;padding-top:16px;margin-top:40px;font-size:14px;color:#666;overflow: hidden;}
.info_previous_next_wrap b{font-weight:400;text-transform:uppercase}
.info_previous_next_wrap a{color:#666;text-decoration:none;display: inline;}
.info_previous_next_wrap a:hover{color:#BC282F}
.info_Next,.info_Previous{margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

@media (max-width:767px){
	.info_previous_next_wrap{font-size:12px;margin-top:30px}
	
	.submenu{text-align:left}
	.submenu>li>a{font-size:16px}
	.submenu>li>a:after{margin:0 0 5px}
}
@media (min-width:768px){
	.top_banner .swiper-pagination-bullet{width:10px;height:10px;margin:0 6px!important;}
	
	.submenu>li{margin:0 15px 5px;}
	.submenu>li>a{font-size:18px}
	
	.padding_main{padding:45px 0;}
	.inside_main{padding:45px 0 60px}
	.inside_title{margin-bottom:35px}
	.inside_title .h2{font-size:24px}
	
	.InfoTitle{margin-bottom:30px}
	.InfoTitle h4{font-size:22px}
	.InfoTitle em{font-size:16px;}
	.InfoTitle .date span{padding:0 10px;}
	.pager{margin-top:50px;}
	.pager li>a,.pager li>span{padding:8px 20px;margin:0 20px}
	
	.info_Next,.info_Previous{width:45%;}
	.info_Previous{float:left;}
	.info_Next{float:right;text-align:right;}
}
@media (min-width:992px){
	.inside_title{margin-bottom:40px}
	
	.submenu{margin-bottom:30px;}
	
	.padding_main{padding:55px 0;}
	.inside_main{padding:55px 0 80px}
	
	.InfoTitle h4{font-size:24px}
	.InfoTitle em{font-size:18px;}
	.InfoTitle .date{font-size:14px;}
}
@media (min-width:1200px){
	.inside_title .h2{font-size:28px}
	.inside_title .h2:after{margin-top:15px;}
	
	.submenu{margin-bottom:35px;}
	.submenu>li{margin:0 25px}
	.submenu>li>a{font-size:22px}

	.padding_main{padding:65px 0;}
	.inside_main{padding:65px 0 80px}
	
	.pager li>a,.pager li>span{padding:10px 25px;margin:0 25px}
}
@media (min-width:1450px){
	.inside_title .h2{font-size:32px}
	
	.padding_main{padding:75px 0;}
	.inside_main{padding:75px 0 100px}
	.pager li>a,.pager li>span{padding:12px 35px;margin:0 30px}
}




/*关于我们*/
.honorList{margin-left:-7px;margin-right:-7px;display: flex;align-items: stretch;flex-flow: row wrap;overflow: hidden;}
.honorList:before,
.honorList:after{display: none;}
.honorList .column{padding:0 7px;margin-bottom:20px;cursor: pointer;}
.honorList .column>div{position: relative;height:100%;padding-bottom:37px;}
.honorList .img{border:1px solid #ccc;height:100%;display: flex;flex-direction: column;justify-content: center;}
.honorList p{position: absolute;width:100%;left:0;bottom:0;text-align: center;padding-top:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.3s;}
.honorList .column:hover p{color:#BC282F;}
.honorList .column1{width:50%;}
@media (max-width:767px){
	#lightGallery-close{width:40px;height:40px;line-height:40px;}
	#lightGallery-close:after{font-size:20px;}
}
@media (min-width:768px){
	.honorList{margin-left:-10px;margin-right:-10px;}
	.honorList .column{padding:0 10px;margin-bottom:30px;}
	.honorList p{font-size:16px;}
	.honorList .column1{width:33.33333333%;}
}
@media (min-width:992px){
	.honorList .column{margin-bottom:30px;}
	
}
@media (min-width:1200px){
	.honorList .column1{width:33.33333333%;}
}
@media (min-width:1450px){
	.honorList{margin-left:-15px;margin-right:-15px;margin-bottom:40px;}
	.honorList .column{padding:0 15px;}
}
@media (min-width:1650px){
	.honorList .column{width:20%;}
	.honorList .column1{width:25%;}
}

/*食堂菜谱*/
.box_ul.row{height:auto;margin-left:-7px;margin-right:-7px;}
.box_ul.row .column{padding:0 7px;margin-bottom:25px;}
.box_ul.row a{position: relative;padding-bottom:130px;}
.box_ul.row .img{width:100%;}
.box_ul.row .text_wrap{width:100%;left:0;bottom:0;top:auto;background:#f9f9f9;padding:25px 10px 10px;}
.box_ul.row .banner_view{height:1px;}
.box_ul.row .banner_title{font-size:18px;}
.box_ul.row .banner_view{text-indent: 10px;background-image:none;background-color:#BE3339;}
.box_ul.row .banner_view:after{content: '';position: absolute;width:29px;height:100%;background:url(../images/icon/view_arr.png) no-repeat center;background-size:100% auto;top:0;right:50px;transition: all 0.4s;}
.box_ul.row a:hover .text_wrap{top:auto;height:170px;}
.box_ul.row a:hover .banner_view:after{right:10px;}

.menu_mains>div:nth-child(2n){background:#F5F5F5;}
.menu_title{margin-bottom:20px;}
.menu_title .h2{font-size:16px;font-weight: 700;}
.menu_table{font-size:14px;}
.menu_table .table-responsive{margin-bottom:0;}
.menu_table .table{margin-bottom:0;}
.menu_table th,.menu_table td{text-align: center;}
.menu_table th{background:#BC282F;color:#fff;}
.menu_table .table>tbody>tr>td,
.menu_table .table>tbody>tr>th,
.menu_table .table>tfoot>tr>td,
.menu_table .table>tfoot>tr>th,
.menu_table .table>thead>tr>td,
.menu_table .table>thead>tr>th{padding:15px 10px;vertical-align:middle;line-height:1.74}

.menu_table .table-bordered>tbody>tr>td,
.menu_table .table-bordered>tbody>tr>th,
.menu_table .table-bordered>tfoot>tr>td,
.menu_table .table-bordered>tfoot>tr>th,
.menu_table .table-bordered>thead>tr>td,
.menu_table .table-bordered>thead>tr>th{border-color:rgba(188, 40, 47, 0.4);}

.menu_table .table-bordered>tbody>tr>th,
.menu_table .table-bordered>tfoot>tr>th,
.menu_table .table-bordered>thead>tr>th{border-bottom-color:rgba(255,255,255,0.1);}
.menu_table .table-bordered>tbody>tr:last-child>th,
.menu_table .table-bordered>tfoot>tr:last-child>th,
.menu_table .table-bordered>thead>tr:last-child>th{border-bottom-color:#BC282F;}

.menu_table.hidden-xs .table-bordered>tbody>tr>th,
.menu_table.hidden-xs .table-bordered>tfoot>tr>th,
.menu_table.hidden-xs .table-bordered>thead>tr>th{border-right-color:rgba(255,255,255,0.1);}
.menu_table.hidden-xs .table-bordered>tbody>tr>th:last-child,
.menu_table.hidden-xs .table-bordered>tfoot>tr>th:last-child,
.menu_table.hidden-xs .table-bordered>thead>tr>th:last-child{border-right-color:#BC282F;}

.menu_tip{margin-top:15px;}
.menu_table .table-hover>tbody>tr:hover{background-color:rgba(33, 36, 41, 0.03);}
@media (max-width:767px){
	.menu_table td{text-align: left;}
	.menu_table .table>tbody>tr>td,
	.menu_table .table>tbody>tr>th,
	.menu_table .table>tfoot>tr>td,
	.menu_table .table>tfoot>tr>th,
	.menu_table .table>thead>tr>td,
	.menu_table .table>thead>tr>th{padding:12px;}

	.menu_table .table>tbody>tr>th,
	.menu_table .table>tfoot>tr>th,
	.menu_table .table>thead>tr>th{width:100px;}
	
	.menu_table .table-responsive::-webkit-scrollbar{width:5px;height:5px}
	.menu_table .table-responsive::-webkit-scrollbar-track{background:#ccc}
}
@media (max-width:479px){
	.menu_table .table>tbody>tr>th,
	.menu_table .table>tfoot>tr>th,
	.menu_table .table>thead>tr>th{width:80px;}
}
@media (min-width:768px){
	.hidden-sm{display: none!important;}
	.menu_title .h2{font-size:18px;}
	
	.box_ul.row{margin-left:-10px;margin-right:-10px;}
	.box_ul.row .column{padding:0 10px;margin-bottom:30px;}
	.box_ul.row .banner_title{font-size:20px;}
}
@media (min-width:992px){
	.menu_table{font-size:16px;}
	.menu_table .table>tbody>tr>td,
	.menu_table .table>tbody>tr>th,
	.menu_table .table>tfoot>tr>td,
	.menu_table .table>tfoot>tr>th,
	.menu_table .table>thead>tr>td,
	.menu_table .table>thead>tr>th{padding:17px 15px;}
	
	.box_ul.row a{padding-bottom:140px;}
	.box_ul.row .text_wrap{height:140px;padding:25px 15px 10px;}
	.box_ul.row .banner_title{font-size:24px;}
	.box_ul.row .banner_view{text-indent: 15px;}
	.box_ul.row a:hover .text_wrap{height:180px;}
	.box_ul.row a:hover .banner_view:after{right:15px;}
}
@media (min-width:1200px){
	.menu_title{margin-bottom:30px;}
	.menu_title .h2{font-size:22px;font-weight: 400;}
}
@media (min-width:1450px){
	.box_ul.row{margin-left:-15px;margin-right:-15px;}
	.box_ul.row .column{padding:0 15px;margin-bottom:40px;}
	.box_ul.row .banner_title{font-size:28px;}
	.box_ul.row a:hover .text_wrap{height:190px;}
}
@media (min-width:1650px){
	.box_ul.row a{padding-bottom:150px;}
	.box_ul.row .text_wrap{height:150px;}
	.box_ul.row .banner_title{font-size:30px;}
	.box_ul.row a:hover .text_wrap{height:200px;}
}


/*团队管理*/
.team_list .column{margin-bottom:10px;}
.team_list .text{margin:15px 0;text-align: center;}
.team_list .h2{font-size:16px;}
.team_list .position{margin-top:8px;color:#666}
.team_list .imgOut{position: relative;max-width:150px;padding:12px;margin:0 auto;border-radius: 50%;overflow: hidden;}
.team_list .imgOut:after{content: '';position: absolute;width:100%;height:100%;left:50%;top:50%;border-radius: 50%;transform: translate(-50%,-50%) scale(0.2);background:rgba(188,40,47,0.6) url(../images/icon/jia.png) no-repeat center;background-size:40px auto;opacity: 0;transition: all 0.5s;}
.team_list .imgOut>.img{border-radius: 50%;padding:5px;background:#fff;border:1px solid #BC282F;}
.team_list .imgOut>.img>img{border-radius: 50%;}
.team_list a:hover .imgOut:after{transform: translate(-50%,-50%) scale(1);opacity: 1;}
.team_list a:hover .h2{color:#BC282F;}
.team_list a:hover .imgOut>.img>img{transform: scale(1.2);}

.team-modal .modal-dialog{width:90%;height:60%;left:5%;top:20%;background-color:#fff;margin:0;padding:10px}
.team-modal .modal-content{width:100%;height:100%;background-color:transparent;border-radius:0;border:0;-webkit-box-shadow:none;box-shadow:none;padding-right:5px;overflow-x:hidden;overflow-y:auto}
.team-modal .modal-content::-webkit-scrollbar{width:3px;height:3px}
.team-modal .modal-header{padding:0 0 10px;margin-bottom:15px;text-align: center;}
.team-modal .h2{font-size:16px;}
.team-modal i.close{width:30px;height:30px;background-color:#fff;border-radius:100%;font-size:30px;color:#BC282F;font-weight:400;text-align:center;line-height:30px;position:absolute;top:-15px;right:-15px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3);opacity:1;cursor:pointer}
.team-modal .modal-content .img{max-width:182px;margin:0 auto 20px}
@media (min-width:768px){
	.team_list .imgOut{max-width:170px;}
	.team-modal .modal-header{text-align: left;}
	.team-modal .modal-dialog{width:680px;left:50%;margin-left:-340px;padding:40px}
}
@media (min-width:992px){
	.team_list .h2{font-size:18px;}
	.team_list .text{margin:20px 0;}
	.team_list .position{margin-top:10px;}
	.team_list .imgOut{padding:15px;max-width:200px;}
	.team_list .imgOut>.img{padding:7px;}
	.team-modal .h2{font-size:18px;}
	.team-modal .modal-dialog{width:800px;margin-left:-400px}
}
@media (min-width:1200px){
	.team_list .imgOut{padding:20px;max-width:242px;}
	.team_list .imgOut:after{background-size:54px auto;}
	.team_list .imgOut>.img{padding:10px;}
	.team-modal .modal-dialog{width:1040px;margin-left:-520px}
}
@media (min-width:1450px){
	.team-modal .modal-dialog{width:1200px;margin-left:-600px}
}

/*合作单位*/
.partner_list>li{margin-bottom:15px;}
.partner_list>li>a{padding:10px 0;border-bottom:1px dashed #ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.partner_list>li>a:hover{color:#BC282F;}
@media (min-width:768px){
	.partner_list{margin-left:-20px;margin-right:-20px;}
	.partner_list>li{padding:0 20px;}
	.partner_list>li>a{font-size:16px;}
}
@media (min-width:992px){
	
}
@media (min-width:1450px){
	.partner_list{margin-left:-25px;margin-right:-25px;}
	.partner_list>li{padding:0 25px;}
}


/*人才招聘*/
.job_list .panel{margin-bottom:30px;border:0;border-radius:0;box-shadow:none}
.job_list .panel-heading{position:relative;padding:0;border-bottom:0;border-radius:0}
.job_list .panel-heading>a{position:relative;z-index:1;display:block;display:flex;overflow:hidden;padding:10px;background-color:#000;color:#fff;flex-direction:row;justify-content:space-between;align-items:center}
.job_list .active .panel-heading>a{background-color:#BC282F;color:#fff}
.job_list .panel-heading>a:after{display:block;margin-left:15px;width:16px;height:10px;background:url(../images/icon/i1.png) no-repeat center;background-size:contain;content:"";-webkit-transition:all .5s;transition:all .5s;flex:0 0 auto}
.job_list .active .panel-heading>a:after{background-image:url(../images/icon/i1h.png);-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.job_list .panel-heading a h2{margin:0;font-weight:700;font-size:16px;line-height:20px}
.job_requirement ul{overflow:hidden;margin:0;padding:0;width:100%;list-style:none}
.job_requirement ul li{display:flex;margin-top:10px;flex-direction:column;justify-content:flex-end}
.job_requirement ul li span{display:block;padding:10px 0;border-bottom:1px #bbb solid;line-height:20px}
.job_list .panel-body{position:relative;margin-top:30px;padding-top:20px;padding-bottom:30px;background-color:#f1f1f1}
.job_list .panel-body:before{position:absolute;top:-12px;left:30px;width:0;height:0;border-right:13px solid transparent;border-bottom:13px solid #f1f1f1;border-left:13px solid transparent;content:""}
.job_description .column{margin-bottom:10px}
.job_description .inner>h2{position:relative;margin:0;padding-left:15px;font-size:16px}
.job_description .inner>h2:before{position:absolute;top:1px;left:0;display:inline-block;width:4px;height:16px;background-color:#BC282F;content:""}
.job_description .inner .InfoContent{margin-top:10px;}
.apply_btn{margin-top:20px;text-align:center}
.apply_btn a{display:block;padding:10px;border:1px solid #bbb;color:#000;text-decoration:none;line-height:20px}
.apply_btn a:hover{background-color:#BC282F;border-color:#BC282F;color:#fff;}

@media (min-width:768px){
	.job_requirement{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}
	.job_requirement ul{display:flex;flex-direction:row;flex-wrap:wrap}
	.job_requirement ul li{float:left;display:flex;margin-top:10px;padding-right:10%;width:50%;flex-direction:column;justify-content:flex-end}
	.apply_btn{width:120px;flex:0 0 auto}
	.job_list .panel-body{padding:30px 30px 40px}
	.job_description .inner .InfoContent{padding-left:40px}
}







/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}