@media (min-width: 992px) { .mt-lg-16 { margin-top: 8rem!important; } .mb-lg-16 { margin-bottom: 8rem!important; } .mb-lg-10 { margin-bottom: 5rem!important; } .mt-lg-12 { margin-top: 6rem!important; } .mt-lg-8 { margin-top: 3.75rem!important; } .pt-lg-8 { padding-top: 3.75rem!important; } .pt-lg-16 { padding-top: 8rem!important; } .pb-lg-16 { padding-bottom: 8rem!important; } .pt-lg-12 { padding-top: 6rem!important; } .pb-lg-12 { padding-bottom: 6rem!important; } } .m-nav { padding: 27px 16px; /* position: fixed; */ /* top: 0; */ width: 100%; z-index: 3; height: 84px; } .m-nav header { display: none; } .carousel-inner img { width: 100%; height: 100%; animation:mymove 5s infinite; -webkit-animation:mymove 5s infinite; /*Safari and Chrome*/ } .search button, .search input { border: 0; } @keyframes mymove { from {transform: scale(1.5);} to {transform:scale(1.0);} } @-webkit-keyframes mymove { from {transform: scale(1.5);} to {transform:scale(1.0);} } /* .u-power {} */ .u-power .u-power-item { min-height: 18.375rem; } .u-power .u-power-item h4 { color: #222A41; } /* .u-power .u-power-item section { */ /* color: #6D7783; */ /* } */ .u-description { color: #6D7783; } .m-aboutme { background-color: #20BB8D; } .m-partner img { width: 100%; } .m-partner .partner-item { margin-bottom: 0.8rem; } .m-partner .partner-item .border { display: flex; justify-content: center; align-items: center; height: 100%; } .m-footer { background: #F9F9F5; } .img-white { display: inline; } .img-black { display: none; } .header-white .navbar { background-color: #fff; border-bottom: 1px #EFF0F1 solid; z-index:4; } .header-white .navbar a { color: #222A41 !important; } .header-white .navbar .bi { color: #222A41 !important; } .header-white .img-black { display: inline; } .header-white .img-white { display: none; } .sub-header { background-color: #F7F9FB; } a.text-reset { text-decoration: none; } .m-news a.text-reset:hover .border { box-shadow: 0 -1px 10px rgb(0 0 0 / 50%) } .m-news .row .border { height: 100%; } .m-common-content img { max-width: 100%; } .m-development { background-color: #20BB8D; } .u-development-details h5 { white-space: nowrap; } .u-development-details .border { border: 0 !important; border-bottom: 0.5rem solid #FFF !important; position: relative; } .u-development-details .border:before { content: ''; width: 1.4375rem; height: 1.4375rem; background-color: #FFF; border-radius: 0.71875rem; position: absolute; left: calc(50% - 0.71875rem); bottom: -0.9175rem; } .u-development-details>div:first-child .border { border: 0 !important; margin-bottom: 0.5rem; } .u-development-details>div:first-child .border::after{ content: ""; display: block; border-bottom: 0.5rem solid #FFF !important; position: absolute; bottom: -0.5rem; width: 50%; right: 0; /* z-index: 50; */ } .u-development-details>div:last-child .border { border: 0 !important; margin-bottom: 0.5rem; } .u-development-details>div:last-child .border::after{ content: ""; display: block; border-bottom: 0.5rem solid #FFF !important; position: absolute; bottom: -0.5rem; width: 50%; left: 0; /* z-index: 50; */ } .m-zhaopin { background-color: #20BB8D; } .sub-header{ margin-top:84px; } .pt-header { padding-top: 84px; } .search-box .navbar-toggler { color: #fff !important; /* box-shadow: inset 0 0 0 1000px #FFFFFF!important */ } .search-box input { color: #fff !important; /* box-shadow: inset 0 0 0 1000px #FFFFFF!important */ } .header-white .search-box input { outline: 0; color: #222A41 !important; /* outline: 1px solid #222A41; */ } .search-box input:focus { /* outline: 1px solid #fff; */ border: none; outline: 0; } .header-white .search-box input:focus { /* outline: 1px solid #222A41; */ border: none; outline: 0; } .search .navbar-toggler,.search .search-icon, .search .navbar-nav, .search .navbar-brand { display: none } .search .search-text .input-group { flex-wrap: nowrap; } .search .navbar-brand img { width: 0; } .search .search-box input { border: 0; background-color: transparent; width: 400px; color: inherit; } .search .search-box button { border: 0; } .search-text { width: 0; overflow: hidden; } .search-box { width: 20px; } .search .search-box { transition: width 0.2s; width: 100%; } .search .search-text { margin: 0 auto; width: auto; } .m-team .img-fluid { width: 100%; } .m-job .m-job-description { height: 300px;overflow: hidden; } /* .navbar-brand img { */ /* content:url('/images/Bitmap-white.png'); */ /* } */ /* .header-white .navbar-brand img { */ /* content:url('/images/Bitmap.png'); */ /* } */ /* body { */ /* color: #666; */ /* } */ /* */ /* h1, h2, h3, h4, h5, h6 { */ /* color: #666; */ /* } */ /* */ /* */ /* .navbar-default { */ /* background-color: rgba(255, 255, 255, 0); */ /* position: fixed; */ /* top: 0; */ /* width: 100%; */ /* transition: ease .5s; */ /* box-shadow: none; */ /* } */ /* */ /* .navbar-default.on { */ /* background-color: rgba(255, 255, 255, 1); */ /* transition: ease .5s; */ /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px 0px */ /* } */ /* */ /* .navbar-default .nav > li > a { */ /* color: #fff; */ /* font-size: 18px; */ /* } */ /* */ /* .navbar-default.on .nav > li > a { */ /* color: #666; */ /* } */ /* */ /* .navbar-default #showHeaderSearch { */ /* color: #fff; */ /* font-size: 18px; */ /* } */ /* .navbar-default.on #showHeaderSearch { */ /* color: #666; */ /* } */ /* */ /* .content-area .area-name .name { */ /* color: #0aa1ef; */ /* } */ /* */ /* .content-area .container>header { */ /* color: #333; */ /* text-align: center; */ /* } */ /* .content-area .container>header h2 { */ /* color: #333; */ /* } */ /* */ /* .content-area .container>header .description { */ /* color: #777; */ /* } */ /* */ /* .content-area .container>article header h1, */ /* .content-area .container>article h2, */ /* .content-area .container>article h3, */ /* .content-area .container>article h4, */ /* .content-area .container>article h5, */ /* .content-area .container>article p { */ /* color: #fff; */ /* } */ /* */ /* /* 解决方案 */ */ /* */ /* .bg1-1 article { */ /* display: flex; */ /* position: relative; */ /* } */ /* */ /* .bg1-1 article img { */ /* width: 100%; */ /* height: 100%; */ /* position: absolute; */ /* } */ /* */ /* .bg1-1 article > section > header { */ /* z-index: 3; */ /* } */ /* */ /* .content-area.bg1-1 article > section > header> p { */ /* color: rgba(255,255,255,.34); */ /* } */ /* */ /* .bg1-1 article > section > section { */ /* z-index: 3; */ /* } */ /* */ /* .bg1-1 article > section { */ /* z-index: 3; */ /* width: 13.45%; */ /* min-width: 13.45%; */ /* transition: ease .5s; */ /* height: 500px; */ /* /* background-color:rgba(0,0,0,.41); */ */ /* text-align: center; */ /* overflow: hidden; */ /* */ /* color: #fff; */ /* position: relative; */ /* */ /* display: flex; */ /* flex-direction: column; */ /* justify-content: center; */ /* */ /* } */ /* */ /* .bg1-1 article > section::after { */ /* content: ""; */ /* width: 1px; */ /* height: 100%; */ /* position: absolute; */ /* left: 0; */ /* top: 0; */ /* background: rgba(229, 229, 229, .37); */ /* } */ /* */ /* .bg1-1 article > section footer { */ /* z-index: 3; */ /* background-color: transparent; */ /* display: none; */ /* } */ /* */ /* .bg1-1 article > section .description { */ /* display: none; */ /* } */ /* */ /* .bg1-1 article > section.hover { */ /* flex: 1; */ /* } */ /* */ /* .bg1-1 article > section::before { */ /* content: ""; */ /* width: 100%; */ /* height: 100%; */ /* position: absolute; */ /* background-color:rgba(0,0,0,.78); */ /* } */ /* */ /* .bg1-1 article > section.hover::before { */ /* content: ""; */ /* width: 100%; */ /* height: 100%; */ /* position: absolute; */ /* background-color:rgba(0,0,0,.41); */ /* } */ /* */ /* .bg1-1 article > section.hover h5 { */ /* display: none; */ /* } */ /* */ /* .bg1-1 article > section.hover>header>p { */ /* display: none; */ /* } */ /* */ /* .bg1-1 article > section.hover footer { */ /* display: block; */ /* } */ /* */ /* .bg1-1 article > section.hover .description { */ /* display: block; */ /* } */ /* */ /* */ /* /* 产品 */ */ /* .bg1-2 .production-list> .production-item p,.bg1-2 .production-list> .production-item h4 { */ /* color: #333; */ /* } */ /* .bg1-2 { */ /* background-color: #f5f7fa; */ /* position: relative; */ /* } */ /* .bg1-2 .production-list { */ /* display: flex; */ /* justify-content: space-between; */ /* overflow: hidden; */ /* } */ /* */ /* /* .bg1-2::before { */ /* content: ""; */ /* position: absolute; */ /* bottom: 0; */ /* height: 365px; */ /* background-color: #fff; */ /* width: 100%; */ /* } */ */ /* */ /* .bg1-2 .production-list .production-item { */ /* width: 23%; */ /* flex-basis: 23%; */ /* flex-shrink: 0; */ /* cursor: pointer; */ /* margin-right: 2.666%; */ /* */ /* } */ /* */ /* .bg1-2 .production-item>a>section { */ /* position: relative; */ /* height: 206px; */ /* */ /* } */ /* */ /* .bg1-2 .production-item>a>header { */ /* height: 300px; */ /* display: flex; */ /* flex-direction: column; */ /* justify-content: center; */ /* } */ /* */ /* .bg1-2 .production-item>a>section .float-block { */ /* height: 100%; */ /* width: 100%; */ /* padding: 30px 20px; */ /* transition: ease .5s; */ /* } */ /* */ /* .bg1-2 .production-item a:hover>section .float-block { */ /* background-color: #0aa1ef; */ /* transition: ease .5s; */ /* position: absolute; */ /* bottom: 20px; */ /* } */ /* */ /* .bg1-2 .production-item a:hover h4, .bg1-2 .production-item a:hover p { */ /* color: #fff; */ /* } */ /* */ /* */ /* .bg1-2 .production-space { */ /* height: 2px; */ /* width: 29px; */ /* background-color: #0aa1ef; */ /* display: block; */ /* transition: ease .5s; */ /* margin: 11px 0; */ /* } */ /* */ /* .bg1-2 .production-item a:hover .production-space { */ /* height: 1px; */ /* width: 100%; */ /* background-color: #fff; */ /* } */ /* */ /* .bg1-2 .container footer { */ /* text-align: center; */ /* } */ /* */ /* .bg1-2 .container footer .btn { */ /* position: relative; */ /* z-index: 3; */ /* } */ /* */ /* */ /* /* 关于银河集团186net */ */ /* .bg1-3 { */ /* position: relative; */ /* padding-top: 150px; */ /* padding-bottom: 238px; */ /* } */ /* */ /* .bg1-3>img { */ /* position: absolute; */ /* width: 100%; */ /* height: 100%; */ /* top: 0; */ /* bottom: 0; */ /* } */ /* */ /* .bg1-3>.container { */ /* position: relative; */ /* z-index: 3; */ /* } */ /* */ /* .bg1-3>.container>header.area-name h2, .bg1-3>.container>header.area-name h4 { */ /* color: #fff; */ /* } */ /* */ /* .bg1-3>header { */ /* z-index: 3; */ /* } */ /* .bg1-3>article { */ /* z-index: 3; */ /* } */ /* .bg1-3 footer { */ /* padding-top: 65px; */ /* padding-bottom: 65px; */ /* background: #fff; */ /* color: #fff; */ /* bottom: -340px; */ /* box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px 0px; */ /* */ /* width: 100%; */ /* z-index: 3; */ /* position: absolute; */ /* display: flex; */ /* justify-content: space-around; */ /* } */ /* */ /* .bg1-3 footer >section { */ /* text-align: center; */ /* } */ /* */ /* .bg1-3 footer >section>header p { */ /* color: #47aff1; */ /* } */ /* */ /* .bg1-3 footer >section>header>em { */ /* color: #47aff1; */ /* font-size: 14px; */ /* } */ /* */ /* .bg1-3 footer >section>main { */ /* color: #666; */ /* font-size: 14px; */ /* } */ /* */ /* .bg1-3 .container article .more { */ /* text-align: center; */ /* padding-top: 50px; */ /* padding-bottom: 20px; */ /* } */ /* */ /* */ /* /* 携手共进 */ */ /* .bg1-4 { */ /* padding-top: 200px; */ /* } */ /* */ /* .bg1-4 article { */ /* display: flex; */ /* flex-wrap: wrap; */ /* } */ /* */ /* .bg1-4 article > section { */ /* display: flex; */ /* justify-content: center; */ /* align-items: center; */ /* width: 19%; */ /* margin-right: 1%; */ /* margin-bottom: 1%; */ /* height: 138px; */ /* box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px 0px; */ /* overflow: hidden; */ /* } */ /* */ /* .bg1-4 article > section:hover img { */ /* transform: scale(1.2); */ /* -ms-transform: scale(1.2); */ /* } */ /* */ /* /* 新闻资讯 */ */ /* .bg1-5 { */ /* background-color: #f5f7fa; */ /* position: relative; */ /* } */ /* */ /* .bg1-5 .container article { */ /* display: flex; */ /* justify-content: space-between; */ /* } */ /* */ /* .bg1-5 .container article>section>a img { */ /* width: 100%; */ /* } */ /* */ /* .bg1-5 .container article>section>a:hover img { */ /* transform: scale(1.2); */ /* -ms-transform: scale(1.2); */ /* transition: ease .5s; */ /* */ /* } */ /* */ /* .bg1-5 .container article>section>a>header{ */ /* position: relative; */ /* overflow: hidden; */ /* } */ /* */ /* .bg1-5 .container article>section>a>header>.new-date{ */ /* position: absolute; */ /* bottom: 10px; */ /* left: 10px; */ /* color: #fff; */ /* } */ /* */ /* .bg1-5 .container article>section>a>section>header h4 { */ /* color: #333; */ /* } */ /* */ /* .bg1-5 .container article>section>a:hover>section>header h4 { */ /* color: #0aa1ef; */ /* } */ /* */ /* .bg1-5 .container article>section { */ /* width: 32%; */ /* background-color: #fff; */ /* box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px 0px; */ /* */ /* } */ /* */ /* .bg1-5 .container article>section a { */ /* color: #333; */ /* cursor: pointer; */ /* } */ /* */ /* .bg1-5 .container article>section a:hover .news-content>header { */ /* color: #0aa1ef; */ /* } */ /* */ /* .bg1-5 .container article>section a:hover footer { */ /* color: #0aa1ef; */ /* } */ /* */ /* .bg1-5 .container article>section .news-content { */ /* padding: 31px 30px 24px; */ /* } */ /* */ /* .bg1-5 .container article>section .news-content>section { */ /* color: #999; */ /* } */ /* */ /* .bg1-5 .container article>section footer { */ /* padding: 0; */ /* background-color: transparent; */ /* color: #999; */ /* padding-top: 20px; */ /* } */ /* .bg1-5 .list header { */ /* color: #999; */ /* } */ /* */ /* .bg1-5 .list section h4 { */ /* color: #666; */ /* margin-top: 10px; */ /* margin-bottom: 0; */ /* } */ /* */ /* .bg1-5 .list ul { */ /* list-style: none; */ /* padding: 15px 30px; */ /* } */ /* */ /* .bg1-5 .list ul li { */ /* padding: 14px 0 19px; */ /* border-bottom: 1px solid #e8e8e8; */ /* cursor: pointer; */ /* } */ /* */ /* .bg1-5 .list ul li:hover section h4 { */ /* color: #0aa1ef; */ /* } */ /* */ /* .bg1-2 .container> article { */ /* position: relative; */ /* } */ /* */ /* .bg1-2 .prev::before { */ /* font-size: 40px; */ /* line-height: 37px; */ /* display: inline-block; */ /* font-family: FontAwesome; */ /* font-style: normal; */ /* font-weight: normal; */ /* -webkit-font-smoothing: antialiased; */ /* -moz-osx-font-smoothing: grayscale; */ /* content: "\f104"; */ /* } */ /* */ /* .bg1-2 .next::before { */ /* font-size: 40px; */ /* line-height: 37px; */ /* display: inline-block; */ /* font-family: FontAwesome; */ /* font-style: normal; */ /* font-weight: normal; */ /* -webkit-font-smoothing: antialiased; */ /* -moz-osx-font-smoothing: grayscale; */ /* content: "\f105"; */ /* } */ /* */ /* .bg1-2 .toggle-btn { */ /* position: absolute; */ /* top: 40%; */ /* display: block; */ /* padding: 15px 13px; */ /* background-color: #e9edf2; */ /* cursor: pointer; */ /* } */ /* */ /* .bg1-2 .toggle-btn:hover{ */ /* background-color: #0aa1ef; */ /* } */ /* */ /* .bg1-2 .toggle-btn:hover::before { */ /* color: #fff; */ /* } */ /* */ /* .bg1-2 .toggle-btn::before { */ /* color: #666; */ /* } */ /* */ /* .bg1-2 .prev { */ /* left: -50px; */ /* } */ /* */ /* .bg1-2 .next { */ /* right: -50px; */ /* } */ /* */ /* /* banner动画 */ */ /* .banner-item { */ /* overflow: hidden; */ /* } */ /* */ /* .banner-item .container { */ /* position: relative; */ /* z-index: 3; */ /* } */ /* */ /* .flexslider .slides .banner-item .banner-img { */ /* position: absolute; */ /* top: 0; */ /* width: 100%; */ /* animation:mymove 5s infinite; */ /* -webkit-animation:mymove 5s infinite; /*Safari and Chrome*/ */ /* } */ /* */ /* @keyframes mymove */ /* { */ /* from {transform: scale(1.5);} */ /* to {transform:scale(1.0);} */ /* } */ /* */ /* @-webkit-keyframes mymove /*Safari and Chrome*/ */ /* { */ /* from {transform: scale(1.5);} */ /* to {transform:scale(1.0);} */ /* } */ /* */ /* */ /* .navbar-default .nav > li.dropdown > a:after{ */ /* display: none; */ /* } */ /* */ /* /* .bg1-2 .banner-item { */ */ /* /* background-color: #fff; */ */ /* /* } */ */ /* */ /* .bg1-2 .banner-item > .container> a > section { */ /* display: flex; */ /* align-items: flex-end; */ /* } */ /* */ /* .bg1-2 .banner-item .container { */ /* padding: 0; */ /* width: 100%; */ /* } */ /* */ /* .bg1-2 footer { */ /* background-color: transparent; */ /* } */ /* */ /* .bg1-2 .banner-item section> main { */ /* width: 40%; */ /* background-color: #fff; */ /* height: 350px; */ /* padding: 72px 70px 0; */ /* box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px 0px; */ /* } */ /* */ /* .bg1-2 .banner-item section> main>section { */ /* height: 100px; */ /* } */ /* */ /* .bg1-2 .banner-item section> aside { */ /* background-color: #999; */ /* width: 60%; */ /* height: 450px; */ /* overflow: hidden; */ /* } */ /* */ /* .bg1-2 .banner-item section> aside>img { */ /* width: 100%; */ /* } */ /* */ /* */ /* */ /* .bg1-2 .banner-item section> main h3, .bg1-2 .banner-item section> main p { */ /* color: #666; */ /* } */ /* */ /* .bg1-2 .flex-direction-nav { */ /* height: auto; */ /* position: absolute; */ /* right: 0; */ /* bottom: 310px; */ /* z-index: 3; */ /* display: flex; */ /* } */ /* */ /* .bg1-2 .flex-direction-nav .flex-prev, .bg1-2 .flex-direction-nav .flex-next { */ /* position: static; */ /* background-color: #0aa1ef; */ /* } */ /* */ /* .bg1-2 .flex-direction-nav .flex-prev:hover, .bg1-2 .flex-direction-nav .flex-next:hover { */ /* color: #fff; */ /* } */ /* */ /* #toTop { */ /* background-color: #0aa1ef; */ /* } */ /* */ /* */ /* .sub-page { */ /* padding-top: 89px; */ /* } */ /* */ /* .sub-header { */ /* background-repeat: no-repeat; */ /* background-size: cover; */ /* height: 450px; */ /* /* display: flex; */ /* align-content: center; */ */ /* } */ /* */ /* .sub-header > div { */ /* display: flex; */ /* flex-direction: column; */ /* justify-content: center; */ /* height: 100%; */ /* width: */ /* } */ /* */ /* .header-spliter { */ /* display: inline-block; */ /* width: 40px; */ /* height: 2px; */ /* background: #0aa1ef; */ /* margin: 22px 0 23px; */ /* } */ /* */ /* .main-header { */ /* background-color: inherit; */ /* color: #333; */ /* } */ /* */ /* .breadcrumb > li { */ /* color: #333; */ /* } */ /* */ /* .sub-page .navbar-default .nav > li > a { */ /* color: #333; */ /* } */ /* */ /* .sub-page .main-header { */ /* padding-top: 14px; */ /* padding-bottom: 14px; */ /* } */ /* */ /* .breadcrumb a { */ /* font-size: 16px; */ /* } */ /* */ /* .breadcrumb > li > a:hover { */ /* color: #0aa1ef; */ /* } */ /* */ /* .location { */ /* box-shadow: 0 0 13px rgb(0 0 0 / 10%); */ /* /* margin-bottom: 10px; */ */ /* position: relative; */ /* } */ /* */ /* .company { */ /* display: flex; */ /* } */ /* .company .content-container { */ /* flex: auto; */ /* } */ /* */ /* .company .img-container { */ /* flex:0 0 500px; */ /* } */ /* */ /* .enterprise { */ /* background-color: #f5f5f5; */ /* } */ /* */ /* .enterprise .container>header{ */ /* text-align: center; */ /* } */ /* */ /* .enterprise ul { */ /* list-style: none; */ /* display: flex; */ /* overflow: hidden; */ /* margin-right: 10px; */ /* justify-content:space-between; */ /* } */ /* */ /* .enterprise ul>li { */ /* width: 30%; */ /* text-align: center; */ /* background-color: #fff; */ /* padding: 53px 0; */ /* } */ /* */ /* .enterprise ul>li span{ */ /* width: 80px; */ /* height: 80px; */ /* border-radius: 40px; */ /* display: inline-flex; */ /* justify-content: center; */ /* align-items: center; */ /* background-color: #0AA1EF; */ /* margin-bottom: 10px; */ /* } */ /* */ /* .certs ul { */ /* list-style: none; */ /* display: flex; */ /* overflow: hidden; */ /* margin-right: 10px; */ /* } */ /* */ /* .certs ul>li { */ /* flex: 0 0 23%; */ /* margin: 5px; */ /* margin-right: 2%; */ /* box-shadow: 0 -1px 10px rgb(0 0 0 / 10%); */ /* */ /* text-align: center; */ /* } */ /* */ /* .development { */ /* background-position: bottom; */ /* background-size: cover; */ /* } */ /* */ /* .development ul { */ /* list-style: none; */ /* display: flex; */ /* overflow: hidden; */ /* margin-right: 10px; */ /* } */ /* */ /* .development ul>li { */ /* flex: 0 0 23%; */ /* margin-right: 2%; */ /* text-align: center; */ /* } */ /* */ /* .development ul>li .header-spliter { */ /* margin: 12px 0 13px; */ /* } */ /* */ /* */ /* */ /* .staff .container>header{ */ /* text-align: center; */ /* } */ /* */ /* .staff ul { */ /* list-style: none; */ /* display: flex; */ /* overflow: hidden; */ /* margin-right: 10px; */ /* justify-content:space-between; */ /* } */ /* */ /* .staff ul>li { */ /* width: 30%; */ /* text-align: center; */ /* background-color: #fff; */ /* padding: 35px 0; */ /* border-bottom: 1px solid #e5e5e5; */ /* } */ /* */ /* .staff ul>li span{ */ /* width: 80px; */ /* height: 80px; */ /* border-radius: 40px; */ /* display: inline-flex; */ /* justify-content: center; */ /* align-items: center; */ /* background-color: #0AA1EF; */ /* margin-bottom: 10px; */ /* } */ /* */ /* .jobs { */ /* background-color: #f7f7f7; */ /* } */ /* */ /* .jobs ul { */ /* list-style: none; */ /* } */ /* */ /* .jobs ul>li { */ /* background-color: #fff; */ /* margin-bottom: 10px; */ /* } */ /* */ /* .clear::after { */ /* content: ''; */ /* clear: both; */ /* } */ /* */ /* .jobs ul>li header { */ /* padding: 30px 30px 23px; */ /* cursor: pointer; */ /* display: flex; */ /* justify-content: space-between; */ /* align-items: center; */ /* } */ /* */ /* .jobs ul>li header .title { */ /* flex: 1; */ /* } */ /* */ /* .jobs ul>li header .botton { */ /* flex: 0 0 50px; */ /* font-size: 30px; */ /* } */ /* */ /* .jobs ul>li header .botton .iconfont { */ /* font-size: 30px; */ /* } */ /* */ /* .jobs ul>li header .botton> span { */ /* border: 1px solid #0AA1EF; */ /* border-radius: 20px; */ /* color: #0AA1EF; */ /* font-size: 30px; */ /* width: 40px; */ /* height: 40px; */ /* } */ /* */ /* .jobs ul>li .glyphicon{ */ /* text-align: center; */ /* } */ /* */ /* .jobs ul>li .icon-minus { */ /* display: none; */ /* } */ /* */ /* .jobs ul>li.selected .icon-minus { */ /* display: inline; */ /* } */ /* */ /* .jobs ul>li.selected .icon-plus { */ /* display: none */ /* } */ /* */ /* */ /* .jobs ul>li main { */ /* border-top: 1px solid #e1e1e1; */ /* height: 0; */ /* display: none; */ /* transition: height 1s ease; */ /* padding: 30px 30px 23px; */ /* } */ /* */ /* .jobs ul>li.selected main { */ /* height: auto; */ /* display: block; */ /* transition: height 1s ease; */ /* } */ /* */ /* .contact ul { */ /* list-style: none; */ /* display: flex; */ /* */ /* } */ /* */ /* .contact ul>li { */ /* flex: 0 0 25%; */ /* text-align: center; */ /* position: relative; */ /* padding: 0 10px; */ /* } */ /* */ /* .contact li::before { */ /* position: absolute; */ /* content: ""; */ /* width: 1px; */ /* height: 50px; */ /* background: #dbdbdb; */ /* right: 0; */ /* top: 50%; */ /* transform: translateY(-50%); */ /* } */