@charset "utf-8";
/* CSS Document */
html, body {
	min-height: 100%;
}
html{
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
@font-face { 
    font-family: 'Futura-regular'; 
 src: url('../fonts/Futura-regular.eot');
 src: url('../fonts/Futura-regular.eot?#iefix') format('embedded-opentype');
 src: url('../fonts/Futura-regular.ttf') format('truetype');
 src: url('../fonts/Futura-regular.woff') format('woff'), url('../fonts/Futura-regular.svg') format('svg');
 font-weight: normal;
    font-style: normal;   
}  
@font-face {
    font-family: 'oakes-b'; 
 src: url('../fonts/oakes-b.eot');
 src: url('../fonts/oakes-b.eot?#iefix') format('embedded-opentype');
 src: url('../fonts/oakes-b.ttf') format('truetype');
 src: url('../fonts/oakes-b.woff') format('woff'), url('../fonts/oakes-b.svg') format('svg');
 font-weight: normal;  
    font-style: normal;  
} 
body {
	font-family: 'Futura-regular';
	font-size:14px;
	color:#000000;
	margin:0;
	padding:0;	
}

*{
	box-sizing: border-box;
	font-family: 'Futura-regular'; 
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin: 0;
}
p{
	margin: 0
}

ul,ol,li{
	list-style: none;
	list-style-type:none;
    margin:0;
	padding:0;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #232323;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
	    border: #c1c1c1;
}

input, textarea {
	outline: none;
	border: none;
}
input::-webkit-input-placeholder {
	color:#999; 
} 

input:-moz-placeholder { 
	color:#999; 
} 

input::-moz-placeholder {
	color:#999; 
} 

input:-ms-input-placeholder {
	color:#999; 
} 
::selection{
 color:#fff;
 background:#4084c5;
}
textarea {
	resize: none;
	overflow: auto;
}
.clear{
	display: block;
	content: "";
	clear: both;
}
.index-banner::before {
    content: "";
    background: #4084c5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: .3;
    z-index: 2;
	display: none
}
/*滑动*/
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    display: none!important;
}
.bx-wrapper .bx-pager.bx-default-pager {
    text-align: center;
    width: 80%;
    margin: 0 10%;
    position: absolute;
    bottom: 20px;
    z-index: 99;
	display: none
}
.bx-wrapper{
	position: relative;
	margin: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
	background: #ffffff58
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ffffff;
}
body .bx-wrapper .bx-controls-direction a {
    background: url(../images/large_right_.svg) no-Repeat 0 0px;
    width: 40px;
    height: 40px;
    transform: rotate(  
180deg
 );
}
body .bx-wrapper .bx-controls-direction .bx-prev{
	left: 20px;
	z-index: 98;
	display: none
}
body .bx-wrapper .bx-controls-direction .bx-next {
    background: url(../images/large_right_.svg) no-Repeat 0 0px;
    transform: rotate( 
360deg
 );
	right: 20px;
	z-index: 98;
	display: none
}
body .bx-wrapper .bx-controls-direction .bx-prev:hover,body .bx-wrapper .bx-controls-direction .bx-next:hover{
	background: url(../images/large_right_.svg) no-Repeat 0 0px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 24px;
    height: 37px;
     text-indent: -9999px; 
    z-index: 99;
    font-size: 0px;
}

