html {
    font-size: 14px;
    width: 100%;
    background: #F5F5F5;
    margin: 0px;
    padding: 0px;
}
.masker {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}
.nav-link {
    font-family:PingFang-SC-Regular;
    position: relative;
    font-size: 18px;
    color: #231816 !important;
    line-height: 25px;
    font-weight: 500;
    margin-left: 2.4rem;
    z-index: 0;
    text-align: center;
    white-space: nowrap;
}
.my-container {
    padding: 0 100px;
}
@media (min-width: 1025px) and (max-width: 1432px) {
    .nav-link {
        margin-left: 40px;
    }
} 
@media (min-width: 320px) and (max-width: 991px) {
    .nav-link {
        margin-left: 0;
    }
}
.nav-item.active .nav-link, .nav-item:hover .nav-link{
    color: #da1751 !important;
}
/* .nav-item.active .nav-link:after, .nav-item:hover .nav-link:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 11px;
    width: 100%;
    height: 6px;
    background: #e5460a;
    z-index: -1;
} */
@media (min-width: 992px) {
    html {
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 14px;
    }

    .container {
        max-width: 1189px;
    }
}

body {
    font-family: PingFang-SC-Regular;
    background-color: #ffffff;
    
    margin: 0px auto;
    padding-top: 69px;
}


#header {
    width: 100%;
    height: inherit;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
	background-color: #fff;
	background-image: url(../images/headerbg.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.index #header{
	background-color: transparent;
}
#header nav {
    z-index: 9999;
}


.navbar {
    font-size: 18px;
    width: 100%;
    padding: 0.5em 0px;
}

.nav-active a {
    font-weight: 400;
    color: #FF4612 !important;
    border-bottom: 1px solid #FF4612 !important;
}

.wk-banner-wrap {
    width: 100%;
    background-color: #F5F5F5;
    padding: 14rem 0 7rem;
}

.wk-banner {
    padding-bottom: 10rem;
}

.wk-banner-wrap .kouhao {
    display: flex;
    align-items: center;
}

