@charset "UTF-8";
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  font-size: 62.5% !important; }

body {
  color: #666;
  font-size: 1.4rem;
  background-color: #fff;
  margin: 0;
  padding: 0; }

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

body, button, input, select, textarea {
  font-family: 'Microsoft Yahei','Arial'; }

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

img {
  vertical-align: top;
  border: 0;
  max-width: 100%; }

address, cite, code, em, th, i {
  font-weight: normal;
  font-style: normal; }

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

a img {
  border: none; }

a:visited {
  text-decoration: none; }

a:hover {
  color: #444; }

.am-list-date {
  font-size: 1.6rem;
  margin-right: 10px; }

.epd-bgc {
  background-color: #183883; }

.loading {
  text-align: center;
  display: none;
  margin: 1rem 0 0.5em; }

.nodata {
  text-align: center;
  display: none;
  margin: 1rem 0 1.5em;
  color: #999;
  font-size: 1.4rem; }

.lb-data .lb-number {
  display: none !important; }

.por {
  position: relative; }

.poa {
  position: absolute; }

/*----------------下拉框------------------------*/
.am-btn-secondary, .am-btn-secondary:focus, .am-btn-secondary:hover {
  text-transform: capitalize;
  color: #fff;
  background-color: #183883; }

.am-btn-secondary.am-active, .am-btn-secondary:active, .am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
  background-color: #183883;
  border-color: #fff; }

.am-btn-secondary:hover, .am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
  color: #fff; }

.am-selected .am-btn {
  display: block;
  padding: 1.2rem 2rem 1.2rem 1rem;
  border-color: #183883;
  background-color: #183883; }

.am-selected-list li.am-checked .am-icon-check {
  color: #183883; }

.am-btn-secondary {
  border-color: #183883; }

.am-selected-text {
  color: #183883; }

.am-checked .am-selected-text {
  color: #183883; }

/*--------------------子栏目下拉框---------------------*/
#menu-selected {
  display: block;
  padding: 1.2rem 1.4rem 1.2rem 1rem;
  background-color: #183883;
  border-color: #183883; }
  #menu-selected .cur-menu {
    line-height: 1.2;
    font-size: 1.4rem;
    text-transform: capitalize; }
  #menu-selected li.li-active {
    background-color: #183883; }
    #menu-selected li.li-active > a {
      color: #fff; }
    #menu-selected li.li-active > a:hover {
      background-color: #183883;
      color: #fff; }
  #menu-selected .menu-item a {
    font-size: 1.4rem;
    color: #183883; }
    #menu-selected .menu-item a:hover {
      background-color: #fff;
      color: #183883; }
    #menu-selected .menu-item a i {
      display: none; }
    #menu-selected .menu-item a i.angle {
      transition: all .15s ease;
      margin-right: .25rem; }
    #menu-selected .menu-item a i.active {
      transform: rotate(90deg); }

#menu-selected .menu-selected-son {
  display: none;
  border-top: 1px solid #183883;
  background-color: #fff; }
  #menu-selected .menu-selected-son li {
    padding: 0 20px 0 3.2rem; }
  #menu-selected .menu-selected-son li.on {
    background-color: #fff; }
    #menu-selected .menu-selected-son li.on i {
      display: block !important; }
  #menu-selected .menu-selected-son i {
    color: #183883;
    font-size: 1.3rem; }
  #menu-selected .menu-selected-son li.on a {
    color: #183883; }
  #menu-selected .menu-selected-son a {
    line-height: 2.5rem;
    color: #183883;
    font-size: 1.3rem; }

