

/*首页*/
.index-swiper-banner {
    position: relative;
}
.index-swiper-banner .swiper-container {
    width: 100%;
    height: 470px;
}
.index-swiper-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-size: auto 100% !important;
    background-position: top center !important;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index-swiper-banner:hover .swiper-button-white {
    display: block;
}
.index-slider-nav {
    width: 200px;
    height: 470px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    background: rgba(0,0,0,.6);
    margin-left: -575px;
    box-sizing: border-box;
    padding: 0;
    color: #fff;
}
.index-slider-nav ul {
    width: 100%;
}
.index-slider-nav ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px 0px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.index-slider-nav .child-box {
    position: absolute;
    top: 0;
    left: 200px;
    background: rgba(255,255,255,0.9);
    min-height: 470px;
    width: 950px;
    display: none;
    box-sizing: border-box;
    padding: 20px 20px 20px 10px;
}
.index-slider-nav .sub-category {
    padding-bottom: 8px;
    /*border-bottom: 1px solid #f1f1f1;*/
    margin-bottom: 4px;
    font-size: 13px;
}
.index-slider-nav .sub-category dt {
    width: 120px;
    float: left;
    text-align: right;
    font-weight: bold;
}
.index-slider-nav .sub-category dt a {
    float: left;
    width: 95px;
}
.index-slider-nav .sub-category dt i {
    color: #aaa;
    font-size: 12px;
    position: relative;
    margin-right: 10px;
}
.index-slider-nav .sub-category dd {
    width: 800px;
    float: left;
}
.index-slider-nav .sub-category dd a{
    float: left;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #ddd;
    line-height: 12px;
    margin-top: 3px;
    margin-bottom: 8px;
    color: #888;
}
.index-slider-nav .sub-category dd a:hover {
    color: #ff6600;
}
.index-slider-nav ul li:hover .child-box {
    display: block;
}
.index-slider-nav ul li:hover {
    background: rgba(255,255,255,0.1);
}
.index-slider-nav ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.index-slider-nav ul li:first-child {
    /*margin-top: 15px;*/
}
.index-slider-nav ul li .item {
    font-size: 14px;
    font-weight: 500;
}
.index-slider-nav ul li .item a {
    color: #fff
}
.index-slider-nav ul li .item .iconfont {
    float: right;
    /*line-height: 20px;*/
    font-size: 12px;
    color: #aaa;
}
.index-slider-nav ul li .items {
    width: 100%;
    padding: 6px 0 6px;
    display: inline-block;
}
.index-slider-nav ul li:last-child .items {
    border-bottom: 0;
}
.index-slider-nav ul li .items a {
    width: 50%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 12px;
    float: left;
    color: rgba(255,255,255,0.7);;
}
.index-slider-nav ul li .items a:hover, .index-slider-nav ul li .item a:hover {
    color: #ff6a00;
    cursor: pointer;
}
.index-area-num-box {
    background: #fff;
    margin: 30px 0;
    box-sizing: border-box;
    padding: 25px 0 15px;
    border-radius: 5px;
}
.index-area-num-box h1 {
    font-size: 28px;
    font-weight: 500;
}
.index-area-num-box h5 {
    font-size: 14px;
    padding-top: 10px;
}
.index-area-num-box span {
    font-size: 14px;
}

.index-slogan h1, .index-order h1, .index-service h1, .index-partner h1, .index-news h1 {
    font-size: 28px;
    padding-top: 60px;
}
.index-slogan h5, .index-order h5, .index-service h5, .index-partner h5, .index-news h5 {
    font-size: 14px;
    padding-bottom: 40px;
    text-align: center;
    line-height: 30px;
}
.index-slogan .icons-5 {
    width: 80%;
    padding: 0 10%;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
}
.index-slogan .icons-5 .iconfont  {
    font-size: 50px;
    padding-bottom: 15px;
    color: #aaa;
}
.index-slogan .icons-5 span {
    color: #aaa;
}
.index-slogan .icons-5 i {
    display: inline-block;
    width: 100%;
}
.index-slogan .icons-5 li {
    width: 20%;
    float: left;
    padding: 20px 0;
}
.index-slogan .icons-5 li .iconfont, .index-slogan .icons-5 li span {
    transition: all 300ms;
    -moz-transition: all 300ms; /* Firefox 4 */
    -webkit-transition: all 300ms; /* Safari 和 Chrome */
    -o-transition: all 300ms; /* Opera */
}
.index-slogan .icons-5 li:hover .iconfont, .index-slogan .icons-5 li:hover span {
    color: #ff6a00;
}
.index-order {
    background: #fff;
}

