/* default setting*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    font: 14px arial, "Microsoft Yahei", sans-serif;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    display: inline-block;
    border: none;
}

a:link {
    text-decoration: none;
}

.ehide {
    display: none;
}

e.show {
    display: block;
}

a:hover {}

a:active {}

a:visited {}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.fcenter {
    margin: 0 auto;
    text-align: center;
}


/* 布局 */

.fclear:before,
.fclear:after {
    content: "";
    display: table;
    clear: both;
}

.rangefix {
    width: 1000px;
    margin: 0 auto;
}


/*清除浮动*/

.fclear {
    zoom: 1;
    clear: both;
}

.mt20 {
    margin-top: 20px;
    overflow: hidden;
}


/*共用button*/

.allbtn {
    width: 154px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background: #ff6600;
    border-radius: 5px;
}

.kongbtn {
    display: inline-block;
    width: 152px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #ff6600;
    font-size: 16px;
    color: #ff6600;
    border-radius: 5px;
    background: #fff4ee;
}


/*翻页*/

.pageNumbers {
    margin: 20px auto;
    width: 420px;
    height: 36px;
    text-align: center;
}

.pageNumbers_hanzi {
    float: left;
    width: 80px;
    height: 36px;
    color: #606060;
    line-height: 36px;
    cursor: pointer;
}

.pageNumbers_shuzi {
    float: left;
    width: auto;
}

.pageNumbers_shuzhi,
.pageNumbers_shengluehao,
.pageNumbers_current {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}

.pageNumbers_current {
    background: url(../images/page_bj.png) repeat-x;
    color: #fff;
}

.pageNumbers_shuzhi:hover {
    background: url(../images/page_hover.png) repeat-x;
}


/*二级页面导航和搜索*/

.ztop {
    height: 40px;
    width: 100%;
    background: #1c1c1c;
}

.znav {
    width: 1000px;
    margin: 0px auto;
    color: #fff;
}

.znav a {
    color: #fff;
}

.znavlist a {
    float: left;
    display: block;
    line-height: 40px;
    margin-right: 30px;
    font-size: 14px;
}

.znavlist a:hover {
    color: #5ca4ee;
}

.zenter a {
    line-height: 40px;
}

.zenter span {
    position: relative;
    top: -1px;
    padding: 0px 10px;
}

.zlsearch {
    width: 1000px;
    height: 65px;
    padding-top: 25px;
    margin: 0px auto;
}

.zkecheng {
    margin-left: 20px;
    margin-top: 5px;
}

