@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2018-04-02 10:13:53
 */

/* css 初始化样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;box-sizing: border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
h1, h2, h3, h4, h5, h6 { font-weight:normal;}
address, caption, cite, code, dfn, em, strong, th, var,span,i,b { font-style:normal; font-weight:normal;}
img { border:none;}
ol,ul,li { list-style:none;}
table { border-collapse:collapse; }
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body, html {font: 14px/1.5 "微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;}
a {text-decoration:none;}
a:link, a:visited, body, html {color: #14191e;}
a:hover {
    color: #cc3a3a;
}
body {background: #f5f5f5;}
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

.animate {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}



/*通用*/
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.iconfont {
    display: inline-block;
    vertical-align: middle;
}
/*头部 START*/
.wall {
    min-width: 1200px;
    height: 53px;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(7,17,27,.1);
}
.nav-item .active a, .nav-item a.active, .nav-item a:hover {
    color: #07111b;
}



/*导航*/
.nav-item {
    float: left;
}
.nav-item li {
    float: left;
    border-top: 2px solid transparent;
}
.nav-item >li > a {
    padding: 0 20px;
    display: block;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
}
.nav-item > li:hover {
    border-top-color: #ff4808;
}
.nav-item > li:hover > a {
    color: #ff4808;
}
.nav-item .ihone > .iconfont {
    color: #0080ff;
}
.nav-item .ihone {
    position: relative;
}
.nav-item .ihone .icon-shouji {
    width: 16px;
    height: 16px;
    background:#fff url("../images/icon-shouji.png") no-repeat center;
    background-size: cover;
    /*-ms-behavior: url(../font/backgroundsize.min.htc);*/
    /*behavior: url(../font/backgroundsize.min.htc);*/
}
.nav-item .ihone:hover .pop-up {
    display: block;
}
.nav-item .ihone .pop-up {
    position: absolute;
    top:46px;
    left:50%;
    margin-left: -150px;
    width: 300px;
    border:1px solid #d3d3d3;
    background-color: #fff;
    padding: 20px 26px;
    display: none;
    z-index: 888;
}
.nav-item .ihone .pop-up .icon-s {
    width: 10px;
    height: 6px;
    background: #fff url(../images/top-s.jpg) 0 0 no-repeat;
    position: absolute;
    top:-6px;
    left: 50%;
    margin-left: -5px;
}
.nav-item .ihone .pop-up .pop-up-wx {
    float: left;
    width: 88px;
}
.nav-item .ihone .pop-up .pop-up-wx img {
    display: block;
}
.nav-item .ihone .pop-up .pop-up-txt {
    padding-left: 20px;
    float: left;
    width: 156px;
}
.nav-item .ihone .pop-up .pop-up-txt h4 {
    font-size: 16px;
    color: #000;
}
.nav-item .ihone .pop-up .pop-up-txt h5 {
    font-size: 14px;
    color: #ff4808;
    margin-bottom: 5px;
}
.nav-item .ihone .pop-up .pop-up-txt h6 {
    margin-left: -10px;
}
.nav-item .ihone .pop-up .pop-up-txt h6 a {
    display: inline-block;
    text-align: center;
    margin-left: 6px;
    color: #444;
}
.nav-item .ihone .pop-up .pop-up-txt h6 a span {
    display: block;
    font-size: 12px;
}
.nav-item .ihone .pop-up .pop-up-txt h6 .iconfont {
    width: 32px;
    height: 32px;
}
.nav-item .ihone .pop-up .pop-up-txt h6 .icon-pingguo {
    background: #fff url("../images/icon-pingguo.png") 0 0 no-repeat;
    background-size: cover;
    -ms-behavior: url(../font/backgroundsize.min.htc);
    behavior: url(../font/backgroundsize.min.htc);
}
.nav-item .ihone .pop-up .pop-up-txt h6 .icon-anzhuo {
    background: #fff url("../images/icon-anzhuo.png") 0 0 no-repeat;
    background-size: cover;
    -ms-behavior: url(../font/backgroundsize.min.htc);
    behavior: url(../font/backgroundsize.min.htc);
}
.nav-item .ihone .pop-up .pop-up-txt h6 .icon-tablet-ipad {
    background: #fff url("../images/icon-tablet-ipad.png") 0 0 no-repeat;
    background-size: cover;
    -ms-behavior: url(../font/backgroundsize.min.htc);
    behavior: url(../font/backgroundsize.min.htc);
}
.nav-item .ihone .pop-up .pop-up-txt a:hover,.nav-item .ihone .pop-up .pop-up-txt a:hover .iconfont {
    color: #ff4808;
}

