@charset "UTF-8";

* {
    margin: 0;
    padding: 0
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    min-width: 1200px
}

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

em {
    font-style: normal
}

a {
    color: #444;
    text-decoration: none
}

a:hover {
    color: #0b73cb;
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

img {
    max-width: 100%
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400
}

input[type=submit] {
    border: none;
    outline: 0
}

input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover {
    cursor: pointer;
    border: none;
    outline: 0
}

::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: transparent;
    -webkit-border-radius: 4px;
    outline-offset: -2px;
    border: 2px solid #bbb
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: red;
    -webkit-border-radius: 4px
}

.container {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    clear: both
}

.clear {
    clear: both
}

#lineBox .imgBox,.fl {
    float: left
}

#lineBoxLj .imgBox,.fl {
    float: center
}

.fr {
    float: right
}

.f0 {
    font-size: 0
}

.posr {
    position: relative
}

.posa {
    position: absolute
}

.mgt10 {
    margin-top: 10px
}

.mgt15 {
    margin-top: 15px
}

.mgR10 {
    margin-right: 10px
}

.mgr15 {
    margin-right: 15px
}

.mgr25 {
    margin-right: 25px
}

.mgR30 {
    margin-right: 30px
}

.mgb5 {
    margin-bottom: 5px
}

#specialListBox .specialList h3,.mgb10 {
    margin-bottom: 10px
}

.mgb15 {
    margin-bottom: 15px
}

.mgb20 {
    margin-bottom: 20px
}

.mgb25 {
    margin-bottom: 25px
}

.mgB30 {
    margin-bottom: 30px
}

.mgB40 {
    margin-bottom: 40px
}

.mgB45 {
    margin-bottom: 45px
}

.mgB50 {
    margin-bottom: 50px
}

.tac {
    text-align: center
}

.threeLi {
    overflow: hidden
}

.threeLi li {
    float: left;
    width: 33.33333%
}

#banner .newsList li a,#friendBusinessBox .list a,#levelBox .scrollBox span,.ellipsis,.newsList a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.oh {
    overflow: hidden
}

.bdb {
    border-bottom: 1px solid #e6e6e6
}

.cGray9 {
    color: #999
}

#top {
    /*padding: 10px 0;*/
    height: 40px;
    line-height: 40px;
    color: #333
}

#top a {
    color: #333;
    padding: 0 8px
}

.banner {
    height: 228px;
    background: url(../images/banner.png) no-repeat center
}

.searchBox {
    top: 74px;
    right: 0;
    left: 0;
    text-align: right;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
}

.searchBox input {
    height: 40px;
    border-radius: 4px 0 0 4px;
    border: none;
    outline: 0
}
.searchBox .search{
    width: 580px;
}
.searchBox .search-tab{
    margin-bottom: 12px;
}
.searchBox .search-tab li{
    width: 94px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin-right: 75px;
}
.flex{
    display: flex;
}
.searchBox .search-tab li.active{
    background-color: #0b73cb;
    color: #fff;
    border-radius: 4px;
    position: relative;
}
.searchBox .search-tab li.active:after{
    position: absolute;
    content: "";
    border-top: 10px solid #0b73cb;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.searchBox #searchInput {
    width: 500px;
    padding: 0 14px;
    font-size: 13px;
    box-sizing: border-box;
}

.searchBox #searchBtn {
    float: right;
    width: 80px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    background: #0b73cb url(../images/search_grey.png) no-repeat 12px center;
    text-align: right;
    padding-right: 18px;
    border-radius: 0 ;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
}

.searchBox #searchBtn:hover {
    background-color: #f80000
}

#menu {
    background: #0b73cb;
    font-size: 16px;
    line-height: 52px;
    /*height: 52px*/
}

#menu ul {
    overflow: hidden;
    z-index: 1;
}

#menu li {
    float: left;
    width: 171px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.3);
    /*background: url(../images/line1-1.png) no-repeat right center*/
}
#menu li:not(:nth-child(7n)):after{
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    height: 20px;
    width: 1px;
    background: rgba(255,255,255,.3);
}

