body{
    font-family: Microsoft Yahei, Arial, sans-serif;
}
.otherpage-nav{
display: inline-block!important;
}

.section .container{
    max-width: 1400px;
    padding:0;
}
@media screen and (max-width: 1280px) {
    .section .container{
        max-width: none;
        padding:0 5%;
    }
}
@media screen and (max-width: 768px) {
    .section .container{
        max-width: none;
        padding:0 20px;
    }
    .banner-aboutus .baner-cont-breadcrumbs{
        display: none;
    }
}
.banner-aboutus{
	position: relative;
	overflow: hidden;
}
.banner-aboutus .banner-pic img{
	display: block;
	width: 100%;
	height: auto;
}
.banner-aboutus .banner-video{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.banner-aboutus .banner-video #banner-video{
	width: 100%;
	height: 100%;
}
.banner-aboutus .banner-video .banner-video-bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.banner-aboutus .banner-cont{
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 3;
	width: 100%;
	text-align: center;
}
.banner-aboutus .banner-cont h2{
    font-size: 60px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
	line-height: 1.2;
	color: #fff;
	margin-bottom: 3%;
	font-weight: bold;
}
.banner-aboutus .banner-cont .btn{
	display: inline-block;
	width: 200px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	color: #fff;
    font-size: 20px;
    background-color: #d20032;
	/*background: #ec5735 url("../images/btn_bg.jpg") left top repeat-y;*/
	border-radius: 27px;
    margin: 0 10px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
}
/* .banner-aboutus .banner-cont .btn:hover{
	color: #dedede;
} */
.banner-aboutus .baner-cont-breadcrumbs{
    width:100%;
    height: 60px;
    background-color: #000000;
    /*opacity: 0.4;
    filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";*/
   	opacity: 0.5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    position: absolute;
    bottom: 0px;
    z-index: 2;    
}
.banner-aboutus .baner-cont-breadcrumbs .breadcrumb{
    z-index: 3;
    margin-left: 5%;
    width:100%;
    display: inline-block;
    margin-top: 20px;
    font-size: 17px;color: #fff;
    /* font-family: Microsoft Yahei, Arial, sans-serif */
}
.banner-aboutus .baner-cont-breadcrumbs .breadcrumb li{
    z-index: 3;
    display: inline;
    padding-top: 20px;
}

.banner-aboutus .baner-cont-breadcrumbs .breadcrumb img{
    position: relative;
    top:-3px;
}

.banner-aboutus .baner-cont-breadcrumbs .breadcrumb a,.banner-aboutus .baner-cont-breadcrumbs .breadcrumb li.active a{
    color: #FFF;
}
@media screen and (max-width: 1366px){
    .banner-aboutus .banner-cont h2{font-size: 44px;}
    .banner-aboutus .banner-cont .btn{width: 180px;height: 45px;line-height: 45px;font-size: 16px;}
}
@media screen and (max-width: 1024px){
    .banner-aboutus .banner-cont h2{font-size: 34px;}
    .banner-aboutus .banner-cont .btn{width: 150px;height: 40px;line-height: 40px;font-size: 14px;}
}
@media screen and (max-width: 768px){
    .banner-aboutus .banner-cont h2{font-size: 24px;}
    .banner-aboutus .banner-cont .btn{width: 120px;height: 36px;line-height: 36px;margin:0 5px;}
}
@media screen and (max-width: 480px){
    .banner-aboutus {
        height:250px;
    }
    .banner-aboutus .banner-cont {
        top:35%;
        padding:0 5%;
        width: 100%;
    }
    .banner-aboutus .banner-pic img {
        position: relative;
        width: 640px;
        height: 260px;
    }

}
.section{
    padding: 4.7% 0;
}
.section .section-tit{
	color: #333333;
    text-align: center;
}
.section .section-titlast{
	color: #ffffff;
}
.section .section-tit span{
	display: block;
	font-size: 25px;
	font-weight: normal;
    letter-spacing: 0.1em;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
}
.section .section-tit .section-tit-18{
    display: inline;
	color: #d20032;
}
.section .section-tit sup{
	color: #d20032;
}
.section .section-tit strong{
	display:inline-block;
	padding-bottom: 15px;
    font-size: 40px;
    color: #2d5082;
    letter-spacing: 0.1em;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: bold;
}
.section .section-titlast strong{
	color: #ffffff;
}
.section .section-tit strong .section-tit-first{
    display: inline;
    color: #d20032;
    font-size: 46px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: 600;
}
@media screen and (max-width: 1366px){
    .section .section-tit span{
        font-size: 26px;
    }
    .section .section-tit strong{
        font-size: 34px;
    }
    .section .section-tit strong .section-tit-first{
        font-size: 34px;
    }
}
@media screen and (max-width: 1024px){
    .section .section-tit span{
        font-size: 22px;
    }
    .section .section-tit strong{
        font-size: 28px;
        padding-bottom: 10px;
        border-bottom-width:3px;
    }
    .section .section-tit strong .section-tit-first{
        font-size: 28px;
    }
}
@media screen and (max-width: 768px){
    .section .section-tit span{
        font-size: 18px;
    }
    .section .section-tit strong{
        font-size: 20px;
        padding-bottom: 5px;
        border-bottom-width:2px;
    }
    .section .section-tit strong .section-tit-first{
        font-size: 20px;
    }
}
@media screen and (max-width: 480px){
    .section .section-tit strong{
        border-bottom: 0;
    }
}


