/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#f8f8f8}
::-webkit-scrollbar-thumb{background:#44a33e;height:60px;border-radius: 4px;}
::-webkit-scrollbar-thumb:window-inactive{background:#44a33e}
::-webkit-scrollbar-thumb:vertical:hover{background:#44a33e}

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:100%;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:#f5f5f5;padding:20px 0 0;font-size:12px;border-top:1px solid #f5f5f5;}
.footer a:hover{color:#44a33e;}
.footContact{display: flex;align-items: center;justify-content: space-between;}
.footContact .fc_left{margin-right:15px;}
.footContact .fTel{display: flex;align-items: center;font-size:14px;margin-bottom:15px;}
.footContact .fTel>img{width:36px;}
.footContact .fTel>div>em{display: block;font-size:18px;font-weight: 700;}
.footContact .fText>p{margin-bottom:10px;line-height:20px;display: flex;}
.footContact .fText>p:last-child{margin-bottom:0;}
.footContact .fText>p>img,.footContact .fTel>img{margin-right:5px;}
.footContact .fText>p>img{width:20px;height:20px;}
.footContact .fEwm{text-align: center;font-size:14px;}
.footContact .fEwm>img{margin:0 auto 5px;max-width:116px;}
.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 #e8e8e8;margin-bottom:20px;}
.footNav>dl:first-child{border-left:0;}
.footNav>dl>dt{font-size:14px;margin-bottom:10px;}
.footNav>dl>dd>a{margin-bottom:8px;color:#666;}
.footNav>dl>dd>a:hover{color:#44a33e;}
.copyRight{padding:15px 0;line-height:20px;text-align:center;}
.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){
	.footContact{margin-top:20px;}
	.footContact .fTel>div>em{font-size:20px;}
	.footContact .fc_left{margin-right:30px;}
	.footNav{margin-left:-22px;margin-right:-22px;}
	.footNav>dl{margin-bottom:0;padding:0 22px;}
	.copyRight{text-align: left;}

}
@media (min-width:992px){
	.footer{padding-top:30px;}
	.footNav{margin-left:-25px;margin-right:-25px;}
	.footNav>dl{padding:0 25px;}
	.copyRight{padding:20px 0;}
}
@media (min-width:1200px){
	.footContact{float:right;margin-bottom:25px;margin-top:0;}
	.footContact .fTel>div>em{font-size:24px;}
	.footContact .fTel>img{width:43px;}
	.footContact .fc_left{max-width: 260px;}
	.footNav{float:left;margin-left:-20px;margin-right:-20px;}
	.footNav>dl{padding:0 20px;}
}
@media (min-width:1450px){
	.footContact{margin-bottom:0;}
	.footContact .fc_left{margin-right:50px;}
}
@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;
}
.navbar-brand {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:0;
	transition: all .5s;
}
.navbar-brand img {
	height: 50px;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #44a33e;
	-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>a {
	position: relative;
	line-height:20px;
	color:#333;
	text-transform: uppercase;
	transition: all .5s;
	z-index: 2;
}
.navbar-default .navbar-nav>li>a:after{content: '';position: absolute;width:0;height:2px;background:#44a33e;left:0;bottom:0;transition:all 0.3s;}
.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: #333;
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>.active>a:after{
	width: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);
}


.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:#d59c12;background: transparent;}




.head_top{position: relative;padding:10px 0;background:#ebebeb;z-index: 2;transition: all 0.5s;}
.ht_left{float:left;line-height:20px;}
.ht_right{float:right;line-height:20px;}
.ht_right>a{float:left;margin-left:15px;position: relative;}
.ht_right>a:hover{color:#44a33e;}
.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;}
.weChat:hover .hEwm{transform:translate(-50%,0);visibility: visible;opacity: 1;}
.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.collapse{border-top:1px solid #fff;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:0 15px;}
	.navbar-default .navbar-nav>li>a{padding-left:0;padding-right:0;}
	
	.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 #e7e7e7 dashed;}
	.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:#d59c12;background:none;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#333}
}
@media (max-width: 767px) {
	.ht_left{display: none;}
	.ht_right{width:100%;font-size:12px;}
	.ht_right>a{margin-left:0;margin-right:10px;}
	.ht_right>a:last-child{margin-right:0;float:right;}
}
@media (max-width: 370px) {
	.ht_right{text-align: center;}
	.ht_right>a{display: none;}
	.ht_right>a:last-child{float:none;display: block;}
}
@media (min-width: 768px) {
	.navbar-default .navbar-toggle{margin:19px 0 19px 10px;}
	.navbar-brand{padding-top: 10px;padding-bottom: 10px;}
	.navbar-default .navbar-nav>li{padding:0;}
	.navbar-default .navbar-nav>li>a{padding:12px 0;}
	
	.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) {
	.ht_right>a{margin-left:25px;}
	.navbar-brand{padding-top: 11px;padding-bottom: 11px;}
	.navbar-default .navbar-nav>li{padding:0 10px;}
	.navbar-default .navbar-nav>li>a{padding:30px 0;}
	.navbar-default .navbar-nav>li>a:after{height:5px;left:5%;}
	.navbar-default .navbar-nav>li>a:hover:after,
	.navbar-default .navbar-nav>.active>a:after{
		width:90%;
	}

	.navbar-default .dropdown-menu{min-width:130px;}
	
}
@media (min-width: 1200px) {
	.ht_right>a{margin-left:45px;}
	.navbar-brand img{height: 68px;}
	.navbar-nav.navbar-right{margin-right:-20px;}
	.navbar-default .navbar-nav>li{font-size:16px;padding:0 12px;}
	.navbar-default .navbar-nav>li>a{padding:35px 0;}

	.navbar-default .dropdown-menu{min-width:140px;}
	.navbar-default .dropdown-menu a{font-size:15px;}
	
}
@media (min-width: 1450px) {
	.ht_right>a{margin-left:60px;}
	.navbar-brand{padding-top: 16px;padding-bottom: 16px;}
	.navbar-default .navbar-nav{margin-right:-35px;}
	.navbar-default .navbar-nav>li{padding:0 15px;}
	.navbar-default .navbar-nav>li>a{padding:40px 0;}
	
	.headerEffect .navbar-brand{padding-top: 11px;padding-bottom: 11px;}
	.headerEffect .navbar-brand img{height: 58px;}
	.headerEffect .navbar-default .navbar-nav>li>a{padding:30px 0;}
	
}
@media (min-width: 1650px) {
	.navbar-brand{padding-top: 26px;padding-bottom: 26px;}
	.navbar-default .navbar-nav>li{padding:0 25px;}
	.navbar-default .navbar-nav>li>a{padding:50px 0;}
}
@media (min-width: 1850px) {
	.navbar-default .navbar-nav>li{padding:0 30px;}
}

/*首页*/
.banner{position:relative;width:100%;overflow: hidden;background:#f9f9f9}
.banner .swiper-container{width:100%;}
.banner img[onclick]{cursor: pointer;}
.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;display: none;}
.banner .swiper-pagination-bullet{opacity:1;background:#fff;}
.banner .swiper-pagination-bullet-active{background:#44A33E;}
.banner .swiper-button-white{width:40px;height:40px;margin-top:-20px;border-radius: 50%;background-color:rgba(0,0,0,0.6);background-size:auto 20px;outline: none;}
.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: 1;transition: all 0.5s;}
.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next{opacity: 1;}

.videoBox{width:100%;position: relative;}
.videoBox .play{width: 100%;height: 100%;background: url(../images/icon/play.png) no-repeat center rgba(0,0,0,.2);background-size: 64px auto;position: absolute;top: 0;left: 0;z-index: 9;cursor: pointer;}

.swiper-slide-video{position: relative;}
.swiper-slide-video>img{opacity: 0;}
.swiper-slide-video .videoBox{position: absolute;left:0;top:0;width:100%;height:100%;}
.swiper-slide-video video{display: block;width:100%;height:100%;object-fit: fill;}
@media (max-width:767px){
	.PC_img{display:none}
	.banner .swiper-button-white{width:30px;height:30px;margin-top:-15px;background-size:auto 15px;}
}
@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;}
.indexItem>.indexTitle .h2,
.indexItem>.indexTitle>p,
.indexItem>.indexTitle>a>p{padding:0 15px;}
.indexTitle{margin-bottom:30px;text-align: center;}
.indexTitle .h2{font-size:22px;font-weight: 700;}
.indexTitle .h2>span{color:#44a33e;}
.indexTitle>a>p{margin-top:10px;color:#666;}
.indexTitle em{display: block;font-size:14px;margin-top:10px;font-family: arial;/*text-transform: capitalize;*/color:#9d9d9d;}
.indexTitle .line{position: relative;width:100%;height:1px;background:#bfbfbf;margin:20px 0;}
.indexTitle .line:after{content: '';display: block;position: absolute;width:100px;height:5px;background:#44a33e;left:50%;top:50%;margin-top:-3px;margin-left:-50px;}
.textColor,
.textColor .indexTitle,
.textColor .indexTitle .h2,
.textColor .indexTitle .h2>span,
.textColor .indexTitle em,
.textColor .InfoContent{color:#fff;}
@media (max-width: 767px) {

}
@media (max-width: 479px) {
	.indexTitle .h2{font-size:20px;}
}
@media (min-width: 768px) {
	.indexItem{padding:45px 0;}
	.indexTitle .h2{font-size:24px;}
}
@media (min-width: 992px) {
	.indexItem{padding:55px 0;}
	.indexTitle{margin-bottom:40px;}
	.indexTitle .h2{font-size:26px;}
	.indexTitle em{font-size:16px;}
}
@media (min-width: 1200px) {
	.indexItem{padding:65px 0;}
	.indexTitle{margin-bottom:50px;}
	.indexTitle .h2{font-size:30px;}
	
	.wrapper .indexTitle{margin-bottom:45px}
}
@media (min-width: 1450px) {
	.indexItem{padding:75px 0;}
	.indexTitle{margin-bottom:60px;}
	.wrapper .indexTitle{margin-bottom:50px}
}

/*横屏*/
@media (max-width:767px) and (orientation:landscape){

}

/* 首页 - 产品 */
.list{margin:0 -7px;}
.list .column{padding:0 7px;margin-bottom:15px;}
.list a{position: relative;overflow: hidden;}
.list .text{text-align: center;background:#f6f6f6;padding:20px 10px;transition: all 0.5s;}
.list .h5{font-size:16px;font-weight: 700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list .text>em{display: block;font-size:14px;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list a:hover .text{color:#fff;background:#44a33e;}
.list a:hover .img>img{transform:scale(1.1);}
@media (max-width:767px){

}
@media (min-width:768px){
	
}
@media (min-width:992px){

}
@media (min-width:1200px){
	.list .h5{font-size:18px;}
	.list .text{padding:30px 15px;}
	.list .text>em{font-size:16px;margin-top:10px;}
}
@media (min-width:1450px){

}
/* 首页 - 明星产品 */
.productList .text{position: absolute;width:100%;height:100%;background:rgba(0,0,0,0.1);color:#fff;left:0;top:102%;display: flex;justify-content: center;flex-direction: column;}
.productList .h5{margin-top:20%;transition: all 0.5s ease 0.3s;}
.productList a:hover .text{color:#fff;background:rgba(0,0,0,0.3);top:0;}
.productList a:hover .h5{margin-top:0;}
.swiper-list{position: relative;}
.swiper-list .swiper-container{position: static;}
.swiper-list .swiper-button-prev{left:-86px;}
.swiper-list .swiper-button-next{right:-86px;}
.swiper-list .swiper-button-black{width:56px;height:56px;margin-top:-28px;border-radius: 50%;background-size:auto 18px;transition: all 0.5s;}
.swiper-list .swiper-button-black:hover{background-color:#dddddd;}

/* 首页 - 成品展示 */
.productList.row,.productList.row .row{margin:-5px;}
.productList.row .column{padding:5px;margin-bottom:0;}


/* 首页 - 关于 */
.indexAbout .right{margin-bottom:20px;}
.indexAbout .right .h5{font-size:20px;color:#44A33E}
.in4_ul{overflow: hidden;margin:20px -15px 12px;}
.in4_ul>li{position: relative;float:left;padding:0 15px;margin-bottom:8px;}
.in4_ul>li:after{content: '';position: absolute;width:1px;height:16px;background:#bfbfbf;right:0;top:50%;margin-top:-8px;}
.in4_ul>li:last-child:after{display: none;}
.in4_ul>li>a{display: flex;align-items: center;font-size:14px;}
.in4_ul>li>a>img{width:26px;margin-right:4px;}
.in4_ul>li>a>.hover{display: none;}
.in4_ul>li>a:hover,.in4_ul>.active>a{color:#44A33E;}
.in4_ul>li>a:hover>.default,.in4_ul>.active>a>.default{display: none;}
.in4_ul>li>a:hover>.hover,.in4_ul>.active>a>.hover{display: block;}
.indexAbout .InfoContent{color:#333;}
.indexAbout .more{width:116px;height:38px;line-height:36px;text-align: center;color:#fff;border:2px solid #44A33E;background:#44A33E;margin-top:25px;transition: all 0.5s;}
.indexAbout .more:hover{background:#fff;color:#44A33E;}
.indexAbout video{display: block;width:100%;}
@media (max-width:767px){

}
@media (min-width:768px){
	.in4_ul{margin:20px -20px;}
	.in4_ul>li{padding:0 20px;margin-bottom:0;}
	
	.indexAbout{display: flex;align-items: center;flex-flow: row-reverse wrap;}
	.indexAbout .left{float:left;width:53.5714%;}
	.indexAbout .right{float:left;width:46.4286%;padding:30px;background:#fff;margin-bottom:0;}
}
@media (min-width:992px){
	.indexAbout .right .h5{font-size:22px;}
	.indexAbout .more{margin-top:40px;}
}
@media (min-width:1200px){
	.in4_ul{margin:30px -25px;}
	.in4_ul>li{padding:0 25px;}
	.in4_ul>li>a{font-size:16px;}
	.in4_ul>li>a>img{width:30px;}
}
@media (min-width:1450px){
	.indexAbout .right .h5{font-size:24px;}
	.indexAbout .more{margin-top:60px;}
	.indexAbout .right{padding:40px 45px;}
}


/* 首页 - 优势 */
.strengthsList .column{margin-bottom:30px;}
.strengthsList a{display: flex;align-items: center;flex-flow:row-reverse wrap;}
.strengthsList .text,
.strengthsList .img{width:100%;}
.strengthsList .text{margin-bottom:15px;}
.strengthsList .InfoContent{font-size:12px;line-height:22px;height:66px;overflow: hidden;}
.strengthsList .text>.h5{position: relative;font-size:18px;font-weight: 700;color:#44A33E;padding-bottom:24px;}
.strengthsList .text>.h5:after{content: '';display: block;position: absolute;width:60px;height:4px;background:#44A33E;left:0;bottom:10px;}
.strengthsList .text>em{display: block;text-transform: uppercase;font-family: arial;margin-bottom:10px;color:#666;font-size:12px;}

.strengthsList .column:nth-child(even) a{flex-flow: row wrap;}
.strengthsList a:hover .img>img{transform: scale(1.1);}
@media (min-width:768px){
	.strengthsList .column{margin-bottom:0;}
	.strengthsList .text,
	.strengthsList .img{width:50%;}
	.strengthsList .text{margin-bottom:0;}
	.strengthsList .column:nth-child(odd) .text{padding:20px 0 20px 20px;text-align: left;}
	.strengthsList .column:nth-child(even) .text{padding:20px 20px 20px 0;text-align: right;}
	.strengthsList .column:nth-child(even) .h5:after{right:0;left:auto;}
}
@media (min-width:992px){
	.strengthsList .text>.h5{font-size:20px;}
	.strengthsList .text>em{font-size:14px;}
}
@media (min-width:1450px){
	.strengthsList .text>.h5{font-size:22px;}
	.strengthsList .column:nth-child(odd) .text{padding:20px 5% 20px 35px;}
	.strengthsList .column:nth-child(even) .text{padding:20px 35px 20px 5%;}
}
@media (min-width:1850px){
	.indexItem05 .container{width:1650px;}
}

/* 首页 - 合作伙伴 */
.otherTitle{justify-content: space-between;align-items: center;flex-flow: row wrap;margin-bottom:35px;}

.partnerList{margin:0 -6px;}
.partnerList .column{padding:0 6px;margin-bottom:12px;}
.partnerList .img:after{content: '';display: block;position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.08);transition: all 0.5s;}
.partnerList .img:hover:after{opacity: 0;}
.partnerList .img:hover>img{transform: scale(1);}
@media (min-width:768px){
	.otherTitle{display: flex;}
	.otherTitle .indexTitle{text-align: left;}
	.otherTitle .indexTitle,.otherTitle .submenu{margin-bottom:0;}
}
@media (min-width:1450px){
	.partnerList .column{width:12.5%;}
}

/* 首页 - 新闻资讯 */
.newsList{margin:0 -7px;}
.newsList .column{padding:0 7px;margin-bottom:15px;}
.newsList .h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.newsList .p{line-height:24px;height:48px;overflow:hidden;margin-top:10px;color:#666;transition: all 0.5s;}
.newsList .text{padding:20px 0;transition: all 0.5s;}
.newsList a:hover .text{padding:20px 15px;background:#44A33E;color:#fff;}
.newsList a:hover .p{color:#fff;}
.newsList a:hover .img>img{transform: scale(1.1);}
.indexItem07 .in4_ul{margin-top:0;margin-bottom:0;}
.indexItem07 .in4_ul>li>a{font-size:14px;}
@media (max-width:479px){
	.newsList .column{width:100%;}
}
@media (min-width:768px){
	.newsList .p{margin-top:15px;}
}
@media (min-width:992px){
	.newsList{margin:0 -15x;}
	.newsList .column{padding:0 15px;margin-bottom:20px;}
	.newsList .text{padding:25px 0;}
	.newsList a:hover .text{padding:25px 15px;}
}
@media (min-width:1450px){
	.newsList{margin:0 -25px;}
	.newsList .column{padding:0 25px;margin-bottom:30px;}
}


/*内页*/
.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 #bfbfbf;transition: all 0.5s;border-radius: 20px;}
.submenu>li.active>a,.submenu>li>a:focus,.submenu>li>a:hover{color:#fff;background-color:#44a33e;border-color:#44a33e;}
.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:#44a33e;}
.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:2.2;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:#44a33e;background:#44a33e;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:#44a33e;border-color:#44a33e;transition: all 0.5s;}
.pager li>a:hover{color:#fff;background-color:#44a33e}

.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:#44a33e}
.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:0 -10px 40px;}
	.submenu>li{padding:0 10px;}
	.submenu>li>a{min-width:120px;}
	
	.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;}
	
	.pager{margin-top:40px;}
}
@media (min-width:1200px){
	.submenu{margin-bottom:45px;}
	.submenu>li>a{font-size:16px;}
	
	.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-left:-15px;margin-right:-15px;}
	.submenu>li{padding:0 15px;} */
	
	.pager li>a,.pager li>span{padding:12px 35px;margin:0 30px}
}


/* 研发化妆产品 */
.designer_pieces_box{margin-top:30px;border-top:1px #d2d2d2 solid;padding-top:30px}
.designer_pieces_box>h2{font-size:24px;margin-bottom:20px;}

/* 明星产品 - 详情*/
.detailstopMain{margin-left:-10px;margin-right:-10px;align-items: stretch;margin-bottom:35px;}
.detailstopMain .left>.img{border:1px solid #ccc;margin-bottom:20px;}
.detailstopMain .column{padding-left:10px;padding-right:10px;}
.shortInfo .h2{font-size:18px;line-height:1.4;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ccc;}
.shortInfo>a{display: inline-block;padding:14px 38px;color:#fff;background:#44a33e;color:#fff;margin-top:25px;font-size:16px;border-radius: 0;transition: all 0.5s;}
.shortInfo>a:hover{border-radius: 25px;text-shadow: 2px 2px 1px rgba(0,0,0,0.5);}

.moveNavOuter .container{padding:0;}
.moveNavOuter.fixed{position: fixed;width:100%;background:#fff;left:0;top:0;z-index: 9;box-shadow: 0 3px 10px rgba(0,0,0,0.1);}
.moveNavOuter.fixed .detailsTab{margin-bottom:0;}
.moveNavOuter.fixed .container{padding:0 15px;}
.detailsTab{margin-bottom:20px;overflow: hidden;border-bottom:2px solid #eee;}
.detailsTab li{float:left;}
.detailsTab li>a{background:transparent;font-size:14px;line-height:20px;padding:12px 20px;transition: all 0.3s;}
.detailsTab li.active>a{background:#44a33e;color:#fff;}

.detailsItem{margin-bottom:25px;}
.detTitle{display: flex;align-items: center;font-size:18px;padding:15px 0;border-bottom:1px solid #eee;margin-bottom:10px}
.detTitle>img{width:26px;margin-right:8px;}
@media (max-width: 767px) {
	.designer_pieces_box>h2{font-size:18px}
}
@media (min-width: 768px) {
	.detailstopMain{margin-bottom:40px;}
	.detailstopMain .left>.img{height:100%;display: flex;justify-content: center;flex-direction: column;margin-bottom:0;}
	
	.detailsTab{margin-bottom:25px}
	.detailsTab li>a{font-size:16px;padding:15px 25px;}
	.detailsItem{margin-bottom:30px;}
}
@media (min-width:992px){
	.detailstopMain{margin-bottom:50px;margin-left:-20px;margin-right:-20px;}
	.detailstopMain .column{padding-left:20px;padding-right:20px;}
	.shortInfo .h2{font-size:20px;padding-bottom:15px;margin-bottom:15px;}
	.shortInfo>a{padding:15px 48px;margin-top:35px;font-size:18px;}
	.shortInfo>a:hover{border-radius: 27px;}
	
	
	.detTitle{margin-bottom:20px;font-size:20px}
	.detTitle>img{width:30px;margin-right:12px;}
	.detailsTab{margin-bottom:30px}
	.detailsTab li>a{padding:15px 30px;}
	.detailsItem{margin-bottom:40px;}
}
@media (min-width:1200px){
	.detailstopMain{margin-bottom:60px;}
	.shortInfo>a{padding:17px 48px;font-size:20px;}

	.detTitle{margin-bottom:25px}
	.detailsTab{margin-bottom:35px}
	.detailsItem{margin-bottom:50px;}
	.detailsItem .InfoContent{font-size:16px;}
}
@media (min-width:1400px){
	.detTitle{margin-bottom:30px}
	.detailsTab li>a{padding:20px 40px;}
}



/* 研发生产 - 研发环境 */
.environment_list{margin-left:-12px;margin-right:-12px}
.environment_list .column{padding:0 12px;margin-bottom:15px}
.environment_list .img{border:1px #d8d8d8 solid}
.environment_list .h5{font-size:16px;line-height:1.4;text-align:center;margin:15px 0 0}
.environment_list .column>div:hover .img>img{transform: scale(1.25);}
@media (max-width:767px){
	.environment_list{margin-left:-5px;margin-right:-5px}
	.environment_list .column{padding:0 5px}
	.environment_list .h5{font-size:14px;margin-top:10px}
}

/* 新闻中心 */
.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:#44a33e}
.news_list a:hover em{border-color:#44a33e;background-color:#44a33e;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:479px){
	.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}
}

/*联系方式*/
.contact_item{background-color:#fff;padding:30px 0;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.contact_item .column{padding:0 30px;border-right:1px #e7e7e7 dotted;font-family: arial;}
.contact_item .column:last-child{border:0}
.contact_item .column1 img{max-width:100%;height:50px;}
.contact_item .column1 h1{font-size:16px;margin:15px 0 5px}
.contact_item .column3{display:flex;justify-content:center;align-items:center}
.contact_item .column3 img{width:100%;max-width:160px}
.contact_item .column3 span{display:block;font-size:14px;font-weight:700;width:16px}
.map{height:300px;background-color:#fff;margin:20px 0 30px;}
.map #dituContent{width:100%;height:100%;border:1px #ddd solid}
.anchorBL{display: none;}
.BMap_bubble_title{color:#44a33e;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;border-radius:0;box-shadow:none}
.message_form .error input{border-color:#44a33e}
.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:transparent;color:#333;border:1px solid #999;line-height:20px;padding:14px;margin:20px auto 0;outline:0!important;text-transform: uppercase;transition: all 0.3s;border-radius: 0;}
.message_form .btn:hover{border-color:#44a33e;color:#fff;background:#44a33e;box-shadow: 1px 2px 5px rgba(255,255,255,0.3);}
@media (max-width:767px){
	.contact_item{padding:0 15px}
	.contact_item .column{border-right:0;border-bottom:1px #e7e7e7 dotted;padding:20px 0}
}
@media (min-width:768px){
	.contact_item{display:flex;padding:45px 0;}
	.contact_item .column{font-size:14px}
	.contact_item .column1{width:40%}
	.contact_item .column1 h1{font-size:18px}
	.contact_item .column2{width:60%;border-right:0}
	.contact_item .column3{display:none}
	.map{height:450px;margin:30px 0 40px;}
}
@media (min-width:992px){
	.contact_item{padding:55px 0;}
	.contact_item .column1{width:33.33333%}
	.contact_item .column2{width:41.66667%;border-right:1px #e7e7e7 dotted}
	.contact_item .column3{width:25%;display:flex;justify-content:flex-end}
	.map{margin:40px 0 50px;}
	.message_form .btn{width:200px;padding:16px;}
}
@media (min-width:1200px){
	.contact_item .column1 img{height:58px;}
	.contact_item{padding:60px 0;}
	.contact_item .column{padding:0 50px}
	.map{margin:50px 0 60px;}
	.message_form .column{margin-bottom:10px;}
	.message_form .btn{width:220px;padding:20px;}
}








/*动画*/
.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;
}