/*首页*/

.container {
  width: 1230px;
  margin: 0 auto;
}

/*头部*/

.logo {
  padding: 30px 0;
}

.h_top {
  width: 380px;
}

.x-seo {
  color: #999;
  text-align: right;
}

.x-seo a {
  color: #999;
  line-height: 40px;
  font-size: 12px;
}

.x-seo a:hover {
  color: #0d6bb9;
}

.lan {
  font-size: 14px;
  color: #767676;
  font-weight: 700;
  margin-top: 20px;
  width: 86px;
}

.lan a.lanBtn {
  display: inline-block;
  width: 42px;
  line-height: 18px;
  border: 1px solid #767676;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #818181;
  background: url(//cdn.myxypt.com/aa39a481/21/01/f028bde8880586c637c34a158a7f2004235388b0.png)
    no-repeat 26px center;
  padding: 0 5px;
}

.topcontacts {
  padding-top: 8px;
}

.h_pho {
  font-size: 26px;
  font-weight: 700;
  color: #0d6bb9;
  font-family: "Arial";
  line-height: 26px;
  background: url(//cdn.myxypt.com/aa39a481/21/01/ab9cc8cca6ccf8c3fb69ed9991a4394da2c69858.png)
    no-repeat left center;
  padding-left: 50px;
}

.h_pho p {
  margin: 0;
}

.h_pho b {
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

/*导航*/

.wrap-nav {
  background: url(//cdn.myxypt.com/aa39a481/21/01/440c037f6ee7da7fede4b5af16764990e064c21b.jpg)
    no-repeat center;
  line-height: 62px;
}

/*搜索*/

.wrap-search {
  border-bottom: 1px solid #e5e5e5;
}

.h_ser .serBtn b {
  color: #0d6bb9;
}

.h_ser .serBtn a {
  color: #666;
  padding: 0 10px;
  line-height: 78px;
}

.h_ser .serBtn a:hover {
  color: #0d6bb9;
}

.s_inp {
  width: 278px;
  border: 1px solid #0d6bb9;
  border-radius: 5px;
  line-height: 36px;
  margin-top: 18px;
}

#keyword {
  outline: none;
  border: none;
  width: 228px;
  border-radius: 5px;
  padding-left: 8px;
}

#s_btn {
  text-indent: 100px;
  overflow: hidden;
  width: 43px;
  border: none;
  background: url(//cdn.myxypt.com/aa39a481/21/01/f9a55bbb18f7407bccec5df6e88d8b4a6a0828d5.png)
    no-repeat center;
}

/*产品*/

.webTitle {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #454543;
  padding: 50px 0;
}

.webTitle span {
  color: #0d6bb9;
  font-weight: 400;
}

.webTitle p {
  margin: 0;
  font-size: 22px;
  color: #666;
  font-weight: 400;
  background: url(//cdn.myxypt.com/aa39a481/21/01/5c2e3c6fe3dce03d9718e03ac3fa7bcb58adee0d.png)
    no-repeat center;
  margin-top: 20px;
}

.proMate {
  width: 260px;
}

.proMate h2 {
  height: 100px;
  background: #0d6bb9;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  border-radius: 5px 5px 0 0;
  padding-top: 25px;
}

.proMate h2 p {
  font-size: 13px;
  font-family: "Arial";
  text-transform: uppercase;
  color: #78a0d0;
}

.proMate ul {
  border: 1px solid #eee;
  padding: 20px 0;
  background: #f8f8f8;
}

.proMate ul li {
  position: relative;
}

.proMate ul li:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 30px;
  width: 9px;
  height: 9px;
  background: #ebebeb;
  border: 1px solid #aeaeae;
  border-radius: 50px;
  transition: all 0.3s;
}

.proMate ul li:hover:before {
  background: #0d6bb9;
  border-color: #0d6bb9;
}

.proMate ul li a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 56px;
  text-indent: 58px;
  transition: all 0.3s;
}

.proMate ul li:hover a {
  color: #0d6bb9;
}

.prContact {
  margin-top: 10px;
  padding: 25px 14px;
  background: url(//cdn.myxypt.com/aa39a481/21/01/2253072ecc3f62d16e519ba372181c09fa8daee7.png)
    no-repeat 14px #0d6bb9;
  font-size: 22px;
  color: #fff;
  font-family: "Arial";
  font-weight: 700;
  line-height: 22px;
  padding-left: 80px;
}

.prContact b {
  font-weight: 400;
  font-size: 14px;
  color: #ccdaec;
  font-family: "微软雅黑";
}

.proList {
  width: 910px;
  margin: 0 -12px 0 -12px;
}

.proList li {
  float: left;
  margin-right: 30px;
}

.proList li:nth-child(6),
.proList li:nth-child(3) {
  margin-right: 0;
}

.proList li .img {
  width: 278px;
  height: 278px;
  overflow: hidden;
  border: 1px solid #eee;
}

.proList li .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.proList li:hover .img img {
  transform: scale(1.1);
}

.proList li h3 {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 56px;
}

.proList li:hover h3 {
  color: #0d6bb9;
}

/*产品优势*/

.wrap-advance {
  background: url(//cdn.myxypt.com/aa39a481/21/01/36c59e93c2f9b86111c0801e1baf81c494ef9e0d.jpg)
    no-repeat top center;
  padding-top: 30px;
  margin-top: 60px;
  padding-bottom: 118px;
}

.leftCon {
  width: 262px;
}

.leftCon ul li {
  background: #fff;
  border: 1px dashed #d1d1d1;
  padding: 30px 20px;
  text-align: right;
  position: relative;
  cursor: pointer;
}
.leftCon ul li .img{
    position: absolute;
    right: 20px;
    top: -50px;
    font:600 60px/88px "Airal";
    color: #0d6bb9;
}
.leftCon ul li:hover {
  border-color: #0d6bb9;
}

.leftCon ul li:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 36px;
  right: -12px;
  background: url(//cdn.myxypt.com/aa39a481/21/01/d9525ac1c6180d532c0f1ad86ea95106c72efbc2.png);
}

.leftCon ul li:nth-child(1) {
  margin-top: 40px;
}

.leftCon ul li:nth-child(2) {
  margin-top: 110px;
}

.leftCon ul li:nth-child(3) {
  margin-top: 114px;
}

.leftCon ul li:nth-child(3):after,
.leftCon ul li:nth-child(2):after {
  top: 47px;
}

.leftCon ul li h3 {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}


.midCon {
  width: 440px;
  padding-top: 30px;
  margin-left: 126px;
}

.midCon img {
  width: 440px;
  height: 580px;
}

.rightCon ul li {
  text-align: left;
  position: relative;
}

.rightCon ul li .img {
    position: absolute;
    left: 20px;
    top: -50px;
    font:600 60px/88px "Airal";
    color: #0d6bb9;
}

.rightCon ul li:after {
  right: auto;
  left: -12px;
}

/*优势*/

.adTitle p {
  background: url(//cdn.myxypt.com/aa39a481/21/01/723febe9fdda029ef193a6662398796c0c4352bf.png)
    no-repeat center;
}

.advance01con {
  width: 540px;
}

.advance01con h2 {
  color: #333;
  font: 600 38px/52px "Microsoft yahei";
  margin-bottom: 38px;
}

.advance01con h2 strong {
  color: #0d6bb9;
}

.advance01con h2 span {
  display: block;
  color: #555;
  font: 400 28px/44px "Microsoft yahei";
}

.wrap-gsad {
  background: url(//cdn.myxypt.com/aa39a481/21/01/31c7c5d5e5f5af62c3503f70921328c249692233.jpg)
    no-repeat top center;
  padding: 40px 0;
  margin: 70px 0;
}

.advance01con p {
  margin: 0;
  color: #555;
  font: 400 16px/30px "Microsoft yahei";
}

.advance01con img {
  padding: 30px 0;
}

/*行业应用*/

.wrap-industy {
  background: #f9f9f9;
  margin-top: 70px;
  padding-bottom: 70px;
}

.inleftList ul {
  background: #fff;
  width: 260px;
  padding: 40px 18px;
}

.inleftList ul li {
  border: 1px solid #ededed;
  border-radius: 50px;
  margin-bottom: 18px;
  padding: 4px;
  cursor: pointer;
}

.inleftList ul li .img .imgcon {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 50px;
  transition: 0.3s;
}

.inleftList ul li h3 {
  width: 158px;
  font-size: 18px;
  color: #333;
  padding-top: 4px;
}

.inleftList ul li h3 p {
  font-size: 12px;
  color: #999;
  font-family: "Arial";
  line-height: 18px;
  margin: 0;
}

.inleftList ul li:hover {
  background-color: #0d6bb9;
}

.inleftList ul li:hover .img .imgcon {
  background-position: 0 -42px !important;
  background-color: #fff !important;
}

.inleftList ul li:hover h3 p {
  color: #a6bede;
}

.inleftList ul li:hover h3 {
  color: #fff;
}

.inmidList ul {
  width: 660px;
  margin-left: 12px;
}

.inmidList ul li {
  float: left;
  margin: 0 3px;
  margin-bottom: 6px;
  cursor: pointer;
}

.inmidList ul li .img {
  width: 214px;
  height: 162px;
  overflow: hidden;
}

.inmidList ul li .img img {
  transition: 0.3s;
    width: 214px;
  height: 162px;
}

.inmidList ul li:hover .img img {
  transform: scale(1.1);
}

/*定制流程*/

.wrap-process {
  background: url(//cdn.myxypt.com/aa39a481/21/01/1ee1aa05fccf9c0529aa82d42c51f7f119377160.jpg)
    no-repeat 0 70%;
}

.wrap-process ul {
  padding-top: 20px;
}

.wrap-process ul li {
  float: left;
  text-align: center;
  margin: 0 31px;
  cursor: pointer;
}

.wrap-process ul li .proimg {
  background: url(//cdn.myxypt.com/e6a210e2/21/03/644c054eb06d070890bc63b6cb92ee94b7c1b18d.png)
    no-repeat top center;
  width: 109px;
  height: 151px;
}

.wrap-process ul li .proimg .imgs {
  padding-top: 36px;
}

.wrap-process ul li .proimg .img {
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 auto;
}

.wrap-process ul li:hover .proimg .img {
  background-position: 0 -50px !important;
}

.wrap-process ul li:hover .proimg {
  background: url(//cdn.myxypt.com/e6a210e2/21/03/ae71761e3cbbd1e71b27eca47327ee8ec5a71716.png)
    no-repeat top center;
}

.wrap-process ul li h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 44px;
  padding-top: 60px;
}

.wrap-process ul li:hover h3 {
  color: #0d6bb9;
}

.proCotact {
  font-size: 30px;
  font-weight: 700;
  color: #0d6bb9;
  font-family: "Arial";
  line-height: 40px;
  background: url(//cdn.myxypt.com/aa39a481/21/01/4e1ad2b83dde354cdd311d68c4436d9b4f4b6f89.png)
    no-repeat left center;
  padding-left: 50px;
  width: 454px;
  margin: 0 auto;
  padding-top: 10px;
  margin-top: 50px;
}

.proCotact span {
  display: inline-block;
  position: relative;
  top: -6px;
}

.proCotact span a {
  width: 126px;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #0d6bb9;
  font-weight: 400;
  border-radius: 3px;
  margin-left: 50px;
}

/*公司简介*/

.wrap-about {
  background: url(//cdn.myxypt.com/aa39a481/21/01/05415b22e613b85848bdab94d72623a3ebd57f74.jpg)
    no-repeat top center;
  margin-top: 70px;
}

.h2Wz h2 {
  width: 540px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding-top: 60px;
  height: 180px;
}

.h2Wz h2 p {
  font-size: 21px;
  font-weight: 400;
  line-height: 40px;
}

.aboutCon {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
}

.aboutImg {
  width: 570px;
}

.aboutWz {
  width: 540px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.aboutWz h2 {
  font-size: 32px;
  color: #333;
  position: relative;
  padding: 20px 0 30px 26px;
}

.aboutWz h2:before {
  content: "";
  background: #0d6bb9;
  width: 10px;
  height: 10px;
  bottom: 30px;
  left: 0;
  position: absolute;
}

.aboutWz h2 a {
  display: block;
  line-height: 22px;
  width: 104px;
  background: #969696;
  font-size: 14px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 24px;
  transition: all 0.3s;
}

.aboutWz h2 a:hover {
  background: #0d6bb9;
}

/*tab*/

/* 本例子css */

.slideGroup {
  margin-top: 44px;
}

.slideGroup .parHd {
  line-height: 38px;
  position: relative;
  background: url(//cdn.myxypt.com/aa39a481/21/01/2edd108fb05084a59f4b43af614f7584f6634e23.jpg)
    no-repeat center center;
}

.slideGroup .parHd ul {
  text-align: center;
}

.slideGroup .parHd ul li {
  display: inline-block;
  width: 150px;
  border: 1px solid #999;
  margin: 0 8px;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
}

.slideGroup .parHd ul li.on {
  background: #0d6bb9;
  color: #fff;
  border-color: #0d6bb9;
  font-weight: 700;
}

.slideGroup .slideBox {
  zoom: 1;
  position: relative;
  margin-top: 40px;
}

.slideGroup .sPrev,
.slideGroup .sNext {
  position: absolute;
  left: -60px;
  top: 50px;
  display: block;
  width: 36px;
  height: 76px;
  background: url(//cdn.myxypt.com/aa39a481/21/01/d1d03fc50d7c0478b805e4c544926b2f9512c4b5.png)
    center center no-repeat #999;
  z-index: 999;
  transition: 0.3s;
}

.slideGroup .sNext {
  left: auto;
  right: -30px;
  background: url(//cdn.myxypt.com/aa39a481/21/01/2e841894525c26f57841240a403c3ce59d6048e1.png)
    center center no-repeat #999;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
  background-color: #0d6bb9;
}

.slideGroup .parBd {
  /*	overflow:hidden;*/
  padding-left: 20px;
}

.slideGroup .parBd ul {
  zoom: 1;
}

.slideGroup .parBd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.slideGroup .parBd ul li .img {
  width: 270px;
  height: 180px;
  overflow: hidden;
}

.slideGroup .parBd ul li .img img {
  max-width: 100%;
  transition: all 0.3s;
}

.slideGroup .parBd ul li:hover .img img {
  transform: scale(1.08);
    transition: all 0.3s;
}

.slideGroup .parBd ul li h3 {
  font-size: 14px;
  color: #666;
  line-height: 54px;
}

.slideGroup .parBd ul li:hover h3 {
  color: #0d6bb9;
}

/*新闻*/

.wrap-news {
  background: url(//cdn.myxypt.com/aa39a481/21/01/5ba54f9742343db4ad9eca13aff99ba2f5c6d12b.jpg)
    repeat;
  padding-bottom: 44px;
  margin-top: 34px;
}

.newsCon {
  width: 378px;
}

.new-Con {
  margin-left: 34px;
}

.newImg {
  position: relative;
  width: 378px;
  height: 160px;
  overflow: hidden;
}

.newImg img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.newImg:hover img {
  transform: scale(1.1);
}

.newh2 {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  line-height: 46px;
  background: rgba(13, 107, 185, 0.6);
  color: #fff;
  font-size: 22px;
  text-align: center;
  z-index: 9;
}

.newsCon ul {
  background: #fff;
  padding: 20px;
}

.newsCon ul li a {
  line-height: 38px;
  color: #666;
}

.newsCon ul li:hover a {
  color: #0d6bb9;
}

.newsCon ul li span {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  background: #0d6bb9;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "Arial";
  border-radius: 2px;
  margin-right: 10px;
}

.newsCon ul li:nth-child(even) span {
  background: #666;
}

/*友情*/

.links {
  background: #fff;
}

.links {
  margin-top: 44px;
  padding: 20px;
}

.linh2 {
  width: 142px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #454543;
  border-right: 1px solid #e4e4e4;
  padding-right: 30px;
}

.linh2 a {
  display: block;
  background: #0d6bb9;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  margin-top: 8px;
}

.linkcon {
  width: 988px;
}

.linkcon a {
  color: #666;
  font-size: 12px;
  line-height: 24px;
}

.linkcon a:hover {
  color: #0d6bb9;
}

/*底部*/

.wrap-foot {
  background: url(//cdn.myxypt.com/aa39a481/21/01/eaf1b5a8ee341b78d8dde558b986dfb22e38fd75.jpg)
    no-repeat top center;
  padding-top: 46px;
}

.footCopy {
  background: #fff;
  line-height: 74px;
  font-size: 14px;
}

.footCopy a {
  color: #666;
}

.footNav {
  width: 510px;
  margin-bottom: 10px;
}

.footNav h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  margin-bottom: 44px;
}

.footNav h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 28px;
  height: 3px;
  background: #0d6bb9;
}

.f_nav a {
  float: left;
  display: block;
  width: 126px;
  color: #fff;
  margin-bottom: 16px;
  transition: all 0.3s;
}

.f_nav a:hover {
  color: #219aff;
}

.footTel {
  width: 360px;
  margin-left: 74px;
  color: #fff;
}

.footTel p {
  margin: 0;
  line-height: 24px;
}

.fllow {
  width: 220px;
  color: #d0d0d0;
}

.fllow img {
  width: 122px;
  height: 122px;
}

.shares {
  padding-top: 20px;
}

.shares .bdshare-button-style0-16 a {
  width: 38px;
  height: 38px;
  border: 1px solid #4c4c4c;
  border-radius: 3px;
  padding: 0;
  margin-right: 20px;
}

.shares .bdshare-button-style0-16 a:hover {
  opacity: 1;
  border-color: #0d6bb9;
}

.shares .bdshare-button-style0-16 .bds_sqq {
  background: url(//cdn.myxypt.com/aa39a481/21/01/23934a335720315e78874829e9d9420d96c29986.png)
    no-repeat 50% 50%;
}

.shares .bdshare-button-style0-16 .bds_sqq:hover {
  background: url(//cdn.myxypt.com/aa39a481/21/01/0f431469a984bdd8871804c3926e5efe2e063187.png)
    no-repeat 50% 50%;
}

.shares .bdshare-button-style0-16 .bds_tsina {
  background: url(//cdn.myxypt.com/aa39a481/21/01/2a5059246ea364dc6a87ebdedef8a6cbf7483ea2.png)
    no-repeat 50% 50%;
}

.shares .bdshare-button-style0-16 .bds_tsina:hover {
  background: url(//cdn.myxypt.com/aa39a481/21/01/342b83af81d1b7c4a6a45feae000a84b7d24a9fd.png)
    no-repeat 50% 50%;
}

.shares .bdshare-button-style0-16 .bds_weixin {
  background: url(//cdn.myxypt.com/aa39a481/21/01/fc96e9aeaa42f2a88eeb9664fe7f043dc39387e9.png)
    no-repeat 50% 50%;
}

.shares .bdshare-button-style0-16 .bds_weixin:hover {
  background: url(//cdn.myxypt.com/aa39a481/21/01/04856d7985171f78a3364cdb880673908a86ca3b.png)
    no-repeat 50% 50%;
}
