| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713 |
- @import url(pscroll.css);
- /*内页*/
- .o_big {
- overflow: hidden;
- background-position: center center;
- background-repeat: no-repeat;
- background-size: auto 100%;
- position: relative;
- display: flex;
- justify-content: center;
- }
- .o_big h1 {
- color: #fff; margin: 0 auto;position: absolute; top: 120px; font-size: 60px;
- }
- .o_big img {
- width: 100%;
- filter: Alpha(Opacity=0);
- min-height: 120px;
- }
- .postions {
- height: 41px;
- line-height: 41px;
- overflow: hidden;
- background: #f1f1f1;
- color: #919191;
- font-size: 12px;
- }
- .postions a {
- color: #919191;
- }
- /*分页*/
- /*秀 站 网分页样式*/
- .pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
- .pages .pagination {display:inline-block;margin:0 auto;padding:0}
- .pages .pagination .page-item,.pages .pagination .page-num{color:#555; padding: 5px 12px; display:block; border-radius: 2px; border: 1px solid #ddd;float: left;margin: 0 5px;}
- .pages .pagination .page-num-current{ background:#333; color:#fff; border:#333 1px solid}
- @media only screen and (max-width:768px){
- .pages .pagination .page-num {display: none;}
- }
- /*硬件产品*/
- .product_a {
- overflow: hidden;
- padding-top: 3%;
- text-align: center;
- margin-bottom: 2%;
- }
- .product_a a {
- display: inline-block;
- height: 56px;
- line-height: 56px;
- background-color: #f0f0f0;
- width: 160px;
- font-size: 14px;
- color: #444444;
- margin-left: 0.5%;
- margin-right: 0.5%;
- margin-bottom: 2%;
- transition: all 0.3s;
- }
- .product_a a:hover {
- background-color: #409EFF;
- color: #fff;
- filter: Alpha(Opacity=80);
- opacity: 0.8;
- }
- .product_a a.csel {
- background-color: #409EFF;
- color: #fff;
- }
- .product_ul {
- overflow: hidden;
- padding-bottom: 20px;
- padding-top: 8px;
- }
- .product_ul ul {
- display: flex;
- flex-wrap: wrap;
- }
- .product_ul ul li {
- float: left;
- width: 32.1%;
- margin-left: 0.5%;
- margin-right: 1%;
- overflow: hidden;
- margin-bottom: 1.5%;
- text-align: center;
- background-color: #fff;
- }
- .product_ul ul li .product_b {
- border: 1px solid #e8e8e8;
- padding-bottom: 36px;
- }
- .product_ul ul li:nth-child(3n+0) {
- margin-right: 0;
- }
- .product_ul ul li img {
- display: inline-block;
- width: 100%;
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -ms-transform: scale(1);
- -o-transform: scale(1);
- transform: scale(1);
- -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;
- vertical-align: middle;
- }
- .product_ul ul li .imgs {
- width: 100%;
- overflow: hidden;
- }
- .product_ul ul li h2 {
- font-weight: normal;
- color: #333333;
- line-height: 36px;
- height: 36px;
- text-align: center;
- overflow: hidden;
- padding-left: 2%;
- padding-right: 2%;
- white-space: nowrap;
- text-overflow: ellipsis;
- transition: all 0.3s;
- margin-bottom: 1%;
- }
- .product_ul ul li p {
- line-height: 20px;
- height: 40px;
- overflow: hidden;
- color: #929292;
- font-size: 14px;
- padding-left: 2%;
- padding-right: 2%;
- max-width: 350px;
- margin: 0 auto;
- }
- .product_ul ul li em {
- display: block;
- color: #ee697e;
- font-size: 14px;
- margin-top: 10px;
- line-height: 20px;
- height: 20px;
- overflow: hidden;
- }
- .product_ul ul li label {
- display: block;
- color: #333;
- font-size: 14px;
- line-height: 20px;
- height: 20px;
- overflow: hidden;
- margin-top: 5px;
- }
- .product_ul ul li:hover img {
- -webkit-transform: scale(1.1, 1.1);
- -moz-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
- }
- .product_ul ul li:hover {
- -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
- box-shadow: 0 5px 20px rgba(0,0,0,0.1);
- -webkit-transform: translate3d(0, -2px, 0);
- transform: translate3d(0, -2px, 0);
- transition: all 0.3s;
- }
- .product_ul ul li:hover h2 {
- color: #00a1e9;
- }
- .product_ul ul li:hover .product_b {
- border: 1px solid #fff;
- }
- /*公司动态*/
- .news_bg {
- overflow: hidden;
- padding-top: 3%;
- }
- .news_con {
- overflow: hidden;
- }
- .news_con ul li {
- overflow: hidden;
- margin-bottom: 2%;
- padding-bottom: 2%;
- border-bottom: 1px solid #cccccc;
- display: block;
- }
- .news_con ul li:last-child {
- border-bottom: 0;
- margin-bottom: 0;
- }
- .news_con ul li .imgs {
- width: 19%;
- float: left;
- display: inline;
- overflow: hidden;
- }
- .news_con ul li .imgs img {
- width: 100%;/* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -ms-transform: scale(1);
- -o-transform: scale(1);
- transform: scale(1);
- -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;
- }
- .news_con ul li:hover .imgs img {/*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
- -webkit-transform: scale(1.1, 1.1);
- -moz-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
- }
- .news_con ul li .i_about_r {
- float: right;
- display: inline;
- line-height: 22px;
- width: 78%;
- overflow: hidden;
- }
- .news_con ul li .i_about_r h3 {
- line-height: 22px;
- height: 22px;
- overflow: hidden;
- font-size: 18px;
- color: #333;
- font-weight: normal;
- margin-bottom: 1%;
- }
- .news_con ul li .i_about_r label {
- display: block;
- color: #999999;
- font-size: 14px;
- height: 20px;
- line-height: 20px;
- padding-left: 19px;
- margin-bottom: 1%;
- }
- .news_con ul li .i_about_r .p {
- max-height: 48px;
- overflow: hidden;
- font-size: 14px;
- color: #7b7b7b;
- line-height: 24px;
- }
- .news_con ul li .i_about_r .news_more {
- margin-top: 2%;
- width: 106px;
- text-align: center;
- float: left;
- height: 34px;
- line-height: 34px;
- background-color: #f5f5f5;
- border: 1px solid #bababa;
- color: #828282;
- font-size: 13px;
- transition: all 0.3s;
- }
- .news_con ul li:hover .i_about_r .news_more {
- background-color: #409EFF;
- color: #fff;
- border: 1px solid #409EFF;
- }
- .news_con ul li:hover .i_about_r h3 {
- color: #409EFF;
- }
- /*公司动态详细*/
- .about_x {
- overflow: hidden;
- line-height: 30px;
- font-size: 14px;
- color: #666666;
- }
- .about_x img {
- margin-bottom: 15px;
- max-width: 100%;
- height: auto !important;
- }
- .about_x .show_t {
- line-height: 36px;
- font-size: 24px;
- color: #333;
- text-align: center;
- margin-bottom: 15px;
- font-weight: normal;
- }
- .about_x .con_line {
- height: 40px;
- line-height: 40px;
- font-size: 12px;
- color: #999999;
- border-bottom: 1px dashed #cccccc;
- text-align: center;
- }
- .about_x .con_id {
- line-height: 30px;
- overflow: hidden;
- white-space: normal;
- word-break: break-all;
- padding-top: 20px;
- text-align: left;
- padding-bottom: 40px;
- }
- .about_x table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- .about_x table td {
- line-height: 22px;
- height: 27px; /*border:1px solid #000;*/
- }
- .prenext {
- font-size: 16px;
- line-height: 60px;
- margin-top: 20px;
- color: #444;
- }
- .prenext span {
- float: left;
- width: 108px;
- color: #666666;
- font-size: 16px;
- }
- .prenext a {
- color: #444;
- }
- .prenext a:hover {
- color: #00a1e9;
- text-decoration: none;
- }
- .prenext:last-child {
- border-top: 0;
- margin-top: 0;
- margin-bottom: 10px;
- }
- .goback {
- float: right;
- height: 26px;
- line-height: 26px;
- text-align: right;
- padding-left: 23px;
- background: url(../img/goback.png) left center no-repeat;
- font-size: 14px;
- color: #333333;
- margin-top: 8px;/* border-bottom:1px solid #a6a6a6;*/
- }
- .fenxiang {
- height: 30px;
- overflow: hidden;
- }
- .fenxiang .span {
- float: right;
- font-size: 14px;
- line-height: 34px;
- }
- /*公司介绍*/
- .about_bg {
- background-color: #f5f5f5;
- overflow: hidden;
- }
- .about_div {
- overflow: hidden;
- }
- .about_div .i_one_div_txt {
- width: 46.9%;
- padding-left: 1.6%;
- padding-right: 1.5%;
- }
- .about_div .i_one_div_txt .i_one_con {
- max-width: 588px;
- }
- .about_div .i_one_div_txt .i_one_t {
- line-height: 30px;
- color: #0044dc;
- }
- .about_div .i_one_div_txt .i_one_t img {
- display: block;
- margin-top: 12%;
- margin-bottom: 2%;
- }
- .about_div .i_one_div_txt .i_one_p {
- color: #666666;
- font-size: 14px;
- line-height: 22px;
- padding-top: 2%; /*height:260px; */
- overflow: hidden;
- text-align: left;
- }
- .about_div .i_one_div_txt .i_one_p.brandfont {
- font-size: 16px;
- text-align: center;
- padding-top: 0;
- }
- .about_div .i_one_div_img {
- width: 50%;
- overflow: hidden;
- }
- .about_div .i_one_div_img img {
- width: 100%;
- -webkit-transition: all 0.8s ease-out;
- -ms-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .about_div .i_one_div_img:hover img {
- -webkit-transform: scale(1.1);
- -moz-transform: scale(1.1);
- -o-transform: scale(1.1);
- transform: scale(1.1);
- }
- .about_two {
- overflow: hidden;
- text-align: center;
- padding-top: 3%;
- padding-bottom: 3%;
- background-color: #fff;
- width: 98%;
- padding-left: 1%;
- padding-right: 1%;
- }
- .about_two ul li {
- float: left;
- width: 30.33%;
- margin-left: 1.5%;
- margin-right: 1.5%;
- overflow: hidden;
- color: #7b7b7b;
- font-size: 14px;
- line-height: 24px;
- }
- .about_two ul li h2 {
- font-weight: normal;
- color: #333333;
- margin-bottom: 2%;
- }
- .about_two ul li p {
- margin: 0 auto;
- max-width: 400px;
- }
- /*企业荣誉*/
- .honor_ul {
- overflow: hidden;
- }
- .honor_ul ul li {
- width: 23.5%;
- margin-right: 2%;
- float: left;
- overflow: hidden;
- margin-bottom: 3%;
- text-align: center;
- }
- .honor_ul ul li:nth-child(4n+0) {
- margin-right: 0;
- }
- .honor_ul ul li .imgs {
- width: 100%;
- overflow: hidden;
- }
- .honor_ul ul li .imgs img {
- width: 100%;
- -webkit-transition: all 0.8s ease-out;
- -ms-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .honor_ul ul li h2 {
- color: #333;
- font-size: 13px;
- font-weight: normal;
- height: 42px;
- overflow: hidden;
- line-height: 42px;
- }
- .honor_ul ul li:Hover .imgs img {
- -webkit-transform: scale(1.1);
- -moz-transform: scale(1.1);
- -o-transform: scale(1.1);
- transform: scale(1.1);
- }
- .honor_ul ul li:Hover h2 {
- color: #00a1e9;
- }
- /*联络我们*/
- .contact_bg {
- background-color: #f5f5f5;
- overflow: hidden;
- }
- .map_div {
- overflow: hidden;
- float: left;
- width: 50%;
- }
- .map_div img {
- max-width: 100%;
- }
- .contact_r {
- overflow: hidden;
- float: left;
- width: 44%;
- margin-left: 3%;
- margin-top: 3%;
- margin-bottom: 3%;
- color: #6f6f6f;
- font-size: 14px;
- }
- .contact_r h2 {
- color: #333333;
- font-size: 26px;
- font-weight: normal;
- margin-bottom: 3%;
- }
- .contact_r ul li {
- display: block;
- margin-bottom: 10px;
- }
- .contact_r ul li img {
- display: inline-block;
- margin-right: 12px;
- margin-top: 3px;
- float: left;
- }
- /*相关案例*/
- .case_ul {
- overflow: hidden;
- padding-top: 1%;
- }
- .case_ul ul li {
- float: left;
- width: 23.5%;
- overflow: hidden;
- margin-bottom: 2%;
- margin-right: 2%;
- text-align: center;
- background-color: #f5f5f5;
- }
- .case_ul ul li:nth-child(4n+0) {
- margin-right: 0;
- }
- .case_ul ul li img {
- display: block;
- width: 100%;
- height: 100%;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -ms-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- .case_ul ul li .imgs {
- overflow: hidden;
- width: 100%;
- }
- .case_ul ul li .imgs img {
- display: block;
- width: 100%;
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -ms-transform: scale(1);
- -o-transform: scale(1);
- transform: scale(1);
- -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;
- }
- .case_ul ul li .txts {
- overflow: hidden;
- transition: all 0.3s;
- padding-bottom: 25px;
- padding-top: 25px;
- padding-left: 26px;
- padding-right: 2%;
- text-align: left;
- }
- .case_ul ul li .txts h2 {
- height: 36px;
- line-height: 36px;
- overflow: hidden;
- font-weight: normal;
- color: #333;
- }
- .case_ul ul li .txts .p {
- font-size: 14px;
- color: #aaaaaa;
- line-height: 20px;
- height: 20px;
- overflow: hidden;
- }
- .case_ul ul li:hover .imgs img {
- -webkit-transform: scale(1.1, 1.1);
- -moz-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
- }
- .case_ul ul li:hover .txts h2 {
- color: #014ee7;
- }
- .case_ul ul li .desc {
- display: none;
- }
- /*人才招聘*/
- .job_ul {
- overflow: hidden;
- border: 1px solid #e9e9e9;
- margin-bottom: 4%;
- }
- .job_ul ul li {
- float: left;
- overflow: hidden;
- width: 25%;
- cursor: pointer;
- transition: all 0.3s;
- }
- .job_ul ul li .job_div {
- overflow: hidden;
- border-right: 1px solid #e9e9e9;
- border-bottom: 1px solid #e9e9e9;
- padding-bottom: 40px;
- }
- .job_ul ul li:nth-child(4n+0) .job_div {
- border-right: 0;
- }
- .job_ul ul li .job_txt {
- max-width: 220px;
- width: 94%;
- margin: 0 auto;
- }
- .job_ul ul li h2 {
- height: 102px;
- line-height: 102px;
- background: url(../img/job_bg2.jpg) left bottom no-repeat;
- margin-top: 3%;
- color: #505050;
- font-size: 20px;
- margin-bottom: 7%;
- }
- .job_ul ul li .p {
- font-size: 14px;
- color: #646464;
- line-height: 26px;
- overflow: hidden;
- }
- .job_ul ul li em {
- font-size: 14px;
- color: #949494;
- font-style: normal;
- display: block;
- padding-top: 28px;
- overflow: hidden;
- }
- .job_ul ul li:hover {
- background-color: #0265f8;
- }
- .job_ul ul li:hover h2 {
- color: #fff;
- background: url(../img/job_bg1.jpg) left bottom no-repeat;
- }
- .job_ul ul li:hover .p {
- color: #fff;
- }
- .job_ul ul li:hover em {
- color: #fff;
- }
- .job_ul ul li dl {
- display: none;
- overflow: hidden;
- }
- /*解决方案*/
- .solution_bg {
- background: url(../img/solution_bg.jpg) center center no-repeat;
- background-size: cover;
- overflow: hidden;
- padding-top: 3%;
- padding-bottom: 2%;
- }
- .solution_bg .solution_t {
- color: #ffffff;
- font-size: 32px;
- text-align: center;
- margin-top: 1%;
- margin-bottom: 3%;
- }
- .solution_bg .solution_ul ul li {
- float: left;
- width: 32%;
- margin-right: 2%;
- overflow: hidden;
- margin-bottom: 2%;
- position: relative;
- }
- .solution_bg .solution_ul ul li:nth-child(3n+0) {
- margin-right: 0;
- }
- .solution_bg .solution_ul ul li .imgs {
- overflow: hidden;
- }
- .solution_bg .solution_ul ul li .imgs img {
- width: 100%;
- display: block;
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -ms-transform: scale(1);
- -o-transform: scale(1);
- transform: scale(1);
- -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;
- }
- .solution_bg .solution_ul ul li .txts {
- text-align: center;
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- color: #fff;
- }
- .solution_bg .solution_ul ul li .table {
- display: table;
- vertical-align: middle;
- width: 100%;
- height: 100%;
- }
- .solution_bg .solution_ul ul li .td {
- display: table-cell;
- vertical-align: middle;
- height: 100%;
- }
- .solution_bg .solution_ul ul li .txts img {
- margin: 0 auto;
- width: 20%;
- max-width: 90px;
- display: block;
- margin-bottom: 5%; /*margin-top:50px;*/
- }
- .solution_bg .solution_ul ul li .txts h2 {
- color: #efefef;
- font-weight: normal;
- margin: 0 auto;
- margin-bottom: 3%;
- max-width: 350px;
- width: 94%;
- font-size: 22px;
- }
- .solution_bg .solution_ul ul li .txts p {
- font-size: 14px;
- line-height: 22px;
- margin: 0 auto;
- max-width: 350px;
- width: 94%;
- overflow: hidden;
- }
- .solution_bg .solution_ul ul li:hover .imgs img {
- -webkit-transform: scale(1.1, 1.1);
- -moz-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
- }
- /*产品详细*/
- .product_con {
- overflow: hidden;
- font-size: 16px;
- color: #444444;
- position: relative;
- background-position: center bottom;
- background-repeat: no-repeat;
- background-size: cover;
- }
- .product_con .bigimg {
- width: 100%;
- display: block;
- min-height: 250px;
- filter: Alpha(Opacity=0);
- opacity: 0;
- }
- .product_con .tabel {
- display: table;
- width: 100%;
- height: 100%;
- }
- .product_con .td {
- display: table-cell;
- width: 100%;
- height: 100%;
- vertical-align: middle;
- }
- .product_con .td.vt {
- vertical-align: top;
- margin-top: 5%;
- }
- .product_con .txts {
- text-align: center;
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- }
- .product_con .txts .pt {
- margin-top: 10%;
- font-weight: normal;
- margin-bottom: 2%;
- }
- .product_con .txts .p1 {
- color: #444444;
- font-size: 16px;
- line-height: 26px;
- max-width: 680px;
- width: 96%;
- margin: 0 auto;
- }
- .product_con .txts .p2 {
- color: #444444;
- font-size: 16px;
- line-height: 36px;
- }
- .product_con .txts .p2 label {
- color: #6d6d6d;
- font-size: 12px;
- font-family: Arial;
- padding-right: 3px;
- }
- .product_three {
- max-width: 1120px;
- width: 94%;
- margin: 0 auto;
- overflow: hidden;
- margin-top: 3%;
- }
- .product_three_l {
- float: left;
- width: 37.5%;
- overflow: hidden;
- text-align: left;
- }
- .product_three_img {
- float: right;
- width: 59%;
- }
- .product_three_img img {
- width: 100%;
- }
- .product_con .txts .product_three_l .pt {
- margin-top: 5%;
- }
- /*产品详细2*/
- .product_con2 {
- overflow: hidden;
- font-size: 14px;
- line-height: 22px;
- }
- .product_con2 img {
- width: 100%;
- display: block;
- }
- .product_blank {
- height: 0;
- font-size: 0;
- overflow: hidden;
- }
- /*解决方案2*/
- .solution_bg2 {
- background: url(../img/solution_bg3.jpg) center center no-repeat;
- background-size: cover;
- overflow: hidden;
- padding-top: 3%;
- padding-bottom: 3%;
- }
- .solution_bg2 .solution_t2 {
- text-align: center;
- overflow: hidden;
- color: #333333;
- width: 94%;
- max-width: 900px;
- margin: 0 auto;
- }
- .solution_bg2 .solution_desc {
- color: #535353;
- font-size: 15px;
- line-height: 24px;
- width: 94%;
- max-width: 900px;
- margin: 0 auto;
- margin-top: 1%;
- text-align: center;
- }
- .solution_bg3 {
- background: url(../img/solution_bg2.jpg) center center no-repeat;
- overflow: hidden;
- margin-top: 2%;
- padding-bottom: 8%;
- }
- .solution_con {
- width: 96%;
- max-width: 1520px;
- margin: 0 auto;
- }
- .solution_con ul li {
- float: left;
- margin-top: 3%;
- overflow: hidden;
- }
- .solution_con ul li:nth-child(1) {
- width: 13%;
- padding-top: 9%;
- }
- .solution_con ul li:nth-child(2) {
- width: 22%;
- padding-right: 2%;
- padding-top: 8%;
- }
- .solution_con ul li:nth-child(3) {
- width: 20%;
- }
- .solution_con ul li:nth-child(4) {
- width: 20%;
- padding-left: 2%;
- padding-right: 2%;
- padding-top: 6%;
- }
- .solution_con ul li:nth-child(5) {
- width: 19%;
- padding-top: 10%;
- }
- .solution_con ul li .img {
- max-width: 90%;
- margin: 0 auto;
- display: block;
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -ms-transform: scale(1);
- -o-transform: scale(1);
- transform: scale(1);
- -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;
- }
- .solution_con ul li h2 {
- font-weight: bold;
- font-size: 18px;
- color: #424242;
- text-align: center;
- margin-bottom: 10px;
- overflow: hidden;
- background: url(../img/solution_bg4.png) center bottom no-repeat;
- background-size: auto 50px;
- padding-bottom: 55px;
- }
- .solution_con ul li .solution_box {
- margin-bottom: 20px;
- }
- .solution_con ul li .solution_box:hover .img {
- -webkit-transform: scale(1.1, 1.1);
- -moz-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
- }
- .solution_con ul li .solution_box:nth-child(2) {
- margin-bottom: 0%;
- }
- .solution_con ul li .solution_box:nth-child(2) h2 {
- background: url(../img/solution_bg4.png) center top no-repeat;
- background-size: auto 50px;
- padding-bottom: 0px;
- padding-top: 55px;
- }
- .solution_con ul li:nth-child(3) .solution_box:nth-child(1) {
- margin-bottom: 5%;
- }
- .solution_con ul li:nth-child(3) .solution_box:nth-child(1):hover .img {
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -ms-transform: scale(1);
- -o-transform: scale(1);
- transform: scale(1);
- }
- .solution_con ul li:nth-child(3) .solution_box:nth-child(2) {
- margin-top: 18%;
- }
- .solution_con ul li:nth-child(2) .solution_box:nth-child(2) {
- margin-left: 36%;
- }
- .solution_con ul li:nth-child(4) .solution_box:nth-child(2) {
- margin-right: 36%;
- }
- .b_link {
- overflow: hidden;
- margin-bottom: 1%;
- margin-top: 2%;
- }
- .b_link ul li {
- float: left;
- width: 15.8%;
- margin-right: 1%;
- margin-bottom: 2%;
- overflow: hidden;
- }
- .b_link ul li:nth-child(6n+0) {
- margin-right: 0;
- }
- .b_link ul li .imgs {
- overflow: hidden;
- border: 1px solid #f0f0f0;
- }
- .b_link ul li .imgs img {
- display: block;
- width: 100%;
- -webkit-transform: scale(1);
- -moz-transform: scale(1);
- -ms-transform: scale(1);
- -o-transform: scale(1);
- transform: scale(1);
- -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;
- }
- .b_link ul li:hover .imgs img {
- -webkit-transform: scale(1.1, 1.1);
- -moz-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
- }
- .b_link ul li h2 {
- font-weight: normal;
- text-align: center;
- font-size: 15px;
- margin-top: 10px;
- height: 22px;
- line-height: 22px;
- overflow: hidden;
- }
- /*防伪code.html*/
- .fangwei_div {
- width: 100%;
- height: 100%;
- overflow: hidden;
- display: inline-table;
- vertical-align: middle;
- text-align: center;
- margin-bottom: 50px;
- }
- .fangwei_div .fangwei_con {
- display: table-cell;
- vertical-align: middle;
- position: relative;
- }
- .fangwei_div .fangwei_con .imgs {
- width: 42%;
- display: inline-block;
- margin-right: 1%;
- max-width: 271px;
- }
- .fangwei_div .fangwei_con .fangwei_txt {
- display: inline-block;
- vertical-align: middle;
- width: 46%;
- padding: 4%;
- padding-top: 0;
- padding-bottom: 0;
- max-width: 330px;
- text-align: left;
- font-family: Arial;
- color: #737373;
- font-size: 14px;
- line-height: 24px;
- background-color: #464646;
- height: 271px;
- overflow: hidden;
- }
- .fangwei_div .fangwei_con .fangwei_txt .div {
- overflow: hidden;
- margin-bottom: 4%;
- }
- .fangwei_div .fangwei_con .fangwei_txt .div .inputs {
- height: 45px;
- line-height: 45px;
- width: 100%;
- text-indent: 10px;
- font-size: 18px;
- color: #313131;
- font-family: "微软雅黑";
- border: none;
- background: #191919;
- margin-top: 13%;
- outline: none;
- }
- .fangwei_div .fangwei_con .fangwei_txt .div .inputs:focus {
- color: #fff;
- }
- .fangwei_div .fangwei_con .fangwei_txt .div .inputs2 {
- float: left;
- height: 45px;
- line-height: 45px;
- width: 56%;
- text-indent: 10px;
- font-size: 18px;
- color: #313131;
- font-family: "微软雅黑";
- border: none;
- background: #191919;
- outline: none;
- }
- .fangwei_div .fangwei_con .fangwei_txt .div .inputs2:focus {
- color: #fff;
- }
- .fangwei_div .fangwei_con .fangwei_txt .div .imgs2 {
- float: right;
- width: 40%;
- height: 45px;
- }
- .fangwei_div .fangwei_con .fangwei_txt .div2 {
- text-align: center;
- overflow: hidden;
- padding-top: 8%;
- }
- .fangwei_div .fangwei_con .fangwei_txt .bnts {
- background: #409EFF;
- border: 0;
- height: 30px;
- line-height: 30px;
- width: 118px;
- color: #fff;
- font-size: 14px;
- letter-spacing: 1px;
- outline: none;
- -webkit-appearance: none;
- cursor: pointer;
- margin: 0 auto;
- }
- .fangwei_div .fangwei_con .fangwei_txt .bnts:hover {
- filter: Alpha(Opacity=80);
- opacity: 0.8;
- transition: all 0.3s;
- }
- .fangwei_pos {
- position: fixed;
- width: 100%;
- height: 100%;
- background: rgba(5,5,5,0.6);
- top: 0;
- left: 0;
- display: none;
- }
- .fangwei_pos1 {
- position: absolute;
- width: 100%;
- height: 93px;
- top: 50%;
- margin-top: -46px;
- left: 0;
- display: none;
- }
- .fangwei_pos_con {
- width: 96%;
- margin: 0 auto;
- max-width: 500px;
- height: 93px;
- background-color: #464646;
- color: #fff;
- font-size: 14px;
- font-family: "宋体";
- line-height: 30px;
- }
- .fangwei_pos_con .fangwei_pos_div {
- text-align: left;
- max-width: 370px;
- width: 96%;
- margin: 0 auto;
- padding-top: 15px;
- }
- @media screen and (max-width: 1440px) {
- /*解决方案2*/
- .solution_con ul li:nth-child(4) {
- padding-top: 4%;
- }
- .solution_con ul li:nth-child(5) {
- padding-top: 8%;
- }
- }
- @media screen and (max-width: 1200px) {
- /*硬件产品*/
- .product_a a {
- height: 50px;
- line-height: 50px;
- }
- /*公司动态*/
- .news_con ul li .i_about_r h3 {
- font-size: 16px;
- margin-bottom: 0.5%;
- }
- .news_con ul li .i_about_r label {
- margin-bottom: 0.5%;
- }
- .news_con ul li .i_about_r .p {
- line-height: 22px;
- max-height: 44px;
- }
- .news_con ul li .i_about_r .news_more {
- margin-top: 1%;
- height: 32px;
- line-height: 32px;
- }
- /*公司介绍*/
- .about_div .i_one_div_txt .i_one_t img {
- margin-top: 6%;
- margin-bottom: 1%;
- width: 40px;
- }
- .about_div .i_one_div_txt .i_one_p {
- padding-top: 1%;
- line-height: 20px;
- font-size: 13px;
- }
- .about_two ul li {
- line-height: 22px;
- font-size: 13px;
- }
- /*联络我们*/
- .contact_r h2 {
- font-size: 24px;
- }
- /*解决方案*/
- .solution_bg .solution_t {
- font-size: 28px;
- }
- .solution_bg .solution_ul ul li .txts img { /*margin-top:30px;*/
- width: 18%;
- }
- .solution_bg .solution_ul ul li .txts h2 {
- margin-bottom: 2%;
- }
- .solution_bg .solution_ul ul li .txts p {
- font-size: 13px;
- line-height: 20px;
- }
- /*解决方案2*/
- .solution_con ul li h2 {
- font-size: 16px;
- }
- .solution_bg3 {
- background-position: center 20%;
- }
- .solution_con ul li:nth-child(4) {
- padding-top: 0%;
- }
- .solution_con ul li:nth-child(2) {
- padding-top: 0%;
- }
- .solution_con ul li:nth-child(5) {
- padding-top: 1%;
- }
- }
- @media screen and (max-width: 1100px) {
- /*内页*/
- .o_big {
- background-size: auto 110%;
- }
- /*公司动态*/
- .news_con ul li .i_about_r h3 {
- font-size: 15px;
- margin-bottom: 0.4%;
- }
- .news_con ul li .i_about_r label {
- margin-bottom: 0.4%;
- font-size: 12px;
- }
- .news_con ul li .i_about_r .p {
- line-height: 18px;
- max-height: 36px;
- font-size: 12px;
- }
- /*相关案例*/
- .case_ul ul li .txts {
- padding-top: 10px;
- padding-bottom: 15px;
- }
- .case_ul ul li .txts .p {
- font-size: 13px;
- }
- /*人才招聘*/
- .job_ul ul li {
- width: 33.33%;
- }
- .job_ul ul li:nth-child(4n+0) .job_div {
- border-right: 1px solid #e9e9e9;
- }
- .job_ul ul li:nth-child(3n+0) .job_div {
- border-right: 0;
- }
- /*解决方案*/
- .solution_bg .solution_t {
- font-size: 24px;
- }
- .solution_bg .solution_ul ul li .txts img { /*margin-top:20px;*/
- width: 16%;
- }
- .solution_bg .solution_ul ul li .txts p {
- font-size: 12px;
- line-height: 18px;
- max-height: 180px;
- }
- }
- @media screen and (max-width: 1000px) {
- /*内页*/
- .o_big {
- background-size: auto 120%;
- }
- /*公司动态*/
- .news_con ul li .i_about_r .news_more {
- margin-top: 0.5%;
- font-size: 12px;
- height: 30px;
- line-height: 30px;
- }
- /*企业荣誉*/
- .honor_ul ul li {
- width: 32%;
- }
- .honor_ul ul li:nth-child(4n+0) {
- margin-right: 2%;
- }
- .honor_ul ul li:nth-child(3n+0) {
- margin-right: 0;
- }
- /*工程案例*/
- .case_ul ul li {
- width: 32%;
- }
- .case_ul ul li:nth-child(4n+0) {
- margin-right: 2%;
- }
- .case_ul ul li:nth-child(3n+0) {
- margin-right: 0;
- }
- /*解决方案2*/
- .solution_con ul li h2 {
- font-size: 14px;
- }
- .b_link ul li {
- width: 19%;
- }
- .b_link ul li:nth-child(6n+0) {
- margin-right: 1.1%;
- }
- .b_link ul li:nth-child(5n+0) {
- margin-right: 0;
- }
- }
- @media screen and (max-width: 960px) {
- /*内页*/
- .o_big {
- background-size: auto 130%;
- }
- /*硬件产品*/
- .product_a a {
- height: 46px;
- line-height: 46px;
- }
- /*公司动态*/
- .news_con ul li .i_about_r h3 {
- font-size: 14px;
- }
- /*公司介绍*/
- .about_div .i_one_div_txt .i_one_t img {
- width: 30px;
- margin-top: 3%;
- }
- .about_two ul li {
- line-height: 20px;
- font-size: 12px;
- }
- /*联络我们*/
- .contact_r h2 {
- font-size: 20px;
- }
- /*解决方案*/
- .solution_bg .solution_t {
- font-size: 20px;
- }
- .solution_bg .solution_ul ul li .txts img { /*margin-top:15px;*/
- width: 14%;
- margin-bottom: 3%;
- }
- .solution_bg .solution_ul ul li .txts h2 {
- font-size: 20px;
- }
- /*产品详细*/
- .product_con .td.vt {
- vertical-align: middle;
- }
- .product_con .txts .p1 {
- font-size: 14px;
- }
- .product_con .txts .p2 {
- font-size: 14px;
- line-height: 26px;
- }
- }
- @media screen and (max-width: 830px) {
- /*内页*/
- .o_big {
- background-size: auto 140%;
- }
- /*公司动态*/
- .news_con ul li .i_about_r .news_more {
- display: none;
- }
- /*公司介绍*/
- .about_div .i_one_div_txt {
- width: 96%;
- padding-left: 2%;
- padding-right: 2%;
- margin-bottom: 3%;
- padding-top: 2%;
- }
- .about_div .i_one_div_txt .i_one_con {
- max-width: none;
- }
- .about_div .i_one_div_img {
- width: 100%;
- }
- .about_two ul li {
- width: 97%;
- margin-bottom: 3%;
- }
- /*解决方案*/
- .solution_bg .solution_ul ul li {
- width: 49%;
- }
- .solution_bg .solution_ul ul li:nth-child(3n+0) {
- margin-right: 2%;
- }
- .solution_bg .solution_ul ul li:nth-child(2n+0) {
- margin-right: 0%;
- }
- /*解决方案2*/
- .b_link ul li {
- width: 24%;
- }
- .b_link ul li:nth-child(5n+0) {
- margin-right: 1.1%;
- }
- .b_link ul li:nth-child(4n+0) {
- margin-right: 0;
- }
- }
- @media screen and (max-width: 780px) {
- /*内页*/
- .o_big {
- background-size: auto 150%;
- }
- /*硬件产品*/
- .product_a a {
- height: 42px;
- line-height: 42px;
- }
- .product_ul ul li {
- width: 49%;
- }
- .product_ul ul li:nth-child(3n+0) {
- margin-right: 1%;
- }
- .product_ul ul li:nth-child(2n+0) {
- margin-right: 0;
- }
- /*公司动态详细*/
- .about_x .show_t {
- font-size: 20px;
- margin-top: 2%;
- margin-bottom: 0px;
- }
- .prenext {
- font-size: 14px;
- }
- .prenext span {
- width: 70px;
- font-size: 14px;
- }
- /*联络我们*/
- .contact_r h2 {
- font-size: 18px;
- }
- .map_div {
- width: 100%;
- }
- .contact_r {
- width: 94%;
- padding-top: 3%;
- }
- /*工程案例*/
- .case_ul ul li {
- width: 49%;
- }
- .case_ul ul li:nth-child(3n+0) {
- margin-right: 2%;
- }
- .case_ul ul li:nth-child(2n+0) {
- margin-right: 0;
- }
- /*人才招聘*/
- .job_ul ul li {
- width: 50%;
- }
- .job_ul ul li:nth-child(3n+0) .job_div {
- border-right: 1px solid #e9e9e9;
- }
- .job_ul ul li:nth-child(2n+0) .job_div {
- border-right: 0;
- }
- /*解决方案2*/
- .solution_bg3 {
- background: none;
- }
- .solution_con ul li:nth-child(1) {
- width: 50%;
- }
- .solution_con ul li:nth-child(2) {
- width: 50%;
- padding-right: 0;
- }
- .solution_con ul li:nth-child(3) {
- width: 50%;
- }
- .solution_con ul li:nth-child(4) {
- width: 50%;
- padding-left: 0;
- padding-right: 0;
- }
- .solution_con ul li:nth-child(5) {
- width: 50%;
- }
- .solution_con ul li .solution_box {
- margin-bottom: 40px;
- }
- }
- @media screen and (max-width: 640px) {
- /*内页*/
- .o_big {
- background-size: auto 160%;
- }
- /*公司动态*/
- .news_con ul li .imgs {
- width: 29%;
- }
- .news_con ul li .i_about_r {
- width: 68%;
- }
- /*企业荣誉*/
- .honor_ul ul li {
- width: 49%;
- }
- .honor_ul ul li:nth-child(4n+0) {
- margin-right: 2%;
- }
- .honor_ul ul li:nth-child(3n+0) {
- margin-right: 2;
- }
- .honor_ul ul li:nth-child(2n+0) {
- margin-right: 0;
- }
- /*相关案例*/
- .case_ul ul li .txts {
- padding-left: 4%;
- }
- /*人才招聘*/
- .job_ul ul li h2 {
- font-size: 18px;
- height: 80px;
- line-height: 80px;
- }
- .job_ul ul li .p {
- font-size: 13px;
- }
- .job_ul ul li em {
- font-size: 13px;
- }
- /*解决方案*/
- .solution_bg .solution_t {
- margin-bottom: 5%;
- }
- .solution_bg .solution_ul ul li {
- width: 100%;
- margin-right: 0%;
- }
- .solution_bg .solution_ul ul li:nth-child(2n+0) {
- margin-right: 3%;
- }
- .solution_bg .solution_ul ul li .txts img {
- width: 21%;
- }
- /*产品详细*/
- .product_con .txts .p1 {
- font-size: 12px;
- line-height: 20px;
- }
- .product_con .txts .p2 {
- font-size: 12px;
- line-height: 22px;
- }
- .product_three_l {
- width: 50%;
- }
- .product_three_img {
- width: 48%;
- }
- /*解决方案2*/
- .b_link ul li {
- width: 32.5%;
- }
- .b_link ul li:nth-child(4n+0) {
- margin-right: 1.1%;
- }
- .b_link ul li:nth-child(3n+0) {
- margin-right: 0;
- }
- /*防伪code.html*/
- .fangwei_div .fangwei_con .imgs {
- width: 40%;
- margin-right: 0;
- margin-bottom: 4%;
- }
- .fangwei_div .fangwei_con .fangwei_txt {
- width: 100%;
- height: 250px;
- }
- }
- @media screen and (max-width: 480px) {
- /*内页*/
- .o_big {
- background-size: auto 170%;
- }
- /*硬件产品*/
- .product_a a {
- height: 36px;
- line-height: 36px;
- width: 48.4%;
- }
- /*公司动态详细*/
- .about_x2 .show_t {
- font-size: 22px;
- line-height: 30px;
- }
- /*公司介绍*/
- .about_div .i_one_div_txt .i_one_p {
- line-height: 18px;
- font-size: 12px;
- }
- /*相关案例*/
- .case_ul ul li .txts h2 {
- font-size: 14px;
- height: 30px;
- line-height: 30px;
- }
- /*人才招聘*/
- .job_ul ul li .job_div {
- padding-bottom: 30px;
- }
- .job_ul ul li .job_txt {
- width: 90%;
- }
- .job_ul ul li h2 {
- font-size: 16px;
- height: 50px;
- line-height: 50px;
- }
- .job_ul ul li .p {
- font-size: 12px;
- line-height: 22px;
- padding-top: 20px;
- }
- .job_ul ul li em {
- font-size: 12px;
- }
- /*解决方案*/
- .solution_bg .solution_ul ul li .txts h2 {
- font-size: 18px;
- }
- }
- @media screen and (max-width: 360px) {
- /*内页*/
- .o_big {
- background-size: auto 180%;
- }
- }
- @media screen and (max-width: 320px) {
- }
- /* 合肥秀站网络科技有限公司 */
- /* 精品与原创网站模板提供商,一站式建站 */
- /* 主营业务:织梦模板、pbootcms模板、云优模板、易优模板 */
- /* 麦站网:Www.Xiuzhanwang.Com */
- /* 主机/服务器:Www.xiuzhanyun.Com */
- /* 域名抢注:Www.xiuzhanmi.Com */
- /* QQ:2361928288 835971066 */
|