/*首页*/
.container {
    width: 1230px;
    margin: 0 auto;
}

/*头部*/
.logo {
    padding: 22px 0;
}

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

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

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

.lan {
    font-size: 14px;
    color: #767676;
    font-weight: 700;
    margin-top: 36px;
    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 {
    width: 378px;
}

.h_pho {
    font-size: 20px;
    font-weight: 400;
    color: #0d6bb9;
    font-family: 'Arial';
    line-height: 24px;
    background: url(//cdn.myxypt.com/19d5ff11/21/08/fcc16a78bd6aaea157ab8321bd1990c1ab1c89e2.png) no-repeat left center;
    padding-left: 56px;
    width: 244px;
    margin-top: 8px;
}

.h_pho p {
    margin: 0;
}

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

/*导航*/
.wrap-nav {
    background: url(//cdn.myxypt.com/19d5ff11/21/08/90084491e7a0521a5c60a902cb924fa22a038602.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/19d5ff11/21/08/d4f8d05325477bb0f4c01237aa5d8240c315f0f5.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/19d5ff11/21/08/29c3f82c0cab77135d02b4ff588036be073863ff.png) no-repeat center;
    margin-top: 20px;
}

.proMate {
    width: 260px;
}

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

.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: 18px;
    left: 30px;
    width: 9px;
    height: 9px;
    background: #ebebeb;
    border: 1px solid #aeaeae;
    border-radius: 50px;
    transition: all .3s;

}

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

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

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

.prContact {
    margin-top: 10px;
    padding: 26px 14px;
    background: url(//cdn.myxypt.com/19d5ff11/21/08/be5b84cf564c2b7ace69324701084105186dbd0e.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: 894px;
    margin: 0 -12px 0 -12px;
}

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

.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: .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/19d5ff11/21/08/d3b899edc5e4f4ce98c47bab53e1926bee90135d.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:hover {
    border-color: #0d6bb9;
}

.leftCon ul li:after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 36px;
    right: -12px;
    background: url(//cdn.myxypt.com/19d5ff11/21/08/e238548b3f20de92ed767cf9d4e51cb9189db83d.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;
}

.leftCon ul li .img {
    position: absolute;
    top: -39px;
    right: 26px;
}

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

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

.rightCon ul li .img {
    left: 26px;
    right: auto;
}

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


/*优势*/
.adTitle p {
    background: url(//cdn.myxypt.com/19d5ff11/21/08/b53b096ce945dd638cdc2457f085dbd7e0b65d5e.png) no-repeat center;
}

.advance01con {
    width: 540px;
}

.wrap-gsad {
    background: url(//cdn.myxypt.com/19d5ff11/21/08/bb416d902ffe8266beb4b2a806b91b5a51e67868.jpg) no-repeat top center;
    padding: 40px 0;
    margin: 70px 0;
}

.advance01con p {
    margin: 0;
}

.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: .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: .3s;
}

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

/*定制流程*/
.wrap-process {
    background: url(//cdn.myxypt.com/19d5ff11/21/08/2a6a1b5113926ad7cd9e5afc92270acaa829bd47.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/19d5ff11/21/08/5c1cebc4b45b8b018d43f9e90eb99bb1b25ff42c.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 .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/19d5ff11/21/08/e04d9fac2054a61ba1fc23b3ae768cc3eda7ebff.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/19d5ff11/21/08/a3d20aa9049b456b6556a6c93e7ba28d3ee89358.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/19d5ff11/21/08/fdbd5a510e62bb4a59d94289f2f9f633af2fbd0f.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 .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/19d5ff11/21/08/4174a2e42a35f1cfc7f330dfe69007fa7f452397.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/19d5ff11/21/08/d53f64aa1dbbfc49b878eee10cb1ebd61d349917.png) center center no-repeat #999;
    z-index: 999;
    transition: .3s;
}

.slideGroup .sNext {
    left: auto;
    right: -30px;
    background: url(//cdn.myxypt.com/19d5ff11/21/08/3a6aa2856b29d906433ae9d60f902468c2004810.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: 186px;
    overflow: hidden;
}

.slideGroup .parBd ul li .img img {
    width: 270px;
    height: 186px;
    transition: all .3s;
}

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

.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/19d5ff11/21/08/aa872bbb836086ac1ea69cdbe27bb75698b1e9bb.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 .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, .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/19d5ff11/21/08/3be7b70cff5a4e30b5675b102c04194006fc5957.jpg) no-repeat top center;
    padding-top: 46px;
}

.footCopy {
    padding: 10px 0;
    background: #fff;
    line-height: 50px;
    font-size: 14px;
}

.footCopy a {
    color: #666;
}

.footNav {
    width: 510px;
}

.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 .3s;
}

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

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

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

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

.shares {
    padding-top: 20px;
}

.shares  a {
    display: block;
    width: 38px  ! important;
    height: 38px  ! important;
    line-height: 38px ! important;
    border: 1px solid #4c4c4c;
    border-radius: 3px;
    padding: 0;
    margin-right: 20px;
    float: left;
}

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

.shares a:nth-child(1) {
    background: url(//cdn.myxypt.com/19d5ff11/21/08/79aca4c5cb666b59cb36522cba50a24ee06e6e62.png) no-repeat 50% 50%;
}

.shares a:nth-child(1):hover {
    background: url(//cdn.myxypt.com/19d5ff11/21/08/7c3d5a1e453da0c8330fb544b8cf2c1926a5ddaa.png) no-repeat 50% 50%;
}

.shares a:nth-child(2) {
    background: url(//cdn.myxypt.com/19d5ff11/21/08/ef38b8c3eb35d700bd7e76ed66140e65e0feb45a.png) no-repeat 50% 50%;
}

.shares a:nth-child(2):hover {
    background: url(//cdn.myxypt.com/19d5ff11/21/08/7095bf670bfaa0d68adbc94d63fa547fa901fd55.png) no-repeat 50% 50%;
}

.shares a:nth-child(3) {
    background: url(//cdn.myxypt.com/19d5ff11/21/08/c4505340ea40bf9ab100c735b9357c6aa504e0ec.png) no-repeat 50% 50%;
}

.shares a:nth-child(3):hover {
    background: url(//cdn.myxypt.com/19d5ff11/21/08/b6f332e8ffba8514bf95b6db92dc362ba5d90b92.png) no-repeat 50% 50%;
}

.logopb {
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 12px;
    border-left: 1px solid #dedede;
    margin-top: 37px;
    margin-left: 29px;
}

.logopb p:nth-child(1) {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    line-height: 28px;
}

.logopb p:nth-child(2) {
    font-size: 22px;
    line-height: 16px;
    color: #666666;
    margin-top: 17px;
}

.logo {
    width: 400px;
}

.logo img {
    width: 100%;
}
.xypg-detail-tags .tags-title .baidu-share{
    display: none;
}

.beian{
    display: block;
}
.beian a{
    
    font-size: 16px;
    color: #999999;
    font-family: Microsoft YaHei;
}
.beian a img{
    height: 30px;
}
