﻿/*内页 侧栏公共样式*/
.banner{
    width: 100%;
    margin-top: -45px;
}
.banner img{
    width: 100%;
    margin-top: -45px;
}
.sub-section {
    width: 99.6%;
    overflow: hidden;
    border: 1px solid #D9D9D9;
}
.sub-section .container {
    margin: 0 auto;
}
.sub-section .container:before,
.sub-section .container:after {
    content: "";
    display: table;
}
.sub-section .container:after {
    clear: both;
}
.sub-section .container .sidebar {
    width: 100%;
    padding-right: 30px;
    position: relative;
    z-index: 10;
}
.sub-section .container .sidebar .sidebar-title {
    border-bottom: 2px solid #fdc71a;
    background: #ff9400;
    height: 32px;
    line-height: 32px;
    padding-left: 13px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}
.sub-section .container .sidebar .sidebar-title h2 {
    color: white;
    font-size: 14px;
}
.sub-section .container .sidebar .sidebar-menu .list {
    position: relative;
}
.sub-section .container .sidebar .sidebar-menu .list a {
    display: block;
    color: #000;
    font-size: 14px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: relative;
    overflow: visible;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: bold;
}
.sub-section .container .sidebar .sidebar-menu .list:hover ul{
    display:block;
}
.sub-section .container .sidebar .sidebar-menu .list ul {
    display: none;
}
.sub-section .container .sidebar .sidebar-menu .list ul li {
    position: relative;
    width: 100%;
}
.sub-section .container .sidebar .sidebar-menu .list ul li a {
    font-size: 14px;
    color: #999;
    padding-left: 47px;
}
.sub-section .container .sidebar .sidebar-menu .list ul li:hover a {
    color: #000;
}
.sub-section .container .sidebar .sidebar-menu .list:last-child {
    border: 0;
}
.sub-section .container .sidebar .sidebar-menu .submenu:hover .submenu-list {
    display: block;
}
.sub-section .container .sidebar .sidebar-menu .submenu:hover:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sub-section .container .sidebar .siderbar-hot .sidebar-menu .list:before {
    top: 13px;
    left: 0;
    width: 14px;
    height: 18px;
    background: url("../images/zd_hot_icon.png");
}
.sub-section .container .sidebar .siderbar-hot .sidebar-menu a {
    font-size: 14px;
}
.sub-section .container .sidebar .siderbar-search {
    padding: 20px 0;
}
.sub-section .container .sidebar .siderbar-search .search-k {
    background: #fdc71a;
    width: 98%;
    border: 1px solid #fdc71a;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding-left: 5px;
}
.sub-section .container .sidebar .siderbar-search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
.sub-section .container .sidebar .siderbar-search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}
.sub-section .container .sidebar .siderbar-search input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.sub-section .container .sidebar .siderbar-search input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.sub-section .container .sidebar .siderbar-search .ex-search {
    position: relative;
    left: 92%;
}
.sub-section .container .sidebar .siderbar-search .ex-search:before {
    content: ' ';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 30px;
}
.sub-section .container .sidebar .siderbar-search .ex-search::after {
    content: ' ';
    position: absolute;
    width: 14px;
    height: 4px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.sub-section .container .sidebar .siderbar-search .ex-search:before {
    top: -8px;
    left: 0px;
}
.sub-section .container .sidebar .siderbar-search .ex-search:after {
    top: 14px;
    left: 16px;
}
.sub-section .container .main {
    position: relative;
    max-width: 920px;
    padding-top: 74px;
}
.sub-section .container .main .subtitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 73px;
    line-height: 74px;
    font-size: 30px;
    padding-left: 25px;
    color: #fff;
    background: #fdc71a;
    text-transform: capitalize;
}
@media screen and (max-width: 480px) {
    .sub-section .container .main .subtitle {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .sub-section .container {
        width: 100%;
    }
    .sub-section .container:before,
    .sub-section .container:after {
        content: "";
        display: table;
    }
    .sub-section .container:after {
        clear: both;
    }
    .sub-section .container .sidebar {
        float: left;
        *display: inline;
        width: 250px;
        padding-right: 30px;
    }
    .sub-section .container .sidebar .sidebar-menu .submenu:hover .submenu-list {
        display: block;
    }
    .sub-section .container .sidebar .sidebar-menu .submenu:hover:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .sub-section .container .sidebar .siderbar-hot {
        padding-top: 70px;
    }
    .sub-section .container .sidebar .siderbar-hot .sidebar-menu a {
        font-size: 14px;
    }
    .sub-section .container .sidebar .siderbar-search .ex-search {
        left: 88%;
    }
    .sub-section .container .sidebar .siderbar-search .search-k {
        width: 248px;
    }
    .sub-section .container .main {
        position: relative;
        padding-left: 280px;
    }
    .sub-section .container .main .subtitle {
        position: absolute;
        top: 0;
        left: 280px;
        width: 200%;
        height: 73px;
        line-height: 74px;
        font-size: 28px;
        padding-left: 25px;
        color: #fff;
        background: #fdc71a;
        text-transform: capitalize;
        font-weight:normal;
    }
}
@media (min-width: 992px) {
    .sub-section .container .main {
        max-width: 900px;
    }
}
@media (min-width: 1200px) {
    .sub-section .container {
        width: 1200px;
    }
}
.c-right {
    width: 917px;
    height: auto;
    overflow: hidden;
    float: right;
}
.tree-nav {
    width: 917px;
    height: 30px;
    border-bottom: 1px solid #999;
}
.tree-nav h2 {
    float: left;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 30px;
    color: #333;
}
.tree-nav p {
    float: right;
    width: auto;
}
.tree-nav p a {
    line-height: 30px;
    margin: 0px 5px;
    margin: 0px 10px !important;
}
.pp-list {
    width: 915px;
    height: auto;
    overflow: hidden;
}
.pp-list ul li {
    width: 200px;
    height: 244px;
    background: url(../images/cd2.png) left top no-repeat;
    float: left;
    margin: 20px 13px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
}
.pp-list ul li img {
    margin-top: 8px;
    margin-left: 10px;
}
.f_page {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.f_page ul li {
    float: left;
    line-height: 20px;
    margin: 2px;
}
.f_s1 a {
    display: block;
    width: 60px;
    height: 20px;
    border: 1px solid #CCC;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.company {
    width: 100%;
}
.cmp-one {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #999999;
    margin: 18px 0 50px 0;
    font-size: 19px;
    color: #ff6d34;
}
.cmp-one span {
    margin-left: 7px;
    font-size: 15px;
    color: #999999;
}
.cmp-left {
    width: 256px;
    float: left;
}
.cmp-left .title {
    width: 89%;
    height: 41px;
    background: #ff6d34;
    font-size: 14px;
    color: white;
    line-height: 41px;
    padding-left: 29px;
}
.cmp-right {
    padding-left: 40px;
    width: 814px;
    float: left;
}
.cmp-right .tit {
    height: 34px;
    width: 278px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 18px;
    color: #3B3B3B;
    background: url(../images/sjx.png) no-repeat left 6px;
    padding-left: 25px;
    margin-bottom: 30px;
}
.cmp-right li {
    width: 32%;
    float: left;
    margin-right: 10px;
    margin-bottom: 13px;
    height: 220px;
    list-style: none;
    font-size: 15px;
}
.cmp-right li img {
    width: 100%;
    height: 200px;
}
.cmp-right li p {
    text-align: center;
    line-height: 25px;
    color: black;
    font-size: 13px;
}
.sub-section .container .sidebar .sidebar-menu .list h3{
    width: 100%;
    padding-left: 17px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
}
.vd{
    width: 100%;
    height: auto;
    border-bottom: 1px dashed#dddddd;
    display: inline-block;
}
.vd li{
    height: auto !important;
}
.vd h3{
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    clear: both;
    padding-left: 28px;
    font-weight: normal;
}
.vd h3 img{
    margin-left: 0px;
    margin-right: 10px;
    width: 15px;
    padding-top: 4px;
}

.cp{
    margin-top: 25px;
}
.cp h3{
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: block;
    clear: both;
    padding-left: 28px;
    font-weight: normal;
}
.cp h3 img{
    margin-left: 0px;
    margin-right: 10px;
    width: 15px;
    padding-top: 4px;
}

.cr-top {
    width: 100%;
    border-bottom: 1px dashed#717171;
    height: auto;
    display: inline-block;
    padding-bottom: 35px;
}

.cr-top-left {
    float: left;
    width: 322px;
    height: 230px;
    margin-right: 20px;
    border: 1px solid#e3e3e3;
}

.flexslider {
    position: relative;
    width: 322px;
    height: 230px;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 230px;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
    float: inherit;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.cr-top-right {
    float: right;
    width: 468px;
}

.cr-top-right h3 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #337FE5;
    font-weight: bold;
}

.cr-top-right p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.cr-bottom {
    width: 100%;
}

.slides {
    position: relative;
    z-index: 1;
}
.slides li {
    width: 390px;
    height: 260px;
    z-index: -1;
    position: relative;
}

.slides li .proimg {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0%;
}

.circle {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    z-index: 99999;
}

.circle span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 7px;
    z-index: 999;
}

.circle span.current {
    background-color: #0F5D9F;
    z-index: 9999;
}
.slides li {
    width:100% !important;
}