html {
	scroll-behavior: smooth !important;
}

ol,
ul {
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

a {
	text-decoration: none;
}

i {
	font-style: normal
}

li {
	list-style: none;
}

body {
	background-color: #f5f5f5;
	/* 	height: 3888px; */
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0 !important;
	        box-shadow: 0 0 0 0 !important;
}

.bg-body-tertiary {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	/* 	backdrop-filter: blur(1px) brightness(90%); */
	background-color: rgba(0, 0, 0, 0) !important;
}

/* .cs-header .kk-header {
	display: none;
} */
.kknav-scrool {
	-webkit-backdrop-filter: blur(1px) brightness(90%) !important;
	        backdrop-filter: blur(1px) brightness(90%) !important;
	background-color: rgba(255, 255, 255, 0.93) !important;
}

.navbar-collapse {
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	   -moz-box-flex: 0;
	        flex-grow: 0;
}

.kk-navbar-img {
	width: 40px;
	/* 1vmax = 134.9px */

}

.navbar-nav .nav-item {
	padding: 0 0.825vmax;
}

.active {
	color: #0033CC !important;
}

.navbar-brand {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.navbar-brand h1 {
	margin: 0;
	margin-left: 1.125vmax;
	font-size: 20px;

}

/* header-start */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 1.325vmax;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.kk-swiper {
	/* margin-top: 4.125vmax; */
	height: 100vh;
	background-image: url('../img/background.png');
	background-size: cover;
	background-position: center 0;
}

.kk-swiper .swiper-wrapper .swiper-slide {
	-webkit-align-content: center;
	        align-content: center;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	color: #fff;
	-webkit-backdrop-filter: blur(0.07vmax) brightness(90%);
	        backdrop-filter: blur(0.07vmax) brightness(90%);
	background-color: rgba(0, 0, 0, 0.3);
}


.kk-swiper .swiper-wrapper .swiper-slide h2 {

	@media (max-width:990px) {
		font-style: normal;
	}

	font-style: italic;
	margin-bottom: 1.35vmax;
	font-size: 6.875vmax;
	/* font-size: 5rem; */
	width: 100%;
}

.kk-swiper .swiper-wrapper .swiper-slide span {
	margin-bottom: 2.175vmax;
	font-size: 1.65vmax;
	/* font-size: 16px; */
	width: 100%;
}

.kk-swiper .swiper-wrapper .swiper-slide button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	border: 0;
	background-color: transparent;
	width: 100%;
	text-align: center;
	margin-bottom: 1.45vmax;

	/* height: 4.325vmax; */
}

.kk-swiper .swiper-wrapper .swiper-slide button a {
	width: 22.25vmax;
	height: 5.225vmax;
	font-size: 1.95vmax;
	line-height: 5.225vmax;
	background-color: #0066FF;
	color: #fff;
	border: 0.0825vmax solid #0066FF;
	border-radius: 2.275vmax;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.kk-swiper .swiper-wrapper .swiper-slide a:hover {
	background-color: #0066CC;
	-webkit-box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
	        box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
}

/* header-end */

/* 介绍-start */
.about-item-kk {
	margin-top: 4.75vmax;
	text-align: center;
}

/* 介绍-start */
.about-item-kk .title .content .row div {
	height: 25.15vmax;
	margin-bottom: 1.325vmax;

	/* background-color: pink; */
}



.about-item-kk .title .content .row span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-align-content: center;
	        align-content: center;
	height: 100%;
	width: 100%;
	text-align: center;
	/* margin: 0 auto; */
	border-radius: 0.9375vmax;
	background-color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.about-item-kk .title .content .row span:hover {
	-webkit-box-shadow: 0.1875vmax 0.1875vmax 0.1875vmax 0.1875vmax rgba(0, 0, 0, 0.3);
	        box-shadow: 0.1875vmax 0.1875vmax 0.1875vmax 0.1875vmax rgba(0, 0, 0, 0.3);
	-webkit-transform: translateY(-0.7vmax);
	   -moz-transform: translateY(-0.7vmax);
	    -ms-transform: translateY(-0.7vmax);
	        transform: translateY(-0.7vmax);
}

.about-item-kk .title .content .row span strong {
	width: 100%;
}

.about-item-kk .title .content .row span img {
	text-align: center;
	/* width: 100%; */
	height: 14.6vmax;
}

.about-item-kk .title .content .row span h4 {
	margin: 0;
}


/* 发展-start */
.develop {
	margin-top: 6.125vmax;
	/* height: 300px; */
	/* 	background-color: pink; */

}

.develop .img {
	position: relative;
	height: 200px;
	width: 100%;
	background: url('https://api.suyanw.cn/api/jk.php') no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	margin-bottom: 6.25vmax;
}

.develop .img h5 {
	position: absolute;
	top: 2.625vmax;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 3.25vmax;
}

.develop .img .hitokoto {
	display: -webkit-box;
	position: absolute;
	top: 6.625vmax;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	/* font-size: 1.25vmax; */
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.develop .contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-align-content: center;
	        align-content: center;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	text-align: center;
	/* padding-left: 1.25vmax; */
}

.kk-img-fa {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.develop .contents .kk-img {
	background: url('https://api.suyanw.cn/api/ksxjj.php') no-repeat;
	background-size: cover;
	background-position: center center;
	width: 40vmax;
	height: 40vmax;
	text-align: center;
	vertical-align: center;
	overflow: hidden;
	margin-bottom: 1.625vmax;
	border-radius: 1.025vmax;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.develop .contents .kk-img:hover {
	border-radius: 100vmax;
}


/* .kk-contents {
	padding-left: 6.25vmax;

	@media (max-width:768px) {
		padding: 0;
	}
} */
.kk-contents p {
	padding: 0 1.625vmax;
}

.develop .contents h2 {
	width: 100%;
	margin-bottom: 1.875vmax;
}

.develop .contents p {
	width: 100%;
	margin-bottom: 1.575vmax;
}


.kk-collapse ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-align-content: center;
	        align-content: center;
	width: 100%;
}

.kk-collapse ul li {
	width: 100%;
	cursor: pointer;
	padding: 1.4vmax 0;
	background-color: #FFFFFF;
	margin-bottom: 3.125vmax;
	border-radius: 0.425vmax;
	-webkit-box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
	        box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

/* .icon-down{
	flex: 1;
} */
.kk-collapse ul li :hover {
	color: #6666FF;
}

.kk-collapse ul li h4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	padding-left: 2.25vmax;
}

.icon-customer-bussinessman {
	margin-right: 2.95vmax;
	font-size: 3.15vmax;
	/* background-color: #0033CC; */
}

.icon-order-manage {
	margin-right: 2.95vmax;
	font-size: 3.15vmax;
	/* background-color: #0033CC; */
}

.icon-product-checked-fill {
	margin-right: 2.95vmax;
	font-size: 3.15vmax;
}

.icon-down {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	        flex: 1;
	font-size: 2.99vmax;
	margin-left: 5.95vw;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}

.icon-down-show {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.kk-show {
	display: block !important;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}


.kk-collapse ul li h4 {
	/* 	height: 6vmax; */
	width: 100%;
	/* font-size: 1.75vmax; */
	/* line-height: 6vmax; */
}

.kk-collapse ul li p {
	display: none;
}

/* 发展-end */



/* interface-start */

.interface {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 10.925vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	text-align: center;
}

.interface-swiper {
	max-height: 60vw;
	max-height: 40vw;
}


.interface-swiper {
	width: 100%;
	height: 100%;
}

.interface-swiper .swiper-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	text-align: center;
	font-size: 18px;
	background: #f5f5f5;

}

.interface-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 5px;
}

.interface h2 {
	margin-bottom: 1.625vmax;
}

.interface p {
	margin-bottom: 1.425vmax;
}

/* 大图容器 */
.kk-modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}


/* interface-end */

/* kk-vip-start */
.kk-vip {
	text-align: center;
}

.kk-vip h2 {
	margin-top: 16.875vh;
	margin-bottom: 2.1vmax;

}

.kk-vip p {
	margin-bottom: 1.9vmax;
}

.kk-vip .row div {
	/* 	background-color: pink; */
	text-align: center;
}

.kk-vip .row div span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	background-color: #FFFFFF;
	border-radius: 0.85vmax;
	margin-bottom: 2.875vmax;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
}

