* {
  box-sizing: border-box;
}
input {
  outline: inherit;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  	font-family: "Microsoft YaHei", "微软雅黑", '宋体', tahoma, Verdana, arial, sans-serif;
  
    letter-spacing: 1px;
    word-spacing: 1px;
}
i,
em,
ul,
li {
  list-style: none;
  font-style: normal;
}
a {
  text-decoration: inherit;
}
.ellipsis-line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ellipsis-line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.body-background {
  background: url("http://cdn.gzjw.gov.cn/images/bg.jpg") center top no-repeat #e7eff4;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: 100%;
}

@media screen and (max-width: 799px) {
   .main-container {
   		width: 100% !important;
   }
}

.main-container {
  width: 100%;
  padding: 0.0rem 0.0rem 0.8rem 0.0rem;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}
.header-logo {
  float: left;
}
.header-logo img {
  	width: 8rem;
    height: 2.4rem;
    top: 2rem;
    position: absolute;
}
.header-right {
  width: 100%;
  float: right;
  padding-top:0.5rem;
}
.right-zh {
  width: 17.5rem;
  font-size: 1.2rem;
}
.right-zh i {
  font-size: 1.2rem;
  color: #112261;
  padding: 0 0.5rem 0 0;
  cursor: pointer;
}
.right-zh i:nth-of-type(2) {
  color: #000001;
  opacity: 0.65;
  padding-right: 1.6rem;
}
.right-zh i:hover {
  color: #D80F13;
}
.right-zh .right-chinese {
  position: relative;
}
.right-zh .right-chinese:after {
  content: '';
  width: 2px;
  height: 1.2rem;
  background: #112261;
  position: absolute;
  right: 0;
  top: 3px;
}
.right-date {
  padding-left: 0.75rem;
  width: 13rem;
}
.right-search {
  height: 2rem;
  background: #fff;
  border: 1px solid #112261;
  width: calc(100% - 13.5rem);
  border-radius: 5px;
  font-size: 1.2rem;
  position: relative;
}
.right-search input {
  height: 2rem;
  font-size: 0.8rem;
  border: 0;
  background: none;
  width: 100%;
  padding-left: 0.8rem;
}
.right-date {
  font-size: 1rem;
  padding-top: 0.2rem;
}
.header-search {
  padding-top: 0rem;
  width: 2rem;
  height: 1.9rem;
  background: #112261;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0.3rem 0.3rem;
}
.header-search img {
    width: 100%;
    height: 100%;
}
.header-search:hover {
  background: #D80F13;
}
.main-emblem {
  width: 60%;
}
.main-emblem .emblem-img {
  width: 10%;
}
.main-emblem .emblem-img img {
  width: 100%;
}
.zg-img {
  width: 85%;
  padding-top: 0;
}
.zg-img img {
  width: 100%;
}
.main-national {
  width: 40%;
}
.main-national .emblem-img {
  width: 14%;
}
.main-national .emblem-img img {
  width: 100%;
}
.main-navigation {
  background: #112261;
  padding: 0;
  width: 100%;
  height: 3.5rem;
  -webkit-box-shadow: #666 0 0 10px;
  -moz-box-shadow: #666 0 0 10px;
  box-shadow: #666 0 0 10px;
}
.main-navigation li {
    width: 6rem;
    text-align: center;
    float: left;
    height: 3.5rem;
    color: #fff;
    line-height: 3.5rem;
    position: relative;
    overflow: hidden;
    /* -webkit-transition: all 0.6s; */
    /* transition: all 0.6s; */
    cursor: pointer;
    font-size: 1rem;
}
.main-navigation li:hover {
  color: #fff;
  background: #254ad6;
}

.main-navigation .navigation-active {
  background: #254ad6;
}
.main-pdding {
  padding: 2.5rem 1.6rem 1rem;
}
.content-left {
  width: 100%;
  position: relative;
  
  background: #fff;
}

.content-right {
  width: 100%;
  background: #fff;
  padding: 0.6rem 0.6rem 1.2rem 0.6rem;
  box-sizing: border-box;
  height: 19rem;
  position: relative;
}

.swiper-slide {
  position: relative;
  height: 16rem;
}
.swiper-slide img {
  width: 100%;
  height: 16rem;
}
.slide-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.8rem;
  background: rgba(0, 0, 0, 0.8);
  line-height: 2.8rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 4rem;