.zp-banner-all-box>img{
	width: 100%;
}
.zp-index-welcome{
	max-width: 1340px;
	margin: 60px auto;
}
.zp-index-welcome-title{
	text-align: center;
	width: 50%;
	margin: auto;
}
.zp-index-welcome-title>h2{
	font-size: 36px;
	color: #232323;
	display: block;
	position: relative;
	margin-top: -60px;
	margin-bottom: 30px;
}
.zp-index-welcome-title>img{
	opacity: 0.1;
    margin: auto;
	width: 70%;
}
.zp-index-welcome-title>p{
	font-size: 16px;
	color: #444;
	line-height: 26px;
}
.zp-company-four {
    display: flex;
	margin: 40px 0 20px 0;
}
.zp-company-four-box{
	width: 23.5%;
	margin-right: 8%;
	margin-bottom: 2%;
	text-align: center;
}
.zp-company-four-box:nth-child(4){
	margin-right: 0;
}
.zp-company-four-box h3{
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #232323
}
.zp-company-four-box p{
	font-size: 14px;
	line-height: 21px;
	color: #444;
}
.zp-index-products form{
	width: 575px;
	margin: auto;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #4084c5;
	border-radius: 5px;
	display: none
}
.zp-index-products form input{
	width: 90%;
	font-size: 16px; 
	height: 100%;
	padding-left: 10px;
	border-radius: 5px;
}
.zp-index-products form button {
    outline: none;
    background: none;
    height: 100%;
    border: none;
    padding: 0 20px;
    cursor: pointer;
}
.zp-index-search:focus{
	border: 1px solid #406186
}
.pr-input::placeholder,.tp-input::placeholder{
	font-size: 16px;
	color: #999;
}
.zp-index-products form img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.zp-index-products-ca-all-title{
	text-align: center;
	margin-bottom: 40px
}
.zp-index-products-ca-all-title>h2{
	font-size: 36px;
	margin-bottom: 10px; 
	color: #232323;
	margin-top: 30px;
	font-weight: bold;
}
.zp-index-products-ca-all-title>p{
	font-size: 16px;
	line-height: 24px;
	color: #444
}
.zp-index-products-ca>ul{
	display: flex;
	flex-flow: wrap;
}
.zp-index-products-ca>ul>li{
	width: calc((100% - 60px)/3);
	margin-right: 30px;
	margin-bottom: 30px;
}
.zp-index-products-ca>ul>li:hover .pr-img>img{
	transform: scale(1.1);
	transition: 0.5s;
}
.zp-index-products-ca>ul>li:hover h3{
	background: #232323;
	color: #fff;
	transition: 0.5s;
}
.zp-index-products-ca>ul>li>a>h3 {
    text-align: center;
    font-size: 18px;
    color: #232323;
    height: 45px;
    line-height: 45px;
	transition: 0.5s;
}
.zp-index-products-ca>ul>li:nth-child(3n){
	margin-right: 0px;
}
.pr-img{
	overflow: hidden;
	transition: 0.5s;
}
.pr-img>img{
	width: 100%;
	transition: 0.5s;
}
.app-zlj-one {
    width: calc(100% / 4);
    margin-right: 0;
    float: left;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    cursor: pointer;
    height: 600px;
	position: relative;
}
.app-zlj-one-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #232323;
}
.app-zlj-one-text {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
    width: 100%;
    height: auto;
    transition: 0.5s;
    z-index: 99;
}
.app-zlj-one-text h3 {
    margin-top: 0;
    font-size: 30px;
    padding-bottom: 10px;
    display: block;
}
.zp-body-application-box.clear.about-zka .app-zlj-one.about-zs {
    width: 45%;
	transition: 0.5s;
}
.zp-body-application-box {
    display: flex;
	display: none
}
.app-zlj-one.about-zs::before{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: #4084c590;
	position: absolute;
}
.zp-mid-bac{
	background: url("../images/zp-mid.jpg")no-repeat center;
	background-size: cover;
	height: 500px; 
	width: 100%;
	position: relative;	
	margin: 0px 0;
/*	background-attachment: fixed;*/
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.zp-mid-bac-text {
    position: absolute;
    margin-left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: 60%;
    background: #2e68a890;
    padding: 30px;
	display: none 
}
.zp-mid-bac-text>p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #fff;
}
.zp-mid-bac-text>h2{
	font-size: 36px;
	margin-bottom: 30px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.zp-mid-bac-text>a {
    font-size: 16px;
    display: inline-block;
    color: #2e68a8;
    text-align: center;
    border-radius: 50px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    transition: 0.5s;
    background: #fff;
}
.zp-mid-bac-text>a:hover{
	background: #4084c5;
	color: #fff;
	transition: 0.5s;
}
.zp-box-top-left {
    float: left;
    width: 40%;
    position: relative;
}
.zp-box-top-left::after {
    content: "";
    display: block;
    width: 100%; 
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #4084c5;
    top: 40px;
    left: 40px;
	border-radius: 80px 0;
}
.zp-box-top.bottom .zp-box-top-left::before{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #4084c5;
    top: 40px;
    left: -40px;
	border-radius: 0 80px;
}
.zp-box-top.bottom .zp-box-top-left::after{display: none}
.zp-box-top-left>img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
	border-radius: 80px 0;
}