/*右侧*/
.item-right {
    float: right;
}
.login {
    line-height: 50px;
    float: left;
}
.login .iconfont {
    color: #333;
    font-size: 16px;
}
.login .icon-denglu {
    width: 16px;
    height: 16px;
    background: #fff url("../images/icon-denglu.png") 0 0 no-repeat;
    background-size: cover;
    -ms-behavior: url(../font/backgroundsize.min.htc);
    behavior: url(../font/backgroundsize.min.htc);
}
.service-item .icon-sanjiao {
    width: 16px;
    height: 16px;
    background: #fff url("../images/icon-sanjiao.png") 0 0 no-repeat;
    background-size: cover;
    -ms-behavior: url(../font/backgroundsize.min.htc);
    behavior: url(../font/backgroundsize.min.htc);
}
.login a {
    display: inline-block;
    margin: 0 5px;
    color: #333;
    font-size: 14px;
}
.login a:hover {
    color: #ff4808;
}

.service {
    float: left;
    margin-left: 20px;
}
.service li {
    float: left;
    margin-left: 10px;
}
.service .service-item {
    position: relative;
    margin-right: 10px;
    line-height: 50px;
}
.service .service-item > a {
    color: #333;
    font-size: 14px;
}
.service .service-item:hover > a {
    color: #ff4808;
}
.service .service-list a:hover {
    color: #ff4808;
}
.service .service-list a {
    color: #858282;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 26px;
}
.service .service-item  .service-list {
    position: absolute;
    top:46px;
    left:50%;
    margin-left: -50px;
    width: 100px;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    display: none;
    z-index: 888;
}
.service .service-item  .service-list .icon-s  {
    display: block;
    width: 10px;
    height: 6px;
    background: #fff url("../images/top-s.jpg") 0 0 no-repeat;
    position: absolute;
    top:-6px;
    left: 50%;
    margin-left: -5px;
}
.service .service-item:hover  .service-list {
    display: block;
}
.service .service-wei {
    padding-top: 8px;
    height: 50px;
}
.service .service-wei .iconfont {
    opacity:0.7;
    width: 32px;
    height: 32px;
}
.service .service-wei:hover .iconfont {
    opacity:1;
}


.service .service-wei .icon-weibo-copy {
    background: #fff url("../images/icon-weibo-copy.png") 0 0 no-repeat;
    background-size: cover;
    -ms-behavior: url(../font/backgroundsize.min.htc);
    behavior: url(../font/backgroundsize.min.htc);
}
.service .service-wei .icon-qq {
    background: #fff url("../images/icon-qq.png") 0 0 no-repeat;
    background-size: cover;
    -ms-behavior: url(../font/backgroundsize.min.htc);
    behavior: url(../font/backgroundsize.min.htc);
}
.service .service-wei .icon-unie655 {
    background: #fff url("../images/icon-unie655.png") 0 0 no-repeat;
    background-size: cover;
    -ms-behavior: url(../font/backgroundsize.min.htc);
    behavior: url(../font/backgroundsize.min.htc);
}


