/* 公用 */

/* a标签 */
.banner .phoneimg {  display: none;}

/* 弹窗 */



.z_tanchuang {

    position: fixed;

    display: table;

    height: 100%;

    width: 100%;

    top: 0;

    left: 0;

    transform: scale(0);

    -webkit-transform: scale(0);

    z-index: 10;

}



.z_tanchuang .tbox {

    display: table-cell;

    background: rgba(0, 0, 0, 0.8);

    text-align: center;

    vertical-align: middle;

}



/* 弹窗内容 */



.z_tanchuang .tbox .modal {

    background: white;

    padding: 50px;

    display: block;

    border-radius: 5px;

    position: relative;

    width: 90%;

    max-width: 1200px;

    max-height: 90%;

    margin: 0 auto;

}



.z_tanchuang .tbox .modal .out {

    position: absolute;

    width: 40px;

    height: 40px;

    line-height: 40px;

    background: #fff url(../image/out.png) center no-repeat;

    background-size: 20px;

    color: #000;

    font-size: 30px;

    text-align: center;

    border-radius: 50%;

    top: 0;

    right: -50px;

    cursor: pointer;

}



.z_tanchuang .tbox .modal .img {

    width: 100%;

    max-width: 600px;

    margin: 0 auto;

}



.z_tanchuang .tbox .modal .img video {

    display: block;

    width: 100%;

    max-width: 100%;

    object-fit: cover;

}



.z_tanchuang .tbox .modal .img img {

    margin: 0 auto;

}



.z_tanchuang .tbox .modal .out:hover {

    background: #fff url(../image/out2.png) center no-repeat;

    background-size: 20px;

    transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

}



.z_tanchuang .tbox .modal2 {

    padding: 20px;

}



.z_tanchuang .tbox .modal .img {

    max-width: 1200px;

}



/* 弹窗选中 */



.z_tanchuang.one {

    transform: scaleY(0.01) scaleX(0);

    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

    -webkit-transform: scaleY(0.01) scaleX(0);

    -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

}



.z_tanchuang.one .tbox .modal {

    transform: scale(0);

    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

    -webkit-transform: scale(0);

    -webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)

        forwards;

}



.z_tanchuang.one.out {

    transform: scale(1);

    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

    -webkit-transform: scale(1);

    -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)

        forwards;

}



.z_tanchuang.one.out .tbox .modal {

    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

    -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;

}



/* 弹窗动画 */



@keyframes unfoldIn {

    0% {

        transform: scaleY(0.005) scaleX(0);

    }



    50% {

        transform: scaleY(0.005) scaleX(1);

    }



    100% {

        transform: scaleY(1) scaleX(1);

    }

}



@keyframes zoomIn {

    0% {

        transform: scale(0);

    }



    100% {

        transform: scale(1);

    }

}



@keyframes zoomOut {

    0% {

        transform: scale(1);

    }



    100% {

        transform: scale(0);

    }

}



@keyframes unfoldOut {

    0% {

        transform: scaleY(1) scaleX(1);

    }



    50% {

        transform: scaleY(0.005) scaleX(1);

    }



    100% {

        transform: scaleY(0.005) scaleX(0);

    }

}



@-webkit-keyframes zoomIn {

    0% {

        transform: scale(0);

    }



    100% {

        transform: scale(1);

    }

}



@-webkit-keyframes zoomOut {

    0% {

        transform: scale(1);

    }



    100% {

        transform: scale(0);

    }

}



@-webkit-keyframes unfoldOut {

    0% {

        transform: scaleY(1) scaleX(1);

    }



    50% {

        transform: scaleY(0.005) scaleX(1);

    }



    100% {

        transform: scaleY(0.005) scaleX(0);

    }

}



@-webkit-keyframes unfoldIn {

    0% {

        transform: scaleY(0.005) scaleX(0);

    }



    50% {

        transform: scaleY(0.005) scaleX(1);

    }



    100% {

        transform: scaleY(1) scaleX(1);

    }

}



