body{
	margin: 0;
	padding: 0;
}
#header{
	position:fixed;
  width:95%;
	padding-left: 5%;
	height:72px;
	line-height:72px;
	z-index: 18;
}
#header img{
	display: inline-block;
	width: 14%;
	line-height:72px;
	vertical-align: middle;
}
#header ul {
	display: inline-block;
	width: 80%;
	margin:0;
	list-style-type: none;
}
#header ul li{
	display: inline-block;
	position:relative;
	width: 10%;
	min-width: 8%;
}
#header ul li a, #header ul li a:visited {
	display:block;
	height:72px;
	font-size:16px;
	color:#1E90FF;
	line-height:72px;
	text-align:center;
	text-decoration:none;
}
#header ul li ul {
  display: none;
}
#header ul li:hover a {
	color:#fff;
	background-color:rgba(100,149,237,.2);
}
#header ul li:hover ul {
	display:block;
	position:absolute;
	top:72px;
	left:0;
	width:160px;
}
#header ul li:hover ul li a {
	display:block;
	background:#faeec7;
	color:#000;
	width:160px;
}
#header ul li:hover ul li a:hover {
	background:#695;
	color:#fff;
}
.screen-video{
	width: 100%;
	vertical-align: middle;
	object-fit: cover;
}
#kit-banners{
	position: relative;
	width: 100%;
	height: 85%;
	overflow: hidden;
}
#kit-banner{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#kit-type{
	position: absolute;
	bottom: 6%;
	width: 100%;
	height: 88px;
	line-height: 88px;
	text-align: center;
	background-color: rgba(28, 28, 28,.7);
}
#kit-type a{
	display: inline-block;
	padding: 0 12px;
	margin: 0 3%;
	font-size: 18px;
	color: #ccc;
	line-height: 44px;
	border-bottom: 3px solid #transparent; 
	text-decoration: none;
}
#kit-type a:hover{
	color: #1E90FF;
	border-bottom: 3px solid #1E90FF;
}
.lay-flex{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kit{
	width: 80%;
	padding: 64px 10% 16px 10%;
}
.kit-type-name{
	padding-left: 12px;
	font-size: 3rem;
	font-weight: bold;
	color: #1E90FF;
	letter-spacing: 4px;
	border-left: 12px solid #1E90FF;
}
.kit-sum{
	width: 30%;
	margin: 40px 0;
	line-height: 0;
	text-align: center;
	border: 1px solid #E8E8E8;
	border-radius: 8px;
}
.kit-sum:hover{
	border: 1px solid #CFCFCF;
	cursor: pointer;
}
.kit-sum:hover P{
	color: #1E90FF;
}
.kit-sum img{
	width: 100%;
}
.kit-sum p{
	line-height: 64px;
	margin: 0;
	font-size: 1.3rem;
	color: #333;
	letter-spacing: 2px;
	text-align: center;
	border-top: 1px solid #E8E8E8;
}
#kit-detail{
	display: none;
	position: absolute;
	width: 80%;
	height: 100%;
	padding: 0 10% 0 10%;
	background-color: rgba(0,0,0,.8);
	overflow: hidden;
	z-index: 28;
}
#kit-detail-inner{
	display: relative;
	width: 100%;
	height: 85%;
	margin: 5% 0;
	background-color: #fff;
}
#close{
	position: absolute;
	display: block;
	top: 96px;
	right: 12%;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-image: url('../img/close.png');
	background-size: 100% 100%;
}
#close:hover{
	cursor: pointer;
}
#kit-left{
	display: inline-block;
	width: 55%;
	text-align: center;
	overflow: hidden;
}
#kit-name{
	padding: 40px 0 40px 0;
	font-size: 3rem;
	font-weight: bold;
	color: #1E90FF;
	letter-spacing: 4px;
}
#kit-img{
	width: 70%;
}
#kit-right{
	display: inline-block;
	width: 40%;
	height: 80%;
	margin-top: 7%;
	padding-left: 4%;
	vertical-align: top;
	border-left: 1px solid #E8E8E8;
	overflow: auto;
}
.params{
	display: inline-block;
}
.param-name{
	margin-bottom: 64px;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}
