html{
    max-width:1920px;
}
a{
    color:#3b3b3b;
}
li{
    list-style-type: none;
}
a:hover{
    text-decoration: none;
}
nav{
    background:white;
}
div,ul,li,p{
    margin:0px;
    padding:0px;
}
.nav>li>a:focus, .nav>li>a:hover{
    background:white;
}
.clear{
    clear: both;
}
.clear-padding{
    padding:0px;
}
.navbar-default{
    background:white;
    border:0px;
}

/*头部样式*/
.container{
    padding-top:10px;
}
.navbar .navbar-brand>img{
    width:160px;
    /*height:70px;*/
    margin-top:-18px;
    display:block;
}
.mobile-menu{
    display:none;
}
.menu{
    padding-left:20px;
    padding-top:10px;
    font-size:16px;
    margin-left: 130px;
    /*font-weight:bold;*/
}
.menu>li{
    padding-left:20px;
}
.menu>li:hover>a{
    color:#1b488b;
    background:white;
}
.menu .dropdown-menu{
    width:200px;
    text-align:center;
    position: absolute;
    top: 50px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    left: 50%;
    transform: translateX(-47%);
    background:#1b488b;
    line-height:30px;
    border-radius:0;
    padding:0px;
    margin:0px;
    border:0px;
}
.menu .dropdown-menu a{
    display:block;
    color:white;
    text-align:center;
    line-height:40px;
}
.menu .dropdown-menu a:hover{
    background:white;
    color:#1b488b;
}
.menu>li:hover .dropdown-menu{
    display:block;
    transition: 0.5s;
}
.menu .nav-active:after{
    height: 4px;
    background: #1b488b;
    position: absolute;
    bottom: 0;
    width:60%;
}

.menu .nav-active>a{
    color:#1b488b;
}
.menu>li:after {
    content: "";
    width: 0;
    height: 4px;
    background: #1b488b;
    position: absolute;
    bottom: 0;
    left: 30%;
    transition: all 0.5s ease 0s;
}
.menu>li:hover:after {
    width:60%;
}
.menu .dropdown-menu{
    background:#1b488b;
}
.mobile-menu-logo{
    display:none;
}
.right_nav{
    padding-top:18px;
    position:relative;
}
.right_nav .language{
    display:block;
    width:30px;
    height:30px;
    border-radius:50%;
    background:#1b488b;
    color:white;
    text-align:center;
    line-height:30px;
}
.search-box{
    position:absolute;
    top:20px;
    right:28px;
    background:white;
    display:none;
    border:1px solid #AAAAAA;
    border-radius:30px;
    width:140px;
    /*padding:6px;*/
    opacity: 0;
    overflow:hidden;
}
.search-box .search-input{
    outline: none;
    border:0px;
    padding-left:20px;
    width:100px;
    line-height:30px;
}
.search-box>a{
    position:absolute;
    right:10px;
    top:0px;
}
.pointer{
    cursor:pointer;
}


/***/