#menu li a {
    display: block;
    position: relative;
}

#menu li a.active:after{
    position: absolute;
    content: "";
    width: 80px;
    height: 6px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #77c1ff;
}

#menu a {
    color: #fff
}

#footer {
    background: #605d5d;
    padding: 29px 0;
    font-size: 13px;
    line-height: 36px;
    color: #fff
}

.title {
    height: 36px;
    line-height: 36px;
    color: #0b73cb;
    font-size: 24px
}

.title a.more {
    float: right;
    color: #595b5d;
    font-size: 14px;
    font-weight: 400
}

.title a.more:hover {
    color: #0b73cb
}



#main .newsList {
    overflow: hidden;
    font-size: 14px;
    color: #595b5d
}

#main .newsList li {
    line-height: 40px;
    overflow: hidden
}

#banner .newsList li a,
#main .newsList a {
    float: left;
    width: 75%;
    color: #595b5d
}

#main .newsList a:hover {
    color: #0b73cb
}
#banner .newsList.time,
#main .newsList .time {
    float: right;
    color: #999
}

#main .newsList.lightAward li {
    padding-left: 20px;
    background: url(../images/ico3.png) no-repeat left center
}

#main .newsList.darkAward li {
    padding-left: 20px;
    background: url(../images/ico4.png) no-repeat left center
}

#main .newsList.blueDot li {
    padding-left: 20px;
    background: url(../images/dot1.png) no-repeat left center
}

#main .newsList.redDot li {
    padding-left: 20px;
    background: url(../images/dot2.png) no-repeat left center
}

.tagsList {
    overflow: hidden;
    margin-bottom: 5px
}

.tagsList li {
    float: left;
    margin-right: 15px
}

.tagsList a {
    display: block;
    padding: 0 20px;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    font-size: 18px
}

.tagsList a.active,.tagsList a:hover {
    color: #fff;
    border-color: #c00000;
    background: #c00000
}

#banner {
    padding: 30px 0;
    background-color: #f7f7f7
}

#banner .banner {
    background: 0 0;
    position: relative;
    width: 1200px;
    height: 436px;
    margin: 0 auto
}

#banner .banner .barItem {
    height: 436px!important
}

#banner .banner .slick-next,#banner .banner .slick-prev {
    display: none
}

#banner .banner .slick-dots {
    bottom: 0;
    left: 0;
    width: 767px;
    text-align: right
}

#banner .banner .slick-dots li button:before {
    color: #ed9090;
    width: 14px;
    height: 14px
}

#banner .banner .slick-dots li.slick-active button:before {
    color: #fff
}

#banner .barInfo {
    background: #fff;
    height: 436px;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px
}

#banner .barInfo h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #0c0300;
    line-height: 32px;
    color: #0b73cb;
}

#banner .barInfo .barCon {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    border-bottom: 1px solid #f0eeee
}

#banner .cRed {
    color: #0b73cb;
}

#banner .cRed:hover {
    text-decoration: underline
}

#banner .newsList {
    width: 370px
}

#banner .newsList li {
	padding: 0;
    line-height: 32px;
    padding-left: 20px;
    background: url(../images/grayDot.png) no-repeat left center
}

#banner .newsList li a {
    color: #222
}

#banner .newsList li a:hover {
    color: #0b73cb
}

#main {
    padding: 40px 0
}

.gonggao {
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 41px;
    font-size: 14px
}

.gonggao .msgBox {
    width: 46%;
    padding-left: 25px;
    background: url(../images/msgico.png) no-repeat left center;
    color: #666
}

.gonggao a {
    color: #666
}

.gonggao a:hover {
    color: #0b73cb
}

.gonggao img {
    float: right
}

#lineBox {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px
}

#lineBox .imgBox {
    width: 20%;
    position: relative;
    overflow: hidden
}

#lineBox .imgBox:hover em {
    left: 400px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

