@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;
}

.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;
}

/**布局开始**/
* {
    box-sizing: border-box;
}

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: #770772;
}

.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;
}

.f_between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.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;
}

.inner {
    width: 1440px;
    margin: 0 auto;
}

/**页面全局宽度**/
.mod {
    padding: 0;
}


#header {
    width: 100%;
    padding: 43px 0px;
    background: #770772;

    box-sizing: border-box;
}

.head-left {
    float: left;
}


.head-right {
    float: right;
    /* padding-top: 40px; */
    /* position: relative; */
}

.nin {


    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
}

.hed-top {
    /* padding-left: 50px;
   */
    margin-bottom: 20px;
    text-align: right;

}

.logo {
    display: block;
}

/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #FFFFFF url(./img/search.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
    width: 281px;
}

.wp-search {
    position: relative;
    border: 1px solid #fff;
    /* border-radius: 20px; */
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 40px;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 33px;
    padding: 0;
    line-height: 33px;
    background: none;
    padding: 0px 10px;
    color: #fff;
    font-size: 14px;
    border: 0;
    outline: 0;
}

.wp-search .search-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.wp-search .search-btn input.search-submit {
    width: 32px;
    height: 32px;
    /* border-radius: 50%; */
    border: 0;
    outline: 0;
    background: #fff url(./img/search.png) center center no-repeat;
    cursor: pointer;
}

.wp-search input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

/*默认主导航样式*/
#nav {
    background: #fff;
}

#nav .inner {
    height: 60px;
}

#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: 60px;
    color: #333;
    font-size: 20px;
    text-align: center;
    position: relative;

    height: 60px;
    padding: 0px 11px;
}

.nav .wp-menu .menu-item.hover a.menu-link:before,
.nav .wp-menu .menu-item:hover a.menu-link:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    right: 0;
    height: 2px;
    background: #770772;



    border-radius: 2px;




}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item:hover a.menu-link {
    color: #770772;
}

.nav .wp-menu .menu-item:hover .sub-menu {
    display: block;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 59px;
    z-index: 100;
    background: #770772;
    /* opacity: 0.7; */
    min-width: 112px;
    border-top: 0px solid #770772;

}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #ffffff;
    line-height: 28px;
    padding: 10px 10px;
    font-size: 18px;
    text-align: center;
    opacity: 1;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #ffffff;
    background-color: #c776c3;
    display: block;
    border-radius: 2px;
}


.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

.navi-aside-toggle {
    top: 94px !important;
}


/* 轮播图 */



.mbanner {
    position: relative;
    z-index: 2;
}

.mbanner .swiper-box {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1400px;
}

.mbanner .side_bot {
    position: absolute;
    right: left;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40;
    color: #fff;

    /* background: #0060aa; */
}



.mbanner .swiper-wrapper {
    z-index: 1;
}

.mbanner .swiper-pagination {
    bottom: 14px;
    left: 32px;
    width: auto;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif
}

.mbanner .swiper-pagination-current {
    font-size: 32px;
    font-weight: bold;
    margin-right: 10px;
}

.mbanner .swiper-pagination-total {
    margin-left: 10px;
}

.mbanner .swiper-button-next,
.mbanner .swiper-button-prev {
    top: auto;
    bottom: 24px;
    left: auto;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 100;
    cursor: pointer;
    opacity: 1;
    position: absolute;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.mbanner .swiper-button-prev {
    background: url(./img/left1.png) center no-repeat;
    left: 19px;
    width: 61px;
    height: 61px;
    top: 45%;
}

.mbanner .swiper-button-prev:hover {
    background: url(./img/left2.png) center no-repeat;

}

.mbanner .swiper-button-next {
    background: url(./img/right1.png) center no-repeat;
    right: 19px;
    width: 61px;
    height: 61px;
    top: 45%;
}

.mbanner .swiper-button-next:hover {
    background: url(./img/right2.png) center no-repeat;
}


.mbanner .swiper-slide img {
    width: 100%;
    display: block;
}

.font {
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
padding: 20px;
    box-sizing: border-box;
    line-height: 0px;
    background-color: #100f0f42;
}


.swiper-slide a {
    display: block;
}

.font {
    width: 50%;
    height: 20px;
    position: absolute;
    bottom: 47px;
    left: 255px;
}

.main1 {
    padding: 60px 0px;
    box-sizing: border-box;
    /* background-color: #333 */

}

.ml {
    float: left;
    width: 680px;
    /* background-color: #fff; */
    height: 100%;

}

.ml-top {
    width: 100%;
    padding-bottom: 14px;
    box-sizing: border-box;

    border-bottom: 1px solid #770772;
    position: relative;
    margin-bottom: 48px;
}

.ml-top::before {
    content: "";
    position: absolute;
    top: 84%;
    left: 0px;
    background: url(./img/news.png);
    width: 59px;
    height: 11px;
}

.news {

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #770772;
    float: left;


}


.more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #770772;
    float: right;
    margin-top: 5px;
}

