body {
    background-color: #fff;
}

.nav-height {
    position: relative;
    height: 50px;
}

.nav-wrap {
    width: 100%;
    height: 50px;
    background: #fff;
}

.nav-wrap.navFix {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e3e3e3;
    z-index: 99999;
    background-color: #000;
}
.top{
    width: 1200px;
    margin: 0 auto;
}
.nav-wrap ul {
    padding: 0;
    /* margin: 0 auto; */
    /* width: 1200px; */
    display: block;
    border-bottom: 2px solid #eee;
    float: right;
    width: 800px;
}

.nav-wrap.navFix ul {
    border-bottom: 0;
}

.nav-wrap li {
    display: inline-block;
    text-align: left;
    height: 50px;
    line-height: 50px;
    float: left;
}
.nav-wrap.navFix ul li a{
    color: #fff;
}
.nav-wrap li a {
    display: block;
    padding: 0 40px;
    font-size: 20px;
    color: #333;
    text-decoration: none;
}

.nav-wrap li a:hover {
    color: #FE951C;
}
.nav-wrap.navFix ul li a.active {
    border-bottom: 2px solid #FE951C;
    color: #FE951C;
    font-weight: bold;;
}
.nav-wrap li a.active {
    border-bottom: 2px solid #FE951C;
    color: #FE951C;
    font-weight: bold;;
}
.nav-mobile{
    width: 160px;
    height: 45px;
    float: left;
}
.nav-mobile img{
    width: 160px;
    height: 45px;
}


/* 轮播图 */
.swiper1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 580px;
}

.swiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper1 .swiper-pagination-bullet {
    width: 35px;
    border-radius: 6px;
    height: 5px;
    background-color: #F0F0F0;
}

.swiper1 .swiper-pagination-bullet-active {
    background-color: #FCFCFD;
}

.swiper1 .swiper-button-prev,
.swiper1 .swiper-container-rtl .swiper-button-next {
    background-image: url(../image/left.png);
    left: 12%;
    background-size: 44px 44px;
    width: 44px;
    height: 44px;
}

.swiper1 .swiper-button-next,
.swiper1 .swiper-container-rtl .swiper-button-prev {
    background-image: url(../image/right.png);
    right: 12%;
    background-size: 44px 44px;
    width: 44px;
    height: 44px;
}

/* 产品中心 */
#product {
    width: 100%;
    box-sizing: border-box;
    background-color: #FFFEFF;
    padding-top: 55px;
}

.product_box {
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
}

.name {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.name h1 {
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(10, 22, 51, 1);
}

.name p {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(155, 155, 155, 1);
    margin-top: 15px;
}

.uli {
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}

.swiper2 {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #DEE1E6;
}

.swiper2 .swiper-wrapper {
    width: 100%;
    box-sizing: border-box;
    line-height: 67px;
}

.swiper2 .swiper-wrapper .swiper-slide {
    text-align: center;
}

.swiper2 .swiper-wrapper .swiper-slide.uli_cur {
    border-bottom: 3px solid #084CDA;
}

.swiper2 .swiper-wrapper .swiper-slide a {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333;
}

.swiper2 .swiper-wrapper .swiper-slide a.uli_cur {
    color: #084CDA;
}

.series {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    /* margin-top: 40px; */
    flex-wrap: wrap;
}

.series_box {
    margin-left: 10px;
    width: 230px;
    border: 1px solid #E3E4E6;
    transition: all .5s;
    -webkit-transition: all .5s;
    margin-top: 40px;
}

.series .series_box:nth-child(1) {
    margin-left: 0;
}

.series .series_box:nth-child(6) {
    margin-left: 0;
}

.series .series_box:nth-child(11) {
    margin-left: 0;
}

.series_box a {
    display: block;
    width: 100%;
}

.series_top {
    width: 100%;
}

.series_top img {
    width: 100%;
}

.series_bottom {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
}

.series_bottom img {
    margin-right: 6px;
}

.series_bottom span {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.series_box:hover {
    box-shadow: 0 20px 30px 0 rgba(35, 48, 68, 0.1);
    -webkit-box-shadow: 0 20px 30px 0 rgba(35, 48, 68, 0.1);
    border: 1px solid #fff;
}

/* 关于我们 */
#about {
    width: 100%;
    box-sizing: border-box;
    background-image: url(../image/about.png);
    /* margin-top: 50px; */
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 55px;
}

.about_box {
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 0 70px 0;
}

.num {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
}

.num_box {
    background-color: #fff;
    padding: 35px 0;
    text-align: center;
    width: 23%;
}

.num_top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.num_top h1 {
    font-size: 48px;
    font-family: 'DIN';
    font-weight: bold;
    color: rgba(254, 149, 28, 1);
    line-height: 48px;
}

.num_top span {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(78, 78, 78, 1);
}

.num_bottom {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(78, 78, 78, 1);
    margin-top: 25px;
}

.about_img {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}

.about_img img {
    width: 100%;
}

.about_img p {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(115, 119, 125, 1);
    line-height: 24px;
    padding: 25px;
    text-indent: 24px;
}

/* 售后服务 */
#service {
    width: 100%;
    box-sizing: border-box;
    background-image: url(../image/service.png);
    /* margin-top: 50px; */
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 55px;
}

