﻿@charset "utf-8";
/* kskds_compet */
.kskds_compet{padding: 20px 0;}
.kskds_compet_con{display: flex;flex-wrap: nowrap;justify-content: space-between;padding: 10px 0 20px;}
.kskds_compet_con dl{width: 20%;text-align: center;cursor: pointer;}
.kskds_compet_con dl .pic{width: 100px;height: 100px;display: inline-block;background: #014099;position: relative;border-radius: 50%;line-height: 100px;}
.kskds_compet_con dl .pic::before{content: '';width: 85px;height: 85px;border: 1px solid #fff;display: inline-block;position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);border-radius: 50%;}
.kskds_compet_con dl .pic img{display: inline-block;}
.kskds_compet_con dl dt{font-size: 22px;font-weight: bold;line-height: 1.5;padding: 10px 0;margin-bottom: 10px;position: relative;}
.kskds_compet_con dl dt::after{content: '';width: 30px;height: 3px;background: #999999;display: inline-block;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.kskds_compet_con dl dd{font-size: 16px;font-weight: normal;line-height: 1.5;}
.kskds_compet_con dl p{font-size: 16px;font-weight: bold;line-height: 2.5;}
.kskds_compet_con dl:hover .pic{background: #f69c00;}
.kskds_compet_con dl:hover dt{color: #f69c00;}
.kskds_compet_con dl:hover dt::after{background: #f69c00;}

/* kskds_product */
.kskds_product{position: relative;padding:20px 0 10px;box-sizing: border-box;background: #f5f5f5;}
.kskds_product .pro_nav{padding-bottom: 0;padding-top: 10px;}
.kskds_product .pro_nav .fl{width: 277px;height: 114px;background: #014099;color: #fff;text-align: center;box-sizing: border-box;padding-top: 20px;}
.kskds_product .pro_nav .fl sup{font-size: 28px;color: #fff;font-weight: bold;display: block;}
.kskds_product .pro_nav .fl sub{font-size: 16px;color: #fff;font-weight: normal;display: block;text-transform:uppercase;line-height: 2;}
.kskds_product .pro_nav .fr{width: 910px;}
.kskds_product .pro_nav ul{box-sizing: border-box;padding: 0 0;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 20px;}
.kskds_product .pro_nav ul li{width: 24%;;position: relative;border:1px solid #e8e8e8;;text-align: center;height: 50px;margin-bottom: 10px;line-height: 50px;background: #fff;}
.kskds_product .pro_nav ul li a{display: block;font-size: 16px;}
.kskds_product .pro_nav ul li:hover{background: #f69c00;border-color: #f69c00;}
.kskds_product .pro_nav ul li:hover a{color: #fff;}
.kskds_product .pro_nav ul li:last-child{margin-right: 0;}
.kskds_product .pro_nav_pic{margin-bottom: 30px;}
.kskds_product .pro_nav_pic .hd{ height:20px; overflow:hidden; position:absolute; left:50%; bottom:15px; z-index:1;transform: translateX(-50%); }
.kskds_product .pro_nav_pic .hd ul{ overflow:hidden; zoom:1; float:left;  }
.kskds_product .pro_nav_pic .hd ul li{ float:left; margin-right:5px;  width:20px; height:20px; line-height:20px; text-align:center; background:#fff; cursor:pointer;font-size: 13px;line-height: 20px; }
.kskds_product .pro_nav_pic .hd ul li.on{ background:#f69c00; color:#fff; }
.kskds_product .pro_nav_pic .bd{ position:relative; height:100%; z-index:0;   }
.kskds_product .pro_nav_pic .bd li{ zoom:1; vertical-align:middle; }
.kskds_product .pro_nav_pic .bd img{ width:100%; height: 460px; display:block;  }
		/* 下面是前/后按钮代码，如果不需要删除即可 */
.kskds_product .pro_nav_pic .prev,
.kskds_product .pro_nav_pic .next{ position:absolute; left:0%; top:50%; margin-top:-25px; display:block; width:32px; height:60px; background-image:url(../images/slider-arrow.png);background-color: #014099;background-position: -110px 15px;background-repeat:no-repeat; }
.kskds_product .pro_nav_pic .next{ left:auto; right:0%; background-position:8px 15px; }
.kskds_product .pro_nav_pic .prev:hover,
.kskds_product .pro_nav_pic .next:hover{ background-color: #f69c00;  }
.kskds_product .pro_nav_pic .prevStop{ display:none;  }
.kskds_product .pro_nav_pic .nextStop{ display:none;  }

.kskds_product .pro_list{display: flex;flex-wrap: wrap;justify-content: start;}
.kskds_product .pro_list li{width: 32%;margin-right: 2%;margin-bottom: 35px;overflow: hidden;box-sizing: border-box;padding: 15px;border: 1px solid #e8e8e8;background: #fff;position: relative;padding-bottom: 5px;}
.kskds_product .pro_list li .li_pic{width: 100%;overflow: hidden;box-sizing: border-box;}
.kskds_product .pro_list li .li_pic img{width: 100%;}
.kskds_product .pro_list li .li_t{font-size: 16px;line-height: 3.5;text-align: left;margin-top: 15px;background: url(../images/pz_more2.png) no-repeat right center;font-weight: bold;}
.kskds_product .pro_list li::before{content: '';width: 100%;height: 1px;background: #e8e8e8;position: absolute;bottom: 60px;left: 0;}
.kskds_product .pro_list li .li_t a{display: block;}
.kskds_product .pro_list li:nth-child(3n+0){margin-right:0;}
.kskds_product .pro_list li:hover{background: #126eb7;}
.kskds_product .pro_list li:hover .li_t a{color: #fff;}
.kskds_product .pro_list li:hover .li_t{background: url(../images/pz_more2_h.png) no-repeat right center;}
.kskds_product .pro_list li:hover .li_pic{border-color: #126eb7;}
.kskds_product .pro_list li:hover::before{content: '';width: 100%;height: 1px;background: rgba(255, 255, 255, 0.3);position: absolute;bottom: 60px;left: 0;}

/* kskds_about */
.kskds_about{text-align: center;background:#f9fafb;background-repeat: no-repeat;background-position: center center;padding-bottom: 30px;}
.kskds_about_con{padding: 30px 0 0;}
.kskds_about_con .des{width: 550px;text-align: left;padding-top: 20px;}
.kskds_about_con .des h3{font-size: 28px;color: #333;font-weight: bold;background: url(../images/wetbg.png) repeat-x center bottom;padding-bottom: 30px;padding-top: 20px;margin-bottom: 10px;}
.kskds_about_con .des h4{font-size: 20px;color: #323333;font-weight: normal;letter-spacing: 2px;line-height: 2;}
.kskds_about_con  p{font-size: 15px;color: #666666;line-height: 2.2;text-align: left;text-indent: 35px;margin-bottom: 30px;}
.kskds_about_con .video{width: 600px;height: 450px;}
.kskds_about_con .video iframe{width: 600px;height: 450px;}
.kskds_about_con .more{padding: 10px 40px;background: #f69c00;color: #fff;font-size: 16px;}

.kskds_about_pic{overflow: hidden;margin-top: 20px;padding-bottom: 30px;}
.kskds_about_pic .parBd{position: relative;width: 100%;float: left; z-index: 2;}
.kskds_about_pic .parBd ul{ padding:0;  zoom:1; position: relative;height: 100%;}
.kskds_about_pic .parBd{ padding:10px 0;}
.kskds_about_pic .parBd ul{ overflow:hidden; zoom:1; }
.kskds_about_pic .parBd ul li{ margin:0 4.4px; float:left; overflow:hidden; text-align:center;  }
.kskds_about_pic .parBd ul li .pic{ text-align:center; border:1px solid #e5e5e5;}
.kskds_about_pic .parBd ul li .pic img{ width:325px;height: 230px;}
.kskds_about_pic .parBd ul li .pic a:hover img{ border-color:#999;  }
.kskds_about_pic .parBd ul li .tit{ line-height:2.5;font-size: 15px;color: #000;   }
.kskds_about_pic{margin-top: 20px;position: relative;}
.kskds_about_pic .parHd{border-bottom: 1px solid #efefef;height: 40px;margin-bottom: 20px;}
.kskds_about_pic .parHd li{float: left;position: relative;height: 40px;margin-right: 25px;}
.kskds_about_pic .parHd li em{font-size: 26px;color: #000;margin-right: 10px;}
.kskds_about_pic .parHd li a{font-size: 18px;color: #333;font-weight: bold;}
.kskds_about_pic .parHd li.on::before{content: '';width: 30px;height: 3px;background: #126eb7;position: absolute;left: 0;bottom: -1px;}


/* kskds_edge */
.kskds_edge{background: url(../images/edge_bg.jpg) no-repeat center top;padding-top: 20px;padding-bottom: 0;}
.kskds_edge_con{position: relative;padding-top: 31px;}
.kskds_edge_con .hd{background: transparent;position: absolute;top:31px;z-index: 2;width: 1200px;left: 50%;transform: translateX(-50%);}
.kskds_edge_con .hd ul{ display: flex;justify-content: space-between;background: transparent; }
.kskds_edge_con .hd ul li{ width: 297px;height: 150px;background: url(../images/edge_l.png) no-repeat center top; z-index: 0;text-align: center;cursor: pointer;position: relative;}
.kskds_edge_con .hd ul li .pic{width: 80px;text-align: center;margin-top: 55px;display: inline-block;padding-bottom:10px;}
.kskds_edge_con .hd ul li strong{display: block;font-weight: bold;font-size: 20px;line-height: 2;}
.kskds_edge_con .hd ul li p{opacity: 0;}
.kskds_edge_con .hd ul li em{opacity: 0;}
.kskds_edge_con .hd ul li.on{background: url(../images/edge_h.png) no-repeat center top;color: #fff; z-index: 2;height: 342px;}
.kskds_edge_con .hd ul li.on .pic{height: 80px;background: #fff;border-radius: 50%;position: relative;box-sizing: border-box;padding-top: 25px;margin-bottom: 10px;}
.kskds_edge_con .hd ul li.on .pic:after{content: '';width: 0;height: 0;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -15px;left: 50%;transform: translateX(-50%);}
.kskds_edge_con .hd ul li.on p{opacity: 1;font-size: 18px;line-height: 1.5;padding-top: 10px;}
.kskds_edge_con .hd ul li.on em{opacity: 1;font-size: 50px;position: absolute;bottom: 30px;left: 50%;transform: translateX(-50%);}
.kskds_edge_con .bd ul{position: relative;z-index: 1;color: #fff;margin-top: 0;padding-top: 150px;}
.kskds_edge_con .bd ul img{width: 100%;}
.kskds_edge_con .bd ul .pic{overflow: hidden;}
.kskds_edge_con .bd .item{padding:0 0 20px 0;border: 1px solid #efefef;}
.kskds_edge_con .bd .item .fl{padding: 10px;box-sizing: border-box;width: 50%;display: none;}
.kskds_edge_con .bd .item .fl ol{display: flex;flex-wrap: nowrap;justify-content: space-between;padding: 0 10px;}
.kskds_edge_con .bd .item .fl li{width: 263px; height: 153px;overflow: hidden;margin-right: 10px;}
.kskds_edge_con .bd .item .fr{padding: 0;box-sizing: border-box;width: 100%;color: #333;}
.kskds_edge_con .bd .item .fr dl{display: flex;flex-wrap: nowrap;justify-content: flex-start;text-align: center;box-sizing: border-box;line-height: 35px;padding-bottom: 5px;font-size: 16px;padding-top: 25px;}
.kskds_edge_con .bd .item .fr dl dd{padding-right: 30px;width: 100%;box-sizing: border-box;color: #666;}



/* news */
.kskds_news {box-sizing: border-box;background: url(../images/new_bg.jpg) no-repeat center center;height: 750px;box-sizing: border-box;padding-top: 30px;}
.kskds_news .news_l{width: 850px;margin-top: 20px;position: relative;}
.kskds_news .news_l .hd{border-bottom: 1px solid #efefef;height: 40px;margin-bottom: 20px;}
.kskds_news .news_l .hd li{float: left;position: relative;height: 40px;margin-right: 25px;}
.kskds_news .news_l .hd li em{font-size: 26px;color: #000;margin-right: 10px;}
.kskds_news .news_l .hd li a{font-size: 18px;color: #333;font-weight: bold;}
.kskds_news .news_l .hd li.on::before{content: '';width: 30px;height: 3px;background: #126eb7;position: absolute;left: 0;bottom: -1px;}
.kskds_news .news_l .bd a.more_t{top: -30px;}

.kskds_news .news_l .list_pics{width: 385px;background: #fff;padding-bottom: 30px;height: 400px;float: left;}
.kskds_news .news_l .list_pics .pic{width: 100%;padding-top: 50%;height: 100%/2;position: relative;overflow: hidden;}
.kskds_news .news_l .list_pics .pic img{position: absolute;top: 0;left: 0;}
.kskds_news .news_l .list_pics .t{font-size: 18px;font-weight: bold;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding:15px 20px;}
.kskds_news .news_l .list_pics .des{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;padding: 0 25px;font-size: 14px;line-height: 2.2;margin-bottom: 30px;color: #666;}
.kskds_news .news_l .list_pics .more{padding: 8px 40px ;background: #23a78e;color: #fff;margin-left: 20px;position: absolute;bottom: 20px;}
.kskds_news .news_l .list_item{width: 450px;float: right;}
.kskds_news .divdgweb_new_div, .kskds_news .news_div { padding: 0px 10px; height: 400px; font-weight: normal; }

.kskds_news .news_div_item, .kskds_news .divdgweb_new_div_item { position: relative; padding: 15px 0; height: 40px; overflow: hidden; transition: 0.3s all ease; border-bottom: 1px solid #f5f5f5; }
.kskds_news .divdgweb_new_div_item_date, .kskds_news .news_div_item_date { position: absolute; right: 20px; top: 17px; transition: 0.3s all ease; }
.kskds_news .divdgweb_new_div_item_date > div, .kskds_news .news_div_item_date > div{ display: inline-block; color: #787878; font-size: 12px; font-family: 'arial'; }
.kskds_news .news_div_item_title, .kskds_news .divdgweb_new_div_item_title{ position: relative; }

.kskds_news .news_div_item_year:after, .kskds_news .news_div_item_year::after, .kskds_news .divdgweb_new_div_item_year:after, .kskds_news .divdgweb_new_div_item_year::after{ content: '-'; }
.kskds_news .on .news_div_item_year:after, .kskds_news .on .divdgweb_new_div_item_year:after,{ content: ''; }
.kskds_news .news_div_item_title:after, .kskds_news .divdgweb_new_div_item_title:after{ content: ''; background: #333; width: 4px; height: 4px; position: absolute; left: 10px; top: 19px; }
.kskds_news .on .news_div_item_title:after, .kskds_news .on .divdgweb_new_div_item_title:after{ content: ''; display: none; }
.kskds_news .news_div_item_title .news_div_item_a, .kskds_news .divdgweb_new_div_item_title .divdgweb_new_div_item_a { font-size: 15px; color: #444; padding-left: 26px; display: block; line-height: 40px; width: 250px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: 0.3s all ease; }
.kskds_news .news_div_item_pic, .kskds_news .news_div_item_body, .kskds_news .divdgweb_new_div_item_body{ transition: 0.3s all ease; }
.kskds_news .news_div_item_pic { padding-top: 15px; padding-left: 15px; }
.kskds_news .news_div_item_pic a, .kskds_news .news_div_item_pic a img { display: block; width: 150px; height: 113px; }
.kskds_news .news_div_item.on, .kskds_news .divdgweb_new_div_item.on{ height: 128px; border-bottom: 1px dotted #ccc; padding: 0 0 20px; background: #f5f5f5}
.kskds_news .news_div_item_body, .kskds_news .divdgweb_new_div_item_body { line-height: 24px; color: #767676; font-size: 13px; width: 252px; text-align: justify; position: absolute; right: 20px; top: 85px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; }
.kskds_news .on .divdgweb_new_div_item_date, .kskds_news .on .news_div_item_date { top: 10px; right: 210px; }
.kskds_news .on .news_div_item_title .news_div_item_a, .kskds_news .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a { position: absolute; left: 150px; top: 53px; width: 245px; }
.kskds_news .on .divdgweb_new_div_item_date > div, .kskds_news .on .news_div_item_date > div { font-weight: bold; color: #333; font-size: 24px; line-height: 30px; }
.kskds_news .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year, .kskds_news .on .news_div_item_date > .news_div_item_year{ font-size: 12px; display: block; font-weight: 100; line-height: 20px; text-indent: 1px; }
.kskds_news .on .news_div_item_date > .news_div_item_year:after,.kskds_news .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year:after{ content: ''; }


.kskds_news .news_r{width: 320px;}
.kskds_news .news_r .n_t {position: relative;height: 40px;border-bottom: 1px solid #efefef;height: 40px;margin-bottom: 20px;margin-top: 20px;}
.kskds_news .news_r .n_t  em{font-size: 26px;color: #000;margin-right: 10px;}
.kskds_news .news_r .n_t  a{font-size: 18px;color: #333;font-weight: bold;}
.kskds_news .news_r .n_t::before{content: '';width: 30px;height: 3px;background: #126eb7;position: absolute;left: 0;bottom: -1px;}
.kskds_news a.more_t{font-size: 12px !important;font-weight: normal !important;color: #999;border: 1px solid #999;border-radius: 5px;padding: 0 5px;position: absolute;right: 0;top: 10px;text-transform: uppercase;}
.kskds_news a.more_t span{font-family: 'KAITI';}
.kskds_news a.more_t:hover{background: #23a78e;color: #fff;border-color: #23a78e;}
.kskds_news .news_r ul li{border-bottom: 1px dashed #efefef;padding-bottom: 13px;padding-top: 13px;}
.kskds_news .news_r ul dt{padding-left: 35px;position: relative;line-height: 25px;font-weight: bold;font-size: 15px;margin-bottom: 5px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;color: #333;}
.kskds_news .news_r ul dt::before{content: 'Q';width: 25px;height: 25px;display: inline-block;background: #3e4753;position: absolute;left: 0;color: #fff;font-size: 16px;font-weight: bold;text-align: center;line-height: 25px;}
.kskds_news .news_r ul dd{padding-left: 35px;position: relative;font-size: 14px;line-height: 1.8;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.kskds_news .news_r ul dd::before{content: 'A';width: 25px;height: 25px;display: inline-block;background: #23a78e;position: absolute;left: 0;color: #fff;font-size: 16px;font-weight: bold;text-align: center;line-height: 25px;}