#lineBox a {
    margin: 0 5px;
    display: block;
    width: 222px;
    height: 135px;
    font-size: 0
}

#lineBox em {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: -400px;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0)),color-stop(rgba(255,255,255,.6)),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(bottom,rgba(255,255,255,0),rgba(255,255,255,.6),rgba(255,255,255,0));
    background: linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.6),rgba(255,255,255,0))
}

#lineBox .slick-next,#lineBox .slick-prev {
    width: 25px;
    height: 46px
}

#lineBox .slick-next:before,#lineBox .slick-prev:before {
    display: none
}

#lineBox .slick-prev {
    left: -40px;
    background: url(../images/left.png) no-repeat left center
}

#lineBox .slick-next {
    right: -40px;
    background: url(../images/right.png) no-repeat left center
}





#lineBoxLj {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

#lineBoxLj .imgBox {
    width: 20%;
    position: relative;
    overflow: hidden
}

#lineBoxLj .imgBox:hover em {
    left: 400px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

#lineBoxLj a {
    margin: 0 5px;
    display: block;
    width: 200px;
    height: 64px;
    font-size: 0
}

#lineBoxLj em {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: -400px;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0)),color-stop(rgba(255,255,255,.6)),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(bottom,rgba(255,255,255,0),rgba(255,255,255,.6),rgba(255,255,255,0));
    background: linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.6),rgba(255,255,255,0))
}

#lineBoxLj .slick-next,#lineBoxLj .slick-prev {
    width: 25px;
}

#lineBoxLj .slick-next:before,#lineBoxLj .slick-prev:before {
    display: none
}

#lineBoxLj .slick-prev {
    left: -40px;
    background: url(../images/left.png) no-repeat left center
}

#lineBoxLj .slick-next {
    right: -40px;
    background: url(../images/right.png) no-repeat left center
}
#globalNewstBox .title span {
    color: #999;
    font-weight: 400;
    cursor: pointer
}

#globalNewstBox .title span.active,#globalNewstBox .title span:hover {
    color: #0b73cb;
    font-weight: 700
}

.grayBox2 {
    overflow: hidden;
    background-color: #f0eeee;
    padding: 60px 0
}

.grayBox2 .container>div {
    width: 545px;
    height: 375px;
    padding: 0 25px
}

.grayBox2 .title {
    margin-bottom: 10px;
    color: #89181f
}

.grayBox2 .newsList li {
    background: 0 0;
    line-height: 53px!important;
    border-bottom: 1px dashed #ddd
}

.grayBox2 .tagsList li {
    margin-right: 10px
}

.grayBox2 .tagsList a {
    font-size: 14px
}

#levelBox .tagsList a {
    width: 175px
}

#levelBox .scrollBox p {
    overflow: hidden;
    color: #595b5d;
    line-height: 52px;
    border-bottom: 1px dashed #ddd
}

#levelBox .scrollBox p.scrollTitle {
    color: #222;
    border-bottom: 1px solid #bababa
}

#levelBox .scrollBox span {
    float: left
}

#levelBox .scrollBox span.qymc {
    width: 52%
}

#levelBox .scrollBox span.pj {
    width: 18%;
    text-align: center
}

#levelBox .scrollBox span.zxpfsj {
    width: 25%
}

.allLists>div {
    width: 580px
}

.allLists>div .title {
    color: #89181f
}

.allLists .newsList li {
    line-height: 53px;
    border-bottom: 1px dashed #ddd
}

.zddwList {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    overflow: hidden
}

.zddwList a {
    float: left;
    width: 200px;
    font-size: 14px;
    line-height: 52px;
    color: #595b5d
}

.zddwList a:hover {
    color: #0b73cb
}

#friendBusinessBox {
    overflow: hidden
}

#friendBusinessBox .title {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}

#friendBusinessBox .list {
    overflow: hidden
}

#friendBusinessBox .list a {
    float: left;
    padding-right: 30px;
    width: 141px;
    font-size: 14px;
    line-height: 52px;
    color: #595b5d
}

