#overview .bt,
.scrollFlag .bt{
    font-size: 24px;
    color: #333;
    text-align: center;
}
#expert .bt{
    text-align: left;
}
#overview .x,
.scrollFlag .x{
    width: 50px;
    height: 3px;
    background: #00b18e;
    display: block;
    margin: 15px auto;
}

.advantageList .middle-box{
    height: calc(100% + 40px);
    height: -moz-calc(100% + 40px);
    height: -webkit-calc(100% + 40px);
}
.advantageList .advantageLog{
    position: relative;
    display: block;
    text-align: center;
    margin: auto;
    border-radius: 10px;
    height: 400px;
    background: #ffffff;
    color: #0d253e;
}
.circleImg .majorName{
    position: relative;
    color: #0d253e;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    top: 40px;
}

.advantageList{
    width: 45%;
    min-height: 400px;
    max-height: 800px;
    height: auto;
    display: inline-block;
    margin: 0 2%;
    float: left;
}
.third .advantageList{
    width: 30%;
    margin: 0px 1%;
   /* max-width: 260px;*/
}

.third .advantageSubText ul li{
    width: 180px;
}

.advantageList .advantageLog{
    border-radius: 4px;
    width:  100%;
    border: 1px solid #eeeeee;
    background: #ffffff;
    color: #0d253e;
    font-size: 32px;
    line-height: 42px;
    box-shadow: 0px 20px 60px rgba(13,37,62,0.05);
    margin: auto;
}

.advantageText{
    height: 50px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 0px;
    background: #1e88f5;
    color: #ffffff;
    box-shadow: 0px 2px 30px rgba(30,136,245,0.3);
    padding-top: 10px;
}

.advantageList ul li{
    width: 100%;
    list-style: none;
}

.advantageList ul li div{
    width: 100%;
    line-height: 30px;
    text-align: left;
}

.advantageSubText ul{
    width: 100%;
    padding-top: 10px;
    padding-left: 15px;
}
.advantageSubText ul li{
    color: #0d253e;
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    width: 280px;
    position: relative;
    margin-bottom: 10px;
}
.advantageSubText ul li:before{
    content: '\2714';
    color: #1e88f5;
    position: absolute;
    left: -25px;
    top: -5px;
}
#fj .advantageSubText ul li:before{
    content: '\272F';
}
#zhengjiang .advantageSubText ul li:before{
    content: '\25C6';
}
.listUl{
    text-indent: 0px;
}
.serviceTypeFirst{
    text-indent: 0px;
}
.suiping{
    position: fixed;
    top: 100px;
    right:30px;
    font-size: 14px;
}
.suiping>a>div{
    text-indent: 0px;
    width: 50px;
    height: 50px;

    background: #eee;
    padding: 5px;
    text-align: center;
    margin-top: 2px;
    position: relative;
}

.suiping>a>div:first-child{
    line-height: 50px;
}
.suiping>a:hover>div{
    color:#00c2fb;
}
.about_btname {
    font-size: 26px;
    color: #0175c8;
    margin-bottom: 10px;
    clear: both;
    display: block;
}
.charter{
    text-indent: 0px;
    padding-left: 20px;
}
.underline{
    text-decoration-line: underline;
}
.helpTi:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 3px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffffff;
    right: -10px;
}
.helpShow{
    cursor: pointer;
}
.gray{
    color:rgb(125, 125, 125);
    margin: 0px;
    line-height: 28px;
}
.suiping>a:hover>.helpTi{
    font-size: 12px;
    display: block;
    position: absolute;
    right: 0px;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 3px 3px #ededed;
    padding: 5px 15px;
    background: #ffffff;
    border-radius: 5px;
}
.suiping>a{
    position: relative;
}
.suiping>a>div.helpTi{
    font-size: 12px;
    display: block;
    position: absolute;
    right: 10px;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 3px 3px #ededed;
    padding: 5px 15px;
    background: #ffffff;
    border-radius: 5px;
    width: 150px;
    top: -50px;
    display: none;
}
.suiping>a:nth-of-type(5)>div.helpTi{
    width: 250px;
}
.suiping>a:nth-of-type(2)>div.helpTi{
    width: 250px;
}
.suiping>a:nth-of-type(3)>div.helpTi{
    width: 250px;
}
.title{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border-left: 4px solid #0070c0;
    padding: 5px 15px;
    background: #f8f8f8;
    margin-top: 20px;
}
.paragraph{
    font-size: 16px;
    text-indent: 33px;
    text-align: justify;
}
.imgList{
   display:flex;       display:-ms-flexbox;    -webkit-box-align: center;    -webkit-align-items: center;        -webkit-justify-content: center;    justify-content: center;
}
.imgList li{
    width: 45%;
    margin: 1.5%;
    position: relative;
}
.imgList.fourLi li{
    width: 22%;
    margin: 1.5%;
    float: left;
}
.imgList li img{
    width: 100%;
}
.glyphicon{
    float: right;
}
.title + .textContent{
    display: none;
}
.contentTitle + .textContent {
    display: block;
}
.contentTitle .glyphicon{
    transform: rotate(180deg);
}
.listTable{
    padding-left: 30px;
}
.bookName{
    z-index: 999;
    height: 0px;
    background: rgba(53, 160, 212,.8);
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    line-height: 50px;
    bottom: 0px;
    position: absolute;
    float: left;
    overflow: hidden;
    transition: all 0.3s;
}
.imgList li:hover .bookName{
    display: block;
    height: 100%;
    transition: all 0.3s;
    font-size: 20px;
    line-height: 1.7;
    align-items: center;
    display: -webkit-flex
}
.downLoad{
    text-decoration:underline;
    color: #00C2FB;
    width: 100px;
    height: 30px;
    display: inline-block;
}

.listTable li:before {
    content: counter(umli) '.';
    /*color: #333;*/
    position: absolute;
    left: -15px;
    top: 0px;
}
.listTable.listNone li:before{
    display: none;
}
.listTable.listNone li:not(first){
    margin-left: 0px;
}
.listTable li a{
    color: #333;
    cursor: pointer;
}
.listTable li:not(first){
    counter-increment: umli;
    position: relative;
    margin-left: 15px;
}
#zjtd_list_demo .bg_img{
    width: 174px;
    height: 174px;
    border-radius: 50%;
}
 p.tip {
    text-align: center;
    background-color: rgb(71, 75, 87);
    padding: 20px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 400;
    margin-top: 45px;
    position: relative;
}

 p.tip::before {
    border-bottom: 35px solid transparent;
    border-left: 20px solid #fff;
    border-top: 35px solid transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

 p.tip::after {
    border-bottom: 35px solid transparent;
    border-right: 20px solid #fff;
    border-top: 35px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
