*{
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a{
	text-decoration:none;
}
ol, ul {
    list-style: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.m0{ margin:0;}
.mt5{ margin-top: 5px;}
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt25{ margin-top: 25px;}
.mb5{ margin-bottom: 5px;}
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom:20px;}
.ml5{ margin-left: 5px;}
.ml10{ margin-left: 10px;}
.ml15{ margin-left: 15px;}
.ml20{ margin-left:20px;}
.ml25{ margin-left:25px;}
.ml30{ margin-left:30px;}
.ml40{ margin-left:40px;}
.mr5{ margin-right: 5px;}
.mr10{ margin-right: 10px;}
.mr15{ margin-right: 15px;}
.mr20{ margin-right: 20px;}

.p0{ padding: 0;}
.pt5{ padding-top: 5px;}
.pt10{ padding-top: 10px;}
.pt15{ padding-top: 15px;}
.pt20{ padding-top: 20px;}
.pb5{ padding-bottom: 5px;}
.pb10{ padding-bottom: 10px;}
.pb15{ padding-bottom: 15px;}
.pb20{ padding-bottom:20px;}
.pl5{ padding-left: 5px;}
.pl10{ padding-left: 10px;}
.pl15{ padding-left: 15px;}
.pl20{ padding-left:20px;}
.pr5{ padding-right: 5px;}
.pr10{ padding-right: 10px;}
.pr15{ padding-right: 15px;}
.pr20{ padding-right: 20px;}
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:0;}
html{
    font-size:20px;
    font-family: MicrosoftYaHei;
    font-weight:400;
    color: #333;
}
.wrap,.index-container{
	width: 1200px;
	margin: 0 auto;
}

.top>div{
	font-size: 14px;
	padding: 5px 0;
}
.top>div>a{
	color: #375ba6;
}
.head{
	background: url(../img/top-bg.png) no-repeat;
	width: 1200px;
	margin: 0 auto;
	height: 300px;
	background-size: 100% 100%;
	position: relative;
	text-align: center;
}
.head>img {
    margin-top: 25px;
}
.seartext{
	font-size: 20px;
	vertical-align: top;
	width: 570px;
	height: 50px;
	border: 0;
	line-height: 50px;
	outline: none;
	text-indent: 10px;
	font-family: "Microsoft YaHei";
	color: #9e9e9e;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.btn_search{
	width: 100px;
	height: 50px;
        border-radius: 0;
	border: 0;
	background-color: #0c69b7;
	font-size: 22px;
	color: #fff;
	font-family: "Microsoft YaHei";
	vertical-align: top;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-left: -10px;
}

.czzb{
	background-color: #ff9600;
	border-radius: 15px;
	font-size: 30px;
	padding: 10px 25px;
	position: absolute;
	top: 16px;
	right: 15px;
	color: #fff;
	font-weight:600;
}
.czzb a {color: #fff;}
.toutiao-news{
	background-color: #e2f0ff;
	padding: 15px;
}
.tt-title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.tt-title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #0c69b7;
    margin-left: 15px;
}
.tt-title h1 a{
    color: #0c69b7;
}
.tt-news {
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    color: #0c69b7;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.tt-news a {
   color: #0c69b7;
}
.tt-news .link-detail {
    color: #0c69b7;
}

