@charset "utf-8";

/* CSS Document */
/*全局样式*/
body {
  font-family: "微软雅黑", Arial, Verdana, Helvetica, sans-serif, "宋体";
  font-size: 12px;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
th,
img,
div,
tr,
p,
select,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  outline: none;
}
.none{
  display: none !important;
}
li {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:focus {
  outline: none;
}

.clear {
  clear: both;
  height: 0px;
  display: block;
  line-height: 0px;
  visibility: hidden;
  overflow: hidden;
  zoom: 1;
}

input {
  vertical-align: middle;
  border: none;
  background: none;
}

select {
  vertical-align: middle;
  border: none;
  background: none;
}

button {
  text-align: center;
  border: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 12px;
}

textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
  padding: 0px;
  background: none;
}

label {
  cursor: pointer;
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: none;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

input:focus {
  outline: none;
}
/* 左浮动*/
.fl {
  float: left;
}
/* 右浮动*/
.fr {
  float: right;
}
/* 鼠标变小手*/
.cs {
  cursor: pointer;
}
/* 超过一行内容多的变成... */
.dian1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* 超过两行行内容多的变成... */
.dian2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 超过三行内容多的变成... */
.dian3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 12px的字体至28px 如果你是其他单位的如rem等,请自行斟酌修改使用*/
.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}


