.wrap-search-filter-curr-txt, .news-list-item .item-txt, .index-news-swiper .index-news-title, .publish-list-item-txt, .danwei-list-item .item-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrap-head-top, .wrap-head-top-right, .wrap-head-top-right-link, .wrap-head-main, .wrap-search, .wrap-search-filter, .wrap-search-filter-curr, .wrap-search-filter-pop-item, .wrap-search-input, .wrap-search-btn, .wrap-nav, .wrap-nav-item-link, .wrap-nav-item-child-link, .friend-link, .friend-link-item, .foot-action, .foot-img, .wrap-flex-between, .wrap-maincont, .theme-label-title, .theme-label-title-left, .theme-label-title-right, .news-list-item, .index-news-swiper .index-news-bottom, .index-block-flex, .c-content-block-flex, .index-block-nav, .publish-block-head, .publish-list, .danwei-list, .newsmarks-list-item, .contact-us-item, .contact-us-item .item-label, .side-diaocha, .wrap-cop-link, .wrap-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.wrap-breadcrumb {
  -webkit-box-align: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.wrap-search-filter-curr, .wrap-search-filter-curr-txt, .wrap-search-input, .wrap-maincont-center, .news-list-item .item-txt, .index-block-flex1, .c-content-block-flex1, .index-block-nav-flex .index-block-nav-item, .newsmarks-list-item .item-txt, .contact-us-item .item-txt, .wrap-cop-link-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.danwei-list {
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-detail-head:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #d3d3d3;
}
.news-detail-head:before {
  -moz-transform: scale(1, 0.5);
  -ms-transform: scale(1, 0.5);
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.wrap-breadcrumb {
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
}
.wrap-breadcrumb-icon-home {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url(../images/icon-home.png) center center no-repeat;
  background-size: 100% 100%;
}
.wrap-breadcrumb-link {
  margin-left: 4px;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #1f4e83;
}
.wrap-breadcrumb-link:hover, .wrap-breadcrumb-link:active {
  color: #052549;
}
.wrap-breadcrumb-link:after {
  content: "/";
  margin-left: 4px;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #b8b8b8;
  cursor: default;
}
.wrap-breadcrumb-link:last-child:after {
  display: none;
}

.pop-alert {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: 35%;
	min-width:40rem;
	height: 48rem;
	margin: auto;
	padding: 2.0rem 2.0rem;
	background: #f9f9f9;
	border: 1px solid #ffffff;
	border-radius: 0.5rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.pop-alert.small{
	width: 20rem;
	height: 16rem;
}
.pop-alert-cont {
	min-height: 80%;
}
.pop-alert-btn {
	height:20%;
	margin-top: 1.0rem;
}

.pop-alert.small .pop-alert-cont {
	height: 6rem;
}
.pop-alert.small .pop-alert-btn {
	height: 10rem;
	margin-top: 0rem;
}

.pop-alert-cont .txt-alert {
	width: 100%;
	height: 100%;
	overflow:auto;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #5a5a5a;
	border: none;
}
.pop-alert-btn .btn-right {
	width: 7.7rem;
	height: 3.2rem;
	font-size: 1.4rem;
	color: #fff;
	position:relative;
	float:right;
	border-radius: 0.5rem;
	background: #007cc2;
}
.pop-alert-btn .btn-left {
	width: 7.7rem;
	height: 3.2rem;
	font-size: .14rem;
	color: #fff;
	position:relative;
	float:left;
	border-radius: 0.5rem;
	background: #007cc2;
}
.pop-alert-close {
	position: absolute;
	top: 0;
	right: -.1rem;
	display: block;
	width: 2.3rem;
	height: 2.3rem;
	padding: 1px;
	background: #007cc2;
}
.pop-alert-close .icon-pop-close {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-image: url(../images/sprite-icon.png);
	background-size: 20rem 25rem;
	background-repeat: no-repeat;
	background-position: -12.4rem -10rem;
}

.login-form {
  width: 100%;
  margin-top: 1.0rem;
  padding: 1.5rem 5.3rem;
  font-size: 1.6rem;
  color: #494949;
}

.login-form.big {
  padding: 0rem;
}

.login-form h3{
  text-align:center;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.login-form .input-row {
    margin-top: 1.0rem;
    margin-bottom: 1.2rem;
}

.login-form .input-label {
	display: block;
	color: #2d669d;
	font-weight: bold;
	font-size: 1.4rem;
	cursor:default;
}

 .login-form .input {
    display: inline-block;
    width: 100%;
    margin-top: 0.4rem;
    height: 3.6rem;
    padding: 1.2rem;
	font-size: 1.4rem;
	font-weight: 300;
    color: #333333;
    border: 1px solid #2d669d;
    border-radius: 0.5rem;
}

.login-form .input-row-verify{
   margin-bottom:0rem;
}

.login-form .input-row-verify .input {
    width: 15rem;
}

.login-form .input-row-verify .safecode {
	margin-left: 0.4rem;
	display:inline;
	vertical-align:middle;
	height: 2.0rem;
}
.login-form .input-row-checkbox {
    margin-top: 2rem;
}
.login-form .input-row-checkbox label{
    margin-bottom: .6rem;
}

.login-form .icon-check {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    margin-left: 0.4rem;
    width: 2.0rem;
    height: 2.0rem;
    border: none;
    outline: none;
    vertical-align: middle;
}

.login-form .form-action {
    padding-top: 3rem;
	padding-bottom: 1rem;
    text-align: center;
}

.login-form .form-action .login-btn {
	display: block;
	margin: 0 auto;
	width: 12rem;
	height: 3rem;
	line-height: 3rem;
	color: #fff;
	font-size: 1.4rem;
	background: #eb3468;
	border-radius: 0.5rem;
}

.login-form .form-action .login-btn:hover, .login-form .form-action .login-btn:active {
	opacity: .9;
}

.sbutton, .btn, .btns, .btnss, .btnl, .btnll {
  margin-left:4px;
  margin-right:4px;
  padding-left:12px;
  padding-right:12px;
  display: inline-block;
  vertical-align: middle;
  min-width: 60px;
  height: 26px;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background: #019ade;
  border: none;
  pointer-events: visible;
  border-radius: 5px; }

.sbutton:hover, .btn:hover, .btns:hover, .btnss:hover, .btnl:hover,.btnll:hover {
  background-color: #007bff;
  border-color: #007bff; }

.myModa {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right:0;
	z-index:999;
	background: rgba(0,0,0,0.2);
}
.myModa .myAlertBox{
	width: 40rem;
	border-radius: .5rem;
	border: 1px solid #d9d9d9;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.myModa .myAlertBox .col2{
	display: flex;
	align-items: center;
	padding-left: 8rem;
}

.myModa .myAlertBox h6{
	background: #f2f2f2;
	padding: 1.0rem;
	line-height: 2.0rem;
	font-size: 1.6rem;
	text-align: center;
	margin: 0;
}
.myModa .myAlertBox p{
	text-align:left;
	padding-top:1.0rem;
	padding-left:2.0rem;
	padding-right:2.0rem;
	line-height:3.0rem;
	font-size:1.4rem;
	color:#808080;
}
.myModa .myAlertBox .btn{
	padding: .2rem;
	cursor: pointer;
	width: 8.0rem;
	height: 2.6rem;
	white-space: nowrap;
	line-height: 2.0rem;
	border-radius: .5rem;
	border:1px #FFFFFF solid;
	text-align:center;
	font-size:1.4rem;
	margin-top: 4.0rem;
	margin-bottom: 2.0rem;
	background:#D9D9D9;
}
.myModa .myAlertBox .btn:focus {
	outline:none;
	background-color:#B9B9B9;
}
.myToast{
	position: fixed;
	display: inline-block;
	padding: .5rem 1.0rem;
	line-height: 2.4rem;
	font-size: 1.4rem;
	color: #fff;
	background:#000;
	 max-width: 300px;
	_width: expression(this.offsetWidth >300 ? '300px': 'auto' );
	*width: expression(this.offsetWidth >300 ? '300px': 'auto' );
	border-radius: .5rem;
}

.voucher {
  overflow-x:auto;
}
.voucher td {font-size: 1.4rem;height:4rem;padding-left:0.4rem;padding-right:0.4rem;padding-bottom:0.8rem;color: #2d2d2d;}
.voucher tbody tr:first-child td {padding-top:2rem;}
.voucher tbody tr:last-child td {padding-top:1rem;}

.news-detail-head {
  position: relative;
  text-align: center;
  padding: 13px 0 28px;
}
.news-detail-title {
  color: #5f5f5f;
  font-size: 26px;
  font-size: var(--fontsize_large_xx);
  font-weight: 700;
}
.news-detail-sub {
  margin-top: 22px;
  color: #999999;
  font-size: 14px;
  font-size: var(--fontsize_medium);
}
.news-detail-content {
  padding: 18px 0 38px;
  color: #333333;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  line-height: 1.875;
}
.news-detail-content p {
  text-indent: 2em;
  text-align: justify;
   margin-top:16px;
}

.news-detail-content h1 {
  text-indent: 2em;
   margin-top:16px;
   font-size: 20px;
   font-weight:700;
}
.news-detail-content h2 {
  text-indent: 2em;
   margin-top:16px;
   font-size: 18px;
   font-weight:700;
}
.news-detail-content h3 {
  text-indent: 2em;
   margin-top:16px;
   font-size: 16px;
   font-weight:700;
}
.news-detail-content h4 {
  text-indent: 2em;
   margin-top:12px;
   font-size: 14px;
   font-weight:700;
}
.news-detail-content h5 {
  text-indent: 2em;
   margin-top:12px;
   font-size: 12px;
   font-weight:700;
}

.news-detail-content strong {font-weight:bold;}
.news-detail-content b {font-weight:bold;}
.news-detail-content ul{padding-left:32px;padding-top:15px;padding-bottom:15px;line-height:28px;}
.news-detail-content ol{padding-left:32px;padding-top:15px;padding-bottom:15px;line-height:28px;}
.news-detail-content ul li{list-style-type:disc;}
.news-detail-content ol li{list-style-type:decimal;list-style-position:inside;}
.news-detail-contentt a{text-decoration:underline;color:#0000ee;}

.wrap-search-btn, .wrap-nav-item-link, .wrap-nav-item-child-link, .side-diaocha {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.wrap-flex-between, .theme-label-title {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.wrap-nav {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.foot-img, .index-block-flex, .c-content-block-flex, .index-block-nav, .publish-list, .danwei-list, .contact-us-item, .contact-us-item .item-label, .wrap-cop-link {
  -webkit-box-align: start;
  -moz-box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.index-news-swiper .index-news-bottom {
  -webkit-box-align: end;
  -moz-box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.wrap-head-top, .wrap-head-top-right, .wrap-head-top-right-link, .wrap-head-main, .wrap-search-filter, .wrap-search-filter-curr, .wrap-search-filter-pop-item, .wrap-search-input, .wrap-search-btn, .wrap-nav-item-link, .wrap-nav-item-child-link, .friend-link, .friend-link-item, .foot-action, .wrap-flex-between, .theme-label-title-left, .theme-label-title-right, .news-list-item, .publish-block-head, .newsmarks-list-item, .side-diaocha {
  -webkit-box-align: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.wrap-search, .wrap-nav, .wrap-maincont, .theme-label-title {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.wrap-head-top:after, .wrap-search-filter-pop-item:after, .wrap-nav-item-child-link:after, .theme-label-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #d3d3d3;
}
.isandroid .wrap-head-top:before, .isandroid .wrap-search-filter-pop-item:before, .isandroid .wrap-nav-item-child-link:before, .isandroid .theme-label-title:before {
  -moz-transform: scale(1, 0.5);
  -ms-transform: scale(1, 0.5);
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

:root {
  --fontsize_small_ss: 7px;
  --fontsize_small_ss_s: 8px;
  --fontsize_small_s: 10px;
  --fontsize_small: 12px;
  --fontsize_medium: 14px;
  --fontsize_medium_x: 16px;
  --fontsize_medium_xx: 18px;
  --fontsize_large: 20px;
  --fontsize_large_s: 22px;
  --fontsize_large_x: 24px;
  --fontsize_large_xx: 26px;
  --fontsize_large_plus: 28px;
  --fontsize_large_plus_xs: 30px;
}

@media screen and (max-width: 1280px) {
  :root {
    --fontsize_small_ss: 7px;
    --fontsize_small_ss_s: 8px;
    --fontsize_small_s: 8px;
    --fontsize_small: 10px;
    --fontsize_medium: 12px;
    --fontsize_medium_x: 14px;
    --fontsize_medium_xx: 16px;
    --fontsize_large: 18px;
    --fontsize_large_s: 20px;
    --fontsize_large_x: 22px;
    --fontsize_large_xx: 24px;
    --fontsize_large_plus: 26px;
    --fontsize_large_plus_xs: 28px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --fontsize_small_ss: 7px;
    --fontsize_small_ss_s: 8px;
    --fontsize_small_s: 8px;
    --fontsize_small: 8px;
    --fontsize_medium: 10px;
    --fontsize_medium_x: 12px;
    --fontsize_medium_xx: 14px;
    --fontsize_large: 16px;
    --fontsize_large_s: 18px;
    --fontsize_large_x: 20px;
    --fontsize_large_xx: 22px;
    --fontsize_large_plus: 24px;
    --fontsize_large_plus_xs: 26px;
  }
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
hr,
button,
menu {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
footer,
header,
menu,
nav,
section,
iframe {
  display: block;
}

iframe,
fieldset,
img,
button {
  border: 0;
}

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

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

em,
i {
  font-style: normal;
}

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

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

html,
body,
button {
  -webkit-text-size-adjust: none;
}

button,
input,
textarea {
  -webkit-appearance: none;
  font: inherit;
}

a,
button,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

mark {
  background-color: transparent;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

input,
button,
select,
textarea,
summary {
  outline: 0;
  border: 0;
  background: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
}

textarea {
  overflow: auto;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c1c1c1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c1c1c1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c1c1c1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c1c1c1;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

html {
  line-height: 1.67;
  font-size: 12px;
}

body {
  font-family: 'PingFang SC', Helvetica, 'Note Sans SC', 'Source Han Sans CN', Arial, "Hiragino Sans GB", sans-serif;
  font-weight: 400;
  color: #333;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: normal;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.wrap-head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(31, 78, 131, 0.1);
}
.wrap-head-placehoder {
  height: 197px;
}
.wrap-head-top {
  position: relative;
  height: 32px;
}
.wrap-head-top-left {
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #a3a3a3;
}
.wrap-head-top-right-link {
  position: relative;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #767676;
  margin: 0 8px;
}
.wrap-head-top-right-link:hover, .wrap-head-top-right-link:active {
  color: #1f4e83;
}
.wrap-head-top-right-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  margin-top: -7px;
  display: block;
  width: 1px;
  height: 14px;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-head-top-right-link:first-child:before {
  display: none;
}
.wrap-head-top-right-link .icon-language {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url(../images/icon-language.png) center center no-repeat;
  background-size: 100% 100%;
}
.wrap-head-main {
  height: 116px;
}

.wrap-logo {
  display: block;
  width: 34%;
  max-width: 409px;
  height: 69px;
}
.wrap-logo-img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}

.wrap-search {
  max-width: 503px;
  height: 44px;
  border: 1px solid #d3d3d3;
}
.wrap-search-outer {
  width: 42%;
  max-width: 503px;
}
.wrap-search-filter {
  position: relative;
  width: 25%;
  max-width: 125px;
  border-right: 1px solid #d3d3d3;
}
.wrap-search-filter-curr {
  height: 100%;
  overflow: hidden;
  padding: 0 11px;
  cursor: pointer;
}
.wrap-search-filter-curr:hover .wrap-search-filter-curr-txt, .wrap-search-filter-curr:active .wrap-search-filter-curr-txt {
  color: #1f4e83;
}
.wrap-search-filter-curr:hover .wrap-search-filter-triangle, .wrap-search-filter-curr:active .wrap-search-filter-triangle {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1088 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M646.784 812.16a95.36 95.36 0 0 1-134.656 0L99.904 399.744c-37.248-37.184-53.696-134.592 64-134.592h831.232c121.664 0 101.248 97.344 64 134.592L646.784 812.16z' fill='%231f4e83'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}
.wrap-search-filter-curr-txt {
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #000;
  margin-right: 5px;
}
.wrap-search-filter-triangle {
  display: block;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1088 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M646.784 812.16a95.36 95.36 0 0 1-134.656 0L99.904 399.744c-37.248-37.184-53.696-134.592 64-134.592h831.232c121.664 0 101.248 97.344 64 134.592L646.784 812.16z' fill='%23868686'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}
.wrap-search-filter-pop {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: -1px;
  right: -1px;
  z-index: 10;
  background: #f5f5f5;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.wrap-search-filter-show .wrap-search-filter-pop {
  display: block;
}
.wrap-search-filter-pop-item {
  position: relative;
  width: 100%;
  padding: 0 11px;
  height: 34px;
  cursor: pointer;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #585858;
}
.wrap-search-filter-pop-item:hover, .wrap-search-filter-pop-item:active {
  color: #1f4e83;
  background: #fff;
}
.wrap-search-input {
  overflow: hidden;
  padding: 0 16px;
}
.wrap-search-input-ipt {
  display: block;
  width: 100%;
  font-size: 12px;
  font-size: var(--fontsize_small);
  color: #000;
}
.wrap-search-btn {
  width: 48px;
  margin: -1px -1px -1px 0;
  background: #1f4e83;
}
.wrap-search-btn:hover, .wrap-search-btn:active {
  background: #052549;
}
.wrap-search-btn-icon-search {
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M384 768C170.667 768 0 597.333 0 384S170.667 0 384 0s384 170.667 384 384-170.667 384-384 384zm0-682.667C217.6 85.333 85.333 217.6 85.333 384S217.6 682.667 384 682.667 682.667 550.4 682.667 384 550.4 85.333 384 85.333z' fill='%23ffffff'/%3E%3Cpath d='M981.333 1024c-12.8 0-21.333-4.267-29.866-12.8L610.133 669.867c-17.066-17.067-17.066-42.667 0-59.734s42.667-17.066 59.734 0L1011.2 951.467c17.067 17.066 17.067 42.666 0 59.733-8.533 8.533-17.067 12.8-29.867 12.8z' fill='%23ffffff'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}

.wrap-head-nav {
  background: #1f4e83;
}

.wrap-nav {
  height: 49px;
}
.wrap-nav-item {
  position: relative;
}
.wrap-nav-item.txt-length-2 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.wrap-nav-item.txt-length-3 {
  -webkit-box-flex: 1.3;
  -moz-box-flex: 1.3;
  -ms-flex: 1.3;
  -webkit-flex: 1.3;
  flex: 1.3;
}
.wrap-nav-item.txt-length-4 {
  -webkit-box-flex: 1.4;
  -moz-box-flex: 1.4;
  -ms-flex: 1.4;
  -webkit-flex: 1.4;
  flex: 1.4;
}
.wrap-nav-item.txt-length-5 {
  -webkit-box-flex: 1.5;
  -moz-box-flex: 1.5;
  -ms-flex: 1.5;
  -webkit-flex: 1.5;
  flex: 1.5;
}
.wrap-nav-item.txt-length-6 {
  -webkit-box-flex: 1.6;
  -moz-box-flex: 1.6;
  -ms-flex: 1.6;
  -webkit-flex: 1.6;
  flex: 1.6;
}
.wrap-nav-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  display: block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
}
.wrap-nav-item.curr:before, .wrap-nav-item.curr + .wrap-nav-item:before, .wrap-nav-item:first-child:before {
  display: none;
}
.wrap-nav-item-link {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-size: var(--fontsize_medium_xx);
}
.curr .wrap-nav-item-link {
  font-weight: 700;
}
.wrap-nav-item-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f5f5f5;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.curr .wrap-nav-item-child {
  display: block;
}
.wrap-nav-item-child-link {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  color: #585858;
}
.wrap-nav-item-child-link:hover, .wrap-nav-item-child-link:active {
  color: #1f4e83;
  background: #fff;
}
.wrap-nav-item.curr {
  background: #052549;
}

.mobile-menu-show {
  display: none;
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 9;
  width: 50px;
  height: 50px;
  padding: 12px;
}
.mobile-menu-show .icon-menu {
  display: block;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M384 480H192c-52.8 0-96-43.2-96-96V192c0-52.8 43.2-96 96-96h192c52.8 0 96 43.2 96 96v192c0 52.8-43.2 96-96 96zM192 160c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V192c0-17.6-14.4-32-32-32H192zm640 320H640c-52.8 0-96-43.2-96-96V192c0-52.8 43.2-96 96-96h192c52.8 0 96 43.2 96 96v192c0 52.8-43.2 96-96 96zM640 160c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V192c0-17.6-14.4-32-32-32H640zM384 928H192c-52.8 0-96-43.2-96-96V640c0-52.8 43.2-96 96-96h192c52.8 0 96 43.2 96 96v192c0 52.8-43.2 96-96 96zM192 608c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V640c0-17.6-14.4-32-32-32H192zm640 320H640c-52.8 0-96-43.2-96-96V640c0-52.8 43.2-96 96-96h192c52.8 0 96 43.2 96 96v192c0 52.8-43.2 96-96 96zM640 608c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32V640c0-17.6-14.4-32-32-32H640z' fill='%231f4e83'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}

.mobile-menu-hide {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 12px;
}
.mobile-menu-hide .icon-close {
  display: block;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M512 960C264.96 960 64 759.04 64 512S264.96 64 512 64s448 200.96 448 448-200.96 448-448 448zm0-831.712c-211.584 0-383.712 172.128-383.712 383.712 0 211.552 172.128 383.712 383.712 383.712 211.552 0 383.712-172.16 383.712-383.712 0-211.584-172.16-383.712-383.712-383.712z' fill='%23fff'/%3E%3Cpath d='M557.056 513.376l138.368-136.864c12.576-12.416 12.672-32.672.256-45.248s-32.704-12.672-45.248-.256l-138.56 137.024-136.448-136.864c-12.512-12.512-32.736-12.576-45.248-.064-12.512 12.48-12.544 32.736-.064 45.248l136.256 136.672-137.376 135.904c-12.576 12.448-12.672 32.672-.256 45.248a31.884 31.884 0 0 0 22.752 9.504c8.128 0 16.256-3.104 22.496-9.248l137.568-136.064L650.24 697.504c6.24 6.272 14.432 9.408 22.656 9.408a31.94 31.94 0 0 0 22.592-9.344c12.512-12.48 12.544-32.704.064-45.248L557.056 513.376z' fill='%23fff'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}

.mobile-search-show {
  display: none;
  position: absolute;
  top: 19px;
  right: 0;
  z-index: 9;
  width: 50px;
  height: 50px;
  padding: 13px;
}
.mobile-search-show .icon-search {
  display: block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M384 768C170.667 768 0 597.333 0 384S170.667 0 384 0s384 170.667 384 384-170.667 384-384 384zm0-682.667C217.6 85.333 85.333 217.6 85.333 384S217.6 682.667 384 682.667 682.667 550.4 682.667 384 550.4 85.333 384 85.333z' fill='%231f4e83'/%3E%3Cpath d='M981.333 1024c-12.8 0-21.333-4.267-29.866-12.8L610.133 669.867c-17.066-17.067-17.066-42.667 0-59.734s42.667-17.066 59.734 0L1011.2 951.467c17.067 17.066 17.067 42.666 0 59.733-8.533 8.533-17.067 12.8-29.867 12.8z' fill='%231f4e83'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}

.mobile-search-hide {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 12px;
}
.mobile-search-hide .icon-close {
  display: block;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M512 960C264.96 960 64 759.04 64 512S264.96 64 512 64s448 200.96 448 448-200.96 448-448 448zm0-831.712c-211.584 0-383.712 172.128-383.712 383.712 0 211.552 172.128 383.712 383.712 383.712 211.552 0 383.712-172.16 383.712-383.712 0-211.584-172.16-383.712-383.712-383.712z' fill='%231f4e83'/%3E%3Cpath d='M557.056 513.376l138.368-136.864c12.576-12.416 12.672-32.672.256-45.248s-32.704-12.672-45.248-.256l-138.56 137.024-136.448-136.864c-12.512-12.512-32.736-12.576-45.248-.064-12.512 12.48-12.544 32.736-.064 45.248l136.256 136.672-137.376 135.904c-12.576 12.448-12.672 32.672-.256 45.248a31.884 31.884 0 0 0 22.752 9.504c8.128 0 16.256-3.104 22.496-9.248l137.568-136.064L650.24 697.504c6.24 6.272 14.432 9.408 22.656 9.408a31.94 31.94 0 0 0 22.592-9.344c12.512-12.48 12.544-32.704.064-45.248L557.056 513.376z' fill='%231f4e83'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}

.mobile-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1023px) {
  .wrap-logo {
    width: 320px;
    height: 54px;
  }

  .wrap-head-placehoder {
    height: 90px;
  }

  .mobile-menu-show {
    display: block;
  }

  .mobile-menu-hide {
    display: block;
  }

  .mobile-search-show {
    display: block;
  }

  .mobile-search-hide {
    display: block;
  }

  .wrap-head-main {
    height: 90px;
    margin-left: 30px;
  }

  .wrap-head-top {
    display: none;
  }

  .wrap-search-outer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    max-width: 100%;
    width: 100%;
    z-index: 101;
    background: #fff;
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -moz-transition: transform 0.4s ease-out;
    -ms-transition: transform 0.4s ease-out;
    -webkit-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
  }

  .wrap-search-show {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .wrap-search {
    margin: 23px 50px 23px 20px;
  }

  .wrap-head-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 101;
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -moz-transition: transform 0.4s ease-out;
    -ms-transition: transform 0.4s ease-out;
    -webkit-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
  }
  .wrap-head-nav .wrap-cont-width {
    width: 100%;
  }

  .wrap-head-nav-show {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .wrap-nav {
    height: 100%;
    display: block;
    padding-top: 50px;
  }

  .wrap-nav-item {
    display: block;
    width: 100% !important;
  }

  .wrap-nav-item-link {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
  }

  .wrap-nav-item:before {
    display: none;
  }

  .wrap-nav-item-child {
    position: relative;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
    border: none;
  }

  .wrap-nav-item-child-link {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 34px;
    color: #fff;
  }
  .wrap-nav-item-child-link:hover, .wrap-nav-item-child-link:active {
    color: #fff;
    background: #052549;
  }

  .wrap-nav-item-child-link:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .wrap-head-placehoder {
    height: 70px;
  }

  .wrap-head-main {
    height: 70px;
  }

  .wrap-logo {
    width: 237px;
    height: 40px;
  }

.login-form h3{
  font-size: 1.4rem;
}

  .mobile-menu-show {
    top: 15px;
    width: 40px;
    height: 40px;
    padding: 11px;
  }
  .mobile-menu-show .icon-menu {
    width: 18px;
    height: 18px;
  }

  .mobile-search-show {
    top: 15px;
    width: 40px;
    height: 40px;
    padding: 12px;
  }
  .mobile-search-show .icon-search {
    width: 16px;
    height: 16px;
  }

  .wrap-search-outer {
    height: 70px;
  }

  .wrap-search {
    margin: 13px 50px 13px 20px;
  }

  .mobile-search-hide {
    top: 10px;
  }
}
.wrap-bottom {
  background: #fff;
  border-top: 4px solid #1f4e83;
}

.friend-link {
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 0;
}
.friend-link-label {
  color: #1f4e83;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  font-weight: 700;
  margin-right: 50px;
}
.friend-link-item {
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #4b4b4b;
  margin-right: 40px;
}
.friend-link-item:hover, .friend-link-item:active {
  color: #1f4e83;
}
.friend-link-item:hover .friend-link-item-triangle, .friend-link-item:active .friend-link-item-triangle {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1088 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M646.784 812.16a95.36 95.36 0 0 1-134.656 0L99.904 399.744c-37.248-37.184-53.696-134.592 64-134.592h831.232c121.664 0 101.248 97.344 64 134.592L646.784 812.16z' fill='%231f4e83'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}
.friend-link-item-triangle {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1088 1024' xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cpath d='M646.784 812.16a95.36 95.36 0 0 1-134.656 0L99.904 399.744c-37.248-37.184-53.696-134.592 64-134.592h831.232c121.664 0 101.248 97.344 64 134.592L646.784 812.16z' fill='%23868686'/%3E%3C/svg%3E") center center no-repeat;
  background-size: 100% 100%;
}

.foot {
  position: relative;
  padding: 0 0 40px;
}
.foot-action {
  padding: 15px 0;
}
.foot-action-link {
  position: relative;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  line-height: 1.714;
  color: #434343;
  margin-right: 20px;
}
.foot-action-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -6px;
  display: block;
  width: 1px;
  height: 12px;
  background: rgba(0, 0, 0, 0.2);
}
.foot-action-link:first-child:before {
  display: none;
}
.foot-action-link:hover, .foot-action-link:active {
  color: #1f4e83;
}
.foot-copyright {
  font-size: 14px;
  font-size: var(--fontsize_medium);
  line-height: 1.714;
  color: #434343;
}
.foot-img {
  position: absolute;
  right: 4px;
  top: 25px;
}
.foot-img-link {
  margin-top: 21px;
  display: block;
  width: 112px;
  height: 57px;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}
.foot-img-link img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}
.foot-img-qrcode {
  margin-right: 40px;
}
.foot-img-qrcode-img {
  width: 80px;
  height: 80px;
}
.foot-img-qrcode-img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}
.foot-img-qrcode-txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #7d7d7d;
  line-height: 22px;
}

@media screen and (max-width: 1023px) {
  .friend-link-label {
    margin-right: 20px;
  }

  .friend-link-item {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .friend-link {
    display: block;
  }

  .friend-link-item {
    margin-right: 0;
    margin-top: 5px;
  }

  .foot-img {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
}
.wrap-cont-width {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.wrap-content {
  overflow: hidden;
}

.wrap-maincont {
  background: #fff;
  padding-bottom: 28px;
}
.wrap-maincont-left {
  width: 21.5%;
  padding: 28px 40px 0 0;
}
.wrap-maincont-center {
  overflow: hidden;
  padding: 28px 24px 0 0;
}
.wrap-maincont-right {
  width: 32.5%;
  padding: 28px 0 0 34px;
  border-left: 1px solid rgba(211, 211, 211, 0.5);
}
.wrap-maincont-right .r-content-block {
  margin-top: 10px;
}
.wrap-maincont-right .r-content-block:first-child {
  margin-top: 0;
}

.theme-label-title {
  position: relative;
  height: 56px;
  padding-bottom: 1px;
}
.theme-label-title-left {
  position: relative;
}
.theme-label-title-left:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 2px;
  background: #1f4e83;
}
.theme-label-title-txt {
  color: #1f4e83;
  font-size: 20px;
  font-size: var(--fontsize_large);
  font-weight: 700;
}
.theme-label-title-icon {
  margin-right: 8px;
}
.theme-label-title-right {
  padding-top: 5px;
  float:right;
  
}
.theme-label-title-more {
  color: #7b7b7b;
  font-size: 14px;
  font-size: var(--fontsize_medium);
}
.theme-label-title-more:hover, .theme-label-title-more:active {
  color: #1f4e83;
}

@media screen and (max-width: 1280px) {
  .wrap-cont-width {
    max-width: 1000px;
  }

  .wrap-maincont {
    padding-bottom: 28px;
  }
  .wrap-maincont-left {
    padding: 28px 30px 0 0;
  }
  .wrap-maincont-right {
    padding: 28px 0 0 24px;
  }
}
@media screen and (max-width: 1023px) {
  .wrap-maincont {
    display: block;
  }
  .wrap-maincont-left {
    width: 100%;
    padding: 11px 0 0 0;
  }
  .wrap-maincont-center {
    width: 100%;
    padding: 0;
  }
  .wrap-maincont-right {
    width: 100%;
    padding: 0;
    border-left: none;
  }
}
@media screen and (max-width: 800px) {
  .theme-label-title {
    height: 46px;
  }

  .theme-label-title-icon {
    margin-right: -6px;
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}
.wrap-breadcrumb {
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
}
.wrap-breadcrumb-icon-home {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url(../images/icon-home.png) center center no-repeat;
  background-size: 100% 100%;
}
.wrap-breadcrumb-link {
  margin-left: 4px;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #1f4e83;
}
.wrap-breadcrumb-link:hover, .wrap-breadcrumb-link:active {
  color: #052549;
}
.wrap-breadcrumb-link:after {
  content: "/";
  margin-left: 4px;
  font-size: 14px;
  font-size: var(--fontsize_medium);
  color: #b8b8b8;
  cursor: default;
}
.wrap-breadcrumb-link:last-child:after {
  display: none;
}

.news-list {
  padding: 8px 0;
}
.news-list-item {
  position: relative;
  padding-left: 17px;
}
.news-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  display: block;
  width: 4px;
  height: 4px;
  background: #898989;
}
.news-list-item .item-txt {
  display: block;
  color: #333;
  line-height: 2.25;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
}
.item-txt1 {
  display: block;
  color: #333;
  height:240px;
  overflow: auto;
  line-height: 2.25;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
}

.news-list-item .item-txt:hover, .news-list-item .item-txt:active {
  color: #1f4e83;
}
.news-list-item .item-sub {
  margin-left: 8px;
  color: #898989;
  font-size: 14px;
  font-size: var(--fontsize_medium);
}

.icon-dongtai {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-dongtai {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-yanjiu {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -40px 0px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-yanjiu {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-jiaoliu {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -80px 0px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-jiaoliu {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-fenzhi {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -120px 0px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-fenzhi {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-juanzeng {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -160px 0px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-juanzeng {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-wenxian {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -200px 0px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-wenxian {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-huiyuan {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -240px 0px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-huiyuan {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-lianxi {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -280px 0px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-lianxi {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-gongyi {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -320px 0px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-gongyi {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-danwei {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -360px 0px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-danwei {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-guanlibanfa {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: 0px -40px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-guanlibanfa {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-ruhuixuzhi {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -70px -40px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-ruhuixuzhi {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-huiyuandanwei {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -140px -40px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-huiyuandanwei {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-huiyuanfengcai {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -210px -40px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-huiyuanfengcai {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-wenjuandiaocha {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -280px -40px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-wenjuandiaocha {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-dizhi {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: 0px -110px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-dizhi {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-dianhua {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -36px -110px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-dianhua {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.icon-youxiang {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../images/index-icon-sprite@2x.png);
  background-size: 390px 136px;
  background-repeat: no-repeat;
  background-position: -72px -110px;
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .icon-youxiang {
    background-image: url(../images/index-icon-sprite@3x.png);
  }
}

.index-banner-swiper {
  width: 100%;
  height: 397px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.index-banner-swiper .index-banner {
  display: block;
  width: 100%;
  height: 100%;
}
.index-banner-swiper .index-banner img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.index-banner-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 18px;
  font-size: 0;
  text-align: right;
  max-width: 1200px;
  left: 50%;
  padding-right: 20px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.index-banner-swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  box-shadow: 0 0 0 3px #fff inset;
}
.index-banner-swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.index-news-swiper {
  width: 395px;
  height: 326px;
  padding-bottom: 27px;
  margin-right: 20px;
  margin-top: 19px;
  margin-bottom: 16px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.index-news-swiper .index-news {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.index-news-swiper .index-news-img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-news-swiper .index-news-img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.index-news-swiper .index-news-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 80px;
  padding: 10px 20px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(31, 78, 131, 0.9)), color-stop(100%, rgba(31, 78, 131, 0)));
  background: -webkit-linear-gradient(90deg, rgba(31, 78, 131, 0.9) 0%, rgba(31, 78, 131, 0) 100%);
  background: -moz-linear-gradient(90deg, rgba(31, 78, 131, 0.9) 0%, rgba(31, 78, 131, 0) 100%);
  background: -ms-linear-gradient(90deg, rgba(31, 78, 131, 0.9) 0%, rgba(31, 78, 131, 0) 100%);
  background: linear-gradient(0deg, rgba(31, 78, 131, 0.9) 0%, rgba(31, 78, 131, 0) 100%);
}
.index-news-swiper .index-news-title {
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  line-height: 1.5;
  color: #fff;
}
.index-news-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  font-size: 0;
}
.index-news-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #d5d5d5;
  opacity: 1;
}
.index-news-swiper .swiper-pagination-bullet-active {
  width: 33px;
  background: #1f4e83;
}

.index-block-flex {
  margin-top: 18px;
}
.index-block-flex:first-child {
  margin-top: 0;
}

.index-block-flex1 {
  overflow: hidden;
}

.c-content-block-flex1 {
  overflow: hidden;
}

.index-block-nav {
  width: 100%;
  margin-top: 15px;
}
.index-block-nav-item {
  display: block;
  height: 32px;
  padding: 0 20px;
  margin-right: 10px;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  font-weight: 700;
  color: #1f4e83;
  background: #ececec;
}
.index-block-nav-item:hover, .index-block-nav-item:active {
  -webkit-filter: brightness(0.92);
  -moz-filter: brightness(0.92);
  -ms-filter: brightness(0.92);
  filter: brightness(0.92);
}
.index-block-nav-item:last-child {
  margin-right: 0;
}
.index-block-nav-item.curr {
  color: #fff;
  background: -webkit-linear-gradient(-90deg, #1787fb 0%, #0055ae 100%);
  background: -moz-linear-gradient(-90deg, #1787fb 0%, #0055ae 100%);
  background: -ms-linear-gradient(-90deg, #1787fb 0%, #0055ae 100%);
  background: linear-gradient(180deg, #1787fb 0%, #0055ae 100%);
}

.publish-block {
  margin-left: 40px;
  margin-top: 14px;
}
.publish-block-head {
  position: relative;
  padding: 0 15px;
  height: 36px;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  color: #1f4e83;
  font-weight: 700;
  border: 1px solid #e7e7e7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ededed), color-stop(100%, #fff));
  background: -webkit-linear-gradient(90deg, #ededed 0%, #fff 100%);
  background: -moz-linear-gradient(90deg, #ededed 0%, #fff 100%);
  background: -ms-linear-gradient(90deg, #ededed 0%, #fff 100%);
  background: linear-gradient(0deg, #ededed 0%, #fff 100%);
}
.publish-block-head:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  background: #f5f5f5;
  border-radius: 100%;
  border: 2px solid #1f4e83;
}
.publish-list {
  margin-top: 6px;
}
.publish-list-item {
  display: block;
  width: 134px;
  height: 216px;
  color: #383838;
  background: #e6e6e6;
  margin-left: 9px;
}
.publish-list-item:first-child {
  margin-left: 0;
}
.publish-list-item:hover {
  color: #1f4e83;
}
.publish-list-item-img {
  width: 100%;
  height: 189px;
}
.publish-list-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}
.publish-list-item-txt {
  font-size: 14px;
  font-size: var(--fontsize_medium);
  line-height: 27px;
  padding: 0 5px;
}

.danwei-list {
  padding: 15px 0;
}
.danwei-list-item {
  position: relative;
  width: 33.3%;
  padding-left: 17px;
}
.danwei-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  display: block;
  width: 4px;
  height: 4px;
  background: #898989;
}
.danwei-list-item .item-txt {
  display: block;
  color: #333;
  line-height: 2.14;
  font-size: 14px;
  font-size: var(--fontsize_medium);
}
.danwei-list-item .item-txt:hover, .danwei-list-item .item-txt:active {
  color: #1f4e83;
}

.newsmarks-list {
  position: relative;
  padding: 14px 0 10px;
}
.newsmarks-list:before {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 40px;
  bottom: 40px;
  width: 1px;
  background: #bcbcbc;
}
.newsmarks-list .item-mark {
  display: block;
  padding: 3px 7px;
  text-align: center;
  margin-right: 10px;
  line-height: 1.3333;
  color: #1f4e83;
  font-size: 12px;
  font-size: var(--fontsize_small);
  border: 1px solid #d3d3d3;
}
.newsmarks-list-item {
  position: relative;
  padding: 5px 0 5px 19px;
}
.newsmarks-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #a5a5a5;
}
.newsmarks-list-item .item-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  line-height: 1.5;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
}
.newsmarks-list-item .item-txt:hover, .newsmarks-list-item .item-txt:active {
  color: #1f4e83;
}

.member-entry {
  font-size: 0;
}
.member-entry-link {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(50% - 12px);
  width: -moz-calc(50% - 12px);
  width: calc(50% - 12px);
  height: 106px;
  text-align: center;
  margin-top: 24px;
  margin-right: 24px;
  padding: 8px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(9, 40, 93, 0.32);
}
.member-entry-link.full {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 12px);
  width: -moz-calc(100% - 12px);
  width: calc(100% - 12px);
  height: 106px;
  text-align: center;
  margin-top: 24px;
  margin-right: 24px;
  padding: 8px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(9, 40, 93, 0.32);
}
.member-entry-link:hover, .member-entry-link:active {
  -webkit-filter: brightness(0.92);
  -moz-filter: brightness(0.92);
  -ms-filter: brightness(0.92);
  filter: brightness(0.92);
}
.member-entry-link:nth-child(2n) {
  margin-right: 0;
}
.member-entry-link .txt {
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  color: #1b1b1b;
}

.member-entry-link .txt1 {
  font-size: 18px;
  font-weight:700;
  font-size: var(--fontsize_medium_x);
  color: #1b1b1b;
}

.contact-us {
  position: relative;
  padding-top: 14px;
  padding-bottom: 26px;
}
.contact-us-info {
  margin-right: 120px;
}
.contact-us-item {
  margin-top: 6px;
}
.contact-us-item:first-child {
  margin-top: 0;
}
.contact-us-item .item-label .txt {
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  color: #1b1b1b;
  line-height: 21px;
  margin-top: 3px;
  margin-left: 5px;
}
.contact-us-item .item-txt {
  overflow: hidden;
  font-size: 16px;
  font-size: var(--fontsize_medium_x);
  color: #1b1b1b;
  line-height: 21px;
  margin-top: 3px;
}
.contact-us-qrcode {
  position: absolute;
  top: 20px;
  right: 0;
  width: 98px;
  height: 98px;
  border: 3px solid #e6e6e6;
}
.contact-us-qrcode img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
}

.side-diaocha {
  height: 94px;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-right: 30px;
  background: url(../images/diaocha-bg.jpg) center center no-repeat;
  background-size: cover;
}
.side-diaocha .txt {
  font-size: 20px;
  font-size: var(--fontsize_large);
  color: #fff;
  font-weight: 700;
  margin-right: 24px;
}

.side-gongyi {
  display: block;
  width: 100%;
  height: 132px;
  margin-top: 13px;
  margin-bottom: 25px;
}
.side-gongyi img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}

.side-danwei {
  display: block;
  width: 100%;
  height: 126px;
  margin-top: 13px;
}
.side-danwei img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}

.wrap-cop-link {
  padding-bottom: 18px;
}
.wrap-cop-link-item {
  display: block;
  height: 80px;
  padding: 5px;
  margin-right: 9px;
  border: 1px solid #d3d3d3;
  background: #fff;
}
.wrap-cop-link-item:hover, .wrap-cop-link-item:active {
  -webkit-filter: brightness(0.92);
  -moz-filter: brightness(0.92);
  -ms-filter: brightness(0.92);
  filter: brightness(0.92);
}
.wrap-cop-link-item:last-child {
  margin-right: 0;
}
.wrap-cop-link-item img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1280px) {

  .wrap-maincont-right{
	margin-top:20px;
  }

  .index-banner-swiper {
    height: 265px;
  }
  .index-banner-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
    max-width: 1000px;
  }

  .index-news-swiper {
    width: 300px;
    height: 254px;
  }

  .side-diaocha {
    height: 80px;
  }

  .side-gongyi {
    height: 112px;
  }

  .side-danwei {
    height: 106px;
  }

  .wrap-cop-link-item {
    height: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .side-diaocha {
    max-width: 355px;
    height: 94px;
  }

  .side-gongyi {
    max-width: 355px;
    height: 132px;
  }

  .side-danwei {
    max-width: 355px;
    height: 126px;
  }

  .wrap-cop-link-item {
    height: 60px;
  }

  .danwei-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .index-banner-swiper {
    height: 200px;
  }

  .index-banner-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
    max-width: 100%;
    text-align: center;
    bottom: 10px;
    padding-right: 0;
  }
  .index-banner-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 1px #fff inset;
  }

  .index-block-flex {
    display: block;
  }

  .index-news-swiper {
    margin: 20px auto 0;
    width: 100%;
    padding-bottom: 12px;
  }
  .index-news-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .index-news-swiper .swiper-pagination-bullet-active {
    width: 12px;
  }

  .c-content-block-flex {
    display: block;
  }

  .publish-block {
    margin: 14px 0 0;
  }

  .wrap-cop-link {
    display: block;
  }

  .wrap-cop-link-item {
    margin-right: 0;
    margin-top: 5px;
  }

  .danwei-list-item {
    width: 100%;
  }

  .member-entry {
    padding-top: 14px;
  }
  .member-entry-link {
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    height: 86px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .member-entry-link:nth-child(2n) {
    margin-right: 0;
  }
  .member-entry-link span[class^="icon"] {
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -moz-transform-origin: 50% 10%;
    -ms-transform-origin: 50% 10%;
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
  }
  .member-entry-link .txt {
    -moz-transform: translate(0, -13px);
    -ms-transform: translate(0, -13px);
    -webkit-transform: translate(0, -13px);
    transform: translate(0, -13px);
  }

  .index-block-nav-item {
    margin-right: 6px;
    padding: 0 8px;
  }

  .index-block-nav-flex .index-block-nav-item {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
  }
}
@media screen and (max-width: 500px) {
  .side-diaocha {
    max-width: 100%;
  }

  .side-gongyi {
    max-width: 100%;
  }

  .side-danwei {
    max-width: 100%;
  }
}
