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

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

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

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

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

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

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

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

a:hover,a:active {
    text-decoration: none;
}
input,select {
    outline: none
}
body {    background: #fff; font-size: .45rem; line-height: 1.8;
}

* {    transition-duration: 0.3s;    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.w2{ width: 1200px; display: block; margin: 0 auto; }

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


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

.clearfix {
    zoom: 1;
}

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


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




.top_nav{  display: block;  height: 100px; position: relative; width:90%; margin: 0 auto; }

.top_nav .logo {
    width: 35% ;  
    margin-top: 15px;  
}
.top_nav .logo img {    
    display: block;      
   width: 194px; float: left; 
}


.top_nav .logo .lo_txt{    
     padding: .4rem 0 .4rem .4rem; }

.top_nav .logo .lo_txt h3{ font-size: .55rem; color: #555555; line-height: 1.4; margin-top: .5rem; }


@media(max-width: 1400px){ 
    .top_nav .logo img{ width: 45%; }
 }


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





.navlist {
    width: 62%; 
    position: relative;
 }



.nav_out {
    width: calc(100% - 240px);
    display: block;
    padding-top:8px;

}



.tem_head nav {

    width: 100%;

    height: 90px;

    line-height: 90px;

    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 #e62129;

}



.tem_head nav .a011 li.icon:hover::after {

    transform: rotateZ(180deg);

    margin-top: -2px;

    transition: all .3s;

}



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



.tem_head nav li>a::after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 87px;

    width: 0;

    height: 5px;

    background: #e62129;

    transition: all .3s;

}



.tem_head nav a:hover::after {

    width: 100%

}



.tem_head nav li>a:hover {

    line-height: 90px;

    color:#e62129;

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

}



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

    content: "";

    display: block;

    position: absolute;

    left: 0;

    top: 87px;

    width: 100%;

    height: 5px;

    background: #e62129;

}

.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: 87px;
    left: -50%;
    opacity: 1;
    visibility: visible;}  