.index-order .time-line {
    position: relative;
    height: 400px;
    width: 900px;
}
.index-order .time-line .line {
    width: 100%;
    background: #f5f5f5;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 195px;
}
.index-order .time-line .num_c {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: 4px solid #f1f1f1;
    background: #fff;
    position: absolute;
    top: -15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
}
.index-order .num_c_1 {
    left: 0;
    top: -30px;
}
.index-order .num_c_2 {
    left: 16.5%;
}
.index-order .big_c_2 {
    left: 15%;
    top: -130px;
}
.index-order .num_c_3 {
    left: 31.5%;
}
.index-order .big_c_3 {
    left: 30%;
    top: 50px;
}
.index-order .num_c_4 {
    left: 47.5%;
}
.index-order .big_c_4 {
    left: 46%;
    top: -130px;
}
.index-order .num_c_5 {
    left: 64.5%;
}
.index-order .big_c_5 {
    left: 63%;
    top: 50px;
}
.index-order .num_c_6 {
    left: 80.5%;
}
.index-order .big_c_6 {
    left: 79%;
    top: -130px;
}
.index-order .big_c_7 {
    left: 93%;
    top: -30px;
}
.index-order .time-line .num_c .num {
    width: 28px;
    height: 28px;
    background: #ff6a00;
    border-radius: 28px;
    overflow: hidden;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 3.5px;
}
.index-order .time-line .big_c {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 4px solid #f1f1f1;
    background: #fff;
    position: absolute;
    line-height: 60px;
    text-align: center;
    color: #aaa;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
    transition: all 300ms;
    -moz-transition: all 300ms; /* Firefox 4 */
    -webkit-transition: all 300ms; /* Safari 和 Chrome */
    -o-transition: all 300ms; /* Opera */
}
.index-order .time-line .big_c:hover {
    background: #ff6a00;
    color: #ff6a00;
}
.index-order .time-line .big_c:hover .iconfont {
    color: #fff;
}
.index-order .time-line .big_c .iconfont {
    font-size: 30px;
    color: #ff6a00
}
.index-order .time-line .big_c span{
    display: block;
    width: 110%;
    margin-left: -5%;
    line-height: 1;
    padding-top: 5px;
}
.index-service .content {
    padding: 40px 0 80px;
}
.index-service .serviceItem {
    width: 90%;
    margin: 0 5%;
    border: 1px solid #efefef;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
}

.index-service .serviceItem .ad {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.index-service .serviceItem .words {
    padding-top: 250px;
    min-height: 340px;
}
.index-service .serviceItem .words .box {
    min-height: 150px;
    overflow: hidden;
}
.index-service .serviceItem .words p {
    padding: 0 40px;
    line-height: 25px;
    color: #888;
}
.index-service .serviceItem .words p.hot {
    color: #ff6a00;
}
.index-service .serviceItem .words h3 {
    font-size: 20px;
    text-indent: 110px;
    line-height: 80px;
    color: #888;
}
.index-service .serviceItem .words.left {
    background: url('../images/index_ad_left.png') no-repeat;
    background-size: 100% auto;
}
.index-service .serviceItem .words.right {
    background: url('../images/index_ad_right.png') no-repeat;
    background-size: 100% auto;
}

.index-partner {
    background: #fff;
}
.index-partner .content {
    padding: 40px 0 30px;
}
.index-partner ul {
    width: 100%;
    display: inline-block;
}
.index-partner ul li {
    width: 20%;
    float: left;
    text-align: center;
    padding-bottom: 30px;
}

.index-news .content {
    padding: 40px 0 40px;
}
.index-news .newsItem {
    width: 95%;
    margin: 0 2.5%;
    border: 1px solid #efefef;
    background: #fff;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 5px;
}
.index-news .newsItem .ad {
    height: 200px;
    overflow: hidden;
    background: #f8f8f8;
}
.index-news .newsItem .ad img {
    width: 100%;
}
.index-news .newsItem .words {
    padding: 20px;
    height: 300px;
}
.index-news .newsItem .words a {
    display: block;
    line-height: 30px;
    width: 100%;
    color: #666;
}
.index-news .newsItem .words a:hover {
    color: #ff6a00;
}