
@font-face {
    font-family: 'SCN';
    src: url(../jscss/SourceHanSansSC-Normal.otf);
}
@font-face {
    font-family: 'SCM';
    src: url(../jscss/SourceHanSansSC-Medium.otf);
}
@font-face {
    font-family: 'PF';
    src: url(../jscss/PingFangHeavy.otf);
}
/*@font-face {*/
/*    font-family: 'SimHei';*/
/*    src: url(../jscss/Hei.TTF);*/
/*}*/
*{padding: 0;margin: 0;box-sizing: border-box;}
body{font:normal normal 0.32rem/1 sans-serif;color: #000;background: #fff;}
textarea,input{font:normal normal 0.28rem/1.5 sans-serif;}
img{display:block;border: none;}
.clear:after {content:"";display: block;clear:both;}
input[type=button], input[type=submit], input[type=file], input[type=reset], button { cursor: pointer; -webkit-appearance: none;}
body,p,ol,ul,h1,h2,h3,h4,h5,h6{margin: 0;padding:0;list-style: none;font:normal normal 0.28rem/1.5 sans-serif;}
button{font:normal normal 0.28rem/1.5 sans-serif;}
a{color:inherit;text-decoration: none;}
.i100{overflow:hidden;}
.i100>img{width: 100%;}
.i200{overflow: hidden;}
.i200>img{height: 100%;}
.i300{overflow: hidden;}
.i300>img{width: 100%;height: 100%;}
a>img{width: 100%;}
.to1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.a1{position: relative;}
.a1>a{width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: block;}
input{border: 0;display: block;outline: none;background: none;box-sizing: border-box;}
select{border: 0;display: block;outline: none;background: none;box-sizing: border-box;}
button{border: 0;display: block;outline: none;background: none;box-sizing: border-box;}
.to2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
.to3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;}
.to4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;white-space: normal;}
.to5{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;white-space: normal;}
.to6{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;white-space: normal;}
.to7{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;white-space: normal;}
.to8{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 8;-webkit-box-orient: vertical;white-space: normal;}
.to9{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 9;-webkit-box-orient: vertical;white-space: normal;}
.to10{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 10;-webkit-box-orient: vertical;white-space: normal;}
textarea{border: 0;display: block;outline: none;background: none;box-sizing: border-box;resize: none;}

