@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:focus { outline: none; -moz-outline:none; } a:hover { color:#356992; } a:hover { text-decoration:none; -moz-transition-duration: 0.2s;-webkit-transition-duration: 0.2s;-o-transition-duration: 0.2s; transition-duration:0.2s; -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:hover img { transform: scale(1.2); } .btn-primary { background-color:#81BA1D; border-color:#81BA1D; } .btn-primary:hover { background-color:#81BA1D; border-color:#81BA1D; } .swiper-button-next { background-image:url('../images/icon_next1.png'); background-size: 23px 44px; } .swiper-button-prev { background-image:url('../images/icon_prev1.png'); background-size: 23px 44px; } /* head ,footer */ .top { height:130px; background:url('../images/bg1.jpg') no-repeat center top; } .top-logo { padding:10px 0 0 0px; } .top-logo img { height:60px; } .top-search { padding:15px 0 0; } .top-search-box { background:#FFF; border:1px solid #EEE; width:310px; height:40px; float:right; border-radius:20px; padding:0 0px; } .top-search-box .input { border:none; background:none; font-size:14px; line-height:40px; height:40px; padding:0 20px; width:255px; float:left; outline:0px; } .top-search-box .btn-search { border:none; background:none; font-size:24px; line-height:40px; height:40px; padding:0; width:50px; float:left; } .top-link { float:right; margin-left:10px; background:#356992; width:40px; height:40px; border-radius:20px; } .top-link a { display:block; text-align:center; width:100%; font-size:14px; line-height:40px; color:#FFF; } .top-link:hover { -webkit-box-shadow: 0px 1px 5px 3px rgba(55,55,55,0.2); -moz-box-shadow: 0px 1px 5px 3px rgba(55,55,55,0.2); box-shadow: 0px 1px 5px 3px rgba(55,55,55,0.2); } nav.top-nav { line-height:1.7; position:relative; z-index:999; font-size:18px; margin:-50px 0 0; padding:0px 0 0; background:rgba(255,255,255,0.5); } 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:#333; width:auto; text-align:center; background:none; padding:0px 0px 0 0px; height:50px; line-height:50px; position:relative; outline: none; } nav .nav>li>a i { display:none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 5px solid #356992; position:absolute; bottom:0; left:50%; margin-left:-10px; } nav .nav>li>a:after { content:'|'; color:#999; 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:#333; background:none; margin-top:0px; } nav .nav-pills>li.active>a,nav .nav-pills>li.active>a:focus,nav .nav-pills>li>a:hover{ color:#333; border-radius:0px; background:none; margin-top:0px; border-bottom:3px solid #356992; } nav .nav>li:hover>a { color:#333; background:none; border-radius:0; border-bottom:3px solid #356992; } nav .nav>li.active>a>i,nav .nav>li.active>a:focus>i,nav .nav>li:hover>a>i { display:block; } nav .nav>li ul { display:none; list-style-type:none; margin:0 0 0 0px; padding:0px 0 0; z-index:8; background:rgba(10,10,10,0.5); border-radius:0px 0 5px 5px; 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:50px; 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:18px; line-height:50px; height:50px; } nav .nav>li:hover ul { display:block; } nav .nav>li:hover li>a { color:#FFF; position:relative; } nav .nav>li:hover li>a:hover { color:#356992; } nav .nav>li:hover li>a:hover:after { content:''; width:100%; height:2px; display:block; background:#356992; position:absolute; bottom:0; left:0; animation-name:linemove; animation: linemove 0.5s ease 0s normal none; -moz-animation: linemove 0.5s ease 0s normal none; -webkit-animation: linemove 0.5s ease 0s normal none; -o-animation: linemove 0.5s ease 0s normal none; } @-webkit-keyframes linemove{from{width:0px;} to{width:100%;} } @-moz-keyframes linemove{from{width:0px;} to{width:100%;} } @keyframes linemove{from{width:0px;} to{width:100%;} } @-webkit-keyframes navdown{from{height:0px;} to{height:50px;} } @-moz-keyframes navdown{from{height:0px;} to{height:50px;} } @keyframes navdown{from{height:0px;} to{height:50px;} } .footer-copyright { background:#356992; padding:20px 0; font-size:1.4rem; color:#FFF; text-align:center; word-spacing:8px; } .footer-copyright a { color:#FFF; } /* 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:#81BA1D; border:1px solid #81BA1D; 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%; overflow:hidden; } .banner-container img { width:100%; } .index-banner .swiper-pagination { bottom:10px; } .swiper-pagination-bullet { opacity:0.5; width:50px; height:6px; border-radius:3px; } .swiper-pagination-bullet-active { background-color:#FFF; opacity:1; } .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 20px; margin:0 auto; position: relative; text-align: left; } .index-title h3 { margin:0 0 10px; padding:0 0px 0; font-size:2.6rem; letter-spacing: 1px; line-height:1em; color:#356992; width:auto; text-align:left; } .index-title:after { content:''; display:block; height:1px; width:100%; margin-top:25px; background-image:linear-gradient(to right,rgba(255,255,255,0) 0px,#356992 50%,rgba(255,255,255,0) 100%); background-repeat:repeat-y; background-position:left top; } .index-more { padding:0px 0; text-align:right; } .index-more a { display:inline-block; height:20px; color:#333; font-size:1.2rem; text-align:right; line-height:20px; } .index-more a:hover { color:#356992; } .index-title-type { text-align:right; margin-bottom:30px; } .index-title-type a { display:inline-block; width:140px; padding:0 0px 0px; font-size:1.6rem; font-weight:normal; line-height:40px; position:relative; margin-right:15px; background:#EEE; border-radius:5px; color:#333; outline:none; text-align:center; } .index-title-type a.active { background:#356992; color:#FFF; } .index-news { padding:40px 0 20px; background:url('../images/bg2.jpg') no-repeat center top; position:relative; overflow:hidden; } .index-news .index-title { padding-bottom:30px; } .index-news .index-title h3 { font-weight:bolder; font-size:2.6rem; color:#000; z-index:1; position:relative; } .index-news .index-title h3 i { font-size:1.2rem; color:#666; z-index:1; position:absolute; font-weight:100; left:30px; top:-20px; font-style:normal; } .index-news .index-title:before { content:'N'; font-family:Verdana; position:absolute; left:-50px; bottom:30px; font-size:8rem; color:rgba(215,215,215,0.5); z-index:0; font-weight:bolder; line-height:1em; } .index-news .index-title:after { content:''; position:absolute; left:150px; top:20px; margin:0; width:88px; background:#000; height:2px; display:none; } .index-news .container { padding:0px; position:relative; } .index-news-pic { padding:0px 0px 0 0; } .index-news-pic-container { overflow:hidden; position:relative; } .index-news-pic-container-c a { display:block; width:100%; position:relative; height:316px; } .index-news-pic .pzoom { width:100%; height:0; padding-bottom:316px; margin:0 auto 10px; 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-t { background:rgba(0,0,0,0.6); width:100%; height:67px; position:absolute; bottom:0; left:0; padding:10px 15px 0; } .index-news-pic-t h3 { color:#FFF; height:50px; line-height:50px; padding:0 0px; margin:0; overflow:hidden; font-size:1.8rem; } .index-news-pic-t span { display:block; color:#CCC; } .index-news-pic-container .newsPre { left:0; height:50px; width:25px; background-size: auto 35%; background-position:2px center; border-radius:0 25px 25px 0; top:40%; outline:none; } .index-news-pic-container .newsNext { right:0; height:50px; width:25px; background-size: auto 35%; background-position:15px center; border-radius:25px 0 0 25px; top:40%; outline:none; } .index-news-box { padding:0px 0 0 25px; } .index-news .index-title-type { margin-bottom:20px; margin-top:-10px; z-index: 3; position: relative; } .index-news-content { overflow:hidden; position:relative; } .index-news-c { margin:0px 0 0px; padding:0; width:100%; list-style-type:none; animation-name:navdown; animation: newsshow 1s ease 0s normal none; -moz-animation: newsshow 1s ease 0s normal none; -webkit-animation: newsshow 1s ease 0s normal none; -o-animation: newsshow 1s ease 0s normal none; } @-webkit-keyframes newsshow{from{left:100%;} to{left:0;} } @-moz-keyframes newsshow{from{left:100%;} to{left:0;} } @keyframes newsshow{from{left:100%;} to{left:0;} } .index-news-c li { margin:0px; padding:0px 0 0px; } .index-news-c li a:before { content:''; display:block; width:6px; height:6px; border-radius:3px; float:left; margin:15px 10px 0 0; background:#000; } .index-news-c li a { display:block; position:relative; padding:0px 0px 0; } .index-news-c li .item-time { color:#333; font-size:1.4rem; line-height:32px; margin-left:15px; float:right; } .index-news-c li h3 { font-size:1.8rem; margin:0 0px 7px 0; width:500px; color:#333; font-weight:normal; line-height:35px; height:35px; overflow:hidden; float:left; } .index-news-c li a:hover h3 { color:#356992; } .index-news-info { margin:0px 0 20px; display:block; clear:left; color:#999; display:none; } .index-news-info small { font-size:1.4rem; overflow:hidden; line-height:1.5em; max-height:3em; color:#999; display:block; text-align:justify; } .item-time2 { float:left; clear:both; } .item-time2 .icon-font { color:#333; font-size:1.6rem; } .item-more { float:right; } .index-news-c li .n-top { color:#FFF; font-size:1.2rem; background:#FF0031; float:right; display:block; border-radius:3px; width:40px; height:23px; line-height:23px; text-align:center; margin:5px 0 0 0; } .index-news .index-more a { width:100px; height:30px; border-radius:3px; color:#356992; border:1px solid #356992; font-size:1.2rem; text-align:center; line-height:30px; } .index-news .index-more a:hover { color:#FFF; background:#356992;} .index-line1 { padding:50px 0; background:url('../images/bg2.jpg') no-repeat center bottom; } .line1-box { padding:0 11px 0px; } .line1-box:first-child { margin-left:-11px; } .line1-box:nth-child(2) { margin-left:11px; } .line1-box:last-child { float:right; margin-right:-11px; } .index-news-list { margin:0; padding:0; list-style-type:none; } .index-news-list li { padding:0; margin:0; } .index-news-list li:before { /*content:'';*/ display:block; width:6px; height:6px; border-radius:3px; float:left; margin:17px 10px 0 0; background:#000; } .index-news-list li a { color:#666; font-size:1.6rem; line-height:2.5em; height:2.5em; display:inline-block; float:left;max-width:305px; overflow:hidden; } .index-news-list li a:hover { color:#356992; } .index-news-list li .w-top { color:#FFF; float:left; display:inline-block; width:auto; padding:0 5px; background:#FF0031; border-radius:3px; margin:7px 0 0 5px; line-height:1.5em; font-style:normal; } .index-line2 { padding:50px 0; background:url('../images/bg3.jpg') no-repeat center top; background-size:cover; } .line2-box { padding:0 11px 0px; } .line2-box:first-child { margin-left:-11px; } .line2-box:nth-child(2) { margin-left:11px; } .line2-box:last-child { float:right; margin-right:-11px; } .line2-box .index-title h3,.line2-box .index-more a { color:#FFF; } .line2-box .index-title:after { background-image:linear-gradient(to right,rgba(255,255,255,0) 0px,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); } .line2-box .index-news-list li:before { background:#FFF; } .line2-box .index-news-list li a { color:#FFF; } .index-line3 { padding:50px 0; background:url('../images/bg2.jpg') no-repeat center top; } .line3-box { padding:0 11px 0px; } .line3-box:first-child { margin-left:-11px; } .line3-box:nth-child(2) { margin-left:11px; } .line3-box:last-child { float:right; margin-right:-11px; } .line3-c .pzoom { width:100%; height:0; padding-bottom:65%; margin:0 auto 0px; position: relative; overflow: hidden; } .line3-c .pzoom .pic-box { width:100%; height: 100%; position: absolute; display:block; } .line3-c .pzoom .pic-box img { width:100%; height: 100%; object-fit: contain; } .friendlinks { background:#FFF; color:#333; padding:0; font-size:18px; border-top:1px solid #EEE; } .friendlinks-type .index-title { padding:0; line-height:50px; color:#356992; font-weight:bolder; } .friendlinks-type .index-title:after { display:none; } .friendlinks-type ul { list-style-type:none; margin:0; padding:0; } .friendlinks-type li { text-align:left; line-height:50px; border-right:1px solid #EEE; cursor:pointer; } .friendlinks-type li a { display:block; width:100%; } .friendlinks-type li.active { color:#356992; } .friendlinks-type li i { float:right; font-size:24px; } /*.friendlinks-type li.arrowup 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-type li.arrowdown i { transform:rotate(180deg);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 0 100px; } .friendlinks-box { padding:20px 0; list-style-type:none; margin:0 0 0 -15px; display:none; width:100%; } .friendlinks-box:nth-child(1) { } .friendlinks-box:nth-child(2) { margin-right:15px; } .friendlinks-box li { padding:0px 0 15px 15px; width:auto; float:left; } .friendlinks-c a { color:#666; font-size:14px; display:inline-block; padding:0 10px 0px; display: flex; justify-content: center; flex-direction: column; height:60px; line-height:1.6; text-align:center; border:1px solid #EEE; border-radius:5px; } .friendlinks-c a:hover { color:#356992; } /* css of sub pages */ .sub-banner { position:relative; width:100%; height:400px; overflow:hidden; display:none; } .sub-main .index-title:after { display:none; } .sub-main .index-title-type { text-align:center; } .sub-main .index-title-type a { font-weight:normal; } .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; } .sub-type-c a.active,.sub-type a:hover { background-color:#FF9900; color:#FFF; } .dir { height:50px; line-height:50px; color:#666; border-bottom:2px solid #356992; font-size:18px; } .dir .container { } .dir a { color:#666; } .position { text-align:left; color:#666; } .position a { color:#666; } .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:30px; } .sub-title { padding:0px 0px 0; text-align:center; margin-bottom:20px; } .sub-title h1 { font-size:3rem; color:#333; width:auto; padding:10px 30px; margin:0; font-weight:normal; } .sub-title h1:after { content:''; background:#356992; display: block; width:50px; 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;/*font-weight:bold;*/ } .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 solid #DDD; } .news-list li a { display:block; width:100%; padding:15px 0px; } .news-list li .list-item-pic { padding-left:0; padding-right:30px; } .news-list li .pzoom { width:100%; height: 171px; 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:270px; height: 171px; }/* object-fit: contain;*/ .news-list li h3 { font-size:2rem; margin:0 0 10px; padding:0px 0 0px 0px; line-height:1.8; color:#333; } .news-list li:hover h3 { color:#356992; } .news-list li small { font-size:1.6rem; display: block; color:#999; 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; } .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; } .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; } .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:#356992; } .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 li .gonggao {background: url(/html/images/gonggao.jpg) no-repeat;background-size: auto; width:140px;height:90px;} .notice-list .item-more { font-size:16px; color:#356992; 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:#356992; } .hr { padding:20px 0; } .hr-pic img { max-width:100%;} .hr-c { line-height:2em; font-size:16px; padding:50px; } .hr-c h5 { color:#356992; 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); } .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:#356992; } .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:#356992; 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; } /* update 2022.07.05 专题专栏 */ .zhuanti-left { padding:0px 0; margin-top:-15px; position:relative; z-index:5; } .zhuanti-left dl { padding:0; margin:0; list-style-type:none; } .zhuanti-left dt { background:#356992; color:#FFF; text-align:center; font-size:22px; font-weight:normal; height:55px; line-height:55px; margin-bottom:5px; } .zhuanti-left dd { font-size:20px; margin-bottom:5px; } .zhuanti-left dd a { display:block; background:#e7e7e7; color:#666; height:50px; line-height:50px; text-align:center; } .zhuanti-left dd a:hover,.zhuanti-left dd a.active { background:#6084a1; color:#FFF; } .zhuanti-right { padding:0px 0 0 8px; margin-top:-30px; position:relative; z-index:5; } .zhuanti-list { margin:0; padding:0 0 20px 29px; list-style-type:none; border:1px solid #CCC; border-top:none; } .zhuanti-list li h3 { font-size:16px; margin:0; padding:0; height:64px; line-height:64px; overflow:hidden; } .zhuanti-list li a { display:block; height:64px; line-height:64px; border-bottom:1px dashed #CCC; background: url(../images/column_list.png) no-repeat center left; padding-left:15px; color:#555; } .zhuanti-list li a:hover h3 { color:#356992; } .zhuanti-list li .item-time { margin:0 15px; color:#555; }