/*   border-bottom-right-radius: 0.3rem; */
/*   border-bottom-left-radius: 0.3rem; */
}
.slide-bottom b {
  line-height: 24px;
  padding: 4px 0;
  width: 70%;
  font-weight: inherit;
}
.slide-bottom i {
  width: 30%;
}
.main-content {
  padding: 0 32px;
}
.arrow-left {
  background: url("../images/prev.png") center left no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  z-index: 9999;
  left: 10px;
  zoom:0.7;
}
.arrow-right {
  background: url("../images/next.png") center left no-repeat;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  z-index: 9999;
  right: 10px;
  zoom:0.7;
}
.swiper-container {
  width: 100%;
  height: 16rem;
  position: relative;
}
.swiper-container1,
.swiper-container3 {
  width: 100%;
  height: 8rem;
  position: relative;
}
.swiper-container2 {
  width: 100%;
  height: 12rem;
  position: relative;
}
.swiper-container4 {
  width: 100%;
  position: relative;
  height: 15.5rem;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
      background: #d6181f;
  opacity: 0.5;
  margin: 0 3px;
  cursor: pointer;
      line-height: 0px;
}
.swiper-active-switch {
  background: #fff;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  right: 30px;
  text-align: right;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  margin: 10px 0px !important;
}
.pagination1,
.pagination2 {
  position: absolute;
  right: 30px;
  text-align: center;
  bottom: 10px;
  left: 0;
  z-index: 999;
}
.pagination1 .swiper-pagination-switch,
.pagination2 .swiper-pagination-switch {
  display: inline-block;
  width: 64px;
  height: 8px;
  border-radius: 10px;
  background: #3D83F5;
  margin: 0 3px;
  cursor: pointer;
}
.pagination1 .swiper-active-switch,
.pagination2 .swiper-active-switch {
  background: rgba(0, 0, 0, 0.4);
}

.content-title {
  width: 100%;
}
.content-title .moduletitle{
/*   padding: 0.1rem 0 0.3rem 0.8rem; */
  padding: 0.1rem 0 0.3rem 0rem;
  margin: 0;
/*   background: url("../images/icon.png") center left no-repeat; */
  color: #254ad6;
  font-size: 1.2rem;
}
.content-title span {
  color: #254ad6;
/*   background: url("../images/more.png") center right no-repeat; */
  cursor: pointer;
  position: relative;
/*   padding: 0rem 1.2rem 0rem 0; */
  font-size: 0.8rem;
  margin-top: 0.38rem;
  margin-right: -0.1rem;
}
/* .content-title span:hover { */
/*   background: url("../images/more-h.png") center right no-repeat #fff; */
/*   color: #D80F13; */
/*   font-weight: 600; */
/* } */
.content-title span:before,
.content-title span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #D80F13;
  transition: 400ms ease all;
}
.content-title span:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.list-img {
 	width: 14.7rem;
	height: 9.27rem;
}
.list-img img {
  width: 14.7rem;
  height: 9.27rem;
}
.list-img video {
  width: 14.7rem;
  height: 9.27rem;
}

.list-right {
  width: calc(100% - 15.7rem);
  height: 9.27rem;
  position: relative;
}
.list-right .commontitle {
  padding: 0;
  margin: 0;
  width: 100%;
}
.list-right .commontitle .list-title {
  font-size: 0.9rem;
    line-height: 1.2rem;
    padding-left: 0.5rem;
    font-weight: bold;
    max-height: 4.6rem;
    min-height: 3rem;
}
.list-message {
  width: 100%;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.46rem;
  padding-top: 5px;
  height: 4.3rem;
  overflow: hidden;
  font-size: 0.8rem
}
.list-bq {
  background: url(../images/qg.png) center left no-repeat;
    width: 2.65rem;
    height: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 1.3rem;
    font-size: 0.75rem;
    display: block;
}
.content-list {
  width: 100%;
  padding: 0.6rem 0 0.2rem 0;
  margin: 0;
}
.content-list ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.content-list li {
  width: 100%;
  overflow: hidden;
  line-height: 1rem;
  padding-bottom: 1rem;
  color: #000;
  cursor: pointer;
  font-size: 0.9rem;
}
.content-list li .list-icon {
  width: 0.4rem;
  height: 0.4rem;
  background: #3D83F5;
  margin-top: 0.3rem;
  opacity: 0.25;
}
.content-list li .list-focus {
  color: #D80F13;
  width: 4rem;
  display: block;
}
.content-list li .list-info {
  width: calc(100% - 7rem);
  display: block;
  height: 1rem;
  line-height: 1rem;
  padding-left: 0.4rem;
}
.content-list li:hover {
  color: #D80F13;
  transition: all 0.2s;
}
.content-list li:hover .list-icon {
  background: #D80F13;
}
.content-list li .list-none {
  display: none;
}
.content-list li .list-block {
  display: block;
}
.china-width {
  width: 100%;
  /* height: 8rem; */
  position: relative;
}
.china-width img {
  width: 100%;
  /* height: 8rem; */
}
.honest {
  width: 100%;
  background: #fff;
  /*   border-radius: 8px; */
  padding: 0.6rem 0.6rem 1.2rem 0.6rem; 
  height: 17.8em;
}
.honest-banner {
  margin: 0.6rem 0 0.2rem 0;
  width: 18rem;
  height: 12.7rem;
}

