input {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}

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

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  vertical-align: middle;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2,
h3,
h4 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

p {
  margin: 0;
}

@media (max-width: 750px) {
  a.video {
    position: fixed;
    top: 50%;
    left: 0;
  }
}

/*滚动*/

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

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

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

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

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

#m_demo1 {
  float: left;
}

#m_demo2 {
  float: left;
}

@media (min-width: 1640px) {
  .container2 {
    width: 1630px;
    margin: 0 auto;
  }
}

.max_wd1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*头部样式*/

#header {
  position: relative;
  background: #fff;
  padding: 15px 0;
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  border-bottom: 1px solid #eee;
}

#header a {
  font-size: 12px;
  color: #333;
}

#header a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.logo {
  float: left;
}

.logo img {
  width: 100%;
}

@media (max-width: 1400px) {
  .x-menu > li > a {
    font-size: 13px;
    padding: 0 0.5vw;
  }
}

@media (max-width: 1200px) {
    .logo{
        width:30%;
    }
  .x-logo {
    line-height: 80px;
  }
  .x-menu>li{
      width:16.6%;
      margin-left:0;
  }
  .x-menu > li > a {
    line-height: 52px;
  }
  .x-sub-menu {
    top: 20px;
  }
}

.x-banner {
    position: relative;
  overflow: hidden;
}

/*----- Common css ------*/

.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

/*主体样式*/

.box11 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
  overflow: hidden;
 
}

.ads li {
  width: 14.28571%;
  float: left;
  position: relative;
  display: block;
}
.ads li + li{
    border-left:1px solid rgba(0,0,0,.5);
}
.ads li a {
}

.ads li .img img {
  width: 100%;
}

.ads li .detmask {
    padding: 10px;
  left: 0;
  top: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.ads li .det {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.ads li .det .cell {
}

.ads li .det .img2 {
  width: 75%;
  margin: 0 auto;
}

.ads li .det .img2 img {
  width: 100%;
  margin: 0 auto;
}

.ads li h3 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
}

.ads li .det2 {
  width: 101%;
  height: 68px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f9007f;
  opacity: 0;
  display: table;
}

.ads li:nth-child(2n + 2) .det2 {
  background: #faab61;
}

.ads li .det2 .cell {
  display: table-cell;
  vertical-align: middle;
}

.ads li h4 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding-left: 10px;
}

.ads li span {
  font-size: 12px;
  padding-left: 5px;
}

.ads li h2 {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}

/*.ads li:hover .det2 {*/
/*  opacity: 1;*/
/*}*/

/*.ads li:hover .detmask {*/
/*  opacity: 0;*/
/*}*/
@media (max-width: 1500px) {
    .ads li .det .img2 img{
        width:60px;
        height:60px;
    }
}
@media (max-width: 768px) {
  .ads li .detmask {
    display: none;
  }
  .ads li .det2 {
    display: none;
  }
}

.c1_index {
  position: relative;
  padding: 3.125% 0;
}

.ttt1 {
  text-align: center;
}

.ttt1 span {
  font-family: "Arial";
  font-size: 24px;
  text-transform: uppercase;
  color: #999999;
}