.zp-box-top-right{
	float: right;
	width: 48%;
	position: relative
}
.zp-box-lr{
	margin: 40px auto;
	max-width: 1340px;
	display: none
}
.zp-box-top{margin-bottom: 120px;}
.zp-box-top.bottom img{border-radius: 0 80px;}
.zp-box-top::after{
	content: "";
	display: block;
	clear: both;
}
.zp-box-top.bottom .zp-box-top-right{
	float: left;
}
.zp-box-top.bottom .zp-box-top-left{
	float: right;
}
.zp-box-top-right{margin-top: 150px;}
.zp-box-top-right>h3{
	font-size: 36px;
	margin-bottom: 40px;
	color: #232323;
}
.zp-box-top-right>p{ 
	font-size: 16px;
	line-height: 24px;
	color: #444;
}

form.zp-index-search.about-zka,form.tt-faqs-form.about-zka{
	border: 1px solid #A48B78;
}
form.zp-index-search.about-zka i,form.tt-faqs-form.about-zka i{
	color: #A48B78;
}
.zp-index-search i {
    font-size: 24px;
    color: #4084c5;
}
.index-banner-text>ul {
    max-width: 1340px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.index-banner-text {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.index-banner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(../images/banner-bj.png) no-repeat;
    height: 6.5%;
    z-index: 21;
	display: none
}
.foot-mm:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(../images/banner-bj.png) no-repeat;
    height: 6.5%;
    z-index: 21;
	display: none
}
.bx-controls.bx-has-pager.bx-has-controls-direction{
	margin: 0;
}
.new-products-table {
    margin-bottom: 20px;
}



