* { margin: 0; padding: 0; word-break:break-all; outline: none; } a { text-decoration: none; outline: none; } body { font-size: 14px; } img { border: 0; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; max-width: 100%; } li { list-style: none; } i { font-style: normal; } div:after, ul:after, li:after { content: ""; display: block; clear: both; } .fl { float: left; } .fr { float: right; } /* img { -webkit-transition:1s; -moz-transition:1s; transition:1s; } */ .w1200 { width: 1600px; max-width: 100%; height: auto; margin: 0 auto; } .clearBox:after { content: ""; display: block; clear: both; } .clear { display: block; clear: both; } input { outline: none; } a, a:hover { color: inherit; cursor: pointer; } .dpib { display: inline-block; } .dpb { display: block; } .tac { text-align: center; } .tal { text-align: left; } .tar { text-align: right; } .pstr { position: relative; } .psta { position: absolute } .flex-box { display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ } .justify-center { display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; } .item-center { display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; } /* 箭头 start */ .arrow { width: 11px; height: 11px; border-top: 2px solid #999; border-right: 2px solid #999; margin-right: 3px; margin-top: 3px; margin-left: 3px; } .arrow_l { transform: rotate(-135deg); /* 左箭头 start */ } .arrow_r { transform: rotate(45deg); /* 右箭头 start */ } .arrow_u { transform: rotate(-45deg); /* 上箭头 start */ } .arrow_b { transform: rotate(135deg); /* 下箭头 start */ } /* 箭头 end */ /* 左右居中(偏移) start */ .tftl_50_0 { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); } /* 左右居中(偏移) end */ /* 上下居中(偏移) start */ .tftl_0_50 { -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); } /* 上下居中(偏移) end */ /* 上下左右居中(偏移) start */ .tftl_50_50 { -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } /* 上下左右居中(偏移) end */ .b-shadow { -o-box-shadow: 0 0 25px rgba(0, 0, 0, .08); -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .08); -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .08); -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .08); box-shadow: 0 0 25px rgba(0, 0, 0, .08); } .transition_02 { -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -ms-transition: all ease .2s; -o-transition: all ease .2s; transition: all ease .2s; } .transition_03 { -webkit-transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -o-transition: all ease .3s; transition: all ease .3s; } .transition_04 { -webkit-transition: all ease .4s; -moz-transition: all ease .4s; -ms-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s; } .transition_06 { -webkit-transition: all ease .6s; -moz-transition: all ease .6s; -ms-transition: all ease .6s; -o-transition: all ease .6s; transition: all ease .6s; } /**** 英文大小写 start ****/ /* 全大写 start */ .uppercase { text-transform: uppercase; } /* 首字母大写 start */ .capitalize { text-transform: capitalize; } /* 全小写 start */ .lowercase { text-transform: lowercase; } /**** 英文大小写 end ****/ .ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .image-bg { background-position: center; background-repeat: no-repeat; background-size: cover; } .image-bg-top { background-position: top center; background-repeat: no-repeat; background-size: cover; } /* 多板块通用 start */ .page-box { padding-top: 80px; padding-bottom: 80px; overflow: hidden; } @media (max-width: 1600px) { .page-box { padding-top: 70px; padding-bottom: 70px; } } @media (max-width: 1400px) { .page-box { padding-top: 60px; padding-bottom: 60px; } } @media (max-width: 1200px) { .page-box { padding-top: 50px; padding-bottom: 50px; } } @media (max-width: 992px) { .page-box { padding-top: 40px; padding-bottom: 40px; } } @media (max-width: 768px) { .page-box { padding-top: 30px; padding-bottom: 30px; } } @media (max-width: 480px) { .page-box { padding-top: 20px; padding-bottom: 20px; } } @media (max-width: 380px) { .page-box { padding-top: 15px; padding-bottom: 15px; } } .page-body { /* color: #666; */ } .cfff .page-body { /* color: #fff; */ } .page-content { color: #666; padding: 30px 0; line-height: 1.6; } @media (max-width: 992px) { .page-content { padding: 20px 0; } } @media (max-width: 768px) { .page-content { padding: 10px 0; } } @media (max-width: 480px) { .page-content { padding: 5px 0; } } .typename-box { /* text-align: center; */ padding: 0; /* margin-top: 20px; */ margin-bottom: 30px; overflow: hidden; color: #000; } .typename-body { margin-bottom: 20px; color: #000; } .cfff { color: #fff; } .typename-box.tal { text-align: left; display: inline-block; margin-bottom: 10px; } .type-icon-bg { display: block; margin: 0 auto 0; width: 57px; height: 66px; box-sizing: border-box; background-position: center; background-repeat: no-repeat; background-image: url(../images/typeIconBg.png); background-size: contain; line-height: 66px; text-align: center; font-size: 0; display: flex; padding: 10px; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; -o-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; -o-align-items: center; align-items: center; } .type-icon { display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 100%; vertical-align: middle; } .type-name { font-size: 36px; } .typename-line { width: 43px; margin: 10px 0; height: 4px; background-color: #0d6439; display: block; } .tac .typename-line { margin: 10px auto; } .cfff .typename-line { background-color: #fff; } .typename-line2 { width: 50px; } .typename-icon { /* height: 18px; width: 120px; */ height: 50px; width: 450px; max-width: 60%; margin: 0 auto; background-image: url(../images/typeLine.png); background-position: center center; background-repeat: no-repeat; background-size: cover; } .cfff .typename-icon { background-image: url(../images/typeLine.png); } .typename-box.tal .typename-line { float: left; width: 20px; height: 6px; } .type-desc { margin-top: 20px; font-size: 18px; /* color: #666; */ } .cfff .type-desc { color: #fff; } .type-desc-en { margin-top: 10px; font-size: 30px; text-transform: uppercase; color: #aaa; } .cfff .type-desc-en { color: #fff; } .title-line { display: block; width: 50px; height: 1px; background-color: #0d6439; margin: 5px 0; } @media (max-width: 1200px) { .typename-box { margin-bottom: 25px; } } @media (max-width: 768px) { .typename-box { margin-bottom: 20px; text-align: center; } .type-icon-bg { width: 52px; height: 60px; padding: 8px; } .type-name { font-size: 22px; line-height: 1.5; } .type-desc-en { font-size: 18px; } .typename-icon { margin: 0 auto; } .typename-line { margin: 5px auto; width: 40px; } .tac .typename-line { margin-top: 5px; margin-bottom: 5px; } } @media (max-width: 480px) { .typename-box, .typename-body { margin-bottom: 15px; } .type-icon-bg { width: 35px; height: 41px; padding: 5px; } .type-name { font-size: 20px; } .type-desc-en { font-size: 16px; } .typename-icon { height: 20px; } .typename-line { height: 4px; } .title-line { margin-top: 5px; margin-bottom: 10px; } .type-subtitle, .type-desc-en { font-size: 12px; } .type-desc { font-size: 13px; } .type-desc , .type-desc-en { margin-top: 5px; } } @media (max-width: 414px) { .typename-box, .typename-body {margin-bottom: 10px;} } .page-body { position: relative; } .hidden { display: none; } .list-video-box { position: relative; } .video { object-fit: cover; } .w1300 { width: 1300px; max-width: 100%; margin: 0 auto; position: relative; /* overflow: hidden; */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } @media (max-width:1300px) { .w1300 { width: auto; padding-left: 10px; padding-right: 10px; } } .wrap { width: 1200px; /* width: 1390px; */ max-width: 100%; margin: 0 auto; position: relative; /* overflow: hidden; */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } @media (max-width: 1400px) { .wrap { width: 1200px; } } @media (max-width: 1200px) { .wrap { width: auto; padding-left: 10px; padding-right: 10px; } } @media only screen and (max-width:768px) and (min-width:500px) { .wrap { padding: 0 10px; } } @media only screen and (max-width: 768px) { .wrap { padding: 0 10px; margin: 0; } } @media (max-width: 480px) { .wrap, .w1300 { padding: 0 5px; margin: 0; } } .bgcf5f5f5 {background-color: #f5f5f5;} .bgcf8f8f8 {background-color: #f8f8f8;} .bgcfafafa {background-color: #fafafa;} .bgcfff {background-color: #fff;} .overflow-hidden { overflow: hidden; } /* 多板块通用 end */ /* 栏目-更多 start */ .page-more-box { margin-top: 40px; } .page-more { display: inline-block; line-height: 33px; padding: 0 30px; margin: 0 auto; background: #0d6439; display: inline-block; border: 1px solid #0d6439; position: relative; color: #fff; } .page-more2 { margin-left: 30px; } .page-more2:before, .page-more2:after { content: ''; position: absolute; width: 30%; height: 1px; background: #0d6439; top: 49.8%; transition: all 0.5s; } .page-more2:before { left: -15%; } .page-more2:after { right: -15%; } .page-more2:hover:before { left: -30%; } .page-more2:hover:after { right: -30%; } .page-more-left { margin-left: 0; } .page-more:hover { background-color: transparent; border-color: #0d6439; color: #0d6439; } @media (max-width: 768px) { .page-more-box { margin-top: 30px; text-align: center; } .page-more { /* width: 160px; */ padding: 0 20px; font-size: 13px; line-height: 30px; } } @media (max-width: 480px) { .page-more-box { margin-top: 20px; } .page-more { /* width: 120px; */ font-size: 12px; padding: 0 15px; line-height: 26px; margin: 0; } .page-more-left { margin-left: auto; } } /* 栏目-更多 end */ /* 列表-更多 start */ .list-more-box { margin-top: 20px; } .list-more { display: inline-block; line-height: 33px; padding: 0 30px; margin: 0 auto; background: #0d6439; display: inline-block; border: 1px solid #0d6439; position: relative; color: #fff; } .list-more::after { content: ''; position: absolute; width: 30%; right: -15%; height: 1px; background: #0d6439; top: 49.8%; transition: all 0.5s; } .list-more:hover { background-color: transparent; border-color: #0d6439; color: #0d6439; } .list-more:hover::after { content: ''; right: -30%; } @media (max-width: 768px) { .list-more-box { margin-top: 15px; } .list-more { /* width: 160px; */ padding: 0 20px; font-size: 13px; line-height: 30px; } } @media (max-width: 480px) { .list-more-box { margin-top: 8px; } .list-more { /* width: 120px; */ padding: 0 15px; font-size: 12px; line-height: 25px; } } /* 列表-更多 end */ /* 页面左右分布 start */ .page-left { float: left; } .list-page-left { margin-right: 20px; } .page-right { overflow: hidden; } @media (max-width: 768px) { .page-left { float: none; width: auto; } .list-page-left { margin-right: 0; } } /* 页面左右分布 end */ /* 图片 start */ .list-image-box { position: relative; padding-bottom: 75%; } .list-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; display: block; } /* 图片 end */ /* 上一篇下一篇 start */ .prenext-ul { margin-top: 20px; padding: 10px 0; border-top: 1px solid #eaeaea; } .prenext-li { color: #666; } .prenext-li a { /* display: block; */ line-height: 30px; } .prenext-li a:hover { color: #0d6439; } .prenext-li a.disabled { opacity: 0.5; filter: alpha(opacity=50); } @media (max-width: 768px) { .prenext-ul {margin-top: 10px; padding: 5px 0; text-align: left;} .prenext-li { float: none; width: auto; padding-top: 5px;} .prenext-li a {margin: 0 2px; line-height: 20px; font-size: 13px;} } /* 上一篇下一篇 end */ /* 相册滚动 start */ .swiper-page-bg { padding: 0 50px; } .swiper-button-next, .swiper-button-prev { outline: none; top: 50%; margin-top: -25px; width: 30px; height: 50px; border-radius: 5px; background-position: center; background-repeat: no-repeat; background-size: cover; filter: alpha(opacity=50); opacity: 0.5; color: #fff; background-color: rgba(0,0,0,.5); } .swiper-button-prev { left: 0; background-image: url(../images/left.png); } .swiper-button-next { right: 0; background-image: url(../images/right.png); } .swiper-button-prev:hover, .swiper-button-next:hover { filter: alpha(opacity=100); opacity: 1; } .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { font-size: 0; } @media (max-width: 768px) { .swiper-page-bg { padding: 0 30px; } } @media (max-width: 480px) { .swiper-page-bg { padding: 0 25px; } .swiper-button-next:after, .swiper-button-prev:after { font-size: 30px; } } /* 相册滚动 end */ /* 详情图片 start */ .detail-image-box { max-width: 800px; margin: 10px auto; text-align: center; } .detail-image { max-width: 100%; } /* 详情图片 end */ /* 详情视频(iframe) start */ .detail-video-box { max-width: 800px; margin: 10px auto; } .detail-video-box iframe { width: 100%; } /* 详情视频 end */ /* 视频 start */ .list-video-box { position: relative; padding-bottom: 62.5%; } .video { background: #000; width: 100%; display: block; } .list-video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .videoPlayIcon-box { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255,255,255,.2); background-color: rgba(0,0,0,.3); background-position: center; background-repeat: no-repeat; background-size: 50px auto; } @media (max-width: 768px ) { .videoPlayIcon-box { background-size: 30px auto; } } /* 视频 end */ /* 翻页 start */ .pagesize { text-align: center; padding-top: 30px; } .pagesize li { display: inline-block; } .pagesize a, .pagesize select, .pagesize span { display: inline-block; padding: 0 12px; margin-right: 5px; margin-bottom: 5px; color: #ccc; font-size: 14px; line-height: 32px; border: 1px solid #ccc; border-radius: 3px; text-align: center; } .pagesize a:hover, .pageBox a:active, .pagesize .cur, .pagesize .active span { background: #0d6439; color: #FFFFFF; border-color: #0d6439; text-decoration: none; } .pagesize a.cur { color: #fff; } @media (max-width: 768px) { .pagesize {padding-top: 10px;} } @media (max-width: 480px) { .pagesize {padding-top: 5px;} .pagesize a, .pagesize select, .pagesize span { padding: 0 9px; line-height:24px;height:auto;font-size:12px; margin-right: 3px; margin-bottom: 3px;} } /* 翻页 end */ /* 翻页 start */ .pages { clear: both; margin: 50px 0 20px; overflow: hidden; margin-left: 0px; text-align: center; } .pages ul td { display: inline-block; text-align: center; margin: 0 5px 5px; } #pages { font-size: 0; } #pages li { margin: 0 3px; display: inline-block; } .pages ul a, .pages ul span { padding: 0 12px; font-size: 15px; line-height: 34px; display: block; color: #666; border: 1px solid #e5e5e5; } .pages ul b { font-weight: normal; } .pages ul a:hover { background-color: #0d6439; text-decoration: none; color: #fff; border-color: #0d6439; } @media (max-width: 768px) { .pages { margin: 10px 0; } .pages ul td.pc-show { display: none; } .pages ul a, .pages ul span { padding: 0 10px; font-size: 13px; line-height: 32px; } } @media (max-width: 480px) { .pages ul td { margin-left: 3px; margin-right: 3px; padding: 0; } .pages ul a, .pages ul span { padding: 0 8px; font-size: 12px; line-height: 26px; } } @media (max-width: 380px) { .pages ul a, .pages ul span { padding: 0 5px; font-size: 12px; } } /* 翻页 end */ /* 上一篇下一篇 start */ .prenext-ul {padding: 5px 0;} /* 上一篇下一篇 end */ .img-center { text-align: center; font-size: 0; } .img-center-image { display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 100%; vertical-align: middle; }