@charset "utf-8";
/* CSS Document */

.wrap {
    width: 1200px;
}
.page-con {
    padding: 42px 0 140px
}
.sidebar {
    width: 245px
}
.sidebar .side_nav {
    margin-bottom: 24px
}
.sidebar .side_menu>li {
    position: relative;
    display: block;
    line-height: 48px;
    font-size: 15px;
    background: #f3f2f3;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.sidebar .side_menu>li a {
    display: block;
    color: #7c7c7c;
    padding: 0 20px;
}
.sidebar .side_menu>li.current, .sidebar .side_menu>li:hover {
    background: #193273;
    color: #fff
}
.sidebar .side_menu>li.current a, .sidebar .side_menu>li:hover a {
    color: #fff
}
.sidebar .side_menu .tree_menu {
    background: #E0E5FF
}
.sidebar .side_menu .tree_menu li {
    border-bottom: 1px solid #F0F2FF;
}
.sidebar .side_menu .tree_menu li a {
    padding-left: 30px;
    color: #666
}
.consulting_box {
    position: relative;
    padding: 20px 18px 22px 15px;
    border: 1px solid #d8dce7;
    background: #f9f9fb
}
.consulting_title {
    font-size: 20px;
    color: #000;
    margin-bottom: 13px
}
.consulting_text {
    font-size: 13px;
    color: #686868;
    line-height: 16px;
    margin-bottom: 28px
}
.consulting_a {
    font-size: 14px;
    color: #686868;
    margin-bottom: 14px
}
.consulting_bj {
    position: absolute;
    right: 0;
    bottom: 6px
}
.page_main {
    width: 920px
}
.page_main .main_title {
    font-size: 23px;
    color: #193273;
    border-bottom: 1px solid #dadada;
    padding-bottom: 14px;
    margin-bottom: 27px
}
.page_main .main_con .page_detail p {
    font-size: 16px;
    color: #01050a;
    line-height: 30px;
    margin-bottom: 30px;
    text-indent: 32px;
}
.page_list {
    margin-right: -2%;
}
.page_list li {
    position: relative;
    float: left;
    width: 31.33%;
    margin: 0 2% 2% 0;
}
.page_list li a {
    display: block;
    line-height: 1;
}
.page_list li .img-wrap {
    position: relative;
    overflow: hidden;
}
.page_list li .img-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}
.page_list li .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}
.page_list li:hover .img-wrap img {
    transform: scale(1.1);
}
.page_list li .text-wrap {
    position: relative;
    padding: 7% 0;
}
.page_list li .text-wrap h3 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.page_number {
    text-align: center;
    margin-top: 20px;
}
.page_number ul li {
    display: inline-block; 
    border: 1px solid #3964AC; 
    padding: 5px 10px; 
    margin-right: 10px;
}
.page_number ul li.thisclass {
    background: orange;
    color: white;
    border: solid 1px orange;
}
.page_number a {
    display: inline-block;
    color: #3964AC;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}
.page_number a:hover {
    background-color: #3964AC;
    color: #fff;
}
.page_number a.now {
    background-color: #3964AC;
    color: #fff;
}
.detail_top {
    /*text-align: center;*/
}
.detail_top .detail_title {
    width: 50%;
    padding: 30px 0;
}
.detail_top .detail_title h1 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 30px;
}
.detail_top .detail_title .title_time {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}
.detail_top .detail_title .title_meta {
    font-size: 14px;
    color: #666
}
.detail_top .detail_img {
    width: 50%;
    overflow: hidden;
}
.detail_top .detail_img img {
    max-width: 100%;
}
.detail_content {
    padding-top: 30px;
}
.contact_cont_top {
    padding: 100px 0 75px;
    border-bottom: 1px solid #f1f1f1
}
.contact_left {
    width: 570px
}
.contact_right {
    width: 540px
}
.contact_left_title {
    position: relative;
    font-size: 26px;
    color: #282828;
    padding-bottom: 18px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e4e4e4
}
.contact_left_title:after {
    content: "";
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 1px;
    background: #193273
}
.contact_left_text {
    font-size: 15px;
    color: #7c7c7c;
    line-height: 20px;
    margin-bottom: 32px
}
.contact_infor_item {
    font-size: 15px;
    color: #282828;
    margin-bottom: 40px
}
.contact_infor_item img {
    margin: -3px 12px 0 0
}
.contact_right_title {
    position: relative;
    font-size: 26px;
    color: #282828;
    margin-bottom: 30px
}
.contact_right_text {
    font-size: 15px;
    color: #282828;
    line-height: 20px;
    margin-bottom: 20px
}
.contact_right_list {
    margin-bottom: 20px
}
.contact_input {
    width: 250px;
    height: 44px;
    line-height: 43px;
    font-size: 15px;
    color: #7c7c7c;
    border: 0;
    border-bottom: 1px solid #ccc
}
.contact_area {
    width: 100%;
    height: 133px;
    line-height: 20px;
    padding-top: 12px;
    font-size: 15px;
    color: #7c7c7c;
    border: 0;
    border-bottom: 1px solid #ccc
}
.contact_btn {
    display: block;
    width: 172px;
    height: 51px;
    line-height: 49px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #00050a;
    background: 0 0;
    text-align: center;
    margin-top: 24px;
    border-radius: 30px;
    transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}
