a {
    color: #333
}

.font20 {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.font12 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.color-999 {
    color: #999;
}

.color-ccc {
    color: #ccc;
}

.clear {
    clear: both;
    float: none;
}

ul, li {
    margin: 0;
    padding: 0
}

.container {
    width: 980px
}

.header {
    height: 120px
}

.header .pull-left {
    padding-left: 20px;
}

.header .logo {
    padding: 20px 0
}

.header .pull-right {
    padding: 20px 0;
}

.header .pull-right span {
    color: #0063ba
}

.header .pull-right .color {
    color: #666
}

.menu {
    height: 50px;
    background-color: #f1f1f1;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cdcdcd;
}

.menu-line {
    background-image: url(../images/menu_line.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}

.nav li {
    width: 105.5px;
    text-align: center;
    background-image: url(../images/menu_line.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.nav li a {
    color: #333333;
    font-weight: bold;
}

.nav li a:hover {
    background-image: url(../images/nav_cur.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFF
}

.nav li .active {
    background-image: url(../images/nav_cur.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFF
}

.slide {
    height: 458px
}

.service_title {
    width: 976px;
    background-image: url(../images/service_bg.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 83px;
    color: #FFF
}

.service_title .pull-left {
    padding-left: 70px
}

.service_title .pull-right {
    padding-right: 20px;
    padding-top: 25px
}

.service_box {
    padding-left: 20px;
    padding-top: 20px;
}

/*case*/
.case {
    background-color: #f8f8f8
}

.case-title {
    margin-top: 20px;
    background-image: url(../images/case_bg.gif);
    background-repeat: no-repeat;
    background-position: left center;
    height: 41px;
    color: #FFF
}

.case-title .pull-left {
    padding-left: 20px;
    font-weight: bold
}

.case-title .pull-right {
    padding-right: 10px;
    padding-top: 10px;
}

.case-box {
    padding: 20px 0;
}

.case-box .thumbnail {
    margin-bottom: 10px
}

.case-box .thumbnail img {
    height: 91px;
}

/*news*/
.news {
    padding-top: 20px;
}

.news .panel {
    height: 248px
}

.news p {
    line-height: 25px
}

/*link*/
.link {
    border-top: 1px solid #ececec;
    padding: 0 0 20px;
}

.link-title {
    background-image: url(../images/link.gif);
    background-repeat: no-repeat;
    background-position: left;
    height: 27px;
    line-height: 27px;
    padding-left: 65px;
    margin-top: 10px;
    font-size: 16px;
}

.link-box {
    padding: 10px 0;
}

.link-box a {
    float: left;
    padding: 0 5px
}

/*footer*/
.footer {
    background-image: url(../images/footer_bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #0065bf;
}

.footer_menu {
    height: 50px;
    line-height: 50px;
    text-align: center
}

.footer_menu span {
    padding-left: 5px;
    padding-right: 5px;
    color: #CCC;
}

.footer-box {
    padding: 20px 0;
    text-align: center;
    color: #FFF;
}

.footer-box a {
    color: #FFF;
}

/*banner*/
.banner {
    width: 960px;
    height: 288px
}

/*box*/
.box {
    width: 960px;
    padding: 20px 0;
}

.left-box {
    width: 201px;
    float: left;
    overflow: hidden;
}

.left-box-title {
    background-image: url(../images/left_nav_bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    height: 41px;
    color: #FFF;
    font-weight: bold;
    line-height: 41px;
    padding-left: 15px;
}

.left-box-content {
    padding: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.left-box-content ul {
    margin: 0;
    padding: 0;
}

.left-box-content li {
    background-image: url(../images/left_menu_bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    list-style-type: none;
    height: 31px;
    line-height: 31px;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold
}

.left-box-content li a {
    color: #FFF;
    display: block;
    text-decoration: none;
}

.box-main {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #d5d5d5;
    border-bottom-color: #d5d5d5;
    border-left-color: #d5d5d5;
    border-radius: 0 0 5px 5px;
}

.right-box {
    width: 750px;
    float: left;
    display: inline;
    margin-left: 9px;
    overflow: hidden;
}

.right-box-content {
    line-height: 25px;
    min-height: 452px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.right-box-content .table > tbody > tr > td {
    border-top: 0;
    border-bottom: 1px dotted #ddd;
}

.right-relation-box {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.right-relation-box .table > tbody > tr > td {
    border-top: 0;
    border-bottom: 1px dotted #ddd;
}

.right-box-title {
    background-image: url(../images/right_nav_bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    height: 37px;
    line-height: 37px;
}

.right-box-title .pull-left {
    color: #FFF;
    padding-left: 15px;
}

.right-box-title .pull-right {
    color: #999;
    padding-right: 10px;
}

.right-box-title .pull-right a {
    color: #999;
}

.red {
    color: #F00;
}

/*pagination */
.pagination {
    margin: 0
}

/*honor*/
.honor {
    padding: 20px 0
}

.honor .thumbnail {
    width: 220px;
    margin-bottom: 10px
}

/*captcha*/
.captcha {
    cursor: pointer;
    height: 32px;
    width: 130px;
}

.tag {
    height: 30px;
    margin-bottom: 10px;
}

.tag a {
    font-size: 14px;
    color: #FFFFFF;
    background-color: #CCCCCC;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 5px;
}

.tag a:hover {
    text-decoration: none;
}

.area {
    height: 45px;
    line-height: 45px;
    background-color: #f8f8f8;
    margin-bottom: 15px;
    border-radius: 5px;
}

/*客服*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 85px;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #353535;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}

.suspension .a.active,
.suspension .a:hover {
    background: #F05352;
}

.suspension .a .i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../images/side_icon.png);
    background-repeat: no-repeat;
}

/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a-service-phone .i {
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-left: 12px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.suspension .a-qrcode .i {
    background-position: -44px 0;
}

.suspension .a-top .i {
    background-position: -132px 0;
}

.suspension .a-top {
    background: #D2D3D6;
    display: none;
}

.suspension .a-top:hover {
    background: #c0c1c3;
}

.suspension .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    right: 67px;
    min-height: 90px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.suspension .d-service {
    top: 0;
}

.suspension .d-service-phone {
    top: 34px;
}

.suspension .d-qrcode {
    top: 78px;
}

.suspension .d .inner-box {
    /*padding: 8px 22px 12px;*/
}

.suspension .d .inner-box .qrcode-img img {
    width: 80%
}

.suspension .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon02.png) no-repeat center center;
    display: block;
}

.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text .number {
    font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
    padding-top: 10px;
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.suspension .d-service-intro i {
    background: url(../images/side_con_icon01.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.suspension .d-qrcode {
    text-align: center;
}

.suspension .d-qrcode .inner-box {
    padding: 20px 0;
}

.suspension .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}