
.wap-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.wap-flex2 {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -moz-box-pack: space-around;
    -webkit--moz-box-pack: space-around;
    box-pack: space-around;
}
.common-img img{
    width: 100%;
}
.common-h2{
    text-align: center;
    margin-top: 60px;
}
.common-h2 h2{
    font-size: 36px;
    color: #1a1a1a;
    text-align: center;
    background: url(../images/jin-icon2.png) no-repeat bottom left,url(../images/jin-icon1.png) no-repeat top right; 
    display: inline-block;
    padding: 15px 30px;
}
.jin-box1>p{
    font-size: 16px;
    color: #4c4c4c;
    margin: 20px 0 40px 0;
    text-align: center;
}


.jin-box1-nav-item-img{
    border-radius: 50%;
    border: 1px solid #eee;
    padding: 5px;
    overflow: hidden;
    height: 158px;
    width: 158px;
    margin: 0 auto;
}
.jin-box1-nav-item-img-nei{
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    height: 100%;
}
.jin-box1-nav-item-img img{
    height: 100%;
}
.jin-box1-nav-item p a{
    font-size: 16px;
    color: #fff;
    background: #c31e1e;
    display: inline-block;
    padding: 6px 20px;
}
.jin-box1-nav-item p{
    text-align: center;
    margin-top: 10px;
}
.jin-box1-nav-item-img:hover{
    background: #c31e1e;
}
.jin-box2{
    background: #f5f5f5;
    padding: 50px 0 20px 0;
	margin-top:50px;
}
.jin-box2-item{
    position: relative;
    margin-top: 60px;
    margin-bottom: 40px;
}
.jin-box2-item-img{
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
}
.jin-box2-item-img img{
    width: 100%;
	border-radius: 10px;
}
.jin-box2-item-p{
    border-radius: 10px;
    background: #fff;
    padding-top: 160px;
    color: #1a1a1a;
	border:1px dashed #ddd;
}
.jin-box2-item-p p{
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
.jin-box2-item-active .jin-box2-item-p{
    color: #fff;
    background: #c31e1e;
    border: 1px dashed transparent;
}
.jin-box3-list{
    margin-top: 30px;
}
.jin-box3-list-left{
    width: 29%;
}
.jin-box3-list-left img{
    width: 100%;
}
.jin-box3-list-left a{
    display: block;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.jin-box3-list-left p{
    font-size: 16px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.jin-box3-list-right{
    width: 69.6%;
}
.jin-box3-list-right-wrap-item{
    width: 32%;
}
/*.jin-box3-list-right-wrap-item:nth-child(3n+3){
    margin-bottom: 15px;
}*/
.jin-box3-list-right-wrap-item a{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}
.jin-box3-list-right-wrap-item img{
    width: 100%;
}
.jin-box3-list-right-wrap-item p{
    font-size: 16px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.jin-box3-list-right-wrap-item-active p{
    background: #c31e1e;
}
.jin-box4{
    background: #f5f5f5;
    overflow: hidden;
    margin-top: 60px;
}
.jin-box4-slide-top{
    position: relative;
    margin-top: 160px;
    background: #fff;
    border-radius: 20px;
}
.jin-box4-slide-img{
    top: -110px;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    position: absolute;
    max-height: 230px;
}
.jin-box4-slide-img a{
    display: block;
}
.jin-box4-slide-img img{
    width: 100%;
    border-radius: 20px;
}
.jin-box4-slide-p{
    padding-top: 100px;
}
.jin-box4-slide-p p{
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.jin-box4-slide>p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
    display: -webkit-box;
   text-overflow: ellipsis;
   overflow : hidden;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   padding: 0 20px;
}
.jin-box4-swiper{
    position: relative;
    padding-bottom: 60px;
}
.jin-box4-swiper .swiper-wrapper{height:auto;}
.jin-box4-zhe1{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6.6%;
    background: rgba(255,255,255,.6);
    z-index: 10;
	display:none;
}
.jin-box4-zhe2{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 6.6%;
    background: rgba(255,255,255,.6);
    z-index: 10;
	display:none;
}
.jin-box4 .swiper-button-next{
    z-index: 20;
    right: 24px;
    top: 38%;
	width:0;
}
.jin-box4 .swiper-button-prev{
    z-index: 20;
    left: 24px;
    top: 38%;
	width:0;
}
.jin-box4 .swiper-button-next:after, .jin-box4 .swiper-button-prev:after{
    content: '';
}
.swiper-slide-gao .jin-box4-slide-top{
    background: #c31e1e;
}
.swiper-slide-gao .jin-box4-slide-p p{
    color: #fff;
}
.jin-box5-list{
    margin-top: 45px;
    margin-bottom: 60px;
}
.jin-box5-list-item{
    width: 48%;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    border-bottom: 1px dashed #f2f2f2;
    padding: 15px 0;
}
.jin-box5-list-left{
    width: 16%;
}
.jin-box5-list-left p{
    font-size: 24px;
    color: #333333;
}
.jin-box5-list-left i{
    font-size: 14px;
    color: #808080;
}
.jin-box5-list-right{
    width: 84%;
}
.jin-box5-list-right h3 a{
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold;
}
.jin-box5-list-right h3 a:hover{
    color: #c31e1e;
}
.jin-box5-list-right p{
    font-size: 15px;
    color: #4c4c4c;
    line-height: 24px;
    display: -webkit-box;
   text-overflow: ellipsis;
   overflow : hidden;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   margin-top: 10px;
}

/*gai*/
.jin-box2-item-p{
    border-radius: 10px;
    background: #fff;
    padding-top: 94px;
    color: #1a1a1a;
}
.jin-box3-list-right-wrap-item {
    width: 49%;
    margin-top: 10px;
}
.jin-box3-list-right{
    width: 50%;
}
.jin-box3-list-left{
    width:49%;
}
.jin-box3-list-right-wrap-item-left{
    width: 100%;
}









@media screen and (min-width: 1680px){
    .container{
        width: 1400px;
    }
    .jin-box2-item-p {
		padding-top: 130px;
	}
    .jin-box4-slide-img{
        top: -130px;
    }
}

@media screen and (max-width: 991px){
    
}

@media screen and (max-width: 767px){
    .common-h2 h2{
        font-size: 26px;
    }
    .jin-box1>p{
        font-size: 15px;
    }
    .jin-box1-nav-item{
        margin-bottom: 20px;
    }
    .jin-box2-item{
        margin-bottom: 90px;
    }
    .jin-box2-item:last-child{
        margin-bottom: 20px;
    }
    /*gai*/
    .jin-box3-list-left{
        width: 100%;
        margin-bottom: 20px;
    }
    .jin-box3-list-right{
        width: 100%;
    }
    .jin-box3-list-right-wrap-item{
        width: 47%;
        margin-bottom: 20px;
    }
    .jin-box3-list-right-wrap-item-left{
        width: 100%;
    }
    .jin-box2-item-p{
        padding-top: 40px;
    }
    .jin-box2-item-p p{
        font-size: 14px;
    }
    .jin-box4-zhe2, .jin-box4-zhe1{
        display: none;
    }
    .jin-box4-slide-p p{
        font-size: 14px;
    }
    .jin-box4 .swiper-button-prev{
        left: 10px;
    }
    .jin-box4 .swiper-button-next{
        right: 10px;
    }
    .jin-box4-slide-img{
        top: -44px;
    }
    .jin-box4-slide-top{
        margin-top: 80px;
    }
    .jin-box5-list-item{
        width: 100%;
    }
    .jin-box5-list-left{
        width: 20%;
    }
    .jin-box5-list-right{
        width: 80%;
    }
    .jin-box5-list-left p{
        font-size: 20px;
    }
    .common-h2{
        margin-top: 30px;
    }
    .jin-box5-list{
        margin-top: 15px;
    }
    .jin-box4-swiper{
        padding-bottom: 30px;
    }
    .jin-box2-item{
        margin-top: 90px;
    }
    .jin-box2{
        padding-top: 30px; 
    }
} 