.club1{
	width:100%;
    text-align:right;
}
.inpage-center{
    margin-top:60px;
}
.misstext{
	
    margin-left:0px;
    width:100%;
}
.mbigzi{
	width:100%;
    font-size:18px;
}
.tjpk{
	width:100%;
    border-top:none;
    margin-top:30px;
}
.tjptitle{
	width:100%;
    margin-top:20px;
}
.tjptitle1{
    color: #000;
    font-weight:bold;
    font-size: 30px;
}
.tjptitle2{
    float:right;
    color: #000;
    font-size: 16px;
    margin-top:10px;
}
.tjpmain{
	
	width:102%;
    margin-left:-2%;	
}
.tjsingle{
    width:calc(23% - 5px);
    margin-left:1%;
    border:1px solid #E5E5E5;
    margin-top:20px;
	display:inline-block;
	vertical-align:top;
}
.tjsmid{
	
    margin-left:20px;
    width:calc(100% - 40px);
    margin-top:20px;
    margin-bottom:20px;
}
.tjimgk{
	
	width:100%;
    overflow:hidden;
}
<!-- .tjimgk:hover img{
	transform:scale(1.1);
} -->
.tjimgk img{
	width:100%;
}
.tjpname{
	
	width:100%;
    color: #000;
    font-size: 16px;
    text-align:center;
    margin-top:20px;
    height:70px;
    overflow:hidden;
}
.tjzhaiyao{
	width:100%;
    color: #999999;
    font-size: 16px;
    text-align:center;
    margin-top:10px;
    overflow:hidden;
    font-family: 'Roboto',  sans-serif;
}
.tjpreadk {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.tjpreadmore {
    margin-left: auto;
    margin-right: auto;
    width: 125px;
    height: 35px;
    border: 2px solid #00A827;
    border-radius: 4px;
    line-height: 35px;
    text-align: center;
    color: #00A827;
    font-size: 16px;
    display: block;
}
.main-f{
    max-width:1140px;
    width:94%;
   margin:0 auto;
   padding-bottom:318px ;
}

.bank{
    margin-top:80px;
}
.tjpreadmore:hover{
	background:#00A827;
    color:#fff;
}

.Contact {
    transition: all 0.3s;
    cursor: pointer;
    width: 187px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    font-size: 12px;
    font-weight: bold;
    background-color: #00529F;
    margin: 0 auto;
    color: #ffffff;
    margin-top: 45px;
}

.complex-button {
    /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
}

.complex-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: all 1s ease-in-out;
}

.complex-button:hover::before {
    left: 100%;
}

.complex-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease-in-out;
}

.complex-button:hover::after {
    width: 100%;
}

.complex-button span {
    position: relative;
    z-index: 1;
}

.complex-button:hover {
    color: #ffffff;
    background-color: #E60012;
}
.tjptitle3{
  text-align: center; /* 水平居中 */
  line-height: 1vh; /* 垂直居中，利用视口高度 */
  font-size: 20px;
  margin-top: 110px ;
}
.tjptitle4{
  text-align: center; /* 水平居中 */
  line-height: 1vh; /* 垂直居中，利用视口高度 */
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 110px ;
}
@media screen and (max-width:760px) {
    .tjsmid {
        margin-left: 3%;
        width: 94%;
        margin-top: 10px;
    }
    .tjpreadmore {
        width: 100px;
        height: 30px;
        border: 1px solid #F3B007;
        border-radius: 2px;
        line-height: 30px;
        font-size: 14px;
    }
    .tjpname{
	    font-size:14px;
	}
    .tjptitle2,.tjzhaiyao {
        font-size: 12px;
    }
    .tjptitle1 {
        font-size: 20px;
    }
    .tjsingle {
        width: calc(48% - 5px);
    }
}
















