


.subcenter{
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 30px 0;
	/* -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; */
}
.subcenter:after,
.gsg_box:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.gsg_box{
    width: 100%;
    position: relative;
}
/*left*/
.gsg_box .gsg_boxl{
    float: left;
    width: 20%;
    position: relative;
    border: 1px solid #ddd;
    border-top: 3px solid #bd2315;
    text-align: center;
}
.gsg_box .gsg_boxl li{
    width: 100%;
    border-top: 1px solid #ddd;
    height: 70px;
    line-height: 70px;
}
.gsg_box .gsg_boxl li:first-child{
    border-top: none;
}
.gsg_box .gsg_boxl li a{
    font-size: 16px;
    color: #333333;
    display: block;
    height: inherit;
    line-height: inherit;
}
.gsg_box .gsg_boxl li.on a{
    color: #bd2315;
}
.gsg_box .gsg_boxl li:hover a{
    color: #bd2315;
}
/*right*/
.gsg_box .gsg_boxr{
    float: right;
    width: 77%;
}
.dingq_list{
    width: 100%;
    position: relative;
}
.dingq_list li{
    float: left;
    width: 23%;
    margin: 0 2% 2% 0;
    /* -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; */
}
.dingq_list li div.img{
    width: 100%;
    padding-top: 134.2%;    
    position: relative;
    overflow: hidden;
}
.dingq_list li div.img img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.dingq_list li div.word{
    width: 100%;
    height: 50px;
    overflow: hidden;
    padding: 10px 100px 0 0;
    position: relative;
}
.dingq_list li div.word p{
    font-size: 16px;
    color: #333333;
    width: 100%;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.dingq_list li div.word span{
    display: block;
    position: absolute;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    right: 0;
    top: 10px;
    text-align: right;
}


/*ipad*/
@media screen and (min-width: 961px) and (max-width: 1400px){
    .dingq_list li div.word{
        padding: 10px 70px 0 0;
    }
    .dingq_list li div.word p{
        font-size: 13px;
    }
    .dingq_list li div.word span{
        font-size: 12px;
    }
}
@media screen and (max-width: 960px){
    .subcenter{
        width: 96%;
    }
    .gsg_box .gsg_boxl,
    .gsg_box .gsg_boxr{
        float: none;
        width: 100%;
        border: none;
    }
    .gsg_box .gsg_boxl{
        padding: 0 0 30px 0;
    }
    .gsg_box .gsg_boxl li{
        display: inline-block;
        width: 150px;
        height: 50px;
        line-height: 50px;
        border: none;
        background: #b9b9b9;
        margin: 1%;
    }
    .gsg_box .gsg_boxl li.on{
        background: #bd2315;
    }
    .gsg_box .gsg_boxl li a,
    .gsg_box .gsg_boxl li.on a{
        color: #fff;
        font-size: 14px;
    }
    .gsg_box .gsg_boxl li:hover a{
        color: #fff;
    }
    .gsg_box .gsg_boxl li:hover{
        background: #bd2315;
    }
    .dingq_list li{
        width: 49%;
        margin: 0 0 2% 0;
    }
    .dingq_list li:nth-child(even){
        margin: 0 0 2% 2%;
    }
}