@charset "utf-8";
/* CSS Document */
body{
	margin:0 0;
	padding:0 0;
}
a,a:hover{
	text-decoration:none;
}
ul,li{
	margin:0 0;
	padding:0 0;
	list-style:none;
}
.clearfix{clear:both;}
.w960{
	width:960px;
	margin:0 auto;
}
.w1080{
	width:1080px;
	margin:0 auto;
}
.w700{
	width:700px;
	margin:0 auto;
}
.trcontent img{
	max-width:1060px;
}
.mtop60{
	margin-top:60px;
}
.ptop60{
	padding-top:60px;
}
.wcenter{
	text-align:center;
}
.khang{
	padding:20px 10px;
	width:100%;

}

.btn-more{
	text-align:center;
	margin-top:60px;
}
.btn-more  a{
	width:400px;
	display:inline-block;
	color:#018B8D;
	padding:10px 20px;
	border:1px solid #018B8D;
	font-size:34px;
	background-color:#FAFAFA;
}
.btn-more a:hover{
	background-color:#F5F5F5;
}

.fixedTop{
	position:fixed;
	width:100%;
    left: 50%;
	top:0;
    transform: translateX(-50%);
	background-color:#FFFFFF;
	z-index:99998;
}
.fixedTop .logo{
	float:left;
}
.fixedTop .logo img{
	margin-left:20px;
}
.fixedTop .so{
	float:right;
	margin-top:69px;
}

.swf{
	margin-top:200px;

}

.close{
	float:right;

	margin-top:60px;
	margin-right:60px;
}
.close img{
	width:50px;
	height:50px;
}

.menutop{
	margin-top:10px;
	background-image:url(../images/menubg.jpg);
	height:72px;

}

.menu > ul > li{
	width:216px;
	float:left;
	line-height:72px;
	text-align:center;
	position:relative;
}
.menu  > ul > li a{
	font-size:34px;
	display:block;
	width:100%;
	height:72px;	
	overflow:hidden;
}
.menu  > ul > li>a{
	letter-spacing:2px;
}

.menu  >  ul > li span{
	color:#fff;
	width:100%;
	height:72px;	
	display:block;
}
.menu li .omenu span.m_hover{
	margin-top:-72px;
	color:#fff;
	background-color:#fa1617;	
	-webkit-transition:  margin-top 0.3s;
	-moz-transition:  margin-top 0.3s;
	-o-transition:  margin-top 0.3s;
 	transition: margin-top 0.3s;	
}
.menu li:hover .omenu span.m_hover{
	margin-top:0;	
	-webkit-transition:  margin-top 0.3s;
	-moz-transition:  margin-top 0.3s;
	-o-transition:  margin-top 0.3s;
 	transition: margin-top 0.3s;
}

.menu li > ul{
	margin:0 0;
	padding:0 0;
	width:105px;
	background-color:#fa1617;
	z-index:9999;
	position:absolute;
}
.menu li.max{
	width:160px;
}
.menu li.max > ul{
	width:160px;
	margin-left:0px;
}
.menu li li{
	float:none;
	width:100%;
	list-style:none;
	line-height:54px;
	text-align:center;
	display:none;
	border-bottom:1px solid #f65c5c;
}
.menu li:hover li{
	display:block;
}
.menu li li a{
	font-size:16px;
	display:block;
	width:100%;
	height:54px;	
	overflow:hidden;
	white-space:nowrap;
}
.menu li.max li a{
	font-size:16px;
}
.menu li li span{
	color:#fff;
	width:100%;

	text-align:center;
	height:54px;
	display:inline-block;
	margin-left:0;
}
.menu li li span.m_hover{
	width:100%;
	margin-left:-100%;
	color:#fff;
	background-color:#fa1617;
	
	-webkit-transition:  margin-left 0.3s;
	-moz-transition:  margin-left 0.3s;
	-o-transition:  margin-left 0.3s;
 	transition: margin-left 0.3s;
	
}
.menu li li:hover span.m_hover{
	margin-left:0;
	
	-webkit-transition:  margin-left 0.3s;
	-moz-transition:  margin-left 0.3s;
	-o-transition:  margin-left 0.3s;
 	transition: margin-left 0.3s;
}


.search{
	background-color:#f6f6f6;
	height:120px;
}

.search-bar {
  margin-top:20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  float:right;
  width:460px;
  
}

