body{
    font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
    font-size: 16px;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    color: #323232;
    text-decoration: none !important;
}
ul,dl{
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
h1,h2,h3{
    padding: 0;
    margin: 0 auto;
}


.container,.container-fluid{
    padding: 0;
}

.course,.news{
    padding: 40px 0;
    margin-bottom: 40px;
    background-color: #f5f5f5
}
.head>h1{
    position: absolute;
    left: -9999999px;
    z-index: -99;
}
/* top-bg start */
.top-bg{
    background-color: #eeeeee;
    line-height: 40px;
    font-size: 12px;
    color: #555;
}

/* top-bg end */

/* nav start */
.head{
    border-bottom: 1px solid #dedede;
}
/*modify nav default style start*/
.head .navbar-default .navbar-brand{
    margin: 0;
}
.head .navbar-nav>li{
    border-top:3px solid #fff;
}
.head .navbar-nav>li>a{
    color: #333333;
    font-weight: 900;
    line-height: 37px;
}

.head .navbar-default .navbar-nav>.active>a,.head .navbar-default .navbar-nav>.active>a:focus, .head .navbar-default .navbar-nav>.active>a:hover{
    color: #333333;
    font-weight: 900;
    background-color: #fff;
}
.head .navbar-default .navbar-nav>.open>a,.head .navbar-default .navbar-nav>.open>a:focus,.head .navbar-default .navbar-nav>.open>a:hover{
    background-color: #fff;
    color: #39599f;
}
.head .dropdown-menu{
    min-width: inherit;
    width: 100%;
    top: 60px;
    border: none;
}
.head .dropdown-menu>li>a{
    font-size: 14px;
    line-height: 2;
}
.head .navbar-nav>li.open{
    border-top: 3px solid #39599f;
    -moz-box-shadow:0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
}
.head .dropdown-menu>li>a:hover,.head .navbar-nav > li > a:hover{
    color: #39599f!important;
}

.head .navbar-nav>li.open .caret{
    border: #39599f solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    margin: 5px 8px;
}
.head .navbar-nav>li .caret{
    width: 8px;
    height: 8px;
    border: #333 solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
    margin: 0 8px 5px;
}
/*modify nav default style end*/
.head .navbar-right{
    margin: 0;
}
.head .navbar-collapse{
    padding: 0;
    background-color: #fff;
}
.head .navbar {
    border: none;
    margin-bottom: 0;
}
.head .navbar-header{
    padding-top: 20px;
    margin: 0;
}
.head .navbar-header > h1,.head .navbar-header > span{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    background-color: #39599f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}
.navbar-brand{
    padding: 0;
    height: auto
}
.nav-tel{
    margin-left: 20px;
    margin-top: 18px;
    padding-left: 36px;
    background: url(../images/news-images/phone.png) no-repeat left center;
    background-size: contain;
}
.nav-tel p{
    font-size: 12px;
    line-height: 14px;
    color: #fe4e00;
    margin-bottom: 0;
}
/* nav end */

/* ad start */
.ad{
    padding: 10px 0 0;
}
/* ad end */

/* breadcrumbs start */
.breadcrumbs {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #999999
}
.breadcrumbs a{
    color: #999999
}
/* breadcrumbs end */

/* news.html start */
.news-main,.recommend-main,.interest-main{
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.news-main{
    padding-top: 20px;
}
.news-tit{
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    top: -20px;
    transition: all .5s;
}
.news-tit.on-top{
    position: fixed;
    width: 100%;
    height: 60px;
    text-align: left;
    background-color: #fff; 
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 99;
    transition: all .5s
}
.news-tit h1{
    font-size: 28px;
    line-height: 40px;
    margin-bottom:15px;
}
.news-tit.on-top h1{
    float: left;
    width: 40%;
    margin-right: 2%;
    font-size: 18px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 2% 0 0;

}
.news-tit.on-top .info{
    float: left;
    width: 38%;
    margin: 0 auto;
    line-height: 60px;
}
.news-tit.on-top .share-box{
    float: right;
    width: 20%;
    margin: 0 auto;
}
.news-tit.on-top h1 .original-icon{
    width: 40px;
    height: 40px;
    top: 10px;
    right: 20px;
}
.news-tit.on-top .share-box{
    margin-top: 10px;
}

.news-tit h1 span{
    position: relative;
    font-weight: 900;
}
.news-tit h1 .original-icon{
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    background: url(../images/news-images/original-icon.png) no-repeat center;
    background-size: contain;
    right: 20px;
    top: 5px;
}
.info {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}
.info span {
    margin-right: 10px;
}
.share-box{
    margin-bottom: 20px;
}
.news-cnt p {
    line-height:38px;
    margin-bottom:10px;
}
.news-cnt table,.news-cnt td{
    border:1px #999 solid;
	table-layout: auto;
}
.news-cnt table h3{
    border:0;
    padding-left:0;
    margin-bottom:0;
}
.news-cnt table p{
    margin-bottom:0;
}
.news-cnt td{
    font-size:14px;
}

.news-flex-box .news-cnt{
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    transition: all 1s;
}
.news-cnt.on::after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height:60px;
    background: url(../images/news-images/white_bg.png) repeat-x 0 100%;
    bottom: 0;
    left: 0; 
}


.news-flex-btn.on{
    display: none;
}
.news-flex-box,.consult-form,.news-recommend{
    padding: 0 60px;
}
.news-flex-box .praise {
   margin-top:30px;
}
.news-flex-box .praise .end-title{
    text-align: center;
    margin-bottom: 20px;
    background: url(../images/news-images/praise-bg.jpg) repeat-x center center
}
.news-flex-box .end-title span{
    background-color: #fff;
    color: #333333;
    font-size: 18px;
    padding: 0 15px;
}
.praise-btn dt{
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    background: url(../images/news-images/praise-btn2.png) no-repeat center;
    background-size: contain;
}
.praise-btn.on dt{
    background: url(../images/news-images/praise-btn.png) no-repeat center;
    background-size: contain;
}

.praise-btn dl{
    cursor: pointer;
}
.praise-btn p,.praise-btn dd{
    color: #ff6666;
}
.news-flex-box .state{
    margin-bottom: 20px
}
.news-flex-box .state p{
    color: #666;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0;
    
}
.praise-btn{
    text-align: center
}
.news-flex-btn{
    line-height: 50px;
    border: 1px solid #ffbc9f;
    color: #fe4e00;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.laquo-bottom{
    padding: 0 6px;
    margin-left: 5px;
    background: url(../images/news-images/laquo-bottom.png) no-repeat center;
    background-size: contain;
}

/* 20180802 wx  start */
.follow-title{
    border-top: 1px dashed #eaeaea;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.follow-wx{
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.follow-wx dl {
    text-align: center;
    float: left;
    width: 30%;
    margin-left: 20%;
    padding: 0 2%;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #eaeaea
}

.follow-wx dl:nth-child(2){
    margin-left: 5%;
    margin-right: 15%;
}
.follow-wx dl dt{
    float: left;
    margin-right: 10px;
   padding: 10px 0;
}
.follow-wx dl dd{
    float: left;
    flex: 1;
    text-align: left;
    line-height: 40px;
    margin-top: 15% \9;
}
.follow-wx dl dd p {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}
.follow-wx dl dd span{
    font-size: 14px;
    color: #188cc4;
    line-height: 1;
}
@media only screen and (max-width: 1200px) {
    .news-flex-box, .consult-form, .news-recommend {
        padding: 0 5%;
    }
    .follow-wx dl{
        width: 48%;
        margin-left: 2%;
    }
    .follow-wx dl:nth-child(2) {
        margin-left: 5%;
        margin-right: 2%;
    }
}

@media only screen and (max-width: 767px) {
    .follow-wx dl{
        width: 70%;
        min-width: 290px;
        margin: 0 15% 15px !important;
    }
    .follow-wx{
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .follow-wx dl dd{
        flex: none;
    }
}


/* 20180802 wx  end */
.form-main{
    background: #f1f1f1;
}
.consult-form{
    padding: 20px 15px;
    margin: 0 60px 30px;
    background-color:#f1f1f1;
    overflow: hidden;
}
.consult-form form{
    width: 88%;
    margin: 0 auto;
}
.consult-form .form-group{
    width: 30.333%;
    height: 30px;
    line-height: 30px;
    margin: 0 1% 15px;
    position: relative;
}
.consult-form .form-group label{
    float: left;

}
.consult-form .form-group .radio-inline-tit{
    width:35%;
    text-align: right;
}
.consult-form .form-group .radio-inline-cnt{
    width: 60%;
    padding: 0;
    position: absolute;
}
.consult-form .form-group .radio-inline-tit{
    min-width: 78px;
}
.consult-form .form-group>input,.consult-form .form-group label>select, .consult-form .form-group .form-control{
    width: 100% ;
    height: 28px;
}
.consult-form .form-group label>select{
    padding-left: 6px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #ccc;
}
.consult-form .form-group label,.consult-form .form-group label>select{
    font-size: 14px;
}
.consult-form .form-group input[type=checkbox],.consult-form .form-group input[type=radio]{
    margin-top: 9px ;
}
.consult-form .form-group .radio-inline-tit{
    padding-left: 0px;
}
.consult-form .form-btn{
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 0 auto 10px;
    position: relative;
}
.consult-form .form-btn .sub-btn{
    width: 100%;
    height: 28px;
    line-height: 18px;
    background-color: #39599f;
    color: #fff;
    border: none;
}
.consult-form .form-btn a{
    font-size: 12px;
    position: absolute;
    color: #39599f;
    right: -100px; 
    top: 0;
}
.consult-form form p{
    text-align: center;
    font-size: 12px;
    color: #666666;
}
.consult-form .form-btn a i{
    padding: 0 5px;
    background: url(../images/news-images/lable-icon.png) no-repeat center
}
.consult-form h3{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center
}
.consult-form h3 b{
    color: #39599f
}
.news-recommend{
    margin-bottom:20px;
}
.news-recommend li{
    float:left;
    width: 48%;
    margin:0 1%;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-recommend li b{
    font-weight: normal;
}
.news-recommend li:last-child{
    text-align: right
}
.news-recommend li a{
    color: #333333
}
.news-recommend li:hover a,.news-recommend li:hover{
    color: #39599f
}


.recommend-main{
    padding: 20px 0 0;
}
.main-title{
    padding-left: 20px;
    border-left: 3px solid #39599f;
    margin-bottom: 20px;
}
.main-title span{
    font-size: 24px;
    line-height: 24px;
   
}

.recommend-main dl{
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 47%;
    margin: 0 3% 20px 0;
}

.recommend-main dl dt{
    float: left;
    /* width: 14%; */
    width: 72px !important;
    color: #bbbbbb;
    font-weight: normal;
    padding-right: 20px;
    border-right: 1px solid #dddddd;
    margin-right: 20px;
    text-align: center;
}
.recommend-main dl dt .t-day{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
}
.recommend-main dl dt .t-time{
    font-size: 16px;
    margin: 0 auto;
}
.recommend-main dl dd{
    width: 80%;
    float: left;
}
.recommend-main dl dd a{
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #333333;
    margin-bottom: 8px;
    height:26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    line-height:26px; 
}

.recommend-main dl dd a:hover{
    color: #39599f;
}
.recommend-main dl dd p{
    font-size: 14px;
    color: #999999;
    margin: 0 auto;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
}

.interest-main{
    padding: 20px 0;
}
.interest-main .special-item{
    padding: 0 15px;
}
.interest-cnt dl,.interest-main .special-item a{
    float: left;
    width: 18.8%;
    margin: 0 0.6%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}

.interest-cnt dl:hover,.interest-cnt .special-list:hover{
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
}
.interest-cnt dl dd {
    padding: 15px;
}
.interest-cnt dl dd a{
    display: block;
    font-weight: 900;
    font-size: 16px;
    color: #333333;
    height: 40px;
    line-height: 20px;
    margin-bottom: 10px;
}
.interest-cnt dl dd p{
    font-size: 14px;
    color: #666666;
    margin: 0 auto
}
.interest-cnt dl dd b{
    font-size: 20px;
    color: #fe4e00
}
/* news.html end */

/* 2018.0806 start */
.course-cnt{
    width: 88%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.course-cnt>p{
    flex-basis:100%;
    -webkit-flex-basis:100%;
    text-align: center;
    font-size: 12px;
    color: #666666;
    float: left;
    width: 100%
}
.course-cnt .form-group,.course-cnt .must-box{
    flex-basis: 31.333%;
    -webkit-flex-basis: 31.333%;
    margin: 0 1% 15px;
    float: left;
    width: 31.333%;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
}
.course-cnt .input-group-span{
    font-size: 14px;
    min-width: 98px;
    width: 35%;
    margin-right: 10px;
    text-align: right;
    float: left;
}
.consult-form .course-cnt .must-box .icon-check{
    padding:0 8px;
    background: url(../images/news-images/lable-icon.png) no-repeat center 8px
}
.consult-form .course-cnt .form-control{
    padding-top: 0;
    padding-bottom: 0;
    float: left;
    width: 60%;
}
.consult-form .course-cnt .form-group > input{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
/* .course-cnt .submit-group{
    flex-basis: 30%;
    margin: 0 0 15px 70%;
} */
.course-cnt .submit-group input{
    width: 100%;
    height: 28px;
    font-size: 14px;
    line-height: 18px;
    background-color: #39599f;
    color: #fff;
    border: none;
}
.must-box a{
    font-size: 12px;
    color: #39599f !important;
}
@media only screen and (max-width: 1200px){
    .consult-form .course-cnt .form-group,.consult-form .course-cnt .must-box{
        flex-basis: 48%;
        -webkit-flex-basis: 48%;
        margin: 0 1% 15px;
        float: left;
        width: 48%;
        display: -webkit-box;
        display: flex;
        display: -webkit-flex;
    }   
    .consult-form .course-cnt{
        justify-content: center;
        -webkit-justify-content: center;
    }
    .consult-form .course-cnt .submit-group{
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }
    .course-cnt .submit-group input{
        width: 50% !important;
        margin: 0 auto ;
     }
     .consult-form .course-cnt .must-box span{
        display: block;
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        width: 100%;
        text-align: center;
     }
}


@media only screen and (max-width: 680px){
   
    .consult-form .course-cnt .form-group,.consult-form .course-cnt .must-box{
         flex-basis: 100%;
         -webkit-flex-basis: 100%;
         margin: 0 1% 10px;
         float: left;
         width: 100%;
         display: -webkit-box;
         display: flex;
         display: -webkit-flex;
     }
     .course-cnt .input-group-span{
        width: 23%;
     }
 }
 @media only screen and (max-width: 400px){
     .course-cnt{
         width: 100%;
     }
 }
/* 2018.0806 end */

/* share bds start */
.share-box {
    width: 250px;
    margin: 0 auto 20px;
}
.bdshare-button-style0-24 a{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.bdshare-button-style0-24 .bds_title{
    font-size: 16px;
    background: none
}
.bdshare-button-style0-24 .bds_sqq{
    background: url(../images/news-images/bds-qq.png) no-repeat center !important;
}
.bdshare-button-style0-24 .bds_qzone{
    background: url(../images/news-images/bds-qzone.png) no-repeat center !important;
}
.bdshare-button-style0-24 .bds_tsina{
    background: url(../images/news-images/bds-sina.png) no-repeat center !important;
}
.bdshare-button-style0-24 .bds_weixin{
    background: url(../images/news-images/bds-weixin.png) no-repeat center !important;
}
.bdshare-button-style0-24 .bds_more{
    background: url(../images/news-images/bds-more.png) no-repeat center !important;
}
/* share bds end */

/* newslist.html start */
.news-list .news-list-main{
    float: left;
    width: 78%;
    margin-right: 2%;
}
.news-list .news-list-main .news-list-item{
   padding: 20px 20px 20px 0;
   border-bottom: 1px solid #eff0f1;
}

.news-list .news-list-main .news-list-item:hover{
    background-color: #f5f5f5;
}
.news-list .news-list-main .news-list-item .news-list-img{
    float: left;
    width: 22%;
    margin-right: 2%
}
.news-list-flex{
    margin-bottom: 40px;
    overflow: hidden;
}

.news-list-flex .news-list-title{
    line-height: 40px;
    padding-bottom:20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    text-align:center;
    font-size:24px;
    font-weight: bold;
    color: #333;
}

.news-list-box{
    margin-bottom: 40px;
}
.news-list .news-flex-btn{
    display: none;
    border-color: #39599f;
    color: #39599f;
}
.news-list .laquo-bottom{
    
    background: url(../images/news-images/laquo-bottom.png) no-repeat center;
    background-size: contain;
}


.news-list .news-list-main .news-list-item{
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items:center;
    
}
.news-list .news-list-main .news-list-item .news-list-cnt{
    float: left;
    flex: 1;
    display: inline \9;
    float: inherit \9;
}
.news-list .news-list-main .news-list-item.pure-text .news-list-cnt{
    width: 100%;
} 
.news-list .news-list-main .news-list-item .news-list-cnt a{
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-list .news-list-main .news-list-item .news-list-cnt a:hover{
    color: #39599f;
}
.news-list .news-list-main .news-list-item .news-list-cnt p{
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    margin-bottom: 15px;
    height: auto;
    margin-bottom: 2%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.news-list .news-list-main .news-list-item .news-list-cnt .time{
    font-size: 12px;
    color: #c9ccd0;
}

.news-list-special{
    float: right;
    width: 20%;
}
.news-list-special .news-list-title{
    height: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eff0f1
}
.news-list-special .news-list-title h2{
    float: left;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
}
.news-list-special .news-list-title span{
    font-size: 16px;
    font-weight: 900;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 1px solid #39599f;
}
.news-list-special .news-list-title a{
    float: right;
    font-size: 12px;
    color: #999999;
}
.news-list-special .news-list-title a:hover{
    color: #39599f;
}
.news-list-special .special-item a{
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.special-item{
    padding:0 5%;
}
.special-top{
    position: fixed;
    top:0;
    right:0;
    background-color: #fff;
    width: auto;
    padding-top:20px;
}



/* newslist.html end */

/* copyright start */
.copyright{ display:none; padding:1em 0em 0; text-align:center;border-top:2px solid #39599f; margin:1.5em 0 1em;background-color: #fff;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;font-size: 12px;}
.copyright p a{ margin-right:5px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#39599f; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33%; height:40px; border-right:1px #fff solid; background-color:#39599f; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;}
/* copyright end */

/* page start */
.page{
    width: 100%;
    text-align: center;
}
.page>ul>li{
    float: left;

}
.page .pagezong:hover{ background-color: #f5f5f5;
    color: #444;}
.page>a, .page>b{
    width: 10%;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    padding:10px 20px;
    border-radius: 2px;
    margin-right:10px;
}
.page>b{
    background-color: #fff;
}
.page>a:hover{
    background-color: #39599f;
    color:#fff;
}
.page>ul>li>.active{
    color: white;
    background-color: #39599f;
}

.fst-page a,.last-page a{
    padding-left: 5px;
    padding-right: 5px;
}
/* page end */

.praise-btn dl dt{
    position: relative;
}

/* add zan start */
.add-animation.on{
    color: #EB4F38;
    position:absolute;
    top:-15px;
    left: 20px;
    font-size: 15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity:0;
    animation: mypraise 0.5s ;
    -moz-animation: mypraise 0.5s ;	/* Firefox */
    -webkit-animation: mypraise 0.5s ;	/* Safari �? Chrome */
    -o-animation: mypraise 0.5s ;	/* Opera */
    font-style:normal;
}
@keyframes mypraise
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-moz-keyframes mypraise /* Firefox */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-webkit-keyframes mypraise /* Safari �? Chrome */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}

@-o-keyframes mypraise /* Opera */
{
    0%{
        top:-15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
    25%{
        top:-20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    50%{
        top:-25px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity:1;
    }
    75%{
        top:-30px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity:0.5;
    }
    100% {
        top:-35px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity:0;
    }
}
/* add zan end*/

/*  */
.alert-box{
    display: none;
    position: fixed;
    width: 100px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
}
.alert-warning{
    position: absolute;
    width: 200px;
    right: 50%;
    top: -50%;
    background-color: rgba(0,0,0,.3) !important;
    border: none !important;
    color: #fff;
    text-align: center
}
/*  */
.container {
    width: 1200px \9;
}

@media (min-width: 1440px){
    .banner .carousel-indicators{
        right: 120px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@media only screen and (max-width: 1200px) {
    .head .navbar-header{
        width: 24%;
    }
    .head .navbar-header > h1,.head .navbar-header > span{
        font-size: 14px;
        line-height: 30px;
        margin-top: 0;
    }
    
    .head .navbar-nav>li>a{
        font-size: 14px;
        line-height: 34px;
    }
    .head .navbar-default .navbar-brand{
        float: left;
        width: 45%;
    }
    .nav-tel{
        margin-top: 18px;
    }
    .interest-cnt dl dd a{
        font-size: 15px;
    }
    .consult-form .form-btn{
        margin: 0 auto 2%
    }
    .laquo-bottom{
        padding: 0 5px;
    }
    .news-tit h1 span{
        display: block;
        line-height: 30px;
    }

    .recommend-main dl{
        width: 48%;
        margin: 0 1% 20px;
        padding: 0;
    }
    /* .recommend-main dl dt{
        padding-right: 2%;
        margin-right: 2%
    } */
}

@media only screen and (max-width: 1024px) { 
  
    .head .navbar-nav > li > a{
       padding:10px ;

    }
    .head{
        width: 100%;
    }
    .container{
        width: 95%;
    }
    .container .container{
        width: 100%;
    }
    .head .navbar-nav>li.nav-tel{display: none;}
    .interest-cnt{padding: 0}

    .interest-cnt dl{
        width: 23%;
        margin: 0 1% 2%;
    }
    .interest-cnt dl:first-child,.interest-cnt dl:last-child{
        margin: 0 1% 2%;
    }
    .interest-cnt dl dd{
        padding: 10px;
    }
   
    .recommend-main dl{
        width: 98%;
    }
    .recommend-main dl dd a{
        height: auto;
    }
    .news-flex-btn{
        line-height: 40px;
        font-size: 14px;
    }
    
    .consult-form .form-group{
        width: 48%;
        margin: 0 1% 2%;
        float: left;
    }   
    .consult-form form p{
        float: left;
        width: 100%;
        margin: 0 auto;
    }
    .consult-form .form-btn{
        margin: 0 26% 2%;
    }

    .news-list .news-list-main .news-list-item .news-list-img{
        width: 28%;
    }
    .news-list .news-list-main .news-list-item .news-list-cnt a{
        font-size: 15px;
        line-height: 20px;
        height: auto;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space:normal;
    }
    .news-list .news-list-main .news-list-item .news-list-cnt p{
       height: auto;
       margin-bottom: 2%;
       overflow : hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
    }

    .page [title],.page>.pagezong{
        display: none;
    }
    .page a, .page>b {
        width: 22%;
        padding: 0;
        display: inline-block;
    }
    .page a,.page>b{
        display: none;
    }
    .page a.fst-page,.page a.pre,.page a.next,.page a.last-page{
        display: inline-block;
    }
}


@media only screen and (max-width: 767px){
    .breadcrumbs{
        height: auto;
        line-height:24px;
        margin-bottom:10px;
    }
   
    .news-tit h1{
        font-size: 20px;
        margin: 0 auto 3%;
    }
    .main-title h2{
        font-size: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a{
        padding: 5px 20px;
    }
    .recommend-main dl{
        margin-bottom: 3%;
        padding: 0;
    }
    .head .navbar-header{
        width: auto;
        padding:10px 0;
    }
    .head .navbar-header > h1,.head .navbar-header > span{
        margin-top: 10px;
    }
    .head .navbar-default .navbar-brand {
        width: auto;
        height: 50px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }
 
    .head .navbar-nav>li>a{
        line-height: 20px;
    }
    .nav-tel,.service-box,.ad{
        display: none !important;
    }

    #bs-example-navbar-collapse-1{
        height: 0px !important;
        position: absolute;
        right: 0;
        z-index: 999;
    }
    .head .navbar-right{
        width: 200px;
        position: absolute;
        top: -1px;
        right: -15px;
        z-index: 999;
        background: #fff;
        -moz-box-shadow:0 6px 12px rgba(0,0,0,.175);
        -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
        box-shadow:0 6px 12px rgba(0,0,0,.175);
    }
    .navbar-collapse.in{
        overflow: initial
    }
    .navbar-nav .open .dropdown-menu{
        position: absolute;
        background: #fff;
        left: -96px;
        top: 0;
        -moz-box-shadow:0 6px 12px rgba(0,0,0,.175);
        -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
        box-shadow:0 6px 12px rgba(0,0,0,.175);
    }

    .news-tit h1 .original-icon{
        width: 60px;
        height: 60px;
        right: 5%;
    }
    .news-recommend li {
        width: 100%;
        margin: 0;
    }
    .news-recommend li:last-child{
        text-align: left
    }
    .news-list .news-list-main .news-list-item .news-list-img{
        width: 33%;
    }
    .news-flex-box,.news-recommend,.interest-cnt{
        padding: 0;
        width: 98%;
        margin: 0 auto
    }
    .consult-form{
        width: 98%;
        margin: 0 auto 2%;
        padding: 20px 0;
    }
    
    .news-cnt p{
        font-size: 14px;
        margin-bottom: 2%;
        line-height: 34px;
    }

    .info,.share-box{
        margin-bottom: 2%
    }

    .interest-cnt dl{
        width: 31%; 
    }
    
    .consult-form .form-group .radio-inline-tit{
        width: 40%;
    }
    .consult-form .form-group .radio-inline-cnt{
        width: 55%;
    }

    .news-recommend li{
        line-height: 30px;
    }
    .news-recommend li,.interest-cnt dl dd a,.recommend-main dl dt .t-time,.bdshare-button-style0-24 .bds_title{
        font-size: 14px
    }
    .interest-cnt dl dd b,.recommend-main dl dd a{
        font-size: 16px;
    }
   
    .recommend-main dl dt{
        padding-right: 10px;
        margin-right: 10px;
    }
    .recommend-main dl dt .t-day{
        font-size: 30px;
        line-height: 30px;
    }
    .recommend-main dl dd p{
        height: 42px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-main, .recommend-main, .interest-main,.news-list-flex,.news-list-box{
        margin-bottom: 5%
    }
    .news-flex-btn{
        margin-bottom: 3%;
    }
    .interest-main .special-item{
        padding:0 1%;
    }
    .interest-main .special-item a,.news-list-special .special-item a{
        width:23%; 
        margin: 0 1% 2%;
        float: left;
        text-align: center;
        
    }
    .interest-main .special-item a:last-child,.news-list-special .special-item a:last-child{
        display: none;
     }

     .news-list-flex .news-list-title{
         height: auto;
         line-height: 30px;
         padding-bottom:10px;
         margin-bottom:10px;
     }
    .news-list .news-list-main,.news-list-special{
        width: 100%;
        margin-bottom: 3%;
    }
    
    .news-list .news-list-main .news-list-item .news-list-img{
        float: right;
        margin: 0 0 0 2%;
        order: 2;
    }
   
    .news-list .news-list-main .news-list-item{
        padding: 5% 0;
    }

    #footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
	#QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
	.copyright,.last{ display:block;}
}
@media only screen and (max-width: 600px){


    .interest-cnt dl,.interest-cnt .special-list{
        width: 48%;
    }
    .recommend-main dl dt{
        width: auto;
    }
    .recommend-main dl dd{
        width: 85%;
    }

    .consult-form .form-btn a{
        position: initial;
        display: block;
        text-align: center
    }

   
    .consult-form .form-group{
        width: 88%;
        margin: 0 1% 3%;
    }
    .consult-form .form-btn{
        width: 60%;
        height: auto;
        margin: 0 20% 0 !important;
    }
  
}
@media only screen and (max-width: 500px){
    .consult-form .form-group{
        margin-bottom: 5%
    }
   
    .recommend-main dl {
        margin-bottom: 5%;
    }

    .page a,.page>b{
        width: 22%;
    }
   
    .interest-main .special-item a, .news-list-special .special-item a{
        width:48%; 
        margin: 0 1% 2%;
        float: left;
        text-align: center;
    }
    
    .consult-form .form-group .radio-inline-tit{
        width: 45%;
    }
    .consult-form .form-group .radio-inline-cnt{
        width: 55%;
    }

}

@media only screen and (max-width: 400px){
    .recommend-main dl dd {
        width: 78%;
    }
    .news-list .news-list-main .news-list-item .news-list-cnt a{
        font-size: 14px;
    }
    .news-list .news-list-main .news-list-item .news-list-cnt p{
        font-size: 12px;
    }


}