.pic-box {
    width: 320px;
    height: 180px;
    /* background: #770772; */
    float: left;
    border: 1px solid #e4e4e4;
}
.pic-box img {
    width: 320px;
    height: 180px;
 
}


.pic-news {
    width: calc(100% - 357px);

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    /* background-color: #0060aa; */
    float: right;
}

.biao {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    height: 44px;
    line-height: 22px;
    margin-bottom: 16px;

}

.metal {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-bottom: 29px;


}

.heng {
    width: 100%;
    height: 1px;
    background: #770772;
    margin-bottom: 16px;
}

.time {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #770772;
    float: left;
}

.more1 {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #770772;
    float: right;
}

.pic {
    padding-bottom: 31px;
    box-sizing: border-box;
    border-bottom: 1px solid #E0E0E0;

}

.newss {
    padding: 20px 0px;
    box-sizing: border-box;
    /* border-top: 1px solid #E0E0E0; */
    border-bottom: 1px solid #E0E0E0;
}

.biaoti {

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    /* line-height: 17px; */
    float: left;
  width: 70%;
}

.times {
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;

}

.mr {
    width: 680px;
    height: 100%;
    float: right;

}

.timess {
    width: 61px;
    height: 61px;
    border: 1px solid #770772;
    padding: 9px 0px 12px 0px;
    box-sizing: border-box;
    text-align: center;
    float: left;
    margin-right: 37px;
}

.dd {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #770772;
    line-height: 24px;
}

.tim {
    font-size: 12px;
    font-family: Microsoft YaHei;

    color: #770772;
    /* line-height: 12px; */
    margin-top: 5px;
}



.ml-top1 {
    width: 100%;
    padding-bottom: 14px;
    box-sizing: border-box;

    border-bottom: 1px solid #770772;
    position: relative;
    margin-bottom: 48px;
}

.ml-top1::before {
    content: "";
    position: absolute;
    top: 84%;
    left: 0px;
    background: url(./img/notice.png);
    width: 77px;
    height: 11px;
}


.bns {
    width: calc(100% - 112px);


    /* background-color: red; */
    height: 61px;
    float: right;
}

.list-biao {
    width: 100%;

    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 17px;

}


.notices {
    height: 61px;
    margin-bottom: 19.5px;

}

.list-matail {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
}


.notices:hover .timess {
    background-color: #770772;

}

.notices:hover .dd,
.notices:hover .tim {
    color: #FFFFFF;

}


.notices:hover .list-biao {
    color: #770772;

}

.newss:hover .biaoti {
    color: #770772;
}


.main2 {
    background: url(./img/main2.png) no-repeat center;
    background-size: cover;
    /* height: 500px; */
    padding-top: 80px;
    box-sizing: border-box;
    margin-bottom: 65px;

}

.ml-top2 {
    width: 100%;
    padding-bottom: 14px;
    box-sizing: border-box;

    border-bottom: 1px solid #770772;
    position: relative;
    margin-bottom: 38px;
}

.ml-top2::before {
    content: "";
    position: absolute;
    top: 84%;
    left: 0px;
    background: url(./img/enrollment.png);
    width: 117px;
    height: 11px;
}

.xian {
    width: 100%;
    height: 1px;
    background: #E0E0E0;
}


.enro {
    padding: 20px 0px;
    box-sizing: border-box;
    /* border-top: 1px solid #E0E0E0; */
    border-bottom: 1px solid #E0E0E0;
    padding-left: 30px;
    position: relative;
}

.enro::before {
    position: absolute;
    content: '';
    bottom: 23px;
    left: 0px;
    width: 8px;
    height: 8px;
    background: #770772;
    border-radius: 50%;

}

.enro:hover .biaoti {
    color: #770772;

}

.mrs {
    width: 680px;
    /* height: 520px; */
    background: #770772;
    float: right;
    padding: 47px 40px 107px 40px;
    box-sizing: border-box;
}

.ml-top3 {
    width: 100%;
    padding-bottom: 18px;
    box-sizing: border-box;

    border-bottom: 1px solid #FFFFFF;
    position: relative;
    margin-bottom: 38px;
}

.ml-top3::before {
    content: "";
    position: absolute;
    top: 84%;
    left: 0px;
    background: url(./img/course.png);
    width: 80px;
    height: 11px;
}

