﻿@charset "utf-8";
.container {position:relative;margin:auto;width:100%;background:#f1f1f1;overflow:hidden;}
/* flexslider */
.flexslider{position:relative;height:187px;overflow:hidden;background:url(images/loading.gif) 50% no-repeat;min-width:1200px;width:100%}
.slides{position:relative;z-index:1;}
.slides li{height:187px;}
/*article details list*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.w1400 {
    width: 1200px;
    margin: auto;
    min-height: 800px;
}
.information a {
    transition: all 0.4s;
    outline: medium;
}
/* nav_information */

.nav_information {
    background: #fff;
    text-align: center;
    padding: 60px 0;
}

    .nav_information ul {
        display: flex;
        align-items: center;
        width: -webkit-fit-content;
        width: fit-content;
        margin: auto;
    }

        .nav_information ul li a {
            width: 160px;
            font-size: 16px;
            padding: 20px 0;
            background: #f0f0f0;
            color: #333333;
            display: block;
            margin-right: 2px;
            transition: all ease-out .3s;
        }

            .nav_information ul li a:hover {
                background: #0086cd;
                color: #fff;
                transition: all ease-out .3s;
            }

        .nav_information ul li.bgon a {
            background: #0086cd;
            color: #fff;
        }
/********************** information.html ************************/

.information .w1400 {
    display: flex;
    flex-wrap: wrap;
}

.information_box {
    width: 32%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 24px;
    padding: 34px 0 34px 0;
    transition: all ease-out .3s;
}

    .information_box:hover {
        box-shadow: 0px 4px 20px -4px #CCCCCC;
        transition: all ease-out .3s;
    }

    .information_box:nth-of-type(3n+0) {
        margin-right: 0;
    }

.ib_top {
    margin: 0 34px 0 34px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
}

    .ib_top h5 {
        font-size: 20px;
        color: #333333;
        margin-bottom: 22px;
        font-weight: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        transition: all ease-out .3s;
    }

.information_box:hover .ib_top h5 {
    color: #0086cd;
    transition: all ease-out .3s;
}

.ib_top p {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ib_bottom {
    margin: 0 34px 0 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.ibb_left p:first-child {
    color: #444444;
    font-size: 50px;
    font-family: DIN-Regular;
    text-align: center;
    transition: all ease-out .3s;
}

.information_box:hover .ibb_left p:first-child {
    color: #0086cd;
    transition: all ease-out .3s;
}

.ibb_left p:last-child {
    font-size: 14px;
    color: #777777;
    font-family: DIN-Regular;
}

.ib_bottom .iconfont {
    color: #adadad;
    font-size: 25px;
    transition: all ease-out .3s;
}

.information_box:hover .ib_bottom .iconfont {
    color: #0086cd;
    transition: all ease-out .3s;
}

.paging.information_paging {
    padding: 46px 0 69px 0;
}

/******************** information_info.html **********************/

.information_info {
    background: #f1f1f1;
    padding-top: 60px;
    margin-bottom:60px;
}

    .information_info .w1400:first-child {
        display: flex;
    }

.iileft {
    margin-right: 1.4%;
    background: #fff;
    box-shadow: 0px 4px 13px -4px #CCCCCC;
    min-width: 1200px;
    padding-top: 60px;
}

.ii_left_title {
    padding: 56px 43px 0px 43px;
}

    .ii_left_title h5 {
        color: #333333;
        font-size: 30px;
        /*padding-bottom: 12px;*/
        font-weight: normal;        
    }

.ilt_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    /*padding-bottom:27px;*/
}

.ilt_bottom_left span {
    color: #999999;
    font-size: 16px;
}

.ilt_bottom_right {
    display: flex;
    align-items: center;
}

    .ilt_bottom_right span {
        color: #666666;
        font-size: 14px;
    }

    .ilt_bottom_right img {
        margin-right: 12px;
    }

.ii_left_main {
    padding: 0 43px 60px 43px;
}

    .ii_left_main p {
        color: #666666;
        font-size: 16px;
        line-height: 32px;
    }

        .ii_left_main p:first-child {
            margin-top: 0;
        }





.cases_top_right:hover .ctr_img {
    color: #0086cd;
    transition: all ease-out .3s;
}

.cases_bottom {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
    margin-left: 65px;
}

.cases_bottom_box {
    width: calc(32% - 2px);
    margin: 0 2% 40px 0;
    border: 1px solid #EEEEEE;
}

    .cases_bottom_box:nth-of-type(3n+0) {
        margin-right: 0;
    }

    .cases_bottom_box:hover .cbb_center span {
        color: #0086cd;
    }

.cbb_center {
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
    padding: 45px 0 40px 0;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}

    .cbb_center:after {
        position: absolute;
        content: "";
        border-bottom: 1px solid #0086cd;
        width: 0;
        bottom: 0;
        left: 0;
        transition: all ease-out .7s;
    }

.cases_bottom_box:hover .cbb_center:after {
    width: 100%;
    transition: all ease-out .7s;
}

.ib_top:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #0086cd;
    width: 0;
    bottom: 0;
    left: 0;
    transition: all ease-out .7s;
}

.ib_top {
    position: relative;
}

.information_box:hover .ib_top:after {
    width: 100%;
    transition: all ease-out .7s;
}

.cbb_center span:first-child {
    font-size: 26px;
    color: #333333;
}

.cbb_center span:last-child {
    font-size: 30px;
    color: #CCCCCC;
    transition: all ease-out .5s;
}

.cbb_bottom {
    padding: 30px;
    color: #666666;
}

.information {
    background: #f8f8f8;
    padding: 60px 0 0 0;
}

