@charset "utf-8";
/******************************--常见问题页面--***************************/
#faqBox{
    width: 100%;
    height: 759px;
    margin-top: 80px;
    background: #ffffff;
}
#faqBox #faqMain #faqText{
    font-size: 16px;
    font-weight: 700;
    margin: 25px 30px;
}
#faqBox #faqMain #faqList{
    margin-left: 15px;
}
#faqBox #faqMain #faqList ul li{
    padding: 20px 15px;
    cursor:pointer;
    font-size: 16px;
}
#faqBox #faqMain #faqList ul li:hover{
    background: #eee;
}
#faqBox #faqMain #faqList ul li .badge{
    background-color: inherit;
}
#faqBox #faqMain #faqList ul li a{
    padding: 20px 15px;
    cursor:pointer;
    font-size: 16px;
    border: none;
    font-weight: 700;
}
/*---弹窗部分---*/
.modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.4);
}
.modal .modal_Box{
    width: 700px;
    height: 50px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 600px;
    margin: auto;
    z-index: 99;
    border-bottom: 1px solid #eee;
    line-height: 41px;
}
.modal .modal_Box .matter{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-left: 20px;
}
.modal .modal_Box .close{
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    padding: 11px;
    cursor: pointer;
}
.modal .modal_Box .close:hover{
    color: red;
    cursor: pointer;
}
.modal .modal_content{
    width: 700px;
    height: 600px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 70px;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.modal .modal_content .mySlides{
    display: none;
    overflow: auto;
    margin-top: 60px;
    height: 500px;
    padding: 20px;
}
.modal .modal_content .first p{
    font-size: 16px;
    margin-bottom: 15px;
}
/*弹窗视频播放*/
#videoOne,#videoTwo,#videoThr,#videoFor{
    width: 650px;
    height: 400px;
    margin-top: 20px;
    /*border: 1px solid red;*/
}
#videoOne #video1,#videoTwo #video2,#videoThr #video3,#videoFor #video4{
    width: 100%;
    height: 367px;
}


/*--底部--*/
#faqBot{
    width: 100%;
    height: 130px;
    background: #3c424e;
}

