@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: "PingFang SC","Microsoft YaHei";
}
fieldset, img, input, button ,select{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input , button{
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
button{
    cursor:pointer;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
/*防止拖动*/
textarea {
    resize: none;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
}
.con{background: url(../img/bg.jpg) center 0 no-repeat;

  }
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
em ,i{
    font-style: normal;
    text-decoration: none;
}
.inner{
    width: 1210px;
    margin: 0 auto;
    box-sizing: border-box;
}
embed{
   
}
.header{
 height: 336px;
 display: table-cell;
 vertical-align: middle;
}
.header>a>{
    float: left;
}
.nav{
   background: #0059B1;
   padding-bottom:6px;
   padding-top:6px
}
.nav a{
    float: left;
    width: 11%;
    text-align: center;
    font-size: 19px;
    line-height:40px;
    color: #fff;
}
.nav a img{
    margin: -3px 8px 0 0;
}
.info{  
     padding-bottom: 20px;
     background: #0059b1;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 10px;
    box-sizing: border-box;
}
.banner {
    float: left;

    position: relative;
    overflow: hidden;
}
.banner .inner{
    position: relative;
}
.banner-btn {
    display: none;
}

.banner-btn a {
    display: block;
    line-height: 82px;
    position: absolute;
    top: 200px;
    width: 82px;
    height: 82px;
    overflow: hidden;
    z-index: 4;
}

.prevBtn {
    left: 0px;
}

.nextBtn {
    right: 0px;
}

.banner-img {
    font-size: 0;
    *word-spacing: -1px;
    /* IE6、7 */
    letter-spacing: -3px;
    position: relative;
}

.banner-img li {
   
    height: 400px;
    display: inline-block;
    *display: inline;
    *zoom:1;/* IE6、7 */
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: 12px;
    position: relative;
}

.banner i {
    width: 82px;
    height: 82px;
    cursor: pointer;
    display: block;
}

.banner .nextBtn i {
    background: url(../images/6.png) no-repeat center;
    -webkit-background-size: 82px 82px;
    background-size: 82px 82px;
}

.banner .prevBtn i {
    background: url(../images/5.png) no-repeat center;
    -webkit-background-size: 82px 82px;
    background-size: 82px 82px;
}

.banner-circle {
    overflow: hidden;
    position: absolute;
    right: 14px;
    bottom: 0px;
    height: 13px;
    text-align: center;
    font-size: 0;
    border-radius: 10px;
    padding: 24px 0;
    z-index: 99;
}

.banner-circle li {
    float: left;
    border-radius: 10px;
    margin: 0 3px;
    display: inline-block;
    display: -moz-inline-stack;
    vertical-align: middle;
    zoom: 1; 
}

.banner-circle li a {
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}

.banner-circle .selected a {
    background: #e53b51;
}
.banner_info {
    width: 100%;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
    font-size: 15px;
    line-height: 59px;
    color: #fff;
    padding: 0 136px 0 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.search
{
	float: right;
    width: 400px;
    margin: 5px 0;
	
}
.text
{
	float:left;
	width: 230px;
	height: 30px;
    padding-left: 5px;
	
}
.button
{
	float:left;
	width: 70px;
	height: 30px;
background: url(../img/seach.png) no-repeat center;
}

.button1
{
	float:left;
	width: 70px;
	height: 30px;
	color:#fff;
	font-size: 16px;
	background: #2c6294;
/* background: url(../img/seach.png) no-repeat center; */
}

.news{
    float: right;
    background: white;
      width:580px;
    overflow-y: auto;
    border-radius: 5px;

}
.news h2{
    font-size: 18px;
    line-height: 50px;
    padding: 0 55px;

   font-weight: bold;
   text-align: center;
}

.news h2 a{

   color: #e72e29;

}

.news_ul{
    padding: 3px 0;
}
.news_ul li{
    overflow: hidden;
}
.news_ul li h3{
    float: left;
    width: 490px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 31px;
    color: #838383;
    padding-left: 10px;
    position: relative;
}
.news_ul li h3::before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #2474bd;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 0;
}
.news_ul li h3 span{
    color: #1d1414;
}
.news_ul li i{
    float: right;
    font-size: 13px;
    line-height: 31px;
    color: #999;
}
.ad{
    margin: 10px 0;
    position:relative;height:112px;
    overflow:hidden; 
}
    .ad a {
        position: relative;
        overflow: hidden;
        margin-top:-20px;
        display:block;
    }
.ad a img{
    width: 100%;
}
.con_left{
    float: left;
}
.con_left_nav{
    float: left;
    width: 156px;
    margin-right: 22px;
    background-color: #2b71c6;
}
.con_left_nav p{
    font-size: 18px;
    line-height: 87px;
    color: #fff;
    text-align: center;
    background: url(../images/15.png) no-repeat bottom center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    cursor: pointer;
}
.con_left_nav p img{
    margin: -2px 8px 0 0;
}
.con_left_nav p.on{
    background-color: #2b88f9;
    position: relative;
}
.con_left_nav p.on::after{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #2b88f9;
    transform: rotate(45deg);
    border-radius: 4px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -13px;
}
.con_left_news{
    float: left;
    width: 100%;
    display: none;
}
.con_left_news.active{
    display: block;
}
.con_left_news .ad{
    float: left;
    width: 100%;
}
.news2{
    float: left;
    width: 100%;

    margin-right: 10px;
}
.news.news_right{
    margin-right: 0;
}
.news2 h4{

    overflow: hidden;
    border-bottom: 2px solid #f3f3f3;
width:95%;
margin:auto;


}
.news2 h4 span{
    display: block;
    float: left;
  
    font-size: 18px;
    line-height: 36px;
    width: 122px;
    text-align: center;
    color: #fff;
}
.news2 ul{
    padding: 6px 0;
	background:#fff
}
.news2 ul li{
    padding: 10px 15px 0 20px;
}
.news2 ul li h3{
    width: 350px;
}
.con_right{
    float: right;
    width: 258px;
}
.hour{
    background-color: #fff;
}
.hour h3{
    font-size: 19px;
    line-height: 39px;
    color: #fff;
    text-align: center;
    background: url(../images/17.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.hour_con{
    border: 3px solid #eaeaea;
    padding: 7px 7px 3px;
    overflow: hidden;
    border-top: 0;
}
.hour_con>img{
    width: 100%;
}
.hour_con p{
    font-size: 12px;
    line-height: 26px;
    padding: 0 20px;
}
.hour_con p span{
    float: left;
    width: 33.33%;
    text-align: center;
    overflow: hidden;
    color: #138dff;
}
.hour_con p span:nth-child(2){
    color: #f95810;
}
.hour_con p span:nth-child(3){
    color: #6ccc4b;
}
.hour_con p span i{
    float: left;
    font-size: 50px;
    line-height: 26px;
    margin: -4px 0 0 20px;
}
.hour2{
    margin-top: 10px;
}
.hour2 h4{
    font-size: 19px;
    line-height: 39px;
    color: #fff;
    text-align: center;
    background: url(../images/19.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.hour2 .hour_con{
    padding: 11px 14px;
}
.hour2 .hour_con a{
    display: block;
    height: 60px;
    padding: 0 20px;
    margin-bottom: 5px;
    background: url(../images/20.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
}
.hour2 .hour_con a img{
    float: left;
    margin: 20px 18px 0 0;
}
.hour2 .hour_con a p{
    font-size: 15px;
    line-height: 60px;
    color: #016ec5;
    font-weight: bold;
}
.hour2 .hour_con a:nth-child(3),
.hour2 .hour_con a:nth-child(4){
    padding-top: 6px;
}
.hour2 .hour_con a:nth-child(3) p{
    line-height: 24px;
}
.hour2 .hour_con a:nth-child(4) p{
    line-height: 24px;
}
.hour_con_img{
    margin-top: 8px;
    padding: 0 80px;
}
.hour_con_img img{
    float: left;
    margin: 0 5px;
    cursor: pointer;
}
.query{

   clear: both;
	 
}
.title {
  /* border-bottom: 2px solid #f3f3f3; */ 
 
}
.title h3{
    float: left;
    font-size: 18px;
    line-height: 44px;
    border-bottom: 3px solid #016ec5;
color: #016ec5;
/*padding:30px 20px 0 20px;*/
    text-align: center;
font-weight: bold;
}
.title p{
    float: left;
    font-size: 18px;
    line-height: 44px;
    color: #2280e2;
    margin-left: 28px;
}
.query_con{

    box-sizing: border-box;
}
.query_con a{
    float: left;
    font-size: 16px;
    position: relative;
}
.xxgk a
{
	
	  padding-left: 12px;
}

.query_con a::before{
    display: block;
    width: 3px;
    height: 3px;
    background-color: #2474bd;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 0;
}
.news_all{
    margin-top: 10px;
}
.news3 {
    float: left;
 
    margin-right: 40px;
    border-top-left-radius: 12px;
}
.news3 ul{
    padding: 10px 0;
}
.news3 ul li{
    padding: 0 10px;
}
.news3 ul li h3{
    line-height: 37px;
}
.news3 ul li i{
    line-height: 37px;
}

.query_con
{
  border:1px solid  #f3f3f3;margin-top: 20px;    border-radius: 5px;
}
.jmhd 
{
	padding-left: 25px;
		padding-right: 25px;
}

.jmhd img
{
	padding: 17px 25px;
	height: 100px;

	
}

.hlw img
{
       height: 120px;
		padding:7px 35px;

}
/*.news3:last-child{
    margin-right: 0;
}*/
.footer{
    background-color: #F2F2F2;
    margin-top: 10px;
    vertical-align: middle;

}

.footer .inner
{        
	
}

.footer img
{
	vertical-align: middle;

}
.footer_left {
    float: left;
    display: table-cell;
    overflow: hidden;
    height: 140px;
    line-height: 140px;
    width: 350px;
}
.footer_left img{
  
    vertical-align: middle;
 line-height: 140px;
 padding-right: 12px;
}
.footer_center {
    float: left;
    padding: 38px 12px 12px 12px;
    overflow: hidden;
    text-align: center;
    width: 600px;
    color: #a9aaa9;
}
.footer_center a{

 
    line-height: 33px;
    color: #a9aaa9;
    padding: 0 9px;
    border-right: 1px solid #a9aaa9;
}
.footer_center a:last-child{
    border-right: 0;
}

.footer_right{
    float: right;
    padding: 28px 0;
   
}
.footer_right a{
    float: left;
    font-size: 12px;
    line-height: 13px;
    color: #a9aaa9;
    padding: 0 9px;
  
}
.footer_right a:last-child{
    border-right: 0;
}

.footer_right
{
	height: 80px;
}
.ad a{ display:block}
.ad a img{ height:100px}
.fs1 {
    position: absolute;
    left: 0px;
    top: 0px;
}
embed {
    
    display: block;
}
/*****************************************************************************/
.news_ul2{
    display: none;
}
.news_ul2.active{
    display: block;
}
.con_left_news .news2_h4 span{
    color: #1d1414;
     font-weight:bold;
    cursor: pointer;
}
.con_left_news .news2_h4 span.on{
    
    border-bottom: 3px solid #016ec5;
   
    color: #016ec5;
}
.link
{
	padding: 20px;
}
.link-select {
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 18px;
	margin-right: 21px;
	margin-left: 21px;
	line-height: 50px;
	
}

.link-select a {
    
}

.linktitle
{
	color: #016ec5;
	font-size: 14px;
	font-size: 18px; 
    font-weight: bold;
}
.linkdwon a
{	
		color: #333;
}

.link-select.on {}

.link-select h2 {
	color: #005698;
	background: #f0f0f0;
	padding-left: 20px;
}

.linkdwon {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 75px;
	background: #fff;
	border: 1px solid #eee;
	padding: 16px;
	overflow: hidden;
	z-index: 99;
}

.linkdwon a {
	float: left;
	overflow: hidden;
	margin-right: 30px;
}

.linkdwon a:hover {
	color: #005698;
}

.myzt
{
	float:left;
	border:1px solid #f3f3f3; 
    width: 100%;
	border-radius: 5px;
	text-align: center;
}

.toutiao
{
text-indent:28px;
width:95%;
color: #1d1414;
margin:auto;
padding-bottom:8px;
}

/*.toutiao {
   
    line-height: 1.4em;

    height: 2.8em;
    overflow: hidden;
}*/



.footer_right {
 
    position: relative; 
}

a.weixin {
    position: relative;
}
 
.qrcode {
position: absolute;
    z-index: -9999;
     bottom: 80px;
    right: 10%;
  width: 150px;
  max-width: none;
  height: 150px;
  transform: scale(1);
  transform-origin: top right;
  opacity: 0;
  border: 2px solid #0085ba;
  border-radius: .25rem;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
 
}

.weixin:hover + .qrcode {
    transform: scale(1);
    opacity: 1;
    z-index: 9999;
}
