/* CSS Document */
*{ padding: 0; margin: 0; border: none;}
a{ text-decoration: none;}
ul,li{ list-style-type: none;}
body{font-size:12px; font-family:"微软雅黑";}
.kbj{width:720px; height: auto; overflow: hidden; line-height: normal; margin: 0 auto; background: #f8fdfe;}

.kbj_top{width: 100%; height: auto;  padding: 87px 0 30px; overflow: hidden; background: #017bac; text-align: center;}

.kbj_title{width: 100%; height: auto; background: url(../img/zzy_title_bg.jpg) no-repeat center bottom; padding: 45px 35px 0; box-sizing: border-box; overflow: hidden; text-align: center;}
.kbj_title h2{color: #333; font-size: 70px;}
.kbj_title p{ color: #333; font-size: 33px; padding: 15px 0; border-bottom: 1px dashed #000;}
.kbj_title h3{ font-size: 55px; padding-top: 15px;}

.kbj_case{width: 100%; padding: 40px 30px 0; box-sizing: border-box;}
.kbj_case .item{ margin-bottom: 50px;}
.kbj_case dl{width: 100%; display: flex; justify-content: space-between;}
.kbj_case dl dd{ flex:0 0 415px;}
.kbj_case dl dd h2{ font-size: 34px; color: #017bac; padding-bottom: 10px;}
.kbj_case dl dd h2 span{ font-size: 34px; font-weight: normal; color: #333;}
.kbj_case dl dd p{ font-size: 23px; color: #333; line-height: 1.4; text-align: justify;}
.kbj_case .img{width: 100%; text-align: center; margin: 20px 0;}
.kbj_case .img img{display: block; width: 100%;}
.kbj_case .info{display: flex;}
.kbj_case .info h2{ font-size: 32px; color: #017bac; flex: 0 0 160px;}
.kbj_case .info .text{ font-size: 32px; color: #333; line-height: 1.5; text-align: justify;}

.kbj_page{width: 100%; height: auto; text-align: center; padding: 0 0 40px 0; font-size: 30px; }
.kbj_page u{width: 100%; height: auto; overflow: hidden;}
.kbj_page ul li{ display: inline-block;}
.kbj_page a{ color: #333;}

.kbj_fixed{width: 720px;height: auto; padding: 25px 0; background: #017bac;}
.kbj_fixed ul{ display: flex; height: 80px;  align-items: center;}
.kbj_fixed ul li{ flex: 1;}
.kbj_fixed ul li a{display: flex; flex: 1; height: 80px; justify-content: center; align-items: center; font-size: 34px; color: #fff;}
.kbj_fixed ul li img{ margin-right: 12px;}
.kbj_fixed ul li:nth-child(2) a{ border-left: 2px solid #80bdd6; border-right: 1px solid #80bdd6;}


