
/* common */
.common_box{
    width: 1200px;
    margin: 0 auto;
}
.common_title{
    width: 100%;
    color: #333;
    text-align: center;
}
.common_title>h4{
    font-weight: 200;
    font-size: 40px;
    line-height: 1;
}
.common_title>p{
    font-weight: 200;
    font-size: 20px;
    line-height: 1;
    margin-top: 32px;
}
/* common */

/* banner */
.xinlingshou_body{
    width: 100%;
    height: 100%;
}
.banner_main{
    width: 100%;
    height: 500px;
    background: rgb(255, 133, 56);
    overflow: hidden;
}
.main_box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.main_box .common_txt{
    float: left;
    margin-top: 160px;
}
.main_box .common_txt>h2{
    font-weight: normal;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}
.main_box .common_txt>h2>span{
    font-size: 22px;
}
.main_box .common_txt>p{
    font-size: 20px;
    color: #fff;
    line-height: 1;
    line-height: 30px;
}
.main_box .common_txt>a{
    color: #fff;
    font-size: 20px;
    width: 165px;
    height: 45px;
    display: block;
    border: solid 1px #fff;
    margin-top: 30px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
}
.main_box .common_img{
    float: right;
    margin-top: 80px;
}
/* banner */

/* sec1 */
.xinlingshou_sec1{
    width: 100%;
    padding: 82px 0 150px;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.sec1_box{
    position: relative;
    margin-top: 90px;
    overflow: hidden;
}
.sec1_box .sec1_vs{
    position: absolute;
    left: 44%;
    top: 50%;
    font-weight: 500;
    font-size: 68px;
    color: #fff;
    width: 114px;
    height: 114px;
    line-height: 108px;
    text-align: center;
    background: -webkit-linear-gradient(#5cdbff, #3a81ff); 
    background: -o-linear-gradient(#5cdbff, #3a81ff); 
    background: -moz-linear-gradient(#5cdbff, #3a81ff); 
    background: linear-gradient(#5cdbff, #3a81ff);
    border-radius: 50%;
    box-shadow: 0 15px 16px rgba(201, 222, 255, .9);
}
.sec1_box>div{
    width: 574px;
    text-align: center;
    padding: 32px 60px 52px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec1_box>div>p{
    font-weight: 200;
    font-size: 26px;
    color: #fff;
    line-height: 1;
    margin-bottom: 86px;
    letter-spacing: 1px;
}
.sec1_box>div.sec1_L{
    background-image: url(../images/sec1_bg1.png);
    margin-right: 30px;
}
.sec1_box>div.sec1_R{
    background-image: url(../images/sec1_bg2.png);
}
.sec1_box>div>ul{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sec1_box>div>ul>li{
    padding: 8px 16px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    margin-right: 15px;
    border-radius: 8px;
}
.sec1_box>div.sec1_L>ul>li{
    background: -webkit-linear-gradient(left,#1e84ff, #26b5ff);
    background: -o-linear-gradient(right,#1e84ff, #26b5ff);
    background: -moz-linear-gradient(right,#1e84ff, #26b5ff);
    background: linear-gradient(to right,#1e84ff, #26b5ff);
}
.sec1_box>div.sec1_R>ul>li{
    background: -webkit-linear-gradient(left,#949494, #bcbcbb);
    background: -o-linear-gradient(right,#949494, #bcbcbb);
    background: -moz-linear-gradient(right,#949494, #bcbcbb);
    background: linear-gradient(to right,#949494, #bcbcbb);
}
.sec1_box>div>ul>li:nth-child(3n){
    margin-right: 0;
}
.sec1_box>div>ul>li>span{
    font-size: 16px;
    color: #fff;
    margin-left: 6px;
}
/* sec1 */
/* sec2 */
.xinlingshou_sec2{
    width: 100%;
    padding: 82px 0 96px;
    box-sizing: border-box;
}
.xinlingshou_sec2 .sec2_box{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 88px;
}
.sec2_box>li{
    position: relative;
    width: 23%;
    margin-right: 52px;
    margin-bottom: 74px;
}
.sec2_box>li:nth-child(3n){
    margin-right: 0;
}
.sec2_box>li .sec2_li_img{
    position: absolute;
    left: 50%;
    top: -46px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec2_box>li .sec2_li_txt{
    padding: 68px 32px 30px;
    box-sizing: border-box;
    background-color: #f5faff;
    border-radius: 20px;
    text-align: center;
}
.sec2_box>li .sec2_li_txt:hover{
    background-color: #fff;
    box-shadow: 0 3px 21px rgba(219, 219, 219, .58);
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec2_li_txt>h6{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 6px;
}
.sec2_li_txt>p{
    font-size: 14px;
    color: #999;
    min-height: 60px;
    line-height: 20px;
}
.xinlingshou_sec2 .sec2_btn{
    text-align: center;
    margin-top: 18px;
}
.xinlingshou_sec2 .sec2_btn>a{
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 24px 62px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(left,#1e84ff, #26b5ff);
    background: -o-linear-gradient(right,#1e84ff, #26b5ff);
    background: -moz-linear-gradient(right,#1e84ff, #26b5ff);
    background: linear-gradient(to right,#1e84ff, #26b5ff);
    border-radius: 34px;
}
/* sec2 */
/* sec3 */
.xinlingshou_sec3{
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    background-color: #f4f4f4;
}
.sec3_swiper{
    position: relative;
    margin-top: 72px;
    padding-bottom: 84px;
    box-sizing: border-box;
}
.sec3_swiContainer .swiper-slide .sec3_lists{
    width: 1016px;
    height: 347px;
    margin: 0 auto;
    padding: 156px 108px 0 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec3_swiContainer .swiper-slide.slide1 .sec3_lists{
    background-image: url(../images/sec3_img1.png);
}
.sec3_swiContainer .swiper-slide.slide2 .sec3_lists{
    background-image: url(../images/sec3_img2.png);
}
.sec3_swiContainer .swiper-slide.slide3 .sec3_lists{
    background-image: url(../images/sec3_img3.png);
}
.sec3_lists .sec3_txt{
    margin-left: 348px;
}
.sec3_lists .sec3_txt>h6{
    font-size: 24px;
    color: #333;
    line-height: 40px;
    margin-bottom: 14px;
}
.sec3_lists .sec3_txt>h6>img{
    width: 40px;
    vertical-align: middle;
}
.sec3_lists .sec3_txt>p{
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.sec3_lists .sec3_txt>p>span{
    color: #1f84ec;
}
.sec3_swiper .sec3_pagination{
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec3_swiper .sec3_pagination>span{
    width: 9px;
    height: 9px;
    margin-right: 20px;
    background-color: #cecece;
}
.sec3_swiper .sec3_pagination>span.swiper-pagination-bullet-active{
    background-color: #1e87ff;
}
.sec3_swiContainer .next3,
.sec3_swiContainer .prev3{
    width: 60px;
    height: 60px;
    margin-top: 0;
    background-size: cover;
}
.sec3_swiContainer .prev3{
    background-image: url(../images/ic_left_active.png);
}
.sec3_swiContainer .prev3.swiper-button-disabled{
    opacity: 1;
    background-image: url(../images/ic_left.png);
}
.sec3_swiContainer .next3{
    background-image: url(../images/ic_right_active.png);
}
.sec3_swiContainer .next3.swiper-button-disabled{
    opacity: 1;
    background-image: url(../images/ic_right.png);
}
/* sec3 */
/* sec4 */
.xinlingshou_sec4{
    width: 100%;
    padding: 80px 0 160px;
    box-sizing: border-box;
}
.xinlingshou_sec4 .sec4_box{
    margin-top: 88px;
    overflow: hidden;
}
.sec4_box .sec4_img{
    width: 584px;
    text-align: center;
    margin-right: 28px;
}
.sec4_box .sec4_lists{
    width: 588px;
}
.sec4_lists>li{
    margin-bottom: 30px;
}
.sec4_lists>li:last-child{
    margin-bottom: 0;
}
.sec4_lists>li>a{
    display: block;
    overflow: hidden;
}
.sec4_lists>li .sec4_items_left{
    width: 110px;
    text-align: center;
    padding: 22px 0;
    margin-right: 30px;
    box-sizing: border-box;
    border: 1px solid #257dff;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sec4_items_left>p{
    font-size: 14px;
    color: #257dff;
    line-height: 1;
}
.sec4_items_left>p.day{
    font-size: 28px;
    margin-bottom: 12px;
}
.sec4_lists>li .sec4_items_right{
    width: 448px;
}
.sec4_lists>li .sec4_items_right .sec4_items_right_title{
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 1;
    margin-bottom: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.sec4_lists>li .sec4_items_right .sec4_items_right_desc{
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
    height: 52px;
}
.sec4_lists>li:hover .sec4_items_left{
    background-color: #257dff;
}
.sec4_lists>li:hover .sec4_items_left>p{
    color: #fff;
}
.sec4_lists>li:hover .sec4_items_right .sec4_items_right_title{
    color: #257dff;
}
/* sec4 */