.banner {
  width: 100%;
  height: 382px;
  background: url("/images/yy_al_02.png") no-repeat center;
  position: relative;
  z-index: 999;
}

.al_box {
  margin-top: -120px;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.al_box .al_nav {
  width: 100%;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.al_box .al_nav .nav_top {
  overflow: hidden;
}

.al_box .al_nav .nav_top span {
  display: block;
}

.al_box .al_nav .nav_top span:nth-child(1) {
  width: 455px;
  height: 1px;
  margin: 0 auto;
  background-color: #f03923;
  margin-top: 72px;
}

.al_box .al_nav .nav_top span:nth-child(2) {
  width: 270px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  margin-top: -30px;
  background-color: #fff;
}

.al_box .al_nav .nav_top span:nth-child(2) em {
  font-size: 45px;
  color: #f03923;
}

.al_box .al_nav .nav_top span:nth-child(2) em:nth-child(2) {
  font-weight: 600;
}

.al_box .al_nav .nav_top span:nth-child(3) {
  width: 730px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  color: #8f8f8f;
  margin-bottom: 30px;
}

.al_box .al_nav nav {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.al_box .al_nav nav ul {
  border-top: 1px solid #ccc;
}

.al_box .al_nav nav ul li {
  float: left;
  width: 108px;
  height: 39px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-top: 13px;
  margin-left: 7px;
  margin-right: 7px;
}

.al_box .al_nav nav ul li:nth-child(1) {
  margin-left: 45px;
}

.al_box .al_nav nav ul li:nth-child(10) {
  margin-left: 45px;
}

.al_box .al_nav nav ul li a {
  display: block;
  width: 106px;
  height: 37px;
  margin: 1px;
  text-align: center;
  line-height: 37px;
  color: #424242;
  border-radius: 5px;
}

.al_box .al_nav nav ul li .a_ins {
  background-color: #f03923;
  color: #fff;
}

.al_box .al_nav nav ul .li_ins {
  border: 1px solid #f03923;
}

.al_box .al_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 50px;
}

.al_box .al_box ul li {
  width: 390px;
  height: 340px;
  float: left;
  margin: 0 5px;
  margin-top: 40px;
}

.al_box .al_box ul li a .con_top {
  width: 390px;
  height: 280px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}

.al_box .al_box ul li a .con_top img {
  width: 100%;
  height: 100%;
}

.al_box .al_box ul li a .con_top:hover img {
  transform: scale(1.2);
  transition: all .3s;
}

.al_box .al_box ul li a .con_top .con_btn {
  width: 100%;
  height: 35px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 35px;
  background-color: rgba(116, 116, 116, 0.8);
}

.al_box .al_box ul li a .con_top .con_con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 320px;
  left: 0;
  background-color: rgba(211, 61, 40, 0.9);
}

.al_box .al_box ul li a .con_top .con_con p {
  font-size: 20px;
  color: #fff;
  width: 90%;
  height: 208px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  
  margin: 0 auto;
  margin-top: -25px;
  white-space: normal;
}

.al_box .al_box ul li a .con_top .con_con p:nth-child(1) {
  width: 36px;
  height: 36px;
  margin-top: 100px;
  /* background: url('/images/yy_al_08.png'); */
}

.al_box .al_box ul li a p {
  text-align: center;
  font-size: 18px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.al_box .al_box ul li a .p1 {
  margin-top: 10px;
  color: #757575;
  font-size: 16px;
}

.al_box .al_box ul li:hover a .con_top .con_btn {
  z-index: -1;
}

.al_box .al_box ul li:hover a .con_top .con_con {
  top: 0;
  transition: all .3s;
}

.al_box .btn_right {
  margin-top: 40px;
  height: 100%;
  padding-top: 10px;
  text-align: center;
}

.al_box .btn_right div {
  display: inline-block;
  float: none;
}

.al_box .btn_right .last:hover span {
  color: #ff1f4f;
}

.al_box .btn_right .next:hover span {
  color: #ff1f4f;
}

.al_box .btn_right .span_color {
  color: #ff1f4f;
}

.al_box .btn_right span {
  display: inline-block;
  padding: 0 5px;
  cursor: pointer;
}

.message {
  width: 100%;
  height: 545px;
  background-color: #ef3923;
  overflow: hidden;
}

.message .link_c h1 {
  font-size: 45px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.message .link_c form {
  width: 1250px;
  margin: 0 auto;
  position: relative;
}

.message .link_c form div {
  width: 200px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  position: absolute;
  left: 505px;
  top: 63px;
  display: none;
}

.message .link_c form i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 130px;
  font-style: normal;
  display: none;
}

.message .link_c form .i1 {
  top: 22px;
}

.message .link_c form .i2 {
  top: 104px;
}

.message .link_c form input {
  width: 625px;
  height: 60px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  padding-left: 15px;
  outline: none;
}

.message .link_c form .span {
  margin: 0 auto;
  width: 642px;
  height: 60px;
  display: block;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 24px;
  color: #e3123f;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.message .link_c .iphone {
  width: 520px;
  height: 90px;
  margin: 0 auto;
  margin-top: 20px;
}

.message .link_c .iphone div {
  float: left;
  height: 100%;
  width: 100%;
  position: relative;
}

.message .link_c .iphone div p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-top: 3px;
}

.ui-pagination-container {
  height: 34px;
  line-height: 34px;
}

.ui-pagination-container .ui-pagination-page-item {
  font-size: 14px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #c5b7b7;
  color: #000;
  margin: 0 3px;
  text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
  border-color: #e3123f;
  color: #e3123f;
  text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
  background: #e3123f;
  border-color: #e3123f;
  color: #fff;
  cursor: default;
}