* {
    font-family: "Microsoft YaHei UI";
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    position: relative;
    background: #ffffff;
}

a:hover {
    text-decoration: none;
}

.head-section {
    width: 100%;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.head-content>div:first-child {
    display: inline-block;
}

.head-content>div:first-child span {
    font-size: 14px;
}

.head-content>div:last-child {
    float: right;
}

.head-search {
    padding: 3px 5px;
    display: inline-block;
    border: 1px solid #b1b1b1;
    border-radius: 3px;
}

.head-search span {
    font-size: 12px;
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #b1b1b1;
}

.head-search span img {
    margin-left: 5px;
}

.head-search input {
    border: none;
    outline: none;
}

.head-content>div:last-child a {
    display: inline-block;
    padding: 5px;
    background: #245399;
    border-radius: 5px;
    margin-left: 10px;
}

.head-content>div:last-child a img {
    width: 18px;
}

#aa {
    display: inline-block;
    padding: 3px 6px;
    background: #245399;
    color: #ffffff;
    border-radius: 3px;
}

.banner-section {
    width: 100%;
    height: 170px;
    background: url("../image/index_banner.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.bodyer {
    margin: 200px auto;
    width: 600px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.bodyer ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bodyer_div {
    width: 150px;
    height: 70px;
}

.bodyer_li {
    width: 120px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    background-color: #c5ebe9;
}

.bodyer_li div {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #6699d0;
}

.bodyer_li img {
    margin: 10px 10px;
    width: 30px;
    height: 30px;
}

.bodyer_li span {
    margin: 15px 10px;
}

.content_banner {
    width: 100%;
    height: 139px;
    background: url("../image/index_banner3.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.banner-section .container {
    height: 100%;
    position: relative;
}

.banner-section .container img {
    width: 450px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7%;
    margin: auto;
}

.nav-section {
    width: 100%;
    background: #245399;
    position: relative;
    overflow: hidden;
}

.nav-content {
    width: 100%;
}

.nav-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-content ul li {
    float: left;
    padding: 10px;
    font-weight: bold;
    width: 8.33333333333%;
}

.nav-content ul li:hover {
    background: #124c9a;
}

.nav-content ul li a {
    color: #ffffff;
    font-size: 18px;
}

.nav-active {
    background: #124c9a;
}

.index-section {
    width: 100%;
    padding: 3px 0 2px 0;
    position: relative;
    overflow: hidden;
}

.index-model1:first-child {
    width: 45%;
    float: left;
    margin-right: 1%;
}

.index-model1:last-child {
    width: 60%;
    float: left;
    background: #ffffff;
}

.index-news-swiper .swiper-slide>a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.index-news-swiper .swiper-slide>a>img {
    width: 100%;
}

.index-news-swiper-des {
    position: absolute;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
}

.index-news-swiper-des a {
    color: #ffffff;
    font-size: 16px;
}

.index-news-swiper .swiper-pagination {
    width: 260px;
    left: 58%;
    bottom: 15px;
}

.ad-swiper1 .swiper-pagination {
    width: 230px;
    left: 77%;
    bottom: 5px;
}

.ad-swiper2 .swiper-pagination {
    width: 200px;
    left: 85%;
    bottom: 5px;
}

.ad-swiper3 .swiper-pagination {
    width: 200px;
    left: 80%;
    bottom: 5px;
}

.index-news-swiper .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    width: 12px;
    height: 12px;
    border-radius: 0;
    opacity: 1;
}

.ad-swiper1 .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 0;
    opacity: 1;
}

.ad-swiper2 .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 0;
    opacity: 1;
}

.ad-swiper3 .swiper-pagination .swiper-pagination-bullet {
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 0;
    opacity: 1;
}

.index-news-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #245399;
}

.ad-swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    background: #245399;
}

.ad-swiper2 .swiper-pagination .swiper-pagination-bullet-active {
    background: #245399;
}

.ad-swiper3 .swiper-pagination .swiper-pagination-bullet-active {
    background: #fc114a;
}

.index-model1-content {
    padding: 0 10px 0 10px;
}

.index-model1-content-title {
    width: 100%;
    border-bottom: 1px solid #cccccc;

    overflow: hidden;
}

.index-model1-content-title ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.index-model1-content-title ul li {
    width: 100px;
    float: left;
    cursor: pointer;
    font-size: 18px;
    color: #000000;
}


.index-model1-content-title-active :hover {
    border-bottom: 3px solid #003987;
    padding-bottom: 1px;
    box-sizing: border-box;
    font-weight: 700;
}

.leftboxstyle :hover {
    background-color: #f5f8fc !important;
}

.leftboxstyle {
    background-color: #F8F8F8;
    width: 93%;
    height: 58px;
    border: 1px solid #e0e2e3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-model1-content-title-active3 {
    border-bottom: 3px solid #003987;
    box-sizing: border-box;
    font-weight: 700;
}


.index-news-module-title-active :hover {
    border-top: 3px solid #003987;
    line-height: 1.63!important;
    box-sizing: border-box;
    font-weight: 700;
    padding-bottom: 1px;
}

.index-news-module-title-active3 {
    overflow: hidden;
    border-top: 3px solid #003987;
    line-height: 1.63 !important;
    box-sizing: border-box;
    font-weight: 600;
}
.fontstyle{
    line-height: 35px;
    font-weight: 600;
}
.fontstyle1{
    line-height: 35px;
}
.index-model1-content-title ul a {
    float: right;
    display: inline-block;
    padding: 8px 0px;
    font-size: 14px;
    color: #b1b1b1;
}

.index-model1-content-title ul a:hover {
    color: #245399;
}

/* .index-model1-content-module {
	width: 100%;
	overflow: hidden;
} */

.index-model1-content-tab {
    width: 100%;
    overflow: hidden;
    display: none;
}

