* {
    box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}




/* 头部 */

.header {
    background: #fff; 
    position: fixed; top: 0px; left: 0px; width: 100%; background: #fff; z-index: 999;
}

.ind_ban {
    overflow: hidden;
}

.header .logo {
    float: left;
    margin-top: 22px;
}
.header .nav{
    float: right;
    /* margin-left: 40px; */
}

.header .nav li {
    float: left;
    position: relative;
    z-index: 999;
    padding: 0 20px;
}

.header .nav li a {
    display: block;
}

.header .nav li>a {
    font-size: 16px;
    color: #000000;
    line-height: 110px;
}

.header .nav li>a:hover { color:#237dbe; } 

.header .nav li.active>a {
    color: #237dbe;
}

.header .nav li .pos {
    position: absolute;
    z-index: 999;
    background: #237dbe;
    width: 100%;
    left: 0;
    top: 90px;
    display: none;
}

.header .nav li .pos a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.header .nav li .pos a:hover { background:#2498eb; }

.header .nav li:hover .pos {
    display: block;
}

.headerTel {
    width: 188px;
    float: right;
    margin-top: 10px;
    display: none;
}

.headerTel form {
    position: relative;
    margin-top: 10px;
}

.headerTel input[type='text'] {
    border-radius: 20px;
    border: 1px solid #cccccc;
    padding-left: 10px;
    height: 30px;
    width: 100%;
    padding-right: 35px; font-size: 12px;
}

.headerTel input[type='submit'] {
    width: 40px;
    height: 30px;
    background: url('../images/aicon1.png') center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.phone-nav {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 24px;
    height: 24px;
    background: url('../images/home1.png') center center no-repeat;
    display: none;
    background-size: 100%;

}


#mmenu { opacity: 0; }




@media (max-width: 1200px) {

    #mmenu { opacity: 1; }

    .phone-nav {
        display: block;
    }
    .nav {
        display: none;
    }
    .header {
        padding: 0 10px;
        height: 50px;
    }

    .header .had { display: none; }

    .header .logo {
        width: auto;
        height: 25px;
        margin-top: 12px;
    }
    .headerTel {
        display: block;
        width: 50%;
        float: left;
        margin-left: 20px;
    }
    .headerTel img {
        width: 114px;
        margin: 0 auto;
        display: none;
    }
    .headerTel form {
        display: block;
        width: 100%;
        margin-top: 0;
    }

/*     .headerTel input[type='submit'] {
        background-size: 18px 18px;
    } */
}


.mainInd {
    position: relative;
}

.ind_ban {
    width: 100%;
}

.ind_ban a {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.ind_ban .swiper-pagination-bullets {
    bottom: 30px!important;
}

.ind_ban .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: 1;
    transition: .5s all;
}

.ind_ban .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #144d89;
    width: 72px;
    height: 13px;
    border-radius: 13px;
}

.newsPos {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}


.newsPos dl dt {
    width: 64px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.newsPos dl dd {
    width: 100%;
    padding-left: 90px;
}

.newsPos a {
    font-size: 14px;
    color: #ffffff;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 58px;
}

@media (max-width: 1024px) {
   
}

@media (max-width: 640px) {
    
    .newsPos {
        padding: 0 10px;
    }
    .ind_ban .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .ind_ban .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 8px;
        border-radius: 8px;
        width: 26px;
    }
    .ind_ban .swiper-pagination-bullets {
        bottom: 5px!important;
    }
    .newsPos dl dt {
        display: block;
        top: 8px;
        left: 0px;
        width: 30px;
    }
    .newsPos dl dd {
        display: block;
        padding-left: 40px;
    }
    .newsPos a {
        line-height: 2;
    }
}




/* 标题 */

.ind_head {
    text-align: center;
    margin-top: 48px;
}

.ind_head h5 {
    font-size: 24px;
    color: #333;
    background: url('../images/aicon14.png') no-repeat center bottom; padding-bottom: 40px;
}

.ind_head p {
    font-size: 18px;
    color: #666666;
    margin-top: 4px;
}




/*  */

.indList {
    margin-top: 46px;
}

.indList ul {
    display: flex;
}

.indList li {
    width: 25%;
    background: #f5f5f5;
    margin-left: 0.2%;
    text-align: center;
    position: relative;
    padding: 14px 0;
    transition: .5s all;
}

.indList li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    margin: auto;
    background: #0d70b8;
    transition: .5s all;
}

.indList li a {
    display: block;
    position: relative;
    z-index: 9999;
}

.indList li .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    transition: .5s all;
}

.indList li img {
    margin: 0 auto;
}

.indList li p {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    transition: .5s all;
}

.indList li:hover:before {
    width: 100%;
    height: 100%;
}

.indList li:hover .img {
    opacity: 1;
}

.indList li:hover p {
    color: #fff;
}

