@-webkit-keyframes morphing {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
	25% {
		border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; }
	50% {
		border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%; }
	75% {
		border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; } }

@keyframes morphing {
	0% {
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
	25% {
		border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; }
	50% {
		border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%; }
	75% {
		border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; } 
}

.main ,.header,.banner,.banner1,.content {width: 100%; background-color: #fff}
.clearfl{clear: both;}
.fl-left{float: left}
.fl-right{float: right}
.wd1772{max-width: 1772px; margin:0 auto;}
.wd1420{max-width: 1420px; margin:0 auto;}
.wd1618{max-width: 1618px; margin:0 auto;}
.wd1200{max-width: 1200px; margin:0 auto;}
.yinying{
	-moz-box-shadow:0px 0px 8px #eee; 
	-webkit-box-shadow:0px 0px 8px #eee; 
	box-shadow:0px 0px 8px #eee;
}

img{max-width: 100%}
.pos_rel{
	position: relative;
}

.header{
	height: 800px; 
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover; 
	
}

.banner{ 
	position: relative;
    z-index: 0; 
}
.banner .swiper-pagination{ z-index:9; padding:23px 10px; }
.banner .swiper-container-vertical>.swiper-pagination-bullets{ right:55px;}
.banner .swiper-pagination-bullet{width:20px; height:20px;background-image:url(../images/banner-btn.png); background-color:transparent; opacity:1;}
.banner .swiper-pagination-bullet-active{ background-image:url(../images/banner-btn2.png);  background-color:transparent;} 



/*手机导航*/
#hamburger {
	width: 24px;
	height: 14px;
	position: fixed;
	top: 24px;
	right: 15px;
	z-index: 999;
	display: none;
}
#hamburger:before, #hamburger:after, #hamburger span {
	background: #f26d20;
	content: '';
	display: block;
	width: 24px;
	height: 2px;
}
#hamburger span {
	margin: 4px 0 0 0;
}
#hamburger:after {
	margin: 4px 0 0 0;
}
#hamburger.hb-fixed {
	position: fixed;
}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {
	-webkit-transition: none 0.3s ease 0.3s;
	transition: none 0.3s ease 0.3s;
	-webkit-transition-property: transform, top, bottom, left, opacity, margin;
	transition-property: transform, top, bottom, left, opacity, margin;
}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
	top: 20px;
}
html.mm-opening #hamburger span {
	left: -50px;
	opacity: 0;
}
html.mm-opening #hamburger:before {
	transform: rotate( 45deg );
	margin: 7.5px 0 0 0;
}
html.mm-opening #hamburger:after {
	transform: rotate( -45deg );
	margin: -7.5px 0 0 0;
}





