/* common */
.common_title{
    display: flex;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */  
	justify-content: center;
	align-items: center;
}
.common_title>img{
    width: 60px;
    height: 60px;
    -webkit-animation:rotates 1s linear infinite;
    -moz-animation:rotates 1s linear infinite;
    -ms-animation:rotates 1s linear infinite;
    -o-animation:rotates 1s linear infinite;
    animation:rotates 1s linear infinite;
}
@keyframes rotates{
    0%{
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    25%{
        transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -o-transform:rotate(90deg);
    }
    50%{
        transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -o-transform:rotate(180deg);
    }
    75%{
        transform:rotate(270deg);
        -webkit-transform:rotate(270deg);
        -moz-transform:rotate(270deg);
        -ms-transform:rotate(270deg);
        -o-transform:rotate(270deg);
    }
    100%{
        transform:rotate(360deg);
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -ms-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
.common_title>span{
    display: inline-block;
    font-weight: bold;
    font-size: 36px;
    line-height: 60px;
    margin-left: 22px;
}
.common_title>span.white{
    color: #fff;
}
.common_title>span>i{
    color: #ff5a06;
}

/* 四个点 */
.four_dots{
    height: 100px;
    line-height: 100px;
    margin: 0 20.5px;
}
.four_dots>span{
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    vertical-align: middle;
}
.four_dots>span.big{
    width: 12px;
    height: 12px;
    background-color: #f8b98e;
}
.four_dots>span.second_big{
    width: 10px;
    height: 10px;
    background-color: #f9c7a5;
}
.four_dots>span.third_big{
    width: 8px;
    height: 8px;
    background-color: #fbdcc6;
}
.four_dots>span.minimum{
    width: 6px;
    height: 6px;
    margin-right: 0;
    background-color: #fdf1e8;
}
/* 四个点 */
/* common */

/* banner */
.container {
    width: 100%;
    height: 100%;
}
.container .banner {
    width: 100%;
    height: 530px;
}
.container .banner .swiper-container {
    width: 100%;
    height: 100%;
}
.container .banner .swiper-container .swiper-slide {
    background-image: url('../../images/sjds/banner.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.container .banner .swiper-container .swiper-slide .bannerBox {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding-top: 129px;
}
.container .banner .swiper-container .swiper-slide .bannerBox h3 {
    font-size: 55px;
}
.container .banner .swiper-container .swiper-slide .bannerBox p {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 55px;
    font-size: 18px;
    line-height: 32px;
    width: 453px;
}
.container .banner .swiper-container .swiper-slide .bannerBox .goInfo a {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 120px;
    height: 40px;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    border: solid 1px #ffffff;
}
.container .banner .swiper-container .swiper-slide .bannerBox .goInfo a:hover {
    background-color: #c09572;
    border: none;
}
.container .banner .swiper-container .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
}
.container .banner .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff;
}
.container .banner .btnBox{
    width: 140px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 23px;
}
.container .banner .btnBox>a{
    font-size: 16px;
    color: #fff;
}
/* banner */

/* sec1 */
.sjds_sec1{
    width: 100%;
    padding: 96px 0;
}
.sec1_box,.sec2_box,.sec3_box,.sec4_box{
    width: 1200px;
    margin: 0 auto;
}
.sec1_text{
    text-align: center;
    margin-top: 36px;
}
.sec1_text>p{
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}
.sec1_text>p:last-child{
    margin-bottom: 0;
}
.sec1_content{
    margin-top: 56px;
}
.sec1_content .sec1_content_L>ul>li{
    margin-bottom: 62px;
}
.sec1_content .sec1_content_L>ul>li:last-child{
    margin-bottom: 0;
}
.sec1_content .sec1_content_L>ul>li .content_L_L{
    position: relative;
    width: 320px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.sec1_content .sec1_content_L>ul>li .content_L_L .model_box{
    position: absolute;
    top: 24%;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec1_content .sec1_content_L>ul>li .content_L_L .model_box>h6{
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.sec1_content .sec1_content_M{
    width: 320px;
    padding: 35px 36px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.sec1_content .sec1_content_M>h6{
    font-weight: bold;
    font-size: 25px;
    color: #333;
    text-align: center;
    margin-bottom: 44px;
}
.sec1_content_M .content_M_text>p{
    font-size: 14px;
    color: #333;
    margin-bottom: 36px;
}
.sec1_content_M .content_M_text>p:last-child{
    margin-bottom: 0;
}
.sec1_content_M .content_M_text>p .spot{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 15px;
    background-color: #ff620e;
    border-radius: 50%;
}
.content_M_dots{
    height: 450px;
    line-height: 450px;
}
.content_M_dots>span.minimum{
    margin-right: 10px;
}
.content_M_dots>span.big{
    margin-right: 0;
}

.sec1_content .sec1_content_R{
    width: 320px;
    background: url(/Public/Home/images/sjds/sec1_img4.png) no-repeat center/cover;
}
/* sec1 */

/* sec2 */
.sjds_sec2{
    width: 100%;
    padding: 96px 0;
    background-color: #f4f4f4;
}
.sec2_content{
    margin-top: 70px;
}
.sec2_content .sec2_content_swiper{
    margin-bottom: 108px;
}
.sec2_content_swiper .swiper-wrapper{
    width: 94%;
    margin: 0 auto;
}
.sec2_content_swiper .swiper-slide{
    width: 340px!important;
    text-align: center;
}
.sec2_content_swiper .swiper-slide .slide_img{
    position: relative;
    padding-top: 7%;
    margin-bottom: 20px;
}
.slide_img .slide_img_num{
    font-weight: bold;
    font-size: 40px;
    color: rgba(153, 153, 153, .23);
    position: absolute;
    left: 50%;
    top: -8%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec2_content_swiper .swiper-slide .slide_txt>h6{
    font-weight: bold;
    font-size: 25px;
    color: #333;
    margin-bottom: 10px;
}
.sec2_content_swiper .swiper-slide .slide_txt>p{
    font-size: 14px;
    color: #666;
    line-height: 28px;
}
.sec2_content_swiper .swiper-slide .slide_txt>p.color{
    min-height: 56px;
    font-weight: bold;
    font-size: 16px;
    color: #ff5a06;
    margin-bottom: 24px;
}
.sec2_content_swiper .swiper-slide .slide_txt>p.black{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    height: 84px;
}
.sec2_content_swiper .swiper-slide .slide_img_spot{
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -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_content_swiper .swiper-slide .slide_img_spot>span{
    position: absolute;
    border-radius: 50%;
}
.sec2_content_swiper .swiper-slide .slide_img_spot>span.big{
    top: 0;
    left: 80px;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 129, 47, .7);
}
.sec2_content_swiper .swiper-slide .slide_img_spot.blue>span.big{
    background-color: rgba(0, 92, 223, .7);
}
.sec2_content_swiper .swiper-slide .slide_img_spot>span.middle{
    top: 14px;
    left: 240px;
    width: 17px;
    height: 17px;
    background-color: #ff812f;
}
.sec2_content_swiper .swiper-slide .slide_img_spot.blue>span.middle{
    background-color: #005cdf
}
.sec2_content_swiper .swiper-slide .slide_img_spot>span.mini{
    bottom: 5px;
    left: 70px;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 129, 47, .3);
}
.sec2_content_swiper .swiper-slide .slide_img_spot.blue>span.mini{
    background-color: rgba(0, 92, 223, .3);
}
.sec2_content .sec2_btn{
    width: 250px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #ff5a06;
    border-radius: 30px;
    margin: 0 auto;
}
.sec2_content .sec2_btn>a{
    display: block;
    font-size: 16px;
    color: #ff5a06;
}
.sec2_content .sec2_btn:hover{
    background-color: #ff5a06;
    -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_content .sec2_btn:hover>a{
    color: #fff;
}

.sec2_content_swiper .swiper-slide .slide_img:hover .slide_img_num{
    display: none;
}
.sec2_content_swiper .swiper-slide .slide_img:hover .slide_img_spot{
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}
/* sec2 */

/* sec3 */
.sjds_sec3{
    width: 100%;
    padding: 96px 0;
    background: url(/Public/Home/images/sjds/sec3_banner.jpg) no-repeat center/cover;
}
.sec3_content{
    margin-top: 68px;
}
.sec3_content ul li{
    cursor: pointer;
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 15px 0;
    background-color: #fff;
    border-radius: 6px;
}
.sec3_content ul li:nth-child(3),
.sec3_content ul li:nth-child(4){
    margin-bottom: 0;
}
.sec3_content ul li:nth-child(2n){
    margin-right: 0;
}
.sec3_content ul li .sec3_content_img{
    width: 34.8%;
    text-align: center;
}
.sec3_content ul li .sec3_content_txt{
    width: 54%;
    margin-left: 6%;
    margin-right: 5.2%;
    margin-top: 5%;
}
.sec3_content ul li .sec3_content_txt>h6{
    font-weight: bold;
    font-size: 25px;
    color: #333;
    margin-bottom: 14px;
}
.sec3_content ul li .sec3_content_txt>h6>span{
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: -webkit-linear-gradient(#1c6dff, #00b5e2); 
    background: -o-linear-gradient(#1c6dff, #00b5e2); 
    background: -moz-linear-gradient(#1c6dff, #00b5e2); 
    background: linear-gradient(#1c6dff, #00b5e2);
    box-shadow: 0 10px 26px rgba(0, 128, 225, .2);
}
.sec3_content ul li:nth-child(2) .sec3_content_txt>h6>span,
.sec3_content ul li:nth-child(3) .sec3_content_txt>h6>span{
    background: -webkit-linear-gradient(#ff5400, #ffa04b); 
    background: -o-linear-gradient(#ff5400, #ffa04b); 
    background: -moz-linear-gradient(#ff5400, #ffa04b); 
    background: linear-gradient(#ff5400, #ffa04b);
    box-shadow: 0 10px 26px rgba(255, 127, 42, .2);
}
.sec3_content ul li .sec3_content_txt>p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.sec3_content ul li:hover .sec3_content_img{
    float: right;
}
/* sec3 */

/* sec4 */
.sjds_sec4{
    width: 100%;
    padding: 96px 0;
    background: url(/Public/Home/images/sjds/sec4_banner.jpg) no-repeat center/cover;
}
.sec4_content{
    margin-top: 100px;
}
.sec4_content ul>li{
    cursor: pointer;
    position: relative;
    width: 15%;
    text-align: center;
    margin-right: 2%;
}
.sec4_content ul>li .sec4_content_box{
    position: relative;
    width: 100%;
    padding: 52px 0;
    border-radius: 8px;
    z-index: 2;
    background: -webkit-linear-gradient(#0050df, #009ae2);
    background: -o-linear-gradient(#0050df, #009ae2);
    background: -moz-linear-gradient(#0050df, #009ae2);
    background: linear-gradient(#0050df, #009ae2);
    box-shadow: 0 13px 35px rgba(0, 128, 225, .38);
}
.sec4_content ul>li:nth-child(2n) .sec4_content_box{
    background: -webkit-linear-gradient(#ff5400, #ffa04b);
    background: -o-linear-gradient(#ff5400, #ffa04b);
    background: -moz-linear-gradient(#ff5400, #ffa04b);
    background: linear-gradient(#ff5400, #ffa04b);
    box-shadow: 0 13px 35px rgba(255, 127, 42, .38);
}
.sec4_content ul>li:last-child{
    margin-right: 0;
}
.sec4_content ul>li .sec4_content_img{
    margin-bottom: 30px;
}
.sec4_content ul>li .sec4_content_img>img{
    width: 60px;
    height: 60px;
}
.sec4_content ul>li .sec4_content_line{
    width: 18px;
    height: 2px;
    background-color: #c8eaff;
    margin: 0 auto 22px;
}
.sec4_content ul>li:nth-child(2n) .sec4_content_line{
    background-color: #ffecdd;
}
.sec4_content ul>li .sec4_content_txt>p{
    font-size: 14px;
    color: #c8eaff;
    line-height: 20px;
}
.sec4_content ul>li:nth-child(2n) .sec4_content_txt>p{
    color: #ffecdd;
}
.sec4_content ul>li .sec4_content_txt>p.bold{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-bottom: 14px;
}
.sec4_content ul>li .sec4_content_txt>p.txts{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.sec4_content ul>li .sec4_content_num{
    font-weight: bold;
    font-size: 60px;
    color: #e9e9e9;
    position: absolute;
    left: 50%;
    top: -56px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    transform: translateX(-50%);
    
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}
.sec4_content ul>li:hover{
    -webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	-o-transform: translateY(-10%);
    transform: translateY(-10%);
    -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_content ul>li:hover .sec4_content_num{
    opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
    filter: alpha(opacity=100);
    -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 */

/* sec5 */
.sjds_sec5{
    position: relative;
    width: 100%;
}
.sjds_sec5_L{
    width: 50%;
    height: 100%;
    background-color: #f4f4f4;
}
.sjds_sec5_R{
    width: 50%;
    height: 100%;
    background-color: #e8e8e8;
}
.sjds_sec5 .sec5_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 96px 0;
}
.sjds_sec5 .sec5_box .sec5_content{
    margin-top: 90px;
}
.sec5_box .sec5_content{
    width: 1200px;
    margin: 0 auto;
}
.sec5_box .sec5_content .sec5_content_L{
    width: 38.333%;
    text-align: right;
}
.sec5_box .sec5_content .sec5_content_M{
    width: 15.833%;
    margin: 0 3.75%;
}
.sec5_box .sec5_content .sec5_content_R{
    width: 38.333%;
}
.sec5_box .sec5_content .sec5_content_L>img,
.sec5_box .sec5_content .sec5_content_R>img{
    width: 80px;
}
.sec5_box .sec5_content .sec5_content_L>p,
.sec5_box .sec5_content .sec5_content_R>p{
    font-size: 14px;
    color: #666;
    margin-bottom: 38px;
}
.sec5_box .sec5_content .sec5_content_L>p.color,
.sec5_box .sec5_content .sec5_content_R>p.color{
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0 16px 0;
}
.sec5_box .sec5_content .sec5_content_L>p.color{
    color: #ff5000;
}
.sec5_box .sec5_content .sec5_content_R>p.color{
    color: #0dc918;
}
.sec5_box .sec5_content .sec5_content_L .content_Ltxts>div,
.sec5_box .sec5_content .sec5_content_R .content_Ltxts>div{
    cursor: pointer;
    float: left;
    width: 220px;
    text-align: center;
    margin-right: 19px;
    padding: 34px 0;
    background-color: #fff;
    border-radius: 12px;
}
.sec5_box .sec5_content .sec5_content_L .content_Ltxts>div:last-child,
.sec5_box .sec5_content .sec5_content_R .content_Ltxts>div:last-child{
    margin-right: 0;
}
.sec5_box .sec5_content .sec5_content_L .content_Ltxts>div>p,
.sec5_box .sec5_content .sec5_content_R .content_Ltxts>div>p{
    font-size: 14px;
    color: #666;
}
.sec5_box .sec5_content .sec5_content_L .content_Ltxts>div>p.percent,
.sec5_box .sec5_content .sec5_content_R .content_Ltxts>div>p.percent{
    font-weight: bold;
    font-size: 25px;

}
.sec5_box .sec5_content .sec5_content_L .content_Ltxts>div>p.percent{
    color: #ff5000;
}
.sec5_box .sec5_content .sec5_content_R .content_Ltxts>div>p.percent{
    color: #0dc918;
}
.sec5_box .sec5_content .sec5_content_L .content_Ltxts>div:hover{
    background: -webkit-linear-gradient(left,#ff671c, #ff9536); 
    background: -o-linear-gradient(right,#ff671c, #ff9536); 
    background: -moz-linear-gradient(right,#ff671c, #ff9536); 
    background: linear-gradient(to right,#ff671c, #ff9536);
}
.sec5_box .sec5_content .sec5_content_R .content_Ltxts>div:hover{
    background: -webkit-linear-gradient(left,#19c124, #51db59); 
    background: -o-linear-gradient(right,#19c124, #51db59); 
    background: -moz-linear-gradient(right,#19c124, #51db59); 
    background: linear-gradient(to right,#19c124, #51db59);
}
.sec5_box .sec5_content .sec5_content_L .content_Ltxts>div:hover p,
.sec5_box .sec5_content .sec5_content_R .content_Ltxts>div:hover p{
    color: #fff;
}
/* sec5 */