@charset "gb2312";
/*  */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Microsoft Yahei";
}

body,
html {
  background: #fff;
  min-width: 1200px;
}

img {
  border-width: 0;
  border: none;
  display: block;
  margin: 0 auto;
}

input:not([type="radio"]),
input:not([type="file"]),
button,
textarea {
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb:after {
  clear: both;
  content: "";
  display: block;
}

.cb:before {
  clear: both;
  content: "";
  display: block;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.bgcc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.page {
  position: relative;
  overflow: hidden;
}

.img_wrap img {
  width: 100%;
  height: 100%;
}

.header {
  padding-top: 13px;
  padding-bottom: 15px;
}

.header .right-container {
  height: 98px;
}

.header .right-container .left {
  height: 100%;
}

.header .right-container .left .title {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #646464;
}

.header .right-container .left .text {
  font-size: 24px;
  font-family: HeitiEG-Ultra-GB, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #cd0000;
}

.header .right-container .center {
  width: 98px;
  height: 98px;
  margin: 0 1px 0 13px;
}

.header .right-container .right {
  height: 100%;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
}

.nav {
  height: 110px;
  background: #f8f8f8;
  text-align: center;
}

.nav .inner {
  height: 100%;
}

.nav .item {
  width: 10%;
  float: left;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}

.nav .item::after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  display: block;
  left: 0;
  content: '';
  z-index: -1;
  background: #3A53B0;
}

.nav .item.active .cn,
.nav .item.active .en, .nav .item:hover .cn,
.nav .item:hover .en {
  color: #fff;
}

.nav .item.active::after, .nav .item:hover::after {
  height: 100%;
}

.nav .item .cn {
  font-size: 18px;
  color: #333333;
  line-height: 35px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.nav .item .en {
  color: #222222;
  font-size: 12px;
  line-height: 24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner .bx-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto {
  bottom: 0;
}

.banner .bx-wrapper .bx-pager .bx-pager-link {
  width: 9px;
  height: 9px;
  background: #c19f53;
  border-radius: 50%;
  opacity: 1;
}

.banner .bx-wrapper .bx-pager .bx-pager-link.active {
  background: #fff;
}

.banner-down {
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.banner-down .inner {
  position: relative;
  padding-top: 121px;
  min-height: 340px;
  text-align: center;
}

.banner-down .item {
  width: 254px;
  height: 222px;
  position: relative;
  display: inline-block;
  margin: 0 30px;
}

.banner-down .item:nth-of-type(1) {
  left: 0;
  position: absolute;
  top: -106px;
  margin: 0;
}

.banner-down .item:nth-of-type(2) {
  left: 316px;
  position: absolute;
  top: -106px;
  margin: 0;
}

.banner-down .item:nth-of-type(3) {
  left: 643px;
  position: absolute;
  top: -106px;
  margin: 0;
}

.banner-down .item:nth-of-type(4) {
  left: 957px;
  position: absolute;
  top: -106px;
  margin: 0;
}

.banner-down .item .img_wrap {
  width: 254px;
  height: 222px;
}

.banner-down .item .text-container {
  position: absolute;
  background: url("banner_down_text_bg.png");
  width: 198px;
  height: 70px;
  bottom: 12px;
  left: 26px;
  text-align: center;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 29px;
}

/*  */
.en {
  text-transform: uppercase;
}

.company {
  margin-top: 100px;
  padding-bottom: 53px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.company .left {
  width: 682px;
}

.company img {
  margin: 0;
}

.company .more {
  width: 116px;
  height: 33px;
  background: #3A53B0;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  line-height: 33px;
  text-align: center;
  margin-top: 15px;
}

.company .container {
  margin-top: 81px;
}

.company .left-title-container {
  padding-bottom: 41px;
}

.company .left-container {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #353333;
  line-height: 41px;
}

.company .right {
  width: 453px;
  height: 536px;
  position: relative;
}

.company .right .bg {
  width: 407px;
  height: 510px;
  background: #e1e1e1;
  position: absolute;
  bottom: 1px;
  left: -9px;
}

.company .bx-wrapper .bx-pager,
.company .bx-wrapper .bx-controls-auto {
  bottom: 50px;
  text-align: left;
  padding: 0 20px;
}

.company .bx-wrapper .bx-pager.bx-default-pager a {
  width: 44px;
  height: 2px;
  border-radius: 0;
  background: #1C1C1C;
}

.company .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #00a388;
}

.company .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00a388;
}

.index-title-line-container {
  text-align: center;
}

.index-title-line-container .cn {
  line-height: 57px;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #1b2228;
}

.index-title-line-container .line {
  height: 1px;
  background: #efefef;
}

.index-title-line-container .line .line2 {
  width: 49px;
  height: 2px;
  margin: 0 auto;
  background: #3A53B0;
}

.index-title-line-container .en {
  line-height: 29px;
  font-size: 15px;
  font-family: BigruixianLightGB40;
  font-weight: 400;
  color: black;
}

.index-title-line-container .title-text {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #989898;
}

.title-container {
  text-align: center;
}

.title-container .cn {
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #eac773;
  line-height: 70px;
}

.title-container .cn span {
  color: #fff;
}

.title-container .line {
  height: 1px;
  background: #282A28;
}

.title-container .line .line2 {
  width: 49px;
  height: 2px;
  background: #eac773;
  margin: 0 auto;
}

.title-container .title-text {
  line-height: 32px;
  margin-top: 5px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #b1c0bd;
  opacity: 0.6;
}

.title-container .title-img {
  width: 199px;
  height: 52px;
  margin: 0 auto;
}

.pro {
  padding-top: 55px;
  padding-bottom: 24px;
}

.pro.white .title-container .cn span {
  color: #1A1A1A;
}

.pro.white .title-container .title-text {
  color: #606060;
}

.pro .pro-more {
  background: #3a53b0;
}

.pro-list-container {
  margin-top: 7px;
}

.pro-ul li {
  width: 23.75%;
  padding-top: 16.97917%;
  margin-bottom: 18px;
  float: left;
  margin-right: 1.66667%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.pro-ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.pro-ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.pro-ul li .text {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #efefef;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #1f1e24;
  z-index: 3;
}

.pro-ul li .model {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.57);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0) rotateY(270deg);
  transform: scale(0) rotateY(270deg);
  text-align: center;
}

.pro-ul li .model .t1 {
  line-height: 37px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 17px;
  color: #fff;
}

.pro-ul li .model .dash-more {
  width: 111px;
  height: 27px;
  border: 1px dashed white;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  margin: 0 auto;
}

.pro-ul li:hover .model {
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

.pro-ul li:nth-of-type(4n) {
  margin-right: 0;
}

.pro-more {
  display: block;
  margin: 0 auto;
  margin-top: 24px;
  width: 116px;
  height: 33px;
  text-align: center;
  color: #fff;
  background: #eac773;
  line-height: 33px;
}

.new {
  padding-top: 48px;
  padding-bottom: 77px;
}

.new .title-text {
  margin-top: 9px;
}

.new .contianer {
  margin-top: 66px;
}

.new .contianer li {
  width: 400px;
  height: 281px;
  float: left;
  padding: 18px 25px 0 18px;
}

.new .contianer li .line {
  width: 41px;
  height: 2px;
  background: #3a53b0;
  margin-bottom: 23px;
}

.new .contianer li .title {
  line-height: 35px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.new .contianer li .text {
  margin-top: 9px;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 29px;
  color: #5b5858;
  padding-left: 60px;
}

.new .contianer li .date {
  line-height: 22px;
  color: #202e2c;
  font-size: 16px;
}

.new .contianer li .date img {
  display: inline-block;
  vertical-align: top;
}

.new .contianer li:hover {
  background: #f1f1f1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.new .more {
  display: block;
  margin: 0 auto;
  margin-top: 82px;
  width: 116px;
  height: 33px;
  text-align: center;
  color: #fff;
  background: #3a53b0;
  line-height: 33px;
}

/* Î²²¿ */
.bot_top {
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #0c0913;
  border-bottom: 1px solid #2f2f2f;
}

.s_gsjj_title_hg {
  width: 49px;
  height: 2px;
}

.bot_top_s {
  font-size: 36px;
  color: #fff;
  padding-bottom: 17px;
}

.bot_top_z {
  color: #aaa;
  font-size: 20px;
  padding-bottom: 40px;
}

.l {
  float: left;
}

.bot_top_x {
  width: 168px;
  height: 51px;
  display: inline-block;
  background-color: #eac773;
  text-align: center;
  line-height: 51px;
  color: #fff;
  font-size: 20px;
}

.bot_bottom {
  background-color: #0d0d0d;
}

.bot_bottom_top {
  width: 1200px;
  margin: 0 auto;
  padding-top: 58px;
  padding-bottom: 34px;
  border-bottom: 1px solid #242424;
}

.bot_bottom_top_l {
  padding-top: 30px;
}

.bot_bottom_top_l_lanmu {
  /*    padding-bottom: 43px; */
  padding-bottom: 30px;
}

.bot_bottom_top_l_lanmus {
  color: #828282;
  font-size: 14px;
  padding-right: 35px;
}

.bot_bottom_top_l_xx {
  color: #828282;
  font-size: 14px;
}

.bot_bottom_top_r_z_title {
  font-size: 16px;
  color: #adadad;
}

.bot_bottom_top_r_z_dh {
  color: #525252;
  font-size: 14px;
  font-weight: 800;
  padding-top: 23px;
  padding-bottom: 18px;
}

.bot_bottom_top_r_z_sj {
  color: #525252;
  font-size: 14px;
}

.bot_bottom_top_r_y {
  padding-left: 19px;
}

.bot_bottom_top_r_y img {
  width: 110px;
}

.bot_bottoms {
  padding-top: 28px;
  padding-bottom: 36px;
  font-size: 14px;
  color: #828282;
  width: 1200px;
  margin: 0 auto;
}

/* footer end */
.er-container {
  padding-top: 53px;
}

.er-container .title-container {
  padding-bottom: 44px;
}

.er-container .title-container .cn span {
  color: #1A1A1A;
}

.er-container .title-container .title-text {
  color: #606060;
}

.er-nav-left {
  width: 246px;
  background: #535353;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(133, 133, 133, 0.75);
  box-shadow: 0px 3px 6px 0px rgba(133, 133, 133, 0.75);
  padding: 11px;
}

.er-nav-left .top {
  height: 117px;
  border: 1px solid #8f8f8f;
  margin: 0 auto;
  line-height: 48px;
  padding-top: 15px;
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #eac773;
  text-align: center;
}

.er-nav-left .top .img_wrap {
  width: 140px;
  height: 37px;
  margin: 0 auto;
}

.er-nav-left .bottom {
  margin-top: 14px;
}

.er-nav-left .bottom .item {
  display: block;
  width: 190px;
  height: 40px;
  background: #f6f6f6;
  border: 1px solid #535353;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  margin-bottom: 14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(20, 20, 20, 0.75) inset;
  box-shadow: 0px 2px 4px 0px rgba(20, 20, 20, 0.75) inset;
}

.er-nav-left .bottom .item.active, .er-nav-left .bottom .item:hover {
  background: #474747;
  border: 1px solid #535353;
  color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(20, 20, 20, 0.75) inset;
  box-shadow: 0px 2px 4px 0px rgba(20, 20, 20, 0.75) inset;
}

.er-nav-right {
  width: 928px;
}

.er-nav-right .er-pro-ul li {
  width: 295px;
  height: 241px;
  margin-right: 19px;
  float: left;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 31px;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.16);
}

.er-nav-right .er-pro-ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.er-nav-right .er-pro-ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.er-nav-right .er-pro-ul li .text {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #efefef;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #1f1e24;
  z-index: 3;
}

.er-nav-right .er-pro-ul li .model {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.57);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0) rotateY(270deg);
  transform: scale(0) rotateY(270deg);
  text-align: center;
}

.er-nav-right .er-pro-ul li .model .t1 {
  line-height: 31px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  color: #fff;
}

.er-nav-right .er-pro-ul li .model .dash-more {
  width: 87px;
  height: 21px;
  border: 1px dashed white;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: white;
  margin: 0 auto;
}

.er-nav-right .er-pro-ul li:hover .model {
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

.er-nav-right .er-pro-ul li:nth-of-type(3n) {
  margin-right: 0;
}

.er-pro-pa {
  padding: 91px 0 111px 0;
}

.my-pagination {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.my-pagination a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 32px;
  margin: 0 10px;
  color: #333;
}
