@charset "utf-8";
html, body, button, input, select, textarea {
    font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", arial, tahoma, "\5b8b\4f53", sans-serif;
    color: #0c55a4;
}

body,
div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, textarea,
p, blockquote, th, td, hr, button, html {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

i, em {
    font-style: normal;
}

ol, ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
    font-weight: normal
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #0c55a4;
    outline: none;
}

a:hover {
    color: #ff7e00;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

/**
***清理浮动**/
.clear:after, .clear:before {
    content: '';
    display: table;
}

.clear:after {
    clear: both;
    overflow: hidden;
}

.clear {
    *zoom: 1;
}

body {
    background-color: #fff;
    font-size: 12px;
}

.thinklog_pages a.current, .thinklog_pages a.current span, .thinklog_pages a:hover, .thinklog_pages a:hover span {
    border: #0c55a4 1px solid;
    background: #0c55a4;
    color: #fff;
}

.wrap {
    width: 1200px;
    padding: 0px;
    margin: 0 auto;
    /* clear: both; */
    position: relative;
    clear: both;
}

.topbar {
    width: 100%;
    float: left;
    height: 36px;
    color: #717171;
    border-bottom:1px solid #ebebeb;
}

.topbar a {
    color: #717171;
}

.topbar .txt{
    width:1000px;
    float:left;
    text-align:right;
    line-height:36px;    
    height:36px;
}
.topbar .txt a{
    padding:0 10px;
    border-left: 1px solid #717171;
    height: 12px;
    line-height: 12px;
    display: inline-block;
}
.topbar .txt a img{
    vertical-align: middle;
    margin-right: 10px;
}
.topbar .search{
    margin:6px 9px;
    width:138px;
    padding:0 12px;
    height:24px;
    background:#efefef;
    border-radius:12px;
    float:right;
    position:relative;

}
.topbar .search input{
    background:none;
    border:none;
    margin:0;
    padding:0;
    display:inline-block;
    float:left;
    width:114px;
    height:24px;
    color: #717171;
}
.topbar .search input.btn{
    width:24px;
    background:url(../images/icon-search.png) center no-repeat;
    
}
#top {
    width: 100%;
    float: left;
    clear: both;
    height:140px;
}

#top .logo {
    float: left;
    width:100%;
}
#top .logo .toptel{
    float:right;
    width:250px;
    height:54px;
    margin-top:40px;
    background:url(../images/icon-tel.png) left center no-repeat;
    padding-left:56px;
}
#top .logo .toptel .p1{
    float:left;
    width:100%;
    line-height:20px;
    height:14px;
    color: #535353;
}

#top .logo .toptel .p2{
    float:left;
    width:100%;
    line-height:50px;
    height:50px;
    font-size:28px;
}

#top-menu {
    height: 45px;
    line-height: 45px;
    width: 100%;
    float: left; 
    position: relative;
    background:#0c55a4;
}
#top-menu a{
    color: #fff;
}
#top-menu li.cate0 {   
    height: 45px;
    line-height: 45px;
    float: left;
    text-align: center;
    font-weight: normal;
    position: relative;
    white-space:nowrap;
    width:109px;
    font-size:14px;

}
#top-menu li.cate0 a{
    color:#fff;

}
#top-menu  li.cate0.on,
#top-menu li.cate0:hover{
    background:#ed1c24;
    color:#fff;
}

#top-menu li.cate0.on > a,
#top-menu li.cate0:hover > a{
    color:#fff;
}

#top-menu li.cate0:hover ul.cate1 {
    display: block;
}

#top-menu .cate1 {
    display: none;
    position: absolute;
    top: 45px;
    left: 0px;
    width: 100%;
    z-index: 99999;
    float: left;
    background-color: #fff;
}

#top-menu .cate1 a{
    color:#1f1f1f;
    font-size:14px;
}

#top-menu .cate1 li {
    padding: 0px;
    width: 100%;
    height: 45px;
    line-height:45px;
    float: left;
    position: relative;
    border-bottom: 1px dashed #dbdbdb;
}
#top-menu .cate1 li a{
    color:#0c55a4;
}
#top-menu .cate2 {
    width: auto;
    white-space: nowrap;
}

#top-menu .cate2 {
    display: none;
    position: absolute;
    left: 100%;
    top: -0px;
    background-color: #fff;
}

#top-menu .cate2 li {
    padding: 0px 10px;
    background-color: #fff;
}
#top-menu .cate1 li:hover,
#top-menu .cate1 li:hover a{
    background:#0c55a4;
    color:#fff;
}

#top-menu .cate1 li:hover .cate2 {
    display: block;
}


.flash-box{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    float: left;
}