.wk-banner-wrap .kouhao span {
    line-height: 92px;
    height: 92px;
    font-size: 1.5rem;
    color: #ffffff;
    background: url('../imgs/index/bg_07.png') no-repeat center right;
    display: block;
    align-items: center;
    padding: 0px 3rem 0 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wk-banner-wrap .kouhao span img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wk-banner-wrap p {
    line-height: 30px;
}

.wk-sanwei-list {
    width: 100%;
    padding: 6.25rem 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0px;
    background-color: #ffffff;
}

.wk-sanwei-list .li {
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wk-sanwei-list .li h5 {
    font-size: 1.5rem;
    padding: 3rem 0 3.3125rem 0;
}

.wk-sanwei-list .li p {
    line-height: 2rem;
}

.wk-content {
    width: 100%;
}


.wk-content .empty {
    width: 100%;
    height: 16.875rem;
    background-color: #F5F5F5;
}

.wk-content .bg-down {
    width: 100%;
    height: 489px;
    background: url('../imgs/index/bg_10.png') no-repeat center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    text-align: right;
}

.wk-content .bg-down .jindouyun {
    /* position: absolute;
    top: -13rem;
    left: 50%;
    padding-left: 15px;
    margin-left: -10.5vw;
    height: 35rem; */
    height: 35rem;
    top: -13rem;
    position: absolute;
    left: 50%;
    transform: translateX(-32px);
    margin-left: -11.62vw;
}

.wk-content .bg-down .right-text h3 {
    font-size: 2.25rem;
}

.wk-content .bg-down .right-text {
    position: absolute;
    top: -6rem;
    left: 50%;
    padding-right: 15vw;
    text-align: center;
    font-size: 1.25rem;
}

.service-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.service-wrap .wukong-back {
    width: 68%;
    padding-right: 30px;
}

.service-wrap .right .service-title {
    font-size: 2.25rem;
}

.service-wrap .service-content {
    display: flex;
    justify-content: space-around;
    padding-top: 3.75rem;
}

.service-wrap .service-content .img-wrap {
    width: 81px;
    height: 93px;
    background: url('../imgs/index/bg_13.png') no-repeat center bottom;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-wrap .service-content .img-wrap img {
    width: 3rem;
    display: block;
    transform: translateY(-15%);
}

.service-wrap .service-content p {
    font-size: 1.25rem;
    margin-left: 3rem;
    margin-bottom: 0;
    flex: 1;
}

.bottom-content {
    width: 100%;
    position: relative;
    background-color: #F5F5F5;
}

.bottom-content .bg-white-down {
    top: 0;
    position: absolute;
    width: 100%;
}

.bottom-content-list-wrap {
    position: relative;
    padding-top: 11.25rem;
    width: 100%;
}

.bottom-content .bottom-content-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 1;
}

.bottom-content-list-item {
    text-align: center;
}

.bottom-content-list-item h4 {
    font-size: 1.5rem;
}

.bottom-content-list-item p {
    text-align: left;
    margin: 2rem;
    font-size: 1.125rem;
    line-height: 1.5;
    min-height: 115px;
}
.bottom-content-list-item .text{
    margin:2rem 2.5rem;
}

.bottom-content .list-bg-white {
    margin-bottom: 6rem;
}

.bottom-content .list-bg-white p {
    height: 9rem;
    padding: 2rem;
    /* font-size: 1rem; */
    background: url('../imgs/index/bg_17.png') no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bottom-content .bg-white-up {
    width: 100%;
}

.animation-wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 850px;
    background-color: #ffffff;
    background: url('../imgs/index/wukong_footer.png') no-repeat center bottom;
    background-size: 100% auto;
}

.animation-wrap .img-wrap img {
    width: 80%;
    margin: 0px auto;
    display: block;
}

footer {
    position: relative;
    z-index: 1001;
    width: 100%;
    background-color: #282828;
    font-size: 1.125rem;
    color: #ffffff;
    /* padding: 5rem 0; */
}
/*--sxfooter----*/
footer .sx-footer{
    display: flex;
    justify-content: space-between;
    padding: 60px 15px 80px 15px;
}
footer .sx-footer .left .cic {
    margin-bottom: 30px;
}
footer .sx-footer .left .cic .pl10{
    padding-left: 0px;
}
/* footer .sx-footer .left .cic .footer-link{
    color: #ffffff;
    text-decoration: none;
} */
footer .sx-footer .left .cic a{
    font-size:16px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:#C6C6C6;
    text-decoration: none; 
    padding:0 20px;  
    border-right: 1px solid #C6C6C6;
}
footer .sx-footer .left .cic a:hover{
    color: #ffffff;
    text-decoration: none;
}
footer .sx-footer .left .address{
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(198,198,198,1);
    margin-bottom: 4px; 
}

footer .sx-footer .left .gongan{
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
footer .sx-footer .left .ban1{
    font-size:14px;
    font-weight:400;
    color:rgba(198,198,198,1);
    text-decoration: none;
}
footer .sx-footer .left .ban{
    font-size:14px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(198,198,198,1);
    text-decoration: none; 
    vertical-align: middle;
}
footer .sx-footer .left .ban:hover,
footer .sx-footer .left .ban1:hover{
    color: #ffffff;
    text-decoration: none;
}
footer .sx-footer .right .q-code{
	float: left;
	margin-left: 60px;
}
footer .sx-footer .right .wx{
    font-size: 18px;
    color:rgba(180,180,180,1);
    padding: 0 0 15px 0;
    margin: 0;
    font-weight: 300;
    text-align: center;
}
footer .sx-footer .right .wc{
    font-size:14px;
    font-family:ArialMT;
    color:rgba(180,180,180,1);
    padding: 0 0 15px 0;
    margin: 0;
    text-align: right;
}
footer .sx-footer .right img{
    width: 120px;
    height: 120px;
}

footer .wk-footer {
    padding: 50px 0 80px 0;
}

footer .wk-footer .text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .wk-footer .text-wrap .text {
    width: 6rem;
    height: 9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

footer .wk-footer .text-wrap .text a {
    width: 100%;
    color: #B0B0B0;
    cursor: pointer;
}

footer .wk-footer .text-wrap .text .footer-link {
    color: #ffffff;
    text-decoration: none;
}

/*footer .wk-footer .text-wrap .text a:first-child {*/
    /*width: 100%;*/
    /*color: #ffffff;*/
/*}*/

footer .wk-footer .text-wrap .text a:hover {
    color: #ffffff;
    text-decoration: none;
}

footer .wk-footer .text-wrap img {
    margin-left: 3rem;
    width: 9rem;
    height: 9rem;
}

footer .wk-footer .footer-right {
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .wk-footer .footer-right .address {
    font-size:18px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(176,176,176,1);
}

footer .wk-footer .footer-right h5 {
    font-size: 32px;
    line-height: 45px;
    color: #ffffff;
    letter-spacing: 10px;
    font-weight: normal;
    padding-bottom: 20px;
}

footer .wk-footer .footer-right p {
    font-size: 20px;
    color: #B0B0B0;
}

footer .beian {
    width: 100%;
    line-height: 30px;
    border-top: 1px solid #333333;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px 0;
    text-decoration: none;
    cursor: default;
    color: #4A4A4A;
    font-weight: 400;
}
footer .beian1 {
    text-decoration: none;
    font-size: 16px;
    color: #4A4A4A;
}

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

.col-md-55 {
    flex: 1;
}
.nopadding {
    padding: 0 !important;
}
.c-pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 57px;
}
.c-pagination .page {
    display: inline-block;
    color: #797979;
    font-size: 14px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.c-pagination .page.active {
    background: #FFD45D;
    box-shadow:0px 1px 4px 0px rgba(255,212,93,1);
    color: #231816;
}
.c-pagination .page:hover {
    text-decoration: none;
    background: #E6E8EB;
}
.c-pagination .pre, .c-pagination .next {
    color: rgba(119,133,149,0.4);
    margin-right: 10px;
}
.c-pagination .pre .icon, .c-pagination .next .icon {
    display: inline-block;
    width: 30px;
}
.c-pagination .pre .icon.active, .c-pagination .next .icon.active {
    display: none;
}
.c-pagination .pre:hover, .c-pagination .next:hover {
    text-decoration: none;
    color: rgba(119,133,149,1);
}
.c-pagination .pre:hover .icon.default, .c-pagination .next:hover .icon.default {
    display: none;
}
.c-pagination .pre:hover .icon.active, .c-pagination .next:hover .icon.active {
    display: inline-block;
}
.flex {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box; 
    display: flexbox; 
    display: flex;
    justify-content: center;
    align-items: center;
}


@media(max-width: 768px) {
    #logo-wrap {
        width: 100vw;
        display: flex;
        justify-content: center;
    }

    #jingubang {
        display: none;
    }

    #jindouyun {
        display: none;
    }

    .animation-wrap {
        height: 400px;
    }

    .wk-content .bg-down .right-text {
        /* top: -10rem; */
        padding: 0 2vw;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 15vw;
    }


}

@media (min-width: 768px) and (max-width:1024px) {

    /* #jingubang,
    .wk-content .bg-down .jindouyun {
        display: none;
    } */

    .wk-content .bg-down .right-text {
        padding-right: 12vw;
        top: -10rem;
    }
}

@media (max-width: 1024px) {
    #jingubang {
        margin-left: -13.62vw;
    }

    .wk-content .bg-down .jindouyun {
        margin-left: -13.62vw;
    }

}

@media (min-width: 2048px) {
    html {
        font-size: 16px;
    }

    .wk-content .bg-down .jindouyun {
        transform: translateX(-39px);
        margin-left: -9vw;
    }

    #jingubang {
        margin-left: -9vw;
    }

    .wk-content .bg-down .right-text h3 {
        /* font-size: 36px; */
        font-size: 2.25rem;
    }

    .wk-content .bg-down .right-text {
        padding: 0;
        padding-right: 15vw;
        /* font-size: 20px; */
        font-size: 1.25rem;
    }

}



