@charset "utf-8";
html {
    color: #444;
    font-size: 14px;
    font-family: 'PingFang SC', 'Myriad Pro', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;transition: all 0.5s;
    height: 100%;
    background: #fff;
}
@media (min-width: 1025px) {  
    html {
        font-size: 30px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 32px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 34px!important;
    }
}

* {
    margin: 0;
    padding: 0;  
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
em,cite {
    font-style: normal
}
fieldset,img {
    border: 0
}
li {
    list-style: none
}
caption,th {    text-align: left}

q:before,q:after {
    content: ''
}

abbr,acronym {
    border: 0;
    font-variant: normal
}
sup {    vertical-align: baseline}
sub {
    vertical-align: baseline
}
legend {
    color: #000
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,button,textarea,select {
    *font-size: 100%
}
a {
    color: #666;
}

a:link,a:visited {
    text-decoration: none;
    
}

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)
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.w1 {
    width: 1440px;
    margin: 0 auto;
    display: block;}


.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: visible;
}

.clearfix {
    zoom: 1;
}

.textflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.header {
    width: 100%;
    z-index: 999;
    position: relative; 
}
.head_con{width: 100%;
    display: block;
    position: absolute;
    top: 0;
    height: 100px;
    z-index: 10; 
}

.top_nav{  display: block;  height: 96px;  width: 75%; margin: 0 auto;}

.top_nav .logo {      
    margin-top: .4rem; 
    width: 239px; 
}
.top_nav .logo img {    
    display: block;     
  
}




/* 导航 */

.flash{ width: 100%; display: block; overflow: hidden; }

.navlist {
    width: 75%; 
    position: relative;
 }



.nav_out {
    width: calc(100% - 230px);
    display: block;  

}



.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: .52rem;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
      
}



.tem_head nav li>a::after {

    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 75px;
    width: 0;
    height: 5px;
    background: #fff;
    transition: all .3s;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(18,127,183,0.5);
}



.tem_head nav a:hover::after {
    width: 100%
}

.tem_head nav li>a:hover {
    line-height: 90px;
    color:#fff;
    -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:#fff;
    font-weight: bold;
}
.tem_head nav li>a.navdown::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    height: 5px;
     background: #fff;
     border-radius: 5px;
     box-shadow: 1px 1px -1px 8px rgba(18,127,183,0.5);
}

.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;
    left: 50%; -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.5);}
.tem_head nav .a011 li:nth-child(3) ul{ width: 400px; }

 .tem_head nav .a011 li:hover ul{ top: 80px;   
    right: auto;
    opacity: 1;
    visibility: visible;}  