.ml-top3 .news {

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.ml-top3 .more {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.main3 {
    background: url(./img/main3.png) no-repeat center;
    background-size: cover;
    padding: 60px 0px;
    box-sizing: border-box;



}

.main3-top {
    text-align: center;

    position: relative;
    margin-bottom: 48px;



}

.main3-top::before {


    content: "";
    position: absolute;
    top: 84%;
    left: 0px;

    width: 100%;
    height: 1px;
    background: #770772;
    z-index: 1;



}

.main3-top img {
    z-index: 2;
    position: relative;

}

.mor {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #770772;
    position: absolute;
    right: 0px;
}



.tu_list {
    width: 100%;
    position: relative;
}

.tu_list .swiper {
    width: 100%;
    /* padding-bottom: 78px; */
}

.tu_list .swiper-slide {
    width: 320px;
    height: 100%;
    margin-right: 40px;
    border: 1px solid #c4c4c4;
    background: #ededed;
    /* padding: 10px; */
}
.tu_list .swiper-slide:hover .tu-biao {
    color: #770772;

}

.tu_list .swiper-slide:last-child {
    margin-right: 0;
}

.tu_list .swiper-slide .tu {
    margin: 0 auto;
    padding-top: 72%;
    /* border: 1px solid #c4c4c4; */
    background: #fff;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 20px; */
}

.tu_list .swiper-slide .tu img {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transition: 1.5s all ease;
    -ms-transition: 1.5s all ease;
    transition: 1.5s all ease;
}

/* .tu_list .swiper-slide .tu:before {
    position: absolute;
    content: '';
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6)
} */



.tu_list .swiper-pagination {
    width: auto;
    bottom: 15px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin: 0 auto;
    height: 16px;
}

.tu_list .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    background-color: #fff;
    border: 1px solid #0060aa;
    width: 16px;
    height: 16px;
    opacity: 1;
    border-radius: 50%;
}

.tu_list .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #0060aa;
    width: 58px;
    border-radius: 16px;
}

.tu-biao {
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 23px;
    margin-bottom: 16px;
}

.box {
    padding: 20px;
    box-sizing: border-box;

}

.tims {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    float: left;
}

.look {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #770772;
    float: right;
}



.tu_list .swiper-button-prev {
    background: url(./img/left1.png) center no-repeat;
    left: -128px;
    width: 61px;
    height: 61px;
    top: 45%;
}

.tu_list .swiper-button-prev:hover {
    background: url(./img/left2.png) center no-repeat;

}

.tu_list .swiper-button-next {
    background: url(./img/right1.png) center no-repeat;
    right: -128px;
    width: 61px;
    height: 61px;
    top: 45%;
}

.tu_list .swiper-button-next:hover {
    background: url(./img/right2.png) center no-repeat;
}



.footer {
    padding: 60px 0px 32px 0px;
    box-sizing: border-box;
    background: #770772;
}

.fot-le {
    float: left;
    /* background: url(./img/logo.png); */
    width: 630px;
    height: 64px;

}
.fot-le img {
    width: 630px;

}


.fot-ri {
    float: right;
    width: 422px;
}

.weix {
    float: left;
    text-align: center;
}

.weix p {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 14px;
    margin-top: 13px;

}


.adress {
    width: calc(100% - 140px);
    float: right;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
 

}



/**友情链接**/

.mlink {
    width: 281px;
    height: 31px;
    margin-top:  10px;
position: relative;
 
}

.botlinks .links-wrap {
    /* position: relative; */
    width: 281px;
    height: 31px;

    border: 1px solid #FFFFFF;
    line-height: 29px;
    background: transparent;

}

.botlinks .links-wrap a.links-arrow {
    display: block;
    /* height: 34px; */
    line-height: 34px;
    padding: 0 38px 0 28px;
    color: #fff;
    font-size: 14px;
    background: url(./img/arrow2.png) no-repeat right bottom;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #fff;
    background-position: right top;
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 30px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: rgba(255, 255, 255, 0.9);
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 0;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    padding: 0 16px;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: #770772;
    cursor: pointer;
}


/**链接样式**/


/*滚动Arrows */

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
    height: 62px;
    width: 60px;
    background: url(images/slickarrow2.png) no-repeat;
    top: 50%;
    margin-top: -30px;
    border: 0px solid #d4d8d9;
    border-radius: 50%;
    outline: none;
}

.slick-prev {
    left: -95px;
    background-position: 0px 0px;
}