.index-model1-content-tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.index-model1-content-tab ul li {
    padding: 6px 0;
}

.index-model1-content-tab ul li>a {
    font-size: 16px;
    color: #000000;
}

.index-model1-content-tab ul li a span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: black;
    /* background: url(../image/risk_li.png) center left no-repeat; */
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.index-model1-content-tab ul li>span {
    font-size: 14px;
    color: #b1b1b1;
    float: right;
}

.index-model1-content-tab ul li>a:hover {
    color: #245399;
}

.index-model1-content-tab ul li>div a:hover {
    color: #245399 !important;
}

.index-model1-content-tab-active {
    display: block;
}

.index-model1-content-tab ul li>div {
    color: #b1b1b1;
    font-size: 14px;
    overflow: hidden;
    margin-top: 5px;
    position: relative;
    line-height: 1.7em;
    text-align: justify;
}

.index-model1-content-tab ul li>div a {
    font-size: 14px;
    color: #245399;
    position: absolute;
    right: 0;
    bottom: 0;
}

.index-model1-content-tab-des {
    display: none;
}

.index-model1-content-tab-des-active {
    display: block;
}

.index-ad-cover {
    width: 100%;
    height: 90px;
}

.index-ad-cover2 {
    width: 100%;
    height: 112px;
}

.index-model2:first-child {
    width: 50%;
    margin-right: 1%;
    float: left;
    background: #ffffff;
}

.index-model2:last-child {
    width: 27%;
    background: #ffffff;
}

.index-model2-content-title {
    width: 100%;
    font-size: 18px;
    height: 35px;
}

.index-model2-content-title span {
    display: inline-block;
    padding: 4px 4px;
}

.index-model2-content-title a {
    display: inline-block;
    font-size: 12px;
    color: #b1b1b1;
    float: right;
}

.index-model2-content-title a:hover {
    color: #245399;
}

.index-model2-content>div:last-child {
    width: 100%;

    overflow: hidden;
}

.index-model2-content>div:last-child ul {
    margin: 0;
    padding: 0;
}

.index-model2-content>div:last-child ul li {
    /* padding: 6px 0; */
}

.index-model2-content>div:last-child ul li a {
    font-size: 16px;
    color: #000000;
}

.index-model2-content ul li>span {
    /* float: right; */
    font-size: 14px;
    color: #b1b1b1;
}

.index-model2-content>div:last-child ul li:hover a {
    color: #245399;
}

.index-model2-content>div:last-child ul li:hover span {
    color: #245399;
}

.index-model3:first-child {
    width: 30%;
    margin-right: 1%;
    float: left;
}

.index-model3:last-child {
    width: 69%;
    float: left;
}

