@charset "utf-8";


html {
    color: #444;
    font-size: 14px;
    font-family:"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;transition: all 0.5s;  
    background: #fff;
}
@media (min-width: 1025px) {  
    html {
        font-size: 34px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 32px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 34px!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;
    font-size: .45rem;color: #333;
}

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

.fl {
    float: left;
}
.fr {
    float: right;
}
.w1 {
    width: 1360px; margin: 0 auto;
    display: block;
    box-sizing: border-box;}


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

.clearfix {
    zoom: 1;
}

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



/* 首页 */


.hea_index{position: relative; width: 100%; display: block;}
.header {
    width: 100%;
    z-index: 4;  
 position: absolute;
 top:1.2rem;

}

.top_nav{  display: block; }

.top_nav .logo {
    width: 400px;    
}
.top_nav .logo img {    
    display: block;
    float: left;   
    max-width: 200px;
    margin-right: .2rem;
   
}

.top_nav .logo .lo_txt{ float: left; margin-left: 0.2rem; position: relative; }
.top_nav .logo .lo_txt:before{ width: 1px;
    height: 34px;
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: #7b8893; }
.top_nav .logo .lo_txt p{ font-size: 14px; color: #9ea7af;  padding-left: 0.4rem; }
.top_nav .logo .lo_txt p span{ display: block;  font-size: 15px; line-height: 20px; letter-spacing: 0.5px;}





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

/* 导航 */



.navlist {

    width: 55%;

   

}



.nav_out {

    width: 100%;

    display: block;

    margin: 0 auto;

}



.tem_head nav {

    width: 100%;

    height: 78px;

    line-height: 78px;

    position: relative;

}



.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 #000;

}



.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: .44rem;
    text-align: center;
    color: #1e1e1e;
    position: relative;
}



.tem_head nav li>a::after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 75px;

    width: 0;

    height: 3px;

    background: #008023;

    transition: all .3s;

}



.tem_head nav a:hover::after {

    width: 100%

}



.tem_head nav li>a:hover {

    line-height: 78px;

    color:#008023;

    -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:#008023;

}



.tem_head nav li>a.navdown::after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 75px;

    width: 100%;

    height: 3px;

    background: #008023;

}

.tem_head nav .a011 ul{ 
    width:150px;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.6);}
 .tem_head nav .a011 li:hover ul{ top: 78px;
    left: -50%;
    opacity: 1;
    visibility: visible;}  
.tem_head nav  li>ul li a{ display: block; font-size: 14px; line-height: 36px !important; color: #fff; }
.tem_head nav  li>ul li a:hover{  background: #1e457c; 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;

}

.header.ac-gn-noscroll{height:100vh;}
.claseNav{position:absolute;width:50px;height:50px;top:40px;right:40px;cursor:pointer;-webkit-tap-highlight-color:transparent}
.claseNav::before, .claseNav::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 8px;
  width: 35px;
  height: 3px;
  background-color: #ccc;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius:2px;
}
.claseNav::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.claseNav::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.claseNav:hover::before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.claseNav:hover::after {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}

