body {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.6;
    background: #ffffff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    overflow-x: hidden;
}

body.ui-offcanvas {
    overflow: hidden;
}

a {
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    text-decoration: none;
    color: rgba(118, 40, 138, 1);
}

p,
ul,
ol {
    color: #565656;
    font-family: "Open Sans", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5a5a5a;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

figure {
    margin-bottom: 2em;
}

::-webkit-selection {
    color: #fcfcfc;
    background: rgba(237, 108, 0, 1);
}

::-moz-selection {
    color: #fcfcfc;
    background: rgba(237, 108, 0, 1);
}

::selection {
    color: #fcfcfc;
    background: rgba(237, 108, 0, 1);
}

.pagination {
    display: block;
    text-align: center;
    margin: 20px auto 0 auto;
}

.pagination>li {
    margin: 0 12px 0 0;
    display: inline-block;
    -webkit-box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 30px -6px rgba(0, 0, 0, 0.2);
}

.pagination>li>a,
.pagination>li>span {
    color: rgba(219, 188, 108, 1);
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: rgba(219, 188, 108, 1);
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    background: rgba(219, 188, 108, 1);
    color: #ffffff;
    border: 2px solid rgba(219, 188, 108, 1);
}

.img-full {
    width: 100%;
}

.ui-toper {
    padding: 10px 0 10px 0;
    background: rgba(245, 245, 245, 1);
    border-bottom: 1px solid #f2f2f2;
}

.ui-toper .pull-left {
    font-size: 16px;
    position: relative;
}

.ui-toper .pull-left .ewm {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 0;
    transition: 0.33s;
}

.ui-toper .pull-left a {
    color: #444;
}

.ui-toper .pull-left:hover,
.ui-toper .pull-left a:hover {
    color: #da251d;
    cursor: pointer;
}

.ui-toper .pull-left:hover .ewm {
    height: auto;
}

.ui-toper .wechat {
    padding: 0 0 0 25px;
    margin: 0 0 0 10px;
    background: url(../img/icon-wechat.png) 2px 0 no-repeat;
}

.ui-toper .wevideo {
    padding: 0 0 0 25px;
    margin: 0 0 0 10px;
    background: url(../img/icon-wevideo.png) 2px 0 no-repeat;
}

.ui-toper .apply {
    padding: 0 0 0 25px;
    margin: 0 0 0 10px;
    background: url(../img/icon-apply.png) 2px 0 no-repeat;
}

.ui-toper .location {
    padding: 0 0 0 25px;
    margin: 0 0 0 10px;
    background: url(../img/icon-location.png) 2px 0 no-repeat;
}

.ui-header {
    padding: 30px 0 30px 0;
    background: rgba(255, 255, 255, 1);
}

.ui-nav {
    background: #652389;
}

.welcome span {
    font-size: smaller;
    color: rgba(9, 12, 44, 1);
    font-weight: 600;
    padding: 2px;
    margin: 0 6px 0 0;
    background: rgba(229, 171, 1, 1);
}

.logo {
    height: 64px;
    margin: 0 20px 0 0;
    width: auto;
    float: left;
}

.slogan {
    height: 54px;
    margin: 5px 0 0 0;
    width: auto;
    float: left;
}

.tel {
    float: right;
}

.ui-menu {
    position: relative;
    display: block;
}

.sf-menu {
    width: 100%;
    margin: 0;
}

.sf-menu ul {
    box-shadow: none;
    border: transparent;
}

.sf-menu li {
    /* padding: 0 20px 0 0;
    margin: 0 32px 0 0; */
    /* padding: 0 20px 0 0; */

    background: transparent !important;
    text-align: center;
}

.sf-menu>li {
    margin: 0 0.5%;
    width: 9%;
}

.sf-menu>li:first-child {
    width: 7%;
    margin-left: 2%;
}

.sf-menu a {
    padding: 10px 0 !important;
    color: #ffffff !important;
    /* font-weight: 500; */
    border: none !important;
    zoom: 1;
    transition: 0.33s;
}

.sf-menu>li>a {
    font-size: 18px;
}

.sf-menu>li:hover>a {
    background: #862b8b;
}

.sf-menu .sf-with-ul:after {
    display: none;
    border: none !important;
    font-family: "icomoon";
    line-height: 1;
    position: absolute;
    right: 0;
    top: 48%;
    content: "\e922";
    color: rgba(255, 255, 255, 0.4);
}

.sf-menu .ui-menu-sub {
    padding: 10px 10px 10px 10px;
    background: #ffffff;
    left: 50%;
    border-radius: 5px;
    width: 180px;
    margin-left: -90px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.sf-menu .ui-menu-sub:after {
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    content: "";
}

.sf-menu .ui-menu-sub li {
    margin: 0;
    padding: 0;
}

.sf-menu .ui-menu-sub a {
    margin: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6) !important;
    text-transform: none;
}

.sf-menu .ui-menu-sub a:hover {
    margin: 0;
    color: #652389 !important;
    text-transform: none;
}

.ui-offcanvas {
    overflow: hidden;
}

.ui-wrapper {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ui-offcanvas .ui-wrapper {
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
}

.ui-offcanvas-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #222;
    right: -240px;
    width: 240px;
    padding: 20px;
    overflow-y: scroll !important;
}

.ui-offcanvas-menu ul {
    padding: 0;
    margin: 0;
}

.ui-offcanvas-menu ul li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

.ui-offcanvas-menu ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.ui-offcanvas-menu ul li a:hover {
    color: rgba(237, 108, 0, 1);
}

.ui-offcanvas-menu ul li>.ui-menu-sub {
    margin-top: 9px;
    padding-left: 20px;
}

.ui-offcanvas-menu ul li.active>a {
    color: rgba(237, 108, 0, 1);
}

.ui-offcanvas-menu ul .ui-menu-sub {
    display: block !important;
}

.ui-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.ui-nav-toggle.active i::before,
.ui-nav-toggle.active i::after {
    background: rgba(237, 108, 0, 1);
}

.ui-nav-toggle.dark.active i::before,
.ui-nav-toggle.dark.active i::after {
    background: rgba(237, 108, 0, 1);
}

.ui-nav-toggle:hover,
.ui-nav-toggle:focus,
.ui-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.ui-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: rgba(237, 108, 0, 1);
    font: bold 14px/0.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: rgba(237, 108, 0, 1);
    transition: all 0.2s ease-out;
}

.ui-nav-toggle i::before,
.ui-nav-toggle i::after {
    content: "";
    width: 25px;
    height: 3px;
    background: rgba(237, 108, 0, 1);
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ui-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    transition: all 0.2s ease-out;
}

.ui-nav-toggle.dark i::before,
.ui-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ui-nav-toggle i::before {
    top: -7px;
}

.ui-nav-toggle i::after {
    bottom: -7px;
}

.ui-nav-toggle:hover i::before {
    top: -10px;
}

.ui-nav-toggle:hover i::after {
    bottom: -10px;
}

.ui-nav-toggle.active i {
    background: transparent;
}

.ui-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.ui-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.ui-nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

/* ====================================== */

.banner {
    height: 560px;
    position: relative;
}

