@charset "utf-8"; /* CSS Document */ @font-face { font-family: 'iconfont'; src:url(../icons/iconfont.eot); src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'), url(../icons/iconfont.woff) format('woff'), url(../icons/iconfont.ttf) format('truetype'), url(../icons/iconfont.svg#iconfont) format('svg'); } .iconfont{ font-family:"iconfont" !important; font-size:16px;font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; } @font-face{ src:url(../fonts/SourceHanSansCN-Regular-Alphabetic.woff2); font-family:"myfont"; } @font-face{ src:url(../fonts/SourceHanSansCN-Medium-Alphabetic.woff2); font-family:"title"; } @font-face{ src:url(../fonts/Inter-Bold.woff2); font-family:"num"; } @font-face{ src:url(''); font-family:"en"; } *{ margin: 0; padding: 0; border: 0; outline: 0; font-family:"en","myfont",Aril,sans-serif; } h1, h2, h3, h4, h5, h6, a, em, img, hr{ font-weight: normal; } ul li{ list-style: none; } img{ display:block; } article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section { margin: 0; padding: 0; display: block; } .clear{ clear:both; } input:focus{ outline:none; } input{ -webkit-appearance: none; } a{ text-decoration:none; } body,html{ font-size: 68.5%; } .w_all{ width:90%; margin:auto; position: relative; } .w_all2{ width:80%; margin:auto; } .w_all3{ width:66%; margin:auto; } header{ width: 100%; position: fixed; left: 0; top: 0; z-index:99; /* -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; */ } header.outside{ -webkit-transform: translateY(-180px); transform: translateY(-180px); } .header2{ background: #fff; border-bottom: 1px solid #e5e5e5; box-sizing: border-box; } header .contain{ position: relative; display: flex; justify-content: space-between; align-items: center; } header .logo{ height: 56px; } header .logo img{ height: 100%; } header .logo img.img2{ display: none; } .header2 .logo img.img1{ display: none; } .header2 .logo img.img2{ display: block; } header nav{ width: 66%; z-index: 2; display: flex; justify-content: space-between; align-items: center; } header nav ul{ width:84%; display: flex; justify-content: space-between; } header nav li{ position: relative; padding: 15px 0; } header nav li span{ font-size: 1.6rem; line-height: 56px; padding: 0 10px; color: #fff; letter-spacing: 1px; cursor: pointer; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } header nav li:hover span{ color: #0b79c1; } .header2 nav li span{ color: #333; } header .other{ display: flex; align-items: center; } header .other span{ color: #fff; font-size: 1.4rem; border-left: 1px solid #fff; padding-left: 10px; margin-left: 10px; letter-spacing: 1px; } .header2 .other .language{ padding-right: 16px; color: #666; border-color: #666; position: relative; cursor: pointer; } header .other .language:before{ content: ""; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid #999; } header .other .language i{ position: absolute; left: 66%; -webkit-transform: translateX(-50%); transform: translateX(-50%); top: 26px; text-align: center; font-style: normal; background: #fff; z-index: 9; box-shadow: 0 0px 5px rgba(0,0,0,0.1); width: 50px; padding: 5px; display: none; } header .other .language i a{ color: #666; display: block; margin: 10px 0; font-size: 1.36rem; } header .search{ cursor: pointer; } header .search img{ width: 17px; margin-top: 1px; } header .search img.img2{ display: none; } .header2 .search img:first-of-type{ display: none; } .header2 .search img.img2{ display: block; } .header2 .search.active .img2{ display: none; } .header2 .search.active .img1{ display: block; width: 14px; } header .se_box{ display: none; position: fixed; left: 0; top: 87px; width: 100%; padding: 3% 0; box-sizing: border-box; background: #fff; box-shadow: 1.04167vw 1.5625vw 2.60417vw rgb(0 0 0 / 16%); } header .search input{ display: block; box-shadow: none; background: none; border: none; padding: 15px 15px 15px 54px; font-size: 1.6rem; color: #333; background: #f7f7f7; line-height: 2; width: 100%; box-sizing: border-box; border-radius: 30px; } header .se_box .top{ position: relative; } header .search .submit{ position: absolute; right: 0; top: 0; height: 100%; background: #007dc5; width: auto; color: #fff; padding: 0 40px; border-radius: 30px; font-size: 1.6rem; letter-spacing: 2px; box-shadow: -3px 3px 15px rgba(0,0,0,0.15); cursor: pointer; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } header .search .submit:hover{ padding: 0 45px; box-shadow: 0px 3px 15px rgba(0,0,0,0.1); } header .se_box .top img{ position: absolute; left: 30px; top: 48%; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: block !important; width: 18px; opacity: 0.8; } header .se_box .bottom{ margin-top: 2%; } header .se_box .bottom h3{ font-size: 2rem; font-family: "title"; color: #333; border-bottom: 1px solid #eee; padding-bottom: 1.5%; margin-bottom: 2%; } header .se_box .bottom p a{ display: inline-block; margin-right: 20px; border: 1px solid #eee; color: #666; font-size: 1.4rem; padding: 10px 25px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; border-radius: 30px; } header .se_box .bottom p a:hover{ border: 1px solid #007dc5; background: #007dc5; color: #fff; } ::-webkit-input-placeholder { color: #333; opacity: 0.6; } ::-moz-placeholder { color: #333; opacity: 0.6; } :-ms-input-placeholder { color: #333; opacity: 0.6; } header .s_menu{ position: fixed; left: 0; top:87px; background: rgba(255,255,255,1); width:100%; z-index: 9999999; transform: scaleY(0); -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; transform-origin: 0 0; box-shadow: 0 0px 5px rgba(0,0,0,0.1); box-sizing: border-box; } header .s_menu.active{ transform: scaleY(1); } header .s_menu .bars{ overflow: hidden; padding: 1.5% 0 1%; } header .s_menu .bars{ display: flex; justify-content: center; } header .sp_menu .bars{ justify-content: space-between; } header .ss_menu .bars a{ margin: 0 7.2%; } header .s_menu .bars .bb{ float: none; width: auto; padding: 0; } header .s_menu .bars .bb img{ width: 42px; display: block; margin: auto; } header .s_menu .bars .bb img:nth-of-type(2){ display: none; } header .s_menu .bars .bb.active img,header .s_menu .bars .bb:hover img{ display: none; } header .s_menu .bars .bb.active img:nth-of-type(2),header .s_menu .bars .bb:hover img:nth-of-type(2){ display: block; } header .s_menu .bars .bb h3{ font-size: 1.6rem; color: #333; text-align: center; margin: 10px 0 5px; -webkit-transition: all 0.3s linear; transition: all 0.2s linear; cursor: pointer; width: max-content; } header .s_menu .bars .bb.active h3,header .s_menu .bars .bb:hover h3{ color: #0b79c1; } header .s_menu .bars .bb p{ font-size: 1.4rem; line-height: 1.6; } header .sp_menu .bars2{ border-top: 1px solid rgba(0,0,0,0.1); } header .sp_menu .bars2 .morep{ display: none; } header .sp_menu dl{ display: none; padding: 1.5% 0; } header .sp_menu dl dd{ box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: space-around; } header .sp_menu dl:last-of-type dd{ justify-content: center; } header .sp_menu dl:last-of-type dd p{ margin: 0 15%; } header .sp_menu dl dd a{ font-size: 1.36rem; display: block; cursor: pointer; color: #999; margin: 10px 0; line-height: 1.3; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } header .sp_menu dl dd a:hover{ color: #0b79c1; -webkit-transform: translateX(5px); transform: translateX(5px); } header .sp_menu dl dd strong{ font-size: 1.6rem; display: block; margin-bottom: 10px; color: #333; font-weight: normal; cursor: pointer; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; width: max-content; } header .sp_menu dl dd p:hover strong{ color:#0b79c1; } .navBtn{ position:absolute; right:0px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index:9999; cursor:pointer; display: none; } .navBtn span{ display: block; width:24px; height: 2px; background:#666; margin:5px 0; } .nav_btn_active{ -webkit-transition:all 0.4s; transition:all 0.4s; } .nav_btn_active span:nth-of-type(1){ -webkit-transform:rotate(45deg); transform:rotate(45deg); } .nav_btn_active span:nth-of-type(2){ opacity:0; } .nav_btn_active span:nth-of-type(3){ margin-top:-57%; -webkit-transform:rotate(-45deg); transform:rotate(-45deg); } /*banner*/ .banner{ position:relative; width:100%; height:100%; background: #fff; z-index: 3; } .banner_ph{ display: none; } .banner b{ display: block; width: 100%; height: 100%; } .banner .swiper-pagination{ bottom: 5% !important; } .banner .swiper-pagination-bullet{ width: 10% !important; height: auto !important; background: #fff !important; height: 4px !important; margin: 0 10px !important; border-radius: 0 !important; opacity: 0.4 !important; position: relative; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .banner .swiper-pagination span::after{ content: ""; position: absolute; left: 0%; bottom: 0px; width: 0%; height: 4px; background: #0b79c1; z-index: 2; } .banner .swiper-pagination-bullet-active{ background: #0b79c1; opacity: 1 !important; } .banner .swiper-pagination-bullet-active::after{ width: 100% !important; -webkit-transition: all 0s linear; transition: all 0s linear; } .banner video{ display: block; object-fit: fill; border: 0; width: 100%; height: 100%; position: relative; } .banner .swiper-slide a{ display: block; width: 100%; height:100%; position: absolute; left: 0; top: 0; } .index_title h3{ font-size: 4.6rem; letter-spacing: 4px; line-height: 1.4; color: #595757; margin-bottom: 5%; font-weight: bold; } .index_title p{ font-size: 2.2rem; letter-spacing: 1px; color: #595757; line-height: 1.4; } .index_pro{ padding: 6% 0; background: #F7F8F8; z-index: 6; position: relative; } .index_pro ul{ position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; } .index_pro .index_title{ position: absolute; right: 0; top: 5%; width: 47%; text-align: right; } .index_pro ul li{ width: 23%; overflow: hidden; } .index_pro ul li b{ display: block; width: 100%; position: relative; overflow: hidden; } .index_pro ul li b::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #0b79c1; opacity: 0; z-index: 9; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .index_pro ul li img{ width: 100%; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; } .index_pro ul li:hover b img{ -webkit-transform: scale(1.06); transform: scale(1.06); } .index_pro ul li .txt{ width: 100%; background: #fff; position: relative; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .index_pro ul li .txt::before{ content: ""; position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; background: #fff; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; z-index: 5; } .index_pro ul li .txt::after{ content: ""; position: absolute; left: 10%; top: -21px; width: 0%; height: 0%; border-bottom: 22px solid #fff; border-left: 18px solid transparent; border-right: 18px solid transparent; z-index: 10; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .index_pro ul li .txt h3{ position: absolute; left: 10%; bottom: 10%; font-size: 2.4rem; font-family: "title"; color: #595757; z-index: 6; } .index_pro ul li:nth-of-type(1){ margin-top: 14%; } .index_pro ul li:nth-of-type(3){ width: 46%; margin-top: 23%; } .index_pro ul li:nth-of-type(3) b,.index_pro ul li:nth-of-type(4) b,.index_pro ul li:nth-of-type(6) b{ width: 50%; float: left; } .index_pro ul li:nth-of-type(3) .txt,.index_pro ul li:nth-of-type(4) .txt,.index_pro ul li:nth-of-type(6) .txt{ width: 50%; float: left; } .index_pro ul li:nth-of-type(3) .txt::after,.index_pro ul li:nth-of-type(4) .txt::after,.index_pro ul li:nth-of-type(6) .txt::after{ border-left:none; border-right: 22px solid #fff; border-top: 18px solid transparent; border-bottom: 18px solid transparent; left: -21px; top: inherit; bottom: 10%; } .index_pro ul li:nth-of-type(4){ width: 46%; margin-left: 27%; margin-top: -10%; } .index_pro ul li:nth-of-type(5){ margin-top: -10%; } .index_pro ul li:nth-of-type(6){ width: 46%; margin-top: -19%; margin-left: 4%; } .index_pro ul li p{ position: absolute; left: 0%; height: 100%; top: 20%; width: 100%; padding: 10%; box-sizing: border-box; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; opacity: 0; z-index: 9; } .index_pro ul li p strong{ font-size: 2.4rem; color: #fff; display: block; margin-bottom: 10%; } .index_pro ul li p a{ font-size: 1.4rem; color: #fff; display: block; margin: 8px 0; letter-spacing: 1px; cursor: pointer; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; position: relative; } .index_pro ul li p .morep{ position: absolute; right: 8%; bottom: 3%; } .index_pro ul li p .morep::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0%; height: 2px; background: #fff; opacity: 0; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .index_pro ul li p .morep:hover{ opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } .index_pro ul li p .morep:hover::after{ opacity: 1; width: 100%; } .index_pro ul li p .morep::before{ display: none; } .index_pro ul li:hover b::before{ opacity: 0.7; } .index_pro ul li:hover .txt::before{ background: #0b79c1; } .index_pro ul li:hover .txt::after{ border-bottom: 22px solid #0b79c1; } .index_pro ul li:nth-of-type(3):hover .txt::after,.index_pro ul li:nth-of-type(4):hover .txt::after,.index_pro ul li:nth-of-type(6):hover .txt::after{ border-bottom: 18px solid transparent; border-right: 22px solid #0b79c1; } .index_pro ul li:hover p{ opacity: 1; top: 0; } .index_pro ul li:nth-of-type(3) p,.index_pro ul li:nth-of-type(4) p,.index_pro ul li:nth-of-type(6) p{ top: 0%; left: 20%; } .index_pro ul li:nth-of-type(3):hover p,.index_pro ul li:nth-of-type(4):hover p,.index_pro ul li:nth-of-type(6):hover p{ opacity: 1; left: 0; } .index_pro ul li:hover h3{ opacity: 0; } .index_pro ul li p a:hover { -webkit-transform: translateX(18px); transform: translateX(18px); opacity: 0.8; } .index_pro ul li p a::before{ content: ""; position: absolute; left: -18px; top:9px; width: 0px; height: 1px; background: #fff; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; opacity: 0; } .index_pro ul li p a:hover::before{ opacity: 1; width: 12px; } .index_about{ position: relative; background: #F7F8F8; height: 100%; } .index_about:before{ content: ""; position: absolute; right: 0; top: 0; width: 60%; height: 100%; background-image: linear-gradient(to left,rgba(17,73,106,0.5), rgba(17,73,106,0)); z-index: 6; } .index_about .bgs img{ position: absolute; left: 0; bottom: -1px; width: 100%; z-index: 8; } .index_about .bgs img:nth-of-type(1){ bottom: inherit; top: -1px; } .index_about video{ display: block; object-fit: fill; border: 0; width: 100%; height: 100%; position: relative; } .index_about b{ display: block; width: 100%; height: 100%; position: fixed; left: 0; top: 0; } .index_about b.ph{ display: none; } .index_about b img{ display: block; min-width: 100%; min-height: 100%; max-width: 100%; } .index_about .txt{ position: absolute; right: 8%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 31%; z-index: 9; max-height: 69.5%; overflow: hidden; } .index_about .txt .index_title{ margin-bottom:8%; } .index_about .txt .index_title h3{ color: #fff; margin-bottom: 3%; text-shadow: 0 2px 10px rgba(0,0,0,0.1); } .index_about .txt .index_title p{ color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,0.1); } .index_about .txt> p{ color: #fff; font-size: 1.6rem; line-height: 1.8; text-shadow: 0 2px 10px rgba(0,0,0,0.1); } .index_news{ padding: 6% 0; background: #F7F8F8; z-index: 6; overflow: hidden; position: relative; } .index_news .contain{ position: relative; } .index_news .left{ position: relative; z-index: 2; width:59%; overflow: hidden; } .index_news .left .index_title{ margin-bottom: 6%; width: 80%; } .index_news .left .index_title h3{ margin-bottom: 2%; } .index_news .left .index_title p{ color: #727171; } .index_news .box{ position: relative; display: none; overflow: hidden; background: #fff; max-height: 520px; } .index_news a:first-of-type .box{ display: block; } .index_news .left img{ width: 100%; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; } .index_news .box:hover img{ -webkit-transform: scale(1.06); transform: scale(1.06); } .index_news .left .txt{ position: absolute; left: 0; bottom: 0; padding: 10% 10% 2%; box-sizing: border-box; width: 100%; background: url(../image/bg.png) no-repeat top center/cover; } .index_news .left .txt::before{ content:""; position: absolute; left: 3%; bottom: 11%; width: 8px; height: 38%; background: #87C360; } .index_news .left .txt::after{ content:""; position: absolute; margin-left: 12px; left: 3%; bottom: 11%; width: 8px; height: 38%; background: #0b79c1; } .index_news .right{ width: 52%; height: 100%; position: absolute; right: 0; top: -6%; padding: 3%; box-sizing: border-box; background: -webkit-linear-gradient(bottom,rgba(255,255,255,1),rgba(255,255,255,0)); background: -moz-linear-gradient(bottom,rgba(255,255,255,1),rgba(255,255,255,0)); background: -o-linear-gradient(bottom,rgba(255,255,255,1),rgba(255,255,255,0)); background: linear-gradient(to bottom,rgba(255,255,255,1),rgba(255,255,255,0)); background: -ms-linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0)); display: flex; justify-content: space-between; } .index_news .right h4{ font-size: 2rem; line-height: 1.4; color: #898989; margin: 15% 0; text-align: right; letter-spacing: 1px; position: relative; z-index: 2; cursor: default; } .index_news .right h4.active{ font-size: 2.4rem; color: #0b79c1; font-weight: bold; } .index_news .right h4:hover{ color: #0b79c1; } .index_news .right dl{ width: 66%; margin-top: 9%; display: none; position: absolute; right: 6%; top: 5%; } .index_news .right dl:first-of-type{ display: block; } .index_news .right dl dd{ padding: 4% 0; border-bottom: 2px solid #DCDDDD; -webkit-transform: translateX(8%); transform: translateX(8%); opacity: 0; cursor: pointer; } .index_news .right dl dd.active{ opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition: all 0.8s ease-out; transition: all 0.8s ease-out; } .index_news h5{ font-size: 2rem; color: #231815; margin-top: 1%; letter-spacing: 1px; line-height: 1.4; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .index_news .txt h3{ font-size: 1.4rem; color: #898989; letter-spacing: 1px; } .index_news h3 strong{ font-size: 1.4rem; color: #231815; font-weight: bold; border-right: 1px solid #9b9b9b; padding-right: 15px; margin-right: 15px; } .index_news .right h5{ margin-bottom: 1.5%; } .index_news .right h3 strong{ color: #0b79c1; } .index_news .right dt{ color: #0b79c1; font-size: 1.4rem; position: absolute; right: 0%; bottom: -18%; text-align: right; font-weight: bold; } .index_news .box:hover h5,.index_news dl dd:hover h5{ color: #0b79c1; } .index_news .right dt::before{ content: ""; position: absolute; left: 0; bottom: 0; width: 0%; height: 2px; background: #0b79c1; opacity: 0; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .index_news .right dt:hover::before{ opacity: 1; width: 100%; } footer{ background: #00679B; padding: 6% 0 1%; position: relative; overflow: hidden; } footer .bg img{ position: absolute; right: 0; top: -24%; width: 100%; } footer .f_box{ display: flex; margin: 0 auto 0.2%; justify-content: space-between; position: relative; } footer .left .logo img{ height: 80px; display: block; } footer .left .logo{ font-size: 1.6rem; color: rgba(255,255,255,0.7); } footer .left .txt{ position: absolute; left: 0; bottom: 0; } footer .left h4 { color: #fff; font-size: 1.5rem; margin: 15px 0; letter-spacing: 1px; } footer .left h4 img{ width: 22px; float: left; margin-top: 2px; margin-right: 15px; } footer .left h4:first-of-type img{ margin-top: -3px; } footer .left a:hover h4{ text-decoration: underline; } footer .right{ width: 70%; } footer .right .bdl{ display: flex; justify-content: space-between; } footer .right .bdl dt{ font-size: 1.7rem; color: #fff; line-height: 1.4; margin-bottom: 15px; position: relative; padding-bottom: 15px; letter-spacing: 1px; } footer .right .bdl dd{ font-size: 1.36rem; letter-spacing: 1px; color: #fff; margin: 6px 0; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; cursor: pointer; } footer .right .bdl dd:hover{ opacity: 0.8; -webkit-transform: translateX(5px); transform: translateX(5px); } footer .right .links{ float: right; margin-top: 3%; -webkit-transform: scale(0.9); transform: scale(0.9); margin-right: -1%; text-align: center; } footer .right .links a{ display: inline-block; position: relative; margin-left: 20px; margin-bottom: 15px; overflow: hidden; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } footer .right .links b{ display: block; background-image: url(../image/linkicons.png); width: 37px; height: 37px; } footer .right .links a:nth-of-type(1) b{ background-position: 0 0; } footer .right .links a:nth-of-type(2) b{ background-position: 154px 0; } footer .right .links a:nth-of-type(3) b{ background-position: 95px 0; } footer .right .links a:nth-of-type(4) b{ background-position: 37px 0; } footer .right .links a img{ width: 110px; position: absolute; left: 50%; top: -115px; -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } footer .right .links a:hover{ overflow: inherit; -webkit-transform: translateY(-5px); transform: translateY(-5px); } footer .right .links a:hover img{ opacity: 1; top: -122px; } footer .copyright span{ color: rgba(255,255,255,0.8); font-size: 1.3rem; } footer .copyright a{ color: rgba(255,255,255,0.8); font-size: 1.3rem; float: right; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; margin-left: 20px; } footer .copyright a:hover{ color: #fff; } .all_box{ padding-top: 87px; } .p_ban{ background: #f7f9fa; padding: 22px 0; } .p_ban.active{ width: 100%; position: fixed; left: 0; top: 0; z-index:9; } .p_ban.active2{ width: 100%; position: fixed; left: 0; top: 87px; z-index: 9; } .p_ban ul{ display:flex; justify-content: space-between; } .p_ban ul li img{ width: 46px; margin: auto; } .p_ban ul li img:last-of-type{ display: none; } .p_ban ul li:hover img{ display: none; } .p_ban ul li:hover img:last-of-type{ display: block; } .p_ban ul li h3{ margin-top: 10px; text-align: center; font-size: 1.5rem; color: #202020; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .p_ban ul li.active img{ display: none; } .p_ban ul li.active img:last-of-type{ display: block; } .p_ban ul li.active h3,.p_ban ul li:hover h3{ color: #0b79c1; } .title2{ font-size: 3.2rem; text-align: center; color: #1a1a1a; letter-spacing: 1px; } .pbars{ padding: 5% 0; min-height: 60vh; } .pbars .contain{ position: relative; } .pbars .left{ float: left; width: 20%; background: #f7f9fa; padding:10px 30px; box-sizing: border-box; } .pbars .left.active{ position: fixed; left: 10%; top: 22%; width: 16%; } .pbars .left.active2{ position: absolute; left: 0%; top: inherit; bottom: 0%; width: 20%; } .pbars .left.active3{ position: fixed; left: 10%; top: 30%; width: 16%; } .pbars .left dt{ font-size: 1.6rem; color: #333; padding: 20px 0; border-bottom: 1px solid #cbcbcb; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; position: relative; } .pbars .left dt a{ display:block; width: 95%; color: #333; } .pbars .left dl:last-child dt{ border: none; } .pbars .left dt span{ display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; position: absolute; right: -8px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); cursor: default; z-index: 2; display: none; } .pbars .left dt img{ width: 14px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%) } .pbars .left dt span.active2 img{ -webkit-transform: rotate(-90deg) translate(55%,-50%); transform: rotate(-90deg) translate(55%,-50%); } .pbars .left dd{ font-size: 1.38rem; margin: 6px 0; font-weight: 200; display: none; letter-spacing: 1px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; cursor: default; word-break: break-all; } .pbars .left dd a{ color: #808080; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .pbars .left dd:first-of-type{ margin-top: 20px; } .pbars .left dl.active2 dd{ display: block; } .pbars .left dl.active dt a,.pbars .left dl dt a:hover{ color: #0b79c1; } .pbars .left dl dd:hover a{ color: #0b79c1; } .pbars .left dl dd a.active{ color: #0b79c1; margin-left: 5px; } .pbars .left dl.active dt span{ display: block; } .pbars .right{ float: right; width: 76%; } .pbars .right ul{ margin-bottom: 5%; display:flex; flex-wrap: wrap; } .pbars .right ul h3{ font-size: 1.8rem; color: #333; margin: 0 0 -1%; text-align: center; background: #f7f9fa; padding: 10px 0; } .pbars .right ul li{ width: 31.3%; margin-right: 3%; margin-bottom: 6%; box-sizing: border-box; } .pbars .right ul li:nth-of-type(3n){ margin-right: 0; } .pbars .right ul li b{ display: block; width: 100%; margin: 6% auto; overflow: hidden; } .pbars .right ul li img{ width: 100%; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; background: #fff; } .pbars .right ul li:hover img{ -webkit-transform: scale(1.06); transform: scale(1.06); } .pbars .right ul li p{ text-align: center; font-size: 1.6rem; color: #333; margin-bottom: 5%; font-weight: 200; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .pbars .right ul li:hover p{ color: #0b79c1; -webkit-transform: translateY(-5px); transform: translateY(-5px); letter-spacing: 0.5px; } .pbars .right#p192 ul li{ width: 100%; } .pbars .right#p192 ul li b{ margin: 2% auto 0; } .pbars .right#p192 ul li img{ max-width: 100%; } .pbars .right#p192 ul li p{ display: none; } .more2{ border-radius: 30px; width: max-content; background: #fff; margin:5% auto 0; text-align: center; padding: 12px 30px; box-shadow: 2.121px 2.121px 20px 0px rgba(20, 21, 22, 0.1); font-size: 1.4rem; color: #333; letter-spacing: 1px; cursor: pointer; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; display: none; } .more2:hover{ background:#0b79c1; color: #fff; } .pdbars .bar{ position: relative; padding: 0 0 5%; } .pdbars .left{ float: left; width: 48%; } .pdbars .left img{ width: 100%; } .pdbars .right{ position: absolute; right: 0; top: 40%; -webkit-transform: translateY(-50%); transform: translateY(-50%); letter-spacing: 1px; width: 48%; } .pdbars .right h3{ font-size: 4.2rem; color: #0b79c1; font-weight: bold; word-break: break-all; } .pdbars .right h4{ font-size: 3.4rem; color: #333333; margin: 5px 0; } .pdbars .right span{ display: block; font-size: 1.5rem; color: #999999; margin: 20px 0 30px; position: relative; letter-spacing: 0.5px; } .pdbars .right span a{ color: #999999; } .pdbars .right span img{ max-width: 100%; } .pdbars .bar1{ padding-top: 5%; } .pdbars .bar1 .right > p::before{ content: ""; width: 100%; height: 1px; background: #cccccc; position: absolute; left: 0; top: 0; } .pdbars .right > p{ display: inline-block; font-size: 1.5rem; color: #808080; padding-top: 20px; line-height: 1.8; position: relative; } .more3{ float: left; border-radius: 10px; background: #fff; margin:18% 0 0; text-align: center; padding: 10px 40px; box-shadow: 0px 3px 14.55px 0.45px rgba(34, 34, 34, 0.08); font-size: 1.3rem; color: #0b79c1; letter-spacing: 1px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; display: none !important; } .more3 i{ font-size: 1.3rem; margin-left: 5px; color: #0b79c1; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .more3:hover{ background:#0b79c1; color: #fff; } .more3:hover i{ color:#fff; margin-left:8px; } .pdbars .bar2{ padding: 0; padding-bottom:5%; } .pdbars .bar2 .right{ width: 36%; } .pdbars .bar2 .right p strong{ font-size: 1.8rem; color: #333; display: block; margin-bottom: 20px; font-weight: normal; position: relative; } .pdbars .bar2 .right p strong::before{ content: ""; position: absolute; left: -14px; top: 14px; width: 5px; height: 5px; border-radius: 50%; background: #0b79c1; } .pdbars .bar2 .right p{ display: block; font-size: 1.5rem; color: #666; padding: 0; margin: 8px 0; line-height: 1.8; } .pdbars .bar2 .right p sub{ font-size: 1rem; } .pdbars .bar2:nth-of-type(2n+2){ padding: 0 0 4%; } .pdbars .bar2:nth-of-type(2n+2) .right{ left: 0; } .pdbars .bar2:nth-of-type(2n+2) .left{ float: right; } .pdbars .bar3{ padding-top: 5%; background: #f7f8fa; margin-bottom: 5%; } .pdbars .bar3 ul li{ float: left; width: 31.3%; margin-right: 3%; } .pdbars .bar3 ul li:nth-of-type(3n){ margin-right: 0; } .pdbars .bar3 ul li img{ width: 100%; } .pdbars .bar3 ul li p strong{ font-size: 1.8rem; color: #333; display: block; margin-bottom: 10px; font-weight: normal; line-height: 1.8; position: relative; } .pdbars .bar3 ul li p strong::before{ content: ""; position: absolute; left: -14px; top: 13px; width: 5px; height: 5px; border-radius: 50%; background: #0b79c1; } .pdbars .bar3 ul li .txt3{ width: 94%; display: block; margin:0 0 5%; line-height: 1.6; min-height: 90px; } .pdbars .bar3 ul li p{ font-size: 1.5rem; color: #666; margin:0 0 1%; } .pd2bars .bar3 ul li p{ min-height: inherit; margin:0 0 1%; display: block; } .pdbars .bar4{ margin-top: 3%; } .pdbars .bar4 .tt0 p{ text-align: right; font-size: 1.2rem; color: #666; margin:3% 10px 5px 0; } .pdbars .bar4 .tt0 p img{ display: inline-block; width: 14px; margin: 0 2px; } .pdbars .bar4 table{ width: 100% !important; border-spacing: 10px; border-collapse: inherit !important; height: inherit !important; } .pdbars .bar4 table tr td{ background: #f7f8fa; font-size: 1.5rem; color: #666; padding: 10px; text-align: center; } .pdbars .bar4 table tr td:first-child{ width: 50%; } .pdbars .bar4 table tr td img{ width: 14px; margin: auto; } .pdbars .bar4 .tt p{ font-size: 1.5rem; color: #666; } .pdbars .bar4 .tt img{ max-width: 100%; display: block; margin: auto; } .pdbars .bar5{ padding-top: 0; } .pdbars .bar5 b{ display: block; width: 100%; overflow: hidden; } .pdbars .bar5 b img{ display: block; width: 100%; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; } .pdbars .bar5 .swiper-slide:hover b img{ -webkit-transform: scale(1.06); transform: scale(1.06); } .pdbars .bar5 h3{ font-size: 1.6rem; color: #333; text-align: center; margin-top: 20px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .pdbars .bar5 .swiper-slide:hover h3{ color: #0b79c1; } .pdbars .bar5 .swiper-container{ padding: 3% 0; } .pdbars .bar5 .swiper-wrapper{ justify-content: center; } .pd2bars .bar2{ padding:0 0 5%; } .pd2bars .bar2:nth-of-type(2n) .left{ float: right !important; } .pd2bars .bar2:nth-of-type(2n) .right{ left: 0 !important; } .pd2bars .bar2 h6{ font-size: 2.2rem; color: #333; font-family: "title"; } .pd2bars .bar2 .right p{ position: relative; padding-left: 14px; } .pd2bars .bar2 p::before{ content: ""; position: absolute; left: 0; top: 12px; width: 4px; height: 4px; border-radius: 50%; background: #0b79c1; } .pd2bars .bar3{; padding: 4% 0; margin-top: 0; } .pd2bars .bar3 ul li{ padding: 2% 10%; box-sizing: border-box; position: relative; float: none; width: 100%; margin: 0; } .pd2bars .bar3 ul li .left{ width: 46%; } .pd2bars .bar3 ul li .right{ width: 34%; right: 6%; } .pd3bars .bar3{ margin-top: 0; padding: 0 0 5%; background: #fff; } .pd3bars .bar3 ul{ display: flex; flex-wrap: wrap; justify-content: space-between; } .pd3bars .bar3 ul li{ width: 48%; float: none; margin: 1% 0; } .pd3bars .bar3 ul li p{ min-height: inherit; width: 100%; line-height: 1.8; } .pd3bars .bar4{ margin-top: 0; } .pd4bars .bar6{ background: #fff; padding: 0 0 5%; } .pd4bars .bar6 img{ max-width: 100%; margin: auto; } .pd4bars .bar_ph{ display: none; } .pd5bars .bar1{ padding: 0; } .pd5bars .bar1 .bg img{ width: 100%; } .pd5bars .right{ width: 40%; top: 50%; z-index: 9; } .pd5bars .bar5_2{ padding: 5% 0; overflow: hidden; } .pd5_title{ color: #fff; } .pd5_title h3{ font-size: 4rem; margin-bottom: 2%; font-family: "title"; letter-spacing: 2px; } .pd5_title p{ font-size: 1.6rem; width: 80%; font-weight: normal; line-height: 1.8; letter-spacing: 1px; } .pd5bars .bar5_2 b img{ width: 100%; background: #fff; } .btn{ display: flex; justify-content: flex-end; margin: 1% 0 2%; } .btn .ll{ width: 46px; height: 46px; background: #2187af; box-sizing: border-box; text-align: center; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; cursor: pointer; z-index: 6; margin: 0 5px; } .btn .ll i{ display: block; font-size: 2rem; color: #fff; line-height: 46px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .btn .lll i{ -webkit-transform: rotate(180deg); transform: rotate(180deg); line-height: 42px; } .btn .ll:hover{ background: #00a2ea; } .pd5bars .bar5_3{ padding: 5% 0; } .pd5bars .bar5_3 .pd5_title{ color: #333; } .pd5bars .bar5_3 .contain img{ width: 100%; display: block; margin-top: 3%; } .pd5bars .bar5_4{ padding: 5% 0; background: #f5f9fc; } .pd5bars .bar5_4 ul li{ margin-top: 3%; position: relative; } .pd5bars .bar5_4 ul li:first-of-type{ margin-top: 0; } .pd5bars .bar5_4 ul li h4{ font-size: 3rem; color: #333; margin-bottom: 3%; font-family: "title"; } .pd5bars .bar5_4 ul li p{ font-size:1.4rem; line-height: 1.8; color: #666; margin: 2% 0; position: relative; padding: 0; padding-left: 16px; } .pd5bars .bar5_4 ul li p:before{ content: ""; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: #a3a7aa; } .pd5bars .bar5_6{ background: #fff; padding: 10% 0; } .pd5bars .bar5_6 ul li{ margin: 10% auto 0; } .pd5bars .bar5_6 ul li p:before{ background: #0077d4; } .pd5bars .bar5_6 ul li:nth-of-type(2n+1) .left{ float: right; } .pd5bars .bar5_6 ul li:nth-of-type(2n+1) .right{ right: inherit; left: 0; } .pd5bars .bar5_7 .pd5_title{ color: #333; } .pd5bars .bar5_7 ul{ margin-top: 3%; } .pd5bars .bar5_7 ul li img{ width: auto; max-width: 100%; margin: auto; } .pd5bars .bar5_8{ overflow: hidden; padding: 0; } .pd5bars .bar5_8 img{ width: 100%; } .ban img{ width: 100%; } .ban .ph{ display: none; } .plbars .title2 span{ display: block; color: #0b79c1; font-size: 1.4rem; text-transform: uppercase; line-height: 2; letter-spacing: 0; } .plbars{ padding: 5% 0 0; } .plbars .title2{ margin-bottom: 3%; text-align: left; } .plbars .bar{ display: flex; justify-content: space-between; } .plbars .bar .bb{ width: 21%; position: relative; cursor: pointer; } .plbars .bar .bb select{ width: 100%; border: 1px solid #CCCCCC; font-size: 1.4rem; padding: 12px 10px; box-sizing: border-box; letter-spacing: 2px; position: relative; cursor: pointer; appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url('../image/jt2.png') 96% center no-repeat; background-size: 5%; } .plbars .bar .bb select option{ padding: 10px; } .plbars .bar .bb.active h3{ background: #f9f9f9; } .plbars .bar .bb i{ float: right; font-size: 1.6rem; margin-top: 3px; color: #333; } .plbars .bar .bb2{ background-color: rgb(0, 117, 193); color: #fff; padding: 0 40px; line-height: 45px; font-size: 1.4rem; letter-spacing: 2px; box-shadow: 0px 2px 2px rgba(0,0,0,0.2); cursor: pointer; } .plbars .bar dl{ position: absolute; left: 0; top: 47px; background: #fff; box-shadow: 1.04167vw 1.5625vw 2.60417vw rgb(0 0 0 / 16%); width: 100%; padding: 20px; z-index: 9; box-sizing: border-box; display: none; max-height: 300px; overflow-y: auto; } .plbars .bar dl dd{ font-size: 1.3rem; color: #333; padding: 10px 0; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .plbars .bar dl dd:hover{ color: #0b79c1; } .plbars .bar2{ margin-top: 3%; padding-bottom: 5%; } .plbars .bar2 table{ width: 100%; } .plbars .bar2 table tr td{ background: #f7f9fa; padding: 20px 0; text-align: center; border-top: 10px solid #fff; border-bottom: 10px solid #fff; font-size: 1.5rem; color: #666; width: 17.5%; } .plbars .bar2 table tr:first-child td{ font-weight: bold; font-size: 1.6rem; color: #333 !important; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .plbars .bar2 table tr td img{ margin: auto; max-width: 100%; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; } .plbars .bar2 table tr:hover td img{ -webkit-transform: scale(1.06); transform: scale(1.06); } .plbars .bar2 table tr:hover td:nth-of-type(2){ color: #0b79c1; } .plbars .bar2 table tr td:first-child{ width: 14%; padding: 20px; } .plbars .bar4{ margin-bottom: 5%; } .plbars .bar4 .top{ padding: 5% 0 3%; } .plbars .bar4 .top h6{ display: inline-block; margin-right: 30px; padding: 8px 48px; font-size: 1.6rem; color: #333; border: 1px solid #cccccc; letter-spacing: 2px; cursor: default; } .plbars .bar4 .top h6.active{ background: #0b79c1; color: #fff; border-color: #0b79c1; } .plbars .bar4 ul li{ display: none; position: relative; overflow: hidden; } .plbars .bar4 ul li:first-child{ display: block; } .plbars .bar4 ul li .left{ width: 50%; float: left; } .plbars .bar4 ul li .left img{ width: 100%; } .plbars .bar4 ul li .right{ width: 50%; float: right; padding: 4% 7%; box-sizing: border-box; } .plbars .bar4 ul li .right h5{ font-size: 3.6rem; color: #333; margin-bottom: 6%; letter-spacing: 1px; } .plbars .bar4 ul li .right p{ font-size: 1.6rem; color: #666666; margin:3% 0; line-height: 1.8; position: relative; padding-left: 14px; } .plbars .bar4 ul li .right p::before{ content: ""; position: absolute; left: 2px; top: 12px; width: 4px; height: 4px; border-radius: 50%; background:#666666; } .plbars .bar5{ background: #f7f9fa; padding: 5% 0; } .plbars .bar5 .title2{ text-align: center; margin-bottom: 2%; } .plbars .bar5 .swiper-slide{ background: #fff; } .plbars .bar5 .swiper-container{ padding-bottom: 3%; } .plbars .bar5 .txt{ padding: 5% 7%; box-sizing: border-box; width:50%; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .plbars .bar5 .txt h3{ font-size: 3rem; color: #333; margin-bottom: 5%; letter-spacing: 1px; } .plbars .bar5 .txt p{ font-size: 1.5rem; color: #666666; line-height: 1.8; } .plbars .bar5 b{ display: block; float: right; width: 50%; } .plbars .bar5 b img{ width: 100%; } .navs{ position: relative; padding-top:65px; } .navs .top{ position: absolute; left: 0; top: 0; width: 100%; border-bottom: 1px solid #ccc; } .navs .top.active{ position: fixed; left: 0; top: 0; background: #fff; z-index: 9; } .navs .top.active2{ top: 87px; width: 100%; position: fixed; left: 0; background: #fff; z-index: 9; } .navs .top h6{ display: inline-block; font-size: 1.6rem; color: #808080; margin-right: 6%; padding:20px 10px; position: relative; letter-spacing: 1px; } .navs .top h6::before{ content: ""; width: 100%; height: 2px; background:#0b79c1; position: absolute; left: 0; bottom: -1px; opacity: 0; } .navs .top h6.active::before{ opacity: 1; } .navs .top h6.active{ color:#0b79c1; } .navs .top a:last-of-type h6{ margin-right: 0; } .navs .bottom{ margin: 3% auto; overflow: hidden; } .navs .title2{ float: left; text-align: left; } .navs .title2 span{ display: block; color: #0b79c1; font-size: 1.4rem; text-transform: uppercase; line-height: 2; letter-spacing: 0; } .navs .bottom p{ float: right; font-size: 1.4rem; color: #a6a6a6; margin-top: 1.5%; } .navs .bottom p span{ float: right; font-size: 1.4rem; color: #0b79c1; } .join .bar{ position: relative; margin-bottom: 5%; } .join .bar ul li{ overflow: hidden; display: none; } .join .bar ul li:first-child{ display: block; } .join .bar .left{ float: left; width: 40%; padding: 5% 0; box-sizing: border-box; } .join .bar .left h6{ font-size: 3rem; color: #333; margin-bottom: 5%; letter-spacing: 1px; font-family: "title"; } .join .bar .left p{ font-size: 1.5rem; color: #666666; line-height: 1.8; } .join .bar .right{ float: right; width: 50%; overflow: hidden; } .join .bar .right img{ width: 100%; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .join .bar:hover .right img{ -webkit-transform: scale(1.06); transform: scale(1.06); } .join .bar .bb{ position: absolute; left: 0; bottom: 5%; } .join .bar .bb span{ font-size: 1.4rem; letter-spacing: 1px; color: #333; padding: 15px 40px; margin-right: 30px; border: 1px solid #cccccc; border-radius: 6px; cursor: default; } .join .bar .bb span.active{ background: #0074c1; border-color: #0074c1; color: #fff; } .join .bar2{ margin-top: 15%; padding-bottom: 5%; opacity: 0; } .join .bar2 ul li{ -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .join .bar2 ul li .top{ padding: 0px 2%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ccc; box-sizing: border-box; } .join .bar2 ul li:first-child .top{ background: #0b79c1; border: none; } .join .bar2 ul li .top h6{ width: 33%; padding: 20px 0; color: #333; font-size: 1.4rem; display: flex; align-items: center; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; cursor: default; } .join .bar2 ul li .top2:hover h6,.join .bar2 ul li .top2:hover h4{ color: #0b79c1; border-color:#0b79c1; } .join .bar2 ul li .top h4{ width: 145px; color: #333; font-size: 1.4rem; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; cursor: pointer; } .join .bar2 ul li.active h4{ color: #0b79c1; border-color:#0b79c1; } .join .bar2 ul li.active{ background: #f7f8fa; } .join .bar2 ul li:first-child h4{ color: #fff; font-size: 1.6rem; } .join .bar2 ul li:first-child .top h6{ color: #fff; font-size: 1.6rem; } .join .bar2 ul li .top h6 strong{ color: #fff; font-size: 1.6rem; font-weight: normal; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .join .bar2 ul li:first-child .top h6 i{ font-style: normal; font-size: 1.1rem; margin-left: 8px; } .join .bar2 ul li .box{ padding:3% 5%; box-sizing: border-box; display: none; border-bottom: 1px solid #ccc; } .join .bar2 ul li h5{ font-size: 2rem; margin: 30px 0 15px; color: #333; font-family: "title"; } .join .bar2 ul li p{ font-size: 1.3rem; margin: 8px 0; color: #666666; } .join .bar2 ul li h5:first-child{ margin-top: 0; } .join .bar2 ul li.active{ background: #f7f8fa; } .join .bar2 ul li .top2 { padding: 0px 2%; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ccc; box-sizing: border-box; } .join .bar2 ul li .top2 h6 { width: 33%; padding: 20px 0; color: #333; font-size: 1.4rem; display: flex; align-items: center; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; cursor: default; } .join .bar2 ul li .top2 h4 { width: 145px; color: #333; font-size: 1.4rem; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; cursor: pointer; text-align: center; } .join .bar3{ background: #f7f8fa; padding: 3% 0; position: relative; } .join .bar3 a{ font-size: 2rem; color: #0b79c1; text-align: center; display: block; letter-spacing: 1px; } .xq_box .box .right p.jlfj{ padding-bottom: 30px; position: relative; } .xq_box .box .right p.jlfj b{ position: absolute; left: 0; bottom: 8px; font-weight: normal; font-size: 1.2rem; letter-spacing: 0px; color: #666; } .xq_box{ position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.6); display: none; z-index: 9; } .xq_box .box{ position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 980px; max-width: 80%; overflow: hidden; border-radius: 10px; } .xq_box .box .left{ width: 50%; position: absolute; left: 0; top: 0; height: 100%; } .xq_box .box .right{ width: 50%; float: right; background: #fff; padding: 8% 10%; box-sizing: border-box; } .xq_box .box .right h3{ text-align: center; font-size: 2rem; color: #333; letter-spacing: 1px; font-family: 'title'; margin-bottom: 5%; } .xq_box .box .right p{ font-size: 1.5rem; color: #333; letter-spacing: 1px; padding:20px 0; display: flex; border-bottom: 1px solid #ccc; align-items: center; } .xq_box .box .right p input{ font-size: 1.4rem; color: #333; background: none; } .xq_box .box .right span{ margin-right: 5px; } .xq_box .box .right label{ font-size: 1.4rem; padding: 7px 20px; border-radius: 3px; position: relative; cursor: pointer; background: #eee; -webkit-transition:all 0.3s linear; transition:all 0.3s linear; } .xq_box .box .right label:hover{ background: #e8e8e8; } .xq_box .box .right .jlfj input{ display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; cursor: pointer; display: none; } .xq_box .box .right .jlfj span:nth-of-type(2){ font-size: 1.2rem; color: #666; margin-left: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 29%; letter-spacing: 0; } .xq_box .box .right p i{ font-size: 1.5rem; font-style: normal; color: #333; letter-spacing: 1px; font-family: "title"; } .xq_box .box .right .submit{ margin: 15% auto 0; } .xq_box .box .right .submit input{ background: #0b79c1; color: #fff; padding:8px 20px; width: 100px; font-size: 1.3rem; letter-spacing: 2px; cursor: pointer; } .xq_box .box .close{ position: absolute; right: 5%; top: 5%; cursor: pointer; width: 18px; } .xq_box .box .close img{ width: 100%; } .join2 .ss{ position: relative; } .join2 .selbox{ position: absolute; left: 0; top: 60px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.1); padding: 10px 15px; -webkit-transform: translateX(-20px); transform: translateX(-20px); border-radius: 5px; display: none; z-index: 99; } .join2 .bar2 ul li .selbox p{ font-size: 1.4rem; color: #666; margin: 8px 0; } .join2 .selbox span{ display: block; font-size: 1.3rem; color: #333; margin: 10px 0; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .join2 .selbox span:hover{ color:#0b79c1; } .news{ padding-bottom: 5%; } .news .bar .top{ position: relative; overflow: hidden; } .news .bar .left{ width: 50%; height: 100%; position: absolute; left: 0; top: 0; overflow: hidden; } .news .bar .left b{ display: block; width: 100%; height: 100%; -webkit-transition: all 0.4s linear; transition: all 0.4s linear; } .news .bar .top:hover .left b{ -webkit-transform: scale(1.06); transform: scale(1.06); } .news .bar .right{ float: right; width: 50%; padding: 6%; box-sizing: border-box; background: #f5f6f7; } .news .bar h5{ color: #0b79c1; padding-left: 40px; position: relative; font-size: 1.3rem; } .news .bar h5::before{ content: ""; position: absolute; left: 0; top: 46%; width: 30px; height: 1px; background: #0b79c1; } .news .bar h3{ font-size: 2.2rem; color: #1a1a1a; margin: 3% 0 5%; font-family: "title"; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; height: 6rem; overflow: hidden; word-break: break-all; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .news .bar .top:hover h3{ color: #0b79c1; } .news .bar p{ font-size: 1.4rem; color: #666; line-height: 2; } .more4{ margin-top: 8%; font-size: 1.3rem; color: #333; border-bottom: 1px solid #999; padding: 5px 10px; display: inline-block; position: relative; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .more4::before { content: ""; position: absolute; left: 0; bottom: -1px; width: 0%; height: 2px; background: #0b79c1; opacity: 0; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .more4:hover{ color: #0b79c1; border: none; } .more4:hover::before{ opacity: 1; width: 100%; } .news .bar ul li{ float: left; width: 31.3%; margin-right: 3%; margin-top: 3%; } .news .bar ul li:nth-of-type(3n){ margin-right: 0; } .news .bar ul li b{ display: block; width: 100%; overflow: hidden; } .news .bar ul li b img{ display: block; width: 100%; -webkit-transition: all 0.4s linear; transition: all 0.4s linear; } .news .bar ul li:hover b img{ -webkit-transform: scale(1.06); transform: scale(1.06); } .news .bar ul li .right{ width: 100%; float: none; overflow: hidden; } .news .bar ul li .right h3{ font-size: 1.8rem; height: 5.6rem; overflow: hidden; word-break: break-word; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 0; line-height: 1.6; } .news .bar ul li .more4{ float: right; } .news .bar ul li:hover h3{ color: #0b79c1; } .news .tt{ float: right; margin-top:0.6%; margin-right: 3%; background: #f5f6f7; padding: 12px 20px; height: 20px; overflow: hidden; } .news .tt h4{ font-size: 1.3rem; color: #333; margin: 0 15px; line-height: 1.6; } .news .tt h4:first-child{ color: #0b79c1; } .news2 .swiper-wrapper{ height: 20px; } .news2 .tt .swiper-slide{ display: flex; } .news2 .bar ul li{ float: none; width: 100%; position: relative; margin: 5% 0; } .news2 .bar ul li:first-child{ margin-top: 0; } .news2 .bar ul li:nth-of-type(3n){ margin-right: 0; } .news2 .bar ul li b{ width: 55%; float: left; } .news2 .bar ul li .right{ position: absolute; right: 0; top: 10%; width: 45%; } .news2 .bar ul li:nth-of-type(2n+2) b{ float: right; } .news2 .bar ul li:nth-of-type(2n+2) .right{ right: inherit; left: 0; } .news2 .bar ul li .right h3{ font-size: 2rem; margin-bottom: 3%; height: inherit; -webkit-line-clamp: inherit; } .news2 .bar ul li .more4{ float: none; border: none; padding: 0; font-size: 1.4rem; } .news3 .bar ul li{ width:56.7% !important; margin-right: 0 !important; position: relative; margin-top: 0; margin-bottom: 3%; cursor: pointer; } .news3 .bar ul li:nth-of-type(3n){ margin-right: 0 !important; } .news3 .bar ul li:nth-of-type(2n){ float: right; } .news3 .bar ul li:nth-of-type(2),.news3 .bar ul li:nth-of-type(3){ width: 40.6% !important; } .news3 .bar ul li .v_btn img{ position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width:56px; } .news3 .bar ul li h3{ position: absolute; left: 0%; bottom: 4%; color: #fff !important; width: 100%; text-align: center; margin: 0; letter-spacing: 1px; padding: 0 3%; box-sizing: border-box; } .news3 .more2{ margin-top: 2%; } .video_bigbox{ width:100%; height:100%; background-color:#fff; background:rgba(255,255,255,0.92); position:fixed; bottom:0; left:0; z-index:99999; display:none; } .video_box{ width: 72%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .video_close{ width:22px; position:fixed; right:-50px; top:-50px; z-index:7000; cursor:pointer; } .video_close img{ width: 100%; } .relate{ padding: 120px 0 5%; } .title3{ text-align: center; margin-top: 2%; } .title3 h3{ font-size: 3.6rem; color: #333; font-family: "title"; position: relative; padding-top: 70px; } .title3 h3::before{ content: ""; position: absolute; left: 50%; top: 0; width: 1px; height: 50px; background: #333; } .title3 h4{ font-size: 2.8rem; color: #333; margin: 5px 0 25px; letter-spacing: 2px; opacity: 0.9; } .title3 p{ font-size: 1.4rem; color: #666; line-height: 2; } .relate ul{ width: 80%; margin:3% auto 0; } .relate ul li{ width: 31.3%; margin-right: 3%; float: left; border-radius: 10px; position: relative; overflow: hidden; } .relate ul li:nth-of-type(3n){ margin-right: 0; } .relate ul li b{ display: block; width: 100%; position: relative; overflow: hidden; } .relate ul li b::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 3; } .relate ul li b img{ display: block; width: 100%; -webkit-transition: all 0.4s linear; transition: all 0.4s linear; } .relate ul li:hover b img{ -webkit-transform:scale(1.06); transform:scale(1.06); } .relate ul li .right{ position: absolute; width: 90%; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: 5; } .relate ul li .right img{ width: 60px; margin: auto; } .relate ul li .right h3{ text-align: center; font-size: 2rem; color: #fff; margin-top: 10%; letter-spacing: 2px; } .about{ padding-bottom:5%; } .about .bar{ margin-bottom: 3%; } .about p{ margin: 1% 0; font-size: 1.54rem; line-height: 2; color: #333; } .about p:first-child{ margin-top: 0; } .about p.imgs{ display: flex; flex-wrap: wrap; margin: 2% 0; } .about p.imgs_ph{ display: none; } .about p img{ width: 100%; } .about .pp{ position: relative; padding-left: 40px; font-size: 1.7rem; letter-spacing: 2px; margin-top: 2%; } .about .pp::before{ content: ""; position: absolute; left: 0; top: 15px; width: 30px; height: 1px; background: #666; } .about .pp i{ display: block; font-style: normal; font-size: 1.1rem; color: #999; text-transform: uppercase; margin-top: -5px; letter-spacing: 0; } .about .pp em { display: block; font-style: normal; font-size: 1.1rem; color: #999; text-transform: uppercase; margin-top: -5px; letter-spacing: 0; } .about .pp a{ display: inline-block !important; margin: 0 5%; padding: 10px 30px; } .about .bar2 .pp::before{ top: 22px; } .about .bar2 p.imgs{ margin-bottom: 3%; } .about dl{ display: none !important; width: 92%; } .about dl dd{ width: 20%; box-sizing: border-box; position: relative; float: left; text-align: center; } .about dl dd strong{ font-size: 5rem; color:#0b79c1; font-family:"num"; margin-right: 5px; line-height: 1.4; } .about dl dd span{ font-size: 5rem; color:#0b79c1; font-family:"num"; } .about dl dd i{ display: block; font-size: 1.5rem; font-style: normal; color:#666; margin-top: 0px; line-height: 1.8; } .about2{ padding-bottom: 5%; } .about2 ul{ position: relative; } .about2 ul::before{ content: ""; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: #ccc; } .about2 ul li{ position: relative; cursor: default; margin-top: 3%; } .about2 ul li b{ display: block; float: left; width: 43%; box-shadow: 5px 5px 5px rgba(0,0,0,0.12); -webkit-transition: all 0.5s linear; transition: all 0.5s linear; } .about2 ul li:nth-of-type(2n) b{ float: right; } .about2 ul li b img{ display: block; width: 100%; } .about2 ul li:hover b{ -webkit-transform: translateX(3%); transform: translateX(3%); } .about2 ul li:nth-of-type(2n):hover b{ -webkit-transform: translateX(-3%); transform: translateX(-3%); } .about2 ul li .txt{ float: right; margin-top: 9%; position: relative; width: 43%; } .about2 ul li .txt span{ width: 10px; height: 10px; background:#666; border-radius: 50%; position: absolute; left: -17.1%; margin-left: 5px; margin-top: -5px; top: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .about2 ul li:nth-of-type(2n) .txt span{ left: inherit; right: -17%; margin-left: 0; margin-right: -5px; } .about2 ul li .txt span::after{ content: ""; width: 100%; height: 100%; padding: 5px; background:#666; border-radius: 50%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); opacity: 0.2; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .about2 ul li .txt h3{ font-size: 4rem; color: #666; font-weight: bold; font-family: "num"; margin-bottom: 2%; position: relative; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .about2 ul li:hover .txt h3{ letter-spacing: 2px; } .about2 ul li .txt h3::before{ content: ""; display: block; width: 13%; height: 1px; background: #666; position: absolute; left: -16.2%; top:50%; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .about2 ul li .txt p{ font-size: 1.6rem; color: #808080; margin: 6px 0; line-height: 1.6; } .about2 ul li:nth-of-type(2n) .txt{ float: left; } .about2 ul li:nth-of-type(2n) .txt h3{ text-align: right; } .about2 ul li:nth-of-type(2n) .txt p{ text-align: right; } .about2 ul li:nth-of-type(2n) .txt h3::before{ left: inherit; right: -16.2%; } .about2 ul li:hover h3{ color: #0b79c1; } .about2 ul li:hover h3::before,.about2 ul li:hover .txt::before,.about2 ul li:hover .txt::after{ background: #0b79c1; } .about3 .bar{ position: relative; margin-bottom: 5%; overflow: hidden; } .about3 .bar::before{ content: ""; position: absolute; left: 0; height: 70%; bottom: 0; width: 100%; background: #edeef0; } .about3 .left{ background: #f2f3f5; width: 40%; padding: 5% 7% 5% 10%; float: left; box-sizing: border-box; position: relative; z-index: 2; } .title5 h3{ font-size: 3.6rem; color: #333; position: relative; } .about3 .left h3{ margin-bottom: 5%; font-size: 2.4rem; letter-spacing: 1px; color: #333; } .about3 .left p{ width: 100%; font-size: 1.5rem; margin-bottom: 10%; line-height: 2; color: #666; } .about3 .swiper-pagination{ width: 100%; z-index: 99; position: static; overflow: hidden; } .about3 .swiper-pagination-bullet{ width: 100%; height: auto; background: none; text-align: left; font-size: 1.6rem; opacity: 1 !important; padding-bottom: 6px; cursor: default; margin-top: 5%; display: block; position: relative; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .about3 .swiper-pagination-bullet::after{ content: ""; position: absolute; left: 0; bottom: 0; width: 0%; height: 1px; background: #0b79c1; opacity: 0; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } .about3 .swiper-pagination-bullet-active::after{ opacity: 1 !important; width: 50%; } .about3 .swiper-pagination-bullet-active::before{ color: #0b79c1 !important; } .about3 .swiper-pagination-bullet::before{ color: #333; letter-spacing: 0.5px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .about3 .swiper-pagination-bullet:hover:before{ color: #0b79c1; } .about3 .swiper-pagination span:nth-of-type(1)::before{ content: "公司宗旨"; } .about3 .swiper-pagination span:nth-of-type(2)::before{ content: "核心价值观"; } .about3 .swiper-pagination span:nth-of-type(3)::before{ content: "经营理念"; } .about3 .swiper-pagination span:nth-of-type(4)::before{ content: "公司愿景"; } .about3 .right{ width: 50%; height: 100%; position: absolute; right: 10%; top: 0; } .about3 .swiper-container{ height: 100%; } .about3 .txt{ position: absolute; left: 0; bottom: 0; background: rgba(255,255,255,0.9); width: 70%; padding: 5%; display: flex; align-items: center; min-height: 135px; justify-content: space-between; } .about3 .txt h6{ font-size: 2.8rem; text-transform: uppercase; font-family: "num"; color: #0b79c1; border-right: 2px solid #0b79c1; padding: 7% 7% 7% 0; margin-right: 7%; box-sizing: border-box; } .about3 .txt .pp{ width: 64%; } .about3 .txt p{ font-size: 1.4rem; color: #333; margin: 10px 0; } .about4{ padding-bottom: 5%; } .about4 ul{ display: flex; flex-wrap: wrap; } .about4 ul li{ width: 22.7%; margin-bottom: 3%; margin-right: 3%; } .about4 ul li:nth-of-type(4n){ margin-right: 0%; } .about4 ul li b{ display: block; width: 100%; box-shadow: 0 2px 10px rgba(0,0,0,0.1); -webkit-transition: all 0.5s linear; transition: all 0.5s linear; } .about4 ul li b img{ display: block; width: 100%; } .about4 ul li:hover b{ -webkit-transform: scale(1.06); transform: scale(1.06); } .about4 ul li h3{ text-align: center; margin-top: 6%; font-size: 1.6rem; line-height: 1.6; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .about4 ul li:hover h3{ color: #0b79c1; } .about4 .more2{ margin-top: 0%; } .about5{ padding-bottom: 5%; } .about5 .bar{ margin-bottom: 2%; } .about5 .bar p{ font-size: 1.6rem; color: #333; line-height: 2; } .about5 ul li{ position: relative; padding: 6% 0; border-top: 1px solid #cdcdcd; cursor: pointer; overflow: hidden; } .about5 ul li b{ position: absolute; left: 0; top: 50%; height: 74%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 30%; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; } .about5 ul li:hover b{ -webkit-transform: scale(1.06) translateY(-50%); transform: scale(1.06) translateY(-50%); } .about5 ul li .txt{ float: right; width: 70%; padding: 0 5%; box-sizing: border-box; } .about5 ul li .txt h3{ font-size: 2.2rem; color: #333; font-family: "title"; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .about5 ul li:hover .txt h3{ color: #0b79c1; } .about5 ul li .txt p{ font-size: 1.5rem; color: #666; line-height: 2; margin: 2% 0 4%; } .about5 ul li .bottom{ display: flex; justify-content: space-between; align-items: center; } .more5{ border: 1px solid #cdcdcd; padding: 10px 60px; color: #666; font-size: 1.3rem; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .about5 ul li:hover .more5{ background: #0b79c1; border-color: #0b79c1; color: #fff; } .about5 ul li h6{ color: #666; font-size: 1.3rem; letter-spacing: 1px; font-weight: bold; } .about5 .more2{ margin-top: 0%; } .about5_d { padding-bottom: 5%; } .about5_d .navs{ padding-top: 120px; } .about5_d .top{ overflow: hidden; margin-bottom: 3%; } .about5_d .top h3{ float: left; width: 80%; font-size: 2.4rem; color: #333; border-left: 3px solid #0b79c1; padding-left: 15px; font-family: 'title'; } .about5_d .top h4{ float: right; font-size: 1.3rem; color: #999; margin-top: 1%; opacity: 0.8; letter-spacing: 1px; } .about5_d .bar p{ font-size: 1.5rem; line-height: 2; color: #666; margin: 20px 0; display: block; } .about5_d .bar p img{ display: initial; max-width: 100%; height: auto !important; } .about5_d .bar h6{ color: #666; font-size: 1.5rem; text-align: center; display: block; line-height: 1.6; margin-bottom: 3%; } .about5_d .more5{ width: 60px; text-align: center; margin:4% auto 0; border-color: #0b79c1; color: #0b79c1; } .service{ padding-bottom: 5%; } .service .bar{ display: flex; justify-content: space-between; } .service .bar .left{ width: 70%; position: relative; z-index: 2; } .service .bar .left .img img{ width: 100%; } .service .bar .imgs{ display: none; } .service .bar ul li{ position: absolute; width: 2.6%; cursor: pointer; } .service .bar ul li img{ width: 100%; } .service .bar ul li span{ width: 12px; height: 12px; background: #88c666; border-radius: 50%; display: block; box-shadow: 2px 2px 5px rgba(0,0,0,0.2); } .service .bar ul li.l1{ left: 72%; top: 65%; } .service .bar ul li.l2{ left: 74%; top: 58.7%; } .service .bar ul li.l3{ left: 71%; top: 55%; } .service .bar ul li.l4{ left: 67%; top: 45.5%; } .service .bar ul li.l5{ left: 62.5%; top: 41%; } .service .bar ul li.l6{ left: 64%; top: 35%; } .service .bar ul li.l7{ left: 65.5%; top:37.5%; } .service .bar ul li.l8{ left: 74%; top:29.5%; } .service .bar ul li.l9{ left: 78%; top:24%; } .service .bar ul li.l10{ left: 79%; top:14%; } .service .bar ul li.l11{ left: 52%; top:35%; } .service .bar ul li.l12{ left: 58%; top:43%; } .service .bar ul li.l13{ left: 60%; top:54%; } .service .bar ul li.l14{ left: 66.5%; top:58%; } .service .bar ul li.l15{ left: 64%; top:70%; } .service .bar ul li.l16{ left: 69%; top:74%; } .service .bar ul li.l17{ left: 59%; top:61%; } .service .bar ul li.l18{ left: 52%; top:52%; } .service .bar ul li.l19{ left: 48%; top:43%; } .service .bar ul li.l20{ left: 33%; top:33%; } .service .bar ul li.l21{ left: 18%; top:28%; } .service .bar ul li.l22{ left: 33%; top:46%; } .service .bar ul li.l23{ left: 42%; top:63%; } .service .bar ul li.l24{ left: 50%; top:64.5%; } .service .bar ul li.l25{ left: 57%; top:71%; } .service .bar ul li.l26{ left: 61%; top:81%; } .service .bar ul li.l27{ left: 17%; top:54%; } .service .bar ul li.l28{ left: 39%; top:79%; } .service .bar ul li.l29{ left: 49%; top:73%; } .service .bar ul li.l30{ left: 52%; top:81%; } .service .bar ul li.l31{ left: 54%; top:93%; } .service .bar ul li::before{ content: ""; position: absolute; width: 100%; height: 100%; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); padding: 110%; } .service .bar ul li.l23::before{ padding: 80%; } .service .bar ul li.l11::before,.service .bar ul li.l10::before,.service .bar ul li.l25::before,.service .bar ul li.l26::before,.service .bar ul li.l29::before,.service .bar ul li.l30::before,.service .bar ul li.l15::before,.service .bar ul li.l28::before,.service .bar ul li.l23::before{ padding: 50%; } .service .bar ul li.l16::before,.service .bar ul li.l14::before,.service .bar ul li.l15::before{ padding: 40%; } .service .bar ul li.l1::before,.service .bar ul li.l4::before,.service .bar ul li.l9::before,.service .bar ul li.l12::before,.service .bar ul li.l13::before,.service .bar ul li.l20::before,.service .bar ul li.l19::before,.service .bar ul li.l17::before{ padding: 30%; } .service .bar ul li.l8::before,.service .bar ul li.l18::before,.service .bar ul li.l3::before{ padding: 20%; } .service .bar ul li.l31::before,.service .bar ul li.l2::before,.service .bar ul li.l7::before,.service .bar ul li.l6::before,.service .bar ul li.l5::before,.service .bar ul li.l24::before,.service .bar ul li.l19::before{ padding: 0%; } .service .bar .right{ position: relative; min-width: 24%; } .service .bar .bb{ position: relative; width: 80%; margin: 5% auto; } .service .bar .top{ width: 100%; display: flex; justify-content: space-between; align-items: center; border: 1px solid #bebebe; border-radius: 8px; padding: 10px 15px; box-sizing: border-box; cursor: pointer; } .service .bar h6{ font-size: 1.6rem; } .service .bar .box{ height: 300px; overflow-y: scroll; } .service .bar .box h6{ padding: 6px 0; } .service .bar .top i{ font-size: 1.6rem; color: #333; font-weight: bold; text-transform: uppercase; } .service .bar .box{ background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.1); padding: 5%; box-sizing: border-box; border-radius: 8px; display: none; position: absolute; top: 50px; left: 0; width: 100%; z-index: 6; } .service .bar .box span{ display: block; font-size: 1.4rem; color: #666; cursor: pointer; padding: 6px 0; } .service .bar{ position: relative; } .service .bar .box span.active{ color: #216cb5; } .service .bar .bg{ width: 100%; position:absolute; left: 0; top: 0; } .service .bar .bg img{ width: 100%; } .service .bar dl{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); text-align: right; } .service .right dl dd{ width: 100%; margin-top: 10%; } .service .bar dt{ font-size: 3rem; font-family:"num"; color: #0b79c1; margin-bottom: 20%; text-transform: uppercase; } .service .bar dl h3{ font-size: 1.5rem; color: #0b79c1; padding-bottom: 3%; position: relative; margin-bottom: 5%; font-weight: 500; } .service .bar dl h3:before{ content: ""; position: absolute; right: 0; bottom: 0; width: 30px; height: 1px; background: #0b79c1; } .service .bar dl p{ font-size: 1.8rem; color: #4c4c4c; text-align: right; font-family:"num"; } .service .bar dl p a{ color: #4c4c4c; } .service .bar dl p span a{ font-size: 1.6rem; color: #333; display: block; margin-top: 5px; } .service2{ padding-bottom: 5%; } .service2 .bar{ position: relative; } .service2 .left{ float: left; width: 50%; overflow: hidden; display: flex; flex-wrap: wrap; } .service2 .left .bb{ background: #f2f3f5; width: 50%; border-left: 1px solid #cbcbcb; border-top: 1px solid #cbcbcb; box-sizing: border-box; padding:12% 8%; text-align: center; -webkit-transition: alll 0.3s linear; transition: alll 0.3s linear; cursor: default; } .service2 .left .bb:nth-of-type(1){ border-color: #f2f3f5; } .service2 .left .bb:nth-of-type(2){ border-top: 1px solid #f2f3f5; } .service2 .left .bb:nth-of-type(3){ border-left: 1px solid #f2f3f5; } .service2 .left .bb img{ border-radius: 50%; padding: 25px; margin: auto; width: 40px; background: #0b79c1; -webkit-transition: alll 0.3s linear; transition: alll 0.3s linear; } .service2 .left .bb img:nth-of-type(2){ display: none; } .service2 .left .bb h3{ margin-top: 8%; font-size: 1.9rem; color: #0b79c1; -webkit-transition: alll 0.3s linear; transition: alll 0.3s linear; } .service2 .left .bb.active{ background:#0b79c1; border-color: #0b79c1; } .service2 .left .bb.active img{ display: none; } .service2 .left .bb.active img:nth-of-type(2){ display: block; background: #fff; } .service2 .left .bb.active h3{ color:#fff; } .service2 .right{ position: absolute; right: 0; top: 0; height: 100%; width: 50%; } .service2 .right b{ display: block; width: 100%; height: 100%; display: none; position: absolute; left: 0; top: 0; } .service2 .right b:first-child{ display: block; } .service2 .right h6 strong{ font-size: 2.8rem; color: #fff; display: block; margin-bottom: 3%; line-height: 1.4; letter-spacing: 2px; } .service2 .right h6{ font-size: 1.54rem; color: rgba(255,255,255,0.9); line-height: 2; background: rgba(0,0,0,0.5); position: absolute; left: 0%; top: inherit !important; bottom: 0; padding: 5% 6%; box-sizing: border-box; z-index: 3; width: 100%; opacity: 0; } .service2 .right .txt h6:first-child{ opacity: 1; } .service2 .right p{ font-size: 1.54rem; margin: 8px 0; } .service3{ padding: 0 0 5%; } .download{ padding: 0 0 5%; } .download .navs .bottom{ margin-top: 0; } .download .bbs{ margin-bottom: 3%; text-align: left; } .download .bbs a{ margin-right: 30px; padding: 10px 48px; font-size: 1.6rem; color: #333; border: 1px solid #cccccc; letter-spacing: 2px; cursor: pointer; } .download .bbs a.active { background: #0b79c1; color: #fff; border-color: #0b79c1; } .download ul{ display: flex; flex-wrap: wrap; justify-content: space-between; } .download ul a{ width: 46%; display: block; cursor: pointer; } .download ul li{ display: flex; margin: 3% 0; justify-content: space-between; align-items: center; } .download ul li h6{ font-size: 1.6rem; max-width: 62%; text-align: left; color: #666666; -webkit-transition:all 0.3s linear; transition:all 0.3s linear; } .download ul li:hover h6{ color: #0b79c1; margin-left: 5px; } .download ul li span{ margin: 0 2%; width: 60%; border-top: 1px dashed #666666; } .download ul li:hover span{ border-color: #0b79c1; } .download ul li b{ display: flex; align-items: center; font-weight: normal; font-size: 1.4rem; color: #0b79c1; width: 60px; } .download ul li img{ width: 20px; margin-right: 5px; } .contact{ padding-bottom:5%; } .contact .title3 h3::before{ display: none; } .contact ul li{ margin-top: 3%; background: #fff; padding:3% 3% 3% 5%; box-sizing: border-box; display: flex; justify-content: space-between; box-shadow: 8px 8px 10px rgba(0,0,0,0.03); align-items: center; border-left: 5px solid #0b79c1; } .contact ul li h3{ display: flex; font-size: 2rem; font-family: "title"; color: #333; align-items: center; margin-bottom: 6%; letter-spacing: 1px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .contact ul li:hover h3{ color: #0b79c1; letter-spacing: 2px; } .contact ul li h3 img{ width: 30px; height: 30px; margin-right: 10px; } .contact ul li p{ display: flex; font-size: 1.5rem; color: #333; margin: 3% 0; align-items: center; } .contact ul li p img{ width: 22px; margin-right: 10px; } .contact ul li p a{ font-size: 1.5rem; display: inline-block; color: #333; padding-right: 10px; margin-right: 5px; position: relative; } .contact ul li p a:before{ content: "/"; position: absolute; right: 0; top: 0; } .contact ul li p a:last-of-type:before{ display: none; } .contact ul li p span{ color: #0b79c1; } .contact ul li b{ display: block; width: 30%; overflow: hidden; } .contact ul li b img{ width: 100%; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; } .contact ul li:hover b img{ -webkit-transform: scale(1.06); transform: scale(1.06); } .contact .online{ margin-top: 8%; } .contact .box{ display: flex; justify-content: space-between; flex-wrap: wrap; } .contact .online p{ width: 44%; border-bottom: 1px solid #ccc; display: flex; align-items: center; padding:20px 0; position: relative; } .contact .online p:nth-of-type(1){ justify-content: space-between; } .contact .online p:nth-of-type(1) span{ max-width: inherit; } .contact .online p:last-of-type{ width: 100%; float: none; position: relative; } .contact .online p.pt{ display: block; width: 100%; float: none; position: relative; } .contact .online p img{ position: absolute; right: 0; bottom: 10px; height: 40px; } .contact .online p span{ font-size: 1.5rem; color: #333; max-width: 140px; margin-right: 6px; } .contact .online p i{ font-size: 1.3rem; } .contact .online p input{ font-size: 1.4rem; color: #333; display: block; width: 70%; line-height: 2; background: none; } .contact .online p textarea{ font-size: 1.4rem; color: #333; min-height: 50px; width: 100%; background: none; } .contact .online p.pps{ cursor: pointer; } .contact .online p b{ display: block; width: 100%; position: absolute; left: 0; top:62px; background: #fff; z-index: 6; max-height:260px; overflow-y: auto; padding: 20px; box-sizing: border-box; box-shadow: 1.04167vw 1.5625vw 2.60417vw rgb(0 0 0 / 16%); display: none; } .contact .online p b strong{ display: block; font-weight: normal; padding: 10px 0; font-size: 1.4rem; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .contact .online p b strong:hover{ color: #0b79c1; } .contact .online p.active i{ -webkit-transform: rotate(90deg); transform: rotate(90deg); } .contact .bottom{ display: flex; justify-content: center; margin: 4% auto 0; } .contact .bottom .bb{ width: 120px; padding: 10px; border: 1px solid #ccc; margin: 0 20px; text-align: center; position: relative; border:1px solid #0b79c1; color: #0b79c1; font-size: 1.3rem; cursor: pointer; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; } .contact .bottom .bb input{ width: 100%; position: absolute; left: 0; top: 0; height: 100%; text-align: center; background: #0b79c1; color: #fff; font-size: 1.3rem; border-radius: 0; cursor: pointer; } .contact .bottom .bb:hover{ -webkit-transform: translateY(-5px); transform: translateY(-5px); } .prosearch .pbars .contain{ margin-top: 0; } .prosearch{ min-height: 50vh; } .prosearch ul li b{ overflow: hidden; display: block; width: 100%; } .prosearch p{ text-align: center; font-size: 1.4rem; margin-top: 10px; color: #666; } .prosearch p strong{ font-size: 1.4rem; color: #2369b1; } .prosearch .right{ float: none; width: 100%; margin-top: 1%; } .pages{ text-align: center; margin-top: 3%; } .pages a{ width: 30px; line-height: 30px; border: 1px solid #ccc; display: inline-block; margin: 0 5px; font-size: 1.3rem; color: #666; } .pages a.active{ background: #0b79c1; color: #fff; border-color: #0b79c1; } .state .bar{ padding: 2% 0; } .state p{ font-size: 1.4rem; color: #666; line-height: 2; margin: 2% 0; } .state p strong{ display: block; font-size: 1.8rem; color: #333; position: relative; padding-left: 16px; margin-bottom: 1%; font-weight: normal; } .state p strong::before{ content: ""; position: absolute; left: 0; top: 15px; width: 5px; height: 5px; background: #0b79c1; border-radius: 50%; } .allright{ position: fixed; right: 1%; bottom: 5.5%; display: none !important; opacity: 0 !important; width: 26px; height: 26px; padding: 10px; border-radius: 50%; background: #fff; box-shadow:0 2px 10px rgba(0,0,0,0.1); z-index: 99; } .allright img{ width: 100%; } .all_bottoms{ position: fixed; width: 100%; left: 0; bottom: 0; background: #fff; z-index: 99999; padding: 28px 5%; box-sizing: border-box; } .all_bottoms p{ font-size: 1.3rem; color: #333; line-height: 1.8; } .all_bottoms p:nth-of-type(1){ width: 85%; } .all_bottoms p:nth-of-type(2){ position: absolute; right: 5%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .all_bottoms p span{ border: 1px solid #ccc; padding:7px 35px; margin: 0 8px; cursor: pointer; font-size: 1.2rem; } .all_bottoms p span:nth-of-type(2){ background: #0b79c1; color: #fff; border-color:#0b79c1; } .all_bottoms a{ color: #0b79c1; text-decoration: underline; } .all_bottoms .close{ position: absolute; right:10px; top: 10px; width:14px; cursor: pointer; } .all_bottoms .close img{ width: 100%; } html[lang="en"] header .logo{ height: 66px; } html[lang="en"] header nav{ width: 76%; } html[lang="en"] header .sp_menu .bars{ display: block; } html[lang="en"] header .sp_menu .bars .bb{ padding: 0 0.5%; box-sizing: border-box; width: 16.66%; float: left; } html[lang="en"] header nav li span{ letter-spacing: 0; font-size: 1.7rem; } html[lang="en"] header .s_menu .bars .bb h3{ font-size: 1.5rem; width: 100%; } html[lang="en"] header .sp_menu dl dd{ flex: 1; } html[lang="en"] header .sp_menu dl dd strong{ font-size: 1.5rem; } html[lang="en"] header .sp_menu dl dd a{ font-size: 1.3rem; width: inherit; } html[lang="en"] header .search .submit{ letter-spacing: 0; } html[lang="en"] header .ss_menu .bars a{ margin: 0 6%; } html[lang="en"] header li:first-of-type .ss_menu .bars a{ margin: 0 4.5%; } html[lang="en"] .index_pro ul li .txt h3{ font-size: 2rem; } html[lang="en"] .index_pro ul li p strong{ font-size: 2rem; } html[lang="en"] .index_pro ul li p a{ letter-spacing: 0.2px; } html[lang="en"] .index_title h3{ letter-spacing: 0px; } html[lang="en"] .index_title p{ letter-spacing: 0px; } html[lang="en"] .index_news .right h4{ letter-spacing: 0px; } html[lang="en"] .index_news h4{ letter-spacing: 0px; font-size: 1.8rem; } html[lang="en"] .index_news h3{ letter-spacing: 0px; } html[lang="en"] .index_news h5{ letter-spacing: 0px; } html[lang="en"] footer .left .logo img{ height: 100px; } html[lang="en"] footer .right .bdl dl{ width: 25%; } html[lang="en"] footer .right .bdl dl:last-of-type{ width: 12%; } html[lang="en"] footer .right .bdl dt{ letter-spacing: 0px; font-size: 1.8rem; } html[lang="en"] footer .right .bdl dd{ font-size: 1.3rem; margin: 10px 0; width: 80%; } html[lang="en"] .navs .top h6{ letter-spacing: 0px; } html[lang="en"] .title2{ letter-spacing: 0px; } html[lang="en"] .about .pp{ letter-spacing: 0px; } html[lang="en"] .about p { margin: 1% 0 0; font-size: 1.5rem; line-height: 1.6; } html[lang="en"] .about .pp{ font-size: 1.7rem; } html[lang="en"] .about .pp::before{ top: 13px; } html[lang="en"] .about .bar2 .pp::before{ top: 24px; } html[lang="en"] .more2{ width: 130px; letter-spacing: 0; } html[lang="en"] .about .pp a{ padding: 14px 30px; } html[lang="en"] .about dl dd{ width: 33.3%; } html[lang="en"] .about dl dd i { margin-top: 10px; padding: 0 5%; line-height: 1.4; } html[lang="en"] .about2 ul li .txt p { font-size: 1.5rem; margin: 8px 0; line-height: 1.6; } html[lang="en"] .about3 .left h3{ letter-spacing: 0; } html[lang="en"] .about3 .left p{ line-height: 1.8; } html[lang="en"] .about3 .txt p { font-size: 1.4rem; margin: 6px 0; line-height: 1.6; } html[lang="en"] .about3 .txt h6{ padding: 8% 3% 8% 0; width: 35%; margin-right: 0; } html[lang="en"] .about3 .txt .pp { width: 60%; } html[lang="en"] .about5 .bar p { font-size: 1.5rem; color: #333; line-height: 1.6; } html[lang="en"] .about5 ul li .txt h3{ font-size: 2rem; } html[lang="en"] .about5 ul li .txt p{ line-height: 1.6; } html[lang="en"] .about5_d .top h3{ font-size: 2.2rem; } html[lang="en"] .about5_d .bar p{ line-height: 1.8; } html[lang="en"] .about5_d .more5 { width: 120px; padding:10px 20px; } html[lang="en"] .p_ban ul a{ width: 16.66%; } html[lang="en"] .pdbars .right h4{ letter-spacing: 0; } html[lang="en"] .pdbars .right p{ letter-spacing: 0; } html[lang="en"] .plbars .bar .bb select{ letter-spacing: 0; } html[lang="en"] .plbars .bar4 .top h6{ letter-spacing: 0; } html[lang="en"] .plbars .bar4 ul li .right h5{ font-size: 3.2rem; letter-spacing: 0; } html[lang="en"] .plbars .bar4 ul li .right p{ line-height: 1.6; } html[lang="en"] .plbars .bar5 .txt h3{ font-size: 2.8rem; letter-spacing:0 } html[lang="en"] .plbars .bar5 .txt p{ line-height: 1.6; } html[lang="en"] .plbars .bar .bb2{ letter-spacing: 0; } html[lang="en"] .service2 .right h6 p{ line-height: 1.5; margin: 10px 0; } html[lang="en"] .title3 h4{ letter-spacing: 0; font-size: 2.2rem; } html[lang="en"] .title3 p{ line-height: 1.6; } html[lang="en"] .download .bbs a{ letter-spacing: 0; } html[lang="en"] .news .bar h3 { font-size: 2rem; height: 5.4rem; letter-spacing: 0; } html[lang="en"] news .bar ul li .right h3 { font-size: 1.7rem; } html[lang="en"] .join .bar .left h6{ letter-spacing: 0; } html[lang="en"] .join .bar .left p{ font-size: 1.4rem; line-height: 1.8; } html[lang="en"] .join .bar .bb span{ letter-spacing: 0; } html[lang="en"] .xq_box .box .right{ padding: 6% 5%; } html[lang="en"] .xq_box .box .right h3{ letter-spacing: 0; } html[lang="en"] .xq_box .box .right p{ letter-spacing: 0; } html[lang="en"] .xq_box .box .right .submit input{ letter-spacing: 0; } html[lang="en"] .xq_box .box .right p i{ letter-spacing: 0; } html[lang="en"] .join .bar3 a{ letter-spacing: 0; } html[lang="en"] .relate ul li .right h3{ letter-spacing: 0; } html[lang="en"] .contact ul li h3{ letter-spacing: 0; } html[lang="en"] .service2 .right h6 strong{ letter-spacing: 0; } html[lang="en"] .pbars .left dd{ letter-spacing: 0; } html[lang="en"] .pdbars .bar2 .right p strong::before{ top: 14px; } html[lang="en"] .join .bar .left{ width: 45%; } html[lang="en"] .contact .online p span{ max-width:inherit; } html[lang="en"] .contact .online p input{ width: 60%; } html[lang="en"] footer .right { width: 86%; } html[lang="en"] .index_pro ul li p strong{ margin-bottom: 8%; } /*西班牙语*/ html[lang="es"] header .logo{ height: 66px; } html[lang="es"] header nav{ width: 86%; } html[lang="es"] header .sp_menu .bars{ display: block; } html[lang="es"] header .sp_menu .bars .bb{ padding: 0 0.5%; box-sizing: border-box; width: 16.66%; float: left; } html[lang="es"] header nav li span{ letter-spacing: 0; font-size: 1.7rem; } html[lang="es"] header .s_menu .bars .bb h3{ font-size: 1.5rem; width: 100%; } html[lang="es"] header .sp_menu dl dd{ flex: 1; } html[lang="es"] header .sp_menu dl dd strong{ font-size: 1.5rem; } html[lang="es"] header .sp_menu dl dd a{ font-size: 1.3rem; width: inherit; } html[lang="es"] header .search .submit{ letter-spacing: 0; } html[lang="es"] header .ss_menu .bars a{ margin: 0 6%; } html[lang="es"] header li:first-of-type .ss_menu .bars a{ margin: 0 4.5%; } html[lang="es"] .index_pro ul li .txt h3{ font-size: 2rem; } html[lang="es"] .index_pro ul li p strong{ font-size: 2rem; } html[lang="es"] .index_title h3{ letter-spacing: 0px; } html[lang="es"] .index_title p{ letter-spacing: 0px; } html[lang="es"] .index_news .right h4{ letter-spacing: 0px; } html[lang="es"] .index_news h4{ letter-spacing: 0px; font-size: 1.8rem; } html[lang="es"] .index_news h3{ letter-spacing: 0px; } html[lang="es"] .index_news h5{ letter-spacing: 0px; } html[lang="es"] footer .left .logo img{ height: 100px; } html[lang="es"] footer .right .bdl dl{ width: 25%; } html[lang="es"] footer .right .bdl dl:last-of-type{ width: 15%; } html[lang="es"] footer .right .bdl dl:nth-of-type(4) { width: 30%; } html[lang="es"] footer .right .bdl dt{ letter-spacing: 0px; font-size: 1.8rem; } html[lang="es"] footer .right .bdl dd{ font-size: 1.3rem; margin: 10px 0; width: 80%; letter-spacing: 0; } html[lang="es"] .join .bar2 ul li .top2 h4{ width: 165px; } html[lang="es"] .xq_box .box .right label{ padding: 7px 10px; } html[lang="es"] .navs .top h6{ letter-spacing: 0px; } html[lang="es"] .title2{ letter-spacing: 0px; } html[lang="es"] .about .pp{ letter-spacing: 0px; } html[lang="es"] .about p { margin: 1% 0 0; font-size: 1.5rem; line-height: 1.6; } html[lang="es"] .about .pp{ font-size: 1.7rem; } html[lang="es"] .about .pp::before{ top: 13px; } html[lang="es"] .about .bar2 .pp::before{ top: 24px; } html[lang="es"] .more2{ width: 150px; letter-spacing: 0; } html[lang="es"] .about .pp a{ padding: 14px 30px; } html[lang="es"] .about dl dd{ width: 33.3%; } html[lang="es"] .about dl dd i { margin-top: 10px; padding: 0 5%; line-height: 1.4; } html[lang="es"] .about2 ul li .txt p { font-size: 1.5rem; margin: 8px 0; line-height: 1.6; } html[lang="es"] .about3 .left h3{ letter-spacing: 0; } html[lang="es"] .about3 .left p{ line-height: 1.8; } html[lang="es"] .about3 .txt p { font-size: 1.4rem; margin: 6px 0; line-height: 1.6; } html[lang="es"] .about3 .txt h6{ padding: 8% 0% 8% 0; width: 37%; margin-right: 0; } html[lang="es"] .about3 .txt .pp { width: 56%; } html[lang="es"] .about5 .bar p { font-size: 1.5rem; color: #333; line-height: 1.6; } html[lang="es"] .about5 ul li .txt h3{ font-size: 2rem; } html[lang="es"] .about5 ul li .txt p{ line-height: 1.6; } html[lang="es"] .about5_d .top h3{ font-size: 2.2rem; } html[lang="es"] .about5_d .bar p{ line-height: 1.8; } html[lang="es"] .about5_d .more5 { width: 120px; padding: 10px 20px; } html[lang="es"] .p_ban ul a{ width: 16.66%; } html[lang="es"] .pdbars .right h4{ letter-spacing: 0; } html[lang="es"] .pdbars .right p{ letter-spacing: 0; } html[lang="es"] .plbars .bar .bb select{ letter-spacing: 0; } html[lang="es"] .plbars .bar4 .top h6{ letter-spacing: 0; } html[lang="es"] .plbars .bar4 ul li .right h5{ font-size: 3.2rem; letter-spacing: 0; } html[lang="es"] .plbars .bar4 ul li .right p{ line-height: 1.6; } html[lang="es"] .plbars .bar5 .txt h3{ font-size: 2.8rem; letter-spacing:0 } html[lang="es"] .plbars .bar5 .txt p{ line-height: 1.6; } html[lang="es"] .plbars .bar .bb2{ letter-spacing: 0; } html[lang="es"] .service2 .right h6 p{ line-height: 1.5; margin: 10px 0; } html[lang="es"] .title3 h4{ letter-spacing: 0; font-size: 2.2rem; } html[lang="es"] .title3 p{ line-height: 1.6; } html[lang="es"] .download .bbs a{ letter-spacing: 0; } html[lang="es"] .news .bar h3 { font-size: 2rem; height: 5.4rem; letter-spacing: 0; } html[lang="es"] news .bar ul li .right h3 { font-size: 1.7rem; } html[lang="es"] .join .bar .left h6{ letter-spacing: 0; } html[lang="es"] .join .bar .left p{ font-size: 1.4rem; line-height: 1.8; } html[lang="es"] .join .bar .bb span{ letter-spacing: 0; padding: 13px 25px; margin-right: 20px; } html[lang="es"] .xq_box .box .right{ padding: 6% 5%; } html[lang="es"] .xq_box .box .right h3{ letter-spacing: 0; } html[lang="es"] .xq_box .box .right p{ letter-spacing: 0; } html[lang="es"] .xq_box .box .right .submit input{ letter-spacing: 0; } html[lang="es"] .xq_box .box .right p i{ letter-spacing: 0; } html[lang="es"] .join .bar3 a{ letter-spacing: 0; } html[lang="es"] .relate ul li .right h3{ letter-spacing: 0; } html[lang="es"] .contact ul li h3{ letter-spacing: 0; } html[lang="es"] .service2 .right h6 strong{ letter-spacing: 0; } html[lang="es"] .pbars .left dd{ letter-spacing: 0; } html[lang="es"] .pdbars .bar2 .right p strong::before{ top: 14px; } html[lang="es"] .join .bar .left{ width: 45%; } html[lang="es"] .contact .online p span{ max-width:inherit; } html[lang="es"] .contact .online p input{ width: 60%; } html[lang="es"] footer .right { width: 86%; } html[lang="es"] .index_pro ul li p strong{ margin-bottom: 8%; } html[lang="es"] .plbars .bar4 ul li .right{ padding: 0 5%; } /*法语*/ html[lang="fr"] header .logo{ height: 66px; } html[lang="fr"] header nav{ width: 86%; } html[lang="fr"] header .sp_menu .bars{ display: block; } html[lang="fr"] header .sp_menu .bars .bb{ padding: 0 0.5%; box-sizing: border-box; width: 16.66%; float: left; } html[lang="fr"] header nav li span{ letter-spacing: 0; font-size: 1.7rem; } html[lang="fr"] header .s_menu .bars .bb h3{ font-size: 1.5rem; width: 100%; } html[lang="fr"] header .sp_menu dl dd{ flex: 1; } html[lang="fr"] header .sp_menu dl dd strong{ font-size: 1.5rem; } html[lang="fr"] header .sp_menu dl dd a{ font-size: 1.3rem; width: inherit; } html[lang="fr"] header .search .submit{ letter-spacing: 0; } html[lang="fr"] header .ss_menu .bars a{ margin: 0 6%; } html[lang="fr"] header li:first-of-type .ss_menu .bars a{ margin: 0 4.5%; } html[lang="fr"] .index_pro ul li .txt h3{ font-size: 2rem; } html[lang="fr"] .index_pro ul li p strong{ font-size: 2rem; } html[lang="fr"] .index_title h3{ letter-spacing: 0px; } html[lang="fr"] .index_title p{ letter-spacing: 0px; } html[lang="fr"] .index_news .right h4{ letter-spacing: 0px; } html[lang="fr"] .index_news h4{ letter-spacing: 0px; font-size: 1.8rem; } html[lang="fr"] .index_news h3{ letter-spacing: 0px; } html[lang="fr"] .index_news h5{ letter-spacing: 0px; } html[lang="fr"] footer .left .logo img{ height: 100px; } html[lang="fr"] footer .right .bdl dl{ width: 25%; } html[lang="fr"] footer .right .bdl dl:last-of-type{ width: 15%; } html[lang="fr"] footer .right .bdl dl:nth-of-type(4) { width: 30%; } html[lang="fr"] footer .right .bdl dt{ letter-spacing: 0px; font-size: 1.8rem; } html[lang="fr"] footer .right .bdl dd{ font-size: 1.3rem; margin: 10px 0; width: 80%; letter-spacing: 0; } html[lang="fr"] .join .bar2 ul li .top2 h4{ width: 165px; } html[lang="fr"] .xq_box .box .right label{ padding: 7px 10px; } html[lang="fr"] .navs .top h6{ letter-spacing: 0px; } html[lang="fr"] .title2{ letter-spacing: 0px; } html[lang="fr"] .about .pp{ letter-spacing: 0px; } html[lang="fr"] .about p { margin: 1% 0 0; font-size: 1.5rem; line-height: 1.6; } html[lang="fr"] .about .pp{ font-size: 1.7rem; } html[lang="fr"] .about .pp::before{ top: 13px; } html[lang="fr"] .about .bar2 .pp::before{ top: 24px; } html[lang="fr"] .more2{ width: 170px; letter-spacing: 0; } html[lang="fr"] .about .pp a{ padding: 10px 20px; } html[lang="fr"] .about dl dd{ width: 33.3%; } html[lang="fr"] .about dl dd i { margin-top: 10px; padding: 0 5%; line-height: 1.4; } html[lang="fr"] .about2 ul li .txt p { font-size: 1.5rem; margin: 8px 0; line-height: 1.6; } html[lang="fr"] .about3 .left h3{ letter-spacing: 0; } html[lang="fr"] .about3 .left p{ line-height: 1.8; } html[lang="fr"] .about3 .txt p { font-size: 1.4rem; margin: 6px 0; line-height: 1.6; } html[lang="fr"] .about3 .txt h6{ padding: 8% 0% 8% 0; width: 37%; margin-right: 0; } html[lang="fr"] .about3 .txt .pp { width: 56%; } html[lang="fr"] .about5 .bar p { font-size: 1.5rem; color: #333; line-height: 1.6; } html[lang="fr"] .about5 ul li .txt h3{ font-size: 2rem; } html[lang="fr"] .about5 ul li .txt p{ line-height: 1.6; } html[lang="fr"] .about5_d .top h3{ font-size: 2.2rem; } html[lang="fr"] .about5_d .bar p{ line-height: 1.8; } html[lang="fr"] .about5_d .more5 { width: 120px; padding: 10px 20px; } html[lang="fr"] .p_ban ul a{ width: 16.66%; } html[lang="fr"] .pdbars .right h4{ letter-spacing: 0; } html[lang="fr"] .pdbars .right p{ letter-spacing: 0; } html[lang="fr"] .plbars .bar .bb select{ letter-spacing: 0; } html[lang="fr"] .plbars .bar4 .top h6{ letter-spacing: 0; } html[lang="fr"] .plbars .bar4 ul li .right h5{ font-size: 3.2rem; letter-spacing: 0; } html[lang="fr"] .plbars .bar4 ul li .right p{ line-height: 1.6; } html[lang="fr"] .plbars .bar5 .txt h3{ font-size: 2.8rem; letter-spacing:0 } html[lang="fr"] .plbars .bar5 .txt p{ line-height: 1.6; } html[lang="fr"] .plbars .bar .bb2{ letter-spacing: 0; } html[lang="fr"] .service2 .right h6 p{ line-height: 1.5; margin: 10px 0; } html[lang="fr"] .title3 h4{ letter-spacing: 0; font-size: 2.2rem; } html[lang="fr"] .title3 p{ line-height: 1.6; } html[lang="fr"] .download .bbs a{ letter-spacing: 0; } html[lang="fr"] .news .bar h3 { font-size: 2rem; height: 5.4rem; letter-spacing: 0; } html[lang="fr"] news .bar ul li .right h3 { font-size: 1.7rem; } html[lang="fr"] .join .bar .left h6{ letter-spacing: 0; } html[lang="fr"] .join .bar .left p{ font-size: 1.4rem; line-height: 1.8; } html[lang="fr"] .join .bar .bb span{ letter-spacing: 0; padding: 13px 25px; margin-right: 20px; } html[lang="fr"] .xq_box .box .right{ padding: 6% 5%; } html[lang="fr"] .xq_box .box .right h3{ letter-spacing: 0; } html[lang="fr"] .xq_box .box .right p{ letter-spacing: 0; } html[lang="fr"] .xq_box .box .right .submit input{ letter-spacing: 0; } html[lang="fr"] .xq_box .box .right p i{ letter-spacing: 0; } html[lang="fr"] .join .bar3 a{ letter-spacing: 0; } html[lang="fr"] .relate ul li .right h3{ letter-spacing: 0; } html[lang="fr"] .contact ul li h3{ letter-spacing: 0; } html[lang="fr"] .service2 .right h6 strong{ letter-spacing: 0; } html[lang="fr"] .pbars .left dd{ letter-spacing: 0; } html[lang="fr"] .pdbars .bar2 .right p strong::before{ top: 14px; } html[lang="fr"] .join .bar .left{ width: 45%; } html[lang="fr"] .contact .online p span{ max-width:inherit; } html[lang="fr"] .contact .online p input{ width: 60%; } html[lang="fr"] footer .right { width: 86%; } html[lang="fr"] .index_pro ul li p strong{ margin-bottom: 8%; } html[lang="fr"] .plbars .bar4 ul li .right{ padding: 0 5%; } /*法语*/ html[lang="ru"] header .logo{ height: 66px; } html[lang="ru"] header nav{ width: 96%; justify-content: flex-end; } html[lang="ru"] header .sp_menu .bars{ display: block; } html[lang="ru"] header .sp_menu .bars .bb{ padding: 0 0.5%; box-sizing: border-box; width: 16.66%; float: left; } html[lang="ru"] header nav ul{ margin: 0 3rem; width: 100%; } html[lang="ru"] header nav li span{ letter-spacing: 0; font-size: 1.5rem; } html[lang="ru"] header .s_menu .bars .bb h3{ font-size: 1.5rem; width: 100%; } html[lang="ru"] header .sp_menu dl dd{ flex: 1; } html[lang="ru"] header .sp_menu dl dd strong{ font-size: 1.5rem; } html[lang="ru"] header .sp_menu dl dd a{ font-size: 1.3rem; width: inherit; } html[lang="ru"] header .search .submit{ letter-spacing: 0; } html[lang="ru"] header .ss_menu .bars a{ margin: 0 6%; } html[lang="ru"] header li:first-of-type .ss_menu .bars a{ margin: 0 4.5%; } html[lang="ru"] .index_pro ul li .txt h3{ font-size: 2rem; } html[lang="ru"] .index_pro ul li p strong{ font-size: 2rem; } html[lang="ru"] .index_title h3{ letter-spacing: 0px; } html[lang="ru"] .index_title p{ letter-spacing: 0px; } html[lang="ru"] .index_news .right h4{ letter-spacing: 0px; } html[lang="ru"] .index_news h4{ letter-spacing: 0px; font-size: 1.8rem; margin: 1rem 0; } html[lang="ru"] .index_news h3{ letter-spacing: 0px; line-height: 1; } html[lang="ru"] .index_news h5{ letter-spacing: 0px; } html[lang="ru"] footer .left .logo img{ height: 70px; } html[lang="ru"] footer .right .bdl dl{ width: inherit !important; margin: 0 0 0 2%; } html[lang="ru"] footer .right .bdl dd{ width: inherit !important; }html[lang="ru"] footer .right .bdl dd a{ width: max-content; } html[lang="ru"] footer .right .bdl dl:last-of-type{ width: 15%; } html[lang="ru"] footer .right .bdl dl:nth-of-type(4) { width: 30%; } html[lang="ru"] .index_news .right dl{ margin-top: 20%; } html[lang="ru"] footer .right .bdl dt{ letter-spacing: 0px; font-size: 1.8rem; } html[lang="ru"] footer .right .bdl dd{ font-size: 1.3rem; margin: 10px 0; width: 80%; letter-spacing: 0; } html[lang="ru"] .join .bar2 ul li .top2 h4{ width: 165px; } html[lang="ru"] .xq_box .box .right label{ padding: 7px 10px; } html[lang="ru"] .navs .top h6{ letter-spacing: 0px; } html[lang="ru"] .title2{ letter-spacing: 0px; } html[lang="ru"] .about .pp{ letter-spacing: 0px; } html[lang="ru"] .about p { margin: 1% 0 0; font-size: 1.5rem; line-height: 1.6; } html[lang="ru"] .about .pp{ font-size: 1.7rem; } html[lang="ru"] .about .pp::before{ top: 13px; } html[lang="ru"] .about .bar2 .pp::before{ top: 24px; } html[lang="ru"] .more2{ width: 170px; letter-spacing: 0; } html[lang="ru"] .about .pp a{ padding: 10px 20px; } html[lang="ru"] .about dl dd{ width: 33.3%; } html[lang="ru"] .about dl dd i { margin-top: 10px; padding: 0 5%; line-height: 1.4; } html[lang="ru"] .about2 ul li .txt p { font-size: 1.5rem; margin: 8px 0; line-height: 1.6; } html[lang="ru"] .about3 .left h3{ letter-spacing: 0; } html[lang="ru"] .about3 .left p{ line-height: 1.8; } html[lang="ru"] .about3 .txt p { font-size: 1.4rem; margin: 6px 0; line-height: 1.6; } html[lang="ru"] .about3 .txt h6{ padding: 8% 0% 8% 0; width: 37%; margin-right: 0; } html[lang="ru"] .about3 .txt .pp { width: 56%; } html[lang="ru"] .about5 .bar p { font-size: 1.5rem; color: #333; line-height: 1.6; } html[lang="ru"] .about5 ul li .txt h3{ font-size: 2rem; } html[lang="ru"] .about5 ul li .txt p{ line-height: 1.6; } html[lang="ru"] .about5_d .top h3{ font-size: 2.2rem; } html[lang="ru"] .about5_d .bar p{ line-height: 1.8; } html[lang="ru"] .about5_d .more5 { width: 120px; padding: 10px 20px; } html[lang="ru"] .p_ban ul a{ width: 16.66%; } html[lang="ru"] .pdbars .right h4{ letter-spacing: 0; } html[lang="ru"] .pdbars .right p{ letter-spacing: 0; } html[lang="ru"] .plbars .bar .bb select{ letter-spacing: 0; } html[lang="ru"] .plbars .bar4 .top h6{ letter-spacing: 0; } html[lang="ru"] .plbars .bar4 ul li .right h5{ font-size: 3.2rem; letter-spacing: 0; } html[lang="ru"] .plbars .bar4 ul li .right p{ line-height: 1.6; } html[lang="ru"] .plbars .bar5 .txt h3{ font-size: 2.8rem; letter-spacing:0 } html[lang="ru"] .plbars .bar5 .txt p{ line-height: 1.6; } html[lang="ru"] .plbars .bar .bb2{ letter-spacing: 0; } html[lang="ru"] .service2 .right h6 p{ line-height: 1.5; margin: 10px 0; } html[lang="ru"] .title3 h4{ letter-spacing: 0; font-size: 2.2rem; } html[lang="ru"] .title3 p{ line-height: 1.6; } html[lang="ru"] .download .bbs a{ letter-spacing: 0; } html[lang="ru"] .news .bar h3 { font-size: 2rem; height: 5.4rem; letter-spacing: 0; } html[lang="ru"] news .bar ul li .right h3 { font-size: 1.7rem; } html[lang="ru"] .join .bar .left h6{ letter-spacing: 0; } html[lang="ru"] .join .bar .left p{ font-size: 1.4rem; line-height: 1.8; } html[lang="ru"] .join .bar .bb span{ letter-spacing: 0; padding: 13px 25px; margin-right: 20px; } html[lang="ru"] .xq_box .box .right{ padding: 6% 5%; } html[lang="ru"] .xq_box .box .right h3{ letter-spacing: 0; } html[lang="ru"] .xq_box .box .right p{ letter-spacing: 0; } html[lang="ru"] .xq_box .box .right .submit input{ letter-spacing: 0; } html[lang="ru"] .xq_box .box .right p i{ letter-spacing: 0; } html[lang="ru"] .join .bar3 a{ letter-spacing: 0; } html[lang="ru"] .relate ul li .right h3{ letter-spacing: 0; } html[lang="ru"] .contact ul li h3{ letter-spacing: 0; } html[lang="ru"] .service2 .right h6 strong{ letter-spacing: 0; } html[lang="ru"] .pbars .left dd{ letter-spacing: 0; } html[lang="ru"] .pdbars .bar2 .right p strong::before{ top: 14px; } html[lang="ru"] .join .bar .left{ width: 45%; } html[lang="ru"] .contact .online p span{ max-width:inherit; } html[lang="ru"] .contact .online p input{ width: 60%; } html[lang="ru"] footer .right { width: 86%; } html[lang="ru"] .index_pro ul li p strong{ margin-bottom: 8%; } html[lang="ru"] .plbars .bar4 ul li .right{ padding: 0 5%; } html[lang="ru"] .contact .bottom .bb{ width: 200px; } html[lang="ar"] .index_news h3 strong{ padding-right: 0; border-right:none; border-left: 1px solid #9b9b9b; padding-left: 15px; margin-right: 0; margin-left: 15px; } html[lang="ar"] .about .pp{ padding: 0 40px 0 0; } html[lang="ar"] .about .pp::before{ left: inherit; right: 0; } html[lang="ar"] .about dl dd{ width: 33.3%; } html[lang="ar"] .contact ul li p a:before{ right: inherit; left: 0; } html[lang="ar"] .contact ul li p img{ margin: 0 0 0 10px; } html[lang="ar"] .contact ul li p a { padding: 0 0 0 10px; margin: 0 0 0 5px; } html[lang="ar"] .join .bar .left p{ text-align: right; } html[lang="ar"] .contact .online p img{ right: inherit; left:0 } .xq_box .box .right .submit{ display: flex; align-items: center; } .loading{ display: none; } .loading img{ height: 26px; margin-left: 20px; }