.tis{
    width: 1260px;
    height: 65px;
    line-height: 80px;
    margin: auto;
    overflow: hidden;
    color: #888;
}
.sy_topgm{
	width: 1260px;
    height: auto;
    margin: auto;
}
.sy_topgm_main{
    width: 100%;
    height: auto;
}
.sy_topgm_tjmain{
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.sy_topgm_tjmain a{
	width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}
.sy_topgm_tjmain h2{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 14px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.sy_topgm_tjmain img{
    width: 86px;
    height: 86px;
    object-fit: cover;
    border-radius: 15px;
}
.sy_topgm_tjmain a:before{
content: "";
    position: absolute;
    top: -10%;
    left: -50%;
    width: 20px;
    height: 105%;
    background: linear-gradient(0deg,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
    z-index: 1;
    transition: .8s;
    transform: rotate(25deg);
}
.sy_topgm_tjmain a:hover:before {
    left: 150%;
}

.gmtp{
    width: 1260px;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.gmtp_main{
	width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin-bottom: 15px;
}
.gmtp_main_li{
	float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #dedede;
    margin-bottom: 15px;
}
.gmtp_main_li i{
    float: left;
    width: auto;
    padding-right: 15px;
    font-style: normal;
    height: 30px;
    line-height: 30px;
}
.gmtp_main_li a{
	float: left;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    margin-right: 15px;
	border: 1px solid #bdbdbd;
    margin-bottom: 15px;
	transition: 0.1s;
}
.gmtp_main_li a:hover{
	border: 1px solid #ff9800;
    background: #fff1ea;
    transition: 0.1s;
    transform: scale(0.9);
}
.gmtp_main_li a.cur{
	border: 1px solid #ff9800;
    background: #fff1ea;
    transition: 0.1s;
}
.gmtp_main_li li{
    float: left;
    width: 100%;
	height: 30px;
    line-height: 30px;
}
.gmlist{
    width: 1260px;
    height: auto;
    margin: auto;
    overflow: hidden;
    min-height: 500px;
}
.gmlist_tp{
	width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;	
}
.gmlist_tp li{
    float: left;
    width: auto;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding-left: 15px;
	background: url(../image/gm_px2.png) 0% 50% no-repeat;
    background-size:10px;
}
.gmlist_tp li:hover {
    transition: 0.1s;
    transform: scale(0.95);
	color: #ff9800;
}
.gmlist_tp li.cur{
	color: #ff9800;
    font-weight: bold;
    background: url(../image/gm_px1.png) 0% 50% no-repeat;
    background-size:10px;
}
.gmlist_main{
	width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;  
}
.gmlist_main li{
	float: left;
    width: 378px;
    height: auto;
    background: #fff;
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    border: 1px solid #f3f3f3;
}
.gmlist_main li:nth-child(3n+3) {
    margin-right: 0;
}

.gmlist_main li:hover{
    background: #fff1ea;
	transform: scale(1.02);
    transition: 0.15s;
}
.gmlist_main li:hover .ewm {
	display: block;
}
.gmlist_main li .left{
    float: left;
    width: 84px;
    height: 84px;
    margin: auto;
    text-align: center;
    margin-right: 15px;
	overflow: hidden;
}
.gmlist_main li .ewm{
    float: left;
    width: 84px;
    height: 84px;
    margin-left: -99px;
    border-radius: 2px;
    overflow: hidden;
    display: none;
}
.gmlist_main li .left img{
    width: 84px;
    height: 84px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
}
.gmlist_main li .cen{
	float: left;
    width: 260px;
    height: auto;
    text-align: center;
    position: relative;
}
.gmlist_main li .cen .cen_name{
	float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
}
.gmlist_main li .cen .cen_name h1{
	float: left;
    font-size: 16px;
    width: 100%;
    height: 26px;
    line-height: 25px;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gmlist_main li .cen .cen_name h2{
	float: left;
    font-size: 16px;
    max-width: 75%;
    height: 26px;
    line-height: 25px;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gmlist_main li .cen .cen_name span{
    float: left;
    max-width: 46%;
    height: 26px;
    line-height: 25px;
    position: absolute;
    right: 0;
    background: #fff;
    box-shadow: -6px 0px 8px 6px #fff;
}
.gmlist_main li .cen .cen_name span i{
	font-size: 12px;
    font-style: normal;
    color: #4c4c4c;
    background: #ddd;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 2px;
    height: 25px;
    float: left;
    line-height: 25px;
    margin-left: 3px;
}

.gmlist_main li .cen .cen_txt{
	float: left;
    width: 100%;
    height: 31px;
    line-height: 28px;
    text-align: left;
    font-size: 13px;
    color: #828181;
}

.gmlist_main li .cen .cen_bq{
	float: left;
    width: 100%;	
	height: auto;
    overflow: hidden;	
}
.gmlist_main li .cen .cen_bq em{
	color: #000;
    width: auto;
    height: 25px;
    line-height: 25px;
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-right: 4px;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 110px;
}
.gmlist_main li .cen .cen_bq em.t1{
	border: 1px solid #2196f3;
    color: #2196f3;
}
.gmlist_main li .cen .cen_bq em.t2{
	border: 1px solid #ff9800;
    color: #ff9800;
}
.gmlist_main li .cen .cen_bq em.t3{
	border: 1px solid #9c27b0;
    color: #9c27b0
}
.gmlist_main li .right{
	float: right;
    width: 8px;
    height: 84px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    background: url(../image/gmmoer.png)center no-repeat;
    background-size: 20px;
}