.ttt1 h3 {
  font-weight: normal;
  font-size: 30px;
  color: #333333;
  line-height: 1;
  padding: 10px 0;
  background: url(//cdn.xypt.top/d5cca43e/21/05/923fdd1a769a7ad182b7efc830b65b7816cf9d4c.png)
    no-repeat center center;
}

.ttt1 p {
  font-size: 16px;
  color: #999999;
}

.c1_list {
  margin: 2.82291667% 0 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.c1_list li {
  width: 23%;
  position: relative;
}

.c1_list li a {
  display: block;
}

.c1_list li img {
  width: 100%;
  display: block;
  border: 2px solid #ededed;
  border-bottom: none;
}

.c1_list li h3 {
  background: #898989;
  font-weight: normal;
  padding: 0 15px 0 9px;
}

.c1_list li span {
  color: #fff;
  font-size: 15px;
  background: url(//cdn.xypt.top/d5cca43e/21/05/1252f5b00994f21a27cfd5258e2712efacfe7b17.png)
    no-repeat center right;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  font:400 15px/52px "Microsoft yahei";
}

.c1_list li:hover h3 {
  background: #f9007f;
}

@media (max-width: 1200px) {
  .c1_list li .marks {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .c1_list li span{
      background:none !important;
  }
}

@media (max-width: 768px) {
  .c1_list {
    flex-wrap: wrap;
  }
  .c1_list li {
    width: 100%;
    margin-bottom: 2%;
  }
  .c1_list li .marks {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .c1_list li .marks {
    min-height: 156px;
    height: auto;
  }
  .ttt1 span {
    font-size: 18px;
  }
  .ttt1 h3 {
    font-size: 24px;
    padding: 5px 0;
  }
  .ttt1 p {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .c1_list li .marks h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .c1_list li .marks h6 {
    font-size: 14px;
    padding-top: 10px;
  }
  .ttt1 h3 {
    background-size: 150%;
  }
}

/* c2_index */

.c2_index {
  position: relative;
}

.c2_contt {
  background: #303030;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 3.125% 0 0;
}

.c2_left {
  width: 70%;
  border: 1px solid #d5d5d5;
  border-right: none;
  border-bottom: none;
}

.c2_left li {
  position: relative;
}

.c2_left li a {
  display: block;
}

.c2_left li img {
  width: 100%;
}

.c2_left li .time {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 198px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.54);
  width: 100%;
  padding: 40px 30px;
  padding-right: 180px;
}

.c2_left li .time h3 {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 30px;
  padding-top: 10px;
}

.c2_left li .time span {
  display: block;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c2_left li .time i {
  font-style: inherit;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 26px;
  width: 180px;
  line-height: 180px;
  height: 100%;
  text-align: center;
  background: #f9007f;
}

.c2_right {
  width: 30%;
  position: relative;
}

.c2_right li {
  position: relative;
  border-bottom: 1px solid #3c3c3c;
  line-height: 2;
  padding: 5.888% 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 25%;
}

.c2_right li.on {
  background: #f9007f;
  border-bottom: 1px solid #a9a9a9;
}

.c2_right li h3 {
  font-size: 24px;
  padding-top: 8px;
  padding-bottom: 15px;
  background: url(../images/xian2.png) no-repeat center bottom;
  color: #fff;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c2_right li h4 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.7;
  color: #fff;
  margin: 0;
  padding-top: 15px;
  font-weight: normal;
  font-family: "Arial";
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 1200px) {
  .c2_left li .time {
    height: 150px;
    padding: 20px;
    padding-right: 180px;
  }
  .c2_left li .time i {
    line-height: 150px;
  }
  .c2_right li {
    padding: 3.888% 0;
  }
  .c2_right li h3 {
    font-size: 20px;
  }
  .c2_right li h4 {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .c2_left {
  }
}

@media (max-width: 992px) {
  .c2_contt {
    flex-wrap: wrap;
  }
  .c2_left {
    width: 100%;
  }
  .c2_right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .c2_right li {
    width: 25%;
    height: 100%;
    border-bottom: none;
    padding: 1.888% 0;
  }
}

@media (max-width: 768px) {
  .c2_left {
    border-right: 1px solid #d5d5d5;
  }
  .c2_left li .time {
    height: 110px;
    padding-right: 10px;
  }
  .c2_left li .time h3 {
    padding-top: 0px;
    font-size: 16px;
    padding-bottom: 5px;
  }
  .c2_left li .time span {
    font-size: 12px;
  }
  .c2_left li .time i {
    width: 110px;
    line-height: 110px;
    font-size: 16px;
  }
  .c2_right li h3 {
    font-size: 17px;
  }
  .c2_right li h4 {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .c2_right li h3 {
    font-size: 16px;
  }
  .c2_right li h4 {
    font-size: 12px;
    line-height: 1.3;
  }
}

/* 关于我们 */

.abb_index {
  position: relative;
  background: #f5f5f5;
  padding: 3.125% 0;
  margin: 3.125% 0;
}

.abb_wap {
  position: relative;
  margin: 2.82291667% 0 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.abbimg {
  width: 40%;
  vertical-align: middle;
  padding: 48px 0;
}

.abbimg img {
  width: 100%;
}

.abb_right {
  width: 60%;
  vertical-align: middle;
  padding: 30px 40px;
  box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.2);
}

.abb_right h3 {
  padding: 20px 0;
  font-size: 24px;
  color: #f9007f;
  font-weight: normal;
  margin-bottom: 20px;
  background: url(//cdn.xypt.top/d5cca43e/21/05/d1ff00f2a7f3e229eadd064286175def72c59387.png)
    no-repeat left bottom;
}

.abb_right .abb_txt {
  font-size: 14px;
  color: #666666;
  line-height: 2.5;
}

.abb_right .abbmore {
  display: block;
  width: 185px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #f9007f;
  font-family: "Arial";
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5.125%;
}

.abb_right .abbmore:hover {
  background-color: #f9007f;
}

@media (max-width: 1640px) and (min-width: 1200px) {
  .abb_right h3 {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .abb_right .abb_txt {
    line-height: 1.9;
  }
  .abb_right .abbmore {
    margin-top: 3.125%;
  }
}

@media (max-width: 1440px) {
  .abb_right .abb_txt {
    line-height: 1.5;
  }
}

@media (max-width: 1200px) {
  .abb_right {
    padding: 15px 20px;
  }
  .abb_right h3 {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .abb_right .abb_txt {
    line-height: 1.5;
  }
  .abb_right .abbmore {
    margin-top: 3.125%;
    width: 130px;
    line-height: 35px;
  }
}

@media (max-width: 1024px) {
  .abb_right {
    padding: 15px 20px;
  }
  .abb_right h3 {
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .abb_right .abb_txt {
    line-height: 1.6;
    font-size: 13px;
  }
  .x-layout-contact strong {
    font-size: 23px;
  }
  .abb_right .abbmore {
    margin-top: 3.125%;
    width: 130px;
    line-height: 35px;
  }
}

@media (max-width: 992px) {
  .abb_wap {
    flex-wrap: wrap;
  }
  .abbimg,
  .abb_right {
    width: 100%;
  }
  .abb_right .abb_txt {
    line-height: 2;
  }
}

/*我们的优势*/

.you_index {
  position: relative;
  background: url(//cdn.xypt.top/d5cca43e/21/05/fb6fd9c313fb0b6d65198bb76a9abc406cd9aa2a.png)
    no-repeat;
  background-size: cover;
  margin-top: 2.12291667%;
}

.you_list {
  position: relative;
  padding: 5.125% 0;
  display: flex;
  justify-content: center;
}

.you_list li {
  text-align: center;
  padding: 40px 30px;
  margin: 0 15px;
  float: left;
  width: 25%;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.you_list li a {
  display: block;
}

.you_list li span {
  display: block;
  height: 80px;
  line-height: 80px;
}

.you_list li span img {
  vertical-align: middle;
}

.you_list li h3 {
  padding: 20px 0;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  background: url(../images/baix.jpg) no-repeat center bottom;
}

.you_list li h4 {
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 2;
}

.you_list li:hover {
  background: #f9007f;
}

@media (min-width: 1470px) {
  .you_list li {
    padding: 60px 20px;
    margin: 0 30px;
  }
}

@media (max-width: 1200px) {
  .you_list li {
    padding: 25px 20px;
  }
  .you_list li h3 {
    font-size: 24px;
    padding: 15px 0;
  }
}

@media (max-width: 992px) {
  .you_list li {
    margin: 0 10px;
  }
  .you_list li h3 {
    font-size: 20px;
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .you_list {
    flex-wrap: wrap;
  }
  .you_list li {
    padding: 10px;
    margin: 2% 2%;
    width: 46%;
  }
  .you_list li h3 {
    font-size: 16px;
  }
  .you_list li h4 {
    padding: 10px 0;
    font-size: 12px;
  }
}

/* 新闻中心 */

.news_index {
  position: relative;
  padding: 3% 0;
}

.slideTxtBox .hd {
  text-align: center;
  padding: 1.5% 0 0;
}

.slideTxtBox .hd li {
  cursor: pointer;
  display: inline-block;
  background: #dcdcdc;
  line-height: 2;
  color: #000000;
  font-size: 16px;
  margin: 0 7px;
  padding: 0 15px;
}

.slideTxtBox .hd li.on {
  background: #f9007f;
  line-height: 2;
  color: #fff;
}

.news_list22 {
  margin-top: 2.125%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.news_list22 li {
  position: relative;
  width: 23%;
}

.news_list22 li .toptime {
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: url(../images/lian.png) no-repeat left bottom;
}

.news_list22 li .toptime h3 {
  font-size: 24px;
  display: block;
  color: #333333;
  font-weight: normal;
}

.news_list22 li .toptime span {
  display: block;
  font-size: 16px;
  color: #999999;
}

.news_list22 li .newsimg {
  display: block;
}

.news_list22 li .newsimg img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
}

.news_list22 li .time {
  position: relative;
  padding: 30px 0px;
}

.news_list22 li .time h3 {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.96);
  padding-bottom: 10px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.news_list22 li .time .info {
  font-size: 13px;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 10px;
  line-height: 1.7;
  padding-bottom: 25px;
}

.news_list22 li .time .newsmore {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  line-height: 2.5;
  width: 85px;
  background: #000;
  text-align: center;
}

.news_list22 li:hover .newsmore {
  background: #f9007f;
}

.news_list22 li:hover .time h3 {
  color: #f9007f;
}

@media (max-width: 992px) {
  .news_list22 {
    flex-wrap: wrap;
  }
  .news_list22 li {
    width: 48%;
  }
  .news_list22 li .time {
    padding: 20px 0px;
  }
  .news_list22 li .time .info {
    padding-bottom: 10px;
  }
  .news_list22 li .time .newsmore {
    font-size: 12px;
  }
}

/*底部搜索*/

#formsearch2 {
  width: 290px;
  background: url(//cdn.xypt.top/d5cca43e/21/05/9e7b26f279cdb6f8f2bb0e650d9a9743aca2ab96.png)
    no-repeat center center;
}

#formsearch2 input {
  height: 50px;
  border: none;
  line-height: 50px;
  outline: none;
  background: none;
}

#formsearch2 input#keyword {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  color: #666;
  float: left;
  width: 80%;
}

#formsearch2 input#s_btn {
  width: 20%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  float: left;
}

@media (max-width: 1200px) {
  #formsearch2 {
    width: 100%;
    background-size: 100%;
  }
}

/* 内页左侧导航栏样式 */

.xypg-left-con2 .xypg-left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3%;
}

.xypg-left-con2 .xypg-left-nav > li {
  width: 18%;
  position: relative;
  text-align: center;
  background: #f7f7f7;
  border-right: 1px solid #dedede;
}

.xypg-left-con2 .xypg-left-nav > li:last-child {
  border: none;
}

.xypg-left-con2 .xypg-left-nav > li > a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c;
  padding: 15px 18px;
}

.xypg-left-con2 .xypg-left-nav > li:hover > a,
.xypg-left-con2 .xypg-left-nav > li.clicked > a {
  color: #fff;
  background: #f9007f;
}

.video {
  width: 100%;
  background-size: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 99999;
}

.video img {
  /*width:100%;*/
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .c2_left li .time {
    position: static;
  }
  .c2_left li .time i {
    position: static;
    display: none;
  }
}

/*小屏幕底部*/

.foot {
  background: #1e1d2d;
  color: #bcbbbe;
  padding: 0 15px;
  /*padding-top: 20px;*/
  /*padding-bottom: 15px;*/
}

.fw {
  width: 95%;
  margin: 0 auto;
}

.fw .du .dul .p1 span {
  margin-right: 30px;
}

.fw .du .dul .sec li {
  padding-left: 10px;
}

.fw .du .dul .sec {
  display: none;
}

.fw .du .dul .sec a {
  color: #939090;
  font: 400 12px/26px "Microsoft yahei";
}

.fw .du .dul p {
  border-bottom: 1px solid #7a7a7a;
  line-height: 40px;
}

.fw .du {
  font-size: 14px;
}

.sjbq {
  font-size: 12px;
  color: #bcbbbe;
  padding-top: 5px;
}

.sjbq a {
  color: #bcbbbe;
}

.x-m-power {
  text-align: center;
  color: #bcbbbe;
  font: 400 14px/20px "Microsoft yahei";
  margin-top: 20px;
}

.x-m-power a {
  color: #bcbbbe;
  font: 400 14px/20px "Microsoft yahei";
}

.x-m-power a:hover {
  color: rgba(255, 255, 255, 0.6);
}
