@charset "utf-8";
body {
  font-family: "microsoft yahei", Arial;
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
}
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
dl,
dt,
dd,
ol,
th,
td {
  margin: 0px;
  padding: 0px;
}
li {
  list-style-type: none;
}
form,
input,
button,
option,
textarea,
select {
  margin: 0px;
  padding: 0px;
}
input,
button,
textarea,
select {
  font: 100% Tahoma, Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  blr: expression(this.onFocus=this.blur());
  color: #272727;
  font-family: "microsoft yahei";
}
span {
  font-family: "microsoft yahei";
}
p {
  font-size:18px;
}
.header .info p{font-size: 18px;color: #009a44;    line-height: 27px;width: 441px;}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
th {
  font-weight: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
img {
  border: none;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
}
.header {
  width: 1300px;
  margin: 0 auto;
  padding:41px 0 23px;
}
.header:after {
  display: block;
  content: '';
  clear: both;
}
.header .logo {
  float: left;
   margin-top:-14px;
}
.header .info {
  float: left;
  font-size: 16px;
  color: #5c5c5c;
  width: 11px;
  margin-left: 9px;
  line-height: 24px;
      font-weight: bold;
}
.header .info:before {
  display: block;
  float: left;
  width: 1px;
  height: 31px;
  content: "";
  background: #bababa;
  margin-right: 12px;
  margin-top: 10px;
}

.header .tel1{
  float: left;
  margin-left: 393px;
  width: 225px;
  margin-top: -3px;
}
.header .tel1 .iconfont {
  font-size: 30px;
  color: #009a44;
}
.header .tel1 span{
  color: #ababab;
  font-size: 16px;
  line-height: 20px;
  margin-left: 6px;
}
.header .tel1 p{
 font-size: 22px;
 font-weight: bold;
 color: #ff6600;
 margin-left: 34px;
}

.header .tel {
  float: right;
}
.header .tel td {
  vertical-align: top;
}
.header .tel .iconfont {
  font-size: 30px;
  color: #009a44;
}
.header .tel span {
  font-size: 16px;
  color: #ababab;
  line-height: 32px;
}
.header .tel p {
  font-size: 22px;
  font-weight: bold;
  color: #ff6600;
}
.nav {
  width: 100%;
  height: 54px;
  background: #009a44;
}
.nav ul {
  width: 1300px;
  margin: 0 auto;
}
.nav ul:after {
  display: block;
  content: '';
  clear: both;
}
.nav ul li {
  width: 255px;
  text-align: center;
  height: 54px;
  line-height: 54px;
  float: left;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.nav ul li a {
  font-size: 18px;
  color: #FFFFFF;
}
.nav ul li:hover {
  background: #009a44;
}
.nav ul li:hover, .nav ul li.on{
	background: #009a44;
}

.banner {
  position: relative;
  width: 100%;
  height: 479px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 479px !important;
}
.banner .bd ul li {
  width: 100% !important;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 479px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul li {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  background: rgba(255, 168, 0, 0.6);
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.banner .hd .on {
  background: #cd9a00;
}
.content {
  width: 1200px;
  margin: 40px auto;
}
.content:before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
}
.tit_name {
  width: 100%;
  height: 33px;
  background: url(../images/tit.png) no-repeat center center;
  margin-top: 45px;
}
.sort ul {
  margin: 0 -10px;
}
.sort ul:after {
  display: block;
  content: '';
  clear: both;
}
.sort ul li {
  width: 284px;
  height: 191px;
  text-align: center;
  position: relative;
  float: left;
  margin: 0 10px;
}
.sort ul li .info {
  width: 100%;
  height: 100%;
  background: #009a44;
  padding-top: 23px;
  backface-visibility: hidden;
  -ms-transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sort ul li .info .iconfont {
  font-size: 75px ;
  color: #FFFFFF;
}
.sort ul li .info p {
  font-size: 22px;
  color: #FFFFFF;
  margin-top: 20px;
}
.sort ul li .info span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.sort ul li .link {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.sort ul li .link .photo {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
}
.sort ul li .link .photo img {
  width: 100%;
  height: 100%;
}
.sort ul li .link .photo:before {
  display: block;
  content: "";
  background: rgba(26, 26, 26, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sort ul li .link dl {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  padding: 74px 15px 0;
  height: 100%;
  top: 0;
  left: 0;
}
.sort ul li .link dl dd {
  display: inline-block;
  margin: 0 10px;
}
.sort ul li .link dl dd a {
  font-size: 24px;
  color: #FFFFFF;
}
.sort ul li:hover .info {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  z-index: 1;
}
.sort ul li:hover .link {
  z-index: 2;
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}
.sort .phone {
  width: 100%;
  margin-top: 50px;
  height: 40px;
  text-align: center;
  position: relative;
}
.sort .phone p {
  height: 40px;
  line-height: 40px;
  background: #cd9a00 ;
  position: absolute;
  padding: 0 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.sort .phone p span {
  margin: 0 5px;
}
.sort .phone .iconfont {
  font-weight: normal;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 15px;
}
.content_title {
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}
.content_title h3 {
  display: inline-block;
  font-size: 24px;
  color: #191919;
  vertical-align: top;
  line-height: 34px;
}
.content_title h3 span {
  color: #009a44;
}
.content_title p {
  display: inline-block;
  font-size: 14px;
  color: #bbbbbb;
  text-transform: uppercase;
}
.content_title .iconfont {
  font-size: 32px;
  color: #aeaeae;
  margin-right: 10px;
}
.content_title .icon-zhuanjia- {
  font-size: 40px;
  display: inline-block;
  margin-top: -7px;
  margin-right: 0;
}
.about {
  margin-top: 45px;
}
.about .us {
  height: 444px;
  margin-top: 25px;
  background: #009a44;
}
.about .us:after {
  display: block;
  content: '';
  clear: both;
}
.about .us .photo {
  width: 580px;
  height: 100%;
  float: left;
}
.about .us .photo img {
  width: 100%;
  height: 100%;
}
.about .us .txt {
  width: 530px;
  float: left;
  margin-left: 40px;
  padding-top: 40px;
}
.about .us .txt img {
  float: left;
  margin-right: 10px;
}
.about .us .txt > p {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 36px;
}
.about .us .txt ul {
  margin-right: -28px;
  margin-top: 20px;
}
.about .us .txt ul li {
  text-align: center;
  width: 110px;
  background: #FFFFFF;
  float: left;
  line-height: 78px;
  margin-right: 28px;
  height: 78px;
}
.about .us .txt ul li {
  background: #cd9a00;
}
.about .us .txt ul li p {
  font-size: 20px;
  color: #FFFFFF;
  padding-top: 8px;
  line-height: 26px;
  letter-spacing: 5px;
}
.about .us .txt ul li .iconfont {
  font-size: 40px;
  color: #aeaeae;
  vertical-align: middle;
}
.intr {
  text-align: center;
  font-size: 14px;
  color: #808080;
  line-height: 54px;
  margin-bottom: 30px;
}
.team {
  margin-top: 50px;
}
.team:after {
  display: block;
  content: '';
  clear: both;
}
.team ul li {
  float: left;
  height: 289px;
  margin: 0 1px;
}
.team ul li .photo {
  width: 126px;
  height: 289px;
  font-size: 0;
  position: relative;
  overflow: hidden;
  float: left;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.team ul li .photo img {
  width: 238px;
  height: 289px;
  position: absolute;
  left: 50%;
  margin-left: -119px;
}
.team ul li .info {
  width: 400px;
  float: left;
  margin-left: 21px;
  margin-right: 26px;
  display: none;
}
.team ul li .info .p1 {
  font-size: 24px;
  color: #009a44;
  line-height: 44px;
}
.team ul li .info .p1 span {
  font-size: 16px;
  color: #009a44;
  font-weight: bold;
  margin-left: 18px;
}
.team ul li .info .p2 {
  font-size: 18px;
  color: #808080;
  line-height: 40px;
}
.team ul li .info hr {
  border: none;
  width: 33px;
  height: 1px;
  background: #a0a0a0;
  margin: 10px 0;
}
.team ul li .info .p3 {
  font-size: 15px;
  color: #808080;
  line-height: 30px;
  margin-top: 20px;
}
.team ul li .info .more {
  font-size: 12px;
  color: #cd9a00;
}
.team ul li .info .more .iconfont {
  font-size: 12px;
  margin-left: 5px;
}
.team ul li .info .btn {
  display: inline-block;
  width: 108px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 10px;
}
.team ul li .info .btn .iconfont {
  font-size: 18px;
  color: #FFFFFF;
}
.team ul li .info .a1 {
  background: #009a44;
}
.team ul li .info .a2 {
  background: #cd9a00;
}
.team ul li.on .photo {
  width: 238px;
}
.pro {
  margin-top: 40px;
  overflow: hidden;
}
.pro ul li {
  width: 224px;
  height: 177px;
  position: relative;
  margin: 0 10px;
}
.pro ul li .photo {
  width: 224px;
  height: 177px;
  font-size: 0;
  display: block;
}
.pro ul li .photo img {
  width: 100%;
  height: 100%;
}
.pro ul li .name {
  display: block;
  width: 100%;
  text-align: center;
  height: 37px;
  line-height: 37px;
  font-size: 15px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
}
.pro ul li .name:hover {
  background: rgba(1, 120, 188, 0.8);
}
.news {
  margin-top: 40px;
}
.news .hd {
  width: 100%;
  text-align: center;
}
.news .hd ul li {
  display: inline-block;
  margin: 10px;
}
.news .hd ul li a {
  display: block;
  width: 163px;
  height: 37px;
  border: 1px solid #cacaca;
  line-height: 37px;
  font-size: 18px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #343434;
}
.news .hd ul li a:hover {
  background: #009a44;
  border-color: #009a44;
  color: #FFFFFF;
}
.news .bd ul:after {
  display: block;
  content: '';
  clear: both;
}
.news .bd ul li {
  width: 575px;
  height: 100px;
  padding: 29px 0;
  border-bottom: 1px dashed #d2d2d2;
}
.news .bd ul li:nth-child(odd) {
  float: left;
}
.news .bd ul li:nth-child(even) {
  float: right;
}
.news .bd ul li .photo {
  width: 142px;
  height: 100px;
  float: left;
  font-size: 0;
}
.news .bd ul li .photo img {
  width: 100%;
  height: 100%;
}
.news .bd ul li .txt {
  width: 397px;
  padding-right: 10px;
  margin-left: 170px;
}
.news .bd ul li .txt a {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  line-height: 36px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../images/icon.jpg) left center no-repeat;
  padding-left: 15px;
}
.news .bd ul li .txt a:hover {
  color: #009a44;
}
.news .bd ul li .txt p {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  margin-top: 10px;
}
.navigation {
  width: 100%;
  height: 60px;
  background: #009a44;
}
.navigation .cont {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
}
.navigation .cont:after {
  display: block;
  content: '';
  clear: both;
}
.navigation p {
  font-size: 20px ;
  color: #FFFFFF;
  height: 60px;
  line-height: 60px;
  float: left;
  margin-right: 20px;
}
.navigation p span {
  font-size: 14px;
  color: #94cff1;
  text-transform: uppercase;
  margin-left: 5px;
}
.navigation a {
  line-height: 60px;
  display: inline-block;
  margin: 0 34px;
  font-size: 16px;
  color: #FFFFFF;
}
.navigation .top {
  background: #cd9a00;
  border: none;
  outline: none;
  font-size: 20px;
  color: #FFFFFF;
  width: 220px;
  height: 60px;
  cursor: pointer;
  float: right;
}
.footer {
  width: 100%;
  padding: 44px 0;
  background: #f0f0f0;
  min-height: 167px;
}
.footer .foot {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.footer .foot:after {
  display: block;
  content: '';
  clear: both;
}
.footer .foot > p {
  font-size: 16px;
  color: #444444;
  line-height: 45px;
  margin-left: -170px;
  margin-top: -1px;
}
.footer .foot .ewm {
  width: 135px;
  position: absolute;
  right: 0;
  top: 0;
}
.footer .foot .ewm p {
  font-size: 12px;
  color: #808080;
  line-height: 34px;
}
.bread {
  border-color: #e2e2e2;
  border-width: 1px;
  border-style: solid solid dashed solid;
  margin-top: 46px;
  padding: 20px 20px 0;
  height: 84px;
  position: relative;
  margin-bottom: 102px;
}
.bread > p {
  font-size: 14px ;
  color: #5c5c5c;
}
.bread > p a {
  color: #5c5c5c;
}
.bread > p .iconfont {
  font-size: 20px;
  color: #bebebe;
  margin-right: 20px;
}
.bread .name {
  width: 238px;
  height: 86px;
  border: 2px solid #009a44;
  text-align: center;
  position: absolute;
  top: 57px;
  background: #FFFFFF;
  left: 50%;
  margin-left: -12px;
}
.bread .name h3 {
  font-size: 32px;
  color: #191919;
  padding-top: 13px;
}
.bread .name h3 span {
  color: #009a44;
}
.bread .name p {
  font-size: 12px;
  color: #bbbbbb;
  text-transform: uppercase;
}
.fanye {
  margin: 20px 0;
  text-align: center;
}
.fanye a {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  min-width: 16px;
  height: 22px;
  line-height: 22px;
  border: 1px #999 solid;
  background: #fff;
  color: #545454;
}
.fanye a:hover,
.fanye a.on {
  background: #009a44;
  border: 1px #009a44 solid;
  color: #fff;
}
.page .cont {
  margin-top: 30px ;
  line-height: 26px;
}
.yn .tit {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.yn .content_related {
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
  border-bottom: 1px solid #383838;
}
.yn .photo {
  text-align: center;
  width: 100%;
}
.yn .photo img {
  margin: 15px 0;
  max-width: 100%;
}
.yn .content_btn {
  margin: 15px 0;
  line-height: 26px;
  font-size: 14px;
}
.yn .content_btn a {
  color: #666666;
}
.paper {
  width: 1200px;
  margin: 50px auto;
  min-height: 500px;
}
.paper:after {
  display: block;
  content: "";
  clear: both;
}
.side {
  width: 285px;
  float: left;
}
.side .side_c {
  border-style: solid;
  border-width: 0 1px 1px 1px ;
  border-color: #e2e2e2;
}
.side .side_c .tit {
  border-top: 4px solid #009a44;
  border-bottom: 1px solid #e2e2e2;
  height: 56px;
  line-height: 56px;
  margin-bottom: 17px;
}
.side .side_c .tit .iconfont {
  font-size: 20px;
  color: #009a44;
  margin: 0 10px 0px 20px;
}
.side .side_c .tit span {
  font-size: 20px;
  color: #009a44;
}
.side .side_c ul li {
  padding: 0 20px;
  margin: 20px 0;
}
.side .side_c ul li a {
  display: block;
  width: 100%;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 18px;
  color: #444444;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #ebebeb;
}
.side .side_c ul li a:hover {
  background: #009a44;
  color: #FFFFFF;
}

.side .side_c ul li a:hover, .side .side_c ul li a.on{
  background: #009a44;
  color: #FFFFFF;
}


.side .side_p {
  border: 1px solid  #e2e2e2;
  margin-top: 30px;
  padding-bottom: 30px;
}
.side .side_p .tit {
  border-bottom: 1px solid #e2e2e2;
  height: 56px;
  line-height: 56px;
  margin-bottom: 17px;
}
.side .side_p .tit .iconfont {
  font-size: 20px;
  color: #009a44;
  margin: 0 10px 0px 20px;
}
.side .side_p .tit span {
  font-size: 20px;
  color: #009a44;
}
.side .side_p p {
  font-size: 15px;
  color: #5c5c5c;
  padding: 0 36px;
  line-height: 30px;
}
.ny_tit {
  height: 62px;
  line-height: 62px;
  padding: 0 34px;
  background: #f7f7f7;
  font-size: 18px;
  color: #444444;
}
.product,
.page,
.news_list {
  width: 870px;
  float: right;
}

.news_list1{
	width: 870px;
  float: right;
}

.product ul {
  margin-top: 30px;
}
.product ul li {
  height: 52px;
  line-height: 52px;
  list-style: square inside;
  padding-left: 12px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  color: #5c5c5c;
}
.product ul li a {
  color: #5c5c5c;
  font-size: 16px;
}
.product ul li span {
  font-size: 16px;
  float: right;
}
.product ul li:hover {
  color: #009a44;
}
.product ul li:hover a {
  color: #009a44;
}


.product1
{
 width: 870px;
  float: right;
}
.product1 ul {
  margin-top: 30px;
}
.product1 ul li {
  height: 52px;
  line-height: 52px;
  list-style: square inside;
  padding-left: 12px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  color: #5c5c5c;
}
.product1 ul li a {
  color: #5c5c5c;
  font-size: 16px;
}
.product1 ul li span {
  font-size: 16px;
  float: right;
}
.product1 ul li:hover {
  color: #009a44;
}
.product1 ul li:hover a {
  color: #009a44;
}
















.news_list ul li {
  height: 137px ;
  padding: 17px 0;
  border-bottom: 1px solid #e2e2e2;
}
.news_list ul li .photo {
  width: 163px;
  height: 137px;
  float: left;
  font-size: 0;
}
.news_list ul li .photo img {
  width: 100%;
  height: 100%;
}
.news_list ul li .txt {
  margin-left: 192px;
}
.news_list ul li .txt a {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  line-height: 50px;
}
.news_list ul li .txt a:hover {
  color: #009a44;
}
.news_list ul li .txt p {
  font-size: 15px;
  color: #5c5c5c;
  line-height: 24px;
}


.news_list1 ul li {
  height: 137px ;
  padding: 17px 0;
  border-bottom: 1px solid #e2e2e2;
      float: left;
    width: 427px;
}
.news_list1 ul li .photo {
  width: 163px;
  height: 137px;
  float: left;
  font-size: 0;
}
.news_list1 ul li .photo img {
  width: 100%;
  height: 100%;
}
.news_list1 ul li .txt {
  margin-left: 192px;
}
.news_list1 ul li .txt a {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  line-height: 50px;
}
.news_list1 ul li .txt a:hover {
  color: #009a44;
}
.news_list1 ul li .txt p {
  font-size: 15px;
  color: #5c5c5c;
  line-height: 24px;
}
