<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*common*/
* { padding: 0px; margin: 0px; }
em, i, address { font-style: normal; }
.clear { clear: both; }
.clear:after { content: ""; display: block; clear: both; }
.clear:before { content: ""; display: block; clear: both; }
.clearfix { clear: both; }
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix:before { content: ""; display: block; clear: both; }
body { font-size: 14px; color: #333; font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif, '微软雅黑','Microsoft YaHei'; background-color: #fff; }
ul, ol { list-style: none; margin: 0px; padding-left: 0px !important; }
.box-flex { display: flex; }
.box-flex.bt { justify-content: space-between }
.box-flex-col { display: flex; flex-direction: column; justify-content: space-between; }
.flex1 { flex: 1; }

.top { background-color: #f0f4f8; height: 40px; }
.top .container:before { display: none }
.top .container:after { display: none }
.top .container ul li { float: left; line-height: 40px; padding-right: 10px; }
.top .container ul li .fa { font-size: 14px; }
.top .container ul li a { color: #333; font-size: 12px; }
.top .container ul li a:hover { color: #3277f6; }

.container { position: relative; }
.contact-wx { display: none; z-index: 200; position: absolute; left: -80px; width: 120px; margin-top: 0px; background-color: #fff; padding: 10px 10px 3px 10px; box-shadow: 0px 1px 9px rgba(51, 51, 51, 0.56); }
.contact-wx .wx-cover img { width: 100px; }
li:hover .contact-wx { display: block; }

.shadow { box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5); margin-bottom: 5px; }
.nopaddingr { padding-right: 0px !important; }
.nopaddingl { padding-left: 0px !important; }
.nopaddinglr { padding-left: 0px !important; padding-right: 0px !important; }
.paddinglr15 { padding-left: 15px !important; padding-right: 15px !important; }

.pd10 { padding: 10px; }
.pdt30 { padding-top: 30px; }
.pdb30 { padding-bottom: 30px; }
.pdb15 { padding-bottom: 15px; }
.pdb50 { padding-bottom: 50px; }
.mrt15 { margin-top: 15px; }
.mrt30 { margin-top: 30px; }
.mrb30 { margin-bottom: 30px; }
.mrt50 { margin-top: 50px; }
.mrt60 { margin-top: 60px; }
.mrt80 { margin-top: 80px; }
.blockcenter { margin: 0px auto; }
.ft36 { font-size: 36px !important; }
.ft24 { font-size: 24px !important; }
.ft20 { font-size: 20px !important; }
.ft18 { font-size: 18px !important; }
.ft16 { font-size: 16px !important; }
.ft15 { font-size: 15px !important; }
.ft14 { font-size: 14px !important; }
.ft13 { font-size: 13px !important; }
.ft12 { font-size: 13px !important; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw600 { font-weight: 600; }
.fc_fff { color: #fff; }
.fc_999 { color: #999; }
.fc_gray { color: #595959; }
.fc_333 { color: #333; }
.fc_red { color: #e60033; }
.fc_main { color: #d4975c; }
.fc_blue { color: rgb(0, 148, 255); }
.fc_org { color: #fc8500; }
.bg_red { background-color: #c2002f; }

.bg_f5 { background-color: #f5f5f5; }
.icon-plus { width: 20px; height: 20px; display: inline-block; overflow: hidden; position: relative; }
.icon-plus:after, .icon-plus:before { background-color: #fff; content: ""; width: 20px; height: 2px; display: block; overflow: hidden; position: absolute; top: 50%; margin-top: -1px; border-radius: 2px; }
.icon-plus:after { transform: rotate(90deg); }
.bg-fff { background-color: #fff; }
/*补充*/

/*自定义*/
.footer { background-color: #303030; color: #eee; font-size: 12px; padding: 15px 0px; }
.footer a { color: #eee; }
.footer p a { margin-left: 10px; }
.footer p a:first-child { margin-left: 0px; }
.footer dl dt { font-size: 16px; }
.footer .wx { display: flex; align-items: center; }
.footer .wx dl { flex: 1; padding-right: 10px; text-align: right; }
.footer .wx img { width: 90px; height: 90px; }

.footer .row { display: flex; align-items: center; }






.carditem { display: block; margin-bottom: 30px; position: relative; }
.carditem .cardcover { width: 100%; height: 190px; overflow: hidden; display: block; position: relative; z-index: 10; }
.carditem .cardcover img { width: 100%; min-height: 190px; border: none; display: block; transition: all 0.3s; z-index: 90; position: absolute; transform: translate(-50%,-50%); left: 50%; right: 50%; top: 50%; bottom: 50%; opacity: 1; }
.carditem .cardtitle { padding: 0px 10px; color: #808080; display: block; }
.carditem .cardtitle span { text-overflow: ellipsis; font-size: 18px; overflow: hidden; color: #fff; white-space: nowrap; width: 100%; }
.carditem .cardtitle-bg-blue { width: 100%; position: absolute; bottom: 0px; z-index: 100; padding: 10px 0px; background: linear-gradient(rgba(0,0,0,0), rgba(0, 137, 235, 0.80)); }
.carditem:hover .cardtitle-bg-blue { background: linear-gradient(rgba(0,0,0,0), rgba(0, 137, 235, 0.90)); }
.carditem .cardtitle-bg-black { width: 100%; position: absolute; bottom: 0px; z-index: 100; padding: 10px 0px 30px 0px; background: linear-gradient(rgba(0,0,0,0), rgba(0, 0, 0, 0.80)); }
.carditem:hover .cardtitle-bg-black { background: linear-gradient(rgba(0,0,0,0), rgba(0, 0, 0, 0.90)); }
.carditem .carddesc { text-align: justify; color: #fff; padding: 0px 10px; }
.carditem .cardthum { font-weight: 300; text-align: justify; }
.carditem:hover .cardcover img { opacity: 0.85; }

.carditem .cardtitle-bg-black .cardtitle { text-align: center; font-size: 20px; }
.carditem .cardtitle-bg-black .cardtitle span { font-size: 24px; }



.page-header.forlink { margin: 20px 0 20px; border-bottom: solid 1px #898681; }
.page-header.forlink ul { margin-bottom: 0px; }
.page-header.fornews { margin: 0px; border-bottom: solid 0px #3277f6; background-color: #f5f5f5; padding: 10px 10px; overflow: hidden; }
.page-header.fornews h3 { color: #231815; font-size: 22px; margin: 0px; font-weight: 400; }
.page-header.fornews h3 span { cursor: pointer; }
.page-header.fornews h3 span:hover { color: #3277f6; }
.page-header.fornews h3 .active { color: #3277f6; }
.page-header.fornews h3 small { font-weight: 300; font-size: 14px; }
.page-header.fornews h3 small:after { content: "&gt;&gt;"; }
.page-header.fornews h3 small:hover { color: #0085e9; }

.icon-loading2 { width: 60px; height: 24px; background: url(../img/loading-0.gif) no-repeat center; display: inline-block; zoom: 1; overflow: hidden; font-size: 0px; }
.icon-loading { height: 40px; width: 40px; display: inline-block; background: url(../img/working.gif) no-repeat center; overflow: hidden; zoom: 1; }

/*.icon-weixin { width: 40px; height: 40px; display: inline-block; background: url(../img/icons.png) no-repeat 0px -63px; overflow: hidden; zoom: 1; vertical-align: middle; -moz-transition: all .3s ease-in-out 0s; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.icon-qq { width: 40px; height: 40px; display: inline-block; background: url(../img/icons.png) no-repeat 0px -103px; overflow: hidden; zoom: 1; vertical-align: middle; -moz-transition: all .3s ease-in-out 0s; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.icon-weibo { margin: 0px 20px; width: 40px; height: 40px; display: inline-block; background: url(../img/icons.png) no-repeat 0px -143px; overflow: hidden; zoom: 1; vertical-align: middle; -moz-transition: all .3s ease-in-out 0s; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }*/
.icon-user-default { display: inline-block; background: url(../img/user-default.png) no-repeat center; height: 60px; width: 60px; overflow: hidden; zoom: 1; }
.icon-down { width: 16px; height: 16px; display: inline-block; background: url(../img/icon-down.png) no-repeat center; overflow: hidden; zoom: 1; vertical-align: middle; -moz-transition: all .3s ease-in-out 0s; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
.box-search { width: 285px; position: absolute; height: 36px; right: 10px; border-radius: 18px; border: solid 1px #ddd; top: 50%; margin-top: -18px; background-color: #fff; }
#txtSearch { border: none; background: none; width: 240px; height: 36px; line-height: 36px; padding-left: 20px; display: inline-block; outline: none; vertical-align: middle; }
.icon-search { width: 36px; height: 36px; border: none; outline: none; display: inline-block; background: url(../img/icon-search.png) no-repeat center; overflow: hidden; zoom: 1; vertical-align: middle; -moz-transition: all .3s ease-in-out 0s; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }

.commstar { width: 80px; height: 16px; display: inline-block; background: url(../img/star.png) repeat-x; background-size: 16px 16px; vertical-align: middle; position: relative; }
.commstar .star { height: 16px; display: inline-block; vertical-align: middle; position: absolute; left: 0; top: 0; }
.commstar .star.star1 { width: 20%; z-index: 6; }
.commstar .star.star2 { width: 40%; z-index: 5; }
.commstar .star.star3 { width: 60%; z-index: 4; }
.commstar .star.star4 { width: 80%; z-index: 3; }
.commstar .star.star5 { width: 100%; z-index: 2; }
.commstar .star.active { background: url(../img/star-active.png) repeat-x; background-size: 16px 16px; }

/*override*/
.breadcrumb { background-color: inherit; border-bottom: solid 1px #eee; border-radius: inherit; font-weight: 300; }
a { color: #333; text-decoration: none; }
a:focus, a:hover { color: #d4975c; text-decoration: none; }
.btn { border-radius: 3px;   }
.footer-logo { height: 30px; }
.page-header { border-bottom: none; }
.page-header.bb { border-bottom: solid 1px #eee; }
.btn-danger { border-radius: 3px; background-color: #c2002f; border-color: #c2002f; font-weight: 300; }
/*自适应*/

.nav-con .container .logo { background: url(../img/logo.png) no-repeat center !important; background-size: auto 80px !important; height: 80px; width: 200px; float: left; }
.nav-con .container .nav-yq { background-size: auto 80px !important; height: 80px; width: 180px; float: left; }
/*.nav-con .container .nav-yq {
    background: url(../img/nav-yq.png) no-repeat center !important;
    background-size: auto 80px !important;
    height: 80px;
    width: 180px;
    float: left;
}*/
.footer-toolbar { display: none; }
.forh5 { display: none!important; }

.icon_kfbar{background:url(../img/icon-kf.png) no-repeat center;display:block;width:60px;height:70px;position:fixed;right:2px;top:300px;z-index:2000;border-radius:5px; }
 
@media screen and (min-width:768px) { /*pc*/
    .nav-con { background-color: #fff; width: 100%; height: 80px; transition: all 0.5s; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) }
    .navbar-brand { display: none; }
    .navbar-te { display: table; width: 750px; float: right; table-layout: fixed }
    .navbar-te &gt; li { display: table-cell; text-align: center; height: 80px; line-height: 80px; position: relative; }
    .navbar-te &gt; li &gt; a { color: #333; padding: 0px 10px; height: 36px; line-height: 36px; border-radius: 5px; display: inline-block; font-size: 16px; font-weight: 400; position: relative; transition: all 0.3s; }
    .navbar-te &gt; li.toggle &gt; a:after { content: ""; width: 16px; height: 16px; display: inline-block; background: url(../img/icon-down.png) no-repeat center; overflow: hidden; zoom: 1; vertical-align: middle; -moz-transition: all .3s ease-in-out 0s; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s; }
    .bg-white .navbar-te &gt; li &gt; a { color: #010919; }
    .navbar-te &gt; li:hover &gt; a { background-color: #d4975c; color: #fff; }
    .navbar-te &gt; li.toggle:hover &gt; a:after { transform: rotate(-180deg); }
    .navbar-te &gt; li &gt; .icon-down { display: none; }
    .navbar-te &gt; li.active &gt; a { background-color: #a90a0f; color: #fff; }
    .navbar-te &gt; li.active { background-color: #010919; }
    .navbar-te &gt; li &gt; ul { position: absolute; display: none; z-index: 2000; background-color: rgba(1, 9, 25, 0.95); width: 100%; }
    .navbar-te &gt; li &gt; ul &gt; li { line-height: 44px; }
    .navbar-te &gt; li &gt; ul &gt; li &gt; a { color: #fff; display: block; }
    .navbar-te &gt; li &gt; ul &gt; li &gt; a:hover { background-color: #a90a0f; }
    .navbar-te &gt; li:hover &gt; ul { display: block; }
}

@media screen and (max-width:767px) {
    /*h5*/
    /*#icon_module{display:none;}*/
    .forh5 { display: inline-block!important; }
    .forpc{display:none!important;}
    .icon_kfbar { display: none !important; }
    .nav-yq{display:none;}
    #mobile_icon_div { display: none !important; }
    .navbar-nav &gt; li.signOut { display: block !important; }
    .container-h5 { padding-left: 0px; padding-right: 0px; }
    .container { padding-left: 0px; padding-right: 0px; }
    .top { display: none; }
    .nav-con { top: 0px !important; position: fixed !important; z-index: 1000; }
    .h1, h1 { font-size: 24px; }
    .container { position: relative; width: 100% !important }

    .nav-con { background-color: #f5f5f5 !important; width: 100%; height: 50px; position: relative !important; }
    .nav-con .logo { display: none; }
    .nav-con.bg-white { background-color: #c50c11; }
    .nav-con .navbar-brand { display: inline-block; background: url(../img/logo.png) no-repeat center; background-size: auto 50px; width: 120px; height: 50px; }

    .nav-con .container {display:none;  padding-left: 0px; padding-right: 0px; position: absolute; top: 50px; background-color: rgba(255, 255, 255, 0.98); width: 100% !important; border-top: solid 1px #eee; }
    .navbar-te { float: left !important; width: 100%; display: block; }
    .navbar-te &gt; li { position: relative; display: block; height: unset; line-height: unset; text-align: left; }
    .navbar-te &gt; li.toggle &gt; a:after { display: none; }

    .navbar-te &gt; li &gt; .icon-down { display: inline-block; width: 52px; height: 52px; position: absolute; right: 0px; top: 0px; cursor: pointer; }
    .navbar-te &gt; li &gt; a { color: #d4975c !important; display: inline-block; padding: 15px 10px; font-size: 16px; font-weight: 300; position: relative; transition: all 0.3s; }
    .navbar-te &gt; li.on { background-color: #131c2f !important; }
    .navbar-te &gt; li.on &gt; a { color: #fff !important; }
    .navbar-te &gt; li.active &gt; a { background-color: #fff; color: #333; }
    .navbar-te &gt; li.active { background-color: #fff; }
    .navbar-te &gt; li &gt; ul { display: none; z-index: 2000; background-color: #131c2f; width: 100%; position: inherit; }
    .navbar-te &gt; li &gt; ul &gt; li { padding-left: 25px; height: unset; line-height: unset; }
    .navbar-te &gt; li &gt; ul &gt; li &gt; a { color: #fff; display: block; padding: 15px 0px; font-size: 14px; font-weight: 300; }
    .navbar-te &gt; li.on &gt; ul { display: block; }
    .navbar-te &gt; li:hover &gt; ul { display: none; }
    .navbar-te &gt; li:hover { background-color: transparent; }
    .navbar-te &gt; li:hover &gt; a { background-color: transparent; color: #333; }
    .navbar-te &gt; li &gt; ul &gt; li &gt; a:hover { background-color: #131c2f; font-weight: 300; }
    .navbar-brand { width: 170px; height: 50px; background: url(../img/logo.png) no-repeat center; background-size: auto 36px; position: absolute; left: 5px; top: 0px; z-index: 200; }

    .navbar-toggle .icon-bar { background-color: #d4975c; transition: all 0.5s; }
    .navbar-toggle.collapsed .icon-bar:nth-child(2) { opacity: 0; }
    .navbar-toggle.collapsed .icon-bar:nth-child(1) { transform: rotate(45deg) translate(.45em, .3em); }
    .navbar-toggle.collapsed .icon-bar:nth-child(3) { transform: rotate(-45deg) translate(.35em, -.15em) }


    .carditem { display: block; margin-bottom: 30px; position: relative; border-radius: 6px; overflow: hidden; }
    .carditem .cardcover { width: 100%; height: 90px; overflow: hidden; display: block; position: relative; z-index: 10; }
    .carditem .cardcover img { width: 100%; min-height: 90px; border: none; display: block; transition: all 0.3s; z-index: 90; position: absolute; transform: translate(-50%,-50%); left: 50%; right: 50%; top: 50%; bottom: 50%; opacity: 1; }
    .carditem .cardtitle-bg-black { padding-bottom: 15px; }
    .carditem .cardtitle-bg-black .cardtitle span { font-size: 16px }
    /*.carditem .cardcover { width: 100%; height: 120px; overflow: hidden; display: block; position: relative; z-index: 10; }
    .carditem .cardcover img { width: 100%; min-height: 120px; border: none; display: block; transition: all 0.3s; z-index: 90; position: absolute; transform: translate(-50%,-50%); left: 50%; right: 50%; top: 50%; bottom: 50%; opacity: 1; }*/


    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: rgba(50, 119, 246, 0); }
    .box-toolbar { display: none }
    .row { margin-left: 0px; margin-right: 0px; }
    .footer .wx { display: flex; align-items: center; justify-content: center; }
    .footer .wx dl { flex: initial; padding-right: 10px; text-align: right; }
    .footer .wx img { width: 90px; height: 90px; }
    .footer .row { display: flex; align-items: center; flex-wrap: wrap; justify-content: center;}
    .footer .row &gt; div { text-align: center; padding-bottom: 10px; }

    .footer-toolbar { color: #fff; justify-content: space-between; align-items: center; display: flex; background-color: rgba(1, 7, 19, 0.9); height: 80px; width: 100%; position: fixed; bottom: 0px; left: 0px; z-index: 1100; }
    .footer-toolbar .qr-title { flex: 1; padding-left: 10px;font-size:14px; }
    .footer-toolbar .qr { height: 60px; width: 100px; margin-left: 10px; position: relative; }
    .footer-toolbar .qr img { width: 100px; position: absolute; bottom: 0px; left: 0px; box-shadow: 0px 0px 9px rgba(1, 5, 14, 0.8) }

    .footer-toolbar .icon-close { border-radius: 5px 0px 0px 0px; width: 36px; height: 36px; text-align: center; line-height: 36px; position: absolute; right: 0px; top: -36px; color: #d4975c; font-size: 24px; background-color: rgba(1, 7, 19, 0.9) }
}



.pagination li .on { background-color: #d4975c; color: #fff; border: solid 1px #d4975c }
.pagination li .unable { background-color: #ddd; color: #808080; border: solid 1px #ddd; cursor: not-allowed }


/*侧边条*/
.icon-qq { width: 50px; height: 50px; display: inline-block; background: url(../img/icon-toolbar.png) no-repeat 0px 0px; overflow: hidden; zoom: 1; vertical-align: middle; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.icon-phone { width: 50px; height: 50px; display: inline-block; background: url(../img/icon-toolbar.png) no-repeat 0px -50px; overflow: hidden; zoom: 1; vertical-align: middle; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.icon-weixin { width: 50px; height: 50px; display: inline-block; background: url(../img/icon-toolbar.png) no-repeat 0px -100px; overflow: hidden; zoom: 1; vertical-align: middle; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.icon-mail { width: 50px; height: 50px; display: inline-block; background: url(../img/icon-toolbar.png) no-repeat 0px -200px; overflow: hidden; zoom: 1; vertical-align: middle; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.box-toolbar { width: 50px; height: 152px; position: fixed; margin-right: -625px; right: 50%; bottom: 300px; z-index: 1000; }
.box-toolbar .bar-qq { z-index: 100; box-shadow: 0px 0px 9px rgba(51, 51, 51, 0.2); cursor: pointer; font-size: 16px; height: 50px; width: 50px; overflow: hidden; position: absolute; right: 0px; top: 0px; background-color: #fff; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.box-toolbar .bar-qq:hover { width: 190px; }
.box-toolbar .bar-qq:hover i { background-position-x: -50px; }
.box-toolbar .bar-phone { cursor: pointer; font-size: 16px; height: 50px; width: 50px; overflow: hidden; margin: 1px 0px; position: absolute; right: 0px; top: 50px; background-color: #fff; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.box-toolbar .bar-phone:hover { width: 290px; }
.box-toolbar .bar-phone:hover i { background-position-x: -50px; }
.box-toolbar .bar-weixin { z-index: 110; box-shadow: 0px 0px 9px rgba(51, 51, 51, 0.2); cursor: pointer; height: 50px; width: 50px; overflow: hidden; position: absolute; right: 0px; top: 53px; background-color: #fff; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.box-toolbar .bar-weixin:hover { height: 180px; width: 200px; }
.box-toolbar .bar-weixin:hover i { background-position-x: -50px; }
.box-toolbar .bar-weixin .bar-header { height: 50px; font-size: 16px; }
.box-toolbar .bar-weixin .bar-value { width: 200px; text-align: center; }
.box-toolbar .bar-weixin .bar-value img { height: 104px; width: 104px; }

.box-toolbar .bar-mail { z-index: 100; box-shadow: 0px 0px 9px rgba(51, 51, 51, 0.2); cursor: pointer; font-size: 16px; height: 50px; width: 50px; overflow: hidden; margin: 1px 0px; position: absolute; right: 0px; top: 106px; background-color: #fff; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.box-toolbar .bar-mail:hover { width: 230px; }
.box-toolbar .bar-mail:hover i { background-position-x: -50px; }
</pre></body></html>