html .fixed {
  *zoom: 1;
}
/* 清除浮动 */
.clear {
  clear: both;
}
/*------*/
.center{
  width: 1430px;
  margin: 0 auto;
}
header{
  height: 120px;
  background: url(../images/header-bgm.jpg) 100% 100% no-repeat;
  display: flex;
  align-items: center;
}
.logo{
  margin-left: 3%;
}
.nav{
  display: flex;
  margin-left: 20px;
}
.nav a{
  display: block;
  width: 130px;
  height: 90px;
  color: #ae0b14;
  font-size: 18px;
  text-align: center;
  line-height: 90px;
}
.nav a:hover,.nav .a_hover{
  background: url(../images/nav-hover.png) no-repeat;
  background-size: 100% 100%;
}
.banner{
  position: relative;
  display: flex;
  justify-content: center;
}
.banner>img{
  display: none;
}
.banner>img:nth-child(1){
  display: block;
}
.banner_change{
  position: absolute;
  display: flex;
  bottom: 80px;
}
.banner_change div{
  width: 50px;
  height: 46px;
  background: url(../images/banner-bck.png) no-repeat;
  background-position: center;
  text-align: center;
  line-height: 46px;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
}
.banner_change .div_hover,.banner_change div:hover{
  background: url(../images/banner-hover.png) no-repeat;
  font-size: 16px;
}
.index_one{
  position: relative;
  height: 190px;
  margin-top: -55px;
}
.index_one_bck{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #33517d;
  opacity: 0.8;
}
.index_one1{
  margin-left: 40px;
}
.index_one_dome{
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.index_one_word{
  color: #e0b86a;
  font-size: 16px;
  line-height: 30px;
  margin-left: 35px;
}
.index_title{
  width: 800px;
  height: 66px;
  background: url(../images/index-title.png) no-repeat;
  text-align: center;
  line-height: 66px;
  color: #e0b86a;
  font-size: 24px;
  margin: 50px auto;
}
.index_two{
  display: flex;
}
.index_two1{
  width: 400px;
}
.index_two1_img{
  width: 400px;
  height: 270px;
  overflow: hidden;
  position: relative;
}
.index_two1_title{
  display: block;
  width: 100%;
  color: #1a1616;
  font-size: 16px;
  margin: 20px 0;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}
.index_two1_title:hover{
  color: #ae0b14;
}
.index_two1_main{
  color: #847f7f;
  line-height: 20px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.index_two1_img_change_bck{
  width: 100%;
  height: 30px;
  position: absolute;
  background: #000;
  opacity: 0.5;
  bottom: 0;
  left: 0;
}
.index_two1_img_change{
  width: 100%;
  height: 30px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.index_two1_img_change div{
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url(../images/index-two-change2.png) no-repeat;
  margin-left: 10px;
}
.index_two1_img_change .div_hover{
  width: 18px;
  height: 18px;
  background: url(../images/index-two-change1.png) no-repeat;
}
.index_two2{
  width: 560px;
  margin-left: 20px;
}
.index_two2_title{
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #605a5b;
  font-size: 14px;
  overflow: hidden;
}
.index_two2_title:hover{
  color: #ae0b14;
  font-weight: bold;
}
.index_two2_word{
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: #847f7f;
  margin-top: 15px;
}
.index_two2_main{
  width: 510px;
}
.index_two2_item{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.index_two3{
  width: 430px;
  border-left: 1px dashed #e0b86a;
  margin-left: 20px;
}
.index_two3_item{
  width: 410px;
  display: flex;
  margin: 0 0 30px 20px;
}
.index_two3_time{
  border-bottom: 1px solid #ae0b14;
  color: #ae0b14;
  font-size: 20px;
  padding-bottom: 15px;
  margin-left: 25px;
  width: 70px;
}
.index_two3_title{
  margin-left: 25px;
  color: #484747;
  font-size: 14px;
}
.index_two3_title:hover{
  color: #ae0b14;
  font-weight: bold;
}
.index_three{
  width: 100%;
  height: 980px;
  background: url(../images/index-three.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: 40px;
}
.index_three1{
  width: 465px;
  float: left;
  margin-right: 10px;
}
.index_three1 a{
  margin-bottom: 25px;
  display: block;
  position: relative;
}
.index_three1_title{
  width: 405px;
  height: 75px;
  background: url(../images/index-bck.png) no-repeat;
  position: absolute;
  bottom: 20px;
  left: 20px;
  line-height: 75px;
  color: #FFF;
  font-size: 18px;
  padding-left: 20px;
}
.index_four{
  width: 100%;
  height: 810px;
  background: url(../images/img-7.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.index_four_main{
  display: flex;
  justify-content: space-between;
}
.footer{
  border-top: 3px solid #e0b86a;
  background: #b80c16;
}
.footer_top{
  width: 100%;
  height: 190px;
  background: url(../images/footer-1.png) no-repeat;
}
.footer_top_center{
  height: 190px;
  display: flex;
  align-items: center;
    justify-content: space-between;
}
.footer_top_left {
  display: flex;
}
.footer_top_left a{
  display: block;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
}
.footer_top_left div{
  margin-right: 115px;
}
.footer_bottom{
  width: 100%;
  height: 85px;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer_bottom span{
  margin: 0 10px;
}
.list_top{
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.list_top_title{
  position: absolute;
  left: 50%;
  top: 30px;
}
.list_top_title2{
  left: 55%;
  top: 30px;
}
.list_top_title3{
  left: 60%;
  top: 30px;
}
.list_top_title4{
  left: 65%;
  top: 30px;
}
.list_top_title5{
  left: 70%;
  top: 30px;
}
.list_top_title6{
  left: 75%;
  top: 30px;
}
.list_top_title .xian{
  width: 25px;
  height: 3px;
  background: rgb(0, 10, 49);
  margin-bottom: 20px;
}
.list_top_main{
  display: flex;
  color: rgb(0, 10, 49);
  font-size: 20px;
}
.list_top_main div{
  writing-mode: tb-rl;
}
.list_top_main .list_top_en{
  font-size: 12px;
}
.list_main{
  width: 1375px;
  margin: 0 auto;
  position: relative;
}
.list_icon1{
  position: absolute;
  top:0;
  left: -90px;
}
.list_icon2{
  position: absolute;
  right: 0;
  bottom: 0;
}
.list_main{
  min-height: 1000px;
}
.list_center{
  position: relative;
  padding-top: 60px;
  z-index: 2;
}
.list_item{
  display: flex;
  width: 100%;
  min-height: 180px;
  background: #FFF;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.list_item:hover{
  box-shadow:0px 8px 18px 2px #c3c3c3;
}
.list_item:hover .list_item_title,.list_item:hover .list_item_word{
  color: rgb(0, 10, 49);
}
.list_item_time{
  color: rgb(129, 7, 6);
  border-bottom: 1px solid rgb(129, 7, 6);
  padding-bottom: 15px;
  font-size: 20px;
  font-style: italic;
  margin: 0 0 0 60px;
}
.list_item_main{
  width: 80%;
  margin-left: 55px;
}
.list_item_title{
  color: rgb(26,28,34);
  font-size: 18px;
  line-height: 30px;
}
.list_item_word{
  color: rgb(81 ,81,81);
  font-size: 14px;
}
.list_item_link{
  float: right;
  margin-top: 20px;
  color: rgb(97, 96, 96);
}
.content_title{
    text-align: center;
    margin: 25px 0;
}
.fy{
  display: flex;
}
.fy a{
  padding: 10px 15px;
  color: rgb(122, 122, 122);
  background: rgb(255, 255, 255);
  border-radius: 5px;
  margin: 0 5px;
}
.fy a:hover{
  background: rgb(0, 10, 49);
  color: #FFF;
}
.fyMain{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.list_img_item{
  display: block;
  width: 415px;
  margin-bottom: 100px;
}
.list_img_item:hover{
  box-shadow: 0px 10px 8px 2px #d1d1d1;
}
.list_img_item:hover .list_img_item_title,.list_img_item:hover .list_img_item_main{
  color: rgb(0, 10, 49);
}
.list_img_center{
  width: 100%;
  height: 175px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list_img_item_title{
  width: 90%;
  height: 40px;
  line-height: 20px;
  color: rgb(26, 28, 34);
  font-size: 18px;
  margin: 0 auto;
  overflow: hidden;
}
.list_img_item_main{
  width: 90%;
  height: 30px;
  line-height: 15px;
  color: rgb(81, 81, 81);
  font-size: 14px;
  margin: 20px auto;
  overflow: hidden;
}
.list_img{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.list_imgTwo{
  width: 95%;
  column-count: 3;
  column-gap: 0;
}
.list_imgTwo a{
  display: block;
  width: 415px;
  position: relative;
  margin-bottom: 30px;
}
.list_imgTwo img{
    padding-bottom: 50px;
}
.list_imgTwo_title{
  width: 98%;
  height: 50px;
  color: rgb(0, 10, 49);
  background: rgb(253, 159, 53);
  line-height: 50px;
  font-size: 16px;
  padding-left: 2%;
  position: absolute;
  left: 0;
  bottom: 0px;
}