/*非自适应站内页banner样式*/
.xypg-banner {
  width: 100%;
}

.xypg-banner .img img {
  max-width: 100%;
  height: auto;
}

@media (max-width:767px) {
  .xypg-banner{
    display: none;
  }
}

/*非自适应站内页样式*/
.container {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

.container-fluid {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .container{
    width: calc(100% - 30px);
  }
  .container-fluid{
    width: 100%;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.xypg-left {
  width: 260px;
  float: left;
}

.xypg-right {
  width: calc(100% - 300px);
  float: right;
}

.row {
  /* margin-left: 0px !important;
  margin-right: 0px !important; */
}
@media (max-width:992px) {
  .xypg-right{
    width: 100%;
  }
}
/*内页banner*/
.n_bannerbj {
  width: 100%;
  overflow: hidden;
}

.n_bannerbj img {
  max-width: 100%;
  height: auto;
}

/*非自适应站内页产品样式*/
.xypg-product-list {
  margin: 0;
}

.xypg-product-list li {
  margin: 0 10px;
  width: calc(33.33% - 20px);
}
.xypg-product-list li .img{
  border: 1px solid #eee;
}
.xypg-product-list li .img img {
  max-width: 100%;
  height: auto;
}

.xypg-product-list li h3 {
  margin: 15px 0;
}

/*tab切换*/
.xyin-news-content {

  margin-top: 30px;
}

.xyin-news-nav {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.xyin-news-content .tabli li {
  display: inline-block;
  border: 1px solid #b7b7b7;
  list-style-type: none;
  margin-left: 20px;
  margin-right: 20px;
}

.xyin-news-content .tabli a {
  color: #333333;
  font: 400 16px/44px "Microsoft Yahei";
  padding: 0px 44px;
}

.xyin-news-content .tabli li.cur {
  background-color: #d92727;
}

.xyin-news-content .tabli li.cur a {
  color: #fff;
}

.xyin-news-content .tab {
  display: none;
}

.news-lists li {
  list-style-type: none;
  width: 380px;
  height: 220px;
  float: left;
  background-color: #fff;
  padding: 38px 18px 44px 18px;
}

.news-lists li+li {
  margin-left: 30px;
}

.news-lists li h3 {
  color: #333;
  font: 400 18px/36px "Microsoft Yahei";
}

.news-lists li .date {
  color: #999;
  font: 400 12px/40px "Airal";
  margin-bottom: 10px;
}

.news-lists li .info {
  color: #666;
  font: 400 14px/28px "Airal";
}

/*更多*/
/* animation domination */
.index-more {
  width: 144px;
  height: 62px;
  padding: 8px 0;
  background: url(../images/morebg.png) no-repeat center;
}

.index-more a {
  color: #fff;
  display: block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-transform: capitalize;
  font: 400 14px/18px "Microsoft Yahei";
  padding: 14px 30px;
  text-align: center;
}

.three-d {
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  -ms-perspective: 200px;
  -o-perspective: 200px;
  perspective: 200px;
  -webkit-transition: all .07s linear;
  -moz-transition: all .07s linear;
  -ms-transition: all .07s linear;
  -o-transition: all .07s linear;
  transition: all .07s linear;
  position: relative;
}

.three-d:not(.active):hover {
  cursor: pointer;
}

.three-d:not(.active):hover .three-d-box,
.three-d:not(.active):focus .three-d-box {
  -wekbit-transform: translateZ(-25px) rotateX(90deg);
  -moz-transform: translateZ(-25px) rotateX(90deg);
  -o-transform: translateZ(-25px) rotateX(90deg);
  -ms-transform: translateZ(-25px) rotateX(90deg);
  transform: translateZ(-25px) rotateX(90deg);
}

.three-d-box {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translatez(-25px);
  -moz-transform: translatez(-25px);
  -ms-transform: translatez(-25px);
  -o-transform: translatez(-25px);
  transform: translatez(-25px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.front {
  -webkit-transform: rotatex(0deg) translatez(22px);
  -moz-transform: rotatex(0deg) translatez(22px);
  -ms-transform: rotatex(0deg) translatez(22px);
  -o-transform: rotatex(0deg) translatez(22px);
  transform: rotatex(0deg) translatez(22px);
}

.back {
  -webkit-transform: rotatex(-90deg) translatez(22px);
  -moz-transform: rotatex(-90deg) translatez(22px);
  -ms-transform: rotatex(-90deg) translatez(22px);
  -o-transform: rotatex(-90deg) translatez(22px);
  transform: rotatex(-90deg) translatez(22px);
  color: #FFE7C4;
}

.front,
.back {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d92727;
  padding: 14px 30px;
  color: white;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*引入字体*/
@font-face {
  font-family: "huawen";
  src: url("../images/STXINGKA.TTF");
}

/*产品*/
.product-detail-list .reserve-num {
  border-top: 1px solid #eee;
  padding: 20px 0;
  font-size: 18px;
  color: #333333;
}

/*banner效果*/
p.desc {
  color: #fff;
  font: 400 14px/26px "Microsoft YaHei";
  opacity: 0;
  transition: 2s 1.5s;
}

.ex1 {
  opacity: 0;
  perspective: 200px;
  color: #fefefe;
  font: 600 45px/50px "Microsoft YaHei";
}

.ex1 span {
  transform: rotateY(-90deg);
  opacity: 0;
}

.ex2 {
  opacity: 0;
  perspective: 200px;
  color: #0f9c64;
  font: 600 72px/110px "Airal";
}

.ex2 span {
  transform: rotateY(-90deg) rotateX(45deg);
  transform-origin: -50% 75%;
  opacity: 0;
}

/*滚动*/
.xyin-product-roll {
  margin-top: 50px;
  margin-bottom: 50px;
}

.product_list {
  padding-top: 10px;
}

.product_list li {
  float: left;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 15px;
  _display: inline;
}

.product_list li a.img {
  padding: 1px;
  border: 1px solid #e0e1dc;
  width: 270px;
  height: 216px;
  overflow: hidden;

}

.product_list li a.img img {
  transition: all 0.8s;
  max-width: 100%;
  width: 270px;
  height: 216px;
}

.product_list li h3 {
  text-align: center;
  padding-top: 5px;
  color: #333;
  font: 400 16px/30px "Microsoft Yahei";
}

.product_list li h3 a {
  color: #333;
  font: 400 16px/30px "Microsoft Yahei";
}

.product_list li a.img {
  display: block;
}

.product_list li:hover h3 a {
  color: #d92727;
}

.product_list li:hover a.img img {
  transform: scale(1.05);
}

#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#indemo {
  float: left;
  width: 800%
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

.xyin-product-list li .wz h3 {
  top: 210px;
}

.xy-search {}

.xy-search .search {
  background: url(../images/ss.png) no-repeat 50% 50%;
}

/*kssjg*/

.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.com-img img {
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

@font-face {
  font-family: "constan2";
  src: url("../fonts/Microsoft JhengHei UI/msjhl_0.ttc") format("truetype");
}

.ssddds {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-message-wrap input::-webkit-input-placeholder,
.demo-message-wrap textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.demo-message-wrap input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.demo-message-wrap input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.demo-message-wrap input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.demo-message-wrap input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.aby_hh li:hover .aby_hh_img img {
  filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(60%) contrast(93%);
}

.sfg {
  background: url(//cdn.myxypt.com/ac3bbc34/21/04/ca4fa718b5b91217e5052567e574802a0e2ff6de.png) right center no-repeat;
  width: 33px;
  height: 33px;
  float: right;
  margin-top: 30%;
}

.sf {
  position: relative;
}

.sgyt {
  position: absolute;
  top: 100%;
  right: 0px;
  display: none;
  z-index: 999;
  width: 200px;
  left: 50%;
  margin-left: -100px;
}

.nei {
  background: #f5f5f5;
  padding: 2% 0;
  overflow-x: hidden;
  max-width: 100%;
}

.cpp {
  text-align: center;
}

.cpp_tt {
  font: 600 30px/45px "Microsoft Yahei";
  color: #282828;
}

.cpp_yy {
  font: 400 18px/35px "Microsoft Yahei";
  color: #4b4b4b;
}
.nei-container{
  margin-top: 3vh;
}
.cgfen {
  
}

.cyy {
  
}

.cgfen_tt {
  background: #bb2821;
  font: 600 20px/69px "Microsoft Yahei";
  color: #fff;
  text-align: center;
}

.cgfen_gg {
  background: #fff;
  padding: 0 0.5% 2vh 0.5%;
}

.soret li {
  font: 400 18px/53px "Microsoft Yahei";
  border-bottom: #e4e4e4 1px solid;
  text-align: center;
}
.soret li a{
  font: 400 18px/53px "Microsoft Yahei";
  color: #555;
  display: block;
}
.soret li:hover a{
  color: #bb2821;
}
.cgfen_more {
  font: 400 18px/60px "Microsoft Yahei";
  border-bottom: #e4e4e4 1px solid;
  text-align: center;
  color: #555;
}
.cgfen_more a{
  color: #555;
}
.cgfen_more:hover a{
  color: #bb2821;  
}
.beiing {
  background: #fff;
  padding: 2% 2% 2% 5%;
  display: flex;
  justify-content: space-between;
}

.cyy_nei {
  width: 35%;
}

.cyy_umg {
  width: 50%;
  margin-left: 10%;
  overflow: hidden;
  border: #f5f5f5 1px solid;
}

.cyy_nei_tt {
  font: 600 18px/30px "Microsoft Yahei";
  color: #4b4b4b;
  padding-top: 4vh;
}

.cyy_nei_tt a {
  color: #4b4b4b;
}

.cyy_nei_yy {
  width: 75%;
  border: #e4e4e4 1px solid;
  text-align: center;
  font: 400 14px/30px "Microsoft Yahei";
  color: #9d9d9d;
  margin-top: 15%;
  transition: all 0.5s;
}

.cyy_nei_yy:hover {
  background: #bb2821;
}

.cyy_nei_yy a {
  color: #9d9d9d;
  display: block;
}

.cyy_nei_yy:hover a {
  color: #fff;
}

.beiing .cyy_umg img {
  transition: all 0.8s;
  max-width: 100%;
}

.beiing:hover .cyy_umg img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.beiing:hover .cyy_nei_yy{
  background-color: #bb2821;
}
.beiing:hover .cyy_nei_yy a{
  color: #fff;
}
.cyy li {
  float: left;
  width: 49%;
  margin-bottom: 2%;
  list-style-type: none;
}
.cyy li:nth-child(2n){
  float: right;
}

@media (max-width:992px) {
  .nei-container{
    margin-top: 3vh;
  }
}
@media (max-width:767px) {
  .cyy li{
    width: 100%;
  }
}

.nei1 {
  background: url(//cdn.myxypt.com/ac3bbc34/21/04/e7ef86d4534af426cf29469b883c8f4cc7033d05.jpg) top center no-repeat;
  padding: 2% 0;
  overflow-x: hidden;
  max-width: 100%;
}

.tupg {
  background: #f5f8ff;
  padding: 2vh;
}

.tup li {
  float: left;
  text-align: center;
  margin-bottom: 1vh;
  width: 49%;
  list-style-type: none;
}
.tup li:nth-child(2n){
  float: right;
}
.tupg_tt {
  width: 39px;
  margin: 0 auto;
  height: 39px;
}

.tupg_tt img {
  width: 100%;
  height: auto;
}

.tupg_yy em {
  font: 400 16px/45px "Microsoft Yahei";
  color: #363636;
  font-style: normal;
  padding-right: 2%;
}

.tupg_yy {
  font: 600 24px/45px "Microsoft Yahei";
  color: #bb2822;
  letter-spacing: 1px;
  margin-top: 2%;
}

.women {
  color: #fff;
  margin-left: 10%;
  margin-top: 8%;
}

.women_tt {
  font: 600 30px/45px "Microsoft Yahei";
}

.women_meo {
  font: 400 18px/26px "Microsoft Yahei";
  margin-top: 2%;
}

@media (max-width:992px) {
  .women{
    margin-left: 0;
    margin-top: 2vh;
  }
}


.nei2 {
  margin: 4% 0;
  overflow-x: hidden;
  max-width: 100%;
}

.abt_tt {
  font: 600 30px/45px "Microsoft Yahei";
  color: #323232;
}

.abt_nei {
  font: 400 16px/40px "Microsoft Yahei";
  color: #323232;
}

.abt_rong {
  font: 400 14px/30px "Microsoft Yahei";
  color: #5a5a5a;
  margin-top: 2%;
}

.abt_more {
  border: #bb2822 1px solid;
  width: 20%;
  font: 400 14px/37px "Microsoft Yahei";
  color: #bb2822;
  text-align: center;
  margin-top: 6%;
}

.abt_more a {
  color: #bb2822;
}
.abt_more:hover{
  background-color: #bb2822;
}
.abt_more:hover a{
  color: #fff;
}
.abnyu img {
  width: 100%;
  height: auto;
}

.nei3 {
  background: url(//cdn.myxypt.com/ac3bbc34/21/04/a8ebe2f6ec2c33247fb47d80ae287e8d49ebc5e6.png) top center no-repeat;
  padding: 2% 0 3% 0;
  overflow-x: hidden;
}

.abnyu {
  overflow-x: hidden;
}

.yingyn {
  margin-top: 4%;
  position: relative;
  margin-right: -2px;

}

.lingyugg {
  text-align: center;
  border: #b9b9b9 1px solid;
  padding: 10px 10px 0;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 2px;
  background-color: #fff;
}

.lingyu {
  overflow: hidden;
}

.lingyugg_img {
  width: 100px;
  margin: 0 auto;
}

.lingyugg_img img {
  max-width: 100%;
  height: auto;
}

.lingyugg_tt {
     color: #666;
  font: 400 16px/52px "Microsoft Yahei";
  background: url(//cdn.myxypt.com/ac3bbc34/21/04/c2c2c781f4c279341673d5cc8ff1934b6c6e7c00.png) bottom center no-repeat;
}



.lingyu {
  position: relative;
}

.lingyunext {
  position: absolute;
  top: 30%;
  background: url(//cdn.myxypt.com/ac3bbc34/21/04/ddd564a2402e38fe4305aa9a31b351cef86f7517.png) no-repeat;
  width: 44px;
  height: 44px;
  left: -51px;
  outline: none;
  cursor: pointer;
  background-size: 100% 100%;
}

.lingyuprev {
  position: absolute;
  top: 30%;
  background: url(//cdn.myxypt.com/ac3bbc34/21/04/9e46b29e3c6747ed29b344f4bec1a1c7017276f6.png) no-repeat;
  width: 44px;
  height: 44px;
  right: -51px;
  outline: none;
  cursor: pointer;
  background-size: 100% 100%;
}

@media (max-width:992px) {
  .lingyuprev{
    display: none;
  }
  .lingyunext{
    display: none;    
  }
}

.nei4 {
  margin-top: 3%;
  margin-bottom: 5vh;
}

.xww {
  margin-top: 3%;
}

.xww li {
  list-style-type: none;
}
.xww li .xww_img{
  overflow: hidden;
}
.xww li .xww_img img{
  max-width: 100%;
  height: auto;
  transition: all 0.8s;
}
.xww li:hover .xww_img img{
  transition: all 0.8s;
  transform: scale(1.05);
}
.xww li:hover .xww_tt a{
  color: #d92727;
}
.xww_img img {
  width: 100%;
  height: auto;
}

.xww_tt {
  font: 600 17px/45px "Microsoft Yahei";
  color: #4b4b4b;
  margin-top: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xww_tt a {
  color: #4b4b4b;
}

.xww_shi {
  font: 400 12px/30px "Microsoft Yahei";
  color: #a8a8a8;
}

.xww_rog {
  font: 400 14px/30px "Microsoft Yahei";
  color: #a8a8a8;
}

.xww_xian {
  background: url(//cdn.myxypt.com/ac3bbc34/21/04/6e98bbe119c24df6d4914ff2ccfd62fc00204147.png) no-repeat;
  height: 1px;
  margin-top: 3%;
}

.youdu {
  margin-top: 2%;
}

.banu {
  font: 400 12px/24px "Microsoft Yahei";
  color: #b0b0b0;
  text-align: left;
}

.banu a {
  color: #b0b0b0;
}

.shing {
  color: #b0b0b0;
  text-align: right;
  font: 400 12px/24px "Microsoft Yahei";
}

.shing a {
  color: #b0b0b0;
}

.page-product-inquiry a {
  color: #fff;
}

.x-footer {
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 1600px) {
  .soret li {
    font: 400 16px/52px "Microsoft Yahei";
  }

  .cgfen_more {
    font: 400 16px/52px "Microsoft Yahei";
  }

  .x-layout-ewm p {
    width: 63%;
  }
}

@media (max-width: 1440px) {
  .soret li {
    font: 400 16px/45px "Microsoft Yahei";
  }

  .cgfen_more {
    font: 400 16px/45px "Microsoft Yahei";
  }

  .tupg_yy {
    font: 600 20px/45px "Microsoft Yahei";
  }

  .x-layout-ewm p {
    width: 71%;
  }
}

@media (max-width: 1024px) {
  .container-fluid {
    padding: 0 2%;
  }

  .cyy_nei_tt {
    font: 600 16px/30px "Microsoft Yahei";
  }

  .soret li {
    font: 400 12px/39px "Microsoft Yahei";
  }

  .cgfen_more {
    font: 400 12px/39px "Microsoft Yahei";
  }

  .cgfen_gg {
    padding: 0 0.5% 7% 0.5%;
  }

  .tupg_yy {
    font: 600 12px/45px "Microsoft Yahei";
  }

  .lingyuprev,
  .lingyunext {
    display: none;
  }

  .x-layout-ewm p {
    width: 86%;
  }
}

@media (max-width: 990px) {
  .nei1 {
    background: url(//cdn.myxypt.com/ac3bbc34/21/04/e7ef86d4534af426cf29469b883c8f4cc7033d05.jpg) top center;
  }

  .x-banner,
  .page-banner {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .xww_xian {
    background: none;
  }

  .cgfen {
    margin-top: 2%;
  }

  .soret li {
    float: left;
    width: 30%;
    margin: 0 1%;
  }

  .cgfen_more {
    display: none;
  }

  .women {
    display: none;
  }

  .abt_more {
    margin-bottom: 2%;
  }

  .fhubj {
    display: none;
  }

  .x-layout-ewm {
    display: none;
  }

  .shing {
    text-align: left;
  }
}

@media (max-width: 425px) {
  .page-banner {
    margin-top: 60px;
  }
}

#foot {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  line-height: 24px;
  color: #666;
  border-top: 2px solid #eb2830;
  padding-top: 10px;
  font-size: 14px;
}

#foot a {
  color: #666;
  text-decoration: none;
}

#foot a:hover {
  color: #0aa8dd;
}

.return {
  position: relative;
  height: 36px;
  padding: 6px;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  font: bold 22px/42px "5FAE8F6F96C59ED1";
  color: #737372;
}

.return a {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 36px;
  width: 100px;
  text-align: center;
  display: block;
  background: #eb2830;
  color: #fff;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
}

.return a:hover {
  text-decoration: none;
  background: #f39c11;
  color: #fff;
}

.x-layout {
  background: #313131;
  background-size: cover;
  padding: 3% 0 1% 0;
  margin-top: 4%;
}

.x-layout-logo {
  margin-bottom: 20px;
}

.x-layout-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
}

.x-layout-contact {
  margin-top: 30px;
}

.x-layout-contact p {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.x-layout-contact strong {
  display: block;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.x-layout-contact a {
  color: #fff;
}

.x-layout-menu dl {
  float: left;
  width: 25%;
  text-align: left;
}

.x-layout-menu dl dt {
  font-size: 16px;
  color: #fff;
  margin-bottom: 1.43em;
  font-weight: 400;
}

.x-layout-menu dl dd a {
  display: block;
  font-size: 14px;
  color: #c7c7c9;
  line-height: 2;
}
.x-layout-menu dl dd a:hover{
  color: rgba(255, 255, 255, 0.6);
}
.x-layout-ewm {
  text-align: center;
}

.x-layout-ewm p {
  font-size: 13px;
  font-weight: 100;
  width: 70%;
  padding: 8px;
  line-height: 1.7;
  color: #c7c7c9;
  border: #6a6a6a 1px solid;
  margin: 0 auto;
}
.x-layout-ewm p img{
  max-width: 100%;
  height: auto;
}
.x-footer {
  background: #1d1d1d;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.x-footer a {
  color: rgba(255, 255, 255, 0.5);
}

.x-footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.x-copyright {
  margin: 5px 0;
}

.xypg-left-title {
  background-color: #bb2821;
}

.xypg-job-list .job-title {
  background-color: #bb2821;
}

.xypg-news-list li .more span:hover {
  background-color: #bb2821;
}

.xypg-pagination a:hover {
  background-color: #bb2821;
}

.xypg-news-list li:hover .more span {
  background-color: #bb2821;
}

.xypg-pagination #current,
.xypg-pagination a:hover {
  border: #bb2821;
  background: #bb2821;
}



/* 导航样式 */
.xy-head {
  padding: 20px 0;
}

.xy-head-right {
  width: 55%;
}

.xy-head-navbar {
  width: 100%;
}

.xy-menu {}

.xy-menu>li {
  float: left;
  position: relative;
  width: 14%;
  text-align: center;
}

.xy-menu>li>a {
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 3;
}

.xy-menu>li>a:hover {
  color: #e12524;
}

.xy-menu>li.active>a {
  color: #e12524;
}

.xy-menu>li:after {
  content: "";
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.xy-menu>li:hover .xy-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.xy-sub-menu {
  position: absolute;
  z-index: 99;
  width: 140%;
  left: -20%;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.xy-sub-menu>li>a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 0;
}

.xy-sub-menu>li>a:hover {
  background: #e9eaeb;
}

.xy-sub-menu:after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}
@media (max-width:992px) {
  .xy-head-right{
    width: 66%;
  }
}
.case_detail .tag{
    color: #333;
    font: 400 14px/30px "Microsoft yahei";    
}
.case_detail .tag a{
    color: #333;
    font: 400 14px/30px "Microsoft yahei";
}