@font-face{ font-family:'XMLT'; src:url('./font/xmlt.ttf'), url('./font/xmlt.eot'), url('./font/xmlt.woff'), url('./font/xmlt.svg'), url('./font/xmlt.otf'); } html, body{font-family: arial , "Microsoft YaHei"; font-size: 16px;background: #fff;height: 100%;letter-spacing:1px;} img{display: block;} /*header*/ /* search */ #searchsubmit{outline:none;border:none;width:18px;height:18px;background:url('../images/search.png') no-repeat;cursor:pointer;} .semicond-center{width: 1200px;margin: 0 auto;} .semicond-header{height: 110px;background: #fff;position: relative;} .semicond-header:before{content: '';width: 100%;height: 8px;background: url(../images/ft-b.png) no-repeat;position: absolute;top: 0;} .logo-left{width: 70%;float: left;} .semicond-header .logo{display: block;} .semicond-header .logo img{height: 24px;margin: 24px 0 10px;} .semicond-header .nav{font-size: 15px;line-height: 52px;} .nav li{margin-right: 28px;float: left;position: relative;cursor: pointer;} .nav li:last-child{padding-right: 0;} .nav li:after{content: '';width: 100%;transform-origin: right top;transform: scale(0,1); transition: color .2s, transform .3s; height: 2px;background: #3b4e9d;position: absolute;left: 0;bottom: 0;} .nav li a{display: block;color: #797e91;} /*hover*/ .nav li:hover:after{transform-origin: left top;transform: scale(1,1);} .nav li:hover > a{color: #3b4e9d;} .nav .on:after{transform-origin: left top;transform: scale(1,1);} .semicond-header .search{width:20%;float: right;text-align: right;color: #a7acc1; overflow: hidden;} .semicond-header .search #searchform{ display: block;overflow: hidden;} .semicond-header .search #searchform div{ position: relative;display: block;overflow: hidden;padding: 0; margin: 12px 0 0 0;} .semicond-header .search #searchform .kuang{ display: block;width: 100%;height: 30px;line-height: 30px;font-size: 14px;color: #666;} .semicond-header .search #searchform #searchsubmit{ position: absolute;top: 6px;right: 0;} .search .cn, .search .en, .search .re{font-size:14px;display: inline-block;color: #a7acc1;} .search div:nth-child(1){line-height: 30px;padding: 19px 0 0px;} .search div:nth-child(2){margin-bottom: 12px;} /*.search .re:before{content: '';display: inline-block;width: 17px;height: 10px;background: url(../images/mail.png) no-repeat;margin: 0 2px 3px 0;vertical-align: middle;} .search .cn:before{content: '';display: inline-block;width: 14px;height: 14px;background: url(../images/diqiu.png) no-repeat;margin: 0 2px 3px 0;vertical-align: middle;}*/ .search .re{margin-right: 15px;} .search .cn{margin-right: 15px;} .search .en{margin-left: 10px;cursor: pointer;position: relative;} .search .en em{display: inline-block;width: 9px;height: 5px;background: url(../images/xl-1.png) no-repeat;margin: 0 0 1px 8px;transform: rotate(180deg);transition: transform .3s;display:none;} .search .en .on{transform: rotate(0deg);} .search .en span{display: inline-block;} .search .en span a{color:#a7acc1;transition:0.4s;-webkit-transition:0.4s;} .search .en span a:hover{color:#3a4d9c;} /*中英文*/ .search .en ul{display: none; background: #f7f9fc;padding: 0 14px;line-height: 18px; font-size:14px;position: absolute;left: -5px;top: 28px;z-index: 99;} .search .en ul li{padding: 5px 0;} .search .en ul li a{display: inline-block; color: #a7acc1;} .search .input{display: inline-block;width: 240px;height: 28px;background: none;position: relative;line-height: 28px;} .search .input input{width: 100%;height: 100%;position: absolute;left: 0;top: 0;padding: 0 30px 0 10px;box-sizing: border-box;font-size: 13px; border-bottom: 1px solid #d5d8e2;border-right: none;border-top: none;border-left: none; color: #e0e2e9; background: none;outline: none;} .search .input input::placeholder{color: #e0e2e9;} .search .input i{display: inline-block;width: 30px;height: 100%;position: absolute;cursor: pointer; right: 0;top: 0;text-align: center;} .search .input i:after{display: inline-block;content: ''; width: 15px;height: 15px;background: url(../images/search.png) no-repeat;vertical-align: middle;margin-bottom: 3px;} /*下拉*/ .nav-slider{width: 100%; height:100px;background: #f7f9fc;position: fixed;left: 0;top: 100px;z-index: 9999;opacity: 0;transition: opacity .5s;display: none;box-shadow: 0 2px 8px -1px #E1E4E8;} .nav-slider .inner{width: 1200px;height: 100px;box-sizing: border-box; position: fixed;z-index: 10000;left: 0;top: 110px;} .inner div{width: 210px;float: left;line-height:18px;} .inner div a{position: relative; width: 185px;box-sizing: border-box; display: inline-block;color: #999;padding:8px 0 8px;border-bottom: 1px solid #e1e4e8;font-size: 14px;} .inner div a:nth-of-type(2){border-bottom: none;} .inner div a:after{display: inline-block; content: '';width: 6px;height: 12px;background: url(../images/jiantou.png) no-repeat;position: absolute;right: 5px;bottom: 8px;} /*hover*/ .inner div a:hover{color: #3b4e9d;} .inner div a:hover:after{background: url(../images/jiantou-2.png) no-repeat;} /*页面滚动样式*/ /*.head-active{height: 60px;box-shadow: 0 1px 12px 2px #E1E4E8;} .head-active .logo img{height: 16px;margin: 12px 0 8px;display: none;} .head-active .nav{font-size: 13px;line-height: 60px;} .head-active .search div:nth-child(1){line-height: 20px;padding: 10px 0 12px;display: none;} .head-active .search div:nth-child(2){margin: 20px 0 0;} .head-active .search .input{width: 200px;height: 20px;line-height: 20px;} .head-active .search .input input{font-size:14px;} .head-active .search .input i:after{width: 10px;height: 10px;background: url(../images/search.png) center center no-repeat;background-size: cover;} .head-active .nav-slider{top: 60px;} .head-active .active:after{width: 48px;} .head-active .active:nth-child(1):after{width: 24px;} .head-active .active:nth-child(7):after{width: 60px;} .head-active .nav-slider .inner{top: 60px;} .head-active .inner div a{font-size: 13px;}*/ /*mainer*/ /*banner*/ .banner-wrap{width: 100%; height: 600px;position: relative;overflow: hidden;border-top:3px solid #dfe2ed; } .banner-pos{width: 100%;height: 100%;position: absolute;left: 0;top: 0;} .banner-pos li{width: 100%;height: 100%;position: absolute;left: 0;top: 0;} .banner-pos .title-center{width: 1200px;height: 100%; margin: 0 auto;position: relative;} .banner-pos .title-intro{height: 240px; position: absolute;top:60%;left: 0;transform: translate(0,-50%); z-index: 30;} .banner-pos .title-intro2{height: 240px; position: absolute;top:60%;right: 0;transform: translate(0,-50%); z-index: 30;} .title-intro2 .t{font-size: 20px;color: #a7adb8;margin-bottom: 25px; letter-spacing:3px;} .title-intro2 .i{font-size: 38px;color: #fff;margin-bottom: 15px;} .title-intro2 .f{font-size:20px;color: #fff;margin-bottom: 25px;letter-spacing:1px; font-weight:100;} .title-intro2 span{display: block;line-height: 32px;} .title-intro2 span a{display: inline-block;color: #fff; width: 122px;height: 32px;background: #2a3888;font-size: 14px;text-align: center;margin-right: 22px;} .title-intro2 span a:last-child{margin-right: 0;background: none;border: 1px solid #6ba148;transition: transform .4s;} .title-intro2 span a:last-child:hover{background: #6ba148;} .title-intro2 span a:last-child:after{content: '';width: 13px;height: 13px;background: url(../images/vd-1.png) no-repeat;display: inline-block;margin: 0 0 3px 5px;vertical-align: middle;} .title-intro .t{font-size: 20px;color: #a7adb8;margin-bottom: 25px; letter-spacing:3px;} .title-intro .i{font-size: 38px;color: #fff;margin-bottom: 15px;} .title-intro .f{font-size:20px;color: #fff;margin-bottom: 25px;letter-spacing:1px; font-weight:100;} .title-intro span{display: block;line-height: 32px;} .title-intro span a{display: inline-block;color: #fff; width: 122px;height: 32px;background: #2a3888;font-size: 14px;text-align: center;margin-right: 22px;} .title-intro span a:last-child{margin-right: 0;background: none;border: 1px solid #6ba148;transition: transform .4s;} .title-intro span a:last-child:hover{background: #6ba148;} .title-intro span a:last-child:after{content: '';width: 13px;height: 13px;background: url(../images/vd-1.png) no-repeat;display: inline-block;margin: 0 0 3px 5px;vertical-align: middle;} .banner-wrap .toleft, .banner-wrap .toright{width: 60px;height: 300px;position: absolute;top: 50%;transform: translate(0,-50%);text-align: center;line-height: 300px; cursor: pointer;z-index: 5;} .banner-wrap .toleft{left: 2%;} .banner-wrap .toright{right: 2%;} .banner-wrap .to-l, .banner-wrap .to-r{display: inline-block;width: 17px;height: 29px;vertical-align: middle;z-index:2;} .banner-wrap .to-l{background: url(../images/to-l.png) no-repeat;} .banner-wrap .to-r{background: url(../images/to-r.png) no-repeat;} .dot-run{width: 66px;height: 40px; position: absolute;bottom: 0;left: 50%;margin-left: -35px;z-index: 100;} .dot-run li{float: left; margin: 0 5px;width: 10px;height: 10px;line-height: 10px;border: 1px solid #fff;border-radius: 50%;cursor: pointer;} .dot-run .on{background: #fff;} .font_1{font-size:20px;color:#99a9b1;width:120px;border-bottom:1px solid #99a9b1;padding-left:5px;padding-bottom:5px;position:absolute;right:38.38%;top:36.92%;} .font_2{font-size:20px;color:#99a9b1;width:120px;border-bottom:1px solid #99a9b1;padding-left:5px;padding-bottom:5px;position:absolute;right:32.34%;top:26.92%;} .font_3{font-size:20px;color:#99a9b1;width:120px;border-bottom:1px solid #99a9b1;padding-left:5px;padding-bottom:5px;position:absolute;right:26.87%;top:20.46%;} .font_4{font-size:20px;color:#99a9b1;width:120px;border-bottom:1px solid #99a9b1;padding-left:5px;padding-bottom:5px;position:absolute;right:21.83%;top:11.17%;} .banner_line{position:relative;} /*.banner_line::after{display:block;content:'';width:24px;height:3px;background:#fff;left:-30px;top:24px;position:absolute;}*/ @media screen and (min-width: 1000px) and (max-width: 1200px){ .banner-wrap{height: 420px;} } @media screen and (min-width: 1200px) and (max-width: 1370px){ .banner-wrap{height: 526px;} } @media screen and (min-width: 1370px) and (max-width: 1920px){ .banner-wrap{height: 654px;} } /*title*/ .semicond-title{padding: 60px 0;text-align: center;} .semicond-title label{display: block;font-size: 32px;color:#797e91;margin-bottom: 20px;} .semicond-title > p:nth-child(2n){width: 840px;} .semicond-title > p:nth-child(4n){width: 445px;} .semicond-title p{font-size: 14px;color: #797e91;line-height: 24px;margin: 0 auto 30px;} .set-up{width: 980px;height: 140px;border: 1px solid #e1e4e8;margin: 0 auto 30px;} .set-up li{width: 326px;height: 100%; float: left;border-right: 1px solid #e1e4e8;} .set-up li:nth-child(3n){margin-right: 0;border: none;} .set-up li em{display: block;font-size: 30px;margin: 36px 0 5px;color: #5d6cc3;font-family: "黑体";} .set-up li em a{display: inline-block;} .set-up li em i{display: inline-block;font-size: 14px;} .set-up li span{display: block;font-size: 14px;color: #7a7f91;} .semicond-title .pic{width: 760px;margin: 0 auto;} .semicond-title .pic img{float: left;margin-right: 35px;} .semicond-title .pic img:nth-child(3n){margin-right: 0;} /*产品*/ .product{margin-bottom: 60px;} .pro-lab{display: block;margin-bottom: 30px;color: #77797b;line-height: 26px;} .pro-lab span{display: block;width: 155px;float: left;font-size: 20px;color: #24262b;} .pro-lab i{display: block;width: 1045px;height: 1px;background: #e1e4e8;float: right;margin-top: 15px;} .pro-list a{display: block;margin-bottom: 20px;position: relative;overflow: hidden;} .pro-list a:nth-child(1n){float: left;width: 705px;} .pro-list a:nth-child(2n){float: right;width: 473px;} .pro-list a:nth-child(3), .pro-list a:nth-child(4){margin-bottom: 0;} .pro-list a span{color: #fff;width: 333px;box-sizing: border-box; height: 338px;display: block;position: absolute;top: 0; opacity: 0.8;z-index: 2;transition: .3s all;} .pro-list a:nth-child(odd) span{left: -90px;padding-left: 120px;} .pro-list a:nth-child(even) span{right: -90px;padding-left: 80px;} .pro-list a span em{display: block;margin: 100px 0 12px;font-size: 20px;} .pro-list a:nth-child(odd) span em{margin: 120px 0 12px;} .pro-list a span i{display: block;font-size:14px;} .pro-list a span i:after{content: '';width: 15px;height: 6px;display: inline-block;background: url(../images/to.png) no-repeat;margin: 0 0 0 8px;} .pro-list a img{width: 100%;transition: all .3s;} .pro-list a:hover img{transform: scale(1.08);} .pro-list a:nth-child(odd):hover span{left: -60px;} .pro-list a:nth-child(even):hover span{right: -60px;} .pro-list a:nth-child(1) span{background: url(../images/si-5.png) no-repeat;top: -16px;opacity: 1;} .pro-list a:nth-child(2) span{background: url(../images/si-7.png) no-repeat;} .pro-list a:nth-child(3) span{background: url(../images/si-8.png) no-repeat;top: -16px;} .pro-list a:nth-child(4) span{background: url(../images/si-7.png) no-repeat;} /*新闻*/ .news-bg{position: relative;background-image: url(../svg/line.svg);} .news-center .pro-lab span{width: 95px;font-size: 20px;} .news-center .pro-lab i{width: 1105px;} .news-center{padding: 60px 0;/*border-bottom: 1px solid #e1e4e8;*/} .news-center .cont li{ width: 23.5%;height: auto;float: left;margin: 0 2% 2% 0;background: #fff;overflow: hidden;} .news-center .cont li:nth-child(4n){margin: 0 0 2% 0;} .news-center .cont li a{display: block;padding:12px 10px 20px;box-sizing: border-box;width: 100%;height: 100%;} .news-center .cont li p:nth-child(1){line-height: 26px;padding: 0 12px;} .news-center .cont li p:nth-child(1) span{display: inline-block;width: 50%;} .news-center .cont li p:nth-child(1) span:nth-child(1){font-size: 14px;color: #a2a4a7;font-family: arial;} .news-center .cont li p:nth-child(1) span:nth-child(2){text-align: right;} .news-center .cont li p:nth-child(1) span:nth-child(2) i{display: inline-block;width: 20px;height: 20px;background: url(../images/rq.png) no-repeat;vertical-align: middle;margin-bottom: 2px;} .news-center .cont li p:nth-child(2){margin: 20px 0 15px;padding: 0 12px;text-align: justify; font-size: 16px;color: #3b4e9d;line-height: 24px;min-height: 52px;letter-spacing: 1px;} .news-center .cont li em{display: block;width: 246px;margin: 0 auto;overflow: hidden;} .news-center .cont li img{width: 100%;transition: transform .5s; height: 138px;} .news-center .cont li em:hover img{transform: scale(1.2);} /*联系*/ .relation{padding: 60px 0;} .relation .top .left, .relation .top .right{width: 50%;float: left;} .relation .top .right{padding-left: 12px;box-sizing: border-box;} .relation .top label{display: block;margin-bottom: 36px;font-size: 20px;color:#797e91;position: relative;} .relation .top label:after{content: '';width: 45px;height: 1px;background: #e1e4e8;position: absolute;bottom: -10px;left: 0;} .relation .top form {width: 490px;} .relation .top form input{outline: none;font-family: "微软雅黑"; width: 240px;height: 33px;line-height: 33px;float: left;border: 1px solid #e1e4e8; font-size:12px;color: #8e9099;padding-left: 12px;box-sizing: border-box;} .relation .top form .MR10{margin-right:10px;} .relation .top form .relation_email{width: 100%;} .relation .top form input:nth-child(3){width: 100%;} .relation .top form textarea{resize: none;font-family: "微软雅黑"; outline: none; width: 100%;height: 90px;border: 1px solid #e1e4e8;font-size:14px;color: #8e9099;padding: 8px 0 0 12px;box-sizing: border-box;margin-bottom: 15px;} .relation .top form button, .relation .top .right a:nth-child(4){font-family: "微软雅黑"; transition: all .5s;background: none;cursor: pointer; width: 150px;height: 30px;border: 1px solid #3b4e9d;font-size: 12px;color: #3b4e9d;text-align: center;line-height: 30px;} .relation .top form button em{transition: all .5s;display: inline-block;width: 13px;height: 15px;background: url(../images/gou.png) no-repeat;margin-left: 5px;vertical-align: middle;margin-bottom: 5px;} .relation .top form input::placeholder, .relation .top form textarea::placeholder{color: #8e9099;} .relation .top form input[type=submit]{font-family: "微软雅黑"; transition: all .5s;background: none;cursor: pointer; width: 150px;height: 30px;border: 1px solid #3b4e9d;font-size:12px;color: #3b4e9d;padding-left:0;line-height: 30px;box-sizing:border-box;text-align:center;} .wpcf7-form .tel-767{margin-right: 10px;} .wpcf7-form .wpcf7-form-control-wrap{position: relative;} .wpcf7-form .tel-767,.wpcf7-form .text-24{width: 240px;display: inline-block;height: 33px;} .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip{position: absolute;display: block;right: 0;font-size: 12px;color: #2d4186;top: 8px;} .wpcf7-form .email-887{width: 100%;height: 33px;display: block;} .wpcf7-form .textarea-364{width: 100%;height: 90px;display: block;margin-bottom: 15px;} .screen-reader-response{display: none;} .wpcf7-form p:nth-child(3){height: 38px;} .wpcf7-response-output{font-size: 12px;color: #2d4186;} #wpcf7-f77-o1>p:nth-of-type(2){height:30px;position:relative;display:inline-block;} #wpcf7-f77-o1>p:nth-of-type(2)::after{display:block;content:'';position:absolute;left:100px;top:8px;transition: all .5s;width: 13px;height: 15px;background: url(../images/gou.png) no-repeat;} #wpcf7-f77-o1>p:nth-of-type(2):hover input{background: #2236ad;color: #fff;} #wpcf7-f77-o1>p:nth-of-type(2):hover::after{background: url(../images/gou-2.png) no-repeat;} .relation .top .right p{color: #3b4e9b;margin-bottom: 12px;} .relation .top .right p:nth-child(2){font-size: 20px;} .relation .top .right p:nth-child(2) span{display: inline-block;font-family: arial;} .relation .top .right p:nth-child(3){font-size: 15px;color: #7a7f91;margin-bottom: 35px;} .relation .top .right a:nth-child(4){display: block;margin-bottom: 35px;width: 148px;height: 28px;line-height: 28px;} .relation .top .right a:nth-child(4) em{transition: all .5s; width: 13px;height: 16px;background: url(../images/sit.png) no-repeat;display: inline-block;margin-left: 20px;vertical-align: middle;margin-bottom: 5px;} .relation .top .right p:nth-child(5), .relation .top .right p:nth-child(6){font-size: 15px;color: #7a7f91;margin-bottom:12px;} .relation .top .right p:nth-child(5) span, .relation .top .right p:nth-child(6) span{font-size:16px;display: inline-block;width: 90px;} .relation .top .right p:nth-child(6){color: #3b4e9b;} .relation .top .right p:nth-child(6) a{display: inline-block;color: #3b4e9b;text-decoration: underline;} .relation .top .right p:nth-child(6) span{color: #7a7f91;} /*hover*/ .relation .top form button:hover, .relation .top .right a:nth-child(4):hover{background: #2236ad;color: #fff;} .relation .top form button:hover em{background: url(../images/gou-2.png) no-repeat;} .relation .top .right a:nth-child(4):hover em{background: url(../images/sit-2.png) no-repeat;} /*foot*/ .semicond-footer{background: #2d4186;position: relative;} .semicond-footer:after{content: '';width: 100%;height: 8px;background: url(../images/ft-b.png) no-repeat;position: absolute;bottom: 0;} .semicond-footer .top{padding: 30px 0 10px;} .semicond-footer .top > div{width: 120px;margin-right: 70px; float: left;} .semicond-footer .top > div:first-child{width: 370px;margin-right: 0;} .semicond-footer .top > div:last-child{width: 260px;margin-right: 0;} .semicond-footer .top > div:last-child a{display: block;} .semicond-footer .top > div:first-child img{height: 20px;margin-bottom: 30px;} .semicond-footer .top > div:first-child p{font-size: 13px;color: #abb3cf;line-height: 22px;width: 246px;margin-bottom: 16px;} .semicond-footer .top > div:first-child .more{display: inline-block;font-size:14px;color: #8f97b7;text-decoration: underline;margin-bottom: 40px;} .semicond-footer .top .nav > div{min-height: 160px;} .semicond-footer .top .nav label, .semicond-footer .top > div:last-child label{display: block;font-size: 15px;margin-bottom: 12px;color: #d8dae4;} .semicond-footer .top .nav a{display: block;font-size:13px;margin-bottom: 8px;color: #abb3cf; letter-spacing: 0;} .semicond-footer .top .nav a:last-child{margin-bottom: 0;} .semicond-footer .top > div:last-child img{width: 100%;margin-bottom: 14px;} .semicond-footer .top > div:last-child p:nth-child(3){font-size: 14px;color: #f2f2f2;line-height: 18px;margin-bottom: 8px;} .semicond-footer .top > div:last-child p:nth-child(3) span{margin-right: 4px; display: inline-block;width: 35px;height: 18px;background: #6db53a;font-size:14px;text-align: center;line-height: 18px;border-radius: 5px;} .semicond-footer .top > div:last-child p:nth-child(4){font-size:14px;color: #abb3cf;line-height: 22px;} .semicond-footer .top > div:last-child p:nth-child(4) i{display: inline-block;width: 12px;height: 12px;background: url(../images/ti-1.png) no-repeat;margin: 0 4px 2px 0;vertical-align: middle;} .semicond-footer .bottom{line-height: 50px;font-size:14px;border-top: 1px solid #3d508f;color: #abb3cf;padding-bottom: 8px;} .semicond-footer .bottom span{display: block;width: 50%;float: left;letter-spacing: 0;font-size: 12px;} .semicond-footer .bottom span:nth-child(2){text-align: right;} /*分享*/ .share{line-height: 26px;} .share a{display: inline-block;margin: 0 24px 3px 0 !important;vertical-align: middle;cursor: pointer;} .share .lj-1{width: 17px;height: 17px;background: url(../images/lx-6.png) no-repeat;} .share .lj-2{width: 16px;height: 18px;background: url(../images/lx-5.png) no-repeat;} .share .lj-3{width: 19px;height: 16px;background: url(../images/lx-4.png) no-repeat;} .share .lj-4{width: 20px;height: 17px;background: url(../images/lx-2.png) no-repeat;} .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{ float: none !important;padding-left: 0 !important;background-position: inherit !important;} /*关于澳门人巴黎人6123网站*/ .lead{height: 48px;border-top: 1px solid #e1e4e8;border-bottom: 1px solid #e1e4e8;} .lead a{display: inline-block;line-height: 48px; font-size: 13px;color: #b8babd;margin-right: 12px;} .lead a:first-child:after, .lead a:nth-child(2):after{display: inline-block; content: '';width: 4px;height: 8px;background: url(../images/about-lead.png) no-repeat;vertical-align: middle;margin: 0 0 3px 12px;} .lead a:last-child{color: #969bac;} .company-intro{padding: 0 0 60px;} .company-title{padding-top: 42px; margin-bottom: 30px;position: relative;} .company-title label{display: inline-block;font-size: 32px;color: #4e5057;margin-right: 12px;} .company-title i{display: inline-block;width: 14px;height: 14px;background: url(../images/about-1.png) no-repeat;cursor: pointer;position: relative;} /*分享弹窗*/ .company-title i span{display: none;z-index: 999; background: #fff;box-shadow: 0 0 3px 1px #edf2f5;position: absolute;left: 15px;top: 0;} .company-title i span label{cursor: pointer;position: relative; transition: background-color .3s; display: block;margin: 0;width: 130px;font-size: 14px;} .company-title i span a{margin: 0 !important;padding: 10px 98px 10px 15px !important;background-position: 15px 10px !important;box-sizing: content-box; position: absolute;left: 0;top: 0;} .company-title i span label em{transition: color .3s;display: inline-block;font-size: 14px;color: #000;line-height: 37px;width: 100%;padding-left: 40px;box-sizing: border-box;} .company-title i span label:hover{background: #3a4d9c;} .company-title i span label:hover em{color: #fff;} .company-title i:hover span{display: block;} .company-intro{position: relative;} .company-intro > div:first-child{width: 570px;float: left;position: relative;} .company-intro > div:first-child label{display: block;overflow: hidden;cursor: pointer;} .company-intro > div:first-child img{width: 100%;transition: transform .5s;} .company-intro > div:first-child:hover label img{transform: scale(1.1);} .company-intro > div:first-child i{cursor: pointer; width: 84px;height: 84px;background: url(../images/vico.png) no-repeat;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);} /*弹出播放*/ .overflow{overflow-y: hidden;} .video-wrap{display: none; width: 100%;height: 100%;position: fixed;top: 0;left: 0; background: rgba(0,0,0,0.5);z-index: 10000;} .company-video{width: 1200px;height: 500px;border: 2px solid rgba(255,255,255,0.5);position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10000;} .company-video em{cursor: pointer; width: 40px;height: 40px;background: #0570c2;position: absolute;right: 0;top: -42px;z-index: 10000;text-align: center;line-height: 40px;} .company-video em:before{vertical-align: middle; transition: transform .3s; content: '';width: 32px;height: 32px;background: url(../images/close.png) no-repeat;display: inline-block;} .company-video em:hover:before{transform: rotate(180deg);} .company-video video{width: 100%;height: 100%;object-fit: fill;} .company-intro > div:last-child{width: 610px;float: right;} .company-intro > div:last-child label{display: block;font-size:24px;color: #4e5057;margin-bottom: 20px;} .company-intro > div:last-child p{font-size:14px;color: #797e91;line-height:22px;margin-bottom: 19px;text-align: justify;} .consult{padding-top: 20px;} .consult div{width: 270px;float: right;} .consult div span, .relation-us > div:last-child span{display: block;font-size: 13px;color: #797e91;margin-bottom: 10px;} .consult div a, .relation-us > div:last-child a{display: block;width: 100%;height: 40px;line-height: 40px;padding-left: 15px;box-sizing: border-box;background: #6db53a;} .consult div a em, .relation-us > div:last-child a em{transition: transform .3s;display: inline-block;font-size: 13px;color: #fff;} .consult div a em:before, .relation-us > div:last-child a em:before{display: inline-block; content: '';width: 13px;height: 13px;background: url(../images/about-3.png) no-repeat;margin-right: 8px;vertical-align: middle;} .consult div a:hover, .relation-us > div:last-child a:hover{background: #63a337;} .perfect{padding:40px 0 60px 0;background: #edf2f5;} .perfect .design{display: inline-block;font-size: 20px;color: #3a4d9c;position: relative;margin-bottom: 10px;padding-bottom: 12px;} .perfect .design:after{content: '';width: 50%;height: 1px;background: #3a4d9c; position: absolute;left: 0;bottom: 0;} .perfect .intro{display: block;font-size: 14px;color: #797e91;line-height:22px;} .perfect-list{margin: 20px 0 36px;} .perfect-list a{display: block;width: 380px;margin-right: 30px;float: left;} .perfect-list a:last-child{margin-right: 0;} .perfect-list a > div:first-child{overflow: hidden;} .perfect-list a > div:first-child img{width: 100%;transition: transform .3s;} .perfect-list a > div:first-child:hover img{transform: scale(1.18);} .perfect-list a > div:last-child{height:198px;padding: 10px;box-sizing: border-box;background: #fff;} .perfect-list a > div:last-child em{display: block;font-size: 14px;color: #8b8fa0;margin-bottom:12px;} .perfect-list a > div:last-child label{transition: color .3s;display: block;font-size: 18px;color:#797e91;margin-bottom: 16px;} .perfect-list a > div:last-child p{font-size:14px;color: #979ba8;line-height:20px;text-align: justify; letter-spacing:1px;} .perfect-list a > div:last-child:hover label{color: #3a4d9c;} .perfect .title{font-size: 20px;color: #3a4d9c;margin-bottom: 24px;} .serve-list{width: 750px;} .serve-list a{display: block;font-size: 14px;color: #6a79b4;width: 150px;margin-right: 150px;padding-bottom: 14px;float: left;} .serve-list a:before{content: '';width: 13px;height: 13px;background: url(../images/about-lj.png) no-repeat;margin: 0 10px 0 0;display: inline-block;vertical-align: middle;} .serve-list a:nth-child(3n){margin-right: 0;} .serve-list a span{display: inline-block;padding: 0 1px;border-bottom: 1px solid transparent;} .serve-list a:hover span{text-decoration:underline;} .theme{background: #fff;} .theme-list{padding: 20px 0 60px;border-bottom: 1px solid #e1e4e8;} .theme-list a{display: block;width: 280px;margin-right: 26px;float: left;} .theme-list a:nth-child(4n){margin-right: 0;} .theme-list a img{width: 100%;} .theme-list a span{display: block;padding: 15px;background: #edf2f5;position: relative;} .theme-list a span em{display: inline-block;font-size: 14px;color: #3a4d9c;padding: 0 1px;border-bottom: 1px solid transparent;} .theme-list a span i{width: 13px;height: 17px;background: url(../images/about-r.png) no-repeat;position: absolute;right: 15px;top: 15px;} .theme-list a span:hover em{ text-decoration:underline;} .relation-us{padding: 45px 0 30px;} .relation-us > div:first-child{width: 930px;float: left;} .relation-us > div:last-child{width: 270px;float: right;padding-top:40px;} .relation-us > div:first-child span{display: block;font-size: 14px;color: #797e91;margin-bottom:8px;} .relation-us > div:first-child label{display: block;font-size: 24px;color:#797e91;margin-bottom:18px;} .relation-us > div:first-child p{font-size: 14px;color: #797e91;margin-bottom:8px;} .relation-us > div:first-child a{display: inline-block;font-size:14px;color: #3a4d9c;position: relative;margin-left: 18px;border-bottom: 1px solid #3a4d9c;} .relation-us > div:first-child a:before{content: '';width: 13px;height: 9px;background: url(../images/about-mail.jpg) no-repeat;position: absolute;left: -18px;top: 3.5px;} /* 公司概要 */ .about_infoW>p{font-size:14px;line-height:22px;color:#797e91;text-align:justify;margin-bottom:19px;} .about_sectionW{margin-top:35px;} .about_sectioniW{float:right;} .about_sectioniW>span{display:block;font-size:14px;line-height:24px;color:#797e91;padding:4px 0;} .about_sectioniW>a{display:block;width:270px;height:40px;background:#6db53a;text-align:left;line-height:40px;font-size:14px;color:#fff;box-sizing:border-box;padding-left:15px;transition:0.4s;} .beforeIcon::before{display: inline-block;content: '';width: 13px;height: 13px;background: url(../images/about-3.png) no-repeat;margin-right: 8px;vertical-align: middle;} .about_sectioniW>a:hover{background:#63a337;} .about_info2W{margin-top:40px;padding-bottom:30px;} .about_info2LW{width:41.667%;float:left;overflow:hidden;} .about_info2LW>img{width:100%;transition:0.4s;} .about_info2LW>img:hover{transform:scale(1.06);} .about_info2RW{width:53.5%;float:right;} .about_info2RW>table{width:100%;box-sizing:border-box;} .about_info2RW>table td{border:1px solid #edf2f5;font-size:14px;line-height:42px;padding:0 25px;} .about_info2RW>table tr>td:nth-of-type(2):hover{text-decoration:underline;} .about_info2RW>table tr>td:nth-of-type(1){color:#3a4d9c;} .about_info2RW>table tr>td:nth-of-type(2){color: #797e91;} /* 社会责任 */ .about_itemsW{margin-top:30px;} .about_itemsW>a{display:block;float:left;width:25%;box-sizing:border-box;border:1px solid #e1e4e8;height:275px;padding:35px 13px 20px;position:relative;transition:0.6s;} .about_itemsW>a+a{border-left:none;} .about_itemsW>a:nth-of-type(1)>i{background:url('../images/about_duty_1.png') left top no-repeat;} .about_itemsW>a:nth-of-type(2)>i{background:url('../images/about_duty_2.png') left top no-repeat;} .about_itemsW>a:nth-of-type(3)>i{background:url('../images/about_duty_3.png') left top no-repeat;} .about_itemsW>a:nth-of-type(4)>i{background:url('../images/about_duty_4.png') left top no-repeat;} .about_itemW>i{display:block;width:28px;height:28px;} .about_itemW>p{font-size:18px;color:#3a4d9c;margin-top:10px;} .about_itemW>span{display:block;font-size:14px;color:#797e91;text-transform:uppercase;margin-top:10px;} .about_itemW .itemW_hide{color:#cacde0;font-size:14px;line-height:24px;padding-top:30px;position:relative;opacity:0;transition:0.4s;transform:translateY(50px);text-align:justify;} .about_itemW .itemW_hide::before{display:block;content:'';width:45px;height:1px;background:#8994c4;position:absolute;left:0;top:15px;} .about_itemW>u{display:block;text-decoration:none;width:36px;height:36px;border-radius:100%;border:1px solid #5868ab;position:absolute;text-align:center;line-height:37px;color:#9ca3c7;left:13px;bottom:20px;} .about_itemsW>a:hover{background:#3a4d9c;} .about_itemsW>a:hover>p{color:#fff;} .about_itemsW>a:hover>span{display:none;} .about_itemsW>a:hover>u{display:none;} .about_itemsW>a:hover .itemW_hide{opacity:1;transform:translateY(0);} .about_itemsW>a:nth-of-type(1):hover>i{background:url('../images/about_duty_11.png') left top no-repeat;} .about_itemsW>a:nth-of-type(2):hover>i{background:url('../images/about_duty_22.png') left top no-repeat;} .about_itemsW>a:nth-of-type(3):hover>i{background:url('../images/about_duty_33.png') left top no-repeat;} .about_itemsW>a:nth-of-type(4):hover>i{background:url('../images/about_duty_44.png') left top no-repeat;} .about_dutyBg{width:100%;background:#fff;padding-top:40px;padding-bottom:20px;} .about_dutyW{width:1200px;margin:auto;} .about_dutyW>h6{font-size:20px;color:#3a4d9c;padding-top:15px;padding-bottom:22px;position:relative;} .about_dutyW>h6::after{content:'';display:block;width:40px;height:1px;background:#3a4d9c;position:absolute;bottom:11px;left:0;} .about_dutyW>p{font-size:14px;color:#797e91;line-height:22px;} .dutyW_img{width:100%;margin-top:20px;background:#edf2f5;} .dutyW_img>i{display:block;width:100%;overflow:hidden;} .dutyW_img>i>img{width:100%;transition:0.4s;} .dutyW_img>i>img:hover{transform:scale(1.1);} .dutyW_img>h5{font-size:18px;color:#3a4d9c;padding:30px 17px 10px;} .dutyW_img>p{font-size:14px;color:#797e91;padding-left:17px;padding-bottom:25px;} /* 企业组织 */ .about_organizationW{width:100%;} .about_organizationW>p{width:900px;font-size:14px;line-height:24px;color:#797e91;text-align:justify;} .about_organizationW>p+p{margin-top:26px;} .about_organitaion1W{width:100%;height:256px;margin:70px auto 80px;position:relative;} .about_organitaion1W_img{display:none;} .numFI,.numSE{opacity:0;transform:translateX(-100px);transition:0.4s;transition-delay:0;z-index:1;display:block;position:absolute;width:90px;height:90px;border-radius:100%;background:#3a4d9c;color:#fff;font-size:16px;line-height:90px;text-align:center;box-shadow:-4px 2px 2px 0px #b2b8bf;} .numSE{transition-delay:0.5s;} .numFI::after{display:block;content:'';width:60px;height:1px;background:#b2b8bf;position:absolute;left:100%;top:45px;} .numSE::after{display:block;content:'';width:101px;height:1px;background:#b2b8bf;position:absolute;left:100%;top:45px;} .numSE::before{display:block;content:'';width:1px;height:180px;background:#b2b8bf;position:absolute;left:190px;top:45px;transform:translateY(-50%);} .numTH{opacity:0;transform:translateX(-100px);transition:0.4s;transition-delay:1s;z-index:1;display:block;width:160px;height:49px;text-align:center;line-height:42px;color:#fff;position:absolute;background:url('../images/about_organ_bg1.png') no-repeat;} .numTH::after{display:block;content:'';width:78px;height:1px;background:#b2b8bf;position:absolute;right:100%;top:20px;} .numFO{opacity:0;transform:translateX(-100px);transition:0.4s;transition-delay:1.5s;z-index:1;display:block;width:160px;height:49px;text-align:center;line-height:42px;color:#fff;position:absolute;background:url('../images/about_organ_bg1.png') no-repeat;} .numFO::after{display:block;content:'';width:80px;height:1px;background:#b2b8bf;position:absolute;right:100%;top:20px;} .pos1{left:0;top:83px;} .pos2{left:12.6%;top:83px;} .pos3{left:35%;top:18px;} .pos4{left:35%;top:108px;} .pos5{left:35%;top:197px;} .pos6{left:55%;top:18px;} .pos7{left:55%;top:108px;} .about_organitaion1002_img img{ margin:40px 0;} /* 制造工艺 */ .tech_madeF{width:100%;padding-bottom:65px;} .tech_madeFL{width:47.5%;float:left;overflow:hidden;} .tech_madeFL>img{width:100%;transition:0.4s;} .tech_madeFL>img:hover{transform:scale(1.05);} .tech_madeFR{width:52.5%;box-sizing:border-box;padding-left:20px;float:left;height:320px;overflow-y:scroll;padding-right:20px;} .tech_madeFR::-webkit-scrollbar{width:4px;background:transparent;} .tech_madeFR::-webkit-scrollbar-thumb{background:#3b4e9d;border-radius:10px;} .tech_madeFR>p{font-size:24px;color:#797e91;} .tech_madeFR>span{display:block;font-size:14px;color:#797e91;line-height:22px;text-align:justify;margin-top:20px;letter-spacing:1px;} .tech_sectionW{margin-top:95px;} .tech_sectioniW{float:right;} .tech_sectioniW>span{display:block;font-size:14px;line-height:24px;color:#797e91;padding:4px 0;} .tech_sectioniW>a{display:block;width:270px;height:40px;background:#6db53a;text-align:left;line-height:40px;font-size:14px;color:#fff;box-sizing:border-box;padding-left:15px;transition:0.4s;} .beforeIcon::before{display: inline-block;content: '';width: 13px;height: 13px;background: url(../images/about-3.png) no-repeat;margin-right: 8px;vertical-align: middle;} .tech_sectioniW>a:hover{background:#63a337;} .tech_madeBg{width:100%;background:#f7f8fa;padding:45px 0 65px;} .tech_madeS{width:1200px;margin:auto;} .tech_madeS>h6{font-size:20px;color:#3a4d9c;padding-top:15px;padding-bottom:22px;position:relative;} .tech_madeS>h6::after{content:'';display:block;width:40px;height:1px;background:#3a4d9c;position:absolute;bottom:11px;left:0;} .tech_madeS>p{font-size:14px;color:#797e91;line-height:22px;} .tech_Sitems{width:100%;margin-top:15px;} .tech_Sitems>a{display:block;float:left;width:23.75%;height:365px;box-sizing:border-box;padding:10px;transition:0.4s;} .tech_Sitems>a+a{margin-left:1.66%;} .tech_Sitems>a:hover{background:#fff;box-shadow:0px 0px 8px 0px rgba(0,0,0,.1);} .tech_Sitem>i{display:block;width:100%;overflow:hidden;position:relative;} .tech_Sitem>i>img{width:100%;} .tech_Sitem>i>span{display:block;position:absolute;z-index:1;bottom:0;left:0;width:100%;height:30px;background:rgba(0,0,0,.3);text-align:center;line-height:30px;color:#fff;overflow:hidden;} .tech_Sitem>i>span::before{display:block;content:'';position:absolute;width:100%;height:100%;z-index:-1;background:#3f50a0;transform:translateY(100%);transition:0.3s;} .tech_Sitem>i>img:hover+span::before{transform:translateY(0);} .Sitem_text{width:100%;box-sizing:border-box;padding:20px 10px 10px;} .Sitem_text>p{font-size:18px;color:#797e91;padding-bottom:8px;} .Sitem_text>li{font-size:14px;color:#3f50a0;line-height:28px;position:relative;padding-left:15px;text-decoration:underline;} .Sitem_text>li::before{display:block;content:'';width:3px;height:3px;background:#3f50a0;vertical-align:middle;position:absolute;left:5px;top:12.5px;} .tech_T{padding:10px 0 40px;} /* 产品信息 */ .productionF{width:1200px;margin:auto;} .productionF>p{font-size:14px;line-height:24px;color:#797e91; padding-bottom:200px;} .productionF>span{display:block;font-size:24px;line-height:22px;color:#797e91;margin-top:20px;} .production-cs{width:1200px;margin:auto; padding-top:40px;} .production-cs>span{display:block;font-size:24px;line-height:22px;color:#797e91;margin-top:20px; padding-bottom:40px;} .productionS{width:1200px;margin:15px auto 30px;} .proS_1{display:block;width:100%;box-sizing:border-box;background:#f2f6f7;padding:40px 0 50px;transition:0.6s;transform:translateY(100px);opacity:0;} .proS_1L{display:block;float:left;width:26%;} .proS_1L>img{max-width:100%;margin:auto;} .proS_1R{width:64%;float:right;padding-right:90px;box-sizing:border-box;} .proS_1R>h6{font-size:20px;line-height:32px;color:#3f50a0;padding-top:30px;} .proS_1R>p{font-size:14px;line-height:24px;color:#797e91;padding-top:10px;text-align:justify;} .proS_group{margin-top:25px;} .proS_group>a{display:inline-block;font-size:14px;vertical-align:middle;transition:0.4s;} .proS_group>a:nth-of-type(1){color:#3f50a0;text-decoration:underline;} .proS_group>a:nth-of-type(2){color:#fff;background:#3f50a0;width:100px;height:30px;text-align:center;line-height:30px;margin-left:25px;} .proS_group>a:nth-of-type(1):hover{text-decoration:none;} .proS_group>a:nth-of-type(2):hover{background:#000;} .proS_2{display:block;width:100%;box-sizing:border-box;background:#fff;padding:60px 0 50px;transition:0.6s;transform:translateY(100px);opacity:0;} .proS_2R{display:block;float:right;width:26%;} .proS_2R>img{max-width:100%;margin:auto;} .proS_2L{width:64%;float:left;padding-left:60px;box-sizing:border-box;} .proS_2L>img{width:auto;max-width:100%;display:none;margin:auto;} .proS_2L>h6{font-size:20px;line-height:32px;color:#3f50a0;padding-top:30px;} .proS_2L>p{font-size:14px;line-height:24px;color:#797e91;padding-top:10px;text-align:justify;} .proS_2L .paddingT20{padding-top:20px;} /* 投资者关系 */ .investS{width:100%;margin-bottom:110px;} .investS>a{display:block;width:31.66%;float:left; position:relative;border-bottom:1px solid #858585;margin-top:20px;height:380px;margin-left:2.5%;box-sizing:border-box;} .investS>a:nth-of-type(3n-2){margin-left:0;} .invest_item>i{width:100%;overflow:hidden;display:block;} .invest_item>i>img{width:100%;transition:0.4s;} .invest_item>i>img:hover{transform:scale(1.05);} .invest_itemTxt{width:100%;box-sizing:border-box;padding:25px 15px 20px;} .invest_itemTxt>u{font-size:20px;color:#797e91;text-decoration:none;} .invest_itemTxt>p{font-size:14px;color:#797e91;line-height:22px;margin-top:15px;text-align:justify;} .item_link{display:block;position:absolute;bottom:20px;left:15px;} .item_link>i{display:inline-block;width:15px;height:15px;border-radius:100%;background:#3a4d9c;font-size:14px;vertical-align:top;color:#fff;text-align:center;line-height:13px;vertical-align:top;} .item_link>i::before{vertical-align:middle;} .item_link>span{display:inline-block;font-size:14px;color:#3a4d9c;vertical-align:top;margin-left:6px;} .item_link:hover>span{text-decoration:underline;} .investS>a:nth-of-type(2){background:#3a4d9c;} .investS>a:nth-of-type(2) .invest_itemTxt>u{color:#fff;} .investS>a:nth-of-type(2) .invest_itemTxt>p{color:#c0c5db;} .investS>a:nth-of-type(2) .item_link>i{background:#fff;color:#3a4d9c;} .investS>a:nth-of-type(2) .item_link>span{color:#fff;} .investS .invest_item_s{padding:17px;} .investS .invest_item_s>h6{font-size:20px;color:#797e91;} .investS .invest_item_s>p{font-size:14px;color:#797e91;line-height:22px;margin-top:15px;} .item_link_s{display:block;margin-top:20px;} .item_link_s>i{display:inline-block;width:15px;height:15px;border-radius:100%;background:#3a4d9c;font-size:14px;vertical-align:top;color:#fff;text-align:center;line-height:13px;vertical-align:top;} .item_link_s>i::before{vertical-align:middle;} .item_link_s>span{display:inline-block;font-size:14px;color:#3a4d9c;vertical-align:top;margin-left:6px;} .item_link_s:hover>span{text-decoration:underline;} .investS .invest_item_s1{padding:17px 25px;background:url('../images/invest_5bg.jpg') no-repeat;border-bottom:none;} .investS .invest_item_s1>h6{font-size:20px;color:#fff;} .investS .invest_item_s1>p{font-size:14px;line-height:24px;margin-top:15px;color:#c0c5db;} .s1_pos{position:absolute;display:block;left:25px;bottom:17px;} .s1_pos>p{font-size:42px;color:#fff;} .s1_pos>p>sub{font-size:14px;vertical-align:baseline;} .s1_pos>span{font-size:14px;color:#c0c5db;} /* 新闻中心 */ .news_S-center .cont li{ width: calc(23.5% - 2px);height: auto;float: left;margin: 0 2% 2% 0;background: #fff;overflow: hidden;border: 1px solid #ddd;} .news_S-center .cont li:nth-child(4n){margin: 0 0 2% 0;} .news_S-center .cont li a{display: block;padding: 12px 10px 20px;box-sizing: border-box;width: 100%;height: 100%;box-shadow:0 0 1px 1px #e5e6eb;} .news_S-center .cont li p:nth-child(1){line-height: 26px;padding: 0 12px;} .news_S-center .cont li p:nth-child(1) span{display: inline-block;width: 50%;} .news_S-center .cont li p:nth-child(1) span:nth-child(1){font-size: 14px;color: #a2a4a7;font-family: arial;} .news_S-center .cont li p:nth-child(1) span:nth-child(2){text-align: right;} .news_S-center .cont li p:nth-child(1) span:nth-child(2) i{display: inline-block;width: 20px;height: 20px;background: url(../images/rq.png) no-repeat;vertical-align: middle;margin-bottom: 2px;} .news_S-center .cont li p:nth-child(2){margin: 20px 0 15px;padding: 0 12px;text-align: justify; font-size: 16px;color: #3b4e9d;line-height: 24px;min-height: 52px;letter-spacing: 1px;} .news_S-center .cont li em{display: block;width: 246px;margin: 0 auto;overflow: hidden;} .news_S-center .cont li img{width: 100%;transition: transform .5s; height: 140px;} .news_S-center .cont li em:hover img{transform: scale(1.2);} .news_btns{width:1200px;margin:50px auto 100px;text-align:center;} .news_btnsC{display:inline-block;} .news_btnsC>li{float:left;} .news_btnsC>li+li{margin-left:25px;} .news_btnsC>li>a{display:block;width:40px;height:40px;font-size:18px;box-sizing:border-box;border:1px solid #ccc;text-align:center;line-height:40px;color:#757575;} .news_btnsC>li>a.actives{background:#3a4d9c;border-color:transparent;color:#fff;} .news_btnsC>li>a:hover{background:#3a4d9c;border-color:transparent;color:#fff;} /* fenye */ .fenye>a{display:inline-block;height:30px;font-size:14px;padding:0 10px;line-height:30px;margin-right:10px;border:1px solid #ccc;color:#757575;vertical-align:top;} .fenye>a:hover{background:#3a4d9c;border-color:transparent;color:#fff;} .fenye>span{display:inline-block;height:30px;font-size:14px;padding:0 10px;line-height:30px;border:1px solid #ccc;color:#757575;vertical-align:top;} .fenye>a.current{background:#3a4d9c;border-color:transparent;color:#fff;} /* 新闻详情 */ .news_info{width:792px;padding-top: 42px;margin-bottom: 15px;position: relative;} .news_info>label{display: inline-block;font-size:28px;color: #4e5057;margin-right: 12px;} .news_info>i{display: inline-block;width: 14px;height: 14px;background: url(../images/news_info_1.png) no-repeat;cursor: pointer;position: relative;top:24px;float:right;} .news_info i span{display: none;z-index: 999; background: #fff;box-shadow: 0 0 3px 1px #edf2f5;position: absolute;left: 15px;top: 0;} .news_info i span label{cursor: pointer;position: relative; transition: background-color .3s; display: block;margin: 0;width: 130px;font-size: 14px;} .news_info i span a{margin: 0 !important;padding: 10px 98px 10px 15px !important;background-position: 15px 10px !important;box-sizing: content-box; position: absolute;left: 0;top: 0;} .news_info i span label em{transition: color .3s;display: inline-block;font-size: 14px;color: #000;line-height: 37px;width: 100%;padding-left: 40px;box-sizing: border-box;} .news_info i span label:hover{background: #3a4d9c;} .news_info i span label:hover em{color: #fff;} .news_info i:hover span{display: block;} .news_info>p{font-size:14px;color:#797e91;margin-top:15px;} .news_info>p>span{margin-right:25px;} .news_print{position:relative;margin-left:25px;} .news_print::before{content:'';display:block;position:absolute;width:15px;height:15px;background:url('../images/news_info_2.png') no-repeat;left:-20px;top:0;} .news_infoTxt{width:792px;border-top:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:40px 0;} .news_infoTxt>p{font-size:14px;color: #797e91;line-height:26px;letter-spacing:1px;margin-top:18px;text-align:justify;} .news_infoTxt>p>img{ display: block; height:auto;} .news_infoTxt>img{display:block;width:auto;max-width:100%;margin-top:30px;} .news_infoTxt>p:first-child{margin-top:0;} .news_sharesR{line-height: 26px;} .news_sharesR a{display: inline-block;margin: 0 10px 0 0 !important;vertical-align: middle;cursor: pointer;} .news_sharesR .facebook_1{width: 26px;height: 26px;background: url(../images/facebook_1.png) no-repeat;} .news_sharesR .qq_1{width: 26px;height: 26px;background: url(../images/qq_1.png) no-repeat;} .news_sharesR .sina_1{width: 26px;height: 26px;background: url(../images/sina_1.png) no-repeat;} .news_sharesR .wenxin_2{width: 26px;height: 26px;background: url(../images/weixin_2.png) no-repeat;} .news_sharesR .wenxin_1{width: 26px;height: 26px;background: url(../images/weixin_1.png) no-repeat;} .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{ float: none !important;padding-left: 0 !important;background-position: inherit !important;} .news_shares{width:792px;padding-top:20px;margin-bottom:100px;} .news_shares .news_sharesL{float:left;} .news_sharesL>a{display:block;font-size:14px;color: #797e91;line-height:24px;} .news_sharesL>a:hover{text-decoration:underline;color:#3a4d9c;} .news_sharesL .ToMenu{width:160px;height:34px;border:1px solid #3a4d9c;text-align:center;line-height:34px;color:#3a4d9c;margin-bottom:20px;transition:0.6s;} .news_sharesL .ToMenu:hover{background:#3a4d9c;color:#fff;} .news_shares .news_sharesR{float:right;} .news_sharesR .sharesR_tip{background:none;font-size:14px;color: #797e91;} .news_shares .s1{font-size: 12px !important; color: #797e91;} .news_shares .s2{font-size: 12px !important; color: #797e91;} .news_shares .s1>a{display:inline-block;font-size:14px;color: #797e91;line-height:24px;} .news_shares .s1>a:hover{text-decoration:underline;color:#3a4d9c;} .news_shares .s2>a{display:inline-block;font-size:14px;color: #797e91;line-height:24px;} .news_shares .s2>a:hover{text-decoration:underline;color:#3a4d9c;} /* 客户服务与可靠性 */ .customer_txt{width:100%;} .customer_txt>p{font-size:14px;color:#797e91;line-height:22px;} .customer_items{width:100%;} .customer_items>a{display:block;width:23.17%;float:left;background:#f2f6f7;margin-left:2.44%;margin-top:30px;} .customer_items>a:nth-of-type(1){margin-left:0;} .customer_item .citem_left{width:100%;display:block;overflow:hidden;} .customer_item .citem_left>img{width:100%;transition:0.4s;} .customer_item .citem_left>img:hover{transform:scale(1.05);} .customer_item .citem_right{width:100%;box-sizing:border-box;padding:30px;text-align:center;} .citem_right>u{font-size:18px;color:#797e91;text-decoration:none;} .citem_right>p{font-size:14px;color:#797e91;line-height:22px;margin-top:20px;text-align:justify;} .customer_item:hover .citem_right>u{color:#3a4d9c;text-decoration:underline;} .customerS{width:1200px;margin:75px auto 20px;} .customerS>h6{font-size:20px;color:#3a4d9c;padding-bottom:30px;position:relative;} .customerS>h6::before{display:block;content:'';width:40px;height:1px;background:#3a4d9c;position:absolute;left:0;bottom:15px;} .customerS>p{font-size:14px;color:#797e91;line-height:22px;} .customerT{width:100%;background:#f2f6f7;margin-bottom:40px;} .customerTC{width:1200px;margin:auto;} .customerTCL{display:block;float:left;width:31.6666%;overflow:hidden;} .customerTCL>img{width:100%;transition:0.4s;} .customerTCL>img:hover{transform:scale(1.05);} .customerTCR{width:68.3333%;float:right;box-sizing:border-box;padding:30px;} .customerTCR>span{font-size:14px;color:#797e91;line-height:18px;} .customerTCR>h6{font-size:20px;color:#3a4d9c;line-height:32px;margin-top:10px;} .customerTCR>h6:hover{text-decoration:underline;} .customerTCR>p{font-size:14px;color:#797e91;line-height:22px;margin-top:20px;text-align:justify;} .qualImgBox{width:100%;height:100%;position:fixed;z-index:999;left:0;top:0;background:rgba(0,0,0,0.8);transform:scale(0);-webkit-transform:scale(0);transition: 0.4s;-webkit-transition:0.4s;} .qualImgBox>img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);} .qualImgOpen{transform:scale(1);} /* about_safe */ .safeF{width:100%;border-bottom:1px solid #e9ecf0;padding-bottom:50px;} .safeF>a{display:block;width:28.93%;float:left;} .safeF>a+a{margin-left:3.155%;} .safeF_item>i{display:block;width:100%;overflow:hidden;} .safeF_item>i>img{width:100%;transition:0.4s;} .safeF_item>i>img:hover{transform:scale(1.05);} .safeF>a>p{font-size:14px;color:#797e91;line-height:20px;letter-spacing:1px;text-align:justify;margin-top:14px;} .safeF .safeF_item_special{width:35.83%;box-sizing:border-box;border-left:1px solid #e9ecf0;border-right:1px solid #e9ecf0;} .safeF .safeF_item_special .special_content{width:80.7%;margin:auto;} .special_content>i{display:block;width:100%;overflow:hidden;} .special_content>i>img{width:100%;transition:0.4s;} .special_content>i>img:hover{transform:scale(1.05);} .special_content>p{font-size:14px;color:#797e91;line-height:20px;letter-spacing:1px;text-align:justify;margin-top:14px;} .safeS{width:1200px;margin:70px auto 50px;} .safeS>div:nth-of-type(4){/*border-right:1px solid #e9ecf0;*/ padding-right:0;} .safeS>div:nth-of-type(1){border-left:none;padding-left:0;} .safeS_item{width:25%;box-sizing:border-box;float:left;padding-left:20px;padding-right:20px;overflow:hidden;border-left:1px solid rgba(255,255,255,0.5);min-height:215px;} .sItem_content{width:100%;padding-top:25px;transition:0.6s;} .sItem_content>img{width:auto;} .sItem_content>span{font-size:16px;color:#4e5057;display:block;margin-top:20px;transition:0.6s;} .sItem_content>p{font-size:14px;color:#797e91;line-height:20px;margin-top:15px;transition:0.6s;text-align:justify;} /*.safeS_item:hover p{opacity:1;} .safeS_item:hover span{color:#3a4d9c;} .safeS_item:hover .sItem_content{transform:translateY(-69px);}*/ .safeT{width:100%;position:relative;overflow:hidden;/*background:url('../images/about_safe_4.jpg') fixed center no-repeat;background-size:100%;*/} .safeT>.videoS{position:fixed;top:0;left:0;z-index:-1;width:100%;height:auto;} .safeT>.videoS .video_bg{display:block;width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,0.4);} .safeT>.videoS>video{width:100%;object-fit:fill;} .safeT_content{width:1200px;margin:auto;text-align:center;padding-top:150px;padding-bottom:120px;margin-bottom:30px;} .safeT_content>h6{font-size:24px;color:#fff;padding-bottom:40px;position:relative;} .safeT_content>h6::before{display:block;content:'';width:50px;height:1px;background:#fff;position:absolute;bottom:20px;left:50%;transform:translateX(-50%) translateY(-50%);} .safeT_content>p{font-size:15px;color:#fff;} /* hrm */ .semicond-center>.hrm_stitle{font-size:14px;color:#797e91;line-height:22px; padding-bottom:14px;} .hrm_items{width:100%;margin-top:25px;margin-bottom:70px;} .hrm_items>a{display:block;float:left;width:31.5%;height:375px;margin-left:2.75%;box-shadow:0 0 8px 0px rgba(0,0,0,0.1);} .hrm_items>a:nth-of-type(1){margin-left:0;} .hrm_item .hrm_item_img{display:block;width:100%;overflow:hidden;position:relative;} .hrm_item .hrm_item_img>img{width:100%;} .hrm_item .hrm_item_img>p{width:100%;height:100%;background:rgba(0,0,0,.4);position:absolute;left:0;top:0;text-align:center;color:#fff;line-height:145px;font-size:20px;transition:0.4s;} .hrm_item_txt{width:100%;box-sizing:border-box;padding:24px 24px 0;} .hrm_item_txt>p{font-size:14px;color:#797e91; padding-bottom:8px;} .hrm_item_txt>p>span{display:inline-block;line-height:22px;} /*.hrm_item_txt>p>span:nth-of-type(1){margin-right:15px;}*/ .hrm_item_more{display:none;transition:0.4s;text-decoration:none;width:156px;height:32px;text-align:center;line-height:32px;border:1px solid #3a4d9c;font-size:14px;color:#3a4d9c;border-radius:5px;margin:40px auto 0;} .hrm_item_more:hover{background:#3a4d9c; color:#fff;} .hrm_item_info{display:none;padding:0 30px;font-size:14px;color:#797e91;line-height:22px;margin-top:40px;} .hrm_item:hover .hrm_item_info{display:block;} /*.hrm_item:hover .hrm_item_more{display:block;}*/ .hrm_item:hover .hrm_item_txt{display:none;} .hrmS_bg{width:100%;background:#eef2f5;} .hrmS{width:1200px;text-align:center;margin:auto;padding-bottom:70px;padding-top:45px;} .hrmS>h6{font-size:20px;color:#797e91;} .hrmS>p{font-size:14px;color:#797e91;padding-top:15px;padding-bottom:15px;line-height:20px;} .hrmS_items>div{display:inline-block;width:285px;transition:0.4s;height:100px;border-radius:5px;background:#fff;text-align:center;line-height:100px;color:#3a4d9c;font-size:15px;margin-top:20px;margin-right:25px;border-bottom:2px solid #e1e9f0; } .hrmS_items>div>a{ color:#3a4d9c;} .hrmS_items>div:hover{text-decoration:underline;} .hrmS_items>a{display:inline-block;width:285px;transition:0.4s;height:100px;border-radius:5px;background:#fff;text-align:center;line-height:100px;color:#797e91;font-size:15px;margin-top:20px;margin-right:25px;border-bottom:2px solid #e1e9f0;} .hrmS_items>a:hover{color:#3a4d9c;text-decoration:underline;} .hrmT{width:1200px;text-align:center;margin:auto;padding-bottom:70px;padding-top:30px;} .hrmT>h6{font-size:20px;color:#797e91;} .hrmT>p{font-size:14px;color:#797e91;padding-top:15px;padding-bottom:15px;line-height:20px;} .hrmT_items{margin-top:35px;} .hrmT_items>a{display:block;float:left;width:23.33%;overflow:hidden;margin-left:2.22%;} .hrmT_items>a:nth-of-type(1){margin-left:0;} .hrmT_items>a>img{width:100%;transition:0.4s;} .hrmT_items>a>img:hover{transform:scale(1.1);} .hrmT .hrmT_more{display:block;width:156px;height:40px;line-height:40px;color:#fff;background:#3a4d9c;margin:55px auto 0;transition:0.4s;} .hrmT .hrmT_more:hover{background:#fff;color:#3a4d9c;} .hrm_PD15{padding-top:15px;padding-bottom:60px;} /* join_us */ .join_us{width:1200px;margin:70px auto 120px;} .join_us_content{width:900px;} .join_listTitle{width:100%;border-bottom:1px solid #e1e4e8;} .join_listTitle>li{font-size:16px;color:#70778e;padding:10px 5px;float:left;margin-right:50px;border-bottom:2px solid transparent;cursor:pointer;} .join_listTitle>li.actives{color:#3a4d9c;border-bottom:2px solid #3a4d9c;} .join_listBox{width:100%;overflow:hidden;} .join_listItems{width:10000%;transition:transform 0.6s;} .join_listItems>li{width:1%;float:left;} .join_listItem{padding-top:15px;} .join_listItem>.list_name{display:block;float:left;margin-top:20px;cursor:pointer;} .join_listItem>i{margin-right:30px;} .join_listItem>i:nth-of-type(3n){margin-right:0;} .join_listItem>.list_name>span{display:block;width:280px;height:60px;box-sizing:border-box;border:1px solid #d2d7dc;padding:0 20px;line-height:60px;font-size:14px;color:#797e91;transition:0.4s;border-radius:2px;} .join_listItem>.list_name>span a{display: block; color:#3a4d9c;}} .join_listItem>.list_name>span:hover{color:#3a4d9c;text-decoration:underline;} .list_info{/*position:fixed;width:100%;height:100%;*/left:0;top:0;background:rgba(0,0,0,0.5);transition:0.6s;z-index:10;transform:scale(0);} .list_info_c{width:1000px;background:#fff;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);box-sizing:border-box;padding:60px;} .list_info_c>h6{font-size:24px;color:#3a4d9c;border-bottom:1px solid #ddd;line-height:40px;} .list_info_t1{display:inline-block;font-size:15px;color:#3a4d9c;border-bottom:1px solid #3a4d9c;margin-top:30px;} .list_info_t1s{margin-top:20px;} .list_info_t1s>span{font-size:14px;color:#797e91;line-height:24px;display:block;} .list_info_t2{display:inline-block;font-size:15px;color:#3a4d9c;border-bottom:1px solid #3a4d9c;margin-top:30px;} .list_info_t2s{margin-top:20px;} .list_info_t2s>span{font-size:14px;color:#797e91;line-height:24px;display:block;} .scale1{transform:scale(1);} .list_info_c .email{color:#3a4d9c;font-size:15px;line-height:40px;} .list_info_c .email>a{margin-left:35px;color:#3a4d9c;border-bottom:1px solid #3a4d9c;} /* culture */ .cultureF{width:100%;padding-bottom:70px;} .cultureF>a{display:block;width:47.5%;} .cultureFL{float:left;} .cultureFR{float:right;} .cultureF>a>i{display:block;width:100%;overflow:hidden;} .cultureF>a>i>img{width:100%;overflow:hidden;transition:0.4s;} .cultureF>a>i>img:hover{transform:scale(1.1);} .cultureF>a>p{font-size:20px;color:#797e91;margin:20px 0; text-align:center;} .cultureF>a>span{font-size:14px;color:#797e91;line-height: 22px;display:block; text-align:center;} .cultureS{width:100%;/*background:url('../images/about_safe_4.jpg') fixed center no-repeat;background-size:100%;padding:60px 0 70px;*/} .cultureS_content{width:1200px;margin:auto;text-align:center;} .cultureS_content>h6{font-size:20px;color:#4e5057;padding-bottom:70px;} .cultureS_content>a{display:inline-block;width:23%;border-right:1px solid rgba(255,255,255,0.5);} .cultureS_content>a:nth-last-of-type(1){border:none;} .cultureS_content>a>img{width:auto;margin:auto;margin-bottom:25px;} .cultureS_content>a>p{font-size:14px;color:#797e91;line-height:22px;} .cultures{padding:70px 0 60px;} /* pro_outline */ .pro_outlineF{width:100%;padding-bottom:60px;} .pro_outlineF>p{font-size:14px;color:#797e91;line-height:22px; padding-bottom:14px;} .outlinePF_items{width:100%;margin-top:25px;} .outlinePF_items>a{display:block;width:31.66%;float:left;margin-left:2.5%;} .outlinePF_items>a:nth-of-type(1){margin-left:0;} .outlinePF_item>i{width:100%;overflow:hidden;display:block;} .outlinePF_item>i>img{width:100%;transition:0.4s;} .outlinePF_item>i>img:hover{transform:scale(1.1);} .outlinePF_item>p{font-size:16px;color:#797e91;line-height:32px;margin-top:15px;} .outlinePF_item>span{display:block;font-size:14px;color:#797e91;line-height:22px;margin-top:10px; text-align:justify;} .outline_PS{width:100%;background:#eef2f5;padding:90px 0 80px;position:relative;} .outline_PS>img{position:absolute;top:163px;} .outline_PSC{width:1200px;margin:auto;text-align:center;position:relative;z-index:1;} .outlineS_item{display:inline-block;width:100px;vertical-align:top;margin:0 5px;} .outlineS_item .item_top{width:100%;height:45px;background:#fff;position:relative;line-height:45px;border-bottom:2px solid #ced6db;transition:background 0.6s,border 0.4s;} .outlineS_item .item_top::after{display:block;content:'';position:absolute;left:40px;bottom:-20px;width:20px;height:20px;transition:background 0.6s,border 0.4s;border:2px solid #ced6bd;transform:rotate(45deg);left:40px;bottom:-9px;background:#fff;z-index:-1;} .outlineS_item .item_top::before{display:block;content:'';position:absolute;width:19.5px;height:2px;background:#fff;left:42px;bottom:-2px;transition:background 0.6s,border 0.4s;} .outlineS_item .item_top:hover{background:#3b4e9d;color:#fff;border-color:transparent;} .outlineS_item .item_top:hover::after{background:#3b4e9d;border-color:transparent;} .outlineS_item .item_top:hover::before{background:#3b4e9d;} .safeT1{width:100%;position:relative;overflow:hidden;background:url('../images/about_safe_4.jpg') fixed center no-repeat;background-size:100%;} .safeT1_content{width:1200px;margin:auto;text-align:center;padding-top:150px;padding-bottom:120px;margin-bottom:30px;} .safeT1_content>h6{font-size:24px;color:#fff;padding-bottom:40px;position:relative;} .safeT1_content>h6::before{display:block;content:'';width:50px;height:1px;background:#fff;position:absolute;bottom:20px;left:50%;transform:translateX(-50%) translateY(-50%);} .safeT1_content>p{font-size:15px;color:#fff;} .outlineS_item .item_dot{display:block;width:8px;height:8px;background:#4d5da3;border-radius:100%;margin:23px auto;} .outlineS_item .item_describe{font-size:14px;color:#494b51;line-height:22px;} .outlinePT{width:1200px;margin:60px auto 0;border-bottom:1px solid #e1e4e8;padding-bottom:70px;} .outlinePT>h6{font-size:20px;color:#3a4d9c;padding-bottom:30px;position:relative;} .outlinePT>h6::before{display:block;content:'';width:40px;height:1px;background:#3a4d9c;position:absolute;bottom:15px;left:0;} .outlinePT>p{font-size:14px;line-height:24px;color:#797e91;} .outlinePT_items{width:100%;margin-top:30px;} .outlinePT_items>a{display:block;width:31.66%;float:left;margin-left:2.5%;position:relative;padding:15px 12px;box-sizing:border-box;box-shadow:0 0 8px 0 rgba(0,0,0,0.1);} .outlinePT_items>a:nth-of-type(1){margin-left:0;} .outlinePT_item>p{font-size:16px;color:#3a4d9c;} .outlinePT_item>span{font-size:14px;color:#84899a;display:block;margin-top:20px;} .outline_arrow{position:absolute;right:15px;bottom:15px;} .paddingT0{padding:0 0 60px 0;} /* activity */ .activity_title{width:100%;margin-bottom:35px;} .activity_title>p{font-size:14px;color:#797e91;line-height:22px;} .activity_SC .cont li{width: 282px;height:190px;float: left;margin: 0 24px 24px 0;background: #f5f6f7;} .activity_SC .cont li:nth-child(5), .activity_SC .cont li:nth-child(6), .activity_SC .cont li:nth-child(7){margin: 0 24px 0 0;} .activity_SC .cont li:nth-child(4n){margin: 0 0 24px 0;} /*.activity_SC .cont li:nth-child(8){margin: 0;}*/ .activity_SC .cont li a{display: block;padding: 12px 10px 8px;box-sizing: border-box;width: 100%;height: 100%;box-shadow:0 0 1px 1px #e5e6eb;} .activity_SC .cont li p:nth-child(1){line-height: 26px;padding: 0 12px;} .activity_SC .cont li p:nth-child(1) span{display: inline-block;width: 50%;} .activity_SC .cont li p:nth-child(1) span:nth-child(1){font-size: 14px;color: #a2a4a7;font-family: arial;} .activity_SC .cont li p:nth-child(1) span:nth-child(2){text-align: right;} .activity_SC .cont li p:nth-child(1) span:nth-child(2) i{display: inline-block;width: 20px;height: 20px;background: url(../images/rq.png) no-repeat;vertical-align: middle;margin-bottom: 2px;} .activity_SC .cont li p:nth-child(2){margin: 20px 0 15px;padding: 0 12px;text-align: justify; font-size: 16px;color: #3b4e9d;line-height: 24px;min-height: 52px;letter-spacing: 1px;} .activity_SC .cont li a.BS{box-shadow:0 0 8px 0 rgba(0,0,0,0.1);} .activity_btns{width:1200px;margin:50px auto 100px;text-align:center;} .activity_btnsC{display:inline-block;} .activity_btnsC>li{float:left;} .activity_btnsC>li+li{margin-left:25px;} .activity_btnsC>li>a{display:block;width:40px;height:40px;font-size:18px;box-sizing:border-box;border:1px solid #ccc;text-align:center;line-height:40px;color:#757575;} .activity_btnsC>li>a.actives{background:#3a4d9c;border-color:transparent;color:#fff;} .activity_btnsC>li>a:hover{background:#3a4d9c;border-color:transparent;color:#fff;} /* contact */ .contactF{padding-bottom:35px;} .contactF>div{float:left;width:23.5%;position:relative;border-right:1px solid #f4f5f7;box-sizing:border-box;padding-left:38px;min-height:88px;} .contactF>div:nth-last-of-type(1){border-right:none;} .contactF>div+div{margin-left:2%;} .contactF_item::before{display:block;content:'';width:27px;height:27px;position:absolute;top:3px;left:0;} .contactF_itemB1::before{background:url('../images/contact_01.png') no-repeat;} .contactF_itemB2::before{background:url('../images/contact_02.png') no-repeat;} .contactF_item>p{font-size:22px;color:#797e91; line-height:27px;} .contactF_item>span{font-size:14px;color:#7c8397;display:block;margin-top:13px;} .contactF_item2::before{display:block;content:'';width:27px;height:27px;position:absolute;top:3px;left:0;} .contactF_itemB3::before{background:url('../images/contact_03.png') no-repeat;} .contactF_itemB4::before{background:url('../images/contact_04.png') no-repeat;} .contactF_item2>p{font-size:21px;color:#797e91;} .contactF_item2>span{font-size:14px;color:#7c8397;display:block;margin-top:13px;} .contactS{width:100%;background:#f4f7f9;} .contactSC{width:1200px;margin:auto;padding:55px 0 80px;} .contactS #wpcf7-f93-o1 p span{ position: relative; overflow: hidden; margin-bottom: 20px; } .contactS #wpcf7-f93-o1 p span span{ position: absolute;top: 50%;right: 10px;margin: -15px 0 0 0;width: auto;height: auto;line-height: 30px;font-size: 12px;} .contactS #wpcf7-f93-o1 p:nth-child(4n){ margin: 0; } .contactS #wpcf7-f93-o1 p:nth-child(4n) .contact_submit{margin: 0;} /*.contactF .row>div.contactF_itemB1{width:265px;}*/ /*.contactF .row>div.contactF_itemB3{width:265px;}*/ #wpcf7-f93-o1{/*width:100%;*/width: 1200px;margin: auto;padding: 50px 0;} #wpcf7-f93-o1 p{margin-top:0;display: inline-block;width: 48%;margin-bottom: 20px;margin-right: 2%;} #wpcf7-f93-o1 p:nth-child(3n){margin-right: 0;} #wpcf7-f93-o1 p span{display:inline-block;width:100%;height:46px;margin-right:20px;margin-bottom: 0;} #wpcf7-f93-o1 p span input{display:inline-block;width:100%;height:46px;box-sizing:border-box;border:1px solid #e1e4e8;outline:none;background:#fff;border-radius:5px;padding-left:10px;margin-right:20px; font-size:14px; color:#7c8397;} #wpcf7-f93-o1 .contact_submit{display:block;width:170px;height:46px;background:#3a4d9c;color:#fff;text-align:center;line-height:46px;font-size:14px;border-radius:5px;outline:none;border:none;margin-top:25px;} .contact_map{width:100%;margin:auto 0;} #map{width:100%;height:360px;} .contactTL{width:1200px;float:none;margin:auto;box-sizing:border-box;padding:30px 50px;background:#fff;display:none;} .contactTL h6{font-size:20px;color:#3a4d9c;line-height:40px;} .contactTL p{font-size:14px;color:#797e91;line-height:22px;} .contactTR{width:38%;float:right;display:none;} .contactTR div{display:inline-block;width:46%;box-sizing:border-box;border:1px solid #e1e4e8;padding:3px;} .contactTR div:nth-of-type(1){margin-right:30px;} .contactTR div i{display:block;width:100%;overflow:hidden;} .contactTR div i img{width:100%;transition:0.4s;} .contactTR div i img:hover{transform:scale(1.15);} .contactL img{width:100%;background:#f2f6fa;} .contactLC{width:1200px;padding:50px 0 35px;text-align:center;margin:auto;} .contactLC h6{font-size:15px;color:#797e91;margin-bottom:20px;} .contactL_ways a{display:inline-block;color:#3a4d9c;padding:13px 35px;border:1px solid #3a4d9c;transition:0.4s;font-size:14px;} .contactL_ways a:nth-of-type(1){margin-right:45px;} .contactL_ways a:hover{background:#3a4d9c;color:#fff;} /* silicon */ .duty_infoW{width:1070px;} .duty_infoW>p{font-size:14px;line-height:22px;color:#797e91;text-align:justify;margin-bottom:19px;} .duty_sectionW{margin-top:35px;} .duty_sectioniW{float:right;} .duty_sectioniW>span{display:block;font-size:14px;line-height:24px;color:#797e91;padding:4px 0;} .duty_sectioniW>a{display:block;width:270px;height:40px;background:#6db53a;text-align:left;line-height:40px;font-size:14px;color:#fff;box-sizing:border-box;padding-left:15px;transition:0.4s;} .silicon_section1{width:100%;} .silicontS1_content{width:1200px;margin:auto;} .siliconS1_center{width:1070px;padding-bottom:40px;} .siliconS1_center>a{display:block;width:500px;float:left;height:420px;} .siliconS1_center>a:nth-of-type(2n){margin-left:70px;} .siliconS1_item>i{display:block;width:100%;overflow:hidden;} .siliconS1_item>i>img{width:100%;transition:0.4s;} .siliconS1_item>i>img:hover{transform:scale(1.1);} .siliconS1_item>p{font-size:20px;color:#797e91;margin:20px 0;} .siliconS1_item>span{display:block;color:#797e91;font-size:14px;line-height:22px;} .siliconS1_line{width:100%;float:left;height:1px;background:#dadada;margin:35px 0 20px;} .silicon_section2{width:100%;padding:50px 0 70px;background:#f7f8fa;} .siliconS2_content{width:1200px;margin:auto;} .siliconS2_center{width:1070px;} .siliconS2_center>h6{font-size:24px;color:#797e91;} .siliconS2_center>p{font-size:14px;color:#797e91;line-height:22px;margin-top:20px;} .siliconS2_items{width:100%;margin-top:30px;} .siliconS2_items>a{display:block;width:30.56%;float:left;overflow:hidden;} .siliconS2_items>a+a{margin-left:4.15%;} .siliconS2_items>a>img{width:100%;transition:0.4s;} .siliconS2_items>a>img:hover{transform:scale(1.1);} /* career */ .careers{width:100%;margin-top:25px;padding-bottom:30px;} .careers>a{display:block;float:left;width:23.33%;margin-left:2.22%;} .careers>a:nth-of-type(1){margin-left:0;} .career_item>i{display:block;width:100%;overflow:hidden;} .career_item>i>img{width:100%;transition:0.4s;} .career_item>i>img:hover{transform:scale(1.1);} .career_item>p{font-size:16px;color:#797e91;line-height:32px;padding:20px 0;} .career_dev{width:100%;background:#f8f8f8;padding:55px 0;} .career_devC{width:1200px;margin:auto;} .career_devCC{width:1100px;} .career_devCC>h6{font-size:20px;color:#4e5057;text-align:center;} .career_devCC .career_text1{font-size:14px;color:#797e91;line-height:22px;margin-top:20px;} .career_devCC>h5{font-size:24px;color:#797e91;margin-top:20px;} .career_devCC .career_text2{font-size:14px;color:#797e91;line-height:22px;margin-top:20px;} .career_devCC>i{display:block;margin-top:50px;} .career_devCC>i>img{max-width:100%;margin:auto;} .career_five{width:100%;} .career_five .career_fiveL{width:47%;float:left;} .career_Fitem{width:100%;text-align:justify;padding-top:20px;} .career_Fitem>p{font-size:16px;color:#797e91;} .career_Fitem>span{font-size:14px;color:#797e91;line-height:22px;margin-top:20px;display:block;} .careS{width:100%;background:url('../images/careS_4.jpg') fixed center no-repeat;background-size:100%;padding:148px 0 200px;} .careS_content{width:1200px;margin:auto;text-align:center;} .career_five .career_fiveR{width:47%;float:right;} /* baidu map */ .BMap_bubble_title{font-size:20px;color:#3a4d9c;} .BMap_bubble_content{font-size:14px;margin-top:10px;color:#797e91;} /* 新增 tech-ourTeam */ .tech_ourTeam{width:1200px;margin:auto;} .tech_ourTeam>p{font-size:14px;color:#797e91;line-height:22px;} .tech_ourTeamIs{margin-top:30px;border-bottom:1px solid #dadada;width:1140px;} .tech_ourTeamIs>a{display:block;width:48%;float:left;margin-right:4%;padding-bottom:25px;} .tech_ourTeamIs>a:nth-of-type(2){margin-right:0;} .tech_ourTeamIs>a>i{display:block;overflow:hidden;} .tech_ourTeamIs>a>i>img{width:100%;} .tech_ourTeamIs>a>p{font-size:14px;color:#797e91;line-height:22px;margin-top:22px;min-height:66px;} .tech_dev{width:1200px;margin:0 auto 0;} .tech_dev .tech_dev_title{font-size:20px;color:#797e91;line-height:24px;} .tech_dev>p{margin-top:25px;} .tech_dev>p>span{font-size:14px;color:#797e91;line-height:26px;display:block;} .tech_dev>i{display:block;width:100%;overflow:hidden;margin-top:30px;width:1140px;} .tech_dev>i>img{width:auto; margin:0; } /* 新增资质认证 */ .customer_qual{width:1200px;margin:auto;} .customer_qual>a{display:block;width:19%;margin-right:1.25%;float:left;} .customer_qual>a:nth-of-type(5n){margin-right:0;} .customer_qual>a>i{display:block;} .customer_qual>a>i>img{max-width:66%;} .customer_qual>a>h6{font-size:14px;line-height:24px;margin-top:15px; color:#82879;} /* nav css*/ .drawer-open{ }.drawer-nav{display:block;position:fixed;z-index:6;top:110px;padding:40px 0 90px;right:0;overflow:hidden;width:100%;color:#222;background-color:#fff} .drawer-brand{font-size:24px;font-size:1.5rem;font-weight:700;line-height:60px;line-height:3.75rem;display:block;padding-right:9pt;padding-right:.75rem;padding-left:9pt;padding-left:.75rem;text-decoration:none;color:#222} .drawer-menu{margin:0;padding:0;list-style:none; } .drawer-menu-item{ font-size:16px;display:block; text-decoration:none; color: #666;width:80%;margin:0 auto; border-bottom: 1px solid #eee; line-height: 20px;} .drawer-menu-item:hover{ color:#097dea; } .drawer-menu-item span{color:#666;} .drawer-menu li{ margin-bottom: 20px; display: block;width: 100%;} .drawer-menu li .drawer-dropdown-menu-item li{} .drawer-menu li .drawer-dropdown-menu-item{padding: 0;line-height: 16px;color: #999; font-size:14px; display: block;width:80%;margin: 5px auto; } /***招聘***/ .banner{width: 100%;display: block;overflow: hidden;position: relative;} .banner img{width: 100%;} .banner .banner_txt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);} .banner .banner_txt h5{font-size: 30px;color: #FFF;text-align: center;} .banner .banner_txt .line_321{width: 400px;border-top: 1px solid #FFF;margin: 14px 0;} .xz_biaodan{width: 54%;margin: 75px auto;position: relative;} .xz_biaodan form input{float: left;width: 48%;margin-right: 2%;font-size: 14px;color: #666;padding: 14px 0;border: 1px solid #EFEFEF;border-radius: 10px;margin-bottom: 10px;box-sizing: border-box;padding-left: 15px;letter-spacing: 1px;} .xz_biaodan form input:nth-child(2n){margin-right: 0;} .xz_biaodan form .jl{width: 100%;float: none;display: block;} .xz_biaodan form textarea{width: 98%;font-size: 14px;color: #666;border-radius: 10px;box-sizing: border-box;padding: 14px 0 0 15px;letter-spacing: 1px;height: 100px;border: 1px solid #EFEFEF;} .xz_biaodan form .shang{float: left;width: 98%;position: relative;} .xz_biaodan form .shang .fjl{position: absolute;left: 14px;top: 18px;font-size: 14px;color: #666;} .xz_biaodan form .shang .file_x{padding-left: 127px;width: 100%;} .xz_biaodan form button{width: 150px;height: 46px;line-height: 46px;border-radius: 10px;background-color: #3A4D9C;border: none;font-size: 14px;color: #FFF;text-align: center;margin-top: 25px;} .xz_biaodan form .shang .success{position: absolute;left: 10%;top: 30%;color: greenyellow;font-size: 14px;display: none;} /*! overlay */.drawer-overlay{position:fixed;z-index:99999999;top:0;left:0;display:none;width:100%;} .drawer-open .drawer-overlay{ display: block; background: rgba(255, 255, 255, 0.8); z-index: 9;} .drawer--top .drawer-nav{top:-100%;left:0;width:100%;height:auto;max-height:100%;-webkit-transition:top .6s cubic-bezier(0.190,1.000,0.220,1.000);transition:top .6s cubic-bezier(0.190,1.000,0.220,1.000)} .drawer--top.drawer-open .drawer-nav{top:0}.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger{right:0} .drawer--left .drawer-nav{left:-100%;-webkit-transition:left .6s cubic-bezier(0.190,1.000,0.220,1.000);transition:left .6s cubic-bezier(0.190,1.000,0.220,1.000)} .drawer--left .drawer-hamburger,.drawer--left.drawer-open .drawer-nav,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:0} .drawer--left.drawer-open .drawer-hamburger{left:8px;} .drawer--right .drawer-nav{right:-100%;-webkit-transition:right .6s cubic-bezier(0.190,1.000,0.220,1.000);transition:right .6s cubic-bezier(0.190,1.000,0.220,1.000)} .drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-nav,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{right:5%;} .drawer--right.drawer-open .drawer-hamburger{right:5%} .drawer--right.drawer-open .drawer-nav{ background: #fcfcfc;right: 0; height:auto;padding:50px 0 130px;top:60px;} .drawer-hamburger{position:absolute;z-index:9;top:-8px;right:0;display:none;box-sizing:content-box;width:2pc;width:2rem;padding:0;padding-right:9pt;padding-left:9pt;padding:12px 5px 30px; -webkit-transition:all .6s cubic-bezier(0.190,1.000,0.220,1.000);transition:all .6s cubic-bezier(0.190,1.000,0.220,1.000);-webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0);border:0;outline:0;background-color:transparent} .drawer-hamburger:hover{cursor:pointer;background-color:transparent} .drawer-hamburger-icon{position:relative;display:block;margin-top:10px} .drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{width:100%;height:2px;-webkit-transition:all .6s cubic-bezier(0.190,1.000,0.220,1.000);transition:all .6s cubic-bezier(0.190,1.000,0.220,1.000);background-color:#666} .drawer-hamburger-icon:after,.drawer-hamburger-icon:before{position:absolute;top:-10px;left:0;content:' '} .drawer-hamburger-icon:after{top:10px}.drawer-open .drawer-hamburger-icon{background-color:transparent} .drawer-open .drawer-hamburger-icon:after,.drawer-open .drawer-hamburger-icon:before{top:0} .drawer-open .drawer-hamburger-icon:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)} .drawer-open .drawer-hamburger-icon:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)} /*!------------------------------------*\ accessibility \*!------------------------------------*/ .sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0} */.sr-only-focusable:active,.sr-only-focusable:focus{position:static;overflow:visible;clip:auto;width:auto;height:auto;margin:0} .drawer--sidebar,.drawer--sidebar .drawer-contents{background-color:#fff}@media (min-width:64em){.drawer--sidebar .drawer-hamburger{display:none;visibility:hidden}.drawer--sidebar .drawer-nav{display:block;-webkit-transform:none;transform:none;position:fixed;width:12.5rem;height:100%} /*! Left */.drawer--sidebar.drawer--left .drawer-nav{left:0;border-right:1px solid #ddd}.drawer--sidebar.drawer--left .drawer-contents{margin-left:12.5rem} /*! Right */.drawer--sidebar.drawer--right .drawer-nav{right:0;border-left:1px solid #ddd}.drawer--sidebar.drawer--right .drawer-contents{margin-right:12.5rem} /*! container */.drawer--sidebar .drawer-container{max-width:48rem}}@media (min-width:75em){.drawer--sidebar .drawer-nav{width:16.25rem}.drawer--sidebar.drawer--left .drawer-contents{margin-left:16.25rem}.drawer--sidebar.drawer--right .drawer-contents{margin-right:16.25rem} /*! container */.drawer--sidebar .drawer-container{max-width:60rem}} /*!------------------------------------*\ Navbar \*!------------------------------------*/.drawer--navbarTopGutter{padding-top:60px;padding-top:3.75rem}.drawer-navbar .drawer-navbar-header{border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar{z-index:3;top:0;width:100%} /*! .drawer-navbar modifier */.drawer-navbar--fixed{position:fixed}.drawer-navbar-header{position:relative;z-index:3;box-sizing:border-box;width:100%;height:60px;height:3.75rem;padding:0 9pt;padding:0 .75rem;text-align:center}.drawer-navbar .drawer-brand{line-height:60px;line-height:3.75rem;display:inline-block;padding-top:0;padding-bottom:0;text-decoration:none}.drawer-navbar .drawer-brand:hover{background-color:transparent}.drawer-navbar .drawer-nav{padding-top:60px;padding-top:3.75rem}.drawer-navbar .drawer-menu{padding-bottom:90pt;padding-bottom:7.5rem}@media (min-width:64em){.drawer-navbar{height:3.75rem;border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar .drawer-navbar-header{position:relative;display:block;float:left;width:auto;padding:0;border:0}.drawer-navbar .drawer-menu--right{float:right}.drawer-navbar .drawer-menu li{float:left}.drawer-navbar .drawer-menu-item{line-height:3.75rem;padding-top:0;padding-bottom:0}.drawer-navbar .drawer-hamburger{display:none}.drawer-navbar .drawer-nav{position:relative;left:0;overflow:visible;width:auto;height:3.75rem;padding-top:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.drawer-navbar .drawer-menu{padding:0} /*! dropdown */.drawer-navbar .drawer-dropdown-menu{position:absolute;width:16.25rem;border:1px solid #ddd}.drawer-navbar .drawer-dropdown-menu-item{padding-left:.75rem}} /*!------------------------------------*\ Dropdown \*!------------------------------------*/ .drawer-dropdown-menu{display:none;box-sizing:border-box;width:100%;margin:0;padding:0; -webkit-transition:-webkit-transform 5s ease,opacity 5s ease;transition:transform 5s ease,opacity 5s ease;} .drawer-dropdown-menu>li{width:100%;list-style:none;border: 0; margin-bottom: 10px;} .drawer-dropdown-menu-item{line-height:60px;line-height:3.75rem;display:block;padding:0;padding-right:9pt;padding-right:.75rem;padding-left:24px;padding-left:1.5rem;text-decoration:none;color:#222} .drawer-dropdown-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent} /*! open */.drawer-dropdown.open>.drawer-dropdown-menu{display:block;padding: 10px;-webkit-transition:-webkit-transform 5s ease,opacity 5s ease;transition:transform 5s ease,opacity 5s ease;} /*! drawer-caret */.drawer-dropdown .drawer-caret{display:inline-block;width:0;height:0;margin-left:4px;-webkit-transition:-webkit-transform 0.5s ease,opacity 0.5s ease;transition:transform 0.5s ease,opacity 0.5s ease;-webkit-transform:rotate(0deg);transform:rotate(0deg);vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent} /*! open */.drawer-dropdown.open .drawer-caret{-webkit-transform:rotate(180deg);transform:rotate(180deg)} /*!------------------------------------*\ Container \*!------------------------------------*/.drawer-container{margin-right:auto;margin-left:auto}@media (min-width:64em){.drawer-container{max-width:60rem}}@media (min-width:75em){.drawer-container{max-width:70rem}}.fi{display:inline-block;width:1em;height:1em;vertical-align:text-bottom}.fi--2x,.fi--3x,.fi--4x,.fi--full{vertical-align:middle}.fi--2x{width:2em;height:2em}.fi--3x{width:3em;height:3em}.fi--4x{width:4em;height:4em}.fi--full{width:100%;height:auto}.fi--round{border-radius:4px}.fi--circle{border-radius:50%}.fi--fill{background-color:#ccc}.fi--border{border:1px solid #ccc}pre{display:block;padding:14px; -family:Consolas,monaco,monospace;text-align:left;background-color:transparent;border:1px solid #eee;word-break:break-all;word-wrap:break-word;font-size:14px}pre code[class*=language-]{white-space:pre-wrap}.diff .hljs-header,.hljs-comment{color:#998;font-style:italic}.css .rule .hljs-keyword,.hljs-keyword,.hljs-request,.hljs-status,.hljs-subst,.hljs-winutils,.nginx .hljs-title{color:#333;font-weight:700}.hljs-hexcolor,.hljs-number,.ruby .hljs-constant{color:teal}.hljs-doctag,.hljs-string,.hljs-tag .hljs-value,.tex .hljs-formula{color:#d14}.hljs-id,.hljs-title,.scss .hljs-preprocessor{color:#900;font-weight:700}.hljs-list .hljs-keyword,.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-type,.tex .hljs-command,.vhdl .hljs-literal{color:#458;font-weight:700}.django .hljs-tag .hljs-keyword,.hljs-rule .hljs-property,.hljs-tag,.hljs-tag .hljs-title{color:navy;font-weight:400}.hljs-attribute,.hljs-name,.hljs-variable,.lisp .hljs-body{color:teal}.hljs-regexp{color:#009926}.clojure .hljs-keyword,.hljs-prompt,.hljs-symbol,.lisp .hljs-keyword,.ruby .hljs-symbol .hljs-string,.scheme .hljs-keyword,.tex .hljs-special{color:#990073}.hljs-built_in{color:#0086b3}.hljs-cdata,.hljs-doctype,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-shebang{color:#999;font-weight:700}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.diff .hljs-change{background:#0086b3}.hljs-chunk{color:#aaa} @media screen and (max-width:750px){ body.modal-open{position:fixed;width:100%;} .title-intro2 .i{font-size:20px;text-align:center !important;} .title-intro2 .f{display:none;} .banner-pos .title-intro2{height:auto;top:50%;width:100%;} .semicond-header{height:80px;} .semicond-center{width:100%;box-sizing:border-box;} .semicond-header:before{display:block;position:static;background-size:100% 8px;} .logo-left{width:100%;float:none;} .drawer-hamburger{display:block;top:20px;} .drawer--left .drawer-hamburger{left:8px;} .semicond-header .logo img{margin-left:10px;} .semicond-header .nav{display:none;} .semicond-header .search{display:none;} .banner-wrap{height:200px;} .banner-pos .title-center{width:100%;} .banner-pos .title-intro{height:auto;width:100%;top:50%;} .font_1,.font_2,.font_3,.font_4{display:none;} .title-intro .t{display:none;} .title-intro .f{display:none;} .title-intro .i{font-size:20px;text-align:center !important;} .title-intro span{line-height:28px;text-align:center;} .title-intro span a{width:100px;height:28px;font-size:14px;} .banner-wrap .toleft, .banner-wrap .toright{height:200px;line-height:200px;width:30px;} .semicond-title{padding:20px 0;} .semicond-title label{font-size:22px;padding:0 10px;box-sizing:border-box;margin-bottom:10px;} .semicond-title > p:nth-child(2n){width:auto;} .semicond-title p{box-sizing:border-box;padding:0 10px;text-align:justify;margin-bottom:20px;} .set-up{width:100%;height:auto;border:none;margin:0 auto 20px;} .set-up li{width:100%;float:none;height:auto;padding:40px 0;box-sizing:border-box;border:1px solid #e1e4e8;} .set-up li em{margin:auto;} .set-up li:nth-child(3n){border:1px solid #e1e4e8;} .semicond-title .pic{width:100%;text-align:center;} .semicond-title .pic img{float:none;display:inline-block;margin-right:0;margin-top:10px;} .semicond-title .pic img:nth-of-type(1){margin-top:0;} .pro-lab{margin-bottom:20px;} .pro-lab span{float:none;width:100%;text-align:left;padding:0 10px;box-sizing:border-box;} .pro-lab i{width:100%;float:none;} .pro-list a:nth-child(1n){width:100%;float:none;height:120px;} .pro-list a span{height:140px;} .pro-list a:nth-child(odd) span em{margin:50px 0 10px 75px;font-size:16px;} .pro-list a span i{margin-left:75px;} .pro-list a span i.odd_i{margin-left:12px;} .pro-list a:nth-child(odd) span{left:-180px;} .pro-list a:nth-child(even) span{right:-140px;} .pro-list a:nth-child(odd):hover span{left:-180px;} .pro-list a:nth-child(even):hover span{right:-140px;} .pro-list a span em{margin:35px 0 10px 10px;font-size:16px;} .pro-list a span i.product_litter{margin-left:10px;} .pro-list a:nth-child(3), .pro-list a:nth-child(4){margin-bottom:20px;} .product{margin-bottom:0;margin-top:40px;} .news-center{padding:20px 0;} .news-center .pro-lab span{width:100%;} .news-center .pro-lab i{width:100%;} .news-bg{background-image:none;margin-top:40px;} .news-center .cont{display:flex;flex-wrap:wrap;justify-content:space-around;} .news-center .cont li{margin:20px 0 0;display:none;background:#f7f7f7;} .news-center .cont li:nth-of-type(1){margin:0;} .news-center .cont li:nth-child(4){margin:20px 0 0;} .news-center .cont li.index_news{} .news-center .cont li:nth-of-type(1),.news-center .cont li:nth-of-type(2), .news-center .cont li:nth-of-type(3),.news-center .cont li:nth-of-type(4){display:block;} .news-center .cont::after{display:none;} .relation{padding:20px 0;} .relation .top .left, .relation .top .right{width:100%;float:none;} .relation .top label{text-align:left;margin-bottom:30px;padding:0 10px;} .relation .top label:after{width:100%;bottom:-15px;} .relation .top form{width:100%;box-sizing:border-box;padding:0 10px;} .relation .top form input{float:none;width:100%;} .relation .top .right{margin-top:60px;padding-left:0;} .relation .top .right p{padding:0 10px;} .relation .top .right a:nth-child(4){margin-left:10px;margin-bottom:20px;} .relation .top .right p:nth-child(3){margin-bottom:20px;} .semicond-footer .top{padding:30px 10px;box-sizing:border-box;} .semicond-footer .top::after{display:none;} .semicond-footer .top > div:first-child{width:100%;} .semicond-footer .top > div:first-child p{width:auto;text-align:justify;} .semicond-footer .top > div:first-child .more{margin-bottom:30px;} .share{text-align:left;margin-bottom:30px;} .semicond-footer .top > div.nav{display:flex;width:100%;justify-content:flex-start;margin-right:0;} .semicond-footer .top .nav > div{min-height:160px;width:50%;} .semicond-footer .top > div:last-child{float:none;width:100%;} .semicond-footer .bottom{line-height:20px;padding:0 10px 15px;box-sizing:border-box;} .semicond-footer .bottom span{width:100%;float:none;text-align:left;} .semicond-footer .bottom span:nth-child(2){float:none;text-align:left;} .semicond-footer:after{background-size:100% 8px;} /* about_xs */ .lead{height:30px;} .lead a{line-height:30px;} .company-title{padding-top:20px;box-sizing:border-box;margin-bottom:20px;padding-left:10px;} .company-title label{font-size:22px;} .company-intro > div:first-child{width:100%;} .company-intro > div:last-child{width:100%;box-sizing:border-box;padding:20px 10px 0;} .company-intro > div:last-child label{font-size:20px;text-align:center;} .company-intro > div:last-child p{margin-bottom:10px;} .consult div{width:auto;float:none;} .consult div a{width:120px;} .company-intro{padding:0 0 30px;} .perfect{padding:30px 0 20px;} .perfect .design{margin-left:10px;} .perfect-list{margin:20px 0 15px;} .perfect .intro{box-sizing:border-box;padding:0 10px;} .perfect-list a{width:100%;margin-right:0;float:none;margin-bottom:20px;} .perfect-list a > div:last-child{height:auto;padding:10px;} .perfect-list a > div:last-child em{margin-bottom:5px;} .perfect-list a > div:last-child label{margin-bottom:5px;} .perfect .title{margin-left:10px;} .serve-list{width:auto;padding:0 10px;box-sizing:border-box;} .serve-list a{width:50%;margin-right:0;} .theme-list a{margin:0 auto 20px;float:none;} .theme-list a:nth-child(4n){margin: 0 auto 20px;} .theme-list{padding:20px 0 10px;} .relation-us{padding:30px 10px 10px;box-sizing:border-box;} .relation-us > div:first-child{width:auto;float:none;} .relation-us > div:first-child span{margin-bottom:5px;} .relation-us > div:first-child label{font-size:20px;margin-bottom:10px;} .relation-us > div:last-child{width:auto;float:none;padding-top:25px;} .relation-us > div:last-child a{width:120px;} .video-wrap{height:100%;} .company-video{width:100%;height:auto;} /* about_outline */ .about_infoW>p{width:100%;box-sizing:border-box;padding:0 10px;} .about_sectionW{margin-top:20px;box-sizing:border-box;padding:0 10px;} .about_sectioniW{float:none;} .about_sectioniW>a{width:120px;} .about_info2W{margin-top:30px;} .about_info2LW{width:100%;float:none;} .about_info2RW{width:100%;float:none;margin-top:20px;} .about_info2RW>table td{padding:0 10px;line-height:30px;} .about_info2RW>table tr>td:nth-of-type(1){width:28%;} /* about_duty */ .duty_infoW{width:100%;box-sizing:border-box;padding:0 10px;} .duty_sectionW{margin-top:0;} .about_itemsW>a{width:100%;float:none;margin-top:20px;} .about_itemsW>a+a{border-left:1px solid #e1e4e8;} .about_dutyBg{padding-top:30px;padding-bottom:0;} .about_dutyW{width:100%;} .about_dutyW>h6{padding-top:0;margin-left:10px;} .about_dutyW>p{box-sizing:border-box;padding:0 10px;} .dutyW_img>h5{font-size:16px;padding:30px 10px 10px;} .dutyW_img>p{padding:10px 10px 25px;} /* about_organization */ .about_organitaion1002_img img{width:100%;margin:20px 0 0;} .about_organizationW>p{width:100%;} .about_organizationW>p+p{margin-top:10px;} .about_organitaion1W_img{display:block;margin-top:20px;} .about_organitaion1W{display:none;} .about_organitaion1W_img>img{width:auto;margin:auto;} /* culture */ .cultureF{padding-bottom:10px;} .cultureF>a{width:100%;padding-bottom:20px;} .cultureFL{float:none;} .cultureFR{float:none;} .cultureF>a>p{margin:10px 0 5px;} .cultureF>a>span{width:100%;text-align:justify;} .cultureS{padding:30px 0;background-attachment:unset;background-size:cover;} .cultureS_content{width:100%;} .cultureS_content>h6{font-size:20px;padding-bottom:25px;} .cultureS_content>a{width:23%;} .cultureS_content>a>img{max-width:70%;} .cultureS_content>a>p{font-size:12px;} /* customer */ .customer_txt>p{text-align:justify;box-sizing:border-box;padding:0 10px;} .customer_txt>p>br{display:none;} .customer_items>a{margin-top:20px;width:100%;float:none;margin-left:0;padding-top:10px;} .customer_item .citem_left{width:100%;float:none;} .customer_item .citem_left>img{max-width:100%;width:auto;margin:auto;} .customer_item .citem_right{width:100%;padding:10px;} .customerT{margin-bottom:0;} .citem_right>u{font-size:16px;} .citem_right>p{margin-top:10px;} .customerS{width:100%;margin:30px auto 0;} .customerS>h6{margin-left:10px;} .customerS>p{padding:0 10px;} .customerS>p>br{display:none;} .customerTC{width:100%;} .customerTCL{width:100%;float:none;} .customerTCR{width:100%;float:none;padding:10px;} .customerTCR>h6{font-size:18px;} .customerTCR>p{margin-top:10px;} .customer_qual{width:100%;box-sizing:border-box;padding:0 10px;} .customer_qual>a{width:48%;margin-right:4%;margin-bottom:20px;} .customer_qual>a:nth-of-type(5n){margin-right:4%;} .customer_qual>a:nth-of-type(2n){margin-right:0;} /* safe */ .safeF{padding-bottom:10px;} .safeF>a{width:100%;margin-bottom:20px;} .safeF>a>p{box-sizing:border-box;padding:0 10px;} .special_content>p{box-sizing:border-box;padding:0 10px;} .safeF_item>i>img{margin:auto;width:auto;} .safeF .safeF_item_special{width:100%;border:none;} .safeF>a+a{margin-left:0;} .safeF .safeF_item_special .special_content{width:100%;} .safeS{width:100%;margin:30px auto;} .safeS_item{width:100%;height:auto;box-sizing:border-box;padding-left:10%;padding-right: 10%;} .safeS>div:nth-of-type(1){padding-left:10%;} .safeS>div:nth-of-type(4){padding-right:10%;} .safeT{background-attachment:unset;background-size:cover;} .safeT_content{width:100%;padding:50px 10px;box-sizing:border-box;} .sItem_content>p{opacity:1;} .safeS_item:hover .sItem_content{transform:none;} .tech_dev{width:100%;margin:0;box-sizing:border-box;padding:0 10px;} .tech_dev>p{margin-top:10px;} .tech_dev>p>span{text-align:justify;} .tech_dev>i{width:100%;} /* tech_made */ .tech_madeF{padding-bottom:15px;} .tech_madeFL{width:100%;float:none;} .tech_madeFR{width:100%;float:none;padding:20px 10px 0;box-sizing:border-box;} .tech_madeFR>p{font-size:20px;} .tech_madeFR>span{margin-top:10px;} .tech_sectionW{margin-top:20px;} .tech_sectioniW{float:left;} .tech_sectioniW>a{width:120px;} .tech_madeBg{padding:0 10px 30px;box-sizing:border-box;} .tech_madeS{width:100%;} .tech_Sitems>a{width:265px;float:none;height:auto;margin: 20px auto 0;background: #fff;box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);} .tech_Sitems>a+a{margin-left:auto;} /* silicon */ .silicontS1_content{width:100%;} .siliconS1_center{width:100%;box-sizing:border-box;padding:0 0 10px;} .siliconS1_center>a{width:100%;float:none;height:auto;margin-bottom:20px;} .siliconS1_center>a:nth-of-type(2n){margin-left:0;} .siliconS1_line{display:none;} .siliconS1_item>p{margin:10px 0;box-sizing:border-box;padding:0 10px;} .siliconS1_item>span{box-sizing:border-box;padding:0 10px;} .silicon_section2{padding:30px 0 0;} .siliconS2_content{width:100%;} .siliconS2_center{width:100%;} .siliconS2_center>h6{font-size:20px;box-sizing:border-box;padding:0 10px;} .siliconS2_center>p{margin-top:10px;text-align:justify;box-sizing:border-box;padding:0 10px;} .siliconS2_items>a{width:100%;float:none;display:none;} .siliconS2_items>a+a{margin-left:0;} .siliconS2_items>a:nth-of-type(1){display:block;} .siliconS2_items>a>img{width:auto;margin:auto;max-width:100%;} /* product_outline */ .pro_outlineF{padding-bottom:30px;} .pro_outlineF>p{box-sizing:border-box;padding:0 10px;text-align:justify;} .outlinePF_items>a{width:100%;float:none;margin-left:0;margin-top:20px;} .outlinePF_item>p{margin-top:10px;} .outlinePF_item>span{text-align:justify;margin-top:0;} .outlinePF_item>i>img{width:auto;margin:auto;max-width:100%;} .outline_PS{padding:30px 0;} .outline_PSC{width:100%;} .outline_PS>img{display:none;} .outlinePT{width:100%;margin:0;padding:30px 10px;box-sizing:border-box;} .outlinePT>p>br{display:none;} .outlinePT_items>a{width:100%;float:none;margin-left:0;margin-top:20px;} .productionF{width:100%;} .productionS{width:100%;} .production-cs{width:100%;padding-top:0;} .production-cs>span{font-size:20px;padding-left:10px;padding-bottom:30px;} .production-cs>div>img{width:100%;} /* product_info */ .productionF>p{text-align:justify;box-sizing:border-box;padding:0 10px 30px;} .productionF>p>br{display:none;} .productionF>span{margin-top:10px;font-size:20px;padding-left:10px;} .proS_1{padding:30px 0;} .proS_1L{float:none;width:100%;} .proS_1R{width:100%;float:none;box-sizing:border-box;padding:0 10px;} .proS_group{text-align:center;} .proS_2{padding:30px 0px;box-sizing:border-box;} .proS_2L{width:100%;float:none;padding-left:0;} .proS_2L>img{display:block;} .proS_2R{display:none;} .proS_2L>h6{padding:20px 10px 0;} .proS_2L>p{padding:10px 10px 0;} .news_infoTxt>p>img{max-width:100%;} /* news_info */ .news_S-center .cont li{width:90%;margin:0 auto 20px;float:none;} .news_S-center .cont li:nth-child(4n){margin:0 auto 20px;} .news_S-center .cont li:nth-child(5), .news_S-center .cont li:nth-child(6), .news_S-center .cont li:nth-child(7){margin:0 auto 20px;} .news_info{width:100%;box-sizing:border-box;padding:20px 10px 0;} .news_info>label{margin-right:0;font-size:20px;} .news_info>i{display:none;} .news_print{display:none;} .news_infoTxt{width:100%;padding:20px 10px;box-sizing:border-box;} .news_infoTxt>p{margin-top:10px;} .news_infoTxt>img{margin-top:10px;} .news_shares{width:100%;margin-bottom:50px;box-sizing:border-box;padding: 20px 10px 0;} .news_shares .news_sharesL{float:none;} .news_shares .news_sharesR{float:none;margin-top:10px;} /* hrm */ .hrm_items{margin-bottom:30px;} .hrm_items>a{width:100%;float:none;margin-left:0;height:auto;padding-bottom:20px;margin-bottom:20px;} .hrm_item .hrm_item_img>p{line-height:0;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:auto;height:auto;} .hrm_item .hrm_item_img::before{display:block;content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.4);} .hrm_item .hrm_item_more{display:block;margin:20px auto 0;} .hrm_item .hrm_item_img>img{width:auto;max-width:100%;margin:auto;} .hrm_item .hrm_item_txt{padding:20px 30px 0;} .hrm_item .hrm_item_info{margin-top:20px;} .hrmS{width:100%;padding:30px 10px;box-sizing:border-box;} .hrmS_items>div{margin:20px auto 0;height:60px;line-height:60px;} .hrmS_items>a{margin:20px auto 0;} .hrmT{width:100%;padding:0 10px 30px;box-sizing:border-box;} .hrmT_items{margin-top:0;} .hrmT_items>div{width:48%;margin-left:4%;margin-top:10px;} .hrmT_items>div:nth-of-type(3){margin-left:0;} .hrmT .hrmT_more{margin:30px auto 0;} /* career */ .semicond-center>.hrm_stitle{text-align:justify;box-sizing:border-box;padding:0 10px;} .hrmT>h6{font-size:16px;padding:10px 0;} .hrmT_items>a{width:48%;margin-left:4%;margin-bottom:4%;} .hrmT_items>a:nth-of-type(2n-1){margin-left:0;} .semicond-center>.hrm_stitle>br{display:none;} .careers{box-sizing:border-box;padding:0 10px 5px;} .careers>a{width:48%;margin-left:4%;} .careers>a:nth-of-type(3){margin-left:0;} .career_item>p{font-size:14px;padding:10px 0;} .career_devC{width:100%;} .career_devCC{width:100%;} .career_dev{padding:10px 10px 25px;box-sizing:border-box;} .career_devCC>h6{font-size:22px;} .career_devCC .career_text1{margin-top:10px;} .career_devCC>h5{font-size:20px;margin-top:10px;} .career_devCC .career_text2{margin-top:10px;} .career_five .career_fiveL{width:100%;float:none;} .career_Fitem{padding-top:10px;} .career_Fitem>span{margin-top:10px;text-align:justify;} .career_five .career_fiveR{width:100%;float:none;} .hrm_PD15{padding-top:0;padding-bottom:30px;} .hrm_PD15 .semicond-center{padding:0;} /* join_us */ .join_us{width:100%;margin:30px auto;} .join_us_content{width:100%;} .join_wrap{width:100%;overflow-x:scroll;padding-bottom:10px;} .join_wrap::-webkit-scrollbar{width:4px;height:4px;} .join_wrap::-webkit-scrollbar-thumb{border-radius:5px;background:#344d9c;box-shadow:inset 0 0 1px 1px rgba(0,0,0,.2);} .join_wrap::-webkit-scrollbar-track{border-radius:0px;background:#6db53a;box-shadow:inset 0 0 1px 1px rgba(0,0,0,.2);} .join_listTitle{width:580px;} .join_listItems>li{width:1%;box-sizing:border-box;padding:0 10px;} .join_listItem>.list_name{display:inline-block;float:none;} .join_listItem>.list_name>span{width:auto;height:auto;line-height:40px;} .join_listItem>i:nth-of-type(3n){margin-right:10px;} .join_listItem>i{margin-right:10px;} .list_info_c{width:300px;height:400px;overflow-y:scroll;text-align:left;padding:20px;line-height:16px;} .list_info_c .email>a{margin-left:0;} .list_info_c>h6{font-size:20px;} .list_info_c .email{line-height:25px;} .list_info_c .email>span{display:block;} /* invest */ .investS>a{width:100%;float:none;margin-left:0;height:360px;} .invest_item>i{background:#fff;} .invest_item>i>img{width:auto;max-width:100%;margin:auto;} .invest_itemTxt{padding:15px;} .investS .invest_item_s{height:200px;} /* contact */ .contactF{width:100%;padding:0 10px 30px;box-sizing:border-box;} .contactF>div{width:100%;float:none;min-height:auto;padding-left:0;margin-bottom:10px;} .contactF .row>div{padding:10px 0 15px;margin-left:0;} .contactF_item2>span{margin-top:3px;} .contactF_item>p{font-size:18px;} .contactF_item::before{display:none;} .contactF_item2::before{display:none;} .contactF_item>span{margin-top:3px;} .contactF .row{padding:0;} .contactF_item2>p{font-size:18px;} .contactSC{width:100%;padding:30px 10px;box-sizing:border-box;} #wpcf7-f93-o1 p span{width:100%;display:block;margin-bottom:10px;} #wpcf7-f93-o1 p{margin-top:0;} .contact_map{width:100%;height:250px;margin:30px auto;} #map{height:250px;} .contactT{width:100%;box-sizing:border-box;padding:0 10px 30px;} .contactTL{float:none;width:100%;} .contactTL p{margin-top:10px;text-align:justify;} .contactTR{float:none;width:100%;margin-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;} .contactTR div:nth-of-type(1){margin-right:0;} .contactLC{width:100%;padding:30px 10px;box-sizing:border-box;} .contactLC h6{font-size:14px;line-height:20px;} .contactL_ways a:nth-of-type(1){margin-right:0;margin-bottom:10px;} #wpcf7-f93-o1 .contact_submit{margin:auto;} /**校招**/ .banner .banner_txt .line_321{width: 200px;} .banner .banner_txt h5{font-size: 22px;} .xz_biaodan{width: 96%;} .xz_biaodan form input{float: none;width: 100%;} /*20190925*/ .semicond-center{padding: 0 2%;} .semicond-title .pic img{width: 100%;} .news-center .cont li{width: 100%;} .wpcf7-form .tel-767, .wpcf7-form .text-24{width: 100%;margin-bottom: 17px;} .semicond-footer .top > div.nav{display: none;} .semicond-footer .top > div:last-child p:nth-child(3) span{font-size: 12px;} .tech_dev>i>img{width: 100%;} .silicon_section1{box-sizing: border-box;padding: 0 2%;} .customer_qual>a>i>img{margin: auto;} .customer_qual>a>h6{text-align: center;} .news_S-center .cont li{width: 100%;} .news_btns{width: 100%;} .hrmS_items>div{width: 100%;height: 46px;line-height: 46px;} .career_item>p{font-size: 12px;} .join_us{width: 96%;} .xz_biaodan form input{padding: 10px 0;padding-left: 10px;} .xz_biaodan form .shang,.xz_biaodan form textarea{width: 100%;} .xz_biaodan form .shang .file_x{padding-left: 150px;} .xz_biaodan form .shang .fjl{top: 14px;} .page-header{width: 96%;margin: auto;} .page-content{width: 96%;margin: auto;} .drawer--right.drawer-open .drawer-nav{height: 100%;} .contactF>div+div{margin-left: 0;} #wpcf7-f93-o1{width: 96%;} .wpcf7-form p:nth-child(3){height: auto;} #wpcf7-f93-o1 p{width: 100%;margin-bottom: 0;} .contactTR div{width: 49%;} .contact_map{width: 96%;} .contactF_item2>p{font-size: 16px;} } /* ipad 竖版*/ @media screen and (min-width:750px) and (max-width:1000px) { body.modal-open{position:fixed;width:100%;} .lead{padding:0 10px;} .semicond-header{height:80px;} .drawer--right .drawer-hamburger{right:2%;} .drawer-nav{width:275px;} .semicond-center{width:100%;box-sizing:border-box;} .semicond-header:before{display:block;position:static;background-size:100% 8px;} .logo-left{width:100%;float:none;} .drawer-hamburger{display:block;top:20px;} .drawer--left .drawer-hamburger{left:8px;} .semicond-header .logo img{margin-left:10px;} .semicond-header .nav{display:none;} .semicond-header .search{display:none;} .banner-wrap{height:300px;} .banner-pos .title-center{width:100%;} .banner-pos .title-intro{height:auto;width:100%;} .font_1,.font_2,.font_3,.font_4{display:none;} .title-intro .t{display:block;text-align:center;} .title-intro .f{display:none;} .title-intro .i{font-size:24px;text-align:center;} .title-intro span{line-height:28px;text-align:center;} .title-intro span a{width:100px;height:28px;font-size:14px;} .banner-wrap .toleft, .banner-wrap .toright{height:200px;line-height:200px;width:30px;} .semicond-title{padding:20px 0;} .semicond-title label{font-size:28px;padding:0 10px;box-sizing:border-box;margin-bottom:15px;} .semicond-title > p:nth-child(2n){width:auto;text-align:center;} .semicond-title p{box-sizing:border-box;padding:0 10px;text-align:justify;margin-bottom:20px;} .set-up{width:100%;height:auto;border:none;margin:0 auto 20px;} .set-up li{width:33.33%;float:left;height:auto;padding:40px 0;box-sizing:border-box;border:1px solid #e1e4e8;} .set-up li em{margin:auto;} .set-up li:nth-child(3n){border:1px solid #e1e4e8;} .semicond-title .pic{width:100%;text-align:center;display:flex;justify-content:space-around;} .semicond-title .pic:after{display:none;} .semicond-title .pic img{float:none;display:inline-block;margin-right:0;} .pro-lab{margin-bottom:20px;} .pro-lab span{float:none;width:100%;text-align:left;padding:0 10px;box-sizing:border-box;} .pro-lab i{width:100%;float:none;} .pro-list a:nth-child(1n){width:58%;float:left;height:160px;} .pro-list a:nth-child(2n){width:38%;float:right;height:160px;} .pro-list a span{height:180px;} .pro-list a:nth-child(odd) span em{margin:75px 0 10px 70px;font-size:16px;} .pro-list a span i{margin-left:75px;} .pro-list a span i.odd_i{margin-left:12px;} .pro-list a:nth-child(odd) span{left:-130px;} .pro-list a:nth-child(even) span{right:-140px;} .pro-list a:nth-child(odd):hover span{left:-130px;} .pro-list a:nth-child(even):hover span{right:-140px;} .pro-list a span em{margin:60px 0 10px 10px;font-size:16px;} .pro-list a span i.product_litter{margin-left:10px;} .pro-list a:nth-child(3), .pro-list a:nth-child(4){margin-bottom:20px;} .product{margin-bottom:0;margin-top:40px;} .news-center{padding:20px 0;} .news-center .pro-lab span{width:100%;} .news-center .pro-lab i{width:100%;} .news-bg{background-image:none;margin-top:20px;} .news-center .cont{display:flex;flex-wrap:wrap;justify-content:space-around;} .news-center .cont li{margin:20px 0 0 0;display:none;background:#f7f7f7;} .news-center .cont li:nth-child(4){margin:20px 0 0;} .news-center .cont li.index_news{} .news-center .cont li:nth-of-type(1),.news-center .cont li:nth-of-type(2), .news-center .cont li:nth-of-type(3),.news-center .cont li:nth-of-type(4){display:block;} .news-center .cont::after{display:none;} .relation{padding:20px 0;} .relation .top .left, .relation .top .right{width:100%;float:none;} .relation .top label{text-align:left;margin-bottom:30px;padding:0 10px;} .relation .top label:after{width:100%;bottom:-15px;} .relation .top form{width:100%;box-sizing:border-box;padding:0 10px;} .relation .top form .tel-767,.relation .top form .text-24{width:49%;display:block;float:left;} .relation .top form .text-24{margin-left:2%;} .relation .top form input{float:none;width:100%;} .relation .top .right{margin-top:60px;padding-left:0;} .relation .top .right p{padding:0 10px;} .relation .top .right a:nth-child(4){margin-left:10px;margin-bottom:20px;} .relation .top .right p:nth-child(3){margin-bottom:20px;} .semicond-footer .top{padding:30px 10px;box-sizing:border-box;} .semicond-footer .top::after{display:none;} .semicond-footer .top > div:first-child{width:100%;} .semicond-footer .top > div:first-child p{width:auto;text-align:justify;} .semicond-footer .top > div:first-child .more{margin-bottom:30px;} .share{text-align:left;margin-bottom:30px;} .semicond-footer .top > div.nav{display:flex;width:100%;justify-content:flex-start;margin-right:0;} .semicond-footer .top .nav > div{min-height:160px;width:50%;} .semicond-footer .top > div:last-child{float:none;width:100%;display:none;} .semicond-footer .bottom{line-height:20px;padding:0 10px 15px;box-sizing:border-box;} .semicond-footer .bottom span{width:100%;float:none;text-align:left;} .semicond-footer .bottom span:nth-child(2){float:none;text-align:left;} .semicond-footer:after{background-size:100% 8px;} /* about_xs */ .lead{height:30px;} .lead a{line-height:30px;} .company-title{padding-top:20px;box-sizing:border-box;margin-bottom:20px;padding-left:10px;} .company-title label{font-size:22px;} .company-intro > div:first-child{width:100%;} .company-intro > div:last-child{width:100%;box-sizing:border-box;padding:20px 10px 0;} .company-intro > div:last-child label{font-size:20px;text-align:center;} .company-intro > div:last-child p{margin-bottom:10px;} .consult div{width:auto;float:none;} .consult div a{width:120px;} .company-intro{padding:0 0 30px;} .perfect{padding:30px 0 20px;} .perfect .design{margin-left:10px;} .perfect-list{margin:20px 0 15px;} .perfect .intro{box-sizing:border-box;padding:0 10px;} .perfect-list a{width:31.33%;margin-right:0;float:left;margin-bottom:20px;margin-left:3%;} .perfect-list a:nth-of-type(1){margin-left:0;} .perfect-list a > div:last-child{height:auto;padding:10px;} .perfect-list a > div:last-child em{margin-bottom:5px;} .perfect-list a > div:last-child label{margin-bottom:5px;} .perfect .title{margin-left:10px;} .serve-list{width:auto;padding:0 10px;box-sizing:border-box;} .serve-list a{width:33%;margin-right:0;} .theme-list a{margin:0 auto 20px;float:none;} .theme-list a:nth-child(4n){margin: 0 auto 20px;} .theme-list{padding:20px 0 10px;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;} .relation-us{padding:30px 10px 10px;box-sizing:border-box;} .relation-us > div:first-child{width:auto;float:none;} .relation-us > div:first-child span{margin-bottom:5px;} .relation-us > div:first-child label{font-size:20px;margin-bottom:10px;} .relation-us > div:last-child{width:auto;float:none;padding-top:25px;} .relation-us > div:last-child a{width:120px;} .video-wrap{height:100%;} .company-video{width:100%;height:auto;} /* about_outline */ .about_infoW>p{width:100%;box-sizing:border-box;padding:0 10px;} .about_sectionW{margin-top:20px;box-sizing:border-box;padding:0 10px;} .about_sectioniW{float:none;} .about_sectioniW>a{width:120px;} .about_info2W{margin:30px auto 0;} .about_info2LW{width:46%;float:left;} .about_info2RW{width:52%;float:right;} .about_info2RW>table td{padding:0 10px;line-height:26px;} .about_info2RW>table tr>td:nth-of-type(1){width:28%;} /* about_duty */ .about_itemsW>a{width:40%;float:left;margin-top:20px;margin-left:6.66%;} .about_itemsW>a+a{border-left:1px solid #e1e4e8;} .about_dutyBg{padding-top:30px;padding-bottom:0;} .about_dutyW{width:100%;} .about_dutyW>h6{padding-top:0;margin-left:10px;} .about_dutyW>p{box-sizing:border-box;padding:0 10px;} .dutyW_img>h5{font-size:16px;padding:30px 10px 10px;} .dutyW_img>p{padding:10px 10px 25px;} /* about_organization */ .about_organizationW>p{width:100%;box-sizing:border-box;padding:0 10px;} .about_organizationW>p+p{margin-top:10px;} .about_organitaion1W_img{display:block;margin-top:20px;} .about_organitaion1W{display:none;} .about_organitaion1W_img>img{width:auto;margin:auto;} /* culture */ .cultureF{padding:0 10px 10px;box-sizing:border-box;} .cultureF>a{width:49%;padding-bottom:20px;} .cultureFL{float:left;} .cultureFR{float:right;} .cultureF>a>p{margin:10px 0 5px;} .cultureF>a>span{width:100%;text-align:justify;letter-spacing:0.5px;} .cultureS{padding:30px 0;} .cultureS_content{width:100%;} .cultureS_content>h6{font-size:20px;padding-bottom:25px;} .cultureS_content>a{width:23%;} /* customer */ .customer_txt>p{text-align:justify;padding:0 10px;box-sizing:border-box;} .customer_txt>p>br{display:none;} .customer_items{display:flex;flex-wrap:wrap;justify-content:space-around;} .customer_items>a{margin-top:20px;float:left;padding-top:20px;margin-left:0;} .customer_item .citem_left{width:100%;float:none;} .customer_item .citem_left>img{max-width:100%;width:auto;margin:auto;} .customer_item .citem_right{width:100%;padding:10px;} .customerT{margin-bottom:0;} .citem_right>u{font-size:16px;} .citem_right>p{margin-top:10px;} .customerS{width:100%;margin:30px auto;} .customerS>h6{margin-left:10px;} .customerS>p{padding:0 10px;} .customerS>p>br{display:none;} .customerTC{width:100%;} .customerTCL{width:31%;float:left;} .customerTCR{width:68%;float:right;padding:10px;} .customerTCR>h6{font-size:18px;} .customerTCR>p{margin-top:0;} /* safe */ .safeT{background:url('../images/about_safe_4.jpg') center no-repeat;background-size:100%;} .safeT>.videoS{display:none;} .safeF{padding-bottom:10px;padding:0 10px;box-sizing:border-box;} .safeF>a{width:31.33%;margin-bottom:20px;} .safeF_item>i>img{margin:auto;width:auto;max-width:100%;} .safeF .safeF_item_special{width:31.33%;border:none;} .safeF>a+a{margin-left:3%;} .safeF .safeF_item_special .special_content{width:100%;} .safeS{width:100%;margin:30px auto;} .safeS_item{width:100%;height:auto;} .safeT_content{width:100%;padding:50px 10px;box-sizing:border-box;} .sItem_content>p{opacity:1;} .safeS_item:hover .sItem_content{transform:none;} /* tech_made */ .tech_madeF{padding-bottom:30px;} .tech_madeFL{width:48%;float:left;} .tech_madeFR{width:50%;float:right;padding-left:0;padding-right:10px;box-sizing:border-box;} .tech_madeFR>p{font-size:20px;} .tech_madeFR>span{margin-top:10px;letter-spacing:0.5px;} .tech_sectionW{margin-top:10px;} .tech_sectioniW{float:left;} .tech_sectioniW>a{width:120px;} .tech_madeBg{padding:15px 10px 30px;box-sizing:border-box;} .tech_madeS{width:100%;} .tech_Sitems{display:flex;flex-wrap:wrap;justify-content:space-around;} .tech_Sitems>a{width:265px;float:none;height:auto;margin: 20px auto 0;background: #fff;box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);} .tech_Sitems>a+a{margin-left:auto;} /* silicon */ .silicontS1_content{width:100%;} .siliconS1_center{width:100%;box-sizing:border-box;padding:0 10px 10px;display:flex;flex-wrap:wrap;justify-content:space-around;} .siliconS1_center>a{flex:1 0.5 45%;float:none;height:auto;margin-bottom:20px;} .siliconS1_center>a:nth-of-type(2n){margin-left:5%;} .siliconS1_line{display:none;} .siliconS1_item>p{margin:10px 0;} .silicon_section2{padding:30px 10px;box-sizing:border-box;} .siliconS2_content{width:100%;} .siliconS2_center{width:100%;} .siliconS2_center>h6{font-size:20px;} .siliconS2_center>p{margin-top:10px;text-align:justify;} .siliconS2_items>a{width:31.33%;float:left;} .siliconS2_items>a+a{margin-left:3%;} .siliconS2_items>a>img{width:auto;margin:auto;max-width:100%;} /* product_outline */ .pro_outlineF{padding:0 10px 30px;box-sizing:border-box;} .outlinePF_items>a{width:31.33%;float:left;margin-left:3%;margin-top:0;} .outlinePF_item>p{margin-top:10px;} .outlinePF_item>span{text-align:justify;margin-top:0;} .outlinePF_item>i>img{width:auto;margin:auto;max-width:100%;} .outline_PS{padding:30px 0;} .outline_PSC{width:100%;} .outline_PS>img{display:none;} .outlinePT{width:100%;margin:0;padding:30px 10px;box-sizing:border-box;} .outlinePT>p>br{display:none;} .outlinePT_items>a{width:31.33%;float:left;margin-left:3%;margin-top:0;min-height:105px;} .outlinePT_item>span{width:80%;} /* product_info */ .productionF{box-sizing:border-box;padding:0 10px;} .productionF>p{text-align:justify;} .productionF>p>br{display:none;} .productionF>span{margin-top:10px;} .proS_1{padding:30px 0;} .proS_1L{float:none;width:100%;} .proS_1R{width:100%;float:none;box-sizing:border-box;padding:0 10px;} .proS_group{text-align:center;} .proS_2{padding:30px 0px;box-sizing:border-box;} .proS_2L{width:100%;float:none;padding-left:0;} .proS_2L>img{display:block;} .proS_2R{display:none;} .proS_2L>h6{padding:20px 10px 0;} .proS_2L>p{padding:10px 10px 0;} /* news */ #pro_cont{display:flex;flex-wrap:wrap;justify-content:center;} /* news_info */ .news_info{width:100%;padding-top:20px;} .news_info>label{margin-right:0;font-size:20px;} .news_info>i{display:none;} .news_print{display:none;} .news_infoTxt{width:100%;padding:20px 0;} .news_infoTxt>p{margin-top:10px;} .news_infoTxt>img{margin-top:10px;} .news_shares{width:100%;margin-bottom:50px;} .news_shares .news_sharesL{float:none;} .news_shares .news_sharesR{float:none;margin-top:10px;} /* hrm */ .hrm_items{margin-bottom:30px;} .hrm_items>a{width:100%;float:none;margin-left:0;height:auto;padding-bottom:20px;margin-bottom:20px;} .hrm_item:hover .hrm_item_info{display:block;} .hrm_item .hrm_item_img>p{line-height:0;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:auto;height:auto;} .hrm_item .hrm_item_img::before{display:block;content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.4);} .hrm_item .hrm_item_more{display:block;margin:20px auto 0;} .hrm_item .hrm_item_img>img{width:auto;max-width:100%;margin:auto;} .hrm_item .hrm_item_txt{padding:20px 30px 0;} .hrm_item .hrm_item_info{margin-top:20px;} .hrmS{width:100%;padding:30px 10px;box-sizing:border-box;} .hrmS_items>div{margin:20px auto 0;height:60px;line-height:60px;} .hrmS_items>a{margin:20px auto 0;width:210px;height:90px;line-height:90px;} .hrmT{width:100%;padding:0 10px 30px;box-sizing:border-box;} .hrmT_items{margin-top:0;} .hrmT_items>div{width:48%;margin-left:4%;margin-top:10px;} .hrmT_items>div:nth-of-type(3){margin-left:0;} .hrmT .hrmT_more{margin:30px auto 0;} /* career */ .semicond-center>.hrm_stitle{text-align:justify;padding:0 10px;} .semicond-center>.hrm_stitle>br{display:none;} .careers{padding-bottom:20px;box-sizing:border-box;padding:0 10px;} .careers>a{width:24%;margin-left:2%;} .careers>a:nth-of-type(3){margin-left:0;} .career_item>p{font-size:14px;padding:10px 0;} .career_devC{width:100%;} .career_devCC{width:100%;} .career_dev{padding:30px 10px;box-sizing:border-box;} .career_devCC>h6{font-size:22px;} .career_devCC .career_text1{margin-top:10px;} .career_devCC>h5{font-size:20px;margin-top:10px;} .career_devCC .career_text2{margin-top:10px;} .career_five .career_fiveL{width:100%;float:none;} .career_Fitem{padding-top:10px;} .career_Fitem>span{margin-top:10px;text-align:justify;} .career_five .career_fiveR{width:100%;float:none;} .hrm_PD15{padding-top:0;padding-bottom:30px;} .hrm_PD15 .semicond-center{padding:0;} /* join_us */ .join_us{width:100%;margin:30px auto;} .join_us_content{width:100%;} .join_wrap{width:100%;padding-bottom:10px;} .join_wrap::-webkit-scrollbar{width:4px;height:4px;} .join_wrap::-webkit-scrollbar-thumb{border-radius:5px;background:#344d9c;box-shadow:inset 0 0 1px 1px rgba(0,0,0,.2);} .join_wrap::-webkit-scrollbar-track{border-radius:0px;background:#6db53a;box-shadow:inset 0 0 1px 1px rgba(0,0,0,.2);} .join_listTitle{width:100%;} .join_listItems>li{width:1%;box-sizing:border-box;padding:0 10px;} .join_listItem>.list_name{display:inline-block;float:none;} .join_listItem>.list_name>span{width:auto;height:auto;line-height:40px;} .join_listItem>i:nth-of-type(3n){margin-right:10px;} .join_listItem>i{margin-right:10px;} .list_info_c{width:500px;height:600px;overflow-y:scroll;text-align:left;padding:20px;line-height:16px;} .list_info_c .email>a{margin-left:0;} .list_info_c>h6{font-size:20px;} .list_info_c .email{line-height:25px;} .list_info_c .email>span{display:block;} /* invest */ .investS{box-sizing:border-box;padding:0 10px;} .investS>a{width:31.33%;float:left;margin-left:3%;height:335px;} .invest_item>i{background:#fff;} .invest_item>i>img{width:auto;max-width:100%;margin:auto;} .invest_itemTxt{padding:15px;} /* contact */ .contactF_item::before{display:none;} .contactF_item2::before{display:none;} .contactF{width:100%;padding:0 10px 30px;box-sizing:border-box;} .contactF>div:nth-of-type(1){margin-bottom:0;} .contactF .row>div{padding:10px 0 15px;margin-left:3%;width:31.33%;box-sizing:border-box;border:none;} .contactF_item>p{font-size:18px;} .contactF_item>span{margin-top:10px;} .contactF .row{padding:0;} .contactF_item2>p{font-size:20px;} .contactSC{width:100%;padding:30px 10px;box-sizing:border-box;} #wpcf7-f93-o1>p>span{width:100%;display:block;margin-bottom:10px;} #wpcf7-f93-o1>p{margin-top:0;} .contact_map{width:100%;height:250px;margin:30px auto;} #map{height:250px;} .contactT{width:100%;box-sizing:border-box;padding:0 10px 30px;} .contactTL{float:left;width:55%;} .contactTL>p{margin-top:10px;text-align:justify;} .contactTR{float:right;width:40%;margin-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;} .contactTR>div{width:49%;} .contactTR>div:nth-of-type(1){margin-right:0;} .contactLC{width:100%;padding:30px 10px;box-sizing:border-box;} .contactLC>h6{font-size:14px;line-height:20px;} .contactL_ways>a:nth-of-type(1){margin-right:0;margin-bottom:10px;} #wpcf7-f93-o1 .contact_submit{margin:auto;} } /* ipad 横版 */ @media screen and (min-width:1000px) and (max-width: 1160px){ body.modal-open{position:fixed;width:100%;} .lead{padding:0 10px;} .semicond-header{height:80px;} .drawer--right .drawer-hamburger{right:2%;} .drawer-nav{width:275px;} .semicond-center{width:100%;box-sizing:border-box;} .semicond-header:before{display:block;position:static;background-size:100% 8px;} .logo-left{width:100%;float:none;} .drawer-hamburger{display:block;top:20px;} .drawer--left .drawer-hamburger{left:8px;} .semicond-header .logo img{margin-left:10px;} .semicond-header .nav{display:none;} .semicond-header .search{display:none;} .banner-wrap{height:370px;} .banner-pos .title-center{width:100%;} .banner-pos .title-intro{height:auto;width:100%;} .font_1,.font_2,.font_3,.font_4{display:none;} .title-intro .t{display:block;text-align:center;} .title-intro .f{display:none;} .title-intro .i{font-size:24px;text-align:center;} .title-intro span{line-height:28px;text-align:center;} .title-intro span a{width:100px;height:28px;font-size:14px;} .banner-wrap .toleft, .banner-wrap .toright{height:200px;line-height:200px;width:30px;} .semicond-title{padding:20px 0;} .semicond-title label{font-size:28px;padding:0 10px;box-sizing:border-box;margin-bottom:15px;} .semicond-title > p:nth-child(2n){width:auto;text-align:center;} .semicond-title p{box-sizing:border-box;padding:0 10px;text-align:justify;margin-bottom:20px;} .set-up{width:100%;height:auto;border:none;margin:0 auto 20px;} .set-up li{width:33.33%;float:left;height:auto;padding:40px 0;box-sizing:border-box;border:1px solid #e1e4e8;} .set-up li em{margin:auto;} .set-up li:nth-child(3n){border:1px solid #e1e4e8;} .semicond-title .pic{width:100%;text-align:center;display:flex;justify-content:space-around;} .semicond-title .pic:after{display:none;} .semicond-title .pic img{float:none;display:inline-block;margin-right:0;} .pro-lab{margin-bottom:20px;} .pro-lab span{float:none;width:100%;text-align:left;padding:0 10px;box-sizing:border-box;} .pro-lab i{width:100%;float:none;} .pro-list a:nth-child(1n){width:58%;float:left;height:160px;} .pro-list a:nth-child(2n){width:38%;float:right;height:160px;} .pro-list a span{height:180px;} .pro-list a:nth-child(odd) span em{margin:75px 0 10px 70px;font-size:16px;} .pro-list a span i{margin-left:75px;} .pro-list a span i.odd_i{margin-left:12px;} .pro-list a:nth-child(odd) span{left:-130px;} .pro-list a:nth-child(even) span{right:-140px;} .pro-list a:nth-child(odd):hover span{left:-130px;} .pro-list a:nth-child(even):hover span{right:-140px;} .pro-list a span em{margin:60px 0 10px 10px;font-size:16px;} .pro-list a span i.product_litter{margin-left:10px;} .pro-list a:nth-child(3), .pro-list a:nth-child(4){margin-bottom:20px;} .product{margin-bottom:0;margin-top:40px;} .news-center{padding:20px 0;} .news-center .pro-lab span{width:100%;} .news-center .pro-lab i{width:100%;} .news-bg{background-image:none;margin-top:20px;} .news-center .cont{display:flex;flex-wrap:wrap;justify-content:space-around;} .news-center .cont li{margin:20px 20px 0 0;display:none;background:#f7f7f7;} .news-center .cont li:nth-child(4),.news-center .cont li:nth-child(5),.news-center .cont li:nth-child(6){margin:20px 20px 0 0;} .news-center .cont li.index_news{} .news-center .cont li:nth-of-type(1),.news-center .cont li:nth-of-type(2), .news-center .cont li:nth-of-type(3),.news-center .cont li:nth-of-type(4), .news-center .cont li:nth-of-type(5),.news-center .cont li:nth-of-type(6){display:block;} .news-center .cont::after{display:none;} .relation{padding:20px 0;} .relation .top .left, .relation .top .right{width:48%;float:left;} .relation .top label{text-align:left;margin-bottom:30px;padding:0 10px;} .relation .top label:after{width:100%;bottom:-15px;} .relation .top form{width:100%;box-sizing:border-box;padding:0 10px;} .relation .top form .tel-767,.relation .top form .text-24{width:49%;display:block;float:left;} .relation .top form .text-24{margin-left:2%;} .relation .top form input{float:none;width:100%;} .relation .top .right{padding-left:0;float:right;} .relation .top .right p{padding:0 10px;} .relation .top .right a:nth-child(4){margin-left:10px;margin-bottom:20px;} .relation .top .right p:nth-child(3){margin-bottom:20px;} .semicond-footer .top{padding:30px 10px;box-sizing:border-box;} .semicond-footer .top::after{display:none;} .semicond-footer .top > div:first-child{width:100%;} .semicond-footer .top > div:first-child p{width:auto;text-align:justify;} .semicond-footer .top > div:first-child .more{margin-bottom:30px;} .share{text-align:left;margin-bottom:30px;} .semicond-footer .top > div.nav{display:flex;width:100%;justify-content:flex-start;margin-right:0;} .semicond-footer .top .nav > div{min-height:160px;width:50%;} .semicond-footer .top > div:last-child{float:none;width:100%;display:none;} .semicond-footer .bottom{line-height:20px;padding:0 10px 15px;box-sizing:border-box;} .semicond-footer .bottom span{width:100%;float:none;text-align:left;} .semicond-footer .bottom span:nth-child(2){float:none;text-align:left;} .semicond-footer:after{background-size:100% 8px;} /* about_xs */ .lead{height:30px;} .lead a{line-height:30px;} .company-title{padding-top:20px;box-sizing:border-box;margin-bottom:20px;padding-left:10px;} .company-title label{font-size:22px;} .company-intro > div:first-child{width:58%;} .company-intro > div:last-child{width:40%;box-sizing:border-box;padding-right:10px;} .company-intro > div:last-child label{font-size:20px;text-align:left;margin-bottom:10px;} .company-intro > div:last-child p{margin-bottom:0;letter-spacing:0.5px;} .consult{padding-top:5px;} .consult div{width:auto;float:none;} .consult div a{width:120px;} .company-intro{padding:0 0 30px;} .perfect{padding:30px 0 20px;} .perfect .design{margin-left:10px;} .perfect-list{margin:20px 0 15px;} .perfect .intro{box-sizing:border-box;padding:0 10px;} .perfect-list a{width:31.33%;margin-right:0;float:left;margin-bottom:20px;margin-left:3%;height:292px;background:#fff;} .perfect-list a:nth-of-type(1){margin-left:0;} .perfect-list a > div:last-child{height:auto;padding:10px;} .perfect-list a > div:last-child em{margin-bottom:5px;} .perfect-list a > div:last-child label{margin-bottom:5px;} .perfect .title{margin-left:10px;} .serve-list{width:auto;padding:0 10px;box-sizing:border-box;} .serve-list a{width:33%;margin-right:0;} .theme-list a{margin:0 auto 20px;float:none;flex:0 1 24%;} .theme-list a:nth-child(4n){margin: 0 auto 20px;} .theme-list{padding:20px 0 10px;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between;} .relation-us{padding:30px 10px 10px;box-sizing:border-box;} .relation-us > div:first-child{width:auto;float:none;} .relation-us > div:first-child span{margin-bottom:5px;} .relation-us > div:first-child label{font-size:20px;margin-bottom:10px;} .relation-us > div:last-child{width:auto;float:none;padding-top:25px;} .relation-us > div:last-child a{width:120px;} .video-wrap{height:100%;} .company-video{width:100%;height:auto;} /* about_outline */ .about_infoW>p{width:100%;box-sizing:border-box;padding:0 10px;} .about_sectionW{margin-top:20px;box-sizing:border-box;padding:0 10px;} .about_sectioniW{float:none;} .about_sectioniW>a{width:120px;} .about_info2W{margin:30px auto 0;} .about_info2LW{width:46%;float:left;} .about_info2RW{width:52%;float:right;} .about_info2RW>table td{padding:3px 10px;line-height:30px;} .about_info2RW>table tr>td:nth-of-type(1){width:28%;} /* about_duty */ .about_itemsW>a{width:24%;float:left;margin-left:0.8%;} .about_itemsW>a+a{border-left:1px solid #e1e4e8;} .about_dutyBg{padding-top:30px;padding-bottom:0;} .about_dutyW{width:100%;} .about_dutyW>h6{padding-top:0;margin-left:10px;} .about_dutyW>p{box-sizing:border-box;padding:0 10px;} .dutyW_img>h5{font-size:16px;padding:30px 10px 10px;} .dutyW_img>p{padding:10px 10px 25px;} /* about_organization */ .about_organizationW>p{width:100%;box-sizing:border-box;padding:0 10px;} .about_organizationW>p+p{margin-top:10px;} .about_organitaion1W_img{display:block;margin-top:20px;} .about_organitaion1W{display:none;} .about_organitaion1W_img>img{width:auto;margin:auto;} /* culture */ .cultureF{padding:0 10px 10px;box-sizing:border-box;} .cultureF>a{width:49%;padding-bottom:20px;} .cultureFL{float:left;} .cultureFR{float:right;} .cultureF>a>p{margin:10px 0 5px;} .cultureF>a>span{width:100%;text-align:justify;letter-spacing:0.5px;} .cultureS{padding:30px 0;} .cultureS_content{width:100%;} .cultureS_content>h6{font-size:20px;padding-bottom:25px;} .cultureS_content>a{width:23%;} /* customer */ .customer_txt>p{text-align:justify;padding:0 10px;box-sizing:border-box;} .customer_txt>p>br{display:none;} .customer_items{display:flex;flex-wrap:wrap;justify-content:space-around;} .customer_items>a{margin-top:20px;float:left;} .customer_item .citem_left{width:50%;float:left;} .customer_item .citem_left>img{max-width:100%;width:auto;margin:auto;} .customer_item .citem_right{width:50%;float:left;padding:30px 10px 0;} .customerT{margin-bottom:0;} .citem_right>u{font-size:16px;} .citem_right>p{margin-top:10px;} .customerS{width:100%;margin:30px auto;} .customerS>h6{margin-left:10px;} .customerS>p{padding:0 10px;} .customerS>p>br{display:none;} .customerTC{width:100%;} .customerTCL{width:31%;float:left;} .customerTCR{width:68%;float:right;padding:35px 10px 0;} .customerTCR>h6{font-size:18px;} .customerTCR>p{margin-top:0;} /* safe */ .safeF{padding-bottom:10px;padding:0 10px;box-sizing:border-box;} .safeF>a{width:31.33%;margin-bottom:20px;} .safeF_item>i>img{margin:auto;width:auto;max-width:100%;} .safeF .safeF_item_special{width:31.33%;border:none;} .safeF>a+a{margin-left:3%;} .safeF .safeF_item_special .special_content{width:100%;} .safeS{width:100%;margin:30px auto;} .safeS_item{width:100%;height:auto;} .safeT_content{width:100%;padding:50px 10px;box-sizing:border-box;} .sItem_content>p{opacity:1;} .safeS_item:hover .sItem_content{transform:none;} /* tech_made */ .tech_madeF{padding-bottom:30px;} .tech_madeFL{width:48%;float:left;} .tech_madeFR{width:50%;float:right;padding-left:0;padding-right:10px;box-sizing:border-box;} .tech_madeFR>p{font-size:20px;} .tech_madeFR>span{margin-top:10px;letter-spacing:0.5px;} .tech_sectionW{margin-top:10px;} .tech_sectioniW{float:left;} .tech_sectioniW>a{width:120px;} .tech_madeBg{padding:15px 10px 30px;box-sizing:border-box;} .tech_madeS{width:100%;} .tech_Sitems{display:flex;flex-wrap:wrap;justify-content:space-around;} .tech_Sitems>a{width:265px;float:none;height:auto;margin: 20px auto 0;background: #fff;box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);flex:0 1 24%;} .tech_Sitems>a+a{margin-left:auto;} /* silicon */ .silicontS1_content{width:100%;} .siliconS1_center{width:100%;box-sizing:border-box;padding:0 10px 10px;display:flex;flex-wrap:wrap;justify-content:space-around;} .siliconS1_center>a{flex:1 0.5 45%;float:none;height:auto;margin-bottom:20px;} .siliconS1_center>a:nth-of-type(2n){margin-left:5%;} .siliconS1_line{display:none;} .siliconS1_item>p{margin:10px 0;} .silicon_section2{padding:30px 10px;box-sizing:border-box;} .siliconS2_content{width:100%;} .siliconS2_center{width:100%;} .siliconS2_center>h6{font-size:20px;} .siliconS2_center>p{margin-top:10px;text-align:justify;} .siliconS2_items>a{width:31.33%;float:left;} .siliconS2_items>a+a{margin-left:3%;} .siliconS2_items>a>img{width:auto;margin:auto;max-width:100%;} /* product_outline */ .pro_outlineF{padding:0 10px 30px;box-sizing:border-box;} .outlinePF_items>a{width:31.33%;float:left;margin-left:3%;margin-top:0;} .outlinePF_item>p{margin-top:10px;} .outlinePF_item>span{text-align:justify;margin-top:0;} .outlinePF_item>i>img{width:auto;margin:auto;max-width:100%;} .outline_PS{padding:30px 0;} .outline_PSC{width:100%;} .outline_PS>img{display:none;} .outlinePT{width:100%;margin:0;padding:30px 10px;box-sizing:border-box;} .outlinePT>p>br{display:none;} .outlinePT_items>a{width:31.33%;float:left;margin-left:3%;margin-top:0;min-height:105px;} .outlinePT_item>span{width:80%;} /* product_info */ .productionF{box-sizing:border-box;padding:0 10px;} .productionF>p{text-align:justify;} .productionF>p>br{display:none;} .productionF>span{margin-top:10px;} .proS_1{padding:30px 0;} .proS_1L{float:none;width:100%;} .proS_1R{width:100%;float:none;box-sizing:border-box;padding:0 10px;} .proS_group{text-align:center;} .proS_2{padding:30px 0px;box-sizing:border-box;} .proS_2L{width:100%;float:none;padding-left:0;} .proS_2L>img{display:block;} .proS_2R{display:none;} .proS_2L>h6{padding:20px 10px 0;} .proS_2L>p{padding:10px 10px 0;} /* news */ #pro_cont{display:flex;flex-wrap:wrap;justify-content:center;} /* news_info */ .news_info{width:100%;padding-top:20px;} .news_info>label{margin-right:0;font-size:20px;} .news_info>i{display:none;} .news_print{display:none;} .news_infoTxt{width:100%;padding:20px 0;} .news_infoTxt>p{margin-top:10px;} .news_infoTxt>img{margin-top:10px;} .news_shares{width:100%;margin-bottom:50px;} .news_shares .news_sharesL{float:none;} .news_shares .news_sharesR{float:none;margin-top:10px;} /* hrm */ .hrm_items{margin-bottom:30px;} .hrm_items>a{width:31.33%;float:left;margin-left:3%;height:auto;padding-bottom:20px;margin-bottom:20px;} .hrm_item:hover .hrm_item_info{display:block;} .hrm_item .hrm_item_img>p{line-height:0;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:auto;height:auto;} .hrm_item .hrm_item_img::before{display:block;content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.4);} .hrm_item .hrm_item_more{display:block;margin:20px auto 0;} .hrm_item .hrm_item_img>img{width:auto;max-width:100%;margin:auto;} .hrm_item .hrm_item_txt{padding:20px 30px 0;} .hrm_item .hrm_item_info{margin-top:20px;} .hrmS{width:100%;padding:30px 10px;box-sizing:border-box;} .hrmS_items>div{margin:20px auto 0;height:60px;line-height:60px;} .hrmS_items>a{margin:20px auto 0;width:250px;height:90px;line-height:90px;} .hrmT{width:100%;padding:0 10px 30px;box-sizing:border-box;} .hrmT_items{margin-top:0;} .hrmT_items>div{width:48%;margin-left:4%;margin-top:10px;} .hrmT_items>div:nth-of-type(3){margin-left:0;} .hrmT .hrmT_more{margin:30px auto 0;} /* career */ .semicond-center>.hrm_stitle{text-align:justify;padding:0 10px;} .semicond-center>.hrm_stitle>br{display:none;} .careers{padding-bottom:20px;box-sizing:border-box;padding:0 10px;} .careers>a{width:24%;margin-left:2%;} .careers>a:nth-of-type(3){margin-left:0;} .career_item>p{font-size:14px;padding:10px 0;} .career_devC{width:100%;} .career_devCC{width:100%;} .career_dev{padding:30px 10px;box-sizing:border-box;} .career_devCC>h6{font-size:22px;} .career_devCC .career_text1{margin-top:10px;} .career_devCC>h5{font-size:20px;margin-top:10px;} .career_devCC .career_text2{margin-top:10px;} .career_five .career_fiveL{width:100%;float:none;} .career_Fitem{padding-top:10px;} .career_Fitem>span{margin-top:10px;text-align:justify;} .career_five .career_fiveR{width:100%;float:none;} .hrm_PD15{padding-top:0;padding-bottom:30px;} .hrm_PD15 .semicond-center{padding:0;} /* join_us */ .join_us{width:100%;margin:30px auto;} .join_us_content{width:100%;} .join_wrap{width:100%;padding-bottom:10px;} .join_wrap::-webkit-scrollbar{width:4px;height:4px;} .join_wrap::-webkit-scrollbar-thumb{border-radius:5px;background:#344d9c;box-shadow:inset 0 0 1px 1px rgba(0,0,0,.2);} .join_wrap::-webkit-scrollbar-track{border-radius:0px;background:#6db53a;box-shadow:inset 0 0 1px 1px rgba(0,0,0,.2);} .join_listTitle{width:100%;} .join_listItems>li{width:1%;box-sizing:border-box;padding:0 10px;} .join_listItem>.list_name{display:inline-block;float:none;} .join_listItem>.list_name>span{width:auto;height:auto;line-height:40px;} .join_listItem>i:nth-of-type(3n){margin-right:10px;} .join_listItem>i{margin-right:10px;} .list_info_c{width:500px;height:600px;overflow-y:scroll;text-align:left;padding:20px;line-height:16px;} .list_info_c .email>a{margin-left:0;} .list_info_c>h6{font-size:20px;} .list_info_c .email{line-height:25px;} .list_info_c .email>span{display:block;} /* invest */ .investS{box-sizing:border-box;padding:0 10px;} .investS>a{width:31.33%;float:left;margin-left:3%;height:350px;} .invest_item>i{background:#fff;} .invest_item>i>img{width:auto;max-width:100%;margin:auto;} .invest_itemTxt{padding:15px;} /* contact */ .contactF_item::before{display:none;} .contactF_item2::before{display:none;} .contactF{width:100%;padding:0 10px 30px;box-sizing:border-box;} .contactF>div:nth-of-type(1){margin-bottom:0;} .contactF .row>div{padding:10px 0 15px;margin-left:3%;width:31.33%;box-sizing:border-box;border:none;} .contactF_item>p{font-size:18px;} .contactF_item>span{margin-top:10px;} .contactF .row{padding:0;} .contactF_item2>p{font-size:20px;} .contactSC{width:100%;padding:30px 10px;box-sizing:border-box;} #wpcf7-f93-o1>p>span{width:100%;display:block;margin-bottom:10px;} #wpcf7-f93-o1>p{margin-top:0;} .contact_map{width:100%;height:250px;margin:30px auto;} #map{height:250px;} .contactT{width:100%;box-sizing:border-box;padding:0 10px 30px;} .contactTL{float:left;width:55%;} .contactTL>p{margin-top:10px;text-align:justify;} .contactTR{float:right;width:40%;margin-top:20px;display:flex;flex-wrap:wrap;justify-content:space-between;} .contactTR>div{width:49%;} .contactTR>div:nth-of-type(1){margin-right:0;} .contactLC{width:100%;padding:30px 10px;box-sizing:border-box;} .contactLC>h6{font-size:14px;line-height:20px;} .contactL_ways>a:nth-of-type(1){margin-right:0;margin-bottom:10px;} #wpcf7-f93-o1 .contact_submit{margin:auto;} }