/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-4-19, 14:50:22
    Author     : dashijie
*/

html,body {
    margin: 0; padding: 0;
}

@media screen and (max-width: 1100px) {
    body{
        font-size: 14px;
    }
}
@media screen and (max-width: 1500px) {
    body{
        font-size: 16px;
    }
    .jj_textbox{
        font-size: 15px;
    }
}
@media screen and (min-width: 1500px) {
    body{
        font-size: 18px;}
    .logo_box>img{
        display: block;
        margin-top: 5px;
        height: 50px;

    }
    .jj_textbox{
        font-size: 15px;
    }
}
@media screen and (min-width: 1920px) {
    .jj_textbox{
        font-size: 15px;
    }
}
.top_menu_box{

    width: 100%;
    min-width: 1100px;
    height: 60px;
    border-bottom: 1px rgba(255, 255, 255, .4) solid;
    /*background-color: #eee;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top_menussbo{
    margin: auto;
    width: 80%;
}
.logo_box{
    position: relative;
    float: left;
    height: 100%;
}
.logo_box>img{
    display: block;
    margin-top: 10px;
    height: 40px;

}
.menu_box{
    float: right;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.menu_son{
    position: relative;
    margin-left: 60px;
    float: left;
    min-width: 5em

}
a{
    text-decoration: none;
}
.menu_son a{
    color: #fff;
}
.drop_down{
    display: none;
    margin-top: -11px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
}
.drop_down>a{
    display: block;
    width: 100%;
    height: 40px;
    color: #656565;
    font-size:14px;
    border-top: 1px rgba(255, 255, 255, .7) solid;
}
.drop_down>a:first-child{
    border: none;
}

.drop_down>a:hover{
    background-color: #46c8f2;
    color: #fff;
}
.openbox{
    height:60px;
}
.openbox:hover+.drop_down{
    display: block;
}
.drop_down:hover{
    display: block;
}
.menu_son:hover:before{
    content: "";
    position: absolute;
    left:0%;
    top: 50px;
    width: 100%;
    height: 3px;
    background-color: #fff;

}

.menu_son_w:before{
    content: "";
    position: absolute;
    left:0%;
    top: 50px;
    width: 100%;
    height: 3px;
    background-color: #fff;

}
.banner_box{
    margin-top: -61px;
    max-width: 100%;
    min-width: 1100px;
    /*height: 600px;*/
    background-color: #46c8f2;
}
.banner_box>img{
    display: block;
    width: 100%;
}
.leimu_box{
    margin: auto;
    min-width: 1100px;
    max-width: 1400px;
    display: table;
    padding-bottom: 20px;
    /*height: 300px;*/
}
.leimu_title{
    text-align: center;
    margin: auto;
    min-width: 1100px;
    max-width: 1200px;
}
.english{
    display: block;
    position: relative;
    margin-top: 4px;
    font-size: 12px;
    text-transform:  uppercase;
    letter-spacing: 0.5em;
}
.english:before{
    content: "";
    position: absolute;
    top: 3em;
    left: -webkit-calc(50% - 20px);
    left: -ms-calc(50% - 20px);
    left: -moz-calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 4px;
    background-color: #0099ff;
}
.title_a{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.jiesho{
    display: block;
    margin-top: 40px;
}
.leimu_xxbox{
    margin: auto;
    margin-top: 30px;
    min-width: 1100px;
    max-width: 1200px;
    display: flex;
}
.leimu{
    flex: 1;
    margin: 10px;
    padding-bottom: 30px;
    background-color: #fff;

    /*background-color: #fff;*/
}
.leimu:hover{
    box-shadow: 0 1px 2px #3aa3fc;
}
.img_box_a{
    margin: auto;
    width: 80%;
    height: 100px;
}
.img_box_a>img{
    margin: auto;
    /*width: 100%;*/
    height: 100%;
    display: block;
}
.leimu_text_box{
    margin: auto;
    width: 70%;
    /*height: 150px;*/
    /*background-color: #46c8f2;*/
}
.leimu_tit{
    display: block;
    text-align: center;
    font-weight: bold;
}
.leimu_js{
    margin-top: 10px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #555;
    font-size: 15px;
}
.jianjie_box{
    margin-top: 60px;
    max-width: 100%;
    min-width: 1100px;
    height: 460px;
    overflow: hidden;
    background-color: #3aa3fc;
    display: flex;
}
.jianjie_texb{
    flex:1;
    color: #fff;
}
.jianjiesimg{
    background-repeat: no-repeat; 
    background-size: 100% 100%; 
    background-position-y: 50%; 
    background-position-x: 50%;
}
.jianjie_box>.jianjie_texb:last-child{
    background-color: #f2f2f2;
}
.jj_sjx{
    position: relative;
}
.jj_sjx:before{
    content: "";
    position: absolute;
    right: -24px;
    bottom: -webkit-calc(50% - 5px);
    bottom: -ms-calc(50% - 5px);
    bottom: -moz-calc(50% - 5px);
    bottom: calc(50% - 5px);
    width: 0px;
    height: 0px;
    border-left: 24px #3aa3fc solid;
    border-top: 24px transparent solid;
    border-right: none;
    border-bottom:24px transparent solid;
}
.jiejie_tbox{
    float: right;
    margin-right: 0;
    min-width: 550px;
    max-width: 600px;
    height: 100%;
    /*background-color: #ffc500;*/
}
.waikuangbox{
    width: 100%; height: calc(100% - 60px);
}
.jiejiewz{
    position: relative;
    right: 0px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
}
.jj_title{
    font-weight: bold;
}
.jj_textbox{
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:8;
    overflow: hidden;
    text-indent: 2em;
    line-height: 26px;
}
.jj_textbox span{
    display: contents;
}
.jj_foodbox{
    display: table;
    width: 100%;
    height: 60px;
    background-color: #0099ff;
}
.foodwe_boxsiaze{
    float: right;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 550px;
    max-width: 600px;
    line-height: 60px;
    height: 60px;
}
.foodwe_boxsiaze>span{
    display: block;
    text-align: left;
    margin-left: -10px;
    opacity: 0.8
}
.weizhitop{
    margin-top: 40px;
}
.achievement_box{
    margin: auto;
    margin-top: 30px;
    min-width: 1100px;
    max-width: 1200px;
    height: 300px;
    text-align: center;
}
.jiangzIMG{
    float: left;;
    margin: 5px;
    width: -webkit-calc(20% - 10px);
    width: -ms-calc(20% - 10px);
    width: -moz-calc(20% - 10px);
    width: calc(20% - 10px);
    height: 190px;
    text-align: center;
    background-color: #fff;
}
.jz_imgbox{
    margin: auto;
    width: 170px;
    height: 140px;
}
.jz_imgbox>img{
    width: 100%;
    height: 100%;
}
.jz_name{
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #555
}
.renwu_box{
    float: left;
    width: 380px;
    height: 400px;
    overflow: hidden;
}
.youshitext_box{
    float: left;
    width: -webkit-calc(100% - 380px);
    width: -ms-calc(100% - 380px);
    width: -moz-calc(100% - 380px);
    width: calc(100% - 380px);
    height: 400px;
    /*background-color: #eee;*/
}
.colors{
    width: 100%;
    min-width: 1100px;
    background-color: #3aa3fc;
    text-align: center;
    padding-top: 20px;
    padding-bottom:  20px;
}
.renwu_box>img{
    height: 400px;   
}
.m_list_box{
    display: inline-block;
    margin-top: 15px;
    margin-right: 1%;
    width: 48%;
    /*height: 70px;*/
    padding: 5px 10px;
    box-sizing: border-box;
}
.tltle_sbox{
    width: 100%;
    height: 50px;
    text-align: left;
    line-height: 50px;
    text-indent: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.icon_box{
    float: left;
    margin-right: 16px;
    width: 50px;
    height: 50px;
}
.icon_box>img{
    display: block;
    margin: auto;
    margin-top: 5px;
    width: 40px;
    height: 40px;
}
.you_title{
    float: left;
    margin-top: 5px;
    width: -webkit-calc(100% - 80px);
    width: -ms-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-weight: bold
}
.text_boxss{
    display: block;
    text-align: left;
    margin-left: 66px;
    font-size: 15px;
    font-weight: 100;
}
.boxs{
    display: table;
    width: 100%;
}
.youbox_P{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fooder_text{
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    letter-spacing: 2px;
}
.zixunbox{
    margin-top: 50px;
    max-width: 1200px;
    min-width: 1100px;
    height: 300px;
    display: flex;
}
.zixun{
    flex:1;
}
.zixunbox>.zixun:first-child{
    margin-right: 10px;

}
.dazixun{
    float: left;
    width: 240px;
    height: 100%;
	text-align:center;
	overflow:hidden;
    background-color: #eee;
}
.dazixun>img{
   /* width: 100%;*/
    height: 100%;
}
.dazixun_txt_box{
    float: left;
    width: -webkit-calc(100% - 260px);
    width: -ms-calc(100% - 260px);
    width: -moz-calc(100% - 260px);
    width: calc(100% - 260px);
    margin-left: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
}
.dazi_tle{
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
}
.time_dazixun{
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    margin-bottom: 16px;
}
.dazi_maintxt{
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    color: #555;
    text-indent: 2em;
}
.morebtn{
    display: block;
    margin-top: 30px;
    width: 90px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    border-radius: 15px;
    background-color: #0099ff;

}
.news_neirongbox{
   
    width: 100%;
    /*height: 100%;*/
}
.news_neirongbox img{
    /*max-width: 100%;*/
    /*max-width:757px;*/ 
}
.xiaozixun_box{
    display: block;
    margin-top: 6px;
    width: 100%;
    height: 70px;
    background-color: #fff;
    box-sizing: border-box;
}
.xiaozixun_box:hover{
    /*border: 1px #0099ff solid;*/
    color: #0099ff;
    font-weight: bold;
    box-shadow: 0 0 4px rgba(33, 119, 255, 0.5);
}
.zixun>.xiaozixun_box:first-child{
    margin-top: 0;
}
.riqi_zx{
    float: left;
    position: relative;
    top: 8px;
    text-align: center;
    margin-top: 5px;
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.riqi_zx span{
    display: block;
}
.riqi_zx span:first-child{
    font-weight: bold;
}
.riqi_zx span:last-child{
    font-size: 14px;
    color: #ccc;
}
.riqihoude{
    position: relative;
    top: 10px;
    left: 10px;
    float: left;
    width: -webkit-calc(100% - 66px);
    width: -ms-calc(100% - 66px);
    width: -moz-calc(100% - 66px);
    width: calc(100% - 66px);
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.xiaozixun_box>.text_zizi{
    color: #555;
}
.text_zizi{
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    width: 95%;
    font-size: 14px;
    color: #555;
}
.xiaozixun_box:hover .text_zizi{
    color: #0099ff;
}
/*---------------*/
.foot_box{
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.foot_boxer{
    margin: auto;
    width: 74%;

    /*    flex-direction: column;
        justify-content: center;*/
}

.main_foot{
    flex: 1;
    margin-right: 10px;

    /*background-color: #eee;*/

}
.foot_boxer>.main_foot:last-child{
    margin-right: 0px;
}
.foot_tit{
    font-size: 16px;
    font-weight: bold;
}
.main_foot a{
    display: block;
    text-decoration: none;
    color:#fff;
    margin-top: 10px;
    line-height: 30px;
    font-size: 14px;
    opacity: 0.9;
}
.foot_center{
    margin: auto; display: table;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}
/*产品页面*/
.bannera_box{
    display: table;
    /*margin-top: -60px;*/
    width: 100%;
    min-width: 1100px;
    /*height: 400px;*/
    background-color: #CCC;
}
.bannera_box>img{
    display: block;
    width: 100%;
}
/*case*/

.leimu_xxboxs{
    margin: auto;
    margin-top: 30px;
    min-width: 1080px;
    max-width: 1180px;
    box-sizing: border-box;
    padding: 10px;
}
.flexbox{
    float: left;
    margin: 5px;
    width: -webkit-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
    height: 80px;
    border: 1px #eee solid;
    box-sizing: border-box;
	overflow:hidden;
}
.flexbox>img{
    display: block;
    margin: auto;
    width: 120px;
    height: 80px;
}
.pingtai_box{
    margin: auto;
    margin-top: 30px;
    width: 100%;
    min-width: 1100px;
    /*height: 100px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0099ff;
}
/*kefuanli*/
.beforss{
    position: relative;
}
.beforss:before{
    content: "";
    position: absolute;
    right: -20px;
    width: 1px;
    height: 40px;
    background-color: #fff;
}
.cooperate_box{
    margin: 20px auto 20px auto;
    min-width: 1100px;
    max-width: 1200px;
    /*height: 250px;*/
    display: flex;
}
.cooperate_box>.platform:first-child{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cooperate_box>.platform:last-child{
    flex: 4;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.platform_text{
    display: inline-block;
    /*border: 1px #00a8ff solid;*/
    font-weight: bold;
    color: #fff;
    padding: 6px 16px 6px 16px;
}
.platform_imgbox{
    flex: 1;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.img_box_platform{
    display: flex;
}
.img_boxpp{
    flex:1;
    margin: 10px;
    height: 30px;
    text-align: center;
}
.img_boxpp>img{
    height: 100%;
}
.platform_title_box{
    text-align: center;
    margin-top: 20px;
    width: 100%;
}
.customer_box{
    margin: 20px auto 20px auto;
    width: 74%;
    text-align: center;

    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
.customer_box .customer_imgbox{
    /*display: inline-block;*/
    margin: 10px;
    width: 200px;
    height: 60px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    background-color: #fff;
}
.customer_imgbox>img{
    width: 100%;
    height: 100%;
}
/*------------*/
.cj_box{
    display: inline-block;
    margin: 0.6%;
    width: 30%;
    height: 200px;
    /*background-color: #00a8ff;*/
}
.cj_imgbox{
    margin: auto;
    width: 100px;
    height: 60px;
}
.cj_imgbox>img{
    display: block;
    width: 100%;
    height: 100%;
}
.box_box{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    border: 1px #eee solid;
    /*background-color: #f6f6f6*/
}
.cj_title{
    margin-top: 10px;
    font-weight: 500;
}
.cj_text{
    margin-top: 10px;
    font-weight: 100;
    color: #666;
}
.cj_text>span{
    color:#ff9900;
    font-weight: bold;
}
/*dedign*/
.case_show{
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.show_box{
    margin:40px auto 0 auto;
    display: table;
    min-width: 1100px;
    max-width: 1200px;
}
.design_box{
    margin: auto;
    max-width:100%;
    text-align: center;
    /*background-color: #eee;*/
    -webkit-column-width:214px;
    -moz-column-width:214px;
    -o-colum-width:214px;
    -webkit-column-gap:1px;
    -moz-column-gap:1px;
    -o-column-gap:1px;
}
.design_imgs{
    display:inline-block;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    background:#D9D9D9;
    border:#CCC 1px solid;
    width:210px;
    position:relative;
    margin:10px;
}
.design_imgs_box{
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}
.design_imgs_box>img{
    width: 100%;
    display: block;
}
.design_text_box{
    width: 100%;
    /*height: 100px;*/
    text-align: left;
    box-sizing: border-box;
    padding: 8px 8px 16px 8px;
    background-color: #fff;
}
.design_text_box>span{
    display: block;

}
.design_text_box>span:first-child{
    line-height: 40px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.design_text_box>span:last-child{
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
/*-------it*/
.it_box{
    margin: 30px auto 30px auto;
    width: 74%;
    /*height: 400px;*/
    /*background-color: #eee;*/
    display: flex;
}
a{
    text-decoration: none;
}
.it_boxa{
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.it_box>div:last-child{
    margin-left: 10px;
}
.it_boxa img{
    display: block;
    width: 100%;
    /*max-height: 100%;*/
}
.it_boxbb{
    flex:3;
}

.it_text_box{
    margin-top: 2em;
    display: block;
    text-indent: 2em;

    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    overflow:hidden;
    color: #666;
    /*font-weight: 100;*/
    line-height: 1.8em;
    font-size: 14px;
}

.title_news{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.title_news:before{
    content: "";
    position: absolute;

    bottom:-1em;;
    width: 50%;
    height: 4px;
    background-color: #46c8f2;
}
/*____________news-----------------*/
.news_box{
    margin: auto;
    margin-top: -70px;
    position: relative;
    z-index: 999;
    min-width: 1000px;
    max-width: 1100px;
    background-color: #fff;
    display: table;
    /*box-shadow: 0 0 6px  #eee;*/
    /*overflow: hidden;*/
}
.news_titlebox{
    width: 100%;
    box-sizing: border-box;
    padding: 25px 25px 25px 39px;
}
.danews{
    font-weight: bold;
}
.xiaoyw{
    text-transform: uppercase;
    color: #CCC;
    font-size: 14px;
}
.nesbox{
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    /*height: 300px;*/
    /*background-color: #eee;*/
    display: flex;
}
.newsright{
    flex:5;
    background-color: #fff;
}
.newsleft{
    flex: 1;
    padding-left: 20px;
    box-sizing:border-box;
}
.toptiel{
    margin-left: 40px;
    width: 120px;
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    font-size: 14px;
}
.toptielas{
    position: relative;
}
.toptiel>a{
    font-weight: bold;
    color: #555;
}
.toptielas:before{
    content: "";
    position: absolute;
    left: -10px;
    top: -webkit-calc(50% - 15px);
    top: -ms-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
    width: 3px;
    height: 30px;
    background-color: #0099ff;
}
.xiaxiao{
    margin-left: 40px;
    font-size: 14px;
    color: #666;
    width: 120px;
    height: 40px;
    line-height: 40px;
}
.xiaxiao>a{
    width: 100%;
    height: 100%;
    text-decoration: none;color: #666;
}










.cishan_list_box{
    /*margin-top: 15px;*/
    margin: auto;
    margin-bottom: 20px;
    width: 90%;
    height: 195px;
}
.list_box{
    margin: auto;
    /*float: right;*/
    /*margin-right: 10%;*/
    /*max-width: 1440px;*/
    width: 100%;
    height: 100%;
}
.list_box>.cishan_list_box:first-child{
    margin-top: 0;
}
.list_imgs{
    float: left;
    width: 260px;
    height: 195px;

}
.list_text_box{
    float: left;
    margin-left: 20px;
    width: calc(100% - 280px);
    height: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list_title{
    float: left;
    width: 50%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*font-family:  cursive;*/
    font-weight: bold;
}
.list_time{
    float: right;
    text-align: right;
    font-size: 14px;
    color: #999999;
}
.list_maintext{
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    line-height: 24px;
    overflow: hidden;
    text-indent: 2em;
    color: #656565;
    font-weight: 100;
    font-size: 15px;
    letter-spacing: 1px;
}
.list_imgs>img{
    width: 100%;
    height: 100%;
    display: block;
}
.list_boxs{
    font-size: 14px;
}
.list_main_inbox{
    /* display: table; */
    position: relative;
    /*width: 100%;*/
    margin: auto;
    width: 80%;
    min-height: 30px;
    /* height: 600px; */
    /* max-height: 600px; */
    overflow: hidden;
}
.title_boxss{
    margin-bottom: 10px;
    display: table; width:1054px; border-bottom: 1px #CCC solid;
}
.title_boxssxq{
    margin-bottom: 10px;
    display: table; width:100%; border-bottom: 1px #CCC solid;
}
.see_more{
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    color: #0099ff;
    border-radius: 20px;
    /*background-color: #0099ff;*/
}
.new_titles{
    position: relative;
    z-index: 999;
    top: -300px;
    width: 100%;
    height: 80px;
    background-color: #fff;
}
.topbot{
    padding: 50px 0;
}
. title_boxss{
	width:100%;
}