@charset "utf-8";
/* CSS Document */
body {
    font: 12px/1.5;
    margin: 0px;
    min-height: 100%;
    padding: 0;
}

a {
    color: #444;
}

a:link {
    text-decoration: none;
    color: #444;
}

a:visited {
    text-decoration: none;
    color: #555;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
    color: #444;
}

img {
    border: 0px;
}

.clear {
    width: 100%;
    height: 1px;
    clear: both;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h2, h4 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

/*******************头部******************/
.top {
    background-color: #FCFCFC;
    border: 1px solid #ECECEC;
    height: 26px;
    font: 12px/26px "Microsoft Yahei";
}

.wrap {
    width: 1180px;
    margin: 0px auto;
}

.head {
    width: 100%;
    height: 75px;
    background: #FFF;
    box-shadow: 1px 1px 3px #ccc;
}

.head .logo {
    width: 200px;
    height: 65px;
    float: left;
}

.head .right {
    float: right;
    display: block;
}

.sb_title {
    height: 50px;
    font: 22px/50px "Microsoft Yahei";
    color: #444;
    float: left;
    margin-top: 12px;
}

.sb_title a {
    height: 50px;
    margin-left: 10px;
    font: 12px/50px "Microsoft Yahei";
    color: #999;
}

.head .right .login_dv {
    float: left;
    margin-left: 30px;
    font: 12px/75px "Microsoft Yahei";
    color: #535353;
}

.head .right .out, .head .right .center {
    float: left;
    margin-left: 20px;
    font: 12px/75px "Microsoft Yahei";
}

.head .right .center i {
    height: 15px;
    width: 15px;
    display: block;
    float: left;
    margin-top: 30px;
    background: url(../img/icon.png) no-repeat -2px -500px;
}

.head .right a {
    color: #535353;
}

/********************box***********************/
.box {
    width: 1180px;
    min-height: 100%;
    height: 648px;
    margin: 0px auto;
    margin-top: 10px;
    /* background-color: #1f7ed0; */
    border-radius: 5px;
    overflow: hidden;
}

.box_main {
    width: 979px;
    height: 100%;
    overflow: hidden;
    background: #f4f7fb;
    border: 1px solid #f1f1f1;
    border-left: 0px;
}

/**********************************************************************/
.menu {
    width: 200px;
    background-color: #1f7ed0;
    float: left;
    height: 650px;
    border-radius: 5px;
}

.menu .menu-content > li > a {
    display: block;
    width: 100%;
    float: left;
    height: 48px;
    font: 15px/48px 微软雅黑;
    background-color: #1f7ed0;
    color: #FFF;
    border-bottom: 1px solid #136ebc;
    border-top: 1px solid #2386dc;
    cursor: pointer;
    text-align: left;
}

.menu .menu-content .menu-closed {
    position: relative;
    float: left;
    width: 100%;
}

.menu .menu-content .menu-closed:before {
    font-family: "iconfont2" !important;
    font-size: 12px;
    font-style: normal;
    content: "\e623";
    color: #fff;
    position: absolute;
    top: 17px;
    right: 15px;
    width: 20px;
    height: 20px;
}



.menu a span {
    padding-left: 15px;
}

.menu .menu-content .menu-closed ul {
    max-height: 0px;
    transition: all 200ms;
    -moz-transition: all 200ms; /* Firefox 4 */
    -webkit-transition: all 200ms; /* Safari 和 Chrome */
    -o-transition: all 200ms;
    overflow: hidden;
}

.menu .menu-content .menu-closed.openble ul {
    display: block;
    max-height: 500px;
    float: left;
    width: 100%;
    background-color: #1B75C3;
    transition: all 500ms;
    -moz-transition: all 500ms; /* Firefox 4 */
    -webkit-transition: all 500ms; /* Safari 和 Chrome */
    -o-transition: all 500ms;
}

.menu .menu-content ul li a {
    font: 14px/45px 微软雅黑;
    float: left;
    color: #FFF;
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: left;
}

.menu .menu-content ul li a:hover {
    transition: all 200ms;
    -moz-transition: all 200ms; /* Firefox 4 */
    -webkit-transition: all 200ms; /* Safari 和 Chrome */
    -o-transition: all 200ms;
}

.menu .menu-content li.actived a {
    background: #288ce2;
}

.icon {
    font-family: "iconfont2" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.icon_switch {
    color: #288CE2;
    font-size: 18px;
    padding: 0 5px;
    font-weight: 500;
}

.menu .menu-content .icon {
    display: block;
    float: left;
    height: 45px;
    font-size: 20px;
    margin-right: 5px;
    margin-left: 25px;
    line-height: 50px;
}

.menu .menu-content ul li .icon {
    margin-left: 28px;
    line-height: 45px;
    font-size: 18px;
}

.menu .menu-content ul li a:hover .icon {
    margin-left: 40px;
    transition: all 150ms;
    -moz-transition: all 150ms; /* Firefox 4 */
    -webkit-transition: all 150ms; /* Safari 和 Chrome */
    -o-transition: all 150ms;
}

.menu .menu-content .h-home a {
    height: 55px;
    line-height: 55px;
}

.menu .menu-content .h-home a .icon {
    line-height: 48px;
}

.menu .menu-content > li > a.yjjy {
    text-indent: 40px;
    padding-left: 25px;
    position: relative;
    width: 175px;
}

.yjjy:before {
    font-family: "iconfont2" !important;
    font-size: 18px;
    font-style: normal;
    content: "\e621";
    color: #fff;
    position: absolute;
    top: 1px;
    left: 3px;
    width: 20px;
    height: 20px;
}

.ztk-sidebar {
    position: fixed;
    right: 19px;
    bottom: 280px;
    z-index: 100;
    list-style: none;
}

.ztk-sidebtn {
    position: relative;
    width: 40px;
    margin-top: 5px;
    cursor: pointer;
    color: #fff;
    background: #aaa;
    text-align: center;
    padding: 5px;
    line-height: 1;
}

.ztk-consult {
    overflow: hidden;
    background: #1f7ed0;

}

.ztk-consult .hui-bg {
    margin-left: -25px;
}

.ztk-sidebtn:hover {

    background: #1f7ed0;
}

.ztk-sidebtn a {
    color: #fff;
    font-size: 14px;
}

.ztk-sidebtn .iconfont {
    font-size: 28px;
    line-height: 35px;
}

.ztk-qrcode-pop {
    cursor: default;
    display: none;
    right: 55px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -115px;
    box-shadow: 0px 3px 4px #cccccc;
    background: #fff;
}

.ztk-qrcode-pop p {
    padding: 0;
    color: #1f7ed0;
    font-size: 14px;
    font-weight: 700;
}

.ztk-qrcode:hover .ztk-qrcode-pop {
    display: block;
}