

/* 核心产品 */
.hxcp{
    width: 100%;
    background-color: #f5f5f5;
    padding: 3% 0;
}
.ggbt h3{
    text-align: center;
	font-size: 42px;
	color: #333333;
    font-weight: 550;
}
.practical-swiper{
    position: relative;
    margin-top: 3%;
}
.practical-swiper .swiper-wrapper{
    display: flex;
    align-items: center;
}
.practical-swiper .swiper-wrapper .swiper-slide{
    border-radius: 50%;
}
.practical-swiper .swiper-wrapper .swiper-slide a img{
    width: 100%;
}
.practical-swiper .swiper-wrapper .swiper-slide a p{
    text-align: center;
    font-weight: 550;
    font-size: 24px;
	letter-spacing: 1px;
	color: #0d3c7b;
    margin-top: 5%;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
.practical-swiper .swiper-wrapper .swiper-slide-active a p{
    transition: all 1s;
    opacity: 1;
    visibility: visible;
}
#prev1 {
    background: url(../images/zjt.png) no-repeat center;
    width: 70px;
	height: 70px;
	border: solid 1px #0d3c7b;
    border-radius: 50%;
    left: 13%;
    top: 40%;
}
#next1{
    background: url(../images/yjt.png) no-repeat center;
    width: 70px;
	height: 70px;
	border: solid 1px #0d3c7b;
    border-radius: 50%;
    right: 13%;
    top: 40%;
}
/* 生产工艺 */
.gybt{
    margin: 3% 0;
}
.scgy{
    background: url(../images/gybj.jpg) no-repeat center;
    padding-top: 4%;
    padding-bottom: 4%;
}
.scgy .scgy-js ul{
    margin-left: 15%;
}
.scgy .scgy-js ul li{
    display: flex;
    align-items: center;
}
.scgy .scgy-js ul li img{
  margin-top: -38px;
    margin-right: 7px;
}
.scgy .scgy-js ul li span{
	font-size: 24px;
	line-height: 40px;
	color: #ffffff;
}
.gySwiper{
    width: 85%;
    margin: auto;
    overflow: hidden;
    margin-top: 4%;
}
.gySwiper .swiper-wrapper{
    width: 100%;
}
.gySwiper .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 关于我们 */
.about-xq{
	width: 140px;
	height: 40px;
	border-radius: 20px;
	border: solid 1px #0d3c7b;
    margin: auto;
    transition: all .5s;
    padding-left: 7px;
}
.about-xq a{
    width: 100%;
    height: 100%;
    line-height: 37px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #0d3c7b;
    text-align: center;
    transition: all .5s;
}
.about-xq:hover{
    background-color: #0d3c7b;
}
.about-xq:hover a{
    color: #fff;
}
.about-nr{
    width: 85%;
    margin: auto;
    border-top: 1px solid #e6e8e9;
    border-bottom: 1px solid #e6e8e9;
    padding: 2% 0;
    margin-top: 3%;
}
.about-nr ul{
    display: flex;
    justify-content: space-between;
}
.about-nr ul li{
    width: 32%;
    height: 150px;
    background-color: #f5f5f5;
	border-radius: 5px;
    transition: all .5s;
    position: relative;
}
.about-nr ul li:hover a>div img{
    transform: rotateY(360deg);
}
.about-nr ul li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.about-nr ul li a .about-icon{
    width: 45%;
    height: 100%;
    position: relative;
}
.about-nr ul li a .about-icon>img{
    position: absolute;
    right: 10%;
    top: 35%;
}
.about-nr ul li a .about-icon .img1{
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}
.about-nr ul li a .about-icon .img2{
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.about-nr ul li a .about-js{
    width: 57%;
}
.about-nr ul li a .about-js h5{
	font-size: 20px;
	line-height: 30px;
	color: #333333;
    transition: all .5s;
}
.about-nr ul li a .about-js p{
	font-size: 16px;
	line-height: 30px;
	color: #808080;
    transition: all .5s;
}
.about-nr ul li:hover a .about-icon .img1{
    opacity: 0;
    visibility: hidden;
}
.about-nr ul li:hover a .about-icon .img2{
    opacity: 1;
    visibility: visible;
}
.about-nr ul li:hover{
    background: #0d3c7b;
}
.about-nr ul li:hover a .about-js h5{
    color: #fff;
}
.about-nr ul li:hover a .about-js p{
    color: #fff;
}
/* 荣誉资质 */
.ryzz-box{
    width: 100%;
    height: 639px;
    background: url(../images/ryzzbj.jpg) no-repeat center;
    display: flex;
    align-items: center;
    margin-top: 4%;
}
.ryzz{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    position: relative;
}
.kzSwiper{
    width: 35%;
}
.kzSwiper .ryzz-ckgd{
    border-bottom: 1px solid #8093a7;
}
.kzSwiper .ryzz-ckgd h4{
    font-size: 20px;
	line-height: 44px;
	color: #ffffff;
    font-weight: 550;
}
.kzSwiper .ryzz-ckgd p{
	font-size: 14px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #ffffff;
}
.kzSwiper .ryzz-ckgd a{
    display: flex;
    justify-content: space-between;
}
.qhSwiper{
    overflow: hidden;
    width: 50%;
    position: relative;
}
.qhSwiper .swiper-wrapper .swiper-slide{
    text-align: center;
}
.kzSwiper .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    max-height: 330px;
    margin-top: 2%;
}
.kzSwiper .swiper-wrapper .swiper-slide{
    min-width: 581px !important;
    height: 37px;
    display: flex;
    align-items: center;
    margin-top: 2%;
    cursor: pointer;
}
.kzSwiper .swiper-wrapper .swiper-slide p{
    line-height: 18px;
    font-size: 15px;
    color: #ffffff;
    transition: all .5s;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.kzSwiper .swiper-wrapper .swiper-slide p img{
    margin-right: 4px;
    margin-bottom: 2px;
    transition: all .5s;
    display: flex;
    margin-top: 1px;
}
.kzSwiper .swiper-wrapper .swiper-slide:hover p{
    color: #0d3c7b;
}
.kzSwiper .swiper-wrapper .swiper-slide:hover img{
    transform: rotateY(180deg);
    
}
.ryzz .swiper-pagination{
    position: absolute;
    right: 19.5%;
    bottom: -11%;
}
.ryzz .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    margin-left: 10px;
}
.swiper-pagination-bullet-active{
    position: relative;
    color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active::before{
    content: "";
	width: 23px !important;
	height: 23px !important;
	border: solid 1px #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -5.9px;
    left: -5.55px;
}
@media (max-width:1440px) {
    .scgy .scgy-js ul {
        margin-left: 9%;
    }
    .swiper-pagination-bullet-active::before {
        content: "";
        width: 23px !important;
        height: 23px !important;
        border: solid 1px #ffffff;
        border-radius: 50%;
        position: absolute;
        top: -5.2px;
        left: -6.5px;
    }
}
@media (max-width:1199px) {
    #prev1 {
        left: 7%;
    }
    #next1{
        right: 7%;
    }
    .scgy .scgy-js ul {
        margin-left: 4%;
        padding-right: 3%;
    }
    .scgy .scgy-js ul li {
        display: flex;
        align-items: baseline;
    }
    .about-nr ul li a .about-icon>img {
        position: absolute;
        right: 17%;
        top: 35%;
    }
    .about-nr ul li a .about-js {
        width: 60%;
    }
    .kzSwiper .swiper-wrapper .swiper-slide p{
        font-size: 14px;
    }
    .ryzz .swiper-pagination {
        position: absolute;
        right: 14.5%;
        bottom: 8%;
    }
    .swiper-pagination-bullet-active::before {
        top: -5.2px;
        left: -5.5px;
    }
    .scgy .scgy-js ul li span {
        font-size: 18px;
        line-height: 40px;
        color: #ffffff;
    }
    .footer .footer-ly{
        width: 33.333%;
    }
    .footer .footer-ly p span{
        display: inline-block;
    }
    .kzSwiper .swiper-wrapper .swiper-slide{
        min-width: 436px !important;
    }
}
@media (max-width:990px) {
    #next1 {
        background: url(../images/yjt.png) no-repeat center;
        width: 50px;
        height: 50px;
        border: solid 1px #0d3c7b;
        border-radius: 50%;
        right: 1%;
        top: 40%;
    }
    #prev1 {
        background: url(../images/zjt.png) no-repeat center;
        width: 50px;
        height: 50px;
        border: solid 1px #0d3c7b;
        border-radius: 50%;
        left: 1%;
        top: 40%;
    }
    .about-nr {
        width: 99%;
        margin: auto;
        border-top: 1px solid #e6e8e9;
        border-bottom: 1px solid #e6e8e9;
        padding: 2% 0;
        margin-top: 3%;
    }
    .about-nr ul li a .about-icon {
        width: 46%;
        height: 100%;
        position: relative;
    }
    .about-nr ul li a .about-js {
        width: 68%;
    }
    .about-nr ul li a .about-js h5 {
        font-size: 18px;
    }
    .about-nr ul li a .about-js p {
        font-size: 14px;
    }
    .ryzz {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 90%;
        margin: auto;
        position: relative;
        margin-top: 3%;
    }
    .kzSwiper{
        width: 100%;
    }
    .qhSwiper{
        width: 100%;
        margin-top: 12%;
    }
    .ryzz-box{
        height: 980px;
        background-size: cover;
    }
    .kzSwiper .swiper-wrapper{
        min-height: auto !important;
    }
    .kzSwiper .swiper-wrapper .swiper-slide {
        min-width: 100% !important;
        height: 20px;
        display: flex;
        align-items: center;
        margin-top: 2%;
        cursor: pointer;
    }
    .ryzz .swiper-pagination {
        position: absolute;
        right: 38.5%;
        bottom: -8%;
    }

}
@media (max-width:767px) {
    .practical-swiper .swiper-wrapper .swiper-slide a{
        text-align: center;
    }
    .practical-swiper .swiper-wrapper .swiper-slide a img{
        width: 50%;
    }
    .ggbt h3{
        font-size: 28px;
    }
    .practical-swiper .swiper-wrapper .swiper-slide a p{
        font-size: 16px;
    }
    .scgy .scgy-js ul li span {
        font-size: 16px;
        line-height: 34px;
        color: #ffffff;
    }
    .hxcp {
        padding: 5% 0;
    }
    .practical-swiper{
        margin-top: 5%;
    }
    .gybt {
        margin: 5% 0;
    }
    .about-xq {
        width: 109px;
        height: 35px;
        border-radius: 20px;
        border: solid 1px #0d3c7b;
        margin: auto;
        transition: all .5s;
        padding-left: 7px;
        margin-top: 5%;
    }
    .about-xq a {
        width: 100%;
        height: 100%;
        line-height: 32px;
        font-size: 14px;
        letter-spacing: 1px;
        color: #0d3c7b;
        text-align: center;
        transition: all .5s;
    }
    .about-nr ul{
        display: flex;
        flex-wrap: wrap;
    }
    .about-nr ul li{
        width: 100%;
        margin-top: 3%;
        height: 113px;
    }
    .about-nr ul li:nth-child(1){
        margin-top: 0;
    }
    .about-nr {
        width: 99%;
        margin: auto;
        border-top: 1px solid #e6e8e9;
        border-bottom: 1px solid #e6e8e9;
        padding: 2% 2%;
        margin-top: 3%;
    }
    .qhSwiper {
        width: 100%;
        margin-top: 25%;
    }
    .kzSwiper .swiper-wrapper .swiper-slide {
        min-width: 100% !important;
        height: auto;
        display: flex;
        align-items: center;
        margin-top: 2%;
        cursor: pointer;
    }
    .kzSwiper .swiper-wrapper .swiper-slide p {
        font-size: 14px;
        width: 100%;
        display: flex;
        align-items: self-start;
    }
    .kzSwiper .swiper-wrapper .swiper-slide p img {
        margin-right: 8px;
        margin-top: 6px;
    }
    .kzSwiper .swiper-wrapper .swiper-slide p {
        line-height: 24px;
        font-size: 16px;
        color: #ffffff;
    }
    .ryzz .swiper-pagination {
        position: absolute;
        right: 24.5%;
        bottom: -10%;
    }
    .swiper-pagination-bullet-active::before {
        top: -5.2px;
        left: -6px;
    }
    .ryzz-box {
        padding-bottom: 25%;
        height: auto;
    }
    .kzSwiper .swiper-wrapper .swiper-slide p span{
        display: block;
        width: 100%;
    }
}