/*公共样式--开始*/

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}

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

.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
body {
  font-family: Microsoft YaHei;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.head .wel {
  padding-top: 24px;
}
.head .wel p {
  line-height: 37px;
  font-size: 16px;
  color: #333;
  padding-left: 28px;
  border-left: 1px solid #333;
}
.nav {
  width: 680px;
}
.x-menu > li {
  width: 16.66%;
  text-align: center;
  font-size: 15px;
  line-height: 80px;
}
.x-menu > li > a {
  color: #333;
  position: relative;
}
.x-menu > li:hover {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}
/* .x-menu > li.active {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
} */
.x-menu > li > a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #69aed4;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transition: all 0.2s ease;
}

.x-menu > li > a:hover:after {
  left: 0;
  width: 100%;
}
/* .x-menu > li.active > a:after {
  left: 0;
  width: 100%;
} */
.x-banner {
  position: relative;
}
.rs {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  z-index: 999;
}
.rs .w1200 {
  background: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}
.skr {
  font-size: 14px;
  color: #444;
  line-height: 88px;
  padding-left: 58px;
  margin-right: 76px;
}
.skr a {
  color: #444;
}
.skr a::after {
  content: "，";
}
.skr a:last-child::after {
  display: none;
}
.ss {
  width: 296px;
  line-height: 30px;
  border-radius: 30px;
  background: #f5f5f5;
  margin-top: 29px;
}
.ss #keyword {
  background: none;
  border: none;
  outline: none;
  width: 229px;
  font-size: 12px;

  padding-left: 38px;
}
.ss #keyword::placeholder {
  color: #666666;
}
.ss #s_btn {
  border: none;
  outline: none;
  width: 67px;
  float: right;
  border-radius: 30px;
  background: url(//cdn.xypt.top/3f4866bf/21/03/d1e1e2a5fce97eb5542b367774b51bd3584a1da3.png)
    no-repeat center #69aed4;
}
.sytel {
  margin-right: 30px;
}
.sytel p {
  background: url(//cdn.xypt.top/3f4866bf/21/03/379908734e3228150ee46e9107f730f3b8c4dd4b.png)
    no-repeat left center;
  font-size: 24px;
  line-height: 88px;
  padding-left: 44px;
  font-family: Arial;
  color: #444;
  font-weight: 700;
}
.title .p1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  color: #69aed4;
  font-family: Arial;
  margin-right: 13px;
}
.title .p2 {
  padding-top: 10px;
}
.title .p3 {
  font-size: 24px;
  color: #333;
  line-height: 24px;
}
.title .p4 {
  font-size: 13px;
  line-height: 12px;
  color: #666666;
  margin-top: 15px;
}
.title .p4 span {
  color: #69aed4;
  margin-right: 29px;
}
.peixun {
  padding-top: 75px;
  background: url(//cdn.xypt.top/3f4866bf/21/03/bdbcd17ac210ead443a66d4cf8489ece6d29d155.jpg)
    no-repeat center;
  height: 596px;
}
.px {
  margin-top: 122px;
  display: flex;
  justify-content: space-between;
}
.pxx {
  width: 241px;
  height: 243px;
  position: relative;
  transition: all 0.3s;
}
.pxcont {
  border-radius: 10px;
  background: #fff;
  height: 243px;
  padding-top: 105px;
}
.pxcont .p1 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
  margin-bottom: 32px;
}
.pxx .pximg {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -70px;
}
.pxcont .p2 {
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.pxx:hover {
  margin-top: -5px;
}
.pxx .pxcont {
  box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}
.fuwu {
  padding-top: 79px;
  height: 562px;
}
.fwcp {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.cp1 {
  padding: 6px;
  background: #fff;
  border: #e5e5e5 1px solid;
  border-radius: 5px;
  transition: all 0.8s;
}
.cp1 .pt {
  font-size: 14px;
  color: #333;
  line-height: 63px;
  text-align: center;
}
.cp1:hover {
  transform: scale(1.15);
}
.gongc {
  background: url(//cdn.xypt.top/3f4866bf/21/03/35369397677e42b36329fd199e237415dcf2d6fb.jpg);
  height: 665px;
  padding-top: 69px;
  overflow: hidden;
}
.gongc .title .p1 {
  color: #fff;
}
.gongc .title .p3 {
  color: #fff;
}
.gongc .title .p4 {
  color: #fff;
}
.gongc .title .p4 span {
  color: #fff;
}
.gc {
  margin-top: 45px;
}
.gcc {
  width: 25%;
  text-align: center;
  margin-bottom: 87px;
}
.gcc .gcimg {
  /*padding: 16px;*/
  width: 200px;
  /*height: 121px;*/
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255, 0);
  transition: all 0.8s;
}
.gcc .gcimg img {
  /* max-width: 100%; */
  /* line-height: 121px; */
  width: 100%;
  transition: all 0.8s;
}
.gcc .gcp {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  margin-top: 20px;
}
/* .gcc .gcimg:hover {
  padding: 10px;
  border-radius: 50%;
  border: #fff 1px #fff;
} */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1);
  }
}
/*.gcc .gcimg:hover {*/
/*  animation: pulse 1s infinite;*/
/*  border: 1px solid rgb(255, 255, 255, 1);*/
/*}*/
.case {
  padding-top: 73px;
}
.case .cc {
  position: relative;
}
.case .ca1 {
  margin-bottom: 182px;
}
.case .ca5 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.case .caimg {
  overflow: hidden;
}
.case .caimg img {
  max-width: 100%;
  transition: all 0.8s;
}
.case .caimg:hover img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.case .ca0 {
  width: 642px;
  height: 377px;
  margin-right: 12px;
}
.case .ca1 {
  width: 334px;
  height: 208px;
  margin-right: 10px;
}
.case .ca2 {
  width: 201px;
  height: 208px;
}
.case .ca3 {
  width: 301px;
  height: 145px;
  margin-right: 12px;
}
.case .ca4 {
  width: 329px;
  height: 145px;
}
.case .ca5 {
  width: 546px;
  height: 314px;
}
.ys {
  margin-top: 73px;
}
.yous {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.ysimg {
  text-align: center;
  padding-top: 50px;
  transition: all 0.3s;
}
.ysimg .p1 {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 14px;
  margin-bottom: 20px;
}
.ysimg .p2 {
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
.ads {
}
.yous .yshi0 .ysimg {
  background: url(//cdn.xypt.top/3f4866bf/21/03/01051780970d22102aec9ae47957743f849b8d26.png)
    top center no-repeat;
}
.yous .yshi1 .ysimg {
  background: url(//cdn.xypt.top/3f4866bf/21/03/b2ea2741c9d7493d045073454f588271c2235502.png)
    top center no-repeat;
}
.yous .yshi2 .ysimg {
  background: url(//cdn.xypt.top/3f4866bf/21/03/3e5ccf25a68359d12c470f3331902bf6dbed40c3.png)
    top center no-repeat;
}
.yous .yshi3 .ysimg {
  background: url(//cdn.xypt.top/3f4866bf/21/03/ca8277b3e826559884df8080595f380ce1b5405c.png)
    top center no-repeat;
}
.yous .yshi4 .ysimg {
  background: url(//cdn.xypt.top/3f4866bf/21/03/239c6509e12434cfd18a9733c76902ce4d1c1225.png)
    top center no-repeat;
}
.yous .yshi5 .ysimg {
  background: url(//cdn.xypt.top/3f4866bf/21/03/9b577ed3d6337d3a858a1a7f98fade47faf3c0ba.png)
    top center no-repeat;
}
.ysimg:hover {
  transform: scale(1.15);
}
.yous .yshi0:hover .ysimg {
  background: url(//cdn.xypt.top/3f4866bf/21/03/c3ae54bd1c5c97867a1020e6fb4fdff79111f4fa.png)
    top center no-repeat;
}
.yous .yshi1:hover .ysimg {
  background: url(//cdn.xypt.top/3f4866bf/21/03/a8e53be32e1c7d0e6d6dd13810e642ea1e754a0a.png)
    top center no-repeat;
}
.yous .yshi2:hover .ysimg {
  background: url(//cdn.xypt.top/3f4866bf/21/03/ead67b3c9c4ea3dc297e680643e3dc4aa87fc4ed.png)
    top center no-repeat;
}
.yous .yshi3:hover .ysimg {
  background: url(//cdn.xypt.top/3f4866bf/21/03/8c725f36ede18aaddc6c98dd4d3aeab9c2480997.png)
    top center no-repeat;
}
.yous .yshi4:hover .ysimg {
  background: url(//cdn.xypt.top/3f4866bf/21/03/664011938e1eb936c347086760a239f3ceedd51f.png)
    top center no-repeat;
}
.yous .yshi5:hover .ysimg {
  background: url(//cdn.xypt.top/3f4866bf/21/03/a61be35ceec692af455d19dd88bf07959adcc20a.png)
    top center no-repeat;
}
.zzam {
  width: 108px;
  line-height: 25px;
  text-align: center;
  border-radius: 30px;
  display: block;
  margin-top: 40px;
  border: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.zzam:hover {
  background: #fff;
  color: #69aed4;
  border: 1px solid #fff;
}
.zizhi {
  background: url(//cdn.xypt.top/3f4866bf/21/03/fe919464562db237aeec3f8fdaea1291b8a34032.jpg)
    center;
  height: 567px;
  padding-top: 74px;
}
.zizhi .title .p1 {
  color: #fff;
}
.zizhi .title .p3 {
  color: #fff;
}
.zizhi .title .p4 {
  color: #fff;
}
.zizhi .title .p4 span {
  color: #fff;
}
.z1 {
  margin: 0 25px;
}
.zz {
  margin-top: 50px;
  margin-left: -25px;
  margin-right: -25px;
}
.z1 .pz1 {
  font-size: 14px;
  color: #333;
  line-height: 45px;
  text-align: center;
  background: #fff;
}
.z1:hover .pz1 {
  color: #69aed4;
}
.z1 .zimg {
  overflow: hidden;
}
.z1 .zimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.z1:hover .zimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.zizhi {
  margin-top: 68px;
}
.nn {
  margin: 0 15px;
}
.n {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
}
.ncont {
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 23px;
  padding-bottom: 32px;
  background: #fff;
}
.ncont .p1 {
  font-size: 16px;
  line-height: 16px;
  color: #69aed4;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ncont .p2 {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news {
  background: #f2f2f2;
  padding-top: 70px;
  padding-bottom: 85px;
}
.news .zzam {
  border: 1px solid #69aed4;
  color: #69aed4;
}
.news .zzam:hover {
  border: 1px solid #fff;
}
.jiahao {
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: -27px;
  right: 14px;
  border-radius: 50%;
  transition: all 0.5s;
  border: 1px dashed #69aed4;
  /* background: url(//cdn.xypt.top/3f4866bf/21/03/0d4506da5888511c9fbb5fc0d79b297cec8bffb6.png)
    no-repeat center; */
}
.jjaa {
  line-height: 38px;
  width: 42px;
  height: 42px;
  background: #69aed4;
  margin: 6px auto;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  border-radius: 50%;
}
.nimg {
  position: relative;
}
.jiahao:hover {
  background: #69aed4;
  border: 1px solid #69aed4;
}
.yqlj {
  background: #f2f2f2;
  padding-bottom: 23px;
}
.yqlj .s1 {
  font-size: 18px;
  font-weight: 700;
  color: #69aed4;
  font-family: Arial;
  display: block;
  line-height: 18px;
}
.yqlj .s2 {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 18px;
}
.yqlj a {
  color: #69aed4;
}
.yqlj a + a {
  margin-left: 5px;
}
.yqlj a:hover {
  opacity: 0.8;
}
.foot {
  background: #69aed4;
  padding-top: 50px;
  padding-bottom: 45px;
}
.f2 {
  margin-right: 36px;
}
.f2b {
  padding-left: 36px;
  border-left: 1px solid #fff;
  margin-top: 20px;
  margin-left: 35px;
}
.f2b .p1 {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.f2b .p2 {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  margin-top: 10px;
}
.f3 input {
  background: no-repeat;
  border: none;
  outline: none;
}
.f3b1 {
  padding-left: 27px;
  margin-bottom: 9px;
}
.f3b1::before {
  content: "姓名：";
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
.f3b1 input {
  width: 224px;
  line-height: 40px;
  background: #e1eff6;
  border-radius: 5px;
  padding-left: 10px;
}
.f3b2::before {
  content: "联系方式： ";
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
.f3b2 input {
  width: 224px;
  line-height: 40px;
  background: #e1eff6;
  border-radius: 5px;
  padding-left: 10px;
}
.f3b3 {
  width: 224px;
  line-height: 40px;
  background: #e1eff6;
  border-radius: 5px;
  margin-bottom: 9px;
}
.f3b3 input {
  width: 99px;
  padding-left: 10px;
  line-height: 40px;
}
.f33 {
  margin-right: 7px;
}
.f3b3 input::placeholder {
  font-size: 14px;
  color: #666;
}
.f4 input {
  width: 224px;
  line-height: 40px;
  border: #fff solid 1px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
.sys {
  border: solid 1px #fff;
  border-left: none;
  width: 30px;
  font-size: 12px;
  padding: 17px 9px;
  height: 92px;
  color: #fff;
}
.f5 p:first-child {
  float: left;
}
.fbot .w1200 {
  display: flex;
  justify-content: space-between;
}
.fbot .w1200 div {
  line-height: 56px;
  color: #fff;
}
.fbot {
  background: #2c353d;
}
.fbot .w1200 div a {
  color: #fff;
}
.fbot .w1200 div a:hover {
  opacity: 0.8;
}
.xypg-left-title {
  background-color: #69aed4;
}
.xypg-job-list .job-title {
  background-color: #69aed4;
}
.xypg-news-list li .more span:hover {
  background-color: #69aed4;
}
.xypg-pagination a:hover {
  background-color: #69aed4;
}
.xypg-news-list li:hover .more span {
  background-color: #69aed4;
}
.xypg-pagination #current,
.xypg-pagination a:hover {
  border: #69aed4;
  background: #69aed4;
}
#toolbar li a {
  background-color: #69aed4;
}
#toolbar li:hover .icon-font {
  background-color: #69aed4;
}


.fbot {
    font-size: 12px;
}
.anm{
    width: 50%;
    float: left;
}
.anm .nmd{
    width: 100%;
}
.xypg-left-nav li{
    cursor: pointer;
}
/*.xypg-left-nav li:hover .xypg-left-subnav{*/
/*    display: block*/
/*}*/
/*.xypg-left-nav .xypg-left-subnav{*/
/*    background: rgb(255,255,255,0.7);*/
/*    position: absolute;*/
/*    right: -305px;*/
/*    width: 100%;*/
/*    top: 0;*/
/*}*/