@charset "UTF-8";
/*初始化样式*/
html {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
  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;
}

@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  color: #666;
}

a:visited {
  color: #666;
}

a:hover,
a:active,
a:focus {
  color: #009b4c;
  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 {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

.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.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.roll_product {
  float: left;
}

/*头部样式*/
.top1 {
  height: 30px;
  background: #cccccc;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  font-size: 12px;
}

.wel {
  letter-spacing: 1px;
}

.top2 {
  height: 133px;
  overflow: hidden;
}

.dao {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

#header {
  width: 1000px;
  margin: 0 auto;
}

.logo {
  line-height: 133px;
  float: left;
  width: 20%;
}

.logowz {
  line-height: 133px;
  width: 34%;
}

.logowz img,
.logo img {
  max-width: 100%;
}

.top2 .k2 {
  margin-top: 35px;
  font-size: 0.9375vw;
  color: #778496;
  line-height: 25px;
  padding-left: 52px;
  background: url(//cdn.myxypt.com/32bf2696/21/03/73e80eb5ea4010f64f3495c758f30475211438b2.png) no-repeat left center;
}

.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
}

.translate {
  width: 100px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 9999;
}

.tran-in {
  left: 120px;
}

.translate li {
  border: 1px dashed #cccccc;
  line-height: 26px;
  text-align: left;
  background: #fff;
}

.translate li a {
  display: block;
  padding-left: 10px;
  background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
  text-decoration: none;
  color: #275cea;
  cursor: pointer;
}

.translate-en {
  display: none;
  padding: 6px;
  padding-top: 0px;
}

.translate li .translate-en a {
  padding-left: 0px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
  font-weight: bold;
}

.topLink .f_count {
  color: #ff0000;
  font-size: 13px;
  font-weight: bold;
}

.topLink a {
  color: #666666;
}

.topLink .k2 {
  color: #074b91;
  font-size: 14px;
  font-family: "微软雅黑";
}

#menu {
  height: 56px;
  background-color: #00768c;
  position: relative;
  z-index: 99;
}

#menu.cur {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}

/*热门搜索*/
.sou {
  margin: 15px 0;
}

.hotSearch {
  float: left;
  font-weight: normal;
}

#search-type {
  float: left;
  width: 100px;
  height: 24px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
}

.tdh {
  font-size: 0.83333333vw;
  color: #fff;
  font-weight: normal;
  line-height: 56px;
  display: none;
  margin-right: 10px;
}

.tdh h2 {
  font-size: 0.83333333vw;
  color: #fff;
  font-weight: normal;
  line-height: 56px;
}

#menu.cur .tdh {
  display: block;
}

/*搜索和热门搜索*/
.ss {
  position: relative;
}

.hotSearch a {
  margin-right: 6px;
}

.dao #formsearch {
  border: 1px solid #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.dao #formsearch input {
  line-height: 30px;
  height: 30px;
  border: none;
  outline: none;
}

.dao #formsearch #keyword {
  text-indent: 18px;
  background: none;
  color: #fff;
  text-align: left;
  width: 82%;
  font-size: 14px;
}

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

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

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

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

.dao #formsearch #s_btn {
  width: 22px;
  background: none;
  color: #fff;
  text-align: center;
  padding: 0;
  background: url(//cdn.myxypt.com/32bf2696/21/03/1ec2d455957a0fa86c6339387d0ec05bf8a295c1.png) no-repeat center center;
  background-size: 22px 24px;
}

.ss-btn {
  line-height: 56px;
}

.wh2 {
  max-width: 1635px;
  padding: 0 15px;
  margin: 0 auto;
}

.topr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 18%;
}

.ying a {
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 0.9375vw;
  line-height: 56px;
  display: block;
  text-transform: uppercase;
}

/*导航栏样式*/
.nav {
  width: 80%;
}

.nav li {
  text-align: center;
  float: left;
  position: relative;
  z-index: 999;
  width: 14%;
}

.nav li a {
  display: block;
  line-height: 56px;
  color: #fff;
  height: 56px;
  padding: 0;
  font-size: 0.83333333vw;
  padding: 0;
  letter-spacing: 2px;
}

.nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #377d80;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #377d80;
}

.nav .sec {
  height: 0;
  background: #169ba0;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 56px;
  left: 0px;
  width: 100%;
}