.section-feature1{
	background: #f7f7f7;
}
.section-feature1 .container{
	max-width: 1280px;
}
.section-feature1 .section1-tit{
	font-size:36px;
	line-height: 1.2;
	color: #2d5082;
	text-align: center;
    font-weight: normal;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: bold;
}
.section-feature1 .section1-detail{
    font-size: 16px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
	line-height: 1.5;
	color: #333;
}
.section-feature1 .section1-detail a{
    white-space: nowrap;
    color: #d20032;
}
.section-feature1 .section1-line{
	margin: 2.5% auto;
	width: 30px;
	height: 2px;
	background: #e6e6e6;
}
.section-feature1 .feature1-list{
	padding-top: 4%;
	font-size: 0;
}
.section-feature1 .feature1-list li{
	display: inline-block;
	font-size: 14px;
	width: 20%;
	text-align: center;
    vertical-align: top;
}
.section-feature1 .feature1-list .feature1-list-pic{
	background: url('../image/icon-bg.png') center no-repeat;
	transition: all .3s linear;
}
.section-feature1 .feature1-list .feature1-list-pic img{
	display: none;
	margin: 0 auto;
    max-width: 100%;
}
.section-feature1 .feature1-list .feature1-list-pic img:first-child{
	display: block;
}
.section-feature1 .feature1-list .num{
	padding-top: 15px;
	font-size: 45px;
	color: #333333;
    transition: all .3s linear;
    /* font-family:  Microsoft Yahei, Arial, sans-serif; */
}
.section-feature1 .feature1-list li p{
	font-size: 16px;
    color: #7f7f7f;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
}
.section-feature1 .feature1-list .active .num{
	color: #d20032;
}
.section-feature1 .feature1-list .active .feature1-list-pic{
	background-image: url('../image/icon-bg2.png');
}
.section-feature1 .feature1-list .active .feature1-list-pic img{
	display: block;
}
.section-feature1 .feature1-list .active .feature1-list-pic img:first-child{
	display: none;
}
@media screen and (max-width: 1366px){
    .section-feature1 .section1-tit{
        font-size:30px;
    }
    .section-feature1 .section1-detail{
        font-size: 16px;
    }
    .section-feature1 .feature1-list .num{
        font-size: 34px;
    }
}
@media screen and (max-width: 1024px){
    .section-feature1 .section1-tit{
        font-size:24px;
    }
    .section-feature1 .section1-detail{
        font-size: 14px;
    }
    .section-feature1 .feature1-list .num{
        font-size: 28px;
    }
    .section-feature1 .feature1-list li p{
        font-size: 14px;
    }
    .section-feature1 .feature1-list .feature1-list-pic{
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .section-feature1 .feature1-list .feature1-list-pic img{
        width: 50%;
    }
}
@media screen and (max-width: 768px){
    .section-feature1 .section1-tit{
        font-size:20px;
    }
    .section-feature1 .feature1-list{
        text-align: center;
    }
    .section-feature1 .feature1-list .num{
        font-size: 20px;
        padding-top: 10px;
    }
    .section-feature1 .feature1-list li{
        margin: 10px 0;
        width: 33.33%;
    }
    .section-feature1 .feature1-list li p{
        height: 2.4em;
        line-height: 1.2;
    }
    .section-feature1 .feature1-list .feature1-list-pic img{
        width: 40%;
    }

}


.section-feature2{
	background: url('../image/section2-bg.png') center no-repeat;
}
.section-feature2 .dev-boxs{margin-top:5%;}
.section-feature2 .devbox{float: left;width: 33.33%;background: #fff;padding: 4.5% 0;transition: all .3s;}
.section-feature2 .devbox:hover{box-shadow: 0 0 15px 5px #ccc;position: relative;z-index: 2;}
.section-feature2 .devbox .tp{text-align: center;}
.section-feature2 .devbox .tp img{border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.section-feature2 .devbox .text{
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-size: 18px;
    line-height: 1.5;
    height: 1em;
    color: #333;
    text-align: center;
    margin-top:8%;
    margin-bottom: 3%;
}
.section-feature2 .devbox .from{
    display: block;
    font-size: 16px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    color: #999;
    text-align: center;
    line-height: 20px;
}
.section-feature2 .devbox .rank1{
    margin-top: 1% !important;
}
.section-feature2 .devbox .rank{
    color: #d20032;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-size: 24px;
    font-weight: 400;
    margin-top: 7%;
}
.section-feature2 .grey{background: #f2f2f2;}
.section-feature2 .red{background-color:#d20032 /*#e10132 url("../RJ_img/box-bg.png") right top repeat-y;*/}
.section-feature2 .red .text{color:#fff;}
.section-feature2 .red .rank{color:#fff;}
.section-feature2 .red .from{color:#fff;}
.section-feature2 .dark{background: #363a3d;}
.section-feature2 .dark .text{color:#fff;}

@media screen and (max-width: 1366px){
    .section-feature2 .devbox .rank1{
        margin-top: 1% !important;
    }
    .section-feature2 .devbox .from{
        padding:0 5%;
        line-height: 1.2;
        height: 2.4em;
    }
}
@media screen and (max-width: 1024px){
    .section-feature2{
        -webkit-background-size: cover;
        background-size: cover;
    }
    .section-feature2 .devbox{
        width: 50%;
    }
    .section-feature2 .devbox .text{
        font-size: 16px;
    }
    .section-feature2 .devbox .tp img{
        width: 75px;
    }
    .section-feature2 .devbox .rank1{
        margin-top: 1% !important;
    }
}
@media screen and (max-width: 768px){
    .section-feature2 .devbox .text{
        padding:0 5%;
        line-height: 1.4;
        height: 1em;
    }
    .section-feature2 .devbox .tp img{
        width: 60px;
    }
    .section-feature2 .devbox .rank1{
        margin-top: 7% !important;
    }
}
@media screen and (max-width: 480px){
    .section-feature2 .devbox{
        width: auto;
        float:none;
    }
    .section-feature2 .devbox .text{
        height: auto;
    }
}

.section-feature3{
    overflow: hidden;
    padding-top: 0;
	background: url('../image/section3-bg.png') center no-repeat;
}
.section-feature3 .feature3-tab{
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-bottom: 2%;
}
.section-feature3 .feature3-tab li{
    display: inline-block;
    padding:1.8% 5%;
    color:#333;
    font-size: 17px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: 600;
    border-bottom:2px solid transparent;
    cursor: pointer;
}
.section-feature3 .feature3-tab li.active{
    color:#d20032;
    border-bottom-color: #d20032;
}
.section-feature3 .container{position: relative;}
.section-feature3 .swiper-container{
    background: url("../image/slide-bg.png") left top repeat;
    padding:4% 0 3%;
}
.section-feature3 .swiper-next,.section-feature3 .swiper-prev{
    position: absolute;
    top:50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 3;
    border-radius: 25px;
    /*background: center no-repeat;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section-feature3 .swiper-prev{
    right: 101%;
    background-image: url("../image/swiper-l-r.png");
}
.section-feature3 .swiper-next{
    left: 101%;
    background-image: url("../image/swiper-r-r.png");
}
.section-feature3 .swiper-next.swiper-disabled{
    background-image: url("../image/swiper-r-g.png");
}
.section-feature3 .swiper-prev.swiper-disabled{
    background-image: url("../image/swiper-l-g.png");
}

.section-feature3 .slide-box1 p{
    text-align: center;
    font-size: 14px;
    max-width: 750px;
    margin:2% auto 0;
    line-height: 24px;
}
.section-feature3 .slide-box1 .slide-box1-desc{
    margin:2% auto;
    font-size: 18px;
    max-width: 780px;
    text-align: center;
}
.section-feature3 .slide-box1 ul{
    padding:0 4.5%;
    font-size: 0;
}
.section-feature3 .slide-box1 li{
    display: inline-block;
    width: 20%;
    font-size: 16px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    text-align: center;
    vertical-align: top;
}
.section-feature3 .slide-box1 li .leader-box{
    background: #fff;
    margin:0 10px;
}
.section-feature3 .slide-box1 li .leader-pic{
    overflow: hidden;
}
.section-feature3 .slide-box1 li img{
    width: 100%;
    height: auto;
    display: block;
    margin:0 auto;
    -webkit-transform: scale(1) translateZ(0);
       -moz-transform: scale(1) translateZ(0);
        -ms-transform: scale(1) translateZ(0);
         -o-transform: scale(1) translateZ(0);
            transform: scale(1) translateZ(0);
    -webkit-transition: all .6s;
       -moz-transition: all .6s;
        -ms-transition: all .6s;
         -o-transition: all .6s;
            transition: all .6s;
}
.section-feature3 .slide-box1 .leader-name{
    font-size: 18px;
    color:#333;
    padding-top:10px;
}
.section-feature3 .slide-box1 .leader-job{
    font-size: 16px;
    color:#666;
    padding-bottom: 10px;
}
.section-feature3 .slide-box1 li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.section-feature3 .slide-box1 dl{
    padding:0 5%;
    max-width: 70%;
    margin:2% auto 0;
    text-align: center;
}
.section-feature3 .slide-box1 dd{
    display: inline;
    white-space: nowrap;
    padding-left: 12px;
    background: url("https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/about/images/point.png") left 8px no-repeat;
    margin-left: 5px;
    font-size: 14px;
    line-height: 1.8;
}
.section-feature3 .slide-box2{
    margin-top:4%;
}
.section-feature3 .slide-box2 ul{
    max-width: 1000px;
    margin:0 auto;
    font-size: 0;
    text-align: center;
}
.section-feature3 .slide-box2 li{
    display: inline-block;
    width: 25%;
    font-size: 16px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    vertical-align: top;
}
.section-feature3 .slide-box2 .slide-box2-txt{
    max-width: 85%;
    margin:20px auto 0;
    line-height:1.5;
    color:#131313;
}
.section-feature3 .slide-box3 ul{
    max-width: 1000px;
    margin:6% auto 4%;
    font-size: 0;
    text-align: center;
}
.section-feature3 .slide-box3 li{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color:#333;
    width: 33.33%;
}
.section-feature3 .slide-box3 li .slide-box3-pic{
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    /*cursor:pointer;*/
}
.section-feature3 .slide-box3 li .slide-box3-pic img{
    max-width: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.section-feature3 .slide-box3 li p{
    margin-top: 15px;
}
.section-feature3 .slide-box3 .link-more{
    display: block;
    width: 260px;
    height: 54px;
    line-height: 54px;
    margin:0 auto;
    color:#fff;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #d20032;
    /*background-image: -moz-linear-gradient( -23deg, rgb(225,0,50) 0%, rgb(236,87,53) 100%);
    background-image: -webkit-linear-gradient( -23deg, rgb(225,0,50) 0%, rgb(236,87,53) 100%);
    background-image: -ms-linear-gradient( -23deg, rgb(225,0,50) 0%, rgb(236,87,53) 100%);
    background: #ec5735 url("../images/btn_bg.jpg") left top repeat-y;*/
}
.section-feature3 .slide-box3 li:hover .slide-box3-pic img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 1600px){
    .section-feature3 .swiper-prev{
        right: 101%;
    }
    .section-feature3 .swiper-next{
        left: 101%;
    }
}
@media screen and (max-width: 1366px){
    .section-feature3 .slide-box1 .slide-box1-desc{
        font-size: 16px;
    }
    .section-feature3 .slide-box1 dl{
        max-width: none;
    }
    .section-feature3 .slide-box2 ul{
        max-width: 900px;
    }
    .section-feature3 .slide-box3 li{
        font-size: 18px;
    }
    .section-feature3 .slide-box3 .link-more{
        width: 200px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .section-feature3 .swiper-prev{
        left: 5px;
        right: auto;
        z-index: 2;
    }
    .section-feature3 .swiper-next{
        left: auto;
        right: 5px;
        z-index: 2;
    }


}
@media screen and (max-width: 1024px){
    .section-feature3{
        -webkit-background-size: cover;
        background-size: cover;
    }
    .section-feature3 .slide-box1 .slide-box1-desc{
        font-size: 14px;
        padding:0 5%;
    }
    .section-feature3 .slide-box1 .leader-name{
        font-size: 16px;
    }
    .section-feature3 .slide-box1 .leader-job{
        font-size: 14px;
        line-height: 1.2;
        height: 2.4em;
    }
    .section-feature3 .slide-box2{
        padding:0 5%;
    }
    .section-feature3 .slide-box2 li{
        font-size: 14px;
    }
    .section-feature3 .slide-box2 li img{
        width: 60%;
    }
    .section-feature3 .slide-box2 .slide-box2-txt{
        max-width: 100%;
        padding:0 5%;
    }

    .section-feature3 .slide-box3 ul{
        margin-top: 4%;
    }
    .section-feature3 .slide-box3 li{
        font-size: 16px;
    }
    .section-feature3 .slide-box3 li img{
        width: 50%;
    }
    .section-feature3 .slide-box3 .link-more{
        width: 180px;
        height: 40px;
        line-height: 40px;
    }
    .section-feature3 .swiper-slide{
        display: none;
        float:none;
        margin:0 auto;
    }
    .section-feature3 .swiper-slide:first-child{
        display: block;
    }
    .section-feature3 .swiper-prev{
        display: none;
        left: 7%;
    }
    .section-feature3 .swiper-next{
        display: none;
        right: 7%;
    }



}
@media screen and (max-width: 768px){
    .section-feature3 .slide-box1 ul{
        padding:0 10%;
    }
    .section-feature3 .slide-box1 li{
        width: 33.33%;
        margin: 10px 0;
    }
    .section-feature3 .slide-box2 li{
        width: 50%;
        margin:20px 0;
    }
    .section-feature3 .slide-box2 li img{
        width: 100px;
    }
    .section-feature3 .slide-box3 li{
        width: 100%;
        margin:10px 0;
    }
    .section-feature3 .slide-box3 li img{
        width: 100px;
    }
    .section-feature3 .swiper-prev{
        left: 5%;
    }
    .section-feature3 .swiper-next{
        right: 5%;
    }
}
@media screen and (max-width: 480px){
    .section-feature3 .slide-box1 ul{
        padding:0 10px;
    }
    .section-feature3 .slide-box1 li{
        width: 50%;
    }
    .section-feature3 .slide-box1 li .leader-box{
        margin:0 5px;
    }
    .section-feature3 .slide-box2{
        padding:0 10px;
    }

}

.section-feature4{
    overflow: hidden;
    background: url("https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/about/images/section4-bg.png") left 60% repeat-x;
}
.section-feature4 .container{
    position: relative;
}
.section-feature4 .swiper-container{
    margin-top: 5%;
}
.section-feature4 .swiper-wrapper{
    /*width: 192000px;*/
    white-space: nowrap;
}
.section-feature4 dl{
    padding:250px 0;
}
.section-feature4 .item-year{
    padding:220px 0;
    width: 315px;
    display: inline-block;
    font-size: 40px;
    color:#d20032;
    font-weight: bold;
    font-family: Arial;
    vertical-align: middle;
    text-align: center;
    /*margin-right: 50px;*/
    /*margin-left: 50px;*/
    /*padding:0 20px;*/
}
.section-feature4 .item-year strong{
    display: inline-block;
    padding:0 20px;
    background: #fff;
}
.section-feature4 dd{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 315px;
    /*min-width: 250px;*/
    white-space: normal;
    font-size: 18px;
    line-height: 1.5;
    color:#333;
    letter-spacing: 1px;
}
.section-feature4 dd .item-product{
    position: absolute;
    left:0;
    width: 100%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section-feature4 dd .icon-circle{
    position: absolute;
    left:-38px;
    top:0;
    width:25px;
    height: 20px;
    /*background:#fff url("../images/circle.png") center bottom no-repeat;*/
}
.section-feature4 dd p{
    position: relative;
}
.section-feature4 dd .item-pic{
    display: table-cell;
    vertical-align: middle;
    height: 150px;
}
.section-feature4 dd img{
    max-width: 100%;
}
.section-feature4 dd.top .item-product{
    bottom:100%;
    border-left:1px solid #ccc;
}
.section-feature4 dd.bottom .item-product{
    top:100%;
    /*background:url("../images/section4-line2.png") left top no-repeat;*/
}

.section-feature4 .swiper-next,.section-feature4 .swiper-prev{
    position: absolute;
    top:60%;
    z-index: 3;
    margin-top: -10px;
    width: 50px;
    height: 50px;
    background: center no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section-feature4 .swiper-next{
    left: 104%;
    background-image: url("../image/swiper-r-r.png");
}
.section-feature4 .swiper-prev{
    right: 104%;
    background-image: url("../image/swiper-l-r.png");
}
.section-feature4 .swiper-next.swiper-disabled{
    background-image: url("../image/swiper-r-g.png");
}
.section-feature4 .swiper-prev.swiper-disabled{
    background-image: url("../image/swiper-l-g.png");
}
@media screen and (max-width: 1600px) {
    .section-feature4 .swiper-next{
        left: 100%;
    }
    .section-feature4 .swiper-prev{
        right: 100%;
    }
}
@media screen and (max-width: 1366px) {
    .section-feature4 .swiper-next,.section-feature4 .swiper-prev{
        margin-top: -14px;
    }
    .section-feature4 .swiper-next{
        left: auto;
        right: 0;
    }
    .section-feature4 .swiper-prev{
        right: auto;
        left:0;
    }
    .section-feature4 .item-year{
        font-size: 34px;
        width: 280px;
    }
    .section-feature4 dd{
        font-size: 16px;
        width: 280px;
    }
}
@media screen and (max-width: 1024px) {
    .section-feature4{
        background: none;
    }
    .section-feature4 .swiper-container{
        background: url("https://www-file.ruijie.com.cn/chineseResources/UIA/v3.0/about/images/section4-bg.png") left 48% repeat-x;
        overflow-x: auto;
    }
    .section-feature4 .swiper-wrapper{
        display: table;
    }
    .section-feature4 .swiper-slide{
        float:none;
        display: table-cell;
    }
    .section-feature4 .swiper-prev{
        display: none;
    }
    .section-feature4 .swiper-next{
        display: none;
    }
    .section-feature4 dl{
        padding:200px 0;
    }
    .section-feature4 .item-year{
        padding:0 10px;
        margin-right: 30px;
        margin-left: 30px;
        font-size: 28px;
        width: auto;
    }
    .section-feature4 dd{
        width: 220px;
        font-size: 14px;
    }
    .section-feature4 dd .item-pic{
        height: 120px;
    }
    .section-feature4 dd img{
        width: auto;
        max-height: 100%;
    }
    .section-feature4 dd .item-product{
        padding-left: 15px;
    }
    .section-feature4 dd .icon-circle{
        left:-28px;
    }
}

.section-feature5{
    background: url("../image/section5-bg.png") center no-repeat;
}
.industry-list{
    position: relative;
    margin-top: 5%;
    padding: 155px 0;
}
.industry-list ul{
    margin:0 auto;
    font-size: 0;
    text-align: center;
}
.industry-list .about-first{
    position: absolute;
    top:0;
    left:50%;
    margin-left: -777px;
}
.industry-list .third{
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -466px;
}
.industry-list li{
    display: inline-block;
    position: relative;
    width: 287px;
    height: 287px;
    margin:0 12px;
    font-size: 14px;
    /*background: url("../images/industry-bg.png") center no-repeat;*/
    vertical-align: middle;

}
.industry-list li:after{
    content:"";
    position: absolute;
    left:15%;
    top:15%;
    width: 70%;
    height: 70%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.industry-list .industry-pic{
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.industry-list li a{
    position: absolute;
    left:50%;
    top:48%;
    z-index: 2;
    width:140px;
    margin-left:-70px;
    margin-top:-45px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.industry-list .industry-icon{
    display: block;
    margin:0 auto;
    max-width:110px;
    background: center no-repeat;
}
.industry-list .industry-name{
    font-size: 17px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: bold;
    color:#000;
}
.industry-list .industry-detail{
    opacity: 0;
    visibility: hidden;
    max-width: 120px;
    margin:5px auto 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.industry-list li:hover:after{
    box-shadow: 2px 2px 20px 2px #333;
}
.industry-list li a:hover{
    /*top:-55px;*/
    margin-top: -75px;
}
.industry-list a:hover .industry-detail{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*.industry-list li:hover .industry-pic{*/
    /*opacity: .7;*/
/*}
.industry-list .industry-01{
    background-image: url("../image/industry-01.png");
}
.industry-list a:hover .industry-01{
    background-image: url("../image/industry-01-hover.png");
}
.industry-list .industry-02{
    background-image: url("../image/industry-02.png");
}
.industry-list a:hover .industry-02{
    background-image: url("../image/industry-02-hover.png");
}
.industry-list .industry-03{
    background-image: url("../image/industry-03.png");
}
.industry-list a:hover .industry-03{
    background-image: url("../image/industry-03-hover.png");
}
.industry-list .industry-04{
    background-image: url("../image/industry-04.png");
}
.industry-list a:hover .industry-04{
    background-image: url("../image/industry-04-hover.png");
}
.industry-list .industry-05{
    background-image: url("../image/industry-05.png");
}
.industry-list a:hover .industry-05{
    background-image: url("../image/industry-05-hover.png");
}
.industry-list .industry-06{
    background-image: url("../image/industry-06.png");
}
.industry-list a:hover .industry-06{
    background-image: url("../image/industry-06-hover.png");
}
.industry-list .industry-07{
    background-image: url("../image/industry-07.png");
}
.industry-list a:hover .industry-07{
    background-image: url("../image/industry-07-hover.png");
}
.industry-list .industry-08{
    background-image: url("../image/industry-08.png");
}
.industry-list a:hover .industry-08{
    background-image: url("../image/industry-08-hover.png");
}
.industry-list .industry-09{
    background-image: url("../image/industry-09.png");
}
.industry-list a:hover .industry-09{
    background-image: url("../image/industry-09-hover.png");
}
.industry-list .industry-10{
    background-image: url("../image/industry-10.png");
}
.industry-list a:hover .industry-10{
    background-image: url("../image/industry-10-hover.png");
}
.industry-list .industry-11{
    background-image: url("../image/industry-11.png");
}
.industry-list a:hover .industry-11{
    background-image: url("../image/industry-11-hover.png");
}
.industry-list .industry-12{
    background-image: url("../image/industry-12.png");
}
.industry-list a:hover .industry-12{
    background-image: url("../image/industry-12-hover.png");
}*/
.section-feature5 .link-more{
    display: block;
    margin:3% auto 0;
    width: 200px;
    height: 54px;
    line-height: 54px;
    font-size:18px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    color:#fff;
    text-align: center;
    background-color: #d20032;
    /*background: #ec5735 url("../images/btn_bg.jpg") left top repeat-y;*/
    border-radius: 27px;
}
/* .section-feature5 .link-more:hover{
    color:#dedede;
} */

@media screen and (max-width: 1600px){
    .industry-list{
        padding:135px 0;
    }
    .industry-list .about-first{
        margin-left: -660px;
    }
    .industry-list .third{
        margin-left: -396px;
    }
    .industry-list li{
        width: 240px;
        height: 240px;
    }
    .industry-list li a{
        width: 120px;
        margin-left: -60px;
    }
    .industry-list .industry-name{
        font-size: 16px;
    }
    .industry-list li a:hover{
        margin-top: -85px;
    }
}
@media screen and (max-width: 1366px){
    .industry-list{
        padding:100px 0;
    }
    .industry-list .about-first{
        margin-left: -500px;
    }
    .industry-list .third{
        margin-left: -300px;
    }
    .industry-list li{
        width: 190px;
        height: 190px;
        margin:0 5px;
    }
    .industry-list li a{
        width: 120px;
        margin-left: -60px;
    }
    .industry-list .industry-detail{
        font-size: 12px;
        /* font-family: Microsoft Yahei, Arial, sans-serif; */
        max-width: 100px;
        margin-top: 0;
    }
    .industry-list li a:hover{
        margin-top: -75px;
    }
    .section-feature5 .link-more {
        width: 180px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px){
    .section-feature5{
        -webkit-background-size: cover;
        background-size: cover;
    }
    .section-feature5 .link-more {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .industry-list{
        padding:0;
        width: 390px;
        margin:130px auto 0;
    }
    .industry-list .about-first{
        margin-left: 0;
        position:static;
        overflow: hidden;
    }
    .industry-list .about-first li:first-child{
        position: absolute;
        left:100px;
        top:-98px;
    }
    .industry-list .second{
        position:absolute;
        left:200px;
        top:0;
    }
    .industry-list .third{
        margin-left: 0;
        left:100px;
        top:97px;
        bottom:auto;
    }
    .industry-list li{
        display: block;
        margin:5px 0;
    }
}
@media screen and (max-width: 768px){
    .section-feature5 .link-more {
        width: 120px;
        height: 36px;
        line-height: 36px;
    }
    .industry-list{
        position: relative;
        left:50%;
        margin-left: -175px;
        width: 350px;
    }
    .industry-list .about-first li:first-child{
        left: 90px;
        top: -88px;
    }
    .industry-list .third{
        top: 88px;
        left:90px;
    }
    .industry-list .second{
        left:180px;
    }
    .industry-list li{
        width: 170px;
        height: 170px;
    }
    .industry-list li a{
        margin-top: -35px;
    }
    .industry-list .industry-icon{
        width: 35px;
        height: 35px;
        -webkit-background-size:cover;
        background-size:cover;
    }
    .industry-list .industry-name{
        font-size: 14px;
    }
}


.section-feature6 dl{
    font-size: 0;
}
.section-feature6 .cloumn-focus{
    float:left;
    width: 27.3%;
    /*width: 312px;*/
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.section-feature6 .cloumn-box{
    display: inline-block;
    width: 50%;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.section-feature6 dl a{
    display: block;
    margin:0 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section-feature6 dl a img{
    width: 100%;
}
.section-feature6 dl .cloumn-cont{
    position: absolute;
    left:0;
    top:0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.section-feature6 dl .cloumn-txt{
    position: absolute;
    left:0;
    top:50%;
    z-index: 2;
    width: 100%;
    margin-top: -40px;
    text-align: center;
    color:#fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section-feature6 .cloumn-txt h4{
    font-size: 25px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: normal;
}
.section-feature6 .cloumn-txt p{
    margin:5px 4% 15px;
    font-size: 16px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
}
.section-feature6 .cloumn-txt .link-more{
    opacity: 0;
    visibility: hidden;
    width: 164px;
    height: 42px;
    border:1px solid #fff;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin:0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(30%);
       -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
         -o-transform: translateY(30%);
            transform: translateY(30%);

}
.section-feature6 dl a:hover .cloumn-cont{
    /*background: url("../images/section6-bg.png") right top repeat-y;*/
    background: url("../image/section6-bg.png")
}
.section-feature6 dl a:hover .cloumn-txt{
    margin-top:-63px;
}
.section-feature6 dl a:hover .cloumn-txt .link-more{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 1366px){
    .section-feature6 .cloumn-txt h4{
        font-size: 26px;
    }
}
@media screen and (max-width: 1024px){
    .section-feature6 .cloumn-txt h4{
        font-size: 22px;
    }
    .section-feature6 dl .cloumn-txt{
        margin-top: -32px;
    }

    .section-feature6 .cloumn-txt p{
        margin-bottom: 5px;
    }
    .section-feature6 dl a:hover .cloumn-cont{
        background: none;
    }
    .section-feature6 dl a:hover .cloumn-txt{
        margin-top: -32px;
    }
    .section-feature6 dl a .cloumn-txt .link-more{
        display: none;
        width: 120px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }

}
@media screen and (max-width: 768px){
    .section-feature6 .cloumn-focus{
        width: 50%;
    }
    .section-feature6 .cloumn-box{
        width: 50%;
    }
    .section-feature6 .cloumn-txt h4{
        font-size: 18px;
    }
    .section-feature6 dl a img{
        width: auto;
    }
}
@media screen and (max-width: 480px){
    .section-feature6 .cloumn-focus{
        width: 100%;
    }
    .section-feature6 .cloumn-box{
        width: 100%;
    }
}

.section-feature7{background: #f2f2f2;}
.about-news p.tit{
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: bold;
    font-size: 30px;
    color: #2d5082;
    margin: 0 8% 20px;
    line-height: 30px;
    position: relative;
}
/*.about-news p.tit a{display:block;color: #e10032;font-size: 16px;line-height: 30px;position: absolute;bottom:0;right:0;}*/
.about-news ul{padding:0 5%;}
.about-news ul li{line-height: 24px;font-size: 14px;background: none;margin-bottom: 9px;}

.about-news ul li strong{display:block;padding-right:80px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.about-news ul li span{position:absolute;right:0;top:0;width: 80px;font-size: 12px;text-align: right;color:#888;}
/*.about-news ul li a:hover{
    color:#eb0530;
}
.about-news ul li a{display: block;position: relative;color:#4c4c4c;}*/
.about-news .news-left{padding: 3% 0px;width: 50%;float: left;position: relative;}
/*.about-news .news-left li{border-top:1px solid #ccc;margin:0;padding:15px 0;}*/
.about-news .news-left .news-focus{border:0;}
.about-news .news-left .news-focus+li{border:0;}
.about-news .news-right{padding: 3% 0px;width: 50%;float: left;position: relative;}

.about-news .news-focus img{float:left;width: 157px; }
.about-news .news-focus strong{display: block;margin-left: 170px;white-space: normal;font-size:14px;height: 3.5em;padding-right: 0;text-align: justify;}
.about-news .news-focus span{display: block;position: static;width: auto;text-align: left;margin-left:170px;}

.about-news li{
    padding:18px;
}
.about-news  .about-news-box {
    width: 100%;
}
.about-news  .about-news-boxleft {
    text-align: center;
	display: inline-block;
	width: 15%;
	border-right: 1px solid #4d4d4d;
	float:left;
}

.about-news  .about-news-boxright {
	display: inline-block;
	width: 82%;
    float: left;
    padding-left: 10px;
}
.about-news .about-news-boxnum{
    font-size: 21.63px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    font-weight: 600;
    color:#4d4d4d;
}
.about-news .about-news-boxdate{
    font-size: 16px;
    /* font-family: Microsoft Yahei, Arial, sans-serif; */
    color: #4d4d4d;
}
.about-news .about-news-boxtitle {
    font-size: 20px;
    font-weight: 600;
    color: #4d4d4d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.about-news .about-news-boxcontent {
    font-size: 16px;
    white-space: nowrap;
    color: #676767;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-news ul li a:hover .about-news-boxtitle{
    color:#d20032;
}
.about-news .about-news-btn{
    margin-left: 7%;
    color: #d20032;
    border-radius: 30px;
    padding: 9px 30px;
    font-size: 20px;
    position: relative;
    top:30px;
    border: 1px solid #d20032;
}
.about-news .about-news-btn:hover{
    background-color: #d20032;
    color: #ffffff
}
@media screen and (max-width: 1366px){
    .about-news p.tit{
        font-size: 24px;
    }
    .about-news li{
        padding:16px;
    }
    .about-news .about-news-boxnum{
        font-size: 18px;
    }
    .about-news .about-news-boxdate{
        font-size: 14px;
    }
    .about-news  .about-news-boxtitle {
        font-size: 17px;
    }
    .about-news  .about-news-boxcontent {
        font-size: 14px;
    }
    .about-news .about-news-btn{
        padding: 7px 25px;
        font-size: 16px;
        top:25px;
    }
}
@media screen and (max-width: 1024px){
    .about-news p.tit{
        font-size: 22px;
    }
    .about-news p.tit a{
        font-size: 14px;
    }
    .about-news li{
        padding:10px;
    }
    .about-news .about-news-boxnum{
        font-size: 16px;
    }
    .about-news .about-news-boxdate{
        font-size: 12px;
    }
    .about-news  .about-news-boxtitle {
        font-size: 15px;
    }
    .about-news  .about-news-boxcontent {
        font-size: 12px;
    }
    .about-news .about-news-btn{
        padding: 5px 20px;
        font-size: 14px;
        top:20px;
    }
}
@media screen and (max-width: 768px){
    .about-news p.tit{
        margin-left: 5%;
        margin-right: 5%;
        font-size: 20px;
    }
    .about-news .news-left{
        float:none;
        width: auto;
        height: auto;
    }
    .about-news .news-right{
        margin-top: 20px;
        float:none;
        width: auto;
        height: auto;
    }
    .about-news ul{
        padding:0 5%;
    }
}
@media screen and (max-width: 480px){
    .about-news .news-focus img{
        width: 120px;
    }
    .about-news .news-focus strong{
        margin-left: 130px;
    }
    .about-news .news-focus span{
        margin-left: 130px;
    }
    .about-news li{
        padding:10px;
    }
    .about-news .about-news-btn{
        padding: 5px 20px;
        top:15px;
    }
    .about-news  .about-news-boxleft {
        width: 18%;
    }
    .about-news  .about-news-boxright {
        width: 80%;
    }
}
@media screen and (max-width: 360px){
    .about-news .news-focus img{
        width: 120px;
    }
    .about-news .news-focus strong{
        margin-left: 130px;
    }
    .about-news .news-focus span{
        margin-left: 130px;
    }
    .about-news li{
        padding:10px;
    }
    .about-news .about-news-btn{
        padding: 5px 20px;
        top:15px;
    }
    .about-news  .about-news-boxleft {
        width: 18%;
    }
    .about-news  .about-news-boxright {
        width: 78%;
    }
}

#video-box{display:none;background:#fff;position:fixed;z-index:100;width:800px;left:50%;top:20%;margin-left:-400px;}
#video-box .box-title{line-height:45px;padding:0 10px;font-size:22px;color:#333;position:relative;}
#video-box .box-title .close-button{display:inline-block;cursor:pointer;width:35px;height:35px;background:url("../image/close.png") no-repeat center;background-size:100%;position:absolute;right:10px;top:5px;border:none;}
#mask{position: fixed;left:0;top:0;width: 100%;height: 100%;z-index: 99;background: #000;opacity: .6;filter: alpha(opacity=60);}
.close-button-internet{
    display: inline-block;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 5px;
    border: none;
  background:url("../image/close.png") no-repeat center !important;
  background-size: 100% !important;
}

@media screen and (max-width:768px){
	#video-box{width:90%;margin:0 auto;margin-left:-45%;}
}
@media screen and (max-width:480px){
	#video-box{width:95%;margin:0 auto;margin-left:-47.5%;}
}

/* 移动登录 */
.mb-loginin .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    vertical-align: middle;
}

.span-red { color: #d20032; }
.section-feature4 img { max-width: 100%; max-height: 100%; }
.section-feature4 dd { width: 400px; }
.section-feature4 .swiper-container { margin-top: 2% }
.section-feature4 { padding: 4.7% 0 3.5% 0 }

.section-feature1 .feature1-list .num1 {
    padding-top: 15px;
    font-size: 30px;
    color: #333333;
    padding-bottom: 15px;
}