@import "reset.css";
@import "pager.css";
#header {
    min-width: 1200px;
    max-width: 100%;
    /* height: 150px; */
    background: #fff;
}

.header-first {
    width: 1200px;
    margin: auto;
    position: relative;
    height: 100px;
}

.logo {
    width: 436px;
    height: 100px;
    float: left;
    overflow: hidden;
    text-indent: -999999999999999px;
    background: url('../assets/img/logo.png') no-repeat;
    background-position: left;
}

.logo-right {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.logo-right li {
    padding: 0 10px;
    display: inline-block;
    position: relative;
}

.logo-right li input {
    width: 240px;
    height: 29px;
    line-height: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
}

.logo-right li .search {
    position: absolute;
    right: 6px;
    top: -18px;
    z-index: 98;
    width: 36px;
    height: 50px;
    background: url(../assets/img/icon.png) no-repeat 96% 3%;
    cursor: pointer;
}

.logo-right li a {
    color: #ea5666;
    font-size: 16px;
}

.header-second {
    width: 100%;
    height: 50px;
    background: #f45861;
}

.nav {
    width: 1200px;
    margin: auto;
}

.nav li {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    /* width: 145px; */
    text-align: center;
}

.nav li:hover {
    background: #e03640;
}

#header .active {
    /* background: #446ffc; */
}


/* .nav li:hover a {
    color: #f45861;
} */

.nav li:hover .nav2 {
    transition: all 4s ease-out 2s;
    display: block;
}

.nav li a {
    display: block;
    padding: 0 25px;
    color: #fff;
    height: 50px;
}

.nav2 {
    display: none;
    margin-top: 1px;
    padding: 10px 0;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 0 5px 1px #ccc;
}

.nav2 li {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
}

.nav2 li:hover {
    background: #fff;
}

.nav2 li:hover a {
    color: #f45861;
}

.nav2 li a {
    display: block;
    color: #333;
    padding: 0;
}

.arrow {
    position: absolute;
    left: 42%;
    top: -19px;
    width: 0;
    height: 0;
    font-size: 0;
    border: solid 10px;
    border-color: transparent transparent #ccc transparent;
}

.arrow-inner {
    position: absolute;
    left: 42%;
    top: -18px;
    width: 0;
    height: 0;
    font-size: 0;
    border: solid 10px;
    border-color: transparent transparent #fff transparent;
}

.right-inner {
    position: absolute;
    right: -18px;
    top: 32px;
    width: 0;
    height: 0;
    font-size: 0;
    border: solid 10px;
    border-color: transparent transparent transparent #f45861;
}

#banner {
    min-width: 1200px;
    max-width: 100%;
    height: 340px;
    /* height: 425px; */
    /* background: url('../assets/img/华夏通栏A980×163.gif') no-repeat; */
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin: auto;
}

#banner ul li {
    display: inline-block;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

#banner ul li img {
    display: inline-block;
    width: 100%;
}

.notice {
    width: 1200px;
    height: 50px;
    margin: auto;
    background: #fff;
}

.notice-title {
    display: inline-block;
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
}


/* .notice ul {
    height: 50px;
    display: inline-block;
    float: left;
} */

