/* banner css */
.fullSlide{ min-width:1000px; position:relative; height:490px; overflow:hidden;}
.fullSlide .bd{ position:relative; z-index:0;  }
.fullSlide .bd ul{ width:100% !important; }
.fullSlide .bd li{ width:100% !important;  height:490px; }

.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background:url(../images/dot-black.png) 0 0; overflow:hidden; 
line-height:9999px; filter:alpha(opacity=40);opacity:0.4; 
}
.fullSlide .hd ul .on{ filter:alpha(opacity=100);opacity:1;  }


#banner .swiper-container,#banner .swiper-slide,#banner .swiper-slide a{
    width:100%;
    height:490px;
}
#banner .swiper-slide a{
    display: block;
}
#banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #2970b0;
}
#banner .swiper-pagination-bullet-active{
    background-color: #e77918;
}
#banner .swiper-button-prev,#banner .swiper-container-rtl .swiper-button-next{
    background: url("../images/arrowLeft.png") no-repeat center;
    background-size: 100%;
    left: 3%;
}
#banner .swiper-button-next,#banner .swiper-container-rtl .swiper-button-prev{
    background: url("../images/arrowRight.png") no-repeat center;
    background-size: 100%;
    right:3%;
}
.pro{
    padding-top: 40px;
    padding-bottom:60px;
    background-color: #f1f1f1;
}
.pro-title{
    margin-bottom: 76px;
}
.pro-title h1{
    font-size: 3rem;
    line-height: 3.8rem;
    color: #cccccc;
}
.img-fa-rota{
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto 25px auto;
}
.pro span{
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.pro p{
    font-size: 1.2rem;
    line-height: 2rem;
    color: #999999;
   margin:0 23px;
    height: 40px;
}
.pro-con{
        margin-bottom: 4rem;
}
.pro-con>li{
    padding: 0 ;
    margin-bottom: 60px;
}.pro .more{
    width: 100%;
    text-align: center;
 }
.pro .more a{
    display: inline-block;
    font-size: 2.2rem;
    padding: 13px 70px 13px 28px;
    border: 2px solid #0066cc;
    border-radius: 10px;
    color:#0066cc;
    background: url("../images/more.png") no-repeat 130px center;
}
.pro .more a:hover{
    text-decoration:underline;
}
.user{
    background: url("../images/bg_01.png") no-repeat top center #eeeeee;
    padding-top: 40px;
    padding-bottom:60px;
    position: relative;
    background-size:cover;
}
.user-title,.news-title,.problems-title{
    margin-bottom:37px;
}
.user h2,.news h2,.problems h2{
    font-size: 3rem;
    line-height: 3.8rem;
    color: #333333;
}
.user .swiper-slide ul li{
    margin: 20px 0;
    height: 150px;
}
.user .swiper-pagination{
    position: absolute;
    left: 50%;
    bottom: 60px;
}
.user .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: #000000;
}
.user .swiper-pagination-bullet-active{
    background-color: #ffffff;
}
#user{
    margin-bottom: 40px;
}
.news{
     padding-top: 40px;
     padding-bottom:60px;
    background-color: #f1f1f1;
 }
.news .img-fa-scale{
    margin-bottom: 14px;
}
.news .thumbnail{
    background-color: transparent;
    border: 0;
}
.news .caption{
    padding: 0;
}
.news h3,.news h3 a{
    font-size: 1.4rem;
    line-height: 3rem;
    color: #11418b;
    font-weight: bold;
}
.news h3 a:hover{
    color: #f23d3a;
}
.news span{
    display: block;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #666666;
}
.news p{
    font-size: 1.2rem;
    line-height: 2rem;
    color: #666666;
    max-height: 9rem;
}
.news .more{
    font-size: 1.2rem;
    display: block;
    line-height: 3rem;
    color: #f23d3a;
}
.index-mark{
    padding-top: 20px;
    padding-bottom: 20px;
}
.index-mark div{
    padding: 0;
}
.news .more:hover{
    color: #0066cc;
}
.pro-icon{
    padding: 20px 15px;
}
.pro-icon ul li{
    width: 12.5%;
    float: left;
    background-size:36% !important;
}
.pro-icon ul li a{
    font-size: 1.6rem;
    line-height: 4;
    padding-left: 54px;
    display: block;
    color: #333333;
    opacity: 0.8;
    text-align: center;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
}
.pro-icon ul li a:hover{
    text-decoration: none;
    color: #0b64b4;
    opacity: 1;
}
.problems{
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #fefefe;
}
.problems .problems-con ul{
    padding:10px 10px 20px 10px;
}
.problems .problems-con li{
    width: 100%;
    padding: 8px 0 8px 10px;
    border-bottom: 1px dashed #999999;
    position: relative;
}
.problems .problems-con li:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    overflow: hidden;
    border-color:transparent transparent transparent #666666  ;
    border-width:5px;
    border-style:dashed solid dashed dashed  ;
    left: 0;
    top:50%;
    margin-top: -5px;
}
.problems .problems-con li a{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 1.2rem;
    line-height:1.5rem;
    color: #666666;
}
.problems .problems-con li a:hover{
    text-decoration: none;
    color: #d9534f;
}
/*.pro-icon ul li:nth-child(1) a{*/
    /*background: url("../images/p01.png") no-repeat left center;*/
    /*background-size: 50%;*/
