*{ margin:0; padding:0; font-family:"Microsoft YaHei"; color:#333; font-size:14px;}
html,body { margin: 0;  padding: 0; width: 100%; height: 100%;}
::-webkit-input-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
} /* firefox 19+ */
:-ms-input-placeholder {
	color: #999
} /* ie */
input:-moz-placeholder {
	color: #999
}

::-ms-clear{display: none;}
::-ms-reveal{display: none;}
a {
	text-decoration: none;
	cursor: pointer; 
}

*:focus {
	outline: none
}
::-webkit-scrollbar { width: 8px; height: 8px; }
     
::-webkit-scrollbar-track { background: rgb(200, 200, 200); border-radius: 0;}
    
::-webkit-scrollbar-thumb { background: rgb(120, 120, 120); border-radius: 0;}
a{ text-decoration:none; cursor:pointer;}
*:focus{ outline:none} 
.float_r { float:right;}
.float_l { float:left;}
form { /*position:absolute; height:100%; width:100%;*/}
ul{ list-style:none}
.clearboth { clear:both;}
input, textarea { resize: none; outline: none; -ms-box-sizing: border-box;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color:#333; overflow:auto; cursor:pointer;}  
.transparent { opacity: 0;}
.width_auto { width:auto;}
.displaynone { display:none;}
.displayblock { display:block;}
body {
	font-family:"黑体-简","Raleway",Arial,sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:1.7;
	color:#7f7f7f;
	background:#fff;
	height:100%;
	position:relative;
}
a {
	
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
a:hover,a:active,a:focus {
	color:#ff4949;
	outline:none;
}
p {
	margin-bottom:15px;
}
h1,h2,h3,h4,h5,h6,figure {
	color:#333;
	font-family:"Raleway",Arial,sans-serif,;
	font-weight:400;
	/*margin:0 0 30px 0;
	*/
}
::-webkit-selection {
	color:#fff;
	background:#27E1CE;
}
::-moz-selection {
	color:#fff;
	background:#27E1CE;
}
::selection {
	color:#fff;
	background:#27E1CE;
}
.describe {
	color:rgba(0,0,0,0.7);
	font-size:16px;
	padding:10px 0px;
	position:relative;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.describe:after {
	content:"";
	position:absolute;
	height:2px;
	bottom:7px;
	left:10px;
	right:10px;
	background-color:#5bc0de;
	visibility:hidden;
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transition:all 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
	-moz-transition:all 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
	-ms-transition:all 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
	-o-transition:all 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
	transition:all 0.3s cubic-bezier(0.175,0.885,0.32,1.275);
}

.ks-footer {
	padding:0;
	float:left;
	width:100%;
	position:relative;
	background:url(../images/footerbg.jpg) repeat;
}
.ks-footer p {
	line-height:28px;
	font-size:14px;
}

.wallstyle {
	background:url(../images/wall.jpg) repeat !important;
	padding:40px 0 20px 0 !important;
}
.wallstyle font {
	font-size:20px;
}

.footerlogo {
	background:url(../images/ksglogo.png) center no-repeat;
	background-size: contain;
	height:37px;
	margin-top:10px;
}
.aboutus {
	width:38% !important;
}



.nav { height: 60px; background:rgba(255,255,255,1);  box-shadow: 1px 2px 2px rgba(0,0,0,0.05); position: fixed; width: 100%; top: 0; z-index: 98;}
.nav .logo { background: url(../images/image.png) no-repeat; width: 75px; height: 30px; background-position: 0px 0px; float: left; margin: 18px 80px 0 80px;}
.nav .nav_box { margin:24px 0 0 0; }
.nav .nav_box ul { float: right;}
/*.nav .nav_box ul li a[data-light] { font-weight: 400;}*/ 
.nav .nav_box ul li {float: left; padding: 0 10px; font-size: 16px;}
.nav .nav_box ul li a { display: block; cursor: pointer; padding: 0 20px; font-size: 16px; position:relative;}
.nav .nav_box ul li a:hover { font-weight: bold; }
.nav .nav_box ul li .active{ font-weight: bold;}
.nav .nav_box ul li i { width: 5px; height: 5px;border-radius:50%;background: #ff4949;display: block;position: absolute;right: 13px;top: 0;}

.nav_right { float: right; position: absolute; top:10px; right: 80px;}
.index_search { position: relative; float: left; margin: 0 30px 0 0;}
.index_search input{  width: 236px; height: 32px; line-height: 32px; background: #f3f3f3; border: none; border-radius: 32px; padding: 0px 35px 0px 15px;}
.index_search i { position: absolute; right: 12px; top: 8px; cursor:pointer;}
.index_search i img { margin: -2px 0 0 0;}
.nav_right .head { }
.nav_right .head img { width:36px; height:36px; border-radius:100%; border:2px solid #eaeaea; vertical-align: sub; object-fit: cover; cursor:pointer;}  
.nav_right .head i { width:5px; height:5px; border-radius:50%; background:#ff4949; display: block; float: right; margin: 10px 0 0 3px; cursor:pointer;}
.messagesPoint { width: 5px; height: 5px; border-radius: 50%; background: #ff4949; margin: 10px 0 0 3px; cursor: pointer; display: inline-flex; line-height: 36px; vertical-align: super;}
.main_con { margin: 60px auto 0px;}

.ks-footer {
	padding:0;
	float:left;
	width:100%;
	position:relative;
	background:url(../images/footerbg.jpg) repeat;
}
.ks-footer p {
	line-height:28px;
	font-size:14px;
	color: #ccc;
}
.ks-footer p font {
	line-height:28px;
	font-size:14px;
	color: #ccc;
	margin: 0 10px;
}
.wallstyle {
	background:url(../images/wall.jpg) repeat;
	padding:40px 0 20px 0;
}
.wallstyle font {
	font-size:20px;
}
.aboutimg {
	background-image:url(../images/AboutUs.jpg);
	height:320px;
	position:relative;
	top:60px;
	background-size:cover;
}
.fontstyle {
	color:#aaa
}

.AboutUs_smallStyle {
	float: left;
	margin: 0 45px 0;
}
.textRight {
	text-align: left;
}
.alignStyle {
	display: flex;
}
.alignStyle p {
	text-align: left;
}
/*资讯*/
.main_width {
	width: 100%;
	padding: 5px 0 50px 0;
	display: flex;
	text-align: center;
}

.newsMain {
	/*background: url(../../images/center_bg.png) repeat;*/
	background: #fff;
}

.newsMain .main_box {
	background: #fff;
	padding: 64px;
	/*box-shadow: 10px -6px 36px rgba(51,51,51,.05);*/
	width: 900px !important;
}

.main_box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.news {
	background: #fafafa;
}

.main_box .title {
	padding: 0 12px;
	text-align: center;
}

.main_box .title a {
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.main_box .title p {
	font-size: 14px;
	color: #666;
	margin: 8px 0 30px 0;
}
.main_box .title font {
	font-size: 18px;
    font-weight: normal;
}
.main_box .title p[data-light] {
	font-weight: 300;
}

.bottom_60 {
	margin-bottom: 60px !important;
}
.grayBg {
	background: #f5f5f5;
}
.news_div {
	width: 275px;
	float: left;
	margin: 0 12px 36px 12px;
}

.news_div .img {
	width: 263px;
	height: 324px;
	overflow: hidden;
	position: relative;
}

.news_div .img img {
	cursor: pointer;
	transition: all 0.6s;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.news_div .img img:hover {
	transform: scale(1.4);
}

.news_div .info {
	margin: 20px 0 0 0;
}

.news_div a p {
	text-align: center;
	line-height: 23px;
}

.news_div a p:hover {
	color: #ff4949
}
.news_div a p:first-child {
	font-size: 18px;
}
.news_div a .describe {
	text-align: center;
    border: 1px solid #ccc;
    width: 80px;
    padding: 5px 10px;
	margin: 0 auto;
	color: #999;
}
.news_div a .describe:hover {
	color: #ff4949;
	border: 1px solid rgba(249,73,73,.8);
}
.news_div .info .describe span {
	color: #999;
 /*display:inline-block;*/
	font-size: 13px;
}

.news_div .info .describe span i {
	margin: 0 2px 0 0;
}

.news_div .info .describe span:nth-child(3) {
	width: 80px;
}

.news_div .info .describe span:nth-child(2) {
	width: 100px;
	margin: 0 15px 0 0;
	color: #b59292;
}

.news_div .info .describe span:nth-child(1) {
	float: right;
	margin: 0 8px 0 0;
}

.news_div .icon-videoplay {
	position: absolute;
	top: 38%;
	left: 40%;
	translate: transform(0,-50%)
}
