body {
    margin: 0;
    padding: 0!important;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
    background: #FFF;
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

a:hover {
    color: #E42001;
}

header {
    width: 100%;
    max-width: 1920px;
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

header>.head_bg {
    /* position: absolute;*/
    /*height: 100%;*/
    /*left: 50%;*/
   /* transform: translateX(-50%);*/
    /*z-index: -1;*/
}

header>.top {
    width: 100%;
    height: 35px;
    background: rgba(87, 130, 247, .05);
}

header>.top p {
    line-height: 35px;
    font-size: 12px;
    color: #666;
}

header>.logo {
    position: absolute;
    top: 70px;
    left: calc(50% - 600px);
    max-height: 50px;
}

.menu {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 50px;
    background: #015293;
}

.menu>.menu_list {
    height: 100%;
}

.menu>.menu_list>li {
    min-width: 100px;
    height: 100%;
    display: inline-block;
    text-align: center;
}

.menu>.menu_list>li>a {
    display: block;
    height: 100%;
    padding: 15px 25px;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
}

.menu>.menu_list>li.active {
    background: #003864;
}

.menu>.menu_list>li.active>a {
    font-weight: bold;
}

.main {
    height: 340px;
    margin-top: 20px;
    font-size: 0;
}

.main>.news_pic {
    width: 380px;
    height: 100%;
    overflow: hidden;
}

.main>.news_pic .news_pic_img {
    width: 380px;
    height: 340px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 5px;
}

.carousel-caption {
    font-size: 18px;
    left: 0% !important;
    right: 0% !important;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
}

.news {
    width: 510px;
    height: 100%;
    border: 1px solid #F5F5F5;
}

.news>.news_fl {
    width: 100%;
    height: 44px;
    font-size: 0;
}

.news>.news_fl>li {
    display: inline-block;
    width: 164px;
    height: 100%;
    text-align: center;
    margin: 0 2px;
}

.news>.news_fl>li>a {
    display: block;
    line-height: 20px;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    font-size: 14px;
    color: #333;
    background: #F5F5F5;
}

.news>.news_fl>li.active>a {
    background: #015293;
    color: #FFF;
    font-weight: bold;
}

.news .news_content {
    width: 100%;
    height: calc(100% - 44px);
    padding: 20px;
}

.news .news_content>.top {
    width: 100%;
    height: 80px;
}

.news .news_content>.top .title {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: bold;
}

.news .news_content>.top .dec {
    font-size: 14px;
    line-height: 20px;
    color: #595961;
}

.news .news_content>.top>a:hover .title {
    color: #015293;
}

.news .news_content>.news_list {
    border-top: 1px solid #eee;
}

.news .news_content>.news_list>li {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}

.news .news_content>.news_list>li:last-child {
    margin-bottom: 0;
}

.news .news_content>.news_list>li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #595961;
    overflow: hidden;
    margin: 8px 0;
    font-size: 14px;
}

.news .news_content>.news_list>li>a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    font-size: 14px;
    color: #595961;
}

.news .news_content>.news_list>li>a:hover {
    color: #015293;
}

.register {
    width: 270px;
    height: 100%;
    border: 1px solid #F5F5F5;
}

.register>.top {
    width: 100%;
    height: 40px;
    background: #015293;
}

.register>.content {
    position: relative;
    width: 100%;
    height: 300px;
    padding: 15px 20px;
}

.register>.content .select_j {
    position: absolute;
    top: 20px;
    right: 22px;
    z-index: -1;
}

.register>.content select,
.register>.content input {
    width: 100%;
    height: 34px;
    border: 1px solid #E5E5E5;
    padding-left: 35px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.register>.content select {
    background: url(../images/类型.png) no-repeat;
    background-position: 10px 9px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.register>.content input#account {
    background: url(../images/形状结合.png) no-repeat;
    background-position: 10px 10px;
}

.register>.content input#password {
    background: url(../images/形状结合1.png) no-repeat;
    background-position: 10px 8px;
}

.register>.content #huakuai_s {
    display: none;
    position: absolute;
    width: 228px;
    height: 32px;
    border-radius: 5px;
    line-height: 20px;
    padding: 7px 0;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    z-index: 2;
    top: 148px;
    left: 20px;
    background: #52CCBA;
}

.register>.content button.login,
.register>.content .linkBtn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #FFF;
    background: #015293;
}

.register>.content button.login {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 20px;
    padding: 7px 0;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #FFF;
    background: #015293;
}

.register>.content .link {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.register>.content .link>a {
    font-size: 12px;
    color: #015293;
}

#remember {
    height: 10px;
    width: 10px;
    margin: 5px 0;
}

.adv {
    margin-top: 20px;
}

.adv>img {
    width: 100%;
}

.node-top {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #E4E6E5;
    line-height: 30px;
}

.node-top>.name::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 20px;
    background: #015293;
    top: 5px;
    left: 0;
}

.node-top>.name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-left: 15px;
}

.node-top>a {
    font-size: 14px;
    color: #015293;
}

.study {
    margin-top: 20px;
}

.study_list>li {
    display: inline-block;
    margin-right: 30px;
    width: 216px;
    height: 160px;
}

.study_list>li:nth-child(5n) {
    margin-right: 0;
}