/*}*/
/*.pro-icon ul li:nth-child(2) a{*/
    /*background: url("../images/p02.png") no-repeat left center;*/
    /*background-size: 50%;*/
/*}*/
/*.pro-icon ul li:nth-child(3) a{*/
    /*background: url("../images/p03.png") no-repeat left center;*/
    /*background-size: 50%;*/
/*}*/
/*.pro-icon ul li:nth-child(4) a{*/
    /*background: url("../images/p04.png") no-repeat left center;*/
    /*background-size: 50%;*/
/*}*/
/*.pro-icon ul li:nth-child(5) a{*/
    /*background: url("../images/p05.png") no-repeat left center;*/
    /*background-size: 50%;*/
/*}*/
/*.pro-icon ul li:nth-child(6) a{*/
    /*background: url("../images/p06.png") no-repeat left center;*/
    /*background-size: 50%;*/
/*}*/
/*.pro-icon ul li:nth-child(7) a{*/
    /*background: url("../images/p07.png") no-repeat left center;*/
    /*background-size: 50%;*/
/*}*/
/*.pro-icon ul li:nth-child(8) a{*/
    /*background: url("../images/p08.png") no-repeat left center;*/
    /*background-size: 50%;*/
/*}*/
@media (max-width: 1277px) {
    .pro-icon ul li a{
       font-size: 1.4rem;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .pro-title{
        margin-bottom: 76px;
    }
    .pro-title h2, .user h2.news h2,.problems h2{
        font-size: 3rem;
        line-height: 3.8rem;
    }

    .img-fa-rota{
        width: 120px;
        height: 120px;
        background-color: #ffffff;
        border-radius: 50%;
        margin: 0 auto 25px auto;
    }
    .index-mark div{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .pro-title{
        margin-bottom: 60px;
    }
    .pro-title h2, .user h2,.news h2,.problems h2{
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    .user .swiper-slide ul li{
        height: 150px;
    }
    .index-mark div{
      padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px){
    .pro-title{
        margin-bottom:20px;
    }
    .pro-title h2, .user h2,.news h2,.problems h2{
        font-size: 1.8rem;
        line-height:2.6rem;
    }
    .pro .more a{
        font-size: 1.9rem;
        padding: 10px 50px 10px 15px;
        background: url("../images/more.png") no-repeat 100px center;
    }
    .news,.user{
        padding:10px 15px;
    }
    .pro{
        padding: 10px 15px 20px 15px;
    }
    .pro-con{
        margin-bottom: 20px;
    }
    .news p{
        padding-bottom: 0;
    }
    .user-title, .news-title,.problems-title{
        margin-bottom:0;
    }
    .news h3, .news h3 a{
        margin-bottom: 0;
        margin-top: 10px;
    }
    .news span{
        line-height: 2rem;
    }
    .news .thumbnail{
        margin-bottom: 0;
    }
}
@media (max-width: 767px) and (min-width:480px ) {
    .user .swiper-slide ul li{
        height:130px;
    }
    .user .swiper-slide ul li img{
        width: auto;
    }

}
@media (max-width: 479px) and (min-width:320px ) {
    .user .swiper-slide ul li{
        height:80px;
        margin: 15px 0;
    }

}