.index-model3-zt {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-model3-system-title {
    padding: 10px;
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #245399;
    border-bottom: 2px solid #d2d2d2;
}

.index-model3-system-title span:nth-child(1) {
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #245399;
    margin-right: 5px;
    vertical-align: middle;
}

.index-model3-system-title span:nth-child(2) {
    font-size: 18px;
    color: #245399;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: bold;
}

.index-model3-system-title span:nth-child(3) {
    font-size: 16px;
    color: #646464;
    vertical-align: middle;
}

.index-model3-system-content {
    margin: 4px 0;
}

.index-model3-system-content>div {
    display: inline-block;
    width: 31.6%;
    margin-right: 3px;
    border: 1px solid #d2d2d2;
    padding: 10px 15px;
    margin-bottom: 5px;
    background: #ffffff;
}

.index-model3-system-content>div a>div {
    text-align: center;
}

.index-model3-system-content>div a>div img {
    height: 38px;
}

.index-model3-system-content>div a>div:last-child {
    font-size: 14px;
    color: #000000;
    margin-top: 5px;
}

.index-model3-system-content>div:nth-child(3) {
    margin-right: 0;
}

.index-model3-system-content>div:nth-child(6) {
    margin-right: 0;
}

.index-model3-system-content>div:nth-child(9) {
    margin-right: 0;
}

.index-model3-system-content>div:nth-child(12) {
    margin-right: 0;
}

.index-model3-zt-content {
    margin-top: 7px;
}

.index-model3-zt-title {
    padding: 10px;
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #245399;
    border-bottom: 1px solid #d2d2d2;
}

.index-model3-zt-title span:nth-child(1) {
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #245399;
    margin-right: 5px;
    vertical-align: middle;
}

.index-model3-zt-title span:nth-child(2) {
    font-size: 18px;
    color: #245399;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: bold;
}

.index-model3-zt-title span:nth-child(3) {
    font-size: 18px;
    color: #646464;
    vertical-align: middle;
}

.index-model3-zt-title a {
    display: inline-block;
    font-size: 14px;
    color: #b1b1b1;
    float: right;
    padding: 3px 12px;
}

.index-model3-zt-title>a:hover {
    color: #245399;
}

.index-model3-zt-content {
    margin-top: 7px;
}

.index-model3-zt-content a {
    display: inline-block;
    border: 1px solid #d2d2d2;
    width: 49%;
    height: 62px;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #000000;
    font-size: 16px;
    text-align: center;
    background: #ffffff;
    line-height: 62px;
}

.index-model3-zt-content a .title {
    line-height: 20px !important;
}

.index-model3-zt-content a .mobile {
    line-height: 20px !important;
    font-size: 12px !important;
}

.index-model3-zt-p {
    height: 91px;
    vertical-align: top;
}

/*.index-model3-zt-content a:nth-child(1) {*/
/*background: #245399;*/
/*}*/

/*.index-model3-zt-content a:nth-child(2) {*/
/*background: #5d99e9;*/
/*}*/

/*.index-model3-zt-content a:nth-child(3) {*/
/*background: #5d99e9;*/
/*}*/

/*.index-model3-zt-content a:nth-child(4) {*/
/*background: #245399;*/
/*}*/

/*.index-model3-zt-content a:nth-child(5) {*/
/*background: #245399;*/
/*}*/

/*.index-model3-zt-content a:nth-child(6) {*/
/*background: #5d99e9;*/
/*}*/

.index-model3-zt-content a img {
    width: 30px;
}

.index-model3-app {
    width: 100%;
    overflow: hidden;
}

.index-model3-app a {
    display: inline-block;
    width: 49%;
    padding: 14px;
    background: #ffffff;
}

.index-model3-app a div {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.index-model3-app a div:last-child {
    margin-top: 5px;
}

.index-model3-app a:first-child {
    background: url("../image/app_b.png")no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.index-model3-app a:last-child {
    background: url("../image/app_g.png")no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.index-model3-app a img {
    height: 69px;
}

.index-model4-app {
    width: 100%;
    overflow: hidden;
}

.index-model4-app a {
    display: inline-block;
    width: 100%;
    padding: 14px;
    background: #ffffff;
}

.index-model4-app a div {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.index-model4-app a div:last-child {
    margin-top: 5px;
}

.index-model4-app a:first-child {
    background: url("../image/app_b.png")no-repeat;
    background-size: cover;
}

.index-model4-app a:last-child {
    background: url("../image/app_g.png")no-repeat;
    background-size: cover;
}

.index-model4-app a img {
    height: 69px !important;
    width: 60% !important;
}

.foot-section {
    width: 100%;
    background: #245399;
    padding: 15px 0;
    position: relative;
    overflow: hidden;
}

.foot-section .container>div {
    display: inline-block;
    vertical-align: middle;
}

.index-news-module {
    margin-bottom: 0;
    overflow: hidden;
    background: #ffffff;
}

.index-news-module-title1 {

    width: 100%;
    overflow: hidden;
}

.index-news-module-title1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.index-news-module-title1 ul li {
    width: 90px;
    float: left;
    height: 35px;
    cursor: pointer;
    font-size: 18px;
    color: #000000;
    line-height: 36px;
}

.index-news-module-title1 ul>a {
    display: inline-block;
    font-size: 12px;
    color: #b1b1b1;
    float: right;
}

.leftbox ul>li:hover {
    background-color: #EEF5FD;
}

.index-news-module-title1 ul>a:hover {
    color: #245399;
}


.index-news-module-content1 {
    overflow: hidden;
    /* margin-top: 10px; */
    /* padding: 0 10px; */
    display: none;
}

.index-news-module-content1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.index-news-module-content1 ul li {
    padding: 6px 0;
    width: 100%;
    float: left;
    word-break: break-word;
    /* display: flex;
    justify-content: space-between; */
}

.index-news-module-content1 ul li:nth-child(odd) {
    /* margin-right: 1%; */
}

.index-news-module-content1 ul li a {
    color: #000000;
    font-size: 16px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    margin-right: 10px;
}

.index-news-module-content1 ul li a:hover {
    color: #245399;
}

.index-model2-content ul li a span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: black;
    /* background: url(../image/risk_li.png) center left no-repeat; */
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.index-news-module-content1 ul li a span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: black;
    /* background: url(../image/risk_li.png) center left no-repeat; */
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.index-news-module-content1 ul li>span {
    font-size: 14px;
    color: #b1b1b1;
    /* float: right; */
}

.index-news-module-title2 {
    width: 100%;
    border-bottom: 2px solid #245399;
    overflow: hidden;
}

.index-news-module-title2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.index-news-module-title2 ul li {
    float: left;
    padding: 11px 12px;
    cursor: pointer;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.index-news-module-title2 ul>a {
    display: inline-block;
    font-size: 14px;
    color: #b1b1b1;
    float: right;
    padding: 13px 12px;
}

.index-news-module-title2 ul>a:hover {
    color: #245399;
}

.index-news-module-content2 {
    overflow: hidden;
    margin-top: 10px;
    padding: 0 10px;
    display: none;
    height: 252px;
}

.index-news-module-content2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.index-news-module-content2 ul li {
    padding: 7.1px 0;
    width: 49.5%;
    float: left;
    display: flex;
}

.index-news-module-content2 ul li:nth-child(odd) {
    margin-right: 1%;
}

.index-news-module-content2 ul li a {
    color: #000000;
    font-size: 16px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.index-news-module-content2 ul li a:hover {
    color: #245399;
}

.index-news-module-content2 ul li a span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../image/risk_li.png) center left no-repeat;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.index-news-module-content2 ul li>span {
    font-size: 14px;
    color: #b1b1b1;
    float: right;
}

.index-news-module-content-active {
    display: block;
}

.index-news-cover {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}

.index-news-cover>div {
    width: 24%;
    float: left;
}

.index-news-cover>div:first-child {
    margin-right: 1%;
}

.index-news-cover>div:nth-child(2) {
    margin-right: 1%;
}

.index-news-cover>div:nth-child(3) {
    margin-right: 1%;
}

.index-news-cover>div a img {
    width: 100%;
    height: 123px;
}

.friendlink {
    width: 100%;
    position: relative;
    background: #ffffff;
}

.friendlink-title {
    padding: 10px;
    width: 21%;
    overflow: hidden;
    /* border-top: 2px solid #245399; */
}

.friendlink-title span:nth-child(1) {
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #245399;
    margin-right: 5px;
    vertical-align: middle;
}

.friendlink-title span:nth-child(2) {
    font-size: 18px;
    color: #245399;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: bold;
}

.friendlink-title span:nth-child(3) {
    font-size: 16px;
    color: #646464;
    vertical-align: middle;
}

.friendlink-content {
    width: 100%;
    margin-top: 12px;
    text-align: center;
}

.friendlink-content>div {
    text-align: center;
    margin-bottom: 10px;
}

.friendlink-content>div .friendlink-a {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    width: 170px;
}

.friendlink-content>div .friendlink-a {
    color: #000000;
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.friendlink-content>div a:first-child img {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.foot-info {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.foot-info span {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
}

.foot-info span a {
    color: #ffffff;
    font-size: 16px;
}

.foot-info span img {
    margin-right: 3px;
    vertical-align: middle;
}

.foot-info a {
    color: #ffffff;
    font-size: 16px;
}

.foot-info:last-child span {
    font-size: 16px;
}

.foot-cover {
    text-align: center;
    line-height: 120px;
}

.list-common {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.list-common-content {
    padding: 15px 0;
}

.list-common .container {
    background: #ffffff;
}

.list-nav {
    width: 100%;
    overflow: hidden;
    background: #f5faff;
    border: 1px solid #b1b1b1;
}

.list-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-nav ul li {
    padding: 10px 15px;
}

.list-nav ul li a {
    display: inline-block;
    color: #5a5a5a;
    font-size: 18px;
    width: 100%;
}

.list-nav ul li a span {
    float: right;
}

.list-nav-active {
    background: #245399;
}

.list-nav-active a {
    color: #ffffff !important;
}

.list-common-module {
    width: 100%;
    overflow: hidden;

}

.list-common-module-title {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

.list-common-module-title-left {
    float: left;
    overflow: hidden;
    font-weight: bold;
}

.list-common-module-title-left>span:nth-child(1) {
    color: #245399;
    font-size: 20px;
    vertical-align: middle;
}

.list-common-module-title-left>span:nth-child(2) {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #245399;
    border-radius: 50%;
    margin: 0 5px;
    vertical-align: middle;
}

.list-common-module-title-left>sub {
    font-size: 14px;
    color: #b1b1b1;
}

.list-common-module-title-left>sub span {
    color: #245399;
}

.list-bread-nav {
    float: right;
}

.list-bread-nav span:nth-child(1) {
    font-size: 14px;
    color: #245399;
}

.list-bread-nav span:nth-child(1) img {
    vertical-align: middle;
    margin-right: 5px;
}

.list-bread-nav a {
    font-size: 14px;
    color: #555555;
}

.list-bread-nav span:nth-child(3) {
    font-size: 14px;
    margin: 0 3px;
}

.list-bread-nav span:nth-child(4) {
    font-size: 14px;
    color: #555555;
}

.list-common-module-content {
    margin: 15px 0;
    overflow: hidden;
}

.list-common-module-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-common-module-content ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #999;
}

.list-common-module-content ul li a {
    font-size: 16px;
    color: #000000;
}

.list-common-module-content ul li a span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../image/risk_li.png) center left no-repeat;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.list-common-module-content ul li>span {
    float: right;
    color: #b1b1b1;
    font-size: 14px;
}

.list-common-module-content-des {
    overflow: hidden;
    margin: 5px 90px 0 15px;
    font-size: 14px;
    color: #b1b1b1;
    line-height: 2em;
    display: none;
}

.list-common-module-content-des div {
    margin-top: 5px;
    overflow: hidden;
}

.list-common-module-content-des div a {
    font-size: 14px !important;
    color: #245399 !important;
}

.list-common-module-content ul li a:hover {
    color: #245399 !important;
}

.list-common-module-content-des-active {
    display: block;
}

.page {
    overflow: hidden;
    margin: 15px 0;
    padding: 0;
    text-align: right;
}

.page .pagination span {
    line-height: 30px;
    margin: 0 10px;
}

.page .pagination span input {
    width: 40px;
    margin: 0 10px;
}

.list-common-detail {
    padding: 15px 0;
}

.list-detail-content {
    padding: 30px 15px;
}

.list-detail-content-title {
    font-size: 24px;
    color: #014a8f;
    font-weight: bold;
    text-align: center;
}

.list-detail-content-subheading {
    font-size: 14px;
    color: #014a8f;
    font-weight: bold;
    text-align: center;
    margin: 5px 0;
}

#share-1 {
    margin-top: -3px;
    display: inline-block;
    float: left;
}

.list-detail-content-time {
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin: 15px 0;
}

.list-detail-content-time span {
    color: #999999;
    font-size: 14px;
    margin-left: 20px;
}

.list-detail-content-udit p {
    font-size: 16px;
    line-height: 36px;
}

.list-detail-content-udit .video {
    width: 400px;
    height: 320px;
    margin: 0 auto;
}

.risk-head {
    width: 100%;
    background: #ffffff;
    padding: 15px;
    overflow: hidden;
}

.risk-head .container>div:first-child {
    font-size: 12px;
    display: inline-block;
}

.risk-head .container>div:last-child {
    font-size: 12px;
    display: inline-block;
    float: right;
}

.risk-banner {
    width: 100%;
    height: 201px;
    background: url(../image/risk_banner.png) no-repeat;
    background-position: 45% center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.risk-nav {
    width: 100%;
    background: #245399;
    position: relative;
    overflow: hidden;
}

.risk-nav .nav-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.risk-nav .nav-content ul li {
    float: left;
    padding: 10px;
    width: 14.2%;
    text-align: center;
}

.risk-content {
    width: 100%;
    overflow: hidden;
}

.risk-section {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    background: #ffffff;
}

.risk-content-module {
    width: 100%;
    overflow: hidden;
}

.risk-content-module-title {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.risk-content-module-title>div {
    display: inline-block;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.risk-content-module-title>div img {
    margin-right: 5px;
}

.risk-content-module-title>a {
    float: right;
    color: #b1b1b1;
}

.risk-content-ad img {
    width: 100%;
}

.risk-title-line {
    width: 100px;
    height: 2px;
    background: #245399;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.risk-content-module-list {
    width: 100%;
    margin: 15px 0;
}

.risk-content-module-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.risk-content-module-list li {
    padding: 6px 0;
}

.risk-content-module-list li img {
    margin-right: 5px;
}

.risk-content-module-list li a {
    font-size: 16px;
    color: #000000;
}

.risk-content-module-list li span {
    float: right;
    font-size: 14px;
    color: #b1b1b1;
}

.risk-content-module-list li>div {
    font-size: 14px;
    color: #b1b1b1;
    line-height: 2em;
    margin-top: 5px;
    text-align: justify;
}

.risk-content-module-list li>div div {
    margin-top: 5px;
}

.risk-content-module-list li>div div a {
    font-size: 14px;
    color: #245399;
}

.risk-news-b>div {
    padding: 0 10px;
}

.risk-news-cover {
    width: 180px;
    vertical-align: top;
}

.risk-news-rcontent {
    display: inline-block;
    width: 64%;
    padding-left: 10px;
    vertical-align: top;
    line-height: inherit !important;
    margin-top: 0 !important;
}

.risk-news-rcontent>div:last-child {
    line-height: 2em;
}

.risk-news-rcontent a {
    font-size: 14px !important;
    color: #000000 !important;
}

.risk-news-rcontent>div:last-child div a {
    color: #245399 !important;
    font-size: 14px !important;
}

.risk-news-b {
    overflow: inherit;
}

.risk-news-system {
    width: 100%;
    position: relative;
}

.risk-news-system-title {
    width: 100%;
    padding: 10px 15px;
    position: relative;
    border-top: 2px solid #245399;
    border-bottom: 1px solid #f1f1f1;
}

.risk-news-system-title span:nth-child(1) {
    color: #245399;
    font-size: 18px;
}

.risk-news-system-title span:nth-child(2) {
    color: #646464;
    font-size: 16px;
    margin-left: 10px;
}

.risk-news-system-title>div {
    width: 2px;
    height: 15px;
    background: #245399;
    position: absolute;
    left: 15px;
    top: -5px;
}

.risk-news-system-content {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.system-module:first-child {
    width: 100%;
    background: url("../image/system_bg1.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.system-module:last-child {
    width: 100%;
    background: url("../image/system_bg2.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding: 20px 15px;
    border-radius: 5px;
}

.system-module a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.system-module a>div {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    text-align: left;
    color: #ffffff;
}

.system-module a>div div:nth-child(1) {
    font-size: 18px;
}

.system-module a>div div:nth-child(2) {
    font-size: 12px;
}

.protect-banner img {
    width: 100%;
}

.protect-row {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.cg-swiper .swiper-slide img {
    width: 100%;
}

.cg-swiper .swiper-pagination {
    width: 160px;
    left: 75%;
    bottom: 15px;
}

.cg-swiper .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.protect-section {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.protect-row>a>img {
    width: 100%;
}

.protect-row>div:nth-child(1) .protect-system {
    width: 100%;
    background: url("../image/system_bg1.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding: 15px;
}

.protect-row>div:nth-child(2) .protect-system {
    width: 100%;
    background: url("../image/system_bg2.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding: 15px;
}

.protect-row>div:nth-child(3) .protect-system {
    width: 100%;
    background: url("../image/p_bg.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
    padding: 15px;
}

.protect-system a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.protect-system a img {
    margin-right: 15px;
}

.foot-section2 {
    width: 100%;
    padding: 50px 0;
    background: url("../image/f_banner.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
    overflow: hidden;
}

.contact-title {}

.contact-title>div:first-child {
    width: 120px;
    font-size: 30px;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 2px solid #ffffff;
}

.contact-title>div:last-child {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin-top: 5px;
}

.contact>div {
    position: relative;
}

.contact div p {
    color: #ffffff;
    font-size: 14px;
}

.f-line {
    width: 1px;
    height: 100px;
    position: absolute;
    background: #ffffff;
    right: 50px;
    top: 0;
}

.foot-tj {
    text-align: center;
    overflow: hidden;
}

.foot-tj span {
    font-size: 12px;
    color: #ffffff;
    margin-right: 15px;
}

.foot-tj span:last-child {
    margin-right: 0;
}

.yq-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.yq-banner {
    width: 100%;
    position: absolute;
}

.yq-banner img {
    width: 100%;
}

.yq-content {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    z-index: 2;
    margin-top: 220px;
    padding-bottom: 10px;
}

.yq-l {
    width: 50%;
    float: left;
}

.yq-l:last-child {
    padding: 0 15px;
}

.yq-title {
    padding: 10px;
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #245399;
    border-bottom: 1px solid #d2d2d2;
}

.yq-title span:nth-child(1) {
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #245399;
    margin-right: 5px;
    vertical-align: middle;
}

.yq-title span:nth-child(2) {
    font-size: 18px;
    color: #245399;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: bold;
}

.yq-title span:nth-child(3) {
    font-size: 18px;
    color: #646464;
    vertical-align: middle;
}

.yq-title a {
    float: right;
    color: #555555
}

.yq-module-list {
    overflow: hidden;
}

.yq-module-list ul li {
    width: 50%;
    float: left;
    padding: 5px 15px;
}

.zj-module {
    width: 100%;
    overflow: hidden;
}

.zj-module>div:first-child {
    width: 35%;
    float: left;
}

.zj-module>div:last-child {
    width: 65%;
    padding-left: 15px;
    float: left;
}

.zj-info {
    width: 100%;
}

.zj-info-col:nth-child(1) {
    width: 35%;
}

.zj-info-col:nth-child(2) {
    width: 65%;
}

.zj-info tr {
    font-size: 14px;
}

.zj-info tr:first-child {
    text-align: center;
    font-size: 16px;
}

.zj-info tr td {
    padding: 5px 0;
}

.zj-info tr td p {
    margin-bottom: 5px;
}

.zj-info tr td:first-child {
    text-align: center;
}

.zj-info tr:nth-child(odd) {
    background: #e9f0f9;
}

.zj-info tr td img {
    margin-right: 5px;
}

.yq-sys {
    overflow: hidden;
    margin: 15px 0;
}

.yq-sys-module {
    display: inline-block;
    width: 49%;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.yq-sys-module:first-child {
    margin-right: 1%;
    background: url("../image/system_bg1.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
}

.yq-sys-module:last-child {
    background: url("../image/system_bg2.png") no-repeat;
    background-size: cover;
    background-position: 50% center;
}

.yq-sys-module a img {
    height: 60px;
    margin-right: 15px;
}

.yq-sys-module a>div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
}

.yq-search {
    width: 100%;
}

.yq-search input {
    width: 240px;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid #b1b1b1;
    margin-right: 15px;
    vertical-align: middle;
}

.yq-search a {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 5px;
    vertical-align: middle;
}

.yq-search a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.yq-search a:nth-child(3) {
    background: #245399;
    margin-right: 15px;
}

.yq-search a:nth-child(4) {
    background: #b1b1b1;
}

.yq-sys-list table {
    width: 100%;
}

.yq-sys-list-col {}

.yq-sys-list table tr td {
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

.yq-sys-list table tr:first-child {
    text-align: center;
    border-bottom: 1px solid #b1b1b1 !important;
}

.yq-sys-list table tr td {
    padding: 13px 0;
    font-size: 14px;
}

.friendcol {
    width: 16.66666667%;
    float: left;
}

.riskcol {
    width: 50%;
    float: left;
}

.riskcol2 {
    width: 33.33333333%;
    float: left;
}

#ad1 {
    z-index: 3;
}

.city-choose {
    cursor: pointer;
}

.city-list {
    text-align: justify;
    margin-top: 10px;
    overflow: hidden;
    transition: .6s all 0s;
    position: absolute;
    opacity: 0;
    padding: 10px;
    background: #ffffff;
    z-index: 2;
}

.city-list a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    width: 32px;
!important;
}

.city-choose:hover .city-list {
    opacity: 1;
    transition: .6s all 0s;
}

.friendlink-section {
    overflow: inherit;
}

iframe {
    width: 100%;
    height: 678px;
}

.yq-search-content {
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
}

.yq-search-content-col {
    width: 60%;
    overflow: hidden;
}

.yq-search-content-col>div {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 14px;
}

.yq-search-content-col>div span {
    color: red;
    font-size: 14px;
}

.yq-search-content-col>div input {
    width: 100%;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid #b1b1b1;
}

.yq-search-content-col>div textarea {
    width: 100%;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid #b1b1b1;
}

.yq-search-content-col>button {
    padding: 6px 16px;
    background: #245399;
    color: #ffffff;
    outline: none;
    border: none;
    border-radius: 5px;
    margin-right: 15px;
}

.yq-search-content-col>a {
    display: inline-block;
    padding: 6px 16px;
    background: #b1b1b1;
    color: #ffffff;
    outline: none;
    border: none;
    border-radius: 5px;
    margin-right: 15px;
}

#canvas {
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    vertical-align: top;
    margin-left: 10px;
}

.yq-ask-content {
    overflow: hidden;
    margin: 15px 0;
}

DIV#ABTToolbar {
    Z-INDEX: 1000;
    BORDER-BOTTOM: #000 2px solid;
    POSITION: fixed;
    TEXT-ALIGN: center;
    PADDING-BOTTOM: 4px;
    LINE-HEIGHT: 18px;
    PADDING-LEFT: 0px;
    WIDTH: 100%;
    PADDING-RIGHT: 0px;
    BACKGROUND: #ccc;
    COLOR: #000;
    FONT-SIZE: 12px;
    PADDING-TOP: 4px;
    TOP: 0px;
    LEFT: 0px
}

DIV#ABTToolbar * {
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    PADDING-TOP: 0px
}

DIV#ABTToolbar INPUT {
    BORDER-BOTTOM: #000 1px solid;
    BORDER-LEFT: #000 1px solid;
    PADDING-BOTTOM: 0px;
    LINE-HEIGHT: 14px;
    BACKGROUND-COLOR: #fff;
    PADDING-LEFT: 25px;
    PADDING-RIGHT: 4px;
    BACKGROUND-REPEAT: no-repeat;
    HEIGHT: 23px;
    MARGIN-LEFT: 3px;
    FONT-SIZE: 12px;
    BORDER-TOP: #000 1px solid;
    BORDER-RIGHT: #000 1px solid;
    PADDING-TOP: 2px
}

DIV#ABTToolbar DIV#hightcontrast {
    POSITION: relative;
    PADDING-LEFT: 3px;
    DISPLAY: inline
}

DIV#ABTToolbar DIV#hightcontrast INPUT {
    MARGIN-LEFT: 0px
}

DIV#ABTToolbar DIV#hightcontrast UL#hightcontrastlist {
    BORDER-BOTTOM: #000 1px solid;
    POSITION: absolute;
    TEXT-ALIGN: center;
    BORDER-LEFT: #000 1px solid;
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 88px;
    PADDING-RIGHT: 0px;
    BACKGROUND: #ccc;
    BORDER-TOP: #000 1px solid;
    BORDER-RIGHT: #000 1px solid;
    PADDING-TOP: 0px;
    TOP: 17px;
    LEFT: 3px
}

DIV#ABTToolbar DIV#hightcontrast UL#hightcontrastlist LI {
    LIST-STYLE-TYPE: none
}

DIV#ABTToolbar INPUT#textmodebutton {
    PADDING-LEFT: 29px;
    WIDTH: 130px;
    BACKGROUND-POSITION: 2px 0px
}

DIV#ABTToolbar INPUT#pagezoomin {
    WIDTH: 90px;
    BACKGROUND-POSITION: 2px -63px
}

DIV#ABTToolbar INPUT#pagezoomout {
    WIDTH: 90px;
    BACKGROUND-POSITION: 2px -84px
}

DIV#ABTToolbar INPUT#fontzoomin {
    WIDTH: 90px;
    BACKGROUND-POSITION: 2px -21px
}

DIV#ABTToolbar INPUT#fontzoomout {
    WIDTH: 90px;
    BACKGROUND-POSITION: 2px -42px
}

DIV#ABTToolbar INPUT#hightcontrastbutton {
    WIDTH: 90px;
    BACKGROUND-POSITION: 2px -189px
}

DIV#ABTToolbar INPUT#guidesbutton {
    WIDTH: 110px;
    BACKGROUND-POSITION: 2px -105px
}

DIV#ABTToolbar INPUT#texttipsbutton {
    WIDTH: 90px;
    BACKGROUND-POSITION: 2px -210px
}

DIV#ABTToolbar INPUT#ABTHelpbutton {
    PADDING-LEFT: 29px;
    WIDTH: 65px;
    BACKGROUND-POSITION: 2px -126px
}

DIV#ABTToolbar INPUT#resetbutton {
    WIDTH: 65px;
    BACKGROUND-POSITION: 2px -147px
}

DIV#ABTToolbar INPUT#closetoolbar {
    WIDTH: 65px;
    BACKGROUND-POSITION: 2px -168px
}

DIV#guidesbox {
    LINE-HEIGHT: 0px;
    WIDTH: 100%;
    HEIGHT: 0px;
    FONT-SIZE: 0px
}

