html {
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}
input:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.top {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 218px;
  background-image: url("../images/top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  position: sticky;
  z-index: 9999;
}
.top_t {
  width: 100%;
  height: 160px;
  padding: 0 14%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.top_t_m {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_t_m > img {
  width: 467px;
  height: 106px;
}
.top_t_l {
  width: 280px;
  height: 40px;
  background: #fff;
  border-radius: 5px !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}
.top_t_l input {
  /* width: 206px; */
  /* height: 20px; */
  /* border: none; */
  /* position:relative; */
}
.top_t_l input::after{
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  background: red;
  right: 48px;
  top: 6px;
  bottom: 67px;
  margin: auto;
}

.top_t_l .submit {
  background: url(../images/search_logo.png)no-repeat center right;
  width: 40px;
  height: 28px;
  border-left: 1px solid #ddd;
}
.top_b {
  width: 100%;
  height: 58px;
  background: #fff;
  padding: 0 14%;
  box-sizing: border-box;
  box-shadow: 0px 2px 20px #40c2e3;
}
.top_b ol {
  width: 100%;
  height: 58px;
  line-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.el-dropdown {
  font-size: 20px !important;
  font-weight: 500 !important;
}
.top_b ol li {
  border-left: 1px solid #aaa;
  padding-left: 5%;
  box-sizing: border-box;
  height: 22px;
  font-size: 20px;
  line-height: 22px;
  cursor: pointer;
}
.top_b ol li>img{
  display: none;
}
.top_b ol li:hover {
  color: red !important;
  font-size: 21px !important;
  /* border-bottom: 5px solid red; */
}
.top_b ol > li:nth-child(1) {
  border: none;
  display: flex;
  align-items: center;
}
.top_b ol > li:nth-child(1) .el-dropdown {
  font-size: 21px !important;
  color: red !important;
  font-weight: 500 !important;
}
.top_b ol > li:nth-child(1) img {
  width: 25px;
  height: 25px;
  display: block !important;
}

.top_b ol > li:nth-child(1) span {
  display: block;
  margin-left: 5px;
}

.banner {
  width: 100%;
  height: 723px;
  margin-top: -5px;
  position: relative;
  clear: both;
}
.banner img{width:100%;height:723px;}
.main_one {
  width: 100%;
  height: 803px;
  padding: 0 14%;
  padding-top: 25px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 52% 20px;
  background-image: url(../images/tt.png);
}
.main_one > span {
  width: 100%;
  height: 30px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  display: block;
  text-align: center;
  margin: 35px 0 55px;
}
.main_one_t {
  width: 100%;
  height: 416px;
  box-sizing: border-box;
  border-bottom: 1px solid #aaa;
  display: flex;
  justify-content: space-between;
}
.main_one_t li {
  width: 425px;
  height: 100%;
}
.main_one_t li:hover img {
  transform: scale(1.1);
  cursor: pointer;
}
.main_one_t li:hover div span {
  /* font-size: 17px; */
  cursor: pointer;
  color: red;
}

.main_one_t li > img {
  width: 425px;
  height: 309px;
  transition: transform 2s ease-in-ou;
}

.main_one_t_b {
  margin-left: 5px;
}
.main_one_t_b > span {
  display: block;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #000000;
  line-height: 16px;
  margin: 20px 0 25px;
  white-space: nowrap; /* ?|??-￠?–??????￠è?? */
  overflow: hidden; /* é??è—??o￠??o????–???? */
  text-overflow: ellipsis; /* è?…??oé?¨???????¤o?????￥??· */
}
.main_one_t_b > div {
  height: 18px;
  display: flex;
  align-items: center;
}
.main_one_t_b > div img {
  width: 16px;
  height: 16px;
}
.main_one_t_b > div p {
  font-size: 15px;
  color: #7f7f7f;
  margin-left: 5px;
}
.main_one_b {
  width: 100%;
  height: 42px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_one_b li {
  width: 424px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.main_one_b li > div:nth-child(2):hover {
  color: red;
  /* font-size: 17px; */
  cursor: pointer;
}
.main_one_b_l {
  width: 68px;
  height: 100%;
  border-right: 1px solid #aaa;
  padding-right: 15px;
  box-sizing: border-box;
}
.main_one_b_l > p {
  text-align: right;
  display: block;
}
.main_one_b_l > p:nth-child(1) {
  height: 18px;
  font-size: 22px;
  color: red;
}
.main_one_b_l > p:nth-child(2) {
  height: 9px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #000000;
  line-height: 36px;
}
.main_one_b li > div:nth-child(2) {
  display: block;
  width: 320px;
  height: 42px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #000000;
  line-height: 22px;
  margin-left: 21px;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.main_one_f {
  margin-top: 57px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
}
.main_one_f a{display: block;width: 105px;height: 40px;border: 1px solid #ccc;text-align: center;line-height: 40px;margin-right: 0px;margin-top: 20px;position: relative;}
.main_one_f a:hover {
    background-color: #d31111;
    color: #fff;
}
.main_one_f a:hover::before {
    background-color: #fff;
}
.main_one_f a:hover::after {
    background-color: #fff;
}
.main_one_f a::before {
    display: block;
    position: absolute;
    content: "";
    width: 1px;
    height: 11px;
    top: 14px;
    left: 10px;
    margin: auto;
    background: #888888;
    transform: rotateZ(-28deg);
}
.main_one_f a::after {
    display: block;
    position: absolute;
    content: "";
    width: 28px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: -14px;
    margin: auto;
    background: #888888;
    transform: translateY(4px);
}
.main_one_f > img:hover {
  outline: pointer;
}
.main_one_f > img {
  width: 115px;
  height: 100%;
}
.main_two {
  width: 100%;
  height: 730px;
  position: relative;
}
.main_two_l {
  width: 38%;
  height: 528px;
  position: absolute;
  left: 0;
  top: 82px;
  z-index: 9;
}
.main_two_l > div {
  width: 84.5%;
  height: 10px;
  background: red;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -10;
}
.main_two_l > img {
  width: 100%;
  height: 100%;
}
.main_two_r {
  width: 68%;
  height: 675px;
  background-image: url("../images/bg_t_r.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 270px 0 8%;
  box-sizing: border-box;
}
.main_two_r ul {
  /* padding-left: 30px; */
}
.main_two_r ul li {
  display: flex;
  align-items: center;
}
.main_two_r ul li:hovw
.main_two_r ul > li:nth-child(1) {
  width: 100%;
  height: 30px;
  margin: 63px 0 40px;
  position: relative;
  padding-left: 30px;
}
.main_two_r ul > li:nth-child(1) span {
  width: 120px;
  height: 30px;
  display: block;
  font-size: 30px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #000;
  line-height: 30px;
  padding-top: 35px;
}

.main_two_r ul > li:nth-child(1) > img {
  padding-left: 30px;
  position: absolute;
  width: 665px;
  height: 12px;
  top: 45px;
  left: 265px;
  z-index: 999;
}
.main_two_r_t_li {
  width: 100%;
  height: 401px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.main_two_r_t_li div {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.main_two_r_t_li div:hover {
  background: red;
  cursor: pointer;
  color: #fff;
}
.main_two_r_t_li div span {
  width: 734px;
  font-size: 14px;
  display: block;
}
.main_two_r_t_li div span:before {
  content: "";
  margin-right: 5px;
  display:inline-block;
  width: 5px;
  height: 5px;
  background: #d31111;
  border-radius:50%;
  vertical-align: middle;
}
.main_two_r_t_li div:hover span:before{
  background:#fff;
}
.main_two_r_t_li div:hover p {
  cursor: pointer;
  color: #fff;
}
.main_two_r_t_li div p {
  display: block;
  font-size: 14px;
  color: #aaa;
}
.main_two_r ul > li:nth-child(3) {
  padding-left: 30px;
  display: block;
  margin-top: 32px;
  height: 40px;
}

.main_two_r ul > li:nth-child(3) > a {display: block;width: 105px;height: 40px;border: 1px solid #ccc;text-align: center;line-height: 40px;margin-right: 0px;margin-top: 20px;position: relative;}


.main_two_r ul > li:nth-child(3) > a:hover {
    background-color: #d31111;
    color: #fff;
}
.main_two_r ul > li:nth-child(3) > a:hover::before {
    background-color: #fff;
}
.main_two_r ul > li:nth-child(3) > a:hover::after {
    background-color: #fff;
}
.main_two_r ul > li:nth-child(3) > a::before {
    display: block;
    position: absolute;
    content: "";
    width: 1px;
    height: 11px;
    top: 15px;
    left: 10px;
    margin: auto;
    background: #888;
    transform: rotateZ(-28deg);
}
.main_two_r ul > li:nth-child(3) > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 28px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: -14px;
    margin: auto;
    background: #888;
    transform: translateY(4px);
}


.main_three {
  width: 100%;
  height: 490px;
  padding: 0 14%;
  box-sizing: border-box;
  background-image: url("../images/tt.png");
  background-repeat: no-repeat;
  background-position: 52% 10px;
}

.main_three > span {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 44px 0 60px;
}
.main_three ul {
  width: 100%;
  height: 192px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.main_three ul li {
  width: 31%;
  height: 69px;
  align-items: center;
  justify-content: space-between;
}
.main_three ul li a{}
.main_three ul li > div:nth-child(2):hover {
  color: red;
  cursor: pointer;
  /* font-size: 16px; */
}
.main_three_div {
  width: 80px;
  height: 69px;
  background: #f2ece8;
  text-align: center;
  float: left;
  margin-right: 25px;
}
.main_three_div span {
  display: block;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  color: red;
  margin-top: 10px;
}
.main_three_div p {
  font-size: 12px;
  color: #000;
}
.main_three ul li > div:nth-child(2) {
  width: 320px;
  height: 42px;
  font-size: 15px;
  font-family: MicrosoftYaHei;
  color: #000000;
  line-height: 22px;
}
.footer {
  width: 100%;
  height: 236px;
  background-image: url("../images/btn.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 14%;
  padding-top: 45px;
  box-sizing: border-box;
}
.footer ul {
  width: 100%;
  height: 162px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footer_l {
  margin-top: 5px;
  width: 71%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_l > img {
  width: 130px;
  height: 130px;
  margin-left: 75px;
}
.footer_l > div {
  width: 688px;
  height: 86px;
  margin-left: 75px;
}
.footer_l_r {
  color: #fff;
  font-size: 15px;
}
.footer_l_r > a {
  display: block;
  margin-bottom: 15px;
  color: #fff;
}
.footer_l_r > div {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.footer_r {
  width: 180px;
  height: 160px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding-left: 60px;
  box-sizing: border-box;
  border-left: 1px solid #db5355;
}
.footer_r > div {
  width: 100%;

  height: 120px;
  background: #fff;
}
.main_three > span:hover {
  animation: six_ul 1s linear;
  cursor: pointer;
}
.main_one > span:hover {
  cursor: pointer;
  animation: six_ul 1s linear;
}
@keyframes six_ul {
  0% {
    font-size: 30px;
  }
  50% {
    font-size: 33px;
  }
  100% {
    font-size: 30px;
  }
}
.main_two_SP {
  font-size: 28px !important;
}
.main_two_SP:hover {
  animation: main_two_r 1s linear;
  cursor: pointer;
}
@keyframes main_two_r {
  0% {
    font-size: 28px;
  }
  50% {
    font-size: 29px;
  }
  100% {
    font-size: 28px;
  }
}
.footer .text a{
	color:#fff;
}