a,a:hover{ 
text-decoration:none; 
color:#333; 
}
.acea-row {
    display: flex;
    flex-wrap: wrap;
}

.acea-row.row-top {
    align-items: flex-start;
}
.act_cont {
    display: none;
    margin-top: 5%;
    height: 190px;
}
.zx_img{width:548px;height:343px}
.act_switch {
    width: 550px;
    height: 176px;
    box-shadow: 20px 20px 20px 20px rgba(247, 247, 247, 1)
}
  .czhn {
                height: 480px;
                background-image: url(/template/pc/skin/img/2.png)
            }
            
            .wzhn {
                height: 480px;
                background-image: url(/template/pc/skin/img/wzhn.png)
            }
            
            .mzhn {
                height: 480px;
                background-image: url(/template/pc/skin/img/mzhn.png)
            }
.tqp,.tqn{width:100%}.title {
    padding-top: 10%;
    padding-bottom: 4%;
}
.bf_a,bf_b,bf_c{
width:100%
}.bf_a{min-height:426px}
.bd ul li .pic img {
    width: 370px;
    height: 370px;
    display: block;
    padding: 2px;
}
.zx_ckbtns{padding-top:30px}
.cptit{margin-top:50px 0;}
.zx_title_right {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
}
@media (max-width: 1366px){
  .section_number{
 display:none; 
  }
  .zx_title_right {

    margin-top: 10px;
}
  .zx_ckbtn,
  .zx_btn,
  .zx_time{display:none}
  
  .zx_img{width:88%;height:auto}
  .cptit{margin-top:0px;}
  .zx_ckbtns{
  padding-top:20px;}
  .bd ul li .pic img {
    width: 100%;
    height: 280px;
    display: block;
    padding: 2px;
}
  .bf_a,.bf_b,.bf_c{
width:90%;
  height:auto;
}
  .bf_a{float:right;min-height:388px}
  .title{padding-bottom:0}
  .tqp,.tqn{width:74%}
  .tqp{float:right;}
    .czhn,.wzhn,.mzhn {
                height: 400px;
                
            }
            
        
.act_switch {

    height: 100px;

}
  .act_img{
  width:60%;
    float: right;
    margin-right: 10%;
  }
  .act_cont{
  margin-top:0px;
  height:100px;}
  
}

.acea-row.row-middle {
    align-items: center;
}

.acea-row.row-bottom {
    align-items: flex-end;
}

.acea-row.row-left {
    justify-content: flex-start;
}

.acea-row.row-center {
    justify-content: center;
}

.acea-row.row-right {
    justify-content: flex-end;
}

.acea-row.row-between {
    justify-content: space-between;
}

.acea-row.row-around {
    justify-content: space-around;
}

.acea-row.row-column {
    flex-direction: column;
}

.acea-row.row-column-between {
    flex-direction: column;
    justify-content: space-between;
}

.acea-row.row-column-around {
    flex-direction: column;
    justify-content: space-around;
}

.acea-row.row-center-wrapper {
    align-items: center;
    justify-content: center;
}

