﻿@charset "utf-8";
/* CSS Document */
body{
	font-family: 微软雅黑;
	font-size: 16px;
	width:100%;
}
a{
	font-family: 微软雅黑;
	font-size: 16px;
	color: black;
}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	color: #D44F52;
}
a:active{
	text-decoration:none; 
}

li{
	list-style:none;
}

.showing{
	display:block;
	visibility:visible; 
}
.hidden{
	display:none;
	visibility:hidden; 
}

.index-navbar{
	width:100%;
	height:133px;
	background-image: url("image/fymc-logo.png");
	background-repeat: no-repeat;
}

.index-nav{
	width:100%;
	height:51px;
}

.index-menu{
	float:right;
	width:55px;
	height:51px;
	margin-right:35px;
	background-image: url("image/index-menu.png");
	background-repeat: no-repeat;
}

.index-menu:HOVER{
	background-image: url("image/index-menu-sel.png");
	background-repeat: no-repeat;
}

.index-top-line{
	width:100%;
	height:4px;
	background-color: #6FB650;	
}

.top-images{
	height: 545px;
	width:100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.images-width{
	margin:0 auto;
	height: 545px;
	width:1125px;
}
.image-left{
  float:left;
  position: relative;
  margin-left:13px;
  width:115px;
  height: 545px;
  overflow: hidden;
  perspective: 545px;
  opacity:0.4; 
  filter: alpha(opacity=40);
  cursor:pointer;
}
.image-left-bk{
  width:115px;
  height: 545px;
  background-image: url("image/image-left-bk.png");
  background-repeat: no-repeat;
  transform-origin: left;
  transition: all 2s;
  transform: rotateY(7deg);
}
.image-left-bk:HOVER{
  transform: rotateY(20deg);
}
.image-right{
  float:left;
  width:115px;
  height: 545px;
  overflow: hidden;
  perspective: 545px;
  opacity:0.4; 
  filter: alpha(opacity=40);
  cursor:pointer;
}
.image-right-bk{
  width:115px;
  height: 545px;
  background-image: url("image/image-right-bk.png");
  background-repeat: no-repeat;
  transform-origin: right;
  transition: all 2s;
  transform: rotateY(-9deg);
}
.image-right-bk:HOVER{
  transform: rotateY(-20deg);
}

.image-center{
	float:left;
	margin-left:-3px;
	margin-right:-4px;
	width:895px;
	height: 545px;
	background-image: url("image/image-center.png");
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.image-center-tools{
	width:895px;
	height: 79px;	
	margin-top:466px;
	opacity:0.8; 
	background-color: #606060;
}

#image_center_text{
	display:block;
	text-align:center;
	padding-top:15px;
	width:895px;
	height:79px !important;
	font-family: 微软雅黑 !important;
	font-size: 30px !important;
	color:#ffffff !important;
}

.home-tools-wy{
	height: 99px;
	width:100%;
	margin-top: 60px;
	margin-bottom: 44px;
}
.home-tools-wy-container{
	margin:0 auto;
	height: 99px;
	width:1125px;
}

.home-btn-wyla{
	float:left;
	display:block;
	height:99px;
	width:555px;
	margin-left:0px;
	background-image: url("image/home-btn-wyla.png");
	background-repeat: no-repeat;
}

.home-btn-ajcx{
	float:left;
	display:block;
	height:99px;
	width:555px;
	margin-left:7px;
	margin-right:0px;
	background-image: url("image/home-btn-ajcx.png");
	background-repeat: no-repeat;
}
.home-xwzx{
	height: 90px;
	width:100%;
	margin-top: 60px;
	margin-bottom: 20px;
}
.home-xwzx-container{
	margin:0 auto;
	height: 90px;
	width:1125px;
}
.tools-left{
	float:left;
	height:90px;
	width:35px;
	background-image: url("image/tools-left.png");
	background-repeat: no-repeat;
}
.tools-right{
	float:left;
	display:block;
	height:90px;
	width:36px;
	background-image: url("image/tools-right.png");
	background-repeat: no-repeat;
}

.xwzx-btn{
	float:left;
	height:90px;
	width:263px;
	background-image: url("image/xwzx-btn.png");
	background-repeat: no-repeat;
}
.xwzx-btn-sel{
	float:left;
	height:90px;
	width:263px;
	background-image: url("image/xwzx-btn-sel.png");
	background-repeat: no-repeat;
}

.tzgg-btn{
	float:left;
	height:90px;
	width:263px;
	background-image: url("image/tzgg-btn.png");
	background-repeat: no-repeat;
}
.tzgg-btn-sel{
	float:left;
	height:90px;
	width:263px;
	background-image: url("image/tzgg-btn-sel.png");
	background-repeat: no-repeat;
}

.djgz-btn{
	float:left;
	height:90px;
	width:263px;
	background-image: url("image/djgz-btn.png");
	background-repeat: no-repeat;
}
.djgz-btn-sel{
	float:left;
	height:90px;
	width:263px;
	background-image: url("image/djgz-btn-sel.png");
	background-repeat: no-repeat;
}

.stsp-btn{
	float:left;
	height:90px;
	width:263px;
	background-image: url("image/stsp-btn.png");
	background-repeat: no-repeat;
}
.stsp-btn-sel{
	float:left;
	height:90px;
	width:263px;
	background-image: url("image/stsp-btn-sel.png");
	background-repeat: no-repeat;
}

.home-note4{
	height: 270px;
	width:100%;
	margin-top: 24px;
	margin-bottom: 20px;
}
.home-note4-xwzx{
	margin:0 auto;
	height: 270px;
	width:1125px;
	overflow:hidden;
}
.xwzx-col-data{
	display: block;
	height:44px;	
	width:995px;		
	margin-left: 30px;
}
.xwzx-col-right-flag{
	float:left;
	height:6px;
	width:7px;
	margin-top:10px;
	margin-left:6px;
	margin-right:10px;
	background-image: url("image/xwzx-col-right-flag.png");
	background-repeat: no-repeat;
}
.xwzx-col-right-flag:HOVER{
	background-image: url("image/xwzx-col-right-flag-sel.png");
	background-repeat: no-repeat;
}
.xwzx-col-right-title{
	float:left;
	height:40px;	
	width:750px;
	margin-right:90px;		
    font-family:微软雅黑;
    font-size:23px;
	overflow:hidden;
    text-overflow:ellipsis;    
}

.xwzx-col-right-date{
	float:left;
	height:44px;	
	width:132px;		
    font-family:微软雅黑;
    font-size:23px;
}

.home-note4-tzgg{
	margin:0 auto;
	height: 270px;
	width:1125px;
	overflow:hidden;
}
.home-note4-djgz{
	margin:0 auto;
	height: 270px;
	width:1125px;
	overflow:hidden;
}
.home-note4-stsp{
	margin:0 auto;
	height: 270px;
	width:1125px;
	overflow:hidden;
}

.tzgg-list-item{
	display: block;
	min-height:100px;	
	width:995px;		
	margin-left: 30px;
}
.tzgg-item-bt{
    font-family:微软雅黑;
    font-size:23px;
    font-weight: bold;
    height:44px;
	width:995px;		
	text-align:center;
	margin-left: 30px;
	margin-top: 20px;
}
.tzgg-item-nr{
    font-family:微软雅黑;
    font-size:23px;
    margin-bottom: 40px;
    text-indent: 46px;
    line-height: 44px;
}

.home-whxcl-scroll{
	width:100%;
	height:136px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.home-whxcl{
	height:136px;
	width:1125px;
	margin:0 auto;
	background-repeat: no-repeat;	
	background-image: url("image/home-whxcl1.png");
}

.home-zxbgt{
	width:100%;
	height:463px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.home-zxbgt-container{
	height:493px;
	width:1125px;
	margin:0 auto;
}

.home-zxbgt-title{
	width:578px;
	height:98px;
	background-repeat: no-repeat;
	margin:0 auto;
	background-image: url("image/home-zxbgt-title.png");	
}

.home-zxbgt-text{
	width:1125px;
	height:154px;
	margin-left: 34px;
	margin-top: 44px;
}


.zxbgt-flag{
	float:left;
	height:120px;
	width:116px;
	background-repeat: no-repeat;
	background-image: url("image/zxbgt-flag.png");
}

.zxbgt-text{
	float:left;
	height:120px;
	width:930px;
	margin-left: 50px;
}

.zxbgt-text-title{
	font-family: 微软雅黑;
	font-size: 26px;
	color: #4E4E4E;	
	height:40px;
	width:930px;
	white-space:nowrap;
    overflow: hidden;
	text-overflow: ellipsis; 	
}

.zxbgt-text-note{
	font-family: 微软雅黑;
	font-size: 23px;
	color: #8F8F8F;
	text-indent:46px;
	line-height:35px;
	text-align: left;	
	height:70px;
	width:930px;
	margin-top: 10px;
    overflow: hidden;
	text-overflow: ellipsis; 	
}

.home-zxbgt-list{
	width:1125px;
	height:110px;
	margin-top: 10px;
	margin-bottom: 28px;
}

.zxbgt-list-item{
	float:left;
	height:40px;	
	width:500px;	
	margin-left: 34px;
	margin-top:10px;
	padding-left:20px;
	padding-top: 0px;
    font-family:微软雅黑;
    font-size:23px;
    line-height: 40px;
	white-space:nowrap;
    overflow: hidden;
	text-overflow: ellipsis; 	
	background-repeat: no-repeat;
	background-image: url("image/whzx-right-item.png");	
}

.zxbgt-list-item:HOVER{
	background-repeat: no-repeat;
	background-image: url("image/whzx-right-item-sel.png");	
}

.zxbgt-list-item a{
    font-family:微软雅黑;
    font-size:23px;
}

.zxbgt-list-item-more{
	float:left;
	height:40px;	
	width:500px;	
	margin-left: 10px;
	margin-top:10px;
	padding-left:20px;
	padding-top: 0px;
    font-family:微软雅黑;
    font-size:23px;
    line-height: 40px;
	white-space:nowrap;
    overflow: hidden;
	text-overflow: ellipsis; 	
}

.zxbgt-list-item-more a{
    font-family:微软雅黑;
    font-size:23px;
}

.home-tools{
	width:100%;
	height:550px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.home-tools-container{
	height:550px;
	width:1125px;
	margin:0 auto;
}

.home-btn-tszbgk{
	float:left;
	display:block;
	height:120px;
	width:560px;
	margin-top:5px;
	background-image: url("image/tszbgk.png");
	background-repeat: no-repeat;
}


.home-btn-tszbgk:HOVER{
	background-image: url("image/tszbgk-sel.png");
	background-repeat: no-repeat;
}


.home-btn-zgsplcgk{
	float:left;
	display:block;
	height:120px;
	width:560px;
	margin-top:5px;
	background-image: url("image/zgsplcgk.png");
	background-repeat: no-repeat;
}


.home-btn-zgsplcgk:HOVER{
	background-image: url("image/zgsplcgk-sel.png");
	background-repeat: no-repeat;
}


.home-btn-zgzxxxgk{
	float:left;
	display:block;
	height:120px;
	width:560px;
	margin-top:5px;
	background-image: url("image/zgzxxxgk.png");
	background-repeat: no-repeat;
}


.home-btn-zgzxxxgk:HOVER{
	background-image: url("image/zgzxxxgk-sel.png");
	background-repeat: no-repeat;
}


.home-btn-cpwsgk{
	float:left;
	display:block;
	height:120px;
	width:560px;
	margin-top:5px;
	background-image: url("image/cpwsgk.png");
	background-repeat: no-repeat;
}


.home-btn-cpwsgk:HOVER{
	background-image: url("image/cpwsgk-sel.png");
	background-repeat: no-repeat;
}

.home-btn-fygkcx{
	float:left;
	display:block;
	height:120px;
	width:560px;
	margin-top:5px;
	background-image: url("image/fygkcx.png");
	background-repeat: no-repeat;
}


.home-btn-fygkcx:HOVER{
	background-image: url("image/fygkcx-sel.png");
	background-repeat: no-repeat;
}

.home-btn-sfpmcx{
	float:left;
	display:block;
	height:120px;
	width:560px;
	margin-top:5px;
	background-image: url("image/sfpmcx.png");
	background-repeat: no-repeat;
}


.home-btn-sfpmcx:HOVER{
	background-image: url("image/sfpmcx-sel.png");
	background-repeat: no-repeat;
}

.home-btn-ysjsgk{
	float:left;
	display:block;
	height:120px;
	width:560px;
	margin-top:5px;
	background-image: url("image/ysjsgk.png");
	background-repeat: no-repeat;
}


.home-btn-ysjsgk:HOVER{
	background-image: url("image/ysjsgk-sel.png");
	background-repeat: no-repeat;
}

.home-btn-flfgcx{
	float:left;
	display:block;
	height:120px;
	width:560px;
	margin-top:5px;
	background-image: url("image/flfgcx.png");
	background-repeat: no-repeat;
}


.home-btn-flfgcx:HOVER{
	background-image: url("image/flfgcx-sel.png");
	background-repeat: no-repeat;
}

.home-btn-split{
	margin-left:5px;
}

.home-fywh{
	width:100%;
	height:800px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.home-fywh-container{
	height:800px;
	width:1125px;
	margin:0 auto;
}
.home-fywh-title{
	width:578px;
	height:98px;
	background-repeat: no-repeat;
	margin:0 auto;
	background-image: url("image/home-fywh-title.png");		
}

.home-fywh-more{
	width:168px;
	height:33px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:40px;
	background-repeat: no-repeat;
	background-image: url("image/home-fywh-more.png");		
}
.fywh-container{
	width:1053px;
	height:80px;
	margin: 0 auto;
	margin-top: :40px;
}

.fywh-fgfc{
	float:left;
	height:80px;
	width:351px;
	background-image: url("image/fywh-fgfc-sel.png");
	background-repeat: no-repeat;
}

.fywh-ysyd{
	float:left;
	height:80px;
	width:351px;
	background-image: url("image/fywh-ysyd.png");
	background-repeat: no-repeat;
}

.fywh-ryzs{
	float:left;
	height:80px;
	width:351px;
	background-image: url("image/fywh-ryzs.png");
	background-repeat: no-repeat;
}

.fywh-images{
	float:left;
	width:1053px;
	height: 475px;
	margin-left:36px;
	background-image: url("image/fywh-images.png");
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.fywh-images-tools{
	width:1053px;
	height: 164px;	
	opacity:0.8; 
	background-color: #606060;
}

#fywh-images-tools_text{
	display:block;
	text-align:center;
	margin-top:313px;
	padding-top:45px;
	width:1053px;
	height:164px !important;
	font-family: 微软雅黑 !important;
	font-size: 40px !important;
	color:#ffffff !important;
}


.home-spzx{
	width:100%;
	height:680px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.home-spzx-container{
	height:680px;
	width:1125px;
	margin:0 auto;
}
.home-spzx-title{
	width:578px;
	height:98px;
	background-repeat: no-repeat;
	margin:0 auto;
	background-image: url("image/home-spzx-title.png");		
}

.home-spzx-more{
	width:168px;
	height:33px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:40px;
	background-repeat: no-repeat;
	background-image: url("image/home-spzx-more.png");		
}
.spzx-images{
	float:left;
	margin-left:36px;
	width:1053px;
	height: 476px;
	background-image: url("image/spzx-images.png");
	background-repeat: no-repeat;
}
.spzx-images-play{
	width:162px;
	height: 186px;	
	margin:0 auto;
	margin-top:65px;
	background-image: url("image/spzx-images-play.png");
	background-repeat: no-repeat;
}
.spzx-images-tools{
	width:1053px;
	height: 162px;	
	opacity:0.8; 
	background-color: #606060;
}

#spzx-images-tools_a{
	display:block;
	text-align:center;
	margin-top:62px;
	padding-top:45px;
	width:1053px;
	height:164px !important;
	font-family: 微软雅黑 !important;
	font-size: 40px !important;
	color:#ffffff !important;
	cursor: pointer;
}
.spzx-img{
	position:absolute;
	z-index: -100px;
	width:1053px;
	height: 476px;
}

.home-bottom{
	width:100%;
	height:494px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.home-bottom-container{
	height:494px;
	width:1125px;
	margin:0 auto;
	margin-top:-200px;
	background-image: url("image/home-bottom-container.png");
	background-repeat: no-repeat;
}
.home-bottom-tools{
	float:left;
	height:82px;
	width:915px;
	margin-left:105px;
	margin-top:70px;
}

.btn-dytj{
	float:left;
	height:82px;
	width:245px;
	background-image: url("image/btn-dytj.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.btn-ssfw{
	float:left;
	height:82px;
	width:245px;
	margin-left:90px;
	background-image: url("image/btn-ssfw.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.btn-yzxx{
	float:left;
	height:82px;
	width:245px;
	margin-left:90px;
	background-image: url("image/btn-yzxx.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.index-bottom-line{
	width:100%;
	height:20px;
	background-color: #6FB650;	
}

.home-foot{
	width:100%;
	height:1153px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EDEDED;
}

.home-foot-container{
	height:1153px;
	width:1125px;
	margin:0 auto;
	position: relative;
}

.home-foot-key{
	height:174px;
	width:1125px;
	margin:0 auto;
	background-color:#EDEDED; 
	border-bottom: 2px solid #FFFFFF;
}
.home-foot-key-input{
	float:left;
	height:88px;
	width:899px;
	margin-left:113px;
	margin-top:43px;
	border:2px solid #959595;
	background-color:#EDEDED; 
}

.inputtext{
	float:left;
	background-color:#EDEDED; 
	height:84px;
	width:700px;
	margin-left:46px;
	border:0px solid black;	
	outline:none;
	font-family: 黑体 !important;
	font-size: 36px !important;
}

.inputimage{
	float:left;
	margin-left:46px;	
	margin-top:18px;
	height:52px;
	width:52px;
	border:0px solid black;	
	outline:none;
}
.home-foot-item{
	height:120px;
	width:1125px;
	margin:0 auto;
	padding-top:32px;
	background-color:#EDEDED;	
	border-bottom: 2px solid #FFFFFF;
	font-family: 微软雅黑 !important;
	font-size: 36px !important;
}
.foot-item-70{
	padding-left: 70px;	
}
.foot-item-106{
	padding-left: 106px;	
}
.item-title{
	float:left;
	color:#6C6C6C;	
}
.item-title:HOVER{
	color:#71B552;
}
.item-btn-gt{
	float:right;
	height:77px;
	width:44px;
	margin-top:-10px;
	margin-right:65px;
	background-image: url("image/item-btn-gt.png");
	background-repeat: no-repeat;
}
.item-btn-gt:HOVER{
	background-image: url("image/item-btn-gt-sel.png");
	background-repeat: no-repeat;
}
.item-btn-line{
	float:right;
	height:11px;
	width:49px;
	margin-top:22px;
	margin-right:65px;
	background-image: url("image/item-btn-line.png");
	background-repeat: no-repeat;
}
.item-btn-line:HOVER{
	background-image: url("image/item-btn-line-sel.png");
	background-repeat: no-repeat;
}
.item-btn{
	float:right;
	height:53px;
	width:180px;
	margin-right:65px;
}

.weixin{
	display:block;
	float:left;
	height:53px;
	width:63px;
	background-image: url("image/item-btn-weixin.png");
	background-repeat: no-repeat;
}
.weixin:HOVER{
	background-image: url("image/item-btn-weixin-sel.png");
	background-repeat: no-repeat;
}
.weibo{
	display:block;
	float:left;
	height:53px;
	width:63px;
	margin-left:50px;
	background-image: url("image/item-btn-weibo.png");
	background-repeat: no-repeat;
}
.weibo:HOVER{
	background-image: url("image/item-btn-weibo-sel.png");
	background-repeat: no-repeat;
}

.copyright{
	height:22px;
	width:1125px;
	margin-top:90px;
	color:#6C6C6C;	
	text-align:center;
	font-family: 微软雅黑 !important;
	font-size: 18px !important;
}

.address{
	height:22px;
	width:1125px;
	margin-top:23px;
	color:#6C6C6C;	
	text-align:center;
	font-family: 微软雅黑 !important;
	font-size: 18px !important;
}

.phone{
	height:22px;
	width:1125px;
	margin-top:23px;
	color:#6C6C6C;	
	text-align:center;
	font-family: 微软雅黑 !important;
	font-size: 18px !important;
}

.logo{
	height:71px;
	width:58px;
	margin:0 auto;
	margin-top:74px;
	color:#6C6C6C;	
	text-align:center;
	font-family: 微软雅黑 !important;
	font-size: 18px !important;
	background-image: url("image/home-foot-logo.png");
	background-repeat: no-repeat;
}
.weixinlogo{
	position: absolute;
	left:1280px;
	top:0px;
	width: 175px;
    height: 197px;
	box-shadow:3px 2px 4px #000;
}

.weibologo{
	position: absolute;
	left:1420px;
	top:0px;
	width: 175px;
    height: 197px;
	box-shadow:3px 2px 4px #000;
}

.group-top-list{
	height:32px;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	background-color: #FFFFFF;
}

.group-top-list-title{
	margin:0 auto;
	width: 1125px;
	height: 32px;	
}

.group-title-a{
	display:block;
	float:left;
    height:32px;
    line-height: 32px;	
    font-family: 黑体;
    text-decoration: none;
    margin-right: 20px;
}
.group-title-a:HOVER{
	color:#AED2A2;
}

.group-title-a-select{
	display:block;
	float:left;
    height:32px;
    line-height: 32px;	
    font-family: 黑体;
    text-decoration: none;
    margin-right: 20px;
	color:#AED2A2;
}
.group-title-a-select:HOVER{
	color:#AED2A2;
}


.font24{
	font-size: 24px !important;
}

.font18{
	font-size: 18px !important;
}

.font16{
	font-size: 16px !important;
}


.group-container{
	width:100%;
	background-image: url("image/list_bk.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.group-row{
	_height: 330px;
	min-height:340px;
	width:1125px;
	margin:0 auto;
}
.group-item-title{
	height:48px;
	width:950px;
	margin: 0 auto;
	margin-top:20px;
	background-image: url("image/group-sub-title.png");
	background-repeat: no-repeat;
}
.group-item-title-left{
	display:block;
	float:left;
	text-decoration: none;
	font-family: 黑体;
	font-size: 28px;
	color:#353334;
	margin-left: 40px;
	padding-top: 0px;
}
.group-item-title-right{
	display:block;
	float:right;
	text-decoration: none;
	font-family: 微软雅黑;
	font-size: 18px;
	color:#353334;
	padding-top: 10px;
}
.group-item-subitem{
	height:45px;
	width:950px;
	margin:0 auto;
	background-image: url("image/group-sub-item.png");
	background-repeat: no-repeat;
}
.group-item-subitem-left{
	display:block;
	float:left;
	height:45px;
	width:760px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
	text-decoration: none;
	font-family: 微软雅黑;
	font-size: 23px;
	color:#353334;	
	margin-left: 34px;
	padding-top: 5px;
}
.group-item-subitem-right{
	display:block;
	float:right;
	height:45px;
	text-decoration: none;
	font-family: 微软雅黑;
	font-size: 23px;
	color:#353334;	
}

.group-row-btn{
	height:40px;
	width:178px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	font-family: 微软雅黑;
	font-size: 23px;
	color:#353334;	
}

.remark-container{
	width:100%;
	background-image: url("image/list_bk.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.remark-row{
	width:1125px;
	_height:300px;
	min-height:300px;
	margin:0 auto;
}

.remark-item-title{
	height:90px;
	width:1125px;
	margin-top: 0px;
	background-image: url("image/list-title.png");
	background-repeat: no-repeat;
}
.remark-info{
	width:1125px;
}

.remark-info-title{
	font-family: 微软雅黑;
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom:50px;
	text-align: center;	
}


.remark-info-date{
	font-family: 微软雅黑;
	font-size: 18px;
	margin-top: 50px;
	margin-bottom:50px;
	text-align: center;	
	color:#585858;	
}

.remark-info-art{
	margin: 0px auto;
	margin-top:50px;
	margin-bottom:50px;
	font-family: 微软雅黑;
	font-size: 24px;	
	width:1125px;
}
.remark-creater{
	margin: 30px 10px 30px 66px;
	height:35px;
	width:200px;
	font-family: 微软雅黑;
	font-size: 18px;
}

.group-spzx-images{
	margin:0 auto;
	width:950px;
	height: 476px;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid white;
	background-image: url("image/spzx-images.png");
	background-repeat: no-repeat;
}
.group-spzx-images-play{
	position:absolute;
	z-index: 100px;
	width:162px;
	height: 186px;	
	margin-left:394px;
	margin-top:65px;
	background-image: url("image/spzx-images-play.png");
	background-repeat: no-repeat;
}
.group-spzx-images-tools{
	width:950px;
	height: 162px;	
	opacity:0.8; 
	margin-top:314px;
	background-color: #606060;
}

#group-spzx-images-tools_a{
	display:block;
	text-align:center;
	margin-top:62px;
	padding-top:45px;
	width:950px;
	height:164px !important;
	font-family: 微软雅黑 !important;
	font-size: 40px !important;
	color:#ffffff !important;
	cursor: pointer;
}
.group-spzx-img{
	position:absolute;
	z-index: -100px;
	width:950px;
	height: 476px;
}


.hudong-container{
	width:100%;
	background-image: url("image/list_bk.png");
	background-repeat: no-repeat;
	background-position: bottom;
}
.hudong-row{
	width:1125px;
	min-height: 581px;
	margin-left: auto;
	margin-right: auto;	
}
.yzxx-container{
	width:1125px;	
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;	
}

.yzxx-title{
	margin:0 auto;
	margin-top:35px;
    font-family:微软雅黑;
    font-size:24px;
    color:#57A6F8;
    color:#1C1C1C;
    font-weight:bold;
	letter-spacing:2px;
	width:1050px;
}

.yzxx-list{
	margin:0 auto;
	width:1050px;
}

.yzxx-tools{
	margin:0 auto;
	margin-top: 56px;
	height:59px;
	width:1050px;
}

.yzxx-input{
	float:left;
	width:445px;
	height:59px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url("image/yzxx-input.png");
	background-repeat: no-repeat;
}

.yzxx-input input{
	border:0;
	border-style:none;
	width:437px;
	height:51px;	
    font-family:微软雅黑;
    font-size:18px;	
	border:0px solid black;	
	outline:none;
}

.yzxx-search{
	float:left;
	width:176px;
	height:59px;
	cursor:pointer;
	margin-left:25px;
	background-image: url("image/yzxx-search.png");
	background-repeat: no-repeat;	
}

.yzxx-new{
	float:right;
	width:211px;
	height:59px;
	background-image: url("image/yzxx-new.png");
	background-repeat: no-repeat;	
}

.yzxx_table{
	margin:0 auto;
	margin-top: 64px;
	margin-bottom: 28px;	
	width:1050px;
}

.yzxx-td-input{
	width:228px;
	height:87px;	
	color:#000000;
	text-align: right;
	vertical-align: middle;
    font-family:微软雅黑;
    font-size:24px;	
}

.inputwidth{
	width:366px;
}

.inputlongwidth{
	width:734px;
}

.areawidth{
	width:734px;
	height:300px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.yzxxnewtools{
	margin:0 auto;
	width:1050px;
	height:133px;
	padding-bottom: 90px;
}

.yzxxnewbtn{
	width:454px;
	height:59px;
	margin:0 auto;
}

.yzxxresetbtn{
	float:left;
	width:176px;
	height:59px;
	background-image: url("image/yzxxreset.png");
	background-repeat: no-repeat;	
}

.yzxxresetbtn:HOVER{
	opacity:0.6; 
    filter: alpha(opacity=60);	
 }

.yzxxcommitbtn{
	float:left;
	width:176px;
	height:59px;
	margin-left:100px;
	background-image: url("image/yzxxcommit.png");
	background-repeat: no-repeat;	
}

.yzxxcommitbtn:HOVER{
	opacity:0.6; 
    filter: alpha(opacity=60);	
 }

.yzxx-td-title{
	width:228px;
	color:#FFFFFF;
	background-color: #6FB650;
	text-align: center;
	vertical-align: middle;
    font-family:微软雅黑;
    font-size:18px;	
}

.yzxx-td-std{
	height:57px;
}


.yzxx-td-value-left{
	width:455px;
	text-align: center;
	vertical-align: middle;
    font-family:微软雅黑;
    font-size:18px;	
}

.yzxx-td-value-right{
	text-align: center;
	vertical-align: middle;
    font-family:微软雅黑;
    font-size:18px;	
}

.yzxx-td-value-note{
	text-align: left;
	vertical-align: middle;
    font-family:微软雅黑;
    font-size:18px;		
}

.yzxx-bottom{
	margin:0 auto;
	margin-top: 40px;
	margin-bottom: 40px;	
	width:1050px;
	height:59px;
}

.yzxx-more{
	width:445px;
	height:59px;
	margin: 0 auto;
	background-image: url("image/yzxx-more.png");
	background-repeat: no-repeat;	
}

.yzxx-more:HOVER{
	opacity:0.4; 
    filter: alpha(opacity=40);	
 }

.main-menu{
	position: absolute;
	left:1280px;
	top:35px;
	width: 200px;
    height: 350px;
    background-color:white;
    padding-top:20px;
	box-shadow:3px 2px 4px #000;
}

.menu-item-one{
	display: block;
	width:150px;
	height:35px;
	text-align: center;
	vertical-align: middle;
	color: black;
    font-family:微软雅黑;
	font-size:32px;
	margin-left:25px;
	margin-bottom:30px;
	background-image: url("image/menuitem-split.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

.menu-item-one:HOVER{
	color: #4FB55D;
}

.video-vplay{
	width:100%;
}