| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/data/wwwroot/2026_08_16_02/m/css/ |
Upload File : |
@charset "utf-8";
*,
*:before,
*:after {
margin: 0;
padding: 0;
font-style: normal;
list-style: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
width: 100%;
height: 100%;
}
body {
font-size: 14px;
color: #666;
font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a {
color: #666;
text-decoration: none;
outline: 0;
}
a:active {
outline: 0;
}
a:hover {
color: #666;
text-decoration: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
}
em,
i {
font-style: normal;
}
img {
vertical-align: middle;
}
input,
select,
textarea {
font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
textarea {
overflow: auto;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
outline: 0;
}
input::-ms-clear {
display: none;
}
.clearfix,
.clear:after {
width: 100%;
clear: both;
line-height: 0;
display: block;
overflow: hidden;
zoom: 1;
font-size: 0;
content: '.';
}
.wrap {
width: 100%;
overflow: hidden;
padding: 65px 0 0 0;
}
/* header */
header {
width: 100%;
position: fixed;
left: 0px;
top: 0px;
z-index: 99;
background: #fff;
right: 0px;
box-shadow: 0 0 10px #ddd;
padding: 10px;
}
header .logo {
float: left;
}
header .logo img {
height: 45px;
width: auto;
}
header .logoinfo {
float: left;
background: url(../images/head_line.png) left center no-repeat;
background-size: auto 45px;
height: 45px;
padding: 0 0 0 10px;
margin: 0 0 0 10px;
font-size: 12px;
}
header .logoinfo .bold {
font-weight: bold;
font-size: 14px;
padding: 5px 0 2px 0;
}
header .logoinfo span {
color: #c01f31;
}
header .but {
float: right;
}
header .but li {
float: left;
font-size: 30px;
margin-left: 10px;
margin-top: 8px;
}
header .but li:first-child {
margin-left: 0;
}
header .but li.cur .iconfont {
color: #c01f31;
}
/* nav */
nav {
display: none;
position: fixed;
left: 0px;
top: 65px;
width: 100%;
bottom: 0px;
overflow-y: auto;
z-index: 99;
box-shadow: 0 0 10px #ddd;
background: rgba(0, 0, 0, 0.3);
}
nav ul {
background: #fff;
position: relative;
overflow: hidden;
z-index: 1;
box-shadow: 0 0 5px #ddd;
}
nav li {
position: relative;
}
nav li > a {
display: block;
overflow: hidden;
font-size: 16px;
padding: 0 20px;
border-bottom: 1px solid #eee;
line-height: 50px;
}
nav li .iconfont {
position: absolute;
right: 0px;
top: 0px;
line-height: 50px;
width: 50px;
text-align: center;
z-index: 1;
font-size: 18px;
}
nav li .sub {
background: #f5f5f5;
padding: 10px 0;
display: none;
}
nav li .sub a {
display: block;
overflow: hidden;
padding: 0 20px;
line-height: 36px;
border-bottom: 1px dotted #ddd;
}
nav li .sub a:last-child {
border-bottom: 0;
}
/* footer */
footer {
width: 100%;
overflow: hidden;
padding: 20px 10px;
background: #333;
color: #fff;
font-size: 12px;
}
footer .box {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
footer a {
color: #fff;
}
footer .iconfont {
font-size: 16px;
color: #f0592d;
margin-right: 5px;
position: relative;
top: 1px;
}
footer .cont {
overflow: hidden;
white-space: nowrap;
padding: 0 0 0 5%;
line-height: 1.5;
}
footer .ewm {
text-align: center;
}
footer .ewm img {
width: 100px;
padding: 4px;
border: 1px dotted #d7d7d7;
margin-bottom: 5px;
}
footer .copy {
text-align: center;
overflow: hidden;
border-top: 1px solid #444;
padding: 10px 0 0 0;
margin-top: 10px;
line-height: 1.8;
}
/* backtop */
.backtop {
width: 25px;
height: 69px;
position: fixed;
left: 50%;
margin-left: 620px;
bottom: 20px;
background: url(../images/backtop.png);
z-index: 999;
cursor: pointer;
}
/* search */
.search {
width: 100%;
overflow: hidden;
position: relative;
padding: 0 40px 0 0;
}
.search input[type='text'] {
width: 100%;
height: 40px;
border: 1px solid #eee;
padding: 0 10px;
float: left;
}
.search button {
width: 40px;
height: 40px;
background: #f0592d;
color: #fff;
border: 0;
position: absolute;
right: 0px;
top: 0px;
font-size: 18px;
}
/* banner */
.banner {
width: 100%;
position: relative;
overflow: hidden;
}
.banner a {
display: block;
overflow: hidden;
width: 100%;
background-position: center top;
background-repeat: no-repeat;
background-size: auto 100%;
}
.banner .swiper-pagination-bullets {
bottom: 5px;
position: absolute;
z-index: 5;
text-align: center;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
width: 20px;
height: 4px;
border-radius: 10px;
cursor: pointer;
margin: 0 4px;
background: none;
opacity: 1;
background: rgba(162, 162, 162, 0.8);
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
background: rgba(234, 53, 22, 0.8);
}
/* nbanner */
.nbanner {
overflow: hidden;
}
.nbanner img {
width: 100%;
height: auto;
}
/* in_tit */
.in_tit {
overflow: hidden;
text-align: center;
padding: 0 0 15px 0;
font-size: 12px;
}
.in_tit span {
font-size: 20px;
color: #333;
}
.in_tit em {
display: block;
overflow: hidden;
text-transform: uppercase;
letter-spacing: 1px;
padding: 5px 0;
}
.in_tit p {
display: inline-block;
position: relative;
color: #888;
}
.in_tit p:before,
.in_tit p:after {
content: "";
width: 20px;
height: 1px;
background: #f0592d;
position: absolute;
top: 50%;
margin-top: -1px;
}
.in_tit p:before {
left: -34px;
}
.in_tit p:after {
right: -34px;
}
/* in_box */
.in_box {
width: 100%;
overflow: hidden;
padding: 20px 10px;
}
/* in_bj */
.in_bj {
background: #f5f5f5;
}
/* in_news */
.in_news .tit {
height: 46px;
line-height: 50px;
overflow: hidden;
border-bottom: 1px dotted #cacaca;
padding: 0 10px;
}
.in_news .tit span {
font-size: 16px;
float: left;
margin-left: 15px;
font-weight: bold;
}
.in_news .tit span:first-child {
margin-left: 0px;
}
.in_news .tit span.on {
color: #ea3516;
}
.in_news .tit a {
color: #999999;
text-transform: uppercase;
float: right;
font-size: 12px;
}
.in_news .boxsm {
background: #f0f0f0;
overflow: hidden;
box-shadow: 0 0 15px #eee;
}
.in_news .boxsm .gund {
overflow: hidden;
padding: 10px 0;
}
.in_news .boxsm .gund li {
border-bottom: 1px dotted #d2d2d2;
overflow: hidden;
}
.in_news .boxsm .gund li a {
padding: 10px;
display: block;
overflow: hidden;
}
.in_news .boxsm .gund li .bt {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: url(../images/icon_askw.png) left top no-repeat;
background-size: auto 22px;
height: 22px;
line-height: 22px;
padding-left: 25px;
margin-bottom: 5px;
}
.in_news .boxsm .gund li p {
background: url(../images/icon_askd.png) left top no-repeat;
background-size: auto 22px;
color: #999999;
line-height: 20px;
padding: 0 0 0 25px;
height: 40px;
display: block;
overflow: hidden;
}
.in_news .boxbig {
background: #f0f0f0;
margin-bottom: 15px;
overflow: hidden;
box-shadow: 0 0 15px #eee;
}
.in_news .boxbig dl {
overflow: hidden;
padding: 10px;
}
.in_news .boxbig dl dt {
position: relative;
overflow: hidden;
padding: 0 0 5px 0;
}
.in_news .boxbig dl dt .pic {
display: block;
overflow: hidden;
float: left;
margin-right: 10px;
}
.in_news .boxbig dl dt .pic img {
width: 120px;
height: 80px;
}
.in_news .boxbig dl dt .bt {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
font-weight: bold;
line-height: 30px;
}
.in_news .boxbig dl dt p {
display: block;
overflow: hidden;
height: 44px;
line-height: 22px;
margin: 6px 0 0 0;
}
.in_news .boxbig dl dd a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-bottom: 1px dotted #ddd;
line-height: 40px;
position: relative;
padding: 0 0 0 15px;
}
.in_news .boxbig dl dd a:before {
position: absolute;
left: 2px;
top: 50%;
content: "";
margin-top: -3px;
width: 0;
height: 0;
border-top: 3px solid transparent;
border-left: 4px solid #ea3516;
border-bottom: 3px solid transparent;
}
/* in_about */
.in_about {
background: url(../images/bj_inabout.jpg) center top no-repeat;
background-size: 100% 100%;
}
.in_about .video {
background: #000;
}
.in_about .video video {
width: 100%;
height: auto;
}
.in_about .video img {
width: 100%;
height: auto;
}
.in_about .box {
background: #fafafa;
overflow: hidden;
padding: 15px;
float: right;
line-height: 2;
color: #888;
}
.in_about .box .info {
overflow: hidden;
text-align: justify;
}
.in_about .box strong {
color: #ea3516;
font-size: 16px;
}
.in_about .box .more {
float: left;
display: block;
overflow: hidden;
color: #c01f31;
text-transform: uppercase;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
.in_about .box .more .iconfont {
font-size: 18px;
margin-right: 5px;
}
/* in_gsry */
.in_gsry .tab {
overflow: hidden;
text-align: center;
padding: 0 0 15px 0;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
justify-content: center;
position: relative;
z-index: 2;
}
.in_gsry .tab ul li {
float: left;
line-height: 44px;
background: #ecebe8;
font-size: 16px;
padding: 0 30px;
}
.in_gsry .tab ul li.on {
background: #c01f31;
color: #fff;
}
.in_gsry .xun ul {
overflow: hidden;
margin: 0 -5px;
}
.in_gsry .xun ul li {
width: 50%;
float: left;
overflow: hidden;
background: #fff;
padding: 0 5px;
}
.in_gsry .xun ul li .pic {
display: block;
overflow: hidden;
}
.in_gsry .xun ul li .pic img {
width: 100%;
height: auto;
}
.in_gsry .xun ul li .bt {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
line-height: 40px;
}
.in_gsry .but {
overflow: hidden;
text-align: center;
padding: 15px 0 0 0;
line-height: 40px;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
justify-content: center;
}
.in_gsry .but a {
background: #c01f31;
color: #fff;
padding: 0 15px;
}
.in_gsry .but a:last-child {
background: #ea3516;
margin-left: 10px;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
justify-content: center;
}
.in_gsry .but i {
font-size: 20px;
margin-right: 5px;
}
/* in_heng */
.in_heng {
width: 100%;
overflow: hidden;
background: #000;
position: relative;
color: #fff;
padding: 8px 70px 8px 10px;
line-height: 24px;
text-align: center;
}
.in_heng span {
color: #f0592d;
}
.in_heng a {
position: absolute;
right: 0px;
top: 0px;
background: #c01f31;
color: #fff;
display: block;
overflow: hidden;
font-size: 16px;
padding: 8px 10px;
line-height: 24px;
width: 60px;
height: 64px;
}
/* in_sida */
.in_sida {
width: 100%;
overflow: hidden;
padding: 20px 10px;
}
.in_sida dl {
overflow: hidden;
margin-top: -10px;
}
.in_sida dl dd {
margin-top: 10px;
overflow: hidden;
background: #f5f5f5;
border-radius: 5px;
position: relative;
padding: 0 10px 10px 50px;
}
.in_sida dl dd .xh {
position: absolute;
left: 0px;
top: 0px;
background: #ea3516;
color: #fff;
width: 40px;
height: 60px;
font-size: 24px;
text-align: center;
overflow: hidden;
}
.in_sida dl dd .xh i {
font-family: 'deckerregular';
line-height: 48px;
display: inline-block;
}
.in_sida dl dd .xh .one {
margin-left: 3px;
}
.in_sida dl dd .xh:before {
content: "";
position: absolute;
left: 8px;
right: 8px;
height: 1px;
background: #fff;
top: 45px;
}
.in_sida dl dd .bt {
overflow: hidden;
}
.in_sida dl dd .bt strong {
display: block;
overflow: hidden;
color: #333;
font-size: 18px;
height: 48px;
line-height: 48px;
border-bottom: 1px dotted #ccc;
color: #ea3516;
}
.in_sida dl dd .bt em {
display: block;
overflow: hidden;
text-transform: uppercase;
color: #999;
padding-top: 10px;
font-size: 12px;
line-height: 1.4;
}
.in_sida dl dd .info {
line-height: 24px;
padding-left: 24px;
margin-top: 10px;
background: url(../images/icon_ye.gif) no-repeat left 3px;
background-size: auto 14px;
text-align: justify;
}
.in_sida dl dd .info span {
color: #c01f31;
font-weight: bold;
}
/* in_pro */
.in_pro {
overflow: hidden;
padding: 20px 10px;
background: url(../images/bj_inpro.png) center top repeat;
}
.in_pro ul {
margin: -5px;
overflow: hidden;
}
.in_pro ul li {
float: left;
width: 50%;
padding: 5px;
text-align: center;
}
.in_pro ul li a {
display: block;
overflow: hidden;
box-shadow: 0 0 1px #ccc;
background: -webkit-linear-gradient(top, #fff, #eee);
background: -moz-linear-gradient(top, #fff, #eee);
background: -o-linear-gradient(top, #fff, #eee);
background: linear-gradient(top, #fff, #eee);
}
.in_pro ul li .pic {
display: block;
overflow: hidden;
}
.in_pro ul li .pic img {
width: 100%;
height: auto;
}
.in_pro ul li .bt {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 36px;
padding: 0 10px;
}
/* main */
.main {
width: 100%;
padding: 10px 10px 20px 10px;
overflow: hidden;
}
/* prolist */
.prolist {
overflow: hidden;
margin: 0 -5px;
}
.prolist li {
float: left;
width: 50%;
padding: 0 5px;
text-align: center;
}
.prolist li .pic {
display: block;
overflow: hidden;
border: 1px solid #eee;
}
.prolist li .pic img {
width: 100%;
height: auto;
}
.prolist li .bt {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 36px;
line-height: 36px;
}
/* proview */
.proview {
overflow: hidden;
}
.proview .ban .big {
border: 1px solid #d4d4d4;
overflow: hidden;
}
.proview .ban .big img {
width: 100%;
height: auto;
}
.proview .ban .big .iconfont {
position: absolute;
right: 10px;
bottom: 10px;
font-size: 24px;
opacity: 0.2;
}
.proview .ban .small {
margin: 10px 0 15px 0;
overflow: hidden;
position: relative;
padding: 0 25px;
}
.proview .ban .small .swiper-slide {
cursor: pointer;
}
.proview .ban .small .swiper-slide img {
width: 100%;
height: auto;
padding: 2px;
border: 1px solid #d4d4d4;
}
.proview .ban .small .active-nav img {
border: 1px solid #ea3516;
}
.proview .ban .small .arrow-left,
.proview .ban .small .arrow-right {
position: absolute;
top: 50%;
z-index: 10;
width: 20px;
height: 40px;
line-height: 40px;
margin-top: -20px;
font-size: 18px;
text-align: center;
cursor: pointer;
outline: 0;
z-index: 5;
}
.proview .ban .small .arrow-left {
left: 0px;
}
.proview .ban .small .arrow-right {
right: 0px;
}
.proview .box {
line-height: 2;
}
.proview .box .bt {
border-bottom: 1px dashed #ddd;
font-size: 18px;
color: #ea3516;
padding: 0 0 5px 0;
font-weight: bold;
margin-bottom: 10px;
line-height: 1.5;
}
.proview .box strong {
color: #ea3516;
font-size: 20px;
}
.proview .box .but {
background: -webkit-linear-gradient(bottom, #ea3516, #f0592d);
background: -moz-linear-gradient(bottom, #ea3516, #f0592d);
background: -o-linear-gradient(bottom, #ea3516, #f0592d);
background: linear-gradient(bottom, #ea3516, #f0592d);
box-shadow: 0 0 1px #ffff00;
border-radius: 3px;
color: #fff;
display: block;
overflow: hidden;
width: 120px;
line-height: 40px;
text-align: center;
margin-top: 10px;
}
.proview .stit {
border-bottom: 2px solid #ea3516;
overflow: hidden;
margin-top: 20px;
}
.proview .stit span {
display: block;
overflow: hidden;
padding: 0 20px;
color: #fff;
height: 40px;
line-height: 42px;
background: #ea3516;
font-weight: bold;
float: left;
border-radius: 3px 3px 0 0;
font-size: 16px;
}
.proview .body {
padding: 15px 5px;
line-height: 1.8;
overflow: hidden;
}
.proview .body img {
max-width: 100%;
height: auto;
}
.proview .body p {
padding: 5px 0;
}
.proview .key {
border-top: 1px dashed #ddd;
overflow: hidden;
font-size: 12px;
padding: 10px 0 0 0;
line-height: 1.8;
}
.proview .key li {
float: left;
margin-right: 10px;
}
.proview .key li a {
color: #888;
}
/* dinggou */
.dinggou {
border-top: 2px solid rgba(234, 53, 22, 0.7);
overflow: hidden;
margin-top: 15px;
}
.dinggou .tit {
background: -webkit-linear-gradient(bottom, #f5f5f5, #eee);
background: -moz-linear-gradient(bottom, #f5f5f5, #eee);
background: -o-linear-gradient(bottom, #f5f5f5, #eee);
background: linear-gradient(bottom, #f5f5f5, #eee);
line-height: 40px;
padding: 0 10px;
font-weight: bold;
color: #ea3516;
overflow: hidden;
box-shadow: 0 0 2px #eee;
margin-bottom: 15px;
}
.dinggou .tit .fl {
float: left;
}
.dinggou .tit .fr {
float: right;
color: #888;
font-size: 12px;
}
.dinggou .tit .fr em {
color: #ff0000;
}
/* messdd */
.messdd {
overflow: hidden;
margin-top: -10px;
}
.messdd li {
overflow: hidden;
position: relative;
padding: 0 0 0 115px;
margin-top: 10px;
}
.messdd li label {
position: absolute;
left: 0px;
top: 0px;
line-height: 42px;
width: 110px;
text-align: right;
}
.messdd li label i {
color: #ff0000;
margin-right: 2px;
}
.messdd li input[type='text'] {
border: 1px solid #eee;
width: 100%;
height: 40px;
float: left;
padding: 0 10px;
}
.messdd li #messdd_code {
width: 30%;
}
.messdd li textarea {
border: 1px solid #eee;
width: 100%;
height: 80px;
float: left;
padding: 10px;
}
.messdd li input[type='submit'] {
border: 0;
width: 100px;
height: 36px;
float: left;
padding: 0 10px;
background: #ea3516;
color: #fff;
}
.messdd li input[type='reset'] {
border: 0;
width: 100px;
height: 36px;
float: left;
margin-left: 15px;
background: #f0592d;
color: #fff;
}
.messdd li .ms {
padding: 5px 0 0 0;
overflow: hidden;
float: left;
font-size: 12px;
color: #888;
}
.messdd li .ms span {
color: #ff0000;
}
.messdd li .code {
float: left;
margin-left: 5px;
margin-top: 5px;
height: 32px;
width: auto;
}
/* tan_pic */
.tan_pic {
position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
background: rgba(0, 0, 0, 0.7);
z-index: 9999;
padding: 10px;
}
.tan_pic .box {
width: 100%;
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
.tan_pic .box img {
max-height: 100%;
max-width: 100%;
}
.tan_pic .close {
width: 36px;
height: 36px;
position: absolute;
right: 0px;
top: 0px;
background: #fff;
cursor: pointer;
box-shadow: 0 0 5px #ccc;
transition: all 0.7s;
}
.tan_pic .close:before,
.tan_pic .close:after {
width: 18px;
height: 1px;
background: #666;
position: absolute;
left: 9px;
top: 17px;
content: "";
transform: rotate(45deg);
transition: all 0.7s;
}
.tan_pic .close:before {
transform: rotate(45deg);
}
.tan_pic .close:after {
transform: rotate(-45deg);
}
/* pagebody */
.pagebody {
overflow: hidden;
line-height: 2;
}
.pagebody p {
padding: 5px 0;
}
.pagebody img {
max-width: 100%;
height: auto;
}
.pagebody .pic {
text-align: center;
overflow: hidden;
}
/* pagebt */
.pagebt {
text-align: center;
overflow: hidden;
font-size: 20px;
color: #333;
border-bottom: 1px dashed #ddd;
padding: 0 0 5px 0;
margin-bottom: 10px;
color: #ea3516;
line-height: 1.5;
}
/* pagecs */
.pagecs {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
justify-content: center;
overflow: hidden;
color: #888;
font-size: 12px;
padding: 0 0 10px 0;
line-height: 1.1;
}
.pagecs li {
padding: 0 5px;
}
/* botsxp */
.botsxp {
overflow: hidden;
width: 100%;
line-height: 22px;
font-size: 12px;
background: #f5f5f5;
margin: 10px 0 0 0;
padding: 5px 10px;
}
.botsxp p {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* botkey */
.botkey {
border-top: 1px dashed #ddd;
overflow: hidden;
padding: 10px 0 0 0;
margin-top: 15px;
font-size: 12px;
}
.botkey .fl a {
margin-right: 10px;
}
.botkey .fl a:last-child {
margin-right: 0;
}
/* piclist */
.piclist {
overflow: hidden;
margin: -5px;
}
.piclist li {
float: left;
width: 50%;
padding: 5px;
overflow: hidden;
}
.piclist li a {
display: block;
overflow: hidden;
border: 1px solid #eee;
}
.piclist li .pic {
display: block;
overflow: hidden;
}
.piclist li .pic img {
width: 100%;
height: auto;
}
.piclist li .bt {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 36px;
line-height: 36px;
background: #f5f5f5;
text-align: center;
padding: 0 10px;
font-size: 12px;
}
/* contact */
.contact {
padding: 0 0 15px 0;
overflow: hidden;
background: url(../images/contact.jpg) right center no-repeat;
background-size: auto 250px;
}
.contact ul li {
padding: 5px 0;
overflow: hidden;
line-height: 26px;
}
.contact ul li i {
font-size: 22px;
display: block;
overflow: hidden;
float: left;
margin-right: 10px;
color: #ea3516;
}
.contact ul li:first-child {
border-top: 0;
}
/* mess */
.mess {
overflow: hidden;
}
.mess .tit {
font-size: 16px;
color: #ea3516;
overflow: hidden;
line-height: 40px;
padding: 0 10px;
margin-bottom: 20px;
background: #f5f5f5;
}
.mess ul li {
overflow: hidden;
position: relative;
padding: 0 0 0 90px;
margin-top: 10px;
}
.mess ul li label {
position: absolute;
left: 0px;
top: 0px;
line-height: 42px;
width: 85px;
text-align: right;
}
.mess ul li label i {
color: #ff0000;
margin-right: 2px;
}
.mess ul li input[type='text'] {
border: 1px solid #eee;
width: 100%;
height: 40px;
float: left;
padding: 0 10px;
}
.mess ul li #messdd_code {
width: 30%;
}
.mess ul li textarea {
border: 1px solid #eee;
width: 100%;
height: 80px;
float: left;
padding: 10px;
}
.mess ul li input[type='submit'] {
border: 0;
width: 100px;
height: 36px;
float: left;
padding: 0 10px;
background: #ea3516;
color: #fff;
}
.mess ul li input[type='reset'] {
border: 0;
width: 100px;
height: 36px;
float: left;
margin-left: 15px;
background: #f0592d;
color: #fff;
}
.mess ul li .ms {
padding: 5px 0 0 0;
overflow: hidden;
float: left;
font-size: 12px;
color: #888;
}
.mess ul li .ms span {
color: #ff0000;
}
.mess ul li .code {
height: 32px;
margin-left: 10px;
margin-top: 5px;
float: left;
width: auto;
}
/* mapindex */
.mapindex {
overflow: hidden;
}
.mapindex ul {
overflow: hidden;
}
.mapindex ul li {
padding: 5px 0;
overflow: hidden;
}
.mapindex ul li > a {
border-left: 2px solid #ea3516;
padding: 8px 11px;
display: block;
overflow: hidden;
color: #ea3516;
font-size: 16px;
background: #f5f5f5;
}
.mapindex ul li .sub {
overflow: hidden;
padding: 5px 0 0 0;
}
.mapindex ul li .sub a {
display: block;
overflow: hidden;
float: left;
width: 50%;
padding: 5px 0 5px 30px;
background: url(../images/icon_procate.gif) 16px center no-repeat;
background-size: auto 8px;
}
.mapindex ul li:last-child {
border-bottom: 0;
}
/* newslist */
.newslist li {
overflow: hidden;
line-height: 40px;
border-bottom: 1px dashed #ddd;
}
.newslist li .date {
float: right;
font-size: 12px;
color: #888;
}
.newslist li .bt {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
padding: 0 10px;
}
.newslist li .bt:before {
content: "";
width: 4px;
height: 4px;
background: #aaa;
position: absolute;
top: 50%;
margin-top: -3px;
left: 0px;
}
/* searlist */
.searlist {
overflow: hidden;
margin: -10px;
}
.searlist li {
padding: 10px;
overflow: hidden;
border-bottom: 1px dashed #ddd;
}
.searlist li .bt {
overflow: hidden;
}
.searlist li .bt span {
float: right;
padding: 0 0 0 10px;
font-size: 12px;
color: #888;
}
.searlist li .bt a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: bold;
}
.searlist li p {
display: block;
overflow: hidden;
color: #888;
line-height: 1.8;
font-size: 12px;
text-align: justify;
}
.searlist li .more {
color: #fff;
background: #ea3516;
display: block;
overflow: hidden;
line-height: 30px;
width: 100px;
text-align: center;
margin-top: 5px;
}
.searlist .no {
text-align: center;
color: #c01f31;
padding: 25px 0 15px 0;
border-bottom: 0;
}
/* pagelist */
#maximg img{ max-width:100%; height:auto !important}
.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
display: flex;
justify-content: center;
margin-top: 10px;
}
.pagination a {
background: #fff;
border: 1px solid #ccc;
color: #333;
font-size: 12px;
padding: 5px 8px;
margin: 0 2px;
border-radius: 3px;
}
.pagination span {
color: #333;
font-size: 12px;
padding: 7px 2px;
margin: 0 2px;
border-radius: 3px;
}
.pagination a:hover {
color: #f0592d;
border: 1px solid #f0592d;
}
.pagination a.page-num-current {
color: #fff;
background: #f0592d;
border: 1px solid #f0592d;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}