DIV#guidesbox DIV#guidesXLine {
    Z-INDEX: 999;
    POSITION: absolute;
    LINE-HEIGHT: 0px;
    WIDTH: 100%;
    HEIGHT: 4px;
    FONT-SIZE: 0px;
    TOP: 0px;
    LEFT: 0px
}

DIV#guidesbox DIV#guidesYLine {
    Z-INDEX: 998;
    POSITION: absolute;
    LINE-HEIGHT: 0px;
    WIDTH: 4px;
    HEIGHT: 100%;
    FONT-SIZE: 0px;
    TOP: 0px
}

DIV.skipelement {
    LINE-HEIGHT: 0px;
    WIDTH: 0px;
    HEIGHT: 0px;
    FONT-SIZE: 0px
}

DIV#abthelpbox {
    Z-INDEX: 100;
    BORDER-BOTTOM: #000 3px solid;
    POSITION: fixed;
    TEXT-ALIGN: left;
    BORDER-LEFT: #000 3px solid;
    PADDING-BOTTOM: 10px;
    LINE-HEIGHT: 14px;
    PADDING-LEFT: 10px;
    WIDTH: 620px;
    PADDING-RIGHT: 10px;
    FONT-FAMILY: "??????";
    BACKGROUND: #fff;
    HEIGHT: 350px;
    MARGIN-LEFT: -313px;
    FONT-SIZE: 12px;
    BORDER-TOP: #000 3px solid;
    BORDER-RIGHT: #000 3px solid;
    PADDING-TOP: 10px;
    TOP: 90px;
    LEFT: 50%
}