/*--------------------color---------------------*/
.epd-color {
  color: #183883; }

.epd-color-0 {
  color: #000; }

.epd-color-fff,
.epd-color-f {
  color: #fff !important; }

.epd-color-2 {
  color: #222; }

.epd-color-3 {
  color: #333; }

.epd-color-4 {
  color: #444; }

.epd-color-5 {
  color: #555; }

.epd-color-6 {
  color: #666; }

.epd-color-8 {
  color: #888; }

.epd-color-9 {
  color: #999; }

.epd-color-c {
  color: #ccc; }

.epd-color-e {
  color: #eee; }

.epd-color-js {
  color: #f0ae0f; }

.epd-color-blus {
  color: #b1254b; }

.epd-text-gray {
  color: #989898 !important; }

.epd-bgc-white {
  background-color: #fff; }

.epd-bg {
  background: #183883 !important; }

.epd-bg-white {
  background: #fff !important; }

.epd-bg2 {
  background: #183883; }

.epd-bg-8 {
  background: #888; }

.epd-bg-f3 {
  background: #f3f3f3; }

.epd-bg-f4 {
  background: #f4f4f4; }

.epd-bg-f {
  background: #fff; }

.epd-text-upp {
  text-transform: uppercase; }

.epd-text-cap {
  text-transform: capitalize; }

.epd-text-l {
  text-align: left; }

.epd-text-r {
  text-align: right; }

.epd-text-h2 {
  font-size: 1.6rem; }

.epd-bold-sm {
  font-weight: 600; }

.epd-bold {
  font-weight: bold; }

.epd-line-xs {
  line-height: 1.6rem; }

.epd-line-sm {
  line-height: 1.8rem; }

.epd-line {
  line-height: 2rem; }

.epd-line-lg {
  line-height: 2.4rem; }

.epd-line-xl {
  line-height: 3.2rem; }

.epd-line-xxl {
  line-height: 3.8rem; }

.pb50 {
  padding-bottom: 50px; }

.epd-margin-top-bottom {
  margin: 3.5rem 0; }

.epd-margin-top {
  margin-top: 3.5rem; }

.epd-margin-bottom {
  margin-bottom: 3.5rem; }

.border-radius-0 {
  border-radius: 0 !important; }

.epd-clear {
  clear: both; }

.am-padding-bottom-lg {
  padding-bottom: 2.4rem !important; }

.am-padding-top {
  padding-top: 1.6rem !important; }

/*--------------------header---------------------*/
.header-block {
  display: block;
  height: 5rem; }

header {
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #fff;
  /*box-shadow: 0 1px 3px rgba(255,255,255,.3);*/ }

.logo {
  display: block;
  padding: .8rem;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.logo img {
  width: 94%; }

.logo span {
  margin-left: 0.8rem;
  padding-left: 0.8rem;
  border-left: 1px solid #ddd; }

.logo em {
  color: #d50f0f;
  line-height: 1.4rem;
  display: block; }

.header-top {
  overflow: hidden; }

.header-menu {
  padding: 0 1.2rem .8rem;
  overflow: hidden;
  background-color: #183883; }
  .header-menu li {
    float: left;
    width: 25%;
    text-align: center;
    margin-top: .8rem;
    line-height: 1; }
  .header-menu li a {
    color: #fff;
    font-size: 1.4rem;
    display: inline-block; }

.header .am-fr {
  overflow: hidden;
  margin-top: 1.3rem;
  margin-right: 1rem; }
  .header .am-fr .member-btn {
    display: block;
    padding: .3rem .6rem;
    background: #fe7c00;
    color: #fff;
    border-radius: 2px; }
  .header .am-fr .denglu,
  .header .am-fr .zhuce {
    display: block;
    position: relative;
    float: left;
    max-width: 75px;
    width: 17vw;
    margin-left: 0.6rem; }
  .header .am-fr span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 29px;
    text-indent: 2.4rem; }

.am-control-nav,
.am-direction-nav {
  display: none; }

@media screen and (min-width: 410px) {
  .header .am-fr .denglu, .header .am-fr .zhuce {
    text-align: center; }
  .header .am-fr span {
    text-indent: .7rem; } }
@media screen and (max-width: 350px) {
  .header .am-fr span {
    text-indent: 2rem; }

  .logo {
    height: 6.6rem; }

  .logo img {
    height: 5rem; } }
/*--------------------banner---------------------*/
.banner img {
  width: 100%; }

#index-banner .am-control-nav {
  display: block !important;
  bottom: 1rem; }
#index-banner .am-slider-default .am-control-nav li a {
  box-shadow: none;
  background-color: #fff;
  opacity: .5; }
#index-banner .am-slider-default .am-control-nav li a.am-active {
  opacity: 1; }

.banner-btn {
  z-index: 99;
  position: absolute;
  bottom: .5rem !important;
  text-align: center; }

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #666;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background-color: #fff; }

/*--------------------index-default---------------------*/
.tit-sty {
  padding: 2.6rem 0;
  text-align: center; }
  .tit-sty.text-white .title {
    color: #fff; }
  .tit-sty.pt0 {
    padding-top: 0; }
  .tit-sty .title {
    color: #000;
    font-size: 2.2rem;
    font-weight: normal; }
  .tit-sty .subtitle {
    display: block;
    color: #aaa;
    font-size: 1.2rem;
    line-height: 1;
    text-transform: uppercase; }
  .tit-sty:after {
    margin: 1.2rem auto 0;
    display: block;
    content: "";
    width: 5rem;
    height: .22rem;
    background-color: #183883; }

.more-sty {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background-color: #fff;
  position: relative; }
  .more-sty a {
    display: block;
    color: #183883;
    font-size: 1.4rem;
    text-align: center; }
  .more-sty i {
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    right: 2rem;
    font-size: 2rem;
    color: #c4c4c4; }
  .more-sty.fan {
    background-color: #183883; }
    .more-sty.fan a {
      color: #fff; }
    .more-sty.fan i {
      color: #fff; }

.index-news .am-direction-nav {
  display: block !important; }
.index-news .am-slider-default .am-direction-nav a:before {
  color: rgba(255, 255, 255, 0.5); }
.index-news .am-slider-default .am-direction-nav .am-prev,
.index-news .am-slider-default .am-direction-nav .am-next {
  margin-top: -18px; }

.news-banner a {
  display: block; }
.news-banner .pic {
  display: block;
  text-align: center;
  height: 30vh; }
  .news-banner .pic img {
    display: inline;
    width: 100%;
    vertical-align: middle; }
.news-banner p {
  padding: 0 15px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
  height: 36px;
  color: #fff;
  font-size: 14px; }

.border-b {
  border-bottom: .22rem solid #e4e4e4; }

.index-news {
  background-color: #f6f6f6;
  overflow: hidden; }
  .index-news .am-tabs {
    margin-top: 0;
    padding-top: 10px; }
  .index-news .am-tabs-nav {
    background-color: transparent; }
    .index-news .am-tabs-nav li a {
      font-size: 1.4rem;
      text-align: left;
      text-indent: .8rem; }
    .index-news .am-tabs-nav li.am-active a {
      background-color: transparent;
      color: #183883;
      font-weight: bold; }
  .index-news .am-tabs-bd {
    border: 0; }
    .index-news .am-tabs-bd .am-tab-panel {
      padding-top: 0; }
    .index-news .am-tabs-bd .nolist li {
      height: 10rem;
      line-height: 10rem;
      text-align: center; }
    .index-news .am-tabs-bd .am-tab-panel ul li:first-child a {
      display: block;
      padding-left: 0;
      padding-bottom: .8rem; }
      .index-news .am-tabs-bd .am-tab-panel ul li:first-child a:after {
        display: none; }
      .index-news .am-tabs-bd .am-tab-panel ul li:first-child a p {
        font-size: 1.4rem;
        padding-bottom: .5rem;
        color: #183883;
        overflow: visible;
        white-space: normal; }
      .index-news .am-tabs-bd .am-tab-panel ul li:first-child a span {
        font-size: 1.2rem;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .index-news .am-tabs-bd .am-tab-panel ul li:first-child a em {
        display: none; }
    .index-news .am-tabs-bd .am-tab-panel ul li:not(:first-child) a {
      display: block;
      overflow: hidden;
      position: relative;
      padding-left: 1rem;
      line-height: 32px; }
      .index-news .am-tabs-bd .am-tab-panel ul li:not(:first-child) a:after {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -.2rem;
        width: 0.4rem;
        height: 0.4rem;
        border-radius: .4rem;
        background-color: #183883;
        display: block;
        content: ""; }
      .index-news .am-tabs-bd .am-tab-panel ul li:not(:first-child) a p {
        font-size: 1.4rem;
        float: left;
        width: 78%;
        color: #000;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .index-news .am-tabs-bd .am-tab-panel ul li:not(:first-child) a span {
        display: none; }
      .index-news .am-tabs-bd .am-tab-panel ul li:not(:first-child) a em {
        float: right;
        font-size: 1.4rem;
        color: #9c9c9c; }

.index-xhxq {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 2rem 0;
  text-align: center;
  background: url(../images_m/index.jpg) top center no-repeat;
  background-size: auto 100%; }
  .index-xhxq img {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .index-xhxq h2 {
    font-size: 1.4rem;
    color: #fff;
    text-align: center; }
  .index-xhxq a {
    display: inline-block;
    margin: 2rem auto 0;
    text-align: center;
    width: 8rem;
    height: 3rem;
    line-height: 3rem;
    background: #fff;
    color: #183883;
    font-size: 1.4rem; }

@media screen and (max-width: 320px) {
  .index-xhxq h2 {
    font-size: 1.3rem; } }
.index-policy .z-tit {
  overflow: hidden;
  height: 4rem;
  padding: 0 2rem;
  margin-bottom: 1rem;
  line-height: 4rem;
  color: #fff;
  background: url(../images/zcfgpic.jpg) no-repeat;
  background-size: cover; }
  .index-policy .z-tit h4 {
    font-weight: bold;
    font-size: 1.6rem; }
  .index-policy .z-tit a {
    color: #fff;
    font-size: 1.4rem; }
.index-policy .z-tit2 {
  background: url(../images/pyxxpic.jpg) no-repeat;
  background-size: cover; }
.index-policy .policy-list {
  padding-bottom: 1.2rem; }
  .index-policy .policy-list li a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-left: 1rem;
    line-height: 32px; }
    .index-policy .policy-list li a:after {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -.2rem;
      width: 0.4rem;
      height: 0.4rem;
      border-radius: .4rem;
      background-color: #183883;
      display: block;
      content: ""; }
    .index-policy .policy-list li a p {
      font-size: 1.4rem;
      float: left;
      width: 78%;
      color: #000;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .index-policy .policy-list li a span {
      display: none; }
    .index-policy .policy-list li a em {
      float: right;
      font-size: 1.4rem;
      color: #9c9c9c; }

/*--------------------member---------------------*/
.index-member {
  margin-bottom: 2.6rem; }
  .index-member .member-list {
    padding-bottom: 0.6rem; }
    .index-member .member-list li:nth-child(odd) {
      padding-right: .5rem; }
    .index-member .member-list li:nth-child(even) {
      padding-left: .5rem; }
    .index-member .member-list li {
      margin-bottom: .8rem; }
      .index-member .member-list li a {
        display: block;
        padding: 3px;
        background-color: #ececec; }
      .index-member .member-list li span {
        display: block;
        height: 8.6rem;
        overflow: hidden; }
      .index-member .member-list li .nopicture {
        visibility: hidden;
        opacity: 0;
        width: 100%;
        height: 8.6rem;
        letter-spacing: 1.15px;
        border: 1px solid #183883;
        line-height: 8.6rem;
        color: #183883;
        background: #fff;
        font-size: 12px;
        text-align: center;
        font-style: normal;
        transition: all .2s ease-in-out; }
      .index-member .member-list li .showtext .nopicture {
        display: block;
        visibility: visible;
        opacity: 1; }
      .index-member .member-list li p {
        padding: 1rem 1.2rem .8rem;
        color: #222;
        font-size: 1.2rem;
        text-align: center;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

/*--------------------footer---------------------*/
#footer {
  position: relative;
  padding: 2rem .8rem;
  background-color: #f1f1f1;
  font-size: 1.2rem;
  color: #686868;
  text-align: left; }
  #footer a {
    color: #686868; }
  #footer .ewm {
    z-index: 9;
    position: absolute;
    top: 2rem;
    width: 2.8rem;
    right: 1rem; }

.index-xiangdao {
  z-index: 9999;
  position: fixed;
  right: 0;
  bottom: 5rem;
  background: #183883;
  width: 152px;
  height: 150px;
  padding-top: 10px; }
  .index-xiangdao h2 {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-indent: 20px;
    font-weight: 600; }
  .index-xiangdao ul {
    padding: 0 30px; }
  .index-xiangdao li {
    color: #fff; }
    .index-xiangdao li a {
      color: #fff;
      display: inline-block;
      line-height: 30px;
      border-bottom: 1px dashed #4566b5;
      width: 75%; }

.close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 24px;
  height: 25px;
  background: #4566b5;
  border-radius: 50%; }

.close:hover {
  cursor: pointer; }

.close i {
  height: 0;
  width: 18px;
  border-bottom: 1px solid #eee;
  display: block;
  position: absolute;
  top: 12px;
  left: 3px;
  transform: rotate(45deg); }

.close i:nth-child(2) {
  transform: rotate(-45deg); }

.footericon {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  line-height: 4rem; }
  .footericon i {
    font-size: 2rem;
    transform: translateY(4%); }
  .footericon i,
  .footericon a {
    color: #183883; }

/*--------------------page---------------------*/
.banner-in {
  width: 100%;
  height: 25vh;
  position: relative; }

.banner-in .img {
  width: 100%;
  height: 25vh;
  text-align: center; }

.banner-in span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  line-height: 5.2rem;
  border-radius: 5.2rem;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  color: #fff;
  font-size: 2.8rem;
  text-transform: capitalize;
  text-align: center; }

.page-con {
  min-height: 350px; }

/*--------------------about---------------------*/
.epd-about {
  font-size: 1.4rem;
  color: #666; }
  .epd-about img {
    max-width: 100%; }

#team {
  background-color: #f9f9f9; }
  #team .team-list {
    border-top: 1px dotted #e4e4e4;
    margin: 0 2rem; }
  #team .item {
    padding: 3.2rem 0;
    border-bottom: 1px dotted #e4e4e4; }
  #team .item h4 {
    color: #444; }

/*--------------------feedback---------------------*/
.feedback-r h4 {
  color: #183883;
  font-weight: normal; }

.feedback-l p {
  color: #5a5a5a;
  font-size: 1.4rem; }

.feedback-l p:nth-child(2) {
  text-indent: 2em;
  padding-top: 15px; }

.formgroup {
  padding-bottom: 1.8rem; }

.am-form textarea {
  height: 100px; }

#vdimgck {
  width: 70%;
  float: left; }

.vdcodeimg {
  width: 30%;
  float: right; }

#submit {
  clear: both;
  margin-top: 1.8rem;
  padding: 0 15px;
  background: #183883;
  color: #fff;
  border: 1px solid #183883;
  height: 40px;
  line-height: 40px; }

.am-form input[type=number]:focus,
.am-form input[type=search]:focus,
.am-form input[type=text]:focus,
.am-form input[type=password]:focus,
.am-form input[type=datetime]:focus,
.am-form input[type=datetime-local]:focus,
.am-form input[type=date]:focus,
.am-form input[type=month]:focus,
.am-form input[type=time]:focus,
.am-form input[type=week]:focus,
.am-form input[type=email]:focus,
.am-form input[type=url]:focus,
.am-form input[type=tel]:focus,
.am-form input[type=color]:focus,
.am-form select:focus,
.am-form textarea:focus,
.am-form-field:focus {
  border-color: #183883;
  transition: all .14s ease-in-out; }

.am-form input.error,
.am-form textarea.error {
  border-color: red !important; }

.am-form input.valid,
.am-form textarea.valid {
  border-color: green !important; }

.am-form label.error {
  color: red;
  font-size: 1.3rem;
  font-weight: normal; }

#vdimgck + label {
  display: none !important; }

/*--------------------pro---------------------*/
.epd-pro-list-box .pro-li {
  width: 48.5%;
  margin-bottom: 3%; }
  .epd-pro-list-box .pro-li div {
    padding: .8rem .8rem 0 .8rem; }
  .epd-pro-list-box .pro-li a {
    display: block;
    text-align: center; }
  .epd-pro-list-box .pro-li span {
    display: table;
    margin: 0 auto; }
  .epd-pro-list-box .pro-li em {
    width: 100%;
    height: 20vh;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .epd-pro-list-box .pro-li img {
    max-width: 100%;
    max-height: 100%; }
  .epd-pro-list-box .pro-li p {
    font-weight: normal;
    color: #666;
    line-height: 1.2;
    padding: 1.2rem 8px;
    text-transform: capitalize;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .epd-pro-list-box .pro-li p b {
      font-weight: normal; }
  .epd-pro-list-box .pro-li:nth-child(2n-1) {
    margin-right: 1.5%; }
  .epd-pro-list-box .pro-li:nth-child(2n) {
    margin-left: 1.5%; }

/*--------------------article---------------------*/
.pro-title {
  color: #222;
  text-align: center;
  text-transform: capitalize;
  font-size: 2rem;
  line-height: 1.8rem;
  padding-top: 1.1rem;
  padding-bottom: 2.5rem;
  font-weight: normal; }

.pic img {
  max-width: 100%; }

.con h4 {
  padding: 2.2rem 0 .9rem;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  color: #222;
  font-size: 1.8rem; }

.con-con {
  padding-top: .9rem; }

.con-con,
.con-con p {
  font-size: 1.4rem; }

.contentnav {
  font-size: 0;
  padding: 2.8rem 0 3.2rem; }
  .contentnav div {
    display: inline-block; }
  .contentnav div:first-child + div {
    margin: 0 calc((100% - 240px) / 2); }
  .contentnav a {
    display: block;
    width: 80px;
    padding: 0;
    line-height: 2.8rem;
    text-align: center;
    font-size: 1.4rem;
    border: 1px solid #555;
    color: #555;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .contentnav a:hover {
      background-color: #183883;
      border: 1px solid #183883;
      color: #fff; }
  .contentnav div:first-child a:hover {
    text-indent: -10px; }
  .contentnav div:first-child + div + div a:hover {
    text-indent: 10px; }

/*--------------------newslist---------------------*/
.news-list a {
  display: block;
  overflow: hidden;
  padding-left: 0; }
  .news-list a h2 {
    color: #183883;
    font-weight: normal;
    font-size: 1.6rem;
    text-transform: capitalize;
    padding-bottom: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .news-list a p {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

#news_con .title {
  padding: 3rem 0 0;
  color: #222;
  text-align: center;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 1.6rem; }
#news_con .date {
  font-size: 1.2rem;
  color: #777;
  text-align: center; }
#news_con .body {
  font-size: 1.4rem;
  color: #555; }
  #news_con .body p,
  #news_con .body span {
    font-size: 1.4rem !important;
    color: #555;
    font-family: '微软雅黑'; }
  #news_con .body img {
    max-width: 100%;
    height: auto !important; }
#news_con table {
  width: 100%; }

.am-list-main .am-fl,
.am-list-main .am-fr {
  font-size: 1.2rem; }

/*-----------font------------------------*/
@font-face {
  font-family: 'iconfont';
  src: url("//at.alicdn.com/t/font_1475056155_919957.eot");
  /* IE9*/
  src: url("//at.alicdn.com/t/font_1475056155_919957.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1475056155_919957.woff") format("woff"), url("//at.alicdn.com/t/font_1475056155_919957.ttf") format("truetype"), url("//at.alicdn.com/t/font_1475056155_919957.svg#iconfont") format("svg");
  /* iOS 4.1- */ }
.iconfont {
  font-family: "iconfont" !important;
  /*font-size:2rem;*/
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: #fff; }

.top-bar {
  line-height: 43px; }

#hyfc #news_con .title {
  font-size: 2rem; }
#hyfc #news_con .date {
  font-size: 0 !important;
  color: #fff !important; }

.epd-marker {
  background-color: #183883;
  margin-top: 2rem;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  text-align: center; }
  .epd-marker span {
    color: #fff; }

.bm-btn {
  display: block;
  width: 120px;
  margin: 3rem auto 2rem;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #183883;
  color: #fff;
  background: #183883;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.submit2 {
  display: block;
  margin: 0 auto 3rem;
  width: 140px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #183883;
  color: #fff;
  background: #183883;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/*# sourceMappingURL=css_m.css.map */