/* 导航 */
@media only screen and (min-width: 1680px) {
    .dh{width: 100%;height: 100px;background: #fff;position: fixed;top: 0;left: 0;z-index: 9;}
    .dh1{height: 65px;position: absolute;left: 55px;top: calc(50% - 65px/2);}
    .dh2{position: absolute;right: 55px;top: 0;height: 100%;display: flex;align-items: center;}
    .dh21{width: 29px;height: 29px;margin-right: 10px;}
    .dh22{font-size: 28px;line-height: 28px;color: #0870b9;font-family: 'Bebas';}
    .dh3{position: absolute;top: 0;right: calc(50% - 1400px/2 + 140px);}
    .dh31{float: left;margin-right: 35px;font-size: 18px;line-height: 100px;position: relative;}
    .dh31>div{width: 38px;height: 6px;border-radius: 50px;background: #0870b9;position: absolute;left: calc(50% - 38px/2);bottom: 24px;opacity: 0;transition: 0.5s;}
    .dh31:hover >div{opacity: 1;transition: 0.5s;}
    .dh31:hover {font-weight: bold;color: #0870b9;transition: 0.5s;}
    .dh31.on {font-weight: bold;color: #0870b9;transition: 0.5s;}
    .dh31.on div{opacity: 1;}
    .dh3 .dh31:last-child{margin-right: 0;}
    .dh4{display: none;}
    .dh5{width:29px;height:29px;position:absolute;top:calc(50% - 29px/2);right:280px;}
    .dh6{width:250px;height:52px;border-radius:50px;border:1px solid #d2d2d2;position:absolute;top:calc(50% - 52px/2);right:310px;display:none;background:#fff;}
    .dh6>input{width:100%;height:100%;font-size:18px;padding-left:40px;}
    .dh6>img{width: 29px;height: 29px;position:absolute;right:13px;top:calc(50% - 29px/2);}
    .dh6>button{width: 29px;height: 29px;position:absolute;right:13px;top:calc(50% - 29px/2);opacity:0;z-index:2;}
    .dh7{width:12px !important;height:12px !important;top:calc(50% - 12px/2) !important; right:auto;left:13px;}
}
@media only screen and (max-width: 1679px) and (min-width:1024px) {
    .dh{width: 100%;height: 100px;background: #fff;position: fixed;top: 0;left: 0;z-index: 9;}
    .dh1{height: calc(960px*65/1440);position: absolute;left: calc(960px*55/1440);top: calc(50% - (960px*65/1440)/2);}
    .dh2{position: absolute;right: calc(960px*55/1400);top: 0;height: 100%;display: flex;align-items: center;}
    .dh21{width: calc(960px*29/1400);height: calc(960px*29/1400);margin-right: 10px;}
    .dh22{font-size: calc(960px*28/1400);line-height: calc(960px*28/1400);color: #0870b9;font-family: 'Bebas';}
    .dh3{position: absolute;top: 0;right: calc(50% - 960px/2 + (960px*170/1440));}
    .dh31{float: left;margin-right: calc(960px*35/1440);font-size: calc(960px*18/1440);line-height: 100px;position: relative;}
    .dh31>div{width: calc(960px*38/1400);height: calc(960px*6/1400);border-radius: 50px;background: #0870b9;position: absolute;left: calc(50% - (960px*38/1400)/2);bottom: 24px;opacity: 0;transition: 0.5s;}
    .dh31:hover >div{opacity: 1;transition: 0.5s;}
    .dh31:hover {font-weight: bold;color: #0870b9;transition: 0.5s;}
    .dh31.on {font-weight: bold;color: #0870b9;transition: 0.5s;}
    .dh31.on div{opacity: 1;}
    .dh3 .dh31:last-child{margin-right: 0;}
    .dh4{display: none;}
    .dh5{width:29px;height:29px;position:absolute;top:calc(50% - 29px/2);right:calc(960px*310/1400);}
    .dh6{width:calc(960px*250/1400);height:46px;border-radius:50px;border:1px solid #d2d2d2;position:absolute;top:calc(50% - 46px/2);right:calc(960px*310/1400);display:none;background:#fff;}
    .dh6>input{width:100%;height:100%;font-size:calc(960px*18/1400);padding-left:30px;}
    .dh6>img{width: 29px;height: 29px;position:absolute;right:13px;top:calc(50% - 29px/2);}
    .dh6>button{width: 29px;height: 29px;position:absolute;right:13px;top:calc(50% - 29px/2);opacity:0;z-index:2;}
    .dh7{width:12px !important;height:12px !important;top:calc(50% - 12px/2) !important; right:auto;left:13px;}
}
@media only screen and (max-width: 1023px) {
    .dh{width: 100%;height: 1rem;background: #fff;position: fixed;top: 0;left: 0;z-index: 9;}
    .dh1{height: 0.54rem;position: absolute;left: 0.2rem;top: calc(50% - 0.54rem/2);}
    .dh2{position: absolute;left: 50%;bottom: 0.28rem;display: flex;align-items: center;}
    .dh21{width: 0.29rem;height: 0.29rem;margin-right: 0.1rem;}
    .dh22{font-size: 0.28rem;line-height: 0.28rem;color: #0870b9;font-family: 'Bebas';}
    .dh3{display: none;}
    .dh4{width: 0.46rem;height: 0.34rem;position: absolute;right: 0.2rem;top: calc(50% - 0.34rem/2);}
    .dh5{width:0.33rem;height:0.33rem;position:absolute;top:calc(50% - 0.33rem/2);right:0.9rem;}
    .dh6{width:2.8rem;height:0.6rem;border-radius:0.5rem;border:0.01rem solid #d2d2d2;position:absolute;top:calc(50% - 0.6rem/2);right:0.75rem;display:none;background:#fff;}
    .dh6>input{width:100%;height:100%;font-size:0.24rem;padding-left:0.3rem;}
    .dh6>img{width: 0.33rem;height: 0.33rem;position:absolute;right:0.13rem;top:calc(50% - 0.33rem/2);}
    .dh6>button{width: 0.33rem;height: 0.33rem;position:absolute;right:0.13rem;top:calc(50% - 0.33rem/2);opacity:0;z-index:2;}
    .dh7{width:0.12rem !important;height:0.12rem !important;top:calc(50% - 0.12rem/2) !important; right:auto;left:0.13rem;}
}
/* 首页 */
@media only screen and (min-width: 1440px) {
.phone{display: none;}
.ind1{width: 100%;height: 0;padding-bottom: calc(100%*925/1920);position: relative;}
.ind1-swi{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.ind1-a{width: 100%;height: 100%;}
.ind1-a>img:nth-child(2){display: none;}
.ind1-prev{width: 12px;height: 22px;position: absolute;left: auto;right: calc(50% - 1400px/2 + 225px);top: auto;bottom: 60px;background: url(../img/a4.png) no-repeat;background-size: 100% 100%;}
.ind1-next{width: 12px;height: 22px;position: absolute;left: auto;right: calc(50% - 1400px/2);top: auto;bottom: 60px;background: url(../img/a5.png) no-repeat;background-size: 100% 100%;}
.ind1-pag{width: 200px;position: absolute;bottom: 60px;left: auto;right: calc(50% - 1400px/2 + 22px);color: #fff;font-size: 18px;line-height: 18px;font-weight: bold;}
.ind1-pag>.pag1{font-size: 28px;}
.pag3{margin: 0 15px;}
.ind2{width: 100%;margin: 0 auto;padding-top: 80px;position: relative;background:#f8f7f7;padding-bottom: 90px;}
.ind2-t{font-size: 40px;line-height: 40px;font-weight: bold;text-align: center;}
.ind2-a{width: 1400px;margin: 0 auto;margin-top: 115px;overflow: hidden;}
.ind2-b{width: 1400px;margin: 0 auto;margin-top: -40px;position: relative;}
.ind2-b1{width: calc((100% - 18px*2)/3);float: left;margin-right: 18px;background: #fff;padding: 53px 0 46px 0;display: flex;justify-content: space-around;position: relative;}
.ind2-b > .ind2-b1:nth-child(3n){margin-right: 0;}
.ind2-b2>.ind2-b21{font-size: 36px;font-family: 'Bebas';line-height: 36px;}
.ind2-b2>.ind2-b21>span{font-size: 18px;}
.ind2-b22{width: 30px;height: 2px;background: #333333;margin-top: 11px;}
.ind2-b23{font-size: 16px;line-height: 16px;color: #666666;margin-top: 11px;}
.ind2-b3{height: 7px;position: absolute;left: 0;top: 0;}
.ind2-b1:nth-child(3) .ind2-b3{left: auto;top: auto;right: 0;bottom: 0;}
.ind3{width: 100%;padding: 80px 0 68px;}
.ind3-all{margin-bottom: 50px;}
.ind3>.ind3-all:last-child{margin-bottom: 0;}
.ind3-a{width: 1400px;margin: 0 auto;margin-top: 40px;}
.ind3-a1{width: calc((100% - 20px*3)/4);float: left;margin-right: 20px;height: 350px;position: relative;}
.ind3-a1>img{width:100%;height:100%;transition:0.5s;}
.ind3-a>.ind3-a1:nth-child(4n){margin-right: 0;}
.ind3-a2{width: 100%;height: 105px;position: absolute;bottom: 0;left: 0;background: rgba(8, 112, 185, 0.6);padding: 17px 20px 0;transition: 0.5s;}
.ind3-a21{padding: 7px 15px;font-size: 16px;line-height: 16px;color: #ffffff;background: rgba(252, 252, 252, 0.2);border-radius: 50px;width: max-content;}
.ind3-a22{font-size: 22px;line-height: 22px;color: #fff;margin-top: 17px;}
.ind3-a1:hover .ind3-a2{height: 100%;display: flex;flex-direction: column;justify-content: center; transition: 0.5s;}
.ind3-a1:hover >img{transform:scale(1.08);transition:0.5s;}
.ind3-b{width: 173px;height: 54px;border: 1px solid #0870b9;margin: 0 auto;margin-top: 45px;display: flex;align-items: center;justify-content: center;border-radius: 50px;}
.ind3-b>div:nth-child(1){font-size: 16px;line-height: 16px;color: #0870b9;}
.ind3-b>div:nth-child(2){width: 16px;height: 8px;margin-left: 18px;}
.ind4{width: 100%;background: #fbfafa;padding: 88px 0 77px 0;}
.ind4-t1{font-size: 40px;line-height: 40px;font-weight: bold;text-align: center;position: relative;}
.ind4-t2{font-size: 18px;line-height: 18px;color: #666666;text-align: center;margin-top: 25px;}
.ind4-a{width: 1400px;margin: 0 auto;margin-top: 50px;padding: 0 30px;}
.ind4-a1{width: calc((100% - 35px*3)/4);float: left;margin-right: 35px;}
.ind4-a>.ind4-a1:nth-child(4n){margin-right: 0;}
.ind4-a2{width: 100%;height: 244px;border-radius: 30px;}
.ind4-a2>img{width: 100%;transition: 0.5s;}
.ind4-a3{width: 90px;height: 90px;background: #fff;border-radius: 50%;position: relative;margin: 0 auto;margin-top: -45px;box-shadow: 0 0 29px rgba(121, 121, 121, 0.38);}
.ind4-a3>img{height:30px;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.ind4-a4{font-size: 16px;line-height: 16px;text-align: center;margin-top: 18px;}
.ind4-a5{font-size: 16px;line-height: 16px;text-align: center;margin-top: 10px;}
.ind4-a1:hover .ind4-a2>img{transform: scale(1.08);transition: 0.5s;}
.ind5{width: 100%;background: #f2f2f2;padding: 80px 0 85px 0;}
.ind5-a{width: 1400px;margin: 0 auto;margin-top: 45px;}
.ind5-a1{width: calc((100% - 14px*5)/6);height: 98px;background: #fff;float: left;margin-right: 14px;position: relative;margin-bottom: 12px;}
.ind5-a>.ind5-a1:nth-child(6n){margin-right: 0;}
.ind5-a1>img{position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;max-width: 100%;}
.ind5-a1:hover >img{transform: rotateY(360deg);transition: 0.5s;}
.ind6{width: 100%;position: relative;padding: 80px 0 80px;overflow: hidden;}
.ind6-back{width: 1920px;position: absolute;left: calc(50% - 1920px/2);top: 0;}
.ind6-a{width: 1400px;margin: 0 auto;margin-top: 48px;height: 676px;position: relative;display: flex;justify-content: center;}
.ind6-a>video{height: 100%;}
.ind7{width: 100%;background: #fff;padding-top: 76px;}
.ind7-b{position: absolute;right: calc(50% - 1400px/2);bottom: 0;}
.ind7-b1{float: left;margin-right: 10px;padding-left: 34px;cursor: pointer;position: relative;}
.ind7-b>.ind7-b1:last-child{margin-right: 0;}
.ind7-b1>div:nth-child(1){width: 24px;height: 4px;border-radius: 50px;background: rgba(0, 0, 0, 0);position: absolute;left: 0;top: calc(50% - 4px/2);transition: 0.5s;}
.ind7-b1>div:nth-child(2){font-size: 16px;line-height: 16px;transition: 0.5s;}
.ind7-b1.on >div:nth-child(1){background: #0870b9;transition: 0.5s}
.ind7-b1.on >div:nth-child(2){color: #0870b9;transition: 0.5s;}
.ind7-b1:hover >div:nth-child(1){background: #0870b9;transition: 0.5s}
.ind7-b1:hover >div:nth-child(2){color: #0870b9;transition: 0.5s;}
.ind7-a{width: 1400px;margin: 0 auto;margin-top: 60px;}
.ind7-swi,.ind7-swi2{width: 100%;height: 572px;position: relative;}
.ind7-a1{width: 100%;height: 435px;background: #fff;box-shadow:0 0 20px rgba(0, 0, 0, 0.07);}
.ind7-a2{width: 100%;height: 293px;position: relative;}
.ind7-a2>img{width: 100%;transition: 0.5s;}
.ind7-a1:hover .ind7-a2>img{transform: scale(1.08);transition: 0.5s;}
.ind7-a3{width: 100%;margin-top: 40px;position: relative;padding: 0 80px 0 23px;}
.ind7-a21{width: 96px;height: 40px;background: #ff9702;position: absolute;left: 0;bottom: 0;color: #fff;text-align: center;line-height: 40px;font-size: 16px;border-top-right-radius: 20px;}
.ind7-a33{width: 32px;height: 32px;position: absolute;top: calc(50% - 32px/2);right: 34px;}
.ind7-a31{font-size: 22px;line-height: 22px;font-weight: bold;}
.ind7-a32{font-size: 16px;line-height: 16px;color: #999999;margin-top: 20px;}
.ind7-pag,.ind7-pag2{width: 100%;position: absolute;left: 0;bottom: 63px !important;display: flex;align-items: center;justify-content: center;}
.ind7-pag .swiper-pagination-bullet,.ind7-pag2 .swiper-pagination-bullet{width: 6px;height: 6px;border-radius: 50%;background: #b5b5b5;margin-right: 22px !important;opacity: 1 !important;}
.ind7-pag .swiper-pagination-bullet:last-child,.ind7-pag2 .swiper-pagination-bullet:last-child{margin-right: 0 !important;}
.ind7-pag .swiper-pagination-bullet-active,.ind7-pag2 .swiper-pagination-bullet-active{width: 26px;height: 26px;background: url(../img/a58.png) no-repeat;background-size: 100% 100%;transition: 0.5s;outline:none;}
.swiper-button-next:after, .swiper-button-prev:after{content: none;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .phone{display: none;}
    .ind1{width: 100%;height: 0;padding-bottom: calc(100%*925/1920);position: relative;}
    .ind1-swi{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
    .ind1-a{width: 100%;height: 100%;}
    .ind1-a>img:nth-child(2){display: none;}
    .ind1-prev{width: 12px;height: 22px;position: absolute;left: auto;right: calc(50% - 960px/2 + (960px*225/1440));top: auto;bottom: calc(960px*60/1440);background: url(../img/a4.png) no-repeat;background-size: 100% 100%;}
    .ind1-next{width: 12px;height: 22px;position: absolute;left: auto;right: calc(50% - 960px/2);top: auto;bottom:calc(960px*60/1440);background: url(../img/a5.png) no-repeat;background-size: 100% 100%;}
    .ind1-pag{width: calc(960px*200/1440);position: absolute;bottom: calc(960px*60/1440);left: auto;right: calc(50% - 960px/2 + (960px*22/1440));color: #fff;font-size: calc(960px*18/1440);line-height: calc(960px*18/1440);font-weight: bold;}
    .ind1-pag>.pag1{font-size: calc(960px*28/1440);}
    .pag3{margin: 0 calc(960px*15/1440);}
    .ind2{width: 100%;margin: 0 auto;padding-top: calc(960px*80/1440);position: relative;background:#f8f7f7;padding-bottom: calc(960px*90/1440);}
    .ind2-t{font-size: calc(960px*40/1440);line-height: calc(960px*40/1440);font-weight: bold;text-align: center;}
    .ind2-a{width: 960px;margin: 0 auto;margin-top: calc(960px*115/1440);overflow: hidden;}
    .ind2-b{width: 960px;margin: 0 auto;margin-top: calc(960px*-40/1440);position: relative;}
    .ind2-b1{width: calc((100% - 18px*2)/3);float: left;margin-right: calc(960px*18/1440);background: #fff;padding: calc(960px*53/1440) 0 calc(960px*46/1440) 0;display: flex;justify-content: space-around;position: relative;}
    .ind2-b > .ind2-b1:nth-child(3n){margin-right: 0;}
    .ind2-b2>.ind2-b21{font-size: calc(960px*36/1440);font-family: 'Bebas';line-height: calc(960px*36/1440);}
    .ind2-b2>.ind2-b21>span{font-size: calc(960px*18/1440);}
    .ind2-b22{width: calc(960px*30/1440);height: calc(960px*2/1440);background: #333333;margin-top: calc(960px*11/1440);}
    .ind2-b23{font-size: calc(960px*16/1440);line-height: calc(960px*16/1440);color: #666666;margin-top: calc(960px*11/1440);}
    .ind2-b3{height: calc(960px*7/1440);position: absolute;left: 0;top: 0;}
    .ind2-b1:nth-child(3) .ind2-b3{left: auto;top: auto;right: 0;bottom: 0;}
    .ind3{width: 100%;padding: calc(960px*80/1440) 0 calc(960px*68/1440);}
    .ind3-all{margin-bottom: calc(960px*50/1440);}
    .ind3>.ind3-all:last-child{margin-bottom: 0;}
    .ind3-a{width: 960px;margin: 0 auto;margin-top: calc(960px*40/1440);}
    .ind3-a1{width: calc((100% - (960px*20/1440)*3)/4);float: left;margin-right: calc(960px*20/1440);height: calc(960px*350/1440);position: relative;}
    .ind3-a>.ind3-a1:nth-child(4n){margin-right: 0;}
    .ind3-a2{width: 100%;height: calc(960px*105/1440);position: absolute;bottom: 0;left: 0;background: rgba(8, 112, 185, 0.6);padding: calc(960px*17/1440) calc(960px*20/1440) 0;transition: 0.5s;}
    .ind3-a21{padding: calc(960px*7/1440) calc(960px*15/1440);font-size: calc(960px*16/1440);line-height: calc(960px*16/1440);color: #ffffff;background: rgba(252, 252, 252, 0.2);border-radius: 50px;width: max-content;}
    .ind3-a22{font-size: calc(960px*22/1440);line-height: calc(960px*22/1440);color: #fff;margin-top: calc(960px*17/1440);}
    .ind3-a1>img{width:100%;height: 100%;transition:0.5s;}
    .ind3-a1:hover .ind3-a2{height: 100%;display: flex;flex-direction: column;justify-content: center; transition: 0.5s;}
    .ind3-a1:hover >img{transform:scale(1.08);transition:0.5s;}
    .ind3-b{width: calc(960px*173/1440);height: calc(960px*54/1440);border: 1px solid #0870b9;margin: 0 auto;margin-top: calc(960px*45/1440);display: flex;align-items: center;justify-content: center;border-radius: 50px;}
    .ind3-b>div:nth-child(1){font-size: calc(960px*16/1440);line-height: calc(960px*16/1440);color: #0870b9;}
    .ind3-b>div:nth-child(2){width: calc(960px*16/1440);height: calc(960px*8/1440);margin-left: calc(960px*18/1440);}
    .ind4{width: 100%;background: #fbfafa;padding: calc(960px*88/1440) 0 calc(960px*77/1440) 0;}
    .ind4-t1{font-size: calc(960px*40/1440);line-height: calc(960px*40/1440);font-weight: bold;text-align: center;position: relative;}
    .ind4-t2{font-size: calc(960px*18/1440);line-height: calc(960px*18/1440);color: #666666;text-align: center;margin-top: calc(960px*25/1440);}
    .ind4-a{width: 960px;margin: 0 auto;margin-top: calc(960px*50/1440);padding: 0 calc(960px*30/1440);}
    .ind4-a1{width: calc((100% - (960px*35/1440)*3)/4);float: left;margin-right: calc(960px*35/1440);}
    .ind4-a>.ind4-a1:nth-child(4n){margin-right: 0;}
    .ind4-a2{width: 100%;height: calc(960px*244/1440);border-radius: 30px;}
    .ind4-a2>img{width: 100%;transition: 0.5s;}
    .ind4-a3{width: calc(960px*90/1440);height: calc(960px*90/1440);background: #fff;border-radius: 50%;position: relative;margin: 0 auto;margin-top: calc(960px*-45/1440);box-shadow: 0 0 29px rgba(121, 121, 121, 0.38);}
    .ind4-a3>img{height: 23px;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
    .ind4-a4{font-size: calc(960px*16/1440);line-height: calc(960px*16/1440);text-align: center;margin-top: calc(960px*18/1440);}
    .ind4-a5{font-size: calc(960px*16/1440);line-height: calc(960px*16/1440);text-align: center;margin-top: calc(960px*10/1440);}
    .ind4-a1:hover .ind4-a2>img{transform: scale(1.08);transition: 0.5s;}
    .ind5{width: 100%;background: #f2f2f2;padding: calc(960px*80/1440) 0 calc(960px*85/1440) 0;}
    .ind5-a{width: 960px;margin: 0 auto;margin-top: calc(960px*45/1440);}
    .ind5-a1{width: calc((100% - (960px*14/1440)*5)/6);height: calc(960px*98/1440);background: #fff;float: left;margin-right: calc(960px*14/1440);position: relative;margin-bottom: calc(960px*12/1440);}
    .ind5-a>.ind5-a1:nth-child(6n){margin-right: 0;}
    .ind5-a1>img{height: 25px; position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;max-width: 100%;}
    .ind5-a1:hover >img{transform: rotateY(360deg);transition: 0.5s;}
    .ind6{width: 100%;position: relative;padding: calc(960px*80/1440) 0 calc(960px*80/1440);overflow: hidden;}
    .ind6-back{width: 1920px;position: absolute;left: calc(50% - 1920px/2);top: 0;}
    .ind6-a{width: 960px;margin: 0 auto;margin-top: calc(960px*48/1440);height: calc(960px*676/1440);position: relative;}
    .ind6-a>video{width: 100%;height: 100%;}
    .ind7{width: 100%;background: #fff;padding-top: calc(960px*76/1440);}
    .ind7-b{position: absolute;right: calc(50% - 960px/2);bottom: 0;}
    .ind7-b1{float: left;margin-right: calc(960px*10/1440);padding-left: calc(960px*34/1440);cursor: pointer;position: relative;}
    .ind7-b>.ind7-b1:last-child{margin-right: 0;}
    .ind7-b1>div:nth-child(1){width: calc(960px*24/1440);height: calc(960px*4/1440);border-radius: 50px;background: rgba(0, 0, 0, 0);position: absolute;left: 0;top: calc(50% - (960px*4/1440)/2);transition: 0.5s;}
    .ind7-b1>div:nth-child(2){font-size: calc(960px*16/1440);line-height: calc(960px*16/1440);transition: 0.5s;}
    .ind7-b1.on >div:nth-child(1){background: #0870b9;transition: 0.5s}
    .ind7-b1.on >div:nth-child(2){color: #0870b9;transition: 0.5s;}
    .ind7-b1:hover >div:nth-child(1){background: #0870b9;transition: 0.5s}
    .ind7-b1:hover >div:nth-child(2){color: #0870b9;transition: 0.5s;}
    .ind7-a{width: 960px;margin: 0 auto;margin-top: calc(960px*60/1440);}
    .ind7-swi,.ind7-swi2{width: 100%;height: calc(960px*572/1440);position: relative;}
    .ind7-a1{width: 100%;height: calc(960px*435/1440);background: #fff;box-shadow:0 0 20px rgba(0, 0, 0, 0.07);}
    .ind7-a2{width: 100%;height: calc(960px*293/1440);position: relative;}
    .ind7-a2>img{width: 100%;transition: 0.5s;}
    .ind7-a1:hover .ind7-a2>img{transform: scale(1.08);transition: 0.5s;}
    .ind7-a3{width: 100%;margin-top: calc(960px*40/1440);position: relative;padding: 0 calc(960px*80/1440) 0 calc(960px*23/1440);}
    .ind7-a21{width: calc(960px*96/1440);height: calc(960px*40/1440);background: #ff9702;position: absolute;left: 0;bottom: 0;color: #fff;text-align: center;line-height: calc(960px*40/1440);font-size: calc(960px*16/1440);border-top-right-radius: 20px;}
    .ind7-a33{width: calc(960px*32/1440);height: calc(960px*32/1440);position: absolute;top: calc(50% - (960px*32/1440)/2);right: calc(960px*34/1440);}
    .ind7-a31{font-size: calc(960px*22/1440);line-height: calc(960px*22/1440);font-weight: bold;}
    .ind7-a32{font-size: calc(960px*16/1440);line-height: calc(960px*16/1440);color: #999999;margin-top: calc(960px*20/1440);}
    .ind7-pag,.ind7-pag2{width: 100%;position: absolute;left: 0;bottom: calc(960px*63/1440) !important;display: flex;align-items: center;justify-content: center;}
    .ind7-pag .swiper-pagination-bullet,.ind7-pag2 .swiper-pagination-bullet{width: 6px;height: 6px;border-radius: 50%;background: #b5b5b5;margin-right: 22px !important;opacity: 1 !important;}
    .ind7-pag .swiper-pagination-bullet:last-child,.ind7-pag2 .swiper-pagination-bullet:last-child{margin-right: 0 !important;}
    .ind7-pag .swiper-pagination-bullet-active,.ind7-pag2 .swiper-pagination-bullet-active{width: 26px;height: 26px;background: url(../img/a58.png) no-repeat;background-size: 100% 100%;transition: 0.5s;outline:none;}
    .swiper-button-next:after, .swiper-button-prev:after{content: none;}
}
@media only screen and (max-width: 1023px) {
    .pc{display: none;}
    .ind1{width: 100%;height: 6.7rem;position: relative;margin-top: 1rem;}
    .ind1-swi{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
    .ind1-a{width: 100%;height: 100%;}
    .ind1-a>img:nth-child(1){display: none;}
    .ind1-prev{width: 0.12rem;height: 0.22rem;position: absolute;left: calc(50% - 1.1rem - 0.12rem);top: auto;bottom: 0.5rem;background: url(../img/a4.png) no-repeat;background-size: 100% 100%;}
    .ind1-next{width: 0.12rem;height: 0.22rem;position: absolute;right: calc(50% - 1.1rem - 0.12rem);top: auto;bottom: 0.5rem;background: url(../img/a5.png) no-repeat;background-size: 100% 100%;}
    .ind1-pag{width: 2.2rem;position: absolute;bottom: 0.5rem;left: calc(50% - 1.1rem);color: #fff;font-size: 0.18rem;line-height: 0.18rem;font-weight: bold;}
    .ind1-pag>.pag1{font-size: 0.28rem;}
    .pag3{margin: 0 0.1rem;}
    .ind2{width: 100%;background: #f7f7f7;padding: 0.8rem 0.2rem 0.65rem 0.2rem; position: relative;}
    .ind2-t{font-size: 0.4rem;line-height: 0.4rem;font-weight: bold;text-align: center;}
    .ind2-a{width: 100%;margin-top: 0.75rem;overflow: hidden;}
    .ind2-b{width: 100%;margin-top: 0.2rem;position: relative;overflow: hidden;overflow-x: auto;display: -webkit-box;}
    .ind2-b1{width: 100%;margin-right: 0.2rem;background: #fff;padding: 0.7rem 0 0.5rem 0;display: flex;justify-content: space-around;position: relative;}
    .ind2-b > .ind2-b1:nth-child(3n){margin-right: 0;}
    .ind2-b2>.ind2-b21{font-size: 0.56rem;font-family: 'Bebas';line-height: 0.56rem;}
    .ind2-b2>.ind2-b21>span{font-size: 0.28rem;}
    .ind2-b22{width: 0.48rem;height: 0.02rem;background: #333333;margin-top: 0.16rem;}
    .ind2-b23{font-size: 0.24rem;line-height: 0.24rem;color: #666666;margin-top: 0.16rem;}
    .ind2-b3{height: 0.13rem;position: absolute;left: 0;top: 0;}
    .ind2-b1:nth-child(3) .ind2-b3{left: auto;top: auto;right: 0;bottom: 0;}
    .ind3{width: 100%;padding: 0.6rem 0 0.72rem;}
    .ind3-all{margin-bottom: 0.45rem;}
    .ind3>.ind3-all:last-child{margin-bottom: 0;}
    .ind3-a{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.43rem;}
    .ind3-a1{width: calc((100% - 0.2rem)/2);float: left;margin-right: 0.2rem;height: 3.63rem;position: relative;margin-bottom: 0.2rem;}
    .ind3-a1>img{width:100%;height:100%;}
    .ind3-a>.ind3-a1:nth-child(2n){margin-right: 0;}
    .ind3-a2{width: 100%;height: 1.1rem;position: absolute;bottom: 0;left: 0;background: rgba(8, 112, 185, 0.6);padding: 0.2rem 0 0 0.17rem;}
    .ind3-a21{padding: 0.08rem 0.16rem;font-size: 0.16rem;line-height: 0.16rem;color: #ffffff;background: rgba(252, 252, 252, 0.2);border-radius: 0.5rem;width: max-content;}
    .ind3-a22{font-size: 0.24rem;line-height: 0.24rem;color: #fff;margin-top: 0.17rem;}
    .ind3-b{width: 1.89rem;height: 0.54rem;border: 0.01rem solid #0870b9;margin: 0 auto;margin-top: 0.45rem;display: flex;align-items: center;justify-content: center;border-radius: 0.5rem;}
    .ind3-b>div:nth-child(1){font-size: 0.24rem;line-height: 0.24rem;color: #0870b9;}
    .ind3-b>div:nth-child(2){width: 0.16rem;height: 0.08rem;margin-left: 0.16rem;}
    .ind4{width: 100%;background: #fbfafa;padding: 0.88rem 0 0.6rem 0;}
    .ind4-t1{font-size: 0.4rem;line-height: 0.4rem;font-weight: bold;text-align: center;position: relative;}
    .ind4-t2{font-size: 0.24rem;line-height: 0.24rem;color: #666666;text-align: center;margin-top: 0.3rem;}
    .ind4-a{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.38rem;}
    .ind4-a1{width: calc((100% - 0.28rem)/2);float: left;margin-right: 0.28rem;margin-bottom: 0.28rem;}
    .ind4-a>.ind4-a1:nth-child(2n){margin-right: 0;}
    .ind4-a2{width: 100%;height: 2.68rem;border-radius: 0.3rem;}
    .ind4-a2>img{width: 100%;transition: 0.5s;}
    .ind4-a3{width: 1rem;height: 1rem;background: #fff;border-radius: 50%;position: relative;margin: 0 auto;margin-top: -0.5rem;box-shadow: 0 0 29px rgba(121, 121, 121, 0.38);}
    .ind4-a3>img{height:0.3rem;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
    .ind4-a4{font-size: 0.24rem;line-height: 0.24rem;text-align: center;margin-top: 0.3rem;}
    .ind4-a5{font-size: 0.24rem;line-height: 0.24rem;text-align: center;margin-top: 0.12rem;}
    .ind5{width: 100%;background: #f2f2f2;padding: 0.8rem 0 0 0;}
    .ind5-a{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.5rem;padding-bottom: 1.12rem;position: relative;}
    .ind5-swi{width: 100%;height: auto;}
    .ind5-a1{width: 100%;height: 1rem;background: #fff;position: relative;}
    .ind5-a1>img{position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;max-width: 100%;}
    .ind5-pag{width: 100%;left: 0;bottom: 0.63rem !important;}
    .ind5-pag .swiper-pagination-bullet{width: 0.15rem;height: 0.15rem;border-radius: 50%;background: #bebebe;margin-right: 0.15rem;opacity: 1 !important; transition: 0.5s;}
    .ind5-pag .swiper-pagination-bullet-active{background: #175d85;transition: 0.5s;}
    .ind6{width: 100%;position: relative;padding: 0.85rem 0 0.75rem;overflow: hidden;}
    .ind6-back{width: 1920px;position: absolute;left: calc(50% - 1920px/2);top: 0;display: none;}
    .ind6-a{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.45rem;height: 4.63rem;position: relative;}
    .ind6-a>video{width: 100%;height: 100%;}
    .ind7{width: 100%;background: #fff;}
    .ind7-a{width: 100%;margin: 0 auto;margin-top: 0.5rem;}
    .ind7-swi,.ind7-swi2{width: 100%;height: 6.77rem;position: relative;}
    .ind7-a1{width: 100%;height: 5.23rem;background: #fff;box-shadow:0 0 20px rgba(0, 0, 0, 0.07);}
    .ind7-a2{width: 100%;height: 3.52rem;position: relative;}
    .ind7-a2>img{width: 100%;transition: 0.5s;}
    .ind7-a3{width: 100%;margin-top: 0.5rem;position: relative;padding: 0 0.8rem 0 0.27rem;}
    .ind7-a21{width: 1.35rem;height: 0.52rem;background: #ff9702;position: absolute;left: 0;bottom: 0;color: #fff;text-align: center;line-height: 0.52rem;font-size: 0.24rem;border-top-right-radius: 0.2rem;}
    .ind7-a33{width: 0.37rem;height: 0.37rem;position: absolute;top: calc(50% - 0.37rem/2);right: 0.37rem;}
    .ind7-a31{font-size: 0.28rem;line-height: 0.28rem;font-weight: bold;}
    .ind7-a32{font-size: 0.24rem;line-height: 0.24rem;color: #999999;margin-top: 0.22rem;}
    .ind7-pag,.ind7-pag2{width: 100%;position: absolute;left: 0;bottom: 0.7rem !important;display: flex;align-items: center;justify-content: center;}
    .ind7-pag .swiper-pagination-bullet,.ind7-pag2 .swiper-pagination-bullet{width: 0.06rem;height: 0.06rem;border-radius: 50%;background: #b5b5b5;margin-right: 0.22rem !important;opacity: 1 !important;}
    .ind7-pag .swiper-pagination-bullet:last-child,.ind7-pag2 .swiper-pagination-bullet:last-child{margin-right: 0 !important;}
    .ind7-pag .swiper-pagination-bullet-active,.ind7-pag2 .swiper-pagination-bullet-active{width: 0.26rem;height: 0.26rem;background: url(../img/a58.png) no-repeat;background-size: 100% 100%;transition: 0.5s;outline:none;}
    .swiper-button-next:after, .swiper-button-prev:after{content: none;}
}

/* 底部 */
@media only screen and (min-width: 1440px) {
.bottom{width: 100%;background: #222222;padding: 92px 0 82px 0;}
.bto-a{width: 1400px;margin: 0 auto;display: flex;justify-content: space-between;}
.bto-all{width: 490px;}
.bto-a1>div:nth-child(1){font-size: 18px;line-height: 18px;color: #fff;font-weight: bold;}
.bto-a1>div:nth-child(2){width: 40px;height: 1px;background: #fff;margin-top: 21px;}
.bto-a2{height: 43px;margin-top: 21px;}
.bto-a3{margin-top: 26px;padding-left: 34px;position: relative;}
.bto-a31{width: 14px;height: 18px;position: absolute;left: 0;top: 5px;}
.bto-a3>div{font-size: 16px;line-height: 28px;color: #cccccc;}
.bto-a4{padding-left: 34px;position: relative;margin-top: 12px;}
.bto-a4>.bto-a31{width: 16px;height: 16px;position: absolute;left: 0;top: 6px;}
.bto-a4>div{font-size: 16px;line-height: 28px;color: #cccccc;}
.bto-b{padding: 0 48px;border-left: 1px solid #474747;border-right: 1px solid #474747;}
.bto-b1{float: left;margin-right: 64px;}
.bto-b > .bto-b1:last-child{margin-right: 0;}
.bto-b2 >div{font-size: 16px;line-height: 16px;color: #cccccc;margin-bottom: 22px;}
.bto-b2 >div:last-child{margin-bottom: 0;}
.bto-b2>div:hover {text-decoration: underline;}
.bto-b2{margin-top: 26px;}
.bto-c1{width: 178px;position:relative;}
.bto-c2{width: calc((100% -  40px)/2);float: left;margin-right: 40px;margin-bottom: 10px;margin-top: 22px;}
.bto-c1>.bto-c2:nth-child(2n){margin-right: 0;}
.bto-c2>div:nth-child(1){width: 100%;height: 69px;}
.bto-c2>div:nth-child(2){font-size: 14px;line-height: 14px;color: #979797;text-align: center;margin-top: 8px;}
.bto-c2>div:nth-child(3){width:150px;height:150px;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;transform:scale(0);transition:0.5s;}
.bto-c2:hover >div:nth-child(3){transform:scale(1);transition:0.5s;}
.bto-c2:hover {z-index:2;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .bottom{width: 100%;background: #222222;padding: calc(960px*92/1400) 0 calc(960px*82/1400) 0;}
    .bto-a{width: 960px;margin: 0 auto;display: flex;justify-content: space-between;}
    .bto-all{width: calc(960px*490/1400);}
    .bto-a1>div:nth-child(1){font-size: calc(960px*18/1400);line-height:calc(960px*18/1400);color: #fff;font-weight: bold;}
    .bto-a1>div:nth-child(2){width: calc(960px*40/1400);height: 1px;background: #fff;margin-top: calc(960px*21/1400);}
    .bto-a2{height: calc(960px*43/1400);margin-top: calc(960px*21/1400);}
    .bto-a3{margin-top: calc(960px*26/1400);padding-left: calc(960px*34/1400);position: relative;}
    .bto-a31{width: calc(960px*14/1400);height: calc(960px*18/1400);position: absolute;left: 0;top: calc(960px*5/1400);}
    .bto-a3>div{font-size: calc(960px*16/1400);line-height: calc(960px*28/1400);color: #cccccc;}
    .bto-a4{padding-left: calc(960px*34/1400);position: relative;margin-top: calc(960px*12/1400);}
    .bto-a4>.bto-a31{width: calc(960px*16/1400);height: calc(960px*16/1400);position: absolute;left: 0;top: calc(960px*6/1400);}
    .bto-a4>div{font-size: calc(960px*16/1400);line-height: calc(960px*28/1400);color: #cccccc;}
    .bto-b{padding: 0 calc(960px*48/1400);border-left: 1px solid #474747;border-right: 1px solid #474747;}
    .bto-b1{float: left;margin-right: calc(960px*64/1400);}
    .bto-b > .bto-b1:last-child{margin-right: 0;}
    .bto-b2 >div{font-size: calc(960px*16/1400);line-height: calc(960px*16/1400);color: #cccccc;margin-bottom: calc(960px*22/1400);}
    .bto-b2 >div:last-child{margin-bottom: 0;}
    .bto-b2>div:hover {text-decoration: underline;}
    .bto-b2{margin-top: calc(960px*26/1400);}
    .bto-c1{width: 138px;position:relative;}
    .bto-c2{width: calc((100% - 40px)/2);float: left;margin-right: 40px;margin-bottom: calc(960px*10/1400);margin-top: calc(960px*22/1400);}
    .bto-c1>.bto-c2:nth-child(2n){margin-right: 0;}
    .bto-c2>div:nth-child(1){width: 100%;height: 49px;}
    .bto-c2>div:nth-child(2){font-size: calc(960px*14/1400);line-height: calc(960px*14/1400);color: #979797;text-align: center;margin-top: calc(960px*8/1400);}
    .bto-c2>div:nth-child(3){width:130px;height:130px;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;transform:scale(0);transition:0.5s;}
	.bto-c2:hover >div:nth-child(3){transform:scale(1);transition:0.5s;}
	.bto-c2:hover {z-index:2;}
}
@media only screen and (max-width: 1023px) {
.bottom{width: 100%;background: #222222;padding: 0.66rem 0 0.66rem 0;}
.bto-b{display: none;}
.bto-a{width: calc(100% - 0.3rem*2);margin: 0 auto;}
.bto-all{width: 100%;}
.bto-a1>div:nth-child(1){font-size: 0.27rem;line-height: 0.27rem;color: #fff;font-weight: bold;}
.bto-a1>div:nth-child(2){width: 0.6rem;height: 0.01rem;background: #fff;margin-top: 0.21rem;}
.bto-a2{height: 0.7rem;margin-top: 0.4rem;}
.bto-a3{margin-top: 0.29rem;padding-left: 0.54rem;position: relative;}
.bto-a31{width: 0.21rem;height: 0.27rem;position: absolute;left: 0;top: calc(0.42rem/2 - 0.27rem/2);}
.bto-a3>div{font-size: 0.24rem;line-height: 0.42rem;color: #cccccc;}
.bto-a4{padding-left: 0.54rem;position: relative;margin-top: 0.04rem;}
.bto-a4>.bto-a31{width: 0.25rem;height: 0.25rem;position: absolute;left: 0;top: calc(0.42rem/2 - 0.25rem/2);}
.bto-a4>div{font-size: 0.24rem;line-height: 0.42rem;color: #cccccc;}
.bto-c{width:100%;margin-top: 0.42rem;}
.bto-c2{width:1.24rem;float: left;margin-right: 0.4rem;margin-bottom: 0;margin-top: 0.32rem;}
.bto-c1>.bto-c2:nth-child(4n){margin-right: 0;}
.bto-c2>div:nth-child(1){width: 100%;height: 1.24rem;}
.bto-c2>div:nth-child(2){font-size: 0.24rem;line-height: 0.24rem;color: #979797;text-align: center;margin-top: 0.22rem;}
}

/* 头部 */
@media only screen and (min-width: 1440px) {
    .head{width: 100%;position: relative;overflow: hidden;margin-top:100px;}
    .head1{width: 1920px;margin-left:50%;transform:translateX(-50%);}
    .head1 >img:nth-child(2){display: none;}
    .head2{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;display: table;}
    .head3{width: 100%;display: table-cell;vertical-align: middle;}
    .head31{font-size: 56px;line-height: 56px;color: #fff;text-align: center;font-family: 'SCM';-webkit-box-reflect: below 0 -webkit-gradient(linear,left top,left bottom, from(rgba(0,0,0,0)),to(rgba(255,255,255,0.1)));}
    .head32{font-size: 30px;line-height: 30px;color: #fff;text-align: center;margin-top: 30px;font-family: 'SCN';}
    .top{width: 1400px;margin: 0 auto;margin-top: 65px;font-size: 18px;line-height: 18px;color: #999999;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .head{width: 100%;position: relative;overflow: hidden;margin-top:100px;}
    .head1{width: 1920px;margin-left:50%;transform:translateX(-50%);}
    .head1 >img:nth-child(2){display: none;}
    .head2{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;display: table;}
    .head3{width: 100%;display: table-cell;vertical-align: middle;}
    .head31{font-size: 56px;line-height: 56px;color: #fff;text-align: center;font-family: 'SCM';-webkit-box-reflect: below 0 -webkit-gradient(linear,left top,left bottom, from(rgba(0,0,0,0)),to(rgba(255,255,255,0.1)));}
    .head32{font-size: 30px;line-height: 30px;color: #fff;text-align: center;margin-top: 30px;font-family: 'SCN';}
    .top{width: 960px;margin: 0 auto;margin-top: 65px;font-size: 18px;line-height: 18px;color: #999999;}
}
@media only screen and (max-width: 1023px) {
    .top{display: none;}
    .head{width: 100%;height: 4.6rem;position: relative;overflow: hidden;margin-top: 1rem;}
    .head1{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
    .head1 >img:nth-child(1){display: none;}
    .head2{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;display: table;}
    .head3{width: 100%;display: table-cell;vertical-align: middle;}
    .head31{font-size: 0.45rem;line-height: 0.45rem;color: #fff;text-align: center;font-family: 'SCM';-webkit-box-reflect: below 0 -webkit-gradient(linear,left top,left bottom, from(rgba(0,0,0,0)),to(rgba(255,255,255,0.1)));}
    .head32{font-size: 0.3rem;line-height: 0.3rem;color: #fff;text-align: center;margin-top: 0.3rem;font-family: 'SCN';}
}


/* 产品列表 */
@media only screen and (min-width: 1440px) {
    .yj{width: 1400px;margin: 0 auto;margin-top: 55px;margin-bottom: 17px;}
    .yj1{width: calc((100% - 20px*3)/4);float: left;margin-right: 20px;background: #fff;margin-bottom: 48px;transition: 0.5s;}
    .yj>.yj1:nth-child(4n){margin-right: 0;}
    .yj1-a{width: 100%;height: 350px;}
    .yj1-a>img{width: 100%;transition: 0.5s;}
    .yj1-b{width: 100%;height: 90px;line-height: 90px;text-align: center;font-size: 24px;}
    .yj1:hover .yj1-a>img{transform: scale(1.08);transition: 0.5s;}
    .yj1:hover {box-shadow: 0 0 16px rgba(104, 104, 104, 0.47);transition: 0.5s;}
    .yj-t{display: none;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .yj-t{display: none;}
    .yj{width: 960px;margin: 0 auto;margin-top: calc(960px*55/1400);margin-bottom: calc(960px*17/1400);}
    .yj1{width: calc((100% - (960px*20/1400)*3)/4);float: left;margin-right: calc(960px*20/1400);background: #fff;margin-bottom: calc(960px*48/1400);transition: 0.5s;}
    .yj>.yj1:nth-child(4n){margin-right: 0;}
    .yj1-a{width: 100%;height: calc(960px*350/1400);}
    .yj1-a>img{width: 100%;transition: 0.5s;}
    .yj1-b{width: 100%;height: calc(960px*90/1400);line-height: calc(960px*90/1400);text-align: center;font-size: calc(960px*24/1400);}
    .yj1:hover .yj1-a>img{transform: scale(1.08);transition: 0.5s;}
    .yj1:hover {box-shadow: 0 0 16px rgba(104, 104, 104, 0.47);transition: 0.5s;}
}
@media only screen and (max-width: 1023px) {
    .yj-t{font-size: 0.4rem;line-height: 0.4rem;font-weight: bold;text-align: center;margin: 0.65rem 0 0.52rem;}
    .yj{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-bottom: 0.33rem;}
    .yj1{width: calc((100% - 0.5rem)/2);float: left;margin-right: 0.5rem;background: #fff;margin-bottom: 0.35rem;transition: 0.5s;box-shadow: 0 0 16px rgba(104, 104, 104, 0.47);transition: 0.5s;}
    .yj>.yj1:nth-child(2n){margin-right: 0;}
    .yj1-a{width: 100%;height: 3.5rem;}
    .yj1-b{width: 100%;height: 0.72rem;line-height: 0.72rem;text-align: center;font-size: 0.24rem;}
}


/* 公司简介 */
@media only screen and (min-width: 1440px) {
.jj{width: 1400px;margin: 0 auto;margin-top: 50px;margin-bottom: 55px;}
.jj1{width: 100%;display: flex;justify-content: center;}
.jj1-a{margin-right: 65px;font-size: 20px;line-height: 20px;font-weight: bold;padding-bottom: 20px;position: relative;cursor: pointer;}
.jj1-a>div{width: 32px;height: 7px;border-radius: 50px;background: #0870b9;position: absolute;left: calc(50% - 32px/2);bottom: 0;opacity: 0;transition: 0.5s;}
.jj1-a.on >div{opacity: 1;transition: 0.5s;}
.jj1-a.on {color: #0870b9;transition: 0.5s;}
.jj1-a:hover >div{opacity: 1;transition: 0.5s;}
.jj1-a:hover {color: #0870b9;transition: 0.5s;}
.jj1>.jj1-a:last-child{margin-right: 0;}
.jj2{width: 100%;margin-top: 55px;}
.jj21{font-size: 24px;line-height: 24px;color: #0870b9;}
.jj22{font-size: 18px;line-height: 35px;margin-top: 20px;}
.jj22 img{max-width:100%;display:inline-block;}
.jj23{width: 100%;margin-top: 37px;}
.jj23-a{width: 699px;float: left;border-radius: 10px;}
.jj23-a>img{width: 100%;transition: 0.5s;}
.jj23-a:hover >img{transform: scale(1.08);transition: 0.5s;}
.jj23-b{width: calc(100% - 699px - 30px);float: left;margin-left: 30px;}
.jj23-b1{width: 100%;border: 1px solid #c9c9c9;padding: 20px 30px;border-radius: 10px;position: relative;overflow: hidden;font-size: 18px;line-height: 30px;margin-bottom: 20px;}
.jj23-b1>div{width: 40px;height: 6px;position: absolute;left: 0;top: 0;border-bottom-right-radius: 5px;background: #0870b9;}
.jj23-b>.jj23-b1:last-child{margin-bottom: 0;}
.jj23-b1>span{font-weight: bold;}
.jj24{font-size: 18px;line-height: 35px;margin-top: 45px;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
.jj{width: 960px;margin: 0 auto;margin-top: calc(960px*50/1400);margin-bottom: calc(960px*55/1400);}
.jj1{width: 100%;display: flex;justify-content: center;}
.jj1-a{margin-right: calc(960px*65/1400);font-size: calc(960px*20/1400);line-height: calc(960px*20/1400);font-weight: bold;padding-bottom: calc(960px*20/1400);position: relative;cursor: pointer;}
.jj1-a>div{width: calc(960px*32/1400);height: calc(960px*7/1400);border-radius: 50px;background: #0870b9;position: absolute;left: calc(50% - (960px*32/1400)/2);bottom: 0;opacity: 0;transition: 0.5s;}
.jj1-a.on >div{opacity: 1;transition: 0.5s;}
.jj1-a.on {color: #0870b9;transition: 0.5s;}
.jj1-a:hover >div{opacity: 1;transition: 0.5s;}
.jj1-a:hover {color: #0870b9;transition: 0.5s;}
.jj1>.jj1-a:last-child{margin-right: 0;}
.jj2{width: 100%;margin-top: calc(960px*55/1400);}
.jj21{font-size: calc(960px*24/1400);line-height: calc(960px*24/1400);color: #0870b9;}
.jj22{font-size: calc(960px*18/1400);line-height: calc(960px*35/1400);margin-top: calc(960px*20/1400);}
.jj22 img{max-width:100%;display:inline-block;}
.jj23{width: 100%;margin-top: calc(960px*37/1400);}
.jj23-a{width: calc(960px*699/1400);float: left;border-radius: 10px;}
.jj23-a>img{width: 100%;transition: 0.5s;}
.jj23-a:hover >img{transform: scale(1.08);transition: 0.5s;}
.jj23-b{width: calc(100% - (960px*699/1400) - (960px*30/1400));float: left;margin-left: calc(960px*30/1400);}
.jj23-b1{width: 100%;border: 1px solid #c9c9c9;padding: calc(960px*20/1400) calc(960px*30/1400);border-radius: 10px;position: relative;overflow: hidden;font-size: calc(960px*18/1400);line-height: calc(960px*30/1400);margin-bottom: calc(960px*20/1400);}
.jj23-b1>div{width: calc(960px*40/1400);height: 6px;position: absolute;left: 0;top: 0;border-bottom-right-radius: 5px;background: #0870b9;}
.jj23-b>.jj23-b1:last-child{margin-bottom: 0;}
.jj23-b1>span{font-weight: bold;}
.jj24{font-size: calc(960px*18/1400);line-height: calc(960px*35/1400);margin-top: calc(960px*45/1400);}
}
@media only screen and (max-width: 1023px) {
.jj{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.63rem;margin-bottom: 0.8rem;}
.jj1{width: 100%;display: flex;justify-content: space-between;padding: 0 0.18rem;}
.jj1-a{font-size: 0.24rem;line-height: 0.24rem;font-weight: bold;padding-bottom: 0.2rem;position: relative;}
.jj1-a>div{width: 0.32rem;height: 0.07rem;border-radius: 0.5rem;background: #0870b9;position: absolute;left: calc(50% - 0.32rem/2);bottom: 0;opacity: 0;transition: 0.5s;}
.jj1-a.on >div{opacity: 1;transition: 0.5s;}
.jj1-a.on {color: #0870b9;transition: 0.5s;}
.jj2{width: 100%;margin-top: 0.65rem;}
.jj21{font-size: 0.3rem;line-height: 0.3rem;color: #0870b9;text-align: center;font-weight: bold;}
.jj22{font-size: 0.24rem;line-height: 0.4rem;margin-top: 0.32rem;}
.jj22 img{max-width:100%;display:inline-block;}
.jj23{width: 100%;margin-top: 0.33rem;}
.jj23-a{width: 100%;border-radius: 0.1rem;}
.jj23-a>img{width: 100%;transition: 0.5s;}
.jj23-b{width: 100%;margin-top: 0.42rem;}
.jj23-b1{width: 100%;border: 0.01rem solid #c9c9c9;padding: 0.2rem 0.3rem;border-radius: 0.1rem;position: relative;overflow: hidden;font-size: 0.24rem;line-height: 0.36rem;margin-bottom: 0.2rem;}
.jj23-b1>div{width: 0.4rem;height: 0.06rem;position: absolute;left: 0;top: 0;border-bottom-right-radius: 0.05rem;background: #0870b9;}
.jj23-b>.jj23-b1:last-child{margin-bottom: 0;}
.jj23-b1>span{font-weight: bold;}
.jj24{font-size: 0.24rem;line-height: 0.39rem;margin-top: 0.45rem;}
}

/* 联系我们 */
@media only screen and (min-width: 1440px) {
    .lx{width: 100%;margin-top: 83px;}
    .lx1{font-size: 24px;line-height: 24px;font-weight: bold;text-align: center;}
    .lx2{display: flex;justify-content: center;}
    .lx2>div{margin-right: 45px;font-size: 18px;line-height: 18px;text-align: center;margin-top: 25px;}
    .lx2>div:last-child{margin-right: 0;}
    .lx2>div>span{font-weight: bold;}
    .lx3{width: 100%;margin-top: 40px;}
    .lx31{width: calc((100% - 35px*2)/3);float: left;margin-right: 35px;}
    .lx3>.lx31:nth-child(3n){margin-right: 0;}
    .lx32{width: 100%;height: 323px;}
    .lx32 #map1,.lx32 #map2,.lx32 #map3{width: 100%;height: 100%;}
    .lx33{width: 100%;margin-top: 26px;}
    .lx33>div:nth-child(1){float: left;font-size: 18px;line-height: 30px;font-weight: bold;}
    .lx33>div:nth-child(2){float: left;width: calc(100% - 115px);font-size: 18px;line-height: 30px;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .lx{width: 100%;margin-top: calc(960px*83/1400);}
    .lx1{font-size: calc(960px*24/1400);line-height:  calc(960px*24/1400);font-weight: bold;text-align: center;}
    .lx2{display: flex;justify-content: center;}
    .lx2>div{margin-right: calc(960px*45/1400);font-size:  calc(960px*18/1400);line-height:  calc(960px*18/1400);text-align: center;margin-top:  calc(960px*25/1400);}
    .lx2>div:last-child{margin-right: 0;}
    .lx2>div>span{font-weight: bold;}
    .lx3{width: 100%;margin-top:  calc(960px*40/1400);}
    .lx31{width: calc((100% -  (960px*35/1400)*2)/3);float: left;margin-right:  calc(960px*35/1400);}
    .lx3>.lx31:nth-child(3n){margin-right: 0;}
    .lx32{width: 100%;height:  calc(960px*323/1400);}
    .lx32 #map1,.lx32 #map2,.lx32 #map3{width: 100%;height: 100%;}
    .lx33{width: 100%;margin-top:  calc(960px*26/1400);}
    .lx33>div:nth-child(1){float: left;font-size:  calc(960px*18/1400);line-height:  calc(960px*30/1400);font-weight: bold;}
    .lx33>div:nth-child(2){float: left;width: calc(100% - (960px*115/1400));font-size: calc(960px*18/1400);line-height: calc(960px*30/1400);}
}
@media only screen and (max-width: 1023px) {
    .lx{width: 100%;margin-top: 0.57rem;}
    .lx1{font-size: 0.24rem;line-height: 0.24rem;font-weight: bold;text-align: center;}
    .lx2{display: flex;justify-content: center;}
    .lx2>div{margin-right: 0.45rem;font-size: 0.18rem;line-height: 0.18rem;text-align: center;margin-top: 0.25rem;}
    .lx2>div:last-child{margin-right: 0;}
    .lx2>div>span{font-weight: bold;}
    .lx3{width: 100%;margin-top: 0.45rem;}
    .lx31{width: 100%;margin-bottom: 0.44rem;}
    .lx3>.lx31:nth-child(3n){margin-bottom: 0;}
    .lx32{width: 100%;height: 3.23rem;}
    .lx32 #map1,.lx32 #map2,.lx32 #map3{width: 100%;height: 100%;}
    .lx33{width: 100%;margin-top: 0.2rem;padding-left: 0.25rem;}
    .lx33>div:nth-child(1){float: left;font-size: 0.24rem;line-height: 0.4rem;font-weight: bold;}
    .lx33>div:nth-child(2){float: left;width: calc(100% - 1.45rem);font-size: 0.24rem;line-height: 0.4rem;}
}


/* 人才招聘 */
@media only screen and (min-width: 1440px) {
    .zp{width: 1400px;margin: 0 auto;margin-top: 30px;}
    .zp1{width: 100%;margin-bottom: 18px;}
    .zp>.zp1:last-child{margin-bottom: 0;}
    .zp2{width: 100%;height: 82px;cursor: pointer;position: relative;background: #fafafa;transition: 0.5s;}
    .zp21{font-size: 22px;line-height: 22px;font-weight: bold;position: absolute;left: 37px;top: calc(50% - 22px/2);transition: 0.5s;}
    .zp22{font-size: 18px;line-height: 18px;position: absolute;right: 325px;top: calc(50% - 18px/2);transition: 0.5s;}
    .zp23{font-size: 18px;line-height: 18px;position: absolute;right: 80px;top: calc(50% - 18px/2);transition: 0.5s;}
    .zp24{width: 16px;height: 10px;position: absolute;right: 35px;top: calc(50% - 10px/2);}
    .zp24>img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .zp24>img:nth-child(1){opacity: 1;}
    .zp24>img:nth-child(2){opacity: 0;}
    .zp3{width: 100%;padding: 13px 37px 80px 37px;background: #fafafa;font-size: 18px;line-height: 32px;display: none;position:relative;}
    .zp31{margin: 27px 0;line-height: 18px;}
    .zp32{font-size:16px;line-height:16px;color:#0870b9;position:absolute;right:55px;bottom:45px;font-weight:bold;}
    .zp2.on .zp21,.zp2.on .zp22,.zp2.on .zp23{color: #fff;transition: 0.5s;}
    .zp2.on{background: #0870b9;transition: 0.5s;}
    .zp2.on .zp24>img:nth-child(2){opacity: 1;}
    .zp2.on .zp24>img:nth-child(1){opacity: 0;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .zp{width: 960px;margin: 0 auto;margin-top: calc(960px*30/1400);}
    .zp1{width: 100%;margin-bottom: calc(960px*18/1400);}
    .zp>.zp1:last-child{margin-bottom: 0;}
    .zp2{width: 100%;height: calc(960px*82/1400);cursor: pointer;position: relative;background: #fafafa;transition: 0.5s;}
    .zp21{font-size: calc(960px*22/1400);line-height: calc(960px*22/1400);font-weight: bold;position: absolute;left: calc(960px*37/1400);top: calc(50% - (960px*22/1400)/2);transition: 0.5s;}
    .zp22{font-size: calc(960px*18/1400);line-height: calc(960px*18/1400);position: absolute;right: calc(960px*325/1400);top: calc(50% - (960px*18/1400)/2);transition: 0.5s;}
    .zp23{font-size: calc(960px*18/1400);line-height: calc(960px*18/1400);position: absolute;right: calc(960px*80/1400);top: calc(50% - (960px*18/1400)/2);transition: 0.5s;}
    .zp24{width: calc(960px*16/1400);height: calc(960px*10/1400);position: absolute;right: calc(960px*35/1400);top: calc(50% - (960px*10/1400)/2);}
    .zp24>img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .zp24>img:nth-child(1){opacity: 1;}
    .zp24>img:nth-child(2){opacity: 0;}
    .zp3{width: 100%;padding: calc(960px*13/1400) calc(960px*37/1400) calc(960px*80/1400) calc(960px*37/1400);background: #fafafa;font-size: calc(960px*18/1400);line-height: calc(960px*32/1400);display: none;position:relative;}
    .zp31{margin: calc(960px*27/1400) 0;line-height: calc(960px*28/1400);}
    .zp32{font-size:calc(960px*16/1400);line-height:calc(960px*16/1400);color:#0870b9;position:absolute;right:calc(960px*55/1400);bottom:calc(960px*45/1400);font-weight:bold;}
    .zp2.on .zp21,.zp2.on .zp22,.zp2.on .zp23{color: #fff;transition: 0.5s;}
    .zp2.on{background: #0870b9;transition: 0.5s;}
    .zp2.on .zp24>img:nth-child(2){opacity: 1;}
    .zp2.on .zp24>img:nth-child(1){opacity: 0;}
}
@media only screen and (max-width: 1023px) {
    .zp{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.5rem;}
    .zp1{width: 100%;margin-bottom: 0.18rem;}
    .zp>.zp1:last-child{margin-bottom: 0;}
    .zp2{width: 100%;height: 0.82rem;position: relative;background: #fafafa;transition: 0.5s;}
    .zp21{font-size: 0.22rem;line-height: 0.22rem;font-weight: bold;position: absolute;left: 0.36rem;top: calc(50% - 0.22rem/2);transition: 0.5s;}
    .zp22{font-size: 0.18rem;line-height: 0.18rem;position: absolute;right: 2.4rem;top: calc(50% - 0.18rem/2);transition: 0.5s;}
    .zp23{font-size: 0.18rem;line-height: 0.18rem;position: absolute;right: 0.65rem;top: calc(50% - 0.18rem/2);transition: 0.5s;}
    .zp24{width: 0.16rem;height: 0.1rem;position: absolute;right: 0.25rem;top: calc(50% - 0.1rem/2);}
    .zp24>img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .zp24>img:nth-child(1){opacity: 1;}
    .zp24>img:nth-child(2){opacity: 0;}
    .zp3{width: 100%;padding: 0.2rem 0.4rem 0.4rem 0.4rem;background: #fafafa;font-size: 0.24rem;line-height: 0.36rem;display: none;}
    .zp31{margin: 0.2rem 0;line-height: 0.24rem;}
    .zp32{font-size:0.24rem;line-height:0.24rem;margin-top:0.24rem;color:#0870b9;font-weight:bold;}
    .zp2.on .zp21,.zp2.on .zp22,.zp2.on .zp23{color: #fff;transition: 0.5s;}
    .zp2.on{background: #0870b9;transition: 0.5s;}
    .zp2.on .zp24>img:nth-child(2){opacity: 1;}
    .zp2.on .zp24>img:nth-child(1){opacity: 0;}
}


/* 荣誉资质 */
@media only screen and (min-width: 1440px) {
    .ho{width: 100%;margin-top: 30px;}
    .ho1{width: calc((100% - 13px*3)/4);float: left;margin-right: 13px;margin-bottom: 43px;}
    .ho>.ho1:nth-child(4n){margin-right: 0 ;}
    .ho2{width: 100%;height: 298px;background: #f6f6f6;padding: 25px 30px;position: relative;}
    .ho2>img{max-width: calc(100% - 60px);max-height: calc(100% - 50px);position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
    .ho3{width: 100%;text-align: center;font-size: 18px;line-height: 18px;margin-top: 23px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .pagination{width: 100%;display:flex;justify-content:center;margin:30px 0;}
    .pagination>li{width: 46px;height: 46px;background:#f0f0f0;font-size:15px;line-height:46px;margin-right:3px;text-align:center;}
    .pagination>li:last-child{margin-right:0;}
    .pagination .active{background:#0870b9;color:#fff;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .ho{width: 100%;margin-top: calc(960px*30/1400);}
    .ho1{width: calc((100% - (960px*13/1400)*3)/4);float: left;margin-right: calc(960px*13/1400);margin-bottom: calc(960px*43/1400);}
    .ho>.ho1:nth-child(4n){margin-right: 0 ;}
    .ho2{width: 100%;height: calc(960px*298/1400);background: #f6f6f6;padding: calc(960px*25/1400) calc(960px*30/1400);position: relative;}
    .ho2>img{max-width: calc(100% - (960px*60/1400));max-height: calc(100% - (960px*50/1400));position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
    .ho3{width: 100%;text-align: center;font-size: calc(960px*18/1400);line-height: calc(960px*18/1400);margin-top: calc(960px*23/1400);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .pagination{width: 100%;display:flex;justify-content:center;margin:30px 0;}
    .pagination>li{width: 46px;height: 46px;background:#f0f0f0;font-size:15px;line-height:46px;margin-right:3px;text-align:center;}
    .pagination>li:last-child{margin-right:0;}
    .pagination .active{background:#0870b9;color:#fff;}
}
@media only screen and (max-width: 1023px) {
    .ho{width: 100%;margin-top: 0.35rem;}
    .ho1{width: calc((100% - 0.13rem)/2);float: left;margin-right: 0.13rem;margin-bottom: 0.27rem;}
    .ho>.ho1:nth-child(2n){margin-right: 0 ;}
    .ho2{width: 100%;height: 2.98rem;background: #f6f6f6;padding: 0.25rem 0.3rem;position: relative;}
    .ho2>img{max-width: calc(100% - 0.3rem*2);max-height: calc(100% - 0.5rem);position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
    .ho3{width: 100%;text-align: center;font-size: 0.24rem;line-height: 0.34rem;height: 0.68rem; margin-top: 0.13rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .pagination{width: 100%;display:flex;justify-content:center;margin:0.85rem 0;}
    .pagination>li{width: 0.46rem;height: 0.46rem;background:#f0f0f0;font-size:0.15rem;line-height:0.46rem;margin-right:0.03rem;text-align:center;}
    .pagination>li:last-child{margin-right:0;}
    .pagination .active{background:#0870b9;color:#fff;}
}


/* 企业文化 */
@media only screen and (min-width: 1440px) {
    .wh{width: 100%;margin-top: 45px;}
    .wh1{width: 100%;height: 276px;}
    .wh2{float: left;width: 50%;height: 100%;position: relative;background: #f5f5f5;}
    .wh3{float: right;width: 50%;height: 100%;}
    .wh3>img{width: 100%;transition: 0.5s;}
    .wh21{position: absolute;left: 67px;top: 75px;display: flex;align-items: center;}
    .wh22{width: 60px;margin-right: 30px;}
    .wh23>div:nth-child(1){font-size: 24px;line-height: 24px;font-weight: bold;}
    .wh23>div:nth-child(2){font-size: 20px;line-height: 20px;margin-top: 16px;}
    .wh24{position: absolute;right: 20px;bottom: 20px;font-size: 90px;line-height: 90px;color: rgba(51, 51, 51, 0.08);font-family: 'PF';text-transform: uppercase;transition: 0.5s;}
    .wh1:nth-child(2n)>.wh2{float: right;}
    .wh1:nth-child(2n)>.wh3{float: left;}
    .wh3:hover >img{transform: scale(1.08);transition: 0.5s;}
    .wh2:hover .wh22>img{transform: rotateY(360deg);transition: 0.5s;}
    .wh2:hover .wh24{transform: translateY(-10px);transition: 0.5s;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .wh{width: 100%;margin-top: calc(960px*45/1400);}
    .wh1{width: 100%;height:calc(960px*276/1400);}
    .wh2{float: left;width: 50%;height: 100%;position: relative;background: #f5f5f5;}
    .wh3{float: right;width: 50%;height: 100%;}
    .wh3>img{width: 100%;transition: 0.5s;}
    .wh21{position: absolute;left: calc(960px*67/1400);top: calc(960px*75/1400);display: flex;align-items: center;}
    .wh22{width: calc(960px*60/1400);margin-right: calc(960px*30/1400);}
    .wh23>div:nth-child(1){font-size: calc(960px*24/1400);line-height: calc(960px*24/1400);font-weight: bold;}
    .wh23>div:nth-child(2){font-size: calc(960px*20/1400);line-height: calc(960px*20/1400);margin-top: calc(960px*16/1400);}
    .wh24{position: absolute;right: calc(960px*20/1400);bottom: calc(960px*20/1400);font-size: calc(960px*90/1400);line-height: calc(960px*90/1400);color: rgba(51, 51, 51, 0.08);font-family: 'PF';text-transform: uppercase;transition: 0.5s;}
    .wh1:nth-child(2n)>.wh2{float: right;}
    .wh1:nth-child(2n)>.wh3{float: left;}
    .wh3:hover >img{transform: scale(1.08);transition: 0.5s;}
    .wh2:hover .wh22>img{transform: rotateY(360deg);transition: 0.5s;}
    .wh2:hover .wh24{transform: translateY(-10px);transition: 0.5s;}
}
@media only screen and (max-width: 1023px) {
    .wh{width: 100%;margin-top: 0.4rem;}
    .wh1{width: 100%;height: 5.52rem;margin-bottom: 0.34rem;}
    .wh>.wh1:last-child{margin-bottom: 0;}
    .wh2{width: 100%;height: 50%;position: relative;background: #f5f5f5;}
    .wh3{width: 100%;height: 50%;}
    .wh3>img{width: 100%;transition: 0.5s;}
    .wh21{position: absolute;left: 0.67rem;top: 0.71rem;display: flex;align-items: center;}
    .wh22{width: 0.58rem;margin-right: 0.23rem;}
    .wh23>div:nth-child(1){font-size: 0.32rem;line-height: 0.32rem;font-weight: bold;}
    .wh23>div:nth-child(2){font-size: 0.26rem;line-height: 0.26rem;margin-top: 0.2rem;}
    .wh24{position: absolute;right: 0.2rem;bottom: 0.2rem;font-size: 0.9rem;line-height: 0.9rem;color: rgba(51, 51, 51, 0.08);font-family: 'PF';text-transform: uppercase;transition: 0.5s;}
}


/* 客户案例 */
@media only screen and (min-width: 1440px) {
    .kh{width: 1400px;margin: 0 auto;margin-top: 30px;}
    .kh1{width: calc((100% - 50px*2)/3);float: left;margin-right: 50px;height: 492px;border-radius: 10px;background: #f3f3f3;overflow: hidden;margin-bottom: 50px;}
    .kh>.kh1:nth-child(3n){margin-right: 0;}
    .kh2{width: 100%;height: 345px;position: relative;}
    .kh2>img{width: 100%;transition: 0.5s;}
    .kh1:hover .kh2>img{transform: scale(1.08);transition: 0.5s;}
    .kh21{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.1);transition: 0.5s;position: absolute;left: 0;top: 0;}
    .kh1:hover .kh21{background: rgba(0, 0, 0, 0);transition: 0.5s;}
    .kh3{padding-left: 30px;margin-top: 40px;font-weight: bold;font-size: 20px;line-height: 20px;}
    .kh4{font-size: 20px;line-height: 20px;color: #999999;padding-left: 30px;margin-top: 20px;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .kh{width: 960px;margin: 0 auto;margin-top: calc(960px*30/1400);}
    .kh1{width: calc((100% - (960px*50/1400)*2)/3);float: left;margin-right: calc(960px*50/1400);height: calc(960px*492/1400);border-radius: 10px;background: #f3f3f3;overflow: hidden;margin-bottom: calc(960px*50/1400);}
    .kh>.kh1:nth-child(3n){margin-right: 0;}
    .kh2{width: 100%;height: calc(960px*345/1400);position: relative;}
    .kh2>img{width: 100%;transition: 0.5s;}
    .kh1:hover .kh2>img{transform: scale(1.08);transition: 0.5s;}
    .kh21{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.1);transition: 0.5s;position: absolute;left: 0;top: 0;}
    .kh1:hover .kh21{background: rgba(0, 0, 0, 0);transition: 0.5s;}
    .kh3{padding-left: calc(960px*30/1400);margin-top: calc(960px*40/1400);font-weight: bold;font-size: calc(960px*20/1400);line-height: calc(960px*20/1400);}
    .kh4{font-size: calc(960px*20/1400);line-height: calc(960px*20/1400);color: #999999;padding-left: calc(960px*30/1400);margin-top: calc(960px*20/1400);}
}
@media only screen and (max-width: 1023px) {
    .kh{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.4rem;margin-bottom: 0.43rem;}
    .kh1{width: calc((100% - 0.15rem)/2);float: left;margin-right: 0.15rem;height: 3.93rem;border-radius: 0.1rem;background: #f3f3f3;overflow: hidden;margin-bottom: 0.22rem;}
    .kh>.kh1:nth-child(2n){margin-right: 0;}
    .kh2{width: 100%;height: 2.75rem;position: relative;}
    .kh2>img{width: 100%;transition: 0.5s;}
    .kh21{width: 100%;height: 100%;transition: 0.5s;position: absolute;left: 0;top: 0;}
    .kh3{padding: 0 0.25rem;margin-top: 0.25rem;font-weight: bold;font-size: 0.24rem;line-height: 0.24rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .kh4{font-size: 0.24rem;line-height: 0.24rem;color: #999999;padding-left: 0.3rem;margin-top: 0.1rem;}
}

/* 客户案例-详情 */
@media only screen and (min-width: 1440px) {
    .khx{width: 1400px;margin: 0 auto;margin-top: 50px;margin-bottom: 74px;position: relative;}
    .khx-d{margin:0 auto;}
    .khx-a{width: 380px;background: #fbfbfb;padding: 47px 37px 0 37px;position: absolute;left: 0;top: 0;min-height: 100%;}
    .khx-a1{font-size: 22px;line-height: 22px;font-weight: bold;color: #000103;}
    .khx-a2{width: 100%;margin-top: 45px;}
    .khx-b{width: calc(100% - 380px - 40px);float: right;padding-top: 18px;}
    .khx-a3{width: 100%;padding-bottom: 30px;border-bottom: 1px solid #d1d1d1;margin-bottom: 27px;}
    .khx-a2>.khx-a3:last-child{margin-bottom: 0;}
    .khx-a3>div:nth-child(1){font-size: 18px;line-height: 18px;}
    .khx-a3>div:nth-child(2){font-size: 18px;line-height: 18px;color: #999999;margin-top: 13px;}
    .khx-b1{font-size: 24px;line-height: 24px;font-weight: bold;}
    .khx-b2{width: 100%;height: 70px;background: #fbfbfb;padding-left: 30px;font-size: 20px;line-height: 70px;font-weight: bold;margin-top: 45px;}
    .khx-b3{min-height:500px; font-size: 18px;line-height: 36px;margin-top: 34px;}
    .khx-b3 img{max-width: 100%;display:inline-block;}
    .khx-b4{width: 100%;margin-top: 40px;}
    .khx-b41{width:max-content;padding: 0 35px;height: 50px;border-radius: 50px;background: #f0f0f0;font-size: 16px;transition: 0.5s;line-height: 50px;margin-bottom:20px;}
    .khx-b4>.khx-b41:last-child{margin-bottom: 0;}
    .khx-b41:hover {color: #0870b9;transition: 0.5s;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .khx{width: 960px;margin: 0 auto;margin-top: calc(960px*50/1400);margin-bottom: calc(960px*74/1400);position: relative;}
    .khx-d{margin:0 auto;}
    .khx-a{width: calc(960px*380/1400);background: #fbfbfb;padding: calc(960px*47/1400) calc(960px*37/1400) 0 calc(960px*37/1400);position: absolute;left: 0;top: 0;min-height: 100%;}
    .khx-a1{font-size: calc(960px*22/1400);line-height: calc(960px*22/1400);font-weight: bold;color: #000103;}
    .khx-a2{width: 100%;margin-top: calc(960px*45/1400);}
    .khx-b{width: calc(100% - (960px*380/1400) - (960px*40/1400));float: right;padding-top: calc(960px*18/1400);}
    .khx-a3{width: 100%;padding-bottom: calc(960px*30/1400);border-bottom: 1px solid #d1d1d1;margin-bottom: calc(960px*27/1400);}
    .khx-a2>.khx-a3:last-child{margin-bottom: 0;}
    .khx-a3>div:nth-child(1){font-size: calc(960px*18/1400);line-height: calc(960px*18/1400);}
    .khx-a3>div:nth-child(2){font-size: calc(960px*18/1400);line-height: calc(960px*18/1400);color: #999999;margin-top: calc(960px*13/1400);}
    .khx-b1{font-size: calc(960px*24/1400);line-height: calc(960px*24/1400);font-weight: bold;}
    .khx-b2{width: 100%;height: calc(960px*70/1400);background: #fbfbfb;padding-left: calc(960px*30/1400);font-size: calc(960px*20/1400);line-height: calc(960px*70/1400);font-weight: bold;margin-top: calc(960px*45/1400);}
    .khx-b3{min-height:calc(960px*500/1400); font-size: calc(960px*18/1400);line-height: calc(960px*36/1400);margin-top: calc(960px*34/1400);}
    .khx-b3 img{max-width: 100%;display:inline-block;}
    .khx-b4{width: 100%;margin-top: calc(960px*40/1400);}
    .khx-b41{width:max-content;padding: 0 calc(960px*35/1400);height:calc(960px*50/1400);border-radius: 50px;background: #f0f0f0;margin-bottom: calc(960px*20/1400);font-size: calc(960px*16/1400);transition: 0.5s;line-height: calc(960px*50/1400);}
    .khx-b4>.khx-b41:last-child{margin-bottom: 0;}
    .khx-b41:hover {color: #0870b9;transition: 0.5s;}
}
@media only screen and (max-width: 1023px) {
    .khx-a{display: none;}
    .khx{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.8rem;margin-bottom: 0.68rem;position: relative;}
    .khx-b{width: 100%;}
    .khx-b1{font-size: 0.3rem;line-height: 0.3rem;font-weight: bold;text-align: center;}
    .khx-b2{width: 100%;height: 0.7rem;background: #fbfbfb;padding-left: 0.3rem;font-size: 0.24rem;line-height: 0.7rem;font-weight: bold;margin-top: 0.45rem;}
    .khx-b3{font-size: 0.24rem;line-height: 0.4rem;margin-top: 0.3rem;}
    .khx-b3 img{max-width: 100%;display:inline-block;}
    .khx-b4{width: 100%;margin-top: 0.4rem;}
    .khx-b41{padding: 0 0.35rem;height: 0.5rem;border-radius: 0.5rem;background: #f0f0f0;font-size: 0.2rem;transition: 0.5s;line-height: 0.5rem;margin-bottom: 0.2rem;width: max-content;}
    .khx-b4>.khx-b41:last-child{margin-bottom: 0;}
    .khx-b41:hover {color: #0870b9;transition: 0.5s;}
}


/* 新闻动态 */
@media only screen and (min-width: 1440px) {
    .news{width: 1400px;margin: 0 auto;margin-top: 58px;margin-bottom: 30px;}
    .news >.ind7-a1{width: calc((100% - 48px*2)/3);float: left;margin-right: 48px;margin-bottom: 50px;}
    .news >.ind7-a1:nth-child(3n){margin-right: 0;}
    .nxq-d3>div:nth-child(1){line-height: 30px;}
    .nxq-a{width: 100%;padding-top: 40px;padding-bottom: 25px;border-bottom: 1px solid #d4d4d4;}
    .nxq-a1{font-size: 24px;line-height: 24px;font-weight: bold;}
    .nxq-a2{font-size: 16px;line-height: 16px;color: #999999;margin-top: 20px;}
    .nxq-b{font-size: 18px;line-height: 36px;padding-top: 20px;}
    .nxq-b img{max-width: 100%;display:inline-block;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .news{width: 960px;margin: 0 auto;margin-top: calc(960px*58/1400);margin-bottom: calc(960px*30/1400);}
    .news >.ind7-a1{width: calc((100% - (960px*48/1400)*2)/3);float: left;margin-right: calc(960px*48/1400);margin-bottom: calc(960px*50/1400);}
    .news >.ind7-a1:nth-child(3n){margin-right: 0;}
    .nxq-d3>div:nth-child(1){line-height: calc(960px*30/1400);}
    .nxq-a{width: 100%;padding-top: calc(960px*40/1400);padding-bottom: calc(960px*25/1400);border-bottom: 1px solid #d4d4d4;}
    .nxq-a1{font-size: calc(960px*24/1400);line-height: calc(960px*24/1400);font-weight: bold;}
    .nxq-a2{font-size: calc(960px*16/1400);line-height: calc(960px*16/1400);color: #999999;margin-top: calc(960px*20/1400);}
    .nxq-b{font-size: calc(960px*18/1400);line-height: calc(960px*36/1400);padding-top: calc(960px*20/1400);}
    .nxq-b img{max-width: 100%;display:inline-block;}
}
@media only screen and (max-width: 1023px) {
    .news{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.4rem;margin-bottom: 0.45rem;}
    .news >.ind7-a1{width: calc((100% - 0.2rem)/2);float: left;margin-right: 0.2rem;margin-bottom: 0.28rem;height: 3.45rem;}
    .news >.ind7-a1:nth-child(2n){margin-right: 0;}
    .news >.ind7-a1 .ind7-a2{height: 2.3rem;}
    .news >.ind7-a1 .ind7-a3{margin-top: 0.33rem;}
    .news >.ind7-a1 .ind7-a31{font-size: 0.24rem;line-height: 0.24rem;}
    .news >.ind7-a1 .ind7-a32{font-size: 0.2rem;line-height: 0.2rem;margin-top: 0.15rem;}
    .nxq-d3>div:nth-child(1){line-height: 30px;}
    .nxq-a{width: 100%;padding-bottom: 0.25rem;border-bottom: 0.01rem solid #d4d4d4;}
    .nxq-a1{font-size: 0.3rem;line-height: 0.42rem;font-weight: bold;}
    .nxq-a2{font-size: 0.2rem;line-height: 0.2rem;color: #999999;margin-top: 0.23rem;}
    .nxq-b{font-size: 0.24rem;line-height: 0.4rem;padding-top: 0.23rem;}
    .nxq-b img{max-width: 100%;display:inline-block;}
}


/* 工厂规划 */
@media only screen and (min-width: 1440px) {
    .gh{width: 1400px;margin: 0 auto;margin-top: 60px;padding-bottom: 65px;}
    .gh1{font-size: 26px;line-height: 26px;text-align: center;font-weight: bold;}
    .gh2{width: 100%;margin-top: 50px;}
    .gh21{width: calc(100%/3);float: left;}
    .gh22{width: 230px;height: 230px;border-radius: 50%;margin: 0 auto;}
    .gh23{font-size: 24px;line-height: 24px;text-align: center;margin-top: 27px;font-weight: bold;}
    .gh24{font-size: 19px;line-height: 28px;color: #666666;margin-top: 25px;padding: 0 65px;text-align: center;}
    .gh3{width: 100%;background: #fbfbfb;padding-top: 70px;padding-bottom: 51px;}
    .gh31{font-size: 26px;line-height: 26px;font-weight: bold;text-align: center;}
    .gh32{width: 1400px;margin: 0 auto;margin-top: 43px;}
    .gh33{width: calc(50% - 18px);height: 440px;background: #fff;float: left;margin-right: 36px;margin-bottom: 34px;}
    .gh32>.gh33:nth-child(2n){margin-right: 0;}
    .gh33-a{width: 100%;height: 210px;}
    .gh33-a>img{width: 100%;transition: 0.5s;}
    .gh33:hover .gh33-a>img{transform: scale(1.08);transition: 0.5s;}
    .gh33-b{font-size: 24px;line-height: 24px;font-weight: bold;padding: 25px 23px 0 23px;}
    .gh33-c{font-size: 18px;line-height: 32px;color: #666666;padding: 0 23px;margin-top: 24px;}
    .gh4{width: 1400px;margin: 0 auto;padding-top: 70px;padding-bottom: 74px;}
    .gh4-a{width: 100%;margin-top: 42px;}
    .gh4-a>.ind3-a1:nth-child(4n){margin-right: 0;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .gh{width: 960px;margin: 0 auto;margin-top: calc(960px*60/1400);padding-bottom: calc(960px*65/1400);}
    .gh1{font-size: calc(960px*26/1400);line-height: calc(960px*26/1400);text-align: center;font-weight: bold;}
    .gh2{width: 100%;margin-top: calc(960px*50/1400);}
    .gh21{width: calc(100%/3);float: left;}
    .gh22{width: calc(960px*230/1400);height: calc(960px*230/1400);border-radius: 50%;margin: 0 auto;}
    .gh23{font-size: calc(960px*24/1400);line-height: calc(960px*24/1400);text-align: center;margin-top: calc(960px*27/1400);font-weight: bold;}
    .gh24{font-size: calc(960px*19/1400);line-height: calc(960px*28/1400);color: #666666;margin-top: calc(960px*25/1400);padding: 0 calc(960px*65/1400);text-align: center;}
    .gh3{width: 100%;background: #fbfbfb;padding-top: calc(960px*70/1400);padding-bottom: calc(960px*51/1400);}
    .gh31{font-size: calc(960px*26/1400);line-height: calc(960px*26/1400);font-weight: bold;text-align: center;}
    .gh32{width: 960px;margin: 0 auto;margin-top: calc(960px*43/1400);}
    .gh33{width: calc(50% - (960px*18/1400));height: calc(960px*440/1400);background: #fff;float: left;margin-right: calc(960px*36/1400);margin-bottom: calc(960px*34/1400);}
    .gh32>.gh33:nth-child(2n){margin-right: 0;}
    .gh33-a{width: 100%;height: calc(960px*210/1400);}
    .gh33-a>img{width: 100%;transition: 0.5s;}
    .gh33:hover .gh33-a>img{transform: scale(1.08);transition: 0.5s;}
    .gh33-b{font-size: calc(960px*24/1400);line-height: calc(960px*24/1400);font-weight: bold;padding: calc(960px*25/1400) calc(960px*23/1400) 0 calc(960px*23/1400);}
    .gh33-c{font-size: calc(960px*18/1400);line-height: calc(960px*32/1400);color: #666666;padding: 0 calc(960px*23/1400);margin-top: calc(960px*24/1400);}
    .gh4{width: 960px;margin: 0 auto;padding-top: calc(960px*70/1400);padding-bottom: calc(960px*74/1400);}
    .gh4-a{width: 100%;margin-top: calc(960px*42/1400);}
    .gh4-a>.ind3-a1:nth-child(4n){margin-right: 0;}
}
@media only screen and (max-width: 1023px) {
    .gh{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.7rem;padding-bottom: 0.64rem;}
    .gh1{font-size: 0.3rem;line-height: 0.3rem;text-align: center;font-weight: bold;}
    .gh2{width: 100%;margin-top: 0.55rem;overflow: hidden;overflow-x: auto;display: -webkit-box;}
    .gh21{width: 50%;}
    .gh22{width: 2.3rem;height: 2.3rem;border-radius: 50%;margin: 0 auto;}
    .gh23{font-size: 0.26rem;line-height: 0.26rem;text-align: center;margin-top: 0.25rem;font-weight: bold;}
    .gh24{font-size: 0.24rem;line-height: 0.35rem;color: #666666;margin-top: 0.23rem;padding: 0 0.2rem;text-align: center;}
    .gh3{width: 100%;background: #fbfbfb;padding-top: 0.6rem;padding-bottom: 0.38rem;}
    .gh31{font-size: 0.3rem;line-height: 0.3rem;font-weight: bold;text-align: center;}
    .gh32{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.43rem;}
    .gh33{width: 100%;height: auto;background: #fff;margin-bottom: 0.3rem;padding-bottom: 0.44rem;}
    .gh32>.gh33:last-child{margin-bottom: 0;}
    .gh33-a{width: 100%;height: 2.15rem;}
    .gh33-a>img{width: 100%;transition: 0.5s;}
    .gh33-b{font-size: 0.26rem;line-height: 0.26rem;font-weight: bold;padding: 0.38rem 0.28rem 0 0.28rem;}
    .gh33-c{font-size: 0.24rem;line-height: 0.35rem;color: #666666;padding: 0 0.38rem;margin-top: 0.25rem;}
    .gh4{width: calc(100% - 0.2rem*2);margin: 0 auto;padding-top: 0.6rem;padding-bottom: 0.6rem;}
    .gh4-a{width: 100%;margin-top: 0.42rem;}
    .gh4-a>.ind3-a1:nth-child(2n){margin-right: 0;}
}


/* 专业服务 */
@media only screen and (min-width: 1440px) {
    .zy1{width: 1400px;margin: 0 auto;margin-top: 58px;}
    .zy1-t{font-size: 30px;line-height: 30px;font-weight: bold;text-align: center;}
    .zy1-t2{font-size: 18px;line-height: 30px;color: #666666;font-weight: bold;margin-top: 24px;padding: 0 195px;text-align: center;}
    .zy1-a{width: 1400px;margin-top: 63px;}
    .zy2{width: 1400px;margin: 0 auto;margin-top: 100px;margin-bottom: 105px;}
    .zy2-t{font-size: 30px;line-height: 30px;font-weight: bold;text-align: center;}
    .zy2-a{width: 100%;margin-top: 43px;}
    .zy2-a1{width: 50%;float: left;height: 230px;position: relative;}
    .zy2-a2{width: 50%;height: 100%;position: absolute;left: 0;top: 0;}
    .zy2-a2>img{width: 100%;transition: 0.5s;}
    .zy2-a2:hover >img{transform: scale(1.08);transition: 0.5s;}
    .zy2-a3{width: 50%;height: 100%;position: absolute;right: 0;top: 0;background: #f7f7f7;}
    .zy2-a31{font-size: 26px;line-height: 26px;font-weight: bold;text-align: center;position: absolute;left: 0;width: 100%;top: 75px;}
    .zy2-a32{font-size: 18px;line-height: 30px;color: #666666;text-align: center;width: 100%;position: absolute;left: 0;top: 135px;}
    .zy2-a>.zy2-a1:nth-child(3) .zy2-a2,.zy2-a>.zy2-a1:nth-child(4) .zy2-a2{position: absolute;left: auto;right: 0;}
    .zy2-a>.zy2-a1:nth-child(3) .zy2-a3,.zy2-a>.zy2-a1:nth-child(4) .zy2-a3{position: absolute;left: 0;right: auto;}
}
@media only screen and (max-width: 1439px) and (min-width:1024px) {
    .zy1{width: 960px;margin: 0 auto;margin-top: calc(960px*58/1400);}
    .zy1-t{font-size: calc(960px*30/1400);line-height: calc(960px*30/1400);font-weight: bold;text-align: center;}
    .zy1-t2{font-size: calc(960px*18/1400);line-height: calc(960px*30/1400);color: #666666;font-weight: bold;margin-top: calc(960px*24/1400);padding: 0 calc(960px*195/1400);text-align: center;}
    .zy1-a{width: 960px;margin-top: calc(960px*63/1400);}
    .zy2{width: 960px;margin: 0 auto;margin-top: calc(960px*100/1400);margin-bottom: calc(960px*105/1400);}
    .zy2-t{font-size: calc(960px*30/1400);line-height: calc(960px*30/1400);font-weight: bold;text-align: center;}
    .zy2-a{width: 100%;margin-top: calc(960px*43/1400);}
    .zy2-a1{width: 50%;float: left;height: calc(960px*230/1400);position: relative;}
    .zy2-a2{width: 50%;height: 100%;position: absolute;left: 0;top: 0;}
    .zy2-a2>img{width: 100%;transition: 0.5s;}
    .zy2-a2:hover >img{transform: scale(1.08);transition: 0.5s;}
    .zy2-a3{width: 50%;height: 100%;position: absolute;right: 0;top: 0;background: #f7f7f7;}
    .zy2-a31{font-size: calc(960px*26/1400);line-height: calc(960px*26/1400);font-weight: bold;text-align: center;position: absolute;left: 0;width: 100%;top: calc(960px*75/1400);}
    .zy2-a32{font-size: calc(960px*18/1400);line-height: calc(960px*30/1400);color: #666666;text-align: center;width: 100%;position: absolute;left: 0;top: calc(960px*135/1400);}
    .zy2-a>.zy2-a1:nth-child(3) .zy2-a2,.zy2-a>.zy2-a1:nth-child(4) .zy2-a2{position: absolute;left: auto;right: 0;}
    .zy2-a>.zy2-a1:nth-child(3) .zy2-a3,.zy2-a>.zy2-a1:nth-child(4) .zy2-a3{position: absolute;left: 0;right: auto;}
}
@media only screen and (max-width: 1023px) {
    .zy1{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.73rem;}
    .zy1-t{font-size: 0.3rem;line-height: 0.3rem;font-weight: bold;text-align: center;}
    .zy1-t2{font-size: 0.24rem;line-height: 0.38rem;color: #666666;font-weight: bold;margin-top: 0.33rem;text-align: center;}
    .zy1-a{width: calc(100% - 0.35rem*2);margin: 0 auto;margin-top: 0.6rem;}
    .zy2{width: calc(100% - 0.2rem*2);margin: 0 auto;margin-top: 0.7rem;margin-bottom: 0.8rem;}
    .zy2-t{font-size: 0.3rem;line-height: 0.3rem;font-weight: bold;text-align: center;}
    .zy2-a{width: 100%;margin-top: 0.4rem;}
    .zy2-a1{width: 100%;height: 2.3rem;position: relative;}
    .zy2-a2{width: 50%;height: 100%;position: absolute;left: 0;top: 0;}
    .zy2-a2>img{width: 100%;transition: 0.5s;}
    .zy2-a3{width: 50%;height: 100%;position: absolute;right: 0;top: 0;background: #f7f7f7;}
    .zy2-a31{font-size: 0.26rem;line-height: 0.28rem;font-weight: bold;text-align: center;position: absolute;left: 0;width: 100%;top: 0.8rem;}
    .zy2-a32{font-size: 0.24rem;line-height: 0.3rem;color: #666666;text-align: center;width: 100%;position: absolute;left: 0;top: 1.24rem;}
    .zy2-a>.zy2-a1:nth-child(2n) .zy2-a2{position: absolute;left: auto;right: 0;}
    .zy2-a>.zy2-a1:nth-child(2n) .zy2-a3{position: absolute;left: 0;right: auto;}
}

/* 下拉导航 */
@media only screen and (min-width: 1024px) {
    .ydh2-a{display: none;}
}
@media only screen and (max-width: 1023px) {
    .dh-a{width: 100%;height:1rem;position: fixed;top: 0;left: 0;z-index: 10;}
    .dh-a1{width: 100%;height: 100%;position: relative;}
    .dh-a2{position: absolute;height: 0.58rem;left: 0.2rem;top: calc(1rem/2 - 0.58rem/2);}
    .dh-a21{height: 0.54rem;float: left;}
    .dh-a3{position: absolute;height:1rem;right: 0.2rem;top: 0;overflow: hidden;}
    .dh-a31{height: 0.37rem;margin-top: calc(1rem/2 - 0.37rem/2);float: right}
    .ydh2-a>.dh-a{position: relative;top: auto;left: auto;}
    .ydh2-a{width: 100%;height: 100%;background: #fff;position: fixed;top: 0;left: 0;z-index: 11;display: none;}
    .ydh2-a .dh-a{background: #fff;}
    .ydh2-a1{width: 100%;}
    .ydh2-a2{width: 100%;}
    .ydh2-a3{width: 100%;height: 1.24rem;border-bottom: 0.01rem solid #eeeeee;position: relative;}
    .ydh2-a31{width: 100%;height: 100%;text-align: center;line-height: 1.24rem;font-size: 0.32rem;}
    .ydh2-a32{width: 0.23rem;height: 0.13rem;position: absolute;right: 0.45rem;top: calc(1.24rem/2 - 0.13rem/2);}
}