.kk-vip .row div span:hover {
	-webkit-transform: translateY(-1vmax);
	   -moz-transform: translateY(-1vmax);
	    -ms-transform: translateY(-1vmax);
	        transform: translateY(-1vmax);
	-webkit-box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
	        box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
}

.kk-vip .row div span em {
	width: 100%;
	font-size: 14.75vh;
}

.kk-vip .row div span h4 {
	width: 100%;
}

.kk-vip .row div span h5 {
	width: 100%;
	color: #FF3333;
}

.kk-vip .row div span p {
	width: 100%;
	color: #9999FF;
}

.kk-vip .row div span a {
	position: relative;
	/* width: 100%; */
	width: 150px;
	height: 56px;
	line-height: 56px;
	outline: 0;
	border: 0.0625vmax solid #CCCCFF;
	background-color: #CCCCFF;
	border-radius: 2.125vh;
	margin-bottom: 3.125vmax;
}

.kk-vip .row div span button:hover {
	background-color: #6699FF;
}

/* kk-vip-end */


/* question-start */
.question {
	text-align: center;
}

.question .question-header h2 {
	margin-top: 8.5vmax;
}

.question .row h3 {
	text-align: left;
	margin-top: 6.375vmax;
	margin-bottom: 1.85vmax;
}


.question .row ul li {
	width: 100%;
	cursor: pointer;
	padding: 1.3vmax 4.9vmax 1.3vmax 4.9vmax;
	background-color: #FFFFFF;
	margin-bottom: 3.125vmax;
	border-radius: 0.525vmax;
	-webkit-box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
	        box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.question .row ul li:hover {
	color: #6666FF;
	-webkit-transform: translateY(-0.5vmax);
	   -moz-transform: translateY(-0.5vmax);
	    -ms-transform: translateY(-0.5vmax);
	        transform: translateY(-0.5vmax);
}

.question .row ul li p {
	display: none;
	margin: 0;
}

.question .row ul li h4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-align-content: center;
	        align-content: center;
}

