@charset "utf-8";

/* CSS base ALL stylebase */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    font-size: 14px;
    font-family: "微软雅黑";
    font-weight: 100;
    position: relative;
}

p {
    padding: 0;
    margin: 0;
}

a {
    color: #434343;
    font-size: 14px;
    font-family: "微软雅黑";
    text-decoration: none;
    cursor: pointer;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

img {
    border: 0;
}

form {
    margin: 0px;
    padding: 0px;
}

.None {
    display: none;
}

.Clear {
    clear: both;
    height: 0;
}

.font-size12 {
    font-size: 12px;
}

.font-size16 {
    font-size: 16px;
}

.font-size18 {
    font-size: 18px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

html,
body {
    height: 100%;
    overflow-y: hidden;
}

/*页面样式*/

.Header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 90px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    background: url(../images/head-bg.png) repeat-x;
    background-color: #3F6DA8;
}

.Header .logo {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.Header .newmenu {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 64px;
}

.Header .newmenu dt {
    float: left;
    height: 64px;
    line-height: 80px;
    padding-right: 5px;
    color: #f1f5f9;
}

.Header .newmenu dd {
    width: 70px;
    height: 64px;
    background: url(../images/menu_righbg.png) right no-repeat;
    position: relative;
    float: left;
    cursor: pointer;
    font-size: 12px;
}

.Header .newmenu dd span {
    display: block;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    background: #a10303;
    border-top: 1px solid #630202;
    border-left: 1px solid #630202;
    position: absolute;
    top: 10px;
    left: 30px;
}

.Header .newmenu dd p {
    padding-top: 7px;
    text-align: center;
    color: #c3d0e3;
}

.Header .newmenu dd p.uptop {
    margin-top: 11px;
}

/*导航*/

.Main {
    position: absolute;
    left: 0px;
    top: 90px;
    bottom: 0px;
    right: 0px;
    margin: 0;
    overflow: ahidden;
}

.Left {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 97px;
    overflow: hidden;
    background: #4c7d9f;
}

.Left .top-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 13px;
}

.Left .botom-btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 13px;
}

.Left .contentlis {
    width: 97px;
    position: absolute;
    top: 13px;
    bottom: 13px;
    left: 0px;
    z-index: 10;
    background: url(../images/left_bgup.png) repeat;
    overflow: hidden;
}

.Left .contentlis li {
    width: 97px;
    height: 83px;
    border-bottom: 1px solid #004d77;
    cursor: pointer;
    border-bottom: 1px solid #43769a;
    color: #cbdff0;
}

.Left .contentlis li p {
    padding-top: 50px;
    text-align: center;
}

.Left .contentlis li:hover p {
    color: #fff;
    font-size: 14px;
}

.Left .contentlis li.Active p {
    color: #fff;
}

.Left .contentlis li.cv1 {
    background: url(../images/litip1.png) 27px 15px no-repeat;
}

.Left .contentlis li.cv2 {
    background: url(../images/litip2.png) 27px 15px no-repeat;
}

.Left .contentlis li.cv3 {
    background: url(../images/litip3.png) 27px 15px no-repeat;
}

.Left .contentlis li.cv4 {
    background: url(../images/litip4.png) 27px 15px no-repeat;
}

.Left .contentlis li.cv5 {
    background: url(../images/litip5.png) 27px 15px no-repeat;
}

.Left .contentlis li.cv6 {
    background: url(../images/litip6.png) 27px 15px no-repeat;
}

.Left .contentlis li.cv7 {
    background: url(../images/litip7.png) 27px 15px no-repeat;
}

.Left .contentlis li.cv8 {
    background: url(../images/litip8.png) 27px 15px no-repeat;
}

.Left .contentlis li.cv9 {
    background: url(../images/litip9.png) 27px 15px no-repeat;
}

.Left .contentlis li.cv1:hover,
.Left .contentlis li.cv1.Active {
    background: url(../images/litip1-h.png) 27px 15px no-repeat;
    background-color: #4d7fa2;
    opacity: 0.95;
    filter: alpha(opacity=95);
    color: #fff;
}

.Left .contentlis li.cv2:hover,
.Left .contentlis li.cv2.Active {
    background: url(../images/litip2-h.png) 27px 15px no-repeat;
    background-color: #4d7fa2;
    opacity: 0.95;
    filter: alpha(opacity=95);
    color: #fff;
}

.Left .contentlis li.cv3:hover,
.Left .contentlis li.cv3.Active {
    background: url(../images/litip3-h.png) 27px 15px no-repeat;
    background-color: #4d7fa2;
    opacity: 0.95;
    filter: alpha(opacity=95);
    color: #fff;
}

.Left .contentlis li.cv4:hover,
.Left .contentlis li.cv4.Active {
    background: url(../images/litip4-h.png) 27px 15px no-repeat;
    background-color: #4d7fa2;
    opacity: 0.95;
    filter: alpha(opacity=95);
    color: #fff;
}

.Left .contentlis li.cv5:hover,
.Left .contentlis li.cv5.Active {
    background: url(../images/litip5-h.png) 27px 15px no-repeat;
    background-color: #4d7fa2;
    opacity: 0.95;
    filter: alpha(opacity=95);
    color: #fff;
}

.Left .contentlis li.cv6:hover,
.Left .contentlis li.cv6.Active {
    background: url(../images/litip6-h.png) 27px 15px no-repeat;
    background-color: #4d7fa2;
    opacity: 0.95;
    filter: alpha(opacity=95);
    color: #fff;
}