.search-bar input {
  vertical-align: top; /* 顶部对齐 */
  width:360px;
  flex: 1;
  padding: 16px 12px;
  border: none;
  outline: none;
  font-size: 32px;
  color: #000;
  background-color: transparent;
  border:1px solid #0c61bb;

}
    /* 设置占位文本颜色 */
.search-bar input::placeholder {
      color: rgba(0, 0, 0, 0.7); /* 半透明白色 */
}

.search-bar button {
  vertical-align: top; /* 顶部对齐 */
  padding: 22px 22px;
  border: none;
  outline: none;
  background-color: #0c61bb;
  cursor: pointer;
    margin-left:-5px;
}

.search-bar svg {
  fill: #fff;
  width: 28px;
  height: 28px;
}

/*Banner 轮换图*/
.bannerbox{ position: relative; overflow: hidden; height: 408px;}
.bannerbox ul li{ width:100%;}
.bannerbox ul li a{display:block; position: absolute; left: 0; }
.bannerbox #dots{ width: 100%; position: absolute; bottom: 30px; left: 0; text-align: center;}
#dots a{ display: inline-block; width:12px; height: 12px; margin-left: 7px; margin-right: 7px; background: url(../images/dots.png) no-repeat;}
#dots a.active{ width:52px; height:13px; background: url(../images/dots-r.png) no-repeat;}
/*Banner 轮换图*/


	/* 轮播容器样式 */
	.carousel {
	  width: 1080px;
	  height: 810px;
	  position: relative;
	  overflow: hidden;
	  margin: 50px auto;
	}	
	/* 轮播项列表样式 */
	.carousel .carousel-list {
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	  display: flex;
	  width: 300%;
	  transition: transform 0.5s ease;
	}	
	.carousel .carousel-list li {
	  width: 1080px;
	  height: 100%;
	  position: relative;
	}	
	.carousel .carousel-list img {
	  width: 1080px;
	  height: 810px;
	  object-fit: cover;
	}	
	.carousel .carousel-list li div{
	  position: absolute; /* 绝对定位，相对于父元素 li */
	  margin-top:-80px;	 
	  width:1080px;
	  height:80px;
	  line-height:80px;
   	  text-align: center;	   
	  color:#fff;
	  font-size:32px;
	  background-color: rgba(204, 204, 204, 0.6); /* 使用半透明背景，增强可读性 */

	}	
	
	/* 切换按钮样式 */
	.carousel .carousel-prev,
	.carousel .carousel-next {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background-color: rgba(0, 0, 0, 0.5);
	  color: white;
	  border: none;
	  padding: 10px 20px;
	  font-size: 20px;
	  cursor: pointer;
	  transform: scaleY(3);
	}	
	.carousel .carousel-prev {
	  left: 10px;
	}	
	.carousel .carousel-next {
	  right: 10px;
	}	
	/* 指示点容器样式 */
	.carousel .carousel-indicators {
	  position: absolute;
	  bottom: 90px;
	  left: 50%;
	  transform: translateX(-50%);
	  display: flex;
	  gap: 10px;
	}	
	.carousel .carousel-indicators span {
	  width: 12px;
	  height: 12px;
	  border-radius: 50%;
	  background-color: white;
	  opacity: 0.5;
	  cursor: pointer;
	}	
	.carousel .carousel-indicators span.active {
	  opacity: 1;
	}	



.indextitle{
	text-align:center;
	margin-bottom:60px;
}

.indextitle .cn{
	font-size:48px;
	color:#403A3A;
	letter-spacing:4px;
	margin-top:20px;
}
.indextitle .hx{

	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	border-bottom:1px solid #CCCCCC;
}

.indextitle .en{
	font-size:48px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
}
.indextitle .en span:first-child{
	color:#018B8D;
}
.indextitle .en span:last-child{
	color:#454545;
}

.indextitle .containeren{
	font-size:48px;
	color:#999999;
	text-align:center;
	text-transform: uppercase;
}
.indextitle .container {
      display: flex;
      align-items: center;
      width: 100%;
    }
.indextitle .line {
      flex-grow: 1;
	  margin-top:20px;
      height: 1px;
      background-color:#CCCCCC;
    }
