﻿@charset "utf-8";
/*pro*/

.kshwd_product{}
.kshwd_product ul{display: flex; justify-content: space-between; width: 100%;flex-wrap: wrap;}
.kshwd_product ul li{border: 1px solid #efefef; width: 370px;margin-bottom: 20px;text-align: center;}
.kshwd_product ul li img{ width: 100%; }
.kshwd_product ul li .tit{line-height: 50px;background: #f5f5f5;color: #333;padding: 0 10px;text-align: left}
.kshwd_product ul li:hover .tit{background: #0e6eb8;}
.kshwd_product ul li:hover .tit a{color: #fff}

/*solutin*/
.kshwd_solution{padding: 20px 0;background:#efefef}
.kshwd_solution_con{ }
.kshwd_solution_con .hd{ width: 270px; height: 540px;background: #fff}
.kshwd_solution_con .hd ul{}
.kshwd_solution_con .hd ul li{}
.kshwd_solution_con .hd ul li a{line-height: 60px; border-bottom: 1px solid #efefef;display: block;box-sizing: border-box;padding-left: 30px}
.kshwd_solution_con .hd ul li.on a{border-bottom: 1px solid #efefef;background:#0e6eb8;color: #fff }
.kshwd_solution_con .hd .bottom{background: url(../images/pho_01.png) 0 3px no-repeat;margin:30px 0 0 10px; padding-left: 55px;box-sizing: border-box;}
.kshwd_solution_con .hd .bottom span{display: inline-block;}
.kshwd_solution_con .hd .bottom strong{display: block;font-size: 24px; color: #0e6eb8;font-weight: bold;}

.kshwd_solution_con .bd{ width: 910px; }
.kshwd_solution_con .bd ul{  zoom:1;  }

.kshwd_about{background: #fff; height: 580px;position: relative;box-sizing: border-box; }
.kshwd_about .fl{position: absolute;left: 50%;margin-left: -1000px;z-index: 1;box-sizing: border-box; }
.kshwd_about .fr{ width: 760px;position: relative;z-index: 2;box-sizing: border-box; height: 580px}
.kshwd_about:after{content: '';background: #0e6eb8; height: 380px; width: 100%;left: 0;bottom: 0;position: absolute;z-index: 0}
.kshwd_about .fr .en{font-size: 77px;;color: #eaeaea;text-align: right;font-family: 'Arial';padding-top: 20px}
.kshwd_about .fr .en span{display: block;}
.kshwd_about .fr .con{background: #0e6eb8;padding: 38px; position: absolute;z-index: 3;box-sizing: border-box;bottom: 0; height: 380px}
.kshwd_about .fr .tit{font-size: 24px; color: #fff;font-weight: bold;position: relative;padding-bottom: 20px;margin-bottom: 20px}
.kshwd_about .fr .tit:after{content: '';width: 70px; height: 2px; background: #fff;position: absolute;left: 0;bottom: 0}
.kshwd_about .fr p{line-height: 30px;color: #fff;font-size: 14px; text-indent: 30px}

.kshwd_services{position: relative;}
.kshwd_services .content{display: flex; justify-content: space-between;flex-wrap: wrap;}
.kshwd_services .content dl{border: 1px solid #efefef; width: 380px;margin-bottom: 20px;text-align: center;background: #f9f9f9;color: #333;cursor: pointer;}
.kshwd_services .content dl dt{font-size: 24px;padding: 30px 0 20px 0;font-weight: bold;}
.kshwd_services .content dl dd{margin-bottom: 40px}
.kshwd_services .content dl:hover{background: #0e6eb8;color: #fff}


.kshwd_news{background: #fff;margin-bottom: 20px }
.kshwd_news .fl{width: 570px;}
.kshwd_news .fl img{width: 570px;margin-bottom: 20px;border: 1px solid #efefef;box-sizing: border-box;}
.kshwd_news .list{}
.kshwd_news .list .left{border-right: 1px solid #ebebeb;float: left;font-size: 30px;text-align: center; box-sizing: border-box; width:18%;padding: 8px 0;padding-right: 20px;font-weight: bold;}
.kshwd_news .list .left span{font-size: 16px;display: block;font-weight: 100}
.kshwd_news .list .right{float: right;text-align: left; width: 82%;padding-left: 20px; box-sizing: border-box;}
.kshwd_news .list .right .tit{font-size: 16px;font-weight: bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;line-height: 200%}
.kshwd_news .list .right p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 14px;color: #999;line-height: 26px}
.kshwd_news .fr{width: 570px;}
.kshwd_news .fr .list{background: #f1f2f4; padding: 15px; box-sizing: border-box;margin-bottom: 30px}