
@charset "utf-8";

body {
    overflow-x:hidden;
}
.wrap {
    margin:0 auto;
    width:1200px;
    min-width:1200px;
}
.icons {
    position:relative;
}
.icons i {
    position:absolute;
    display:inline-block;
}
.delay {
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.page {
    min-height:500px;
}
.global_category {
    height:81px;
    position:relative;
}
.global_category .global_category_abs {
    width:100%;
    height:calc(100% - 1px);
    border-bottom:1px solid #d9d9d9;
    text-align:center;
    font-size:0;
}
.global_category .global_category_box {
    width:100%;
    height:100%;
}
.global_category .global_category_abs a {
    position:relative;
    display:inline-block;
    color:#333;
    padding:0 38px;
    margin:0 15px;
    height:calc(100% + 1px);
    line-height:80px;
    font-size:18px;
    text-decoration:none;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.global_category .global_category_abs a:before {
    display:block;
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:4px;
    background:#126FBD;
    opacity:0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.global_category .global_category_abs a:hover {
    color:#126FBD;
}
.global_category .global_category_abs a.cur {
    color:#126FBD;
}
.global_category .global_category_abs a.cur:before {
    opacity:1;
}
.cate_list {
    display:flex;
    justify-content:center;
    align-items:center;
    margin:30px auto 0;
    width:100%;
}
#banner_sec

@media (max-width:1680px) {
}@media (max-width:1440px) {
}_#inb h3 {
     height:20px;
     line-height:20px;
     margin-bottom:20px;
     position:relative;
 }
_#inb h3 img {
    display:inline-block;
    vertical-align:top;
    margin-top:4px;
    margin-left:5px;
}
_#inb h3 a {
    display:inline-block;
    height:20px;
    line-height:20px;
    overflow:hidden;
    font-size:14px;
    color:#545454;
}
#info .info_list {
    margin-top:60px;
}
#info .top_title {
    margin-top:38px;
    line-height:59px;
    overflow:hidden;
    text-indent:5px;
    text-align:center;
    font-size:36px;
    color:#333;
}
#info .item {
    float:left;
    width:353px;
    margin-left:56px;
    margin-bottom:39px;
    border:1px solid #ededed;
}
#info .first {
    margin-left:10px;
}
#info .item .img {
    height:179px;
    text-align:center;
}
#info .item .img img {
    width:100%;
}
#info .item .con {
    padding:15px 12px 25px;
}
#info .item .con h3 {
    height:30px;
    line-height:30px;
}
#info .item .con h3 a {
    display:block;
    height:30px;
    line-height:30px;
    overflow:hidden;
    -moz-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:16px;
    color:#222222;
}
#info .item .con .date {
    font-size:14px;
    color:#bbbbbb;
    font-family:"Arial";
    line-height:22px;
}
#info .item .con .intro {
    font-size:14px;
    color:#999999;
    line-height:22px;
    height:66px;
    overflow:hidden;
}
#info .item:hover {
    margin-top:-10px;
}
#info .item:hover h3 a {
    color:#126FBD;
}
#info .more {
    display:block;
    width:264px;
    height:52px;
    line-height:52px;
    margin:auto;
    text-align:center;
    font-size:14px;
    color:#888;
    background:#f1f1f1;
    text-decoration:none;
}
#info .more span {
    display:inline-block;
    font-size:18px;
    font-weight:bold;
    margin-left:3px;
    margin-top:-4px;
    vertical-align:middle;
}
#course_alert {
    width:572px;
    height:205px;
    padding:25px;
    position:fixed;
    left:50%;
    top:50%;
    margin-left:-311px;
    margin-top:-103px;
    text-align:center;
    background:#ededed;
    display:none;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    z-index:10001;
}
#course_alert .alert_sign {
    width:85px;
    height:85px;
    position:absolute;
    left:50%;
    margin-left:-42px;
    top:-60px;
    background:url(../images/login_sign.png) no-repeat;
}
#course_alert .alert_subtitle {
    font-size:16px;
    color:#646464;
    margin-top:7px;
}
#course_alert .alert_title {
    font-size:22px;
    color:#126FBD;
    padding-top:45px;
}
#course_alert .alert_btn {
    display:block;
    margin:0 auto;
    width:330px;
    height:47px;
    line-height:47px;
    color:#fff;
    background:#126FBD;
    font-size:16px;
    border-radius:3px;
    text-decoration:none;
    margin-top:30px;
}
#course_alert i {
    width:35px;
    height:35px;
    right:-70px;
    top:-65px;
    background:url(../images/icons.png) no-repeat;
    background-position:-254px -35px;
    cursor:pointer;
}
@media screen and (max-width:768px) {
}@media screen and (max-width:991px) {
}@media (max-width:1280px) {
    .wrap {
        width:1080px;
        min-width:1080px;
    }
}
* {
    font-family:"微软雅黑";
    -webkit-text-size-adjust:none;
}
/*div,h3 {*/
/*    font-size:12px;*/
/*    color:#333;*/
/*}*/
body,div,h3 {
    padding:0;
    margin:0;
}
h3 {
    font-weight:normal;
}
img {
    border:none;
    max-width:100%;
    max-height:100%;
}
body {
    _behavior:url(/css/csshover.htc);
}
.img {
    text-align:center;
}
.img span {
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.img img {
    vertical-align:middle;
}
a {
    color:#333;
    text-decoration:none;
    outline:none;
}
a:hover {
    color:#ff6600;
    text-decoration:none;
}
.clear {
    margin:0px auto;
    clear:both;
    height:0px;
    font-size:0px;
    overflow:hidden;
}
.blank20 {
    margin:0px auto;
    clear:both;
    height:20px;
    font-size:1px;
    overflow:hidden;
}
.blank100 {
    margin:0px auto;
    clear:both;
    height:100px;
    font-size:1px;
    overflow:hidden;
}
/*banner子导航开始*/
.nybanner {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

/*div {*/
/*    font-size:12px;*/
/*    color:#333;*/
/*}*/
body,div {
    padding:0;
    margin:0;
}
body {
    _behavior:url(/css/csshover.htc);
}
a {
    color:#333;
    text-decoration:none;
    outline:none;
}
a:hover {
    color:#ff6600;
    text-decoration:none;
}

body {
    overflow-x:hidden;
}
#banner_sec

@media (max-width:1680px) {
}_#inb h3 {
     height:20px;
     line-height:20px;
     margin-bottom:20px;
     position:relative;
 }
_#inb h3 img {
    display:inline-block;
    vertical-align:top;
    margin-top:4px;
    margin-left:5px;
}
_#inb h3 a {
    display:inline-block;
    height:20px;
    line-height:20px;
    overflow:hidden;
    font-size:14px;
    color:#545454;
}
#resource {
    margin-top:38px;
}
#resource .top_title {
    line-height:59px;
    overflow:hidden;
    text-indent:5px;
    text-align:center;
    font-size:36px;
    color:#333;
}
#resource .menu_list {
    margin:28px auto 0;
    padding:5px;
    display:flex;
    justify-content:space-between;
    width:872px;
    height:53px;
    background:#f2f5f8;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-border-radius:2px;
    border-radius:2px;
}
#resource .menu_list a {
    display:inline-block;
    width:133px;
    height:100%;
    line-height:43px;
    position:relative;
    font-size:16px;
    color:#747c7f;
    text-align:center;
    text-decoration:none;
    -webkit-border-radius:2px;
    border-radius:2px;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