.indextitle .text {
      padding: 0 10px;
    }

   /* 头部样式 */
    header {
      text-align: center;
      margin-bottom: 20px;
    }
    
    /* 标签切换样式 */
    header .tabs {
      display: flex;
      justify-content: left;
      margin-bottom: 10px;
	  border-bottom: 2px solid #dddddd;
    }
    header .tabs .more{
       margin-left: auto; /* 让more占据剩余空间，推到最右边 */
	   font-size: 32px;
	}
	header .tabs .more a{
       color:#fff;
	   background-color:#FF0000;
	   padding:10px 20px;
	   border-radius:5px;
	}
	
    header .tab {
      padding: 10px 20px;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      transition: all 0.3s;
      font-size: 36px;
    }
    
    header .tab.active {
      border-bottom-color: #f00;
      color: #f00;
      font-weight: bold;
    }
    
    header .tab:hover {
      color: #f00;
    }
    
    /* 内容区域样式 */
    .lunnews .content {

      border-radius: 5px;
    }
    
    .lunnews .content-item {
      display: none;
    }
    
    .lunnews .content-item.active {
      display: block;
    }
    
    /* 公告列表样式 */
    .lunnews .notice-list {
      list-style: none;
    }
    
    .lunnews .notice-item {
      padding: 10px 0;
      border-bottom: 1px solid #eee;
	  list-style-type:disc;
	  list-style-position:inside;
    }
    
    .lunnews .notice-item:last-child {
      border-bottom: none;
    }
    
    .lunnews .notice-title {
		font-size:26px;
      font-weight: bold;
      margin-bottom: 5px;
      color: #333;

    }
    
    .lunnews .notice-date {
      float: right;
      color: #000;
      font-size: 26px;
    }
    
   .lunnews .notice-content {
      color: #666;
      margin-top: 5px;
      min-height: 60px;
	  max-height: 100px;
	  line-height:25px;
      overflow: hidden;
      text-overflow: ellipsis;
    }


.newslist1{

}

.newslist1 .lanumu{
	
	padding-bottom:10px;
	margin-bottom:10px;
	position: relative; /* 为伪元素创建定位上下文 */
}
.newslist1 .lanumu::after {
  content: "";
  position: absolute;
  bottom: 0; /* 定位到元素底部 */
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #3885d5; /* 红色伪元素线条 */
  z-index: 1; /* 提高层级，使其在底部线条前面 */
}
.newslist1 .lanumu::before {
  content: "";
  position: absolute;
  bottom: 0; /* 定位到元素底部 */
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #dedfe0; /* 红色伪元素线条 */
  z-index: 1; /* 提高层级，使其在底部线条前面 */
}

.newslist1 .section-title {
  color: #f00;
  border - bottom: 2px solid #007bff;
  padding - bottom: 5px;
  margin - bottom: 15px;
  font-size:24px;
  font-weight:bold;
}

.newslist1 .more-link {
  display:inline;
  float:right;
  color: #fff;
  padding: 5px 10px;
  border - radius: 5px;
  text - decoration: none;
  background-color:#f91616;
  border-radius:5px;
  
}
.newslist1 .infolist{
	height:300px;
}
.newslist1 .info-list {
  list - style: none;
  padding: 0;
}

.newslist1 .info-list li {
	list-style:inside;
	line-height: 48px;
	color: #333;
	font-size:26px;
}
.newslist1 .info-list li,.newslist1 .info-list li a{
	font-size:26px;
}



.videodisplay{

}

.videodisplay .gstp{
	margin-top:60px;
	margin-bottom:20px;
	background-position:right;
	background-repeat:no-repeat;
	height:614px;
}
.videodisplay .gstp .video{
	padding-top:104.5px;
}
.videodisplay .sp1{
	width:642px;
	height:421px;
	margin:0 auto;
}


.videodisplay .fwitem ul{
	margin-bottom:50px;
}
.videodisplay .fwitem li{
	float:left;
	margin-bottom:39px;
	background-color:#fff;
	border:1px solid #f0f0f0;
	box-sizing: border-box;
}
.videodisplay .fwitem li{
	margin-left:18.5px;
	margin-right:18.5px;
	width:500px;
}


