@charset "utf-8";

/* CSS Document */
html{-webkit-text-size-adjust:none;}
body {font-size:14px; color:#343434;line-height:26px; margin:0; padding:0; font-family:"微软雅黑","MicrosoftYaHei","Microsoft YaHei","Arial"; -webkit-text-size-adjust:none; min-width:1200px;}

img { border:0;}
div,form,ul,ol,li,span,h1,h2,h3,h4,h5,h6,dl,dt,dd {border: 0;margin: 0;padding: 0;list-style-type:none}
.fz12,font,h2,h1 { font-size:12px}
h3,h4,h5 { font-weight:normal; font-size:14px}

input,textarea,button { outline:none; border:0;}
input:focus,textarea:focus,button:focus { outline:none; border:0;}

@media all and (max-width:1440px){
body { min-width:inherit;}
}

a { outline:none;-moz-outline:none; color:#343434; -webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;text-decoration:none;}
a:hover {color:#dc3545;text-decoration:none}
p { padding:0; margin:0;}
.tar { text-align:right}
.tal { text-align:left}
.tac { text-align:center}
.ft {float:left}
.fr {float:right}
.clear { clear:both}
.bgff { background:#fff}


.index1 { text-align:center; font-size:36px; line-height:60px; padding-top:50px; color:#FA9A25; text-shadow:5px 5px 10px #ccc; font-weight:bold}
.index2 { text-align:center; font-size:30px; line-height:60px; color:#F04D3C; text-shadow:5px 5px 10px #ccc; font-weight:bold; padding-bottom:30px}
.index3 { width:500px; max-width:90%; margin:0 auto; border:3px #F04D3C dashed; border-radius:10px; padding:20px 0}
.index3 ul li { width:90%; margin:20px auto; border:1px #46A9ED solid; line-height:60px; border-radius:30px; font-size:24px}
.index3 ul li i { display:block; color:#4BD09B; font-size:24px; line-height:60px}
.index3 ul li i.fa-location-arrow { float:right; padding-left:0; padding-right:30px}
.index3 ul li i.fa-rss { float:left; padding-left:30px; width:50px}
.index3 ul li a { color:#3CA5E6; display:block}

.index4 { padding-top:20px; text-align:center;}
.index4 h3 { color:#F04D3C}

header { height:60px; position:fixed; left:0; top:0; right:0; background:#fafafa; z-index:8888}
header .w100 { width:90%; margin:0 auto}
header .ft { padding-top:10px}
header .ft img { display:block; height:40px}

header nav { float:left; padding-left:10px; padding-top:20px}
header nav a { display:block; float:left; padding:0 10px; line-height:30px}
header nav a.on { color:#dc3545}

header .fr { padding-top:10px; line-height:38px}
header .fr a { background:#dc3545; color:#fff; border-radius:5px; display:block; float:right; padding:0 15px; border:1px #dc3545 solid; margin-left:10px}
header .fr a.a2 { background:#fff; color:#dc3545}

@media all and (max-width:560px){
header { height:44px;}
header .ft { padding-top:10px}
header .ft img { height:24px}

header nav { display:none}
header .fr { line-height:24px}
header .fr span { display:none}
}

.bbs { border:2px solid #039e6d; margin:5px auto; width:750px; max-width:95%; margin-top:65px; position:relative; z-index:11}
.bbs .bbs1 img { display:block; max-width:100%; margin:0 auto}
.bbs .bbs1 video { width:100%}
.bbs .bbs2 { padding:0 10px; line-height:30px}
.bbs .bbs2 span { color:red}
.bbs .bbs2 a { color:red}
.bbs .bbs2 ul { height:60px}
.bbs .bbs2 ul li { float:left; width:14.28%}
.bbs .bbs2 ul li a { display:block; width:95%; margin:0 auto; background:#E35635; border-radius:5px; height:60px}
.bbs .bbs2 ul li h4 { text-align:center; color:#fff; font-size:30px; line-height:36px; font-weight:bold; text-shadow:3px 3px 3px #000}
.bbs .bbs2 ul li h5 { width:40px; margin:0 auto; background:#fff; line-height:14px; margin-top:5px; font-size:12px; text-align:center; color:#666}

.bbs .bbs2 ul li.a2 a { background:#6E70D5}
.bbs .bbs2 ul li.a3 a { background:#49B47C}

@media all and (max-width:560px){
.bbs { margin-top:50px}
.bbs .bbs2 h3 { font-size:12px}
.bbs .bbs2 ul li h4 { font-size:24px;}
}


.bbs .bbs3 { line-height:40px; background:#f0f0f0; text-align:center; color:red; font-size:18px; font-weight:bold}
.bbs .bbs3 i { color:#64DB8E}

@media all and (max-width:560px){
.bbs .bbs3 { font-size:16px}
}

.bbs .bbs4 { padding:5px 10px; line-height:24px; font-size:18px; font-weight:bold; color:#cc0000; white-space: nowrap; overflow: hidden;}
.bbs .bbs4 span {
    display: inline-block;
    animation: scrollText 20s linear infinite; /* 动画名称、持续时间、速度曲线、重复次数 */
}
  @keyframes scrollText {
    0% { transform: translateX(50%); }
    100% { transform: translateX(-100%); }
  }


.bbs .footer { text-align:center; line-height:30px; padding:15px 0}

@media all and (max-width:560px){
.bbs .footer { font-size:12px}
.bbs .footer h3 { padding:10px 0; line-height:20px; font-size:12px}
}


.bbs .bbs5 { text-align:center; font-size:16px; padding:10px 0}
.bbs .bbs5 span { color:red}
.bbs .bbs5 a { color:red}


.bbs .bbs_list { padding:10px 0; border-top:1px #ddd solid}
.bbs .bbs_list ul li { padding:10px 15px}
.bbs .bbs_list ul li a { display:block; line-height:24px}
.bbs .bbs_list ul li span { display:block; float:left; background:#c6303e; color:#fff; padding:0 10px; border-radius:5px; margin-right:20px}
.bbs .bbs_list ul li h4 { float:right; color:#888; margin-right:10px}
.bbs .bbs_list ul li h3 { font-size:18px; font-weight:bold; color:#FF0000}
.bbs .bbs_list ul li.f2 span { background:#f1c84c; color:#333}
.bbs .bbs_list ul li.f2 h3 { color:#333}

@media all and (max-width:560px){
.bbs .bbs_list ul li { padding:5px 10px}
.bbs .bbs_list ul li a { line-height:20px}
.bbs .bbs_list ul li span { padding:0 5px; font-size:12px; margin-right:10px;}
.bbs .bbs_list ul li h4 { display:none}
.bbs .bbs_list ul li h3 { font-size:13px;}
}


.content { padding:20px 0}
.content h1 { text-align:center; font-size:24px; line-height:30px; padding-bottom:20px; border-bottom:1px #ddd solid; margin-bottom:20px}
.content .tx { margin:0 auto; border-bottom:1px #ddd dashed; height:35px; padding-top:25px; text-align:center; position:relative}
.content .tx span { color:red; padding-right:20px}
.content .tx img { display:block; position:absolute; top:0; left:20%; height:50px}

.content .bd { padding:15px}
.content .bd ul li { font-size:16px; line-height:30px; font-weight:bold}
.content .bd ul li a { display:block; line-height:30px; font-size:16px}
.content .bd ul li h4 { font-size:16px; line-height:30px; font-weight:bold; padding-bottom:10px}
.content .bd ul li h4 span { color:red;}
.content .bd ul li font { font-size:16px; color:red}

.content .yuji { border: 1px dashed #eda85f; background: #fff7dd; width:90%; margin:0 auto; padding:10px 0; font-size:16px; font-weight:bold; text-align:center}
.content .goumai { text-align:center; padding:10px 0}
.content .goumai a.gm { display:block; width:120px; line-height:23px; margin:10px auto; color: #fff; background-color: #198754; border-color: #198754; border-radius:5px}
.content .goumai b { color:red}
.content .goumai span { color:red}

.content .ygm { width: 90%; padding: 5px 15px; line-height: 24px;
    border: 1px dashed #333;
    background: #d9edf7;
    color: #333;
    margin: 0px auto;}
.content .ygm b { display:block; color:red}



@media all and (max-width:560px){
.content .bd ul li a { font-size:14px}
.content .bd ul li h4 { font-size:14px}
.content .bd ul li font { font-size:14px; color:red}
}


footer { display:none}

@media all and (max-width:560px){
footer { display:block; height:60px; position:fixed; left:0; bottom:0; right:0; background:#fff; border-top:1px #ddd solid; z-index:8889}
footer ul li { float:left; width:25%}
footer ul li a { display:block; padding-top:10px; text-align:center}
footer ul li i.fa { display:block; text-align:center; font-size:16px; line-height:20px}
footer ul li.on a { color:#dc3545}
footer ul li.on i { color:#dc3545}
}



.yixiaoyima h3 { text-align:center; color: rgb(255, 255, 0); font-size:18px; font-weight:bold; background:#FF0000; padding:5px 10px}
.yixiaoyima h4 { text-align:center; font-size:18px; font-weight:bold; background:#FFFFC4; padding:5px 10px}
.yixiaoyima h4 span { color: rgb(255, 0, 0);}
.yixiaoyima font { font-size:16px}
.yixiaoyima td.infos span { background:#FFFF00}

@media all and (max-width:560px){
.yixiaoyima h3 { font-size:14px}
.yixiaoyima h4 { font-size:14px}
.yixiaoyima font { font-size:14px}
}


.bbs2ss { position:fixed; left:0; right:0; top:60px; bottom:60px}



.pingte h3 { text-align:center; color: rgb(255, 255, 0); font-size:18px; font-weight:bold; background:#FF0000; padding:5px 10px}
.pingte h4 { text-align:center; font-size:18px; font-weight:bold; background:#FFFFC4; padding:5px 10px}
.pingte h4 span { color: rgb(255, 0, 0);}
.pingte font { font-size:16px}
.pingte td.infos span { background:#FFFF00}
















































