.contact_btn:hover {
    background: #05439b;
    color: #fff
}
.contact_address {
    padding: 55px 0 130px
}
@media screen and (max-width:768px) {
    * {
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        box-sizing: border-box
    }
    .wrap {
        width: 100%
    }
    .page-con {
        padding: 20px 15px 40px
    }
    .sidebar {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px
    }
    .sidebar .side_menu {
        overflow: hidden;
        margin-bottom: 0
    }
    .sidebar .side_menu>li {
        width: 45%;
        float: left;
        height: 42px;
        line-height: 42px;
        margin: 0 4% 15px 0;
        overflow: hidden;
        font-size: 14px;
    }
    .sidebar .side_menu>li:nth-child(2n) {
        margin-right: 0
    }
    .consulting_box {
        display: none
    }
    .page_main {
        width: 100%;
    }
    .page_main .main_title {
        font-size: 16px;
        color: #193273;
        border-bottom: 1px solid #dadada;
        padding-bottom: 8px;
        margin-bottom: 15px
    }
    .page_main .main_con .page_detail p {
        font-size: 14px;
        color: #01050a;
        line-height: 24px;
        margin-bottom: 15px;
        text-indent: 32px;
    }
    .page_list li {
        width: 48%;
    }
    .detail_top .detail_title {
        width: 100%;
        padding: 20px 0;
    }
    .detail_top .detail_img {
        width: 100%;
    }
    .contact_left {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }
    .contact_right {
        width: 100%
    }
    .contact_cont_top {
        padding: 20px 15px 30px
    }
    .contact_infor_item img {
        width: 21px;
        margin: -3px 12px 0 0
    }
    .contact_left_title {
        position: relative;
        font-size: 18px;
        color: #282828;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
    .contact_infor_item {
        font-size: 14px;
        color: #282828;
        margin-bottom: 20px
    }
    .contact_right_title {
        position: relative;
        font-size: 18px;
        color: #282828;
        margin-bottom: 10px
    }
    .contact_right_list {
        margin-bottom: 0
    }
    .contact_input {
        float: none;
        width: 100%;
        height: 39px;
        line-height: 20px;
        font-size: 14px;
        color: #7c7c7c;
        border: 0;
        padding: 9px 10px;
        border: 1px solid #ccc;
        margin-bottom: 20px
    }
    .contact_area {
        width: 100%;
        height: 133px;
        line-height: 20px;
        padding: 8px 10px;
        font-size: 14px;
        color: #7c7c7c;
        border: 0;
        border: 1px solid #ccc
    }
    .contact_btn {
        display: block;
        width: 140px;
        height: 42px;
        line-height: 40px;
        border: 1px solid #ccc;
        font-size: 16px;
        color: #00050a;
        text-align: center;
        margin: 30px auto 0
    }
    .contact_address {
        padding: 50px 0 80px;
        text-align: center
    }
    .contact_address img {
        width: 140px
    }
}