.acea-row.row-between-wrapper {
    align-items: center;
    justify-content: space-between;
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.page_title {
    position: fixed;
    top: 50%;
    left: 40px;
    transform: translate(-50%, 0%);
    z-index: 10;
}

.page_title p {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.page_title p:after {
    content: '';
    border-bottom: 1px solid #fff;
    height: 10px;
    width: 40px;
    display: inline-block;
    margin-left: 20px;
    position: absolute;
    margin-top: 3px;
}

.page_title p:before {
    content: '';
    border-bottom: 1px solid #fff;
    height: 10px;
    width: 40px;
    display: inline-block;
    margin-left: -60px;
    position: absolute;
    left: 0px;
    margin-top: 3px;
}

.section_number {
    position: fixed;
    top: 50%;
    left: 60px;
    z-index: 9;
    color: #bf1f7e;
    opacity: 0.1;
    line-height: 160px;
    font-size: 140px;
    font-weight: 900;
    margin-top: -70px;
    margin-bottom: 0px;
}


/*头部*/

.active_menu .header_menu span {
    opacity: 1;
    color: #000 !important;
}

.iconguanbi {
    font-size: 24px;
    color: #000;
    position: absolute;
    right: 0;
    top: 20px;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.header .logo {
    margin: 12px 56px 0 56px;
}

.header_menu {
    color: #d22376;
    font-size: 20px;
}

.menu .search .search_input {
    height: 40px;
}


.search_input {
    width: 335px;
    border-radius: 24px;
    border: 2px solid #d22376;
    outline: none;
    box-shadow: none;
    padding-left: 50px;
}

.seatch_btn {
    outline: none;
    box-shadow: none;
    position: absolute;
    width: 94px;
    margin-left: -95px;
    height: 40px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border: 1px solid #d22376;
    background-color: #d22376;
    color: #fff;
}

.search_icon {
    margin-right: -32px;
    z-index: 10;
    color: #d22376;
}

.iconcaidan {
    font-size: 26px;
    margin-left: 14px;
}

.overlay {
    position: fixed;
    z-index: 11;
    visibility: hidden;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.overlay.on {
    visibility: visible;
    opacity: 1;
}

.active_menu .menu_holder {
    right: -300px;
}

.menu_holder {
    display: flex;
    align-items: center;
}

.menu_holder {
    position: fixed;
    z-index: 12;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 800px;
    right: -800px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.inner_holder {
    padding: 40px;
    width: 400px;
}

.text-logo {
    position: absolute;
    top: 2%;
    left: 40px;
    right: 450px;
    border-bottom: 1px solid #eaeaea;
}

p.logo_description {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    text-align: inherit;
    text-transform: none;
    color: #999;
    margin-top: 1rem;
}

.primary-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.primary-menu>li.current-menu-item>a:before,
.primary-menu>li.current-menu-parent>a:before {
    border-bottom-color: #000;
}

.primary-menu>li>ul {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-left: 200px;
    transform: translate(0, -50%);
    display: none;
    opacity: 0;
    z-index: 99;
    list-style: none;
}

.primary-menu ul>li>a {
    font-size: 20px;
    position: relative;
    line-height: 40px;
    font-weight: 500;
    font-family: "Dosis";
    color: #999;
}

.menu_footer {
    position: absolute;
    left: 40px;
    bottom: 50px;
    right: 450px;
    padding-top: 20px;
}

.primary-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.primary-menu li a {
    color: #999999;
}

.primary-menu>li>a {
    font-size: 22px;
    position: relative;
    line-height: 32px;
    font-weight: 500;
    font-family: "Dosis";
    text-transform: uppercase;
    color: #999;
}

.primary-menu>li>a:before {
    content: '';
    width: 25px;
    height: 1px;
    display: block;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -1px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.primary-menu>li.current-menu-item>a,
.primary-menu>li>a:hover,
.primary-menu>li.current-menu-parent>a {
    color: #000;
    text-decoration: none;
}

.primary-menu .current-menu-item a {
    font-weight: 400;
    font-size: 24px;
}

ul.primary-menu>li>a {
    font-family: Dosis, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 200;
    font-style: normal;
    line-height: 5vh;
    text-transform: uppercase;
}


/*第二屏*/



.title h1 {
    color: #d22376;
    margin: 0;
}

.title h3 {
    color: #bababa;
}

.col-md-4,
.col-md-6,
.col-md-8,
.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.act_title {
    display: none;
    font-size: 32px;
    overflow: hidden;
}



.act_right {
    margin-left: 30px;
    font-size: 30px;
}

.act_left {
    margin-right: 30px;
    font-size: 30px;
}

.act_tit {
    font-size: 20px;
    width: 430px;
    display: none;
  margin-left:20px;
}

.yx_bj {
    margin: 0 20px
}

.circle_box {
    width: 978px;
    margin: 50px auto;
    height: 317px;
    position: relative;
}

.round:nth-child(1) {
    position: absolute;
    padding: 13px;
    left: 33%;
    z-index: 1;
    top: 35%;
}

.round:nth-child(1) div {
    background: rgba(0, 0, 0, .3);
}

.round:nth-child(1) div:first-child {
    width: 100px;
    height: 100px;
}

.round:nth-child(1) div:first-child a {
    line-height: 99px;
}

.round:nth-child(1) div:nth-child(2) {
    width: 100px;
    height: 100px;
}

.round:nth-child(1) div:last-child {
    width: 110px;
    height: 110px;
}

.round:nth-child(2) {
    position: absolute;
    left: 176px;
    top: 0;
    padding: 13px;
}

.round:nth-child(2) div {
    background: #c1bd57;
}

.round:nth-child(3) {
    position: absolute;
    left: 199px;
    top: 199px;
    padding: 13px;
}

.round:nth-child(3) div {
    background: #d67c61;
}

.round:nth-child(3) div:first-child {
    width: 80px;
    height: 80px;
}

.round:nth-child(3) div:first-child a {
    line-height: 80px;
}

.round:nth-child(3) div:nth-child(2) {
    width: 80px;
    height: 80px;
}

.round:nth-child(3) div:last-child {
    width: 90px;
    height: 90px;
}

.round:nth-child(4) {
    position: absolute;
    left: 348px;
    top: 128px;
    padding: 13px;
}

.round:nth-child(4) div {
    background: #307cc2;
}

.round:nth-child(4) div:first-child {
    width: 90px;
    height: 90px;
}

.round:nth-child(4) div:first-child a {
    line-height: 24px;
    display: block;
    margin-top: 25px;
}

.round:nth-child(4) div:nth-child(2) {
    width: 90px;
    height: 90px;
}

.round:nth-child(4) div:last-child {
    width: 100px;
    height: 100px;
}

.round:nth-child(5) {
    position: absolute;
    left: 519px;
    top: 94px;
    padding: 13px;
}

.round:nth-child(5) div:first-child {
    width: 70px;
    height: 70px;
}

.round:nth-child(5) div:first-child a {
    line-height: 70px;
}

.round:nth-child(5) div:nth-child(2) {
    width: 70px;
    height: 70px;
}

.round:nth-child(5) div:last-child {
    width: 80px;
    height: 80px;
}

.round:nth-child(6) {
    position: absolute;
    left: 705px;
    top: 10px;
    padding: 13px;
}

.round:nth-child(6) div {
    background: #307cc2;
}

.round:nth-child(7) {
    position: absolute;
    left: 638px;
    top: 171px;
    padding: 13px;
}

.round:nth-child(7) div {
    background: #c1bd57;
}

.round:nth-child(8) {
    position: absolute;
    left: 860px;
    top: 113px;
    padding: 13px;
}

.round:nth-child(8) div:first-child {
    width: 75px;
    height: 75px;
}

.round:nth-child(8) div:first-child a {
    line-height: 70px;
    font-size: 16px;
}

.round:nth-child(8) div:nth-child(2) {
    width: 75px;
    height: 75px;
}

.round:nth-child(8) div:last-child {
    width: 85px;
    height: 85px;
}

.round:nth-child(9) {
    position: absolute;
    left: 509px;
    top: 253px;
    padding: 13px;
}

.round:nth-child(9) div {
    background: #a36157;
}

.round:nth-child(9) div:first-child {
    width: 30px;
    height: 30px;
}

.round:nth-child(9) div:nth-child(2) {
    width: 30px;
    height: 30px;
}

.round:nth-child(9) div:last-child {
    width: 40px;
    height: 40px;
}

.round:nth-child(10) {
    position: absolute;
    left: 630px;
    top: 5px;
    padding: 13px;
}

.round:nth-child(10) div {
    background: #2663a4;
}

.round:nth-child(10) div:first-child {
    width: 40px;
    height: 40px;
}

.round:nth-child(10) div:nth-child(2) {
    width: 40px;
    height: 40px;
}

.round:nth-child(10) div:last-child {
    width: 50px;
    height: 50px;
}

.round:nth-child(11) {
    position: absolute;
    left: 149px;
    top: 145px;
    padding: 26px;
}

.round:nth-child(11) div {
    background: #1c4a86;
}

.round:nth-child(11) div:first-child {
    width: 20px;
    height: 20px;
}

.round:nth-child(12) {
    position: absolute;
    left: 366px;
    top: 69px;
    padding: 26px;
}

.round:nth-child(12) div {
    background: #7e4c4f;
}

.round:nth-child(12) div:first-child {
    width: 10px;
    height: 10px;
}

.round:nth-child(13) {
    position: absolute;
    left: 467px;
    top: 40px;
    padding: 30px;
}

.round:nth-child(13) div {
    background: #0e295d;
}

.round:nth-child(13) div:first-child {
    width: 30px;
    height: 30px;
}

.round:nth-child(12) {
    position: absolute;
    left: 846px;
    top: 243px;
    padding: 30px;
}

.round:nth-child(12) div {
    background: #1e539e;
}

.round:nth-child(12) div:first-child {
    width: 20px;
    height: 20px;
}

.circle a {
    font-size: 18px;
    line-height: 100px;
    color: #ffffff;
    font-weight: bold;
}

.circle {
    background: #3a96e1;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    z-index: 999;
    text-align: center;
    top: 18px;
    left: 18px;
    position: absolute;
}

.circle_bottom {
    background: rgba(58, 150, 225, 0.4);
    border-radius: 100%;
    width: 100px;
    height: 100px;
    filter: alpha(opacity=40);
    z-index: -100;
    position: absolute;
    top: 18px;
    left: 18px;
}

.circle_bottom2 {
    background: rgba(58, 150, 225, 0.2);
    border-radius: 100%;
    width: 110px;
    height: 110px;
    filter: alpha(opacity=20);
    z-index: -110;
    position: relative;
}

.animation {
    -webkit-animation: twinkling 2.1s infinite ease-in-out;
    animation: twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animation2 {
    -webkit-animation: twinkling 2.1s infinite ease-in-out;
    animation: twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1.12);
    }
    100% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}

@keyframes twinkling {
    0% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1.12);
    }
    100% {
        opacity: 0.2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}

.zx_title {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px;
}



.zx_conts {
    font-size: 14px;
    color: #666666;
    width: 90%;
    height: 45px;
}

.zx_time {
    margin-top: 18px;
    font-size: 14px;
    color: #999999;
}

.zx_btn {
    margin: 30px 0;
}

.zx_ckbtn {
    padding: 10px;
    outline-color: #d22376;
    outline-width: 1px;
    outline-style: solid;
    color: #d22376;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.textcent {
    margin-top: 55px;
    text-align: center;
}

.zx_ckbtn:hover {
    padding: 10px;
    outline-color: #d22376;
    outline-width: 1px;
    outline-style: solid;
    color: #d22376;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.oi_vc_heading {
    overflow: hidden;
    padding-top: 20%;
}

.oi_border_position_center {
    margin-top: 15px;
    margin-bottom: 10px;
}

.oi_vc_heading .oi_icon_titile {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #d22376;
}

.oi_heading_border {
    line-height: 1px;
    font-size: 1px;
}

.oi_heading_border span {
    display: inline-block;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
    width: 40px;
    background-color: #000;
}

.oi_vc_heading .oi_icon_sub_titile {
    margin-bottom: 0px;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.bf_more {
    padding: 10px;
    outline-color: #fff;
    outline-width: 1px;
    outline-style: solid;
    color: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.act_img {
    display: none;
}

.act_img.on {
    display: block;
}

.act_title.on {
    display: block;
}

.act_cont.on {
    display: block;
}

.act_tit.on {
    display: block;
}

.bf_more:hover {
    padding: 10px;
    outline-color: #fff;
    outline-width: 1px;
    outline-style: solid;
    color: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.tq_title {
    position: fixed;
    top: 50%;
    left: 85%;
    z-index: 9;
    line-height: 160px;
    font-size: 140px;
    font-weight: 900;
    margin-top: -70px;
    margin-bottom: 0px;
}

.tq_title h1 {
    color: #ffffff;
}

.tq_title h3 {
    color: #bababa;
}

.bd ul {
    overflow: hidden;
    zoom: 1;
    padding: 0;
}

.bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.bd ul li .pic {
    text-align: center;
}



.bd ul li .pic a:hover img {
    border-color: #999;
}

.owl-prev {
    text-align: center;
    width: 50px;
    height: 50px;
    border: 1px solid #e9e9e9
}

#pp-nav span,
.pp-slidesNav span {
    border-radius: 0;
    border: 1px solid #d2d2d2;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #d22376;
}