/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

html {
    background: url(/images/bj.jpg) top center no-repeat #c4d5ff;
    background-size: 1920px auto;
    background-attachment: fixed;
}

body {
    width: 100%;
    max-width: 800px;
    min-height: 100vh;
    margin: 0 auto;
    line-height: 1.75;
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
    border-left: solid 5px #4c8a89;
    border-right: solid 5px #4c8a89;
    background: #fff;
}

input,
select,
button,
textarea {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 100%;
    color: inherit;
    border: 0;
    font-family: inherit;
    outline: none;
    resize: none;
}

input[type="text"] {
    -webkit-appearance: none;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.h10 {
    height: 10px;
    font-size: 0;
    line-height: 0;
    clear: both;
    background: #f5f5f5;
}

.clear {
    clear: both;
}

@media screen and (max-width:750px) {
    body {
        font-size: 14px;
        padding: 0;
        border: 0;
    }
    .h10 {
        height: 6px;
    }
}

.toplogo {
    text-align: center;
}

.toplogo img {
 width: 100%;
 height: auto;
}

.toplogo table {
    border: 0;
    width: 100%;
    cellspacing: 3;
    cellpadding: 3;
    background-color: #008000;
    height: 35px;
}

.toplogo table td {
    background-color: #FFFFFF;
    height: 45px;
}

.toplogo table td p {
    text-align: center;
}

.toplogo a {
    text-decoration: none;
    color: #008000;
}

.toplogo a:hover {
    color: #000080;
}

.toplogo b {
    font-weight: bold;
}

.toplogo font.color-red {
    color: #FF0000;
}

.toplogo font.color-blue {
    color: #0000FF;
}

.toplogo font.color-green {
    color: #008000;
}

.toplogo img.icon {
    width: 21px;
    height: 16px;
}

 

.nav {
    padding: 0 120px;
    color: #de2604;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 3px #f4cc0d;
    background: #ffe274;
    position: relative;
}

.nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.nav ul li {
    width: 20%;
    box-sizing: border-box;
}

.nav ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
}

@media screen and (max-width:750px) {
    .nav {
        padding: 0;
        font-size: 15px;
    }
    .nav ul li a {
        display: block;
        height: 32px;
        line-height: 32px;
    }
}

.nav2 {
    width: 100%;
    max-width: 800px;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.nav2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.nav2 ul li {
    width: 20%;
    padding: 4px;
    box-sizing: border-box;
}

.nav2 ul li a {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #fff;
    border-radius: 32px;
    background: #3d73ff;
}

#nav2[data-fixed="fixed"] {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: auto;
}

@media screen and (max-width:750px) {
    .nav2 ul li {
        padding: 2px;
    }
    .nav2 ul li a {
        height: 26px;
        line-height: 26px;
        font-size: 13px;
    }
}



.tit {
    padding: 5px 1px;
    color: #ff9191;
    text-shadow: -3px -1px 0px rgb(0 0 0);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to top, #c6ccd8, #6ae0f8);
}

@media screen and (max-width:750px) {
    .tit {
        padding: 3px 5px;
        font-size:24px;
    }
}

.footer {
    text-align: center;
    padding: 10px;
}

.footer1 {
    font-weight: bold;
}

.footer2 {font-weight: bold;}


/*----------------å†…é¡µ------------*/

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    background: linear-gradient(to top,  #80f5df, #448c84);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 9;
}

header .header-back {
    width: 22px;
    height: 22px;
}

header h1 {
    flex: 1;
    font-size: 20px;
}

header .header-r {
    width: 22px;
    height: 22px;
}

header img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.header-blank {
    clear: both;
    height: 50px;
}

@media screen and (max-width:750px) {
    header {
        height: 40px;
    }
    header h1 {
        font-size: 18px;
    }
    .header-blank {
        clear: both;
        height: 40px;
    }
}

.big-tit {
    padding: 15px 0;
    text-align: center;
}

.big-tit h1 {
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 20px;
}

.big-tits {
    color: #888;
    font-size: 16px;
}

.big-con {
    padding: 1px 1px;
    font-size: 14px;
}

@media screen and (max-width:750px) {
    .big-tit {
        padding: 10px 0;
    }
    .big-tit h1 {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .big-tits {
        font-size: 14px;
    }
    .big-con {
        padding: 5px 10px;
        font-size: 14px;
    }
}

.white-box {
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


    .zzhl-tit {
    }

    .zzhl-tit img {
      width: 100%;
      height: auto;
      vertical-align: top;
    }

    #tabzzhl {
	background-image: url(/images/gsbj.jpg);
    background-repeat: no-repeat; /* 背景图像不重复 */
    background-size: cover; /* 背景图像铺满整个元素 */
    }

    #tabzzhl a {
      color: #333;
      text-decoration: none;
    }

    #tabzzhl .zzhlmenu {
      width: 100%;
      padding: 5px 0;
      text-align: center;
      font-weight: bold;
      font-size: 18px;
      line-height: 40px;
    }

    #tabzzhl .zzhlmenu ul {
      display: flex;
      justify-content: space-between;
    }

    #tabzzhl .zzhlmenu li {
      width: calc(100% - 5px);
      box-sizing: border-box;
      background: #eee;
      cursor: pointer;
    }

    #tabzzhl .zzhlmenu li.hover {
      color: #fff;
    }

    #tabzzhl .zzhlmenu li.hover span {
      display: block;
    }

    #tabzzhl .zzhlmenu li.hover .zzhlam {
    background: linear-gradient(to top, #f0e9e9, #f10000);
    color: #dedede;
    text-shadow: -3px -1px 0px rgb(0 0 0);
    font-size: 20px;
    font-weight: bold;
    }

    #tabzzhl .zzhlmenu li.hover .zzhlxg {
      background: #f00;
    }

    #tabzzhl .zzhlmenu li.hover .zzhltw {
      background: #00f;
    }

    #tabzzhl .zzhlbox {
    }

    .zzhl-list {
      font-size: 16px;
    }

    .zzhl-list ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .zzhl-list ul li {
      width: calc(50% - 5px);
      border-bottom: solid 0px #ddd;
      box-sizing: border-box;
    }

    .zzhl-list ul li a {
      display: block;
      padding: 8px 5px;
      white-space: nowrap;
      overflow: hidden;
    }

    @media screen and (max-width: 800px) {
      #tabzzhl .zzhlmenu {
        font-size: 16px;
        line-height: 36px;
      }
      #tabzzhl .zzhlmenu li {
        width: calc(100% - 3px);
      }
      .zzhl-list {
        font-size: 15px;
      }
      .zzhl-list ul li {
        width: 100%;
      }
      .zzhl-list ul li a {
        padding: 8px 5px;
      }
    }

    .zzhl-list a {
      font-size: large;
    }
