* {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  background: #F5F5F5;
  display: none;
}
/* 清除chrome滚动条 */
body::-webkit-scrollbar {
  display: none;
}
.box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 160px;
  /* max-width: 1680px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F2F2F2;
  color: #999;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 13px;
}
.box .left {
  display: flex;
  align-items: center;
}
.box .left > div {
  padding: 5px;
}
.box .right {
  display: flex;
  align-items: center;
}
.box .right > div {
  padding: 5px;
}
.box .right .ttt {
  cursor: pointer;
}
.box .right .ttt .tt {
  display: none;
  position: absolute;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.125rem 5px;
}
.box .right .ttt:hover .tt {
  display: block;
}
.sou {
  width: 1230px;
  margin: 0 auto;
  position: relative;
}
.sou .logo {
  position: absolute;
}
.sou .logo img {
  width: 240px;
  height: 130px;
}
.sou .sou_inp {
  text-align: center;
  height: 130px;
}
.sou .sou_inp .sou_inp_b {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sou .sou_inp .sou_kk {
  display: inline-block;
  border: 2px solid red;
  height: 36px;
  width: 390px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 5px;
  position: relative;
}
.sou .sou_inp .sou_kk input {
  width: 100%;
  outline: none;
  height: 30px;
  border: none;
  font-size: 18px;
}
.sou .sou_inp .sou_kk label {
  position: absolute;
  left: 5px;
  top: 6px;
  color: #cccccc;
  font-size: 14px;
}
.sou .sou_inp button {
  border: none;
  outline: none;
  cursor: pointer;
  background: red;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  width: 110px;
  height: 36px;
  letter-spacing: 5px;
  /*transform: translate(-4px, 3px);*/
  position: absolute;
}
.fen {
  width: 1230px;
  margin: 0 auto;
}
.fen div {
  display: inline-block;
}
.fen .fen_s {
  width: 200px;
  margin-left: 20px;
  background: red;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
}
.fen .fen_list {
  color: #333;
}
.fen .fen_list span {
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
}
.fen .fen_list span:hover {
  color: red;
}
.red_xian {
  border-bottom: 1px solid red;
}
.lun {
  width: 1230px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.lun .lun_te {
  width: 200px;
  margin-left: 20px;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
}
.lun .lun_te div {
  height: 500px;
}
.lun .lun_te div div {
  box-sizing: border-box;
  cursor: pointer;
  padding-left: 25px;
  height: 31px;
  line-height: 31px;
}
.lun .lun_te div div:hover {
  background: #fff;
  color: #6347ed;
}
.lun .lun_val {
  display: none;
  position: absolute;
  background: #fff;
  width: 980px;
  height: 500px;
  right: 0;
  margin-right: 30px;
  box-sizing: border-box;
  padding: 20px 10px;
}
.lun .lun_val .lun_va_a {
  display: flex;
}
.lun .lun_val .lun_va_a div:nth-of-type(1) {
  width: auto;
  font-weight: 700;
  margin-right: 30px;
}
.lun .lun_val .lun_va_a div:nth-of-type(2) {
  width: 600px;
  box-sizing: border-box;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.lun .lun_val .lun_va_a div:nth-of-type(2) span {
  display: inline-block;
  margin: 0 2px;
  font-size: 14px;
  cursor: pointer;
}
.lun .lun_bg {
  position: absolute;
  z-index: -1;
  box-sizing: border-box;
  padding-left: 20px;
}
.lun .lun_bg img {
  width: 100%;
}
.pinpai {
  width: 1230px;
  margin: 0 auto;
  margin-top: 25px;
  box-sizing: border-box;
  padding-left: 0px;
  display: flex;
}
.pinpai div:nth-of-type(1) {
  width: 234px;
  font-size: 18px;
  font-weight: 700;
  margin-right: 13px;
}
.pinpai div:nth-of-type(1) div:nth-of-type(1) {
  background: #fff;
  box-sizing: border-box;
  padding: 15px 10px;
}
.pinpai div:nth-of-type(1) div:nth-of-type(1) span {
  font-size: 14px;
}
.pinpai div:nth-of-type(1) img {
  width: 234px;
  height: 316px;
}
.pinpai div:nth-of-type(2),
.pinpai div:nth-of-type(3) {
  width: 485px;
  box-sizing: border-box;
  margin-right: 13px;
}
.pinpai div:nth-of-type(2) div:nth-of-type(1),
.pinpai div:nth-of-type(3) div:nth-of-type(1) {
  width: 485px;
  background: #fff;
  box-sizing: border-box;
  padding: 15px 10px;
  position: relative;
}
.pinpai div:nth-of-type(2) div:nth-of-type(1) span,
.pinpai div:nth-of-type(3) div:nth-of-type(1) span {
  font-size: 14px;
}
.pinpai div:nth-of-type(2) div:nth-of-type(1) .pinpai_duo,
.pinpai div:nth-of-type(3) div:nth-of-type(1) .pinpai_duo {
  position: absolute;
  right: 14px;
  font-weight: 300;
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
}
.pinpai div:nth-of-type(2) .pp2,
.pinpai div:nth-of-type(3) .pp2 {
  width: 485px;
  height: 316px;
}
.pps {
  width: 1230px;
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.pps .pps_itm {
  width: 123px;
  background: #fff;
  border: 1px solid #fafafa;
  box-sizing: border-box;
}
.pps .pps_itm .pps_img {
  height: 50px;
  padding: 20px 0px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.pps .pps_itm .pps_img img {
  width: 82%;
}
.pps .pps_itm .pps_img .pps_xq {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.pps .pps_itm .pps_img .pps_xq span {
  display: inline-block;
  color: #fff;
}
.pps .pps_itm .pps_img .pps_xq span:nth-of-type(1) {
  overflow: hidden;
  width: 100%;
}
.pps .pps_itm .pps_img .pps_xq .pps_an {
  width: 63px;
  background: red;
  border-radius: 10px;
  font-size: 12px;
}
.pps .pps_itm .pps_img:hover {
  background: rgba(0, 0, 0, 0.25);
}
.pps .pps_itm .pps_img:hover .pps_xq {
  display: block;
}
.pps .pps_itm .pps_img:hover img {
  display: none;
}
.tmcs {
  width: 1230px;
  margin: 0 auto;
  margin-top: 30px;
}
.tmcs .tmcs_top img {
  width: 214px;
  height: 25px;
}
.tmcs .tmcs_top_font {
  margin-top: 40px;
  font-size: 18px;
  border-left: 5px solid #000;
  padding-left: 10px;
  margin-bottom: 8px;
}
.tmcs .tmcs_top_font span {
  font-size: 14px;
}
.tmcs .tmcs_man {
  margin-top: 5px;
  display: flex;
}
.tmcs .tmcs_man .tmcs_left img {
  width: 215px;
  height: 621px;
}
.tmcs .tmcs_man .tmcs_left img:hover {
  width: 215px;
}
.tmcs .tmcs_man .tmcs_right div {
  cursor: pointer;
}
.tmcs .tmcs_man .tmcs_right > div {
  display: inline-block;
  margin-left: 10px;
  background: #fff;
  width: 238px;
  height: 302px;
  margin-bottom: 13px;
  border: 1px solid #fff;
  position: relative;
}
.tmcs .tmcs_man .tmcs_right > div:hover {
  border: 1px solid red;
}
.tmcs .tmcs_man .tmcs_right .tmcs_big {
  width: 493px;
  height: 302px;
  position: relative;
}
.tmcs .tmcs_man .tmcs_right .tmcs_big .tmcs_big_box {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.tmcs .tmcs_man .tmcs_right .tmcs_big .tmcs_big_box .tmcs_big_tit {
  display: flex;
  text-align: center;
}
.tmcs .tmcs_man .tmcs_right .tmcs_big .tmcs_big_box .tmcs_big_tit div {
  flex: 1;
  font-size: 18px;
  padding: 16px 0;
}
.tmcs .tmcs_man .tmcs_right .tmcs_big .tmcs_big_box .tmcs_big_tit div:nth-of-type(1) {
  background: #00B262;
  color: #fff;
}
.tmcs .tmcs_man .tmcs_right .tmcs_big .tmcs_big_box .tmcs_big_tit div:nth-of-type(2) {
  background: #F1F1F1;
}
.tmcs .tmcs_man .tmcs_right .tmcs_big .tmcs_big_box .tmcs_big_va {
  position: relative;
}
.tmcs .tmcs_man .tmcs_right .tmcs_big .tmcs_big_box .tmcs_big_va .tmcs_big_jt {
  position: absolute;
  top: 73px;
  z-index: 2;
  height: 87px;
  width: 290px;
  background: url('img/pp7.png');
}
.tmcs .tmcs_man .tmcs_right .tmcs_big .tmcs_big_box .tmcs_big_va .tmcs_big_jt div {
  margin-left: 26px;
}
.tmcs .tmcs_man .tmcs_right .tmcs_big .tmcs_big_box .tmcs_big_va .tmcs_big_jt div:nth-of-type(1) {
  margin-top: 13px;
  color: #00B262;
  font-size: 24px;
  font-weight: 700;
}
.tmcs .tmcs_man .tmcs_right .tmcs_big .tmcs_big_box .tmcs_big_va .tmcs_big_jt div:nth-of-type(2) {
  font-size: 20px;
  letter-spacing: 1px;
}
.tmcs .tmcs_man .tmcs_right .tmcs_big .tmcs_big_box .tmcs_big_va img {
  position: absolute;
  width: 200px;
  height: 200px;
  right: -8px;
  top: 16px;
}
.tmcs .tmcs_man .tmcs_right .tmcs_big:hover {
  border: 1px solid #fff;
}
.tmcs .tmcs_man .tmcs_right .tmcs_box {
  position: absolute;
  text-align: center;
}
.tmcs .tmcs_man .tmcs_right .tmcs_box .tmcs_box_img {
  margin-top: 5px;
  width: 100%;
  margin-left: 20px;
}
.tmcs .tmcs_man .tmcs_right .tmcs_box img {
  width: 185px;
  height: 185px;
}
.tmcs .tmcs_man .tmcs_right .tmcs_box .tmcs_box_tx {
  width: 135px;
  height: 40px;
  font-size: 14px;
  margin-left: 50px;
  overflow: hidden;
}
.tmcs .tmcs_man .tmcs_right .tmcs_box .tmcs_box_mon {
  font-size: 18px;
  color: #FF0036;
  line-height: 18px;
  margin: 10px auto;
  margin-left: 20px;
}
.tmcs_dan > div {
  margin-left: 10 !important;
  width: 236px !important;
}
.tmcs_dan .tmcs_one {
  margin-left: 0 !important;
  width: 215px!important;
  background: red;
}
.tmcs_dan .tmcs_one:hover {
  border: 1px solid #fff !important;
}
.tmcs_dan .tmcs_two {
  transform: translateX(-4px) !important;
}
.tmcs_dan .tmcs_dan_tt {
  top: 0;
  width: 100%;
  height: 100%;
  background: url('img/pp9.png');
}
.tmcs_dan .tmcs_dan_tt .tmcs_dan_ttt {
  display: flex;
  position: absolute;
  bottom: 10%;
}
.tmcs_dan .tmcs_dan_tt .tmcs_dan_ttt > div:nth-of-type(1) {
  padding: 10px 20px;
  width: 36px;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}
.tmcs_dan .tmcs_dan_tt .tmcs_dan_ttt div:nth-of-type(2) {
  width: 125px;
  padding: 5px 0px;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
.tmcs_dan .tmcs_dan_tts {
  background: url('img/pp10.png') no-repeat;
}
.tmcs_twoo {
  transform: translateX(-1px) !important;
}
.tmcs_sh div:nth-of-type(1) {
  font-size: 18px;
  text-align: left;
  padding-left: 25px;
}
.tmcs_sh div:nth-of-type(2) {
  color: #7A45E5;
  text-align: left;
  padding-left: 25px;
  font-size: 14px;
}
.tmcs_sht {
  margin-left: 18px !important;
}
.heng_gg {
  width: 1230px;
  margin: 0 auto;
  margin-top: 15px;
}
.heng_gg img {
  width: 100%;
}
.tmcs_box_imgs {
  margin-left: 12px !important;
}
.ed_tu {
  margin-top: 10px;
  text-align: center;
}
.ed {
  width: 1230px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}
.ed .yqtb {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.ed .yqtb .yqtb_box {
  display: flex;
  align-items: center;
  color: #333;
}
.ed .yqtb .yqtb_box .yqtb_red {
  font-size: 35px;
  font-weight: 500;
  color: red;
  border-radius: 50%;
  border: 4px solid red;
  padding: 1px 7px;
}
.ed .yqtb .yqtb_box .yqtb_ph {
  margin-left: 10px;
}
.ed .yqtb .yqtb_box .yqtb_ph div:nth-of-type(1) {
  font-size: 20px;
  font-weight: 600;
}
.ed .yqtb .yqtb_box .yqtb_ph div:nth-of-type(2) {
  font-size: 15px;
}
.ed .yqtb_xian {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #D1D7DC;
}
.ed_xian {
  margin-top: 15px;
  width: 100%;
  height: 1px;
  background: #D1D7DC;
}
.ed_fl {
  width: 1230px;
  margin: 0 auto;
  margin-top: 25px;
  display: flex;
  justify-content: space-around;
}
.ed_fl .ed_fl_list div {
  color: #8b8b8b;
  line-height: 20px;
  font-size: 13px;
  cursor: pointer;
}
.ed_fl .ed_fl_list .ed_fl_tit {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}
.ed_fl .ed_fl_list img {
  width: 105px;
  height: 105px;
}
.ed_red_x {
  margin-top: 20px;
  background: #FF0036;
  height: 2px;
}
.ed_red_x .img {
  width: 1230px;
  margin: 0 auto;
  position: relative;
}
.ed_red_x .img img {
  position: absolute;
  width: 68px;
  height: 25px;
  top: -25px;
  left: 78px;
}
.black {
  width: 100%;
  background: #000;
  color: #fff;
  line-height: 25px;
  font-size: 14px;
  padding-bottom: 20px;
}
.black div {
  width: 1230px;
  margin: 0 auto;
  padding: 10px 0;
}
.black div .s {
  color: #a4a4a4;
  font-size: 12px;
}
.black div .s a {
  text-decoration: none;
  color: #a4a4a4;
}
.love {
  text-align: center;
  margin-top: 37px;
}
.love span {
  font-size: 18px;
  line-height: 20px;
  color: #666;
  font-weight: 100;
  display: inline-block;
}
.love div {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #979797;
  transform: translateY(-5px);
  margin: 0 5px;
}