.tem_head nav  li>ul li a{ display: block; font-size: 16px; line-height: 40px !important; color: #fff; background: none;  }
.tem_head nav  li>ul li a:hover{  color: #fff; background: #2558cf; }
.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: 214px; text-align: center; 
       margin-top:.8rem;

    }  
 .top_tel h3{ font-size: .6rem; color: #fff; line-height: 40px; }    
.top_tel h3 i{ font-size: 22px; color: #fff; margin-right: .2rem; }


.head-search__modal {display: none;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #54bcb7;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 60px;
    display: block;
    box-sizing: border-box;
    width: 100%;
}
}
@media (max-width: 1600px){
    .top_nav{
 width: 100%; padding: 0 100px; box-sizing: border-box;
        }

    }
.w2{ width: 1200px; display: block; margin: 0 auto; }

/*  数字化平台  */
.index_szhpt{ overflow: hidden; background: url(../images/bg05.jpg)  bottom no-repeat; }
.section{ padding: 2rem 0; }
.pro_tit{ text-align: center; display: block; overflow: hidden; }
.pro_tit h3{ font-size: 1rem; color: #303030; line-height: 1.4; }
.pro_tit h3 i{ width: 45px; display: inline-block; height: 24px; }
.pro_tit h3 i.a01{background: url(../images/dian.png) no-repeat;margin-right: .8rem; }
.pro_tit h3 i.a02{background: url(../images/dian.png) no-repeat;margin-left: .8rem; transform: rotate(180deg);}
.pro_tit p{ font-size: .45rem; color: #636363; line-height: 2; }
.cor01{ color: #3072db; }

.shuz_con{ display: block; overflow: hidden; margin-top:2rem; }
.shuz_img{ width: 48%; display: block; overflow: hidden;  }
.shuz_img img{ max-width: 100%; display: block; }
.platform{ width: 48%; display: block; display: block; overflow: hidden;}
.platform .plat_bt{ display: block; overflow: hidden; padding-top:.6rem; }
.platform .plat_bt h3{ font-size: .6rem; color: #141d2a; line-height: 1.5; font-weight: bold; }
.platform .plat_bt p{ font-size: .55rem; color: #26374f; line-height: 2; }
.plat_desc{display: block; overflow: hidden; padding: 1rem 0 .5rem}
.plat_desc p{ font-size: .45rem; color: #4b6181; line-height: 2; }

.plat_ico{display: block; overflow: hidden;}
.plat_ico ul{ list-style: none;display: block; overflow: hidden; }
.plat_ico ul li{ float: left; margin-right: 10%; display: block; overflow: hidden; font-weight: bold; color: #353535; font-size: .45rem; }
.plat_ico ul li:last-child{ margin-right: 0; }
.plat_ico ul li i{ width:34px; height: 25px; float: left;margin-right: 5px;  }
.plat_ico ul li .b01{ background: url(../images/ico01.png) 0 2px no-repeat; }
.plat_ico ul li .b02{ background: url(../images/ico01.png) 0 -28px no-repeat; }
.plat_ico ul li .b03{ background: url(../images/ico01.png) 0 -58px no-repeat; }
.plat_ico ul li .b04{ background: url(../images/ico01.png) 0 -90px no-repeat; }
.plat_more{display: block; overflow: hidden; margin-top:.6rem;}
.plat_more a{ width: 160px; border:1px solid #2e415f; display: block; border-radius: 25px; text-align: center; padding: .2rem 0; font-size: .45rem; color: #2e415f; line-height: 36px; }
.plat_more a:hover{ background: #2e415f; color: #fff; }

/*  平台优势 */
.platform_ys{ background: url(../images/plat_bg.jpg) no-repeat; }
.youshi_list{display: block; overflow: hidden;padding: 1rem 5% 0;}
.youshi_list dl{ width: 23.8%; float: left;display: block;overflow: hidden; margin:10px 1% 10px 0.33%;box-shadow: 1px 1px 10px rgba(68,87,156,0.1); border-radius: 15px; }
.youshi_list dl:nth-child(4n){ margin-right: 0; }
.youshi_list dl a{ display: block;padding: .6rem; position: relative; background: url(../images/serv_bg.png) bottom no-repeat #fff; overflow: hidden;min-height: 200px;  box-sizing: border-box;}
.youshi_list dl dt{ float: left; width: 80px; display: block;overflow: hidden; }
.youshi_list dl dt img{display: block}
.youshi_list dl dd{width: calc(100% - 90px); float: right;display: block; padding-top:20px;}
.youshi_list dl dd h3{ font-size: .54rem; color: #2b2a31; line-height: 30px; font-weight: normal; height: 60px; }
.youshi_list dl dd span{ width: 90px; position: absolute; right: 5%; bottom: 1rem; font-size: 14px;color: #3cbaff; background: url(../images/sj_ico.png) right no-repeat; }

.youshi_list dl:hover dd h3{ color: #3072db;  }



/* 发展现状 */
.information{display: block; overflow: hidden; margin-top:1rem; position: relative; }
.infor_gl{ width: 50%; display: block; overflow: hidden; padding:7% 6%; background: url(../images/guanli.png) right bottom no-repeat #f2faff; box-sizing: border-box; position: absolute; top:0; left: 0; height: 100%; }
.difficulty{width: 50%; display: block; overflow: hidden; padding:7% 6%; background: linear-gradient(to right, #2455ce, #4dbbfe); box-sizing: border-box; position: relative; }
.diff_img{ position: absolute; right: 0; bottom: 0; }
.infor_gl .guanli_desc{display: block; overflow: hidden;}
.infor_gl .guanli_desc h3{ font-size: 1rem; color: #555555; line-height: 1.6; position: relative; padding-bottom: .5rem; }
.infor_gl .guanli_desc h3:after{ width: 66px; height: 4px; content:'';background: url(../images/line.png) no-repeat; position: absolute; bottom:0; left: 0; }
.infor_gl .guanli_desc p{ margin-top:1rem; font-size: .45rem; color: #474747; line-height: 2; }
.infor_gl .guanli_list{display: block; overflow: hidden;margin-top:1.5rem;}
.infor_gl .guanli_list ul{}
.infor_gl .guanli_list ul li{ float: left; display: block; margin-right: .5rem; }
.infor_gl .guanli_list ul li p{ font-size: .45rem; line-height: 2; color: #55b2fc; padding:.1rem .8rem; border-radius: 12px; border:1px solid #55b2fc; margin-bottom: .5rem; }
.infor_gl .guanli_list ul li:nth-child(5){ margin-right: 30%; }
.infor_gl .guanli_list ul li:nth-child(6){ margin-right: 60%; }
.infor_gl .guanli_list ul li:hover p{ background: #55b2fc; color: #fff; }
.infor_gl .guanl_more{ width: 180px; display: block; margin-top: 3rem; overflow: hidden; }
.infor_gl .guanl_more a{background: linear-gradient(to right,#4dbbfe , #2455ce); display: block; text-align: center; font-size:.45rem; padding: .35rem 0; line-height: 2; color: #fff; border-radius: 30px;}


.difficulty .guanli_desc{display: block; overflow: hidden;}
.difficulty .guanli_desc h3{ font-size: 1rem; color: #fff; line-height: 1.6; position: relative; padding-bottom: .5rem; }
.difficulty .guanli_desc h3:after{ width: 66px; height: 4px; content:'';background: url(../images/line02.png) no-repeat; position: absolute; bottom:0; left: 0; }
.difficulty .guanli_desc p{ margin-top:1rem; font-size: .45rem; color: #fff; line-height: 2; }
.difficulty .guanli_list{display: block; overflow: hidden;margin-top:1.5rem;}
.difficulty .guanli_list ul{}
.difficulty .guanli_list ul li{ float: left; display: block; margin-right: .5rem; }
.difficulty .guanli_list ul li p{ font-size: .45rem; line-height: 2; color: #fff; padding:.1rem .8rem; border-radius: 12px; border:1px solid #fff; margin-bottom: .5rem; }
.difficulty .guanli_list ul li:hover p{ background: #55b2fc; color: #fff; }

.difficulty .guanl_more{ width: 180px; display: block;  overflow: hidden; margin-top: 1.2rem;}
.difficulty .guanl_more a{background: linear-gradient(to right,#4dbbfe , #2455ce); display: block; text-align: center; font-size:.45rem; padding: .35rem 0; line-height: 2; color: #fff; border-radius: 30px;}

/* 平台价值  */
.pt_value{ margin-top:1.5rem; display: block; overflow: hidden;}
.pt_value dl{ width: 32%; float: left; margin-right: 2%;  display: block; overflow: hidden; background: url(../images/value_bg.jpg) no-repeat; padding: 1rem .8rem; box-sizing: border-box;}
.pt_value dl:nth-child(3){ margin-right: 0%; }
.pt_value dl dt{display: block; overflow: hidden;}
.pt_value dl dt i{width: 120px; height: 110px; display: block; margin: 0 auto;}
.pt_value dl dt .d01{ background: url(../images/icon.png) -40px -200px no-repeat; }
.pt_value dl dt .d02{ background: url(../images/icon.png) -190px -200px no-repeat; }
.pt_value dl dt .d03{ background: url(../images/icon.png) -345px -200px no-repeat; }
.pt_value dl dd{ text-align: center; display: block; overflow: hidden; }
.pt_value dl dd h3{ font-size: .75rem; color: #303030; line-height: 1.2; font-weight: normal; }
.pt_value dl dd .va_con{ display: block; min-height: 150px; padding: 0 10% 0 35%; text-align: left; margin-top:.3rem; }
.pt_value dl dd .va_con p{ font-size: .5rem; color: #6e6e6e; line-height: 1.8; background: url(../images/dian2.png) left no-repeat; padding-left: 15px; }

.pt_value dl:hover dd h3{ color: #3072db; }
.pt_value dl:hover dt i{-webkit-animation: doudong 1s ease;
    animation: doudong 1s ease;}

/* 新闻  */
.index_news{ background: url(../images/news_bg.jpg) top no-repeat; padding:  2rem 0 3rem !important; background-size: cover; }
.news_c01{margin-top:1.5rem; display: block; overflow: hidden;}
.news_c01 .tab-hd{ display: block; text-align: center;display: block; overflow: hidden; }
.news_c01 .tab-hd li{ display: inline-block; margin-right: .8rem; width: 160px; border:1px solid #1c88ff; font-size: .45rem; color: #1c88ff; line-height: 40px; }
.news_c01 .tab-hd li.active02{ background: #1c88ff; color: #fff; }
.news_c01 .tab-bd{display: block; overflow: hidden; margin-top: 1rem;}
.news_c01 .tab-bd li{ display: none; }
.news_c01 .tab-bd li:nth-child(1){ display: list-item; }
.news_cc{ display: block;overflow:hidden; }
.news_cc dl{ width: 23%; float: left; margin:12px 1.8% 12px 0.5%;; display: block; overflow: hidden; box-shadow: 1px -1px  15px  #b3ccdd; background: #fff;}
.news_cc dl:last-child{ margin-right: 0.5%; }
.news_cc dl dt{ display: block; overflow: hidden; }
.news_cc dl dt img{ max-width: 100%; display: block; }
.news_cc dl dd{ padding: .5rem; display: block; overflow: hidden; }
.news_cc dl dd .news_bt{ display: block; overflow: hidden; border-bottom: 1px solid #bfbfbf; line-height: 36px; }
.news_cc dl dd .news_bt h3{ font-size: .5rem; color: #1c88ff;  float: left; }
.news_cc dl dd .news_bt span{ float: right; font-size: .45rem; color: #373737;  }
.news_cc dl dd .news2{display: block; overflow: hidden; padding: .3rem 0 0;}
.news_cc dl dd .news2 h3{ font-size: 16px; color: #242424; line-height: 30px; }
.news_cc dl dd .news2 p{ font-size: 14px; color: #797979; line-height: 24px;margin-top:12px; }

.sub_link{ display: block; overflow: hidden; margin:.6rem 0; }
.sub_link ul{ list-style: none;display: block; overflow: hidden; }
.sub_link ul li{ float:left; font-size: .55rem; color: #334f65; font-weight: bold; line-height: 40px; }
.sub_link ul li a{ display: block; padding: 0 .3rem; font-size: 15px; color: #666666; font-weight: normal; }
.adv_plat{ width: 100%; background: url(../images/adv_bg.jpg) top no-repeat; position: relative; min-height: 266px; padding:3% 0 0;box-sizing: border-box; }
.adv_con{ width: 40%; display: block;overflow: hidden; }
.adv_con h3{ font-size: 1rem; color: #334f65; line-height: 1.2; }
.adv_con p{ font-size: .5rem; color: #334f65; line-height: 2; margin: .5rem 0; }
.adv_con span{ width: 150px; display: block;  overflow: hidden; }
.adv_con span a{background: linear-gradient(to right,#2455ce,#4dbbfe ); display: block; text-align: center; font-size:.45rem; padding: .2rem 0; line-height: 2; color: #fff; border-radius: 30px;}
.adv_img{ width: 487px; height: 315px; position: absolute; right: 10%; top: .6rem;  display: block; background: url(../images/adv_img.png) no-repeat;}

/* 底部  */
.footer{display: block; overflow: hidden; margin-top:3rem;}
.db_con{display: block; overflow: hidden;}
.db_logo{ width: 42%; display: block; overflow: hidden;}
.db_logo img{ max-width: 100%; display: block; }
.db_nav{ width:50%;display: block; overflow: hidden; }
.db_nav dl{ width: 16%; margin-right: 8%; float: left;display: block; overflow: hidden; }
.db_nav dl:nth-child(1){  width: 50%; }
.db_nav dl:last-child{ width: 96px; margin-right: 0;float: right; }
.db_nav dl dt{ display: block; overflow: hidden; font-size: .5rem; color: #333333;font-weight: bold; line-height: 1.8; }
.db_nav dl dd{ display: block; overflow: hidden; padding:.5rem 0;  }
.db_nav dl dd a{ font-size: .45rem; color: #333333; display: block; line-height: 40px; }
.db_nav dl dd a:hover{ color: #127fb7; }

.db_lianx{ margin-top:2rem; display: block; border-top:1px solid #e6e6e6; min-height: 100px; }
.db_lx{display: block;overflow: hidden;overflow: hidden;padding:1rem 0; }
.db_lx ul{ list-style: none;display: block; overflow: hidden;  }
.db_lx ul li{display: block; overflow: hidden; line-height: 40px;color: #666666;   }
.db_lx ul li i{ font-size: 22px; color: #666666; float: left; margin-right: 10px; }

.copyright{display: block; overflow: hidden; padding: .6rem 0;border-top:1px solid #e6e6e6;  width: 100%;}
.copyright p{font-size:15px; color: #6e6e6e; line-height: 40px;  }
.copyright p a{color: #6e6e6e;}

.cp_side{ width: 320px; display: block; overflow: hidden; }
.side_bt{ background: #005aba; padding: .5rem 0; text-align: center; }
.side_bt h3{ font-size: .7rem; color: #fff; line-height: 60px; }
.side_list02{ border:1px solid #eee; display: block; overflow: hidden;}
.side_list02 ul{ list-style: none;display: block; overflow: hidden; }
.side_list02 ul li{ display: block; border-bottom: 1px solid #eee; }
.side_list02 ul li a{     font-size: 16px;
    color: #333;
    line-height: 32px;
    display: block;
    padding: 14px 12px;}
.side_list02 ul li a:hover{background: #fd8300; color: #fff;}
.side_list02 ul li .on2{background: #fd8300 !important; color: #fff !important;}

.company_con03{ width: calc(100% - 350px); display: block; overflow: hidden; }
.warpper{ display: block; overflow: hidden;}


.db_ico{ width: 220px; display: block; margin-top:1.2rem; }
.db_ico ul{ list-style: none;display: block;}
.db_ico ul li{ float: left;  border:1px solid #a1a1a1; border-radius: 100%; width: 50px; height: 50px; margin-right: 20px; }
.db_ico ul li:last-child{margin-right: 0;}
.db_ico ul li i{ font-size: 22px; text-align: center; line-height: 50px; display: block; color: #a1a1a1; }

.db_ico ul li .wx{ position: relative; display: block; }
.db_ico ul li .wx b{     width: 150px;
    height: 150px;
    display: none;
    background: #fff;
    position: absolute;
    bottom: 50px;
    overflow: hidden;
    left: -60px; }
.db_ico ul li .wx b img{ max-width: 100%; display: block; }


.case_list02 {
    padding: 30px 0;
    display: block;
    overflow: hidden;
}

.case_list02 ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.case_list02 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    float: left;
    padding: 25px 15px;
    box-sizing: border-box;background: rgba(250,250,250,1);
}

.case_list02 ul li:nth-child(3n) {
    margin-right: 0;
}

.case_list02 ul li .e_text-4{line-height: normal;
    font-size: 18px;
    color: rgba(34,34,34,1);
    margin-top: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    font_radio: 2;
    display-radio: -webkit-box;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;}
.case_list02 ul li .e_text-6 {
    display-radio: 1;
    font_radio: 2;
    margin-top: 15px;
    font-size: 16px;
    color: rgba(102,102,102,1);
    line-height: 2;
}
.case_list02 ul li .e_line-7 {
   position: relative;
    height: 1px;
    width: 100%;
    background: #eee;
    margin:15px 0;
}

.case_list02 ul li .e_line-7:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 1px;
    background: #2559d0;
    transition: all .5s;
}
.case_list02 ul li:hover .e_line-7:before{ width: 100%; }


.case_list02 ul li .c_img {
      
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 280px;
    position: relative;
}

.case_list02 ul li .c_img img {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.case_list02 ul li:hover .c_img img{transform: translate(-50%,-50%) scale(1.1);
}

.case_list02 ul li:hover .e_text-4{ color: #2559d0; }


/*左侧工具条*/

#toolbar {

    position: fixed;

    z-index: 9999;

    right: 5px;

    bottom: 15%;

}



#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: #127fb7;

    -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: #127fb7;

    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 #127fb7;

    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: #127fb7;

}



#toolbar li:hover a {

    width: 200px;

}



#toolbar li:hover .icon-font {

    background-color: #127fb7;

}



#toolbar li:hover .icon-qq:after {

    background-position: -30px -150px;

}



#toolbar li:hover .icon-phone:after {

    background-position: -30px -90px;

}



#toolbar li:hover .icon-ewm:after {

    background-position: -30px -30px;

}



#toolbar li:hover .icon-message:after {

    background-position: -30px -120px;

}



#toolbar li:hover .icon-wangwang:after {

    background-position: -30px 0;

}



#toolbar li:hover .icon-top:after {

    background-position: -30px -60px;

}



.icon-font:after {

    content: "";

    width: 30px;

    height: 30px;

    background-image: url(../images/icon_spirit.png);

    background-repeat: no-repeat;

    position: absolute;

    left: calc(50% - 15px);

    top: calc(50% - 15px);

}



.icon-font {

    position: relative;

}



@media (max-width: 990px) {

    #toolbar {

        display: none;

    }

}




@-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);
    }
}

/* 企业简介  */
.pageBanner {
    position: relative;
}

.pageBanner .imgDiv {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pageBanner .imgDiv img {
    width: 100%;
    display: block;

}

@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pageBanner .mxfDiv {
    position: absolute;    
    top: 55%;
    transform: translateY(-50%);
    z-index: 5;
    width: 100%
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: left;
}

.pageBanner .txtDiv hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
   }

.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; margin-top:15px;
}

.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: 0;   
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}

.part01{ background: url(../images/desc_bg.jpg) no-repeat; }
.com_01{display: block; overflow: hidden;}
.com_bt{ display: block; overflow: hidden;}
.com_bt h3{ font-size: 1rem; color: #333333; line-height: 1; position: relative;padding: .8rem 0 .5rem; }
.com_bt h3:after{ width: 90px; height: 11px; background: #2353cd; position: absolute;top:0; content:''; border-radius: 10px; left: 0; }
.com_desc{}
.com_desc p{ font-size: .45rem; color: #6d7384; line-height: 2; }
.com_img{display: block; overflow: hidden; margin-top:.6rem;}
.com_img img{ display: block; margin:0 auto; }

.com_map{ width: 60%; display: block;  overflow: hidden;}
.com_map img{ display: block; max-width: 100%; }
.com_services{ width: 38%; display: block; overflow: hidden; padding-top:2rem;}
.com_services .s01{ margin:1rem 0; font-size: .5rem; color: #6d7384; line-height: 2; }
.com_services .ser_lx{ padding: .8rem .6rem; background: #d7e9ff; display: block;overflow: hidden; }
.com_services .ser_lx i{ font-size: 26px; color: #ff0000; }
.com_services .ser_lx h3{ font-size: .55rem; color: #6d7384; line-height: 2; }
.com_services .ser_lx p{ font-size: .45rem; color: #6d7384;line-height: 2; margin-top:.3rem; }


/*   新闻资讯  */
.news_sidebar{ background: url(../images/side_bg.jpg) no-repeat; display: block; overflow: hidden;width: 315px; }
.news_sidebar .side_bt{ text-align: center; padding:.5rem 0; border-bottom: 1px solid #7fd0c6;  }
.news_sidebar .side_bt h3{ font-size: .7rem; color: #fff; line-height: 2; }
.news_sidebar ul{ display: block; overflow: hidden;padding: .6rem 1rem 4rem; list-style: none; }
.news_sidebar ul li{ display: block; text-align: center;}
.news_sidebar ul li a{ font-size: .5rem; color: #fff; line-height: 54px; display: block; border-bottom: 1px solid #23b8a8;  }
.news_sidebar ul li a:hover,.news_sidebar ul li a.navdown{    color: #fff0e3;
    background: #15c3b1;}
.news_con01,.products{ display: block; overflow: hidden; }
.news_con dl{ display: block; overflow: hidden;margin-bottom: 1rem; background: #fff;border: 1px solid #ddd;
    padding: 15px; }
.news_con dl dt{ width:265px; display: block;float: left; overflow: hidden;  }
.news_con dl dt img{ width: 100%; display: block; transition: all .5s;}
.news_con dl dd{width:calc(100% - 320px); float: right;display: block; overflow: hidden; padding: .5rem .5rem 0 0;}
.news_con dl dd h3{ font-size: .55rem; color: #0d0d0d; line-height: 2; }
.news_con dl dd span{ font-size: 15px; color: #969696; line-height: 30px; margin: .2rem 0; display: block; }
.news_con dl dd p{ font-size: .45rem; color: #868686; line-height: 26px; }
.news_con dl:hover dd h3{ color: #2962d4 }
.news_con dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.news_con dl:hover { border:1px solid #2962d4; }



/* 联系我们 */
.lx_con{display: block; overflow: hidden;}
.lx_title{display: block; overflow: hidden;}
.lx_title h3{ font-size: .8rem; color: #1f1f1f; line-height: 2; font-family: "微软雅黑"; font-weight: normal; }
.lx_title h3 span{ font-size: .65rem; color: #e5ccb7; margin-left: .3rem; font-weight: normal;}
.maps{ display: block; width: 65%; overflow: hidden; }
.lx_map{ margin-top:1rem; display: block; overflow: hidden;position: relative;}
.contact{ width: 35%; display: block; overflow: hidden; height: 100%; position: absolute; top:0; left: 0; background: url(../images/lx_map.jpg) no-repeat; padding: 5% .5rem 5% 1rem; box-sizing: border-box; }
.contact .contact_lb{display: block; overflow: hidden;}
.contact .contact_lb ul{ list-style: none; }
.contact .contact_lb ul li{display: block; overflow: hidden; margin-bottom: .6rem;}
.contact .contact_lb ul li i{ width: 55px; height: 55px; display: block; float: left; }
.contact .contact_lb ul li .b01{ background: url(../images/ico_tel.png) no-repeat; }
.contact .contact_lb ul li .b02{ background: url(../images/lx_addr.png) no-repeat; }
.contact .contact_lb ul li .lx_nr{ width: calc(100% - 70px); float: right; }
.contact .contact_lb ul li .lx_nr p{ font-size: .45rem; color: #fff; line-height: 26px; }
.lx_ewm{ margin-top:.5rem;display: block; overflow: hidden; text-align: center; }
.lx_ewm p{ display: inline-block; vertical-align: top; font-size: 16px; color: #fff; line-height: 30px; }
.lx_ewm img{ max-width: 150px; display: inline-block; }


/* 产品 */
.prod_list{display: block;overflow: hidden;}
.prod_list dl{ width: 23.5%;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 1.8%;
    margin-bottom: .8rem;
    background: #fff; }
.prod_list dl:nth-child(4n){ margin-right: 0; }
.prod_list dl dt{display: block;overflow: hidden;    border: 1px solid #eee;}
.prod_list dl dt img{display: block; max-width: 100%;}
.prod_list dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.prod_list dl dd{ padding: .5rem 0; display: block; overflow: hidden; text-align: center; }
.prod_list dl dd h3{ font-size: .5rem; color: #575757; line-height: 2; font-weight: normal; }
.prod_list dl dd span{ width: 126px;
    height: 42px;
    display: block;
    margin: .3rem auto 0;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    background: #285ed2; }
.prod_list dl:hover dd h3{ color: #285ed2; }



.cp_con02{ width: 74%;display: block;overflow: hidden; }

.sea_bt{  font-size: .5rem; color: #333; background: url(../images/cp_ico.png) left no-repeat; padding-left: 35px; line-height: 40px;display: block;overflow: hidden; }

.box-so {
    padding: 29px 10px 16px;
    background-color: #fff
}

    .box-so .item {
        *zoom: 1;
        margin-bottom: 10px
    }

        .box-so .item:after, .box-so .item:before {
            display: block;
            content: "clear";
            height: 0;
            clear: both;
            overflow: hidden;
            visibility: hidden
        }

    .box-so .tit {
        float: left;
        font-size: 14px;
        color: #000;
        line-height: 35px
    }

    .box-so .con {
        margin-left: 90px
    }

    .box-so .btn {
        float: left;
        width: 101px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background-color: #0055a2;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        padding: 0;
        border: 0
    }

        .box-so .btn:hover {
            opacity: .8
        }

.g-sel {
    width: 255px;
    font-size: 14px;
    position: relative;
    float: left;
    margin-right: 7px
}

    .g-sel dt {
        height: 35px;
        border: 1px solid #d3d3d3;
        overflow: hidden;
        padding-left: 11px;
        cursor: pointer;
        position: relative;
        background-color: #fff
    }

        .g-sel dt:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 11px;
            width: 12px;
            height: 6px;
            margin-top: -3px;
            background: url(../images/i-09.png) center center no-repeat
        }

        .g-sel dt span {
            float: left;
            line-height: 33px
        }

    .g-sel dd {
        display: none;
        position: absolute;
        top: 34px;
        left: 0;
        right: 0;
        z-index: 2;
        border: 1px solid #d3d3d3;
        padding: 5px 0;
        background-color: #fff;
        max-height: 300px;
        overflow-y: auto;
    }

        .g-sel dd span {
            display: block;
            padding: 0 11px;
            line-height: 30px;
            cursor: pointer
        }

            .g-sel dd span:hover {
                background-color: #f5f8fb;
                color: #1da0d7
            }

.cp_search{display: block; overflow: hidden;}
.sous_list{ display: block; overflow: hidden; margin-top:1rem; }
.ss_bt{ display: block;overflow: hidden; }
.ss_bt h3{font-size: 24px;
    color: #0055a2;
    font-weight: 700;
    display: inline;  }
.ss_bt h3 i{ font-size: .45rem; color: #666; font-weight: normal; font-style: normal; }
.cp_list{display: block; overflow: hidden; margin-top:1rem;  }
.cp_list dl{ width: 31%; margin-right: 3%;float: left; overflow: hidden;display: block; margin-bottom: .8rem;border:1px solid #dcdfe6; }
.cp_list dl:nth-child(3n){ margin-right: 0; }
.cp_list dl dt{display: block; overflow: hidden;}
.cp_list dl dt img{ max-width: 100%; display: block; margin: 0 auto; }
.cp_list dl:hover dt img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.cp_list dl dd{ background: #eeeeee; padding: .5rem; }
.cp_list dl dd h3{ font-size: .5rem; color: #222; line-height: 1.8; text-align: center; }
.cp_list dl dd p{ font-size: 14px; color: #767676; line-height: 30px; }



/*banner*/

#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img {
    width: 100%;
    height: 100%;   
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#flash .swiper-slide .img img {
    position: relative;
    left: auto;
    top: auto;    
    width: 100%;
    max-width: none;
    transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940); display: block;

}

#flash .swiper-slide-active .img img {
    transform: translate(0) scale(1);
}

#flash .swiper-pagination-bullet {
    padding: 1px;
    opacity: 1;
    outline: none;
    width: 25px;
    background: url(../images/cor02.png) no-repeat;
    border-radius: 0;
    height: 25px;
}

#flash .swiper-pagination-bullet-active {
     background: url(../images/cor01.png) no-repeat;
    width: 25px;
    height: 25px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;  
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat rgba(0, 0, 0, 0.4);
    width: 46px;
    height: 73px;
    
        outline: none;
}

#flash .swiper-button-prev:after{
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat rgba(0, 0, 0, 0.4);
   width: 46px;
    height: 73px;   
        outline: none;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 40px !important;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}





/*分页*/
.page-list {
        clear: both;
    margin: 20px 0px 40px 0px;
    text-align: center;
    overflow: hidden;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 2px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
        background-color: #2962d4;
    border-color: #2962d4;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


.article_content{    background: #fff;
    padding: 30px;
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;}

/*新闻详细*/
.article_content h1.article_title {
    font-size: 24px;
    font-weight: normal;
    padding: 5px 0
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {
    padding: 40px 0;
    line-height: 30px;
    font-size: 16px;
}

.article_editor img{
    max-width:100%; display: block;
    margin:0 auto;
}
.article_editor table{  max-width: 100%; margin: 15px auto; overflow: hidden;  }
.article_editor table td{ border:1px solid #333; padding: 5px; line-height: 30px; }


/*图片详情*/
.product-info {
    padding: 30px 10px;
    overflow: hidden;
    background: #fff;
}

.product-img {
    width: 42%;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 3%;
}

.product-img .cp_pic {
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
}

.product-img .cp_pic img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.product-img .cp_ico {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.product-img .cp_ico img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.product-arr {
    float: left;
    width: 48%;
    padding-left: 5%;
}

.product-arr h3 {
    font-size: .7rem;
    padding-bottom: 20px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.product-arr h4 {
    padding-bottom: 15px;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}

.product-arr .cptx{ padding: 15px 0; }
.product-arr  .cptx p {
    line-height: 32px;
    font-size: 15px;    
    color: #555;
}

.product-arr span {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    font-weight: bold;
    display: block;
}

.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: #285ed2;
    color: #fff;
    font-weight: bold;
}

.detail_box .dtop .dtop_cen .pos a:hover {
    background: #285ed2;
    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: #285ed2;
}

.detail_box .dtop .dtop_cen .return:hover .ico {
    transform: translateX(10px);
}

.detail_box .dtop .dtop_cen .return .txt {
    font-size: 16px;
    line-height: 80px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    transition: all 0.5s;
}

.detail_box .dtop .dtop_cen .return .ico {
    width: 19px;
    height: 15px;
    background: url(../images/fh.png) no-repeat;
    display: inline-block;
    margin: 0 4px;
    transition: all 0.5s;
    vertical-align: middle;
}

.detail_box .container .box {
    padding-top: 67px;
}

.detail_box .container .box .t {
    font-size: 24px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}

.detail_box .container .box .pic {
    margin-top: 35px;
}

.detail_box .container .box .pic img {
    max-width: 100%;
}

.detail_box .container .box .con table {
    margin-top: 22px;
    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 {
   
}
.detail_box .container .box .con table td{ border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    padding: 10px; }
.company01{ width: 48%; display: block; overflow: hidden; }
.com_video01{ width:46%;display: block; overflow: hidden; }
.com_video01 img{ width: 100%; display: block; }
.area_01{margin-top:1rem; display: block; overflow: hidden; }
.area_01 ul{ list-style: none; display: block; overflow: hidden; }
.area_01 ul li{width: 180px; background: #fff0e3;display: block; float: left; border-radius: 30px; text-align: center; margin-right: .4rem;}
.area_01 ul li a{ display: block; padding: .2rem 0; font-size:.46rem; color: #00a192; font-family: "微软雅黑"; line-height: 30px;  }
.area_01 ul li:nth-child(2){ margin-right: 0; }
.area_01 ul li i{ width: 30px;display: inline-block; height: 30px; margin-right: 10px; vertical-align: top;}
.area_01 ul li .c01{ background: url(../images/link.png) no-repeat; }
.area_01 ul li .c02{ background: url(../images/home.png) no-repeat; }

.hot_cp{display: block; overflow: hidden; margin-bottom: 1rem;}
.hot_cp h3{ font-size: 1.1rem;
    color: #00a593;
    line-height: 1.5;
    font-weight: bold;
    font-family: "微软雅黑"; }
.hot_cp p{font-size: 15px;
    color: #00a18f;
    line-height: 26px;
    text-transform: uppercase;}

.area_news{ background: #f8f8f8; padding: 1rem; display: block; overflow: hidden; }
.fenzhan_news{display: block; overflow: hidden; }
.newsa01{ width: 65%; display: block; overflow: hidden; background: #fff; padding:.5rem .8rem; box-sizing: border-box; }
.newsa01 dl{ display: block; overflow: hidden; padding: .3rem 0; border-bottom: 1px solid #f6f6f6; }
.newsa01 dl dt{ width: 126px; float: left; display: block; border-radius: 8px; overflow: hidden; }
.newsa01 dl dt img{ width: 100%; display: block; }
.newsa01 dl dd{ width: calc(100% - 140px); float: right;display: block; overflow: hidden; }
.newsa01 dl .only{width:100%}
.newsa01 dl dd h3{ font-size: 16px; color: #191c22; line-height: 24px; }
.newsa01 dl dd p{ font-size: 14px; color: #4e5158; line-height: 20px; margin:.2rem 0; }

.tuijian_news{ width: 34%; display: block; overflow: hidden; }
.newsa02{ background: #fff;padding:.5rem .8rem; position: relative;display: block; overflow: hidden; border-radius: 3px; }
.newsa02:after{ width: 4px; height: 20px;content:''; background: #00a593; position: absolute; top:.65rem;left: 0; }
.n_bt{ border-bottom: 1px solid #f6f6f6; display: block; overflow: hidden; padding-bottom: 5px; }
.n_bt h3{ font-size: 16px; color: #191c22; line-height:30px; }
.tj_xw{ display: block; overflow: hidden; margin-top: .2rem; }
.tj_xw ul{ list-style: none;display: block; overflow: hidden; }
.tj_xw ul li{ display: block; }
.tj_xw ul li a{ font-size: 14px; color: #2d3137;line-height: 20px; margin:.4rem 0;display: block; }
.tj_xw ul li a:hover{ color: #00a593; }

.tj_xw02{ display: block; overflow: hidden; margin-top: .2rem; }
.tj_xw02 ul{ list-style: none;display: block; overflow: hidden; }
.tj_xw02 ul li{ display: block; }
.tj_xw02 ul li a{ font-size: 14px; color: #555b5d;line-height: 24px; margin:.5rem 0;display: block; }
.tj_xw02 ul li a:hover{ color: #00a593; }
.tj_xw02 ul li i{font-size: 14px; font-style: normal; float: left; margin-right: 10px; color: #a9abad;  }
.tj_xw02 ul li:nth-child(1)  i{ color: #dc010b; }
.tj_xw02 ul li:nth-child(2)  i{ color: #fc7f00; }
.tj_xw02 ul li:nth-child(3)  i{ color: #fbb21a; }
.tj_xw02 ul li:nth-child(4)  i{ color: #dc010b; }
.tj_xw02 ul li:nth-child(5)  i{ color: #dc010b; }

.part03{ display: block; overflow: hidden;margin-top: 1.5rem; }


/* 联系我们 */
.contact_01{ background: #f7f8fa;display: block; overflow: hidden;margin-top:2rem; }
.con_bt{ display: block; text-align: center;overflow: hidden;  }
.con_bt h3{ font-size: .8rem; color: #3f3f3f; font-weight: normal; position: relative;line-height: 2; padding-bottom: 10px; }
.con_bt h3:after{ width: 60px; height: 3px; content:''; background: #002e5a; position: absolute;bottom: 0; left: 50%; margin-left: -30px; }
.contact_01 .c_map{ width: 52%; display: block; overflow: hidden; }
.contact_01 .c_lxwm{ width: 45%; display: block; overflow: hidden; padding: 6% 0 0; } 
.contact_01 .c_lxwm h3{ font-size: .75rem; color: #232323; line-height: 2; border-bottom: 1px solid #eee; padding-bottom: .3rem; }
.contact_01 .c_lxwm .lxwm_lb{ margin-top:.9rem; }
.contact_01 .c_lxwm .lxwm_lb p{ font-size: .45rem;
    color: #5d5d5d;
    line-height: 32px;
    margin-bottom: 12px;}
.contact_01 .c_lxwm .lxwm_lb p i{ float: left; width:30px; height: 30px; display: block;margin-right: 10px;  }
.contact_01 .c_lxwm .lxwm_lb p .d01{ background: url(../images/lx_ico.png) 0 0 no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d02{ background: url(../images/lx_ico.png) 0 -30px no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d03{ background: url(../images/lx_ico.png) 0 -60px no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d04{ background: url(../images/lx_ico.png) 0 -90px no-repeat; }
.contact_01 .c_lxwm .lxwm_lb p .d05{ background: url(../images/lx_ico.png) 0 -120px no-repeat; }

.contact_01 .c_lxwm .lxwm_lb p b{ font-size: .7rem; color: #002e5a; font-weight: bold; }

/* 关于我们  */
.sidebar{width: 100%;background: #f8f8f8;display: block;overflow: hidden;/* position: absolute; *//* bottom: 0; */}
.sidebar .side_list{display: block;overflow: hidden;width: 70%;}
.sidebar .side_list ul{ list-style: none;display: block;overflow: hidden; }
.sidebar .side_list ul li{float: left;text-align: center;position: relative;}
.sidebar .side_list ul li a{
    display: block;
    font-size: .48rem;
    color: #333;
    line-height: 60px;
    padding: .2rem .8rem;
    }
.sidebar .side_list ul li:hover a,.side_list ul li a.on1{color: #fff;background: #2962d4;}   
.sidebar .positions{margin-top: .2rem;}
.sidebar .positions p{background: url(../images/position.png) left no-repeat;padding-left:30px;font-size: 14px;color: #333;line-height:60px;}
.sidebar .positions p a{color: #333;}
.w2{ width: 1200px; display: block; margin: 0 auto;}