.banner .bd a {
    display: block;
    height: 560px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .hd {
    position: relative;
    bottom: 60px;
    display: flex;
    justify-content: center;
}

.banner .hd div {
    /* width: 120px; */
    text-align: center;
    border-radius: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 10px;
    padding: 0 15px;
    cursor: pointer;
    color: rgba(33, 4, 64, 1);
    background: rgba(255, 255, 255, 0.8);
}

.banner .hd div.on {
    background: #652389;
    color: rgba(255, 255, 255, 1);
}

.banjibaoming {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.banji {
    flex: 1;
}

.baoming {
    width: 350px;
    margin: 0 0 0 20px;
    background: rgba(133, 42, 139, 1);
}

.baoming-title {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    color: rgba(255, 255, 255, 1);
}

.baoming-wrap {
    padding: 0 10px;
    line-height: 42px;
}

.baoming-list {
    background: rgba(255, 255, 255, 1);
}

.baoming-ad {
    padding: 10px;
    text-align: center;
}

.banji .hd {
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.banji .hd div {
    width: 50%;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    color: rgba(33, 4, 64, 1);
    background: rgba(245, 245, 245, 1);
}

.banji .hd div.on {
    background: rgba(133, 42, 139, 1) url(../img/banji_on.jpg) repeat center;
    background-size: auto 100%;
    color: rgba(255, 255, 255, 1);
}

.banji-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.banji-list>div {
    width: 49%;
    margin: 20px 0 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    overflow: hidden;
}

.banji-list .pic {
    overflow: hidden;
}

.banji-list .pic img {
    transition: 0.33s;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    -ms-transition: 0.33s;
    width: 100%;
}

.banji-list .pic img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.banji-list div h3 {
    text-align: center;
    font-weight: 600;
    margin: 18px 0 0 0;
}

.banji-list div p {
    margin: 17px 20px 25px;
    color: rgba(0, 0, 0, 0.6);
}

.baoming-list div {
    display: flex;
    padding: 0 10px;
    border-bottom: 1px dashed #f2f2f2;
}

.baoming-list div span {
    text-align: center;
}

.baoming-list div span.tit {
    width: 80px;
    color: rgba(133, 42, 139, 1);
    text-align: center;
}

.baoming-list div span.cont {
    flex: 1;
    font-weight: 600;
    color: rgba(133, 42, 139, 1);
    text-align: center;
}

.zhuanye {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zhuanye a {
    transition: 0.33s;
    padding: 20px;
    cursor: pointer;
    text-align: center;
}

.zhuanye a img {
    border-radius: 9999px;
}

.zhuanye a p {
    transition: 0.33s;
    padding: 5px;
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0;
}

.zhuanye a:hover p {
    color: #652389;
}

.zhuanye1 a:hover {
    background: rgba(255, 255, 255, 1);
}

.zhuanye1 a:hover p {
    transform: translateY(-60px);
}

.zhuanye1 .tpshow {
    height: 50px;
    overflow: hidden;
}

.zhuanye1 a .zxzx {
    transition: 0.33s;
    color: #e70000;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 9999px;
    background: #e0c583 url(../img/zhuanye_btn.jpg) no-repeat center/cover;
}

.zhuanye1 a:hover .zxzx {
    transform: translateY(-55px);
}

.wenti {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wenti .lis {
    padding: 15px 20px;
    cursor: pointer;
    text-align: center;
}

.wenti .lis img {
    border-radius: 9999px;
}

.wenti .lis .pic {
    border-radius: 9999px;
    width: 128px;
    height: 128px;
    background: #fff no-repeat top center;
    transition: 0.33s;
    -webkit-transition: 0.33s;
}

.wenti .lis a:hover .pic {
    background-color: #5c2088;
    background-position: bottom center;
}

.wenti .lis p {
    font-size: 20px;
    padding: 5px;
    font-weight: 400;
    margin: 10px 0 0;
}

.wenti-more {
    text-align: center;
    margin: 30px 0 0 0;
}

.xiaoyuan {
    flex: 1;
}

.xiaoyuan .hd {
    display: flex;
    justify-content: center;
}

.xiaoyuan .hd div {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 3px;
    color: #727272;
    background: #f2f3f9;
    transition: 0.33s;
}

.xiaoyuan .hd div.on {
    /* background: rgba(133, 42, 139, 1); */
    color: #5c2088;
}

.xiaoyuan-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0 0 0;
}

.xiaoyuan-list a {
    width: 33.333%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.xiaoyuan-list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.33s;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    -ms-transition: 0.33s;
}

.xiaoyuan-list a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.xiaoyuan-list .pic {
    overflow: hidden;
}

.xiaoyuan-list .pic img {
    transition: 0.33s;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    -ms-transition: 0.33s;
}

.xiaoyuan-list .pic img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.xiaoyuan-list a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 50px 10px 20px 10px;
    background: linear-gradient(to bottom, rgba(92, 32, 130, 0), rgba(92, 32, 130, 0.8));
}

.xiaoyuan-list div p {
    margin: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.xiaoyuan-more {
    margin: 50px 0 0 0;
    text-align: center;
}

.xiaoyuan-more a {
    display: inline-block;
    width: 200px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e2e2e2;
    border-radius: 9999px;
    transition: 0.33s;
}

.xiaoyuan-more a:hover {
    color: #fff;
    background: rgba(118, 40, 138, 1);
}

.liu_bg {
    padding: 40px 0 60px;
    background: #692389 center no-repeat;
    background-size: cover;
}

.liu_ul {
    width: 1040px;
    height: 600px;
    padding: 30px 0;
    background: center no-repeat;
    overflow: hidden;
    margin: 0 auto;
}

.liu_li {
    width: 33.333%;
    height: 270px;
    float: left;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
}

.liu_li .ico {
    width: 132px;
    height: 132px;
    background: no-repeat center/contain;
    margin: 0 auto;
}

.liu_li .txtl {
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: 0.6;
}

.liu_li .titl {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.liu_li .hover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dbbb6d;
    transition: 0.33s;
}

.liu_li .hover .txt {
    padding: 30px 20px 0;
    font-size: 15px;
    color: #363636;
    line-height: 28px;
    height: 224px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.liu_li:hover .hover {
    top: 0;
}

.xinwenredian {
    display: flex;
}

.xinwen {
    flex: 1;
    position: relative;
}

.xinwen .more {
    position: absolute;
    right: 10px;
    top: 10px;
}

.xinwen .hd {
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

.xinwen .hd div {
    width: 100px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    color: rgba(33, 4, 64, 1);
    margin: 0 0 -1px 0;
}

.xinwen .hd div.on {
    color: rgba(133, 42, 139, 1);
    border-bottom: 2px solid #e4cd94;
}

.xinwen .hd div.on a {
    color: rgba(133, 42, 139, 1);
}

.xinwen-list {
    margin: 20px 0 0 0;
}

.xinwen-list div {
    display: flex;
    line-height: 42px;
    padding: 0 0 0 25px;
    background: url(../img/icon-dot.png) 5px 19px no-repeat;
    border-bottom: 1px dotted #e2e2e2;
}

.xinwen-list div a {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 20px 0 0;
}

.xinwen-list div span {
    color: rgba(0, 0, 0, 0.6);
}

.redian {
    width: 450px;
    margin: 0 0 0 20px;
    position: relative;
}

.redian .more {
    position: absolute;
    right: 10px;
    top: 10px;
}

.redian .hd {
    display: flex;
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

.redian .hd div {
    width: 100px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    color: rgba(33, 4, 64, 1);
    margin: 0 0 -1px 0;
}

.redian .hd div.on {
    color: rgba(133, 42, 139, 1);
    border-bottom: 2px solid #e4cd94;
}

.redian-list {
    margin: 20px 0 0 0;
}

.redian-list div {
    display: flex;
    line-height: 42px;
    padding: 0 0 0 25px;
    background: url(../img/icon-dot.png) 5px 19px no-repeat;
    border-bottom: 1px dotted #e2e2e2;
}

.redian-list div a {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 20px 0 0;
}

.partner {}

.partner .hd {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #e2e2e2;
}

.partner .hd div {
    width: 120px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    color: rgba(33, 4, 64, 1);
    margin: 0 0 -1px 0;
}

.partner .hd div.on {
    color: rgba(133, 42, 139, 1);
    border-bottom: 2px solid #e4cd94;
}

.partner-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

.partner-list a {
    width: 16.66%;
    overflow: hidden;
    line-height: 36px;
}

.partner-list a img {
    width: 100%;
    padding: 1px 1px 0 0;
    transition: 0.33s;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    -ms-transition: 0.33s;
}

.partner-list a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.duikou-title h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 2px;
    margin: 30px 0;
    padding-bottom: 45px;
    background: no-repeat center bottom;
}

.duikou-title h3 span {
    color: rgba(118, 40, 138, 1);
}

.duikou-titledark h3 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    letter-spacing: 2px;
    margin: 30px 0;
    padding-bottom: 45px;
    background: url(../img/bt_xian.png) no-repeat center bottom;
}

.duikou-titledark h3 span {
    color: rgba(118, 40, 138, 1);
}

.shengben-title h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 2px;
    margin: 20px 0 50px 0;
}

.shengben-title h3 span {
    color: rgba(118, 40, 138, 1);
}

.shengben-titledark {
    margin-bottom: 40px;
}

.shengben-titledark h3 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    letter-spacing: 2px;
    margin: 20px 0 0 0;
    padding-bottom: 45px;
    background: url(../img/bt_xian.png) no-repeat center bottom;
}

.shengben-titledark p {
    font-size: 26px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin: 12px 0 40px 0;
}

.shengben-titledark h3 span {
    color: rgba(118, 40, 138, 1);
}

@media screen and (max-width:1600px) {

    .shengben-title h3 h3,
    .shengben-titledark h3 {
        font-size: 44px;
    }
}

@media screen and (max-width:1440px) {

    .shengben-title h3 h3,
    .shengben-titledark h3 {
        font-size: 36px;
    }
}

.shengben-more {
    margin: 50px 0 0 0;
    text-align: center;
}

.shengben-more a {
    display: inline-block;
    width: 200px;
    height: 42px;
    line-height: 42px;
    margin: 0 20px;
    color: rgba(255, 255, 255, 1);
    background: rgba(236, 97, 42, 1);
    border-radius: 9999px;
    font-size: 20px;
    transition: 0.33s;
}

.shengben-more a:hover {
    opacity: 0.7;
}

.shengben-more a.active {
    background: none;
    color: rgba(236, 97, 42, 1);
    border-radius: 9999px;
    border: 1px solid rgba(236, 97, 42, 1);
}

.title {
    margin: 30px 0 50px 0;
    text-align: center;
}

.title h3 {
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}

.title p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
}

.title p span {
    color: rgba(92, 62, 136, 1);
}

.title a.more {
    margin: 10px 0 0 0;
    padding: 5px 30px;
    display: inline-block;
    color: rgba(237, 108, 0, 1);
    border: 1px solid rgba(237, 108, 0, 1);
    border-radius: 2px;
    text-transform: uppercase;
}

.title a.more:hover {
    color: rgba(255, 255, 255, 1) !important;
    border: 1px solid rgba(237, 108, 0, 1);
    background: rgba(237, 108, 0, 1);
}

.section {
    background: #f2f2f2;
    padding: 50px 0 50px 0;
}

.section-bg {
    padding: 50px 0 50px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-banner {
    min-height: 620px;
    line-height: 2em;
    padding: 260px 0 0 0;
}

.section-content {
    min-height: 500px;
    line-height: 2em;
    font-size: 16px;
    font-weight: 500;
    padding: 60px 0 60px 0;
}

.section-title {
    margin: 0 0 20px 0;
}

.section-title h2 {
    color: rgba(0, 0, 0, 0.8);
}

.section-title.black h2 {
    color: rgba(255, 255, 255, 1);
    margin: 0 0 120px 0;
}

/* =================================================== */

.banner-title {
    padding: 240px 0;
}

.banner-title h3 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.8rem;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 10px 0;
}

.banner-title p {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.about-title {
    display: flex;
    flex-direction: column;
    padding: 0 0 40px 0;
}

.about-title h2 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin: 0 auto;
    padding: 20px 80px;
    border-bottom: 1px solid #d2d2d2;
}

.about-title p {
    padding: 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin: -12px auto 0 auto;
    background: rgba(242, 243, 248, 1);
    text-transform: uppercase;
}

.about-title.spec p {
    padding: 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin: -12px auto 0 auto;
    background: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.about-thumb .swiper-slide .img-full {
    border: transparent solid 4px;
    transition: 0.33s;
}

.about-thumb .swiper-slide-active .img-full {
    border: #72268a solid 4px;
}

.videoicon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 6;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.videopopup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999 !important;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.videopopup .wrapbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.videopopup .contentbox {
    width: 800px;
    height: 450px;
    position: relative;
}

.videopopup .contentbox .close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 24px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 100px;
    cursor: pointer;
    opacity: 0.8;
    text-shadow: none;
}

.videopopup .contentbox #videoplayer {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.linian_li {
    position: relative;
    width: 23%;
    margin: 1%;
    float: left;
}

.linian_li .shadow {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(101, 35, 137, .6);
    z-index: 1;
    padding: 0;
    transition: .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
}

.linian_li .shadow::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: auto;
    width: auto;
    height: auto;
    border: 1px solid #fff;
}

