a:hover{
    text-decoration: none !important;
}
/*ͷ��*/
.header{
    height: 560px;
    position: relative;
}
.banner{
    height: 100%;
}
.banner-img{
    height: 100%;
    background:  url("../img/information/banner_01.png") no-repeat center;
}
.bg-one{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}
.bg-two{
    position: absolute;
    left: 30%;
    top: 150px;
    right: 30%;
    bottom: 80px;
    background: rgba(255, 255, 255, .18);
}
.bg-three{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background: rgba(255,255,255,.21);
}
.banner-title{
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 30px;
    color: rgba(255,255,255,1);
    font-size: 70px;
    letter-spacing: 3px;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.bg-three p{
    color: #ffb900;
    font-size: 50px;
    margin-top: 20px;
}

/*������*/
.news-title h3{
    color: #000;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    padding-bottom: 15px;
}
.news-title span:first-of-type{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffb900;
    margin-bottom: 3px;
}
.news-title span:last-of-type{
    display: block;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    width: 40%;
    margin: 0 auto;
    height: 7px;
    background: #ffb900;
}
.news-tabs{
    margin-top: 70px;
}
.news-content .nav-tabs{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.nav-tabs{
    height: 130px;
    line-height: 130px;
    border-bottom: none !important;
}
.nav-tabs li{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
    text-align: center;
    font-size: 24px;
    border-top: 1px solid #d5d5d5;

}
.nav-tabs li a{
    display: inline-block;
    height: 100%;
    color: #000;
    border: none;
    position: relative;
}
.nav-tabs li span,.nav-tabs li b{
    display: inline-block;
}
.circle-bg{
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 96px;
    background: #fff;
}
.circle-one{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 5px solid transparent;
    background: #fff;
}
.circle-two{
    width: 38px;
    height: 38px;
    background: transparent;
    border-radius: 50%;
    border: 5px solid #d5d5d5;
    position: relative;
    left: -3px;
    top: -3px;
}
.circle-three{
    width: 17px;
    height: 17px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    top: -3px;
}
.nav-tabs>li.active .circle-one{
    border-color: #ffb900;
}
.nav-tabs>li.active .circle-two{
    border-color: transparent;
}
.nav-tabs>li.active .circle-three{
    background: #ffb900 !important;
}
.nav-tabs>li.active>a{
    color: #ffb900 !important;
    border: none !important;
}
.nav-tabs>li>a:hover{
    border: none !important;
    background: none !important;
}

.tabs-img{
    text-align: center;
    vertical-align: middle;
}
.tabs-img img{
    width: 80%;
    vertical-align: middle;
}
.tabs-con{
    vertical-align: middle;
}
.content-item{
    border: 2px solid #d5d5d5;
    padding: 7px 14px;
    margin: 8px 0;
    height: 130px;
    transition: .3s;
}
.tab-content .col-lg-12 a{
    color: #000000;
}
.content-item h4{
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.content-item img{
    display: none;
}
.date{
    display: inline-block;
    width: 50%;
    text-align: right;
    color: #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.content-item p{
    color: #d5d5d5;
    text-indent: 2em;
    font-size: 16px;
    letter-spacing: 2px;
    height: 46px;
    overflow: hidden;
}
.tab-content .col-lg-12 a:hover .content-item{
    border-color: #ffb900;
}

.news-bottom{
    margin-top: 48px;
}
.news-bottom>.row>.col-lg-12{
    padding-left: 50px !important;
    margin-bottom: 48px;
}
.news-bottom .media{
    border: 2px solid #d5d5d5;
    position: relative;
}
.news-bottom .media .media-left>a>div{
    width: 280px;
    height: 230px;
}
.media-body{
    padding: 15px;
    color: #000000;
    line-height: 30px;
}
.news-bottom .media-heading{
    font-weight: bold;
}
.news-bottom .media-body p{
    color: #606060;
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 2px;
    padding-right:  10px;
    margin-top: 15px;
    height: 90px;
    overflow: hidden;
}
.news-bottom .media-body a{
    display: inline-block;
    width: 125px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #ffb900;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
}

#footer{
    margin-top: 40px;
}


@media all and (min-width: 992px) and (max-width: 1200px){
    .header{
        height: 460px;
    }
    .banner-title{
        padding: 30px 0 30px;
        font-size: 50px;
    }
    .bg-three p{
        font-size: 30px;
        margin-top: 10px;
    }
    .circle-three{
        top: 1px;
    }
    .nav-tabs li{
        font-size: 22px;
    }
    .content-item{
        height: 100px;
    }
    .content-item h4{
        font-size: 18px;
    }
    .content-item img{
        display: none;
    }
    .date{
        font-size: 12px;
    }
    .content-item p{
        font-size: 14px;
        letter-spacing: 0;
    }
    .news-bottom .media .media-left>a>div{
        width: 220px;
        height: 180px;
    }
    .news-bottom .media-heading{
        font-size: 16px;
    }
    .news-bottom .media-body p{
        font-size: 14px;
        letter-spacing: 0;
    }
    .news-bottom .media-body a{
        width: 100px;
        height: 33px;
        line-height: 33px;
    }
}
@media all and (min-width: 768px) and (max-width: 992px){
    .header{
        height: 360px;
    }
    .banner-title{
        padding: 20px 0;
        font-size: 30px;
    }
    .bg-two{
        top: 120px;
        bottom: 50px;
    }
    .bg-three p{
        font-size: 25px;
        margin-top: 15px;
    }
    .nav-tabs li{
        font-size: 20px;
    }
    .content-item{
        height: 120px;
        margin-bottom: 15px;
    }
    .content-item h4{
        font-size: 18px;
    }
    .content-item img{
        display: none;
    }
    .date{
        font-size: 12px;
    }
    .content-item p{
        font-size: 16px;
        letter-spacing: 0;
    }
    .circle-bg{
        width: 60px;
    }
    .circle-one{
        width: 32px;
        height: 32px;
    }
    .circle-two{
        width: 25px;
        height: 25px;
        left: -3px;
        top: 1px;
    }
    .circle-three{
        width: 14px;
        height: 14px;
        top: -10px;
        left: 1px;
    }
    .news-bottom>.row>.col-lg-12{
        padding-left: 0 !important;
    }
    .news-bottom .media .media-left img{
        height: 150px;
    }
    .news-bottom .media-heading{
        font-size: 14px;
    }
    .news-bottom .media-body{
        height: 150px;
        padding: 10px;
    }
    .news-bottom .media-body p{
        font-size: 12px;
        letter-spacing: 0;
    }
    .news-bottom .media-body a{
        width: 80px;
        height: 33px;
        line-height: 33px;
    }
    .news-bottom .media .media-left>a>div{
        width: 184px;
        height: 150px;
    }
}
@media all and  (max-width: 768px) and (min-width: 481px) {
    .header{
        height: 360px;
    }
    .banner-title{
        padding: 20px 0;
        font-size: 30px;
    }
    .bg-two{
        top: 120px;
        bottom: 50px;
    }
    .bg-three p{
        font-size: 25px;
        margin-top: 15px;
    }
    .tabs-con>div>div{
        padding: 0 !important;
    }
    .circle-bg{
        width: 47px;
    }
    .circle-one{
        width: 32px;
        height: 32px;
    }
    .circle-two{
        width: 22px;
        height: 22px;
        left: -3px;
        top: 3px;
    }
    .circle-three{
        width: 13px;
        height: 13px;
        top: -10px;
        left: 2px;
    }
    .nav-tabs li{
        font-size: 18px;
    }
    .content-item{
        height: 120px;
        margin-bottom: 15px;
    }
    .content-item h4{
        font-size: 16px;
    }
    .content-item img{
        display: none;
    }
    .date{
        font-size: 12px;
    }
    .content-item p{
        font-size: 16px;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .news-bottom>.row>.col-lg-12{
        padding-left: 0 !important;
    }
    .news-bottom .media .media-left img{
        height: 150px;
    }
    .news-bottom .media-heading{
        font-size: 14px;
    }
    .news-bottom .media-body{
        height: 100px;
        padding: 10px;
    }
    .news-bottom .media-body p{
        font-size: 12px;
        letter-spacing: 0;
    }
    .news-bottom .media-body a{
        width: 80px;
        height: 23px;
        line-height: 23px;
        font-size: 12px;
    }
    .news-bottom .media .media-left>a>div{
        width: 184px;
        height: 169px;
    }
}
@media all and  (max-width: 480px) and (min-width: 320px) {
    .header{
        height: 360px;
    }
    .banner-title{
        padding: 20px 0;
        font-size: 30px;
    }
    .bg-two{
        top: 120px;
        bottom: 50px;
        left: 20%;
        right: 20%;
    }
    .tabs-con>div>div{
        padding: 0 !important;
    }
    .nav-tabs li{
        font-size: 16px;
    }
    .circle-bg{
        width: 47px;
    }
    .circle-one{
        width: 32px;
        height: 32px;
    }
    .circle-two{
        width: 22px;
        height: 22px;
        left: -3px;
        top: 3px;
    }
    .circle-three{
        width: 13px;
        height: 13px;
        top: -7px;
        left: 2px;
    }
    .content-item{
        height: 120px;
        margin-bottom: 15px;
    }
    .content-item h4{
        font-size: 16px;
    }
    .content-item img{
        display: none;
    }
    .date{
        font-size: 12px;
    }
    .content-item p{
        font-size: 16px;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .news-bottom>.row>.col-lg-12{
        padding-left: 0 !important;
    }
    .news-bottom .media .media-left img{
        height: 150px;
    }
    .news-bottom .media-heading{
        font-size: 14px;
    }
    .news-bottom .media-body{
        height: 100px;
        padding: 10px;
    }
    .news-bottom .media-body p{
        font-size: 12px;
        letter-spacing: 0;
    }
    .news-bottom .media-body a{
        width: 80px;
        height: 23px;
        line-height: 23px;
        font-size: 12px;
    }
    .news-bottom .media .media-left>a>div{
        width: 184px;
        height: 169px;
    }
}
@media all and (max-width: 430px) and (min-width: 320px) {
    .header{
        height: 250px;
    }
    .banner-title{
        padding: 7px 0;
        font-size: 18px;
    }
    .bg-three p{
        font-size: 14px;
        margin-top: 7px;
    }
    .bg-two{
        top: 108px;
        bottom: 30px;
        left: 20%;
        right: 20%;
    }
    .news-title h3{
        font-size: 16px;
    }
    .news-title span:first-of-type{
        width: 7px;
        height: 7px;
    }
    .news-title span:last-of-type{
        bottom: -2px;
        height: 4px;
    }
    .tabs-con>div>div{
        padding: 0 !important;
    }
    .nav-tabs{
        height: 80px;
        line-height:80px;
    }
    .nav-tabs li{
        font-size: 16px;
    }
    .circle-bg{
        width: 47px;
    }
    .circle-one{
        width: 27px;
        height: 27px;
    }
    .circle-two{
        width: 20px;
        height: 20px;
        left: -3px;
        top: 3px;
    }
    .circle-three{
        width: 11px;
        height: 11px;
        top: -11px;
        left: 1px;
    }
    .content-item{
        height: 120px;
        margin-bottom: 15px;
    }
    .content-item h4{
        font-size: 16px;
    }
    .content-item img{
        display: none;
    }
    .date{
        font-size: 12px;
    }
    .content-item p{
        font-size: 16px;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .news-bottom>.row>.col-lg-12{
        padding-left: 0 !important;
    }
    .news-bottom .media .media-left img{
        height: 150px;
    }
    .news-bottom .media-heading{
        font-size: 14px;
    }
    .news-bottom .media-body{
        height: 100px;
        padding: 10px;
    }
    .news-bottom .media-body p{
        font-size: 12px;
        letter-spacing: 0;
    }
    .news-bottom .media-body a{
        width: 80px;
        height: 23px;
        line-height: 23px;
        font-size: 12px;
    }
}


