1@font-face {
  font-family: 'iconfont';
  /* Project id 971715 */
  src: url('//at.alicdn.com/t/c/font_971715_kir5djow36e.woff2?t=1709607029653')
      format('woff2'),
    url('//at.alicdn.com/t/c/font_971715_kir5djow36e.woff?t=1709607029653')
      format('woff'),
    url('//at.alicdn.com/t/c/font_971715_kir5djow36e.ttf?t=1709607029653')
      format('truetype');
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: '';
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '.';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
.head .head_box {
  background: #433c5e;
  height: 106px;
}
.head .head_box .logo {
  float: left;
  margin-top: 16px;
}
.head .head_box .logo img {
  width: 348px;
  display: inline-block;
  vertical-align: middle;
}
.head .head_box .logo .line {
  height: 50px;
  width: 1px;
  margin: 0 25px;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
}
.head .head_box .logo p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
}
.head .head_box .dh_box {
  float: right;
  margin-top: 26px;
}
.head .head_box .dh_box img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.head .head_box .dh_box .text {
  display: inline-block;
  vertical-align: middle;
}
.head .head_box .dh_box .text p {
  font-size: 12px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  line-height: 2;
}
.head .head_box .dh_box .text h4 {
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  color: #ffffff;
}
.head .head_box .dh_box .text h4 span {
  color: #ffec18;
}
.head .nav_box {
  background: #393450;
  height: 42px;
  line-height: 42px;
}
.head .nav_box .nav .nLi {
  display: inline-block;
  width: 13.9%;
  text-align: center;
}
.head .nav_box .nav .nLi h3 {
  font-size: 18px;
}
.head .nav_box .nav .nLi h3 a {
  color: #ffffff;
  width: 100%;
  display: inline-block;
}
.head .nav_box .nav .nLi:hover {
  background: #fcdb31;
}
.head .nav_box .nav .nLi:hover h3 {
  font-weight: bold;
}
.head .nav_box .nav .nLi:hover h3 a {
  color: #323232;
}
.head .nav_box .nav .on {
  background: #fcdb31;
}
.head .nav_box .nav .on h3 {
  font-weight: bold;
}
.head .nav_box .nav .on h3 a {
  color: #323232;
}
.banner {
  position: relative;
  width: 100%;
  height: 596px;
  overflow: hidden;
  min-width: 1200px;
}
.banner .bd {
  width: 100%;
  height: 100%;
}
.banner .bd ul li {
  position: relative;
  height: 596px;
}
.banner .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .hd {
  position: absolute;
  bottom: 6%;
  left: 28%;
  background-color: rgba(62, 62, 62, 0.502);
  height: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 0 10px;
}
.banner .hd ul li {
  border-radius: 50%;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 2px;
}
.banner .hd ul .on {
  background: #c9e607;
}
.banner1 {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  min-width: 1200px;
}
.banner1 .bd {
  width: 100%;
  height: 100%;
}
.banner1 .bd ul li {
  position: relative;
  height: 320px;
}
.banner1 .bd ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner1 .bd ul li .make {
  position: absolute;
  top: 185px;
  text-align: center;
  width: 100%;
}
.banner1 .bd ul li .make h4 {
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}
.banner1 .bd ul li .make p {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
.title {
  text-align: center;
}
.title h5 {
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  color: #a9a9a9;
  font-weight: bold;
  /*text-transform: uppercase;*/
  line-height: 1;
}
.title h4 {
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  color: #433c5e;
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0 13px 0;
}
.title p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #adadad;
  text-transform: uppercase;
  position: relative;
}
.title p::after {
  content: '';
  position: absolute;
  background: url(../img/tit1.png) no-repeat center;
  width: 100%;
  height: 13px;
  left: 0px;
  top: 3px;
}
.index_1 {
  margin-top: 50px;
  overflow: hidden;
  padding-bottom: 75px;
}
.index_1 .bd_1 {
  margin-top: 55px;
}
.index_1 .bd_1 ul li {
  display: inline-block;
  vertical-align: top;
  width: 296px;
  margin-right: 0px;
}
.index_1 .bd_1 ul li h4 {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #433c5e;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.index_1 .bd_1 ul li h4::before {
  content: '';
  position: absolute;
  background: url(../img/tit.png) no-repeat;
  width: 149px;
  height: 9px;
  left: 74px;
  top: 8px;
}
.index_1 .bd_1 ul li .img-box {
  width: 100%;
 /* height: 131px;*/
  margin-bottom: 18px;
}
.index_1 .bd_1 ul li .img-box img {
  width: 100%;
  height: 100%;
}
.index_1 .bd_1 ul li p {
  font-size: 13px;
  font-family: 'Microsoft YaHei';
  color: #444444;
  text-transform: uppercase;
  line-height: 1.846;
}
.index_1 .bd_1 ul li:last-child {
  margin-right: 0px;
}
.index_2 {
  background: url(../img/1_08.jpg) no-repeat center;
  height: 120px;
}
.index_3 {
  margin-top: 60px;
  margin-bottom: 85px;
}
.index_3 .title p::after {
  background: url(../img/tit2.png) no-repeat center;
}
.index_3 .bd_3 {
  margin-top: 58px;
}
.index_3 .bd_3 .top_3 .img-box {
  width: 460px;
  height: 316px;
  float: left;
  padding-left: 38px;
}
.index_3 .bd_3 .top_3 .img-box img {
  width: 420px;
  height: 100%;
}
.index_3 .bd_3 .top_3 .text {
  width: 740px;
  float: right;
  padding-left: 40px;
}
.index_3 .bd_3 .top_3 .text .tit {
  display: flex;
  justify-content: space-between;
}
.index_3 .bd_3 .top_3 .text .tit .tit_box {
  border-radius: 15px;
  background-color: #433c5e;
  height: 49px;
  padding: 0 14px;
  margin-bottom: 42px;
}
.index_3 .bd_3 .top_3 .text .tit .tit_box h4 {
  font-size: 20px;
  font-family: 'Source Han Sans CN';
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 2px;
}
.index_3 .bd_3 .top_3 .text .tit .tit_box h5 {
  font-size: 8px;
  font-family: 'Source Han Sans CN';
  color: rgba(255, 255, 255, 0.502);
  text-transform: uppercase;
}
.index_3 .bd_3 .top_3 .text .tit a {
  font-size: 12px;
  font-family: 'Microsoft YaHei';
  color: #bd5def;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 15px;
}
.index_3 .bd_3 .top_3 .text p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #444444;
  text-transform: uppercase;
  line-height: 2.143;
  text-align: justifyLeft;
  text-indent: 26px;
}
.index_3 .bd_3 .bottom_3 {
  margin-top: 58px;
  position: relative;
}
.index_3 .bd_3 .bottom_3 .hd {
  position: absolute;
}
.index_3 .bd_3 .bottom_3 .hd .prev {
  background-color: #433c5e;
  width: 34px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 45px;
  cursor: pointer;
}
.index_3 .bd_3 .bottom_3 .hd .next {
  background-color: #433c5e;
  width: 34px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  right: -1200px;
  top: 45px;
  cursor: pointer;
}
.index_3 .bd_3 .bottom_3 .bd {
  text-align: center;
  padding-left: 105px;
}
.index_3 .bd_3 .bottom_3 .bd ul {
  display: inline-block;
}
.index_3 .bd_3 .bottom_3 .bd ul li {
  width: 210px;
  height: 150px;
  display: inline-block;
  vertical-align: top;
  margin: 0 19px;
}
.index_3 .bd_3 .bottom_3 .bd ul li .img-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_3 .bd_3 .bottom_3 .bd ul li .img-box img {
  width: 100%;
  height: 100%;
}
.index_3 .bd_3 .bottom_3 .bd ul li .img-box p {
  position: absolute;
  bottom: 0px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 100%;
  font-size: 13px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  text-transform: uppercase;
  background-color: rgba(67,60, 94, 0.502);
}
.index_3 .bd_3 .bottom_3 .bd ul li:hover .img-box p {
  display: none;
}
.index_4 .title p::after {
  background: url(../img/tit3.png) no-repeat center;
}
.index_4 .bd_4 {
  margin-top: 20px;
  background: #f7f7f7;
  padding-top: 45px;
}
.index_4 .bd_4 .top_4 .img-box {
  width: 264px;
  height: 180px;
  float: left;
}
.index_4 .bd_4 .top_4 .img-box img {
  width: 100%;
  height: 100%;
}
.index_4 .bd_4 .top_4 .text {
  width: 933px;
  padding-left: 32px;
  float: right;
  display: flex;
}
.index_4 .bd_4 .top_4 .text .time {
  width: 135px;
}
.index_4 .bd_4 .top_4 .text .time h4 {
  font-size: 40px;
  font-family: 'Arial';
  color: #433c5e;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: 3px;
}
.index_4 .bd_4 .top_4 .text .time h4::after {
  content: '';
  position: absolute;
  background-color: #bd5def;
  width: 28px;
  height: 5px;
  left: 0px;
  bottom: -34px;
}
.index_4 .bd_4 .top_4 .text .time span {
  display: inline-block;
  vertical-align: bottom;
  color: #a0a0a0;
}
.index_4 .bd_4 .top_4 .text .time p {
  font-size: 13px;
  font-family: 'Arial';
  color: #333333;
  display: inline-block;
  vertical-align: bottom;
}
.index_4 .bd_4 .top_4 .text .text_box {
  flex: 1;
}
.index_4 .bd_4 .top_4 .text .text_box h4 {
  margin-bottom: 20px;
}
.index_4 .bd_4 .top_4 .text .text_box h4 img {
  width: 8px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.index_4 .bd_4 .top_4 .text .text_box h4 span {
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #433c5e;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.index_4 .bd_4 .top_4 .text .text_box p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #666666;
  line-height: 1.714;
  text-align: justifyLeft;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index_4 .bd_4 .top_4 .text .text_box .more {
  margin-top: 25px;
  background-color: #433c5e;
  width: 772px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
}
.index_4 .bd_4 ul {
  margin-top: 43px;
  padding-bottom: 15px;
}
.index_4 .bd_4 ul li {
  padding-bottom: 15px;
  border-bottom: 1px dashed #a0a0a0;
  display: inline-block;
  vertical-align: top;
  width: 570px;
  margin-right: 55px;
  margin-bottom: 14px;
}
.index_4 .bd_4 ul li a {
  display: flex;
}
.index_4 .bd_4 ul li a .time {
  width: 107px;
}
.index_4 .bd_4 ul li a .time h4 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 22px;
  font-family: 'Arial';
  color: #9b9b9b;
  font-weight: bold;
  position: relative;
  top: 4px;
}
.index_4 .bd_4 ul li a .time p {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  font-family: 'Arial';
  color: #333333;
}
.index_4 .bd_4 ul li a .text {
  flex: 1;
}
.index_4 .bd_4 ul li a .text h4 {
  margin-bottom: 15px;
}
.index_4 .bd_4 ul li a .text h4 img {
  width: 8px;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.index_4 .bd_4 ul li a .text h4 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #333333;
}
.index_4 .bd_4 ul li a .text p {
  font-size: 13px;
  font-family: 'Microsoft YaHei';
  color: #666666;
  line-height: 1.846;
  text-align: justifyLeft;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_4 .bd_4 ul li:hover a .time h4 {
  color: #433c5e;
}
.index_4 .bd_4 ul li:hover a .time p {
  color: #433c5e;
}
.index_4 .bd_4 ul li:hover a .text h4 span {
  color: #433c5e;
}
.index_4 .bd_4 ul li:nth-child(2n) {
  margin-right: 0px;
}
.index_4 .bd_4 ul li:nth-child(3) {
  border-bottom: 0px dashed #a0a0a0;
}
.index_4 .bd_4 ul li:nth-child(4) {
  border-bottom: 0px dashed #a0a0a0;
}
.index_5 {
  margin-top: 60px;
  margin-bottom: 70px;
}
.index_5 .title_box {
  display: flex;
  justify-content: space-between;
}
.index_5 .title_box .tit h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  color: #433c5e;
  text-transform: uppercase;
  margin-right: 8px;
}
.index_5 .title_box .tit .text {
  display: inline-block;
  vertical-align: middle;
}
.index_5 .title_box .tit .text h5 {
  font-size: 15px;
  font-family: 'Microsoft YaHei';
  color: rgba(189, 93, 239, 0.502);
  text-transform: uppercase;
  line-height: 1;
}
.index_5 .title_box .tit .text p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: #adadad;
  text-transform: uppercase;
  line-height: 1;
}
.index_5 .title_box .line {
  margin-top: 10px;
}
.index_5 .title_box .more {
  margin-top: 8px;
}
.index_5 .title_box .more a {
  font-size: 12px;
  font-family: 'Microsoft YaHei';
  color: #bd5def;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 15px;
}
.index_5 .bd_5 {
  margin-top: 40px;
}
.index_5 .bd_5 ul li {
  display: inline-block;
  width: 260px;
  height: 194px;
  margin-right: 50px;
}
.index_5 .bd_5 ul li .img-box {
  width: 100%;
  height: 100%;
}
.index_5 .bd_5 ul li .img-box img {
  width: 100%;
  height: 100%;
}
.foot {
  background: #424242;
  padding: 40px 0 36px 0;
  text-align: center;
}
.foot .f1 {
  margin-bottom: 30px;
}
.foot .f1 ul li {
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.333;
  text-align: justifyLeft;
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
}
.foot .f1 ul li a {
  color: #ffffff;
}
.foot p {
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color: rgba(255, 255, 255, 0.651);
  text-transform: uppercase;
  line-height: 1.714;
}
.foot p a {
  color: rgba(255, 255, 255, 0.651);
}
