h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}
@font-face {
    font-family: Stxingka;
    src: url(../fonts/stxingka.ttf);
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    max-width: 1920px;
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}
/*html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
_filter:none;
}*/
a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #0166b6;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
    margin: 0;
    padding: 0;
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

.wrap {
    width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

.mwrap {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
}

a {
    color: inherit;
}

a:hover {
    color: #0166b6;
}

 ::-moz-selection {
    color: #fff;
    background: #0166b6;
}

 ::selection {
    color: #fff;
    background: #0166b6;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #0166b6;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*
    设置在弹性容器上的属性
*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify_content_space_around {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}


/* 导航 */

body {
    background: url(../images/19_02.jpg) no-repeat top center;
}

.head-top {
    height: 32px;
    line-height: 32px;
    background: #0166b6;
    color: #fff;
}

.head-center {
    /* background: url(../images/head_02.jpg) no-repeat center; */
    padding: 40px 0;
}

.head-center .right {
    margin-top: 40px;
}

.head-center .right input {
    background: #d2eeff;
    height: 40px;
    line-height: 40px;
    text-indent: 2em;
    width: 300px;
    border-radius: 40px;
}

.head-center .right button {
    height: 40px;
    line-height: 40px;
    background: #005293;
    cursor: pointer;
    width: 90px;
    border-radius: 40px;
    float: right;
    color: #fff;
    font-size: 16px;
    margin-left: -40px;
    position: relative;
    z-index: 9;
}

.head-center .right button span {
    margin-left: 5px;
}

.nav .wrap {
    height: 70px;
    line-height: 70px;
    background: #3b6ba7;
    color: #fff;
}

.nav li {
    float: left;
    font-size: 16px;
    padding: 0 19px;
}

.nav li:hover,
.nav .on {
    background: #1c4982;
    font-weight: bold;
}

.nav li:hover a {
    color: #fff;
}


/* 二级菜单 */

.nav li,
.nv {
    position: relative;
}

.nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}

.nav .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f8f8fb;
    width: 130px;
    left: 0;
}

.nav .dropdown-menu li a {
    color: #1f1f1f;
    font-weight: normal;
}

.nav .on .dropdown-menu a {
    color: #1f1f1f;
    font-weight: normal;
}

.nav li:hover .dropdown-menu {
    display: block;
}

