/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*===== 侧边栏 start =====*/
.sidebar {
    width: 365px;
    height: 500px;

    background-color: #fff;
}
.sidebar h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
    height: 70px;

    font-size: 24px;
    font-weight: bold;
    line-height: 24px;

    color: #1976ee;
    background-color: #fff;

    -ms-flex-align: center;
    align-items: center;
}
.sidebar h3 span {
    margin-right: 5px;
    border-radius: 3px;
    width: 6px;
    height: 24px;

    background-color: #1976ee;
}
.sidebar .sidebar-serve .item {
    margin-bottom: 25px;
    padding-bottom: 15px;
    width: 100%;

    background-color: #fff;
}
.sidebar .sidebar-serve .item:nth-child(2) .content-item {
    padding-top: 0;
}
.sidebar .sidebar-serve .item .tp-item {
    overflow: hidden;

    width: 319px;
    height: 313px;
}
.sidebar .sidebar-serve .item .tp-item img {
    width: 100%;
    height: 100%;

    -webkit-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
}
.sidebar .sidebar-serve .item .content-item {
    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 23px 0 23px;
    width: 100%;
}
.sidebar .sidebar-serve .item .link-item {
    width: 100%;
}
.sidebar .sidebar-serve .item h4 {
    height: 55px;

    line-height: 55px;
}
.sidebar .sidebar-serve .item p {
    height: 48px;

    line-height: 24px;

    -webkit-line-clamp: 2;
}
.sidebar .sidebar-serve .item .btn {
    margin-top: 20px;
    border-top: solid 1px #d2d2d2;
    padding-top: 5px;
}
.sidebar .sidebar-serve .item .link-item {
    display: block;

    margin: 0 auto;
    width: 310px;
    height: 40px;

    font-size: 16px;
    line-height: 40px;
    text-align: center;

    color: #fff;
    background-color: #f60;
}
.sidebar .sidebar-serve .item:hover .tp-item img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.sidebar .sidebar-serve .item:hover h4 {
    color: #1976ee;
}
.sidebar .sidebar-policy {
    width: 100%;

    background-color: #fff;
}
.sidebar .sidebar-policy ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 32px;
}
.sidebar .sidebar-policy em {
    font-style: normal;
}
.sidebar .sidebar-policy li {
    border-top: dashed 1px #dedede;
    padding: 20px 0;
}
.sidebar .sidebar-policy li:nth-child(1) {
    border: none;
    padding-top: 0;
}
.sidebar .sidebar-policy .item h4 {
    margin-bottom: 15px;

    line-height: 18px;
}
.sidebar .sidebar-policy .item .message {
    line-height: 16px;
}
.sidebar .sidebar-policy li:hover h4 {
    color: #1976ee;
}
/*===== 侧边栏 end =====*/

/*===== 侧边导航栏 start =====*/
.sidebar-subnav {
    position: absolute;
    top: 0;
    right: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 245px;
    height: 600px;
}
.sidebar-subnav .content-sidebar {
    position: absolute;
    top: 0;
    right: 0;

    border-left: solid 1px #e5e5e5;
    width: 180px;

    text-align: right;
}

.sidebar-subnav .content-sidebar h2 {
    margin-bottom: 55px;

    font-size: 40px;
    font-weight: bold;
    line-height: 42px;

    color: #1976ee;
}
.sidebar-subnav .content-sidebar .subnav li {
    position: relative;

    margin-bottom: 30px;
}
.sidebar-subnav .content-sidebar .subnav .item {
    display: inline-block;

    width: 120px;

    line-height: 18px;
}
.sidebar-subnav .content-sidebar .subnav .item:hover {
    color: #1976ee;
}
.sidebar-subnav .content-sidebar .subnav .item-sel {
    color: #1976ee;
}
.sidebar-subnav .content-sidebar .subnav .item-sel::after {
    display: block;

    position: absolute;
    top: 6px;
    left: 30px;

    width: 36px;
    height: 8px;

    background: url(../img//icon/ico_6.png) no-repeat;
    background-size: 100% 100%;

    content: '';
}
/*===== 侧边导航栏 end =====*/