.service_box {
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 0 60px 0;
}

.after {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 43px;
}

.after_box {
    width: 23%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.after_left {
    width: 62px;
    height: 62px;
}

.after_left img {
    width: 100%;
    height: 100%;
}

.after_right {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(10, 22, 51, 1);
    margin-left: 17px;
}

.serve {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.serve_box {
    width: 48%;
    border: 1px solid #E8EAF0;
    padding: 30px;
    margin-top: 30px;
    box-sizing: border-box;
    transition: all .5s;
    -webkit-transition: all .5s;
    background-color: #fff;
}

.serve_top {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.serve_top span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(254, 149, 28, 1);
    border-radius: 50%;
}

.serve_top p {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(10, 22, 51, 1);
    margin-left: 9px;
}

.serve_bottom {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-top: 16px;
}

.serve_bottom span {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.serve_bottom p {
    height: 32px;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(141, 146, 155, 1);
    line-height: 20px;
}

.serve_box:hoveR {
    box-shadow: 0 20px 30px 0 rgba(35, 48, 68, 0.1);
    -webkit-box-shadow: 0 20px 30px 0 rgba(35, 48, 68, 0.1);
}

/* 联系我们 */
#contact {
    width: 100%;
    box-sizing: border-box;
    background-image: url(../image/contact.png);
    /* margin-top: 50px; */
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 55px;
}

.contact_box {
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 0 60px 0;
}

.connect {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.connect_box {
    width: 17%;
    box-sizing: border-box;
}

.connect_top {
    width: 100%;
}

.connect_top img {
    width: 100%;
}

.connect_bottom {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 25px 0;
}

.connect_bottom p {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #353535;
    margin-bottom: 8px;
}

.connect_bottom span {
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #084CDA;
}

.connect_bottom em {
    width: 90px;
    height: 3px;
    background: rgba(230, 237, 255, 1);
    display: block;
    margin: auto;
    margin-top: 20px;
}
/*  */
.foot{
    width: 100%;
    box-sizing: border-box;
    background-color: #071025;
    padding:35px 0;
}
.foot_box{
    width: 1200px;
    margin: auto;
    text-align: center;
}
.foot_box p{
    font-size:14px;
    font-family:'Microsoft YaHei';
    font-weight:400;
    color:rgba(218,218,218,1);
    line-height:28px;
}
.foot_box p a{
    font-size:14px;
    font-family:'Microsoft YaHei';
    font-weight:400;
    color:rgba(218,218,218,1);
    line-height:28px;
}
.foot_box p:nth-child(1){
    margin-top: 0;
}
/*  */
.page {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.page .page_cur {
    background-color: #E7141A;
    color: rgba(255, 255, 255, 1) !important;
}

.page a {
    width: auto;
    /* display: inline-block; */
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding: 0 16px;
    box-sizing: border-box;
    border: 1px solid rgba(220, 227, 229, 1);
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
}

.page a:hover{
    color: #E7141A;
    border: 1px solid #E7141A;
}

.page .num {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(220, 227, 229, 1);
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}