.top-form-up {
    display: none;
    position: fixed;
    left: 0;
    top: -120px;
    width: 100%;
    height: 120px;
    z-index: 9999;
    background: #fff;
	transition: all .5s;
	box-shadow: 0 24px 22px rgb(0 0 0 / 3%);
}
.top-form-up-pos{
	max-width: 1340px;
	margin: auto;
	margin-top: 30px;
}
.top-form-up-pos form input {
    width: 92%;
    font-size: 16px;
    border: 1px solid #4084c5;
    height: 52px;
    border-left: none;
    border-right: none;
}
.tt-faqs-form svg{
	width: 16px;
	height: 16px;
	cursor: pointer;
}
i.iconfont.icon-cuowu {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
	cursor: pointer;
}
.right-x {
    position: absolute;
    right: 0;
    top: 0;
    background: #4084c5;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
		cursor: pointer;
	display: none
}
.right-x:hover{background:#A48B78;transition: all .5s; }

.top-form-up.active{
	display: block;
	top: 80px;
	transition: all .5s;
}
.tt-faqs-form{
	height: 52px;
	line-height: 52px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #4084c5;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 18px 15px;
	justify-content: space-between
}
.top-form-up-pos button {
    border: none;
    background: none;
	cursor: pointer;
}
.top-form-up-pos button i{
	color: #4084c5;
	font-size: 24px
}

.list-input:focus{
	border: 1px solid #4084c5!important;
	color: #4084c5;
	padding: 5px!important;
}



#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 135px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 743px;
	background: #fff; 
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 15px;
	height: 15px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #4084c5;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}


.message-top {
    position: fixed;
    right: 30px;
    transform: translateY(0%);
    z-index: 998;
    bottom: 50px;
}
.back-to-top {
    display: block;
    font-size: 0;
    height: 50px;
    width: 50px;
    border-radius: 60px;
    background: #4084c5;
    cursor: pointer;
    transition: all 0.5s;
}
.back-to-top:hover {
    background: #A48B78;
}
.back-to-top .fa {
    color: #333;
    font-size: 20px;
    left: 15px;
    position: relative;
    top: 16px;
    transition: 0.5s;
}
.back-to-top:hover {
    transition: 0.5s;
    transform: translateY(-10px);
}

.index-new-search {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -10px;
}
.index-new-search .icon-search{
	display: block;
	transform: rotate(75deg);
} 
.index-new-search .icon-close{
	display: none
}
.index-new-search.active>.icon-search{
	display: none
}
.index-new-search.active>.icon-close{
	display: block
}
.index-new-search i {
    font-size: 20px;
	color: #7c7b7b
}


.tt-faqs-form.about-zka input{
	border-top: 1px solid #A48B78;
	border-bottom: 1px solid #A48B78;
}
.ab-title ul .active{
	color: #A48B78
}
.ab-content .ab-item {
  display: block;
	margin-bottom: 30px;
}

.ab-content .ab-item.active {
  display: block;
}

.ab-title>ul{
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.ab-title>ul>li {
    line-height: 40px;
    padding: 0 30px;
    font-size: 16px;
    display: inline-block;
    color: #4084c5;
    border-right: 1px solid #ccc;
    cursor: pointer;
    height: 20px;
    display: flex;
    align-items: center;
}
.ab-title>ul>li:last-child{
	border-right: none;
}
.ab-title {
    margin-bottom: 40px;
}
.ab-title>ul>li>a{
	display: inline-block;
	border-radius: 5px;
	padding: 7px 20px 5px;
	transition: all .5s;
	letter-spacing: 1px;
}
.ab-title>ul>li>a:hover{
	background: #4084c5;
	color:#fff;
	letter-spacing: 2px;
	padding: 7px 20px 5px;
	transition: all .5s;
}


.new-bb-in>ul{
	display: flex;
	flex-flow: wrap;
}
.new-bb-in>ul>li{
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 3%;
	position: relative;
	transition: all .5s;
	background: #fafafa;
}
.new-bb-in>ul>li:nth-child(3n){
	margin-right: 0;
}
.new-bb-in>ul>li img{
	width: 100%;
	transition: all .5s;
}
.new-bb-in>ul>li>a>span{
	position: absolute;
	top: 0;
	left: 0;
	background: #6f7881;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 5px 10px;
}
.new-all-first {
    margin-bottom: 40px;
	display: flex;
	flex-flow: wrap
}
.news-bb-in-text{
	background: #fafafa;
	padding: 20px;
	transition: all .5s;
	z-index: 9
}
.news-bb-in-text .news-time-year{margin-left:0px;}
.news-bb-in-text h2 {
    font-size: 18px;
    color: #202020;
    margin-top: 15px;
    line-height: 27px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.new-bb-in>ul>li:hover{
	-webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
/*
.new-all:hover {
    background: #fafafa;
}
*/
.new-bb-in-over{
	overflow: hidden
}
.new-bb-in>ul>li:hover .new-bb-in-over>img{
	transform: scale(1.05);
}
.new-bb-in>ul>li:hover .news-bb-in-text{
	-webkit-transform:translate(0,-15px);
	-moz-transform:translate(0,-15px);
	-o-transform:translate(0,-15px);
	-ms-transform:translate(0,-15px);
}

.index-catelogy-text{
	z-index: 9;
	transition: all .5s;
	padding: 20px;
	background: #fff;
}
.index-catelogy-six-box:hover .index-catelogy-text,.new-all:hover .new-all-right {
	transition: all .5s;
	transform:translate(0,-15px);
	-webkit-transform:translate(0,-15px);
	-moz-transform:translate(0,-15px);
	-o-transform:translate(0,-15px);
	-ms-transform:translate(0,-15px);
}

.index-catelogy-six-box:hover .index-catelogy-text h2{
	transform:translate(0,7px);
	-webkit-transform:translate(0,7px);
	-moz-transform:translate(0,7px);
	-o-transform:translate(0,7px);
	-ms-transform:translate(0,7px);
	transition: all .5s;
}



.hy-product-detail .left_img {
    width: 100%;
    border: 1px solid #e9e9e9;
    height: 630px;
}
.hy-product-detail .small_img {
    margin-top: 15px;
    overflow: hidden;
}
.hy-product-detail .small_img ul li {
    float: left;
    margin-right: 5px;
    border: 1px solid #ebebeb;
    width: 69px;
    cursor: pointer;
    height: auto;
	display: flex;
	margin-bottom: 5px;
}
.hy-product-detail .small_img img,.zoomPad>img{
    display: block;
    width: 100%;
    height: 100%;
}
img.lazyimg.fix_img {
    width: 100%;
}
.hy-product-detail .left_img video {
    height: 100%;
}
.left_img img{height: auto;}
.hy-product-detail .small_img .bx-prev{
	left: -50px!important;
}
.hy-product-detail .small_img .bx-next{
	right: -50px!important;
}


.page-banner-box-all,.pr-banner-title,div#road_box{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	z-index: 9;
}
.page-banner-box,.pr-banner-title-box,.road-box-all {
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
	flex-flow: column;
	text-align: center;
/*
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
*/
	display: none
}
.road-box-top{
	display: flex;
}
.page-banner-box>ul{
	display: flex;
}
.page-banner-box>ul>li>a,.pr-tittle-top>a,.road-box-top>a{
	font-size: 16px;
	color: #ffffff66;
	transition: all .5s;
	display: inline-block
}
.page-banner-box>ul>li>.page-name,.pr-tittle-top>.pr-company,.news-title-name{ 
	color: #ffffffcc!important;
}
.page-banner-box>ul>li:nth-child(1):hover a,.pr-home:hover,.right-circle:hover{
	color: #4084c5;
}
.page-banner-box>ul>li:nth-child(1){display: flex;}
.page-banner-box>ul>li:nth-child(1)::after,.pr-home::after,.right-circle::after{
	content: ""; 
	display: inline-block;
	background: rgba(255, 255, 255, 0.8);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 6px 15px 0 15px;
}
.page-title>h2,.pr-name>h2,.road-box-all>h2{
	font-size: 36px;
	color: #fff;
	margin-top: 20px;
	text-transform: uppercase;
}
.road-box-all>h2{
	text-transform: capitalize
}
.ab-content{
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 15px;
}
.ab-content .ab-item>img{
	width: 100%;
	margin-bottom: 20px;
}

.certify-all>ul {
    display: flex;
    max-width: 1340px;
    margin: auto;
}
.certify-all>ul>li{
	width: 18%;
	margin-right: 2.5%;
}
.certify-all>ul>li:nth-child(5){
	margin-right: 0;
}
.certify-all>ul>li>img{
	width: 100%;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px 2px;;
}
.certify-all {
    background: #f7f7f7;
    padding: 40px 0px;
}
.ab-item0.active.wow.fadeInNav.animated img{
	width: 100%;
	margin-bottom: 20px;
}



.ub-index-search.media{
	display: none
}

.hy-products-right-price {
    margin: 20px 0;
}
.pricespan {
    font-size: 16px;
    color: #333;
	display: none
}
.hy-products-menu-right p {
    font-size: 14px;
    color: #232323;
    line-height: 21px;
}
.small_img ul li video{
	width: 100%;
}

.media-ul{
	display: none!important
}




.small_img ul{
	display: flex;
	flex-flow: wrap
}

.mm-products-left-title-ul{
	-webkit-transition: 1.1s cubic-bezier(.16,.84,.442,.98)!important;
    -o-transition: 1.1s cubic-bezier(.16,.84,.442,.98)!important;
    transition: 1.1s cubic-bezier(.16,.84,.442,.98)!important;
}