@media (max-width: 576px) {
    html {
        font-size: 12px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .wk-content .bg-down .right-text {
        left: 0px;
        transform: none;
    }

    .wk-content .bg-down .right-text h3 {
        font-size: 2.5rem;
    }

    .wk-content .bg-down {
        height: 100px;
    }

    .animation-wrap {
        height: 200px;
    }

    .service-wrap .wukong-back {
        margin: 30px auto 30px;
        display: block;
        padding: 0px;
    }

    #jingubang {
        display: none;
    }

    #jindouyun {
        display: none;
    }

    .wk-content .bg-down .right-text {
        left: 0;
        top: -10rem;
    }

    .wk-banner-wrap .kouhao span {
        line-height: 50px;
        height: 50px;
        padding: 0px 10px;
        font-size: 1rem;
        background-size: auto 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wk-banner-wrap .kouhao span img {
        width: 1.2rem;
        height: 1.2rem;
        margin-bottom: 2px;
    }

    .ser-box {
        display: block;
    }

    .col-md-55 {
        display: block;
        flex: none;
    }

    .col-md-55 .box-content p {
        height: auto;
        border: none;
    }

    .container .ser-list .ser-content {
        margin: 0px 27px;
        padding: 10px;
    }

    .container .box-content p {
        border: none;
    }

    .container .box-hread span {
        border: none;
    }

    .bottom-content-list-item h4 {
        font-size: 2rem;
    }

    .bottom-content-list-item .list-bg-white p {
        font-size: 1.5rem;
    }

}

