

/*html,body{*/
/*  font-family: "Graphik-Regular",arial,verdana;*/
/*}*/
/*input, button, textarea,select{*/
/*  font-family: "Graphik-Regular", arial,verdana;  */
/*}*/
.bgf8{
    background: #f8f8f8;
}
.bgf1{
    background: #f1f1f1;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 9;
    background: #525a5f;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.head_zwf{
    height: 120px;
}
.logo{
    width:260px;
    height: 120px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.logo img{
    display: block;
    max-width: 100%;
}
.head_b{
    clear: both;
}
.head_b .wrapper{
}
.menu{
}
.menu_dl{
}
.menu_dl dd{
    float: left;
    position: relative;
}
.menu_tt .text{
    width: 100%;
    display: block;
    color: #fff;
    padding: 0 34px;
    text-align: center;
    line-height: 120px;
    font-size: 16px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.menu_dl dd.hover .menu_tt .text{
    background: #0cb0bf;
}
.menu_down{
    display: none;
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 9;
    width: 320px;
    background:rgba(12,176,191,.9);
    padding: 30px 28px;
}
.menu_two{
    margin-bottom: 8px;
}
.menu_two_tt{
    display: block;
}
.menu_two_tt .tt{
    padding: 3px 0 3px 15px;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu_two_tt:hover .tt{
    background: #525a5f;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.search_box{
    width:36px;
    height: 36px;
    position: relative;
    margin: 42px 20px 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.search_icon{
    width:36px;
    height: 36px;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.search_down{
    display: none;
    position: absolute;
    right:0;
    top:78px;
    z-index: 2;
    width: 400px;
    background: #fff;
    padding: 15px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.search_text{
    float: left;
    width:calc(100% - 90px);
    height: 40px;
    background: #fff;
    padding-left: 15px;
    font-size: 14px;
    border: 1px solid #d1d1d1;
}
.search_btn_rela{
    width: 40px;
    height: 40px;
    position: relative;
}
.search_btn{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height:40px;
    cursor: pointer;
    opacity: 0;
}
.search_btn_text{
    width: 100%;
    color: #444;
    font-size: 22px;
    text-align: center;
    line-height:40px;
}
.search_btn_close{
    width: 40px;
    height: 40px;
    background: url(/template/default/images/ind_search_close.png) no-repeat center center / 24px 24px;
    cursor: pointer;
}

.search_btn_close:hover{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.head_lag{
    width:130px;
    height: 32px;
    position: relative;
    margin-top: 44px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.head_lag_t{
    line-height: 32px;
    cursor: pointer;
    background: #24b8c5;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.head_lag_t .icon1{
    font-size: 18px;
    color: #fff;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.head_lag_t .text{
    color: #fff;
}
.head_lag_t .icon2{
    position: relative;
    top: 3px;
    margin-left: 8px;
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.head_lag_down{
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
    z-index: 4;
    padding: 6px 0;
    width: 100%;
    background:#24b8c5;
}
.head_lag_down a{
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.head_lag_down a:hover{
    background: #0aa6b4;
}
.head_lag:hover .head_lag_down{
    display: block;
}

.ind_head_scroll{
    height: 60px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.ind_head_scroll .logo{
    height: 60px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.ind_head_scroll .logo a{
    height: 60px;
    padding: 5px 0;
}
.ind_head_scroll .menu_tt .text{
    line-height: 60px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.ind_head_scroll .head_lag{
    margin-top: 14px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.ind_head_scroll .search_box{
    margin-top: 12px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.ind_head_scroll .menu_down{
    top: 60px;
}
.ind_head_scroll .logo img{
    height: 40px;
}
.ind_head_scroll .search_down{
    top: 48px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}





/*
 * wap head
 */
.mobile_header{
    display: none;
    clear: both;
    width: 100%;
    height: 58px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #525a5f;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.mobile_header_top{
    width: 100%;
    height: 58px;
    position: relative;
}


.mobile_logo{
    width: 140px;
    height: 58px;
    margin-left: 15px;
}
.mobile_logo img{
    display: block;
    height: 45px;
    width: auto;
}

.mobile_menu_btn{
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 15px 15px 10px 14px;
    cursor: pointer;
}
.mobile_menu_btn span{
    display: block;
    height: 4px;
    width: 34px;
    background: #0cb0bf;
    border-radius: 4px;
    margin-bottom: 7px;
}
.mobile_search_icon{
    color: #fff;
    font-size: 28px;
    line-height: 58px;
    margin-right: 20px;
    cursor: pointer;
}
.mobile_lag_icon{
    color: #fff;
    font-size: 28px;
    line-height: 58px;
    margin-right: 70px;
    cursor: pointer;
}
.mobile_lag_box{
    display: none;
    position: absolute;
    left: 0;
    top: 58px;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.mobile_lag_box a{
    display: inline-block;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background: #0cb0bf;
  margin-bottom:2px;
}





.mobile_menu_box{
    display: none;
    position: absolute;
    left: 0;
    top:58px;
    z-index: 9999;
    width:100%;
    background: #f1f1f1;
    padding: 20px;
}
.mobile_menu_dl dd{
    clear: both;
    line-height: 20px;
    margin-bottom: 8px;
}
.mobile_menu_tt{
    font-size: 18px;
    margin-bottom: 6px;
}
.mobile_menu_tt .text{
    float: left;
    width: 80%;
    color: #333;
    line-height: 30px;
    text-transform: capitalize;
}
.mobile_menu_tt_icon{
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/template/default/images/menu_ico.png) no-repeat center center;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down{
    display:none;
    padding:8px 0 8px 12px;
}
.mobile_menu_down a{
    display:block;
    font-size: 16px;
    margin-bottom: 10px;
}
.mobile_menu_tt_icon.hover{
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}


.mobile_menu_dl dd.hover .mobile_menu_tt .text{
    color: #0cb0bf;
}


.mobile_search_box{
    position: absolute;
    left: 0;
    top: 58px;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fff;
}
.mobile_search_box form{
    width: 100%;
    padding:2px;
    border-radius: 5px;
    border: 1px solid #ddd;
    
}
.mobile_search_text{
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    width:calc(100% - 40px);
    border: 0;
}
.mobile_search_btn_rela{
    float: right;
    width: 40px;
    height: 40px;
    background: #fff;
    position: relative;
}
.mobile_search_btn{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
.mobile_search_btn_text{
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #0cb0bf;
    text-align: center;
    line-height: 40px;
}


.mask{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}


/*
 * banner
 */
.banner_box{
    width: 100%;
    height:100%;
    position: relative;
  padding-top:58px;
}
.banner{
    width: 100%;
    height: 100%;
    clear: both;
}
.banner .item a{
    display: block;
    width: 100%;
    min-height: 100%;
}
.banner_prev,.banner_next{
    display: none;
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -30px;
    width:36px;
    height: 60px;
    color: #fff;
    background: url(/template/default/images/banner_ico.png) no-repeat center center;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner_prev{
    left: -80px;
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
}
.banner_next{
    right: -80px;
    
}
.banner_box:hover .banner_prev{
    left:30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner_box:hover .banner_next{
    right:30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner.owl-theme .owl-controls{
    display: block;
}


.banner_box .owl-theme .owl-dots{
    position: absolute;
    left:0;
    width: 100%;
    bottom: 28px;
}


.banner_box .owl-theme .owl-dots .owl-dot{
    width:10px;
    height:10px;
    margin:0 9px;
}
.banner_box .owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height:10px;
    border-radius: 0;
    background: #fff;
    border-radius: 10px;
}
.banner_box .owl-theme .owl-dots .owl-dot.active, 
.banner_box .owl-theme .owl-dots .owl-dot:hover{
    border-color: #0cb0bf;
}
.banner_box .owl-theme .owl-dots .owl-dot.active span, 
.banner_box .owl-theme .owl-dots .owl-dot:hover span{
    background: #0cb0bf;
}

/*************首页框架代码***********/
.section{
    position: relative;
    height: 100%;
    background:#FFF;
}
.viewport-cont {
    width: 100%;
    height: 100%;
  overflow:hidden;
}
.section.active .viewport-cont {
}
#fp-nav{
    display: none;
}
#fp-nav ul li{
    width: 14px;
    height: 14px;
    margin-bottom: 24px;
}
#fp-nav ul li a{
    width:14px;
    height:14px;
    background: #dedede;
    border-radius: 14px;
}
#fp-nav ul li a span{
    width:14px;
    height:14px;
    background: #dedede;
    border-radius: 14px;
    margin: -7px 0 0 -7px;
    border: none;
}
#fp-nav ul li:last-child{
    display: none !important;
}
#fp-nav ul li:hover a span,#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span{
    background: #aa1d18;
    border: none;
}


.float_menu{
    position: fixed;
    right: 50px;
    top: 50%;
    z-index: 999;
    width: 30px;
    height: 100px;
}

.float_menu li{
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 17px;
    
}
.float_menu li a{
    width: 76px;
    height:12px;
    display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
}
.float_menu li .icon1{
    width: 12px;
    height: 12px;
    border: 2px solid #798992;
    border-radius: 50px;
}

.float_menu li .icon2{
    display: block;
    width:50px;
    height: 1px;
    background:transparent;
    overflow: hidden;
}
.float_menu li:hover .icon1,.float_menu li a.active .icon1,
.float_menu li a .hide:hover .icon1{
    background: #798992;
}

.float_menu li:hover .icon2,.float_menu li a.active .icon2,
.float_menu li a .hide:hover .icon2{
    background:#798992;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.float_menu.colorf li .icon1{
    border-color:#fff;
}
.float_menu.colorf li:hover .icon1,.float_menu.colorf li a.active .icon1,
.float_menu.colorf li a .hide:hover .icon1{
    background: #fff;
}

.float_menu.colorf li:hover .icon2,.float_menu.colorf li a.active .icon2,
.float_menu.colorf li a .hide:hover .icon2{
    background:#fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/*首页框架代码结束*/



.ind_clm2_bg{
    background:url(/template/default/images/bg2.jpg) no-repeat center center / cover;
}
.section02_box{
    height: 100%;
    padding-top: 60px;
  display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.section02_box .wrapper{
  height: 100%;
  display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.ind_pro_box{
    position: relative;
}

.ind_pro_scroll{
    width: 84%;
    margin: 0 auto 5%;
}

.ind_pro_item a{
    width: 100%;
    display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    align-items:center;
    -webkit-align-items: center;
}

.ind_pro_scroll.owl-theme .owl-nav{
    display: none;
}

.ind_pro_item_pic{
    width: 46%;
}
.ind_pro_item_pic img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.ind_pro_item_con{
    width: 54%;
}
.ind_pro_item_title{
    margin-bottom:15px;
}
.ind_pro_item_title .tt1{
    font-size: 18px;
    color: #1f1f1f;
}
.ind_pro_item_title .tt2{
    font-size: 48px;
    color: #1f1f1f;
    
    padding: 2% 0 2.5%;
}
.ind_pro_item_title .line{
    width: 60px;
    height: 1px;
    background: #616161;
}
.ind_pro_item_text{
    color: #000;
    font-size: 14px;
    line-height: 26px;
    margin: 5% 0;
}

.more_btn1{
    display: block;
    width: 100px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #000;
    border: 1px solid #838485;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.more_btn1:hover{
    color: #000;
    border-color: #0cb0bf;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_pro_scroll_dotsCont{
    width: 100%;
    display:flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items:center;
    -webkit-align-items: center;
}
.ind_pro_scroll_dotsCont_item{
    width:260px;
    background: #fff;
    height: 100px;
    padding: 0 2.5%;
    margin: 0 5px 10px;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}

.ind_pro_scroll_dotsCont_item .icon{
    display: none;
    width: 30px;
    height: 30px;
    font-size: 28px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 15px;
}

.ind_pro_scroll_dotsCont_item.active{
    width: 300px;
    background: #0cb0bf;
    color: #fff;
    font-size: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_pro_scroll_dotsCont_item.active .icon{
    display: block;
}
.ind_pro_scroll_dotsCont_item.active .text{
    width: calc(100% - 45px);
}

.ind_pro_scroll_prev,.ind_pro_scroll_next{
    position: absolute;
    left: 0;
    top: 30%;
    width: 64px;
    height: 80px;
    font-size: 60px;
    color: #cfd0d3;
    cursor: pointer;
}
.ind_pro_scroll_next{
    left: auto;
    right: 0;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}





.ind_clm3_bg{
    background: #f5f7f9;
}
.section03_box{
    padding-top: 60px;
    height: 100%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-direction: column; 
    -webkit-flex-direction: column;
}

.title1{
    display: block;
    margin-bottom: ;
}
.title1 .tt{
    
    font-size: 36px;
    color: #1f1f1f;
    margin-bottom: 1.5%;
}
.title1 .tt2{
    font-size: 12px;
    color: #1f1f1f;
}


.service_map_box{
    position: relative;
}
.service_map{
    position: relative;
}

.service_map_pic{
    display: block;
    width: 100%;
}
.service_map_pic img{
    display: block;
    max-width: 100%;
}
.service_map_item{
    position: absolute;
}
/*.meiguo{
    left: 20.48%;
    top: 26.77%;
}*/

.service_map_item_rela{
    position: relative;
    width: 18px;
    height: 28px;
}
.service_map_item_tt_icon{
    width: 18px;
    height: 28px;
}
/* .service_map_item_tt_icon2{
    background: url(../images/map_icon3.png) no-repeat center center;
} */
.service_map_item_float{
    display: none;
    position: absolute;
    left: 35px;
    top: -25px;
    width: 414px;
    height: 162px;
    z-index: 3;
    background: rgba(121,137,146,.8);
}
.service_map_item_con_icon{
    position: absolute;
    left: -12px;
    top: 30px;
    display: block;
    width: 12px;
    height: 22px;
    background: url(/template/default/images/map_icon2.png) no-repeat center center;
}
.service_map_item_con_icon.right{
    left: auto;
    right: -12px;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}
.service_map_item_con{
    height: 100%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    padding:6% 5%;
}
.service_map_item_con .pic{
    width:55px;
}
.service_map_item_con .pic img{
    display: block;
    width: 100%;
}
.service_map_item_con .con_r{
    width: calc(100% - 55px);
    padding-left: 15px;
    color: #fff;
}
.service_map_item_con .con_r .tt{
    font-size: 18px;
}
.service_map_item_con .con_r .text{
    font-size: 12px;
    line-height: 17px;
    margin:4% 0;
}
.service_map_item_con .con_r .mail{
    color: #fff;
}


.service_map_tip{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
}
.service_map_tip_tt{
    font-size: 18px;
    color: #1f1f1f;
    margin-bottom: 5%;
}

.service_map_tip_text{
    color: #000;
    line-height: 18px;
    font-size: 15px;
}


.service_map_tip{

}
.service_map_tip_item{
    clear: both;
    margin-bottom: 10px;
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.service_map_tip_item .num{
    float: left;
    width: 29px;
    height: 29px;
    color: #fff;
    font-size: 16px;
    border-radius: 29px;
    line-height: 29px;
    text-align: center;
    margin-right: 10px;
}
.service_map_tip_item .text{
    float: left;
    font-size: 16px;
    width: calc(100% - 39px);
    color: #fff;
}

.service_map_tip_item1 .num{
    background: #0cb0bf;
}
.service_map_tip_item1 .text{
    color: #0cb0bf;
}
.service_map_tip_item2 .num{
    background: #e46713;
}
.service_map_tip_item2 .text{
    color: #e46713;
}
.service_map_tip_item3 .num{
    background: #49565f;
}
.service_map_tip_item3 .text{
    color: #49565f;
}
.service_map_tip_item4 .num{
    background: #8c979e;
}
.service_map_tip_item4 .text{
    color: #8c979e;
}






.ind_clm4_bg{
    background: #eff0f3;
}
.section04_box{
    padding-top: 60px;
    height: 100%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}

.ind_news_l{
    width: 400px;
    height: 700px;
    background: #0cb0bf;
    padding:4% 3%;
}
.ind_news_l_tt{
    line-height: 30px;
    color: #fff;
    display: block;
    margin-bottom: 25px;
}
.ind_news_l_tt .tt{
    font-size: 30px;
    
}
.ind_news_l_tt .more{
    font-size: 20px;
}

.ind_news_l_pic{
    overflow: hidden;
}
.ind_news_l_pic img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.ind_news_l_con{
    padding: 25px 0 50px;
}
.ind_news_l_con_date{
    font-size:14px;
    color: #fff;
    margin-bottom: 3%;
}
.ind_news_l_con_tt{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.ind_news_l_con_text{
    color: #c1ebef;
    font-size: 14px;
    line-height: 20px;
    margin:20px 0 25px;
}
.more_btn2{
    width: 100px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: 2px solid #fff;
}


.ind_news_l_scroll.owl-theme .owl-controls{
    display: block;
}

.ind_news_l_scroll.owl-theme .owl-nav{
    display: none;
}
.ind_news_l_scroll.owl-theme .owl-dots{
    position: absolute;
    left:0;
    width: 100%;
    text-align: left;
    bottom: 0;
}


.ind_news_l_scroll.owl-theme .owl-dots .owl-dot{
    width:12px;
    height:12px;
    margin:0 5px;
}
.ind_news_l_scroll.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height:12px;
    border-radius: 0;
    background: none;
    border: 2px solid #fff;
    border-radius: 12px;
}
.ind_news_l_scroll.owl-theme .owl-dots .owl-dot.active, 
.ind_news_l_scroll.owl-theme .owl-dots .owl-dot:hover{
    border-color: #fff;
}
.ind_news_l_scroll.owl-theme .owl-dots .owl-dot.active span, 
.ind_news_l_scroll.owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
}

.ind_news_l_scroll dd a:hover .ind_news_l_pic img{
    transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;   
}
.ind_news_l_scroll dd a:hover .ind_news_l_con_tt{
    text-decoration: underline;
}



.ind_news_r{
    width: calc(100% - 400px);
    height: 700px;
}

.ind_news_r_t{
    width: 100%;
    height: 350px;
    padding: 100px 150px 0 70px;
    background: url(/template/default/images/bg1.jpg) no-repeat center center / cover;
}
.ind_news_r_t a{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}
.ind_news_r_t_l{
    width:50%;
}
.ind_news_r_t_l .tt{
    
    font-size: 42px;
    color: #1f1f1f;
    margin-bottom: 6px;
}
.ind_news_r_t_l .tt2{
    font-size: 14px;
    color: #1f1f1f;
}
.ind_news_r_t_r{
    width: 50%;
}

.ind_news_r_t_r p{
    line-height: 20px;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.ind_news_r_t_r p span{
    color: #e46713;
}
.ind_news_r_t_r p:hover{
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}


.ind_news_r_b{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.ind_news_r_b_video{
    width: 50%;
    height: 350px;
    border: 0;
}
.ind_news_r_b_video a{
    width: 100%;
    height: 100%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.ind_news_r_b_video a .icon{
    font-size: 36px;
    color: #fff;
    box-shadow:0 0 8px rgba(115,115,115,.2);
}
.ind_news_r_b_720{
    width: 50%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.ind_news_r_b_720 .pic{
    width: 100%;
    height: 100%;
}
.ind_news_r_b_720_con{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-direction: column; 
    -webkit-flex-direction: column;
}
.ind_news_r_b_720_con .icon img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.ind_news_r_b_720_con .tt{
    font-size: 32px;
    color: #fff;
    
    margin: 3% 0;
}
.more_btn3{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid #fff;
}
.ind_news_r_b_720:hover .pic img{
    transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}





.footer{
    position: relative;
    z-index: 5;
}
.footer_t{
    background:#525a5f;
    padding: 3.5% 0;
}
.footer_t_con{
    display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.footer_l{
    width: 27%;
    padding:0 4%;
    border-right: 1px solid #646b6f;
}
.footer_t_title{
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom:23px;
}
.footer_list dd{
    margin-bottom: 12px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}
.footer_list dd a{
    display: block;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}
.footer_list dd a:hover{
    color: #fff;
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
}


.footer_pro{
    width:27%;
    padding:0 4%;
    border-right: 1px solid #646b6f;
}

.footer_contact{
    width: 27%;
    padding:0 4%;
    border-right: 1px solid #646b6f;
}
.footer_nav{
    width: 19%;
    padding:0 4%;
}


.footer_b{
    background: #4a5156;
    padding: 15px 0;
}
.footer_b_con{
    font-size: 12px;
    color: rgba(255,255,255,.25);
    display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
}
.footer_b_con a{
    color: rgba(255,255,255,.25);
}

.footer_b_con a:hover{
    color: #fff;
}


/*
 * location
 */
.location{
    clear: both;
    padding: 12px 10px;
    line-height: 26px;
    color: #000;
    font-size: 12px;
    background: #ededed;
}
.location_con{
    display:flex;
    display: -webkit-flex;
    justify-content:flex-end;
    -webkit-justify-content: flex-end;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.location .icon{
    color:#000;
    font-size: 22px;
    margin-right: 8px;
}
.location a{
    color: #000;
    margin: 0 5px;
}
.location a:hover{
    color: #000;
}



/*
 * about
 */
.about_box1{
    background: #fff;
}
.about_box1_con{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.about_box1_pic{
    width: 50%;
}
.about_box1_pic_scroll{
    float: right;
    width: 960px;
    height: 575px;
}
.about_box1_pic_scroll.owl-theme .owl-dots{
    position: absolute;
    right:0;
    width: 50%;
    text-align: left;
    bottom: 12px;
}


.about_box1_pic_scroll.owl-theme .owl-dots .owl-dot{
    width:12px;
    height:12px;
    margin:0 5px;
}
.about_box1_pic_scroll.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height:12px;
    border-radius: 0;
    background: none;
    border: 2px solid #fff;
    border-radius: 12px;
}
.about_box1_pic_scroll.owl-theme .owl-dots .owl-dot.active, 
.about_box1_pic_scroll.owl-theme .owl-dots .owl-dot:hover{
    border-color: #fff;
}
.about_box1_pic_scroll.owl-theme .owl-dots .owl-dot.active span, 
.about_box1_pic_scroll.owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
}



.about_box1_r{
    width: 50%;
    padding: 0 0 0 5%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;

    flex-direction: column; 
    -webkit-flex-direction: column;
}
.about_box1_r_tt{
    margin-bottom: 5%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.about_box1_r_tt .pic{
    width: 44%;
    overflow: hidden;
}
.about_box1_r_tt .text{
    width: 55%;
    line-height: 26px;
    font-size: 14px;
    color:#000;
    padding: 0 2% 0 4%;
}

.about_box1_r_b{
    display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box1_r_b_tt{
    font-size: 20px;
    color: #1f1f1f;
    
    padding-bottom: 18px;
}
.about_box1_r_b_list{
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box1_r_b_item{
    width: 48%;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    margin-right: 2%;
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    background: #a0b1ba;
    padding: 5px 3%;
    margin-bottom: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    overflow: hidden;
}
.about_box1_r_b_item .circle{
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 7px;
}
.about_box1_r_b_item .line{
    width: 15px;
    height: 1px;
    background: #fff;
    margin:0 12px 0 6px;
}

.about_box1_r_b_item:hover,.about_box1_r_b_item.active{
    background:#24b8c5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*
 * about_box2
 */
.about_box2{
    padding:5% 0;
    background: url(/template/default/images/about_bg1.jpg) no-repeat center center / cover;
}

.about_box2_t{
    margin-bottom: 4%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.about_box2_t_l{
    width: 300px;
    color: #fff;
    padding: 0 0 0 2%;
    position: relative;
}
.about_box2_t_l .tt{
    font-size: 36px;
    font-weight: bold;
}
.about_box2_t_l .tt2{
    font-size: 82px;
    
}
.about_box2_t_l:before{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 25px;
    width: 1px;
    height: 80px;
    background: #aae9ee;
}
.about_box2_t_r{
    width: calc(100% - 300px);
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding-left: 5%;
}

.about_box2_b{
    width: 100%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.about_box2_b_item{
    width: 18%;
    margin: 0 1% 20px;
    display:flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items:center;
    -webkit-align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box2_b_item .icon{
    width: 60px;
    height: 60px;
    color: #0cb0bf;
    font-size: 32px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-radius: 60px;
}

.about_box2_b_item .con{
    color: #fff;
    padding-left: 12px;
    width: calc(100% - 60px);
}
.about_box2_b_item .con .num{
    font-size: 36px;
    padding-bottom: 6px;
}
.about_box2_b_item .con .tt{
    font-size: 14px;
}

.about_box2_b_item:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.about_box3{
    height: 600px;
}
.about_box3 .wrapper{
    height: 100%;
    display:flex;
    display: -webkit-flex;
    align-items:flex-end;
    -webkit-align-items: flex-end;
}
.about_box3_con{
    color: #fff;
    width: 509px;
    height: 365px;
    padding:5% 3% 0;
    background: rgba(82,90,95,.85);
}

.about_box3_con .tt{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}
.about_box3_con .tt{
    font-size: 36px;
}
.about_box3_con .text{
    font-size: 14px;
    line-height: 22px;
}
.about_box3_con .text2 img{
    display: block;
    max-width: 100%;
}


.about_box4{
    padding:40px 0;
    background: #eff2f4;
}
.about_box4 img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


.about_box5{
    background: #798992;
    padding: 4% 0;
}
.about_box5_con{
    color: #fff;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}

.about_box5_tt{
    width: 375px;
    font-size: 48px;
    font-weight: bold;
}
.about_box5_text{
    width: calc(100% - 375px);
    font-size: 14px;
    line-height: 23px;
    padding-left: 15px;
}

.about_box6{
    padding: 40px 0 0 0;
}
.sub_title1{
    margin-bottom: 40px;
}
.sub_title1 .tt{
    font-size: 38px;
    color: #333;
    font-weight: bold;
    padding-bottom: 12px;
}
.sub_title1 .line{
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #24b8c5;
}


.about_box6_list{
  display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
  flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box6_list dd{
    float: left;
    width: 50%;
    height: 440px;
    color: #1f1f1f;
    background: #f4f6f8;
    text-align: center;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-direction: column; 
    -webkit-flex-direction: column;
    padding:10px 10px 30px;
    border-bottom: 10px solid #fff;
}
.about_box6_list dd:nth-child(2n){
    padding-right: 13%;
    border-left: 5px solid #fff;
}
.about_box6_list dd:nth-child(2n+1){
    padding-left: 13%;
    border-right: 5px solid #fff;
}
.about_box6_list dd:nth-child(2n+1){
    clear: both;
}

.about_box6_list dd .pic{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box6_list dd .con{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box6_list dd .con .tt{
    font-size: 16px;
    padding-bottom: 8px;
}
.about_box6_list dd .con .text{
    font-size: 26px;
    font-weight: bold;
}
.about_box6_list dd:hover .pic,.about_box6_list dd:hover .con{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



/*
 * contact
 */
.contact_box1{
    height: 300px;
    background: url(/template/default/images/contact_bg1.jpg) no-repeat center center;
}
.contact_box1_con{
    height: 100%;
    color: #fff;
    text-align: center;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-direction: column; 
    -webkit-flex-direction: column;
}
.contact_box1_con .tt{
    font-size: 48px;
    font-weight: bold;
}
.contact_box1_con .text{
    font-size:16px;
    line-height: 20px;
}


.contact_box2{
    background: #fff;
    border-top: 5px solid #eff1f4;
}
.contact_box2_clm{
    border-bottom: 5px solid #eff1f4;
}
.contact_box2_clm .wrapper{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.contact_box2_item{
    padding:0 50px;
    width: 25%;
    min-height: 340px;
    border-right: 5px solid #eff1f4;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column; 
    -webkit-flex-direction: column;
}
.contact_box2_item2{
    width: 50%;
    padding: 0;
}
.contact_box2_clm .contact_box2_item:last-child{
    border-right: 0;
    padding-right: 0;
}
.contact_box2_clm .contact_box2_item:first-child{
    padding-left: 0;
}


.contact_box2_item_tt{
    display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
    margin-bottom: 15px;
}
.contact_box2_item_tt .pic{
    width: 40px;
    height: 40px;
}
.contact_box2_item_tt .pic img{
    display: block;
}
.contact_box2_item_tt .text{
    width: calc(100% - 40px);
    line-height: 20px;
    font-size: 18px;
    color: #1f1f1f;
    padding: 10px 0 10px 8px;
}

.contact_box2_item_text dd{ 
    width: 100%;
    color: #000;
    padding-left: 10px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 22px;
}
.contact_box2_item_text dd a{ 
    color: #000;
}
.contact_box2_item_text dd a:hover{
    color: #0AA6B4;
    text-decoration: underline;
}
.contact_box2_item_text dd:nth-child(2n+1){
    clear: both;
}

.contact_box2_item2 .contact_box2_item_text dd{
    float: left;
    width: 48%;
    margin-right: 1%;
}


.contact_box2_item_sm .icon{
    float: left;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 32px;
    text-align: center;
    color: #fff;
    border-radius: 65px;
    margin: 0 18px 18px 0;
}
.contact_box2_item_sm .icon:nth-child(1){
    background: #ed4731;
}
.contact_box2_item_sm .icon:nth-child(2){
    background: #2f5890;
}
.contact_box2_item_sm .icon:nth-child(3){
    background: #32a2d0;
}
.contact_box2_item_sm .icon:nth-child(4){
    background: #3abfc4;
}
.contact_box2_item_sm .icon:nth-child(5){
    background: #2f5890;
    font-size: 30px;
}

.contact_box2_item_sm .icon:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}



.contact_box3{
    padding: 4% 0;
    background: #fff;
}
.title2{
    margin-bottom: 20px;
}
.title2 .tt{
    color: #222;
    font-size: 30px;
    
    margin-bottom: 6px;
}
.title2 .text{
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.title2 .text2{
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.title2 .line2{
    display: inline-block;;
    width: 50px;
    height: 3px;
    background: #0db0bf;
}



.inq_form_list{
    width: 100%;
    max-width: 1200px;
    display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 2%;
    margin: 0 auto;
}
.inq_form_list dd{
    float: left;
    width: 31%;
    margin-bottom: 22px;
}
.inq_form_list2 dd{
    width: 48%;
}
.inq_form_tt{
    color: #333;
    font-size: 14px;
    padding-bottom: 8px;
}
.inq_form_tt span{
    color: #ed1c24;
    font-size: 16px;
}
.inq_form_inp1,.inq_form_area{
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    padding-left: 14px;
    border: 1px solid #bebebe;
    border-radius: 2px;
    background: none;
}
.inq_form_area{
    display: block;
    width: 100%;
    height: 128px;
    padding-top: 10px;
}
.inq_form_list dt{
    width: 100%;
    margin-bottom: 25px;
}
.inq_form_btn1{
    display: block;
    background: #ed6b00;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: 0;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}



.contrast_box{
    padding: 5% 0;
}
.contrast_box_con{
    width: 100%;
    overflow-x: auto;
}
.contrast_box_con::-webkit-scrollbar-track-piece {  
    background-color:#ddd;  
}  
.contrast_box_con::-webkit-scrollbar {  
    width: 5px;  
    height: 5px;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;  
}  
.contrast_box_con::-webkit-scrollbar-thumb {  
    background-color:#0AA6B4;  
    background-clip: padding-box;  
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;  
    min-height: 28px;  
}  


.contrast_box_table{
    width: 100%;
}
.contrast_box_table tr td{
    padding:15px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.contrast_box_table tr td a{
    width:100%;
    height: 100%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.contrast_box_table tr td:nth-child(1){
    
    width: 260px;
    min-width: 200px;
    color: #fff;
    font-size: 16px;
    background: #24b8c5;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.contrast_box_title3{
    display:flex;
    display: -webkit-flex;
    height: 100%;
    line-height: 22px;
}
.contrast_box_title3 span{
    margin-right: 8px;
}
.contrast_box_title1{
    color: #1f1f1f;
    text-align: center
}
.contrast_box_title1 .tt{
    font-size: 28px;
    font-weight: bold;
}
.contrast_box_title1 .text{
    font-size: 14px;
}
.contrast_box_title2{
    line-height: 24px;
    font-size: 14px;
    color: #666;
}


.sub_main1{
    padding: 4% 0;
}
/*
 * news
 */
.news_list1{
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_list1 dd{
    width: 28%;
    margin-bottom: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0 2.5% 4%;
}
.news_list1_date{
    position: absolute;
    left:5%;
    top: 4%;
    width:60px;
    height: 75px;
    text-align: center;
    color: #fff;
    background: #78909c;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-direction: column; 
    -webkit-flex-direction: column;
}
.news_list1_date .days{
    font-size: 24px;
}
.news_list1_date .month{
    font-size: 14px;
}
.news_list1_date .line{
    width: 75%;
    height: 2px;
    background: #fff;
    margin:8px auto 0;
}


.news_list1_pic{
    overflow: hidden;
    position: relative;
}
.news_list1_pic img{
    display: block;
    width: 100%;
}
.news_list1_con{
    width:100%;
    padding: 7%;
    background: #f4f5f7;
}
.news_list1_con_tt{
    font-size: 18px;
    line-height: 24px;
  height:48px;
    color: #000;
}

.news_list1_con_share{
    display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
    padding: 8px 0 0;
}
.solu_det_share{
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
}
.news_list1_con_share .share_clm{
    margin-right: 20px;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
}
.news_list1_con_share .share_clm .icon{
    font-size: 16px;
    margin-right: 6px;
}

.news_list1_con_text{
    color: #000;
    font-size: 14px;
    line-height: 24px;
  height:96px;
  overflow:hidden;
    margin: 5% 0 8%;
}

.more_btn4{
    color: #78909c;
    font-size: 16px;
}


.news_list1 dd:hover{
    box-shadow: 0 0 15px rgba(115,115,115,.15);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/*
 * page
 */
 .pagelink{ height: 35px;text-align: center;margin: 50px 0 30px 0;}
.pagelink .page-index , .pagelink .page-pre , .pagelink .page-next , .pagelink .page-last{ list-style: none;border: 1px solid #C7CFC2; display: inline-block;margin: 0 3px;*+display:block;*+float:left;}
.pagelink .page-status {list-style: none;border: 1px solid #C7CFC2; display: inline-block;margin: 0 3px;*+display:block;*+float:left; padding: 3px 8px;}
.pagelink .page-index a, .pagelink .page-pre a, .pagelink .page-next a, .pagelink .page-last a{color:#000;padding: 3px 8px; display:block;}
.pagelink .page-numbar .page-num{ list-style: none;border: 1px solid #C7CFC2;padding: 3px 8px;display: inline-block;margin: 0 3px;*+display:block;*+float:left;}
.pagelink a.page-num-current, .pagelink a:hover{ background: #CCC;color: #FFF; display:block;}
.clear{clear:both;}
.page{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    padding: 25px 0;
}

.page a{
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    background: #798992;
    margin: 0 5px;
}
.page a:hover,.page a.hover{
    color: #fff;
    background: #0db0bf;
}
.page a.next{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}



/*
 * news_det
 */
.main_l{
    width: 300px;
}
.main_l_news_title{
    background: #0db0bf;
    height: 130px;
    color: #fff;
    padding-left: 37px;
    display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
}
.main_l_news_title .icon{
    font-size: 40px;
    margin-right: 8px;
}
.main_l_news_title .tt{
    font-size: 24px;
    font-weight: bold;
}
.main_l_list{
    border: 5px solid #eeeff1;
}
.main_l_list dd{
    border-bottom: 5px solid #eeeff1;
}
.main_l_list dd:last-child{
    border-bottom: 0;
}

.main_l_list dd a{
    display: block;
    padding:6% 8%;
}
.main_l_list dd .tt{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.main_l_list dd .date{
    color: #999;
}

.main_l_list dd:hover .tt{
    color: #0db0bf;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.main_r{
    width: calc(100% - 300px);
    padding-left: 5%;
    padding-bottom: 20px;
}
.news_det_box{
}

.news_det_title{
    font-size: 30px;
    font-weight: bold;
    padding-bottom:12px;
}
.addthis_sharing_toolbox img{
    display: block;
}
.news_det_box .news_list1_con_share .share_clm{ 
    color: #666;
}

.news_det_b_box{
}
.news_det_b_con{
    color: #666;
    padding:3% 0;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.news_det_b_con img{
    display: block;
    /*width: 100%;*/
    margin: 0 0 25px 0;
}

.news_det_page a{
    float: left;
    width: 140px;
    height: 48px;
    font-size: 14px;
    text-align: center;
    line-height: 46px;
    border: 1px solid #c9c9c9;
    margin-left: -1px;
}
.news_det_page a.hover,.news_det_page a:hover{
    color: #fff;
    background: #333;
    border-color: #333;
}


/*
 * pro_cover
 */
.main_l_pro_title{
    font-size: 24px;
    height: 80px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    background: #0db0bf;
}
.main_l_list2{
    border: 5px solid #eeeff1;
}
.main_l_list2 dd{
    padding: 20px 30px 10px;
    border-bottom: 5px solid #eeeff1;
}
.main_l_list2 dd:last-child{
    border: 0;
}
.main_l_list2_tt{
    display: block;
    color: #333;
    font-size: 16px;
    margin-bottom: 18px;
    position: relative;
}



.main_l_list2_tt_down{
}
.main_l_list2_tt_down a{
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
    
}
.main_l_list2_tt_down a:before{
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #0db0bf;
}


.main_l_list2_tt_down a:hover{
    color: #0AA6B4;
    transform: translateX(3px);
    -webkit-transform: translateX(3px);
}





.pro_cover_bars{
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_cover_bars a{
    display: block;
    line-height: 32px;
    color: #000;
    text-align: center;
    padding: 0 3%;
    background: #f2f2f2;
    line-height: 32px;
    font-size: 14px;
    border-right: 1px solid #fff;
    position: relative;
    margin-bottom: 10px;
}

.pro_cover_bars a:after{
    content: "";
    position: absolute;
    left:50%;
    margin-left: -6px;
    top: 32px;
    display:none;
    width: 0;
    height: 0;
    border-top:6px dashed #798992;
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
}
.pro_cover_bars a.hover:after{
    display:block;
}
.pro_cover_bars a.hover{
    color: #fff;
    background: #798992;
}


.pro_cover_tabs{
    padding:30px 0;
}
.pro_cover_list1{
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_cover_list1 dd{
    width: 48%;
    display:flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items:center;
    -webkit-align-items: center;
    margin: 0 1% 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_cover_list1_pic{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-direction: column; 
    -webkit-flex-direction: column;
    width: 50%;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}
.pro_cover_list1_pic .pic_img{
    display: block;
    overflow: hidden;
    padding: 25px 0;
  width:100%;
}
.pro_cover_list1_pic .pic_img img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}



.pro_comparison{
    color: #000;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    margin: 0 auto 20px;
}
.pro_comparison:before{
    content: "";
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border:2px solid #000;
    margin:10px 6px 0 0;
}

.pro_cover_list1 dd.hover .pro_cover_list1_pic{
    border-color: #0db0bf;
}
.pro_cover_list1 dd.hover .pro_cover_list1_pic .pro_comparison{
    color: #000;
}
.pro_cover_list1 dd.hover .pro_cover_list1_pic .pro_comparison:before{
    background: #0db0bf;
    border-color: #0db0bf;
}
.pro_cover_list1_con{
    width: 50%;
    padding-left:20px;
}
.pro_cover_list1_con_tt{
    display: block;
    color: #000;
}
.pro_cover_list1_con_tt .tt{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}
.pro_cover_list1_con_tt .text{
    font-size: 14px;
}
.pro_cover_list1_con_text{
    line-height: 20px;
    color: #000;
    margin: 20px 0 18px;
}

.pro_cover_list1_pic.hover{
    border-color: #0db0bf;
}
.pro_cover_list1_pic.hover .pro_comparison{
    color: #000;
}
.pro_cover_list1_pic.hover .pro_comparison:before{
    border-color: #0db0bf;
    background: #0db0bf;
}


.pro_cover_list1 dd:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/*
 * open comparison
 */
.open_comparison{
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(13,176,191,.9);
}
.open_comparison.hover{
    bottom: -20%;
}
.open_comparison_rela{
    padding: 2% 0 1.5%;
    position: relative;
}
.open_comparison_close{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.open_comparison_box{
    width: 100%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.open_comparison_l{
    width: calc(100% - 250px);
}
.open_comparison_list{
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.open_comparison_btn_box{
    width: 230px;
}
.open_comparison_tip{
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
}
.open_comparison_btn{
    display: block;
    width: 230px;
    height: 44px;
    color: #0AA6B4;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border: 0;
    margin: 0 auto;
}

.open_comparison_list dd{
    width: 33%;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    margin-bottom: 15px;
}
.open_comparison_pic{
    width: 55%;
    padding: 3%;
    border: 1px solid rgba(255,255,255,.5)
}
.open_comparison_pic img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.open_comparison_con{
    width:45%;
    padding-left: 6%;
}
.open_comparison_tt{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
     word-break: break-all;
}
.open_comparison_delete{
    cursor: pointer;
    width: 28px;
    height: 28px;
    background: url(/template/default/images/delete.png) no-repeat center center;
}



/*
 * pro_det
 */
.pro_det_t{
    padding: 5% 0;
    background: #eaebed url(/template/default/images/bg2.jpg) no-repeat center bottom / cover;
}

.pro_det_pic_l_tabs{
    padding-bottom: 20px;
}
.pro_det_pic{
    width: 50%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-direction:row-reverse; 
    -webkit-flex-direction: row-reverse;
}
.pro_det_pic_scroll_box{
    float: right;
    width: calc(100% - 100px);
    padding-left: 5%;
}
.pro_det_scroll_dotsCont_item{
    width: 100px;   
    margin-bottom: 12px;
    border: 1px solid #e2e3e3;
    cursor: pointer;
    background: #fff;
}
.pro_det_scroll_dotsCont_item img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    
}
.pro_det_scroll_dotsCont_item.active{
    border-color:#0db0bf;
}


.pro_det_pic_l_bars{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.pro_det_pic_l_bars .item{
    width: 100px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 33px;
    font-size: 14px;
    color: #798992;
    border: 1px solid #798992;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    cursor: pointer;
    margin:0 10px;
}
.pro_det_pic_l_bars .item .icon{
    font-size: 14px;
    margin-right: 6px;
}
.pro_det_pic_l_bars .item.hover{
    color: #fff;
    background: #798992;
}

.pro_det_pic_video{
    display: block;
    border: 0;
    width:100%;
    min-height: 300px;
}


.pro_inf{
    width:50%;
    padding-left: 6%;
}
.pro_inf_title{
    font-size: 48px;
    color: #1F1F1F;
    font-weight: bold;
}
.pro_inf_tip{
    color: #1F1F1F;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding: 6px 0 18px;
}
.pro_inf_tt_line{
    width: 60px;
    height: 1px;
    background: #1F1F1F;
}
.pro_inf_text{
    line-height: 27px;
    color: #000;
    font-size: 14px;
    padding: 5% 0;
}

.pro_inf_btn_box{
    padding-bottom: 5%;
}
.pro_inf_btn{
    padding: 0 5%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background:#798992;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    margin: 0 20px 15px 0;
}
.pro_inf_btn.hover{
    background: #0db0bf;
}
.pro_inf_btn .icon{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-right: 8px;
}
.pro_share_tt{
    color: #7e7e7e;
    display:flex;
    font-size: 14px;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
    padding-bottom: 6px;
}
.pro_share_tt .icon{
    font-size: 14px;
    margin-right: 8px;
}

.pro_inf_comparison{
    width: 90%;
    max-width: 350px;
    margin-bottom:6%;
}
.pro_inf_comparison_inp{
    float: left;
    width: calc(100% - 33px);
    height: 33px;
    padding-left: 15px;
    color: #333;
    font-size: 14px;
    line-height: 33px;
    background: #fff;
    border: 0;
}
.pro_inf_comparison_btn_box{
    float: right;
    width: 33px;
    height: 33px;
    position: relative;
}
.pro_inf_comparison_btn_text{
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #0db0bf;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}
.pro_inf_comparison_btn{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    width:33px;
    height: 33px;
    border: 0;
    opacity: 0;
    cursor: pointer;
}


/*
 * pro_det_b
 */
.pro_det_b{
    overflow: hidden;
}

.pro_det_b_bars_box{
    min-height: 78px;
}
.pro_det_b_bars{
    position: relative;
    z-index: 8;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.pro_det_b_bars_l{
    width:100%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.pro_det_b_bars_l .item{
    line-height: 76px;
    padding: 0 10px;
    margin: 0 2%;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}
.pro_det_b_bars_l .item.hover{
    border-bottom: 2px solid #0db0bf;
}


.pro_det_b_tabs_clm{
    padding: 4% 0;
}
.pro_det_b_tabs_clm br{
  display:none;
}
.title3{
    font-size: 30px;
    
    margin-bottom: 3%;
}


.pro_det_b_feat_list{
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_b_feat_list dd{
    width: 25%;
    padding: 0 2%;
    position: relative;
    margin-bottom: 10px;
}
.pro_det_b_feat_list dd:last-child:after{
    display: none;
}
.pro_det_b_feat_list dd:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 2%;
    width: 1px;
    height: 100px;
    background: #ddd;
}
.pro_det_b_feat_list_tt{
    display:flex;
    display: -webkit-flex;
    padding-bottom: 15px;
}
.pro_det_b_feat_list_tt .num{
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    background: #e46713;
    margin-top: 3px;
}
.pro_det_b_feat_list_tt .tt{
    width: calc(100% - 20px);
    padding-left: 8px;
    line-height: 26px;
    color: #1F1F1F;
    font-size: 20px;
    font-weight: bold;
}

.pro_det_b_feat_list_text{
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.pro_det_b_feat_list_pic a{
  display:block;
  position:relative;
  width:100%;
  height:100%;
}
.pro_det_b_feat_list_pic .icon{
  position:absolute;
  left:50%;
  top:50%;
  width:50px;
  height:50px;
  margin:-25px 0 0 -25px;
  line-height:50px;
  font-size:50px;
  color:#0cb0bf;
  text-align:center;
  background:rgba(255,255,255,.8);
  border-radius:50px;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_b_feat_list_pic img{
    max-width: 100%;
}

.pro_det_b_tabs_clm_list{
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_clm_item{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.pro_det_b_tabs_clm_item a{
    display: block;
}
.pro_det_b_tabs_clm_item .pic{
    overflow: hidden;
    position: relative;
}
.pro_det_b_tabs_clm_item .pic iframe{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.pro_det_b_tabs_clm_item .pic img{
    display: block;
    width: 100%;
}
.pro_det_b_tabs_clm_item .tt{
    text-align: center;
    font-size: 16px;
    color: #444;
    padding: 12px 0 15px;
}
.pro_det_b_tabs_clm_item a:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}





.pro_det_b_tabs_pram{
    display:flex;
    display: -webkit-flex;
    justify-content:space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_pram_table{
    width: 49%;
    max-width: 670px;
    min-width: 320px;
    background: #fff;
    margin-bottom: 20px;
}
.pro_det_b_tabs_pram_table tr td{
    border: 1px solid #000;
    padding: 15px;
    line-height: 22px;
    color: #000;
    font-size: 14px;
}
.pro_det_b_tabs_pram_table tr td:first-child{
    color: #fff;
    background: #798992;
}



.pro_det_b_tabs_down_bars{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_down_bars_clm{
    width: 100%;
    max-width: 300px;
    margin: 0 15px 15px;
}
.pro_det_b_tabs_down_bars_clm_tt{
    font-size: 16px;
    color: #1f1f1f;
    padding-bottom: 15px;
}
.pro_det_b_tabs_down_bars_clm_select{
    display: block;
    width: 100%;
    height: 44px;
    font-size: 14px;
    padding-left: 18px;
    background: #eff1f4;
    border:none;
    color: #666;
}

.support_box1_down_bars select{
    height: 44px;
    font-size: 14px;
    padding-left: 18px;
    background: #eff1f4;
    border:none;
    color: #666;
    width:250px !important;
    margin:0 15px 15px;
}



.pro_det_b_tabs_down_list{
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding:2% 0 0 0;
}
.pro_det_b_tabs_down_list dd{
    width: 18%;
    margin: 0 1% 20px;
    border: 1px solid #e5e5e5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_b_tabs_down_list dd a{
    padding:10%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column; 
    -webkit-flex-direction: column;
}

.pro_det_b_tabs_down_list dd .con{
    margin-bottom: 30px;
}
.pro_det_b_tabs_down_list dd .con .tt{
    color: #1f1f1f;
    font-size: 22px;
}
.pro_det_b_tabs_down_list dd .cin .tt2{
    color: #999;
}
.pro_det_b_tabs_down_list dd .pic{
    overflow: hidden;
}
.pro_det_b_tabs_down_list dd .pic .pdf_size{
    color: #999;
    margin-bottom: 12px;
}
.pro_det_b_tabs_down_list dd .pic img{
    display: block;
}
.pro_det_b_tabs_down_list dd:hover{
    border: 1px solid #0db0bf;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.pro_det_b_tabs_goes{
    position: relative;
}
.pro_det_b_tabs_goes_item{
    background: #fff;
    padding: 3%;
    text-align: center;
}
.pro_det_b_tabs_goes_item .pic{
    display: block;
    overflow: hidden;
    padding: 10px 0;
}
.pro_det_b_tabs_goes_item .pic img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto 15px;
}
.pro_det_b_tabs_goes_item .con .tt1{
    font-size: 32px;
    color:#1f1f1f;
    font-weight: bold;
}
.pro_det_b_tabs_goes_item .con .tt2{
    font-size: 14px;
    padding: 12px 0 18px;
}
.pro_comparison2{
    color: #aaaaaa;
    font-size: 14px;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    margin-bottom: 20px;
}
.pro_comparison2:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border:2px solid #d2d2d2;
    margin-right: 6px;
}
.pro_det_b_tabs_goes_scroll_prev,.pro_det_b_tabs_goes_scroll_next{
    position: absolute;
    left: -80px;
    top:50%;
    width: 60px;
    height: 60px;
    font-size:60px;
    color: #cbcdd0;
    margin-top: -30px;
    cursor: pointer;
}
.pro_det_b_tabs_goes_scroll_next{
    left: auto;
    right: -80px;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}



/*
 * strength
 */
.strength_box1{
    padding: 4% 0;
    background: #fff;
}
.strength_box_text{
    line-height: 24px;
    font-size: 16px;
    color: #000;
}
.strength_box_text img{
    max-width: 100%;
}

.strength_box1_list{
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.strength_box1_list dd{
    width: 25%;
    padding: 0 2%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.strength_box1_list dd .icon{
    width: 150px;
    height: 150px;
    color: #fff;
    font-size: 60px;
    line-height: 150px;
    border-radius: 150px;
    text-align: center;
    margin: 0 auto 20px;
    background: #24b8c5;
}
.strength_box1_list dd .con{
    padding: 10px 0 0;
    text-align: center;
}
.strength_box1_list dd .con .tt{
    font-size: 38px;
    font-weight: bold;
    color: #000;
    padding-bottom: 6px;
}
.strength_box1_list dd .con .text{
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

.strength_box1_list dd:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.strength_box2{
    padding:4% 0;
}

.strength_box2 .wrapper{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column; 
    -webkit-flex-direction: column;
    align-items:center;
    -webkit-align-items: center;
}

.strength_box2_line{
    width: 50px;
    height: 3px;
    background: #fff;
    margin: 0 auto 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.strength_box2_text{
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 26px;
}
.strength_box2:hover .strength_box2_line{
    width: 60px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.strength_box3{
}

.strength_box3_list dd .wrapper{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}

.strength_box3_list_pic{
    width: 50%;
}
.strength_box3_list_pic a{
  display:block;
  height:100%;
  width:100%;
  position:relative;
}
.strength_box3_list_pic a .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    line-height: 50px;
    font-size: 50px;
    color: #0cb0bf;
    text-align: center;
    background: rgba(255,255,255,.8);
    border-radius: 50px;
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.strength_box3_list_pic a:hover .icon,.pro_det_b_feat_list_pic a:hover .icon{
  transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.strength_box3_list_pic img{
  display:block;
  max-width:100%;
  height:auto;
  margin:0 auto;
}
.strength_box3_list_con{
    width: 50%;
}
.strength_box3_list_con .tt{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 3%;
}
.strength_box3_list_con .text{
    color: #000;
    font-size: 16px;
    line-height: 31px;
}
.strength_box3_list dd:nth-child(2n){
    background: #dde1ee;
}
.strength_box3_list dd:nth-child(2n) .wrapper{
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.strength_box3_list dd:nth-child(1) .strength_box3_list_pic{
    padding-top: 8%;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.strength_box3_list dd:nth-child(1) .strength_box3_list_con{
    text-align: right;
}
.strength_box3_list dd:nth-child(2) .strength_box3_list_pic{
    padding-bottom: 8%;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.strength_box3_list dd:nth-child(3) .strength_box3_list_pic{
    padding: 4% 0;
    justify-content: center;
    -webkit-justify-content: center;
}

.support_bars{
    width: 100%;
    height: 100px;
    margin: 4% 0 0 0;
}
.support_bars_con{
    width: 100%;
    background: #fff;
}

.support_box1{
    padding:4% 0;
}
.support_box1_search_tip{
  color:#000;
}
.support_box1_list{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    padding-bottom: 3%;
}
.support_box1_list dd{
    width: 30%;
    margin: 0 1% 20px;
    background: #eff1f4;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.support_box1_list dd a{
    display: block;
    width: 100%;
    height: 80px;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.support_box1_list dd .icon{
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    border-radius: 48px;
    background: #798992;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.support_box1_list dd .text{
    color: #000;
    font-size: 18px;
    padding-left: 5%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.support_box1_list dd:hover,.support_box1_list dd.hover{
    background: #0db0bf;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.support_box1_list dd:hover .icon,.support_box1_list dd.hover .icon{
    color: #0db0bf;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.support_box1_list dd:hover .text,.support_box1_list dd.hover .text{
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.support_box1_search{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 2.5% 0;
}
.support_box1_search form{
    width: 100%;
    max-width: 350px;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    margin: 0 auto 30px;
}
.support_box1_search_inp{
    display: block;
    width:calc(100% - 44px);
    height: 44px;
    padding-left: 15px;
    background: #eff1f4;
    border: 0;
}


.support_box1_search_btn_box{
    width: 44px;
    height: 44px;
    position: relative;
}
.support_box1_search_btn{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 44px;
    height: 44px;
    z-index: 3;
    opacity: 0;
    background: none;
    cursor: pointer;
}
.support_box1_search_btn_text{
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #e46713;
}


.support_box1_down_bars{
    padding: 3% 0 2%;
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.support_box1_down_bars .pro_det_b_tabs_down_bars_clm,.support_box1_down_bars select{
    width: 250px;
    margin: 0 15px 15px;
}


.support_box2{
    padding: 4% 0;
    background: #eff1f4 url(/template/default/images/support_bg1.jpg) no-repeat center bottom;
}
.support_box2_con_tt{
    font-size: 20px;
    color: #333;
    padding-bottom: 3%;
}
.support_box2_con_text{
    line-height: 26px;
    font-size: 16px;
    color: #000;
}

.support_box2_con_btn{
    display: block;
    width: 350px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    background: #0db0bf;
    margin: 0 auto;
}
.support_box2_con_btn .icon{
    font-size: 24px;
    margin-right: 10px;
}
.support_box3{
    padding: 4% 0 6%;
}
.support_box3_list{
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.support_box3_list dd{
    width: 50%;
    padding-right: 1%;
    display:flex;
    display: -webkit-flex;
    margin-bottom: 3%;
}
.support_box3_list dd .num{
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    background: #798992;
}

.support_box3_list dd .text{
    width: calc(100% - 50px);
    color: #000;
    font-size: 16px;
    line-height: 26px;
    padding-left: 3%;
}


.support_box4{
    padding: 7% 0;
}
.support_box4_con{
    width: 90%;
    max-width: 860px;
    display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin: 0 auto;
    padding-top: 150px;
}

.support_box4_con_item{
    width: 310px;
    height: 100px;
    padding: 0 5%;
    color: #fff;
    background:rgba(13,176,191,.85);
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    margin-bottom: 20px;
}

.support_box4_con_item .icon{
    color: #fff;
    font-size: 42px;
}
.support_box4_con_item .con{
    padding-left: 5%;
    color: #fff;
    width: calc(100% - 42px);
}
.support_box4_con_item .con .tt{
    font-size: 18px;
    margin-bottom: 8px;
}
.support_box4_con_item .con .text{
    font-size: 14px;
}


.support_box4_con_item:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}


.support_box5{
    border-bottom: 20px solid #eff1f4;
}


/*
 * global_web
 */
.global_box{
    padding: 4% 0;
    background: #f5f7f9;
}
.global_box2 .wrapper{
    display:flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}


.global_box2{
    padding: 4% 0;
}
.global_box2_list1{
    width: 90%;
    max-width:350px;
}
.global_box2_list1 dd{
    width: 100%;
    display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
    margin-bottom: 22px;
}
.global_box2_list1 dd .icon{
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    border-radius: 68px;
    background: #24b8c5;
}
.global_box2_list1 dd .con{
    width: calc(100% - 68px);
    padding-left: 3%;
}
.global_box2_list1 dd .con .tt{
    color: #24b8c5;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 4px;
}
.global_box2_list1 dd .con .text{
    line-height: 20px;
    font-size: 14px;
    color: #798992;
}


.global_box2_list2{
    width: 90%;
    max-width: 750px;
}

.global_box2_list2 dd{
    width: 100%;
    margin-bottom: 22px;
    display:flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.global_box2_list2 dd .tt_l{
    width: 170px;
    display:flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
}
.global_box2_list2 dd .tt_l .icon{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    background: #0cb0bf;
}
.global_box2_list2 dd .tt_l .tt{
    font-size: 16px;
    color: #0AA6B4;
    font-weight: bold;
    padding-left:10px;
}

.global_box2_list2 dd .text{
    width: calc(100% - 170px);
    padding-left: 5%;
    padding-top: 11px;
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.global_box2_list2 dd .text .item{
    font-size: 14px;
    color: #000;
    line-height: 22px;
    margin:0 15px 10px 0;
}
.global_box2_list2 dd .text .item:hover{
    text-decoration:underline;
}


.support_box1_down_bars_btn{
    color:#fff;
    height: 44px;
    width: 80px;
    font-size: 16px;
    background: #e46713;
    border: none;
    cursor: pointer;
    margin-left: 5px;
}



/*
 * video_open
 */
.video_window {
    display: none;
    width: 800px;
    height: 485px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    margin: -300px 0 0 -400px;
}

.video_window_rela {
    position: relative;
    height: 100%;
}

.video_window_close {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 20px;
    color: #fff;
    font-size: 18px;
    height: 20px;
    
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.video_window_mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
.video_window_ifeame{
    background:#333;
    border: 0;
}


.back_top{
    display: none;
    position: fixed;
    right: 0;
    bottom:20%;
    z-index: 6;
    width: 52px;
    height: 52px;
    background: #24b8c5;
    border-radius: 4px;
    cursor: pointer;
}
.back_top .icon{
    width: 9px;
    height: 13px;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    background: url(/template/default/images/more_ico.png) no-repeat center center;
    margin: 10px auto 6px;
}
.back_top .text{
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}




/* solu_det */
.solu_title1_box{
    width: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    max-width: 1130px;
    margin: 0 auto 94px;
}
.solu_title1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width:250px;
    height: 147px;
    padding-left: 60px;
    position: relative;
}
.solu_title1::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 154px;
    height: 147px;
    border: 4px solid #0aa6b4;
    margin-top: -73px;
}
.solu_title1_tt{
    width: 200px;
    background: #fff;
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 30px;
    color: #444;
}

.solu_title1_line{
    width: 80px;
    height: 1px;
    background: #cfcfcf;
    margin: 39px 20px 0 12px;
}

.solu_title1_text{
    width: calc(100% - 310px);
    max-width: 750px;
    position: relative;
    padding-left: 90px;
    font-size: 16px;
    line-height: 34px;
    color: #666;
    margin-top: 30px;
}
.solu_title1_text::before{
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    display: block;
    width: 48px;
    height: 40px;
    background: url(/template/default/images/solu_icon.png) no-repeat center center;
}
.solu_title1_text a{
    color: #0cb0bf;
    font-weight: bold;
}



.solu_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.solu_list1 dd{
    width: calc((100% - 22px) / 2);
    overflow: hidden;
    background: #f5f6fa;
    padding: 13px;
    border: 1px solid #e2e2e2;
    margin-bottom: 25px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.solu_list1 dd:hover{
    box-shadow: 0 0 12px rgba(115,115,115,.2);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.solu_list1_pic{
    display: block;
    overflow: hidden;
}
.solu_list1_pic img{
    width: 100%;
}
.solu_list1_pic:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.solu_list1_con{
    padding: 20px ;
}
.solu_list1_con_tt_box{
    margin-bottom: 30px;
}
.solu_list1_con_tt{
    color: #444;
    font-size: 20px;
    font-weight: bold;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.solu_list1_con_tt:hover{
    color: #0aa6b4;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.solu_list1_con_text{
    font-size: 14px;
    line-height: 24px;
    color: #444;
    padding-top: 5px;
}
.solu_list1_con_tt2{
    font-size: 20px;
    color: #444;
    margin-bottom: 13px;
}
.solu_list1_con_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.solu_list1_con_list a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    background: #a0b1ba;
    padding: 0 15px;
    margin: 0 12px 12px 0;
}
.solu_list1_con_list a .icon{
    width: 30px;
    text-align: center;
    font-size: 14px;
}
.solu_list1_con_list a:hover{
    background: #0aa6b4;
}


.solu_det_tip{
    background: #ededed;
    padding: 25px 8%;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    font-style:italic;
    border-left: 4px solid #0db0bf;
    margin-bottom: 45px;
}

.solu_det_box2{
    margin-bottom: 50px;
}
.solu_det_box2_tt1{
    font-size: 24px;
    color: #444;
    font-weight: bold;
    margin-bottom: 12px;
}
.solu_det_box2_text{
    font-size: 14px;
    line-height: 32px;
    color: #444;
}

.solu_det_box2_list{
    padding-top: 12px;
}
.solu_det_box2_list .item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    line-height: 32px;
}
.solu_det_box2_list .item .icon{
    width: 32px;
    height: 32px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.solu_det_box2_list .item .icon img{
    width: 21px;
    margin-bottom: 0;
    max-width: 100%;
}
.solu_det_box2_list .item .tt{
    width: calc(100% - 32px);
    font-size: 14px;
    line-height: 32px;
}


.main_l_list3 .main_l_list2_tt{
    padding-left: 18px;
}
.main_l_list3 .main_l_list2_tt:before{
    content: "";
    display: block;
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #0db0bf;
}
.main_l_list2 dd.hover .main_l_list2_tt,
.main_l_list2 dd:hover .main_l_list2_tt{
    color: #0AA6B4;
}