.tem_head nav  li>ul li a{ display: block; font-size: 14px; line-height: 36px !important; color: #fff; background: none; }
.tem_head nav  li>ul li a:hover{  background: #e62129; color: #fff; }
.tem_head nav  li>ul li a:after{ display: none; }




.tem_head nav dl dd a {

    line-height: 30px;

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

    transition: all .3s;

    font-size: 14px;

    padding: 5px 0;

    color: #fff;

}



.tem_head nav dl dd a:hover {

    transform: translateX(5px);

    border-bottom: 1px solid #ccc;

}



.tem_head nav dl dd a:last-child {

    border-bottom: none;

}


.top_search {

    margin-top: .7rem;
    position: relative;   
    margin-left: .8rem;  
    overflow: hidden;
}
.top_sea{
    width: 28px;
    height: 28px;
    border-radius: 100%;
    margin-right: 15px;
    margin-top: .8rem;
    margin-left: .2rem;
    }
.top_sea img{    max-width: 100%;
    display: block;
    margin: 6px auto;}
.top_tel{   
    width: 220px;
    position: absolute;
    right: 0;
    padding-left: 20px;
    box-sizing: border-box;
    height: 100%;
    padding-top:.5rem;
    }   



.head-search__modal {display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;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: 18px;

}



.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: 1600px) {
  .w1 {   
    padding: 0 30px;
    display: block;
    box-sizing: border-box;
}
}


.search{ margin-top:.5rem; background: #fff; }
.search .boxs{width: 100%;display: block;background: #fff;overflow: hidden;border: 1px solid #eee;border-radius: 20px;}
.search .boxs .texts{width: 65%;line-height: 36px;border:none;padding: .1rem 0 .1rem .4rem;float: left;box-sizing: border-box;height: 36px;}
.search .boxs .btnSubmits{border:none;background: url(../image/sea_btn.png) center no-repeat #e62129;width: 55px;height: 36px;display: block;cursor: pointer;float: right;border-radius: 20px;}
.search .boxs input::placeholder{ color: #ccc; font-size: 14px; }


.integration{ background: url(../image/bg_02.jpg) top no-repeat;display: block; overflow: hidden; padding:1.5rem 0; }
.integra_con{ margin-top:1rem;display: block; overflow: hidden; position: relative; }
.integra_con dl{ width: 24%; margin-right:1.33%; float: left; display: block; background: #fff;  }
.integra_con dl dt{display: block; overflow: hidden;}
.integra_con dl dt img{ width: 100%; display: block; }
.integra_con dl:hover dt img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.integra_con dl dd{ padding: .2rem .7rem .4rem; position: relative; }   
.integra_con dl dd h3{ font-size: .65rem; color: #494949; line-height: 1.6; font-weight: bold; position: relative; padding-bottom: 12px; } 
.integra_con dl dd h3:after{width: 42px; height: 4px; position: absolute; content:''; bottom:0; background: #e62129; left: 0;}
.integra_con dl:nth-child(4),.integra_con dl:nth-child(5){ position: absolute; right: 0; height: 49%; margin-right: 0; }
.integra_con dl dd p{     font-size: .45rem;
    color: #e8e8e8;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: bold;
    margin-top: .2rem;
    width: 75%;
    min-height: 1.4rem;  }
.integra_con dl dd span{ width: 86px; height: 32px; border:1px solid #e62129; text-align: center; position: absolute; right: .4rem; bottom:.5rem; font-size: 14px; color: #e62129; line-height: 32px; }

.integra_con dl:nth-child(4) dt,.integra_con dl:nth-child(5) dt{height: 50%; }
.integra_con dl:nth-child(4){ margin-bottom: 2%; top:0; }
.integra_con dl:nth-child(5){ bottom: 0; }


.pro_tit{ text-align: center; position: relative; display: block; overflow: hidden; padding-bottom: .8rem; }
.pro_tit h2{background-image: linear-gradient(to bottom, rgba(188,188,188,0.2), rgba(233,233,233,0.01));
    color: transparent;
    -webkit-background-clip: text; text-transform: uppercase; font-size: 1.6rem; font-weight: bold; letter-spacing: -2px;}
.pro_tit .p_bt{ width: 100%; position: absolute; top:.8rem; text-align: center; }
.pro_tit .p_bt h3{ font-size: 1.4rem; color: #343434; line-height: 1.5;  background: url(../image/pro_tit.png) bottom center no-repeat; padding-bottom:20px; font-weight: normal;  }

.pro_tit02{ text-align: left; position: relative; display: block; overflow: hidden; padding-bottom: .8rem; }
.pro_tit02 h2{background-image: linear-gradient(to bottom, rgba(188,188,188,0.2), rgba(233,233,233,0.01));
    color: transparent;
    -webkit-background-clip: text; text-transform: uppercase; font-size: 1.6rem; font-weight: bold; letter-spacing: -2px;}
.pro_tit02 .p_bt{ width: 100%; position: absolute; top:.8rem; text-align: left; }
.pro_tit02 .p_bt h3{ font-size: 1.4rem; color: #343434; line-height: 1.5;  background: url(../image/pro_tit.png) bottom left no-repeat; padding-bottom:20px; font-weight: normal;  }





.index_services{ display: block; overflow: hidden; padding:1rem 0; }
.services_con{margin-top:1.2rem; position: relative;display: block; overflow: hidden;}
.line{ width: 100%; position: absolute; height: 100%;display: block; overflow: hidden;z-index: 10; background: rgba(0,0,0,0.01) }
.line dl{ width: 25%; float: left; position: relative;height: 100%; }
.line dl:after{ width: 1px; height: 100%; content:''; position: absolute; right: 0; background: rgba(255,255,255,0.2); }
.services_con .mySwiper{position: absolute; bottom: 0; width: 100%;z-index: 12;}
.services_con .mySwiper .swiper-slide{ background: rgba(0,0,0,0.4); height: 100%; }
.services_con .mySwiper .swiper-slide .ys_bt{ padding: .8rem 1rem; }
.services_con .mySwiper .swiper-slide .ys_bt h3{ display: block; overflow: hidden; font-size: .65rem; color: #fff; line-height: 2; }
.services_con .mySwiper .swiper-slide .ys_bt i{ width: 55px; height: 55px; float: left; margin-right: .2rem; }
.services_con .mySwiper .swiper-slide .ys_bt .c01{ background: url(../image/icon.png) -15px -20px no-repeat; }
.services_con .mySwiper .swiper-slide .ys_bt .c02{ background: url(../image/icon.png) -15px -85px no-repeat; }
.services_con .mySwiper .swiper-slide .ys_bt .c03{ background: url(../image/icon.png) -15px -150px no-repeat; }
.services_con .mySwiper .swiper-slide .ys_bt .c04{ background: url(../image/icon.png) -15px -220px no-repeat; }
.services_con .mySwiper .swiper-slide .ys_bt .c05{ background: url(../image/icon.png) -15px -290px no-repeat; }
.services_con .mySwiper .swiper-slide .ys_bt .c06{ background: url(../image/icon.png) -15px -350px no-repeat; }

.services_con .mySwiper .swiper-slide .ys_bt p{ font-size: .45rem; color: #fff; line-height: 2; margin: .3rem .2rem; min-height: 3rem; }
.services_con .mySwiper .swiper-slide .ys_bt span{ font-size: 14px; color: #fff; line-height: 30px; }

.services_con .mySwiper  .swiper-slide-thumb-active{ background: rgba(230,33,41,0.7); }

.services_con .mySwiper  .swiper-slide-thumb-active .ys_bt h3{ color: #fff; }
.services_con .mySwiper  .swiper-slide-thumb-active .ys_bt p{ color: #fff; }
.services_con .mySwiper2{}
.services_con .mySwiper2 .swiper-slide .zz_img{}
.services_con .mySwiper2 .swiper-slide .zz_img img{ display: block; }
.services_con .mySwiper2 .swiper-button-prev{ width: 61px; height: 61px; background: url(../image/ico_fr.png) no-repeat; left: 0;  transform: rotate(-180deg);outline: none;}
.services_con .mySwiper2 .swiper-button-next{ width: 61px; height: 61px; background: url(../image/ico_fr.png) no-repeat; right: 0;outline: none; }
.services_con .mySwiper2 .swiper-button-prev:after,.services_con .mySwiper2 .swiper-button-next:after{ content:''; }


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


.index_about{ width: 100%;  background-size: cover; padding: 2% 0 3%; position: relative; overflow: hidden; margin-top: 1rem;}
.about_con{  display: block; overflow: hidden; }
.com_desc{ width: 54%; display: block; overflow: hidden; }
.com_desc .com_wz{display: block; overflow: hidden; margin:1rem 0 .5rem;}
.com_desc .com_wz p{ font-size: .42rem; color: #464646; line-height: 2.2; text-align: justify; text-indent: 2em; }
.com_desc .com_wz span{ display: block; margin-top:.8rem; }
.com_desc .com_wz span a{ font-size: 14px; color: #a1a1a1; line-height: 30px; text-decoration: underline; background: url(../image/arrow.png) 80px no-repeat; display: block;  }
.com_img{ width:43%; display: block; overflow: hidden; margin-top:1rem;  }
#ab_img{ position: relative; display: block; overflow: hidden;}
#ab_img .swiper-slide{display: block; overflow: hidden;}
#ab_img .swiper-slide .b_img{ display: block; overflow: hidden; }
#ab_img .swiper-slide .b_img img{ display: block; width: 100%; }
#ab_img .swiper-button-prev{ width: 36px; height: 86px; background: url(../image/ico_fl.png) no-repeat; left: 0;outline: none }
#ab_img .swiper-button-next{ width: 36px; height: 86px; background: url(../image/ico_fl.png) no-repeat; right: 0; transform: rotate(-180deg); outline: none}
#ab_img .swiper-button-prev:after,#ab_img .swiper-button-next:after{content:''}



.about_lb{display: block; overflow: hidden; margin-top:1rem; box-shadow: 1px 10px 10px #ccc; background: #fff; border:1px solid #eee;}
.about_lb ul{ list-style: none;display: block; overflow: hidden; }
.about_lb ul li{width: 18%;  float: left;  border-right:1px solid rgba(0,0,0,0.15); padding:2%; box-sizing: border-box; text-align: center; position: relative; }
.about_lb ul li.active01{ width:  }
.about_lb ul li:last-child{ border-right: none; }
.about_lb ul li h3 i{ width: 60px; height: 60px; float: left; }
.about_lb ul li .c01{ background: url(../image/icon.png) -345px -25px no-repeat; }
.about_lb ul li .c02{ background: url(../image/icon.png) -263px -100px no-repeat; }
.about_lb ul li .c03{ background: url(../image/icon.png) -263px -175px no-repeat; }
.about_lb ul li .c04{ background: url(../image/icon.png) -268px -240px no-repeat; }
.about_lb ul li .c05{ background: url(../image/icon.png) -263px -310px no-repeat; }
.about_lb ul li h3{ font-size: .55rem; color: #333; line-height: 60px; font-weight: normal;position: relative; z-index: 3 }
.about_lb ul li:hover h3{ color: #fff; }
.about_lb ul li:hover .c01{ background: url(../image/icon.png) -263px -25px no-repeat; }
.about_lb ul li:hover .c02{ background: url(../image/icon.png) -345px -100px no-repeat; }
.about_lb ul li:hover .c03{ background: url(../image/icon.png) -345px -175px no-repeat; }
.about_lb ul li:hover .c04{ background: url(../image/icon.png) -345px -240px no-repeat; }
.about_lb ul li:hover .c05{ background: url(../image/icon.png) -345px -310px no-repeat; }
.about_lb ul li:hover{ background: #e62129; border-right: none; }
.about_lb ul li:after{ content:''; position: absolute; opacity: 0;width: 0; height: 0;
            border-color: #e62129 #fff #fff #e62129;
            border-width: 55px 60px 55px 60px;
            border-style: solid;bottom:0; right: -115px;transform: rotate(-90deg); z-index: 5}
.about_lb ul li:hover:after{ opacity: 1; }


.index_case{ width: 100%;  background-size: cover; padding: 2% 0 3%; position: relative; overflow: hidden;}
.ser_case{ margin-top: 1rem;display: block; overflow: hidden;  }
#case01{ position: relative; display: block; overflow: hidden; width: 100%; }
#case01 .swiper-slide{}
#case01 .swiper-slide dl{ position: relative;display: block; overflow: hidden; }
#case01 .swiper-slide dl dt{ display: block; overflow: hidden; }
#case01 .swiper-slide dl dt img{ max-width: 100%; display: block; }
#case01 .swiper-slide dl dd{ position: absolute; background: rgba(0,0,0,0.5); bottom: 0; padding: .4rem .8rem;width: 100%; opacity: 0;  }
#case01 .swiper-slide-active dl dd{ opacity: 1 !important; }
#case01 .swiper-slide dl dd h3{ font-size: .65rem; color:#fff; line-height: 2; font-weight: normal; }
#case01 .swiper-slide dl dd p{ font-size: .45rem; color: #fff; line-height: 2; margin-top:.2rem; padding-right: 30%; }
#case01 .swiper-slide dl dd span{ width: 4rem; position: absolute; bottom:.8rem; right: 2rem;  border:1px solid #fff; border-radius: 30px; display: block;font-size: .45rem; color: #fff;
background: url(../image/shap01.png) 70% no-repeat; padding:5px 0 5px 1rem;  }
#case01 .swiper-slide dl:hover dd{ background: rgba(230,33,41,0.8);  }
#case01 .swiper-button-prev{ width:140px; height: 76px;  background: url(../image/right.png) 0 0 no-repeat #fff; left: 20%; }
#case01 .swiper-button-next{ width:140px; height: 76px;  background: url(../image/right.png) -140px 0 no-repeat #fff; right: 20%; }

#case01 .swiper-button-prev:hover{ width:140px; height: 76px;  background: url(../image/right.png) 0 -76px no-repeat #e62129; left: 20%; }
#case01 .swiper-button-next:hover{ width:140px; height: 76px;  background: url(../image/right.png) -140px -76px no-repeat #e62129; right: 20%; }
#case01 .swiper-button-prev:after,#case01 .swiper-button-next:after{ content:''; }



.index_news{ padding:1.5rem 0 1.2rem; display: block; overflow:hidden; background: url(../image/bg_04.jpg) no-repeat; background-size: cover;}
.news01{ display: block; overflow: hidden; margin-top:1.5rem; }
#news_list{ position: relative;display: block; overflow: hidden; padding-bottom: 1.2rem; }
#news_list .swiper-slide{}
#news_list .swiper-slide dl{display: block; overflow: hidden;width: 32%;
    float: left;
    margin-right: 2%;}
#news_list .swiper-slide dl:nth-child(3){ margin-right: 0; }    
#news_list .swiper-slide dl dt{ display: block; overflow: hidden; }
#news_list .swiper-slide dl dt img{ width: 100%; display: block; }
#news_list .swiper-slide dl dd{ padding:.5rem 0; }
#news_list .swiper-slide dl dd span{ display: block; font-size: 14px; color: #888887; line-height: 26px; }
#news_list .swiper-slide dl dd h3{ font-size: .5rem; color: #424242; line-height: 2; font-weight: normal; }
#news_list .swiper-slide dl dd p{ font-size: .42rem; color: #969696; line-height: 2; }

#news_list .swiper-pagination-bullet-active{ width: 32px; height: 9px; background: #e62129; border-radius: 20px; }

.pb_more{ width: 150px;display: block; overflow:hidden; margin: .5rem auto 0; }
.pb_more a{ background: url(../image/shap02.png) 80% no-repeat #e62129; border-radius: 30px; display: block; font-size: 15px; color: #fff; padding:.2rem 0 .2rem 14%;  }



.footer{ background: url(../image/bg_05.jpg) no-repeat;background-size: cover; padding:1rem 0 0; }

.sub_area{ width: 100%; border-bottom: 1px solid #e2e9f6; padding: .3rem 0; overflow: hidden; }
.sub_area .db_logo{ width: 200px; display: block; overflow: hidden; }
.sub_area .db_logo img{ max-width: 100%; display: block; }
.sub_list{display: block; overflow: hidden; width:calc(100% - 240px);}
.sub_list ul{ list-style: none;display: block; overflow: hidden; margin: .5rem 0 0; }
.sub_list ul li{ float: left; font-size: 16px; color: #161616; font-weight: bold; line-height: 40px; }
.sub_list ul li a{ font-size: 15px; color: #666;display: block; padding: 0 .3rem; font-weight: normal; }

.db_lx{ display: block; overflow: hidden; margin-top:.4rem; position: relative; padding-top:.5rem; width: 25%; }
.db_400{ display: block; overflow: hidden; }
.db_400 p{ font-size: 14px; color: #9d9e9e; line-height: 24px; }
.db_400 p i{ width: 20px; height: 20px; float: left; margin-right: 10px; }
.db_400 h4{ font-size: 1.2rem; color: #e62129; line-height: 1.2;  }
.db_400 p .f01{ background: url(../image/index_53.png) 0 0 no-repeat; }
.lx_list{ padding:.6rem 0; display: block; overflow: hidden; }
.lx_list ul{list-style: none;display: block; overflow: hidden; }
.lx_list ul li{display: block; overflow: hidden; margin-bottom: .5rem;}
.lx_list ul li p{ font-size: 14px; color: #9d9e9e; line-height: 30px;}
.lx_list ul li p i{ width: 30px; height: 30px; float: left;  }
.lx_list ul li p .f02{ background: url(../image/index_53.png) 0 -106px no-repeat; }
.lx_list ul li p .f03{ background: url(../image/index_53.png) 0 -180px no-repeat; }
.lx_list ul li p .f04{ background: url(../image/index_53.png) 0 -256px no-repeat; }
.lx_list ul li h3{ font-size: 16px; color: #626262; line-height: 30px; font-weight: normal; padding-left: 3px; }


.db_con{ display: block; overflow: hidden;padding:1rem 0;  }
.db_nav{display: block; overflow: hidden; width: 70%;}
.db_nav dl{ float: left; display: block;overflow: hidden; width: 20%;  }
.db_nav dl dt{display: block; font-size: .5rem; color: #333333; line-height: 3;}
.db_nav dl dd{ display: block;overflow:hidden; position:relative; padding: .8rem 0 .2rem; }
.db_nav dl dd:after{ width: 20px; height: 3px; position: absolute; top:0; content: ""; background: #7d7d7d; }
.db_nav dl dd a{display: block; font-size: 15px; color: #8c8c8c; line-height: 40px;}
.db_nav dl dd a:hover{ color: #265ebf; }
.db_nav dl:last-child{ width: 160px; }


.db_ewm{ width: 190px; background: #f2f5fa; padding: .3rem .2rem; box-sizing: border-box; }
.db_ewm img{ max-width: 100%; display: block; }
.db_ewm p{ font-size: 14px; color: #666; line-height: 30px;  text-align: center; }

.copyright{ padding: .3rem 0; display: block; overflow: hidden; width: 100%; border-top: 1px solid #e2e9f6; }
.copyright p{ font-size: 15px; color: #868686; line-height: 45px; text-align: left; }
.copyright p a{ color: #868686; }
.copyright p a:hover{ color: #222; } 



.part01{ padding:1.5rem 0;overflow: hidden; }
.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: #e62129 !important; }
.sidebar .sidebar_list li a.on1:after,.sidebar .sidebar_list li a:hover:after{width: 80px;height: 4px; background: #e62129; 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: #e62129; 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(../image/position.png) left no-repeat; padding-left:35px; }
.positions p a{ color: #707070; }

.about_desc{ margin-top:1rem; width: 60%; display: block; overflow: hidden; }
.com_cc{display: block; overflow: auto; height:340px; padding-right: 1rem;}
.com_cc p{ font-size: .42rem; color: #343434; line-height: 2; margin-bottom:10px; text-align: justify; }
.com_cc::-webkit-scrollbar {
      width: 3px;
      background: #e2e3e4;
    }
.com_cc::-webkit-scrollbar-track {
      border-radius: 5px;
    }
    
.com_cc::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #e62129;
    }

.about_img02{ margin-top:1rem; width: 36%; display: block; overflow: hidden;}
.about_img02 img{ max-width: 100%; display: block; }
.com_sj{ display: block;overflow: hidden; margin-top:1rem;  }
.com_sj ul{ text-align: center; display: block; }
.com_sj ul li{ display: inline-block; min-width: 25%; text-align: center; }
.com_sj ul li h3{ font-size: 1.4rem; color: #e62129; line-height: 1.2; font-family: Impact; }
.com_sj ul li h3 span{ font-size: 14px; font-weight: normal;  }
.com_sj ul li p{ font-size: 15px; color: #a1a1a1    ; line-height: 28px; }


.bg12{ background: url(../image/qywh_bg.jpg) no-repeat; background-size: cover; }
.culture_list{ margin:1rem 0; display: block; overflow: hidden; }
.culture_list dl{ width: 24%; float:left;display: block; overflow: hidden; position: relative; margin-right: 1.33%;  }
.culture_list dl:last-child{ margin-right: 0; }
.culture_list dl dt{ display: block; overflow: hidden; }
.culture_list dl dt img{ width: 100%; display: block; }
.culture_list dl dd{display: block; overflow: hidden;position:absolute; top:0; width: 100%; height: 100%; padding:12% 5% 0 8%; box-sizing: border-box;}
.culture_list dl dd i{ width: 55px; height: 55px; display: block; }
.culture_list dl dd .e01{ background: url(../image/ico02.png) 0 0 no-repeat; }
.culture_list dl dd .e02{ background: url(../image/ico02.png) 0 -55px no-repeat; }
.culture_list dl dd .e03{ background: url(../image/ico02.png) 0 -110px no-repeat; }
.culture_list dl dd .e04{ background: url(../image/ico02.png) 0 -165px no-repeat; }
.culture_list dl dd h3{ font-size: .5rem; color: #fff; line-height: 2; font-weight: normal; margin-top:.3rem;}
.culture_list dl dd span{ font-size: 12px; color: #a2badf; text-transform: uppercase; line-height: 20px; display: block; }
.culture_list dl dd p{ font-size: .45rem; color: #fff; line-height: 2; margin-top:.6rem; }
.culture_list dl:hover dd i{-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}

.culture_list dl:hover dt img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}

.zz_jg{ margin: 1rem 0; display: block; overflow: hidden;}
.zz_jg img{ max-width: 100%; display: block; margin: 0 auto; }
.bg13{ background: url(../image/faz_bg.jpg) no-repeat; background-size: cover; }


.history_div{position: relative;}
.history_div:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 48.5%;
    background: rgba(255,255,255,0.1);
    background-color: white;
    }
.history-container{position: relative;z-index: 2; }
.h_info{position:relative;}
.h_dian{width: 20px;
    height: 20px;
    border-radius: 100%;    
    padding: 5px;
    margin: 0 auto;
    box-sizing: border-box;    
    background:#fff; opacity: 0.5;}
 
.h_dian i{
    display: block;
    border-radius: 50%;
    background: #e62129;
    width: 10px;
    height: 10px;
    opacity: 0.9;
    }
.h_dian:after{content: '';position: absolute;width:1px;height:30px;left:50%;border-left:1px solid #000; display: none;}
.h_info h2{width:130px;height:40px;line-height:40px;color:#000;text-align: center;font-size:20px;margin:0 auto;font-family: arial;}
.h_icon{position: absolute;left:50%;margin-left:-78px;}
.history-container .swiper-slide:nth-child(odd) .h_dian:after{top:100%;}
.history-container .swiper-slide:nth-child(even) .h_dian:after{bottom:100%;}
.history-container .swiper-slide:nth-child(odd) .h_inner{padding-top:168px;}
.history-container .swiper-slide:nth-child(even) .h_inner{padding-bottom:30px;}
.history-container .swiper-slide:nth-child(odd) .h_info{padding-top:30px;}
.history-container .swiper-slide:nth-child(even) .h_info{padding-bottom:15px;}
.history-container .swiper-slide:nth-child(odd) .h_icon{top:-14px;}
.history-container .swiper-slide:nth-child(even) .h_icon{bottom:-15px;}
.history-container .swiper-slide:nth-child(odd) .h_dian {
    margin-bottom: 30px;
}
.history-container .swiper-slide .h_text{ width: 100%;box-sizing: border-box;position: relative; }
.history-container .swiper-slide .h_text h3{ font-size: .55rem; color:#e62129; line-height: 2; }
.history-container .swiper-slide:nth-child(even) .h_dian {
    margin-top: 30px;
}

.history-container .swiper-slide:nth-child(odd) .h_text:after{  width: 0;
    height: 0;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent; position: absolute; content:''; top:-20px; left: 50%; margin-left: -20px;}

.history-container .swiper-slide:nth-child(even) .h_text:after{  width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent; position: absolute; content:''; bottom:-20px; left: 50%; margin-left: -20px;}

.history_div .swiper-button-next,.history_div .swiper-button-prev{
    width:35px;
    height:35px;
    margin-top:-15px;
    background:url(../image/ico_fl1.png) no-repeat;
    outline:0;
    opacity: 1;
    box-shadow: 1px 1px 5px #ccc;
    top: 48%;
}
.history_div .swiper-button-prev{left:0; outline: none;}
.history_div .swiper-button-next{right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg);top: 48%;outline: none;}
.history_div .swiper-button-prev:after,.history_div .swiper-button-next:after{content:'';}

.history-container .swiper-slide-active .h_info h2{ font-size: 22px; font-weight: bold; }
.history-container .swiper-slide-active .h_dian{ opacity: 1; }
.history-container .swiper-slide-active .h_dian i{opacity: 1;}


@media (max-width:767px){
    .history_div:after{ width: 84%; left: 8%; top: 55%; }
    .history-container .swiper-slide .h_inner{padding-top: 150px !important;
    padding-bottom: 0 !important;
    position: relative;
    min-height: 300px;}
    .history-container .swiper-slide .h_info{}
    .history-container .swiper-slide .h_icon{top:0 !important;}
    .history-container .swiper-slide .h_dian{margin-top:5px !important;  margin-bottom: 10px !important;}
    .history-container .swiper-slide .h_dian:after{bottom:auto;display: none;}
    .history-container .swiper-slide .h_text{      line-height: 25px;
    text-align: left;
    overflow: hidden;
    position: absolute;
    top: -110px;
    width: 100%;
    text-align: center;
    padding: 0 10%;
}
    .history_div .swiper-button-next{ top:30%; }
    .history_div .swiper-button-prev{ top:30%; }
    .history_list {
    position: relative;
    padding: 0 35px;
}
.history_list .swiper-button-prev,
.history_list .swiper-button-next {
    width: 35px;
    height: 35px;
    background-color: #5e5e5e;
    border-radius: 100%;
    background-size: 10px auto;
    top: 97px;
    margin: 0;
    opacity: 1;
    outline: none;
}
.history_list .swiper-button-prev {
    left: 5px;
}
.history_list .swiper-button-next {
    right: 5px;
}
.history_list .swiper-button-prev:hover,
.history_list .swiper-button-next:hover {
    background-color: #76a3db;
}
.history_list:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #acabab;
    position: absolute;
    left: 0;
    top: 115px;
}
.history_list .inner {
    text-align: center; 
    margin: 15px;
    padding: 40px 20px;
}
.history_list .inner h2 {
    font-size: 24px;
    margin: 0;
}
.history_list .inner h2:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #5e5e5e;
    border-radius: 100%;
    display: block;
    margin: 30px auto 0;
}
.history_list .inner .info {
    font-size: 16px;
    color: #575758;
    line-height: 30px;
}
.history_list .inner .info:before {
    content: "";
    width: 1px;
    height: 28px;
    background-color: #a4a4a4;
    display: block;
    margin: 15px auto;
}
.history_list .inner .info p {
    margin: 0;
}
.history_list .inner:hover,
.history_list .swiper-slide-active .inner {
    -webkit-box-shadow: 0 2px 18px rgba(0,0,0,.25);
    box-shadow: 0 2px 18px rgba(0,0,0,.25);
}
.h_icon{ margin-left:-65px; }
}
@media (min-width:768px){
    .history_div{margin:5% 0;}
    .h_info{height:168px;}
    .h_icon{width:156px;height:98px;}
    .h_info h2{position: absolute;left:50%;transform: translateX(-50%);}
    .h_dian{position: absolute;left:50%;transform: translateX(-50%);}
    .history-container .swiper-slide:nth-child(odd) .h_text{margin-top:10px;background: #fff;
    padding: .5rem;}
    .history-container .swiper-slide:nth-child(even) .h_text{margin-bottom:10px;background: #fff;
    padding: .5rem;position: absolute;
    bottom: 30px;}
    .history-container .swiper-slide:nth-child(odd) .h_dian{top:0;}
    .history-container .swiper-slide:nth-child(even) .h_dian{bottom:0;}
    .history-container .swiper-slide:nth-child(odd) .h_info h2{bottom:0;}
    .history-container .swiper-slide:nth-child(even) .h_info h2{top:0;}
.history-container .swiper-slide:hover  .h_text{ background: #e62129; color: #fff; }
.history-container .swiper-slide:hover  .h_text h3{ color: #fff; }
.history-container .swiper-slide:nth-child(odd):hover  .h_text:after{  border-bottom: 20px solid #e62129;}
.history-container .swiper-slide:nth-child(even):hover  .h_text:after{  border-top: 20px solid #e62129;}
}
@media (min-width:992px){
    .h_info{height:250px;}
    
    
    .history-container .swiper-slide:nth-child(odd) .h_inner{padding-top:274px;}
    .history-container .swiper-slide:nth-child(even) .h_inner{padding-bottom:220px;}
    .h_text p{font-size:.43rem;}
    .h_info h2{font-size:.6rem;}
}
@media (min-width:1200px){
    .h_info h2{width:156px;height:44px;line-height:44px;font-size:.6rem;}

}
@media (min-width:1450px){
    .h_text p{font-size:.42rem;}
    
}


.bg14{ background: url(../image/zz_bg.jpg) no-repeat; background-size: cover; }
.zz_txt{ margin: 1.5rem 0; display: block; overflow: hidden; }
.zz_txt p{ font-size: .45rem; color: #343434; line-height: 2; text-align: center; }
.zz_honor{ display: block; overflow: hidden; position: relative; padding-bottom: 1rem; }
#honor01{ display: block; overflow: hidden; }
#honor01 .swiper-slide{}
#honor01 .swiper-slide .zz_img{ display: block; overflow: hidden; }
#honor01 .swiper-slide .zz_img img{ width: 100%; display: block; }
#honor01 .swiper-slide .zz_img p{ font-size: 15px; color: #666; line-height: 30px; text-align: center; }


#honor01 .swiper-button-prev{    background: url(../image/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    outline: none;}
#honor01 .swiper-button-next{background: url(../image/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    outline: none;transform:rotate(180deg);}  

#honor01 .swiper-button-prev:after,#honor01 .swiper-button-next:after{ content:''; }  


.ser_c01{ margin-top: 1.5rem; display: block; overflow: hidden; }
.ser_c01 ul{ list-style: none; display: block; overflow: hidden; }
.ser_c01 ul li{ width: 12.8%; float: left; margin-right: 0.6%; display: block; overflow: hidden; position: relative;}
.ser_c01 ul li.active{ width: 33%; }
.ser_c01 ul li:last-child{ margin-right: 0; }
.ser_c01 ul li .s_img01{ display: block; overflow: hidden; }
.ser_c01 ul li .s_img01 img{ display: block; }
.ser_c01 ul li .s_txt{ position: absolute;bottom: 0; width: 100%; padding:.3rem .6rem 1rem; box-sizing: border-box; }
.ser_c01 ul li .s_txt i{width: 55px; height: 55px;  display: block; }
.ser_c01 ul li .s_txt .a01{ background: url(../image/icon.png) -15px -20px no-repeat; }
.ser_c01 ul li .s_txt .a02{ background: url(../image/icon.png) -15px -85px no-repeat; }
.ser_c01 ul li .s_txt .a03{ background: url(../image/icon.png) -15px -150px no-repeat; }
.ser_c01 ul li .s_txt .a04{ background: url(../image/icon.png) -15px -220px no-repeat; }
.ser_c01 ul li .s_txt .a05{ background: url(../image/icon.png) -15px -290px no-repeat; }
.ser_c01 ul li .s_txt .a06{ background: url(../image/icon.png) -15px -350px no-repeat; }
.ser_c01 ul li .s_txt h3{ font-size: .5rem; color: #fff; line-height: 2; }
.ser_c01 ul li .s_txt p{ font-size: 14px; color: #fff; line-height: 30px; display: none; }
.ser_c01 ul li.active .s_txt p{ display: block; }

.bg00{ background: #f6f7fb; }
.ji_list{ display: block; overflow: hidden; margin-top:1rem; }
.ji_list dl{ width: 32%; float: left; display: block; overflow: hidden; background: #fff;margin-right: 2%; margin-bottom: 1rem; }
.ji_list dl:nth-child(3n){ margin-right: 0; }
.ji_list dl dt{ display: block; overflow: hidden; }
.ji_list dl dt img{ max-width: 100%; display: block; }
.ji_list dl dd{ padding:.4rem .5rem; display: block; overflow: hidden;}
.ji_list dl dd h3{ font-size: .5rem; color: #00080e; line-height: 2; float: left; }
.ji_list dl dd span{ width: 40px; height: 40px; float: right; background: url(../image/arrow2.png) 0 0 no-repeat; display: block; }
.ji_list dl:hover dd h3{ color: #e62129; }
.ji_list dl:hover dd span{ background: url(../image/arrow2.png) 0 -40px no-repeat; }
.ji_list dl:hover dt img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}


.c-siadebar{ display: block;overflow: hidden; margin: .8rem 0; }
.c-siadebar ul{ text-align: center; display: block; overflow: hidden; }
.c-siadebar ul li{ display: inline-block; margin-right: 5px; }
.c-siadebar ul li:last-child{ margin-right: 0; }
.c-siadebar ul li a{ display: block; border:1px solid #d8dbe4; border-radius: 5px; padding:0 .6rem; font-size: .48rem; color: #848796; line-height: 2.4; }
.c-siadebar ul li a:hover,.c-siadebar ul li a.on1{ background: #e62129; color: #fff !important; }
.anli_list{ display: block; overflow: hidden; margin-top:1rem; }
.anli_list ul{display: block; overflow: hidden; list-style: none;}
.anli_list ul li{ width: 23.5%; margin-right: 2%; float: left; display: block; overflow: hidden; margin-bottom: .8rem; }
.anli_list ul li:nth-child(4n){ margin-right: 0; }
.anli_list ul li .c_img{ display: block; overflow: hidden; }
.anli_list ul li .c_img img{ display: block; width: 100%; }
.anli_list ul li p{ font-size: .45rem; color: #5f5f5f; line-height: 2; text-align: center; margin-top:.2rem; }
.anli_list ul li:hover .c_img img{-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.anli_list ul li:hover p{ color: #e62129; }


.lx_contact{ width: 100%; display: block; position: relative; overflow: hidden;     padding-top: 7rem;
    margin-top: 1.2rem; }
.lx_map{ width: 100%; display: block; overflow: hidden; }
.lx_desc{ width: 100%; position: absolute; top: 0; display: block; }
.lxwm{ display: block; overflow: hidden; position: relative;background: #fff; }

.lx_img{ display: block; overflow: hidden; width: 50%; }
.lx_img img{ max-width: 100%; display: block; }
.lx_con{ position: absolute; right: 0; width: 50%; padding: 3%; box-sizing: border-box;  height: 100%; }

.lx_ewm{ width: 180px; display: block; overflow: hidden; position: absolute; right: 2%; bottom: 5%; }
.lx_ewm h3{ font-size: .45rem; color: #333333; line-height: 48px; font-weight: normal;  border-radius: 30px; background: url(../image/db_wx.png) left no-repeat; padding-left: 33%; box-sizing: border-box; }
.lx_ewm img{ max-width: 100%; display: block; margin: .3rem auto 0;}
.lx_ewm02{  display: block; overflow: hidden; }
.lx_ewm02 h3{ font-size: .45rem; color: #333333; line-height: 48px; font-weight: normal;  border-radius: 30px; background: url(../image/db_wx.png) left no-repeat; padding-left: 33%; box-sizing: border-box; }
.lx_ewm02 img{ max-width: 100%; display: block; margin: .3rem auto 0;}









.pageBanner {
    position: relative;
}

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

.pageBanner .imgDiv img {
   
    display: block;    
}
@media(max-width: 1600px){
 .pageBanner .imgDiv img {
    width: 100%;
}
}

@-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: #fff;
    border: none;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.banner picture img {
    width: 100%;
    -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);
    }

}



.banner_txt {
    text-align: center;
    position: absolute;
    top: 55%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.banner_txt1 {
    font-size: 50px;
    width: 100%;
    text-align: center;
    left: 0;
    color: #fff;
    letter-spacing: 15px;
    line-height: 70px;
}

.banner_txt2 {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 15px;
    -webkit-animation: fadeInUp5 1.4s .8s ease both;
    -o-animation: fadeInUp5 1.4s .8s ease both;
    animation: fadeInUp5 1.4s .8s ease both;
    -moz-animation: fadeInUp5 1.4s .8s ease both;
}

.banner_txt span {
    width: 170px;
    margin: 20px auto;
    background: #0077b0;
    display: block;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
}

.banner_txt span a {
    display: block;
    padding: 12px 0;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}


.feedback {
    width: 100%;
    display: block;
    background: url(404.png) 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding: 50px 0;    
}

.ly_list {
    width: 40%;
    display: block;
    margin: 30px auto 0;
    overflow: hidden;
}

.baoming {
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
}

.baoming ul {
    list-style: none;
    margin-top: 50px;
    display: block;
    overflow: hidden;
}

.baoming ul li {
    width: 94%;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 15px;
    line-height: 50px;
    float: left;
    border: 1px solid #ccc;
    padding: 0 2%;
}

.baoming ul li input {
    border: none;
    background: none;
    width: 80%;
    color: #fff;
}

.baoming ul li span {
    float: left;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
}

.baoming ul li span i {
    color: #f00;
    font-style: normal;
    margin: 0 10px;
}

.baoming ul li .submit2 {
    width: 30%;
    background: #0077b0;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    display: block;
    border-radius: 20px;
}

.baoming ul li:nth-child(4) {
    border: none;
}





.news_list02 {
    width: 100%;
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 50px 0;
    box-shadow: 17px 10px 10px -8px rgba(0, 87, 131, 0.2) inset;
}

.newslb dl {
    width: 45%;
    display: block;
    overflow: hidden;
    margin: 2% 2% 1% 1%;
    display: block;
    float: left;
    padding: 15px;
    -moz-box-shadow: -1px 1px 15px rgba(0, 87, 131, 0.2);
    -webkit-box-shadow: -1px 1px 15px rgba(0, 87, 131, 0.2);
    box-shadow: -1px 1px 15px rgba(0, 87, 131, 0.2);
    height: 160px;
}

.newslb dl dt {
    width: 30%;
    display: block;
    overflow: hidden;
    float: left;
}

.newslb dl:nth-child(2n) {
    margin-right: 0.5%;
}

.newslb dl dt img {
    width: 100%;
    display: block;
}

.newslb dl dd {
    width: 68%;
    display: block;
    overflow: hidden;
    float: right;
}

.newslb dl dd h3 {
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.newslb dl dd p {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 24px;
    margin: 12px 0 15px;
}

.newslb dl dd .ne_time {
    width: 100%;
    display: block;
    overflow: hidden;
}

.newslb dl dd .ne_time i {
    font-size: 14px;
    color: #666;
    font-style: normal;
}

.newslb dl dd .ne_time span {
    background: url(404.png) right no-repeat;
    padding-right: 20px;
    font-size: 16px;
    color: #898989;
}

.newslb dl a {
    display: block;
}

.newslb dl:hover {
    -moz-box-shadow: -1px 1px 15px rgba(0, 87, 131, 0.3);
    -webkit-box-shadow: -1px 1px 15px rgba(0, 87, 131, 0.3);
    box-shadow: -1px 1px 15px rgba(0, 87, 131, 0.3);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}





@-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:1520px) {


    .wrap {
        width: 1200px;
        margin: 0 auto;
        overflow: visible;
    }

    .bowrap {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    .boWrap {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

    .ser_list dl dt {
        width: 90px;
        height: 63px;
    }

    .manager_list dl .m_01 {
        width: 90%;
    }
}



#flash{width: 100%; display: block;}
#flash .swiper-slide{ width: 100%; }
#flash .swiper-slide .img{ width: 100%; display: block; }
#flash .swiper-slide .img img{ display: block; }
#flash .swiper-pagination-bullet{background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;}
#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}
#flash .swiper-button-prev{ background: url(../image/ad_ctr_01.png) no-repeat; width: 46px; height: 73px; outline: none;}
#flash .swiper-button-prev:after{ display: none; }
#flash .swiper-button-next{ background: url(../image/ad_ctr_02.png) no-repeat; width: 46px; height: 73px; outline: none;}
#flash .swiper-button-next:after{ display: none; }
#flash .swiper-pagination-bullets{ bottom: 40px !important; }

@media(max-width: 1800px){
 #flash .swiper-slide .img img{ width: 100%; }   
}



.flash {

    width: 100%;

    height: 800px;

    margin: 0 auto;

    overflow: hidden;

    _zoom: 1;

    position: relative;

    *zoom: 1;

}

.flash1 {

    width: 1000px;

    height: 800px;

    margin: 0 auto;

    position: relative;

}

.flash2 {

    width: 1920px;

    height: 800px;

    position: absolute;

    left: -460px;

}

.flexslider {

    margin: 0 auto;

    position: relative;

    width: 1920px;

    height: 800px;

    overflow: hidden;

    zoom: 1;

}

.flex-viewport {

    max-height: 2000px;

    -webkit-transition: all 1s ease;

    -moz-transition: all 1s ease;

    transition: all 1s ease;



}

.flexslider .slides {

    zoom: 1;

}

.flex-direction-nav a {

    width: 60px;

    height: 90px;

    line-height: 99em;

    overflow: hidden;

    margin: -60px 0 0;

    display: block;

    background: url(../image/ad_ctr.png) no-repeat;

    position: absolute;

    top: 50%;

    z-index: 10;

    cursor: pointer;

    opacity: 0;

    filter: alpha(opacity=0);

    -webkit-transition: all .3s ease;

}

.flex-direction-nav .flex-next {

    background-position: 0 -90px;

    right: 0;

}

.flex-direction-nav .flex-prev {

    left: 0;

}

.flexslider:hover .flex-next {

    opacity: 0.8;

    filter: alpha(opacity=25);

}

.flexslider:hover .flex-prev {

    opacity: 0.8;

    filter: alpha(opacity=25);

}

.flexslider:hover .flex-next:hover,

.flexslider:hover .flex-prev:hover {

    opacity: 1;

    filter: alpha(opacity=50);

}

.flex-control-nav {

    width: 100%;

    position: absolute;

    bottom: 3px;

    text-align: center;

}

.flex-control-nav li {

    margin: 0 5px;

    display: inline-block;

    zoom: 1;

    *display: inline;

}

.flex-control-paging li a {

    background: url(../image/dot.png) no-repeat 0 -16px;

    display: block;

    height: 16px;

    overflow: hidden;

    text-indent: -99em;

    width: 16px;

    cursor: pointer;



}

.flex-control-paging li a.flex-active {

    background-position: 0 0;

}





.con_section {

    position: relative;

    padding: 20px 0 50px;

}

lside {
    display: block;
    position: relative;

    float: left;

    width: 222px;

}

lside section h2 {
    background: url(../image/p_tit.png) 10px no-repeat #0060a9;
    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: 34px;

    font-size: 16px;

    color: #666;

    background: url(../image/side_ico.png) 180px no-repeat;

    display: block;
}

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

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../image/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

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

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../image/side_ico1.png) 180px no-repeat #ffa94c;
    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(../image/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;
}





article {
    width: 100%;
    display: block;
    margin: 40px 0;
}

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

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #999;   
}

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

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





.module_list_article {
    padding: 10px;

}

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

}

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

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




.article_content h1.article_title {
    font-size: 28px;
    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: 0 10px;
    min-height: 300px;

}
.img_pic{ display: block; overflow: hidden;width: 700px;margin: 0 auto; position: relative;}
#ca_img{  width: 500px; display: block; overflow: hidden; margin: 0 auto; }
.img_pic img{ max-width: 100%; display: block; margin: 0 auto; }

#ca_img .z_img01{display: block; overflow: hidden; position: relative;}
#ca_img .z_img01 img{ width: 100%; display: block; }
#ca_img .swiper-button-prev{ width: 60px; height: 60px; background: url(404.png) no-repeat; background-size: cover; outline: none;}
#ca_img .swiper-button-next{ width: 60px; height: 60px; background: url(404.png) no-repeat; background-size: cover;outline: none;}
#ca_img .swiper-button-prev:after,#ca_img .swiper-button-next:after{ content:''; }





.module_list_img {

    padding: 10px;

}

.module_list_img li {

    width: 33.3333%;

}

.module_list_img li a {

    display: block;

    width: 280px;

    text-align: center;

}

.module_list_img li .img-size {

    width: 280px;

}

.module_list_img li h3 {

    font-weight: normal;

}



.product-info {
    padding: 10px;
    display: block;
    overflow: hidden;
}
.product-img .cp_pic {
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
}
.product-img {
width: 450px;
    float: left;
    border-right: 1px solid #eee; 
    padding-right: 50px; 

}


.product-arr {
    width: calc(100% - 550px);
    float: right;

}

.product-arr h3 {

    font-size: 24px;

    padding: 20px 5px;

    border-bottom: 1px solid #ddd;

}

.product-arr p {

    line-height: 28px;

    font-size: 14px;

}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}
.detail_box {
    padding-bottom: 128px;
    position: relative;
    z-index: 100;
}

.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(404.png) no-repeat;
    display: inline-block;
    margin: 0 4px;
    transition: all 0.5s;
    vertical-align: middle;
}

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

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

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

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

.detail_box .container .box .con table {
    margin-top: 22px;
    border:1px solid #333;
    width: 100%;
}

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

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

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

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

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

.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;
}
.detail_box .container .box .con table td{ border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    padding: 10px; }

.lx_c{ padding: .3rem 0; display: block; }
.lx_c .td_bt02{ font-size: .5rem; color: #1b46a4; line-height: 2; }
.par_desc{ padding: .2rem 0; overflow: hidden; }

.cp_zx{ display: block; overflow: hidden; margin-top:.2rem; }
.cp_zx a{ width: 150px; background: #1b46a4; display: block; text-align: center; font-size: 14px; color: #fff; line-height: 45px; }




.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 0px 0px;

    text-align: center;

}

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

.page-list .page-link {

    display: inline-block;

    font-family: Arial;

    font-size: 13px;

    padding: 7px 11px;

    margin-left: 6px;

    background-color: #fff;

    border: 1px solid #e6e6e6;

    border-radius: 4px;

}

.page-item.active .page-link {

    z-index: 1;

    color: #fff;

    background-color: #0052a3;

    border-color: #0052a3;

}

.page-item.disabled .page-link {

    color: #6c757d;

    pointer-events: none;

    cursor: auto;

    background-color: #fff;

    border-color: #dee2e6;

}



.info-wrap{ line-height: 32px; }

.page-banner .wz {
    position: absolute;
    width: 1200px;
    padding: 0 15px;
    text-align: center;
    height: 110px;
    top: 40%;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
}

.want-buy {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.want-buy a {
    font-size: 17px;
    padding: 0 20px;
    line-height: 40px;
    background: #0077b0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
}


.gotop {
    width: 40px;
    height: 40px;
    background: url(../image/gotop.png) no-repeat center;
    background-size: contain;
    position: fixed;
    right: 5px;
    bottom: 50px;
    cursor: pointer;
    display: none;
    transition: all .5s;
    z-index: 30;
    opacity: 1 !important;
}


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



.lx {
    overflow: hidden;
}

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

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

.lx_l p {
    line-height: 32px
}

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

.lx_l dl dt {
    width: 200px;
}

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

.product_01{ display: block; overflow: hidden; }
.product_01 dl{ width: 24%; margin-right: 1.3%;  float: left; display: block; overflow: hidden; margin-bottom: .5rem;}
.product_01 dl:nth-child(4n){ margin-right: 0; }
.product_01 dl a{ display: block; padding: .5rem .3rem; border:1px solid #ddd; position: relative; }
.product_01 dl a:after{ width: 80px; height: 4px; background: #ccc; position: absolute; content:'';bottom: 0; left: 50%; margin-left:-40px; }
.product_01 dl dt{display: block; overflow: hidden;}
.product_01 dl dt img{ max-width: 100%; display: block; }
.product_01 dl dd{ padding: .2rem 0; display: block; overflow: hidden; }
.product_01 dl dd h3{ text-align: center; font-size: .45rem; color: #333; line-height: 2; }
.product_01 dl:hover a{ border:1px solid #005aba; }
.product_01 dl:hover dd h3{ color: #005aba; }
.product_01 dl:hover a:after{ background: #005aba }

.details_swiper2{margin-bottom:30px;}
.album-small2{position: relative;width:100%;padding:0 30px;margin-top:15px;box-sizing: border-box;}
.album-small2 .swiper-container{position: static;}
.album-small2 .swiper-slide:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;border:1px solid #4797d1;opacity: 0;transition:all 0.5s; box-sizing: border-box;}
.album-small2 .swiper-slide-thumb-active:after{opacity: 1;}
.gallery-thumbs2 .swiper-button-prev,
.gallery-thumbs2 .swiper-button-next{width:30px;height:100%;top:0;margin-top:0;opacity: 1;}
.gallery-thumbs2 .swiper-button-prev{left:0;background: url(404.png) center no-repeat; background-size: 15px;}
.gallery-thumbs2 .swiper-button-prev.swiper-button-disabled{opacity: 0.8;}
.gallery-thumbs2 .swiper-button-next{right:0;background: url(404.png) center no-repeat;background-size: 15px;}
.gallery-thumbs2 .swiper-button-next.swiper-button-disabled{opacity: 0.8;}
.gallery-thumbs2 .swiper-button-prev:after,.gallery-thumbs2 .swiper-button-next:after{ content:''; }
.album-small2 .swiper-slide .img{ position: relative; }
.album-small2 .swiper-slide .img img{ width: 100%; display: block; }

.album-big2  .swiper-slide .img img{ width:100%; display: block; }


.tj_case {

    display: block;

    overflow: hidden;

}



.tj_title {

    width: 100%;

    border-bottom: 1px solid #cccccc;

    display: block;

    overflow: hidden;

    padding-bottom: 10px;

}



.tj_title h3 {

    font-size: 24px;

    border-left: 8px solid #2a59a7;

    float: left;

    display: block;

    line-height: 30px;

    font-weight: normal;

    padding-left: 20px;

}



.tj_news {

    padding: 40px 0;

    overflow: hidden;

}



.cplb_02 {

    padding: 40px 0;

    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%;

    height: 220px;

    justify-content: center;

    align-items: center;

}



.cplb_02 .img img {

    max-width: 100%;

    

    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(404.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: #1b2e7c;

    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(404.png) no-repeat scroll left center;

    padding: 2px 0px 2px 22px;

    margin-right: 12px;

}



.nease {

    background: url(404.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: #215bab;

}



.cplb_02 li:hover .t,

.cplb_02 li:hover .bot {

    color: #fff;

}






.cplb_02 li:hover .black {

    opacity: 1;

    visibility: visible;

}



.cplb_02 li:hover .img img {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

}

.warpper{padding: 1rem 0;}
.bts{ margin-top:1.5rem; overflow: hidden; }
.news_02{display: block; overflow: hidden; }
.news_02 dl{ padding: 20px; display: block; overflow: hidden; margin-bottom:30px; border:1px solid #e8e8e8;     transition: all 0.3s;}
.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:45px; }
.news_02 dl dd .ne_date h3{ font-size: 36px; color: #005aba; font-weight: normal; line-height: 40px; }
.news_02 dl dd .ne_date p{ font-size: 20px; color: #484848;line-height: 32px; }
.news_02 dl:hover{border:1px solid #e62129;}
.news_02 dl:hover dd .ne_text h3{ color:#e62129; }

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

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

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

.case_list02 ul li:nth-child(5n) {
    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;
    max-height: 340px;
}

.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: #1b46a4;
    -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 {
    padding: 30px 0;
    display: block;
    overflow: hidden;
}

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

.case_list ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left
}

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

.case_list 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;
    max-height: 400px;
}

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

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

.case_list ul li:hover p {
    background: #1b46a4;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    color: #fff;
}

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






#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(../image/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;
    }
}






.services01{ background: #fff; padding: 1.5rem .8rem; display: block; overflow: hidden; margin-top:1.5rem; }
.ser_sidebar{ width: 244px;  display: block; overflow: hidden; border:1px solid #e2e4ee; }
.ser_sidebar ul{ list-style: none; display: block; overflow: hidden; }
.ser_sidebar ul li{ display: block; overflow: hidden; border-bottom:1px solid #e2e4ee; padding: .4rem 0 .4rem 10%; line-height: 2; position: relative;}
.ser_sidebar ul li a{ font-size: .5rem; color:#343434; display: block; position: relative; z-index: 2; background: url(../image/dian01.png) 0 12px no-repeat; padding-left: 15%; }
.ser_sidebar ul li:after{width: 0; height: 100%; background-image: linear-gradient(to right, #ec565c, #fef6f7); content:''; left: 0;  position: absolute; top: 0;transition: all 0.5s;}

.ser_sidebar ul li:hover a{ color: #fff; background: url(../image/dian02.png) 0 12px no-repeat; font-weight: bold;}
.ser_sidebar ul li:hover:after{ width: 100%; }
.ser_sidebar ul li.on1:after{ width: 100%; }
.ser_sidebar ul li.on1 a{ color: #fff;background: url(../image/dian02.png) 0 12px no-repeat; font-weight: bold; }

.ser_con02{ width: calc(100% - 280px); display: block; overflow: hidden; padding: .8rem 0; }
.article_editor{ display: block; overflow: hidden; }
.article_editor img{ max-width: 100%; }

.db_link{display: block; overflow: hidden; }
.db_link ul{ list-style: none; display: block; overflow: hidden; }
.db_link ul li{ float: left; font-size: 16px; line-height: 40px; color: #333; }
.db_link ul li a{ display: block; font-size: .42rem; color: #666; padding: 0 10px; }
.db_link ul li a:hover{ color: #265ebf; }