@charset "utf-8"; .swiper-pagination-bullet-active { background-color:#F4C117; } .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom:60px; } body{ font-family:"微软雅黑","arial","sans-serif"; color:#333; font-size:14px; line-height:2; } a { text-decoration:none; color:#333; blr:expression(this.onFocus=this.blur()); outline: none; } a:hover { color:#316DBF; } a:hover { text-decoration:none; -moz-transition-duration: 0.3s;-webkit-transition-duration: 0.3s;-o-transition-duration: 0.3s; transition-duration:0.3s; -webkit-transition-property:color, background-color, background, width, height, top, left, bottom, right, display, borderr,opacity;-moz-transition-property:color, background-color, background, width, height, top, left, bottom, right, display, borderr,opacity; -o-transition-property:color, background-color, background, width, height, top, left, bottom, right, display, borderr,opacity; transition-property:color, background-color, background, width, height, top, left, bottom, right, display, border,opacity; } .full { width:expression(document.body.clientWidth <= 1200? "1200px": "auto");;min-width:1200px; } .clear { clear:both; } .red { color:#CB1500; } .yellow { color:#F0FF00; } .gray { color:#999; } .space10 { clear:both; height:10px; overflow:hidden; } .space20 { clear:both; height:20px; overflow:hidden; } .f20 { font-size:20px; } .f16 { font-size:16px; } .pzoom { overflow:hidden; } .pzoom img { transition: all 0.3s; } a:hover .pzoom img { transform: scale(1.2); } .btn-primary { background-color:#FF9900; border-color:#FF9900; } .btn-primary:hover { background-color:#FF9900; border-color:#FF9900; } /* head ,footer */ .top { height:90px; position:absolute; top:0; left:0; width:100%; z-index:999; background-image:linear-gradient(to bottom,rgba(51,51,51,0.9) 0px,rgba(51,51,51,0) 100%); background-repeat:repeat-x; background-position:center top; } .top .container { } .top-logo { padding:20px 0 0 20px; } .top-logo img { max-width:100%; max-height:100%; } nav.top-nav { line-height:1.7; position:relative; z-index:999; font-size:18px; margin:15px 0 0; padding:0px 0 0; } nav ul { margin:0; padding:0; } nav li { margin:0px 0px; padding:0 0px; height:auto; } .nav-pills > li + li { margin-left:0; } nav .nav>li:first-child>a { background-image:none; } nav .nav>li>a{ color:#FFF; width:auto; text-align:center; background:none; padding:0px 0px 0 0px; height:50px; line-height:50px; outline: none; } nav .nav>li>a:after { content:'|'; color:rgba(255,255,255,0.5); width:auto; text-align:center; background:none; float: right; font-size:14px; } nav .nav>li:last-child>a { } nav .nav>li:last-child>a:after { content:''; display:none; } nav .nav-pills>li.active:hover>a { color:#FFF; background:rgba(49,109,191,0.8); margin-top:0px; } nav .nav-pills>li.active>a,nav .nav-pills>li.active>a:focus,nav .nav-pills>li>a:hover{ color:#FFF; border-radius:0px; background:rgba(49,109,191,0.8); margin-top:0px; } nav .nav>li:hover>a { color:#FFF; background:rgba(49,109,191,0.8); border-radius:0; } nav .nav>li ul { display:none; list-style-type:none; margin:0 0 0 0px; padding:0px 0 0; z-index:8; background:rgba(49,109,191,0.8); border-radius:0px; position:absolute; left:0; top:50px; width:100%; z-index:4; border:none; } nav .nav>li ul li { margin:0; padding:0; width:100%; height:40px; border:none; animation-name:navdown; animation: navdown 0.5s ease 0s normal none; -moz-animation: navdown 0.5s ease 0s normal none; -webkit-animation: navdown 0.5s ease 0s normal none; -o-animation: navdown 0.5s ease 0s normal none; } nav .nav>li ul li a { display:block; width:100%; color:#FFF; text-align:center; font-size:14px; line-height:40px; height:40px; outline: none; } nav .nav>li:hover ul { display:block; } nav .nav>li:hover li>a { color:#FFF; } nav .nav>li:hover li>a:hover { background:rgba(255,255,255,0.8); color:#316DBF; } @-webkit-keyframes navdown{from{height:0px;} to{height:40px;} } @-moz-keyframes navdown{from{height:0px;} to{height:40px;} } @keyframes navdown{from{height:0px;} to{height:40px;} } @media (min-width: 900px){ nav.top-nav { font-size:14px; } } @media (min-width: 1200px){ nav.top-nav { font-size:18px; } } .index-footer { background:#333; color:#AAA; padding:30px 0 30px; border-top:1px solid rgba(255,255,255,0.2); } .index-footer a { color:#AAA; } .footer-contact { padding:0px 25px 0px 0px; line-height:2.2em; color:#FFF; font-size:18px; } .footer-contact i { margin:0 10px 0 0; font-size:24px; text-align:center; } .footer-qr { padding:0px 0px 0px 60px; text-align:center; } .footer-qr img { width:140px; background:#FFF; padding:10px 10px 0; } .footer-qr p { padding:0px 0px 0 0; margin:0; background:#FFF; color:#666; } .footer-nav { padding:0px 0px 0px 0px; } .footer-nav dl { list-style-type:none; margin:0; padding:0; text-align:left; } .footer-nav dt { margin:0 0 10px; font-size:18px; line-height:20px; color:#FFF; border-left:5px solid #316DBF; height:20px; padding-left:10px; font-weight:normal; } .footer-nav dt a { color:#FFF; } .footer-nav dd { font-size:16px; line-height:2em; padding-left:15px; } .footer-nav dd a:hover { color:#FFF; } .footer-copyright { padding:10px 0; text-align:right; font-size:14px; color:#CCC; } .footer-link { margin-bottom:10px; } .footer-link a { display:inline-block; padding-right:10px; color:#CCC; } .footer-link a:after { content:'|'; width:auto; text-align:center; background:none; float: right; font-size:14px; margin-left:10px; } .footer-link a:last-child:after { display:none; } .friendlinks { background:#316DBF; color:#FFF; padding:0; font-size:18px; } .friendlinks-type { border-left:1px solid rgba(255,255,255,0.2); } .friendlinks-type ul { list-style-type:none; margin:0; padding:0; } .friendlinks-type li { text-align:left; line-height:80px; border-right:1px solid rgba(255,255,255,0.2); cursor:pointer; } .friendlinks-type li.active { background:#295CA0; } .friendlinks-type li i { float:right; font-size:24px; } .friendlinks-type li.active i { animation-name:arrowmove; animation: arrowmove 0.8s ease 0s normal none; -moz-animation: arrowmove 0.8s ease 0s normal none; -webkit-animation: arrowmove 0.8s ease 0s normal none; -o-animation: arrowmove 0.8s ease 0s normal none; } .friendlinks-c { padding:0px 0; } .friendlinks-box { display:none; padding:20px 0; list-style-type:none; margin:0 0 0 -15px; } .friendlinks-box li { padding:0px 0 15px 15px; } .friendlinks-c a { color:#666; font-size:14px; display:inline-block; padding:0 10px 0px; border:1px solid #DDD; display: flex; justify-content: center; flex-direction: column; background:#F0F0F0; height:70px; line-height:1.6; text-align:center; } .friendlinks-c a:hover { background:#316DBF; color:#FFF; } @-webkit-keyframes arrowmove{from{transform:rotate(0deg);-ms-transform:rotate(0deg); -moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);} to{transform:rotate(360deg);-ms-transform:rotate(360deg); -moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);} } @-moz-keyframes arrowmove{from{transform:rotate(0deg);-ms-transform:rotate(0deg); -moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);} to{transform:rotate(360deg);-ms-transform:rotate(360deg); -moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);} } @keyframes arrowmove{from{transform:rotate(0deg);-ms-transform:rotate(0deg); -moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);} to{transform:rotate(360deg);-ms-transform:rotate(360deg); -moz-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);} } /* pages */ .page-turner { padding:20px 10px 0; font-family:Verdana, Geneva, sans-serif; } .page_btn { display:inline-block; background-color:#FFF; border:1px solid #EEE; width:auto; padding:0 12px; line-height:35px; color:#333; margin:0 2px; border-radius:0px; } .page_cur { display:inline-block; background-color:#316DBF; border:1px solid #316DBF; color:#FFF; width:auto; padding:0 12px; line-height:35px; margin:0 2px; border-radius:0px; } .page_disable { display:inline-block; background-color:#F7F7F7; border:1px solid #EEE; width:auto; padding:0 12px; line-height:35px; color:#333; margin:0 2px; border-radius:0px;} /*index*/ .index-banner { width:100%; z-index:-1; overflow:hidden; } .index-banner .swiper-wrapper { z-index:-1; } .banner-container a { display:block; width:100%; } .banner-container img { width:100%; } .index-banner .swiper-pagination { bottom:10px; } .swiper-pagination-bullet { opacity:0.5;} .swiper-pagination-bullet-active { background-color:#316DBF; opacity:1; } .index-banner .slideNext { background-image:url('../images/right.png'); } .index-banner .slidePre { background-image:url('../images/left.png'); } .index-banner .swiper-slide-active img { animation-name:slidescale; animation: slidescale 9s ease 0s normal none; -moz-animation: slidescale 9s ease 0s normal none; -webkit-animation: slidescale 9s ease 0s normal none; -o-animation: slidescale 9s ease 0s normal none; } @-webkit-keyframes slidescale{from{transform: scale(1.1); -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1); -o-transform: scale(1.1);} to{transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);} } @-moz-keyframes slidescale{from{transform: scale(1.1); -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1); -o-transform: scale(1.1);} to{transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);} } @keyframes slidescale{from{transform: scale(1.1); -webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1); -o-transform: scale(1.1);} to{transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);} } .index-title { padding:0px 0px 40px; margin:0 auto; position: relative; } .index-title h2 { margin:-20px 0 0px; padding:0 0px 0; font-size:40px; line-height:1em; color:#000; font-weight:bolder; width:auto; } .index-title small { color:rgba(50,109,191,0.2); font-weight:900; font-size:50px; font-family:"Times New Roman"; line-height:1em; } .index-title-type { text-align:right; } .index-title-type a { display:inline-block; width:auto; padding:0 20px; font-size:26px; font-weight:700; line-height:32px; outline:none; } .index-title-type a:after { content:''; display:block; width:30px; height:30px; margin:0 auto; background:#FFF url('../images/icon-dot2.png') no-repeat center center; } .index-title-type a.active,.index-title-type a:hover { color:#316CBF; } .index-title-type a.active:after,.index-title-type a:hover:after { background-image:url('../images/icon-dot.png'); } .index-more { padding:0px 0; } .index-more a { display:inline-block; height:50px; color:#2C5FA6; font-size:16px; text-align:center; line-height:50px; outline:none; } .index-more a:hover { color:#316DBF; } .index-more a i { margin-left:10px; margin-right:5px; background:#2C5FA6; display:inline-block; width:30px; height:30px; border-radius:15px; color:#FFF; font-size:18px; text-align:center; line-height:30px; } .index-more a:hover i { background:#316DBF; margin-right:0px; } .index-news { padding:70px 0; position:relative; } .index-news .index-title:after { content:''; position:absolute; right:0; top:62px; width:80%; background:#EEE; height:2px; } .index-news .container { padding:0px; overflow:hidden; position:relative; height:650px; } .index-news .index-title-type { position:absolute; top:15px; right:0; } .index-news-pic { padding:0px 0px 0 0; } .index-news-pic a { display:block; width:100%; position:relative; height:520px; background:#EEE; outline:none; } .index-news-pic .pzoom { width:100%; height:0; padding-bottom:63.3%; margin:0 auto 15px; position: relative; overflow: hidden; } .index-news-pic .pzoom .pic-box { width:100%; height:100%; position: absolute; } .index-news-pic .pzoom .pic-box img { width:100%; height: 100%; object-fit: contain; } .index-news-pic h3 { color:#316CBF; height:50px; line-height:50px; padding:0 20px; margin:0; overflow:hidden; font-size:20px; font-weight:bold; } .index-news-pic small { color:#333; height:3.6em; line-height:1.8em; padding:0 80px 0 20px; margin:0; overflow:hidden; font-size:14px; display:block; text-align:justify; } .index-news-pic .item-more { display:block; float:right; width:37px; height:37px; line-height:37px; background:#DDD; border-radius:18px; text-align:center; font-size:28px; color:#333; margin:-50px 20px 0 0px; } .index-news-pic a:hover { background:#306DBE; } .index-news-pic a:hover h3 { color:#FFF; } .index-news-pic a:hover small { color:rgba(255,255,255,0.8); } .index-news-pic a:hover .item-more { background:#FFF; margin-right:15px; } .index-news-box { padding:0px 0 0 20px; } .index-news-c { margin:0; padding:0; list-style-type:none; } .index-news-c li { margin:0px; padding:0px 0 13px; clear:both; } .index-news-c li a { display:block; width:100%; position:relative; border:1px solid #DDD; padding:10px 20px 0; height:100px; outline:none; } .index-news-c li a:hover { border-color:#306DBE; background:#306DBE; } .index-news-c li h3 { font-size:18px; margin:0 0 7px; color:#333; font-weight:bold; } .index-news-c li small { font-size:14px; overflow:hidden; line-height:23px; max-height:23px; color:#666; display:block; text-align:justify; padding:0 60px 0 0; } .index-news-c li .item-more { display:block; float:right; width:30px; height:30px; line-height:28px; border:1px solid #DDD; border-radius:15px; text-align:center; font-size:20px; color:#666; margin:-45px 0px 0 0px; } .index-news-c li .item-time { color:#306DBE; font-size:14px; line-height:1em; margin-bottom:10px; } .index-news-c li .item-time i { color:#CCC; font-size:18px; margin-right:5px; } .index-news-c li:hover h3,.index-news-c li:hover .item-time,.index-news-c li:hover .item-time i { color:#FFF; } .index-news-c li:hover small { color:rgba(255,255,255,0.8); } .index-news-c li:hover .item-more { background:#FFF; border-color:#FFF; margin-right:-5px; } /*.index-news-c li:nth-child(1) { padding:0 8px 15px 0; } .index-news-c li:nth-child(2) { padding:0 0px 15px 8px; } .index-news-c li:nth-child(1) a,.index-news-c li:nth-child(2) a { border:none; padding:0; height:180px; } */ .index-news-c li.col-lg-6 { clear:none; float:left; padding:0 8px 15px 0; } .index-news-c li.col-lg-6:nth-child(2) { clear:none; float:left; padding:0 0px 15px 8px; } .index-news-c li.col-lg-6 a { border:none; padding:0; height:180px; } .index-news-c li .pzoom { width:100%; height:180px; margin:0 auto; position: relative; overflow: hidden; } .index-news-c li .pzoom .pic-box { width:100%; height:100%; position: absolute; } .index-news-c li .pzoom .pic-box img { width:100%; height: 180px; } .index-news-c li.col-lg-6 h3 { font-size:16px; margin:0; color:#FFF; font-weight:normal; width:100%; position:absolute; bottom:0; left:0; background:rgba(51,51,51,0.8); text-align:center; padding:0 10px; height:40px; line-height:40px; overflow:hidden; } .index-news-c li.col-lg-6 a:hover h3 { background:#306DBE; } .index-business { padding:100px 10%; background: url('../images/bg2.png') no-repeat center top; background-size:100% 100%; height:820px; } .index-business .index-title { text-align:center; } .index-business .index-title h2 { color:#FFF; } .index-business .index-title small { color:rgba(255,255,255,0.2); } .index-business .index-title-type { text-align:center; position:relative; } .index-business .index-title-type:before { content:''; position:absolute; left:0; top:15px; width:76%; margin-left:12%; background:rgba(255,255,255,0.3); height:2px; } .index-business .index-title-type dl { list-style-type:none; margin:0; padding:0; } .index-business .index-title-type a { color:#FFF; padding:0; outline:none; } .index-business .index-title-type dd { margin-top:50px; } .index-business .index-title-type dt a:before { content:''; display:block; width:30px; height:30px; margin:0 auto; background:url('../images/icon-dot3.png') no-repeat center center; background-size:50%; } .index-business .index-title-type dl:hover dt a:before { background-size:60%; transition:all 0.1s ease; } .index-business .index-title-type a:after { display:none; } .index-business .index-title-type dd .pzoom { width:105%; height:0; padding-bottom:67.2%; margin:40px 0 0 0; position: relative; overflow: hidden; border-radius:10px; -webkit-box-shadow: 0px 1px 10px 3px rgba(255,255,255,0.3); -moz-box-shadow: 0px 1px 10px 3px rgba(255,255,255,0.3); box-shadow: 0px 1px 10px 3px rgba(255,255,255,0.3); } .index-business .index-title-type dd .pzoom .pic-box { width:100%; height: 100%; position: absolute; } .index-business .index-title-type dd .pzoom .pic-box img { width:100%; height: 100%; object-fit: contain; } .index-business .index-title-type dl:nth-child(1) { margin-left:-5%; margin-right:5%; } .index-business .index-title-type dl:nth-child(2) dd { margin-top:100px; } .index-business .index-title-type dl:nth-child(3) { margin-right:-5%; margin-left:5%; } .index-business .index-title-type dl:nth-child(1):hover dd { margin-top:0px; transition:all 1s ease; } .index-business .index-title-type dl:nth-child(2):hover dd { margin-top:90px; transition:all 0.3s ease;} .index-business .index-title-type dl:nth-child(3):hover dd { margin-top:0px; transition:all 1s ease;} .index-business .index-title-type dl:hover dd .pzoom { -webkit-box-shadow: 0px 1px 10px 6px rgba(255,255,255,0.5); -moz-box-shadow: 0px 1px 10px 6px rgba(255,255,255,0.5); box-shadow: 0px 1px 10px 6px rgba(255,255,255,0.5); } .index-business .index-title-type dl:hover dd .pzoom img { transform: scale(1.2); } .index-case { padding:70px 10px; } .index-case .index-title { text-align:center; padding-bottom:20px; } .index-case-c { width:100%; overflow:hidden; position:relative; padding-top:70px; } .index-case-list ul { list-style-type: none; margin:0; padding:0 15px 0 0; } .index-case-list li { text-align: center; padding:0 0px 0px 15px; } .index-case-list li a { display:block; position:relative; margin-bottom:12px; outline:none; } .index-case-list li .pzoom { width:100%; height:0; padding-bottom:61.5%; margin:0 auto; position: relative; overflow: hidden; } .index-case-list li .pzoom .pic-box { width:100%; height: 100%; position: absolute; } .index-case-list .pzoom .pic-box img { width:100%; height: 100%; object-fit: contain; } .index-case-list li h3 { height:50px; line-height:50px; font-size:18px; text-align:left; margin: 0; background:rgba(0,0,0,0.5); color:#FFF; width:100%; padding:0 15px; position:absolute; bottom:0; left:0; } .index-case-list li h3 span { font-size:16px; margin-right:10px; } .index-case-list li h3 span:after { content:'|'; margin-left:10px; } .index-case-c .swiper-pagination { bottom:auto; top:0px; } .index-case-c .swiper-pagination:before { content:''; position:absolute; left:35%; top:15px; width:30%; background:#EEE; height:2px; z-index:-1; } .index-case-c .swiper-pagination .swiper-pagination-bullet { width:30px; height:30px; margin:0 auto; background:#FFF url('../images/icon-dot2.png') no-repeat center center; opacity: 1; } .index-case-c .swiper-pagination .swiper-pagination-bullet-active { background:#FFF url('../images/icon-dot.png') no-repeat center center; } .index-about { background: url('../images/bg3.jpg') no-repeat center bottom; background-size:100% auto; padding:50px 0 100px; position:relative; } .index-about-pic { padding:50px 80px 0 0; position:relative; z-index:0; } .index-about-pic:before { content:''; width:380px; height:480px; border:2px solid #316DBF; display:block; position:absolute; right:80px; top:0; z-index:0; } .index-about-pic img { max-width:380px; position:relative; z-index:1; } .index-about .container { padding:0px; z-index:1; } .index-about-box { margin:0 0 0 0px; padding:0px 0px 0px 0px; } .index-about .index-more { float:right; margin-top:30px; } .about-container { font-size:16px; line-height:2.2em; max-height:13.2em; overflow:hidden; color:#333; text-align:justify; margin-bottom:100px; } .about-link a { font-size:18px; font-weight:bold; color:#333; line-height:55px; margin-bottom:15px; outline:none; } .about-link a span { width:48px; height:55px; clip-path: polygon(50% 0, 100% 27%, 100% 73%, 50% 100%, 0 73%, 0 27%); background:#DDD; display:block; float:left; margin-right:25px; padding:1px; transform:perspective(200px) rotateY(0deg); transition:all 1s ease; } .about-link a i { width:46px; height:53px; display:flex; align-items:center; justify-content:center; overflow: hidden; clip-path: polygon(50% 0, 100% 27%, 100% 73%, 50% 100%, 0 73%, 0 27%); background:#FFF; color:#666; font-size:34px; } .about-link a:hover { color:#316DBF; } .about-link a:hover span { background:#316DBF; transform:perspective(200px) rotateY(360deg); } .about-link a:hover i { background:#316DBF; color:#FFF; } /* css of sub pages */ .subpage .top { background:#FFF; } .subpage nav .nav>li>a{ color:#333; outline:none; } .subpage nav .nav>li>a:after { color:#999; } .subpage nav .nav-pills>li.active:hover>a,.subpage nav .nav>li:hover>a { color:#FFF; } .sub-banner { position:relative; width:100%; height:400px; overflow:hidden; } .sub-main .index-title:after { content:''; position:absolute; right:0; top:62px; width:80%; background:#EEE; height:2px; } .sub-main .index-title-type { position:absolute; top:15px; right:0; } .sub-main .index-title-type a { font-weight:normal; outline:none; } .sub-type { float:right; width:auto; padding:0 0px 0 0; margin:-100px 0 ; height:50px; font-size:20px; color:#333; font-weight:bold; } .sub-type-c { text-align:left; } .sub-type-c a { display:inline-block; float:left; width:auto; padding:0 40px; height:50px; line-height:50px; text-align:center; font-size:16px; outline:none; } .sub-type-c a.active,.sub-type a:hover { background-color:#FF9900; color:#FFF; } .dir { height:50px; line-height:50px; color:#999; border-bottom:1px solid #EEE; background:#EEE; } .dir .container { } .dir a { color:#999; outline:none; } .position { text-align:left; color:#666; } .position a { color:#666; outline:none; } .position a:last-child, .position i { color:#FF9900; } .sub-main { padding:20px 0 50px; margin-top:0px; } .sub-main .container { position:relative; } .sub-main .dir { background:#FFF; margin-bottom:15px; } .sub-title { padding:0px 0px 0; text-align:center; margin-bottom:20px; } .sub-title h1 { font-size:36px; color:#333; width:auto; padding:10px 30px; margin:0; font-weight:bold; } .sub-title h1:after { content:''; background:#316CBF; display: block; width:80px; height: 3px; margin:15px auto 0; } .sub-info { text-align:center; color: #999; padding: 0 0 20px;} h1.title { text-align:center; font-size:30px; margin:0; padding:30px 30px 20px; } .sub-main article { height:auto; font-size:16px; line-height:2.2em; } .sub-main article p { margin:0; } .sub-main article img { max-width:100%; margin:10px 0; } .article-relative { border-top:1px solid #DDD; padding-top:15px; color:#666; margin-top: 50px; } .article-relative-item { padding:10px 0; line-height:20px; } .article-relative-item i { display:block; float:left; width:20px; height:20px; line-height:20px; background:#316DBF; color:#FFF; border-radius:10px; text-align:center; font-size:14px; margin:0px 10px 0 0px; } .news-list { margin:20px 0 20px 0px; padding:0; list-style-type:none; } .news-list li { margin:0; padding:15px 0px; border-bottom:1px dashed #DDD; } .news-list li a { display:block; width:100%; padding:15px 20px; } .news-list li .list-item-pic { padding-left:0; padding-right:20px; margin-right:15px; } .news-list li .pzoom { width:100%; height:0; padding-bottom:63.3%; margin:0 auto 5px; position: relative; overflow: hidden; } .news-list li .pzoom .pic-box { width:100%; height: 100%; position: absolute; } .news-list li .pzoom .pic-box img { width:100%; height: 100%; object-fit: contain; } .news-list li h3 { font-size:20px; margin:0 0 10px; padding:0px 0 0px 0px; line-height:1.8; color:#333; } .news-list li:hover h3 { color:#316CBF; } .news-list li small { font-size:16px; display: block; color:#666; padding:0px; line-height:2em; max-height:4em; overflow: hidden; margin-bottom: 10px; text-align:justify; } .news-list li .item-time { color:#999; font-size:16px; line-height:1em; margin-bottom:10px; } .news-list li .item-time i { color:#CCC; font-size:18px; margin-right:5px; } .news-list .item-more { font-size:16px; color:#316CBF; float:right; } .news-list .item-more i { display:block; float:right; width:30px; height:30px; line-height:28px; background:#316DBF; color:#FFF; border-radius:15px; text-align:center; font-size:20px; margin:0px 0px 0 10px; } .news-list li:hover a { border-right:5px solid #316DBF; -webkit-box-shadow: 0px 1px 10px 6px rgba(100,100,100,0.1); -moz-box-shadow: 0px 1px 10px 6px rgba(100,100,100,0.1); box-shadow: 0px 1px 10px 6px rgba(100,100,100,0.1); } .photo-list { margin:20px 0 0 -40px; padding:0; list-style-type:none; } .photo-list li { padding:0px 0 70px 40px; margin: 0; } .photo-list li a { display:block; width:100%; background:#FFF; min-height:26em; position:relative; outline:none; } .photo-list li a:after { content:''; width:100%; height:3px; left:0; bottom:0; position:absolute; background:#CCC; } .photo-list li .pzoom { width:100%; height:0; padding-bottom:67.6%; margin:0 auto 10px; position: relative; overflow: hidden; } .photo-list li .pzoom .pic-box { width:100%; height: 100%; position: absolute; } .photo-list li .pzoom .pic-box img { width:100%; height: 100%; object-fit: contain; } .photo-list li h3 { max-height:3.2em; line-height:1.6em; font-size:18px; text-align:justify; margin: 0 0 10px; color:#333; overflow:hidden; } .photo-list li .item-time { color:#999; font-size:16px; line-height:1em; } .photo-list li .item-time i { color:#CCC; font-size:18px; margin-right:5px; } .photo-list li a:hover { border-color:#316DBF; } .photo-list li a:hover h3 { color:#316DBF; } .photo-list li a:hover:after { background:#316DBF; animation-name:linemove; animation: linemove 0.8s ease 0s normal none; -moz-animation: linemove 0.8s ease 0s normal none; -webkit-animation: linemove 0.8s ease 0s normal none; -o-animation: linemove 0.8s ease 0s normal none; } @-webkit-keyframes linemove{from{width:0;} to{width:100%;} } @-moz-keyframes linemove{from{width:0;} to{width:100%;} } @keyframes linemove{from{width:0;} to{width:100%;}} .notice-list { margin:20px 0 20px 0px; padding:0; list-style-type:none; } .notice-list li { margin:0; padding:30px 0px 0; } .notice-list li a { display:block; width:100%; padding:0px 0px; outline:none; } .notice-list li h3 { font-size:20px; margin:0 0 10px; padding:0px 0 0px 0px; line-height:1.8; color:#333; } .notice-list li:hover h3 { color:#316CBF; } .notice-list li small { font-size:16px; display: block; color:#999; padding:0px; line-height:2em; max-height:4em; overflow: hidden; margin-bottom: 10px; text-align:justify; } .notice-list li .item-time { color:#999; font-size:16px; border:1px solid #EEE; text-align:center; padding:10px; margin-right:30px; } .notice-list li .item-time i { color:#666; font-size:40px; margin-bottom:10px; border-bottom:1px solid #EEE; font-style:normal; display:block; line-height:1.5em; } .notice-list .item-more { font-size:16px; color:#316CBF; float:right; } .notice-list .item-more i { display:block; float:right; width:30px; height:30px; line-height:28px; background:#316DBF; color:#FFF; border-radius:15px; text-align:center; font-size:20px; margin:0px 0px 0 10px; } .notice-list li:hover .item-time { border-color:#316CBF; } .hr { padding:20px 0; } .hr-pic img { max-width:100%;} .hr-c { line-height:2em; font-size:16px; padding:50px; } .hr-c h5 { color:#316CBF; font-size:20px; margin:0 0 10px; padding:0; font-weight:bold; } .case-list ul { margin:0 0 0 -40px; padding:0; list-style-type:none; } .case-list li { padding:0px 0 100px 40px; margin: 0; } .case-list li a { display:block; width:100%; background:#FFF; padding:20px; -webkit-box-shadow: 0px 5px 10px 3px rgba(40,40,40,0.1); -moz-box-shadow: 0px 5px 10px 3px rgba(40,40,40,0.1); box-shadow: 0px 5px 10px 3px rgba(40,40,40,0.1); outline:none; } .case-list li a:hover { -webkit-box-shadow: 0px 5px 10px 3px rgba(40,40,40,0.1); -moz-box-shadow: 0px 5px 10px 3px rgba(40,40,40,0.1); box-shadow: 0px 5px 10px 3px rgba(40,40,40,0.1); } .case-list li .pzoom { width:100%; height:0; padding-bottom:67%; margin:0 auto 5px; position: relative; overflow: hidden; } .case-list li .pzoom .pic-box { width:100%; height: 100%; position: absolute; } .case-list li .pzoom .pic-box img { width:100%; height: 100%; object-fit: contain; } .case-list li h3 { height:30px; line-height:30px; font-size:18px; text-align:center; margin: 0; } .case-list li .case-more { width:160px; height:50px; text-align: center; margin: 10px auto; border:1px solid #FF9900; color:#FF9900; font-size:16px; line-height: 50px; } .case-list li a:hover .case-more { color:#FFF; background:#316CBF; } .contact-c { text-align:left; padding:50px 0 50px;} .contact-item { padding:0 20px 0 20px; } .contact-item-i { border-radius:40px; width:80px; height:80px; background:#F8F8F8; text-align:center; display: flex; justify-content: center; flex-direction: column; color:#316CBF; font-size:40px; } .contact-item-c { padding:10px 0 0 25px; } .contact-c h3 { font-size:18px; font-weight: bold; padding: 0 0 8px; margin: 0; } .contact-c p { margin:0; line-height: 1.8em; font-size:16px; color:#666; } .map { padding:0px 0;} .map img { max-width: 100%;} .content-qr { text-align:left; padding:0px 0 20px 50px; } .contact-qr-c { text-align:center; display: inline-block; } .content-qr img { width:120px; border:1px solid #E0E0E0; padding:10px; } /* box */ .box-bg { background-color:rgba(0,0,0,0.6); position:fixed; width:100%; height:100%; left:0; top:0; z-index:10; display:none; } .box { background-color:#FFF; position:fixed; width:930px; height:667px; left:50%; top:50%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); z-index:11; padding:10px 30px; display:none; } .box-close { text-align:right; padding-right:30px; background:url('../images/ico_close.png') no-repeat right center; cursor:pointer; } .box-c { text-align:center; max-width:100%; max-height:640px; } /* update 2021.6.7 */ .index-news-content-c { left:0; top:100px; width:100%; position:absolute; animation-name:showcontent; animation: showcontent 0.7s ease 0s normal none; -moz-animation: showcontent 0.7s ease 0s normal none; -webkit-animation: showcontent 0.7s ease 0s normal none; -o-animation: showcontent 0.7s ease 0s normal none; } @-webkit-keyframes showcontent{from{left:100%; } to{left:0;} } @-moz-keyframes showcontent{from{left:100%; } to{left:0;} } @keyframes showcontent{from{left:100%; } to{left:0;} }