.nav .dropdown-menu li {
    line-height: 40px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.nav .dropdown-menu li:hover {
    background: linear-gradient(to right, #006ee7, #02a4f9);
}

.nav .dropdown-menu li:hover a {
    color: #fff;
}


/* 头条 */

.toutiao {
    margin: 30px 0;
}

.toutiao .title {
    line-height: 45px;
    font-size: 34px;
    font-weight: bold;
    color: #565656;
}

.toutiao .title img {
    margin-right: 20px;
}

.toutiao .detail {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 24px;
    font-size: 16px;
    text-align: center;
}

.index01 .left {
    width: 53%;
}

.index01 .left .swiper-slide {
    width: 100%;
}

.index01 .left .swiper-slide a {
    display: block;
    width: 100%;
    padding-bottom: 56%;
    height: 0;
    position: relative;
}

.index01 .left .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index01 .left .swiper-slide p {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(../images/black.png);
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    z-index: 9;
    bottom: 0;
}

.index01 .left .swiper-container {
    padding-bottom: 40px;
}

.index01 .left .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    border-radius: 0;
}

.index01 .right {
    width: 45%;
}

.box-hidden {
    display: none;
}

.index01 .news-tit {
    background: #f0f0f0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 18px;
    display: block;
    float: left;
    margin-right: 20px;
}

.index01 .newcur {
    background: linear-gradient(to right, #006ee7, #02a4f9);
    color: #fff;
    box-shadow: 0 3px 18px rgba(12, 93, 168, 0.5);
}

.index01 .newswrap {
    margin-top: 10px;
}

.index01 .news-titwrap li {
    width: 100%;
    line-height: 40px;
    height: 40px;
    position: relative;
}

.index01 .news-titwrap li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #cbcbcb;
    left: 0;
    top: 18px;
}

.index01 .news-titwrap li a {
    font-size: 16px;
    color: #666666;
    width: 80%;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 1em;
}

.index01 .news-titwrap li:hover a {
    color: #1c4982;
}

.index01 .news-titwrap li span {
    font-size: 14px;
    color: #999999;
    float: right;
}

.index02 {
    margin-top: 10px;
}


/* .index02 .left {
    background: url(../images/index_13.jpg) repeat-x;
    box-shadow: 0 3px 6px rgba(12, 93, 168, 0.5);
    width: 66%;
    padding-bottom: 20px;
}

.index02 .top {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: url(../images/index_11.jpg) no-repeat;
}

.index02 .info {
    width: 22%;
    float: left;
    text-align: center;
    border-right: 1px #dddddd solid;
}

.index02 .news-tit {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
}

.index02 .news-tit i {
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.index02 .news-tit .t1 {
    background: url(../images/indexicon01.png) no-repeat center;
}

.index02 .news-tit .t2 {
    background: url(../images/indexicon03.png) no-repeat center;
}

.index02 .news-tit .t3 {
    background: url(../images/indexicon05.png) no-repeat center;
}

.index02 .news-tit .t4 {
    background: url(../images/indexicon07.png) no-repeat center;
}

.index02 .news-tit .t5 {
    background: url(../images/indexicon09.png) no-repeat center;
}

.index02 .newcur .t1 {
    background: url(../images/indexicon02.png) no-repeat center;
}

.index02 .newcur .t2 {
    background: url(../images/indexicon04.png) no-repeat center;
}

.index02 .newcur .t3 {
    background: url(../images/indexicon06.png) no-repeat center;
}

.index02 .newcur .t4 {
    background: url(../images/indexicon08.png) no-repeat center;
}

.index02 .newcur .t5 {
    background: url(../images/indexicon10.png) no-repeat center;
}

.index02 .newcur {
    border-right: 5px #005293 solid;
    color: #0166b6;
}

.index02 .newswrap {
    width: 73%;
    float: right;
}

.index02 .news-titwrap li {
    font-size: 16px;
    line-height: 40px;
}

.index02 .news-titwrap span {
    float: right;
    margin-right: 30px;
    font-size: 14px;
    color: #999999;
}

.index02 .right {
    width: 31%;
}

.index02 .right .bt {
    position: relative;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 20px;
}

.index02 .right .bt p {
    font-size: 20px;
    font-weight: bold;
    border-left: 6px #1d68c3 solid;
    padding-left: 14px;
    float: left;
}

.index02 .swiper-pagination {
    right: 0;
    height: 26px;
}

.index02 .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: url(../images/index_15.jpg);
}

.index02 .swiper-pagination-bullet {
    margin-left: 10px;
}

.index02 .right .item {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 6px;
}

.index02 .right .item:hover a {
    color: #006ee7;
}

.index02 .right .date {
    background: url(../images/index_16.jpg) no-repeat;
    background-size: 100%;
    text-align: center;
    color: #fff;
    float: left;
    width: 20%;
    height: 74px;
}

.index02 .right .date p {
    font-size: 18px;
    margin-top: 15px;
}

.index02 .right .date span {
    font-size: 14px;
}

.index02 .right .title {
    float: right;
    width: 70%;
    font-size: 16px;
    line-height: 24px;
    padding: 0 5%;
    background: url(../images/index_21.jpg ) left no-repeat #f5faff;
    height: 74px;
}

.index02 .right .title a {
    margin-top: 12px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
 */

.index02 .left {
    width: 49%;
    font-size: 16px;
    line-height: 32px;
    float: left;
}

.index02 li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-indent: 1em;
}

.index02 li span {
    float: right;
    color: #999;
}

.index02 li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #006ee7;
    left: 0;
    top: 18px;
    border-radius: 50%;
}

.index02 .bt span {
    font-size: 20px;
    font-weight: bold;
    border-left: 6px #1d68c3 solid;
    padding-left: 14px;
    float: left;
}

.index02 .bt .more {
    font-size: 14px;
    color: #999;
    float: right;
    height: 26px;
}

.index02 .bt .more img {
    margin-left: 10px;
}

.index02 .bt {
    position: relative;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.index02 .bt::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: #3382cf;
    left: 0;
    bottom: -1px;
    z-index: 9;
}

.index02 .bt::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: #3382cf;
    left: 0;
    bottom: -1px;
    z-index: 9;
}

.index02 .right {
    width: 49%;
    font-size: 16px;
    line-height: 32px;
}

.index03 {
    margin-top: 30px;
}

.index03 .left {
    width: 66%;
}

.index03 .left .item {
    width: 48%;
    font-size: 16px;
    line-height: 32px;
    float: left;
}

.index03 .left li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-indent: 1em;
}

.index03 .left li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #006ee7;
    left: 0;
    top: 18px;
    border-radius: 50%;
}

