.bannerCont{ position: relative; }
.bannerCont img{ width: 100%; }



.bannerCont .fixText{ position: absolute; top: 0; width: 100%; left: 0;
 
 display: flex;
/*  flex-wrap: wrap;
   align-content: center; */
 
 height: 100%;
 color: #fff; transition: all 0.5s ease 0.2s;
 /* transform: translateY(50px); opacity: 0; */
  
  text-align: center; 
  
  /* justify-content: center; */
   }

.bannerCont.active .fixText{ transform: translateY(0); opacity: 1; }
.bannerCont .fixText h3{ font-size: 55px; width: 100%; margin: auto;  font-weight: bold; }



.bannerCont .fixText p{ font-size: 24px; }

.messageFix{ position: fixed; width: 68%; left: 15%; top: 50%; margin-top: -325px; height: 650px; background: #fff url(../images/fiximg.jpg) no-repeat left bottom; background-size: 37% auto; border-radius: 20px; overflow: hidden; z-index: 100012; display: none; }
.messageFix .formbox{ margin-left: 37%; padding: 50px 10%; background: #fff; height: 100%; box-sizing: border-box; }
.messageFix .formbox .close{ position: absolute; right: 30px; top: 30px; height: 30px; width: 30px; background: url(../images/close.png) no-repeat center; cursor: pointer; }
.messageFix .formbox .close:hover{ transform: rotate(180deg); transition: all 0.3s ease; }
.messageFix .formbox .title{ color: #000; font-size: 20px; margin-bottom: 25px; }
.messageFix .formbox .formlist .list{ margin-bottom: 10px; display: flex; justify-content: space-between; position: relative; }
.messageFix .formbox .formlist input{ height: 65px; background: #f3f5f7; font-size: 16px; border: none; padding: 0 20px; border-radius: 10px; }
.messageFix .formbox .formlist .two input{ width: 48%; }
.messageFix .formbox .formlist .code input{ width: 100%; padding-right: 150px; }
.messageFix .formbox .formlist #code{ width: 130px; position: absolute; right: 0; top: 0; height: 65px; cursor: pointer; }
.messageFix .formbox .formlist textarea{ resize: none; padding: 20px; height: 110px; background: #f3f5f7; border-radius: 10px; width: 100%; border: none; font-size: 16px; }
.messageFix .formbox .formlist .submit{ width: 100%; margin-top: 40px; background: #009de0; border-radius: 65px; height: 65px; color: #fff; font-size: 30px; border: none; cursor: pointer; }
.messageMask{ display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 100011; background: rgba(0,0,0,0.4); }
.messageBtn{ position: fixed; z-index: 100; right: 0; bottom: 200px; width: 125px; height: 125px; border-radius: 20px; background: #fff; box-shadow: 0 5px 20px rgb(48 163 221 / 20%); text-align: center; display: flex; align-content: center; flex-wrap: wrap; cursor: pointer; }
.messageBtn p{ width: 100%; font-size: 18px; color: #193174; }
.messageBtn span{ display: block; width: 100%; height: 34px; background: url(../images/message.png) no-repeat center; margin-bottom: 10px; }

.subMenu{ border-bottom: 1px solid #e5e5e5; position: relative; }
.subMenu #menu{ position: absolute; top: -100px; }
.subMenu a{ border-right: 1px solid #e5e5e5; display: inline-block; line-height: 70px; padding-left: 25px; color: #000; background: url(../images/about/menu1.png) no-repeat right 25px center; box-sizing: border-box; }
.subMenu a:first-child{ border-left: 1px solid #e5e5e5; }
.subMenu a.active{ color: #0d64b0; background: url(../images/about/menu2.png) no-repeat right 25px center; }
.subMenu a:hover{ color: #0d64b0; }
.subMenu.about a{ width: auto; padding-right: 50px; white-space: nowrap; }

.swiper-scrollbar{ background: #e6eff7; width: 5px; border-radius: 5px; overflow: hidden; }
.swiper-scrollbar-drag{ background: #0d64b0; border-radius: 5px; overflow: hidden; }

.aboutCont .introducebox{ padding: 100px 0; }
.aboutCont .introducebox .topbox{ position: relative; justify-content: flex-end; margin-bottom: 100px; }
.aboutCont .introducebox .topbox .imgbox{ position: absolute; left: 0; top: 0; width: 45%; height: 100%; background: url(../images/about/img1.jpg) no-repeat center; background-size: cover; border-radius: 20px; }
.aboutCont .introducebox .topbox .textbox{ width: 50%; }
.aboutCont .introducebox .topbox .textbox .textscroll{ height: 450px; }
.aboutCont .introducebox .topbox .textbox .swiper{ height: 100%; padding-right: 25px; }
.aboutCont .introducebox .topbox .textbox .swiper-slide{ height: auto; }
.aboutCont .introducebox .topbox .textbox .title{ font-size: 40px; color: #1264b0; margin-bottom: 40px; }
.aboutCont .introducebox .topbox .textbox p{ line-height: 32px; margin-bottom: 25px; }
.aboutCont .introducebox .numberbox{ justify-content: space-between; }
.aboutCont .introducebox .numberbox .li{ text-align: center; width: 23%; position: relative; }
.aboutCont .introducebox .numberbox .li::after{ content: ''; right: -6%; top: 50%; margin-top: -40px; position: absolute; width: 1px; height: 80px; background: #bfbfbf; }
.aboutCont .introducebox .numberbox .li:first-child{ text-align: left; width: 23%; }
.aboutCont .introducebox .numberbox .li:last-child{ text-align: right; width: 23%; }
.aboutCont .introducebox .numberbox .li:last-child::after{ display: none; }
.aboutCont .introducebox .numberbox .li .align{ display: inline-block; text-align: center; }
.aboutCont .introducebox .numberbox .li .numbox{ display: inline-block; position: relative; margin-bottom: 10px; color: #0d64b0; }
.aboutCont .introducebox .numberbox .li .numbox b{ font-family: 'Microsoft YaHei'; font-size: 50px; }
.aboutCont .introducebox .numberbox .li .numbox span{ font-size: 18px; position: absolute; left: 105%; top: 0; white-space: nowrap; }
.aboutCont .introducebox .numberbox .li p{ line-height: 24px; color: #000; }
.aboutCont .culturebox{ padding: 80px 0 120px; background: #eff3f8; }
.aboutCont .culturebox .title{ font-size: 40px; color: #0d64b0; margin-bottom: 50px; text-align: center; }
.aboutCont .culturebox .listbox{ justify-content: space-between; }
.aboutCont .culturebox .li{ width: 31%; margin-bottom: 50px; background-color: #fff; border-radius: 20px; padding: 50px 0 50px 3%; box-sizing: border-box; transition: all 0.3s ease; position: relative; }
.aboutCont .culturebox .li .cn{ font-size: 40px; margin-bottom: 15px; color: #000; transition: all 0.3s ease; }
.aboutCont .culturebox .li .en{ font-size: 44px; font-weight: bold; font-family: "Microsoft YaHei"; color: #0d64b0; opacity: 0.15; transition: all 0.3s ease; }
.aboutCont .culturebox .li .icon{ position: absolute; width: 114px; height: 100%; right: 10%; top: 0; background-size: 100% auto !important; }
.aboutCont .culturebox .li:hover .icon{ transform: rotateY(360deg); transition: all 0.5s ease; }
.aboutCont .culturebox .li1 .icon{ background: url(../images/about/icon1-1.png) no-repeat center; }
.aboutCont .culturebox .li2 .icon{ background: url(../images/about/icon2-1.png) no-repeat center; }
.aboutCont .culturebox .li3 .icon{ background: url(../images/about/icon3-1.png) no-repeat center; }
.aboutCont .culturebox .li4 .icon{ background: url(../images/about/icon4-1.png) no-repeat center; }
.aboutCont .culturebox .li5 .icon{ background: url(../images/about/icon5-1.png) no-repeat center; }
.aboutCont .culturebox .li6 .icon{ background: url(../images/about/icon6-1.png) no-repeat center; }
.aboutCont .historybox{ padding: 150px 0 100px; background: url(../images/about/bg1.jpg) no-repeat center; background-size: cover; }
.aboutCont .swiper-wrapper,.aboutCont .swiper-slide{ height: auto; }
.aboutCont .historybox .textbox{ width: 90%; margin: 0 auto 80px; color: #fff; text-align: center; }
.aboutCont .historybox .textbox .title{ position: relative; }
.aboutCont .historybox .textbox .title .en{ font-size: 200px; opacity: 0.05; font-weight: bold; font-family: "Microsoft YaHei"; }
.aboutCont .historybox .textbox .title .cn{ position: absolute; width: 100%; top: 50%; margin-top: -25px; font-size: 40px; margin-bottom: 20px; }
.aboutCont .historybox .textbox p{ font-size: 18px; line-height: 34px; }
.aboutCont .historybox .textbox .swiper-slide{ opacity: 0 !important }
.aboutCont .historybox .textbox .swiper-slide-active{ opacity: 1 !important }
.aboutCont .historybox .prev1{ width: 40px; height: 40px; border-radius: 40px; margin: 0; top: 10px; background: #fff url(../images/about/prev1.png) no-repeat center; }
.aboutCont .historybox .prev1:hover{ background: #fff url(../images/about/prev2.png) no-repeat center; }
.aboutCont .historybox .next1{ width: 40px; height: 40px; border-radius: 40px; margin: 0; top: 10px; background: #fff url(../images/about/next1.png) no-repeat center; }
.aboutCont .historybox .next1:hover{ background: #fff url(../images/about/next2.png) no-repeat center; }
.aboutCont .historybox .prev1::after,.aboutCont .historybox .next1::after{ display: none; }
.aboutCont .historybox .menubox{ position: relative; color: #fff; text-align: center; }
.aboutCont .historybox .menubox::after{ content: ''; position: absolute; width: 100%; height: 1px; left: 0; background: #fff; opacity: 0.35; top: 29px; }
.aboutCont .historybox .menubox .swiper{ padding-top: 20px; }
.aboutCont .historybox .menubox .swiper-slide{ padding-top: 26px; cursor: pointer; }
.aboutCont .historybox .menubox .swiper-slide::before{ content: ''; position: absolute; width: 16px; height: 16px; top: 2px; left: 50%; margin-left: -5px; background: #fff; border-radius: 20px; }
.aboutCont .historybox .menubox .swiper-slide::after{ content: ''; position: absolute; width: 26px; height: 26px; top: -3px; left: 50%; margin-left: -10px; background: #fff; opacity: 0; transition: all 0.3s ease; transform: scale(0); border-radius: 20px; }
.aboutCont .historybox .menubox .swiper-slide-thumb-active::before{ animation: history2 2s infinite 0.3s; }
.aboutCont .historybox .menubox .swiper-slide-thumb-active::after{ animation: history 2s infinite; }
.aboutCont .honorbox{ background: url(../images/about/bg2.jpg) no-repeat center; background-size: cover; padding: 100px 0 120px; }
.aboutCont .honorbox .title{ position: relative; padding-bottom: 60px; border-bottom: 1px solid #e5e5e5; margin-bottom: 80px; }
.aboutCont .honorbox .tit{ font-size: 40px; color: #000; margin-bottom: 15px; }
.aboutCont .honorbox p{ font-size: 18px; }
.aboutCont .honorbox .title .next2{ width: 40px; height: 40px; left: auto; right: 0; bottom: 35px; top: auto; border-radius: 40px; margin: 0; background: #e7e7e7 url(../images/about/next1.png) no-repeat center; }
.aboutCont .honorbox .title .next2:hover{ background: #0d64b0 url(../images/about/next3.png) no-repeat center; }
.aboutCont .honorbox .title .prev2{ width: 40px; height: 40px; left: auto; right: 52px; bottom: 35px; top: auto; border-radius: 40px; margin: 0; background: #e7e7e7 url(../images/about/prev1.png) no-repeat center; }
.aboutCont .honorbox .title .prev2:hover{ background: #0d64b0 url(../images/about/prev3.png) no-repeat center; }
.aboutCont .honorbox .title .prev2::after,.aboutCont .honorbox .title .next2::after{ display: none; }
.aboutCont .honorbox .swiper-slide img{ width: 100%; }
.aboutCont .honorbox .swiper-slide .imgbox{ position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 10px 20px rgba(153,153,153,0.35); }
.aboutCont .honorbox .swiper-slide .bg{ position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; transition: all 3s ease; }
.aboutCont .honorbox .swiper-slide:hover .bg{ transform: scale(1.1); }
.aboutCont .honorbox .swiper-slide p{ font-size: 18px; color: #000; text-align: center; }
.aboutCont .sloganbox{ position: relative; height: 600px; background: url(../images/about/bg.jpg) no-repeat center; background-attachment: fixed; }
.aboutCont .sloganbox .text{ position: absolute; left: 0; top: 25%; width: 100%; text-align: center; color: #000; font-size: 40px; line-height: 60px; }

.qhseCont .certificatebox{ position: relative; }
.qhseCont .certificatebox img{ width: 100%; }
.qhseCont .certificatebox .phone{ display: none; }
.qhseCont .certificatebox .textbox{ position: absolute; left: 8%; top: 18%; width: 30%; }
.qhseCont .certificatebox .textbox .tit{ font-size: 40px; color: #0d64b0; margin-bottom: 30px; }
.qhseCont .certificatebox .textbox p{ line-height: 30px; }
.qhseCont .certificatebox.box2 .textbox{ left: auto; right: 8%; width: 25%; }
.qhseCont .certificatebox .swiper-slide{ height: auto; }
.qhseCont .secondbox .flexbox{ justify-content: flex-end; position: relative; padding: 110px 0 140px; }
.qhseCont .secondbox .imgbox{ width: 50%; position: relative; border-radius: 20px; overflow: hidden; }
.qhseCont .secondbox .imgbox img{ width: 100%; }
.qhseCont .secondbox .imgbox .tit{ position: absolute; left: 10%; top: 60%; padding-bottom: 20px; font-size: 30px; color: #fff; }
.qhseCont .secondbox .imgbox .tit::after{ content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background: #fff; }
.qhseCont .secondbox .img{ position: absolute; bottom: 0; width: 43%; left: 0; }
.qhseCont .listbox{ background: #eff3f8; padding: 150px 0 50px; }
.qhseCont .listbox .list{ position: relative; margin-bottom: 200px; }
.qhseCont .listbox .list .all{ position: relative; padding: 100px 0; }
.qhseCont .listbox .list .bg{ position: absolute; top: 0; right: 0; border-radius: 20px; width: 120%; height: 100%; background: #fff; z-index: 1; }
.qhseCont .listbox .list .textbox{ width: 24%; position: relative; z-index: 2; }
.qhseCont .listbox .list .textbox .tit{ font-size: 40px; color: #0d64b0; margin-bottom: 30px; }
.qhseCont .listbox .list .textbox p{ line-height: 30px; margin-bottom: 15px; }
.qhseCont .listbox .list .imgbox{ position: absolute; width: 65%; right: 4%; height: 100%; top: 15%; border-radius: 20px; overflow: hidden; z-index: 3; }
.qhseCont .listbox .list .imgbox img{ width: 100%; }
.qhseCont .listbox .list2 .all{ display: flex; justify-content: flex-end; padding: 80px 0; }
.qhseCont .listbox .list2 .bg{ left: 0; right: auto; }
.qhseCont .listbox .list2 .imgbox{ left: 4%; right: auto; }
.qhseCont .pathbox{ padding: 80px 0; }
.qhseCont .pathbox .swiper-wrapper,.qhseCont .pathbox .swiper-slide{ height: auto; }
.qhseCont .pathbox .flexbox{ justify-content: space-between; flex-wrap: nowrap; align-items: center; }
.qhseCont .pathbox .pic{ width: 17%; text-align: center; }
.qhseCont .pathbox .pic img{ width: 100%; }
.qhseCont .pathbox .pic .box{ margin-bottom: 20px; position: relative; }
.qhseCont .pathbox .pic p{ font-size: 24px; color: #333; }
.qhseCont .pathbox .icon{ margin-top: -76px; }

.joinCont .abilitybox{ padding: 80px 0 100px; position: relative; z-index: 2; }
.joinCont .abilitybox .title{ margin-bottom: 100px; text-align: center; }
.joinCont .abilitybox .title .en{ font-size: 76px; color: #0d64b0; opacity: 0.1; font-weight: bold; font-family: 'Microsoft YaHei'; }
.joinCont .abilitybox .title .cn{ font-size: 40px; color: #0d64b0; margin-top: -50px; }
.joinCont .abilitybox .listbox{ justify-content: space-between; }
.joinCont .abilitybox .list{ width: 23%; border-radius: 20px; overflow: hidden; background: #000; position: relative; height: 500px; box-sizing: border-box; transition: all 0.3s ease; }
.joinCont .abilitybox .list:hover{ background: #0d64b0; }
.joinCont .abilitybox .list .icon{ position: absolute; left: 40px; top: 30px; z-index: 2; }
.joinCont .abilitybox .list .imgbox{ position: absolute; z-index: 1; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; opacity: 0.6; transition: all 0.3s ease; }
.joinCont .abilitybox .list:hover .imgbox{ opacity: 0.1; }
.joinCont .abilitybox .list .textbox{ position: absolute; bottom: 20px; left: 40px; right: 40px; color: #fff; z-index: 2; }
.joinCont .abilitybox .list .textbox .en{ font-size: 24px; opacity: 0.5; font-weight: bold; font-family: 'Microsoft YaHei'; }
.joinCont .abilitybox .list .textbox .cn{ font-size: 34px; margin-bottom: 40px; }
.joinCont .abilitybox .list .textbox .swiper{ line-height: 24px; height: 0; overflow: hidden; transition: all 0.3s ease; opacity: 0; padding-right: 20px; }
.joinCont .abilitybox .list .textbox .swiper-slide{ height: auto; }
.joinCont .abilitybox .list:hover .textbox .swiper{ height: 200px; opacity: 1; }
.joinCont .abilitybox .list .textbox .swiper-scrollbar{ background: rgba(0,0,0,.1); }
.joinCont .abilitybox .list .textbox .swiper-scrollbar-drag{ background: #fff; }
.joinCont .recruitbox{ background: #eff3f8; padding: 300px 0 150px; margin-top: -200px; position: relative; z-index: 1; }
.joinCont .recruitbox .title{ text-align: center; position: relative; margin-bottom: 50px; }
.joinCont .recruitbox .title::after{ position: absolute; content: ''; width: 100%; height: 1px; background: #b6cfe6; left: 0; top: 20px; }
.joinCont .recruitbox .title span{ font-size: 40px; color: #0d64b0; padding: 0 70px; background: #eff3f8; position: relative; z-index: 1; }
.joinCont .recruitbox .listbox{ margin-bottom: 60px; }
.joinCont .recruitbox .list{ margin-bottom: 20px; background: #fff; border-radius: 20px; overflow: hidden; }
.joinCont .recruitbox .list .head{ line-height: 66px; color: #000; display: flex; align-items: center; padding: 0 30px; position: relative; cursor: pointer; transition: all 0.3s ease; }
.joinCont .recruitbox .list .head.active{ color: #fff; background: #0d64b0; }
.joinCont .recruitbox .list .head .name{ padding-left: 25px; font-size: 22px; width: 45%; position: relative; }
.joinCont .recruitbox .list .head .name::after{ width: 4px; height: 20px; background: #0d64b0; content: ''; position: absolute; left: 0; top: 23px; }
.joinCont .recruitbox .list .head.active .name::after{ background: #fff; }
.joinCont .recruitbox .list .head .txt span{ margin: 0 50px; }
.joinCont .recruitbox .list .head .icon{ position: absolute; right: 30px; top: 18px; width: 35px; height: 35px; background: #0d64b0 url(../images/about/arrow1.png) no-repeat center; border-radius: 50px; transition: all 0.3s ease; }
.joinCont .recruitbox .list .head.active .icon{ transform: rotate(180deg); background: #fff url(../images/about/arrow2.png) no-repeat center; }
.joinCont .recruitbox .list .htmlbox{ padding: 40px 50px 60px; display: none; }
.joinCont .recruitbox .list .htmlbox dl{ margin-bottom: 20px; }
.joinCont .recruitbox .list .htmlbox dt{ font-size: 18px; color: #000; margin-bottom: 10px; }
.joinCont .recruitbox .list .htmlbox dd{ line-height: 24px; margin-bottom: 10px; }

.contactCont{ background: #eff3f8; padding: 120px 0 150px; }
.contactCont .title{ position: relative; margin-bottom: 70px; }
.contactCont .title::after{ position: absolute; content: ''; width: 100%; height: 1px; background: #b6cfe6; left: 0; top: 28px; }
.contactCont .title span{ font-size: 40px; color: #0d64b0; padding-right: 70px; background: #eff3f8; position: relative; z-index: 1; }
.contactCont .contactbox{ margin-bottom: 120px; }
.contactCont .contactbox .listbox{ margin-bottom: 50px; justify-content: space-between; }
.contactCont .contactbox .list{ width: 23%; background: #fff; display: flex; align-content: center; justify-content: center; flex-wrap: wrap; text-align: center; height: 260px; border-radius: 20px; }
.contactCont .contactbox .list:hover img{ transform: rotateY(360deg); transition: all 0.5s ease; }
.contactCont .contactbox .list .tit{ width: 100%; margin: 30px 0 10px; }
.contactCont .contactbox .list p{ width: 85%; }
.contactCont .contactbox .map{ width: 100%; }
.contactCont .messagebox .flexbox{ justify-content: flex-end; position: relative; background: #fff; border-radius: 20px; padding: 80px 0; }
.contactCont .messagebox .img{ position: absolute; left: 0; bottom: 0; width: 45%; }
.contactCont .messagebox .formbox{ width: 50%; margin-right: 4%; }
.contactCont .messagebox .formbox .li{ margin-bottom: 16px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.contactCont .messagebox .formbox .li span{ display: inline-block; width: 48%; position: relative; border-radius: 10px; overflow: hidden; }
.contactCont .messagebox .formbox .li input{ background: #eff3f8; border: none; height: 65px; padding: 0 28px; width: 100%; font-size: 16px; color: #000; }
.contactCont .messagebox .formbox .li .sp{ padding-right: 120px; }
.contactCont .messagebox .formbox .li textarea{ resize: none; width: 100%; background: #eff3f8; border-radius: 10px; border: none; height: 155px; padding: 20px 28px; font-size: 16px; color: #000; }
.contactCont .messagebox .formbox .li .code{ position: absolute; right: 0; top: 0; height: 65px; width: 100px; }
.contactCont .messagebox .formbox .li button{ width: 100%; height: 65px; color: #fff; font-size: 24px; background: #0d64b0; border-radius: 10px; border: none; cursor: pointer; transition: all 0.3s ease; }
.contactCont .messagebox .formbox .li button:hover{ background: #0c5798; }

.productCont{ background: #eff3f8; padding: 80px 0 120px; }
.productCont .topbox{ margin-bottom: 70px; background: #fff; border-radius: 20px; position: relative; }
.productCont .topbox .imgbox{ position: absolute; top: 0; right: 0; width: 50%; height: 100%; overflow: hidden; }
.productCont .topbox .imgbox .bg{ position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; transition: all 3s ease; }
.productCont .topbox:hover .imgbox .bg{ transform: scale(1.05); }
.productCont .topbox .textbox{ width: 50%; box-sizing: border-box; padding: 80px 5%; }
.productCont .topbox .tit{ font-size: 40px; color: #0d64b0; padding-bottom: 35px; margin-bottom: 35px; border-bottom: 1px solid #e5e5e5; }
.productCont .topbox .textbox .swiper,.productCont .list .textbox .swiper{ height: 220px; padding-right: 20px; }
.productCont .topbox .textbox .swiper-slide,.productCont .list .textbox .swiper-slide{ height: auto; }
.productCont .topbox p{ line-height: 30px; }
.productCont .menubox{ text-align: center; margin-bottom: 40px; }
.productCont .menubox a{ display: inline-block; margin: 0 5px; border: 1px solid #134990; color: #134990; line-height: 54px; box-sizing: border-box; padding: 0 50px; border-radius: 60px; transition: all 0.3s ease; margin-bottom: 20px; }
.productCont .menubox a.active,.productCont .menubox a:hover{ color: #fff; background: #134990; }
.productCont .list{ position: relative; background: #fff; border-radius: 20px; margin-bottom: 30px; box-shadow: 0 10px 20px rgba(153,153,153,0.35); }
.productCont .list .textbox{ width: 66%; padding: 70px 5%; box-sizing: border-box; }
.productCont .list:nth-child(2n) .textbox{ float: right; }
.productCont .list .textbox .tit{ font-size: 30px; color: #000; margin-bottom: 25px; }
.productCont .list .textbox p{ margin-bottom: 15px; line-height: 24px; }
.productCont .list .imgbox{ position: absolute; width: 28%; height: 80%; top: 10%; right: 4%; overflow: hidden; border-radius: 10px; }
.productCont .list:nth-child(2n) .imgbox{ left: 4%; right: auto; }
.productCont .list .imgbox .bg{ position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; transition: all 3s ease; }
.productCont .list:hover .imgbox .bg{ transform: scale(1.1); }

.newsCont{ background: #eff3f8; padding: 80px 0 120px; }
.newsCont .listbox .list{ border-radius: 20px; background: #fff; padding: 90px 60px 90px 100px; margin-bottom: 50px; }
.newsCont .listbox .list .textbox{ float: left; width: 30%; padding-top: 20px; }
.newsCont .listbox .list .textbox span{ color: #999; }
.newsCont .listbox .list .textbox h3{ font-weight: normal; color: #000; font-size: 30px; line-height: 40px; max-height: 120px; margin: 40px 0 20px; overflow: hidden; line-clamp: 3; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; }
.newsCont .listbox .list .textbox p{ line-height: 30px; height: 90px; overflow: hidden; line-clamp: 3; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; margin-bottom: 40px; }
.newsCont .listbox .list .imgbox{ float: right; width: 65%; position: relative; }
.newsCont .listbox .list .picbox{ display: none; width: 65%; float: right; }
.newsCont .listbox .list .picbox .swiper{ border-radius: 20px; }
.newsCont .listbox .list .picbox .swiper-wrapper{ height: auto; }
.newsCont .listbox .list .picbox .swiper-slide{ background-repeat: no-repeat; background-size: cover; background-position: center; }
.newsCont .listbox .list .picbox img{ width: 100%; opacity: 0; }
.newsCont .listbox .list .maxImg{ width: 78%; height: 450px; background-repeat: no-repeat; background-size: cover; border-radius: 20px; }
.newsCont .listbox .list .fixSwiper{ position: absolute; width: 20%; right: 0; top: 0; height: 100%; }
.newsCont .listbox .list .fixSwiper .swiper-slide{ cursor: pointer; border-radius: 10px; overflow: hidden; background-repeat: no-repeat; background-size: cover; }
.newsCont .listbox .list .fixSwiper .swiper-slide::after{ position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; box-sizing: border-box; border: 3px solid rgba(255,255,255,0); border-radius: 10px; transition: all 0.3s ease; }
.newsCont .listbox .list .fixSwiper .swiper-slide.active::after{ border: 3px solid #009de0; }
.newsCont .listbox .list .fixSwiper .swiper-button-prev{ width: 50px; height: 50px; left: 50%; right: auto; margin-top: 0; margin-left: -25px; top: -25px; background: #fff; border-radius: 50px; box-shadow: 0 5px 10px rgba(80,80,80,.3); transform: rotate(90deg) }
.newsCont .listbox .list .fixSwiper .swiper-button-next{ width: 50px; height: 50px; left: 50%; margin-left: -25px; top: auto; bottom: -25px; background: #fff; border-radius: 50px; box-shadow: 0 5px 10px rgba(80,80,80,.3); transform: rotate(90deg) }
.newsCont .listbox .list .fixSwiper .swiper-button-prev:hover,.newsCont .listbox .list .fixSwiper .swiper-button-next:hover{ background: #009de0; }
.newsCont .listbox .list .fixSwiper .swiper-button-prev::after,.newsCont .listbox .list .fixSwiper .swiper-button-next::after{ font-size: 20px; color: #a3a3a3; }
.newsCont .listbox .list .fixSwiper .swiper-button-prev:hover::after,.newsCont .listbox .list .fixSwiper .swiper-button-next:hover::after{ color: #fff; }
.newsCont .listbox .list .swiper-button-next.swiper-button-disabled,.newsCont .listbox .list .swiper-button-prev.swiper-button-disabled{ opacity: 0.8 }
.newsCont .detilCont{ padding: 60px 100px 0; background: #fff; }
.newsCont .detilCont .title{ border-bottom: 1px solid #e5e5e5; padding-bottom: 35px; margin-bottom: 50px; text-align: center; }
.newsCont .detilCont .title h3{ font-size: 34px; color: #000; font-weight: normal; margin-bottom: 10px; }
.newsCont .detilCont .title .time{ font-size: 18px; color: #999; }
.newsCont .detilCont .htmlbox{ line-height: 32px; margin-bottom: 80px; }
.newsCont .detilCont .htmlbox img{ max-width: 100% !important; height: auto !important; }
.newsCont .detilCont .pagein{ display: flex; justify-content: space-between; padding: 40px 0; border-top: 1px solid #e5e5e5; }
.newsCont .detilCont .pagein a{ color: #666; }

.supplyCont .supone{ background: #eff3f8; padding: 140px 0; }
.supplyCont .supone .flexbox{ align-items: center; justify-content: space-between; }
.supplyCont .supone .textbox .tit{ font-size: 40px; color: #0d64b0; margin-bottom: 30px; }
.supplyCont .supone .textbox p{ margin-bottom: 90px; line-height: 30px; }
.supplyCont .supone .left{ width: 26%; }
.supplyCont .supone .tip{ white-space: nowrap; line-height: 56px; padding-left: 60px; box-sizing: border-box; color: #fff; font-size: 18px; position: relative; background: #0d64b0; border-radius: 60px; margin-bottom: 25px; }
.supplyCont .supone .tip::after{ position: absolute; left: 28px; width: 10px; height: 10px; content: ''; background: #fff; border-radius: 10px; top: 23px; }
.supplyCont .supone .tip:last-child{ margin-bottom: 0; }
.supplyCont .supone .textbox{ width: 100%; }
.supplyCont .supone .textbox.max{ display: none; }
.supplyCont .supone img{ width: 72%; }
.supplyCont .suptwo{ padding: 90px 0 120px; }
.supplyCont .suptwo .title{ text-align: center; font-size: 40px; color: #0d64b0; margin-bottom: 60px; }
.supplyCont .suptwo .listbox{ justify-content: space-between; }
.supplyCont .suptwo .list{ width: 24%; border-radius: 20px; position: relative; }
.supplyCont .suptwo .list .bg{ width: 100%; }
.supplyCont .suptwo .list.li1{ background: url(../images/supply/img2.jpg) no-repeat center; background-size: cover; }
.supplyCont .suptwo .list.li2{ background: url(../images/supply/img3.jpg) no-repeat center; background-size: cover; }
.supplyCont .suptwo .list.li3{ background: url(../images/supply/img4.jpg) no-repeat center; background-size: cover; }
.supplyCont .suptwo .list.li4{ background: url(../images/supply/img5.jpg) no-repeat center; background-size: cover; }
.supplyCont .suptwo .list .fixbox{ position: absolute; background: #fff; width: 90%; bottom: 3%; left: 5%; border-radius: 10px; box-sizing: border-box; padding: 30px; color: #000; }
.supplyCont .suptwo .list .fixbox .tit{ font-size: 14px; background-position: right center; background-repeat: no-repeat; transition: all 0.3s ease; padding-right: 70px; }
.supplyCont .suptwo .list:hover .fixbox .tit{ margin-bottom: 35px; }
.supplyCont .suptwo .list.li1 .fixbox .tit{ background-image: url(../images/supply/icon1.png); }
.supplyCont .suptwo .list.li2 .fixbox .tit{ background-image: url(../images/supply/icon2.png); }
.supplyCont .suptwo .list.li3 .fixbox .tit{ background-image: url(../images/supply/icon3.png); }
.supplyCont .suptwo .list.li4 .fixbox .tit{ background-image: url(../images/supply/icon4.png); }
.supplyCont .suptwo .list .fixbox .cn{ font-size: 24px; margin-bottom: 5px; }
.supplyCont .suptwo .list .fixbox .text{ height: 0; overflow: hidden; transition: all 0.5s ease; line-height: 24px; }
.supplyCont .suptwo .list .fixbox .text .swiper,.supplyCont .suptwo .list:hover .fixbox .text{ height: 144px; }
.supplyCont .suptwo .list .fixbox .text .swiper{ padding-right: 10px; }
.supplyCont .suptwo .list .fixbox .text .swiper-slide{ height: auto; }
.supplyCont .supthree{ padding: 90px 0 120px; }
.supplyCont .supthree .title{ text-align: center; font-size: 40px; color: #0d64b0; margin-bottom: 60px; }
.supplyCont .supthree .listbox{ justify-content: space-between; align-content: center; }
.supplyCont .supthree .list{ width: 48%; background: #f1f1f1; border-radius: 20px; overflow: hidden; }
.supplyCont .supthree .list .imgbox{ position: relative; overflow: hidden; }
.supplyCont .supthree .list .imgbox img{ width: 100%; }
.supplyCont .supthree .list .imgbox .bg{ position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; top: 0; transition: all 3s ease; }
.supplyCont .supthree .list:hover .imgbox .bg{ transform: scale(1.1); }
.supplyCont .supthree .list .textbox{ padding: 30px 6%; }
.supplyCont .supthree .list .textbox .tit{ font-size: 30px; color: #0d64b0; margin-bottom: 15px; }
.supplyCont .supthree .list .textbox p{ line-height: 26px; }
.supplyCont .supFour{ padding: 120px 0 150px; text-align: right; background: #eff3f8; }
.supplyCont .supFour .all{ position: relative; }
.supplyCont .supFour .mapCont{ width: 80%; float: right; position: relative; }
.supplyCont .supFour .mapCont img{ width: 100%; }
.supplyCont .supFour .mapCont .phone{ display: none; }
.supplyCont .supFour .mapCont .point{ position: absolute; width: 20px; height: 20px; background: url(../images/supply/icon6.png) no-repeat center; background-size: auto 100%; }
.supplyCont .supFour .mapCont .point .txt{ position: absolute; left: 10px; top: -20px; transform: translateX(-50%); white-space: nowrap; font-size: 12px; color: #fff; border-radius: 20px; line-height: 16px; padding: 0 5px; background: #005bac; }
.supplyCont .supFour .mapCont .ylsd{ left: 13%; top: 37%; }
.supplyCont .supFour .mapCont .she{ left: 20.7%; top: 42.5%; }
.supplyCont .supFour .mapCont .dm{ 
	left: 17.7%;
	    top: 41.6%;
}
.supplyCont .supFour .mapCont .nzw{ left: 19.8%; top: 45.2%; }
.supplyCont .supFour .mapCont .nzw .txt{ left: 22px; transform: translateX(0); top: 2px; }
.supplyCont .supFour .mapCont .zz .txt,.supplyCont .supFour .mapCont .tj .txt{ background: #c7000a; }
.supplyCont .supFour .mapCont .zz .txt{ transform: translateX(0); left: -37px; top: 2px; }
.supplyCont .supFour .mapCont .zz{ left: 35%; top: 35%; background: url(../images/supply/icon7.png) no-repeat center; background-size: auto 100%; }
.supplyCont .supFour .mapCont .tj{ left: 36.5%; top: 31%; background: url(../images/supply/icon7.png) no-repeat center; background-size: auto 100%; }
.supplyCont .supFour .mapCont .adld{ left: 43%; top: 80%; }
.supplyCont .supFour .mapCont .alsj{ right: 35.5%; top: 11%; }
.supplyCont .supFour .mapCont .xsd{ right: 20%; top: 37%; }
.supplyCont .supFour .mapCont .nwk{ right: 12%; top: 84%; }
.supplyCont .supFour .tip{ position: absolute; left: 0; top: 0; text-align: left; }
.supplyCont .supFour .tip .li{ margin-bottom: 20px; padding-left: 44px; line-height: 34px; font-size: 18px; color: #000; }
.supplyCont .supFour .tip .li1{ background: url(../images/supply/icon5.png) no-repeat left center; }
.supplyCont .supFour .tip .li2{ background: url(../images/supply/icon6.png) no-repeat left center; }
.supplyCont .supFour .tip .li3{ background: url(../images/supply/icon7.png) no-repeat left center; }
.supplyCont .supFour .textbox{ position: absolute; left: 0; bottom: 0; width: 20%; text-align: left; }
.supplyCont .supFour .textbox .tit{ font-size: 30px; color: #0d64b0; margin-bottom: 30px; }
.supplyCont .supFour .textbox p{ line-height: 30px; }
.supplyCont .supFour .mapCont .dm .txt{
	left: -75px;
	top: 0;
	
}

@media only screen and (max-width: 1630px) {
    
}
@media only screen and (max-width: 1580px) {
    .newsCont .listbox .list .textbox h3{ font-size: 26px; margin: 30px 0 20px; }
    .newsCont .listbox .list .textbox{ padding-top: 0; }
    .newsCont .listbox .list .maxImg{ height: 400px; }
    .newsCont .listbox .list .textbox p{ margin-bottom: 20px; }
    .aboutCont .culturebox .li{ padding: 40px 0 40px 3%; }
    .aboutCont .culturebox .li .icon{ width: 100px; }
    .aboutCont .culturebox .li .en{ font-size: 34px; }
    .aboutCont .culturebox .li .cn{ font-size: 30px; }
    .supplyCont .suptwo .list .fixbox{ padding: 30px 20px; }
    .supplyCont .suptwo .list .fixbox .tit{ background-size: 45px auto; }
    .supplyCont .suptwo .list .fixbox .cn{ font-size: 22px; }
    .supplyCont .suptwo .list:hover .fixbox .tit{ margin-bottom: 20px; }
    .qhseCont .certificatebox.box2 .textbox{ right: 4%; width: 30%; }
    .qhseCont .listbox .list .imgbox{ width: 55%; }
    .qhseCont .listbox .list .textbox{ width: 36%; }
    .supplyCont .supFour .textbox .tit{ font-size: 30px; margin-bottom: 20px; }
    .supplyCont .supFour .tip .li{ margin-bottom: 15px; }
    .supplyCont .supFour .textbox{ position: static; width: 100%; }
    .supplyCont .supone .textbox{ width: 100%; margin-bottom: 40px; }
    .supplyCont .supone .textbox.min{ display: none; }
    .supplyCont .supone .textbox.max{ display: block; }
    .supplyCont .supone .textbox p{ margin-bottom: 0; }
    .aboutCont .introducebox .numberbox .li .numbox b{ font-size: 45px; }
}
@media only screen and (max-width: 1440px) {
    .messageFix{ height: 620px; }
    .qhseCont .certificatebox .swiper{ height: 330px; padding-right: 20px; }
}
@media only screen and (max-width: 1370px) {
    .aboutCont .historybox .textbox{ width: 60%; }
    .messageFix .formbox .formlist input{ height: 55px; }
    .messageFix .formbox .formlist #code{ height: 55px; }
    .messageFix .formbox .formlist .submit{ height: 55px; margin-top: 20px }
    .messageFix{ height: 555px; margin-top: -277px; }
    .messageFix .formbox .formlist .submit{ font-size: 22px; }
    .aboutCont .sloganbox .text{ font-size: 30px; line-height: 50px; }
}
@media only screen and (max-width: 1290px) {
    .qhseCont .certificatebox .swiper{ height: 275px; }
}
@media only screen and (max-width: 1260px) {
    .aboutCont .historybox .textbox{ width: 80%; }
    .qhseCont .listbox .list .all{ padding: 100px 20px; }
    .joinCont .abilitybox .list .textbox{ left: 20px; right: 20px; }
    .supplyCont .supFour .tip{ left: 20px; }
    .supplyCont .supFour .textbox{ left: 20px; }
    .supplyCont .supFour .textbox .tit{ font-size: 20px; }
    .qhseCont .pathbox .pic p{ font-size: 20px; }
}
@media only screen and (max-width: 1200px) {
    .newsCont .listbox .list .textbox h3{ font-size: 22px; line-height: 34px; max-height: 102px; }
    .contactCont .messagebox .formbox{ width: 70%; position: relative; z-index: 2; }
}
@media only screen and (max-width: 1120px) {
    .newsCont .listbox .list .maxImg{ height: 350px; }
    .bannerCont .fixText h3{ font-size: 40px; margin-bottom: 10px; }
    .bannerCont .fixText p{ font-size: 20px; }
    .aboutCont .culturebox .li{ padding: 40px 0 40px 3%; }
    .aboutCont .culturebox .li .icon{ width: 80px; }
    .aboutCont .culturebox .li .en{ font-size: 28px; }
    .qhseCont .listbox .list .textbox{ width: 43%; }
    .qhseCont .listbox .list .imgbox{ width: 50%; right: 20px; }
    .qhseCont .listbox .list{ margin-bottom: 100px; }
    .qhseCont .listbox{ padding-top: 100px; }
    .qhseCont .certificatebox.box2 .textbox{ right: 20px; width: 36%; }
    .qhseCont .certificatebox .textbox{ left: 20px; width: 33%; }
    .qhseCont .listbox .list2 .imgbox{ left: 20px; }
    .joinCont .abilitybox .list{ height: 400px; width: 48%; margin-bottom: 40px; }
    .joinCont .recruitbox .list .head .txt span{ margin: 0 0 0 50px; }
    .joinCont .abilitybox .list:hover .textbox .swiper{ height: 150px }
    .joinCont .abilitybox .list .textbox .cn{ margin-bottom: 20px; }
    .supplyCont .supone .tip{ padding-left: 45px; }
    .supplyCont .supone .tip::after{ left: 20px; }
    .qhseCont .secondbox .imgbox .tit{ top: 45% }
    .qhseCont .pathbox .swiper{ padding-bottom: 30px; }
    .qhseCont .pathbox .swiper-slide{ width: 130%; }
    .aboutCont .sloganbox .text{ font-size: 24px; line-height: 44px; }
}
@media only screen and (max-width: 900px) {
    .newsCont .listbox .list .imgbox{ display: none; }
    .newsCont .listbox .list .picbox{ display: block; }
    .newsCont .listbox .list{ padding-left: 60px; }
    .aboutCont .introducebox .numberbox .li p{ padding: 0 10px; }
    .aboutCont .introducebox .numberbox .li p br{ display: none; }
    .aboutCont .introducebox .topbox .textbox .title{ font-size: 30px; margin-bottom: 20px; }
    .aboutCont .historybox .textbox{ width: 90%; }
    .aboutCont .culturebox .title,.aboutCont .historybox .textbox .title .cn,.aboutCont .honorbox .tit,.qhseCont .listbox .list .textbox .tit,.qhseCont .certificatebox .textbox .tit,.joinCont .abilitybox .title .cn,.joinCont .recruitbox .title span,.contactCont .title span,.contactCont .title span,.productCont .topbox .tit,.supplyCont .supone .textbox .tit,.supplyCont .suptwo .title,.supplyCont .supthree .title,.supplyCont .supFour .textbox .tit{ font-size: 30px; }
    .qhseCont .certificatebox{ padding-top: 60px; }
    .qhseCont .certificatebox .phone{ display: block; }
    .qhseCont .certificatebox .pc{ display: none; }
    .qhseCont .certificatebox .textbox{ position: static; width: 100%; padding: 0 20px; box-sizing: border-box; margin-bottom: 40px; }
    .qhseCont .certificatebox.box2 .textbox{ width: 100%; }
    .joinCont .abilitybox .title .en{ font-size: 50px; }
    .joinCont .abilitybox .title{ margin-bottom: 40px; }
    .contactCont .contactbox .list{ width: 49%; margin-bottom: 20px; }
    .productCont .topbox .imgbox{ position: relative; height: 300px; width: 80%; margin: 0 auto; }
    .productCont .topbox .textbox{ width: 100%; padding: 40px 20px; }
    .productCont .topbox{ padding-top: 40px; }
    .productCont .menubox{ white-space: nowrap; overflow-x: scroll; }
    .productCont .list{ padding-top: 40px; }
    .productCont .list .textbox{ width: 100%; padding: 40px 20px; }
    .productCont .list .imgbox{ position: relative; width: 80%; margin: 0 auto; right: auto; height: 300px; }
    .productCont .list:nth-child(2n) .imgbox{ left: 0; }
    .newsCont .detilCont{ padding: 60px 40px 0; }
    .supplyCont .suptwo .list{ width: 49%; margin-bottom: 20px; }
    .supplyCont .supFour .mapCont{ width: 100%; }
    .supplyCont .supFour .tip{ position: static; }
    .supplyCont .supFour .textbox{ width: 100%; position: static; }
    .messageFix .formbox{ margin: 0 }
    .supplyCont .supone img{ width: 100%; }
    .supplyCont .supone .left{ width: 100%; margin-bottom: 40px; }
    .supplyCont .supone .textbox{ margin-bottom: 20px; }
    .supplyCont .supone .tip{ width: 260px; }
    .aboutCont .historybox .menubox{ padding: 0 30px; }
    .qhseCont .secondbox .imgbox .tit{ top: 40% }
    .aboutCont .sloganbox{ height: 400px }
    .aboutCont .sloganbox .text{ font-size: 22px; }
}
@media only screen and (max-width: 510px) {
    .newsCont .listbox .list .textbox{ float: none; width: 100%; margin-bottom: 30px; }
    .newsCont .listbox .list .textbox p{ margin-bottom: 20px; }
    .newsCont .listbox .list .picbox{ float: none; width: 100%; }
    .newsCont .listbox .list{ padding: 30px 20px; margin-bottom: 40px; }
    .newsCont .listbox .list .textbox h3{ margin: 20px 0; }
    .bannerCont img{ width: 180%; margin-left: -40%; }
    .bannerCont .fixText h3{ font-size: 28px; }
    .bannerCont .fixText p{ font-size: 16px; }
    .bannerCont .fixText{ padding: 0 20px; box-sizing: border-box; top: 60px; }
    .subMenu.about a{ width: auto; padding: 0 30px 0 20px; background-position: right 10 center !important; }
    .subMenu .all{ white-space: nowrap; overflow-x: scroll; }
    .aboutCont .introducebox,.aboutCont .culturebox,.aboutCont .historybox,.aboutCont .honorbox,.joinCont .abilitybox,.contactCont,.productCont,.newsCont,.supplyCont .supone,.supplyCont .suptwo,.supplyCont .supthree,.supplyCont .supFour{ padding: 60px 0; }
    .aboutCont .introducebox .topbox .imgbox{ width: 100%; height: 250px; position: static; margin-bottom: 40px; }
    .aboutCont .introducebox .topbox .textbox{ width: 100%; }
    .aboutCont .introducebox .topbox .textbox .textscroll{ height: auto; }
    .aboutCont .introducebox .topbox .textbox p{ line-height: 26px; }
    .aboutCont .introducebox .topbox{ margin-bottom: 40px; }
    .aboutCont .introducebox .numberbox .li{ width: 50% !important; margin-bottom: 20px; }
    .aboutCont .introducebox .numberbox .li .numbox b{ font-size: 35px; }
    .aboutCont .introducebox .numberbox .li:nth-child(2n)::after{ display: none; }
    .aboutCont .introducebox .numberbox .li .numbox span{ font-size: 16px; }
    .aboutCont .introducebox .topbox .textbox .title,.aboutCont .culturebox .title,.aboutCont .honorbox .tit,.qhseCont .listbox .list .textbox .tit,.qhseCont .certificatebox .textbox .tit,.joinCont .recruitbox .title span,.contactCont .title span,.contactCont .title span,.productCont .topbox .tit,.productCont .list .textbox .tit,.newsCont .detilCont .title h3,.supplyCont .supone .textbox .tit,.supplyCont .suptwo .title,.supplyCont .supthree .title,.supplyCont .supthree .list .textbox .tit,.supplyCont .supFour .textbox .tit{ font-size: 24px; }
    .aboutCont .culturebox .title{ margin-bottom: 30px; }
    .aboutCont .culturebox .li{ width: 100%; margin-bottom: 20px; padding-left: 40px; }
    .aboutCont .historybox .textbox{ margin-bottom: 40px; }
    .aboutCont .historybox .textbox .title .en{ font-size: 100px; }
    .aboutCont .historybox .textbox p{ font-size: 16px; line-height: 26px; }
    .aboutCont .historybox .prev1,.aboutCont .historybox .next1{ display: none; }
    .aboutCont .honorbox p{ font-size: 16px; }
    .aboutCont .honorbox .title .prev2,.aboutCont .honorbox .title .next2{ bottom: 15px; }
    .aboutCont .honorbox .title{ padding-bottom: 50px; margin-bottom: 40px; }
    .qhseCont .certificatebox .textbox .tit{ margin-bottom: 20px; }
    .qhseCont .certificatebox .textbox p,.qhseCont .listbox .list .textbox p{ line-height: 26px; }
    .qhseCont .secondbox .imgbox{ width: 100%; margin-bottom: 40px; }
    .qhseCont .secondbox .flexbox{ padding: 60px 0 0; justify-content: center; }
    .qhseCont .secondbox .img{ position: static; width: 80%; }
    .qhseCont .listbox{ padding-top: 60px; }
    .qhseCont .listbox .list .textbox{ width: 100%; }
    .qhseCont .listbox .list .imgbox{ position: static; width: 100%; height: auto; margin-top: 20px; }
    .qhseCont .listbox .list .bg{ display: none; }
    .qhseCont .listbox .list{ background: #fff; margin-bottom: 40px; }
    .qhseCont .listbox .list .all{ padding: 60px 20px; }
    .qhseCont .listbox .list2 .all{ display: block; }
    .joinCont .abilitybox .title .en{ font-size: 30px; }
    .joinCont .abilitybox .title .cn{ margin-top: -30px; }
    .joinCont .abilitybox .list{ width: 100%; margin-bottom: 20px; }
    .joinCont .recruitbox{ margin-top: 0; padding: 60px 0; }
    .joinCont .recruitbox .list .head .name{ width: 100%; padding-right: 40px; font-size: 20px; padding-left: 15px; margin-bottom: 10px; }
    .joinCont .recruitbox .list .head .name::after{ top: 5px; }
    .joinCont .recruitbox .list .head .icon{ top: 50%; margin-top: -17px; }
    .joinCont .recruitbox .list .head{ flex-wrap: wrap; line-height: 28px; padding: 10px 20px; }
    .joinCont .recruitbox .list .head .txt span{ margin: 0 40px 0 0; }
    .joinCont .recruitbox .list .head .txt span:last-child{ margin-right: 0; }
    .joinCont .recruitbox .list .htmlbox{ padding: 40px 20px; }
    .contactCont .contactbox .list{ width: 100%; height: 180px; }
    .contactCont .contactbox .list .tit{ margin-top: 10px; }
    .contactCont .contactbox .list img{ width: 40px; }
    .contactCont .title{ margin-bottom: 40px; }
    .contactCont .contactbox{ margin-bottom: 60px; }
    .contactCont .contactbox .listbox{ margin-bottom: 20px; }
    .contactCont .contactbox .map{ width: 200%; margin-left: -50%; }
    .contactCont .messagebox .img{ display: none; }
    .contactCont .messagebox .formbox{ width: 100%; margin: 0; padding: 0 20px; }
    .contactCont .messagebox .flexbox{ padding: 40px 0; }
    .contactCont .messagebox .formbox .li span{ width: 100%; margin-bottom: 10px; }
    .contactCont .messagebox .formbox .li{ margin-bottom: 0; }
    .contactCont .messagebox .formbox .li textarea{ margin-bottom: 10px; }
    .contactCont .messagebox .formbox .li button{ height: 60px; font-size: 20px; }
    .productCont .topbox .imgbox{ width: 100%; }
    .productCont .topbox{ padding-top: 0; overflow: hidden; }
    .productCont .topbox .tit{ padding-bottom: 20px; margin-bottom: 20px; }
    .productCont .topbox p{ line-height: 24px; }
    .productCont .list .imgbox{ width: 100%; border-radius: 0; }
    .productCont .list{ padding-top: 0; overflow: hidden; }
    .newsCont .detilCont{ padding: 40px 20px 0 }
    .newsCont .detilCont .title{ padding-bottom: 20px; margin-bottom: 20px; }
    .newsCont .detilCont .htmlbox{ line-height: 28px; }
    .newsCont .detilCont .pagein a{ width: 100%; display: block; margin-bottom: 10px; }
    .newsCont .detilCont .pagein{ flex-wrap: wrap; padding: 20px 0; }
    .newsCont .detilCont .htmlbox{ margin-bottom: 40px; }
    .supplyCont .supone .textbox .tip{ line-height: 50px; font-size: 18px; margin-bottom: 10px; }
    .supplyCont .supone .textbox p{ margin-bottom: 20px; }
    .supplyCont .supone .textbox .tip::after{ top: 20px; }
    .supplyCont .suptwo .title,.supplyCont .supthree .title{ margin-bottom: 40px; }
    .supplyCont .suptwo .list{ width: 100%; }
    .supplyCont .suptwo .list .bg{ height: 400px; }
    .supplyCont .suptwo .list .fixbox .tit{ background-size: 38px !important; padding-right: 42px; }
    .supplyCont .supthree .list{ width: 100%; margin-bottom: 20px; }
    .supplyCont .supFour .tip .li{ margin-bottom: 10px; background-size: 15px !important; padding-left: 30px; }
    .supplyCont .supFour .textbox .tit{ margin-bottom: 20px; }
    .supplyCont .supFour .tip{ margin-bottom: 20px; }
    .aboutCont .introducebox .topbox .textbox .swiper{ padding-right: 0; }
    .messageFix{ width: 90%; left: 5%; top: 80px; bottom: 80px; margin: 0; height: auto; }
    .messageFix .formlist{ overflow-y: scroll; position: absolute; top: 70px; bottom: 40px; left: 20px; right: 20px; }
    .messageFix .formbox .formlist .two input{ width: 100%; margin-bottom: 10px; }
    .messageFix .formbox .formlist .list{ flex-wrap: wrap; margin-bottom: 0; }
    .messageFix .formbox .formlist .code{ margin-bottom: 10px; }
    .messageFix .formbox{ padding: 30px 20px; }
    .messageFix .formbox .title{ font-size: 16px; }
    .messageFix .formbox .formlist input{ height: 50px; }
    .messageFix .formbox .formlist .submit{ height: 50px; }
    .messageFix .formbox .formlist #code{ height: 50px; }
    .messageFix .formbox .formlist .code{ margin-top: 10px; }
    .messageBtn{ width: 80px; height: 80px; }
    .messageBtn span{ background-size: auto 24px; background-position: center bottom; }
    .messageBtn p{ font-size: 14px; }
    .supplyCont .supFour .mapCont{ overflow-x: scroll; float: none; }
    .supplyCont .supFour .mapCont .pc,.supplyCont .supFour .mapCont .point{ display: none; }
    .supplyCont .supFour .mapCont .phone{ display: block; width: 250%; }
    .supplyCont .supone .textbox .tip{ width: 100%; }
    .supplyCont .supone .tip{ width: 100%; }
    .aboutCont .historybox .menubox{ padding: 0; }
    .aboutCont .historybox .menubox .all{ padding: 0 10px; }
    .qhseCont .secondbox .imgbox .tit{ font-size: 22px; }
    .qhseCont .pathbox .swiper-slide{ width: 220%; }
    .qhseCont .pathbox .pic p{ font-size: 18px; }
    .qhseCont .pathbox{ padding: 60px 0 0; }
    .aboutCont .sloganbox{ height: 300px }
    .aboutCont .sloganbox .text{ font-size: 20px; line-height: 36px; width: 90%; left: 5%; }
    .aboutCont .historybox .menubox .swiper-slide::before{ width: 10px; height: 10px; margin-left: -5px; top: 5px; }
    .aboutCont .historybox .menubox .swiper-slide::after{ width: 20px; height: 20px; margin-left: -10px; top: 0; }
}
@keyframes history{
   0%{ transform: scale(1); opacity: 0.2; }
   50%{ transform: scale(1.2); opacity: 0.4; }
   100%{ transform: scale(1); opacity: 0.2; }
}
@keyframes history2{
    0%{ transform: scale(1); opacity: 1; }
    50%{ transform: scale(1.2); opacity: 1; }
    100%{ transform: scale(1); opacity: 1; }
 }