.linian_li .detail {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    height: 120px;
    z-index: 1;
    transition: .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
}

.linian_li:hover .shadow,
.linian_li:hover .detail {
    opacity: 1;
}

.linian_li .detail h3,
.linian_li .detail p {
    color: #fff;
    text-align: center;
}

.linian_li .detail h3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}

.linian_li .detail p {
    font-size: 14px;
    line-height: 28px;
}

.honor {
    overflow: hidden;
}

.honorImg {
    width: 46%;
    margin-top: 37px;
    float: left;
}

.honorTxt {
    width: 54%;
    background-color: #672389;
    padding: 95px 5% 88px;
    float: left;
}

.honorTxt h2 {
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.honorTxt h3 {
    display: block;
    font-size: 42px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 40px;
}

.honorTxt p {
    font-size: 16px;
    color: #fff;
    line-height: 33px;
}

@media (max-width: 1280px) {
    .honorTxt h2 {
        font-size: 28px;
        line-height: 30px;
        color: #fff;
        text-transform: uppercase;
    }

    .honorTxt h3 {
        display: block;
        font-size: 30px;
        line-height: 25px;
        color: #fff;
    }

    .honorTxt {
        padding: 95px 5% 47px;
    }
}

.about-scenery {
    overflow: initial;
    position: relative;
}

.about-more {
    margin: 50px 0 0 0;
    text-align: center;
}

.about-more a {
    display: inline-block;
    width: 200px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e2e2e2;
    border-radius: 9999px;
}

.about-scenery-item .image {
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.about-scenery-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-scenery-item h3 {
    font-size: 18px;
    margin: 20px 0 0 0;
}

.about-scenery-item p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin: 10px 0 0 0;
}

.about-scenery-prev {
    width: 50%;
    height: 100%;
    left: -50%;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99;
    transition: 0.2s;
}

.about-scenery-prev::before {
    content: '';
    position: absolute;
    top: 40%;
    right: -29px;
    width: 58px;
    height: 58px;
    background: #fff url(../img/swiper-button-prev.png) no-repeat center center/22px;
    border-radius: 50%;
}

.about-scenery-next {
    width: 50%;
    height: 100%;
    right: -50%;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99;
    transition: 0.2s;
}

.about-scenery-next::after {
    content: '';
    position: absolute;
    top: 40%;
    left: -29px;
    width: 58px;
    height: 58px;
    background: #fff url(../img/swiper-button-next.png) no-repeat center center/22px;
    border-radius: 50%;
}

.about-video {
    overflow: hidden;
    position: relative;
}

.about-thumb {
    overflow: hidden;
    margin: 10px 0 0 0;
}

.major-tab {
    display: flex;
    justify-content: space-around;
}

.major-tab a {
    font-size: 26px;
    margin: 0 auto;
    padding: 10px 10px;
}

.major-tab a:hover {
    font-weight: bold;
}

.major-tab span {
    position: relative;
    margin: 10px 0;
    color: rgba(0, 0, 0, 0);
}

.major-tab span::after {
    content: "";
    position: absolute;
    top: 0;
    height: 40px;
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.major-item {
    margin: 0 0 30px 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.major-item image {
    margin: -10px;
}

.major-item h3 {
    padding: 20px 20px;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.major-item p {
    padding: 0 20px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.major-item div {
    padding: 10px 0 30px 0;
    display: flex;
    justify-content: space-around;
}

.major-item div a {
    padding: 8px 80px;
    /* border: 1px solid rgba(118, 40, 138, 1);color: rgba(118, 40, 138, 1); */
    border-radius: 100px;
    border: #dcbd73 solid 2px;
    color: #e70001;
    font-size: 22px;
}

.major-item div a.active {
    /* background: rgba(118, 40, 138, 1);color: rgba(255, 255, 255, 1); */
    background: #dcbd73;
    font-weight: bold;
}

.sbbg_moe {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
}

.sbbg_moe a {
    background: #ff621d;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    margin: 0 5px;
    border-radius: 999px;
    transition: 0.33s;
}

.sbbg_moe a:hover {
    opacity: 0.7;
}

.sbbg_moe a b {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding-left: 55px;
    background: no-repeat left center;
}

.sbbg_moe a.moe1 b {
    background-image: url(../img/moe1.png);
}

.sbbg_moe a.moe2 b {
    background-image: url(../img/moe2.png);
}

.sbbg_moe a.moe3 b {
    padding-left: 65px;
    background-image: url(../img/moe3.png);
}

ul,
ol,
li {
    list-style: none;
}

.sbmb {
    overflow: hidden;
    padding: 0;
}

.sbmb li {
    width: 20%;
    float: left;
    overflow: hidden;
}

.sbmb li img {
    width: 100%;
    transition: 0.33s;
    -webkit-transition: 0.33s;
}

.sbmb li img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.sbmb li .imgb {
    position: relative;
    background: #efe6ff;
    padding: 35px 8%;
}

.sbmb li:nth-child(even) .imgb {
    background: #e2d2ff;
}

.sbmb li .imgb .titl {
    color: #652389;
    font-size: 38px;
    font-weight: bold;
}

.sbmb li .imgb .txtl {
    color: #545454;
    font-size: 22px;
    line-height: 1.6;
    margin: 15px 0;
}

.sbmb li .imgb .more {
    text-align: center;
    margin: 25px 0 0;
}

.sbmb li .imgb .more b {
    color: #fff;
    font-size: 20px;
    background: #f3682b;
    display: inline-block;
    padding: 5px 45px;
    border-radius: 9999px;
    transition: 0.33s;
}

.sbmb li .imgb .more b:hover {
    opacity: 0.7;
}

.liu_ys {
    overflow: hidden;
    padding: 0;
    marin: 0 -7px;
}

.liu_ys li {
    width: 33.33%;
    float: left;
    overflow: hidden;
}

.liu_ys li .linr {
    margin: 7px;
    border: #e3ca8d solid 3px;
    background: #fff;
    transition: 0.33s;
    padding: 8%;
    height: 250px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.liu_ys li .linr .hover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transition: 0.33s;
    display: none;
}

.liu_ys li .linr:hover {
    background: #e3ca8d url(../img/liu_ys_bg.jpg);
    background-size: 100% 100%;
}

.liu_ys li .linr:hover .hover {
    top: -2%;
    left: -2%;
    width: 104%;
    height: 104%;
}

.liu_ys li .linr h3 {
    font-size: 32px;
    color: #cbad66;
    transition: 0.33s;
    position: relative;
    text-align: center;
    margin: 0 0 10px 0;
}

.liu_ys li .linr .txtl {
    font-size: 22px;
    color: #747474;
    transition: 0.33s;
    position: relative;
    text-align: justify;
}

.liu_ys li .linr:hover h3,
.liu_ys li .linr:hover .txtl {
    color: #fff;
}

.sbxy {
    overflow: hidden;
    padding: 0;
    marin: 0 -2%;
}

.sbxy li {
    width: 25%;
    margin: 0.5%;
    float: left;
    position: relative;
}

.sbxy li .pic {
    height: 365px;
    background: no-repeat center;
    background-size: cover;
}

.sbxy li:nth-child(3) {
    width: 46%;
}

.sbxy li:nth-child(4) {
    width: 46%;
}

.sbxy .shadow {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
    padding: 0;
    transition: .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
}

.sbxy .detail {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    height: 95px;
    z-index: 1;
    transition: .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
}

.sbxy li:hover .shadow,
.sbxy li:hover .detail {
    opacity: 1;
}

.sbxy .detail h3,
.sbxy .detail a {
    color: #fff;
    text-align: center;
}

.sbxy .detail h3 {
    margin-bottom: 20px;
    font-size: 28px;
}

.sbxy .detail a {
    font-size: 20px;
    line-height: 48px;
    height: 48px;
    width: 90%;
    max-width: 190px;
    border: #fff solid 1px;
    border-radius: 4px;
    display: inline-block;
    transition: 0.33s;
}

.sbxy .detail a:hover {
    background: #ddbf76;
}

.sbxy_more {
    text-align: center;
    margin: 40px 0 0;
}

.sbxy_more a {
    color: #bfbfbf;
    font-size: 18px;
    border: #bfbfbf solid 1px;
    display: inline-block;
    padding: 5px 45px;
    border-radius: 9999px;
    transition: 0.33s;
}

.sbxy_more a:hover {
    background: #ddbf76;
    border-color: #ddbf76;
    color: #fff;
}

.sbsz_more {
    text-align: center;
    margin: 20px 0 0;
}

.sbsz_more a {
    color: #652389;
    background: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 5px 45px;
    border-radius: 9999px;
    transition: 0.33s;
}

.sbsz_more a:hover {
    background: #652389;
    color: #fff;
}

.pymb_more {
    text-align: center;
    margin: 20px 0 0;
}

.pymb_more a {
    color: #fff;
    font-size: 25px;
    background: #652389;
    display: inline-block;
    padding: 5px 35px;
    border-radius: 9999px;
    transition: 0.33s;
}

.pymb_more a:hover {
    opacity: 0.7;
}

.fzqj_more {
    text-align: center;
    margin: 20px 0 0;
    height: 165px;
    background: #652389 url(../img/fzqj_more.png) no-repeat center;
    transition: 0.33s;
}

.fzqj_more:hover {
    opacity: 0.7;
}

.zyys {
    overflow: hidden;
    padding: 0;
    margin: 0 -0.5%;
}

.zyys li {
    width: 32.33%;
    margin: 0.5%;
    float: left;
    position: relative;
}

.zyys li .pic {
    height: 262px;
    background: no-repeat center;
    background-size: cover;
}

.zyys li .pic_b {
    height: 126px;
    background: #cd5292;
    padding: 17px 5%;
    text-align: center;
}

.zyys li .pic_b h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.zyys li .pic_b p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    transition: 0.33s;
}

.xszp {
    overflow: hidden;
    padding: 0;
    margin: 0 -0.5%;
}

.xszp li {
    width: 25%;
    margin: 0.5%;
    float: left;
    position: relative;
}

.xszp li .pic {
    height: 354px;
    background: no-repeat center;
    background-size: cover;
}

.xszp li:nth-child(3) {
    width: 46%;
}

.xszp li:nth-child(4) {
    width: 46%;
}

.xszp .shadow {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
    padding: 0;
    transition: .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
}

.xszp .detail {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    height: 95px;
    z-index: 1;
    transition: .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
}

.xszp li:hover .shadow,
.xszp li:hover .detail {
    opacity: 1;
}

.xszp .detail h3,
.xszp .detail a {
    color: #fff;
    text-align: center;
}

.xszp .detail h3 {
    margin-bottom: 20px;
    font-size: 28px;
}

.xszp .detail a {
    font-size: 20px;
    line-height: 48px;
    height: 48px;
    width: 90%;
    max-width: 190px;
    border: #fff solid 1px;
    border-radius: 4px;
    display: inline-block;
    transition: 0.33s;
}

.xszp .detail a:hover {
    background: #ddbf76;
}

.xszp_more {
    text-align: center;
    margin: 40px 0 0;
}

.xszp_more a {
    color: #bfbfbf;
    font-size: 18px;
    border: #bfbfbf solid 1px;
    display: inline-block;
    padding: 5px 45px;
    border-radius: 9999px;
    transition: 0.33s;
}

.xszp_more a:hover {
    background: #ddbf76;
    border-color: #ddbf76;
    color: #fff;
}

.jyfw_more {
    margin: 40px 0 0;
}

.jyfw_more a {
    color: #fff;
    font-size: 20px;
    background: #ff621d;
    display: inline-block;
    padding: 5px 45px;
    border-radius: 10px;
    transition: 0.33s;
}

.jyfw_more a:hover {
    opacity: 0.7;
}

.jyfx {
    overflow: hidden;
    margin: 0 -1%;
}

.jyfx li {
    width: 48%;
    float: left;
    height: 255px;
    margin: 15px 1%;
    background: #fff no-repeat center / cover;
}

.jyfx li:nth-child(1) {
    background-image: url(../img/gaoji5_1.jpg);
}

.jyfx li:nth-child(2) {
    background-image: url(../img/gaoji5_2.jpg);
}

.jyfx li:nth-child(3) {
    background-image: url(../img/gaoji5_3.jpg);
}

.jyfx li:nth-child(4) {
    background-image: url(../img/gaoji5_4.jpg);
}

.jyfx li:nth-child(5) {
    background-image: url(../img/gaoji5_5.jpg);
}

.jyfx li:nth-child(6) {
    background-image: url(../img/gaoji5_6.jpg);
}

.jyfx li strong {
    margin: 16px 20px 10px;
    display: block;
    font-size: 30px;
}

.jyfx li p {
    margin: 10px 20px 6px;
    line-height: 30px;
    width: 55%;
    height: 130px;
}

.jyfx li a {
    font-weight: bold;
    margin: 10px 20px 6px;
    font-size: 22px;
}

.jyfx li:nth-child(1) strong,
.jyfx li:nth-child(1) a,
.jyfx li:nth-child(1) p {
    color: #146fbf;
}
.jyfx li:nth-child(1) a:hover {
    color: #3c95e3;
}

.jyfx li:nth-child(2) strong,
.jyfx li:nth-child(2) a,
.jyfx li:nth-child(2) p {
    color: #652389;
}
.jyfx li:nth-child(2) a:hover {
    color: #9943c9;
}

.jyfx li:nth-child(3) strong,
.jyfx li:nth-child(3) a,
.jyfx li:nth-child(3) p {
    color: #7c990a;
}
.jyfx li:nth-child(3) a:hover {
    color: #9bb925;
}

.jyfx li:nth-child(4) strong,
.jyfx li:nth-child(4) a,
.jyfx li:nth-child(4) p {
    color: #9f7511;
}
.jyfx li:nth-child(4) a:hover {
    color: #bb9232;
}

.jyfx li:nth-child(5) strong,
.jyfx li:nth-child(5) a,
.jyfx li:nth-child(5) p {
    color: #2c11d0;
}

.jyfx li:nth-child(6) strong,
.jyfx li:nth-child(6) a,
.jyfx li:nth-child(6) p {
    color: #1db8a4;
}

.sxzs {
    overflow: hidden;
    padding: 0;
    margin: 0 -1%;
}

.sxzs li {
    width: 31.33%;
    margin: 1%;
    float: left;
    position: relative;
    border-radius: 15px 15px 0 0;
}

.sxzs li .pic {
    height: 262px;
    background: no-repeat center;
    background-size: cover;
}

.sxzs li .pic_b {
    height: 210px;
    background: #fff;
    padding: 18px 5%;
    text-align: center;
    box-shadow: 0 0 5px #ccc;
}

.sxzs li .pic_b h3 {
    margin-bottom: 8px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.sxzs li .pic_b h3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -1.6em;
    width: 3.2em;
    height: 3px;
    background: #dcbe75;
}

.sxzs li .pic_b p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    transition: 0.33s;
    text-align: left;
}

.sxzs li .pic_b a {
    text-align: center;
    color: #fff;
    background: #dcbe75;
    width: 210px;
    line-height: 40px;
    display: block;
    margin: 4% auto;
    border-radius: 30px;
    transition: 0.33s;
}

.sxzs li .pic_b a:hover {
    opacity: 0.7;
}

@media (max-width: 1600px) {
    .sbmb li .imgb .titl {
        font-size: 32px;
    }

    .sbmb li .imgb .txtl {
        font-size: 18px;
    }
}

@media (min-width: 1440px) {
    .sbmb li .imgb .titl {
        font-size: 30px;
    }

    .sbmb li .imgb .txtl {
        font-size: 16px;
    }
}

.teaching-menu {
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(0, 0, 0, 0.1) url(../img/teaching-leftbg.png) bottom center no-repeat;
}

.teaching-menu h3 {
    padding: 20px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    background: rgba(118, 40, 138, 1);
    margin: 0;
}

.teaching-menu h3::after {
    content: "";
    margin: 10px 0 0 0;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    width: 40px;
    display: block;
}

.teaching-menu ul {
    height: 290px;
    padding: 30px 10px 10px 100px;
}

.teaching-menu ul li {
    list-style: none;
    line-height: 4rem;
}

.teaching-menu ul li a {
    font-size: 16px;
    /* color: rgba(118, 40, 138, 1); */
}

.teaching-nav {
    padding: 10px 0 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.teaching-nav h3 {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: rgba(118, 40, 138, 1);
    margin: 0 0 -1px 0;
}

.teaching-nav h3::after {
    content: "";
    margin: 10px 0 0 0;
    border-bottom: 2px solid rgba(118, 40, 138, 1);
    width: 70px;
    display: block;
}

.teaching-nav span {
    margin-top: 10px;
    float: right;
    color: rgba(0, 0, 0, 0.4);
}

.teaching-banner {
    margin: 20px 0;
}

.teaching-box {
    margin: 40px 0 0 0;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.teaching_box_list1 .teaching-box:nth-of-type(2) {
    padding-right: 170px;
}

.teaching_box_list1 .teaching-box:nth-of-type(2):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 100%;
    background: #dbbc6c;
}

.teaching_box_list2 .teaching-box:nth-of-type(3) {
    padding-right: 170px;
}

.teaching_box_list2 .teaching-box:nth-of-type(3):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 100%;
    background: #dbbc6c;
}

.teaching_box_list2 .teaching-box:nth-of-type(5) {
    background: rgba(213, 187, 108, 1);
}

.teaching_box_list2 .teaching-box2 {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.teaching_box_list2 .teaching-box2 .left {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    width: 73%;
    padding: 80px 60px 60px;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-50%);
}

.teaching-title {
    margin: 0 0 20px 0;
}

.teaching-title span {
    float: left;
    height: 42px;
    padding: 0 10px;
    line-height: 42px;
    font-size: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    border-bottom-right-radius: 999px;
    background: rgba(213, 187, 108, 1);
}

.teaching_box_list2 .teaching-box:nth-of-type(5) .teaching-title span {
    color: rgba(213, 187, 108, 1);
    background: rgba(255, 255, 255, 1);
}

.teaching-title h3 {
    float: left;
    height: 42px;
    line-height: 42px;
    min-width: 300px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 0 10px;
    padding: 0 10px;
    background: rgba(213, 187, 108, 1);
    border-bottom-right-radius: 20px;
}

.teaching_box_list2 .teaching-box:nth-of-type(5) .teaching-title h3 {
    color: rgba(213, 187, 108, 1);
    background: rgba(255, 255, 255, 1);
}

.teaching-content {
    line-height: 3rem;
}

.teach_box5 {
    font-size: 18px;
    color: #fff;
    margin: 20px 52px;
    padding: 25px 60px;
    border: #fff solid 2px;
    border-radius: 0 0 40px 0;
}

.management-list {
    display: flex;
    padding: 35px 0 35px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.management-list .index {
    margin: 0 60px 0 0;
}

.management-list .index span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    background: rgba(219, 188, 108, 1);
}

.management-list .image {
    width: 240px;
    height: auto;
    overflow: hidden;
    margin: 0 0 0 20px;
}

.management-list .image img {
    transition: 0.33s;
    -webkit-transition: 0.33s;
    -moz-transition: 0.33s;
    -ms-transition: 0.33s;
}

.management-list .image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.management-list .text {
    flex: 1;
    overflow: hidden;
}

.management-list .text h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 0 0;
}

.management-list .text h3 a {
    transition: 0.33s;
    color: rgba(0, 0, 0, 0.8);
}

.management-list .text h3 a:hover {
    color: rgba(133, 42, 139, 1);
}

.management-list .text p.time {
    margin: 10px 0 0 0;
    color: rgba(0, 0, 0, 0.4);
}

.management-list .text p.desc {
    margin: 10px 0 0 0;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.management-content {
    min-height: 400px;
    margin: 20px 0 0 0;
    line-height: 2.4em;
}

 .management-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
} 

.teaching_box_list3 .teaching-box:nth-of-type(2) {
    padding-right: 170px;
}

.teaching_box_list3 .teaching-box:nth-of-type(2):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 100%;
    background: rgba(118, 40, 138, 1);
}

.teaching_box_list3 .teaching-box:nth-of-type(5) {
    background: rgba(118, 40, 138, 1);
}

.militarized-title {
    margin: 0 0 20px 0;
}

.militarized-title span {
    float: left;
    height: 42px;
    padding: 0 10px;
    line-height: 42px;
    font-size: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    border-bottom-right-radius: 999px;
    background: rgba(118, 40, 138, 1);
}

.teaching_box_list3 .teaching-box:nth-of-type(5) .militarized-title span {
    color: rgba(118, 40, 138, 1);
    background: rgba(255, 255, 255, 1);
}

.militarized-title h3 {
    float: left;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    min-width: 300px;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 0 10px;
    padding: 0 10px;
    background: rgba(118, 40, 138, 1);
    border-bottom-right-radius: 20px;
}

.teaching_box_list3 .teaching-box:nth-of-type(5) .militarized-title h3 {
    color: rgba(118, 40, 138, 1);
    background: rgba(255, 255, 255, 1);
}

.teachin_box5 {
    font-size: 18px;
    color: #fff;
    margin: 20px 52px;
    padding: 25px 60px;
    border: #fff solid 2px;
    border-radius: 0 0 40px 0;
}

.teaching_box_list3 .teaching-box4 {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.teaching_box_list3 .teaching-box4 .left {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9;
    width: 73%;
    padding: 80px 60px 60px;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-50%);
}

.employment-title {
    display: flex;
    flex-direction: column;
    padding: 0 0 40px 0;
}

.employment-title h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin: 0 auto;
    padding: 20px 80px;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #d2d2d2;
}