.videodisplay  .fwtitle{
	line-height:50px;
	text-align:center;
	font-size:18px;
	color:#000;	
	max-height:50px;
}
.videodisplay .fwitem li img{
	width:500px;
	height:275px;	
	
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.videodisplay .fwitem li:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.videodisplay .fwitem li .fwimg{
	width:500px;
	height:275px;	
	overflow:hidden;
}


.link ul{
	list-style:none;
	margin:0 0;
	padding:0 0;
}
.link ul li {
	float:left;
	width:250px;
	border:1px solid #efefef;
	margin-left:9px;
	margin-right:9px;
	margin-bottom:10px;	
}




.link ul img {
  width: 250px;
  height: 89px; /* 设定合适的高度，可按需调整 */
  object-fit: contain; /* 保持图片比例，完整显示在容器内 */
}


.mindex .vtitle{
	text-align:center;
	margin-top:80px;
	margin-bottom:20px;
	font-size:68px;
	color:#0371A8;
	font-weight:bold;
	letter-spacing:4px;
}
.mindex .vtitle::before,.mindex .vtitle::after{
    content: '';
    position: absolute;
	width:100px;	
	border:1px solid #0371A8;
	margin-top:50px;
}
.mindex .vtitle::before{
	margin-left:-140px;
}
.mindex .vtitle::after{
	margin-left:40px;
}
.mindex .ventitle{
	text-align:center;
	margin-top:20px;
	margin-bottom:60px;
	font-size:30px;
	color:#1E1E1E;

}

.mindex .vcontent{	
	width:1000px;
	margin-left:40px;
	margin-right:40px;
	margin-top:40px;
	font-size:44px;
	color:#444444;
	line-height:68px;
	margin-bottom:50px;
	font-family:"微软雅黑";

}
.mindex .vcontent .video{
	text-align:center;
}
.mindex .textindent{
	text-indent:2em;
}
.topheight{
	height:200px;
}
.lytop{
	height:334px;
	background-position:center;
	background-repeat:none;
	margin-top:10px;
}



.newsPiclist ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
	margin-top:20px;
}
.newsPiclist ul li{
	margin-bottom:20px;
	padding-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	height:400px;
	width:500px;
	text-align:center;
	float:left;
}
.newsPiclist li .p-pic{
	width:500px;
	height:376px;
	margin:0 auto;
	overflow: hidden;
}

.newsPiclist li img{
	width:500px;
	height:376px;
	-webkit-transition: -webkit-transform 0.3s;
	  -moz-transition: -moz-transform 0.3s;
	  -o-transition: -o-transform 0.3s;
	  transition: transform 0.3s;
}
.newsPiclist li:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}


.newsPiclist .p-title{
	color:#000;
	font-size:18px;
	line-height:48px;
	text-align:center;
}



.producttop{

}
.producttop .pleft{
	margin-top:40px;
	margin-left:20px;
	float:left;
	width:480px;
	box-sizing: border-box;
}
.producttop .pright{
	padding-left:20px;
	margin-top:20px;
	float:right;
	width:580px;
	font-size:30px;
	line-height:58px;
	box-sizing: border-box;
}
.producttop .pright span{
	font-weight:bold;
	color:#333333;
}

.producttop .pright div div{
	float:left;
}
.producttop .pright div>div:first-child{
	width:140px;
	margin-top:30px;
}
.producttop .pright div>div:last-child{
	width:400px;
}


.fwxm{
	margin-top:60px;
	border-bottom:1px solid #ccc;
	margin-bottom:50px;
}
.fwxm ul{
	margin:0 0;
	padding:0 0;
}
.fwxm ul li{
	float:left;
	width:200px;
	line-height:68px;
	background-color:#3C8ADA;
	color:#fff;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	list-style:none;
	margin-right:20px;
	cursor:pointer;
}
.fwxm ul li:hover,.fwxm ul li.current{
	background-color:#1569BF;	
}
.fwxmitem2,.fwxmitem3,.fwxmitem4{
	display:none;
}
.fwxmitem2 img{
	min-width:1000px;
}
.fwxmitem4{
	text-indent:2em;
	font-size:28px;
	line-height:68px;
}



.ad{
	background-image:url(../images/ad-1.jpg);
	background-position:center;
	height:453px;
}

.ad .ad-t{
	padding-top:120px;
	font-size:40px;
	font-family:"微软雅黑";
	letter-spacing:12px;
	color:#4B5764;
}
.ad .ad-t>div:first-child{
	width:48%;
	text-align:right;
	float:left;
}
.ad .ad-t>div:last-child{
	width:48%;
	text-align:left;
	float:right;
}

