.big-link {
	display: block;
	margin-top: 100px;
	text-align: center;
	font-size: 14px;
	color: #000;
	width: 250px;
	float: left
}
.big-link img {
	width: 100%
}
.big-link p {
	font-size: 14px;
}
.big-link span {
	font-size: 14px;
}
.big-link .index-structure2-text2 {
	font-size: 14px;
}
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 999;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal img {
	width: 100%
}
.reveal-modal .performance-text-top-img {
	float: left;
	width: 50%;
}
.reveal-modal .performance-text-top-img img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.reveal-modal .performance-text-top-text h2 {
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: normal;
	color: #333;
	margin-top: 0;
}
.reveal-modal .performance-text-top-text {
	float: right;
	width: 48%;
	padding-top: 0.3rem;
}
.reveal-modal {
	visibility: hidden;
	top: 25% !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 800px;
	background: #eee url(../images/modal-gloss.png) no-repeat -200px -80px;
	position: fixed;
	z-index: 99999999999;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}
.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}
.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}
.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}
.gggmmk {
}
.gggmmk ul {
	padding: 0;
	margin: 0;
}
.gggmmk ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.gggmmk ul li .desc {
	width: 68%
}
.gggmmk ul li .desc .title {
	    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
.gggmmk ul li .img img {
	width: 100%;
}
.gggmmk ul li .img {
	       width: 30%;
}

.gggmmk ul li .desc p {    margin-bottom: 0px;}


.gggmmk ul li:nth-child(2n) .desc {order: 1;}






.fenye {
    text-align: center;
    margin-bottom: 40px;
}

.fenye ul.apagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: none;
}

.fenye ul.apagination li {
    display: inline;
}

.fenye ul.apagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.fenye ul.apagination li a.page-num-current {
    background-color: #214591;
    color: white;
    border: 1px solid #214591;
}

.fenye ul.apagination li a:hover:not(.page-num-current) {
    background-color: #214591;
    color: #FFF
}





@media screen and (max-width: 900px) {
    .gggmmk ul li .desc {
    width: 100%;
    order: 0;
}
.gggmmk ul li .desc .title {
    font-size: 18px;
   
}
.gggmmk ul li .img {
    width: 100%;
}
.gggmmk ul li:nth-child(2n) .desc {
    order: 0;
}
.fusion-portfolio-wrapper {
    display: none;
}
.fenye ul.apagination li a {
   
    padding: 0px 15px;
  
}
}