.employment-title p {
    padding: 0 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin: -12px auto 0 auto;
    background: rgba(74, 74, 74, 1);
    text-transform: uppercase;
}

.employent-system {
    height: 500px;
    margin: 15px 0;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.employent-system img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.employent-system>div {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 30px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.8)
}

.employent-system>div .num {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -37px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 66px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    border-radius: 9999px;
    border: #fff solid 2px;
}

.employent-system div h3 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
}

.employent-system>div p {
    display: none;
    position: absolute;
    top: 60px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.employent-system:hover>div {}

.employent-system:hover img {
    filter: brightness(30%);
}

.employent-system:hover div .num {
    top: 40px;
    display: block;
}

.employent-system:hover div h3 {
    top: 140px;
}

.employent-system:hover div p {
    display: block;
    top: 180px;
}

.jyfw_ul {
    overflow: hidden;
    padding: 0;
    margin: 0 -0.5%;
}

.jyfw_ul li {
    width: 33.33%;
    float: left;
    position: relative;
}

.jyfw_ul li .pic {
    height: 412px;
    background: no-repeat center;
    background-size: cover;
}

.jyfw_ul .shadow {
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    padding: 0;
    transition: .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
}

.jyfw_ul .detail {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 10%;
    margin: auto;
    width: 80%;
    z-index: 1;
    transform: translateY(-50%);
    transition: .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
}

.jyfw_ul .detail h2 {
    font-size: 40px;
    color: #fff;
    margin: 0;
}

.jyfw_ul .detail h3 {
    font-size: 25px;
    color: #fff;
    margin: 10px 0;
}

.jyfw_ul .detail p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin: 0 0 20px;
}

