@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ 
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ 
pre, /* text formatting elements 文本格式元素 */ 
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ 
th, td { /* table elements 表格元素 */
  margin: 0;
  padding: 0;
  text-decoration: none;
}
table p{
text-indent:0 !important;
text-align:center;
}
table{
width:98%;
margin:0 auto;
}
address, cite, dfn, em, var {
  font-style: normal;
}
*, html {
  font-family: 'MicroSoft YaHei';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
	position: relative
}
a:active, a:hover {
  outline: 0;
}
a {
  text-decoration: none;
}
img {
  border: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/*head-start*/
.header {
  width: 100%;
  height: auto;
	background: url("../images/zs1.png") no-repeat right;
	background-size:contain;
}
body{
background-image: url("../images/bgimg.png");
background-position:bottom;
background-size:contain;
background-repeat:no-repeat;
/*background-origin:inherit;*/
background-attachment:fixed;

}
.headBox {
    /*width: 70%;*/
width:1330px;
  margin: 0 auto;
  padding:10px 0;
  display: flex;
  justify-content: space-between;
}

.logo{
	width: 35%;
	/*position: relative;*/
}
.logo img{
	width:100%;
	height: auto;
	object-fit: fill;
           margin-top:3px;
     /*   position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;*/
}

.search {
/*  width: 18%;*/
  height: 2em;
  display: flex;
  padding-top: 1.5em;
justify-content: space-between;
}
.searchinput {
  flex: auto;
  outline: none;
  border: #40a9ed 1px solid;
  box-sizing: border-box;
}
.searchbutton {
padding:4px 10px;
font-size:14px;
  flex: auto;
  background-image: linear-gradient(-120deg, #036cbd 0%, #40a9ed 100%);
  color: white;
  border-style: none;
  outline: none;
}
@media (max-width: 1366px) {
  .headBox {
    width: 85%;
    padding: 1.5em 0;
  }
.search {
 /* width: 20%;*/
}
}
@media (max-width: 1024px) {
  .headBox {
    width: 90%;
    padding: 2% 0;
  }
  .logo {
    width: 50%;
  }
  .search {
    width: 23%;
    font-size: 70%;
    padding: 2% 0;
  }
}
@media (max-width: 768px) {
  .headBox {
    width: 90%;
    padding: 1% 0;
  }
  .logo {
    width: 45%;
  }
  .search {
    width: 30%;
    padding: 1% 0;
  }
  .footer_bg h2 {
    font-size: 16px;
  }
}
@media (max-width:480px) {
  .headBox {
    width: 100%;
    font-size: 12px;
    padding: 3px 0;
  }
  .logo {
    width: 50%;
    margin-left: 10px;
  }
  .search {
    margin-right: 0px;
    margin-top: 8px;
    width: 40%;
    height: auto;
  }
  .searchinput {
    flex: auto;
    height: 20px !important;
  }
  .searchbutton {
    flex: auto;
font-size:8px !important;
height:20px;
padding:1px 2px;
  }
}
@media (max-width:414px){
.search{
width:44%;
}
}
/*head-end*/
/*banner-start*/
.bannerBox {
  width: 100%;

  margin: 0 auto; 
  display: flex;
  justify-content: center;
}
.banner_bg {
  flex-shrink: 1; /*容器空间不够，自动按比例缩小*/
}  
.banner_bg img{
	width:100%;
	height:auto;
	object-fit:fill;
}
/*banner-end*/


/*content-start*/
.content {
  width: 100%;
  margin:1% auto;

}
/*content-end*/



/*option---*/
.option {
  /*width: 70%;*/
width:1330px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around; /*不仅各项目间保持相同的距离，且在两侧也会有一定的距离来保持排列*/
}

.button p {
  font-size: 1.65em;
  text-align: center;
  color: #333;
  font-family: 'MicroSoft YaHei';
  line-height: 2em;
}
.button a {
  width: 160px;
  height: 160px;
  display: block;
  overflow: hidden;
}
.button a{
	background-size: 100%;
/*	border-radius: 26px;	*/
}
.button a:hover{
	background-size: 100%;
	box-shadow:0px 9px 20px 0px rgba(158, 168, 197, 0.6);
}
.button:nth-child(1) a{
	background:#fff url("../images/up1.png") no-repeat;
	background-size: 100%;
}
.button:nth-child(1) a:active{
	background:#fff url("../images/down1.png") no-repeat;
	background-size: 100%;
	
}
.button:nth-child(2) a{
	background:#fff url("../images/up1.png") no-repeat;
	background-size: 100%;
}
.button:nth-child(2) a:active{
	background:#fff url("../images/down1.png") no-repeat;
	background-size: 100%;
	
}
.button:nth-child(3) a{
	background:#fff url("../images/up2.png") no-repeat;
	background-size: 100%;
}
.button:nth-child(3) a:active{
	background:#fff url("../images/down2.png") no-repeat;
	background-size: 100%;
	
}
.button:nth-child(4) a{
	background:#fff url("../images/up3.png") no-repeat;
	background-size: 100%;
}
.button:nth-child(4) a:active{
	background:#fff url("../images/down3.png") no-repeat;
	background-size: 100%;
	
}
.button:nth-child(5) a{
	background:#fff url("../images/up4.png") no-repeat;
	background-size: 100%;
}
.button:nth-child(5) a:active{
	background:#fff url("../images/down4.png") no-repeat;
	background-size: 100%;
	
}

/*
.button img {
	width: 100%;
	height: auto;
 position: relative;
  background-size: 100% auto;
	top: 0;
	left: 0;
}
.button a:hover img {
	top: -160px;
	left: 0;
  transition: 0.8s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
*/

@media screen  and (max-width: 1366px) {
  .option {
    width: 85%;
  }
  .button a {
  width: 140px;
  height: 140px;
  display: block;
  overflow: hidden;
}
.button img {
  width: 140px;
}
	.button a:hover img {
	top: -140px;
	left: 0;
}
	.button p{
		font-size: 20px;
	}
}
@media screen  and (max-width: 1024px) {
.option {
    width: 90%;
  }
 .button a {
  width: 120px;
  height: 120px;
  display: block;
  overflow: hidden;
}
.button img {
  width: 120px;
}
.button a:hover img {
	top: -120px;
	left: 0;
}
.button p{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
 .option {
    width: 90%;
  }
 .button a {
  width: 100px;
  height: 100px;
}
.button img {
  width: 100px;
}
.button a:hover img {
	top: -100px;
	left: 0;
}
.button p{
		font-size: 14px;
	}
}
@media screen and (max-width:480px) {
   .option {
    width: 98%;
  }
 .button a {
  width: 60px;
  height: 60px;
}
	.button a{
	background-size: 100%;
	border-radius: 6px;	
}
.button img {
  width: 60px;
}
.button a:hover img {
	top: -60px;
	left: 0;
}
.button p{
font-size: 12px;
	}
  /*video---*/
}

/*video--*/
.myVideo {
  /*width: 70%;*/
width:1330px;
  height: auto;
  margin: 0 auto;
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}
.videoText {
  width: 40%;
  height: auto;
  padding-right: 3em;
}
.videoTextTitle, .photoTitle {
  display: flex;
  align-items: center;
}
.videoText h1, .photoTitle h1 {
  color: #333;
  font-family: "宋体";
  font-size: 2.6em;
  border-left: #999 2px solid;
  margin-left: 0.5em;
  padding-left: 0.5em;
}
.videoText p {
  font-size: 1.5em;
  font-family: "宋体";
  padding-top: 1.2em;
  line-height: 1.8em;
  text-indent: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.videoText input {
  margin-top: 16%;
  margin-left: 65%;
  font-size: 1.2em;
  width: 32%;
  height: 2.2em;
  background-color: #fff;
  font-family: "宋体";
  color: #333;
  border: #333 1px solid;
  cursor: pointer;
}
.videoText input:hover {
  background-image: linear-gradient(-120deg, #036cbd 0%, #40a9ed 100%);
  color: #fff;
  border: #fff 1px solid;
}
.videoContainer {
  width: 60%;
  flex-shrink: 1;/*视频大小自动*/
}

@media screen and (max-width:1366px) {
  .myVideo {
    width: 85%;
    height:auto;
  }
  .videoText h1, .photoTitle h1 {
    font-size: 2em;
  }
.videoText img, .photoTitle img{
	width: 2.5em;
	}
  .videoText p {
    font-size: 1em;
    padding-top: 1em;
    line-height: 2em;
    -webkit-line-clamp: 5;
  }
  .videoText input {
    margin-top: 13%;
    margin-left: 55%;
    font-size: 1em;
    width: 40%;
  }
}
@media screen  and (max-width: 1024px) {
  .myVideo {
    width: 90%;
    margin-top: 2em;
  }
  .videoText h1, .photoTitle h1 {
    font-size: 1.6em;
    margin-left: 0.5em;
    padding-left: 0.5em;
  }
  .videoText p {
    font-size: 1em;
    padding-top: 1em;
    line-height: 200%;
    -webkit-line-clamp: 5;
  }
  .videoText input {
    margin-top: 12%;
    margin-left: 60%;
    font-size: 1em;
    width: 40%;
  }
	.videoText img,.photoTitle img{
		width: 1.8em;
	}
}
@media screen and (max-width: 768px) {
  .myVideo {
    width: 90%;
    margin-top: 1em;
  }
  .videoTextTitle img {
    width: 1.3em;
  }
  .videoText h1, .photoTitle h1 {
    font-size: 1.2em;
    margin-left: 0.4em;
    padding-left: 0.4em;
  }
	.videoText{
		
		padding-right: 14px;
	}
	.videoText input {
    margin-top: 13%;
    margin-left: 50%;
		font-size: 12px;
 
  }
  .videoText p {
    font-size: 1em;
	  line-height: 1.5em;

  }
}
@media screen and (max-width:480px) {
  .myVideo {
    width: 90%;
    margin-top: 16px;
  }
  .videoText {
    padding-right: 10px;
	  
  }
  .videoTextTitle h1{
    font-size: 16px;
  }
  .videoTextTitle img {
    width: 1.2em;
  }
  .videoText p {
    -webkit-line-clamp: 4;
    font-size: 12px;
	  line-height: 16px;
    padding-top: 10px;
  }
  .videoText input {
    margin-top: 10%;
    margin-left: 45%;
    font-size: 8px;
    width: 50%;
    height: 15%;
  }
}



/*Photo---*/
.myPhoto {
  /*width: 70%;*/
width:1330px;
  margin: 0 auto;
  margin-top: 2em;
  clear: both;
}
.myPhoto ul {
  list-style-type: none;
}
.photoBox {
  display: flex;
  justify-content: space-between;
  margin: 1em 0;
}

.photoTitleMore{
    float:right;
}

.photoTitleMore a{
        text-align: right;
        text-decoration: none;
        color:#333333;

}
.photoCaptionBMore a{
	text-align: right;
	border-bottom: #999 1px dashed;
	font-family: SimSun;
	
}

.photoCaptionA{
  width: 48%; 
}
.photoCaptionB{
width: 49%;
}
.photoCaptionA li{
	width: 100%;
	height:370px;
           overflow:hidden;
}
.photoCaptionA img {
  width: 100%;
  flex-shrink: 1;
  object-fit: fill;
}
.photoCaptionB li {
 padding-bottom: 0.5em;
border-bottom: #999 1px dashed;
	margin-bottom: 1em;
}
.photoCaptionB a {
  font-family: "宋体";
  color: #333;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  text-overflow:ellipsis;
  
}
.photoCaptionB a:hover{
	color: #4481eb;
}

.photoCaptionA li{
	display: none;
}
.myPhoto time {
  font-style: italic;
  color: #999;
  padding-bottom: 1.2em;

}
.photoCaptionB h2{
	display: block;
	width: 80%;
           
/*	padding-left: 10px;*/
}
.photoCaptionB li{
	display: flex;
/*	justify-content: space-between;*/
	flex-direction:row;
}
.check{
overflow: hidden;
           text-overflow: ellipsis;
}
.dt{
	display: block;
	width:20%;
	line-height: 2em;
	text-align: right;
	color: #999;
	padding-top: 16px !important;
	
}
.time{
	display: inline-block;
	border: #ccc 1px solid;
	font-size: 14px;
	margin-bottom: 10px;

}
.data{
	background-color: #036cbd;
	color: #fff;
	line-height: 24px;
	padding: 0 10px;
        width: 40px;
}
.year{
	line-height: 32px;
	text-align: center;
}
@media  (max-width: 1366px) {
 .myPhoto {
        width: 85%;
        height: 100%;
  }
.photoCaptionB a{
	font-size: 16px;
	}
 .myPhoto time {
        font-size: 13px;
  }
.photoCaptionA li{
	width: 100%;
	height:340px;
}
}
@media  (max-width: 1024px) {
  .myPhoto {
    width: 90%;
	margin-top: 1em;
  }
  .myPhoto time {
    font-size: 12px;
  }
.photoCaptionA li{
	width: 100%;
	height:320px;
}
.photoCaptionB li {
 padding-bottom: 0;
 margin-bottom:20px;
}
  .photoCaptionB a{
		font-size: 16px;
	}
.dt{
font-size:14px;
padding-top: 0px !important;
}
}
@media  (max-width: 768px) {
  .myPhoto {
    width: 90%;
	  margin-top: 1em;
  }
.photoCaptionB li {
 padding-bottom: 0;
border-bottom: #999 1px dashed;
	margin-bottom: 0;
}
.photoCaptionA li{
	width: 100%;
	height:210px;
}
 .photoCaptionB a {
    font-size: 14px;
    line-height: 18px;
  }
.photoBox {
	margin: 0.2em 0;
}
.photoTitle img {
    width: 1.3em;
  }
.dt{
    font-size:10px;
    padding-top: 6px !important;
}
.check span{
font-size:12px;
}
}
@media  (max-width:480px) {
  .myPhoto {
    width: 90%;
	  margin-top: 1em;
  }
	.photoTitle h1 {
    font-size: 18px;
  }
  .photoTitle img {
    width: 1.5em;
  }

.photoTitleMore a{
        font-size:10px;

}
  .photoBox {
    margin: 0.5em 0;
  }
  .photoCaptionA,.photoCaptionB {
  width: 49%;
  
}
	
  .photoCaptionB li {
margin-bottom: 0.4em;
  }
  .photoCaptionB a {
    font-size: 12px;
    line-height: 18px;
  }
	.photoCaptionA li{
	width: 100%;
	height:130px;
}
	.check span{
font-size:8px !important;
}
.dt{
    font-size: 8px !important;
    padding-top: 0px !important;
	}
}

/*content-end*/
/*footer-start*/
.footer {
  width: 100%;
  height: auto;
/*  background-image: linear-gradient(0deg, #4481eb 0%, #04befe 100%);*/
	background-color: #036dbd;
}
.footer_bg {
 /*width: 70%;*/
width:1330px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
color: #fff;
}
.link {
  padding: 20px 0;
	
}
.linkTitle h2{
		font-size: 16px;
	}
.linkAddress a{
  text-decoration: none;
  color: #fff;
  margin-right: 1.5em;
	font-size:14px;
	line-height: 21px;
}
.linkAddress p{
  text-decoration: none;
  color: #fff;
  margin-right: 1.5em;
	font-size:14px;
	line-height: 21px;
}


.linkAddress{
	padding-top: 16px;
}
.QR_code{
margin:20px 0;

}
.QR_code img{
	width: 60px;
	display: block;
	margin: 4px auto;
} 
.QR_code p{
	font-size: 14px;
	text-align: center;
}

@media (max-width: 1366px) {
  .footer_bg {
    width: 85%;
  }
	
 
}
@media  (max-width: 1024px) {
  .content {
    margin: 1.5% auto;
  }
  .footer_bg {
    width: 90%;
  }
}
@media  (max-width: 768px) {
  .content {
    margin:1% auto;
  }
	.QR_code img{
		width: 80px;
		display: block;
		margin: 0 auto;
	}
}
@media (max-width: 480px) {
.footer_bg {
    width:95%;
  }

.linkAddress a{
	font-size:8px;
	line-height: 16px;
	margin-right: 2px;
}
.linkAddress p{
	font-size:8px;
	line-height: 16px;

	}

	.linkAddress{
	padding-top: 0;
}
.QR_code{
		width: 12%;
		margin:10px 0;
	}
.QR_code img{
		width: 40px;
	}
.QR_code p{
		font-size: 8px;
	}
.link{
 padding: 10px 0;
}
body{
background-position:center bottom;
background-attachment:scroll;
}
}




















/*foot-end*/