/* banner */
.c-banner{
    width: 100%;
    position: relative;
    margin-top:70px;
}
.c-banner img{
    width: 100%;
}
.c-banner .banner ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    overflow:hidden;
}
.c-banner .banner ul li{
    display: none;
    opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
    opacity: 1;
    display: block;
}
.c-banner .banner ul li img{
    width: 100%;
    position: absolute;
    top: 0px;
}
.c-banner .banner ul li:first-child img{
    position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
    padding: 25px 10px 25px 10px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;

}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
    opacity: 0.8;
}
.c-banner .nexImg{
    right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{


}
.c-banner .jumpBtn{
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.c-banner .jumpBtn ul{
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li{
    width: 30px;
    height: 3px;
    /*border-radius: 50%;*/
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
    margin-left: 0px;
}
/*@media screen and (max-width:768px) {*/
/*    .c-banner{*/
/*        width: 100%;*/
/*        height: 345px;*/
/*        overflow: hidden;*/
/*    }*/
/*    .c-banner .banner ul li img{*/
/*        width: 768px;*/
/*        height: 345px;*/
/*        position: absolute;*/
/*        left: 50%;*/
/*        margin-left: -384px;*/
/*    }*/
/*}*/


/**
关于我们
 */
.w-bg{
    width:100%;
    background:white;
}
.about{
    padding:60px 0px;
}
.about-box{
    margin-left:0px;
    width:100%;
    animation: aboutLeft 2s ease;
}
@keyframes aboutLeft {
    from{margin-left:-200px;opacity:0}
    to{margin-left:0px;opacity: 1;}
}

.about .about-left{
    background:url("../image/about.png") no-repeat;
    height:270px;
    background-size:100% 100%;
    /*float:left;*/
    max-width:80px;
}
.about .title{
    position:absolute;
    top:50px;
    left:50px;
    font-size:48px;
    font-weight:bold;
    color: #1b488b;
    width:400px;
}
.about .about-content{
    margin-top:120px;
    text-indent: 2em;
    line-height:28px;
    /*letter-spacing: 1px;*/
}
.about-right{
    margin-top:50px;
    width:100%;
    animation: aboutright 2s ease;
}
@keyframes aboutright {
    from{margin-left:200px;opacity:0;}
    to{margin-left:0px;opacity:1;}
}
.about-right>img{
    width:100%;
    display:block;
    margin:auto;
    padding:10px 0px;
    min-height:300px;
    max-height:350px;
}

.about-more{
    text-indent: 0em;
    margin-top:10px;
    height:30px;
    width:130px;
    position:relative;
    overflow:hidden;
    background:url("../image/more.png") no-repeat;
}
.about-more>div{
    float:left;
    text-align:center;
}
.about-more>div:first-child{
    /*background:#f5821f;*/
    color:white;
    width:100px;
}
.about-more>div:last-child{
    /*background:#d0d0d0;*/
    width:30px;
    line-height:30px;
}
/**产品中心**/
.bg-img{
    background:url("../image/product.jpg") no-repeat;
    background-size:100% 100%;
    position:fixed;
    width:100%;
    height:100%;
    z-index:-1;
    top:0px;
    left:0px;
}
.content{
    height:600px;
    margin-top:80px;
    padding-bottom:60px;
}
.content .product-title{
    width:350px;
    height:80px;
    margin:auto;
    background:url("../image/product.png") no-repeat;
    background-size:100% 100%;
    position:relative;
    margin-top:20px;
}
.content .product-title>div{
    text-align:center;
    font-size:48px;
    font-weight:bold;
    color:#1b488b;
    position:absolute;
    top:-35px;
    left:22.5%;
}
.content .product{
    width:245px;
    height:210px;
    background:url("../image/product-icon.png") no-repeat;
    background-size:cover;
    margin:auto;
    margin-top:150px;
    color:#1b488b;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    line-height:210px;
}
.content .product:hover{
    background:url("../image/pro-hover.png") no-repeat;
    background-size:cover;
    color:white;
}

/**新闻中心**/
.new-content{
    /*height:500px;*/
    width:100%;
    margin-top:80px;
    background:#f0f0f0;
    position:relative;
    padding-bottom:50px;
    /*visibility:none;*/
    height:880px;
    /*display:none;*/
}
.new-content .container-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    z-index:99;
}
.new-content .container{
    margin:auto;
}
.bg-foot{
    position:relative;
    bottom:0px;
    /*width:100%;*/
    z-index:0;
    background:url("../image/foot.png") no-repeat;
    background-size:cover;
     /*background:white;*/
    padding-bottom:20px;
}
.bg-foot .bg-foot-img{
    width:100%;
    position:absolute;
    bottom:0px;
    /*max-height:100%;*/
    z-index:0;
}

.new-content .news-right{
    background:url("../image/news.png") no-repeat;
    height: 350px;
    background-size: 100% 100%;
    max-width: 80px;
    position:relative;
    float:right;
    width:100%;
    right:0;
    top:80px;
    /*animation: newsRight 3s ease;*/
}

@keyframes newsRight {
    from{right:70%;opacity:0}
    to{right:0;opacity:1;}
}

.new-content .news-right .title{
    width:50px;
    font-size:48px;
    font-weight:bold;
    color:#1b488b;
    line-height:50px;
    position:absolute;
    top:70px;
    left:-30px;
}
.index-news-list{
    overflow:hidden;
    margin-top:50px;
}

.index-news-list .list{
    /*height:195px;*/
    margin-top:30px;
    background:white;
    cursor: pointer;
    /*width:100%;*/
    /*margin-left:0%;*/
    position:relative;
    /*animation: listLeft 3s ease;*/
}

.index-news-list .list h3{
    font-size:18px;
}
@keyframes listLeft{
    from{margin-left:100%;}
    to{margin-left:0%;}
}

.index-news-list .list .left:before{
    content:'';
    height:60px;
    width:3px;
    background:#f5821f;
    position:absolute;
    top:20px;
    left:0px;
    transition: all 1s;
}

.index-news-list .list:hover .left:before{
    height:100%;
    top:0px;
}

.index-news-list .list .right-left:after{
    content:'';
    height:60px;
    width:3px;
    background:#f5821f;
    position:absolute;
    top:20px;
    right:0px;
    transition: all 1s;
}

.index-news-list .list:hover .right-left:after{
    height:100%;
    top:0px;
}

.index-news-list .list>div{
    margin:0px;
    padding:0px;
}
.index-news-list .list .left{
    /*border:1px solid red;*/
    height:195px;
    padding:20px;
    box-shadow:0px 0px 10px 0px #DDDDDD;
}

.index-news-list .list .right-left{
    /*border:1px solid red;*/
    height:195px;
    padding:20px;
    box-shadow:0px 0px 10px 0px #DDDDDD;
}

.news-lindex-news-listist h3{
    font-weight:bold;
}
.index-news-list .time{
    font-size:14px;
    color:#CCCCCC;
    margin-top:15px;
}
.index-news-list .detail{
    font-size:12px;
    margin-top:15px;
    line-height:23px;

    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news-list img{
    width:100%;
    height:195px;
}
.index-news-list .right{
    overflow:hidden;
    position: relative;
}
.index-news-list .right>div{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.2);
    z-index:99;
    display:none;
}
.index-news-list>div:hover h3{
   color:#1b488b;;
}

.index-news-list .right:hover>div{
    display:block;
}
.index-news-list .right:hover img{
    transform: scale(1.1);
    transition: all 0.3s;
}

.index-news-list .more{
    margin-top:20px;
    background:white;
    text-align:center;
    line-height:40px;
    cursor: pointer;
    padding:0px;
}
.index-news-list .more:hover{
    background:#f5821f;
    color:white;
}
.index-news-list .more:hover a{
    /*background:#f5821f;*/
    color:white;
}
/**
底部
 */
.foot{
    margin-top:60px;
}
.foot div{
    text-align:center;
    color:#1b488b;
}

.ewm>div{
    text-align:center;
    margin-top:40px;
}
.bottom{
    margin-top:50px;
}
.bottom div{
    text-align:center;
    /*color:#1b488b;*/
}
/*.bottom div:first-child{*/
/*    text-align:right;*/
/*}*/
/*.bottom div:last-child{*/
/*    text-align:left;*/
/*}*/


/**about**/
.about-banner{
    /*height:80px;*/
    /*z-index:999;*/
    width:100%;
    margin-top:70px;
}
.about-banner>img{
    width:100%;
}
.about-content-menu{
    background:#f0f0f0;
    /*height:50px;*/
    /*border:1px solid red;*/
}

.about-content-menu .about-menu{
    max-width:400px;
    margin:auto;
    /*height:100%;*/
    line-height:50px;
    display:flex;
    justify-content: space-around;
    /*height:30px;*/
    /*margin:10px auto;*/
    /*margin-bottom:10px;*/
}

.about-menu>li{
    /*width:80%;*/
    padding:0px 10px;
    text-align:center;
    position:relative;
    cursor:pointer;
    /*float:left;*/
    /*width:200px;*/
}

.about-menu>li:after{
    content:'';
    width:0;
    height:3px;
    background:#f5821f;
    position:absolute;
    bottom:0;
    left:0;
    transition:all 0.5s ease 0s;
}
.about-menu>li:hover:after{
    width:100%;
}
.about-content-menu .about-menu-active:after{
    width:100%;
}

.about-info{
    padding-top:80px;
    background:white;
    padding-bottom:50px;
}
.about-info>div>p:first-child{
    text-indent: 2em;
    line-height:25px;
    letter-spacing: 1px;
    font-size:14px;
}
.info-content>div p:last-child{
    text-align:center;
    margin-top:60px;
}
.info-content>div p:last-child img{
    /*width:600px;*/
    height:300px;
}

.course{
    padding-bottom:100px;
}
.about-course{
    text-align:center;
    color:#1b488b;
}
.course-detail{
    min-height:500px;
    background:url("../image/map.png") no-repeat;
    background-size:100% 100%;
    margin-top:30px;
}
.course-detail .course-content{
    /*background:url("../img/course.png") no-repeat;*/
    /*background-size:100% 100%;*/
    /*height:350px;*/
}
.info{
    /*overflow:hidden;*/
    margin:auto;
    margin-top:100px;
    /*min-width:200px;*/
    width:800px;
    /*display:flex;*/

}
.info .left{
    /*margin-left:13%;*/
    float:left;
    width:30%;
    padding-top:30px;
    text-align:center;
    font-size:20px;
    font-weight:bold;
}
.info .right{
    float:left;
    /*margin-right:20%;*/
    width:70%;
    position:relative;
    padding-top:20px;
}

.info .time-img{
    width:30px;
    height:30px;
    position:absolute;
    left:-22px;
    top:-8px;
}
.info .time-img>img{
    width:100%;
    height:100%;
}
.info .right:before{
    position:absolute;
    content:'';
    background:#f5821f;
    height:100%;
    width:2px;
    left:-8px;
}
.info .right>li{
    position:relative;
    padding:10px 0px;
}
/*.info .right>li>span:first-child{
    padding:2px 10px;
    background:#f5821f;
    border-radius:10px;
    color:white;
    margin-left:10px;
    margin-right:5px;
}*/
.info .right>li>span{
	padding-left:10px;
}
.info .right>li:before{
    position:absolute;
    content:'';
    left:-12px;
    top:15px;
    height:10px;
    width:10px;
    border-radius:50%;
    border:1px solid #f5821f;
    background:white;
}

.info-center{
    margin-top:20px;
}
.info-center .center{
    margin-left:45%;
}
/**资质**/
.zizhi{
    /*margin-top:80px;*/
    margin-top:30px;
}
.zizhi .zs-img{
    width:720px;
    height:490px;
    margin:auto;
}
.zizhi>div{
    margin-top:50px;
    display:flex;
}

/**新闻**/
.container-list{
    /*padding:20px;*/
    margin-top:50px;
}
.news-list{
    padding:20px;
    border:1px solid #DDDDDD;
    box-shadow:0px 0px 10px 0px #DDDDDD;
    margin-top:40px;
}
.news-list:hover{
    border:1px solid #f5821f;
    cursor:pointer;
}

.news-list .news-img>img{
    width:100%;
    height:150px;
}
.news-list .news-content{
    height:150px;
    padding-left:40px;
}

.news-list .news-content>ul>li{
    margin-top:10px;
}
.news-list .news-content>ul>li:first-child{
    margin-top:0px;
    font-size:18px;
}
.news-list .news-content>ul>li:nth-child(2){
    display:inline-block;
    border:1px solid #DDDDDD;
    /*width:100px;*/
    padding:3px 6px;
    font-size:12px;
    color:#AAAAAA;
}
.news-list .news-right-icon{
    text-align:center;
    line-height:150px;
}
.pagination li:first-child a{
    margin-right:10px !important;
}
.pagination li:last-child a{
    margin-left:10px !important;
}
.pagination .page-active{
    background:#1b488b;
    color:white;
}

/**详情**/
.news-detail{
    /*text-align:left;*/
    margin-top:30px;
}

.news-detail .time{
    color:#AAAAAA;
    font-size:12px;
    margin-top:20px;
}
.news-detail .detail{
    margin-top:60px;
    font-size:14px;
    line-height:28px;
}
.news-detail-news{
    margin-top:50px;
}
.news-detail-news>div{
    margin-top:20px;
}
.return-list{
    text-align:center;
    margin-top:50px;
}
.return-list>a{
    border:1px solid #DDDDDD;
    padding:10px 30px;
    cursor:pointer;
}


.pro{
    margin-top:80px;
}
.pro-list{
    border-bottom:1px solid #DDDDDD;
    padding:20px;
    padding-bottom:60px;
    margin-top:40px;
}
.pro-list .title{
    color:#f5821f;
    font-weight:bold;
    font-size:18px;
}
.pro-detail{
    margin-top:50px;
}
.pro-detail .pro-img{
    text-align:center;
    /*width:80%;*/
}
.pro-detail .pro-img>img{
    max-width:100%;
}
.pro-detail .pro-content{
    margin-top:20px;
    text-indent: 2em;
    font-size:14px;
    line-height:25px;
}

/**指南共识**/
.guide{
    margin-top:60px;
}
.guide>li{
    margin-top:30px;
    padding:50px 0px;
}
.guide .pro-guide .left-guide>img{
    max-width:100%;
    height:150px;
}
.guide .pro-guide .right-guide{
    /*height:150px;*/
}

.guide .pro-guide .right-guide div:first-child{
    /*font-weight:bold;*/
    font-size:18px;
    color:#1b488b;
    position:relative;
    /*line-height:30px;*/
    /*height:40px;*/
    padding-bottom:10px;
}
.guide .pro-guide .right-guide div:nth-child(2){
    position:relative;
}

.guide .pro-guide .right-guide div:nth-child(2):after{
    content:'';
    position:absolute;
    bottom:-8px;
    left:0px;
    width:100px;
    height:2px;
    background:#DDDDDD;
}

.guide .pro-guide .right-guide div:nth-child(3){
   margin-top:20px;
}

.guide .pro-guide .right-guide div:nth-child(4){
    margin-top:20px;
}

.guide .pro-guide .right-guide div:last-child{
    position:absolute;
    bottom:-35px;
    left:15px;
    background:#858585;
    color:white;
    width:100px;
    height:25px;
    border-radius:20px;
    text-align:center;
    line-height:25px;
}
.guide .pro-guide .right-guide div:last-child:hover{
    background:#f5821f;
}

/**职业发展**/
.career-content{
    margin-top:40px;
}
.career-content>h4{
    color:#f5821f;
    font-weight:bold;
}
.career-content>img{
    max-width:100%;
    max-height:100%;
}

/**加入我们**/
.join-list{
    padding:0px 30px;
}
.join{
    /*width:80%;*/
    margin:auto;
    height:50px;
    background:#f7f7fa;
    text-align:center;
    /*line-height:50px;*/
    display:flex;
    align-items: center;
}
.join>div:first-child{
    color:#f5821f;
}
.join>div:last-child{
    /*color:#f5821f;*/
    border-left:1px solid #DDDDDD;
}
.join-list{
    margin-top:20px;
}
.join-content{
    width:80%;
    margin:auto;
    padding:10px;
    margin-top:20px;
    display: none;
    position:relative;
}
.join-content .jianli{
    position:absolute;
    right:0px;
    bottom:0px;
    width:100px;
    height:40px;
    line-height:40px !important;
    color:white !important;
    background:#f5821f;
    text-align:center;
    margin:0 !important;
    cursor:pointer;
}
.join-content .file{
    position:absolute;
    right:0px;
    bottom:0px;
    width:100px;
    height:40px;
    opacity:0;
}

.join-content>div:last-child{
    margin-top:30px;
    font-weight:bold;
    color:#f5821f;
    line-height:25px;
}

.way{
    color:#1b488b;
    width:100%;
    border-bottom:1px solid #1b488b;
    height:30px;
    padding-left:10px;
}
.call>ul>li{
    margin-top:20px;
    padding-left:50px;
}
.online-say>ul>li{
    margin-top:10px;
}
.online-say>ul>li input{
    width:100%;
    height:40px;
}
.online-say>ul>li select{
    width:100%;
    height:40px;
}
.online-say>ul>li textarea{
    width:100%;
    height:160px;
}
.online-say>ul>li .sub-btn{
    width:100%;
    background:#1b488b;
    color:white;
    border:0px;
    letter-spacing: 30px;
}

.son-menu{
    max-width: 500px;
    justify-content: space-around;
    display: flex;
    margin: auto;
    line-height: 50px;
}
.son-menu>div{
    padding:0px 10px;
    position:relative;
    cursor:pointer;
}

.son-menu>div:after{
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:0;
    height:2px;
    background:#f5821f;
    transition: all 0.3s;
}
.son-menu .category-active:after{
    width:100%;
}
.son-menu>div:hover:after{
    width:100%;
}



