﻿@charset "utf-8";

.container {
    position: relative;
    margin: auto;
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.aside {
    float: left;
    width: 200px;
    background: #f3f3f3
}

.menu-list dd {
    border-bottom: 1px solid #e3e4e5
}

    .menu-list dd.last {
        border-bottom: none
    }

.menu-list a {
    color: #666
}

.menu-list .menu-title {
    color: #000
}

.menu-sub {
    display: none
}

.active .menu-sub {
    display: block
}

.menu-lv1 {
    position: relative;
    display: block;
    text-align: left;
    padding-left: 55px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0
}

.ico-up {
    position: absolute;
    top: 11px;
    right: 41px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 5px;
    border-color: #494040 transparent transparent;
    border-style: solid dashed dashed
}

.active .ico-up {
    transform: rotate(180deg)
}

.menu-lv2 {
    position: relative;
    display: block;
    text-align: left;
    font-size: 14px;
    padding-left: 68px;
    height: 33px;
    line-height: 33px
}

    .menu-lv2:hover {
        color: #000;
        background: #e3e3e3
    }

    .menu-lv2.active {
        background: #e3e3e3;
        color: #1173cb
    }

.outer_arr {
    display: none
}

.menu-lv2.active i {
    position: absolute;
    overflow: hidden;
    font-size: 0;
    display: inline-block;
    border-width: 6px
}

.main {
    float: left;
    min-height: 1200px;
    background: #fff;
    border-left: 1px solid #e6e6e6;
    width: 998px
}
/* 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;
    }
/*nav*/
/*.aside .title{height:45px;line-height:45px;padding-left:15px;font-size:16px;color:#ffffff;font-weight:bolder;background:#dcdddf;background:-webkit-gradient(linear,0 0,0 100%,from(#edeef0),to(#dcdddf));background:-moz-linear-gradient(top,#edeef0,#dcdddf);background:-o-linear-gradient(top,#edeef0,#dcdddf);background:linear-gradient(to bottom,#edeef0,#dcdddf);filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorStr = '#edeef0',EndColorStr = '#dcdddf');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#edeef0',EndColorStr='#dcdddf')"}*/
.aside .title {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: bolder;
    background: #348ae0;
    background: -webkit-gradient(linear,0 0,0 100%,from(#4da6ff),to(#348ae0));
    background: -moz-linear-gradient(top,#4da6ff,#348ae0);
    background: -o-linear-gradient(top,#4da6ff,#348ae0);
    background: linear-gradient(to bottom,#4da6ff,#348ae0);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorStr = '#4da6ff',EndColorStr = '#348ae0');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4da6ff',EndColorStr='#348ae0')"
}
/*breadcrumb*/
.breadcrumb {
    text-align: right;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .breadcrumb ul {
        background-image: none;
        padding-right: 0;
        display: inline-block;
    }

    .breadcrumb .navbithome {
        float: right;
        padding-right: 5px
    }

    .breadcrumb .navbit {
        float: right;
        padding-right: 5px
    }

        .breadcrumb .navbit a {
            color: #2494E4
        }

    .breadcrumb .current a {
        color: #4d4d4d;
        cursor: default
    }
/*pcur*/
.pcur {
    border-left: 5px solid #ffb800;
}
/*nshow*/
.mod_main {
    width: 998px;
    float: right;
    background-color: white;
    padding: 0 0 45px 0;
    _width: 798px
}

    .mod_main .mod_title {
        padding: 10px 20px;
        border-bottom: 1px solid #bbc9d3;
        position: relative;
    }

        .mod_main .mod_title h1 {
            font-size: 18px;
            font-family: "Microsoft Yahei";
            color: #404a58;
            text-align: center;
        }

        .mod_main .mod_title h5 {
            font-size: 12px;
            color: #999;
            text-align: center;
            margin-top: 5px;
        }

            .mod_main .mod_title h5 span {
                color: #ffb800
            }

    .mod_main .mod_content .mod_profile {
        overflow: hidden;
        padding-top: 15px
    }

        .mod_main .mod_content .mod_profile .profile_main {
            float: left
        }

            .mod_main .mod_content .mod_profile .profile_main .profile_item {
                width: 970px;
                float: left;
                margin-right: 20px
            }

                .mod_main .mod_content .mod_profile .profile_main .profile_item .content {
                    font-size: 14px;
                    color: #444;
                    line-height: 26px
                }

    .mod_main .mod_content {
        padding-left: 20px;
        padding-right: 20px
    }

        .mod_main .mod_content p {
            width: 958px;
            overflow: inherit
        }

        .mod_main .mod_content div {
            width: 958px;
            overflow: inherit
        }
/*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: #ffb800;
                color: #fff;
                transition: all ease-out .3s;
            }

        .nav_information ul li.bgon a {
            background: #ffb800;
            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: #FF9F00;
    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: #FF9F00;
    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: #FF9F00;
    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;
}

    .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: 10px;
    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: #FFB800;
    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: #FFB800;
    }

.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 #FFB800;
        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 #FF9F00;
    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: #f1f1f1;
    padding: 60px 0 0 0;
}