.notice .li-md {
    width: 1120px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.notice .li-md li {
    display: inline-block;
    width: 1120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
}

.notice .li-sm li {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 0 10px;
}

.notice ul li a {
    color: #333;
}

.notice ul li a:hover {
    text-decoration: underline;
}

.swiper {
    margin: auto;
    overflow: hidden;
    position: relative;
    float: left;
}

.swiper-wrapper {
    width: 465px;
    height: 300px;
    overflow: hidden;
}

.swiper-wrapper li {
    width: 465px;
    height: 300px;
    display: inline-block;
}

.swiper-wrapper li img {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.swiper-button {
    position: absolute;
    width: 54px;
    height: 108px;
}

.swiper-button a {
    display: block;
    width: 54px;
    height: 108px;
    text-indent: -9999px;
}

.next {
    right: 0;
    top: 50%;
    background: url('../assets/img/next.png') no-repeat;
    margin-top: -54px;
}

.prev {
    left: 0;
    top: 50%;
    background: url('../assets/img/prev.png') no-repeat;
    margin-top: -54px;
}

.content1 {
    width: 1160px;
    /* height: 300px; */
    overflow: hidden;
    margin: auto;
}

.content-left {
    width: 465px;
    height: 300px;
    float: left;
}

.content-right {
    width: 670px;
    float: right;
}

.content-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.content-title h2 {
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    float: left;
    margin-right: 14px;
}

.content-title h2 span {
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
}

.content-title .more {
    display: inline-block;
    float: right;
    color: #aaa;
}
.content-title .query {
    display: inline-block;
    float: right;
    margin-right: 10px;
    font-size: 12px;
    color: #aaa;
    display: none
}

.content-title .callback {
    float: right;
    padding: 5px 10px;
    color: #f45861;
    display: none;
}

.red {
    background: #f45861;
}

.blue {
    background: #446ffc;
}

.red-text {
    color: #f45861;
}

.blue-text {
    color: #446ffc;
}

.white-text {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.quickly-nav {
    width: 1200px;
    height: 50%;
}

.quickly-nav li {
    float: left;
}

.quickly-nav li>a {
    float: left;
    width: 240px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #557cfb;
    color: #fff;
}

.quickly-title {
    float: left;
    width: 240px;
    height: 80px;
    background: #f45861;
    position: relative;
}

.quickly-title>.icon {
    display: block;
    width: 210px;
    height: 50px;
    margin-top: 10px;
    margin-left: 20px;
    background: url('../assets/img/icon.png') no-repeat 90% 38%;
}


/**
*   宣传页特殊处理
**/

.propaganda-left {
    width: 890px;
    float: left;
}

.propaganda-right {
    width: 300px;
    float: right;
}

.school-list {}

.school-list li {
    float: left;
    width: 210px;
}

.school-list li a {
    display: block;
    padding: 2px 0;
}


/**宣传页结束**/

.content2 {
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.content2-left {
    float: left;
}

.content2-left2 {
    width: 68%;
    float: left;
}

.content2-right {
    float: right;
}

.content2-right2 {
    width: 31%;
    float: right;
}

.content2-part {
    width: 46%;
    height: 634px;
    background: #fff;
}

.icon-part {
    width: 180px;
    overflow: hidden;
    margin: auto;
    vertical-align: middle;
}

.i-text {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    float: right;
    font-size: 28px;
}

.i-text-80 {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    float: left;
    font-size: 24px;
}

.icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    float: left;
}

.icon-quickly {
    display: inline-block;
    width: 52px;
    height: 50px;
    float: left;
    margin-top: 8px;
}

.icon1 {
    background: url('../assets/img/icon.png') no-repeat 2% 4%;
}

.icon2 {
    background: url('../assets/img/icon.png') no-repeat 20% 4%;
}

.icon3 {
    background: url('../assets/img/icon.png') no-repeat 40% 4%;
}

.icon4 {
    background: url('../assets/img/icon.png') no-repeat 57% 4%;
}

.icon5 {
    background: url('../assets/img/icon.png') no-repeat 82% 6%;
}

.icon6 {
    background: url('../assets/img/icon.png') no-repeat 2% 38%;
}

.icon7 {
    background: url('../assets/img/icon.png') no-repeat 14% 38%;
}

.icon8 {
    background: url('../assets/img/icon.png') no-repeat 26% 38%;
}

.icon9 {
    background: url('../assets/img/icon.png') no-repeat 38% 38%;
}

.icon10 {
    background: url('../assets/img/icon.png') no-repeat 4% 68%;
}

.icon11 {
    background: url('../assets/img/icon.png') no-repeat 14% 68%;
}

.icon12 {
    background: url('../assets/img/icon.png') no-repeat 26% 68%;
}

.icon13 {
    background: url('../assets/img/icon.png') no-repeat 60% 68%;
}

.icon14 {
    background: url('../assets/img/icon.png') no-repeat 37% 68%;
}

.icon15 {
    background: url('../assets/img/icon.png') no-repeat 48% 68%;
}

.icon16 {
    background: url('../assets/img/icon.png') no-repeat 4% 98%;
}

.icon17 {
    background: url('../assets/img/icon.png') no-repeat 14% 98%;
}

.icon18 {
    background: url('../assets/img/icon.png') no-repeat 26% 98%;
}

.icon19 {
    background: url('../assets/img/icon.png') no-repeat 38% 98%;
}

.box {
    position: relative;
    padding: 20px;
}

.box ul {
    overflow: hidden;
}

.box .list li {
    width: 100%;
}

.box .list li .articleli {
    width: 80%;
    height: 30px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box .list li .articleli2 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.articleli a {
    /* font-size: 14px; */
    color: #333;
}

.articleli a:hover {
    text-decoration: underline;
    color: #f45861;
}

.box .list li .date {
    color: #999;
    height: 30px;
    line-height: 30px;
    float: right;
}

.box .tag li {
    display: inline-block;
    margin: 0 10px;
}

.tag li a:hover {
    text-decoration: underline;
}

.tag li a {
    display: inline-block;
    color: #333;
    height: 50px;
    line-height: 50px;
}

.tag li .icon-service {
    width: 50px;
    height: 50px;
    float: left;
}

.ad-img-list li {
    display: inline-block;
    margin: 4px;
}

.ad-img-list li a>img {
    width: 180px;
    height: 60px;
}

.tag.blue {
    background: #e4eafd;
}

.tag.red {
    background: #fbe8e9;
}

.tag2 {
    margin-top: 14px;
}

.tag2 li {
    display: inline-block;
    /* background: #f2f2f2; */
    margin: 4px;
}

.tag2 li a {
    display: inline-block;
    color: #333;
    padding: 10px;
    width: 160px;
}

.tag3 li,
.tag4 li {
    display: inline-block;
}

.tag3 a {
    display: inline-block;
    width: 80px;
    margin: 2px 10px;
}

.tag4 a {
    padding: 2px 8px;
    margin: 4px 2px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #f45861;
    color: #f45861;
    border-radius: 5px;
}

.ad-bottom {
    width: 552px;
    height: 138px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.ad-bottom img {
    width: 552px;
    height: 138px;
}

.ad,
.ad img {
    width: 100%;
    height: 120px;
}

.ad2,
.ad2 img {
    width: 100%;
    height: 100px;
}

.ad-logo {
    display: block;
    float: left;
    width: 291px;
    height: 80px;
    margin-bottom: 12px;
    margin-left: 6px;
    text-align: center;
}

.ad-logo:nth-child(4n) {
    margin-left: 6px;
    text-align: right;
}

.ad-logo:nth-child(4n-3) {
    margin-left: 0;
    margin-right: 6px;
    text-align: left;
}

.ad-logo:nth-child(4n-1),
.ad-logo:nth-child(4n-2) {
    text-align: center;
    margin-right: 6px;
    margin-left: 6px;
}

.ad-logo img {
    width: 291px;
    height: 80px;
}

.query-left {
    width: 20%;
    background: #f1f1f1;
    float: left;
}

.query-left li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
}

.query-left li a.active {
    background: #f45861;
    color: #fff;
}

.query-right {
    width: 70%;
    padding: 0 2%;
    float: left;
}

.query-list {
    overflow: hidden;
}

.query-list-name {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    color: #999;
}

.query-list ul {
    width: 100%;
    display: inline-block;
    float: right;
    text-align: left;
}

.query-list ul li {
    display: inline-block;
    box-sizing: border-box;
}

.query-list ul li a {
    display: inline-block;
    padding: 2px 14px;
    margin: 4px 14px;
    height: 34px;
    line-height: 34px;
    border: 1px solid transparent;
}

.query-list ul li a.active {
    border: 1px solid #f45861;
    color: #f45861;
    border-radius: 5px;
}

.queryButton {
    width: 100px;
    height: 40px;
    margin: auto;
    text-align: center;
}

.queryButton a {
    display: block;
    padding: 10px 10px;
    border-radius: 3px;
    color: #fff;
}

.editor h1 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
}

.editor .source {
    text-align: center;
}

.search-list {
    width: 100%;
}

.search-list li {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.search-list .search-title {
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-list .search-desc {
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0;
    /* white-space: nowrap; */
}

.search-