/************首页***************/
.fullSlide{
    width: 100%;
    margin-top: 100px;
    position: relative;
}
.fullSlide ul{
    margin: 0;
}
.fullSlide li{
    width: 100%;
}
.fullSlide .hd{
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
}
.fullSlide .hd ul{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.fullSlide .hd li{
    float: left;
    width: 14px;
    height: 14px;
    background: rgba(255,255,255,0.5);
    text-indent:-99999px;
    margin: 0 5px;
    cursor: pointer;
}
.fullSlide .hd li.on{
    background: #06ae3c;
}
.fast_nav{
    padding-top: 80px;
    padding-bottom: 80px;
}
.fast_nav .col-md-3{
    text-align: center;
}
.fast_nav .col-md-3 .img{
    width: 54%;
    margin: 0 auto;
}
.fast_nav .col-md-3 p{
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
}
.index_about{
    display: flex;
    justify-content: space-around;
}
.index_about .img{
    width: 50%;
    text-align: center;
}
.index_about .img img{
    height: 100%;
    width: auto;
}
.index_about .text{
    width: 50%;
    padding-left: 90px;
    background: #dcdcda;
}
.index_about .title{
    font-size: 36px;
    margin-top: 90px;
    margin-bottom: 20px;
}
.index_about .text .cont{
    width: 80%;
}
.index_about .text .cont .font{
    line-height: 30px;
    font-size: 16px;
    color: #646464;
}
.index_contact{
    background: url("../img/contact.png") no-repeat center;
    background-size: 100% 100%;
    height: 200px;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    padding-top: 100px;
}
.index_contact .font,.index_contact .tel{
    font-size: 28px;
    color: #e2ebf9;
}
.index_contact .tel{
    font-style: italic;
    border-bottom: 1px #e2ebf9 solid;
    width: 55%;
    display: inline-block;
    margin-left: 20px;
    text-align: left;
}
.index_contact .butn{
    width: 160px;
    height: 44px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 44px;
    display: inline-block;
    color: #e2ebf9;
    font-size: 16px;
    vertical-align: middle;
    margin-top: -16px;
    margin-left: -4px;
}
.index_news{
    background: url("../img/news_bg.png") no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 580px;
}
.index_news .container{
    height: 100%;
    position: relative;
}
.index_news .swiper-container{
    height: 100%;
    width: 95%;
}
.index_news .title{
    font-size: 36px;
    text-align: center;
    margin-top: 100px;
}
.index_news .img{
    text-align: center;
    margin-top: 44px;
}
.index_news .text .out{
    font-size: 18px;
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: 44px;
}
.index_news .text .font{
    color: white;
    font-size: 16px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    line-height: 32px;
}
.index_news .text .butn{
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}
.index_news .swiper-button-next,.index_news .swiper-button-prev{
    color: white;
    background: none;
    width: 44px;
    height: 44px;
    border: 1px white solid;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: 50%;
}
.index_news .swiper-button-next{
    right: 0;
}
.index_news .swiper-button-prev{
    left: 0;
}
.index_service{
    padding-top: 118px;
    padding-bottom: 100px;
}
.index_service .title{
    font-size: 36px;
    text-align: center;
    margin-bottom: 75px;
}
.index_service .row .font{
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.index_service .row .img{
    overflow: hidden;
    width: 100%;
}
.index_service .row .text{
    line-height: 24px;
    color: #646464;
    font-size: 16px;
    margin-top: 15px;
}

@media (max-width: 768px){    /*手机*/
    .fullSlide{
        margin-top: 60px;
        position: relative;
    }
    .fullSlide .hd{
        bottom: 5px;
    }
    .fullSlide .hd li{
        width: 8px;
        height: 8px;
    }
    .fullSlide .language{
        position: absolute;
        padding: 0 10px;
        height: 24px;
        line-height: 24px;
        background: rgba(0,0,0,0.4);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        top: 20px;
        right: 20px;
        font-size: 14px;
        color: white;
    }
    .fullSlide .language .ch{
        color: #0466d9;
    }
    .fullSlide .language .en{
        color: #06ae3c;
    }
    .fast_nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .fast_nav .col-md-3 .img{
        width: 80%;
    }
    .fast_nav .col-md-3 p{
        font-size: 14px;
        margin-top: 10px
    }
    .index_about {
        display: block;
    }
    .index_about .img {
        width: 100%;
    }
    .index_about .img img{
        width: 100%;
        height: auto;
    }
    .index_about .text {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }
    .index_about .title {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }
    .index_about .text .cont {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .index_contact {
        background: none;
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    .index_contact .font, .index_contact .tel {
        font-size: 18px;
        color: #1675e0;
        display: block;
    }
    .index_contact .tel {
        border-bottom: 1px #1675e0 solid;
        width: auto;
        display: inline-block;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    .index_contact .butn{
        display: block;
        margin: 20px auto;
    }
    .index_news .title {
        margin-top: 38px;
        font-size: 30px;
    }
    .index_news .img {
        margin-top: 22px;
    }
    .index_news .img img{
        width: 33px;
        height: 25px;
    }
    .index_news .text .out {
        font-size: 18px;
        margin-top: 22px;
    }
    .index_news .text .font {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .index_news {
        height: 460px;
    }
    .index_news .text .butn {
        margin-top: 20px;
    }
    .index_service {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .index_service .title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .index_service .row .font {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .index_service .row .col-xs-12{
        margin-bottom: 20px;
    }
}
@media (width: 768px){

}
@media screen and (min-width: 769px) and (max-width: 992px){    /*pad*/
    .fullSlide{
        margin-top: 80px;
    }
}
@media screen and (min-width: 993px) and (max-width: 1024px){
    .index_about .title {
        margin-top: 60px;
    }
}