.slideBox{
	width: 1200px;
	height: 600px;
	position: relative;
	overflow: hidden;
}
.slideBox .hd{ height: 14px; overflow:hidden; position:absolute; right:5px; bottom:20px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; }
.slideBox .hd ul li{ float:left; margin-right: 15px;  width: 14px; height: 14px; background: rgba(255,255,255,0.4); cursor:pointer;border-radius: 50%;}
.slideBox .hd ul li.on{ background:#fff;}
.slideBox .bd{height:100%; z-index:0;}
.slideBox .bd li{position:relative; zoom:1; vertical-align:middle; float: left;}
.slideBox .bd img{ width: 1200px; height: 600px; display:block;}
.slideBox .bd li .bd-text{position: absolute; height: 60px;line-height: 60px; font-size: 30px;color: #fff;padding: 0 2%; bottom: 0; right: 0; left: 0;
	background: rgba(0,0,0,0.5);}
.slideBox .prev,
.slideBox .next{ position:absolute; left:0; top:50%; margin-top:-43px; display:block; width:52px; height:86px;}
.slideBox .next{ left:auto; right:0; background: url(../img/n-right.png) no-repeat;}
.slideBox .prev{background: url(../img/n-left.png) no-repeat;}
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.news-head{
	background-color: #e4edf7;
	height: 65px;
	overflow: hidden;
}
.news-head .h-name{
	background-color: #0c69b7;
	height: 65px;
	line-height: 65px;
	padding: 0 30px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
}
.news-head .h-more{
	color: #959595;
	font-size: 26px;
	float: right;
	padding-right: 15px;
	line-height: 70px;
}
.news-list{
	overflow: hidden;
	margin-top: 10px;
}
.news-list li{
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	background: url(../img/li-bg.png) left center no-repeat;
	padding-left: 25px;
	text-align: right;
}
.news-list li a{
	width: 86%;
	color: #333;
	float: left;
	display: inline-block;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	font-size: 28px;
}
.news-list-2 li a{
	width: 80%;
}
.news-list li span{
	color: #808080;
	font-size: 24px;
}
.left-box{
	width: 580px;
}
.menu-list li{
	float: left;
	width: 31.2%;
	background-color: #e2f0ff;
	margin-right: 3%;
	margin-bottom: 2%;
}
.menu-list li:nth-child(3n),.bmfw li:nth-child(3n){
	margin-right: 0;
}
.menu-list li a{
	display: block;
	text-align: center;
	padding: 25px 0;
}
.menu-list li a>div:nth-child(1){
	height: 95px;
}
.menu-list li .menu-name{
	color: #3473b6;
	font-size: 32px;
}
.box-head{
	background: url(../img/title-bg.png) center no-repeat;
	text-align: center;
	color: #3473b6;
	font-size: 50px;
}
.bmfw li{
	width: 31.2%;
	margin-right: 3%;
	float: left;
	margin-top: 2.2%;
}
.control-box{
	position: relative;
	overflow:hidden;
}
.control-box .next, .control-box .prev{
	position: absolute;
	top: 50%;
	margin-top: -24px;
}
.control-box .next{
	left: 0;
}
.control-box .prev{
	right: 0;
}
.control-box .bd{
	width: 1080px;
	height: 145px;
	margin: 0 auto;
	position: relative;
}
.control-box .bd ul{ overflow:hidden; zoom:1; height: 145px;}
.control-box .bd ul li{ margin:0 7px; height: 145px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.control-box .bd ul li img{ text-align:center; width: 255px; height: 111px;}

.foot {
    width: 100%;
    background-color: #757575;
    min-width:1200px;
	margin-top:20px;
}
.select{
    padding-top: 18px;
    border-bottom: 1px solid #bfc1c3;
    padding-bottom: 18px;
}
.select .inner{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.zy{
    display: block;
    font-size: 20px;
    color: #333333;
    width: 270px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    float: left;
    line-height: 40px;
}
.zy img{
    vertical-align: top;
    margin-top: 10px;
}
.sel {
    width: 270px;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    cursor: pointer;
    font-size: 20px;
}

.sel span {
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 16px;
}

.sel:after {
    content: "";
    width: 6px;
    height: 12px;
    background: url(../img/select_ico.png) no-repeat center;
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}

 
.red_jg{
    float: left;
    
}
.footer .mid{
    float: left;
    width: 810px;
    padding-top: 20px;
    text-align:left;
    font-size: 20px;
    color: #fff;
}
.footer .mid a{
    color: #fff;
}
.footer .mid .text-right{
	text-align: right;
	width: 380px;
}
.footer .mid p{
    margin-top: 10px;
}
.friendlink{
    width: 1290px;
    background: #fff;
    position: relative;
    display: none;
    overflow: auto;
    margin-top: 5px;
}
.friendlink2{
    width: 1250px ;
    background: #3f6ea4;
    position: absolute;
    overflow: auto;
    left: -110px;
	top:40px;
    display: none;
}
.friendlink a {
    display: block;
    margin: 0px 2px;
    width: 220px;
    float: left;
    line-height: 28px;
    font-size: 18px;
    color: #333;
}
.friendlink2 a {
    display: block;
    margin: 5px 7px;
    width: 235px;
    float: left;
    line-height: 23px;

    font-size: 13px;
    color: #fff;
}
.hide{
    display: none;
}

span#_span_jiucuo {
    float: right;
    margin-top: 50px;
}
.center .content .title {
    width: 1200px;
    font-size: 24px;
    line-height: 100px;
    color: rgb(76, 91, 88);
    padding: 0px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
button {
    width: 120px;
    height: 40px;
    font-size: 16px;
    border-radius: 30px;
    color: rgb(13, 110, 206);
    border: 1px solid rgb(13, 110, 206);
    background: rgb(188, 211, 252);
    position: relative;
}
.index_info {
    margin: 15px;
    line-height: 45px;
    text-align: justify;
    text-indent: 28px;
    font-size: 28px;
}
.zgk-list ol {
    overflow: hidden;
}
.list05 li a {
    width: 25%;
    margin: 0 1%;
    background: #ebeef1;
    font-size: 28px;
    line-height: 1.8;
    padding: 5px 2.5%;
    margin-top: 10px;
    float: left;
    color: #333;
}
.news-head .h-name a{color:#fff;}
.video_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video_content>div {
    position: relative;
    width: 580px;
    height: 330px;
    margin-top: 20px;
    margin-bottom: 40px;
}