* {
    margin: 0;
    padding: 0;
}

body, html {
    color: #3d4242;
    font: 15px/1.8 "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    color: #444444;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    color: #5c5c5c;
    line-height: 1.8;
}

em {
    font-style: normal;
}

button {
    outline: none;
}

input {
    outline: none;
}
/*.strongR table tr td:nth-child(2) {
    padding-left: 15px;
}*/
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-between {
    justify-content: space-between;
}

.flex-right {
    justify-content: flex-end;
}

.p-0 {
    padding: 0;
}

header .top {
    background: #f4f2f4;
    line-height: 38px;
}

header .top .fa-phone {
    margin-right: 5px;
}

header .language {
    margin-left: 56px;
    position: relative;
}

header .language ul {
    display: none;
    position: absolute;
    width: 100px;
    background-color: #6a436c;
    left: -10px;
}

header .language ul li {
    padding-left: 10px;
}

header .language ul li a {
    color: #fff;
    font-size: 13px;
    display: block;
}

header .language ul li:hover {
    background: #cecbce;
}

header .language ul li:hover a {
    color: #6a436c;
}

header .language:hover ul {
    display: block;
}

header .center {
    padding: 8px 0;
}

header .center .row {
    height: 88px;
}

header .center .row > div {
    width: 50%;
}

.center .pull-right {
    margin-top: 8px;
    text-align: right;
    font-size: 16px;
}

.center .pull-right i, .center .pull-right p {
    display: inline-block;
    vertical-align: middle;
}

.center .pull-right > i {
    margin-left: 12px;
}

.center .pull-right > p {
    margin-left: 30px;
}

.center .pull-right > p i {
    margin-right: 10px;
}

.mynav {
    background: #6a436c;
}

.mynav .navbar-collapse {
    margin: 0 -15px;
    padding: 0;
}

.navbar-nav {
    width: 100%;
    float: left;
}

.navbar-nav > li {
    position: relative;
    float: none;
    display: inline-block;
    margin-right: 14px;
}

.navbar-nav > li .second {
    position: absolute;
    z-index: -99;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.5s;
}

.navbar-nav > li:hover .second {
    z-index: 999;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-nav > li:last-child {
    margin-right: 0;
}

.navbar-nav > li:last-child > a {
    padding-right: 0;
}

.navbar-nav > li > a:hover {
    background-color: #6a436c;
}

.navbar-nav > li > a:hover:before, .navbar-nav > li.active:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFFFFF;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform .2s ease-in;
}

.navbar-nav > li a {
    color: #FFFFFF;
    font-size: 18px;
    padding: 15px;
}

.navbar-nav > li .openBtn {
    position: absolute;
    color: #fff;
    padding: 0 40px;
    top: 0;
    right: 0;
    z-index: 999;
}

.navbar-nav > li .openBtn i {
    font-size: 24px;
    line-height: 50px;
}

.navbar-nav > li .openBtn i.fa-angle-up {
    display: none;
}

.navbar-nav .second {
    min-width: 100%;
    padding: 12px 0;
    border-radius: 5px;
}

.navbar-nav > li .dropdown-menu li a {
    color: #666666;
    line-height: 2;
    font-size: 14px;
    white-space: nowrap;
}

.navbar-nav > li .dropdown-menu li:hover a {
    color: #6a436c;
}

header .bottom {
    background: #6a436c;
}

header .bottom ul > li {
    line-height: 50px;
    position: relative;
}

header .bottom ul > li:hover:before,
header .bottom ul > li.active:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFFFFF;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

header .bottom ul > li > a {
    color: #FFFFFF;
    font-size: 18px;
    padding: 0;
}

.banner {
    position: relative;
}

.banner .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.banner .owl-theme .owl-nav [class*=owl-] {
    top: 50%;
    transform: translateY(-50%);
}

.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next {
    width: 21px;
    height: 37px;
    background-image: url(../images/index-icon.png);
    position: absolute;
    background-color: transparent;
}

.banner .owl-nav .owl-prev {
    background-position: -114px -51px;
    left: 40px;
}

.banner .owl-nav .owl-next {
    background-position: -114px -5px;
    right: 40px;
}

.banner .owl-nav .owl-prev:hover {
    background: url(../images/index-icon.png) -114px -51px;
}

.banner .owl-nav .owl-next:hover {
    background: url(../images/index-icon.png) -114px -5px;
}

.banner .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.owl-carousel .owl-item .item {
    position: relative;
    height: 100%;
}

.banner-content {
    position: absolute;
    width: 100%;
}

.f30 {
    font-size: 30px;
}

.f45 {
    font-size: 45px;
}

.f36 {
    font-size: 36px;
    letter-spacing: 6px;
}

.banner-content p {
    margin-bottom: 10px;
    color: #fff;
}

.banner-box {
    margin: 100px 0 0 50px;
    width: 300px;
    text-align: center;
}