.flash-box .flash-list {
    float: left;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.flash-box .flash-list li {
    height: 100%;
    float: left;
    cursor: pointer;
    overflow: hidden;
}

.flash-box .flash-btn {
    z-index: 9999;
    position: absolute;
    width: 100%;
    float: left;
    bottom: 50px;
    text-align: center;
}

.flash-box .flash-btn a {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 100px;
    height: 4px;
    margin: 0 11px;
    /*
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    margin: 5px;*/
    overflow: hidden;
}

.flash-box .flash-btn a span {
    display: inline-block;
    width: 100px;
    height: 4px;
    margin: 0 11px;
    /*border-radius: 50%;*/
    background-color: #fff;
}
.flash-box .flash-btn a.on,
.flash-box .flash-btn a.on span {
    background-color: #0c55a4;
}

.flash-box .flash-btn-left {
    display: none;
    position: absolute;
    width: 49px;
    height: 78px;
    margin-top: -39px;
    background: url('../images/flash-left.png') left no-repeat;
    z-index: 99;
    top: 50%;
    left: 0px;
}

.flash-box .flash-btn-right {
    display: none;
    position: absolute;
    width: 49px;
    height: 78px;
    background: url('../images/flash-right.png') right no-repeat;
    z-index: 99;
    margin-top: -39px;
    top: 50%;
    right: 0px;
}

.flash-box:hover .flash-btn-right,
.flash-box:hover .flash-btn-left {
    display: block;
}


.footer {
    clear: both;
    width: 100%;
    background-color: #0c55a4;
    padding-top: 20px;
    color:#fff;
    overflow: hidden;
    line-height: 28px;
}

.footer a {
    color: #fff;
}

.flink {
    border-top: 1px solid #D2D2D2;
    clear: both;
    width: 100%;
    color: #0c55a4;
    padding-top: 20px;
    overflow: hidden;
    line-height: 20px;
}

.main-right {
    width: 840px;
    float: right;
}

.main-right .content .doc-info {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px 0px;
}

.main-right .content .doc-info span {
    color: #0c55a4;
    padding-left: 20px;
}

.main-right .content .content-text {
    width: 100%;
    line-height: 30px;
    float: left;
    min-height: 500px;
    margin-bottom: 10px;
}

.main-right .content .prevnext {
    width: 100%;
    float: left;
    margin: 50px 0px;
    border-top: 1px dashed #9c9c9c;
    line-height: 40px;
    padding-top: 20px;
}

.main-left {
    width: 235px;
    float: left;
}

.case-list {
    float: left;
    width: 1224px;
    color: #615D5B;
    margin-left: -24px;
}

.case-list li {
    float: left;
    width: 282px;
    margin-left: 24px;
    overflow: hidden;
}

.case-list li .thumb {
    width: 100%;
    height: 196px;
    float: left;
}

.case-list .p1 {
    font-size: 20px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-weight: bold;
    width: 100%;
    float: left;
    clear: both;
    margin: 30px 0;
    /* line-height: 70px; */
}

.case-list .intro {
    line-height: 30px;
}

a.more {
    display: inline-block;
    float: right;
}

a.more {
    display: inline-block;
    float: right;
    color: #036eb8;
}

.position {
    clear: both;
    float: left;
    padding: 30px 0px 8px 0;
    margin-bottom: 20px;
    border-top: 1px solid #615d5c;
    border-bottom: 1px solid #e3dbd9;
    width: 100%;
    text-align: left;
    color: #7d7d7d;
}

.position a {
    color: #7d7d7d;
}

.links {
    float: left;
    background: #EFEFEF;
    width: 100%;
    padding: 20px 0px;
    margin: 20px 0px;
}

.links-left {
    float: left;
    width: 120px;
    font-size: 24px;
    color: #036eb8;
}

.links-right a {
    color: #000;
    display: inline-block;
    padding-left: 20px;
    line-height: 28px;
}

/* 返回顶部样式 */
#gotop {
    display: none;
    position: fixed;
    top: 75%;
    left: 50%;
    cursor: pointer;
    margin-top: -50px;
    margin-left: 620px;
    width: 58px;
    height: 58px;
    line-height: 100;
    overflow: hidden;
    background: url(../images/gotop.png) no-repeat;
}

.bread_line {
    height: 71px;
    background: url(../images/breadline_bg.png) no-repeat;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bread_line span {
    font-size: 30px;
    color: #fff;
    line-height: 71px;
    margin-right: 10px;
    margin-left: 25px;
}

.bread_line a {
    margin: 0 7px;
    font-size: 14px;
    color: #fff;
}

.message_nav {
    display: none;
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.message_nav ul li {
    float: left;
}

.message_nav ul li a {
    display: block;
    height: 57px;
    line-height: 57px;
    font-size: 15px;
    color: #414141;
    padding: 0 25px;
}

.message_nav ul li a.message_nav_c {
    border-bottom: 3px solid #0c55a4;
    color: #0c55a4;
}

.main_wrap_lv2 {
    background: #f6f6f6;
}

h3.lv2_page_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-top: 35px;
    text-align: left;
    font-size: 30px;
    color: #313131;
    font-weight: 400;
    display: none;
}

.conpany_main {
    width: 100%;
    padding-bottom: 100px;
    padding-top: 50px;
}

.main_wrap_lv2 {
    background: #f6f6f6;
    width: 100%;
    float: left;
}




.foo-box{
    border-top:6px solid #ed1c24;
    width:100%;
    float:left;
    background-color:#0c55a4;
    color:#fff;
    line-height:30px;
    font-size:12px;
    padding:40px 0px;
}

.foo-box .col-1{
    float:left;
    width: 300px;
    padding-right:20px;    
}


.foo-box .col-2{
    float:left;
    width:608px;
    border-right:1px solid #2566ad;
    border-left:1px solid #2566ad;
    padding:0px 20px;
}
.foo-box .col-2 .bc{
    width:100px;
    float:left;
}
.foo-box .col-2 .bc .c0 a{
    font-size:14px;
    color:#fff;
    width:100px;
    float:left;
    line-height:40px;
}

.foo-box .col-2 .bc .c1{
    width:100px;
    float:left;
    line-height:30px;
}

.foo-box .col-2 .bc .c1 a{
    color:#fff;
}

.foo-box .col-3{
    float:right;
    width: 190px;
}

.foo-box .col-3 .share img{
    vertical-align:middle;
    margin-left:10px;
}