.nav .sec a {
  background: #169ba0;
  color: #fff;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nav .sec a:hover {
  background: #377d80;
  text-decoration: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
}

/**/
.box1 .bt1 {
  margin-bottom: 0.598958333vw;
}

.box1 .wh2 {padding: 0
    
}

.bt1 {
  margin-top: 6.25vw;
  letter-spacing: 7px;
  color: #000000;
  font-size: 2.5vw;
  font-weight: bold;
}

.bt1 span {
  display: block;
  font-size: 0.9375vw;
  font-weight: normal;
  letter-spacing: 0;
}

.h_lead_sl {
  width: 88%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin-top: 58px;
}

.h_lead_sl .swiper-slide {
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  overflow: inherit;
  width: 76%;
  margin: 0 auto;
  transition: all 0.4s;
 /* padding: 2% 0%;*/
  background: url(//cdn.myxypt.com/32bf2696/21/03/01ddf6ece6f379e9de462a28081ecd0d0d0552f8.jpg) no-repeat center top;
  background-size: 100% 100%;
}

.h_lead_sl .swiper-slide-active {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  z-index: 999;
}

.h_lead_sl .swiper-slide .imgs {
  width: 50%;
  text-align: center;
}

.h_lead_sl .swiper-slide .imgs a{
    max-width: 400px;
    min-height: 400px;
}
.h_lead_sl .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.pcon {
  width: 50%;
  display: none;
}

.h_lead_sl .swiper-slide-active .pcon {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h_lead_sl .lead_prev,
.h_lead_sl .lead_next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 67px;
  cursor: pointer;
  z-index: 9;
  margin-top: -33.5px;
  z-index: 111;
  transition: all 0.3s;
  outline: none;
}

.h_lead_sl .lead_prev {
  left: 2%;
}
.h_lead_sl .lead_prev img{
    max-width: 100%;
}
.h_lead_sl .lead_next {
  right: 2%;
}
.h_lead_sl .lead_next img{
    max-width: 100%;
}

.pcon h3 a {
  color: #ffffff;
  font-size: 1.875vw;
  font-weight: bold;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pcon .pwz {
  margin: 6% 0 4% 0;
}

.pcon p {
  color: #ffffff;
  font-size: 0.83333333vw;
  line-height: 36px;
}

.cp {
  width: 60%;
}

.cp a {
  width: 29%;
  background: #fff;
  display: block;
  border: solid 1px #0f60ba;
}

.aimg2 {
  border: 4px solid #fff;
  padding: 8% 0;
  height: 100%;
}

.cp a img {
  width: 50%;
}

.cp a.active {
  border: solid 1px #0f60ba;
}

.cp a.active .aimg2 {
  border: solid 4px #0f60ba;
}

@media (max-width: 768px) {
  .bt1 {
    margin-top: 5%;
    font-size: 26px;
  }
  .bt1 span {
    font-size: 15px;
  }
  .pcon .pwz {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .pcon p {
    line-height: 20px;
  }
  .h_lead_sl .lead_prev img{
      max-width:50%;
  }
   .h_lead_sl .lead_next img{
      max-width:50%;
  }
}

/**/
.pbox {
  margin-top: 3.95833333vw;
}

.pleft {
  width: 17.36%;
}

.pleft h3 {
  height: 4.0625vw;
  line-height: 4.0625vw;
  background: #169ba0 url(//cdn.myxypt.com/32bf2696/21/03/23a7216f538741db894f2094f3df451f44882c59.png) no-repeat 90% center;
  border-radius: 5px 5px 0px 0px;
  color: #ffffff;
  font-size: 1.25vw;
  padding-left: 8%;
  background-size: 26px 26px;
}

.psort {
  padding: 10% 5% 26% 5%;
  background: #f7f7f7;
}

.pleft .list1 {
  padding: 10% 5% 2% 5%;
  background: #f7f7f7;
}

.pleft .list1 a.a {
  background: url(//cdn.myxypt.com/32bf2696/21/03/f46548530d82150217d69b9b59f0f9b8002d5776.png) left center no-repeat;
  line-height: 40px;
  color: #fff;
  font-size: 0.9375vw;
  color: #000000;
  display: block;
  transition-duration: .3s;
  margin: 0 auto;
  text-indent: 20px;
  background-size: 200px 40px;
  margin-bottom: 10px;
}

.pleft .list1 a.a.on {
  background: url(//cdn.myxypt.com/32bf2696/21/03/a8e482ff0504efd566eaa54ed48be8e10a1dea3e.png) 0 0 no-repeat;
  color: #fff;
  box-sizing: border-box;
  background-size: 200px 40px;
}

.pleft .list1 .sec {
  display: none;
  padding-bottom: 10px;
}

.pleft .list1 .sec a.b {
  line-height: 34px;
  font-size: 0.83333333vw;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  padding-left: 20px;
  box-sizing: border-box;
}

.pleft .list1 .sec a.b:hover {
  color: #169ba0;
}

.pbox2 {
  background-color: #169ba0;
  padding: 6% 5px;
}

.w1 {
  color: #ffffff;
  font-size: 0.9375vw;
  text-align: center;
}

.ptel {
  color: #ffffff;
  font-size: 1.354166666vw;
  font-family: 'Arial';
  font-weight: bold;
  margin-left: 7%;
  margin-top: 5px;
  padding-left: 12%;
  background: url(//cdn.myxypt.com/32bf2696/21/03/6149c5e3ddc7e7c990d4f2f13eedd637ac25f93d.png) no-repeat left center;
}

.pright {
  width: 79%;
}

.plist li {
  margin-bottom: 3%;
  width: 23%;
}

.plist li a.img {
  border: 1px solid #eeeeee;
  display: block;
}

.plist li a.img img {
  width: 100%;
  height: 100%;
}

.plist li h3 a {
  display: block;
  background: #eeeeee;
  font-size: 0.83333333vw;
  color: #444444;
  font-weight: normal;
  padding: 5% 0;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

@media(max-width:1440px){
    .pleft .list1{
      padding: 10% 5% 13% 5%;
    }
}


@media(max-width:1200px){
    .pleft .list1{
      padding: 10% 5% 2% 5%;
    }
}
@media (max-width: 768px) {
  .pbox {
    display: block;
  }
  .pleft {
    width: 100%;
  }
  .pleft h3 {
    height: 7.0625vw;
    line-height: 7.0625vw;
    font-size: 20px;
  }
  .pleft .list1 {
    padding: 2%;
  }
  .pleft .list1 a.a {
    background: #e6e6e6;
    /* width: 25%; */
    float: left;
    text-indent: 0;
    font-size: 12px;
    text-align: center;
    padding: 0 12px;
  }
  .pleft .list1 a.a.on {
    background: #e6e6e6;
    color: #000000;
  }
  .pleft .list1 .sec {
    display: none !important;
  }
  .w1 {
    text-align: left;
    font-size: 20px;
  }
  .ptel {
    font-size: 20px;
    padding-left: 5%;
    margin-left: 0;
    background: url(//cdn.myxypt.com/32bf2696/21/03/6149c5e3ddc7e7c990d4f2f13eedd637ac25f93d.png) no-repeat left center;
  }
  .pright {
    width: 100%;
    margin-top: 3%;
  }
  .plist li {
    width: 49%;
  }
}

/**/
.choose1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4.0625vw;
}

.choose1 .c1 {
  width: 4.0104166666666vw;
  height: 5.3125vw;
  background: #169ba0;
  text-align: center;
  color: #fff;
  line-height: 5.3125vw;
  font-size: 3.125vw;
  font-family: "Impact";
  font-weight: normal;
}

.choose1 .c2 {
  color: #169ba0;
  font-size: 1.875vw;
  font-weight: bold;
  width: 10.729167vw;
  text-align: center;
}

.choose1 .c3 {
  background: url(//cdn.myxypt.com/32bf2696/21/03/496a0f1eb93f73a72acc154ab332a1e2700dfcd6.png) no-repeat left center;
  padding-left: 1.5625vw;
}

.choose1 .c3 p {
  color: #4c4c4c;
  font-size: 0.9375vw;
  line-height: 2;
  position: relative;
  padding-left: 1.302083vw;
}

.choose1 .c3 p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #169ba0;
  top: 50%;
  margin-top: -4px;
}

@media (max-width: 768px) {
  .choose1 {
    display: block;
  }
  .choose1 .c1 {
    width: 100%;
    font-size: 30px;
    height: 8.3125vw;
    line-height: 8.3125vw;
  }
  .choose1 .c2 {
    width: 100%;
    font-size: 26px;
  }
  .choose1 .c3 p {
    font-size: 13px;
  }
  .choose1 .c3 p::before {
    top: 17%;
    margin-top: 0;
  }
}

/* 荣誉资质 */
.ryzz {
  padding: 50px 0 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ryzz .dth_wh {
  flex-wrap: wrap;
}

.ryzz .titles > span {
  background-color: #808080;
}

.ryzs {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 3.38541666666vw;
}

.ryzs .swiper_kuang {
  width: 100%;
  margin: 0 auto;
  max-width: 1320px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.ryzs .swiper-container {
  width: 108%;
  flex-shrink: 0;
  margin: 0 auto;
  display: flex;
}

.ryzs li {
  position: relative;
  text-align: center;
}

.ryzs li a {
  display: block;
  width: 100%;
}

.ryzs li img {
  width: 100%;
  height: auto;
}

.ryzs li h3 {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 1s ease;
  -webkit-transition: 1s ease;
}

.ryzs li h3 a {
  font-size: 0.9375vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #000000;
}

.ryzs li.swiper-slide-active h3 {
  visibility: visible;
  opacity: 1;
}

.ryzs .swiper-button-prev,
.ryzs .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 80px;
  background-color: #ffffff;
  background-image: none;
  position: absolute;
  top: 50%;
  margin-top: calc(-50px - 30px);
  text-align: center;
  font-family: "SimSun";
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 0px;
  color: #0f60ba;
  outline: none;
}

.ryzs .swiper-button-prev::after,
.ryzs .swiper-button-next::after {
  display: none;
}

.ryzs .swiper-button-prev {
  left: 0%;
  text-indent: -2px;
}

.ryzs .swiper-button-prev img {
  max-width: 100%;
}

.ryzs .swiper-button-next {
  right: 0%;
  text-indent: 2px;
}

.ryzs .swiper-button-next img {
  max-width: 100%;
}

@media (max-width: 1460px) {
  .ryzz {
    padding: 3.472vw 0 3.472vw;
  }
  .ryzs {
    margin-top: 8.333vw;
  }
}

@media (max-width: 1200px) {
  .ryzs .swiper-container {
    padding-bottom: 50px;
    width: 108.2%;
  }
  .ryzs li h3 a {
    font-size: 17px;
  }
  .ryzs .swiper-button-prev,
  .ryzs .swiper-button-next {
    width: 36px;
    height: 72px;
    font-size: 36px;
    margin-top: calc(-36px - 25px);
    line-height: auto;
  }
}

@media (max-width: 1024px) {
  .ryzs .swiper-container {
    width: 109%;
  }
  .ryzs li h3 a {
    font-size: 0.83333333vw;
  }
}

@media (max-width: 860px) {
  .ryzs .swiper-container {
    width: 109.5%;
  }
}

@media (max-width: 768px) {
  .ryzs .swiper-container {
    width: 106%;
    padding-bottom: 40px;
  }
  .ryzs .swiper-button-prev,
  .ryzs .swiper-button-next {
    width: 30px;
    height: 60px;
    font-size: 30px;
    margin-top: calc(-30px - 20px);
    line-height: auto;
  }
  .ryzs li h3 {
    top: calc(100% + 10px);
  }
  .ryzs li h3 a {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .ryzs .swiper-container {
    width: 100%;
  }
}

/*choose2*/
.choose2 {
  display: flex;
  justify-content: space-between;
  margin-top: 3.38541666666vw;
}

.choose2 .choose2-left {
  width: 45%;
}

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

.choose2 .choose2-right {
  width: 48%;
}

.choose2 .choose2-right .c11 .c0 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.choose2 .choose2-right .c11 .c0 .c1 {
  width: 5.20833333vw;
  height: 3.90625vw;
  background: #169ba0;
  text-align: center;
  line-height: 3.90625vw;
  color: #fff;
  font-size: 3.125vw;
  font-family: "Impact";
  font-weight: normal;
}

.choose2 .choose2-right .c11 .c0 .c2 {
  color: #169ba0;
  font-size: 1.875vw;
  font-weight: bold;
  width: 10.729167vw;
  text-align: center;
}

.choose2 .choose2-right .c11 .c3 {
  margin-top: 1.5625vw;
  margin-bottom: 1.5625vw;
}

.choose2 .choose2-right .c11 .c3 p {
  color: #4c4c4c;
  font-size: 0.9375vw;
  line-height: 2;
  position: relative;
  padding-left: 1.302083vw;
}

.choose2 .choose2-right .c11 .c3 p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #169ba0;
  top: 50%;
  margin-top: -4px;
}

.choose2 .choose2-right .c22 .c0 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.choose2 .choose2-right .c22 .c0 .c1 {
  width: 5.20833333vw;
  height: 3.90625vw;
  background: #169ba0;
  text-align: center;
  line-height: 3.90625vw;
  color: #fff;
  font-size: 3.125vw;
  font-family: "Impact";
  font-weight: normal;
}

.choose2 .choose2-right .c22 .c0 .c2 {
  color: #169ba0;
  font-size: 1.875vw;
  font-weight: bold;
  width: 10.729167vw;
  text-align: center;
}

.choose2 .choose2-right .c22 .c3 {
  margin-top: 1.5625vw;
  margin-bottom: 1.5625vw;
}

.choose2 .choose2-right .c22 .c3 p {
  color: #4c4c4c;
  font-size: 0.9375vw;
  line-height: 2;
  position: relative;
  padding-left: 1.302083vw;
  margin-bottom: 10px;
}

.choose2 .choose2-right .c22 .c3 p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #169ba0;
  top: 20%;
}

@media (max-width: 768px) {
  .choose2 {
    display: block;
  }
  .choose2 .choose2-left {
    width: 100%;
  }
  .choose2 .choose2-right {
    width: 100%;
  }
  .choose2 .choose2-right .c11 .c0 {
    display: block;
  }
  .choose2 .choose2-right .c11 .c0 .c1 {
    width: 100%;
    font-size: 30px;
    height: 8.3125vw;
    line-height: 8.3125vw;
  }
  .choose2 .choose2-right .c11 .c0 .c2 {
    width: 100%;
    font-size: 26px;
  }
  .choose2 .choose2-right .c11 .c3 p {
    font-size: 13px;
  }
  .choose2 .choose2-right .c22 .c0 {
    display: block;
  }
  .choose2 .choose2-right .c22 .c0 .c1 {
    width: 100%;
    font-size: 30px;
    height: 8.3125vw;
    line-height: 8.3125vw;
  }
  .choose2 .choose2-right .c22 .c0 .c2 {
    width: 100%;
    font-size: 26px;
  }
  .choose2 .choose2-right .c22 .c3 p {
    font-size: 13px;
  }
  .choose2 .choose2-right .c22 .c3 p::before {
    top: 17%;
    margin-top: 0;
  }
}

/*choose3*/
.choose3 {
  display: flex;
  justify-content: space-between;
  margin-top: 3.38541666666vw;
}

.choose3 .choose3-left {
  width: 49%;
}

.choose3 .choose3-left .c11 .c0 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.choose3 .choose3-left .c11 .c0 .c1 {
  width: 5.20833333vw;
  height: 3.90625vw;
  background: #169ba0;
  text-align: center;
  line-height: 3.90625vw;
  color: #fff;
  font-size: 3.125vw;
  font-family: "Impact";
  font-weight: normal;
}

.choose3 .choose3-left .c11 .c0 .c2 {
  color: #169ba0;
  font-size: 1.875vw;
  font-weight: bold;
  width: 10.729167vw;
  text-align: center;
}

.choose3 .choose3-left .c11 .c3 {
  margin-top: 1.5625vw;
  margin-bottom: 1.5625vw;
}

.choose3 .choose3-left .c11 .c3 p {
  color: #4c4c4c;
  font-size: 0.9375vw;
  line-height: 2;
  position: relative;
  padding-left: 1.302083vw;
}

.choose3 .choose3-left .c11 .c3 p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #169ba0;
  top: 15%;
}

.choose3 .choose3-left .c11 .c3 p strong {
  color: #00768c;
  font-weight: normal;
}

.choose3 .choose3-right {
  width: 47%;
}

.choose3 .choose3-right p {
  text-align: left;
}

.choose3 .choose3-right p img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .choose3 {
    display: block;
  }
  .choose3 .choose3-left {
    width: 100%;
  }
  .choose3 .choose3-right {
    width: 100%;
  }
  .choose3 .choose3-left .c11 .c0 {
    display: block;
  }
  .choose3 .choose3-left .c11 .c0 .c1 {
    width: 100%;
    font-size: 30px;
    height: 8.3125vw;
    line-height: 8.3125vw;
  }
  .choose3 .choose3-left .c11 .c0 .c2 {
    width: 100%;
    font-size: 26px;
  }
  .choose3 .choose3-left .c11 .c3 p {
    font-size: 13px;
  }
}

/**/
.box4 {
  background: url(//cdn.myxypt.com/32bf2696/21/03/a250ee36ef4022dfb861d5211f46c00633167152.jpg) no-repeat top center;
  background-size: 100% 100%;
  margin-top: 4.4270833333vw;
  padding-top: 5.72916666vw;
  padding-bottom: 3.645833333vw;
}

.box4 .about-index .a-title {
  text-align: center;
}

.box4 .about-index .a-title b {
  display: block;
  color: #ffffff;
  font-size: 3.125vw;
  font-weight: normal;
}

.box4 .about-index .a-title span {
  display: block;
  font-size: 1.25vw;
  color: #ffffff;
}

.box4 .about-index .a-con {
  padding: 0 7.25vw;
  margin-top: 3.64583333vw;
}

.box4 .about-index .a-con p {
  color: #fff;
  font-size: 0.83333333vw;
  text-align: center;
  line-height: 2;
}

.box4 .about-index .a-more {
  width: 9.166666666vw;
  height: 1.875vw;
  border: 2px solid #fff;
  background-color: #e60012;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 2.34375vw;
}

.box4 .about-index .a-more a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.9375vw;
}

/**/
.about-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-list li {
  position: relative;
}

.about-list li a {
  display: block;
}

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

.about-list li a .wz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-list li a .wz .img2 {
  text-align: center;
}

.about-list li a .wz .img2 img {
  max-width: 100%;
}

.about-list li a .wz span {
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
  margin-top: 2.604166666vw;
}

.about-list li a .wz p {
  color: #fff;
  font-size: 0.9375vw;
  font-weight: bold;
  padding-top: 15px;
}

.about-list li:nth-of-type(2) .wz {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .box4 .about-index .a-more {
    width: 23.166667vw;
    height: 5.875vw;
  }
  .about-list li a .wz .img2 img {
    max-width: 40%;
  }
  .about-list li a .wz span {
    margin-top: 10px;
  }
  .about-list li a .wz p {
    padding-top: 10px;
  }
}

/**/
.c4_wap {
  margin-top: 5.125%;
  display: flex;
  justify-content: space-between;
}

.c4-left {
  width: 33%;
}

.c4-left a {
  display: block;
  position: relative;
  overflow: hidden;
}

.c4-left img {
  width: 100%;
  transition: .5s;
}

.c4-left a:hover img {
  transform: scale(1.1);
}

.c4-left h3{
    display: none
}

.c4-left:hover h3 {
  width: 100%;
  background: #169ba0;
  line-height: 3.125vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.5625vw;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 400;
  text-indent: 2.91666667vw;
  display: block
}

.c4-right {
  width: 67.5%;
  float: right;
}

.c4-right ul li {
  width: 49%;
  margin-left: 1%;
  float: left;
  margin-bottom: 10px;
}

.c4-right ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.c4-right ul li img {
  width: 100%;
  transition: .5s;
}

.c4-right ul li:hover img {
  transform: scale(1.1);
}

.c4-right li h3 {
    display: none
}

.c4-right li:hover h3 {
  width: 100%;
  background: #169ba0;
  line-height: 3.125vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.5625vw;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 400;
  text-indent: 2.91666667vw;
  display: block
}

.ccmore {
  display: block;
  margin-top: 3.125%;
  font-size: 0.83333333vw;
  color: #999999;
  text-align: center;
}

.ccmore:hover {
  color: #007bbc;
}

@media (max-width: 990px) {
  .c4-right {
    width: 100%;
    float: none;
  }
}

@media (max-width: 768px) {
  .c4-right h3 {
    font-size: 15px;
    line-height: 40px;
  }
}

/**/
.box7 {
  background: url(//cdn.myxypt.com/32bf2696/21/03/bce0eb536c92b6a0592f71641af50c4a1e693d58.jpg) no-repeat top center;
  background-size: 100% auto;
  margin-top: 6.25vw;
  padding: 7.55208333333333vw 0;
  height: 29.53125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box7 .he-title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box7 .he-title b {
  display: block;
  color: #333333;
  font-size: 1.35416666666vw;
}

.box7 .he-title span {
  display: block;
  color: #bbbbbb;
  font-size: 14px;
  padding-top: 10px;
}

.box7 .he-title a {
  display: block;
  color: #333333;
  font-size: 14px;
  margin-top: 1.5625vw;
}

/**/
.news-index {
  margin-bottom: 5.7291666666vw;
}

.p7a {
  display: flex;
  justify-content: space-between;
  margin-top: 2.604166666vw;
}

.p7a1 {
  width: 60.41%;
}

.p7a1a1 {
  display: flex;
}

.p7a1a1 li {
  width: 10.9375vw;
}

.p7a1a1 li a {
  display: block;
  font-size: 1.09375vw;
  color: #333333;
  height: 3.125vw;
  line-height: 3.125vw;
  text-align: center;
  font-weight: 700;
}

.p7a1a {
  display: flex;
  justify-content: space-between;
  height: 3.125vw;
  background: #fff;
  border: 1px solid #e2e2e2;
  margin-bottom: 1.5625vw;
}

.p7a1a > a {
  line-height: 3.125vw;
  font-size: 0.83333333vw;
  color: #777777;
  margin-right: 0.9375vw;
}

.p7a1b1 li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.822916666vw;
}

.p7a1b1 li a .img {
  width: 37.49%;
}

.p7a1b1 li a .img img {
  width: 100%;
}

.p7a1b1 li a .cont {
  width: 54%;
  padding-right: 1rem;
}

.p7a1b1 li a .cont h3 {
  font-size: 1.09375vw;
  color: #333333;
  margin-bottom: 1.5rem;
}

.p7a1b1 li a .cont p {
  font-size: 0.83333333vw;
  line-height: 2;
  color: #999999;
}

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

.p7a1b2 li {
  width: 50%;
}

.p7a1b2 li a {
  display: block;
  font-size: 17px;
  line-height: 2.1;
  color: #666666;
  background: url(//cdn.myxypt.com/32bf2696/21/03/7ebb8126599bf69cbea5dc00e3610383fe1b5e68.png) no-repeat left center;
  padding-left: 1.7708333vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.p7a1a1 li.cur {
  background-color: #169ba0;
}

.p7a1a1 li.cur a {
  color: #fff;
}

.p7a2 {
  width: 36.67%;
}

.p7a2a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  line-height: 3.125vw;
  height: 3.125vw;
  margin-bottom: 1.5625vw;
}

.p7a2a h3 {
  font-size: 1.09375vw;
  color: #333333;
  background: url(//cdn.myxypt.com/32bf2696/21/03/03fdf511477047829c42c18ca8d50347e8dde8c3.png) no-repeat 14px center;
  padding-left: 3.3333333333vw;
}

.p7a2a a {
  line-height: 3.125vw;
  font-size: 0.83333333vw;
  color: #777777;
  margin-right: 0.9375vw;
}

.p7a2b li a {
  display: block;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 1.04166666vw;
  margin-bottom: 1.04166666vw;
}

.p7a2b li:last-child a {
  border: none;
}

.p7a2b li a h3 {
  font-size: 0.9375vw;
  color: #333333;
  padding-left: 2.5vw;
  margin-bottom: 24px;
  position: relative;
}

.p7a2b li a h3::before {
  content: "Q";
  width: 1.614583333vw;
  height: 1.614583333vw;
  background-color: #169ba0;
  line-height: 1.614583333vw;
  text-align: center;
  font-size: 0.83333333vw;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p7a2b li a p {
  font-size: 0.83333333vw;
  color: #999999;
  line-height: 2;
  padding-left: 2.5vw;
  position: relative;
}

.p7a2b li a p::before {
  content: "A";
  width: 1.614583333vw;
  height: 1.614583333vw;
  background-color: #000000;
  line-height: 1.614583333vw;
  text-align: center;
  font-size: 0.83333333vw;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1024px) {
  .p7a2a h3 {
    background-size: 20% auto;
  }
}

@media (max-width: 768px) {
  .p7a {
    flex-wrap: wrap;
  }
  .p7a1 {
    width: 100%;
  }
  .p7a1a {
    height: 9.125vw;
  }
  .p7a1a1 li {
    width: 50%;
  }
  .p7a1a1 li a {
    font-size: 20px;
    line-height: 8.125vw;
  }
  .p7a1a > a {
    line-height: 8.125vw;
    font-size: 14px;
  }
  .p7a1b1 li a .cont h3 {
    font-size: 16px;
  }
  .p7a1b1 li a .cont p {
    font-size: 13px;
  }
  .p7a2 {
    width: 100%;
    margin-top: 6%;
  }
  .p7a2a {
    height: 11.125vw;
    line-height: 11.125vw;
  }
  .p7a2a h3 {
    font-size: 20px;
    padding-left: 9.333333vw;
  }
  .p7a2a a {
    font-size: 14px;
  }
  .p7a2b li a h3 {
    font-size: 16px;
    padding-left: 5.5vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p7a2b li a p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .p7a2b li a h3::before {
    width: 5.614583vw;
    height: 5.614583vw;
    line-height: 5.614583vw;
  }
  .p7a2b li a p::before {
    width: 5.614583vw;
    height: 5.614583vw;
    line-height: 5.614583vw;
  }
  .p7a2b li a p {
    padding-left: 5.5vw;
  }
  .box7 .he-title span {
    font-size: 12px;
  }
  .box7 .he-title a {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .p7a1b1 li a .img {
    width: 100%;
  }
  .p7a1b1 li a {
    flex-wrap: wrap;
  }
  .p7a1b1 li a .cont {
    width: 100%;
  }
  .p7a1b2 li {
    width: 100%;
  }
}

/**/
.foot-bg {
  background: url(//cdn.myxypt.com/32bf2696/21/03/bf50af2df82aadfaa909dbe1b885822688e1a60b.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.fnav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.fnav .f1 li a {
  display: block;
  color: #ffffff;
  font-size: 0.9375vw;
  line-height: 3;
}

.foot-con {
  padding: 2.08333333333vw 0;
  display: flex;
  justify-content: space-between;
}

.foot-con .flogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-con .flogo p img {
  max-width: 100%;
}

.foot-con .fct h2 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5625vw;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.foot-con .fct h2 span {
  display: block;
  width: 44px;
  height: 2px;
  background: #a11f24;
  margin-top: 15px;
}

.foot-con .fct p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  max-width: 120px;
  text-align: center;
}

.foot-con .fct p img {
  max-width: 100%;
}

.foot-con .fse h2 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5625vw;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.foot-con .fse h2 span {
  display: block;
  width: 44px;
  height: 2px;
  background: #a11f24;
  margin-top: 15px;
}

.foot-con .fse .flx {
  display: flex;
  justify-content: space-between;
}

.foot-con .fse .flx .flx1 {
  color: #fff;
  font-size: 14px;
  margin-right: 2.1875vw;
}

.foot-con .fse .flx .flx1 p {
  padding-bottom: 10px;
}

.foot-con .fse .flx .flx2 {
  color: #fff;
  font-size: 14px;
}

.foot-con .fse .flx .flx2 p {
  padding-bottom: 10px;
}

.foot-con .fse .flx .flx2 p img {
  max-width: 100%;
  margin-top: 10px;
}

.flink {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 0;
}

.flink .link span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375vw;
}

.flink .link a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375vw;
  padding: 0 5px;
}

.cop {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 0;
}

.cop a {
  color: rgba(255, 255, 255, 0.5);
}

.cop .cp3 a {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .foot-con {
    display: block;
  }
  .foot-con .flogo p img {
    max-width: 50%;
  }
  .foot-con .fct h2 {
    font-size: 20px;
  }
  .foot-con .fse h2 {
    font-size: 20px;
  }
  .cop {
    display: block;
  }
  .foot-bg{
      padding-bottom:15%;
  }
}
