@charset "utf-8"; * { padding: 0; margin: 0; box-sizing: border-box; } li { list-style: none; } .pb_sys_full { line-height: 30px !important; } .pb_sys_style2 .p_no_d { border: 2px solid #aa1b20 !important; color: #fff; background-color: #aa1b20 !important; } a { text-decoration: none; } .cont img { height: auto !important; max-width: 100%; margin: 5px 0px; } .cont p { text-indent: 2em; line-height: 28px; } .cont video { height: auto !important; max-width: 100%; } .cont .vsbcontent_img { text-align: center; } .cont .table { overflow-x: auto; text-align: center; margin: 0 auto; width: auto; } .cont .table table { margin: 0 auto; width: auto; max-width: 895px; } .cont .table p { text-indent: 0px; } h2, h3, i, em { font-style: normal; } html, body { font-family: "微软雅黑"; } @font-face { font-family: "sisong"; src: url(../style/sySong.woff); font-weight: normal; font-style: normal; } @font-face { font-family: "btzt"; src: url(../style/SANJIXINGKAIJIANTI-CU-2.TTF); font-weight: normal; font-style: normal; } .ft-d .wp a { color: #fff; } @font-face { font-family: "btnormal"; src: url(../style/SOURCEHANSERIFCN-SEMIBOLD.OTF); font-weight: normal; font-style: normal; } input, img, a, button { outline: none; border: 0; } .clear { clear: both; } .pic { position: relative; overflow: hidden; padding-top: 75%; } .pic img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .3s; } .pic:hover img { transform: scale(1.2); } .l1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .l2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .l3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } .wp { max-width: 1400px; margin: 0 auto; } .header { padding-top: 40px; padding-bottom: 18px; background: url(../images/head-bg.jpg) no-repeat center top; background-size: 100% 100%; } .head { position: relative; z-index: 9; } .head-l { float: left; font-size: 0; } .head-l a { display: block; } .head-l a img { display: block; } .head-r { position: relative; float: right; } .head-top { text-align: right; font-size: 0; } .head-top a { font-size: 16px; color: rgba(255, 255, 255, 0.8); } .head-top a:hover { color: #fff; } .head-top a img { display: inline-block; vertical-align: middle; padding-right: 5px; } .head-top span { font-size: 14px; color: #fff; padding: 0 15px; } .nav { margin-top: 15px; } .nav>ul { font-size: 0; } .nav>ul>li { display: inline-block; text-align: center; line-height: 32px; position: relative; margin-left: 64px; } .nav>ul>li>a { display: inline-block; font-size: 18px; text-align: center; color: #fff; } .nav>ul>li>a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #f8d8af; transition: all 0.3s; } .nav>ul>li.on>a::after { width: 100%; } .nav>ul>li.active>a:after { width: 100%; } .nav>ul>li:hover>a:after { width: 100%; } .nav>ul>li>ul { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 100%; min-width: 120px; z-index: 9999; background: #fff; display: none; padding-top: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, .2); } .nav>ul>li>ul>li a { display: block; font-size: 16px; color: #333; line-height: 40px; transition: .3s; } .nav>ul>li>ul>li a:hover { background: #b30602; color: #fff; } .banner a { position: relative; display: block; } .banner a img { display: block; width: 100%; } .banner .slick-prev { left: 225px; width: 50px; height: 80px; background: url(../images/banner-l.png) no-repeat center center; } .banner .slick-prev:hover { background: rgba(0, 0, 0, 0.4) url(../images/banner-l.png) no-repeat center center; } .banner .slick-next { right: 225px; width: 50px; height: 80px; background: url(../images/banner-r.png) no-repeat center center; } .banner .slick-next:hover { background: rgba(0, 0, 0, 0.4) url(../images/banner-r.png) no-repeat center center; } .footer { position: relative; margin-top: -70px; background: #aa1b20; background-size: cover; padding-bottom: 30px; } .footer::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 15px; background: url(../images/footer-down.png) repeat-x left bottom; } .foot { padding-top: 48px; padding-bottom: 55px; } .ft-l { float: left; } .ft-l h2, .ft-m h2 { padding-left: 8px; border-left: 3px solid #ffffff; font-size: 18px; color: #fff; font-weight: bold; margin-bottom: 20px; } .ft-l p { line-height: 29px; font-size: 16px; color: #fff; opacity: .8; } .ft-m { float: left; margin-left: 150px; width: 55%; } .ft-m ul li { display: inline-block; line-height: 32px; min-width: 100px; margin-right: 50px; } .ft-m ul li a { font-size: 16px; color: #fff; opacity: .8; } .ft-m ul li:hover a { opacity: 1; text-decoration: underline; } .ft-r { float: right; } .ft-d { padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, 0.2); text-align: center; } .ft-d p { line-height: 30px; font-size: 12px; color: #fff; opacity: .48; } /* 轮播 */ /* 弹窗搜索 */ .search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100vh; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; } .search-dialog-box.on { opacity: 1; visibility: visible; } .search-dialog-box a { position: absolute; width: 48px; height: 48px; z-index: 10; right: 25px; top: 25px; background-color: rgba(255, 255, 255, 0.1); border-radius: 100%; } .search-dialog-box a i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background: url(../images/close.png) no-repeat center center; background-size: 20px auto; transition: all 0.6s ease 0s; } .search-dialog-box a i:hover { transform: rotate(180deg); } .search-dialog-box.on .search-bg { height: 100vh; } .search-dialog-box .search-bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; } .search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; } .search-dialog .search-inner { overflow: hidden; margin-top: 0px; } .search { position: relative; max-width: 900px; width: 100%; padding-right: 100px; margin: 0px auto; background-color: rgba(255, 255, 255, 0.1); box-sizing: border-box; transition: all 0.3s ease 0s; } .search input[type="text"] { width: 100%; height: 70px; background-color: rgb(255, 255, 255); font-size: 20px; color: #666; transition: all 0.3s ease 0s; padding: 0px 20px; box-sizing: border-box; } .search span { position: absolute; width: 100px; top: 0; bottom: 0; right: 0; background: #b30602; } .search span input[type="image"] { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 30px; } /* 移动端 */ .wap { display: none; } .top { position: fixed; max-width: 1920px; margin: 0 auto; right: 10px; top: 18px; width: 25px; height: 25px; z-index: -1; } .top>img { display: block; width: 100%; } .wap-menu { position: absolute; top: 0; right: 0; z-index: 99999; font-size: 0; } .wap-menu img { height: 25px; } .close-menu { display: none; position: absolute; right: 0; top: 0; } @media screen and (max-width: 1400px) { .wp { padding-left: 15px; padding-right: 15px; } } @media screen and (max-width: 1300px) { .ft-m { margin-left: 30px; } .ft-m ul li { margin-right: 20px; } } @media screen and (max-width: 1024px) { .header { display: none; } body { padding-top: 60px; } .banner .slick-prev { left: 30px; } .banner .slick-next { right: 30px; } .top { z-index: 9999; } .wap { display: block !important; } .m-head { position: fixed; top: 0; left: 0; right: 0; background: #b30602; z-index: 999; padding: 10px; } .m-logo { font-size: 0; } .m-logo a { font-size: 0; line-height: 40px; display: block; } .m-logo img { max-height: 40px; max-width: 80%; vertical-align: middle; } .m-logo a i { position: relative; padding: 0 10px; vertical-align: middle; } .m-logo a i:after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 1px; height: 30px; background-color: #b30602; } .m-logo a span { display: inline-block; font-size: 16px; color: #b30602; vertical-align: middle; font-family: 'sySong'; } .m-tlink { padding: 10px 15px 0 15px; } .m-tlink a { font-size: 12px; margin-right: 5px; color: #fff; display: inline-block; line-height: 24px; background: #fff; color: #304174; line-height: 24px; padding: 0 15px; border-radius: 5px; } .m-search { margin: 0 15px; padding-right: 50px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; position: relative; line-height: 35px; margin-top: 15px; border: 1px solid #fff; } .m-search input[type="text"] { display: block; width: 100%; line-height: 25px; background: none; color: #fff; } .m-search input[type="text"]::placeholder { color: #fff; } .m-search input[type="image"] { position: absolute; right: 10px; top: 10px; height: 15px; } .m-nav { position: fixed; top: 60px; right: -100%; bottom: 0; z-index: 999; background: #b30602; overflow-y: scroll; width: 100%; max-width: 375px; border-top: 1px solid rgba(255, 255, 255, 0.2); } .m-nav ul { padding: 0 15px; /* border-top: 1px solid rgba(255, 255, 255, 0.2); */ } .m-nav ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.2); position: relative; } .m-nav ul li ul { display: none; } .m-nav ul li ul li { border: none; } .m-nav>ul>li a { display: block; font-size: 14px; line-height: 20px; padding: 15px 0; position: relative; color: #fff; } .m-nav>ul>li ul li a { padding: 10px 0; } .m-nav>ul>li>span { position: absolute; width: 20px; height: 20px; background: url(../images/m-nav_down.png) no-repeat; background-size: 14px 14px; background-position: center center; right: 0; top: 15px; cursor: pointer; display: block; color: #fff; transition: all 0.3s; } .m-nav ul li>span.on { transform: rotateZ(90deg); } } @media screen and (max-width: 1000px) { .ft-l { float: none; margin-bottom: 15px; } .ft-m { margin-left: 0; } .ft-r { margin-top: 30px; } } @media screen and (max-width: 700px) { .banner .slick-prev { width: 30px; height: 40px; left: 15px; background-size: 15px auto; } .banner .slick-prev:hover { background-size: 15px auto; } .banner .slick-next { width: 30px; height: 40px; right: 15px; background-size: 15px auto; } .banner .slick-next:hover { background-size: 15px auto; } .footer { margin-top: -110px; } .foot { padding-top: 85px; } .ft-m { float: none; width: 100%; } .ft-m ul { font-size: 0; } .ft-m ul li { min-width: 50%; margin-right: 0; } .ft-r { float: none; text-align: center; } }