DIV#abthelpbox DIV#helptitle {
    BORDER-BOTTOM: #ccc 2px solid;
    PADDING-BOTTOM: 5px;
    LINE-HEIGHT: 16px;
    MARGIN: 0px auto 10px;
    PADDING-LEFT: 0px;
    WIDTH: 620px;
    PADDING-RIGHT: 0px;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 0px
}

DIV#abthelpbox DIV#helpcontent {
    WIDTH: 620px;
    HEIGHT: 318px
}

DIV#abthelpbox DIV#helpcontent IFRAME {
    OVERFLOW-Y: scroll;
    WIDTH: 620px;
    HEIGHT: 318px
}

DIV#abthelpbox DIV#closehelpbox {
    LINE-HEIGHT: 0px;
    MARGIN-TOP: -353px;
    WIDTH: 18px;
    FLOAT: right;
    HEIGHT: 18px;
    FONT-SIZE: 0px
}

DIV#abthelpbox DIV#closehelpbox A {
    WIDTH: 18px;
    DISPLAY: block;
    HEIGHT: 18px
}

DIV#gettextmessagebox {
    Z-INDEX: 1000;
    POSITION: fixed;
    TEXT-ALIGN: center;
    WIDTH: 100%;
    BOTTOM: 0px;
    BACKGROUND: #ccc;
    HEIGHT: 140px;
    OVERFLOW: hidden;
    BORDER-TOP: #000 2px solid;
    LEFT: 0px
}