.slick-prev:hover {
    background-position: 0px 0px;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-prev:before {
    content: '';
}

.slick-next {
    right: -95px;
    background-position: right 0px;
}

.slick-next:hover {
    background-position: right 0px;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-next:before {
    content: '';
}


.pro {
    width: 100%;
line-height: 60px;
background: #62085E;
text-align: center;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.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(./img/banner.png) center center;
}


/**主体列表页开始**/
#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: #770772;
}

/**位置栏目背景**/
.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 #770772;
    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: #4378d9;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #4378d9;
}

.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: #770772;
    border-bottom: 3px solid #770772;
}

.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: expression(this.width > 800 ? "800px" : this.width);
}



.col_news_list .news_list2 li {
    position: relative;
    padding-right: 120px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.col_news_list .news_list2 li .news_title {
    display: block;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    font-weight: 400;

}

.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_title {
    color: #770772;
}

/**列表页文章图片大小限制**/
/**文章页**/
.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: #770772;
}

/**文章标题**/
.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: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}


/* 切换 */
.tu_list1 {
    width: 100%;
    position: relative;
}

.tu_list1 .swiper {
    width: 100%;
    /* padding-bottom: 78px; */
}

.tu_list1 .swiper-slide {
    width: 291px;
    height: 100%;
    margin-right: 40px;
    border: 1px solid #c4c4c4;
    /* background: #ededed; */
    /* padding: 10px; */
    /* margin-bottom: 20px; */
    margin-top: 20px!important;
}

.tu_list1 .swiper-slide:last-child {
    margin-right: 0;
}

.tu_list1 .swiper-slide .tu {
    margin: 0 auto;
    padding-top: 72%;
    /* border: 1px solid #c4c4c4; */
    background: #fff;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 20px; */
}

.tu_list1 .swiper-slide .tu img {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transition: 1.5s all ease;
    -ms-transition: 1.5s all ease;
    transition: 1.5s all ease;
}


.boxss:hover {
    background-color: #fff;


}
.boxss:hover .boxss-biao {
color: #770772;




}



.tu_list1 .swiper-pagination {
    width: auto;
    bottom: 15px;
    left: auto;
    right: 0px;
    transform: translateX(-50%);
    margin: 0 auto;
    height: 16px;
}

.tu_list1 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    background-color: #fff;
    border: 1px solid #0060aa;
    width: 16px;
    height: 16px;
    opacity: 1;
    border-radius: 50%;
}

.tu_list1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #0060aa;
    width: 58px;
    border-radius: 16px;
}

.boxss {
    width: 278px;
height: 100%;

padding: 20px 25px 34px 25px;
box-sizing: border-box;
}

.boxss-biao {


font-size: 16px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #FFFFFF;
line-height: 27px;
margin-bottom: 17px;

}


.tu_list1 .swiper-pagination {
    bottom: -33px;
    /* left: 32px; */
    width: auto;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif
}

.tu_list1 .swiper-pagination-current {
    font-size: 27px;
    font-weight: bold;

}

.tu_list1 .swiper-pagination-total {
    /* margin-left: 10px; */
    font-size: 14px;
 
}

.tu_list1 .swiper-button-next,
.tu_list1 .swiper-button-prev {
    top: auto;
    bottom: 24px;
    left: auto;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 100;
    cursor: pointer;
    opacity: 1;
    position: absolute;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.tu_list1 .swiper-button-prev {
    background: url(./img/sam-left.png) center no-repeat;
    right: 77px;
    width: 61px;
    height: 61px;
    bottom: -25%;
}


.tu_list1 .swiper-button-next {
    background: url(./img/san-right.png) center no-repeat;
    right: -14px;
    width: 61px;
    height: 61px;
    bottom: -25%;
}


.xianyuan {
    background: url(./img/yuan.png);
    width: 460px;
    height: 16px;
    position: absolute;
    bottom: -51px;


}

/* 列表页2 */

.col_news_list .news_list3{ overflow:hidden;}
.col_news_list .news_list3 ul{ position:relative; margin-right:-32px;}
.col_news_list .news_list3 li {
	float:left; width:calc(33.3% - 32px); margin-right:32px; 
    margin-top: 30px;
}

.col_news_list .news_list3 li .news_pic {
    width: 100%;
    padding-top:57%;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.col_news_list .news_list3 li .news_pic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.col_news_list .news_list3 li .news_pic:hover {
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
}

.col_news_list .news_list3 li .news_pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.col_news_list .news_list3 li .news_info {
 padding-bottom:6px;
text-align: center;
}

.col_news_list .news_list3 li .news_title {
    line-height: 36px;
    color: #333;
    font-size: 16px;
    font-weight:400;
}
.col_news_list .news_list3 li a:hover .news_title{ color:#1267bb}

.search-input .search-title {
    font-family: Microsoft YaHei!important;

}


