.top{
    position: relative;
}
/*优势*/
.ys-con ul {
    display: flex;
    flex-direction: row;
}

.ys-con li {
    width: 25%;
    text-align: center;
}

.ys-con h4 {
    line-height: 75px;
    font-size: 25px;
    color: #333;
}

.ys-con p {
    font-size: 16px;
    color: #7b7b7b;
    height: 28px;
}

/*轮播*/
.lb {
    margin-top: 90px;
    height: 607px;
    position: relative;
    overflow: hidden;
}

.lb-con {
    width: 405px;
    background-color: #fff;
    height: 350px;
    padding: 0 35px;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 1;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.08);
}

.lb-con h4 {
    line-height: 105px;
    text-align: center;
}

.lb-img {
    position: absolute;
    right: 0;
    top: 0;
}
.lb-img li{
    display: none;
}
.lb-img img {
    width: 778px;
    height: 607px;
}
.lb-img .show {
    display: block;
}
.btn {
    display: inline-block;
    position: absolute;
    left:80px;
    bottom: 60px;
}

.link {
    width: 108px;
    height: 4px;
    display: inline-block;
    background-color: #aaa;
    margin: 24px 10px;
    vertical-align: top;
    border-radius: 2px;
}
.link li {
    width: 33%;
    height: 4px;
    float: left;
    border-radius: 2px;
}
.lb-con-item h4 {
    font-size: 30px;
    color: #333;
    font-weight: 400;
}
.lb-con-item p {
    font-size: 20px;
    color: #7b7b7b;
}
.link .move{
    background-color: #000;
}
.lb-con li {
    display: none;
}
.lb-con .show {
    display: block;
}
/*内容*/
.con{
    height: 400px;
}
.con li {
    width: 380px;
    height: 400px;
    margin-right: 24px;
    float: left;
    border: 2px solid #f9f9f9;
}
.car-img {
    width: 100%;
    height: 240px;
}
.con li:last-child {
    margin-right: 0;
}
.tip {
    padding: 25px 0;
    height: 30px;
}
.tip img {
    margin: 0 19px;
}
.tip span {
    font-size: 20px;
    color: #333;
    font-weight: 400;
}
.tip s {
    text-decoration: none;
    font-size: 20px;
    float: right;
    margin-right: 20px;
    color: #7b7b7b;
    font-weight: 400;
}
.con li p {
    font-size: 16px;
    color: #7b7b7b;
    height: 33px;
    padding: 0 19px;
    letter-spacing:2px;
}
.more {
    margin-top: 37px;
    text-align: center;
}
.more a {
    display: inline-block;
    width: 204px;
    text-align: center;
    font-size: 28px;
    color: #4f4f4f;
    height: 47px;
    line-height: 47px;
    box-sizing: border-box;
    border: 1px solid #c2c2c2;
}
.more a:hover {
    color: #fff;
    background-color: #13b5b1;
}
.news {
    margin-bottom: 45px;
    height: 493px;
}
.news li:last-child {
    margin-right: 0;
}
.news li {
    width: 370px;
    margin-right: 45px;
    float: left;
}
.news h4 {
    font-size: 25px;
    color: #333;
    font-weight: 400;
    line-height: 90px;
}
.news p {
    font-size: 15px;
    color: #4f4f4f;
    height: 40px;
  	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分省略号显示*/
  	padding-right:110px;
   	position: relative;
}
.news p>span {
	position: absolute;
    right: 0;
    height: 40px;
    line-height: 40px;
}
.news p>a {
	line-height:40px;
}
.to {
    display: inline-block;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    border: 2px solid #ddd;
    text-align: center;
    line-height:38px;
}
.to span {
    margin-right:15px;
    color: #4f4f4f;
    font-size: 18px;
}
.add-kind {
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.add-kind li a {
    display: block;
    width: 100%;
    height: 100%;
}
.add-kind li img {
    width: 90%;
}
.add-kind li {
    width: 25%;
    text-align: center;
}
.add-car img {
    width: 100%;
    margin-top: 46px;
}
.add-good {
    position: relative;
    overflow: hidden;
}
.add-good .big-img {
     width: 100%;
    height: 617px;
}
.pos-img {
    position: absolute;
    width: 1200px;
    /*background-color: #fff;*/
    right: 50%;
    margin-right: -600px;
    height: 650px;
    top: 25px;
}
.good-item {
    position: absolute;
    right: 0;
    top: 0;
    width: 825px;
    height: 567.45px;
}
.good-tit {
    position: absolute;
    left: 0px;
    top: 0;
    height: 567.45px;
}
.bgc-f {
    background-color: #fff;
    position: absolute;
    right: -100%;
    width: 100%;
    height: 567.45px;
    top: 0;
}
