@import url("style2.css");
/* CSS Document */
@import url("style3.css");
/*header*/
.header{
	position: fixed;
	z-index: 99;
	height: 61px;
	width: 100%;
	max-width: 710px;
	background-image: linear-gradient(to right, #008074, #00807a, #007d99, #007e80, #008599, #005680, #008074);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

/*content*/
.subnav{
	border-radius:5px;
	padding:5px 0;
	    background: #e1f5f7;
	overflow: hidden;
}
.subnav a{
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 2px 1px #ff9c00;
}
.subnav a img{
	display: block;
	width: 65px;
	height:65px;
	margin:0 auto 2px;
	animation-duration:1s;
	animation-fill-mode:both;
}
.subnav a:nth-child(1) img,.subnav a:nth-child(2) img{
	animation-name:fadeInLeft;
}
.subnav a:nth-child(3) img{
	animation-name:bounceInDown;
}
.subnav a:nth-child(4) img,.subnav a:nth-child(5) img{
	animation-name:fadeInRight;
}
.ggimg{
	margin:5px 0;
}
.ggimg a img{
	width: 60px;
	height: 60px;
}
@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}
@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}
@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}
.subnav a:hover{
	animation-name:pulse;
	animation-duration:1s;
	animation-fill-mode:both;
}
@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}
.pad{
	padding:4px 4px;
}
.padt{
	padding:4px 4px 1px 4px;
}
.riqi{
	font-size: 10pt;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.boxx{margin:5px 0;
	border-radius: 5px;
	overflow: hidden;
	background-image: linear-gradient(to right, #429ea5, #56b8bf, #63c6ce, #5cc4cc, #5ebcc3, #58c5ce, #429ea5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);}
.xjct{
	background-image: linear-gradient(to right, #429ea5, #56b8bf, #63c6ce, #5cc4cc, #5ebcc3, #58c5ce, #429ea5);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99bdb657, endcolorstr=#99bdb657);
}
.um img{max-width:720px;border:0;}
.haoju{font-size: 18pt;text-align: center;font-weight: bold;}
#yxym .list-title{
	background: linear-gradient(transparent,#f7f3f3);
	font-size: 26px;
	color: #000;
	text-shadow: 0px 0px 10px #e5e5e5;}
.qxtable td {
    font-size: 16px;
}
.qxtable .xz1 {   
    font-size: 12px;
}
.qxtable .xz2 {   
    font-size: 16px;
}

.qxtable td {
    font-size: 14px;
}
.qxtable .xz {   
    font-size: 25px;
}
.qxtable .xz2 {   
    font-size: 14px;
}
.qxtable.yxym tr td:nth-child(2){
		font-size: 18px;
	}

.list-title{
	height: 28px;
	line-height: 23px;
	font-size: 16pt;
    text-align: center;
    border-bottom: 1px solid #738e9f;
    text-shadow: 1px 4px 1px #b99b5f;
    background: #fff;
    color: #000;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.duilianpt{
	table-layout: auto;
	color: #FF0000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.duilianpt tr{
	height: 30px;
}
.duilianpt td{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 12pt;
}
.duilianpt th{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 13pt;
}
.duilianpt td .zl{
	font-size: 16pt;
}

.duilianpt1{
	table-layout: auto;
	color: #FF0000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.duilianpt1 tr{
	height: 30px;
}
.duilianpt1 td{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 12pt;
}
.duilianpt1 td .zl{
	font-size: 12pt;
}
.duilianpt1 th{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 12pt;
}
.post-list{text-align:center;}
.post-list-tit-pic{margin-bottom:6px}
.post-list li{padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;}

.post-list a{
height: 36px;
line-height: 36px;
text-align: center;
border: solid 1px #ddd;
border-radius: 8px;
background: #eee;
background-image: linear-gradient(to top, #fff, #eee, #fff);
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
display: block;
font-size: 16px;
font-weight: bold;
color: #000;
}
.post-list a .ci{
font-size: 20px;
}
.gongshi{
	color: #000;
	table-layout: fixed;
}
.gongshi tr{
	height: 25px;
}
.gongshi th,.gongshi td{
	padding:2px 2px;
}
.gongshi th{
	font-size: 20pt;
	text-align: center; 
	border-bottom:1px solid #000;
	text-shadow: 1px 4px 1px #b99b5f;
}
.gongshi td{
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #efe8e8;
	font-size: 16pt;
	text-align:center;
}
.gongshi td a{
	display: block;
	color: #0000FF;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
}
.foot-img{
	padding-bottom: 0px;
	background: url('/material/foot-img.jpg') no-repeat center bottom;
}
.copyright{
	width: 80%;
	margin:0 auto;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom:1px solid #000;
	color: #000;
}




.scroll-web-pic { padding-top: 0px; font-family: "Microsoft Yahei"}
.scroll-web-pic ul { width: 1000%;}
.scroll-web-pic ul:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden }
.scroll-web-pic ul {*zoom:1 }
.scroll-web-pic ul li { float: left; padding: 0 10px; font-size: 14px; text-align: center;}
.scroll-web-pic ul li img { width: auto; height: 100px; margin-top: 5px;margin-bottom: 5px;}@media screen and (max-width:710px){  
.scroll-web-pic ul li img { height: 100px;}}

.boxs {
    margin: 3px 0;
    border: 1px solid #696868;
    border-radius: 5px;
}

.boxd {
    background: url(/material/caihong.jpg);
    background-size: cover;
    text-align: center;
    padding: 4px;
    border-radius: 5px;
}

.box1 li {text-align: center;background: #00CC99;margin: 3px;display: inline;}
.tiezi-txttbazbazbaz{background-color: #ffffff;line-height: 35px;font-weight: 500;font-size: 15pt;text-align: center;color: #FF0000;}   
.tiezi-txttbazbazbaz ul li a {font-size: 17pt;line-height: 26px;margin: 1px;font-family: fangsong;font-weight: 600;text-align: center;border-radius: 20px;background: #eee;background-image: linear-gradient(to top, #a2ece3, #cbfffa, #ffffff);box-shadow: 0 2px 5px rgb(0 0 0 / 10%);display: block;text-decoration: none;}   
.clearfix {clear: both;}  
.tiezi-txttbazbazbaz ul li {width: 24%;float: left;}
@media screen and (max-width: 600px){
.tiezi-txttbazbazbaz{background-color: #ffffff;font-weight: 500;text-align: center;color: #FF0000;}
.box1 li {text-align: center;background: #00CC99;margin: 1.5px !important;display: inline;}
.tiezi-txttbazbazbaz ul li a {font-size: 10pt;height: 40px;line-height: 19px;margin: 1px;font-family: fangsong;font-weight: 600;text-align: center;border-radius: 10px;background: #eee;background-image: linear-gradient(to top, #a2ece3, #cbfffa, #ffffff);box-shadow: 0 2px 5px rgb(0 0 0 / 10%);display: block;text-decoration: none;}}



@media only screen and (max-width: 1000px) {
.guanggao8765 {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 960px) {
.guanggao8765 {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 800px) {
.guanggao8765 {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 700px) {
.guanggao8765 {
        font-size: 22px !important;
    }
}
@media only screen and (max-width: 600px) {
.guanggao8765 {
        font-size: 22px !important;
    }
}
@media only screen and (max-width: 500px) {
.guanggao8765 {
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 400px) {
.guanggao8765 {
        font-size: 17px !important;
    }
}
@media only screen and (max-width: 380px) {
.guanggao8765 {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 350px) {
.guanggao8765 {
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 320px) {
.guanggao8765 {
        font-size: 24px !important;
    }
   }
 
.guanggao8765ALink {
        font-size: 1em;
        display: flex;
        text-decoration: none;
    }

.guanggao8765ALinkImg1 {
        display: block;
        width: 2.8em;
        height: 2.8em;
        border-radius: 50%;

    }

.guanggao8765ALinkImg2 {
        display: block;
        width: 2.6em;
    }

.guanggao8765ALinkImgBox1,
.guanggao8765ALinkImgBox2 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0.5em;
    }

.guanggao8765ALinkImgBox2 {
        align-items: flex-start;
    }
.guanggao8765ALinkTextBox {
        line-height: 1.4;
    }

.guanggao8765Item {
        border-bottom: solid 1px #ff00ff;
        padding: 0.3em 0;
    }

.guanggao8765Title1 {color: #FF0000;
        background: linear-gradient(to right, #FFCC66, #ffffff, #FFCC66);
        font-size: 1.25em;
        text-align: center;
        font-weight: 700;
        line-height: 1.8;
        border-radius: 5px;}

.guanggao8765Title2 {font-weight: 700;
        line-height: 1.8;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(255, 153, 51);
        border-radius: 5px;
        font-size: 1.2em;}

.guanggao8765Title2 img {
        display: block;
        height: 1em;
    }
.guanggao8765Fontsize1 {
        font-size: 45px !important;
    }

.guanggao8765Fontsize2 {
        font-size: 33px !important;
    }

.guanggao8765Fontsize3 {
        font-size: 31px !important;
    }

.guanggao8765Fontsize4 {
        font-size: 29px !important;
    }

.guanggao8765Fontsize5 {
        font-size: 27px !important;
    }

.guanggao8765Fontsize6 {
        font-size: 19px !important;
    }

.guanggao8765Fontsize7 {
        font-size:17px !important;
    }

.guanggao8765Fontsize8 {
        font-size: 17px !important;
    }

.guanggao8765Fontsize9 {
        font-size: 17px !important;
    }
.guanggao8765{background-color: #fff;}


