@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

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

.bw {
  width: 100%;
}

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

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

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

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

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

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

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

.head1 {
  background: #e63d02;
  padding: 20px 0;
}

.head1-left ul li {
  margin-right: 34px;
}

.head1-left ul li .img1 img {
  max-width: 100%;
}

.head1-left ul li .wz {
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
}

.head1-right {
  color: #fff;
}

.head1-right a {
  color: #fff;
  font-size: 14px;
}

.head2-left {
  width: 96%;
  align-items: center;
}

.head2-left .logo {
  width: 20%;
  line-height: 122px;
}

.head2-left .logo img {
  max-width: 100%;
}

.head2-left .nnav {
  width: calc(100% - 20%);
}

.ss {
  line-height: 122px;
  position: relative;
}

.ss img {
  max-width: 100%;
}

.ss #formsearch {
  position: absolute;
  right: 0;
  top: 122px;
  border: 1px solid #e63d02;
  width: 400px;
  z-index: 11;
  display: none;
}

.ss #formsearch input {
  line-height: 58px;
  height: 60px;
  background: none;
  border: none;
}

.ss #formsearch input#keyword {
  text-indent: 20px;
  float: left;
  width: 299px;
  color: #e0e0e0;
  outline: none;
  background: #fff;
  font-size: 16px;
}

.ss #formsearch input#s_btn {
  background: #e63d02 url(../images/souh.png) no-repeat 50%;
  font-size: 0;
  float: right;
  width: 99px;
  outline: none;
}

.ss #formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e0e0e0;
}

.ss #formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e0e0e0;
}

.ss #formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e0e0e0;
}

.ss #formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e0e0e0;
}

/* 导航样式 */
.x-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.x-menu > li {
  width: 14%;
  margin: 0;
  text-align: center;
  float: none;
  position: relative;
}

.x-menu > li:first-child > a {
  background: none;
}

.x-menu > li > a {
  font-size: 16px;
  color: #000000;
  line-height: 122px;
  display: block;
  font-weight: 500;
  background: url(../images/nav1.png) no-repeat right center;
}

.x-menu > li:hover > a {
  color: #e63d02;
  background: url(../images/nav2.png) no-repeat right center;
}

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

.x-sub-menu {
  position: absolute;
  z-index: 999;
  width: 250%;
  left: -10%;
  top: 122px;
  background: #e63d02;
  padding: 20px 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  line-height: 3.5;
  font-weight: 600;
}

.x-sub-menu > li > a:hover {
  color: #000;
}

/**/
.about-index {
  margin-top: 5.7vw;
  margin-bottom: 8.59375vw;
}

.ab-left {
  margin-top: 2vw;
  width: 39.39%;
}

.ab-left img {
  max-width: 100%;
}

.ab-right {
  width: 53.78%;
}

.pt .pt1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #f7f7f7;
  font-size: 7.8125vw;
  font-weight: 600;
  line-height: 1;
}

.pt .pt2 {
  margin-top: -8%;
  font-size: 14px;
  color: #e63d02;
  font-weight: 600;
  align-items: center;
  justify-content: flex-start;
}

.pt .pt2 span {
  width: 60px;
  height: 2px;
  background: #e63d02;
  display: inline-block;
  margin-right: 18px;
}

.pt .pt3 {
  color: #e63d02;
  font-size: 2.1875vw;
  font-weight: 600;
  margin-top: 0.78125vw;
}

.pt .pt3 b {
  color: #e63d02;
}

.aw {
  background: #f7f7f7;
  margin-top: 2vw;
  padding: 1.3vw 2vw;
  padding-bottom: 2.86458333333333vw;
}

.aw p {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}

.c2-con {
  background-color: white;
  box-shadow: 0px 5px 5px #f8f8f8;
  margin-top: -5%;
  padding: 0.78125vw 2vw;
  width: 90%;
}

.c2-con ul li {
  width: 33.333%;
  position: relative;
  float: left;
}

.c2-con ul li .count-title {
  color: #242424;
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
}

.c2-con ul li dt {
  font-size: 16px;
  color: #666666;
  display: inline-block;
  font-weight: normal;
}