.banner-box a {
    background: -webkit-linear-gradient(left, #d679c2, #9d448a);

    background: -moz-linear-gradient(left, #d679c2, #9d448a);
    background: -o-linear-gradient(left, #d679c2, #9d448a);
    background: -ms-linear-gradient(left, #d679c2, #9d448a);
    background: linear-gradient(left, #d679c2, #9d448a);
    border-radius: 20px;
    padding: 10px 50px 10px 30px;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.banner-title span {
    width: 60px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.banner-title span:last-child {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.owl-carousel .owl-item .banner-box a span {
    border-radius: 50%;
    background-color: #c364af;
    display: inline-block;
    padding: 3px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.list .table i {
    /* margin-left: 10px; */
    float: right;
    /* margin-right: 50px; */
    padding-right: 34px;
    margin-top: 6px;
}

.dianjixianshi i {

    font-weight: 600;
    float: right;
    line-height: 33px;
}

.owl-carousel .owl-item .banner-box a img {
    display: inline-block;
}

/*course*/
.course {
    margin-bottom: 50px;
}

.title {
    text-align: center;
    padding-top: 36px;
}

.title h3 {
    font-family: "微软雅黑", Regular;
    color: #6a436c;
    font-size: 32px;
}

.title p {
    margin-top: 16px;
}

.title i {
    display: inline-block;
    width: 88px;
    height: 30px;
    /*background: url(../images/index-icon.png) -5px -73px;*/
    position: relative;
}

.title i:before,
.title i:after {
    content: "";
    position: absolute;
    width: 124px;
    height: 1px;
    background: #c1bfda;
    top: 50%; /*transform: translateY(-50%);*/
}

.title i:before {
    right: 44px;
}

.title i:after {
    left: 44px;
}

/* course banner*/
.bannerTwo {
    padding: 0 15px;
    margin-left: -7px;
    margin-top: 25px;
}

.bannerTwo .owl-carousel .owl-item {
    padding: 0 6px;
}

.bannerTwo .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.bannerTwo img {
    width: 100%
}

.bannerTwo .owl-theme .owl-nav .owl-prev {
    background: url('../images/slider-icon.png') no-repeat -3px -52px;
    left: 20px;
}

.bannerTwo .owl-theme .owl-nav .owl-prev:hover {
    background: url('../images/slider-icon.png') no-repeat -52px -3px;
}

.bannerTwo .owl-theme .owl-nav .owl-next {
    background: url('../images/slider-icon.png') no-repeat -1px -3px;
    right: 20px;
}

.bannerTwo .owl-theme .owl-nav .owl-next:hover {
    background: url('../images/slider-icon.png') no-repeat -50px -52px;
}

.course-title {
    padding: 25px 20px;
    color: #fff;
    font-size: 17px;
    background: #976b99;
    height: 100%;
}

.course-title span {
    height: 4px;
    width: 100%;
    display: block;
    background-color: #c38fb8;
    margin-bottom: 20px;
    color: #862e73;
}

.course-title span:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ffffff;
}

.course-title p {
    color: #fff;
    text-align: center
}

/* home news*/
.section-2 .container > .row {
    margin: 0 -8px; /*display: flex;*/
}

.section-2 .container > .row [class*=col-sm-] {
    padding-left: 8px;
    padding-right: 8px;
}

/*.section-2 .container > .row .col-sm-8{width: 64%;}
.section-2 .container > .row .col-sm-4{width: 36%;}*/
.news .carousel-inner {
    background-color: #6a436c;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}

.news .carousel-inner .item, .news .list .item {
    padding: 24px 30px 18px;
}

.news .carousel-inner h3, .news .list h3 {
    margin-bottom: 10px;
    font-size: 28px;
}

.news .carousel-inner h3, .news .carousel-inner h4, .news .carousel-inner p {
    color: #fff;
    font-weight: normal;
}

.news-header {
    text-align: center;
    margin-bottom: 6px;
}

.news-header i {
    display: inline-block;
    width: 88px;
    height: 30px;
    /*background: url(../images/index-icon.png) -72px -5px  no-repeat;*/
    position: relative;
}

.news-header i:before, .news-header i:after {
    content: "";
    position: absolute;
    width: 124px;
    height: 1px;
    background: #c1bfda;
    top: 50%; /*transform: translateY(-50%);*/
}

.news-header i:before {
    right: 44px;
}

.news-header i:after {
    left: 44px;
}

.news .captions .time {
    color: #b8a6b9;
    margin: 10px 0;
}

.news .carousel-inner a, .news .list a {
    color: #fff;
    font-size: 14px;
    background: url('../images/left-w-arrow.png') no-repeat #976b99 76px;
    padding: 2px 37px 2px 12px;
    margin-top: 15px;
    display: inline-block;
}

.peopel {
    background: url('../images/news-darkbg.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 40px
}

.peopel img {
    padding-left: 17px;
}

.news .carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: #48254c;
    margin: 0 3px 0 0;
    border: none;
}

.news .carousel-indicators .active {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    margin: 0 3px 0 0;
}

.news .carousel-indicators {
    bottom: 10px;
    margin-left: 0;
    left: 20px;
    text-align: left;
}

/*video*/
#banner-slider3 .news {
    background-color: #6a436c;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}

#banner-slider3 .item {
    padding: 26px 26px 0 26px;
}

#banner-slider3 h4,
#banner-slider3 p,
#banner-slider3 h3 {
    color: #FFFFFF !important;
    font-weight: normal;
}

.news .owl-dots {
    padding: 0 17px;
}

.news .owl-theme .owl-dots {
    text-align: left;
}

.news .owl-theme .owl-dots span {
    margin: 3px 5px;
    background: #48254c;
}

.news .owl-theme .owl-dots .owl-dot.active span,
.news .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
}

.news .item a {
    padding: 3px 8px;
    color: #FFFFFF;
    background: #976b99;
    margin-top: 20px;
    display: inline-block;
}

.news .item a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.video {
    position: relative;
    height: 100%;
}

.video .yousb {
    display: block;
    /* height: 100%;*/
}

.video .yousb img {
    width: 100%;
    height: 100%;
}

.video .topbar {
    background-image: -webkit-linear-gradient(top, rgba(124, 93, 125, 1) 0%, rgba(171, 84, 152, 0) 100%);
    background: -moz-linear-gradient(top, rgba(124, 93, 125, 1) 0%, rgba(171, 84, 152, 0) 100%);
    background: -o-linear-gradient(top, rgba(124, 93, 125, 1) 0%, rgba(171, 84, 152, 0) 100%);
    background: linear-gradient(top, rgba(124, 93, 125, 1) 0%, rgba(171, 84, 152, 0) 100%);
    height: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    z-index: 999;
}

.clock {
    background: url(../images/index-icon.png) no-repeat -72px -44px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.video-share {
    background: url(../images/index-icon.png) no-repeat -82px -70px;
    width: 20px;
    height: 16px;
    display: inline-block;
}

.play_black_btn {
    background: url(../images/index-icon.png) no-repeat -5px -5px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

/*service*/
.service {
    padding: 80px 0;
    margin: 80px 0;
    background: url(../images/bg.jpg);
}

/*.service .container{display: -webkit-flex;display: flex;}*/
.service .container > .col-sm-6 .row {
    display: block;
}

.service .container > .col-sm-6:nth-child(2) div {
    height: 100%;
}

.service .item {
    background-color: #ffffff;
}

.service .carousel-inner {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.service-content {
    width: 80%;
    margin: 50px auto;
    padding: 30px 0 29px;
    text-align: center;
}

.news-header h3, .news-header h3 {
    color: #6a436c;
    font-size: 32px;
}

.service-content .news-header i, .last-section .news-header i {
    display: inline-block;
    width: 88px;
    height: 30px;
    /*background: url(../images/index-icon.png) -5px -73px;*/
    position: relative;
}

.service .carousel-control {
    z-index: 999;
    top: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.service .carousel-control.left {
    right: 0;
    left: auto;
    margin-right: 41px;
}

.service .carousel-control.right {
    right: 0%;
}

.service-content h2 {
    margin: 30px 0;
}

.service-content > p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
}

#banner-slider4 .owl-controls {
    position: absolute;
    bottom: -36px;
    right: 0;
}

#banner-slider4 .owl-controls .owl-nav > div {
    width: 40px;
    height: 40px;
    background-color: #6a436c;
    background-repeat: no-repeat;
    border: 0;
    margin: 0;
    border-radius: 0;
    background-position: center;
}

#banner-slider4 .owl-controls .owl-nav > div:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#banner-slider4 .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/right-w-arrow.png);
    margin-right: 1px;
}

#banner-slider4 .owl-controls .owl-nav .owl-next {
    background-image: url(../images/left-w-arrow.png);
}

#banner-slider4 .owl-controls .owl-dots,
.swiper-container1 .swiper-pagination {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-control.left {
    background: transparent;
}

.arrows {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #6a436c;
    padding-top: 3px;
}

.swiper-container1 .swiper-slide {
    height: 100%;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    position: absolute;
}

.swiper-container1 .swiper-slide-active {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    position: static;
}

.right-imgBox {
    overflow: hidden
}

.right-imgBox img {
    display: none;
    height: 100%;
}

.right-imgBox img.active {
    display: block;
}

/*best product*/
.best-pro .row {
    margin: 0 -2px;
}

.best-pro .row .col-sm-5 {
    width: 39%;
}

.best-pro .row .col-sm-7 {
    width: 60%;
}

.best-pro .row .col-sm-7, .best-pro .row .col-sm-5 {
    padding-left: 2px;
    padding-right: 2px;
}

.best-pro .row .col-sm-7 img {
    float: left;
    width: 47%;
    margin: 0px 4px 8px;
}

.cooperation:first-child {
    margin-bottom: 45px;
}

.cooperation-logo {
    border: 1px solid #ddd;
    padding: 10px;
    height: 77px;
}

.cooperation-logo img {
    margin: 0 7px;
    vertical-align: middle;
}

/*footer*/
.footer {
    border-top: 2px solid #ce71ba;
    margin-top: 50px;
    padding-top: 50px;
}

.links-item {
    float: left;
    width: 20%;
}

.links-item h4 {
    margin-bottom: 12px;
    color: #333;
    font-weight: 500;
}

.links-item ul {
    margin-bottom: 25px;
}

.links-item li {
    margin-bottom: 7px;
    padding: 0 25px 0 0;
}

.links-item li a {
    color: #93909e;
}

.links-item li a:hover {
    color: #6a436c;
}

.links-item:last-child h4:last-child {
    margin-bottom: 0;
}

.copyright {
    background: #6a436c;
    color: #c3b4c4;
    padding: 10px 0;
    font-size: 14px;
    margin-top: 30px;
}

.copyright a {
    color: #c3b4c4;
}

.copyright span {
    margin-right: 20px;
}

.m90 {
    margin-top: 90px;
}

footer .return-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 999;
}

.dowebok a {
    margin: 0 2px;
}

.fancybox-outer .fancybox-inner {
    position: relative;
    height: 0 !important;
    padding-bottom: 56.25%;
    overflow: hidden !important;
}

.fancybox-outer .fancybox-inner .fancybox-iframe {
    position: absolute;
}

.contact_banner .row {
    position: relative;
}

.contact_banner img {
    width: 100%;
}

.contactbanner_content {
    position: absolute;
    width: 298px;
    height: 135px;
    top: 16%;
    left: 13%;
}

.map img {
    width: 100%;
}

.jiangxiang_content li {
    list-style-type: none;
    padding-left: 20px;
    position: relative;
    padding-bottom: 12px;
    padding-top: 12px;
}

.jiangxiang_content li i {
    content: "";
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #9f418a;
}

.jiangxiang_content li i:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(159, 64, 138, 0.4);
}

.jiangxiang_content li:after,
.jiangxiang_content li:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50%;
    width: 2px;
    height: 100%;
    background: #9f418a;
}

.jiangxiang_content li:before {
    top: 0%;
    height: 50%;
}

.jiangxiang_content li:first-child:before {
    background: transparent;
}

.jiangxiang_content li:last-child:after {
    background: transparent;
}

.jiangxiang_content li .span_1 {
    position: absolute;
    width: 4px;
    height: 9px;
    left: -3px;
    top: -1px;
    background: #fff;
}

.jiangxiang_banner hr {
    margin-bottom: 50px;
    border-top: 2px solid #dbdbdb;
    margin-top: 35px;
}

.share p {
    line-height: 30px;
}

.share {
    margin-top: 20px;
}

.share img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    position: absolute;

    left: 50%;
    transform: translateX(-50%);
}

.share-img-box {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 75%;

}

.share a {
    color: #9f418a;
    margin-top: 10px;
}

.newfont hr {
    border-top: 2px solid #dbdbdb;
    margin-bottom: 40px;
}

.newfont .item {
    margin-bottom: 50px;
}

.outstanding {
    flex-wrap: wrap;
}

.outstanding .imgBox {
    width: 100%;
    position: relative;
    margin-bottom: 6px;
    overflow: hidden;
}

.outstanding img {
    margin-bottom: 15px;

    object-fit: cover;
}

.outstanding .showmore {
    display: none;
}

.more-btn {
    background: -webkit-linear-gradient(left, #d679c2, #9d448a);
    border-radius: 20px;
    color: #fff;
    border: none;
    padding: 6px 11px 6px 11px;
    text-align: center;
}

.national img {
    width: 100%;
    margin-left: 0px !important;
}

.national {
    position: relative;
    margin-bottom: 20px;
}

.national a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.national-box:hover .national a:after {
    opacity: 0.5;
}

.national a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 0;
    transition: all 0.6s;
}

.jiangxiang_banner .owl-carousel {
    width: 100%;
}

.jiangxiang_banner .banner_index {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    background-color: #f1eef1;
    padding: 20px 81px;
}

.jiangxiang_banner .banner_index .item img {

}

.jiangxiang_banner .banner_index .owl-theme .owl-nav {
    margin-top: 0;
}

/*.jiangxiang_banner .banner_index .owl-nav{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;


}*/
.jiangxiang_banner .banner_index .owl-nav button {
    position: absolute;
}

.jiangxiang_banner .banner_index .owl-nav .owl-prev {
    left: -54px;
    top: 21px;
    position: absolute;
}

.jiangxiang_banner .banner_index .owl-nav .owl-next {
    right: -54px;
    top: 21px;
    position: absolute;
}

.jiangxiang_banner h4 {
    color: #9b4388;
}

.jiangxiang_banner .banner_index .owl-dots {
    display: none !important;
}

.jiangxiang_banner .banner_index .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #c253a9;
    background-color: white;
    font-size: 19px;

}

.jiangxiang_banner .banner_index .owl-theme .owl-nav [class*=owl-]:hover {
    background: #c253a9;
    color: white;

}

.jiangxiang_content {
    margin-left: 14px;
}

.jiangxiang_receiveImg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.jiangxiang_receiveImg .setImg {

    position: absolute;
    top: 28%;
    left: 42%;

}

.jiangxiang_receiveImg img {
    top: 19%;
    left: 13%;
    position: absolute;
}

.jiangxiang_receiveImg .delete {
    z-index: 999;
    position: absolute;
    top: 28%;
    left: 57%;
}

.jiaoliu_banner {
    position: relative;
    margin-bottom: 20px;
}

.jiaoliu_banner img {
    width: 100%;
}

.jiaolubanner_content {
    position: absolute;
    left: 15%;
    top: 50%;
    line-height: 26px;
    transform: translateY(-50%);
}

.jiaolubanner_content p {
    color: white;
    /*text-align: center;*/
    font-size: 16px;
}

.jiaoliu_nav i {
    margin-left: 10px;
    margin-right: 10px;
}

.jiaoliu_nav .col-md-6 img {
    margin: 0 15px;
}

.jiaoliu_nav .col-md-12 {
    margin-bottom: 20px;
}

.jiaoliu_nav .col-md-4 {
    margin-top: 30px;
}

.jiaoliu_nav .col-md-4 img {
    width: auto;
    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}

.jiaoliu_nav .jiaoliu_title {
    background-color:#976b99 ;
    height: 70px;

}

.jiaoliu_nav .jiaoliu_title p {
    color: white;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 10px;

}

.jiaoliu_nav .jiaoliu_title a {
    float: right;
    color: white;
    font-size: 13px;

}

.kecheng_banner img {
    width: 100%;
}

.kecheng_nav .col-md-12 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.kecheng_nav .col-md-12 i {
    margin-left: 10px;
    margin-right: 10px;
}

.kecheng_nav .col-md-4 {
    margin-bottom: 50px;
}

.kecheng_nav p {
    padding-top: 15px;

}

.kecheng_nav .ih-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.kecheng_nav .ih-item .kechengimg img {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.kecheng_nav .ih-item .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.description, .sotired p, .sotired li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.kecheng_nav .ih-item:hover {
    cursor: pointer;
}

.kecheng_nav .ih-item:hover .info {
    opacity: 1;
}

.kecheng_nav .ih-item .info a {
    background: -webkit-linear-gradient(left, #d679c2, #9d448a);
    border-radius: 25px;
    padding: 10px 18px 10px 18px;
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kecheng_nav .ih-item .info a span {
    border-radius: 50%;
    background-color: #c364af;
    display: inline-block;
    padding: 3px;
    width: 30px;
    height: 30px;
    margin-left: 25px;
}

.kechengdatail_banner img {
    width: 100%;
}

.kechengdatail_banner .kechengdatail_content {
    position: absolute;
    top: 27%;
}

.kechengdatail_banner {
    position: relative;
}

.kechengdatail_banner .kechengdatail_content p {
    font-size: 16px;
    line-height: 30px;
}

.kechengdatail_nav .col-md-12 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.kechengdatail_nav li {
    margin-top: 20px;
}

.kechengdatail_nav li h4 {
    color: #ac659d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3px;
}

#banner-slider4 {
    background: #ffffff
}

.kechengdatail_nav li h4:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ac659d;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.kechengdatail_nav p {
    color: #ac659d;

}

.s_kecheng h5,
.s_kecheng p {
    color: #5c5c5c;
    /*margin-left: 30px;*/
}

.s_kecheng h5 {
    color: #ac659d;
    margin-top: 5px;
    margin-bottom: 8px
}

.kechengdatail_nav p a {
    color: #ac659d;
    text-decoration: #ac659d;
    text-decoration: solid;
}

.kechengdatail_nav .col-md-2 button {
    background: -webkit-linear-gradient(left, #d679c2, #9d448a);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d679c2), to(#9d448a));
    background: -webkit-linear-gradient(left, #d679c2, #9d448a);
    background: -moz-linear-gradient(left, #d679c2, #9d448a);
    background: -o-linear-gradient(left, #d679c2, #9d448a);
    background: -ms-linear-gradient(left, #d679c2, #9d448a);
    background: linear-gradient(left, #d679c2, #9d448a);
    border-radius: 20px;
    color: #FFFFFF;
    border: none;
    width: 100px;
    height: 37px;

}

.kechengdatail_nav .col-md-2 .button_regist {
    background: -webkit-linear-gradient(left, #b6b6b6, #666465);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#b6b6b6), to(#666465));
    background: -webkit-linear-gradient(left, #b6b6b6, #666465);
    background: -moz-linear-gradient(left, #b6b6b6, #666465);
    background: -o-linear-gradient(left, #b6b6b6, #666465);
    background: -ms-linear-gradient(left, #b6b6b6, #666465);
    background: linear-gradient(left, #b6b6b6, #666465);
    border-radius: 20px;
    color: #FFFFFF;
    border: none;
    width: 100px;
    height: 37px;
    margin-top: 15px;
}

.kechenglist_nav .col-md-12 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.kechenglist_nav .col-md-4 .kechenglist_square {
    border: solid 1px #d679c2;
    width: 100%;
    min-height: 350px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 31px;
       padding-bottom: 50px;

}

.kechenglist_nav .col-md-4 .kechenglist_square img {
    position: absolute;
    top: -10px;
    left: -10px;
}

.kechenglist_nav .col-md-4 .kechenglist_square p {
    font-size: 14px;
    margin-left: 12px;
}

.kechenglist_nav .col-md-4 .kechenglist_square h4 {
    color: #9d448a;
    font-weight: bold;
    margin-left: 12px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.kechenglist_nav .button_regist {
    background: -webkit-linear-gradient(left, #b6b6b6, #666465);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#b6b6b6), to(#666465));
    background: -webkit-linear-gradient(left, #b6b6b6, #666465);
    background: -moz-linear-gradient(left, #b6b6b6, #666465);
    background: -o-linear-gradient(left, #b6b6b6, #666465);
    background: -ms-linear-gradient(left, #b6b6b6, #666465);
    background: linear-gradient(left, #b6b6b6, #666465);
    border-radius: 20px;
    color: #FFFFFF;
    border: none;
    width: 100px;
    height: 37px;
    position: absolute;
    left: 3%;
   bottom:6px;

}

.kechenglist_nav .kechenglist_square .introduce {
    background: -webkit-linear-gradient(left, #d679c2, #9d448a);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d679c2), to(#9d448a));
    background: -webkit-linear-gradient(left, #d679c2, #9d448a);
    background: -moz-linear-gradient(left, #d679c2, #9d448a);
    background: -o-linear-gradient(left, #d679c2, #9d448a);
    background: -ms-linear-gradient(left, #d679c2, #9d448a);
    background: linear-gradient(left, #d679c2, #9d448a);
    border-radius: 20px;
    line-height: 38px;
    padding: 0 14px;
    color: #fff;
    position: absolute;
    display: inline-block;
    bottom:6px;
    right: 3%;
}

.kechenglist_nav .kechenglist_square a span {
    border-radius: 50%;
    background-color: #c364af;
    display: inline-block;
    padding: 3px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.kechenglist_nav .kechenglist_square .introduce img {
    display: inline-block;
    top: 8px;
    left: 6px;
}

.meiti_nav .col-md-12 {
    margin-bottom: 20px;
    /*margin-top: 20px;*/
}

.meiti_nav .imgBox {
    width: 100%;
    position: relative;
    margin-bottom: 6px;
    height: 204px;
    overflow: hidden;
}

.meiti_nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meiti_nav .col-md-3 {
    position: relative;
    /*  margin-bottom: 16px;*/
}

.example {
    margin-bottom: 30px;
}

.meitibaodao {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.meiti_nav h5 {
    color: black;
    font-size: 16px;
    margin-bottom: 4px;
}

.meiti_nav p {
    font-size: 12px;
    padding-top: 4px;
}

.meiti_nav button {
    position: absolute;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    width: 103px;
    height: 30px;
    border: none;
    right: 0;
    bottom: 0;
}

.meiti_nav a i {
    margin-left: 5px;
}

.news_nav .col-md-12 {
    margin-bottom: 20px;
    /*margin-top: 30px;*/
}

.news_nav .col-md-7 img {
    width: 100%;
    margin-top: 35px;
}

.news_nav .col-md-7 img:first-child {
    margin-top: 0;
}

.news_nav .col-md-7 {
    line-height: 30px;
}

.news_nav .col-md-7 h3 {
    color: black;
    font-weight: bold;
}

.news_nav .col-md-7 a {
    color: #c364af;
}

.news_nav .col-md-7 p {
    font-size: 12px;
}

.news_nav .col-md-7 ul {
    margin-left: 205px;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    border-radius: 50%;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 50%;
    border: none;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border: none;
    margin-left: 2px;
}

.pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: white;
    background-color: #6a436c;
}

.pagination > li:last-child > a, .pagination > li:last-child > span:hover {
    background-color: white;
    color: #6a436c;
}

.news_sort {
    width: 100%;
    border: #dbdbdb solid 1px;
    padding-bottom: 20px;
}

.news_sort h3 {
    line-height: 2.6;
    text-align: center;
    position: relative;
}

.news_sort h3:before,
.news_sort h3:after {
    content: "";
    display: inline-block;
    width: 16%;
    height: 1px;
    background: #999999;
}

.news_sort h3:before {
    margin-right: 15px;
}

.news_sort h3:after {
    margin-left: 15px;
}

.news_sort .border {
    position: relative;
    width: 80%;
    margin: 0 10%;
    padding: 20px 0;
    border-top: #dbdbdb solid 1px;
    border-bottom: #dbdbdb solid 1px;
}

.news_sort .border {
    border-top: 0;
}

.news_sort .border a {
    font-size: 16px;
    display: inline-block;
}

.news_sort .border p {
    font-size: 15px;
    display: inline-block;
    float: right;
}

.news_sort .border p {
    font-size: 15px;
    display: inline-block;
    float: right;
}

.news_sort2 {
    width: 100%;
    border: #dbdbdb solid 1px;
    margin-top: 50px;
}

.newsfont {
    line-height: 35px;
}

.newfont .item .item-img-box {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-top: 20px;

}

.newfont img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newfont {
    line-height: 35px;
    margin-top: -19px;
}

.newfont a {
    color: #9b4388;
}

.newfont ul a {
    color: #9b4388;
}

.news_sort2 .border {
    width: 80%;
    border-bottom: #dbdbdb solid 1px;
    overflow: hidden;
}

.news_sort2 .border img {
    float: left;
}

.example {
    margin-bottom: 15px;
}

.news_sort a:hover {
    color: black !important;
}

.news_sort2 .border .col-xs-4 {
    padding: 0;
}

.news_sort2 .border .col-xs-8 {
    padding-right: 0;
}

.zhengfu_banner img {
    width: 100%;
}

.zhengfu_banner #zhengfubannerpic1 {
    width: 20%;
    position: absolute;
    top: 16%;
    left: 25%;

}

.btn_zone {
    float: right;
    margin-right: 156px;
}

.baomingtable table {
    width: 100%;
}

.baomingtable p {
    margin-left: 0px;
    margin-bottom: 10px;
}

.baomingtable td {
    padding-bottom: 10px;
}

.baomingtable input {
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.zhengfu_banner {
    position: relative;
}

.zhengfu_nav {
    margin-top: 20px;
    margin-bottom: 30px;
}

.kecheng_title p {
    font-size: 20px;
}

.zhengfu_nav h3 {
    color: #9b4388;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 23px;
}

.zhengfu_nav h5 {
    margin-top: 10px;
    font-size: 18px;
}

.zhengfu_nav .flex {
    flex-wrap: wrap;
}

.zhengfu_nav .col-md-4 {
. zhengfu_nav . col-md-4 position: relative;
    margin-bottom: 60px;
    padding-bottom: 66px;
    border-bottom: solid 1px #afaeaf;
}

.zhengfu_nav .col-md-4 > img:first-child {
    width: 100%;
}

.zhengfu_nav .btn-box {
    width: 100%;
    height: 40px;
    position: absolute;
    padding: 0 15px;
    left: 0;
    top: 90%;

}

.zhengfu_nav .btn-box a {
    position: absolute;
    top: 0;
}

.zhengfu_nav .button_regist {
    background: -webkit-linear-gradient(left, #b6b6b6, #666465);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#b6b6b6), to(#666465));
    background: -moz-linear-gradient(left, #b6b6b6, #666465);
    background: -o-linear-gradient(left, #b6b6b6, #666465);
    background: -ms-linear-gradient(left, #b6b6b6, #666465);
    background: linear-gradient(left, #b6b6b6, #666465);
    border-radius: 20px;
    color: #FFFFFF;
    border: none;
    width: 100px;
    height: 37px;
    position: absolute;
    left: 3%;
    top: 104%;
}

.zhengfu_nav .introduce {
    background: -webkit-linear-gradient(left, #d679c2, #9d448a);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d679c2), to(#9d448a));
    background: -moz-linear-gradient(left, #d679c2, #9d448a);
    background: -o-linear-gradient(left, #d679c2, #9d448a);
    background: -ms-linear-gradient(left, #d679c2, #9d448a);
    background: linear-gradient(left, #d679c2, #9d448a);
    border-radius: 20px;
    padding: 0 16px;
    line-height: 37px;
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 15px;
}

.zhengfu_nav .introduce i {
    margin-left: 4px;
}

.Loan {
    margin-top: 40px;
}

.Loan .container {
    background: #f3f6f8;
    padding: 15px;
}

.Loan .col-md-3 {
    text-align: center;
}

.Loan button {
    color: #333333;
    font-size: 18px;
    border: none;
    background: #f3f6f8;
    margin-top: 10px;
    width: 200px;
}

.Loan p {
    margin-top: 10px;
    /*display: none;*/
}

.Loan hr {
    display: none;
    border-top: 2px solid #a2498e;
}

/*.Loan li:hover{*/

/*}*/
/*.Loan li:focus{*/
/*border-bottom: #a2498e 2px solid;*/
/*}*/
.Loan_fonts {
    margin-left: 73px;
}

#news_reg form > div {
    margin-bottom: 10px;
}

#news_reg .flex {
    align-items: center;
}

#news_reg label,
#news_reg span {
    font-size: 15px;
    width: 29%;
    display: inline-block;
    margin: 0;
}

#news_reg .error {
    color: red;
}

.btn_purple_small button {
    background: -webkit-linear-gradient(left, #d679c2, #9d448a);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d679c2), to(#9d448a));
    background: -moz-linear-gradient(left, #d679c2, #9d448a);
    background: -o-linear-gradient(left, #d679c2, #9d448a);
    background: -ms-linear-gradient(left, #d679c2, #9d448a);
    background: linear-gradient(left, #d679c2, #9d448a);
    border-radius: 20px;
    color: #FFFFFF;
    border: none;
    width: 100px;
    height: 37px;
}

.btn_pink_small button {
    background: -webkit-linear-gradient(left, #b6b6b6, #666465);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#b6b6b6), to(#666465));
    background: -moz-linear-gradient(left, #b6b6b6, #666465);
    background: -o-linear-gradient(left, #b6b6b6, #666465);
    background: -ms-linear-gradient(left, #b6b6b6, #666465);
    background: linear-gradient(left, #b6b6b6, #666465);
    border-radius: 20px;
    color: #FFFFFF;
    border: none;
    width: 100px;
    height: 37px;
    margin-top: 15px;
}

.btn_zone a:hover {
    color: white;
}

#news_reg input {
    border: 1px solid #e6e6e6;
    margin: 0;
    padding: 2px 6px;
    line-height: 26px;
    height: 30px;
    width: 42%;
}

#reg_form textarea {
    font-family: arial;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    margin: 0;
    padding: 2px 6px;
    height: 70px;
    width: 42%;
    resize: none;
}

#reg_form select {
    border: 1px solid #e6e6e6;
    margin: 0;
    padding: 1px;
    height: 26px;
    line-height: 26px;
    font-family: arial;
    font-size: 12px;
}

.newdetail_nav {

    margin-bottom: 20px;
}

.newdetail_banner .carousel-control {
    top: 45%;
}

.newdetail_banner .carousel-control.left, .newdetail_banner .carousel-control.right {
    height: 45px;
    background: #e21b1b00;
    width: 45px;
    border-radius: 50%;
    background-color: white;
}

.newdetail_banner a i {
    margin-top: 12px;
    color: #ac4796;
}

.newdetail_banner .carousel-control {

    font-size: 21px;
    color: #ac4796;

    text-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}

.newdetail_banner .carousel-control:hover {
    background-color: #ac4796;
}

.newdetail_banner a:hover {
    color: white;
}

.newdetail_banner a:hover i {
    color: white;
}

.newdetail_banner .silderBox {
    width: 100%;
    height: 100%;
    /* width: 621px; */
    /* margin-right: 79px; */
    position: relative;
    padding-right: 3px;
}

.newdetail_banner .silderBox1 {
    width: 100%;
    height: 100%;
    /* width: 621px; */
    /* margin-right: 79px; */
    position: relative;
    padding-right: 3px;
}

.newdetail_banner .silderBox2 {
    width: 100%;
    height: 100%;
    /* width: 621px; */
    /* margin-right: 79px; */
    position: relative;
    padding-right: 3px;
}

.newdetail_banner .silderBox img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0.8;
}

.newdetail_banner .silderBox1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0.8;
}

.newdetail_banner .silderBox2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    opacity: 0.8;
}

.newdetail_banner .carousel-indicators {
    position: absolute;
    z-index: 15;
    width: 80%;
    left: 50%;
    list-style: none;
    transform: translateX(-50%);
    margin: 0;
}

.newdetail_banner .carousel-indicators li {
    display: inline-block;
    width: 74px;
    height: 40px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0px;
}

.newdetail_banner .carousel-indicators .active {
    width: 74px;
    height: 40px;
    margin: 0;
    background-color: #ae4898;
    border: 2px solid #ae4898;

}

.newdetail_banner .carousel-indicators .active img {
    opacity: 1;
}

.newdetail_banner #myCarousel,
.newdetail_banner #myCarousela,
.newdetail_banner #myCarouselb {
    margin-bottom: 10px;
}

.newdetail_banner .newdetail_banner_message {
    margin-top: 30px;
}

.crumbs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.crumbs i {
    margin-left: 6px;
    margin-right: 6px;
}

.founder_nav .col-md-5 img {
    width: 100%;
}

.founder_nav .col-md-7 p {
    margin-top: 7px;
}

.founder_nav .col-md-7 h3, .founder_nav .col-md-7 h4, .founder_nav .col-md-12 h4 {
    color: #9b4388;
    font-weight: bold;
}

.founder_nav .sort {
    display: -webkit-box;
    display: flex;
    margin-top: 20px;
}

.founder_nav h4 {
    margin-top: 36px;
}

.founder_nav .about_item {
    margin-bottom: 28px;
}

.founder_nav .about_item h4 {
    color: #9b4388;
    font-weight: bold;
}

.founder_nav .col-md-12 h4 {
    margin-bottom: 10px;
}

.hunli_nav .col-md-12 {

    margin-bottom: 20px;
}

.hunli_nav .col-md-6 img {
    width: 100%;

}

.hunli_nav .carousel {
    overflow: hidden;
}

.hunli_nav .carousel-indicators {
    margin: 0;
}

.hunli_nav .col-md-6 {
    text-align: center;

}

.hunli_nav .hunlipic_rightfont {
    width: 100%;
    position: absolute;
    top: 50%;
    /* right: 0; */
    left: 50%;
    /* bottom: 0; */
    /* margin: auto; */
    line-height: 35px;
    /* display: table; */
    /* vertical-align: middle; */
    /* padding: 0 15px; */
    transform: translate(-50%, -50%);
}

.hunli_nav .col-md-6 p {
    color: white;
    margin-top: 20px;
    font-size: 16px;
    /* display: inline-block; */
    vertical-align: middle;
    text-align: center;
}

.hunli_nav .col-md-6 p:first-child {
    margin: 0;
}

.pull-left img {
    width: 100%;
}

.hunli_nav .table {
    text-align: center;
    margin-top: 20px;
    border-radius: 11px 11px 0 0;
}

.hunli_nav .table ul {
    margin: 0;
}

.hunli_nav .table li {
    border: 1px solid #dadada;
    border-top: 0;
}

.hunli_nav .table li.head {
    background: transparent !important;
    border-radius: 11px 11px 0 0;
}

.hunli_nav .table li.head > div {
    background-color: #9b4388;
    color: white;
    border-radius: 10px 10px 0 0;
}

.hunli_nav .table li.head .right {
    background-color: #6a436c;
}

.hunli_nav .table li > div {
    padding: 8px;
    width: 50%;
    color: #3d4242;
}

.hunli_nav .table li .left {
    border-right: 1px solid #dadada;
    text-align: left;
    padding-left: 181px;
}

.hunli_nav .table li:nth-child(odd) {
    background: #f2dede;
}

.hunli_nav h4 {
    color: #6a436c;
    margin-bottom: 10px;
}

.hunli_nav li {
    color: #6a436c;
    line-height: 30px;
}

.hunli_nav span {
    color: black;
}

.hunli_nav li ul {
    margin-left: 22px;
}

.hunli_nav .btn-box {
    text-align: right;
}

.hunli_nav .btn1 {
    background: #2d598f;
}

.hunli_nav .btn a {
    color: #fff;
}

.hunli_nav .btn2 {
    background: #fa9f00;
    height: 39px;
}

.hunli_nav .btn3 {
    background: #dd1829;
}

.hunli_nav .btn1 img {
    margin-right: 6px;
}

.hunli_nav .btn2 img {
    margin-right: 6px;
}

.hunli_nav .btn3 img {
    margin-right: 6px;
}

.wedding_nav .col-md-12 {

    margin-bottom: 20px;
}

.wedding_nav .table .flex {
    justify-content: space-between;
}

.wedding_nav .list {
    border: 1px solid #e6e6e6;
    padding: 7px 15px;
    color: #6a436c;

}

.wedding_nav .list .table h4 {
    text-align: center;
    background: #9b4388;
    color: #fff;
    font-weight: bold;
    padding: 4px 0;
    cursor: pointer;
}

.wedding_nav .list .table .collapse {
    overflow: hidden;
}

.wedding_nav .list .table .item {
    margin-top: 20px;
}

.wedding_nav .list .table h6 {
    font-size: 16px;
    color: #6a436c;
}

.wedding_nav ul li {
    padding-left: 24px;
    background: url(../images/liststylepng.png) no-repeat 2px 7px;
    margin-top: 3px;
}

.wedding_nav ul {
    list-style: none;
    margin-top: 10px;
}

.wedding_nav .col-md-4 img {
    width: 100%;
}

.newdetail_banner .container > .row {
    margin-bottom: 20px;
}

.newdetail_banner h4 {
    color: #9b4388;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
}

.newdetail_banner .activefonts {
    line-height: 27px;
}

.newdetail_banner .flex-viewport,
.newdetail_banner .flex-viewport ul,
.newdetail_banner .flex-viewport ul li,
.newdetail_banner .flex-viewport ul li .detail-box {
    height: 100%;
}

.newdetail_banner .flex-viewport ul li .detail-box {
    border: 1px solid #9e9e9e;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.newdetail_banner .flex-viewport ul li .detail-box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0 2px;
}

.Purple_squares {
    background-color: #6a436c;
    width: 109%;
    height: 299px;
    font-size: 24px;
}

.Purple_squares p {
    color: white;
    margin-left: 10px;

}

.branch_add p {
    margin-bottom: 10px;
}

.branch_add span {
    padding: 0 6px;
    background-color: #d477c0;
    color: white;
}

.branch_add a {
    margin-left: 10px;
    color: #d477c0;
    font-size: 15px;
}

.sotired h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.map_table .form-control:focus {
    border-color: #d477c0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(106, 67, 108, 0.75);
}

.map_table button {
    background: -webkit-linear-gradient(left, #b6b6b6, #666465);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#b6b6b6), to(#666465));
    background: -webkit-linear-gradient(left, #b6b6b6, #666465);
    background: -moz-linear-gradient(left, #b6b6b6, #666465);
    background: -o-linear-gradient(left, #b6b6b6, #666465);
    background: -ms-linear-gradient(left, #b6b6b6, #666465);
    background: linear-gradient(left, #b6b6b6, #666465);
    border-radius: 20px;
    color: #FFFFFF;
    border: none;
    width: 100px;
    height: 37px;
    margin-top: 15px;
}

.map_table input {
    margin-top: 3px;
    margin-bottom: 5px;
}

.map_table h4 {
    color: #6a436c;;
    margin-top: 30px;
    margin-bottom: 15px;
}

.map_table button:hover {
    color: #FFFFFF
}

.whatsapp {
    position: fixed;
    right: -250px;
    bottom: 47%;
    z-index: 999;
}

.whatsapp1 {
    position: fixed;
    right: -250px;
    bottom: 33%;
    z-index: 999;
}

@media screen and (min-width: 0px) and (max-width: 479px) {
    .flex-between {
        padding: 0 15px;
    }

    header .center {
        padding: 15px 0;
    }

    header .center .row {
        height: auto !important;
    }

    header .center .right p {
        margin: 3px 0;
    }

    header .center .row > div {
        width: 100% !important;
    }

    header .center .right p {
        margin-left: 24px !important;
    }

    header .center .right {
        margin-top: 15px;
    }

    header .center .right > i {
        margin-left: 5px !important;
    }

    .navbar-toggle {
        border-color: #ddd;
    }

    .navbar-toggle .icon-bar {
        background-color: #ddd;
    }

    .navbar-nav > li {
        display: block !important;
    }

    .navbar-nav > li > a {
        padding: 15px 60px;
        display: inline-block;
    }

    .navbar-nav > li > a:hover:before, .navbar-nav > li.active:before {
        display: none;
    }

    .section-2 .container > .row .col-sm-8, .section-2 .container > .row .col-sm-4 {
        width: 100% !important;
    }

    .news {
        margin-bottom: 20px;
    }

    .best-pro .row .col-sm-7 img {
        width: 45% !important;
    }

    .best-pro, .cooperation {
        margin-bottom: 50px;
    }

    .hunli_nav {
        font-size: 13px;
    }

    .copyright .pull-right {
        margin-left: 14px;
    }

    .copyright {
        font-size: 12px;
    }

    .cooperation-logo img {
        margin: 2px 0 !important;
    }

    .service-content {
        padding-bottom: 20px !important;
    }

    .links-item {
        width: 50%;
        padding-left: 21px;
    }

    .links-item:last-child h4 {
        margin-bottom: 30px !important;
    }

    .news-header i:before, .news-header i:after, .title i:before, .title i:after {
        width: 100px !important;
    }

    .banner-content {
        display: none;
    }

    .center .pull-right {
        font-size: 12px !important;
    }

    .center .pull-right img {
        width: 100%;
    }

    .center .pull-right > p i {
        width: 20%;
        margin-right: 3px !important;
    }

    .center .pull-right > i {
        width: 6%;
        margin-left: 0 !important;
    }

    .center .pull-right > p {
        margin-left: 0 !important;
    }

    .video .youtube img {
        width: 100%;
        position: static;
    }

    .service .carousel-control.left {
        bottom: -55px;
        margin-left: -30px !important;
    }

    .service .carousel-control.right {
        bottom: -55px;
        margin-right: -52px !important;
    }

    .m90 {
        margin-top: 5px !important;
    }

    .copyright .pull-right, .links-media {
        float: left !important;
    }

    .links-xs {
        width: 70% !important;
    }

    .links-state {
        float: right;
    }

    .links-contact {
        clear: both;
    }

    #slide {
        height: 630px !important;
    }

    .jiangxiang_content li .span_1 {

        height: 20px !important;
    }

    @media screen and (max-width: 320px) {
        .hunlipic_rightfont p {
            font-size: 13px !important;
        }

    }


    /*header .language{top:170px;z-index: 100;right:360px;}
        header .language a{color: #fff;}
        header .language ul{display: block !important;background: transparent !important;width:150px !important;}
        header .language ul li{float: left;margin-right:10px;}*/

}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .flex-between {
        padding: 0 15px;
    }

    header .center .row {
        height: 100px !important;
    }

    header .center .right p {
        margin: 3px 0;
    }

    .navbar-toggle {
        border-color: #ddd;
    }

    .navbar-toggle .icon-bar {
        background-color: #ddd;
    }

    .navbar-nav > li {
        display: block !important;
    }

    .navbar-nav > li > a {
        padding: 15px 60px !important;
    }

    .navbar-nav > li > a:hover:before, .navbar-nav > li.active:before {
        display: none;
    }

    .section-2 .container > .row .col-sm-8, .section-2 .container > .row .col-sm-4 {
        width: 100% !important;
    }

    .news {
        margin-bottom: 20px;
    }

    .best-pro .row .col-sm-7 img {
        width: 46% !important;
    }

    .best-pro {
        margin-bottom: 30px;
    }

    .cooperation-logo img {
        margin: 2px 21px !important;
    }

    .service-content {
        padding-bottom: 20px !important;
    }

    .links-item {
        width: 33% !important;
    }

    .banner-content {
        display: none;
    }

    .center .pull-right > p {
        padding-left: 16px !important;
    }

    .video .youtube img {
        width: 100%;
        position: static;
    }

    .service .carousel-control.left {
        bottom: -55px;
        margin-left: -30px !important;
    }

    .service .carousel-control.right {
        bottom: -55px;
        margin-right: -52px !important;
    }

    #slide {
        height: 640px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    header .bottom a {
        font-size: 15px !important;
    }

    .flex-between {
        padding: 0 15px;
    }

    .course-title {
        font-size: 14px !important;
    }

    .news .carousel-inner h3, .news .list h3 {
        font-size: 18px !important;
    }

    .news .news-header i:before, .news .news-header i:after {
        width: 100px !important;
    }

    .news-header {
        margin-bottom: 5px !important;
    }

    .news .carousel-inner, .news .list {
        line-height: 18px !important;
        font-size: 12px !important;
    }

    .news .captions .time {
        margin: 3px 0 !important;
    }

    .news .carousel-inner h4, .news .list h4 {
        font-size: 13px;
    }

    .news .carousel-inner .item, .news .list .item {
        padding: 10px 22px 10px !important;
    }

    .news .carousel-inner h3 {
        margin-bottom: 3px !important;
    }

    .news .carousel-indicators {
        margin-left: -30% !important;
        left: 50% !important;
        text-align: center !important;
    }

    .news .carousel-inner a, .news .list a {
        font-size: 12px !important;
        background: url(../images/left-w-arrow.png) no-repeat #976b99 66px !important;
        padding: 2px 32px 2px 12px !important;
    }

    .service-content {
        margin: 25px auto !important;
    }

    .service-content h2 {
        margin: 0 !important;
    }

    .service-content > p {
        margin-top: 10px !important;
    }

    .service-img {
        padding-right: 25px;
    }

    .service-img img {
        margin-top: 50px;
    }

    .service .carousel-control.left {
        margin-left: -28px !important;
    }

    .service .carousel-control.right {
        margin-right: -53px !important;
    }

    .best-pro .row .col-sm-7 img {
        width: 46% !important;
    }

    .links-item li {
        font-size: 13px;
    }

    .links-item:first-child {
        width: 24%;
    }

    .links-item:nth-of-type(2) {
        width: 24%;
    }

    .links-item:nth-of-type(3) {
        width: 19%;
    }

    .links-item:nth-of-type(3) {
        width: 18%;
    }

    .links-item:last-child {
        width: 14%;
    }

    .m90 {
        padding: 0 5px;
    }

    .copyright {
        font-size: 12px !important;
    }

    .links-item:last-child h4 {
        margin-bottom: 103px !important;
    }

    .links-item:last-child h4:last-child {
        margin-bottom: 0 !important;
    }

    .banner-box {
        margin: 20px 0 0 50px !important;
    }

    .f30 {
        font-size: 26px !important;
    }

    .f45 {
        font-size: 30px !important;
    }

    .f36 {
        font-size: 22px !important;
        letter-spacing: 6px;
    }

    .banner-box a {
        margin-top: 10px !important;
    }

    .navbar-nav > li {
        margin-right: 1px !important;
    }

    .navbar-nav > li > a {
        font-size: 14px !important;
        padding: 15px 7px !important;
    }

    #slide {
        height: 210px !important;
    }

    #slide ul.page {
        bottom: 10px !important;
        left: 230px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    .flex-between {
        padding: 0 15px;
    }

    .news .carousel-inner h3, .news .list h3 {
        font-size: 18px !important;
    }

    .news-header {
        margin-bottom: 10px !important;
        margin-top: 13px;
    }

    .news .carousel-inner, .news .list {
        line-height: 22px !important;
        font-size: 15px !important;
    }

    .news .captions .time {
        margin: 6px 0 !important;
    }

    .news .carousel-inner h4, .news .list h4 {
        font-size: 16px;
    }

    .news .carousel-inner .item, .news .list .item {
        padding: 15px 25px 18px !important;
    }

    .news .carousel-inner h3 {
        margin-bottom: 5px !important;
    }

    .news .carousel-indicators {
        margin-left: -30% !important;
        left: 50% !important;
        text-align: center !important;
    }

    .news .carousel-inner a {
        font-size: 12px !important;
        background: url(../images/left-w-arrow.png) no-repeat #976b99 66px !important;
        padding: 2px 32px 2px 12px !important;
    }

    .peopel {
        padding-top: 30px !important;
    }

    .service-content {
        margin: 25px auto !important;
        width: 85% !important;
    }

    .service-content h2 {
        margin: 0 !important;
    }

    .service-content > p {
        margin-top: 20px !important;
    }

    .banner-box {
        margin: 50px 0 0 50px !important;
    }

    .f30 {
        font-size: 26px !important;
    }

    .f45 {
        font-size: 30px !important;
    }

    .f36 {
        font-size: 22px !important;
        letter-spacing: 6px;
    }

    .banner-box a {
        margin-top: 10px !important;
    }

    .navbar-nav > li {
        margin-right: 2px !important;
    }

    .navbar-nav > li > a {
        font-size: 16px !important;
    }

    header .center .right p i {
        margin-right: 3px !important;
    }

    header .center .right p span {
        font-size: 13px !important;
    }

    #slide {
        height: 273px !important;
    }

    #slide ul.page {
        left: 250px !important;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .news .carousel-inner h3 {
        font-size: 18px !important;
    }

    .news-header {
        margin-bottom: 10px !important;
        margin-top: 13px;
    }

    .news .carousel-inner, .news .list {
        line-height: 22px !important;
        font-size: 15px !important;
    }

    .news .captions .time {
        margin: 6px 0 !important;
    }

    .news .carousel-inner h4, .news .list h4 {
        font-size: 16px;
    }

    .news .carousel-inner .item, .news .list .item {
        padding: 15px 25px 18px !important;
    }

    .news .carousel-inner h3 {
        margin-bottom: 5px !important;
    }

    .news .carousel-indicators {
        margin-left: -30% !important;
        left: 50% !important;
        text-align: center !important;
    }

    .news .carousel-inner a, .news .list a {
        font-size: 12px !important;
        background: url(../images/left-w-arrow.png) no-repeat #976b99 66px !important;
        padding: 2px 32px 2px 12px !important;
    }

    .peopel {
        padding-top: 30px !important;
    }

    .service-content {
        margin: 25px auto !important;
        width: 85% !important;
    }

    .service-content h2 {
        margin: 0 !important;
    }

    .service-content > p {
        margin-top: 20px !important;
    }

    .cooperation-logo img {
        margin: 0 -1px !important;
    }

    .cooperation-logo {
        padding: 10px 0 !important;
    }

    .banner-box {
        margin: 80px 0 0 50px !important;
    }

    .f30 {
        font-size: 28px !important;
    }

    .f45 {
        font-size: 36px !important;
    }

    .f36 {
        font-size: 28px !important;
        letter-spacing: 6px;
    }

    .banner-box a {
        margin-top: 10px !important;
    }

    .navbar-nav > li {
        margin-right: 3px !important;
    }

    .navbar-nav > li > a {
        font-size: 16px !important;
    }

    header .center .right p i {
        margin-right: 5px !important;
    }

    header .center .right p span {
        font-size: 14px !important;
    }

    #slide {
        height: 273px !important;
    }

    #slide ul.page {
        left: 250px !important;
    }
}

@media screen and (min-width: 1200px) {
    .news .carousel-inner .item {
        padding: 30px 30px 44px !important;
    }

    .founder_nav .col-md-12 h4 {
        margin-top: 4px;
    }
}

.founder_nav .col-md-7 h4 {
    margin-top: 18px;
}

div.pp_pic_holder {
    position: fixed !important;
    max-height: 86%;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.pp_content_container {
    height: 100%!important;

}

.pp_content_container .pp_left,
.pp_content_container .pp_right,
.pp_content,
.pp_fade,
.pp_hoverContainer,
#pp_full_res {
    height: 100% !important;
}

#fullResImage {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    width: auto !important;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    height: auto !important;
}

.vc-gitem-zone-height-mode-auto:before {
    padding-top: 136%;
}

.vc_gitem-zone, .vc_gitem_row .vc_gitem-col {
    background-position: 0% 0%;
}

@media screen and (min-width: 1200px) {
    .pp_content_container,.lb-outerContainer {
        height: 75%!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .pp_content_container,.lb-outerContainer {
        height: 75%!important;
    }
}
a.pp_close{
    right:-100px;
}
div.pp_default .pp_bottom .pp_left,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_right
,div.pp_default .pp_top .pp_right,div.pp_default .pp_top .pp_right,div.pp_default .pp_top .pp_right{
    background: none!important;
}
div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right, div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right{
    display: none;
}
.pp_content_container .pp_details{
    width: 100%!important;
}
@media screen and (max-width: 767px) {
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
        margin-right: 0;
    }

    .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
        padding-right: 0;
    }

    .vc_grid-item {
        width: 50%;
        float: left !important;
    }

    .pp_pic_holder {
        width: 100% !important;
    }

    .pp_content {
        width: 100% !important;
    }
    .pp_content_container,.lb-outerContainer{
        height: 300px!important;
    }
    #fullResImage{
        max-width: 90%!important;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .pp_hoverContainer{
        width: 90%!important;
    }
}

.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    text-align: center !important;
}
.flex-direction-nav .flex-next{
    right:8px!important;
}
.flex-direction-nav .flex-prev{
    left:16px!important;
}
.flex-direction-nav a:before {
    background: #6a436c!important;
    font-size: 18px!important;
    width: 40px!important;
    height: 40px!important;
    color: #ffffff!important;
}

.flex-direction-nav a {
    width: 40px!important;
    height: 40px!important;
    line-height: 40px!important;
    color: #ffffff!important;
    opacity: 1!important;
}
#gallery-1 .flex-viewport li .detail-box{border:none!important;}
.newdetail_banner .flex-viewport ul li .detail-box{border: none!important;}
div.pp_default .pp_content{
    width: 100%!important;
    background: #fff;
    height: 100%!important;
}div.pp_pic_holder{
    width: 95%!important;
     height: 100%!important;
 }
.pp_hoverContainer{
    width:97%!important;
}
.lb-outerContainer{
    position: relative;

    zoom: 1;
    padding-bottom: 65%;
    width: 86%!important;
    height: 0!important;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white;
}
.lightbox .lb-image{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.lightbox .lb-image{
    height:auto!important;
    width: auto!important;
    max-height: 100%!important;
    max-width: 100%!important;
}
.lb-data .lb-close{
    position:absolute;
    right: 89px;
}
@media screen and (max-width: 767px) {
    div.pp_pic_holder {
        width: 100% !important;
    }
}
@media screen and (min-width: 426px) {
    .navbar-nav > li:hover .dropdown-menu{
    display: block;
}
}
.lightbox{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}
.pp_content_container .pp_left{
    padding-left: 0px!important;
}
.pp_content_container .pp_right{
    padding-right:0px!important; ;
}
