| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688 |
- /*================================ Header ================================*/
- .header-wrapper{
- display: flex;
- flex-direction: column;
- }
- .header-wrapper .header{
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- justify-content: center;
- padding: 15px 0;
- /*background-color: yellow;*/
- }
- .header-wrapper .header .header-left{
- height: 60px;
- /* 后期 */
- width: 230px;
- }
- .header-wrapper .header .header-left img{
- height: 100%;
- /* 后期 */
- /* width: 100%; */
- }
- .header-wrapper .header .header-mid{
- display: flex;
- flex-wrap: wrap;
- align-items: center;
- justify-content: center;
- margin: 0px 50px;
- }
- .header-wrapper .header .header-mid .header-item{
- display: flex;
- flex-direction: row;
- align-items: center;
- padding: 10px 20px;
- }
- .header-wrapper .header .header-mid .header-item i{
- font-size: 30px;
- }
- .header-wrapper .header .header-mid .header-item .item{
- display: flex;
- flex-direction: column;
- margin-left: 14px;
- }
- .header-wrapper .header .header-right{
- padding: 10px 0;
- }
- .header-wrapper .header .header-right button{
- padding: 8px 16px;
- border: 1px solid #59bcdb;
- border-radius: 4px;
- color: #59bcdb;
- background-color: #fff;
- }
- .header-wrapper .header .header-right button:hover {
- background-color: #59bcdb;
- color: #ffffff;
- }
- .header-wrapper .header .header-right button:focus {
- background-color: #59bcdb;
- color: #ffffff;
- outline: none; /* 移除默认的选中边框 */
- }
- /* header固定 */
- .sticky{
- background-color: #ffffff;
- position: fixed;
- z-index: 9999;
- top: 0;
- left: 0;
- width: 100%;
- animation: headerSticky .95s ease forwards;
- }
- /*================================ Nav ================================*/
- .nav-wrapper{
- width: 70.8%;
- /* margin-top:8px; */
- /* box-shadow: 0 1px 3px #e9e9e9; */
- }
- .nav{
- width: 70%;
- margin-top:0.5rem;
- /* max-width: 1240px; */
- /* margin: 0 auto; */
- }
- .nav .am-nav {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- padding: 0;
- margin: 0;
- }
- .nav .am-nav li {
- padding: 15px 0px;
- list-style: none;
- position: relative;
- }
- .nav .am-nav li a {
- color: #333;
- padding: 0;
- margin: 0;
- }
- /* .zgyc{
- line-height: 56px;
- padding-left:10px;
- font-size: 20px;
- font-weight: 700;
- >img{
- width: 35px;
- height: 35px;
- }
- } */
- .el-carousel__container {
- height: 500px;
- }
- @font-face {
- font-family: fontawesome;
- src: url(../fonts/fontawesome-webfont.ttf)
- }
- /*================================ Nav ================================*/
- .page-header {
- height: 45.3rem;
- >img{
- width: 100%;
- height: 100%;
- }
- }
- .page-header-sub {
- height: 31.7rem!important;
- >img{
- width: 100%;
- height: 100%;
- }
- @media screen and (max-width: 767px) {
- height: 20rem!important;
- }
- }
- .breadcrumb-box {
- border-bottom: 1px solid #e9e9e9
- }
- .breadcrumb-box .am-breadcrumb {
- padding: 16px 0 0;
- margin-bottom: 1rem
- }
- .breadcrumb-box .am-breadcrumb li a {
- font-size: 14px;
- color: #262626
- }
- .breadcrumb-box .am-breadcrumb .am-active {
- color: #6975a6
- }
- .section {
- width: 80%;
- padding: 60px 0
- }
- .section .section--header .section--title {
- font-size: 40px;
- font-weight: 300;
- text-align: center
- }
- .section .section--header .section--title-english{
- color: #007557;
- font-size: 4.5rem;
- line-height: 46px;
- font-family: Gilroy_Bold;
- }
- .section .section--header .section--description {
- font-size: 20px;
- line-height: 30px;
- color: #9b9b9b;
- /* text-align: center; */
- margin: 13px 0 0
- }
- .section .section--header .section--description-index{
- width: 54%;
- font-size: 20px;
- line-height: 30px;
- color: #9b9b9b;
- text-align: left;
- margin: 13px 0 0 6%;
- }
- /* 关于我们主页 */
- .section .section--header .section--description-notextcenter {
- font-size: 20px;
- line-height: 30px;
- /* color: #9b9b9b; */
- /* text-align: center; */
- margin: 13px 0 0;
- }
- .section .section--header .section--description-notextcenter p{
-
- margin: 0 0 0;
- }
- /* 主页swiper */
- .section .swiper {
- width: 100%;
- }
- .section .swiper-slide:hover{
- cursor: pointer;
- }
- .section .container .swiper-content{
- position: absolute;
- top:10px;
- left:10px;
- z-index: 99999;
- color: #413e3b;
- width: 96%;
- }
- .section .container {
- width: 100%;
- }
- .section .container .container1{
- display: flex;
- width: 100%;
- height: 100%;
- margin-top: 30px;
- }
- .section .container .swiper-content-title{
- font-size: 30px;
- }
- .section .container .swiper-content-info{
- width: 100%;
- padding:5px;
- font-size:20px;
- }
- .english-title{
- color: #ddd7ac;
- font-size: 26px;
- line-height: 24px;
- margin-bottom: 6px;
- font-family: Gilroy_Bold;
- letter-spacing: -1px;
- text-align: center;
- }
- .english-title1{
- text-align: center;
- }
- .animate__animated .animate__flipInX{
- width: 10%;
- height: 10%;
- }
- .am-g {
- display: flex;
- flex-direction:row;
- flex-wrap: wrap;
- justify-content: space-around;
- }
- .am-u-md-31 {
- width: 25%!important;
- border-left: 2px solid #ededed;
- }
- .imgg{
- margin-left:40%;
- }
- .moremore{
- text-align: center;
- margin-top: 20px;
- background-color: #006953;
- width: 20%;
- height: 50px;
- line-height: 50px;
- color:#fff;
- font-size: 14px;
- border-radius: 4px
- }
- .changeLL {
- display: flex;
- margin-top:5px;
- .changeItem {
- font-size:1rem;
- margin-left:0.3rem;
- background-color: #fff;
- border-radius: 4px;
- cursor: pointer;
- }
- }
- .features_item--title{
- text-align: center;
- }
- @media screen and (max-width: 640px) {
- .nav .am-nav li{
- padding: 5px 0px!important;
- }
- .section {
- width: 90%;
- padding: 50px 0 !important
- }
- .section .section--header {
- padding: 0 15px;
- width:100%;
- }
- .section .section--header .section--title {
- font-size: 18px !important
- }
- .section .section--header .section--description {
- font-size: 15px;
- line-height: 32px
- }
- .section--description {
- font-size: 16px
- }
- .section .section--header .section--title-english{
- font-size:20px;
- }
- .section .container .swiper-content-title{
- font-size: 16px;
- }
- .section .container .swiper-content-info{
- font-size:14px;
- }
- .section .section--header .section--description-index{
- font-size: 16px;
- }
- .english-title{
- font-size: 20px;
- }
- .headerNew{
- display: inline-block!important;
- }
- .nav{
- width: 100%;
- }
- .zgyc{
- line-height: 30px;
- padding-left:5px;
- font-size: 16px;
- font-weight: 700;
- text-align: center;
- >img{
- width: 20px;
- height: 20px;
- }
- }
- .numberBox {
- .unit{
- font-size:10px;
- }
- display: flex;
- justify-content: space-around;
- margin-top: 20px;
- font-size:12px;
- >div:nth-child(1),
- >div:nth-child(4) {
- .el-statistic__number {
- color: #c9082c;
- font-weight: bold;
- font-size: 16px;
- }
- }
-
- >div:nth-child(2),
- >div:nth-child(3) {
- .el-statistic__number {
- color: #006953;
- font-weight: bold;
- font-size: 16px;
- }
- }
- }
- .section .container .container1{
- display: inline-block;
- width: 100%;
- height: 100%;
- margin-top: 30px;
- }
- .section--description-index{
- width: 100%!important;
- margin-left: 0!important;
- }
- .boxs {
- width: 100%!important;
- }
- .am-g{
- display: flex;
- flex-direction: column;
- }
- .am-u-md-31 {
- width: 100%!important;
- border: none!important;
- }
- .moremore{
- text-align: center;
- margin-top: 20px;
- background-color: #006953;
- width: 100%;
- height: 50px;
- line-height: 50px;
- color:#fff;
- font-size: 14px;
- border-radius: 4px
- }
- .footer{
- font-size:10px;
- padding:5px;
- }
- .footer .messageNumber .el-statistic__number{
- font-size: 16px!important;
- }
- .footer .footer--inner {
- padding:10px!important;
- margin-right: 30px;
- >div{
- margin-top:20px!important;
- }
- }
- .footer .am-u-md-3{
- padding:5px!important;
- }
- }
- @media screen and (min-width: 641px) and (max-width: 1024px) {
- .section .section--header .section--description-index{
- font-size: 16px;
- }
- .nav{
- width: 55%!important;
- }
- .moremore{
- width: 45%;
- margin-top:10px!important;
- height: 30px;
- line-height: 30px;
- }
- .boxs{
- margin-top:70px;
- }
- .zgyc{
- font-size:14px;
- line-height: 49px;
- >img{
- width: 20px;
- height: 20px;
- }
- }
- .index-page .index-banner .slide_simple--title{
- font-size:24px!important;
- }
- .index-page .index-banner {
- height: 400px!important;
- }
- .el-carousel__container {
- height: 300px!important;
- }
- .am-u-md-31 {
- width: 32%!important;
- border-left: 2px solid #ededed;
- }
- .imgg{
- width: 40px;
- height: 40px;
- }
- .changeLL {
- display: flex;
- margin-top:5px;
- .changeItem {
- /* font-size:12px;
- padding:0px 8px;
- border:1px solid #000000;
- margin-left:5px;
- background-color: #fff;
- border-radius: 4px; */
- }
-
- }
- .router{
- font-size: 14px!important;
- }
-
- }
- /*================================ Footer ================================*/
- .footer {
- width: 100%;
- /* height:300px; */
- background: url(../images/footer.jpg);
- background-size: cover;
- position: relative;
- color:#333333!important ;
- display: flex;
- font-weight: 700;
- }
- .footer .footer--bg {
- position: absolute;
- width: 100%;
- height: 100%;
- opacity: .95;
- top: 0;
- left: 0;
- }
- .footer .footer--inner {
- position: relative;
- /* z-index: 1; */
- width: 70%;
- padding:50px;
- >div{
- margin-top:20px;
- }
- }
- /* .footer .footer--inner .am-g{
- max-width: 1140px;
- } */
- .footer .am-u-md-3{
- padding:40px;
- }
- .footer .footer_main--column {
- margin: 0px 0 0 10px;
- >div{
- >div{
- margin-top:10px;
- }
- }
- }
- .footer .footer_main--column_title {
- color: #fff;
- font-size: 17px;
- line-height: 29px;
- font-weight: 700;
- display: block
- }
- .footer .footer_about {
- position: relative;
- padding: 17px 25px 0 0
- }
- .footer .footer_about--text {
- font-size: 15px;
- line-height: 25px;
- color: #fff;
- padding: 0 0 16px
- }
- .footer .footer_about--text p{
- margin: 0;
- }
- .footer .footer_navigation {
- padding: 6px 15px 0 0;
- }
- .footer .footer_navigation--item {
- display: block;
- position: relative;
- padding: 12px 25px 12px 0;
- text-align: left;
- border-bottom: 1px solid rgba(255, 255, 255, .1)
- }
- .footer .footer_navigation--item::before {
- position: absolute;
- content: "\f054";
- display: block;
- right: 10px;
- top: 50%;
- transform: translate(0, -50%);
- margin-top: 3px;
- color: #fff;
- font-size: 12px;
- font-family: fontawesome
- }
- .footer .footer_navigation--link {
- color: #fff;
- font-size: 15px;
- line-height: 22px
- }
- .footer .footer_navigation--link:hover {
- text-decoration: underline
- }
- .footer .footer_contact_info {
- padding: 5px 0 0
- }
- .footer .footer_contact_info--item {
- padding: 5px 0;
- position: relative;
- color: #fff;
- font-size: 15px;
- line-height: 25px;
- list-style: none
- }
- .footer .footer_contact_info--item i {
- display: block;
- position: absolute;
- left: -2px;
- top: 12px
- }
- .footer .footer_contact_info--item span {
- display: inline-block;
- vertical-align: -7px;
- padding: 0 0 0 28px
- }
- .footer .footer_main--column_box{
- display: flex;
- }
- .footer .messageNumber .el-statistic__number {
- font-weight: 700;
- color:#25a668 !important;
- font-size: 28px;
- }
- .contact_card {
- background: #fff;
- border: 1px solid #e9e9e9;
- border-radius: 3px;
- position: relative;
- text-align: center;
- padding: 138px 0 48px;
- margin: 30px
- }
- .contact_card .contact_card--icon {
- position: absolute;
- font-size: 56px;
- display: block;
- top: 37px;
- left: 50%;
- transform: translate(-50%, 0);
- color: #59bcdb
- }
- .contact_card .contact_card--title {
- font-size: 20px;
- display: inline-block
- }
- .contact_card .contact_card--text {
- padding: 0 0 10px;
- color: #969696;
- font-size: 16px;
- line-height: 23px
- }
- .contact_card .contact_card--text a {
- color: #969696
- }
- .contact_card .am-btn-secondary {
- background-color: transparent;
- color: #59bcdb;
- border-color: #59bcdb;
- border-width: 2px;
- padding: 12px 18px
- }
- .contact_card .am-btn-secondary:hover {
- background-color: #59bcdb;
- color: #fff
- }
|