/*关于我们*/
.about_us{
    background-color: #f5f5f5;
    overflow: hidden;
    /*padding-bottom: 2.5%;*/
}

.about_us .i_about {
    overflow: hidden;
    /*padding-bottom: 4%;*/
    padding-top: 8px;
}
.about_us .i_about_app {
    display: none;
}
.i_about_app ul {
    display: flex;
    flex-wrap: wrap;
}
.i_about_app ul li {
    float: left;
    /*width: 23.7%;*/
    margin-left: 0.5%;
    margin-right: 1%;
    overflow: hidden;
    width: 96.3%;
    margin-bottom: 20px;
    /*text-align: center;*/
    background-color: #fff;
    /*padding-bottom: 4%;*/
    height: 190px;
}
.i_about_app ul li:nth-child(3n+0) {
    margin-right: 0;
}

.i_about_app ul li .about_contents a {
    height: 30px;
    width: 80px;
    display: block;
    line-height: 30px;
    text-align: center;
    background-color: #026bbc;
    font-size: 15px;
    color: #FFF;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    right: 15px;
    bottom: 5px;
}

.i_about_app ul li .about_app_style{
    background: #ffffff;
    box-shadow: 0 0 6px #333333;
}

.i_about_app ul li .about_app_style .contents {
    background: #ffffff;
    display: block;
    transition: all 0.3s ease 0s;
    width: 100%;
    padding: 15px 0px;
    height: 160px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #dddddd;
    line-break: anywhere;
    /*text-indent: 1.5rem;*/
}

.i_about_app ul li .about_app_style .contents .about_title{
    width: 100px;
    float: left;
    border-right: 1px solid #dddddd;
    height: 160px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-family: Arial;
    overflow: hidden;
    font-weight: bold;
    font-size: 12px;
    /*padding-top: 50px;*/
    line-height: 160px;
}

.i_about_app ul li .about_app_style .contents .about_contents{
    left: 100px;
    position: absolute;
    top: 0;
    height: 150px;
    padding: 15px;
    padding-top: 20px;
}