@media (max-width: 991px) {
    #navbarSupportedContent {
        background: #F5F5F5;
    }
    .nav-item .nav-link {
        padding: 20px 0px;
        border-bottom: 1px solid #E5E5E5;
    }
    .nav-item.active .nav-link:after, .nav-item:hover .nav-link:after {
        left: 50%;
        bottom: 23px;
        margin-left: -42px;
        width: 84px;
    }
}
@media (max-width: 1024px) and (min-width: 668px) {
    .my-container {
        padding: 0 38px;
    }
}
@media (max-width : 1024px) and (min-width: 769px) {
    .nav-link {
        margin-left: 40px;
    }
}
/* moblie */
@media (max-width: 760px) and (min-width: 320px) {
    body {
        padding-top: 44px !important;
    }
    .nav-item {
        padding: 0;
    }
    #header {
        padding: 0px;
    }
    .navbar-brand {
        padding: 10px 0px 10px 20px;
    }
    .navbar-toggler {
        margin-right: 20px;
    }
    .navbar-brand img {
        width: 100px;
        height: inherit;
    }
    .navbar {
        padding: 0px;
    }
    .container {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        max-width: 100%;
        padding: 0;
    }
    .my-container {
        padding: 0;
    }
    .row {
        margin: 0;
    }
    .c-pagination {
        display: none;
    }
    footer .wk-footer .footer-right {
        padding-top: 28px;
        padding-bottom: 30px;
    }
    footer .wk-footer .footer-right h5 {
        font-size: 16px;
        padding-bottom: 7px;
        margin: 0;
        letter-spacing: 3px;
        line-height: inherit;
    }
    footer .wk-footer .footer-right p {
        font-size: 10px;
        margin: 0;
        text-align: center;
    }
    footer .wk-footer .footer-right .address {
        font-size:9px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:rgba(176,176,176,1);
    }
    footer .beian {
        font-size: 9px;
    }
    footer .beian1 {
        font-size: 9px;
    }
    footer .wk-footer {
        padding: 25px 0 66px 0;
    }
    .mr-5 {
        margin-right: 0px !important;
    }
    /*------sx-footer------*/
    footer .sx-footer{
        display: flex;
        flex-direction: column-reverse;
        padding: 25px 30px 30px 25px;
    }
    footer .sx-footer .left {
        text-align: center;
    }
    footer .sx-footer .left .cic {
        text-align: center;
        margin-bottom: 20px;
        font-size: 0;
        white-space: nowrap;
    }
    footer .sx-footer .left .cic .pl10{
        padding-left: 10px;
    }
    footer .sx-footer .left .cic .footer-link{
        color: #C6C6C6;
        text-decoration: none;
    }
    footer .sx-footer .left .cic a{
        font-size:12px;
        font-family:PingFangSC-Regular;
        font-weight:400;
        color:rgba(198,198,198,1);
        text-decoration: none; 
        padding:0 10px;  
        border-right: 1px solid #C6C6C6;
    }
    footer .sx-footer .left .cic a:hover{
        text-decoration: none;
    }
    footer .sx-footer .left .address{
        font-size:10px;
        font-family:PingFangSC-Regular;
        font-weight:400;
        color:rgba(198,198,198,1);
        text-align: center;
        margin: 0;
        margin-bottom: 5px;
    }
    footer .sx-footer .left .ban, footer .sx-footer .left .ban1{
        font-size:10px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:rgba(198,198,198,1);
        text-decoration: none;
    }
    footer .sx-footer .left .ban1 {
        display: block;
    }
    footer .sx-footer .right {
        text-align: center;
        margin-bottom: 24px;
    }
    footer .sx-footer .right .wx{
    font-size: 14px;
    }
    footer .sx-footer .right .wc{
        display: none;
    }
    footer .sx-footer .right img{
        width: 70px;
        height: 70px;
    }
    footer .sx-footer .left .gongan{
        width: 15px;
        height: 15px;
        margin-right: 5px;
        vertical-align: middle;
    }
    footer .sx-footer .right .q-code{
		
float: inherit;
		
margin-left: 0;
		
display: inline-block;
		
margin: 0 20px;
	}
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.swiper-slide1 .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.swiper-slide1 .text1{
	font-size: 48px;
	color: #ffffff;
	position: absolute;
	top: 180px;
}
.swiper-slide1 .text2{
	font-size: 65px;
	color: #de1754;
	top: 250px;
	position: absolute;
	font-weight: bold;
}
.swiper-slide1 .text3{
	color: #ffffff;
	font-size: 36px;
	font-weight: 300;
	top:350px;
	position: absolute;
}
.swiper-slide1 .text4{
	color: #ffffff;
	    font-size: 18px;
	    font-weight: 300;
	    top: 420px;
	    position: absolute;
}
.swiper-slide1 .line{
	background: #de1754;
	    font-size: 18px;
	    font-weight: 300;
	    top: 480px;
	    position: absolute;
	    width: 120px;
	    height: 4px;
}
.swiper-slide1 .text1-1{
	color: #333;
}
.swiper-slide1 .cover{
	width:441px ;
	height: 442px;
	top: 100px;
	position: absolute;
	right: 0;
	background: url(../images/s-pc.png);
	background-size: cover;
}
.swiper-slide1 .textspan{
	
}
.swiper-slide1 .textspan span{
	font-size: 22px;
	display: inline-block;
	margin-right: 15px;
	padding: 5px 30px;
	background: #de1754;
	border-radius: 100px;
}
.swiper-slide1 .container{
	position: relative;
}
.bg-white{
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,.1);
}
.header-telphone{
	font-size: 20px;
	color: #202020;
	right: 100px;
	top: 40px;
	font-style: italic;
	font-weight: bold;
	display: inline-block;
	margin-left: 50px;
}