/*logo*/
#logo {
    float: left;
}
/*搜索框*/
.ui-grid-main1 {
}
.sehbom {
    width: 370px;
    height: 44px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 99;
    background-color: #fff;
}
.searchMenu {
    float: left;
}
.searchMenu .searchSelected{
    cursor: pointer;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 70px;
    color: #a8a8a8;
}
.searchMenu .searchSelected .icon-xiala {
    width: 12px;
    height: 12px;
    background: #fff url("../images/icon-xiala.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.searchMenu .searchTab li, .searchSmart li {
    height: 28px;
    line-height: 28px;
    text-indent: 12px;
    font-size: 14px;
    cursor: pointer;
}
.searchMenu .searchTab li.selected, .searchMenu .searchTab li:hover {
    background: #f7edeb;
    color: #e00;
}
.searchMenu .searchTab {
    display: none;
    position: absolute;
    top: 42px;
    left: -1px;
    width: 70px;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    height: auto;
    z-index: 20;
}
.searchMenu .searchTab li.selected, .searchMenu .searchTab li:hover {
    background: #f7edeb;
    color: #ff4808;
}
.sehbom .input2 {
    width: 220px;
    _width: 219px;
    height: 30px;
    line-height: 30px;
    margin: 6px 0;
    border: 0;
    outline: none;
    border-left: 1px solid #e5e5e5;
    float: left;
    padding-left: 10px;
    background: #fff;
    color: #999;
    _border-right: 1px solid #dce0e1;
    font-size: 14px;
    color: #666;
}
.sehbom .submit {
    width: 70px;
    height: 42px;
    margin: 0px;
    border: none;
    border-left: 1px solid #ccc;
    float: right;
    cursor: pointer;
    outline: 0;
    background: #38bbf4 url(../images/ss.png) center center no-repeat;
}