#friendBusinessBox .list a:hover {
    color: #0b73cb
}

#friendLinkBox .newsList {
    overflow: inherit
}

#friendLinkBox li {
    float: left;
    width: 230px;
    margin-right: 20px
}

#friendLinkBox li a {
    float: none;
    width: auto;
    display: block;
    padding: 0 12px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #bdbdbd;
    color: #4b4b4b;
    font-weight: 500;
    font-size: 16px
}

#friendLinkBox li>a {
    background: #fff url(../images/arr-t.png) no-repeat 95% 50%;
}

#friendLinkBox li a {
    width: 204px!important;
    float: none!important;
}

#friendLinkBox li>a:hover {
    border-color: #dbdbdb
}

.linkBox {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 9;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 230px
}

.linkBox a {
    color: #222;
    border-top: none!important
}

.linkBox a:hover {
    background: #f2f2f2
}

/* .tabLi {
    float: left;
    width: 116px;
    margin-right: 2px;
    text-align: center;
    color: #222;
    background-color: #eee;
    border: 1px solid #ddd
}

.tabLi.active,.tabLi:hover {
    color: #fff;
    background-color: #ed0000;
    border-color: #ed0000
} */

.topic {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #eee
}

.topic h3 {
    font-weight: 700;
    font-size: 14px;
    color: #222
}

.topic p {
    color: #0b73cb;
    line-height: 20px
}

.topic:hover {
    opacity: .8
}

.registerBox {
    border: 1px solid #ddd;
    overflow: hidden
}

.registerBox .rTitle {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    background-color: #eee;
    text-align: center;
    color: #222;
    font-size: 16px
}

.registerBox .rL {
    float: left;
    width: 777px;
    border-right: 1px solid #ddd
}

.registerBox .formTitle {
    margin-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.registerBox .formTitle .tabLi {
    margin-bottom: -1px;
    height: 32px;
    line-height: 32px
}

.registerBox .blue {
    color: red
}

.registerBox .getSms {
    width: 116px!important;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    background-color: #878787
}

.registerBox .getSms:hover {
    cursor: pointer;
    background-color: #949494
}

.registerBox .inpDiv {
    margin-bottom: 16px;
    overflow: hidden;
    line-height: 34px
}

.registerBox .inpDiv>label {
    float: left;
    width: 140px;
    margin-right: 25px;
    text-align: right;
    font-size: 14px;
    color: #222
}

.registerBox .inpDiv input {
    padding: 0 10px;
    float: left;
    width: 366px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #ddd
}

.registerBox .inpDiv input.w235 {
    width: 235px
}

.registerBox .inpDiv input[type=file] {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 164px;
    height: 110px;
    cursor: pointer
}

.registerBox .inpDiv input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    display: none
}

.registerBox .inpDiv input[type=checkbox]+span {
    display: inline-block;
    border: 1px solid #ddd;
    overflow: hidden;
    color: #666;
    width: 11px;
    height: 11px;
    margin: 0;
    margin-left: 165px;
    margin-right: 10px;
    line-height: 34px
}

.registerBox .inpDiv input[type=checkbox]:checked+span {
    background: url(../images/checkbox.png) no-repeat center
}

.registerBox .inpDiv .upload,.registerBox .inpDiv a {
    float: left
}

.registerBox .inpDiv .upload {
    border: 1px solid #ddd;
    background: url(../images/bgImg1.png) no-repeat center;
    color: #666
}

.registerBox .submit {
    width: 175px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    background-color: #0b73cb;
    color: #fff
}

.registerBox .submit:hover {
    background-color: #f80000
}

.registerBox .rR {
    padding: 89px 30px;
    float: right;
    width: 360px
}

.registerBox .rR h3 {
    margin-bottom: 40px;
    font-size: 18px;
    color: #222
}

.registerBox .rR p {
    font-size: 13px;
    line-height: 26px;
    color: #666
}

.registerBox .registerForm {
    padding: 55px 60px
}

.location {
    margin-bottom: 15px;
    text-indent: 20px;
    font-size: 15px
}