.ad .ad-c{
	padding-top:40px;
	font-size:36px;
	font-family:"微软雅黑";
	letter-spacing:4px;
	color:red;
}
.ad .ad-c>div:first-child{
	width:48%;
	text-align:right;
	float:left;
}
.ad .ad-c>div:last-child{
	width:48%;
	text-align:left;
	float:right;
}

.ad .ad-b{
	padding-top:40px;
	text-align:center;
	font-size:18px;
	color:#4B5764;
}



.mindex .left{	
	float:left;
	padding-right:10px;
	color:#966907;
	box-sizing:border-box;
}
.mindex .right{	
	float:right;
}
.mindex .btn{	
	width:400px;
	margin:0 auto;
	background-color:#F5F4F2;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	font-size:34px;
	color:#000000;
	margin-bottom:50px;
	cursor:pointer;
}
.mindex .btn a{	
	color:#000000;
	text-decoration:none;
	
}
.mindex .btn:hover{	
		background-color:#CCCCCC;
}

.honourimg{
	text-align:center;
}	
.honourimg img{
	max-width:1000px;
}	
.zzrrimg img{
	max-width:1000px;
}	



.zzrr{
	background-image:url(../images/zzrrbg.jpg);
	background-position:center;
	padding-bottom:40px;
}
.zzrr ul{
	margin:0 0;
	padding:0 0;
}
.zzrr ul li{
	margin-top:40px;
	float:left;
	width:400px;
	height:240px;
	border:1px solid #018B8D;
	border-radius:20px;
	list-style:none;
	box-sizing: border-box;
}
.zzrr ul li:nth-child(odd){
	margin-left:105px;
	margin-right:35px;
}
.zzrr ul li:nth-child(even){
	margin-left:35px;
	margin-right:105px;
}

.zzrr ul li:hover{
	   border:1px solid #CCCCCC;
      -webkit-box-shadow:0px 1px 10px #ccc;
      -moz-box-shadow:0px 1px 10px #ccc;
      box-shadow:0px 1px 10px #ccc;
}
.zzrr li div:first-child{
	text-align:center;
	padding-top:20px;

}
.zzrr li div span{
	display:block;
}
.zzrr li div:first-child img{
	width:80px;
	height:80px;
}
.zzrr li div:last-child{
	font-size:32px;
	font-weight:bold;
	color:#129B9D;
	text-align:center;
	letter-spacing:2px;
}
.zzrr li div b{
	font-size:52px;
	color:#028C96;
	height:58px;
}
.zzrr li img{
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.zzrr li:hover div img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);	
}
.zzrr li:hover{
	cursor:pointer;
}

.trtitle{
	font-size:38px;
	font-weight:bold;
	line-height:68px;
	text-align:center;
}
.trimg{
	width:480px;
	height:480px;
	margin:0 auto;
	border:1px solid #ccc;
	overflow:hidden;
	margin-top:40px;
}
.trimg img{
	width:480px;
	height:480px;	
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  cursor:pointer;
}
.trimg:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);	
}



.zzrr-bg .btn{
	background-color:#626262;
	color:#fff;
	margin-bottom:40px;
}
.zzrr-bg .btn a{
	color:#fff;
}
.zzrr-bg .btn:hover{	
	background-color:#444444;
}