#resource .menu_list a:hover {
    color:#126FBD;
}

/*banner子导航结束*/
/*分页开始*/
ul.pagination {
    display:inline-block;
    padding:0;
    margin:0;
}
ul.pagination li {
    display:inline;
}
ul.pagination li a {
    color:black;
    float:left;
    text-decoration:none;
    transition:background-color .3s;
    border:1px solid #e9e9e9;
    background: #fff;
    color: #000;
    height: 36px;
    min-width: 80px;
    margin: 0px 6px 15px;
    border-radius: 11px;
    line-height: 36px;
}
li.active {
    color:black;
    float:left;
    text-decoration:none;
    transition:background-color .3s;
    border:1px solid #126fbd;
    background: #126fbd;
    color: #fff;
    height: 36px;
    min-width: 80px;
    margin: 0px 6px 15px;
    border-radius: 11px;
    line-height: 36px;
}
li.disabled {
    color:black;
    float:left;
    text-decoration:none;
    transition:background-color .3s;
    border:1px solid #e9e9e9;
    background: #fff;
    color: #000;
    height: 36px;
    min-width: 80px;
    margin: 0px 6px 15px;
    border-radius: 11px;
    line-height: 36px;
}
ul.pagination li a.active {
    background-color:#126fbd;
    color:white;
    border:1px solid #126fbd;
}
ul.pagination li a:hover:not(.active) {
    background-color:#ddd;
}
/*分页结束*/