html { font-size: 100px!important; } body { font-size: 16px; } header {} .mainWrap {} footer { background: #333; padding-top: 1%; padding-bottom: 2%; background: url(../img/foot_bg.jpg)no-repeat center /cover; } .footer {} .footer_left { display: grid; gap: 4%; grid-template-columns: repeat(5, 16%); list-style: none; margin: 0px; padding: 0px; width: 100%; overflow: hidden; } .footer_left li { width: 100%; } .footer_left li h3 { font-size: 20px; line-height: 0.8rem; color: #fff; margin: 0px; position: relative; } .footer_left li h3::after { content: ""; width: 22%; height: 2px; background: #c31222; transition: all 0.3s ease-in-out; position: absolute; left: 0px; bottom: 10px; } .footer_left li div { margin-top: .15rem; } .footer_left li div a { font-size: 16px; line-height: .4rem; color: #d6d6d6; text-decoration: none; display: block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .footer_left li div a:hover { color: #c31222; letter-spacing: 2px; } .copyRightWrap {} .copyRight {} .copy_left { margin: 0px; line-height: .4rem; font-size: 16px; color: #666; text-align: center; } .copy_left a { color: #666; text-decoration: none; } .copy_left a:hover {} .copy_right { margin: 0px; margin: 0px; line-height: .4rem; font-size: 16px; color: #666; } .copy_right a { color: #666; text-decoration: none; } .copy_right a:hover {} .footer_right {} .footer_right h3 { font-size: 20px; line-height: 0.8rem; color: #fff; margin: 0px; position: relative; } .footer_right h3::after { content: ""; width: 6%; height: 2px; background: #c31222; transition: all 0.3s ease-in-out; position: absolute; left: 0px; bottom: 10px; } .footer_right div { margin-top: .15rem; } .footer_right div p { font-size: 16px; line-height: .4rem; color: #d6d6d6; text-decoration: none; } .wechat_wrap { display: flex; flex-direction: row; align-items: flex-start; padding-top: 4%; justify-content: flex-start; } .wechat_wrap span { display: block; margin-right: 4%; } .wechat_wrap span i { font-size: .3rem; } .wechat_wrap img {} .bannerWrap {} .carousel-indicators [data-bs-target]{margin-right: 8px; margin-left: 8px;} .inBanner { width: 100%; margin: 0px auto; overflow: hidden; } .inBanner img { width: 100%; overflow: hidden; margin: 0px auto; } .inMainWrap {} .inLocationWrap { margin-bottom: 2%; border-bottom: 1px solid #eeeeee; } .inNavWrap { display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap; } .inNavWrap li.on { border-bottom: 2px solid #c31222; } .inNavWrap li.on a { color: #c31222; } .inNavWrap li { margin-right: 0.5rem; position: relative; } .inNavWrap li a { display: block; font-size: 20px; line-height: 0.8rem; color: #666; } .inNavWrap li::after { content: ""; width: 0%; height: 2px; background: #c31222; transition: all 0.3s ease-in-out; position: absolute; left: 0px; bottom: -1px; } .inNavWrap li:hover::after { width: 100%; } .inNavWrap li:hover a { color: #c31222; } .inMainContWrap { padding: 2% 0%; } .inNewsList {} .inCate { margin-bottom: 2%; } .inCate h4 { font-size: 32px; text-align: center; line-height: 0.4rem; } .inNewsTop { margin: 4% auto; margin-top: 6%; } .inNewsTopInfo p { font-size: 16px; line-height: 0.3rem; } .inNewsTopLeft { width: 100%; margin: 0px auto; overflow: hidden; } .inNewsTopLeft img { width: 100%; height: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .inNewsTopLeft:hover img { transform: scale(1.5); } .inNewsTopRight { width: 100%; margin: 0px auto; } .inNewsTopDate { font-size: 0.36rem; line-height: 0.6rem; color: #c31222; display: flex; flex-direction: column; } .inNewsTopDate strong { font-size: 24px; } .inNewsTopDate span { font-size: 0.2rem; line-height: 2; color: #666; } .inNewsTopInfo { position: relative; } .inNewsTopInfo h3 { font-size: 20px; line-height: 0.66rem; color: #c31222; margin-bottom: 0px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .inNewsTopInfo p {} .inNewsTopInfo a { display: block; position: absolute; bottom: -1rem; right: 0px; background: #c31222; border: 1px solid #c31222; color: #fff; width: 120px; text-align: center; line-height: .5rem; line-height: 40px; border-radius: 50px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; font-size: 16px; } .inNewsTopInfo a:hover { border: 1px solid #c31222; background: #fff; color: #333; } .inNewsItem { display: flex; flex-direction: column; width: 100%; margin: 0px auto; } .inNewsItem li { background: #f3f3f3; margin-bottom: 3%; border-radius: 10px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; } .inNewsItem li:hover { transform: translateY(20px); } .inNewsItem li:hover .inNewsItemLeft { background: #c31222; } .inNewsItem li:hover .inNewsItemLeft * { color: #fff; } .inNewsItem li:hover .inNewsItemLeft strong { border-bottom-color: #fff; } .inNewsItem li:hover .inNewsItemRight h3 { color: #c31222; } .inNewsItem li a { display: flex; flex-direction: row; justify-content: space-between; padding: 0%; padding: 10px; align-items: flex-start; justify-content: space-between; } .inNewsItemImg2023{width: 20%;} .inNewsItemImg2023 img{width: 100%;height: auto;} .inNewsItemLeft { background: #d7d7d7; width: 120px; /* padding: 2%; */ border-radius: 16px; height: 120px; display: flex; justify-content: center; align-items: center; flex-direction: column; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; border-radius: 8px; } .inNewsItemLeft strong { font-size: 44px; color: #666; border-bottom: 1px solid #aaa; line-height: 64px; } .inNewsItemLeft span { font-size: 0.14rem; color: #666666; line-height: 0.36rem; } .inNewsItemRight { width: 68%; /* padding: 2%; */ margin-left: 2%; } .inNewsItemRight h3 { font-size: 20px; line-height: .36rem; color: #666; margin: 0px; font-weight: 600; } .inNewsItemRight p { font-size: 16px; line-height: .36rem; color: #7a7a7a; } .inNewsItem li:hover {} #header { background: #fff; transition: all 0.5s; z-index: 997; padding: 20px 0; } #header.header-scrolled { padding: 12px 0; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); } #header .logo { font-size: 30px; margin: 0; padding: 0; font-weight: 600; font-family: "Poppins", sans-serif; } #header .logo a { color: #111111; } #header .logo a span { color: #e03a3c; } #header .logo img { max-height: 40px; } .navbar { padding: 0; } .navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; } .navbar li { position: relative; } .navbar a, .navbar a:focus { display: flex; align-items: center; justify-content: space-between; padding: 10px 0 10px 30px; font-family: "Raleway", sans-serif; font-size: 16px; font-weight: normal; color: #333; white-space: nowrap; transition: 0.3s; } .navbar a i, .navbar a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; } .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a { color: #e03a3c; font-weight: 600; } .navbar .dropdown ul { display: block; position: absolute; left: 30px; top: calc(100% + 30px); margin: 0; padding: 10px 0; z-index: 99; opacity: 0; visibility: hidden; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: 0.3s; } .navbar .dropdown ul li { min-width: 200px; } .navbar .dropdown ul a { padding: 10px 20px; font-size: 14px; } .navbar .dropdown ul a i { font-size: 12px; } .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a { color: #e03a3c; } .navbar .dropdown:hover>ul { opacity: 1; top: 100%; visibility: visible; } .navbar .dropdown .dropdown ul { top: 0; left: calc(100% - 30px); visibility: hidden; } .navbar .dropdown .dropdown:hover>ul { opacity: 1; top: 0; left: 100%; visibility: visible; } @media (max-width: 1366px) { .navbar .dropdown .dropdown ul { left: -90%; } .navbar .dropdown .dropdown:hover>ul { left: -100%; } } /** * Mobile Navigation */ .mobile-nav-toggle { color: #111111; font-size: 28px; cursor: pointer; display: none; line-height: 22px; transition: 0.5s; } .mobile-nav-toggle.fa-close { color: #fff; } @media (max-width: 991px) { .mobile-nav-toggle { display: block; } .navbar ul { display: none; } } .navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.9); transition: 0.3s; z-index: 999; } .navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; } .navbar-mobile ul { display: block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; background-color: #fff; overflow-y: auto; transition: 0.3s; } .navbar-mobile a, .navbar-mobile a:focus { padding: 10px 20px; font-size: 15px; color: #111111; } .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a { color: #e03a3c; } .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus { margin: 15px; } .navbar-mobile .dropdown ul { position: static; display: none; margin: 10px 20px; padding: 10px 0; z-index: 99; opacity: 1; visibility: visible; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); } .navbar-mobile .dropdown ul li { min-width: 200px; } .navbar-mobile .dropdown ul a { padding: 10px 20px; } .navbar-mobile .dropdown ul a i { font-size: 12px; } .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a { color: #e03a3c; } .navbar-mobile .dropdown>.dropdown-active { display: block; } .logo { margin-right: .6rem!important; } .shop_wrap { display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-left: 1%; } .shop_wrap i { font-size: 30px; color: #c31222; margin-right: 10px; } .shop_wrap a { display: block; background: #c31222; color: #fff; width: 70px; height: 40px; line-height: 40px; text-align: center; border-radius: 10px; font-size: 16px; } .search_wrap { position: relative; margin-left: 3%; display: flex; align-items: center; justify-content: center; margin-right: 2%; } .search_wrap i { font-size: 30px; background: url(../img/icon_search.png) no-repeat; align-content: center; width: 21px; height: 21px; } .so { display: none; position: absolute; top: 67px; right: 0; width: 220px; height: 40px; border: 1px solid #930c0f; padding-right: 40px; overflow: hidden; z-index: 999; background: #c31222; } .so .inp { display: block; width: 100%; height: 40px; border: none; font-size: 14px; color: #fff; line-height: 40px; background: 0 0; padding: 0 10px; overflow: hidden } .so .sub-btn { display: block; width: 40px; height: 40px; background: #fff url(../img/icon_search.png) center center no-repeat; border: none; position: absolute; top: 0; right: 0; } .lang_wrap { width: 200px; /* float: right; */ /* margin-top: 22px; */ position: relative; /* display: flex; */ /* justify-content: center; */ /* justify-content: initial; */ } .lang_wrap span { display: block; text-align: center; font-size: 16px; line-height: 46px; background: url(../img/icon_lang.png) no-repeat 13px center; color: #333; } .lang_wrap p { display: none; background: #fff; position: absolute; top: 144%; left: 0px; width: 100%; z-index: 999; } .lang_wrap p a { display: block; text-align: center; line-height: 38px; font-size: 16px; border-bottom: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; color: #c31222; } .lang_wrap span { position: relative; } .lang_wrap span:after { content: ''; position: absolute; top: 15px; right: 22px; width: 10px; height: 10px; border-top: 2px solid #ccc; border-right: 2px solid #ccc; transform: rotate(132deg); } .lang_wrap:hover span:after { content: ''; position: absolute; top: 20px; right: 22px; width: 10px; height: 10px; border-top: 2px solid #c31222; border-right: 2px solid #c31222; transform: rotate(314deg); } .menuWrap { display: none; } .menuWrap { display: none; width: 100%; } .sp_header { height: 60px; overflow: hidden; background: #fff; position: fixed; z-index: 999999999; width: 100%; left: 0px; } .sp_logo { padding: 8px; float: left; height: auto; width: 80%; } .sp_logo a { display: block; } .sp_logo img:nth-child(1) { margin: auto; max-height: 40px; float: left; } .sp_logo img:nth-child(2) { float: left; width: 68%; height: auto; margin-left: 10px; margin-top: 11px; display: none; } .sp_nav { width: 50px; float: right; position: relative; cursor: pointer; height: 30px; margin-top: 22px; } .sp_nav span { display: block; background: #c31222; width: 30px; height: 2px; position: absolute; left: 10px; transition: all ease 0.35s; } .sp_nav span:nth-of-type(1) { top: 0px } .sp_nav span:nth-of-type(2) { top: 10px } .sp_nav span:nth-of-type(3) { top: 20px } .sp_nav_se span:nth-of-type(1) { top: 10px; transform: rotate(45deg) } .sp_nav_se span:nth-of-type(2) { width: 0 } .sp_nav_se span:nth-of-type(3) { top: 10px; transform: rotate(-45deg) } .sjj_nav { position: fixed; z-index: 9; background: #f5f5f5; width: 100%; height: calc(100% - 50px); font-size: 14px; line-height: 40px; top: -100%; left: 0; overflow: auto; overflow-x: hidden; transition: top ease 0.35s; /* height: 100%; */ z-index: 99999999; } .nav_show { top: 60px; } .sjj_nav>ul>li:first-child { overflow: hidden; border-top: 0 } .sjj_nav>ul>li:first-child>a { float: left; width: calc(100% - 70px) } .sjj_nav>ul>li:first-child .language { float: right; width: 70px; overflow: hidden; line-height: 30px; margin-top: 5px } .sjj_nav>ul>li:first-child .language a { width: 35px; float: left; border-left: 1px #ddd solid; text-align: center; color: #999; } .sjj_nav ul li i { position: absolute; top: 5px; right: 0px; border-left: 1px #ddd solid; height: 30px; padding: 0px 7px 0 7px; } .sjj_nav ul li i svg { transform: rotate(-90deg); transition: all ease 0.35s } .sjj_nav ul li .sjj_nav_i_se svg { transform: rotate(0deg) } .sjj_nav ul li { border-top: 1px #ddd solid; margin-left: 20px; position: relative; line-height: 40px; font-size: 16px; } .sjj_nav>ul>li:last-child { border-bottom: 1px #ddd solid; } .sjj_nav ul li ul { display: none; width: 100%; } .sjj_nav ul li a { color: #666; width: 80% } .sjj_nav ul li ul li a { color: #999; display: block; text-align: left; } .sjj_nav ul li i svg { width: 30px; height: 30px; fill: #c31222; } .sjj_nav ul li .sjj_nav_i_se svg { fill: #c31222; } .sjj_nav ul li ul li>ul { margin-left: 10px } .fa-search:before { display: none; } .inAboutWrap { margin: 2% auto; margin-bottom: 6%; } .inAboutWrap p { font-size: 16px; line-height: 1.8; color: #5d5d5d!important; margin-bottom: 0%; text-align: left; /* text-indent: .48rem; */ } .inAboutWrap img { max-width: 100%; height: auto; overflow: hidden; margin: 0px auto; } .inNewsShowRight { box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06); border-radius: 4px; padding: 6%; } .inNewsShowRight h2 { font-size: 24px; line-height: .6rem; margin: 0px; margin-bottom: 8%; } .inNewsShowRight ul { display: flex; flex-direction: column; } .inNewsShowRight ul li { margin-bottom: 8%; position: relative; overflow: hidden; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; } .inNewsShowRight ul li a {} .inNewsShowImg { transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; position: relative; z-index: 2; bottom: 0; font-size: 100%; } .inNewsShowImg img {} .inNewsShowRight ul li a p { font-size: 16px; line-height: .3rem; padding: 4%; background: #c31222; position: absolute; left: 0; width: 100%; color: #fff; bottom: -60px; z-index: 1; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; } .inNewsShowRight ul li:hover .inNewsShowImg { bottom: 80px; } .inNewsShowRight ul li:hover p { bottom: 0; } .inNewsShowRight ul li:hover { -webkit-box-shadow: rgb(113 113 113 / 23%) 0px 0px 30px; -moz-box-shadow: rgb(113 113 113 / 23%) 0px 0px 30px; box-shadow: rgb(113 113 113 / 23%) 0px 0px 30px; } .inNewsShowWrap { margin-bottom: 6%; margin-top: 6%; } .inNewsShowLeft { box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06); border-radius: 4px; padding: 6%; } .inNewsShowTitle h3 { font-size: 24px; line-height: .6rem; margin: 0px; color: #333; font-weight: 600; } .inNewsShowTitle p { margin: 2% auto; display: flex; justify-content: space-between; flex-direction: row; border-bottom: 1px dotted #f5f5f5; } .inNewsShowTitle p span { font-size: 16px; line-height: 40px; color: #666; } .inNewsShowCont { padding: 2% 0%; } .inNewsShowCont p { font-size: 16px; line-height: .3rem; color: #666; text-align: left; margin-bottom: .1rem; } .inNewsShowCont img { max-width: 100%; overflow: hidden; height: auto; } .inNewsShowPage { margin: 2% auto; } .inNewsShowPage p { border: 1px solid #ddd; border-radius: 10px; margin-bottom: 2%; padding: 2%; font-size: .18rem; line-height: .24rem; position: relative; z-index: 1; font-size: 16px; } .inNewsShowPage p::after { width: 0%; height: 100%; top: 0; left: 0; background: #c31222; content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; border-radius: 8px; } .inNewsShowPage p:hover, .inNewsShowPage p:hover a { color: #fff; } .inNewsShowPage p:hover::after { width: 100%; } .inNewsShowPage p a { color: #666; font-size: 16px; } .inJobsWrap { margin-top: 5%; } .inJobsTop { background: #fafafa; padding: 5%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 4.6rem; } .inJobsTop h3 { font-size: 24px; margin: 0px; line-height: .6rem; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; font-weight: 600; } .inJobsTop p { font-size: 16px; line-height: .26rem; color: #666; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .inJobsTop:hover h3 { margin-top: 30px; } .inJobsTop:hover p { margin-top: 20px; } .inJobsItem { margin-top: .6rem; } .inJobsImg { border-top-right-radius: 0px!important; border-bottom-left-radius: 0px!important; } .inJobsItem table thead { border-color: #fff; } .inJobsItem table thead tr { background: #e6e7e9; } .inJobsItem table thead tr th { font-size: 18px; line-height: .26px; padding: .26rem; margin: 0px auto; text-align: center; /* background: #e6e7e9; */ font-weight: 600; /* height: .26rem; */ border-color: #fff; } .inJobsItem table tbody {} .inJobsItem table tbody tr { border-color: #fff; } .inJobsItem table tbody tr td { background: #f3f3f3; padding: .1rem; text-align: center; font-size: 16px; line-height: .26rem; color: #666; } .inJobsItem table tbody tr td a { color: #666; } .inJobsItem table { margin: 0px; } .inHonorWrap { margin-top: 6%; } .inHonorCont {} .inHonorInfo { border: 1px solid #eee; border-radius: 10px; overflow: hidden; transition: all 0.3s ease-out; } .inHonorInfo a { /* padding: 2%; */ display: block; } .inHonorImg { margin: 6%; overflow: hidden; } .inHonorImg img { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .inHonorInfo a p { font-size: 18px; line-height: .6rem; text-align: center; background: #eee; color: #666; transition: all 0.3s ease-out; position: relative; z-index: 1; } .inHonorInfo a p::after { width: 0%; height: 100%; top: 0; left: 0; background: #c31222; content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .inHonorInfo:hover a p::after { width: 100%; } .inHonorInfo:hover a img { transform: scale(1.2); } .inJobsImgWrap { overflow: hidden; } .inJobsImgWrap img { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .inJobsImgWrap:hover img { transform: scale(1.2); } .inHonorInfo:hover a p { color: #fff; } .inHonorInfo:hover { border: 1px solid #c31222; } .inContactWrap { margin-top: 4%; } .inContactCont {} .inContactInfo { padding: 0% 5%; } .inContactTop {} .inContactTop dl { display: flex; flex-direction: row; justify-content: flex-start; border-bottom: 1px solid #d8d8d8; margin-top: 4%; padding-bottom: 4%; } .inContactTop dl:last-child { border: none; } .inContactTop dl dt { margin-right: 3%; } .inContactTop dl dt span { border: 2px solid #c31222; border-radius: 25px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; } .inContactTop dl dd { margin: 0px; } .inContactTop dl dd h3 { font-size: 20px; line-height: .3rem; color: #888; margin: 0px; font-weight: 600; } .inContactTop dl dd p { font-size: 18px; line-height: .33rem; color: #333; margin: 0px; } .inGuestbook {} .inGuestbook h3 { font-size: 20px; line-height: .3rem; color: #333; font-weight: 600; } .inGuestbook { margin-top: 3%; } .inGuestbook .form-control { padding: .1rem .2rem; font-size: 16px; color: #212529; border-radius: 4px; background-color: #f4f4f4; } .inGuestbook .form-control:focus { background: none; box-shadow: none; color: #212529; background-color: #f4f4f4; border-color: #c31222; outline: 0; } #submit_btn { background: #c31222; width: 1.8rem; height: auto; line-height: 1.5; text-align: center; display: block; border-radius: 50px; padding: .1rem .2rem; font-size: .18rem; color: #fff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border: 2px solid #c31222; } #submit_btn:hover { background: #fff; border: 2px solid #c31222; color: #333; } .inProCate a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .inProCate a:hover, .inProCate a.on { background: #c31222; color: #fff; border: 1px solid #c31222; } .inMapInfo { padding-top: 5%; } .inProCateWrap { margin: 3% auto; margin-top: -1%; } .inProCate { display: flex; flex-direction: row; justify-content: center; } .inProCate a { width: 2rem; height: .4rem; line-height: .4rem; text-align: center; font-size: 18px; color: #333; border: 1px solid #ccc; display: block; margin: 0% 1%; border-radius: 10px; } .inProCate a:hover {} .inProAdWrap {} .inProAdWrap img {} .inProMarketWrap { margin: 4% auto; } .inProMarketItem { display: flex; flex-direction: column; margin-top: 4%; overflow: hidden; } .inProMarketItem img { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .inProMarketLeft:hover img { transform: scale(1.2); } .inProMarketItem h3 { font-size: .28rem; color: #1a1a1a; line-height: .56rem; margin: 0px; } .inProMarketItem p { font-size: .18rem; line-height: .26rem; color: #666; } .inProItemWrap { padding: 2% 0%; margin: 2% auto; } .inProName { font-size: .4rem; line-height: .3rem; color: #2e3642; text-align: center; display: block; } .inProCont {} .inProCont table thead { border-color: #fff; background: #c31222; border-radius: 20px; color: #fff; border: 1px solid #c31222; } .inJobsItem table thead tr { background: #e6e7e9; } .inProCont table thead tr th { font-size: .22rem; line-height: .1rem; padding: .26rem; margin: 0px auto; text-align: center; /* background: #e6e7e9; */ font-weight: normal; /* height: .26rem; */ border-color: non; } .inProCont table tbody {} .inProCont table tbody tr { border-color: #ddd; border-left: none; border-right: none; } .inProCont table tbody tr td { /* background: #f3f3f3; */ padding: .16rem; text-align: center; font-size: .18rem; line-height: .26rem; color: #666; border: none; } .inProCont table tbody tr td a { color: #666; } .inProCont table tbody tr td a i { color: #c31222; font-size: .22rem; } .inProInfo { font-size: .16rem; line-height: 1.5; margin: 2% auto; } .inProCont table { margin: 0px; } .inProMarketItem {} .inProMarketItem li { display: flex; flex-direction: row; justify-content: space-between; } .inProMarketItem li .inProMarketLeft { width: 50%; order: 1; overflow: hidden; } .inProMarketItem li .inProMarketLeft img {} .inProMarketItem li .inProMarketRight { width: 50%; background: #f5f5f54d; padding: 2%; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; order: 2; position: relative; z-index: 1; } .inProMarketItem li .inProMarketRight::after { position: absolute; width: 100%; height: 0%; content: ''; z-index: -1; background: #c31222; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; left: 0px; bottom: 0px; } .inProMarketItem li .inProMarketRight:hover::after { height: 100%; } .inProMarketItem li .inProMarketRight:hover h3 { color: #fff; } .inProMarketItem li .inProMarketRight:hover p { color: #fff; } .inProMarketItem li .inProMarketRight h3 {} .inProMarketItem li .inProMarketRight p {} .inProMarketItem li:nth-child(2n) .inProMarketLeft { order: 2; } .inProMarketItem li:nth-child(2n) .inProMarketRight { order: 1 } .inProYoushiWrap { background: url(../img/inProYoushiBg.jpg) no-repeat top center; background-size: cover; object-fit: cover; } .inProYOushi { display: block; background: #fff; border-radius: 10px; padding: .3rem .2rem; margin-bottom: 1.5rem; margin-top: .5rem; position: relative; z-index: 1; } .inProYOushi::after { position: absolute; width: 100%; height: 0%; content: ''; z-index: -1; background: #c31222; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; left: 0px; bottom: 0px; border-radius: 10px; } .inProYOushi:hover::after { height: 100%; } .inProYOushi:hover span { background: #e58f0d; } .inProYOushi:hover h3, .inProYOushi:hover p { color: #fff; } .inProYOushi span { background: #626262; width: 70px; height: 70px; border-radius: 35px; display: flex; justify-content: center; align-items: center; margin-bottom: .2rem; } .inProYOushi span img {} .inProYOushi h3 { font-size: .28rem; line-height: .42rem; color: #333; margin: 0px; } .inProYOushi p { font-size: .32rem; line-height: .42rem; color: #333; } .inProYoushiWrap .inProName { color: #fff; padding-top: .8rem; } .inAppsWrap { margin-top: 6%; } .inAppsItem {} .inAppsItem li { display: flex; flex-direction: row; justify-content: space-between; } .inAppsLeft { width: 50%; order: 1; overflow: hidden; } .inAppsLeft img { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .inAppsRight { width: 50%; padding: 3%; display: flex; background: #f5f5f5; flex-direction: column; align-items: flex-start; justify-content: center; order: 2; } .inAppsItem li:nth-child(2n) .inAppsLeft { order: 2; } .inAppsItem li:nth-child(2n) .inAppsRight { order: 1; } .inAppsLeft:hover img { transform: scale(1.2); } .inAppsRight h3 { font-size: 24px; color: #1a1a1a; line-height: .56rem; margin: 0px; } .inAppsRight p { font-size: 16px; line-height: .26rem; color: #666; } .inAppsRight dl { display: flex; flex-direction: row; justify-content: space-between; margin-top: .3rem; width: 78%; } .inAppsRight dl dd { width: 32%; margin: 0px; background: #fff; overflow: hidden; } .inAppsImg { overflow: hidden; } .inAppsImg img { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .inAppsRight dl dd:hover img { transform: scale(1.5); } .inAppsRight dl dd h4 { font-size: 16px; line-height: .4rem; color: #666; text-align: center; margin: 0px; position: relative; z-index: 1; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .inAppsRight dl dd h4::after { content: ''; width: 0%; height: 100%; left: 0px; bottom: 0px; background: #e03a3c; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; position: absolute; z-index: -1; } .inAppsRight dl dd:hover h4 { color: #fff; } .inAppsRight dl dd:hover h4::after { width: 100%; } .inAppsItem2023 {overflow: hidden;} .inAppsItem2023 li{/* width: 32%; */float: left;-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 1px 2px 3px rgb(0 0 0 / 10%);box-shadow: 1px 2px 3px rgb(0 0 0 / 10%);-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border: solid #f2f2f2 1px;width: 31%;margin: 0 1%;margin-bottom: 3%;padding: 1%;} .inAppsItem2023 li a{display: block;} .inAppsItem2023 li:hover img { transform: scale(1.2); } .inAppsItem2023 li:hover h3 { color:#c31222; } .inAppsItem2023Img{ border-radius: 5px !important; overflow: hidden; box-shadow: 1px 4px 6px rgb(0 0 0 / 50%); } .inAppsItem2023Img img{width: 100%;height: auto; border-radius: 5px !important; overflow: hidden; box-shadow: 1px 4px 6px rgb(0 0 0 / 50%); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .inAppsItem2023Info{margin: 5% auto;} .inAppsItem2023Info h3{ overflow: hidden; text-overflow:ellipsis; white-space: nowrap; font-size: 20px;text-align: center;line-height: 50px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;color: #777;} .inAppsItem2023Info p{text-align: center;font-size: 18px;color: #999;} .inAppsItem2023Info span{display: block;background: #c31222;width: 100px;margin: 0px auto;text-align: center;color: #fff;border-radius: 20px;font-size: 14px;line-height: 32px;margin-top: 20px;} .banner { position: relative; } .banner .carousel-control-next, .banner .carousel-control-prev { display: none; } .banner .carousel-indicators [data-bs-target] { width: 50px; height: 4px; cursor: pointer; background-color: #fff; } .banner .carousel-indicators .active { background-color: #c31222; } .banner .carousel-indicators { margin-bottom: .2rem; } .aboutWrap { background: url(../img/about_bg.jpg) no-repeat center / cover #fff; background-size: 100%; padding: 0% 0%; object-fit: cover; padding-top: 2%; padding-bottom: 2%; background-attachment:fixed; background-position:center; height:560px; width: 100%; } .aboutLeft { width: 100%; background: #c31222; /*padding: 6%;*/ height: auto; display: flex; align-items: baseline; flex-direction: column; min-height: 410px; overflow: hidden; } .aboutLeft img { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .aboutLeft img:hover { transform: scale(1.5); } .aboutLeft h3 { font-size: .42rem; color: #fff; position: relative; } .aboutLeft h3:after { content: ''; position: absolute; left: 0px; bottom: -22px; width: .9rem; height: 3px; background: #fff; } .aboutLeft span { margin-top: 42%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .aboutLeft span:hover { transform: translateX(20px); } .aboutLeft span i { font-size: 0.3rem; color: #fff; } .aboutRight { padding: 1% 4%; height: 412px; background: #fff; } .aboutRight p { font-size: 16px; line-height: 0.28rem; color: #666; text-align: left; text-indent: .26rem; text-align: justify; } .aboutRight h3 { font-weight: bold; font-size: 32px; line-height: 56px; margin-bottom: 4%; margin-top: 2%; position: relative; } .aboutRight h3:after { content: ""; position: absolute; left: 0; background: #c31222; width: 10%; height: 4px; bottom: -29%; margin: 10px 0 10px 0; } .aboutRight a.more { border: 1px solid #c31222; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background: #c31222; display: block; width: 120px; text-align: center; line-height: 40px; color: #fff; border-radius: 8px; font-size: 14px; margin-top: 5%; margin-bottom: 2%; } .aboutRight a.more:hover { background: #f6f6f6; color: #333; border: 1px solid #c31222; } .aboutCont {} .newsWrap {} .homeTitle h3::after { content: ""; position: absolute; left: 36%; background: #c31222; width: 27%; height: 4px; bottom: -29%; } .homeTitle { margin:4% auto 2%; } .newsWrap .homeTitle { margin:0 auto 4% ; } .homeTitle h3 { text-align: center; font-size: 32px; line-height: 1.5; color: #1a1a1a; position: relative; width: 3rem; margin: 0px auto; font-weight: bold; } .homeTitle p { font-size: 16px; line-height: .3rem; color: #555; /*width: 74%;*/ margin: 0px auto; text-align: center; margin-top: 4%; } .newsCont {} .newsLeft { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 8% 5%; background: #c31222 ; min-height: 3.6rem; } .newsLeft h3 { font-size: 20px; text-align: left; color: #fff; line-height: 0.5rem; font-weight: 600; } .newsLeft p { font-size: 16px; line-height: .3rem; color: #ffffff; } .newsLeft span { color: #fff; margin-top: 17%; font-size: .18rem; display: flex; width: 1rem; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .newsLeft span:hover { transform: translateX(20px); } .newsLeft span i { margin-left: 2%; display: block; float: right; margin-top: 5%; margin-left: 11%; } .newsRight { overflow: hidden; display: block; } .newsRight img { width: 100%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .newsRight:hover img { transform: scale(1.5); } .newsDonghua { margin: 1.5% auto; } .news_slick {} .newsItem { display: block; width: 96%; margin: 0px auto; } .newsItemImg { overflow: hidden; } .newsItemImg img { width: 100%; height: auto; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .newsItemInfo { background: #f6f6f6; padding: 3% 5%; position: relative; } .newsItemInfo::after { content: ""; width: 0px; height: 3px; background: #c31222; bottom: 0; left: 0; position: absolute; z-index: 999; transition: 1s; } .newsItem:hover .newsItemInfo::after { width: 100%; } .newsItem:hover p { color: #c31222; font-weight: 600; } .newsItem:hover img { transform: scale(1.5); } .newsItemInfo p { font-size: 18px; line-height: .4rem; color: #333; } .newsItemInfo span { font-size: 16px; color: #969696; } .newsItemInfo span i { color: #969696; font-size: .18rem; margin-right: .1rem; } .news_slick .slick-prev, .news_slick .slick-next { height: 46px; width: 46px; background: #c31222; color: #333; border-radius: 23px; opacity: 1; } .slick-prev, .slick-next{top: 33%;} .news_slick .slick-prev:before, .news_slick .slick-next:before { color: #fff; } .news_slick .slick-prev { left: -50px; } .news_slick .slick-next { right: -50px; } .appsWrap { margin: 0% auto; } .apps_slick {} .appsWrap .slick-slider{margin-bottom:0;} .appsItem { display: block; width: 96%; margin: 0px auto; } .appsItemImg { overflow: hidden; display: block; } .appsItemImg img { width: 100%; height: auto; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .appsItem:hover img { transform: scale(1.5); } .appsItem:hover p { color: #c31222; font-weight: 600; } .appsItem:hover .appsItemInfo::after { width: 96%; left: 2%; } .appsItemInfo::after { content: ""; width: 0px; height: 3px; background: #c31222; bottom: 0; left: 0; position: absolute; z-index: 999; transition: 1s; } .appsItemInfo { background: #f6f6f6; padding: 3% 5%; } .appsItemInfo p { font-size: 16px; line-height: .3rem; color: #333; text-align: center; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .appsItemInfo span { font-size: .18rem; color: #969696; } .appsItemInfo span i { color: #969696; font-size: .18rem; margin-right: .1rem; } .apps_slick .slick-prev, .apps_slick .slick-next { height: 46px; width: 46px; background: #c31222; color: #fff; border-radius: 23px; } .apps_slick .slick-prev:before, .apps_slick .slick-next:before { color: #fff; } .apps_slick .slick-prev { left: -50px; } .apps_slick .slick-next { right: -50px; } .proWrap {} .proCont { margin-bottom: 6%; } .proItemCont { -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 2px 3px rgb(0 0 0 / 10%); box-shadow: 1px 2px 3px rgb(0 0 0 / 10%); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: solid #f2f2f2 1px; padding: 3%; } .proItemCont a { display: block; /* position: relative; */ overflow: hidden; } .proItemImg { overflow: hidden; display: block; /* border:solid 1px #ccc; */ border-radius: 5px !important; overflow: hidden; box-shadow: 1px 4px 6px rgb(0 0 0 / 50%); } .proItemImg img { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .proItemCont:hover img { transform: scale(1.5); } .proItemBg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; /*opacity: 0.2;*/ /**filter: alpha(opacity=0.2);*/ /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2);*/ -webkit-transition: all 0.35s; transition: all 0.35s; /*background: #000;*/ } .proItemCont:hover .proItemBg { } .proItemCont:hover h3 { color: #c31222; } .proItemInfo { /* position: absolute; */ /* bottom: 0px; */ /* left: 0px; */ /* padding: 3% 5%; */ /* width: 100%; */ /* opacity: .9; */ /* background: transparent; */ /* transition: all 0.35s; */ margin: 8% auto; } .proItemInfo p { font-size: 18px; color: #999; line-height: 1.5; text-align: center; } .proItemInfo h3 { font-size: 20px; color: #777; line-height: 40px; text-align: center; } .proItemInfo span{ display: block; background: #c31222; width: 100px; margin: 0px auto; text-align: center; color: #fff; border-radius: 20px; font-size: 14px; line-height: 32px; margin-top: 20px; } .inProCont { margin-top: 5%; } .navbar .active { position: relative; } .navbar .on .menu_item { color: #e03a3c; } .navbar .on .menu_item:after { content: ''; position: absolute; left: 25%; bottom: 0px; border-bottom: 2px solid #e03a3c; width: 68%; height: 2px; } .navbar .menu_item::after { content: ''; position: absolute; left: 25%; bottom: 0px; border-bottom: 2px solid #e03a3c; width: 0%; height: 2px; transition: all 0.35s; } .navbar .menu_item:hover::after { width: 68%; } .inAboutWrap { margin-top: 6%; } .news_slick .slick-dots { display: none!important; } .apps_slick .slick-dots { display: none!important; } .navbar .on.on_diy .menu_item:after { left: 30%; } .inAboutWrap p img { /* margin-left:-3%; */ } .inProContWrap { margin-top: 0%; } .inProCateWrapDiy { margin-top: 2%; } .inAppsWrapDiy { margin-top: 3%; } .inAboutTitle { margin-bottom: 2%; } .inAboutTitle h3 { font-size: 18px; line-height: 40px; text-align: center; color: #c31222; font-weight: 600; } .inMainContWrapDiy { padding: 0%; } .inProCateWrapDiy2 { margin: 0px auto; } .inProItemImg { margin-top: 3%; } .inProItemImg p { display: flex; flex-direction: row; } .inProItemImg p img { width: 48%; } .inProItemContWrap { display: flex; flex-direction: row; justify-content: space-around; margin: 0% auto; width: 98%; } .inProItemCont { width: 33%; display: block; overflow: hidden; padding: 2% 0%; padding-right: 2%; } .inProItemCont1 {} .inProItemCont2 {} .inProItemCont3 {} .inProItemCont2023{ } .inProItemCont2023 h3{font-size: 20px;margin: 1% auto;margin-left: 1%;font-weight: bold;color: #c31222;border-bottom: 1px solid #f2f2f2;line-height: 50px;width: 97%;margin-bottom: 2%;}