@charset "UTF-8";

/* CSS Document */
body,
ul,
ol,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
textarea,
select,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
select {
  border: none;
  background-color: transparent;
  outline: none;
}

input,
button,
select,
textarea,
a,
img {
  outline: none;
}

/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner {
  border: 0;
}

/*火狐的私有属性去掉点击时边框*/
textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  outline: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus,
a:hover {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

html {
  -webkit-text-size-adjust: none;
}

/* html {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
} */


body {
  margin-right: auto;
  margin-left: auto;
}

*,
*:before,
*:after {
  max-height: 100000px;
}

.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.header .headtop {
  min-width: 1200px;
  position: relative;
}

.header .headtop .imgs {
  position: relative;
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: flex-end;
}

.header .headtop .imgs .headimg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.head-top-wrap{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: calc((100% - 1200px)/2);
  display: flex;
  align-items: center;
}
.head-top-wrap .left img{
  width: 750px;
}

.head-top-wrap .search {
  margin-left: 20px;
  display: flex;
  align-items: center;
  height: 40px;
  background: #fff;
  position: absolute;
  top: 50px;
  right: 0;
}

.head-top-wrap .search .input {
  width: 260px;
  flex: 1;
  height: 100%;
  outline: none;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333;
  border: 1px solid #e7e7e7;
}

.head-top-wrap .search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
  font-size: 16px;
}

.head-top-wrap .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  font-size: 16px;
}

.head-top-wrap .search :-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
  font-size: 16px;
}

.head-top-wrap .search :-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  font-size: 16px;
}

