@charset "utf-8";
.top-nav{
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.top-nav .back-home {
    padding-left: 25px;
    background: url('../images/back-home.png') no-repeat left center;
}
.top-nav .nav-login {
    font-size: 14px;
    display: flex;
}

.top-nav .nav-login .name{line-height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.top-nav .nav-login .name img{position:relative;top:4px;margin-right:4px;}
.top-nav .nav-login .code{width: 130px;display:none;position:absolute;box-shadow: 0px 2px 8px 0px rgba(119, 119, 119, 0.5);border-radius:2px;text-align:center;background:#fff;padding-top:5px;transform:translateX(-50%);z-index:10000;padding-bottom:8px;}
.top-nav .nav-login .code img{width:124px;height:124px;margin:0 auto;display:block;}
.top-nav .nav-login .code span{font-size:12px;color:#666;display:inherit;line-height:1.4;}
.top-nav .nav-login .code::after{content:"";width:26px;height:3px;background:#1D3E5A;border-radius:1px;position:absolute;top:-2px;left:0;right:0;margin:0 auto;}
.top-nav .nav-login .code a{display:block;margin-top:7px;line-height:1.5;}


.top-nav .nav-login .phone {
    margin-left: 20px;
}
.main-nav__top {

}
.main-nav__top li{
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    position: relative;
}
.main-nav__top li::after{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #e2e2e2;
}
.main-nav__top li:last-child::after{
    width: 0px;
}

.service-nav {
    margin-left: 0;
}
.service-nav li{
    float: left;
    height: 40px;
    position: relative;
}

.service-nav li .service-top {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    position: relative;
}
.service-nav li .service-top::after{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #e2e2e2;
}
.service-nav li:last-child .service-top::after{
    display: none;
}
.service-nav li .service-top a{
    color: #666;
}
.service-nav li:nth-child(1) .service-top{
    height: 26px;
    line-height: 26px;
    margin-top: 7px;
}
.service-nav li:nth-child(1) .service-top a{
    padding: 0 9px;
    background-color: #FF7300;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
}
.service-nav li .back-old a{
    color: #666;
}
.service-nav li .back-old{
    height: 26px;
    line-height: 26px;
    margin-top: 7px;
}
.service-nav li .back-old a{
    padding: 0 9px;
    background-color: #fff;
    border: 1px solid #c0d6f7; 
    color: #2362c1;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
}
/* 两个下拉 */
.service-nav li.mobile .service-top a,.service-nav li.weixin .service-top a{
    color: #0146AE;
}
.service-nav li .service-top i{
    margin-right: 6px;
}
.service-bot{
    background-color: #fff;
    position: absolute;
    z-index: 99;
    top: 40px;
    right: -40px;
    display: none;
    text-align: center;
    z-index: 9999;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(27,95,160,.1);
}
.service-bot .item {
    width: 130px;
}
.service-bot .item .image{
    height: 130px;
    border-radius: 8px;
}
.service-bot .item .image img{
    width: 130px;
    height: 130px;
    border-radius: 8px;
}
.service-bot .item p{
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    overflow: hidden;
}
.service-nav li .service-top:hover .service-bot{
    cursor: pointer;
    display: block;
}

.main-header {
    margin: 15px auto 6px;
}
.main-header .w{
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
}
.main-header .logo {
    float: left;
    width: 247px;
    position: relative;
}
.main-header .channel-line:after {
    content: '';
    width: 1px;
    height: 50px;
    display: block;
    position: absolute;
    right: -25px;
    bottom: 7px;
    background: #dbe5f4;
}

.search-header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 89;
    top: 0;
    border-bottom: solid 2px #e1e1e1;
    background-color: #fff
}

.channel-name {
    width: 106px;
    height: 30px;
    line-height: 30px;
    background: #E7F1FF;
    text-align: center;
    font-weight: 600;
    color: #5181d1;
    font-size: 16px;
    box-shadow: 4px 4px 0px #dbe5f4;
}
.search-box {
    width: 600px;
    float: left;
    height: 46px;
}
.search-box .search {
    width: 100%;
    height: 46px;
    border: 1px solid #0146AE;
    border-radius: 10px;
}
.search-box .search input {
    width: 400px;
    float: left;
    height: 42px;
    background: #fff;
    margin-top: 2px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #666;
    border-radius: 10px;
    text-indent: 15px;
}
.search-box .search button {
    width: 98px;
    float: right;
    height: 45px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    background: #0146AE;
    border-radius: 0 8px 8px 0;
}
.search-box .search button i {
    margin-right: 8px;
}
.search-box .search-select {
    width: 90px;
    height: 42px;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    position: relative;
    background: #fff;
    border-radius: 30px 0 0 30px ;
}
.search-box .search-select-cur {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.search-box .search-select-cur p {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    text-indent: 15px;
    border-right:1px solid #ddd;
    text-indent: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.search-box .search-select-cur i {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    vertical-align: middle;
}
.search-box .search-select-cur.focus i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.search-box .search-select-nav {
    position: absolute;
    width: 100%;
    border: 1px solid #0146AE;
    left: -2px;
    top: 42px;
    z-index: 9999;
    background: #fff;
    display: none;
}
.search-box .search-select-nav li {
    text-indent: 20px;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search-box .search-select-nav li:hover {
    background: #0146AE;
    color: #fff;
}
.main-header .header-adv {
    width: 284px;
    float: right;
    text-align: right;
}
.main-header .header-adv a {
    float: right;
}

.main-nav {
    min-width: 1400px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background-color:#0146AE;
    white-space: nowrap;
}
.main-nav ul {
    white-space: nowrap;
    overflow: hidden;
}
.main-nav ul li {
    float: left;
    font-size: 18px;
    font-weight: 600;
}
.main-nav.channel ul li {
    font-size: 17px;
}
.main-nav ul li.product-type{
    width: 268px;
    text-align: left;
    color: #fff;
    background: url(../images/cate-bg.png) no-repeat left center;
}
.main-nav ul li.product-type a:after{
    display: none;
}
.main-nav ul li.product-type span{
    padding-left: 18px;
}
.main-nav ul li.product-type .more {
    float: right;
    color: #666;
    width: 26px;
    height: 22px;
    margin-top: 12px;
    background: url("../images/cate-more.png") no-repeat center center;
}
.main-nav ul li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-nav ul li a {
    color: #fff;
    padding: 0 30px;
    display: inline-block;
    position: relative;
}
.main-nav.channel ul li a {
    padding: 0 28px;
}
.main-nav ul li a:after {
    z-index: 1;
    position: absolute;
    top: 7px;
    right: 0;
    content: "";
    width: 1px;
    height: 37px;
    background: url('../images/nav-line.png') no-repeat left center;
}
.main-nav ul li a i {
    display: inline-block;
    margin-right: 5px;
    font-size: 22px;
    position: relative;
    top: 1px;
}
.main-nav ul li.on {
    background: #F55309;
}
.main-nav ul li a:hover {
    background: #F55309;
}
.main-nav ul li.on a:after {
    background: unset;
}
.main-nav ul li a:hover i {
    -webkit-animation: jello-vertical 0.7s ;
            animation: jello-vertical 0.7s ;
}
.main-nav ul li:last-child a:after {
    background: unset;
}


.channel-nav {
    height: 80px;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 5px 10px #dedede;
}
.channel-nav ul{
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}
.channel-nav ul li {
    height: 28px;
    line-height: 28px;
}
.channel-nav li:after {
    position: relative;
    top: 1px;
    display: inline-block;
    content: "";
    width: 1px;
    height: 13px;
    margin: 0 13px;
    border-right: 1px solid #cfcfcf
}
.channel-nav li a {
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    line-height: 20px
}
.channel-nav li a:hover {
    color: #1458d4
}
.channel-nav li:first-child {
    padding-left: 0
}
.channel-nav li:last-child:after {
    display: none
}

.main-tip{
    margin: 0 auto 10px;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    color: #ddd;
    overflow: hidden;
}
.main-tip .w{
    align-items: flex-start;
    justify-content: space-between;
}
.main-tip .notice {
    width: 350px;
}
.main-tip .notice a {
    font-weight: normal;
    margin-right: 20px;
}
.main-tip .notice a:last-child {
    margin-right: 0;
}
.main-tip .notice i {
    width: 111px;
    height: 25px;
    background: url("../images/notice.png") no-repeat;
    background-size: contain;
    float: left;
    margin-right: 10px;
}
.main-tip .keywords i {
    width: 111px;
    height: 25px;
    background: url("../images/keywords.png") no-repeat;
    background-size: contain;
    float: left;
    margin-right: 10px;
}
.main-tip .course {
    width: 300px;
}
.main-tip .course i {
    width: 111px;
    height: 25px;
    background: url("../images/course.png") no-repeat;
    background-size: contain;
    float: left;
    margin-right: 10px;
}
.main-tip .notice a i {
    font-style: normal;
    background: -moz-linear-gradient( 0deg, rgb(0,118,196) 0%, rgb(7,147,236) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(0,118,196) 0%, rgb(7,147,236) 100%);
    background: -ms-linear-gradient( 0deg, rgb(0,118,196) 0%, rgb(7,147,236) 100%);
    height: 22px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    vertical-align: top;
    font-size: 14px;
    display: inline-block;
    padding: 0 5px;
    text-indent: 0;
    margin-top: 2px;
    position: relative;
    margin-right: 9px;
}
.main-tip .notice a i::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #0794eb;
    line-height: 0px;
    right: -6px;
    top: 7px;
}
.main-tip .notice a:nth-child(odd) i {
    background: -moz-linear-gradient( 0deg, rgb(237,89,0) 0%, rgb(245,127,0) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(237,89,0) 0%, rgb(245,127,0) 100%);
    background: -ms-linear-gradient( 0deg, rgb(237,89,0) 0%, rgb(245,127,0) 100%);
}
.main-tip .notice a:nth-child(odd) i::after {
    border-color: transparent transparent transparent #f57e00;
    line-height: 0px;
}

.company-banner {
    height: 219px;
    max-height: 219px;
    background: url("../images/company-bg.jpg") no-repeat top center
}
.company-banner .w{
    height: 219px;
    align-items: center;
    justify-content: left;
}
.company-banner .company-name{
    max-width: 70%;
    margin-top: 0px;
    color: #fff;
}
.company-banner .company-name h1{
    margin-top: 0px;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.company-banner .company-name p{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.company-banner .company-nature{
    background: #fff;
    color: #000;
    border-radius: 4px;
    border: 1px solid #1A5BC2;
    margin-left: 20px;
    padding: 0 7px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
}
.company-banner .company-qrcode{
    margin-left: 20px;
    position: relative;
}
.company-banner .company-qrcode .icon{
    width: 22px;
    height: 22px;
    background: url("../images/icon-mobile-white.png") no-repeat top center;
    position: relative;
    cursor: pointer;
}

.company-banner .company-qrcode .code{
    display: none;
    z-index: 999;
    width: 150px;
    height: 150px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(27,95,160,.1);
}
.company-banner .company-qrcode .icon:hover .code{
    display: block;
    position: absolute;
    top: 30px;
    left: -60px;
}
.company-nav {
    height: 0px;
    position: absolute;
    z-index: 9;
    top: -25px;
}

.company-nav .w{
    height: 50px;
    left: 0;
    top: 10px
}
.company-nav ul {
    height: 50px;
    background: #fff;
    width: 100%;
    box-shadow: 0 10px 10px #dedede;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 100px;
}
.company-nav ul li {
    padding: 0 20px; 
}
.company-nav ul li:hover{
    border-bottom: 2px solid #0872e0;
}
.company-nav ul li:hover a{
    color: #0872e0;
}
.company-nav ul li.on{
    background-color: #0872e0;
    color: #fff;
}
.company-nav ul li a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
}

.member-header {
    height: 99px;
    max-height: 99px;
    background: url("../images/member-bg.png") no-repeat top center
}
.member-header .w {
    align-items: center;
    height: 99px;
}
.member-nav {
    margin-left: 40px;
}
.member-nav li{
    padding: 0 15px;
}
.member-nav ul li a {
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 16px
}

.member-header .message {
    position:relative;
    height:20px;
    line-height:20px;
    padding-left:24px;
    margin-left: auto;
    background-size:20px 20px;
    background-repeat:no-repeat;
    background-position:center left;
    background-image:url("../images/icon-message.png")
}
.member-header .message:hover {
    background-image:url("../images/icon-message.png")
}
.member-header .message:hover::before {
    display:block
}
.member-header .message:hover::after {
    color:#c40000
}
.member-header .message .text-link {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.member-header .message .text-num {
    position:absolute;
    display:block;
    left:16px;
    top:-12px;
    min-width:16px;
    height:16px;
    line-height:16px;
    padding:0 3px;
    color:#ffffff;
    text-align:center;
    font-size:12px;
    box-sizing:border-box;
    border-radius:8px 8px 8px 0px;
    background-color:#e7215a
}
.member-header .message::before {
    cursor:pointer;
    content:'';
    display:none;
    position:absolute;
    width:100%;
    height:40px;
    left:0;
    top:0
}
.member-header .message::after {
    content:'消息';
    cursor:pointer;
    font-size:16px;
    color:#333;
    line-height:20px
}