DIV#gettextmessagebox DIV#closetextmessagebox {
    PADDING-BOTTOM: 0px;
    LINE-HEIGHT: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 18px;
    PADDING-RIGHT: 8px;
    FLOAT: right;
    HEIGHT: 18px;
    FONT-SIZE: 0px;
    PADDING-TOP: 8px
}

DIV#gettextmessagebox DIV#closetextmessagebox A {
    LINE-HEIGHT: 0px;
    WIDTH: 18px;
    DISPLAY: block;
    HEIGHT: 18px
}

DIV#gettextmessagebox DIV#textbgbuttonbox {
    PADDING-BOTTOM: 0px;
    LINE-HEIGHT: 18px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 8px;
    FLOAT: right;
    HEIGHT: 18px;
    PADDING-TOP: 8px
}

DIV#gettextmessagebox DIV#pinyinbuttonbox {
    PADDING-BOTTOM: 0px;
    LINE-HEIGHT: 18px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 8px;
    FLOAT: right;
    HEIGHT: 18px;
    PADDING-TOP: 8px
}

DIV#gettextmessagebox DIV#gettextmessagecontent {
    LINE-HEIGHT: 46px;
    WIDTH: 100%;
    FONT-FAMILY: "??????";
    CLEAR: both;
    FONT-SIZE: 26px;
    PADDING-TOP: 20px
}