/* 首页全图轮播样式 */

.swiper_bd {

  height: 100vh;

  overflow: hidden;

}



.swiper_bd > .swiper-wrapper > .swiper-slide {

  height: 100%;

  overflow: hidden;

}





.swiper_bd > .swiper-wrapper > .swiper-slide:last-child {

  height: 650px;

}





/* 内页banner */

.banner1{

    width: 100%;

    position: relative;

}

.banner1 .big_img{

    width: 100%;

}

.banner1 .big_img img{

    width: 100%;

}

.banner1 .big_img img.img2{

    display: none;

}

.banner1 .ibox{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

}

.banner1 .ibox .banner1_text{

    color: #fff;

    letter-spacing: 8px;

    font-weight: bold;

}



/* 大标题 */

.big_title{

    color: #333;

    text-align: center;

}







/* 按钮 */

.more{

    width: 150px;

    position: relative;

    color: #fff;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-right: 30px;

}

.more.more2{

    width: 190px;

}

.more::after{

    content: "";

    display: block;

    width: 0;

    height: 2px;

    background-color: #fff;

    position: absolute;

    left: 0;

    bottom: -19px;

    opacity: 0;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    transition: all 0.5s;

}



.more:hover:after{

    width: 100%;

    opacity: 1;

}

.more .more_img{

    position: relative;

}

@keyframes more_zhuan {

    0% {

    transform: rotate(0deg);

    }

    100% {

        transform: rotate(-20deg);

    }

}



@-webkit-keyframes more_zhuan {

    0% {

    transform: rotate(0deg);

    }

    100% {

        transform: rotate(-20deg);

    }

}

.more .more_img::before{

    content: "";

    display: block;

    width: 52px;

    height: 52px;

    background-color: #f16522;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -26px;

    margin-left: -26px;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    transition: all 0.5s;

}

.more.more3 .more_img::before{

    /* display: none; */

}

.more.more3{

    width: 150px;

    /* padding-right: 0px; */

}

.more:hover .more_img::before{

    animation: more_zhuan 1.5s forwards;

    -moz-animation: more_zhuan 1.5s forwards;

    -webkit-animation: more_zhuan 1.5s forwards;

    -o-animation: more_zhuan 1.5s forwards;

    transform-origin: center center;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    transition: all 0.5s;

}



.more.more1{

    color: #333;

}



.more.more1::after{

    background-color: #333333;

}



/* 分页 */

.phone_ckgd{

  display: none;

}

.fy{

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

}

.fy .ul1 {

  display: flex;

}



.fy .ul1 li {

  height: 30px;

  margin-right: 9px;

}



.fy .ul1 li a {

  height: 100%;

  color: #555;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 0 10px;

  border-radius: 30px;

  border: 1px solid #dddddd;

}

.fy .ul1 li input {

    width: 30px;

    height: 100%;

  color: #555;

  border-radius: 30px;

  border: 1px solid #dddddd;

  text-align: center;

}

.fy .ul1 li:hover a {

  background-color: #f16522;

  color: #fff;

  border: 1px solid #f16522;

}



.fy .ul1 li.act a {

  background-color: #f16522;

  color: #fff;

  border: 1px solid #f16522;

}

.fy .ul1 li:last-child{

    display: flex;

    align-items: center;

    margin-right: 0;

}



/* 内页二级导航 */

.four_dh{

    width: 100%;

    height: 80px;

    padding: 41px 0 0;

    display: flex;

    justify-content: center;

    border-bottom: 1px solid #e0e0e0;

    background-color: transparent;

}

.four_dh .four_dh_text{

    width: 160px;

    text-align: center;

    position: relative;

    color: #999999;

}

.four_dh .four_dh_text.act{

    color: #333;

}

.four_dh .four_dh_text:hover{

    color: #333;

}

.four_dh .four_dh_text::before {

    content: "";

    display: block;

    width: 0;

    height: 1px;

    background-color: #000;

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

    opacity: 0;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    transition: all 0.5s;

}