.index03 .left .margin {
    margin-right: 4%;
}

.index03 .rcpy {
    width: 100%;
}

.index03 .rcpy .item {
    width: 48%;
    font-size: 16px;
    line-height: 32px;
    float: left;
    border: none;
    padding: 10px 0;
}

.index03 .rcpy li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    text-indent: 1em;
}

.index03 .rcpy li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #006ee7;
    left: 0;
    top: 18px;
    border-radius: 50%;
}

.index03 .rcpy .margin {
    margin-right: 4%;
}

.index03 .bt span {
    font-size: 20px;
    font-weight: bold;
    border-left: 6px #1d68c3 solid;
    padding-left: 14px;
    float: left;
}

.index03 .bt .more {
    font-size: 14px;
    color: #999;
    float: right;
    height: 26px;
}

.index03 .bt .more img {
    margin-left: 10px;
}

.index03 .bt {
    position: relative;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.index03 .bt::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: #3382cf;
    left: 0;
    bottom: -1px;
    z-index: 9;
}

.index03 .right {
    width: 31%;
}

.index03 .right li {
    float: left;
    width: 46%;
    margin-right: 3%;
    border: 1px #eeeced solid;
    border-radius: 6px;
    height: 60px;
    margin-bottom: 20px;
    font-size: 16px;
}

.index03 .right li img {
    margin-right: 20px;
}

.index04 {
    margin-top: 30px;
    position: relative;
    margin-bottom: 40px;
}

.index04 .bt {
    position: relative;
    border-bottom: 1px #cccccc solid;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.index04 .bt span {
    display: block;
    float: left;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-indent: 1em;
    font-size: 18px;
    color: #fff;
    background: url(../images/index_51.jpg) no-repeat;
}

.index04 .bt a {
    float: right;
    color: #999999;
}

.index04 .swiper-container {
    width: 88%;
}

.index04 .swiper-slide {
    border: 1px #cccccc solid;
    box-sizing: border-box;
}

.index04 .swiper-slide a {
    display: block;
    width: 100%;
    padding-bottom: 35%;
    height: 0;
    position: relative;
}

.index04 .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index04 .swiper-button-next,
.index04 .swiper-button-prev {
    width: 41px;
    height: 41px;
}

.index04 .swiper-button-prev {
    background: url(../images/index_64.png) no-repeat;
    background-size: 100%;
}

.index04 .swiper-button-next {
    background: url(../images/index_65.png) no-repeat;
    background-size: 100%;
}

.friendlink {
    margin-bottom: 40px;
}

.friendlink select {
    height: 40px;
    border: 1px #dedede solid;
    padding: 0 20px;
    width: 22%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/arrow_49.jpg') 90% center no-repeat;
    background-size: 12px;
    margin-left: 2%;
    font-size: 16px;
}

.foot {
    padding: 30px 0;
    background: #1d68c3;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.foot a {
    color: #fff;
}


/* 左侧窗口 */

.scrollsidebar {
    position: absolute;
    z-index: 999;
    top: 350px;
    left: 0
}

.scrollsidebar .img img {
    display: block;
}

.scrollsidebar .side_center {
    background: #f4f4f4;
    width: 195px;
    overflow: hidden;
    padding-bottom: 30px;
}

.show_btn span {
    display: none;
}

.scrollsidebar .side_center li {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    line-height: 24px;
}

.scrollsidebar .side_center li img {
    height: 40px;
}

.scrollsidebar .side_title a {
    background: #0166b6;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 16px;
    cursor: pointer;
}

.side_title {
    width: 195px;
}

.side_content {
    width: 255px;
    height: auto;
    overflow: hidden;
    float: left;
}

.show_btn {
    width: 28px;
    height: 112px;
    background: url(../images/sidebar_bg.jpg);
    cursor: pointer;
}

.position {
    height: 50px;
    line-height: 50px;
    background: #f7f8fa;
}

.position a {
    color: #005293;
}

.leftNav {
    width: 17.5%;
    float: left;
}

