@charset "UTF-8";

.tem-wrap{max-width:100%;width:1200px;margin:0 auto;padding-top:110px;color:#222;}
.tem-wrap > div{margin-bottom:200px;text-align:center;}
.tem-index{text-align:center;}
.tindex-tit{position:relative;margin-bottom:70px;padding-bottom:30px;font-size:55px;font-weight:900;}
.tindex-tit:after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:40px;height:2px;background:#333;}
.tindex-list li{padding-bottom:20px;font-size:27px;color:#777;}

.tem-tit01{position:relative;padding-bottom:35px;font-size:45px;font-weight:700;}
.tem-tit01:after{content:'';position:absolute;width:1px;height:60px;top:-123px;left:50%;background:#999;}
.tem-basic{position:relative;margin-top:350px;}
.tem-basic:before{content:'';position:absolute;width:1px;height:230px;top:-302px;left:50%;background:#777;}

.tem-type-box{margin-bottom:50px;}
.tem-type-left{text-align:left;}
.tem-type-right{text-align:right;}
.tem-type-box h4{position:relative;margin-bottom:40px;padding-bottom:25px;font-size:46px;font-weight:900;}
.tem-type-box h4:after{content:'';position:absolute;bottom:0;left:0;width:30px;height:1px;background:#333;}
.tem-type-right.tem-type-box h4:after{left:auto;right:0;}
.tem-type-con{display:flex;flex-wrap:wrap;}
.tem-type-img{width:34%;}
.tem-type-img img{box-shadow:0 0 10px #aaa;}
.tem-type-txt{width:61%;font-size:17px;}
.tem-type-left .tem-type-img{margin-right:5%;}
.tem-type-right .tem-type-img{margin-left:5%;}
.tem-type-txt p{padding-bottom:10px;}
.tem-type-txt p:first-child{padding-bottom:35px;}
.tem-type-txt p a{display:inline-block;padding:15px 55px 13px 20px;background:#a10c0c url(/_res/kucms/img/tem/btn_link.png) 96% center no-repeat;color:#fff;font-size:18px;font-weight:700;}
.tem-type-list{margin-top:15px;padding:25px;background:#f1f1f1;}
.tem-type-list:after{content:'';display:block;clear:both;}
.tem-type-list li{position:relative;float:left;margin-right:15px;padding-left:15px}
.tem-type-list li:last-child{margin-right:0;}
.tem-type-list li:after{content:'';position:absolute;left:0;top:5px;width:7px;height:7px;border-radius:7px;background:#a10c0c;}

.t_list{padding-top:45px;}
.t_list table{border-top:2px solid #7b7b7b;line-height:160%;font-size:17px;}
.t_list th{height:72px;padding:13px;border:1px solid #dadada;border-top:0;color:#333;font-size:18px;font-weight:700;background:#fafafa}
.t_list td{height:72px;padding:13px;border:1px solid #dadada;border-top:0;text-align:center;}
.t_list thead th:first-child, .t_list tbody th:first-child,
.t_list tbody td:first-child, tfoot th:first-child,
tfoot td:first-child{border-left:0}
.t_list thead th:last-child, .t_list tbody th:last-child,
.t_list tbody td:last-child, tfoot th:last-child,
tfoot td:last-child{border-right:0}


/*.txt-red{color:#a10c0c;}*/
aside{position:fixed;right:0;top:50%;transform:translateY(-50%);}



@media screen and (max-width: 970px){
  .tem-wrap{padding:70px 20px 0;}
  .tindex-tit{font-size:45px;}
  .tindex-list li{font-size:20px;}
  .tem-tit01{font-size:37px;}
  .tem-type-box h4{margin-bottom:30px;padding-bottom:15px;font-size:38px;}
  .tem-type-con{display:block;}
  .tem-type-img{width:100%;margin:0 0 25px !important;}
  .tem-type-txt{width:100%;}
  .tem-type-con:nth-child(2n) .tem-type-txt{margin-bottom:25px;}
}