@charset "utf-8";
html {
    color: #444;
    font-size: 14px;
    font-family:"思源黑体 CN","Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";transition: all 0.5s;
    height: 100%;
    background: #fff;
}
@media (min-width: 1025px) {  
    html {
        font-size: 34px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 36px!important;
    }
}

* {
    margin: 0;
    padding: 0;  
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
em,cite {
    font-style: normal
}
fieldset,img {
    border: 0
}
li {
    list-style: none
}
caption,th {    text-align: left}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0;
    font-variant: normal
}
sup {    vertical-align: baseline}
sub {
    vertical-align: baseline
}
legend {
    color: #000
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,button,textarea,select {
    *font-size: 100%
}
a {
    color: #666;
}

a:link,a:visited {
    text-decoration: none;
    font-family: Arial, "Microsoft YaHei", simsun, sans-serif, Mingliu, Verdana, Helvetica, Lucida
}

a:hover,a:active {
    text-decoration: none;
}
input,select {
    outline: none
}
body {    background: #fff;
}

* {    transition-duration: 0.3s;    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.w1 {
    max-width: 1400px;
    margin: 0 auto;
    display: block;}


.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

.textflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header {
   width: 100%;
    z-index: 999;  
    position: relative;}

.hea_top{ width: 100%; display: block; position: absolute; top:0;height: 100px; z-index: 10; }

.hea_top .logo {
    width: 243px;
    margin: 1.2rem 0 0;
    display: block;
    overflow: hidden;  
}
.hea_top .logo .logo01{display: block;}
.hea_top .logo .logo02{ display: none; }
.hea_top .logo img {    
    display: block;
    float: left;   
    max-width: 100%;  
}
.top_tel{ display: block; overflow: hidden; margin-top:.2rem; }
.top_tel h3{ font-size: .52rem; color: #fff; line-height: 40px; background: url(../images/top_tel.png) left no-repeat; padding-left: 35px; }

.top_nav{ width: 100%; display: block; padding: 0 6%; box-sizing: border-box; }
.search{ width: 180px; display: block; overflow: hidden; margin-left:12px;}
.search .boxs{ border-radius: 30px; display: block; overflow: hidden; background: #314da0; }
.search .boxs .texts{ font-size: 14px; color: #a4b3e1; line-height: 40px; float: left;width: calc(100% - 50px); background: none; border:none; padding-left: 10px; box-sizing: border-box; }
.search .boxs .texts::placeholder{ color: #a4b3e1; }
.search .boxs .btnSubmits{ width: 40px; background: url(../images/top_btm.png) center no-repeat; height: 40px; display: block; float:right;border:none;cursor: pointer; }




@media(max-width: 1600px){
  .top_nav{ padding: 0 60px; }  
}

.flash{ width: 100%; display: block; overflow: hidden; }

/* 导航 */
.navlist {
    width: 72%;margin-top:.8rem;  
}
.nav_out {
    width: calc(100% - 365px);
    display: block;
    margin: 0 auto;
}
.tem_head nav {
    width: 100%;
    height: 50px;
    line-height: 50px;  
}

.tem_head nav .a011 {
    position: relative;
    display: flex;
    justify-content: space-around;}

.tem_head nav .a011 li {
    position: relative;
}



.tem_head nav .a011 li.icon::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #e62129;
}



.tem_head nav .a011 li.icon:hover::after {
    transform: rotateZ(180deg);
    margin-top: -2px;
    transition: all .3s;
}



.tem_head nav a {
    display: block;
    font-size: .5rem;
    text-align: center;
    color: #fff;
    position: relative;   
}



.tem_head nav li>a::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    width: 0;
    height: 3px;
    background: #fff;
    transition: all .3s;
}



.tem_head nav a:hover::after {
    width: 100%
}



.tem_head nav li>a:hover {

    line-height: 50px;
    color:#71b9fd;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}



.tem_head nav li>a.navdown {
    position: relative;
    color:#71b9fd;
}



.tem_head nav li>a.navdown::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 3px;
    background: #fff;
}

.tem_head nav .a011 ul{ 
    width:160px;opacity: 0;
    position: absolute;
    top: 160%;
    visibility: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    z-index: 9999;
    background: rgba(20, 20, 20, 0.5);}
 .tem_head nav .a011 li:hover ul{ top: 50px;
    left: -50%;
    opacity: 1;
    visibility: visible;}  
.tem_head nav  li>ul li a{ display: block; font-size: 14px; line-height: 40px !important; color: #fff; background: none; }
.tem_head nav  li>ul li a:hover{  background: #2c4c91; color: #fff; }
.tem_head nav  li>ul li a:after{ display: none; }




.tem_head nav dl dd a {

    line-height: 30px;

    border-bottom: 1px solid rgba(255,255,255,0.2);

    transition: all .3s;

    font-size: 14px;

    padding: 5px 0;

    color: #fff;

}



.tem_head nav dl dd a:hover {

    transform: translateX(5px);

    border-bottom: 1px solid #ccc;

}



.tem_head nav dl dd a:last-child {

    border-bottom: none;

}


.top_search {
    margin-top: .9rem;
    position: relative;
    font-size: .45rem; 
    color: #fff;
    margin-left: .8rem;   
    overflow: hidden;
}

.top_search .sea_btn01{ display: block; }
.top_search .sea_btn02{ display: none; }

@media (max-width: 1440px) {
  .w1 {   
    padding: 0 30px;
    display: block;
    box-sizing: border-box;
}

}

.header02{background: #fff;  }
.header02 .top_nav .logo .logo01{display: none;}
.header02 .top_nav .logo .logo02{ display: block; }
.header02 .tem_head nav a{ color: #222; }
.header02 .tem_head nav a:hover{color: #2c4c91;}


.header02 .top_tel p{ color: #2e2e2e; }
.header02 .top_tel h3{ color: #2e2e2e; }

.header02 .tem_head nav li>a::after{ background: #2c4c91;}
.header02 .tem_head nav li>a.navdown{color: #2c4c91;}
.header02 .tem_head nav li ul li a{ color: #fff; }
.header02 .tem_head nav li ul li a:hover{color: #ddd;}


/*  产品列表 */
.section{ padding:2rem 0; display: block; overflow: hidden; }
.index_product{ background: url(../images/bg01.jpg) top center no-repeat; }
.pro_tit{ display: block; overflow: hidden; position: relative;  text-align: center;}
.pro_tit h4{ font-size: 1.2rem; color: #ececec;  line-height: 58px; padding-bottom:.8rem; text-transform: uppercase; position: relative; }
.pro_tit h4:after{ width: 50px; height: 3px; background: #2c4c91;content:''; position:absolute; bottom: 0; left: 50%; margin-left: -25px; }
.pro_tit h3{ font-size: 1.2rem; color: #434e59; line-height: 58px;  position: absolute; text-align: center;width: 100%; top:.5rem; }

.pro_tit02{ display: block; overflow: hidden; position: relative;  text-align: center;}
.pro_tit02 h4{ font-size: .9rem; color: #6d9abf;  line-height: 58px; padding-bottom:.4rem; text-transform: uppercase; }
.pro_tit02 h3{ font-size: 1rem; color: #ffffff; line-height: 58px;  position: absolute; text-align: center;width: 100%; top:0; }
.products_tab{ display: block;  margin-top:1.5rem;}
.products_tab .tab-hd{ display: flex; justify-content: center;
    align-items: center; }
.products_tab .tab-hd li{ display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100px;
    color: #575757;
    text-align: center;
    position: relative;line-height: 76px;font-size: 18px; background: #f7f7f7; padding: .3rem 0; width: 19%; margin-right: 1.25%; border-radius: 12px; }
.products_tab .tab-hd li:last-child{ margin-right: 0 }
.products_tab .tab-hd li img{margin-right: 12px;
    height: 40px;}
.products_tab .tab-hd li.active02{ background: #2c4c91;color: #fff; }
.products_tab .tab-hd li.active02 .tran300{filter: brightness(0) invert(1);}
.products_tab .tab-hd li:after{    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top-color: #2c4c91;
    opacity: 0;}
.products_tab .tab-hd li.active02:after{ opacity: 1;
    bottom: -24px;
    transition: all 0.3s linear 0.2s; }

.products_tab .tab-bd{ display: block;margin-top: 1.8rem; }
.products_tab .tab-bd li{ display: none; position:relative; padding:0 56px; width: calc(100% + 20px); margin-left: -56px;}
.products_tab .tab-bd li:nth-child(1){ display: list-item; }
#produc01{ display: block; overflow: hidden; }
#produc01 .swiper-slide{}
#produc01 .swiper-slide dl{display: block; overflow: hidden; border:1px solid #eee; }
#produc01 .swiper-slide dl dt{display: block; overflow: hidden;}
#produc01 .swiper-slide dl dt img{ display: block; width: 100%;margin: 1rem 0; }
#produc01 .swiper-slide dl dd{ padding: .8rem .5rem; background: #f0f0f0;display: block; overflow: hidden; position:relative; }
#produc01 .swiper-slide dl dd h3{ font-size: .55rem; color: #333333; line-height: 1.6; }
#produc01 .swiper-slide dl dd p{ font-size: .48rem; color: #999999; line-height: 2; }
#produc01 .swiper-slide dl dd span{ position:absolute; width: 54px; height: 54px; display: block; background: url(../images/p_more.png) no-repeat; top:.8rem; right:.5rem;  }
#produc01 .swiper-button-prev{ width: 50px; height: 50px; background: url(../images/ico_fl.png) no-repeat; left: 0; }
#produc01 .swiper-button-next{ width: 50px; height: 50px; background: url(../images/ico_fl.png) no-repeat; right: 0; transform: rotate(180deg) }
#produc01 .swiper-slide dl:hover dd{ background: #2c4c91; }
#produc01 .swiper-slide dl:hover dd h3{ color: #fff; }
#produc01 .swiper-slide dl:hover dd p{ color: #fff; }
#produc01 .swiper-slide dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
#produc01 .swiper-slide dl:hover dd span{filter: brightness(0) invert(1);}

/* 解决方案 */
.index_solution{ padding: 2rem 0 0;display: block;overflow: hidden; }
.solutions{position:relative; display: block;overflow: hidden; margin-top:1.6rem;}
.solutions .tab-hd02{     position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    overflow: hidden; }
.solutions .tab-hd02 li{flex: 1;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    border-left: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    cursor: pointer;
    position: relative;}
.solutions .tab-hd02 li:first-child {    border: none;}
.solutions .tab-hd02 li:before{content: "";
    position: absolute;
    left: -1px;
    top: -100px;
    width: 1px;
    height: 100px;
    background-image: linear-gradient(180deg,transparent,#fff);
    animation: lineMove 2s ease-in-out infinite;}

.solutions .tab-hd02 li:nth-child(2):before{animation-delay: 0.2s;}
.solutions .tab-hd02 li:nth-child(3):before{animation-delay: 0.4s;}
.solutions .tab-hd02 li:nth-child(4):before{animation-delay: 0.6s;}
.solutions .tab-hd02 li:nth-child(5):before{animation-delay: 0.8s;}

.solutions .tab-hd02 li a{display: block;
    width: 100%;
    height: 100%;
    position: relative;}
.solutions .tab-hd02 li a .cont{    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    transition: all 0.8s ease 0.1s;}
 .solutions .tab-hd02 li a .cont .icon{width: 132px;height: 132px;border: 4px solid #ffffff;border-radius: 50%;text-align: center;line-height: 132px;font-size: 0;margin: 0 auto 36px;font-size: 0;}
.solutions .tab-hd02 li a .cont .icon img{width: 100%;height: 100%;border-radius: 50%;}
.solutions .tab-hd02 li a .cont h5{line-height: 30px;font-weight: normal;}
.solutions .tab-hd02 li a .cont .line{display: block;width: 80px;;margin: 32px auto 40px;height: 4px; border-radius:12px;background: #fff;opacity: 0.68;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.solutions .tab-hd02 li a .cont p{line-height: 30px;height: 0;overflow: hidden;}
.solutions .tab-hd02 li:hover a .cont{bottom: 48px;}
.solutions .tab-hd02 li:hover a .cont .line{transition: all 0.5s ease 0.55s;transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 0.68;visibility: visible;}
.solutions .tab-hd02 li:hover a .cont p{height: 60px;}
   
.cont .b01{ background: url(../images/icon_2.png) 0 0 no-repeat; }
.cont .b02{ background: url(../images/icon_2.png) 0 -132px no-repeat; }
.cont .b03{ background: url(../images/icon_2.png) 0 -264px no-repeat; }
.cont .b04{ background: url(../images/icon_2.png) 0 -396px no-repeat; }
.cont .b05{ background: url(../images/icon_2.png) 0 -528px no-repeat; }
.cont .b06{ background: url(../images/icon_2.png) 0 -660px no-repeat; }

@keyframes lineMove{
    to{top: 100%;}
}


.solutions .tab-bd02{display: block;overflow: hidden;}
.solutions .tab-bd02 li{ display: none; }
.solutions .tab-bd02 li.active02{ display: list-item; }
.solutions .tab-bd02 li .so_img{ display: block;overflow: hidden; }
.solutions .tab-bd02 li .so_img img{ display: block; width: 100%; -webkit-filter: blur(3px);
    filter: blur(3px);}
.solutions .tab-bd02 li.active02 .so_img img{animation: lineMove02 2s ease 1 forwards;}


@keyframes lineMove02{
    from {
       -webkit-filter: blur(3px);
    filter: blur(3px);
    }
    to {
       -webkit-filter: blur(0);
    filter: blur(0);
    }
}


/* 关于我们  */
.index_about{ background: url(../images/bg02.jpg) no-repeat; position: relative;width: 100%; }
.about_img{ width: 46%; display: block; overflow: hidden;position: absolute;right: 0; top:8%; }
#company_pic{ width: 100%; position: relative; display: block; overflow: hidden; border-top-left-radius:12px;border-bottom-left-radius:12px; }
#company_pic .swiper-slide{}
#company_pic .swiper-slide .com_img{display: block; overflow: hidden;}
#company_pic .swiper-slide .com_img img{ width: 100%; display: block;}
#company_pic .swiper-pagination-bullets{ width: 30%; left: 0; }
#company_pic .swiper-pagination-bullet{ width: 12px; height: 12px; background: #fff;opacity: 1; box-shadow: 1px 1px 6px #666; }
#company_pic .swiper-pagination-bullet-active{ background: #3a5ca4 }


.company_con{ width: 50%; display: block; overflow: hidden; }
.com_bt{display: block; overflow: hidden; position: relative;}
.com_bt h4{ font-size: 2.6rem; color: #ececec; line-height: 88px; }
.com_bt h3{ position: absolute; top:20px; font-size: 1.2rem; color: #222222; }
.com_desc{ display: block; overflow: hidden; padding: 1rem 0 3rem;}
.com_desc p{ font-size: .48rem; color: #464646; line-height: 2; text-align: justify; }
.com_desc span{width: 160px;  display: block; margin-top:1.2rem;overflow: hidden;}
.com_desc span a{border:1px solid #2c4c91; border-radius: 30px;display: block; background: url(../images/com_more.png) 88% center no-repeat; font-size: .45rem; line-height: 2; padding: .2rem 0 .2rem .7rem; color: #2c4c91; }
.com_desc span a:hover{background: url(../images/com_more.png) 88% center no-repeat #2c4c91; color: #fff;}
.com_list{ display: block; overflow: hidden; }
.com_list ul{ list-style: none; display: block; overflow: hidden;}
.com_list ul li{ width: 20%; float: left; display: block; margin-right: 15%;  overflow: hidden; text-align: center; }
.com_list ul li:last-child{ margin-right: 0; }
.com_list ul li i{ width: 100px; height: 95px; display: block;overflow: hidden;margin:0 auto; }
.com_list ul li .c01{ background: url(../images/ico02.png) -13px 0 no-repeat; }
.com_list ul li .c02{ background: url(../images/ico02.png) -150px 0 no-repeat; }
.com_list ul li .c03{ background: url(../images/ico02.png) -275px 0 no-repeat; }
.com_list ul li:hover i{-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}
.com_list ul li p{ font-size: .5rem; color: #000000; line-height: 2; }
.com_list ul li:hover p{color:#2c4c91}

@media(max-width: 1600px){
 .com_desc{ padding: .5rem 0; }   
}

.about_sj{position: relative;width: 100%;display: block; overflow: hidden; margin-top:1rem;}
.line01{ width: 20%; position: absolute; height: 100%; background: #2c4c91; top:0; left: 0;z-index: 2; border-top-right-radius: 12px;border-bottom-right-radius: 12px; }
.line02{ width: 20%; position: absolute; height: 100%; background: #2c4c91; top:0; right: 0;z-index: 2;border-top-left-radius: 12px;border-bottom-left-radius: 12px;  }
.sj_list{ position: relative;display: block; overflow: hidden;z-index: 5 }
.sj_list ul{ display: block; overflow: hidden;list-style: none; }
.sj_list ul li{ width: calc(25% - 3px); margin-right: 3px;float: left; display: block; overflow: hidden; position: relative;  }
.sj_list ul li:after{ width: 100%; background: #2c4c91;height: 100%;  content:''; top:0; left: 0;position: absolute; z-index: 2; }
.sj_list ul li:last-child{ margin-right: 0; width: 25%; }
.sj_list ul li .s01{ position: relative;display: block; overflow: hidden;z-index: 5;padding: 1.5rem 1rem; box-sizing: border-box;}
.sj_list ul li .numb{ font-size: 16px; color: #bcc9e6; }
.sj_list ul li .numb span{ font-size: 1.2rem; color: #bcc9e6;font-weight: bold; }
.sj_list ul li p{ font-size: .5rem; color: #ffffff; line-height: 2; }
.sj_list ul li:nth-child(1):after{ border-top-right-radius: 12px;border-bottom-right-radius: 12px; }
.sj_list ul li:nth-child(4):after{ border-top-left-radius: 12px;border-bottom-left-radius: 12px; }
.sj_list ul li:nth-child(2):after{ border-radius: 12px;}
.sj_list ul li:nth-child(3):after{ border-radius: 12px; }
.sj_list ul li i{ width: 60px; height: 60px; display: block; position: absolute; top:8%; right: 10%; }
.sj_list ul li .d01{ background: url(../images/ico03.png) 0 0 no-repeat; }
.sj_list ul li .d02{ background: url(../images/ico03.png) -100px 0 no-repeat; }
.sj_list ul li .d03{ background: url(../images/ico03.png) -180px 0 no-repeat; }
.sj_list ul li .d04{ background: url(../images/ico03.png) -280px 0 no-repeat; }


/* 新闻资讯  */
.index_news{ background: url(../images/bg03.jpg) no-repeat; }
.news_tab{ margin-top:1rem;display: block; }
.news_tab .tab-hd03{     display: flex;
    text-align: center;
    overflow: hidden;
    justify-content: center;}
.news_tab .tab-hd03 li{ display: inline-block; font-size: .5rem;color:#2c4c91; line-height: 2; border-radius: 30px; border:1px solid #2c4c91; padding: .2rem 1.2rem; margin-right: .3rem; }
.news_tab .tab-hd03 li:last-child{ margin-right: 0; }
.news_tab .tab-hd03 li.active02{ background: #2c4c91; color: #fff; }
.news_tab .tab-bd03{ width: 46%; display: block; margin-top:1.4rem;}
.news_tab .tab-bd03 li{ display: none;  }
.news_tab .tab-bd03 li:nth-child(1){ display: list-item; }
.news_tab .tab-hd03 li a{ color: #2c4c91; display: block; }
.news_tab .tab-hd03 li:hover a{ color: #fff; }
.news_tab .tab-hd03 li.active02 a{ color: #fff; }
.news_tab .tab-bd03 .news_list{ display: block;  }
.news_list dl{display: block;  margin-bottom: .75rem; padding:.8rem .5rem .8rem .9rem; box-sizing: border-box; background: #f5f7fa;  min-height: 121px; }
.news_list dl:nth-child(3){ margin-bottom: 0; }
.news_list dl dt{float: left; width: 75px; display: block;overflow: hidden;}
.news_list dl dt h3{ font-size: 40px; color: #808080; line-height: 45px; }
.news_list dl dt p{ font-size: 14px; color: #808080; line-height: 20px; }
.news_list dl dd{ width: calc(100% - 90px); float: right; display: block; overflow: hidden; padding-right: 50px;box-sizing: border-box;    position: relative; }
.news_list dl dd h3{ font-size: 20px; color: #232323; line-height: 30px; font-weight: normal; }
.news_list dl dd p{ font-size: 16px; color: #606060; line-height: 28px; margin-top:.2rem; }
.news_list dl:hover{ background: #fff; box-shadow: 1px 1px 6px #ddd; }
.news_list dl:hover dt h3{color:#2c4c91;}
.news_list dl:hover dt p{color:#2c4c91;}
.news_list dl dd span{width: 40px; height: 40px; display: block; position: absolute; right: 0; top:.5rem; background: url(../images/icon_3.png) -129px -393px no-repeat;}
.news_list dl:hover dd span{background: url(../images/icon_3.png) -68px -393px no-repeat;}

.news_img{ width: 52%;display: block; overflow: hidden;margin-top:1.4rem; } 
#news_pic{ position: relative;display: block; overflow: hidden; }
#news_pic .swiper-slide{display: block; overflow: hidden; }
#news_pic .swiper-slide dl{display: block; overflow: hidden; position: relative;}
#news_pic .swiper-slide dl dt{ display: block; overflow: hidden;  }
#news_pic .swiper-slide dl dt img{ display: block; width: 100%; }
#news_pic .swiper-slide dl dd{ position: absolute;  background: linear-gradient(to bottom, rgba(0,0,0,0.01) , rgba(0,0,0,0.4)); bottom: 0; left: 0; padding: .7rem .5rem }
#news_pic .swiper-slide dl dd h3{ font-size: .5rem; color: #fff; line-height:40px; }
#news_pic .swiper-slide dl dd p{ font-size: 15px; color: #fff; line-height: 30px; }
#news_pic .swiper-pagination-bullets{ width: 60px; right: 15px; left: auto; bottom: 15px; }
#news_pic .swiper-pagination-bullet{ width: 10px; height: 10px; background: #fff; opacity: 1; }
#news_pic .swiper-pagination-bullet-active{ background: #2c4c91; }


/* 底部  */
.footer{ background: url(../images/db.jpg)  no-repeat; display: block;  }
.db_logo{ display: block; border-bottom: 1px solid #34549a; height: 100px;padding: .5rem 0 0; box-sizing: border-box; }
.foot_lo{ float: left; display: block; overflow: hidden; }

.select { height: 45px; position: relative;margin: 10px 0 0 0;width: 270px;}
.select dt { height: 45px; display: inline-block; background: url(../images/downIcon.png) no-repeat 220px center; line-height: 45px; padding: 0 30px 0 10px; cursor: pointer; 
    width: 230px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; z-index: 3; color: #6682c0; font-size: 16px;border:1px solid #6682c0; border-radius: 12px; }
.select dt:hover,.select dt.cur {}
.select dd {width: 100%;position: absolute; left: 0; bottom: 45px; background: #fff; display: none; }
.select dd ul{ width: 100%; max-height: 250px; overflow: auto; }
.select dd ul li { display: block; width: 100%; float: left; }
.select dd ul li a { line-height: 30px; display: block; padding: 0 8px; font-size: 16px; color: #666;}
.select dd ul li a:hover { background: #f5f5f5; }
.select dd ul::-webkit-scrollbar{width:3px;height:3px}
.select dd ul::-webkit-scrollbar-button:vertical{display:none}
.select dd ul::-webkit-scrollbar-corner,
.select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#ca161d; }
.select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.select dd ul::-webkit-scrollbar-thumb:vertical:active{ }


.db_con{display: block; overflow: hidden; padding:1.8rem 0 2.2rem;}
.db_nav{ width: 68%; display: block;overflow: hidden;  }
.db_nav dl{ width: 20%; float: left; display: block; overflow: hidden; }
.db_nav dl dt{display: block; font-size: 18px; color: #fff; line-height: 36px;}
.db_nav dl dd{ display: block; overflow: hidden; padding: .3rem 0; }
.db_nav dl dd a{ display: block; font-size: 15px; color: #c0cde8; line-height: 36px; }
.db_nav dl dd a:hover{ color: #fff; }

.db_lx{ width: 30%;display: block;overflow: hidden; }
.db_lx h3{ font-size: .5rem; color: #fff; line-height: 1.8; padding-left:55px; background: url(../images/tel.png) left no-repeat; font-weight: normal;  }
.db_lx h3 b{ font-size: .8rem; font-weight: bold; }
.db_lx .lx_lb{ margin-top:.3rem;display: block;overflow: hidden; padding-left:55px; }
.db_lx .lx_lb p{ font-size: 14px; color: #c0cde8; line-height: 32px; background: url(../images/lx_ico.png)  left 5px no-repeat; padding-left: 30px; }


.copyright{display: block;overflow: hidden; padding: .6rem 0; background: #36415a; }
.copyright p{ font-size: 16px; color: #91a2c6; line-height: 40px;}
.copyright p a{ color: #91a2c6; }


/* 内页头部  */
.sidebar{ display: block; border-bottom: 1px solid #dddddd; overflow: hidden; }
.sidebar .side_list{display: block;overflow: hidden;width: 70%;}
.sidebar .side_list ul{ list-style: none;display: block;overflow: hidden; }
.sidebar .side_list ul li{float: left;text-align: center;position: relative;}
.sidebar .side_list ul li a{
    display: block;
    font-size: .48rem;
    color: #333;
    line-height: 70px;
    padding: .2rem .8rem;
    }
.sidebar .side_list ul li:hover a,.side_list ul li a.on1{color: #fff;background: #2c4c91;}   
.sidebar .positions{margin-top: .2rem;}
.sidebar .positions p{background: url(../images/position.png) left no-repeat;padding-left:30px;font-size: 14px;color: #333;line-height:60px;}
.sidebar .positions p a{color: #333;}

.part01{ padding: 1.8rem 0; display: block; overflow: hidden;  }
.com_desc02{ width: 50%; display: block;overflow: hidden;padding-top:.5rem; }
.com_desc02 h3{ font-size: .9rem; color: #434e59; line-height: 2; position: relative;padding-bottom: 10px;letter-spacing: 2px; font-weight: normal; }
.com_desc02 h3:after{ width: 50px; height: 3px; content:''; position: absolute; bottom: 0; left: 0; background: #164877 }
.ases_about{ padding: .5rem 0;display: block; overflow: hidden; }
.ases_about p{ font-size: .48rem; color: #6c6c6c; line-height: 2.2; text-align: justify;}
.com_img02{ width: 47%;  display: block; overflow: hidden;  border-radius: 30px;}
.com_img02 img{ display: block; }

.par_about{display: block; overflow: hidden;}

.about_num{display: block; overflow: hidden; margin-top:2rem;width: 100%;  }
.about_num ul{ list-style: none;display: block; overflow: hidden; }
.about_num ul li{ float: left; width: 28%; display: block; overflow: hidden; }
.about_num ul li:nth-child(3){ width: 24%; }
.about_num ul li:last-child{ width: 18%; float: right; }
.about_num ul li h3{ font-size: 16px; color: #2c4c91; font-weight: normal;position: relative; padding-bottom: 8px; }
.about_num ul li h3 span{ font-size: 1.4rem; font-weight: bold; }
.about_num ul li h3:after{ width: 30px; height: 2px; background:#2c4c91; content:''; position: absolute; bottom: 0; left: 0;  }
.about_num ul li p{font-size: 20px; color: #1e1e1e; line-height: 30px; margin-top:8px;}

.cons01{}
.cons01 p{ font-size: 15px;  line-height: 30px; }

/* 企业文化 */
.part02{display: block; overflow: hidden; position: relative; background: url(../images/qy_bg.jpg)  no-repeat; padding: 1.5rem 0; margin-top:1.5rem;}
.qy_bt{display: block; overflow: hidden;position: relative; text-align: center;}
.qy_bt h4{ font-size: 2rem; color: #e9ebf3; line-height: 1.4; }
.qy_bt h3{ font-size: .9rem; color: #3c3c3c; line-height: 2; text-align: center; position: absolute; bottom: 0;text-align: center; width:100%; }

.culture{display: block; overflow: hidden; margin-top:1.2rem;}
.culture dl{ width: 24%; margin-right: 1.33%;float: left; display: block; overflow: hidden;position: relative; }
.culture dl:nth-child(4){ margin-right: 0; }
.culture dl dt{ display: block; overflow: hidden; }
.culture dl dt img{ width: 100%; display: block; }
.culture dl dd{ width: 100%; position: absolute; top:0; text-align: center; padding:15% 0 0; }
.culture dl dd h3{ font-size: 1rem; color: #fff; line-height: 1.4; font-weight: normal; font-style: italic; }



@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



/* 联系我们 */
.contact_01{ background: #f7f8fa;display: block; overflow: hidden;margin-top:2rem; }
.con_bt{ display: block; text-align: center;overflow: hidden;  }
.con_bt h3{ font-size: .8rem; color: #3f3f3f; font-weight: normal; position: relative;line-height: 2; padding-bottom: 10px; }
.con_bt h3:after{ width: 60px; height: 3px; content:''; background: #002e5a; position: absolute;bottom: 0; left: 50%; margin-left: -30px; }
.contact_01 .c_map{ width: 52%; display: block; overflow: hidden; }
.contact_01 .c_lxwm{ width: 45%; display: block; overflow: hidden; padding: 6% 0 0; } 
.contact_01 .c_lxwm h3{ font-size: .75rem; color: #232323; line-height: 2; border-bottom: 1px solid #eee; padding-bottom: .3rem; }
.contact_01 .c_lxwm .lxwm_lb{ margin-top:.9rem; }
.contact_01 .c_lxwm .lxwm_lb p{ font-size: .45rem; color: #5d5d5d; line-height: 40px; margin-bottom: .2rem;}
.contact_01 .c_lxwm .lxwm_lb p i{ float: left; width:30px; height: 30px; display: block;margin-right: 10px;  }
.contact_01 .c_lxwm .lxwm_lb p .d01{ background: url(../images/lx_ico2.png) 0 0 no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d02{ background: url(../images/lx_ico2.png) 0 -30px no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d03{ background: url(../images/lx_ico2.png) 0 -60px no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d04{ background: url(../images/lx_ico2.png) 0 -90px no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d05{ background: url(../images/lx_ico2.png) 0 -120px no-repeat; }

.contact_01 .c_lxwm .lxwm_lb p b{ font-size: .7rem; color: #002e5a; font-weight: bold; }

.lx_bsc{ display: block; overflow: hidden; margin-top: 1rem;}
.lx_bsc ul{ list-style: none;display: block; overflow: hidden; }
.lx_bsc ul li{width: 32%; float: left; margin-right: 2%; border-radius: 20px; background: #eceff4; padding:.8rem .6rem; box-sizing: border-box; margin-bottom: 25px;}
.lx_bsc ul li:nth-child(3n){ margin-right: 0; }
.lx_bsc ul li i{ width: 30px; height:33px; background: url(../images/map.png) no-repeat; background-size: 100%; display: block; }
.lx_bsc ul li h3{ font-size: .6rem; color: #000000; line-height: 1.8; margin:.4rem 0; }
.lx_bsc ul li .bsc_address{ min-height: 120px; }
.lx_bsc ul li .bsc_address p{ font-size: 15px; color: #4c5664; line-height: 30px; }

.message01{ margin-top:1.5rem; display: block; overflow: hidden; }
.message01 ul{ padding-top:.8rem; border-top:1px solid #dedede; display: block; overflow: hidden;  list-style: none; }
.message01 ul li{ width: 32%; float: left; margin-right: 2%; display: block; overflow: hidden; margin-bottom: 25px;}
.message01 ul li input{ display: block; padding: 0 .3rem; font-size:14px; line-height: 48px;border:1px solid #dedede; width: 100%; box-sizing: border-box;  }
.message01 ul li:nth-child(3){ margin-right: 0; }
.message01 ul li:nth-child(4),.message01 ul li:nth-child(5),.message01 ul li:nth-child(6){width: 100%; display: block; margin-right: 0;}
.message01 ul li:nth-child(5) input{ float: left; width: 200px; }
.message01 ul li:nth-child(5) img{float: left;  height: 48px}
.message01 ul li textarea{ width: 100%; padding: .2rem .3rem;font-size:14px; line-height: 48px;border:1px solid #dedede; width: 100%; box-sizing: border-box; min-height: 150px;outline: none; }
.message01 ul li:nth-child(6) .submit{ width: 200px; background: #164877; border-radius: 30px; margin: 0 auto; display: block; font-size: .5rem; color: #fff; text-align: center; line-height: 48px; height: 48px; }

.warpper{ padding: 1.5rem 0;display: block; overflow: hidden; }
.bg12{ background: #f8f8f8; }
.bg13{  }

.ny_article{ width: 70%;display: block; overflow: hidden; }
.article_bt{ border-bottom: 1px solid #eee; display: block; overflow: hidden; }
.article_bt h3{ font-size: .7rem; color: #333; line-height: 2; }
.article_news,.article_services{  display: block; overflow: hidden; }
.article_news dl{margin-bottom: 10px;
    overflow: hidden;
    padding: 20px;
    background: #fff;}
.article_news dl dd{ display: block; overflow: hidden; }
.article_news dl dd h3{ font-size: .45rem; color: #333333; line-height: 2; font-weight: bold; }
.article_news dl dd p{ font-size: 14px; color:#989898; line-height: 26px; margin:.4rem 0 .8rem;  }
.article_news dl dd span{ font-size: 14px; color: #686868; background: url(../images/time.png) left no-repeat; display: block; padding-left: 25px; line-height: 24px; }
.article_news dl:hover dd h3{ color: #1b46a3; }
.article_news dl:hover dt img{transform: scale(1.1);}

.article_editor{display: block; overflow: hidden; }
.article_editor p{ font-size: 15px; line-height: 30px; color: #222; }
.w2{ width: 1200px; display: block; margin:0 auto; }

.product_012{ display: block; overflow: hidden; }
.product_012 dl{ float: left;   
    background: #fff;
    border: 1px solid #eeeeee;
    margin-right: 32px;
    margin-top: 32px;
    box-sizing: border-box; width: 32%; margin-right: 2%;}
.product_012 dl:nth-child(3n){ margin-right: 0; }
.product_012 dl a{ display: block;  position: relative; }
.product_012 dl dt{display: block; overflow: hidden;}
.product_012 dl dt img{ max-width: 100%; display: block; }
.product_012 dl dd{ padding: .5rem .4rem; display: block; overflow: hidden; border-top:1px solid #eee;text-align: center;  }
.product_012 dl dd h3{ font-size: .52rem; color: #333; line-height: 1.6;  }
.product_012 dl dd h4{ font-size: .45rem; color: #222; line-height: 2; font-weight: normal; }
.product_012 dl dd p{ font-size: .45rem; color: #8a8a8a; line-height: 30px; padding: .2rem 0; }
.product_012 dl:hover dd h3{ color: #164877; }
.product_012 dl dd span{ width: 41px; height: 41px; background: url(../images/p_more.png) 0 0 no-repeat; position: absolute; right: .5rem; bottom: .5rem; }
.product_012 dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.product_012 dl:hover dd span{ background: url(../images/p_more.png) 0 -43px no-repeat;}

/*banner*/

#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#flash .swiper-slide .img img {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0) scale(1.08);
    
    max-width: none;
    transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940); display: block;

}

#flash .swiper-slide-active .img img {
    transform: translate(0) scale(1);
}

#flash .swiper-pagination-bullet {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
    opacity: 1;
    outline: none;
}

#flash .swiper-pagination-bullet-active {
   
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;   
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat rgba(0, 0, 0, 0.4);
    width: 46px;
    height: 73px;
    
        outline: none;
}

#flash .swiper-button-prev:after{
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat rgba(0, 0, 0, 0.4);
   width: 46px;
    height: 73px;   
        outline: none;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 40px !important;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}
@media screen and (max-width:1520px) {

 
#flash .swiper-slide .img img { width: 100%; }
.ab_txt p{ font-size: 15px; line-height: 30px; }
.ab_txt{ padding: 1% 2.5%; }
}


/* 企业简介  */
.pageBanner {
    position: relative;
}

.pageBanner .imgDiv {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pageBanner .imgDiv img {
    width: 100%;
    display: block;
    -webkit-animation: banner_inside 20s ease 1 forwards;
    -moz-animation: banner_inside 20s ease 1 forwards;
    -o-animation: banner_inside 20s ease 1 forwards;
    animation: banner_inside 20s ease 1 forwards;
}

@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pageBanner .mxfDiv {
    position: absolute;
    right: 25%;
    top: 55%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50%
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .txtDiv hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0 auto;
}

.pageBanner .mxfDiv2 .txtDiv {
    text-align: left;
}

.pageBanner .txt1 {
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: bold
}

.pageBanner .txt2 {
    font-size: 18px;
    height: 75px;
    line-height: 36px;
    position: relative;
    color: #fff
}

.pageBanner .sxdDiv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .wenDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .wen1 {
    font-size: 48px;
    line-height: 48px;
    height: 0.8rem;
    position: relative;
}

.pageBanner .wen1:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}




/*左侧分栏*/
.con_section {
    position: relative;
    padding: 5px 0 50px;
    overflow: hidden;
}

lside {
    display: block;
    position: relative;
    float: left;
    width: 20%;
}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #025cad;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {
    padding-left: 14px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 190px no-repeat;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 10px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 190px no-repeat #025cad;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 190px no-repeat #025cad;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}

.side_lx,
.side_news {
    width: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_lx h3,
.side_news h3 {
    text-align: center;
    width: 100%;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #1859b7;
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.side_lx ul {
    padding: 24px 5px 0;
    display: block;
    overflow: hidden;
    background: url(../images/ab_con.png) 10px 20px no-repeat;
    border-bottom: 1px solid #dfdfdf;
}

.side_lx ul li {
    padding-left: 42px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.side_lx ul li h4 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 20px;
}

.side_lx ul li span {
    font-size: 12px;
    color: #9c9c9c;
}

.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #f00;
    text-decoration: underline;
}

.bts{ padding: 12px 0; }
.bts a{ font-size: .4rem; color: #666; line-height: 2; display: block; }
/*右侧内容*/
article {
    width: 78%;
    float: right;
    padding: 0 10px 50px;
}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    background: url(../images/about/position.png) left no-repeat;
    padding-left: 30px;
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}

.met_module2_list {
    padding: 10px 10px
}

.met_module2_list li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 100px 15px 10px;
    position: relative
}

.met_module2_list h2 {
    font-weight: normal
}

.met_module2_list li p {
    color: #818181
}

.met_module2_list li span.time {
    color: #818181;
    position: absolute;
    right: 10px;
    top: 15px
}

.met_module2_list li:hover h2 {
    color: #1859b7;
}

.met_module2_list li span.down {
    color: #818181;
    position: absolute;
    right: 5px;
    top: 15px;
    background: url(../images/down.png) right no-repeat;
    padding-right: 30px;
}

.met_module2_list li:hover span.down {
    background: url(../images/down01.png) right no-repeat;
    color: #1859b7;
}

.met_module2_list li h2 i {
    margin-right: 10px;
    position: relative
}

.met_module2_list li h2 a:hover {
    text-decoration: underline;
}

.met_module2_list li.list_2 h2,
.met_module2_list li.list_3 h2 {
    margin-bottom: 3px;
    font-weight: bold
}

.met_module2_list li.list_2 {
    padding: 15px 0
}

.met_module2_list li.list_3 {
    padding-left: 100px;
    min-height: 80px
}


/*新闻列表*/
.module_list_article {
    padding: 10px;
}
.module_list_article p{ font-size: .4rem; line-height: 2; }
.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
        overflow: hidden;
}

.module_list_article dl dt {
    width: 20%;
    float: left;
}

.module_list_article dl dt img {
    width: 100%;
}

.module_list_article dl dd {
    float: right;
    width: 78%;
}

.module_list_article dl dd h3 {
    font-weight: normal;
    font-size: 16px;
}

.module_list_article dl dd p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #666;
}

/*新闻详细*/
.article_content h1.article_title {
    font-size: 24px;
    font-weight: normal;
    padding: 5px 0
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 40px 0;
    line-height: 30px;
    font-size: 16px;
}

.article_editor img{
    max-width:100%
}
.article_editor table{  max-width: 100%; margin: 15px auto; overflow: hidden;  }
.article_editor table td{ border:1px solid #333; padding: 5px; line-height: 30px; }




/*图片列表*/
.module_list_img {
    padding: 10px;
    margin: 40px 0;
}

.module_list_img li {
    width: 31%;
    float: left;
    /* border: 1px solid #ccc; */
    margin-bottom: 20px;
    margin-right: 3%;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0;
}

.module_list_img li a {
    display: block;
    width: 99%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ccc;
}

.module_list_img li .img-size {
    width: 100%;
    display: block;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
}

.module_list_img li:hover .img-size {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.module_list_img li h3 {
    font-weight: normal;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    height: :60px;
}

.module_list_img li:hover h3 {
    color: #fff;
    background: #025cad;
}

/*图片详情*/
/*图片详情*/
.product-info {
    padding: 30px 10px;
    overflow: hidden;
    background: #fff;
}

.product-img {
    width: 42%;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 3%;
}

.product-img .cp_pic {
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
    padding-bottom: 20px;
}

.product-img .cp_pic img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.product-img .cp_ico {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.product-img .cp_ico img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.product-arr {
    float: left;
    width: 48%;
    padding-left: 5%;
}

.product-arr h3 {
    font-size: .8rem; 
    line-height: 1.5;
    color: #333;
    font-weight: bold;   
}

.product-arr h4 {
    padding-bottom: 15px;
    font-size: .5rem;
    color: #000000;
    font-weight: normal;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}

.product-arr .cptx{ padding: 15px 0; }
.product-arr  .cptx p {
    line-height: 32px;
    font-size: 15px;    
    color: #555;
}

.product-arr .cp_sm {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    font-weight: bold;
    display: block;
}

.details_swiper{margin-bottom:30px;}
.album-small{position: relative;width:100%;padding:0 30px;margin-top:15px;  box-sizing: border-box;}
.album-small .swiper-container{position: static;}
.album-small .swiper-slide:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;border:1px solid #4797d1;opacity: 0;transition:all 0.5s; box-sizing: border-box;}
.album-small .swiper-slide-thumb-active:after{opacity: 1;}
.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next{width:30px;height:100%;top:0;margin-top:0;background-size:auto 20px;opacity: 1;}
.gallery-thumbs .swiper-button-prev{left:0;background-image: url(../images/ico_fl2.png);}
.gallery-thumbs .swiper-button-prev.swiper-button-disabled{opacity: 0.8;}
.gallery-thumbs .swiper-button-next{right:0;background-image: url(../images/ico_fr2.png);}
.gallery-thumbs .swiper-button-next.swiper-button-disabled{opacity: 0.8;}
.album-big .swiper-slide .img{ display: block; overflow: hidden; }
.album-big .swiper-slide .img img{ max-width: 100%; display: block; margin: 0 auto; max-height: 360px; }
.album-small .swiper-slide .img{ display: block; overflow: hidden;position: relative; }
.album-small .swiper-slide .img img{ max-width: 100%; display: block; margin: 0 auto; }

.cp_desc{ display: block; padding:.3rem 0 }
.cp_desc p{ font-size: 14px; color: #444; line-height: 30px; }
.so_list02{display: block; overflow: hidden;}
.so_list02 dl{ width: 49%; float: left; margin-right: 2%; margin-bottom: .5rem; position: relative;overflow: hidden;display: block; }
.so_list02 dl:nth-child(2n){ margin-right: 0; }
.so_list02 dl dt{display: block; overflow: hidden;}
.so_list02 dl dt img{ width: 100%; display: block; }
.so_list02 dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}


.so_list02 dl dd{ position: absolute; width: 100%; bottom: 0;     background: linear-gradient(to bottom, rgba(0,0,0,0.01) , rgba(0,0,0,0.4));    
    left: 0;
    padding: .7rem .5rem; }
.so_list02 dl dd p{ font-size: .6rem; color: #fff; line-height: 2; }

/*留言*/
.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}

/*分页*/
.page-list {
        clear: both;
    margin: 20px 0px 40px 0px;
    text-align: center;
    overflow: hidden;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 2px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
        background-color: #0051a0;
    border-color: #0051a0;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.case_list02 {
    padding: 50px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 23.5%;
    margin-right: 1.7%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left;
}

.case_list02 ul li:nth-child(4n) {
    margin-right: 0;
}

.case_list02 ul li .c_img {
    padding: 3px;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 420px;
}

.case_list02 ul li .c_img img {
   
    max-height: 100%;display: block;
}

.case_list02 ul li p {
    width: 100%;
    background: #ededed;
    text-align: center;
    font-size: .4rem;
    line-height: 42px;
}

.case_list02 ul li:hover p {
    background: #0051a0;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

.case_list02 ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}


.case_list_article {
    margin: 40px 0;
    display: block;
    overflow: hidden;
}
.case_list_article ul{list-style: none;
    display: block;
    overflow: hidden;}
.case_list_article ul li{     width: 18%;
    margin-right: 2.2%;
    float: left;
    display: block;
    overflow: hidden;
    border: 1px solid #ccc; margin-bottom: 30px;}
 .case_list_article ul li .c_img{    display: block;
    margin: 5px;
    overflow: hidden;}   
.case_list_article ul li:nth-child(5n){ margin-right: 0; }
 .case_list_article ul li .c_img img{     display: block;
    max-width: 100%;
    margin: 0 auto; }
.case_list_article ul li p{    background: #ccc;
    line-height: 50px;
    text-align: center;
    color: #000;}
.case_list_article ul li:hover {
    -webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;
}
.case_list_article ul li:hover p{ background: #0051a0; color: #fff; }

.img_pic{ display: block; overflow: hidden; margin:12px 0; }
.img_pic img{ display: block; max-width: 100%; margin:0 auto; }

@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.news_02{display: block; overflow: hidden;}
.news_02 dl{ padding: 15px 20px; display: block; overflow: hidden; margin-bottom:30px; border:1px solid #e8e8e8; margin-right: 2%; box-sizing: border-box; background: #fff; }
.news_02 dl dt{ width: 25%; display: block; overflow: hidden; float: left; }
.news_02 dl dt img{ display: block;
    max-width: 100%;
    height: 185px;
    margin: 0 auto;}
.news_02 dl dd{ float: right; width: 72%; display: block; overflow: hidden; padding:20px 0 0;}
.news_02 dl dd .ne_text{ width: calc(100% - 150px);
    display: block;
    overflow: hidden;
    border-right: 1px solid #eee;
    padding-right: 1rem;
    box-sizing: border-box; }
.news_02 dl dd .ne_text h3{ color: #333333; line-height: 34px; font-size: .55rem; }
.news_02 dl dd .ne_text p{ line-height: 28px;font-size: 14px; color: #606060; margin: 8px 0; }
.news_02 dl dd .ne_text span{ font-size:15px; color: #626262; line-height: 20px;  }
.news_02 dl dd .ne_date{ width: 130px;    overflow: hidden;  }
.news_02 dl dd .ne_date span{ width: 35px; display: block; height: 36px; background: url(../images/arrow01.png) no-repeat; display: block; margin:1.2rem auto; }
.news_02 dl:hover dd .ne_date span{background: url(../images/arrow02.png) no-repeat;}

.news_02 dl:hover{border:1px solid #0051a0;}
.news_02 dl:hover dd .ne_text h3{ color: #0051a0; }

.pro_box {
    background: #fafafa;
}

.pro_box .pro_box_cen {
    padding-top: 100px;
    padding-bottom: 135px;
}

.pro_box .pro_box_cen .pro_top .t {
    float: left;
    font-size: 32px;
    line-height: 40px;
    color: #2a59a7;
    font-weight: bold;
}

.pro_box .pro_box_cen .pro_top .search {
    float: right;
    width: 560px;
}

.pro_box .pro_box_cen .pro_top .search .text {
    width: 480px;
    height: 60px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-right: none;
    padding: 0;
    font-size: 16px;
    line-height: 60px;
    color: #999;
    float: left;
    text-indent: 2em;
}

.pro_box .pro_box_cen .pro_top .search .submit {
    width: 80px;
    float: left;
    height: 60px;
    border: none;
    background: url(../images/icon02.png) no-repeat center center #2a59a7;
}

.pro_box .pro_box_cen .pro_main {
    margin-top: 60px;
}

.pro_box .pro_box_cen .pro_main ul li {
    width: 20%;
    float: left;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin-left: -1px;
    margin-top: -1px;
    transition: all 0.5s;
    background: #fff;
    position: relative;
    transform: translateY(50px);
    opacity: 0;
}

.pro_box .pro_box_cen .pro_main ul li.animate {
    transform: translateX(0px);
    opacity: 1;
    transition: transform 0.6s ease-out, box-shadow 0.5s, opacity 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
}

.pro_box .pro_box_cen .pro_main ul li:hover {
    z-index: 10;
    box-shadow: 0 5px 16px rgba(159, 159, 159, 0.2);
}

.pro_box .pro_box_cen .pro_main ul li:hover .t {
    color: #fff;
}

.pro_box .pro_box_cen .pro_main ul li .t {
    width: 100%;
    height: 90px;
    padding: 0 35px 0 35px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 90px;
    color: #333;
    font-weight: bold;
    transition: all 0.5s;
    background: #f1f1f1; text-align: center;
}

.pro_box .pro_box_cen .pro_main ul li:hover .t {
    background: #2a59a7
}

@media (max-width: 1500px) {
    .pro_box .pro_box_cen .pro_main ul li .t {
        padding: 0 35px 0 40px;
        background-position: 35px center !important;
    }
}

.pro_box .pro_box_cen .pro_main ul li .link {
    background: #fff;
    padding: 25px 20px 60px 20px;
}

@media (max-width: 1500px) {
    .pro_box .pro_box_cen .pro_main ul li .link {
        padding: 25px 25px 40px 25px;
    }
}

.pro_box .pro_box_cen .pro_main ul li .link a {
    font-size: 16px;
    line-height: 44px;
    color: #333;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    transition: all 0.5s;
    background: url(../images/d.png) no-repeat 5px center;
}

.pro_box .pro_box_cen .pro_main ul li .link a:hover {
    background: url(../images/d2.png) no-repeat 5px center #2a59a7;
    color: #fff;
}

@media (max-width: 1500px) {
    .pro_box .pro_box_cen .pro_main ul li .link a {
        padding: 0 15px;
    }
}

.pro_box .position_box {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}

.pro_box .position_box .position_cen .position {
    float: left;
    background: url(../images/home.png) no-repeat left center;
    font-size: 16px;
    line-height: 60px;
    padding-left: 28px;
    color: #666;
}

.pro_box .position_box .position_cen .position span {
    color: #2a59a7;
}

.pro_box .position_box .position_cen .position a {
    color: #666;
    transition: all 0.5s;
}

.pro_box .position_box .position_cen .position a:hover {
    color: #2a59a7;
}

.pro_box .position_box .position_cen .search {
    float: right;
    width: 560px;
}

.pro_box .position_box .position_cen .search .text {
    width: 480px;
    height: 60px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-right: none;
    padding: 0;
    font-size: 16px;
    line-height: 60px;
    color: #999;
    float: left;
    text-indent: 2em;
}

.pro_box .position_box .position_cen .search .submit {
    width: 80px;
    float: left;
    height: 60px;
    border: none;
    background: url(../images/icon02.png) no-repeat center center #2a59a7;
}




.pro_contact {
    width: 100%;
    display: block;
    margin: 50px 0 70px;
}

.pro_contact li {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    color: #898989;
    line-height: 50px;
}

.pro_contact li i {
    width: 60px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
}

.pro_contact li .c01 {
    background: url(../images/ico2.png) 0 0 no-repeat;
}

.pro_contact li .c02 {
    background: url(../images/ico2.png) 0 -50px no-repeat;
}

.pro_contact li .c03 {
    background: url(../images/ico2.png) 0 -100px no-repeat;
}

.pro_contact li .c04 {
    background: url(../images/ico2.png) 0 -150px no-repeat;
}



.cplb_02 {
    margin-top: 40px;
    display: block;
    overflow: hidden;
}

.cplb_02 a:link,
.cplb_02 a:visited {
    color: #fff;
}

.cplb_02 a:active,
.cplb_02 a:hover {
    color: #fff;
}

.cplb_02 ul {
    margin-left: -1%;
}

.cplb_02 li {
    float: left;
    display: block;
    width: 24%;
    margin: 0px 0px 38px 1%;
    background-color: #f3f3f3;
    position: relative;
}

.cplb_02 .item {
    padding: 15px 30px;
    position: relative;
}

.cplb_02 .img {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;   
    justify-content: center;
    align-items: center;
}

.cplb_02 .img img {
    max-width: 100%;
    /* display: block; */
    transition: 600ms;
    -webkit-transition: 600ms;
    -ms-transition: 600ms;
    max-height: 100%;
}

.cplb_02 .black {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/black_50.png) repeat;
    background: none rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}

.cplb_02 .ntype {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 2px 15px;
    background-color: #215bab;
    color: #fff;
}

.cplb_02 .t {
    font-size: 16px;
    line-height: 1.4;
    color: #3E3E3E;
    height: 30px;
    overflow: hidden;
    margin: 16px 0px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cplb_02 .bot {
    color: #999;
    font-family: arial, helvetica, sans-serif;
}

.ntime {
    background: url(../images/new_i1.png) no-repeat scroll left center;
    padding: 2px 0px 2px 22px;
    margin-right: 12px;
}

.nease {
    background: url(../images/new_i2.png) no-repeat scroll left center;
    padding: 2px 0px 2px 28px;
}

.cplb_02 .blueBg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    background-color: #808080;
    transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
    -webkit-transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}

.cplb_02 .linkA {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.cplb_02 li:hover .blueBg {
    height: 100%;
}

.cplb_02 li:hover .ntype {
    background-color: #fff;
    color: #d71222;
}

.cplb_02 li:hover .t,
.cplb_02 li:hover .bot {
    color: #fff;
}

.cplb_02 li:hover .bot .ntime {
    background-image: url(../images/new_i12.png);
}

.cplb_02 li:hover .bot .nease {
    background-image: url(../images/new_i22.png);
}

.cplb_02 li:hover .black {
    opacity: 1;
    visibility: visible;
}

.cplb_02 li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


.banner {
    width: 500px;
    overflow: hidden;
    border: 1px solid #979797;
    background: #fff;
}

.large_box {
    /* margin-bottom: 10px; */
    height: 300px;
    overflow: hidden;
    margin: 25px;
    width: 450px;
}

.large_box li {
    width: 450px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.large_box img {
    display: block;
    margin: 0 auto;   
    max-height: 100%;
}

.small_box {
    height: 73px;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.small_list {
    position: relative;
    float: left;
    width: 320px;
    height: 73px;
    overflow: hidden;
}

.small_list ul {
    height: 64px;
    overflow: hidden;
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 64px;
}

.small_list ul li img {
    display: block;
    height: 30px;
    margin: 20px auto;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 73px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.small_list ul li.on .bun_bg {
    display: block;
}

.btn02 {
    display: block;
    width: 20px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(../images/left_btn.png);
}

.right_btn {
    float: right;
    background-image: url(../images/right_btn.png);
}

.product-arr .dian {
    overflow: hidden;
    height: 50px;
}

.product-arr .p_zx {
    width: 150px;
    border: 1px solid #0061ae;
    display: block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
}

.product-arr .p_zx a {
    font-size: 16px;
    color: #0061ae;
    padding: 10px 0;
    display: block;
}

.product-arr .p_zx a:hover {
    background: #0061ae;
    color: #fff;
}

/* 新闻详细  */
.con_section article{float: left;
    width: 68.05%;}
.con_section .news-aisde{    float: right;
    width: 27.77%;}
.news-aisde{    font-size: .45rem;
    line-height: .5rem;
    color: #333;
    font-weight: bold;}
.news-aisde .list {
    border: 1px solid #e5e5e5;
    margin-top: 30px;
    padding: 20px;
}
.hot-tit{ font-size: 18px;  }
.news-aisde .list .item {
    display: block;
    margin-bottom: 20px;
}
.news-aisde .list .num {
    float: left;
    width: 20px;
    height: 24px;
    background-color: #999;
    margin-top: 5px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
}
.news-aisde .list .text {
    float: right;
    width: 90%;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.news-aisde .list .txt {
   
    line-height: 30px;
    color: #666;
    transition: all .3s;
    font-weight: normal;
}

.news-aisde .list .time {
    font-size: 12px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
    font-weight: normal;
}
.news-aisde .list .item:nth-child(1) .num {
    background-color: #de001f;
}

.news-aisde .list .item:nth-child(2) .num {
    background-color: #e99d0a;
}
.news-aisde .list .item:nth-child(3) .num {
    background-color: #333;
}

.news-aisde .list .item:hover .txt{ color:#d71222;  }



.ser_cn{ display: block; overflow: hidden; margin:50px 0; }
.ser_cn ul{ list-style: none; display: flex; overflow: hidden; }
.ser_cn ul li{ margin-left: 5%; display: block; overflow: hidden;  }
.ser_cn ul li:nth-child(3){ margin-right: 0; }
.ser_cn ul li .ico01{ width: 130px;height: 130px; padding-bottom: 22px; background: url(../images/product/ico_001.png) no-repeat; text-align: center;margin-right: 10px; }
.ser_cn ul li .ico01 h3{ font-size: 46px; color: #3c4244; line-height: 130px; }
.ser_cn ul li .ser_t01{ padding-top:20px;  }
.ser_cn ul li .ser_t01 h3{ font-size: 40px; color:#d71222; line-height: 40px; }
.ser_cn ul li .ser_t01 h3 i{ font-size: 18px; color: #404040; font-style: normal; font-weight: normal; }
.ser_cn ul li .ser_t01 p{ font-size: 18px; color: #000000; line-height: 30px; }

.ser_support{display: block; overflow: hidden;}
.ser_support ul{ display: flex;overflow: hidden; }
.ser_support ul li{display: block; overflow: hidden; border-right: 1px dashed #bababa; padding:20px 0; width: 24.5%; text-align: center; }
.ser_support ul li:last-child{ border-right: 0; }
.ser_support ul li i{ width: 80px; height: 80px; display: block; margin:0 auto; }
.ser_support ul li h3{color:#666666; line-height: 45px; font-weight: normal;margin-top:15px;}

/* 产品中心  */
.project_list{display: block; overflow: hidden; padding: 1rem 0;}
.project_list dl{  width: 31%; float: left; background: #fff; box-shadow: 1px 1px 10px #eee; margin:.3rem 2% .3rem .1rem; display: block; 
    overflow: hidden; padding: .6rem; box-sizing: border-box; border-radius:25px;  }
.project_list dl:nth-child(3n){ margin-right: 0; }
.project_list dl dt{display: block; overflow: hidden;}
.project_list dl dt img{ max-width: 100%; display: block; }
.project_list dl dd{ padding: .3rem 0; display: block; overflow: hidden; }
.project_list dl dd h3{ font-size: .55rem; color: #333; line-height: 1.8; }
.project_list dl dd p{ font-size:14px; color: #7d7d7d; line-height: 24px; margin:.3rem 0; }
.project_list dl dd span{ display: block; font-size:14px; overflow: hidden; position: relative; padding-left: 50px; line-height: 45px;}
.project_list dl dd span:after{ width: 44px;
    height: 44px;
    content: '';
    position: absolute;
    left: 0;
    background: url(../images/m_01.png) 0 0 no-repeat;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;  }
.project_list dl:hover dd span:after{background: url(../images/m_01.png) -55px 0 no-repeat;}

.cp_download{ display: block; overflow: hidden; margin-top: .5rem; }
.cp_download span{  width: 150px; display: block;}
.cp_download span a{ display: block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    background: url(../images/download.png) 110px no-repeat;
    background-size: 24px; }

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #0051a0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #0051a0;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #0051a0;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #0051a0;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #0051a0;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.article_content{    background: #fff;
    padding: 30px 15px;
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;}



@-webkit-keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes doudong {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    80% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.classification {
    border-bottom: 1px solid #e1e1e1;
    background: #fafafa;
    height: 80px;
    width: 100%;
}

.classification.none {
    background: #fff;
}

.classification.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

.classification .classification_cen {
    text-align: center;
    font-size: 0;
}

.classification .classification_cen a {
    display: inline-block;
    padding: 0 24px;
    margin: 0 25px;
    position: relative;
}

.classification .classification_cen a:hover .border {
    left: 0;
    width: 100%;
}

.classification .classification_cen a:hover .txt {
    color: #2a59a7;
}

.classification .classification_cen a.active .border {
    left: 0;
    width: 100%;
}

.classification .classification_cen a.active .txt {
    color: #2a59a7;
    font-weight: bold;
}

.classification .classification_cen a .border {
    position: absolute;
    width: 0%;
    height: 3px;
    background: #2a59a7;
    left: 50%;
    bottom: 0;
    transition: all 0.4s;
}

.classification .classification_cen a .txt {
    font-size: 18px;
    line-height: 80px;
    color: #333;
    transition: all 0.4s;
    display: block;
}


.sidebar02 { float: right; width: 28%; overflow: hidden; position: relative }

.ctoavatar { margin: 80px auto 20px; width: 100px }
.ctoavatar img { width: 100px; /*border-radius: 50% */}
.abname { color: #3f3f3f; font-weight: bold; font-size: 16px; margin-bottom: 10px; text-align: center }
.abposition { color:#096; text-align: center }
.abtext { padding: 20px 40px; color: #9a9a9a; line-height: 26px }
.readmore { float: right; }


/*tags*/

.hometitle { padding: 0 10px; line-height: 50px; height: 50px; font-size: 18px; border-bottom: 1px solid #e5e5e5; color: #333; position: relative } 
.hometitle:after { content: ''; position: absolute; height: 2px; width: 0; right: inherit; top: inherit; left: 0; bottom: -1px; background: #333; transition: 2s ease all; }
.hometitle:hover:after { width: 100%; transition: 2s ease all; }
.paihang { background: #FFF; overflow: hidden; margin-bottom: 20px }
.paihang ul { padding: 10px; }
.paihang ul li { border-bottom: solid 1px #EAEAEA; font-size: 14px; margin: 0 0 10px 0; padding: 0 0 10px 0; overflow: hidden }
.paihang ul li b { height: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; }
.paihang ul li p { line-height: 24px; color: #888 }
.paihang ul li a:hover { color: #000; }
.paihang ul li:hover p { color: #000; }
.paihang ul li:hover b a { color: #000; }
.paihang li i { width: 100px; height: 90px; overflow: hidden; display: block; border: #efefef 1px solid; float: left; margin-right: 10px }
.paihang li img { height: 100%; margin: auto; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
.paihang ul li:hover i img { transform: scale(1.1) }
/*links*/
.links { width: 100%; background: #FFF; overflow: hidden; }
.links ul { padding: 20px; overflow: hidden }
.links ul a { line-height: 24px; margin: 0 10px 0 0; display: block; float: left }
.links ul a:hover { text-decoration: underline }
.weixin { background: #FFF; overflow: hidden; margin: 20px 0; }
.weixin img { margin: 22px auto; display: block;}

.lmnav { background: #FFF; overflow: hidden; margin-bottom: 20px }
.lmnav li { border-bottom: 1px dashed #CCCCCC; margin: 10px; padding-bottom: 5px; padding-left: 10px; font-weight: bold }
.lmnav li a { color: #333; }
.lmnav li a:hover { color: #096 }
.lmnav li ul li { border: none; margin: 0 0 0 30px; padding: 5px 0; font-weight: normal }
.navbor { border: #333 1px solid; position: relative; margin: 20px; background: url(../images/navbg.png) no-repeat bottom right; background-size: 70% 70%; }
.navbor:before { content: ""; width: 100px; height: 20px; background: #fff; top: -10px; left: 0; position: absolute }
.navbor:after { content: ""; width: 20px; height: 100px; background: #fff; top: -10px; left: -10px; position: absolute }



.detail_box {
    padding-bottom: 128px;
    position: relative;
    z-index: 100;
}

.detail_box .dtop {
   
}

.dtop .tab-hd01{     background: #f6f6f6; 
     height: 80px; 
    width: 100%; position: relative; }

.dtop .tab-hd01 li{display: block;
    float: left;
    width: 200px;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    color: #333;
    text-align: center;
    transition: all 0.5s ease;}
.dtop .tab-hd01 li.active{background: #1b46a4;
    color: #fff;
    font-weight: bold;}
.dtop .tab-bd01{ margin-top:1rem; display: block; overflow: hidden; }
.dtop .tab-bd01 li{ display: none;  }
.dtop .tab-bd01 li:nth-child(1){ display: list-item; }


.detail_box .dtop.fix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.detail_box .dtop .dtop_cen .pos {
    float: left;
}

.detail_box .dtop .dtop_cen .pos a {
    display: block;
    float: left;
    width: 200px;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    color: #333;
    text-align: center;
    transition: all 0.5s ease;
}

.detail_box .dtop .dtop_cen .pos a.active {
    background: #1b46a4;
    color: #fff;
    font-weight: bold;
}

.detail_box .dtop .dtop_cen .pos a:hover {
    background: #1b46a4;
    color: #fff;
    font-weight: bold;
}

.detail_box .dtop .dtop_cen .return {
    display: block;
    float: right;
    width: 200px;
    background: #e1e1e1;
    height: 80px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.detail_box .dtop .dtop_cen .return:hover .txt {
    color: #1b46a4;
}

.detail_box .dtop .dtop_cen .return:hover .ico {
    transform: translateX(10px);
}

.detail_box .dtop .dtop_cen .return .txt {
    font-size: 16px;
    line-height: 80px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    transition: all 0.5s;
}

.detail_box .dtop .dtop_cen .return .ico {
    width: 19px;
    height: 15px;
    background: url(../images/fh.png) no-repeat;
    display: inline-block;
    margin: 0 4px;
    transition: all 0.5s;
    vertical-align: middle;
}

.detail_box .container .box {
    padding-top: 67px;
}

.detail_box .container .box .t {
    font-size: 24px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}

.detail_box .container .box .pic {
    margin-top: 35px;
}

.detail_box .container .box .pic img {
    max-width: 100%;
}

.detail_box .container .box .con table {
    margin-top: 22px;    
    width: 100%;
}

.detail_box .container .box .table table {
    width: 100%;
}

.detail_box .container .box .table table tr td {
    border: 1px solid #e1e1e1 !important;
    padding: 15px 50px !important;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    font-family: "Microsoft Yahei" !important;
    color: #333;
}

.detail_box .container .box .table table tr td p span {
    font-size: 16px !important;
    font-family: "Microsoft Yahei" !important;
    line-height: 32px !important;
}

.detail_box .container .box .table table tr td.bg {
    background: #f6f6f6 !important;
}

.detail_box .container .box .table table tr td.tit {
    font-size: 20px;
    line-height: 30px;
    color: #333 !important;
    font-weight: bold !important;
    text-align: center;
    font-family: "Microsoft Yahei" !important;
}

.con .table table tr td.tit p,
.detail_box .container .box .table table tr td.tit span {
    font-size: 20px !important;
    font-family: "Microsoft Yahei" !important;
    line-height: 30px !important;
    color: #333 !important;
}

.detail_box .container .box .con {
    margin-top: 18px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.detail_box .container .box .con p {
    padding-left: 15px;
}
.con table td{border-bottom: 3px solid #fff !important;
    border-right: 3px solid #fff !important;
    padding: 10px !important;
    box-sizing: border-box; }
.con table td p{ margin: 10px !important;
    text-indent: 0 !important;
    text-align: left !important;}    
.con p{ font-size: 15px; line-height: 30px; }


.question{}
.list_lh{ overflow:hidden;}
.list_lh li{ padding:10px;}
.list_lh li h3{font-size: .45rem;
    line-height: 1.6;
    background: #f2f2f2;
    padding: .2rem .3rem; }
.list_lh li p{ font-size: 14px; line-height: 24px; margin-top:.2rem; }

.releat_case{ display: block; overflow: hidden; position: relative; padding-bottom: 1rem; margin-top:.5rem; }
#tj_case{display: block; overflow: hidden;}
#tj_case .swiper-slide{display: block; overflow: hidden;}
#tj_case .swiper-slide dl{border:1px solid #ccc; }
#tj_case .swiper-slide dl dt{ display: block; overflow: hidden; }
#tj_case .swiper-slide dl dt img{ width: 100%; display: block; }
#tj_case .swiper-slide dl dd{ width: 100%; background: rgba(0,0,0,0.5);  padding: .2rem; }
#tj_case .swiper-slide dl dd p{ font-size: .4rem; color: #fff; line-height: 2; }
#tj_case .swiper-pagination-bullet-active{ background: #0051a0 }


.downloads{ margin:1rem 0;border: 1px solid #ddd; padding: 25px 15px 25px 20px; box-sizing: border-box;display: block; overflow: hidden; }
.downloads p{ float: left;font-size: 16px; color: 3333; line-height: 40px; }
.downloads span{ float: right;  display: block;width: 100px;  text-align: center; }
.downloads span a{ display: block; text-align: center;font-size: 16px; color: #fff;background: #222; border-radius: 5px; line-height: 40px;font-weight: bold;  }
.downloads span a:hover{ background: #1b46a4 }

.downloads:hover{ background: #fbfbfb; }

 .con table{  width: 100%; margin-top:1rem; }
 .con table tbody{}
 .con table tbody tr{ background: #fff; }
 .con table tbody tr td{ font-size: .45rem; color: #000000; line-height: 1.8; padding: .5rem;  justify-content: center;border-right: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;vertical-align: middle; }
 .con table tbody tr:nth-child(2n){ background: #f5f6f7;}
 .con table tbody tr:hover{ background: #e0efff; }





.lx {
    overflow: hidden;
}

.lx_l {
    width: 45%;
    float: left;
}

.lx_l h3 {
    font-size: 22px;
    color: #005aba;
    margin-bottom: 10px;
}

.lx_l p {
    line-height: 32px
}

.lx_l dl {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    text-align: center;
}

.lx_l dl dt {
    width: 26%;
}

.lx_r {
    width: 50%;
    float: right;
}





























