﻿@charset "utf-8";
html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 12px;
  }
}
body {
  font-family: arial, "microsoft yahei";
  color: #000;
}
.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
    width: auto;
  }
}
.t_container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .t_container {
    padding: 0 15px;
    width: auto;
  }
}
header {
  width: 100%;
}
header .top {
  height: 38px;
  background: #363636;
  /*search*/
}
header .top .t_container {
  padding: 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  header .top .t_container {
    padding: 0;
  }
}
header .top .serch {
  height: 38px;
  width: 38px;
  float: right;
  z-index: 25;
  cursor: pointer;
  position: relative;
}
header .top .search {
  padding: 17px;
  background: #f2f2f2;
  width: 480px;
  border-radius: 2px;
  display: none;
  position: absolute;
  z-index: 9999;
  right: 0;
  overflow: initial !important;
  top: 38px;
}
@media (max-width: 767px) {
  header .top .search {
    width: 100%;
  }
}
header .top .search .ser_box {
  border: 1px solid #b9b9b9;
  background: #fff;
  display: inline-block;
  float: left;
}
@media (max-width: 767px) {
  header .top .search .ser_box {
    width: 100%;
  }
}
header .top .search .select_box {
  color: #363636;
  font-size: 14px;
  width: 75px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  float: left;
  z-index: 28;
  padding: 0 20px 0 10px;
  background: #fff;
  position: relative;
  background: url("../images/search_ico.png") no-repeat 56px center #ffffff;
}
@media (max-width: 767px) {
  header .top .search .select_box {
    width: 25%;
    background: url("../images/search_ico.png") no-repeat 84% center #ffffff;
  }
}
header .top .search .select_box:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  top: 2px;
  right: 0;
  background: #ccc;
}
header .top .search .select_showbox {
  height: 35px;
  overflow: hidden;
}
header .top .search .select_option {
  border: 1px solid #b9b9b9;
  border-top: none;
  display: none;
  left: -1px;
  top: 36px;
  position: absolute;
  z-index: 99;
  background: #fff;
}
@media (max-width: 767px) {
  header .top .search .select_option {
    width: 100%;
  }
}
header .top .search .select_option li {
  text-align: center;
  list-style: none;
  width: 110px;
  z-index: 99;
  padding: 0 20px 0 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  header .top .search .select_option li {
    width: 100%;
  }
}
header .top .search .inputz {
  width: 328px;
  height: 35px;
  z-index: 1;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  header .top .search .inputz {
    width: 75%;
  }
}
header .top .search .inputz small {
  display: block;
  position: absolute;
  right: 15px;
  top: 8px;
  width: 18px;
  height: 18px;
}
header .top .search .inputz span {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 52px 0 10px;
  position: relative;
}
header .top .search .inputz span input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: none;
  color: #737373;
  font-family: "微软雅黑";
  font-size: 14px;
}
header .top .search .inputz span input::-webkit-input-placeholder,
header .top .search .inputz span input input::-webkit-input-placeholder {
  color: #737373;
}
header .top .search .inputz span input::-moz-placeholder,
header .top .search .inputz span input input:-moz-placeholder {
  color: #737373;
}
header .top .search .inputz span input::-moz-placeholder,
header .top .search .inputz span input input::-moz-placeholder {
  color: #737373;
}
header .top .search .inputz span input::-ms-input-placeholder,
header .top .search .inputz span input input:-ms-input-placeholder {
  color: #737373;
}
header .top .search .sclose {
  float: left;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin: 0 0 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  header .top .search .sclose {
    display: none;
  }
}
header .top .search select {
  display: none;
}
header .top .search .select_option li.selected {
  background-color: #F3F3F3;
  color: #999;
}
header .top .login {
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  overflow: hidden;
  height: 38px;
  background: url("../images/user.png") no-repeat left;
  padding: 0 8px 0 30px;
  width: 104px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header .top .login:hover {
  color: #b80006;
}
header .top .hot_tel {
  float: right;
  color: #fff;
  /*font-size: 14px;*/
  height: 38px;
  line-height: 38px;
  padding: 0 20px 0 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  header .top .hot_tel {
    padding: 0 5px 0 0;
    font-size: 14px;
  }
}
header .top .hot_tel a {
  color: #fff;
}
header .top .hot_tel:hover a {
  color: #b80006;
}
header .header {
  width: 100%;
  background: #fff;
  display: table;
}
@media (max-width: 991px) {
  header .header {
    position: relative;
    height: 85px;
  }
}
@media (max-width: 767px) {
  header .header {
    position: relative;
    height: 70px;
  }
}
header .header .t_container {
  position: relative;
}
header .header .logo {
  width: 268px;
  height: 40px;
  float: left;
  margin: 35px 0 20px;
  position: relative;
}
@media (max-width: 991px) {
  header .header .logo {
    margin: 23px 0 5px;
  }
}
@media (max-width: 767px) {
  header .header .logo {
    margin: 20px 0 0 5px;
    width: 200px;
    height: 30px;
  }
}
header .header .nav {
  width: 65%;
  float: right;
}
@media (max-width: 991px) {
  header .header .nav {
    display: none;
  }
}
header .header .nav ul {
  width: 100%;
  list-style: none;
}
header .header .nav ul .active {
  background: #e4e4e4;
}
header .header .nav ul li {
  float: left;
  width: 12.38571429%;
  font-family: "黑体";
  position: relative;
}
header .header .nav ul li:hover > a {
  background: #e4e4e4;
}
header .header .nav ul li:hover div {
  display: block;
}
header .header .nav ul li div {
  position: absolute;
  top: 100px;
  left: -30%;
  background: #b80006;
  width: 160%;
  display: none;
  z-index: 99;
}
header .header .nav ul li div span {
  display: block;
  padding: 0 5px;
}
header .header .nav ul li div span:hover {
  background: #565656;
}
header .header .nav ul li div span:hover > a {
  border-bottom: 1px solid #565656;
}
header .header .nav ul li div span > a {
  display: block;
  color: #fff;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #c63338;
}
header .header .nav ul li > a {
  font-size: 16px;
  height: 100px;
  line-height: 100px;
  display: block;
  text-align: center;
  color: #252525;
}
.banner_ny {
  width: 100%;
  overflow: hidden;
}
.banner_ny span {
  width: 100%;
  display: block;
  position: relative;
}
.banner_ny span:after {
  content: "";
  display: block;
  padding-bottom: 12.6%;
}
.ny {
  min-height: 300px;
}
@media (max-width: 767px) {
  .banner .slick-dots {
    bottom: 6px;
  }
}
/*company_news*/
.company_news {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80px;
  display: inline-block;
}
@media (max-width: 767px) {
  .company_news {
    padding-bottom: 40px;
  }
}
.company_news .news_main {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .company_news .news_main {
    margin: 0 0 15px;
  }
}
.company_news .news_main li {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 15px 0 45px;
}
@media (max-width: 767px) {
  .company_news .news_main li {
    margin: 10px 0 25px;
  }
}
.company_news .news_main li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.company_news .news_main li:hover .txt span a {
  color: #b80006;
}
.company_news .news_main li:hover .txt .more {
  background: #b80006;
  border: 1px solid #b80006;
  color: #fff;
}
.company_news .news_main li:after {
  content: "";
  position: absolute;
  width: 68.5%;
  height: 1px;
  background: #d5d5d5;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .company_news .news_main li:after {
    width: 100%;
  }
}
.company_news .news_main li .pic {
  width: 28%;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .company_news .news_main li .pic {
    width: 100%;
    float: none;
  }
  .company_news .news_main li .pic .vcenter {
    position: relative;
  }
}
.company_news .news_main li .pic img {
  -webkit-transition: 0.4s;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
}
.company_news .news_main li .pic:after {
  content: "";
  display: block;
  padding-bottom: 79%;
}
@media (max-width: 767px) {
  .company_news .news_main li .pic:after {
    display: none;
  }
}
.company_news .news_main li .txt {
  width: 68.5%;
  height: 100%;
  float: right;
  position: relative;
  font-size: 13px;
  color: #666;
}
@media (max-width: 767px) {
  .company_news .news_main li .txt {
    width: 100%;
    margin: 15px 0 0;
    float: none;
  }
}
.company_news .news_main li .txt span {
  display: block;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-family: "微软雅黑";
}
.company_news .news_main li .txt span a {
  color: #3b3b3b;
}
.company_news .news_main li .txt time {
  display: block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-family: arial;
  color: #828282;
  margin: 5px 0;
}
.company_news .news_main li .txt p {
  display: block;
  font-size: 12px;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-family: "微软雅黑";
  color: #828282;
  margin: 5px 0;
}
.company_news .news_main li .txt .more {
  width: 135px;
  height: 30px;
  border: 1px solid #828282;
  display: block;
  font-size: 12px;
  line-height: 28px;
  overflow: hidden;
  font-family: "微软雅黑";
  color: #828282;
  margin: 22px 0 5px;
  text-align: center;
}
@media (max-width: 991px) {
  .company_news .news_main li .txt .more {
    margin: 10px 0 5px;
  }
}
@media (max-width: 767px) {
  .company_news .news_main li .txt .more {
    margin: 18px 0 25px;
  }
}
/*公用*/
.common_box {
  margin: 0 auto;
  width: 100%;
}
.left_part {
  float: left;
  width: 69.5%;
}
@media (max-width: 991px) {
  .left_part {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
.right_part {
  float: right;
  width: 26.5%;
}
@media (max-width: 991px) {
  .right_part {
    display: none;
  }
}
.right_part aside {
  display: block;
  margin: 44px 0 0;
}
.right_part aside big {
  display: block;
  color: #fff;
  background: #b80006;
  height: 47px;
  line-height: 47px;
  padding: 0 25px;
  overflow: hidden;
  font-size: 18px;
}
.right_part aside ul {
  list-style: none;
  width: 100%;
  display: inline-block;
}
.right_part aside ul .active {
  background: #c63338;
}
.right_part aside ul .active a {
  color: #fff;
}
.right_part aside ul li {
  height: 47px;
  overflow: hidden;
  background: #dfdfdf;
  color: #fff;
  font-size: 16px;
  line-height: 47px;
  padding: 0 25px;
  margin: 1px 0 0;
}
.right_part aside ul li:hover {
  background: #c63338;
}
.right_part aside ul li:hover a {
  color: #fff;
  display: block;
}
.right_part .right_reserve {
  background: #f4f4f4;
  margin: 25px 0 0;
  padding: 45px 30px 65px;
}
.right_part .right_reserve p {
  border-bottom: 1px solid #cfcfcf;
  display: block;
}
.right_part .right_reserve p span {
  line-height: 24px;
  color: #515151;
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 0 0 15px;
}
.right_part .right_reserve big {
  line-height: 24px;
  color: #b80006;
  font-family: "helvetica_lightregular";
  font-size: 34px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 20px 0 10px;
}
.right_part .right_reserve small {
  line-height: 24px;
  color: #656565;
  font-size: 13px;
  font-family: "微软雅黑";
  display: block;
  text-align: center;
  margin: 0 0 25px;
}
.right_part .right_reserve .btn {
  display: block;
  text-align: center;
  background: #b80006;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-family: "微软雅黑";
  width: 78%;
  overflow: hidden;
  margin: 30px auto;
}
.right_part .right_reserve .btn:hover {
  color: #E8E7E7;
}
.right_part .right_reserve center {
  overflow: hidden;
  width: 20%;
  margin: 0 auto;
}
.right_part .right_reserve center img {
  max-width: 100%;
}
/*面包屑*/
.crumbs {
  height: 42px;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}
.crumbs h2 {
  font-weight: inherit;
  color: #919191;
  font-size: 12px;
  line-height: 42px;
  text-align: right;
}
.crumbs h2 a {
  color: #919191;
}
.crumbs h2 a:hover {
  color: #b80006;
}
.crumbs h2 span {
  color: #777777;
  font-family: "微软雅黑";
  font-weight: bold;
}
.com_title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #b7b7b7;
  color: #1f1f1f;
  font-size: 18px;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .com_title {
    margin: 20px 0 0;
  }
}
/*分页*/
.page {
  text-align: right;
  /*width: 100%;*/
}
@media (max-width: 767px) {
  .page {
    text-align: center;
  }
}
.page .active {
  background: #b80006;
  border: 1px solid #b80006;
  color: #fff;
}
@media (max-width: 767px) {
  .page .active {
    display: none;
  }
}
.page .p_right {
  margin: 2px 0 0 15px;
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  .page .p_right {
    display: none;
  }
}
.page .on:hover {
  background: #b80006;
  border: 1px solid #b80006;
  color: #fff;
}
@media (max-width: 767px) {
  .page .on {
    display: none;
  }
}
@media (max-width: 767px) {
  .page .com {
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
  }
}
.page .com:hover {
  background: #b80006;
  border: 1px solid #b80006;
  color: #fff;
}
.page .onn {
  border: none;
  margin: 2px 0 0 8px;
  padding: 0;
}
@media (max-width: 767px) {
  .page .onn {
    display: none;
  }
}
.page a {
  border: 1px solid #d5d5d5;
  display: inline-block;
  padding: 0 8px;
  margin: 0 5px;
  font-size: 12px;
  font-family: "微软雅黑";
  line-height: 20px;
  height: 24px;
}
footer {
  background: #d1d1d1;
  width: 100%;
  display: table;
}
footer .foot {
  width: 100%;
  padding: 30px 0 20px;
  display: table;
}
footer .foot_nav {
  width: 80%;
  float: left;
  list-style: none;
  margin: 10px 0 0;
}
@media (max-width: 991px) {
  footer .foot_nav {
    display: none;
  }
}
footer .foot_nav li {
  width: 14%;
  float: left;
  min-height: 160px;
  padding: 0 0 0 10px;
  border-left: 1px solid #bcbcbc;
}
footer .foot_nav li span {
  display: block;
  color: #454545;
  font-size: 15px;
  height: 16px;
  line-height: 16px;
  margin: 0 0 12px;
}
footer .foot_nav li a {
  color: #848484;
  display: block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  font-size: 13px;
}
footer .foot_nav li a:hover {
  color: #b80006;
}
footer .foot_right {
  width: 20%;
  float: right;
}
@media (max-width: 991px) {
  footer .foot_right {
    width: 100%;
    float: none;
  }
}
footer .foot_right big {
  font-family: "impactregular";
  display: none;
  font-size: 34px;
  color: #b80006;
  line-height: 40px;
}
@media (max-width: 991px) {
  footer .foot_right big {
    text-align: center;
  }
}
footer .foot_right p {
  display: none;
  font-size: 12px;
  color: #797979;
  line-height: 22px;
}
@media (max-width: 991px) {
  footer .foot_right p {
    text-align: center;
  }
}
footer .foot_right span {
  display: block;
  width: 140px;
  height: 140px;
  position: relative;
  margin: 10px 0 0;
}
@media (max-width: 991px) {
  footer .foot_right span {
    margin: 20px auto 0;
  }
}
footer .link {
  padding: 15px 0;
  color: #787878;
  font-size: 12px;
  line-height: 24px;
}
footer .link .link_1 {
  margin: 0 0 0 8px;
}
footer .link a {
  color: #787878;
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  footer .link a {
    margin: 0 0 0 10px;
  }
}
footer .link a:hover {
  color: #b80006;
}
footer .copy {
  width: 100%;
  background: #9a9a9a;
  padding: 20px 0 17px;
  display: table;
}
footer .copy p {
  float: left;
  color: #545454;
  font-size: 12px;
  font-family: "microsoft yahei";
  line-height: 24px;
  width: 45%;
}
@media (max-width: 991px) {
  footer .copy p {
    width: 100%;
    float: none;
  }
}
footer .copy span {
  display: block;
  float: right;
  font-size: 12px;
  line-height: 24px;
  font-family: "microsoft yahei";
  text-align: right;
  color: #545454;
  width: 55%;
}
@media (max-width: 991px) {
  footer .copy span {
    width: 100%;
    float: none;
    text-align: left;
    margin: 10px 0 0;
  }
}
/*立即预约*/
.booking {
  background: #fff;
  border-top: 1px solid #ccc;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .booking {
    display: none;
  }
}
.booking .btn {
  width: 92%;
  margin: 9px auto 0;
  height: 38px;
  text-align: center;
  line-height: 38px;
  overflow: hidden;
  border-radius: 1px;
  background: #b80006;
}
.booking .btn a {
  color: #fff;
  font-size: 15px;
  display: block;
}
.boxz {
  margin: 70px 30px 0;
  font-size: 16px;
  color: #000;
  font-family: "microsoft yahei";
}
@media (max-width: 767px) {
  .boxz {
    margin: 25px 0 0;
  }
}
.boxt p {
  text-justify: inter-ideograph;
}
.boxz p {
  text-justify: inter-ideograph;
}
.boxt {
  margin: 35px 0 0;
  font-size: 16px;
  color: #000;
  font-family: "microsoft yahei";
}
@media (max-width: 767px) {
  .boxt {
    margin: 25px 0 0;
  }
}
/*company_newsshow*/
.company_newsshow {
  padding-bottom: 80px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .company_newsshow {
    padding-bottom: 25px;
  }
}
.company_newsshow .title {
  text-align: center;
  color: #2d2d2d;
  font-size: 20px;
  font-family: "微软雅黑";
  font-weight: bold;
  line-height: 30px;
}
@media (max-width: 767px) {
  .company_newsshow .title {
    font-size: 15px;
    line-height: 26px;
  }
}
.company_newsshow time {
  display: block;
  text-align: right;
  color: #848484;
  font-size: 12px;
  line-height: 24px;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 30px;
}
.company_newsshow .text {
  color: #646464;
  font-size: 12px;
  line-height: 26px;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .company_newsshow .text {
    margin: 0 0 15px;
  }
}
.company_newsshow .img1 {
  overflow: hidden;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .company_newsshow .img1 {
    margin: 0 0 20px;
  }
}
.company_newsshow .img1 img {
  max-width: 100%;
}
/*overview*/
.overview {
  padding-bottom: 80px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .overview {
    padding-bottom: 25px;
  }
}
.overview .title {
  text-align: center;
  color: #2d2d2d;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .overview .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.overview time {
  display: block;
  text-align: right;
  color: #848484;
  font-size: 12px;
  line-height: 24px;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 30px;
}
.overview .text {
  color: #5c5c5c;
  font-size: 13px;
  line-height: 26px;
  margin: 0 0 18px;
  font-family: "微软雅黑";
}
.overview .text a {
  color: #5c5c5c;
}
.overview .text a:hover {
  color: #b80006;
}
@media (max-width: 767px) {
  .overview .text {
    margin: 0 0 20px;
  }
}
.overview center {
  overflow: hidden;
  margin: 30px 0 35px;
}
@media (max-width: 767px) {
  .overview center {
    margin: 0 0 25px;
  }
}
.overview center img {
  max-width: 100%;
}
/*企业大事记*/
.enterprise_events {
  padding-bottom: 45px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .enterprise_events {
    padding-bottom: 25px;
  }
}
.enterprise_events time {
  color: #b80006;
  font-size: 24px;
  line-height: 32px;
  display: block;
  margin: 0 0 15px;
}
.enterprise_events .text {
  color: #5c5c5c;
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .enterprise_events .text {
    margin: 0 0 20px;
  }
}
.enterprise_events .img1 {
  overflow: hidden;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .enterprise_events .img1 {
    margin: 0 0 20px;
  }
}
.enterprise_events .img1 img {
  max-width: 100%;
}
/*trust_laws*/
.trust_laws {
  padding-bottom: 55px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .trust_laws {
    padding-bottom: 25px;
  }
}
.trust_laws .trust_main {
  list-style: none;
  width: 100%;
  margin: 0 0 55px;
  display: inline-block;
}
@media (max-width: 767px) {
  .trust_laws .trust_main {
    margin: 0 0 30px;
  }
}
.trust_laws .trust_main li {
  width: 100%;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  border-bottom: 1px solid #eaeaea;
  background: url("../images/ico_01_03.png") no-repeat center left 7px;
  -webkit-transition-duration: 0.65s;
  transition-duration: 0.65s;
}
@media (max-width: 767px) {
  .trust_laws .trust_main li {
    height: auto;
    line-height: 22px;
    padding: 2px 0 8px 0;
    background: url("../images/ico_01_03.png") no-repeat left top 9px;
  }
}
.trust_laws .trust_main li:hover {
  background: url("../images/ico_02.png") no-repeat center left 22px #b80006;
}
.trust_laws .trust_main li:hover span {
  color: #fff;
  padding-left: 35px;
}
.trust_laws .trust_main li:hover time {
  color: #fff;
  padding-right: 15px;
}
.trust_laws .trust_main li span {
  float: left;
  color: #5e5e5e;
  font-size: 13px;
  width: 85%;
  height: 60px;
  padding-left: 20px;
  font-family: "微软雅黑";
  overflow: hidden;
  display: block;
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
@media (max-width: 767px) {
  .trust_laws .trust_main li span {
    width: 74%;
    font-size: 11px;
    height: auto;
    padding-left: 17px;
    overflow: inherit;
  }
}
.trust_laws .trust_main li time {
  float: right;
  color: #9f9f9f;
  text-align: right;
  width: 70px;
  overflow: hidden;
  height: 60px;
  font-size: 12px;
  font-family: arial;
  display: block;
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
@media (max-width: 767px) {
  .trust_laws .trust_main li time {
    height: auto;
  }
}
/*introduction*/
.introduction {
  padding-bottom: 65px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .introduction {
    padding-bottom: 25px;
  }
}
.introduction .intro_main {
  list-style: none;
  display: inline-block;
  width: 103.8%;
  margin: 0 0 30px -3.8%;
}
@media (max-width: 767px) {
  .introduction .intro_main {
    width: 104%;
    margin: 0 0 5px -4%;
  }
}
.introduction .intro_main li {
  padding: 15px;
  border: 1px solid #dadada;
  float: left;
  width: 29.5%;
  margin: 0 0 30px 3.8%;
}
@media (max-width: 767px) {
  .introduction .intro_main li {
    width: 46%;
    padding: 10px;
    margin: 0 0 25px 4%;
  }
}
@media (max-width: 320px) {
  .introduction .intro_main li {
    padding: 8px;
  }
}
.introduction .intro_main li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.introduction .intro_main li:hover span a {
  color: #b80006 !important;
}
.introduction .intro_main li:hover .btn {
  background: #b80006;
  border: 1px solid #b80006 !important;
  color: #fff;
}
.introduction .intro_main li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.introduction .intro_main li .pic img {
  -webkit-transition: 0.4s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
}
.introduction .intro_main li .pic:after {
  content: "";
  display: block;
  padding-bottom: 71.5%;
}
.introduction .intro_main li .txt {
  margin: 12px auto 0;
}
.introduction .intro_main li .txt span {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-family: "微软雅黑";
  overflow: hidden;
}
.introduction .intro_main li .txt span a {
  color: #313131;
}
.introduction .intro_main li .txt time {
  display: block;
  color: #b8b8b8;
  height: 24px;
  font-family: arial;
  line-height: 24px;
  font-size: 12px;
  overflow: hidden;
}
.introduction .intro_main li .txt p {
  display: block;
  color: #7a7a7a;
  height: 66px;
  font-family: "微软雅黑";
  line-height: 22px;
  font-size: 12px;
  overflow: hidden;
}
.introduction .intro_main li .txt .btn {
  width: 90px;
  height: 25px;
  display: block;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  overflow: hidden;
  margin: 15px 0 17px;
  border: 1px solid #818181;
}
/*password*/
.password {
  padding: 30px 0 70px;
  background: #f7f7f7;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .password {
    padding: 15px 0 45px;
  }
}
.password .password_left {
  width: 17%;
  float: left;
}
@media (max-width: 1200px) {
  .password .password_left {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .password .password_left {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .password .password_left {
    width: 100%;
    float: none;
  }
}
.password .password_left .tel {
  border: 1px solid #e1e1e1;
  padding: 12px 15px 9px;
  background: #fff;
}
.password .password_left .tel small {
  display: block;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 22px;
}
.password .password_left .tel big {
  display: block;
  color: #b80006;
  font-size: 24px;
  line-height: 32px;
}
.password .password_left .password_main {
  list-style: none;
  width: 100%;
  margin: 15px 0 0;
  background: #fff;
  min-height: 390px;
  border: 1px solid #e1e1e1;
  display: inline-block;
}
@media (max-width: 767px) {
  .password .password_left .password_main {
    min-height: auto;
  }
}
.password .password_left .password_main .active {
  font-weight: bold;
}
.password .password_left .password_main .active a {
  color: #b80006;
}
.password .password_left .password_main li {
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  font-size: 16px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
  .password .password_left .password_main li {
    width: 50%;
    float: left;
    border-right: 1px solid #e1e1e1;
    border-bottom: none;
  }
  .password .password_left .password_main li:last-child {
    border-right: none;
  }
}
.password .password_left .password_main li:hover a {
  color: #b80006;
}
.password .password_left .password_main li i {
  display: block;
  width: 19px;
  height: 21px;
  float: left;
  margin: 18px 10px 0 13%;
  position: relative;
}
.password .password_left .password_main li a {
  color: #3c3c3c;
  display: block;
}
.password .password_right {
  width: 82%;
  background: #fff;
  float: right;
  min-height: 482px;
  padding: 5px 2%;
  border: 1px solid #e1e1e1;
}
@media (max-width: 1200px) {
  .password .password_right {
    width: 79%;
  }
}
@media (max-width: 991px) {
  .password .password_right {
    width: 74%;
  }
}
@media (max-width: 767px) {
  .password .password_right {
    float: none;
    width: 100%;
    min-height: auto;
    padding-bottom: 20px;
    margin: 15px auto 0;
  }
}
.password .password_right .title {
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid #d3d3d3;
}
@media (max-width: 767px) {
  .password .password_right .title {
    height: 50px;
    line-height: 50px;
  }
}
.password .password_right .title span {
  display: inline-block;
  color: #3a3a3a;
  font-size: 24px;
  float: left;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .password .password_right .title span {
    font-size: 18px;
  }
}
.password .password_right .title span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #b80006;
}
.password .password_right .pass {
  list-style: none;
  width: 100%;
  margin: 70px auto 10px;
}
@media (max-width: 767px) {
  .password .password_right .pass {
    margin: 45px auto 10px;
  }
}
.password .password_right .pass li {
  display: table;
  margin: 0 auto 15px;
}
.password .password_right .pass li input {
  border: 1px solid #aaaaaa;
  height: 30px;
  width: 230px;
  color: #333;
  background: #f7f7f7;
  line-height: 30px;
  padding: 0 5px;
  float: left;
  font-size: 13px;
  font-family: 微软雅黑;
}
.password .password_right .pass li input:focus {
  border: 1px solid #ccc;
  background: #FDFBFB;
}
@media (max-width: 767px) {
  .password .password_right .pass li input {
    width: 160px;
  }
}
.password .password_right .pass li input::-webkit-input-placeholder,
.password .password_right .pass li input input::-webkit-input-placeholder {
  color: #333;
}
.password .password_right .pass li input::-moz-placeholder,
.password .password_right .pass li input input:-moz-placeholder {
  color: #333;
}
.password .password_right .pass li input::-moz-placeholder,
.password .password_right .pass li input input::-moz-placeholder {
  color: #333;
}
.password .password_right .pass li input::-ms-input-placeholder,
.password .password_right .pass li input input:-ms-input-placeholder {
  color: #333;
}
.password .password_right .pass li span {
  color: #6a6a6a;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  width: 100px;
  margin: 0 5px 0 0;
  text-align: right;
  float: left;
  display: block;
}
.password .password_right .pass li .su_nr {
  width: 230px;
  height: 40px;
  background: #b80006;
  line-height: 42px;
  text-align: center;
  overflow: hidden;
  display: block;
  color: #fff;
  font-size: 17px;
  margin: 10px 0 0 105px;
}
@media (max-width: 767px) {
  .password .password_right .pass li .su_nr {
    width: 160px;
  }
}
.password .password_right .pass li .su_nr:hover {
  color: #E8E7E7;
}
/*云信公益*/
.cloud {
  padding: 0 0 50px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cloud {
    padding-bottom: 45px;
  }
}
.cloud .cloud_main {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}
.cloud .cloud_main li {
  width: 100%;
  padding: 20px 4% 30px;
  margin: 0 0 30px;
  border: 1px solid #e3e3e3;
}
.cloud .cloud_main li:hoveR {
  background: #F8F8F8;
}
.cloud .cloud_main li span {
  display: block;
  height: 24px;
  font-size: 20px;
  overflow: hidden;
  line-height: 24px;
}
.cloud .cloud_main li span a {
  color: #565656;
}
.cloud .cloud_main li small {
  display: block;
  height: 24px;
  color: #949494;
  font-size: 12px;
  overflow: hidden;
  line-height: 24px;
  margin: 0 0 10px;
}
.cloud .cloud_main li b {
  width: 100%;
  height: 2px;
  display: block;
  background: #e0e0e0;
  position: relative;
}
.cloud .cloud_main li b:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 2px;
  background: #b80006;
}
.cloud .cloud_main li .pic {
  width: 100%;
  margin: 20px auto 15px;
  position: relative;
}
.cloud .cloud_main li .pic:after {
  content: "";
  display: block;
  padding-bottom: 42%;
}
.cloud .cloud_main li p {
  color: #6e6e6e;
  font-size: 13px;
  line-height: 24px;
}
/*view_show*/
.view_show {
  padding-bottom: 120px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .view_show {
    padding-bottom: 35px;
  }
}
.view_show .title {
  text-align: center;
  color: #2d2d2d;
  font-size: 20px;
  line-height: 30px;
  width: 57%;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .view_show .title {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
}
.view_show time {
  display: block;
  text-align: right;
  color: #848484;
  font-size: 12px;
  line-height: 24px;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 30px;
}
.view_show .text {
  color: #646464;
  font-size: 12px;
  line-height: 26px;
  margin: 0 0 18px;
  font-family: "微软雅黑";
}
.view_show .text a {
  color: #5c5c5c;
}
.view_show .text a:hover {
  color: #b80006;
}
@media (max-width: 767px) {
  .view_show .text {
    margin: 0 0 10px;
  }
}
.view_show .img1 {
  width: 100%;
  overflow: hidden;
  margin: 30px 0 35px;
}
@media (max-width: 767px) {
  .view_show .img1 {
    margin: 0 0 15px;
  }
}
.view_show .img1 img {
  max-width: 100%;
}
/*view*/
.view {
  padding-bottom: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .view {
    padding-bottom: 35px;
  }
}
.view .view_main {
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .view .view_main {
    margin: 0 0 35px;
  }
}
.view .view_main li {
  border-bottom: 1px solid #dadada;
  width: 100%;
  padding: 35px 0;
  display: table;
}
@media (max-width: 767px) {
  .view .view_main li {
    padding: 25px 0;
  }
}
.view .view_main li:hover .txt span a {
  color: #b80006;
}
.view .view_main li:hover .txt .btn {
  background: #b80006;
  color: #fff;
}
.view .view_main li:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.view .view_main li .txt {
  width: 65%;
  float: left;
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .view .view_main li .txt {
    padding: 0;
    float: none;
    width: 100%;
  }
}
.view .view_main li .txt span {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  margin: 0 0 8px;
  overflow: hidden;
}
.view .view_main li .txt span a {
  color: #000000;
}
.view .view_main li .txt p {
  color: #575757;
  font-size: 12px;
  max-height: 72px;
  overflow: hidden;
  line-height: 24px;
}
@media (max-width: 767px) {
  .view .view_main li .txt p {
    max-height: 48px;
  }
}
.view .view_main li .txt .btn {
  display: block;
  width: 100px;
  height: 25px;
  background: #656565;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  margin: 25px 0 0;
}
@media (max-width: 767px) {
  .view .view_main li .txt .btn {
    margin: 10px 0 0;
  }
}
.view .view_main li .pic {
  width: 31.5%;
  float: right;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .view .view_main li .pic {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .view .view_main li .pic .vcenter {
    position: relative;
  }
}
.view .view_main li .pic img {
  -webkit-transition: 0.4s;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
}
.view .view_main li .pic:after {
  content: "";
  display: block;
  padding-bottom: 73%;
}
@media (max-width: 767px) {
  .view .view_main li .pic:after {
    display: none;
  }
}
/*garden*/
.garden {
  padding-bottom: 50px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .garden {
    padding-bottom: 25px;
  }
}
.garden .part1 {
  background: #f2f2f2;
  width: 100%;
  padding: 20px;
  display: inline-block;
  margin: 25px auto 15px;
}
.garden .part1:hover .txt span a {
  color: #b80006;
}
.garden .part1:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.garden .part1 .pic {
  width: 33%;
  float: left;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .garden .part1 .pic {
    width: 100%;
    margin: 0 0 15px;
    float: none;
  }
  .garden .part1 .pic .vcenter {
    position: relative;
  }
}
.garden .part1 .pic img {
  -webkit-transition: 0.4s;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
}
.garden .part1 .pic:after {
  content: "";
  display: block;
  padding-bottom: 72%;
}
@media (max-width: 767px) {
  .garden .part1 .pic:after {
    display: none;
  }
}
.garden .part1 .txt {
  float: right;
  width: 63%;
}
@media (max-width: 767px) {
  .garden .part1 .txt {
    width: 100%;
    float: none;
  }
}
.garden .part1 .txt span {
  display: block;
  height: 24px;
  overflow: hidden;
  font-size: 16px;
  margin: 17px 0 0;
  font-family: "微软雅黑";
  line-height: 24px;
}
@media (max-width: 1200px) {
  .garden .part1 .txt span {
    margin: 5px 0 0;
  }
}
.garden .part1 .txt span a {
  color: #000000;
}
.garden .part1 .txt time {
  display: block;
  height: 24px;
  overflow: hidden;
  font-size: 12px;
  font-family: arial;
  color: #a6a6a6;
  line-height: 24px;
  margin: 2px 0;
}
.garden .part1 .txt p {
  display: block;
  height: 44px;
  overflow: hidden;
  font-size: 12px;
  font-family: "微软雅黑";
  color: #878787;
  line-height: 22px;
}
.garden .part1 .txt .more {
  display: block;
  width: 100px;
  height: 26px;
  background: #b80006;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
  line-height: 26px;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .garden .part1 .txt .more {
    margin: 15px 0 0;
  }
}
.garden .garden_main {
  list-style: none;
  width: 100%;
  margin: 0 0 45px;
  display: inline-block;
}
@media (max-width: 767px) {
  .garden .garden_main {
    margin: 0 0 30px;
  }
}
.garden .garden_main li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eaeaea;
  background: url("../images/ico_01_03.png") no-repeat center left 7px;
  -webkit-transition-duration: 0.65s;
  transition-duration: 0.65s;
}
.garden .garden_main li:hover {
  background: url("../images/ico_02.png") no-repeat center left 22px #b80006;
}
.garden .garden_main li:hover span {
  color: #fff;
  padding-left: 35px;
}
.garden .garden_main li:hover time {
  color: #fff;
  padding-right: 15px;
}
.garden .garden_main li span {
  float: left;
  color: #5e5e5e;
  font-size: 13px;
  width: 85%;
  height: 60px;
  padding-left: 20px;
  font-family: "微软雅黑";
  overflow: hidden;
  display: block;
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
@media (max-width: 767px) {
  .garden .garden_main li span {
    width: 65%;
  }
}
.garden .garden_main li time {
  float: right;
  color: #9f9f9f;
  text-align: right;
  width: 80px;
  overflow: hidden;
  height: 60px;
  font-size: 12px;
  font-family: arial;
  display: block;
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
/*cultrue*/
.cultrue {
  padding-bottom: 75px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .cultrue {
    padding-bottom: 40px;
  }
}
.cultrue .cultrue_main {
  width: 100%;
  display: inline-block;
  list-style: none;
}
.cultrue .cultrue_main li {
  width: 100%;
  padding: 30px 0;
  display: inline-block;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .cultrue .cultrue_main li {
    padding: 15px 0;
  }
}
.cultrue .cultrue_main li span {
  height: 69px;
  line-height: 69px;
  color: #1f1f1f;
  font-size: 18px;
  display: block;
  float: left;
  width: 75px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cultrue .cultrue_main li span {
    height: 45px;
    line-height: 45px;
  }
}
.cultrue .cultrue_main li small {
  width: 69px;
  height: 69px;
  margin: 0 3.4%;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cultrue .cultrue_main li small {
    width: 45px;
    height: 45px;
  }
}
.cultrue .cultrue_main li .text1 {
  float: left;
  max-width: 75%;
}
@media (max-width: 1200px) {
  .cultrue .cultrue_main li .text1 {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .cultrue .cultrue_main li .text1 {
    max-width: 100%;
    margin: 10px auto 0;
  }
}
.cultrue .cultrue_main li .text1 p {
  line-height: 24px;
  color: #5e5e5e;
  font-size: 13px;
}
.cultrue .cultrue_main li .text1 em {
  line-height: 24px;
  color: #5e5e5e;
  display: inline-block;
  margin: 22px 0 0;
  font-style: inherit;
  font-size: 13px;
}
@media (max-width: 767px) {
  .cultrue .cultrue_main li .text1 em {
    margin: 0;
  }
}
/*news*/
.news {
  padding-bottom: 60px;
  width: 100%;
  background: #efefef;
}
@media (max-width: 767px) {
  .news {
    padding-bottom: 40px;
  }
}
.news .part1 {
  width: 100%;
  margin: 40px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .news .part1 {
    margin: 25px auto 0;
  }
}
.news .part1:hover .left .more {
  background: #b80006;
  color: #fff;
}
.news .part1:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news .part1 .left {
  width: 100%;
  position: absolute;
  float: left;
  height: 385px;
  background: #fff;
  padding: 30px 520px 0 35px;
}
@media (max-width: 991px) {
  .news .part1 .left {
    position: inherit;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .news .part1 .left {
    width: 100%;
    float: none;
    height: auto;
    padding: 15px;
  }
}
.news .part1 .left big {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 26px;
  color: #a7a7a7;
  font-family: 'helvetica_lightregular';
  text-transform: uppercase;
  overflow: hidden;
  margin: 0 0 3px;
}
.news .part1 .left small {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #1c1c1c;
  font-family: "微软雅黑";
  text-transform: uppercase;
  overflow: hidden;
}
.news .part1 .left i {
  width: 22px;
  height: 3px;
  background: #b80006;
  display: block;
  margin: 15px 0;
}
.news .part1 .left .h_news {
  display: inline-block;
  width: 100%;
  list-style: none;
}
.news .part1 .left .h_news li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.news .part1 .left .h_news li a {
  display: block;
  height: 34px;
}
.news .part1 .left .h_news li:hover span a {
  color: #b80006;
}
.news .part1 .left .h_news li span {
  float: left;
  font-size: 13px;
  display: block;
  width: 78%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news .part1 .left .h_news li span {
    width: 68%;
  }
}
.news .part1 .left .h_news li span a {
  color: #4e4e4e;
}
.news .part1 .left .h_news li time {
  float: right;
  color: #a3a3a3;
  font-size: 12px;
  display: block;
  width: 65px;
  text-align: right;
  overflow: hidden;
}
.news .part1 .left .more {
  display: block;
  width: 100px;
  height: 28px;
  border: 1px solid #b80006;
  color: #b80006;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  margin: 25px 0 0;
}
@media (max-width: 767px) {
  .news .part1 .left .more {
    margin: 5px 0 20px;
  }
}
.news .part1 .pic {
  width: 490px;
  height: 385px;
  float: right;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .news .part1 .pic {
    width: 100%;
    float: none;
    height: auto;
  }
  .news .part1 .pic .vcenter {
    position: relative;
  }
}
@media (max-width: 767px) {
  .news .part1 .pic {
    width: 100%;
    float: none;
  }
  .news .part1 .pic .vcenter {
    position: relative;
  }
}
.news .part1 .pic img {
  -webkit-transition: 0.4s;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
}
.news .part1 .pic .txt {
  position: absolute;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px 0 20px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  display: ;
  background: url("../images/mask.png");
}
.news .part1 .pic .txt a {
  display: block;
  height: 45px;
}
.news .part1 .pic .txt span {
  width: 75%;
  float: left;
  color: #fff;
  overflow: hidden;
  font-size: 13px;
}
.news .part1 .pic .txt time {
  width: 65px;
  text-align: right;
  overflow: hidden;
  float: right;
  color: #fff;
  font-family: arial;
  font-size: 12px;
}
.news .part2 {
  background: #b80006;
  padding: 50px 35px 45px;
  display: table;
  margin: 40px auto;
  width: 100%;
}
@media (max-width: 767px) {
  .news .part2 {
    margin: 20px auto;
    padding: 35px 15px 30px;
  }
}
.news .part2 .left {
  float: left;
  width: 30%;
}
@media (max-width: 767px) {
  .news .part2 .left {
    float: none;
    width: 100%;
  }
}
.news .part2 .left big {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 26px;
  color: #ebcbcc;
  font-family: arial;
  text-transform: uppercase;
  overflow: hidden;
}
.news .part2 .left small {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #fff;
  margin: 3px 0 0;
  font-family: "微软雅黑";
  text-transform: uppercase;
  overflow: hidden;
}
.news .part2 .left1 {
  float: left;
  width: 55%;
}
@media (max-width: 767px) {
  .news .part2 .left1 {
    float: none;
    width: 100%;
    margin: 15px auto 0;
  }
}
.news .part2 .left1 p {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
.news .part2 .more {
  float: right;
  text-align: right;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
  margin: 25px 0 0;
  width: 15%;
}
@media (max-width: 767px) {
  .news .part2 .more {
    width: 100%;
    margin: 15px 0 0;
  }
}
.news .newsz {
  width: 100%;
  display: table;
  background: #fff;
  padding: 30px 0 25px;
  border-bottom: 2px solid #b9050b;
}
@media (max-width: 767px) {
  .news .newsz {
    padding: 30px 0 0;
  }
}
.news .newsz .txt1 {
  list-style: none;
  display: inline-block;
}
.news .newsz .txt1 > li {
  width: 45.6%;
  float: left;
  margin: 0 0 0 3.5%;
  padding: 0 0 25px;
}
@media (max-width: 767px) {
  .news .newsz .txt1 > li {
    float: none;
    width: 100%;
    margin: 0 0 25px;
    padding: 0 10px 20px;
    border-bottom: 2px solid #b9050b;
  }
  .news .newsz .txt1 > li:last-child {
    border-bottom: none;
    padding: 0 10px;
    margin: 0 0 22px;
  }
}
.news .newsz .txt1 > li .txt {
  border-bottom: 1px solid #d5d5d5;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.news .newsz .txt1 > li .txt:hover small a {
  color: #b9050b;
}
.news .newsz .txt1 > li .txt:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news .newsz .txt1 > li .txt .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 15px auto;
}
.news .newsz .txt1 > li .txt .pic img {
  -webkit-transition: 0.4s;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
}
.news .newsz .txt1 > li .txt .pic:after {
  content: "";
  display: block;
  padding-bottom: 28.4%;
}
.news .newsz .txt1 > li .txt small {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #2f2e2c;
  font-family: "微软雅黑";
  overflow: hidden;
}
.news .newsz .txt1 > li .txt small a {
  color: #2c2c2c;
}
.news .newsz .txt1 > li .txt time {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #777777;
  font-family: arial;
  overflow: hidden;
}
.news .newsz .txt1 > li .txt p {
  display: block;
  height: 44px;
  line-height: 22px;
  font-size: 12px;
  color: #515151;
  font-family: "微软雅黑";
  overflow: hidden;
}
.news .newsz .txt1 > li .txt2 {
  list-style: none;
  width: 100%;
  display: table;
}
.news .newsz .txt1 > li .txt2 > li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
}
.news .newsz .txt1 > li .txt2 > li a {
  display: block;
  height: 30px;
}
.news .newsz .txt1 > li .txt2 > li:hover span a {
  color: #b80006;
}
.news .newsz .txt1 > li .txt2 > li span {
  float: left;
  font-size: 13px;
  display: block;
  width: 78%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news .newsz .txt1 > li .txt2 > li span {
    width: 68%;
  }
}
.news .newsz .txt1 > li .txt2 > li span a {
  color: #4e4e4e;
}
.news .newsz .txt1 > li .txt2 > li time {
  float: right;
  color: #a3a3a3;
  font-size: 12px;
  display: block;
  width: 65px;
  text-align: right;
  overflow: hidden;
}
.news .newsz .txt1 > li .title1 {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #2f2e2c;
  overflow: hidden;
}
.news .newsz .txt1 > li .title1 span {
  width: 70%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  display: block;
  float: left;
}
.news .newsz .txt1 > li .title1 .morez {
  float: right;
  color: #b80006;
  width: 60px;
  text-align: right;
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
}
.news .newsz .txt1 > li .title1 .morez:hover {
  text-decoration: underline;
}
.kefu {
  display: table;
  width: 100%;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .kefu {
    padding-bottom: 40px;
  }
}
/*about*/
.about {
  display: table;
  width: 100%;
  background: #efefef;
}
.about .part1 {
  width: 100%;
  display: table;
  position: relative;
  margin: 50px auto 20px;
}
.about .part1:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.about .part1:hover .txt .more {
  background: #b80006;
  color: #fff;
}
@media (max-width: 767px) {
  .about .part1 {
    margin: 25px auto 15px;
  }
}
.about .part1 .pic {
  width: 249px;
  float: left;
  height: 337px;
  z-index: 99;
  position: relative;
  overflow: hidden;
}
.about .part1 .pic img {
  -webkit-transition: 0.4s;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
}
@media (max-width: 767px) {
  .about .part1 .pic {
    width: 100%;
    float: none;
    height: auto;
  }
}
.about .part1 .txt {
  width: 100%;
  float: left;
  position: absolute;
  height: 337px;
  padding: 0 240px 0 249px;
}
@media (max-width: 767px) {
  .about .part1 .txt {
    height: auto;
    position: inherit;
    padding: 0;
    margin: 0 0 20px;
  }
}
.about .part1 .txt .box {
  background: #fff;
  height: 337px;
  padding: 40px 30px 10px;
}
@media (max-width: 767px) {
  .about .part1 .txt .box {
    height: auto;
    padding: 30px 15px 10px;
  }
}
.about .part1 .txt big {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 26px;
  color: #a7a7a7;
  font-family: 'helvetica_lightregular';
  text-transform: uppercase;
  overflow: hidden;
  margin: 0 0 3px;
}
.about .part1 .txt small {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #383838;
  font-family: "微软雅黑";
  text-transform: uppercase;
  overflow: hidden;
}
.about .part1 .txt i {
  width: 22px;
  height: 3px;
  background: #b80006;
  display: block;
  margin: 15px 0 25px;
}
.about .part1 .txt p {
  font-size: 13px;
  line-height: 26px;
  color: #616060;
  display: block;
  height: 104px;
  overflow: hidden;
}
.about .part1 .txt .more {
  display: block;
  width: 100px;
  height: 28px;
  border: 1px solid #b80006;
  color: #b80006;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  margin: 25px 0 0;
}
@media (max-width: 767px) {
  .about .part1 .txt .more {
    margin: 5px 0 20px;
  }
}
.about .part1 .right {
  width: 230px;
  height: 337px;
  float: right;
}
@media (max-width: 767px) {
  .about .part1 .right {
    width: 100%;
    height: auto;
    float: none;
  }
}
.about .part1 .right .pic {
  width: 100%;
  height: 223px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .part1 .right .pic .vcenter {
    position: relative;
  }
}
.about .part1 .right .text {
  clear: both;
  width: 100%;
  background: #b80006;
  height: 113px;
  padding: 30px 10px 10px;
}
@media (max-width: 767px) {
  .about .part1 .right .text {
    height: auto;
    padding: 15px 10px;
  }
}
.about .part1 .right .text big {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #ffffff;
  font-family: "微软雅黑";
  text-align: center;
  overflow: hidden;
}
.about .part1 .right .text small {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-family: 'helvetica_lightregular';
  text-transform: uppercase;
  overflow: hidden;
}
.about .part2 {
  width: 100%;
  position: relative;
  margin: 30px auto;
  min-height: 248px;
}
@media (max-width: 767px) {
  .about .part2 {
    margin: 20px auto;
  }
}
.about .part2 .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 40px 45px 10px;
}
@media (max-width: 767px) {
  .about .part2 .txt {
    padding: 35px 20px 10px;
  }
}
.about .part2 .txt big {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 26px;
  color: #ffffff;
  margin: 10px 0 0;
  text-transform: uppercase;
  font-family: 'helvetica_lightregular';
  overflow: hidden;
}
.about .part2 .txt small {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #ffffff;
  font-family: "微软雅黑";
  margin: 3px 0 6px;
  overflow: hidden;
}
.about .part2 .txt p {
  display: block;
  height: 44px;
  line-height: 22px;
  font-size: 12px;
  color: #cfcfcf;
  width: 52%;
  font-family: "微软雅黑";
  margin: 3px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .part2 .txt p {
    width: 100%;
  }
}
.about .part2 .txt .more {
  width: 110px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  overflow: hidden;
  border: 1px solid #939393;
  color: #939393;
  font-size: 12px;
  display: block;
  margin: 15px 0 0;
}
.about .part3 {
  width: 100%;
  display: table;
  background: #fff;
  padding: 5px 0 35px;
}
@media (max-width: 767px) {
  .about .part3 {
    padding: 5px 0 20px;
  }
}
.about .part3 .part4 {
  display: table;
  width: 100%;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .about .part3 .part4 {
    margin: 0 0 20px;
  }
}
.about .part3 .left {
  width: 70%;
  float: left;
  margin: 25px 0 0;
}
@media (max-width: 991px) {
  .about .part3 .left {
    width: 100%;
    float: none;
  }
}
.about .part3 .left .title {
  background: #b80006;
  width: 100%;
  height: 55px;
  padding: 0 30px;
  overflow: hidden;
}
.about .part3 .left .title span {
  display: block;
  float: left;
  width: 70%;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  font-size: 21px;
  color: #fff;
}
.about .part3 .left .title:hover .morez {
  color: #E8E7E7;
}
.about .part3 .left .title .morez {
  float: right;
  color: #fff;
  width: 60px;
  text-align: right;
  display: block;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  font-size: 14px;
}
.about .part3 .left .txt {
  border: 1px solid #ededed;
  border-top: none;
  padding: 30px 30px 0;
}
@media (max-width: 767px) {
  .about .part3 .left .txt {
    padding: 20px 15px 0;
  }
}
.about .part3 .left .txt .txt1 {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px 0 25px;
  display: table;
  width: 100%;
}
.about .part3 .left .txt .txt1 .pic {
  width: 17.7%;
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .about .part3 .left .txt .txt1 .pic {
    width: 100%;
    float: none;
  }
}
.about .part3 .left .txt .txt1 .pic:after {
  content: "";
  display: block;
  padding-bottom: 78%;
}
.about .part3 .left .txt .txt1 .text {
  width: 82%;
  float: left;
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  .about .part3 .left .txt .txt1 .text {
    width: 100%;
    float: none;
    padding: 0;
    margin: 20px auto 0;
  }
}
.about .part3 .left .txt .txt1 .text span {
  display: block;
  height: 24px;
  font-size: 17px;
  line-height: 24px;
  overflow: hidden;
  margin: 5px 0 0;
}
.about .part3 .left .txt .txt1 .text span a {
  color: #000000;
}
.about .part3 .left .txt .txt1 .text time {
  color: #959595;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.about .part3 .left .txt .txt1 .text p {
  color: #777777;
  font-size: 12px;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.about .part3 .left .about_news {
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 20px auto 13px;
}
.about .part3 .left .about_news li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.about .part3 .left .about_news li a {
  display: block;
  height: 34px;
}
.about .part3 .left .about_news li:hover span a {
  color: #b80006;
}
.about .part3 .left .about_news li span {
  float: left;
  font-size: 13px;
  display: block;
  width: 78%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .part3 .left .about_news li span {
    width: 68%;
  }
}
.about .part3 .left .about_news li span a {
  color: #4e4e4e;
}
.about .part3 .left .about_news li time {
  float: right;
  color: #a3a3a3;
  font-size: 12px;
  display: block;
  width: 65px;
  text-align: right;
  overflow: hidden;
}
.about .part5 {
  width: 100%;
  min-height: 150px;
  position: relative;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .about .part5 {
    margin: 0 0 15px;
  }
}
.about .part5 .pic {
  width: 100%;
  z-index: 1;
  position: relative;
}
.about .part5 .pic:after {
  content: "";
  display: block;
  padding-bottom: 12.8%;
}
.about .part5 .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 45px 50px 10px;
}
@media (max-width: 767px) {
  .about .part5 .txt {
    padding: 15px 15px 5px;
  }
}
.about .part5 .txt .left2 {
  float: left;
  width: 15%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .part5 .txt .left2 {
    float: none;
    width: 100%;
  }
}
.about .part5 .txt .left2 big {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 26px;
  color: #cbcbcb;
  font-family: arial;
  text-transform: uppercase;
  overflow: hidden;
}
.about .part5 .txt .left2 small {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #fff;
  margin: 3px 0 0;
  font-family: "微软雅黑";
  text-transform: uppercase;
  overflow: hidden;
}
.about .part5 .txt .left1 {
  float: left;
  width: 63%;
  height: 48px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .part5 .txt .left1 {
    float: none;
    width: 100%;
    height: 24px;
    overflow: hidden;
    margin: 8px auto 0;
  }
}
.about .part5 .txt .left1 p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
.about .part5 .txt .more {
  float: right;
  text-align: right;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
  margin: 25px 0 0;
  width: 15%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about .part5 .txt .more {
    width: 100%;
    margin: 8px 0 0;
  }
}
/*structure*/
.structure {
  padding-bottom: 90px;
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .structure {
    padding-bottom: 40px;
  }
}
.structure .img1 {
  margin: 105px auto 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .structure .img1 {
    margin: 60px auto 10px;
  }
}
@media (max-width: 767px) {
  .structure .img1 {
    margin: 30px auto 10px;
  }
}
.structure .img1 img {
  max-width: 100%;
}
/*speech*/
.speech {
  padding-bottom: 60px;
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .speech {
    padding-bottom: 40px;
  }
}
.speech .speech_main {
  list-style: none;
  width: 100%;
  display: table;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .speech .speech_main {
    margin: 5px 0 40px;
  }
}
.speech .speech_main li {
  border-bottom: 1px solid #ededed;
  width: 100%;
  padding: 33px 0 30px;
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .speech .speech_main li {
    padding: 22px 0 18px;
  }
}
.speech .speech_main li:hover {
  background: #b80006;
  padding: 33px 20px 30px;
  -webkit-transition-duration: 0.50s;
  transition-duration: 0.50s;
}
@media (max-width: 320px) {
  .speech .speech_main li:hover {
    padding: 25px 10px 20px;
  }
}
.speech .speech_main li:hover small {
  color: #fff;
}
.speech .speech_main li:hover small:after {
  background: #fff;
}
.speech .speech_main li:hover .txt {
  width: 88%;
}
@media (max-width: 1200px) {
  .speech .speech_main li:hover .txt {
    width: 86%;
  }
}
@media (max-width: 767px) {
  .speech .speech_main li:hover .txt {
    width: 70%;
  }
}
@media (max-width: 320px) {
  .speech .speech_main li:hover .txt {
    width: 60%;
  }
}
.speech .speech_main li:hover .txt span a {
  color: #fff;
}
.speech .speech_main li:hover .txt p {
  color: #fff;
}
.speech .speech_main li small {
  display: block;
  width: 80px;
  float: left;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}
.speech .speech_main li small:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  right: 0;
  top: 3px;
  background: #8a8a8a;
}
.speech .speech_main li .txt {
  width: 90%;
  float: left;
  padding: 0 0 0 25px;
}
@media (max-width: 1200px) {
  .speech .speech_main li .txt {
    width: 88%;
  }
}
@media (max-width: 767px) {
  .speech .speech_main li .txt {
    width: 72%;
  }
}
@media (max-width: 320px) {
  .speech .speech_main li .txt {
    width: 68%;
  }
}
.speech .speech_main li .txt span {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
}
.speech .speech_main li .txt span a {
  color: #474747;
}
.speech .speech_main li .txt p {
  color: #747474;
  font-size: 12px;
  line-height: 22px;
  height: 44px;
  margin: 10px 0 0;
  overflow: hidden;
}
/*speech_show*/
.speech_show {
  padding-bottom: 60px;
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .speech_show {
    padding-bottom: 40px;
  }
}
.speech_show .title1 {
  background: #b80006;
  line-height: 24px;
  padding: 14px 15px;
  color: #ffffff;
  font-size: 22px;
}
@media (max-width: 767px) {
  .speech_show .title1 {
    font-size: 20px;
  }
}
.speech_show .txt1 {
  line-height: 24px;
  color: #2c2c2c;
  font-size: 16px;
  margin: 20px 0 10px;
  font-family: "微软雅黑";
}
.speech_show .txt2 {
  line-height: 26px;
  color: #4a4a4a;
  font-size: 13px;
  font-family: "微软雅黑";
  padding: 0 0 28px;
  border-bottom: 1px solid #cfcfcf;
}
@media (max-width: 767px) {
  .speech_show .txt2 {
    padding: 0 0 15px;
    margin: 0 0 25px;
  }
}
.speech_show .txt3 {
  line-height: 24px;
  color: #424242;
  font-size: 12px;
  margin: 35px 0 0;
  font-family: "微软雅黑";
}
@media (max-width: 767px) {
  .speech_show .txt3 {
    margin: 15px 0 0;
  }
}
/*join*/
.join {
  padding-bottom: 90px;
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .join {
    padding-bottom: 40px;
  }
}
.join .join_main {
  width: 100%;
  display: table;
  margin: 0 0 35px;
}
.join .join_main .join_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #dfdfdf;
  color: #464646;
  font-size: 15px;
  padding: 0 25px;
  margin: 0 0 7px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .join .join_main .join_title {
    padding: 0 15px;
  }
}
.join .join_main .join_nr {
  padding: 20px 25px 40px;
  background: #f4f4f4;
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .join .join_main .join_nr {
    padding: 15px 15px 30px;
  }
}
.join .join_main .join_nr p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
.join .join_main .join_nr .btn {
  background: #b80006;
  width: 150px;
  height: 40px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  display: block;
}
.join .join_main .join_nr .btn:hover {
  background: #565656;
}
.join .join_main .active {
  background: #b80006;
  color: #fff;
  margin: 0;
}
/*contact*/
.contact {
  padding-bottom: 90px;
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .contact {
    padding-bottom: 10px;
  }
}
.contact .part1 {
  width: 100%;
  margin: 60px auto 0;
  display: table;
}
@media (max-width: 767px) {
  .contact .part1 {
    margin: 35px auto 0;
  }
}
.contact .part1 .pic {
  width: 61%;
  float: left;
  overflow: hidden;
}
@media (max-width: 767px) {
  .contact .part1 .pic {
    width: 100%;
    float: none;
  }
}
.contact .part1 .pic img {
  max-width: 100%;
}
.contact .part1 .cont {
  width: 39%;
  float: right;
  height: 500px;
  padding: 0 0 0 15px;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .contact .part1 .cont {
    width: 100%;
    float: none;
    height: auto;
    padding: 0;
    margin: 20px 0 0;
  }
}
.contact .part1 .cont .mCSB_container {
  margin: 0 0 0 35px;
}
@media (max-width: 767px) {
  .contact .part1 .cont .mCSB_container {
    margin: 0;
  }
}
.contact .part1 .cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ac1e23;
}
.contact .part1 .cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.contact .part1 .cont .mCSB_scrollTools .mCSB_draggerRail {
  background: #e8e9e9;
}
.contact .part1 .cont .mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
}
.contact .part1 .cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 3px;
}
.contact .part1 .cont .mCustomScrollBox > .mCSB_scrollTools {
  right: 0;
  left: 0;
  top: 5px;
}
.contact .part1 .cont small {
  color: #b80006;
  font-size: 15px;
  line-height: 26px;
}
.contact .part1 .cont .text1 {
  color: #6b6b6b;
  font-size: 13px;
  font-family: "微软雅黑";
  line-height: 26px;
  margin: 3px 0 20px;
}
.contact .part1 .cont .text1 a {
  color: #6b6b6b;
}
.contact .part1 .cont .text1 a:hover {
  color: #ac1e23;
}
/*登录*/
.login_ny {
  background: #efefef;
  width: 100%;
}
@media (max-width: 767px) {
  .login_ny {
    padding-bottom: 60px;
  }
}
.login_ny .top {
  width: 100%;
  height: 45px;
  background: #b80006;
  color: #fff;
  font-size: 15px;
  line-height: 45px;
}
.login_ny .top a {
  color: #fff;
}
.login_ny .top a:hover {
  color: #eee;
}
.login_ny .login_main {
  width: 67%;
  display: table;
  background: #fff;
  padding: 70px 10px 110px;
  margin: 80px auto 225px;
}
@media (max-width: 1600px) {
  .login_ny .login_main {
    margin: 80px auto 40px;
  }
}
@media (max-width: 767px) {
  .login_ny .login_main {
    margin: 30px auto;
    width: 100%;
    padding: 30px 10px 40px;
  }
}
.login_ny .login_main input {
  border: 1px solid #d2d2d2;
  width: 50%;
  height: 45px;
  color: #a7a7a7;
  font-size: 13px;
  display: table;
  padding: 0 15px;
  margin: 22px auto 15px;
}
.login_ny .login_main input::-webkit-input-placeholder,
.login_ny .login_main input input::-webkit-input-placeholder {
  color: #a7a7a7;
}
.login_ny .login_main input::-moz-placeholder,
.login_ny .login_main input input:-moz-placeholder {
  color: #a7a7a7;
}
.login_ny .login_main input::-moz-placeholder,
.login_ny .login_main input input::-moz-placeholder {
  color: #a7a7a7;
}
.login_ny .login_main input::-ms-input-placeholder,
.login_ny .login_main input input:-ms-input-placeholder {
  color: #a7a7a7;
}
.login_ny .login_main input:focus {
  border: 1px solid #ccc;
  background: #F9F8F8;
}
@media (max-width: 767px) {
  .login_ny .login_main input {
    margin: 30px auto 40px;
    width: 94%;
    height: 40px;
    margin: 20px auto 15px;
  }
}
.login_ny .login_main .login_logo {
  width: 268px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}