.news .newsitem{
	width:972px;
	margin:0 auto;
	line-height:68px;
	margin-top:50px;
	border:1px solid #F6F6F6;
	
      -webkit-box-shadow:0px 1px 10px #ccc;
      -moz-box-shadow:0px 1px 10px #ccc;
      box-shadow:0px 1px 10px #ccc;

}
.news .newsitem .newsdate{
	text-align:left;
	font-size:36px;
	color:#666666;
}
.news .newsitem .newstitle,.news .newsitem .newstitle a{
	text-align:center;
	font-size:46px;
	color:#000000;
	font-weight:bold;
}
.news .newsitem .newstitle{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.news .newsitem .newsdesc{
	font-size:36px;
	color:#666666;
	text-indent:2em;
	padding-left:10px;
	padding-right:10px;
}
.news .newsitem .newsdesc a{
	color:#666666;
}
.news .newsitem .newsmore,.news .newsitem .newsmore a{
	text-align:right;
	font-size:36px;
	color:#666666;
	text-decoration:none;
}
.news a{
	text-decoration:none;
}
.news .pic img{
	width:100%;
}

.plist ul{
	margin:0 0;padding:0 0;
	list-style:none;
}
.plist ul li{
	float:left;	
	width:46%;

	margin-left:2%;
	margin-right::2%;
	
	box-sizing: border-box;
	border:1px solid #EFEFEF;
	
	overflow: hidden;
	position: relative;
	
	border-radius:10px;
	margin-bottom:50px;
}
.plist ul li img{
	width:496.8px;
	height:369px;
	
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.plist ul.hezuo li{
	height:179px;		
}
.plist ul.hezuo li img{
	height:179px;
}

.plist ul li:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.plist .p-title{
	position:absolute;
	bottom:-75px;
	background-color:#6A6A6A;
	text-align:center;
	color:#fff;
	width:100%;
	line-height:60px;
	
	font-size:20px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
		
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.plist ul li:hover .p-title{
	
	background-color:#3174B1;
	bottom:0;
	opacity:0.9;

  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.plist .p-title > div{
	width:60%;
	margin:0 auto;
	border:1px solid #fff;
	border-radius:5px;
	margin-bottom:10px;
}
.plist .p-title > div:hover{
	background-color:#fff;
	color:#3174B1;
}


.mcontent{
	margin-top:40px;
}
.mcontent .entitle{
	text-align:center;
	padding:0px 20px;
	font-size:46px;
	line-height:58px;
	color:#000000;
}
.mcontent .zhtitle{
	text-align:center;
	padding:0px 20px;
	font-size:46px;
	line-height:58px;
	color:#908F8E;
	text-transform:uppercase;
}
.mcontent .allcontent{
	font-size:36px;
	color:#000000;
	line-height:58px;
	padding-left:1%;
	padding-right:1%;
	text-indent:2em;
}
.mcontent .allcontent img{
	width:100%!important;
	display: block!important;
}
.mcontent .allcontent iframe{
	width:100%;
	height:640px;;
	text-indent:0!important;
	display: block!important;
}



.cpzx{
	height:220px;

	background-color:#337AB7;
	margin-left:30px;
	border-top:1px solid #B3B4B8;
	border-bottom:1px solid #B3B4B8;
	box-sizing: border-box;
}
.cpzx .left{
	float:left;
	color:#fff;
	height:220px;
	padding-top:40px;
	width:30%;
	text-align:center;
	box-sizing: border-box;
}
.cpzx .left img{
	width:140px;
}

.cpzx .right{
	float:right;
	color:#fff;
	height:220px;
	line-height:90px;
	padding-top:10px;
	width:70%;
	text-align:left;
	font-size:48px;
	box-sizing: border-box;
}
.cpzx .right a{
	color:#fff;
}
.cpzx .right span{
	display:block;
}
.cpzx .right span:last-child{
	font-size:44px;
	letter-spacing:4px;
}


.submenu .en{
	font-size:50px;
	text-align:center;
	font-weight:bold;
	color:#5A5A5A;
	margin-top:50px;
	text-transform:uppercase;
}
.submenu .cn{
	font-size:36px;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	width:100%;
	height:60px;
	color:#000;
	background-image:url(../images/submenubg.jpg);
}
.submenu .cn>div{
	width:500px;
	margin:0 auto;
	background-image:url(../images/submenubg-1.jpg);
}
.submenu .menu-sub ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
	text-align:center;
}
.submenu .menu-sub li{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	padding:15px 40px;
	background-color:#D5D5D5;
	font-size:32px;
	color:#000;
	border-radius:10px;
	margin-top:60px;
	margin-bottom:60px;
}

.submenu .menu-sub  ul:last-child li{
	margin-top:0px;
}

.submenu .menu-sub li:hover{
	background-color:#83C2CB;
	color:#fff;
}
.submenu .menu-sub li.active{
	background-color:#83C2CB;
	color:#fff;
}



.submenu .almenu-sub ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
	text-align:center;
}
.submenu .almenu-sub li{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	padding:15px 25px;
	background-color:#D5D5D5;
	font-size:32px;
	color:#000;
	border-radius:10px;
	margin-top:60px;
	margin-bottom:60px;
}


.submenu .almenu-sub li:hover{
	background-color:#83C2CB;
	color:#fff;
}
.submenu .almenu-sub li.active{
	background-color:#83C2CB;
	color:#fff;
}


.submenu .almenu-sub2 ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
	text-align:center;
}
.submenu .almenu-sub2 li{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	padding:15px 20px;
	background-color:#D5D5D5;
	font-size:32px;
	color:#000;
	border-radius:10px;
	margin-bottom:60px;
}


.submenu .almenu-sub2 li:hover{
	background-color:#83C2CB;
	color:#fff;
}
.submenu .almenu-sub2 li.active{
	background-color:#83C2CB;
	color:#fff;
}


.trcontent{
	font-size:32px;
	line-height:48px;
	padding-left:20px;
	padding-right:20px;
	box-sizing: border-box;
}
.trcontent a{
	color:#000;
}

.zzlist ul{
	margin:0 0;padding:0 0;
	list-style:none;
}
.zzlist ul li{
	float:left;
	width:320px;
	height:580px;
	margin-left:29.625px;
	margin-right::29.625px;
	box-sizing: border-box;
	border:1px solid #EFEFEF;
	
	overflow: hidden;
	position: relative;
	
	border-radius:10px;
	margin-bottom:50px;
}
.zzlist ul li img{
	width:320px;
	height:475px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);	
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.zzlist ul li:hover img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.zzlist .p-title{
	position:absolute;
	bottom:0;
	background-color:#3174B1;
	text-align:center;
	color:#fff;
	width:100%;
	line-height:50px;
	opacity:0.9;
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.zzlist ul li:hover .p-title{

	bottom:0;

	
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.zzlist .p-title > div{
	width:60%;
	margin:0 auto;
	border:1px solid #fff;
	border-radius:5px;
	margin-bottom:10px;
}
.zzlist .p-title > div:hover{
	background-color:#fff;
	color:#3174B1;
}

.hlist ul{
	margin:0 0;padding:0 0;
	list-style:none;
}

.hlist ul li{
	float:left;
	width:46%;

	margin-left:2%;
	margin-right::2%;
	box-sizing: border-box;
	border:1px solid #EFEFEF;
	
	overflow: hidden;
	position: relative;
	
	border-radius:10px;
	margin-bottom:30px;
	padding-bottom:50px;
}
.cqc ul li img{
	height:718px;
}
.jbzz li img{
	height:334px;
}
.gszz li img{
	height:717px;
}
.hlist ul li img{
	width:100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
	
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.hlist ul li:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.hlist .p-title{
	position:absolute;
	bottom:0px;
	background-color:#3174B1;
	text-align:center;
	color:#fff;
	width:100%;
	line-height:50px;
	opacity:0.9;
	
	font-size:28px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;	
	
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
  
  padding-left:10px;
  padding-right:10px;
}
.hlist ul li:hover .p-title{

	opacity:1;
	
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.hlist .p-title > div{
	width:60%;
	margin:0 auto;
	border:1px solid #fff;
	border-radius:5px;
	margin-bottom:10px;
}
.hlist .p-title > div:hover{
	background-color:#fff;
	color:#3174B1;
}


.ptitle{
	margin-top:60px;
	border-bottom:1px solid #ccc;
}
.ptitle div{
	width:200px;
	line-height:68px;
	background-color:#1569BF;
	color:#fff;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}








.lunbo{
	width:1080px;
	margin:0 auto;
	margin-bottom:60px;
}
.lunbo .left{
	float:left;
	width:190px;
}
.lunbo .center{
	float:left;	
}
.lunbo .right{
	float:left;
	width:190px;
}
.lunbo .hyprev,.lunbo .hynext{
	margin-left:70px;
	margin-top:170px;
}

.lunbo .hyprev,.lunbo .hynext{
	width:50px;
	height:100px;
	line-height:100px;
	color:#fff;
	text-align:center;
	font-size:38px;
	background-color:#545454;
	cursor:pointer;
}



.newslist ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
}
.newslist ul li{
	margin-bottom:20px;
	padding-bottom:20px;
	background-color:#FAF9F9;
	height:240px;

}
.newslist ul li:hover{
	background-color:#EEEEEE;

}
.newslist li>div:first-child{
	float:left;	
	width:340px;
	overflow:hidden;
}
.newslist li>div:last-child{
	float:left;
	width:740px;
	padding-left:20px;
	padding-right:20px;
	box-sizing: border-box;
}
.newslist li>div:first-child div{
	width:300px;
	height:225px;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
}
.newslist li>div:first-child img{
	width:300px;
	height:225px;
}
.newslist .p-title{
	color:#000;
	font-size:36px;
	line-height:68px;
	
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newslist .p-desc{
	color:#999999;
	font-size:30px;
	line-height:38px;
}
.newslist .p-date{
	color:#666666;
	font-size:30px;
	line-height:38px;
	position:absolute;
	bottom:0;
	margin-bottom:15px;
}

.newslistlb ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
}
.newslistlb ul li{
	margin-bottom:10px;
	background-color:#FAF9F9;
	height:68px;
	list-style:disc inside;

}
.newslistlb ul li:hover{
	background-color:#EEEEEE;

}

.newslistlb li{
	padding-left:20px;
	padding-right:10px;
	color:#000;
	font-size:18px;
	line-height:68px;
}

.newslistlb .p-date{
	color:#666666;
	font-size:16px;
	line-height:68px;
	float:right;
	padding-right:5px;
	
}



.newslanmulist ul{
	margin:0 0;
	padding:0 0;
	list-style:none;
}
.newslanmulist ul li{
	margin-bottom:20px;
	background-color:#FAF9F9;
	list-style: inside disc ;
	padding-left:20px;
	color:#000;
	font-size:18px;
	line-height:68px;
}
.newslanmulist ul li:hover{
	background-color:#EEEEEE;	
}


 .target {
	width:700px;
	margin:0 auto;
	height:440px;
	overflow:hidden;
	position:relative;
	margin:0px auto;
}
 .target .hy-prev,.target .hy-next{
 	display:none;
 }

.target img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



.honourimg{

	text-align:center;
	overflow:hidden;
	margin-top:40px;
}
.honourimg img{

	min-width:800px;
  	cursor:pointer;
}

.product{
	width:1020px;
	margin:0 auto;
}
.product ul,.product li{
	margin:0 0;
	padding:0 0;
}
.product li{
	list-style:none;
	width:500px;
	float:left;
}
.product li:nth-child(odd){
	margin-right:20px;
}

.product .producttitle{
	line-height:88px;
	background-color:#018B8D;
	text-align:center;
	font-size:34px;
	padding-left:10px;
	padding-right:10px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.product .productpic{
	width:500px;
	height:500px;
	overflow:hidden;
	
}
.product .productpic img{
	width:500px;
	height:500px;
	
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;	
}
.product li:hover .productpic img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product .producttitle,.product .producttitle a{
	color:#fff;
}
	
	

.footmenu ul{
	margin:0 0;
	padding:0 0;
	margin-left:30px;
	background-color:#337AB7;
}
.footmenu ul li{
	list-style:none;
	line-height:120px;
	height:120px;
	font-size:44px;
	padding-left:60px;
	color:#fff;
	border-bottom:1px solid #B3B4B8;
	letter-spacing:4px;
}
.footmenu ul li span{
	padding-right:50px;
	float:left;
}
.footmenu .jiantou{
	border-right:20px solid transparent;border-left:20px solid transparent;border-top:20px solid #B2B0B1;
	width:0px;
	float:left;
	margin-left:10px;
	margin-top:55px;
}

.foot{
	background-color:#337AB7;
	margin-left:30px;
}
.foot .footcss,.foot .footcss a{
	font-size:38px;
	line-height:88px;
	color:#fff;
	text-align:center;
	text-decoration:none;
}

	.foot .fweixin{
		box-sizing:border-box;
		margin-top:10px;
		padding:20px;
		width:48%;
		margin-left:1%;
		margin-right:1%;
		float:left;
		text-align:center;
		background-color:#FFFFFF;
		font-size:32px;
	}
	.foot .fweixin img{
		max-width:70%;
	}
	.foot .wxfooter{
		background-color:#CCCCCC;
		padding-bottom:20px;
	}
	
	.gohome{
		position:fixed;
		top:50%;
		right:5px;
		border-radius:50%;
		border:4px solid #A4A4A4;
		width:100px;
		z-index:99999;
		overflow:hidden;
	}
	.gohome img{
		width:100px;
		height:100px;
	}
	
.met_pager{
	text-align:center;
	margin-top:50px;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 20px 30px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 36px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 28px;
	line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 28px;
	line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.weixin{
	font-size:18px;
	text-align:center;
	margin-bottom:40px;
}	
.weixin > div:first-child{
	width:40%;
	float:left;
	margin-left:10%;

}
.weixin > div:last-child{
	width:40%;
	float:left;
}		

.weixin div img{
	width:400px;
	height:400px;
}