.location a {
    color: #222
}

.location a:hover {
    color: #0b73cb
}

.location a:last-child {
    color: #0b73cb!important
}

.pageSearchBox {
    width: 100%;
    height: 150px;
    background-color: #d1e1f0;
    text-align: center
}

.pageSearchBox .searchTitle {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    text-align: left;
    color: #0c0300;
    text-indent: 20px
}

.pageSearchBox input,.pageSearchBox input:focus {
    border: none;
    outline: 0
}

.pageSearchBox .searchInput {
    height: 45px;
    width: 310px;
    line-height: 45px;
    margin: 0 auto;
    background-color: #fff
}

.pageSearchBox .search_text {
    display: inline-block;
    width: 265px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-indent: 20px;
    float: left
}

.pageSearchBox .btn {
    float: right;
    display: inline-block;
    width: 40px;
    height: 45px;
    background: url(../images/search_blue.png) 5px 10px no-repeat;
    cursor: pointer
}

.insideBox .leftPart {
    width: 780px
}

.insideBox .rightPart {
    width: 350px
}

.ico {
    padding-left: 15px;
    background: url(../images/comp.png) no-repeat left center
}

#newsDetailBox .leftPart {
    padding: 20px;
    color: #666;
    border: 1px solid #bebebe
}

#newsDetailBox .leftPart h2 {
    font-size: 24px
}

#newsDetailBox .leftPart em {
    margin: 0 15px
}

#newsDetailBox .articalInfo {
    font-size: 14px;
    color: #4f5050
}

#newsDetailBox .share_icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 5px;
    vertical-align: middle
}

#newsDetailBox .share_icon.weixin_share {
    background: url(../images/weixin_icon.png) no-repeat center
}

#newsDetailBox .share_icon.weibo_share {
    background: url(../images/weibo_icon.png) no-repeat center
}

#newsDetailBox .share_icon.tieba_share {
    background: url(../images/tieba_icon.png) no-repeat center
}

#newsDetailBox .articalCon {
    line-height: 2;
    font-size: 14px
}

#newsDetailBox .line {
    border-bottom: 1px solid #bebebe
}

#newsDetailBox .articalFooter {
    color: #9f9f9f
}

#specialListBox em {
    margin: 0 10px
}

#specialListBox .title {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 0;
    color: #fff;
    font-size: 18px
}

#specialListBox .title span {
    float: left;
    width: 160px;
    text-align: center;
    background-color: #0b73cb
}

#specialListBox .specialList li {
    padding: 20px;
    border-bottom: 1px solid #bebebe
}

#specialListBox .specialList li>a {
    display: block;
    letter-spacing: 1px
}

#specialListBox .specialList h3 {
    color: #0c0300;
    font-size: 16px
}

#specialListBox .specialList p {
    margin: 10px 0;
    color: #777;
    font-size: 14px
}

#specialListBox .specialListDetail {
    overflow: hidden;
    color: #9f9f9f
}

.special_column_style {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #bebebe
}

.special_column_style .column_title {
    border-bottom: 4px solid #e6e6e6;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.special_column_style .column_title span {
    display: inline-block;
    height: 30px;
    border-bottom: 4px solid #6395cb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.special_column_style .column_title em {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/zx_icon_red.png) 0 5px no-repeat
}

.special_column_style .column_list {
    width: 270px;
    margin: 10px 0 0 30px;
    text-align: center;
    font-size: 14px
}

.special_column_style .column_list li {
    width: 130px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin-top: 10px
}

.special_column_style .column_list li a {
    color: #676868;
    font-size: 14px
}

.special_column_style .duck_grey {
    background-color: #e8e7e7
}

.special_column_style .light_grey {
    background-color: #f2f2f2
}

.people_interest_wrap .column_list_interest {
    color: #333;
    font-size: 14px
}

.people_interest_wrap .column_list_interest li {
    padding: 10px 0;
    border-bottom: 1px solid #bebebe;
    line-height: 25px
}