/*第一层*/
.nav{ 
	width: 100%; 
	height: 120px; 
	overflow: hidden;
	border-bottom: 1px solid #cacaca;
	background-color: #fff;
}
.nav .logo{float:left;padding-top: 21px;}
.nav .nav_list{float:left; overflow: hidden; padding-top: 40px; margin-left: 5%}
.nav .nav_right{float: right; overflow: hidden;}
.nav_list li{float: left; margin-right: 15px;}
.nav_list li a{font-size: 1.6rem;color:#333; display: block; padding:12px 20px; }
.nav_list li a:hover{border-radius:10px; background: #f26d20; color: #fff}
.nav_list li:last-child{
	margin-right:0px;
}

#p1 #s1,#p2 #s2,#p3 #s3,#p4 #s4,#p5 #s5,#p6 #s6{border-radius:10px; background: #f26d20; color: #fff }


.search{
	 float: left;
	 padding-top: 52px;
	 height: 120px; 
}
.search a{ font-size: 20px; color: #999; margin-right: 52px; }
.wangdian{
	float: left;
	padding:50px 20px 0 20px;
	height:120px; 

}
.wangdian a{border-right: 2px solid #c9c9c9; padding:2px 16px;display: inline-block;  }
.wangdian a:last-child{border-right:none;}
.lan{
	float: left;
	padding:50px 0 0 20px;
	height: 120px; 
}
.lan a{font-size: 1.6rem; line-height: 30px;color: #9a9997}
.lan a i{ margin-right: 4px; font-size: 20px;}

.hd{ position:fixed; height:90px; width:100%; top:0; z-index:99;}
.hd .search,.hd .wangdian,.hd .lan{ height: 90px }
.hd .logo{ width: 80px ;padding-top: 15px;}
.hd .nav_list{padding-top: 25px;}
.hd	.search{padding-top: 39px;}
.hd	.wangdian{padding:37px 20px 0 20px;}
.hd	.lan{padding:37px 0 0 20px;}

/*第三层*/
.section-2{padding:100px 0; background: #fff; overflow: hidden;}
.about-info{
	overflow: hidden;
}
.organic_circle {
	float: left;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	-webkit-animation: morphing 10s infinite;
	animation: morphing 10s infinite;
	overflow: hidden; 
	margin-left: 10%
}

@media screen and (min-width: 768px) {
	.organic_circle {width: 25vw;height: 25vw;min-width: 400px;min-height: 400px;margin-right: 4vw; }
	#slide {width: 25vw;height: 25vw;min-width: 400px;min-height: 400px; }
	#slide img { width: 25vw;height: 25vw;min-width: 400px;min-height: 400px; }
}
@media screen and (max-width: 640px) {
	.organic_circle {
		width: 240px;
		height: 240px;
		margin: 0 auto;
 	}
	#slide {width: 240px;height: 240px;}
	#slide img {width: 240px;height: 240px;}
}
#slide {margin: 0 auto;position: relative;}
#slide img {position: absolute;left: 0;top: 0; }
.about-text{
	float: left;
	width: 810px;
    padding: 0 0 0 5%;
}
.about-text-info{
	width: 80%;
	margin-bottom: 30px
}
.about-text h1{
	font-size: 3rem; 
	color: #f26d20;
	padding-bottom: 14px;

}
.about-text h4{
	font-size: 1.8rem;
	color: #555555;
	font-family: Arial;
	padding-bottom: 50px;
	text-transform:uppercase
}
.about-text p{
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.about-text li{
	width: 220px;
	padding:20px 0;
	display: inline-block;
	margin-right: 3%;
	border-radius:10%;
	border:1px solid #adadad;
	
}
.about-text li:last-child{margin-right: 0%;}
.about-text li i,.about-text li b{
	display: block;
	text-align: center;
}
.about-text li i{
	font-size: 3.2rem;
	color: #f26d20;
	font-family: Arial;
	font-weight: bold;
	margin:20px 0 26px 0;
}
.about-text li b{
	font-size: 1.8rem;
	color: #555;


}
.about-pic {
	margin-top:50px;
	padding:0px 0px;
}
.about-pic li{
	position: relative;
	float: left;
	margin-right: 50px;
	overflow: hidden;
	border-radius: 20px;
	width: calc(50% - 25px)


}
.about-pic li .img1{
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}  
.about-pic li:last-child{
	margin-right: 0px;
}
.about-pic li i{
	font-size: 3rem;
	color:#f26d20;
	font-weight: bold;
}
.about-pic li i p{
	font-size: 1.4rem;
	font-family: Arial;
	color: #fff;
}
.overlay {
	display: block;
	position: absolute;
	z-index: 20;
	border-radius: 20px;
	background: rgba(220,176,117,.8);
	overflow: hidden;
	bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.grey{
	background: rgba(100,100,100,.8);
}
.overlay span{
	display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #fff;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto -30px;
}
.overlay span b,.overlay span i,.overlay span p{
	display: block;
	text-align: center;

}
.overlay span i{
	padding:18px 0 10px 0; 
}
.overlay span  p{
	text-transform:uppercase;
}

.about-pic li:hover .overlay{
	opacity: 0;
}



/*第三层*/
.show-icon{ z-index:10; display:none; width:70px; height:70px; position:fixed; right:50px; bottom:85px;}
.iv{ 
	padding:125px 0 0 0; 
	background:url(../images/video-bg.jpg) left center no-repeat; 
	background-size:cover;
	height:760px; 
}
.iv-btn{ width:510px; height:510px; margin:0 auto 0 auto; position:relative; overflow:hidden;}
.iv-btn>img{ position:absolute; z-index:3;}
.loading2{ -webkit-animation: rotate 40s linear infinite; animation: rotate 40s linear infinite;}
.loading3{ -webkit-animation: rotate2 30s linear infinite; animation: rotate2 30s linear infinite;}
.video-btn{ top:50%; left:50%; margin-left:-43px; margin-top:-43px;}
.iv-btn:after{ position:absolute; border-radius:100%; border:1px solid #eb6120; top:50%; left:50%; margin-left:-44px; margin-top:-44px; content:""; background:#dfa183; -webkit-animation:scaleout 3s infinite ease-in-out; width:86px; height:86px;	animation:scaleout 3s infinite ease-in-out;}
.iv-btn:before{ position:absolute; border-radius:100%; border:1px solid #eb6120; top:50%; left:50%; margin-left:-44px; margin-top:-44px; content:""; background:#dfa183; -webkit-animation:scaleout 3s infinite ease-in-out; width:86px; height:86px;	animation:scaleout 3s infinite ease-in-out; animation-delay: 1s; -moz-animation-delay: 1s;-webkit-animation-delay: 1s;}
@-webkit-keyframes scaleout {
	0% {-webkit-transform:scale(1.0);}
	100% {	-webkit-transform:scale(2.1);	opacity:0;}
}
@keyframes scaleout {
	0% {	transform:scale(1.0); -webkit-transform:scale(1.0);	opacity:0;}
	10% {	transform:scale(1.0); -webkit-transform:scale(1.0);	opacity:1;}
	100% {	transform:scale(2.1); -webkit-transform:scale(2.1);	opacity:0;}
}


/*第四层*/
.section-3{
	padding-top: 98px;

}
.section-3 h2{
	font-size: 3rem;
	color: #f26d20;
	text-align: center;

}
.section-3 h4{
	font-size: 2.6rem;
	font-family: Arial;
	text-align: center;
	margin-top: 18px;
	text-transform:uppercase
}
.section-3 .zzbg{
	margin-top:110px;
	background: url(../images/jiangxin_bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    padding:40px 0  50px 0;
}
.section-3 li {
	position: relative;
    background: #fff;
    width: calc(25% - 80px);
    margin: 0 40px;
    float: left;
    border-radius: 20px;
    padding: 70px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 400px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.section-3 li .title{
	text-align: right;
    position: absolute;
    left: 0;
    top: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 2.2rem;
    color: #fff;
}
.section-3 li .text{
	padding-top:25px;
	font-size: 1.4rem;
    color: #666666;
    line-height: 24px;
}


/*第五层*/
.section-4{
	background:url(../images/in_pro_bg.jpg) bottom right no-repeat;  padding:127px 0 210px 0 ;

}
.section-4 h2{
	font-size: 3rem;
	color: #f26d20;
	text-align: center;

}
.section-4 h4{
	font-size: 2.6rem;
	font-family: Arial;
	text-align: center;
	margin-top: 18px;
	text-transform:uppercase
}
.pro-list{ margin-top:115px; }
.pro-list .box{ position:relative; border-radius:15px; overflow:hidden;}
.pro-list .box img{ max-width:100%;}
.pro-list .box .t2,.pro-list .box .t3{ position:absolute; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pro-list .box .t2{ opacity:1; bottom:0; left:0; padding:0 40px;}
.pro-list .box .t2:before{
	position: absolute;
    top: 0;
    left: 0px;
    background:#eb6120; 
    height: 11px;
    width: 80px;
    content: "";
    margin:0 40px;
    border-radius: 11px
}
.pro-list .box .t3{height:100%; top:0; left: auto; bottom:auto; right:auto; }
.pro-list .box h3{font-size:2.2em; color:#292929; font-family: Arial;}
.pro-list .box h5{ font-size:2.2em; color:#292929;}
.pro-list .box p{ font-size:1.4em; line-height:24px; color:#fff;}
.pro-list .box .t3{ text-align:center; opacity:0; z-index:1;padding-top:40%;border-radius:15px;}
.pro-list .box .t2 h3{ margin-bottom:6px;  padding-top:33px; word-wrap: break-word;}
.pro-list .box .t2 h5{ position:relative; padding-bottom:55px; margin-bottom:40px;}
.pro-list .box .t3:after{ position:absolute; top:0; left:0; width:100%; height:100%; content:""; z-index:-1;clip-path: circle(0%);border-radius:15px; overflow: hidden;}
.pro-list .box .t3 img{ margin-bottom:50px;}
.pro-list .box .t3 h3{ margin-bottom:12px; color:#eb6120;}
.pro-list .box .t3 h5{ margin-bottom:30px;}
.pro-list .box:hover .t3:after{clip-path: circle(100%);}
.pro-list .box:hover .t3{ opacity:1;}
.pro-list .box:hover .t2{ opacity:0;}
.pro-list .box .t3:after{ background:rgba(241,148,105,0.6);}
.pro-list .box .t3:after{ transition:ease 1.2s all;-moz-transition:ease 1.2s all; -webkit-transition:ease 1.2s all; -o-transition: ease 1.2s all;}
.pro-list .box .t2,.pro-list .box .t3,.pro-list .box{transition:ease 0.5s all;-moz-transition:ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}
.pro-list .box:hover{ box-shadow:0px 10px 20px rgba(0,0,0,0.2);}

.pro-list .box1 .t3:after{ background:rgba(241,148,105,0.3);}
.pro-list .box2 .t3:after{ background:rgba(210,168,128,0.6);}
.pro-list .box3 .t3:after{ background:rgba(104,181,174,0.6);}
.pro-list .box4 .t3:after{ background:rgba(119,174,222,0.6);}
.pro-list .box5 .t3:after{ background:rgba(156,175,175,0.6);}
.pro-list .box6 .t3:after{ background:rgba(195,217,78,0.6);}


.pro-list .swiper-button-next, .pro-list .swiper-button-prev {

    width: 44px;
    height: 60px;
    cursor: pointer;
    background-size: 44px 60px;

}

/*第六层*/
.section-5{
	background:#f1f2f6;  
	padding-top: 98px;
	padding-bottom: 30px;

}
.section-5 h2{
	font-size: 3rem;
	color: #f26d20;
	text-align: center;
	margin-top: 18px;

}
.section-5 h4{
	font-size: 2.6rem;
	font-family: Arial;
	text-align: center;
	margin-top: 18px;
	text-transform:uppercase
}
.brand{ overflow: hidden; margin-top: 54px; }
.brand li{
	float: left;
	width:calc((100% - 186px )/4);
	margin:0 62px 62px 0px;
	height: 150px;
	text-align: center;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 15px;
	vertical-align: middle;   
    padding:0 15px;
    display: flex;
    align-items: center;   
    justify-content: center;

}
.brand li:nth-child(4n){
	margin:0 0px 62px 0px;
}
.brand li:hover{
	-moz-box-shadow:0px 0px 8px #eee; 
	-webkit-box-shadow:0px 0px 8px #eee; 
	box-shadow:0px 0px 8px #eee;
}

/*第七层*/
.section-6{
 padding: 98px 0 75px 0;

}
.section-6 h2{
	font-size: 3rem;
	color: #f26d20;
	text-align: center;

}
.section-6 h4{
	font-size: 2.6rem;
	font-family: Arial;
	text-align: center;
	margin-top: 18px;
	text-transform:uppercase
}


.news{ padding:75px 0  90px 0;}
.news .box{width: 100%}
.news .box>*{ float:left;}
.news .box .img{ 
	width:100%;
  border-radius:15px;
  overflow:hidden; 
  box-shadow:0 5px 10px rgba(0,0,0,0.1);
  text-align: center;
}
.news .box .txt{ 
	width:90%; 
	margin:-15% 0 0 5%; 
	border:1px solid #ddd; 
	border-radius:15px; 
	box-shadow:0 5px 10px rgba(0,0,0,0.1); 
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	padding:40px 40px 70px 40px; 
	background: url(../images/in_news_bg.jpg) right bottom no-repeat #fff
}
.news .box .txt .date{  padding-bottom: 30px; }
.news .box .txt .date>*{ display:inline-block;}
.news .box .txt .date img{ margin-bottom:-5px;}
.news .box .txt .date h3{ font-size:1.4em; color:#999; font-family: "Arial";}
.news .box .txt h6{ font-size:2.2em; color:#f26d20; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;padding-bottom: 10px}
.news .box .txt p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3; font-size:1.4em; color:#666666; line-height:24px; height:72px;}
.news .swiper-pagination-bullet{width:20px; height:20px; border:1px solid #b8bcbc; position:relative; background:transparent; opacity:1; }
.news .swiper-pagination-bullet:after{ position:absolute; top:4px; left:4px; width:10px; height:10px; content:""; background:#b8bcbc; border-radius:50%;}
.news .swiper-pagination-bullet-active{border:1px solid #eb6120;}
.news .swiper-pagination-bullet-active:after{ background:#eb6120;}
.news .box .txt p,.news .box .txt h4,.news .box .txt .date h3{transition:ease 0.5s all;-moz-transition:ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}
.news .box:hover .txt{background-image: none;  background-color:#f26d20; }
.news .box:hover .txt h6{ color: #fff; }
.news .box:hover .txt .date h3,.news .box:hover .txt p{  color:#fff; }

.news .swiper-pagination{
	bottom:0px;
}

/*第八层*/
.section-7{
	width: 100%;
	background: url(../images/search_bg.jpg) center center no-repeat;
	padding:100px 0 0px 0;
	height: 400px;

}
.section-7 h2{
	font-size: 3rem;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

.search-box{
	width: 600px;
	margin:0 auto;
	overflow: hidden;
}
.search-box input{
	float: left;
	width:80%;
	height: 60px;
	border-radius: 10px;
	background: url(../images/search_shutiao.jpg) 20px center no-repeat #fff;
	color: #333;
	padding-left: 30px;
	font-size: 1.4rem;
}
.search-box button{
	float:right;
	width: 16%;
	height: 60px;
	font-size: 1.8rem;
	color: #436952;
	background-color: #fff;
	border-radius: 10px;
}
.section-7 span{
	padding-top: 25px;
	display: block;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
}
.section-7  a{
	font-size: 1.6rem;
	color: #fff;
	margin-right: 10px;
}
.section-7  a:hover{
	text-decoration: underline;
}

/*底部*/
.footer{
	width: 100%;
	padding-top: 65px;

}
.footer .foot_1{
	overflow: hidden;
	padding: 25px 0 15px 0
}

.footer .foot_1 .foot_list{float: left;  }
.footer .foot_1 .foot_list{overflow: hidden; width: 54%}
.footer .foot_1 .foot_list dd{
	float: left;
	width: 20%;

}
.footer .foot_1 .foot_list h3{
	font-size: 1.8rem;
	padding-bottom: 20px;
	color: #333
}
.footer .foot_1 .foot_list a{
	line-height: 2.2em;
	font-size: 1.4rem;
	color: #555;
	display: block;
}



.footer .foot_1 .foot_ewm{float: right;}
.footer .foot_1 .foot_ewm img{
	padding:19px;
	border:2px solid #f26d20;
	border-radius: 15px;
}
.footer .foot_1 .foot_ewm h2{
	margin-top: 10px;
	font-size: 1.4rem;
	text-align: center;
	color: #555;
}
.footer .foot_1 .foot_ewm p{
	text-align: center;
	line-height: 2em;
	font-size: 1.4rem;
	color:#555;
}


.footer .copyright {
	max-width: 1800px;
	margin:0 auto;
	padding:20px 0 ;
	border-top:1px solid #ccc;
}

.copy_beian p{
	font-size: 1.4rem;
	color: #555;

}
.copyright  a{
	font-size: 1.4rem;
	color:#555; 
	line-height: 3rem;

}
.copy_info{
	color:#555; 
	font-size: 1.4rem;
}


/*首页结束*/

/*内页*/
/*内页bannner*/
.ab_banner,.pr_banner,.new_banner,.con_banner,.man_banner{
	width: 100%;
	background: center center no-repeat;
	background-size:cover;
}
.ab_banner{
	background-image: url(../images/banner/ab_banner.jpg);
}
.pr_banner{
	background-image: url(../images/banner/pr_banner.jpg);
}
.new_banner{
	background-image: url(../images/banner/new_banner.jpg);
}
.con_banner{
	background-image: url(../images/banner/con_banner.jpg);
}
.man_banner{
	background-image: url(../images/banner/man_banner.jpg);
}


.banners{ color:#fff; position:relative; overflow:hidden;height:472px;}
.banners h3{ font-size:4.8rem; padding:180px 0 20px 0; color: #f26d22;}
.banners p{color:#a19fa0; text-transform:uppercase;font-size:2.6rem;}
.banners span{ padding-left:12px; font-size:1em; font-family: "GOTHAMROUNDED-MEDIUM";}



/*内页列表*/
.ab-list{
	text-align: center;
	padding: 25px 0;
	border-bottom:2px solid #ddd;
}
.ab-list a{ 
	display: inline-block;
	line-height: 30px;
	padding:10px 30px;
	color: #fff;
	font-size: 1.6rem;
	background-color: #aaa;
	border-radius: 10px;
	margin:0 10px 10px 10px;


}
.ab-list a:hover,.ab-list a.cur{
	background-color: #f26d20;
}


/*关于我们*/

.ab-culture{
	padding-top: 98px;

}
.ab-culture h2{
	font-size: 3rem;
	color: #f26d20;
	text-align: center;

}
.ab-culture h4{
	font-size: 2.6rem;
	font-family: Arial;
	text-align: center;
	margin-top: 18px;
	text-transform:uppercase;
	color: #555;
}
.ab-culture .cul_bg{
	padding-top:120px;
	width: 100%;
	background:url(../images/ab_culture.jpg) center center no-repeat;
	height: 782px;
	margin-top: 53px;

}
.ab-culture .text{
	padding:60px;
	max-width: 720px;
	border-radius:36px;
	opacity: 0.9;
	background-color: #e2854e;
	color: #fff;
	margin-left:30px;
	width: 42%;

}
.ab-culture .text h5{
	font-size: 3rem;
	margin-top: 28px;
	
}
.ab-culture .text h5:first-child{
	margin-top: 0px;
}
.ab-culture .text h6{
	font-size: 2rem;
	padding-bottom: 16px;
	margin-top:16px;
	text-transform:uppercase;
}
.ab-culture .text p{
	font-size: 1.6rem;
	margin-top: 20px;
	line-height: 2.4rem;
}


.ab-section{ background-color: #f3f3f3; padding-bottom: 50px; }
.ab-content{	
	text-align:center;
	background: #f3f3f3;
	overflow: hidden;

}

/*生产实力*/
.man-1{
	padding-top: 98px;

}
.man-1 h2{
	font-size: 3rem;
	color: #f26d20;
	text-align: center;

}
.man-1 h4{
	font-size: 2.6rem;
	font-family: Arial;
	text-align: center;
	margin-top: 18px;
	text-transform:uppercase;
	color: #555;
}
.man-1 p{
	font-size: 2.4rem;
	margin-top: 53px;
	line-height:4.8rem;
	color: #555;
}
.man-list{
	padding-top:50px;
	overflow: hidden;
}
.man-list li{
	float: left;
	width: calc(50% - 27px);
	margin-right:54px;
	text-align: center;
	margin-bottom:38px;

}
.man-list li:nth-child(even){
	margin-right:0px;
}
.man-list li img{
	border-radius:20px;
}
.man-list li i{
	padding:10px 44px;
	display: inline-block;
	background-color: #dbdbdb;
	border-radius: 30px;
	color: #333;
	font-size: 3rem;
	margin-top: 20px;
}


.man-2{
	padding: 98px 0 65px 0;
	background:url(../images/man-2-bg.jpg) top center no-repeat;
	background-size: cover;
}
.man-2 h2{
	font-size: 3rem;
	color: #f26d20;
	text-align: center;

}
.man-2 h4{
	font-size: 2.6rem;
	font-family: Arial;
	text-align: center;
	margin-top: 18px;
	text-transform:uppercase
}

.ia-tit{ padding:40px 0 60px 0; text-align:center;}
.iabouts{ margin-bottom:28px;}
.ias{ margin:0 20px; padding:12px 30px; display:inline-block; font-size:1.6em; color:#fff; background:#b8bcbc; border-radius:40px; cursor: pointer;}
.ia-shows{ margin-top:12px;}
.ias:hover,.iason{ background:#eb6120; font-weight:bold;color:#fff;}
.ia-shows{ min-height:130px;}
.ia-shows .swiper-container{ display:none; }
.ias-show{ display:block !important;}
.ias-s .swiper-pagination-bullet{width:20px; height:20px; border:1px solid #b8bcbc; position:relative; background:transparent; opacity:1; }
.ias-s .swiper-pagination-bullet:after{ position:absolute; top:4px; left:4px; width:10px; height:10px; content:""; background:#b8bcbc; border-radius:50%;}
.ias-s .swiper-pagination-bullet-active{border:1px solid #eb6120;}
.ias-s .swiper-pagination-bullet-active:after{ background:#eb6120; }
.ias-s{ padding-bottom:80px;}
.ias-s .box{ background:#fff; border-bottom-left-radius:15px; border-bottom-right-radius:15px;}
.ias-s .box .img{ padding:10px;}
.ias-s .box .img img{ max-width:100%;}
.ias-s .box .txt{ padding:25px 10px;}
.ias-s .box .txt p{ font-size:2.4em; color:#333; line-height:24px; text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; height:24px;}
.ias-s .box:hover{ box-shadow:0 5px 10px rgba(0,0,0,0.1);}
.ias-s .box:hover p{ color:#eb6120;}


.man-3{
	padding: 98px 0;
	background-color: #f7f6f7;
}
.man-3 h2{
	font-size: 2rem;
	color: #333;
	text-align: center;
	margin-bottom: 20px
}
.man-3-li{
	max-width:1420px;
	margin:0 auto;
	overflow: hidden;
}
.man-3-li li{
	float: left;
	width: calc(100% / 3);
	padding:31px;
}

.man-4{
	background:url(../images/man-4-bg.jpg) center center no-repeat;
	background-size: cover;
	padding:190px 0 0 0;
	height: 505px;
	color: #fff;
	text-align: center;
}
.man-4 h2{
	font-size: 4.8rem;
}
.man-4 h4{
	font-size: 1.8rem;
	font-family: Arial;
	margin-top: 20px;
	text-transform:uppercase;
	line-height: 2rem;
}
/*产品中心*/

.p-search{
	width: 100%;
	background: url(../images/p-search-bg) center center no-repeat;
	padding:100px 0 0px 0;
	height: 400px;

}
.p-search h2{
	font-size: 3rem;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

/*产品总页*/
/*product*/
.product {background:url(../images/in_pro_bg.jpg) bottom center no-repeat #fff !important; overflow:hidden; padding:20px 0 30px 0; background-size:cover !important;}
.product .boxs .box .t3:after{ transition:ease 1.2s all;-moz-transition:ease 1.2s all; -webkit-transition:ease 1.2s all; -o-transition: ease 1.2s all;}
.product .boxs .box .t2,.product .boxs .box .t3{transition:ease 0.5s all;-moz-transition:ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}

.product .boxs .box .t2:before{
	position: absolute;
    top: 0;
    left: 0px;
    background:#eb6120; 
    height: 11px;
    width: 80px;
    content: "";
    margin:0 40px;
    border-radius: 11px
}
.product .boxs .box{ max-width: 540px; overflow:hidden; border-radius:15px; float:left; width:calc(33.33% - 60px); margin:30px 30px; position:relative; text-align:center;}
.product .boxs .box .t1 img{ max-width:100%;}
.product .boxs .box .t2,.product .boxs .box .t3{ position:absolute; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.product .boxs .box .t2{ padding:0 0 40px 40px; text-align: left; opacity:1; bottom:0; left:0; background-image:-webkit-linear-gradient(bottom,rgba(184,188,188,0.8),transparent);}
.product .boxs .box .t3{height:100%; top:0; left: auto; bottom:auto; right:auto; }
.product .boxs .box h3{font-size:2.2rem; color:#292929; font-family: Arial;}
.product .boxs .box h4{ font-size:2.4em; color:#333333;}
.product .boxs .box p{ font-size:1.4rem; line-height:24px; color:#fff;}
.product .boxs .box .t3{ opacity:0; z-index:1;padding-top:40%;}
.product .boxs .box .t2 h3{ margin-bottom:16px;  padding-top:40px; line-height: 2.4rem}
.product .boxs .box .t2 h5{ position:relative; font-size: 2.2rem}
.product .boxs .box .t3:after{ position:absolute; top:0; left:0; width:100%; height:100%; content:""; z-index:-1;clip-path: circle(0%);}
.product .boxs .box:nth-child(1) .t3:after{ background:rgba(241,148,105,0.3);}
.product .boxs .box:nth-child(2) .t3:after{ background:rgba(210,168,128,0.6);}
.product .boxs .box:nth-child(3) .t3:after{ background:rgba(104,181,174,0.6);}
.product .boxs .box:nth-child(4) .t3:after{ background:rgba(119,174,222,0.6);}
.product .boxs .box:nth-child(5) .t3:after{ background:rgba(156,175,175,0.6);}
.product .boxs .box:nth-child(6) .t3:after{ background:rgba(195,217,78,0.6);}
.product .boxs .box .t3 img{ margin-bottom:50px;}
.product .boxs .box .t3 h3{ margin-bottom:12px; color: #eb6120;font-size: 3.2rem}
.product .boxs .box .t3 h4{ margin-bottom:30px;}
.product .boxs .box:hover .t3:after{clip-path: circle(100%);}
.product .boxs .box:hover .t3{ opacity:1;}
.product .boxs .box:hover .t2{ opacity:0;}

/*产品类别*/
.pr-list{
	padding-top:70px;
	padding-bottom: 40px;
}
.product-a1 {
    font-size: 28px;
    color: #2e2e2e;
    line-height: 50px;
    height: 70px;
    border-bottom: 2px solid rgba(0,0,0,.1);
    background: url(../images/ico36.png) no-repeat right center;
    cursor: pointer;
}
.product-a1.on{
	background: url(../images/ico28.png) no-repeat right center;
}
.p-lock span,.product-a2 .box .pn1,.p-lock .pn1,.product-a2 .box .pn2,.p-lock .pn2,.product-a2 .box p{transition:ease 0.5s all;-moz-transition:ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}
.product-a2 .box span{transition:ease 1s all;-moz-transition:ease 1s all; -webkit-transition:ease 1s all; -o-transition: ease 1s all;}
.product-a2 .boxs{ overflow:hidden;padding:40px 0 0 0;}
.product-a2 .box{ overflow:hidden; position:relative; padding:10px; border-radius:20px; float:left; width:164px; height: 164px; text-align:center; z-index:1; margin-right:calc((100% - 984px)/5); margin-bottom: 20px;}
.product-a2 .box:last-child{margin-right: 0px;}
.product-a2 .box p{ font-size:1.6em; color:#333333; line-height:24px; margin-top:10px;}
.product-a2 .box span{ opacity:0; position:absolute; top:0; left:0; width:100%; height:100%; content:""; z-index:-1; clip-path: circle(0%);border-radius:20px;}
.product-a2 .box img{ border-radius:50%;}
.product-a2 .box .pn2{ display:none;}
.product-a2 .box:hover span,.p-lock span{clip-path: circle(100%) !important; opacity:1 !important; }
/*.product-a2 .box:hover .pn1,.p-lock .pn1{ display:none !important;}
.product-a2 .box:hover .pn2,.p-lock .pn2{ display:block !important; margin:0 auto !important;}*/
.product-a2 .box:hover p,.p-lock p{ color:#fff !important;}



.products{
	overflow: hidden;
	background-color: #f3f3f3;
	padding-top:62px;
}
.products li{
	float: left; 
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 3%;
	background-color: #fff;
	text-align:center;
	-moz-box-shadow:2px 2px 5px #9c9c9c; 
	-webkit-box-shadow:2px 2px 5px #9c9c9c; 
	box-shadow:2px 2px 5px #9c9c9c;
	border-radius: 5px;
	overflow: hidden;
}
.products li p{ display: block; line-height: 4em; text-align: center; background: #a7a7a7; color: #fff; font-size: 1.4rem }

.products li:nth-child(4n){ margin-right:0; }

/*产品详情页*/

.productshow {
	overflow: hidden;
	background-color: #f3f3f3;
	padding:62px 0;
}

.pro-content{
	padding:60px 100px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 30px;
}
.p-left{float: left}
.p-right{float: right}
.p-left,.p-right{
	width: 46% 
}
.p-left img{ 
	border:2px solid #ddd;
	border-radius: 20px;
 }
.p-right h1{
	line-height: 84px;
	width: 100%;
	display: block;
	border-radius: 42px;
	background-color: #f26d20;
	font-size: 2.6rem;
	color: #fff;
	text-align:  center;
	margin-bottom: 50px;
} 
.p-right p{
	color: #4e4e4e;
	font-size: 1.8rem;
	margin-bottom: 50px;
	padding-left:30px;
	line-height: 3rem;
}
.p-right .link{
	
}
.p-right .link a{
	padding-left: 30px;
	line-height: 3rem;
	display: block;
	font-size: 1.4rem;
	color: #4e4e4e;
	background-color: #f5f5f5;
	margin-bottom: 20px;
	border-radius: 10px;
}


.pdetail_img{padding-top: 15px;}
.editor{
	font-size: 1.4rem;
	line-height: 2.4rem;
}

/*联系我们*/

.contact-1{
	padding:75px 0;
}

.contact-1 li{
	float: left;
	width: 33.3%;
	height:380px;
	border-right:1px solid #e5e5e5;
	padding:40px 0 0 40px;
}
.contact-1 li:last-child{
	border-right:none;
}
.contact-1 li h2{
	font-size: 3rem;
	color: #f26d20;
	padding-bottom: 30px;
}
.contact-1 li p{
	font-size: 1.4rem;
	line-height:2.8rem;

}

.con-content{	
	text-align:left;
	margin: 3% auto ;
	background: #fff;

}

.contact-2{
	background:url(../images/contact_2_bg.jpg) center center no-repeat;
	text-align: center;
	height: 401px;
	padding-top: 120px;
	color: #fff;
}
.contact-2 h2{
	font-size: 3.6rem;
}
.contact-2 h5{
	font-size: 2rem;
	margin:16px 0 56px 0;
}
.contact-2 a{
	display: inline-block;
	font-size: 2rem;
	padding:10px 30px;
	border-radius: 20px;
	background-color: #e96c23;
	color: #fff;
}

/*招聘*/
.contact-3{
	padding-top:90px;
}
.recruit-b1,.recruit-b2,.recruit-b3{
	margin-bottom: 15px;
	overflow: hidden;
}
.recruit-b1-a{
	width: 145px;
	float: left;
	padding-left: 45px;
	background: no-repeat left center;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
}
.recruit-b1-b{
	width: calc(100% - 145px);
	float: left;
	font-size: 16px;
	line-height: 32px;
	color: #333;
}
.contact-d2 .contact-d1-b{
	/*text-transform:uppercase;*/
}
.recruit-b1-b a{
	font-size: 16px;
	line-height: 32px;
	color: #333;
	margin: 0 12px;
	cursor: pointer;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.recruit-b1-b a.on{
	color: #ea524f;
}
.recruit-b1-b a:hover{
	color: #ea524f;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.recruit-b1 .recruit-b1-a{	
		background-image: url(../images/ico23.png);
}
.recruit-b2 .recruit-b1-a{	
		background-image: url(../images/ico24.png);
}
.recruit-b3 .recruit-b1-a{	
		background-image: url(../images/ico25.png);
}

.recruit-b4{
	width: 100%;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(150,150,150,.4);
	margin-top: 40px;
	margin-bottom: 50px;
}
.recruit-b4-a{
	font-size: 16px;
	height: 45px;
	background: #f2f2f2;
	line-height: 45px;
	padding: 0 20px;
	font-weight: bold;
}
.recruit-b4 .rba1{
	width: 35%;
	float: left;
	padding-right: 10px;
}
.recruit-b4 .rba2{
	width: 23%;
	float: left;
	padding-right: 10px;
}
.recruit-b4 .rba3{
	width: 23%;
	float: left;
	padding-right: 10px;
}
.recruit-b4 .rba4{
	width: 19%;
	float: left;
	padding-right: 10px;
}
.recruit-b4-b{
	
}
.recruit-b4-b li{
    background: #fafafa;
    border-top: 1px solid rgba(0,0,0,.1);
}
.recruit-b4-b li:first-child{
	border-top: none;
}
.recruit-b4-b1{
	overflow: hidden;
	padding: 25px 20px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}

.recruit-b4-b1 .rba1{
	font-weight: bold;
}
.recruit-b4-b1 .rba5{
	width: 15px;
	height: 100%;
	position: absolute;
	right: 30px;
	top: 0;
	background: url(../images/ico28.png) no-repeat center;
}
.recruit-b4-b1.on .rba5{
	background: url(../images/ico27.png) no-repeat center;
}
.recruit-b4-b li:nth-child(2n){
	background: #fff;
}
.recruit-b4-b2{
	padding: 15px 20px;
	background: #eee;
	display: none;
}
.recruit-b4-b2 .rbb-div{
	overflow: hidden;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-box-lines: multiple;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.recruit-b4-b2 .rbb-div div{
	width: 33.333%;
	padding-right: 10px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin: 3px 0;
	float: left;
}
.recruit-b4-b2 .rbb-txt{
	font-size: 14px;
	color: #333;
	line-height: 25px;
	padding: 10px 0;
	margin: 15px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
}
.recruit-b4-b2 .rbb-a{
	display: block;
	width: 120px;
	height: 40px;
	background: #fff;
	font-size: 14px;
	text-align: center;
	color: #333;
	line-height: 40px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.recruit-b4-b2 .rbb-a:hover{
	color: #ea524f;
}





/*news*/
.news-txt .box .txt p,.news-txt .box .txt h4,.news-txt .box .txt .date h3,.news-txt .box,.news-txt .box .txt .date img{transition:ease 0.5s all;-moz-transition:ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}
.inews{ background:#fff;}
#m4 .inews{ padding:80px 0 60px 0;}
.news-txt{ padding:75px 0 45px 0;}
.news-txt .boxs{ width:calc(100% + 60px); margin-left:-30px;}
.news-txt .box{ overflow:hidden; box-shadow:0 5px 10px rgba(0,0,0,0.1); float:left; width:calc(25% - 60px); margin:0 30px 60px 30px; background:#fff; border-radius:20px; border-top-right-radius:80px;}
.news-txt .box .img{ border-radius:20px; overflow:hidden;}
.news-txt .box .img img{ max-width:100%;}
.news-txt .box .txt{ padding:35px 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.news-txt .box .txt .date{ margin-bottom:20px;}
.news-txt .box .txt .date>*{ display:inline-block; font-size:1.8em; color:#999999; line-height:24px;font-family: "Arial";}
.news-txt .box .txt .date img{ margin-bottom:-5px;}
.news-txt .box .txt .date h3{ margin-left:0px;}
.news-txt .box .txt h4{ font-size:1.8em; color:#221815; line-height:30px; height:60px; margin-bottom:15px; overflow:hidden; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;}
.news-txt .box .txt p{ font-size:1.4em; color:#666666; line-height:24px; height:72px; overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:3;}
.news-txt .box .txt .d2{ display:none;}
.news-txt .box:hover{ background:#eb6120;}
.news-txt .box:hover .txt h4,.news-txt .box:hover .txt p{ color:#fff;}
.news-txt .box:hover .txt .date h3{ color:#ddd;}
.news-txt .box:hover .txt .d1{ display:none;}
.news-txt .box:hover .txt .d2{ display:block;}




/*newsshow*/
.newsshow{ padding:80px 0; background-color: #f5f5f5}
.newsshow .boxs{ background:#fff; border-radius:20px;}

.newsshow .tit{ padding:40px; text-align:center;}
.newsshow .tit h3{ font-size:2em; color:#333333; margin-bottom:10px; line-height:24px; margin-bottom:20px;}
.newsshow .tit .dot{ background:#eb6120;}
.newsshow .tit .dot h4{ color:#fff; font-size:1.4em; display:inline-block; padding:14px 15px;}
.newsshow .txt{ padding:20px 40px; line-height:24px; color:#666666; }
.newsshow .txt *{ font-size:14px; line-height:24px;}
.newsshow .txt p{ font-size:14px; text-indent:2em;}
.newsshow .txt img{ max-width:95%; margin:0 auto; padding:5px 0;}
.newsshow .btn{ padding:40px;}
.newsshow .btn a{ display:block; background:#f5f5f5; font-size:1.4em; color:#333333; line-height:24px; padding:12px 20px; margin-top:10px;}
.newsshow .btn a:hover{ background:#eb6120 !important; color:#fff !important;}






/*手机底部浮动*/
.fixed-nav {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #141414;
	z-index: 100;
	display: none;
}
.fixed-nav ul li {
	width: 25%;
	height: 60px;
	float: left;
	border-right: solid 1px #FFF;
	text-align: center;
}
.fixed-nav ul li:last-of-type {
	border-right: none;
}
.fixed-nav ul li a {
	display: block;
	padding-top: 10px;
}
.fixed-nav ul li a span {
	display: block;
	font-size: 2rem;
}
.fixed-nav ul li:nth-of-type(2) a span {
	transform: rotateY(180deg);
}
.fixed-nav ul li a h4 {
	font-size: 1.4rem;
	padding-top: 2px;
}
.fixed-nav ul li a span, .fixed-nav ul li a h4 {
	color: #FFF;
}

/*产品表格样式*/
	.prod-list{ text-align:center;overflow-x:auto;}
	.prod-list table tr td{ border-bottom:1px solid #ccc;}
	.pl-one { border-right:1px solid #ccc;}
	.prod-list table tr:FIRST-CHILD {background:#66c1c6 !important; }
	.prod-list table tr:first-child td{color:#fff !important;}
	.prod-list table tr td{padding:10px; color:#535353; font-size: 1.6rem;}
	.pl-one{background:#fff !important;}
	.prod-list table tr:nth-child(even) {background:#d5eeeb;}
	.prod-list table tr:nth-child(odd) {background:#f5f5f5;}
/*产品图片展示*/	
	.clear { overflow:hidden;}
	.prod-box{ border:1px solid #66c1c6;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float:left; width:31.33%; margin:1%; text-align:center; font-size: 1.6rem;}
	.prod-box img{ width:100%;}
	.prod-box p{ padding:10px 0; background:#66c1c6; color:#fff; height:74px; }
	
	.pro-back{ text-align:right;}
	.pro-back a{ color:#fff; border:1px solid #01848b; font-size:1.4em; color:#01848b; padding:12px 20px; transition:all 0.5s; display:inline-block; margin-bottom:4.1%;}
	.pro-back a:hover{ background:#01848b; color:#fff;}
	.pro-list2 a{ display:inline-block; color:#333;  border:1px solid #333;font-size:1.6em; padding:12px 20px; margin-right:20px; margin-top:3.5%;}
	.pro-list2 a:hover{ color:#01848b;  border:1px solid #01848b; }
	.pro-list2 a.p-l2{color:#01848b;  border:1px solid #01848b;}


.field{  --uiFieldPaddingTop: var(--fieldPaddingTop, 0px);  --uiFieldPaddingRight: var(--fieldPaddingRight, 0px);  --uiFieldPaddingBottom: var(--fieldPaddingBottom, 0px);  --uiFieldPaddingLeft: var(--fieldPaddingLeft, 0px);  --uiFieldBorderColor: var(--fieldBorderColor, transpatent);  --uiFieldBorderTop: var(--fieldBorderTop, 0px);  --uiFieldBorderRight: var(--fieldBorderRight, 0px);  --uiFieldBorderBottom: var(--fieldBorderBottom, 0px);  --uiFieldBorderLeft: var(--fieldBorderLeft, 0px);  --uiFieldBgColor: var(--fieldBgColor, transpatent);  --uiFieldPlaceholderColor: var(--fieldPlaceholderColor, #767676);  --uiFieldAnimationDuration: var(--fieldAnimationDuration, .3s);  --uiFieldFonstSize: var(--fieldFontSize, 16px);  position: relative;  }
.field__input{ font-size:2em !important;  width: 100%;  box-sizing: border-box;  background-color: var(--uiFieldBgColor);  -webkit-appearance: none;     -moz-appearance: none;          appearance: none;  border-radius: 0;  border-style: solid;  border-color: var(--uiFieldBorderColor);  border-top-width: var(--uiFieldBorderTop);  border-right-width: var(--uiFieldBorderRight);  border-bottom-width: var(--uiFieldBorderBottom);  border-left-width: var(--uiFieldBorderLeft);  padding-top: var(--uiFieldPaddingTop);  padding-right: var(--uiFieldPaddingRight);  padding-bottom: var(--uiFieldPaddingBottom);  padding-left: var(--uiFieldPaddingLeft);  font-family: inherit;  font-size: 100%;  color: inherit;}
.field__input::-webkit-input-placeholder{  color: var(--uiFieldPlaceholderColor);  opacity: 0;}
.field__input::-moz-placeholder{   color: var(--uiFieldPlaceholderColor);  opacity: 0;}
.field__input:focus{ outline: none;  }
.field__input:focus::-webkit-input-placeholder{   -webkit-transition: opacity var(--uiFieldAnimationDuration) ease-out var(--uiFieldAnimationDuration);   transition: opacity var(--uiFieldAnimationDuration) ease-out var(--uiFieldAnimationDuration); opacity: 1;}
.field__input:focus::-moz-placeholder{  -webkit-transition: opacity var(--uiFieldAnimationDuration) ease-out var(--uiFieldAnimationDuration);   transition: opacity var(--uiFieldAnimationDuration) ease-out var(--uiFieldAnimationDuration);  opacity: 1;}
.field__label{ font-size:1.6em !important;  position: absolute;  top: calc(0px + var(--uiFieldPaddingTop) + var(--uiFieldBorderTop));  left: calc(0px + var(--uiFieldPaddingLeft) + var(--uiFieldBorderLeft));  pointer-events: none;  font-size: .9em;  -webkit-transition: top var(--uiFieldAnimationDuration) cubic-bezier(0.9,-0.15, 0.1, 1.15), opacity var(--uiFieldAnimationDuration) ease-out;  transition: top var(--uiFieldAnimationDuration) cubic-bezier(0.9,-0.15, 0.1, 1.15), opacity var(--uiFieldAnimationDuration) ease-out;  will-change: top, opacity;}
.field__input:not(:placeholder-shown) ~ .field__label{  opacity: 0;  top: calc(0px + var(--uiFieldPaddingTop) + var(--uiFieldBorderTop));}
.field__input:focus ~ .field__label{ opacity: 1;  top: calc(-1.5 * calc(var(--uiFieldPaddingTop) + var(--uiFieldBorderTop) + 15px));}
/* type 2 */
.field_type2{  --uiFieldBorderBottom: var(--fieldBorderBottom, 2px);  --uiFieldPaddingTop: var(--fieldPaddingTop, 5px);  --uiFieldPaddingRight: var(--fieldPaddingRight, 15px);  --uiFieldPaddingBottom: var(--fieldPaddingBottom, 10px);  --uiFieldPaddingLeft: var(--fieldPaddingLeft, 15px);  }
.field_type2 .field__line{  width: 0;  height: var(--uiFieldBorderBottom);  background-color: var(--fieldBorderColorActive);  position: absolute;  bottom: 0;  left: 0;  will-change: width;  -webkit-transition: width var(--uiFieldAnimationDuration) ease-out;  transition: width var(--uiFieldAnimationDuration) ease-out;}
.field_type2 .field__input:focus ~ .field__line{ width: 100%;}
.field{  --fieldBorderColor: #fff;  --fieldBorderColorActive: #117bc9;  --fieldPlaceholderColor: #fff;  display: block;  color: #fff;}
.m-btn{     font-size: 2em;   background: none;    color: #fff;   position: absolute;    right: 0;    top: 0px;    outline: 0;    border: navajowhite;}