.Left .contentlis li.cv7:hover,
.Left .contentlis li.cv7.Active {
    background: url(../images/litip7-h.png) 27px 15px no-repeat;
    background-color: #4d7fa2;
    opacity: 0.95;
    filter: alpha(opacity=95);
    color: #fff;
}

.Left .contentlis li.cv8:hover,
.Left .contentlis li.cv8.Active {
    background: url(../images/litip8-h.png) 27px 15px no-repeat;
    background-color: #4d7fa2;
    opacity: 0.95;
    filter: alpha(opacity=95);
    color: #fff;
}

.Left .contentlis li.cv9:hover,
.Left .contentlis li.cv9.Active {
    background: url(../images/litip9-h.png) 27px 15px no-repeat;
    background-color: #4d7fa2;
    opacity: 0.95;
    filter: alpha(opacity=95);
    color: #fff;
}

.Left .contentlis_bg {
    width: 97px;
    position: absolute;
    top: 13px;
    bottom: 13px;
    left: 0px;
    z-index: 1;
    background: url(../images/left_bginner.png) repeat-x;
    background-color: #006096
}

.Side {
    position: absolute;
    border-right: 1px solid #cecece;
    /*left: 97px;*/
    top: 0px;
    bottom: 0px;
    width: 168px;
    overflow: auto;
    background: url(../images/side_bg.png) repeat;
}

.Side .set-list {
    width: 168px;
}

.Side .set-list dt {
    cursor: pointer;
    height: 38px;
    padding-left: 15px;
    border-bottom: 1px solid #cecece;
    /*  background:url(../images/DTBG-s.png) repeat-x; */
    background-color: #fff;
}

.Side .set-list dt label {
    float: right;
    height: 38px;
    width: 27px;
    background: url(../images/side-btns-dow.png) no-repeat;
}

.Side .set-list dt label.xial {
    background: url(../images/side-btns-right.png) no-repeat;
}

.Side .set-list dt span {
    float: left;
    height: 38px;
    line-height: 38px;
    color: #666;
}

.Side .set-list dt span img {
    margin-right: 10px;
}

.Side .set-list dd a {
    display: block;
    height: 38px;
    line-height: 38px;
    color: #666666;
    padding-left: 38px;
    border-bottom: 1px solid #cecece;
}

.Side .set-list dd a:hover,
.Side .set-list dd a.Active {
    background: #e2e1e1;
}

.middle {
    position: absolute;
    left: 169px;
    top: 0px;
    bottom: 0px;
    width: 10px;
    right: 0px;
    background: url(../images/side_bg.png) repeat;
}

.Right {
    position: absolute;
    left: 169px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: url(../images/right_bg.png) repeat;
}

/* 268px */

i {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
}

i.ben {
    background: url(../images/i-set1.png) no-repeat;
    width: 15px;
    height: 17px;
    margin-right: 5px;
}

i.mail {
    background: url(../images/i-set2.png) no-repeat;
    width: 15px;
    height: 12px;
    margin-right: 5px;
}

i.mic {
    background: url(../images/i-set3.png) no-repeat;
    width: 16px;
    height: 15px;
    margin-right: 5px;
}

/*add by dingk 20171025*/

.nav-menu_info {
    top: 8px;
    right: 26px;
    z-index: 10;
    position: absolute;
}

.nav-menu {
    top: 24px;
    right: 0px;
    height: 66px;
    z-index: 10;
    position: absolute;
}

.nav-menu dt {
    float: right;
    /*width: 40px;*/
    /*height: 40px;*/
    border-left: 1px solid #3F6EA8;
}

.nav-menu dd {
    float: left;
    height: 66px;
    padding-right: 0px;
}

.nav-menu dd a {
    float: left;
    height: 66px;
    width: 80px;
    line-height: 75px;
    text-align: center;
    color: #E0ECFF;
    font-size: 15px;
    position: relative;
}

.nav-menu dd a:hover,
.nav-menu dd a.active {
    background: url(../images/nav-bg-h.png) no-repeat;
}

.nav-menu dd a .smsuz {
    display: inline-block;
    top: 7px;
    right: 17px;
    border-radius: 15px;
    padding: 0px 5px;
    height: 15px;
    color: #fff;
    font-size: 12px;
    background: #f00;
    line-height: 15px;
    position: absolute;
}
/*2017/11/27登录页*/
.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/back.png") no-repeat center;
    overflow: auto;
    min-width: 1280px;
    min-height: 768px;
}

.loginMain {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -290px;
    margin-left: -495px;
    width: 990px;
    height: 558px;
}

.txtIntro {
    position: absolute;
    top: 80px;
    left: 350px;
    width: 600px;
    height: 186px;
    background: url("../images/slogan.png") no-repeat;
}

.formDetail {
    position: absolute;
    bottom: 170px;
    right: 26px;
    width: 640px;
    height: 42px;
}

.userPutName {
    float: left;
    width: 240px;
    margin-right: 12px;
    padding-left: 42px;
    padding-right: 10px;
    box-sizing: border-box;
}

.userPutsty {
    margin-top: 10px;
    margin-top: 9px \9;
    width: 100%;
    border: 0px !important;
    background: none;
    outline: none;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #888;
    /*border: 1px solid #95B8E7;*/

}

.login_btn.userLoginbtn {
    margin-top: -1px;
    margin-right: 24px;
    cursor: pointer;
}