DIV#gettextmessagebox DIV#gettextmessagecontent SPAN {
    PADDING-BOTTOM: 20px;
    LINE-HEIGHT: 28px;
    MARGIN-TOP: -20px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    DISPLAY: inline-block;
    HEIGHT: 28px;
    FONT-SIZE: 26px;
    PADDING-TOP: 20px
}

DIV#gettextmessagebox DIV#gettextmessagecontent SPAN SUP {
    LINE-HEIGHT: 20px;
    MARGIN-TOP: -47px;
    DISPLAY: block;
    FONT-SIZE: 16px
}

#ABTToolbar>input {
    padding: 0 !important;
}

.print-link {
    padding: 6px 16px;
    background: #245399;
    color: #ffffff;
    outline: none;
    border: none;
    border-radius: 5px;
    margin-right: 15px;
}

.risk-news-hot {
    width: 100%;
    overflow: hidden;
}

.risk-news-hot-content {
    width: 100%;
    padding: 15px;
    border: 1px solid #b1b1b1;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.risk-news-hot-content-mark {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 60px solid #245399;
    border-bottom: 80px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.risk-news-hot-content-mark>div {
    overflow: hidden;
    width: 50px;
    color: #ffffff;
    position: relative;
    left: -62px;
    font-size: 16px;
    transform: rotate(-60deg);
    top: 10px;
}

.risk-news-hot-content-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

.risk-news-hot-content-time {
    display: inline-block;
    vertical-align: middle;
}

.risk-news-hot-content-title a {
    font-size: 18px;
    color: #245399;
}

.risk-news-hot-content-more {
    display: inline-block;
    vertical-align: middle;
}

.risk-news-hot-content-more a {
    font-size: 14px;
    color: #b1b1b1;
}

.risk-news-hot-content-time-l {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    color: #666666;
}

.risk-news-hot-content-time-r {
    display: inline-block;
    vertical-align: middle;
}

.risk-news-hot-content-time-r>div {
    font-size: 16px;
    color: #666666;
}

.search-form {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
}

.search-form-col {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.search-form-col>div {
    overflow: hidden;
}

.search-form-col .control-label {
    width: 120px;
    float: left;
    text-align: right;
    line-height: 34px;
}

.checkbox-custom {
    position: relative;
    padding: 0 15px 0 25px;
    margin-bottom: 7px;
    margin-top: 0;
    display: inline-block;
}

/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
    opacity: 0;
    /*将初始的checkbox隐藏起来*/
    position: absolute;
    cursor: pointer;
    z-index: 2;
    margin: -6px 0 0 0;
    top: 50%;
    left: 3px;
}

/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 19px;
    height: 18px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
}

