@charset "UTF-8";
/*
* @Author: DoDo
* @Date:   2020-06-11 08:19:23
* @Last Modified by:   DoDo
* @Last Modified time: 2020-12-09 11:08:29
*/
body { font-family: "微软雅黑"; overflow-x: hidden; padding-top: 100px; background: #eef2f5; }

body.on { overflow: hidden; }

img { max-width: 100%; }

a { outline: none; }

p { margin: 0; }

@font-face { font-family: "Cambria"; src: url("/statics/home/fonts/Cambria.woff2") format("woff2"), url("/statics/home/fonts/Cambria.woff") format("woff"), url("/statics/home/fonts/Cambria.ttf") format("truetype"), url("/statics/home/fonts/Cambria.eot") format("embedded-opentype"), url("/statics/home/fonts/Cambria.svg") format("svg"); }
@font-face { font-family: "times"; src: url("/statics/home/fonts/times.woff2") format("woff2"), url("/statics/home/fonts/times.woff") format("woff"), url("/statics/home/fonts/times.ttf") format("truetype"), url("/statics/home/fonts/times.eot") format("embedded-opentype"), url("/statics/home/fonts/times.svg") format("svg"); }
@media screen and (min-width: 1366px) { .container { width: 1200px; padding-left: 0; padding-right: 0; } }
@media screen and (min-width: 1440px) { .w1400.container, .w1600.container { width: 1400px; } }
@media screen and (min-width: 1660px) { .w1600.container { width: 1600px; } }
.f0 { font-size: 0; }

/*============================= public =============================*/
.header { position: fixed; left: 0; right: 0; top: 0; z-index: 100; background: #fff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.header .container { display: flex; justify-content: space-between; }
.header .container::before, .header .container::after { display: none; }
.header > .container { align-items: center; }
.header .a-logo { display: inline-block; width: 13.23%; }
.header .a-logo img { max-width: 100%; max-height: 40px; }

.header-right { width: 22.72%; height: 100px; display: flex; flex-direction: row; justify-content: space-between; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.header-bream { width: 80px; position: relative; cursor: pointer; display: none; background: #c92342; }
.header-bream span { display: block; width: 60%; height: 2px; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; background-color: #fff; border-radius: 2px; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header-bream::before, .header-bream:after { content: " "; position: absolute; left: 20%; right: 20%; height: 2px; background-color: #fff; border-radius: 2px; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.header-bream::before { top: 50%; margin-top: -12px; }
.header-bream::after { bottom: 50%; margin-bottom: -12px; }

.header-bream.on span { filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.header-bream.on::before { margin-top: -1px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.header-bream.on::after { margin-bottom: -1px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.header-lauguage { position: relative; width: 75%; background: #c92342; color: #fff; display: flex; align-items: center; justify-content: center; text-transform: uppercase; font-size: 16px; font-family: "Arial"; }
.header-lauguage span { padding-right: 20px; background: url("/statics/home/images/h-icon2.png") right center no-repeat; }
.header-lauguage span img { margin-right: 19px; }
.header-lauguage:hover .header-lauguage-down { visibility: visible; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; transform: translateY(0); }

.header-lauguage-down { position: absolute; left: 0; right: 0; top: 100%; background: #c92342; padding-top: 25px; padding-bottom: 25px; visibility: hidden; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; transform: translateY(10px); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.header-lauguage-down .div-01 { padding-left: 30px; padding-right: 30px; margin-top: 20px; }
.header-lauguage-down .div-01:first-child { margin-top: 0; }
.header-lauguage-down .div-01 a { display: block; padding-left: 50px; background: url("/statics/home/images/line-01.jpg") left center no-repeat; font-size: 16px; color: #ccc; line-height: 26px; }

.header-seach { width: calc(25% - 1px); display: flex; align-items: center; justify-content: center; background: #0b318f; cursor: pointer; }

.header-search-tc { position: absolute; left: 0; right: 0; top: 100%; background: #fff; padding: 56px 15px 60px; border-top: 1px solid #f2f2f2; visibility: hidden; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; transform: translateY(10px); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.header-search-tc.on { visibility: visible; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; transform: translateY(0); }
.header-search-tc .div-title { font-size: 30px; text-align: center; color: #58595b; line-height: 40px; }
.header-search-tc .div-title span { cursor: pointer; }
.header-search-tc .div-title span.on { color: #0b318f; }
.header-search-tc .div-cont { position: relative; width: 1080px; max-width: 100%; margin: 38px auto 0; }
.header-search-tc .div-cont .put-01 { border: none; outline: none; background: none; width: 100%; font-size: 16px; color: #888; line-height: 26px; border-bottom: 1px solid #58595b; padding: 18px 65px 18px 0; }
.header-search-tc .div-cont .but-01 { border: none; outline: none; background: none; position: absolute; right: 0; top: 0; bottom: 0; width: 32px; }

.nav-list { display: flex; justify-content: center; align-items: center; }
.nav-list > li { margin-left: 50px; }
.nav-list > li:first-child { margin-left: 0; }
.nav-list > li .span-a1 a { position: relative; display: block; line-height: 26px; padding: 37px 0; font-size: 16px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.nav-list > li .span-a1 a::after { content: " "; position: absolute; left: 50%; right: 50%; bottom: 0; height: 2px; background: #073190; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.nav-list > li .span-a1 a bdo { display: inline-block; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.nav-list > li .span-a1 a .bdo-cn { color: #333; }
.nav-list > li .span-a1 a .bdo-en { position: absolute; left: 50%; text-transform: uppercase; top: calc(50% + 26px); transform: translate(-50%, -50%); color: #073190; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.nav-list > li .span-a1 .bdo-icon { cursor: pointer; display: none; }
.nav-list > li.on .span-a1 a::after { left: 0; right: 0; }
.nav-list > li.on .span-a1 a .bdo-cn { position: absolute; left: 50%; top: calc(50% + 26px); transform: translate(-50%, -50%); filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.nav-list > li.on .span-a1 a .bdo-en { position: static; transform: translateY(0); filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.nav-down { position: absolute; left: 0; top: 100%; right: 0; background: rgba(255, 255, 255, 0.95); border-top: 1px solid #f2f2f2; }
.nav-down > .container { display: flex; flex-direction: row; justify-content: space-between; padding-top: 50px; padding-bottom: 50px; }
.nav-down > .container::before, .nav-down > .container::after { display: none; }
.nav-down .nav-word { width: 35.71%; }
.nav-down .nav-nav { width: 24.28%; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; }
.nav-down .nav-img { width: 22.85%; }

.nav-word .div-title { font-size: 22px; line-height: 1; color: #555; font-weight: bold; }
.nav-word .div-des { font-size: 14px; color: #888; line-height: 24px; margin-top: 24px; max-height: 96px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.nav-nav .div-01 { width: 64.7%; margin: 10px auto 0; }
.nav-nav .div-01:first-child { margin-top: 0; }
.nav-nav .div-01 a { margin-left: 32%; margin-right: 10%; display: inline-block; line-height: 26px; font-size: 16px; color: #555; padding-left: 10px; background: url("/statics/home/images/bg-01.jpg") left center no-repeat; }

.nav-img img { display: block; width: 100%; }

.nav-down2 { position: absolute; left: 0; top: 100%; width: 534px; background: #fff; padding: 50px; border-top: 1px solid #f2f2f2; }

.nav-down2-cont { display: flex; justify-content: space-between; }

.footer { background: #2c3953; }

.footer-top { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; }
.footer-top::before, .footer-top::after { display: none; }
.footer-top .footer-left, .footer-top .footer-right { padding-top: 50px; padding-bottom: 40px; }
.footer-top .footer-left { width: 60.35%; }
.footer-top .footer-right { width: 30%; background: #c92342; }
.footer-top .footer-right .footer-right-cont { padding-left: 16.66%; padding-right: 16.66%; }

.footer-nav { display: flex; flex-direction: row; justify-content: space-between; padding-top: 5px; }
.footer-nav li .div-title { font-size: 0; }
.footer-nav li .div-title a { position: relative; display: inline-block; font-size: 16px; color: #fff; line-height: 26px; padding-bottom: 7px; border-bottom: 1px solid #424d65; }
.footer-nav li .div-title a::after { content: " "; position: absolute; left: 0; bottom: -1px; width: 20px; height: 2px; background: #c92342; }
.footer-nav li .div-cont { padding-top: 13px; }
.footer-nav li .div-cont .div-01 { font-size: 0; }
.footer-nav li .div-cont .div-01 a { display: inline-block; font-size: 14px; line-height: 24px; color: #ccc; }

.footer-contact { margin-top: 34px; padding-top: 21px; border-top: 1px solid #424d65; display: flex; justify-content: space-between; flex-wrap: wrap; padding-right: 30px; }
.footer-contact .div-01 { margin-top: 15px; font-size: 16px; line-height: 24px; color: #fff; background-repeat: no-repeat; background-position: left top; padding-left: 55px; padding-right: 10px; max-width: 38%; }
.footer-contact .div-01 .div-title { color: #ccc; }
.footer-contact .div-01 .div-cont { white-space: nowrap; }
.footer-contact .div-01:first-child { margin-left: 0; }
.footer-contact .div-01:first-child .div-cont { white-space: normal; }

.footer-logo img { max-width: 100%; max-height: 40px; }

.footer-select { display: block; width: 100%; height: 40px; margin-top: 25px; border: none; appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url("/statics/home/images/bg-02.jpg") no-repeat scroll right center transparent; background-color: #fff; padding-left: 20px; padding-right: 70px; }

.footer-select::-ms-expand { display: none; }

.footer-ewm { display: flex; justify-content: space-between; padding-top: 15px; }
.footer-ewm .div-ewm { width: 42.85%; margin-top: 15px; text-align: center; }
.footer-ewm .div-ewm .div-txt { font-size: 14px; line-height: 1; margin-top: 10px; color: #fff; }

.footer-share { position: relative; text-align: center; margin-top: 30px; }
.footer-share::after { content: " "; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #cf3955; }
.footer-share .bshare-custom { display: inline-block; padding: 0 12px; position: relative; z-index: 2; background: #c92342; }
.footer-share .bshare-custom a { padding: 0; margin: 0 6px; width: 36px; height: 36px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.footer-share .bshare-custom a.bshare-qqim { background-image: url("/statics/home/images/fs-icon1.png"); }
.footer-share .bshare-custom a.bshare-weixin { background-image: url("/statics/home/images/fs-icon2.png"); }
.footer-share .bshare-custom a.bshare-sinaminiblog { background-image: url("/statics/home/images/fs-icon3.png"); }

.footer-copy { font-size: 14px; line-height: 24px; color: #ccc; background: #131824; padding: 16px 0; }
.footer-copy a { color: #ccc; }
.footer-copy a:hover { color: #fff; }
.footer-copy .container { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; }
.footer-copy .container::before, .footer-copy .container::after { display: none; }

.bsTop { width: 100% !important; }

.bsFrameDiv > div { width: 100% !important; height: 208px !important; }
.bsFrameDiv > div img { width: 168px !important; height: 168px !important; }

/* celan-list */
.return-top { position: fixed; right: 0; bottom: 5%; display: none; cursor: pointer; }

.pages { margin-top: 50px; }
.pages a, .pages strong { display: inline-block; min-width: 36px; height: 36px; line-height: 36px; font-size: 16px; color: #666; font-weight: normal; background: #fff; margin: 0 10px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.pages a:first-child, .pages a:last-child { width: 120px; }
.pages strong, .pages a:hover { background: #073190; color: #fff; }
.pages.red strong, .pages.red a:hover { background: #c92342; }

/*============================= index =============================*/
.banner-owl .owl-dots { position: absolute; left: 0; right: 8.3%; bottom: 6.9%; z-index: 20; line-height: normal; font-size: 0; text-align: right; }
.banner-owl .owl-dots button.owl-dot { position: relative; width: 50px; height: 4px; background: #fff; border-radius: 4px; margin: 0 7px; overflow: hidden; }
.banner-owl .owl-dots button.owl-dot::after { content: " "; position: absolute; left: 0; top: 0; bottom: 0; right: 100%; background: #0b318f; }
.banner-owl .owl-dots button.owl-dot.active::after { right: 0; -webkit-transition: all 3.5s ease 0s; -moz-transition: all 3.5s ease 0s; -o-transition: all 3.5s ease 0s; transition: all 3.5s ease 0s; }

.banner-scroll { position: absolute; left: 8%; bottom: 9.3%; z-index: 20; width: 28px; height: 40px; background-position: center; background-repeat: no-repeat; background-size: cover; }

.banner-scroll img { animation: banner_scroll 1.2s infinite linear; -moz-animation: banner_scroll 1.2s infinite linear; /* Firefox */ -webkit-animation: banner_scroll 1.2s infinite linear; /* Safari and Chrome */ -o-animation: banner_scroll 1.2s infinite linear; /* Opera */ }

@keyframes banner_scroll { 0% { transform: translateY(0); }
  25% { transform: translateY(-3px); }
  50% { transform: translateY(0); }
  75% { transform: translateY(3px); }
  100% { transform: translateY(0); } }
.banner-a1 { position: relative; height: calc( 100vh - 100px ); background-size: cover; background-repeat: no-repeat; background-position: center; }

.banner-word { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); }

.banner-word-cont { width: 52.5%; padding-top: 65px; padding-bottom: 65px; background: rgba(24, 50, 115, 0.5); transform: translateY(15px); filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 1.5s ease 0s; -moz-transition: all 1.5s ease 0s; -o-transition: all 1.5s ease 0s; transition: all 1.5s ease 0s; }
.banner-word-cont .div-cont { margin: 0 11.9%; padding-left: 34px; background: url("/statics/home/images/line-02.jpg") left top 4px no-repeat; color: #fff; }
.banner-word-cont .div-title { font-size: 40px; line-height: 50px; font-weight: bold; }
.banner-word-cont .div-title .span-red { color: #c92342; }
.banner-word-cont .div-des { font-size: 24px; line-height: 40px; margin-top: 16px; }

.banner-owl .active .banner-word-cont { transform: translateY(0); filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

.index-title { padding-bottom: 20px; background: url("/statics/home/images/line-03.jpg") left bottom no-repeat; }
.index-title .div-en { font-family: "Cambria"; font-size: 48px; line-height: 1; color: #0b318f; font-weight: bold; text-transform: uppercase; }
.index-title .div-cn { font-size: 24px; line-height: 1; color: #333; margin-top: 12px; }

.index-more { width: 180px; height: 50px; display: flex; justify-content: center; align-items: center; background: #0b318f; font-size: 16px; color: #fff; }
.index-more img { margin-left: 20px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

.index-title-warp .index-more { position: absolute; right: 0; top: 30px; }

.index-about { position: relative; padding-top: 72px; padding-bottom: 295px; background-size: cover; background-position: left top; background-repeat: no-repeat; background-color: #fff; }
.index-about .index-title { background: none; padding-bottom: 0; }
.index-about .index-title .div-des { font-size: 18px; line-height: 28px; color: #888; margin-top: 12px; }

.index-about-cont { width: 45%; }

.index-about-num { padding-top: 22px; display: flex; justify-content: space-between; }

.index-about-01 { padding-bottom: 11px; background: url("/statics/home/images/line-04.jpg") left bottom no-repeat; margin-top: 15px; width:50%; }
.index-about-01 .div-num { font-size: 50px; line-height: 1; font-family: "times"; color: #c92342; font-weight: bold; }
.index-about-01 .div-num span { font-size: 14px; color: #555; font-weight: normal; }
.index-about-01 .div-num sup { font-size: 20px; top: -1.2em; }
.index-about-01 .div-txt { font-size: 14px; line-height: 24px; color: #555; margin-top: 12px; }

.index-about-des { font-size: 16px; line-height: 28px; color: #666; text-align: justify; margin-top: 43px; margin-bottom: 42px; height: 112px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.index-about-img { position: absolute; right: 0; top: 80px; bottom: 90px; left: calc(50% + 60px); background-repeat: no-repeat; background-position: center; }

.index-about-sort { position: absolute; left: 0; bottom: 0; right: calc(50% - 600px); background: url("/statics/home/images/bg-06.jpg") left bottom no-repeat; }

.index-about-sort-cont { padding-left: calc(100% - 1300px); display: flex; justify-content: space-between; }

.index-about-a1 { position: relative; flex: 1; text-align: center; padding-top: 35px; padding-bottom: 32px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.index-about-a1::after { content: " "; position: absolute; left: 0; top: 10px; bottom: 10px; width: 1px; background: #304781; }
.index-about-a1 .div-txt { font-size: 20px; color: #fff; line-height: 30px; margin-top: 23px; }

.index-product { padding-top: 86px; padding-bottom: 80px; background-size: cover; background-repeat: no-repeat; background-position: center; }

.index-product-cont { position: relative; display: flex; background: #fff; margin-top: 60px; }
.index-product-cont::before { content: " "; position: absolute; left: 50%; top: 0; right: 0; bottom: 0; z-index: 1; background: #fff; width: calc(100vw - 50%); }

.index-product-menu { position: relative; z-index: 2; width: 18.57%; background: url("/statics/home/images/bg-07.jpg") right bottom no-repeat #0b318f; background-size: 100%; padding-top: 6px; padding-bottom: 50px; }

.index-product-top .swiper-slide { margin-top: 49px; height: auto !important; }

.index-product-top .swiper-slide:last-child .div-01::after { display: none; }

.index-product-top .div-01 { position: relative; font-size: 16px; color: #ccc; margin-left: 21%; margin-right: 15px; padding-left: 15px; background: url("/statics/home/images/bg-08.png") left center no-repeat; cursor: pointer; }

.swiper-slide-thumb-active .div-01 { color: #fff; background: url("/statics/home/images/bg-08h.png") left center no-repeat; }
.swiper-slide-thumb-active .div-01::after { content: " "; position: absolute; left: 3px; top: 100%; width: 3px; height: 22px; background: url("/statics/home/images/icon-06.png") center no-repeat; }

.index-product-right { position: relative; z-index: 2; width: 81.43%; padding: 90px 0 90px 80px; }

.index-product-01 { display: flex; justify-content: space-between; }
.index-product-01 .div-img { width: 47.16%; }
.index-product-01 .div-cont { width: 47.16%; font-size: 16px; line-height: 24px; color: #666; }
.index-product-01 .div-cont .div-title { font-size: 24px; color: #333; line-height: 48px; }
.index-product-01 .div-cont .div-title .span-n { font-size: 48px; font-family: "Impact"; text-transform: uppercase; color: #c92342; margin-right: 5px; }
.index-product-01 .div-cont .div-des { margin-top: 33px; }

.index-product-arrow { position: absolute; right: 0; top: 0; width: 90px; z-index: 10; }
.index-product-arrow .index-product-prev, .index-product-arrow .index-product-next { width: 40px; height: 40px; background-size: cover; background-position: center; background-repeat: no-repeat; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.index-product-arrow .index-product-prev { float: left; background-image: url("/statics/home/images/arrow-left.png"); }
.index-product-arrow .index-product-next { float: right; background-image: url("/statics/home/images/arrow-right.png"); }
.index-product-arrow .swiper-button-disabled { visibility: hidden; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }

.index-news { padding-top: 72px; padding-bottom: 80px; background-size: cover; background-repeat: no-repeat; background-position: center bottom; }

.index-news-main { display: flex; flex-wrap: wrap; flex-direction: row; padding-top: 45px; }

.index-news-01 { width: 31.42%; margin-left: 2.85%; margin-top: 15px; }
.index-news-01:first-child { margin-left: 0; }
.index-news-01 .a-img .span-img { padding-top: 63.655%; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.index-news-01 .div-cont { position: relative; z-index: 2; margin: -30px 17px 0; padding: 25px 140px 25px 30px; background: #fff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.index-news-01 .div-cont .div-date { position: absolute; right: 30px; top: 30px; width: 56px; height: 56px; padding-top: 6px; border: 1px solid #073190; text-align: center; font-family: "Arial"; font-size: 14px; color: #0b318f; line-height: 1; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.index-news-01 .div-cont .div-date .div-day { font-size: 24px; margin-bottom: 1px; }
.index-news-01 .div-cont .div-title { font-size: 0; }
.index-news-01 .div-cont .div-title a { display: inline-block; font-size: 16px; line-height: 26px; color: #333; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.index-news-01 .div-cont .div-des { font-size: 14px; line-height: 22px; color: #888; margin-top: 11px; height: 66px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

/*============================= 02_关于壹号娱乐app官网_壹号娱乐app官网简介 =============================*/
.banner-inside { padding-top: 6.8%; padding-bottom: 9.5%; background-size: cover; background-repeat: no-repeat; background-position: center; }

.banner-title { color: #fff; text-align: center; }
.banner-title .div-cn { font-size: 18px; line-height: 1; letter-spacing: 20px; }
.banner-title .div-en { font-size: 60px; color: #fff; line-height: 1; font-family: "Arial"; margin-top: 17px; }

.public-menu { display: flex; justify-content: center; position: relative; z-index: 2; margin-top: -60px; }
.public-menu::before, .public-menu::after { display: none; }

.public-menu-a1 { width: 25%; text-align: center; background: #183273; padding-top: 22px; padding-bottom: 16px; border-left: 1px solid #304781; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.public-menu-a1:first-child { border-left: none; }
.public-menu-a1 .span-icon img { max-width: 90%; height: 42px; }
.public-menu-a1 .span-txt { font-size: 18px; line-height: 28px; color: #fff; margin-top: 12px; }
.public-menu-a1.on, .public-menu-a1:hover { background: #c92342; }

.public-main { padding-top: 80px; padding-bottom: 75px; }

.public-title { font-size: 32px; color: #333; line-height: 1; padding-bottom: 19px; background: url("/statics/home/images/line-03.jpg") center bottom no-repeat; }

.about-intro-art { font-size: 16px; line-height: 28px; color: #666; margin-top: 43px; }

.about-intro-img { position: relative; padding: 40px 80px; }
.about-intro-img .about-intro-scroll-prev, .about-intro-img .about-intro-scroll-next { position: absolute; top: 50%; transform: translateY(-50%); width: 25px; height: 48px; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.about-intro-img .about-intro-scroll-prev { left: 0; background-image: url("/statics/home/images/arrow-left2.png"); }
.about-intro-img .about-intro-scroll-next { right: 0; background-image: url("/statics/home/images/arrow-right2.png"); }

.about-intro-scroll { position: relative; }
.about-intro-scroll .swiper-slide { width: 300px; background: #fff; box-shadow: 0 8px 30px #ddd; }
.about-intro-scroll .swiper-slide .mg-mc { display: block; width: 100%; }
.about-intro-scroll .swiper-slide .mg1 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: calc(100% - 10px); max-height: calc(100% - 10px); }

/*============================= 14_新闻资讯_详情 =============================*/
.news-art { padding-top: 75px; padding-bottom: 80px; }

.news-art-title { text-align: center; padding-bottom: 25px; border-bottom: 1px dashed #dbdbdb; }
.news-art-title .div-title { font-size: 20px; font-weight: bold; color: #073190; line-height: 30px; }
.news-art-title .div-info { margin-top: 23px; font-size: 0; }
.news-art-title .div-info .span-01 { display: inline-block; font-size: 16px; color: #666; line-height: 26px; margin: 0 20px; }
.news-art-title .div-info .span-01 img { position: relative; top: -2px; margin-right: 8px; }
.news-art-title .div-info .span-01 .bshare-custom { display: inline-block; position: relative; top: -2px; }

.news-art-des { font-size: 16px; line-height: 28px; color: #666; margin-top: 43px; }

.news-pages { position: relative; display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 50px; background: #e3ebf4; padding: 12px 30px; }
.news-pages .div-01 { max-width: calc(50% - 50px); font-size: 16px; line-height: 26px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-pages .div-01 a { color: #333; }
.news-pages .a-return { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

/*============================= 15_联系壹号娱乐app官网 =============================*/
.contact-cont { padding-top: 80px; padding-bottom: 80px; }

.contact-map { margin-top: 50px; }
.contact-map img { width: 100%; }

.contact-list { display: flex; justify-content: space-between; padding-top: 25px; }
.contact-list li { width: 48.33%; background: #fff0; padding: 50px 50px 45px; margin-top: 15px; font-size: 16px; color: #666; line-height: 26px; }
.contact-list li .div-title { font-size: 24px; color: #073190; font-weight: bold; line-height: 1; padding-bottom: 24px; background: url("/statics/home/images/line-03.jpg") left bottom no-repeat; }
.contact-list li .div-cont { padding-top: 26px; }
.contact-list li .div-01 { padding-left: 25px; background-position: left 5px; background-repeat: no-repeat; margin-top: 10px; }

.contact-message { padding-top: 80px; padding-bottom: 105px; background-size: cover; background-position: center; background-repeat: no-repeat; }

.contact-form { float: right; width: 540px; max-width: 100%; padding-top: 51px; }
.contact-form li { position: relative; margin-top: 25px; }
.contact-form li:first-child { margin-top: 0; }
.contact-form li .span-title { position: absolute; left: -62px; top: 0; width: 50px; line-height: 40px; font-size: 16px; color: #333; text-align-last: justify; }
.contact-form li .span-title bdo { position: absolute; right: 100%; top: 0; color: #c92342; margin-right: 5px; }
.contact-form li .put-01 { background: none; border: 1px solid #e6e6e6; font-size: 14px; color: #999; line-height: 24px; padding: 7px 12px; width: 100%; }
.contact-form li .text-01 { resize: none; height: 120px; }
.contact-form li .but-01 { border: none; background: #073190; width: 140px; height: 40px; font-size: 16px; color: #fff; }

/*============================= 03_关于壹号娱乐app官网_企业战略 =============================*/
.about-strategy { display: flex; flex-wrap: wrap; justify-content: center; padding-top: 40px; }

.about-strategy-01 { width: 30%; background: #fff; margin: 0 2.5%; padding: 50px 50px 42px; border-radius: 15px; margin-top: 10px; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; }
.about-strategy-01:nth-child(3n) { margin-right: 0; }
.about-strategy-01:nth-child(3n+1) { margin-left: 0; }
.about-strategy-01:last-child { margin-right: 0; }
.about-strategy-01 .span-icon { border-radius: 50%; max-width: 50%; background: #073190; -webkit-transition: all 0.7s ease 0s; -moz-transition: all 0.7s ease 0s; -o-transition: all 0.7s ease 0s; transition: all 0.7s ease 0s; }
.about-strategy-01 .div-title { font-size: 24px; line-height: 1; color: #333; font-weight: bold; padding-bottom: 22px; background: url("/statics/home/images/line-05.png") center bottom no-repeat; margin-top: 30px; }
.about-strategy-01 .div-des { font-size: 18px; line-height: 32px; color: #555; margin-top: 13px; }

.about-position { padding-top: 75px; }
.about-position .div-title { font-size: 24px; line-height: 34px; color: #333; font-weight: bold; }

.about-position-cont { display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 20px; }

.about-position-01 { width: 32.5%; margin: 0 0.625%; margin-top: 15px; border-radius: 10px; overflow: hidden; }
.about-position-01:nth-child(3n) { margin-right: 0; }
.about-position-01:nth-child(3n+1) { margin-left: 0; }
.about-position-01:last-child { margin-right: auto; }
.about-position-01 .div-cont { display: flex; justify-content: center; align-items: center; text-align: center; color: #fff; font-size: 18px; line-height: 30px; background: rgba(7, 49, 144, 0.9); height: 100%; padding: 40px 12.82%; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

/*============================= 13_新闻资讯 =============================*/
.news-main { padding-top: 80px; padding-bottom: 80px; }

.news-list li { padding-top: 50px; padding-left: 140px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.news-list li .div-date { float: left; width: 105px; text-align: center; margin-left: -105px; font-size: 14px; color: #333; line-height: 24px; }
.news-list li .div-date .div-day { font-size: 52px; color: #073190; line-height: 1; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.news-list li .div-cont { padding: 0 280px 40px 48px; background: url("/statics/home/images/line-06.png") left top no-repeat; border-bottom: 1px solid #dbdbdb; }
.news-list li .div-cont .a-img { float: right; margin-right: -220px; width: 180px; height: 118px; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.news-list li .div-cont .a-img img { max-width: 100%; max-height: 100%; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.news-list li .div-cont .div-title a { display: inline-block; max-width: 100%; font-size: 18px; line-height: 28px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.news-list li .div-cont .div-info { font-size: 14px; line-height: 24px; color: #999; margin-top: 9px; padding-left: 28px; background: url("/statics/home/images/icon-21.png") left center no-repeat; }
.news-list li .div-cont .div-des { font-size: 16px; line-height: 28px; color: #666; height: 56px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-top: 8px; }

/*============================= 12_一连生长 =============================*/
.development-target { padding-top: 80px; padding-bottom: 80px; }

.development-target-art { font-size: 20px; line-height: 40px; font-weight: bold; color: #c92342; margin-top: 40px; }

.development-plan { background: #fff; padding-top: 80px; padding-bottom: 80px; }
.development-plan .container { position: relative; z-index: 2; display: flex; justify-content: center; }
.development-plan .container::before, .development-plan .container::after { display: none; }

.development-plan-cont { position: relative; margin-top: 50px; }
.development-plan-cont::before { content: " "; position: absolute; display: block; top: 262px; left: 0; right: 0; height: 1px; background: #dbdbdb; }

.development-plan-01 { width: 18.33%; margin: 0 4.43%; }
.development-plan-01:first-child { margin-left: 0; }
.development-plan-01:last-child { margin-right: 0; }
.development-plan-01 .span-img { border-radius: 50%; }
.development-plan-01 .span-img .bdo-img { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.development-plan-01 .div-txt { font-size: 16px; line-height: 28px; color: #555; margin-top: 30px; padding-top: 38px; background: url("/statics/home/images/icon-24.png") center top no-repeat; }

/*============================= 04_关于壹号娱乐app官网_生长历程 =============================*/
.history-list { margin-left: 323px; border-left: 1px solid #dbdbdb; margin-top: 50px; }
.history-list li { padding-left: 53px; padding-top: 20px; }
.history-list li:first-child { padding-top: 0; }
.history-list li .div-title { float: left; width: 290px; margin-left: -376px; padding-top: 30px; text-align: right; }
.history-list li .div-title .b1 { position: relative; font-size: 32px; color: #fff; background: #073190; border-radius: 2px; line-height: 44px; padding: 0 16px; }
.history-list li .div-title .b1::before { content: ""; position: absolute; top: 50%; left: 5%; right: 5%; bottom: 0; border-radius: 10px; background: none; -webkit-transform: translate(0, -28%) rotate(-4deg); transform: translate(0, -28%) rotate(-4deg); -webkit-transform-origin: center center; transform-origin: center center; box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2); z-index: -1; }
.history-list li .div-title .div-des { font-size: 18px; line-height: 28px; color: #666; margin-top: 34px; }
.history-list li:last-child .div-title { position: relative; }
.history-list li:last-child .div-title::after { content: " "; position: absolute; right: -41px; top: 45px; width: 16px; height: 16px; background: url("/statics/home/images/bg-12.png") center no-repeat; background-size: cover; }

.history-01 { position: relative; padding: 28px 40px 30px; background: #fff; margin-top: 20px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.history-01::before { content: " "; position: absolute; left: -10px; top: 45px; width: 10px; height: 20px; background: url("/statics/home/images/bg-11.png") center no-repeat; background-size: cover; }
.history-01::after { content: " "; position: absolute; left: -61px; top: 45px; width: 16px; height: 16px; background: url("/statics/home/images/bg-12.png") center no-repeat; background-size: cover; }
.history-01:first-child { margin-top: 0; }
.history-01 .div-year { font-size: 24px; font-weight: bold; color: #073190; line-height: 1; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.history-01 .div-cont { font-size: 16px; line-height: 28px; color: #555; margin-top: 10px; }
.history-01 .div-img { padding-top: 10px; margin-left: -16px; margin-right: -16px; display: flex; align-items: center; flex-wrap: wrap; }
.history-01 .div-img img { margin: 5px 16px 0; }

/*============================= 06_产品效劳 =============================*/
.product-intro { margin-top: 50px; }

.product-title { font-weight: bold; font-size: 20px; color: #073190; line-height: 1; border-left: 4px solid #c92342; padding-left: 12px; }

.product-title-des { font-size: 16px; line-height: 26px; color: #666; margin-top: 23px; }

.product-intro-01 { margin-top: 30px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.product-intro-01 .div-img { width: 45%; }
.product-intro-01 .div-cont { width: 50%; font-size: 16px; line-height: 28px; color: #666; }

.product-a1 { width: 180px; height: 50px; background: #c92342; color: #fff; font-size: 18px; display: flex; justify-content: center; align-items: center; margin-top: 43px; border-radius: 5px; }
.product-a1 img { margin-right: 7px; }
.product-a1:hover { color: #fff; }

.product-intro-02 { margin-top: 50px; }

.product-sort-menu { display: flex; justify-content: center; align-items: center; background: #e3ebf4; margin-top: 45px; }
.product-sort-menu a { position: relative; display: inline-block; line-height: 60px; font-size: 16px; color: #333; margin: 0 45px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.product-sort-menu a::after { content: " "; position: absolute; left: 50%; right: 50%; bottom: 0; height: 2px; background: #c92342; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.product-sort-menu a.on, .product-sort-menu a:hover { color: #c92342; }
.product-sort-menu a.on::after, .product-sort-menu a:hover::after { left: 0; right: 0; }

.product-list { margin-left: -13px; margin-right: -13px; padding-top: 17px; }
.product-list > div { padding-left: 13px; padding-right: 13px; }

.product-list-a1 { margin-top: 13px; }
.product-list-a1 .span-img { background: #fff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.product-list-a1 .span-img .mg-mc { width: 100%; }
.product-list-a1 .span-img .mg1 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 95%; max-height: 95%; }
.product-list-a1 .span-txt { font-size: 16px; line-height: 26px; color: #333; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-top: 15px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

/*============================= 07_产品效劳_详情 =============================*/
.product-details-menu { border-bottom: 1px solid #dbdbdb; }
.product-details-menu .container { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.product-details-menu .container::before, .product-details-menu .container::after { display: none; }
.product-details-menu .b1 { font-size: 28px; color: #073190; line-height: 1; }
.product-details-menu .divc-ont a { position: relative; display: inline-block; line-height: 108px; font-size: 16px; color: #333; margin-left: 60px; }
.product-details-menu .divc-ont a:first-child { margin-left: 0; }
.product-details-menu .divc-ont a::after { content: " "; position: absolute; left: 50%; right: 50%; bottom: 0; height: 4px; background: #073190; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
.product-details-menu .divc-ont a.on::after, .product-details-menu .divc-ont a:hover::after { left: 0; right: 0; }

.product-details-t50 { padding-top: 50px; }

.product-details-01 { display: flex; flex-wrap: wrap; justify-content: space-between; }

.product-scrollimg { width: 48.33%; }

.product-scroll-owl .owl-dots { position: absolute; left: 0; right: 4.3%; bottom: 6.8%; z-index: 20; line-height: normal; font-size: 0; text-align: right; }
.product-scroll-owl .owl-dots button.owl-dot { position: relative; width: 10px; height: 10px; background: #ccc; border-radius: 10px; margin: 0 5px; overflow: hidden; }
.product-scroll-owl .owl-dots button.owl-dot.active { background: #c92342; }

.product-scroll-img { width: 100%; height: 440px; background: #fff; display: flex; font-size: 0; align-items: center; justify-content: center; }
.product-scroll-img img { width: auto !important; max-width: 100% !important; max-height: 100%; }

.product-details-cont { width: 45%; }
.product-details-cont .div-des { font-size: 16px; line-height: 28px; color: #666; margin-top: 23px; }

.product-details-title { padding: 15px 20px; background: #e3ebf4; }

.product-details-art { font-size: 16px; line-height: 28px; color: #666; margin-top: 32px; }

.product-details-remmon { padding-bottom: 70px; }

.public-anchor { position: absolute; margin-top: -100px; }

/*============================= 08_立异能力_研发能力 =============================*/
.capability-list { padding-top: 50px; margin-bottom: 10px; }
.capability-list li { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-top: 80px; }
.capability-list li:first-child { margin-top: 0; }
.capability-list li .div-img { width: 50%; }
.capability-list li .div-img img { -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.capability-list li .div-cont { width: 43.33%; }
.capability-list li .div-cont .div-title { font-size: 20px; line-height: 30px; color: #333; }
.capability-list li .div-cont .div-des { text-align: justify; font-size: 16px; line-height: 28px; color: #666; margin-top: 17px; }
.capability-list.ling { padding-top: 55px; }
.capability-list.ling li { margin-top: 60px; }
.capability-list.ling li:first-child { margin-top: 0; }
.capability-list.ling li .div-cont { width: 50%; padding-left: 90px; padding-right: 60px; }
.capability-list.ling li .div-cont .div-title { font-size: 18px; line-height: 28px; }
.capability-list.ling li:nth-child(2n+1) .div-cont { padding-right: 90px; padding-left: 60px; }

/*============================= 09_立异能力_工程能力 =============================*/
.engi-capa-list { display: flex; flex-wrap: wrap; margin-top: 30px; }
.engi-capa-list li { width: 50%; display: flex; background: #fff; }
.engi-capa-list li .div-img { width: 50%; }
.engi-capa-list li .div-img .span-img { height: 100%; min-height: 300px; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.engi-capa-list li .div-cont { width: 50%; padding: 25px 30px; }
.engi-capa-list li .div-cont .div-title { font-size: 20px; color: #333; }
.engi-capa-list li .div-cont .div-des { font-size: 16px; line-height: 28px; color: #666; margin-top: 12px; }

.engi-equi-01 { margin-top: 30px; }
.engi-equi-01 .div-img { background-size: cover; background-repeat: no-repeat; background-position: center; padding-top: 100%; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.engi-equi-01 .div-txt { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); font-size: 16px; line-height: 26px; color: #fff; padding: 11px 20px; }

.capability-method { padding-top: 80px; }

.capability-art { padding-top: 43px; }
.capability-art .div-title { font-size: 18px; line-height: 28px; color: #333; }
.capability-art .div-des { font-size: 16px; color: #666; line-height: 28px; margin-top: 12px; }

.capability-list-owl .owl-dots { position: absolute; left: 0; right: 10px; bottom: 15px; z-index: 20; line-height: normal; font-size: 0; text-align: right; }
.capability-list-owl .owl-dots button.owl-dot { position: relative; width: 10px; height: 10px; background: rgba(128, 148, 197, 0.5); border-radius: 50%; margin: 0 3px; overflow: hidden; }
.capability-list-owl .owl-dots button.owl-dot.active { background: #0b318f; }

/*# sourceMappingURL=style.css.map */

.contact-address{
	margin-top: 80px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.contact-address .div-cont{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-address .div-cont .div-01{
	padding-left: 20px;
	padding-bottom: 10px;
}
.contact-address .div-cont .div-01 img{
	float: left;
	margin-left: -20px;
	margin-top: 5px;
}<!--耗时1751459319.2278秒-->