.login_ny .login_main small {
  text-align: center;
  display: block;
  color: #404040;
  font-size: 16px;
  line-height: 26px;
  margin: 4px auto 35px;
}
.login_ny .login_main .pass {
  width: 50%;
  color: #b80006;
  font-size: 14px;
  line-height: 24px;
  margin: 0 auto;
  text-align: right;
  overflow: hidden;
}
@media (max-width: 767px) {
  .login_ny .login_main .pass {
    width: 94%;
  }
}
.login_ny .login_main .pass a {
  color: #404040;
}
.login_ny .login_main .pass a:hover {
  color: #b80006;
  text-decoration: underline;
}
.login_ny .login_main .btn {
  margin: 25px auto 0;
  width: 50%;
  color: #fff;
  background: #b80006;
  height: 45px;
  line-height: 45px;
  text-align: center;
  overflow: hidden;
  display: block;
  font-size: 15px;
}
@media (max-width: 767px) {
  .login_ny .login_main .btn {
    height: 40px;
    line-height: 40px;
  }
}
.login_ny .login_main .btn:hover {
  background: #CC0309;
}
.login_ny .copy {
  width: 100%;
  background: #ccc;
  padding: 20px 0 17px;
}
@media (max-width: 767px) {
  .login_ny .copy {
    background: #9a9a9a;
  }
}
.login_ny .copy p {
  float: left;
  color: #545454;
  font-size: 12px;
  font-family: "microsoft yahei";
  line-height: 24px;
  width: 45%;
}
@media (max-width: 991px) {
  .login_ny .copy p {
    width: 100%;
    float: none;
  }
}
.login_ny .copy span {
  display: block;
  float: right;
  font-size: 12px;
  line-height: 24px;
  font-family: "microsoft yahei";
  text-align: right;
  color: #545454;
  width: 55%;
}
@media (max-width: 991px) {
  .login_ny .copy span {
    width: 100%;
    float: none;
    text-align: left;
    margin: 10px 0 0;
  }
}
/*events*/
.events {
  padding-bottom: 90px;
  width: 100%;
}
@media (max-width: 767px) {
  .events {
    padding-bottom: 25px;
  }
}
.events .l_events {
  width: 11%;
  float: left;
}
@media (max-width: 767px) {
  .events .l_events {
    display: none;
  }
}
.events .l_events .cur {
  background: #b80006;
}
.events .l_events div {
  width: 100%;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  margin: 0 0 1px;
}
.events .l_events div span {
  display: block;
  width: 100%;
  height: 45px;
  background: #717171;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  font-family: "helvetica_lightregular";
}
.events .l_events div span:hover {
  background: #b80006;
}
.events .l_events div span a {
  color: #fff;
  display: block;
}
.events .ll_events {
  width: 100%;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .events .ll_events {
    display: none;
  }
}
.events .ll_events .cur {
  background: #b80006;
}
.events .ll_events div {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  margin: 0 1px;
}
.events .ll_events div span {
  display: block;
  height: 45px;
  background: #717171;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  font-family: "helvetica_lightregular";
}
.events .ll_events div span:hover {
  background: #b80006;
}
.events .ll_events div span a {
  color: #fff;
  display: block;
}
.events .r_events {
  width: 87%;
  overflow: hidden;
  float: right;
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .events .r_events {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.events .r_events .event_box {
  margin: 30px 0 0 10px;
  padding: 0 0 0 75px;
  position: relative;
}
@media (max-width: 767px) {
  .events .r_events .event_box {
    margin: 25px 0 0 10px;
    padding: 0 0 0 45px;
  }
}
.events .r_events .event_box:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d1d1d1;
  left: 0;
  top: 9px;
}
.events .r_events .event_box time {
  position: relative;
  display: block;
  color: #b80006;
  font-size: 24px;
  line-height: 24px;
}
.events .r_events .event_box time:hover a {
  color: #DC060D;
}
.events .r_events .event_box time a {
  color: #b80006;
}
.events .r_events .event_box time:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 8px;
  background: #d1d1d1;
  border: 2px solid #fff;
  border-radius: 5px;
  left: -85px;
  top: 8px;
}
@media (max-width: 767px) {
  .events .r_events .event_box time:before {
    left: -55px;
  }
}
.events .r_events .event_box time:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: #b80006;
  border-radius: 50px;
  left: -60px;
  top: 7px;
}
@media (max-width: 767px) {
  .events .r_events .event_box time:after {
    left: -30px;
  }
}
.events .r_events .event_box p {
  color: #5c5c5c;
  font-size: 12px;
  line-height: 24px;
  margin: 10px 0 55px;
}
@media (max-width: 767px) {
  .events .r_events .event_box p {
    margin: 10px 0 30px;
  }
}
/*公司报告*/
.bulletin {
  padding-bottom: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .bulletin {
    padding-bottom: 40px;
  }
}
.bulletin .bull_input {
  width: 100%;
  display: table;
  background: #f2f2f2;
  padding: 35px 30px;
}
@media (max-width: 767px) {
  .bulletin .bull_input {
    padding: 20px 15px;
  }
}
.bulletin .bull_input input {
  width: 89%;
  border: 1px solid #d1d1d1;
  border-right: none;
  height: 38px;
  position: relative;
  padding: 0 50px 0 15px;
  border: none;
  float: left;
  color: #737373;
  font-size: 15px;
  font-family: "微软雅黑";
}
.bulletin .bull_input input::-webkit-input-placeholder,
.bulletin .bull_input input input::-webkit-input-placeholder {
  color: #737373;
}
.bulletin .bull_input input::-moz-placeholder,
.bulletin .bull_input input input:-moz-placeholder {
  color: #737373;
}
.bulletin .bull_input input::-moz-placeholder,
.bulletin .bull_input input input::-moz-placeholder {
  color: #737373;
}
.bulletin .bull_input input::-ms-input-placeholder,
.bulletin .bull_input input input:-ms-input-placeholder {
  color: #737373;
}
@media (max-width: 767px) {
  .bulletin .bull_input input {
    width: 75%;
  }
}
.bulletin .bull_input .serch {
  width: 11%;
  height: 38px;
  float: right;
  background: #b80006;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .bulletin .bull_input .serch {
    width: 25%;
  }
}
.bulletin .bulletin_main {
  list-style: none;
  width: 100%;
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .bulletin .bulletin_main {
    margin: 0 0 40px;
  }
}
.bulletin .bulletin_main li {
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
.bulletin .bulletin_main li:hover {
  background: #F8F8F8;
}
.bulletin .bulletin_main li small {
  display: block;
  float: left;
  background: #b80006;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 11%;
  margin: 24px 3% 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bulletin .bulletin_main li small {
    width: 25%;
  }
}
.bulletin .bulletin_main li span {
  display: block;
  color: #5e5e5e;
  overflow: hidden;
  float: left;
  height: 70px;
  line-height: 70px;
  font-size: 13px;
  width: 66%;
}
@media (max-width: 767px) {
  .bulletin .bulletin_main li span {
    width: 70%;
  }
}
.bulletin .bulletin_main li time {
  display: block;
  color: #a0a0a0;
  overflow: hidden;
  float: right;
  font-family: "微软雅黑";
  text-align: right;
  height: 70px;
  line-height: 70px;
  font-size: 12px;
  width: 15%;
}
@media (max-width: 767px) {
  .bulletin .bulletin_main li time {
    display: none;
  }
}
/*disclosure_show*/
.disclosure_show {
  padding-bottom: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .disclosure_show {
    padding-bottom: 40px;
  }
}
.disclosure_show center {
  overflow: hidden;
  width: 100%;
}
.disclosure_show center img {
  max-width: 100%;
}
/*净值披露*/
.disclosure {
  padding-bottom: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .disclosure {
    padding-bottom: 40px;
  }
}
.disclosure .disclosure_input {
  width: 100%;
  background: #f2f2f2;
  padding: 35px 30px;
}
@media (max-width: 767px) {
  .disclosure .disclosure_input {
    padding: 20px 15px;
  }
}
.disclosure .disclosure_input .serch {
  border: 0;
  width: 11%;
  height: 40px;
  float: right;
  background: #b80006;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .disclosure .disclosure_input .serch {
    width: 25%;
    margin: 10px 0 0;
  }
}
.disclosure .disclosure_input span {
  width: 43.5%;
  float: left;
  position: relative;
  height: 40px;
  display: block;
  border: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .disclosure .disclosure_input span {
    width: 100%;
  }
}
.disclosure .disclosure_input span input {
  width: 100%;
  height: 38px;
  position: relative;
  padding: 0 50px 0 15px;
  border: none;
  color: #737373;
  font-size: 15px;
  font-family: "微软雅黑";
}
.disclosure .disclosure_input span input::-webkit-input-placeholder,
.disclosure .disclosure_input span input input::-webkit-input-placeholder {
  color: #737373;
}
.disclosure .disclosure_input span input::-moz-placeholder,
.disclosure .disclosure_input span input input:-moz-placeholder {
  color: #737373;
}
.disclosure .disclosure_input span input::-moz-placeholder,
.disclosure .disclosure_input span input input::-moz-placeholder {
  color: #737373;
}
.disclosure .disclosure_input span input::-ms-input-placeholder,
.disclosure .disclosure_input span input input:-ms-input-placeholder {
  color: #737373;
}
.disclosure .disclosure_input small {
  width: 43.5%;
  float: left;
  position: relative;
  height: 40px;
  background: #fff;
  display: block;
  border: 1px solid #d1d1d1;
  margin: 0 0 0 1%;
}
@media (max-width: 767px) {
  .disclosure .disclosure_input small {
    width: 100%;
    margin: 10px 0 0;
  }
}
.disclosure .disclosure_input small .dis {
  width: 100%;
  height: 40px;
  font-size: 15px;
  color: #737373;
  cursor: pointer;
  position: relative;
}
.disclosure .disclosure_input small .dis .set {
  line-height: 40px;
  padding: 0 35px 0 15px;
}
.disclosure .disclosure_input small .dis .set:after {
  content: "";
  width: 13px;
  height: 7px;
  background: url("../images/ico_01.png") no-repeat;
  position: absolute;
  z-index: 50;
  right: 10px;
  top: 16px;
}
.disclosure .disclosure_input small .dis p {
  display: block;
  color: #737373;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  font-size: 15px;
  z-index: 99;
}
.disclosure .disclosure_input small .foptn {
  width: 100.5%;
  top: 39px;
  left: -1px;
  color: #737373;
  position: absolute;
  display: none;
  font-size: 15px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-bottom: none;
  border-top: none;
  transition: All 0s ease-in-out;
  -webkit-transition: All 0s ease-in-out;
  -moz-transition: All 0s ease-in-out;
  -o-transition: All 0s ease-in-out;
}
.disclosure .disclosure_input small .dis dl dt {
  line-height: 39px;
  padding: 0 10px;
  height: 40px;
  overflow: hidden;
  color: #737373;
  padding: 0 34px 0 15px;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
  font-size: 15px;
}
.disclosure .disclosure_input small .dis dl dt:hover {
  color: #fff;
  background: #b80006;
}
.disclosure .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #000;
}
.disclosure .dis_title {
  width: 100%;
  background: #fff;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #c1c1c1;
  list-style: none;
}
.disclosure .dis_title big {
  width: 25%;
  color: #434343;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .disclosure .dis_title big {
    width: 37%;
    text-align: left;
    font-size: 13px;
  }
}
.disclosure .dis_title span {
  width: 19%;
  color: #434343;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .disclosure .dis_title span {
    width: 21%;
    font-size: 13px;
  }
}
.disclosure .dis_nr {
  list-style: none;
  width: 100%;
  margin: 0 0 30px;
}
.disclosure .dis_nr li {
  height: 70px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .disclosure .dis_nr li {
    line-height: inherit;
    padding: 15px 0 0;
  }
}
.disclosure .dis_nr li:hover {
  background: #f8f8f8;
}
.disclosure .dis_nr li:hover p a {
  color: #b80006;
}
.disclosure .dis_nr li:hover i a {
  color: #E8E7E7;
}
.disclosure .dis_nr li p {
  width: 25%;
  color: #5a5959;
  display: block;
  overflow: hidden;
  float: left;
  font-size: 13px;
  font-family: "微软雅黑";
  text-align: center;
  padding: 0 5px 0 0;
}
.disclosure .dis_nr li p a {
  color: #5a5959;
}
@media (max-width: 767px) {
  .disclosure .dis_nr li p a {
    color: #4C4B4B;
  }
}
@media (max-width: 767px) {
  .disclosure .dis_nr li p {
    width: 35%;
    height: 40px;
    text-align: left;
    line-height: 20px;
  }
}
.disclosure .dis_nr li span {
  width: 19%;
  color: #5a5959;
  display: block;
  float: left;
  overflow: hidden;
  font-size: 13px;
  font-family: arial;
  text-align: center;
}
@media (max-width: 767px) {
  .disclosure .dis_nr li span {
    width: 23%;
    height: 40px;
    line-height: 40px;
  }
}
.disclosure .dis_nr li small {
  width: 19%;
  font-style: inherit;
  color: #5a5959;
  display: block;
  float: left;
  overflow: hidden;
  font-size: 13px;
  font-family: arial;
  text-align: center;
}
@media (max-width: 767px) {
  .disclosure .dis_nr li small {
    width: 21%;
    height: 40px;
    color: #8A8686;
    line-height: 40px;
  }
}
.disclosure .dis_nr li em {
  width: 19%;
  font-style: inherit;
  color: #b80006;
  display: block;
  overflow: hidden;
  float: left;
  font-size: 13px;
  font-family: arial;
  text-align: center;
}
@media (max-width: 767px) {
  .disclosure .dis_nr li em {
    width: 21%;
    height: 40px;
    line-height: 40px;
  }
}
.disclosure .dis_nr li i {
  display: block;
  width: 18%;
  font-style: inherit;
  overflow: hidden;
  float: right;
}
@media (max-width: 767px) {
  .disclosure .dis_nr li i {
    display: none;
  }
}
.disclosure .dis_nr li i a {
  width: 80%;
  height: 34px;
  font-size: 15px;
  overflow: hidden;
  text-align: center;
  margin: 18px 0 0;
  line-height: 34px;
  color: #fff;
  padding: 2px 10px;
  display: block;
  background: #b80006;
}
@media (max-width: 767px) {
  .disclosure .dis_nr li i a {
    height: 68px;
    float: right;
    margin: 5px 0;
    width: 40px;
    padding: 5px;
    line-height: 20px;
  }
}
/*信托学堂*/
.trust_school {
  padding-bottom: 40px;
  width: 100%;
}
.trust_school .trust_schoolmain {
  width: 100%;
  margin: 50px auto 0;
}
.trust_school .trust_schoolmain .right dt {
  float: right;
}
.trust_school .trust_schoolmain dl {
  width: 100%;
  background: #fff;
  display: table;
  position: relative;
  margin: 0 0 12px;
}
.trust_school .trust_schoolmain dl:hover dt img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.trust_school .trust_schoolmain dl dt {
  width: 56%;
  height: 375px;
  float: left;
  overflow: hidden;
  position: relative;
}
.trust_school .trust_schoolmain dl dt img {
  -webkit-transition: 0.4s;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
}
.trust_school .trust_schoolmain dl dt:after {
  content: "";
  display: block;
  padding-bottom: 56.8%;
}
.trust_school .trust_schoolmain dl dd {
  width: 44%;
  float: left;
  padding: 30px 40px 20px;
  height: 375px;
}
.trust_school .trust_schoolmain dl dd .title1 {
  height: 65px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 15px;
}
.trust_school .trust_schoolmain dl dd .title1:after {
  content: "";
  width: 22px;
  height: 3px;
  background: #b80006;
  position: absolute;
  left: 2px;
  bottom: 0;
}
.trust_school .trust_schoolmain dl dd .title1 big {
  display: block;
  height: 26px;
  width: 100%;
  line-height: 26px;
  font-size: 26px;
  color: #a7a7a7;
  font-family: 'helvetica_lightregular';
  text-transform: uppercase;
  overflow: hidden;
}
@media (max-width: 767px) {
  .trust_school .trust_schoolmain dl dd .title1 big {
    font-size: 24px;
  }
}
.trust_school .trust_schoolmain dl dd .title1 span {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 50px;
}
.trust_school .trust_schoolmain dl dd .title1 span small {
  display: block;
  height: 24px;
  float: left;
  width: 70%;
  line-height: 24px;
  font-size: 20px;
  color: #1c1c1c;
  font-family: "微软雅黑";
  text-transform: uppercase;
  overflow: hidden;
}
.trust_school .trust_schoolmain dl dd .title1 span .morez {
  float: right;
  color: #b80006;
  width: 60px;
  text-align: right;
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  text-decoration: underline;
}
.trust_school .trust_schoolmain dl dd .title1 span .morez:hover {
  color: #D4050B;
}
.trust_school .trust_schoolmain dl dd .trust_main {
  display: inline-block;
  width: 100%;
  list-style: none;
}
.trust_school .trust_schoolmain dl dd .trust_main li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  position: relative;
}
.trust_school .trust_schoolmain dl dd .trust_main li a {
  display: block;
  height: 34px;
}
.trust_school .trust_schoolmain dl dd .trust_main li:hover span a {
  color: #b80006;
}
.trust_school .trust_schoolmain dl dd .trust_main li span {
  float: left;
  font-size: 13px;
  display: block;
  width: 78%;
  height: 34px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding-right: 75px;
}
.trust_school .trust_schoolmain dl dd .trust_main li span a {
  color: #4e4e4e;
}
.trust_school .trust_schoolmain dl dd .trust_main li time {
  float: right;
  color: #a3a3a3;
  font-size: 12px;
  display: block;
  width: 65px;
  text-align: right;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  .trust_school .trust_schoolmain dl dt {
    width: 56%;
  }
  .trust_school .trust_schoolmain dl dd {
    width: 44%;
  }
}
@media (max-width: 992px) {
  .trust_school .trust_schoolmain dl dt {
    width: 56%;
  }
  .trust_school .trust_schoolmain dl dd {
    width: 44%;
  }
}
@media (max-width: 768px) {
  .trust_school .trust_schoolmain dl dt {
    width: 100%;
    height: auto;
  }
  .trust_school .trust_schoolmain dl dd {
    width: 100%;
    padding: 20px 15px;
    height: auto;
  }
}
/*success*/
.suc_mess {
  width: 400px;
  background: #F8F8F8;
  position: fixed;
  z-index: 999;
  left: 50%;
  height: 76px;
  top: 50%;
  margin-top: -38px;
  margin-left: -200px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 20px;
  display: none;
}
@media (max-width: 767px) {
  .suc_mess {
    width: 80%;
    margin-left: -40%;
  }
}
.suc_mess .box .part1 {
  margin: 0 auto;
  display: table;
}
.suc_mess .box .part1 .img1 {
  width: 32px;
  height: 32px;
  float: left;
  position: relative;
  display: inline-block;
}
.suc_mess .box .part1 .right {
  float: left;
  display: inline-block;
  line-height: 32px;
  margin: 0 0 0 10px;
  color: #333;
  font-size: 16px;
}
.suc_mess .box .part2 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px auto 0;
}
.suc_mess .box .mess_btn {
  width: 70px;
  overflow: hidden;
  line-height: 34px;
  text-align: center;
  height: 34px;
  display: block;
  color: #fff;
  margin: 20px auto 0;
  font-size: 15px;
  background: #b80006;
}
.suc_mess .box .mess_btn:hover {
  color: #E8E7E7;
}
.suc_messt {
  width: 500px;
  background: #F8F8F8;
  position: fixed;
  z-index: 999;
  left: 50%;
  height: 130px;
  top: 50%;
  margin-top: -65px;
  margin-left: -250px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 20px;
  display: none;
}
@media (max-width: 767px) {
  .suc_messt {
    width: 90%;
    margin-left: -45%;
  }
}
.suc_messt .box .part1 {
  margin: 0 auto;
  text-align: center;
}
.suc_messt .box .part1 .right {
  text-align: center;
  line-height: 32px;
  color: #333;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-size: 16px;
}
.suc_messt .box .part1 .right a {
  color: #333;
}
.suc_messt .box .part1 .right a:hover {
  color: #b80006;
}
.suc_messt .box .part2 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px auto 0;
}
.suc_messt .box .mess_btn {
  width: 70px;
  overflow: hidden;
  line-height: 34px;
  text-align: center;
  height: 34px;
  display: block;
  color: #fff;
  margin: 5px auto 0;
  font-size: 15px;
  background: #b80006;
}
.suc_messt .box .mess_btn:hover {
  color: #E8E7E7;
}
/*map*/
.map_main {
  border: 1px solid #ccc;
  margin: 50px 0;
  display: inline-block;
  width: 100%;
}
.map {
  margin: 50px auto 80px;
}
@media (max-width: 768px) {
  .map {
    margin: 0 auto 30px;
  }
}
.map dl {
  margin: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #A8AFB1;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dl:hover dt a {
  color: #e0e9f3;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #b80006;
}
.map dt:hover {
  background: #C5090F;
}
.map dt a {
  color: #fff;
  display: block;
  line-height: 40px;
}
.map dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.map dd {
  font-size: 12px;
  display: block;
  overflow: hidden;
  float: left;
  width: 85%;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #B7261F;
  font-size: 13px;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0 20px 0 10px;
}
.map dd div a {
  color: #333;
  line-height: 40px;
  float: left;
  padding: 0 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #C5090F;
  color: #fff;
}
@media (max-width: 767px) {
  .w1004 {
    max-width: 1100px;
    margin: 20px 10px 60px;
    border: solid 1px #cfcfcf;
    border-radius: 2px;
    padding: 20px;
    background: #fff;
  }
  .map dt {
    width: 100%;
  }
  .map dd {
    width: 85%;
  }
}
ul,
li {
  list-style: none;
}
img {
  max-width: 100%;
}
/*最新公告*/
.latest-ann {
  line-height: 50px;
  overflow: hidden;
  height: 50px;
  background-color: #f8f8f8;
  border-bottom: solid 1px #efefef;
}
.latest-ann .title {
  float: left;
  font-size: 14px;
  color: #3b3b3b;
}
.latest-ann .list span {
  padding: 0 15px;
  font-size: 13px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  display: inline-block;
  background: url("../images/line.jpg") no-repeat left center;
}
.latest-ann .list span a {
  color: #3f3f3f;
  display: inline-block;
}
.latest-ann .list span a:hover {
  color: #b80006;
}
.latest-ann .list span:first-child {
  background: none;
}
/*业务介绍*/
/*.business,
.company-news,
.information {
    margin-top: 60px;
}*/
@media (max-width: 767px) {
  .business,
  .company-news,
  .information {
    margin-top: 15px;
  }
}
.business {
  width: 43%;
  float: left;
  overflow: hidden;
}
.business img {
  vertical-align: top;
}
.business dl {
  overflow: hidden;
  background-color: #b80006;
}
.business dt {
  float: left;
  width: 53%;
  color: #fff;
  padding-top: 25px;
  padding-right: 15px;
}
.business dt .title-in {
  font-size: 60px;
  color: #be2c31;
  line-height: 60px;
  font-family: impact;
}
.business dt .title {
  z-index: 1;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  overflow: hidden;
  padding-left: 25px;
  position: relative;
  margin-top: -30px;
}
.business dt .txt {
  padding-left: 25px;
  margin-top: 15px;
  font-size: 13px;
  color: #f2ddde;
  line-height: 30px;
  height: 180px;
  overflow: hidden;
  text-align: justify;
}
.business dt .more {
  color: #fff;
  margin-top: 30px;
  padding-left: 25px;
  font-size: 12px;
  display: inline-block;
}
.business dd {
  width: 47%;
  float: left;
  position: relative;
}
.business dd:after {
  content: "";
  display: block;
  padding-bottom: 143%;
}
@media (max-width: 1140px) {
  .business dt .txt {
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .business dt {
    width: 100%;
  }
  .business dd {
    display: none;
  }
  .business dt .more {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .business {
    width: 100%;
  }
  .business dt {
    width: 53%;
  }
  .business dd {
    display: block;
    width: 47%;
  }
}
@media (max-width: 440px) {
  .business dt {
    width: 100%;
    padding-top: 0;
  }
  .business dt .title {
    padding-left: 10px;
  }
  .business dt .txt {
    padding-left: 10px;
  }
  .business dt .more {
    margin-top: 10px;
    padding-left: 10px;
  }
  .business dd {
    display: none;
  }
}
@media (max-width: 375px) {
  .business dt .title {
    padding-left: 15px;
  }
  .business dt .txt {
    padding-left: 15px;
  }
  .business dt .more {
    padding-left: 15px;
  }
}
.company-box {
  width: 57%;
  float: right;
}
@media (max-width: 640px) {
  .company-box {
    width: 100%;
  }
}
.company-news {
  float: left;
  width: 50%;
}
.company-news div {
  padding-left: 25px;
  margin-left: 25px;
  border-left: solid 1px #e3e3e3;
}
.company-news .pic {
  position: relative;
}
.company-news .pic:after {
  content: "";
  display: block;
  padding-bottom: 45%;
}
.company-news .tit {
  height: 24px;
  font-size: 15px;
  line-height: 24px;
  margin-top: 10px;
  overflow: hidden;
}
.company-news .tit a {
  color: #191919;
  display: block;
}
.company-news .tit a:hover {
  color: #b80006;
}
.company-news .date {
  color: #7e7e7e;
  font-family: arial;
  display: inline-block;
  line-height: 24px;
}
.company-news .txt {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #464646;
}
.company-news ul {
  margin-top: 20px;
  padding-top: 10px;
  border-top: solid 1px #d1d1d1;
}
.company-news li {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  font-size: 13px;
}
.company-news li a {
  color: #191919;
  display: block;
}
.company-news li a:hover {
  color: #b80006;
}
.company-news .more {
  color: #b80006;
  padding: 10px 0 6px;
  display: inline-block;
  font-size: 12px;
}
.company-news .more:hover {
  text-decoration: underline;
}
.company-news .name {
  bottom: 5px;
  left: 5px;
  color: #fff;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  font-size: 24px;
  position: absolute;
}
@media (max-width: 768px) {
  .company-news div {
    padding-left: 10px;
    margin-left: 10px;
  }
  .company-news div .tit {
    padding: 0 0 0 10px;
  }
  .company-news div .date {
    padding: 0 0 0 10px;
  }
  .company-news div .txt {
    padding: 0 0 0 10px;
  }
  .company-news ul {
    margin: 10px 0 0 10px;
  }
  .company-news .more {
    padding: 10px 0 0 10px;
  }
  .company-news .pic a {
    left: 10px;
  }
}
@media (max-width: 640px) {
  .company-news div {
    border: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 375px) {
  .company-news {
    width: 100%;
  }
  .company-news div .tit {
    padding: 0 15px;
  }
  .company-news div .date {
    padding: 0 15px;
  }
  .company-news div .txt {
    padding: 0 15px;
  }
  .company-news ul {
    margin: 10px 15px;
  }
  .company-news .more {
    padding: 0 15px;
  }
  .company-news .pic a {
    left: 15px;
    font-size: 20px;
  }
}
.information {
  float: left;
  width: 50%;
}
.information div {
  padding-left: 25px;
  margin-left: 25px;
  border-left: solid 1px #e3e3e3;
}
.information .pic {
  position: relative;
}
.information .pic:after {
  content: "";
  display: block;
  padding-bottom: 45%;
}
.information ul {
  margin-top: 10px;
}
.information li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 13px;
}
.information li a {
  color: #494949;
  display: block;
}
.information li a:hover {
  color: #b80006;
}
.information .more {
  color: #b80006;
  padding: 30px 0 6px;
  font-size: 12px;
  display: inline-block;
}
.information .more:hover {
  text-decoration: underline;
}
.information .name {
  bottom: 5px;
  left: 5px;
  color: #fff;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  font-size: 24px;
  position: absolute;
}
@media (max-width: 768px) {
  .information .pic a {
    left: 10px;
  }
  .information div {
    padding-left: 10px;
    margin-left: 10px;
  }
  .information div ul {
    padding: 0 0 0 10px;
  }
  .information .more {
    padding: 20px 0 0 10px;
  }
}
@media (max-width: 375px) {
  .information {
    width: 100%;
  }
  .information div ul {
    padding: 0 15px;
  }
  .information .more {
    padding: 5px 20px 15px;
  }
  .information .pic a {
    left: 15px;
    font-size: 20px;
  }
  .information div {
    border: 0;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
.fundlist {
  font-size: 13px;
  color: #595959;
  margin-top: 60px;
  margin-bottom: 60px;
}
.fundlist .productList {
  margin-top: 0;
  background-color: #fff;
  border: solid 1px #dedede;
}
.fundlist .productList .title {
  font-weight: bold;
  color: #b80006;
  height: 56px;
  font-size: 20px;
  line-height: 56px;
  padding-left: 34px;
  background-color: #f9f9f9;
  border-bottom: solid 1px #dedede;
}
.fundlist li {
  overflow: hidden;
  padding: 20px 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ededed;
}
.fundlist li:nth-child(4) {
  border: none;
}
.fundlist li div {
  vertical-align: top;
  display: inline-block;
}
.fundlist li .name {
  width: 40%;
  padding-left: 10px;
}
.fundlist li .team {
  line-height: 30px;
}
.fundlist li .team,
.fundlist li .date,
.fundlist li .consua {
  width: 17.5%;
  text-align: center;
}
.fundlist li .status {
  width: 20%;
  text-align: center;
}
.fundlist li .more {
  text-align: center;
}
.fundlist li .tt1 {
  height: 24px;
  font-size: 17px;
  line-height: 24px;
  overflow: hidden;
}
.fundlist li .tt1 a {
  color: #333;
  display: block;
}
.fundlist li .tt2 {
  color: #595959;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.fundlist li .tt2 span {
  color: #b80006;
  font-size: 30px;
  padding: 0 5px;
  font-family: arial;
  display: inline-block;
}
.fundlist li .tt2 em {
  float: left;
  padding-top: 3px;
  font-style: normal;
  display: inline-block;
}
.fundlist li .team {
  margin-top: 20px;
  text-align: center;
}
.fundlist li .team span {
  font-size: 30px;
  font-family: arial;
}
.fundlist li .status {
  text-align: center;
  border-left: dotted 1px #eee;
}
.fundlist li .run {
  float: left;
  padding-left: 50px;
  padding-top: 32px;
}
.fundlist li .circles-box {
  width: 70px;
  height: 70px;
  float: left;
  margin-left: 20px;
  line-height: 60px;
  position: relative;
}
.fundlist li .circles {
  color: #b80006;
  border: solid 6px #d3d3d3;
}
.fundlist li .circles,
.fundlist li .circles-cur {
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
}
.fundlist li .circles-cur {
  top: 0;
  left: 0;
  position: absolute;
  border: solid 6px #b80006;
}
.fundlist li .date {
  margin-top: 35px;
  text-align: center;
}
.fundlist li .consua {
  margin-top: 15px;
}
.fundlist li .consua a {
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  background-color: #b80006;
}
.fundlist li .more {
  margin-top: 25px;
}
.fundlist li:hover {
  background-color: #f8f8f8;
}
@media (max-width: 1080px) {
  .fundlist .more,
  .fundlist .run {
    display: none;
  }
  .fundlist li .date {
    width: 20%;
  }
  .fundlist li .consua {
    width: auto;
  }
  .fundlist li .consua a {
    padding: 0 10px;
  }
}
@media (max-width: 658px) {
  .fundlist {
    display: none;
  }
}
.fundlist .seemore {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  border: solid 1px #e6e6e6;
}
.fundlist .seemore a {
  color: #606060;
}
.fundlist .seemore:hover {
  background-color: #f8f8f8;
}
.fundlist .seemore:hover > a {
  color: #b80006;
}
.phone-fudlist {
  display: none;
  margin: 15px 0;
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  font-size: 13px;
  color: #7c7c7c;
  line-height: 26px;
  border: solid 1px #e6e6e6;
}
.phone-fudlist .tt1 {
  font-size: 17px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.phone-fudlist .tt1 > a {
  color: #333;
  display: block;
}
.phone-fudlist .tt1 > a:hover {
  color: #b80006;
}
.phone-fudlist .tt2 {
  color: #b80006;
  font-family: arial;
  font-size: 48px;
  line-height: 48px;
  margin-top: 15px;
}
.phone-fudlist .tt4 {
  color: #595959;
  margin-top: 10px;
}
.phone-fudlist .tt5 {
  margin: 10px 0;
}
.phone-fudlist .tt5 a {
  width: 215px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  background-color: #b80006;
}
.phone-fudlist .nbox {
  line-height: 40px;
}
.phone-fudlist .nred {
  font-size: 30px;
  font-family: arial;
  color: #b80006;
}
.phone-fudlist .ntit {
  vertical-align: top;
  display: inline-block;
  font-style: normal;
}
.phone-fudlist .gbox {
  margin-top: 0;
}
.phone-fudlist .gray {
  font-size: 20px;
  font-family: arial;
  color: #333;
}
@media (max-width: 658px) {
  .phone-fudlist {
    display: block;
  }
}
.processingbar {
  text-align: center;
  position: relative;
}
.processingbar small {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #b80006;
}
.processingbar font {
  color: #b80006;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.protitle {
  font-size: 22px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  overflow: hidden;
  background-color: #b80006;
}
.prolist {
  margin-top: 23px;
}
.prolist .search .name {
  padding-top: 6px;
}
.prolist .search .inputbox {
  width: 18%;
}
.prolist .search input {
  padding: 5px 10px;
  line-height: 20px;
  width: 100%;
  border: solid 1px #d1d1d1;
}
.prolist .search input[type="button"] {
  color: #fff;
  border: 0;
  margin-left: 8px;
  font-size: 14px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #b80006;
}
.prolist .search input[type="button"]:hover {
  color: #E8E7E7;
}
.prolist .search input[type="submit"] {
  color: #fff;
  border: 0;
  margin-left: 8px;
  font-size: 14px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #b80006;
}
.prolist .search input[type="submit"]:hover {
  color: #E8E7E7;
}
.prolist span {
  display: inline-block;
}
.prolist .name {
  width: 100px;
  font-size: 15px;
  color: #6c6c6c;
  padding-right: 10px;
  /*text-align: right;*/
  float: left;
}
.prolist .info {
  line-height: 24px;
  margin-top: 20px;
  overflow: hidden;
}
.prolist .tt1 {
  float: left;
}
.prolist .tt1 a {
  width: 38px;
  height: 21px;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
  background-color: #b80006;
}
.prolist .tt2 {
  float: left;
  width: 89%;
}
.prolist .tt2 a {
  padding: 0 15px;
  font-size: 13px;
  color: #4b4b4b;
  display: inline-block;
}
.prolist .tt2 a:hover {
  color: #b80006;
}

.prolist .tt3 {
  float: left;
  width: 89%;
}
.prolist .tt3 a {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #4b4b4b;
  display: inline-block;
  background-color: #dfdfdf;
  color: #000;
  text-align: center;
}
.prolist .tt3 a:hover {
  color: #b80006;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
    display: inline-block;
  background-color: #b80006;
  color: #fff;
  text-align: center;
}
@media (max-width: 700px) {
  .prolist .search .inputbox {
    width: 48%;
  }
  .prolist .search input[type="button"] {
    padding-left: 0;
    padding-right: 0;
  }
  .prolist .search input[type="submit"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .prolist .tt2 {
    width: 100%;
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
  }
}
.productBox {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #efefef;
}
.productBox .productList {
  margin-top: 0;
  background-color: #fff;
  border: solid 1px #dedede;
}
.productBox .productList .title {
  font-weight: bold;
  color: #262626;
  height: 56px;
  font-size: 20px;
  line-height: 56px;
  padding-left: 34px;
  background-color: #f9f9f9;
  border-bottom: solid 1px #dedede;
}
.productBox .productList li {
  color: #727272;
  font-size: 13px;
  padding: 20px 0;
  overflow: hidden;
  margin: 0 25px;
  border-bottom: solid 1px #ededed;
}
.productBox .productList li:hover .consua a {
  color: #E8E7E7;
}
.productBox .productList li:hover {
  background-color: #f8f8f8;
}
.productBox .productList div {
  vertical-align: top;
  display: inline-block;
}
.productBox .productList .name {
  width: 40%;
  padding-left: 10px;
  transition-duration: 0.3s;
}
.productBox .productList .number {
  width: 40%;
  line-height: 30px;
  padding-top: 20px;
  text-align: center;
}
.productBox .productList .number span {
  color: #505050;
  font-size: 30px;
  font-family: arial;
}
.productBox .productList .consua {
  width: 13%;
  background-color: #b80006;
  text-align: center;
  margin-top: 15px;
}
.productBox .productList .consua a {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
}
.productBox .productList .status {
  width: 25%;
  text-align: center;
  border-left: dotted 1px #dbdbdb;
}
.productBox .productList .run {
  padding-top: 35px;
  padding-right: 10px;
  display: inline-block;
}
.productBox .productList .tt1 {
  height: 24px;
  font-size: 17px;
  line-height: 24px;
}
.productBox .productList .tt1 a {
  color: #333;
  display: block;
}
.productBox .productList .tt2 {
  color: #595959;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.productBox .productList .tt2 span {
  color: #b80006;
  font-size: 30px;
  padding: 0 5px;
  font-family: arial;
  display: inline-block;
}
.productBox .productList .tt2 em {
  line-height: 40px;
  font-style: normal;
  display: inline-block;
  float: left;
}
@media (max-width: 1190px) {
  .productBox .productList .number {
    width: 26%;
  }
}
@media (max-width: 730px) {
  .productBox .productList .number {
    width: 31%;
  }
  .productBox .productList .status {
    width: 19%;
  }
  .productBox .productList .run {
    display: none;
  }
}
@media (max-width: 700px) {
  .productBox .productList .status {
    width: 16%;
  }
  .productBox .productList .run {
    display: none;
  }
}
@media (max-width: 658px) {
  .productBox .productList {
    display: none;
  }
}
@media (max-width: 658px) {
  .productBox {
    margin-top: 20px;
    padding: 5px 0 40px;
  }
}
.product-zx {
  padding: 50px 0;
  background-color: #efefef;
}
.product-zx .protitle {
  height: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  padding-left: 40px;
  background-color: #b80006;
}
.product-zx .biaodan {
  padding: 40px 0 120px;
  background-color: #fff;
}
.product-zx .biaodan ul {
  width: 610px;
  margin: 0 auto;
}
.product-zx .biaodan li {
  margin-top: 20px;
}
.product-zx .biaodan li input {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  border: solid 1px #b4b4b4;
}
.product-zx .biaodan li input[type="button"] {
  border: 0;
  color: #fff;
  background-color: #b80006;
}
.product-zx .biaodan li .code {
  width: 40%;
}
@media (max-width: 700px) {
  .product-zx {
    padding: 15px 0;
  }
  .product-zx .biaodan {
    padding: 10px 15px 20px;
  }
  .product-zx .biaodan ul {
    width: 100%;
  }
  .product-zx .biaodan li {
    margin-top: 10px;
  }
}
.proshow {
  padding: 50px 0;
  background-color: #efefef;
}
.proshow .title {
  height: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  padding-left: 40px;
  overflow: hidden;
  background-color: #b80006;
}
.proshow .pro-1 {
  overflow: hidden;
  padding: 60px 0;
  background-color: #fff;
  border-bottom: solid 1px #e5e5e5;
}
.proshow .pro-1 li {
  width: 33%;
  float: left;
  height: 70px;
  color: #727272;
  font-size: 14px;
  text-align: center;
  border-left: solid 1px #e4e4e4;
}
.proshow .pro-1 li:hover .consua a {
  color: #E8E7E7;
}
.proshow .pro-1 li:first-child {
  border: 0;
}
.proshow .pro-1 .number {
  font-family: arial;
  color: #B80006;
  font-size: 36px;
}
.proshow .pro-1 .number-1 span {
  font-family: arial;
  font-size: 36px;
  color: #505050;
}
.proshow .pro-1 .run {
  vertical-align: top;
  display: inline-block;
  padding: 30px 10px 0 0;
}
.proshow .pro-1 .processingbar {
  width: 70px;
  display: inline-block;
}
.proshow .pro-1 .consua {
  margin-top: 15px;
  display: inline-block;
}
.proshow .pro-1 .consua a {
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  background-color: #b80006;
}
@media (max-width: 860px) {
  .proshow .pro-1 .run {
    display: none;
  }
  .proshow .pro-1 .consua > a {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .proshow .pro-1 {
    padding: 20px 0;
  }
  .proshow .pro-1 .number {
    font-size: 20px;
  }
  .proshow .pro-1 .number-1 span {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .proshow .pro-1 li {
    width: 50%;
  }
  .proshow .pro-1 .conbox {
    width: 100%;
  }
  .proshow .pro-1 .consua > a {
    padding: 0 40px;
  }
}
.proshow .pro-1:hover {
  background-color: #f8f8f8;
}
.proshow .pro-2 {
  margin-top: 40px;
  background-color: #fff;
  padding-bottom: 50px;
  border-bottom: solid 1px #e6e6e6;
}
.proshow .pro-2 .promenu {
  cursor: pointer;
  padding-top: 20px;
  font-size: 18px;
  color: #363636;
  position: relative;
}
.proshow .pro-2 .promenu:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  background-color: #e6e6e6;
}
.proshow .pro-2 .promenu li {
  padding: 0 15px;
  margin-left: 80px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  display: inline-block;
}
.proshow .pro-2 .promenu li.active {
  border-bottom: solid 3px #b80006;
}
@media (max-width: 640px) {
  .proshow .pro-2 {
    margin-top: 15px;
  }
  .proshow .pro-2 .promenu {
    font-size: 16px;
  }
  .proshow .pro-2 .promenu li {
    padding: 0 5px;
    margin-left: 15px;
  }
}
.proshow .cotbox {
  padding: 30px 80px 0;
}
@media (max-width: 640px) {
  .proshow .cotbox {
    padding: 20px;
  }
}
.proshow .cont-1 {
  line-height: 36px;
  font-size: 13px;
  color: #505050;
  display: none;
}
@media (max-width: 640px) {
  .proshow {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .proshow .title {
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
  }
}
.dw-menu li {
  color: #fff;
  height: 40px;
  float: left;
  padding: 0 4%;
  line-height: 40px;
  margin-right: 1px;
  font-size: 14px;
  cursor: pointer;
  background-color: #b80006;
}
.dowlist {
  margin-top: 30px;
  display: none;
  border-top: solid 1px #d7d7d7;
}
.dowlist li {
  height: 60px;
  line-height: 60px;
  border-bottom: solid 1px #d7d7d7;
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
.dowlist li:hover {
  background: #F8F8F8;
  padding: 0 0 0 10px;
}
.dowlist li span {
  color: #949494;
  float: left;
  font-family: arial;
}
.dowlist li .more {
  width: 90px;
  height: 26px;
  float: right;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  background-color: #8e8e8e;
}
.dowlist li .more img {
  vertical-align: middle;
  padding-right: 5px;
}
.dowlist li p {
  width: 50%;
  height: 60px;
  float: left;
  font-size: 13px;
  color: #565656;
  padding-left: 100px;
  line-height: 60px;
  overflow: hidden;
}
.dowlist li:hover .more {
  background-color: #b80006;
}
@media (max-width: 560px) {
  .dowlist li {
    height: 40px;
    line-height: 40px;
  }
  .dowlist li span {
    display: none;
  }
  .dowlist li p {
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
  }
  .dowlist li .more {
    width: 70px;
    margin-top: 6px;
  }
}
.dowlist-2 {
  border-top: 0;
  margin-top: 0;
}
.dowlist-2 li {
  height: 50px;
  line-height: 50px;
}
.dowlist-2 li p {
  height: 50px;
  color: #686868;
  padding-left: 40px;
  line-height: 50px;
}
.dowlist-2 li .more-2 {
  width: 50px;
  margin-top: 10px;
  background-color: #b1b1b1;
}
.dowlist-2 li .more-2 img {
  display: none;
}
@media (max-width: 770px) {
  .dowlist-2 li span {
    display: none;
  }
  .dowlist-2 li p {
    padding-left: 10px;
  }
  .dowlist-2 li .more {
    width: 70px;
    margin-top: 11px;
  }
}
.dowlist-3 li {
  margin: 0 15px;
  overflow: hidden;
  border-top: dashed 1px #d7d7d7;
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
.dowlist-3 li:hover {
  background: #F8F8F8;
  padding: 0 0 0 10px;
}
.dowlist-3 li .more {
  width: 60px;
  height: 26px;
  float: right;
  font-size: 12px;
  margin: 11px 0 0;
  line-height: 26px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #8e8e8e;
}
.dowlist-3 li .more img {
  vertical-align: middle;
  padding-right: 5px;
}
.dowlist-3 li p {
  width: 70%;
  height: 49px;
  float: left;
  font-size: 14px;
  color: #565656;
  line-height: 49px;
  overflow: hidden;
}
.dowlist-3 li:hover .more {
  background-color: #b80006;
}
.dowlist-3 li:first-child {
  border-top: 0;
}
.kflj {
  position: relative;
}
.kflj:before {
  content: "";
  width: 2px;
  height: 550px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
}
.kflj li {
  width: 33.3%;
  float: left;
  margin: 30px 0;
  text-align: center;
  height: 220px;
  border-left: dotted 1px #bebebe;
}
.kflj div {
  padding: 0 20px;
}
.kflj .t1 {
  width: 130px;
  height: 130px;
  line-height: 120px;
  border-radius: 130px;
  vertical-align: middle;
  display: inline-block;
  background-color: #7d7d7d;
}
.kflj .t1 img {
  vertical-align: middle;
}
.kflj .t2 {
  height: 40px;
  color: #b80006;
  font-size: 17px;
  line-height: 40px;
  overflow: hidden;
}
.kflj .t3 {
  height: 40px;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #636363;
}
.kflj li:hover .t1 {
  background-color: #b80006;
}
.kflj .tel {
  font-family: impact;
  font-size: 30px;
  color: #3a3a3a;
}
.kflj .mail {
  font-size: 18px;
  font-family: arial;
  color: #3a3a3a;
}
@media (max-width: 660px) {
  .kflj:before {
    height: 400px;
  }
  .kflj li {
    width: 50%;
    height: 150px;
  }
  .kflj li .t1 {
    width: 80px;
    height: 80px;
    line-height: 70px;
  }
  .kflj li .t1 img {
    height: 40px;
  }
  .kflj div {
    padding: 0 10px;
  }
  .kflj .tel {
    font-size: 16px;
  }
  .kflj .mail {
    font-size: 12px;
  }
}
.message .info {
  color: #555;
  font-size: 14px;
  padding: 10px 0;
}
.message li {
  margin-top: 20px;
  overflow: hidden;
}
.message li p {
  float: left;
  width: 50%;
  padding-left: 20px;
  position: relative;
}
.message li input {
  padding: 10px;
  line-height: 20px;
  width: 100%;
  font-size: 14px;
  color: #444;
  font-family: "microsoft yahei";
  border: solid 1px #b4b4b4;
}
.message li input:focus {
  border-color: #b80006;
}
.message li em {
  top: 15px;
  right: 5px;
  font-style: normal;
  font-family: arial;
  font-size: 14px;
  color: #ff0000;
  position: absolute;
}
.message li .none {
  padding-left: 0;
}
.message li .tit {
  width: 100%;
}
.message li textarea {
  padding: 10px;
  line-height: 20px;
  width: 100%;
  font-size: 14px;
  height: 300px;
  color: #444;
  font-family: "微软雅黑";
  border: solid 1px #b4b4b4;
}
.message li textarea:focus {
  border-color: #b80006;
}
.message li .code {
  width: 30%;
}
.message li input[type="button"] {
  color: #fff;
  border: 0;
  font-size: 18px;
  text-align: center;
  background-color: #b80006;
}
.message li input[type="button"]:hover {
  color: #E8E7E7;
}
.message li input[type="button"]:focus {
  background-color: #c40006;
}
@media (max-width: 640px) {
  .message .info {
    padding-top: 0;
    margin-top: -10px;
  }
  .message li {
    margin-top: 10px;
  }
  .message li textarea {
    height: 200px;
  }
}
.kf-nav {
  width: 13%;
  float: left;
}
.kf-nav li {
  margin-top: 1px;
  padding: 15px 20px;
  font-size: 15px;
  background-color: #676767;
}
.kf-nav li a {
  color: #fff;
  display: block;
}
.kf-nav li.active {
  background-color: #b80006;
}
@media (max-width: 770px) {
  .kf-nav {
    display: none;
  }
}
.kf-content {
  width: 84%;
  float: right;
  margin-top: 1px;
}
.kf-content dl {
  padding: 27px 0;
  margin-bottom: 20px;
  overflow: hidden;
  border: solid 1px #dddddd;
  transition-duration: 0.45s;
}
.kf-content dl:hover {
  background: #f8f8f8;
}
.kf-content dt {
  width: 25%;
  float: left;
  padding-top: 20px;
  text-align: center;
}
.kf-content dd {
  width: 75%;
  float: right;
  padding-right: 50px;
  font-size: 12px;
  border-left: solid 1px #eaeaea;
}
.kf-content dd div {
  padding: 10px 0 10px 10%;
}
.kf-content .tit {
  font-size: 15px;
  color: #666;
  overflow: hidden;
}
.kf-content .txt {
  font-size: 15px;
  color: #686868;
  line-height: 30px;
}
.kf-content .red {
  font-family: impact;
  font-size: 30px;
  color: #b80006;
}
.kf-content .yylist li input {
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  font-family: "microsoft yahei";
  border: solid 1px #d2d2d2;
}
.kf-content .yylist li input:focus {
  border-color: #b80006;
}
.kf-content .yylist li input[type="button"] {
  color: #fff;
  border: 0;
  font-size: 16px;
  background-color: #b80006;
}
.kf-content .yylist li input[type="button"]:focus {
  background-color: #c40006;
}
.kf-content .yylist li p {
  float: left;
}
.kf-content .yylist li .bd-1 {
  width: 30%;
  border-right: solid 10px #f8f8f8;
}
.kf-content .yylist li .bd-2 {
  width: 70%;
}
.kf-content .txt-2 {
  color: #868686;
  line-height: 20px;
}
.kf-content .txt-2 .tt1 {
  font-size: 14px;
}
.kf-content .txt-2 .tt2 {
  color: #504f4f;
  padding-bottom: 5px;
  padding-top: 10px;
}
.kf-content .txt-2 .tt3 {
  font-size: 13px;
  color: #504f4f;
  padding-top: 10px;
}
.kf-content .list-1 {
  margin-left: 16px;
  padding-left: 10px;
  margin-top: 10px;
  border-left: solid 1px #d8d8d8;
}
.kf-content .list-1 li {
  margin-top: 10px;
  position: relative;
}
.kf-content .list-1 li:before {
  content: "";
  top: 5px;
  left: -15px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  background-color: #868686;
}
.kf-content .txt-3 {
  font-size: 12px;
  color: #686868;
  line-height: 30px;
}
@media (max-width: 770px) {
  .kf-content {
    width: 100%;
  }
  .kf-content dd {
    padding-right: 15px;
  }
  .kf-content dd div {
    padding-left: 5%;
  }
  .kf-content .txt {
    font-size: 12px;
  }
  .kf-content .red {
    font-size: 16px;
  }
  .kf-content dt img {
    height: 40px;
  }
  .kf-content .yylist li .bd-1 {
    border: 0;
  }
  .kf-content .yylist li .bd-1,
  .kf-content .yylist li .bd-2 {
    width: 100%;
  }
  .kf-content .yylist li input {
    margin-bottom: 10px;
    font-family: "microsoft yahei";
  }
}
.infoBox {
  overflow: hidden;
  padding-bottom: 70px;
  background-color: #efefef;
}
.infoBox .infoLeft {
  width: 21%;
  float: left;
}
.infoBox .infoLeft li {
  padding-top: 50px;
  padding-left: 30px;
}
.infoBox .infoLeft li a {
  color: #353535;
  font-size: 20px;
  display: inline-block;
}
.infoBox .infoLeft li p {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.infoBox .infoLeft li .name-1 {
  font-size: 16px;
  font-family: tahoma;
}
.infoBox .infoLeft li.active {
  color: #b80006;
  font-size: 20px;
}
.infoBox .infoLeft li.active > a {
  color: #b80006;
}
@media (max-width: 767px) {
  .infoBox .infoLeft {
    width: 100%;
  }
  .infoBox .infoLeft li {
    padding-top: 30px;
    padding-bottom: 15px;
    display: inline-block;
  }
  .infoBox .infoLeft li .name {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .infoBox .infoLeft li {
    padding: 15px 10px 15px 0;
  }
  .infoBox .infoLeft li .name-1 {
    font-size: 12px;
  }
}
.infoBox .inforight {
  width: 79%;
  float: left;
  background-color: #fff;
  margin: 0 0 40px;
}
.infoBox .inforight .productList {
  margin-top: 0;
  background-color: #fff;
}
.infoBox .inforight .productList .title {
  font-weight: bold;
  color: #262626;
  height: 56px;
  font-size: 20px;
  line-height: 56px;
  padding-left: 34px;
  background-color: #f9f9f9;
  border-bottom: solid 1px #dedede;
}
.infoBox .inforight .productList li {
  color: #727272;
  font-size: 13px;
  padding: 20px 0;
  overflow: hidden;
  margin: 0 35px;
  border-bottom: solid 1px #ededed;
}
.infoBox .inforight .productList li:hover .consua a {
  color: #E8E7E7;
}
.infoBox .inforight .productList li:hover {
  background-color: #f8f8f8;
}
.infoBox .inforight .productList div {
  vertical-align: top;
  display: inline-block;
}
.infoBox .inforight .productList .name {
  width: 48%;
  padding-left: 15px;
}
.infoBox .inforight .productList .number {
  width: 35%;
  line-height: 30px;
  padding-top: 20px;
  text-align: center;
}
.infoBox .inforight .productList .number span {
  color: #505050;
  font-size: 30px;
  font-family: arial;
}
.infoBox .inforight .productList .consua {
  text-align: center;
  margin-top: 15px;
}
.infoBox .inforight .productList .consua a {
  width: 135px;
  padding: 0 25px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  background-color: #b80006;
}
.infoBox .inforight .productList .status {
  width: 23%;
  text-align: center;
  border-left: dotted 1px #dbdbdb;
}
.infoBox .inforight .productList .run {
  padding-right: 10px;
  display: inline-block;
  padding-top: 30px;
}
.infoBox .inforight .productList .tt1 {
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
}
.infoBox .inforight .productList .tt1 a {
  color: #333;
  display: block;
}
.infoBox .inforight .productList .tt2 {
  color: #595959;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.infoBox .inforight .productList .tt2 span {
  color: #b80006;
  font-size: 30px;
  padding: 0 5px;
  font-family: arial;
  display: inline-block;
}
.infoBox .inforight .productList .tt2 em {
  line-height: 40px;
  font-style: normal;
  display: inline-block;
  float: left;
}
@media (max-width: 1060px) {
  .infoBox .inforight .productList li {
    padding: 20px 0;
  }
  .infoBox .inforight .productList .name {
    width: 46%;
  }
  .infoBox .inforight .productList .number {
    width: 46%;
    padding-top: 0;
  }
  .infoBox .inforight .productList .consua {
    width: 46%;
    padding-left: 15px;
    text-align: center;
  }
  .infoBox .inforight .productList .status {
    width: 46%;
    border: 0;
    padding-left: 15px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .infoBox .inforight .productList li {
    margin: 0 10px;
  }
  .infoBox .inforight .productList .name {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .infoBox .inforight .productList .tt2 {
    padding-left: 0;
    text-align: center;
  }
  .infoBox .inforight .productList .tt2 span,
  .infoBox .inforight .productList .tt2 em,
  .infoBox .inforight .productList .tt2 font {
    float: none;
  }
  .infoBox .inforight .productList .tt2 span {
    font-size: 20px;
  }
  .infoBox .inforight .productList .consua {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .infoBox .inforight .productList .number {
    width: 100%;
    text-align: center;
  }
  .infoBox .inforight .productList .number span {
    font-size: 18px;
  }
  .infoBox .inforight .productList .status {
    display: none;
  }
  .infoBox .inforight .productList .riqi {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }
}
.infoBox .inforight .more-2 {
  text-align: right;
  padding: 30px 30px 20px 0;
  font-size: 12px;
}
.infoBox .inforight .more-2 > a {
  color: #b80006;
}
.infoBox .inforight .more-2 > a:hover {
  text-decoration: underline;
}
@media (max-width: 770px) {
  .infoBox .inforight {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .infoBox {
    padding-bottom: 20px;
  }
}
.gs-list {
  overflow: hidden;
  background-color: #353535;
}
.gs-list dt {
  float: left;
  width: 65%;
  padding-top: 40px;
  padding-left: 30px;
}
.gs-list dd {
  width: 27.7%;
  float: right;
  position: relative;
}
.gs-list dd img {
  vertical-align: top;
}
.gs-list dd div {
  top: 40%;
  left: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  width: 100%;
}
.gs-list dd div .more {
  margin-top: 10px;
}
.gs-list dd div .more > a {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  padding: 0 30px;
  border: solid 1px #fff;
  display: inline-block;
}
.gs-list .name {
  color: #a4a4a4;
  font-size: 24px;
}
.gs-list .name-1 {
  color: #fff;
  font-size: 20px;
}
.gs-list .title1 {
  width: 100%;
  overflow: hidden;
}
.gs-list .title1 .name {
  color: #a4a4a4;
  font-size: 24px;
  width: 100%;
  height: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .gs-list .title1 .name {
    font-size: 22px;
  }
}
.gs-list .title1 .name-1 {
  color: #fff;
  float: left;
  width: 70%;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .gs-list .title1 .name-1 {
    font-size: 18px;
  }
}
.gs-list .title1 .morez {
  float: right;
  color: #fff;
  width: 80px;
  text-align: right;
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
}
.gs-list .title1 .morez:hover {
  text-decoration: underline;
}
.gs-list ul {
  margin-top: 20px;
}
.gs-list ul li {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  background: url("../images/x-dian.png") no-repeat left 12px;
}
.gs-list ul li span {
  color: #959595;
  float: right;
  font-family: arial;
}
.gs-list ul li > a {
  width: 70%;
  height: 30px;
  color: #fff;
  padding-left: 15px;
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .gs-list {
    padding-bottom: 30px;
  }
  .gs-list dd {
    display: none;
  }
  .gs-list dt {
    padding-left: 0;
    width: 100%;
  }
  .gs-list .name {
    font-size: 18px;
  }
}
.kfzxBox {
  padding: 50px 0;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .kfzxBox {
    padding: 20px 0;
  }
}
.kfzx-left {
  width: 60%;
  float: left;
}
.kfzx-left .pic {
  float: left;
  width: 30%;
}
.kfzx-left .kfzx-top {
  background-color: #fff;
}
.kfzx-left .text {
  float: left;
  width: 70%;
  padding: 0 30px;
}
.kfzx-left .text .tt1 {
  padding-top: 40px;
  font-family: 'helvetica_lightregular';
  color: #a7a7a7;
  font-size: 26px;
}
.kfzx-left .text .tt2 {
  color: #1c1c1c;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 10px;
  position: relative;
}
.kfzx-left .text .tt2:after {
  content: "";
  width: 22px;
  height: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #b80006;
}
.kfzx-left .text .tt3 {
  margin-top: 25px;
  color: #626262;
  font-size: 13px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}
.kfzx-left img {
  vertical-align: top;
}
.kfzx-left .pic-2 {
  margin-top: 16px;
  position: relative;
}
.kfzx-left .pic-2 .btn {
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
}
.kfzx-left .pic-2 .btn > a {
  color: #fff;
  font-size: 20px;
  width: 170px;
  height: 45px;
  text-align: center;
  display: inline-block;
  line-height: 45px;
  border: solid 1px #fff;
}
@media (max-width: 767px) {
  .kfzx-left .pic-2 .btn > a {
    font-size: 16px;
  }
}
.kfzx-left .pic-2 .btn > a:hover {
  color: #b80006;
  background-color: #fff;
}
@media (max-width: 1160px) {
  .kfzx-left .pic {
    width: 33%;
  }
  .kfzx-left .text {
    width: 67%;
  }
}
@media (max-width: 1100px) {
  .kfzx-left .pic {
    width: 35%;
  }
  .kfzx-left .text {
    width: 65%;
  }
}
@media (max-width: 1070px) {
  .kfzx-left .pic {
    width: 40%;
  }
  .kfzx-left .text {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .kfzx-left .text .tt1 {
    font-size: 20px;
  }
  .kfzx-left .pic {
    width: 49%;
  }
  .kfzx-left .text {
    width: 51%;
  }
}
@media (max-width: 767px) {
  .kfzx-left {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .kfzx-left .pic {
    display: none;
  }
  .kfzx-left .text {
    width: 100%;
    padding-bottom: 20px;
  }
  .kfzx-left .text .tt1 {
    padding-top: 20px;
  }
  .kfzx-left .pic-2 .btn {
    top: 11px;
  }
  .kfzx-left .pic-2 .btn > a {
    height: 30px;
    line-height: 30px;
  }
}
.kfzx-right {
  width: 38%;
  float: right;
  min-height: 418px;
  background-color: #fff;
}
.kfzx-right .kmenu {
  padding: 10px 30px 0;
  position: relative;
}
.kfzx-right .kmenu:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #d3d3d3;
}
.kfzx-right .kmenu li {
  cursor: pointer;
  font-size: 20px;
  margin-right: 70px;
  line-height: 60px;
  height: 60px;
  display: inline-block;
}
.kfzx-right .kmenu li.active {
  border-bottom: solid 3px #b80006;
}
.kfzx-right .kf {
  vertical-align: middle;
  text-align: center;
  margin-top: 40px;
}
.kfzx-right .t1 {
  width: 130px;
  height: 130px;
  text-align: center;
  line-height: 120px;
  border-radius: 130px;
  vertical-align: middle;
  display: inline-block;
  background-color: #b80006;
}
.kfzx-right .t1 img {
  display: inline-block;
  vertical-align: middle;
}
.kfzx-right .t2 {
  margin-top: 5px;
  height: 40px;
  font-size: 17px;
  color: #313131;
  line-height: 40px;
  overflow: hidden;
}
.kfzx-right .t3 {
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: #636363;
  padding: 0 50px;
  font-size: 12px;
}
.kfzx-right .more {
  margin: 20px 0 30px;
}
.kfzx-right .more > a {
  width: 127px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border: solid 1px #b80006;
}
.kfzx-right .more > a:hover {
  color: #b80006;
  border-color: #999;
}
.kfzx-right .downloadList {
  display: none;
}
@media (max-width: 1024px) {
  .kfzx-right {
    min-height: 410px;
  }
  .kfzx-right .more {
    margin-bottom: 10px;
  }
}
@media (max-width: 997px) {
  .kfzx-right .kmenu li {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  .kfzx-right {
    min-height: 290px;
  }
  .kfzx-right .kf {
    margin-top: 15px;
  }
  .kfzx-right .more {
    margin-bottom: 25px;
  }
  .kfzx-right .slick-prev {
    left: 20px;
  }
  .kfzx-right .slick-next {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .kfzx-right {
    width: 100%;
  }
}
.productList-3 {
  margin-top: 0;
  background-color: #fff;
}
.productList-3 .title {
  font-weight: bold;
  color: #262626;
  height: 56px;
  font-size: 20px;
  line-height: 56px;
  padding-left: 34px;
  background-color: #f9f9f9;
  border-bottom: solid 1px #dedede;
}
.productList-3 li {
  color: #727272;
  font-size: 13px;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: solid 1px #ededed;
}
.productList-3 li:hover {
  background-color: #f8f8f8;
}
.productList-3 div {
  vertical-align: top;
  display: inline-block;
}
.productList-3 .name {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.productList-3 .number {
  width: 26%;
  line-height: 30px;
  padding-top: 20px;
  text-align: center;
}
.productList-3 .number span {
  color: #505050;
  font-size: 30px;
  font-family: arial;
}
.productList-3 .status {
  width: 22%;
  text-align: center;
  border-left: dotted 1px #dbdbdb;
}
.productList-3 .run {
  padding-top: 30px;
  display: inline-block;
  padding-right: 10px;
}
.productList-3 .tt1 {
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
}
.productList-3 .tt1 a {
  color: #333;
  display: block;
  font-weight: bold;
}
.productList-3 .tt2 {
  color: #595959;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.productList-3 .tt2 span {
  color: #b80006;
  font-size: 30px;
  padding: 0 5px;
  float: left;
  font-family: arial;
  display: inline-block;
}
.productList-3 .tt2 em {
  line-height: 40px;
  font-style: normal;
  display: inline-block;
  float: left;
}
.productList-3 .tt2 font {
  float: left;
  line-height: 40px;
  font-style: normal;
  display: inline-block;
}
.productList-3 .riqi {
  width: 20%;
  padding-top: 35px;
  text-align: center;
}
@media (max-width: 960px) {
  .productList-3 li {
    padding: 20px 0;
  }
  .productList-3 .number {
    width: 46%;
    padding-top: 0;
  }
  .productList-3 .riqi {
    width: 46%;
    padding-left: 15px;
    text-align: left;
  }
  .productList-3 .status {
    width: 46%;
    border: 0;
  }
}
@media (max-width: 675px) {
  .productList-3 .name {
    width: 100%;
    text-align: center;
  }
  .productList-3 .tt2 {
    text-align: center;
  }
  .productList-3 .tt2 span,
  .productList-3 .tt2 em,
  .productList-3 .tt2 font {
    float: none;
  }
  .productList-3 .tt2 span {
    font-size: 20px;
  }
  .productList-3 .number {
    width: 100%;
    text-align: center;
  }
  .productList-3 .number span {
    font-size: 18px;
  }
  .productList-3 .status {
    display: none;
  }
  .productList-3 .riqi {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }
}
.hhtxt {
  color: #555;
  font-size: 13px;
  line-height: 24px;
  padding: 40px 0;
}
@media (min-width: 991px) {
  .phone_nav {
    height: 0 !important;
  }
}
@media (min-width: 991px) {
  .phone_nav ul {
    display: none !important;
  }
}
.phone_menu {
  width: 32px;
  height: 85px;
  position: relative;
  float: right;
  margin: 0;
  background: url("../images/menu.png") no-repeat center;
}
@media (max-width: 767px) {
  .phone_menu {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .phone_menu {
    display: none;
  }
}
.p_onn {
  background: url("../images/menu1.png") no-repeat center;
}
.phnoe_nr {
  position: absolute;
  max-width: 250px;
  background: #000;
  right: 0;
  display: none;
  z-index: 999;
  top: 85px;
  background: #b80006;
}
@media (max-width: 767px) {
  .phnoe_nr {
    top: 70px;
  }
}
.phnoe_nr .active {
  background: url("../images/jian.png") no-repeat center !important;
}
@media (min-width: 992px) {
  .phnoe_nr {
    display: none;
  }
}
.phnoe_nr .p_pic {
  width: 48px;
  height: 48px;
  float: right;
  background: url("../images/jia.png") no-repeat center;
  position: relative;
  border-bottom: 1px solid #C2787A;
}
.phnoe_nr .p_pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 47px;
  background: #C05252;
  left: 0;
  top: 0;
}
.phnoe_nr .p_title {
  width: 100%;
  overflow: hidden;
  display: block;
  z-index: 1;
}
.phnoe_nr .p_title > a {
  color: #fff;
  font-size: 16px;
  float: left;
  display: block;
  height: 48px;
  line-height: 48px;
  width: 200px;
  border-bottom: 1px solid #C2787A;
  padding: 0 0 0 15px;
}
.phnoe_nr span {
  display: block;
  width: 100%;
  height: 10px;
  background: #ccc;
}
.phnoe_nr .p_nr {
  width: 100%;
  display: block;
  border-bottom: 1px solid #C47F7F !important;
}
.phnoe_nr .p_nr a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  opacity: 0.85;
  font-size: 14px;
  border-bottom: 1px solid #C47F7F;
  padding: 0 0 0 25px;
  overflow: hidden;
}
.phnoe_nr .p_nr a:last-child {
  border-bottom: none;
}
.sekuai {
  width: 100%;
  height: 1px;
  background: #efefef;
}
.page div,
.page span {
  float: right;
}
.page .disabled {
  cursor: default;
  background-color: #F8F8F8;
}
.seemore {
  display: block;
  height: 40px;
  text-align: center;
  margin: 0 0 30px;
  line-height: 40px;
  font-size: 15px;
  border: solid 1px #e6e6e6;
}
.seemore a {
  color: #606060;
}
.seemore:hover {
  background-color: #f8f8f8;
}
.seemore:hover > a {
  color: #b80006;
}
.fundlist {
  margin-bottom: 10px;
}
/*2016.10.28 pc 手机端 分页样式添加*/
.phone_page {
  text-align: center;
}
.phone_page a {
  border: 1px solid #d5d5d5;
  display: inline-block;
  line-height: 24px;
  height: 24px;
  padding: 0 15px;
  margin: 0 4px;
}
@media (min-width: 768px) {
  .phone_page {
    display: none;
  }
}
@media (max-width: 767px) {
  .page {
    display: none;
  }
}
.password_input {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.password_input input {

  float: left;
  height: 42px !important;
}
.yanzhneg {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.yanzhneg input {
  display: inline-block;
  float: left;
  height: 42px !important;
}
.yanzhneg img {
  display: inline-block;
  float: left;
  margin: 0 0 0 15px;
  vertical-align: top;
  cursor: pointer;
}
@media (max-width: 767px) {
  .yanzhneg {
    width: 100% !important;
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .latest-ann .list .l1,
  .latest-ann .list .l2 {
    display: none;
  }
}
@media (max-width: 675px) {
  .phone-fudlist .tt1 {
    font-size: 13px;
  }
  .phone-fudlist .gbox {
    font-size: 12px;
    margin: 5px 0 10px 0;
  }
  .phone-fudlist .tt5 a {
    width: 180px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
  .infoBox .inforight .productList .tt1 {
    font-size: 13px;
  }
  .infoBox .inforight .productList .number {
    font-size: 12px;
  }
  .infoBox .inforight .productList .consua a {
    line-height: 35px;
    width: 125px;
  }
}
.password_left .password_main .fa_center {
  position: relative;
  top: 2px;
  font-size: 20px;
}
.password_right .total-money {
  float: right;
  margin-top: -35px;
}
@media (max-width: 675px) {
  .password_right .total-money {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }
}
.password_right .total-money span {
  color: red;
  font: 600 1.5rem 微软雅黑;
}
@media (max-width: 675px) {
  .password_right .total-money span {
    border: 1px solid red;
    padding: 2px 10px;
    border-radius: 4px;
  }
}
.productList-3 .productList-ul {
  position: relative;
}
.productList-3 .productList-ul li {
  border: solid 1px #ededed;
  width: 88%;
  margin: 15px auto;
  border-radius: 15px;
}
.productList-3 .productList-ul li .product-name {
  width: 100%;
}
.productList-3 .productList-ul li .product-name h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 5px;
  color: #b80006;
}
.productList-3 .productList-ul li .layui-table {
  width: 100.5%;
}
.productList-3 .productList-ul li .layui-table tr th,
.productList-3 .productList-ul li .layui-table tr td {
  text-align: center;
  border-left: none !important;
}
.productList-3 .productList-ul li .layui-table tr .last-td {
  border-right: none !important;
}
.one-menu {
  position: relative;
}
.one-menu .two-menu {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  display: none;
  width: 100%;
}
.one-menu .two-menu dt {
  width: 100%;
  text-align: center;
  line-height: 50px;
  color: #252525;
  font-weight: 600 !important;
}
.one-menu .two-menu dt:hover {
  background-color: #e4e4e4;
}
#home_notice_box {
  position: fixed;
  z-index: 1989100;
  width: 360px;
  top: 200.5px;
  left: -360px;
}
    #home_notice_box .home_notice .notice-content ul span{
        white-space:normal!important;
    
    }
#home_notice_box .icon-prev {
  position: absolute;
  top: 42px;
  right: -25px;
  width: 25px;
  height: 80px;
  margin-bottom: 1px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  background-color: #84c0f2;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  opacity: .95;
}
#home_notice_box .icon-prev span {
  line-height: 28px;
  display: inline-block;
  margin-top: 11px;
}
#home_notice_box .icon-prev-off {
  height: 106px !important;
  background-color: #ffffff !important;
  border: 1px solid #f00 !important;
  border-left: none !important;
}
#home_notice_box .icon-prev-off span {
  line-height: 22px !important;
  color: #ff0505 !important;
}
#home_notice_box .home_notice {
  margin: 0;
  padding: 0;
  min-height: 150px;
  background-color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}
#home_notice_box .home_notice .notice-header {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 1.4rem;
  color: #df0209;
  font-weight: bold;
  font-family: kaiti;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 2px 2px 0 0;
  text-align: center;
}
#home_notice_box .home_notice .notice-title {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
#home_notice_box .home_notice .notice-content {
  padding: 10px 15px 15px 15px;
  line-height: 23px;
  overflow-y:scroll;
  height: 60vh;
}
#home_notice_box .home_notice .notice-content .notice-null {
  color: #df0209;
  text-align: center;
  margin-top: 35px;
}
#home_notice_box_center {
  display: none;
  z-index: 19891015;
  position: fixed;
  top: 200px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  animation: move1 1s;
}
@media (max-width: 480px) {
  #home_notice_box_center {
    width: 720px;
    left: 50%;
    margin-left: -180px;
  }
}
#home_notice_box_center .home_notice {
  margin: 0;
  padding: 0;
  min-height: 150px;
  background-color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#home_notice_box_center .home_notice .notice-header {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-family: kaiti;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 2px 2px 0 0;
  text-align: center;
}
#home_notice_box_center .home_notice .notice-header p {
  display: inline-block;
  font-size: 1.7rem;
  color: #df0209;
}
#home_notice_box_center .home_notice .notice-header i {
  float: right;
  font-size: 20px;
  margin-right: 5px;
  cursor: pointer;
}
#home_notice_box_center .home_notice .notice-content {
  padding: 10px 20px;
  max-height: 450px;
  overflow: auto;
}
@media (max-width: 480px) {
  #home_notice_box_center .home_notice .notice-content {
    height: 300px;
    overflow: auto;
  }
}
#home_notice_box_center .home_notice .notice-content .notice-null {
  color: #df0209;
  text-align: center;
  margin-top: 35px;
}
#home_notice_box_center .home_notice .notice-btn {
  background-color: #f1f1f1;
}
#home_notice_box_center .home_notice .notice-btn button {
  border-radius: 5px;
  height: 33px;
  line-height: 33px;
  float: right;
  margin: 5px 15px 0 0;
}
#protocolBox {
  display: none;
  z-index: 19891015;
  position: fixed;
  top: 8%;
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
  animation: move1 0.5s;
}
#protocolBox .protocol-container {
  margin: 0;
  padding: 0;
  min-height: 150px;
  background-color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#protocolBox .protocol-container .protocol-header {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 2px 2px 0 0;
}
#protocolBox .protocol-container .protocol-header img {
  vertical-align: middle;
}
#protocolBox .protocol-container .protocol-header img:nth-child(1) {
  height: 32px;
  margin-left: 30px;
}
#protocolBox .protocol-container .protocol-header img:nth-child(2) {
  height: 35px;
  margin-top: 1px;
}
#protocolBox .protocol-container .protocol-header i {
  float: right;
  font-size: 25px;
  margin-right: 10px;
  cursor: pointer;
}
#protocolBox .protocol-container .protocol-content {
  padding: 10px 30px;
}
#protocolBox .protocol-container .protocol-content h3 {
  text-align: center;
  margin-bottom: 10px;
  color: #b80006;
  font-weight: bold;
  height: 100%;
  line-height: 42px;
}
#protocolBox .protocol-container .protocol-content p {
  text-indent: 36px;
  font-size: 1.3rem;
  color: #2c2c2c;
  line-height: 2;
}
#protocolBox .protocol-container .protocol-content .yuedu {
  margin-top: 25px;
  font-size: 18px;
  color: #b80006;
  font-weight: 600;
}
#protocolBox .protocol-container .protocol-content .yuedu input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-bottom: 2px;
}
#protocolBox .protocol-container .protocol-footer {
  height: 90px;
}
#protocolBox .protocol-container .protocol-footer #protocolSubmit {
  display: block;
  margin: 0 auto;
  border: none;
  background: #c8c8c8;
  width: 304px;
  height: 56px;
  font-size: 24px;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
  color: #fff;
  margin-top: 20px;
}
@keyframes move1 {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.notice-mask,
.protocol-mask {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  z-index: 1989101;
}
#net_value_table_p {
  width: 800px;
  table-layout: fixed;
}
#net_value_table_p thead {
  cursor: pointer;
}
#net_value_table_p thead tr th:nth-child(1) {
  width: 50px;
}
#net_value_table_p tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#net_value_table_m tr {
  width: 100%;
}
#net_value_table_m tr td {
  width: 100%;
  padding: 8px;
  display: block;
  line-height: 2.0rem;
}
#net_value_table_m tr td .order {
  color: #0072ff;
  padding-left: 0 !important;
  display: inline !important;
  width: 2% !important;
}
#net_value_table_m tr td b {
  padding-left: 1rem;
  display: inline-block;
  width: 30%;
}
#net_value_table_m tr td span {
  display: inline-block;
  width: 70%;
}
#net_value_table_m tr td:last-child {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .table-responsive {
    border: none !important;
  }
}
dt {
  font-weight: 400 !important;
}
#DealQuery .layui-form {
  display: none;
  padding-left: 28px;
}
#DealQuery .layui-form input[type='text'] {
  color: #b80006;
}
@media (max-width: 360px) {
  #DealQuery .layui-form {
    padding-left: 5px;
  }
}
#DealQuery .layui-form .my-layui-form-content {
  width: 100%;
  margin: 15px 0 0 0;
  display: flex;
}
#DealQuery .layui-form .my-layui-form-content .my-layui-label {
  font-size: 1.3rem;
  margin-top: 6px;
  flex-shrink: 0;
}
#DealQuery .layui-form .my-layui-form-content .layui-input {
  border-radius: 5px !important;
  padding-left: 8px !important;
}