.leftNav .bt {
    background: url(../images/navleft_03.jpg) no-repeat center;
    height: 87px;
    line-height: 87px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.ny {
    margin: 50px auto;
}

.leftNav ul {
    background: #f7f8fa;
}

.leftNav li {
    font-size: 16px;
    line-height: 44px;
    text-indent: 2em;
    cursor: pointer;
}

.leftNav li a {
    display: block;
}

.leftNav .on,
.leftNav li a:hover {
    background-color: #fff;
    border-left: 4px #235491 solid;
    font-weight: bold;
}

.leftNav li:hover ul li a {
    border-left: 0;
}

.leftNav .active {
    background: url(../images/menu2_03.png) center right 10px no-repeat;
}

.leftNav .active,
.leftNav li:hover .active {
    background-color: #3b6ba7;
    color: #fff;
    font-weight: normal;
    border: 0;
}

.leftNav .inactive {
    background: url(../images/menu_03.png) center right 10px no-repeat;
}

.leftNav ul li ul {
    display: none;
    background: #fff;
}

.leftNav .on a,
.leftNav li:hover a {
    color: #0166b6;
}

.leftNav li:hover li a {
    color: #333333;
}

.leftNav .img {
    width: 100%;
    margin-top: 20px;
}

.leftNav .img img {
    width: 100%;
}

.leftNav li:hover ul li a {
    font-weight: normal;
    background-color: unset;
}

.leftNav ul li ul li {
    line-height: 44px;
    border-bottom: 1px #aaa dashed;
    background: url(../images/menu3_07.jpg) 20px no-repeat;
}

.leftNav ul li ul li a {
    text-indent: 3em;
}

.leftNav .cur a {
    color: #0166b6 !important;
    font-weight: bold !important;
}

.rightBox {
    float: right;
    width: 77%;
    font-size: 16px;
}
.hh {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}
.hang {
    display: flex;
    justify-content: flex-start;
    width: 50%;
}
.hang .name00 {
    width: 11%;
    text-align: justify;
    text-align-last: justify;
    margin-right: 4%;
}
.hang .zhiwei{
    width: 83%;
}

.rightBox .bt span {
    font-size: 26px;
    font-weight: bold;
    color: #3b6ba7;
    border-left: 6px #0166b6 solid;
    padding-left: 20px;
    line-height: 30px;
}

.rightBox .bt {
    padding-bottom: 20px;
    border-bottom: 1px #dcdcdc solid;
}

.rightBox .main {
    margin: 20px 0;
}

.rightBox .main p {
    font-size: 16px;
    line-height: 30px;
}
.rightBox .main img {
    max-width: 100%;
}

.rightBox .item {
    padding: 35px 0;
    border-bottom: 1px #dcdcdc solid;
    margin-bottom: 30px;
}

.rightBox .item a {
    display: block;
}

.rightBox .item .img {
    float: left;
    width: 24%;
    padding-bottom: 15%;
    height: 0;
    position: relative;
}

.rightBox .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.rightBox .item .txt {
    float: right;
    width: 70%;
}

.rightBox .item .txt .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}

.rightBox .item .txt span {
    color: #999999;
    margin-bottom: 10px;
    display: block;
}

