/* Inside Banner Start */
#inside-banner { position: relative;}
    .inside-banner { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; }
    .inside-banner .container { display: flex; align-items: center; color: #FFF;}
    .inside-banner .container .titles { font-size:42px; font-weight: 700;}
    .inside-banner .container .intros { font-size:26px; margin-top: 15px; line-height: 1.4;}
/* Inside Banner End */

/* Current Location Star */
.current-location { height: 64px; line-height: 64px; overflow: hidden; color: #818181;}
    .current-location .breadcrumbs { float: left;}
    .current-location .breadcrumbs span { float: left;}
    .current-location .breadcrumbs a { font-size: 16px; color: #818181; transition: color .3s;}
    .current-location .breadcrumbs i { width: 4px; height: 64px; display: block; float: left; background: url('../img/arrow.png') no-repeat center; margin: 0 10px; }
    .current-location .breadcrumbs i.fa { width: auto; height: 64px; color: #999; background: none; line-height: 64px; margin: 0 10px 0 0;}
    .current-location .icos { float: right; color: #999;}
/* Current Location End */

/* Inside Contact Start */
#inside-contact { background: url("../img/inside-contact-bg.png") center no-repeat; background-size: cover; padding-top: 80px; padding-bottom: 80px;}
    .inside-contact { margin-top: 50px;}
    .inside-contact .phones { background:#448146; color: #FFF; font-size:30px; padding: 20px 50px; display: table; margin: 0 auto; position: relative;}
    .inside-contact .phones:after { position: absolute; left: -230px; top: 35px; content: ''; background: #707070; height: 1px; width: 200px;}
    .inside-contact .phones:before { position: absolute; right: -230px; top: 35px; content: ''; background: #707070; height: 1px; width: 200px;}

    .inside-contact .contacts { text-align: center; color:#959595; line-height: 1.6; margin-top: 30px; font-weight: 700;}


    /*
    .inside-contact ul.contacts li { float: left; width: 48.000000%; display: flex; align-content: center; align-items: center; justify-content: center; color:#959595; margin-right: 4.000000%;}
    .inside-contact ul.contacts li:nth-child(2n) { margin-right: 0;}
    .inside-contact ul.contacts li>img { margin-right: 5px;}
    .inside-contact ul.contacts li a { color:#959595; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    .inside-contact ul.contacts li a:hover { color: #FFF;}
     */

/* Inside Contact End */

/* Inside Enroll Start */
#inside-enroll { padding: 50px 72px; background: url("../img/inside-enroll-bg.png"); overflow: hidden;}
    .inside-enroll { padding: 0 0 30px 0;}
    .inside-enroll .boxs { padding: 55px 80px; margin-bottom: 30px; background:#FFF; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; box-shadow: 0 0 5px #e1e1e1;}
    .inside-enroll .boxs.no { margin-bottom: 0;}
    .inside-enroll .intros .table { margin-top: 15px;}
    .inside-enroll .topics { font-weight: 700; font-size: 20px;}
    .inside-enroll .topics span { font-weight: normal;}
/* Inside Enroll End */

/* List Input Start */
ul.list-input { }
    ul.list-input li { margin-bottom: 20px; text-align: left; line-height: 34px;}
    ul.list-input li .names { float: left; width: 150px;}
    ul.list-input li .inputs { float: right; width: calc(100% - 150px);}

    ul.list-input li .inputs .items { }
    ul.list-input li .inputs .items .options { float: left; width: calc(100% - 300px);}


    ul.list-input li input[type="radio"] {
        transform: scale(1.5); /* 数值越大越大，1.5~2.0最佳 */
        margin-right: 5px; /* 避免放大后和文字挤在一起 */
        cursor: pointer;
    }


    ul.list-input li .inputs .items .prices { float: right; width: 300px; text-align: right; font-family:'Geometric415BT BlackA'; color: #ff0000; font-size: 18px;}
    ul.list-input li .inputs .items .prices span { margin-right: 5px;}

    ul.list-input li .inputs.region { position: relative;}
    ul.list-input li .inputs.region .city-picker-span { border: 1px solid #ccc; border-radius: 4px; padding-left: 12px;}

    ul.list-input li input[type="radio"], ul.list-input li input[type="checkbox"] { margin-top: 0;}

    ul.list-input li .pays { max-height: 30px; margin-left: 5px;}
/* List Input End */

/* Enroll Info Start */
.enroll-info { margin-top: 30px;}
    .enroll-info .buttons { margin-top: 50px;}
    .enroll-info .buttons button { position: relative;overflow: hidden; outline: none; border: transparent; background: #448146; color: #FFF; font-size: 18px; font-weight: 700; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
    .enroll-info .buttons button:before {content: "";position: absolute;display: block;transition: all .6s;width: 100%;height: 0;border-radius: 50%;left: 50%;top: 50%;padding-top: 100%;transform: translateX(-50%) translateY(-50%);-webkit-animation: wave 1.3s infinite;animation: wave 1.3s infinite;z-index: 1;}
    .enroll-info .buttons button:hover { background: #004a23;}
/* Enroll Info End */

/* Reds Start */
.reds { color: #F00; margin-left: 5px;}
/* Reds End */

/* Inside Frame Star */
#inside-frame { padding-top: 50px; padding-bottom: 50px; background: url("../img/inside-enroll-bg.png"); background-size: cover; overflow: hidden;}
    .inside-frame { }
/* Inside Frame End */

/* Live List Start */
ul.live-list { }
    ul.live-list li { float: left; width: 23.500000%; margin-right: 2.000000%; margin-bottom: 25px;}
    ul.live-list li:nth-child(4n) { margin-right: 0;}
/* Live List End */

/* List News Star */
ul.list-news li { margin-bottom: 30px;}
    ul.list-news li:last-child { margin-bottom: 0;}
/* List News End */

/* Single News Start */
.single-news { line-height: 1;}
    .single-news .dates { float: left; background:#f3f3f3; width: 118px; text-align: center; }
    .single-news .dates .days { background:#448146; padding-top: 15px; padding-bottom: 15px; font-size:36px; color: #FFF;}
    .single-news .dates .year-month { color:#777; padding-top: 10px; padding-bottom: 10px;}
    .single-news .infos { float: right; width: calc(100% - 148px);}
    .single-news .infos .names { font-size:20px; color:#292929; font-weight: 700; height: 20px; overflow: hidden; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .single-news .infos .intros { margin-top: 15px; color:#777; line-height: 1.4; height: 66px; overflow: hidden;}
    .single-news:hover .infos .names { color: #448146;}
/* Single News End */

/* Detail Info Star */
.detail-info { }
    .detail-info img { max-width: 100%; object-fit: cover; vertical-align: middle; transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -o-transition:all .6s;}
    .detail-info .heads { border-bottom: 1px solid #f5f5f5; text-align: center;}
    .detail-info .heads .names { font-size: 28px; font-weight: 700; line-height: 1; text-align: center; color: #212121;}
    .detail-info .heads .paras { margin: 10px 0; color: #7d7d7d;}
    .detail-info .heads .bdshare { margin: 0 auto; display: inline-block;}
    .detail-info .heads .bdshare span { float: left; vertical-align: middle; margin-top: 6px;}
    .detail-info .infos { margin: 0 auto; font-size: 16px; padding: 30px 0; line-height: 1.4;}
    .detail-info .infos video { max-width: 100%;}
/* Detail Info End */

/* Prev Next Star */
.prev-next { border-top: 1px solid #f5f5f5; padding: 20px 0 0 0;}
    .prev-next a { color: #545454;}
    .prev-next .prev { width: 40%; float: left; text-align: left; text-transform: capitalize; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #f5f5f5; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
    .prev-next .prev:hover { background: #448146; border: solid 1px #448146;}
    .prev-next .prev:hover a { color: #FFF;}

    .prev-next .back { width: 20%; float: left; text-align: center; text-transform: capitalize;}
    .prev-next .back a { display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #ddd; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    .prev-next .back a:hover { color: #FFF; background: #448146; border: solid 1px #448146;}

    .prev-next .next { width: 40%; float: right; text-align: right; text-transform: capitalize; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 1; padding: 8px 14px; border: 1px solid #f5f5f5; border-radius: 10px; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
    .prev-next .next:hover { background: #448146; border: solid 1px #448146;}
    .prev-next .next:hover a { color: #FFF;}
/* Prev Next End */

/* Single Meeting Inside Start */
.single-meeting-inside { border-radius:6px; overflow: hidden; background: #FFF;}
    .single-meeting-inside .images { overflow: hidden;}
    .single-meeting-inside .images img { object-fit: cover; -webkit-transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease;}
    .single-meeting-inside:hover .images img { -webkit-transform: scale(1.1); transform: scale(1.1);}

    .single-meeting-inside .infos { padding: 20px 18px;}
    .single-meeting-inside .infos .names { color:#000; font-size:16px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
    .single-meeting-inside .infos .intros { font-size: 14px; margin-top: 5px; line-height: 1.4; color:#646464; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
    .single-meeting-inside .infos .time-more { margin-top: 15px;}
    .single-meeting-inside .infos .time-more .times { float: left; color:#979797; font-size: 13px;}
    .single-meeting-inside .infos .time-more .mores { float: right; font-size: 14px; background:#004a23; color: #FFF; border-radius:36px; padding: 2px 15px; transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -o-transition:all .3s;}
    .single-meeting-inside .infos .time-more .mores i.fa { margin-left: 10px;}
    .single-meeting-inside:hover .infos .names { color: #004a23;}
    .single-meeting-inside:hover .infos .time-more .mores { color: #ff531d;}
/* Single Meeting Inside End */

/* Pages Start */
.pages { text-align: center;}
    .pages.mt { margin-top: 30px;}
    .pages .frame { display: inline-table; margin: 0 auto;}
    .pages .frame a { width: 42px; height: 42px; line-height: 42px; display: inline-block; font-size: 18px; color: #242424; margin-left: 5px; margin-right: 5px; background:#f4f4f4; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;}
    .pages .frame a.prev,.pages .frame a.next { color: #444;}
    .pages .frame a.on,.pages .frame a:hover { background: #448146; color: #FFF;}
/* Pages End */

/* <1920的设备 */
@media screen and (max-width: 1920px){

}

/* <1680的设备 */
@media screen and (max-width: 1680px){

}

/* <1500的设备 */
@media screen and (max-width: 1500px){

}

/* <1440的设备 */
@media screen and (max-width: 1440px){

}

/* <1366的设备 */
@media screen and (max-width: 1366px){

}

/* <1200的设备 */
@media screen and (max-width: 1200px){


}

/* <991的设备 */
@media screen and (max-width: 991px){

    /* Inside Banner Start */
    .inside-banner .container .titles { font-size:32px;}
    .inside-banner .container .intros { margin-top: 5px;}
    /* Inside Banner End */

    /* Current Location Star */
    .current-location { height: 48px; line-height: 48px;}
    .current-location .breadcrumbs { float: none; width: 100%; white-space: nowrap;
        overflow-y: hidden;
        display: flex;
        display: -webkit-box;}
    .current-location .breadcrumbs i { width: 4px; height: 48px; margin: 0 5px; }
    .current-location .breadcrumbs i.fa { height: 48px; line-height: 48px; margin: 0 5px 0 0;}
    .current-location .icos { display: none;}
    /* Current Location End */

    /* Inside Frame Star */
    #inside-frame { padding-top: 15px; padding-bottom: 0;}
    /* Inside Frame End */

    /* Single News Start */
    .single-news .dates { width: 100px; }
    .single-news .infos { width: calc(100% - 120px);}
    .single-news .infos .names { font-size: 16px;}
    .single-news .infos .intros { margin-top: 5px; }
    /* Single News End */

    /* Detail Info Star */
    .detail-info .heads .names { font-size: 18px;}
    .detail-info .heads .paras { margin: 10px 0; color: #7d7d7d;}
    .detail-info .infos { padding: 15px 0;}
    /* Detail Info End */

    /* Live List Start */
    ul.live-list li { float: none; width: 100.000000%; margin-right: 0; margin-bottom: 20px;}
    /* Live List End */


    /* Inside Enroll Start */
    #inside-enroll { padding: 15px 0;}
    .inside-enroll { padding: 15px 0;}
    .inside-enroll .boxs { padding: 15px 10px; margin-bottom: 30px;}
    /* Inside Enroll End */

    /* Enroll Info Start */
    .enroll-info { margin-top: 10px;}
    .enroll-info .buttons { margin-top: 10px;}
    /* Enroll Info End */

    /* List Input Start */
    ul.list-input { }
    ul.list-input li { margin-bottom: 20px; text-align: left; line-height: 34px;}
    ul.list-input li .names { display: none;}
    ul.list-input li .inputs { float: none; width: 100%;}
    ul.list-input li .inputs.region { position: relative;}
    ul.list-input li .inputs.region .city-picker-span { border: 1px solid #ccc; border-radius: 4px; padding-left: 12px;}

    ul.list-input li input[type="radio"], ul.list-input li input[type="checkbox"] { margin-top: 0;}

    ul.list-input li .pays { max-height: 30px; margin-left: 5px;}

    ul.list-input li .inputs .items .options { float: none; width: 100%;}
    ul.list-input li .inputs .items .prices { float: none; width: 100%; text-align: center;}

    /* List Input End */

    /* Inside Contact Start */
    #inside-contact { padding-top: 30px; padding-bottom: 20px;}
    .inside-contact { margin-top: 20px;}
    .inside-contact .phones { font-size:18px; padding: 6px 15px; }
    .inside-contact .phones:after { left: -40px; top: 20px;width: 30px;}
    .inside-contact .phones:before { right: -40px; top: 20px; width: 30px;}

    .inside-contact ul.contacts { margin-top: 20px;}
    .inside-contact ul.contacts li { float: none; margin-bottom: 5px; margin-right: 0;}
    .inside-contact ul.contacts li:last-child { margin-bottom: 0;}
    /* Inside Contact End */

    /* Pages Star */
    .pages.mt { margin-top: 10px; margin-bottom: 20px;}
    .pages .frame a { width: 30px; height: 30px; line-height: 30px; font-size: 14px;}
    /* Pages End */
}

/* <767的设备 */
@media screen and (max-width: 767px){

}

/* <450的设备 */
@media screen and (max-width: 450px){

}