#DealQuery .layui-form .query-date-box i {
  flex-shrink: 0;
  margin-top: 10px;
}
#DealQuery .layui-form .query-btn-box {
  justify-content: flex-end;
}
#DealQuery .layui-form .query-btn-box .layui-btn-color {
  background-color: #c60006;
}
.query-table-box {
  margin-top: 48px;
  display: none;
}
@media (max-width: 1200px) {
  .query-table-box #query_table_th {
    display: none;
  }
}
.query-table-box #query_table_th thead {
  cursor: pointer;
}
.query-table-box #query_table_th thead tr {
  background-color: #f2f2f2;
}
.query-table-box #query_table_th thead tr th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.query-table-box #query_table_th thead tr th:nth-child(2n+1) {
  width: 11%;
  min-width: 110px;
}
.query-table-box #query_table_th thead tr th:nth-child(2n) {
  color: red;
}
.query-table-box #query_table_th thead tr th:nth-child(2) {
  width: 55%;
  min-width: 450px;
}
.query-table-box #query_table_th thead tr th:last-child {
  min-width: 200px;
}
.query-table-box #query_table_th_s1200 {
  display: none;
}
.query-table-box #query_table_th_s1200 thead tr {
  background-color: #f2f2f2;
}
.query-table-box #query_table_th_s1200 thead tr th:nth-child(2) {
  color: red;
}
@media (max-width: 1200px) {
  .query-table-box #query_table_th_s1200 {
    display: inline-table;
  }
}
.query-table-box #query_table_content_box_phone {
  display: none;
}
@media (max-width: 640px) {
  .query-table-box #query_table_content_box_phone {
    display: block;
  }
}
.query-table-box #query_table_content_box_phone .layui-colla-content p {
  border-bottom: 1px solid #e5dddd;
  margin-bottom: 12px;
}
.query-table-box #query_table_content_box_phone .layui-colla-content p span:nth-child(2) {
  float: right;
}
@media (max-width: 640px) {
  .query-table-box #query_table_content_box {
    display: none;
  }
}
#Notice .layui-form {
  display: none;
  padding-left: 28px;
}
#Notice .layui-form input[type='text'] {
  color: #b80006;
}
@media (max-width: 360px) {
  #Notice .layui-form {
    padding-left: 5px;
  }
}
#Notice .layui-form .my-layui-form-content {
  width: 100%;
  margin: 15px 0 0 0;
  display: flex;
}
#Notice .layui-form .my-layui-form-content .my-layui-label {
  font-size: 1.3rem;
  margin-top: 6px;
  flex-shrink: 0;
}
#Notice .layui-form .my-layui-form-content .layui-input {
  border-radius: 5px !important;
  padding-left: 8px !important;
}
#Notice .layui-form .my-layui-form-content .layui-form-select,
#Notice .layui-form .my-layui-form-content .layui-select-title {
  width: 100% !important;
}
#Notice .layui-form .query-btn-box {
  justify-content: flex-end;
}
#Notice .layui-form .query-btn-box .layui-btn-color {
  background-color: #c60006;
}
#Notice #isNoticeShow {
  width: 100%;
  display: none;
}
#Notice #isNoticeShow #notice_list {
  padding-left: 28px;
  margin-top: 25px;
  height: 225px;
  width: 100%;
}
@media (max-width: 960px) {
  #Notice #isNoticeShow #notice_list {
    height: 100%;
  }
}
#Notice #isNoticeShow #notice_list .notice-list-box {
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
#Notice #isNoticeShow #notice_list .notice-list-box a {
  line-height: 30px;
}
#Notice #isNoticeShow #notice_list .notice-list-box a,
#Notice #isNoticeShow #notice_list .notice-list-box span {
  font-size: 1.3rem;
  padding-bottom: 2px;
}
#Notice #isNoticeShow #notice_list .notice-list-box:hover {
  border-bottom: 1px solid #b80006;
}
#Notice #isNoticeShow #notice_list .notice-list-box:hover a,
#Notice #isNoticeShow #notice_list .notice-list-box:hover span {
  color: #b80006;
}
#Notice #isNoticeShow #page {
  width: 100%;
}
#Notice #isNoticeShow #page .layui-box {
  display: block;
  text-align: center;
  margin-top: 15px;
}
#Notice #isNoticeShow #page .layui-laypage {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */