/* 娴锋姤 */
.banner {z-index:1; position:relative;overflow: hidden;}
.banner_txt{width:100%;font-size:20px; text-align:center; color:#fff; position:absolute; z-index:52452;line-height:70px;margin-top:360px; }
.banner_txt span{font-size:55px; display:inherit}
.banner_txt button {line-height:30px;
      background-color: #b60108;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #940309;letter-spacing: 2px;
    }
.banner_txt button:hover {
      opacity: 0.5; /* 榧犳爣鎮仠鏃跺彉涓哄崐閫忔槑 */
    }
 @media (max-width: 479px) {
.banner_txt{width:100%;font-size:16px; text-align:left; color:#fff; position:absolute; z-index:52452;line-height:50px;margin-top:460px; margin-left:2%}
.banner_txt span{font-size:35px; display:inherit}
}   
#langSelect {
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  padding: 4px 8px;
  cursor: pointer;
}
.translateSelectLanguage{
    position: absolute;
    top:33px;
}
.gtranslate_wrapper select {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.flexslider {position:relative;overflow:hidden;background:url(images/loading.gif) 50% no-repeat;}
.slides {position:relative;}
.flex-control-nav {position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li {display:inline-block;width:90px;height:2px;margin:0 5px;*display:inline;zoom:1;position: relative;}
.flex-control-nav a {opacity: 0.5; display:inline-block;width:90px;height: 2px;overflow:hidden;background-color: #fff;cursor:pointer; text-indent: -99em;}
.flex-control-nav .flex-active {background-color: #4a4947;opacity: 1;}
.flex-direction-nav {position:absolute;z-index:3;width:100%;top:45%;display: none;}
.flex-direction-nav li a {display:block;width:58px;height:77px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev {left:50%;margin-left:-600px; background:url(images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next {right:50%;margin-right:-600px; background:url(images/next.png) center center no-repeat;}
.flex-direction-nav li{}
.product_nav{
	background-color: #FFF;
	padding-top: 35px;
	padding-bottom: 45px;
}
.product_nav_img{
	padding-bottom: 15px;
}
.product_nav_img .cur{
	display: none;
}
.product_nav li{
	flex: 1;
	text-align: center;
	color: #333333;
}
.product_nav li h6{
	padding-bottom: 5px;
}
.product_nav li p{
	font-size: 12px;
	font-weight: 100;
}
.product_nav li:hover img{
	display: none;
}
.product_nav li:hover img.cur{
	display: inline-block;
}
.produt_list{
	background-color: #f2f2f2;
	padding-bottom: 120px;
}
.left_list{
	background-color: #FFF;
	width: 40%;
	padding-left: 103px;
	padding-right: 103px;
}
.product_info{
	padding-top: 95px;
}
.left_list h6{
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	padding-top: 95px;
	padding-bottom: 15px;
}
.left_list font{
	font-size: 18px;
	color: #666666;
	font-weight: 100;
	padding-bottom: 45px;
	display: block;
}
.left_list p{
	color: #666666;
	font-weight: 100;
	line-height: 32px;
}
.left_list a{
	display: block;
	width: 185px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #666666;
	color: #666666;
	margin-top: 80px;
	font-size: 14px;
	border-radius: 5px;
	transition: 1s all;
}
.left_list a:hover{
	background-color: #666;
	color: #FFF;
	transition: 1s all;
}

.right_list{
	width: 60%;
}
.swiper_product{
	position: relative;
	overflow: hidden;
}
.product_prev,.product_next{
	background: url(images/ico06.png) no-repeat center;
	width: 42px;
	height: 42px;
	margin-top: 100px;
    display: inline-block;
    cursor: pointer;
}
.product_next{
	margin-left: 23px;
}
.product_prev{
	transform:rotate(180deg);
}
.gtranslate_wrapper {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
    min-height: 30px !important;
    min-width: 120px !important;
    border: 1px solid #ccc !important; /* 临时加边框，方便定位元素 */
}
.about_con{overflow: hidden;background: #fff;padding-bottom:20px;}
.about_conleft{width:560px;height:400px; float:left; overflow:hidden}
.about_conleft img{
width:560px;height:409px;
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.about_conleft:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.about_conright{height:400px;line-height:35px;  overflow:hidden;background: #fff; padding:25px 50px 50px 50px;color:#666;background: url(images/aboutbg_r.jpg) no-repeat center top;font-size:16px;}
.about_conright img{height:80px; float:left; margin-right:30px;}
.about_conright p{text-indent:36px;font-size:16px;}
.about_conright span{ font-size:30px; line-height:90px;font-weight:bold; padding-bottom:20px; display:inherit;color:#e60012}



.about_lm{height:140px; margin-top:30px;background: #fff;}
.about_lm li{width:20%;height:140px;float: left;margin-right:0px; text-align:center;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;border-left:1px solid #e2e2e2;box-sizing:border-box; font-size:16px; padding-left:50px; padding-top:25px; }
.about_lm li:nth-of-type(5n){
	border-right:1px solid #e2e2e2;
}
.about_lma{background: url(images/about_24ss.jpg) no-repeat 30px center;}
.about_lmb{background: url(images/about_jin.jpg) no-repeat 25px center;}
.about_lmc{background: url(images/about_zl.jpg) no-repeat 30px center;}
.about_lmd{background: url(images/about_kh.jpg) no-repeat 30px center;}
.about_lme{background: url(images/about_gc.jpg) no-repeat 15px center;}
.about_lm p{ font-weight:bold; font-size:18px;}
.about_lm span{ font-size:30px;}

.yinz ul{ height:125px; border:1px solid #dcdcdc;background: #fff;}
.yinz li{ width:20%; height:124px; border-right:1px solid #dcdcdc; float:left; position:relative; font:20px "Microsoft YaHei UI"; text-align:center; color:#232323;}
.yinz li:last-child{ width:20%; border:0;}
.yinz li h3{ width:50px; height:53px; float:left; position:relative; margin:43px 0 0 16px;}
.yinz li h3 em{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.yinz li h3 i{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.yinz li p{ width:150px; float:left; padding:25px 0 0 15px; text-align:center; font:18px "Microsoft YaHei UI"; color:#666;}
.yinz li p span{ display:block; font:22px "Microsoft YaHei UI"; font-weight:bold; color:#333;}
.yinz li p em{ font-size:38px;}
.yinz li h3 img{ display:block; width:50px; height:53px;}
.yinz li:hover{ background:#e60012;}
.yinz li:hover p,.yinz li:hover p span{ color:#fff;}
.yinz li:hover h3 em{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.yinz li:hover h3 i{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}


@media screen and (max-width: 1460px){
	.left_list{
		padding: 0 65px;
	}
	.left_list a{
		margin-top: 45px;
	}
	.product_prev, .product_next{
		margin-top: 50px;
	}
	.product_info{padding-top: 50px;}
}
@media screen and (max-width: 1260px){
	.left_list h6{
		padding-top: 60px;
	}
	.left_list font{
		padding-bottom: 25px;
	}
}
.compant{
	padding-top: 385px;
	text-align: center;
	background: url(images/fala.png) no-repeat center;
	height: 680px;
}
.compant p{
	padding-bottom: 40px;
	color: #cccccc;
}
.message_img{
	width: 50%;
}
.form_box_message{
	width: 50%;
	background-color: #FFF;
	padding-left: 82px;
	padding-right: 100px;
	padding-top: 56px;
}
.form_box_message img{
	padding-bottom: 0px;
}
#massaeg{
	background-color: #F2F2F2;
	padding-top: 100px;
	padding-bottom: 100px;
}
.form_box_message label{
	width: 48%;
	display: inline-block;
	
}
.form_box_message label input{
	font-size: 14px;
	color: #999999;
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	margin-bottom: 8px;
	border: none;
	padding-left: 15px;
	background-color: #f0f0f0;
}
.form_box_message label:nth-of-type(1) input{
	padding-left: 48px;
	background: url(../images/ico07.png) no-repeat 20px center;
	background-color: #f0f0f0;
}
.form_box_message label:nth-of-type(2) input{
	padding-left: 48px;
	background: url(../images/ico08.png) no-repeat 20px center;
	background-color: #f0f0f0;
	margin-left: 15px;
}
.form_box_message label:nth-of-type(3) input{
	padding-left: 48px;
	background: url(../images/ico05.png) no-repeat 20px center;
	background-color: #f0f0f0;
}
.form_box_message label:nth-of-type(4) input{
	padding-left: 48px;
	background: url(../images/ico05.png) no-repeat 20px center;
	background-color: #f0f0f0;
	margin-left: 15px;
}
.btsdan button{
	width: 100%;
	line-height: 50px;
	text-align: center;
	background-color: #333333;
	color: #FFF;
	font-size: 14px;
	border: none;
}
.btsdan{
	margin-bottom: 55px;
}
.form_box_message h5{
	font-size: 24px;
	color: #332c2b;
}
.form_box_message h5 font{
	color: #2160a6;
	
}
.form_box_message p{
	font-size: 14px;
	color: #666666;
	padding-top: 15px;
}
@media screen and (max-width: 1550px){
	.form_box_message{
		padding: 0 50px;
		padding-top: 20px;
	}
	.form_box_message img{
		padding-bottom: 20px;
	}
	.btsdan{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1345px){
	.form_box_message img{
		width: 90%;
	}
}
.news_btn{
	width: 22.3%;
}
.news_btn h6{
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #FFF;
	background-color: #333333;
	margin-bottom: 154px;
}
#news{
	background-color: #fff;
	padding-bottom: 45px;
}
.news_nav_list a{
	display: block;
	margin-bottom: 55px;
}
.news_nav_list a h5{
	color: #333333;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	
}
.news_nav_list a p{
	font-size: 14px;
	color: #999999;
	font-weight: 100;
}
.news_nav_list a:nth-of-type(1) h5{
	border-bottom: 1px solid #cccccc;
}
.news_list_info{
	width: 69%;
}
.news_list_info li{
	width: 48%;
}

.newsFont{
	line-height: 120px;
	background-color: #FFF;
	color: #666666;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
}
@media screen and (max-width: 1700px){
	.news_btn h6{
		margin-bottom: 50px;
	}
}

.secondmenu5{
	background-color: #fff;
	padding-top: 35px;
	padding-bottom: 45px;
}
.ine-icon{
	padding-bottom: 15px;
}
.secondmenu5 li img{
	filter:alpha(Opacity=40);-moz-opacity:0.4;opacity: 0.4
}
.ine-icon .cur{
	display: none;
}
.secondmenu5 li{
	flex: 1;
	text-align: center;
	color: #333333;
}
.secondmenu5 li .zhekou1{
	padding-bottom: 5px;	color: #8b8a8a;
}
.secondmenu5 li:hover .zhekou1{
	padding-bottom: 5px;	color: #333333;
}
.secondmenu5 li p{
	font-size: 12px;
	font-weight: 100;
}
.secondmenu5 li:hover img{
	filter:alpha(Opacity=100);-moz-opacity:1;opacity: 1
}

.tit-ty-1 {
    text-align: center;  padding-top:50px; padding-bottom:20px;
}

.tit-ty-1 h2 {
    font-size:25px;
    margin-bottom: 10px;
    font-weight: 200;
}

.tit-ty-1>div {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 200;
    color: #666;
}
.tit-ty-1>span{margin:0 auto; display:inherit;width:60px;height:2px;background-color: #666;    margin-bottom: 35px;}


.cont-top-1 {
    text-align: center;  padding-top:65px;
}

.cont-top-1 h2 {
    font-size: 3.125rem;
    margin-bottom: 1.9375rem;
    font-weight: 200;
}

.cont-top-1>div {
    font-size: 1.625rem;
    margin-bottom: 65px;
    font-weight: 200;
    color: #666;
}

.indexcase{
	display: block;
	margin-top: 60px;
}
.swiper-container {
	padding-bottom: 40px;
}

.swiper-wrapper {}

.swiper-slide {
	width: 978px;
	transition-timing-function: linear;
}

@media only screen and (max-width:1200px) {
	.swiper-slide {
		width: 770px;
	}
}

@media only screen and (max-width:980px) {
	.swiper-slide {
		width: 471px;
	}
}

@media only screen and (max-height:480px) {
	.swiper-slide {
		width: 471px;
	}
}

.swiper-slide img {
	width: 100%;
	border-radius: 4px;
}

.swiper-slide .title {
    position: absolute;
	bottom: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 90px;
    line-height: 90px;
    background-color: rgba(0,0,0,0.7);
}

.swiper-button-next,
.swiper-button-prev {
	width: 50px;
	height: 65px;
	background-size: 50px 65px;
	margin-top: -56px;
	outline: none;
}

.swiper-button-next {
	background-image: url(images/cursor-next.png);
}

.swiper-button-prev {
	background-image: url(images/cursor-prev.png);
}

.swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 6px !important;
	width: 9px;
	height: 9px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

.swiper-pagination-bullet span {
	width: 3px;
	height: 3px;
	background: #CCC;
	display: block;
	border-radius: 50%;
	margin-top: 3px;
	margin-left: 3px;
}

.swiper-pagination-bullet i {
	background: #000;
	height: 1px;
	width: 20px;
	position: absolute;
	top: 4px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

.swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
	width: 9px;
	height: 9px;
	margin-top: 0;
	margin-left: 0;
	background: #000;
	position: relative;
	z-index: 1;
}

.swiper-pagination-bullet-active i {
	animation: middle 6s;
}

.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation: first 6s;
}

.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation: last 6s;
}

@keyframes first {
	0% {
		transform: scaleX(0.5);
		left: 0px;
	}

	/*091*/
	100% {
		transform: scaleX(1);
		left: 2px;
	}

	/*0915*/
}

@keyframes last {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}

	/*1090*/
	20% {
		transform: scaleX(0.3);
		left: 2px;
	}

	/*090*/
	100% {
		transform: scaleX(0.3);
		left: 0px;
	}

	/*090*/
}

@keyframes middle {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}

	/*1091*/
	20% {
		transform: scaleX(0.45);
		left: 2px;
	}

	/*092*/
	100% {
		transform: scaleX(1);
		left: 2px;
	}

	/*0913*/
}
	.casepag{
	
	padding-top: 0px;
	padding-bottom: 70px;
}
.widbox{max-width: 1400px;width: 95%;
	margin: 0 auto; margin-top:30px;}
	.newspag{
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 70px;
}
.news{
	
	padding-top: 0px;
	padding-bottom: 0px;
}
.time_box{
	width: 25%;
	text-align: center;
	border-right: 1px solid #aaa;
}
.time_box h6{
	color: #313131;
	font-size: 48px;
}
.time_box p{
	color: #999999;
	font-size: 14px;
	font-weight: 100;
}
.news_fon_info{
	width: 70%; padding-left:15px ;
	
}
.news_fon_info p{
	color: #999999;
	font-size: 14px;
	font-weight: 100;line-height:25px;height:75px; overflow: hidden;
}
.news_fon_info h4{
	color: #222222;line-height:30px;font-weight: 600;font-size: 16px;height:30px; overflow: hidden;
}
.news_font{
	background-color: #FFF;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 5%;
}
.news ul li a em{
	display: block;
	color: #999999;
	background: url(images/ico03s.png) no-repeat  100px 15px;
	background-color: #FFF;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 40px; font-size: 14px;
}


.news ul li{
	width: 32%; margin-bottom:30px;  float:left; margin-right:2% ;
}
.newstp{height:300px; overflow:hidden}
 @media (max-width: 479px) {
     .news ul li{
	width: 100%; margin-bottom:30px;  float:left; margin-right:0% ;
}
     .newstp{height:auto; overflow:hidden;}
     
 }
.news ul li:nth-child(3n+3){
margin-right:0% ;}

.newstp img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.news ul li:hover .newstp  img{    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);}
.news ul li:hover .news_font,.news ul li:hover em{background-color: #f9f9fa;}
.moreNews{
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E15517;
      color: #fff;
	font-size: 14px;
	text-align: center;
	
	line-height: 40px;
	width: 150px;
}
.moreNews:hover{opacity: 0.7;}


.xinpin_font h6{
	color: #222222;
	font-size: 36px;
	padding-top: 30px;
	
}
.xinpin_font p{
	color: #999999;
	font-size: 16px;
}
.xinpin_left{
	width: 20%;
}
.xinpin_right{
	width: 78%;
	overflow: hidden;
}
.swiper_btn{
	width: 10px;
	height: 100%;
	margin-top: 126px;
	border-left: 2px solid #c7c7c7;
}
.swiper-pagination-bullet{
	border-radius: inherit;
	width: auto;
	height: auto;
	background-color: transparent;
	opacity: 1;
	
}
.swiper-pagination-bullet font{
	width: 137px;
	height: 55px;
	display: inline-block;
	text-align: center;
	line-height: 55px;
	margin-top: 35px;
	color: #333333;
	margin-left: 75px;
	position: relative;
}
.swiper-pagination-bullet-active font{
	background-color: #e7000c;
	color: #FFF;
}

.swiper-pagination-bullet font:before{
	width: 11px;
	height: 11px;
	background-color: #FFF;
	border-radius: 50%;
	content: "";
	border: 1px solid #c7c7c7;
	position: absolute;
	left: -82px;
    top: 20px;
}
.swiper-pagination-bullet-active font:before{
    width: 22px;
    height: 22px;
    left: -87px;
    top: 18px;
	
}
.swiper-pagination-bullet-active font:after{
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: -81px;
    bottom: 21px;
    content: "";
}
@media screen and (max-width: 1665px){
	.swiper_btn {
	    margin-top: 36px;
	}
}
@media screen and (max-width: 1435px){
	.swiper-pagination-bullet font {
    	margin-top: 25px;
	}
}

#xinpin{
	padding-top: 20px;background-color: #f5f4f4; padding-bottom:20px;
}
.flexwidth2{margin:0 auto;max-width:1550px;}




.case_list{

	padding-top: 20px;
	padding-bottom: 0px;
}

.case_list_fon_info{
	width: 94%;
	
}
.case_list_fon_info p{
	color: #999999;
	font-size: 14px;
	font-weight: 100;line-height:25px;
}
.case_list_fon_info h4{
	color: #222222;line-height:30px;font-weight: 600;font-size: 18px;
}
.case_list_font{
	background-color: #FFF;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 5%;
}
.case_list ul li a em{
	display: block;
	color: #999999;
	background: url(images/ico03s0.png) no-repeat  120px 12px;
	background-color: #FFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 14px;
}


.case_list ul li{
	width: 32%; margin-bottom:20px;position:relative; border-bottom:1px #ececec solid; float: left; margin-right: 2%;
}
.case_list ul li:nth-of-type(3n+3){
	margin-right:0%; 
}
.case_list ul li:after{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
content:''; position:absolute; left:0; bottom:0; width:0; height:1px; background-color:#000;}
.case_list ul li:hover:after{
width:100%;}
.casetp{height:350px; overflow:hidden}
.casetp img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.case_list ul li:hover .casetp  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}


    
.pro_list{ padding-top:20px;}
.pro_list_left{ float:left; width:265px;background-color:#f6f6f6;  padding:7px 10px;}
.pro_list_left_mid_1{
position:relative; border-bottom:1px #cccccc solid;height:40px;line-height:40px; font-size:20px;padding:0px 10px;}
.pro_list_left_mid_2 ul li a{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
color:#666;}
.pro_list_left_mid_2 ul li{
height:40px;line-height:40px;}
.pro_list_left_mid_2{
margin-top:1em; margin-bottom:3em;}
.pro_list_left_mid_2 ul li a:hover,.pro_list_left_mid_2 ul li a.on{
color:#000; font-weight:bold}

.pro_list_left_mid_3{ margin-left:15px; margin-bottom:30px;}
.pro_list_left_mid_3 ul li a{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
color:#666;}
.pro_list_left_mid_3 ul li{width:50%; float:left;
height:40px;line-height:40px;border-left:1px #cccccc solid; padding-left:15px;background: url(images/prolm_bg.jpg) no-repeat  left center;}
.pro_list_left_mid_3 ul li a:hover,.pro_list_left_mid_3 ul li a.on{
color:#000;font-weight:bold}


.pro_list_right{ margin-left:290px;}

.advantage-left{
	display: inline-block;
	width: 49%;
	vertical-align:top;
	border-right: 1px solid #d4d4d4;
	margin-bottom:25px ;
}
#advantage .titleCh:before{
	left: 300px;
}
#advantage .titleCh:after{
	right: 300px;
}
.advantagebox{
	text-align: right;
	
}
.advantagebox h3{
    color: #404040;
    font-size: 18px;
    font-weight: bold;
    padding-right: 55px;
    padding-top: 62px;
    position: relative;
    padding-bottom: 5px;
    padding-left: 105px;
    padding-right: 155px;
}
.advantagebox .brandh3:before{
    width: 89px;
    height: 21px;
    display: inline-block;
    background-color: #120e0b;
    content: "BRAND";
    text-align: center;
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 55px;
    top: 65px;
}
.advantagebox .brandh3-2:before{
    width: 89px;
    height: 21px;
    display: inline-block;
    background-color: #120e0b;
    content: "SERVICE";
    text-align: center;
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 55px;
    top: 65px;
}
.advantagebox .brandh3-3:before{
    width: 89px;
    height: 21px;
    display: inline-block;
    background-color: #e60012;
    content: "ENTERPRISE";
    text-align: center;
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    left: -5px;
    top: 65px;
}
.advantagebox .brandh3-4:before{
    width: 89px;
    height: 21px;
    display: inline-block;
    background-color: #e60012;
    content: "PRODUCT";
    text-align: center;
    color: #FFF;
    display: block;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    left: -5px;
    top: 65px;
}
.advantagebox p{
	color: #404040;
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 130px;
	padding-right: 55px;
}
.advantage-right{
	border: none;
}
.advantage-right .advantagebox{
	text-align: left;
	padding-left: 25px;
}
.advantage-right .advantagebox h3,.advantage-right .advantagebox p{
	padding-right: 0;
}




.newscon {
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #808080;
    padding-bottom: 0vw;
    text-align: left;
    max-width: 1400px;
    width:95%;
}
.newsconprol {
    width: calc(45% - 2px);
    display: block;
    float: left;
    border: 0px solid #eee;
}
.newsconpror {
    width: 52%;
    display: block;
    float: right;
    margin-left: 3%;
    box-sizing: border-box;
    text-align: left;
}
.newsconpror .text {
    width: 100%;
    box-sizing: border-box;
}
.newsconpror .text em {
    line-height: 60px;
    font-size: 20px;
    color: #333; margin-bottom:20px;
}
.newsconpror .text .intro i {
    padding: 20px 0;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
    display: flex; font-style: normal;
}
.newsconpror .text .intro .introp {
    padding: 15px 0;
    line-height: 35px;
    font-size: 16px;
}
.btn_a a {
    display: inline-block;
    margin-right: 8px;
    margin-top: 10px;
    padding: 0 20px;
    line-height: 35px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
}
.containered {
    width: 100%;
    margin-top: 15px;
}
.contitle {
    padding: 20px 0;
    background-color: #f4f4f4;
    text-align: center;
    color: #333;font-size: 18px;
}
.contitle .en {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.proconner{
    margin:20px auto;
}

.proconner img{
    display: block;
    margin: 0 auto;
      width:100%;
}


.wh_con{}
.wh_con ul{}
.wh_con ul li{
	width: 25%; margin-bottom:30px;position:relative; text-align:center; float:left}
.wh_con ul li span{ font-size:30px; font-weight:400; line-height:60px;}
.wh_con ul li p{line-height:30px;font-weight:200; }
.wh_con ul li>div{margin:0 auto; display:inherit;width:60px;height:2px;background-color: #9c9c9c; margin-top: 20px; margin-bottom: 10px;}

.pro_lei_con{background-color: #4b4848; padding-top:100px; padding-bottom:100px; margin-top:40px;}
.pro_lei_left{width:530px; float:left;position: relative; overflow:hidden}
.pro_lei_left img{width:100%; border: 3px solid #fff;}
.pro_lei_left img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.pro_lei_left:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}
.pro_lei_left .wzcon{width:80%;height:auto; padding:40px 30px 40px 30px;background-color: #c7a170; position:absolute; z-index:66522;left:10%;bottom:5% }
.pro_lei_left .wzcon span{ font-size:25px; color:#fff;line-height:70px;font-weight:bold; }
.pro_lei_left .wzcon  p{line-height:40px;color:#eeecec;padding-top:10px; font-size:14px; font-weight:200}





.pro_lei_right{margin-left:550px; padding-top:100px;}
.pro_lei_right li{
	width: 50%; padding-bottom:100px;position:relative; text-align:center; float:left; text-align:center;line-height:30px; color:#fff;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5)}
.pro_lei_right li img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.pro_lei_right li:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}
.more_about{ 
	

	color: #333;
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	width: 30px;
	height:30px;
	background-color: #e3e1d8; font-weight:bold; float:right
}
.more_about:hover{background-color: #333333;color:#fff}


.icon2 {

	background-size: cover;
	padding: 40px 0 100px 0;
	box-sizing: border-box;position: relative;overflow: hidden;

	 background: url(images/16951938317357634.jpg?4444) #111 no-repeat center bottom;
  
		    width: 100%;
		    background-position: center top;
		    background-repeat: no-repeat;
		    background-attachment: fixed;
}
.icon2 .tit1 {
	color: #fff;
}
.icon2 .tit1 .em {
	color: #fff;
}

.cont-top-1er {
    text-align: center;  padding-top:35px;position: relative;
}

.cont-top-1er h2 {
   font-size:25px;
    margin-bottom: 10px;
   color: #fff;
}

.cont-top-1er>div {
    font-size: 14px;
    margin-bottom: 20px;
  line-height:25px;
    color: #fff;
}
.cont-top-1er>span{margin:0 auto; display:inherit;width:60px;height:2px;background-color: #fff;    margin-bottom: 35px;}



.icon2_lm{max-width:1500px;
	width: 95%;
	margin: 0 auto;
	padding-top: 20px;position: relative;}
	
.icon2_lm li{width:22%;line-height:60px; float:left; margin-right:3%; text-align:center; font-size:20px;   /* 閻庣懓鑻崣蹇涙焻韫囨梹顫� */
}	
.icon2_lm li p{ text-align:left; font-size:14px;line-height:25px;}
.icon2_lm li a{ display:inherit;background-color: rgba(255, 255, 255, 0.95); padding:25px 25px 25px 25px;transition: background-color 0.5s ease; }
.icon2_lm li a:hover{	color: #333;
	
	background-color: rgba(72, 72, 72, 0.7); color:#fff}
.icon2_lm li:nth-of-type(4){
	margin-right:0%; 
}
	.icotp{height:160px; overflow:hidden}
	.icotp img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.icon2_lm li:hover .icotp  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}
	
	.icon2 .moe{width:150px;height:30px;line-height:30px; margin:0 auto;text-align:center; margin-top:80px;position: relative;}
.icon2 .moe a{ font-size:12px; display:inherit;border:solid 1px #fff;border-radius: 5px;color: #333;color:#fff}
.icon2 .moe a:hover{background-color: #fff;color:#333}

.space{
	background-color: #fbfbfb;
}
.tit-space{
	color: #333333;
	text-align: center;
}
.tit-space p{
	padding-top: 10px;
	color: #666666;
	font-size: 14px;
}
.tit-space h6{
	
	font-size: 24px;
	padding-top: 50px;
}
.space-main{
	max-width: 1520px;
	width: 100%;
	margin: 0 auto;
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.leavingBox{
	width: 749px;
	height: 449px;
	background: url(images/bj-company.png) no-repeat center;
	padding-left: 70px;
	padding-top: 65px;
}
.leavingBox h6:before{
	width: 5px;
	height: 28px;
	display: inline-block;
	content: "";
	background-color: #b52d2d;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 2px;
}
.leavingBox h6{
	color: #FFF;
	font-size: 24px;
	vertical-align: top;
	position: relative;
	padding-left: 15px;
	padding-bottom: 39px;
}
.leavingBox h6 font{
	font-size: 28px;
	padding-right: 5px;
	display: inline-block;
}
.leavingBox h6 a{
	color: #999999;
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
}
.leavingBox h6 em{
	
}
.space-main img{
	
}
.leaveBox{
	
}
.leaveBox form{
	
}
.leaveBox form label{
	
}
.leaveBox form label input{
	height: 48px;
	color: #666666;
	font-size: 14px;
	padding-left: 35px;
	border: 1px solid #666666;
	margin-bottom: 20px;
}
.leaveBox form label input#dr_title{
	width: 245px;
	background: url(images/ico07.png) no-repeat 10px center;
	
}
.leaveBox form label input#dr_author{
	background: url(images/ico09.png) no-repeat 10px center;
	width: 353px;
	margin-left: 21px;
}
.leaveBox form label input#dr_sheng{
	background: url(images/ico11.png) no-repeat 10px center;
	width: 297px;
}
.leaveBox form label input#dr_chengshi{
	width: 301px;
	background: url(images/ico11.png) no-repeat 10px center;
	margin-left: 20px;
}
.btn{
	width: 620px;
	height: 51px;
	background-color: #b52d2d;
	margin-top: 9px;
}
.btn button{
	color: #ffffff;
	text-align: center;
	line-height: 51px;
	width: 620px;
	height: 51px;
	background-color: transparent;
	border: none;
	
}
.leaveBox form p{
	color: #FFF;
	font-size: 14px;
	margin-top: 33px;
}
.leaveBox form p font{
	color: #b52d2d;
	font-size: 24px;
	display: inline-block;
	padding-right: 10px;
}
@media screen and (max-width: 1525px){
	.space-main img{
		max-width: 50%;
		
	}
	.leavingBox{
		width: 50%;
	}
	.space-main{
		padding: 0 2%;
	}
	
}
@media screen and (max-width: 1450px){
.leaveBox form label input{
		width: 45% !important;
	}
	.btn{
		width: 95%;
	}
	.btn input{
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	.space-main img{
		display: none;
	}
	.leavingBox{
		width: 100%;
	}
}
@media screen and (max-width: 700px){
	.tit-space h6 {
	    font-size: 18px;
	    padding-top: 20px;
	}
	.tit-space p {
	    padding-top: 1px;
	    color: #666666;
	    font-size: 14px;
	}
	.space-main{
		margin-top: 10px;
	}
}
@media screen and (max-width: 500px){
	.leavingBox{
		padding-left: 30px;
	}
	.leaveBox form label input{
		width: 90% !important;
		margin-left: 0 !important;
		height: 30px;
		line-height: 30px;
	}
	.btn,.btn input{
		height: 35px;
		line-height: 35px;
		width: 90%;
	}
	.leaveBox form p{
		margin-top: 13px;
	}
	.tit-space{
	   	display: none;
	}
	.space-main{
		margin-top: 50px;
		margin-bottom: 0;
	}
	.leaveBox form p font{
		font-size: 14px;
		padding: 0;
	}
}



.image-frame{
    position: relative;
    width: 100%;
    height: 765px;
    overflow: hidden;
    margin: 0 auto;
}

.image01,
.image02,
.image03,
.image04,
.image05
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;

}

.image01{
    
    display: flex;
    align-items: center;
    font-size: 50px;
    animation: slide-animation-01 10s infinite;
}
.image02{
    
    display: flex;
    align-items: center;
    font-size: 50px;
    animation: slide-animation-02 10s infinite;
}
.image03{
    
    display: flex;
    align-items: center;
    font-size: 50px;
    animation: slide-animation-03 10s infinite;
}
.image04{
   
    display: flex;
    align-items: center;
    font-size: 50px;
    animation: slide-animation-04 10s infinite;
}
.image05{
   
    display: flex;
    align-items: center;
    font-size: 50px;
    animation: slide-animation-05 10s infinite;
}

@keyframes slide-animation-01{
    0%{
        opacity: 1;
    }
    10%{
        opacity: 1;
    }
    20%{
        opacity: 1;
    }
    30%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    70%{
        opacity: 0;
    }
    80%{
        opacity: 0;
    }
    90%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@keyframes slide-animation-02{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    40%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    70%{
        opacity: 0;
    }
    80%{
        opacity: 0;
    }
    90%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@keyframes slide-animation-03{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    30%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    70%{
        opacity: 0;
    }
    80%{
        opacity: 0;
    }
    90%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@keyframes slide-animation-04{
    0%{
        opacity: 0;
    }
    10%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    30%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    70%{
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    90%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}

@keyframes slide-animation-05{
    0%{
        opacity: 1;
    }
    10%{
        opacity: 0;
    }
    20%{
        opacity: 0;
    }
    30%{
        opacity: 0;
    }
    40%{
        opacity: 0;
    }
    50%{
        opacity: 0;
    }
    60%{
        opacity: 0;
    }
    70%{
        opacity: 0;
    }
    80%{
        opacity: 0;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}


.box1{background: url(images/bj1.jpg) no-repeat;height:921px;background-size: cover; /* 纭繚鍥剧墖瑕嗙洊鏁翠釜鍏冪礌 */
  background-position: center; /* 灏嗗浘鐗囧眳涓樉绀� */}
.abpic{width:881px;height:921px;}


.service-box {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/16951938317357634.jpg);
  padding-top: 9%;
}

.service-box .text-box {
  color: #fff;
  text-align: center;
}

.service-box .text-box .tops .t1 {
  font-size: 36px;
  line-height: 36px;
}

.service-box .text-box .tops .t1 span {
  font-size: 68px;
  line-height: 36px;
  font-family: 'Din';
  font-style: italic;
  display: inline-block;
  margin: 0 10px 0 0;
}

.service-box .text-box .tops .t2 {
  font-size: 46px;
  line-height: 46px;
  font-weight: bold;
  margin-top: 20px;
}

.service-box .text-box .desc {
  margin-top: 10px;
}

.service-box .text-box .desc .cn {
  font-size: 24px;
  line-height: 40px;
}

.service-box .text-box .desc .en {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.about-wrapper{
	background-color: #fff;
    padding: 0px;
    width: 100%;
    height: 350px;
    min-width: 1200px;
}
.about {position: relative;color: #333;height:auto}
.about h2{color:#e6002f; font-size: 32px;}
.about .title {

	font-size: 20px; text-align:center; margin-bottom:60px;
}
.about .title .hr {
margin:0 auto;
	width: 160px;
	height: 1px;
	margin-top: 10px; margin-bottom:10px;
	background-color: #999;
}
.about .chara { padding-top:50px;
	text-align: center;
	font-size: 16px;color:#9b9b9b;line-height:40px;
}
.about .sz {
	position: absolute;
	top: 170px;
	font-size: 60px;
	color: #333;
	font-weight: 700;
	text-align: center
}
.about .sz>span {
	display: block;
	color: #999;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px
}
.about .jt {left: 0}
.about .cs {left: 331px}
.about .md {left: 651px}
.about .pp {left: 983px}

.oklsx{background-color: #fcfcfc; padding-top:0px;}









/* === 鏍囬涓庡垎鍓茬嚎 === */
    .page-title {
      font-size: 25px;
      
      margin-bottom: 10px;
    }
    .title-line {
      width: 80px;
      height: 2px;
      background: #d1111c;
      margin-bottom: 20px;
    }

    /* === 甯冨眬瀹瑰櫒 === */
    .container_about {
      display: flex;margin: 0 auto;
      flex-wrap: wrap; /* 閫傞厤灏忓睆骞� */
      gap: 20px;       /* 鏇夸唬margin锛屾洿绠€娲� */
      max-width: 1400px; margin-bottom:80px; margin-top:80px;background: url(images/sec-bg-aboutUs3.jpg?1520) no-repeat left center;
      
    }
.container_left{width:50%; float:left; font-size:60px;color:#535f68; font-weight:400}
    
 @media (max-width: 479px) {.container_left{width:100%; float:left; font-size:40px;color:#535f68; font-weight:400}}

    /* === 宸︿晶鏂囨湰鍖哄煙 === */
    .text-section {
      flex: 1; 
      width: 50%; /* 灏忓睆骞曚笉鎸� */  padding-top: 40px;
    }
    .text-section p {
      margin-bottom: 16px; 
      line-height:35px;font-size: 20px;
    }
    .btn-more {
      
      transition: all 0.3s;
	  background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 10px 40px 10px 40px;
      cursor: pointer;
      font-weight: bold;border-radius: 10px;font-size: 12px;box-shadow: 0px 5px #828d8d;margin-top: 50px;
    }
    .btn-more:hover {
      opacity: 0.5;
    }

    /* === 鍙充晶瑙嗛鍖哄煙 === */
    .video-section {
      flex: 1; 
      min-width: 300px;
    }
    .video-wrapper {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 瑙嗛姣斾緥 */
      height: 0;
      overflow: hidden;
    }
    .video-wrapper video {
      position: absolute;
      top: 0; 
      left: 0;
      width: 100%; 
      height: 100%;
    }

    /* === 搴曢儴蹇嵎鍏ュ彛 === */
    .shortcut {
      display: flex;
      gap: 20px;
      margin-top: 30px;
      flex-wrap: wrap;
    }
    .shortcut-item {
      flex: 1;
      min-width: 280px;
      height: 180px;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      padding-bottom: 20px;
      position: relative;
    }
    /* 浼厓绱犻伄缃╋紝鎻愬崌鏂囧瓧鍙鎬� */
    .shortcut-item::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.3);
    }
    .shortcut-item i {
      position: relative; /* 璁╁浘鏍囧湪閬僵涓� */
      font-size: 40px;
      margin-bottom: 10px;
      display: block;
    }
    .shortcut-item span {
      position: relative; /* 璁╂枃瀛楀湪閬僵涓� */
    }

    /* === 鍝嶅簲寮忛€傞厤锛堝皬灞忓箷锛� === */
    @media (max-width: 768px) {
      .container_about {
        flex-direction: column;
      }
      .text-section, .video-section {
        flex: none;
        width: 100%;
      }
    }
    
    /* 宸ヨ壓 section 鏍峰紡 */
.craft-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 3% 50px 3%;/* 娣辫壊鑳屾櫙锛岀被浼肩ず渚嬩腑鐨勯粦鑹� */
  background: url(images/index_craft_bg.jpg?4444) #111 no-repeat center bottom;
  color: #fff; /* 鏂囧瓧棰滆壊涓虹櫧鑹� */
  min-height: 70vh; /* 璁� section 鑷冲皯鍗犳弧涓€灞忛珮搴� */
		    width: 100%;
		    background-position: center top;
		    background-repeat: no-repeat;
		    background-attachment: fixed;
		  
}

/* 宸︿晶鍐呭鏍峰紡 */
.craft-content {
  flex: 1;
  max-width: 700px; float: left;
}

.craft-title {
  font-size: 25px;
  
  margin-bottom: 20px;
}

.craft-desc {
  line-height: 2.5;
  margin-bottom: 30px; font-size: 14px;
}

.explore-btn {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;border-radius:5px; font-size: 12px;
}

.explore-btn:hover {
  background-color: #fff;
  color: #111;
}

/* 鍙充晶鍥剧墖鏍峰紡 */
.craft-img {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.craft-img img {
  max-width: 400px; /* 鍙牴鎹疄闄呰皟鏁村浘鐗囨樉绀哄搴� */
  border-radius: 8px; /* 鍙牴鎹渶瑕佹坊鍔犲渾瑙掔瓑鏍峰紡 */
}

.exhibit_con {
 
  color: #333;
  padding: 40px 0;

 width:100%;
}

/* 椤堕儴绾㈣壊鍗佸瓧鏍峰紡 */
.top-icon {
  margin-bottom: 30px;
}
.red-cross {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #d1111c;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

/* 妯″潡閫氱敤鏍峰紡 */
.exhibit-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.text-part {
  flex: 1;
  max-width: 50%;
}
.img-part {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.img-part img {
  max-width: 100%;
  border-radius: 8px;
}

/* 鏍囬鏍峰紡 */
.section-title {
  font-size: 25px;
  margin-bottom: 20px;
}
/* 娈佃惤鏍峰紡 */
.section-desc {
  line-height: 2.4;
  margin-bottom: 30px; font-size: 14px;
}
/* 鎸夐挳鏍峰紡 */
.explore-btner {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #999;
  text-decoration: none;
  color: #333;
 
  transition: all 0.3s ease;border-radius:5px; font-size: 12px; font-size: 12px;
}
.explore-btner:hover {
  background-color: #d1111c; border: 1px solid #d1111c;
  color:#fff;
}

/* 鍒嗛殧绾挎牱寮� */
.divider {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #ccc;
}
    
    .sjly-sectionee {
 
  background: url(images/16951938317357634.jpg?4444) #111 no-repeat center bottom;
  
		    width: 100%;
		    background-position: center top;
		    background-repeat: no-repeat;
		    background-attachment: fixed;
		  
}

.bb_banner {z-index:1; position:relative;overflow: hidden;height:750px;
		    width: 100%;margin-top:5px;
			}
.bb_banner_txt{width:50%;height:750px;font-size:18px; text-align:left; color:#e8e8e8; position:absolute; z-index:52452;line-height:50px;padding-top:210px; padding-left:5%; background: linear-gradient(to right, #333, transparent);}
.bb_banner_txt span{font-size:35px; display:inherit}
.bb_banner_txt button {  position:absolute;bottom:100px; 
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 0; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
	.bb_banner:hover .bb_banner_txt button{opacity: 1;}
.bb_banner_txt button:hover {
      opacity: 0.5; /* 榧犳爣鎮仠鏃跺彉涓哄崐閫忔槑 */
    }
	
 @media (max-width: 479px) {
     
     .bb_banner {z-index:1; position:relative;overflow: hidden;height:400px;
		    width: 100%;margin-top:5px; margin-bottom: 5px;
			}
.bb_banner_txt{width:1000%;height:400px;font-size:18px; text-align:left; color:#e8e8e8; position:absolute; z-index:52452;line-height:40px;padding-top:210px; padding-left:5%; background-color: rgba(0, 0, 0, 0.2); }
.bb_banner_txt span{font-size:30px; display:inherit}
.bb_banner_txt button { margin-top:30px;
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 1; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
	.bb_banner:hover .bb_banner_txt button{opacity: 1;}
.bb_banner_txt button:hover {
      opacity: 0.5; /* 榧犳爣鎮仠鏃跺彉涓哄崐閫忔槑 */
    }
     
     
     
 }	
	
.sltp_con{width:100%;height:auto; margin-top:5px;}
.sltp_con li{width:calc(50% - 2.5px);overflow: hidden;height:700px; margin-right:5px; float:left;position:relative;} 
.sltp_con li:nth-of-type(2){margin-right:0px;}
.sltp_bj{width:100%;height:700px;position:absolute; z-index:524;background-color: rgba(0, 0, 0, 0.2); }
.sltp_banner_txt{width:100%;font-size:18px; color:#e8e8e8; position:absolute; z-index:52452;line-height:50px;text-align:center;bottom:20px; transition: transform 1s ease;}
.sltp_banner_txt span{font-size:35px; display:inherit;}
.sltp_banner_txt button { 
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 0; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
.sltp_bj:hover .sltp_banner_txt button{opacity: 1;}
.sltp_bj:hover .sltp_banner_txt{transform: translateY(-20px);}

 @media (max-width: 479px) {
     
     .sltp_con li{width:calc(100% - 0px);overflow: hidden;height:400px; margin-right:5px; float:left;position:relative;margin-bottom: 5px;} 
.sltp_con li:nth-of-type(2){margin-right:0px;}
.sltp_bj{width:100%;height:400px;position:absolute; z-index:524;background-color: rgba(0, 0, 0, 0.2); }
.sltp_banner_txt{width:100%;font-size:18px; color:#e8e8e8; position:absolute; z-index:52452;line-height:50px;text-align:center;bottom:20px; transition: transform 1s ease;}
.sltp_banner_txt span{font-size:30px; display:inherit;}
.sltp_banner_txt button { 
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 1; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
.sltp_bj:hover .sltp_banner_txt button{opacity: 1;}
.sltp_bj:hover .sltp_banner_txt{transform: translateY(-20px);}}



/* 视差区域样式 */
        .parallax-section {
		width:100%;
            height: 750px;
            position: relative;
            overflow: hidden;
            margin: 0px 0; margin-top:5px ;
            
        }
        
       .parallax-section .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1200px; /* 更高的背景图片 */
            
            /* 初始位置：显示中间部分 */
            transform: translateY(-150px);
            will-change: transform;
            transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        }
.parallax-section .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 80%;
            height: 100%;
             background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.25) 70%, transparent 100%);
            pointer-events: none;
        }
        
       .parallax-section .content {
            position: absolute;
            top: 200px;
            left: 0;
            width: 100%;
            margin-left:5%;
            color: white;
            opacity: 0;
            transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1);
            transform: translateZ(0);
        }
        
      .parallax-section  .content h2 {
            font-size: 3rem;
            margin-bottom: 20px;
         
           
        }
        
      .parallax-section  .content p {
            font-size: 1.3rem;
          
          
  
            line-height: 1.8;
        }
        
      .parallax-section  .lokmsa button {  position:absolute;bottom:100px; margin-left:5%;
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer; z-index: 258966310;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 0; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
	.parallax-section:hover  .lokmsa button{opacity: 1;}
.parallax-section .lokmsa button:hover {
      opacity: 0.5; /* 榧犳爣鎮仠鏃跺彉涓哄崐閫忔槑 */
    }
        
        
        .parallax-section_er {
		width:calc(50% - 2.5px);
            height: 750px;
            position: relative;
            overflow: hidden;
            margin: 0px 0; margin-top:5px ; float: left;
            
        }
        
        .olsmewx{ margin-left:5px; float:right;}
       .parallax-section_er .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1200px; /* 更高的背景图片 */
            
            /* 初始位置：显示中间部分 */
            transform: translateY(-150px);
            will-change: transform;
            transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        }
       
.parallax-section_er .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
             background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.25) 70%, transparent 100%);
            pointer-events: none;
        }
        
       .parallax-section_er .content {
            position: absolute;
            bottom:80px; 
            left: 0;
            width: 100%;
            
            color: white; text-align: center;
            opacity: 0;
            transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1);
            transform: translateZ(0);
        }
        
      .parallax-section_er  .content h2 {
            font-size:35px; 
            margin-bottom: 20px;transition: transform 1s ease;
         
           
        }
        
      .parallax-section_er  .content p {
            font-size:18px; color:#e8e8e8;
            line-height: 1.8;transition: transform 1s ease;
        }
        
      .parallax-section_er  .lokmsa button {  position:absolute;bottom:40px;  margin-left:40% ;
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer; z-index: 258966310;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 0; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
	.parallax-section_er:hover  .lokmsa button{opacity: 1;}
.parallax-section_er .lokmsa button:hover {
      opacity: 0.5; /* 榧犳爣鎮仠鏃跺彉涓哄崐閫忔槑 */
    }
        
        .parallax-section_er:hover .content h2{transform: translateY(-20px);}
         .parallax-section_er:hover .content p{transform: translateY(-20px);}
         
         @media (max-width: 479px) {
            .parallax-section {
		width:calc(100% - 0px);
            height: 350px;
            position: relative;
            overflow: hidden;
            margin: 0px 0; margin-top:5px ; float: left;
            
        }
        
        .olsmewx{ margin-left:0px; float:right;}
            .parallax-section .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
             background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.25) 70%, transparent 100%);
            pointer-events: none;
        }
             .parallax-section .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 500px; /* 更高的背景图片 */
            
            /* 初始位置：显示中间部分 */
            transform: translateY(-150px);
            will-change: transform;
            transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        }
        
        .parallax-section .content {
            position: absolute;
            bottom:70px; 
            left: 0;
            width: 100%;
            
            color: white; text-align: center;
            opacity: 0;
            transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1);
            transform: translateZ(0);
        }
        
      .parallax-section  .content h2 {
            font-size:25px; 
            margin-bottom: 10px;transition: transform 1s ease;
         
           
        }
        
      .parallax-section  .content p {
            font-size:14px; color:#e8e8e8;
            line-height: 1.8;transition: transform 1s ease;
        }
        
      .parallax-section  .lokmsa button {  position:absolute;bottom:20px;  margin-left:32% ;
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer; z-index: 258966310;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 1; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
	.parallax-section:hover  .lokmsa button{opacity: 1;}
.parallax-section .lokmsa button:hover {
      opacity: 0.5; /* 榧犳爣鎮仠鏃跺彉涓哄崐閫忔槑 */
    }
        
        
        
        }
         
         
          @media (max-width: 479px) {
            .parallax-section_er {
		width:calc(100% - 0px);
            height: 350px;
            position: relative;
            overflow: hidden;
            margin: 0px 0; margin-top:5px ; float: left;
            
        }
        
        .olsmewx{ margin-left:0px; float:right;}
            
             .parallax-section_er .parallax-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 500px; /* 更高的背景图片 */
            
            /* 初始位置：显示中间部分 */
            transform: translateY(-150px);
            will-change: transform;
            transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
        }
        
        .parallax-section_er .content {
            position: absolute;
            bottom:70px; 
            left: 0;
            width: 100%;
            
            color: white; text-align: center;
            opacity: 0;
            transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1);
            transform: translateZ(0);
        }
        
      .parallax-section_er  .content h2 {
            font-size:25px; 
            margin-bottom: 10px;transition: transform 1s ease;
         
           
        }
        
      .parallax-section_er  .content p {
            font-size:14px; color:#e8e8e8;
            line-height: 1.8;transition: transform 1s ease;
        }
        
      .parallax-section_er  .lokmsa button {  position:absolute;bottom:20px;  margin-left:32% ;
line-height:30px;
      background-color: #919d9d;
      color: #fff;
      border: none;
      padding: 5px 30px 5px 30px;
      cursor: pointer; z-index: 258966310;
     border-radius: 10px;font-size: 13px;box-shadow: 0px 5px #828d8d;letter-spacing: 2px; opacity: 1; /* 初始状态完全透明 */
  transition: opacity 1s ease; /* 定义透明度变化的过渡效果，持续时间为1秒 */
    }
	.parallax-section_er:hover  .lokmsa button{opacity: 1;}
.parallax-section_er .lokmsa button:hover {
      opacity: 0.5; /* 榧犳爣鎮仠鏃跺彉涓哄崐閫忔槑 */
    }
        
        
        
        }
        
		
		.index-honor{padding: 8px 0 90px;background: url(images/index-honor-bg2.png) no-repeat center; position: relative;}
.index-honor h2{font-size: 40px;line-height: 50px;color: #4e494b;margin: 0;position: relative;text-align: center;}
.index-honor h3{font-size: 18px;line-height: 40px;color: #4e494b;font-weight: 100;margin: 12px 0 54px;text-align: center;position: relative;}
.index-honor h3 a{position: absolute; transition: all 0.2s; top: -7px;right: 0;display: block; width: 150px; z-index: 2; line-height: 40px;font-size: 18px;color: #000;font-weight: 100; padding-left: 33px; background: url(images/icon_r.png) no-repeat right 28px center;text-align: left;}
.index-honor h3 a::after{position: absolute; content: ""; width: 0px;height: 40px;top: 0;left: 0;background: #bb3813 url(../images/icon_r2.png) no-repeat right 28px center;z-index: -1;opacity: 0;transition: all 0.6s;}
.index-honor h3 a:hover{background:;color: #FFFFFF;}
.index-honor h3 a:hover::after{width: 150px;opacity: 1;}
/*.index-honor .auto_1400{max-width:1120px;}*/
.index-honor ul{display: block;background-repeat:no-repeat;background-position:center center;border: 0.5px solid #FFFFFF;background:  url(images/0.jpg?5210) no-repeat center bottom;}
.index-honor ul li{width: 14.28%;float: left; padding-top: 7%; position: relative;z-index: 9;height: 496px;transition: all 0.5s;}
.index-honor ul li:nth-child(odd){background: rgba(94,94,94,0.3) ;}
.index-honor ul li:nth-child(even){background: rgba(94,94,94,0.6) ;}
.index-honor ul li .box{text-align: center;width: 100%;transition: all 0.2s;}
/* .index-honor ul li::after{position: absolute; content: ""; width: 1px;height: 88px;background: #dedede; right: 0; top: 30px;} */
/* .index-honor ul li:last-child::after{display: none;} */
.index-honor ul li h4{text-align: center;font-size: 20px;color: #FFFFFF;margin: 0 0 10px 0;height: 70px; font-weight:bold}
.index-honor ul li h4 span{font-size: 40px;font-weight:bold;margin-right: 8px;transition: all 0.4s;display: inline-block;font-family: "DINCOND";}
.index-honor ul li h4 i{font-style: inherit;position: absolute;}
.index-honor ul li p{font-size: 16px;line-height: 16px;margin: 0 0 16px 0;color: #FFFFFF;text-align: center;}
.index-honor ul li p img{height:16px;}
/* .index-honor ul li:nth-child(1) p, */
/* .index-honor ul li:nth-child(1) h4{text-align: left;} */
/* .index-honor ul li:nth-child(5) p, */
/* .index-honor ul li:nth-child(5) h4{text-align: right;} */
.index-honor ul li h4:hover span{transform: scale(1.1);}
.index-honor ul li.on{transform: scale(1.14,1.08); z-index: 10;  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;}
.index-honor ul li.on .box{transform: scale(0.9,0.95);}
.index-honor ul li.li1.on{background-image: url(images/index-honor1.jpg?120); }
.index-honor ul li.li2.on{background-image: url(images/index-honor2.jpg?12001); }
.index-honor ul li.li3.on{background-image: url(images/index-honor3.jpg?12001); }
.index-honor ul li.li4.on{background-image: url(images/index-honor4.jpg?12001); }
.index-honor ul li.li5.on{background-image: url(images/index-honor5.jpg?12001); }
.index-honor ul li.li6.on{background-image: url(images/index-honor6.jpg?12001); }
.index-honor ul li.li7.on{background-image: url(images/index-honor7.jpg?12001); }
		
		
	.home-2 {

  position: relative;

  background-color: #fafafa;

  overflow: hidden;

  padding-top: 1.15rem;

  padding-bottom: 1.4rem;

}

.home-2 .swipers {

  margin-top: 0.5rem;

}

.home-2 .swiper {

  width: 100%;

  position: absolute;

  left: -200vw;

  opacity: 0.5;

  transition: opacity 0.2s;

}

.home-2 .swiper.show {

  position: relative;

  left: 0;

  opacity: 1;

  transition: opacity 0.2s;

}

.home-2 .sw {

  width: 8rem;

  max-width: 90%;

}

.home-2 .img {

  position: relative;

  padding-top: 61.25%;

}

.home-2 .ho2_list {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  margin-top: -0.35rem;

  position: relative;

  z-index: 30;

}

.home-2 .ho2_i {

  border-radius: 5px;

  color: #666;

  padding: 0.2rem 0.35rem;

  padding-top: 0.28rem;

  text-align: center;

  cursor: pointer;

}

.home-2 .ho2_i.on {

  color: #fff;

  background-color: #003592;

  box-shadow: 5px 9px 0.3rem 0px rgba(0, 53, 146, 0.2);

}

.home-2 .ho2_i.on .icon {

  opacity: 1;

}

.home-2 .icon {

  height: 0.25rem;

  min-height: 20px;

  margin-bottom: 0.28rem;

  opacity: 0;

}

.home-2 .icon img {

  max-height: 100%;

}
.ho-tit {

  text-align: center;

  position: relative;

}

.ho-tit .ht1 {

  font-weight: 800;

  color: #222;

}

.ho-tit .ht2 {

  color: #003592;

  font-weight: bold;

  margin-top: 0.08rem;

  position: relative;

}

.ho-tit .ht3 {

  color: #999;

  line-height: 2.25;

  margin-top: 0.16rem;

}	
		
		
		 .stats-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0px;
      padding: 0px;
      max-width: 1200px;
      margin: 0 auto;
    }

    /* 单个数据项样式 */
    .stat-item {
      text-align: center;
      flex: 1;
      width:50%; float: left; margin-bottom: 20px;
    }

    /* 数字样式：突出显示 */
    .stat-number {
      font-size: 30px;
      font-weight: bold;
      color: #333;
      margin-bottom: 6px;
    }

    /* 描述文字样式 */
    .stat-desc {
      font-size: 12px;
      color: #666;
      line-height: 1.5;
    }
    
		
		
		
	/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
  
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}


/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(/images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(/images/nexter.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #fff;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;color: #fff;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;color: #fff;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;color: #fff;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;color: #fff;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
.ny_banner{width:100%; position: relative;}
.ny_banner img{width:100%; position: relative;}
.ny_banaer_txt{position: absolute;width:100%; height:30px;line-height:30px; color:#fff;bottom:20px; padding-left:6%;padding-right:6%; text-align:right; font-size:12px; }
.ny_banner .ny_banaer_txt img{width:13px; margin-right:5px; padding-bottom:5px;}
.ny_banaer_txt a{color:#fff;font-size:12px;}
.ny_banaer_txt a:hover{color:#E25410;}

.sety_tt{ width:94%;margin: 0 auto;text-align:center;line-height:30px; font-size:16px;  margin-bottom:0px; padding-top:50px;}

.sety_tt h2 {
    font-size:30px;
    margin-bottom: 10px;
    font-weight: 400;
}

.sety_tt>div {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 200;
    color: #666;
}
.sety_tt>span{margin:0 auto; display:inherit;width:60px;height:2px;background-color: #666;    margin-bottom: 35px;}



@media (max-width: 479px) {
.sety_tt{ width:94%;margin: 0 auto;text-align:center;line-height:30px; font-size:12px; color:#737373; margin-bottom:0px; padding-top:30px;}
.sety_tt h2 {
    font-size:25px;
    margin-bottom: 10px;
    font-weight: 400;
}

.sety_tt>div {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 200;
    color: #666;
}
.sety_tt>span{margin:0 auto; display:inherit;width:60px;height:2px;background-color: #666;    margin-bottom: 35px;}


}

.container {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 199px;
    line-height: 180%;
    max-width:1200px;
    margin: 0 auto;
     margin-bottom: 20px;
}

.m2lxul1{
    width: 100%; margin-bottom:30px;
}

.m2lxul1 li {
    text-align: center;
    float: left;
    width: 33.33%;
    padding-bottom: 2.02vw; 
	padding-top: 2.02vw; 
    position: relative;
}

.m2lxul1 li span {
    display: inline-block;
    height: 72px;
    width: 72px;
    position: relative;
}
.m2lxul1 li .cur{ display:none}
.m2lxul1 li:hover .cur{ display:block;transition:all 1s ease;}
.m2lxul1 li span img {
    position: absolute;
    left: 50%;
    top: 50%;
    border: none;
    max-width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
}
.m2lxul1 li p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    /* letter-spacing: 1px; */
}

.m2lxul1 li:hover{background: #E25410;transition:all 1s ease;}
.m2lxul1 li:hover p{color:#fff;transition:all 0.5s ease;}
.m2pubCon {
    padding-top: 1.2vw;
    padding-bottom: 2.2vw;
}
.m2pubConed {
    margin-top: 3.2vw;
    margin-bottom: 2.2vw;
}
.m2lxul1 li:after {
    content: "";
    background: #E6E6E6;
    height: 120px;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0px;margin-top: 2.02vw; 
}

.m2lxul1 li:nth-child(3n)::after {
    content: "";
    background: #E6E6E6;
    height: 120px;
    width: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.m2lxul1:after, .m2lxul1:before {
    content: "";
    display: table;
}
@media (min-width: 480px) and (max-width: 767px){
.m2lxul1{
    width: 96%;margin:0 auto; margin-bottom:30px;
}
    .m2lxul1 li {
    text-align: center;
    float: left;
    width: 48%;
	height: 180px;
    padding-bottom: 2.02vw; 
	padding-top: 2.02vw; 
    position: relative; padding-right:2%
}
.m2lxul1 li:after {
    content: "";
    background: #E6E6E6;
    height: 180px;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0px;margin-top: 2.02vw; 
}

.m2lxul1 li:nth-child(2n)::after {
    content: "";
    background: #E6E6E6;
    height: 120px;
    width: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.m2lxul1 li:nth-child(3)::after {
   content: "";
    background: #E6E6E6;
    height: 180px;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0px;margin-top: 2.02vw; 
}
.m2lxul1:after, .m2lxul1:before {
    content: "";
    display: table;
}
}
@media (max-width: 479px) {
   .m2lxul1 li {
    text-align: center;
   margin: 0 auto;
    width: 94%;
    padding-bottom: 2.02vw; 
	padding-top: 2.02vw; 
    position: relative;
	
}
.m2lxul1 li:after {
    content: "";
    background: #E6E6E6;
    height: 120px;
    width: 0px;
    position: absolute;
    right: 0px;
    top: 0px;margin-top: 2.02vw; 
}
.m2lxul1 li span {
    display: inline-block;
    height: 100px;
    width: 100px;
    position: relative;
}
.m2lxul1:after, .m2lxul1:before {
    content: "";
    display: table;
}
}
.contact_ly{width:100%;height:52px; text-align:center; margin-top:40px;margin-bottom:40px; }
.contact_ly a{width:180px;height:52px;line-height:50px;text-align:center;color:#fff; display:inherit;border: 1px solid #E25410;background-color: #E25410;border-radius:5px; font-size:18px;margin: 0 auto; margin-top:25px;}
.contact_ly a:hover{color:#fff; display:inherit;border: 1px solid #a30816;background-color: #a30816;transition: background 0.8s ease;}

.nav-menu {
   
    border-bottom: 1px solid #b5b5b5;
    }
    
    .nav-menu .nav-name {
    
    color: #333333;
    display: block;
    text-align: left;
    display: block;
    padding: 0 30px;
    position: relative;
    cursor: pointer;
    line-height: 65px;
    font-size: 18px;
    border-bottom: 1px solid #d2d2d2;
    display: none;
    }
    
    .nav-menu .nav-name .iconfont {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    }
    
    .nav-menu .nav-menu-ul {
    flex-wrap: wrap;overflow-x: auto; /* 水平方向出现滚动条 */
    white-space: nowrap; 
    }
    
    .nav-menu .nav-menu-ul a {

    font-size: 18px;
    line-height: 80px;
    color: #333333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    }
    
    .nav-menu .nav-menu-ul li {
    text-align: center;
    position: relative;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 5.3%;
    }
    
    .nav-menu .nav-menu-ul li:last-child {
    margin-right: 0px;
    }
    
    .nav-menu .nav-menu-ul li::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: #E25410;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    }
    
    .nav-menu .nav-menu-ul li.active::before,
    .nav-menu .nav-menu-ul li:hover::before {
    width: 120%;
    }
    
    .nav-menu .nav-menu-ul li.active a,
    .nav-menu .nav-menu-ul li:hover a {
    color: #E25410;
    }
.flexce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.zwconsott{width:100%;height:50px;line-height:50px; margin-top:20px;background-color:#d8dee5;box-sizing: content-box;margin-bottom:15px;}
.zwconsott ul{list-style:none;margin:0px;padding:0px;width: auto;}
.zwconsott li{height:50px;line-height:50px;  float:left}
.zwcona{width:40%;text-indent:10px;}
.zwconb{width:18%;}
.zwconc{width:10%; text-align:center}
.zwcond{width:14%; text-align:center}
.zwcone{width:18%;}
.zwcone img{ padding-bottom:15px;}

@media (max-width: 479px) {
.zwcona{width:58%;text-indent:10px;}
.zwconb{width:18%; display:none}
.zwconc{width:10%; text-align:center;display:none}
.zwcond{width:19%; text-align:center}
.zwcone{width:23%;}
.zwcone img{ padding-bottom:15px;}
}

.zwconsolist{width:100%;height:auto; box-sizing: content-box; margin-bottom:15px;}
.zwconsolist ul{width: 100%; height:60px;line-height:60px;  }
.zwconsolist li{height:60px;line-height:60px;  float:left; box-sizing: content-box}
.zwconsolist .zwconso-ss {
	  background-color:#E25410; HEIGHT: 60px;  CURSOR: pointer;border-radius:5px;color:#fff;border:0px; padding:15px 45px 15px 45px;
}
.zwconsolist .txt{ padding:40px 20px 40px 20px;line-height:30px;background-color:#f3f6f9; }
.zpa{background-color:#f3f6f9;}
.zpb{background-color:#E25410;color:#fff}
.zwconsolist li img{ margin:15px 10px 0px 0px}
.bmfs{ margin-top:20px;border-top:2px solid #9adfbf; padding-top:10px; }

.ny_content{ margin-top:20px; margin-bottom:20px;line-height:30px;}
.ny_content img{width:100%}
.page-con {
    margin-top: 40px;
    margin-bottom: 40px;
}
/* 页码 */
.pagelist {
	margin: 0px 0;
	text-align: center;
}
.pagelist li {
	display: inline-block;
	margin: 0 4px;
	border: 1px solid #ddd;
	vertical-align: middle;
	font-size: 14px;
}
.pagelist li a{
	padding: 0 10px;
	font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    text-align: center;

    color: #787878;
}
.pagelist li a{
	display: block;
	color: #787878;
}
.pagelist li a:hover {
	background: -webkit-linear-gradient(bottom, #4a4947, #4a4947); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #4a4947, #4a4947); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #4a4947, #4a4947); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #4a4947, #4a4947); /* 标准的语法 */
    color: #fff;
}
.pagelist li.thisclass {
	padding: 0 10px;
	height: 30px;
    line-height: 30px;
	border: 1px solid #4a4947;
	background: -webkit-linear-gradient(bottom, #4a4947, #4a4947); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #4a4947, #4a4947); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #4a4947, #4a4947); /* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #4a4947, #4a4947); /* 标准的语法 */
	color: #fff;
}

/* 上下篇 */
.prevnext {
	
    
    line-height: 40px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-width: 1px 0;
    /*margin: 15px 0 0;*/
    
    font-size: 14px; margin-bottom: 40px; padding: 20px 0px 20px 0px;
}


 
        .sidebar {
            width: 320px;
            margin-right: 20px;background-color: #fff; padding: 20px;
        }
       
        .sidebar .title {
            background-color: #E25410;
            color: #fff;
            padding: 10px 15px;
            font-size: 16px;
            margin-bottom: 20px;width:120px; text-align: center;border-radius:5px;
        }
        .sidebar .news-list {
            list-style: none;
        }
        .sidebar .news-item {
            margin-bottom: 20px;
        }
        .sidebar .news-item a {
            text-decoration: none;
            color: #333;
            line-height: 1.5;
            display: block; font-size: 16px;
        }
        .sidebar .news-item a:hover{color:#E25410}
        .sidebar .news-item img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }
        .sidebar .news-item:not(:last-child) {
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
        }
         @media (min-width: 480px) {
             .containerss {
            display: flex;
            max-width: 1360px;
            width:100%;
            margin: 0 auto;
            padding: 40px 0;
        }
        
        .main-content {
            flex: 1;
            padding-left: 40px;padding-right: 40px;
            border-left: 1px solid #eee;background-color: #fff;
        }
        .main-content .article-title {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 40px;
            line-height: 1.5;
            text-align: center; padding-top:40px ;
        }
        .main-content .article-meta {
            text-align: center;
            color: #666;
            margin-bottom: 30px;
            font-size: 14px;
        }
        .main-content .article-meta span {
            margin: 0 10px;
        }
        .main-content .article-content {
            line-height: 1.8;
            margin-bottom: 30px;
            text-indent: 2em;
        }
        .main-content .article-img {
            width: 100%;
            height: auto;
            display: block;
        }
}
 @media (max-width: 479px) {
            .containerss {
            display: flex;
            max-width: 1360px;
            width:100%;
            margin: 0 auto;
            padding: 0px 0;
        }
        
        
 .sidebar{ display:none}
.article-content img{width:100%;}

.main-content {
            flex: 1;
            padding-left: 20px;padding-right: 20px; padding-top: 20px;
            border-left: 1px solid #eee;background-color: #fff;
        }
        .main-content .article-title {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
            line-height: 1.5;
            text-align: center; padding-top:0px ;
        }
        .main-content .article-meta {
            text-align: center;
            color: #666;
            margin-bottom: 30px;
            font-size: 14px;
        }
        .main-content .article-meta span {
            margin: 0 10px;
        }
        .main-content .article-content {
            line-height: 1.8;
            margin-bottom: 30px;
            text-indent: 2em;
        }
        .main-content .article-content img{display: block}
        .main-content .article-img {
            width: 100%;
            height: auto;
            display: block;
        }





}
.case_list{

	padding-top: 40px;
	padding-bottom: 0px;
}

.case_list_fon_info{
	width: 100%;
	
}
.case_list_fon_info p{
	color: #999999;
	font-size: 14px;
	font-weight: 100;line-height:25px;
}
.case_list_fon_info h4{
	color: #222222;line-height:30px;font-weight: 600;font-size: 18px;
}
.case_list_font{
	background-color: #FFF;
	padding: 20px;
	
	
}
.case_list ul li a em{
	display: block;
	color: #999999;
	background: url(images/ico03s.png) no-repeat  90px 15px;
	background-color: #FFF;
		padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 40px;
	font-size: 14px;
}
.case_list_ewm{width:80px;height:100px;position:absolute; right:10px; line-height:25px;bottom:0; color: #999999;
	font-size: 12px;
	font-weight: 100;}
.case_list_ewm img{width:70px;height:70px; border: 1px solid #d3d3d3;}

.case_list ul li{
	width: 32%; margin-bottom:30px;position:relative; border-bottom:1px #ececec solid; background-color:#fff;
}

.case_list ul li:after{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
content:''; position:absolute; left:0; bottom:0; width:0; height:1px; background-color:#000;}
.case_list ul li:hover:after{
width:100%;}
.casetp{height:250px; overflow:hidden}
@media (max-width: 479px) {
    .case_list{

	padding-top: 0px;
	padding-bottom: 0px;
}
   .case_list ul li{
	width: 100%; margin-bottom:30px;position:relative; border-bottom:1px #ececec solid; background-color:#fff;
} 
.casetp{height:auto; overflow:hidden}
}
.casetp img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.case_list ul li:hover .casetp  img{    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);}
    
    .shiji_ln{padding-top:80px;}
.shiji_ln_left{width:55%;line-height:40px; float:left; }
.shiji_ln_left h2{ font-size:25px; font-weight:bold; color:#E25410; display:inherit;line-height:50px; padding-bottom:10px;}
.shiji_ln_left h3{ font-weight:bold; margin-top:10px;}
.shiji_ln_left span{ font-size:32px; font-weight:bold; color:#E25410; display:inherit;line-height:50px; margin-top:80px; }
.shiji_ln_left p{line-height:35px; text-indent: 2em;}
.shiji_ln_right{width:35%;line-height:30px; float:right; }
.shiji_ln_right img{width:100%}
.shiji_ln_right img{
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.shiji_ln_right:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}






.shiji_lntp{ text-align:center}
.shiji_lntp img{width:100%; margin-top:60px; margin-bottom:60px;}
.shiji_lntp img{
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.shiji_lntp:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
@media (max-width: 1400px) and (min-width: 470px)  {
.shiji_ln{padding-top:50px;}
.shiji_ln_left{width:58%;line-height:40px; float:left; }
.shiji_ln_left h2{ font-size:25px; font-weight:bold; color:#E25410; display:inherit;line-height:50px; padding-bottom:20px;}
.shiji_ln_left span{ font-size:32px; font-weight:bold; color:#E25410; display:inherit;line-height:50px; margin-top:10px; }
.shiji_right_a{ margin-right:20%;line-height:40px; margin-top:10px; margin-bottom:10px;}
.shiji_left_b{ width:60%;margin-left:20%;line-height:40px; margin-right:20%;margin-top:20px; margin-bottom:10px;}
.shiji_left_c{ margin-top:20px; text-align:center;overflow:hidden}
}
@media (max-width: 479px) {
    .shiji_ln{padding-top:20px;}
.shiji_ln_left{width:100%;line-height:40px; float:left; }
.shiji_ln_left h2{ font-size:25px; font-weight:bold; color:#E25410; display:inherit;line-height:40px; padding-bottom:20px;}
.shiji_ln_left span{ font-size:32px; font-weight:bold; color:#E25410; display:inherit;line-height:40px; margin-top:50px; }
.shiji_ln_left p{line-height:35px; }
.shiji_ln_right{width:100%;line-height:30px; float:right; }
.shiji_ln_right img{width:80%}


.shiji_lntp{ text-align:center}
.shiji_lntp img{width:100%; margin-top:30px; margin-bottom:30px;}

}

 .process-container {
            max-width: 1200px;
            margin: 50px auto;
            padding: 0 20px;
        }
        
        .process-steps {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            position: relative;
        }
        
       
        
        .step {
            display: flex;
            flex-direction: column;
            align-items: center;
           
            min-width: 56px;
            position: relative;
            z-index: 2;
            margin-bottom: 20px;
        }
        
        .step-icon {
            width: 100px;
            height: 100px;
            
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
            color: white;
            font-size: 24px;
            position: relative;
            transition: transform 0.3s ease;
        }
        
        .step:hover .step-icon {
            transform: scale(1.15);
        }
        
        .step-text {
            text-align: center;
            color: #333;
            font-size: 16px;
            line-height: 1.5; font-weight: 400;
        }
         .step:hover .step-text{color:#E25410}
       
        
        @media (max-width: 768px) {
            .process-steps {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .process-steps::before {
                width: 2px;
                height: calc(100% - 100px);
                top: 50px;
                left: 50px;
                right: auto;
                background: repeating-linear-gradient(
                    to bottom,
                    #ccc,
                    #ccc 10px,
                    transparent 10px,
                    transparent 20px
                );
            }
            
            .step {
                width: 100%;
                flex-direction: row;
                margin-bottom: 30px;
            }
            
            .step-icon {
                margin-right: 20px;
                margin-bottom: 0;
            }
            
            .step-text {
                text-align: left;
                align-self: center;
            }
        }


.product_inner_List{


	
}
.full-width_pro{width:100%}
.product_inner_List .product_inner_List_item{
	justify-content: flex-start; margin-top:50px; 
}
.product_inner_List_item li{
    width: calc(25% - 22.5px);
    overflow: hidden;
    margin-right: 30px;background-color: #fff; padding: 0px 20px 0px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom:30px;border-bottom: 1px solid #eeeeee;box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* 添加阴影效果 */
    
    /* 平滑过渡效果 */
}

.product_inner_List_item li:hover {
    transform: scale(1.1); /* 鼠标经过时放大 */
    box-shadow: 0 4px 8px rgba(18,97,152,0.4); /* 添加阴影效果 */
    background-color: #E25410;color:#fff;
}
.product_inner_List_item li:nth-of-type(4n+4){
    width: calc(25% - 22.5px);
	margin-right: 0px;
}
 @media (max-width: 479px) {
     .product_inner_List .product_inner_List_item{
	justify-content: flex-start; margin-top:0px; 
}
     .product_inner_List{
	width:calc(100% - 0px);

	
}
     .product_inner_List_item li{
    width: calc(50% - 5px);
    overflow: hidden;
    margin-right: 5px;background-color: #fff; margin-bottom: 5px; padding: 0px 20px 20px 20px;
}
.product_inner_List_item li:nth-of-type(4n+4){
    width:50%;
	margin-right: 0px;
}
.product_inner_List_item li:nth-of-type(2n+2){
    width:50%;
	margin-right: 0px;
}     
     
 }



.product_inner_List h5{
	padding-top: 85px;
	padding-bottom: 20px;
	font-weight: 100;
}
.product_inner_List h4{
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 50px;
}
.product_inner_List_item li p{
    font-weight: 150;
    color: #535f68;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 0px;
    line-height: 35px;
    background: url(images/ico100.png) no-repeat 94% center;
}
.product_inner_List_item li:hover p{
	color: #fff;
	background: url(images/ico101.png) no-repeat 94% center;
}
.product_inner_List_item li:hover img{
	transform:scale(1);
	transition: 1s all;
}
.product_inner_List_item li img{
	transition: 1s all;  padding: 20px 0px 20px 0px;
}
.product_inner_List_item_box{
	overflow: hidden;
}
@media screen and (max-width: 1600px){
	.logo_produ img{
		width: 200px;
	}
	.product_inner_ce{
		padding-left: 35px;
	}
}
@media screen and (max-width: 1300px){
	.product_inner_ce{
		width: 24vw;
	}
	
}
.product_inner_List_info img{
	width: 50% !important;
	height: auto !important;
}
.prosdjk{
	margin-top: 45px;
}
.prosdjk img{
	width: 100% !important;
	height: auto !important;
	
}
.containerjjj {
    padding: 0px;
    margin: 0 auto; margin-top:40px; margin-bottom:80px;
}
.newscon {
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    padding-bottom: 20px;
    text-align: left;
    width:95%;
}
.newsconprol {
    width: calc(60% - 2px);
    display: block;
    float: left;
    border: 0px solid #eee;
}
.newsconpror {
    width: 37%;
    display: block;
    float: right;
    margin-left: 3%;
    box-sizing: border-box;
    text-align: left;
    margin-top: 20px;
    background:url(images/show_probg.png);
    padding-left: 20px;
}

 @media (max-width: 479px) {
     .newsconprol {
    width: calc(100% - 0px);
    display: block;
    float: left;
    border: 0px solid #eee;
}
.newsconpror {
    width: 100%;
    display: block;
    float: right;
    margin-left: 0%;
    box-sizing: border-box;
    text-align: left;
    margin-top: 20px;
    background:url(../images/show_probg.png);
    padding-left: 0px;
}
     
 }
.newsconpror .text {
    width: 100%;
    box-sizing: border-box;
}
.newsconpror .text em {
    line-height: 55px;
    font-size: 20px;
    color: #333; margin-bottom:0px;font-weight: 500;
     display:inherit;
}
.newsconpror .text em span{width: calc(100% - 70px);line-height: 55px;height:55px;border-bottom: 1px solid #dcdcdc; display: inline-block;}
.newsconpror .text .intro i {
    padding: 20px 0;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #dcdcdc; font-weight: 500;
    
    display: flex; font-style: normal;
}

.cpsms{width:100%;height:auto;padding:40px 0px 40px 0px;background-color: #E25410;color:#fff;line-height:50px; text-align:center}
.cpsms a{border: 2px solid #5c656d; padding:10px 20px 10px 20px;color:#fff;border-radius:30px; font-size:14px; margin-right:20px;}
.cpsms a:hover{border: 4px solid #5b6c78; padding:10px 20px 10px 20px;color:#fff;border-radius:30px;}
.cpsms i{width:12px;height:19px;background: url(images/cpsms_bg.png) no-repeat center center; margin-left:10px;display: inline-table}
.containered {
    width: 100%;
    margin-top: 15px;
}
.proconner{
    margin:20px auto;
}

.proconner img{
    width:100%; /* 或者其他你希望的默认值 */
    margin: 0; /* 移除默认边距 */
    padding: 0; /* 移除默认内边距 */
     
}


.btn_aer a {
    display: inline-block;
    width:200px;
    margin-top: 20px;
    padding: 0 20px;
    line-height: 50px;
    background-color: #E25410;
    font-size: 18px;
    color:#fff;
     text-align: center;
}
.newsconpror .text .intro .introp {
    padding: 15px 0;
    line-height: 35px;
    font-size: 14px;
}
/* #MagnifierWrap{position: relative;width: 350px;margin:100px auto;} */
		#MagnifierWrap2{position: relative;width:100%; margin-top:30px;}

		.MagnifierMain{position: relative;width: calc(100% - 100px);height: 500px; float:right; text-align:center;background:#f6f6f6;border-radius: 10px}
		.MagnifierMain img{
  max-height: 500px; 
 
  height:expression(this.height >500 ? "500px" : this.height);} 
		.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}

		.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url(http://fan.yoka.com/fan5.0/img/loading.gif) no-repeat center center; }
		.MagnifierImg{position: absolute;top:0; left: 0; z-index:99999}

		.spec-items{position: relative;width: 80px;height:400px;overflow: hidden;margin: 0 auto;float:left}
		.spec-items ul{width: 500%;position: absolute;top: 0px;left: 0;}
		.spec-items ul *{
			-webkit-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;
		}
		.spec-items li{
			width: 80px;height:60px;line-height:60px;overflow: hidden;border: 2px solid #e2e2e2;cursor: pointer; margin-bottom:6px;
			
		}
		.spec-items li.on{border:2px solid #E25410;}
		.spec-items li img{width: 100%; } 
		span.spe_leftBtn{display: block;width: 80px;height: 20px;line-height: 20px;text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;margin-bottom:10px;}
		span.spe_rightBtn{position: absolute;top:426px;display: block;width: 80px;height: 20px;line-height: 20px;text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;}
		span.on{background-color: #ccc;color: #999;cursor: pointer;} 
		span.spe_leftBtn{background: url(images/foot.png) #f9f9f9 center no-repeat;}
		span.spe_rightBtn{background: url(images/top.png?40140) #f9f9f9 center no-repeat;}	
		
	.product-description {
	    width:100%;
  font-size: 24px; /* 字体大小，可根据需求调整 */
  color: #E25410; /* 文字颜色，接近示例中的深蓝色 */
  border-bottom: 2px solid #E25410; /* 底部边框样式，颜色和粗细可调整 */
  padding-bottom: 5px; /* 文字与底部边框的间距，可调整 */
  display: inline-block; /* 让容器宽度由文字内容决定，也可根据布局需求改为 block 等 */
}	


.yer_bg{background: url(images/0yer_banner.jpg?1204) center no-repeat;height:750px; padding-top:250px}
.container_0yer {
            display: flex;
            max-width: 1100px;
            margin: 0 auto;
            padding: 40px 20px;
            align-items: center; background-color: #f7f7f7; ;
        }
        .left-column_0yer {
            flex: 1;
            padding-right: 40px;
        }
        .title_0yer {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .service-count_0yer {
            font-size: 14px;
            color: #E25410;
            margin-bottom: 30px;
        }
        .form-group_0yer {
            margin-bottom: 20px;
        }
        .form-label_0yer {
            display: inline-block;
            width: 80px;
            font-size: 14px;
            margin-right: 10px;
            vertical-align: middle;
        }
        .form-input_0yer {
            width: 300px;
            height: 40px;
            padding: 0 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            vertical-align: middle;
        }
        .required_0yer {
            color: #ff0000;
            margin-right: 5px;
        }
        .area-unit_0yer {
            font-size: 14px;
            margin-left: 5px;
            vertical-align: middle;
        }
        .submit-btn_0yer {
            width: 120px;
            height: 120px;
            background-color: #E25410;
            color: #fff;
            border: none;
            border-radius: 4px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            margin: 20px 0;
            position: absolute;
            left:50%;top:380px;margin-left: -60px; /* 负的半宽 */
        }
         @media (max-width: 479px) {
             
            .submit-btn_0yer {
            width: 120px;
            height: 30px;
            background-color: #E25410;
            color: #fff;
            border: none;
            border-radius: 4px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            margin: 0px 0;
           position:inherit;
            left:0%;top:0px;margin-left: 0px; /* 负的半宽 */
        } 
             
         }
        
        
        .right-column_0yer {
            flex: 1;
            text-align: center;
            padding-left: 40px;
            border-left: 1px dashed #ddd;
        }
        .budget-title_0yer {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .budget-desc_0yer {
            font-size: 14px;
            color: #666;
            margin-bottom: 30px;
        }
        .service-desc_0yer {
            font-size: 14px;
            margin: 20px 0;
        }
        .counter_0yer {
            display: flex;
            justify-content: center;
            margin: 20px 0;
        }
        .counter-item_0yer {
            width: 30px;
            height: 40px;
            border: 1px solid #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 5px;
            font-size: 20px;
            color: #666;
        }

.ptab{
    max-width: 1278px;
    width:96%;
    margin: 0 auto;
    background-color: white;
    text-align: center;
    padding: 0px 0px 50px 0px;    clear: both;
}
.ptab .title{
    font-size: 26px;
    text-align: center;
    color: black;
}
.ptab .en{
    font-size: 12px;
    color: #aeaeae;
    line-height: 2;
}

.ptab-select{
    color: #3ab3be !important;
}
.ptab-select:after{
    display: inline-block;
    content: '';
    position: absolute;
    right: -15px;
    top: 25px;
    height: 10px;
    width: 10px;
    background-size: cover;
    background-image: url(images/images/sj-red.png)!important;
}

.ptab>ul{
    display: inline-block;
    margin-top: 40px;
}
.ptab .radio{
    margin-top: 25px;
}
.ptab>ul>li{
    float: left;
    font-size: 15px;
    position: relative;
    width: 171.42px;
}
@media (max-width: 479px) {
  .ptab>ul>li{
    float: left;
    font-size: 15px;
    position: relative;
    width: 50%; margin-bottom: 20px;
}  
}
.ptab>ul>li>.one{
    font-size: 14px;
    color: #737373;
}
.ptab>ul>li>.two{
     font-size: 12px;
     color: #a3a3a3;
     margin-top: 5px;
}
.ptab>ul>li>a{
    display: block;
    color: black;
    position: relative;
}

.ptab>ul>li>a:after{
    display: inline-block;
    content: '';
    position: absolute;
    right: -15px;
    top: 25px;
    height: 10px;
    width: 10px;
    background-image: url(images/images/dsj.png);
    background-size: cover;
}
.ptab>ul>li>ul{ 
  position: absolute;
  min-width: 90px;
  background-color: white;
  text-align: center;
  padding: 10px 0;
  top: 58px;
  display: none;
  border: 1px solid #eeeeee;
}
.ptab>ul>li>ul:after{
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #eeeeee;
    border-right: 0;
    border-bottom: 0;
    
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.ptab>ul>li>ul>li{
    line-height: 35px;
    font-size: 14px;

}
.ptab>ul>li>ul>li>a{
    color: black;
    display: block;
}

.honor_er{ margin-top:60px;}
.honor_er_left{max-width:800px;width:50%;}
.honor_er_left h2{ font-size:25px;line-height:50px;}
.honor_er_left dd{width:100px;height:2px; background-color:#E25410; margin-bottom:20px;}
.honor_er_left p{line-height:30px;}
.honor_er_left_lm{width: 100%;height:140px;margin: 0 auto;line-height:30px; text-align:center; margin-top:20px; }
.honor_er_left_lm li{width:33.3%; float:left}
.honor_er_left_lm h2{ display:inherit; margin-bottom:0px;color:#E25410 }
.honor_er_left_lm span{ font-size:40px;}
.honor_er_right{ float:right;}
.honor_er_right img{max-width:500px;width:100%;border-radius:5px;}
@media (max-width: 1085px) and (min-width: 760px) {
    .honor_er_right{ width:47%;float:right;}
   .honor_er_right img{max-width:100%;width:100%;border-radius:5px;} 
}
@media (max-width: 759px) {
    .honor_er_left{max-width:100%;width:100%; float:left}
    .honor_er_right{ width:100%;float:right;}
   .honor_er_right img{max-width:100%;width:100%;border-radius:5px;} 
}

.honor_con{max-width: 1400px;width:96%;height:auto;margin: 0 auto; margin-top:20px; margin-bottom:10px;}
@media (min-width: 760px) {
.honor_con li{width:15%; float:left; margin-right:2%;font-size:14px;margin-bottom:30px;border: 1px solid #e5e5e5;border-radius:5px; box-sizing: border-box; background: #fff;}
.honor_con li:nth-of-type(6n+6){
	margin-right:0%;
}
}
.honor_con li .divimg{width:100%;height:150px; overflow:hidden;display: flex; 
  align-items: center;
  justify-content: center;}
.honor_con li .divimg img{
max-width: 100%; 
 
  max-height: 150px; 
  height:expression(this.height >150 ? "150px" : this.height);}
.honor_con li .divimg img{
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.honor_con li:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.honor_con li h2{  font-size:14px;height:45px; line-height:45px;letter-spacing:0px;color:#000000; display:compact; overflow:hidden;  text-align:center}
.honor_con li:hover h2{color:#fff;background: #E25410;height:45px; line-height:45px;}

.honor_con li:hover{border: 1px solid #E25410;}

@media (max-width: 759px) and (min-width: 601px) {
    .honor_con li{width:32%; float:left; margin-right:2%;font-size:14px;margin-bottom:30px;border: 1px solid #e5e5e5;border-radius:5px; box-sizing: border-box; }
.honor_con li:nth-of-type(3n+3){
	margin-right:0%;
}
}
@media (max-width: 600px) {
    .honor_con li{width:49%; float:left; margin-right:2%;font-size:14px;margin-bottom:30px;border: 1px solid #e5e5e5;border-radius:5px; box-sizing: border-box; }
.honor_con li:nth-of-type(2n+2){
	margin-right:0%;
}
}

/* 容器：限制宽度 + 居中 */
    .timeline-container {
      max-width: 1200px;
      margin: 0 auto;
      position: relative; /* 给时间轴做定位基准 */
       margin-top:30px; ;
    }

    /* 时间轴中线 */
    .timeline-line {
      width: 2px;
      background: #b5b5b5;
      position: absolute;
      top: 0; 
      bottom: 0; 
      left: 50%; 
      transform: translateX(-50%); /* 水平居中 */
      z-index: 1; /* 保证线在内容下层 */
    }

    /* 单个时间节点布局：用 grid 实现左右排版 */
    .timeline-item {
      display: grid;
      grid-template-columns: 1fr 1fr; /* 左右各占一半 */
      gap: 40px; 
      align-items: center;
      margin-bottom: 60px; /* 节点间距 */
      position: relative; /* 给圆点做定位 */
      z-index: 2; /* 内容层在上 */ cursor: pointer;
    }

    /* 时间节点圆点 */
    .timeline-item::before {
      content: "";
      width: 16px; 
      height: 16px; 
      background: #E25410;
      border: 2px solid #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%; 
      left: 50%; 
      transform: translate(-50%, -50%);
      z-index: 3; /* 圆点在上层 */
    }

    /* 左侧内容：标题 + 图片组合 */
    .item-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-right:10% ;transition: transform 1s ease; 
    }
    .plokh{width:100%;text-align:right}
     .timeline-item .mob{ display:none}
      .timeline-item .pc{ display:block}
     @media (max-width: 479px) {.item-left {
   margin-left:40px ;
    }.plokh{width:100%;text-align:left}
       .timeline-item .mob{ display:block}
      .timeline-item .pc{ display:none}   
         
     }
     .timeline-item:hover .item-left{transform: translateY(-20px);}
      
     .item-left h3 {
      font-size: 40px; 

      color: #E25410;
      margin-bottom: 16px;
    }
    .item-left em{font-size: 20px;color:#333; font-weight:bold; }
    .item-left p {
      font-size: 16px;
      color: #666;
      line-height: 30px;
    }
    .item-left .img-group {
      display: flex;
      gap: 20px; 
      align-items: flex-end; /* 图片底部对齐 */transition: transform 1s ease;
    }
    .item-left .img-group img {
      max-width: 100%; 
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    .item-left .img-group img:first-child {
      width:100%; /* 小图尺寸 */
    }

    /* 右侧内容：年份 + 描述 */
    .item-right {
      display: flex;
      flex-direction: column;
      align-items: flex-start; padding-left:10% ;transition: transform 1s ease;
    }
    
    .item-right h3 {
      font-size:40px; 
  
      color: #E25410;
      margin-bottom: 16px;
    }
    .item-right em{font-size: 20px;color:#333; font-weight:bold; }
    .item-right p {
      font-size: 16px;
      color: #666;
      line-height: 30px;
    }
.item-right .img-group {
      display: flex;
      gap: 20px; 
      align-items: flex-end; /* 图片底部对齐 */transition: transform 1s ease;
    }
    .item-right .img-group img {
      max-width: 100%; 
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    .item-right .img-group img:first-child {
      width:100%; /* 小图尺寸 */
    }
    
    /* 响应式适配：小屏幕改为垂直排版 */
    @media (max-width: 992px) {
         .item-right .img-group img {
      max-width: 90%; 
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
      .timeline-line {
        left: 20px; /* 线靠左 */
        transform: none;
      }
      .timeline-item {
        grid-template-columns: 1fr; /* 单列布局 */
        gap: 20px;
      }
      .timeline-item::before {
        left: 12px; /* 圆点靠左 */
        transform: translate(0, -50%);
      }
      .item-left,
      .item-right {
        order: 2; /* 让右侧内容在垂直排版时居上 */
      }
      .item-left .img-group {
        flex-wrap: wrap; /* 小屏幕允许换行 */
      }
    }
    .timeline-item:hover .img-group{transform: translateY(-20px);}
    .iksn{margin-top: 40px; margin-bottom:40px}
    
     .xm {
        height: 300px;
        margin-top: 55px;max-width: 1200px;width: 96%; margin:0 auto;
    }
    
    .xm li {
        float: left;
        width: 276px;
        padding: 0 10px;
        margin-right: 32px;
        text-align: center;
        height: 274px;
        box-shadow: 0 0 20px #dfdfdf;
        margin-bottom: 35px;
        box-sizing: border-box;background: #fff;
    }
    
    .xm li:nth-child(4n) {
        margin-right: 0;
    }
  
    
    .xm li:nth-child(2n+2) {
        margin-right: 0px;
    } 
         
         
     
    .xm li img {
        margin-top: 25px;
    }
    
    .xm li span {
        display: block;
        font-size: 24px;
        color: #222;
        margin: 20px 0;
    }
    
    .xm li p {
        padding: 5px 40px;
        font-size: 16px;
    }
    
    .xm li p:before {
        content: "";
        width: 50px;
        height: 2px;
        background: #E25410;
        text-align: center;
        margin: 0px auto 20px;
        display: block;
    }
       @media (max-width: 479px) {
         
        .xm {
        height: 380px;
        margin-top: 55px;
    }
    
    .xm li {
        float: left;
        width: calc(50% - 10px);
        padding: 0 10px;
        margin-right: 10px;
        text-align: center;
        height: 254px;
        box-shadow: 0 0 20px #dfdfdf;
        margin-bottom: 35px;
        box-sizing: border-box;background: #fff;
    }
    .xm li p {
        padding: 5px 10px;
        font-size: 16px;
    }
    
       }
    .xm li:hover {
        border-top: 3px solid #E25410;
    }
    .about_conesw{ margin-top:60px; margin-bottom:60px;}
    @media (min-width: 1099px) {
.about_con{max-width: 1200px;width:94%;height:auto;margin: 0 auto; margin-top:20px; margin-bottom:60px;}
.about_con_ny{width:540px;height:auto; float:left; box-shadow:0 0 20px #e4e4e4; padding:30px;border-radius:5px; margin-top:30px;}
.about_con h2{ font-size:30px;line-height:50px; display:inherit; margin-bottom:10px; font-weight:500}
.about_con p{ font-size:14px;line-height:30px; display:inherit;color:#65645f}
.about_con .tpim{overflow:hidden; margin-left:630px;margin-top:30px;}
}
@media (max-width: 1100px) and (min-width: 801px) {
    .about_con{max-width: 1200px;width:94%;height:auto;margin: 0 auto; margin-top:20px; margin-bottom:20px;}
.about_con_ny{width:45%;height:auto; float:left; box-shadow:0 0 20px #e4e4e4; padding:30px;border-radius:5px; margin-top:30px; margin-bottom:30px;}
.about_con h2{ font-size:30px;line-height:50px; display:inherit; margin-bottom:10px; font-weight:500}
.about_con p{ font-size:14px;line-height:30px; display:inherit;color:#65645f}
.about_con .tpim{overflow:hidden; margin-left:55%;}
}
@media (max-width: 800px) {
.about_con{max-width: 1200px;width:94%;height:auto;margin: 0 auto; margin-top:20px; margin-bottom:20px;}
.about_con_ny{width:100%;height:auto;margin: 0 auto; box-shadow:0 0 20px #e4e4e4; padding:30px;border-radius:5px; margin-top:30px; margin-bottom:30px;}
.about_con h2{ font-size:30px;line-height:50px; display:inherit; margin-bottom:10px; font-weight:500}
.about_con p{ font-size:14px;line-height:30px; display:inherit;color:#65645f}
.about_con .tpim{overflow:hidden; margin-left:0px;margin-left:0%;width:100%;}
}
.about_con img{width:100%;float:right;}
.about_con .tpim img{
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.about_con .tpim:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.about_jj{max-width: 1000px;width: 95%; margin:0 auto;height:auto; margin-top:0px;}
.about_jj_left{width:250px;height:350px;background-color: #E25410; float:left; padding:30px;color:#fff; font-size:30px;line-height:40px;}
.about_jj_right{ width:100%;float:left;line-height:35px; font-size:16px;}
.about_jj_right img{ margin-bottom:40px;}

@media (max-width: 479px) {.about_jj_left{width:100%;height:auto;background-color: #E25410; float:left; padding:30px;color:#fff; font-size:30px;line-height:40px;}
.about_jj_right{ width:100%;float:left;line-height:25px; font-size:14px;}}
@media (min-width: 480px) {
.about_jj_tt{width:100%;height:80px;line-height:80px;color:#cfcfcf; text-align:right; font-size:18px;letter-spacing: 10px;}
.about_jj_tt span{ float:left; font-size:26px; color:#000000;letter-spacing: 0px;}
}
@media (max-width: 479px) {
.about_jj_tt{width:100%;height:80px;line-height:40px;color:#cfcfcf; text-align:center; font-size:18px;letter-spacing: 0px;}
.about_jj_tt span{ font-size:26px; color:#000000;letter-spacing: 0px;display: block;}
.about_conright img{width:100%}
}


.about_con{ padding-top:0.6rem; }
.about_conleft{width:300px;height:auto; float:left; overflow:hidden; font-size:40px; font-weight:400}
.about_conright{height:auto;line-height:40px;  overflow:hidden; padding:10px 0px 20px 0px;color:#666;background: url(images/aboutbg_r11.jpg) no-repeat right bottom;font-size:16px; }
.about_conright p{text-indent: 2em;}




.yinzer { height:auto; border:1px solid #dcdcdc; margin-top:40px;}
.yinzer li{ width: calc(25% - 1px); height:auto;line-height:40px; border-right:1px solid #dcdcdc; float:left; font:14px "Microsoft YaHei UI"; text-align:center; color:#232323; padding:10px 0px 10px 0px;  background:#fff;}
.yinzer li:last-child{width: calc(25% - 0px); border:0;}
.yinzer li span{display:block; font:30px "Microsoft YaHei UI"; line-height:50px; }
.yinzer li .image-switcher{ display:block;}
.yinzer li .image-wrapper{ display:none;}
.yinzer li  img{  width:50px; height:53px;}
.yinzer li:hover .image-switcher{ display:none;}
.yinzer li:hover .image-wrapper{display:block;transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.yinzer li:hover{ background:#E25410;color:#fff}




.yinz ul{ height:125px; border:1px solid #dcdcdc; margin-top:40px;}
.yinz li{ width: calc(25% - 1px); height:124px; border-right:1px solid #dcdcdc; float:left; position:relative; font:20px "Microsoft YaHei UI"; text-align:center; color:#232323; }
.yinz li:last-child{width: calc(25% - 0px); border:0;}
.yinz li h3{ width:50px; height:53px; }
.yinz li h3 em{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.yinz li h3 i{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.yinz li p{ width:150px; float:left; padding:25px 0 0 15px; text-align:center; font:18px "Microsoft YaHei UI"; color:#666;}
.yinz li p span{ display:block; font:22px "Microsoft YaHei UI"; font-weight:bold; color:#333;}
.yinz li p em{ font-size:38px;}
.yinz li h3 img{ display:block; width:50px; height:53px;}
.yinz li:hover{ background:#269176;}
.yinz li:hover p,.yinz li:hover p span{ color:#fff;}
.yinz li:hover h3 em{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.yinz li:hover h3 i{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.ty_ttda{margin:0 auto; text-align:center;font-weight:bold; font-size:35px; display:inherit; height:60px;line-height:60px;letter-spacing:0px; margin-top:10px;}
.tyttline {
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .ty_line {
    display: inline-block;
    width: 140px;
    height: 1px;
    background: #d0d4d9;
  }
  .ty_txt {
    color: #333;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin: 0px 30px ; font-weight:500;
  }
  
  .tyline_l{width:80px;height:2px;background: #4192e4;margin:0 auto; margin-top:10px; margin-bottom:30px; display: block;}

.join04 {
        padding: 0px 0 0;
        margin-bottom: 60px;
        margin-top: 20px;
    }
    
    .join04_01 {
        
        width: 100%;
        margin: 0px 0 0px;
        height: auto;
    }
    
    .join04 dl dt {
        width: 50%;
        line-height: 0;
        float: left;
        height: auto;
        overflow: hidden;
    }
    
    .join04 dl dt img {
        width: 100%;
        display: block;
    }
    
    .join04 dl dd {
        width: 50%;
        float: left;
         padding: 7% 0 0 2%;
    }
    
  
         
     
    .join04 dl dd h5 {
        font-family: "Microsoft YaHei UI";
        color: #e9eaee;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .join04 dl dd h5 span {
        font: 65px "Microsoft YaHei UI";
        font-weight: bold;
    }
    
    .join04 dl dd h5 em {
        display: block;
        font-style: normal;
        font-size: 28px;
        position: relative;
        margin-top: -30px;
        color: #000;
        height: 45px;
        font-weight: bold;
    }
    
    .join04 dl dd h5 i {
        font-style: normal;
        display: block;
        font-size: 18px;
        color: #000;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    
    .join04 dl dd p {
        font-size: 14px;
        color: #000;
        line-height:25px;
    }
    
    .join04_02 {
        
    }
    
    .join04_02 dl dt {
        float: right;
    }
    
    .join04_02 dl dd {
       padding: 7% 2% 0 0;
    }
        @media (max-width: 479px) {
         
         .join04 dl dt {
        width: 100%;
        line-height: 0;
        float: left;
        height: auto;
        overflow: hidden; margin-bottom: 20px;
    }
    
    
    .join04 dl dd {
        width: 100%;
        float: left;
         padding: 7% 0 0 2%;margin-bottom: 40px;
    }
       .join04 dl dd h5 i {
        font-style: normal;
        display: block;
        font-size: 18px;
        color: #000;
        margin-top: 0px;
        margin-bottom: 20px;
    } 
        }
    
   
    
    
    
    .faqs{overflow: hidden;width:100%;height: 460px;margin:0 auto; margin-top:20px; margin-bottom:20px}
.khjz{}
.khjz ul{overflow:hidden;}
.khjz li{
width:270px;height:390px; float:left; line-height:40px; margin-right:30px; text-align: center;
}
.khjz .pic{height:350px; overflow:hidden}
.khjz .pic img{height:350px;}
.khjz .pic img{
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.khjz .pic:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.hd{text-align:center;max-width: 1200px;width:100%; margin:0 auto;height:50px; margin-top:20px;}
.hd a{width:50px;height:45px;cursor:pointer; margin-left:20px;margin-right:20px;display:inline-table}
.next{background: url(images/prev.png) no-repeat center center;   }
.prev{background: url(images/nexter.png) no-repeat center center; }
.olskms{ display:none}

 .moreNews{
	display: block;
	margin-top: 38px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 14px;
	text-align: center;
	border: 1px solid #999999;
	line-height: 50px;
	border-radius: 25px;
	width: 205px;
}
.moreNews:hover{background-color: #333333;color:#fff}



.store-list {
     display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0px;
            font-family: "Microsoft Yahei", sans-serif; margin-bottom: 40px;
        }
        
       
        .store-item {
             display: flex;
            align-items: flex-start;
            margin-right: 60px;background-color: #fff;  padding: 20px 0px 20px 0px;margin-bottom: 40px;position: relative;transition: transform 0.2s ease;
        }
        
         @media (max-width: 479px) {
            .store-list {
     display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 0px;
            font-family: "Microsoft Yahei", sans-serif; margin-bottom: 20px;
        }
        .store-item {
             display: flex;
            align-items: flex-start;
            margin-right: 0px;background-color: #fff;  padding: 20px 0px 20px 0px;margin-bottom: 0px;position: relative;transition: transform 0.2s ease;
        }
             
            
            
            
        }
        
        
        
             .store-item:hover {
            transform: translateY(-2px);cursor:pointer; 
        }
        
        
        
        
        
        .store-item :nth-of-type(3n+3){
             margin-right: 0px;
            
        }
        .store-info {width:100%;
            margin-right: 0px;
        }
        .store-name {
              display:block;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 5px;border-bottom: 1px solid #cecece; padding-bottom: 10px;
        }
        
      
         
         
         
        .store-detail {
            font-size: 12px;
            line-height: 2;
        }
        .navigation {
      
            
        text-align: right;
            margin-top: 55px; position:absolute;  right:30px; bottom:0px ; display: none;
        }
        .navigation img {
            width: 20px;
            height: 20px;
            margin-bottom: 3px;
        }
        .navigation span {
            font-size: 12px; display:block;color:#7b7b7b;
        }
    
     @media (min-width: 480px) {
    /* 容器布局：弹性布局实现水平排列 */
    .search-container {
      display: flex;
      align-items: center;
      gap: 12px; /* 元素之间的间距 */
      padding: 16px; float: right;

    }
     }
.zmd_txt{ font-size:18px;color:#333; padding-top:20px; font-weight:500}
.zmd_txt_zz{ font-size:18px;color:#e63d3a; padding-bottom:20px; font-weight:500}
.zmd_txt_more{width:150px; height:40px;line-height:40px; margin:0 auto;font-size:16px;color:#fff; padding-top:0px; font-weight:500; text-align:center;background-color: #d7292a;border-radius: 6px;}

.zmd_olms{ padding-bottom:10px;border-bottom: 1px solid #cecece;height:90px; margin-bottom: 30px;padding-top: 10px;}
.zmd_olmsbb{ padding-bottom:10px;border-bottom: 1px solid #cecece;height:1px; margin-bottom: 0px;padding-top: 0px;}
    /* 按钮通用样式 */
    .search-btn, .search-select, .search-input {
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 0px 16px;
      font-size: 14px;
      height: 40px; /* 统一高度，视觉更协调 */
      box-sizing: border-box;
    }

    /* 按钮 hover 效果 */
    .search-btn:hover, .search-select:hover {
      border-color: #bbb;
      cursor: pointer;
    }

    /* 红色查询按钮特殊样式 */
    .search-btn {
      background-color: #d92a27;
      color: #fff;
      border: none; 
    }
    .search-btn:hover {
      background-color: #a31c23;
    }

    /* 输入框样式（含搜索图标） */
    .search-input-wrapper {
      display: flex;
      align-items: center;
      border: 1px solid #ddd;
      border-radius: 4px;
       padding: 0 12px;
      height: 42px;
    
    }
    .search-input {
      border: none;
      outline: none; /* 去掉输入框聚焦时的默认边框 */
      flex: 1; /* 让输入框占满剩余空间 */
    }
    .search-icon {
      color: #999;
    }
     @media (max-width: 479px) {
         
          .search-container {
      float: left;
      align-items: left;
      gap: 12px; /* 元素之间的间距 */
      padding: 16px;

    }
    .search-input {
      border: none;
      outline: none; /* 去掉输入框聚焦时的默认边框 */
     
    }
    .search-btn, .search-select, .search-input {
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 0px 16px;
      font-size: 14px;
      height: 40px; /* 统一高度，视觉更协调 */
      box-sizing: border-box;  margin-bottom: 10px; 
    }
    
    .search-input-wrapper {
     
      border: 0px solid #ddd;
      border-radius: 4px;
       padding: 0 0px;
      height: 42px;
    
    }
    
    .zmd_olms{ padding-bottom:10px;border-bottom: 0px solid #cecece;height:auto; margin-bottom: 30px;padding-top: 10px;}
    
    .search-btn {width:110px;
      background-color: #d92a27;
      color: #fff;
      border: none; 
    }
    
    
    
     }
     
     
     
     
    
    .moblm{width:100%;height:65px;line-height:60px; overflow-x: auto; /* 水平方向出现滚动条 */
    white-space: nowrap; /* 防止内容换行，使所有内容在一行显示 */  background-color: #f6f6f6;border-bottom: 1px solid #e1e1e1;}
.moblm a{ padding-left:15px; padding-right:15px;border-right: 3px solid #e1e1e1;}
.moblm .oplkms{color:#e03e52}

.moblm::-webkit-scrollbar {
    width: 10px; /* 设置滚动条的宽度 */
    height: 2px; /* 设置滚动条的高度 */
}



        
        .store-number {
            width: 36px;
            height: 36px;
            background-color: #c2c2c2;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #fff;
            margin-right: 16px;
            flex-shrink: 0;
        }
        .store-item:hover  .store-number{width: 36px;
            height: 36px;
            background-color: #d92a27;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #fff;
            margin-right: 16px;
            flex-shrink: 0;}
       









@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@charset "utf-8";
/* CSS Document */
/**
 * 通用标签初始化
 */
  /* 1. 页面整体平滑滚动（核心：控制滚动速度） */
    html {
      /* scroll-behavior: smooth; 原生平滑滚动，速度较固定 */
      scroll-behavior: auto; /* 关闭原生，用JS控制更慢的速度 */
    }

    /* 2. 自定义滚动条样式（可选，更美观） */
    ::-webkit-scrollbar {
      width: 6px; /* 滚动条宽度 */
    }
    ::-webkit-scrollbar-track {
      background: #f1f1f1; /* 滚动条轨道背景 */
    }
    ::-webkit-scrollbar-thumb {
      background: #3e4b55; /* 滚动条滑块颜色 */
      border-radius: 4px; /* 滑块圆角 */
    }
    ::-webkit-scrollbar-thumb:hover {
      background: #3e4b55; /* 滑块 hover 颜色 */
    }
html {margin:0;padding:0;border:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;padding:0;border:0;/*font-size:100%;*/font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {color:#3e3a39;background:#f1f0f7;font-family:"Microsoft YaHei","simsun","Helvetica Neue", Arial, Helvetica, sans-serif;}
img {border:0;vertical-align:bottom; -ms-interpolation-mode:bicubic;}
::-webkit-input-placeholder {color:#999;}
:-moz-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
:-ms-input-placeholder {color:#ccc;}
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*-webkit-box-shadow:0 4px 40px rgba(0,0,0,0.5);-moz-box-shadow:0 4px 40px rgba(0,0,0,0.5);box-shadow:0 4px 40px rgba(0,0,0,0.5);-webkit-border-radius:4px;*/
*:before,*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}
textarea {overflow:auto;}
input:focus,textarea:focus,button:focus,select:focus {outline:none;}
input::-ms-clear {display:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display:block;}
audio,canvas,progress,video {display:inline-block;vertical-align:baseline;}
audio:not([controls]) {display:none;height:0;}
[hidden],template {display:none;}
a {background:transparent; text-decoration:none; outline:none;}
a:active,a:hover {outline:0;}
a:focus {outline:none;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
abbr[title] {border-bottom:1px dotted;}
b,strong {font-weight:bold;}
dfn {font-style:italic;}
mark {color:#000;background:#ff0;}
small {/*font-size:80%;*/}
sub,sup {position:relative;/*font-size:75%;*/line-height:0;vertical-align:baseline;}
sup {top:-.5em;}
sub {bottom:-.25em;}
svg:not(:root) {overflow:hidden;}
figure {margin:1em 40px;}
hr {height:0;-moz-box-sizing:content-box;box-sizing:content-box;}
pre {overflow:auto;}
code,kbd,pre,samp {font-family:monospace, monospace;/*font-size:1em;*/}
button,input,optgroup,select,textarea {margin:0;font:inherit;}
button {overflow:visible;}
button,select {text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled] {cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;border:0;}
input {line-height:normal;}
input[type="checkbox"],input[type="radio"] {box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height:auto;}
input[type="search"] {-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
fieldset {padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0;}
legend {padding:0;border:0;}
optgroup {font-weight:bold;}
table {border-spacing:0;border-collapse:collapse;}
td,th {padding:0;}
hr {clear:both;float:none;width:100%;height:1px;margin:10px 0;border:none;-moz-box-sizing:content-box;box-sizing:content-box;margin:0;}
blockquote {border:solid 1px #ddd;border-left-width:6px;padding:20px;border-radius:4px;}
blockquote strong {display:block;margin-bottom:10px;}
blockquote p:last-child {margin:0;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {filter:alpha(opacity=60); opacity:.6;}
q {quotes:none;}
q:before,q:after {content:'';content:none;}
ul,li {list-style:none;}
body{ background-color: #f0f0f0;}
a{color: inherit;}
.fl{ float:left;}
.fr{ float:right;}
.over{ overflow:hidden;}
.clear{ clear:both;}
.c{ clear:both;}

.bas{ background-color: #fff;}
.full-width {width: 100%; min-width: 1360px;}
 @media (max-width: 479px) {.full-width {max-width: 100%; min-width: 300px;}}
 .width-1000 {max-width: 1000px;width: 95%; margin:0 auto;}
.width-1000:after {content:""; display: block; width: 0;height: 0;clear: both;}
.width-1200 {max-width: 1200px;width: 96%; margin:0 auto;}
.width-1200:after {content:""; display: block; width: 0;height: 0;clear: both;}
.width-1400 {max-width: 1400px;width: 95%;  margin:0 auto;}
.width-1400:after {content:""; display: block; width: 0;height: 0;clear: both;}
.flexbox{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.flexboxer{display: flex;justify-content: space-between;flex-wrap: wrap;}
.width-1300 {max-width: 1300px;width: 95%;  margin:0 auto;}
.width-1300:after {content:""; display: block; width: 0;height: 0;clear: both;}
.width-1500 {max-width: 1500px;width: 95%; margin:0 auto;}
.width-1500:after {content:""; display: block; width: 0;height: 0;clear: both;}
.flexwidth{
	max-width: 1400px;
	width: 95%;
	margin: 0 auto;
}
.flexwidther{
	max-width: 1200px;
	width:96%;
	margin: 0 auto;
}
.flexwidth_bj{
	background-color:#fbfbfb ;
	width: 100%;
	height:auto;
margin-bottom:50px;
}

.promenu { display:none;
            transform: translateY(10px);
            transition: opacity 0.6s ease, transform 0.6s ease;
  position: absolute;
  background-color: rgba(18, 22, 25,0.9);
  width: 100%;
  z-index: 99; /* 确保菜单在其他内容上层 */
  border-radius: 0px; 
  left:0px;
position: fixed;
    top: 65px;transform: translateX(-100%); box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  
}
	
	.has-submenu:hover > .promenu { display:block;
            transform: translateY(0);
}
	
	


/*页头*/
.box10{background-color: rgba(94, 94, 94,0.8); }
.box10 a{color:#fff; }
.box10 a:hover{	
	color: #fff; font-weight:bold}
.box10 .pcNav .cur{	
	color: #333;font-weight:bold}	
.boxer{background-color: rgba(255, 255, 255,0); }
.boxer a:hover{	
	color: #fff; font-weight:bold}
.boxer .pcNav .cur{	
	color: #333;font-weight:bold}	
	
.headerPC{
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 1000; 
}
.headerPC:hover
{background-color: rgba(18, 22, 25,0.9);}

/* 页头 */
.header{
	position: fixed;
    z-index: 10000;
    width: 100%;
    display:none;background: linear-gradient(to bottom, rgba(90, 101, 101, 1), rgba(0, 0, 0, 0));
}
.header h1{
	position: relative;
	height: 120px;z-index: 42;
}
.header h1 .btn-nav p{
	width: 30px;
    height: 2px;
    background-color: #fff;
    margin-top: 7px; margin-bottom: 7px;
}
.header h1 .btn-nav {
	position: absolute;
    right: 15px;
    top: 10px;
}
.header h1 a{
	
}
.header h1 a img{
    padding-left: 13px;
    padding-top: 16px;
    width: 150px;
}
.header .qqlm{width:100px; 	position: absolute;right:10%; padding-top:15px;z-index: 445424212;color:#fff; font-size:12px;}

.header .nav{
	display: none;
	border-top: 0px solid rgba(0,0,0,0.05);
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
   top:0; z-index: 12; background-color: #666666; 
}
.header .nav li{background-color: #616161; }
.header .nav li:last-child{ padding-bottom:25px;}
.roater-l{

	position: absolute;
    transform: rotate(45deg);
    right: 0px;
    top: 10px;
}
.roater-r{
	transform:rotate(-45deg);
	    position: absolute;
    right: 0px;
    top: 10px;
}
 @media (max-width: 479px) {.headerPC{ display:none}.header{ display:block} 
     .banner_group .banner a.button.primary {
       
        overflow: hidden !important;
        min-height: unset;
        
        transition: .5s all !important;height: 3.5rem !important;
        opacity: 1 !important; margin-top:10px ;
    }
     .banner_group .banner_small .text-box-content a.button.primary {
   height: 3.5rem !important;
    overflow: hidden;
    min-height: unset;
    transition: .5s all;
}
     
 }
.pcNavigationTop{
	width: 100%;
	
	height: 25px;
	line-height: 25px;

	text-align: right;
	font-size: 14px;
	padding-right: 10%; padding-top: 5px;
}

.pcNavigationMain{
	width: 100%;
 
	height: 80px;
	line-height:50px;
	border-bottom: 0px solid #b4b3b4;
}
.pcNavigation{
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pcNavigation h1{	line-height:60px;
   
	width: 250px; float: left;
 
}
.pcNavigation h1 img{width:150px; }
 @media (max-width: 479px) {
     .pcNavigation h1{	line-height:60px;
	width: 150px; float: left;
}
.pcNavigation h1 img{width:150px; }
     
     
     
 }
.search_bg{width:20px;height:20px; display:inherit; background-image: url(images/search_bg.png);
  background-size: cover;
  background-position: center; /* 可选，确保图像居中 */ margin: 0 auto;margin-top:15px;cursor: pointer; }

.pcNavigation .pcNav{
	width: calc(100% - 320px);
	display: flex;
	justify-content: space-between;padding-top: 20px;
}
.pcNavigation .pcNav li{
	flex: 1;

	color: #fff;
	font-size: 15px; text-align: center; font-weight:400; 
}
.pcNavigation .pcNav li img{height:20px;  float: left; margin-top:15px;
    margin-right: 10px; /* 根据需要调整间距 */}
.pcNavigation .pcNav li:hover{	
	color: #fff; }
.pcNavigation .pcNav .cur{	
	color: #fff;font-weight:bold}	

/* 一级下拉菜单样式 */
.submenu { 
  display:none;
            transform: translateY(10px);
            transition: opacity 0.6s ease, transform 0.6s ease;
  position: absolute;
  background-color: rgba(255, 255, 255,1);
   margin-left:27px; 
  width: 130px;
  z-index: 99932; /* 确保菜单在其他内容上层 */
  border-radius: 10px; padding-top:10px;
position: fixed;
    top: 60px;
  
  
}
.submenu li {
  flex: 1;
  height:35px;
  line-height: 35px; /* 调整菜单项行高，让点击区域舒适 */ clear: both; 
}
.submenu li:last-child{margin-bottom: 15px;}

.submenu a {
  height:35px;
  line-height: 35px; /* 调整菜单项行高，让点击区域舒适 */
    font-size:14px; color:#333;
}
.submenu a:hover {color:#333;}
.pcNavigation .pcNav li .submenu li img{height:12px;  float: left; margin-top:12px;
    margin-right: 10px; /* 根据需要调整间距 */}

.hover-underline {
  position: relative;
  display: inline-block;
text-align: left;
  text-decoration: none; /* 确保没有默认下划线 */
}
 
.hover-underline::after {
  content: '';
  position: absolute;
  width: 0; /* 初始宽度为0 */
  height: 2px; /* 下划线的高度 */
  background-color: #E15517; /* 下划线的颜色 */
  left: 0;
  bottom: 5px; /* 根据需要调整位置 */
  transition: width 0.5s ease-out; /* 动画效果：宽度变化持续0.5秒，缓动效果 */
}
.pcNavigation .pcNav li:hover .hover-underline::after {
  width: 100%; /* 鼠标经过时宽度变为100% */
}

.hover-underliner {
  position: relative;
  display: inline-block;

  text-decoration: none; /* 确保没有默认下划线 */
}
 
.hover-underliner::after {
  content: '';
  position: absolute;
  width: 0; /* 初始宽度为0 */
  height: 2px; /* 下划线的高度 */
  background-color: #E15517; /* 下划线的颜色 */
  left: 0;
  bottom: 0px; /* 根据需要调整位置 */
  transition: width 0.5s ease-out; /* 动画效果：宽度变化持续0.5秒，缓动效果 */
}

.submenu li:hover .hover-underliner::after{
  width: 100%; /* 鼠标经过时宽度变为100% */
}
/* 鼠标悬浮触发下拉 */
.has-submenu:hover > .submenu {
  display: block;
}


/* 一级下拉菜单样式 */
.header .submenu_m {
display: none;
  position: absolute;
  background-color: rgba(255, 255, 255,1);
   margin-left:0px; 
  width: 100px;
  z-index: 99; /* 确保菜单在其他内容上层 */
  border-radius: 10px; padding-top:5px; margin-top:15px ;
}
.header .submenu_m li {
  flex: 1;
  height:35px;
  line-height: 35px; /* 调整菜单项行高，让点击区域舒适 */ clear: both; 
}
.header .submenu_m li:last-child{margin-bottom: 15px;}

.header .submenu_m a {
  height:35px;
  line-height: 35px; /* 调整菜单项行高，让点击区域舒适 */
    font-size:14px; color:#333; text-align: center;
}
.header .submenu_m a:hover {color:#333;}
 .show {
      display: block;
    }


/*页脚*/
footer{
	background: url(images/bj-footer.png) no-repeat center;
	height: 474px;
}
.footerFist{
	width: 210px;
	display: inline-block;
	vertical-align: top;
}
.olkms{padding-top:100px;}
 @media (max-width: 479px) {
     
     footer{
	background: url(../images/bj-footer20.png)#051b2e no-repeat center;
	height:auto;
}
.footerFist{
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
  .olkms{padding-top:30px;width:90%;margin:0 auto;}   
 }
.footerFist p{
	color: #FFF;
	font-size: 16px;
	position: relative;
	padding-bottom: 21px;
}
.footerFist p:after{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 2px;
	background-color: #d0df00;
	width: 30px;
	content: '';
	
}
.footerFist li{
	margin-top: 15px;
	color: #aaa; font-size:14px;
}
 @media (max-width: 479px) {.footerFist li{
	margin-top: 15px; float: left; margin-right: 15px; 
	color: #aaa; font-size:16px;
}}
.footerFist li:hover{
	color: #FFF;
	cursor: pointer;
}
.footerFist li a{
	
}
.footerFist2{
	
}
 @media (max-width: 479px) { .footerFist2{margin-top:40px;}
     
     
 }
.footerFist2 li{
	padding-left: 25px;
}
.footerFist2 li:nth-of-type(1){
	background: url(../images/ico13.png) left center no-repeat;
}
.footerFist2 li:nth-of-type(2){
	background: url(../images/ico14.png) left center no-repeat;
} 
.footerFist2 li:nth-of-type(3){
    margin-top: 25px;
    padding-left: 0;
}
.footerFist2 li:nth-of-type(3) a{
	
} 
.footerFist2 li:nth-of-type(3) a img{
	margin-left: 20px;
}
.footerFist3{
	width: 650px;
	float: right;
}
.footerFist3 li{
	font-size: 14px;line-height:25px;
	
}
.form_box{
	
}
.form_box form{
	
}
.form_box form label{
    display: inline-block;
    width: 49%;
    margin-top: 15px;
}
.form_box form label span{
    color: #FFF;
    padding-right: 10px;
    font-size: 12px;
} 
.form_box form label input{
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #65737e;
	width: 228px;color:#fff
}
 @media (max-width: 479px) {
     .footerFist3{
	width: 100%;
	float: right; margin-top:40px ;
}
    .form_box form label{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
} 
    .form_box form label input{
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #65737e;
	width: 100%;color:#fff
} 
 }
.form_box form .btnd{
	display: inline-block;
    padding-top: 10px;
}
.form_box form .btnd:hover{ opacity: 0.8; /* 鼠标悬停时变为半透明 */}
.form_box form .btnd button{
	background-color: #d0df00;
	border: none;
	padding: 8px 20px;
	margin-top: 15px;font-weight: bold;border-radius: 10px;font-size: 12px;box-shadow: 0px 5px #818a00;
	
}
.form_box form label:nth-of-type(3) input{
	width: 172px;
}
  
     
 
#bottomFooter{
	padding-top: 55px;
}
#bottomFooter p{
	color: #eee;
	font-size: 12px;
	display: inline-block;
	line-height: 23px;
}
#bottomFooter p:nth-of-type(2){
	float: right;
}
.form_box form label:nth-of-type(1) input{
    width: 248px;
}
.form_box form label:nth-of-type(2) input{
    width: 242px;
} 

 @media (max-width: 479px) {
     .form_box form label:nth-of-type(1) input{
    width: 100%;
}
.form_box form label:nth-of-type(2) input{
    width: 100%;
} 
     .form_box form label:nth-of-type(3) input{
	width: 100%;
}
#bottomFooter{
	padding-top: 35px; margin-top: 2px;
}
   
}




.bgers {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  pointer-events: none;

  overflow: hidden;

}

.bgers img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  position: relative;

  -webkit-animation: bgers 20s linear infinite;

          animation: bgers 20s linear infinite;

}
 
 @keyframes bgers {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
 

.ikmmsimg {
  
    animation: zoomInOut 10s infinite;
  }
 
  @keyframes zoomInOut {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  

.down-arrow {
    display :inline-block;
    position: relative;
 
}

.down-arrow::after {
    display: inline-block;
    content: " ";
    height: 8px;
    width: 8px;
    border-width: 0 2px 2px 0;
    border-color: #dfdfdf;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform-origin: center;
    transition: transform .3s;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -10px;
}

.down-arrow.active::after {
    transform-origin: center;
    transform: rotate(-135deg);
    transition: transform .3s;
}

.down-arrower.active::after {
    transform-origin: center;
    transform: rotate(-135deg);
    transition: transform .3s;
}


.down-arrower::after {
    display: inline-block;
    content: " ";
    height: 8px;
    width: 8px;
    border-width: 0 2px 2px 0;
    border-color: #c9423e;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform-origin: center;
    transition: transform .3s;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -5px;
}

.down-arrower.active::after {
    transform-origin: center;
    transform: rotate(-135deg);
    transition: transform .3s;
}

.returnTop{height:60px;width:60px;position:fixed;bottom:5px;right:5px;background: url(images/topbg.png) center no-repeat;display: none;z-index:99999999;}


.web_bg{ position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;z-index:99100009;  background-color: rgba(44, 44, 44, 0.9); 
   
    
}


 /* 背景图容器：铺满页面并设置背景图 */
    .bg-container {
      width: 100%;
      height: 100vh;
     
      /* 替换 your-bg-image.jpg 为实际背景图地址 */
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    

    /* 搜索框容器：居中显示 */
    .search-wrapper {
      position: relative;
      z-index:9910000911; 
      /* 保证搜索框在遮罩层上方 */
      display: flex;
      align-items: center;
    }

    /* 搜索输入框样式 */
    .oloclos{width: 400px;
      height: 50px; text-align:right; position: absolute;cursor: pointer;
      top: 10%;
      right: 10%;}
    .search-input {
      width: 400px;
      height: 50px;
      padding: 0 15px;
      font-size: 16px;
      border: none;
      outline: none;
      border-radius: 4px 0 0 4px;
    }

    /* 搜索按钮样式 */
    .search-btn {
      height: 50px;
      width: 60px;
      background-color: #fff;
      border: none;
      outline: none;
      cursor: pointer;
      border-radius: 0 4px 4px 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .search-btn svg {
      width: 20px;
      height: 20px;
      fill: #666; 
      /* 图标颜色可调整 */
    }

    /* 响应式适配：小屏幕缩小搜索框 */
    @media (max-width: 576px) {
      .search-input {
        width: 280px;
      }
    }







/* 下拉菜单容器样式 */
    .dropdown {
      position: relative;
      display: inline-block;
    }

    /* 触发下拉的按钮样式 */
    .dropdown-btn {
      display: flex;
      align-items: center;
     
      color: #fff;
      padding: 5px 0px;
      border: none;
      cursor: pointer;
      border-radius: 0px;
    }

    .dropdown-btn img {
      width: 20px;
      height: 14px;
      margin-right: 6px;
    }

    .dropdown-btn span {
      font-size: 12px;
    }

    .dropdown-btn::after {
      content: "";
      border: 4px solid transparent;
      border-top-color: white;
      margin-left: 8px;
    }

    /* 下拉菜单内容样式（默认隐藏） */
    .dropdown-content {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      min-width: 100px;
      z-index: 1; margin-top:5px ;
    }

    /* 下拉菜单项样式 */
    .dropdown-content a {
      display: block;
      color: #333;
      padding: 8px 12px;
      text-decoration: none;
      font-size: 12px;
      transition: background-color 0.3s ease;
    }
.dropdown-content img{ margin-right:6px;}
    .dropdown-content a:hover {
      background-color: #f2f2f2;
    }

    /* 显示下拉菜单的类 */
    .show {
      display: block;
    }


 /* 大类标题 */
    .category-title {
        margin:0 auto; 
      font-size: 16px;
      color: #fff;
   line-height:70px;
      padding: 0px 30px;
      background-color: #666666;
     
      cursor: pointer;
  
      transition: all 0.3s; text-align: center;
    }
    .category-title:hover {
      background-color: #616161;
    }
    /* 小类列表默认隐藏 */
    .sub-list {

      background-color: #61616;


      display: none;    /* 关键：默认隐藏 */
    }
    .sub-list li {
      padding: 10px 16px;
      color: #fff;
     
      transition: background 0.3s; text-align: center;background-color: #61616;
    }
    .sub-list li:hover {
      background: #fafafa;
    }
    /* 箭头图标（CSS 模拟） */
    .arrow {
      width: 12px;
      height: 12px;
      
      border: solid #c2c2c2;
      border-width: 2px 2px 0 0;
      transform: rotate(135deg);
      transition: transform 0.3s; float: right; margin-top:22px ;
    }
    /* 展开时旋转箭头 */
    .category-title.active .arrow {
      transform: rotate(315deg);
      border-color: #c2c2c2;
    }
    
      #pc{ display:block}
#mob{ display:none}
@media (max-width: 479px) {
#pc{ display:none}
#mob{ display:block}
}


.container { 
            
            min-height: 400px;
			width:80%;
			margin:0 auto;
			padding-top:80px
           
        }
        .left-column {
            width:20%;height:auto; float:left; 
            text-align: left;
        }
        .left-column img {
             width: 100%;
  height: auto; 
         
        }
        .middle-column {
             width:40%; 
            padding: 0 50px; text-align: left;float:left;
        }
        .middle-column h2 {
            font-size: 28px;
            color: #fff;
            margin-bottom: 20px;
        }
        .middle-column p {
            font-size: 16px;
            color: #999;
            margin-bottom: 30px;
            line-height: 1.6;
        }
        .btner {
            display: inline-block;
            padding: 0px 30px;
            background-color: #be1a20;
            color: #fff;
            text-decoration: none;
            border-radius: 0;
            transition: background-color 0.3s;
        }
        .btner:hover {
		 display: inline-block;
            background-color: #d5575c;
        }
        .right-column {
            width:30%; float:right;
        }
        .right-column ul {
        
            list-style: none;
        }
        .right-column ul li {
		    width: 50%;
            margin-bottom: 10px;float:left;
        }
        .right-column ul li a { font-size:14px;
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
        }
        .right-column ul li a:hover {
            color: #be1a20;
        }
		
		
		.pro_nav_bg {
            background-color: #f8f9fa;
            padding: 20px 0;
            border-bottom: 1px solid #e9ecef;
        }
        .pro_nav {
            display: flex;
            justify-content: center;
            list-style: none;
        }
        .pro_nav_item {
            margin: 0 20px;
            position: relative;
            cursor: pointer;
            padding-bottom: 5px;
        }
        .pro_nav_item a {
            text-decoration: none;
            color: #333;
            font-size: 16px;
        }
        .pro_nav_item.active {
            color: #0062cc;
            border-bottom: 3px solid #0062cc;
        }
        .pro_nav_item.active a {
            color: #0062cc;
        }
        .pro_nav_icon {
            display: inline-block;
            margin-right: 5px;
            vertical-align: middle;
        }
        .product-section {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding: 40px 20px;
        }
        .product-item {
            width: 200px;
            text-align: center;
            margin: 0 20px 30px;
        }
        .product-img {
            width: 150px;
            height: auto;
            margin: 0 auto 15px;
            display: block;
        }
        .product-name {
            font-size: 18px;
            color: #333;
            margin-bottom: 5px;
        }
        .product-model {
            font-size: 14px;
            color: #666;
        }
        .view-more {
            text-align: center;
            margin-top: 20px;
        }
        .view-more-btn {
            display: inline-block;
            padding: 10px 25px;
            background-color: #0062cc;
            color: #fff;
            text-decoration: none;
            border-radius: 0;
            transition: background-color 0.3s;
        }
        .view-more-btn:hover {
            background-color: #004a99;
        }
		
		
		
footer{
	
	background: url(images/foot_ri111.png?4444) #272727 no-repeat right bottom;
	padding-top: 30px;
	width: 100%;
	height: 100%; position:relative;
}
.footer{
	max-width: 1400px;width: 94%;
	margin: 0 auto;
	
	padding-bottom: 6px;
}

.foot_logo{width:100%;
	height:70px;line-height:50px;border-bottom: 1px solid #666;padding-bottom: 10px; }
	.foot_logo img{height:50px;}
.foot_logo span{ float:right;color:#fff}

.footer_left .tit_f{
	padding-bottom: 55px;
}
.footer_left p{
	
	
	padding-bottom: 15px;
	padding-top: 0px;
	
	
}
.footer_left .p1{
	font-size: 17px;color: #949393;font-weight: 100;
}
.footer_left .p2{
	font-size: 24px;color:#fff; font-weight:bold;
}

.footer_right{
	max-width: 850px;
	width: 100%;color:#bdbdbd;
}
.footer_left{
	max-width: 300px;
	width: 100%;
}
.footer_left h6{
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;padding-top: 46px;
}
.footer_left h5{
	color: #fff;
	font-size: 16px;
	padding-bottom: 15px;padding-top:15px;
}
@media (max-width: 790px) {.footer_right{ display:none}}
@media (max-width: 479px) {
    footer{
	
	background: url(../images/foot_ri方法.png?4444)#272727 no-repeat right bottom;
	padding-top: 20px;
	width: 100%;
	height: 100%; position:relative;
}
    .foot_logo{ }
.footer_right{ display:none}
.footer_left{
max-width: 100%;
	width: 100%;
}
.foot_logo span{display:none}
}
.fooTnav_bx{
	padding-top: 46px;
}
.fooTnav_bx li{
	font-weight: 100;
}
.fooTnav_bx li h6{
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
}

.fooTnav_bx li a{
	display: block;
	font-size: 14px;
	padding-bottom: 15px;
	color:#949393;
}
.fooTnav_bx li a:hover{color:#eaedec;text-decoration: underline #eaedec 1px solid; text-underline-offset: 10px}
.footer_ico_list{
	width: 150px;
	margin-top: 0px;
}
.footer_ico_list p{ display:inline-block}
.footer_ico_list li{
	flex: 1;
	position: relative;
}
.gdhq{
	max-width: 1400px;
	width: 94%;
	margin: 0 auto;
	padding-top: 25px;
	font-weight: 100;
	color:#949393;
	font-size: 14px;padding-bottom: 30px;
border-top: 1px solid #666;
	
}
.gdhqer{
	max-width: 1400px;
	width: 94%;
	margin: 0 auto;
	padding-top: 40px;
	font-weight: 100;
	color:#949393;
	font-size: 14px;
	padding-bottom: 20px;
}

.foot_ri{position: absolute;display:none;
right: 0;
bottom: 0; z-index:555555}
.gdhqer a{}
.footer_ico_list li img.cur{
	display: none;
}
.footer_ico_list li:hover img{
	display: none;
}
.footer_ico_list li:hover img.cur{
	display: block;
}
.footer_ico_list li .eq_box_show{
	position: absolute; margin-top:10px;
	display: none;
}
.footer_ico_list li:hover .eq_box_show{
    display: block;
   
    left: -32px;
}
.footer_ico_list li .eq_box_show img{
	display: block;
	width:100px
}		
