/* 公共样式 start */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
i,
ul,
img,
a,
strong,
input {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
}
/*清除浮动*/
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clear {
  clear: both;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipseMore {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clearfloat {
  zoom: 1;
}
body {
  font-size: 14px;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: none;
}
th,
td {
  padding: 0;
}
table {
  border-collapse: collapse;
}
i {
  font-style: normal;
}
input,
select,
textarea {
  outline: none;
  text-indent: 6px;
}
textarea {
  resize: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt50 {
  margin-top: 50px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.wid {
  width: 1200px;
}
.content {
  width: 1400px;
  margin: 0 auto;
  min-width: 1200px;
}
.container {
  width: 1400px;
}
a:hover {
  color: #e40011;
  text-decoration: none;
}
.banner {
  width: 100%;
  height: auto;
  min-width: 1200px;
  margin: 0 auto;
  display: block;
}
/* 公共样式 end */
/* 头部 start */
.head-c {
  width: 100%;
  height: 130px;
  background: #0080ca;
  padding-top: 40px;
  box-sizing: border-box;
  min-width: 1200px;
}
.head-c .content {
  margin: 0 auto;
}
.head-c .content .head-l {
  color: #fff;
}
.head-c .content .head-l .head-logo {
  width: 320px;
  display: inline-block;
  vertical-align: middle;
}
.head-c .content .head-l .head-text {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
.head-c .content .head-r {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  height: 36px;
  margin-top: 8px;
}
.head-c .content .head-r .head-ipt {
  font-size: 14px;
  width: 200px;
  line-height: 36px;
  height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
  border: none;
}
.head-c .content .head-r .head-btn {
  background: url('../images/icon_search.png') no-repeat center;
  background-size: 18px 18px;
  background-color: #ff9933;
  border-radius: 4px;
  width: 46px;
  height: 36px;
  display: inline-block;
  border:none;
}
/* 头部 end */
/* nav start */
.nav-c {
  background: #e7e7e7;
  width: 100%;
  height: 60px;
  min-width: 1200px;
  position: relative;
}
.nav-c .nav-ul {
  margin: 0 auto;
  text-align: center;
}
.nav-c .nav-ul > li {
  height: 100%;
  float: left;
  position: relative;
  width: 12.5%;
}
.nav-c .nav-ul > li > a {
  width: 100%;
  display: block;
  color: #2d2d2d;
  font-weight: bold;
  line-height: 60px;
  margin: 0 auto;
  font-size: 18px;
  box-sizing: border-box;
}
.nav-c .nav-ul > li.head-active > a,
.nav-c .nav-ul > li:hover > a {
  background: #fff;
  color: #0080ca;
}
.nav-c .nav-ul > li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 99%;
  overflow: hidden;
  z-index: 3;
}
.nav-c .nav-ul > li .dropdown ul {
  position: relative;
  float: none;
}
.nav-c .nav-ul > li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #6180ff;
}
.nav-c .nav-ul > li .dropdown ul li {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  font-size: 14px;
  background: #0080ca;
  position: relative;
}
.nav-c .nav-ul > li .dropdown ul li:hover {
  background: #fff;
}
.nav-c .nav-ul > li .dropdown ul li > a {
  color: #fff;
  display: block;
  transition: all ease 0.3s;
}
.nav-c .nav-ul > li .dropdown ul li:hover > a {
  color: #0080ca;
  display: block;
  transition: all ease 0.3s;
}
.nav-c .nav-ul > li:hover .dropdown {
  display: block;
}
/* nav end */
/* 标题 start */
.news-tab-c {
  width: 100%;
  color: #e50516;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news-tab-c2{
	border-bottom: 1px solid #e3e3e3;
}
.news-tab-c h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #010101;
  vertical-align: top;
}
.news-tab-c .line{
	display: inline-block;
	width: 1px;
	height: 36px;
	background:  #0966b4;
}
.news-tab-c .etitle{
	display: inline-block;
	color: #979797;
	font-size: 14px;
	vertical-align: bottom;
	text-transform:uppercase;
}
.news-tab-c .news-more {
  font-size: 14px;
  color: #979797;
  cursor: pointer;
  line-height: 41px;
  position: relative;
  bottom: -10px;
}
.news-tab-c .news-more:hover {
  color: #0080ca;
}
/* 标题 end */
/* foot start */
.main-box2 {
  margin-top: -380px;
  padding-top: 450px;
  background: url('../images/main-box2-bg.png') bottom center no-repeat;
  background-size: 100% 100%;
  min-width: 1200px;
}
.footer {
  padding-top: 97px;
  background: url('../images/footer-bg.png') top center no-repeat;
  background-size: cover;
  min-width: 1200px;
}
.footer .t1 {
  float: left;
  position: relative;
  z-index: 9;
}
.footer .t2 {
  margin-left: 80px;
  float: left;
}
.footer .t2 p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 32px;
}
.footer .t3 {
  float: right;
}
.footer .t3 ul li {
  float: left;
  margin-left: 40px;
}
.footer .t3 ul li img {
  width: 90px;
  height: 90px;
}
.footer .t3 ul li p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.footer .t3 ul li:first-child {
  margin-left: 0;
}
.footer .t3 a {
  display: inline-block;
  margin-left: 40px;
}
.footer .t3 a img {
  width: 90px;
  height: 90px;
}
.footer .t3 a p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.footer .foot-logo img {
  width: 100%;
}
.footer .links {
  margin: 35px 0 0 68px;
  width: 180px;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  border: 1px solid #1e8fd4;
  position: relative;
  font-size: 12px;
}
.footer .links a {
  color: #cbdef1;
  display: block;
}
.footer .links em {
  width: 12px;
  height: 6px;
  background: url('../images/select-ico.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 5px;
  top: 10px;
}
.footer .links ul {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  padding: 0 10px 0 22px;
  background: #007dcf;
}
.footer .cory {
  margin-top: 30px;
  padding: 14px 0 30px;
  border-top: 1px solid rgba(119, 186, 229, 0.15);
}
.footer .cory p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}
.footer .cory .bq {
  float: left;
}
.footer .cory .fw {
  float: right;
}
/* foot end */
.sidebar-c {
  width: 20%;
}
.sidebar-c .sidebar-big-title {
  width: 100%;
  line-height: 60px;
  background-color: #0080ca;
  font-size: 22px;
  color: white;
  padding-left: 0px;
  border-bottom: none;
}
.sidebar-c .sidebar-big-title img {
  margin: 0 14px 0 40px;
  display: inline-block;
  vertical-align: middle;
}
.sidebar-c .sidebar-big-title span {
  margin-right: 14px;
  vertical-align: middle;
}
.sidebar-c .sidebar-ul {
  width: 100%;
  background: #f5f5f5;
}
.sidebar-c .sidebar-ul li {
  line-height: 50px;
  width: 100%;
  border-top: 1px solid #f2f2f2;
  position: relative;
}
.sidebar-c .sidebar-ul li:first-child {
  border: none;
}
.sidebar-c .sidebar-ul li > a {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 18px;
  color: black;
  text-align: center;
  display: block;
}
.sidebar-c .sidebar-ul li.active > a,
.sidebar-c .sidebar-ul li:hover > a {
  background: #aee1ff;
  color: #fff;
}
.in-tab-c {
  width: 100%;
  border-bottom: 1px solid #0080ca;
}
.in-tab-c .in-tab {
  background: #0080ca;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  padding: 8px 10px;
}
.in-tab-c .daohang-r > img {
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.in-tab-c .daohang-r > a {
  display: inline-block;
  color: #6c6c6c;
  font-size: 14px;
  vertical-align: middle;
}
.in-tab-c .daohang-r > a:hover {
  color: #0080ca;
}
.in-l {
  width: 80%;
  min-height:400px;
}
.in-l .in-ul {
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
}
.in-l .in-ul > li {
  border-bottom: 1px solid #cfcfcf;
}
.in-l .in-ul > li > a {
  color: #232323;
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
}
.in-l .in-ul > li > a .in-title {
  width: calc(100% - 100px);
}
.in-l .in-ul > li > a .in-title > span {
  color: #0080ca;
  margin-right: 4px;
}
.in-l .in-ul > li:hover a {
  color: #0080ca;
}
.detail-c {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}
.detail-c .detail-title {
  color: #0e3e99;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.detail-c .detail-date {
  font-size: 14px;
  color: #626262;
  text-align: center;
  margin-bottom: 10px;
}
.detail-c .detail-date span {
  margin-left: 20px;
}
.detail-c .detail-date span:first-child {
  margin-left: 0;
}
.detail-c img {
  display: inline;
  max-width: 100%;
  margin: 0 auto;
}
.detail-c > p {
  text-indent: 2em;
  margin-bottom: 10px;
  text-align: justify;
}
.detail-prev-c {
  border-top: 1px dashed #999;
  padding-top: 50px;
  font-size: 14px;
  margin-top: 50px;
}
.detail-prev-c p a {
  color: #575757;
  display: inline-block;
}
.detail-prev-c p a:hover {
  color: #0e3e99;
}
.detail-c .detail-date .detail-num > span {
  margin-left: 0;
}
.pagenations {
  padding: 30px 0;
  text-align: center;
}
.pagenations span {
  font-size: 14px !important;
}
.pagenations .p_fun_d,
.pagenations .p_fun a {
  display: inline-block;
  padding: 0 5px;
  min-width: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
  color: #222222;
  border: 1px solid #0080ca;
  width: 50px;
  margin: 0 2px;
}
.pagenations .p_fun_d:hover,
.pagenations .p_fun a:hover,
.pagenations .p_no a:hover {
  color: #fff;
  background: #0080ca;
  border: 1px solid #0080ca;
}
.pagenations .p_no_d,
.pagenations .p_no a {
  display: inline-block;
  border: 1px solid #0080ca;
  padding: 0 5px;
  min-width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  color: #222;
  margin: 0 2px;
}
.pagenations .p_no_d {
  border: 1px solid #0080ca;
  background-color: #0080ca;
  color: #fff;
}
/*分页 end*/

.r-search-c {
  margin-top: 20px;
}
.r-search-ipt {
  width: 400px;
  background: #e7e7e7;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px 0 0 4px;
  color: #333;
  font-size: 15px;
}
.r-search-btn {
  background-color: #0080ca;
  border-radius: 0 4px 4px 0;
  width: 60px;
  height: 40px;
  border: none;
  color: #fff;
  font-size: 15px;
}
.in-banner-c {
  width: 100%;
  height: 463px;
  position: relative;
  min-width: 1200px;
}
.in-banner-c .bd {
  width: 100%;
  height: 100%;
}
.in-banner-c .bd .banner-ul {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.in-banner-c .bd .banner-ul > li {
  width: 100%;
  height: 100%;
  display: block;
}
.in-banner-c .bd .banner-ul > li > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.djsz-container .djsz-c {
  width: 100%;
  overflow: hidden;
  border-top: 5px solid #0966b4;
}
.djsz-container .djsz-c .prev,
.djsz-container .djsz-c .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url('../images/slider-arrow.png') -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.djsz-container .djsz-c .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.djsz-container .djsz-c .prev:hover,
.djsz-container .djsz-c .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.djsz-container .djsz-c .prevStop,
.djsz-container .djsz-c .nextStop {
  display: none;
}
.djsz-container .djsz-c .djsz-l-c .djsz-l {
  position: relative;
  display: block;
}
.djsz-container .djsz-c .djsz-l-c .djsz-l .djsz-img {
  width: 100%;
  height: 322px;
  object-fit: cover;
}
.djsz-container .djsz-c .djsz-l-c .djsz-l .djsz-title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  background-color: #0966b4;
}
.djsz-container .djsz-c .djsz-r li {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.djsz-container .djsz-c .djsz-r li a {
  width: 100%;
  padding: 12px 0;
  display: block;
}
.djsz-container .djsz-c .djsz-r li a .djsz-date {
  color: #0089cd;
  font-size: 14px;
  background: url('../images/icon_rl.png') no-repeat;
  background-size: 19px 18px;
  padding-left: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.djsz-container .djsz-c .djsz-r li a .djsz-title {
  font-size: 14px;
  color: #2a2a2a;
}
.djsz-container .djsz-c .djsz-r li:hover .djsz-title {
  color: #8c0000;
}
.mtjj-c .mtjj-content {
  width: 100%;
}
.mtjj-ul {
  width: 100%;
}
.mtjj-ul > li {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.mtjj-ul > li > a {
  width: 100%;
  font-size: 15px;
  line-height:20px;
  color: #2a2a2a;
  display: block;
  padding: 10px 0;
}
.mtjj-ul > li > a .mtjj-name {
  width: 300px;
}
.mtjj-ul > li > a .mtjj-name > span {
  color: #0080ca;
  margin-right: 4px;
}
.mtjj-ul > li:hover a {
  color: #0080ca;
}
.link-ul .link-li .link-name {
  width: 100%;
  font-size: 18px;
  color: #5a5a5a;
  margin: 20px 0 10px;
}
.mtjj-ul2{
	background: #f6f6f6;
	padding: 0 10px;
}
.mtjj-ul2>li{
	border-bottom:1px solid #f6f6f6;
}
.link-ul .link-li .dropdown {
  width: 100%;
}
.link-ul .link-li .dropdown .link-btn {
  width: 100%;
  border: 1px solid #bbb;
  line-height: 32px;
  font-size: 16px;
  text-align: left;
  background: url('../images/icon_arrow.png') no-repeat;
  background-size: 16px 10px;
  background-position: 95% 50%;
  background-color: #fff;
}
.link-ul .link-li .dropdown .dropdown-menu {
  width: 100%;
}
.link-ul .link-li .dropdown .dropdown-menu > li > a {
  line-height: 30px;
  color: #151515;
}
.link-img-c{
	width: 100%;
	margin-bottom: 15px;
	display: block;
}
.link-img{
	width: 100%;
	height: 92px;
}
.r-tab-c{
	width: 100%;
	background: #0966b4;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
}
.r-tab-c img{
	width:32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}
.r-tab-c h2{
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.r-tab-more{
	color:#fff;
	font-size: 14px;
	line-height: 32px;
}
.r-tab-more:hover{
	color: #7dc4ff;
}
.menu-c{
	box-shadow: 4px 4px 8px 0px #ccd5dc;
	margin-bottom: 15px;
}
.menu-ul{
	padding: 0 10px;
}
.menu-ul > li > a .mtjj-name {
  width: 220px;
}
.tzgg-c{
	margin-top: 30px;
}
.tzgg-ul>li{
	width: 100%;
}
.tzgg-l{
	width: 50%;
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
.tzgg-name{
	font-size: 21px;
	color: #246db1;
	font-weight: bold;
	line-height: 90px;
	position: relative;
	z-index: 1;
}
.tzgg-num{
	font-size: 56px;
	font-weight: bold;
	color: #d9d9d9;
	position: absolute;
	left: 0;
	bottom: 16px;
}
.tzgg-l:hover .tzgg-num,.tzgg-ul>li.active .tzgg-num{
	color: #c5e5ff;
}
.tzgg-arrow{
	width: 68px;
	vertical-align: middle;
	margin-left: 20%;
	display:none;
}
.tzgg-ul>li.active .tzgg-arrow{
	display: inline-block;
}
.laba{
	vertical-align: middle;
	margin: 0 auto;
	display: block;
}
.link-swiper-c{
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.link-swiper{
	width: 100%;
}
@media (min-width: 1431px) {
  .content,
  .container {
    width: 1400px;
  }
}
@media (max-width: 1430px) {
  .content,
  .container {
    width: 1200px;
  }
  .mtjj-ul > li > a .mtjj-name {
    width: 68%;
  }
  .fwzn-c .fwzn-ul > li a .fwzn-date {
    width: 24%;
  }
  .fwzn-c .fwzn-ul > li a .fwzn-name {
    width: 76%;
  }
  .menu-ul > li > a .mtjj-name{
	width: 68%;
  }
  .tzgg-arrow{
	margin-left: 18%;
  }
}