.head-top-wrap .search .searbtn {
  background: #D72603;
  width: 40px;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-top-wrap .search .searbtn img {
  width: 20px;
  height: 20px;
}


.new_rong_n {
  display: flex;
  align-items: center;
}

.w100 {
  width: 100%;
}

.flex-b {
  justify-content: space-between;
}

.new_tit {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #00051F;
}

.new_info_wrap_n {
  display: flex;
}

.new_info_wrap_n img {
  width: 278px;
  height: 75px;
  align-self: center;
}

.new_info_wrap_n .line {
  width: 1px;
  height: 51px;
  background: #BFBFBF;
  align-self: center;
  margin: 0 20px;
}

.new_info_wrap_n .title {
  font-family: Source Han Serif CN;
  font-weight: 600;
  font-size: 36px;
  color: #00051F;
  align-self: center;
}

.headnewimg .new_info_wrap div {
  font-family: AlimamaDongFangDaKai;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}

.headnewimg .new_info_wrap .logoimg {
  width: auto;
  height: 44px;
  cursor: pointer;
}

.headnewimg .img {
  width: 700px;
  height: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.headnewimg .img img {
  width: 700px;
  height: 100%;
  cursor: pointer;
}

.new_line {
  width: 1200px;
  height: 2px;
  margin: auto;
  background: #D72603;
}

.headfuncbj {
  background-color: #D72603;
}

.headfuncbj .headfunc {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 66px;
}

.headfuncbj .headfunc .line {
  border-left: 1px solid #bebdbd;
}

.headfuncbj .menu {
  width: 1200px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  box-sizing: border-box;
  cursor: default;
}

.headfuncbj .menuitem {
  width: 199px;
  font-family: PingFangSC, PingFang SC;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  position: relative;
}
.headfuncbj .menuitem:hover {
  background-color: #fff;
  color: #C32A39;
}
.headfuncbj .menuitem:last-child {
  border-right: none;
}
.headfuncbj .menuitem::after{
  /*content: ' ';*/
  /*background-color: #fbfbfb;*/
  /*height: 30px;*/
  /*width: 1px;*/
  /*position: absolute;*/
  /*right: 0;*/
  /*border-radius: 5px;*/
}
.headfuncbj .menuitem:last-child::after{
  content: ' ';
  background-color: transparent;
  height: 20px;
  width: 0;
}

.headfuncbj .on {
  color: #222;
}

.headfuncbj .on img {
  transform: rotate(180deg);
}

.headfuncbj .headfuncrig {
  width: 25%;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 30px;
  align-self: center;
}

.headfuncbj .headfuncrig a {
  cursor: pointer;
  color: #333;
}

.headfuncbj .new315img {
  align-self: center;
  cursor: pointer;
}

.headfuncbj .headbtn315 {
  width: 86px;
  height: 60px;
  background: #fefefe;
  box-sizing: border-box;
  border: 1px solid #f5f5f7;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

.headfuncbj .headbtn1 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.headfuncbj .headbtn1 img {
  width: 20px;
  height: 20px;
}

.headfuncbj .headbtn2 {
  width: 70px;
  height: 60px;
  background: #fefefe;
  box-sizing: border-box;
  border: 1px solid #f5f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 0px;
  color: #666666;
  cursor: pointer;
}

.headfuncbj .headbtn2 img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.headfuncbj .red {
  color: #bc0000;
  font-weight: bold;
}

.headfuncbj .padlef {
  box-sizing: border-box;
  padding-left: 20px;
}

.headfuncbj .menuitembj1 {
  display: flex;
  justify-content: space-between;
  transition: height 0.2s ease-in-out;
  width: 1200px;
  margin: 0 auto;
}

.headfuncbj .menuitembj1 .menuitem1 {
  display: flex;
  flex-wrap: wrap;
}

.headfuncbj .menuitembj1 .menuitem1 a {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}

.headfuncbj .menuitembj1 .menuitem1 a .tit1 {
  font-family: "Microsoft YaHei";
  font-weight: 500;
  color: #222;
}

.headfuncbj .menuitembj1 .menuitem1 a .tit2 {
  font-family: "宋体", "SimSun", sans-serif;
  color: #999;
}

.headfuncbj .new_title {
  border-left: 1px solid #eee;
  width: 20%;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  color: #999;
}

.headfuncbj .new_title a {
  cursor: pointer;
  color: #999;
}

.headfuncbj .menuitembj {
  height: 0px;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
  border-bottom: 1px solid #eee;
  background-color: #F5F5F7;
}

.headfuncbj .menuitembj .menuitem {
  width: 1290px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.headfuncbj .menuitembj .menuitem div {
  font-size: 16px;
  font-weight: 400;
  line-height: 0px;
  color: #666;
  display: flex;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
}

.headfuncbj .menuitembj .menuitem div:hover {
  color: #000;
}

.headfuncbj .menuitembj .menuitem .on {
  color: #000;
}

.headfuncbj .showmenuitem {
  height: 75px;
}

.headfuncbj_n {
  width: 100%;
  height: 60px;
  background: #C41821;
}

.headfuncbj_n .headfunc {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.headfuncbj_n .menu {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.headfuncbj_n .menu .menuitem {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  width: 128px;
  text-align: center;
  border-right: 1px solid #fff;
}

.headfuncbj_n .menuitem_act {
  background: #E01F29;
  height: 100%;
  border-right: none !important;
  line-height: 60px;
}

.headfuncbj_n .menu .menuitem:hover {
  background: #E01F29;
  height: 100%;
  border-right: none;
  line-height: 60px;
}

.headfuncbj_n .menuitem:last-child {
  border-right: none;
}

.headfuncbj_n .menuitem .more {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headfuncbj_n .menuitem .more img {
  width: 15px;
  height: 15px;
  transform: rotate(-90deg);
  margin-left: 8px;
}

.more_menu {
  position: absolute;
  right: 7px;
  background: #C41821;
  display: none;
  z-index: 99;
}

.more_menu .menuitem {
  padding: 10px 0;
  display: block;
}

.more_menu .menuitem:hover {
  background: #E01F29;
}

.headfuncbj_n .more_menu .menuitem {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  width: 128px;
  text-align: center;
}

@keyframes transfrom1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-100%);
  }
}

.footer .footbombj {
  padding-top: 30px;
  background-color: #fbfbfb;
}

.footer .footbombj .footbom {
  width: 1200px;
  margin: 0 auto;
}

.footer .footbombj .footrow1 {
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.footer .footbombj .footrow1 .row1item {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.footer .footbombj .footrow1 .row1item span {
  padding: 0 58px;
  cursor: default;
}

.footer .footbombj .footrow1 .row1item:hover {
  color: #bc0000;

  span {
    color: #666666;
  }
}

.footer .footbombj .footrow1 .row1item:last-child span {
  display: none;
}

.footer .footbombj .footrow2 {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.footer .footbombj .footrow2 span {
  color: #bc0000;
}

.footer .footbombj .footrow3 {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.footer .footbombj .footrow3 a {
  color: #333333;
  text-decoration: none;
}

.footer .footbombj .footrow5 {
  padding: 30px 0;
  text-align: center;
}

.footer .footbombj .footrow5 img {
  width: auto;
  height: 80px;
}