.i_about {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 8px;
}
.i_about ul {
    display: flex;
    flex-wrap: wrap;
}
.i_about ul li {
    float: left;
    /*width: 23.7%;*/
    width: 32.1%;
    /*margin-left: 0.5%;*/
    margin-right: 1.5%;
    overflow: hidden;
    margin-bottom: 1.5%;
    /*text-align: center;*/
    background-color: #fff;
    /*padding-bottom: 4%;*/
}
.i_about ul li:nth-child(3n+0) {
    margin-right: 0;
}
.i_about ul li img {
    display: inline-block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
}
.i_about ul li .imgs {
    width: 100%;
    overflow: hidden;
}
.i_about ul li h2 {
    font-weight: normal;
    color: #333333;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    padding-left: 2%;
    padding-right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    margin-bottom: 1%;
}
.i_about ul li p {
    text-indent: 2rem;
    line-height: 20px;
    /*height: 40px;*/
    overflow: hidden;
    /*color: #929292;*/
    font-size: 18px;
    /*padding-left: 2%;*/
    /*padding-right: 2%;*/
    /*max-width: 350px;*/
    /*margin: 0 auto;*/
}
.i_about ul li .tit {
    height: 53px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    padding-top: 15px;
    transition: .3s;
    background-color: #026bbc;
}
.i_about ul li .text {
    padding-right: 45px;
    padding-left: 45px;
    padding-top: 32px;
    line-height: 26px;
    background-color: #FFF;
    /*box-shadow: 0 0 10px 0 #ccc;*/
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.i_about ul li .text span {
    color: #999;
    line-height: 24px;
    display: block;
    padding-bottom: 0px;
    font-size: 13px;
    min-height: 170px;
    line-break: anywhere;
}

.i_about ul li .text a {
    height: 42px;
    width: 168px;
    display: block;
    line-height: 42px;
    text-align: center;
    background-color: #026bbc;
    font-size: 18px;
    color: #FFF;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto
}

.i_about ul li p:hover{
    color: orange;
}
.i_about ul li em {
    display: block;
    color: #ee697e;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}
.i_about ul li label {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 5px;
}
.i_about ul li:hover img {
    /*-webkit-transform: scale(1.1, 1.1);*/
    /*-moz-transform: scale(1.1, 1.1);*/
    /*-o-transform: scale(1.1, 1.1);*/
    /*-ms-transform: scale(1.1, 1.1);*/
    /*transform: scale(1.1, 1.1);*/
}
.i_about ul li:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    transition: all 0.3s;
}
.i_about ul li:hover h2 {
    color: #00a1e9;
}

.enterprise_news {
    background-color: #f5f5f5;
    overflow: hidden;
    background-image: url(/static/images/custom/bg2.gif);
}

.enterprise_news .i_news {
    overflow: hidden;
    padding-bottom: 6%;
    padding-top: 8px;
    position: relative;
    margin: 0 auto;
    display: flex;
}

.i_news ul {
    display: flex;
    flex-wrap: wrap;
}

.enterprise_news .i_title h2 {
    color: #fff;
}

.enterprise_news .i_title p {
    color: #fff;
    background: url(../images/i_bg3.png) center bottom no-repeat;
}

.enterprise_news .i_news ul {
    width: 80%;
}

.enterprise_news .i_news .imgStyle {
    display: flex;
    align-items: center;
}

.enterprise_news .i_news ul li{
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    /*background-color: #FFF;*/
    height: 30px;
    width: 90%;
    margin-bottom: 14px;
    float: left;
    padding-left: 5px;
    /*padding-top: 16px;*/
    padding-right: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px dotted #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}

.enterprise_news .i_news ul li:hover{
    border: 1px solid orange;
    color: orange !important;
}

.enterprise_news .i_news ul li:hover a,.enterprise_news .i_news ul li:hover p {
    color: orange;
}

.enterprise_news .i_news ul li:nth-child(even) {
    /*float: right*/
}

.enterprise_news .i_news ul li a {
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
}

.enterprise_news .i_news ul li a .appSpan{
    margin-left: 10px;
    display: none;
}

/*.enterprise_news .i_news ul li a:hover{*/
/*    color: orange;*/
/*}*/

/*.enterprise_news .i_news ul li a:hover ~ p {*/
/*    color: orange;*/
/*}*/

.enterprise_news .i_news ul li p {
    position: absolute;
    right: 20px;
    color: #fff;
    font-size: 12px;
}

.enterprise_news .i_news .center {
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    /*height: 617px;*/
    width: 200px;
    margin-left: -141px;
    position: absolute;
    left: 57%;
    top: 25%;
    right: 50%;
    z-index: 1;
    background-color: #FFF;
}


/*企业新闻*/

@media screen and (max-width: 780px) {
    .i_about ul li {
        /*width: 49%;*/
    }
}

/*返回顶部*/
.return_top {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 99998;
    cursor: pointer;
    width: 40px;
    height: 37px!important;
    text-align: center;
    white-space: normal;
    font-size: 14px;
    line-height: 17px;
    padding-top: 3px;
    color: #fff;
    opacity: 1;
    display: inline-block;
    background: url(../images/ss.png) no-repeat -42px center #666;
}

/*友情链接*/
.index_link {
    width: 100%;
    height: 80px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*max-width: 1300px;*/
    background-color: #f5f5f5;
}

.index_link .linkDiv{
    clear: both;
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: left;
    zoom: 1;
}

.index_link .title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px #dddddd solid;
    float: left;
}

.index_link .title .cn_name {
    color: orange;
    font-family: '黑体';
    font-size: 16px;
}

.index_link .title .en_name {
    color: #606266;
    font-family: Verdana, Geneva, sans-serif;
    font-style: italic;
    font-size: 12px;
}

.index_link .content {
    width: 100%;
    height: 67px;
    background-color: #f5f5f5;
}

.index_link .content .link_item {
    width: auto;
    height: 20px;
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 12px;
}
.index_link .content .link_item a:hover{
    color: #409EFF;
}
/*微信公众号亿能在线*/
.im-box {
    width: 160px;
    position: fixed;
    top: 70%;
    right: 5px;
    z-index: 100;
    height: 190px;
}

.im-box div {
    color: #303133;
    font-size: 15px;
}