.ac-gn-menuicon {position:absolute;height:46px;right:0;top:20px;border:2px solid #E4C36F;padding:4px;cursor:pointer;-webkit-tap-highlight-color:transparent}
.ac-gn-menuicon .span{height:100%;padding:0 10px;background:#E4C36F;color:#002148;font-family:Arial;font-size:20px;text-align:center;line-height:38px;}

.ac-gn-list{
  padding-top:100px;
  padding-bottom:30px;
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 0;
  background: #101010;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: 99;
  overflow:hidden;
  visibility: hidden;
}
.ac-gn-list ul{width:100%;height:100%;padding:0 40px;}
.ac-gn-list li{border-bottom:1px solid rgba(255,255,255,0.2);overflow:hidden;padding:10px 0;}
.ac-gn-list li a{height:44px;line-height:44px;position:relative;color:rgba(255,255,255,0.5);font-size:14px;-webkit-transition: top 1.5s;transition: top 1.5s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ac-gn-list li a span{display:block;}
.ac-gn-list li.cur>a{color:#0288f9;}
.ac-gn-list li:hover>a{color:#0288f9;}
.ac-gn-list .ac-gn-item{
    opacity:0;
    pointer-events:none;
    -webkit-transform:scale(1.1) translateY(-24px);
    -ms-transform:scale(1.1) translateY(-24px);
    transform:scale(1.1) translateY(-24px);
    -webkit-transition:opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition:opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition:opacity 0.35s ease-out, transform 0.35s ease-out;
    transition:opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out
}
.ac-gn-list .ac-gn-item-menu:nth-child(1) {
    -webkit-transition-delay:350ms,350ms;
    transition-delay:350ms,350ms
}
.ac-gn-list .ac-gn-item-menu:nth-child(2) {
    -webkit-transition-delay:300ms,300ms;
    transition-delay:300ms,300ms
}
.ac-gn-list .ac-gn-item-menu:nth-child(3) {
    -webkit-transition-delay:250ms,250ms;
    transition-delay:250ms,250ms
}
.ac-gn-list .ac-gn-item-menu:nth-child(4) {
    -webkit-transition-delay:200ms,200ms;
    transition-delay:200ms,200ms
}
.ac-gn-list .ac-gn-item-menu:nth-child(5) {
    -webkit-transition-delay:150ms,150ms;
    transition-delay:150ms,150ms
}
.ac-gn-list .ac-gn-item-menu:nth-child(6) {
    -webkit-transition-delay:100ms,100ms;
    transition-delay:100ms,100ms
}
.ac-gn-list .ac-gn-item-menu:nth-child(7) {
    -webkit-transition-delay:50ms,50ms;
    transition-delay:50ms,50ms
}
.ac-gn-list.show .ac-gn-item-menu {
    opacity:1;
    pointer-events:auto;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(1) {
    -webkit-transition-delay:300ms,300ms;
    transition-delay:300ms,300ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(2) {
    -webkit-transition-delay:350ms,350ms;
    transition-delay:350ms,350ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(3) {
    -webkit-transition-delay:400ms,400ms;
    transition-delay:400ms,400ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(4) {
    -webkit-transition-delay:450ms,450ms;
    transition-delay:450ms,450ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(5) {
    -webkit-transition-delay:500ms,500ms;
    transition-delay:500ms,500ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(6) {
    -webkit-transition-delay:550ms,550ms;
    transition-delay:550ms,550ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(7) {
    -webkit-transition-delay:600ms,600ms;
    transition-delay:600ms,600ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(8) {
    -webkit-transition-delay:650ms,650ms;
    transition-delay:650ms,650ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(9) {
    -webkit-transition-delay:700ms,700ms;
    transition-delay:700ms,700ms
}
.ac-gn-list.show .ac-gn-item-menu:nth-child(10) {
    -webkit-transition-delay:750ms,750ms;
    transition-delay:750ms,750ms
}
.ac-gn-list.show{
    height:100%;
    visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ac-gn-list .menu_nav{position:relative;top:0;left:0;background:none;width:100%;display:none;}
.ac-gn-list .menu_nav a{text-align:left;line-height:40px;height:40px;font-size:13px;padding-left:30px;color:rgba(255,255,255,0.5);border-top:1px dashed rgba(255,255,255,0.2);margin-bottom:0;display: block;}
.ac-gn-list .menu_nav a:hover{background:none;}
.main_header{ position: relative; }

.top_search {
    position: relative;      
    overflow: hidden;
    padding-top:.15rem;
}
.top_search .nav_ico{ padding: 0 .5rem .05rem;
    border-left: 1px solid #ccc; }
.top_search .nav_ico .icon-bar {
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top:5px;
}
.top_search .nav_ico .icon-bar:nth-child(1){ margin-top:2px; }



.top_search .nav_ico i{display: block; font-size: 26px; color: #fff;line-height: 22px;}
.top_sea{    width: 28px;
    height: 28px;margin-right: .2rem;   

    }
.top_sea i{ display: block; font-size: 20px; color: #9ea7af;  }    
.top_sea img{    max-width: 100%;
    display: block;
    margin: 6px auto;}
.top_tel{    padding-left: 15px;
    ; margin-left:.1rem;}
.top_tel h3{ font-size: 16px;
    color: #9ea7af;
    font-weight: normal;
    line-height: 24px;
}
.top_tel h3 a{ color: #9ea7af; }
.top_tel h3 a:hover{ color: #fff; }

.head-search__modal {display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100px;background-color: #0b2a8d;z-index: 9999;}

.head-search__mcont {

    position: absolute;

    left: 50%;

    top: 50%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    max-width: 80%;

    width: 100%;

}

.head-search__mcont input {

    width: 100%;

    height: 38px;

    color: #fff;

    padding: 0;

    background-color: transparent;

    border: none;

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

    font-size: 16px;

}

.head-search__mcont input::placeholder{ color: #fff; }



.hsm-btn {

    padding: 0;

    background-color: transparent;

    outline: none;

    border: none;

    position: absolute;

    right: 0;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    color: #fff;

    cursor: pointer;

    z-index: 20;

    font-size: 24px;

}



.hsm-close {

    -webkit-transition: transform .3s linear;

    -webkit-transition: -webkit-transform .3s linear;

    transition: -webkit-transform .3s linear;

    -o-transition: transform .3s linear;

    transition: transform .3s linear;

    transition: transform .3s linear, -webkit-transform .3s linear;

    position: absolute;

    display: inline-block;    

         right: 12px;

    top: 16px;

    color: #fff;

    cursor: pointer;

    font-size: 20px;

}

.hsm-close:hover{color: #fff;

    transform: rotate(360deg);

-webkit-transform: rotate(360deg);

-moz-transform: rotate(360deg);

-o-transform: rotate(360deg);

-ms-transform: rotate(360deg);}



@media (min-width: 768px){

.head-search__mcont {

   max-width: 500px;

    width: 100%;

}

.head-search__modal .hsm-close {

    right: 120px;

    top: 25px;

    font-size: 20px;

}

}

@media (min-width: 992px){

    .head-search__mcont {

   max-width: 830px;

    width: 100%;

}

}
@media (max-width: 1680px) {
  .w1 {   
    width: 1300px;
   margin: 0 auto;
    display: block;
    box-sizing: border-box;
}
}

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

@media (max-width: 1360px) {
  .w1 {      
    width: 1100px;
     margin: 0 auto;
    display: block;
    box-sizing: border-box;
}


#product01 .swiper-button-next{ right:-60px !important; }
#product01 .swiper-button-prev{left:-60px !important;}
}

.index_about{ background: url(../images/about_bg.jpg) no-repeat; background-size: cover; padding: 4% 0 4%; position: relative;  box-sizing: border-box;}
.a_left{ width: 30px; height: 300px;position: absolute; left:7%;top:10%; }
.a_left h3{ font-size: .5rem; color: #9a9a9a; line-height: 1.4; writing-mode: vertical-rl ; font-weight: normal; position: relative; padding-bottom: 90px;font-family: Arial;}
.a_left h3:after{ width: 1px; height: 80px; background: #eeeeee; position: absolute; left:12px; bottom: 0; content:''; }
.a_left p{ font-size: .5rem; color: #9a9a9a; line-height: 1.4;writing-mode: vertical-rl ; text-align: center; letter-spacing: 5px; }
.company_con{ display: block; overflow: hidden; }
.com_desc{ width: 47%;  display: block;overflow: hidden;}
.com_desc .c_bt{ display: block; }
.com_desc .c_bt h3{ font-size: .9rem; color: #212332; line-height: 1.6;font-weight: normal; }
.com_desc .c_bt h3 span{ color: #005baa; }
.com_ico{display: block;overflow: hidden; padding: .8rem 0 0}
.com_ico ul{list-style:none; }
.com_ico ul li{ float: left; }
.com_ico ul li i{ display: block; width: 45px; height:39px; background: url(../images/a01.png) no-repeat; }
.com_ico ul li:hover i{background: url(../images/a02.png) no-repeat;}
.com_ico ul li p{ font-size: .42rem; color: #969696; line-height: 1.5; text-align: center;margin-top:.2rem;}
.com_ico ul li:nth-child(1),.com_ico ul li:nth-child(2){ padding-right: 1.8rem; position: relative; }
.com_ico ul li:after{ width: 1.5rem; height: .2rem; border-top:1px dashed #c9c9c9; content: ''; top:35%;right: .2rem; position: absolute; }
.com_ico ul li:hover p{ color: #005baa; }
.com_ico ul li:nth-child(1) i{background: url(../images/a02.png) no-repeat !important;}
.com_ico ul li:nth-child(1) p{ color: #005baa; }
.com_ico ul li:nth-child(3)::after{ display: none; }

.about_desc{ padding:.8rem 0 0; display: block; overflow: hidden; }
.about_desc p{ font-size: .45rem; color: #464646; line-height: 2.2;text-align: justify; }
.about_desc span{    width: 4rem;
    display: block;
    margin-top: .8rem;
    /* margin-left: .5rem; */
    background: #005baa;
    border-radius: 20px;
    }
.about_desc span a{ font-size: .44rem;
    color: #fff;
    line-height: 1.8;
    display: block;
    background: url(../images/arrow.png) 80% no-repeat;
    background-size: 18px;
     padding: 5px 0 5px.5rem;; }
.about_desc span a:hover{background: url(../images/arrow.png) 85% no-repeat;background-size: 18px;}
.about_img{ width: 47%; display: block; overflow: hidden; }
.about_img img{ width: 100%; display: block; }

.about_subclass{ width: 100%; display: block; overflow: hidden; margin-top:4%; }
.about_subclass ul{ list-style: none; display: block; overflow: hidden; }
.about_subclass ul li{  display: inline-block; width: 20%; text-align: center; margin-right: -10px; }
.about_subclass ul li i{ width: 75px; height: 75px; display: block; margin: 5px auto; }
.about_subclass ul li .ico01{ background: url(../images/ico01.png) -2px -2px no-repeat;
    background-size: 80px; }
.about_subclass ul li .ico02{ background: url(../images/ico01.png) -2px -82px no-repeat;background-size: 80px }
.about_subclass ul li .ico03{ background: url(../images/ico01.png)  -2px -162px no-repeat;background-size: 80px }
.about_subclass ul li .ico04{ background: url(../images/ico01.png) -2px -242px no-repeat;background-size: 80px }
.about_subclass ul li .ico05{ background: url(../images/ico01.png) -2px -323px no-repeat;background-size: 80px }
.about_subclass ul li p{ font-size: .48rem; color: #000000; line-height: 2; }
.about_subclass ul li:hover i{-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}
.about_subclass ul li:hover p{  color: #005baa; }


@-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);
    }
}

@media (max-width: 1800px) {
.a_left{ left:3%; }
}
@media (max-width: 1600px) {
.about_desc span{ margin-top:.5rem; }
}

/* 产品中心  */
.index_product{ background: url(../images/cp_bg.png) no-repeat;
    padding: 4% 0 3.5%;
    background-size: cover;   
    box-sizing: border-box; min-width: 1200px; }
.pro_tit{ text-align: center; display: block; }
.pro_tit h3{ font-size: .9rem;
    color: #000000;
    line-height: 2; font-weight: normal;}
.pro_tit .p_small{ text-align: center;  overflow: hidden;flex-direction: row;
    justify-content: center;
    align-items: center; display: flex }
.pro_tit .p_small i{ width: 4rem;
    height: 1px;
    background: #ccc;
    display: block; }
.pro_tit .p_small h4{ font-size: .5rem; color: #000000; text-transform: uppercase; margin: 0 .3rem; font-weight: normal;font-family: Arial; }

.cp_ico{ text-align: center;  overflow: hidden;margin: .8rem 0 0 }
.cp_ico ul{flex-direction: row;
    justify-content: center;
    align-items: center; display: flex; width: 100%;}
.cp_ico ul li{ display: block; text-align: center; width: 12%; position: relative; }
.cp_ico ul li::after{ position: absolute; width: 1px; height:85px; background: #c7c7c7; content: ''; right: 0; top:10%; }
.cp_ico ul li:last-child::after{ display: none; }
.cp_ico ul li h3{ font-size: .48rem; color: #292929; line-height: 1.6; font-weight: normal; }
.cp_ico ul li i{width:65px; height: 65px; display: block; margin: 10px auto;}
.cp_ico ul li .b01{ background: url(../images/ico02.png) 0 0 no-repeat; }
.cp_ico ul li .b02{ background: url(../images/ico02.png) 0 -65px no-repeat; }
.cp_ico ul li .b03{ background: url(../images/ico02.png) 0 -130px no-repeat; }
.cp_ico ul li .b04{ background: url(../images/ico02.png) 0 -195px no-repeat; }
.cp_ico ul li .b05{ background: url(../images/ico02.png) 0 -260px no-repeat; }
.cp_ico ul li:hover .b01{ background: url(../images/ico02.png) -65px 0 no-repeat; }
.cp_ico ul li:hover .b02{ background: url(../images/ico02.png) -65px -65px no-repeat; }
.cp_ico ul li:hover .b03{ background: url(../images/ico02.png) -65px -130px no-repeat; }
.cp_ico ul li:hover .b04{ background: url(../images/ico02.png) -65px -195px no-repeat; }
.cp_ico ul li:hover .b05{ background: url(../images/ico02.png) -65px -260px no-repeat; }
.cp_ico ul li:hover h3{ color: #005baa; }

.cp_list{position: relative; margin-top:1.4rem;}
.cp_list #product01{ 
    width: 100%;  
   overflow: hidden; }

#product01 .swiper-wrapper{transition-timing-function:linear !important;}
#product01 .swiper-slide{display: block;overflow: hidden;}
#product01 .swiper-slide dl{display: block;overflow: hidden;  }
#product01 .swiper-slide dl dt{ display: block; position: relative; }
#product01 .swiper-slide dl dt .cp_bg{ display: block; overflow: hidden; position: absolute; top:0; z-index: 4; width:100%; height: 100%; }
#product01 .swiper-slide dl dt .cp_bg img{ display: block; width: 100%; }
#product01 .swiper-slide dl dt .cp_img{ width: 100%; background: rgba(0,19,46,0.86); display: block; overflow: hidden;position: relative; z-index: 5 }
#product01 .swiper-slide dl dt .cp_img img{margin: 15px; border:1px solid #4f6175;display: block; width: calc(100% - 30px);}
#product01 .swiper-slide dl:hover dt .cp_img{ background: rgba(0,88,151,0.86) }
#product01 .swiper-slide dl:hover dt .cp_bg img{transform: scale(1.1)}
#product01 .swiper-slide dl:hover dt .cp_img img{border:1px solid #548cb4;}
#product01 .swiper-button-prev{ width: 55px; height:55px; background: url(../images/ico_f.png) -5px -70px no-repeat; border:1px solid #ccc; left:-90px; outline: none; top:40%; }
#product01 .swiper-button-next{width: 55px; height:55px; background: url(../images/ico_f.png) -70px -70px no-repeat; border:1px solid #ccc; right:-90px;outline: none;  top:40%; }
#product01 .swiper-slide dl dd{ padding: .6rem 0 .2rem; display: block; text-align: center; }
#product01 .swiper-slide dl dd p{ font-size: .54rem; color: #031e3d; line-height:2;  }
#product01 .swiper-slide dl:hover dd p{ color: #01559f; }
#product01 .swiper-button-prev:hover{background: url(../images/ico_f.png) -5px -5px no-repeat #005baa;}
#product01 .swiper-button-next:hover{background: url(../images/ico_f.png) -70px -5px no-repeat #005baa;}

/*
@media (max-width: 1600px) {

 #product01 .swiper-button-prev{ bottom:0; top:auto; left: 45%; } 
 #product01 .swiper-button-next{ bottom:0; top:auto; right: 45%;} 
 .cp_list{ padding-bottom: 2rem; }
}
*/



/* 应用行业  */
.index_apply{ width: 100%; background: url(../images/apply_bg.jpg); position: relative; height:100vh; }
.lefttext{width: 490px;
    height: 100%;
    padding-right: 60px;
    position: absolute;}
.dis-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.lefttext .text-content {
    text-align: left;
}
.lefttext .text-content .title{}
.lefttext .text-content .title .title-eng{ font-size: .8rem; color: rgba(255,255,255,0.28); line-height: 1.2; text-transform: uppercase; font-weight: normal;font-family: Arial; }
.lefttext .text-content .title .title-chs{ font-size: .9rem; color:#fff; line-height: 1.5;  font-weight: normal}
.lefttext .text-content .app_cc{ margin-top: 1rem }
.lefttext .text-content .app_cc p{ font-size: .48rem; color: #fff; line-height: 2; font-weight: normal;}
.lefttext .text-content .app_cc span{ width: 140px; display: block; margin-top:.5rem; overflow: hidden; font-weight: normal; }
.lefttext .text-content .app_cc span a{ display: block; background: url(../images/arrow3.png) 80% no-repeat; font-size: .4rem; color: #fff; padding: .3rem .5rem; border-radius: 20px; border:1px solid rgba(255,255,255,0.2);}

.index_apply .rightscroll {
    width: calc(100% - 52%);
    height: 100%;
    position: absolute;
    right: 0}
.index_apply .rightscroll ul{ list-style: none;display: block; overflow: hidden;    height: 100%; }
.rightscroll ul li{ width: 33%;float: left;flex-direction: column;
    position: relative;
    z-index: 1;    height: 100%; border-left:1px solid #337fb6; }
.rightscroll ul li .ico01{ width:70px; display: block; margin: 0 auto;  }
.rightscroll ul li .ico01 i{ width: 70px; display: block; }
.rightscroll ul li .ico01 i img{ max-width: 100%; display: block; }
.rightscroll ul li h3{ font-size: .5rem;
    color: #fff;
    line-height: 2;
    font-weight: normal; }
.rightscroll ul li:hover{ background: rgba(0,38,66,0.18) }
.rightscroll ul li span{ width: 37px; height:17px; background: url(../images/arrow.png) no-repeat; display: block; margin:.8rem auto 0; }
.rightscroll ul li:hover .ico01{ margin-top: -.8rem; }


/*  新闻资讯 */
.index_news{ width: 100%; background: url(../images/news_bg.jpg) no-repeat; background-size: cover; padding: 4% 0; overflow: hidden; }
.news_con{ margin-top:1.8rem; position: relative; overflow: hidden;}
.news_img{ width: 50%; display: block; overflow: hidden; }
#hot_news{ position: relative; display: block; overflow: hidden; width: 100%;}
#hot_news .swiper-slide{display: block; overflow: hidden;}
#hot_news .swiper-slide dl{width: 100%;display: block; overflow: hidden;}
#hot_news .swiper-slide dl dt{display: block; overflow: hidden; width: 100%; }
#hot_news .swiper-slide dl dt img{ width: 100%; display: block; }
#hot_news .swiper-slide dl dd{ background: #005baa;display: block; overflow: hidden;  padding: .3rem 0;  }
#hot_news .swiper-slide dl dd p{     font-size: .5rem;
    color: #fff;
    line-height: 2.5;
    padding-left: .5rem;}
#hot_news .swiper-pagination-bullets{ width: 3rem; right: 10px; left:auto;bottom: .6rem; }
#hot_news .swiper-pagination-bullet{ width: 12px; height: 12px; background: none; border:1px solid #fff; opacity: 1; }
#hot_news .swiper-pagination-bullet-active{ background: #fff; }

.news_tj{ width: 48%;
    display: block;position: absolute;right: 0;
    height: calc(100% - 1px);
    overflow: hidden;
    border-bottom: 1px solid #eee;
    bottom: 0;}
.news_tj .tab-hd{display: flex ; overflow: hidden;list-style: none;}
.news_tj .tab-hd li{ font-size: .5rem; background: #ebf0f3; text-align: center; width: 23%; line-height: 2; padding: .2rem 0; margin-right: 2%; box-shadow: 1px 1px 10px #cdcdcd;margin-bottom: 15px; }
.news_tj .tab-hd li.active02{ background: #0e70b9; color: #fff; }
.news_tj .tab-bd{ display: block; overflow: hidden; }
.news_tj .tab-bd li{display: none; padding: 0 .1rem;}
.news_tj .tab-bd li:nth-child(1){ display: list-item; }
.news_01{ display: block;overflow: hidden; }
.news_01 dl{ padding:.35rem 0; border-bottom: 1px solid #ddd;display: block; overflow: hidden;}
.news_01 dl:last-child{ border-bottom: none; }
.news_01 dl dt{ width: 26%; float: left; display: block; overflow: hidden; margin-right: .6rem;}
.news_01 dl dt img{ max-width: 100%; display: block;}
.news_01 dl dd{  display: block; overflow: hidden; }
.news_01 dl dd h3{ font-size: .46rem;
    color: #292929;
    line-height: 1.6;
    font-weight: normal; }
.news_01 dl dd p{  font-size: 14px;
    color: #7f7f7f;
    line-height: 24px;
    margin: .2rem 0 .2rem;}
.news_01 dl dd span{ font-size: .45rem; color: #767676; line-height: 1.4; display: block; margin-top:.1rem; }


@media (max-width: 1500px) {
 .news_01 dl{ padding: .15rem 0; }  
 .index_apply{ width: 100%; background: url(../images/apply_bg.jpg); position: relative; height:600px; background-size: cover; }

}
.news_01 dl:hover dt img{transform: scale(1.1)}
.news_01 dl:hover dd h3{ color: #005baa; padding-left:5px; font-weight: bold; }

.news_more{ width: 180px; display: block; margin: 1.5rem auto 0; }
.news_more a{ border:1px solid #ddd; text-align: center; display: block; font-size: .4rem; color: #7f7f7f; line-height: 2; padding: .2rem 0; }
.news_more a:hover{ background: #005baa; color: #fff; }

@media (max-width: 1300px) {
  .index_about{ min-width: 1200px; }
   #flash{ min-width: 1200px; }
   .index_apply{ min-width: 1200px; }
.index_news{ min-width: 1200px; }
.footer{ min-width: 1200px; }
#product01 .swiper-button-prev{ display: none; }
#product01 .swiper-button-next{ display: none; }
}


/* 底部  */
.footer{ background: #404040;display: block; overflow: hidden; }
.db_con{ margin: 1.8rem auto 2.8rem; overflow: hidden; }
.db_nav{ width: 52%; display: block; overflow: hidden; border-right: 1px solid #585858; min-height: 260px; }
.db_nav dl{ float: left;display: block; width: 26%; }
.db_nav dl:nth-child(4){ width: 20%; }
.db_nav dl dt{ font-size: .5rem; color: #ffffff; line-height: 2; display: block; }
.db_nav dl dd{ padding: .3rem 0; display: block; overflow: hidden; }
.db_nav dl dd a{ font-size: 14px; color: #b4b4b4; line-height: 32px; display: block; }
.db_nav dl dd a:hover{ color: #fff; padding-left:5px; }

.db_lx{ width: 45%;display: block; }
.db_contact{ width: 58%;display: block; overflow: hidden; }
.db_400{ display: block; overflow: hidden; background: url(../images/db_tel.png) left no-repeat; padding-left:48px; background-size: 40px;  }
.db_400 p{ font-size: 14px; color: #fff; line-height: 20px; }
.db_400 h3{ font-size: .9rem; color: #fff; line-height: 1.2; }
.lxx_lb{display: block; overflow: hidden;  margin-top: .8rem;}
.lxx_lb ul{ list-style: none; display: block; overflow: hidden;}
.lxx_lb ul li{ line-height: 32px;display: block; font-size: 14px; color: #dedede; margin-bottom: 10px; }
.lxx_lb ul li i{ width: 32px; height: 32px; font-size: 16px; color: #fff; background: #545454; border-radius:100%; float: left; display: block; line-height: 32px; text-align: center; margin-right: 10px; }

.db_media{ float: right; width: 200px; }
.media01{ display: block; position: relative; height:3rem;position: relative; }
.media01 h3{ font-size: 14px; color: #fff; line-height: 24px; }
.media01 ul{display: block; margin-top:.3rem;}
.media01 ul li{float: left; display: block; margin-right: .5rem;}
.media01 ul li .wx b {
    display: none;
    width: 100px;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 0;    
    color: #666;
    text-align: center;   
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    z-index: 9999;
    font-size: 14px; color: #222; line-height: 24px;border: 3px solid #1b46a4;
}
.media01 ul li .wx b img{ max-width: 100%; display: block; }

.media01 ul li .dy b {
    display: none;
    width: 100px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0%;
    margin-left: -100px;
    color: #666;
    text-align: center;   
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    z-index: 9999;border: 3px solid #1b46a4;
}
.media01 ul li .dy b img{max-width: 100%; display: block;}

.me_link{ width: 100%; display: block; margin-top:1rem; }
.link:nth-child(2){margin-top: .5rem;  }
.select { height: 34px; position: relative;margin: 10px 0 0 0;width: 200px;}
.select dt { height: 34px; display: inline-block; background: #707070 url(../images/up.png) no-repeat 170px center; line-height: 34px; padding: 0 30px 0 10px; cursor: pointer; 
    width: 200px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; z-index: 3; color: #bcbcbc; font-size: 14px; box-sizing:border-box; }
.select dt:hover,.select dt.cur {}
.select dd {width: 100%;position: absolute; left: 0; bottom: 34px; background: #fff; display: none; z-index: 99;height: 120px;
    
    overflow: auto; }
.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: 14px;}
.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{ }

.link-box{ width:200px;  position: relative; }
.link-box .tit{display: block;
    width: 200px;
    height: 37px;
    border: 1px solid rgba(0, 0, 0, .2);
    background: #707070 url(../images/up.png) no-repeat 170px center;
    padding: 0 .6rem;
    line-height: 37px;
    font-size: .3rem;
    color: #fff;
   box-sizing: border-box; }
.link-box .sub{position: absolute;
    left: 0;
    bottom: 37px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #fff;
    max-height: 4.8rem;
    overflow: auto;
    display: none;}
.link-box .sub a{ font-size: .45rem; line-height: 1.5; color: #333; display: block; padding: .1rem  10px }
.link-box .sub a:hover{ background: #eee; }
.link-box.on .tit{ }


.copyright{ background: #282828;display: block; overflow: hidden; padding: .3rem 0; }
.copyright p{ font-size:14px; color: #666666; line-height: 30px; display: flex; }
.copyright p a{ color: #666666;    display: flex; }
.copyright p a:hover{ color: #fff; }
.copyright .site a{color: #666666;font-size:14px;line-height: 30px;}


/* 关于我们  */
.sidebar{ width: 100%; border-bottom: 1px solid #e8e8e8; display: block; overflow: hidden; height: 80px; }
.sidebar .sidebar_list{ display: flex; }
.sidebar .sidebar_list li{position: relative; }
.sidebar .sidebar_list li a{ font-size: .5rem; color: #3f3f3f; line-height: 80px; display: block; margin: 0 .8rem; }
.sidebar .sidebar_list li a:before{ width: 1px; height: 16px; background: #ddd; position: absolute; right: 0; content:''; top:50%; margin-top: -8px; } 
.sidebar .sidebar_list li a:hover,.on1{ color: #005baa !important; }
.sidebar .sidebar_list li a.on1:after,.sidebar .sidebar_list li a:hover:after{width: 80px;height: 4px; background: #005baa; content: ''; position: absolute; bottom:-1px;left:50%; margin-left:-40px;transition: all 0.5s ease 0s;}
.sidebar .sidebar_list li a:after{width: 0; height: 4px; background: #005baa; content: ''; position: absolute; bottom:-1px;left:50%;transition: all 0.5s ease 0s;}
.sidebar .sidebar_list li:last-child a:before{ display: none; }
.positions{}
.positions p{ font-size: 16px; color: #707070; line-height: 80px; background: url(../images/positions.png) left no-repeat; padding-left:35px; }
.positions p a{ color: #707070; }

.part01{ width: 100%; background: url(../images/com_bg.jpg) no-repeat;background-size: cover; padding:4% 0; overflow: hidden; }
.warpper{ display: block; overflow: hidden; }
.hande_about{display: block; overflow: hidden; position: relative; }
.hande_desc{ width: 50%; display: block; overflow: hidden; }
.hande_desc h3{ font-size: .9rem; color: #333; line-height: 1.6; }
.hande_desc .hande_con{ width: 100%; height: 400px; display: block; overflow: auto; margin-top:.5rem; }
.hande_desc .hande_con p{ font-size: .46rem; color: #464646; line-height: 40px; padding-right: .5rem; text-align: justify; }
.hande_desc .hande_con::-webkit-scrollbar {
      width: 3px;
      background: #e2e3e4;
    }
.hande_desc .hande_con::-webkit-scrollbar-track {
      border-radius: 5px;
    }
    /*定义滑块*/
.hande_desc .hande_con::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #005baa;
    }
.hande_pic{ width: 46%; display: block; overflow: hidden; position: absolute; right: 0; height: 100%;}
.hande_pic .hd_video{ width: 100%; display: block;overflow: hidden;position: absolute; top:20%; }
.hande_pic .hd_video video{  display: block; width: 100%;  }

.hande_shuju{ display: block;overflow: hidden;  margin-top:4rem; }
.hande_shuju ul{ display: flex;justify-content: center;  }
.hande_shuju ul li{ width: 20%; margin-right: 10%; }
.hande_shuju ul li:last-child{ margin-right: 0; }
.hande_shuju ul li h3{  }
.hande_shuju ul li h3 sup{font-size: .45rem; color: #005baa; line-height: 20px; vertical-align: top}
.hande_shuju ul li h3 span{ font-size: 1.5rem; line-height: 1; color: #005baa; margin-right: .1rem; font-family: Arial; }
.hande_shuju ul li p{ font-size: .45rem; color: #666666; line-height: 30px; }

.part02{ padding: 2% 0 0;     background: #f2f4f6; }
.ab_bt{ display: block; overflow: hidden; margin-bottom: .5rem;}
.ab_bt h3{ font-size: .9rem; color: #191919; line-height: 1.5; }
.qy_bg01{ background: #f2f4f6; position: relative; display: block; overflow: hidden; padding: 2% 0; }
.qy_img01{ width: 50%; display: block; position: absolute; top:0; left:0; height: 100%; }
.qy_img01 img{ width: 100%;
    display: block;
    height: 100%;}
.qy_txt{ width: 46%; display: block; overflow: hidden; }
.qy_txt .qyqh_bt{ display: block; position: relative; }
.qy_txt .qyqh_bt h1{color: #eaeef2; line-height: 1; font-size: 2rem; font-family: Impact;}
.qy_txt .qyqh_bt h3{ font-size: .7rem; color: #191919; line-height: 1.5; position: absolute; top:30%;}
.qy_txt .qyqh_bt h3 i{ width: 10px; height: 10px; background: #005baa; border-radius: 100%; margin-right: 10px; float: left; margin-top:.3rem; }
.qy_txt .qywh_lb{display: block; overflow: hidden; padding:.2rem .5rem;}
.qy_txt .qywh_lb ul{}
.qy_txt .qywh_lb ul li{ display: block; margin-bottom: .5rem; }
.qy_txt .qywh_lb ul li h3{ font-size: .5rem; color: #005baa; line-height: 1.6; }
.qy_txt .qywh_lb ul li p{ font-size: 15px; color: #666666; line-height: 30px; }
.qy_img02{ width: 50%; display: block; position: absolute; top:0; right:0; height: 100%; }
.qy_img02 img{ width: 100%;
    display: block;
    }

.qy_txt02{width: 46%; display: block; overflow: hidden;}
.qy_txt02 dl{}
.qy_txt02 dl dt{ display: block; position: relative; }
.qy_txt02 dl dt h1{color: #eaeef2; line-height: 0.8; font-size: 2rem; font-family: Impact;}
.qy_txt02 dl dt h3{ font-size: .7rem; color: #191919; line-height: 1.5; position: absolute; top:30%;}
.qy_txt02 dl dt h3 i{ width: 10px; height: 10px; background: #005baa; border-radius: 100%; margin-right: 10px; float: left; margin-top:.3rem; }
.qy_txt02 dl dd{display: block; overflow: hidden; padding: .2rem  .5rem;}
.qy_txt02 dl dd p{font-size: 15px; color: #666666; line-height: 30px;}

.part03 { background:url(../images/honor_bg.jpg) no-repeat; background-size: cover; padding: 3% 0; overflow: hidden;  }
.honor_bt{ display: block; overflow: hidden; }
.honor_bt h3{     font-size: .9rem;
    color: #191919;
    line-height: 1.5; float: left;}
.honor_bt span{ float: right; width: 4rem; display: block;  }
.honor_bt span a{display: block;  font-size: .45rem; color: #9c9c9c;padding: .2rem 0; line-height: 1.5; text-align: center;  border-radius: 10px; border:1px solid #ddd; }
.honor_bt span a:hover{ background: #005baa; color: #fff; }
.honor_lb{ margin-top:1rem; display: block; overflow: hidden;position: relative;padding-bottom: 3rem; }
#honor_list{display: block; overflow: hidden;}
#honor_list .swiper-slide{display: block; overflow: hidden;}
#honor_list .swiper-slide dl{ border:1px solid #ddd; background: #fff; display: block; overflow: hidden;width: calc(100% - 4px); margin: 0 auto; }
#honor_list .swiper-slide dl dt{display: block; overflow: hidden;}
#honor_list .swiper-slide dl dt img{ max-width: 100%; display: block; margin: .3rem auto; }
#honor_list .swiper-slide dl dd{ padding: .3rem .3rem .8rem;border-top:1px solid #ddd; margin:.3rem .5rem; }
#honor_list .swiper-slide dl dd p{ font-size: .48rem; color: #4a4a4a; line-height: 1.5; text-align: center; }
#honor_list .swiper-button-prev{ width: 105px; height: 54px; background: url(../images/arrow.png) center no-repeat #cccccc; background-size: 30px; bottom: 0;left:40%; top:auto; transform: rotateY(-180deg); outline: none;}
#honor_list .swiper-button-next{ width: 105px; height: 54px; background: url(../images/arrow.png) center no-repeat #cccccc; background-size: 30px; bottom: 0;right:40%; top:auto;outline: none; }
#honor_list .swiper-button-prev:hover{background: url(../images/arrow.png) center no-repeat #005baa;background-size: 30px;}
#honor_list .swiper-button-next:hover{background: url(../images/arrow.png) center no-repeat #005baa;background-size: 30px;}


/* 产品中心  */
.products{ padding: .8rem 0; display: block; overflow: hidden; }
.products dl{ width: calc(32% - 2px);; margin-right: 2%; float: left; display: block; overflow: hidden; margin-bottom: .8rem; background: #fff; border:1px solid #eee; }
.products dl:nth-child(3n){ margin-right: 0; }
.products dl dt{ margin: .4rem; display: block; overflow: hidden; position: relative; }
.products dl dt .cp_bg{ width: 100%; display: block; overflow: hidden; opacity: 0; }
.products dl dt .cp_bg img{ width: 100%; display: block; }
.products dl dt .cp_img{ position: absolute; width: 100%;  height: 100%; top:0; left: 0;  z-index: 9}
.products dl dt .cp_img img{ max-width: 100%; display: block; margin: 0 auto; }
.products dl:hover dt .cp_img{ background: rgba(0,19,46,0.86) }
.products dl:hover dt .cp_bg{ opacity: 1; }
.products dl dd{ display: block; overflow: hidden; padding: .3rem 0 .8em;text-align: center;  }
.products dl dd h3{ font-size: .5rem;
    color: #24273a;
    line-height: 1.6;
    font-weight: normal; }
.products dl dd p{ font-size: .46rem; color: #2e2e2e; line-height: 1.8; margin: .2rem 0 .5rem; }
.products dl dd span{ display: flex; justify-content: center; }
.products dl dd span a{ font-size: .45rem; color: #000000; line-height: 2; border:1px solid #949494; border-radius:30px;margin-right: .5rem; padding: 0 .9rem; display: block; }
.products dl dd span a:nth-child(2){ margin-right: 0; background: #005baa; color: #fff; border:none; }

/* 技术服务  */
.download_sea{  display: block; overflow: hidden; padding: 1rem 5%;}
.download_sea .box_sea01{ border:1px solid #79a1c4;display: flex; overflow: hidden; height: 56px; }
.download_sea .box_sea01 .texts{ width:82%; padding-left:1rem; box-sizing: border-box; box-shadow: inset 1px 1px 5px #ddd; border:none; line-height: 60px; font-size:16px; color:#aaaaaa;  }
.download_sea .box_sea01 .btnSubmits{ width:19%; background: url(../images/sea_btn.png)  14% no-repeat #005baa; border:none; color: #b9ccdc; vertical-align: top; font-size: .5rem;    }
.download_list{display: block; overflow: hidden; padding: .8rem 0;}
.download_list ul{list-style: none;display: block; overflow: hidden; }
.download_list ul li{ display: block; border-bottom: 1px solid #ededed; overflow: hidden; padding: .4rem;}
.download_list ul li h3{ font-size: 16px; color: #2f2f2f; line-height: 40px; width: 70%;float: left;font-weight:normal;}
.download_list ul li h3 i{ float: left; margin-right: 10px;font-size: 40px; color: #a6a6a6;  font-style: normal;}
.download_list ul li .d_time{ font-size: 16px; color: #999999; display: block;line-height: 40px;  }
.download_list ul li:hover h3 i{ color: #005baa; }
.download_list ul li:hover h3{ color: #005baa; }
.download_list ul li .d_xz{ width: 140px;
    border: 1px solid #e6e6e6;
    display: block;
    background: url(../images/download.png) 20% no-repeat;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px 5px 55px;
    box-sizing: border-box; }

.download_list ul li:hover .d_time{ color: #005baa; }
.download_list ul li:hover .d_xz{ background: url(../images/download01.png) 20% no-repeat #005baa; color: #fff;   }


/* 资讯  */
.top_news{ display: block; overflow: hidden; padding: 1rem 0; }
.top_news dl{ width: 32%; margin-right:2%;display: block; overflow: hidden; background: #fff; float: left; }
.top_news dl dt{ display: block; overflow: hidden; }
.top_news dl dt img{ width: 100%; display: block; overflow: hidden; }
.top_news dl:nth-child(3n){ margin-right: 0; }
.top_news dl dd{ padding:.8rem .5rem; display: block; overflow: hidden;}
.top_news dl dd h3{ font-size:.48rem; color: #3e3e3e; line-height: 1.6; height: 4; font-weight: normal;  }
.top_news dl dd span{ display: block; padding-left:25px; background: url(../images/date.png) left no-repeat; font-size: 14px; color: #636363; margin-top:.8rem; }
.top_news dl:hover{ background: #005baa; }
.top_news dl:hover dd h3{ color: #fff; }
.top_news dl:hover dd span{ color: #fff;background: url(../images/date2.png) left no-repeat; }
.top_news dl:hover dt img{transform: scale(1.1)}

.news_ll{display: block; overflow: hidden;}
.news_ll dl{ display: block; margin-bottom: .8rem; background: #fff; overflow: hidden; }
.news_ll dl dt{ width: 300px; float: left; display: block;overflow: hidden;  }
.news_ll dl dt img{ max-width: 100%; display: block; }
.news_ll dl dd{ width: calc(100% - 330px); float: left;  display: block;overflow: hidden; padding: .8rem 0;}
.news_ll dl dd .news_da{ width: 150px; text-align: center;justify-content: center; float: left; }
.news_ll dl dd .news_da h3{ font-size: 1rem; color: #545454; line-height: 2; position: relative;  }
.news_ll dl dd .news_da h3:after{ width: 25px; height: 4px; background: #b8b8b8; content:''; position: absolute; bottom:0; left:50%; margin-left: -12.5px; }
.news_ll dl dd .news_da p{ font-size: 14px; color: #757575; line-height: 24px; margin-top:15px; }
.news_ll dl dd .news_cn{width: calc(100% - 200px);display: block;overflow: hidden; padding-top:.4rem; }
.news_ll dl dd .news_cn h3{ font-size: .5rem;
    color: #121212;
    line-height: 2;
    font-weight: normal; }
.news_ll dl dd .news_cn p{ font-size: .45rem; color: #8d8d8d; margin-top:.4rem; line-height: 1.6; }
.news_ll dl:hover dt img{transform: scale(1.1)}
.news_ll dl:hover{ background: #005baa; }
.news_ll dl:hover .news_da h3{ color: #fff; }
.news_ll dl:hover .news_da p{ color: #fff; }
.news_ll dl:hover .news_cn h3{color: #fff;}
.news_ll dl:hover .news_cn p{color: #fff;}

/* 保障服务  */
.services{ display: block; overflow: hidden; }
.services dl{ width: 49%; float: left; display: block; margin-bottom: .8rem; overflow: hidden; border:1px solid #e9f2fa; padding: .8rem; box-sizing: border-box; margin-right: 1.8%; box-shadow: 1px 1px 12px rgba(0,91,170,0.1) }
.services dl:nth-child(2n){ margin-right: 0; }
.services dl dt{ float: left; width: 80px; display: block; overflow: hidden; }
.services dl dt i{ width: 75px; height: 75px;display: block; margin: 10px auto 0;  }
.services dl dt .d01{ background: url(../images/io03.png) 0 0 no-repeat; }
.services dl dt .d02{ background: url(../images/io03.png) 0 -75px no-repeat; }
.services dl dt .d03{ background: url(../images/io03.png) 0 -150px no-repeat; }
.services dl dt .d04{ background: url(../images/io03.png) 0 -225px no-repeat; }
.services dl dd{ width: calc(100% - 100px); padding-left:1rem; background: url(../images/box1.jpg) left no-repeat; float: right; box-sizing: border-box; }
.services dl dd h3{ font-size: .55rem; color: #005baa; line-height: 2; } 
.services dl dd p{ font-size: .45rem; color: #434343; line-height: 1.6; min-height: 60px; margin-top:10px; }

.ser_map{ margin-top:.8rem;display: block; overflow: hidden; }
.ser_map img{ max-width: 100%;display: block; margin: 0 auto;  }
.services dl:hover dt i{-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}

/* 应用行业  */
.apply_02{display: block; overflow: hidden;}
.apply_02 dl{ width: 31.5%; border:1px solid #d9d9d9;float: left; display: block; margin-bottom: .8rem; overflow: hidden;  margin-right: 2%;box-shadow: 1px 1px 12px rgba(0,0,0,0.1); }
.apply_02 dl:nth-child(3n){ margin-right: 0; }
.apply_02 dl dt{ display: block; overflow: hidden; }
.apply_02 dl dt img{ width: 100%; display: block; }
.apply_02 dl dd{ text-align: center; display: block; overflow: hidden;}
.apply_02 dl dd h3{ font-size: .5rem; color: #000000; line-height: 2; padding: .4rem 0; }
.apply_02 dl:hover dt img{transform: scale(1.1)}
.apply_02 dl:hover dd h3{ background: #005baa; color: #fff; }

.apply_03{ padding: 1rem 0; display: block; overflow: hidden; }
.apply_03 .app_bt{ font-size: .8rem; color: #000000; line-height: 2; position: relative; font-weight: normal; text-align: center; }
.apply_03 .app_bt::before{ width: 2.5rem; height: 2px; background: #e5e5e5; content:''; position: absolute; top:.8rem; left:33%; }
.apply_03 .app_bt::after{ width: 2.5rem; height: 2px; background: #e5e5e5; content:''; position: absolute; top:.8rem; right:33%; }
.apply_03 table{ border:1px solid #e2e2e2; width: 100%; margin-top:1rem; }
.apply_03 table thead{ background: #f5f6f7; }
.apply_03 table thead th{padding: .5rem; font-size: .5rem; color: #000000; font-weight: bold; border-right: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2; text-align: center; justify-content: center;}
.apply_03 table tbody{}
.apply_03 table tbody tr{ background: #fff; }
.apply_03 table tbody tr td{ font-size: .45rem; color: #000000; line-height: 1.8; padding: .5rem; text-align: center; justify-content: center;border-right: 1px solid #e2e2e2;border-bottom: 1px solid #e2e2e2 }
.apply_03 table tbody tr:nth-child(2n){ background: #f5f6f7;}
.apply_03 table tbody tr:hover{ background: #d6e9fc; }

/*  职位   */
.job01{ padding: .5rem 0; }
.job_lb{ width: 70%; display: block; overflow: hidden; border:1px solid #e9f2fa; box-shadow: 1px 1px 10px rgba(0,91,172,0.1); padding: .8rem; box-sizing: border-box; }
.job_sea{ padding: 0; }
.job_clum{ margin:.6rem 0; display: block; overflow: hidden; }
.job_clum span{ float: left; font-size: 16px; color: #101010; line-height: 50px; display: block; width: 80px; }
.job_clum ul{ float: left; display: flex; width: calc(100% - 100px) ;  }
.job_clum ul li{  line-height: 50px; }
.job_clum ul li a{ padding: 0 .5rem; font-size:16px; color: #101010; display: block;line-height: 50px;}
.job_clum ul li a:hover,.on1{ color: #005baa; font-weight: bold; }

.job_list{display: block; overflow: hidden; min-height:15rem;}
.job_list dl{display: block; overflow: hidden; }
.job_list dl dt{ background:#e8ecef; padding: .3rem .5rem; display: flex; justify-content: center; margin-bottom: .4rem;}
.job_list dl dt h3:nth-child(1){ width: 28%; }
.job_list dl dt h3{ font-size: .5rem; color: #000000; line-height: 2; width: 18%; }
.job_list dl dd{ display: flex; padding: .3rem .5rem; justify-content: center;margin-top: .2rem;}
.job_list dl dd h3{ font-weight: normal; color: #005baa; line-height: 2; font-size: .48rem;width: 28%; }
.job_list dl dd span{ width: 18%; line-height: 2; font-size: .48rem; color: #4c4c4c;}

.toudi{ display: block; overflow: hidden; border:1px solid #e9f2fa; box-shadow: 1px 1px 10px rgba(0,91,172,0.1); padding: .8rem; width: 28%; box-sizing: border-box;}
.td_bt{ display: block; border-bottom: 1px solid #cddbe5;overflow: hidden; padding: .2rem 0; }
.td_bt h3{ font-size: .6rem; color: #005baa; line-height: 2; padding-left: 1.5rem; background: url(../images/email.png) left no-repeat; }
.td_con{ padding: .8rem 0; display: block; overflow: hidden; }
.td_con ul li{ margin-bottom: .8rem; }
.td_con ul li h3{ font-size: .5rem; color: #444444; line-height: 1.8; }
.td_con ul li p{ font-size: .48rem; color: #444444; line-height: 1.8; }

/* 供需发布  */
.system_con{ margin: .5rem 0; display: block; overflow: hidden; position: relative; }
.system_01{ width: 65%; display: block; padding: .5rem; box-sizing: border-box; overflow: hidden; border:1px solid #e9f2fa; box-shadow: 1px 1px  8px #eee; }
.system_01 .sys_bt{display: block; padding: .2rem 0; border-bottom: 1px solid #e9f2fa; height: 36px}
.system_01 .sys_bt h3{ font-size: .6rem; color: #2f2f2f; line-height: 1.5; position: relative; float: left; padding-left: .4rem; font-weight: normal; }
.system_01 .sys_bt h3:after{ width: 4px; height:100%; background: #005baa; content:''; position: absolute; left:0; }
.system_01 .sys_bt span{ float: right; }
.system_01 .sys_bt span a{ font-size: .4rem; color: #005baa; display: block; }
.system_01 .sy_01{ padding: .4rem; display: block;overflow: hidden;  }
.system_01 .sy_01 ul{ list-style: none; display: block;overflow: hidden;}
.system_01 .sy_01 ul li{ display: block;  border-bottom: 1px solid #ededed; padding: .3rem 0; overflow: hidden;}
.system_01 .sy_01 ul li a{ float: left; font-size: .42rem; color: #2f2f2f; line-height: 1.6; background: url(../images/dian.png) left no-repeat; padding-left: 12px; }
.system_01 .sy_01 ul li span{ float: right;font-size: 14px; color: #2f2f2f; }
.system_01 .sy_01 ul li a i{ font-size: .8rem;  font-style: normal; line-height: 1 }
.system_02{display: block; padding: .5rem; box-sizing: border-box; overflow: hidden; border:1px solid #e9f2fa; box-shadow: 1px 1px  8px #eee; width: 33%; position: absolute;right: 0; height: 100%;}
.system_01 .sy_01 ul li:hover a{background: url(../images/dian2.png) left no-repeat; color: #005baa;}
.system_01 .sy_01 ul li:hover span{color: #005baa;}

.sy_012{ display: flex; overflow: hidden; padding: 1.8rem 0 0; justify-content: center; }
.sy_ico01{ width: 36%;display: block; }
.sy_ico01 i{ width: 106px; display: block; margin: 0 auto }
.sy_ico01 i img{ width: 100%; display: block;  }
.sy_ico01 p{ font-size: 16px; color: #2f2f2f; line-height: 30px; text-align: center; margin-top:.2rem; }
.sy_022{overflow: hidden;}
.sy_022 ul{ list-style:none; display: block; overflow: hidden; }
.sy_022 ul li{ display: block; margin-bottom: .5rem; font-size: .45rem; color: #2f2f2f; line-height: 40px; }
.sy_022 ul li i{ width: 40px; height: 40px; display: block; float: left;margin-right: 5px;  }
.sy_022 ul li .f01{ background: url(../images/ico04.png) 0 0 no-repeat }
.sy_022 ul li .f02{ background: url(../images/ico04.png) 0 -40px no-repeat }
.sy_022 ul li .f03{ background: url(../images/ico04.png) 0 -80px no-repeat }

.caigou{display: block; padding: .5rem; box-sizing: border-box; overflow: hidden; border:1px solid #e9f2fa; box-shadow: 1px 1px  8px #eee; margin-bottom: 1rem; width: 100%;}
.caigou_list{position: relative; width: 100%; display: block; background: url(../images/lin1.png) center no-repeat;}
.caigou_list .tab-hd{ position: absolute; right: 0; top:-55px; width: 250px; border:1px solid #005baa; background: #005baa; border-radius: 10px; }
.caigou_list .tab-hd li{  background: #fff; color: #2f2f2f;border-radius: 10px; font-size: .45rem; line-height: 40px;width: 50%; float: left; text-align: center;  }
.caigou_list .tab-hd li.active02{ color: #fff; background: none; }
.caigou_list .tab-bd{display: block; overflow: hidden; padding: .6rem .2rem 0;}
.caigou_list .tab-bd li{ display: none; }
.caigou_list .tab-bd li:nth-child(1){ display: list-item; }
.caigou_list .tab-bd li .cg_lb{display: block; overflow: hidden;}
.caigou_list .tab-bd li .cg_lb dd{ width: 48%; float: left; margin-right: 4%; display: flex; border-bottom:1px solid #eee; line-height: 45px;  }
.cg_lb dd:nth-child(2n){ margin-right: 0 !important; }
.cg_lb dd h3{ float: left; font-size: .42rem; color: #2f2f2f;font-weight: normal; background: url(../images/dian.png) left no-repeat; padding-left: 12px; width: 70%  }
.cg_lb dd span{ }
.cg_lb dd .c_time{ font-size: 14px; color: #2f2f2f; float: left;  }
.cg_lb dd .m_more{ width: 90px; border:1px solid #005baa;  text-align: center; font-size: 14px; color: #005baa;float: right; border-radius: 5px; line-height: 30px; margin-top:5px;}
.cg_lb dd a{ display: block; width: 100%; }
.cg_lb dd:hover h3{background: url(../images/dian2.png) left no-repeat; color: #005baa;}
.cg_lb dd:hover  .m_more{ background: #005baa; color: #fff; }
.cg_lb dd:hover .c_time{ color: #005baa; }
.caigou_list .tab-bd li .cg_more{ float:  right; }
.caigou_list .tab-bd li .cg_more a{ font-size: 15px; color: #2f2f2f; line-height: 36px; }
.caigou_list .tab-bd li .cg_more a:hover{ text-decoration: underline;color: #005baa; }


/*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: 50px;
    height: 50px;
    border-radius: 100%;
        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: 50px;
    height: 50px;
    border-radius: 100%;
        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:1650px) {

 
#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.23);
        transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

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

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

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

.pageBanner .mxfDiv {
    position: absolute;
    right: 25%;
    top: 60%;
    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: #eee;
    border: none;
    margin: 0 auto;
}

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

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

.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; }
.bts a:hover{ color: #005baa; font-weight: bold; }


/*右侧内容*/
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/positions.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: 0 auto; display: block; overflow: hidden;  }
.article_editor table td{ border:1px solid #333; }




/*图片列表*/
.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 1rem;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.product-img {
    width: 40%;
    float: left;
    border-right: 1px solid #eee;
    margin-right: 3%;
    position: relative;
}

.product-img .cp_bg{ width: 100%; display: block; overflow: hidden; }
.product-img .cp_bg img{ width: 100%; display: block;}
.product-img .cp_pic {
    display: flex;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #eee;
    position: absolute;
    top:0;
    background: rgba(0,19,46,0.86);
    width: 100%;
    height: 100%;
}

.product-img .cp_pic img {
    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: right; */
   width: 50%;
    padding-left: 3%;
    border-left: 1px solid #eee;
    position: absolute;
    right: 1rem;
    height: 100%;
}
.product-arr h3 {
    font-size: .7rem;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #01559f;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}
.product-arr h3:before{ width: 3px; height:100%; left:0; content:''; position: absolute; left:0; background: #01559f;  }
.product-arr span{ border-bottom: 1px solid #eee; display: block; color: #2e2e2e; font-size: .45rem; padding-left: 15px; line-height: 2; padding-bottom: .3rem;  }

.product-arr h4 {
    padding-bottom: 15px;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}
.lx_c{ padding:.8rem 0; display: block; overflow: hidden; }
.lx_c .td_bt02{ font-size: .6rem; color: #2e2e2e; line-height: 48px; }
.lx_c .td_bt02 i{ width:48px; height: 48px; float: left; margin-right: 10px; background: url(../images/light.png) no-repeat #005baa; border-radius:100%;   }
.lx_c .par_desc{ margin-top:.5rem; display: block; overflow: hidden; }
.lx_c  p {
    line-height: 2.2;
    font-size:  .45rem;   
    color: #2e2e2e;

}

.cp_zx{display: block; overflow: hidden;}
.cp_zx a{ width: 180px; background: #005baa;float: left; margin-right: 15px; font-size: 15px; color: #fff; line-height: 45px }
.cp_zx a i{    width: 35px;
    height: 35px;
    float: left;
    margin-right: 12px;
    margin-left: 15%;
    margin-top: 5px; }
.cp_zx a .g01{ background: url(../images/ico05.png) 0 0 no-repeat; }
.cp_zx a .g02{background: url(../images/ico05.png) 0 -35px no-repeat;}

.detail_box {    
    position: relative;
    z-index: 100;
    background: #fff;
    padding: 1rem;
    margin-top:1rem;
}

.detail_box .dtop {
    background: #f6f6f6;
    height: 80px;
    width: 100%;
}

.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;
}

.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 .table {
    margin-top: 22px;
}

.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;
}

.detail_box .container .box .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;
    word-break: normal;
    overflow-wrap: break-word;
}


/*留言*/
.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: 4px 15px;
    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: #005baa;
    border-color: #005baa;
}

.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: 2%;
    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;
   
}

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

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

.case_list02 ul li:hover p {
    background: #005baa;
    -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: 20px; display: block; overflow: hidden; margin-bottom:30px; border:1px solid #e8e8e8; }
.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: 73%; display: block; overflow: hidden; padding:20px 0 0;}
.news_02 dl dd .ne_text{ width: 70%;display: block; overflow: hidden; }
.news_02 dl dd .ne_text h3{ color: #323232; line-height: 34px; }
.news_02 dl dd .ne_text p{ line-height: 28px;
    margin-top: 8px; }
.news_02 dl dd .ne_date{ width: 15%;overflow: hidden; padding-top:10px; }
.news_02 dl dd .ne_date h3{ font-size: 36px; color: #0051a0; font-weight: normal; line-height: 40px; }
.news_02 dl dd .ne_date p{ font-size: 20px; color: #0051a0;line-height: 32px; }
.news_02 dl:hover{border:1px solid #0051a0;}
.news_02 dl:hover dd .ne_text h3{ color: #0051a0; }



.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;}

/*左侧工具条*/
#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: #1b46a4;
    -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: #1b46a4;
    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 #1b46a4;
    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: #1b46a4;
}

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

#toolbar li:hover .icon-font {
    background-color: #1b46a4;
}

#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;
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;}


.zhezhu{background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
      display: none; }

 #feedback01{
    width: 50%;
    left: 25%;
    top: 30%;
    background: #fff;
    position: fixed;
    z-index: 9999;
    display: none;
    border: 3px solid #247ece;
    box-shadow: 1px 1px 12px #000;
   }  
   
 .message01{
   
    overflow: auto;
    /* width: 100%; */
    padding: 1rem;
    }

.mess_cc{/* padding: 2% 5%; */display: block;background: #ffffff;}

  .biaodan2 {
    width: 45%;
    background: #fff;
    position: fixed;
    top: 180px;
    left: 25%;
    z-index: 9999;
    padding: 30px;
    display: none;
    border-radius: 10px;
}
.close01{
        width: 24px;
    height: 24px;
    float: right;
    margin: 12px 10px 0 0;
    z-index: 99;
   position: absolute;
    right: 10px;
}
.close01 a{ display: block; }


.liuyan{width: 100%;margin:0 auto;display:block;overflow:hidden;}
.liuyan li{
    width: 48%;
    font-size: 14px;
    padding: 3px 0;
    display: block;
    margin-right: 4%;
    float: left;
    overflow: hidden;
    }
.liuyan li span{ font-size:14px; line-height:34px; color:#999a9c; width: 32%;float: left; margin-right: 2%;}    
.liuyan li span:nth-child(3n){ margin-right: 0; }
.liuyan li span input{ margin-right: 5px; line-height: 34px; }
.liuyan li label{ width:98%;  color: #666; font-weight: normal; display: block; font-size: 15px; line-height: 30px;} 
.liuyan li label i{ color: #f00; }
.liuyan li:nth-child(2n){ margin-right:0 !important;}
.liuyan li  input{border: 1px solid #cfcfd0;padding: 0 .5rem;line-height: 32px;font-size: 14px;color: #666;width: 98%;box-sizing: border-box;}
.liuyan li:nth-child(5){ width: 100%; margin-top:.6rem; }
.liuyan li:nth-child(5) .submitBtn{ width: 150px; margin: 0 auto; display: block;overflow:hidden; text-align: center; background:  #005baa; color: #fff; line-height: 40px; font-size: 15px; border:none;  }

.mess_tit{ display: block;  padding: 8px 0} 
.mess_tit h3{ font-size: .55rem;
    color: #005baa;
    line-height: 2.4;
    position: relative;
    padding-left: 6%;
    font-weight: normal;}
.mess_tit h3:after{ position: absolute; content:''; width: 4px; height: 20px; left:3%; top:50%; margin-top:-10px; background: #005baa }
.liuyan li .yzm{ border: 1px solid #cfcfd0;padding: 0 .5rem;line-height: 32px;font-size: 14px;color: #666;width: 40%;box-sizing: border-box; float: left;  }
.liuyan li img{ width: 100px; float: left; margin-left:12px; }

.fadeIn {
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.fadeInUp {
    opacity: 0;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.fadeInDown {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.fadeInLeft {
    opacity: 0;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.fadeInRight {
    opacity: 0;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.zoomIn {
    opacity: 0;
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.animated {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.news_ll02{ padding: 1rem; display: block;overflow: hidden; }
.news_ll02 ul{ list-style: none; display: block;overflow: hidden;}
.news_ll02 ul li{ display: block; overflow: hidden; border-bottom: 1px solid #eee; line-height: 45px; }
.news_ll02 ul li a{ font-size: 15px; color: #222; float: left;background: url(../images/dian.png) left no-repeat;
    padding-left: 12px; }
.news_ll02 ul li span{ font-size: 14px; color: #999; float: right; }
.news_ll02 ul li:hover a{background: url(../images/dian2.png) left no-repeat; color: #005baa;}



.box .con table{ border:1px solid #d9d9d9; width: 100%; margin-top:1rem; }
.box .con table thead{ background: #005baa; }
.box .con table thead th{padding: .3rem .5rem; font-size: .5rem; color: #fff;  border-right: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9; text-align: center; justify-content: center; font-weight: normal;}
.box .con table tbody{}
.box .con table tbody tr{ background: #fff; }
.box .con table tbody tr td{ font-size: .45rem; color: #2a2a2a; line-height: 1.8; padding: .2rem .5rem; text-align: center; justify-content: center;border-right: 1px solid #d9d9d9;border-bottom: 1px solid #d9d9d9 }
.box .con table tbody tr:nth-child(2n){ background: #e1f4fc;}
.box .con table tbody tr:hover{ background: #d6e9fc; }

.cp_tjlist{display: block;overflow: hidden; padding: 1rem .5rem; background: #fff; margin:.8rem 0;}
.cp_bt04{ text-align: center; max-width:30%; display: block; margin: 0 auto; border-bottom: 1px solid #eee; }
.cp_bt04 h3{ font-size: .6rem; color: #222; position: relative; padding-bottom: .2rem; line-height: 1.8; }
.cp_bt04 h3:after{ width: 54px; height: 3px; content:''; position: absolute; left:50%; margin-left:-27px; bottom:0; background: #005baa; }
.releat_cp{ width: 100%; display: block; overflow: hidden; position:relative; margin-top:.8rem; }
#cp_tj{ width: calc(100% - 90px) ; margin: 0 auto; display: block;overflow: hidden; }
#cp_tj .swiper-slide{display: block;overflow: hidden;}
#cp_tj .swiper-slide dl{ border:1px solid #d9d9d9;display: block;overflow: hidden; }
#cp_tj .swiper-slide dl dt{ width: 100%; display: flex; overflow: hidden; justify-content: center; }
#cp_tj .swiper-slide dl dt img{ max-width: 100%; display: block; margin: 0 auto; }
#cp_tj .swiper-slide dl dd{ font-size: .45rem; color: #24273a; line-height: 2; text-align: center; padding: .3rem 0; }
#cp_tj .swiper-button-prev{ width: 45px; height: 100%; background: url(../images/ico_ri.png) center no-repeat #005baa; transform:rotate(180deg); top:0;left: 0; margin-top:0;  }
#cp_tj .swiper-button-next{ width: 45px; height: 100%; background: url(../images/ico_ri.png) center no-repeat #005baa; top:0;right: 0; margin-top:0; }

#cp_tj .swiper-slide dl:hover dt img{transform: scale(1.1);}

.lx_con{ margin-top:.8rem; display: block; overflow: hidden; }
.lx_list{ width: 45%; display: block;overflow: hidden;padding-top: .5rem;}
.lx_list h2{ font-size: .7rem; color: #1e1e1e; position: relative; padding-top:.2rem; line-height: 2; font-weight: normal; }
.lx_list h2:before{ width: 36px;height: 2px; position: absolute; top:0; background: #666666; content:''; left: 0; }
.lx_map{ width: 52%; display: block; overflow: hidden; }
.lx_list ul{ list-style: none; display: block; overflow: hidden; }
.lx_list ul li{ display: block; padding: .5rem 0; overflow: hidden; }
.lx_list ul li h3{ font-size: .5rem; color: #333; line-height: 2; }
.lx_list ul li h3 i{ width: 35px; height: 35px;  float: left; margin-right: 8px; }
.lx_list ul li p{font-size: .45rem; color: #000; line-height: 2; padding-left:43px;}
.lx_list ul li h3 .e01{ background: url(../images/ico/ico_01.png) no-repeat; }
.lx_list ul li h3 .e02{ background: url(../images/ico/ico_02.png) no-repeat; }
.lx_list ul li h3 .e03{ background: url(../images/ico/ico_03.png) no-repeat; }
.lx_list ul li h3 .e04{ background: url(../images/ico/ico_04.png) no-repeat; }
.lx_list ul li:nth-child(1) p{ font-size: .65rem; }

.list_clumn{display: block; overflow: hidden; padding: .5rem 0;}
.list_clumn ul{ list-style: none;display: block; overflow: hidden;  }
.list_clumn ul li{ width: 150px; border:1px solid #eee; float: left; margin-right: 12px; text-align: center; }
.list_clumn ul li a{ font-size: .45rem; color: #333; line-height: 2; display: block; padding: 5px 0; }
.list_clumn ul li a:hover,.on2{ background: #005baa; color: #fff !important; }

/* 站点地图  */
.site_title{ display: block; overflow: hidden; border-bottom: 1px solid #eee; }
.site_title h3{ font-size: .55rem; color: #000; line-height: 2; position:relative; padding-bottom: .2rem; font-weight: normal; }
.site_title h3:after{ width: 50px; height: 2px; background: #005baa; content:''; position:absolute; left:0; bottom: 0; }
.site_list{ margin-top:.3rem; display: block; overflow: hidden; }
.site_list dl{ display: block; margin-bottom: .3rem;  overflow: hidden;}
.site_list dl dt{ float: left; margin-right: .5rem; }
.site_list dl dt a{ font-size: .5rem; color: #222; line-height: 50px; display: block; }
.site_list dl:hover dt a{ color: #005baa}
.site_list dl dd{float: left;  }
.site_list dl dd a{ font-size: .48rem; color: #444; line-height: 50px; display: block; float: left; padding: 0 .2rem;  }
.site_list dl dd a:hover{ color: #222; }



.Top_Record{ display:block; overflow:hidden; border:1px solid #e2e2e2; margin-top:1.5rem;}

.topRec_List dl,.maquee{ width:100%; overflow:hidden; margin:0 auto; color:#7C7C7C; }
.topRec_List dl{display: flex;justify-content: center; }
.topRec_List dd{  text-align:center;  color:#000000; background:#f5f6f7;  line-height:60px; font-size:18px;border-right:1px solid #e2e2e2;}
.maquee{ height:540px;}
.topRec_List ul{ width:100%; }
.topRec_List li{  height:60px; line-height:60px; text-align:center; font-size:.45rem; border-bottom:1px solid #e2e2e2;color:#272121;  border-right:1px solid #e2e2e2; color:#333; display: flex; justify-content: center;}
/*.topRec_List li:nth-child(2n){ background:#077cd0}*/
.topRec_List li div{ float:left; text-align:center;}
.topRec_List li div:nth-child(1){   border-right:1px solid #e2e2e2;border-left:1px solid #e2e2e2; width: 5%}
.topRec_List li div:nth-child(2){   border-right:1px solid #e2e2e2;width: 35%}
.topRec_List li div:nth-child(3){ border-right:1px solid #e2e2e2;width: 20%}
.topRec_List li div:nth-child(4){ border-right:1px solid #e2e2e2;width: 20%}
.topRec_List li div:nth-child(5){ border-right:1px solid #e2e2e2;width: 8%}
.topRec_List li div:nth-child(6){ width: 12%}
.topRec_List dd:nth-child(1){ width:5%}
.topRec_List dd:nth-child(2){ width:35%}
.topRec_List dd:nth-child(3){ width:20%}
.topRec_List dd:nth-child(4){ width:20%}
.topRec_List dd:nth-child(5){ width:8%}
.topRec_List dd:nth-child(6){ width:12%}
#slides {display:none;position:relative; width:100%;}
#slides img{ width:100%;}
#slides .slide-item{display: block; overflow: hidden; width:100%;}
#slides .slide-item dl{width: 100%;display: block; overflow: hidden; position:relative;}
#slides .slide-item dl dd{ position:absolute; bottom:0px;background: #005baa;display: block; overflow: hidden;  padding: .3rem 0; width:100%;  }
#slides .slide-item dl dd p{     font-size: .5rem;
    color: #fff;
    line-height: 2.5;
    padding-left: .5rem;}
.slidesjs-container{}
.slidesjs-navigation{float:right;margin-top:10px;padding-right:5px;}
.slidesjs-navigation a{font:bold 20px/normal simsun;text-decoration:none;color:#333;}
.slidesjs-previous{}
.slidesjs-next{}
.slidesjs-navigation a:hover{color:#C00}
.slidesjs-pagination{ position:absolute; bottom:45px; right:10px; z-index:999;}
.slidesjs-pagination li{float:left;padding:0 3px;}
.slidesjs-pagination li a{display:block;width: 13px;height:0;padding-top:13px;background:url(../images/pagination.png) 0 0;overflow:hidden;}
.slidesjs-pagination li a.active,.slidesjs-pagination li a:hover.active {background-position: 0 -13px}
.slidesjs-pagination li a:hover {background-position: 0 -26px}


