*{
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
html, body {
    width: 100%;
    height: 100%;
    color: #000;
    background: #757575;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
}
div::after,
section::after,
article::after,
header::after,
footer::after,
main::after {
  content: "";
  display: table;
  clear: both;
}
#header {
    width: 100%;
    position: relative;
    height: 80px;
    background: #fff;
    line-height: 60px;
    text-align: center;
}
#header .logo {
    height: 60px;
    width: 200px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    background: url(../images/logo.png) no-repeat left top/contain;
    font-size: 21px;
    text-indent: 50px;
}
ul.bar {
    width: 40px;
    position: fixed;
    z-index: 10;
    bottom: 15px;
    right: 15px;
}
ul.bar li {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: #ddd;
    border-radius: 10px;
}
ul.bar a {
    color: #fff;
    display: block;
}
.content {
    width: calc(100% - 20px);
    max-width: 1600px;
    position: relative;
    margin: 0 auto 20px;
}
.content .search {
    width: calc(100% - 40px);
    float: left;
    padding: 30px 20px;
    height: 40px;
    background: #f3f3f3;
    border-radius: 10px;
    margin-top: 10px;
}
.content .search form {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    max-width: 450px;
    border: none;
    background: #fff;
}
.content .search form #wd {
    display: block;
    width: calc(100% - 50px);
    background: none;
    text-indent: 20px;
    height: 100%;
    float: left;
    height: 100%;
    border: none;
}
.content .search form #submit {
    display: block;
    cursor: pointer;
    width: 50px;
    background: #29f;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    height: 100%;
    text-align: center;
    float: right;
    height: 100%;
    border: none;
    border-radius: 20px;
}
.content .bd{
    width: calc(100% - 20px);
    float: left;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 10px;
    margin: 10px 0;
}
.content .bd #title .bd_title {
    width: 100%;
    text-indent: 10px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    color: #000;
}
.content .bd ul#nav {
    width: 100%;
    display: block;
    margin: 10px 0;
}
.content .bd ul#nav li {
    margin: 0 0 20px 8px;
    float: left;
    background: #fff;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    
}
.content .bd ul#nav li.on {
    background: #29f;
}
.content .bd ul#nav li a {
    display: block;
    color: #000;
    padding: 0 15px;
}
.content .bd ul#nav li.on a {
    color: #fff;
}
.content .bd ul#list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.content .bd ul#list li {
    width: calc((100% - 164px)/6);
    margin: 6px;
    padding: 6px;
    background: #a5bad4;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: 0.3s all;
}

@media screen and (max-width: 1000px){
.content .bd ul#list li {
    width: calc((100% - 68px)/2);
    margin: 6px;
    padding: 6px;
    background: #a5bad4;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: 0.3s all;
}
}
@media screen and (max-width: 400px){
   .content .bd ul#list li {
    width: 100%;
} 
    
}



.content .bd ul#list li a {
    display: block;
    position: relative;
    border-radius: 5px;
}
.content .bd ul#list li img {
    
     width: 100%;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
     max-width: 100%;
    max-height: 100%;
}
}
.content .bd ul#list li span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.content .bd ul#list li em {
    display: block;
    text-align: center;
    font-style: normal;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    top: 156px;
    z-index: 100;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}
.content .bd ul#list li em b {
    color: #e09015;
}
.content .bd ul#list li:hover {
    background: #fff;
    box-shadow: 0 1px 20px 0 #ddd;
}
.content .bd #more {
    width: 100%;
    height: 30px;
    margin: 10px 0;
    line-height: 30px;
}
.content .bd #more a {
    display: block;
    width: 180px;
    background: #eee;
    height: 30px;
    border-radius: 15px;
    color: #999;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}
.page {
    width: calc(100% - 40px);
    float: left;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    margin: 10px 0;
    text-align: center;
}
.page a {
    display: inline-block;
    padding: 0 20px;
    margin: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #eee;
    border-radius: 30px;
    font-size: 12px;
    
}
.page a:active {
    background: #29f;
    color: #fff;
}
#foot {
    clear: both;
    font-size: 12px;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #fff;
    line-height: 20px;
    padding: 20px 0;
    color: #999;
}
#foot span {
    line-height: 50px;
}
#foot span a {
    color: #f03;
}
@media (max-width: 640px) {
    ul.bar {
        right: 3px;
    }
    .vbox {
        display: none;
    }
    #video{
    	height: 200px;
    }
    .content .bd ul#list li {
	    margin: 5px;
	}
	.content .bd ul#list {
	    justify-content:center;
	}
}