.honest-banner img{
	width: 100%;
	height: 100%;
}


.swiper-slide2 img {
  width: 100%;
  height: 12rem;
}
.honest-list {
  width: 100%;
}
.honest-tab {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 2.6rem;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0.5rem;
}
.honest-tab ul {
  width: 100%;
  padding: 0;
  margin: 0;
}
.honest-tab li {
  width: 50%;
  text-align: center;
  line-height: 1.9rem;
  font-size: 1.2rem;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  float: left;
}
.honest-tab li.tab-active {
  height: 1.9rem;
  color: #254ad6;
}
.movebg {
  width: 50%;
  position: absolute;
  bottom: -.25rem;
  left: 0;
  height: 3.3rem;
  z-index: 1;
  background: url("../images/tab-bg.png") center bottom no-repeat; width: 50%; position:absolute; bottom:0; left:0; height:3.3rem;z-index:1;
  color: #254ad6;
}
.honest-more {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0rem;
}
.honest-more span {
  width: 8.4rem;
  height: 2rem;
  background: #254ad6;
  color: #fff;
  display: block;
  line-height: 2rem;
  margin: 0 auto 0;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  font-size: 1rem;
}
.honest-more span:hover {
  -webkit-box-shadow: #666 0 0 10px;
  -moz-box-shadow: #666 0 0 10px;
  box-shadow: #666 0 0 10px;
}

.notice {
  width: 100%;
  background: #fff;
  /*   border-radius: 8px; */
  padding: 0.6rem 0.6rem 1.2rem 0.6rem;
  height: 17.8em;
}
.honest-1 {
  height: 22rem;
}
.notice-message {
  width: 100%;
  padding-top: 1rem;
  font-size: 0.9rem;
}
.message-header {
  padding-bottom: 1.2rem;
  width: 100%;
}
.message-title {
  color: #000;
  display: block;
  width: 6.1rem;
  line-height: 1rem;
  font-size: 0.9rem;
}
.message-name {
  color: #000;
  opacity: 0.65;
/*   padding-left: 0.8rem; */
  line-height: 1rem;
  display: block;
  font-size: 0.9rem;
}
.message-check {
  width: 47%;
  height: 2.8rem;
  line-height: 2.8rem;
  background: #4097e4;
  color: white;
  font-size: 1rem;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.message-check:hover {
  font-weight: 600;
}
.message-check:before,
.message-check:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #EA7C2C;
  transition: 400ms ease all;
}
.message-check:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.message-check:hover:before,
.message-check:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
.message-know {
  width: 47%;
  font-size: 1rem;
  text-align: center;
  height: 2.8rem;
  line-height: 2.8rem;
  color: white;
  background: #254ad6;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.message-know:hover {
  font-weight: 600;
}
.message-know:before,
.message-know:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #2EB870;
  transition: 400ms ease all;
}
.message-know:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.message-know:hover:before,
.message-know:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
.message-btn {
    background: #cc0000;
    color: white;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 16px;
  
    height: 2.8rem;
    line-height: 2.8rem;
    width: 100%;
    border-radius: 4px;
    float: left;
    position: relative;
    cursor: pointer;
}
.message-btn:hover {
 
  font-weight: 600;
}