.study_list>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.study_list>li>a>.pic {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.study_list>li>a>.pic>img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.study_list>li>a>.title {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.study_list>li>a:hover>.pic>img {
    transform: scale(1.15);
}

.study_list>li>a:hover>.title {
    color: #015293;
}

.gxk_list {
    font-size: 0;
}

.gxk_list>li {
    position: relative;
    display: inline-block;
    width: 391px;
    height: 126px;
    margin-right: 13px;
    margin-top: 20px;
}

.gxk_list>li:last-child {
    margin-right: 0px;
}

.gxk_list>li>a>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.gxk_list>li>a>.title {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gxk_list>li>a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 20px 0 140px;
}

.friend_list>li {
    display: inline-block;
    margin-right: 30px;
    width: 216px;
    height: 70px;
}

.friend_list>li:nth-child(5n) {
    margin-right: 0;
}

.friend_list>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.friend_list>li>a>img {
    width: 100%;
    height: 100%;
}

.foot {
    padding: 26px 0;
    background: #67b6fd;
}

.foot>p,
.foot>p>a {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    text-align: center;
}

.position-nav {
    line-height: 32px;
    color: #666;
    font-size: 16px;
    margin-top: 20px;
}

.position-nav a {
    color: #666;
}

.col-head {
    margin-top: 10px;
    height: 45px;
    border-bottom: 1px solid #ccc;
}

.fl {
    float: left;
}

.col-h-tit {
    height: 38px;
    line-height: 36px;
    font-size: 20px;
    display: inline-block;
    color: #050505;
    padding: 3px 30px 5px 20px;
    border-left: 4px solid #317EE0;
}

.list-info li {
    background: url(../images/arrow.gif) no-repeat 0 20px;  
    float: left;
    width: 100%;
}

.list-info-big li {
    line-height: 46px;
    border-bottom: 1px dashed #dcdcdc;
    background-position: 0 20px;
}

.list-info a {
    width: calc(100% - 100px);
    text-indent: 13px;
    display: inline-block;
    color: #333;
    float: left;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-info span {
    display: inline-block;
    color: #999;
    float: right;
    font-size: 14px;
}

#reLogin>.top,
.registerModal_top {
    width: 100%;
    padding: 10px;
    background: #f8f8f8;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center;
    position: relative;
}

.registerModal_top>.closeR {
    position: absolute;
    top: 10px;
    right: 10px;
}

#reLogin>.reLogin_list {
    padding: 30px 25px;
max-height: calc(100vh - 210px);
    overflow: scroll;
}

#reLogin>.reLogin_list>.item {
    width: 100%;
    line-height: 20px;
    padding: 9px 0;
    background: #f6f8fc;
    text-align: center;
    font-size: 12px;
    color: blue;
    cursor: pointer;
    border-bottom: 1px solid #d5e0f7;
    border-left: 1px solid #d5e0f7;
}

.register_list>a {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 9px 0;
    background: #f6f8fc;
    text-align: center;
    font-size: 12px;
    color: blue;
    cursor: pointer;
    border-bottom: 1px solid #d5e0f7;
    border-left: 1px solid #d5e0f7;
}

.web_udesk {
    padding: 20px 10px 20px 10px;
    color: #fff;
    background-color: #206ef3;
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}

#udesk_container {
    display: none;
}

.web_udesk>div {
    width: 20px;
    line-height: 18px;
    text-align: center;
}

.modal-link-_top {
    width: 100%;
    padding: 20px;
    background: #fff;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.modal-link-_top>.closeR {
    position: absolute;
    top: 20px;
    right: 30px;
}

.modal-link-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.register_search_list {
    font-size: 0;
}

.register_search_list>.item {
    display: inline-block;
    width: calc((100% - 120px) /2);
    height: 42px;
    border-radius: 10px;
    background: #EEE;
    border: 1px solid #F2F2F2;
    padding: 1px;
    margin: 10px 30px;
}

.register_search_list>.item>a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
}

.register_search_list>.item>a>span {
    margin-left: 5px;
}

.register_search_list>.item>a.item_a {
    color: #333;
    background: transparent;
}

.register_search_list>.item>a.item_a_h {
    display: none;
    color: #fff;
    background: #015293;
}

.register_search_list>.item:hover>a.item_a {
    display: none;
}

.register_search_list>.item:hover>a.item_a_h {
    display: block;
}

.gxkTipModal {
    position: fixed;
    width: 642px;
    height: 317px;
    background: url(../images/tipmodal.png) 100% 100%;
    display: none;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 230px 160px 0 160px;
}

.gxkTipModal>a {
    width: 120px;
    height: 40px;
    text-align: center;
    border: 1px solid #015293;
    background: transparent;
    font-size: 14px;
    color: #015293;
    line-height: 20px;
    padding: 10px;
}

.gxkTipModal>a.right {
    border: none;
    background: #015293;
    color: #FFF;
}

.gxkTipModal>img {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}	
.zyk_list{
	font-size: 0;
}
.zyk_list>a{
	display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
}
.zyk_list>a:nth-child(5n) {
	margin-right: 0;
}
.zykModal_list>.item {
    display: block;
    width: 80%;
    height: 42px;
    border-radius: 10px;
    background: #EEE;
    border: 1px solid #F2F2F2;
    padding: 1px;
    margin: 10px 10%;
}
.zykModal_list>.item>a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
}
.zykModal_list>.item>a:hover{
    color: #fff;
    background: #015293;
}
ul#left_list>li:hover a, ul#left_list>li:hover span,
ul#right_list>li:hover a, ul#right_list>li:hover span{
      color: #015293 !important;
}