/*咨询信息*/
.information {
    padding: 10px 0;
}
.info-phone {
    float: right;
    color: #38bbf4;
    font-size: 24px;
    margin-top:18px;
}
.info-phone .icon-dianhua {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: #f5f5f5 url("../images/icon-dianhua.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

/*导航*/
.navigation {
    min-width: 1200px;
    background-color: #38bbf4;
}
.navigation li {
    float: left;
    /*height: 50px;*/
    text-align: center;
}
.navigation li:hover {
    background-color: #ff4808;
}
.navigation li a {
    display: block;
    padding: 0px 12px;
    font-size: 16px;
    height:50px;
    line-height:50px;
    color: #fff;
    text-align: center;
    position: relative;
}
.navigation li a span {
    display: block;
    margin: auto;
    font-size: 8px;
    text-transform:uppercase;
}
/*头部 END*/

/*主体 START*/
#main {
    margin-top: 10px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.w900 {
    width: 900px;
}
.w300 {
    width: 300px;
}
.ify-banner {
    height: 117px;
}
.ify-banner .swiper-container {
    height: 117px;
}
.ify-main {
    margin-bottom: 15px;
}
.ify-banner img {
    display: block;
}
.ify-nav-box {
    margin-top: 10px;
    background-color: #fff;
    margin-bottom:10px;
}
.ify-nav-img {
    float: left;
    width: 110px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height:16px;
    margin-top: 5px;
    margin-bottom:5px;
}
.ify-nav-img img {
    float: left;
    margin-right: 15px;
    margin-left:10px;
    margin-top: 3px;
}
.ify-nav-name {
    padding-left: 20px;
    float: left;
    width: 790px;
    transition: .1s all linear;
    margin-top: 12px;
    border-left: 1px solid #c4c4c4;
}
.ify-nav-name a {
    font-size: 14px;
    color: #555;
    margin: 0 2px;
}
.ify-nav-name a:hover {
    color: #38bbf4;
    text-decoration: underline;
}

.classinfo {
    background-color: #fff;
}
.info-list {
    border-bottom: 1px solid #e5e5e5;
}
.info-list-name {
    float: left;
    color: #333;
    font-size: 16px;
    width: 85px;
    line-height: 45px;
    text-align: left;
    padding-left: 12px;
}
.info-list-bor.bor-h65 {
    height: 65px;
}
.info-list-bor.bor-h45 {
    height: 45px;
}
.info-list-bor {
    float: left;
    width: 815px;
    overflow: hidden;
    position: relative;
}
.info-list-con {
    padding: 12px 10px 8px 10px;
    background-color: #fff;
    border: 1px solid transparent;
    transition: .1s all linear;
    position: relative;
    z-index: 10;
}
.classinfo .info-list:hover .info-list-bor {
    overflow: visible;
}
.classinfo .info-list:hover .info-list-con  {
    border-color: #38bbf4;
    -moz-box-shadow: #e9e8e8 2px 2px 1px;
    -webkit-box-shadow: #e9e8e8 2px 2px 1px;
    box-shadow: #e9e8e8 2px 2px 1px;
    z-index:99;
}
.classinfo .info-list:hover .info-list-name {
    background-color: #38bbf4;
    color: #fff;
}
.info-list-con a {
    color: #333;
    font-size: 14px;
    line-height: 23px;
    white-space: nowrap;
    margin: 0 7px;
}
.info-list-con a:hover {
    text-decoration: underline;
}
.info-list-con a:hover,.info-list-con a.on {
    color: #38bbf4;
}
/*右侧*/
.enter {
    background: #fafafa;
    padding: 0px 20px;
}
.ente-con {
    background-color: #fff;
    padding: 15px;
}
.ente-info .icon-photop img {
    width: 60px;
    height: 60px;
    display: block;
}
.ente-info-name {
    float: left;
    margin-top: 9px;
    margin-left: 10px;
}
.ente-info-name h3 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
.ente-info-name p {
    color: #333;
    font-size: 14px;
}

/*登录*/
.enter-login {
    margin-top: 25px;
}
.enter-login li {
    border: 1px solid #ddd;
    padding: 0px;
    border-bottom: 0px;
    position: relative;
    height: 37px;
}
.enter-login li .wrap-placeholder {
    left:38px;
    top:0;
    z-index:1;
}
.enter-login li.enter-login-last{
    border-bottom: 1px solid #ddd;
}
.enter-login li em {
    width: 30px;
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: center;
    border-right: 1px solid #ddd;
}
.enter-login li em .iconfont {
    font-size: 18px;
    color: #ddd;
}
.enter-login li em .iconfont {
    width: 18px;
    height: 18px;
}
.enter-login li em .icon-yonghu {
    background: #fff url("../images/icon-yonghu.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-top:10px;
}
.enter-login li em .icon-mima {
    background: #fff url("../images/icon-mima.png") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-top:10px;
}
.enter-login li input {
    border: 0;
    float: left;
    width: 198px;
    outline: none;
    height: 35px;
    line-height: 35px;
    padding: 0px 8px;
    font-size: 14px;
    color: #555;

}
.enter-auth {
    margin-top: 15px;
}
.enter-auth em {
    color: #555;
    font-size: 14px;
    float: left;
    width: 69px;
    line-height: 30px;
}
.enter-auth input {
    border: 1px solid #ddd;
    float: left;
    width: 80px;
    outline: none;
    height: 30px;
    padding: 3px 3px;
    font-size: 14px;
    color: #555;
    margin-right: 15px;
}
.enter-auth img {
    float: left;
    height: 30px;
    width: 66px;
}
.enter-btn {
    margin-left: -50px;
    margin-top: 15px;
}
.enter-btn input,.enter-btn a {
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin-left: 50px;
    outline: none;
    font-size: 14px;
    color: #555;
    text-align: center;
    border: 1px solid #ddd;
    background: transparent;
    cursor: pointer;
}
.enter-btn input:hover,.enter-btn a:hover {
    background: #38bbf4;
    color: #fff;
    border-color: #38bbf4;
}
.enter-list {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.enter-list p {
    color: #808080;
    font-size: 12px;
}
.enter-list p em {
    color: #38bbf4;
    font-size: 16px;
}
.enter-list .iconfont {
    width: 16px;
    height: 16px;
}
.enter-list .icon-ruanjianfuwu {
    background: #fff url("../images/icon-ruanjianfuwu.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.enter-list .icon-wangluo {
    background: #fff url("../images/icon-wangluo.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.enter-list .icon-jiaolian1 {
    background: #fff url("../images/icon-jiaolian1.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.kststab {
    margin-top: 20px;
    margin-left: 10px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.kststab-top {
    border-bottom: 1px solid #e5e5e5;
}
.kststab-top, .kststab-con {
    padding: 0 8px;
}
.kststab-top>span {
    color: #555;
    font-size: 14px;
    float: left;
    line-height: 30px;
}
.kststab-top-btn {
    float: right;
    margin-bottom: -1px;
}
.kststab-top-btn a {
    display: inline-block;
    color: #555;
    font-size: 14px;
    line-height: 30px;
    padding: 0 6px;
    border-bottom: 1px solid transparent;
}
.kststab-top-btn a:hover,.kststab-top-btn a.active {
    color: #38bbf4;
    border-bottom-color: #38bbf4;
}
.kststab-con-list {
    display: none;
}
.kststab-con-list:first-child {
    display: block;
}

.kststab-title {
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
    line-height:30px;
}
.kststab-title a{
    color:#F00;
}
.kststab .kststab1 table {
    width: 100%;
}
.kststab .kststab1 thead {
    background-color: #f0f0f0;
}
.kststab .kststab1 thead td {
    width: 33.333%;
    text-align: center;
    line-height: 30px;
}
.kststab .kststab1 td {
    text-align: center;
    line-height: 28px;
}
.kststab .kststab1 td a {
    color: #555;
    font-size: 14px;
}
.kststab .kststab1 td a:hover {
    color: #38bbf4;
    text-decoration: underline;
}
.kststab .kststab1 .colorHai {
    color: #38bbf4;
}

.kststab .kststab2 ul li {
    line-height: 27px;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}


.kststab .kststab2 ul li .icon-sanjiaoxing-right {
    width: 14px;
    height: 14px;
    background: #fff url("../images/icon-sanjiaoxing-right.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.kststab .kststab2 ul li a {
    color: #555;
    font-size: 14px;
}
.kststab .kststab2 ul li a:hover {
    color: #ff4808;
    text-decoration: underline;
}

/*广告*/
.advertising {
    margin-bottom: 15px;
}
.advertising img {
    display: block;
    width: 100%;
}


/*subbody*/
#subbody {
    margin-left: -20px;
}
.subbody-wrod {
    background-color: #fff;
    margin-left: 20px;
    margin-bottom: 15px;
    float: left;
    width: 590px;
    padding: 10px 0 ;
}
.subbody-wrod {
    border-bottom:1px solid #e5e5e5;
    padding-bottom: 10px;
}
.subbody-top {
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.subbody-top .subbody-btn {
    float: left;
}
.subbody-btn li {
    float: left;
    border-left: 4px solid #38bbf4;
    margin-right: 6px;
}
.subbody-btn li a {
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: bold;
    width: 100px;
    line-height: 30px;
    text-align: center;
}
.subbody-btn li a:hover,.subbody-btn li.active a {
    background-color: #38bbf4;
    color: #fff;
}
.subbody-top-right {
    float: right;
    line-height: 30px;
}
.subbody-wrod-li-img {
    float: left;
    width: 220px;
}
.subbody-wrod-li {
    padding: 10px;
    display: none;
}
.subbody-wrod-li:first-child {
    display: block;
}
.subbody-wrod-list li {
    position: relative;
    padding-left: 15px;
    line-height: 30px;
}
.subbody-wrod-list li:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.subbody-wrod-list li a {
    float: left;
    width: 440px;
    color: #444;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subbody-wrod-list li a:hover {
    color: #38bbf4;
    text-decoration: underline;
}
.subbody-wrod-list li b {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #aaaaaa;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -3px;
    z-index:2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(../font/PIE.htc);
}
.subbody-wrod-list li .sby-r {
    float: right;
    width: 115px;
    text-align: right;
    color: #444;
    font-size: 12px;
}


/*通栏*/
.bk {
    margin-left: -10px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.bk-left {
    background-color: #fff;
}
.bk-left-btn {
    border-bottom: 1px solid #e5e5e5;
}
.bk-left-btn>em {
    float: left;
    display: block;
    width: 120px;
    height: 50px;
    line-height: 50px;
    background-color: #38bbf4;
    color: #fff;
    text-align: center;
    font-size: 28px;
}
.bk-left-btn ul {
    width: 780px;
    float: left;
}
.bk-left-btn li {
    float: left;
    width: 185px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.bk-left-btn li a {
    display: inline-block;
    padding: 0 20px;
    color: #003333;
    font-size: 18px;
    border-bottom: 1px solid transparent;
}
.bk-left-btn li a:hover,.bk-left-btn li.active a {
    border-bottom: 1px solid #38bbf4;
    color: #38bbf4;
}
.bk-list-left {
    width: 320px;
    padding-top: 12px;
    padding-left: 6px;
}
.bk-list-img img {
    display: block;
    width: 100%;
}
.bk-list-left .bk-list-left-txt li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
}
.bk-list-left .bk-list-left-txt li .icon-sanjiaoxing-right {
    width: 14px;
    height: 14px;
    background: #fff url("../images/icon-sanjiaoxing-right.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.bk-list-left .bk-list-left-txt li a {
    color: #555;
    font-size: 14px;
}
.bk-list-left .bk-list-left-txt li a:hover {
    color: #38bbf4;
    text-decoration: underline;
}

.bk-list-right {
    margin-left: 52px;
    width: 528px;
}
.bk-list-right-top {
    padding: 6px 0;
    color: #999999;
    border-bottom: 1px solid #e5e5e5;
}
.bk-list-right-top a {
    color: #999;
    font-size: 14px;
}
.bk-list-right-top a:hover {
    color: #38bbf4;
    text-decoration: underline;
}
.bk-list-right-ul {
    position: relative;
    padding-right: 6px;
    margin-left: -20px;
}
.bk-list-right-ul li:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.bk-list-right-ul li {
    line-height: 30px;
    padding: 0 2px;
    border-left: 1px solid #e5e5e5;
    position: relative;
    padding-left: 18px;
}
.bk-list-right-ul li .xian {
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #e5e5e5;
    position: absolute;
    left:-4.2px;
    top:50%;
    margin-top: -3px;
}
.bk-list-right-ul li .kind {
    color: #808080;
    font-size: 12px;
    float: left;
    width: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bk-list-right-ul li .date {
    width: 24px;
    height: 24px;
    z-index: 9;
    display: none;
    background: #fff url("../images/a10.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left:-12px;
    top:3px;
}
.bk-list-right-ul li:nth-child(1) .date {
    display: block;
}
.bk-list-right-ul li:hover .date{
    display: block;
}

.bk-list-right-ul li .icon-sanjiaoxing-right {
    float: left;
    color: #be0101;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    background: #fff url("../images/icon-sanjiaoxing-right.png") 0 0 no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.bk-list-right-ul li a {
    width: 420px;
    float: left;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bk-list-right-ul li a:hover {
    color: #38bbf4;
    text-decoration: underline;
}
.bk-list-right-ul li b {
    font-size: 12px;
    color: #555;
    float: right;
    width: 67px;
    text-align: right;
}

.bk-left-con .bk-left-list {
    display: none;
}
.bk-left-con .bk-left-list:first-child {
    display: block;
}


/*备课辅导*/
.bk-right {
    width: 290px;
    margin-left: 10px;
    background-color: #fff;
    padding: 10px 20px;
}
.bk-right-tle {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}
.bk-right-tle h4 {
    float: left;
    color: #333;
    font-size: 14px;
}
.bk-right-tle a {
    float: right;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}
.bk-right-btn a {
    display: block;
    width: 33.3333%;
    float: left;
    text-align: center;
    color: #555;
    line-height: 36px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.bk-right-btn a i {
    width: 12px;
    height: 7px;
    background: #fff url("../images/a12.png") 0 0 no-repeat;
    position: absolute;
    left:50%;
    margin-left: -6px;
    bottom:-1px;
    display: none;
}
.bk-right-btn a:hover i,.bk-right-btn a.active i {
    display: block;
}
.bk-right-btn a:last-child {
    margin-right: 0;
}
.bk-right-btn a:hover,.bk-right-btn a.active {
    color: #38bbf4;
    border-bottom-color: #38bbf4;
}
.bk-right-con {
    margin-top: 10px;
}
.bk-right-list .bk-right-list-txt {
    margin-left: -8px;
}
.bk-right-list .bk-right-list-txt li .icon-sanjiaoxing-right2 {
    width: 16px;
    height: 16px;
    background: #fff url("../images/icon-sanjiaoxing-right2.png") 0 0 no-repeat;
    background-size: 100% 100%;
    border: 1px solid #ccc;
}
.bk-right-list .bk-right-list-txt li {
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bk-right-list .bk-right-list-txt li a {
    font-size: 14px;
    color: #555;
}
.bk-right-list .bk-right-list-txt li a:hover {
    color: #38bbf4;
    text-decoration: underline;
}
.bk-right-list-top {
    margin-left: -30px;
    margin-bottom: 10px;
}
.bk-right-list-top p {
    float: left;
    width: 110px;
    margin-left: 30px;
    position: relative;
}
.bk-right-list-top p img {
    width: 100%;
    display: block;
}
.bk-right-list-top p a {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    line-height: 24px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff;
}
.bk-right-list-top p a:hover {
    text-decoration: underline;
    color: #38bbf4;
}

.bk .bk-right-list {
    display: none;
}
.bk .bk-right-list:first-child {
    display: block;
}

.bk-right-test-img {
    float: left;
    width: 22%;
}
.bk-right-test-img img {
    display: block;
    width: 100%;
}
.bk-right-test-txt {
    float: left;
    width: 78%;
}
.bk-right-test-txt a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 12px;
    color: #555;
}
.bk-right-test-txt a:hover {
    text-decoration: underline;
    color: #38bbf4;
}
.bk-right-test-txt p {
    color: #555;
    font-size: 12px;
    margin-top: 3px;
}
.bk-right-test-txt h6 {
    margin-top: 3px;
}
.bk-right-test-txt h6 span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    width: 74%;
    color: #555;
    font-size: 12px;
}
.bk-right-test-txt h6 a {
    float: right;
    width: 26%;
    text-align: right;
}
.bk-right-test {
    padding: 8px 0;
    border-bottom: 1px dashed #e5e5e5;
}


/*热门软件*/
.software {
    background: #fff;
    padding: 10px 0;
}
.software-banner {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    height: 220px;
}
.software-banner .swiper-container {
    height: 220px;
}
.software .software-list {
    padding: 0 10px;
}
.software .software-list img {
    display: block;
    width: 100%;
}
.software .software-list a {
    color: #333;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.software .software-list a:hover {
    text-decoration: underline;
    color: #38bbf4;
}
.software-qain,.software-hou {
    position: absolute;
    top:50%;
    margin-top: -30px;
    z-index:20;
    cursor: pointer;
    width: 26px;
    height: 26px;

}
.software-qain {
    left:0px;
    background: #fff url("../images/icon-zuo.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.software-hou {
    right:0px;
    background: #fff url("../images/icon-you.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.software-top {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 8px;
}
.software-top img {
    vertical-align: middle;
    margin-right: 6px;
}
/*主体END*/


/*底部 START*/
.foot-top {
    background-color: #757575;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 50px;
}
.foot-top-list {
    float: left;
    width: 100px;
    margin-right: 112px;
}
.foot-top-list li h3 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.foot-top-list li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.foot-top-txt {
    float: left;
    width: 350px;
}
.foot-top-txt-wx img{
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
}
.foot-top-txt-wx p {
    color: #fff;
    font-size: 16px;
    line-height: 120px;
}
.foot-top-txt-dh {
    margin-left: -20px;
    margin-top: 20px;
}
.foot-top-txt-dh p {
    float: left;
    width: 155px;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
}
.foot-top-txt-dh p .iconfont {
    margin-right: 6px;
}
.foot-top-txt-dh p .icon-dianhua1 {
    width: 16px;
    height: 16px;
    background:#757575 url("../images/a1.png") no-repeat center;
    background-size: 100% 100%;
}
.foot-top-txt-dh p .icon-fasongyoujian {
    width: 16px;
    height: 16px;
    background:#757575 url("../images/a2.png") no-repeat center;
    background-size: 100% 100%;
}
.foot-top-txt-dh p .icon-weibo-copy{
    width: 16px;
    height: 16px;
    background:#757575 url("../images/a3.png") no-repeat center;
    background-size: 100% 100%;
}
.foot-top-txt-dh p .icon-qq1{
    width: 16px;
    height: 16px;
    background:#757575 url("../images/a4.png") no-repeat center;
    background-size: 100% 100%;
}
.foot-bottom {
    background-color: #333333;
    padding: 25px 0;
}
.foot-bottom-txt {
    text-align: center;
}
.foot-bottom-txt p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.foot-bottom-link {
    height: 22px;
    margin-top: 12px;
    position: relative;
    padding-left: 86px;padding-right: 16px;
}
.foot-bottom-link .swiper-container {
    height: 22px;
}
.foot-bottom-link>span {
    position: absolute;
    left:16px;
    top:0;
    color: #fff;
    font-size: 14px;
}
.foot-bottom-link a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    display: block;
    text-align: center;
}
.foot-bottom-link a:hover {
    color: #38bbf4;
}
.foot-bottom-qain,.foot-bottom-hou {
    position: absolute;
    top:50%;
    margin-top: -7px;
    z-index:990;
    cursor: pointer;
    width: 14px;
    height: 14px;
}
.foot-bottom-qain {
    left:0px;
    background: #333 url("../images/icon-zuo1.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.foot-bottom-hou {
    right:0px;
    background: #333 url("../images/icon-you1.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.foot-bottom-icon {
    margin-top: 15px;
}
.foot-bottom-icon p {
    float: left;
    width: 240px;
    text-align: center;
}
/*底部 END*/


/*悬浮代码*/

.chat-tips i {
    background: transparent url(../images/gdt-img.png) center no-repeat;
}
/*�劽唱��貴icon*/
.side-bar {
    width: 50px;
    position: fixed;
    bottom: 200px;
    right: 20px;
    z-index: 9999;
}
.side-bar a {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #dddddd;
    margin-bottom: 2px;
    position: relative;
}
.side-bar a:hover {
    background-color: #ff4808;
}
.side-bar .wenzi {
    background-color: #ff4808;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 2px;
}
.side-bar .icon-qq {
    background: #dddddd url(../images/b2.png) center no-repeat;
}
.side-bar .icon-chat {
    position: relative;
    background: #dddddd url(../images/b3.png) center no-repeat;
}
.side-bar .icon-chat:hover .chat-tips {
    display: block;
}
.side-bar .icon-qq:hover .chat-tipc {
    display: block;
}
.side-bar .icon-blog:hover .chat-tipc {
    display: block;
}
.side-bar .icon-blog {
    background: #dddddd url(../images/b1.png) center no-repeat;
}
.side-bar .icon-mail {
    background: #dddddd url(../images/shang.png) center no-repeat;
}
.side-bar .icon-totop {
    background-position: 0 -334px;
}
.side-bar .chat-tips {
    padding: 10px;
    border: 1px solid #d1d2d6;
    position: absolute;
    right: 68px;
    top: -45px;
    background-color: #ffffff;
    display: none;
}
.side-bar .chat-tipc {
    padding: 5px;
    border: 1px solid #d1d2d6;
    position: absolute;
    right: 68px;
    line-height: 40px;
    text-align: center;
    top: 0px;
    background-color: #ffffff;
    display: none;
    width: 150px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
}
.chat-tipc i {
    width: 9px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 17px;
    background: transparent url(../images/gdt-img.png) no-repeat;
    background-position:-88px -350px;
}
.chat-tips i {
    width: 9px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: -9px;
    top: 60px;
    background-position:-88px -350px;
}
.chat-tips img {
    width: 120px;
    height: 120px;
}

.clear_both {
    clear: both;
}
.hot_tz_wrapper:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hot_tz_item{
    margin-bottom: 5px;
}
/*一行超出点点*/
.textoneHide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textOverHide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ks_fouce_item{
    margin: 6px 0;
}
.hot_info_three_item{
    float: left;
    margin-right: 25px;
}
.hot_info_zp_item:first-child{
    margin-top: 0;
}
.hot_info_zp_item{
    margin: 5px 0;
}
.hot_info_zp_item a{
    color: #000000;
    font-size: 14px;
}
.hot_mt_item{
    display: inline-block;
}









.footer{
    padding:20px 0;
    background-color:#333333;
    color:#fff;
    text-align:center;
    font-size: 14px;
}

.footer a{
    color:#fff;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #38bbf4;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #38bbf4;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}