h2.clears {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.zkecheng .zkcbtn {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #313131;
    font-size: 22px;
    border-left: 1px solid #888;
    padding-left: 20px;
    cursor: pointer;
}

.zkecheng .zkcbtn .zkc-jiao {
    width: 20px;
    height: 18px;
    background: #fff url(../images/z-kecheng-down.png) no-repeat 4px 6px;
    margin-left: 2px;
    margin-top: 2px;
}

.zkecheng .zkcbtn span.sug-tit {
    overflow: hidden;
}

.zkecheng .zkc-active .zkc-jiao {
    background: #e8e8e8 url(../images/z-kecheng-up.png) no-repeat 4px 6px;
}

.zkc-r .zkechenglist {
    position: absolute;
    margin: 20px 2px;
    display: none;
}

.zkechenglist {
    padding: 11px 8px;
    background: #e8e8e8;
    position: absolute;
    margin: -7px 67px;
    z-index: 888;
    display: none;
}

.zkechenglist a {
    padding: 0px 4px;
    color: #000;
    font-size: 12px;
    float: left;
}

.zkechenglist a:hover {
    color: #2672b9;
}

.zsearch {
    width: 425px;
    height: 39px;
    background: #3c8dd9;
    padding: 2px 0px 2px 2px;
}

.zscont {
    background: #fff;
    width: 363px;
    height: 39px;
}

.zsearch-l {}

.zsearch-l a {
    display: block;
    width: 53px;
    height: 28px;
    line-height: 28px;
    color: #3c3c3c;
    font-size: 14px;
    padding-left: 10px;
    border-right: 1px solid #cecece;
    margin-top: 6px;
    background: url(../images/z-search-down.png) no-repeat 45px 11px;
}

.zsearch-l .zs-active {
    background: url(../images/z-search-up.png) no-repeat 45px 11px;
}

.zsearch-l a img {
    position: relative;
    top: -2px;
    left: 5px;
}

.zsearch-input {
    width: 294px;
    height: 39px;
    line-height: 39px;
    border: none;
    font-size: 14px;
    color: #c1c1c1;
    padding-left: 5px;
    outline: none;
}

.zsearch-btn {
    display: block;
    width: 60px;
    height: 39px;
}


/*搜索框下拉菜单*/

.zsearch-l {
    position: relative;
}

.z-searchlist {
    background: #fff;
    width: 58px;
    border-bottom: 2px solid #3c8dd9;
    position: absolute;
    top: 39px;
    left: -2px;
    z-index: 777;
    padding-bottom: 6px;
    background: url(../images/z-searchlistbg.jpg) repeat-y;
    display: none;
}

.z-searchlist li {
    width: 54px;
    margin-left: 2px;
    height: 22px;
    text-align: center;
}

.z-searchlist li:hover {
    background: #75b3ee;
    color: #fff;
    cursor: pointer;
}


/* header */


/* nav */


/* footer */


/* buttons */

.btn-default {
    border-radius: 3px;
    background-color: rgb(0, 133, 255);
    width: 100px;
    height: 32px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    display: block;
}

.btn-default:hover {
    background: #5d8acb;
}

.btn-default-lefticon {
    border-radius: 3px;
    background-color: rgb(64, 73, 86);
    width: 82px;
    height: 38px;
    font-size: 14px;
    color: #e4e4e4;
    background-image: url(../images/player-icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    line-height: 38px;
    display: block;
    text-indent: 18px;
}

.btn-default-righticon {
    border-radius: 3px;
    background-color: rgb(64, 73, 86);
    width: 82px;
    height: 38px;
    font-size: 14px;
    color: #e4e4e4;
    background-image: url(../images/player-icons.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    text-align: center;
    line-height: 37px;
    display: block;
}

.btn-large {
    border-radius: 4px;
    /* background-image:-moz-linear-gradient( -16deg, rgb(146,135,246) 0%, rgb(136,164,255) 100%);
  background-image:-webkit-linear-gradient( -16deg, rgb(146,135,246) 0%, rgb(136,164,255) 100%);
  background-image:-ms-linear-gradient( -16deg, rgb(146,135,246) 0%, rgb(136,164,255) 100%); */
    width: 280px;
    height: 40px;
    font-size: 16px;
    color: #e4e4e4;
    text-align: center;
    line-height: 40px;
    display: block;
    background: #5d8acb;
}


/* header */
/*
.header {
    height: 74px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    opacity: 0.85;
}

.nav-view {
    float: left;
    margin-left: 46px;
}

.nav-view li {
    float: left;
    margin: 0 25px;
    position: relative;
}

.nav-view li:hover .nav-item-inner {
    display: block;
}

.nav-view li a {
    font-size: 16px;
    color: #FFF;
    line-height: 3;
    display: block;
    line-height: 74px;
    font-weight: 700;
    letter-spacing: 0.06em;
    zoom: 1;
    cursor: pointer;
}

.nav-view li.subtips a {
    cursor: default;
}

.nav-view li.subtips .nav-item-inner-item a {
    cursor: pointer
}

.nav-view li a:hover {
    color: #71c1ff;
}
.telBox {
    position: absolute;
    top: 0px;
    width: 1000px;
    margin: 0px auto;
}
.telBox span{
    color: #fff;
    position: absolute;
    top: 6px ;
    right: 0px;
    z-index: 9999;
}
.user-box {
    border: 1px solid #FFF;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100px;
    height: 24px;
    float: right;
    text-align: center;
    line-height: 24px;
    color: #FFF;
    font-size: 14px;
    margin: 26px 14px 0;
}
.tel-user-box{
    margin: 32px 0px 0;
}

.user-box a {
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    padding: 0 6px;
    cursor: pointer;
}

.user-box a:hover {
    color: #5ba5eb;
}

.user-box1 a {
    cursor: pointer;
}

.logined-box {
    border: 1px solid #FFF;
    border-radius: 6px;
    background: url(../images/logined-bg.png) no-repeat -1px 0;
    width: 139px;
    height: 24px;
    float: right;
    text-align: center;
    line-height: 24px;
    color: #FFF;
    font-size: 14px;
    margin: 24px 0 0 0;
}
.logined-box.lower {
    margin: 7px 16px 0 0;
}

.nickneme {
    line-height: 24px;
    height: 24px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 26px;
    width: 84px;
    cursor: pointer;
}

.nickneme span {
    color: #FFF;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
}

.shoppingcart {
    float: left;
    width: 24px;
    height: 24px;
    margin-left: 4px;
}

.loginedinfo {
    position: absolute;
    margin: 0px 0 0 -27px;
    *margin: 20px 0 0 -160px;
    box-shadow: 0 1px 10px #ccc;
    z-index: 100
}

.loginedinfo .top {
    width: 137px;
    height: 12px;
    background: url(../images/top.png) no-repeat bottom center;
}

.loginedinfo .mid {
    width: 137px;
    height: auto;
    background: #FFF;
}

.loginedinfo .bot {
    width: 137px;
    height: 0;
    background: url(../images/bot.png) no-repeat;
}

.loginedinfo .mid a {
    display: block;
    line-height: 28px;
    color: #282828;
    border-bottom: 1px solid #b9bbbe;
    font-size: 12px;
    margin: 0;
}

.loginedinfo .mid a:hover {
    color: #5ba5eb;
}

.user-login {
    position: relative;
    float: right;
    height: 70px;
    margin-top: 4px;
}

.subtips-an {
    background: url(../images/s-arr-bot.png) no-repeat right 68px top 55px;
}

.cborder {
    border: none!important;
}*/

/* header201603 */
.header{
    border-bottom: 2px solid #3c8dd9;
}
.headertop{
    height: 30px;
    background: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
}
.htopcont{
    width: 1000px;
    margin: 0px auto;
}
.htopcont li{
    float: right;
    color: #a2a2a2;
    padding-top: 5px;
}
.htopcont li a{
    color: #a2a2a2;

}
.hbuybox {
    padding-left: 20px;
    background: url(../images/hbuybox.png) no-repeat 0px 6px;
}
.hbuybox .buyboxnum{
    padding: 0px 2px;
    color: #3c8fda;
}
.htopcont li .shu{
    padding:0px 10px;
    position: relative;
    top:-1px;
}
.headcont{
    width: 1000px;
    margin: 0px auto;
    height: 140px;
    position: relative;
}
.headlosch{
    height: 110px;
}
.logo {
    margin-top: 14px;
}
.hsearch{
    float: left;
    width: 467px;
    height: 45px;
    background: url(../images/hsearchbg.jpg) no-repeat;
    margin-top: 30px;
    margin-left: 70px;
    position: relative;
}
.hsearch input{
    position: absolute;
    top: 2px;
    left: 42px;
    width: 327px;
    height: 41px;
    background: none;
    border: none;

}
.hsearch .search{
    width: 95px;
    height: 44px;
    display: block;
    position: absolute;
    top:0px;
    right: 0px;
}
.hphone{
    float: left;
    display: block;
    height: 38px;
    font-size: 24px;
    color: #8b8b8b;
    margin-left: 45px;
    padding-left: 42px;
    margin-top: 35px;
    line-height: 38px;
    background: url(../images/hphone.png) no-repeat;
}
.nav-view{
    padding-left: 264px;
    position: absolute;
    bottom: 0px;
}
.nav-list .navli{
    float: left;
    color: #000;
    font-size: 16px;
    margin-left: 30px;

}
.nav-list .navli.active{
    color: #3482cc;
    border-bottom: 3px solid #4288ca;
}
.nav-list .navli:hover{
    color: #3482cc;
    border-bottom: 3px solid #4288ca;
}
.nav-list .navli .nava{
    color: #000;
    display: block;
    font-size: 16px;
    padding: 0px 12px;
    height: 32px;
    line-height: 32px;
}

.navnomar{
    padding-left: 0px;            /* 二级页面头部导航样式 */
    }  
.navnomar .nav-list .navli{
    margin-left: 40px;
}
.nav-list li.nomarl{
    margin-left: 0px;
    }                             



/*登陆后头部*/
.pepcont{
    margin-right: 10px;
}
.pepcont span{
    float: left;
}
.pepcont .pepphoto{
    float: left;
}
.pepcont .pepname{
    float: left;
    line-height: 20px;
    padding-left: 5px;
}

/*头部横向导航下下拉菜单*/
.nav-list .navli{
    position: relative;
}
.nav-list li.nohoverbor{
    background: url(../images/znavdlist-down.png) no-repeat center 26px;
}
.nav-list li.nohoverbor:hover{
    border:none;
    background: url(../images/znavdlist-top.png) no-repeat center 26px;
}
.znavdlist{
    display: none;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 10px #ccc;
    padding: 1px;
    position: absolute;
    top:33px;
    left:-50px;
    z-index: 9;
}
.znavdlist li{
    width: 420px;
    border-bottom: 1px solid #b8b8b9;
    overflow: hidden;
    padding:15px 0px 0px; 
}
.znavdlist .mobtmbor{
    border-bottom: none;
}
.znavdlist li p{
    width: 56px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding-left: 34px;
    float: left;
}
.znavdlist li p a{
    font-weight: bold;
    color: #000;
}
.znavdlist .navdtag{
    float: left;
    width: 330px;
}
.znavdlist .navdtag a{
    float: left;
    margin-bottom: 15px;
    color: #000;
    font-size: 12px;
    margin-right: 12px;
}
/* header201603end*/



/* candan */
.logo img {
    display: block;
}

.nav {
    margin: 133px 0;
    position: absolute;
    top: 0;
    z-index: 15;
}

.list-icon {
    width: 224px;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background:#3c8fda;
    font-size: 18px;
    cursor: pointer;
}
.nav-itemsbg{
    width: 244px;
    height: 408px;
    position: relative;
    background-color:#072644;
    opacity: 0.8;
}
.nav-items {
    width: 244px;
    height: 379px;
    position: absolute;
    top:41px;
    left:0px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F0e112a, endColorstr=#7F0e112a);
}

.nav-items li.navitemsli{
    padding-left: 20px;
    height: 63px;
    background: url(../images/nav-itesbg.png) no-repeat 218px center;
}
.nav-items li.active{
    background: rgba(255, 255, 255, 0.9) url(../images/nav-iteshover.png) no-repeat 218px center;
}
.nav-items li.navitemsli h3 {
    padding-top: 12px;
    margin: 0;
    cursor: default;
}
.nav-items .itemstit{
    font-size: 16px;
    color: #fff;
    cursor: default;
    width: 190px;
    height: 22px;
    overflow: hidden;
}
.nav-items .itemslist{
    width: 190px;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
}
.nav-items .itemslist span{
    font-size: 14px;
    color: #fff;
    cursor: default;
}
.nav-items li.active .itemstit{
    color: #1a70c1;
    cursor: default;
}
.nav-items li.active .itemslist span{
    color: #1a70c1;
    cursor: default;
}
.nav-item-inner {
    position: absolute;
    width: 750px;
    overflow: auto;
    left: 244px;
    background: rgba(255, 255, 255, 0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8FFFFFF,endColorstr=#C8FFFFFF);
    font-size: 12px;
    line-height: 40px;
    background: #FFF\9;
    *border: 1px solid #CCC;
    border: 1px solid #ccc\9;
    filter:alpha(opacity=90)\9
}
.navcontent{
    padding-bottom: 20px;
}
.subtips .nav-item-inner {
    position: absolute;
    width: 750px;
    overflow: auto;
    left: 244px;
    font-size: 12px;
    line-height: 40px;
    background: #FFF;
    *border: 1px solid #CCC;
    border: 1px solid #ccc\9;
}

.nav-items li .nav-item-inner a:hover {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.subtips {
    background: url(../images/s-arr-bot.png) no-repeat center 50px;
}

.subtips .nav-item-inner {
    left: -100px;
    top: 60px;
    z-index: 100;
    box-shadow: 0 1px 10px #ccc;
}

.subtips.on {
    background: url(../images/s-arr-top.png) no-repeat center 55px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-items li .nav-item-inner a,
.subtips .nav-item-inner a {
    color: #000;
    text-indent: 0;
    font-size: 12px;
    line-height: 26px;
}

.nav-item-inner-item {
    margin: 1px;
    border-bottom: 1px solid #b8b8b9;
    overflow: hidden;
}

.nav-item-inner-item.last {
    border-bottom: none;
}

#nav-item-1 {
    top: -1px;
}

.nav-item-title {
    width: 92px;
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    font-size: 12px;
}

.nav-item-content {
    overflow: auto;
    width: 346px;
}

.nav-item-inner .nav-item-content a {
    float: left;
    line-height: 40px;
    padding-right: 12px;
    font-weight: 400;
    *white-space: nowrap;
    cursor: pointer;
}
*/

/*footer*/

.footer {
    width: 100%;
    padding-bottom: 30px;
    height: auto;
    background: #343434;
    margin-top: 20px;
}
.footercont { 
    background: #fff;
}

.footerlist {
    width: 910px;
    margin: 0px auto;
    padding: 32px 45px 0px;
}

.footerlist li {
    width: 80px;
    float: left;
    margin-right: 195px;
}

.footerlist .nomarr {
    margin-right: 0px;
}

.footerlist .fimg {
    display: block;
    width: 72px;
    height: 72px;
    background: url(../images/footericon.png) no-repeat;
    margin-bottom: 10px;
}

.footerlist .fimg1 {
    background-position: -48px 0px;
}

.footerlist .fimg2 {
    background-position: -324px 0px;
}

.footerlist .fimg3 {
    background-position: -603px 0px;
}

.footerlist .fimg4 {
    background-position: -880px 0px;
}

.footerlist .ftit {
    color: #000;
    font-size: 18px;
    margin-bottom: 16px;
}

.footerlist li a {
    display: block;
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
}
.footer{
    margin-top: 20px;
}
.yqlink {
    width: 100%;
    border-top: 1px solid #d7d7d7;
    margin-bottom: 15px;
}

.yqlink p {
    width: 128px;
    margin: 0px auto;
    position: relative;
}

.yqlink span {
    display: block;
    width: 100px;
    height: 26px;
    position: absolute;
    top: -13px;
    left: 0px;
    font-size: 18px;
    color: #4a4a4a;
    background: #fff;
    text-align: center;
}

.footerhz{
    background: #fff;
    padding-bottom: 15px;
}
.footerhz .center{
    width: 1000px;
    margin: 25px auto 0px;
}
.footerhz a {
    display: block;
    float: left;
    color: #4a4a4a;
    margin-right: 30px;
    padding-left: 8px;
    background: url(../images/footerdot.png) no-repeat 0 7px;
    font-size: 12px;
    margin: 8px;
}

.footerhz .nomarr {
    margin-right: 0px;
}

.faboutme {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.faboutme a {
    padding: 0px 44px;
    color: #4a4a4a;
    font-size: 12px;
}

.fnumber {
    background: #fff;
    margin: 0px auto;
    color: #4a4a4a;
    font-size: 12px;
    text-align: center;
    height: 62px;
    line-height: 62px;
}

.fnumber span {
    padding: 0px 15px;
    color: #4a4a4a;
}


/*登陆注册窗口*/


/*登录框*/

.loginpage {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}

.mask-window {
    position: absolute;
    background: #000;
    opacity: 0.8;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loginbox {
    width: 394px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -230px;
    margin-top: -200px;
    padding: 20px 33px 35px;
    border-radius: 3px;
}

.logintop {
    height: 32px;
    border-bottom: 1px solid #d2d2d2;
}

.logintop a {
    float: left;
    color: #727171;
    font-size: 18px;
    display: block;
    padding: 0px 15px;
    height: 32px;
    cursor: pointer;
}

.logintop a.active {
    border-bottom: 1px solid #45a4ec;
    color: #45a4ec;
}

.logincont {
    padding-top: 30px;
}

.logincont li {
    margin-bottom: 21px;
    position: relative;
}

.logincont li input {
    display: block;
    width: 354px;
    height: 21px;
    border: 1px solid #cbe2f9;
    border-radius: 5px;
    font-size: 16px;
    color: #a5a5a5;
    padding: 10px 0 10px 37px;
    line-height: 21px;
    box-sizing: content-box;
}

.loginimg1 {
    position: absolute;
    top: 14px;
    left: 10px;
}
.loginimg2 {
    position: absolute;
    top: 11px;
    left: 10px;
}
.loginimg {
    position: absolute;
    top: 10px;
    left: 10px;
}

.loginimgy {
    position: absolute;
    top: 13px;
    left: 10px;
}

.logincont li input.yanzhengma {
    width: 180px;
    float: left;
}

.loginyzm-pic {
    float: left;
    display: block;
    width: 155px;
    height: 41px;
    line-height: 41px;
    background: #d4d5d5;
    border-radius: 5px;
    margin-left: 19px;
    text-align: center;
}

.loginbtn {
    display: block;
    height: 50px;
    width: 389px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #5ca4ec;
    border-radius: 5px;
    margin-top: 10px;
}

.loginthree {
    /*text-align: center;*/
    font-size: 14px;
    color: #595757;
}

.loginthree img {
    position: relative;
    top: 2px;
    left: 10px;
    padding-right: 10px;
}
.QQBtn,.WeiboBtn{
    display: inline-block;
    width: 188px;
    height: 60px;
    margin-top: 8px;
    background: url(../images/btnBox.png) no-repeat;
}
.WeiboBtn{
    margin-left: 10px;
    background-position: 0px -83px;
}
.login-close {
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 25px;
    right: 33px;
    cursor:pointer;
}

.zhucecont {
    padding-top: 30px;
}

.zhucecont li {
    margin-bottom: 21px;
    position: relative;
}

.zhucecont li input.loinput {
    display: block;
    width: 354px;
    height: 21px;
    border: 1px solid #cbe2f9;
    border-radius: 5px;
    font-size: 16px;
    color: #a5a5a5;
    padding: 10px 0 10px 37px;
    line-height: 21px;
    box-sizing: content-box;
}

.zhucecont li input.zdlogin {
    display: block;
    border: none;
    position: relative;
    top: 4px;
    padding-right: 5px;
}

.forgetps {
    color: #727171;
}

.forgetps a {
    color: #727171;
    cursor: pointer;
}

.z-tishi {
    position: absolute;
    right: 2px;
    bottom: -17px;
    font-size: 12px;
    color: red;
}

.z-tishiyzm {
    position: absolute;
    right: 177px;
    bottom: -17px;
    font-size: 12px;
    color: red;
}


/*邮箱验证*/

.Emailbox {
    width: 394px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -230px;
    margin-top: -200px;
    padding: 20px 33px 35px;
    border-radius: 3px;
}

.emailtop {
    height: 40px;
    border-bottom: 1px solid #d2d2d2;
}

.emailtop span {
    margin: 0px auto;
    width: 100px;
    display: block;
    color: #727171;
    font-size: 24px;
    display: block;
    padding: 0px 15px;
    height: 40px;
    border-bottom: 1px solid #45a4ec;
    color: #45a4ec;
    text-align: center;
}

.emailtext {
    width: 260px;
    margin: 30px auto;
    text-align: center;
    font-size: 18px;
    color: #727171;
    line-height: 32px;
}

.emailagain {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #45a4ec;
}

.emailphone {
    border-top: 1px solid #d2d2d2;
    text-align: center;
    padding-top: 8px;
    font-size: 14px;
    color: #727171;
    margin-top: 40px;
}


/* 程序添加内容 */

.sub-info h4 a {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/pic_obj_4.png);
    width: 18px;
    height: 18px;
    margin-top: -3px;
}

.a_service1 {
    background-position: 0px 0px !important;
}

.a_service2 {
    background-position: -26px 0px !important;
}

.a_service3 {
    background-position: -51px 0px !important;
}

.a_service4 {
    background-position: -77px 0px !important;
}


/* kefu */
.forkf{
    position:fixed;
    top:0;
    width:1000px;
    left:50%;
    margin-left:-500px;
}

.kf{
    display: block;
    position: fixed;
    z-index: 2147483646 !important;
    margin-left: 1014px;
    bottom: auto;
    top:50%;
    margin-top:-200px;
}
.kf a.kefu{
  width: 80px;
  height:105px;
  position:absolute;
  top:226px;
  left:0;
  background:url(about:blank);
}

/*修改菜单*/

.fp-tableCell .nav .nav-item-inner {
    width: 810px;
    border-left: 1px solid #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

.fp-tableCell .navtabs {
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    padding-bottom: 5px;
}

.fp-tableCell .nav-items li .nav-item-inner .navtabs a {
    float: left;
    font-weight: 700;
    display: inline-block;
    padding: 2px 6px;
    margin: 5px 5px 0;
    line-height: 22px;
}

.fp-tableCell .nav-items li .nav-item-inner .navtabs a.active {
    background: #5ba5eb;
    border-radius: 3px;
    color: #FFF;
}

.fp-tableCell .tabcon {
    display: none;
    margin: 0 20px;
    overflow: hidden;
}

.fp-tableCell .tabcon a {
    float: left;
    padding-right: 20px;
}
.navcontent .zktit{
    display: block;
    width: 75px;
    float: left;
    padding-left: 20px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 21px;
}
.navcontent .zkcont{
    width: 605px;
    padding-left: 15px;
    float: left;
    padding-top: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    color: #3e3e3e;
}
.navcontent .zkcont a{
    float: left;
    display: block;
    margin-right: 30px;
}
.navcontent .zkcont a:hover{
    color: #1a70c1;
}
/*扫码部分*/
.scanCode{
    width: 171px;
    height: 117px;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #0a0000;
    background: #babbbd
}
/*滚动新闻*/
.slideNews{
    width: 100%;
    height: 24px;
    background: #0b1731;
    border-top: 1px #99a2ad solid;
}
.slideNews .box{
    width: 1000px;
    margin: 0px auto;
    overflow: hidden;
}
.slideNews .titleNews{
    float: left;
    margin-left: 190px;
    padding-left: 45px;
    padding-right: 20px;
    line-height: 24px;
    color: #ff000c;
    background: url(../images/newsIcon.png) no-repeat 0px 6px;
}
.slideNews .newsList{
    position: relative;
    float: left;
    width: 680px;
    height: 24px;
    overflow: hidden;;
}
.slideNews .newsList ul{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
}
.slideNews .newsList li{
    width: 680px;
    height: 24px;
}
.slideNews .newsList a{
    display: inline-block;
    margin-top: 2px;
    color: #fff;
}
/*课程推荐*/
.courseBox{
    width: 1000px;
    height: 172px;
    margin: 10px auto 20px;
    overflow: hidden;
    background: #fff;
}
.courseBox .courseli{
    float: left;
    width: 302px;
    height: 125px;;
    margin: 22px 0px 2px 30px;
    color: #838383;
    font-size: 12px;
    border-right: 1px #dfdfdf solid;
    overflow: hidden;
}
.courseBox .courseli .liBox{
    position: relative;
    width: 100%;
    height: 85px;
    overflow: hidden;
}
.courseBox .courseli .liBox ul{
    position: absolute;
    top: 0px;
    left: 0px;
}
.courseBox .lastLi{
    border: 0px;
}
.courseBox li .img{
    float: left;
    margin-top: 12px;
}
.courseBox li .words{
    float: left;
    width: 140px;
    margin-top: 15px;
    margin-left: 12px
}
.courseBox li .words strong{
    font-size: 24px;
    font-weight: normal;
    color: #071e39;
}
.courseBox li .words span{
    display: inline-block;
    margin-bottom: 5px;
    color: #838383;
    font-size: 12px;
}
.courseBox li .titleBox{
    margin-top: 8px;
}
.courseBox li .boxone{
    margin-bottom: 12px;
}
.courseBox li .titleBox p{
    font-size: 12px;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    color: #a7a7a7;
}
.courseBox li .words a{
    color: #838383;
    font-size: 12px;
}
.courseBox li .titleBox h3{
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-bottom: 5px;
}
.courseBox li.liBox .titleBox p{
    text-align: left;
}
.courseBox li .liList{
    margin-top: 8px;
    position: relative;
    height: 104px;
    overflow: hidden;
}
.courseBox li .liList li{
    width: 290px;
    height: 24px;
    margin-top: 2px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.courseBox li .liList li a{
    color: #838383;
    font-size: 12px;
}
.courseBox li .liList li a:hover{
    text-decoration: underline;
}
.courseBox .lastLi .liList ul{
    position: absolute;
    top: 0px;
    left: 0px;
}
/*右边浮层*/
.stairList {
    position: relative;
    margin-top: -3px;
}
.stairList span{
    position: absolute;
    top: 9px;
    left: 5px;
    width: 70px;
    height: 13px;
    background: url(../images/stairList.png) no-repeat;
}
.stairList  p{
    width: 58px;
    height: 14px;
    margin-left: 9px;
    border-left: 1px #c5c5c5 solid;
    border-right: 1px #c5c5c5 solid;
}
.courseUl{
    width: 78px;
    height: 78px;
    padding-top: 12px;
    border: 1px #c5c5c5 solid;
    background: url(../images/stairList2.png) repeat;
}
.courseUl li{
    width: 100%;
    margin-top: 3px;
    overflow: hidden;
}
.courseUl li a{
    display: inline-block;
    width: 69px;
    height: 20px;
    margin-left: 5px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    background: #61c4c5;
}
/*信息完善弹层*/
.infoTipBox{
    position: relative;
    width: 596px;
    height: 690px;
    background: url(../images/tipBg2.png) no-repeat
}
.infoTipBox .closeTipBtn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url(../images/close5.png) no-repeat
}
.infoTipBox .ulTip{
    padding-top: 204px;
    padding-left: 88px;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
}
.infoTipBox .ulTip li label{
    display: inline-block;
    width: 90px;
    text-align: right;
}
.infoTipBox .ulTip li{
    margin-top: 11px;
}
.infoTipBox .ulTip li input{
    width: 419px;
    height: 44px;
    line-height: 44px;
    text-indent: 15px;
    color: #484848;
    border: 1px #b8d5f2 solid;
    border-radius: 3px;
    font-size: 18px;
    background: #fff;
}
.infoTipBox .ulTip li a{
    display: inline-block;
    width: 420px;
    height: 52px;
    margin-top: 10px;
    line-height: 52px;
    color: #fff;
    font-size:24px;
    text-align: center;
    background: #5ca4ec;
    border-radius: 3px;
}


.loginedinfo {
    position: absolute;
    box-shadow: 0 1px 10px #ccc;
    z-index: 100;
    top:20px;
    right:150px;
}

.loginedinfo .top {
    width: 100px;
    height: 12px;
    background: url(../images/top.png) no-repeat bottom center;
}

.loginedinfo .mid {
    width: 100px;
    height: auto;
    background: #FFF;
}

.loginedinfo .bot {
    width: 100px;
    height: 0;
    background: url(../images/bot.png) no-repeat;
}

.loginedinfo .mid a {
    display: block;
    line-height: 28px;
    color: #282828;
    border-bottom: 1px solid #b9bbbe;
    font-size: 12px;
    margin: 0;
    text-align:center;
}

.loginedinfo .mid a:hover {
    color: #5ba5eb;
}
.user-login {
    position: relative;
    float: right;
    height: 70px;
    margin-top: 4px;
}
.subtips-an {
    background: url(../images/s-arr-bot.png) no-repeat right 68px top 55px;
}
