﻿body{
    background: #F7F7F7;text-transform: uppercase;
}
#content{
  padding:40px 0 0;background: none;
}
.sjheader{
    height:420px; 
    background: url(../img/headerbg.jpg) no-repeat center;
}
.sjheader .sjlogo{
    position: absolute;
    left: 0;
    top: 100px;
}
 .siteWidth{width:1200px; margin: 0 auto; position: relative;}
.indBox .iHd{
    height: 60px;
    line-height: 30px;
    background: url(../img/titlebg.jpg) left center;
    background-repeat: repeat-x;
    background-position: left center;
}
.indBox .iHd h3{
    width: 220px;
    background-image: url(../img/titlebg.png);
    background-color: #F7F7F7;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 auto;
    color: #333;
    font-size: 32px;
    font-weight: bold;
}
#indYybf .iHd h3{background-color: #fff;}

.indBox .iHd h3 span{
    display: block;
    font-size: 14px;
    color: #888;
    font-weight: normal;
}
.indBox .iBd{
  padding: 40px 0;
}
.jclist_btn,.jclist_btn1{ display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));  gap: 30px;}
.jclist_btn li{
	background: #fff;
	border:1px #F4F4F4 solid;
	padding:10px 5px;
	text-align: center;
        border-radius: 10px;
        transition: all ease 0.5s;
}
.jclist_btn li:hover,.jclist_btn1 li:hover{transform: translateY(-0.5rem); box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1);}
.jclist_btn li a:hover{ color: #94070A;}
.jclist_btn li .tit,#indZyxz .jclist_btn1 li .tit{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.jclist_btn li .en{
	font-size: 12px;
	line-height: 20px;
	color: #888;
        word-break: break-all;
}
.jclist_btn li .en a{color: #888;}

.jclist_btn li.li1 .ico img{
    width: 129px;
    height:auto;
}
#indYybf{background: #fff;padding:40px;}

#indYybf .jclist_btn{ 
      grid-template-columns: repeat(5, minmax(0, 1fr));
}

#indZyxz{
    padding: 40px 0;
   }
#indZyxz .jclist_btn1 li{
    height:96px;
    background:url(../img/zybg.png) no-repeat center center; 
    background-size: contain;
    text-align: center;
    padding: 24px 0 0 0;
    transition: all ease 0.5s;
}
#indZyxz .jclist_btn1 li .ico{margin-bottom: 16px; }