@charset "UTF-8";
.check { float: left; margin-right: 8px; }
.check input[type="checkbox"] { position: absolute; opacity: 0; }
.check input[type="checkbox"] + label:before { content: ''; background: #ccc; border-radius: 2px; display: inline-block; width: 20px; height: 20px; position: relative; top: 1px; vertical-align: top; cursor: pointer; text-align: center; -webkit-transition: all 250ms ease; transition: all 250ms ease; box-sizing: border-box; }
.check input[type="checkbox"]:checked + label:before { background: url(../img/temp/gou.png) 0 0/cover no-repeat; }

.radio { float: left; margin-right: 28px; }
.radio input[type="radio"] { position: absolute; opacity: 0; }
.radio input[type="radio"] + label:before { content: ''; background: #f4f4f4; border-radius: 100%; border: 1px solid #9b9b9b; display: inline-block; width: 15px; height: 15px; position: relative; top: 2px; margin-right: 5px; vertical-align: top; cursor: pointer; text-align: center; -webkit-transition: all 250ms ease; transition: all 250ms ease; box-sizing: border-box; }
.radio input[type="radio"]:checked + label:before { background-color: #cf181c; border: 3px solid #cf181c; box-shadow: inset 0 0 0 3px #f4f4f4; }

/*美化滚动条*/
.scrollbar::-webkit-scrollbar { width: 8px; height: 8px; }
.scrollbar::-webkit-scrollbar-track { background-color: transparent; border-radius: 4px; }
.scrollbar::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #ddd; }
.scrollbar::-webkit-scrollbar-button { display: block; width: 1px; height: 1px; }
.scrollbar.auto-hide::-webkit-scrollbar-thumb { border-radius: 4px; background-color: transparent; }
.scrollbar.auto-hide:hover::-webkit-scrollbar-thumb { background-color: #c3c3c3; }
.scrollbar.auto-hide:hover::-webkit-scrollbar { width: 8px; height: 8px; }

/* 滚动条样式 */
::-webkit-scrollbar-track { background-color: #F5F5F5; }

::-webkit-scrollbar { width: 6px; height: 6px; background-color: #F5F5F5; }

::-webkit-scrollbar-thumb { background-color: #999; }

/* header */
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 99; transition: all .5s; padding: 23px 0; background: transparent; transform: translateZ(0); }
header:before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: -100%; background-image: linear-gradient(45deg, #6c4768, #40547e 30%); opacity: 0; visibility: hidden; transition: all .8s; z-index: -1; }
header.scrl { padding: 15px 0; }
header.scrl:before { opacity: 1; visibility: visible; top: 0; }
header.scrl .logo img { width: 60%; }
header .wrap { display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
header .logo { width: 15.17442%; transition: all .5s; }
header .logo a { display: block; }
header .logo img { width: 100%; transition: all .5s; }
header .hd-right { width: 54.65116%; display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
header nav { flex: 1; }
header nav > ul { display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
header nav > ul > li { position: relative; }
header nav > ul > li > a { font-size: 18px; color: #fff; position: relative; display: inline-block; line-height: 42px; }
header nav > ul > li > a:after { content: ''; display: block; width: 0; height: 3px; background-color: #fff; position: absolute; left: 50%; bottom: 0; transition: all .5s; opacity: 0; visibility: hidden; }
header nav > ul > li > a:hover { color: #fff; }
header nav > ul > li > a:hover:after { width: 100%; opacity: 1; visibility: visible; left: 0; }
header nav > ul > li.active > a { font-weight: bold; }
header nav > ul > li.active > a:after { width: 100%; opacity: 1; visibility: visible; left: 0; }
header nav > ul > li:hover > a { font-weight: bold; }
header nav > ul > li:hover > a:after { width: 100%; opacity: 1; visibility: visible; left: 0; }
header nav > ul > li:hover .dropdown { opacity: 1; visibility: visible; top: 100%; transform: rotateY(0); }
header nav .dropdown { position: absolute; top: calc(100% + 20px); left: 0; white-space: nowrap; transition: all .5s; opacity: 0; visibility: hidden; z-index: 9; transform: rotateY(-45deg); }
header nav .dropdown ul { background-color: #fff; padding: 10px 20px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); border-bottom: 2px solid #0067B3; }
header nav .dropdown a { display: block; padding: 5px 0; }
header .btn-srh { margin-left: 5%; }
header .btn-srh span { font-size: 20px; color: #fff; }
header .show-searchbox { position: absolute; left: 0; width: 100%; height: 70px; z-index: 1; top: 100%; transition: all .5s; opacity: 0; visibility: hidden; transition: all .5s; }
header .show-searchbox.open { top: 100%; opacity: 1; visibility: visible; }
header .show-searchbox .wrap { height: 100%; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: flex-end; }
header .show-searchbox form { display: -webkit-flex; display: flex; align-items: center; justify-content: center; height: 100%; background-color: #fff; width: 50%; }
header .show-searchbox input[type="text"] { font-size: 18px; width: calc(100% - 130px); }
header .show-searchbox button { background-color: transparent; cursor: pointer; }
header .show-searchbox button span { font-size: 24px; }
header .show-searchbox button:hover i { color: #0067B3; }
header .show-searchbox .close-srh { margin-left: 20px; width: 26px; height: 26px; cursor: pointer; display: inline-block; transition: all .5s; opacity: .4; }
header .show-searchbox .close-srh:hover { transform: rotate(-180deg); opacity: 1; }
header .menu { display: none; }

@media only screen and (max-width: 1024px) { .menu { --color: #fff; width: 40px; height: 40px; padding: 0; margin: 0; outline: none; position: relative; border: none; background: none; cursor: pointer; -webkit-appearence: none; -webkit-tap-highlight-color: transparent; margin-right: -10px; }
  .menu svg { width: 40px; height: 40px; top: 0px; left: 0px; stroke: var(--color); stroke-width: 4px; stroke-linecap: round; stroke-linejoin: round; fill: none; display: block; position: absolute; }
  .menu svg path { transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s); stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px); stroke-dashoffset: var(--offset, 126px); -webkit-transform: translateZ(0); transform: translateZ(0); }
  .menu svg path:nth-child(2) { --duration: .7s; --easing: ease-in; --offset: 100px; --array-2: 74px; }
  .menu svg path:nth-child(3) { --offset: 133px; --array-2: 107px; }
  .menu.active svg path { --offset: 57px; }
  .menu.active svg path:nth-child(1), .menu.active svg path:nth-child(3) { --delay: .15s; --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1); }
  .menu.active svg path:nth-child(2) { --duration: .4s; --offset: 2px; --array-1: 1px; }
  .menu.active svg path:nth-child(3) { --offset: 58px; }
  body { overflow-x: hidden; }
  header { padding: 20px 0; }
  header.hover:before { background-image: linear-gradient(45deg, #6c4768, #40547e 30%); top: 0; opacity: 1; visibility: visible; }
  header .logo { width: 180px; }
  header nav { display: none; float: none; position: absolute; left: 0px; top: 100%; background-color: #40547e; z-index: 9; height: calc(100vh - 80px); width: 100vw; overflow-y: auto; }
  header nav > ul { display: block; padding: 0 4.16667%; }
  header nav > ul > li { display: block; float: none; width: 100%; margin: 0; padding: 10px 0 10px 0; text-align: left; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: returnToNormal; animation-name: returnToNormal; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  header nav > ul > li:after { content: "\e60a"; font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; position: absolute; right: 0; top: 25px; transition: all .5s; color: #fff; }
  header nav > ul > li > a { margin-right: 20px; display: block; position: relative; }
  header nav > ul > li:first-child > a:after { display: none; }
  header nav > ul > li.active:after { transform: rotate(90deg); color: #fff; }
  header nav > ul > li.active:first-child:after { display: none; }
  header nav > ul > li.active > a:after { transform: rotate(90deg); }
  header nav > ul > li.active .dropdown { display: block; }
  header nav > ul > li:first-child h2:after { display: none; }
  header nav .dropdown { position: static; transform: none !important; width: 100%; left: 0; white-space: normal; display: none; transition: none; opacity: 1; transition: none; visibility: visible; }
  header nav .dropdown ul { box-shadow: none; margin-top: 0; }
  header nav .dropdown a { display: block; }
  header nav > ul > li.active > a:after { display: none; }
  header nav > ul > li:hover > a:after { display: none; }
  header .searchbox a { width: 34px; height: 34px; }
  header .searchbox a i { font-size: 18px; }
  header .menu { display: block; }
  header .show-searchbox form { width: 100%; } }
/* swiper-banner */
.swiper-banner { position: relative; height: 100vh; overflow: hidden; }
.swiper-banner .swiper-slide { height: 100%; overflow: hidden; }
.swiper-banner .swiper-slide .img { height: 100%; }
.swiper-banner .swiper-slide .img img { width: 100%; height: 100%; object-fit: cover; }
.swiper-banner .text { position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; }
.swiper-banner .text h2 { font-weight: normal; margin: 10px 0 50px; }
.swiper-banner .text a.btn-free { width: 200px; height: 60px; background: #E1262E; border-radius: 30px; text-align: center; color: #fff; font-size: 20px; display: block; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
.swiper-banner .text a.btn-free i { font-size: 18px; margin-left: 24px; transition: all .5s; }
.swiper-banner .text a.btn-free:hover { background-color: #0067B3; }
.swiper-banner .text a.btn-free:hover i { transform: rotate(45deg); }
.swiper-banner .swiper-pagenation { position: absolute; left: 0; bottom: 5%; z-index: 9; text-align: center; }
.swiper-banner .swiper-pagenation .swiper-pagination-bullet { width: 6px; height: 6px; background-color: #fff; opacity: 1; position: relative; margin: 0 8px; }
.swiper-banner .swiper-pagenation .swiper-pagination-bullet:before { content: ''; display: block; width: 14px; height: 14px; border-radius: 50%; border: 2px solid #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transition: all .5s; opacity: 0; visibility: hidden; transform: scale(0); margin-top: -9px; margin-left: -9px; }
.swiper-banner .swiper-pagenation .swiper-pagination-bullet-active:before { opacity: 1; visibility: visible; transform: scale(1); }

/* 右侧浮动 */
.right-nav { position: fixed; right: 0; bottom: 5%; z-index: 88; }
.right-nav li { margin-bottom: 1px; position: relative; }
.right-nav li a { display: block; width: 85px; height: 85px; background-color: #E1262E; display: -webkit-flex; display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 16px; color: #fff; }
.right-nav li a i { font-size: 30px; line-height: 1.1; }
.right-nav li a:hover { background-color: #0067B3; }
.right-nav li .hover { opacity: 0; visibility: hidden; transition: all .5s; position: absolute; right: 100%; top: 50%; transform: translateY(-50%); background-color: #fff; min-height: 100%; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; white-space: nowrap; }
.right-nav li .tel { padding: 0 20px; }
.right-nav li .qrc-img { width: 160px; }
.right-nav li .qrc-img img { width: 100%; }
.right-nav li:hover .hover { opacity: 1; visibility: visible; }

/* 首页模块 */
.index-content { overflow: hidden; }
.index-content .title { padding: 100px 0 60px; }
.index-content .title .wrap { display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.index-content .title .lt h1 { font-size: 40px; margin-bottom: 10px;width:200px; }
.index-content .title .more { display: -webkit-flex; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; width: 65px; height: 65px; background: #E1262E; border-radius: 50%; }
.index-content .title .more i { font-size: 18px; line-height: 1; transition: all .5s; }
.index-content .title .more:hover { background-color: #0067B3; }
.index-content .title .more:hover i { transform: rotate(45deg); }

.hy-lists { margin: 0 -13px; margin-top: -15px; }
.hy-lists li { padding: 15px 13px; width: 25%; }
.hy-lists a { display: block; position: relative; }
.hy-lists a .img { height: 14.58333vw; overflow: hidden; }
.hy-lists a .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.hy-lists a .img:after { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.hy-lists a .label { display: -webkit-flex; display: flex; align-items: center; justify-content: center; background-color: rgba(0, 103, 179, 0.7); font-size: 16px; font-weight: bold; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); color: #fff; width: 160px; height: 60px; transition: all .5s; }
.hy-lists a:hover .img img { transform: scale(1.05); }
.hy-lists a:hover .label { width: 100%; height: 100%; }

.zp-lists li { width: 25%; position: relative; }
.zp-lists li a { display: block; position: relative; overflow: hidden; }
.zp-lists li .img { height: 41.66667vw; overflow: hidden; }
.zp-lists li .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.zp-lists li .img:after { content: ''; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.zp-lists li .info { position: absolute; left: 0; width: 100%; height: 100%; top: 40%; z-index: 5; padding: 10% 15%; transition: all .5s; }
.zp-lists li .text { color: #fff; }
.zp-lists li .text i { font-size: 60px; color: #fff; }
.zp-lists li .text h2 { margin: 50px 0 30px; }
.zp-lists li .text p { font-size: 16px; line-height: 24px; text-align: justify; }
.zp-lists li .btn-more { position: absolute; left: 15%; bottom: -10%; opacity: 0; transition: all .5s; }
.zp-lists li .btn-more span { width: 65px; height: 65px; background: #E1262E; border-radius: 50%; color: #fff; font-size: 18px; transition: all .5s; display: -webkit-flex; display: flex; align-items: center; justify-content: center; z-index: 9; }
.zp-lists li .btn-more span i { transition: all .5s; }
.zp-lists li .btn-more:hover span { background-color: #0067B3; }
.zp-lists li .btn-more:hover span i { transform: rotate(45deg); }
.zp-lists li a:hover .info { top: 0; }
.zp-lists li a:hover .img img { transform: scale(1.05); }
.zp-lists li a:hover .btn-more { opacity: 1; bottom: 8%; }

.index-xl { background: url(../images/bg1.png) center center/cover no-repeat; padding-bottom: 56px; }
.index-xl .hd { display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.index-xl .sub-tab { margin-left: 5%; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.index-xl .sub-tab a { width: 140px; height: 40px; background: #FFFFFF; box-shadow: 0px 5px 10px 0px rgba(34, 105, 179, 0.1); border-radius: 20px; text-align: center; font-size: 16px; line-height: 40px; margin-right: 10px; }
.index-xl .sub-tab a:last-child { margin-right: 0; }
.index-xl .sub-tab a.active { background-color: #0067B3; color: #fff; }
.index-xl .xl-lists .item { display: none; }
.index-xl .xl-lists .item:first-child { display: block; }
.index-xl .xl-lists .item ul { margin: 0 -10px; }
.index-xl .xl-lists .item li { padding: 0 10px 20px; width: 50%; }
.index-xl .xl-lists .item a { display: block; position: relative; overflow: hidden; }
.index-xl .xl-lists .img { height: 24.89583vw; overflow: hidden; }
.index-xl .xl-lists .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.index-xl .xl-lists .text { width: 50.58824%; height: 230px; background-color: rgba(255, 255, 255, 0.9); padding: 8% 5%; position: absolute; left: 0; bottom: 0; z-index: 5; }
.index-xl .xl-lists .text i { color: #E1262E; font-size: 18px; position: absolute; right: 5%; top: 8%; transition: all .5s; }
.index-xl .xl-lists .text h2 { margin-bottom: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.index-xl .xl-lists .text p { line-height: 24px; font-size: 16px; opacity: .7; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 48px; }
.index-xl .xl-lists a:hover .img img { transform: scale(1.05); }
.index-xl .xl-lists a:hover .text i { transform: rotate(45deg); }

.index-news { padding-bottom: 50px; }
.index-news .news-swiper { overflow: hidden; }
.index-news .news-swiper li { background-color: #F5F5F5; height: 540px; }
.index-news .news-swiper li a { padding: 60px 26px; display: block; }
.index-news .news-swiper li .datetime { font-family: 'Arial'; font-weight: bold; color: #0067B3; font-size: 16px; line-height: 1.3; margin-bottom: 30px; }
.index-news .news-swiper li .datetime span { display: block; font-size: 24px; }
.index-news .news-swiper li .img { height: 10vw; margin-bottom: 20px; overflow: hidden; }
.index-news .news-swiper li .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.index-news .news-swiper li .text h2 { margin-bottom: 12px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: 60px; line-height: 30px; }
.index-news .news-swiper li .text p { font-size: 16px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: 60px; line-height: 30px; opacity: .7; }
.index-news .news-swiper li a:hover .img img { transform: scale(1.05); }
.index-news .pagenation-news { text-align: center; margin-top: 40px; }
.index-news .pagenation-news .swiper-pagination-bullet { width: 10px; height: 10px; background-color: #f1f1f1; opacity: 1; }
.index-news .pagenation-news .swiper-pagination-bullet-active { background-color: #E1262E; }

footer { background: url(../images/bg_footer.png) 0 0/cover no-repeat; overflow: hidden; }
footer .bd { padding: 70px 0 40px; display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
footer .bd .logo { width: 13.59375vw; margin-bottom: 40px; }
footer .bd .logo img { width: 100%; }
footer .bd p { font-size: 16px; color: #fff; line-height: 32px; }
footer .rt { flex: 1; margin-top: 20px; }
footer nav > ul { display: flex; display: -webkit-flex; justify-content: flex-end; }
footer nav > ul > li { margin-left: 5%; }
footer nav > ul > li > a { font-weight: bold; font-size: 18px; display: block; margin-bottom: 28px; color: #fff; }
footer nav .dropdown li { line-height: 30px; }
footer nav .dropdown li a { font-size: 16px; color: #A5A6B9; }
footer nav .dropdown li a:hover { color: #fff; }
footer .ft { border-top: 1px solid rgba(255, 255, 255, 0.2); padding: 32px 0 28px; }
footer .ft .wrap { display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
footer .ft .share { display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
footer .ft .share a { display: block; width: 38px; height: 38px; border: 1px solid #A5A6B9; border-radius: 50%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; margin-right: 20px; position: relative; }
footer .ft .share a:last-child { margin-right: 0; }
footer .ft .share a i { font-size: 18px; color: #A5A6B9; }
footer .ft .share a .hover { opacity: 0; visibility: hidden; transition: all .5s; position: absolute; left: 50%; bottom: calc(100% + 10px); transform: translateX(-50%); background-color: #fff; }
footer .ft .share a .qrc-img { width: 100px; }
footer .ft .share a .qrc-img img { width: 100%; }
footer .ft .share a:hover .hover { opacity: 1; visibility: visible; }
footer .ft .share a:hover { border-color: #fff; }
footer .ft .share a:hover i { color: #fff; }
footer .ft .selects { flex: 1; margin-left: 38px; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
footer .ft .cp { font-size: 16px; color: #A5A6B9; }
footer .select-item { position: relative; width: 11.97917vw; margin-right: 19px; }
footer .select-item .cur { width: 100%; background-color: rgba(0, 0, 0, 0.2); border-radius: 5px; cursor: pointer; position: relative; }
footer .select-item .cur:after { content: ''; display: block; width: 0; height: 0; border: 8px solid transparent; border-top: 4px solid #A5A6B9; position: absolute; right: 13px; top: 50%; margin-top: -2px; transition: all .5s; }
footer .select-item .cur span { line-height: 40px; color: #A5A6B9; padding: 0 13px; position: relative; display: block; }
footer .select-item ul { position: absolute; left: 0; width: 100%; bottom: 100%; background-color: #fff; border-radius: 5px 5px 0 0; display: none; }
footer .select-item ul li { padding: 5px 13px; }
footer .select-item ul li a { display: block; }
footer .select-item.active .cur:after { transform: rotate(-180deg); margin-top: -8px; }

@media only screen and (max-width: 1680px) { .zp-lists li .info { padding: 10%; top: 35%; }
  header.scrl .logo img { width: 78%; }
  footer .bd .lt { width: 20%; } }
@media only screen and (max-width: 1440px) { header nav > ul > li > a { font-size: 16px; }
  .index-content .title { padding: 80px 0 40px; }
  .index-content .title .lt h1 { font-size: 30px; }
  .zp-lists li .text h2 { margin: 30px 0 20px; }
  .index-xl .xl-lists .text { height: 200px; }
  .index-news .news-swiper li a { padding: 40px 20px; }
  .index-news .news-swiper li { height: 450px; }
  footer nav > ul > li { margin-left: 3%; }
  .swiper-banner .text a.btn-free { width: 180px; height: 50px; font-size: 18px; }
  .swiper-banner .text a.btn-free i { font-size: 16px; margin-left: 18px; }
  .index-content .title .more i { font-size: 16px; }
  .index-xl .xl-lists .text i { font-size: 16px; }
  .zp-lists li .text p { font-size: 14px; }
  .index-xl .xl-lists .text p { font-size: 14px; }
  .index-news .news-swiper li .text p { font-size: 14px; }
  footer nav .dropdown li a { font-size: 14px; }
  footer .bd p { font-size: 14px; }
  footer .ft .cp { font-size: 14px; }
  .hy-lists a .label { font-size: 14px; width: 120px; height: 40px; }
  .zp-lists li .text i { font-size: 50px; } }
@media only screen and (max-width: 1024px) { header .hd-right { width: auto; }
  header .btn-srh { margin-right: 10px; margin-left: 0; }
  .index-content .title { padding: 60px 0 30px; }
  .zp-lists li .text i { font-size: 40px; }
  .zp-lists li .text h2 { margin: 20px 0 10px; }
  .zp-lists li .info { padding: 10px 20px; top: 0; }
  .zp-lists li .btn-more { left: 20px; bottom: 5%; opacity: 1; }
  .index-content .title .more { width: 50px; height: 50px; }
  .zp-lists li .btn-more span { width: 50px; height: 50px; }
  .swiper-banner .text a.btn-free { font-size: 16px; }
  .swiper-banner .text h2 { margin-bottom: 20px; }
  .right-nav li a { width: 66px; height: 66px; font-size: 14px; }
  .right-nav li a i { font-size: 20px; }
  footer .bd { align-items: center; justify-content: center; flex-wrap: wrap; padding: 40px 0; }
  footer .bd .lt { width: 100%; text-align: center; }
  footer .bd .rt { width: 100%; }
  footer .bd .logo { width: 180px; margin: 0 auto 20px; }
  footer nav .dropdown { display: none; }
  footer nav > ul { justify-content: center; }
  footer .ft .wrap { flex-wrap: wrap; justify-content: center; align-items: center; }
  footer .ft .share { width: 100%; justify-content: center; margin-bottom: 20px; }
  footer .ft .selects { justify-content: space-between; margin-left: 0; width: 100%; }
  footer .select-item { width: 30%; margin-right: inherit; }
  footer .ft .cp { width: 100%; text-align: center; padding-top: 20px; } }
@media only screen and (max-width: 768px) { .swiper-banner { height: 100vw; }
  .swiper-banner .text a.btn-free { width: 150px; }
  .hy-lists li { width: 50%; padding: 10px 8px; }
  .hy-lists a .img { height: 32vw; }
  .zp-lists li { width: 50%; }
  .zp-lists li .img { height: 60vw; }
  .index-xl .xl-lists .item li { width: 100%; }
  .index-xl .xl-lists .img { height: 50vw; }
  .index-xl .hd { flex-wrap: wrap; }
  .index-xl .sub-tab { width: 100%; margin-left: 0; margin-bottom: 20px; }
  .index-xl .sub-tab a { width: 120px; height: 30px; line-height: 30px; font-size: 14px; }
  .index-news .news-swiper li .img { height: 22vw; }
  .right-nav li a { width: 30px; height: 30px; }
  .right-nav li a i { font-size: 14px; }
  .right-nav li a span { line-height: 1.1; font-size: 14px; text-align: center; display: none; }
  footer nav > ul { flex-wrap: wrap; }
  footer nav > ul > li { width: 25%; }
  footer nav > ul > li > a { margin-bottom: 10px; text-align: center; } }
@media only screen and (max-width: 500px) { .zp-lists li { width: 100%; }
  .zp-lists li .img { height: 90vw; }
  .index-news .news-swiper li .img { height: 50vw; }
  .index-xl .xl-lists .text { height: 100%; padding-top: 40px; }
  .index-xl .xl-lists .img { height: 60vw; }
  footer .select-item .cur:after { border-width: 4px; }
  .index-content .title .wrap { flex-wrap: wrap; position: relative; }
  .index-content .title .lt { width: 100%; }
  .index-content .title .lt h1 { width: 100%; }
  .index-content .title .rt { position: absolute; right: 0; top: -10px; }
  .index-xl .sub-tab a { width: 33%; }
  .index-content .title .wrap { align-items: flex-start; } }
/* 采购公告 */
.page-banner { position: relative; height: 41.66667vw; }
.page-banner .img { height: 100%; }
.page-banner .img img { width: 100%; height: 100%; object-fit: cover; }
.page-banner .text { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 4; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; }
.page-banner .subBar { position: absolute; left: 0; bottom: 0; width: 100%; background-color: rgba(0, 0, 0, 0.5); height: 80px; z-index: 6; overflow: hidden; }
.page-banner .subBar .sub-nav { height: 100%; }
.page-banner .subBar .sub-nav li { width: auto; margin-right: 60px; height: 100%; position: relative; }
.page-banner .subBar .sub-nav li a { display: block; height: 100%; font-size: 16px; color: #fff; display: -webkit-flex; display: flex; align-items: center; justify-content: center; position: relative; }
.page-banner .subBar .sub-nav li a:after { content: ''; display: block; height: 3px; left: 50%; width: 0; opacity: 0; transition: all .5s; background-color: #E1262E; position: absolute; bottom: 0; }
.page-banner .subBar .sub-nav li:last-child { margin-right: 0; }
.page-banner .subBar .sub-nav li.active a:after, .page-banner .subBar .sub-nav li:hover a:after { left: 0; width: 100%; opacity: 1; }

.page-content { padding: 100px 0; overflow: hidden; }
.page-content.pt0 { padding-top: 0; }
.page-content.pb0 { padding-bottom: 0; }

.caigou-lists { margin-top: -70px; }
.caigou-lists li { border-bottom: 1px solid #f1f1f1; padding: 50px 0; }
.caigou-lists li a { display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.caigou-lists li .datetime { width: 120px; height: 120px; background-color: #E1262E; display: -webkit-flex; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; flex-shrink: 0; margin-right: 40px; }
.caigou-lists li .datetime b { font-size: 36px; }
.caigou-lists li .datetime span { font-size: 18px; }
.caigou-lists li .detail { display: -webkit-flex; display: flex; align-items: center; justify-content: center; border: 1px solid #E1E1E1; width: 65px; height: 65px; margin-left: 5%; border-radius: 50%; flex-shrink: 0; color: #E3E3E3; transition: all .5s; }
.caigou-lists li .detail i { font-size: 18px; }
.caigou-lists li .text { flex: 1; color: #373737; }
.caigou-lists li .text h2 { margin-bottom: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.caigou-lists li .text p { font-size: 16px; opacity: .8; line-height: 32px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: 62px; }
.caigou-lists li a:hover .text h2 { color: #E1262E; }
.caigou-lists li a:hover .detail { border-color: #E1262E; background-color: #E1262E; color: #fff; }

.pages { margin-top: 80px; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
.pages a { min-width: 40px; line-height: 40px; text-align: center; background-color: #F0F0F0; margin: 0 5px; padding: 0 16px; font-size: 16px; }
.pages a:hover, .pages a.active { background-color: #E1262E; color: #fff; }

@media only screen and (max-width: 1024px) { .caigou-lists li { padding: 30px 0; }
  .caigou-lists li .datetime { width: 100px; height: 100px; margin-right: 20px; }
  .caigou-lists li .datetime b { font-size: 20px; }
  .caigou-lists li .datetime span { font-size: 14px; }
  .caigou-lists li .detail { width: 50px; height: 50px; margin-left: 10px; }
  .caigou-lists li .detail i { font-size: 14px; }
  .caigou-lists li .text p { font-size: 14px; line-height: 24px; max-height: 48px; } }
@media only screen and (max-width: 768px) { .page-banner { height: 55vw; }
  .page-banner .subBar { height: 60px; }
  .page-banner .subBar .sub-nav li { margin-right: 20px; }
  .caigou-lists li .detail { display: none; }
  .pages a { min-width: 30px; line-height: 30px; font-size: 14px; padding: 0 5px; margin: 0 3px; }
  .caigou-lists li .datetime { width: 80px; height: 80px; }
  .caigou-lists li .text { width: 100%; overflow: hidden; }
  .caigou-lists li .text h2 { margin-bottom: 10px; }
  .pages { margin-top: 50px; } }
@media only screen and (max-width: 500px) { .page-banner { height: 100vw; } }
.gongsi-lists ul li { border-bottom: 1px solid #f1f1f1; padding: 50px 0; }
.gongsi-lists ul li a { display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.gongsi-lists ul li .img { width: 37.5%; height: 18.90625vw; margin-right: 50px; overflow: hidden; flex-shrink:0;}
.gongsi-lists ul li .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.gongsi-lists ul li .detail { display: -webkit-flex; display: flex; align-items: center; justify-content: center; border: 1px solid #E1E1E1; width: 65px; height: 65px; margin-left: 5%; border-radius: 50%; flex-shrink: 0; color: #E3E3E3; transition: all .5s; }
.gongsi-lists ul li .detail i { font-size: 18px; }
.gongsi-lists ul li .text { flex: 1; height: 18.90625vw; position: relative; color: #373737; }
.gongsi-lists ul li .text h2 { margin-bottom: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 80%; margin-top: 20px; }
.gongsi-lists ul li .text p { font-size: 16px; opacity: .8; line-height: 32px; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; max-height: 96px; width: 80%; }
.gongsi-lists ul li .text .datetime { opacity: .7; position: absolute; left: 0; bottom: 20px; }
.gongsi-lists ul li a:hover .img img { transform: scale(1.05); }
.gongsi-lists ul li a:hover .text h2 { color: #E1262E; }
.gongsi-lists ul li a:hover .detail { border-color: #E1262E; background-color: #E1262E; color: #fff; }

@media only screen and (max-width: 1024px) { .gongsi-lists ul li { padding: 30px 0; }
  .gongsi-lists ul li .img { margin-right: 20px; }
  .gongsi-lists ul li .text h2 { margin-top: 0; }
  .gongsi-lists ul li .text .datetime { bottom: 0; font-size: 14px; }
  .gongsi-lists ul li .detail { width: 50px; height: 50px; margin-left: 10px; }
  .gongsi-lists ul li .detail i { font-size: 14px; }
  .gongsi-lists ul li .text p { font-size: 14px; line-height: 24px; max-height: 72px; }
  .gongsi-lists ul li .text p, .gongsi-lists ul li .text h2 { width: 90%; } }
@media only screen and (max-width: 768px) { .gongsi-lists ul li .detail { display: none; }
  .gongsi-lists ul li .text { width: 100%; overflow: hidden; }
  .gongsi-lists ul li .text h2 { margin-bottom: 10px; }
  .gongsi-lists ul li .text p, .gongsi-lists ul li .text h2 { width: 100%; }
  .gongsi-lists ul li .img, .gongsi-lists ul li .text { height: 24vw; } }
@media only screen and (max-width: 500px) { .gongsi-lists ul li a { flex-wrap: wrap; }
  .gongsi-lists ul li .img { width: 100%; margin-right: 0; margin-bottom: 20px; height: 40vw; }
  .gongsi-lists ul li .text { width: 100%; overflow: inherit; height: auto; }
  .gongsi-lists ul li .text .datetime { position: static; margin-top: 20px; } }
.page-airticle .detail-content { width: 72.91667%; margin: 0 auto; padding-top: 100px; }
.page-airticle .title { text-align: center; margin-bottom: 55px; }
.page-airticle .other { border-bottom: 1px solid #f1f1f1; padding-bottom: 30px; margin-bottom: 40px; display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 16px; }
.page-airticle .other .lt { display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.page-airticle .other .lt span { display: inline-block; margin-right: 40px; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.page-airticle .other .lt span:last-child { margin-right: 0; }
.page-airticle .other .lt i { margin-right: 10px; }
.page-airticle .other .lt .icon-biaoqian { font-size: 20px; line-height: 1; }
.page-airticle .other .lt .icon-liulan { font-size: 17px; }
.page-airticle .other .share a { opacity: .5; margin-left: 29px; }
.page-airticle .other .share a:first-child { margin-left: 0; }
.page-airticle .other .share a i { font-size: 18px; }
.page-airticle .content { font-size: 16px; line-height: 2; color: #666; border-bottom: 1px solid #f1f1f1; padding-bottom: 50px; }
.page-airticle .content img { max-width: 100%; }
.page-airticle .pgs { padding: 25px 0 30px; display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.page-airticle .pgs a { color: #0A0A0A; font-size: 16px; opacity: .8; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.page-airticle .pgs i { margin-right: 9px; }
.page-airticle .pgs p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: calc(100% - 30px); }
.page-airticle .pgs a:first-child { width: 40%; }
.page-airticle .pgs a:first-child i { font-size: 20px; }
.page-airticle .pgs a:nth-child(2) { flex-shrink: 0; margin: 0 20px; }
.page-airticle .pgs a:last-child { width: 40%; justify-content: flex-end; }
.page-airticle .pgs a:last-child p { text-align: right; }
.page-airticle .pgs a:last-child i { margin-left: 9px; margin-right: 0; font-size: 20px; }
.page-airticle .pgs a:hover { color: #E1262E; }

@media only screen and (max-width: 1024px) { .page-airticle .title { margin-bottom: 35px; }
  .page-airticle .detail-content { width: calc(100% - 40px); }
  .page-airticle .other { padding-bottom: 20px; margin-bottom: 30px; font-size: 14px; }
  .page-airticle .content { font-size: 14px; padding-bottom: 30px; }
  .page-airticle .pgs a { font-size: 14px; } }
@media only screen and (max-width: 768px) { .page-airticle .detail-content { padding-top: 60px; }
  .page-airticle .other { flex-wrap: wrap; }
  .page-airticle .other .lt { width: 100%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; }
  .page-airticle .other .lt span { margin-right: 20px; }
  .page-airticle .other .share { display: -webkit-flex; display: flex; align-items: center; justify-content: center; width: 100%; }
  .page-airticle .other .share a { margin-left: 20px; }
  .page-airticle .pgs a:first-child { width: 30%; }
  .page-airticle .pgs a:last-child { width: 30%; } }
.page-prointro { padding: 100px 0; overflow: hidden; }
.page-prointro .title { text-align: center; }
.page-prointro .title h1 { font-size: 40px; margin-bottom: 20px; }
.page-prointro .title p { font-size: 16px; line-height: 2;  width: 50%; margin: 0 auto; }
.page-prointro .title1 p { font-size: 16px; line-height: 2;  width: 80%; margin: 0 auto; }
.page-prointro .item-1 .img { width: 90%; margin: 40px auto 49px; line-height:220%;}
.page-prointro .item-1 .img img { max-width:100%;margin-top:10px; margin-bottom:10px; }
.page-prointro .item-2 { border-radius: 30px; background-color: #f5f5f5; padding: 70px 0; }
.page-prointro .sub-tab { display: -webkit-flex; display: flex; align-items: center; justify-content: center; width: 81.39535%; margin: 0 auto; border-bottom: 1px solid #dedfe4; overflow: hidden; }
.page-prointro .sub-tab .swiper-wrapper { justify-content: center; }
.page-prointro .sub-tab a { font-size: 16px; color: #727272; margin: 0 3%; width: auto; display: inline-block; position: relative; line-height: 3; }
.page-prointro .sub-tab a:after { content: ''; display: block; width: 100%; height: 2px; background-color: #0067B3; position: absolute; left: 0; bottom: 0; opacity: 0; }
.page-prointro .sub-tab a.active { color: #0067B3; }
.page-prointro .sub-tab a.active:after { opacity: 1; }
.page-prointro .sub-tab a:hover { color: #0067B3; }
.page-prointro .sub-cont { width: 81.39535%; margin: 0 auto; padding-bottom: 20px; overflow: hidden; }
.page-prointro .sub-cont .item { display: none; padding: 45px 0 0; }
.page-prointro .sub-cont .item:first-child { display: block; }
.page-prointro .sub-cont .item .in { display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.page-prointro .sub-cont .img { position: relative; width: 42.14286%; transform: translateX(0); }
.page-prointro .sub-cont .img:before { content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 20px; bottom: -20px; background-color: rgba(0, 103, 179, 0.1); z-index: -1; border-radius: 5px; }
.page-prointro .sub-cont .img img { width: 100%; }
.page-prointro .sub-cont .text { width: 51.07143%; }
.page-prointro .sub-cont .text h2 { color: #0067B3; margin-bottom: 30px; }
.page-prointro .sub-cont .text p { line-height: 2; font-size: 16px; opacity: .7; }

@media only screen and (max-width: 1440px) { .page-prointro .title h1 { font-size: 30px; } }
@media only screen and (max-width: 1024px) { .page-prointro .title h1 { font-size: 24px; }
  .page-prointro .title p { font-size: 14px; width: 80%; }
  .page-prointro .item-1 .img { width: 80%; }
  .page-prointro .sub-tab a, .page-prointro .sub-cont .text p { font-size: 14px; }
  .page-prointro .sub-tab, .page-prointro .sub-cont { width: calc(100% - 40px); }
  .page-prointro .sub-tab a { margin: 0 10px; }
  .page-prointro .sub-cont .text h2 { margin-bottom: 15px; }
  .page-prointro .sub-tab .swiper-wrapper { justify-content: flex-start; } }
@media only screen and (max-width: 768px) { .page-prointro { padding: 50px 0; }
  .page-prointro .title p { width: 100%; }
  .page-prointro .item-1 .img { width: 100%; }
  .page-prointro .sub-cont .img { width: calc(100% - 20px); }
  .page-prointro .sub-cont .text { width: 100%; margin-top: 40px; } }
.page-zycp { padding: 100px 0 60px; background-color: #f7f8fa; }
.page-zycp ul { margin: 0 -20px; }
.page-zycp ul li { width: 50%; padding: 20px; }
.page-zycp ul li a { background-color: #fff; }
.page-zycp ul li .img { height: 20.83333vw; overflow: hidden; }
.page-zycp ul li .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.page-zycp ul li .text { padding: 35px 40px; color: #373737; }
.page-zycp ul li .text h1 { margin-bottom: 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.page-zycp ul li .text p { font-size: 16px; line-height: 2; height: 96px; opacity: .8; word-break: break-all; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.page-zycp ul li a:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.page-zycp ul li a:hover .img img { transform: scale(1.05); }
.page-zycp ul li a:hover .text h1 { color: #E1262E; }

@media only screen and (max-width: 1024px) { .page-zycp ul { margin: 0 -10px; }
  .page-zycp ul li { padding: 10px; }
  .page-zycp ul li .text { padding: 20px; }
  .page-zycp ul li .text h1 { margin-bottom: 10px; }
  .page-zycp ul li { padding: 10px; }
  .page-zycp ul li .text p { font-size: 14px; height: 84px; } }
@media only screen and (max-width: 768px) { .page-zycp { padding: 50px 0 30px; } }
@media only screen and (max-width: 500px) { .page-zycp ul li { width: 100%; }
  .page-zycp ul li .img { height: 40vw; } }
.page-project { padding-bottom: 38px; }
.page-project .item-1 { background: url(../images/bg_xm.png) center center/cover no-repeat; padding: 46px 3% 46px 37px; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 85px; }
.page-project .item-1 .img { width: 62.88595%; flex-shrink: 0; }
.page-project .item-1 .img img { width: 100%; }
.page-project .item-1 .text { margin-left: 35px; }
.page-project .item-1 .text h2 { color: #0067B3; margin-bottom: 30px; }
.page-project .item-1 .text p { line-height: 2; font-size: 16px; color: #2C2C2C; opacity: .7; }
.page-project .title { text-align: center; width: 80.93023%; margin: 0 auto 40px; }
.page-project .title h2 { margin-bottom: 20px; }
.page-project .title p { font-size: 16px; line-height: 2;  color: #000; }
.page-project .item-2 .img { text-align: center; margin-bottom: 30px; }
.page-project .item-2 .img img { max-width: 100%; }

@media only screen and (max-width: 1024px) { .page-project .item-1 .text p, .page-project .title p { font-size: 14px; }
  .page-project .item-1 { padding: 30px 20px; }
  .page-project .item-1 { border-radius: 10px; } }
@media only screen and (max-width: 768px) { .page-project .title { width: 100%; }
  .page-project .item-1 { flex-wrap: wrap; }
  .page-project .item-1 .img { width: 100%; }
  .page-project .item-1 .text { margin-left: 0; } }
.page-honor { padding-top: 20px; }
.page-honor .item-1 { padding: 80px 0 83px; }


.page-honor .title { margin-bottom: 70px; }
.page-honor .item-2 { background-color: #f1f4fc; }
.page-honor .item-2 .cont { flex-direction: row-reverse; }
.page-honor .item-2 .text { padding-left: 0; padding-right: 5%; }
.page-honor .item-4 { background-color: #f1f4fc; }
.page-honor .item-4 .cont { flex-direction: row-reverse; }
.page-honor .item-4 .text { padding-left: 0; padding-right: 5%; }
.page-honor .img { width: 31.62791%; flex-shrink: 0; }
.page-honor .img img { width: 100%; }
.page-honor .cont { justify-content: space-between; align-items: center; }
.page-honor .text { flex: 1; padding-left: 5%; }
.page-honor .text h2 { margin-bottom: 30px; }
.page-honor .text p { font-size: 16px; line-height: 2; color: #000; opacity: .8; }

@media only screen and (max-width: 1024px) { .page-honor .title { margin-bottom: 50px; }
  .page-honor .text h2 { margin-bottom: 20px; }
  .page-honor .text p { font-size: 14px; } }
@media only screen and (max-width: 768px) { .page-content { padding: 60px 0; }
  .page-honor .img { width: 100%; margin-bottom: 20px; }
  .page-honor .text { padding-left: 0; }
  .page-honor .item-2 .text { padding-right: 0; } }
.page-contact { padding-bottom: 0; }
.page-contact .text { padding-bottom: 88px; }
.page-contact .text h2 { margin-bottom: 60px; }
.page-contact .text p {  line-height: 2; font-size: 16px; }
.page-contact .text p img { max-width:100%;height:100%}
.page-contact .text h3 { margin-bottom: 20px; }
.page-contact .text ul li { width: 25%; border-right: 1px solid #f1f1f1; padding-left: 3%; }
.page-contact .text ul li:first-child { padding-left: 0; padding-right: 8%; }
.page-contact .text ul li:last-child { border-right: none; }
.page-contact .text .share a { display: inline-block; width: 38px; height: 38px; border: 1px solid #A5A6B9; border-radius: 50%; margin-right: 20px; display: -webkit-flex; display: flex; align-items: center; justify-content: center; position: relative; }
.page-contact .text .share a:last-child { margin-right: 0; }
.page-contact .text .share a i { font-size: 18px; color: #A5A6B9; }
.page-contact .text .share a .hover { opacity: 0; visibility: hidden; transition: all .5s; position: absolute; left: 50%; bottom: calc(100% + 10px); transform: translateX(-50%); }
.page-contact .text .share a .qrc-img { width: 160px; }
.page-contact .text .share a .qrc-img img { width: 100%; }
.page-contact .text .share a:hover .hover { opacity: 1; visibility: visible; }
.page-contact .text .share a:hover { border-color: #E1262E; }
.page-contact .text .share a:hover i { color: #E1262E; }

@media only screen and (max-width: 1024px) { .page-contact .text { padding-bottom: 60px; }
  .page-contact .text p { font-size: 14px; } }
@media only screen and (max-width: 768px) { .page-contact .text ul li { width: 50%; margin-bottom: 30px; }
  .page-contact .text ul li:nth-child(3) { padding-left: 0; }
  .page-contact .text .share a { margin-right: 10px; } }
.page-solution { padding-top: 0; }
.page-solution .item-1 { padding: 110px 0; }
.page-solution .item-1 .wrap { display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.page-solution .item-1 .text { flex: 1; padding-right: 20%; }
.page-solution .item-1 .text h2 { margin-bottom: 30px; }
.page-solution .item-1 .text p { font-size: 16px; line-height: 2; opacity: .8; }
.page-solution .item-1 .text a { display: inline-block; width: 180px; height: 50px; line-height: 50px; background-color: #E1262E; color: #fff; border-radius: 5px; margin-top: 30px; font-size: 16px; text-align: center; }
.page-solution .item-1 .text a:hover { background-color: #0067B3; }
.page-solution .item-1 .img { width: 25.2907%; flex-shrink: 0; }
.page-solution .item-1 .img img { width: 100%; }
.page-solution .item-1:nth-child(2n) { background-color: #f7f8fa; }
.page-solution .item-1:nth-child(2n) .wrap { flex-direction: row-reverse; }
.page-solution .item-1:nth-child(2n) .text { text-align: right; padding-right: 0; padding-left: 20%; }

@media only screen and (max-width: 1024px) { .page-solution .item-1 .text p { font-size: 14px; }
  .page-solution .item-1 .text a { font-size: 14px; width: 120px; height: 40px; line-height: 40px; } }
@media only screen and (max-width: 768px) { .page-solution .item-1 .wrap { flex-wrap: wrap; }
  .page-solution .item-1 .text { width: 100%; padding: 0; margin-bottom: 30px; }
  .page-solution .item-1 .img { width: 100%; }
  .page-solution .item-1:nth-child(2n) .text { padding-left: 0; } }
.page-jishuzc { background-color: #f7f8fa; }
.page-jishuzc .lists { margin-top: -15px; }
.page-jishuzc .lists ul { margin: 0 -13px; }
.page-jishuzc .lists ul li { padding: 15px 13px; width: 25%; }
.page-jishuzc .lists ul li a { display: block; }
.page-jishuzc .lists ul li .img { height: 12.23958vw; overflow: hidden; }
.page-jishuzc .lists ul li .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.page-jishuzc .lists ul li .text { background-color: #fff; padding: 20px 10px; }
.page-jishuzc .lists ul li .text p { font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.page-jishuzc .lists ul li a:hover { box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
.page-jishuzc .lists ul li a:hover .img img { transform: scale(1.05); }

@media only screen and (max-width: 1024px) { .page-jishuzc .lists ul li .text p { font-size: 14px; }
  .page-jishuzc .lists ul { margin: 0 -8px; }
  .page-jishuzc .lists ul li { padding: 10px 8px; } }
@media only screen and (max-width: 768px) { .page-jishuzc .lists ul li { width: 50%; }
  .page-jishuzc .lists ul li .img { height: 26vw; }
  .page-jishuzc .lists ul li .text { padding: 10px; } }
.page-jishuzc-xz ul { justify-content: space-between; }
.page-jishuzc-xz ul li { width: 31.97674%; border: 1px solid #ddd;margin-bottom:20px; }
.page-jishuzc-xz ul li .in { display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 20px; }
.page-jishuzc-xz ul li .img { width: 160px; margin-right: 7%; }
.page-jishuzc-xz ul li .img img { width: 100%; }
.page-jishuzc-xz ul li .text h2 { margin-bottom: 20px; }
.page-jishuzc-xz ul li .text a { display: inline-block; width: 100px; line-height: 40px; background-color: #E1262E; color: #fff; text-align: center; font-size: 16px; border-radius: 5px; }
.page-jishuzc-xz ul li .text a:hover { background-color: #0067B3; }

@media only screen and (max-width: 1024px) { .page-jishuzc-xz ul li .text a { font-size: 14px; }
  .page-jishuzc-xz ul li .in { padding: 10px; } }
@media only screen and (max-width: 768px) { .page-jishuzc-xz ul li { width: 100%; margin-bottom: 20px; } }
.page-introduced { padding: 0; }
.page-introduced .item-1 .in { position: relative; transform: translateZ(0); padding: 128px 0 110px; }
.page-introduced .item-1 .in .wrap { align-items: center; }
.page-introduced .item-1 .in:before { content: ''; display: block; width: 50%; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/intro_about_bg.png) 0 center/auto 100% no-repeat; z-index: -1; }
.page-introduced .item-1 .in:after { content: ''; display: block; width: 50%; height: 100%; position: absolute; right: 0; top: 0; background: url(../images/jj_bg0.png) center bottom/100% auto #0067B3 no-repeat; z-index: -1; }
.page-introduced .item-1 .info { width: 50%; padding-right: 8%; }
.page-introduced .item-1 .info h2 { margin-bottom: 70px; }
.page-introduced .item-1 .info p { font-size: 16px; line-height: 2; opacity: .7; text-align: justify; }
.page-introduced .item-1 .tuwen { width: 50%; padding: 0 2% 0 10%; }
.page-introduced .item-1 .tuwen .img { width: 100%; margin-bottom: 40px; }
.page-introduced .item-1 .tuwen .img img { width: 100%; }
.page-introduced .item-1 .tuwen p { font-size: 16px; color: #fff; line-height: 2; text-align: justify; }
.page-introduced .item-2 { background: url(../images/jj_bg.jpg) center center/cover no-repeat; padding: 175px 0; }
.page-introduced .item-2 .wrap { justify-content: space-between; }
.page-introduced .item-2 .img { width: 41.27907%; }
.page-introduced .item-2 .img img { width: 100%; }
.page-introduced .item-2 .text { width: 41.10465%; color: #fff; }
.page-introduced .item-2 .text h2 { margin-bottom: 18px; }
.page-introduced .item-2 .text h3 { margin-bottom: 48px; }
.page-introduced .item-2 .text p { font-size: 16px; color: #fff; line-height: 2; text-align: justify; }
.page-introduced .item-3 { padding: 100px 0; }
.page-introduced .item-3 .title { margin-bottom: 40px; }
.page-introduced .item-3 ul { justify-content: space-between; }
.page-introduced .item-3 ul li { width: 31.97674%; background-color: #FBFBFB; padding: 50px 30px 40px; }
.page-introduced .item-3 ul li h2 { margin-bottom: 20px; color: #0067B3; }
.page-introduced .item-3 ul li p { font-size: 16px; opacity: .7; line-height: 2; text-align: justify; }
.page-introduced .item-4 { background: url(../images/jj_bg2.jpg) center center/cover no-repeat; padding: 100px 0; }
.page-introduced .item-4 .title { display: -webkit-flex; display: flex; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 46px; }
.page-introduced .item-4 .title .fy-wh a { display: inline-block; width: 45px; height: 45px; border-radius: 50%; display: -webkit-flex; display: flex; align-items: center; justify-content: center; border: 1px solid #E1262E; background-color: #E1262E; }
.page-introduced .item-4 .title .fy-wh a i { color: #fff; }
.page-introduced .item-4 .title .fy-wh .swiper-button-disabled { border: 1px solid #BABABA; background-color: transparent; }
.page-introduced .item-4 .title .fy-wh .swiper-button-disabled i { color: #BABABA; }
.page-introduced .item-4 .title .fy-wh .wh-next { margin-left: 30px; }
.page-introduced .item-4 .wh-swiper { overflow: hidden; }
.page-introduced .item-4 .wh-swiper .swiper-slide a { display: block; position: relative; }
.page-introduced .item-4 .wh-swiper .swiper-slide .img { height: 11.875vw; overflow: hidden; }
.page-introduced .item-4 .wh-swiper .swiper-slide .img img { width: 100%; height: 100%; object-fit: cover; transition: all .5s; }
.page-introduced .item-4 .wh-swiper .swiper-slide .text { position: absolute; left: 0; bottom: 0; width: 100%; background-color: rgba(0, 103, 179, 0.6); padding: 0 10px; }
.page-introduced .item-4 .wh-swiper .swiper-slide .text p { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; font-size: 16px; text-align: center; line-height: 50px; }
.page-introduced .item-4 .wh-swiper .swiper-slide a:hover .img img { transform: scale(1.05); }

@media only screen and (max-width: 1280px) { .page-introduced .item-4 .wh-swiper .swiper-slide .img { height: 18vw; }
  .page-introduced .item-1 .info h2 { margin-bottom: 50px; } }
@media only screen and (max-width: 1024px) { .page-introduced .item-1 .in { padding: 60px 0; }
  .page-introduced .item-1 .info p, .page-introduced .item-1 .tuwen p, .page-introduced .item-2 .text p, .page-introduced .item-3 ul li p { font-size: 14px; }
  .page-introduced .item-4 .wh-swiper .swiper-slide .text p { font-size: 14px; line-height: 40px; }
  .page-introduced .item-1 .info h2 { margin-bottom: 30px; }
  .page-introduced .item-2 { padding: 80px 0; }
  .page-introduced .item-3 { padding: 60px 0; }
  .page-introduced .item-3 ul li { padding: 20px; } }
@media only screen and (max-width: 768px) { .page-introduced .item-1 .info { width: 100%; padding-right: 0; margin-bottom: 20px; }
  .page-introduced .item-1 .tuwen { width: 100%; padding-left: 0; padding-right: 0; }
  .page-introduced .item-1 .in:before { width: 100%; height: 50%; }
  .page-introduced .item-1 .in:after { width: 100%; height: 50%; top: 50%; }
  .page-introduced .item-2 .img { width: 100%; }
  .page-introduced .item-2 .text { width: 100%; margin-top: 20px; }
  .page-introduced .item-3 ul li { width: 100%; margin-bottom: 20px; }
  .page-introduced .item-4 .title .fy-wh .wh-next { margin-left: 10px; }
  .page-introduced .item-4 .title .fy-wh a { width: 30px; height: 30px; }
  .page-introduced .item-4 .title { margin-bottom: 26px; }
  .page-introduced .item-4 { padding: 60px 0; } }
@media only screen and (max-width: 500px) { .page-introduced .item-4 .wh-swiper .swiper-slide .img { height: 45vw; } }
