/*滚动条样式*/


body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";width:100%;min-width:320px;overflow-x: hidden;/* padding-top:60px; */}
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:#000;}
a:focus, a:hover{color:#000;}
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{	display: block;
	width: auto;
	transition: all .5s;
	
	}
.img:hover>img{transform: scale(1.1);}
.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 (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	
}
@media (min-width: 1450px) {
	.container{width:1230px;}
}
@media (min-width: 1650px) {
	.container{width:1430px;}
}
@media (min-width: 1850px) {
	.header .container{width:1630px;}
}


/*foot*/
.gotop{width:40px;height:40px;background:url(../images/icon/gotop.png) no-repeat center;background-size:contain;position:fixed;right:5px;bottom:50px;cursor:pointer;display:none;transition:all .5s;z-index: 10;}

.footer{background:#f8f8f8;font-size:12px;border-top:1px solid #e7e7e7;}
.footer a:hover{color:#db082c;}
.footMiddle{padding:25px 0 5px;}
.footNav{display: flex;align-items: stretch;flex-flow: row wrap;margin-left:-15px;margin-right:-15px;overflow: hidden;}
.footNav:before,
.footNav:after{display: none;}
.footNav>dl{float:left;padding:0 15px;border-left:1px solid #e7e7e7;margin-bottom:20px;}
.footNav>dl:first-child{border-left:0;}
.footNav>dl>dt,.footerOther>dl>dt{font-size:14px;margin-bottom:10px;}
.footNav>dl>dd>a{margin-bottom:10px;color:#666;}
.footNav>dl>dd>a:hover{color:#db082c;}

.footerOther{display: flex;overflow: hidden;}
.footerOther:before,
.footerOther:after{display: none;}
.footerOther>dl{float:left;margin-bottom:20px;}
.footContact{margin-left:25px;max-width:300px;}
.footContact .InfoContent{font-size:14px;color:#333}
.footContact .InfoContent>p{margin-bottom:5px;}
.fEwm img{max-width:112px;}
.copyRight{padding:15px 0;line-height:20px;text-align:center;font-size:14px;border-top:1px solid #e7e7e7;}
.copyRight a{display:inline-block;}
.copyRight a:hover{color:#333;text-decoration: underline;}

.copyRight img{display:inline-block;vertical-align:middle}

@media (max-width:767px){
	.gotop{width:30px;height:30px}
}
@media (min-width:768px){
	.footNav{margin-left:-20px;margin-right:-20px;}
	.footNav>dl{padding:0 20px;}
	.copyRight{text-align: left;}

}
@media (min-width:992px){
	.footNav>dl>dt,.footerOther>dl>dt{font-size:16px;margin-bottom:15px;}
	.footMiddle{padding:35px 0 15px;}
	.footNav{float:left;margin-left:-15px;margin-right:-15px;}
	.footNav>dl{padding:0 15px;}
	.footerOther{float:right;}
	.footContact{margin-left:40px;}
	.copyRight{padding:20px 0;}
}
@media (min-width:1200px){
	.footNav{margin-left:-20px;margin-right:-20px;}
	.footNav>dl{padding:0 20px;}
	.footContact{margin-left:60px;}
}
@media (min-width:1450px){
	.footNav{margin-left:-35px;margin-right:-35px;}
	.footNav>dl{padding:0 35px;}
	.footContact{margin-left:80px;}
}
@media (min-width:1750px){

}

/*导航*/
.navbar-default {
	background-color:#fff;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	border:none;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	transition: all 0.5s;
	/* border-bottom:3px solid #b8cecf; */
}
.navbar-brand {
	height: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right:0;
	transition: all .5s;
}
.navbar-brand img {
	height: 34px;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #db082c;
	-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{transition: all 0.5s;}
.navbar-default .navbar-nav>li>a {
	position: relative;
	line-height:20px;
	color:#333;
	text-transform: uppercase;
	transition: all .3s;
	z-index: 2;
	overflow: hidden;
}
.navbar-default .navbar-nav>li>a>span{position: relative;z-index: 3;}
.navbar-default .navbar-nav>li>a:before{content: '';position: absolute;width:100%;height:0;background:#db082c;border-radius: 4px;left:0;bottom:0;z-index: 1;transition:all 0.3s;}
.navbar-default .navbar-nav>li>a:after{content: '';position:absolute;width:200%;height:100%;z-index:2;top:0;left:-200%;opacity:.2;
	transition:all .8s ease-in-out 0.3s;
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 77%, rgba(255,255,255,1) 78%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 77%,rgba(255,255,255,1) 78%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 77%,rgba(255,255,255,1) 78%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.navbar-default .navbar-nav>li>a:hover:after{left:100%}

.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: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>.active>a:before{
	height:100%;
}
.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);
}

.head_top{position: relative;padding:7px 0;background:#f8f8f8;border-bottom:1px solid #dedede;z-index: 2;transition: all 0.5s;}
.ht_left{float:left;line-height:20px;font-size:12px;}
.ht_right{float:right;line-height:20px;margin-right:-10px;font-size:12px;}
.ht_right>a{float:left;position: relative;padding:0 10px;cursor: pointer;}
.ht_right .in{display: flex;align-content: center;}
.ht_right .in>i{display: block;width:20px;height:20px;transition: all 0.3s;margin-right:5px;}
.weChatIcon{background:url(../images/icon/i1.png) no-repeat 0 0;}
.ht_right>a:hover .weChatIcon{background:url(../images/icon/i1.png) no-repeat 0 -20px;}
.conUsIcon{background:url(../images/icon/i2.png) no-repeat 0 0;}
.ht_right>a:hover .conUsIcon{background:url(../images/icon/i2.png) no-repeat 0 -20px;}
.telIcon{background:url(../images/icon/i3.png) no-repeat 0 0;}
.ht_right>a:hover .telIcon{background:url(../images/icon/i3.png) no-repeat 0 -20px;}
.hEwm{position: absolute;max-width:140px;top:100%;margin-top:15px;left:50%;border:1px solid #f0f0f0;border-radius:5px;visibility: hidden;opacity:0;transform:translate(-50%,20px);transition: all 0.5s;}
.hEwm>img{max-width:100%;min-width: 114px;}
.hEwm:after{content: '';position: absolute; width: 0;height: 0;border-width: 10px;border-style: solid;border-color:transparent transparent #f0f0f0 transparent;left:50%;margin-left:-10px;top:-20px;}
.ht_right>a:hover .hEwm{transform:translate(-50%,0);visibility: visible;opacity: 1;}
.ht_right>.a1:after{content: '';position: absolute;display: block;width:1px;height:14px;background:#646464;top:50%;margin-top:-7px;right:0;}
.ht_right>.a3{font-size:12px;}
.ht_right>.a3 em{font-size:16px;color:#db082c;}
.head_nav{position: relative;background:#fff;z-index: 1;}
.head_nav .navbar-header{margin-left:-15px;}

.headerEffect>.navbar-default>.head_top{height:0;padding:0;overflow: hidden;}
.headerEffect>.navbar-default{position: fixed;width:100%;top:0;left:0;z-index: 1030;}
@media (max-width: 991px) {
	.navbar-header{float:none;}
	.navbar-default .navbar-toggle{margin:14px 10px;display: block;}
	.navbar-collapse{padding:0;border-top:1px solid #ccc;}
	.navbar-collapse.collapse{display: none!important;}
	.navbar-collapse.collapse.in{overflow-y:auto!important;display: block!important;}
	.navbar-default .navbar-nav{float:none!important;margin:15px 0;}
	.navbar-default .navbar-nav>li{float:none;padding:5px 0;}
	.navbar-default .navbar-nav>li>a{padding-left:0;padding-right:0;}
}
@media (max-width: 767px) {
	.ht_left,.ht_right>.a1,.ht_right>.a2{display: none;}
	.ht_right{width:100%;margin:0;}
	.ht_right>.a3{width:100%;padding:0;font-size:12px;}
	.ht_right>.a3 em{font-size:14px;}
	.ht_right .in{justify-content: center;}
	.navbar-collapse{padding:0 15px;}
	.navbar-default .navbar-nav>li>a{padding-left:15px;padding-right:15px;}
}
@media (max-width: 325px) {
	.navbar-brand{padding-top:15px;padding-bottom:15px;}
	.navbar-brand img{height:30px;}
}
@media (min-width: 768px) {
	.navbar-default .navbar-toggle{margin:19px 0 19px 10px;}
	.navbar-brand{padding-top: 18px;padding-bottom: 18px;}
	.navbar-default .navbar-nav>li>a{padding:10px 15px;}
}
@media (min-width: 992px) {
	.ht_left{font-size:14px;}
	.ht_right{margin-right:-20px;}
	.ht_right>a{padding:0 20px;}
	.ht_right>.a3{font-size:14px;}
	.ht_right>.a3 em{font-size:18px;}
	
	.navbar-brand{padding-top: 21px;padding-bottom: 21px;}
	.navbar-default .navbar-nav>li{padding:20px 1px;font-size:12px;}
	.navbar-default .navbar-nav>li>a{padding:8px;}

}
@media (min-width: 1200px) {
	.navbar-brand{padding-top: 26px;padding-bottom: 20px;}
	.navbar-brand img{height: 44px;}
	.navbar-default .navbar-nav>li{padding:25px 1px;font-size:14px;}
	.navbar-default .navbar-nav>li>a{padding:10px;}

}
@media (min-width: 1450px) {
	.navbar-default .navbar-nav>li>a{padding:10px 12px;}
}
@media (min-width: 1650px) {
	.navbar-brand{padding-top: 36px;padding-bottom: 20px;}
	.navbar-brand img{height: 54px;}
	.navbar-default .navbar-nav>li{padding:40px 1px 30px;font-size:16px;}
	.navbar-default .navbar-nav>li>a{padding:10px 15px;}
	
	.headerEffect .navbar-brand{padding-top: 20px;padding-bottom: 20px;}
	.headerEffect .navbar-default .navbar-nav>li{padding:27px 1px;}
}
@media (min-width: 1850px) {
	.navbar-default .navbar-nav>li>a{padding:10px 24px;}
}

/*首页*/
.banner{position:relative;width:100%;overflow: hidden;}
.banner .swiper-container{width:100%;}
.banner img[onclick]{cursor: pointer;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide>img{width:100%;}
.banner_text{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.banner_text img{width:auto;max-width:100%;margin:0 auto;-webkit-transition:all 1s;transition:all 1s;opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}
.banner .swiper-slide-active .banner_text img{opacity:1;-webkit-transform:none;transform:none;-webkit-transition-delay:.5s;transition-delay:.5s}

.banner .swiper-pagination{bottom:10px;}
.banner .swiper-pagination-bullet{opacity:1;background:#fff;}
.banner .swiper-pagination-bullet-active{background:#db082c;}
.banner .swiper-button-white{width:40px;height:40px;margin-top:-20px;border-radius: 50%;background-color:rgba(255,255,255,0.1);background-size:auto 20px;outline: none;}
.banner .swiper-button-white:hover{background-color:rgba(255,255,255,0.2);}
.banner .swiper-button-prev{left:10px;}
.banner .swiper-button-next{right:10px;}

.swiper-button-prev,.swiper-button-next{outline: none;}
.banner .swiper-button-prev,.banner .swiper-button-next{opacity: 0;transition: all 0.5s;}
.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next{opacity: 1;}


@media (max-width:767px){
	.PC_img{display:none}
	.banner .swiper-button-white{display: none;}
}
@media (max-width:479px){
	.banner .swiper-pagination{bottom:5px;}
}
@media (min-width:768px){
	.min_img{display:none}
}
@media (min-width:992px){
	.banner .swiper-button-white{width:50px;height:50px;margin-top:-25px;}
	.banner .swiper-pagination{bottom:20px;}
}
@media (min-width:1200px){

}
@media (min-width:1450px){

}


.indexItem{padding:35px 0;width:100%;overflow: hidden;}
.indexTitle{margin-bottom:30px;text-align: center;}
.indexTitle .h2{font-size:22px;font-weight: 700;}
.indexTitle .h2>span{color: #0d77a7;}
.indexTitle em{display: block;font-size:14px;margin-top:5px;font-family: 'pingfang','苹方';text-transform: capitalize;color:#c6c6c6;}
.indexTitle em:after{content: '';display: block;width:54px;height:5px;background: #0d77a7;margin:10px auto 20px;}
.indexTitle p{margin-top:10px;}
.textColor,
.textColor .indexTitle,
.textColor .indexTitle .h2,
.textColor .indexTitle .h2>span,
.textColor .indexTitle p,
.textColor .InfoContent{color:#fff;}
.indexTitle + .submenu{margin-top:-10px;}
@media (max-width: 767px) {

}
@media (max-width: 479px) {
	.indexTitle .h2{font-size:20px;}
}
@media (min-width: 768px) {
	.indexItem{padding:40px 0;}
	.indexTitle .h2{font-size:24px;}
	.indexTitle em{font-size:16px;}
	
}
@media (min-width: 992px) {
	.indexItem{padding:50px 0;}
	.indexTitle{margin-bottom:40px;}
	.indexTitle .h2{font-size:26px;}
	.indexTitle em{font-size:18px;}
	
}
@media (min-width: 1200px) {
	.indexItem{padding:60px 0;}
	.indexTitle{margin-bottom:50px;}
	.indexTitle .h2{font-size:30px;}
	.indexTitle em{font-size:22px;}
	.indexTitle + .submenu{margin-top:-20px;}
	
	.wrapper .indexTitle{margin-bottom:45px}
}
@media (min-width: 1450px) {
	.indexTitle{margin-bottom:60px;}
	.wrapper .indexTitle{margin-bottom:50px}
}

/*横屏*/
@media (max-width:767px) and (orientation:landscape){

}

/* 首页 - 化妆品业务 */
.business_list a{position: relative;overflow: hidden;}
.business_list .img{float:left;width:100%;}
.business_list .text{float:left;width:100%;height:100%;position: relative;background:#fff;display: flex;flex-direction: column;padding:20px 15px;justify-content: center;overflow: hidden;transition: all 0.5s;}
.business_list .text:before{content: '';position: absolute;width:100%;height:100%;left:-100%;top:0;background:#db082c;transition: all 0.3s;}
.business_list .text em{display: block;color:#db082c;transition: all 0.5s;}
.business_list .inner{position: relative;z-index: 2;}
.business_list .h5{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.business_list .p{margin:15px 0 25px;line-height:26px;height:52px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}

.business_list .row{margin:0;width:100%;}
.business_list .row>div{padding:0}
.business_list a:hover .text{color:#fff;}
.business_list a:hover .text:before{left:0;}
.business_list a:hover .text em{color:#fff;}
.business_list a:hover .img>img{transform: scale(1.1);}
@media (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width:991px){
	.business_list .column:nth-child(2n) .img{float:right;}
	.business_list .column:nth-child(2n) .text{left:0;}
	.business_list .column:nth-child(2n) .text:before{left:auto;right:-100%;}
	.business_list .column:nth-child(2n) a:hover .text:before{left:auto;right:0;}
}
@media (min-width: 768px) {
	.business_list .img{width:50%;}
	.business_list .text{width:50%;position: absolute;left:50%;top:0;padding:20px;}
	.business_list .h5{font-size:18px;}
	.business_list .p{margin:15px 0 35px;}
}
@media (min-width: 992px) {
	.business_list .p{margin:15px 0;}
	.business_list .row:nth-child(2n) .img{float:right;}
	.business_list .row:nth-child(2n) .text{left:0;}
	.business_list .row:nth-child(2n) .text:before{left:auto;right:-100%;}
	.business_list .row:nth-child(2n) a:hover .text:before{left:auto;right:0;}
}
@media (min-width: 1200px) {
	.business_list .p{margin:15px 0 25px;}
}
@media (min-width: 1450px) {
	.business_list .h5{font-size:20px;}
	.business_list .p{margin:15px 0 35px;}
}


/* 首页 - 服务优势 */
.adv_list{position: relative;}
.adv_ul li{position: relative;margin-bottom:10px;padding-left:60px;}
.adv_ul .num{position: absolute;width:45px;padding:10px 0;font-size:20px;left:0;top:0;color:#fff;font-weight: 700;text-align: center;background:#db082c;}
.adv_ul .num:after{content: '';display: block;width:30px;height:1px;background:#fff;margin:8px auto ;}
.adv_ul .h5{font-size:16px;line-height:1.74;font-weight: 700;padding-bottom:5px;margin-bottom:5px;border-bottom:1px dashed #d7d7d7;}
.adv_ul .h5>span{color:#db082c;}
.adv_ul .InfoContent{line-height: 30px;}
.indexItem03 .right>.img:hover>img{transform: scale(1);}

@media (max-width: 767px) {
	.indexItem03{padding-bottom:0;overflow: visible;}
	.indexItem03 .right{margin-top:40px;margin-bottom:-4px;}
	.indexItem03 .right>.img>img{width:60%;margin:0 auto;}
}
@media (min-width: 768px) {
	.adv_list .left{width:55.7143%;}
	.adv_list .right{width:44.2857%;}
	.adv_ul .h5{font-size:18px;}
	.adv_ul li:last-child{margin-bottom:0;}
	
	.indexItem03{padding:0;overflow: visible;}
	.indexItem03 .adv_list{padding:50px 0;}
	.indexItem03 .left{float:right}
	.indexItem03 .right{position: absolute;width:auto;max-width:38.2857%;left:0;bottom:-4px;}
	.indexItem03 .adv_ul li{margin-bottom:50px}
	.indexItem03 .adv_ul li:last-child{margin-bottom:0;}
}
@media (min-width: 992px) {
	.indexItem03 .adv_list{padding:60px 0;}
	.adv_list{margin:0 -25px;}
	.adv_list .column{padding:0 25px;}
	.adv_ul li{padding-left:80px;}
	.adv_ul .num{width:60px;font-size:30px;padding:10px 0 15px;}
	.adv_ul .h5{font-size:20px;}
	.indexItem03 .right{max-width:44.2857%;/* bottom:-30px; */}
}
@media (min-width: 1200px) {
	.indexItem03 .adv_list{padding:70px 0;}
	.adv_ul .h5{font-size:22px;}
}
@media (min-width: 1450px) {
	.adv_ul .h5{font-size:24px;}
}

/* 首页 - 明星产品展示 */
.product_list,.product_list .row{margin:-4px;}
.product_list .column{padding:4px;}
.product_list a{position: relative;overflow: hidden;}
.product_list .text{position: absolute;background:rgba(219,8,44,0.8);padding:12px;color:#fff;text-align: center;width:100%;left:0;bottom:-100%;transition: all 0.5s;}
.product_list .h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.product_list a:hover .text{bottom:0;}
.product_list a:hover .img>img{transform: scale(1.1);}
@media (min-width: 992px) {
	.product_list .text{padding:15px;}
	
}
@media (min-width: 1200px) {
	.product_list .h5{font-size:18px;}
}

/* 首页 - 研究实力 */
.research_list{margin:0 -2px;}
.research_list .column{padding:2px;margin: 5px 2px;}
.research_list a{position: relative;overflow: hidden;}
.research_list .text{position: absolute;width:100%;height:100%;padding:20px 15px;display: flex;justify-content: center;flex-direction: column;color:#fff;background:#db082c;left:50%;top:50%;transform: translate(-50%,-50%) skew(-30deg);visibility: hidden;opacity: 0;transition: all 0.5s;}
.research_list .inner{max-height:100%;overflow: hidden;text-align: center;}
.research_list .h5{font-size:18px;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.research_list .p{height:78px;line-height:26px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.research_list a:hover .text{transform: translate(-50%,-50%) skew(0);visibility: visible;opacity: 1;}
.research_list a:hover .img>img{transform: scale(1.1);}

@media (max-width: 479px) {
	.research_list .column{width:100%;}
}
@media (min-width: 768px) {
	.research_list .text{padding:20px;}
}
@media (min-width: 992px) {
	.research_list .h5{font-size:20px;margin-bottom:20px;}
	.research_list .p{height:104px;-webkit-line-clamp:4;}
}
@media (min-width: 1200px) {
	.research_list .text{padding:30px;}
	.research_list .h5{font-size:26px;margin-bottom:25px;}
}

/* 首页 - 定制流程 */
.custom_list{margin:0 -8px;display: flex;align-items: stretch;flex-flow: row wrap;}
.custom_list:before,
.custom_list:after{display: noen;}
.custom_list .column{padding:0 8px;margin-bottom:15px;}
.custom_list .inner{height:100%;border:1px solid #eeeeee;background:#fff;text-align: center;padding:35px 15px 25px;box-shadow: 2px 5px 8px rgba(0,0,0,0.1);transition: all 0.5s;}
.custom_list .icon{width:50px;height:50px;margin:0 auto;overflow: hidden;}
.custom_list .icon>img{width:100%;transition: all 0.3s;}
.custom_list .h5{font-size:16px;margin:15px 0;}
.custom_list .inner:hover{border-color:#db082c;background:#db082c;color:#fff;}
.custom_list .inner:hover .icon>img{transform: translateY(-50%);}
@media (max-width:767px){

}
@media (min-width:768px){
	
}
@media (min-width:992px){
	.custom_list .h5{font-size:18px;}
}
@media (min-width:1200px){
	
}
@media (min-width:1450px){
	.custom_list .h5{font-size:20px;margin:20px 0;}
}


/* 首页 - 公司简介 */
.index07_main{padding:25px 15px;background:#fff;color:#333}
.index07_main .row{display: flex;align-items: center;flex-flow: row wrap;}
.index07_main .row:before,
.index07_main .row:after{display:none;}
.index07_main .right{margin-top:20px;}
.index07_main .tit .h5{font-size:20px;color:#db082c;font-weight: 700;}
.index07_main .tit em{display: block;margin-top:10px;}
.index07_main .InfoContent{color:#666;margin:15px 0 30px;}
.index07_main .more{position: relative;width:120px;text-align: center;}
.index07_main .more>span{position: relative;display: block;width:100%;line-height:20px;padding:10px;background:#db082c;z-index: 2;color:#fff;transition: all 0.5s;}
.index07_main .more:before{content: '';position: absolute;width:40px;height:100%;border:1px solid #db082c;left:0;top:50%;transform: translate(0,-50%);transition: all 0.5s;}
.index07_main .more:hover:before{width:100%;height:100%;-webkit-animation: danceBtn 0.5s ease forwards;animation: danceBtn 0.5s ease forwards;}
.index07_main .more:hover>span{background:transparent;color:#db082c;}
@-webkit-keyframes danceBtn{
	0%{-webkit-transform: translate(0,-50%) skew(0,0);transform: translate(0,-50%);}
	40%{-webkit-transform: translate(0,-50%) skew(15deg,15deg);transform: translate(0,-50%) skew(15deg,15deg);}
	80%{-webkit-transform: translate(0,-50%) skew(-15deg,-15deg);transform: translate(0,-50%) skew(-15deg,-15deg);}
	100%{-webkit-transform: translate(0,-50%) skew(0,0);transform: translate(0,-50%) skew(0,0);}
}
@keyframes danceBtn{
	0%{-webkit-transform: translate(0,-50%) skew(0,0);transform: translate(0,-50%);}
	40%{-webkit-transform: translate(0,-50%) skew(15deg,15deg);transform: translate(0,-50%) skew(15deg,15deg);}
	80%{-webkit-transform: translate(0,-50%) skew(-15deg,-15deg);transform: translate(0,-50%) skew(-15deg,-15deg);}
	100%{-webkit-transform: translate(0,-50%) skew(0,0);transform: translate(0,-50%) skew(0,0);}
}

@media (max-width:479){
	.index07_main .tit .h5{font-size:18px;}
}
@media (min-width:768px){
	.index07_main{padding:35px 30px;}
	.index07_main .right{margin-top:0;}
	.index07_main .tit em{margin-top:15px;}
	.index07_main .InfoContent{line-height:30px;max-height:120px;overflow: hidden;}
}
@media (min-width:992px){
	.index07_main .row{margin:0 -30px;}
	.index07_main .column{padding:0 30px;}
	.index07_main .tit .h5{font-size:22px;}
	.index07_main .InfoContent{margin:15px 0 45px;}
}
@media (min-width:1200px){
	.index07_main .tit .h5{font-size:24px;}
}
@media (min-width:1450px){
	.index07_main .row{margin:0 -50px;}
	.index07_main .column{padding:0 50px;}
	.index07_main .tit .h5{font-size:26px;}
	.index07_main .InfoContent{margin:25px 0 65px;}
}
@media (min-width:1650px){
	.index07_main .tit .h5{font-size:28px;}
}

/* 首页 - 新闻中心 */
.indexNews{margin:0 -10px;}
.indexNews .column{padding:0 10px;}
.indexNews .h5{font-size:16px;font-weight: 700;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.indexNews .p{line-height:26px;height:52px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.indexNews .left a{padding:10px;box-shadow: 2px 5px 8px rgba(0,0,0,0.1);}
.indexNews .left .h5{margin-bottom:10px;}
.indexNews .left .text{padding:20px 0 10px;}
.indexNews .right a{padding:15px 0;border-bottom:1px solid #ebebeb;}
.indexNews .right .p{color:#666;}
.indexNews .right .img{width:100%;}
.indexNews .right .text{width:100%;overflow: hidden;padding-top:20px;}
.indexNews a:hover .h5{color:#db082c;}
.indexNews a:hover .img>img{transform: scale(1.1);}
@media (min-width:768px){
	.indexNews .right a{padding:10px 0;display: flex;align-items: center;}
	.indexNews .right .img{flex:0 0 auto;width:210px;max-height:105px;}
	.indexNews .right .text{padding-left:18px;padding-top:0;}
}
@media (min-width:992px){
	.indexNews .h5{margin-bottom:15px;}
	.indexNews .left .text{padding:25px 0;}
	.indexNews .left .h5{font-size:18px;margin-bottom:16px;}
	.indexNews .right a:nth-child(n+4){display: none;}
}
@media (min-width:1200px){
	.indexNews .right a{padding:15px 0;}
	.indexNews .left .text{padding:20px 0 10px;}
}

@media (min-width:1450px){
	.indexNews .left .h5{font-size:20px;}
	.indexNews .left .h5{margin-bottom:22px;}
	.indexNews .left .text{padding:25px 0;}
	.indexNews .right a{padding:10px 0;}
	.indexNews .right a:nth-child(n+4){display: flex;}
	.indexNews .right .img{max-height:92px;}
}
@media (min-width:1650px){
	.indexNews .right .img{max-height:105px;}
}


/* 首页 - 合作品牌 */
.indexItem09{padding:35px 0 25px;}
.index09_title{text-align: left;margin-bottom:25px;}
.index09_title,
.index09_title>a{display: flex;align-items: center;}
.index09_title em:after{display: none;}
.index09_title em{margin-top:0;margin-left:20px;}
.partner_list{margin:0 -5px;}
.partner_list .column{padding:0 5px;margin-bottom:10px;}
.partner_list .img{border:1px solid #f3f3f3;transition: all 0.5s;}
.partner_list .img:hover{box-shadow: 0 0 10px rgba(0,0,0,0.15);border-color:#db082c;}
.partner_list .img:hover>.img{transform: scale(1);}
@media (max-width:767px){

}
@media (min-width:768px){
	.partner_list{margin:0 -7px;}
	.partner_list .column{padding:0 7px;margin-bottom:15px;}
}
@media (min-width:992px){
	.partner_list .column{width:20%;}
}
@media (min-width:1200px){
	.partner_list .column{width:16.6667%;}
}
@media (min-width:1450px){
	.partner_list .column{width:12.5%;}
}




/*内页*/
.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%}

.location_main{padding:10px 0;overflow:hidden;background-color:#ededed;color:#848585}
.location a,.location b{display:inline-block;font-weight:400;color:#848585;line-height:20px;text-transform:capitalize}
.location a:hover{color:#d59c12}

.submenu{text-align:center;margin:0 -3px 30px;display: flex;justify-content: center;flex-flow: row wrap;overflow: hidden;}
.submenu>li{float:left;padding:0 3px;margin-bottom:5px;}
.submenu>li>a{padding:8px 10px;background:transparent;text-align:center;line-height:20px;border:1px solid #9b9b9b;transition: all 0.5s;border-radius: 10px;}
.submenu>li.active>a,.submenu>li>a:focus,.submenu>li>a:hover{color:#fff;background-color:#db082c;border-color:#db082c;}
.textColor .submenu>li>a{border-color:#fff;color:#fff;}
.textColor .submenu>li.active>a,.textColor .submenu>li>a:focus,.textColor .submenu>li>a:hover{border-color:#fff;background:#fff;color:#db082c;}
.submenu.in6_submenu>li>a{border-radius: 0;border-color:transparent;}
.submenu.in6_submenu>li.active>a,.submenu.in6_submenu>li>a:focus,.submenu.in6_submenu>li>a:hover{border-color:#fff;background:transparent;color:#fff;}

.wrapper{width:100%;overflow:hidden;position:relative;min-height:95vh;}
.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:20px;margin:0}
.inside_title span{display:block;text-transform:uppercase;margin-top:6px}

.InfoContent{line-height:1.74;position:relative;overflow:hidden;color:#666}
.InfoContent p{margin:0}
.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;}
.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;transition: all 0.5s;}
.goBack a:hover{border-color:#db082c;background:#db082c;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;border-radius: 4px;}
.pager li>span{color:#999}
.pager li>a{color:#db082c;border-color:#db082c;transition: all 0.5s;}
.pager li>a:hover{color:#fff;background-color:#db082c}

.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:#db082c}
.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}
}
@media (max-width:479px){
	.inside_title h2{font-size:18px;}
}
@media (min-width:768px){
	.submenu{margin:0 -5px 30px;}
	.submenu>li{padding:0 5px;}
	.submenu>li>a{min-width:100px;}
	
	.submenu.in6_submenu>li>a{min-width:100px;}
	
	.padding_main{padding:40px 0;}
	.inside_main{padding:40px 0 60px}
	.inside_title{margin-bottom:35px}
	.inside_title h2{font-size:22px}
	
	.InfoTitle{margin-bottom:30px}
	.InfoTitle h4{font-size:22px}
	.InfoTitle em{font-size:16px;}
	.InfoTitle .date span{padding:0 10px;}
	
	.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){
	.submenu{margin-bottom:40px;}
	.submenu>li>a{min-width:120px;padding:10px;}
	
	.inside_title{margin-bottom:40px}
	.inside_title h2{font-size:24px}
	
	.padding_main{padding:50px 0;}
	.inside_main{padding:50px 0 80px}
	
	.InfoTitle h4{font-size:24px}
	.InfoTitle em{font-size:18px;}
	.InfoTitle .date{font-size:14px;}
	
	.goBack,
	.pager{margin-top:40px;}
}
@media (min-width:1200px){
	.submenu{margin:0 -7px 45px;}
	.submenu>li{padding:0 7px;}
	.submenu>li>a{min-width:150px;font-size:16px;padding:13px 10px;}
	
	.inside_title{margin-bottom:45px}
	
	.padding_main{padding:55px 0;}
	.inside_main{padding:55px 0 80px}
	
	.pager li>a,.pager li>span{padding:10px 25px;margin:0 25px}
}
@media (min-width:1450px){
	.submenu{margin-bottom:50px;}
	.pager li>a,.pager li>span{padding:12px 35px;margin:0 30px}
}


/* 产品系列 */
.productList{margin:-10px -10px 0;}
.productList .column{padding:10px;}
.productList .h5{font-size:16px;padding:10px;line-height:20px;text-align: center;background: #E7E7E7;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 0.5s;}
.productList a:hover .h5{background:#db082c;color:#fff;}
.productList a:hover .img>img{transform: scale(1.1);}
@media (max-width:767px){

}
@media (max-width:479px){
	.productList .column{width:100%;}
}
@media (min-width:992px){
	.productList{margin:-22px -15px 0;}
	.productList .column{padding:22px 15px;}
	.productList .h5{font-size:18px;padding:13px 10px;}

}

/* 化妆品代加工、OEM/ODM产品 */
.processing_list{margin:0 -10px;}
.processing_list .column{padding:0 10px;margin-bottom:20px;}
.processing_list a{transition: all 0.5s;background:#f7f7f7;}
.processing_list .img>img{/* -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray; */}
.processing_list .text{padding:20px 15px;text-align: center;}
.processing_list .text>em{display: block;color:#b6b6b6;transition: all 0.5s;font-family:arial;}
.processing_list .h5{font-size:16px;color:#333;transition: all 0.5s;}
.processing_list .p{margin-top:20px;line-height:20px;height:40px;overflow:hidden;color:#878787;transition: all 0.5s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.processing_list a:hover{background:#db082c;}
.processing_list a:hover .h5{color:#ffffff;}
.processing_list a:hover .p{color:#fefefe;}
.processing_list a:hover .text>em{color:#e0e0e0;}
.processing_list a:hover .img>img{transform: scale(1.1);/* -webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);filter: grayscale(0);filter: none; */}

@media (max-width:479px){
	.processing_list .column{width:100%;}
}
@media (min-width:768px){
	.processing_list .h5{font-size:18px;}
}
@media (min-width:992px){
	.processing_list .text{padding:25px;}
	.processing_list .h5{font-size:20px;}
	.processing_list .p{margin-top:30px;}
}
@media (min-width:1450px){
	.processing_list .text{padding:5px;}
	.processing_list .h5{font-size:22px;}
}

.img1 img
{
    width:337.5px;
    height:253px;
    
    }
    
.text h5:hover { text-decoration:none;}

.col-xs-6 a:hover { text-decoration:none;}

/* 爆品推荐 */
.star_list>div:nth-child(1){padding-top:0}
.star_list>div:nth-child(2n){background:#f2f2f2;}
.star_list a{overflow: hidden;}
.star_list .img{float:left;width:100%;}
.star_list .text{float:left;width:100%;overflow: hidden;margin-top:20px;}
.star_list .h5{font-size:16px;font-weight: 700;margin-bottom:15px;}
.star_list .more{position: relative;width:120px;text-align: center;}
.star_list .more>span{position: relative;display: block;width:100%;line-height:20px;padding:10px;background:#db082c;z-index: 2;color:#fff;transition: all 0.5s;}
.star_list .more:before{content: '';position: absolute;width:40px;height:100%;border:1px solid #db082c;left:0;top:50%;transform: translate(0,-50%);transition: all 0.5s;}
.star_list .more:hover:before{width:100%;height:100%;-webkit-animation: danceBtn 0.5s ease forwards;animation: danceBtn 0.5s ease forwards;}
.star_list .more:hover>span{background:transparent;color:#db082c;}
.star_list .tit{padding-bottom:10px;border-bottom:1px solid #ccc;}
.star_list .p{color:#666;line-height:24px;margin:20px 0 30px;max-height:72px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.labels{overflow: hidden;}
.labels>span{float:left;padding:5px 8px;border-radius: 3px;margin-right:5px;margin-bottom:5px;color:#fff;background:#b68fd8;font-size:12px;}
.labels>span:nth-child(1){background:#b68fd8;}
.labels>span:nth-child(2){background:#02b2b5;}
.labels>span:nth-child(3){background:#009cfe;}
.star_list a:hover .h5{color:#db082c;}
.star_list a:hover .img>img{transform: scale(1.1);}
.star_list + .pager{margin-top:30px;padding-left:15px;padding-right:15px;}

.productDetailsTop{overflow: hidden;margin-bottom:30px;}
.proDetLeft{overflow: hidden;margin-bottom:30px;}
.productDetailsTop .gallery-thumbs{position: static;width:100%;height:100%;}
.productDetailsTop .swiper-slide>img{width:100%;}
.album-small{position: relative;width:100%;padding:0 30px;margin-top:15px;}
.album-small .swiper-slide{overflow: hidden;}
.album-small .swiper-slide:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.2);transition:all 0.5s;}
.album-small .swiper-slide-thumb-active:after{top:100%;}
.album-big{width:100%;}
.album-big .swiper-slide{display: flex;justify-content: center;align-items: center;overflow: hidden;}
.album-big .swiper-slide>img{max-width:100%;}
.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next{width:20px;height:100%;border:1px solid #333;top:0;margin-top:0;background-size:12px auto;}
.gallery-thumbs .swiper-button-prev{left:0;}
.gallery-thumbs .swiper-button-next{right:0;}
.proDetRight .h5{font-size:16px;line-height:1.4;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ccc;font-weight: 700;}
.proDetRight .InfoContent{color:#333}
.proDetRight>a{display: inline-block;padding:14px 38px;color:#fff;background:#db082c;color:#fff;margin:25px 0;font-size:16px;border-radius: 4px;transition: all 0.5s;}
.proDetRight>a:hover{border-radius: 25px;text-shadow: 2px 2px 1px rgba(0,0,0,0.5); text-decoration:none; color:#fff;}

.proBotNav{overflow: hidden;margin-bottom:20px;border-bottom:2px solid #db082c;}
.proBotNav>li{float:left;margin-right:10px;}
.proBotNav>li>a{line-height:20px;padding:10px 20px;background:#333;font-size:16px;color:#fff;}
.proBotNav>.active>a{color:#fff;background:#db082c;}

@media (min-width:768px){
	.star_list>div:nth-child(1){padding-top:20px}
	.star_list a{display: flex;}
	.star_list .column:nth-child(2n) a{flex-direction: row-reverse;}
	.star_list .text{padding-left:5%;margin-top:0;}
	.star_list .column:nth-child(2n) .text{padding-left:0;padding-right:5%;}
	.star_list .h5{font-size:18px;}
	.star_list .img{flex:0 0 auto;width:344px;}
	
	.proDetRight .h5{font-size:18px;padding-bottom:15px;margin-bottom:15px;}
	.proBotNav{margin-bottom:30px;}
	.proBotNav>li{margin-right:15px;}
	.proBotNav>li>a{padding:15px 25px;}
	
}
@media (min-width:992px){
	.star_list .h5{font-size:20px;}
	
	.productDetailsTop{margin-bottom:40px;}
	.proDetLeft{margin-bottom:0;}
	.proDetRight .h5{font-size:20px;}
}
@media (min-width:1200px){
	
	
}
@media (min-width:1450px){
	.star_list .h5{font-size:22px;}
	.proDetRight .h5{font-size:22px;}
}


/* 研发生产 */
.InfoContent + .research_list,
.InfoContent + .gallery_box{margin-top:30px;}
@media (max-width: 767px) {
	#lightGallery-close{width:40px;height:40px;line-height:40px;}
	#lightGallery-close:after{font-size:20px;}
}

/* 新闻中心 */
.news_list a{border-bottom:1px #e5e5e5 solid;padding:30px 0;display:flex;flex-direction:row}
.news_list .column:first-child a{padding-top:0}
.news_list .img{width:200px;flex:0 0 auto}
.news_list .text{width:100%;padding-left:2.85714%;overflow:hidden}
.news_list .h2{font-size:16px;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.news_list p{color:#666;line-height:22px;height:44px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:10px 0 0}
.news_list em{display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:150px;border:1px #e5e5e5 solid;padding:10px;margin-top:15px}
.news_list em:after{content:"";width:16px;height:12px;background:url(../images/icon/icon12.png) no-repeat center;background-size:contain;display:block;margin-left:10px;flex:0 0 auto}
.news_list a:hover .h2{color:#db082c}
.news_list a:hover em{border-color:#db082c;background-color:#db082c;color:#fff}
.news_list a:hover em:after{background-image:url(../images/icon/icon12H.png)}
.news_list a:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}
@media (max-width:769px){
	.news_list a{display:block}
	.news_list .img{width:100%;margin-bottom:20px}
	.news_list .text{padding-left:0}
}
@media (min-width:768px){
	.news_list .img{width:234px}
	.news_list .h2{font-size:18px}
	.news_list p{line-height:28px;height:56px}
	.news_list em{margin-top:25px}
}
@media (min-width:992px){
	.news_list .img{width:323px}
	.news_list .h2{font-size:20px}
	.news_list p{margin-top:20px}
}

/*招聘*/
.job_list_box{border:1px rgba(0,0,0,.1) solid;border-radius:10px;overflow:hidden;margin-top:30px}
.job_list_box .span{float:left;width:21.25%;padding:0 5px}
.job_list_box .span5{width:15%}
.job_top{background-color:#f5f5f5;line-height:24px;padding:15px;overflow:hidden}
.job_list .panel{border:0;box-shadow:none;border-radius:0;margin:0}
.job_list .panel-heading{border-radius:0;border-bottom:1px rgba(0,0,0,.2) dashed;padding:0;position:relative}
.job_list .panel:last-child .panel-heading{border-bottom:0}
.job_list .active .panel-heading{border-bottom:1px rgba(0,0,0,.2) solid!important}
.job_list .panel-heading a{display:block;color:#333;overflow:hidden;padding:15px;position:relative;z-index:1}
.panel-heading>i{display:block;width:16px;height:10px;background:url(../images/icon/k5.png) no-repeat center;background-size:contain;position:absolute;right:15px;top:50%;margin-top:-5px;transition:all .5s}
.panel.active .panel-heading>i{transform:rotate(180deg)}
.job_list .panel-body{border-bottom:1px rgba(0,0,0,.2) dashed;padding-top:20px;padding-bottom:30px;padding-left:0;padding-right:0;}
.job_list .panel:last-child .panel-body{border-bottom:0}
.job_description{margin-left:0;margin-right:0;}
.job_description .column{margin-bottom:10px}
.job_description .inner>h2{font-size:16px;margin:0;position:relative;padding-left:15px}
.job_description .inner>h2:before{content:"";width:4px;height:16px;background-color:#db082c;display:inline-block;position:absolute;left:0;top:1px}
.job_description .inner .InfoContent{margin-top:10px}
.apply_btn{margin-top:30px;text-align:center}
.apply_btn a{display:inline-block;border:1px solid #db082c;background-color:#db082c;color:#fff;border-radius: 10px;line-height:20px;padding:8px 25px;text-decoration:none;transition: all 0.5s;}
.apply_btn a:hover{background:transparent;color:#db082c;}
@media (max-width:767px){
	.job_list_box .span{width:33.33333%}
	.job_list_box .span4,.job_list_box .span5{display:none}
}
@media (min-width:768px){
	.job_top_box{margin-top:60px}
	.job_list_box{margin-top:50px}
	.job_top{font-size:16px}
	.job_list .panel-heading a,.job_top{padding-left:30px;padding-right:30px}
	.job_list .panel-body{padding-top:40px;padding-bottom:60px}
	.job_description .column{padding:0 30px}
	.job_description .inner .InfoContent{padding-left:40px}
}
@media (min-width:992px){
	.job_list_box .span{width:22%}
	.job_list_box .span5{width:12%}
}
@media (min-width:1200px){
	.job_description .inner>h2,.job_top{font-size:18px}
	.job_list .panel-heading a,.job_top{padding-left:70px;padding-right:70px}
	.panel-heading>i{right:50px}
	.job_description .column{padding:0 70px}
	.apply_btn a{font-size:16px;padding:12px 35px}
}

/*联系方式*/
.contact_list .column{margin:15px 0;padding-bottom:15px;border-bottom:1px #f3f3f3 solid}
.contact_list a{display:block;color:#333;text-align:center}
.contact_list h2{margin:0;font-size:16px}
.contact_list p{margin:10px 0 0;color:#999;word-break:break-all}
.contact_list .img{margin-bottom:15px;max-width:150px}
.contact_list .icon{position:relative;margin:0 auto 15px;width:70px;height:70px;border-radius:100%}
.contact_list .icon:after,.contact_list .icon:before{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;content:"";-webkit-transition:all .8s;transition:all .8s}
.contact_list .icon:before{background-color:#797a7c}
.contact_list .icon:after{background-color:#db082c;opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}
.contact_list a:hover .icon:before{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}
.contact_list a:hover .icon:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
.contact_list .icon img{position:relative;z-index:1;display:block;width:100%}
.contact_list1{margin:0;background-color:#f0f0f0}
.contact_list1 .column{padding:0}
.contact_list1 .col-md-5{display: flex;justify-content: center;align-items: center;}
.contact_wrap{padding:30px 15px}
.contact_wrap>.h2{margin:0 0 20px;font-weight:700;font-size:16px}
.map{height:300px;background-color:#fff;}
.map #dituContent{width:100%;height:100%;border:1px #ddd solid}
.anchorBL{display: none;}
.BMap_bubble_title{color:#db082c;font-weight:700;font-size:16px;margin-bottom:5px;}
.message_form .column{margin-bottom:5px;}
.message_form .form-control{height:40px;color:#333;background-color:#fafafa;border-color:#ddd;box-shadow:none}
.message_form .error input{border-color:#db082c}
.message_form .success input,.message_form .tip input{border-color:#999}
.message_form .error .valid_message{position:absolute;width:100%;left:0;font-size:12px;color:#f28000;display:none}
.message_form textarea.form-control{height:auto}
.message_form .btn{display:block;width:180px;font-size:16px;background-color:#db082c;color:#fff;border:1px solid #db082c;line-height:20px;padding:14px;margin:20px auto 0;outline:0!important;text-transform: uppercase;transition: all 0.3s;border-radius: 10px;}
.message_form .btn:hover{color:#db082c;background-color:transparent;}

.addressList{background:#fff;margin:0;padding:10px 0;display: flex;align-items: stretch;flex-flow: row wrap;overflow: hidden;}
.addressList .item{padding:20px 0;}
.addressList .item .inner{position:relative;padding:0 20px;height:100%;display:flex;}
.addressList .icon{flex: 0 0 auto;width:20px;margin-right:15px;padding-top:5px;}
.addressList .icon img{width:100%;}
.addressList .text{overflow: hidden;line-height:1.75}
.addressList .text h5{font-size:16px;line-height:1.75}
.addressList .text a{display: inline;}

@media (max-width:767px){
	.contact_list .column:last-child{margin-bottom:0;border-bottom:none;padding-bottom:0;}
	
	.addressList .item{padding:0;}
	.addressList .item .inner{padding:20px 15px;border-bottom:1px solid rgba(204,204,204,0.4);}
	.addressList .item:last-child .inner{border-bottom:none;}
}
@media (min-width:768px){
	.contact_list{overflow:hidden;margin-right:-15px;margin-left:-15px}
	.contact_list .column{float:left;padding:0 15px;width:20%;border-bottom:0}
	.contact_list .icon{margin-top:20px;margin-bottom:35px;width:80px;height:80px}
	.map{height:400px;}
	
	.contact_list1{display:flex;flex-flow: row wrap;}
	.contact_wrap{display:flex;height:100%;flex-direction:column;justify-content:center}
	.contact_wrap>.h2{font-size:20px}
	.addressList{padding:25px 0;}
	.addressList .item .inner{border-right:1px solid rgba(204,204,204,0.4);}
	.addressList .item:nth-child(2n) .inner{border-right:none;}
	.addressList .icon{width:23px;}
}
@media (min-width:992px){
	.contact_list .icon{margin-top:30px;margin-bottom:45px;width:90px;height:90px}
	.message_form .btn{width:200px;padding:16px;}
	
	.addressList .item:nth-child(2n) .inner{border-right:1px solid rgba(204,204,204,0.4);}
	.addressList .item:nth-child(3n) .inner{border-right:none;}
}
@media (min-width:1200px){
	.contact_list .icon{margin-top:15px;margin-bottom:30px;width:100px;height:100px}
	.contact_list h2{font-size:18px}
	.message_form .column{margin-bottom:10px;}
	.message_form .btn{width:220px;padding:20px;}
	.contact_wrap{padding-right:30px;padding-left:30px}
}








/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.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;
}

/*缈婚〉-绠€鏄撴牱寮�*/
.page{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;    
}
.page #pege li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
   
    height: 40px;
    padding: 0 6px;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    overflow: hidden;
    font-size: 14px;
    float: none;
}

.page #pege li:first-child,
.page #pege li:last-child{
    width: 68px;
}
.page #pege li a{
    display: block;
    width: 100%;
    height: 100%; 
    transition: all ease 0.5s;
    color: #333;
    background-color: #fff;
    line-height: 40px;
}
.page #pege li a:hover{
    background: #ff9e26;
    color: #fff;
}