/**图区**/

.tuzhitxt {
    background: linear-gradient(to top, #000000, #6ea765);
    color: #dedede;
    text-shadow: -3px -1px 0px rgb(0 0 0);
    font-size: 20px;
    font-weight: bold;
	text-align: center;
    }

  .tuzhi2 {
    text-align: center;
  }

  .tuzhi2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px;
  }

.tuzhi2 ul li {
    width: 31.5%;
    padding: 5px;
	font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid transparent;
    background: linear-gradient(to right, #3d614b, #7fd9b1);
    border-radius: 8px;
    margin: 5px;
	overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
}

  .tuzhi2 ul li img {
    width: 100%;
    height: 250px;
  }

  @media screen and (max-width: 750px) {
    .tuzhi2 ul {
      padding: 3px;
    }

    .tuzhi2 ul li {
      padding: 3px;
	  width: 30.5%;
	  font-size: 16px;
    }
  }

  @media screen and (max-width: 500px) {
    .tuzhi2 ul li img {
      height: 200px;
    }
  }

  @media screen and (max-width: 450px) {
    .tuzhi2 ul li img {
      height: 150px;
    }
  }

  @media screen and (max-width: 400px) {
    .tuzhi2 ul li img {
      height: 130px;
    }
  }

  .tuzhi2 ul li p {
    padding: 5px 0;
    background: #f5f5f5;
  }
  
/*****************************************************/







.yitable {
    background-image: url('/images/1bj.jpg');
    background-size: cover; 
    background-position: center;
    border: none;
    margin: 0;
    padding: 0px;
    text-align: inherit;
    vertical-align: top;
}
.yitable span {
    background-color: #ffee00;
    border-radius: 50%;
    padding: 2px 3px;
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    display: inline-block;
    line-height: normal;
}	
.yitable table {  
    font-weight: bold;
    font-size: 20px; 
    border-collapse: collapse;
    width: auto; 
    margin: auto;
    padding: 0; 
    border: 0;  
    background-color: transparent; 
}  
  
.yitable tr td {  
    border: none; 
    margin: 0; 
    padding: 3px; 
    background-color: transparent;  
    text-align: inherit;  
    vertical-align: top; 
} 
.yitable tr {
    border-bottom: 1px solid black; /* 添加底部边框线 */
}
 .yitable tr td:first-child {
    color: #000000; /* 黑色字体 */
}

.yitable tr td:nth-child(2) {
    color: #0000FF; /* 蓝色字体 */
	max-width: 400px;
    overflow: hidden;
}

.yitable tr td:nth-child(3) {   
    color: #a07e00; /* 黄色字体 */  
    
}

@media (max-width: 420px) {
.yitable tr td:nth-child(2) {
    color: #0000FF;
	max-width: 210px;
    overflow: hidden;
	
}
}

.santable {
    background-image: url('/images/2bj.jpg');
    background-size: cover; 
    background-position: center;
}


.santable table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
	font-weight: bold;
    font-size: 20px;
    margin-top: 0px;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}
.santable span {
    background-color: #ffee00;
    border-radius: 50%;
    padding: 2px 3px;
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    display: inline-block;
    line-height: normal;
}

.santable th, td {
            border: 1px solid #ccc;
            padding: 5px;
            word-wrap: break-word;
        }

.santable td:nth-child(2) {
             max-width: 300px; 
            overflow: hidden;
			
        }

        @media (max-width: 420px) {
        .santable td:nth-child(2) {
             max-width: 210px; 
            overflow: hidden;
			font-size: 12pt;
			font-weight: bold;
        }
		.santable span {
    padding: 0px 0px;
	font-size: 12pt;
    font-weight: bold;
}	
        }
		.content span {
            background-color: yellow;
        }
		
.santable tr td:first-child {
 
    color: #000000; /* 黑色字体 */
}

.santable tr td:nth-child(2) {
 
    color: #0000FF; /* 蓝色字体 */
}

.santable tr td:nth-child(3) {
 
    color: #a07e00; /* 黄色字体 */
}	
.contentdi {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-shadow: -3px -1px 2px rgb(17 58 172);
    line-height: 10px;
    font-weight: bold;
    border: 1px solid #ffffff;
    padding: 10px;
    background-image: url('/images/3bj.jpg');
    background-size: cover; 
    background-position: center;
    border: none;
}  