.jyfw_ul .detail a {
    font-size: 16px;
    color: #ff621d;
    transition: 0.33s;
}

.jyfw_ul .detail a:hover {
    opacity: 0.7;
}

.zytj {
    overflow: hidden;
    padding: 0;
    margin: 0 -0.5%;
}

.zytj li {
    width: 32.33%;
    margin: 0.5%;
    float: left;
    position: relative;
}

.zytj li .pic {
    height: 249px;
    background: no-repeat center;
    background-size: cover;
}

.zytj .shadow {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1;
    padding: 0;
    transition: .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
}

.zytj .detail {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 5%;
    margin: auto;
    width: 90%;
    z-index: 1;
    transform: translateY(-50%);
    transition: .35s;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
}

.zytj li:hover .shadow,
.zytj li:hover .detail {
    opacity: 1;
}

.zytj .detail h3 {
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.job-title {
    display: flex;
    flex-direction: column;
    padding: 0 0 40px 0;
}

.job-title h2 {
    font-size: 24px;
    letter-spacing: 0.2rem;
    margin: 0 auto;
    padding: 20px 80px;
    color: rgba(255, 255, 255, 1);
}

.job-title p {
    padding: 0 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin: -12px auto 0 auto;
    text-transform: uppercase;
}

.job-list {
    padding: 10px;
    background: rgba(255, 255, 255, 1);
}

.job-list dl {
    display: flex;
    margin: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.job-list dt {
    flex: 1;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.job-list dd {
    flex: 1;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.employment-more {
    margin: 50px 0 0 0;
    text-align: center;
}

.employment-more a {
    display: inline-block;
    width: 200px;
    height: 42px;
    line-height: 42px;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    background: rgba(236, 97, 42, 1);
    border-radius: 9999px;
    transition: 0.33s;
}

.employment-more a:hover {
    opacity: 0.7;
}

.image-wrap {
    column-count: 3;
    column-gap: 30px;
}

.image-list {
    display: block;
    break-inside: avoid;
    margin: 0 0 30px 0;
}

.image-list .image {
    display: block;
}

.image-list .text {
    padding: 10px 10px 0 10px;
    background: rgba(255, 255, 255, 1);
}

.image-list .text p.desc {
    float: left;
    color: rgba(0, 0, 0, 0.5);
    width: 120px;
    background: url(../img/image-catebg.png) right top no-repeat;
    background-size: contain;
}

.image-list .text p.time {
    float: right;
    color: rgba(0, 0, 0, 0.5);
}

.image-list h3 {
    font-size: 16px;
    padding: 10px 10px 20px 10px;
    margin: 0;
    background: rgba(255, 255, 255, 1);
}

.image-tab {
    display: flex;
    justify-content: center;
}

.image-tab a {
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 10px;
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.image-tab a:hover {
    border-bottom: 2px solid rgba(118, 40, 138, 1);
}

.image-show {
    background: rgba(255, 255, 255, 1);
    margin: 20px 0 0 0;
    padding: 20px;
}

.image-show .image {
    overflow: hidden;
    position: relative;
}

.image-show .image img {
    width: 100%;
    height: auto;
}

.image-show .thumb {
    overflow: hidden;
    margin: 10px 0 0 0;
}

.image-show .thumb img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    opacity: 0.5;
}

.image-show .thumb .swiper-slide-thumb-active img {
    opacity: 1;
}

.registration {}

.registration .tit {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.registration .desc {
    font-size: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.registration .form {
    margin: 20px 0 0 0;
}

.registration .form .form-group {
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 5px;
    margin: 20px 0 0 0;
    border-radius: 10px;
    font-size: 18px;
}

.registration .form .form-group .control-label {
    padding: 5px 0 5px 15px;
}

.registration .form .form-group:nth-of-type(1) .control-label {
    background: url(../img/online1.png) no-repeat 5px center;
}

.registration .form .form-group:nth-of-type(2) .control-label {
    background: url(../img/online2.png) no-repeat 5px center;
}

.registration .form .form-group:nth-of-type(3) .control-label {
    background: url(../img/online3.png) no-repeat 5px center;
}

.registration .form input {
    box-shadow: none;
    border: none;
    background: transparent;
}

.registration .form select {
    box-shadow: none;
    border: none;
    background: transparent;
}

.registration .form button {
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    color: rgba(255, 255, 255, 1);
    background: rgba(118, 40, 138, 1);
    font-size: 24px;
}

.contact-title {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin: 40px 0 20px 0;
}

.contact-title img {
    width: 40px;
}

.contact-title h3 {
    margin: 0 0 0 20px;
    font-size: 24px;
    color: rgba(118, 40, 138, 1);
}

.contact-line {
    width: 100%;
}

.contact-line tr {
    background: rgb(252, 235, 255);
}

.contact-line tr:nth-child(2n) {
    background: rgb(247, 221, 255);
}

.contact-line td {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.contact-address {
    padding: 50px 20px;
    background: rgb(252, 235, 255);
}

.contact-address .img-full {
    width: auto;
    max-width: 100%;
}

.contact-map {}

.advtop {
    position: relative;
    height: 100px;
    z-index: 999;
}

.advtop .advimg {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.advtop .close {
    position: absolute;
    top: 20px;
    left: 50%;
    margin: 0 0 0 580px;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
    opacity: 0.8;
    text-shadow: none;
}

.advleft {
    position: fixed;
    width: 100px;
    left: 20px;
    top: 50%;
    margin: -50px 0 0 0;
    overflow: hidden;
    z-index: 999;
}

.advleft .advimg {
    width: 100%;
}

.advleft .advimg img {
    width: 100%;
}

.advleft .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
    opacity: 0.8;
    text-shadow: none;
}

.advright {
    position: fixed;
    width: 100px;
    right: 20px;
    top: 50%;
    margin: -50px 0 0 0;
    overflow: hidden;
    z-index: 999;
}

.advright .advimg {
    width: 100%;
}

.advright .advimg img {
    width: 100%;
}

.advright .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
    opacity: 0.8;
    text-shadow: none;
}

.advpopup {
    display: flex;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 700px;
    height: 400px;
    margin: -200px 0 0 -350px;
    overflow: hidden;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 1pc #afafaf;
}

.advpopup .advform {
    flex: 1;
    padding: 20px;
}

.advpopup .advform .item {
    padding: 5px 10px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.advpopup .advform .item.active {
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 0, 0, 1);
}

.advpopup .advform input {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 45%;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 1);
}

.advpopup .advform input:focus {
    outline: none;
}

.advpopup .advform button {
    border: none;
    width: 100%;
    padding: 8px 10px;
    border-radius: 0;
    color: rgba(255, 255, 255, 1);
    background: rgba(255, 0, 0, 1);
}

.advpopup .advimg {
    width: 300px;
    overflow: hidden;
}

.advpopup .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
    opacity: 0.8;
    text-shadow: none;
}

.advbottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 220px;
    z-index: 999;
    pointer-events: none;
}

.advbottom .advimg {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.advbottom .close {
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin: 0 0 0 580px;
    font-size: 24px;
    font-weight: normal;
    cursor: pointer;
    opacity: 0.8;
    text-shadow: none;
    pointer-events: auto;
}

.advbottom .advform {
    position: absolute;
    bottom: 22px;
    left: 50%;
    margin: 0 0 0 -230px;
    pointer-events: auto;
}

.advbottom .advform form {
    display: flex;
}

.advbottom .advform input {
    box-shadow: none;
    border: none;
    width: 240px;
    padding: 12px 10px;
    background: rgba(255, 255, 255, 1);
}

.advbottom .advform input:focus {
    outline: none;
}

.advbottom .advform button {
    border: none;
    width: 100px;
    padding: 12px 10px;
    border-radius: 0;
    background: rgba(255, 240, 0, 1);
}

.advbottom .advform a {
    width: 180px;
    margin: 0 0 0 20px;
}

/* =================================================== */
/*
.section-contain {
    line-height: 2em;
    font-size: 16px;
    font-weight: 500;
    padding: 120px 0 120px 0;
}

.section-contain.cultrue {
    background: url(../img/cultrue.jpg) top center no-repeat;
    background-size: cover;
    padding: 100px 0 200px 0;
}

.section-contain.concept {
    background: url(../img/concept.jpg) top center no-repeat;
    background-size: cover;
    padding: 100px 0 200px 0;
}

.section-contain.process {
    background: url(../img/process.jpg) top center no-repeat;
    background-size: cover;
    padding: 100px 0 200px 0;
}

.section-icon {
    background: #ffffff;
    padding: 30px 15px;
    border-radius: 5px;
    margin: 0 0 30px 0;
}

.section-icon .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: linear-gradient(to right, #0ba9ff 0%, #56d9ff 100%, #0ba9ff 100%);
    border-radius: 50%;
}

.section-icon .icon i {
    font-size: 40px;
    color: #ffffff;
}

.section-icon h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}

.section-icon p {}

.section-icon p:last-child {
    margin-bottom: 0;
}

.section-article {
    position: relative;
    padding: 35px 0 35px 0;
    border-bottom: 1px solid #e2e2e2;
}

.section-article img {
    border-radius: 3px;
}

.section-article .image {
    float: left;
    width: 240px;
    height: auto;
    overflow: hidden;
}

.section-article .text {
    position: relative;
    height: 180px;
    margin-left: 260px;
    overflow: hidden;
}

.section-article .text {
    position: relative;
    height: 180px;
    margin-left: 260px;
    overflow: hidden;
}

.section-article h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin: 10px 0 0 0;
}

.section-article h3 a {
    color: rgba(0, 0, 0, 0.8);
}

.section-article p.time {
    margin: 10px 0 0 0;
    color: rgba(0, 0, 0, 0.4);
}

.section-article p.desc {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.section-article span.hot {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    line-height: 18px;
    font-size: 12px;
    color: rgba(219, 88, 0, 1);
    font-weight: 500;
    text-align: center;
    background-color: rgba(255, 245, 245);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(219, 88, 0, 1);
    border-image: initial;
    border-radius: 11px;
    padding: 1px 0px;
    margin: 0 20px 0 0;
}

.section-article span.new {
    display: inline-block;
    vertical-align: bottom;
    width: 48px;
    line-height: 18px;
    font-size: 12px;
    color: rgba(0, 219, 0);
    font-weight: 500;
    text-align: center;
    background-color: rgba(245, 255, 245);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 219, 0);
    border-image: initial;
    border-radius: 11px;
    padding: 1px 0px;
    margin: 0 20px 0 0;
}

.section-case {
    margin: 0 0 30px 0;
    position: relative;
}

.section-case img {
    border-radius: 3px;
}

.section-case h3 {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin: 10px 0 0 0;
}

.section-case h3 a {
    color: rgba(0, 0, 0, 0.8);
}

.section-case p.time {
    margin: 10px 0 0 0;
    color: rgba(0, 0, 0, 0.4);
}

.section-case p.desc {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.section-case span.hot {
    position: absolute;
    left: 15px;
    top: 15px;
    line-height: 18px;
    font-size: 12px;
    color: rgba(219, 88, 0, 1);
    font-weight: 500;
    text-align: center;
    background-color: rgba(255, 245, 245);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(219, 88, 0, 1);
    border-image: initial;
    border-radius: 11px;
    padding: 1px 10px;
    z-index: 99;
}

.section-case span.new {
    position: absolute;
    left: 15px;
    top: 15px;
    line-height: 18px;
    font-size: 12px;
    color: rgba(0, 219, 0);
    font-weight: 500;
    text-align: center;
    background-color: rgba(245, 255, 245);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 219, 0);
    border-image: initial;
    border-radius: 11px;
    padding: 1px 10px;
    z-index: 98;
}

.section-cultrue {
    text-align: center;
}

.section-cultrue span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin: 10px 0 0 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
}

.section-cultrue h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin: 20px 0 0 0;
}

.section-cultrue p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.section-cultrue:hover span {
    color: rgba(253, 62, 62, 0.9);
    border: 1px solid rgba(253, 62, 62, 0.9);
}

.section-cultrue:hover h3 {
    color: rgba(253, 62, 62, 0.9);
}

.section-cultrue:hover p {
    color: rgba(253, 62, 62, 0.9);
}

.section-contact {
    text-align: center;
}

.section-contact span {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    background: rgba(253, 62, 62, 0.9);
    margin: 10px 0 0 0;
    border-radius: 50%;
}

.section-contact h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}

.section-contact p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
}

.section-contact p a {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
}

.section-concept {
    text-align: center;
}

.section-concept span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin: 10px 0 0 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
}

.section-concept h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin: 20px 0 0 0;
}

.section-concept p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.section-concept:hover span {
    color: rgba(253, 62, 62, 0.9);
    border: 1px solid rgba(253, 62, 62, 0.9);
}

.section-concept:hover h3 {
    color: rgba(253, 62, 62, 0.9);
}

.section-concept:hover p {
    color: rgba(253, 62, 62, 0.9);
}

.section-process {
    text-align: center;
}

.section-process span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin: 10px 0 0 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
}

.section-process h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin: 20px 0 0 0;
}

.section-process p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.section-process:hover span {
    color: rgba(253, 62, 62, 0.9);
    border: 1px solid rgba(253, 62, 62, 0.9);
}

.section-process:hover h3 {
    color: rgba(253, 62, 62, 0.9);
}

.section-process:hover p {
    color: rgba(253, 62, 62, 0.9);
}

.section-honor {
    position: relative;
    margin: 0 auto;
}

.section-honor .swiper-slide {
    width: 450px;
    background: #ffffff;
    box-shadow: 0 8px 30px #ddd;
}

.section-honor .swiper-slide img {
    width: 450px;
    height: 300px;
    display: block;
}

.section-honor .swiper-slide h3 {
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 0 0;
    text-align: center;
}

.section-honor .swiper-button-next {}

.section-honor .swiper-button-prev {}

.section-honor .swiper-pagination {
    position: unset;
}

.section-job {
    margin: 0 0 50px 0;
}

.section-job h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.section-job img {
    padding: 20px 20px 20px 20px;
    border-radius: 500px;
}

.section-job p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.section-case {
    margin: 0 0 30px 0;
}

.section-case h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin: 10px 0 0 0;
}

.section-case p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.index-case {
    margin: 0 0 30px 0;
    position: relative;
}

.index-case img {
    border-radius: 3px;
}

.index-case h3 {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin: 10px 0 0 0;
}

.index-case h3 a {
    color: rgba(0, 0, 0, 0.8);
}

.index-case p.time {
    margin: 10px 0 0 0;
    color: rgba(0, 0, 0, 0.4);
}

.index-case p.desc {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.index-case span.hot {
    position: absolute;
    left: 15px;
    top: 15px;
    line-height: 18px;
    font-size: 12px;
    color: rgba(219, 88, 0, 1);
    font-weight: 500;
    text-align: center;
    background-color: rgba(255, 245, 245);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(219, 88, 0, 1);
    border-image: initial;
    border-radius: 11px;
    padding: 1px 10px;
    z-index: 99;
}

.index-case span.new {
    position: absolute;
    left: 15px;
    top: 15px;
    line-height: 18px;
    font-size: 12px;
    color: rgba(0, 219, 0);
    font-weight: 500;
    text-align: center;
    background-color: rgba(245, 255, 245);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 219, 0);
    border-image: initial;
    border-radius: 11px;
    padding: 1px 10px;
    z-index: 98;
}

.index-article {
    margin: 0 0 30px 0;
    position: relative;
}

.index-article img {
    border-radius: 3px;
}

.index-article h3 {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin: 10px 0 0 0;
}

.index-article h3 a {
    color: rgba(0, 0, 0, 0.8);
}

.index-article p.time {
    margin: 10px 0 0 0;
    color: rgba(0, 0, 0, 0.4);
}

.index-article p.desc {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.index-application {
    margin: 0 0 30px 0;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.index-application h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 0 0;
}

.index-application h3 a,
.index-application h3 a:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.index-application p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.index-application .info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    background: rgba(237, 108, 0, 1);
    padding: 20px 10px 40px 10px;
    z-index: 999;
    transition: all .3s;
}

.index-application:hover .info {
    top: 0;
}

.index-customer {
    display: block;
    margin: 20px 0 20px 0;
    text-align: center;
}

.index-customer img {
    filter: grayscale(100%);
    border-radius: 3px;
}

.index-customer img:hover {
    filter: initial;
} */

.ui-floatbar {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: 28px;
    color: #ffffff;
    z-index: 100;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.8);
}

.ui-floatbar-item i {
    font-size: 28px;
    padding: 20px 0 5px 0;
    display: block;
}

.ui-footer {
    padding: 50px 0 50px 0;
    color: rgba(255, 255, 255, 0.6);
    background: #2c333b;
}

.ui-footer a {
    color: rgba(255, 255, 255, 0.6);
}

.ui-footer a:hover {
    color: #ddbf76;
}

.sitemap-year {}

.sitemap-tel {
    padding: 5px 0 5px 60px;
    background: url(../img/icon-tel.png) 0px 8px no-repeat;
    margin: 30px 0;
    font-size: 18px;
    color: #fff;
    transition: 0.33s;
}

.sitemap-tel:hover {
    background-position: 0px -146px;
}

.sitemap-tel dt {
    font-weight: normal
}

.sitemap-tel dd {
    font-weight: bold
}

.sitemap-address {
    padding: 5px 0 5px 60px;
    background: url(../img/icon-address.png) 0px 8px no-repeat;
    font-size: 16px;
    color: #fff;
    transition: 0.33s;
}

.sitemap-address:hover {
    background-position: 0px -148px;
}

.sitemap-address dt {
    font-weight: normal;
    font-size: 18px;
}

.sitemap-address dd {}

.sitemap-menu {
    text-align: center;
}

.sitemap-menu dt {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.sitemap-menu dt a {
    color: #fff;
}

.sitemap-menu dd {
    font-size: 16px;
    margin: 10px 0 0 0;
}

.ui-bottomer {
    background: rgba(30, 34, 38, 1);
}

.ui-bottomer .copyright {
    text-align: center;
    padding: 10px 0 10px 0;
    color: rgba(255, 255, 255, 0.6);
}

.ui-bottomer .copyright a {
    color: rgba(255, 255, 255, 0.6);
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #ffffff !important;
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1440px) {}

@media (min-width: 1366px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1200px) {
    .container {}
}

@media screen and (max-width: 992px) {
    .ui-nav-toggle {
        display: block;
        margin: 20px 10px 0 0;
    }

    .ui-menu {
        display: none;
    }

    .logo {
        height: 40px;
    }

    .slogan {
        display: none;
    }

    .tel {
        display: none;
    }

    .index-title {
        margin: 20px 0 30px 0;
    }

    .index-title h3 {
        font-size: 28px;
        margin: 0 0 10px 0;
    }

    .index-title.sub h3 {
        font-size: 28px;
        margin: 0 0 10px 0;
    }

    .index-title p {
        font-size: 18px;
    }

    .section {
        padding: 20px 0 20px 0;
    }

    .section-bg {
        padding: 80px 0 80px 0;
    }

    .section-banner {
        min-height: 350px;
        padding: 150px 0 0 0;
    }

    .section-title.black h2 {
        margin: 0 0 60px 0;
    }

    .section-contain {
        padding: 60px 0 60px 0;
    }

    .section-contain.cultrue {
        padding: 60px 0 60px 0;
    }

    .section-contain.concept {
        padding: 60px 0 60px 0;
    }

    .section-contain.process {
        padding: 60px 0 60px 0;
    }

    .section-cultrue {
        margin: 0 0 50px 0;
    }

    .section-contact {
        margin: 0 0 50px 0;
    }

    .section-concept {
        margin: 0 0 50px 0;
    }

    .section-process {
        margin: 0 0 50px 0;
    }

    .section-article .image {
        width: 120px;
        height: auto;
    }

    .section-article .text {
        height: 90px;
        margin-left: 140px;
        overflow: hidden;
    }

    .section-article h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 0 0;
    }

    .section-article h3 span {
        display: none;
    }

    .section-article p.time {
        margin: 0;
    }

    .section-article p.desc {
        display: none;
    }

    .ui-floatbar {
        padding: 10px 0;
    }

    .ui-floatbar .pull-left {
        display: none;
    }

    .ui-floatbar .pull-right {
        float: none !important;
    }

    .footer {
        padding: 30px 0 20px 0;
    }

    .footer .contact span {
        display: none;
    }

    .footer .sitemap {
        display: none;
    }
}

.hot_tit {
    font-size: 20px;
    color: #652389;
    font-weight: bold;
}

.hot_tj {
    padding: 0;
    margin: 10px 0;
}

.hot_tj li {
    overflow: hidden;
    border-bottom: #dddddd solid 1px;
    padding: 15px 0;
}

.hot_tj li .img {
    float: right;
    width: 100px;
    height: 70px;
}

.hot_tj li h3 {
    font-size: 16px;
    color: #333;
    transition: 0.33s;
    padding-left: 36px;
    position: relative;
    margin-right: 115px;
    line-height: 2;
    margin: 0;
    /* overflow:hidden;white-space:nowrap;text-overflow:ellipsis; */
}

.hot_tj li h3:hover {
    color: #652389;
}

.hot_tj li h3 span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    /* margin-top:-17px; */
    width: 25px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #fc8e2d;
}

.hot_tj li:nth-child(2n) h3 span {
    background: #fc8e2d;
}

.hot_tj li:nth-child(3n) h3 span {
    background: #e5515c;
}

.hot_new {
    padding: 0;
    margin: 10px 0;
}

.hot_new li {
    overflow: hidden;
    border-bottom: #dddddd solid 1px;
    padding: 15px 0;
}

.hot_new .time1 {
    font-size: 14px;
    color: #999;
}

.hot_new h3 {
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 1.6;
}

.hot_new h3:hover {
    color: #652389;
}

.fanye {
    overflow: hidden;
    border-top: #ddd solid 1px;
    padding: 20px 0;
    margin-top: 30px;
}

.fanye .prev {
    float: left;
}

.fanye .next {
    float: right;
}

.fanye .prev,
.fanye .next {
    font-size: 18px;
    color: #999;
    width: 46%;
}

.fanye .prev p,
.fanye .next p {
    margin-bottom: 15px;
    color: #999;
}

.fanye .prev a,
.fanye .next a {
    font-size: 18px;
    color: #333;
}

.fanye .prev a:hover,
.fanye .next a:hover {
    color: #652389;
}

.zxbm_btn {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
}

.zxbm_btn a {
    background: #ff621d;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
    margin: 0 5px;
    border-radius: 999px;
    transition: 0.33s;
}

.zxbm_btn a:hover {
    opacity: 0.7;
}

.zxbm_btn a b {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding-left: 55px;
    background: no-repeat left center;
}

.zxbm_btn a.moe1 b {
    background-image: url(../img/zxico1.png);
}

.zxbm_btn a.moe2 b {
    background-image: url(../img/zxico2.png);
}

.add1_btn {
    position: absolute;
    left: 10%;
    bottom: 12%;
    width: 80%;
    text-align: center;
}

.add1_btn img {
    width: auto;
    max-width: 60%;
    height: auto;
    transition: 0.33s;
}

.add1_btn img:hover {
    opacity: 0.7;
}

.msjx {
    padding: 0 0 1px;
    border: 1px solid #707070;
}

.msjx .font {
    line-height: 56px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #652389;
}

.msjx .img {
    padding: 16px 7px;
    /* border: 1px solid #707070; */
    border-top: 0px;
    border-bottom: 0px;
}

.msjx .img img {
    width: 100%;
}

.msjx .js {
    padding: 0px 10px;
    font-size: 18px;
    color: #474747;
    height: auto;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: justify;
}

.duikou2 {
    overflow: hidden;
    margin-bottom: 30px;
}

.duikou2 img {
    width: 156px;
    padding: 0 30px;
    border-right: 1px solid #fff;
    float: left;
}

.duikou2 div {
    margin-left: 198px;
}

.duikou2 div p {
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.duikou2 div p.titll {
    font-size: 34px;
}

.duikou2 div p.intro {
    font-size: 24px;
}

a.duikou2_chat {
    color: #fff;
    background: #652389;
    display: block;
    width: 459px;
    height: 71px;
    font-size: 30px;
    line-height: 71px;
    text-align: center;
    margin: 60px auto 0;
    border-radius: 24px;
    font-weight: bold;
    transition: all .5s;
}

a.duikou2_chat:hover {
    background-color: #fff;
    color: #652389;
}

a.duikou3_chat {
    color: #f70000;
    background: #ddbe75;
    display: block;
    width: 459px;
    height: 71px;
    font-size: 30px;
    line-height: 71px;
    text-align: center;
    margin: 30px auto 0;
    border-radius: 24px;
    font-weight: bold;
    transition: all .5s;
}

a.duikou3_chat:hover {
    background-color: #652389;
    color: #fff;
}

.sxys {
    position: relative;
    width: 281px;
    box-sizing: border-box;
    padding: 30px 15px 10px;
    border: 1px dashed #ccc;
    border-radius: 10px;
    margin-top: 50px;
}

.sxys p.titll {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sxys p.intro {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.sxys p.intro span {
    color: red;
    font-weight: bold;
}

.sxys div.num {
    position: absolute;
    top: -35px;
    left: -20px;
    width: 70px;
    height: 70px;
    background-color: #fff;
    padding: 7.5px;
    box-sizing: border-box;
}

.sxys div.num p {
    border-radius: 100px;
    background-color: #e3cb8f;
    color: #652389;
    font-size: 32px;
    line-height: 55px;
    text-align: center;
    font-family: 'Impact';
    margin: 0 auto;
}

.sxys_img img {
    margin: 30px auto 0;
    width: 100%;
    border-radius: 10px;
}

.mxzl {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.mxzl img {
    width: 100%;
    /* border-radius: 10px 10px 0 0; */
}

.mxzl p {
    height: 74px;
    line-height: 74px;
    background-color: #652389;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 0;
}

.cjwt_item {
    height: 242px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
    background: no-repeat center;
    background-size: 100% 100%;
    padding-top: 30px;
}

.cjwt_item a {
    display: block;
    width: 173px;
    height: 40px;
    color: #ff0000;
    background: #f8c301;
    text-align: center;
    border-radius: 7px;
    line-height: 40px;
    margin: 0 auto;
    transition: all .5s;
    font-size: 20px;
}

.cjwt_item a:hover {
    background-color: #652389;
    color: #fff;
}

.cjwt_item p {
    font-size: 24px;
    color: #fff;
    margin: 5px 0 15px;
}

.kctx {
    border-radius: 5px;
    box-shadow: 0 0 5px 5px rgba(101, 35, 137, 0.6);
    height: 370px;
}

.kctx img {
    width: 100%;
}

.kctx .flex {
    text-align: center;
    width: 135px;
    margin: 3% auto;
}

.kctx .flex span {
    background: #ffb05d;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
}

.kctx .flex strong {
    font-size: 20px;
    border-bottom: 2px solid #652389;
    padding-bottom: 10px;
}

.kctx p {
    width: 74%;
    margin: 5% auto 0;
    line-height: 28px;
}