﻿@charset "utf-8";
/* 
.ksdxl_search {
	background: url(../images/search_bg.gif) center;
	height: 150px;
}

.ksdxl_search .left {
	padding: 32.5px 0;
	width: 515px;
}

.ksdxl_search .pho {
	background: url(../images/icon01.png) no-repeat 50px 50px;
	font-size: 18px;
	color: #474747;
	box-sizing: border-box;
	padding: 45px 50px 45px 110px;
	font-weight: bold;
}

.ksdxl_search .pho strong {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #0f3383;
	font-size: 30px;
}

.ksdxl_search .search {
	height: auto;
	border-left: 1px solid #d5d5d5;
	height: 150px;
	padding-left: 50px;
}

.ksdxl_search .search .wechat {
	padding: 15px 0;
}

.ksdxl_search .search .wechat img {
	border: 1px solid #efefef;
	width: 118px;
}

.ksdxl_search .search .wechat span {
	display: inline-block;
	padding: 10px 10px;
	text-align: center;
} */

/* ksdxl_product */
.ksdxl_product {
	box-sizing: border-box;
	padding: 0;
	background: #f9f9f9;
}

.ksdxl_product_con .hd {
	height: 100px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	display: flex;
	justify-content: start;
}

.ksdxl_product_con .hd .tit {
	background: url(../images/icons/icon_pro.png) no-repeat 30px 30px #0f3383;
	width: 240px;
	box-sizing: border-box;
	padding-left: 80px;
	padding-top: 25px;
	font-size: 24px;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

.ksdxl_product_con .hd .tit span {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.ksdxl_product_con .hd ul {
	/*width: calc(100% - 240px);*/
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.ksdxl_product_con .hd ul li {
	font-size: 18px;
	line-height: 100px;
	width: 100%;
	text-align: center;
	position: relative;
}

.ksdxl_product_con .hd ul li a {
	display: block
}

.ksdxl_product_con .hd ul li.on {
	background-color: #e60012;
	color: #fff;
}

.ksdxl_product_con .hd ul li.on a {
	color: #fff;
}

.ksdxl_product_con .hd ul li::after {
	content: '';
	position: absolute;
	right: 0;
	border-right: 1px solid #d9d9d9;
	height: 99px;
	top: 0;
}

.ksdxl_product_con .hd ul li.on::before {
	left: 50%;
	transform: translateX(-50%);
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	bottom: -1px;
}

.ksdxl_product_con .hd ul li:last-child:after {
	border: none;
}

.ksdxl_product_con .bd {
	padding: 30px 0 0;
}

.ksdxl_product_con .bd ul {
	overflow: hidden;
	zoom: 1;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.ksdxl_product_con .bd ul li {
	overflow: hidden;
	text-align: center;
	margin-right: 40px;
	box-sizing: border-box;
	width: 400px;
	margin-bottom: 20px;
}

.ksdxl_product_con .bd ul li:nth-child(3n+0) {
	margin-right: 0;
}

.ksdxl_product_con .bd ul li .pic {
	text-align: center;
}

.ksdxl_product_con .bd ul li .pic img {
	width: 100%;
	height: 300px;
	display: block;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
}

.ksdxl_product_con .bd ul li:hover .pic img {
	border-color: #0f3383;
}

.ksdxl_product_con .bd ul li .title a {
	line-height: 3;
	font-size: 15px;
	color: #333;
	font-weight: bold;
	text-align: left;
	display: block;
	position: relative;
}

.ksdxl_product_con .bd ul li .title a::after {
	content: '';
	width: 36px;
	height: 15px;
	background: url(../images/icons/icon_pro_list.png);
	display: inline-block;
	right: 0;
	position: absolute;
	top: 35%;
	/* transform: translateY(-50%); */

}

.ksdxl_product_con .bd ul li:hover .title a::after {
	background: url(../images/icons/icon_pro_list_h.png);
}

.ksdxl_product_con .bd ul li:hover .title a {
	color: #0f3383;

}

/* ksdxl_tese */
.ksdxl_tese {
	box-sizing: border-box;
}


.ksdxl_tese_con {
	position: relative;
	margin: 0 auto;
}

.ksdxl_tese_con .bd {
	overflow: hidden;
	box-sizing: border-box;
}

.ksdxl_tese_con .bd .prev,
.ksdxl_tese_con .bd .next {
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/icon04.png) no-repeat #efefef;
	position: absolute;
	z-index: 999;
	right: 665px;
	bottom: 8%;
	border: 1px solid #efefef;
	box-sizing: border-box;
}

.ksdxl_tese_con .bd .next {
	background-position: 0 -50px;
	left: 509px
}

.ksdxl_tese_con .bd .prev:hover {
	background: url(../images/icon04_h.png) no-repeat #0f3383;
	border: 1px solid #0f3383;
}

.ksdxl_tese_con .bd .next:hover {
	background: url(../images/icon04_h.png) no-repeat #0f3383;
	background-position: 0 -50px;
	border: 1px solid #0f3383;
}

.ksdxl_tese_con .bd ul {
	overflow: hidden;
	zoom: 1;
}

.ksdxl_tese_con .bd ul li {
	overflow: hidden;
	text-align: center;
}

.ksdxl_tese_con .bd ul li .lis {
	width: 640px;
	float: right;
}

.ksdxl_tese_con .bd ul li .lis dl {
	text-align: left;
}

.ksdxl_tese_con .bd ul li .lis dl em {
	font-size: 70px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	color: #e3e2e0;
}

.ksdxl_tese_con .bd ul li .lis dl dt {
	font-size: 30px;
	color: #e60012;
	line-height: 3;
	font-weight: bold;
}

.ksdxl_tese_con .bd ul li .lis dl p {
	line-height: 2;
	font-size: 15px;
	color: #666666;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}

.ksdxl_tese_con .bd ul li .lis dl p::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #999;
	border-radius: 50%;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
}

.ksdxl_tese_con .bd ul li .lis .pho {
	margin-top: 50px;
	padding-left: 40px;
	font-size: 16px;
	color: #999;
	text-align: left;
	padding-top: 10px;
	background: url(../images/icons/icon_tel_h.png) no-repeat 0 10px;
}

.ksdxl_tese_con .bd ul li .lis span {
	display: block;
	font-size: 36px;
	color: #e60012;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.ksdxl_tese_con .bd ul li .pic {
	text-align: center;
	float: left;
	width: 560px;
}

.ksdxl_tese_con .bd ul li .pic img {
	width: 560px;
	height: 453px;
	display: block;
}

.ksdxl_tese_con .bd ul li .pic a:hover img {
	border-color: #0f3383;
}

.ksdxl_tese_con .bd ul li .title a {
	line-height: 3;
	font-size: 18px;
	color: #fff;
}

/* ksdxl_cases */
.ksdxl_cases {
	box-sizing: border-box;
}


.ksdxl_cases_con {
	position: relative;
	margin: 0 auto;
}

.ksdxl_cases_con .bd {
	overflow: hidden;
	box-sizing: border-box;
}

.ksdxl_cases_con .bd .prev,
.ksdxl_cases_con .bd .next {
	display: block;
	width: 50px;
	height: 50px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/icon04.png) no-repeat #efefef;
	position: absolute;
	z-index: 999;
	right: 605px;
	bottom: 8%;
	border: 1px solid #efefef;
	box-sizing: border-box;
}

.ksdxl_cases_con .bd .next {
	background-position: 0 -50px;
	left: 569px
}

.ksdxl_cases_con .bd .prev:hover {
	background: url(../images/icon04_h.png) no-repeat #0f3383;
	border: 1px solid #0f3383;
}

.ksdxl_cases_con .bd .next:hover {
	background: url(../images/icon04_h.png) no-repeat #0f3383;
	background-position: 0 -50px;
	border: 1px solid #0f3383;
}

.ksdxl_cases_con .bd ul {
	overflow: hidden;
	zoom: 1;
}

.ksdxl_cases_con .bd ul li {
	overflow: hidden;
	text-align: center;
}

.ksdxl_cases_con .bd ul li .lis {
	width: 620px;
	float: left;
}

.ksdxl_cases_con .bd ul li .lis dl {
	text-align: left;
}

.ksdxl_cases_con .bd ul li .lis dl em {
	font-size: 70px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	color: #e3e2e0;
}

.ksdxl_cases_con .bd ul li .lis dl dt {
	font-size: 30px;
	color: #333;
	line-height: 2;
}

.ksdxl_cases_con .bd ul li .lis dl p {
	line-height: 2;
	font-size: 15px;
	color: #666666;
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}

.ksdxl_cases_con .bd ul li .lis dl p::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #999;
	border-radius: 50%;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
}

.ksdxl_cases_con .bd ul li .lis .pho {
	margin-top: 50px;
	padding-left: 40px;
	font-size: 16px;
	color: #999;
	text-align: left;
	padding-top: 10px;
	background: url(../images/icons/icon_tel_h.png) no-repeat 0 10px;
}

.ksdxl_cases_con .bd ul li .lis span {
	display: block;
	font-size: 36px;
	color: #e60012;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.ksdxl_cases_con .bd ul li .pic {
	text-align: center;
	float: right;
	width: 660px;
}

.ksdxl_cases_con .bd ul li .pic img {
	width: 660px;
	height: 534px;
	display: block;
}

.ksdxl_cases_con .bd ul li .pic a:hover img {
	border-color: #0f3383;
}

.ksdxl_cases_con .bd ul li .title a {
	line-height: 3;
	font-size: 18px;
	color: #fff;
}


/* ksdxl_partner */
.ksdxl_partner {
	box-sizing: border-box;
	padding: 20px 0;
	background: #f9f9f9;
	margin: 30px auto 0
}

.ksdxl_partner .en {
	top: 30px;
	font-size: 42px;
}
.ksdxl_partner_con{overflow: hidden;width: 1280px}
.ksdxl_partner_con .hd {
	box-sizing: border-box;
	display: flex;
	justify-content: start;
}

.ksdxl_partner_con .hd ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.ksdxl_partner_con .bd{ padding:10px;   }
.ksdxl_partner_con .bd ul{ overflow:hidden; zoom:1; }
.ksdxl_partner_con .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.ksdxl_partner_con .bd ul li .pic{ text-align:center; }
.ksdxl_partner_con .bd ul li .pic img{ width:240px; height:109px; display:block; }
.ksdxl_partner_con .bd ul li .pic a:hover img{ border-color:#999;  }
.ksdxl_partner_con .bd ul li .title{ line-height:24px;   }


/* ksdxl_about */
.ksdxl_about {
	position: relative;
}

.ksdxl_about_con {
	padding-bottom: 120px;
}

.ksdxl_about_con img {
	width: 100%;
}

.ksdxl_about_con .c {
	position: absolute;
	width: 1100px;
	background: rgba(15, 51, 131, 0.95);
	margin: 0 auto;
	padding: 30px;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	height: 235px;
	margin-top: -120px;
	box-sizing: border-box;
	border-radius: 0 0 20px 20px;
}

.ksdxl_about_con .c p {
	font-size: 15px;
	line-height: 36px;
	color: #fff;
	text-indent: 30px;
}

.ksdxl_about_pic {
	width: 1200px;
	overflow: hidden;
	position: relative;
	padding: 30px 0;
}

.ksdxl_about_pic .bd {
	padding: 10px;
}

.ksdxl_about_pic .bd ul {
	overflow: hidden;
	zoom: 1;
}

.ksdxl_about_pic .bd ul li {
	margin: 0 22px;
	float: left;
	overflow: hidden;
	text-align: center;
}

.ksdxl_about_pic .bd ul li .pic {
	text-align: center;
}

.ksdxl_about_pic .bd ul li .pic img {
	width: 360px;
	height: 270px;
	display: block;
	padding: 5px;
	border: 1px solid #ccc;
}

.ksdxl_about_pic .bd ul li .pic a:hover img {
	border-color: #999;
}

.ksdxl_about_pic .bd ul li .title {
	line-height: 3;
	background-color: #f0f0f0;
	color: #333;
}

.ksdxl_about_pic .bd ul li:hover .title {
	background-color: #0080c5;
	color: #fff;
}

.ksdxl_about_pic .bd ul li:hover .title a {
	background-color: #0080c5;
	color: #fff;
}

/* ksdxl_news */
.ksdxl_news {
	box-sizing: border-box;
	padding: 0 0;
}

.ksdxl_news .t_n {
	text-align: left;
	color: #fff;
	font-size: 24px;
	position: relative;
}

.ksdxl_news .t_n i {
	display: block;
	color: #fff;
	text-transform: capitalize;
}

.ksdxl_news .t_n a {
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #0f3383;
	color: #fff;
	right: 0;
	top: 10px;
	line-height: 30px;
	text-align: center;
}

.ksdxl_news .left {
	width: 430px;
	height: 598px;
	overflow: hidden;
	background: url(../images/n_l.jpg) 0 0 no-repeat #f5f5f5;
	padding: 20px 35px;
	box-sizing: border-box;
}

.ksdxl_news .left dl {
	padding-top: 30px;
	position: relative;
}

.ksdxl_news .left dt {
	width: 100%;
}

.ksdxl_news .left dt img {
	width: 360px;
	height: 240px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.ksdxl_news .left dl {
	width: 100%;
	position: relative;
}

.ksdxl_news .left dd {
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0;
	color: #333;
}

.ksdxl_news .left dd h3 {
	width: 100%;
	font-size: 18px;
	line-height: 2.5;
	font-weight: normal;
}

.ksdxl_news .left dd p {
	width: 100%;
	font-size: 15px;
	line-height: 2;
	color: #999;
}

.ksdxl_news .left dl .date {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #999999;
	position: relative;
}

.ksdxl_news .left dl .date:before {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #d1d1d1;
	position: absolute;
	left: 0;
	top: 10px;
}

.ksdxl_news .right {
	width: 830px;
	box-sizing: border-box;
}

.ksdxl_news .right .top,
.ksdxl_news .right .bottom {
	border: 1px solid #dedede;
	padding: 20px 35px;
}

.ksdxl_news .right .top {
	margin-bottom: 20px;
}

.ksdxl_news .right .t_n {
	color: #333;
}

.ksdxl_news .right .t_n span {
	color: #0f3383;
	font-weight: bold;
}

.ksdxl_news .right .t_n i {
	color: #999;
}

.txtScroll-left {
	position: relative;
}

.txtScroll-left .hd {
	overflow: hidden;
	height: 30px;
	position: absolute;
	top: -40px;
	right: 0;
}


.txtScroll-left .hd .next {
	background-position: 0 -50px;
}

.txtScroll-left .hd .prevStop {
	background-position: -60px 0;
}

.txtScroll-left .hd .nextStop {
	background-position: -60px -50px;
}

.txtScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

.txtScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #dbdbdb;
	border-radius: 10px;
}

.txtScroll-left .hd ul li.on {
	width: 20px;
	background-color: #0f3383;
}

.txtScroll-left .bd {
	overflow: hidden;
}

.txtScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.txtScroll-left .bd ul li {
	margin-right: 20px;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
	_display: inline;
}

.txtScroll-left .bd ul li span {
	color: #999;
}



.ksdxl_news .right .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ksdxl_news .right .list dl {
	position: relative;
	width: 369px;
	box-sizing: border-box;
	margin-right: 20px;
}

.ksdxl_news .right .list dt {
	width: 100%;
}


.ksdxl_news .right .list dd {
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0 0 0;
	color: #333;
}

.ksdxl_news .right .list dd h3 {
	width: 100%;
	font-size: 18px;
	line-height: 2.5;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ksdxl_news .right .list dd p {
	width: 100%;
	font-size: 15px;
	line-height: 2;
	color: #999;
}

.ksdxl_news .right .list dl .date {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #999999;
	position: relative;
	padding-right: 20px;
}

.ksdxl_news .right .list dl .date:before {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #d1d1d1;
	position: absolute;
	left: 0;
	top: 10px;
}

.ksdxl_news .right .bottom .fl {
	width: 330px;
	height: 250px;
}

.ksdxl_news .right .bottom .fr {
	text-align: left;
	width: 400px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	position: relative;
}

.ksdxl_news .right .bottom .fr .t_n {
	margin-bottom: 20px;
}

.ksdxl_news .right .bottom .fr dl {
	margin-bottom: 10px;
}

.ksdxl_news .right .bottom .fr dt {
	position: relative;
	font-size: 16px;
	line-height: 2;
	padding-left: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ksdxl_news .right .bottom .fr dt::before {
	content: "问";
	width: 25px;
	height: 25px;
	background-color: #0f3383;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 5px;
}

.ksdxl_news .right .bottom .fr dd {
	position: relative;
	font-size: 16px;
	padding-left: 40px;
	line-height: 2;
	color: #999;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ksdxl_news .right .bottom .fr dd::before {
	content: "答";
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	border: 1px solid #efefef;
	border-radius: 50%;
	display: inline-block;
	color: #999;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 10px;
}

.txtScroll-top {
	position: relative;
}

.txtScroll-top .hd {
	overflow: hidden;
	height: 30px;
	position: absolute;
	top: -45px;
	right: 0;
}

.txtScroll-top .hd .next {
	background-position: 0 -50px;
}

.txtScroll-top .hd .prevStop {
	background-position: -60px 0;
}

.txtScroll-top .hd .nextStop {
	background-position: -60px -50px;
}

.txtScroll-top .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}

.txtScroll-top .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #dbdbdb;
	border-radius: 10px;
}

.txtScroll-top .hd ul li.on {
	width: 20px;
	background-color: #0f3383;
}

.txtScroll-top .bd {
	overflow: hidden;
}

.txtScroll-top .bd ul {
	overflow: hidden;
	zoom: 1;
}

.txtScroll-top .bd ul li {
	margin-right: 20px;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
	_display: inline;
}

.txtScroll-top .bd ul li span {
	color: #999;
}