
.gonglue{
    height:684px;
    background:  center center no-repeat;
    background-size: cover;
    position: relative;
}
.company_box{
	margin-top:80px; 
}
.company_title{
	font-size: 24px;
	color:#565757;
}
.company_content{
	margin-top: 30px;
}
.company_left{
	float: left;
	width: 860px;
}

.company_item_box{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #edecec;
}
.company_item_box li{
	float: left;
	margin:0 103px;
	font-size: 20px; 
	color:#4f4c4d;
	line-height: 50px;
	cursor: pointer;
}
.company_item_box .nav_cleck{
	color:#1b539c;
	border-bottom: 1px solid #1b539c;
}
.company_item_info{
	padding: 24px 0;
	font-size: 18px;
	color:#4d4d4d;
	text-indent: 1.2rem;
}

.company_right{
	float: right;
	width: 280px;
}
.company_cj{
	padding-top: 50px;
	cursor: pointer;
}
.company_cj li{
	width: 280px;
	border-bottom: 1px solid #e6e6e5;
}
.company_cj>div{
	overflow:hidden;
}
.company_cj>div>ul{
	overflow:hidden;
}
.company_cj span{
	display: inline;
	border-left: 4px solid #f39517;
	font-size: 18px;
	color:#626363;
	padding-left: 10px;
}
.company_cj a{
	display: inline;
	font-size: 14px;
	color:#a5a5a5;
	float: right;
}
.company_cj .hide{
	display: none;
	font-size: 14px;
	color:#626363;
	padding: 20px 0;
}

.company_cj .city_item{
	overflow:hidden;
	padding: 22px 0;
	border-bottom: 1px dotted #a3a3a3;
	float: right;
	
}
.company_cj .city_item a{
	float:left;
}
.company_cj .city_item img{
	float:left;
	width: 100px;
	height: 70px;
}
.company_cj .city_item_info {
	font-size: 16px;
	color:#ff9913;
	font-size: 12px;
	color: #4c4c4c;
	width:160px;
	float: right;
}
.company_cj .city_item_info p{
	margin:0;
    overflow: hidden;
}
.company_cj .city_item_info div{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.company_cj .hot_item{
	overflow:hidden;
	padding: 22px 0;
	border-bottom: 1px dotted #a3a3a3;
}
.company_cj .hot_item a{
	float:left;
	
}
.company_cj .hot_item img{
	float:left;
	width: 100px;
	height: 70px;
}
.company_cj .hot_item_info{
	width: 160px;
	float: right;
	font-size: 12px;
	color: #4c4c4c;
}
.company_cj .hot_item_info p a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}
.company_cj .hot_item_info p{
	margin:0;
    overflow: hidden;
	
}
.company_cj .hot_item_info .hot_item_price{
	font-size: 16px;
	color:#ff9913;
}

.swiper-container {
    padding-top:139px;
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-next,.swiper-button-prev{
    /* position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid red; */
}
.site-main{
    background: #ffffff;
}
.swiper-slide{
    /*background:  center center no-repeat;*/
	background-size: cover;
	position: relative;
}
.swiper-btn-next{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    background-size: 36px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/uploads/image/sccimg/bloult.png);
    right: 100px;
    margin-top: 40px;
    left: auto;
}
.swiper-btn-prev{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 36px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/uploads/image/sccimg/bloult.png);
    left: 100px;
    margin-top: 40px;
    right: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    z-index: 100;
}
