锘?{ margin: 0; padding: 0; } body{ color: #333; font-family:"Microsoft YaHei",微锟斤拷锟脚猴拷,"Microsoft JhengHei",锟斤拷锟斤拷细锟斤拷,STHeiti,MingLiu ; } a{ text-decoration: none; color: #333; } ul li{ list-style: none; } .fl{ float: left; } .fr{ float: right; } /*input,p,span,textarea,a,select,button,label,img*/ /*{*/ /*display: block;*/ /*}*/ .clear{ clear: both; overflow: hidden; } .ellipsis{ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .to2{ text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; } .to3{ text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .fix{ position: fixed; width: 100%; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.6); z-index: 999; } .logo{ width: 170px; /*height: 80px;*/ height: 64px; background: url("../img/logo.png") no-repeat center center; -webkit-background-size: contain; /*background-size: contain;*/ background-size: auto 70%; } .container{ width: 1195px; margin: 0 auto; } .nav_txt { display: flex; align-items: center; } .nav_txt li { margin: 0 35px; color: #fff; /*line-height: 80px;*/ line-height: 64px; } .nav_txt li a{ color: #fff; } .header_container{ background: url("../img/01_01.jpg") no-repeat center center; -webkit-background-size: cover; background-size: cover; width: 100%; height: 1020px; } .head_nav{ display: flex; align-items: center; justify-content: space-between; /*padding: 26px 0;*/ } .banner_box{ width: 100%; height: 900px; display: table } .banner_title{ display: table-cell; vertical-align: middle; color: #fff; } .banner_title h1{ font-size:76px; margin-bottom: 35px; font-weight: normal; } .banner_title p{ font-size: 28px; margin-bottom: 55px; } .banner_title a{ display: block; background-color: #165aee; padding: 12px 0; text-align: center; color: #fff; width: 150px; border-radius: 8px; } .fix .logo { background: url("../img/logo_yc.png") no-repeat center center; -webkit-background-size: contain; /*background-size: contain;*/ background-size: auto 70%; } /*header end*/ .title { text-align: center; } .title img{ width: 600px; margin: 80px 0; } .row{ display: flex; justify-content: space-between; flex-wrap: wrap; } .js_box .box_row_3{ height: 372px; } .box_row_3{ width:30%; /*height: 372px;*/ text-align: center; padding: 20px 35px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 2px; } .box_row_3 img{ height: 105px; } .box_row_3 h2{ font-size: 24px; font-weight: normal; margin: 24px 34px; } .box_row_3 p{ color: #666; line-height: 24px; } .box_row_3 .ljBtn{ display: none; } .box_row_3 .ljBtn>a{ padding: 8px 0; background-color: #f76c0c; width: 120px; border-radius: 5px; margin: 10px auto 0; color: #fff; display: inline-block; } .box_row_3:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.4); } .box_row_3:hover .ljBtn{ display: block; } .box.pb180{ padding-bottom: 60px; } /*锟斤拷锟杰硷拷驶锟斤拷锟斤拷锟杰硷拷锟斤拷锟斤拷锟斤拷平台EMOS*/ .emos{ /*background: url("../img/01_07.jpg") no-repeat top center;*/ /*-webkit-background-size: cover;*/ /*background-size: cover;*/ width: 100%; height: 685px; } .tab_content_emos__b{ width: 100%; height: 100%; } .tab_content_emos{ width: 100%; height: 100%; position: relative; } .emos .swiper-container{ height: 6.2rem; } .tab_content_emos .container{ display: table; height: 100%; } .tab_content{ width: 100%; height: 100%; position: relative; } .container_emos{ position: absolute; top: 80%; left: 0; width: 100%; z-index: 4; } .emos_content{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .tab_content_emos_box{ position: absolute; top: 0; left: 0; } .emos_con{ width: 380px; padding: 20px 0; text-align: center; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.3); } .emos_con .emos_img{ width: 97px; height: 105px; -webkit-background-size: 100%; background-size: 100%; margin: 0 auto; margin-bottom: 15px; } .emos_img.iocn1{ background: url("../img/emos_icon1.png") no-repeat top center; } .emos_img.iocn2{ background: url("../img/emos_icon2.png") no-repeat top center; } .emos_img.iocn3{ background: url("../img/emos_icon3.png") no-repeat top center; } .emos_con p{ margin-bottom: 10px; } .emos_con.active{ background-color: #1f27e4; color: #fff; } .emos_con.active a{ color: #fff; } .emos_con.active .emos_img.iocn1{ background: url("../img/emos_icon1a.png") no-repeat top center; } .emos_con.active .emos_img.iocn2{ background: url("../img/emos_icon2a.png") no-repeat top center; } .emos_con.active .emos_img.iocn3{ background: url("../img/emos_icon3a.png") no-repeat top center; } .emos_banner{ width: 100%; height:100%; overflow: hidden; } .emos_banner img{ /*width: 100%;*/ height: 100%; object-fit:fill; /*transition: all 0.5s;*/ /*-moz-transition: all 0.5s;*/ /*-webkit-transition: all 0.5s;*/ /*-o-transition: all 0.5s;*/ /*transform: scale(1.2);*/ /*-ms-transform: scale(1.2);*/ } .tab_content_emos:hover .emos_banner img{ transform: scale(1); -ms-transform: scale(1); } /*--------------------------------------------------*/ .indProGallery { width: 100%; height: 685px; } .indProGallery.swiper-container-fade .swiper-slide { pointer-events: all; } .indProGallery .swiper-slide { width: 100%; cursor: pointer; overflow: hidden; position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: flex-start; align-items: flex-start; background: #fff; } .indProGallery .swiper-slide a { display: block; width: 100%; height: 685px; } .indProGallery .swiper-slide .swiper_slide_bg { position: absolute; left: 0; top: 0; width: 100%; height: 685px; transition: all 4s; -moz-transition: all 4s; -webkit-transition: all 4s; -o-transition: all 4s; transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); background-size: cover !important; } .ani .tab_content_emos_box{ position: absolute; top:0; left: 0; width: 100%; height: 685px; z-index: 2; } .ani .tab_content_emos_box .container{ height: 100%; display: table; } .emos_title{ display: table-cell; vertical-align: middle; } .emos_title h1{ font-size: 26px; color: #fff; margin-bottom: 20px; } .emos_title ul li{ color: #fff; margin-bottom: 25px; } .emos_title ul li::before{ content: ''; width: 32px; height: 34px; display: inline-block; margin-right: 8px; vertical-align: middle; background: url("../img/checked.png") no-repeat center center; -webkit-background-size: contain; background-size: contain; } .indProThumbs { margin-top: -100px; z-index: 1; } .indProThumbs .swiper-slide { background-color: #fff; cursor: pointer; padding: 20px 0; box-shadow: 0 0 10px rgba(0,0,0,0.5); } .indProThumbs .swiper-slide.active { background-color: #1f27e4; } .indProThumbsIcn { background-position: center top; overflow: hidden; background-repeat: no-repeat; width: 97px; height: 105px; -webkit-background-size:contain; background-size: contain; margin: 0 auto; margin-bottom: 15px; } .indProThumbs .swiper-slide.active .indProThumbsFont { color: #fff; } .indProThumbsFont { font-size: 16px; margin-bottom: 10px; color: #595959; text-align: center; letter-spacing: 2px; } /*.indProThumbsIcn.iocn1{*/ /*background: url("../img/emos_icon1.png") no-repeat top center;*/ /*}*/ /*.indProThumbsIcn.iocn2{*/ /*background: url("../img/emos_icon2.png") no-repeat top center;*/ /*}*/ /*.indProThumbsIcn.iocn3{*/ /*background: url("../img/emos_icon3.png") no-repeat top center;*/ /*}*/ /*.indProThumbs .swiper-slide.active .indProThumbsIcn.iocn1{*/ /*background: url("../img/emos_icon1a.png") no-repeat top center;*/ /*}*/ /*.indProThumbs .swiper-slide.active .indProThumbsIcn.iocn2{*/ /*background: url("../img/emos_icon2a.png") no-repeat top center;*/ /*}*/ /*.indProThumbs .swiper-slide.active .indProThumbsIcn.iocn3{*/ /*background: url("../img/emos_icon3a.png") no-repeat top center;*/ /*}*/ .indProThumbsIcn{ overflow: hidden; position: relative; } .indProThumbsIcn .icon{ width: 100%; height: 100%; } .indProThumbsIcn .icon img{ width: 100%; height: 100%; } .indProThumbsIcn .hideImg{ position: absolute; top: 105px; left: 0; } .indProThumbs .swiper-slide.active .indProThumbsIcn .hideImg{ position: absolute; top: 0; left: 0; } .indProGallery .swiper-slide.active .swiper_slide_bg{ transform: scale(1); -ms-transform:scale(1); /* IE 9 */ -moz-transform:scale(1); /* Firefox */ -webkit-transform:scale(1); /* Safari 锟斤拷 Chrome */ -o-transform:scale(1); } /*emos end---------------------------------------------------------------*/ .title_text { text-align: center; } .title_text h1{ font-size: 28px; font-weight: normal; } .title_text p{ color: #666; margin: 15px 0 30px; } .box.p135{ padding: 135px 0; } .box_row .tit h2{ font-size: 24px; font-weight: normal; } .box_row .tit h2::before{ content: ''; width: 10px; height: 30px; display: inline-block; vertical-align: top; margin-right: 10px; background-color: #1f27e4; } .cell_txt span{ font-size: 14px; color: #666; } .cell_txt span.ljgd{ text-align: right; float: right; margin-top: 10px; font-size: 16px; color: #f76c0c; } .cell_txt h4{ font-size: 18px; font-weight: normal; margin: 12px 0; } .cell_txt p{ font-size: 14px; color: #666; } .cell_row_2 a{ display: flex; } .cell_row_2 .cell_img img{ width: 260px; height: 165px; } .cell_row{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 25px; padding-bottom: 40px; border-bottom: 1px solid #e7e7e7; } .cell_row_2{ width: 48%; display: flex; justify-content: space-between; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; padding: 10px; cursor: pointer; } .cell_txt{ padding: 0 20px 0 28px; } .cell_txt a{ display: inline-block; margin-top: 50px; float: right; color: #1f27e4; } .cell_row_2:hover{ box-shadow: 0 2px 10px rgba(0,0,0,0.3); transform: translateY(-3px); } .tit.mt35{ margin-top: 35px; } .box_row .cell_row:nth-last-child(1){ border-bottom: none; } .tz{ background: url("../img/01_11.jpg") no-repeat top center; -webkit-background-size: cover; background-size: cover; width: 100%; } .tz.p_space{ padding: 80px 0 35px; } .tg.p_space{ padding: 35px 0; } .tz_box{ display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } .tzfimg{ width: 85% !important; margin:2% 0 !important; } .p_space .tz_box .tz-img{ width: 340px; height: auto; margin: 0 40px 100px } .p_space .tz_box .tz-img:nth-child(4n){ margin-right:0; } .p_space .tz_box .tz-img img{ max-width: 100%; max-height: 100%; } .tz_box .tz-img.w330{ width: 300px; } .tz_box2{ width:100%; font-size:18px; color:#626162; text-align: right; } .footer{ } .foot_logo{ width: 25%; float: left; } .foot_link{ width: 75%; float: left; border-left: 1px solid #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 3%; } .foot{ background-color: #0e1572; padding: 50px 0 20px; } .copyright{ background-color: #0a145c; } .link_ul{ width:100%; display: flex; } .foot_link ul{ width: 20%; } .foot_link ul li{ color: #fff; } .foot_link ul li:first-child{ margin-bottom: 20px; } .foot_link ul li:first-child a{ font-size:16px; } .foot_link ul li a{ font-size: 12px; color: #fff; display: inline-block; margin-bottom: 16px; } .foot_logo>img{ width: 115px; margin-bottom: 15px; } .foot_info{ display: flex; justify-content: space-between; } .info_box{ color: #fff; width: 50%; } .info_box p{ display: flex; margin-bottom: 20px; } .info_box p img{ width: 20px; margin-right: 5px; } .info_box>img{ width: 70px; } .info_box ul li{ font-size: 14px; margin-bottom: 12px; } .copyright p{ text-align: center; padding: 10px 0; color: #fff; } /*head*/ .header{ width: 100%; } .logo_yc img{ width: 170px; } .navTit{ display: flex; } .head_con{ display: flex; justify-content: space-between; align-items: center; padding: 32px 0 20px; } .navTit li{ margin: 0 35px; padding-bottom: 20px; } .navTit li.active{ border-bottom: 2px solid #1d25e5; } .navTit li.active a{ color: #1d25e5; } .navTit li .lang.on{ color: #1d25e5; } .crumbs { padding: 25px 0; background-color: #f1f1f1; } .crumbs ul{ display: flex; align-items: center; } .crumbs li { font-size: 14px; color: #666; margin:0 8px; } .crumbs li a{ color: #666; } .crumbs li.currentTxt{ margin-left: 20px; } .bannerTxt { text-align: right; color: #fff; } .bannerTxt img{ } .bannerTxt h1{ font-size: 40px; margin: 28px 0; font-weight: normal; } .bannerTxt a{ display: inline-block; background-color: #02a5ed; padding: 12px 0; text-align: center; color: #fff; width: 150px; border-radius: 8px; } .banner_main { width: 100%; height: 655px; background: url(../img/03_02.png) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .banner_main .container{ display: table; height: 100%; } .banner_main .bannerTxt{ display: table-cell; vertical-align: middle; } .product .box_row_3{ /*width: 385px;*/ /*padding: 40px 100px;*/ width: 32.5%; padding: 35px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.3); background-color: #fff; } .product .box_row_3 img{ margin-bottom: 30px; max-width: 100%; /*height: 124px;*/ } .solution .box_row_3{ /*width: 385px;*/ /*padding: 40px 100px;*/ width:19.4%; padding: 35px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.3); background-color: #fff; } .solution.sol1 .box_row_3{ /*width: 385px;*/ /*padding: 40px 100px;*/ width:49%; padding: 35px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.3); background-color: #fff; } .solution .box_row_3 img{ margin-bottom: 30px; /*height: 124px;*/ } .box.product, .box.solution{ margin-top: -75px; } .box.product .container{ width:53%; } .box.solution .container{ width:90%; } .box.sol1 .container{ width:35%; } .product .box_row_3:hover{ background-color: #d2d5f9; } .solution .box_row_3:hover{ background-color: #d2d5f9; } .box.definition{ padding: 58px 0; } .definition .box{ text-align: center; } .definition .box img{ width:937px; } .trait .title_text{ padding: 85px 0; } .trait{ background: url("../img/03_06.png") no-repeat center center; -webkit-background-size: cover; background-size: cover; padding-bottom: 60px; } .trait .box_row_4{ text-align: center; } .trait .box_row_4 img{ margin-bottom: 35px; } .trait .row{ display: flex; justify-content: space-between; margin-bottom: 80px; } .combine_box{ height: 390px; background-color: #fff; margin-bottom: 40px; } .combine_box .w50{ width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .combine_box .combine_img img{ width: 100%; height: 100%; transform: scale(1); -ms-transform: scale(1); transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; overflow: hidden; } .combine_box .combine_img:hover img{ transform: scale(1.1); -ms-transform: scale(1.1); } .combine_box .combine_text{ padding: 62px 38px ; } .combine_tit{ margin-bottom: 25px; } .combine_tit h1 { font-size: 24px; font-weight: normal; } .combine_tit h1::before { content: ''; width: 10px; height: 30px; display: inline-block; vertical-align: top; margin-right: 10px; background-color: #1f27e4; } .combine_text ul { margin-left: 20px; } .combine_text ul li{ margin-bottom: 22px; } .combine_text ul li::before{ content: ''; display: inline-block; width: 4px; height: 4px; margin-right: 4px; border-radius: 50%; background-color: #666; vertical-align: middle; } .box.learn{ background: url("../img/03_07.png") no-repeat center center; -webkit-background-size: cover; background-size: cover; padding: 60px 0; } .learn_title{ text-align: center; } .learn_title h2{ font-size: 32px; font-weight: normal; padding: 20px 0; } .learn_title p{ font-size: 24px; color: #666; } .learn_title a{ display: inline-block; background-color: #e68e4c; padding: 12px 0; text-align: center; color: #fff; width: 205px; border-radius: 8px; margin-top: 40px; } /*cp02*/ .banner_main.ban02{ width: 100%; height: 655px; background: url(../img/02_02.png) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .title_text p.w60{ width: 60%; margin: 22px auto; font-size: 18px; line-height: 28px; } /*cp03*/ .banner_main.ban03{ width: 100%; height: 655px; background: url(../img/ban03.png) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .pro_img.w40{ width: 40%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .pro_img img{ width: 486px; } .pro_text.w60{ width: 60%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .pro_text h1{ font-size: 38px; font-weight: normal; margin-bottom: 50px; } .pro_text p{ text-indent: 20px; padding: 10px 100px 0 10px; line-height: 32px; } .processor{ padding: 75px 0; } .parameter{ } .parameter_cell{ padding-right: 40px; text-align: center; } /*.parameter_cell::after{*/ /*content: '';*/ /*display: inline-block;*/ /*width: 2px;*/ /*height: 185px;*/ /*background: url("../img/line.png") no-repeat top center;*/ /*-webkit-background-size: contain;*/ /*background-size: contain;*/ /*}*/ .parameter_cell .para_img{ width: 125px; height: 115px; margin-bottom: 22px; } .parameter_cell .para_img.para1{ background: url("../img/cp3_icon04.png") no-repeat center center; -webkit-background-size: contain; background-size: contain; } .parameter_cell .para_img.para2{ background: url("../img/cp3_icon05.png") no-repeat center center; -webkit-background-size: contain; background-size: contain; } .parameter_cell p{ font-size: 26px; color: #1f27e4; } .parameter_box{ width: 50%; display: flex; align-items: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .parameter_box ul::before{ content: ''; display: inline-block; float: left; width: 2px; height: 185px; background: url("../img/line.png") no-repeat top center; -webkit-background-size: contain; background-size: contain; } .parameter_box ul li{ font-size: 14px; padding: 0 120px 0 35px; } .parameter_box ul li::before{ content: ''; display: inline-block; width: 4px; height: 4px; margin-right: 4px; border-radius: 50%; background-color: #666; vertical-align: middle; } .parameter_box ul li:first-child{ padding-top:24px ; } .td { margin-bottom: 110px; } .td .main{ width: 1195px; margin:0 auto; background: url("../img/td_bg.png") no-repeat center center; -webkit-background-size: cover; background-size: cover; padding: 112px 90px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; } .td .main:hover{ transform: scale(1.1); -ms-transform: scale(1.1); } .td_txt { color: #fff; } .td_txt h2{ font-size: 32px; margin-bottom: 65px; font-weight: normal; } .td_t_box p{ margin-bottom: 22px; text-align: left; } .td_txt p::before { content: ''; width: 26px; height: 28px; display: inline-block; margin-right: 8px; vertical-align: middle; background: url(../img/checked.png) no-repeat center center; -webkit-background-size: contain; background-size: contain; } .soc{ background: url("../img/td_bg01.png") no-repeat left center; -webkit-background-size: cover; background-size: cover;padding-bottom: 100px; } .same_title{ text-align: center; } .same_title h1{ font-size: 32px; font-weight: normal; padding: 75px 0; } .soc .row_box{ display: flex; justify-content: space-between; } .soc .box_3_row{ width: 345px; background-color: #fff; padding: 32px 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .fitImg { width: 68px; height: 68px; margin-bottom: 35px; } .fitImg img{ width: 100%; object-fit: contain; } .soc .box_3_row p{ font-size: 22px; color: #1f27e4; } .soc .box_3_row ul{ margin-top: 35px; } .soc .box_3_row ul li{ font-size: 14px; margin-bottom: 10px; } .soc .box_3_row ul li::before{ content: ''; display: inline-block; width: 4px; height: 4px; margin-right: 4px; border-radius: 50%; background-color: #666; vertical-align: middle; } .soc .box_3_row:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.5); } .rule { padding-bottom: 60px; } .rule_box{ display: flex; justify-content: space-between; } .rule_2_box{ width: 584px; height:405px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .rule_2_box h1{ font-size: 32px; color: #fff; position: absolute; top: 50%; left: 50%; z-index: 6; transform: translate(-50%,-50%); text-align: center; } .rule_2_box{ overflow: hidden; } .rule_2_box img{ width: 100%; height: 100%; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; } .rule_2_box:hover img{ transform: scale(1.1); -ms-transform: scale(1.1); opacity: 0.6; } /*锟斤拷锟斤拷展示*/ .case_video { position: relative; width: 100%; height: 1050px; } .video_ng{ width: 100%; height: 100%; overflow: hidden; } .video_ng img{ width: 100%; height: 100%; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; } .video_ng:hover img{ transform: scale(1.1); -ms-transform: scale(1.1); } .case_video .video_btn{ position: absolute; top: 50%; left :50%; transform: translate(-50%,-50%); color: #fff; text-align: center; } .case_video .video_btn h1{ font-size: 38px; font-weight: normal; } .case_video .video_btn p { font-size: 28px; } .case_video .video_btn img{ padding: 135px 0 50px; margin: 0 auto; } .case_title h1{ font-size: 38px; font-weight: normal; text-align: center; letter-spacing: 30px; } .case{ padding: 120px 0; background: url("../img/case_bg.png") no-repeat center right; -webkit-background-size: cover; background-size: cover; } .case_2_video{ position: relative; width: 100%; height: 1050px; } .case_2_video video{ width: 100%; height: 100%; object-fit:fill; } .case_2_video .case_cell{ position: absolute; top: 50%; left :50%; transform: translate(-50%,-50%); width: 980px; color: #fff; text-align: center; } .case_cell .case_2_cell{ display: flex; justify-content: space-between; margin-top: 340px; } .case_2_video .case_cell h1{ font-size: 38px; font-weight: normal; } .case_2_video .video_btn p{ font-size: 28px; margin-top: 60px; } /*锟斤拷锟斤拷锟斤拷锟斤拷*/ .banner_main.ban4{ width: 100%; height: 655px; background: url(../img/ban4.png) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .banner_main.ban4 .bannerTxt{ text-align: left; } .news_tab_nav{ background-color: #fff; } .news_tab_nav ul{ padding: 30px 0 15px; display: flex; } .news_tab_nav ul li{ padding-bottom: 10px; align-items: center; margin-right: 50px; } .news_tab_nav ul li.active{ border-bottom: 2px solid #1f27e4; } .news_tab_content{ background-color: #f1f1f1; padding: 20px 0 50px; } .nes_con_box{ width: 880px; } .news_cell{ padding: 15px; border: 1px solid #e6e6e6; background-color: #fff; margin-bottom: 30px; display: flex; justify-content: space-between; } .news_cell>a{ display: flex; justify-content: space-between; } .news_img{ width: 245px; height: 152px; } .news_img img{ width: 100%; height: 100%; } .news_text{ width: 600px; padding-left: 10px; } .news_text h1{ font-size: 16px; text-align: left; } .news_text ul{ font-size: 14px; display: flex; margin: 20px 0 15px; } .news_text ul li{margin: 0 8px;} .news_text p{ font-size: 14px; color: #666; } .load_more a{ width: 150px; color: #fff; background-color: #f76c0c; border-radius: 10px; display: block; padding: 15px 0; text-align: center; margin: 0 auto; } .nes_con_right{ width: 265px; background-color: #fff; border: 1px solid #e6e6e6; padding: 22px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .nes_con_right h2{ font-size: 18px; color: #1f27e4; margin-bottom: 35px; } .nes_con_right ul>li{ font-size: 14px; margin-bottom: 10px; } .nes_con_right ul>li::before{ content: ''; display: inline-block; width: 4px; height: 4px; margin-right: 4px; border-radius: 50%; background-color: #1f27e4; vertical-align: middle; } /*锟斤拷锟斤拷锟斤拷锟斤拷*/ .banner_main.ban5{ width: 100%; height: 655px; background: url(../img/ban5.png) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .banner_main.ban5 .bannerTxt{ text-align: left; } .company_tab_content{ padding: 80px 0; background-color: #f1f1f1; } .company_tab_nav ul{ display: flex; justify-content: space-between; align-items: center; margin: 20px 0 15px; } .company_tab_nav ul li{ padding-bottom: 10px; font-size: 18px; } .company_tab_nav ul li.active{ border-bottom: 2px solid #1f27e4; } .company_text p{ line-height: 28px; margin-bottom: 60px; } .honor{ position: relative; } .honor .swiper-container{ margin: 0 50px; } .honor .honor_img{ text-align: center; } .honor .swiper-button-prev, .honor.swiper-container-rtl .swiper-button-next{ background: url("../img/h-arrow-l.png") no-repeat center center; -webkit-background-size: contain; background-size: contain; } .honor .swiper-button-next, .honor .swiper-container-rtl .swiper-button-prev{ background: url("../img/h-arrow-r.png") no-repeat center center; -webkit-background-size: contain; background-size: contain; } .honor .swiper-button-next, .honor .swiper-button-prev { width: 25px; height: 80px; margin-top: -4px; } .yckj_box{ background: url("../img/yckj_bg.png") no-repeat center; -webkit-background-size: cover; background-size: cover; padding: 100px 0 180px; } .yckj_box .yckj_text{ text-align: center; color: #fff; } .yckj_box .yckj_text img{ width: 212px; } .yckj_box .yckj_text h2{ font-size: 32px; font-weight: normal; margin-top: 42px; } .founder{ padding: 96px 0 60px; } .founder_box { width: 88%; margin: 0 auto; } .founder_box .title { margin-bottom: 70px; } .founder_box .title p{ font-size: 32px; } .founder_text{ padding-top: 45px; } .founder_text ul { margin-top: 50px; } .founder_text ul li{ font-size: 18px; margin-bottom: 25px; } .founder_text h1{ font-size: 28px; color: #1f27e4; font-weight: normal; } .founder_text h1 span{ font-size: 20px; margin-left: 15px; } .founder_img{ width: 475px; height: 618px; } .founder_img img{ width: 100%; height: 100%; } .founder_text ul li::before{ content: ''; display: inline-block; width: 8px; height: 8px; margin-right: 30px; border-radius: 50%; background-color: #1f27e4; vertical-align: middle; } .founder_cell{ margin-bottom: 30px; } .founder_cell>div.w50{ width: 50%; } .course_year{ background: url("../img/course_bg.png") no-repeat center; -webkit-background-size: cover; background-size: cover; padding: 136px 0; color: #fff; } .course_year .title p{ font-size: 32px; } .course_year_nav{ width: 88%; margin: 0 auto; } .course_year_nav ul { margin-top: 110px; } .course_year_nav .swiper-wrapper{ border-bottom: 1px solid #fff; } .course_year_nav .swiper-container { padding-bottom: 30px; } .course_year_nav .swiper-slide.active ul li::before{ content: ''; width: 30px; height: 30px; border-radius: 50%; background-color: rgba(255, 255, 255, 1); display: block; position: absolute; bottom:-20%; left: 46.5%; } .course_year_nav ul li { position: relative; padding-bottom: 40px; display: flex; justify-content: center; } .course_year_nav ul li span{ font-size: 20px; } .course_year_nav ul li::after{ content: ''; width: 38px; height: 38px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.6); display: block; position: absolute; bottom:-26%; left: 45%; } /*.course_year_nav ul li.active::before{*/ /*content: '';*/ /*width: 30px;*/ /*height: 30px;*/ /*border-radius: 50%;*/ /*background-color: rgba(255, 255, 255, 1);*/ /*display: block;*/ /*position: absolute;*/ /*bottom:-20%;*/ /*left: 1%;*/ /*}*/ .course_content p{ font-size: 20px; margin-bottom: 40px; text-align: center; } .course_box{ padding: 60px 0; } .course_content img{ width: 100%; display: block; margin: 30px auto 0; } .course_content ul { min-height: 120px; } .course_content ul li { font-size: 14px; margin-bottom: 20px; height: 50px; display: flex; align-items: flex-end; } .course_content ul li span.tagY{ position: relative; height: 50px; width: 30px; border-right: 1px solid #7f7f7f; padding-right: 10px; display: flex; align-items: flex-end; } .course_content ul li span.tagY::after{ content: ''; display: inline-block; width: 10px; height: 10px; border-radius: 50%; background-color: #1f27e4; position: absolute; bottom: 0; right: -5px; } .course_content ul li span.event{ margin-left: 48px; width: 185px; color: #666; } .contact{ padding: 65px 0 80px; } .contact_box{ display: flex; justify-content: space-between; align-items: center; padding: 75px 0 62px; } .contact_cell{ width: 20%; padding-bottom: 20px; border-right: 1px solid #7f7f7f; position: relative; } .contact_cell p{ font-size: 18px; margin-bottom: 12px; } .contact_cell span{ font-size: 14px; color: #666; } .contact_cell img{ width: 240px; height: 190px; display: none; position: absolute; left: 50%; top: 50%; transform: translate(0, -50%); z-index: 1001; } .contact_cell:nth-last-child(1){ border-right: none; } .show:hover img{ display: block; } .address_tit p{ font-size: 22px; padding-bottom: 12px; border-bottom: 1px solid #d7d7d7; } .address_tit span{ font-size: 20px; display: inline-block; margin: 15px 0; } .address_tit span::before{ content: ''; display: inline-block; width: 2px; height: 25px; background-color: #1f27e4; vertical-align: middle; margin-right: 10px; } .address_tab ul li{ padding: 12px 10px; color: #666; margin-bottom: 25px; cursor: pointer; } .address_box{ width: 385px; } .address_tab ul li.active{ background-color: #f1f1f1; } .address_tab ul li p{ margin-bottom: 10px; display: flex; justify-content: space-between; } .map_con { display: none; } .map_con iframe{ width: 760px; height: 870px; } .address{ display: flex; justify-content: space-between; } .cooper_title h1{ font-size: 28px; } .cooper_title p{ font-size: 20px; } .fade{ background-color: rgba(0, 0, 0, 0.7); position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999; } .cooperation{ display: none; } .cooperation_box{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); width: 1170px; height: 840px; background-color: #fff; } .cooper_title{ width: 100%; padding: 78px 0 46px; background: url("../img/fade_bg.png") no-repeat center; -webkit-background-size: cover; background-size: cover; text-align: center; } .cooper_title h1{ font-size: 28px; font-weight: normal; margin-bottom: 32px; } .cooper_title p{ font-size: 20px; } .cooper_group{ padding: 20px 55px 30px; } .form_group { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } .form_group label{ font-size: 16px; width: 50%; display: inline-block; margin-bottom: 30px; } .form_group label span:after { display: inline-block; color: #ff4d4f; font-size: 14px; font-family: SimSun,sans-serif; line-height: 1; content: "*"; margin: 0 15px 0 5px; } .form_group label input{ padding: 10px 5px; outline: none; border: 1px solid #e4e4e4; width: 388px; } .form_group p{ width: 100%; } .form_group p span:after { display: inline-block; color: #ff4d4f; font-size: 14px; font-family: SimSun,sans-serif; line-height: 1; content: "*"; margin: 0 15px 0 5px; } .form_group p textarea{ width: 940px; height: 172px; outline: none; border: 1px solid #e4e4e4; padding: 10px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .yzm{ width: 110px; height: 37px; } #verifyCanvas{ height: 100% !important; } .form_btn{ display: block; float: right; width: auto !important; padding: 10px 30px !important; background-color: #1d26e0; font-size: 16px; border-radius: 10px; border: none; outline: none; color: #fff; } .remove{ position: absolute; top: -45px; right:-45px; cursor: pointer; } /*锟斤拷锟斤拷锟斤拷锟斤拷页*/ .news_detail .news_detail_box{ width: 880px; padding: 50px 0; } .detail_title { width: 68%; margin: 0 auto; } .detail_title h1{ font-size: 26px; font-weight: normal; text-align: center; } .tag_info { padding: 30px 0; } .tag_info ul{ display: flex; align-items: center; } .tag_info ul li{ font-size: 14px; color: #666; } .news_detail_box p{ line-height: 28px; } .news_detail_box img{ display: block; margin: 0 auto 40px; max-width: 100%; } .detail_con_right{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .detail_con_hot { width: 265px; margin-top: 80px; } .detail_con_hot h2{ font-size: 18px; color: #1f27e4; margin-bottom: 20px; } .detail_con_hot ul{ padding: 22px 30px; background-color: #e5e5e5; } .detail_con_hot ul>li{ font-size: 14px; margin-bottom: 10px; } .detail_con_hot ul>li::before{ content: ''; display: inline-block; width: 4px; height: 4px; margin-right: 4px; border-radius: 50%; background-color: #1f27e4; vertical-align: middle; } .statement{ background-color: #e5e5e5; padding: 16px; margin-top: 45px; } .statement h1{ font-size: 20px; font-weight: normal; margin-bottom: 35px; } .statement p{ color: #666; } .pag_text{ margin-top: 35px; } .pag_text a{ display: block; margin-bottom: 15px; } /*锟斤拷锟斤拷锟斤拷锟斤拷*/ .banner_main.ban6{ width: 100%; height: 655px; background: url(../img/ban6.jpg) no-repeat center center; -webkit-background-size: cover; background-size: cover; } .banner_main.ban6 .bannerTxt{ text-align: left; } .culture{ padding: 50px 0 70px; } .culture_title { margin-bottom: 80px; } .culture_title h1{ font-size: 32px; text-align: center; font-weight: normal; } .c_con{ display: flex; align-items: flex-end; margin-bottom: 30px; border-radius: 10px; height: 250px; cursor: pointer; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; } .c_con:hover{ box-shadow: 0 2px 10px rgba(0,0,0,0.3); transform: translateY(-3px); } .c_con.reverse___2wLXa{ flex-direction: row-reverse; } .c_con:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.4); } .culture_text{ padding: 38px 42px; } .culture_img{ width: 715px; height: 250px; overflow: hidden; border-radius: 10px; } .culture_img img{ width: 100%; height: 100%; border-radius: 10px; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; } .culture_text h2{ font-size: 24px; margin-bottom: 20px; font-weight: normal; } .culture_text p{ margin-bottom: 15px; } .c_con:hover .culture_img img { transform: scale(1.1); -ms-transform: scale(1.1); opacity: 0.6; } .job { background: url("../img/job_bg.png") no-repeat center; -webkit-background-size: cover; background-size: cover; padding: 180px 0 150px; } .job_text h1{ font-size: 40px; font-weight: normal; margin-bottom: 45px; } .job_text p{ font-size: 20px; margin-bottom: 20px; } .job_text span{ color: #1f27e4; } .fold_content{ margin: 40px 0; } .fold_box{ width: 985px; border: 1px solid #cacaca; background-color: #f1f1f1; padding: 20px 15px 0; border-radius: 10px; margin: 0 auto 10px; } .fold_text{ border-top: 1px solid #cacaca; display: none; } .fold_tit{ padding-bottom: 20px; } .fold_text p{ margin-top: 15px; } .fold_text ul li{ font-size: 14px; margin-top: 18px; } .fold_text span{ display: inline-block; color: #1f27e4; margin: 25px 0 20px; } .fold_tit p{ display: flex; align-items: center; justify-content: space-between; } .fold_tit p:after{ content: '+'; display: inline-block; font-size: 24px; } .fold_tit.active p:after{ content: '-'; display: inline-block; font-size: 24px; } .welfare{ padding-bottom: 60px; } .welfare_cell{ display: flex; } .welfare_2_img{ position: relative; display: flex; width: 862px; height: 260px; overflow: hidden; } .welfare_2_img img{ width: 100%; height: 100%; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; } .welfare_2_img h1{ position: absolute; top: 20px; left: 20px; color: #ffffff; z-index: 3; } .jobBenCenFlFont{ padding: 80px 20px; top: 260px; left: 0; position: absolute; width: 100%; height: 100%; z-index: 2; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; } .jobBenCenFlFont p{ color: #fff; margin-bottom: 20px; } .jobBenCenFlFont p::before{ content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: #fff; display: inline-block; vertical-align: middle; margin-right: 8px; } .welfare_4_img{ position: relative; overflow: hidden; height: 260px; } .welfare_4_img img{ width: 100%; height: 100%; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; } .welfare_2_cell{ position: relative; overflow: hidden; height: 520px; } .welfare_4_img h1{ position: absolute; top: 20px; left: 20px; color: #ffffff; z-index: 3; } .welfare_2_cell h1{ position: absolute; top: 20px; left: 20px; color: #ffffff; z-index: 3; } .welfare_2_cell img{ width: 100%; height: 100%; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; } .welfare_box h1{ font-size: 30px; } .hover1:hover .jobBenCenFlFont{ top: 0; } .hover1:hover>img{ transform: scale(1.1); -ms-transform: scale(1.1); } .hover2:hover .jobBenCenFlFont{ top: 0; } .hover2:hover>img{ transform: scale(1.1); -ms-transform: scale(1.1); } .hover3:hover .jobBenCenFlFont{ top: 0!important; } .hover3:hover>img{ transform: scale(1.1); -ms-transform: scale(1.1); } .jobBenCenFlTitle::after { content: ''; position: absolute; bottom: -10px; left: 0; width: 0px; height: 3px; background: #fff; transition: all 0.25s; -moz-transition: all 0.25s; -webkit-transition: all 0.25s; -o-transition: all 0.25s; } .hover1:hover .jobBenCenFlTitle::after { width: 60px; } .hover2:hover .jobBenCenFlTitle::after { width: 60px; } .hover3:hover .jobBenCenFlTitle::after { width: 60px; } /*锟斤拷频锟斤拷锟斤拷*/ .video_hide{ display: none; } .fade_bg{ background-color: rgba(0, 0, 0, 0.5); position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 999; } .vide_box{ width: 900px; height: 600px; position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); background-color: #fff; } .vide_box video{ width: 100%; height: 100%; } .video_hide2{ display: none; } /**/ .anchor{ margin-top: 60px; position: relative; } .anchor .anchor_img{ width: 100%; height: 680px; position: relative; } .anchor2 .anchor_img{ height: 800px; } .anchor .anchor_img img{ position: absolute; /*width: 64%;*/ width: 72%; height: 100%; right: 0; top: 0; z-index: 3; } .tab_nav_anchor{ /*width:33%;*/ width: 31%; } .tab_nav_anchor ul li{ position: relative; margin: 48px 0; padding: 10px; height: 248px; } .tab_nav_anchor ul li .nav_text{ display: flex; justify-content: flex-end; align-items: center; position: absolute; top: 0; left: 0; z-index: 4; width: 100%; height: 100%; } .tab_nav_anchor ul li.active{ box-shadow: 0 0 10px rgba(0,0,0,0.6); } .anchor_text_box { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .anchor_text_box .container{ width:100%; display: flex; justify-content: space-between; } .tab_nav_anchor ul li p{ text-align: right; margin-right: 15px; } .anchor_box { text-align: right; color: #fff; } .anchor_box h2{ font-size: 26px; margin-bottom: 25px; } .anchor_box p{ font-size: 18px; margin-bottom: 35px; line-height: 26px; } .anchor_box a{ display: inline-block; text-align: center; padding: 10px 20px; background-color: #e96911; color: #fff; border-radius: 8px; } .tab_con_anchor { /*width: 60%;*/ width: 69%; box-sizing: border-box; padding: 0 9%; padding-left: 15%; position: relative; z-index: 8; } .tab_con_anchor2{ padding-left: 9%; padding-right: 15%; } .tab_con_anchor .anchor_box{ padding: 120px 0; } .anchor_hide_text{ position: absolute; bottom: 16%; /*right: 0;*/ right: 9%; opacity: 0; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; } .anchor .anchor_img.left img{ position: absolute; /*width: 64%;*/ width: 72%; height: 100%; left: 0; top: 0; } .tab_nav_anchor2 ul li{ margin: 70px 0; height: 275px; } .tab_nav_anchor2 ul li .nav_text{ flex-direction: row-reverse; } .tab_nav_anchor2 ul li p{ text-align: left; margin-left: 15px; margin-right: 0; } .tab_con_anchor2 .anchor_box{ text-align: left; padding-top: 240px; } #sec02_con .anchor_hide_text{ /*left: 0;*/ left: 9%; } .nav_txt li.pro_nav{ position: relative; } .pro_hide{ display: none; position: absolute; /*top:80px;*/ top: 64px; right: -120px; width: 300px; background-color: #fff; z-index: 888; padding: 10px 0; } .pro_hide li{ padding: 10px 35px; line-height: 24px; margin: 0 ; } .pro_hide li a{ color:#333;} .fix .nav_txt li{ color:#333; } .pro_hide li:hover{background: #efefef;} .fix .nav_txt li a{ color:#333; } .nav_txt li.pro_nav:hover .pro_hide{ display: block; } .pro_nav{ position: relative;} .pro_hide_box{ display: none; position: absolute; top:43px; right: -120px; width: 300px; background-color: #fff; z-index: 888; padding: 10px 0; } .pro_hide_box li{ padding: 10px 35px; line-height: 24px; margin: 0 ; } .pro_hide_box li a{color: #333!important;} .fix .nav_txt li{ color:#333; } .pro_hide_box li:hover{background: #efefef;} .pro_nav:hover .pro_hide_box { display: block; } #slideBar:hover{ background-color: #fff; box-shadow: 0 0 10px rgb(0 0 0 / 60%); } #slideBar:hover .logo { background: url(../img/logo_yc.png) no-repeat center center; -webkit-background-size: contain; /* background-size: contain; */ background-size: auto 70%; } #slideBar:hover .nav_txt li a { color: #333; } .PTEMOS{ width:100%; height:860px; overflow: hidden; position: relative; } .PTEMOS:hover .PTEMOT{ -webkit-transform: scale(1, 1); transform: scale(1, 1); } .PTEMOT{ width:100%; height:100%; background-position: center; background-repeat: no-repeat; background-size: cover; transition: all 4s; -moz-transition: all 4s; -webkit-transition: all 4s; -o-transition: all 4s; -webkit-transform: scale(1.25, 1.25); transform: scale(1.25, 1.25); } .PTEMO{ width:88%; display: inline-block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .ptemo1{ width:50%; float:right; display:block; } .ptemo2{ width:100%; font-size:36px; color:white; } .ptemo3{ width:100%; margin-top:50px; font-size:20px; color:white; line-height: 40px; } .RJYYS{ width:100%; height:860px; overflow: hidden; position: relative; } .RJYYS:hover .RJYYT{ -webkit-transform: scale(1, 1); transform: scale(1, 1); } .RJYYT{ width:100%; height:100%; background-position: center; background-repeat: no-repeat; background-size: cover; transition: all 4s; -moz-transition: all 4s; -webkit-transition: all 4s; -o-transition: all 4s; -webkit-transform: scale(1.25, 1.25); transform: scale(1.25, 1.25); } .RJYY{ width:88%; display: inline-block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .rjyy1{ width:50%; float:left; text-align: right; display:block; } .rjyy2{ width:100%; font-size:36px; color:white; } .rjyy3{ width:100%; margin-top:50px; font-size:20px; color:white; line-height: 40px; } .ysvideo{ width:208px; height:60px; margin:auto; margin-bottom:40px; display: block; background: #ED680D; border-radius: 10px; color:white; text-align: center; line-height: 60px; font-size:24px; } .hxjs .title_text { padding-top: 85px; } .hxjs-img{ max-width:100%; display:block; margin:auto; } .zqxap{ box-sizing: border-box; padding:95px 0; } .zqxap-img{ width:100%; display:block; } .studio{ padding:115px 0; box-sizing: border-box; background-image: url(../img/img2.png); background-position: center; background-repeat: no-repeat; background-size: cover; } .studio .bf{ position: relative; width: 100%; } .studio .bf .dbx{ position: absolute; width: 100px; display: inline-grid; top: 50%; margin-top: -50px; left: 50%; margin-left: -50px; text-align: center; } .studio .bf .dbx img{ width: 60px; display: block; margin: 0 auto; margin-bottom: 20px; } .studio .bf .dbx a{ color: #fff; } .studioli{ width:100%; display:inline-block; } .studioli1{ width:33.33%; float:left; margin-top:40px; } .studioli1:nth-child(4n){ margin-right:0; } .studioli1_1{ width:140px; height:140px; border-radius: 50%; margin:auto; overflow: hidden; } .studioli1_1 img{ width:100%; height:100%; display:block; border-radius: 50%; } .studioli1_1:hover img{ transform: scale(1.2); } .studioli1_2{ width:100%; height:70px; margin-top:25px; text-align: center; } .system{ padding:115px 0; box-sizing: border-box; } .systemli{ width:100%; display:inline-block; } .systemli1{ width:23.5%; float:left; margin-right:2%; margin-top:40px; } .systemli1:nth-child(4n){ margin-right:0; } .systemli1_1{ width:145px; height:145px; border-radius: 50%; margin:auto; overflow: hidden; } .systemli1_1 img{ width:100%; height:100%; display:block; border-radius: 50%; } .systemli1_1:hover img{ transform: scale(1.2); } .systemli1_2{ width:100%; height:70px; margin-top:25px; text-align: center; font-size:20px; color:#333333; } .cybjimg{ width:100%; display:block; } .jstdimg{ width:78%; display:block; margin: 0 auto; } .ZPLIS{ width:100%; } .zpli{ width:100%; position: relative; } .zpli1{ width:100%; height:510px; overflow: hidden; } .zpli1 img{ min-width:100%; height:100%; display:block; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transform: scale(1.2); -ms-transform: scale(1.2); } .zpli1:hover img{ transform: scale(1); -ms-transform: scale(1); } .zpli2{ position: absolute; bottom:60px; right:220px; font-size:49px; color:white; } .zpli2 img{ height:45px; display: inline-block; vertical-align: middle; } .zpli2 span{ display: inline-block; vertical-align: middle; } .zpli3{ position: absolute; bottom:60px; left:220px; font-size:49px; color:white; } .zpli3 img{ height:45px; display: inline-block; vertical-align: middle; } .zpli3 span{ display: inline-block; vertical-align: middle; } .jjfas .container{ width:88%; padding:140px 0; box-sizing: border-box; } .jjfaF{ width:100%; display:inline-block; } .jjfaF1{ width:100%; font-size:54px; color:#333333; } .jjfaF2{ width:100%; display:inline-block; margin-top:60px; } .jjfaF2_1{ width:52%; float:left; font-size:28px; color:#4D4D4D; line-height: 50px; } .jjfaF2_2{ width:46%; float:right; position: relative; } .jjfaF2_2 img{ max-width: 100%; } .jjfaF2_2a{ display: none; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background-color: rgba(0,0,0,0.5); text-align: center; font-size: 15px; color: #ffffff; } .jjfaF2_2:hover .jjfaF2_2a{ display: block; } .big_img{ display: none; z-index: 999; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,0.5); } .big_img1{ position: relative; width: 100%; height: 100%; } .big_img1 img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); } .jjfaT{ width:100%; margin-top:100px; text-align: center; display: flex; justify-content: space-around; } .jjfaT1{ width:30%; display:inline-block; } .jjfaT1_1{ width:100%; height:215px; position: relative; } .jjfaT11_1{ width:100%; height:100%; opacity: 0.6; background-position: center; background-repeat: no-repeat; background-size: cover; } .jjfaT11_2{ width:100%; font-size:45px; color:white; font-weight: bold; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .jjfaT1_2{ width:100%; margin-top:35px; font-size:24px; color:#3E3A39; } .jjfaT1:hover .jjfaT11_1{ opacity: 1; } .qzs{ text-align: center; background-image: url(../img/img23.png); background-position: center; background-repeat: no-repeat; background-size: cover; } .qzs .container{ width:88%; padding:190px 0; box-sizing: border-box; text-align: left; display: inline-block; } .qzsF{ float:right; } .qzsF1{ width:100%; font-size:55px; color:white; } .qzsF2{ width:100%; margin-top:80px; } .qzsF21{ width:100%; font-size:29px; color:white; margin-top:15px; } .qzsF21 img{ width:35px; display:inline-block; vertical-align: middle; } .sjjys{ text-align: center; background-image: url(../img/img25.png); background-position: center; background-repeat: no-repeat; background-size: cover; } .sjjy{ width:73%; margin:auto; padding:120px 0; box-sizing: border-box; } .sjjy1{ width:100%; text-align: center; font-size:55px; color:#333333; } .sjjy2{ width:100%; margin-top:90px; display:inline-block; } .sjjy2_1{ width:30.66%; float:left; margin-right:4%; background: white; padding:35px; box-sizing: border-box; } .sjjy2_1:last-child{ margin-right:0; } .sjjy21_1{ height:80px; display:block; } .sjjy21_2{ font-size: 32px; color: #1e26e3; text-align: left; margin-top: 20px; margin-bottom: 10px; } .sjjy21_3{ font-size: 22px; font-weight: lighter; text-align: left; position: relative; } .sjjy21_3:before{ position: absolute; left: -15px; top: 12px; content: ''; width: 5px; height: 5px; border-radius: 5px; background-color: #333333; } .safe{ text-align: center; padding: 114px 0 79px; } .safe_title{ font-size: 50px; color: #333333; } .safe_content{ margin-top: 80px; } .safe_content ul{ overflow: hidden; } .safe_content ul li{ list-style-type: none; float: left; width: 49%; margin-right: 2%; position: relative; font-size: 0; } .safe_content ul li img{ max-width: 100%; } .safe_content ul li:last-child{ margin-right: 0; } .safe_content1{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); text-align: center; font-size: 40px; width: 66%; color: #ffffff; font-weight: bold; } .table_tc{ position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 9999; background-color: rgba(77,77,77,0.8); } .table_tc1{ position: absolute; width: 61%; left: 50%; top: 50%; transform: translate(-50%,-50%); } .table_tc2{ position: relative; width: 100%; height: 100%; padding-bottom: 32px; background-color: #ffffff; } .table_close{ position: absolute; top: -74px; right: -169px; } .table_tc3{ position: relative; } .table_tc3 img{ max-width: 100%; } .table_tc3a{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center; } .table_tc3a h3{ font-size: 36px; color: #4d4d4d; line-height: 1; } .table_tc3a p{ font-size: 24px; color: #4d4d4d; line-height: 1; font-weight: lighter; margin-top: 30px; } .table_tc4{ overflow: hidden; } .table_tc4a{ float: left; width: 50%; margin-top: 26px; } .table_tc4a span{ display: inline-block; } .table_tc4a span code{ color: #c22e34; } .table_tc4a input{ padding: 10px 5px; outline: none; border: 1px solid #e4e4e4; width: 388px; } .table_tc4b{ float: left; width: 100%; margin-top: 26px; } .table_tc4b span{ display: inline-block; width: 160px; text-align: right; } .table_tc4b span code{ color: #c22e34; } .table_tc4b input{ width: calc(100% - 200px); height: 40px; border: 2px solid #d8d8d8; overflow: none; } .table_tc4b textarea{ width: calc(100% - 200px); height: 106px; border: 2px solid #d8d8d8; overflow: none; resize: none; vertical-align: top; } .table_tc4c{ text-align: center; font-size: 20px; color: #c0272d; margin: 20px auto; float: left; width: 100%; } .table_tc4d{ float: left; width: 50%; margin-top: 26px; box-sizing: border-box; padding-right: 36px; } .table_tc4d img{ height: 40px; vertical-align: middle; } .table_tc4d span{ font-size: 20px; color: #0071bc; } .table_tc4d input{ float: right; width: 140px; height: 50px; border-radius: 16px; background-color: #1e26e1; font-size: 20px; color: #ffffff; border: 0; } .detaadd{ text-align: center; } .detaadd1{ display: inline-block; margin: 0 1%; width: 20%; padding: 20px 10px; background-color: #ffffff; } .detaadd1 img{ height: 100px; margin-bottom: 16px; } .download{ position: absolute; top: 0; right: 25%; font-size: 14px; color: #4d4d4d; } .download img{ display: block; height: 40px; margin: 0 auto 10px; } .gc_left{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 999; } .gc_left img{ width: auto !important; } .gc_right{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 999; } .gc_right img{ width: auto !important; } .pro_add{ } .pro_add ul{ overflow: hidden; } .pro_add ul li{ list-style-type: none; float: left; width: 20%; text-align: center; font-size: 16px; color: #333333; } .pro_add ul li img{ display: block; margin: 0 auto 10px; border-radius: 100%; } .pro_add ul li:hover img{ box-shadow: 5px 5px 10px #637484; } .gnadd{ padding: 60px 0; } .gnadd1{ position: relative; } .gnadd1 img{ max-width: 100%; } .gnadd2{ position: absolute; width: 50%; right: 0; top: 0; padding-top: 20px; } .gnadd2 h3{ font-size: 24px; font-weight: normal; } .gnadd2 h3::before { content: ''; width: 10px; height: 30px; display: inline-block; vertical-align: top; margin-right: 10px; background-color: #1f27e4; margin-bottom: 10px; } .gnadd2 p{ font-size: 16px; font-weight: normal; color: #333333; line-height: 32px; } .gnadd3{ position: absolute; width: 50%; left: 0; top: 0; padding-top: 20px; } .gnadd3 h3{ font-size: 24px; font-weight: normal; } .gnadd3 h3::before { content: ''; width: 10px; height: 30px; display: inline-block; vertical-align: top; margin-right: 10px; background-color: #1f27e4; margin-bottom: 10px; } .gnadd3 p{ font-size: 16px; font-weight: normal; color: #333333; line-height: 32px; } .box.jsqfa { margin-top: -75px; } .jsqfa .box_row_3{ /*width: 385px;*/ /*padding: 40px 100px;*/ width:16%; padding: 35px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.3); background-color: #fff; } .box.jsqfa .container{ width: 90%; } .jsqfa .box_row_3:hover { background-color: #d2d5f9; } .jsqfa .box_row_3 img{ margin-bottom: 30px; height: 124px; max-width: 100%; } .new_gxl{ text-align: center; font-size: 14px; } .new_gxl a{ color: #333333; } .new_gxl img{ display: block; margin: 0 auto 10px; } .new_gxl1{ font-size: 16px; color: #666666; text-align: center; line-height: 32px; margin-top: 36px; } .new_gxl2{ margin-top: 36px; text-align: center; } .new_gxl2 ul{ overflow: hidden; } .new_gxl2 ul li{ list-style-type: none; display: inline-block; margin: 0 80px; text-align: center; font-size: 16px; color: #333333; line-height: 28px; } .new_gxl2 ul li img{ display: block; margin: 0 auto 15px; } .new_gxl3{ background: url(../img/new_bg.jpg) center no-repeat; padding: 60px 0 95px; } .new_gxl3 ul{ overflow: hidden; } .new_gxl3 ul li{ list-style-type: none; float: left; width: 31%; margin-right: 3.5%; position: relative; font-size: 0; margin-top: 44px; } .new_gxl3 ul li a>img{ opacity: 0.6; width: 370px; height: 216px; } .new_gxl3 ul li:hover a>img{ opacity: 1; } .new_gxl3 ul li:nth-child(3n){ margin-right: 0; } .new_gxl4{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; text-align: center; font-size: 24px; color: #ffffff; line-height: 36px; } .new_gxl5{ padding: 86px 0 69px; } .new_gxl6{ font-size: 0; text-align: center; } .new_gxl7{ font-size: 40px; color: #333333; text-align: center; line-height: 1; margin-top: 60px; } .new_gxl8{ font-size: 0; text-align: center; margin-top: 36px; } .new_gxl9{ margin-top: 40px; } .new_gxl9 ul{ overflow: hidden; } .new_gxl9 ul li{ list-style-type: none; float: left; width: 46%; margin-right: 8%; font-size: 16px; color: #666666; line-height: 50px; border-bottom: 1px dashed #e8e8e8; } .new_gxl9 ul li span{ display: inline-block; width: 7px; height: 7px; vertical-align: middle; margin-right: 9px; background-color: #1e26e3; border-radius: 50%; } .new_gxl9 ul li:nth-child(2n){ margin-right: 0; } .new_imgadd{ width: 65%; margin: 36px auto auto auto; } .new_imgadd img{ max-width: 100%; } .qnx{ margin-top: 60px; } .qnx ul{ overflow: hidden; } .qnx ul li{ list-style-type: none; float: left; width: 25%; padding: 0 16px; box-sizing: border-box; } .qnx1{ font-size: 0; text-align: center; opacity: 0.5; } .qnx1 img{ max-width: 100%; } .qnx2{ margin-top: 10px; font-size: 16px; color: #4d4d4d; text-align: center; } .qnx ul li:hover .qnx1{ opacity: 1; }