.people_interest_wrap .column_list_interest span {
    font-size: 12px;
    color: #0b73cb;
    display: inline-block;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    border: 1px solid #0b73cb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: default
}

.people_interest_wrap .column_list_interest p {
    font-size: 12px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.people_interest_wrap .column_list_interest a {
    color: #333
}

.table1 {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee
}

.table1 td {
    padding: 15px 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.table1 tr:nth-child(even) {
    background-color: #fafafa
}

.table1 .cBlue,.table1 td:nth-child(odd) {
    color: #0b73cb
}

.table2 {
    text-align: center
}

.table2 thead {
    background-color: #e5e5e5;
    font-weight: 400
}

.table2 tr {
    line-height: 46px
}

.table2 tbody tr:hover {
    background-color: #eee
}

.table2 tbody td {
    color: #333;
    border-bottom: 1px solid #eee
}

.table3 {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee
}

.table3 td {
    padding: 15px 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.table3 .cBlue,.table3 td:nth-child(odd) {
    text-align: right;
    background-color: #fafafa;
    color: #0b73cb;
    width: 30%
}

.tabBox .tabLi1 {
    overflow: hidden;
    width: 100%
}

.tabBox .tabLi1 a {
    float: left;
    padding: 10px 20px;
    text-align: center;
    border-top: 2px solid #fff;
    color: #0b73cb;
    font-size: 14px
}

.tabBox .tabLi1 a.active,.tabBox .tabLi1 a:hover {
    color: #222;
    border-top-color: red
}

.tabBox .tabLi1 a.active {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff
}

.tabBox .tabLi1 .num {
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    line-height: 24px;
    color: #fff;
    background-color: red;
    border-radius: 50px;
    font-size: 12px
}

.tabBox .tabConBox {
    margin-top: -1px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #ddd
}

.tabBox .tabConBox h3 {
    margin-bottom: 15px;
    font-size: 24px
}

.tabBox .tabCon1 {
    display: none
}

#newsListBox .leftPart {
    width: 275px
}

#newsListBox .leftPart h3 {
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    background-color: #0b73cb
}

#newsListBox .leftPart li {
    text-align: center
}

#newsListBox .leftPart li a {
    display: block;
    line-height: 43px;
    border-bottom: 1px dashed #ddd;
    background-color: #f6f6f6;
    color: #222
}

#newsListBox .leftPart li a:hover {
    background-color: #fefefe;
    color: #0b73cb
}

#newsListBox .rightPart {
    width: 905px
}

#insideSearch {
    padding: 10px 40px;
    background-color: #eee
}

#insideSearch input {
    line-height: 30px;
    height: 30px
}

#insideSearch input[type=text] {
    width: 370px;
    margin-right: 10px;
    padding: 0 5px;
    border: 1px solid #e1e1e1
}

#insideSearch input:not([type=text]) {
    margin-right: 5px;
    padding: 0 10px;
    border-radius: 3px;
    outline: 0;
    border: none;
    cursor: pointer;
    color: #fff
}

#insideSearch input[type=submit] {
    background-color: #0b73cb
}

#insideSearch input[type=submit]:hover {
    background-color: #ed0000
}

#insideSearch input[type=reset] {
    background-color: #878787
}

#insideSearch input[type=reset]:hover {
    background-color: #8f8f8f
}

.right-fixed {
    position: fixed;
    right: 0;
    bottom: 150px
}

.right-fixed li {
    width: 50px;
    height: 50px;
    background-color: #cacaca;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative
}

.right-fixed .weixin,.weixin-logo {
    background-image: url(../images/tubiao.png);
    background-repeat: no-repeat;
    transition-duration: .4s;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s
}

.right-fixed .weixin:hover {
    background-image: url(../images/tubiao.png);
    background-repeat: no-repeat;
    transition-duration: .4s;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s
}

.right-fixed .back-top {
    background-image: url(../images/tubiao.png);
    background-repeat: no-repeat
}

