/*滚动条样式*/
/*滚动条整体部分*/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 2px;
    overflow: hidden;
}
/*滚动条两端的按钮*/
::-webkit-scrollbar-button {
    display: none;
}
/*外层轨道*/
::-webkit-scrollbar-track {
    border-radius: 2px;
    overflow: hidden;
}
/*内层轨道，滚动条中间部分（除去）*/
/*拖动条*/
::-webkit-scrollbar-thumb {
    background: #c2c2c2;
}
html, body, div, section, span, ul, ol {
    scrollbar-color: #c2c2c2 #e7e7e7;
    scrollbar-width: thin;
}
/*边角*/
/*定义右下角拖动块的样式*/
.commonwidth {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    transition: all .2s;
}
.text_o {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
html, body {
    height: 100%;
}
#wrap {
    min-height: 100%;
}
body {
    background: #f0f3f7;
    font-size: 14px;
    line-height: 1.7;
    min-width: 1040px;
}
a{
    cursor: pointer;
}
.ft-lg {
    font-size: 16px;
}
body,a {
    color: #333;
}
.wrap-bottom {
    height: 58px;
}
.footer {
    height: 40px;
    margin-top: -41px;
    background: #fff;
    border-top: 1px solid #d9e1ea;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
}
.footer,.footer a {
    color: #666;
}
.footer-icon {
    margin-left: 28px;
}
.header {
    background: #107dd8 url(../images/tou.jpg) no-repeat center top;
    height: 198px;
}
.logo {
    height: 88px;
    padding: 50px 0 0;
}
.logo img {
    display: block;
}
.nav {
    position: relative;
    /*overflow: hidden;*/
    height: 60px;
    line-height: 60px;
    background: url("../images/nav-bg.png") repeat;
    border-radius: 8px 8px 0 0;
}
.nav li {
    height: 60px;
    position: relative;
    width: 170px;
    text-align: center;
}
.nav-child {
    display: none;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 9;
    width: 204px;
    text-align: center;
    padding: 15px 0 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 13px rgba(0,0,0,.2);
    font-size: 14px;
    color: #1782dc;
    line-height: 36px;
}
.nav-child img {
    display: block;
    margin: 0 auto;
}
.nav li:hover .nav-child{
    display: block;
}
.nav li a>img {
    margin-right: 8px;
}
.nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
}
.nav li a:hover,.nav li.active a {
    background: #1e99ff;
    color: #fff;
    border-radius: 8px 8px 0 0;
}
.nav .icon-kf {
    background: url(../images/icon-kf.png) no-repeat;
    width: 36px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 18px;
    cursor: pointer;
}
.fl img
{
    width: 18px;
}
/*主体*/
.main {
    position: relative;
    padding-bottom: 15px;
    background: #fff;
    border: 1px solid #d9e1ea;
    box-shadow:0px 6px 35px 0px rgba(103,113,131,0.08);
    min-height: 440px;
    /*overflow: auto;*/
}
.sidebar {
    position: relative;
    z-index: 3;
    left: 0;
    bottom: 0;
    top: 0;
    width: 240px;
    padding: 0 38px;
    background: #f9f9f9;
    border-right: 1px solid #d9e1ea;
    min-height: 440px;
}
/*主体内容*/
.content {
    padding: 0 150px;
    overflow: auto;
}
.content-tel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 563px;
}
.content-index {
    padding: 0 54px 0 372px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 563px;
}
.content-index p.ft-lg {
    min-height: 280px;
}
.content-title {
    padding: 42px 0 40px;
    font-size: 18px;
    text-align: center;
}
.content-title h3 {
    position: relative;
    display: inline-block;
    color:#1C99FF;
    font-weight: 600;
}
.content-title h3:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -15px;
    font-size: 0;
    height: 5px;

}
.content-title p{
    font-size: 12px;
}
.content-height {
    height: 430px;
    overflow: hidden;
}

.btn button {
    min-width: 120px;
    padding: 0 15px;
    margin: 0 5px;
    line-height: 48px;
    background: #1e99ff;
    border: 1px solid #1e99ff;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
}
.btn button:hover {
    background: #0d67b2;
}
.btn button[disabled='disabled'] {
    background: #bfc6cc;
    border-color: #bfc6cc;
    cursor: not-allowed;
}
.btn button.button-common,.btn button.button-border {
    line-height: 38px;
    font-size: 16px;
}
.btn button.button-border {
    background: none;
    color: #107dd8;
}
.btn button.button-border:hover {
    color: #0d67b2;
    border-color: #0d67b2;
}
.content-index .btn {
    padding: 20px 0;
}
.sidebar-title {
    padding: 5px 0 7px;
    font-size: 15px;
    background: url("../images/title-bg.png") no-repeat left bottom;
    background-size: 100%;
}
.sidebar-title h3 {
    margin: 25px 0 0;
    color: #1C99FF;
    font-weight: 600;
}
.sidebar-banner {
    padding-bottom: 20px;
}
.sidebar-banner a {
    padding: 5px;
}
.sidebar-banner>img {
    width: 100%;
    margin: 22px 0 0;
}
.sidebar-province {
    min-height: 235px;
}
.sidebar-province ul {
    padding: 10px 0 0;
}
.sidebar-province li {
    width: 25%;
    padding: 5px 0;
    /*font-size: 14px;*/

}
.sidebar-province li a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    cursor: pointer;
}
.sidebar-province li a:hover,.choose-city li a:hover {
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    background: #1e99ff;
}
.sidebar-province li.active a {
    background: #1e99ff;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}
.sidebar-province li.disabled a {
    /*background: #bfc6cc;
    border-radius: 4px;*/
    color: #999;
    cursor: not-allowed;
    font-weight: normal;
}
.sidebar-banner li {
    width: 50%;
    padding: 5px 0;
    font-size: 14px;
}
.sidebar-banner li a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding:2px 20px;
    color: #fff;
    background: #1e99ff;
    border-radius: 15px;
}
.sidebar-banner li a:hover {
    cursor: pointer;
    background: #0d67b2;
}
.sidebar-banner h3 a
{
    margin: 10px 0 10px 0;
    color: #1C99FF;
}
.sidebar-banner h3 a:hover {
    cursor: pointer;
    color: #0d67b2;
}

@media only screen and (max-width: 1279px) {
    /*body,.ft-lg {*/
    /*font-size: 12px;*/
    /*}*/
    .commonwidth {
        width: 1000px;
    }
    .sidebar {
        width: 240px;
    }
    .sidebar-banner>img {
        /*margin: 20px 0 0;*/
    }
    .content {
        padding: 0 50px;
    }
    .content-index {
        padding-left: 358px;
    }

}