.indProdMain {
    margin-top: 25px;
}

.indProd .text {
    width: 100%;
}

.indProd .text .img {
    width: 100%;
    border: 1px solid #d6d6d6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.indProd .text span {
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.indProdMain .swiper-button-next,
.indProdMain .swiper-button-prev {
    width: 30px;
    height: 80px;
    margin-top: -40px;
}

.indProdMain .swiper-button-next {
    background: url('../images/ri.png') center center no-repeat;
    background-size: 100%;
    right: -50px;
}

.indProdMain .swiper-button-prev {
    background: url('../images/le.png') center center no-repeat;
    background-size: 100%;
    left: -50px;
}

.more {
    width: 128px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    border: 1px solid #0d70b8;
    border-radius: 20px;
    font-size: 14px;
    color: #0d70b8;
}


.indAbout {
    background: url('../images/indBj.jpg') center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    margin-top: 50px;
}

.indAbout .ind_head h5 {
    color: #fff;
}

.indAbout .ind_head p {
    color: #fff;
}

.indAboutMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.indAboutMain .video {
    width: 40%;
    position: relative;
}

.indAboutMain .video .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.indAboutMain .video video {
    width: 100%;
    display: block;
}

.indAboutMain .txt {
    width: 55%;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    text-indent: 2em
}

.indAbout .more {
    border-color: #fff;
    background: #fff;
    margin-top: 50px;
    margin-bottom: 48px;
}


@media (max-width: 640px) {
    .ind_head {
        margin-top: 20px;
    }
    .ind_head h5 {
        font-size: 18px;
    }
    .ind_head p {
        font-size: 12px;
    }
    .indList {
        margin-top: 20px;
    }
    .indList ul {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
    }
    .indList li {
        width: 49%;
        margin-top: 2%;
    }
    .indList li img {
        width: 60px;
    }
    .indList li p {
        font-size: 14px;
    }
    .indProdMain .swiper-button-next {
        right: 10px;
        width: 10px;
    }
    .indProdMain .swiper-button-prev {
        left: 10px;
        width: 10px;
    }
    .indProdMain {
        padding: 0 10px;
    }
    .more {
        margin-top: 20px;
    }
    .indAboutMain {
        display: block;
        padding: 0 10px;
    }
    .indAboutMain .video {
        width: 100%;
    }
    .indAboutMain .txt {
        width: 100%;
        line-height: 24px;
        margin-top: 20px;
    }
    .indAbout .more {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .indAbout {
        margin-top: 20px;
    }
}

.indNews {
    background: #f8f8f8;
    overflow: hidden;
    padding-bottom: 60px;
}

.indNews ul {
    margin-top: 60px;
    margin-left: -11px; margin-right: -11px;
}

.indNews li {
    width: 33.333%; float: left; padding: 11px; 
}

.indNews li:first-of-type {
    margin-left: 0;
}

.indNews li a {
    display: block; background: #fff; transition: .5s all; padding: 38px; border: 1px solid #eeeeee;
}

.indNews li .img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden; border: 1px solid #f6f6f6;
}

.indNews li .img img {
    transition: .5s all;
	height: 205px;
}

.indNews li .img em {
    position: absolute;
    left: 0;
    top: 0;
    background: #144d89;
    font-size: 16px;
    color: #fff;
    width: 110px;
    line-height: 38px;
    text-align: center;
}

.indNews li h5 {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative; padding-right: 110px;
    font-weight: bold;
}


.indNews li h5 strong { position: absolute; right: 0px; top: 3px; font-size: 14px; font-weight: normal; color: #666666; }

.indNews li p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.indNews li i {
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.indNews li a:hover h5 {
    color: #fff;
}

.indNews li a:hover {
    background: #0d70b8;
}

.indNews li a:hover p {
    color: #fff;
}

.indNews li a:hover i {
    color: #fff;
}

.indNews li a:hover strong { color: #fff; }

.indNews li a:hover .img img {
    transform: scale(1.1, 1.1);
}

.indBrand .box {
    /* padding: 26px; */
    /* background: #f8f8f8; */
    margin-top: 38px;
    margin-bottom: 60px;
}

.indBrand .swiper-slide { border: 1px solid #f4f4f4; height: 80px; padding: 15px; display: flex; align-items: center; justify-content: center; }


@media (max-width: 992px) {
    .indNews {
        padding-bottom: 20px;
    }
    .indNews ul {
        margin-top: 0px;
        flex-wrap: wrap;
        margin-left: -5px; margin-right: -5px;
    }
    .indNews li {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        padding: 5px;
    }
    .indNews li a { padding: 20px; }
    .indBrand .box {
        padding: 10px;
        margin-top: 20px; margin-bottom: 30px;
    }
}

html.mm-background .mm-page {
    background: #fff!important;
}


/* 底部 */

.footer {
    background: #2c2f34;
    width: 100%;
    margin-top: 2%;
}

@media (max-width: 768px) {
    .footer {
        padding-bottom: 90px;
    }
}

.footer_com {
    max-width: 1400px;
    width: 98%;
    margin: auto;
    padding: 3% 0px;
    overflow: hidden;
}

.footer_com .di_nav {
    width: 55%;
    float: left;
}

.footer_com .di_nav li {
    width: 20%;
    float: left;
    border-left: 1px solid #424449;
    padding-left: 15px;
}

.footer_com .di_nav li a {
    display: block;
    color: #97989a;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    width: 100%;
}

.footer_com .di_nav li a:hover {
    color: #0d70b8;
}

.footer_com .di_nav li .tit {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
}

.footer_com .er_right {
    width: 40%;
    float: right;
}

.footer_com .er_right .er {
    width: 25%;
    float: right;
}

.footer_com .er_right .er .pic {
    position: relative;
}

.footer_com .er_right .er .pic i {
    display: block;
    padding-bottom: 100%;
}

.footer_com .er_right .er .pic img {
    box-sizing: content-box;
    margin: 0 auto;
}

.footer_com .er_right .er .text {
    color: #ccc;
    text-align: center;
    margin-top: 20px;
}

.footer_com .er_right .er .text span {
    display: block;
    line-height: 25px;
    height: 25px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
}

.footer_com .er_right .er .text span:last-child {
    color: #aeaeae;
    font-size: 12px;
}

.footer_com .er_right .dian {
    width: 55%;
    float: left;
}

.footer_com .er_right .dian .di_bg img {
    display: inline-block;
    vertical-align: middle;
}

.footer_com .er_right .dian span {
    display: block;
    color: #ccc;
    font-size: 16px;
}

.footer_com .er_right .dian a {
    color: #ccc;
    font-size: 24px;
    font-family: Impact;
    display: inline-block;
    vertical-align: middle;
}

.footer_com .er_right .dian .txt {
    font-size: 18px;
    color: #cccccc;
    line-height: 36px;
    margin-top: 20px;
}

.footer_com .er_right .dian .map_a {
    background: #205da5;
    border: 1px solid #2670b7;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    width: 80%;
    height: 40px;
    line-height: 37px;
    margin-top: 20px;
}

.footer_com .er_right .dian .map_a:hover {
    font-weight: 700;
}

@media (max-width: 768px) {
    .footer_com .di_nav {
        display: none;
    }
    .footer_com .er_right {
        width: 100%;
        padding: 5% 0px;
    }
    .footer_com .er_right .er {
        width: 30%;
    }
    .footer_com .er_right .er .pic i {
        padding-bottom: 31.25%;
    }
    .footer_com .er_right .dian {
        width: 60%;
    }
}

@media (max-width: 480px) {
    .footer_com .er_right .er {
        width: 100%;
    }
    .footer_com .er_right .er .text {
        padding-left: 0px;
    }
    .footer_com .er_right .dian {
        width: 100%;
        display: block;
    }
    .footer_com .er_right .dian span {
        font-size: 14px;
        display: none;
    }
    .footer_com .er_right .dian a {
        font-size: 18px;
        display: none;
    }
    .footer_com .er_right .dian .map_a {
        display: block;
        margin: 15px auto 0px;
    }
}

.fotBot {
    width: 100%;
    background: #2b2b2b;
    padding: 20px 0;
}

.fotBot dl {
    color: #fff;
    font-size: 12px;
}

.fotBot dt {
    display: inline-block;
    vertical-align: top;
}

.fotBot dd {
    display: inline-block;
    vertical-align: top;
}

.fotBot dd a {
    color: #fff;
    font-size: 12px;
}

.fotBot dd span {
    display: inline-block;
    padding: 0 6px;
}

.fotBot dd span:last-child {
    display: none;
}

.fotBot .txt {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

.fotBot .txt p {
    display: inline-block;
    vertical-align: middle;
}

.fotBot .txt img {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 640px) {
    .footer_com .er_right .dian {
        text-align: center;
    }
    .footer_com .er_right .dian .txt {
        font-size: 14px;
        margin-top: 10px;
    }
    .footer {
        padding-bottom: 0;
    }
    .fotBot {
        padding: 10px;
    }
    .fotBot dd {
        margin-top: 10px;
    }
    .fotBot dd span {
        padding: 0 4px;
    }

    .fotBot .txt {
        text-align: center;
    }
}


.clearfix {
    _zoom: 1;
}


/* 产品 */

.com_zi {
    max-width: 1400px;
    width: 100%;
    margin: auto; padding-left: 250px;
}

.com_zi .left_zi {
    width: 217px;
    margin-left: -250px;
    float: left;
    border-right: 1px solid #f5f5f5;
}

.com_zi .left_zi .top_com {
    background: url(../images/left_top_bg.jpg) no-repeat;
    min-height: 180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.com_zi .left_zi .top_comm {
	background: url(../images/left_top_bg.jpg) no-repeat;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top:10px;
}

.com_zi .left_zi .top_com span {
    font-size: 27px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: block;
    overflow: hidden;
    color: #fff;
    padding: 0px 20px;
}

.com_zi .left_zi .top_com em {
    color: #fff;
    font-size: 16px;
    display: block; 
    margin-top: 5px; text-align: center; text-transform: uppercase;
}

.com_zi .left_zi .top_comm span {
    font-size: 27px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: block;
    overflow: hidden;
    color: #fff;
    padding: 0px 20px;
}

.com_zi .left_zi .top_comm em {
    color: #fff;
    font-size: 16px;
    display: block; 
    margin-top: 5px; text-align: center; text-transform: uppercase;
}

.com_zi .left_zi .top_com:after {
    content: url(../images/after_top.png);
    position: absolute;
    left: 0px;
    top: -33px;
    width: 374px;
    height: 33px;
    z-index: 99;
}
.com_zi .left_zi .top_comm:after {
    content: url(../images/after_top.png);
    position: absolute;
    left: 0px;
    top: -33px;
    width: 374px;
    height: 33px;
    z-index: 99;
}

.com_zi .left_zi .nav_left {
    border-left: 8px solid #e5e5e5;
    padding: 0px 6px;
    position: relative;
}
.com_zi .left_zi .nav_lefttwo {
    border-left: 8px solid #e5e5e5;
    padding: 0px 6px;
    position: relative;
}

.com_zi .left_zi .nav_left li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 30px;
    position: relative;
}
.com_zi .left_zi .nav_lefttwo li {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.com_zi .left_zi .nav_left li a {
    font-size: 14px;
    color: #666666;
    font-family: "微软雅黑";
    display: block;
    width: 100%;
    padding-right: 12px;
    overflow: hidden;
    height: 54px;
    line-height: 54px;
    background: url(../images/li_san.png) right center no-repeat;
}

.com_zi .left_zi .nav_lefttwo li a {
    font-size: 14px;
    color: #666666;
    font-family: "微软雅黑";
    display: block;
    width: 100%;
    padding-right: 12px;
    overflow: hidden;
    height: 54px;
    line-height: 54px;
}

.com_zi .left_zi .nav_left li:hover a {
    color: #0d6fb8;
    font-weight: 700;
}
.com_zi .left_zi .nav_lefttwo li:hover a {
    color: #0d6fb8;
    font-weight: 700;
}

.com_zi .left_zi .nav_left li .er {
    padding: 0px 0px 10px;
}

.com_zi .left_zi .nav_left li .er a {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    height: 24px;
    background: none;
    font-weight: 500;
}

.com_zi .left_zi .nav_left li .aproducon { display: none; }


.com_zi .left_zi .nav_left li .er a:hover {
    color: #0d6fb8;
}

.com_zi .left_zi .nav_left .active a {
    color: #0d6fb8;
    font-weight: 700;
}

.com_zi .left_zi .nav_left:before {
    content: "";
    position: absolute;
    height: 46px;
    width: 9px;
    top: 0px;
    left: -8px;
    background: #0d6fb8;
}

.com_zi .left_zi .pro_lei {
    border: 1px solid #f5f5f5;
    margin-top: 40px;
}

.proImg {
    margin-top: 10px;
}

.com_zi .left_zi .pro_lei .top {
    background: #0d6fb8 url(../images/li_lei.png) no-repeat 20px center;
    padding-left: 40px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 38px;
}

.com_zi .left_zi .pro_lei .pro_l_nei {
    padding: 20px 5px 10px;
    border-bottom: 1px solid #F5F5F5;
}

.com_zi .left_zi .pro_lei .pro_l_nei .pic {
    width: 100%;
    position: relative;
}

.com_zi .left_zi .pro_lei .pro_l_nei .pic i {
    display: block;
    padding-bottom: 69.12442396313364%;
}

.com_zi .left_zi .pro_lei .pro_l_nei p {
    height: 30px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
}

.com_zi .left_zi .pro_lei .left_g_new {
    padding: 20px;
}

.com_zi .left_zi .pro_lei .left_g_new li a {
    color: #686868;
    font-size: 13px;
    line-height: 27px;
    height: 27px;
    overflow: hidden;
    widows: 100%;
    display: block;
    background: url(../images/li_dian1.jpg) no-repeat left center;
    padding-left: 10px;
}

.com_zi .left_zi .pro_lei .left_g_new li a:hover {
    color: #3385c1;
    font-weight: 700;
}

@media (max-width: 992px) {
    .com_zi .left_zi {
        display: none;
    }
    .com_zi { padding-left: 10px; }
}

.com_zi .right_zi {
    width: 100%;
    float: right;
    padding-right: 10px;
}

.com_zi .right_zi .bar {
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0px 10px;
    overflow: hidden;
}

.com_zi .right_zi .bar .b_tt {
    float: left;
    font-size: 20px;
    color: #1f1f1f;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 20%;
    overflow: hidden;
}

.com_zi .right_zi .bar .curbar {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #6e6e6e;
    width: 78%;
    vertical-align: middle;
    margin-top: 12px;
}

.com_zi .right_zi .bar .curbar img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; margin-top: -2px;
}

.com_zi .right_zi .bar .curbar a {
    max-width: 100px;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}

.com_zi .right_zi .bar .curbar a:hover {
    color: #237dbe;
}

.com_zi .right_zi .bar .curbar i {
    font-style: normal;
    max-width: 100px;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
}

.com_zi .right_zi .bar .curbar i:last-child {
    color: #237dbe;
}

@media (max-width: 640px) {
    .com_zi .right_zi .bar {
        padding: 15px 0px 10px 10px;
    }
    .com_zi .right_zi .bar .curbar { margin-top:6px; }

}


.prodList ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.prodList li {
    width: 23%;
    margin-left: 2.5%;
    text-align: left;
    margin-top: 2%;
}


.prodList li:nth-child(2n) .text { background: #fdb029; }

.prodList li:nth-child(4n+1) {
    margin-left: 0;
}

.prodList li .text { background: #0672f2; padding: 10px; color: #fff; }
.prodList li .text strong { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.prodList li .text p { color: #fff; font-size: 12px; line-height: 20px; margin-top: 8px; height: 40px; overflow: hidden;  }

.prodList li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f4f4f4; border-bottom: none;
    padding: 20px; height: 240px; position: relative;
}

/* .prodList li .img img { position: absolute; left: 0px; top: 0px; object-fit: cover; width: 100%; height: 100%; padding: 10px; } */

.aprodList { margin-bottom: 20px; }

.prodList li a { display:block; }
.prodList li .img img { transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); }
.prodList li a:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); }





/*分页*/

.pageing {
    text-align: center;
    padding: 4% 0px;
}

.pageing a {
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    color: #898989;
    font-size: 14px;
    font-family: arial;
    padding: 0px 16px; height: 36px; line-height: 36px;
    margin-bottom: 10px;
    display: inline-block;
}

.pageing a:hover {
    background: #0d6fb8;
    color: #fff;
}

.pageing .active {
    background: #0d6fb8;
    color: #fff;
}

@media (max-width: 640px) {


    .prodList li {
        width: 49%;
        margin-left: 2%;
    }
    .prodList li:nth-child(2n+1) {
        margin-left: 0;
    }
}

.prodDetText {
    width: 100%;
    border: 10px solid #f6f6f6;
    display: flex;
    padding: 10px;
    margin-top: 30px;
}

.prodDetText .img {
    width: 30%; float: left; border: 1px solid #ebebeb; height: 300px; display: flex; align-items: center; justify-content: center;
    margin-right: 5%;
}

.prodDetText .txt {
    width: 65%; position: relative;
}

.prodDetText .txt h5 {
    font-size: 18px;
    color: #0d6fb8;
    line-height: 2;
}

.prodDetText .txt h4 { font-weight: bold; color: #fdb029; margin-top: 15px; }

.prodDetText .txt p {
    font-size: 14px;
    color: #666666;
    line-height: 28px; margin-top: 10px;
}

.prodDetText .txt .zx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prodDetText .txt .zx img {
    display: inline-block;
    vertical-align: middle;
}

.prodDetText .txt .zx em {
    font-size: 24px;
    color: #333333;
}

.prodDetText .txt .btn {
    display: block;
    width: 140px;
    line-height: 36px;
    background: #0d6fb8;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute; right: 0px; bottom: 0px;
}

.prodDetText .txt .btna {
    display: none;
    width: 140px;
    line-height: 36px;
    background: #0d6fb8;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute; right: 0px; bottom: 0px;
}

.prodDetList {
    /* background: #0d6fb8; */
    margin-top: 26px;
    border-bottom: 1px solid #fdb029;
}

.prodDetList a {
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    display: inline-block;
    padding: 0 60px;
}

.prodDetList a.active {
    background: #fdb029;
}

.prodDetMain {
    margin-top: 10px;
}

.prodDetMain p {
    font-size:12px;
	color: #666666;
	line-height: 25px;
}

.inquiryPop {
    padding-bottom: 30px;
}

.inquiryPop dl {
    overflow: hidden;
    margin-top: 20px;
    padding: 0 5%;
}

.inquiryPop dt {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    min-width: 90px;
    text-align: right;
    float: left;
}

.inquiryPop dt em {
    color: #ff0000;
}

.inquiryPop dd {
    display: block;
    padding-left: 90px;
    width: 100%;
}

.inquiryPop dd label {
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #666666;
}

.inquiryPop dd input[type='radio'] {
    margin-right: 10px;
}

.inquiryPop dd textarea {
    height: 190px;
    border: 1px solid #cdcdcd;
    padding: 10px;
    width: 100%;
}

.inquiryPop dd input[type='text'] {
    height: 30px;
    border: 1px solid #ddd;
    padding-left: 10px;
    width: 100%;
}

.inquiryPop .btn {
    width: 149px;
    line-height: 36px;
    background: #0d6fb8;
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 992px) {
    .inquiryPop dt {
        width: 100%;
        float: none;
        text-align: left;
    }
    .inquiryPop dd {
        padding-left: 0;
    }

    .inquiryPop dl { margin-top: 10px; }

    .prodDetText {
        flex-wrap: wrap;
        padding: 0px;
    }
    .prodDetText .img {
        display: block;
        margin: 0 auto;
        border: none; 
        height: 400px;
    }

    .prodDetText .img img { width: 100%; height:100% }


    .prodDetText .txt {
        width: 100%;
        border-bottom: 5px solid #eaeaea; padding-bottom: 20px;
    }
    .prodDetList a {
        padding: 10px;
        text-align: center;
        font-size: 14px;
    }

    .prodDetText .txt h5 { font-weight: bold; font-size: 16px; }

}


@media (max-width: 920px) {
    .prodDetText .txt p {
        line-height: 25px;
        margin-top: 10px;
        padding-right: 0px;
        font-size: 12px;
    }

    .prodDetText .txt .btn { position: fixed; bottom: 0px; left: 0px; width: 49.9%; margin: 0 auto; z-index: 88; padding: 7px 0px; }
    .prodDetText .txt .btna { position: fixed; bottom: 0px; left: 0px; width: 49.9%; margin: 0 auto; z-index: 88; padding: 7px 0px; display: none;}
    .prodDetText .txt .zx em {
        font-size: 18px;
    }
    .prodDetText .txt .zx p {
        width: 120%;
    }
    .prodDetList {
        overflow: hidden;
    }
    .prodDetList a {
        line-height: 30px; padding: 5px 20px;
    }
    .prodDetText .img {
        width: 100%;
		height: 100%;
    }
}


.about_zi {
    padding: 5% 0px;
    line-height: 24px;
    font-size: 13px;
    color: #666;
}

.about_zi img {
    margin: 10px auto;
}

.brandHead {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.brandHead img {
    margin-right: 10px;
}

.brandHead span {
    font-size: 16px;
    color: #0d6fb8;
}

.brandList ul {
    overflow: hidden;
    margin-top: 20px;
}

.brandList li {
    width: 15.6666666%;
    float: left;
    text-align: center;
    margin-left: 1.2%;
    margin-bottom: 40px;
}

.brandList li:nth-child(6n+1) {
    margin-left: 0;
}

.brandList li .img {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center; height: 70px; padding: 10px;
}

.brandList li span {
    font-size: 14px;
    color: #666666;
    display: block;
    margin-top: 10px;
}

.honorList ul {
    overflow: hidden;
}

.honorList li {
    width: 17.5%;
    float: left;
    text-align: center;
    margin-left: 3%;
    margin-top: 20px;
}

.honorList li span {
    font-size: 14px;
    color: #666666;
	height:40px;
    display: block;
    margin-top: 10px;
}

.honorList li:nth-child(5n+1) {
    margin-left: 0;
}

@media (max-width: 640px) {
.honorList {
padding: 0 10px;
}
.honorList li {
margin-top: 4%;
width: 48%;
}
.com_zi .right_zi .bar .b_tt {
font-size: 16px;
}


.honorList li:nth-child(1n+1) {
margin-left: 2%;
}

.prodDetText .txt .btna {
    display: block;
    width: 140px;
    line-height: 36px;
    background: #0d6fb8;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute; right: 0px; bottom: 0px;
}
.prodDetText .txt .btna { position: fixed; bottom: 0px; left: 0px; width: 49.9%; margin: 0 auto; z-index: 88; padding: 7px 0px; display: block;}
}

.techList li {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    padding-left: 31px;
}

.techList li .left {
    width: 90%;
}

.techList li .left h5 {
    font-size: 16px;
    color: #666666;
    position: relative;
    line-height: 24px;
}

.techList li .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.techList li .left h5:before {
    content: '';
    width: 14px;
    height: 16px;
    background: url('../images/icon3.png') 0 0 no-repeat;
    position: absolute;
    left: -25px;
    top: 4px;
}

.techList li .head span {
    font-size: 12px;
    color: #999999;
}

.techList li .txt {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    margin-top: 10px;
}

@media (max-width: 640px) {
    .techList li {
        padding: 10px;
    }
    .techList li .left h5 {
        font-size: 14px;
        width: 70%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .techList li .txt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .techList li .dow {
        width: 26px;
    }
}

.conHead {
    margin-top: 50px;
}

.conHead h5 {
    font-size: 30px;
    color: #666666;
    text-align: center;
}

.conDl {
    width: 60%;
    margin: 0 auto;
}

.conDl dl {
    margin-top: 70px;
}

.conDl dt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.conDl dt span {
    font-size: 24px;
    color: #333333;
    display: inline-block;
    margin: 0 10px;
}

.conDl dt em {
    font-size: 24px;
    color: #0d6fb8;
    font-family: 'Impact';
}

.conDl dd p {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.acontact { margin-top: 50px; margin-bottom: 20px;  }
.acontact .text { width: 42%; float: right; }
.acontact .text h3 { font-size: 18px; color: #333; font-weight: bold; }
.acontact .text p { line-height: 36px; font-size: 14px; margin-top: 20px; }
.acontact .text p span { color: #0d6fb8; }


#map { height: 340px; width:55%; float: left; }
#map img { max-height:none !important; max-width:none !important; }
.anchorBL { display:none !important;}


.siled {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
}

.siled li {
    background: #0d6fb8;
    text-align: center;
    padding: 10px;
    margin-top: 2px;
}

.siled li img {
    margin: 0 auto;
}

.siled li span {
    font-size: 12px;
    color: #ffffff;
}

@media (max-width: 640px) {
    .conDl {
        width: 100%;
        padding: 0 10px;
    }
    .conHead {
        margin-top: 20px;
    }
    .conHead h5 {
        font-size: 18px;
    }
    .conDl dl {
        margin-top: 20px;
    }
    .conDl dt span {
        font-size: 16px;
    }
    .conDl dt em {
        font-size: 16px;
    }
    .conDl dt img {
        width: 18px;
    }
    .conDl dd p {
        font-size: 14px;
        line-height: 24px;
    }
    #dituContent {
        height: 200px;
    }
    .siled {
        top: 25%;
    }
    .siled img {
        width: 20px;
    }
    .siled li {
        padding: 5px;
    }
    .siled li span {
        font-size: 10px;
    }
}

.shopMain {
    width: 50%;
    margin: 0 auto;
}

.shopMain ul {
    width: 90%;
    margin: 0 auto;
}

.shopMain li {
    margin-top: 20px;
}

.shopMain li a {
    display: flex;
    align-items: center;
}

.shopMain li span {
    font-size: 16px;
    color: #666666;
}

.shopMain .txt {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 60px;
}

@media (max-width: 640px) {
    .shopMain {
        width: 100%;
    }
    .shopMain ul {
        width: 100%;
        padding: 0 10px;
    }
    .shopMain li img {
        width: 60px;
    }
    .shopMain li span {
        font-size: 12px;
    }
    .shopMain .txt {
        font-size: 14px;
        color: #666666;
        margin-top: 20px;
        padding: 0 10px;
    }
}

.newsLi li a {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 10px;
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 12px;
}

.newsLi li a:hover h5 { color:#237dbe; }




.newsLi li .left {
    overflow: hidden;
    width: 85%;
}

.newsLi li .left .img {
    float: left;
	width:20%;
    margin-right: 20px;
}

.newsLi li .left h5 {
    font-size: 16px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.newsLi li .left p {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    margin-top: 10px;
}

.newsLi li .time {
    background: #f6f6f6;
    text-align: center;
    padding: 10px;
    width: 88px;
    height: 88px;
}

.newsLi li .time p {
    font-size: 24px;
    color: #333333;
}

.newsLi li .time em {
    font-size: 12px;
    color: #999999;
}

.newsLi li .moreNew {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 640px) {
    .newsLi {
        padding: 0 10px;
    }
    .newsLi li {
        display: block;
    }
    .newsLi li .left {
        width: 100%;
    }
    .newsLi li .left .img {
        float: none;
    }
    .newsLi li .left .img img {
        margin: 0 auto;
    }
    .newsLi li .left h5 {
        font-size: 16px;
        margin-top: 10px;
    }
    .newsLi li .left p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /*.newsLi li .time{
        width: auto;
        height: auto;
        margin-top: 10px;
    }*/
	.newsLi li .left .img {
	    margin-right: 20px;
		width:100%;
	}
}
.newsMain .head{
    text-align: center;
    margin-top: 40px;
}
.newsMain .head h1{
    font-size: 18px;
    color: #666666;
}
.newsMain .head span{
    font-size: 12px;
    color: #999999;
    display: inline-block;
    margin: 0 8px;
    margin-top: 10px;
}
.newsMain .txt{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
}
.newsMain .txt img{
    margin: 10px auto;
}
.newsPage ul{
    overflow: hidden;
    margin-top: 20px;
}
.newsPage li{
    width: 50%;
    border: 1px solid #ddd;
    padding: 10px;
    float: left;
}
.newsPage li h5{
    font-size: 12px;
    color: #999;
}
.newsPage li p{
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.newsPage li:last-child{
    margin-left: -1px;
}
@media (max-width: 640px) {
    .newsMain .head{
        margin-top: 20px;
    }
    .newsMain .head h5{
        font-size: 16px;
    }
    .newsMain .head span{
        margin: 0 5px;
        margin-top: 10px;
    }
    .newsMain .txt{
        padding: 0 10px;
    }
    .newsPage li p{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.branMain{
    margin-top: 40px;
    overflow: hidden;
    padding-bottom: 28px;
    border-bottom: 1px solid #ddd;
}
.branMain .img{
    width: 300px;
    border: 1px solid #ddd;
    padding: 26px;
    float: left;
    margin-right: 20px;
}
.branMain h5{
    font-size: 18px;
    color: #0d6fb8;
}
.branMain p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
}
@media (max-width: 640px) {
    .branMain{
        padding: 0 10px;
    }
    .branMain .img{
        width: 100%;
        margin-bottom: 10px;
    }
    .branMain .img img{
        margin: 0 auto;
    }
}
.feed_ul li {
  width: 49%;
  float: left;
  margin-bottom: 15px;
  margin-right: 2%;
}
.feed_ul li:nth-child(2n+2) {
  margin-right: 0px;
}
.feed_ul li .div_biao {
  line-height: 36px;
  color: #9b9b9b;
}
.feed_ul li .div_biao img {
  float: left;
  margin-top: 11px;
  margin-right: 5px;
}
.feed_ul li .div_biao i {
  font-style: normal;
  color: #FF0000;
  display: inline-block;
  line-height: 36px;
  margin-left: 3px;
}
.feed_ul li input {
  width: 100%;
  padding: 10px;
  background: #e0f0fd;
  border: none;
}
@media (max-width: 480px) {
  .feed_ul li {
    width: 100%;
    margin-right: 0px;
  }
  .feed_ul li .div_biao {

  }
}
.form_div {
  padding: 5% 0px;
}
.form_div .div_biao {
  line-height: 36px;
  color: #9b9b9b;
}
.form_div .div_biao img {
  float: left;
  margin-top: 11px;
  margin-right: 5px;
}
.form_div .div_biao i {
  font-style: normal;
  color: #FF0000;
  display: inline-block;
  line-height: 36px;
  margin-left: 3px;
}
@media (max-width: 480px) {
  .form_div .div_biao {

  }
}
.form_div .nei_c {
  margin-bottom: 15px;
}
.form_div .nei_c textarea {
  width: 100%;
  padding: 10px;
  background: #e0f0fd;
  border: none;
  resize: none;
  min-height: 215px;
}
.form_div .yan_div {
  margin-bottom: 15px;
}
.form_div .yan_div input {
  max-width: 299px;
  width: 35%;
  padding: 10px;
  background: #f7f7f7;
  border: none;
  margin-right: 10px;
}
.form_div .yan_div a {
  color: #888888;
  font-size: 14px;
  margin-left: 10px;
}
.form_div .btn_th {
  color: #fff;
  background: #0d6fb8;
  width: 100%;
  max-width: 248px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 20px auto;
  display: block;
}
.form_div .btn_th:hover {
  font-weight: 700;
}

.right_nav{ right:0; bottom:300px; position:fixed; text-align:left;overflow: hidden;z-index:999;}
.right_nav li{background:#00489d;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative; right: -70px;}
.right_nav li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_nav li img{width: 30px;height:30px;}
.right_nav li h4{color: #fff;font-size:14px;margin:2px 0;margin-left: 15px;}
.right_nav li:hover{background:#cf1322}
.right_nav li .hideBox{display: none;width:200px;position: absolute;right:120px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.right_nav li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid #0085cd;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.right_nav li .hideBox .hb h5{padding: 5px 0;border-bottom: 2px solid #ccc;color: #0085cd;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;}
.right_nav li .hideBox .hb p {margin-top: 5px;font-size: 18px;font-weight: 700;}
.right_nav li .hideBox .hb .qqtalk{margin-top: 10px;}
.right_nav li .hideBox .hb .qqtalk a{display: flex;align-items: center}
.right_nav li .hideBox .hb .qqtalk img{width: 25px;height:25px;}
.right_nav li .hideBox .hb .qqtalk p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;}
.right_nav li:nth-child(3) .hideBox img{width:140px;height: 140px;margin-top: 10px;}

@media (max-width: 1024px) {
  .right_nav{display: none;}
}