.right-fixed .back-top:hover {
    background-image: url(../images/tubiao.png);
    background-repeat: no-repeat
}

.right-fixed .weixin {
    background-position: -65px -170px
}

.right-fixed .weixin:hover {
    background-position: -65px -114px
}

.right-fixed .back-top {
    display: none;
    background-position: -175px -170px
}

.right-fixed .back-top:hover {
    background-position: -175px -114px
}

.weixin-logo {
    width: 162px;
    height: 162px;
    display: none;
    position: absolute;
    bottom: 0;
    left: -162px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.right-fixed .weixin:hover .weixin-logo {
    display: block
}

.Tab6 ul li.current6 a {
    background: #0b73cb
}

#showpage .cpage {
    background-color: #0b73cb!important;
    border: 1px solid #0b73cb!important
}

#showpage a:hover {
    background-color: #0b73cb!important;
    border: 1px solid #0b73cb!important
}

.list-wrap h5,.newsList1Box a p span,a.aClassName,dl.textBox dt h1 {
    color: #0b73cb!important
}

#location a {
    color: #444
}

#location a:hover {
    color: #0b73cb
}

#location .cBlue {
    color: #0063ba
}

.cswhBox .part {
    width: 585px
}

.cswhBox .title1 {
    padding-left: 35px;
    line-height: 36px;
    font-size: 16px;
    background: url(../images/titlebg1.png) no-repeat left bottom
}

.cswhBox .list a {
    display: block;
    line-height: 60px
}

.creditService a {
    float: left;
    margin: 30px 69px;
    width: 260px;
    height: 218px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 22px
}

.creditService a:hover p {
    color: #0b73cb
}

.creditService p {
    padding-top: 175px
}

.chaxun_nav {
    height: 48px;
    background: #d7d7d7;
    margin-top: 20px
}

.chaxun_nav li {
    float: left;
    width: 226px;
    height: 100%;
    line-height: 48px;
    color: #666;
    font-size: 18px;
    text-align: center;
    cursor: pointer
}

