body {
    font-family: -apple-system, BlinkMacSystemFont, PingFangSC-Regular, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font-size: 14px;
    color: #40404c;
    position: relative;
}
body, button, input, keygen, legend, select, textarea {
    font: 16px / 1.14 arial, Segoe UI, Lucida Grande, Helvetica, Arial, Microsoft YaHei, FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, FontAwesome, sans-serif;
    color: #333;
    outline: 0;
}
body {
    /*background: #f7f7f7;*/
}

article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

a {
    color: #40404c;
    background-color: initial;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
/*img {*/
/*    border: 0;*/
/*    vertical-align: bottom;*/
/*    max-width: 100%;*/
/*}*/
/*header头部*/
.header-container, .header-static {
    transition: all .5s;
    width: 100%;
    padding: 14px 60px;
    box-sizing: border-box;
    min-width: 1180px;
    z-index: 999;
}
.container {
    width: 100%;
}
.header-container .header-flex, .header-static .header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header-container .header-flex .logo-wrapper, .header-static .header-flex .logo-wrapper {
    display: flex;
    align-items: center;
}

.header-container .header-flex .logo-wrapper a, .header-static .header-flex .logo-wrapper a {
    font-size: 24px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
/*导航*/
#nav {
    margin: auto;
    display: flex;
    justify-content: space-between;
}
#nav li {
    float: left;
    display: block;
}
#nav li a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}
.head-nav a {
     color: #333;
     font-size: 14px;
     padding: 15px 0;
     white-space: nowrap;
 }
.pull-right {
    float: right !important;
    /*display: flex;*/
}


/*login/regsiter登录注册找回密码*/
.login {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    background-size: 100% 100%;
    /*padding: 120px 0;*/
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login_title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.login_container {
    width: 1200px;
    min-height: 600px;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.login-icon-bg {
    width: 600px;
    min-height: 600px;
    float: left;
    display: block;
}
.login-card-title {
    overflow: hidden;
    float: right;
    width: 600px;
    min-height: 600px;
    text-align: center;
    font-weight: 600;
    flex-shrink: 0;
    flex-grow: 0;
}
.loginWindow {
    width: 100%;
    overflow: hidden;
    position: static;
    padding: 30px 80px;
    min-height: 600px;
    border-radius: 0 16px 16px 0;
    background: #fff;
}
.loginWindow .login-tabs.loginUserType {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}
.loginWindow * {
    box-sizing: border-box;
}
.login-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.loginWindow .login-tabs.loginUserType li {
    width: 33.33333%;
    margin: 0;
    text-align: center;
}
.login-tabs > li, .login-tabs > li > a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.loginWindow .login-tabs.loginUserType li.active a {
    color: #1862b2;
    border-bottom: 4px solid #1862b2;
}
.loginWindow .login-tabs.loginUserType li a {
    position: relative;
    font-size: 16px;
    line-height: 40px;
    color: #6b6b6b;
    font-weight: 700;
    border-bottom-color: #1862b2;
    border-top-color: transparent;
    text-align: left;
}
.loginWindow .form-kepu_v2 {
    padding-top: 0;
}
.form-kepu_v2 {
    padding: 50px 0 10px;
}
.loginWindow form .form-group {
    width: 100%;
    margin: 16px auto 0;
    text-align: left;
    position: relative;
}
.form-kepu_v2 .form-group .input-group-addon {
    border-color: #e6e6e6;
    background: #fff;
    border-radius: 0;
}
.form-kepu_v2 .form-group .input-group-addon i {
    font-size: 24px;
    color: #999;
}
.form-kepu_v2 .form-group .form-control {
    height: 50px;
    border-color: #e6e6e6;
    border-radius: 0;
    border-left: 0;
    box-shadow: none;
}
.tip-msg {
    color: rgb(153 153 153);
    line-height: 27px;
}

.form-kepu_v2 .form-group .btn {
    height: 48px;
    padding: 8px 12px;
}
.loginWindow .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 16px;
    -webkit-user-select: none;
    user-select: none;
    line-height: 30px;
    outline: 0;
}
.btn-primary {
    color: #fff;
    background-color: #1478F0;
    border-color: #1478F0;
    font-weight: bold;
}
.btn-large:last-child {
    margin-top: 6px;
}
.form-kepu_v2 .btn-login, .form-kepu_v2 .btn-register {
    height: 48px;
    padding: 8px 12px;
}
.btn-large {
    width: 100%;
    height: 50px;
    padding: 14px 12px;
    margin-top: 7px;
}
.loginWindow .list-inline {
    margin-top: 15px;
}
.list-inline li * {
    color: #337ab7;
}
/*footer*/
.copyright-login {
    min-width: 1200px;
    padding-top: 5px;
    background-color: #1379fe;
    color: #fff;
}
.text-center span {
    margin-right: 10px;
}

/*home首页*/
.module {
    padding: 0px 0 0px;
}
.container {
    width: 100%;
}
.slideBox {
    width: 100%;
    height: auto;
    min-width: 1200px;
}
.slideBox .rslides {
    overflow: hidden;
}
.rslides-inner {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.rslides-inner img {
    height: 100%;
    width: 100%;
    border: 0;
}
.slideBox img {
    display: block;
}
.tongzhi {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
    box-sizing: border-box;
    min-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.newList {
    width: 48%;
    border: 1px solid #eee;
    border-radius: 10px;
}
.tabsnews {
    background-color: #1478F0;
    padding: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.tongzhiicon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.rightnews {
    float: right;
    margin-left: auto;
    display: flex;
}
.rightnews a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.tabContent {
    height: 360px;
}
.newList .news {
    margin-top: 10px;
}
#tab-cont1 li:last-child {
    border-bottom: none;
}
#tab-cont1 li {
    border-bottom: 1px dashed #e6e6e6;
    height: 60px;
    line-height: 60px;
}
.newList .news li a {
    font-size: 16px;
    line-height: 60px;
    color: #2e3e4e;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.tabContent .news span {
    color: #999;
}
.newList {
    width: 48%;
    border: 1px solid #eee;
    border-radius: 10px;
}
/*新闻列表*/
.tongzhi_content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px;
    box-sizing: border-box;
    min-width: 1200px;
    margin-top: 30px;
}
.breadcrumb {
    display: block;
    /* margin: 0 60px; */
    padding: 0px 0;
    border-bottom: 1px solid #eee;
    color: #999;
    height: 35px;
    margin: 0;
    line-height: 66px;
    border-top: 0;
    background: #fff;
}
.breadcrumb li {
    float: left;
    line-height: 20px;
}
.breadcrumb a:hover {
    color: #1273e1;
}
.breadcrumb .active {
    color: #aaa;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tongzhi {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
    box-sizing: border-box;
    min-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.newList_tongzhi, .container-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.newList_tongzhi .news li {
    line-height: 70px;
}
.tab-cont2 li {
    border-bottom: 1px dashed #e6e6e6;
    height: 70px;
}
.newList_tongzhi .news li a {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*详情页*/
.newList_tongzhi, .container-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.content {
    width: 100%;
    padding: 0px 60px;
    box-sizing: border-box;
    min-width: 1200px;
    font-size: 25px !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 25px;
}
.news-props {
    margin-bottom: 30px;
    color: #8a8a8a;
    text-align: center;
    height: 35px;
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.news-content {
    margin-top: 20px;
    color: #3d3d3d;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 30px;
    width: 100%;
    min-width: 1200px;
}