.header-telphone .span{
	display: inline-block;
	color: #de1754;
	font-size: 20px;
}
.about .title{
	font-size: 40px;
	color: #202020;
	text-align: center;
}
.about .stitle{
	display: inline-block;
	background-image: url(../images/titlebg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:10px 20px;
}
.about .ab-text1{
	font-size: 24px;
	color: #202020;
	margin: 30px auto;
	text-align: center;
}

.about .ab-text2{
	color: #3f3f3f;
	font-size: 16px;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.8;
}
.ab1{
	position: relative;
}
.ab-c1-r{
	width: 500px;
	height: 580px;
	background: #da1751;
	color: #fff;
	text-align: right;
	padding-right: 60px;
}
.ab-c1-r .h1{
	font-size: 40px;
	font-weight: bold;
	padding-top: 70px;
}
.ab-c1-r .h2{
	font-size: 24px;
	margin: 25px 0 30px 0;
}
.ab-c1-r .t1{
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: 60px;
}
.ab-c1-r .t2{
	font-size: 18px;
	font-weight: lighter;
}
.ab-line1{
	width: 100px;
	height: 6px;
	background: #da1751;
	margin: 60px auto;
	border: 100px;
	border-radius: 10px;
}
.ab-c1-l img{
	position: absolute;
	left: 0;
	top: 40px;
}
.ab-c1-l .t1{
	position: absolute;
	left: 0;
	top: 490px;
	font-size: 20px;
	color: #202020;
}

.ab-c1-l .line{
	position: absolute;
	left: 0;
	top: 560px;
	width: 100px;
	height: 6px;
	background: #da1751;
	border-radius: 10px;
}

.ab-arrow{
	text-align: center;
	padding: 60px 0;
}
.index-num{
	width: 100%;
	height: 550px;
	background-image: url(../images/index-numbg.jpg);
	background-size: cover;
}
.index-num .i{
	width: 33.3%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-top: 180px;
}
.index-num .i p{
	margin-top: 15px;
}
.service .title {
    font-size: 40px;
    color: #202020;
    text-align: center;
	margin-bottom: 40px;
}
.service .stitle {
    display: inline-block;
    background-image: url(../images/titlebg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 10px 20px;
}
.footer-tel{
	text-align: center;
}
.footer-tel .t1{
	color: #ffffff;
	font-size: 18px;
}
.footer-tel .t2{
	color: #de1754;
	font-size: 24px;
	margin: 20px 0 0 0;
}
.footer-tel .t3{
	color: #808080;
	font-size: 16px;
	font-weight: lighter;
}
@media (max-width: 767px) and (min-width: 320px){
	.header-telphone {
	    display: none;
	}
}

.abbanner{
	height: 620px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
}
.abbanner .t1{
	font-size: 60px;
	color: #202020;
	padding-top: 180px;
	padding-bottom: 40px;
}
.abbanner .t2{
	font-size: 24px;
	color: #202020;
	font-weight: lighter;
}
.abbanner .t3{
	font-size: 24px;
	color: #202020;
	font-weight: lighter;
	margin: 20px 0;
}
.abbanner .line{
	width: 80px;
	height: 6px;
	border-radius: 10px;
	background: #da1751;
	margin:  0 auto;
}
.abbg1{
	max-width: 1920px;
	margin: 0 auto;
	height: 720px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-image: url(../images/abbg01.jpg);
}

.ab1c{
	width: 530px;
	padding-left: 130px;
	text-align: right;
	padding-top: 220px;
}

.ab1c .t1{
	font-size: 20px;
	color: #de1754;
}
.ab1c .t2{
	font-size: 40px;
	margin: 15px 0;
}
.ab1c .t3{
	font-size: 18px;
	color: #404040;
	font-weight: lighter;
}
.abbg2{
	max-width: 1920px;
	margin: 0 auto;
	height: 720px;
	width: 100%;
}
.abbg2 .cover{
	position: absolute;
	width: 100%;
	height: 720px;
}
.abbg2 .cover .fl{
	float: left;
	width: 50%;
	height: 720px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/abbg02.jpg);
}
.abbg2 .cover .fr{
	float: right;
	width: 50%;
	height: 720px;
}
.abbg2 .ab1c{
	float: right;
}
.ab1c2{
	float: left;
	text-align: left;
	padding-left: 0;
	padding-top: 150px;
}
.abbg2 .ab1c2{
	float: left;
}
.about-num{
	height: 720px;
	background-image: url(../images/abnumbg.jpg);
}
.about-num .t1{
	font-size: 40px;
	color: #fff;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 30px;
}
.about-num .t2{
	font-size: 18px;
	color: #fff;
	width: 760px;
	margin: 0 auto;
}
.about-num .i{
	margin-top: 120px;
}
.abbg3{
	overflow: hidden;
	padding: 110px 0;
}
.abbg3 .i{
	text-align: center;
	float: left;
	width: 33.3%;
}
.abbg3 .i img{
	
}
.abbg3 .i h3{
	font-weight: normal;
	font-size: 24px;
	margin: 15px 0;
}
.abbg3 .i p{
	color: #404040;
	font-size: 18px;
	font-weight: lighter;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.product-c{
	padding-bottom: 100px;
}

.hr-flist{
	overflow: hidden;
}
.hr-flist .i{
	width: 16.66%;
	text-align: center;
	float: left;
}
.hr-flist .i img{
	
}
.hr-flist .i .p{
	font-size: 24px;
	margin: 10px 0;
}
.hr .title{
	padding-top: 120px;
	padding-bottom: 70px;
}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}


#certify  .swiper-slide {
	width: 878px;
	height: 597px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	width: 878px;
	height: 597px;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 80px;
	width: 37px;
	height: 70px;
	background: url(../images/aaaaa.png) no-repeat;
	background-size: 100%;
}



