html, body { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-x: hidden; } body, div, ul, li, ol, dl, dd, dt, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, caption { margin: 0px; padding: 0px; } fieldset, img { border: 0; outline: medium none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } table { border-collapse: collapse; } ol, ul { list-style: none; } address, caption, cite, code, dfn, en, th, var { font-weight: normal; font-style: normal; } h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; } a { text-decoration: none; outline: medium none; } input, textarea { outline: medium none; } img { transition: all .5s; -webkit-transition: all .5s; } /* 公共部分CSS样式 */ html, body { font: 14px/1 Averta-Regular; } input, label, textarea { font: 14px Microsoft Yahei; } input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; } img { font-size: 14px; display: block; } a { color: #fff; text-decoration: none; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; } .clear { clear: both; } .clearfix:after { content: "020"; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { zoom: 1; } .visible-hd { display: none !important; } .visible-lg { display: block !important; } .l { float: left; } .r { float: right; } .g-wrap { padding-left: 75px; padding-right: 75px; } .ellip { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .ellip1 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-line-break: auto; -webkit-box-orient: vertical; } .ellip2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-line-break: auto; -webkit-box-orient: vertical; } .pz_banner { position: relative; } .slide_banner { margin: 0; } .slide_banner .slick-slide { width: 100%; padding: 0; position: relative; outline: none; } table { border-collapse: collapse; border: 1px solid #fff; width: 100% } tr td { border-collapse: collapse; border: 1px solid #fff; background: #f4f4f4; } .w_0100_2 { float: left; width: 100%; position: relative;; } .w_0100_2 .w_2_1 { float: left; width: 100%; height: 100vh; position: relative; z-index: -1; overflow: hidden; } .s_banner { width: 100%; position: relative; } .s_banner .w_2_1 { width: 100%; height: 500px; position: relative; z-index: -1; overflow: hidden; } .s_banner .w_2_2 { overflow: hidden; display: none; } @keyframes myfirst { 0% { transform: translate(0px, 0px); } 50% { transform: translate(0px, -10px); } 100% { transform: translate(0px, 0px); } } /* .slick-active .w_0100_2 .w_2_1{animation:myfd 10s;-webkit-animation:myfd 10s; } *//*transform:scale(1.2); -webkit-transform:scale(1.2);*/ @keyframes myfd { 0% { transform: scale(1.2); -webkit-transform: scale(1.2); } 100% { transform: scale(1); -webkit-transform: scale(1); } } .slide_banner .slick-dots { bottom: 30px; overflow: hidden; width: 100%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); text-align: center; } .slide_banner .slick-dots li { display: inline-block; vertical-align: top; width: 30px; height: 30px; margin: 0 8px 0px 8px; position: relative; border-bottom: 2px solid rgba(255, 255, 255, 0.4); } .slick-dots li button { display: none; } .slide_banner .slick-dots li.slick-active { border-bottom: 2px solid rgba(255, 255, 255, 1); } .ban_info { width: 1200px; left: 58%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); overflow: hidden; position: absolute; color: #FFF; line-height: 1.4; z-index: 10; } .ban_info big , .ban_info p{ display: block; font-size: 28px; font-family: 'AvertaStd'; opacity: 100; color: #fff; float: left; box-sizing: border-box; width: 100%; } .ban_info .more { display: block; font-size: 18px; height: 50px; line-height: 50px; padding: 0px 25px; box-sizing: border-box; float: left; background: linear-gradient(right, #2aaf53, #1ba49f); background: -moz-linear-gradient(right, #2aaf53, #1ba49f); background: -webkit-linear-gradient(left, #2aaf53, #1ba49f); background: -o-linear-gradient(right, #2aaf53, #1ba49f); margin-top: 300px; width: 200px; border-top-left-radius: 10px; border-top-right-radius: 8px; border-bottom-left-radius: 10px; border-bottom-right-radius: 41px; position: relative; opacity: 0; } .ban_info .more span { position: relative; z-index: 2; } .ban_info .more:before { position: absolute; content: ""; right: 32px; width: 6px; height: 2px; background: #FFF; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .ban_info .more:after { position: absolute; content: ""; left: 0px; top: 0px; z-index: 1; background: rgba(0, 0, 0, 0.15); width: 0px; height: 100%; transition: all 0.5s; -webkit-transition: all 0.5s; border-top-left-radius: 10px; border-top-right-radius: 8px; border-bottom-left-radius: 10px; border-bottom-right-radius: 41px; } .ban_info .more:hover:after { width: 100%; } .slide_banner .slick-slide.slick-current .ban_info big { -webkit-animation: fadeInUp 1s 0.5s both; -moz-animation: fadeInUp 1s 0.5s both; animation: fadeInUp 1s 0.5s both; opacity: 1; } .slide_banner .slick-slide.slick-current .more { -webkit-animation: fadeInUp 1s 1.5s both; -moz-animation: fadeInUp 1s 1.5s both; animation: fadeInUp 1s 1.5s both; opacity: 1; } .mobile_subnav { width: 100%; margin: 0px auto; display: none; margin-top: 15px; } .t_ntop_1 { height: 40px; line-height: 40px; padding: 0px 14px; border: 1px solid #2aaf53; font-size: 14px; color: #2aaf53; border-radius: 3px; background: url(../images/ico91.png) no-repeat 97% center; margin-left: auto; margin-right: auto; } .pz_SideLayer { width: 100%; margin-top: 5px; margin-bottom: 20px; margin-left: auto; margin-right: auto; background: rgba(255, 255, 255, 0.8); overflow: hidden; display: none; } .pz_SideLayer .l1 { width: 100%; margin-top: 1px; display: block; } .pz_SideLayer .l1 a { height: 50px; line-height: 50px; color: #242424; font-size: 14px; background: #f4f4f4 url(../images/main22.png) right center no-repeat; display: block; } .pz_SideLayer .l1 a span { margin-left: 14px; } .pz_SideLayer .l1 a:hover, .pz_SideLayer .l1.hover a { background: #e3e3e3 url(../images/main23.png) right center no-repeat; color: #0a42a0; width: 100%; } .wmobile_subnav { width: 100%; margin: 0px auto; display: none; } .wt_ntop_1 { height: 40px; line-height: 40px; padding: 0px 14px; border: 1px solid #fff; font-size: 14px; color: #fff; border-radius: 3px; background: url(../images/ico66.png) no-repeat 97% center; margin-left: auto; margin-right: auto; } .wpz_SideLayer { width: 100%; margin-top: 5px; margin-bottom: 20px; margin-left: auto; margin-right: auto; background: rgba(255, 255, 255, 0.8); overflow: hidden; display: none; } .wpz_SideLayer .l1 { width: 100%; margin-top: 1px; display: block; } .wpz_SideLayer .l1 a { height: 50px; line-height: 50px; color: #242424; font-size: 14px; background: #f4f4f4 url(../images/main22.png) right center no-repeat; display: block; } .wpz_SideLayer .l1 a span { margin-left: 14px; } .wpz_SideLayer .l1 a:hover, .pz_SideLayer .l1.hover a { background: #e3e3e3 url(../images/main23.png) right center no-repeat; color: #999; width: 100%; } .imglist { margin-top: -30px; margin-right: -30px; overflow: hidden; } .imglist li { float: left; } .imglist li a { margin-right: 30px; margin-top: 30px; position: relative; color: #fff; overflow: hidden; display: block; transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s; } /*手机网站头部*/ .h_right_ico .cont .lang { display: inline-block; margin-left: 45px; background: url(../images/ico50.png) right center no-repeat; position: relative; padding-right: 10px; line-height: 20px; color: #FFF; cursor: pointer; } .h_right_ico .cont .lang a { color: #FFF; } .h_right_ico .cont .topsearch { display: inline-block; margin-left: 30px; float: right; } .h_right_ico .cont .topsearch img { transition: all 2s; -webkit-transition: all 2s; } .h_right_ico .cont .topsearch:hover img { transform: scale(1.2); -webkit-transform: scale(1.2); } .phhead { width: 100%; position: fixed; left: 0; top: 0; z-index: 210; display: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .phheadon { background-color: #32B53F; color: white; } .pcontainer { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; position: relative; } .phhead .logo { width: 80px; position: relative; padding: 20px 0px; } .mphhead .logo .img1 { display: none; } .phheadon .logo .img1 { display: block; } .phheadon .logo .img2 { display: none; } .m_search { position: absolute; left: 15px; top: 50%; margin-top: -12.5px; cursor: pointer; width: 25px; } .phonemeng { width: 100%; z-index: 196; height: 68px; } .phhead .pcontainer .h_right_ico { margin-left: 0px; height: auto; position: absolute; float: none; margin-top: 0px; right: 30px; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } .phhead .pcontainer .h_right_ico .cont .lang { margin-left: 0px; border-left: 0px; } .mphhead .pcontainer .h_right_ico .cont .lang a { color: #333; } .phheadon .pcontainer .h_right_ico .cont .lang a { color: #fff; } .mphhead .pcontainer .h_right_ico .cont .topsearch .img1 { display: none; } .phheadon .pcontainer .h_right_ico .cont .topsearch .img1 { display: block; } .phheadon .pcontainer .h_right_ico .cont .topsearch .img2 { display: none; } .phhead .pcontainer .h_right_ico .cont { border-left: 0px; min-width: 60px; } .menuph { position: absolute; top: 50%; margin-top: -25px; right: 10px; cursor: pointer; width: 50px; height: 50px; text-align: center; } .menuph .point { display: inline-block; width: 30px; height: 30px; margin-top: 15px; position: relative; } .menuph .point:hover .navbtn, .menuph .point:hover .navbtn::after, .menuph .point:hover .navbtn::before { width: 30px; } .menuph .navbtn { position: absolute; top: 8px; right: 0; display: inline-block; width: 30px; height: 2px; -webkit-transition: all .3s ease-out 0s; -moz-transition: all .3s ease-out 0s; -ms-transition: all .3s ease-out 0s; -o-transition: all .3s ease-out 0s; transition: all .3s ease-out 0s; background: #FFF; } .mphhead .menuph .navbtn { background: #333; } .phheadon .menuph .navbtn { background: #fff; } .menuph .navbtn::after, .menuph .navbtn::before { position: absolute; right: 0; display: inline-block; width: 30px; height: 2px; content: ''; -webkit-transition: all .3s ease-out 0s; -moz-transition: all .3s ease-out 0s; -ms-transition: all .3s ease-out 0s; -o-transition: all .3s ease-out 0s; transition: all .3s ease-out 0s; background: #FFF; } .mphhead .menuph .navbtn::after, .mphhead .menuph .navbtn::before { background: #333; } .phheadon .menuph .navbtn::after, .phheadon .menuph .navbtn::before { background: #fff; } .menuph .navbtn::after { top: -11px; } .menuph .navbtn::before { top: 10px; } .menuph .point.active .navbtn { background: transparent; } .menuph .point.active .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; } .menuph .point.active .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; } .xialaph { top: 68px; left: 0; width: 100%; background: rgba(42, 175, 83, 0.6); z-index: 998; display: none; position: fixed; } .xialaph .img_d { display: none; } .xialaph .ul2, .xialaph .ul3 { display: none; } .xialaph h4 a { color: #fff; font-size: 14px; font-weight: bold; line-height: 50px; } .xialaph h4 a.nolinks { display: block; } .xialaph h4 a em { font-style: normal; display: block; } .xialaph h4 a em.en { font-family: Arial; text-transform: uppercase; } .xialaph h4 a em.cn { display: none; color: #cba15a; } .xialaph h4 a:hover { color: #ccc; } .xialaph h4 a:hover em.en { display: none; } .xialaph h4 a:hover em.cn { display: block; } .xialaph h4 { position: relative; } .xialaph li:last-child h4::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 0px; background-color: rgba(255, 255, 255, 0.5); /*opacity: 0.1;*/ } .xialaph h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: rgba(255, 255, 255, 0.5); /*opacity: 0.1;*/ } .xialaph h5 a { color: #FFF; font-size: 14px; line-height: 50px; display: block; padding-left: 30px; } .xialaph h5 { position: relative; } .xialaph h5::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: rgba(255, 255, 255, 0.5); /*opacity: 0.05;*/ } /* .xialaph .ul2 li:last-child h5::after{height:0px;} */ .xialaph h4 img { width: 15px; height: 8px; float: right; margin-top: 21px; cursor: pointer; margin-right: 15px; } .xialaph h5 img { width: 11px; height: 6px; float: right; margin-top: 26px; margin-right: 18px; cursor: pointer; } .xialaph h4.active img.img_s, .xialaph h5.active img.img_s { display: none; } .xialaph h4.active img.img_d, .xialaph h5.active img.img_d { display: block; } /* .xialaph h4.active {border-bottom: 1px solid rgba(255,255,255,0.5);} */ .xialaph .ul2 { width: 100%; margin: 0px auto; overflow-x: hidden; } .xialaph .ul3 { padding-top: 12px; padding-bottom: 18px; padding-left: 15px; position: relative; } .xialaph .ul3::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e5e5e5; } .xialaph li:last-child .ul3::after { display: none; } .xialaph .ul3 li a { color: #666; font-size: 14px; line-height: 35px; display: block; } .xialaph .ul3 li { padding-top: 5px; } .xialaph .ul3 li:first-child { padding-top: 0; } .xialaph .h_w_top { text-align: center; line-height: 50px; } .xialaph .lang { width: 80%; margin: 15px auto; overflow: hidden; } .xialaph .lang a { display: block; line-height: 30px; width: 47%; transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; float: left; border-radius: 3px; font-family: microsoft Yahei; color: #FFF; text-align: center; margin-right: 1.5%; margin-left: 1.5%; background: rgba(255, 255, 255, 0.5); } .xialaph .lang a:hover, .xialaph .lang a.on { background: #cba15a; color: #FFF; } .xialaph .lang a.on { background: #cba15a; color: #FFF; } .xialaph .lang a:last-child { font-family: Arial; text-transform: uppercase; } .careersbg { width: 100%; height: 135px; background: url(../images/careersbg.jpg) center/cover no-repeat; } .head { position: absolute; top: 0px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 100%; z-index: 100; border-bottom: 1px solid rgba(255, 255, 255, 0.3); transition: all 0.6s; -webkit-transition: all 0.6s; /*background-color: #32B53F;*/ background-color: transparent; opacity: 0.8; height: 90px; box-sizing: border-box; color: #fff; width: 90%; } .head:hover{ /*background-color: #32B53F;*/ /*color: white;*/ } .careersbg .head { border-bottom: 0px; } .headon { position: fixed; /*background-color: #32B53F;*/ background-color: white; width: 100%; } .head .logo { width: 190px; float: left; padding: 10px 0px; height: 80px; } .head .show { display: block; width: 80%; } .head .hid { display: none; width: 80%; color: #555; } .headon .show { display: none; width: 80%; } .headon .hid { display: block; width: 80%; } .head .head_right { display: inline-block; float: left; padding-left: 20px; position: relative; width: calc(100% - 260px); } .head .head_right .ico { position: absolute; display: inline-block; right: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .head .head_right .ico em { dispaly: block; float: left; cursor: pointer; font-style: normal; } .head .head_right .ico .pcmenu { width: 19px; margin-right: 18px; margin-top: 2px; color: #fff; } .head .head_right .ico .pcmenu .menubox { width: 120px; position: absolute; right: 60px; top: 30px; background: #FFF; box-shadow: 0px 0px 5px #ccc; box-sizing: border-box; padding: 0px 20px; display: none; } .head .head_right .ico .pcmenu .menubox:before { position: absolute; content: ""; width: 100%; top: -30px; height: 30px; } .head .head_right .ico .pcmenu .menubox:after { position: absolute; content: ""; right: 18px; top: -8px; background: url(../images/ico5.png) center center no-repeat; width: 12px; height: 10px; } .head .head_right .ico .pcmenu .menubox ul { margin: 10px auto; } .head .head_right .ico .pcmenu .menubox ul li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); line-height: 20px; } .head .head_right .ico .pcmenu .menubox ul li:last-child { border-bottom: 0px; } .head .head_right .ico .pcmenu .menubox ul li a { display: block; color: #333; padding: 10px 0px; } .head .head_right .ico .pcmenu .menubox ul li a:hover { color: #197e38; } .head .head_right .ico .search { width: 21px; margin-right: 16px; margin-top: 0px; } .head .head_right .ico .lang { /*width: 22px;*/ width: 68px; margin-right: 0px; } #nav { float: left; margin-right: 130px; } #nav li { line-height: 90px; height: 90px; color: #333; text-align: center; position: relative; float: left; padding: 0px 10px; } #nav li .aon a { display: block; color: rgba(255, 255, 255, 1); text-align: center; transition: all 0.5s; -webkit-transition: all 0.5s; position: relative; font-size: 16px; margin-right: 25px; font-weight: bold; } .headon #nav li .aon a { color: #555; } #nav li:last-child .aon a { margin-right: 0px; } #nav li .aon a:hover, #nav li .aon .sele { font-weight: bold; } #nav li .aon a:after { position: absolute; content: ""; bottom: -1px; left: 0px; height: 2px; width: 0px; background: rgba(255, 255, 255, 1); transition: all 0.8s; -webkit-transition: all 0.8s; } .headon #nav li .aon a:after { background: #2aaf53; } #nav li .aon a:hover:after, #nav li .aon .sele:after { width: 100%; } #nav li .subnav { position: absolute; top: 90px; display: none; z-index: 20; background-color: #0a0a0a; width: 130%; } #nav li .subnav dd { line-height: 40px; color: #fff; } #nav li .subnav dd a { color: #fff; display: block; font-size: 14px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; text-align: center; padding: 5px 5px; } #nav li .subnav dd a:hover { color: #FFF; background: rgba(42, 175, 83, 1) } #nav li .aon a:hover .subnav { display: block; } .h_classname { font-size: 48px; font-family: "AvertaStd"; color: #555; } .h_about { padding: 10px 75px; position: relative; overflow: hidden; } .h_about:after { width: calc((100% - 1200px) / 2 + 258px); content: ""; right: 0px; top: 0px; height: 100%; position: absolute; } .h_about .pic { float: left; width: calc((100% - 1200px) / 2 + 540px); position: relative; } .h_about .pic img{ width: 100%; } .h_about .pic .play { position: absolute; width: 90px; height: 90px; display: block; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); background: url(../images/ico6.png) center/cover no-repeat; z-index: 50; display: none; } .h_about .pic img { border-top-right-radius: 95px; border-bottom-right-radius: 380px; } .h_about .cont { width: 1200px; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); height: 100%; bottom: 0px; z-index: 20; } .h_about .cont .txt { position: absolute; width: 580px; right: 40px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); text-align: right; font-size: 18px; color: #555; } .h_about .cont .txt .logo { width: 100%; margin-bottom: 65px; } .h_about .cont .txt .logo img { max-width: 100%; width: auto; display: inline-block; } .h_about .cont .txt .h_classname { text-align: right; margin-bottom: 40px; } .h_about .cont .txt h3 { font-size: 28px; line-height: 40px; text-indent: 4em; } .h_about .cont .txt .more { display: block; font-size: 18px; height: 50px; line-height: 50px; padding: 0px 25px; box-sizing: border-box; float: right; background: linear-gradient(right, #2aaf53, #1ba49f); background: -moz-linear-gradient(right, #2aaf53, #1ba49f); background: -webkit-linear-gradient(left, #2aaf53, #1ba49f); background: -o-linear-gradient(right, #2aaf53, #1ba49f); margin-top: 20px; width: 180px; border-top-left-radius: 10px; border-top-right-radius: 8px; border-bottom-left-radius: 41px; border-bottom-right-radius: 10px; position: relative; } .h_about .cont .txt .more span { position: relative; z-index: 2; } .h_about .cont .txt .more:before { position: absolute; content: ""; left: 32px; width: 6px; height: 2px; background: #FFF; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .h_about .cont .txt .more:after { position: absolute; content: ""; right: 0px; top: 0px; z-index: 1; background: rgba(0, 0, 0, 0.15); width: 0px; height: 100%; transition: all 0.5s; -webkit-transition: all 0.5s; border-top-left-radius: 10px; border-top-right-radius: 8px; border-bottom-left-radius: 41px; border-bottom-right-radius: 10px; } .h_about .cont .txt .more:hover:after { width: 100%; } .h_service { padding: 37px 0px 85px 0px; border-bottom: 1px solid #e0e3e5; } .h_servicebox { margin-top: -48px; padding-top: 104px; } .h_servicebox li a { display: block; position: relative; } .h_servicebox li a .pic { width: 100%; } .h_servicebox li a .pic img { border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; border-bottom-right-radius: 75px; } .h_servicebox li a .tit { position: absolute; bottom: 0px; border-bottom-left-radius: 20px; border-bottom-right-radius: 110px; height: 70px; width: 100%; background: rgba(0, 0, 0, 0.4); transition: all 0.5s; -webkit-transition: all 0.5s; } .h_servicebox li a:hover .tit { background: rgba(42, 175, 83, 0.5); } .h_servicebox li a .tit span { position: absolute; width: 80%; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size: 20px; color: #FFF; font-family: "AvertaStd"; line-height: 30px; display: block; padding-left: 13px; } .h_servicebox .owl-dots { position: absolute; top: -85px; height: 10px; width: 100%; display: inline-block; text-align: right; z-index: 12; width: 50%; right: 0px; } .h_servicebox .owl-dots .owl-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(42, 175, 83, 0.4); margin-left: 20px; margin-right: 0px; border: 0px solid rgba(42, 175, 83, 0.4); display: inline-block; } .h_servicebox .owl-dots .owl-dot.active { width: 6px; height: 6px; background: #FFF; border: 2px solid rgba(42, 175, 83, 1); } .h_team { padding: 80px 75px 75px 75px; overflow: hidden; position: relative; } .h_team .pic { float: right; width: calc((100% - 1200px) / 2 + 660px); } .h_team .pic img { border-top-left-radius: 95px; border-bottom-left-radius: 380px; } .h_team .cont { position: absolute; /*width: 1200px;*/ height: 100%; top: 0px; /*left: 50%;*/ left: 95px; transform: translateX(-50%); -webkit-transform: translateX(-50%); } .h_team .cont .txt { width: 450px; position: absolute; top: 50%; left: 0px; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .h_team .cont .info { font-size: 28px; color: #555; line-height: 30px; margin-top: 30px; } .h_team .cont .more { display: block; font-size: 18px; height: 50px; line-height: 50px; padding: 0px 25px; box-sizing: border-box; float: left; background: linear-gradient(right, #2aaf53, #1ba49f); background: -moz-linear-gradient(right, #2aaf53, #1ba49f); background: -webkit-linear-gradient(left, #2aaf53, #1ba49f); background: -o-linear-gradient(right, #2aaf53, #1ba49f); margin-top: 70px; width: 200px; border-top-left-radius: 10px; border-top-right-radius: 8px; border-bottom-left-radius: 10px; border-bottom-right-radius: 41px; position: relative; } .h_team .cont .more span { position: relative; z-index: 2; } .h_team .cont .more:before { position: absolute; content: ""; right: 32px; width: 6px; height: 2px; background: #FFF; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .h_team .cont .more:after { position: absolute; content: ""; left: 0px; top: 0px; z-index: 1; background: rgba(0, 0, 0, 0.15); width: 0px; height: 100%; transition: all 0.5s; -webkit-transition: all 0.5s; border-top-left-radius: 10px; border-top-right-radius: 8px; border-bottom-left-radius: 10px; border-bottom-right-radius: 41px; } .h_team .cont .more:hover:after { width: 100%; } .h_news { background: url(../images/img6.jpg) center/cover no-repeat; } .h_news .g-wrap { min-height: 600px; padding-top: 110px; box-sizing: border-box; } .h_news .newsbox { width: 100%; position: relative; } .h_news .newsbox .hd { border-bottom: 1px solid #e0e3e5; margin-bottom: 40px; position: absolute; top: 0px; width: 100%; z-index: 2; } .h_news .newsbox .hd ul li { font-size: 48px; margin-right: 85px; padding: 0px 0px 25px 0px; float: left; cursor: pointer; transition: all 0.5s; -webkit-transition: all 0.5s; color: #555; } .h_news .newsbox .hd ul li:last-child { margin-right: 0px; } .h_news .newsbox .hd ul li:after { position: absolute; content: ""; width: 0px; height: 3px; background: #2aaf53; bottom: -2px; left: 0px; transition: all 0.5s; -webkit-transition: all 0.5s; } .h_news .newsbox .hd ul li:hover, .h_news .newsbox .hd ul li.on { color: #2aaf53; position: relative; } .h_news .newsbox .hd ul li:hover:after, .h_news .newsbox .hd ul li.on:after { width: 100%; } .newsbox .tempWrap{ width: 100% !important; } .h_news .newsbox .bd{ width: 100% !important; } .h_news .newsbox .bd ul { box-sizing: border-box; width: 100% !important; padding: 60px 50px 0px 50px!important; } .eventbox { position: relative; z-index: 3; width: 100%; } .h_news .newsbox .bd ul .eventbox ul { padding-top: 0px; } .eventbox ul{ width: 100%; display: flex; justify-content: space-between; } .eventbox li { background: #FFF; height: 300px; position: relative; width: 30%; } .eventbox li a { display: block; padding: 30px 25px; position: absolute; width: 100%; height: 100%; box-sizing: border-box; } .eventbox li a .txt { font-size: 22px; line-height: 35px; font-family: "Averta-Regular"; color: #555555; transition: all 0.5s; -webkit-transition: all 0.5s; } .eventbox li a:hover .txt { color: #2aaf53; } .eventbox li a .more { height: 50px; position: absolute; bottom: 35px; line-height: 50px; background: url(../images/line.png) bottom center repeat-x; color: #2aaf53; width: calc(100% - 70px); left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); font-weight: bold; } .eventbox li a .more:after { position: absolute; content: ""; right: 0px; top: 50%; width: 5px; height: 9px; background: url(../images/ico8.png) center center no-repeat; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .eventbox .owl-dots { position: absolute; top: -90px; height: 10px; width: 100%; display: inline-block; text-align: right; z-index: 12; width: 50%; right: 0px; } .eventbox .owl-dots .owl-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(42, 175, 83, 0.4); margin-left: 20px; margin-right: 0px; border: 0px solid rgba(42, 175, 83, 0.4); display: inline-block; } .eventbox .owl-dots .owl-dot.active { width: 6px; height: 6px; background: #FFF; border: 2px solid rgba(42, 175, 83, 1); } .footer { min-height: 280px; background-color: #32B53F; opacity: 0.8; } .footer .b_nav { padding: 35px 0px 0px 0px; border-bottom: 1px solid #209b71; margin-bottom: 20px; } .footer .b_nav a { font-size: 18px; font-family: "Averta-Regular"; color: #FFF; display: inline-block; padding: 8px 31px; width: 10%; } .footer .b_nav a:hover { color: rgba(255, 255, 255, 0.8); } .footer .bottom .h_contact { width: 50%; float: left; } .footer .bottom .h_contact li { padding-left: 27px; position: relative; line-height: 40px; font-size: 16px; color: rgba(255, 255, 255, 0.9); } .footer .bottom .h_contact li em { display: inline-block; position: absolute; top: 12px; left: 0px; } .footer .bottom .copyright { width: 50%; float: right; margin-top: 10px; } .footer .bottom .copyright .follow { text-align: right; font-size: 16px; line-height: 19px; color: #FFF; } .footer .bottom .copyright .follow a { display: inline-block; margin-left: 28px; position: relative; } .footer .bottom .copyright .follow a .ewmpic { width: 100px; height: 100px; position: absolute; left: -76px; top: -110px; display: none; } .footer .bottom .copyright .follow a .ewmpic .guanbi { width: 15px; top: -16px; right: -18px; position: absolute; } .footer .bottom .copyright .follow a img { transition: all 2s; -webkit-transition: all 2s; } .footer .bottom .copyright .follow a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); } .footer .bottom .copyright .txt { margin-top: 55px; line-height: 25px; font-size: 16px; color: #FFF; text-align: right; padding-right: 10px; } .footer .bottom .copyright .txt a { color: #fFF; padding: 0px 10px; position: relative; display: inline-block; } .footer .bottom .copyright .txt a:hover { color: rgba(255, 255, 255, 0.7); } .footer .bottom .copyright .txt a:last-child { padding-right: 0px; } .footer .bottom .copyright .txt a:after { position: absolute; content: ""; right: 0px; width: 1px; height: 10px; background: #FFF; top: 50%; margin-top: -5px; } .footer .bottom .copyright .txt a:last-child:after { width: 0px; } .s_nav { position: absolute; bottom: 0px; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 100%; text-align: center; left: 50%; font-size: 20px; } .s_nav a { padding: 0px 55px; margin: 0px 15px; background: rgba(0, 0, 0, 0.35); border-top-left-radius: 9px; border-top-right-radius: 48px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; height: 56px; line-height: 56px; display: inline-block; position: relative; } .qmsnav a { padding: 0px 100px; } .pnav a { padding: 0px 30px; } .s_nav a span { position: relative; z-index: 2; } .s_nav a:after { position: absolute; content: ""; width: 0px; height: 100%; background: rgba(61, 182, 95, 0.9); top: 0px; left: 0px; transition: all 0.8s; -webkit-transition: all 0.8s; border-top-left-radius: 9px; border-top-right-radius: 48px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; z-index: 1; } .s_nav a:hover:after, .s_nav a.on:after { width: 100%; } .career_nav { margin: 60px 0px; font-size: 20px; } .career_nav a { padding: 0px 55px; margin-right: 30px; background: rgba(0, 0, 0, 0.35); border-top-left-radius: 9px; border-top-right-radius: 48px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; height: 56px; line-height: 56px; display: inline-block; position: relative; } .career_nav a span { position: relative; z-index: 2; } .career_nav a:after { position: absolute; content: ""; width: 0px; height: 100%; background: rgba(61, 182, 95, 0.9); top: 0px; left: 0px; transition: all 0.8s; -webkit-transition: all 0.8s; border-top-left-radius: 9px; border-top-right-radius: 48px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; z-index: 1; } .career_nav a:hover:after, .career_nav a.on:after { width: 100%; } .s_site { margin-top: 20px; padding: 10px 0px; line-height: 25px; padding-left: 35px; background: url(../images/ico18.png) left 13px no-repeat; color: #555; font-size: 18px; font-weight: bold; } .s_site a { color: #555; } .s_site a:hover { color: #3db65f; } .s_classname { font-size: 42px; font-family: "AvertaStd"; color: #555; } .s_about { color: #555; padding: 30px 0px 75px 0px; } .s_about .cont { margin-top: 35px; font-size: 18px; line-height: 35px; } .s_about .cont p { margin-bottom: 5px; } .s_about .cont a { color: #333; } .s_about .cont a:hover { color: rgba(42, 175, 83, 1); } .s_about .ehs { margin-top: 55px; min-height: 627px; position: relative; } .s_about .ehs img { display: none; } .s_about .imglist { margin-top: 20px; margin-right: -70px; } .s_about .imglist li { width: 25%; } .s_about .imglist li a { margin-right: 70px; cursor: auto; } .s_about .imglist li a .cir { width: 118px; height: 118px; border: 1px solid #2aaf53; border-radius: 50%; margin: 0px auto; position: relative; } .s_about .imglist li a .cir em { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } .s_about .imglist li a .cir em img { transition: all 0.5s; -webkit-transition: all 0.5s; } .s_about .imglist li a:hover .cir em img { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); } .s_about .imglist li a .cir em img { display: inline-block; max-width: 100%; width: auto; } .s_about .imglist li a .txt { margin-top: 30px; font-size: 18px; line-height: 30px; text-align: center; color: #555; } .s_about .ehs .info { position: absolute; top: 50%; left: 5%; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-size: 20px; line-height: 40px; width: 50%; color: #FFF; } .s_about .ehs .info .info1 { font-size: 18px; } .s_about .ehstxt { font-size: 14px; width: 100%; color: #333; display: none; line-height: 30px; margin-top: 15px; } .s_team { color: #555; padding: 30px 0px 75px 0px; font-size: 18px; font-family: 'Averta-Regular'; line-height: 35px; } .s_team .cont1 { padding: 60px 0px; } .s_team .cont1 .tit { font-size: 40px; font-family: "AvertaStd"; margin: 30px 0px; } .s_team .cont1 .itpic { margin-top: 45px; overflow: hidden; } .s_team .cont1 .itpic .imglist { margin-right: -80px; } .s_team .cont1 .itpic .imglist li { width: 50%; } .s_team .cont1 .itpic .imglist li .box { margin-right: 80px; margin-top: 30px; } .s_team .cont1 .ittxt { margin-top: 50px; } .s_team .cont1 .ittxt .imglist li { width: 33.33%; } .s_team .cont1 .ittxt .imglist li .box { margin-top: 30px; margin-right: 30px; } .s_team .cont1 .ittxt .imglist li .box .tit { font-size: 24px; line-height: 30px; } .s_team .cont1 .ittxt .imglist li .box .txt { margin-top: 28px; line-height: 35px; } .s_team .cont1 .ittxt .imglist li .box .txt p { position: relative; padding-left: 20px; } .s_team .cont1 .ittxt .imglist li .box .txt p:before { position: absolute; content: ""; width: 4px; height: 4px; border-radius: 50%; background: #555; top: 14px; left: 0px; } .s_team .cont2 { background: #f8f8f8; padding: 75px 0px; } .s_team .cont2 .tit { font-size: 40px; font-family: "AvertaStd"; margin-bottom: 30px; } .s_team .cont2 p { padding: 3px 0px; } .s_team .cont2 h2 { font-size: 24px; margin: 10px 0px; font-weight: bold; } .s_team .cont3 { padding: 75px 0px 0px 0px; } .s_team .cont3 .tit { font-size: 40px; font-family: "AvertaStd"; margin-bottom: 30px; } .s_team .cont3 p { padding: 3px 0px; } .s_team .cont3 .imglist { margin-right: -80px; margin-top: 20px; } .s_team .cont3 .imglist li { width: 50%; } .s_team .cont3 .imglist li .box { margin-right: 80px; margin-top: 30px; } .s_history { padding-top: 30px; } .s_history .cont { background: #f8f8f8; padding: 125px 0px 150px 0px; margin-top: 50px; } .s_history .cont .historylist { position: relative; min-height: 300px; width: 80%; margin: 0px auto; } .s_history .cont .historylist:after { position: absolute; content: ""; top: 90px; left: 50%; width: 1px; height: calc(100% - 180px); background: #e5e5e6; } .s_history .cont .historylist li { overflow: hidden; margin-bottom: 80px; list-style: none; position: relative; } .s_history .cont .historylist li:last-child { margin-bottom: 0px; } .s_history .cont .historylist li:after { position: absolute; content: ""; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 16px; height: 16px; border-radius: 50%; background: #3db65f; z-index: 3; } .s_history .cont .historylist li .img { width: 50%; float: right; } .s_history .cont .historylist li.on .img { float: left; } .s_history .cont .historylist li .img .pic { padding: 4px; border-radius: 50%; border: 1px solid #2aaf53; float: left; margin-left: 90px; } .s_history .cont .historylist li.on .img .pic { float: right; margin-left: 0px; margin-right: 90px; } .s_history .cont .historylist li .img .pic img { border-radius: 50%; } .s_history .cont .historylist li .cont1 { width: calc(50% - 90px); position: absolute; height: 100%; left: 0px; } .s_history .cont .historylist li.on .cont1 { left: auto; right: 0px; } .s_history .cont .historylist li .cont1 .txt { position: absolute; left: 0px; top: 57%; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-size: 18px; line-height: 38px; color: #555555; width: 100%; } .s_history .cont .historylist li .cont1 .black { color: #ccc; } .s_history .cont .historylist li .cont1 .txt .info { display: inline-block; float: left; line-height: 30px; } .s_history .cont .historylist li.on .cont1 .txt .info { float: right; } .s_history .cont .historylist li .cont1 .txt .times { font-size: 24px; display: inline-block; text-align: left; float: right; } .s_history .cont .historylist li.on .cont1 .txt .times { float: left; } .s_history .cont .historylist li .cont1 .txt .times span { font-size: 48px; font-family: "AvertaStd"; display: block; } .s_qms { padding-top: 30px; color: #555; } .s_qms.black { background: #F8F8F8; } .s_qms .cont { padding: 50px 0px 110px 0px; font-size: 18px; line-height: 35px; } .s_qms .cont h2 { font-size: 38px; font-family: "AvertaStd"; margin-bottom: 20px; } .s_qms .cont .imglist { margin-right: -25px; margin-top: 20px; } .s_qms .cont .imglist li { width: 33.33%; } .s_qms .cont .imglist li a { margin-right: 25px; margin-top: 20px; height: 80px; position: relative; background: #FFF; cursor: auto; } .s_qms .cont .imglist li a .txt { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); padding-left: 25px; width: 85%; color: #555; box-sizing: border-box; line-height: 25px; } .s_qms .cont .imglist li a .txt:before { position: absolute; top: 8px; left: 0px; content: ""; width: 6px; height: 7px; background: url(../images/ico19.png) left center no-repeat; } .s_qms .cont1 { padding: 100px 0px; background: #f8f8f8; } .s_qms .cont1 h2 { font-size: 34px; font-family: "AvertaStd"; margin-bottom: 65px; } .s_qms .cont1 .imglist { margin-right: -60px; } .s_qms .cont1 .imglist li { width: 33.33%; } .s_qms .cont1 .imglist li a { margin-right: 60px; cursor: auto; } .s_qms .cont1 .imglist li a .img { overflow: hidden; } .s_qms .cont1 .imglist li a .img img { transition: all 2s; -webkit-transition: all 2s; } .s_qms .cont1 .imglist li a:hover .img img { transform: scale(1.1); -webkit-transform: sclae(1.1); } .s_qms .cont1 .imglist li a .txt { margin-top: 25px; line-height: 30px; font-size: 18px; color: #555; } .s_news { /*padding: 30px 0px 85px 0px;*/ } .s_news .n_search { margin: 60px 0px 40px 0px; } .s_news .n_search li { width: 41%; float: left; border: 1px solid #e7e7e7; padding: 0px 18px; line-height: 45px; box-sizing: border-box; float: left; color: #999999; position: relative; border-radius: 3px; } .s_news .n_search li:first-child { margin-right: 3%; } .s_news .n_search li em { display: block; width: 11px; height: 7px; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); cursor: pointer; } .s_news .n_search li:last-child { width: 13%; float: right; margin-right: 0px; border: 0px; } .s_news .n_search li .int { width: 100%; height: 45px; line-height: 45px; color: #999; border: 0px; background: transparent; } .s_news .n_search li .int::-webkit-input-placeholder { color: #999; } .s_news .n_search li .int::-moz-placeholder { color: #999; } .s_news .n_search li .int::-ms-input-placeholder { color: #999; } .s_news .n_search li .btn { width: 100%; height: 45px; border-radius: 3px; background: url(../images/ico24.png) #3db65f center center no-repeat; border: 0px; } .s_news .n_search li .timeslist { position: absolute; top: 46px; left: 0px; box-shadow: 0px 0px 3px #ccc; width: 100%; background: #FFF; padding: 10px 20px; box-sizing: border-box; z-index: 10; display: none; } .s_news .n_search li .timeslist dd { line-height: 40px; border-bottom: 1px dashed #e7e7e7; cursor: pointer; font-size: 16px; } .s_news .n_search li .timeslist dd:last-child { border-bottom: 0px; } .s_news .newslist li a { display: block!important; padding: 0px 0px 10px 0px; margin-bottom: 10px; border-bottom: 1px solid #e7e7e7; color: #555 !important; font-size: 18px; line-height: 30px; position: relative; } .s_news .newslist li a:after { position: absolute; content: ""; bottom: -1px; height: 2px; width: 0px; left: 0px; background: linear-gradient(right, #2aaf53, #1ba49f); background: -moz-linear-gradient(right, #2aaf53, #1ba49f); background: -webkit-linear-gradient(left, #2aaf53, #1ba49f); background: -o-linear-gradient(right, #2aaf53, #1ba49f); transition: all 1s; -webkit-transition: all 1s; } .s_news .newslist li a:hover:after { width: 100%; } .s_news .newslist li a span { font-size: 30px; line-height: 40px; margin-bottom: 25px; display: block; font-weight: bold; } .s_news .newslist li a:hover span { color: #2aaf53; } .s_news .newslist li a .times { line-height: 30px; margin-top: 18px; padding-left: 28px; box-sizing: border-box; color: #999; background: url('/public/home/images/ico21.png') left center no-repeat; position: relative; } .s_news .newslist li a:hover .times { background: url('/public/home/images/ico22.png') left center no-repeat; color: #2aaf53; } .s_news .newslist li a .times:after { position: absolute; content: ""; right: 0px; width: 6px; height: 12px; top: 50%; margin-top: -6px; background: url('/public/home/images/ico20.png') right center no-repeat; display: none; } .s_news .newslist li a:hover .times:after { display: block; } .newscont { margin-top: 30px; color: #555; font-size: 18px; line-height: 35px; } .newscont .newstit { font-size: 32px; line-height: 40px; text-align: center; font-weight: bold; } .newscont .times { color: #666; text-align: center; margin: 30px 0px; } .newscont .neturl { display: block; padding-left: 40px; position: relative; color: #333; } .newscont .neturl:hover { color: #2AAF53; } .newscont .neturl em { diplay: block; width: 25px; position: absolute; left: 0px; top: 50%; margin-top: -10px; } .newscont p { margin-bottom: 10px; } .newscont a { color: #333; } .newscont a:hover { color: #2AAF53; } .npage { padding-top: 30px; border-top: 1px dashed #ccc; } .npage a { color: #555; display: block; } .npage a:hover, .npage a span { color: #2aaf53; } .pages { margin-top: 80px; text-align: center; font-size: 18px; } .pages a { display: inline-block; padding: 0px 18px; height: 45px; line-height: 45px; border: 1px solid #e0e3e4; color: #555; margin: 0px 5px; border-radius: 3px; } .pages a:hover, .pages a.on { background: #2aaf53; border: 1px solid #2aaf53; color: #FFF; } .pages .mpage { display: inline-block; } .s_contact { padding: 30px 0px 95px 0px; } .s_contact .clist { /*width: 80%;*/ width: 100%; margin: 0px auto 0px auto; padding: 90px 0px 40px 0px; } .s_contact .clist .imglist { margin-right: -150px; } .s_contact .clist .imglist li { width: 33.33%; } .s_contact .clist .imglist li .box { margin-top: 30px; margin-right: 150px; line-height: 30px; color: #555; text-align: center; } .s_contact .clist .imglist li .box a { color: #555; margin: 0px; } .s_contact .clist .imglist li .box .img { text-align: center; } .s_contact .clist .imglist li .box .img img { display: inline-block; max-width: 100%; width: auto; } .s_contact .clist .imglist li .box h2 { font-size: 26px; margin-top: 20px; } .s_contact .clist .imglist li .box h3 { font-size: 16px; margin-top: 15px; } .s_contact .map { width: 100%; min-height: 550px; } .s_resources { padding: 30px 0px 95px 0px; } .s_resources1 { padding: 30px 0px 0px 0px; } .s_resources .brochures { margin-top: 55px; } .s_resources .brochures .imglist { margin-top: -70px; margin-right: -105px; } .s_resources .brochures .imglist li { width: 33.33%; } .s_resources .brochures .imglist li a { margin-top: 70px; margin-right: 105px; } .s_resources .brochures .imglist li a .img { background: #f8f8f8; position: relative; } .s_resources .brochures .imglist li a .img img { display: block; } .s_resources .brochures .imglist li a .img em { overflow: hidden; position: absolute; display: block; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); text-align: center; } .s_resources .brochures .imglist li a .img em img { transition: all 2s; -webkit-transition: all 2s; max-width: 100%; width: auto; display: inline; } .s_resources .brochures .imglist li a:hover .img em img { transform: scale(1.1); -webkit-transform: scale(1.1); } .s_resources .brochures .imglist li a .txt { padding: 20px 30px 10px 30px; border: 1px solid #ececec; color: #555555; line-height: 30px; } .s_resources .brochures .imglist li a .txt span { display: block; font-size: 18px; } .s_resources .brochures .imglist li a:hover .txt span { color: #2aaf53; } .s_resources .brochures .imglist li a .txt .more { color: #2aaf53; padding-right: 40px; display: inline-block; background: url(../images/ico28.png) right center no-repeat; font-size: 16px; } @media screen and (max-width: 991px) { .s_resources { padding: 30px 0px 65px 0px; } .s_resources .brochures .imglist { margin-top: -30px; margin-right: -55px; } .s_resources .brochures .imglist li a { margin-top: 30px; margin-right: 55px; } .s_resources .brochures .imglist li a .txt span { font-size: 16px; } } @media screen and (max-width: 768px) { .s_resources .brochures .imglist { margin-top: -30px; margin-right: -15px; } .s_resources .brochures .imglist li a { margin-top: 30px; margin-right: 15px; } } @media screen and (max-width: 640px) { .s_resources { padding: 30px 0px 45px 0px; } .s_resources .brochures { margin-top: 30px; } .s_resources .brochures .imglist { margin-top: -30px; margin-right: -15px; } .s_resources .brochures .imglist li { width: 50%; } .s_resources .brochures .imglist li a { margin-top: 30px; margin-right: 15px; } .s_resources .brochures .imglist li a .txt { padding: 10px 15px; } .s_resources .brochures .imglist li a .txt span { font-size: 14px; } .s_resources .brochures .imglist li a .txt .more { font-size: 14px; } } .s_resources .regulations { padding: 45px 0px; background: #f8f8f8; min-height: 300px; margin-top: 45px; } .s_resources .regulations .part { margin-bottom: 40px; } .s_resources .regulations .part:last-child { margin-bottom: 0px; } .s_resources .regulations .part h2 { font-size: 38px; margin-bottom: 45px; font-family: "AvertaStd"; color: #555; } .s_resources .regulations .part .imglist { margin-right: -27px; margin-top: -20px; } .s_resources .regulations .part .imglist li { width: 33.33%; } .s_resources .regulations .part .imglist li a { margin-right: 27px; margin-top: 20px; } .s_resources .regulations .part .imglist li a .img { height: 150px; border: 1px solid #FFF; position: relative; background: #FFF; transition: all 0.5s; -webkit-transition: all 0.5s; } .s_resources .regulations .part .imglist li a:hover .img { border: 1px solid #2aaf53; } .s_resources .regulations .part .imglist li a .img em { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 90%; text-align: center; } .s_resources .regulations .part .imglist li a .img em img { display: inline-block; max-width: 100%; width: auto; transition: all 2s; -webkit-transition: all 2s; } .s_resources .regulations .part .imglist li a:hover .img em img { transform: scale(1.1); -webkit-transform: scale(1.1); } .s_resources .regulations .part .imglist li a .txt { font-size: 16px; line-height: 25px; color: #555; text-align: center; margin-top: 15px; } @media screen and (max-width: 991px) { .s_resources .regulations .part h2 { font-size: 30px; margin-bottom: 30px; } } @media screen and (max-width: 640px) { .s_resources .regulations { margin-top: 25px; } .s_resources .regulations .part h2 { font-size: 24px; margin-bottom: 20px; } .s_resources .regulations .part .imglist li { width: 50%; } .s_resources .regulations .part .imglist li a .txt { font-size: 14px; } } @media screen and (max-width: 480px) { .s_resources .regulations .part h2 { font-size: 18px; } .s_resources .regulations .part .imglist li { width: 100%; } } .s_resources .s_video { padding: 60px 0px; } .s_resources .s_video .v_cont { position: relative; } .s_resources .s_video .v_cont .pic { position: relative; } .s_resources .s_video .v_cont .pic .play { width: 70px; height: 70px; background: url(../images/ico29.png) center/cover no-repeat; position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); cursor: pointer; } .s_resources .s_video .v_cont .pic .txt { position: absolute; bottom: 0px; height: 105px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background: rgba(0, 0, 0, 0.25); width: 100%; } .s_resources .s_video .v_cont .pic .txt span { display: block; width: 90%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size: 30px; color: #FFF; font-weight: bold; } .s_resources .s_video .v_cont .video { display: none; } .s_resources .s_video .v_cont video { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; background: #000; } .s_resources .s_video .imglist { margin-top: 0px; margin-right: -27px; } .s_resources .s_video .imglist li { width: 25%; } .s_resources .s_video .imglist li a { margin-right: 27px; } .s_resources .s_video .imglist li a .img { position: relative; overflow: hidden; } .s_resources .s_video .imglist li a .img:after { position: absolute; content: ""; width: 50px; height: 50px; background: url(../images/ico29.png) center/cover no-repeat; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } .s_resources .s_video .imglist li a .img img { transition: all 2s; -webkit-transition: all 2s; border-radius: 3px; } .s_resources .s_video .imglist li a:hover .img img { transform: scale(1.1); -webkit-transform: scale(1.1); } .s_resources .s_video .imglist li a .txt { line-height: 25px; color: #666; margin-top: 15px; } .s_resources .s_video .imglist li a:hover .txt { color: #4ab768; } .s_process { padding: 30px 0px 0px 0px; } .process { padding: 80px 0px; margin-top: 45px; background: #f8f8f8; } .process .cont { background: #FFF; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 120px; min-height: 300px; padding: 55px 80px; border: 1px solid #eee; overflow: hidden; } .process .cont .pic { width: 427px; float: left; } .process .cont .txt { width: 51%; float: right; padding-top: 80px; font-size: 18px; color: #555; line-height: 35px; } .process .cont .txt h2 { font-size: 38px; font-weight: bold; margin-bottom: 30px; } .process1 { padding: 95px 0px 75px 0px; } .process1 .g-wrap { overflow: hidden; position: relative; } .process1 .pic { width: 560px; float: left; } .process1 .pic img { border-top-left-radius: 10px; border-top-right-radius: 40px; border-bottom-left-radius: 10px; border-bottom-right-radius: 150px; } .process1 .txt { position: absolute; right: 0px; width: 510px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); color: #555; font-size: 18px; line-height: 35px; } .process2 { padding: 40px 0px 70px 0px; } .process2 .cont { font-size: 18px; line-height: 35px; color: #555; } .process2 .cont table tr { background: #f8f8f8; } .process2 .cont table tr td { text-align: center; padding: 12.5px 0px; line-height: 25px; font-size: 16px; } .process2 .cont table tr:first-child td { background: #2aaf53; color: #FFF; } .process2 .cont1 { margin-top: 60px; } .process2 .cont1 h2 { font-size: 38px; color: #555; font-family: "AvertaStd"; } .process3 { padding: 70px 0px 70px 0px; } .process3 .cont { overflow: hidden; position: relative; } .process3 .cont .pic { width: 460px; float: right; } .process3 .cont .pic img { border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 150px; } .process3 .cont .txt { position: absolute; color: #555; line-height: 40px; width: 50%; top: 50%; left: 0px; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-size: 18px; } /* .process3 .service{min-height:640px; position:relative; margin-top:100px;} .process3 .service .cont1{position:absolute; width:1200px; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);} .process3 .service .cont1 h2{font-size:38px; text-align:center; font-family:"AvertaStd"; color:#FFF; margin-bottom:95px;} .process3 .service .cont1 .imglist{margin-top:-20px; margin-right:-20px;} .process3 .service .cont1 .imglist li{width:33.33%;} .process3 .service .cont1 .imglist li .box{height:128px; background:rgba(255,255,255,0.1);margin-right:20px; margin-top:20px; border:1px solid #FFF; position:relative;} .process3 .service .cont1 .imglist li .box .txt{position:absolute; width:85%;top:50%; left:50%; transform:translate(-50%,-50%); padding-left:75px; line-height:30px; font-size:18px; color:#FFF; box-sizing: border-box; font-weight:bold;} .process3 .service .cont1 .imglist li .box .txt em{display:inline-block;position:absolute; left:0px;top:50%;transform:translateY(-50%); -webkit-transform:translateY(-50%);} .process3 .service .cont1 .imglist li .box .txt em img{max-width:100%; width:auto;} */ .process3 .service { padding: 60px 0px; background: #f8f8f8; color: #555; line-height: 40px; margin-top: 98px; font-size: 18px; } .process3 .service h2 { font-size: 38px; font-family: "AvertaStd"; margin-bottom: 20px; } .process3 .service p { position: relative; padding-left: 30px; } .process3 .service p:before { position: absolute; content: ""; width: 4px; height: 4px; border-radius: 50%; top: 18px; left: 0px; background: #555; } .process3 .cont2 { margin-top: 80px; } .process3 .cont2 h2 { font-size: 38px; color: #555; font-family: "AvertaStd"; } .process4 { padding: 70px 0px 70px 0px; } .process4 .cont { overflow: hidden; position: relative; } .process4 .cont .pic { width: 460px; float: right; } .process4 .cont .pic img { border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 150px; } .process4 .cont .txt { position: absolute; color: #555; line-height: 40px; width: 50%; top: 50%; left: 0px; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-size: 18px; } .process4 .service { padding: 60px 0px; background: #f8f8f8; color: #555; line-height: 40px; margin-top: 98px; font-size: 18px; } .process4 .service h2 { font-size: 38px; font-family: "AvertaStd"; margin-bottom: 40px; } .process4 .service p { position: relative; padding-left: 30px; } .process4 .service p:before { position: absolute; content: ""; width: 4px; height: 4px; border-radius: 50%; top: 18px; left: 0px; background: #555; } .process4 .cont2 { margin-top: 70px; } .process4 .cont2 h2 { font-size: 38px; color: #555; font-family: "AvertaStd"; } .process4 .cont3 { margin-top: 0px; position: relative; overflow: hidden; } .process4 .cont3 .info { position: absolute; width: 1200px; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size: 18px; line-height: 40px; color: #555; } .process4 .cont3 .info .txt { float: left; width: 48%; } .process4 .cont3 .pic { width: 50%; float: right; } .process4 .cont3 .pic img { border-top-left-radius: 94px; border-bottom-left-radius: 360px; } .process_lc { margin-top: 85px; overflow: hidden; } .process_lc li { width: 20%; float: left; } .process_lc li.w19 { width: 19%; } .process_lc li.w24 { width: 24%; } .process_lc li.w25 { width: 25%; } .process_lc li.w33 { width: 33.33%; } .process_lc li .img { width: 100%; display: flex; align-items: center; justify-content: center; height: 150px; } .process_lc li .img img { display: inline-block; max-width: 100%; width: auto; } .process_lc li .txt { padding: 0px 15px; border-bottom: 1px solid #3db65f; height: 60px; position: relative; color: #555; line-height: 30px; padding-bottom: 8px; position: relative; } .process_lc li:last-child .txt:after { position: absolute; content: ""; width: 7px; height: 7px; background: url(../images/ico43.png) center center no-repeat; bottom: -3.5px; right: 0px; } .process_lc li .txt span { display: block; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size: 22px; text-align: center; } .process_lc li .info { padding-top: 125px; padding-left: 15px; padding-right: 15px; position: relative; font-size: 14px; line-height: 30px; } .process_lc li.w33 .info { width: 75%; margin: 0px auto; } .process_lc li .info:after { position: absolute; content: ""; left: 50%; top: 0px; width: 1px; height: 100px; background: #3db65f; } .process_lc li .info h3 { font-size: 22px; margin-bottom: 10px; } .process_lc li .info p { position: relative; padding-left: 15px; } .process_lc li .info p:after { position: absolute; content: ""; top: 12px; left: 0px; width: 4px; height: 4px; background: #555; border-radius: 50%; } .s_cgmp { padding: 30px 0px 0px 0px; } .s_cgmp .cont { padding: 45px 0px 80px 0px; font-size: 18px; line-height: 35px; color: #555; } .s_cgmp .cont.m50 { padding: 45px 0px 50px 0px; } .s_cgmp .cont li { padding-left: 30px; position: relative; } .s_cgmp .cont li:before { position: absolute; content: ""; width: 4px; height: 4px; border-radius: 50%; left: 0px; top: 15px; background: #555555; } .s_cgmp .cont1 .g-wrap { padding: 50px 15px; position: relative; } .s_cgmp .cont1 .g-wrap .service_cont { width: 100%; } .s_cgmp .cont1 .g-wrap .service_cont h2 { font-size: 38px; font-weight: bold; text-align: center; margin-bottom: 110px; color: #FFF; } .s_cgmp .cont1 .g-wrap .service_cont h3 { font-size: 38px; font-family: "AvertaStd"; margin-bottom: 20px; color: #FFF; } .s_cgmp .cont1 .g-wrap .service_cont .imglist { margin-right: -75px; } .s_cgmp .cont1 .g-wrap .service_cont .imglist li { width: 33.33%; } .s_cgmp .cont1 .g-wrap .service_cont .imglist li a { margin-right: 75px; cursor: auto; } .s_cgmp .cont1 .g-wrap .service_cont .imglist li a .img img { transition: all 2s; -webkit-transition: all 2s; border-top-left-radius: 5px; border-top-right-radius: 5px; } .s_cgmp .cont1 .g-wrap .service_cont .imglist li a:hover .img img { transform: scale(1.1); -webkit-transform: scale(1.1); } .s_cgmp .cont1 .g-wrap .service_cont .imglist li a .txt { height: 108px; background: rgba(255, 255, 255, 0.3); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; position: relative; } .s_cgmp .cont1 .g-wrap .service_cont .imglist li a .txt span { display: block; position: absolute; top: 50%; left: 50%; width: 90%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); font-size: 18px; line-height: 30px; height: 60px; font-weight: bold; } .s_cgmp .cont1 .g-wrap .service_cont .equipment { width: 48%; float: left; min-height: 450px; padding: 40px 30px; box-sizing: border-box; background: #FFF; } .s_cgmp .cont1 .g-wrap .service_cont .future { width: 100%; float: right; padding: 40px 0px; box-sizing: border-box; } .s_cgmp .cont1 .g-wrap .service_cont dd { padding-left: 30px; position: relative; line-height: 38px; color: #FFF; font-size: 18px; } .s_cgmp .cont1 .g-wrap .service_cont dd:before { position: absolute; content: ""; width: 4px; height: 4px; border-radius: 50%; left: 0px; top: 16px; background: #FFF; } .s_cgmp .cont2 { padding: 45px 0px 70px 0px; font-size: 18px; line-height: 40px; color: #555; overflow: hidden; } .s_cgmp .cont2 h2 { font-size: 38px; font-weight: bold; margin-bottom: 25px; font-family: "AvertaStd"; } .s_cgmp .cont2 .facility { float: left; width: 46%; } .s_cgmp .cont2 .capabilities { float: right; width: 46%; } .s_cgmp .cont2 li { padding-left: 30px; position: relative; } .s_cgmp .cont2 li:before { position: absolute; content: ""; width: 4px; height: 4px; border-radius: 50%; left: 0px; top: 18px; background: #555555; } .s_project { padding: 30px 75px 0px 75px; } .s_project .cont { padding: 40px 0px; font-size: 18px; line-height: 40px; color: #555; } .s_project .cont1 h2 { font-size: 38px; color: #555; margin-bottom: 55px; font-family: "AvertaStd"; } .s_project .cont1 .imglist { margin-right: -60px; } .s_project .cont1 .imglist li { width: 33.33%; } .s_project .cont1 .imglist li a { margin-right: 60px; cursor: auto; } .s_project .cont1 .imglist li a .img img { transition: all 2s; -webkit-transition: all 2s; border-top-left-radius: 5px; border-top-right-radius: 5px; } .s_project .cont1 .imglist li a:hover .img img { transform: scale(1.1); -webkit-transform: scale(1.1); } .s_project .cont1 .imglist li a .txt { height: 214px; background: rgba(247, 247, 247, 1); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; position: relative; padding: 20px; box-sizing: border-box; font-size: 18px; color: #555; line-height: 33px; } .s_project .cont2 { padding: 88px 0px 108px 0px; overflow: hidden; position: relative; } .s_project .cont2 .pic { width: 560px; float: right; } .s_project .cont2 .pic img { border-top-left-radius: 40px; border-top-right-radius: 20px; border-bottom-right-radius: 20px; border-bottom-left-radius: 150px; } .s_project .cont2 .txt { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-size: 18px; line-height: 35px; color: #555555; width: 48%; } .s_project .cont2 .txt h2 { font-size: 38px; margin-bottom: 30px; font-family: "AvertaStd"; } .s_affairs { padding: 30px 0px 110px 0px; } .s_affairs .cont { color: #555; font-size: 18px; line-height: 35px; padding-top: 45px; } .s_affairs .cont1 { overflow: hidden; margin-top: 70px; } .s_affairs .cont1 .pic { width: 470px; float: left; } .s_affairs .cont1 .pic img { border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; border-bottom-right-radius: 150px; } .s_affairs .cont1 .txt { font-size: 18px; line-height: 35px; color: #555; width: 50%; float: right; } .s_affairs .cont1 .txt h2 { padding: 20px 0px 30px 0px; font-size: 38px; font-family: "AvertaStd"; } .s_affairs .cont1 .txt li { padding-left: 30px; position: relative; line-height: 38px; color: #555; font-size: 18px; } .s_affairs .cont1 .txt li:before { position: absolute; content: ""; width: 4px; height: 4px; border-radius: 50%; left: 0px; top: 18px; background: #555555; } .s_careers { padding: 30px 0px 130px 0px; } .s_culture { padding: 45px 0px 80px 0px; } .s_culture .cont1 { color: #555; font-size: 18px; line-height: 30px; font-family: "Averta-Regular"; } .s_culture .cont1 small { font-size: 24px; display: block; line-height: 35px; } .s_culture .cont1 big { font-size: 40px; display: block; line-height: 1.2; font-family: "AvertaStd"; margin-bottom: 20px; } .s_culture .cont2 { margin-top: 60px; color: #555; font-family: "Averta-Regular"; } .s_culture .cont2 h2 { font-size: 40px; line-height: 1.2; font-family: "AvertaStd"; } .s_culture .cont2 .info { margin-top: 60px; overflow: hidden; } .s_culture .cont2 .info .txt { width: 690px; float: left; font-family: "Averta-Regular"; } .s_culture .cont2 .info .txt ul { width: 35%; float: left; color: #555; } .s_culture .cont2 .info .txt ul:last-child { width: 55%; float: right; } .s_culture .cont2 .info .txt li { font-size: 18px; line-height: 30px; margin-bottom: 45px; } .s_culture .cont2 .info .txt li:last-child { margin-bottom: 0px; } .s_culture .cont2 .info .txt li span { display: block; font-weight: bold; font-family: "AvertaStd"; font-size: 24px; line-height: 35px; margin-bottom: 5px; } .s_culture .cont2 .info .img { width: 380px; float: right; } .culturecont3 { padding: 75px 0px; background: #fbfbfb; } .culturecont3 h2 { font-size: 40px; line-height: 1.2; font-family: "AvertaStd"; color: #555; } .culturecont3 ul { margin-top: 45px; } .culturecont3 ul li { padding: 45px 0px; overflow: hidden; border-bottom: 1px solid #e0e3e5; position: relative; } .culturecont3 ul li .img { float: left; width: 230px; position: relative; } .culturecont3 ul li .img em { position: absolute; width: 100%; height: 100%; display: block; top: 0px; left: 0px; border-radius: 50%; } .culturecont3 ul li .txt { width: calc(100% - 400px); position: absolute; right: 60px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-size: 18px; color: #555; font-family: "Averta-Regular"; line-height: 30px; } .culturecont3 ul li .txt .tit { font-size: 22px; line-height: 1.3; margin-bottom: 20px; font-weight: bold; } .culturecont3 ul li .txt .tit span { display: block; font-size: 26px; } .cultureoffer { padding: 75px 0px 0px 0px; } .cultureoffer h2 { font-size: 40px; line-height: 1.2; font-family: "AvertaStd"; color: #555; } .cultureoffer .info { overflow: hidden; margin-top: 100px; position: relative; } .cultureoffer .info .img { width: 40%; float: left; } .cultureoffer .info .txt { width: 50%; float: right; padding-top: 30px; } .cultureoffer .info .txt li { padding-left: 40px; line-height: 35px; background-repeat: no-repeat; background-position: left center; font-size: 18px; color: #555; } .cultureoffer .info .pic { position: absolute; width: 229px; height: 192px; bottom: 0px; right: 0px; } .s_job { padding: 40px 0px 0px 0px; } .jobslider .slick-slide { outline: none; } .jobslider .slick-dots { bottom: 30px; text-align: center; } .jobslider .slick-dots li { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, 0.6); margin: 0px 10px; } .jobslider .slick-dots li.slick-active { background: rgba(255, 255, 255, 1); } .s_job .job_search { margin-top: 40px; padding: 20px 0px; border-bottom: 1px solid #e0e3e5; overflow: hidden; } .s_job .job_search .btn { width: 30px; height: 30px; float: left; background: url(../images/ico59.png) center/cover no-repeat; border: 0px; } .s_job .job_search .int { width: calc(100% - 65px); float: right; height: 30px; line-height: 30px; font-size: 22px; color: #999; font-family: "Averta-Regular"; border: 0px; } .s_job .job_search .int::-webkit-input-placeholder { color: #999; font-size: 22px; font-family: 'Averta-Regular'; } .s_job .job_search .int::-moz-placeholder { color: #999; font-size: 22px; font-family: 'Averta-Regular'; } .s_job .job_search .int::-moz-placeholder { color: #999; font-size: 22px; font-family: 'Averta-Regular'; } .s_job .job_search .int::-ms-input-placeholder { color: #999; font-size: 22px; font-family: 'Averta-Regular'; } .s_job .jobcont { margin-top: 70px; overflow: hidden; } .s_job .jobcont .job_nav { width: 240px; float: left; } .s_job .jobcont .job_nav li { padding: 25px 0px; font-size: 18px; line-height: 35px; color: #555; list-style: none; border-bottom: 1px solid #e0e3e5; cursor: pointer; } .s_job .jobcont .job_nav li .tit { position: relative; font-size: 20px; } .s_job .jobcont .job_nav li .tit em { width: 22px; height: 22px; border-radius: 50%; position: absolute; background: url(../images/ico61.png) #2aaf53 center center no-repeat; display: block; right: 0px; top: 50%; margin-top: -11px; } .s_job .jobcont .job_nav li .tit.on em { background: url(../images/ico60.png) #2aaf53 center center no-repeat; } .s_job .jobcont .job_nav li .txt { margin: 10px auto 0px auto; display: none; padding: 0px 10%; box-sizing: border-box; } .s_job .jobcont .job_nav li .txt a { display: block; color: #555; } .s_job .jobcont .job_nav li .txt a:hover, .s_job .jobcont .job_nav li .txt a.on { color: #2aaf53; } .s_job .jobcont .joblist { width: 800px; float: right; } .s_job .jobcont .joblist li { border-bottom: 1px solid #e0e3e5; } .s_job .jobcont .joblist li a { display: block; padding: 25px 0px; color: #555; line-height: 25px; font-size: 12px; position: relative; } .s_job .jobcont .joblist li a span { display: block; font-size: 18px; font-weight: bold; } .s_job .jobcont .joblist li a:hover { color: #2aaf53; } .s_job .jobcont .joblist li a em { display: block; font-style: normal; font-size: 14px; } .s_job .jobcont .joblist li a .more { width: 150px; height: 35px; line-height: 35px; font-size: 12px; background: linear-gradient(right, #2aaf53, #1ba49f); background: -moz-linear-gradient(right, #2aaf53, #1ba49f); background: -webkit-linear-gradient(left, #2aaf53, #1ba49f); background: -o-linear-gradient(right, #2aaf53, #1ba49f); position: absolute; right: 0px; top: 50%; margin-top: -15px; padding: 0px 10px; box-sizing: border-box; color: #FFF; border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-left-radius: 8px; border-bottom-right-radius: 31px; font-weight: bold; } .s_job .jobcont .joblist li a .more:before { position: absolute; content: ""; right: 10px; width: 6px; height: 2px; background: #FFF; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .s_job .jobcont .joblist li a .more:after { position: absolute; content: ""; left: 0px; top: 0px; z-index: 1; background: rgba(0, 0, 0, 0.15); width: 0px; height: 100%; transition: all 0.5s; -webkit-transition: all 0.5s; border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-left-radius: 8px; border-bottom-right-radius: 31px; } .s_job .jobcont .joblist li a:hover .more:after { width: 100%; } .s_job .jobcont .joblist li a .more span { position: relative; z-index: 2; } .s_jobdetail { padding: 30px 0px 95px 0px; color: #555; font-size: 18px; font-family: 'Averta-Regular'; line-height: 35px; } .s_jobdetail .tit { font-size: 38px; font-family: "AvertaStd"; } .s_jobdetail .cont { margin-top: 30px; overflow: hidden; } .s_jobdetail .cont .l_cont { width: 730px; float: left; } .s_jobdetail .cont .l_cont .place { padding-left: 25px; display: block; background: url(../images/ico62.png) left center no-repeat; font-size: 16px; color: #666; } .s_jobdetail .cont .l_cont .apply { width: 180px; height: 50px; border-radius: 25px; background: #2aaf53; font-size: 20px; line-height: 50px; margin: 40px 0px 60px 0px; display: block; text-align: center; transition: all 0.5s; -webkit-transition: all 0.5s; } .s_jobdetail .cont .l_cont .apply:hover { background: rgba(42, 175, 83, 0.8); } .s_jobdetail .cont .l_cont .info { margin-bottom: 25px; } .s_jobdetail .cont .l_cont .info h2 { font-size: 22px; margin-bottom: 10px; font-weight: bold; } .s_jobdetail .cont .r_cont { width: 355px; float: right; } .s_jobdetail .cont .r_cont .times1 { padding-left: 25px; display: block; background: url(../images/ico63.png) left center no-repeat; font-size: 16px; color: #666; } .s_jobdetail .cont .r_cont .times2 { padding-left: 25px; display: block; background: url(../images/ico64.png) left center no-repeat; font-size: 16px; color: #666; } .s_jobdetail .cont .r_cont .tit { font-size: 24px; margin: 30px 0px; } .s_jobdetail .cont .r_cont .info { font-size: 14px; line-height: 25px; } .s_jobdetail .cont .r_cont .info img { max-width: 100%; width: auto; margin-bottom: 15px; } /* 视频弹出 */ .videobg { float: left; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8) left top repeat; position: fixed; top: 0px; left: 0px; z-index: 999; display: none; } .videobg .video { width: 960px; height: 500px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); background: #000; } .videobg .video video { width: 100%; height: 100%; } .videobg .video .close { position: absolute; top: -40px; right: -15px; width: 29px; cursor: pointer; } .searchbg { float: left; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8) left top repeat; position: fixed; top: 0px; left: 0px; z-index: 999; display: none; } .searchbg .search { position: absolute; width: 100%; height: 280px; background: rgba(0, 175, 204, 0.6); top: 50%; margin-top: -85px; } .searchbg .search .int { width: 50%; height: 60px; line-height: 60px; border-bottom: 1px solid #FFF; position: absolute; top: 50%; left: 50%; margin-left: -25%; margin-top: -30px; z-index: 1000; } .searchbg .search .int .t_int { width: 95%; height: 100%; line-height: 100%; color: #FFF; background: transparent; border: 0px; font-size: 20px; margin-left: 2.5%; } .searchbg .search .btn { width: 29px; height: 29px; position: absolute; right: 2.5%; background: url(../images/search.png) no-repeat; background-size: cover; border: 0px; top: 50%; margin-top: -14.5px; } .searchbg .search .close { width: 29px; position: absolute; top: -40px; right: 5px; cursor: pointer; } .product_detail_active{ color: #ffffff; background: #666666; border: 1px red solid; } .join_info{ width: 100%; padding-bottom: 30px; } .join_info .join_ul_wrap li{ background-color: white; display: flex; height: 62px; flex-direction: row; justify-content: space-around; align-items: center; font-size: 16px; text-align: center; box-sizing: border-box; border-bottom: 1px darkgrey solid; } .join_info .join_ul_wrap li div{ width: 25%; } .join_info .join_ul_wrap li:first-child{ background-color: #32B53F; color: white; border-bottom: none; opacity: 0.9; } .footer .g-wrap .b_nav .mod_help_list{ /*overflow: hidden;*/ height: 160px; } .footer .g-wrap .b_nav .mod_help_list .mod_help_nav{ float: left; width: 195px; line-height: 22px; } .footer .g-wrap .b_nav .mod_help_list .mod_help_nav .mod_help_nav_tit{ margin-bottom: 10px; font-size: 16px; font-weight: bolder; color: white; padding: 0px !important; width: 100% !important; cursor: pointer; position: relative; } .footer .g-wrap .b_nav .mod_help_list .mod_help_nav .mod_help_nav_tit:before{ background-image: url(/public/home/images/xiangmu.png); content: ''; background-repeat: no-repeat; display: block; width: 16px; height: 16px; position: absolute; left: -22px; top: 2px; } .mod_help_nav_con li a{ font-size: 16px !important; display: inline-block !important; padding: 0px !important; width: 100% !important; margin-bottom: 10px; } /*------------------------------------------------*/ /*产品与服务*/ @media screen and (max-width: 1613px) { #nav { margin-right: 0px; } .head .head_right .ico{ right: -40px; } } @media screen and (max-width: 1600px) { .h_team .cont .more { margin-top: 30px; } } @media screen and (max-width: 1600px) { .h_about .cont .txt .logo { margin-bottom: 35px; } .h_about .cont .txt .h_classname { margin-bottom: 20px; } .h_about .cont .txt h3 { line-height: 30px; } } @media screen and (max-width: 1500px){ } @media screen and (max-width: 1500px) { #nav { margin-right: 0px; } #nav li { padding: 0px 8px; } .head .head_right .ico{ right: -80px; } } @media screen and (max-width: 1440px) { #nav { margin-right: 40px; } #nav li { padding: 0px 4px; } } @media screen and (max-width: 1410px) { #nav { margin-right: 0px; } } @media screen and (max-width: 1370px) { .qmsnav a{ padding: 0px 50px!important; } .s_nav a{ margin: 0px 15px!important; } } @media screen and (max-width: 1365px) { #nav { margin-right: 0px; } .head .head_right .ico{ right: -120px; } #nav li { padding: 0px 1px; } } @media screen and (max-width: 1360px) { .h_about .cont .txt .logo { margin-bottom: 15px; } .h_about:after { width: 400px; } .h_about .cont .txt .h_classname { margin-bottom: 10px; } .h_about .cont .txt h3 { line-height: 30px; } } @media screen and (max-width: 1308px) { .g-wrap { padding-left: 75px; padding-right: 0px; } .contact-wrap{ padding-right: 75px; } .g-wrap .h_servicebox{ padding-right: 30px; } .head .head_right .ico { right: -40px; } .enterprise_c1{ max-width: 21.4rem; } } @media screen and (max-width: 1300px) { .h_about .cont { width: 95%; } .h_about .cont .txt .logo img { width: 65px; } .h_about:after { width: 50%; } } @media screen and (max-width: 1290px) { .g-wrap { padding-left: 30px; padding-right: 30px; } .head .head_right .ico { right: -60px; } .head .head_right .ico .search{ margin-right: 0px; } .head .head_right{ width: calc(100% - 260px); } } @media screen and (max-width: 1260px) { .s_nav { font-size: 16px; } .head .head_right .ico .search{ margin-right: 0px; } .head .head_right{ width: calc(100% - 250px); } } @media screen and (max-width: 1230px) { .head { width: 95%; } #nav li .aon a { margin-right: 20px; } .aboutDiv_c1{ width: 77% !important; } } @media screen and (max-width: 1230px) { .h_team .cont { width: 95%; } } @media screen and (max-width: 1230px) { .s_history .cont .historylist li .img .pic { margin-left: 50px; } .s_history .cont .historylist li.on .img .pic { margin-right: 50px; } .s_history .cont .historylist li .cont1 { width: calc(50% - 50px); } .s_history .cont .historylist li .cont1 .txt .info { width: 60%; font-size: 16px; } .s_history .cont .historylist li .cont1 .txt .times span { font-size: 40px; } } @media screen and (max-width: 1230px) { .process4 .cont3 { width: 95%; margin: 0px auto; } .process4 .cont3 .info { width: 100%; } } @media screen and (max-width: 1230px) { .s_cgmp .cont1 .g-wrap .service_cont .imglist { margin-right: -35px; } .s_cgmp .cont1 .g-wrap .service_cont .imglist li a { margin-right: 35px; } } @media screen and (max-width: 1200px) { .career_nav { display: none; } .s_classname { font-size: 36px; } } @media screen and (max-width: 1200px) { .s_qms .m30 { margin-top: 30px; } } @media screen and (max-width: 1200px) { .head { display: none; } .careersbg { height: 111px; } } @media screen and (max-width: 1200px) { .h_classname { font-size: 40px; } } @media screen and (max-width: 1200px) { .videobg .video { width: 90%; height: auto; } } @media screen and (max-width: 1200px) { .visible-hd { display: block !important; } .visible-lg { display: none !important; } } @media screen and (max-width: 1200px) { .ban_info { width: 90%; } .ban_info big { font-size: 40px; } } @media screen and (max-width: 1200px) { .s_project .cont1 h2 { font-size: 30px; } .s_project .cont2 .txt h2 { font-size: 30px; } } @media screen and (max-width: 1200px) { .s_job .jobcont .job_nav { width: 25%; } .s_job .jobcont .joblist { width: 65%; } .s_jobdetail .tit { font-size: 34px; } .s_jobdetail .cont .l_cont { width: 65%; } .s_jobdetail .cont .r_cont { width: 30%; } .s_jobdetail .cont .l_cont .apply { margin: 20px 0px 30px 0px; height: 40px; line-height: 40px; font-size: 16px; width: 150px; } } @media screen and (max-width: 1200px) { .s_culture { padding: 25px 0px 50px 0px; } .s_culture .cont1 small { font-size: 20px; } .s_culture .cont1 big { font-size: 34px; } .s_culture .cont2 { margin-top: 30px; } .s_culture .cont2 h2 { font-size: 34px; } .s_culture .cont2 .info { margin-top: 30px; } .s_culture .cont2 .info .txt { width: 65%; } .s_culture .cont2 .info .img { width: 30%; } .culturecont3 { padding: 45px 0px; } .culturecont3 h2 { font-size: 34px; } .culturecont3 ul { margin-top: 25px; } .culturecont3 ul li .txt { width: calc(100% - 350px); } .culturecont3 ul li .txt .tit { font-size: 18px; } .culturecont3 ul li .txt .tit span { font-size: 22px; } .cultureoffer { padding: 45px 0px 0px 0px; } .cultureoffer h2 { font-size: 34px; } .cultureoffer .info .txt { width: 55%; } .cultureoffer .info { margin-top: 70px; } } @media screen and (max-width: 1200px) { .process4 .cont3 .info { position: static; transform: translate(0, 0); -webkit-transform: translate(0, 0); } .process4 .cont3 .info .txt { width: 100%; margin-top: 30px; } .process4 .cont3 .pic { width: 100%; } .process4 .cont3 .pic img { border-top-left-radius: 64px; border-top-right-radius: 20px; border-bottom-left-radius: 300px; border-bottom-right-radius: 20px; } } @media screen and (max-width: 1200px) { .h_team .cont .more { margin-top: 30px; } } @media screen and (max-width: 1200px) { .s_team .cont1 { padding: 30px 0px 30px 0px; } .s_team .cont1 .tit { font-size: 34px; margin: 15px 0px; } .s_team .cont1 .ittxt .imglist li .box .tit { font-size: 20px; } .s_team .cont2 { padding: 45px 0px; } .s_team .cont2 .tit { font-size: 34px; } .s_team .cont2 h2 { font-size: 20px; } .s_team .cont3 { padding: 45px 0px 0px 0px; } .s_team .cont3 .tit { font-size: 34px; } } @media screen and (max-width: 1200px) { .h_about { padding-left: 15px; padding-right: 15px; box-sizing: border-box; /*padding-top: 90px;*/ } .h_about .pic { width: 100%; } .h_about .pic img { border-top-right-radius: 65px; border-bottom-right-radius: 280px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .h_about .cont { position: static; transform: translateX(0); -webkit-transform: translateX(0); width: 100%; padding-top: 30px; overflow: hidden; } .h_about .cont .txt { position: static; width: 100%; transform: translateY(0); -webkit-transform: translateY(0); text-align: left; } .h_about .cont .txt .h_classname { text-align: left; margin-bottom: 20px; } .h_about .cont .txt h3 { text-indent: 0em; } .h_about .cont .txt .more { float: left; border-bottom-left-radius: 10px; border-bottom-right-radius: 41px; } .h_about .cont .txt .more:before { right: 32px; left: auto; } .h_about .cont .txt .more:after { border-bottom-left-radius: 10px; border-bottom-right-radius: 41px; right: auto; left: 0px; } } @media screen and (max-width: 1200px) { .s_affairs .cont1 .pic { width: 45%; } .s_affairs .cont1 .txt { width: 45%; } .s_affairs .cont1 .txt h2 { padding: 0px 0px 30px 0px; } } @media screen and (max-width: 1200px) { .h_news .newsbox .hd ul li { font-size: 40px; } } @media screen and (max-width: 1200px) { .process .cont { padding: 25px 30px; } .process .cont .pic { width: 48%; } .process .cont .txt { width: 48%; } .process .cont .txt h2 { font-size: 30px; } } @media screen and (max-width: 1200px) { .process1 .pic { width: 48%; } .process1 .txt { width: 48%; } } @media screen and (max-width: 1200px) { .process3 .cont .pic { width: 45%; } .process3 .cont .txt { width: 48%; } .process3 .service .cont1 { width: 95%; } } @media screen and (max-width: 991px) { .h_service { padding: 85px 0px 55px 0px; } } @media screen and (max-width: 991px) { .h_team { padding: 55px 15px 47px 15px; } .h_team .pic { width: 100%; } .h_team .pic img { border-top-left-radius: 55px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 280px; } .h_team .cont { position: static; transform: translateX(0); -webkit-transform: translateX(0); overflow: hidden; padding-top: 30px; } .h_team .cont .txt { position: static; transform: translateY(0); -webkit-transform: translateY(0); width: 100%; } } @media screen and (max-width: 991px) { .h_news .newsbox .hd ul li { font-size: 32px; } .eventbox .owl-dots { top: -110px; } } @media screen and (max-width: 991px) { .footer .b_nav { padding: 15px 0px; } } @media screen and (max-width: 991px) { .footer .b_nav .imglist { margin-right: -50px; } .footer .b_nav .imglist li a { margin-right: 50px; } } @media screen and (max-width: 991px) { .s_team { font-size: 16px; line-height: 30px; } .s_team .cont1 .tit { font-size: 28px; } .s_team .cont2 .tit { font-size: 28px; } .s_team .cont1 .itpic .imglist { margin-right: -30px; } .s_team .cont1 .itpic .imglist li .box { margin-right: 30px; } .s_team .cont3 .imglist { margin-right: -30px; } .s_team .cont3 .imglist li .box { margin-right: 30px; } .s_team .cont3 .tit { font-size: 28px; } } @media screen and (max-width: 991px) { .s_history .cont { padding: 95px 0px 120px 0px; margin-top: 30px; } .s_history .cont .historylist { width: 100%; } .s_history .cont .historylist li .cont1 .txt .info { width: 70%; } .s_history .cont .historylist li .cont1 .txt .times { font-size: 18px; } .s_history .cont .historylist li .cont1 .txt .times span { font-size: 30px; } } @media screen and (max-width: 991px) { /*.s_banner .w_2_1 {*/ /* display: none;*/ /*}*/ /*.s_banner .w_2_2 {*/ /* display: block;*/ /*}*/ } @media screen and (max-width: 991px) { .searchbg .search .int { width: 90%; margin-left: -45%; } .searchbg .search .int .t_int { font-size: 16px; } } @media screen and (max-width: 991px) { .process4 { padding: 40px 0px 70px 0px; } .process4 .cont .pic { width: 100%; } .process4 .cont .txt { width: 100%; position: static; transform: translateY(0); -webkit-transform: translateY(0); font-size: 16px; line-height: 30px; padding-top: 15px; overflow: hidden; } .process4 .service { margin-top: 68px; font-size: 16px; line-height: 30px; } .process4 .service h2 { font-size: 30px; } .process4 .cont2 { margin-top: 40px; } .process4 .cont2 h2 { font-size: 30px; } .process4 .cont3 .pic img { border-top-left-radius: 34px; border-top-right-radius: 20px; border-bottom-left-radius: 200px; border-bottom-right-radius: 20px; } .process4 .cont3 .info { font-size: 16px; line-height: 30px; } } @media screen and (max-width: 991px) { .s_resources .s_video .v_cont .pic .txt span { font-size: 20px; } } @media screen and (max-width: 991px) { .s_project .cont { padding: 20px 0px; font-size: 16px; line-height: 30px; } .s_project .cont1 h2 { font-size: 24px; margin-bottom: 35px; } .s_project .cont1 .imglist { margin-right: -15px; } .s_project .cont1 .imglist li a { margin-right: 15px; } .s_project .cont1 .imglist li a .txt { font-size: 14px; line-height: 30px; } .s_project .cont2 { padding: 58px 0px 78px 0px; } .s_project .cont2 .txt { padding-top: 25px; } .s_project .cont2 .txt h2 { font-size: 24px; margin-bottom: 15px; } .s_project .cont2 .pic { width: 100%; } .s_project .cont2 .pic img { border-top-left-radius: 20px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 80px; } .s_project .cont2 .txt { position: static; transform: translateY(0); -webkit-transform: translateY(0); font-size: 14px; line-height: 30px; overflow: hidden; width: 100%; } } @media screen and (max-width: 991px) { .process1 { padding: 65px 0px 45px 0px; } .process1 .pic { width: 100%; } .process1 .txt { width: 100%; position: static; transform: translateY(0); -webkit-transform: translateY(0); font-size: 16px; line-height: 30px; padding-top: 25px; overflow: hidden; } } @media screen and (max-width: 991px) { .process3 { padding: 40px 0px 70px 0px; } .process3 .cont .pic { width: 100%; } .process3 .cont .txt { width: 100%; position: static; transform: translateY(0); -webkit-transform: translateY(0); font-size: 16px; line-height: 30px; padding-top: 15px; overflow: hidden; } .process3 .service { margin-top: 68px; font-size: 16px; line-height: 30px; } .process3 .service h2 { font-size: 30px; } .process3 .cont2 { margin-top: 50px; } .process3 .cont2 h2 { font-size: 30px; } } @media screen and (max-width: 991px) { .process2 .cont { font-size: 16px; line-height: 30px; } .process2 .cont1 { margin-top: 30px; } .process2 .cont1 h2 { font-size: 30px; } .process2 .cont table { width: 991px; } } @media screen and (max-width: 991px) { .s_classname { font-size: 30px; } } @media screen and (max-width: 991px) { .s_contact .clist { width: 100%; padding: 60px 0px 55px 0px; } .s_contact .clist .imglist { margin-right: -50px; } .s_contact .clist .imglist li .box { margin-right: 50px; } .s_contact .clist .imglist li .box h2 { font-size: 22px; margin-top: 10px; } .s_contact .clist .imglist li .box h3 { font-size: 14px; } } @media screen and (max-width: 991px) { .pages { margin-top: 50px; } } @media screen and (max-width: 991px) { .s_news .n_search { margin: 30px 0px 20px 0px; } .s_news .newslist li a span { font-size: 24px; line-height: 35px; } .newscont { font-size: 16px; margin-top: 0px; } .newscont .newstit { font-size: 24px; } .newscont .times { margin: 15px 0px; } } @media screen and (max-width: 991px) { .s_qms .cont { font-size: 16px; line-height: 30px; padding: 30px 0px 80px 0px; } .s_qms .cont .imglist li { width: 50%; } .s_qms .cont h2 { font-size: 30px; } .s_qms .cont1 { padding: 70px 0px; } .s_qms .cont1 .imglist { margin-right: -30px; } .s_qms .cont1 .imglist li a { margin-right: 30px; } .s_qms .cont1 .imglist li a .txt { font-size: 16px; } .s_qms .cont1 h2 { font-size: 30px; margin-bottom: 45px; } } @media screen and (max-width: 991px) { .s_about .ehs .info { font-size: 16px; line-height: 30px; } .s_about .ehs .info .info1 { font-size: 16px; } } @media screen and (max-width: 991px) { .s_about { padding: 30px 0px 45px 0px; } .s_about .cont { font-size: 16px; line-height: 30px; margin-top: 15px; } .s_about .imglist { margin-right: -30px; } .s_about .imglist li a { margin-right: 30px; } .s_about .imglist li a .txt { margin-top: 15px; font-size: 16px; } } @media screen and (max-width: 991px) { .process_lc { margin-top: 55px; width: 991px; } .process_lc li .txt span { font-size: 18px; } .process_lc li .info { font-size: 14px; line-height: 30px; } .process_lc li .info h3 { font-size: 18px; } } @media screen and (max-width: 991px) { .s_affairs { padding: 30px 0px 80px 0px; } .s_affairs .cont { font-size: 16px; line-height: 30px; padding-top: 30px; } .s_affairs .cont1 { margin-top: 40px; } .s_affairs .cont1 .pic { width: 100%; } .s_affairs .cont1 .txt { font-size: 16px; width: 100%; margin-top: 30px; } .s_affairs .cont1 .txt h2 { font-size: 30px; } .s_affairs .cont1 .txt li { font-size: 16px; line-height: 30px; } .s_affairs .cont1 .txt li:before { top: 12px; } } @media screen and (max-width: 991px) { .s_cgmp .cont { padding: 30px 0px 50px 0px; font-size: 16px; line-height: 30px; } .s_cgmp .cont1 .g-wrap .service_cont .imglist { margin-right: -15px; } .s_cgmp .cont1 .g-wrap .service_cont .imglist li a { margin-right: 15px; } .s_cgmp .cont1 .g-wrap .service_cont .imglist li a .txt span { font-size: 16px; } .s_cgmp .cont1 .g-wrap .service_cont h2 { font-size: 30px; margin-bottom: 80px; } .s_cgmp .cont1 .g-wrap .service_cont h3 { font-size: 30px; } .s_cgmp .cont1 .g-wrap .service_cont dd { font-size: 16px; line-height: 30px; } .s_cgmp .cont1 .g-wrap .service_cont dd:before { top: 12px; } .s_cgmp .cont2 { font-size: 16px; line-height: 35px; } .s_cgmp .cont2 h2 { font-size: 30px; } .s_cgmp .cont2 li:before { top: 15px; } } @media screen and (max-width: 991px) { .s_careers { padding: 30px 0px 60px 0px; } .s_culture .cont1 { font-size: 16px; } .s_culture .cont1 small { font-size: 16px; } .s_culture .cont1 big { font-size: 28px; margin-bottom: 10px; } .s_culture .cont2 { margin-top: 15px; } .s_culture .cont2 .info { margin-top: 15px; } .s_culture .cont2 h2 { font-size: 28px; } .s_culture .cont2 .info .txt li span { font-size: 20px; } .s_culture .cont2 .info .txt ul { width: 100%; } .s_culture .cont2 .info .txt li { margin-bottom: 15px; font-size: 16px; } .s_culture .cont2 .info .txt li:last-child { margin-bottom: 15px; } .s_culture .cont2 .info .txt ul:last-child { width: 100%; } .s_culture .cont2 .info .txt { width: 55%; } .s_culture .cont2 .info .img { width: 40%; } .culturecont3 { padding: 25px 0px; } .culturecont3 h2 { font-size: 28px; } .culturecont3 ul li .txt { right: 0px; width: calc(100% - 300px); font-size: 16px; } .culturecont3 ul li .txt .tit { margin-bottom: 10px; } .cultureoffer h2 { font-size: 28px; } .cultureoffer .info { margin-top: 40px; } .cultureoffer .info .txt { width: 58%; } } @media screen and (max-width: 991px) { .s_job .jobcont .job_nav li .tit { font-size: 16px; } .s_job .job_search { margin-top: 20px; } .s_job .jobcont { margin-top: 40px; } .s_jobdetail { font-size: 16px; line-height: 30px; padding: 30px 0px 65px 0px; } .s_jobdetail .tit { font-size: 28px; } .s_jobdetail .cont .l_cont { width: 55%; } .s_jobdetail .cont .r_cont { width: 40%; } .s_jobdetail .cont .r_cont .tit { font-size: 20px; margin: 15px 0px; } .s_jobdetail .cont .l_cont .info h2 { font-size: 18px; margin-bottom: 5px; } } @media screen and (max-width: 991px) { .process { padding: 50px 0px; margin-top: 30px; } .process .cont { padding: 15px; } .process .cont .txt { font-size: 16px; line-height: 30px; padding-top: 30px; } .process .cont .txt h2 { font-size: 24px; margin-bottom: 15px; } } @media screen and (max-width: 768px) { .process .cont { padding: 30px; } .process .cont .pic { width: 100%; } .process .cont .txt { width: 100%; } } @media screen and (max-width: 768px) { .s_job .jobcont .job_nav { width: 100%; } .s_job .jobcont .joblist { width: 100%; } } @media screen and (max-width: 768px) { .cultureoffer .info .img { display: none; } .cultureoffer .info .txt { width: 100%; padding-top: 0px; } .cultureoffer .info .txt li { font-size: 16px; line-height: 30px; } } @media screen and (max-width: 991px) { .ban_info { font-size: 16px; } .ban_info big { font-size: 30px; } .ban_info .more { height: 45px; line-height: 40px; width: 150px; font-size: 14px; } } @media screen and (max-width: 991px) { .phhead .logo { padding: 0px!important; } .b_nav{ display: none;!important; } .xialaph{ top: 120px !important; height: 100%; overflow-y: scroll; } .h_classname { font-size: 32px; } } @media screen and (max-width: 700px) { .phhead .logo { padding: 0px!important; } .b_nav{ display: none;!important; } .xialaph{ top: 120px !important; height: 100%; overflow-y: scroll; } .xialaph .ul2, .xialaph .ul3{ display: block; } .home-index{ padding-top: 20px!important; margin-top: 0 !important; } .s_contact { padding: 20px 0px 65px 0px; } .s_contact .clist { padding: 30px 0px 30px 0px; } .s_contact .clist .imglist li { width: 100%; } .s_contact .clist .imglist li .box h2 { font-size: 18px; } .s_contact .clist .imglist li .box h3 { margin-top: 0px; } .s_contact .map { min-height: 350px; } .g-wrap .h_servicebox { padding-right: 0px; } .h_classname{ text-align: center; } .cont .txt{ width: 100% !important; } .cont .txt div.wow,.cont div.txt{ display: flex; flex-direction: column; align-items: center; } div.en-wow{ display: unset!important; } .en_home_index_gaikuan{ text-align: center; } .h_news .newsbox .bd ul{ padding: 0!important; } .eventbox > ul{ display: flex; flex-direction: column; } .eventbox > ul > li{ width: 100%; height: 200px; margin-bottom: 10px; } .s_news .n_search li { width: 100%; margin-bottom: 15px; } .s_news .n_search li:last-child { width: 100%; padding: 0px; } .s_news .newslist li a { font-size: 14px; line-height: 25px; } .s_news .newslist li a span { font-size: 14px; line-height: 25px; } .s_news .newslist li a .times { font-size: 14px; } .newscont .newstit { font-size: 16px; } .newscont p { margin-bottom: 5px; } .h_classname_en { font-size: 25px!important; text-align: center; } /*关于我们*/ .aboutSpan1 { margin-bottom: 15px!important; line-height: 22px!important; } .textIndent34 { line-height: 20px!important; } .en_pro_li{ height: auto !important; } /*企业文化*/ .productBg { margin-top: 20px !important; } .productDiv_c1 { left: 50% !important;; top: 40% !important;; width: 100% !important;; } .productP4 { font-size: 20px !important;; width: 100% !important;; } .productP4 i { padding: 4.6rem 1rem!important; } .productP2 { padding-left: 24px !important;; } .productP2 span{ line-height: 20px !important;; } .productDiv_c3 { padding: 0px 0px 20px 0px !important;; } .productDiv_c2 { padding: 10px 0 0px 10px!important; } /*管理团队*/ .banner_about { margin-top: 20px!important; } .banner_aboutP1 { text-align: center!important; } .banner_aboutP2::before{ display: none!important; } .banner_aboutP2 { padding: 0px 5px!important; } .banner_aboutBg { height: 260px!important; } .about1ConP ul li div p { padding: 10px 3rem!important; min-height: unset!important; } .pro-ch3 .banner_aboutBg{ height: 400px!important; } .pro-ch3 .banner_about{ margin-top: 0!important; } .pro-ch3 .banner_aboutBg > div.bannerVideo{ padding: 0!important; } .pro-ch3 .aboutBg > .about1Img{ padding: 0!important; } .pro-ch3 .aboutBg > .about1Img img{ margin-top: 0!important; } .pro-ch3{ padding-bottom: 0px!important; } /*产品*/ .dev-ch6-banner .banner_aboutCon{ width: unset!important; } .dev-ch6 .productNumP span { padding-left: 2.9rem; } .dev-ch6 .productNum ol p.medicne { padding-left: 0px!important; } .dev-ch6 .productNum ol p strong:nth-of-type(2), .dev-ch6 .productNum ol p strong:nth-of-type(3) { width: 25% !important; padding-left: 35px!important; } .dev-ch6 .productNum ol p strong:nth-of-type(4) { width: 15% !important; padding-left: 20px!important; } .dev-ch6 .productNum ol p strong:nth-of-type(1) { width: 30% !important; } .dev-ch6 .jkyl,.jkyl-data{ display: none!important; } .wrap-640{ display: block!important; } .pro-wrap-640{ color: #333!important; border-bottom: 1px #555 solid; margin-bottom: 5px; } .pro-wrap-item-640{ display: flex!important; width: 100% !important; } .pro-wrap-item-640 span:first-child{ width: 50% !important; display: block!important; text-align: left!important; line-height: 30px!important; height: auto!important; } .pro-wrap-item-640 span:last-child{ display: block!important; padding-left: 0!important; width: 49% !important; line-height: 30px!important; } .dev-ch6 .productNum ol p.medp { line-height: 20px!important; } /*专业服务*/ .dev-ch7 .productNumP span { padding-left: 2.9rem; } /*新闻中心*/ .man-ch3-banner .banner_aboutCon{ width: unset!important; } .man-ch3 .productNumP span{ padding-left: 2.9rem!important; } /*媒体报告*/ .man-ch4-banner .banner_aboutCon{ width: unset!important; } .man-ch4 .productNumP span{ padding-left: 2.9rem!important; } /*加入我们*/ .join-index-banner .banner_aboutCon{ width: unset!important; } .join-index .joinP1{ text-align: center; } .join-index .joinP2{ line-height: 20px; } .join-index .banner_joinLeft div { float: left; } /*企业责任*/ .contact-enter .en_aboutBg ul { display: block!important; } .contact-enter .en_aboutBg ul li:first-child { display: block!important; width: 100% !important; } .contact-enter .en_aboutBg ul li:last-child { display: block!important; width: 100% !important; margin: 10px 0px!important; } .contact-enter .en_aboutBg ul li:last-child .aboutDiv1 .joinP1{ text-align: center!important; } .contact-enter .en_aboutBg ul li:last-child .aboutDiv1 .joinP2{ line-height: 25px!important; } /*合作伙伴*/ .contact-coop .partnerCen p { padding-left: 2.35rem!important; line-height: 20px!important; } .contact-coop .partnerP2::before { left: 1rem!important; } .contact-coop .aboutDiv_c1{ padding: 10px 0; } } @media screen and (max-width: 640px) { .ban_info { font-size: 14px; } .ban_info big { font-size: 20px; } .ban_info .more { margin: 30px auto 0px auto; } } @media screen and (max-width: 640px) { .h_classname { font-size: 24px; } } @media screen and (max-width: 640px) { .h_about { padding-top: 60px; } .h_about .cont .txt .logo { width: 65px; } .h_about .cont .txt .logo img { max-width: 100%; } .h_about .pic img { border-top-right-radius: 35px; border-bottom-right-radius: 180px; } .h_about .cont .txt h3 { font-size: 14px; } .h_about .cont .txt .more { width: 150px; font-size: 14px; margin-top: 20px; padding: 0px 15px; } } @media screen and (max-width: 640px) { .h_service { padding: 55px 0px 35px 0px; } .h_servicebox { margin-top: -24px; padding-top: 54px; } .h_servicebox .owl-dots { top: -50px; } .h_servicebox li a .pic img { border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 30px; } .h_servicebox li a .tit { border-bottom-left-radius: 10px; border-bottom-right-radius: 30px; height: 30px; } .h_servicebox li a .tit span { font-size: 16px; padding-left: 0px; line-height: 20px; } } @media screen and (max-width: 640px) { .h_team { padding: 30px 15px 27px 15px; } .h_team .pic img { border-top-left-radius: 35px; border-bottom-left-radius: 180px; } .h_team .cont .info { margin-top: 20px; font-size: 14px; } .h_team .cont .more { width: 150px; font-size: 14px; margin-top: 20px; padding: 0px 15px; } } @media screen and (max-width: 640px) { .s_history .cont { padding: 65px 0px 90px 0px; margin-top: 30px; } .s_history .cont .historylist:after { width: 0px; } .s_history .cont .historylist li { margin-bottom: 50px; } .s_history .cont .historylist li:after { display: none; } .s_history .cont .historylist li .img { float: none; margin: 0px auto; } .s_history .cont .historylist li.on .img { float: none; margin: 0px auto; } .s_history .cont .historylist li .img .pic { float: none; margin: 0px; } .s_history .cont .historylist li.on .img .pic { float: none; margin: 0px; } .s_history .cont .historylist li .cont1 { left: auto; right: 0px; position: static; float: right; overflow: hidden; width: 100%; margin-top: 15px; } .s_history .cont .historylist li .cont1 .txt { position: static; transform: translateY(0); -webkit-transform: translateY(0); text-align: center; } .s_history .cont .historylist li .cont1 .txt .info { font-size: 14px; float: none; width: 100%; } .s_history .cont .historylist li .cont1 .txt .times { font-size: 16px; float: none; width: 100%; line-height: 30px; text-align: center; } .s_history .cont .historylist li .cont1 .txt .times span { font-size: 24px; } } @media screen and (max-width: 640px) { .s_team { padding: 30px 0px 45px 0px; } .s_team .cont1 { padding: 20px 0px 30px 0px; } .s_team .cont1 .tit { font-size: 24px; margin: 10px 0px; } .s_team .cont1 .itpic { margin-top: 15px; } .s_team .cont1 .ittxt { margin-top: 20px; } .s_team .cont1 .ittxt .imglist li .box .tit { font-size: 16px; } .s_team .cont1 .ittxt .imglist { margin-top: -15px; } .s_team .cont1 .ittxt .imglist li { width: 100%; } .s_team .cont1 .ittxt .imglist li .box { margin-top: 15px; } .s_team .cont1 .ittxt .imglist li .box .txt { margin-top: 0px; } .s_team .cont2 { padding: 25px 0px; } .s_team .cont2 .tit { font-size: 24px; margin-bottom: 15px; } .s_team .cont2 h2 { margin: 0px; font-size: 16px; } .s_team .cont3 { padding: 25px 0px 0px 0px; } .s_team .cont3 .tit { font-size: 24px; margin-bottom: 15px; } .s_team .cont3 .imglist { margin-top: 0px; } } @media screen and (max-width: 640px) { .s_job { padding: 30px 0px 30px 0px; } .s_job .job_search { margin-top: 0px; } .s_job .jobcont { margin-top: 20px; } .s_job .jobcont .job_nav li { padding: 15px 0px; font-size: 16px; } .s_job .jobcont .job_nav li .txt { padding: 0px 5%; } .s_job .jobcont .joblist li a { padding: 15px 0px; } .s_job .jobcont .joblist li a span { font-size: 16px; } .s_job .jobcont .joblist li a .more { position: relative; margin-top: 10px; } .s_job .job_search .int { width: calc(100% - 35px); font-size: 16px; } .s_job .job_search .int::-webkit-input-placeholder { font-size: 16px; } .s_job .job_search .int::-moz-placeholder { font-size: 16px; } .s_job .job_search .int::-moz-placeholder { font-size: 16px; } .s_job .job_search .int::-ms-input-placeholder { font-size: 16px; } .s_job .job_search .btn { width: 20px; height: 20px; margin-top: 8px; } .s_jobdetail { padding: 30px 0px 45px 0px; } .s_jobdetail .tit { font-size: 24px; } .s_jobdetail .cont .l_cont { width: 100%; } .s_jobdetail .cont .l_cont .apply { width: 130px; } .s_jobdetail .cont .r_cont { width: 100%; } } @media screen and (max-width: 640px) { .h_news .g-wrap { min-height: 600px; padding-top: 50px; } .h_news .newsbox .hd ul li { font-size: 24px; margin-right: 30px; } .eventbox li { height: 300px; } .eventbox li a .txt { font-size: 18px; } .eventbox .owl-dots .owl-dot { margin-left: 10px; } } @media screen and (max-width: 640px) { .footer .b_nav { display: none; } .footer .bottom .h_contact { width: 100%; padding-top: 35px; } .footer .bottom .h_contact li { font-size: 14px; } .footer .bottom .copyright { width: 100%; } .footer .bottom .copyright .follow { text-align: left; font-size: 14px; } .footer .bottom .copyright .txt { text-align: left; margin-top: 15px; font-size: 14px; } } @media screen and (max-width: 640px) { .process4 { padding: 30px 0px 50px 0px; } .process4 .cont .pic img { border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 80px; } .process4 .cont .txt { font-size: 14px; } .process4 .service { margin-top: 20px; padding: 30px 0px; font-size: 14px; } .process4 .service h2 { font-size: 24px; margin-bottom: 20px; } .process4 .service p { padding-left: 20px; } .process4 .service p:before { top: 12px; } .process4 .cont2 { margin-top: 30px; } .process4 .cont2 h2 { font-size: 24px; } .process4 .cont3 .pic img { border-top-left-radius: 24px; border-top-right-radius: 10px; border-bottom-left-radius: 60px; border-bottom-right-radius: 10px; } .process4 .cont3 .info { font-size: 14px; } } @media screen and (max-width: 640px) { .s_resources .s_video { padding: 30px 0px; } .s_resources .s_video .imglist li { width: 50%; } .s_resources .s_video .v_cont .pic .play { width: 50px; height: 50px; } .s_resources .s_video .v_cont .pic .txt { height: 50px; } .s_resources .s_video .v_cont .pic .txt span { font-size: 16px; } .s_resources .s_video .imglist li a .img:after { width: 40px; height: 40px; } } @media screen and (max-width: 640px) { .process { padding: 30px 0px; margin-top: 20px; } .process .cont .txt { font-size: 14px; line-height: 30px; } .process .cont .txt h2 { font-size: 24px; } } @media screen and (max-width: 640px) { .process1 { padding: 30px 0px 45px 0px; } .process1 .pic img { border-top-right-radius: 20px; border-bottom-right-radius: 80px; } .process1 .txt { font-size: 14px; line-height: 30px; padding-top: 15px; overflow: hidden; } } @media screen and (max-width: 640px) { .process3 { padding: 30px 0px 50px 0px; } .process3 .cont .pic img { border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 80px; } .process3 .cont .txt { font-size: 14px; } .process3 .service { margin-top: 20px; padding: 30px 0px; font-size: 14px; } .process3 .service h2 { font-size: 24px; margin-bottom: 20px; } .process3 .service p { padding-left: 20px; } .process3 .service p:before { top: 12px; } .process3 .cont2 { margin-top: 30px; } .process3 .cont2 h2 { font-size: 24px; } } @media screen and (max-width: 640px) { .s_project { padding: 20px 0px 0px 0px; } .s_project .cont1 h2 { font-size: 18px; margin-bottom: 25px; } .s_project .cont1 .imglist li { width: 100%; } .s_project .cont1 .imglist li a .txt { height: auto; } .s_project .cont2 { padding: 38px 0px 48px 0px; } .s_project .cont2 .txt h2 { font-size: 16px; margin-bottom: 0px; } } @media screen and (max-width: 640px) { .process_lc { margin-top: 30px; } .process_lc li .txt span { font-size: 16px; } .process_lc li .info { line-height: 25px; } .process_lc li .info p:after { top: 10px; } .process_lc li .info h3 { font-size: 16px; } } @media screen and (max-width: 640px) { .s_project .cont2 { padding: 30px 0px 40px 0px; } } @media screen and (max-width: 640px) { .process2 { padding: 30px 0px 50px 0px; } .process2 .cont { font-size: 14px; } .process2 .cont1 h2 { font-size: 24px; } .process2 .cont table tr td { font-size: 14px; } } @media screen and (max-width: 640px) { .s_careers { padding: 30px 0px 30px 0px; } .s_culture { padding: 25px 0px 10px 0px; } .s_culture .cont1 big { font-size: 24px; } .s_culture .cont2 h2 { font-size: 24px; } .s_culture .cont2 .info .txt { width: 100%; } .s_culture .cont2 .info .img { width: 100%; } .s_culture .cont2 .info .txt li span { font-size: 18px; } .culturecont3 h2 { font-size: 24px; } .culturecont3 ul { margin-top: 15px; } .culturecont3 ul li { padding: 20px 0px; } .culturecont3 ul li .img { float: none; margin: 0px auto; width: 80%; } .culturecont3 ul li .txt { position: static; transform: translateY(0); -webkit-transform: translateY(0); width: 100%; margin-top: 15px; } .culturecont3 ul li .txt .tit { font-size: 16px; text-align: center; } .culturecont3 ul li .txt .tit span { font-size: 18px; } .cultureoffer { padding: 25px 0px 0px 0px; } .cultureoffer h2 { font-size: 24px; } .cultureoffer .info { margin-top: 20px; } .cultureoffer .info .pic { display: none; } } @media screen and (max-width: 640px) { .s_cgmp .cont { font-size: 14px; padding: 20px 0px 50px 0px; } .s_cgmp .cont.m50 { padding: 25px 0px 30px 0px; } .s_cgmp .cont li { padding-left: 20px; } .s_cgmp .cont1 .g-wrap .service_cont h2 { font-size: 24px; margin-bottom: 30px; } .s_cgmp .cont1 .g-wrap .service_cont .imglist li { width: 50%; } .s_cgmp .cont1 .g-wrap .service_cont .imglist li a .txt span { font-size: 14px; } .s_cgmp .cont1 .g-wrap .service_cont h3 { font-size: 24px; } .s_cgmp .cont1 .g-wrap .service_cont dd { font-size: 14px; line-height: 30px; padding-left: 20px; } .s_cgmp .cont1 .g-wrap .service_cont .equipment { width: 100%; min-height: auto; padding: 20px; } .s_cgmp .cont1 .g-wrap .service_cont .future { width: 100%; min-height: auto; margin-top: 0px; padding: 0px; } .s_cgmp .cont2 { font-size: 14px; line-height: 30px; padding: 30px 0px 40px 0px; } .s_cgmp .cont2 li { padding-left: 20px; } .s_cgmp .cont2 .facility, .s_cgmp .cont2 .capabilities { width: 100%; } .s_cgmp .cont2 .capabilities { margin-top: 30px; } .s_cgmp .cont2 h2 { font-size: 24px; margin-bottom: 15px; } .s_cgmp .cont2 li:before { top: 12px; } } @media screen and (max-width: 640px) { .s_affairs { padding: 20px 0px 50px 0px; } .s_affairs .cont { font-size: 14px; padding-top: 20px; } .s_affairs .cont1 { margin-top: 20px; } .s_affairs .cont1 .pic img { border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 80px; } .s_affairs .cont1 .txt { margin-top: 15px; } .s_affairs .cont1 .txt h2 { font-size: 24px; padding: 0px 0px 10px 0px; } .s_affairs .cont1 .txt li { padding-left: 20px; font-size: 14px; } } @media screen and (max-width: 640px) { .s_classname { font-size: 24px; } .s_site { margin-top: 10px; font-size: 14px; } } @media screen and (max-width: 640px) { .s_about .cont { font-size: 14px; line-height: 30px; margin-top: 15px; } .s_about .ehs { min-height: auto; } .s_about .ehs img { display: block; } .s_about .imglist { margin-top: 0px; } .s_about .imglist li { width: 50%; } .s_about .imglist li a .txt { font-size: 14px; line-height: 25px; } } @media screen and (max-width: 640px) { .s_news { padding: 30px 0px 55px 0px; } .s_news .n_search { margin: 30px 0px 0px 0px; } .s_news .n_search li { width: 35%; } .s_news .n_search li:last-child { width: 25%; } .s_news .newslist li a { padding: 15px 0px; } .s_news .newslist li a span { font-size: 18px; line-height: 30px; margin-bottom: 15px; } .s_news .newslist li a .times { font-size: 16px; } .newscont { font-size: 14px; line-height: 28px; } .newscont .newstit { font-size: 20px; line-height: 30px; } } @media screen and (max-width: 640px) { .pages { margin-top: 40px; } .pages .mpage { display: none; } } @media screen and (max-width: 640px) { .npage { padding-top: 15px; } } @media screen and (max-width: 640px) { .s_qms .cont { font-size: 14px; padding: 20px 0px 50px 0px; } .s_qms .cont .imglist { margin-top: 0px; } .s_qms .cont .imglist li { width: 100%; } .s_qms .cont h2 { font-size: 24px; margin-bottom: 10px; } .s_qms .cont1 { padding: 40px 0px; } .s_qms .cont1 .imglist { margin-right: -15px; } .s_qms .cont1 .imglist li a { margin-right: 15px; } .s_qms .cont1 h2 { font-size: 24px; margin-bottom: 35px; } .s_qms .cont1 .imglist li a .txt { font-size: 14px; } } @media screen and (max-width: 640px) { .s_about .ehs .info { display: none; } .s_about .ehstxt { display: block; } } @media screen and (max-width: 640px) { .xialaph { top: 116px !important; } .home-index{ padding-top: 20px!important; margin-top: 0 !important; } .s_contact { padding: 20px 0px 65px 0px; } .s_contact .clist { padding: 30px 0px 30px 0px; } .s_contact .clist .imglist li { width: 100%; } .s_contact .clist .imglist li .box h2 { font-size: 18px; } .s_contact .clist .imglist li .box h3 { margin-top: 0px; } .s_contact .map { min-height: 350px; } .g-wrap .h_servicebox { padding-right: 0px; } .h_classname{ text-align: center; } .cont .txt{ width: 100% !important; } .cont .txt div.wow,.cont div.txt{ display: flex; flex-direction: column; align-items: center; } div.en-wow{ display: unset!important; } .en_home_index_gaikuan{ text-align: center; } .h_news .newsbox .bd ul{ padding: 0!important; } .eventbox > ul{ display: flex; flex-direction: column; } .eventbox > ul > li{ width: 100%; height: 200px; margin-bottom: 10px; } .s_news .n_search li { width: 100%; margin-bottom: 15px; } .s_news .n_search li:last-child { width: 100%; padding: 0px; } .s_news .newslist li a { font-size: 14px; line-height: 25px; } .s_news .newslist li a span { font-size: 14px; line-height: 25px; } .s_news .newslist li a .times { font-size: 14px; } .newscont .newstit { font-size: 16px; } .newscont p { margin-bottom: 5px; } .h_classname_en { font-size: 25px!important; text-align: center; } /*关于我们*/ .aboutSpan1 { margin-bottom: 15px!important; line-height: 22px!important; } .textIndent34 { line-height: 20px!important; } .en_pro_li{ height: auto !important; } /*企业文化*/ .productBg { margin-top: 20px !important; } .productDiv_c1 { left: 50% !important;; top: 40% !important;; width: 100% !important;; } .productP4 { font-size: 20px !important;; width: 100% !important;; } .productP4 i { padding: 4.6rem 1rem!important; } .productP2 { padding-left: 24px !important;; } .productP2 span{ line-height: 20px !important;; } .productDiv_c3 { padding: 0px 0px 20px 0px !important;; } .productDiv_c2 { padding: 10px 0 0px 10px!important; } /*管理团队*/ .banner_about { margin-top: 20px!important; } .banner_aboutP1 { text-align: center!important; } .banner_aboutP2::before{ display: none!important; } .banner_aboutP2 { padding: 0px 5px!important; } .banner_aboutBg { height: 260px!important; } .about1ConP ul li div p { padding: 10px 3rem!important; min-height: unset!important; } .pro-ch3 .banner_aboutBg{ height: 400px!important; } .pro-ch3 .banner_about{ margin-top: 0!important; } .pro-ch3 .banner_aboutBg > div.bannerVideo{ padding: 0!important; } .pro-ch3 .aboutBg > .about1Img{ padding: 0!important; } .pro-ch3 .aboutBg > .about1Img img{ margin-top: 0!important; } .pro-ch3{ padding-bottom: 0px!important; } /*产品*/ .dev-ch6-banner .banner_aboutCon{ width: unset!important; } .dev-ch6 .productNumP span { padding-left: 2.9rem; } .dev-ch6 .productNum ol p.medicne { padding-left: 0px!important; } .dev-ch6 .productNum ol p strong:nth-of-type(2), .dev-ch6 .productNum ol p strong:nth-of-type(3) { width: 25% !important; padding-left: 35px!important; } .dev-ch6 .productNum ol p strong:nth-of-type(4) { width: 15% !important; padding-left: 20px!important; } .dev-ch6 .productNum ol p strong:nth-of-type(1) { width: 30% !important; } .dev-ch6 .jkyl,.jkyl-data{ display: none!important; } .wrap-640{ display: block!important; } .pro-wrap-640{ color: #333!important; border-bottom: 1px #555 solid; margin-bottom: 5px; } .pro-wrap-item-640{ display: flex!important; width: 100% !important; } .pro-wrap-item-640 span:first-child{ width: 50% !important; display: block!important; text-align: left!important; line-height: 30px!important; height: auto!important; } .pro-wrap-item-640 span:last-child{ display: block!important; padding-left: 0!important; width: 49% !important; line-height: 30px!important; } .dev-ch6 .productNum ol p.medp { line-height: 20px!important; } /*专业服务*/ .dev-ch7 .productNumP span { padding-left: 2.9rem; } /*新闻中心*/ .man-ch3-banner .banner_aboutCon{ width: unset!important; } .man-ch3 .productNumP span{ padding-left: 2.9rem!important; } /*媒体报告*/ .man-ch4-banner .banner_aboutCon{ width: unset!important; } .man-ch4 .productNumP span{ padding-left: 2.9rem!important; } /*加入我们*/ .join-index-banner .banner_aboutCon{ width: unset!important; } .join-index .joinP1{ text-align: center; } .join-index .joinP2{ line-height: 20px; } .join-index .banner_joinLeft div { float: left; } /*企业责任*/ .contact-enter .en_aboutBg ul { display: block!important; } .contact-enter .en_aboutBg ul li:first-child { display: block!important; width: 100% !important; } .contact-enter .en_aboutBg ul li:last-child { display: block!important; width: 100% !important; margin: 10px 0px!important; } .contact-enter .en_aboutBg ul li:last-child .aboutDiv1 .joinP1{ text-align: center!important; } .contact-enter .en_aboutBg ul li:last-child .aboutDiv1 .joinP2{ line-height: 25px!important; } /*合作伙伴*/ .contact-coop .partnerCen p { padding-left: 2.35rem!important; line-height: 20px!important; } .contact-coop .partnerP2::before { left: 1rem!important; } .contact-coop .aboutDiv_c1{ padding: 10px 0; } } @media screen and (max-width: 480px) { .xialaph { top: 106px !important; } } @media screen and (max-width: 480px) { .s_qms .cont { padding: 20px 0px 30px 0px; } .s_qms .cont h2 { font-size: 18px; } .s_qms .cont1 { padding: 30px 0px; } .s_qms .cont1 .imglist li { width: 100%; } .s_qms .cont1 h2 { font-size: 18px; } .s_qms .cont1 .imglist li a .txt { margin-top: 15px; } } @media screen and (max-width: 480px) { .s_contact { padding: 15px 0px 45px 0px; } } @media screen and (max-width: 480px) { .s_about .imglist li { width: 100%; } } @media screen and (max-width: 480px) { .s_affairs .cont1 .txt h2 { font-size: 18px; } } @media screen and (max-width: 480px) { .s_cgmp .cont1 .g-wrap { padding: 40px 15px; min-height: auto; } .s_cgmp .cont1 .g-wrap .service_cont { position: static; transform: translate(0, 0); -webkit-transform: translate(0, 0); margin: 0px auto; } .s_cgmp .cont1 .g-wrap .service_cont h2 { font-size: 18px; margin-bottom: 20px; } .s_cgmp .cont1 .g-wrap .service_cont .imglist li { width: 100%; } .s_cgmp .cont1 .g-wrap .service_cont .imglist li a .txt { height: 78px; } .s_cgmp .cont1 .g-wrap .service_cont h3 { font-size: 18px; } .s_cgmp .cont2 h2 { font-size: 18px; } .s_cgmp .cont2 .capabilities { margin-top: 15px; } } @media screen and (max-width: 480px) { .s_culture .cont1 big { font-size: 20px; } .s_culture .cont2 h2 { font-size: 20px; } .culturecont3 h2 { font-size: 20px; } .cultureoffer h2 { font-size: 20px; } } @media screen and (max-width: 480px) { .process2 .cont1 h2 { font-size: 18px; } } @media screen and (max-width: 480px) { .process3 .service h2 { font-size: 18px; margin-bottom: 10px; } .process3 .cont2 h2 { font-size: 18px; } } @media screen and (max-width: 480px) { .process1 .pic img { border-bottom-right-radius: 60px; } } @media screen and (max-width: 480px) { .process .cont { padding: 20px 20px 45px 20px; } .process .cont .txt { padding-top: 15px; } .process .cont .txt h2 { font-size: 18px; } } @media screen and (max-width: 480px) { .s_resources .s_video .v_cont .pic .txt span { font-size: 14px; } .s_resources .s_video .imglist { margin-top: 15px; margin-right: -15px; } .s_resources .s_video .imglist li a { margin-right: 15px; margin-top: 15px; } } @media screen and (max-width: 480px) { .process4 .service h2 { font-size: 18px; margin-bottom: 10px; } .process4 .cont2 h2 { font-size: 18px; } } @media screen and (max-width: 480px) { .footer .bottom .h_contact li { line-height: 30px; margin-bottom: 5px; } .footer .bottom .h_contact li em { top: 8px; } } @media screen and (max-width: 480px) { .h_news .g-wrap { min-height: 430px; padding-top: 40px; } .h_news .newsbox .hd { margin-bottom: 0px; } .h_news .newsbox .hd ul li { font-size: 18px; } .h_news .newsbox .bd ul { padding-top: 84px; } .eventbox li { height: 270px; } .eventbox li a .txt { font-size: 14px; line-height: 30px; } .eventbox .owl-dots { top: -80px; } } @media screen and (max-width: 480px) { .s_job .jobcont { margin-top: 0px; } .s_jobdetail .tit { font-size: 20px; } } @media screen and (max-width: 480px) { .searchbg .search .close { width: 20px; } } @media screen and (max-width: 480px) { .s_team .cont1 .itpic .imglist li { width: 100%; } .s_team .cont1 .itpic .imglist li .box { margin-top: 15px; } .s_team .cont3 .imglist li { width: 100%; } .s_team .cont3 .imglist li .box { margin-top: 15px; } } @media screen and (max-width: 480px) { .s_history .cont { padding: 35px 0px 50px 0px; margin-top: 30px; } .s_history .cont .historylist li { margin-bottom: 20px; } } @media screen and (max-width: 480px) { .h_team .pic img { border-top-left-radius: 25px; border-bottom-left-radius: 60px; } } @media screen and (max-width: 480px) { .h_service { padding: 30px 0px 30px 0px; } .h_servicebox li a .tit span { font-size: 14px; } } @media screen and (max-width: 480px) { .h_about { padding-top: 30px; } .h_about .pic img { border-top-right-radius: 25px; border-bottom-right-radius: 60px; } .h_about .pic .play { width: 60px; height: 60px; } } @media screen and (max-width: 480px) { .h_classname { font-size: 18px; } } @media screen and (max-width: 480px) { .phhead .logo { padding: 15px 0px; } .phhead .logo a img{ width: 108px !important; } .xialaph { top: 83.56px; } } @media screen and (max-width: 480px) { .careersbg { height: 84px; } } @media screen and (max-width: 480px) { .videobg .video .close { width: 20px; } } @media screen and (max-width: 414px) { .xialaph { top: 55px !important; } .xialaph .ul1 { height: 100% !important; overflow-y: scroll!important; padding-bottom: 50px!important; } } @media screen and (max-width: 375px) { .xialaph { top: 54px !important; } .xialaph .ul1 { height: 100% !important; overflow-y: scroll!important; padding-bottom: 0px!important; } .productNumP span { padding-left: 3.9rem!important; } .pro-ch1 .productBg ul li{ width: 100% !important; } .pro-ch1 .productCon1 > li:first-child img{ width: 70% !important; } .pro-ch1 .productCon1 > li:nth-child(3) .productDiv2{ height: auto!important; margin: 20px 0!important; } .pro-ch1 .productCon1 > li:nth-child(5) .productDiv_c3{ margin: 20px 0!important; } .pro-ch1 .productSpan1 { font-size: 20px; } .pro-ch2 .banner_aboutBg { height: 430px!important; } .pro-ch2 .about1Span2 { line-height: 2.4rem!important; } .productNumP{ padding-right: 10px!important; height: 3rem!important; line-height: 3rem!important; padding-left: 0.5rem!important; } .productNumP > span{ display: block!important; white-space: nowrap!important; overflow: hidden!important; text-overflow: ellipsis!important; box-sizing: border-box!important; height: 3rem!important; line-height: 3rem!important; } .productNumP > b{ display: none!important; } .s_qms > .g-wrap > .join_p:nth-child(2){ height: 115px!important; } .contact-coop ul > li > div > p{ font-size: 14px!important; } .contact-coop ul > li > div > span{ font-size: 20px!important; } .contact-coop .partnerCen img{ height: 125px!important; } .h_servicebox li a .tit span { font-size: 12px!important; line-height: 12px!important; } .pro-ch3 .banner_aboutBg { height: 550px!important; } .pro-ch3 .aboutBg > .about1Img { margin-bottom: 15px!important; } } @media screen and (max-width: 320px) { .phhead .logo { width: 46px; padding: 0px; } .logo a img { width: 103px !important; } .xialaph { top: 52px !important; } .xialaph .ul1 { height: 100% !important; overflow-y: scroll!important; padding-bottom: 200px!important; } .productNumP span { padding-left: 3.9rem!important; } .h_servicebox li a .tit { height: 36px!important; } .h_servicebox li a .tit span { font-size: 12px !important; } ul.owl-fuwu { display: unset!important; } ul.owl-fuwu li{ width: 46% !important; margin: 2% !important; float: left!important; } /*管理团队*/ .pro-ch2 } /*-----------------英文-----------------------*/ /*home/index*/ .h_classname_en{ font-size: 35px; font-family: "AvertaStd"; color: #555; } .en_home_index_gaikuan{ display: flex; justify-content: space-around; line-height: 30px; font-size: 18px; } .en_home_index_gaikuan > span{ display: block; } .en_home_index_gaikuan_item{ display: inline-flex; } /*projectmag/child2*/ .en_about1Span1{ color: #00479d; font-size: 18px; letter-spacing: 0.15rem; line-height: 35px; } /*----------------------------------------*/ ul.owl-fuwu{ display: flex; justify-content: space-around; } ul.owl-fuwu > li{ width: 23%; } ul.owl-fuwu > li img{ width: 100%; }