/* 顶部banner */

.gszt_banner{
    height:450px;
    width:100%;
    background:url(../images/company/gsztimgs/gj.jpg) no-repeat center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gszt_banner .position-img{
    position: absolute;
    right:0;
    top:50%;
}
.gszt_banner .text{
    margin-top:112px;
    width:500px;
    text-align:center;
}
.gszt_banner .text h2{
	font-family: HYQiHei-EZS;
	font-size: 52px;
    color: #181818;
    padding-bottom: 10px;
}
.gszt_banner .text p{
	font-family: HYQiHei-DES;
	font-size: 22px;
	color: #181818;
}

/* 热门标签 */
.container{
    padding-left:0;
    padding-right:0;
}
.hot-city{
    height:55px;
    background-color: #F2F2F2;
    line-height:55px;
}
ul>li{
    list-style: none;
}
ul{
    padding-left:0;
}
.hot-city .city-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left:0;
}
.hot-city .city-list li{
    color:#222;
    font-size:18px;
    flex:1;
}
.hot-city .city-list li:hover a{
    color:#ff6600;
    cursor: pointer;
}

/* 当前位置 */
.now-location{
    height:62px;
    line-height:62px;
    background:#d1d4de;
}
.now-location .location-item{
    display: flex;
    margin-bottom:0;
    
}
.now-location .location-item li{
    margin-right:10px;
	font-family: HYQiHei-EES;
	font-size: 18px;
    color: #676767;
}
.now-location .location-item li:hover a{
    color:#ff6600;
    cursor: pointer;
}
/* 公司注册板块 */
.gszt-gszc{
    background:#F2F2F2;
    padding-bottom: 100px;
}
.gszt-gszc .gszc-wrapper{
    display: flex;
    flex-wrap: wrap;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    
}
.gszt-gszc .gszc-item{
    width:20%;
    height:337px;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    
}
.gszt-gszc .gszc-item:nth-child(1){
    background:url(../images/company/gsztimgs/item-bg.png) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(2){
    background:url(../images/company/gsztimgs/eu.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(3){
    background:url(../images/company/gsztimgs/yg.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(4){
    background:url(../images/company/gsztimgs/jnd.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(5){
    background:url(../images/company/gsztimgs/adly.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(6){
    background:url(../images/company/gsztimgs/de.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(7){
    background:url(../images/company/gsztimgs/rb.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(8){
    background:url(../images/company/gsztimgs/hg.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(9){
    background:url(../images/company/gsztimgs/mad.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(10){
    background:url(../images/company/gsztimgs/hk.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(11){
    background:url(../images/company/gsztimgs/fa.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(12){
    background:url(../images/company/gsztimgs/yd.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(13){
    background:url(../images/company/gsztimgs/tg.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(14){
    background:url(../images/company/gsztimgs/xjp.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(15){
    background:url(../images/company/gsztimgs/tw.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(16){
    background:url(../images/company/gsztimgs/ru.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(17){
    background:url(../images/company/gsztimgs/yn.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(18){
    background:url(../images/company/gsztimgs/ydnxy.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(19){
    background:url(../images/company/gsztimgs/flb.jpg) no-repeat center;
}
.gszt-gszc .gszc-item:nth-child(20){
    background:url(../images/company/gsztimgs/mlxy.jpg) no-repeat center;
}

.gszt-gszc .gszc-item-wrapper{
    padding:37px 0 37px 30px;
}
.gszt-gszc h4 a{
    font-family: HYQiHei-GZS;
	color: #242323;
}
.gszt-gszc h4:hover a{
    color:#ff6600;
}
.gszt-gszc .gszc-item-list{
    margin-top:20px;
}
.gszt-gszc .gszc-item-list li{
    line-height:26px;
}
.gszt-gszc .gszc-item-list li:hover a{
    color:#ff6600;
    cursor: pointer;
}
.gszt-gszc li a{
    font-family: HYQiHei-DES;
    color: #585858;
    font-size:16px;
    cursor: pointer;
}