@font-face { font-family: arial; src: url(../fonts/arial.ttf); }
@font-face { font-family: ariblk; src: url(../fonts/ariblk.ttf); }
@font-face { font-family: DIN-Bold; src: url(../fonts/DIN-Bold.ttf); }
@font-face { font-family: DINCOND-BOLDALTERNATE; src: url(../fonts/DINCOND-BOLDALTERNATE.OTF); }
i, em { font-style: normal; }
.wrap { width: 76%; margin: 0 auto; }
body { line-height: 1.5; font-size: 1rem; color: #111111; }
a { color: #111111; }
a:hover { color: #1ba24f; }
img { max-width: 100%; }
.imgZoom { overflow: hidden; }
.imgZoom img { width: 100%; -moz-transition: all .8s ease 0s; -ms-transition: all .8s ease 0s; -o-transition: all .8s ease 0s; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; display: block; margin: 0 auto; }
.imgZoom:hover img { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.imghover { overflow: hidden; position: relative; cursor: pointer; }
.imghover:before { position: absolute; left: -50%; top: 0; width: 50%; height: 100%; background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)); content: ""; }
@media (min-width: 768px) {
.imghover:hover:before { left: 100%; transition: all .8s; }
}
.header { width: 100%; overflow: hidden; background-color: #043670; }
.header .wrap { position: static; }
.header .logo { float: left; display: inline-block; width: 20%; overflow: hidden; padding: 1rem 0; text-align: center; }
.header .logo a { display: inline-block; }
.header .tmid { float: left; color: #ffffff; margin-top: 2.2rem; line-height: 1.2; margin-left: 2rem; font-size: 1.125rem; padding-left: 1.5rem; position: relative; }
.header .tmid b { font-size: 1.4rem; font-weight: bold; display: block; }
.header .tmid:before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 1px; height: 3rem; background-color: #ffffff; }
.header .tel { min-width: 20%; float: right; font-size: 0.875rem; line-height: 1.2; margin-top: 2.2rem; color: #ffffff; }
.header .tel span { font-family: DIN-Bold; font-size: 1.7rem; display: block; }
.header .tel i { display: block; float: left; width: 3.1875rem; height: 3.1875rem; background: url(../images/htel.png) no-repeat center center; background-size: cover; margin-right: 8px; }
.nav { background-color: #f8fcff; }
.nav ul { display: flex; margin: 0 1rem; }
.nav li { width: 16.66666%; float: left; text-align: center; line-height: 4.8rem; font-size: 1.125rem; }
.nav li a { display: block; position: relative; transition: all 0.5s; }
.nav li a:hover { }
.nav li a:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 0; background: url(../images/nav.png) no-repeat center bottom; }
.nav li a:hover:after { height: 100%; transition: all 0.5s; }
.bannerSwiper { clear: both; position: relative; z-index: 0; }
.bannerSwiper .swiper-slide { position: relative; overflow: hidden; z-index: 1; }
.bannerSwiper img { display: block; margin: 0 auto; max-width: 100%; }
.bannerSwiper .swiper-slide img { width: 100%; height: auto; min-height: 100%; transition: 1s linear 2s; transform: scale(1.1, 1.1); }
.bannerSwiper .swiper-slide-active img, .bannerSwiper .swiper-slide-duplicate-active img { transition: 6s linear; transform: scale(1, 1); }
.bannerSwiper .swiper-pagination-bullet { background-color: #ffffff; opacity: 0.6; }
.bannerSwiper .swiper-pagination-bullet-active { background-color: #ff3c30; opacity: 1; }
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { display: none; }
.bannerSwiper .swiper-button-prev { opacity: .8; left: 4%; }
.bannerSwiper .swiper-button-next { opacity: .8; right: 4%; }
.draw_h { width: 4.125rem!important; height: 4.125rem!important; display: block; border-radius: 50%; text-align: center; }
.draw_h:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #1ba24f; border-radius: 50% }
svg.drawcircle { position: absolute; top: 0; left: 0; overflow: inherit; display: block; pointer-events: none }
svg.drawcircle circle { fill: none; box-sizing: border-box; stroke-width: 2; stroke: none; stroke-dasharray: 0, 188.49; stroke-dashoffset: 188.49; transition: all .3s linear 0s }
.draw_h .icon { fill: #1ba24f; vertical-align: middle; transition: .3s; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.draw_h:hover svg.drawcircle circle { stroke: #1ba24f; stroke-dasharray: 188.49, 0; stroke-dashoffset: 188.49; -webkit-transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1); transition: all .7s cubic-bezier(0.11, 0.57, 0.58, 1) }
.draw_h:hover .icon { fill: #1ba24f }
.sectit { text-align: center; margin-bottom: 1.5rem; }
.sectit i { display: block; width: 4.6875rem; height: 3.25rem; background: url(../images/sec1-1.png) no-repeat center center; background-size: cover; margin: 0 auto; display: block; }
.sectit h2 { font-size: 2rem; margin: 0.5rem 0; }
.sectit h2 span { font-weight: bold; }
.sectit p { font-size: 1.125rem; }
.section1 { background-color: #1552a1; }
.sec1tit { overflow: hidden; margin-bottom: 2rem; }
.sec1tit h2 { font-size: 2rem; text-transform: uppercase; font-weight: bold; color: #143989; }
.sec1tit h2 span { display: inline-block; font-size: 1.125rem; background: url(../images/sec1-1.png) no-repeat left center; height: 3.0625rem; padding-left: 3rem; }
.sec1tit h2 span i { display: block; font-size: 0.75rem; font-weight: normal; color: #8b8b8b; margin-top: 5px; }
.sec1a { display: block; float: right; width: 2.5rem; height: 2.5rem; background: url(../images/sec1-2.png) #143989 no-repeat center center; border-radius: 50%; }
.sec1a:hover { background-color: #1ba24f; }
.sec1list { overflow: hidden; display: flex; position: static; }
.sec1list li { width: 25%; float: left; background: url(../images/sec1-5.png) no-repeat left center; text-align: center; color: #ffffff; padding: 4rem 0; }
.sec1list li:first-child { background-image: none; }
.sec1list li span { display: block; margin: 0 auto 1rem; }
.sec1list li h3 { font-size: 1.5rem; position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.sec1list li h3:before { content: ""; display: inline-block; background: url(../images/sec1-7.png) no-repeat center center; width: 15px; height: 1px; margin-right: 8px; }
.sec1list li h3:after { content: ""; display: inline-block; background: url(../images/sec1-6.png) no-repeat center center; width: 15px; height: 1px; margin-left: 8px; }
.sec1list li p { font-size: 1.125rem; }
.section2 { padding: 4rem 0 6rem; background-color: #ebf0f4; }
.sec2tit { background: url(../images/sec2-1.png) no-repeat center top; padding-top: 1.5rem; }
.sec2c { background-color: #ffffff; padding: 1.5rem; }
.sec2c .imgZoom img { width: 100%; }
.sec2c:hover .imgZoom img { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.sec2c .txt { margin-top: 1rem; font-size: 1rem; }
.sec2c .txt h3 span { float: right; font-family: arial; font-weight: normal; color: #119042; }
.sec2c .txt:after { content: "mintaihuanbao"; display: block; text-transform: uppercase; font-size: 0.75rem; transform: scale(0.8); transform-origin: 0; opacity: 0.5; }
.sec2c .txt h3 span:after { content: "·"; display: block; margin: 0 auto; text-align: center; }
.section3 { padding: 4rem 0; background: url(../images/sec3-1.png) no-repeat left 4rem; }
.sec3tit { width: 50%; float: right; color: #043670; }
.sec3tit h2 { font-size: 1.875rem; font-weight: bold; }
.sec3tit p { display: flex; align-items: center; }
.sec3tit p:after { content: ""; display: block; width: 70%; height: 1px; background-color: #043670; float: right; margin-left: 5%; }
.section3 dl { display: flex; position: relative; overflow: hidden; margin-top: 2rem; flex-wrap: wrap; }
.sec31 { width: 43%; margin-right: 7%; float: left; display: inline-block; }
.sec31 h3 { font-size: 1.875rem; font-weight: bold; }
.sec31 p { text-indent: 2rem; line-height: 2; font-size: 1.125rem; }
.sec3txt { margin-bottom: 4rem; }
.sec3txt:before { content: ""; display: block; width: 24px; height: 16px; background: url(../images/sec3-2.png) no-repeat center center; margin-bottom: 4rem; }
.sec3a { display: block; width: 10rem; height: 2.8rem; line-height: 2.8rem; border: 1px #1e2835 solid; border-radius: 2.5rem; text-align: center; font-size: 1.125rem; }
.sec3a:hover { opacity: 0.8; }
.sec32 { width: 50%; float: left; }
.sec32 img { width: 100%; object-fit: cover; height: 100%; }
.section3 dl:before { content: ""; display: block; width: 4.625rem; height: 4.625rem; background: url(../images/sec3-4.png) #1ba24f no-repeat center center; position: absolute; bottom: 0; left: calc(50% - 4.625rem); }
.sec33 { margin-top: 3rem; }
.sec33t { overflow: hidden; margin-bottom: 1.5rem; position: relative; }
.sec33t h2 { font-size: 1.875rem; line-height: 1.875rem; margin-bottom: 1rem; }
.sec33t h2 b { font-weight: bold; }
.sec33t h2 span { font-size: 1.5rem; float: right; }
.sec33t a { display: block; float: right; background-color: #1ba24f; color: #ffffff; text-align: center; width: 6.375rem; height: 1.75rem; line-height: 1.75rem; border-radius: 2rem; }
.sec33t:before { content: ""; display: block; width: 100%; height: 1px; background-color: #b8b8b8; position: absolute; bottom: 0.8rem; left: 0; z-index: -1; }
.sec3Swiper .swiper-slide { text-align: center; position: relative; }
.sec3Swiper .swiper-slide div { position: relative; margin-bottom: 2rem; text-align: center; padding: 1rem }
.sec3Swiper .swiper-slide div img { width: 100%; }
.sec3Swiper .swiper-slide div:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/sec3-5bg.png) no-repeat center center; background-size: cover; z-index: 3333; }
.sec3Swiper .swiper-slide:before { content: ""; display: block; position: absolute; bottom: 10%; left: 7%; width: 85%; height: 20%; background-color: rgba(220, 220, 220, 0.4); filter: blur(20px); }
.section4 { padding: 4rem 0 0; overflow: hidden; background: url(../images/sec4bg.jpg) no-repeat center bottom; background-size: cover; }
.sec4t { position: relative; overflow: hidden; padding-bottom: 2rem; }
.sec4t span { float: right; display: block; position: relative; z-index: 33; margin-top: 1rem; width: 10.625rem; height: 2.25rem; line-height: 2.25rem; background-color: #1ba24f; text-align: center; color: #ffffff; border-radius: 20px; font-size: 1.125rem; }
.sec4t:before { content: ""; display: block; position: absolute; top: 0; right: 10rem; width: 57.625rem; height: 4.4375rem; background: url(../images/sec4-1.png) no-repeat center center; background-size: cover; overflow: hidden; }
.sec4c { overflow: hidden; }
.sec4c dt { width: 50%; float: right; overflow: hidden; }
.sec4c dd { width: 50%; float: left; }
.sec4c1 { width: 70%; float: right; text-align: right; color: #043670; }
.sec4c1 h3 { font-size: 4.25rem; color: #2b98fe; }
.sec4c1 h3 b { color: #043670; font-weight: bold; }
.sec4c1 span { display: block; font-size: 0.75rem; text-transform: uppercase; line-height: 1; transform: scale(0.9); transform-origin: 100%; opacity: 0.5; }
.sec4c1 ul { overflow: hidden; margin: 1rem 0 3rem; width: 70%; float: right; }
.sec4c1 li { width: 31.3333%; float: left; margin-left: 2%; text-align: center; border: 1px #88ccff solid; border-radius: 30px; background-color: #88ccff; box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.9); }
.sec42 { width: 80%; }
.sec42 li { margin-top: 4rem; color: #043670; background-color: #ffffff; border-top-right-radius: 30px; padding: 1.5rem 1rem 1rem; }
.sec42 li .img { width: 33%; float: left; position: relative; margin-top: -3rem; }
.sec42 li h3 { font-size: 1.375rem; font-weight: bold; display: flex; align-items: center; }
.sec42 li h3:before { content: ""; display: inline-block; margin-right: 5px; width: 5px; height: 5px; background-color: #119042; border-radius: 50%; }
.section5 { padding: 2rem 0 4rem; background-color: #1552a1; position: relative; }
.sec5tit { color: #ffffff; background: url(../images/sec5-1.png) no-repeat center top; padding-top: 1.5rem; margin-bottom: 2rem; }
.sec5tit p:before { content: ""; display: inline-block; width: 8px; height: 8px; border: 2px #1b8ffb solid; border-radius: 50%; margin-right: 5px; }
.sec5tit p:after { content: ""; display: inline-block; width: 8px; height: 8px; border: 2px #1b8ffb solid; border-radius: 50%; margin-left: 5px; }
.sec5c { margin: 0 -1%; overflow: hidden; display: flex; }
.sec5c li { width: 23%; float: left; margin: 0 1%; position: relative; }
.sec5c li .sec51 { background: url(../images/sec5-2.png) #ffffff no-repeat -10px 75%; border-radius: 15px; text-align: center; padding-bottom: 30px; padding-top: 3rem; position: relative; }
.sec5c li:hover .sec51 { background: url(../images/sec5-3.png) #1b90fd no-repeat -10px 75%; color: #ffffff; }
.sec5c li i { display: block; margin: 0 auto 1rem; width: 3.75rem; height: 3.75rem; background: url(../images/sec5-i1.png) no-repeat center center; background-size: cover; }
.sec5c li:hover i { background: url(../images/sec5-i11.png) no-repeat center center; background-size: cover; }
.sec5c li h3 { font-size: 1.5rem; font-weight: bold; }
.sec5c li span { text-transform: uppercase; font-size: 0.75rem; opacity: 0.5; }
.sec5list { margin: 1rem auto; }
.sec5list a { display: block; margin: 0 auto; line-height: 2.2; }
.sec5c li:hover a { color: #ffffff; }
.sec5c li em { display: block; position: relative; top: -30px; z-index: 333; width: 3.3125rem; height: 3.3125rem; margin: 0 auto; }
.sec51:after { display: block; content: ""; width: 5px; height: 23px; background: url(../images/sec5-5.png) no-repeat center center; margin: 0 auto 1.5rem; }
.sec5c li:hover .sec51:after { background: url(../images/sec5-6.png) no-repeat center center; }
.sec5c li:nth-child(2) i { background: url(../images/sec5-i2.png) no-repeat center center; background-size: cover; }
.sec5c li:nth-child(2):hover i { background: url(../images/sec5-i21.png) no-repeat center center; background-size: cover; }
.sec5c li:nth-child(3) i { background: url(../images/sec5-i3.png) no-repeat center center; background-size: cover; }
.sec5c li:nth-child(3):hover i { background: url(../images/sec5-i31.png) no-repeat center center; background-size: cover; }
.sec5c li:nth-child(4) i { background: url(../images/sec5-i4.png) no-repeat center center; background-size: cover; }
.sec5c li:nth-child(4):hover i { background: url(../images/sec5-i41.png) no-repeat center center; background-size: cover; }
.section6 { padding: 3rem 0; }
.sec6tit p { background: url(../images/sec6.png) no-repeat center center; }
.cplist { overflow: hidden; margin: 0 -1% }
.cplist li { width: 31.33333%; float: left; margin: 0 1% 1.5rem; }
.cplist li .cptxt { background-color: #edf1f7; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding: 0 1.5rem; }
.cplist li .cptxt p { text-align: center; background: url(../images/sec6-1.png) #ffffff no-repeat center center; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; font-size: 1rem; padding: 0.5rem 0; }
.cplist li .cptxt h3 { padding: 1rem 0; font-size: 1.125rem; }
.cplist li .cptxt h3 span { float: right; font-size: 0.875rem; margin-top: 3px; }
.cplist li .cptxt h3:before { content: ""; display: inline-block; width: 8px; height: 8px; border: 2px #2c98fd solid; border-radius: 50%; margin-right: 5px; }
.cplist li a { display: block; }
.cplist li a:hover .cptxt { background-color: #1552a1; }
.cplist li a:hover h3 { color: #ffffff; }
.cplist li a:hover p { color: #333333; }
.cplist li a:hover h3:before { border-color: #ffffff; }
.seccase { background: url(../images/seccase-1.jpg) no-repeat center center; overflow: hidden; padding: 4rem 0; background-size: cover; }
.seccat { width: 50%; float: left; color: #ffffff; }
.seccat h2 { font-size: 1.875rem; display: flex; align-items: center; }
.seccat h2 span { color: #426db0; font-family: ariblk; text-transform: uppercase; font-size: 2.6875rem; margin-left: 10px; }
.seccat p { font-size: 1rem; }
.secSlide { width: 100%; }
.secSlide .hd { position: relative; width: 30%; float: right; margin-top: 1rem; }
.secSlide .hd ul { float: left; width: 100%; }
.secSlide .hd ul li { float: left; width: 45%; margin-left: 5%; background-color: #ffffff; text-align: center; padding: 1rem 0; border-radius: 40px; font-size: 1.25rem; }
.secSlide .hd ul li.on { background: #1ba24f; color: #ffffff; }
.secSlide .bd ul { display: flex; flex-wrap: wrap; margin: 0 -1%; }
.secSlide .bd li { width: 31.33333%; float: left; background-color: #ffffff; margin: 2rem 1% 0; }
.secSlide .bd li .imgZoom { border: 2px #ffffff solid; }
.secSlide .bd li .sectxt { padding: 1rem; font-size: 1.125rem; position: relative; }
.secSlide .bd li .sectxt span { font-size: 0.875rem; display: block; opacity: 0.6; }
.secSlide .bd li .sectxt:after { content: ""; display: block; position: absolute; right: 1rem; top: 1.2rem; width: 2rem; height: 2rem; background: url(../images/sec3-4.png) #929292 no-repeat center center; background-size: 30%; border-radius: 50%; }
.secSlide .bd li a:hover .sectxt:after { background-color: #1ba24f; }
.secnews { padding: 4rem 0; overflow: hidden; }
.secnewst { width: 50%; float: left; }
.secnewst h2 { font-size: 1.875rem; display: flex; align-items: center; }
.secnewst h2 span { color: #efefef; font-family: ariblk; text-transform: uppercase; font-size: 2.6875rem; margin-left: 10px; }
.secnewst p { font-size: 1rem; }
.secSlide1 { width: 100%; }
.secSlide1 .hd { position: relative; width: 30%; float: right; margin-top: 1rem; }
.secSlide1 .hd ul { float: left; width: 100%; }
.secSlide1 .hd ul li { float: left; width: 45%; margin-left: 5%; background-color: #ffffff; text-align: center; padding: 1rem 0; border-radius: 40px; font-size: 1.25rem; border: 1px #222222 solid; }
.secSlide1 .hd ul li.on { background: #1ba24f; color: #ffffff; border: 1px #1ba24f solid; }
.secSlide1 .bd { }
.secSlide1 .bd dl { overflow: hidden; display: flex; flex-wrap: wrap; position: static; }
.secSlide1 .bd dt { width: 36.5%; float: left; position: relative; margin-top: 1.3rem; }
.secSlide1 .bd dt img { max-width: 100%; object-fit: cover; height: 100%; }
.secSlide1 .bd dt .box { position: absolute; bottom: 0; left: 0; width: 100%; height: 33.33333%; background-color: rgba(0,0,0,0.3); }
.secntxt { width: 60%; float: right; margin-right: 5%; color: #ffffff; padding-top: 2.5rem; }
.secntxt h3 { font-size: 1.25rem; }
.secntxt p { font-size: 0.875rem; margin: 1rem 0; }
.secntxt span { font-size: 0.875rem; text-transform: uppercase; border-bottom: 1px #ffffff solid; padding: 0.5rem 0; position: relative; }
.secntxt span:after { content: "+"; margin-left: 2rem; }
.secSlide1 .bd dd { width: 50.5%; float: left; }
.secn2 ul { overflow: hidden; }
.secn2 li { width: 48%; float: left; margin-left: 2%; display: inline-block; margin-top: 1.3rem; }
.secn2 li a { display: block; background-color: #f5f7fb; padding: 3rem; }
.secn2 li .date em { font-size: 3rem; display: block; }
.secn2 li .date { line-height: 1; }
.secn2 li h3 { font-size: 1.25rem; margin: 1rem 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.secn2 li p { font-size: 0.875rem; margin: 1rem 0; }
.secn2 li span { font-size: 0.875rem; text-transform: uppercase; border-bottom: 1px #48484e solid; padding: 0.5rem 0; position: relative; }
.secn2 li span:after { content: "+"; margin-left: 2rem; }
.secliuyan { position: relative; overflow: hidden; }
.secliuyan:before { content: ""; display: block; width: 100%; height: 50%; position: absolute; bottom: 0; left: 0; background-color: #043670; z-index: -1; }
.seclytit { color: #ffffff; margin-bottom: 1.5rem; }
.seclytit h2 { font-size: 1.875rem; font-weight: bold; color: #ffffff; background: url(../images/secly-1.png) no-repeat center right; }
.contact_form { background-color: #1ba24f; padding: 3rem 5rem; overflow: hidden; }
.contact_form .lyk { width: 24%; float: left; margin: 0 1% 10px 0; position: relative; }
.contact_form .lyk1 { width: 40%; margin-right: 0; }
.contact_form .lyk input { height: 3.625rem; line-height: 3.625rem; position: relative; color: #333333; background-color: rgba(255,255,255,1); border: 0; width: 100%; }
.contact_form .name { text-align: left; line-height: 3.625rem; z-index: 0; cursor: text; display: block; color: #ffffff; line-height: 2; text-transform: capitalize; font-size: 1.125rem; }
.ny_lykff { width: 10%; float: left; overflow: hidden; background-color: #0d7134; height: 3.625rem; margin-top: 2.2rem; }
.contact_form .btn1 { text-align: center; display: block; background-color: transparent; width: 100%; height: 100%; line-height: 3.625rem; font-size: 1rem; color: #ffffff; position: relative; border: none; }
.footer { overflow: hidden; background-color: #043670; color: #ffffff; }
.footer a { color: #ffffff; }
.footer2 { overflow: hidden; border-bottom: 1px rgba(255,255,255,0.2) solid; padding: 3rem 0 1rem; }
.flogo { width: 35%; float: left; }
.fdz { width: 27%; float: left; font-size: 1rem; margin: 0 5%; }
.fdz span { display: block; margin-top: 0.5rem; }
.fdz:before { content: ""; display: inline-block; float: left; width: 4rem; height: 4rem; background: url(../images/fdz.png) no-repeat center center; background-size: cover; margin-right: 10px; }
.fdh { width: 28%; float: left; font-size: 1rem; }
.fdh span { display: block; font-size: 2rem; font-family: DIN-Bold; }
.fdh:before { content: ""; display: inline-block; float: left; width: 4rem; height: 4rem; background: url(../images/ftel.png) no-repeat center center; background-size: cover; margin-right: 10px; }
.footer1 { padding: 3rem 0; position: relative; overflow: hidden; border-bottom: 1px rgba(255,255,255,0.2) solid; }
.footer dl { float: left; }
.footer .f1 { width: 20%; float: left; }
.footer .fwx { width: 15%; float: right; text-align: right; }
.footer dt { font-size: 1.125rem; font-weight: bold; margin-bottom: 2rem; }
.footer dd a { display: block; }
.footer dd { line-height: 2; font-size: 1rem; }
.footer .f2 dd { width: 50%; float: left; }
.footer .f3 dd b { color: #1a7e56; font-weight: bold; font-family: arial; font-size: 1.125rem; }
.fwx span { font-size: 0.875rem; opacity: 0.6; display: block; }
.copyright { padding: 1.5rem 0; clear: both; }
.copyright span { float: right; }
.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* image replacement properties */ overflow: hidden; text-indent: 100%; white-space: nowrap; background: url(../images/fl5.png) #1ba24f no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; z-index: 33333; }
.cd-top.cd-is-visible { /* the button becomes visible */ visibility: visible; opacity: 1; }
.cd-top.cd-fade-out { opacity: 1; }
.no-touch .cd-top:hover { background-color: #1ba24f; opacity: 1; }
@media only screen and (min-width: 768px) {
.cd-top { right: 20px; bottom: 20px; }
}
@media only screen and (min-width: 1024px) {
.cd-top { height: 60px; width: 60px; right: 30px; bottom: 30px; }
}
.bottom_float { display: none; position: fixed; z-index: 3333; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 50px; background-color: #1ba24f; font-size: 1.875rem; text-align: center; }
.bottom_float a { color: #ffffff; display: block; }
@media (min-width:1920px) {
html { font-size: 18px; }
}
@media (min-width:1440px) and (max-width:1920px) {
html { font-size: 16px !important; }
}
@media (min-width:640px) and (max-width:1439px) {
html { font-size: 14px !important; }
}
@media (min-width:471px) and (max-width:639px) {
html { font-size: 13px !important; }
}
@media (min-width:329px) and (max-width:470px) {
html { font-size: 13px !important; }
}
@media (max-width:328px) {
html { font-size: 12px !important; }
}
@media (max-width:1600px) {
.header .tel span { font-size: 1.5rem; }
.wrap { width: 96%; margin: 0 auto; }
.header .logo img { max-width: 100%; }
.secSlide1 .bd dd { width: 62.5%; }
}
@media (max-width: 1280px) {
.sec4c1 h3 { font-size: 3rem; }
.sec4c1 { width: 100%; }
.sec42 { width: 90%; }
.cplist li .cptxt p { display: none; }
.secSlide .hd, .secSlide1 .hd { width: 50%; }
}
@media (max-width:1024px) {
.header .tmid { display: none; }
.header .tel { width: 30%; }
.header .logo { width: 30%; }
.sec1list li { width: 50%; padding: 2rem 0; }
.sec1list { flex-wrap: wrap; }
.sec1list li:nth-child(3) { background-image: none; }
}
@media (max-width: 980px) {
.secSlide1 .bd dt { width: 100%; }
.secSlide1 .bd dt img { height: 22rem; }
.secSlide1 .bd dt .box { height: 40%; }
.secntxt { width: 96%; margin: 0 auto; padding: 1rem 0; }
.secntxt p { margin: 0.5rem 0; }
.secSlide1 .bd dd { width: 100%; }
.secn2 li { margin: 1.3rem 1% auto; }
.secn2 li a { padding: 1.5rem; }
.contact_form { padding: 2rem 1.5rem; }
.seclytit h2 { background-image: none; }
.flogo { width: 100%; text-align: center; }
.fdz, .fdh { width: 100%; margin: 1rem auto auto; text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.fdz span { margin: 0; }
.fdz { display: none; }
}
@media (max-width: 800px) {
.header .wrap, .nav .wrap { width: 100%; }
.header .logo { width: 100%; text-align: center; float: none; margin: 1rem 0; padding: 0; display: block; }
.header .tel { display: none; }
.header .logo img, .flogo img { height: 65px; }
.nav { width: 100%; background-color: #043670; margin: 0 auto; }
.nav li a { color: #ffffff; height: 3rem; line-height: 3rem; font-size: 1.125rem; border-top: 1px rgba(255,255,255,0.5) solid; border-left: 1px rgba(255,255,255,0.5) solid; }
.nav li { width: 33.33333%; }
.nav ul { flex-wrap: wrap; margin: 0 auto; }
.nav li:first-child { display: none; }
.draw_h { width: 2rem!important; height: 2rem!important; }
.footer { margin-bottom: 40px; }
.bottom_float { display: block; }
.contact_form .lyk { width: 100%; margin-right: 0; }
.contact_form .lyk1 { margin-bottom: 1.5rem; }
.ny_lykff { clear: both; width: 50%; margin: 0 auto; float: none; }
.sec3tit, .sec32 { width: 100%; }
.sec31 { width: 100%; margin: 0 auto; }
.sec3txt:before, .sec3txt { margin-bottom: 1.5rem; }
.sec3a { margin-bottom: 2rem; }
.section3 dl:before { display: none; }
.sec4c dt, .sec4c dd, .sec42 { width: 100%; }
.sec5c { flex-wrap: wrap; }
.sec5c li, .cplist li, .secSlide .bd li { width: 48%; }
.seccat, .secnewst, .secSlide .hd, .secSlide1 .hd { width: 100%; text-align: center; }
.seccat h2, .secnewst h2 { text-align: center; justify-content: center; }
.secn2 li { width: 98%; }
.footer .f1 { width: 25%; text-align: center; }
.footer .fwx { clear: both; width: 100%; float: none; text-align: center; padding-top: 1.5rem; }
.section3 { background-image: none; }
.sec3tit p:after { display: none; }
.sec33t h2 span { display: none; }
.sec33t h2 { text-align: center; }
.sec33t a { float: none; margin: 0 auto; }
.sec4t:before { display: none; }
.sec4t span, .sec4c1 { float: none; margin: 0 auto; text-align: center; }
.sec4c1 ul { width: 100%; float: none; }
.sec4c1 span { transform-origin: 50%; }
.cplist li .cptxt h3 span { display: none; }
.sec1list li span { width: 55px; }
.sec2c { padding: 0.5rem; }
.section2, .section3, .seccase, .secnews { padding: 2.5rem 0; }
}
@media (max-width: 640px) {
.sectit h2 { font-size: 2rem; }
}
@media (max-width: 480px) {
.sec1list li h3:before, .sec1list li h3:after { display: none; }
.sec1list li p { padding: 0 1rem; }
.copyright span { float: none; }
.copyright { text-align: center; }
.sec1list li span { width: 40px; }
.sec5c li span { display: none; }
}