.chaxun_nav li:nth-child(1):before {
    content: url(../images/img_007.png);
    display: inline-block;
    width: 22px;
    height: 26px;
    position: relative;
    top: 5px;
    left: -5px
}
.chaxun_nav li:nth-child(2):before {
    content: url(../images/img_008.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
    left: -5px
}
.chaxun_nav li:nth-child(3):before {
    content: url(../images/img_009.png);
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
    left: -5px
}

.chaxun_nav .active_nav {
    background: #e22424;
    color: #fff
}

.daohang .tab {
    width: 825px;
    height: 220px
}

.daohang .tab .l_td_1 {
    width: 383px;
    height: 35px;
    font-size: 14px
}

.daohang .tab td {
    height: 35px
}

.l_inp_1 {
    height: 32px;
    border: 1px solid #d7d7d7;
    width: 381px;
    font-size: 15px;
    text-indent: 5px;
    color: #656565;
    background: #f8f6f7;
    border-radius: 5px 5px
}

.n_inp {
    height: 32px;
    border: 1px solid #d7d7d7;
    width: 130px;
    font-size: 15px;
    text-indent: 5px;
    color: #656565;
    background: #f8f6f7;
    border-radius: 5px 5px
}

.yanzh {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    color: #333
}

.yanz {
    width: 70px;
    height: 34px;
    float: right
}

.chaxun {
    float: right;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background: #e22424;
    border-radius: 5px 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border: none
}

.l_td_2 {
    width: 58px
}

.xuanze {
    width: 385px;
    height: 33px;
    border: 1px solid #d7d7d7;
    border-radius: 5px 5px;
    background: #f8f6f7
}

.slide_1 {
    float: left;
    margin-right: 20px
}

.credit_list {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee
}

.credit_list_top {
    height: 30px;
    line-height: 30px;
    border-bottom: 2px solid #fcc
}

.credit_list_top li {
    float: left;
    height: 30px;
    padding: 0 24px;
    font-weight: 700;
    font-size: 16px;
    color: #666;
    cursor: pointer
}

.credit_list_top .active {
    color: #c33;
    border-bottom: 2px solid #c33
}

.more_1 {
    float: right;
    width: 60px;
    height: 28px;
    line-height: 28px;
    background: #f33;
    color: #fff;
    text-align: center;
    border-radius: 3px 3px;
    cursor: pointer
}

.credit_list_main {
    margin-top: 20px;
    height: 126px
}

.credit_list_bottom li {
    height: 65px;
    line-height: 65px;
    border-top: 1px solid #eee;
    margin-top: 5px
}

.credit_list_bottom li span {
    display: inline-block;
    float: right
}

.credit_list_bottom li:before {
    content: url(../images/img_006.jpg);
    display: inline-block;
    position: relative;
    top: -1px;
    left: -4px
}

.lianjie {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    background: #0b73cb;
    margin-top: 20px;
    margin-bottom: 100px;
    padding: 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.youqing {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #0b73cb;
    text-align: center;
    font-size: 16px;
    font-weight: 600
}

.lianjie li {
    float: left;
    margin-right: 156px
}

.nice-select {
    width: 180px;
    padding: 0 10px;
    height: 30px;
    position: relative;
    background: #fff url(../images/img_009.jpg) no-repeat 180px center;
    cursor: pointer
}

.nice-select_1 {
    width: 156px;
    padding: 0 10px;
    height: 23px;
    border: 1px solid #c9c9c9;
    position: relative;
    left: 130px;
    top: 3px;
    background: url(../images/a2.jpg) no-repeat center right;
    cursor: pointer
}

.weizhi_1 {
    top: 4px
}

.weizhi_2 {
    top: -10px;
    left: 365px
}

.weizhi_3 {
    top: -42px;
    left: 740px
}

.nice-select input {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px\9;
    border: 0;
    outline: 0;
    background: 0 0;
    cursor: pointer
}

.nice-select_1 input {
    display: block;
    width: 100%;
    height: 23px;
    line-height: 23px\9;
    border: 0;
    outline: 0;
    position: absolute;
    top: -1px;
    background: 0 0;
    cursor: pointer
}

.nice-select ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 31px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #999;
    border-top: 0;
    z-index: 10
}

.nice-select_1 ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 24px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #c9c9c9;
    border-top: 0;
    z-index: 10
}

.nice-select ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer
}

.nice-select_1 ul li {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    padding: 0 5px;
    cursor: pointer
}

.nice-select ul li.on {
    background-color: #e0e0e0
}

.nice-select_1 ul li.on {
    background-color: #e0e0e0
}

#qxpmTable {
    text-align: center
}

#qxpmTable thead {
    background: #0b73cb;
    color: #fff
}

#qxpmTable tbody {
    background-color: #fff
}

#qxpmTable td,#qxpmTable th {
    line-height: 44px;
    height: 44px;
    border: 1px solid #eee
}
.h-box{
    height: 270px;
    display: flex;
    margin-bottom: 50px;
}
.h-box .h-list-item{
    display: flex;
    margin-right: 20px;
}
.h-box .h-list-item:not(:first-child) .h-list-item-child{
    display: none;
}
.h-box .h-list-item:last-child{
    margin-right: 0;
}
.h-box .h-list-item-img{
    position: relative;
    width: 186px;
    text-align: center;
}
.h-box .h-list-item-con p{
    margin-top: 18px;
    font-size: 26px;
    color: #fff;
}
.h-box .h-list-item-img .h-list-item-con{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}
.h-box .h-list-item-child {
    width: 396px;
    height: 270px;
    background-color: #0b73cb;
}
.h-box .h-list-item-child ul>li{
    height: 135px;
    width: calc(100% / 2);
    border-right: 1px solid rgba(255,255,255,.3);
    border-bottom: 1px solid rgba(255,255,255,.3);
    margin-right: -0;
    padding-top: 38px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
}
.h-box .h-list-item:nth-child(2) ul>li{
    width: calc(100% / 3);
}
