﻿@charset utf-8;
*{
	padding:0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	font-family: 微软雅黑,黑体;
	/* color: #000; */
}
a{text-decoration:none;}
/* 头部 */
.famer{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.headback{
	width: 100%;
	height: 36px;
	background: #1073B7;
}
.headtop{
	width: 1200px;
	height: 36px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.headtop-left{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
}
.headtop-left img{
	width: 15px;
	height: 16px;
}
.headtop-left text{
	width: 180px;
	height: 14px;
	font-size: 14px;
	font-family: SimSun;
	font-weight: 400;
	color: #FFFFFF;
	/* line-height: 46px; */
	margin-left: 11px;
}
.headtop-left text:hover{
	width: 180px;
	height: 14px;
	font-size: 14px;
	font-family: SimSun;
	font-weight: 400;
	color: #f90;
	/* line-height: 46px; */
	margin-left: 11px;
}
.headtop-right{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	position: relative;
}
.headtop-right p{
	width: auto;
	height: 36px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}
.headtop-right p:hover{
	width: auto;
	height: 36px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	flex-direction: row;
	/* margin-left: 40px; */
	align-items: center;
	background: #005c9b;
}
.headtop-right p img{
	width: 16px;
	height: 16px;
}
.headtop-right p a{
	width: auto;
	height: 14px;
	font-size: 14px;
	font-family: SimSun;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 4px;
}
.head-bottom{
	width: 100%;
	height: 217px;
	background: url(../images/2.png) no-repeat center center;
	display: flex;
	flex-direction: column;
}
.head-content{
	width: 1200px;
	height: 82px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 37px;
}
.c_caiddan {
  width: 669px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  right: 0;
  z-index: 20;
  top: 36px;
  border: 2px solid #1073B7;
  display: none;
}
.headtop-right p.abvc:hover .c_caiddan{
  width: 669px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  right: 0;
  top: 36px;
  border: 2px solid #1073B7;
  display: block;
}
.c_yizutit {
  color: #1073B7;
  font-size: 16px;
  font-weight: bold;
}
.c_yizulitd {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.c_yizulitd a {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 21px;
  width: 30.33%;
  margin: 0 2% 0 0;
}
.c_yizulitd a:hover {
	font-size: 14px;
	line-height: 21px;
	width: 30.33%;
	margin: 0 2% 0 0;
  background: none;
  color: #1073B7;
}
.c_guanblef {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  background: #fff;
  right: 5px;
  top: 5px;
  font-size: 22px;
  font-weight: bolder;
  line-height: 30px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
}
.c_kunzigun {
    padding: 10px;
    height: 400px;
    overflow-y: auto;
  }
.logo{
	width: 338px;
	height: 82px;
}
.searchBox{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.search {
    box-sizing: border-box;
    background-color: #fff;
    float: left;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #1073b7;
    width: 372px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.search button {
    cursor: pointer;
    margin-right: 8px;
    background: url(../images/12.png) no-repeat right center;
    font-size: 14px;
    color: #999999;
    box-sizing: border-box;
    padding-left: 19px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #ffffff;
    outline: 0;
    width: 82px;
    float: left;
    height: 46px;
    border: none;
    border-radius: 25px 0 0 25px;
}
.search button span {
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: left;
	color: #999999;
}
.search button ul {
    display: none;
    margin-left: -13px;
    margin-top: -5px;
    background: #ffffff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}
.search button ul li {
    height: 32px;
    line-height: 32px;
	color: #999999;
}
.search button ul li:hover {
    height: 32px;
    background: #1073B7;
	color: #FFFFFF;
}
.search p{
	color: #999999;
	margin-right: 8px;
	height: 18px;
	font-size: 13px;
}
.search input {
    float: left;
    height: 46px;
    border: none;
    width: 143px;
}
.search input[type="button"] {
    margin-right: -2px;
    float: right;
    width: 110px;
    background-color: #1073b7;
    color: #fff;
    font-size: 20px;
    border-radius: 25px;
}
.search input[type="button"]:hover {
    margin-right: -2px;
    float: right;
    width: 110px;
    background-color: #1073b7;
    color: #f90;
    font-size: 20px;
    border-radius: 25px;
}
.searchBox > img {
    float: right;
    margin-left: 25px;
}
.tabnav{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 43px;
}
.tabnav li{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	cursor: pointer;
}
/* .tabnav li a{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
} */
.tabnav li img{
	width: 28px;
	height: 28px;
}
.tabnav li text{
	margin-left: 11px;
	width: 88px;
	height: auto;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.tabnav li text:hover{
	margin-left: 11px;
	width: 88px;
	height: auto;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1073B7;
}
.c_footer {
  width: 100%;
  background: #1073b7;
  padding: 28px 0;
}
.w1240 {
  width: 1240px;
  margin: 0 auto;
}
.c_bottomlink {
  text-align: center;
  line-height: 38px;
}
.c_bottomdibu {
  padding: 30px 0 0;
}
.c_bottomdibu .c_bottomtu1 {
  float: left;
  margin: 8px 0 0;
}
.c_bottomdibu .c_bottomleftli {
  float: left;
  line-height: 30px;
  padding: 0 30px;
  background: url(../images/shux.png) no-repeat right center;
}
.c_bottomdibu .c_bottomleftli a {
  display: block;
  color: #b8cbdf;
}
.c_bottomdibu .c_bottomleftli a:hover {
  color: #fff;
}
.c_bottomdibu .c_bottomer {
  float: right;
  font-size: 14px;
  color: #b8cbdf;
  text-align: center;
  line-height: 1.6;
  padding-left: 30px;
  margin-top: -8px;
}
.c_bottomdibu .c_bottomerwei {
  float: right;
  font-size: 14px;
  color: #b8cbdf;
  text-align: center;
  line-height: 1.6;
  padding-left: 30px;
  background: url(../images/shux.png) no-repeat left center;
  margin-top: -8px;
}
.indexHeader{
    width:1200px;
    min-width:1200px;
    height:570px;
    margin:0 auto;
}
.indexHeader>.logo{
    height:380px;
}
.indexHeader>.logo>.img1{
    width:50%;
    float:left;
    margin-top:110px;
}
.indexHeader>.logo>.img2{
    width:30%;
    float:right;
    margin-top:80px;
}
/*导航栏*/
.indexHeader>.menu{
    width:1200px;
    height:50px;
    background:#2b59ad;
    margin-bottom:20px;
}
.indexHeader>.menu>img{
    float:left;
}
.indexHeader>.menu>ul{
    float:left;
    width:1144px;
}
.indexHeader>.menu>ul>li{
    height:50px;
    line-height: 50px;
    float:left;
    width:11.1%;
    overflow: hidden;
    text-align: center;
    color:#fff;
}
.indexHeader>.menu>ul>li>a{
    color:#fff;
}
.indexHeader>.menu>ul>li:hover{
    background:#6292e8;
}
.indexHeader>.menu>ul>li:hover a{
    text-decoration:none;
}
/*头部导航新闻*/
.indexHeader>.headerTitle{
    height:90px;
    line-height:90px;
    width:1200px;
    text-align:center;
    background:url('../images/menubannerbg.png') no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../menuBannerBG.png', sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../menuBannerBG.png', sizingMethod='scale');
}
.indexHeader>.headerTitle>span{
    font-size:30px;
    font-family:"宋体";
    color:#ac2a2a;
    text-align:center;
}
.indexHeader>.headerTitle>span>a{
    color:#ae292a;
}


/*详情页头部*/
.detailsHeader{
    width:100%;
    height:200px;
    background:#2b59ad url('../images/bgimg2.png') no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../bgImg2.png', sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../bgImg2.png', sizingMethod='scale');
}
.detailsHeader>.logo{
    height:150px;
    width:1200px;
    margin:0 auto;
}
.detailsHeader>.logo>.img1{
    height:100px;
    float:left;
    margin-top:30px;
}
.detailsHeader>.logo>.img2{
    height:120px;
    float:right;
    margin-top:20px;
}
/*导航栏*/
.detailsHeader>.menu{
    width:100%;
    height:50px;
    line-height:50px;
    margin:0 auto;
    background:#2b59ad ;
}
.detailsHeader>.menu>ul{
    width:1200px;
    margin:0 auto;
}
.detailsHeader>.menu>ul>li{
    float:left;
    width:11.1%;
    overflow:hidden;
    text-align:center;
}
.detailsHeader>.menu>ul>li>a{
    color:#fff;
    font-size:16px;
    text-decoration:none;
}
.detailsHeader>.menu>ul>li:hover{
    background:url('../images/navbg.png') no-repeat;
    background-size:100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../navBg.png', sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src='../navBg.png', sizingMethod='scale');
}
body {
  padding: 0;
  margin: 0;
  zoom: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma,
    Arial, 'Hiragino Sans GB';
}
a {
  text-decoration: none;
}
* {
  margin: auto;
  padding: auto;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma,
    Arial, 'Hiragino Sans GB';
}
.r {
  float: right;
}
.l {
  float: left;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*IE/7/6*/
}
.ConBox {
  box-shadow: 0 0 10px 1px #d9d9d9;
  padding: 40px 45px;
  background: #ffffff;
}
/*通配符结束*/
.c_caiddan {
  width: 669px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  right: 0;
  top: 36px;
  border: 2px solid #1073B7;
  display: none;
}
.headtop-right p.abvc:hover .c_caiddan{
  width: 669px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  right: 0;
  top: 36px;
  border: 2px solid #1073B7;
  display: block;
}
.c_yizutit {
  color: #1073B7;
  font-size: 16px;
  font-weight: bold;
}
.c_yizulitd {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.c_yizulitd a {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 21px;
  width: 30.33%;
  margin: 0 2% 0 0;
}
.c_yizulitd a:hover {
	font-size: 14px;
	line-height: 21px;
	width: 30.33%;
	margin: 0 2% 0 0;
  background: none;
  color: #1073B7;
}
.c_guanblef {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  background: #fff;
  right: 5px;
  top: 5px;
  font-size: 22px;
  font-weight: bolder;
  line-height: 30px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
}
.c_kunzigun {
    padding: 10px;
    height: auto;
    overflow-y: auto;
  }
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.c_topup {
  background: #1073b7;
  line-height: 36px;
  font-size: 14px;
  position: relative;
  z-index: 99;
}
.c_topup .c_topleft {
  float: left;
  overflow: hidden;
}
.c_topup .c_topleft .c_toplink {
  float: left;
  color: #fff;
  padding-left: 24px;
  background: url(../images/ctopbiao.png) no-repeat left center;
  margin-right: 20px;
}
.c_topup .c_topleft .c_toplink:hover {
  color: #f90;
}
.c_topup .c_topright {
  float: right;
  position: relative;
}
.c_topup .c_topright a {
  float: right;
  color: #fff;
}
.c_topup .c_topright a.c_rightlink1 {
  background: url(../images/ctopright1.png) no-repeat 15px center;
  padding: 0 15px 0 51px;
}
.c_topup .c_topright a.c_rightlink2 {
  background: url(../images/ctopright2.png) no-repeat 15px center;
  padding: 0 15px 0 41px;
}
.c_topup .c_topright a.c_rightlink3 {
  background: url(../images/ctopright3.png) no-repeat 15px center;
  padding: 0 15px 0 41px;
}
.c_topup .c_topright a:hover {
  background-color: #005c9b;
}
.c_topup .c_topright .c_kunzigun {
  padding: 20px 30px;
  position: relative;
}
.c_topup .c_topright .c_guanblef {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 16px;
  background: #fff;
  right: 5px;
  top: 5px;
  font-size: 22px;
  font-weight: bolder;
  line-height: 30px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
}
.c_topup .c_topright .c_caiddan {
  width: 710px;
  height: auto;
  overflow: hidden;
  background: #fff;
  position: absolute;
  right: 0;
  top: 36px;
  border: 4px solid #1073B7;
  display: none;
}
.c_topup .c_topright .c_caiddan .c_yizutit {
  color: #1073B7;
  font-size: 16px;
  font-weight: bold;
}
.c_topup .c_topright .c_caiddan .c_yizulitd {
  overflow: hidden;
}
.c_topup .c_topright .c_caiddan .c_yizulitd a {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  width: 31.33%;
  margin: 0 2% 0 0;
}
.c_topup .c_topright .c_caiddan .c_yizulitd a:hover {
  background: none;
  color: #1073B7;
}
.c_topmid {
  background: #fff url(../images/c_topback.png) repeat-x center top;
  padding: 45px 0 0;
  position: relative;
  z-index: 90;
}
.c_topmid .c_topin {
  float: right;
  margin: 16px 100px 0 0;
}
.c_topmid .c_topsearch {
  float: right;
  background: #fff;
  border: 2px solid #1073b7;
  border-radius: 50px;
  width: 422px;
  height: 50px;
  margin: 18px 20px 0 0;
}
.c_topmid .c_topsearch .c_searchclass {
  float: left;
  padding: 9px 8px 9px 15px;
}
.c_topmid .c_topsearch .c_searchclass select {
  display: block;
  width: 70px;
  font-family: "microsoft yahei";
  font-size: 14px;
  color: #999;
  border: none;
  outline: none;
  line-height: 32px;
  height: 32px;
  background: none;
}
.c_topmid .c_topsearch .c_topsouan {
  width: 110px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  background: #1073b7;
  border-radius: 50px;
  display: block;
  text-align: center;
  float: right;
  margin: 0;
}
.c_topmid .c_topsearch .c_topsouan:hover {
  color: #F90;
}
.c_topmid .c_topsearch .c_sousuo {
  margin: 13px 110px 0 92px;
  height: 24px;
  line-height: 24px;
  border-left: 1px solid #d2d2d2;
  padding: 0 15px;
}
.c_topmid .c_topsearch .c_sousuo input {
  display: block;
  height: 24px;
  line-height: 24px;
  border: none;
  outline: none;
  font-family: "microsoft yahei";
  font-size: 14px;
  width: 100%;
}
.c_topmid .c_topnav {
  text-align: center;
  background: #005fa1 url(../images/ccnavback.png) no-repeat center;
  margin: 70px 0 0;
}
.c_topmid .c_topnav .c_topnavf {
  display: inline-block;
  font-size: 22px;
  margin: 0 1px;
}
.c_topmid .c_topnav .c_topnavf a {
  display: block;
  color: #fff;
  padding-left: 50px;
  padding-right: 10px;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.c_topmid .c_topnav .c_topnavf a span {
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: transparent;
	left: 0;
	bottom: 0;
}
.c_topmid .c_topnav .c_topnavf a:hover {
  color: #fff;
}
.c_topmid .c_topnav .c_topnavf a:hover span {
	background-color: #ffc600;
}
.c_topmid .c_topnav .c_topnavf a.on span {
	background-color: #ffc600;
}
.c_topmid .c_topnav .c_topnavf.c_topnav1 {
  background: url(../images/c_topnav1.png) no-repeat left center;
}
.c_topmid .c_topnav .c_topnavf.c_topnav2 {
  background: url(../images/c_topnav2.png) no-repeat left center;
}
.c_topmid .c_topnav .c_topnavf.c_topnav3 {
  background: url(../images/c_topnav3.png) no-repeat left center;
}
.c_topmid .c_topnav .c_topnavf.c_topnav4 {
  background: url(../images/c_topnav4.png) no-repeat left center;
}
.c_topmid .c_topnav .c_topnavf.c_topnav5 {
  background: url(../images/c_topnav5.png) no-repeat left center;
}
.c_topmid .c_topnav .c_topnavf.c_topnav6 {
  background: url(../images/c_topnav6.png) no-repeat left center;
}
.c_topmid .c_topnav .c_topnavf.c_topnav7 {
  background: url(../images/c_topnav7.png) no-repeat left center;
}
.c_topmid .c_topnav .c_topnavf.c_topnav8 {
  background: url(../images/c_topnav8.png) no-repeat left center;
}
.c_topmid .c_topnav .c_topnavf.c_topnav9 {
  background: url(../images/c_topnav9.png) no-repeat left center;
}
.c_topmid .c_list {
  float: right;
  display: none;
}
.c_bottomlink .c_boli {
  display: inline-block;
  min-width: 210px;
  text-align: center;
  padding: 0 15px;
  color: #b8cbdf;
  background: #0366a9;
  margin: 0 10px;
  font-size: 15px;
}
.c_bottomlink .c_boli:hover {
  color: #fff;
}
.c_bottomlink .c_bottomlinksele {
  display: inline-block;
  min-width: 205px;
  text-align: center;
  color: #b8cbdf;
  background: #0366a9;
  margin: 0 20px;
  font-size: 15px;
}
.c_bottomlink .c_bottomlinksele select {
  background: none;
  border: none;
  outline: none;
  color: #b8cbdf;
  font-size: 15px;
  display: block;
  width: 100%;
  line-height: 38px;
  height: 38px;
  padding: 0 15px;
  background: #0366a9;
}
.c_bottomdibu {
  padding: 30px 0 0;
}
.c_bottomdibu .c_bottomtu1 {
  float: left;
  margin: 8px 0 0;
}
.c_bottomdibu .c_bottomleftli {
  float: left;
  line-height: 30px;
  padding: 0 20px;
  background: url(../images/shux.png) no-repeat right center;
}
.c_bottomdibu .c_bottomleftli a {
  display: block;
  color: #b8cbdf;
}
.c_bottomdibu .c_bottomleftli a:hover {
  color: #fff;
}
.c_bottomdibu .c_bottominfo {
  margin: 0 170px 0 200px;
  font-size: 15px;
  line-height: 30px;
  color: #b8cbdf;
}
.c_bottomdibu .c_bottominfo a {
  color: #b8cbdf;
}
.c_bottomdibu .c_bottominfo a:hover {
  color: #fff;
}
.c_bottomdibu .c_bottominfo img {
  vertical-align: middle;
}
.c_bottomdibu .c_bottomerwei {
  float: right;
  font-size: 14px;
  color: #b8cbdf;
  text-align: center;
  line-height: 1.6;
  padding-left: 20px;
  background: url(../images/shux.png) no-repeat left center;
  margin-top: -8px;
}
.c_flowright {
  position: fixed;
  z-index: 9;
  right: 20px;
  top: 300px;
  width: 56px;
}
.c_flowright a {
  display: block;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 28px;
  overflow: hidden;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px 0 0;
  box-shadow: 0 0 5px #ddd;
}
.c_flowright a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #eee;
}
.c_flowright a.c_bangzhu {
  background-image: url(../images/cicon1.png);
}
.c_flowright a.c_gotop {
  background-image: url(../images/cicon5.png);
}
.c_flowright .bshare-custom a {
  display: block;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 28px;
  overflow: hidden;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px 0 0;
}
.c_flowright .bshare-custom a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #eee;
}
.c_flowright .bshare-custom .bshare-weixin {
  background-image: url(../images/cicon2.png);
}
.c_flowright .bshare-custom .bshare-sinaminiblog {
  background-image: url(../images/cicon3.png);
}
.c_flowright .bshare-custom .bshare-more {
  background-image: url(../images/cicon4.png);
}
#bsPanel {
  display: none !important;
}
.c_indextout {
  font-size: 30px;
}
.c_indextout a {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-weight: bold;
  line-height: 2;
  padding: 15px;
}
.c_indextout a span {
  color: #e63600;
}
.c_indextout a:hover {
  color: #e63600;
}
.c_indextabnews {
  margin-left: 610px;
}
.c_indextabnews .c_hb {
  border-bottom: 2px solid #005C9B;
  overflow: hidden;
}
.c_indextabnews .c_hb h2 {
  float: left;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: -1px;
}
.c_indextabnews .c_hb h2 a {
  display: block;
  color: #333;
  line-height: 32px;
  padding: 10px 15px;
}
.c_indextabnews .c_hb h2.on a {
  color: #fff;
  background: #005C9B;
}
.c_indextabnews .c_hb span {
  float: left;
  padding: 0 20px;
  color: #e6e6e6;
  font-size: 14px;
  line-height: 32px;
}
.c_indextabnews .c_bd {
  padding-top: 15px;
}
.c_newslist1 {
  display: block;
}
.c_newslist1 li {
  overflow: hidden;
  line-height: 45px;
  height: 45px;
}
.c_newslist1 li span {
  float: right;
  color: #999;
  font-size: 16px;
}
.c_newslist1 li h3 {
  font-weight: normal;
  font-size: 18px;
  margin-right: 120px;
}
.c_newslist1 li h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  padding-left: 20px;
  background: url(../images/c_diand.png) no-repeat left center;
}
.c_newslist1 li h3 a:hover {
  color: #005C9B;
}
.c_indextunews {
  width: 572px;
  float: left;
  position: relative;
  overflow: hidden;
}
.c_indextunews .c_hd {
  position: absolute;
  right: 10px;
  bottom: 16px;
  z-index: 9;
}
.c_indextunews .c_hd ul {
  display: block;
  height: 10px;
}
.c_indextunews .c_hd ul li {
  float: left;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 6px;
  background: #fff;
  margin: 0 0 0 12px;
}
.c_indextunews .c_hd ul li.on {
  background: #1073b7;
}
.c_indextunews .c_bd .c_yitiao {
  position: relative;
}
.c_indextunews .c_bd .c_yitiao .c_tupin {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 58%;
  height: 0;
  background: #000;
}
.c_indextunews .c_bd .c_yitiao .c_tupin img {
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.c_indextunews .c_bd .c_yitiao .c_tupin:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_indextunews .c_bd .c_yitiao h3 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 42px;
  line-height: 42px;
  font-weight: normal;
  font-size: 16px;
}
.c_indextunews .c_bd .c_yitiao h3 a {
  display: block;
  color: #fff;
  padding: 0 140px 0 16px;
  background: url(../images/c_bantou.png);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c_indextunews .c_bd .c_yitiao h3 a:hover {
  color: #f80;
}
.c_indexzhuanl {
  margin-top: 26px;
  overflow: hidden;
}
.c_indexzhuanl .c_zttu {
  position: relative;
}
.c_indexzhuanl .c_hd {
  position: absolute;
  right: 4px;
  bottom: 5px;
  z-index: 6;
}
.c_indexzhuanl .c_hd ul {
  overflow: hidden;
  display: block;
}
.c_indexzhuanl .c_hd ul li {
  float: left;
  cursor: pointer;
  color: #e63600;
  background: #fff;
  padding: 2px 5px;
  margin: 0 0 0 4px;
  font-size: 16px;
  line-height: 16px;
  height: 16px;
}
.c_indexzhuanl .c_hd ul li.on {
  background: #e63600;
  color: #fff;
}
.c_indexzhuanl .c_bd .c_ggtu {
  width: 100%;
}
.c_indexzhuanl .c_bd .c_ggtu a {
  display: block;
  width: 100%;
  padding-bottom: 8%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.c_indexzhuanl .c_bd .c_ggtu a img {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.c_indexzhuanl .c_bd .c_ggtu a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_bottomrightab .c_hb {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.c_bottomrightab .c_hb h2 {
  float: left;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: -1px;
}
.c_bottomrightab .c_hb h2 a {
  display: block;
  color: #333;
  line-height: 32px;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}
.c_bottomrightab .c_hb h2.on a {
  color: #1073b7;
  border-color: #1073b7;
}
.c_bottomrightab .c_hb span {
  float: left;
  padding: 0 20px;
  color: #e6e6e6;
  font-size: 14px;
  line-height: 32px;
}
.c_bottomrightab .c_bd {
  padding-top: 8px;
}
.c_indebijo {
  padding: 30px 0;
}
.c_indexbottomleft {
  float: left;
  width: 280px;
}
.c_indexbottomright {
  margin-left: 320px;
}
.c_zhonjangg {
  padding: 15px 0 25px;
}
.c_zhonjangg a {
  display: block;
}
.c_zhonjangg a img {
  display: block;
  width: 100%;
  height: auto;
}
.c_zfffix .c_zfixx {
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 10px;
  background: #1073b7;
}
.c_zfffix .c_zjifji a {
  display: block;
  line-height: 50px;
  height: 50px;
  background-color: #f8f8f8;
  font-size: 18px;
  color: #333;
  margin-top: 10px;
  padding: 0 10px 0 70px;
  background-position: 20px center;
  background-repeat: no-repeat;
}
.c_jioxg {
  padding: 20px 0 0;
}
.c_jioxg .c_jisoltit {
  font-size: 22px;
  color: #222;
  line-height: 66px;
  height: 66px;
}
.c_jioxg .c_jlhdimg a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.4%;
  position: relative;
  overflow: hidden;
}
.c_jioxg .c_jlhdimg a img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c_jioxg .c_jlhdimg a em {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #fff;
  width: 90%;
  left: 0;
  padding: 20px 5% 0;
  position: absolute;
  bottom: 0;
  background: url(../images/ccbangou.png) repeat-x center bottom;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.c_jioxg .c_jlhdimg a:hover em {
  color: #FF9900;
}
.c_jiljiti {
  margin: 10px 0 0;
}
.c_jiljiti .c_hd {
  overflow: hidden;
  padding: 10px 0;
}
.c_jiljiti .c_hd h2 {
  float: left;
  font-weight: normal;
  font-size: 16px;
  margin: 0 5px 0 0;
}
.c_jiljiti .c_hd h2 a {
  display: block;
  color: #666;
  text-align: center;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 36px;
  height: 36px;
}
.c_jiljiti .c_hd h2.on a {
  background: #1073b7;
  color: #fff;
}
.c_jiljiti .c_diaoclist {
  display: block;
}
.c_jiljiti .c_diaoclist li {
  line-height: 40px;
  height: 40px;
}
.c_jiljiti .c_diaoclist li span {
  float: left;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  border-radius: 4px;
  margin: 11px 0 0;
}
.c_jiljiti .c_diaoclist li span.c_xxj {
  background: #ff9d08;
}
.c_jiljiti .c_diaoclist li span.c_bsj {
  background: #999;
}
.c_jiljiti .c_diaoclist li a {
  display: block;
  margin-left: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
}
.c_jiljiti .c_diaoclist li:hover a {
  color: #FF8800;
}
.c_jishise {
  overflow: hidden;
}
.c_leftnews {
  float: left;
}
.c_rightnews {
  float: right;
}
.c_bottomrightab {
  width: 48%;
}
.c_newslist1 {
  display: block;
}
.c_newslist1 li {
  overflow: hidden;
  line-height: 45px;
  height: 45px;
}
.c_newslist1 li span {
  float: right;
  color: #999;
  font-size: 16px;
}
.c_newslist1 li h3 {
  font-weight: normal;
  font-size: 18px;
  margin-right: 120px;
}
.c_newslist1 li h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  padding-left: 20px;
  background: url(../images/c_diand.png) no-repeat left center;
}
.c_newslist1 li h3 a:hover {
  color: #005C9B;
}
.c_newslist2 {
  display: block;
}
.c_newslist2 li {
  overflow: hidden;
  line-height: 40px;
  height: 40px;
}
.c_newslist2 li span {
  float: right;
  color: #333;
  font-size: 16px;
}
.c_newslist2 li h3 {
  margin-right: 70px;
  font-weight: normal;
  font-size: 16px;
}
.c_newslist2 li h3 a {
  display: block;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c_newslist2 li h3 a:hover {
  color: #005C9B;
}
.c_newslist3 {
  display: block;
}
.c_newslist3 li {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.c_newslist3 li h3 {
  font-weight: normal;
  font-size: 16px;
}
.c_newslist3 li h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  background: url(../images/c_dian1.png) no-repeat left center;
  padding-left: 20px;
}
.c_newslist3 li h3 a:hover {
  color: #005C9B;
}
.c_newslist4 {
  display: block;
}
.c_newslist4 li {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.c_newslist4 li span {
  float: right;
  color: #333;
  font-size: 16px;
}
.c_newslist4 li h3 {
  font-weight: normal;
  font-size: 16px;
  margin-right: 70px;
}
.c_newslist4 li h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  background: url(../images/c_dian1.png) no-repeat left center;
  padding-left: 20px;
}
.c_newslist4 li h3 a:hover {
  color: #005C9B;
}
.footer { height: 215px; background: #1073b7; margin-top: 15px; }
.footer a { font-size: 15px;color: #b9cde2; }
.footer p { font-size: 15px;color: #b9cde2; }
.footer a:hover { color: #fff; }
.footer .link {width: 100%; padding-top: 10px; position: relative; display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.footer .link > div { border-top: 10px solid #1073b7; height: 38px; width: 232px; background-color: #0a6db1;}
.footer .link > div:last-child { margin-right: 0; }
.footer .link > div:first-child { margin-left: 0px; }
.footer .link > div > span > a { display: block; width: 100%; height: 100%; text-align: center;line-height: 38px; }
.footer .link > div > span { cursor: pointer; display: block; box-sizing: border-box; line-height: 36px;color: #b9cde2; font-size: 15px; }
.footer .link > div:nth-child(4) > span { padding-left: 0px; }
.footer .link > div:nth-child(5) > span { padding-left: 62px; }
.footer .link > div:nth-child(6) > span { padding-left: 62px; }
.footer .link > ink1 > img { position: absolute; right: 200px; top: 35px; transform: rotateZ(0); transition: transform .3s; }
.footer .link > ink2 > img { position: absolute; right: 150px; top: 35px; transform: rotateZ(0); transition: transform .3s; }
.footer .link > ink3 > img { position: absolute; right: 100px; top: 35px; transform: rotateZ(0); transition: transform .3s; }
.footer .link > ink4 > img { position: absolute; right: 70px; top: 35px; transform: rotateZ(0); transition: transform .3s; }
.footer .link .list {max-height: 290px; overflow-y: auto; z-index: 999; box-sizing: border-box; position: absolute; bottom: 46px; left: 0px; width: 1200px; display: none; padding: 30px 50px;background-color: #0a6db1;  }
.footer .link .list a { padding: 10px 0; float: left; width: 19%; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.footer .link .list::-webkit-scrollbar { width: 8px; background-color: #065991; border-radius:10px;}
.footer .link .list::-webkit-scrollbar-thumb { border-radius:10px; background-color: #2386c9;}
.footer .link > div.show .list { display: block; }
.footer .link > div.show { border-top: 10px solid #0a6db1; }
.footer .link > div.show img { transform: rotateZ(180deg); transition: transform .3s; }
.footer .link > div:last-child .list { right: 0;left: auto; }
.footer .footBox { margin-top: 41px;}
.footer .left { padding-left: 55px; float: left; height: 68px; padding-right: 42px;border-right: 1px solid #408fc5; }
.footer .bottomImg { float: left; margin-right: 65px; }
.footer .Dt { float: right; width: 60px; }
.footer .Dt a { display: block;margin-bottom: 12px; }
.footer .right { margin-top: -6px; float: right; width: 915px; }
.footer .right p { margin-bottom: 12px; }
.footer .right p img { vertical-align: sub; margin-right: 5px; }

@media (max-width: 750px) and (min-width: 320px) {
	.w1200 {
	  width: 100%;
	  margin: 0 auto;
	}
	.footer .link {
		width: 100%; 
		padding-top: 10px; 
		position: relative; 
		display: none;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.c_bottomdibu .c_bottomerwei {
		display: none;
	}
	.c_bottomdibu .c_bottomtu1{
		display: none;
	}
	.c_bottomdibu .c_bottomleftli{
		display: none;
	}
	.footre001{
		display: none;
	}
	.footre002{
		display: none;
	}
	.footre003{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footre004{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		line-height: 15px;
	}
	.footre005{
		display: none;
	}
	.c_bottomdibu .c_bottominfo{
		margin: 0 15px 0 15px;
		font-size: 14px;
		line-height: 30px;
		color: #b8cbdf;
	}
}