/* 初始化CSS */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0 auto;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}
fieldset,
img {
  vertical-align: middle;
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
li {
  list-style-type: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: '微软雅黑', Arial, sans-serif;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
input[type='text'],
input[type='password'],
textarea {
  outline-style: none;
}
textarea {
  resize: none;
  font-family: '微软雅黑', Arial, sans-serif;
}
body {
  color: #666;
  font: 12px 'Microsoft YaHei', Arial, sans-serif;
}
a {
  color: #666666;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}

/*transition*/
.tran200 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tran400 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*网页限定宽度*/
.con_1000 {
  margin: 0 auto;
  position: relative;
  width: 990px;
}
.con_1000:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

/*头部*/
#header {
  width: 100%;
}
#header .top {
  height: 122px;
  background: #fff;
}
#header .logo {
  position: relative;
  float: left;
  margin-top: 29px;
  overflow: hidden;
}
#header .logo i {
  position: absolute;
  left: -155px;
  width: 155px;
  height: 100%;
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.55),
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.55),
    rgba(255, 255, 255, 0)
  );
}
#header .logo:hover i {
  -webkit-transition: all 0.55s linear;
  transition: all 0.55s linear;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

#header .rexian {
  position: absolute;
  top: 9px;
  right: 51px;
}

.nav {
  width: 100%;
  height: 50px;
  border-top: 1px solid #f6f6f6;
  background: #9dd375;
}
.nav ul {
  width: 1000px;
  margin: 0 auto;
  height: 50px;
  /* background: url(../images/home.jpg) left center no-repeat; */
}
.nav ul li {
  float: left;
  height: 50px;
  width: 118px;
}
.nav ul li a {
  display: block;
  color: #028200;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  /* background: url(../images/navlibg.jpg) 90px center no-repeat; */
}
.nav ul li.on a,
.nav ul li a:hover {
  background-image: url(../images/navabg.jpg);
}
.head-active a{
	color:red !important;;
	
}

/*BANNER*/
.fullSlide {
  position: relative;
  width: 100%;
  height: 534px;
}
.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd ul li {
  width: 100% !important;
}
.fullSlide .bd ul li a {
  display: block;
  height: 534px;
  background-position: center;
  background-repeat: no-repeat;
}
.fullSlide .hd {
  width: 990px;
  position: absolute;
  left: 50%;
  margin-left: -495px;
  bottom: 26px;
  text-align: right;
  z-index: 1;
}
.fullSlide .hd ul {
}
.fullSlide .hd ul li {
  margin: 0 6px;
  width: 9px;
  height: 9px;
  background: #b3b3b3;
  border: 1px solid #b3b3b3;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  font-size: 0;
}
.fullSlide .hd .on {
  background: none;
}

/*版权*/
.copyRight {
  width: 100%;
  text-align: center;
  color: #b3b3b3;
  font-family: 'Microsoft YaHei';
  padding-top: 24px;
  padding-bottom: 21px;
  background: #333333;
}
.copyRight div {
  margin-bottom: 10px;
}
.copyRight a {
  color: #b3b3b3;
}
.copyRight .quicklink {
  width: 100%;
  text-align: center;
}
.copyRight .quicklink a {
  padding: 0 7px;
}

/*内页标题*/
.ny_right {
  float: right;
  width: 727px;
  height: auto !important;
  height: 500px;
  min-height: 500px;
  margin-bottom: 120px;
}
.ny_right .title {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #c1d9ce;
  margin-bottom: 40px;
}
.ny_right .title p {
  float: right;
  color: #6c6c6c;
}
.ny_right .title h3 {
  height: 45px;
  display: inline-block;
  float: left;
  color: #000;
  padding-right: 13px;
  font-size: 22px;
}

/*其他*/
#full .qq_info a,
#full .qq_info span {
  display: block;
}
#full .qq_info span {
  width: 86px;
  background: #fff;
  text-align: center;
  padding-top: 6px;
  line-height: 24px;
  border: 1px solid #968f96;
  border-top: none;
}

.single_con {
  margin-top: 20px;
}
.news_con {
  margin-top: 20px;
}
.pro_con {
  margin-top: 20px;
}
