﻿.h5flex750 {
    display: none;
}
.index-notice {
    max-width: 1440px;
    margin: 0 auto;
    /*padding-top: 80px;*/
}
.index-notice-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.index-notice-title p:first-child {
    font-weight: 700;
    color: #194382;
    font-size: 40px;
    line-height: 1;
}
.index-notice-title p:first-child span {
    color: #333333;
}
.index-notice-title p:last-child {
    font-size: 30px;
    color: #000;
    margin-top: 13px;
    line-height: 36px;
}
.index-notice-more {
    width: 126px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 21px;
	border: solid 1px #194382;
    display: flex;
    /* justify-content: center; */
    padding: 0 26px;
    box-sizing: border-box;
    align-items: center;
    color: #194382;
    font-size: 16px;
    background-image: url('../image/5.png');
    background-repeat: no-repeat;
    background-position: 94px center;
}
.index-notice-more:hover {
    background-color: #194382;
    background-image: url('../image/21.png');
    background-repeat: no-repeat;
    background-position: 94px center;
    color: #ffffff;
}
.index-notice-more__img {
    display: block;
    width: 7px;
    margin-left: 6px;
}
.index-notice-list {
    margin-top: 42px;
}
.index-notice-list ul {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.index-notice-list ul li {
    width: 342px;
	height: 218px;
	background: url('../image/6.png') no-repeat;
    background-size: 100% 100%;
	/* border: solid 1px #e6e6e6; */
    box-sizing: border-box;
    padding: 36px 20px;
    border-top: 2px solid #194382;
    margin-right: 24px;
}
.index-notice-list ul li:nth-child(4) {
    margin-right: 0;
}
.index-notice-list ul li:hover {
    background: url('../image/20.png') no-repeat;
    border-top: 2px solid #bc0028;
}
.index-notice-list ul li:hover .index-notice-time span {
    color: #ffffff;
}
.index-notice-list ul li:hover .index-notice-title {
    color: #ffffff;
}
.index-notice-list ul li:hover .index-notice-desc {
    color: #cccccc;
}
.index-notice-list ul li .index-notice-time {
    text-align: center;
}
.index-notice-list ul li .index-notice-time span {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.index-notice-list ul li .index-notice-time span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    width: 40px;
	height: 1px;
	background-color: #cccccc;
}
.index-notice-list ul li .index-notice-time span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    width: 40px;
	height: 1px;
	background-color: #cccccc;
}
.index-notice-title {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 17px;
}
.index-notice-desc {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.index-news {
    background: linear-gradient(0deg, #f4f6fb, #ffffff);
    padding-bottom: 50px;
}
.index-news-box {
    max-width: 1440px;
    margin: 0 auto;
}
.index-news-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}
.index-news-left {
    width: 708px;
}
.index-news-bar {
    margin-top: 62px;
}
.swiper-indexnews .swiper-slide {
    position: relative;
}
.swiper-indexnews .swiper-slide img {
    display: block;
    width: 100%;
}
.swiper-indexnews .swiper-slide p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    line-height: 56px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    padding-left: 20px;
}
.swiper-pagination-indexnews-block {
    position: absolute;
    height: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, .5); */
    z-index: 999;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.swiper-pagination-indexnews-block p {
    width: 360px;
    color: #ffffff;
    font-size: 18px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.swiper-indexnews .swiper-slide p span {
    display: block;
    width: 360px;
    color: #ffffff;
    font-size: 18px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis; 
}
.swiper-pagination-indexnews {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
}
.swiper-pagination-indexnews .swiper-pagination-bullet {
    background-color: #fff;
    opacity: .5;
    margin: 0 5px;
}
.swiper-pagination-indexnews .swiper-pagination-bullet-active {
    opacity: 1;
}
.index-news-right ul {
    width: 700px;
}
.index-news-list {
    margin-bottom: 14px;
	border-bottom: 1px dashed #ccc;
}
.index-news-list:hover .index-news-title {
    color: #194382;
}
.index-news-list:hover .index-news-desc {
    color: #194382;
}
.index-news-list:last-child {
    margin-bottom: 0;
}
.index-news-list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.index-news-time {
    width: 88px;
    /* border-right: 1px solid #e6e6e6; */
    padding-right: 20px;
    flex-shrink: 0;
    position: relative;
}
.index-news-time::after {
    content: "";
    position: absolute;
    width: 1px;
	height: 60px;
	background-color: #e6e6e6;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.index-news-time p {
    font-weight: 700;
    color: #194382;
    font-size: 36px;
    margin-bottom: 3px;
}
.index-news-time p:last-child {
    font-size: 16px;
    /* margin-bottom: 0; */
}
.index-news-title {
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
}
.index-news-desc {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.index-news-list-block {
    margin-left: 14px;
    width: 607px;
}
.index-plat {
    max-width: 1440px;
    margin: 60px auto;
}
.index-plat-list {
    margin-top: 22px;
}
.index-plat-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.index-plat-list ul li {
    width: 462px;
	height: 100px;
	border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 24px;
    box-sizing: border-box;
}
.index-plat-list ul li:first-child {
    background: url('../image/22.png') no-repeat;
    background-size: 100% 100%;
}
.index-plat-list ul li:first-child:hover {
    box-shadow: 0px 0px 10px #6a9cff;
}
.index-plat-list ul li:nth-child(2) {
    background: url('../image/23.png') no-repeat;
    background-size: 100% 100%;
}
.index-plat-list ul li:nth-child(2):hover {
    box-shadow: 0px 0px 10px #38ca97;
}
.index-plat-list ul li:nth-child(3) {
    background: url('../image/24.png') no-repeat;
    background-size: 100% 100%;
}
.index-plat-list ul li:nth-child(3):hover {
    box-shadow: 0px 0px 10px #ff9b6e;
}
.index-plat-list ul li:nth-child(4) {
    background: url('../image/25.png') no-repeat;
    background-size: 100% 100%;
}
.index-plat-list ul li:nth-child(4):hover {
    box-shadow: 0px 0px 10px #b89dff;
}
.index-plat-list ul li:nth-child(5) {
    background: url('../image/26.png') no-repeat;
    background-size: 100% 100%;
}
.index-plat-list ul li:nth-child(5):hover {
    box-shadow: 0px 0px 10px #4899ff;
}
.index-plat-list ul li:last-child {
    background: url('../image/27.png') no-repeat;
    background-size: 100% 100%;
}
.index-plat-list ul li:last-child:hover {
    box-shadow: 0px 0px 10px #ffd065;
}
.index-plat-list ul li:first-child .index-plat__img {
    display: block;
    width: 18px;
    margin-right: 16px;
}
.index-plat-list ul li:nth-child(2) .index-plat__img {
    display: block;
    width: 20px;
    margin-right: 15px;
}
.index-plat-list ul li:nth-child(3) .index-plat__img {
    display: block;
    width: 22px;
    margin-right: 13px;
}
.index-plat-list ul li:nth-child(4) .index-plat__img {
    display: block;
    width: 19px;
    margin-right: 15px;
}
.index-plat-list ul li:nth-child(5) .index-plat__img {
    display: block;
    width: 22px;
    margin-right: 13px;
}
.index-plat-list ul li:last-child .index-plat__img {
    display: block;
    width: 23px;
    margin-right: 11px;
}
.index-plat-list ul li p {
    color: #ffffff;
    font-size: 24px;
}
.index-plat-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.index-plat-more {
    width: 126px;
	height: 42px;
	/* background-color: #6a9cff; */
	border-radius: 21px;
	border: solid 1px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-plat-more {
    color: #ffffff;
    font-size: 16px;
}
.index-plat-more img {
    margin-left: 6px;
}
.index-member {
    max-width: 1440px;
    margin: 0 auto 50px;
}
.index-member-more {
    display: flex;
    align-items: center;
}
.index-member-more .index-member-switch {
    color: #999999;
    font-size: 20px;
    position: relative;
    padding-left: 10px;
}
.index-member-more .index-member-switch::before {
    content: "";
    position: absolute;
    width: 6px;
	height: 6px;
    border-radius: 50%;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #cccccc;
}
.index-member-more .index-member-switch:nth-child(2) {
    margin-left: 80px;
    margin-right: 60px;
}
.index-member-more .index-member-switch.active {
    color: #194382;
}
.index-member-more .index-member-switch.active::before {
    background-color: #194382;
}
.index-member-switch-h5 {
    display: none;
    justify-content: flex-end;
    margin-top: 10px;
}
.index-member-list {
    margin-top: 38px;
}
.index-member-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.index-member-list ul li {
    width: 462px;
    padding-left: 27px;
    position: relative;
}
.index-member-list ul li::before {
    content: "";
    width: 7px;
	height: 7px;
	background-color: #194382;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.index-member-con {
    width: 434px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    /* border-top: 1px solid #e6e6e6; */
    border-bottom: 1px solid #e6e6e6;
    color: #333333;
    font-size: 18px;
}
.index-member-con2 {
   /* width: 434px;*/
 
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    /* border-top: 1px solid #e6e6e6; */
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    font-size: 18px;
}
.index-member-con .user_contacts {
    color: #666666;
    font-size: 18px;
}
.index-member-con:first-child, .index-member-con:nth-child(2),.index-member-con:nth-child(3) {
    border-top: 1px solid #e6e6e6;
}
.index-style {
    max-width: 1440px;
    margin: 60px auto 72px;
}
.index-style-block {
    border-radius: 8px;
}
.owl-style {
    margin-top: 40px;
}
.owl-style .index-style__img {
    display: block;
    width: 100%;
}
.owl-style-box {
    border: solid 1px #e6e6e6;
    padding: 33px 20px 29px 20px;
}
.owl-style-title {
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    height: 54px;
    margin-bottom: 13px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.owl-style-time {
    color: #999999;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.owl-style-desc {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.owl-style-more {
    width: 126px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 21px;
	border: solid 1px #194382;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 0 24px 0 26px;
    color: #194382;
    font-size: 16px;
    background-image: url('../image/5.png');
    background-repeat: no-repeat;
    background-position: 100px center;
    box-sizing: border-box;
}
.owl-carousel .owl-item .owl-style-more__img {
    display: block;
    width: 7px;
    margin-left: 6px;
}
.index-style-block:hover .owl-style-more {
    background-color: #194382;
    background-image: url('../image/21.png');
    background-repeat: no-repeat;
    background-position: 100px center;
    color: #ffffff;
}
.index-style-block:hover .owl-style-title {
    color: #194382;
}
.about-nav {
    position: sticky;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    z-index: 99;
}
.about-nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    height: 62px;
}
.about-nav-crumb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #999999;
    font-size: 16px;
}
.about-nav-crumb__img {
    display: block;
    width: 16px;
    margin-right: 15px;
}
.about-nav-crumb a {
    color: #999999;
    font-size: 16px;
}
.about-nav-link {
    display: flex;
    /* height: 100%; */
    align-items: center;
}
.about-nav-link a {
    display: block;

    /*width: 175px;*/
    margin-left: 72px;

    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    box-sizing: border-box;
}
.about-nav-link a.active {
    color: #194382;
    border-bottom: 2px solid #194382;
}
.about-nav-link a:hover {
    color: #194382;
    border-bottom: 2px solid #194382;
}
.about-container {
    max-width: 1440px;
    margin: 80px auto 0;
    padding-bottom: 112px;
}
.about-intro {
    /*display: flex;*/
    align-items: flex-start;
    justify-content: space-between;
}
.about-intro__img {
    display: block;
    width: 460px;
}
.about-intro-title {
    color: #194382;
    font-size: 32px;
    line-height: 50px;
}
.about-intro-con {
    width: 921px;
}
.about-intro-entitle {
    font-size: 16px;
    color: #999999;
    margin-top: 14px;
}
.about-intro-line {
    width: 30px;
	height: 8px;
	background-color: #194382;
	border-radius: 4px;
    margin-top: 20px;
}
.about-intro-article {
    color: #333333;
    font-size: 16px;
    line-height: 42px;
    margin-top: 46px;
}
.about-intro-todo {
    color: #666666;
    font-size: 16px;
    line-height: 42px;
    margin-top: 40px;
}
.about-intro-todo span {
    color: #333333;
    font-weight: 700;
}
.about-intro-text img {
    max-width: 100%;
}
.about-asso-title {
    text-align: center;
    color: #333333;
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
}
.about-asso-tip {
    font-size: 32px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
}
.about-chacpter-title {
    color: #333333;
    font-size: 24px;
    text-align: center;
}
.about-assc-chacpter {
    margin-top: 50px;
}
.about-chacpter-list {
    margin-top: 30px;
}
.about-chacpter-li {
    color: #999999;
    font-size: 16px;
    line-height: 42px;
}
.about-chacpter-li span {
    color: #333333;
    padding-left: 20px;
    position: relative;
}
.about-chacpter-li span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
    left: 10px;
}
.about-mem__img {
    display: block;
    width: 100%;
    margin: 65px auto 0;
}
.about-expert-th,.about-expert-list {
    width: 100%;
	height: 62px;
    line-height: 62px;
	background-color: #1d5ec0;
	border: solid 1px #1d5ec0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.about-expert-th div,.about-expert-list span {
    text-align: center;
    line-height: 62px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.about-expert-th div {
    font-size: 20px;
}
.about-expert-list span {
    color: #333333;
}
.about-expert-list:nth-child(n) {
    background-color: #fbfcff;
	border: solid 1px #1d5ec0;
    border-top: 0;
}
.about-expert-list:nth-child(2n) {
    background-color: #ffffff;
	border: solid 1px #1d5ec0;
    border-top: 0;
}
.about-expert-th div:first-child,.about-expert-list span:first-child {
    width: 151px;
}
.about-expert-list:nth-child(n) span:first-child  {
    background-color: #e6ebf7;
    height: 60px;
}
.about-expert-list:nth-child(2n) span:first-child  {
    background-color: #f7f7f7;
    height: 60px;
}
.about-expert-th div:nth-child(2),.about-expert-list span:nth-child(2) {
    width: 284px;
}
.about-expert-th div:nth-child(3),.about-expert-list span:nth-child(3) {
    width: 691px;
    text-align: left;
}
.about-expert-th div:last-child,.about-expert-list span:last-child {
    width: 259px;
    text-align: left;
}
.pagenation {
    margin-bottom: 100px;
}
.pagenation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pagenation ul li {
    width: 40px;
	height: 40px;
    line-height: 40px;
    text-align: center;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dddddd;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 5px;
}
.pagenation ul li a {
    display: block;
    color: #888888;
    font-size: 16px;
}
.pagenation ul li:first-child {
    width: 70px;
	height: 40px;
	background-color: #194382;
	border-radius: 4px;
}
.pagenation ul li:last-child,.pagenation ul li:first-child {
    width: 70px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #dddddd;
}
.pagenation ul li:first-child:hover a,.pagenation ul li:last-child:hover a,.pagenation ul li:hover a,.pagenation ul li.active a {
    background-color: #194382;
    color: #ffffff;
}
.about-link {
    display: flex;
    align-items: flex-start;
}
.about-link-left {
    width: 637px;
	height: 400px;
    background: #efefef;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-left: 50px;
    box-sizing: border-box;
}
.about-link-right {
    width: 803px;
	height: 400px;
}
.about-link-list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 27px;
}
.about-link-list .about-link-img {
    width: 33px;
}
.about-link-list .about-link-img img {
    display: block;
    width: 22px;
}
.about-link-list:first-child .about-link-img img {
    display: block;
    width: 20px;
}
.about-link-list p {
    line-height: 22px;
    font-size: 18px;
    color: #666666;
}
.about-link-list p a {
    color: #666666;
}
.about-link-tip {
    color: #194382;
    font-size: 32px;
}
.about-link-title {
    color: #333333;
    font-size: 24px;
    margin-top: 27px;
    margin-bottom: 42px;
}
.about-online {
    max-width: 1342px;
}
.about-online-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666666;
    font-size: 18px;
    margin-top: 80px;
}
.about-online-title span {
    color: #194382;
    font-size: 32px;
}
.about-line-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
}
.about-line-input input {
    width: 660px;
	height: 62px;
	background-color: #ffffff;
    border: solid 1px #e6e6e6;
	/* border: solid 1px #194382; */
    padding-left: 23px;
    box-sizing: border-box;
    outline: 0;
    font-size: 16px;
    font-family: '微软雅黑 黑体';
}
.about-line-input input:focus {
    border: solid 1px #194382;
}
.about-line-input input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #999999;
    font-size: 16px;
    padding-left: 10px;
}
.about-line-input input:-moz-placeholder{    /* Firefox版本4-18 */
	color: #999999;
    font-size: 16px;
    padding-left: 10px;
}              
.about-line-input input::-moz-placeholder{    /* Firefox版本19+ */
	color: #999999;
    font-size: 16px;
    padding-left: 10px;
}              
.about-line-input input:-ms-input-placeholder{   /* IE浏览器 */
	color: #999999;
    font-size: 16px;
    padding-left: 10px;
}
.about-line-textarea {
    margin-top: 23px;
}
.about-line-textarea textarea {
    width: 100%;
    height: 296px;
	border: solid 1px #e6e6e6;
    outline: 0;
    padding: 25px;
    box-sizing: border-box;
    font-family: '微软雅黑 黑体';
}
.about-line-textarea textarea:focus {
    border: solid 1px #194382;
}
.about-line-textarea textarea::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #999999;
    font-size: 16px;
}
.about-line-textarea textarea:-moz-placeholder{    /* Firefox版本4-18 */
	color: #999999;
    font-size: 16px;
}              
.about-line-textarea textarea::-moz-placeholder{    /* Firefox版本19+ */
	color: #999999;
    font-size: 16px;
}              
.about-line-textarea textarea:-ms-input-placeholder{   /* IE浏览器 */
	color: #999999;
    font-size: 16px;
}
.about-line-submit {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-line-yam {
    width: 570px;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}
.about-line-yam__input {
    width: 370px;
    height: 62px;
    box-sizing: border-box;
    padding-left: 22px;
    border: 0;
    outline: 0;
    font-family: '微软雅黑 黑体';
}
.about-line-yam__input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #999999;
    font-size: 16px;
    padding-left: 10px;
}
.about-line-yam__input:-moz-placeholder{    /* Firefox版本4-18 */
	color: #999999;
    font-size: 16px;
    padding-left: 10px;
}              
.about-line-yam__input::-moz-placeholder{    /* Firefox版本19+ */
	color: #999999;
    font-size: 16px;
    padding-left: 10px;
}              
.about-line-yam__input:-ms-input-placeholder{   /* IE浏览器 */
	color: #999999;
    font-size: 16px;
    padding-left: 10px;
}
.about-line-yam__img {
    width: 200px;
    height: 62px;
}
.about-line-button {
    width: 266px;
	height: 62px;
    line-height: 62px;
    text-align: center;
	background-color: #194382;
	border: solid 1px #194382;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.notice-title {
    text-align: center;
    color: #194382;
    font-size: 32px;
    margin-top: 48px;
    margin-bottom: 45px;
}
.notice-box {
    max-width: 1440px;
    margin: 0 auto 32px;
}
.notice-list {
    height: 176px;
    background: url('../image/42.png') no-repeat;
    background-size: cover;
    border: solid 1px #e6e6e6;
    border-top: 3px solid #194382;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.notice-list a {
    display: block;
    height: 100%;
    padding: 38px 25px 0;
    box-sizing: border-box;
}
.notice-list-title {
    display: flex;
    align-items: center;
}
.notice-list-time span {
    display: block;
    width: 98px;
	height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #194382;
	border-radius: 6px;
	border: solid 1px #194382;
    color: #ffffff;
    font-size: 16px;
    margin-right: 26px;
}
.notice-list-title__title {
    color: #194382;
    font-size: 20px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.notice-list-desc {
    padding-left: 125px;
    color: #999999;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    position: relative;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.notice-list-desc::after {
    content: "";
    position: absolute;
    width: 13px;
	height: 13px;
    background: url('../image/40.png') no-repeat;
    background-size: 100% 100%;
    left: 8px;
    bottom: 6px;
}
.notice-list:hover {
    background: url('../image/43.png') no-repeat;
    border-top: 3px solid #bc0028;
    background-size: cover;
}
.notice-list:hover .notice-list-title__title {
    color: #ffffff;
    text-decoration: underline;
}
.notice-list:hover .notice-list-desc {
    color: #cccccc;
}
.notice-list:hover .notice-list-desc::after {
    background: url('../image/41.png') no-repeat;
}
.notice-list:hover .notice-list-time span {
    background-color: #d9e3f1;
	border: solid 1px #194382;
    color: #194382;
}
.detail-title {
    text-align: center;
    color: #333333;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 16px;
    line-height: 1.5;
}
.detail-time {
    text-align: center;
    color: #999999;
    font-size: 16px;
    margin-bottom: 30px;
}
.detail-t {
    border-bottom: 1px solid #e6e6e6;
}
.detail-con {
    color: #666666;
    font-size: 16px;
    line-height: 34px;
}
.detail-annex {
    margin-top: 28px;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    color: #194382;
    font-size: 16px;
    text-decoration: underline;
}
.detail-annex img {
    display: block;
    width: 18px;
    margin-right: 15px;
}
.detail-img {
    display: block;
    max-width: 100%;
    width: 1300px;
    margin: 0 auto;
}
.detail-back {
    display: block;
    width: 126px;
	height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 42px auto 0;
	background-color: #ffffff;
	border-radius: 21px;
	border: solid 1px #194382;
    color: #194382;
    font-size: 16px;
}
.detail-back:hover {
    background-color: #194382;
    color: #ffffff;
}
.detail-con img {
    max-width: 100%;
}
.dongtai-list {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 32px;
    margin-bottom: 40px;
}
.dongtai-list:hover {
    box-shadow: 15px 15px 10px #efefef;
}
.dongtai-list:hover .dongtai-more {
    background: url('../image/21.png') no-repeat;
    background-position: 95px center;
}
.dongtai-list:hover .dongtai-more {
    background-color: #194382;
    color: #ffffff;
}
.dongtai-list-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dongtai-list:hover .dongtai-title {
    color: #194382;
}
.dongtai-list:hover .dongtai-desc {
    color: #194382;
}
.dongtai-time-year {
    color: #194382;
    font-size: 50px;
    font-weight: 700;
}
.dongtai-time-date {
    color: #194382;
    font-size: 16px;
    margin-top: 9px;
}
.dongtai-litpic {
    width: 241px;
	height: 171px;
    object-fit: cover;
    margin-left: 32px;
    margin-right: 45px;
}
.dongtai-article {
    width: 1050px;
}
.dongtai-title {
    color: #333333;
    font-size: 20px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    margin-bottom: 18px;
}
.dongtai-desc {
    line-height: 29px;
    font-size: 16px;
    color: #999999;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.dongtai-more {
    width: 126px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 21px;
	border: solid 1px #194382;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -20px;
    margin-top: 25px;
    padding: 0 26px;
    background: url('../image/5.png') no-repeat;
    background-position: 95px center;
    box-sizing: border-box;
    color: #194382;
    font-size: 16px;
}
.member {
    background-color: #f4f6fb;
}
.member-login {
    background: url('../image/49.png') no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 115px;
}
.member-login-form {
    display: block;
    width: 670px;
	height: 520px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #ffffff;
    margin: 0 auto;
}
.member-login-title {
    text-align: center;
    color: #ffffff;
    font-size: 38px;
    line-height: 52px;
    margin-top: 90px;
    margin-bottom: 26px;
}
.member-login-form-title {
    text-align: center;
    color: #194382;
    font-size: 32px;
    margin-top: 57px;
    margin-bottom: 44px;
}
.member-login-input {
    position: relative;
    width: 409px;
	height: 50px;
    margin: 0 auto 17px;
}
.member-login-input__input {
    display: block;
    width: 409px;
	height: 50px;
    margin: 0 auto 17px;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    outline: 0;
    box-sizing: border-box;
    padding-left: 62px;
    position: relative;
    background: url('../image/50.png') no-repeat;
    background-size: 18px 22px;
    background-position: 30px center;
    background-color: #f7f7f7;
}
.member-login-input:nth-child(3) .member-login-input__input {
    background: url('../image/51.png') no-repeat;
    background-size: 19px 21px;
    background-position: 30px center;
    background-color: #f7f7f7;
}
.member-login-input:last-child .member-login-input__input {
    background: url('../image/52.png') no-repeat;
    background-size: 20px 18px;
    background-position: 30px center;
    background-color: #f7f7f7;
}
.member-login-yzm {
    position: absolute;
    width: 100px;
	height: 40px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.member-login-input-submit {
    display: block;
    width: 410px;
	height: 60px;
	background-color: #194382;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    margin: 47px auto 0;
}
.member-login-other {
    width: 390px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #194382;
    font-size: 16px;
    margin: 17px auto 0;
}
.member-login-other a {
    color: #194382;
    font-size: 16px;
}
.member-login-tologin {
    display: block;
}
.member-logined {
    width: 670px;
	height: 520px;
    margin: 0 auto;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #ffffff;
    overflow: hidden;
}
.member-logined__img {
    display: block;
    width: 66px;
    margin: 118px auto 0;
}
.member-logined-tip {
    text-align: center;
    color: #333333;
    font-size: 28px;
    margin-top: 32px;
}
.member-logined-ph {
    color: #194382;
    font-weight: 700;
    font-size: 32px;
    margin-top: 15px;
    text-align: center;
}
.member-logined-ph span {
    font-weight: normal;
    color: #999999;
    font-size: 28px;
}
.member-logined-back {
    display: block;
    width: 410px;
	height: 60px;
    line-height: 60px;
    text-align: center;
	background-color: #194382;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    color: #ffffff;
    font-size: 18px;
    margin: 78px auto 0;
}
.memberdir-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.memberdir-bar-left {
    display: flex;
    align-items: center;
}
.memberdir-bar-left p {
    color: #194382;
    font-size: 32px;
}
.memberdir-bar-left a {
    color: #999999;
    font-size: 20px;
    margin-left: 95px;
    position: relative;
    padding-left: 16px;
}
.memberdir-bar-left a::before {
    content: "";
    position: absolute;
    width: 6px;
	height: 6px;
    background-color: #cccccc;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    border-radius: 50%;
}
.memberdir-bar-left a.active {
    color: #194382;
}
.memberdir-bar-left a.active::before {
    background-color: #194382;
}
.memberdir-bar-left a:first-child {
    margin-right: 76px;
}
.memberdir-bar-right {
    display: flex;
    align-items: center;
    border-radius: 8px;
    width: 380px;
	height: 46px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
    overflow: hidden;
}
.memberdir-bar-right input {
    width: 270px;
    height: 46px;
    box-sizing: border-box;
    padding-left: 18px;
    outline: 0;
    border: 0;
}
.memberdir-bar-right a {
    width: 110px;
	height: 46px;
	background-color: #194382;
	border-radius: 0px 8px 8px 0px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
}
.memberdir-list {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.memberdir-list-li {
    width: 462px;
    margin-right: 27px;
    padding-left: 27px;
    position: relative;
    box-sizing: border-box;
}
.memberdir-list-li::before {
    content: "";
    position: absolute;
    width: 7px;
	height: 7px;
	background-color: #194382;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.memberdir-list-li:nth-child(3n) {
    margin-right: 0;
}
.memberdir-list-li p {
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #333333;
    font-size: 18px;
}
.memberdir-list-li p span {
    color: #666666;
}
.memberdir-bar-right input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #999999;
    font-size: 18px;
}
.memberdir-bar-right input:-moz-placeholder{    /* Firefox版本4-18 */
	color: #999999;
    font-size: 18px;
}              
.memberdir-bar-right input::-moz-placeholder{    /* Firefox版本19+ */
	color: #999999;
    font-size: 18px;
}              
.memberdir-bar-right input:-ms-input-placeholder{   /* IE浏览器 */
	color: #999999;
    font-size: 18px;
}
.memberon-title {
    text-align: center;
    color: #194382;
    font-size: 32px;
    margin-top: 94px;
}
.memberon-step-line {
    width: 115px;
    height: 3px;
    background: url('../image/68.png') no-repeat;
    background-size: cover;
    margin-top: -50px;
}
.memberon-step-line.active {
    background: url('../image/69.png') no-repeat;
    background-size: cover;
}
.memberon-step {
    width: 950px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.memberon-step-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.memberon-step-block img {
    display: block;
    width: 60px;
    height: 60px;
}
.memberon-step-num {
    color: #999999;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 8px;
}
.memberon-step-num.active {
    color: #194382;
}
.memberon-step-name {
    text-align: center;
    color: #333333;
    font-size: 20px;
}
.memberon-reg {
    width: 1180px;
    margin: 50px auto 0;
	height: 500px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
    padding-top: 62px;
}
.memberon-reg__input {
    display: block;
    width: 560px;
	height: 52px;
    margin: 0 auto 30px;
	background-color: #ffffff;
	box-shadow: 0px 2px 7px 0px rgba(25, 67, 130, 0.17);
	border-radius: 8px;
	border: solid 1px #194382;
    box-sizing: border-box;
    padding-left: 21px;
}
.memberon-reg__input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #999999;
    font-size: 16px;
}
.memberon-reg__input:-moz-placeholder{    /* Firefox版本4-18 */
	color: #999999;
    font-size: 16px;
}              
.memberon-reg__input::-moz-placeholder{    /* Firefox版本19+ */
	color: #999999;
    font-size: 16px;
}              
.memberon-reg__input:-ms-input-placeholder{   /* IE浏览器 */
	color: #999999;
    font-size: 16px;
}
.memberon-needknow {
    display: flex;
    align-items: center;
    width: 560px;
    margin: 60px auto 0;
}
.memberon-needknow span {
    color: #999999;
    font-size: 16px;
}
.memberon-needknow a {
    color: #194382;
    font-size: 16px;
}
.memberon-next {
    display: block;
    width: 560px;
	height: 60px;
    line-height: 60px;
    margin: 15px auto 0;
    text-align: center;
	background-color: #194382;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    color: #ffffff;
    font-size: 18px;
}
.memberon-apply {
    width: 1200px;
	/* height: 1600px; */
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
    margin: 48px auto 0;
    padding-top: 62px;
    padding-bottom: 50px;
}
.member-system-apply {
    width: 1060px;
}
.memberon-apply-input {
    display: flex;
    align-items: flex-start;
    width: 690px;
    margin: 0 auto;
}
.memberon-apply-input__label {
    width: 130px!important;
    color: #999999;
    font-size: 16px;
    line-height: 52px;
    margin-right: 20px;
    text-align: right;
    flex-shrink: 0;
}
.xing {
    position: relative;
}
.xing::before {
    content: "*";
    position: absolute;
    color: #ff0000;
    top: 50%;
    left: -10px;
    line-height: 0;
}
.memberon-apply-input-qua {
    position: relative;
}
.memberon-apply-input-qua input {
    display: block;
    width: 560px;
	height: 52px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    outline: 0;
    font-size: 16px;
}
.memberon-apply-input-qua input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #999999;
    font-size: 16px;
}
.memberon-apply-input-qua input:-moz-placeholder{    /* Firefox版本4-18 */
	color: #999999;
    font-size: 16px;
}              
.memberon-apply-input-qua input::-moz-placeholder{    /* Firefox版本19+ */
	color: #999999;
    font-size: 16px;
}              
.memberon-apply-input-qua input:-ms-input-placeholder{   /* IE浏览器 */
	color: #999999;
    font-size: 16px;
}
.memberon-apply-input-mul select::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #999999;
    font-size: 16px;
}
.memberon-apply-input-mul select:-moz-placeholder{    /* Firefox版本4-18 */
	color: #999999;
    font-size: 16px;
}              
.memberon-apply-input-mul select::-moz-placeholder{    /* Firefox版本19+ */
	color: #999999;
    font-size: 16px;
}              
.memberon-apply-input-mul select:-ms-input-placeholder{   /* IE浏览器 */
	color: #999999;
    font-size: 16px;
}
.memberon-apply-input-qua input:focus {
    background-color: #ffffff;
	box-shadow: 0px 2px 7px 0px 
		rgba(25, 67, 130, 0.17);
	border-radius: 8px;
	border: solid 1px #194382;
}
.memberon-apply-input-mul {
    width: 560px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.memberon-apply-input-mul input {
    width: 272px;
	height: 52px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    font-size: 16px;
}
.memberon-apply-uploadimg-exm {
    display: block;
    width: 240px;
	height: 160px;
}
.memberon-apply-input-qua .layui-upload-file {
    display: none;
}
.uploadbtn-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.uploadbtn-box p {
    color: #999999;
    font-size: 16px;
    margin-left: 14px;
    line-height: 1.2;
}
.uploadbtn {
    width: 240px;
	height: 52px;
    line-height: 52px;
    text-align: center;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    color: #333333;
    font-size: 16px;
    flex-shrink: 0;
    cursor: pointer;
}
.memberon-apply-uploadimg-list {
    display: block;
    width: 240px;
	height: 160px;
    position: relative;
    background-color: #f5f5f5;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    overflow: hidden;
    margin-right: 20px;
}
.memberon-apply-uploadimg__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.deletebox {
    position: absolute;
    height: 38px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.deletebox img {
    width: 20px;
	height: 22px;
}
.uploadimg-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.memberon-apply-upload {
    margin-top: 20px;
}
.memberon-apply-input__textarea {
    width: 560px;
	height: 190px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding-top: 18px;
    padding-left: 20px;
    outline: 0;
    font-size: 16px;
}
.memberon-apply-textarea {
    margin-top: 20px;
}
.memberon-apply-input__textarea::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #999999;
    font-size: 16px;
}
.memberon-apply-input__textarea::-moz-placeholder{    /* Firefox版本4-18 */
	color: #999999;
    font-size: 16px;
}              
.memberon-apply-input__textarea::-moz-placeholder{    /* Firefox版本19+ */
	color: #999999;
    font-size: 16px;
}              
.memberon-apply-input__textarea::-ms-input-placeholder{   /* IE浏览器 */
	color: #999999;
    font-size: 16px;
}
.memberon-apply-input__textarea:focus {
    box-shadow: 0px 2px 7px 0px 
		rgba(25, 67, 130, 0.17);
	border-radius: 8px;
	border: solid 1px #194382;
}
.memberon-apply-next {
    display: block;
    width: 560px;
	height: 60px;
    line-height: 60px;
    text-align: center;
	background-color: #194382;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    color: #ffffff;
    font-size: 18px;
    margin-left: 110px;
    margin-top: 60px;
    cursor: pointer;
}
.memberon-apply-tipimg {
    display: block;
    width: 80px;
    margin: 80px auto 0;
}
.memberon-apply-tipp {
    text-align: center;
    color: #194382;
    font-size: 24px;
    margin-top: 23px;
    margin-bottom: 50px;
}
.memberon-fix {
    display: flex;
    justify-content: center;
    align-items: center;
}
.memberon-fix a {
    display: block;
    width: 270px;
	height: 60px;
    line-height: 60px;
    text-align: center;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #194382;
    color: #194382;
    font-size: 18px;
}
.memberon-fix a:hover {
    background-color: #194382;
    color: #ffffff;
}
.memberon-fix .memberon-fix-next {
    width: 270px;
	height: 60px;
	background-color: #194382;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    margin-left: 23px;
    color: #ffffff;
}
.member-news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    margin-top: 50px;
}
.member-news-li {
    width: 217px;
    margin-right: 26px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    margin-bottom: 33px;
}
.member-news-li img {
    display: block;
    width: 100%;
    /*height: 240px;*/
    object-fit: cover;
}
.member-news-li:nth-child(6n) {
    margin-right: 0;
}
.member-news-block {
    padding: 33px 23px;
}
.member-news-title {
    color: #333333;
	text-align:center;
    font-size: 18px;
    line-height: 1.5;
    height: 28px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.member-news-time {
    color: #000;
    font-size: 16px;
    /*margin-top: 13px;*/
    padding-bottom: 18px;
	text-align:center;
}
.member-news-desc {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.member-news-more {
    display: block;
    width: 126px;
	height: 42px;
    line-height: 42px;
	background-color: #ffffff;
	border-radius: 21px;
	border: solid 1px #194382;
    padding: 0 26px;
    color: #194382;
    font-size: 16px;
    margin-top: 18px;
    margin-left: -10px;
    background: url('../image/5.png') no-repeat;
    background-size: 7px 12px;
    background-position: 95px center;
    box-sizing: border-box;
}
.member-news-li:hover .member-news-more {
    background: url('../image/21.png') no-repeat;
    background-size: 7px 12px;
    background-position: 95px center;
    background-color: #194382;
    color: #ffffff;
}
.member-news-li:hover.member-news-title {
    color: #194382;
}
.member-news-pagenation {
    margin-bottom: 0;
}
.owl-news {
    display: none!important;
}
.member-system {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.member-system-right {
    width: 340px;
	height: 260px;
	background-color: #ffffff;
	border: solid 1px #f1f1f1;
    box-sizing: border-box;
    border-left: 3px solid #194382;
    padding-top: 21px;
}
.member-system-right a {
    display: block;
    width: 299px;
	height: 62px;
    margin: 0 auto 16px;
    line-height: 62px;
	background-color: #f5f7fb;
	border-radius: 6px;
    box-sizing: border-box;
    padding-left: 40px;
    position: relative;
    box-sizing: border-box;
    color: #333333;
    font-size: 20px;
}
.member-system-right a::before {
    content: "";
    width: 6px;
	height: 6px;
	background-color: #c0c5d1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 21px;
    border-radius: 50%;
}
.member-system-right a.active {
    background: url('../image/73.png') no-repeat;
    background-size: 20px 15px;
    background-position: 244px center;
    background-color: #194382;
    color: #ffffff;
}
.member-system-right a.active::before {
    background-color: #fff;
}
.member-system-right a:hover {
    background: url('../image/73.png') no-repeat;
    background-size: 20px 15px;
    background-position: 244px center;
    background-color: #194382;
    color: #ffffff;
}
.member-system-right a:hover::before {
    background-color: #fff;
}
.member-system-title {
    color: #194382;
    font-size: 32px;
    margin-bottom: 40px;
}
.member-system-left {
    width: 1060px;
}
.member-system-lt {
    width: 1060px;
    background: url('../image/74.png') no-repeat;
    background-size: cover;
    border-top: solid 3px #194382;
    padding: 36px 40px 45px;
}
.member-system-lt-title {
    color: #333333;
    font-size: 24px;
}
.member-system-status {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.member-system-status p {
    color: #194382;
    font-size: 20px;
}
.member-system-status p span {
    color: #999999;
    font-size: 20px;
}
.member-system-status-fixbtn {
    width: 120px;
	height: 38px;
    line-height: 38px;
    text-align: center;
	background-color: #194382;
	border-radius: 19px;
	border: solid 1px #194382;
    margin-left: 20px;
    color: #ffffff;
    font-size: 16px;
}
.member-system-status-fix {
    margin-top: 29px;
}
.member-system-status-down {
    margin-top: 26px;
}
.member-system-status-down-look {
    display: flex;
    align-items: center;
}
.member-system-status-down-look a {
    color: #194382;
    font-size: 20px;
    text-decoration: underline;
}
.member-system-status-down-look img {
    width: 22px;
	height: 15px;
    margin-left: 10px;
}
.member-system-status-down-load {
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.member-system-status-down-load a {
    color: #194382;
    font-size: 20px;
    text-decoration: underline;
}
.member-system-status-down-load img {
    width: 21px;
	height: 16px;
    margin-left: 10px;
}
.member-system-tip {
    width: 100%;
    height: 66px;
    line-height: 66px;
	background-color: #f5f7fb;
	border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding-left: 25px;
    color: #194382;
    font-size: 24px;
}
.member-system-box {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
}
.member-system-updatepwd input {
    display: block;
    width: 560px;
	height: 52px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    margin: 0 auto 30px;
    box-sizing: border-box;
    padding-left: 22px;
    outline: 0;
}
.member-system-updatepwd input:focus {
    box-shadow: 0px 2px 7px 0px 
		rgba(25, 67, 130, 0.17);
	border-radius: 8px;
	border: solid 1px #194382;
}
.member-system-updatepwd input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #999999;
    font-size: 16px;
}
.member-system-updatepwd input::-moz-placeholder{    /* Firefox版本4-18 */
	color: #999999;
    font-size: 16px;
}              
.member-system-updatepwd input::-moz-placeholder{    /* Firefox版本19+ */
	color: #999999;
    font-size: 16px;
}              
.member-system-updatepwd input::-ms-input-placeholder{   /* IE浏览器 */
	color: #999999;
    font-size: 16px;
}
.member-system-updatepwd-box {
    display: flex;
    justify-content: space-between;
    width: 560px;
    margin: 0 auto;
}
.member-system-updatepwd-box a {
    display: block;
    width: 270px;
	height: 60px;
    line-height: 60px;
    text-align: center;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #194382;
    color: #194382;
    font-size: 18px;
}
.member-system-updatepwd-box a:hover {
    background-color: #194382;
    color: #ffffff;
}
.member-system-updatepwd-box a:last-child {
    background-color: #194382;
    border: solid 1px #e6e6e6;
    color: #ffffff;
}
.member-system-contribute {
    margin: 0 auto;
}
.member-ueditor {
    width: 560px;
    margin-bottom: 20px;
}
.edui-editor-iframeholder {
    height: 200px!important;
}
.memberon-apply-input-qua .member-system-contribute__annex {
    padding-left: 51px;
    background: url('../image/44.png') no-repeat;
    background-size: 18px;
    background-position: 20px center;
    margin-bottom: 0;
}
.upannex {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 140px;
	height: 52px;
    line-height: 52px;
    text-align: center;
	background-color: #194382;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    color: #fffefe;
    font-size: 16px;
}
/* .member-system-contribute .memberon-apply-input-qua input {
    width: 100%;
} */
.memberon-apply-radio {
    display: flex;
    align-items: center;
}
.memberon-apply-radio input {
    width: 22px;
    /* height: auto; */
    margin-bottom: 0;
}
.memberon-apply-radio input:focus {
    box-shadow: none;
    border: 0;
}
.memberon-apply-radio-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.memberon-apply-radio-box label {
    font-size: 16px;
    line-height: 52px;
    color: #333333;
    margin-left: 19px;
    margin-right: 20px;
}
.memberon-apply-radio-num {
    margin-left: 26px;
}
.memberon-radio-num-box {
    display: flex;
    align-items: center;
}
.memberon-radio-num-box label {
    color: #333333;
    font-size: 16px;
}
.memberon-radio-num-box input {
    width: 100px;
    border: 0;
    outline: 0;
}
.memberon-radio-num-box input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #999999;
    font-size: 16px;
}
.memberon-radio-num-box input::-moz-placeholder{    /* Firefox版本4-18 */
	color: #999999;
    font-size: 16px;
}              
.memberon-radio-num-box input::-moz-placeholder{    /* Firefox版本19+ */
	color: #999999;
    font-size: 16px;
}              
.memberon-radio-num-box input::-ms-input-placeholder{   /* IE浏览器 */
	color: #999999;
    font-size: 16px;
}
.memberon-apply-radio-input {
    align-items: flex-start;
}
.member-report-annex {
    display: flex;
    align-items: center;
}
.member-report-annex input {
    width: 263px;
    padding-left: 51px;
    background: url('../image/44.png') no-repeat;
    background-size: 18px;
    background-position: 20px center;
    margin-bottom: 0;
}
.member-report-annex a {
    display: block;
    width: 140px;
	height: 52px;
    line-height: 52px;
    text-align: center;
	background-color: #194382;
	border-radius: 8px;
	border: solid 1px #e6e6e6;
    color: #ffffff;
    font-size: 16px;
    margin-left: 8px;
}
.memberon-apply-input-block {
    width: 560px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 110px;
    margin-top: 20px;
}
.memberon-apply-input-block a {
    width: 270px;
	height: 60px;
    line-height: 60px;
    text-align: center;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #194382;
    color: #194382;
    font-size: 18px;
}
.memberon-apply-input-block a:hover {
    background-color: #194382;
    color: #ffffff;
}
.memberon-apply-input-block a:last-child {
    background-color: #194382;
	border: solid 1px #e6e6e6;
    color: #ffffff;
}
.dongtai-mtime {
    display: none;
}
.guide-title {
    text-align: center;
    color: #194382;
    font-size: 32px;
    margin-top: 47px;
    margin-bottom: 44px;
}
.guide-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.guide-list-left {
    display: flex;
    align-items: center;
}
.guide-list ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.guide-list ul li {
    width: 708px;
    padding: 34px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #e6e6e6;
    border-top: 3px solid #194382;
    margin-bottom: 34px;
    background: url('../image/79.png') no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
}
.guide-list ul li:hover {
    background: url('../image/80.png') no-repeat;
    background-size: cover;
}
.guide-list__img {
    display: block;
    width: 46px;
    /* margin-right: 22px; */
}
.guide-list-con {
    padding-left: 68px;
    position: relative;
}
.guide-list-con::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 45px;
    background: url('../image/77.png') no-repeat;
    background-size: 100%;
    /* background: left  center; */
}
.guide-list ul li:hover .guide-list-con::before {
    background: url('../image/81.png') no-repeat;
    background-size: 100%;
}
.guide-list ul li:hover .guide-list-con p:first-child,.guide-list ul li:hover .guide-list-con p:last-child {
    color: #ffffff;
}
.guide-list ul li:hover {
    border-top: 3px solid #bc0028;
}
.guide-list-con p {
    color: #333333;
    font-size: 18px;
}
.guide-list-con p:first-child {
    width: 300px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    /* padding-left: 68px; */
}
.guide-list-con p:last-child {
    color: #999999;
    font-size: 16px;
    margin-top: 12px;
}
.guide-list-download {
    width: 126px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 21px;
	border: solid 1px #194382;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #194382;
    font-size: 16px;
}
.guide-list-download img {
    display: block;
    width: 20px;
    margin-left: 11px;
}






.layui-upload-file {
    display: none;
}
.pc750 {
    display: block;
}
.h5750 {
    display: none;
}

.dialogmodel {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 999999999;
    background-color: rgba(0, 0, 0, .5);
}
.dialog-block {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 900px;
    /* height: 500px; */
    max-height: calc( 100vh - 90px );
    transform: translateX(-50%);
    background-color: #fff;
    padding: 50px;
    overflow-y: auto;
}
.dialog-close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}