.kk-advise #username {
	width: 100%;
	height: 70px;
	margin-top: 0.5vmax;
	margin-bottom: 5.125vmax;
	border: 0;
	padding: 0 1.725vmax;
	border-radius: 0.675vmax;
}

.kk-advise #email {
	width: 100%;
	height: 70px;
	border: 0;
	margin-bottom: 4.025vmax;
	padding: 0 1.725vmax;
	border-radius: 0.675vmax;
}

.kk-advise #message {
	width: 100%;
	border: 0;
	margin-bottom: 2.025vmax;
	padding: 0.8vmax 1.725vmax 0 1.725vmax;
	border-radius: 0.675vmax;
}

@-webkit-keyframes shiny-btn {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		        transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	10% {
		-webkit-transform: scale(0) rotate(45deg);
		        transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	21% {
		-webkit-transform: scale(4) rotate(45deg);
		        transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		        transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-moz-keyframes shiny-btn {
	0% {
		-moz-transform: scale(0) rotate(45deg);
		     transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	10% {
		-moz-transform: scale(0) rotate(45deg);
		     transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	21% {
		-moz-transform: scale(4) rotate(45deg);
		     transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(50) rotate(45deg);
		     transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@keyframes shiny-btn {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		   -moz-transform: scale(0) rotate(45deg);
		        transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	10% {
		-webkit-transform: scale(0) rotate(45deg);
		   -moz-transform: scale(0) rotate(45deg);
		        transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	21% {
		-webkit-transform: scale(4) rotate(45deg);
		   -moz-transform: scale(4) rotate(45deg);
		        transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		   -moz-transform: scale(50) rotate(45deg);
		        transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

.kk-advise .kk-button {
	position: relative;
	border: 0;
	width: 170px;
	height: 50px;
	line-height: 50px;
	border-radius: 12px;
	color: #FFFFFF;
	background-color: #6699FF;
	text-align: center;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.kk-advise .kk-button:hover {
	-webkit-transform: translateY(-0.2vmax);
	   -moz-transform: translateY(-0.2vmax);
	    -ms-transform: translateY(-0.2vmax);
	        transform: translateY(-0.2vmax);
	-webkit-box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
	        box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
}

.btn-animate__shiny {
	overflow: hidden;
}

.btn-animate__shiny::before {
	content: '';
	position: absolute;
	top: -150%;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
}

.btn-animate__shiny:hover::before {
	-webkit-animation: shiny-btn 0.8s ease-in-out;
	   -moz-animation: shiny-btn 0.8s ease-in-out;
	        animation: shiny-btn 0.8s ease-in-out;
}


/* question-end */



/* download-start */
.download {
	margin: 6.25vmax 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}

.download .kk-download {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-align-content: space-evenly;
	        align-content: space-evenly;
	width: 100%;
	height: 50vh;
	background-color: #FFFFFF;
	text-align: center;
	border-radius: 1.875vh;
	/* border: 0.0625vmax solid #3366FF; */
	color: #000000;
}

.download .kk-download h2 {
	width: 100%;
}

.kk-download div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	overflow: hidden;
}

.kk-download div button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	position: relative;
	/* 	justify-content: center; */
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	width: 224px;
	height: 68px;
	margin-left: 1.25vmax;
	border-radius: 1.005vmax;
	border: 0;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.kk-download div button:hover {
	-webkit-transform: translateY(-0.3vmax);
	   -moz-transform: translateY(-0.3vmax);
	    -ms-transform: translateY(-0.3vmax);
	        transform: translateY(-0.3vmax);
	-webkit-box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
	        box-shadow: 0px 7px 30px 0px rgba(100, 100, 111, 0.2);
}

.kk-download div button i {
	width: 35%;
	font-size: 26px;
}

.kk-download div button span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	text-align: left;
}

.kk-download div button span a {
	width: 100%;
	color: #000000;
	font-size: 18px;
}

.kk-download div button span em {
	font-size: 13px;
}

/* download-end */


/* footer-start */
.footer {
	margin-top: 3.125vmax;
	margin-bottom: 1vmax;
}

.footer h2 {
	margin-bottom: 2.5vmax;
	width: 100%;
}

.footer p {
	width: 100%;
	margin-bottom: 0.925vmax;
}

.kk-media {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 3.975vmax;
}

.kk-media span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

.kk-media span a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin-right: 19px;
	border-radius: 25px;
	font-size: 34px;
	text-align: center;
	background-color: #fff;
	color: #000000;
}

.kk-media a:hover {
	color: #3366FF;
}

.kk-nav ul li a {
	width: 100%;
	color: #000000;
}

.kk-nav ul li a:hover {
	color: #3366FF;
}

#Subscribe-Emails {
	width: 100%;
	height: 50px;
	border: 0;
	border-radius: 1.1vh;
	padding: 0 0.925vmax;
}

.Subscribe-button {
	position: relative;
	width: 150px;
	;
	height: 47px;
	margin-top: 1.675vmax;
	margin-bottom: 5.25vh;
	border: 0;
	background-color: #6699FF;
	color: #FFFFFF;
	border-radius: 0.65vmax;
}

.footer-copyright {
	text-align: center;
}

.footer-copyright a {

	color: #000000;
}

.footer-copyright div {
	font-size: 15px;
}

.footer-copyright a:hover {
	color: #3366FF;
}

/* footer-end */


/* btntop-start */
.btn-top {
	position: relative;
	z-index: 999;
}

.btn-top a {
	position: fixed;
	background-color: #0066FF;
	width: 45px;
	height: 45px;
	line-height: 45px;
	bottom: 2.625vmax;
	right: 1.7vmax;
	border-radius: 1vh;
	text-align: center;
	color: #FFFFFF;
	font-size: 19px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	opacity: 0;

}

.btn-top a:hover {
	-webkit-transform: translateY(-0.4vmax);
	   -moz-transform: translateY(-0.4vmax);
	    -ms-transform: translateY(-0.4vmax);
	        transform: translateY(-0.4vmax);
}

/* btntop-end */