@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { min-width: 1100px; }

.container { max-width: 1500px; min-width: 1100px; margin: 0 auto; }

.header { padding: 95px 0 55px; background-image: url(../images/bg1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }
.header .container > .fr { padding: 10px 0 0; font-size: 0; }

.logo { width: calc(100% - 380px); max-width: 855px; }
.logo a { display: block; }
.logo img { width: 100%; vertical-align: top; }

.top-link { font-size: 14px; font-weight: 500; line-height: 50px; color: #666; text-align: right; }
.top-link a { color: #666; }
.top-link a:hover { text-decoration: underline !important; }
.top-link span { margin: 0 6px; }

.search { position: relative; border: 1px solid #f7c3c3; border-radius: 30px; background: #fff; }
.search .input { vertical-align: top; width: 240px; height: 30px; padding: 0 5px 0 14px; font-size: 14px; font-weight: 500; line-height: 30px; color: #666; text-align: left; }
.search .input::placeholder { color: #999; }
.search .submit { vertical-align: top; width: 30px; height: 30px; background-image: url(../images/x_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #ce0e0e; background-size: 64%; border-radius: 50%; }

.search2 { width: 650px; margin: 25px auto; padding: 8px 10px; box-shadow: 0 0 15px 0 #ccc; }
.search2 form { white-space: nowrap; }
.search2 .input { width: calc(100% - 42px); height: 42px; padding: 0 10px; border: 1px solid #eee; vertical-align: top; font-size: 16px; font-weight: 500; line-height: 42px; color: #333; text-align: left; }
.search2 .submit { width: 42px; height: 42px; vertical-align: top; background-image: url("../images/s_icon1_2.png"); background-repeat: no-repeat; background-position: 50% 45%; background-color: transparent; background-size: auto; }

.nav { font-size: 0; background: #ce0e0e; box-shadow: 0 0 8px 0 #bbb; }
.nav li { position: relative; display: inline-block; vertical-align: top; width: 10%; }
.nav li a { position: relative; z-index: 10; display: block; font-size: 15px; font-weight: 500; line-height: 60px; color: #fff; text-align: center; }
.nav li > a { background: #ce0e0e; }
.nav li a:hover { font-weight: 700; }
.nav li.cur > a { font-weight: 700; background: #b40404; }
.nav li::after { display: block; content: "|"; box-sizing: border-box; position: absolute; top: 0; right: -3px; bottom: auto; left: auto; z-index: 11; font-size: 24px; line-height: 60px; color: #e34a4a; }
.nav li:last-child::after { display: none; }
.nav .lv2 { position: absolute; top: 100%; right: 0; bottom: auto; left: auto; z-index: 1; display: none; width: 100%; background: rgba(206, 14, 14, .9); box-shadow: 0 0 5px 0 rgb(0 0 0 / 40%); }
.nav .lv2 dd { padding: 0 10px; }
.nav .lv2 dd:first-child a { border: none; }
.nav .lv2 a { font-size: 16px; line-height: 48px;  border-top: 1px solid #e34a3c; }
.nav .lv2 dd:hover { background: #b40404; }

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: transform 0.6s linear 0s; -moz-transition: transform 0.6s linear 0s; -ms-transition: transform 0.6s linear 0s; -o-transition: transform 0.6s linear 0s; transition: transform 0.6s linear 0s; }
.img-scale .img-frame { overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.6s linear 0s; -moz-transition: transform 0.6s linear 0s; -ms-transition: transform 0.6s linear 0s; -o-transition: transform 0.6s linear 0s; transition: transform 0.6s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.column { position: relative; border-bottom: 1px solid #ddd; }
.column h3 { display: inline-block; vertical-align: top; margin: 0 0 -1px; border-bottom: 3px solid #ce0e0e; font-size: 24px; font-weight: 700; line-height: 43px; color: #000; text-align: left; }
.column .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; }

.more { font-size: 14px; font-weight: 500; line-height: 46px; color: #999; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.more:hover { color: #ce0e0e; font-size: 15px; }

.title { font-size: 16px; font-weight: 500; line-height: 50px; color: #000; text-align: left; }
.info { font-size: 14px; font-weight: 400; line-height: 25px; color: #666; text-align: justify; }
.date { font-size: 14px; font-weight: 500; line-height: 50px; color: #808080; text-align: left; }

.date2 { display: inline-block; vertical-align: top; width: 54px; font-size: 12px; font-weight: 500; line-height: 25px; color: #808080; text-align: center; background: #ececec; }
.date2 p:first-child { font-size: 20px; color: #fff; background: #ce0e0e; }

.list1 { margin: 10px 0 0; }
.list1 li { border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list1 li:hover { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.list1 li:hover .title, .list1 li:hover .date { color: #ce0e0e; }
.list1 li:hover .title::before { background: #ce0e0e; }
.list1 li:last-child { border: none; }
.list1 .title { display: inline-block; vertical-align: top; width: calc(100% - 87px); }
.list1 .title::before { display: inline-block; content: ""; width: 7px; height: 7px; margin: 0 8px 2px 0; background: #e3b3b8; border-radius: 50%; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }

.list2 { margin: 20px 0 0; }
.list2 li { padding: 11px 0; border-bottom: 1px dashed #ddd; font-size: 0; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list2 li:last-child { border: none; }
.list2 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list2 li:hover .title, .list2 li:hover .date { color: #ce0e0e; }
.list2 .text { display: inline-block; width: calc(100% - 54px); vertical-align: top; padding: 0 0 0 15px; }
.list2 .title { height: 50px; line-height: 25px; }

.index-news { text-align: justify; }
.index-news .card { margin: 30px 0 0; display: inline-block; vertical-align: top; }
.index-news .card.w33 { width: 33.333%; }
.index-news .card.w30 { width: 30%; }
.index-news .card.w48 { width: 48.2%; }
.index-news::after { display: inline-block; content: ""; width: 100%; }

.news-slick { width: 100%; margin: 40px 0 0 !important; font-size: 0; box-shadow: 0 0 6px 0 #bbb; }
.news-slick .img { padding: 56% 0 0; }
.news-slick .text { position: relative; padding: 40px 22px 10px; }
.news-slick .text .date2 { position: absolute; top: -32px; right: auto; bottom: auto; left: 22px; z-index: 1; width: 62px; padding: 6px 0 4px; color: #fff; background: #ce0e0e; }
.news-slick .text .date2 p:first-child { font-size: 22px; }
.news-slick .text .title { font-size: 18px; font-weight: 700; line-height: 40px; }
.news-slick .text .title:hover { color: #ce0e0e; }
.news-slick .slick-dots { position: absolute; top: auto; right: auto; bottom: 60px; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.news-slick .slick-dots li { display: inline-block; vertical-align: top; width: 10px; height: 10px; margin: 0 5px; background: #ebd9db; border-radius: 50%; cursor: pointer; }
.news-slick .slick-dots li.slick-active { background: #ce0e0e; }

.index-contact { margin-bottom: 30px; }
.index-contact .column { margin: 0 0 30px; }
.index-contact .clearfix { height: 230px; }
.index-contact .img { width: calc(100% - 760px); font-size: 0; }
.index-contact .img img { width: 100%; height: 177px; object-fit: cover; }
.index-contact .img a { position: relative; display: inline-block; vertical-align: top; width: 50%; font-size: 20px; font-weight: 700; line-height: 53px; color: #fff; text-align: center; background: #d64a4a; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.index-contact .img a:hover { background: #ce0e0e; letter-spacing: 2px; }
.index-contact .img a::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 16px; right: 0; bottom: auto; left: auto; z-index: 1; width: 1px; height: 19px; background: #fff; }
.index-contact .img a:last-child::after { display: none; }
.index-contact .text { width: 760px; height: 100%; padding: 20px 0 0 40px; font-size: 16px; font-weight: 500; line-height: 30px; color: #fff; text-align: left; background: #ce0e0e; border-left: 1px solid #ddd; }
.index-contact .text .tips { display: inline-block; vertical-align: top; width: 100px; letter-spacing: 4px; }

.index-link ul { font-size: 0; margin: 0 -12px; }
.index-link ul > li { display: inline-block; vertical-align: top; width: 16.6666666667%; padding: 0 12px; }
.index-link ul .img-scale { border: 1px solid #ddd; }
.index-link ul li { margin: 30px 0 0; }

.picture li { margin: 12px 0 0; }
.picture .img-scale img { width: 100%; height: 110px; vertical-align: top; }

.footer { margin: 45px 0 0; padding: 15px 0; background: #b20606; }

.foot-logo { width: calc(100% - 450px);  margin: 21px 0 0; }
.foot-logo img { max-width: 100%; vertical-align: top; }

.address .text { margin: 0 0 0 18px; font-size: 14px; font-weight: 500; line-height: 28px; color: #fff; text-align: left; }
.address .qr-code { width: 100px; height: 100px; margin: 6px 0 0; vertical-align: top; }

.sidebar { width: 260px; margin: 40px 0 0; }
.sidebar h1 { padding: 15px 0; font-size: 26px; font-weight: 500; line-height: 45px; color: #fff; text-align: center; background: #b20606; border-bottom: 4px solid #ff9c00; }
.sidebar .lv2-nav li { position: relative; margin: 2px 0 0; background: #f5f8f8; -webkit-transition: all 0.25s linear 0s; -moz-transition: all 0.25s linear 0s; -ms-transition: all 0.25s linear 0s; -o-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.sidebar .lv2-nav li.cur { background: #ce0e0e; }
.sidebar .lv2-nav li.cur > a { color: #fff; }
.sidebar .lv2-nav li:hover { background: #ce0e0e; }
.sidebar .lv2-nav li:hover > a { color: #fff; }
.sidebar .lv2-nav a { display: block; font-size: 18px; font-weight: 500; line-height: 55px; color: #ce0e0e; text-align: center; }

.main { width: calc(100% - 310px); min-height: 425px; margin: 30px 0 0; }
.main .list1 .title, .main .list4 .date { line-height: 60px; }
.main .list1 .title { width: calc(100% - 140px); }

.position { margin: 0 0 10px; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; vertical-align: top; margin: 0 0 -1px; border-bottom: 3px solid #ce0e0e; font-size: 22px; font-weight: 700; line-height: 50px; color: #000; text-align: left; }

.place { font-size: 14px; font-weight: 500; line-height: 50px; color: #808080; text-align: left; padding: 0 0 0 25px; background-image: url(../images/position.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.place a { color: #808080; }
.place a:hover { color: #ce0e0e; }
.place a:last-child { color: #ce0e0e; font-weight: 700; }

.article { margin: -5px 0 0; padding: 35px 6% 0; background: #fff; }
.article .title { font-size: 028px; font-weight: 500; line-height: 36px; color: #ce0e0e; text-align: center; }
.article .sub { margin: 30px 0; padding: 13px 0; font-size: 14px; font-weight: 500; line-height: 26px; color: #666; text-align: center; border-top: 1px dashed #dedede; border-bottom: 1px dashed #dedede; }
.article .content { padding: 0 0 30px; font-size: 16px; font-weight: 500; line-height: 35px; color: #333; text-align: justify; }
.article .content p { text-indent: 2em; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: 20px auto; }
.article .content table { max-width: 100%; margin: 25px auto; }
.article .content table p { text-indent: 0; }
.article .content table img, .article .content table video { margin-top: 0; margin-bottom: 0; }
.article .content iframe { max-width: 100%; margin: 25px auto; }
.article .cont-page { padding: 25px 0 0; border-top: 1px dashed #aaa; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 15px; font-weight: 500; line-height: 28px; color: #333; text-align: left; }
.article .cont-page a:hover { color: #ce0e0e; text-decoration: underline !important; }
.article.about { padding-left: 0; padding-right: 0; }
.article.about .title { margin: 0 0 30px; }

.pic-list1 { margin: 25px 0 0; }
.pic-list1 li { padding: 25px 0; font-size: 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.pic-list1 li:first-child { padding-top: 0; }
.pic-list1 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.pic-list1 .img-scale { display: inline-block; vertical-align: top; width: 22%; min-width: 220px; }
.pic-list1 .img-scale .img { padding: 66.54% 0 0; }
.pic-list1 .text { display: inline-block; vertical-align: top; width: 78%; max-width: calc(100% - 220px); padding: 0 0 0 25px; }
.pic-list1 .date { font-size: 16px; line-height: 40px; color: #ce0e0e; }
.pic-list1 .title { margin: 10px 0 15px; font-size: 22px; line-height: 32px; max-height: 60px; }
.pic-list1 .title:hover span { background-size: 100% 1px; }
.pic-list1 .title:hover { color: #ce0e0e; }
.pic-list1 .info { font-size: 15px; line-height: 25px; height: 50px; color: #666; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

#list-page {font-family: Arial; text-align: center; margin: 30px 0 !important; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px; transition: all .3s; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {padding: 8px 10px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #ce0e0e; font-weight: bold; color: #fff; border-color: #ce0e0e;}
#list-page .p_t{ padding: 0 2px 0 0; color: #777;}
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d{display: inline-block;}
#list-page .p_pages span{color: #aaa;}
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }

@media screen and (max-width: 1550px) {
    .header { padding: 56px 0 40px }
    .container { padding: 0 15px; }
    .index-link ul { margin: 0; }
}
@media screen and (max-width: 1250px) {
 .header { padding: 35px 0 24px } 
.index-contact .text { width: 630px; }
.index-contact .img { width: calc(100% - 630px); }
}
@media print { .container { padding: 0 15px; } }