1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189 |
- .global_newsList li {
- float: left;
- width: 30%;
- margin-right: 5%;
- border: 1px solid #eaeaea;
- box-sizing: border-box;
- margin-bottom: 60px;
- box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
- background: #fff;
- }
- .global_newsList li:hover .title span {
- color: #00A4FF;
- border-bottom: 1px solid #00A4FF;
- }
- .global_newsList li .img img {
- width: 100%;
- }
- .global_newsList li .bottom {
- padding: 20px 25px;
- }
- .global_newsList li .bottom .date {
- font-size: 16px;
- color: #999;
- line-height: 24px;
- }
- .global_newsList li .bottom .title {
- font-size: 18px;
- color: #333;
- line-height: 30px;
- }
- .global_newsList li .bottom .des {
- font-size: 14px;
- color: #999;
- line-height: 24px;
- margin-top: 15px;
- height: 48px;
- }
- .global_newsList li:nth-of-type(3n) {
- margin-right: 0;
- }
- .global_newsList .more {
- padding-bottom: 80px;
- }
- .global_newsList .more a {
- display: block;
- width: 100%;
- line-height: 64px;
- font-size: 16px;
- color: #333;
- background: #f2f1f6;
- text-align: center;
- }
- .global_banner {
- padding-top: 0px;
- position: relative;
- }
- .global_banner .img {
- width: 300%;
- margin-left: -100%;
- text-align: center;
- }
- .global_banner .mask {
- position: absolute;
- top: 100px;
- left: 0;
- z-index: 99;
- width: 100%;
- height: 290px;
- text-align: center;
- }
- .global_banner .mask .p1 {
- font-size: 40px;
- color: #333;
- line-height: 60px;
- padding-top: 110px;
- }
- .global_banner .mask .p2 {
- font-size: 18px;
- color: #666;
- line-height: 40px;
- }
- .global_menu_w .global_menu {
- text-align: center;
- padding: 10px 0 100px;
- }
- .global_menu_w .global_menu ul {
- display: inline-block;
- border-radius: 5px;
- box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
- }
- .global_menu_w .global_menu ul li {
- float: left;
- padding: 0 10px;
- }
- .global_menu_w .global_menu ul li a {
- display: block;
- width: 130px;
- line-height: 58px;
- font-size: 16px;
- color: #464646;
- border-bottom: 2px solid #fff;
- }
- .global_menu_w .global_menu ul li.current a {
- color: #26ABFF;
- border-bottom: 2px solid #26ABFF;
- }
- .news_detail_w .news_detail .top {
- border-bottom: 1px solid #eaeaea;
- text-align: center;
- padding-bottom: 20px;
- }
- .news_detail_w .news_detail .top .title {
- font-size: 36px;
- color: #333;
- line-height: 60px;
- }
- .news_detail_w .news_detail .top .info {
- font-size: 16px;
- color: #B0B0B0;
- line-height: 50px;
- }
- .news_detail_w .news_detail .content {
- padding: 30px 0;
- font-size: 14px;
- color: #333;
- line-height: 20px;
- }
- .news_detail_w .news_detail .bottom {
- line-height: 80px;
- border-top: 1px solid #eaeaea;
- font-size: 14px;
- padding-bottom: 50px;
- }
- .news_detail_w .news_detail .bottom a {
- font-size: 14px;
- }
- .contact_way_w .contact_way {
- text-align: center;
- padding: 90px 0 0;
- }
- .contact_way_w .contact_way .contact_way_title {
- font-size: 24px;
- color: #000;
- line-height: 40px;
- }
- .contact_way_w .contact_way .contact_way_text {
- font-size: 16px;
- color: #5C5C5C;
- line-height: 30px;
- }
- .contact_way_w .contact_way .list {
- padding: 50px 0;
- }
- .contact_way_w .contact_way .list .li {
- width: 28%;
- border-right: 1px solid #eaeaea;
- text-align: center;
- float: left;
- box-sizing: border-box;
- }
- .contact_way_w .contact_way .list .li .icon i {
- display: inline-block;
- width: 72px;
- height: 72px;
- border-radius: 50%;
- background: #00A4FF;
- line-height: 72px;
- font-size: 24px;
- color: #fff;
- }
- .contact_way_w .contact_way .list .li .title {
- font-size: 16px;
- color: #000;
- line-height: 30px;
- padding-top: 20px;
- }
- .contact_way_w .contact_way .list .li .text {
- font-size: 16px;
- color: #5E5E5E;
- line-height: 30px;
- padding: 0 15%;
- height: 60px;
- }
- .contact_way_w .contact_way .list .img {
- padding-top: 10px;
- }
- .contact_way_w .contact_way .list .img img {
- width: 120px;
- }
- .contact_way_w .contact_way .list .img .text {
- font-size: 16px;
- color: #000;
- line-height: 40px;
- }
- .contact_message_w .contact_message {
- box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
- padding: 60px 0;
- position: relative;
- z-index: 99;
- background: #fff;
- }
- .contact_message_w .contact_message .contact_message_title {
- font-size: 24px;
- color: #000;
- line-height: 40px;
- text-align: center;
- }
- .contact_message_w .contact_message .contact_message_text {
- font-size: 16px;
- color: #5C5C5C;
- line-height: 30px;
- text-align: center;
- }
- .contact_message_w .contact_message .contact_message_text a {
- color: #00A4FF;
- }
- .contact_message_w .contact_message .form {
- padding: 0 15%;
- }
- .contact_message_w .contact_message .form .input_w {
- padding-top: 50px;
- }
- .contact_message_w .contact_message .form .input_w .input {
- width: 48%;
- position: relative;
- }
- .contact_message_w .contact_message .form .input_w .input input {
- width: 92%;
- height: 54px;
- border: 1px solid #eaeaea;
- border-radius: 5px;
- padding: 0 4%;
- font-size: 16px;
- color: #333;
- }
- .contact_message_w .contact_message .form .input_w .input label.error {
- position: absolute;
- top: 0;
- right: 10px;
- line-height: 56px;
- font-size: 14px;
- color: #ff0000;
- }
- .contact_message_w .contact_message .form .textarea {
- padding-top: 30px;
- }
- .contact_message_w .contact_message .form .textarea textarea {
- width: 96%;
- height: 184px;
- padding: 15px 2%;
- border: 1px solid #eaeaea;
- border-radius: 5px;
- font-size: 16px;
- color: #333;
- resize: none;
- }
- .contact_message_w .contact_message .form .button {
- padding-top: 20px;
- }
- .contact_message_w .contact_message .form .button button {
- width: 100%;
- height: 48px;
- border: none;
- background: #00A4FF;
- font-size: 16px;
- color: #fff;
- border-radius: 5px;
- cursor: pointer;
- }
- .contact_map_w {
- margin-top: -150px;
- }
- .global_caseList li {
- float: left;
- width: 30%;
- margin-right: 5%;
- box-sizing: border-box;
- margin-bottom: 60px;
- }
- .global_caseList li:hover .title span {
- color: #00A4FF;
- border-bottom: 1px solid #00A4FF;
- }
- .global_caseList li .img {
- padding: 10px;
- background: #f5f5f5;
- border-radius: 5px;
- box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
- }
- .global_caseList li .img img {
- width: 100%;
- }
- .global_caseList li .bottom {
- padding: 20px 25px;
- text-align: center;
- }
- .global_caseList li .bottom .title {
- font-size: 18px;
- color: #333;
- line-height: 30px;
- }
- .global_caseList li .bottom .des {
- font-size: 14px;
- color: #999;
- line-height: 30px;
- }
- .global_caseList li:nth-of-type(3n) {
- margin-right: 0;
- }
- .global_caseList .more {
- padding-bottom: 80px;
- }
- .global_caseList .more a {
- display: block;
- width: 100%;
- line-height: 64px;
- font-size: 16px;
- color: #333;
- background: #f2f1f6;
- text-align: center;
- }
- .case_detail_w .case_detail {
- padding-top: 160px;
- }
- .case_detail_w .case_detail .case_detail_top {
- padding-bottom: 60px;
- }
- .case_detail_w .case_detail .case_detail_top .left {
- width: 75%;
- }
- .case_detail_w .case_detail .case_detail_top .left .title {
- font-size: 30px;
- color: #2d2d2d;
- line-height: 60px;
- }
- .case_detail_w .case_detail .case_detail_top .left .des {
- font-size: 14px;
- color: #656565;
- line-height: 24px;
- }
- .case_detail_w .case_detail .case_detail_top .left .bottom {
- padding-top: 60px;
- }
- .case_detail_w .case_detail .case_detail_top .right {
- width: 18%;
- border-left: 1px dashed #eaeaea;
- text-align: center;
- }
- .case_detail_w .case_detail .case_detail_top .right .img img {
- width: 160px;
- }
- .case_detail_w .case_detail .case_detail_top .right .btn {
- padding-top: 20px;
- }
- .case_detail_w .case_detail .case_detail_top .right .btn a {
- display: inline-block;
- width: 180px;
- height: 38px;
- line-height: 38px;
- border-radius: 38px;
- border: 1px solid #D0D0D0;
- text-align: left;
- text-indent: 20px;
- font-size: 14px;
- color: #656565;
- }
- .case_detail_w .case_detail .case_detail_top .right .btn a i {
- font-size: 16px;
- color: #656565;
- padding-right: 5px;
- }
- .case_detail_w .case_detail .case_detail_content {
- text-align: center;
- width: 300%;
- margin-left: -100%;
- }
- .case_detail_w .case_detail .case_detail_content img {
- display: inline-block;
- }
- .case_detail_w .case_detail .case_detail_bottom {
- padding: 20px 0 100px;
- }
- .case_detail_w .case_detail .case_detail_bottom .title1 {
- text-align: center;
- font-size: 30px;
- color: #505050;
- line-height: 110px;
- }
- .case_detail_w .case_detail .case_detail_bottom .more {
- text-align: center;
- }
- .case_detail_w .case_detail .case_detail_bottom .more a {
- display: inline-block;
- width: 265px;
- height: 45px;
- line-height: 45px;
- border: 1px solid #00A4FF;
- border-radius: 45px;
- font-size: 16px;
- color: #00A4FF;
- }
- .case_detail_w .case_detail .case_detail_bottom .more a:hover {
- background: #00A4FF;
- color: #fff;
- }
- .global_tryList li {
- float: left;
- width: 20%;
- margin-right: 6.6666%;
- box-sizing: border-box;
- margin-bottom: 60px;
- }
- .global_tryList li:hover .title span {
- color: #00A4FF;
- border-bottom: 1px solid #00A4FF;
- }
- .global_tryList li .img {
- padding: 10px;
- position: relative;
- }
- .global_tryList li .img img {
- width: 100%;
- }
- .global_tryList li .img .imgg {
- position: absolute;
- top: 10%;
- left: 8%;
- width: 84%;
- }
- .global_tryList li .img .mask {
- display: none;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #f2faff;
- text-align: center;
- }
- .global_tryList li .img .mask .code {
- padding-top: 20%;
- }
- .global_tryList li .img .mask .code img {
- width: 150px;
- }
- .global_tryList li .img .mask .text {
- font-size: 14px;
- color: #000;
- line-height: 60px;
- }
- .global_tryList li .img .mask .btn {
- padding-top: 35%;
- }
- .global_tryList li .img .mask .btn span {
- display: inline-block;
- width: 190px;
- height: 36px;
- line-height: 36px;
- background: #00A4FF;
- border-radius: 36px;
- font-size: 14px;
- color: #fff;
- }
- .global_tryList li .bottom {
- padding: 20px 25px;
- text-align: center;
- }
- .global_tryList li .bottom .title {
- font-size: 18px;
- color: #333;
- line-height: 30px;
- }
- .global_tryList li .bottom .des {
- font-size: 14px;
- color: #999;
- line-height: 30px;
- }
- .global_tryList li:nth-of-type(4n) {
- margin-right: 0;
- }
- .global_tryList .more {
- padding-bottom: 80px;
- }
- .global_tryList .more a {
- display: block;
- width: 100%;
- line-height: 64px;
- font-size: 16px;
- color: #333;
- background: #f2f1f6;
- text-align: center;
- }
- .try_detail_w .try_detail .tab .li {
- width: 48%;
- margin-right: 4%;
- background: #e8f4ff;
- text-align: center;
- position: relative;
- float: left;
- padding: 20px 0;
- border-radius: 5px;
- cursor: pointer;
- }
- .try_detail_w .try_detail .tab .li:last-child {
- margin-right: 0;
- }
- .try_detail_w .try_detail .tab .li .title {
- font-size: 28px;
- color: #00A4FF;
- line-height: 50px;
- }
- .try_detail_w .try_detail .tab .li .text {
- font-size: 16px;
- color: #3E3E3E;
- line-height: 40px;
- }
- .try_detail_w .try_detail .tab .li .dui {
- position: absolute;
- right: 30px;
- bottom: 20px;
- display: none;
- }
- .try_detail_w .try_detail .tab .li .dui i {
- font-size: 38px;
- line-height: 40px;
- color: #fff;
- }
- .try_detail_w .try_detail .tab .li.current {
- background: #00A4FF;
- }
- .try_detail_w .try_detail .tab .li.current .title {
- color: #fff;
- }
- .try_detail_w .try_detail .tab .li.current .text {
- color: #fff;
- }
- .try_detail_w .try_detail .tab .li.current .dui {
- display: block;
- }
- .try_detail_w .try_detail .form {
- text-align: center;
- padding-top: 45px;
- padding-bottom: 110px;
- }
- .try_detail_w .try_detail .form .input {
- padding-top: 35px;
- position: relative;
- }
- .try_detail_w .try_detail .form .input input {
- width: 670px;
- height: 55px;
- border: 1px solid #DFDFDF;
- border-radius: 5px;
- font-size: 16px;
- color: #696969;
- padding: 0 15px;
- margin-left: 10px;
- }
- .try_detail_w .try_detail .form .input span {
- font-size: 20px;
- color: #FF0000;
- line-height: 55px;
- padding-left: 6px;
- }
- .try_detail_w .try_detail .form .input label.error {
- position: absolute;
- top: 35px;
- left: 968px;
- line-height: 56px;
- color: #ff0000;
- font-size: 14px;
- }
- .try_detail_w .try_detail .form .tips {
- width: 700px;
- display: inline-block;
- background: url(../img/dot.png) repeat-x center center;
- }
- .try_detail_w .try_detail .form .tips span {
- font-size: 18px;
- color: #828282;
- line-height: 76px;
- background: #fff;
- padding: 0 15px;
- }
- .try_detail_w .try_detail .form .button button {
- width: 700px;
- height: 56px;
- background: #00A4FF;
- border: none;
- border-radius: 5px;
- font-size: 18px;
- color: #fff;
- cursor: pointer;
- }
- }
|