/*初始化样式*/
html{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:hover,a:active,a:focus{text-decoration:none;outline:none;}

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;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
dt{font-weight: normal;}

/*----- 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;}


/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


.wh{width: 1200px;margin:0 auto;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.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);}



.w1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.topnav {
  position: absolute;
  width: 100%;
  top: 2vw;
  left: 0;
  z-index: 99;
}

.topnav .topnavv {
  background: #fff;
  height: 84px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.topnav .topnavv .logo {
  width: 16.95%;
  margin-left: 2.75%;
  line-height: 84px;
}

.topnav .topnavv .logo img {
  max-width: 100%;
}

.topnav .topnavv .x-menu {
  width: 65%;
  margin-left: 7.95%;
}

.topnav .topnavv .xtb {
  width: 6.2%;
  margin-right: 1.15%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 20px;
  margin-top: 32px;
  height: 20px;
  text-align: center;
}

.topnav .topnavv .xtb img { 
  vertical-align: bottom;
  cursor: pointer;
}

.topnav .topnavv .xtb .sss {
  width: 50%;
}

.topnav .topnavv .xtb .tbdh {
  width: 50%;
}

.topnav .topnavv .soso {
  width: 100%;
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 28px 0;
  border-radius: 5px;
}

.topnav .topnavv .soso #formsearch {
  position: relative;
  width: 635px;
  margin: 0 auto;
}

.topnav .topnavv .soso #formsearch #keyword {
  width: calc(100% - 120px);
  height: 42px;
  border: none;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  color: #333;
  float: left;
  border: none;
  outline: none;
}

.topnav .topnavv .soso #formsearch #s_btn {
  width: 120px;
  height: 42px;
  border: none;
  background: #e6002e;
  color: #fff;
  font-size: 14px;
  float: right;
  border: none;
  outline: none;
}

.topnav .topnavv .dhxx {
  width: 100%;
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 28px 0;
  border-radius: 5px;
}

.topnav .topnavv .dhxx .dhrx {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}

.topnav .topnavv .dhxx .dhrx img {
  margin-top: -4px;
}

.tybt {
  text-align: center;
}

.tybt h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #333333;
}

.tybt p {
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin-top: 21px;
}


.c1 {
  margin-top: 4vw;
}

.c1 .cpfl ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-top: 2.5vw;
}

.c1 .cpfl ul li {
  width: 14%;
  height: 55px;
  background: #eeeeee;
  margin: 0 5px;
  border-radius: 5px;
}

.c1 .cpfl ul li a {
  line-height: 55px;
  color: #333333;
  font-size: 16px;
}

.c1 .cpfl ul li:hover {
  background: #e6002e;
}

.c1 .cpfl ul li:hover a {
  color: #fff;
}

.c1 .c1_slick {
  position: relative;
  margin-top: 3vw;
}

.c1 .c1_slick:hover button.slick-prev {
  opacity: 1;
}

.c1 .c1_slick:hover button.slick-next {
  opacity: 1;
}

.c1 .c1_slick button {
  position: absolute;
  top:50%;
  z-index: 999;
  width: 20px;
  height: 32px;
  margin-top: -16px;
  border: none;
  outline: none;
  font-size: 0;
}

.c1 .c1_slick button.slick-prev {
  left: 0;
  background: url(../images/icon01.png) no-repeat center;
  background-size: cover;
  opacity: 0;
}

.c1 .c1_slick button.slick-next {
  right: 0;
  background: url(images/icon02.png) no-repeat center;
  background-size: cover;
  opacity: 0;
}

.c1 .c1_slick .slick-list {
  margin: 0 -21px;
}

.c1 .c1_slick .lili .img {
  border: 1px solid #eee;
  width: 100%;
}

.c1 .c1_slick .lili .img img {
  width: 100%;
}

.c1 .c1_slick .lili h3 {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 39px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  background-color: #eee;
}

.c1 .c1_slick .lili:hover .img {
  border-color: #e6002e;
}

.c1 .c1_slick .lili:hover h3 {
  color: #fff;
  background-color: #e6002e;
}

.c2 {
  background: url(../images/aboutbg.jpg) no-repeat top center;
  padding-bottom: 5vw;
  margin-top: 4vw;
  background-size: cover;
}

.c2 .tybt {
  padding-top: 4vw;
  color: #fff;
  text-align: center;
}

.c2 .tybt h3 {
  color: #fff;
}

.c2 .tybt p {
  color: #fff;
  line-height: 30px;
  margin-top: 2.3vw;
}

.c2 .tybt a {
  display: block;
  width: 170px;
  height: 42px;
  line-height: 42px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: #e6002e;
  font-size: 15px;
  margin: 0 auto;
  border-radius: 30px;
  margin-top: 3vw;
}

.c2 .tybt a:hover {
  background: #ba0025;
}

.c2 .c2_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 7.5vw;
}

.c2 .c2_ul li {
  width: 10%;
  margin: 0 2%;
  border: 2px solid #fff;
  text-align: center;
  padding: 15px 18px;
}

.c2 .c2_ul li h3 {
  font-size: 1.1rem;
  line-height: 32px;
  color: #fff;
}

.c3 {
  background: #f5f5f5;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.c3 .c3_slick {
  margin-top: 3vw;
  position: relative;
}

.c3 .c3_slick .lili img {
  width: 100%;
}

.c3 .c3_slick .lili h3 {
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  line-height: 39px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-top: none;
}

.c3 .c3_slick .lili:hover h3 {
  color: #fff;
  background-color: #e6002e;
  border-color: #e6002e;
}

.c3 .c3_slick .slick-list {
  margin: 0 -15px;
}

.c3 .c3_slick button {
  position: absolute;
  top: 35%;
  z-index: 999;
  width: 39px;
  height: 76px;
  border: none;
  outline: none;
  font-size: 0; 
}

.c3 .c3_slick button.slick-prev {
  left: -5%;
  background: url(../iamges/left.jpg) no-repeat center;
}

.c3 .c3_slick button.slick-next {
  right: -5%;
  background: url(../iamges/right.jpg) no-repeat center;
}

.c4 {
  padding-top: 4vw;
  background: #fff;
}

.c4 .c4xw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3vw;
}

.c4 .c4xw .c4a {
  width: 46.8%;
}
.c4 .c4xw .c4a .c4aa .img{width: 100%;}
.c4 .c4xw .c4a .c4aa .img img {
  width: 100%;
}

.c4 .c4xw .c4a .c4aa .c4awz {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2vw;
}

.c4 .c4xw .c4a .c4aa .c4awz .wzz {
  width: 16.6%;
  font-family: Arial;
}

.c4 .c4xw .c4a .c4aa .c4awz .wzz dd {
  font-size: 1.3rem;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}

.c4 .c4xw .c4a .c4aa .c4awz .wzz dt {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.c4 .c4xw .c4a .c4aa .c4awz .wzr {
  width: 83.4%;
  text-align: left;
  font-size: 18px;
  color: #333333;
  line-height: 1;
}
.c4 .c4xw .c4a .c4aa .c4awz .wzr  dd{overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.c4 .c4xw .c4a .c4aa .c4awz .wzr dt {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  margin-top: 15px;
}

.c4 .c4xw .c4b {
  width: 47.5%;
}

.c4 .c4xw .c4b .c4bb li {
  padding-bottom: 24px;
  border-bottom: 1px dashed #e6e6e6;
  margin-bottom: 2vw;
}

.c4 .c4xw .c4b .c4bb li:last-child {
  border: none;
}

.c4 .c4xw .c4b .c4bb li:hover .c4z dd {
  color: #e6002e;
}

.c4 .c4xw .c4b .c4bb li:hover .c4z dt {
  color: #e6002e;
}

.c4 .c4xw .c4b .c4bb li:hover .c4y {
  color: #e6002e;
  font-weight: bold;
}

.c4 .c4xw .c4b .c4bb li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c4 .c4xw .c4b .c4bb li a .c4z {
  width: 16%;
  font-family: Arial;
}

.c4 .c4xw .c4b .c4bb li a .c4z dd {
  font-size: 1.3rem;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}

.c4 .c4xw .c4b .c4bb li a .c4z dt {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.c4 .c4xw .c4b .c4bb li a .c4y {
  width: 83%;
  text-align: left;
  font-size: 18px;
  color: #333333;
  line-height: 1;
}
.c4 .c4xw .c4b .c4bb li a .c4y dd{overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.c4 .c4xw .c4b .c4bb li a .c4y dt {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  margin-top: 15px;
}

.foot {
  width: 100%;
  border-top: 8px solid #e6002e;
  background: #171717;
  padding: 2vw 0 1vw;
}

.footbj {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footbj .foota {
  width: 66%;
}

.footbj .foota .footnav {
  font-size: 16px;
  color: #414141;
}

.footbj .foota .footnav a {
  font-size: 16px;
  color: #ffffff;
  margin: 0 4%;
}

.footbj .foota .footnav a:hover {
  color: #e6002e;
}

.footbj .foota .footnav a:first-child {
  margin-left: 0;
}

.ftt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3vw;
}

.ftt .fta img {
  height: 48px;
  filter: brightness(100);
}

.ftt .ftc {
  width: 33%;
}

.ftt .ftb {
  width: 28%;
  height: 48px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding-left: 3%;
  font-size: 14px;
  color: #999999;
}

.ftt .ftb dd {
  line-height: 24px;
}

.ftt .ftb dt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.ftt .ftc {
  font-size: 14px;
  color: #999999;
  text-align: left;
  width: 36%;
}

.ftt .ftc dd {
  line-height: 24px;
}

.ftt .ftc dt {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.footb {
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 50px;
}

.footb img {
  max-width: 100%;
}

.foot2 {
  width: 100%;
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #959595;
}

.foot2 a {
  color: #959595;
}

.foot2 a:hover {
  color: #959595;
}

.slick-initialized .slick-slide {
  margin: 0 10px;
}

.page-wrap-left {
  display: none;
}

.page-banner {
  position: relative;
}

.f_link {
  width: 1280px;
  line-height: 24px;
  margin:0 auto;
  padding: 20px 0;
  color: #999;
}

.f_link a {
  color: #999;
  font-size: 14px;
}

.bwz {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20%;
  text-align: center;
  z-index: 999;
  font-size: 14px;
  color: #fff;
}

.bwz dd {
  font-size: 2rem;
  margin-bottom: 10px;
}

.bwz dt {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.pc_li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1vw;
}

.pc_li ul li {
  width: 18%;
  margin: 0 1%;
  font-size: 20px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #eee;
  border-radius: 5px;
}

.pc_li ul li:hover {
  background: #e6002e;
}

.pc_li ul li:hover a {
  color: #fff;
}

.xypg-left-nav > li {
  border: none;
}

.xypg-left-nav > li > a {
  height: 50px;
  line-height: 50px;
  padding: 0;
  color: #2e2e2e;
  border-radius: 5px;
}

.xypg-left-nav > li .first-nav-btn {
  display: none;
}

@media (max-width: 1280px) {
  .w1280 {
    padding: 0 2%;
  }
}

@media (max-width: 1138px) {
  .footbj .foota {
    width: 70%;
  }
  .footbj .foota .footnav a {
    margin: 0 1%;
  }
}

@media (max-width: 1024px) {
  .w1280 {
    max-width: 1024px;
  }
  .topnav .topnavv .x-menu {
    width: 68%;
    margin-left: 4%;
  }
  .c1 .cpfl ul li {
    width: 20%;
    margin-bottom: 10px;
    height: 40px;
  }
  .c1 .cpfl ul li a {
    line-height: 40px;
    font-size: 14px;
  }
  .tybt h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .tybt p {
    margin-top: 8px;
  }
  .c2 .c2_ul li {
    width: 46%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .c3 .c3_slick button.slick-prev {
    left: -1%;
  }
  .c3 .c3_slick button.slick-next {
    right: -1%;
  }
  .c3 .c3_slick button {
    width: 26px;
    height: 45px;
  }
  .c4 .c4xw {
    align-items: center;
  }
}
  .pc_li .xypg-left-nav > li:hover > a,.pc_li .xypg-left-nav > li.clicked > a{
    background: #e6002e;color: #fff;
  }

@media (max-width: 992px) {
  .foot {
    display: none;
  }
  .f_link {
    display: none;
  }
  .tybt p {
    line-height: 20px;
    font-size: 14px;
  }
  .c1 .cpfl ul li {
    width: 45%;
  }
  .c1 .c1_slick button {
    width: 12px;
    height: 20px;
    top: 38%;
  }
  .c1 .c1_slick .lili h3 {
    font-size: 14px;
    line-height: 29px;
    height: 30px;
  }
  .c2 .tybt a {
  width: 130px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
  .c4 .c4xw .c4a {
    width: 100%;
  }
  .c4 .c4xw .c4b {
    width: 100%;
  }
  .c4 .c4xw .c4a li {
    padding-bottom: 24px;
    border-bottom: 1px dashed #e6e6e6;
    margin-bottom: 2vw;
  }
  .c4 .c4xw .c4a .c4aa .c4awz .wzz dd {
    font-size: 18px;
    margin-top: 4px;
  }
  .c2 .c2_ul li h3 {
    font-size: 16px;
  }
  .c4 .c4xw .c4b .c4bb li a .c4z dd {
    font-size: 18px;
    margin-top: 4px;
  }
 
  .bwz dd {
    font-size: 18px;
  }
  .bwz dt {
    font-size: 14px;
  }
  .page-wrap-left {
    display: block;
  }
  .pc_li {
    display: none;
  }

  .xypg-left-nav > li {
    border-bottom: 1px solid #eee;
  }
  .xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
    height: auto;
  }
  .xypg-left-nav > li .first-nav-btn {
    display: block;
  }
}

.xypg-right-content {
  font-size: 14px;
  line-height: 24px;
}


@media (max-width: 1045px) {
    .x-menu>li{
    margin: 0;
}
.x-menu>li>a{
    padding: 0
}
}


.shang{text-align: center;margin-top:10px;}
 .smtg {
    display: inline-block;
    position: relative;
    width:107px;
    height:30px;
    cursor: pointer;
}
.smtg h3 {
    color: rgba(255, 255, 255, 0.5);
    background: url(../imageslink1.png) no-repeat 0 50%;
    text-indent: 10px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    height:30px;
    line-height:30px;
}
.smtg p {
    position: absolute;
    bottom: 44px;
    width: 400%;
    left: 50%;
    margin-left: -200%;
    display: none;
    padding: 10px 10px;
    background: rgb(62, 62, 62, 0.5);
}
.smtg p a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
    margin: 0 5px;
}