h2 {
	text-align:center;
}
h3 {
	text-align:center;
}
h4 {
	text-align:center;
}
.txtguanggao9 {
	width:100%;
	overflow:hidden;
	display:block;
	box-shadow:0 1px 1px 0 rgba(0,0,0,.05);
}
.txtguanggao9 a {
	width:9.78%;
	float:left;
	border-radius:3px;
	line-height:36px;
	height:36px;
	text-align:center;
	font-size:15px;
	color:#fff;
	display:inline-block;
	background-color:#4682B4;
	margin:1px;
	transition-duration:.3s;
}
.txtguanggao9 a:hover {
	background:#000;
	color:#FFF
}
@media screen and (max-width:1000px) {
	.txtguanggao9 a {
	width:24.1%;
	float:left;
	border-radius:3px;
	line-height:40px;
	height:40px;
	text-align:center;
	font-size:16px;
	display:inline-block;
	margin:1px;
	transition-duration:.3s;
}
}

.txtguanggao3 {
	width:100%;
	height:auto;
	overflow:hidden;
	display:block;
	box-shadow:0 0 0 0 rgba(0,0,0,.05);
}
.txtguanggao3 a {
	float:left;
	border-radius:3px;
	line-height:30px;
	height:30px;
	text-align:center;
	font-size:14px;
	color:#fff;
	display:inline-block;
	background-color:#0c7683;
	margin:1px;
	transition-duration:.3s;
	cursor: pointer;
	padding: 0 12px;
}
.txtguanggao3 a:hover {
	background:#0c7683;
	color:#FFF
}


.txtguanggao {
	width:100%;
	overflow:hidden;
	display:block;
	box-shadow:0
					1px 1px 0 rgba(0,0,0,.05);
}
.txtguanggao a {
	width:9.78%;
	float:left;
	border-radius:3px;
	line-height:37px;
	height:37px;
	text-align:center;
	font-size:15px;
	color:#fff;
	display:inline-block;
	margin:1px;
	transition-duration:.3s;
	background-color: #708090;
}
.txtguanggao a:hover {
	background:#000;
	color:#fff
}
@media screen and (max-width:1000px) {
	.txtguanggao a {
	width:24.1%;
	float:left;
	border-radius:5px;
	line-height:35px;
	height:35px;
	text-align:center;
	font-size:14px;
	display:inline-block;
	margin:1px;
	transition-duration:.3s;
}
}


@media screen and (max-width:400px) {
    	.txtguanggao a,.txtguanggao9 a {
    	   	width:32.5%; 
    	}
}

.dqy{
    background-color: #29f !important;
    color: #fff !important;
}


.bf-h   img{
    max-width: 100%;
}

.bianse{font-weight:bold;font-size:13px;}
.app ul li{float:left;width:calc(100%/16);text-align:center;list-style-type:none;margin:5px 0;}
.app ul li img{margin:0 auto;width:56px;height:56px;display:block;border-radius:12px;margin-bottom:5px}
.app ul li a{overflow:hidden;white-space:nowrap;text-decoration: none;}

.clear{
    clear: both;
}

.col6{
    width: 50%;
    float: left;
}
.col6 a{
    display: block !important;
}
@media screen and (max-width: 750px){
     
.col6 {
    width: 100%!important;
}
.col6  img{
    height: 50px !important;
}
}
@media screen and (max-width:1960px) {
	.app ul li {
		width: calc(100%/15);
	}
}
@media screen and (max-width:1860px) {
		.app ul li{width: calc(100%/13);
	}
}
@media screen and (max-width:1760px) {
		.app ul li{width: calc(100%/12);
	}
}
@media screen and (max-width:1660px) {
		.app ul li{width: calc(100%/11);
	}
}
@media screen and (max-width:1560px) {
		.app ul li{width: calc(100%/10);
	}
}
@media screen and (max-width:1460px) {
		.app ul li{width: calc(100%/9);
	}

}
@media screen and (max-width:1300px) {
		.app ul li{width: calc(100%/8);
	}
	
}
@media screen and (max-width:1100px) {
		.app ul li{width: calc(100%/7);
	}
}
@media screen and (max-width:1000px) {
		.app ul li{width: calc(100%/5);
	}

}
@media screen and (max-width:820px) {
		.app ul li{width: calc(100%/5);
	}
}

@media screen and (max-width:768px) {
		.app ul li{width: calc(100%/5);
	}
}


@media screen and (max-width:400px) {
		.app ul li{width: calc(100%/3);
	}
}