.param-value{
	margin-bottom: 12px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
}
.part{
	width: 40%;
	margin-bottom: 32px;
	text-align: center;
}
.part img{
	width: 100%;
	border-radius: 4px;
}
.part div{
	line-height: 40px;
}
#canvas{
	position: absolute;
	width: 100%;
	z-index: -1;
}
#brands{
	width: 80%;
	padding: 8% 10% 0 10%;
	text-align: center;
}
#brands img{
	width: 10%;
	height: 16%;
	padding: 1%;
	margin: 0 2% 4% 2%;
	background-color: #fff;
	border-radius: 50%/24px;
}
#msg{
	width: 80%;
	padding: 16px 10% 32px 10%;
}
.partner-title{
	margin-bottom: 16px;
	font-size: 3.5rem;
	font-weight: bold;
	color: #1E90FF;
	text-align: center;
	letter-spacing: 4px;
}
#usr{
	width: 42%;
	padding: 2%;
	margin: 80px 0 16px 0;
	background-color: rgba(0,0,0,.5);
}
#usr img{
	width: 38%;
	vertical-align: middle;
}
#usr-info{
	display: inline-block;
	width: 56%;
	margin-right: 4%;
	color: #ccc;
	vertical-align: top;
}
#usr-name{
	margin-bottom: 24px;
	font-size: 2rem;
	font-weight: bold;
	color: #1E90FF;
	letter-spacing: 3px;
}
#usr-com{
	margin-bottom: 16px;
	font-size: 18px;
	color: #aaa;
	letter-spacing: 1px;
}
#usr-msg{
	padding-top: 16px;
	font-size: 1.1rem;
	line-height: 40px;
	color: #CD950C;
	letter-spacing: 1px;
	text-indent: 2em;
}
#usr-info span{
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-image: url('../img/split.jpg');
	background-size: 100% 100%;
}
#contact{
	position: absolute;
	display: float;
	width: 80%;
	padding: 4% 2% 0 2%;
	margin: 5% 0 0 10%;
	text-align: center;
}
#contact-title{
	margin-bottom: 8%;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	border-bottom: 50% solid #f23;
}
.contact-item{
	width: 20%;
	padding: 2% 0;
	margin: 0 2% 8% 2%;
	color: #1E90FF;
	border-radius: 4px;
	background-color: rgba(0,0,0, .9);
}
.contact-item img{
	width: 16%;
	margin-bottom: 6%;
}
.contact-item div{
	font-size: 21px;
	font-weight: bold;
}
.contact-item span{
	display: block;
	padding: 3% 0 4% 0;
	font-size: 1rem;
	text-align: center;
}
#news-ban{
	position: relative;
	width: 100%;
	margin-bottom: 8%;
	background-repeat: no-repeat;
	background-image: url("../banner_news_0.jpg");
	background-size: 100% 100%;
}
#news-top{
	position: absolute;
	bottom: -18%;
	width: 74%;
	height: 56%;
	padding: 3% 2% 2% 3%;
	margin-left: 10%;
	box-shadow: 0 0 4px 1px #eee;
	background-color: rgba(255,255,255,.9);
}
#news-top:hover{
	cursor: pointer;
}
#barrel{
	display: inline-block;
	width: 49%;
	overflow: hidden;
}
#news-top img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
	transition: all 0.6s;
}
#news-top:hover img{
	transform: scale(1.4);
}
#news-right{
	display: inline-block;
	width: 47%;
	margin-left: 3%;
	vertical-align: top;
}
#news-right p{
	padding-bottom: 32px;
	margin: 0;
	font-size: 3rem;
	font-weight: bold;
	line-height: 72px;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#news-right div{
	margin-bottom: 11%;
	font-size: 1.1rem;
	color: #444;
	line-height: 40px;
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
#news-right span{
	display: inline-block;
	font-size: 1.1rem;
	color: #555;
}
#news-right a{
	position: absolute;
	right: 4%;
	font-size: 1.1rem;
	color: #333;
	letter-spacing: 2px;
	text-decoration: none;
}
#news-right a:hover{
	color: #1E90FF;
}
#news{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin-left: 10%;
	
}
#news-item{
	display: inline-block;
	width: 30%;
	padding-bottom: 32px;
	margin: 40px 0 96px 0;
	color: #333;
	text-align: left;
	text-decoration: none;
	border: 1px solid #E8E8E8;
	box-shadow: 0 0 8px 2px #fff;
}
#news-item:hover{
	box-shadow: 0 0 8px 2px #eee;
}
#wai{
	width: 100%;
	overflow: hidden;
}
#wai img{
	width: 100%;
	transition: all 0.6s;
}
#news-item:hover img{
	transform: scale(1.3);
}
#news-item p{
	padding: 24px;
	margin: 0;
	font-size: 2rem;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
}
#news-sum{
	padding: 0 24px 0 24px;
	margin-bottom: 16px;
	font-size: 1.1rem;
	line-height: 40px;
	text-indent: 2em;
	letter-spacing: 1px;
}
#news-key{
	position: relative;
	padding-left: 24px;
	line-height: 48px;
}
#news-key div{
	font-size: 1.1rem;
	color: #555;
}
#news-key span{
	position: absolute;
	right: 36px;
	bottom: 4px;
	font-size: 1.1rem;
	letter-spacing: 1px;
}
#news-key span:hover{
	color: #1E90FF;
}
#service-ban{
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url("../banner_service_0.jpg");
	background-size: 100% 100%;
}
#service-inner{
  position: absolute;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	bottom: 0;
	width: 64%;
	height: 12%;
	padding: 2% 2% 1% 2%;
	margin-left: 16%;
	background-color: rgba(255,255,255,.8);
}
.service-sum{
	display: inline-block;
	width: 30%;
	text-align: center;
}
.service-sum img{
	width: 24%;
	vertical-align: middle;
}
.service-sum a{
	display: inline-block;
	margin-left: 4%;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.service-sum a:hover{
	color: #0000CD;
}
.service-sum p{
	margin: 0 0 6% 0;
	padding: 0;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
}
.service-sum div{
	font-size: 1.1rem;
}
#service-flow{
	width: 80%;
	padding: 6% 10% 0 10%;
	background-color: rgba(0,0,0,.95);
}
.service-title{
	display: block;
	font-size: 3rem;
	font-weight: bold;
	color: #1E90FF;
	text-align: center;
	letter-spacing: 4px;
}
.service-des{
	margin: 3% 0;
	padding: 0;
	font-size: 1.2rem;
  color: #aaa;
	text-align: center;
	letter-spacing: 1px;
}
#flow-items{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow-item{
	width: 21%;
	padding: 56px 0;
	margin-top: 6%;
	text-align: center;
	background-color: rgba(255,255,255,0.9);
}
.flow-item:hover{
	cursor: pointer;
}
.flow-item img{
	width: 38%;
	padding: 4%;
	border-radius: 50%;
	box-shadow: 0 0 2px 1px #ccc;
}
.flow-item p{
	font-family: "Times New Roman", 微软雅黑;
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	letter-spacing: 1px;
}
.flow-item span{
	display: block;
	font-size: 1.5rem;
	color: #444;
}
.flow-item div{
	margin-top: 10%;
	font-family: "Times New Roman", 微软雅黑;
	font-size: 5rem;
	font-weight: bold;
	color: #999;
	letter-spacing: 2px;
}
.flow-item:hover div{
	color: #1E90FF;
}
#sale-net{
	width: 80%;
	padding: 8% 10% 0 10%;
	text-align: center;
	background-color: rgba(0,0,0,.95);
}
#sale-net img{
	width: 60%;
	margin-top: 2%;
}
#sale-digital{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 4%;
}
#sale-digital div{
	width: 24%;
	background-color: rgba(255,255,255,.9);
}
#sale-digital p{
	margin: 8% 0;
	font-size: 3.2rem;
	font-weight: bold;
	color: #000;
}
#sale-digital span{
	display: block;
	margin-bottom: 8%;
	font-size: 1.3rem;
}
#service-help{
	width: 80%;
	padding: 8% 10%;
	text-align: center;
	background-color: rgba(0,0,0,.95);	
}
#help-type{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.help-item{
	display: inline-block;
	width: 22%;
	padding: 40px 0 48px 0;
	margin-top: 6%;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	box-shadow: 1px 1px 16px 4px rgba(0,0,0,.8);
}
.help-item:hover{
	border: 1px solid #333;
}
.help-item:hover p{
	color: #1E90FF;
}
.help-item p{
	font-size:2rem;
	font-weight: bold;
	color: #ccc;
	letter-spacing: 4px;
}
.help-item div{
	font-size: 1.3rem;
	color: #aaa;
	line-height: 56px;
}
#krd-ban{
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url("../banner_krd_0.jpg");
	background-size: 100% 100%;
}
#krd-top{
	display: flex;
	position: absolute;
	bottom: 8%;
	width: 70%;
	margin-left: 15%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: rgba(255,255,255,.8);
	box-shadow: 0 0 16px 2px rgba(0,0,0,.7);
}
#krd-top a{
	display: inline-block;
	width: 18%;
	color: #000;
	text-align: center;
	text-decoration: none;
}
#krd-top a:hover{
	background-color: #1E90FF;
}
#krd-top a:hover p{
	color: #fff;
}
#krd-top img{
	width: 32%;
	margin-top: 32px;
}
#krd-top p{
	padding: 0;
	margin: 8px 0 40px 0;
	font-size: 1.3rem;
	letter-spacing: 1px;
}
.krd-title{
	font-size: 3rem;
	font-weight: bold;
	color: #1E90FF;
	text-align: center;
	letter-spacing: 4px;
}
#krd0{
	width: 80%;
	padding: 6% 10% 4% 10%;
	background-color: rgba(0,0,0,.95);	
}
.krd-p{
	margin: 3% 0 7% 0;
	font-size: 1.2rem;
	color: #999;
	text-align: center;
	letter-spacing: 1px;
}
.krd-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.krd-tip{
	display: inline-block;
	width: 21%;
	padding: 64px 0;
	border: 1px solid transparent;
	box-shadow: 1px 1px 16px 4px rgba(0,0,0,.8);
}
.krd-tip:hover{
	border: 1px solid #333;
	cursor: pointer;
}
.krd-tip p{
	margin: 0;
	font-size: 3rem;
	font-weight: bold;
	color: #ccc;
}
.krd-tip:hover p{
	color: #1E90FF;
}
.krd-tip div{
	margin-top: 24px;
	font-size: 1.2rem;
	color: #999;
}
.krd-img{
	position: relative;
	margin: 96px 0;
}
.krd-img img{
	width: 100%;
	height: 100%;
}
.krd-intr{
	position: absolute;
	width: 24%;
	height: 72%;
	left: 4%;
	bottom: 6%;
	padding: 4% 3%;
	color: #ccc;
	text-align: center;
	border-radius: 4px;
	background-color: rgba(0,0,0,.85);
}
.krd-intr p{
	margin: 0;
	padding-bottom: 6%;
	font-size: 2rem;
	font-weight: bold;
	color: #1E90FF;
	letter-spacing: 4px;
}
.krd-intr div{
	display: -webkit-box;
	margin-top: 5%;
	font-size: 1rem;
	line-height: 40px;
	text-align: left;
	text-indent: 2em;
	letter-spacing: 1px;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
#krd1{
	display: none;
	width: 80%;
	padding: 6% 10% 8% 10%;
	background-color: rgba(0,0,0,.95);
}
#blessing{
	position: relative;
	width: 100%;
	color: #aaa;
}
#blessing img{
	position: absolute;
	right: 8%;
	width: 32%;
	margin-left: 2%;
	vertical-align: middle;
}
#bless-ctx{
	display: inline-block;
	width: 36%;
	padding: 5% 4%;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 1px 1px 16px 4px rgba(0,0,0,.8);
}
#bless-ctx:hover{
	border: 1px solid #333;
	cursor: pointer;
}
#bless-ctx:hover p{
	color: #1E90FF;
}
#bless-ctx p{
	margin: 0;
	padding-bottom: 40px;
	font-size: 2rem;
	font-weight: bold;
	color: #ddd;
	text-align: center;
	letter-spacing: 4px;
}
#bless-ctx div{
	margin-top: 4%;
	font-size: 1.1rem;
	line-height: 48px;
	text-align: left;
	text-indent: 2em;
	letter-spacing: 1px;
}
#culture{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	background-image: url("../img/bg_1.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.culture-item{
	width: 27.2%;
	padding: 3%;
	margin-bottom: 0.2%;
	color: #ddd;
	background-color: rgba(0,0,0,.8);
}
.culture-item:hover{
	cursor: pointer;
}
.culture-item:hover p{
	color: #1E90FF;
}
.culture-item p{
	margin: 0 0 32px 0;
	font-size: 2.6rem;
	font-weight: bold;
}
.culture-item div{
	margin-top: 16px;
	font-size: 1.1rem;
	line-height: 40px;
	letter-spacing: 3px;
}
#krd2{
	display: none;
	width: 80%;
	padding: 6% 10% 4% 10%;
	background-color: rgba(0,0,0,.95);
}
.krd-honor{
	position: relative;
	margin: 4% 0;
}
.honor-title{
	margin: 0 0 3% 0;
	padding-left: 16px;
	font-size: 2rem;
	color: #1E90FF;
	letter-spacing: 4px;
	border-left: 16px solid #1E90FF;
}
.honor-item{
	display: inline-block;
	width: 16%;
	margin-bottom: 5%;
	border: 1px solid transparent;
	box-shadow: 1px 1px 16px 4px rgba(0,0,0,.8);
}
.honor-item:hover{
	border: 1px solid #333;
	cursor: pointer;
}
.honor-item:hover p{
	color: #1E90FF;
}
.honor-item img{
	width: 100%;
}
.honor-item p{
	margin: 0;
	font-size: 1.2rem;
	color: #aaa;
	line-height: 72px;
}
#krd3{
	display: none;
	width: 80%;
	padding: 6% 10% 8% 10%;
	background-color: rgba(0,0,0,.95);
}
.equipment{
	width: 100%;
	margin-bottom: 6%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.equip-des{
	display: relative;
	width: 100%;
	height: 100%;
}
.equip-intr{
	position: absolute;
	left: 65%;
	margin-top: 6%;
}
.equip-intr p{
	margin: 0 0 10% 0;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 4px;
}
.equip-intr div{
	font-size: 1.2rem;
	color: #1E90FF;
	line-height: 44px;
	letter-spacing: 2px;
}
#krd4{
	display: none;
	width: 80%;
	padding: 6% 10% 4% 10%;
	background-color: rgba(0,0,0,.95);
}
#group-photo{
	position: relative;
	width: 100%;
	margin-bottom: 4%;
	background-repeat: no-repeat;
	background-image: url("../img/team.jpg");
	background-size: 100%;
}
#group-photo img{
	position: absolute;
	top: -4%;
	left: 2%;
	width: 14%;
	color: #fff;
	text-align: center;
}
.teams{
	position: relative;
	width: 30%;
	margin-bottom: 4%;
	box-shadow: 1px 1px 16px 4px rgba(0,0,0,.8);
}
.teams:hover{
	cursor: pointer;
}
.teams:hover div{
	color: #1E90FF;
}
.teams img{
	width: 100%;
}
.teams div{
	position: absolute;
	bottom: -1%;
	width: 97%;
	padding-left: 3%;
	font-size: 1.2rem;
	line-height: 64px;
	color: #ccc;
	text-align: left;
	letter-spacing: 2px;
	background-color: rgba(0,0,0,.8);
}
.krd-public-p{
	padding-left: 16px;
	margin-bottom: 3%;
	font-size: 40px;
	font-weight: bold;
	color: #1E90FF;
	letter-spacing: 4px;
	border-left: 8px solid #1E90FF;
}
.exhibition{
	width: 22%;
	padding-bottom: 1.5%;
	margin-bottom: 6%;
	color: #ccc;
	border: 1px solid transparent;
	box-shadow: 1px 1px 16px 4px rgba(0,0,0,.8);
}
.exhibition:hover{
	border: 1px solid #333;
	cursor: pointer;
}
.exhibition:hover div{
	color: #1E90FF;
}
.exhibition img{
	width: 100%;
}
.exhibition-info{
	padding-left: 4%;
	margin-top: 4%;
	font-size: 1rem;
	line-height: 24px;
	text-align: left;
	letter-spacing: 1px;
}
.exhibition-info img{
	width: 7%;
	vertical-align: middle;
}
.exhibition-info span{
	display: inline-block;
	padding-left: 2%;
	letter-spacing: 1px;
	vertical-align: middle;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#video-center{
	width: 80%;
	padding: 6% 10% 4% 10%;
	background-color: rgba(0,0,0,.95);
}
.video-item{
	position: relative;
	width: 28%;
	margin-bottom: 6%;
	border: 1px solid transparent;
	border-radius: 8px;
	box-shadow: 1px 1px 16px 4px rgba(0,0,0,.8);
}
.video-item img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.video-item div{
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 24px;
	color: #ccc;
	line-height: 64px;
	text-align: center;
	letter-spacing: 2px;
	border-radius: 0 0 8px 8px;
	background-color: rgba(0,0,0,.95);
}
.video-item:hover{
	border: 1px solid #333;
	cursor: pointer;
}
.video-item:hover div{
	color: #1E90FF;
}
#video-mask{
	display: none;
	position: absolute;
	width: 80%;
	height: 100%;
	padding: 0 10% 0 10%;
	background-color: rgba(0,0,0,.8);
	overflow: hidden;
	z-index: 28;
}
#video-mask video{
	width: 80%;
	margin: 10% auto 0 10%;
	border-radius: 8px;
}
#kit-video-close{
	position: absolute;
	display: block;
	top: 11%;
	right: 15%;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-image: url('../img/close.png');
	background-size: 100% 100%;
}
#kit-video-close:hover{
	cursor: pointer;
}






.lasy{}
#footer{
	width: 76%;
	padding: 0 12%; 
	text-align: center;
	background-color: #1C1C1C;
}
#footer .sec{
	display: inline-block;
	width: 14%;
	text-align: left;
	vertical-align: top;
}
#footer .sec div{
	padding: 64px 0 16px 0;
	font-size: 1.2rem;
	color: #1E90FF;
	letter-spacing: 2px;
}
#footer .sec a{
	display: block;
	font-size: 1rem;
	line-height: 48px;
	color:#828282;
	text-decoration: none;
}
#footer .sec a:hover{
	color: #1E90FF;
	cursor: pointer;
}
#footer img{
	width: 8%;
	margin: 0 2%;
	vertical-align: bottom;
	border-radius: 4px;
}
#rights{
	padding: 40px 0; 
	margin-top: 48px;
	color: #4F4F4F;
	border-top: 1px solid #363636;
}
.wid-65{
	width: 65%;
}
.mr-2{
	margin-right: 6%;
}