.message-btn:before,
.message-btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #DF5B47;
  transition: 400ms ease all;
}
.message-btn:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.message-btn:hover:before,
.message-btn:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
.special {
  width: 100%;
  overflow: hidden;
  background: #fff;
  /*   border-radius: 8px; */
  padding: 0.6rem 0.6rem 1.2rem 0.6rem;
  position: relative;
}
.special-tab {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.special-tab ul {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 2rem;
}
.special-tab ul li {
  width: 25%;
  line-height: 2rem;
  height: 2rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  text-align: center;
  z-index: 2;
  left: 0;
  float: left;
}
.special-tab li.special-active {
  color: #fff;
  background:#254ad6;
  line-height: 2rem;
  text-align: center;
}
.special-tab .special-active1 {
  width: 25%;
  line-height: 2rem;
  color: #fff;
  border-radius: 4px;
  background: #254ad6;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  height: 2rem;
  z-index: 1;
  right: 0.2rem;
  top: 0;
}

.special-more {
  position: absolute;
  right: 1.2rem;
  top: 4.3rem;
}
.special-more span {
  color: #254ad6;
  background: url("../images/more.png") center right no-repeat;
  padding: 0.5rem 1.2rem 0.5rem 0;
  cursor: pointer;
  position: relative;
}
.special-more span:hover {
  background: url("../images/more-h.png") center right no-repeat #fff;
  color: #D80F13;
  font-weight: 600;
}
.special-more span:before,
.special-more span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #D80F13;
  transition: 400ms ease all;
}
.special-more span:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.special-more span:hover:before,
.special-more span:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
.special-list {
  width: 100%;
  overflow: hidden;
  padding: 1.6rem 0 1rem;
  margin: 0;
}


.special-list p{
  margin-top: 0.6rem;
}

.special-list div img {
  width: 97%;
  height: 4rem;
}

.special-list div video {
  width: 97%;
  height: 11.5rem;
}

.special-list div:hover p {
  color: #D80F13;
  /* font-weight: 600; */
}
.special-list div:hover img {
 -webkit-box-shadow: #666 0 0 10px;
  -moz-box-shadow: #666 0 0 10px;
  box-shadow: #666 0 0 10px;
}

.special-list div:hover video {
 -webkit-box-shadow: #666 0 0 10px;
  -moz-box-shadow: #666 0 0 10px;
  box-shadow: #666 0 0 10px;
}

.margin-bottom {
  margin-bottom: 1.2rem;
}
.main-link {
  border-top: 2px solid rgba(37, 74, 214, 0.65);
  padding-top: 20px;
}
.main-link div {
  color: #254ad6;
  width: 100%;
/*   background: url("../images/arrow.png") center left no-repeat; */
  padding: 5px 0px 10px 10px;
}
.main-link a {
  color: #cc0000;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
}
.main-link a:hover {
  color: #D80F13;
  font-weight: 600;
}
.main-link a:before,
.main-link a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #D80F13;
  transition: 400ms ease all;
}
.main-link a:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.main-link a:hover:before,
.main-link a:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
.footer {
    background: #112261;
    padding-bottom: 1rem;
    width: 100%;
    overflow: hidden;
}
.footer-link {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 0.8rem;
  padding-top: 1.0rem;
}
.footer-link span {
  padding-right: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer-link a {
  padding-right: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer-link a:hover {
  color: #D80F13;
  cursor: pointer;
}
.main-position {
  position: fixed;
  right: 1rem;
  top: 30%;
  z-index: 9999;
  width: 9rem;
}

.main-position img{
	width: 9rem;
}

.position-width {
  font-size: 0.9rem;
  width: 9rem;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.blcok-t {
  display: block;
}
.none-t {
  display: none;
}



/* article start*/

.page-nav{
	width: 100%;
	border-bottom: 2px solid #112261;
	padding-bottom: 0.5rem;
}

.page-nav>.info{
	font-size: 0.9rem;
}

.article-view{
	width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    padding: 0.5rem 0rem 0.5rem 0rem;
    position: relative;
}
   
.article-header{
	margin-top: 1rem;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
    padding: 0.3rem 0rem 0.8rem 0;
    width: 100%;
    border-bottom: 1px #dddddd solid;
}

.article-title{
	font-size:  1.8rem;
    color: #0043b2;
    text-align: center;
} 
.article-info{
	color: #8d8d8d;
    margin: 0.5rem 0 0 0;
    font-size: 0.8rem;
    text-align: center;
}

.article-body{
	padding: 1rem 1rem 0rem 1rem;
}

.mainImg-holder{
	text-align: center;
}


iframe{
	width:100%;
	border: 0;
}

.mainImg-holder{
	margin-bottom: 1rem;
}

.article-view{
	min-height:800px;
}
/* article end*/

.suborg-logo{
	font-weight: 600;
       
	font-size: 1rem;
    color:#FFFFFF;
    text-shadow:
        0px 0px 0 rgba(0, 0, 0, 0.05), 
        0px 1px 0 rgba(0, 0, 0, 0.05),
        0px 2px 0 rgba(0, 0, 0, 0.05),
        0px 3px 0 rgba(0, 0, 0, 0.05);
}

.jiguan{
	position: absolute;
	top: -2rem;
    left: 25%;
}

    
