@charset "utf-8"; /* CSS Document */ /*公共样式与首页样式*/ em{font-style: normal;} .banner_slide { width: 100%; overflow: hidden; height: 100vh; background-color: #f1f1f1; position: relative } .banner_slide .swiper-slide { width: 100%; overflow: hidden } .banner_slide .swiper-slide .b1 { width: 104%; overflow: hidden; height: 104vh; position: absolute; left: -2%; top: -2vh; display: block; background-position: center; background-size: cover; -moz-transition: all .3s ease 0s; -ms-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; -webkit-transition: all .3s ease 0s; transition: all .3s ease 0s } .banner_slide .swiper-slide-active .banner_bg b { transform: translate3d(0, 0, 0); transform: scale(1) rotate(0.1deg); -moz-transform: scale(1) rotate(0.1deg); -webkit-transform: scale(1) rotate(0.1deg) /*transform: scale(1.04) rotate(0.1deg);*/ /*-moz-transform: scale(1.04) rotate(0.1deg);*/ /*-webkit-transform: scale(1.04) rotate(0.1deg)*/ } .banner_slide .swiper-slide .b1.on { -webkit-filter: url(#water); filter: blur(5px) url(#water) } .banner_slide .swiper-slide .txtk { width: 100%; overflow: hidden; position: absolute; left: 0; top: 0; height: 100%; display: flex; display: -webkit-flex; align-items: center; /*justify-content: center;*/ padding: 5%; } .banner_slide .swiper-slide .txtk .nr { max-width: 58%; margin-bottom: 40px; } .banner_slide .swiper-pagination-bullet { background-color: rgba(255, 255, 255, 0); width: 24px; height: 24px; opacity: 1; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border: solid 1px rgba(255, 255, 255, 0); display: flex; justify-content: center; align-items: center; } .banner_slide .swiper-pagination-bullet:before { content: ''; background-color: rgba(255, 255, 255, .6); display: inline-block; width: 8px; height: 8px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; } .banner_slide .swiper-pagination-bullet-active { border-color: #fff; } .banner_slide .swiper-pagination-bullet-active:before { background-color: #fff; } .banner_slide.swiper-container-horizontal > .swiper-pagination-bullets { bottom: 0%; height: 100vh; width: 24px; font-size: 0; position: absolute; right: 2%; left: auto; display: flex; justify-content: center; flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; align-items: center; } .banner_slide.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 4px 0px; } @media only screen and (max-width: 1200px) { .banner_slide .swiper-slide .txtk .nr { max-width: 65%; } } @media only screen and (max-width: 760px) { .banner_slide .swiper-slide .txtk .nr { max-width: 90%; } .banner_slide .swiper-pagination-bullet { width: 14px; height: 14px; } .banner_slide .swiper-pagination-bullet:before { width: 6px; height: 6px; } .banner_slide.swiper-container-horizontal > .swiper-pagination-bullets { width: 24px; right: 2%; } .banner_slide.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 3px 0px; } } .sy_conk { width: 100%; background-color: rgba(0, 0, 0, .55); position: absolute; left: 0; bottom: 0px; z-index: 20; padding: 30px 0; } .sy_conk ul { display: flex; flex-flow: row wrap; justify-content: space-between; color: #fff; font-size: 14px; } .sy_conk li { min-width: 160px; position: relative; padding-left: 70px; height: 55px; display: flex; justify-content: center; flex-direction: column; } .sy_conk span { font-size: 26px; } .sy_conk li:before { content: ''; width: 55px; height: 55px; position: absolute; left: 0; top: 0px; background-position: center center; background-size: auto 100%; background-repeat: no-repeat; } .sy_conk li.l1:before { background-image: url("../images/sy_a1.png"); } .sy_conk li.l2:before { background-image: url("../images/sy_a2.png"); } .sy_conk li.l3:before { background-image: url("../images/sy_a3.png"); } .sy_conk li.l4:before { background-image: url("../images/sy_a4.png"); } @media only screen and (min-width: 1600px) { .sy_conk { padding: 45px 0; } .sy_conk ul { font-size: 16px; } .sy_conk li:before { width: 63px; height: 63px; } .sy_conk li { height: 63px; padding-left: 80px; } .sy_conk span { font-size: 30px; } } @media only screen and (max-width: 1200px) { .sy_conk { padding: 20px 0; } .sy_conk ul { font-size: 13px; } .sy_conk li { min-width: 120px; padding-left: 45px; height: auto; min-height: 35px; } .sy_conk span { font-size: 20px; } .sy_conk li:before { width: 35px; height: 35px; } } @media only screen and (max-width: 760px) { .sy_conk { padding: 15px 0 0 0; } .sy_conk ul { font-size: 12px; } .sy_conk li { min-width: inherit; padding-left: 40px; height: auto; min-height: 30px; width: 130px; margin-bottom: 15px; } .sy_conk li:nth-of-type(2), .sy_conk li:nth-of-type(4) { width: 120px; } .sy_conk span { font-size: 18px; } .sy_conk li:before { width: 30px; height: 30px; } .sy_conk .bt { font-size: 13px; } } .active .sy_conk li:nth-of-type(1), .active .sy_lb1 li:nth-of-type(1) { animation: fadeInLeft .6s .3s ease both; -webkit-animation: fadeInLeft .6s .3s ease both; -moz-animation: fadeInLeft .6s .3s ease both; } .active .sy_conk li:nth-of-type(2), .active .sy_lb1 li:nth-of-type(2) { animation: fadeInLeft .6s .5s ease both; -webkit-animation: fadeInLeft .6s .5s ease both; -moz-animation: fadeInLeft .6s .5s ease both; } .active .sy_conk li:nth-of-type(3), .active .sy_lb1 li:nth-of-type(3) { animation: fadeInLeft .6s .7s ease both; -webkit-animation: fadeInLeft .6s .7s ease both; -moz-animation: fadeInLeft .6s .7s ease both; } .active .sy_conk li:nth-of-type(4), .active .sy_lb1 li:nth-of-type(4) { animation: fadeInLeft .6s .9s ease both; -webkit-animation: fadeInLeft .6s .9s ease both; -moz-animation: fadeInLeft .6s .9s ease both; } .active .sy_lb1 li:nth-of-type(5) { animation: fadeInLeft .6s 1.1s ease both; -webkit-animation: fadeInLeft .6s 1.1s ease both; -moz-animation: fadeInLeft .6s 1.1s ease both; } .sy_p2 { background-image: url("../images/sy_bj2.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; } .sy_lb1 { width: 100%; height: 100vh; overflow: hidden; display: flex; display: -webkit-flex; align-items: center; justify-content: flex-start; transition: .3s linear; -webkit-transition: .3s linear; -o-transition: .3s linear; -moz-transition: .3s linear } .sy_lb1 ul { width: 100%; overflow: hidden; display: flex; display: -webkit-flex; justify-content: space-between; position: relative; z-index: 999 } .sy_lb1 li { width: 20%; overflow: hidden; position: relative; height: 100vh; border-right: 1px solid rgba(255, 255, 255, 0.3); } .sy_lb1 li:last-child { border-right-width: 0; } .sy_lb1 a, .sy_gd1 a { display: block; width: 100%; height: 100%; color: #ffffff; text-align: center; } .sy_lb1 li .imgk, .sy_gd1 .imgk { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; } .sy_lb1 li:hover .imgk, .sy_gd1 .imgk { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } .sy_lb1 li .txtk, .sy_gd1 .txtk { height: 100%; position: absolute; left: 0; top: 0; display: flex; display: -webkit-flex; align-items: center; justify-content: center; padding: 0 30px; width: 100%; } .sy_lb1 li .bt, .sy_gd1 .bt { font-size: 22px; line-height: 40px; margin-top: 25px; display: block; width: 100%; } .sy_lb1 li .bt:after, .sy_gd1 .bt:after { content: ''; width: 1.5em; height: 3px; background-color: #e79d37; display: block; margin: 15px auto; } .sy_lb1 li .txtkn, .sy_gd1 .txtkn { width: 100%; } .sy_lb1 li p { font-size: 13px; } .sy_lb1 li .s_more, .sy_gd1 .s_more { position: absolute; width: 56%; height: 45px; line-height: 44px; border: solid 1px #fff; left: 22%; bottom: 16%; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; overflow: hidden; } .sy_lb1 li .an_dh:before { left: 50%; background-color: #fff; } .sy_lb1 li:hover .an_dh:before { left: 0; width: 100%; } .sy_lb1 li i, .sy_gd1 i { display: block; width: 100%; height: 75px; background-position: center center; background-repeat: no-repeat; background-size: auto 100%; } .sy_lb1 li i.i1, .sy_gd1 i.i1 { background-image: url("../images/sy_b1.png"); } .sy_lb1 li i.i2, .sy_gd1 i.i2 { background-image: url("../images/sy_b2.png"); } .sy_lb1 li i.i3, .sy_gd1 i.i3 { background-image: url("../images/sy_b3.png"); } .sy_lb1 li i.i4, .sy_gd1 i.i4 { background-image: url("../images/sy_b4.png"); } .sy_lb1 li i.i5, .sy_gd1 i.i5 { background-image: url("../images/sy_b5.png"); } .sy_lb1 li:nth-of-type(1):hover .an_dh, .sy_lb1 li:nth-of-type(1):hover .an_dh:hover { color: #26ad9c!important; } .sy_lb1 li:nth-of-type(2):hover .an_dh { color: #427cc2!important; } .sy_lb1 li:nth-of-type(3):hover .an_dh { color: #2e5691!important; } .sy_lb1 li:nth-of-type(4):hover .an_dh { color: #39c1b0!important; } .sy_lb1 li:nth-of-type(5):hover .an_dh { color: #1e9dca!important; } @media only screen and (min-width: 1600px) { .sy_lb1 li i { height: 87px; } .sy_lb1 li .bt { font-size: 28px; margin-top: 30px; } .sy_lb1 li p { font-size: 14px; } .sy_lb1 li .s_more { height: 50px; line-height: 48px; font-size: 16px; } .sy_lb1 li .bt:after { margin: 20px auto; } } .sy_gd1 { display: none; } .sy_gd1 .swiper-container { width: 100%; overflow: hidden; height: 100vh; } .sy_gd1 .swiper-wrapper { width: 100%; } .sy_gd1 .swiper-slide { width: 100%; height: 100vh; } .sy_gd1 .swiper-button-prev { position: absolute; left: 30%; } .sy_gd1 .swiper-button-next { position: absolute; right: 30%; } .sy_gd1 .swiper-button-prev, .sy_gd1 .swiper-button-next { outline: none; --swiper-navigation-size: 16px; height: 36px; line-height: 36px; width: 36px; text-align: center; top: auto; bottom: 8%; margin-top: 0px; background-color: #1861b8; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; display: block; color: #fff; } .sy_gd1 .swiper-button-next:hover, .sy_gd1 .swiper-button-prev:hover { color: #fff; background-color: #f16624; } .sy_gd1 .s_more { width: 40%; left: 30%; height: 40px; line-height: 38px; bottom: 20%; } .sy_gd1 .bt { font-size: 20px; margin-top: 20px; } .sy_gd1 .bt:after { margin-top: 10px; } .sy_gd1 p { height: auto; } .sy_gd1 .txtkn { padding: 0 0px 10% 0px; } @media only screen and (max-width: 1200px) { .sy_lb1 li .txtk { padding: 0 15px; } .sy_lb1 li .bt { font-size: 18px; line-height: 30px; margin-top: 15px; } .sy_lb1 li p { font-size: 12px; line-height: 22px; height: 44px; } .sy_lb1 li .s_more { height: 40px; line-height: 38px; width: 60%; left: 20%; font-size: 13px; } .sy_lb1 li i { height: 55px; } } @media only screen and (max-width: 800px) { .sy_lb1 li p { line-height: 20px; height: 60px; } .sy_lb1 li .bt { font-size: 15px; line-height: 26px; } } @media only screen and (max-width: 760px) { .sy_lb1 li { width: 33.3333%; height: 50vh; float: left; border-bottom: solid 1px rgba(255, 255, 255, .15); } .sy_lb1, .sy_lb1 ul { display: block; height: 100vh; } .sy_lb1 li:nth-of-type(1), .sy_lb1 li:nth-of-type(2) { width: 50%; } .sy_lb1 li .s_more { bottom: 10%; height: 30px; line-height: 28px; } .sy_lb1 li .bt { font-size: 14px; line-height: 22px; } .sy_lb1 li .txtk { padding: 0 8px; } .sy_lb1 li .bt:after { margin: 10px auto; } .sy_lb1 li p { line-height: 18px; } .sy_lb1 { display: none; } .sy_gd1 { display: block; } } .sy_p3 { background-image: url("../images/sy_bj3.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; } .sy_p3 .main { position: relative; height: 100vh; } .sy_bt1 { position: absolute; left: 0; top: 120px; } .sy_bt1:after { content: ''; width: 2.5em; height: 3px; background-color: #e79d37; display: block; margin-top: 10px; } .sy_bt1 .bt { color: #000; line-height: 45px; } .sy_bt1 .xbt { color: rgba(0, 0, 0, .12); text-transform: uppercase; } .sy_nr1 { position: absolute; width: 48%; left: 0; top: 50%; margin-top: -10px; color: #000; } .sy_nr1 .bt { font-size: 50px; margin-bottom: 5px; } .sy_nr1 p { font-size: 17px; color: rgba(0, 0, 0, .3); text-transform: uppercase; } .active.sy_p3 .sy_bt1 { animation: fadeInDown .8s .4s ease both; -webkit-animation: fadeInDown .6s .4s ease both; -moz-animation: fadeInDown .8s .4s ease both; } .active.sy_p3 .sy_nr1 .bt { animation: fadeInUp .8s .8s ease both; -webkit-animation: fadeInUp .8s .8s ease both; -moz-animation: fadeInUp .8s .8s ease both; } .active.sy_p3 .sy_nr1 p { animation: fadeInUp .8s 1s ease both; -webkit-animation: fadeInUp .8s 1s ease both; -moz-animation: fadeInUp .8s 1s ease both; } .sy_p4 { /*background-image: url("../images/sy_b4.jpg");*/ background-repeat: no-repeat; background-position: center center; background-size: cover; } .sy_p4 .main { position: relative; height: 100vh; } .sy_p4 .sy_nr1 { width: 100%; color: #fff; margin-top: -120px; } .sy_p4 .sy_nr1 .bt:after { content: ''; width: 1em; height: 3px; background-color: #e79d37; display: block; margin: 10px auto 20px auto; } .sy_p4 .sy_nr1 p { color: rgba(255, 255, 255, .5); } .active.sy_p4 .sy_nr1 .bt { animation: fadeInUp .8s .3s ease both; -webkit-animation: fadeInUp .8s .3s ease both; -moz-animation: fadeInUp .8s .3s ease both; } .active.sy_p4 .sy_nr1 p { animation: fadeInUp .8s .5s ease both; -webkit-animation: fadeInUp .8s .5s ease both; -moz-animation: fadeInUp .8s .5s ease both; } .sy_p5 { background-image: url("../images/sy_bj4.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover; } @media only screen and (min-width: 1600px) { .sy_bt1 { top: 120px; } .sy_bt1 .bt { color: #000; line-height: 65px; font-size: 45px; } .sy_bt1 .xbt { font-size: 34px; } .sy_nr1 { margin-top: -20px; } .sy_nr1 .bt { font-size: 60px; margin-bottom: 10px; } .sy_nr1 p { font-size: 20px; } .sy_p4 .sy_nr1 .bt { font-size: 68px; } .sy_p4 .sy_nr1 { margin-top: -150px; } } @media only screen and (max-width: 1200px) { .sy_bt1 { left: 15px; top: 75px; } .sy_bt1:after { margin-top: 8px; } .sy_bt1 .bt { line-height: 35px; } .sy_nr1 { width: 60%; left: 15px; } .sy_nr1 .bt { font-size: 40px; } .sy_nr1 p { font-size: 14px; } } @media only screen and (max-width: 760px) { .sy_bt1 .bt { line-height: 30px; font-size: 18px; } .sy_bt1 .xbt { font-size: 13px; } .sy_nr1 .bt { font-size: 24px; } .sy_nr1 p { font-size: 13px; } .sy_nr1 { width: 70%; margin-top: -30px; } .sy_p4 .sy_nr1 { width: 100%; left: 0; padding: 0 20px; margin-top: -100px; } } @media only screen and (min-width: 1200px) { .sy_navk { width: 400px; height: 400px; overflow: visible; position: absolute; left: 50%; top: 50%; margin-left: -200px; margin-top: -160px; background-image: url("../images/sy_tb1.png"); background-size: auto 100%; background-repeat: no-repeat; background-position: center center; } .sy_navk i { width: 106%; height: 106%; left: -3%; top: -3%; position: absolute; background-image: url("../images/in_05.png"); background-size: auto 100%; background-repeat: no-repeat; background-position: center center; } .sy_navk .s_bt { font-size: 16px; color: #e69d38; font-weight: bold; position: absolute; cursor: pointer; } .sy_navk .s_bt.on { color: #1c4897; font-size: 24px; } .sy_navk .s_bt.on:before, .sy_navk .s_bt.on:after { display: none; } .sy_navk .s_bt:nth-of-type(1) { left: 50%; margin-left: -100px; top: -40px; width: 200px; text-align: center; } .sy_navk .s_bt:nth-of-type(1):before { content: '01'; margin-right: 5px; } .sy_navk .s_bt:nth-of-type(2) { left: 102%; bottom: 140px; width: 150px; } .sy_navk .s_bt:nth-of-type(2):before { content: '02'; margin-right: 5px; } .sy_navk .s_bt:nth-of-type(3) { right: 102%; bottom: 140px; width: 150px; text-align: right; } .sy_navk .s_bt:nth-of-type(3):after { content: '03'; margin-left: 5px; } .sy_navk .s_more { width: 34%; line-height: 40px; position: absolute; left: 33%; bottom: 13%; } .sy_navk .s_more a { display: block; background-color: #005ac7; color: #fff; width: 100%; text-align: center; } .sy_navk .s_more a:hover { background-color: #056be8; } } .sy_p5 .fl { width: 50%; height: calc(100vh - 80px); height: -moz-calc(100vh - 80px); height: -webkit-calc(100vh - 80px); overflow: hidden; position: relative; float: left; margin-top: 80px; } .sy_p5 .fr { width: 50%; height: calc(100vh - 80px); height: -moz-calc(100vh - 80px); height: -webkit-calc(100vh - 80px); margin-top: 80px; overflow: hidden; float: right; position: relative; } .sy_lb2 { width: 100%; height: 100%; padding: 40px 0; } .sy_lb2 li { width: 100%; padding: 0 60px 0 0px; } .sy_lb2 a { display: block; width: 100%; height: calc((100vh - 160px) / 3); height: -moz-calc((100vh - 160px) / 3); height: -webkit-calc((100vh - 160px) / 3); padding: 20px 0px 40px 0px; border-bottom: solid 1px #e5e5e5; overflow: hidden; position: relative; padding-right: 60%; } .sy_lb2 li:last-child a { border-bottom: 0; } .sy_lb2 .s1 { display: block; color: #e69d38; margin-bottom: 5px; } .sy_lb2 .s2 { color: #333; display: block; margin-bottom: 15px; } .sy_lb2 .bt { font-size: 17px; } .sy_lb2 .imgk { width: calc(60% - 80px); height: calc(100% - 80px); display: block; overflow: hidden; position: absolute; right: 0px; top: 40px; background-position: center center; background-repeat: no-repeat; background-size: cover; } .sy_p5 .sy_bt1 { left: 10%; top: 30px; } .sy_p5 .sy_bt1 .bt { width: auto; float: left; line-height: 45px; } .sy_p5 .sy_bt1 .xbt { width: auto; float: left; margin-left: 20px; line-height: 45px; } .sy_p5 .sy_bt1:after { display: none; } @media only screen and (min-width: 1600px) { .sy_lb2 .bt { font-size: 20px; } .sy_p5 .sy_bt1 { top: 50px; } .sy_navk .s_bt.on { font-size: 28px; } } .active.sy_p5 .fl { animation: fadeInLeft .8s .3s ease both; -webkit-animation: fadeInLeft .8s .3s ease both; -moz-animation: fadeInLeft .8s .3s ease both; } .active.sy_p5 .fr { animation: fadeInRight .8s .3s ease both; -webkit-animation: fadeInRight .8s .3s ease both; -moz-animation: fadeInRight .8s .3s ease both; } .sy_p5 ul.on { animation: fadeInRight .8s .1s ease both; -webkit-animation: fadeInRight .8s .1s ease both; -moz-animation: fadeInRight .8s .1s ease both; } a.cd_top { position: fixed; z-index: 800; background-color: #1861b8; width: 80px; height: 80px; right: 0; bottom: -80px; background-image: url("../images/t_top.png"); background-position: center center; background-repeat: no-repeat; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear;cursor: pointer; } a.cd_top:hover { background-color: #2676d6; } @media only screen and (max-width: 1200px) { a.cd_top { width: 40px; height: 40px; background-size: auto 15px; } .sy_p5 .fl { height: 45px; width: 100%; margin-top: 70px; padding: 0 15px; } .sy_p5 .fr { width: 100%; margin-top: 0px; } .sy_p5 .sy_bt1 { display: none; } .sy_navk { width: 100%; border: solid 1px #e5e5e5; height: 45px; } .sy_navk .s_bt { width: 33.3333%; float: left; text-align: center; border-right: solid 1px #e5e5e5; line-height: 45px; color: #e69d38; font-size: 15px; } .sy_navk .s_bt.on { background-color: #005ac7; color: #fff; } .sy_lb2 { padding: 10px 15px 0 15px; } .sy_lb2 li { padding: 0 0px 0 0px; } .sy_lb2 a { height: calc((100vh - 120px) / 3); height: -moz-calc((100vh - 120px) / 3); height: -webkit-calc((100vh - 120px) / 3); padding: 30px 0px 20px 0px; padding-right: calc(60% - 10px); } .sy_lb2 li:last-child a { border-bottom: 0; } .sy_lb2 .s1 { margin-bottom: 5px; } .sy_lb2 .s2 { margin-bottom: 10px; } .sy_lb2 .bt { font-size: 22px; } .sy_lb2 .imgk { width: 43vh; height: calc(100% - 85px); top: 40px; } } @media only screen and (max-width: 760px) { .sy_p5 .fl { height: 40px; } .sy_navk { height: 40px; } .sy_navk .s_bt { line-height: 40px; font-size: 14px; } .sy_navk .s_bt.on { background-color: #005ac7; color: #fff; } .sy_lb2 { padding: 10px 15px 0 15px; } .sy_lb2 li { padding: 0 0px 0 0px; } .sy_lb2 a { /*height: calc((100vh - 120px) / 3); height: -moz-calc((100vh - 120px) / 3); height: -webkit-calc((100vh - 120px) / 3);*/ height: calc((100vh - 200px) / 3); height: -moz-calc((100vh - 200px) / 3); height: -webkit-calc((100vh - 200px) / 3); padding: 10px 0px 20px 0px; padding-right: 210px; } .sy_lb2 li:last-child a { border-bottom: 0; } .sy_lb2 .s1 { margin-bottom: 5px; } .sy_lb2 .s2 { margin-bottom: 10px; } .sy_lb2 .bt { font-size: 14px; } .sy_lb2 .imgk { width:200px !important; height: 82px !important; top: 48px; } } .ny { padding: 10px 0 50px; } .ab_nr1 { padding: 20px 0 40px 0; } .ab_nr1 img { max-width: 25%; } .ab_nr2 { margin-bottom: 90px; } .ab_nr2 li { width: 25%; float: left; text-align: center; font-size: 20px; } .ab_nr2 .bt { font-size: 16px; margin-bottom: 15px; } .ab_nr2 .s1 { font-size: 34px; color: #005ac7; font-weight: bold; } .ab_nr3 { margin-bottom: 50px; font-size: 15px; line-height: 30px; padding: 0 10%; } .ab_nr3 p img { display: block;margin: 0 auto;max-height: 80vh; } .ab_nr3 .bt { font-size: 40px; font-weight: bold; margin-bottom: 30px; } .ab_nr4 { font-size: 15px; font-weight: bold; margin-bottom: 80px; } .ab_nr4 li { width: 25%; float: left; margin-bottom: 30px; } .ab_nr4 i { display: block; width: 100%; height: 70px; background-repeat: no-repeat; background-position: center center; background-size: auto 100%; margin-bottom: 20px; } .ab_nr4 i.i1 { background-image: url("../images/ab_a1.png"); } .ab_nr4 i.i2 { background-image: url("../images/ab_a2.png"); } .ab_nr4 i.i3 { background-image: url("../images/ab_a3.png"); } .ab_nr4 i.i4 { background-image: url("../images/ab_a4.png"); } .ab_nr4 i.i5 { background-image: url("../images/ab_a5.png"); } .ab_nr4 i.i6 { background-image: url("../images/ab_a6.png"); } .ab_nr4 i.i7 { background-image: url("../images/ab_a7.png"); } .ab_nr4 i.i8 { background-image: url("../images/ab_a8.png"); } .ab_nr4 i.i9 { background-image: url("../images/ab_a9.png"); } .ab_nr4 i.i10 { background-image: url("../images/ab_a10.png"); } .ny_bt1 { font-size: 40px; font-weight: bold; margin-bottom: 50px; } .ab_nr5 { width: 100%; float: left; padding: 0 4%; margin-bottom: 50px; } .ab_nr5 li { width: 20%; float: left; padding: 0 1.5%; } .ab_nr5 .imgk { margin-bottom: 18px; } .ab_nr5 .bt { width: 100%; position: relative; text-align: right; padding-left: 30px; font-size: 20px; font-weight: bold; } .ab_nr5 .bt .s1 { color: #005ac7; position: absolute; left: 0px; top: 0px; } .ab_nr6 { width: 100%; float: left; padding: 0 5%; display: flex; flex-flow: row wrap; justify-content: space-between; margin-bottom: 90px; } .ab_nr6 i { display: inline-block; width: 40px; height: 40px; background-position: center center; background-repeat: no-repeat; background-size: auto 100%; vertical-align: middle; margin-right: 20px; } .ab_nr6 i.i1 { background-image: url("../images/ab_c1.png"); } .ab_nr6 i.i2 { background-image: url("../images/ab_c2.png"); } .ab_nr6 i.i3 { background-image: url("../images/ab_c3.png"); } .ab_nr6 i.i4 { background-image: url("../images/ab_c4.png"); } .ab_nr6 i.i5 { background-image: url("../images/ab_c5.png"); } .ab_nr6 .bt { font-size: 20px; font-weight: bold; line-height: 40px; } @media only screen and (min-width: 1600px) { .ab_nr2 .s1 { font-size: 34px; } .ab_nr3 { margin-bottom: 60px; font-size: 16px; } .ab_nr3 .bt { font-size: 45px; margin-bottom: 40px; } .ab_nr4 { font-size: 16px; } .ab_nr4 i { height: 78px; } .ny_bt1 { font-size: 45px; } .ab_nr5 { margin-bottom: 60px; } .ab_nr5 .imgk { margin-bottom: 20px; } .ab_nr5 .bt { font-size: 22px; } .ab_nr6 i { width: 50px; height: 50px; margin-right: 30px; } .ab_nr6 .bt { font-size: 22px; line-height: 45px; } } @media only screen and (max-width: 1200px) { .ny { padding: 30px 0; } .ab_nr1 { padding: 10px 0 50px 0; } .ab_nr2 { margin-bottom: 50px; } .ab_nr2 li { font-size: 16px; } .ab_nr2 .bt { font-size: 14px; margin-bottom: 15px; } .ab_nr2 .s1 { font-size: 30px; } .ab_nr3 { margin-bottom: 40px; font-size: 14px; line-height: 24px; padding: 0 3%; } .ab_nr3 .bt { font-size: 30px; margin-bottom: 20px; } .ab_nr4 { font-size: 14px; margin-bottom: 30px; } .ab_nr4 li { margin-bottom: 20px; } .ab_nr4 i { height: 50px; margin-bottom: 15px; } .ny_bt1 { font-size: 30px; margin-bottom: 20px; } .ab_nr5 { padding: 0 2%; margin-bottom: 30px; } .ab_nr5 li { padding: 0 1.2%; } .ab_nr5 .imgk { margin-bottom: 12px; } .ab_nr5 .bt { padding-left: 20px; font-size: 16px; } .ab_nr6 { padding: 0 3%; margin-bottom: 50px; } .ab_nr6 i { width: 30px; height: 30px; margin-right: 10px; } .ab_nr6 .bt { font-size: 16px; line-height: 30px; } } @media only screen and (max-width: 760px) { .ny { padding: 15px 0; } .ab_nr1 { padding: 5px 0 20px 0; } .ab_nr2 { margin-bottom: 20px; } .ab_nr2 li { font-size: 13px; } .ab_nr2 .bt { font-size: 13px; margin-bottom: 10px; } .ab_nr2 .s1 { font-size: 20px; } .ab_nr3 { margin-bottom: 20px; font-size: 13px; line-height: 22px; padding: 0 0%; } .ab_nr3 .bt { font-size: 16px; margin-bottom: 10px; } .ab_nr4 { font-size: 13px; margin-bottom: 20px; } .ab_nr4 li { margin-bottom: 15px; width: 50% } .ab_nr4 li:nth-child(2n+1) { clear: both; } .ab_nr4 i { height: 40px; margin-bottom: 15px; } .ny_bt1 { font-size: 16px; margin-bottom: 15px; } .ab_nr5 { padding: 0 0%; margin-bottom: 20px; } .ab_nr5 li { width: 50%; margin-bottom: 15px; } .ab_nr5 .imgk { margin-bottom: 10px; } .ab_nr5 .bt { padding-left: 20px; font-size: 14px; } .ab_nr6 { padding: 0 0%; margin-bottom: 20px; } .ab_nr6 li { width: 50%; margin-bottom: 15px; } .ab_nr6 i { width: 20px; height: 20px; margin-right: 5px; } .ab_nr6 .bt { font-size: 14px; line-height: 20px; } } .wh1 { width: 100%; padding: 80px 0; } .wh1 .main { position: relative; } .wh1 .imgk { position: absolute; width: 52%; right: 0px; height: 100%; top: 0px; display: flex; justify-content: center; align-items: center; } .wh_lb1 { width: 100%; float: left; } .wh_lb1 li { line-height: 30px; min-height: 30px; position: relative; font-size: 18px; padding-left: 220px; width: 100%; float: left; margin: 15px 0; } .wh_lb1 .bt { position: absolute; left: 0px; top: 0px; line-height: 30px; font-size: 30px; font-weight: bold; letter-spacing: 5px; } .wh_bt1 { font-size: 30px; font-weight: bold; margin-bottom: 30px; line-height: 1.5; } .wh2 { padding: 80px 22%; height: 420px; background-image: url("../images/qab1.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; /* background-attachment: fixed; */ } .wh_nr1 { font-size: 18px; line-height: 35px;color: #fff; } .wh3 { width: 100%; padding: 80px 0; position: relative; } .wh_lb2 { width: 100%; text-align: center; float: left; margin-top: 20px; margin-bottom: 60px; } .wh_lb2 li { width: 33.3333%; float: left; padding: 0 8%; font-size: 18px; } .wh_lb2 i { background-image: url("../images/t_dh.png"); background-position: center center; background-repeat: no-repeat; background-size: auto 100%; margin-bottom: 30px; display: block; width: 100%; height: 42px; } .wh_lb2 .bt { font-weight: bold; margin-bottom: 20px; } .wh_x { position: absolute; width: 30%; height: 5px; background-color: #005ac7; left: 0px; bottom: 50px; } @media only screen and (min-width: 1600px) { .wh_lb1 li { font-size: 22px; padding-left: 230px; margin: 20px 0; } .wh_lb1 .bt { font-size: 35px; } .wh_bt1 { font-size: 35px; } .wh2 { height: 500px; } .wh_nr1 { font-size: 24px; } .wh_lb2 { margin-bottom: 80px; } .wh_lb2 li { font-size: 22px; } .wh_lb2 i { height: 45px; } .wh_lb2 .bt { font-weight: bold; } .wh_x { bottom: 60px; } } @media only screen and (max-width: 1200px) { .wh1 { padding: 30px 0; } .wh1 .imgk { /*position:inherit;*/ /*width:100%;*/ /*right:auto;*/ /*height:auto;*/ /*top:auto;*/ padding: 0px 5% } .wh_lb1 { width: 50%; } .wh_lb1 li { line-height: 24px; min-height: 24px; font-size: 14px; padding-left: 130px; margin: 10px 0; } .wh_lb1 .bt { line-height: 24px; font-size: 20px; font-weight: bold; letter-spacing: 3px; } .wh_bt1 { font-size: 20px; margin-bottom: 15px; } .wh2 { padding: 40px 15%; height: 300px; } .wh_nr1 { font-size: 14px; line-height: 24px; } .wh3 { padding: 30px 0; } .wh_lb2 { margin-top: 10px; margin-bottom: 30px; } .wh_lb2 li { width: 33.3333%; float: left; padding: 0 5%; font-size: 14px; } .wh_lb2 i { margin-bottom: 20px; height: 25px; } .wh_lb2 .bt { margin-bottom: 10px; } .wh_x { height: 4px; bottom: 30px; } } @media only screen and (max-width: 760px) { .wh1 { padding: 15px 0; } .wh1 .imgk { position: inherit; width: 100%; right: auto; height: auto; top: auto; padding: 0px 5% } .wh_lb1 { width: 100%; margin-bottom: 15px; } .wh_lb1 li { font-size: 13px; padding-left: 110px; margin: 6px 0; } .wh_lb1 .bt { font-size: 16px; } .wh_bt1 { font-size: 16px; margin-bottom: 10px; } .wh2 { padding: 30px 0%; height: auto; } .wh_nr1 { font-size: 13px; } .wh3 { padding: 20px 0; } .wh_lb2 { margin-top: 10px; margin-bottom: 20px; } .wh_lb2 li { width: 100%; font-size: 13px; margin-bottom: 15px; } .wh_lb2 i { margin-bottom: 10px; height: 25px; } .wh_lb2 .bt { margin-bottom: 5px; } } @media only screen and (min-width:1200px) { .zx_nav { width: 100%; border-bottom: solid 1px #e5e5e5; padding-top: 60px; } .zx_nav ul { width: 100%; text-align: center; font-size: 0; height: 80px; } .zx_nav li { display: inline-block; width: 200px; position: relative; height: 80px; line-height: 80px; } .zx_nav li:after { content: ''; width: 1px; height: 30px; background-color: #e9e9e9; position: absolute; right: 0px; top: 50%; margin-top: -15px; } .zx_nav a { display: inline-block; color: #888; font-weight: bold; position: relative; font-size: 22px; } .zx_nav a b { position: relative; z-index: 1; } .zx_nav a:hover, .zx_nav a.on { color: #000000; font-size: 30px; } .zx_nav a.on:after { width: 100%; height: 5px; background-color: #005ac7; left: 0; bottom: -3px; content: ''; position: absolute; } .zx_nav a:before { content: '01'; font-size: 70px; line-height: 70px; position: absolute; font-style: italic; width: 100%; text-align: center; top: -30px; background-image: -webkit-linear-gradient(top, #d0daf1, #ffffff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; } .zx_nav a:hover:before, .zx_nav a.on:before { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; top: -20px; } .zx_nav li:nth-of-type(2) a:before { content: '02'; } .zx_nav li:nth-of-type(3) a:before { content: '03'; } .zx_nav li:nth-of-type(4) a:before { content: '04'; } .zx_nav li:nth-of-type(5) a:before { content: '05'; } .zx_nav li:nth-of-type(6) a:before { content: '06'; } .zx_nav li:nth-of-type(7) a:before { content: '07'; } } @media only screen and (min-width: 1600px) { .zx_nav { padding-top: 70px; } .zx_nav ul { height: 90px; } .zx_nav li { width: 220px; height: 90px; line-height: 90px; } .zx_nav a { font-size: 24px; } .zx_nav a:hover, .zx_nav a.on { font-size: 33px; } } .qyyw { width: 100%; padding:40px 0 80px 0; } .news_top1 a{ width:100%; float:left; } .news_top1 .imgk{ width:45%; float:left; height:300px; position:relative; } .news_top1 .imgk span{ position:absolute; width:100%; height:100%; background-repeat: no-repeat; background-position: center center; background-size: cover; } .news_top1 .txtk{ width:53%; float:right; margin-top: 10px; } .news_top1 .bt{ font-size: 24px; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; white-space: nowrap; margin-bottom: 10px; } .news_top1 p{ font-size:15px; line-height: 24px; max-height: 72px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; color:#666; } .news_top1{ margin-bottom: 40px; } .news_list1{ margin-bottom: 25px; } .news_list1 li{ width:100%; margin-bottom: 25px; } .news_list1 a{ width:100%; background-color: #fff; height:140px; position:relative; padding:20px 30px; padding-left:170px; box-shadow:0 0px 15px rgba(0,0,0,.10); display: flex; justify-content: center; flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; } .news_list1 a:hover{ box-shadow:0 0px 20px rgba(0,0,0,.15); } .news_list1 .sj{ width:130px; height:100%; display: flex; justify-content: center; flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; align-items: center; text-align: center; color:#3b3b3b; font-size:16px; background-color: #f1f1f1; position:absolute; left:0px; top:0px; } .news_list1 .sj b{ display: block; font-size:34px; line-height: 1.5; } .news_list1 .bt{ font-size:26px; margin-bottom:5px; font-weight: bold; } .news_list1 p{ font-size:15px; } .news_list1 .bt,.news_list1 p{ text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; white-space: nowrap; } @media only screen and (max-width: 1200px) { /*.zx_nav {*/ /*padding-top: 40px;*/ /*}*/ /*.zx_nav ul {*/ /*height: 60px;*/ /*}*/ /*.zx_nav li {*/ /*width: 130px;*/ /*height: 60px;*/ /*line-height: 60px;*/ /*}*/ /*.zx_nav li:after {*/ /*height: 20px;*/ /*margin-top: -10px;*/ /*}*/ /*.zx_nav a {*/ /*font-size: 16px;*/ /*}*/ /*.zx_nav a:hover, .zx_nav a.on {*/ /*font-size: 22px;*/ /*}*/ /*.zx_nav a.on:after {*/ /*height: 3px;*/ /*bottom: -2px;*/ /*}*/ /*.zx_nav a:before {*/ /*font-size: 50px;*/ /*line-height: 50px;*/ /*top: -20px;*/ /*}*/ /*.zx_nav a:hover:before, .zx_nav a.on:before {*/ /*top: -15px;*/ /*}*/ .qyyw { padding:30px 0 30px 0; } .news_top1 .imgk{ height:200px; } .news_top1 .bt{ font-size:16px; margin-bottom: 6px; } .news_top1 p{ font-size:13px; line-height: 20px; max-height: 60px; } .news_top1{ margin-bottom: 15px; } .news_list1{ margin-bottom: 15px; } .news_list1 li{ margin-bottom: 15px; } .news_list1 a{ height:90px; padding:10px 20px; padding-left:90px; } .news_list1 .sj{ width:70px; font-size:13px; } .news_list1 .sj b{ font-size:20px; } .news_list1 .bt{ font-size:16px; } .news_list1 p{ font-size:13px; } } @media only screen and (max-width:760px) { .qyyw { padding:15px 0; } .news_top1 .imgk{ height:150px; width:100%; margin-bottom: 10px; } .news_top1 .txtk{ width:100%; } .news_top1 .bt{ font-size:18px; margin-bottom: 5px;font-weight: bold; } .news_list1 a{ height:80px; padding:10px 20px; padding-left:75px; } .news_list1 .sj{ width:60px; } .news_list1 .sj b{ font-size:18px; } .news_list1 .bt{ font-size:15px; } } .lzr_k{ width:100%; padding:50px 0; background-image:url("../images/ljr_bj.jpg"); } .lzr_nk{ background-color: #ffff; box-shadow:0 2px 15px rgba(0,0,0,.15); position:relative; min-height:580px; display: flex; justify-content: center; flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; } .lzr_nr1{ float:left; width:60%; padding:80px 60px 80px 0px; } .lzr_nr1 .imgk{ width:50%; float:left; } .lzr_nr1 .txtk{ width:44%; float:right; position:relative; } .lzr_nr1 .txtk .sj{ background-color: #005ac7; color:#fff; line-height: 35px; padding:0 20px; position:absolute; right:0px; top:0px; font-size:16px; } .lzr_nr1 .bt{ font-size:30px; margin-bottom: 40px; line-height: 35px; font-weight:bold; } .lzr_nr1 .nr{ font-size:20px; line-height: 35px; } .lzr_nr1 .nr p{ margin-bottom: 40px; } .lzr_nr1 a.cd_more{ display: block; width:100%; line-height: 50px; font-size:20px; text-align: center; color:#005ac7; border: solid 1px #e5e5e5; } .lzr_nr1 a.cd_more:before{ content: ''; background-image: url("../images/t_view.png"); background-repeat: no-repeat; background-size: auto 100%; width:28px; height:15px; display: inline-block; vertical-align: middle; margin-right: 15px; } .lzr_nr1 a.cd_more:hover{ color:#ffffff; background-color: #005ac7; border-color: #005ac7; } .lzr_nr1 a.cd_more:hover:before{ background-image: url("../images/t_view_on.png"); } .lzr_lb1{ width:40%; position:absolute; right:0px; top:0px; height:100%; display: flex; justify-content: center; flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; border-left: solid 1px #e5e5e5; } .lzr_lb1 li{ width:100%; height:33.3333%; border-bottom: solid 1px #e5e5e5; position:relative; padding:20px 8% 20px 0; padding-left:170px; display: flex; justify-content: center; flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; -ms-flex-direction: column; } .lzr_lb1 li .imgk{ width:150px; position:absolute; left:0px; top:0px; height:100%; display: flex; align-items: center; } .lzr_lb1 li .imgk img{ } .lzr_lb1 .bt{ font-size:28px; line-height: 30px; font-weight:bold; margin-bottom: 12px; } .lzr_lb1 p{ color:#999; height:48px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-bottom: 12px; } .lzr_lb1 .sj{ background-color: #005ac7; color:#fff; line-height: 30px; padding:0 15px; font-size:15px; display: inline-block; } @media only screen and (max-width:1200px) { .lzr_k{ padding:30px 0; } .lzr_nk{ min-height:500px; } .lzr_nr1{ width:60%; padding:30px 40px 30px 0px; } .lzr_nr1 .txtk{ width:46%; } .lzr_nr1 .txtk .sj{ line-height: 30px; padding:0 10px; font-size:13px; } .lzr_nr1 .bt{ font-size:20px; margin-bottom: 20px; line-height: 25px; } .lzr_nr1 .nr{ font-size:14px; line-height: 24px; } .lzr_nr1 .nr p{ margin-bottom: 20px; } .lzr_nr1 a.cd_more{ line-height: 35px; font-size:14px; } .lzr_nr1 a.cd_more:before{ width:20px; height:10px; margin-right: 10px; } .lzr_lb1{ width:40%; } .lzr_lb1 li{ padding:10px 5% 10px 0; padding-left:130px; } .lzr_lb1 li .imgk{ width:120px; } .lzr_lb1 .bt{ font-size:18px; line-height: 24px; margin-bottom: 6px; } .lzr_lb1 p{ line-height: 22px; height:44px; margin-bottom: 8px; } .lzr_lb1 .sj{ line-height: 25px; padding:0 10px; font-size:13px; } } @media only screen and (max-width:760px) { .lzr_k{ padding:15px 0; } .lzr_nk{ min-height:auto; display: block; } .lzr_nr1{ width:100%; padding:20px; } .lzr_nr1 .imgk{ width:100%; text-align: center; margin-bottom: 15px; } .lzr_nr1 .imgk img{ max-width: 60%; } .lzr_nr1 .txtk{ width:100%; } .lzr_nr1 .txtk .sj{ line-height: 30px; padding:0 15px; font-size:13px; } .lzr_nr1 .bt{ font-size:15px; margin-bottom: 15px; line-height: 24px; } .lzr_nr1 .nr{ font-size:13px; line-height:22px; } .lzr_nr1 .nr p{ margin-bottom: 15px; } .lzr_nr1 a.cd_more{ line-height: 30px; font-size:14px; } .lzr_nr1 a.cd_more:before{ width:20px; height:10px; margin-right: 10px; } .lzr_lb1{ width:100%; position:inherit; right:auto; top:auto; height:auto; display: block; border-top: solid 1px #e5e5e5; float:left; } .lzr_lb1 li{ width:100%; padding:20px; padding-left:110px; } .lzr_lb1 li .imgk{ width:100px; height:100% overflow: hidden; } .lzr_lb1 .bt{ font-size:15px; line-height: 24px; margin-bottom:6px; } .lzr_lb1 p{ height:40px; line-height: 20px; margin-bottom: 10px; } .lzr_lb1 .sj{ line-height: 30px; padding:0 15px; font-size:13px; } } a.uit_top{ bottom: 0;display: none; } .wh_lb1 .btss { color:#005ac7; } @media only screen and (max-width: 760px) { .ab_nr1 img{ max-width: 60%; } }