.four_dh .four_dh_text.act::before {

    width: 100%;

    opacity: 1;

}

.four_dh .four_dh_text:hover::before {

    width: 100%;

    opacity: 1;

}



/* 轮播切换按钮 */

.btn{

    position: absolute;

    display: flex;

}

.btn .swibtnall{

    width: 56px;

    height: 56px;

    -webkit-transition:  0.5s;

    -moz-transition:  0.5s;

    transition:  0.5s;

}

.btn .swibtnall.prev_p{

    background:#b7bec3 url(../images/n_1.png) center no-repeat;

    margin-right: 20px;

}

.btn .swibtnall.next_n{

    background:#b7bec3 url(../images/n_2.png) center no-repeat;

}

@keyframes np_zhuan {

    0% {

    transform: rotate(0deg);

    transform-origin: right bottom;

    }

    100% {

        transform: rotate(20deg);

        transform-origin: right bottom;

    }

}

@-webkit-keyframes np_zhuan {

    0% {

    transform: rotate(0deg);

    transform-origin: right bottom;

    }

    100% {

        transform: rotate(20deg);

        transform-origin: right bottom;

    }

}

@keyframes np1_zhuan {

    0% {

    transform: rotate(0deg);

    transform-origin: left bottom;

    }

    100% {

        transform: rotate(-20deg);

        transform-origin: left bottom;

    }

}

@-webkit-keyframes np1_zhuan {

    0% {

    transform: rotate(0deg);

    transform-origin: left bottom;

    }

    100% {

        transform: rotate(-20deg);

        transform-origin: left bottom;

    }

}



.btn .swibtnall.prev_p:hover{

    animation: np1_zhuan 1.5s forwards;

    -moz-animation: np1_zhuan 1.5s forwards;

    -webkit-animation: np1_zhuan 1.5s forwards;

    -o-animation: np1_zhuan 1.5s forwards;

    background:#f16522 url(../images/n_1.png) center no-repeat;

}

.btn .swibtnall.next_n:hover{

    animation: np_zhuan 1.5s forwards;

    -moz-animation: np_zhuan 1.5s forwards;

    -webkit-animation: np_zhuan 1.5s forwards;

    -o-animation: np_zhuan 1.5s forwards;

    background:#f16522 url(../images/n_2.png) center no-repeat;

}

































/* 公共按钮样式结束 */

@media (max-width: 1680px) {

   

}

@media (max-width: 1440px) {

   

}

@media (max-width: 1366px) {

   

}

@media (max-width: 1280px) {

   

}



@media (max-width: 1030px) {

    body {

        min-width: 100px;

    }



    .ibox {

        max-width: 1030px;

        min-width: 100px;

        width: 85%;

        margin: 0 auto;

    }



    .wow {

        opacity: 1;

    }

.btn .swibtnall {

    width: 46px;

    height: 46px;

}

  .swiper-pagination-bullet {

    background: #333;

} 

.swiper-pagination-bullet-active {

    opacity: 1;

    background: #ff5400 !important;

}

}



@media (max-width: 960px) {

    .wow {

        opacity: 1;

    }

.banner1 .big_img img.img1{

    display: none;

}

.banner1 .big_img img.img2{

    display: block;

}

.phone_ckgd{

  display: block;

  width: 122px;

  height: 40px;

  display: flex;

  justify-content: center;

  align-items: center;

  margin: 30px auto 0;

  background-color: #ff5400;

  color: #fff;

}

.fy{

  display: none;

}

.swiper_bd {

    height: auto;

    overflow: visible;

}

.swiper_bd > .swiper-wrapper > .swiper-slide {

    height: auto;

    overflow: auto;

}

.swiper_bd >.swiper-wrapper {

    display: block;

}

.banner1 .ibox .banner1_text {

    letter-spacing: 1px;

    line-height: 1.5;

}

.banner1 {

    margin-top: 50px;

}

.four_dh {

    display: none;

}



}