.rightBox .item .txt .detail {
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list li {
    line-height: 50px;
    background: url(../images/news_07.png) 20px no-repeat;
    text-indent: 1em;
    padding: 0 20px;
    float: left;
    width: 100%;
}

.news-list li a {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    font-size: 16px;
}

.news-list li span {
    float: right;
    color: #999999;
}



.rightBox h1 {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #474747;
    font-weight: normal;
}

.rightBox h2 {
    text-align: right;
    color: #474747;
    font-weight: 100;
}

.rightBox .t1 {
    margin-bottom: 30px;
}

.rightBox .h2 {
    color: #a5a5a5;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #cccccc dashed;
}

.rightBox .h2 span {
    margin: 0 10px;
}

.news-page {
    margin: 30px 0;
}

.news-page .left,
.news-page .right {
    width: 49%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.news-page .txt {
    float: left;
    color: #fff;
    width: 25%;
    background: #3b6ba7;
    text-align: center;
}

.news-page a {
    background: #e5e5e5;
    text-indent: 1em;
    display: block;
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chaxun {
    background: #f7f8fa;
    border: 1px #dcdcdc solid;
    margin-top: 30px;
    position: relative;
    margin-bottom: 30px;
}

.chaxun .box1 {
    width: 50%;
    padding-top: 30px;
}
.chaxun .box2 {
    width: 55%;
}

.chaxun .box1 .list {
    height: 46px;
    line-height: 46px;
    margin-bottom: 30px;
}

.chaxun .box1 .list .txt {
    float: left;
    width: 42%;
    color: #3382cf;
    font-size: 16px;
    text-align: right;
}

.chaxun .box1 .list .input {
    width: 58%;
    float: right;
}

.chaxun .box1 .list input {
    height: 40px;
    border: 1px #dedede solid;
    text-indent: 2em;
    width: 100%;
}

.chaxun img {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.chaxun .box1 .list button {
    height: 40px;
    line-height: 40px;
    background: #3b6ba7;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
}

.chaxun select {
    height: 40px;
    border: 1px #dedede solid;
    padding: 0 20px;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/arrow_49.jpg') center right 30px no-repeat #ffffff;
    background-size: 12px;
}

.index03 .box a {
    display: block;
}

.index03 .box .img {
    width: 40%;
    padding-bottom: 26%;
    height: 0;
    position: relative;
    float: left;
}

.index03 .box .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.index03 .box .txt {
    width: 55%;
    float: right;
}

.index03 .box .txt .title {
    font-size: 18px;
    font-weight: bold;
    color: #1d68c3;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index03 .box .txt .detail {
    line-height: 28px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-list .wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.news-list table.imagetable {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #aaaaaa;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 60px;
}

.news-list table.imagetable th {
    background: #e5eefb;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #aaaaaa;
    font-size: 18px;
}

.news-list table.imagetable td {
    background: #f8fafd;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #aaaaaa;
    font-size: 16px;
    text-align: center;
}

.insidePage {
    background-color: #efefef;
    padding-bottom: 30px;
}

.insidePage .wrap {
    background: #fff;
}


/*信用查询*/

.xycx_box {
    width: 1200px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.xycx {
    width: 1068px;
    height: 1073px;
    background: url(../images/bgk1.png) center center no-repeat;
    margin: 0 auto;
    padding-top: 80px;
}

.xycx .Xtitle {
    width: 930px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
}

.Xtitle img {
    padding: 0 80px;
}

.info_01 {
    width: 930px;
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
}

.title_01 {
    padding-left: 35px;
    color: #423d3b;
    font: normal 16px/26px '\5FAE\8F6F\96C5\9ED1';
    background: url(../images/iconTitle_00.png) no-repeat left center;
}

.title_02 {
    width: 930px;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font: normal 18px/26px '\5FAE\8F6F\96C5\9ED1';
    background: #104db5;
}

.BGred {
    background: #c00;
}

.BGgray {
    background: #666;
}

.infoCon {
    padding: 10px 35px;
}

.infoCon p {
    padding: 3px;
    line-height: 24px;
    color: #4f565c;
    font-size: 14px;
    border-bottom: 1px solid #e9e7e1;
}

.infoCon p strong {
    color: #bcbcbf;
    font-size: 12px;
    padding-right: 10px;
}

.infoCon p.p2,
.infoCon p.p3 {
    float: left;
    margin-right: 9%;
    width: 40%;
}

.infoCon p.p2 {
    height: 24px;
    text-align: right;
}

.infoCon p.p2 strong {
    float: left;
    padding-right: 10px;
}

.infoCon p.p4 {
    float: left;
    margin-right: 9%;
    width: 40%;
    height: 24px;
}

.rightBox .img {
    text-align: center;
    padding: 20px;
}

#dropdownlist3 {
    width: 600px;
    left: -255px;
    padding: 20px 0;
    background: #f8f8fb;
}

#m31 {
    width: 100%;
    float: left;
}

.abetter {
    width: 150px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-decoration: none;
    float: left;
    padding: 3px 20px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 2px;
}

.abetter:hover {
    background: linear-gradient(to right, #006ee7, #02a4f9);
    color: #fff;
}


.search-formtop {
    float: left;
    margin-right: 50px;
}



.ryzz  ul {
    margin-right: -3%;
}

.ryzz  li {
    float: left;
    width: 30.3%;
    margin-right: 3%;
    margin-bottom: 3%;
    padding-bottom: 20%;
    height: 0;
    position: relative;
    cursor: pointer;
}

.ryzz  li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.modelTost {
    display: none;
    background: rgba(0, 0, 0, .5);
    z-index: 9999999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modelTostChile {
    width: 800px;
    margin-top: 30px;
    background-color: #fff;
    padding-bottom: 2.5%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modelTostChile p {
    font-size: 24px;
    padding: 3%;
}

.modelClose {
    float: right;
    cursor: pointer;
}

.modelTostChile .swiper-slide {
    text-align: center;
}

.modelTostChile .swiper-slide img {
    max-width: 85%;
    text-align: center;
    max-height: 700px;
}

.page {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .on,
.page li a:hover,
.page .previous:hover {
    background: #0166b6
}


