body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul { margin: 0; padding: 0; border: 0 } * { -webkit-tap-highlight-color: transparent; } body { font-family: "SourceHanSansCNRegular","Microsoft YaHei","Arial","Helvetica Neue",Helvetica,sans-serif; background-color: #ffffff; overflow-x: hidden; } button, input, textarea,select{ -webkit-appearance: none; resize: none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); border: 0; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } img { border: 0; max-width: 100%; vertical-align: middle; } .none{ display:none; } .online_x{ cursor:pointer; } button:hover, input[type=submit]:hover { cursor: pointer } button:focus, input:active, input:focus, textarea:focus { /* border: 0*/ outline: 0 none; outline-color: transparent; } a { color: #333; display: inline-block; } a:link { text-decoration: none } a:visited { text-decoration: none } a:hover { text-decoration: none; } a:active { text-decoration: none } li { list-style: none; } .clear { clear: both; font-size: 0; line-height: 0; height: 0; visibility: hidden } .clearfix:after, .clearfix:before { content: ""; display: table } .clearfix:after { clear: both; } .clearfix { zoom: 1 } @font-face{ font-family: "SourceHanSansCNNormal"; src: url('https://tulashi2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Normal_0.otf'); } @font-face{ font-family: "SourceHanSansCNRegular"; src: url('https://tulashi2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Regular_0.otf'); } @font-face{ font-family: "Montserrat-Light-6"; src: url('https://tulashi2023.oss-cn-shenzhen.aliyuncs.com/fonts/Montserrat-Light-6.otf'); } @font-face{ font-family: "PANGMENZHENGDAOBIAOTI2.0"; src: url('https://tulashi2023.oss-cn-shenzhen.aliyuncs.com/fonts/PANGMENZHENGDAOBIAOTI2.0.TTF'); } @font-face{ font-family: "SourceHanSansCNLight"; src: url('https://tulashi2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Light_0.otf'); } @font-face{ font-family: "SourceHanSansCNMedium"; src: url('https://tulashi2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Medium_0.otf'); } @font-face{ font-family: "SourceHanSansCNBold"; src: url('https://tulashi2023.oss-cn-shenzhen.aliyuncs.com/fonts/SourceHanSansCN-Bold_0.otf'); } @font-face{ font-family: "Montserrat-Bold"; src: url('https://tulashi2023.oss-cn-shenzhen.aliyuncs.com/fonts/Montserrat-Bold-3.otf'); } @font-face{ font-family: "Montserrat-Medium"; src: url('https://tulashi2023.oss-cn-shenzhen.aliyuncs.com/fonts/Montserrat-Medium-7.otf'); } @font-face{ font-family: "Montserrat-Regular"; src: url('https://tulashi2023.oss-cn-shenzhen.aliyuncs.com/fonts/Montserrat-Regular-8.otf'); } .comwidth{ max-width: 1600px; width: 90%; margin-left: auto; margin-right: auto; } .mainContent{ padding-top: 100px; } .header{ position: fixed; left: 0; top: 0; z-index: 18; width: 100%; background: #FFFFFF; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .header.on{ box-shadow: 0px 0px 12px rgba(0,82,217,0.08); } .header .wrap{ max-width: 1920px; width: 90%; margin-left: auto; margin-right: auto; display: flex; justify-content: space-between; align-items: center; } .header .nav ul{ display: flex; } .header .nav ul li{ position: relative; display: flex; align-items: center; justify-content: center; height: 100px; padding-left: 30px; padding-right: 30px; } .header .nav ul li a{ color: #222222; font-size: 16px; } .header .nav ul li.on>a, .header .nav ul li a:hover{ color: #0052d9; } /**/ .header .nav .drop-down{ position: absolute; top: 100px; left: 50%; z-index: 1; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; min-width: 200px; -webkit-transform: translateX(-50%); transform: translateX(-50%); box-shadow: 0px 0px 29px rgb(0 0 0 / 8%); background: #FFFFFF; padding-top: 35px; padding-bottom: 35px; padding-right: 20px; padding-left: 20px; text-align: center; } .header .nav .drop-down .downlist{ margin-bottom: 10px; } .header .nav .drop-down .downlist:last-child{ margin-bottom: 0; } .header .nav .drop-down .downlist a{ line-height: 1.8; } .header .nav .drop-down a{ display: inline-block; color: #666666; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .header .nav .drop-down a:before{ content: ''; position: absolute; left: 0; right: 0; top: 0; margin: auto; width: 100%; height: 3px; background-color: #0052d9; -webkit-transition: all 0.3s; transition: all 0.3s; } .header .nav .drop-down a:hover{ color: #0052d9; } /**/ .header .headright{ display: flex; } .searchdiv{ float: left; display: flex; align-items: center; height: 100px; } .header .show-search-btn { /*display: block;*/ overflow: hidden; cursor: pointer; padding-left: 10px; padding-right: 10px; } .show-search-btn img { max-width: 19px; } .searchdiv a{ display: flex; align-items: center; margin-right: 10px; } .searchdiv a img{ max-width: 19px; } .search { position: fixed; z-index: 6; top: 100px; right: 0; height: auto; overflow: hidden; /*height: 100%; max-height: 100vh; overflow-y: scroll; overflow-x: hidden;*/ -webkit-overflow-scrolling: touch; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity: 0; visibility: hidden; transition-property: opacity, visibility; transition-duration: .5s; transition-delay: .5s; } .search.search-is-open { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; visibility: visible; transition-delay: 0s; } .search.search-is-open .search__container { transform: translateY(0) translateZ(0); } .search__container { position: relative; z-index: 2; background-color: #fff; transform: translateY(-100%) translateZ(0); transition: transform .75s cubic-bezier(.77, 0, .175, 1); } .search__overlay { position: fixed; z-index: 1; top: 0; right: 0; width: 100%; height: 100%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; opacity: .2; } .search, .search__overlay { left: 0; } .search-header { position: relative; padding-top: 70px; padding-bottom: 90px; } .row { position: relative; } .search-header .search-loader { position: absolute; top: 17px; left: 2.6vw; } .search-header .search-btn-close { position: absolute; top: 0; right: 0; } .search-header .search-input { font-size: 21px; width: 100%; -webkit-appearance: none; -moz-appearance: none; border: 0; } .search-header .search-input__wrapper:after { content: ""; position: absolute; z-index: 1; bottom: 0; left: 0; right: 0; height: 1px; background-color: #d9d9d9; width: 100%; } .search-item { position: relative; display: block; overflow: hidden; transition: background-color .2s, opacity .3s, color .3s; transform-origin: 0 0; color: #1d1d1d; } .search-item:after { content: ""; position: absolute; z-index: 1; bottom: 0; left: 8.333%; right: 8.333%; height: 1px; background-color: #d9d9d9; } .search-item .solr-highlight { background-color: rgba(101, 32, 142, .2); } .search-close { position: absolute; display: block; top: 0; right: 0; width: 28px; height: 64px; background: url(../images/close.png) no-repeat center; background-size: 24px 24px; cursor: pointer; z-index: 6; transition-duration: .5s; } .search-close:hover { transform: rotate(90deg); } .search .submit0 { position: absolute; top: 0; left: 0; z-index: 5; width: 28px; height: 64px; background: url(../images/searchf.png) no-repeat center; border: none; background-size: 24px 24px; box-sizing: border-box; display: block; } .search-header .search-input{ display: block; text-indent: 40px; line-height: 64px; font-size: 21px; color: #333; width: 100%; -webkit-appearance: none; -moz-appearance: none; border: 0; border-bottom: 1px solid #d9d9d9; } .head-nation{ position: relative; display: flex; align-items: center; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .head-nation .current{ display: flex; align-items: center; padding-left: 10px; padding-right: 10px; cursor: pointer; } .head-nation .current img{ max-width: 18px; } .head-nation ul{ position: absolute; left: 50%; top: 80px; transform: translateX(-50%); min-width: 100%; padding: 15px 0px; background-color: #ffffff; display: none; } .head-nation:hover ul{ box-shadow: 0px 0px 12px rgba(0,82,217,0.08); } .head-nation ul li a{ display: block; font-size: 16px; color: #666666; line-height: 2.2; min-width: 90px; text-align: center; padding: 0px 20px; white-space: nowrap; box-sizing: border-box; } .head-nation ul li:hover a{ color: #0052d9; } /**/ /**/ .menubtn { display: none; float: right; width: 40px; height: 70px; background: url(../images/menu-icon1.png) center right no-repeat; background-size: 26px auto; cursor: pointer; } .menubtn.on{ background: url(../images/menu-icon2.png) center right no-repeat; background-size: 26px auto; } /**/ .m-nav{ position: fixed; top: 70px; left: 0; width: 100%; height: calc(100vh - 70px); display: none; z-index: 99; background-color: #FFFFFF; overflow-y: scroll; box-sizing: border-box; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .m-nav>ul{ padding-top: 20px; padding-left: 5%; padding-right: 5%; } .m-nav>ul>li{ width: 100%; text-align: left; border-bottom: #e8e8e8 solid 1px; box-sizing: border-box; } .m-nav ul li a{ font-size: 18px; color: #666666; display: block; line-height: 1.7; padding: 15px 0px; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .m-nav ul li:hover>a{ color: #184b9a; } .m-nav ul li ul{ display: none; padding: 0 20px; } .m-nav ul li .title{ font-size: 18px; color: #666666; display: block; line-height: 1.7; padding: 15px 0px; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .m-nav ul li .title span{ display: block; font-size: 12px; } .m-nav ul li:hover .title{ color: #184b9a; } .m-nav ul li ul li a{ font-size: 16px; } .m-nav ul li ul li:last-child{ padding-bottom: 20px; } .m-nav ul li ul li a{ padding: 8px 0px; } /*footer*/ .footer{ padding-top: 115px; background: #f9f9f9; } .footer .footlogo a img{ max-width: 174px; } .footer .footTop{ width: 100%; overflow: hidden; margin-top: 30px; padding-bottom: 100px; } .footer .footTop .footleft{ float: left; width: 370px; overflow: hidden; } .footer .footTop .footright{ float: right; max-width: 51%; width: calc(100% - 400px); display: flex; } .footer .footTop .footform .text{ font-family: "SourceHanSansCNLight"; color: #999999; font-size: 14px; line-height: 2; margin-bottom: 15px; } .footer .footTop .footform .txt{ display: flex; border: #e4e4e4 solid 1px; margin-bottom: 16px; } .footer .footTop .footform .txt span{ display: inline-block; height: 46px; line-height: 46px; padding-left: 15px; padding-right: 10px; box-sizing: border-box; font-family: "SourceHanSansCNLight"; color: #999999; font-size: 14px; } .footer .footTop .footform .txt input{ flex: 1; padding-right: 15px; box-sizing: border-box; height: 46px; line-height: 46px; font-family: "SourceHanSansCNLight"; color: #666666; font-size: 14px; background: none; border: none; } .footer .footTop .footform .btn input{ max-width: 120px; width: 100%; height: 48px; line-height: 48px; font-family: "SourceHanSansCNNormal"; color: #FFFFFF; font-size: 16px; background: -webkit-linear-gradient(left, #0052d9, #08a7fd); background: -moz-linear-gradient(left, #0052d9, #08a7fd); background: -o-linear-gradient(left, #0052d9, #08a7fd); background: linear-gradient(to right, #0052d9, #08a7fd); border-radius: 24px; } .footer .footTop .title{ color: #222222; font-size: 22px; } .footer .footTop .footnav{ display: flex; width: 68%; } .footer .footTop .navitem{ width: 33.33%; padding-right: 20px; box-sizing: border-box; } .footer .footTop .navitem ul, .footer .footTop .footinfor ul{ margin-top: 30px; } .footer .footTop .navitem ul li, .footer .footTop .footinfor ul li{ margin-bottom: 10px; } .footer .footTop .navitem ul li a{ font-family: "SourceHanSansCNLight"; color: #999999; font-size: 14px; line-height: 1.7; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .footer .footTop .navitem ul li a:hover{ color: #0052d9; } .footer .footTop .footinfor{ width: 32%; } .footer .footTop .footinfor ul li{ position: relative; padding-left: 28px; font-family: "SourceHanSansCNLight"; color: #999999; font-size: 14px; line-height: 1.7; } .footer .footTop .footinfor ul li img{ position: absolute; left: 0; top: 4px; max-width: 14px; } .footer .footBottom{ border-top: #e4e4e4 solid 1px; padding: 35px 0px; } .footer .footBottom .box{ display: flex; justify-content: space-between; align-items: center; } .footer .footBottom .box .wrap, .footer .footBottom .box .wrap a{ color: #999999; font-size: 14px; display: inline; } .footer .footBottom .box .wrap .support{ margin-left: 20px; } .footer .footBottom .box .wrap .support, .footer .footBottom .box .wrap .support a{ color: rgba(0,0,0,0.2); } .footer .footBottom .footShare ul{ display: flex; } .footer .footBottom .footShare ul li{ margin-right: 12px; } .footer .footBottom .footShare ul li:last-child{ margin-right: 0px; } .footer .footBottom .footShare ul li a { position: relative; } .footer .footBottom .footShare ul li a img{ -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .footer .footBottom .footShare ul li a .ic2{ position: absolute; left: 0; top: 0; opacity: 0; } .footer .footBottom .footShare ul li:hover a .ic1{ opacity: 0; } .footer .footBottom .footShare ul li:hover a .ic2{ opacity: 1; } .footer .footBottom .footShare ul li a img{ max-width: 28px; } /*banner*/ .lunbotu{ position: relative; z-index: 1; width: 100%; overflow: hidden; } .lunbotu .swiper-slide a{ display: block; width: 100%; } .lunbotu .swiper-slide>a>img, .lunbotu .swiper-slide>img{ width: 100%; } .mImg{ display: none; } .i-banner{ position: absolute; left: 50%; top: 50%; -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; } .i-banner .box{ max-width: 800px; width: 100%; padding-bottom: 65px; } .i-banner .box .t1{ font-family: "SourceHanSansCNNormal"; font-size: 40px; color: #ffffff; word-break: break-word; text-transform: uppercase; } .i-banner .box .t2{ font-family: "PANGMENZHENGDAOBIAOTI2.0"; color: #FFFFFF; font-size: 78px; word-break: break-word; } .i-banner .box .t3{ color: rgba(255,255,255,0.5); font-size: 20px; word-break: break-word; } .i-banner .box .btn{ margin-top: 60px; } .i-banner .box .btn span{ display: flex; justify-content: space-between; align-items: center; width: 180px; height: 56px; padding: 0px 30px; box-sizing: border-box; font-family: "SourceHanSansCNLight"; color: #FFFFFF; font-size: 16px; border-radius: 28px; background: -webkit-linear-gradient(left, #0052d9, #08a7fd); background: -moz-linear-gradient(left, #0052d9, #08a7fd); background: -o-linear-gradient(left, #0052d9, #08a7fd); background: linear-gradient(to right, #0052d9, #08a7fd); } .i-banner .box .btn span i{ position: relative; display: inline-block; width: 10px; height: 10px; margin-left: 12px; background: #FFFFFF; border-radius: 50%; } .i-banner .box .btn span i:before{ content: ''; position: absolute; left: -12px; top: 1px; width: 7px; height: 7px; border-radius: 50%; background: #FFFFFF; } .i-banner .box .btn span i:after{ content: ''; position: absolute; left: -12px; top: 50%; transform: translateY(-50%); width: 20px; height: 2px; background: #FFFFFF; } /*.lunbotu .swiper-pagination{ max-width: 1536px; width: 90%; right: 0; margin: auto; text-align: left; } .lunbotu .swiper-pagination-bullet{ width: 50px; height: 5px; opacity: 1; background: rgba(255,255,255,0.6); border-radius: 0; } .lunbotu .swiper-pagination-bullet-active{ background-color: #ac2a14; } .lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{ bottom: 160px; } .lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 10px 0 0; }*/ .lunbotu .operate{ position: absolute; right: calc((100% - 1920px) / 2); top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin: auto; z-index: 10; text-align: right; padding: 20px 0px; width: 150px; height: 190px; margin-right: 25px; } @media screen and (max-width: 1920px){ .lunbotu .operate{ right: 5%; } } .lunbotu .operate span{ position: absolute; right: -8px; display: block; font-family: "Montserrat-Regular"; color: #FFFFFF; font-size: 14px; } .lunbotu .operate span.curs{ top: 0; } .lunbotu .operate span.sums{ bottom: 0; color: rgba(255,255,255,0.3); } .lunbotu.swiper-container-horizontal .swiper-pagination-progress{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 150px; height: 2px; -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin:center; transform-origin: center; } .lunbotu .swiper-pagination-progress{ background: rgba(255,255,255,0.1); } .lunbotu .swiper-pagination-progress .swiper-pagination-progressbar{ background: #FFFFFF; } /**/ .obanner{ position: relative; } .obanner:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; /*background: url(../images/bannerBG.png) left top no-repeat; background-size: auto 100%;*/ } /*.obanner .banner-title{ position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .obanner .banner-title h1{ position: relative; font-size: 62px; color: #f4f6f9; } .obanner .banner-title p{ font-size: 24px; color: #f4f6f9; line-height: 1.7; }*/ .obanner>img{ width: 100%; } .mImg{ display: none; } .obanner .obg { display: none; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; } /**/ /**/ .i-title{ text-align: center; } .i-title h2{ font-family: "SourceHanSansCNMedium"; color: #222222; font-size: 50px; } .i-title h2 span{ display: inline-block; color: #0052d9; } .i-title p{ font-family: "SourceHanSansCNNormal"; color: #999999; font-size: 16px; } .comtxt{ font-size: 16px; line-height: 2; } .padT70{ padding-top: 70px; } .padB80{ padding-bottom: 80px; } .padT90{ padding-top: 90px; } .padT100{ padding-top: 100px; } .padB100{ padding-bottom: 100px; } .padT120{ padding-top: 120px; } .padB120{ padding-bottom: 120px; } .index_solution .box{ margin-top: 50px; padding-left: calc((100% - 1600px) / 2); overflow: hidden; } .index_solution .swiper-slide{ width: calc((1600px - 40px) / 2); } .index_solution .manageBox{ position: relative; margin-top: 70px; padding-bottom: 60px; max-width: 1600px; width: 93%; } .index_solution .swiper-scrollbar{ position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: calc(100% - 136px); height: 1px; background: #e5e5e5; display: flex; align-items: flex-end; } .index_solution .swiper-scrollbar-drag{ height: 3px; background: #0055e1; } .index_solution .rightside{ position: absolute; right: 0; bottom: 0; top: 0; margin: auto; display: flex; align-items: center; } .index_solution .swiper-pagination{ position: static; font-family: 'manroperegular'; color: rgba(24,75,154,0.3); font-size: 16px; } .index_solution .rightside .swiper-pagination-current{ color: #174994; } .index_solution .rightside .figure{ font-family: 'manroperegular'; color: rgba(24,75,154,0.3); font-size: 16px; } .index_solution .rightside .figure .curs{ color: #174994; } .index_solution .rightside .change{ display: flex; } .index_solution .swiper-button-next, .index_solution .swiper-button-prev{ position: static; display: inline-block; width: 58px; height: 58px; margin-top: 0; z-index: 10; cursor: pointer; -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%; background-size: 100% 100%; background-position: center; background-repeat: no-repeat; border-radius: 50%; } .index_solution .swiper-button-next{ margin-left: 20px; } .index_solution .swiper-button-next, .index_solution .swiper-container-rtl .swiper-button-prev { background-image: url(../images/icon12.png); right: 0; } .index_solution .swiper-button-prev, .index_solution .swiper-container-rtl .swiper-button-next { background-image: url(../images/icon11.png); right: 40px; left: auto; } .index_solution .swiper-button-next.swiper-button-disabled{ opacity: 1; background-image: url(../images/icon12a.png); box-shadow: 0px 0px 12px rgba(0,83,223,0.08); } .index_solution .swiper-button-prev.swiper-button-disabled{ opacity: 1; background-image: url(../images/icon11a.png); box-shadow: 0px 0px 12px rgba(0,83,223,0.08); } .solutionTxt a{ position: relative; display: block; width: 100%; overflow: hidden; } .solutionTxt a:before{ content: ''; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background: url(../images/img3.png) bottom center no-repeat; background-size: cover; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .solutionTxt a:hover:before{ background: url(../images/img3a.png) bottom center no-repeat; background-size: cover; } .solutionTxt .imgBox{ width: 100%; overflow: hidden; } .solutionTxt .imgBox img{ display: block; width: 100%; } .solutionTxt .textBox{ position: absolute; left: 0; bottom: -70px; z-index: 3; width: 100%; padding: 0px 40px; box-sizing: border-box; /*height: 36px;*/ -webkit-transition: all 0.5s ease; transition: all 0.5s ease; overflow: hidden; } .solutionTxt a:hover .textBox{ /*height: 114px;*/ bottom: 60px; } .solutionTxt .textBox .icon{ margin-bottom: 10px; opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .solutionTxt a:hover .textBox .icon{ opacity: 1; } .solutionTxt .textBox .icon img{ max-width: 30px; } .solutionTxt .textBox .title{ margin-bottom: 15px; } .solutionTxt .textBox .title h3{ font-family: "SourceHanSansCNRegular"; color: #FFFFFF; font-size: 28px; /*white-space:nowrap; text-overflow:ellipsis; overflow:hidden;*/ } .solutionTxt .textBox .title p{ font-family: "SourceHanSansCNNormal"; color: rgba(255,255,255,0.6); font-size: 14px; } .solutionTxt .textBox .comtxt{ font-family: "SourceHanSansCNLight"; color: #ffffff; /*max-height: 58px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;*/ opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; margin-bottom: 35px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; line-height: normal; } .solutionTxt a:hover .textBox .comtxt{ opacity: 1; } .comBtn span, .comBtn a{ position: relative; display: flex; align-items: center; justify-content: center; width: 140px; height: 44px; border-radius: 22px; font-family: "SourceHanSansCNLight"; font-size: 16px; border: rgba(0,0,0,0.8) solid 1px; color: rgba(0,0,0,0.6); -webkit-transition: all 0.5s ease; transition: all 0.5s ease; box-sizing: border-box; } .solutionTxt .comBtn span{ border: #ffffff solid 1px; color: rgba(255,255,255,0.8); } .comBtn span:hover, .comBtn a:hover{ /*background: url(../images/img4.png) center no-repeat; background-size: cover;*/ color: #FFFFFF; /*border: none;*/ border: #0055e1 solid 1px; background: #0055e1; } .index_services .comBtn{ margin-top: 50px; } .index_services .comBtn a{ margin-left: auto; margin-right: auto; } /*.comBtn span:before, .comBtn a:before{ content: ''; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; border-radius: 22px; background: -webkit-linear-gradient(left, #0052d9, #08a7fd); background: -moz-linear-gradient(left, #0052d9, #08a7fd); background: -o-linear-gradient(left, #0052d9, #08a7fd); background: linear-gradient(to right, #0052d9, #08a7fd); opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .comBtn span:hover:before, .comBtn a:hover:before{ opacity: 1; }*/ .index_services{ position: relative; z-index: 1; background: #fbfbfb; overflow: hidden; display: flex; align-items: center; justify-content: center; min-height: 560px; box-sizing: border-box; padding: 80px 0px; } .index_services .comwidth{ position: relative; z-index: 2; } #particles-js { background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; min-width: 100%; min-height: 100%; position: absolute; top: 0; left: 0; z-index: -1; opacity: 0.3; } .index_services .title{ position: relative; padding-top: 40px; margin-bottom: 40px; text-align: center; } .index_services .title h2{ font-family: "SourceHanSansCNRegular"; color: #333333; font-size: 38px; } .index_services .title span{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; font-family: "Montserrat-Bold"; font-size: 120px; color: rgba(0,0,0,0.05); line-height: 1; text-transform: uppercase; } .index_services .comtxt{ text-align: center; max-width: 1140px; width: 100%; margin-left: auto; margin-right: auto; font-family: "SourceHanSansCNNormal"; color: #666666; } .index_news .box{ margin-top: 50px; } /*.index_news .box ul{ display: flex; flex-wrap: wrap; }*/ .index_news .box ul li{ /*width: 31.66666666666667%; margin-right: 2.5%;*/ width: calc((100% - 80px) / 3); margin-right: 40px; } .index_news .box ul li:nth-child(3n){ margin-right: 0; } .index_news .box ul li a{ display: block; width: 100%; overflow: hidden; } .index_news .box ul li .imgBox{ width: 100%; overflow: hidden; } .index_news .box ul li .imgBox img{ width: 100%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .index_news .box ul li:hover .imgBox img{ -webkit-transform: scale(1.08); transform: scale(1.08); } .index_news .box ul li .text{ margin-top: 30px; font-family: "SourceHanSansCNNormal"; color: #999999; } .index_news .box ul li .text h3{ font-family: "SourceHanSansCNRegular"; color: #222222; font-size: 22px; margin-bottom: 5px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .index_news .box ul li:hover .text h3{ color: #0052d9; } .index_news .box ul li .text .comtxt{ overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .comnav .comwidth{ position: relative; display: flex; justify-content: flex-end; border-bottom: rgba(0,0,0,0.1) solid 1px; } .comnav .title { position: absolute; left: 0; bottom: 0; width: 17.5%; padding-left: 3%; padding-right: 2%; padding-top: 3%; padding-bottom: 3%; box-sizing: border-box; background: url(../images/img8.png) center no-repeat; background-size: 100% 100%; } .comnav .title h2{ font-family: "SourceHanSansCNMedium"; color: #FFFFFF; font-size: 40px; } .comnav .title span{ display: block; font-family: "SourceHanSansCNBold"; color: rgba(255,255,255,0.11); font-size: 28px; } .comnav ul{ display: flex; } .comnav ul li a{ position: relative; display: flex; height: 78px; align-items: center; padding-left: 60px; padding-right: 60px; font-family: "SourceHanSansCNRegular"; color: #666666; font-size: 16px; } .comnav ul li.on a, .comnav ul li a:hover{ color: #0052d9; } .comnav ul li a:before{ content: ''; position: absolute; left: 0; right: 0; bottom: 0; margin: auto; width: 0%; height: 2px; background: #0055e1; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .comnav ul li.on a:before, .comnav ul li a:hover:before{ width: 100%; } .profile .wrap{ text-align: center; } .profile .wrap h2{ font-family: "SourceHanSansCNMedium"; color: #222222; font-size: 40px; } .profile .wrap .comtxt{ margin-top: 25px; max-width: 1140px; margin-left: auto; margin-right: auto; font-family: "SourceHanSansCNNormal"; color: #666666; } .profile .box{ margin-top: 50px; } .profile .box .swiper-slide{ position: relative; } .profile .box .swiper-slide .imgBox{ position: relative; width: 100%; overflow: hidden; } .profile .box .swiper-slide .imgBox:before{ content: ''; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; background: url(../images/img13.png) center bottom no-repeat; background-size: 100% auto; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .profile .box .swiper-slide:hover .imgBox:before{ background: url(../images/img14.png) center bottom no-repeat; background-size: 100% auto; } .profile .box .swiper-slide .imgBox img{ width: 100%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .profile .box .swiper-slide:hover .imgBox img{ -webkit-transform: scale(1.08); transform: scale(1.08); } .profile .box .swiper-slide .textBox{ position: absolute; left: 0; bottom: 0px; z-index: 2; width: 100%; padding-left: 40px; padding-right: 40px; box-sizing: border-box; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .profile .box .swiper-slide:hover .textBox{ bottom: 30px; } .profile .box .swiper-slide .textBox .subtit{ margin-bottom: 15px; } .profile .box .swiper-slide .textBox .subtit h3{ font-family: "SourceHanSansCNRegular"; color: #FFFFFF; font-size: 28px; } .profile .box .swiper-slide .textBox .subtit p{ font-family: "SourceHanSansCNNormal"; color: rgba(255,255,255,0.6); font-size: 14px; } .profile .box .swiper-slide .textBox .comtxt{ font-family: "SourceHanSansCNLight"; color: #FFFFFF; opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .profile .box .swiper-slide:hover .textBox .comtxt{ opacity: 1; } .organization .box .level1, .organization .box .level2{ position: relative; display: flex; justify-content: center; } .organization .box .level2, .organization .box .level3{ padding-top: 50px; } .organization .box .level2:before, .organization .box .level3:before{ content: ''; position: absolute; left: 0; right: 0; top: 0; margin: auto; width: 2px; height: 50px; background: #000000; } .organization .box .level1 label, .organization .box .level2 label{ display: flex; align-items: center; justify-content: center; width: 230px; height: 80px; font-family: "SourceHanSansCNNormal"; color: #FFFFFF; font-size: 22px; background-color: #0055e1; } .organization .box .level3{ position: relative; } .organization .box .level3 ul{ position: relative; padding-top: 2px; } .organization .box .level3 ul:before{ content: ''; position: absolute; left: 0; right: 0; top: 0; margin: auto; /*width: 90.55555555555556%;*/ width: 100%; height: 2px; background: #000000; } .organization .box .level3 ul{ display: flex; flex-wrap: wrap; } .organization .box .level3 ul li{ position: relative; padding-top: 40px; width: 9.444444444444444%; margin-right: 1.875%; } .organization .box .level3 ul li:nth-child(9n){ margin-right: 0; } .organization .box .level3 ul li:before{ content: ''; position: absolute; left: 0; right: 0; top: 0; margin: auto; width: 2px; height: 40px; background: #000000; } .organization .box .level3 ul li:first-child:after, .organization .box .level3 ul li:nth-child(9):after{ content: ''; position: absolute; top: -2px; width: calc(50% - 1px); height: 2px; background: #FFFFFF; } .organization .box .level3 ul li:first-child:after{ left: 0; } .organization .box .level3 ul li:nth-child(9):after{ right: 0; } .organization .box .level3 label{ display: flex; align-items: center; justify-content: center; height: 64px; font-family: "SourceHanSansCNNormal"; color: #FFFFFF; font-size: 20px; border: #000000 solid 1px; background-color: #1d9cef; box-sizing: border-box; } .development .event{ margin-bottom: 130px; } .development .eventli{ display: flex; } .development .eventli .textBox{ width: 45%; padding-left: 7%; box-sizing: border-box; } .development .eventli .textBox h2{ font-family: "Montserrat-Medium"; color: #0052D9; font-size: 100px; margin-bottom: 20px; } .development .eventli .textBox .comtxt{ color: #666666; height: 200px; overflow-y: auto; padding-right: 20px; box-sizing: border-box; } /* 滚动条样式 */ .development .eventli .textBox .comtxt::-webkit-scrollbar { width: 4px; } .development .eventli .textBox .comtxt::-webkit-scrollbar-track { border-radius: 4px; background-color: #ebebeb; } .development .eventli .textBox .comtxt::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #0055e1; } /* Firefox滚动条样式 */ .development .eventli .textBox .comtxt { scrollbar-width: thin; } .development .eventli .textBox .comtxt{ scrollbar-color: #002060 #f0f2f6; } .development .eventli .imgBox{ width: 55%; padding-left: 7%; padding-right: 7%; box-sizing: border-box; } .development .year{ position: relative; padding: 0px 60px 25px; } .development .year:before{ content: ''; position: absolute; left: 0; right: 0; bottom: 32px; margin: auto; width: 100%; height: 1px; background: rgba(0,0,0,0.2); } .development .slick-initialized .slick-slide{ padding-bottom: 3px; } .development .year .time{ position: relative; padding-bottom: 30px; font-family: "Montserrat-Medium"; color: #222222; font-size: 18px; text-align: center; } .development .year .slick-current .time{ color: #0052d9; } .development .year .time i{ position: absolute; left: 0; right: 0; bottom: 0; margin: auto; width: 10px; height: 10px; background: #d5d5d5; border-radius: 50%; } .development .year .slick-current .time i{ width: 8px; height: 8px; background: #ffffff; border: #0055e1 solid 4px; bottom: -3px; } .development .slick-arrow{ font-size: 0; width: 58px; height: 58px; box-shadow: 0px 0px 12px rgba(0,83,223,0.08); border-radius: 50%; } .development .slick-prev{ position: absolute; bottom: 3px; left: 0; z-index: 10; text-align: left; background: url(../images/icon11.png) center no-repeat; } .development .slick-next{ position: absolute; bottom: 3px; right: 0; z-index: 10; text-align: right; background: url(../images/icon12.png) center no-repeat; } .development .slick-prev.slick-disabled{ background: url(../images/icon11a.png) center no-repeat; } .development .slick-next.slick-disabled{ background: url(../images/icon12a.png) center no-repeat; } /*.pc-slide { width: 100%; margin: 40px auto; } .view{ position: relative; } .view .swiper-container{ max-width: 1300px; width: 100%; margin: 0 auto; } .view .arrow-left { background: url(../images/img27.png) no-repeat center; position: absolute; left: 0; top: 50%; margin-top: 0; width: 50px; height: 50px; z-index: 10; transition: .2s; } .view .arrow-left:hover{ background: url(../images/img29.png) no-repeat center; -webkit-transform: translateX(-3px); transform: translateX(-3px); } .view .arrow-right { background: url(../images/img28.png) no-repeat center; position: absolute; right: 0; top: 50%; margin-top: 0; width: 50px; height: 50px; z-index: 10; transition: .2s; } .view .arrow-right:hover{ background: url(../images/img30.png) no-repeat center; -webkit-transform: translateX(3px); transform: translateX(3px); } .view .swiper-slide .txt{ float: left; width: 50%; overflow: hidden; } .view .swiper-slide .img{ float: left; width: 50%; overflow: hidden; text-align: right; } .view .swiper-slide .img img{ max-width: 100%; } .view .swiper-slide .timeline-year { font-size: 40px; font-weight: bold; margin-bottom: 35px; color: #009999; } .view .swiper-slide .timeline-title { font-weight: 800; font-size: 34px; margin: 0 0 30px; opacity: 0; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); transition: .2s ease .5s; } .view .swiper-slide .timeline-text { margin-top: 35px; color: #444444; font-size: 14px; line-height: 1.5; opacity: 0; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); transition: .2s ease .6s; } .view .swiper-slide .timeline-text .txtli{ position: relative; width: 100%; color: #444444; font-size: 14px; line-height: 30px; margin-bottom: 25px; padding-left: 40px; padding-right: 40px; overflow: hidden; -o-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .view .swiper-slide .timeline-text .txtli::before{ content: ''; position: absolute; left: 18px; top: 12px; width: 7px; height: 7px; border-radius: 50%; background-color: #009999; } .view .swiper-slide-active .timeline-year { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .4s ease 1.6s; } .view .swiper-slide-active .timeline-title { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .4s ease 1.7s; } .view .swiper-slide-active .timeline-text { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); transition: .6s ease .8s; } .preview { width: 100%; margin-top: 80px; margin-bottom: 80px; position: relative; } .preview .swiper-container { max-width: 1300px; width: 100%; margin: 0 auto; } .preview .swiper-container.swiper-container-horizontal>.swiper-pagination-progress{ top: 20px; height: 1px; background-color: #e5e5e5; z-index: 8; } .preview .swiper-container .swiper-pagination-progress .swiper-pagination-progressbar{ height: 2px; background-color: #009999; } .preview::before{ content: ''; position: absolute; left: 0; top: 40px; width: 100%; height: 1px; background-color: #e5e5e5; } .preview .swiper-slide { width: 120px; cursor:pointer; } .preview .swiper-wrapper{ z-index: 10; } .preview .swiper-slide .s1{ display: block; width: 12px; height: 6px; margin: 0 auto 10px; opacity: 0; transition: .2s; background: url(../images/img32.png) center no-repeat; } .preview .swiper-slide.active-nav .s1{ opacity: 1; } .preview .swiper-slide .s2{ display: block; width: 8px; height: 8px; border-radius: 50%; background-color: #b0b0b0; -webkit-transform: scale(1); transform: scale(1); transition: .2s; margin:0px auto 12px; } .preview .swiper-slide.active-nav .s2{ background-color: #009999; -webkit-transform: scale(1.25); transform: scale(1.25); } .preview .swiper-slide .s3{ display: block; color: #444444; font-size: 20px; text-align: center; } .preview .swiper-slide.active-nav .s3{ font-weight: bold; color: #009999; } .preview .arrow-left { background: url(static/images/feel3.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -9px; width: 9px; height: 18px; z-index: 10; } .preview .arrow-right { background: url(static/images/feel4.png) no-repeat left bottom; position: absolute; right: 10px; top: 50%; margin-top: -9px; width: 9px; height: 18px; z-index: 10; } .preview img { padding: 1px; } .preview .active-nav img { padding: 0; border: 1px solid #F00; }*/ .honors .box ul{ display: flex; align-items: stretch; flex-wrap: wrap; width: 100%; overflow: hidden; padding-bottom: 40px; } .honors .box ul li{ float: left; width: 23.5%; margin-right: 2%; margin-bottom: 2.5%; background: #f9f9f9; padding: 50px 0px; box-sizing: border-box; } .honors .box ul li:nth-child(4n){ margin-right: 0; } .honors .box ul li .img{ padding: 0px 30px 30px; overflow: hidden; } .honors .box ul li .img a{ display: block; width: 100%; overflow: hidden; text-align: center; } .honors .box ul li .img img{ max-width: 100%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .honors .box ul li:hover .img img{ -webkit-transform: scale(1.08); transform: scale(1.08); } .honors .box ul li .txt{ text-align: center; box-sizing: border-box; font-family: "SourceHanSansCNNormal"; color: #666666; font-size: 16px; padding-left: 10px; padding-right: 10px; } /*分页*/ .page{ width: 100%; text-align: center; } .order .page-list, .notice .page-list, .customer-m .page-list{ float: left; } .page-list{ text-align: center; font-size: 0; } .page-list a{ display: inline-block; vertical-align: top; padding: 0px 12px; min-width: 60px; height: 60px; line-height: 58px; margin-bottom: 5px; margin-right: 20px; text-align: center; font-size: 16px; color: #8c8c8c; border-radius: 50%; border: #ececec solid 1px; background-color: #FFFFFF; overflow: hidden; -o-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .page-list a:last-child{ margin-right: 0; } .page-list a.fyprev, .page-list a.fynext{ font-size: 0; } .page-list a.fyprev span, .page-list a.fynext span{ display: inline-block; vertical-align: middle; width: 8px; height: 13px; } .page-list a.fyprev span{ background: url(../images/icon13.png) center no-repeat; background-size: 100% auto; } .page-list a.fynext span{ background: url(../images/icon14.png) center no-repeat; background-size: 100% auto; } .page-list a.fyprev:hover span{ background: url(../images/icon13a.png) center no-repeat; background-size: 100% auto; } .page-list a.fynext:hover span{ background: url(../images/icon14a.png) center no-repeat; background-size: 100% auto; } .page-list a:hover, .page-list a.on{ color: #ffffff; border: #0055e1 solid 1px; background-color: #0055e1; } .page-list .ellipsis{ border: none; color: #8c8c8c; font-size: 20px; background: none; } .partners .box ul{ display: flex; flex-wrap: wrap; align-items: flex-start; padding-bottom: 40px; } .partners .box ul li{ width: 17.5%; margin-right: 3.125%; margin-bottom: 3.125%; border: #e9e9e9 solid 1px; box-sizing: border-box; background: #FFFFFF; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .partners .box ul li:nth-child(5n){ margin-right: 0; } .partners .box ul li:hover{ box-shadow: 0px 0px 18px rgba(0,82,217,0.12); border: #FFFFFF solid 1px; } .partners .box ul li a{ display: block; width: 100%; overflow: hidden; } .recruitList .box ul{ padding-bottom: 40px; } .recruitList .box ul li{ position: relative; background-color: #FFFFFF; padding-left: 40px; padding-right: 40px; margin-bottom: 40px; border: #e9e9e9 solid 1px; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .recruitList .box ul li.on{ box-shadow: 0px 0px 25px rgba(0,0,0,0.12); } .recruitList ul li .crosshead{ position: relative; display: flex; align-items: center; flex-wrap: wrap; width: 100%; min-height: 100px; padding-left: 35px; padding-right: 60px; padding-top: 25px; padding-bottom: 25px; box-sizing: border-box; cursor: pointer; } .recruitList ul li .crosshead .icon{ position: absolute; left: 0; top: 35px; width: 36px; margin-right: 14px; } .recruitList ul li .crosshead .icon img{ max-width: 100%; } .recruitList ul li .crosshead .sp{ flex: 1; display: flex; align-items: center; justify-content: space-between; } .recruitList ul li .crosshead .t1{ flex: 1; font-family: "SourceHanSansCNRegular"; color: #222222; font-size: 22px; } .recruitList ul li .crosshead .t2{ font-family: "SourceHanSansCNNormal"; color: #666666; font-size: 18px; } .recruitList ul li .crosshead .t2 span, .recruitList ul li .crosshead .t2 i{ display: inline-block; } .recruitList ul li .crosshead .t2 i{ font-style: normal; color: #cccccc; margin: 0px 20px; } .recruitList ul li .arrow{ position: absolute; top: 30px; right: 0px; width: 20px; height: 40px; background: url(../images/icon16.png) center no-repeat; background-size: 14px auto; border-radius: 50%; } .recruitList ul li.on .arrow{ background: url(../images/icon17.png) center no-repeat; background-size: 14px auto; } .recruitList ul li .content{ position: relative; display: none; font-family: "SourceHanSansCNNormal"; color: #666666; font-size: 16px; line-height: 2; } .recruitList ul li .content a{ color: #0052d9; } .recruitList ul li .text{ border-top: #ebebeb solid 1px; padding: 50px 0px; } .recruitList ul li .subtit{ font-family: "SourceHanSansCNNormal"; color: #0052D9; font-size: 20px; padding-bottom: 15px; } .solution .box .item{ margin-bottom: 60px; overflow: hidden; box-shadow: 0px 0px 12px rgba(0,0,0,0.08); } .solution .box .item:last-child{ margin-bottom: 0px; } .solution .box .item.left .imgBox{ float: left; } .solution .box .item.left .textBox{ float: left; } .solution .box .item.right .imgBox{ float: right; } .solution .box .item.right .textBox{ float: left; } .solution .box .item .imgBox{ width: 50%; overflow: hidden; } .solution .box .item .imgBox img{ width: 100%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .solution .box .item:hover .imgBox img{ -webkit-transform: scale(1.08); transform: scale(1.08); } .solution .box .item .textBox{ padding-top: 5.625%; padding-bottom: 4%; width: 50%; padding-left: 5%; padding-right: 5%; box-sizing: border-box; } .solution .box .item .textBox .subtit{ margin-bottom: 25px; font-family: "SourceHanSansCNNormal"; color: #999999; font-size: 14px; } .solution .box .item .textBox .subtit h2{ font-family: "SourceHanSansCNMedium"; font-size: 34px; color: #222222; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .solution .box .item:hover .textBox .subtit h2{ color: #0052d9; } .solution .box .item .textBox .txt{ font-family: "SourceHanSansCNNormal"; color: #666666; font-size: 16px; line-height: 2; display: -webkit-box; /*-webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;*/ } .solution .box .item .textBox .comBtn{ margin-top: 12%; } .location{ background-color: #f9f9f9; } .location .cont{ width: 100%; overflow: hidden; padding: 22px 0px; text-align: left; font-size: 0px; font-family: "SourceHanSansCNNormal"; color: #666666; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; /*-webkit-transition: all 0.4s ease; transition: all 0.4s ease;*/ } .location .cont a{ color: #666666; } .location .cont a img{ display: inline-block; vertical-align: text-bottom; max-width: 12px; margin-right: 10px; } .location .cont a, .location .cont span{ display: inline-block; vertical-align: middle; } /*.location .cont a.on, .location .cont a:hover{ color: #0055e1; }*/ .location .cont span{ margin: 0px 2px; } .particulars{ background: url(../images/img52.jpg) center no-repeat; background-size: cover; } .particulars .box{ width: 100%; overflow: hidden; } .particulars .box .imgBox{ float: left; width: 50%; overflow: hidden; } .particulars .box .imgBox .swiper-slide img{ width: 100%; } .particulars .swiper-button-next, .particulars .swiper-button-prev{ position: absolute; top: 50%; width: 58px; height: 58px; margin-top: -29px; z-index: 10; cursor: pointer; -moz-background-size: 100% auto; -webkit-background-size: 100% auto; background-size: 100% auto; background-position: center; background-repeat: no-repeat; } .particulars .swiper-button-next, .particulars .swiper-container-rtl .swiper-button-prev { background-image: url(../images/icon12.png); right: 30px; left: auto; } .particulars .swiper-button-prev, .particulars .swiper-container-rtl .swiper-button-next { background-image: url(../images/icon11.png); left: 30px; right: auto; } .particulars .swiper-button-next.swiper-button-disabled{ opacity: 1; background-image: url(../images/icon12a.png); box-shadow: 0px 0px 12px rgba(0,83,223,0.08); } .particulars .swiper-button-prev.swiper-button-disabled{ opacity: 1; background-image: url(../images/icon11a.png); box-shadow: 0px 0px 12px rgba(0,83,223,0.08); } .particulars .box .textBox{ float: left; width: 50%; padding-left: 6.25%; padding-top: 15px; box-sizing: border-box; } .particulars .box .textBox .title{ font-family: "SourceHanSansCNNormal"; color: #0052d9; font-size: 14px; padding-bottom: 30px; margin-bottom: 30px; border-bottom: rgba(0,0,0,0.1) solid 1px; } .particulars .box .textBox .title h2{ font-family: "SourceHanSansCNMedium"; color: #222222; font-size: 34px; } .particulars .box .textBox .text{ font-family: "SourceHanSansCNNormal"; font-size: 16px; color: #666666; line-height: 2; } .particulars .box .textBox .txt{ margin-top: 25px; font-family: "SourceHanSansCNNormal"; font-size: 16px; color: #666666; line-height: 2; } .particulars .box .textBox .txt ul li{ position: relative; padding-left: 15px; margin-bottom: 10px; } .particulars .box .textBox .txt ul li:before{ content: ''; position: absolute; left: 0; top: 13px; width: 6px; height: 6px; border-radius: 50%; background: #0055e1; } .specifics .title{ border-bottom: #ebebeb solid 1px; margin-bottom: 60px; } .specifics .title span{ position: relative; display: inline-block; padding-bottom: 15px; font-family: "SourceHanSansCNMedium"; color: #0052D9; font-size: 28px; } .specifics .title span:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #0055e1; } .specifics table{ width: 100%; border: none; text-align: center; line-height: 1.7; } .specifics table th{ font-family: "SourceHanSansCNRegular"; color: #fbfbfb; font-size: 22px; background: #0055e1; height: 72px; text-align: center; padding: 10px 0px; box-sizing: border-box; border-right: #e9e9e9 solid 1px; } .specifics table td{ height: 60px; font-family: "SourceHanSansCNNormal"; color: #666666; font-size: 16px; line-height: 1.7; padding-left: 4.5%; padding-right: 10px; padding-top: 6px; padding-bottom: 6px; box-sizing: border-box; border-right: #e9e9e9 solid 1px; text-align: left; } .specifics table th:last-child, .specifics table td:last-child{ border-right: none; } .specifications table tr:nth-child(odd){ background-color: #f9f9f9; } .specifications table tr:nth-child(even){ background-color: #FFFFFF; } .parameters table td{ border-bottom: #e9e9e9 solid 1px;; } .parameters table tr:nth-child(odd){ background-color: #FFFFFF; } .parameters table tr:nth-child(even){ background-color: #f9f9f9; } .parameters table td.bgcolor{ background-color: #f9f9f9; } .diagram .box{ text-align: center; padding: 50px 20px; box-shadow: 0px 0px 12px rgba(0,0,0,0.08); } .diagram .box img{ max-width: 100%; } .contact .box{ display: flex; align-items: center; justify-content: space-between; padding: 4.6875%;; box-shadow: 0px 0px 12px rgba(0,83,223,0.08); } .contact .box ul{ flex: 1; max-width: 1120px; display: flex; justify-content: space-between; padding-right: 30px; box-sizing: border-box; } .contact .box ul li{ padding-right: 20px; box-sizing: border-box; min-width: 30%; } .contact .box ul li .icon span{ display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: rgba(0,0,0,0.1) solid 1px; border-radius: 50%; box-sizing: border-box; } .contact .box ul li .icon span img{ max-width: 44%; } .contact .box ul li .t1{ margin-top: 15px; color: #999999; font-size: 14px; font-family: "SourceHanSansCNNormal"; } .contact .box ul li .t2{ margin-top: 6px; color: #222222; font-size: 20px; font-family: "SourceHanSansCNRegular"; } .mapBox{ width: 100%; overflow: hidden; text-align: center; } .mapBox img{ width: 100%; } .news{ padding-top: 50px; } .news .box ul{ padding-bottom: 80px; } .news .box ul li{ border-bottom: rgba(0,0,0,0.1) dashed 1px; } .news .box ul li a{ display: block; width: 100%; overflow: hidden; padding: 50px 0px; } .news .box ul li .imgBox{ float: left; width: 23.5%; overflow: hidden; } .news .box ul li .imgBox img{ width: 100%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .news .box ul li a:hover .imgBox img{ -webkit-transform: scale(1.1); transform: scale(1.1); } .news .box ul li .textBox{ float: left; width: 76.5%; padding-top: 20px; padding-left: 3.75%; box-sizing: border-box; overflow: hidden; font-family: "SourceHanSansCNNormal"; color: #999999; font-size: 16px; line-height: 2; } .news .box ul li .textBox .date{ display: flex; align-items: center; color: #666666; line-height: 1; margin-bottom: 5px; } .news .box ul li .textBox .date img{ display: inline-block; margin-right: 10px; } .news .box ul li .textBox h3{ font-family: "SourceHanSansCNRegular"; color: #333333; font-size: 24px; margin-bottom: 5px; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; } .news .box ul li a:hover .textBox h3{ color: #0052d9; } .news .box ul li .textBox p{ display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .search-result .news{ padding-top: 0px; } .search_input{ max-width: 650px; margin-left: auto; margin-right: auto; margin-bottom: 70px; } .search_input form{ display: flex; justify-content: center; align-items: center; width: 100%; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; border-left: 1px solid #dddddd; border-radius: 32px; overflow: hidden; } .search_input input.text{ background: url(../images/icon23.png) 25px center no-repeat #fff; line-height: 62px; padding: 0px 20px 0px 60px; box-sizing: border-box; float: left; width: 76.5625%; font-size: 16px; color: #666666; } .search_input input.search_btn{ float: right; width: 23.4375%; line-height: 64px; letter-spacing: 4px; text-align: center; background: #0055e1; font-family: "SourceHanSansCNRegular"; color: #FFFFFF; border-radius: 32px; border: 0; font-size: 20px; } .search_input input.text::-webkit-input-placeholder{ color: #999999; } .search_input input.text:-moz-placeholder{ color: #999999; } .search_input input.text::-moz-placeholder{ color: #999999; } .search_input input.text:-ms-input-placeholder{ color: #999999; } .search-result .subtit{ color: #666666; font-size: 16px; margin-bottom: 10px; } .new-detail .box{ max-width: 1200px; width: 100%; margin-left: auto; margin-right: auto; } .new-detail .box .title h2{ font-family: "SourceHanSansCNMedium"; color: #333333; font-size: 34px; text-align: center; margin-bottom: 10px; } .new-detail .box .title .txt{ display: flex; justify-content: center; font-family: "SourceHanSansCNNormal"; color: #666666; font-size: 16px; line-height: 1; margin-top: 10px; padding-bottom: 15px; } .new-detail .box .title .txt span{ display: flex; align-items: center; margin-right: 55px; margin-bottom: 10px; } .new-detail .box .title .txt span:last-child{ margin-right: 0; } .new-detail .box .title .txt span img{ display: inline-block; margin-right: 10px; } .new-detail .box .article{ padding-top: 30px; padding-bottom: 30px; border-top: rgba(0,0,0,0.1) dashed 1px; font-family: "SourceHanSansCNNormal"; color: #666666; line-height: 2; } /*.new-detail .box .text img{ display: block; margin: auto; }*/ .new-detail .box .other{ width: 100%; overflow: hidden; border-top: rgba(0,0,0,0.1) dashed 1px; padding-top: 40px; } .new-detail .box .prvenext{ float: left; } .new-detail .box .prvenext ul li a{ font-family: "SourceHanSansCNNormal"; color: #666666; font-size: 16px; line-height: 2; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .new-detail .box .prvenext ul li a:hover{ color: #0052d9; } .new-detail .box .back-list a{ float: right; display: flex; align-items: center; justify-content: center; width: 180px; height: 54px; border: #6a6a6a solid 1px; font-family: "SourceHanSansCNNormal"; color: rgba(0,0,0,0.6); font-size: 16px; border-radius: 27px; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .new-detail .box .back-list a i{ display: inline-block; width: 23px; height: 18px; margin-right: 20px; background: url(../images/icon25.png) center no-repeat; background-size: 100% auto; } .new-detail .box .back-list a:hover{ color: #FFFFFF; background-color: #0052d9; border: #0052d9 solid 1px; } .new-detail .box .back-list a:hover i{ background: url(../images/icon26.png) center no-repeat; background-size: 100% auto; } @media screen and (max-width: 1680px){ .footer{ padding-top: 6%; } .footer .footTop .footright{ max-width: 60%; } .footer .footTop{ padding-bottom: 6%; } .footer .footTop .title{ font-size: 20px; } /**/ .i-banner .box .t1{ font-size: 35px; } .i-banner .box .t2{ font-size: 68px; } .i-banner .box .t3{ font-size: 18px; } .i-banner .box .btn{ margin-top: 45px; } .i-banner .box .btn span{ width: 160px; height: 50px; font-size: 15px; } .i-title h2{ font-size: 44px; } .i-title p{ font-size: 15px; } .comtxt{ font-size: 15px; } .comBtn span, .comBtn a{ width: 130px; height: 42px; font-size: 15px; } .comnav .title{ padding-left: 2.5%; padding-right: 2.5%; padding-top: 2.5%; padding-bottom: 2.5%; } .comnav .title h2{ font-size: 35px; } .comnav .title span{ font-size: 24px; } .comnav ul li a{ padding-left: 50px; padding-right: 50px; height: 72px; } .padT120{ padding-top: 110px; } .padB120{ padding-bottom: 110px; } /**/ .index_solution .manageBox{ margin-top: 60px; } .index_solution .box{ padding-left: 5%; } .solutionTxt .textBox .title{ margin-bottom: 10px; } .solutionTxt .textBox .title h3{ font-size: 24px; } .solutionTxt .textBox .comtxt{ margin-bottom: 25px; } .solutionTxt a:hover .textBox{ bottom: 50px; } .index_solution .manageBox{ padding-bottom: 50px; } .index_solution .swiper-scrollbar{ width: calc(100% - 120px); } .index_solution .swiper-button-next, .index_solution .swiper-button-prev{ width: 50px; height: 50px; } .index_services .title{ padding-top: 30px; } .index_services .title h2{ font-size: 33px; } .index_services .title span{ font-size: 105px; } .index_news .box ul li .text{ margin-top: 25px; } .index_news .box ul li .text h3{ font-size: 20px; } .profile .wrap h2{ font-size: 35px; } .development .event{ margin-bottom: 110px; } .development .eventli .textBox h2{ font-size: 90px; } .development .year .time{ padding-bottom: 25px; } .development .slick-arrow{ width: 50px; height: 50px; } .development .slick-prev, .development .slick-next{ bottom: 8px; } .development .eventli .imgBox{ padding-right: 4%; } .development .eventli .textBox{ padding-left: 4%; } .page-list a{ min-width: 52px; height: 52px; line-height: 50px; font-size: 15px; } .honors .box ul li{ padding-top: 3.5%; padding-bottom: 3.5%; } .honors .box ul li .img{ padding: 0 8% 8%; } .honors .box ul li .txt{ font-size: 15px; } .recruitList .box ul li{ padding-left: 35px; padding-right: 35px; margin-bottom: 35px; } .recruitList ul li .crosshead{ min-height: 90px; padding-top: 20px; padding-bottom: 20px; } .recruitList ul li .crosshead .icon{ top: 30px; } .recruitList ul li .crosshead .t1{ font-size: 20px; } .recruitList ul li .crosshead .t2{ font-size: 16px; } .recruitList ul li .crosshead .t2 i{ margin: 0px 15px; } .recruitList ul li .text{ padding: 40px 0px; } .recruitList ul li .subtit{ font-size: 18px; padding-bottom: 10px; } .recruitList ul li .content{ font-size: 15px; } .recruitList ul li .arrow{ top: 25px; } .news .box ul{ padding-bottom: 70px; } .news .box ul li a{ padding: 40px 0px; } .news .box ul li .textBox{ padding-top: 10px; font-size: 15px; } .news .box ul li .textBox .date img{ max-width: 21px; } .news .box ul li .textBox h3{ font-size: 22px; } .search_input input.text{ font-size: 15px; line-height: 56px; } .search_input input.search_btn{ font-size: 19px; line-height: 58px; } .location .cont{ padding: 20px 0px; font-size: 15px; } .new-detail .box .title h2{ font-size: 30px; } .new-detail .box .title .txt{ font-size: 15px; } .new-detail .box .title .txt span img{ max-width: 21px; } .new-detail .box .prvenext ul li a{ font-size: 15px; } .new-detail .box .back-list a{ width: 160px; height: 48px; border-radius: 24px; font-size: 15px; } .new-detail .box .back-list a i{ width: 21px; margin-right: 15px; } .organization .box .level1 label, .organization .box .level2 label{ height: 70px; font-size: 20px; } .organization .box .level3 label{ height: 56px; font-size: 18px; } /**/ .solution .box .item{ margin-bottom: 50px; } .solution .box .item .textBox{ padding-top: 4.5%; } .solution .box .item .textBox .subtit{ margin-bottom: 20px; } .solution .box .item .textBox .subtit h2{ font-size: 30px; } .solution .box .item .textBox .comBtn{ margin-top: 10%; } .solution .box .item .textBox .txt{ font-size: 15px; } .particulars .box .textBox{ padding-left: 5%; } .particulars .box .textBox .title{ padding-bottom: 20px; margin-bottom: 20px; } .particulars .box .textBox .title h2{ font-size: 30px; } .particulars .box .textBox .text, .particulars .box .textBox .txt{ font-size: 15px; } .particulars .box .textBox .txt{ margin-top: 20px; } .particulars .box .textBox .txt ul li{ margin-bottom: 5px; } .particulars .swiper-button-next, .particulars .swiper-button-prev{ width: 50px; height: 50px; margin-top: -25px; } .particulars .swiper-button-prev, .particulars .swiper-container-rtl .swiper-button-next{ left: 20px; } .particulars .swiper-button-next, .particulars .swiper-container-rtl .swiper-button-prev{ right: 20px; } .specifics .title{ margin-bottom: 50px; } .specifics .title span{ font-size: 26px; } .specifics table th{ font-size: 20px; height: 68px; } .specifics table td{ font-size: 15px; height: 56px; } } @media screen and (max-width: 1536px){ /**/ .i-banner .box .t1{ font-size: 32px; } .i-banner .box .t2{ font-size: 63px; } .i-banner .box .t3{ font-size: 16px; } .i-title h2{ font-size: 40px; } .solutionTxt .textBox .title h3{ font-size: 22px; } .index_services .title h2{ font-size: 30px; } .index_services .title span{ font-size: 96px; } .comnav .title h2{ font-size: 32px; } .comnav .title span{ font-size: 22px; } .comnav ul li a{ padding-left: 40px; padding-right: 40px; } .profile .wrap h2{ font-size: 32px; } .profile .box .swiper-slide .textBox .subtit h3{ font-size: 26px; } .development .event{ margin-bottom: 100px; } .development .eventli .textBox h2{ font-size: 84px; } .padT120{ padding-top: 100px; } .padB120{ padding-bottom: 100px; } .organization .box .level1 label, .organization .box .level2 label{ width: 210px; height: 60px; font-size: 18px; } .organization .box .level3 label{ height: 50px; font-size: 16px; } /**/ .solution .box .item .textBox .subtit h2{ font-size: 28px; } } @media screen and (max-width: 1440px){ .i-banner .box .t1{ font-size: 30px; } .i-banner .box .t2{ font-size: 59px; } .i-banner .box .t3{ font-size: 15px; } .i-banner .box .btn{ margin-top: 40px; } .i-banner .box .btn span{ width: 154px; height: 48px; padding: 0px 25px; font-size: 14px; } .i-title h2{ font-size: 38px; } .i-title p{ font-size: 14px; } .comtxt{ font-size: 14px; } .comBtn span, .comBtn a{ font-size: 14px; } .comnav .title h2{ font-size: 30px; } .comnav .title span{ font-size: 21px; } .comnav ul li a{ padding-left: 35px; padding-right: 35px; height: 70px; } .padT100{ padding-top: 90px; } .padB100{ padding-bottom: 90px; } .padT90{ padding-top: 80px; } .padT120{ padding-top: 90px; } .padB120{ padding-bottom: 90px; } .solutionTxt .textBox .title h3{ font-size: 21px; } .index_services .title{ padding-top: 25px; margin-bottom: 35px; } .index_services .title h2{ font-size: 28px; } .index_services .title span{ font-size: 90px; } .index_solution .manageBox{ padding-bottom: 48px; } .index_solution .swiper-scrollbar{ width: calc(100% - 112px); } .index_solution .swiper-button-next, .index_solution .swiper-button-prev{ width: 48px; height: 48px; } .index_solution .swiper-button-next{ margin-left: 16px; } .profile .wrap h2{ font-size: 30px; } .profile .box .swiper-slide .textBox{ padding-left: 35px; padding-right: 35px; } .profile .box .swiper-slide .textBox .subtit{ margin-bottom: 10px; } .profile .box .swiper-slide .textBox .subtit h3{ font-size: 24px; } .contact .box ul li .t2{ font-size: 19px; } .development .event{ margin-bottom: 90px; } .development .eventli .textBox h2{ font-size: 78px; } .development .slick-arrow{ width: 48px; height: 48px; } .page-list a{ min-width: 50px; height: 50px; line-height: 48px; font-size: 14px; margin-right: 15px; padding: 0px 10px; } .page-list a.fyprev span, .page-list a.fynext span{ width: 7px; height: 11px; } .honors .box ul li .txt{ font-size: 14px; } .recruitList .box ul li{ padding-left: 30px; padding-right: 30px; margin-bottom: 30px; } .recruitList ul li .crosshead{ min-height: 80px; padding-top: 15px; padding-bottom: 15px; padding-left: 30px; padding-right: 45px; } .recruitList ul li .crosshead .icon{ top: 25px; width: 32px; } .recruitList ul li .crosshead .t1{ font-size: 18px; } .recruitList ul li .crosshead .t2{ font-size: 14px; } .recruitList ul li .crosshead .t2 i{ margin: 0px 12px; } .recruitList ul li .text{ padding: 35px 0px; } .recruitList ul li .subtit{ font-size: 17px; } .recruitList ul li .content{ font-size: 14px; } .recruitList ul li .arrow{ top: 20px; background: url(../images/icon16.png) center no-repeat; background-size: 12px auto; } .recruitList ul li.on .arrow { background: url(../images/icon17.png) center no-repeat; background-size: 12px auto; } .news .box ul{ padding-bottom: 60px; } .news .box ul li a{ padding: 30px 0px; } .news .box ul li .textBox{ font-size: 14px; } .news .box ul li .textBox .date img{ max-width: 19px; } .news .box ul li .textBox h3{ font-size: 20px; } .search_input input.text{ font-size: 14px; line-height: 54px; } .search_input input.search_btn{ font-size: 18px; line-height: 56px; } .location .cont{ padding: 16px 0px; font-size: 14px; } .new-detail .box .title h2{ font-size: 27px; } .new-detail .box .title .txt{ font-size: 14px; } .new-detail .box .title .txt span{ margin-right: 40px; } .new-detail .box .title .txt span img{ max-width: 19px; } .new-detail .box .other{ padding-top: 30px; } .new-detail .box .prvenext ul li a{ font-size: 14px; } .new-detail .box .back-list a{ width: 150px; height: 45px; border-radius: 23px; font-size: 14px; } .new-detail .box .back-list a i{ width: 19px; margin-right: 10px; } .organization .box .level1 label, .organization .box .level2 label{ width: 180px; height: 50px; font-size: 16px; } .organization .box .level3 label{ height: 42px; font-size: 14px; } .solution .box .item{ margin-bottom: 45px; } .solution .box .item .textBox .txt{ font-size: 14px; } /**/ .particulars .box .textBox .title{ padding-bottom: 15px; margin-bottom: 15px; } .particulars .box .textBox .title h2{ font-size: 28px; } .particulars .box .textBox .text, .particulars .box .textBox .txt{ font-size: 14px; } .particulars .box .textBox .txt{ margin-top: 15px; } .particulars .box .textBox .txt ul li{ margin-bottom: 0px; } .particulars .swiper-button-next, .particulars .swiper-button-prev{ width: 48px; height: 48px; margin-top: -24px; } .particulars .swiper-button-prev, .particulars .swiper-container-rtl .swiper-button-next{ left: 16px; } .particulars .swiper-button-next, .particulars .swiper-container-rtl .swiper-button-prev{ right: 16px; } .specifics .title{ margin-bottom: 40px; } .specifics .title span{ font-size: 24px; } .specifics table th{ font-size: 18px; height: 64px; } .specifics table td{ font-size: 14px; height: 52px; } } @media screen and (max-width: 1366px){ /**/ .i-banner .box .t1{ font-size: 28px; } .i-banner .box .t2{ font-size: 55px; } .i-banner .box .t3{ font-size: 14px; } .i-banner .box .btn{ margin-top: 35px; } .i-banner .box .btn span{ width: 148px; height: 45px; } .i-title h2{ font-size: 36px; } .comnav .title h2{ font-size: 28px; } .comnav .title span{ font-size: 20px; } .comnav ul li a{ padding-left: 30px; padding-right: 30px; } .solutionTxt .textBox .title h3{ font-size: 20px; } .index_services .title h2{ font-size: 27px; } .index_services .title span{ font-size: 86px; } .profile .wrap h2{ font-size: 28px; } .profile .wrap .comtxt{ margin-top: 20px; } .profile .box .swiper-slide .textBox{ padding-left: 30px; padding-right: 30px; } .profile .box .swiper-slide:hover .textBox{ bottom: 25px; } .profile .box .swiper-slide .textBox .subtit h3{ font-size: 22px; } .contact .box ul li .t2{ font-size: 18px; } .development .eventli .textBox h2{ font-size: 72px; } /**/ .solution .box .item .textBox{ padding-top: 4%; padding-left: 4.5%; padding-right: 4.5%; } .solution .box .item .textBox .subtit{ margin-bottom: 15px; } .solution .box .item .textBox .subtit h2{ font-size: 26px; } .solution .box .item .textBox .comBtn{ margin-top: 8%; } .particulars .box .textBox .title h2{ font-size: 26px; } .specifics .title{ margin-bottom: 35px; } .specifics .title span{ font-size: 22px; } } @media screen and (max-width: 1280px){ /**/ .i-banner .box .t1{ font-size: 27px; } .i-banner .box .t2{ font-size: 52px; } .i-title h2{ font-size: 33px; } .i-banner .box .btn{ margin-top: 30px; } .solutionTxt .textBox .title h3{ font-size: 19px; } .comnav .title h2{ font-size: 27px; } .comnav .title span{ font-size: 18px; } .index_services .title { padding-top: 20px; margin-bottom: 30px; } .index_services .title h2{ font-size: 26px; } .index_services .title span{ font-size: 80px; } .padT100{ padding-top: 80px; } .padB100{ padding-bottom: 80px; } .padT90{ padding-top: 70px; } .padT120{ padding-top: 80px; } .padB120{ padding-bottom: 80px; } .profile .wrap h2{ font-size: 27px; } .development .eventli .textBox h2{ font-size: 64px; } .honors .box ul{ padding-bottom: 30px; } .page-list a{ min-width: 44px; height: 44px; line-height: 42px; padding: 0px 8px; } .recruitList .box ul{ padding-bottom: 30px; } .recruitList .box ul li{ padding-left: 25px; padding-right: 25px; margin-bottom: 25px; } .recruitList ul li .crosshead{ min-height: 72px; padding-top: 11px; padding-bottom: 11px; padding-left: 25px; padding-right: 40px; } .recruitList ul li .crosshead .icon{ top: 20px; width: 28px; } .recruitList ul li .crosshead .icon img{ max-width: 14px; } .recruitList ul li .text{ padding: 30px 0px; } .recruitList ul li .arrow{ top: 15px; } .organization .box .level3 ul li{ position: relative; padding-top: 40px; width: 9.777777777777778%; margin-right: 1.5%; } .organization .box .level3 ul li:nth-child(9n){ margin-right: 0; } /**/ .solution .box .item .textBox .subtit h2{ font-size: 24px; } .particulars .box .textBox .title h2{ font-size: 24px; } .specifics .title{ margin-bottom: 30px; } .specifics .title span{ font-size: 20px; } .specifics table th{ font-size: 16px; height: 56px; } .specifics table td{ height: 48px; } .new-detail .box .title .txt span{ margin-right: 30px; } } @media screen and (max-width: 1200px){ .mainContent{ padding-top: 70px; } .menubtn{ display: block; } .header .logo a img{ max-height: 40px; } .header .nav{ display: none; } .searchdiv{ height: 70px; } .head-nation ul{ top: 70px; padding: 10px 0px; } /**/ .footer .footlogo a img{ max-height: 40px; } .footer .footTop .footleft{ width: 28%; } .footer .footTop .footright{ max-width: 65%; width: 65%; } .footer .footTop .title{ font-size: 18px; } } @media screen and (max-width: 1024px){ .mImg{ display: block; } .pImg{ display: none; } .obanner{ padding: 180px 0px; } .obanner .obg, .mImg{ display: block; } .footer{ padding-top: 60px; } .footer .footTop{ padding-bottom: 50px; } .footer .footTop .footleft{ width: 370px; } .footer .footTop .footright{ max-width: calc(100% - 400px); width: 47%; } .footer .footTop .title{ font-size: 22px; } .footer .footTop .footinfor ul{ margin-top: 25px; } .footer .footTop .footinfor{ width: 100%; } .footer .footTop .footnav{ display: none; } .footer .footBottom{ padding: 25px 0px; } .footer .footBottom .box{ display: block; text-align: center; } .footer .footBottom .footShare{ display: none; } /**/ .lunbotu .operate{ height: 140px; margin-right: 10px; } .lunbotu.swiper-container-horizontal .swiper-pagination-progress{ width: 120px; margin-left: 6px; } .lunbotu .operate span{ right: 0; } .i-banner .box{ padding-bottom: 50px; } .i-banner .box .t1{ font-size: 22px; } .i-banner .box .t2{ font-size: 48px; } .i-title h2{ font-size: 28px; } .i-banner .box .btn{ margin-top: 25px; } .padB80 { padding-bottom: 70px; } .padT70 { padding-top: 60px; } .padT100{ padding-top: 70px; } .padB100{ padding-bottom: 70px; } .padT90{ padding-top: 60px; } .padT120{ padding-top: 70px; } .padB120{ padding-bottom: 70px; } .index_solution .box, .index_news .box{ margin-top: 40px; } .index_solution .manageBox{ margin-top: 40px; width: 95%; } .solutionTxt .textBox .title{ margin-bottom: 5px; } .solutionTxt .textBox .title h3{ font-size: 18px; } .solutionTxt .textBox .comtxt{ margin-bottom: 20px; } .index_services{ min-height: 500px; } .index_services .title { padding-top: 20px; margin-bottom: 30px; } .index_services .title h2{ font-size: 24px; } .index_services .title span{ font-size: 72px; } .comnav .comwidth{ justify-content: flex-start; border-bottom: none; } .comnav .title{ position: relative; margin-top: -60px; display: inline-block; width: auto; padding: 25px; } .comnav ul{ display: none; } .comnav .title h2{ font-size: 25px; } .comnav .title span{ font-size: 16px; } .profile .box{ margin-top: 40px; } .profile .wrap .comtxt{ margin-top: 15px; } .profile .wrap h2{ font-size: 25px; } .contact .box{ padding: 45px; } .contact .box ul{ display: block; } .contact .box ul li{ width: 100%; margin-bottom: 25px; padding-right: 0px; } .contact .box ul li:last-child{ margin-bottom: 0px; } .development .event{ margin-bottom: 70px; } .development .eventli .textBox{ padding-left: 0; } .development .eventli .textBox h2{ font-size: 54px; margin-bottom: 10px; } .development .eventli .textBox .comtxt{ height: 170px; } .development .eventli .imgBox{ padding-right: 0; } /**/ .honors .box ul{ padding-bottom: 20px; } .honors .box ul li{ width: 30%; margin-right: 3.5%; margin-bottom: 4%; padding-top: 35px; padding-bottom: 35px; } .honors .box ul li:nth-child(4n){ margin-right: 3.5%; } .honors .box ul li:nth-child(3n){ margin-right: 0; } .honors .box ul li .img{ padding: 0 25px 25px; } .page-list a{ min-width: 40px; height: 40px; line-height: 38px; padding: 0px 6px; margin-right: 10px; } .news{ padding-top: 40px; } .news .box ul{ padding-bottom: 50px; } .news .box ul li .imgBox{ width: 300px; } .news .box ul li .textBox{ width: calc(100% - 300px); } .news .box ul li .textBox h3{ font-size: 18px; } .news .box ul li .textBox .date img{ max-width: 17px; } .search_input{ margin-bottom: 60px; } .search_input input.text{ line-height: 48px; } .search_input input.search_btn{ font-size: 16px; line-height: 50px; } /**/ .location{ display: none; } .new-detail .box .title h2{ font-size: 25px; } .new-detail .box .title .txt span img{ max-width: 17px; } .new-detail .box .prvenext{ float: none; width: 100%; } .new-detail .box .back-list{ display: none; } /**/ .organization .box .level2, .organization .box .level3{ padding-top: 40px; } .organization .box .level2:before, .organization .box .level3:before{ height: 40px; } .organization .box .level1 label, .organization .box .level2 label{ width: 150px; } .organization .box .level3 ul li{ padding-top: 30px; width: calc((100% - 80px) / 5); margin-right: 20px; } .organization .box .level3 ul li:nth-child(5n), .organization .box .level3 ul li:last-child{ margin-right: 0; } .organization .box .level3 ul li:before{ height: 30px; } .organization .box .level3 ul li:nth-child(5):after{ content: ''; position: absolute; top: -2px; right: 0; width: calc(50% - 1px); height: 2px; background: #FFFFFF; } .organization .box .level3 ul li:nth-child(9):after{ display: none; } .partners .box ul{ padding-bottom: 30px; } .partners .box ul li{ width: 22.6%; margin-right: 3.2%; margin-bottom: 3.2%; } .partners .box ul li:nth-child(5n){ margin-right: 3.2%; } .partners .box ul li:nth-child(4n){ margin-right: 0; } /**/ .solution .box .item{ margin-bottom: 40px; } .solution .box .item .textBox .subtit{ margin-bottom: 10px; } .solution .box .item .textBox .subtit h2{ font-size: 22px; } .solution .box .item .textBox .comBtn{ margin-top: 6%; } .particulars .box .imgBox{ float: none; width: 100%; margin-bottom: 30px; } .particulars .box .textBox{ float: none; width: 100%; padding-left: 0; } } @media screen and (max-width: 768px){ .footer .footTop .footleft{ width: 100%; } .footer .footTop .footright{ max-width: 100%; width: 100%; margin-bottom: 30px; } /**/ .lunbotu .operate{ height: 120px; } .lunbotu.swiper-container-horizontal .swiper-pagination-progress{ width: 100px; margin-left: 15px; } .i-banner .box{ padding-bottom: 40px; } .i-banner .box .t1{ font-size: 20px; } .i-banner .box .t2{ font-size: 40px; } .i-banner .box .btn span{ width: 136px; height: 42px; padding: 0px 20px; } .i-title h2{ font-size: 26px; } .comBtn span, .comBtn a{ height: 40px; } .padB80 { padding-bottom: 60px; } .padT70 { padding-top: 50px; } .padT90{ padding-top: 50px; } .padT100{ padding-top: 60px; } .padB100{ padding-bottom: 60px; } .padT120{ padding-top: 60px; } .padB120{ padding-bottom: 60px; } .index_solution .box{ padding-right: 5%; } .index_solution .box, .index_news .box{ margin-top: 35px; } .index_solution .manageBox{ margin-top: 30px; width: 100%; } .solutionTxt .textBox{ padding: 0px 35px; } .solutionTxt .textBox .title{ margin-bottom: 5px; } .solutionTxt .textBox .title h3{ font-size: 18px; } .solutionTxt .textBox .comtxt{ margin-bottom: 20px; } .solutionTxt a:hover .textBox, .solutionTxt a .textBox{ bottom: 40px; } .solutionTxt a .textBox .icon, .solutionTxt a .textBox .comtxt{ opacity: 1; } .solutionTxt a:before { background: url(../images/img3a.png) bottom center no-repeat; background-size: cover; } .index_solution .swiper-button-next, .index_solution .swiper-button-prev{ width: 44px; height: 44px; } .index_services{ padding: 70px 0px; min-height: 450px; } .index_services .title { padding-top: 18px; margin-bottom: 25px; } .index_services .title h2{ font-size: 22px; } .index_services .title span{ font-size: 64px; } .index_services .comBtn{ margin-top: 40px; } .index_news .box ul li{ /*box-shadow: 0px 0px 12px rgba(0,83,217,0.08);*/ background-color: #f9f9f9; } .index_news .box ul li .text{ margin-top: 0px; padding: 30px 25px; } .index_news .box ul li .text h3{ margin-bottom: 10px; } .comnav .title h2{ font-size: 24px; } .comnav .title span{ font-size: 15px; } .profile .box{ margin-top: 35px; } .profile .box .swiper-slide .imgBox{ height: 450px; } .profile .box .swiper-slide .imgBox img{ height: 100%; object-fit: cover; } .profile .wrap h2{ font-size: 24px; } .contact .box{ padding: 40px; } .contact .box ul li .t1{ margin-top: 10px; } .contact .box ul li .t2{ margin-top: 0px; font-size: 17px; } .development .event{ margin-bottom: 50px; } .development .eventli{ flex-wrap: wrap; } .development .eventli .textBox{ width: 100%; } .development .eventli .textBox h2{ font-size: 45px; } .development .eventli .textBox .comtxt{ padding-right: 0; height: auto; } .development .eventli .imgBox{ margin-top: 30px; width: 100%; padding-left: 0; text-align: center; } .development .eventli .imgBox img{ width: 100%; } .development .slick-arrow{ width: 44px; height: 44px; } .development .year .time{ padding-bottom: 20px; } .development .slick-prev, .development .slick-next{ bottom: 10px; } .honors .box ul li{ width: 48%; margin-right: 4%; margin-bottom: 5%; } .honors .box ul li:nth-child(4n){ margin-right: 4%; } .honors .box ul li:nth-child(3n){ margin-right: 4%; } .honors .box ul li:nth-child(2n){ margin-right: 0; } .recruitList .box ul{ padding-bottom: 25px; } .recruitList .box ul li{ margin-bottom: 20px; } .recruitList ul li .crosshead{ min-height: 64px; padding-top: 10px; padding-bottom: 10px; padding-right: 35px; } .recruitList ul li .crosshead .icon{ top: 18px; } .recruitList ul li .crosshead .icon img{ max-width: 13px; } .recruitList ul li .crosshead .t1{ font-size: 16px; } .recruitList ul li .subtit{ font-size: 16px; padding-bottom: 5px; } .recruitList ul li .text{ padding: 25px 0px; } .recruitList ul li .arrow{ top: 12px; } .news{ padding-top: 30px; } .search_input{ margin-bottom: 50px; } .new-detail .box .article{ padding: 25px 0px; } .new-detail .box .other{ padding-top: 25px; } .new-detail .box .title .txt span{ margin-right: 25px; } /**/ .organization .box .level2, .organization .box .level3{ padding-top: 25px; } .organization .box .level2:before, .organization .box .level3:before{ height: 25px; } .organization .box .level1 label, .organization .box .level2 label{ width: 120px; } .organization .box .level3 ul li{ padding-top: 25px; } .organization .box .level3 ul li:before{ height: 25px; } .solution .box .item.left .imgBox, .solution .box .item.right .imgBox{ float: none; width: 100%; } .solution .box .item.left .textBox, .solution .box .item.right .textBox{ float: none; width: 100%; padding: 30px 30px 40px; } .solution .box .item .textBox .comBtn{ margin-top: 25px; } /**/ .particulars .box .textBox{ padding-top: 0; } .solution .box .item .textBox .subtit h2{ font-size: 22px; } .particulars .box .textBox .title h2{ font-size: 22px; } .particulars .swiper-button-next, .particulars .swiper-button-prev{ width: 44px; height: 44px; margin-top: -22px; } } @media screen and (max-width: 640px){ .lunbotu .operate{ height: 100px; } .lunbotu.swiper-container-horizontal .swiper-pagination-progress{ width: 80px; margin-left: 27px; } .i-banner .box{ padding-bottom: 0; } .i-banner .box .t1{ font-size: 17px; } .i-banner .box .t2{ font-size: 36px; } .i-banner .box .btn{ margin-top: 20px; } .i-title h2{ font-size: 24px; } .obanner{ padding: 24% 0; } .index_solution .box{ padding-right: 5%; } .index_solution .box, .index_news .box{ margin-top: 35px; } .index_solution .manageBox{ margin-top: 30px; width: 100%; } .solutionTxt .textBox{ padding: 0px 35px; } .solutionTxt .textBox .title{ margin-bottom: 5px; } .solutionTxt .textBox .title h3{ font-size: 18px; } .solutionTxt .textBox .comtxt{ margin-bottom: 20px; } .solutionTxt a:hover .textBox, .solutionTxt a .textBox{ bottom: 40px; } .solutionTxt a .textBox .icon, .solutionTxt a .textBox .comtxt{ opacity: 1; } .solutionTxt a:before { background: url(../images/img3a.png) bottom center no-repeat; background-size: cover; } .index_solution .swiper-button-next, .index_solution .swiper-button-prev{ width: 42px; height: 42px; } .index_services{ padding: 70px 0px; min-height: 450px; } .index_services .title { padding-top: 15px; } .index_services .title h2{ font-size: 20px; } .index_services .title span{ font-size: 60px; } .index_services .comBtn{ margin-top: 30px; } .profile .box .swiper-slide .textBox, .profile .box .swiper-slide:hover .textBox{ bottom: 25px; } .profile .box .swiper-slide .imgBox:before { background: url(../images/img14.png) center bottom no-repeat; background-size: 100% auto; } .profile .box .swiper-slide .textBox .comtxt{ opacity: 1; } .contact .box{ padding: 35px; } .development .eventli .textBox h2{ font-size: 40px; } .development .slick-arrow{ width: 42px; height: 42px; } .recruitList ul li .crosshead{ padding-top: 15px; padding-bottom: 15px; padding-right: 25px; } .recruitList ul li .crosshead .sp{ display: block; } .recruitList ul li .crosshead .t1{ margin-bottom: 5px; } .recruitList ul li .crosshead .icon{ top: 16px; } .recruitList ul li .crosshead .t2 i{ margin: 0px 8px; } .recruitList ul li .arrow{ top: 7px; } .news .box ul li .imgBox{ width: 100%; margin-bottom: 25px; } .news .box ul li .textBox{ width: 100%; padding-top: 0; padding-left: 0; } .new-detail .box .title h2{ font-size: 24px; } /**/ .organization .box .level3 ul li{ width: calc((100% - 40px) / 3); } .organization .box .level3 ul li:nth-child(9n), .organization .box .level3 ul li:nth-child(5n){ margin-right: 20px; } .organization .box .level3 ul li:nth-child(3n), .organization .box .level3 ul li:last-child{ margin-right: 0; } .organization .box .level3 ul li:nth-child(5):after, .organization .box .level3 ul li:nth-child(9):after{ display: none; } .organization .box .level3 ul li:nth-child(3):after{ content: ''; position: absolute; top: -2px; right: 0; width: calc(50% - 1px); height: 2px; background: #FFFFFF; } .partners .box ul li{ width: 31%; margin-right: 3.5%; margin-bottom: 3.5%; } .partners .box ul li:nth-child(5n), .partners .box ul li:nth-child(4n){ margin-right: 3.5%; } .partners .box ul li:nth-child(3n){ margin-right: 0; } .particulars .swiper-button-next, .particulars .swiper-button-prev{ width: 42px; height: 42px; margin-top: -21px; } } @media screen and (max-width: 540px){ .mainContent{ padding-top: 60px; } .menubtn{ height: 60px; } .m-nav{ top: 60px; height: calc(100vh - 60px); } .header .logo a img{ max-height: 36px; } .header .nav{ display: none; } .searchdiv{ height: 60px; } .head-nation ul{ top: 60px; } /**/ .footer{ padding-top: 50px; } .footer .footlogo a img{ max-height: 36px; } .footer .footTop{ padding-bottom: 40px; } .footer .footTop .title{ font-size: 20px; } .footer .footTop .footright{ margin-bottom: 20px; } .footer .footTop .footform .txt span{ padding-left: 12px; } .footer .footBottom{ padding: 20px 0px; } .footer .footBottom .box .wrap .support{ margin-left: 10px; } /**/ .i-banner .box .t1{ font-size: 16px; } .i-banner .box .t2{ font-size: 32px; } .obanner{ padding: 30% 0; } .padB80 { padding-bottom: 50px; } .padT70 { padding-top: 40px; } .padT90{ padding-top: 40px; } .padT100{ padding-top: 50px; } .padB100{ padding-bottom: 50px; } .padT120{ padding-top: 50px; } .padB120{ padding-bottom: 50px; } .index_solution .box, .index_news .box{ margin-top: 30px; } .solutionTxt .textBox{ padding: 0px 30px; } .solutionTxt a:hover .textBox, .solutionTxt a .textBox{ bottom: 35px; } .solutionTxt .textBox .icon img{ max-width: 25px; } .solutionTxt .textBox .comtxt{ margin-bottom: 15px; } .index_solution .manageBox{ margin-top: 25px; } .index_solution .swiper-scrollbar{ width: calc(100% - 100px); } .index_solution .swiper-button-next, .index_solution .swiper-button-prev{ width: 40px; height: 40px; } .index_services{ padding: 60px 0px; min-height: 400px; } .index_news .box ul li .text{ padding: 25px; } .index_news .box ul li .text h3{ margin-bottom: 5px; font-size: 18px; } .comnav .title{ padding: 20px 25px; } .comnav .title h2{ font-size: 22px; } .comnav .title span{ font-size: 14px; } .profile .box{ margin-top: 30px; } .profile .wrap h2{ font-size: 22px; } .profile .wrap .comtxt{ margin-top: 10px; } .contact .box{ display: flex; flex-wrap: wrap; padding: 35px 30px; } .contact .box ul{ width: 100%; padding-right: 0; } .contact .box .imgBox{ width: 100%; margin-top: 30px; text-align: center; } .development .eventli .textBox h2{ font-size: 36px; } .development .slick-arrow{ width: 40px; height: 40px; } .development .slick-prev, .development .slick-next{ bottom: 14px; } .development .event{ margin-bottom: 40px; } .development .year{ padding-left: 50px; padding-right: 50px; } .development .eventli .imgBox{ margin-top: 25px; } .honors .box ul li{ padding-top: 30px; padding-bottom: 30px; } .honors .box ul li .img{ padding-left: 20px; padding-right: 20px; padding-bottom: 20px; } .recruitList .box ul li { padding-left: 20px; padding-right: 20px; } .page-list a{ min-width: 36px; height: 36px; line-height: 34px; padding: 0px 4px; } .search_input{ margin-bottom: 40px; } .new-detail .box .title h2{ font-size: 22px; } .new-detail .box .title .txt{ padding-bottom: 10px; } .solution .box .item.left .textBox, .solution .box .item.right .textBox{ padding: 25px 25px 35px; } .solution .box .item .textBox .subtit h2{ font-size: 20px; } .particulars .box .textBox .title{ padding-bottom: 10px; } .particulars .box .textBox .title h2{ font-size: 20px; } .specifics .title span{ font-size: 18px; padding-bottom: 10px; } .specifics table th{ font-size: 15px; height: 54px; } .specifics table td{ padding-left: 10px; } .particulars .swiper-button-next, .particulars .swiper-button-prev{ width: 40px; height: 40px; margin-top: -20px; } .news{ padding-top: 20px; } .new-detail .box .title .txt span{ margin-right: 20px; } .news .box ul li .textBox .date img, .new-detail .box .title .txt span img{ margin-right: 6px; } } @media screen and (max-width: 480px){ .footer .footTop{ padding-bottom: 35px; } .footer .footTop .title{ font-size: 18px; } .footer .footTop .footinfor ul{ margin-top: 20px; } .footer .footTop .footright{ margin-bottom: 15px; } .footer .footTop .footform .txt span, .footer .footTop .footform .txt input{ height: 44px; line-height: 44px; } .footer .footTop .footform .btn input{ height: 44px; line-height: 44px; } .footer .footBottom{ padding: 15px 0px; } .lunbotu .operate{ height: 90px; } .lunbotu.swiper-container-horizontal .swiper-pagination-progress{ width: 75px; margin-left: 30px; } .i-banner .box .t1{ font-size: 15px; } .i-banner .box .t2{ font-size: 30px; } .i-banner .box .btn span { width: 132px; height: 40px; } .i-title h2{ font-size: 22px; } .comBtn span, .comBtn a{ width: 120px; height: 38px; } .index_solution .box, .index_news .box{ margin-top: 25px; } .index_services .title{ margin-bottom: 18px; } .index_services .title h2{ font-size: 18px; } .index_services .title span{ font-size: 56px; } .index_solution .manageBox{ margin-top: 20px; } .index_solution .swiper-scrollbar{ width: calc(100% - 85px); } .index_solution .swiper-button-next, .index_solution .swiper-button-prev{ width: 36px; height: 36px; } .index_solution .swiper-button-next{ margin-left: 13px; } .solutionTxt .textBox{ padding: 0px 25px; } .solutionTxt a:hover .textBox, .solutionTxt a .textBox{ bottom: 30px; } .profile .box{ margin-top: 25px; } .profile .box .swiper-slide .textBox{ padding-left: 25px; padding-right: 25px; } .profile .box .swiper-slide .textBox, .profile .box .swiper-slide:hover .textBox{ bottom: 20px; } .profile .box .swiper-slide .textBox .subtit{ margin-bottom: 5px; } .contact .box{ padding: 35px 25px; } .contact .box ul li{ margin-bottom: 20px; } .development .eventli .textBox h2{ font-size: 32px; } .development .slick-arrow{ width: 36px; height: 36px; } .development .year .time i{ width: 8px; height: 8px; } .development .year .slick-current .time i{ width: 6px; height: 6px; background: #ffffff; border: #0055e1 solid 3px; bottom: -1px; } .development .year{ padding-left: 40px; padding-right: 40px; } .honors .box ul li{ padding-top: 25px; padding-bottom: 25px; } .honors .box ul li .img{ padding-left: 15px; padding-right: 15px; padding-bottom: 15px; } .news{ padding-top: 15px; } .news .box ul{ padding-bottom: 45px; } .news .box ul li a{ padding-bottom: 25px; } .news .box ul li .imgBox{ margin-bottom: 20px; } .search_input{ margin-bottom: 30px; } .search_input input.text{ width: calc(100% - 95px); padding-left: 50px; line-height: 44px; background: url(../images/icon23.png) 20px center no-repeat #fff; } .search_input input.search_btn{ width: 95px; font-size: 14px; line-height: 46px; } .new-detail .box .title .txt{ padding-bottom: 5px; } .new-detail .box .article{ padding: 20px 0px; } .new-detail .box .other{ padding-top: 20px; } .new-detail .box .title h2{ font-size: 21px; } .organization .box .level3 ul li{ width: calc((100% - 30px) / 3); margin-right: 15px; } .organization .box .level3 ul li:nth-child(9n), .organization .box .level3 ul li:nth-child(5n){ margin-right: 15px; } .organization .box .level3 ul li:nth-child(3n), .organization .box .level3 ul li:last-child{ margin-right: 0; } .organization .box .level3 label{ font-size: 13px; } .solution .box .item.left .textBox, .solution .box .item.right .textBox { padding: 20px 25px 30px; } .solution .box .item .textBox .comBtn{ margin-top: 20px; } .particulars .swiper-button-prev, .particulars .swiper-container-rtl .swiper-button-next{ left: 12px; } .particulars .swiper-button-next, .particulars .swiper-container-rtl .swiper-button-prev{ right: 12px; } .particulars .swiper-button-next, .particulars .swiper-button-prev{ width: 36px; height: 36px; margin-top: -18px; } } /*20231130*/ .particulars .box{ padding-top: 80px; padding-bottom: 80px; border-bottom: #f8f8f8 solid 25px; } .particulars .box:first-child{ padding-top: 0px; } .particulars .box:last-child{ padding-bottom: 0px; border-bottom: #f8f8f8 solid 0px; } .particulars .box.even .imgBox{ float: right; } .particulars .box.even .textBox{ float: left; padding-left: 0; padding-right: 6.25%; } @media screen and (max-width: 1680px){ .particulars .box.even .textBox{ padding-left: 0; padding-right: 5%; } } @media screen and (max-width: 1280px){ .particulars .box{ padding-top: 70px; padding-bottom: 70px; } } @media screen and (max-width: 1024px){ .particulars .box{ padding-top: 60px; padding-bottom: 60px; } } @media screen and (max-width: 768px){ .particulars .box{ padding-top: 50px; padding-bottom: 50px; } } @media screen and (max-width: 480px){ .particulars .box{ padding-top: 40px; padding-bottom: 40px; border-bottom: #f8f8f8 solid 20px; } } .particulars .box .imgBox img{ width: 100%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .particulars .box .imgBox:hover img{ -webkit-transform: scale(1.08); transform: scale(1.08); } .particulars .box .imgBox video{ width: 100%; } .index_solution .box{ padding-left: 0; } .index_solution .swiper-container{ padding-left: calc((100% - 1600px) / 2); padding-right: calc((100% - 1600px) / 2); } .index_solution .swiper-button-next, .index_solution .swiper-button-prev{ position: absolute; top: 43%; margin-top: -29px; border-radius: 50%; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .index_solution .swiper-button-next, .index_solution .swiper-container-rtl .swiper-button-prev { background: rgba(255,255,255,0.95) url(../images/icon28a.png) center no-repeat; background-size: 8px auto; right: 40px; } .index_solution .swiper-button-prev, .index_solution .swiper-container-rtl .swiper-button-next { background: rgba(255,255,255,0.95) url(../images/icon27a.png) center no-repeat; background-size: 8px auto; left: 40px; } .index_solution .swiper-button-next:hover, .index_solution .swiper-container-rtl .swiper-button-prev:hover{ background: rgba(0,85,225,1) url(../images/icon28a.png) center no-repeat; background-size: 8px auto; } .index_solution .swiper-button-prev:hover, .index_solution .swiper-container-rtl .swiper-button-next:hover{ background: rgba(0,85,225,1) url(../images/icon27a.png) center no-repeat; background-size: 8px auto; } .index_solution .swiper-button-next:before, .index_solution .swiper-container-rtl .swiper-button-prev:before, .index_solution .swiper-button-prev:before, .index_solution .swiper-container-rtl .swiper-button-next:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; border-radius: 50%; background: -webkit-linear-gradient(left, #0052d9, #08a7fd); background: -moz-linear-gradient(left, #0052d9, #08a7fd); background: -o-linear-gradient(left, #0052d9, #08a7fd); background: linear-gradient(to right, #0052d9, #08a7fd); opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .index_solution .swiper-button-next:hover:before, .index_solution .swiper-container-rtl .swiper-button-prev:hover:before, .index_solution .swiper-button-prev:hover:before, .index_solution .swiper-container-rtl .swiper-button-next:hover:before{ opacity: 1; } .index_solution .swiper-button-next:after, .index_solution .swiper-container-rtl .swiper-button-prev:after, .index_solution .swiper-button-prev:after, .index_solution .swiper-container-rtl .swiper-button-next:after{ content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 8px; height: 13px; opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; } .index_solution .swiper-button-next:hover:after, .index_solution .swiper-container-rtl .swiper-button-prev:hover:after{ background: url(../images/icon28.png) center no-repeat; background-size: 100% auto; } .index_solution .swiper-button-prev:hover:after, .index_solution .swiper-container-rtl .swiper-button-next:hover:after{ background: url(../images/icon27.png) center no-repeat; background-size: 100% auto; } .index_solution .swiper-button-next:hover:after, .index_solution .swiper-container-rtl .swiper-button-prev:hover:after, .index_solution .swiper-button-prev:hover:after, .index_solution .swiper-container-rtl .swiper-button-next:hover:after{ opacity: 1; } .index_solution .swiper-button-next.swiper-button-disabled, .index_solution .swiper-button-prev.swiper-button-disabled{ opacity: 0; } .index_solution .swiper-scrollbar{ width: 100%; } .index_solution .manageBox{ width: 100%; } @media screen and (max-width:1680px){ .index_solution .swiper-container{ padding-left: 5%; padding-right: 5%; } } @media screen and (max-width: 1024px){ .index_solution .swiper-container{ padding-left: 0; padding-right: 0; } .index_solution .box{ padding-left: 5%; padding-right: 5%; } .index_solution .swiper-button-next, .index_solution .swiper-button-prev{ top: auto; bottom: 0; margin-top: 0; } .index_solution .swiper-button-next, .index_solution .swiper-container-rtl .swiper-button-prev{ background: rgba(0,85,225,1) url(../images/icon28.png) center no-repeat; background-size: 8px auto; right: 0px; } .index_solution .swiper-button-next:before, .index_solution .swiper-container-rtl .swiper-button-prev:before, .index_solution .swiper-button-prev:before, .index_solution .swiper-container-rtl .swiper-button-next:before{ opacity: 1; } .index_solution .swiper-button-prev, .index_solution .swiper-container-rtl .swiper-button-next { left: auto; right: 65px; } .index_solution .swiper-button-next:after, .index_solution .swiper-container-rtl .swiper-button-prev:after, .index_solution .swiper-button-prev:after, .index_solution .swiper-container-rtl .swiper-button-next:after{ opacity: 1; } .index_solution .swiper-button-next:after, .index_solution .swiper-container-rtl .swiper-button-prev:after{ background: url(../images/icon28.png) center no-repeat; background-size: 100% auto; } .index_solution .swiper-button-prev:after, .index_solution .swiper-container-rtl .swiper-button-next:after{ background: url(../images/icon27.png) center no-repeat; background-size: 100% auto; } .index_solution .swiper-button-next.swiper-button-disabled{ background: rgba(255,255,255,1) url(../images/icon28a.png) center no-repeat; background-size: 8px auto; opacity: 1; } .index_solution .swiper-button-prev.swiper-button-disabled{ background: rgba(255,255,255,1) url(../images/icon27a.png) center no-repeat; background-size: 8px auto; opacity: 1; } .index_solution .swiper-button-prev.swiper-button-disabled:after, .index_solution .swiper-button-next.swiper-button-disabled:after, .index_solution .swiper-button-next.swiper-button-disabled:before, .index_solution .swiper-button-prev.swiper-button-disabled:before{ opacity: 0; } .index_solution .swiper-scrollbar{ width: calc(100% - 112px); } } @media screen and (max-width: 768px){ .index_solution .swiper-container{ padding-left: 0; padding-right: 0; } .index_solution .swiper-button-next, .index_solution .swiper-button-prev{ bottom: 4px; } .index_solution .swiper-button-prev, .index_solution .swiper-container-rtl .swiper-button-next { right: 60px; } .index_solution .swiper-scrollbar{ width: calc(100% - 100px); } .index_solution .swiper-button-next.swiper-button-disabled{ background: rgba(255,255,255,1) url(../images/icon28a.png) center no-repeat; background-size: 7px auto; } .index_solution .swiper-button-prev.swiper-button-disabled{ background: rgba(255,255,255,1) url(../images/icon27a.png) center no-repeat; background-size: 7px auto; } .index_solution .swiper-button-next:after, .index_solution .swiper-container-rtl .swiper-button-prev:after, .index_solution .swiper-button-prev:after, .index_solution .swiper-container-rtl .swiper-button-next:after{ width: 7px; height: 11px; } } @media screen and (max-width: 540px){ .index_solution .swiper-button-next, .index_solution .swiper-button-prev{ bottom: 6px; } .index_solution .swiper-button-prev, .index_solution .swiper-container-rtl .swiper-button-next { right: 50px; } .index_solution .swiper-scrollbar{ width: calc(100% - 90px); } .index_solution .swiper-button-next.swiper-button-disabled{ background: rgba(255,255,255,1) url(../images/icon28a.png) center no-repeat; background-size: 6px auto; } .index_solution .swiper-button-prev.swiper-button-disabled{ background: rgba(255,255,255,1) url(../images/icon27a.png) center no-repeat; background-size: 6px auto; } .index_solution .swiper-button-next:after, .index_solution .swiper-container-rtl .swiper-button-prev:after, .index_solution .swiper-button-prev:after, .index_solution .swiper-container-rtl .swiper-button-next:after{ width: 6px; height: 10px; } } .solution .box .item .imgBox video{ width: 100%; } .development .slick-initialized .slick-slide{ cursor: pointer; } .i-title a h2, .i-title a p{ -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .i-title a:hover h2{ color: #0052d9; } .i-title a:hover p{ color: #000000; } .i-title a{ -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } .i-title a:hover h2{ -webkit-transform: scale(1.1); transform: scale(1.1); } .index_solution .manageBox{ margin-top: 30px; } @media screen and (max-width: 540px){ .index_solution .manageBox{ margin-top: 25px; } } @media screen and (max-width: 480px){ .index_solution .manageBox{ margin-top: 20px; } } .searchdiv a img, .head-nation .current img{ opacity: 0.5; -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .searchdiv a:hover img, .head-nation:hover .current img{ opacity: 1; -webkit-filter: grayscale(0%); filter: grayscale(0%); } .solution .box .item{ display: flex; align-items: center; flex-wrap: wrap; } .solution .box .item.left .imgBox, .solution .box .item.left .textBox, .solution .box .item.right .imgBox, .solution .box .item.right .textBox{ float: left; } .solution .box .item.left .textBox, .solution .box .item.right .textBox{ padding-top: 4%; padding-bottom: 4% } @media screen and (max-width: 768px){ .solution .box .item.right{ flex-direction: column-reverse; } .solution .box .item.left .textBox, .solution .box .item.right .textBox{ padding-top: 40px; padding-bottom: 40px; } } @media screen and (max-width: 540px){ .solution .box .item.left .textBox, .solution .box .item.right .textBox{ padding-top: 30px; padding-bottom: 30px; } } .particulars .box .comwidth{ display: flex; align-items: center; flex-wrap: wrap; } .particulars .box.odd .textBox, .particulars .box.odd .imgBox, .particulars .box.even .imgBox, .particulars .box.even .textBox{ float: left; } .particulars .box.odd .textBox, .particulars .box.even .textBox{ padding-top: 0px; padding-bottom: 0px; } @media screen and (max-width: 1024px){ .particulars .box.even .comwidth{ flex-direction: column-reverse; } .particulars .box .textBox{ padding-left: 0 !important; padding-right: 0 !important; } .particulars .box.odd .textBox, .particulars .box.even .textBox{ padding-top: 10px; } } @media screen and (max-width: 768px){ .particulars .box.odd .textBox, .particulars .box.even .textBox{ padding-top: 0px; } } .index_services .comtxt a{ color: #666666; } .index_services .title h2, .index_services .comtxt a, .particulars .box .textBox .title h2{ -webkit-transition: all 0.4s ease; transition: all 0.4s ease; } .index_services .comwidth:hover .title h2{ color: #0052d9; -webkit-transform: scale(1.1); transform: scale(1.1); } .index_services .comwidth:hover .comtxt a{ color: #000000; } .particulars .box .textBox:hover .title h2{ color: #0052d9; } /*20231220*/ .index_solution .box .swiper-container{ -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); overflow: hidden; } .index_solution .box .swiper-container .swiper-slide{ transform: translate3d(0,0,0); } .solutionTxt .textBox .title p{ -webkit-font-size: 14px; font-size: 14px; } .solutionTxt .textBox .comtxt{ -webkit-font-size: 16px; font-size: 16px; } @media screen and (max-width: 1680px){ .solutionTxt .textBox .comtxt{ -webkit-font-size: 15px; font-size: 15px; } } @media screen and (max-width: 1440px){ .solutionTxt .textBox .comtxt{ -webkit-font-size: 14px; font-size: 14px; } } @media screen and (max-width: 1024px){ .comnav.show .comwidth{ display: block; } .comnav.show ul{ display: block; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; font-size: 0; text-align: center; } .comnav.show ul::-webkit-scrollbar { width: 0px; height: 0px; } .comnav.show ul::-webkit-scrollbar-button { background-color: rgba(0, 0, 0, 0); } .comnav.show ul::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, 0); } .comnav.show ul::-webkit-scrollbar-track-piece { background-color: rgba(0, 0, 0, 0); } .comnav.show ul::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0); } .comnav.show ul::-webkit-scrollbar-corner { background-color: rgba(0, 0, 0, 0); } .comnav.show ul::-webkit-scrollbar-resizer { background-color: rgba(0, 0, 0, 0); } .comnav.show ul::-webkit-scrollbar { width: 0px; height: 0px; } .comnav.show ul li{ display: inline-block; margin-right: 10px; padding-bottom: 0; } } @media screen and (max-width: 768px){ .comnav.show ul li a{ padding-left: 25px; padding-right: 25px; } } @media screen and (max-width: 640px){ .comnav.show ul{ margin-top: 10px; } .comnav.show ul li a{ padding-left: 20px; padding-right: 20px; height: 60px; } } @media screen and (max-width: 540px){ .comnav.show ul li a{ padding-left: 15px; padding-right: 15px; } } @media screen and (max-width: 480px){ .comnav.show ul li a{ padding-left: 10px; padding-right: 10px; height: 50px; } } .footer .footTop .footform .txt span{ white-space: nowrap; } @media screen and (max-width: 1024px){ .solutionTxt .textBox .title h3, .solutionTxt .textBox .title p, .solutionTxt .textBox .comtxt{ -webkit-text-size-adjust: 100%; } .i-banner{ margin-top: -10%; } .i-banner .box{ max-width: 90%; } } .solutionTxt .textBox .comtxt{ max-height: 48px; line-height: normal; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; white-space: normal; } @media screen and (max-width: 1680px){ .solutionTxt .textBox .comtxt{ max-height: 46px; } } @media screen and (max-width: 1440px){ .solutionTxt .textBox .comtxt{ max-height: 42px; } } /*20240122*/ @media screen and (min-width: 641px){ .profile .box .swiper-slide .textBox .comtxt{ max-height: 60px; -webkit-transition: max-height 0.7s ease; transition: max-height 0.7s ease; } .profile .box .swiper-slide:hover .textBox .comtxt{ max-height: 200px; } }