.c2-con ul li p {
  color: #666666;
  font-size: 242424;
}

.c2-con ul li:hover dt {
  color: #666666;
}

.c2-con ul li:hover .count-title {
  color: #e63d02;
}

.c2-con ul li:hover p {
  color: #666666;
}

@media (max-width: 996px) {
  .c2-con ul li .count-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .about-index {
    flex-wrap: wrap;
    margin-top: 5%;
  }
  .ab-left {
    width: 100%;
  }
  .ab-right {
    width: 100%;
    margin-top: 5%;
  }
  .pt .pt1 {
    font-size: 30px;
  }
  .pt .pt2 {
    margin-top: 0;
  }
  .pt .pt3 {
    font-size: 18px;
  }
  .aw {
    margin-top: 3%;
    padding: 2%;
  }
  .c2-con {
    margin-top: 0;
    width: 100%;
    padding: 5% 2%;
  }
  .c2-con ul li p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c2-con ul li .count-title {
    font-size: 16px;
  }
}

/**/
.choose-bg {
  background: url(../images/bj1.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 2.34375vw;
  padding-bottom: 6.25vw;
}

.choose-index {
  align-items: flex-end;
}

.at .pt1 {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}

.at .pt3 {
  color: #fff;
}

.next1 {
  background: #b8b8b8 url(../images/l2.png) no-repeat center center;
  width: 54px;
  height: 54px;
  outline: none;
}

.next1:hover {
  background: #e63d02 url(../images/l2.png) no-repeat center center;
}

.prev1 {
  background: #b8b8b8 url(../images/r2.png) no-repeat center center;
  width: 54px;
  height: 54px;
  outline: none;
  margin-left: 4px;
}

.prev1:hover {
  background: #e63d02 url(../images/r2.png) no-repeat center center;
}

.choose-roll {
  margin-left: 15.625%;
  margin-top: 4.42708333333333vw;
}

.chooseSwiper {
  overflow: hidden;
}

.chooseSwiper .img1 img {
  width: 100%;
}

.chooseSwiper .wz {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.2vw 1vw;
}

.chooseSwiper .wz .wz1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chooseSwiper .wz .wz2 {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  margin-top: 0.78125vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 996px) {
  .choose-roll {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .next1 {
    width: 30px;
    height: 30px;
  }
  .prev1 {
    width: 30px;
    height: 30px;
  }
  .choose-roll {
    margin-left: 0;
    margin-top: 5%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .chooseSwiper .wz .wz1 {
    font-size: 14px;
  }
  .chooseSwiper .wz .wz2 {
    font-size: 12px;
    line-height: 24px;
  }
}

/**/
.team-index {
  margin-top: 3.6vw;
  margin-bottom: 5.2vw;
}

.tt .pt2 {
  margin-top: -4.5%;
}

.team-list {
  margin-top: 3.125vw;
}

.team-list li {
  width: 24%;
  position: relative;
}

.team-list li .img1 img {
  width: 100%;
}

.team-list li .wz {
  background: rgba(230, 61, 2, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.team-list li .wz .wz1 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
}

.team-list li .wz .wz2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.team-list li:hover .wz {
  opacity: 1;
}

@media (max-width: 767px) {
  .team-index {
    margin-top: 5%;
  }
  .tt .pt2 {
    margin-top: 0;
  }
  .team-list {
    flex-wrap: wrap;
    margin-top: 5%;
  }
  .team-list li {
    width: 48%;
    margin-bottom: 4%;
  }
  .team-list li .wz {
    width: 90%;
  }
  .team-list li .wz .wz1 {
    font-size: 12px;
  }
  .team-list li .wz .wz2 {
    font-size: 14px;
  }
}

/**/
.kehu-bg {
  background: #f7f7f7;
  padding-top: 2.6vw;
  padding-bottom: 5.2vw;
}

.kt {
  text-align: center;
}

.kt .pt1 {
  -webkit-text-stroke: 1px #efefef;
}

.kt .pt2 {
  justify-content: center;
  margin-top: -5%;
}

.kehu-list {
  margin-top: 5.7vw;
}

.kehu-list li {
  background: #fff;
  width: 32.2%;
  padding: 0vw 2.3vw;
  padding-bottom: 2.9vw;
  text-align: center;
}

.kehu-list li .img1 {
  transform: translateY(-50%);
}

.kehu-list li .img1 img {
  max-width: 100%;
}

.kehu-list li .wz1 {
  transform: translateY(-50%);
  font-size: 18px;
  color: #1f425d;
  font-weight: 600;
}

.kehu-list li .wz2 {
  font-size: 16px;
  color: #666666;
}

.kehu-list li .wz3 {
  margin-top: 1vw;
}

.kehu-list li .wz3 img {
  max-width: 100%;
}

.kehu-list li .wz4 {
  margin-top: 1vw;
  font-size: 16px;
  color: #666666;
  text-align: left;
  text-align: justify;
}

.kehu-list li .wz5 {
  margin-top: 1vw;
}

.kehu-list li .wz5 img {
  max-width: 100%;
}

.kehu-list li:hover {
  box-shadow: 0 0 10px #eaeaea;
}

@media (max-width: 767px) {
  .kehu-bg {
    padding-top: 10%;
  }
  .kt .pt2 {
    margin-top: 0;
  }
  .kehu-list {
    flex-wrap: wrap;
  }
  .kehu-list li {
    width: 100%;
    margin-top: 20%;
    margin-bottom: 2%;
  }
  .kehu-list li .wz4 {
    font-size: 14px;
  }
}

/**/
.video {
  position: relative;
}

.video img {
  max-width: 100%;
}

.video-index {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .video-index img {
    width: 50px;
    height: 50px;
  }
}

/**/
.honor-bg {
  background: url(//cdn.myxypt.com/dc7aecbf/22/07/b20d891d3abce8ea85084160d52fd4572ad9815e.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 6.25vw;
  padding-bottom: 4.6vw;
}

.honor-index .honor1 {
  text-align: center;
}

.honor-index .honor1 img {
  max-width: 100%;
}

.honor-index .honor2 {
  text-align: center;
  color: #1f425d;
  font-size: 18px;
  font-weight: 600;
  padding: 1.77vw 0;
}

.h-list {
  flex-wrap: wrap;
}

.h-list li {
  margin-bottom: 2.6vw;
  box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.03);
  width: 21%;
}

.h-list li .img1 img {
  max-width: 100%;
}

.h-list li:nth-of-type(5) {
  margin-left: 13.4%;
}

.h-list li:nth-of-type(7) {
  margin-right: 13.4%;
}

@media (max-width: 767px) {
  .honor-index .honor1 {
    width: 150px;
    margin: 0 auto;
  }
  .h-list li {
    width: 48%;
  }
  .h-list li:nth-of-type(5) {
    margin-left: 0;
  }
  .h-list li:nth-of-type(7) {
    margin-right: 0;
  }
}

/**/
.news-bg {
  background: #f7f7f7;
  padding-top: 1vw;
  padding-bottom: 5.7vw;
}

.nt .pt1 {
  -webkit-text-stroke: 1px #efefef;
}

.nt .pt2 {
  margin-top: -4.5%;
}

.news-index .list2 {
  margin-top: 3.6vw;
  position: relative;
}

.news-index .list2 li {
  padding: 0 18px;
  outline: none;
}

.news-index .list2 li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.news-index .list2 li a .img {
  overflow: hidden;
}

.news-index .list2 li a .img img {
  width: 100%;
  transition-duration: .3s;
}

.news-index .list2 li:hover a .img img {
  transform: scale(1.1);
}

.news-index .list2 li a .zi {
  position: absolute;
  background: #fff;
  z-index: 11;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 2.6vw;
}

.news-index .list2 li a .zi .time {
  font-size: 14px;
  color: #000000;
}

.news-index .list2 li a .zi .time span {
  font-size: 14px;
  color: #e63d02;
  font-weight: 500;
}

.news-index .list2 li a .zi h3 {
  font-size: 20px;
  color: #000000;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 1.3vw;
  margin-bottom: 1.3vw;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-index .list2 li a .zi dd {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (min-width: 1200px) {
  .news-index .list2 li a:hover .zi {
    background: none;
  }
  .news-index .list2 li a:hover .zi .time {
    color: #fff;
  }
  .news-index .list2 li a:hover .zi .time span {
    color: #e63d02;
  }
  .news-index .list2 li a:hover .zi h3 {
    color: #fff;
  }
  .news-index .list2 li a:hover .zi dd {
    color: #fff;
  }
}

@media (max-width: 996px) {
  .news-index .list2 li a .zi h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .news-bg {
    padding-top: 5%;
  }
  .nt .pt2 {
    margin-top: 0;
  }
  .news-index .list2 li {
    padding: 0 5px;
  }
  .news-index .list2 li a .zi h3 {
    font-size: 14px;
    -webkit-line-clamp: 1;
  }
  .news-index .list2 li a .zi dd {
    font-size: 12px;
    line-height: 20px;
  }
}

/* 友情链接 */
.c-link {
  padding: 20px 0;
  font-size: 14px;
  color: #2a333c;
  line-height: 24px;
}

.c-link .con {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.c-link span {
  cursor: pointer;
  display: block;
}

.c-link dd {
  width: calc(100% - 70px);
}

.c-link .sec {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  min-width: 120px;
  z-index: 999;
}

.c-link a {
  color: #2a333c;
  padding: 0 4px;
  font-size: 14px;
  line-height: 24px;
}

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

/**/
.foot-bg {
  background: #272727;
  padding-top: 5.7vw;
  padding-bottom: 10.42vw;
  position: relative;
}

.foot-index .flo {
  width: 25.76%;
}

.foot-index .flo .flogo img {
  max-width: 100%;
}

.foot-index .flo .fwz {
  margin-top: 1.5625vw;
}

.foot-index .flo .fwz p {
  color: #dfdfdf;
  font-size: 14px;
  line-height: 28px;
}

.foot-index .fnav {
  width: 40.91%;
}

.foot-index .fnav dl dt {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 1.35vw;
}

.foot-index .fnav dl dd a {
  display: block;
  color: #dfdfdf;
  font-size: 16px;
  line-height: 40px;
}

.foot-index .flx h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.35vw;
}

.foot-index .flx p {
  color: #dfdfdf;
  font-size: 16px;
  line-height: 40px;
}

.cop-index {
  background: #e63d02;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cop-con {
  padding: 1vw;
  font-size: 14px;
  color: #fff;
}

.cop-con a {
  color: #fff;
}

.cop1 {
  width: 70%;
}

.cop2 {
  width: 25%;
}

@media (max-width: 996px) {
  .foot-bg {
    padding-bottom: 20%;
  }
  .cop-con {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .foot-bg {
    padding-bottom: 35%;
  }
  .foot-index {
    flex-wrap: wrap;
  }
  .foot-index .flo {
    width: 100%;
  }
  .foot-index .fnav {
    width: 100%;
  }
  .flx {
    width: 100%;
    margin-top: 5%;
  }
  .foot-index .flx h3 {
    font-size: 16px;
  }
  .foot-index .flx p {
    font-size: 14px;
    line-height: 30px;
  }
  .cop-con {
    padding: 10px 0;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .cop1 {
    width: 100%;
  }
  .cop2 {
    width: 100%;
  }
}

.page-banner .nybt {
  display: none;
}

/*手机底部*/
@media (max-width: 1200px) {
  .xypg-right-content {
    overflow: hidden;
  }
  .xypg-right-content p img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .db {
    display: block !important;
  }
}

.dbb {
  height: 50px;
}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #272727;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  padding: 10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #e63d02;
}

.footer ul li a {
  display: block;
  color: #fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}

.footer li .icon-home {
  background: url(../images/fa1.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-home2 {
  background: url(../images/fa2.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone {
  background: url(../images/fa3.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-contact {
  background: url(../images/fa4.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone:before {
  font-size: 0;
}

.footer ul li a {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
