﻿/* CSS Document */
@charset "utf-8";
@import url("public.css");
@import url("animate.css");
body {}
.main {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: auto; /*overflow:hidden;*/ border-top: solid 2px #C00;
}
.htxt {
  height: auto;
  overflow: hidden;
}
.logo {
  width: 400px;
  height: 130px;
  float: left;
}
.logo img {
  margin-top: 20px;
  max-width: 400px;
}
.teltxt {
  float: right;
  width: 280px;
  height: 105px;
  text-align: right;
  font-size: 16px;
  color: #333;
  margin-top: 30px;
  background-size: 105px;
}
.teltxt b {
  display: block;
  font-size: 32px;
  color: #f30;
  padding-top: 30px;
}
.menu {
  height: 52px;
  margin-top: 10px;
  background: #c00
}
.menu ul {
  height: 52px; /*overflow:hidden;*/ width: 1200px;
  margin: 0 auto;
}
.menu ul li {
  width: 12.5%;
  float: left;
  position: relative;
}
.menu ul li a {
  display: block;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.menu ul li a:hover {
  background: #F21A1B;
  text-align: center;
  color: #fff
}
.menu ul li a.hover {
  background: #F21A1B;
  text-align: center;
  color: #fff
}
.menu ul li div {
  width: 130px;
  height: auto;
  overflow: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  padding: 0px;
  z-index: 999;
  padding-top: 10px;
  display: none;
}
.menu ul li div a {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  height: 35px;
  line-height: 35px;
}
.menu ul li:hover div {
  display: block;
  padding: 10px;
}
.menu ul li div a:hover {
  color: #fff;
  fong-weight: bold
}
.banner {
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}
.banner img {
  width: 100%;
}
.box1 {
  height: 200px;
  overflow: hidden;
  background: url(../images/n1.png) no-repeat center;
  background-size: 100%;
}
.box1-txt {
  height: auto;
  overflow: hidden;
  padding: 30px 0px;
  text-align: center;
  font-size: 22px;
  color: #222
}
.box1-txt p {
  display: block;
  padding: 15px 0px;
  font-size: 18px;
  color: #C00;
  margin-bottom: 15px;
}
.box1-txt em {
  color: #C00;
  font-size: 26px;
}
.box1-txt b {
  color: #c00;
  font-size: 35px;
}
.box1-txt a {
  font-size: 13px;
  padding: 8px 30px;
  background: #c00;
  color: #fff;
  border-radius: 3px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.box1-txt a:hover {
  background: #EE0000
}
.box2 {
  height: auto;
  overflow: hidden;
  padding: 50px 0px;
}
.box2 ul {
  height: auto;
  overflow: hidden;
  padding: 30px 0px;
}
.box2 ul li {
  border: solid 1px #ddd;
  width: 271px;
  float: left;
  margin-right: 36px;
  text-align: center;
  padding-bottom: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  position: relative;
  z-index: 1
}
.box2 ul li img {
  width: 271px;
  height: 198px;
  margin-bottom: 20px
}
.box2 ul li p {
  font-size: 23px;
  color: #000;
  font-weight: bold;
  display: block
}
.box2 ul li p i {
  color: #c00
}
.box2 ul li span {
  display: block;
  padding: 10px 0px;
  text-align: center;
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
}
.box2 ul li em {
  font-size: 13px;
  padding: 8px 30px;
  background: #c00;
  color: #fff;
  border-radius: 3px;
}
.box2 ul li:hover {
  box-shadow: rgb(51, 51, 51) 0px 0px 10px;
}
.box3 {
  height: auto;
  overflow: hidden;
  background: url(../images/box3bg.jpg) no-repeat center fixed;
  text-align: center
}
.box3-1 {
  height: 180px;
  overflow: hidden;
  margin-top: 30px
}
.box3-1 b {
  font-size: 30px;
  color: #fff;
  display: block;
  margin: 40px 0px;
  line-height: 40px
}
.box3-1 span {
  font-size: 16px;
  padding: 12px 30px;
  border: solid 1px #fff;
  color: #fff;
  border-radius: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.box3-1 span:hover {
  background: #c00;
  color: #fff
}
.box3-2 {
  height: auto;
  overflow: hidden;
  margin: 10px 0px 80px;
  padding-top: 30px;
}
.box3-2 ul {
  height: auto;
}
.box3-2 ul li {
  float: left;
  height: auto;
  overflow: hidden;
  margin: 0px 2px 2px 0px;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.box3-2 ul li img {
  width: 100%;
}
.box3-2 ul li:hover {
  box-shadow: rgb(51, 51, 51) 0px 0px 10px;
}
.box4 {
  height: auto;
  overflow: hidden;
  background: #fff;
  margin: 100px 0px 30px
}
.box4-tit {
  height: auto;
  overflow: hidden;
  text-align: center;
}
.box4-tit b {
  font-size: 30px;
  color: #333;
  display: block;
  line-height: 40px;
}
.box4-tit i {
  display: block;
  width: 70px;
  height: 3px;
  background: #F60;
  margin: 10px auto
}
.box4-tit p {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666
}
.box4-tulist {
  height: auto;
  overflow: hidden;
  margin: 30px 0px;
}
.box4-tulist ul {
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
}
.box4-tulist ul li {
  width: 210px;
  height: 280px;
  overflow: hidden;
  float: left;
  margin-right: 37px;
  position: relative
}
.box4-tulist ul li img {
  width: 210px;
  height: 280px;
}
.box4-tulist ul li span {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  z-index: 9;
  width: 210px;
}
.box4-abut {
  margin: 40px auto 0px;
  text-align: center;
  height: 80px;
  padding: 0px
}
.box4-abut a {
  font-size: 16px;
  padding: 15px 30px;
  text-align: center;
  border: solid 1px #f30;
  color: #333;
  border-radius: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.box4-abut a:hover {
  background: #c00;
  color: #fff
}
.box5 {
  height: 600px;
  overflow: hidden;
  background: url(../images/ysbg.jpg) no-repeat center;
}
.box5-left {
  width: 800px;
  height: 600px;
  float: left;
}
.box5-right {
  width: 400px;
  height: 600px;
  float: right;
  background: rgba(0, 0, 0, 0.5)
}
.box5-1 {
  width: 800px;
  height: 300px;
  background: rgba(249, 249, 249, 0.5);
}
.box5-2 {
  height: 300px;
  width: 400px;
  float: left;
  background: rgba(250, 156, 65, 0.5);
}
.box5-3 {
  height: 300px;
  width: 400px;
  float: left;
  background: rgba(55, 107, 203, 0.5);
}
.box5-1-tit {
  height: 60px;
  overflow: hidden;
  padding: 75px 0px 0px 73px;
  font-size: 24px;
  color: #fff
}
.box5-1-tit span {
  display: block;
  height: 2px;
  width: 50px;
  background: #F30;
  margin-top: 10px;
}
.box5-1 p {
  padding: 0px 73px 0px 73px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.box5-1 em {
  display: block;
  background: #F30;
  width: 60px;
  margin-left: 73px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.box5-1 em a {
  width: 60px;
  height: 20px;
  display: block;
  line-height: 20px;
  color: #fff
}
.box5-2 {
  text-align: center;
}
.box5-2 img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-top: 75px
}
.box5-2 b {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff
}
.box5-2 p {
  text-align: center;
  font-size: 12px;
  color: #eee;
  margin-top: 10px;
}
.box5-2 span {
  display: block;
  width: 60px;
  height: 3px;
  background: #333;
  margin: 15px auto;
}
.box5-3 {
  text-align: center;
}
.box5-3 img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-top: 75px
}
.box5-3 b {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff
}
.box5-3 p {
  text-align: center;
  font-size: 12px;
  color: #eee;
  margin-top: 10px;
}
.box5-3 span {
  display: block;
  width: 60px;
  height: 3px;
  background: #333;
  margin: 15px auto;
}
.box5-right ul {
  width: 200px;
  margin: 0px auto;
  height: auto;
  overflow: hidden
}
.box5-right ul li {
  height: 200px;
  overflow: hidden;
  border-bottom: solid 1px #586787;
  text-align: center
}
.box5-right ul li b {
  font-size: 32px;
  color: rgb(255, 179, 106);
  display: block;
  margin-top: 80px;
}
.box5-right ul li p {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 18px;
}
.box6 {
  height: auto;
  overflow: hidden;
  margin: 60px 0px;
}
.box6-tit {
  height: auto;
  overflow: hidden;
  text-align: center;
}
.box6-tit b {
  font-size: 30px;
  color: #333;
  display: block;
  line-height: 40px;
}
.box6-tit i {
  display: block;
  width: 70px;
  height: 3px;
  background: #F60;
  margin: 10px auto
}
.box6-tit p {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666
}
.box6 .list {
  margin-top: 28px;
  height: auto;
  overflow: hidden;
}
.box6 .list ul {
  height: auto;
  overflow: hidden;
}
.box6 .list ul li {
  width: 592px;
  border: 1px solid #d2cac8;
  background: #f5f5f5;
  height: 70px;
  margin-top: 6px;
  float: left;
  margin-left: 6px;
  padding: 23px 0;
  border-top: 3px solid #d9d3d1;
}
.box6 .list ul .li1 {
  margin-right: 0;
}
.box6 .list ul li .left {
  width: 94px;
  border-right: 1px solid #979392;
  height: 70px;
  float: left;
}
.box6 .list ul li .left p {
  width: 60px;
  margin: 0 auto;
  font-size: 25px;
  color: #0044a9;
  font-weight: 700;
  line-height: 35px;
}
.box6 .list ul li .right {
  width: 460px;
  height: 70px;
  float: left;
  margin-left: 15px;
}
.box6 .list ul li .right h6 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.box6 .list ul li .right p {
  font-size: 14px;
  color: #333;
  margin-top: 6px;
  height: 45px;
  overflow: hidden;
}
.box6 .list ul li:hover {
  border-top: 3px solid #f97400;
  background: #fff;
}
.box6 .list ul li:hover .left p {
  color: #f97400;
}
.box6 .list ul li:hover .right h6 {
  color: #f97400;
}
.box6 .more {
  margin-top: 34px;
  text-align: center;
}
.box6-abut {
  margin: 40px auto 0px;
  text-align: center;
  height: 80px;
  padding: 0px
}
.box6-abut a {
  font-size: 16px;
  padding: 12px 50px;
  text-align: center;
  border: solid 1px #f30;
  color: #333;
  border-radius: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.box6-abut a:hover {
  background: #c00;
  color: #fff
}
.flink {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
}
.flink a {
  margin-right: 10px;
}
.footer {
  height: 500px;
  overflow: hidden;
  background: url(../images/lxbg.jpg) no-repeat center;
}
.f-left {
  width: 400px;
  height: 360px;
  float: left;
  margin-top: 100px;
  background: rgb(250, 156, 65);
  text-align: center
}
.f-right {
  width: 800px;
  height: 360px;
  float: left;
  margin-top: 100px;
  background: rgb(55, 107, 203);
  position: relative
}
.f-left span {
  display: block;
  text-align: center;
  margin-top: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff
}
.f-left i {
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 15px auto;
}
.f-left b {
  font-size: 35px;
  color: #fff;
  text-align: center;
  display: block;
  margin-top: 50px;
}
.f-left a {
  display: block;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin: 50px auto;
  border: solid 0px #ddd;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  background: #2D3B59;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.f-left a:hover {
  background: #fff;
  color: #2D3B59
}
.f-lxtit {
  display: block;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  margin: 80px 0px 20px 60px;
}
.f-lxtit i {
  display: block;
  height: 2px;
  width: 60px;
  background: #303;
  margin-top: 30px;
}
.f-lxtxt {
  color: #fff;
  height: auto;
  overflow: hidden;
  margin: 5px 0px 20px 60px;
  display: block;
  clear: both
}
.f-lxtxt em {
  display: block;
  font-size: 18px;
  color: rgb(160, 194, 255);
}
.f-lxtxt p {
  display: block;
  font-size: 26px;
  color: #fff;
  margin-top: 15px;
}
.f-lxtxt span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.f-lxewm {
  font-size: 12px;
  color: rgb(160, 194, 255);
  height: auto;
  overflow: hidden;
  float: right;
  position: absolute;
  right: 60px;
  top: 80px;
  text-align: center
}
.f-lxewm img {
  width: 160px;
  height: 160px;
  margin-bottom: 10px;
}
.footertxt {
  height: auto;
  overflow: hidden;
  text-align: left;
  font-size: 13px;
  color: #666;
  line-height: 30px;
  background: #F6F6F6;
  border-top: solid 1px #ddd;
  padding: 30px 0px;
}
/*内页左右*/
.ncon {
  width: 1200px;
  height: auto;
  padding-bottom: 10px;
  margin: 0 auto
}
.ncon:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.nconr {
  width: 950px;
  float: right;
  border: #dedede 1px solid;
  background: #FFF
}
.nconl {
  width: 234px;
  float: left
}
.MTA {
  margin-top: 0px
}
.MT10 {
  margin-top: 10px;
}
/*内页左侧产品分类*/
.prs {
  width: 234px;
  overflow: hidden;
  background: #FFF
}
.prs .t05 {
  background: #c00;
  height: 63px;
  line-height: 63px;
  padding-left: 25px;
  font-family: "微软雅黑";
  font-size: 22px;
  font-weight: normal;
  color: #FFF
}
.prs .t05_con {
  border: 5px solid #c00;
  width: 224px;
  border-top: 0;
}
.prs li {
  line-height: 52px;
  height: 52px;
  padding-left: 16px;
  border-bottom: 1px dotted #b4b1b1;
}
.prs li.cur a {
  color: #c00
}
.prs li a {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
}
/*左侧联系我们*/
.contactn {
  width: 234px;
  overflow: hidden;
  background: #FFF;
}
.contactn .tits {
  line-height: 38px;
  height: 38px;
  text-align: center;
  background: #c00;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  font-family: "Microsoft YaHei";
}
.contactn .tits a {
  color: #fff;
}
.contactn .tits span {
  color: #F3F3F3;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Microsoft YaHei";
  text-align: center
}
.contactn .subnr {
  border: 1px solid #c00;
  border-top: 0;
  padding: 10px 7px 5px;
  width: 218px;
  overflow: hidden;
}
.contactn .subnr img {
  width: 218px;
}
.contactn .subnr p {
  line-height: 25px;
  overflow: hidden;
}
.contactn .subnr span {
  color: #333;
  font-weight: bold;
}
.contactn .subnr h5 {
  padding-top: 12px;
  line-height: 28px;
  overflow: hidden;
  color: #c00;
  font-size: 14px
}
.tits1 {
  line-height: 38px;
  height: 38px;
  text-align: center;
  background: #c00;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  font-family: "Microsoft YaHei";
}
.tits1 a {
  color: #fff;
}
.tits1 span {
  color: #F3F3F3;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Microsoft YaHei";
  text-align: center
}
.weizhi {
  height: 32px;
  border-bottom: #DDDDDD 1px solid;
  padding: 0 0 0 10px;
}
.weizhi h2 {
  height: 32px;
  float: left;
  padding-left: 20px;
  line-height: 32px;
  font-size: 14px;
  color: #c00;
  display: block
}
.weizhi h3 {
  height: 32px;
  float: right;
  padding-right: 20px;
  text-align: right;
  line-height: 32px;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  display: block
}
.content {
  line-height: 24px;
  font-size: 14px;
  padding: 15px 20px 25px 20px;
  background: #FFF
}
.content img {
  max-width: 920px !important;
  display: block;
  margin: 5px 0px
}
.content p {
  padding-top: 10px;
  line-height: 30px;
  text-indent: 2rem;
}
.content table {
  border-collapse: 0px;
  border-spacing: 0px;
  border: 2px
}
/*服务支持*/
.fwzc {
  width: 232px;
  height: 414px;
  border: 1px solid #ccc;
}
.fwzc h4 {
  margin-left: 18px;
  padding: 1px 0px;
}
.fwzc .fwphone {
  position: relative;
  height: 64px;
  background: url(../images/fwphone.png) no-repeat center;
}
.fwzc .fwphone span {
  position: absolute;
  left: 62px;
  top: 24px;
  font-size: 22px;
  font-weight: bold;
  color: #c00;
}
.fwzc .m_form {
  padding-left: 8px;
  background: #fff
}
.fwzc .m_form li {
  margin-bottom: 4px;
  overflow: hidden;
  position: relative
}
.fwzc .m_form label {
  float: left;
  width: 27px;
  height: 28px;
  border: 1px solid #ccc;
  border-right-width: 0;
  text-align: center;
  background-color: #fff;
}
.fwzc .m_form label img {
  position: relative;
  top: 8px;
}
.fwzc .m_form .ipttxt {
  float: left;
  width: 164px;
  border: 1px solid #ccc;
  height: 16px;
  line-height: 16px;
  padding: 6px 10px;
  outline: none;
  color: #666;
  background-color: #fff;
  font-family: microsoft yahei;
}
.fwzc .m_form .areli label {
  height: 50px;
}
.fwzc .m_form .txtare {
  float: left;
  width: 164px;
  height: 40px;
  line-height: 20px;
  border: 1px solid #ccc;
  outline: none;
  resize: none;
  color: #666;
  padding: 5px 10px;
  background-color: #fff;
  font-family: microsoft yahei;
}
.fwzc .m_form .btnsubmit {
  width: 214px;
  height: 30px;
  cursor: pointer;
  border: none;
  background: url(../images/btnsubmit.png) no-repeat center;
}
.fwzc .m_form span {
  position: absolute;
  right: 10px;
  top: 3px;
  background: none
}
.newslist {
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 15px;
}
.br-content {
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 15px;
}
/*图文列表*/
.nb-nlist {
  height: auto;
  overflow: hidden;
  min-height: 200px;
  margin: 0px 15px;
}
.nb-nlist li {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
.nb-nlist li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nb-nlist li h2 {
  padding: 6px 0 14px 0;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
}
.nb-nlist li h2 a {
  font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  color: #C00;
  text-decoration: none;
}
.nb-nlist li h2 a:hover {
  color: #a74700;
}
.nb-nlist li .note b {
  position: relative;
  display: block;
  float: left;
  margin-right: 16px;
  width: 156px;
  height: 104px;
  font-style: normal;
}
.nb-nlist li .note b img {
  min-width: 100%;
  min-height: 105px;
  width: 100%;
  height: 105px;
}
.nb-nlist li .note p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  color: #555;
}
.nb-nlist li .note .info {
  padding-top: 20px;
}
.nb-nlist li .note .info span {
  margin-right: 10px;
  padding-left: 20px;
  color: #777;
  background: url(../images/sprite.gif) no-repeat;
}
.nb-nlist li .note .info .time {
  background-position: 0 -156px;
}
.nb-nlist li .note .info .view {
  background-position: 0 -32px;
}
.nb-nlist li .note .info .comm {
  background-position: 0 4px;
}
.nb-nlist .nodata {
  margin-top: 30px;
  color: #666;
  font-size: 14px;
  line-height: 100px;
  text-align: center;
}
/*内容标题样式*/
.nr-auto {
  height: auto;
  overflow: hidden;
  min-height: 200px;
  margin: 15px 0px;
}
.meta {
  margin: 0px 0 0 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #f0f0f0;
  text-align: center
}
.meta:after {
  clear: none;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.meta h1 {
  margin: 0;
  padding: 0 0 15px 0;
  color: #1f1f1f;
  font-size: 22px;
  line-height: 30px;
}
.meta .meta-info {
  color: #999;
  font-size: 12px;
  line-height: 24px;
}
.meta .meta-info span {
  margin-right: 10px;
  padding-left: 20px;
  color: #777;
  background: url(../images/sprite.gif) no-repeat;
}
.meta .meta-info .time {
  background-position: left -156px;
}
.meta .meta-info .view {
  background-position: left -32px;
}
.meta .meta-info .comm {
  background-position: left 4px;
}
.next-prev-single {
  padding: 10px 0;
  color: #444;
  font-size: 14px;
  overflow: hidden;
}
.next-prev-single p {
  width: 49%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.next-prev-single p a {
  color: #428bca;
  text-decoration: none;
}
.next-prev-single .prev {
  float: left;
}
.next-prev-single .next {
  float: right;
}
.c_imgbox {
  height: auto;
  overflow: hidden;
  margin: 30px 0px;
  text-align: center;
}
.c_imgbox img {
  max-width: 890px; /*IE7和Firefox用*/ width: expression(this.width > 890 ? 890: true); /*IE6用*/ margin: 0px 0px;
}
.xgbox {
  height: auto;
  overflow: hidden;
  margin-top: 0px;
  clear: both;
  margin-bottom: 10px;
}
.xgtitle {
  line-height: 40px;
  border-bottom: solid 1px #ddd;
  font-size: 16px;
  color: #069
}
.xgnlist {
  height: auto;
  overflow: hidden;
  margin: 15px 0px;
}
.xgnlist ul {
  height: auto;
  overflow: hidden;
}
.xgnlist ul li {
  width: 45%;
  float: left;
  line-height: 28px;
  padding-left: 15px;
  background: url(../images/do.jpg) no-repeat left center;
}
.xgnlist ul li a {
  font-size: 13px;
  color: #666;
}
.xgnlist ul li a:hover {
  color: #f30
}
.productlist {
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 15px;
}
.productlist ul {
  overflow: hidden;
}
.productlist li {
  margin-right: 7px;
  margin-top: 22px;
  float: left;
  width: 222px;
  text-align: center;
  border: solid 1px #ddd
}
.productlist li img {
  width: 222px;
  height: 300px;
}
.productlist li h5 {
  margin-left: 0px;
  width: 222px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.productlist li:hover h5 {
  background: #FF4616;
}
.productlist li h5 a {
  color: #333;
}
.productlist li:hover h5 a {
  color: #fff
}
.teamlist {
  height: auto;
  overflow: hidden;
  padding: 25px;
}
.teamlist ul {
  height: auto;
  overflow: hidden;
}
.teamlist ul li {
  width: 418px;
  float: left;
  margin-right: 30px;
  padding: 5px;
  border: solid 1px #ccc;
  margin-bottom: 30px;
}
.teamlist ul li img {
  height: 150px;
  float: left;
  width: 125px;
  margin-right: 15px;
}
.teamlist ul li h5 {
  font-size: 17px;
  color: #333;
  float: right;
  margin-bottom: 10px;
  display: block;
  width: 275px;
}
.teamlist ul li p {
  font-size: 12px;
  color: #666;
  line-height: 24px;
}