#certify .swiper-button-next {
	right: 80px;
	width: 37px;
	height: 70px;
	background: url(../images/bbbbb.png) no-repeat;
	background-size: 100%;
}

.hr-list .list{
	overflow: hidden;
}

.jm{
	text-align: center;
}
.jm .tt1{
	font-size: 80px;
	color: #fff;
	padding-top: 150px;
}
.jm .tt2{
	font-size: 42px;
	color: #fff;
	font-weight: lighter;
	margin: 15px 0;
}
.jm .tt3{
	font-size: 42px;
	color: #df2053;
	font-weight: lighter;
}
.jm1{
	text-align: center;
	padding: 70px 0;
	background: url(../images/jmbg01.png) no-repeat top right;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
.jm1 .t1{
	font-size: 50px;
	color: #202020;
}
.jm1 .t2{
	color: #404040;
	font-size: 18px;
	font-weight: lighter;
}
.jm1 .t3{
	font-size: 28px;
	color: #404040;
	font-weight: lighter;
	margin: 10px 0 20px 0;
}
.jm1 .t4{
	font-size: 20px;
	font-weight: lighter;
}
.jm1 .img2{
	margin: 10px 0;
}
.jm2{
	text-align: center;
	padding: 30px 0;
	background: url(../images/jmbg02.jpg) no-repeat;
	background-size: cover;
}
.jm3{
	background: #e6e9ed;
}
.imgs1{
	overflow: hidden;
	padding: 50px;
}
.imgs1 .fl{
	padding-top: 150px;
}
.jm3 .t3{
	font-size: 30px;
	font-weight: normal;
	color: #202020;
	padding: 50px 0;
}

.jm3 .imgs3{
	
overflow: hidden;
}
.jm3 .imgs3 .i{
	
position: relative;
	
width: 33.3%;
	
float: left;
	
padding: 30px 0;
}
.jm3 .imgs3 .i .text{
	width: 268px;
	position: absolute;
	z-index: 222;
	top: 0;
	background: #fff;
	text-align: left;
	padding: 15px 20px;
	right: 0;
	border-radius: 40px;
	height: 118px;
}
.jm3 .imgs3 .i .text h3{
	font-size: 20px;
	color: #d31a54;
}
.jm3 .imgs3 .i .text p{
	font-size: 16px;
	color: #d31a54;
	line-height: 1.2;
}
.jm4{
	background: url(../images/jmbg03.jpg) no-repeat;
	background-size: cover;
}
.jm4 .lists{
	padding: 0 100px;
	overflow: hidden;
}
.jm4 .lists .i{
	color: #fff;
	width: 46%;
	background: #df2053 url(../images/jmbg04.png) no-repeat;
	float: left;
	border-radius: 20px;
	margin: 0 2%;
	margin-top: 30px;
	padding: 30px 0;
}
.jm4 .lists .i h3{
	font-size: 36px;
	margin-bottom: 15px;
}
.jm4 .lists .i .spans{
	font-size: 0;
}
.jm4 .lists .i .spans span{
	display: inline-block;
	font-size: 24px;
	width: 50%;
	margin-top: 10px;
}
.jm5{
	background: #eceae8;
}
.jm5 .lists{overflow: hidden;}
.jm5 .lists .i{width: 338px;float: left;margin-bottom: 30px;}
.jm5 .lists .i .img{position: relative;overflow: hidden;}
.jm5 .lists .i img{

}
.jm5 .lists .i .step{position: absolute;top: 10px;right: 10px;z-index: 2;font-size: 24px;color: #ffffff;}
.jm5 .lists .i .quan{width: 140px;height: 140px;background: #de1054;border-radius: 50%;top: -70px;right: -70px;position: absolute;}

.jm5 .lists .i .title{
	font-size: 20px;
	margin: 15px 0 10px 0;
}
.jm5 .lists .i .p{
	color: #404040;
	font-size: 18px;
	font-weight: lighter;
}
.jm5 .lists .arrow{width: 72.5px;float: left;text-align: center;padding-top: 100px;}

.jm6 .i{
	overflow: hidden;
	padding: 25px 0;
	border-bottom: 1px solid #eee;
}
.jm6 .i .f1{
	font-size: 24px;
	color: #202020;
	width: 20%;
}
.jm6 .i .f2{
	color: #808080;
	font-size: 18px;
	width: 60%;
}
.jm6 .i .f3{
	width: 20%;
}
.jm6 .lists{
	margin-top: 20px;
}

.f-ly{
	height: 80px;
	background: #d0204f url(../images/f-co.jpg) no-repeat center center;
	position: fixed;
	z-index: 1111;
	left: 0;
	width: 100%;
	bottom: 0;
}
.f-ly .i{
	
width: 20%;
	
float: left;
	
margin-top: 20px;
}
.f-ly .i input{
	
border: 0;
	
outline: 0;
	
height: 40px;
	
line-height: 40px;
	
padding: 5px 20px;
	
border-radius: 100px;
	
width: 90%;
}
.f-ly .btn{
	
background: #e32a5b;
	
color: #fff;
	
border-radius: 100px;
	
width: 20%;
	
float: left;
	
margin-top: 20px;
	
height: 40px;
	
line-height: 30px;
	
box-shadow: 1px 1px 10px #0000002b;
}

.jm7{
	background: none;
}
.jm7 .lists{
	overflow: hidden;
	padding-top: 30px;
}
.jm7 .lists h3{
	margin: 20px 0;
	font-size: 20px;
}
.jm7 .lists .i{
	text-align: center;
	width: 25%;
	float: left;
}
.jm7 .lists .i p{
	font-size: 18px;
	color: #404040;
	font-weight: lighter;
}
.video{
			width: 480px;
			position: absolute;
			right: 50px;
			top: 220px;
			ve
		}
@media (max-width: 760px) and (min-width: 320px){
	.abbanner{
		height: 280px;
	}
	.abbanner .t1{
		font-size: 32px;
		padding-top: 40px;
	}
	.abbanner .t2{
		font-size: 18px;
	}
	.abbanner .t3{
		font-size: 18px;
	}
	.ab1c{
		width: 100%;
		padding: 30px;
		text-align: center;
	}
	.ab1c .t2{
		font-size: 32px;
	}
	.abbg1{
		background-position: 50%;
		height: inherit;
	}
	.video{
				position: relative;
				top: inherit;
				right: inherit;
				width: 100%;
			}
	.abbg2{
		height: 500px;
	}
	.abbg2 .cover .fl{
		width: 100%;
		height: 500px;
	}
	.abbg2 .cover .fr{
		width: 100%;
	}
	.abbg2 .container{
		position: relative;
		z-index: 2;
	}
	.index-num .i{
		width: 100%;
		margin: 0;
		margin-top: 45px;
	}
	.index-num .i img{
		width: 50%;
	}
	.index-num .i p{
		font-size: 14px;
	}
	.about-num .t2{
		width: 100%;
		padding: 0 30px;
		font-size: 16px;
	}
	.about-num .t1{
		padding-top: 30px;
	}
	.about-num{
		height: 800px;
	}
	.abbg3 .i{
		width: 100%;
		margin-bottom: 30px;
	}
	.abbg3 .i img{
		width: 80px;
	}
	.footer-tel .t2{
		margin-top: 10px;
	}
	.product-c img{
		width: 100%;
	}
	.product-c .w1200{
		width: 100%;
		padding: 0 15px;
	}
	.about .stitle{
		font-size: 28px;
		background-size: 60px auto;
		padding: 0;
	}
	.hr-flist .i{
		width: 33.3%;
	}
	#certify .swiper-slide{
		width: 320px;
		height: 215px;
	}
	#certify .swiper-slide img{
		width: 320px;
		height: 215px;
	}
	#certify{
		width: 100%;
	}
	#certify .swiper-button-prev{
		left: 40px;
		width: 14px;
		height: 26px;
		background-size: 14px 26px;
	}
	#certify .swiper-button-next{
		right: 40px;
		width: 14px;
		height: 26px;
		background-size: 14px 26px;
	}
}