/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked+label:after {
    position: absolute;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    top: 42%;
    left: 3px;
    margin-top: -5px;
    font-size: 11px;
    line-height: 1;
    width: 16px;
    height: 16px;
    color: #333;
}

.checkbox-custom label {
    cursor: pointer;
    line-height: 1.2;
    font-weight: normal;
    /*改变了rememberme的字体*/
    margin-bottom: 0;
    text-align: left;
}

.search-num {
    width: 60px;
    display: inline-block;
}

.search-span {
    margin: 0 10px;
}

.control-label span {
    color: #FFFFFF;
}

.form-button {
    line-height: normal !important;
}

.form-button button {
    background: #276bc7;
    color: #FFFFFF;
    height: 36px;
    border: none;
    outline: none;
    padding: 6px 20px;
    border-radius: 5px;
}

.set-select {
    line-height: 34px;
}

.form-control option {
    padding: 5px 0;
}

@media screen and (min-device-width: 960px) {
    .risk-content-module-sl {
        height: 336px;
    }
}

@media screen and (max-device-width: 1030px) {
    .nav-content ul li a {
        font-size: 14px !important;
    }
}

@media screen and (max-device-width: 991px) {
    .protect-row-item {
        padding-right: 0;
        /*width: 455px;*/
        /*margin: auto;*/
    }

    .swiper-slide-img {
        height: 600px;
    }
}

@media screen and (max-device-width: 960px) {
    .nav-content ul li a {
        font-size: 14px !important;
    }

    .index-model3-system-title span:nth-child(2) {
        font-size: 16px !important;
    }

    .index-model3-system-title span:nth-child(3) {
        font-size: 13px !important;
    }

    .index-model3-zt-title span:nth-child(2) {
        font-size: 16px !important;
    }

    .index-model3-zt-title span:nth-child(3) {
        font-size: 13px !important;
    }

    .index-model3-zt-title a {
        padding: 0 12px !important;
    }

    .index-model1-content-title ul li {
        font-size: 16px !important;
    }

    .index-model3-system-content>div a>div img {
        height: 38px !important;
    }

    .index-news-module-content1 ul li {
        padding: 9.5px 0 !important;
    }

    .index-news-module-content2 {
        height: 286px !important;
    }

    .index-news-module-content2 ul li {
        padding: 8.5px 0 !important;
    }

    .index-model3-zt-content a:last-child {
        height: 73px !important;
        font-size: 14px !important;
        line-height: 73px !important;
    }

    .index-model3-zt-content a:last-child div {
        float: inherit !important;
    }

    .index-model3-zt-content a {
        height: 73px !important;
        font-size: 14px !important;
        line-height: 73px !important;
    }

    .index-model3-zt-content a img {
        width: 30px !important;
    }

    .index-model3-zt-content a .mobile {
        font-size: 11px !important;
    }

    .index-model3-app a img {
        height: 75px !important;
    }

    .index-model3-app a div {
        font-size: 13px !important;
    }

    .index-model3-system-content>div {
        padding: 15px 15px !important;
    }

    .index-model4-app a img {
        height: 71px !important;
        width: 60% !important;
    }

    .index-model4-app a div {
        font-size: 13px !important;
    }
}
