﻿@charset "utf-8";
/*****************固定的CSS样式*****************/
body{margin:0px; padding:0px; line-height:1.9; font-family:"微软雅黑", Arial; font-size:14px; color:#222; max-width:750px; margin-left:auto; margin-right:auto; background:#FFF;animation-name:imgcss3;animation-duration:1s;

/*****************固定的CSS样式，把网站变成灰色代码****************
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
*/
}
h1,h2,h3,h4,h5,h6,hr,dl,dt,dd,ul,ol,li,header,pre,form,button,input,textarea,th,td,pre {margin:0;padding:0; list-style-type:none;}
p,html{-webkit-text-size-adjust:100%; text-size-adjust: 100%; word-wrap: break-word;}
img{border:0 none; vertical-align:top; max-width:100%; height:auto;}
input,select,textarea{font-family:"微软雅黑", Arial; background:#FFF; border:#CCCCCC solid 1px; padding:8px 3px; border-radius:3px; -webkit-appearance:none;}
div{margin-left:auto; margin-right:auto; line-height:1.8; font-family:"微软雅黑", Arial;font-size:14px;}
.clear{clear:both; font-size:0px; visibility:hidden; overflow:hidden; line-height:0px; height: 0px;}
.pagehome{width:92%;}
.red{color:red; font-weight:bold;}
.blue{color:blue; font-weight:bold;}
@keyframes imgcss3{
0% {opacity: 0.1; /*初始状态 透明度为10%*/}
100% {opacity: 1; /*结尾状态 不透明*/}
}

/*****************友情链接CSS样式*****************/
a:link {font-size:14px; color:#222; text-decoration:none;}
a:visited {font-size:14px; color:#222; text-decoration:none;}
a:hover {font-size:14px; color:#F00; text-decoration:none}

/****************article页面CSS样式*****************/
.article{border-bottom:#CCC dotted 1px;padding:10px;}
.article:hover{background:#F5F5F5;}
.article a{font-size:16px;}
.article dd{font-size:13px; color:#999;}

/*****************站点首页导航CSS样式*****************/
nav{margin:auto; width:96%; margin-top:15px;}
nav li{float:left;width:25%;*width:24.52%;position: relative; margin-bottom:20px; text-align:center;}
nav img{margin-bottom:10px; width:60%; height:auto; border-radius:5px;}
nav a{font-size:14px;}

/****************imgart页面CSS样式*****************/
.imgart{float:left; width:45%; height:140px; margin:1.6%; overflow:hidden; text-align:center; position:relative; border:#E0E0E0 solid 1px; padding:1px; border-radius:3px;}
.imgart img{min-height:100%; max-height:100%; max-width:100%;}
.imgart dd{position:absolute; bottom:0px; background:#FFF; opacity:0.8; width:100%; padding:5px 0px; height:22px;}

/****************页面显示CSS样式*********************/
.showtitles{font-size:150%; border-bottom:#E5E5E5 solid 1px; margin-top:10px;}
.showform{color:#999999; margin-bottom:5px; height:35px; line-height:35px;}
.showcontent{width:98%; margin:10px auto; font-size:16px; text-align:justify; text-justify:inter-ideograph;}
.showcontent img{max-width:100%; margin:0;}
.nextpage{margin:10px 0px; line-height:1.8; border-top:#CCC dotted 1px; padding-top:8px;}

/****************二级栏目CSS样式*********************/
.anylinkcss{z-index:100; visibility:hidden; width:100%; max-width:750px; background:#FFF; border-bottom:#CCC solid 1px; text-align:center;}
.anylinkcss a{float:left; width:25%; line-height:35px; height:35px;}
.anylinkcss a:hover{color:#FF0000;  background:#E5E5E5;}

/****************底部联系方式CSS样式*********************/
.bottom{ margin-top:20px; padding-top:10px; border-top:#1388d8 solid 2px; width:100%; text-align:center;}

/****************上一页下一页CSS样式*********************/
.pagenext{margin-top:10px; margin-bottom:10px; text-align:center; width:264px;}
.pagebtn{float:left; width:60px; border-radius:3px; line-height:35px; height:35px; margin:5px 2px; background:#F0F0F0; border:#F0F0F0 solid 1px;}
.pagebtn1{float:left; width:60px; border-radius:3px; line-height:35px; height:35px; margin:5px 2px; background:#FFF; color:#999; border:#F0F0F0 solid 1px;}

/****************拨打电话CSS样式*********************/
.li_tel{z-index:100; display:block; position:fixed; width:100%; bottom:0px; background:#F6F6F6; height:50px; color: #fff; line-height:1.6; max-width:750px; box-shadow: 0px -3px 6px #bbb;}
.li_tel img {width:20px; height:20px;}
.li_tel li a{text-align:center; height:50px; width:20%; font-size:14px; float:left; padding-top:5px; }
.li_tel li a:hover{background:#FFF;}

/*****************站点标题CSS样式*****************/
.titlesbg{color:#FFF; background:#1388d8; width:100%; height:40px; line-height:40px; text-align:center; font-size:16px;}
.header{color:#FFF; height:40px; width:100%; background:#1388d8; position:fixed; top:0px; z-index:100; max-width:750px;}
.return{float:left; width:10%;}
.return img{width:40px; height:40px;}
.toptitles{float:left; text-align:center; line-height:40px; font-size:16px; width:80%;}
.navbgpng{float:right; width:10%; text-align:right; background:#1388d8;}
.navbgpng img{width:40px; height:40px;}

/****************首页index_titlesbg*********************/
.index_titlesbg{width:100%; background:#E5E5E5; height:40px; margin-top:10px;}
.index_titlesbg_1 a{text-align:center; height:40px; line-height:40px; width:50%; background:#1388d8;  font-size:16px; float:left; color: #fff; }
.index_titlesbg_2 a{text-align:center; height:40px; line-height:40px; width:49.5%; font-size:16px; float:left; border-left:#FFF solid 1px;}

/*首页更多CSS************************************************************/
.index_more{margin:10px auto; text-align:center;  padding:5px 10px; width:100px; border:#E0E0E0 solid 1px; border-radius:3px;}

.search{ margin:10px auto; width:355px; background:#1388d8;}
.index_kuan{width:264px; height:28px; line-height:28px; font-size:16px; border-radius:0px; border:#1388d8 solid 2px;}
.btn{background:#1388d8; color:#FFF; font-size:16px; padding:8px 10px;cursor:pointer; border:none;}

.snav{background: #F4F4F4;padding: 6px 0; text-align:center; white-space: nowrap;/*文本不会换行，文本会在在同一行上继续*/overflow-y:auto;/*可滑动*/}
.snav::-webkit-scrollbar{display: none;}
.snav a{margin:6px;}

.toutiao{text-align:left;}
.toutiao a{font-size:22px; font-weight:bold;}
.toutiao span{color:#C00;}

.kytitles{width:100%; height:40px; background:#F0F0F0; line-height:40px;}
.kytitles dd{width:120px; height:40px; background:#1388d8; color:#FFF; text-align:center; font-weight:bold;}
.kdiv{height:20px;}


/****************2024年11月30日新增*********************/

.jlqjbj1{float:left; width:49%;}
.jlqjbj2{float:right; width:49%;}