/* CSS Document */

/*common*/

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.bg {
  background: #fff;
}

/**/

.banner a {
  height: 647px;
  display: block;
}

/*首页动画样式*/

.fullSlide {
  width: 100%;
  position: relative;
  height: 647px;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 647px;
  overflow: hidden;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
}

.fullSlide .bd li a {
  display: block;
  height: 647px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  height: 30px;
  line-height: 30px;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100px;
  height: 8px;
  margin: 1px;
  overflow: hidden;
  background: #fff;
  line-height: 999px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border-radius: 5px;
}

.fullSlide .hd ul .on {
  background: #106d3e;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 5%;
  z-index: 1;
  width: 40px;
  height: 60px;
  cursor: pointer;
  filter: alpha(opacity=70);
  opacity: 0.7;
  display: none;
  width: 73px;
  height: 73px;
}

.fullSlide .prev {
  background: url(../image/left1s.png) no-repeat;
}

.fullSlide .next {
  left: auto;
  right: 5%;
  background: url(../image/right1s.png) no-repeat;
}

/**/

.pro {
  padding-top: 119px;
  height: 563px;
  background: #f2f2f2;
  font-family: "Microsoft Yahei";
}

.pro h2 {
  text-align: center;
  height: 154px;
  text-align: center;
  background: url(../image/pro_09.jpg) no-repeat center 114px;
  font-weight: normal;
  opacity: 0;
}

.pro h2 span {
  display: block;
  padding-top: 28px;
  color: #666666;
  font-size: 18px;
}

.pro-c {
  height: 277px;
}

.pro-c ul li {
  float: left;
  position: relative;
  margin-right: 10px;
  font-size: 0;
  line-height: 0;
}

.pro-c ul .none {
  margin-right: 0;
}

.pro-c ul li em {
  display: block;
  font-style: normal;
  position: absolute;
  top: 23px;
  left: 20px;
  display: block;
  font-size: 14px;
  color: #333;
}

.pro-c ul li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/tm.png) repeat;
  width: 290px;
  padding-top: 60px;
  height: 136px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: none;
}

.pro-c ul li b {
  display: block;
  font-weight: normal;
  line-height: 16px;
}

.pro-c ul li i {
  display: block;
  width: 36px;
  height: 35px;
  background: url(../images/pr.png) repeat;
  margin: 18px auto 0;
}

.pro-c ul li a {
  width: 290px;
  height: 198px;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 5;
}

.pro-c ul li img {
  width: 290px;
  height: 196px;
  display: block;
}

.pro-c ul li q {
  -webkit-transition: opacity 0s ease, -webkit-transform 0s ease, border 0s ease;
  -moz-transition: opacity 0s ease, -moz-transform 0s ease, border 0s ease;
  -o-transition: opacity 0s ease, -o-transform 0s ease, border 0s ease;
  transition: opacity 0s ease, transform 0s ease, border 0s ease;
  webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 36px;
  height: 35px;
  border: 2px solid rgba(245, 245, 245, 0.38);
  opacity: 1;
  visibility: hidden;
}

.pro-c ul li a i q.cur {
  visibility: visible;
  opacity: 0;
  -webkit-transform: scale(1.3);
  -mox-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.pro-nav {
  width: 100%;
}

.pro-nav ul {
  text-align: center;
}

.pro-nav ul li {
  background: url(../image/cz_05.png) no-repeat;
  width: 13px;
  height: 13px;
  margin: 0 12px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.pro-nav ul li:hover,
.pro-nav ul li.cur {
  background: url(../image/cz_03.png) no-repeat;
}

/**/

.tl {
  padding-top: 119px;
  background: url(../image/tlbj.jpg) no-repeat center 0;
  height: 682px;
  font-family: "Microsoft Yahei";
}

.tl h2 {
  text-align: center;
  height: 150px;
  text-align: center;
  background: url(../image/pro_09.jpg) no-repeat center 114px;
  font-weight: normal;
  opacity: 0;
}

.tl h2 span {
  display: block;
  padding-top: 28px;
  color: #fff;
  font-size: 18px;
}

.tl-t {
  padding-left: 140px;
  height: 382px;
}

.tl ul li {
  float: left;
  width: 64px;
  background: url(../image/tl9.jpg) no-repeat center 86px;
  text-align: center;
  margin-right: 220px;
  height: 202px;
}

.tl ul li.cur {
  background: url(../image/tl18.png) no-repeat center 86px;
}

.tl ul li em {
  display: block;
  height: 52px;
  margin-bottom: 8px;
}

.tl ul li a {
  color: #fff;
  font-size: 16px;
}

.tl ul li a:hover {
  color: #22e181;
  text-decoration: none;
}

.tl ul li.l1 a em {
  background: url(../image/tl1.png) no-repeat center 0;
}

.tl ul li.l2 a em {
  background: url(../image/tl2.png) no-repeat center 0;
}

.tl ul li.l3 a em {
  background: url(../image/tl3.png) no-repeat center 0;
}

.tl ul li.l4 a em {
  background: url(../image/tl4.png) no-repeat center 0;
}

.tl ul li.l5 a em {
  background: url(../image/tl5.png) no-repeat center 0;
}

.tl ul li.l6 a em {
  background: url(../image/tl6.png) no-repeat center 0;
}

.tl ul li.l7 a em {
  background: url(../image/tl7.png) no-repeat center 0;
}

.tl ul li.l8 a em {
  background: url(../image/tl8.png) no-repeat center 0;
}

.tl ul li.l1 a:hover em {
  background: url(../image/tl9.png) no-repeat center 0;
}

.tl ul li.l2 a:hover em {
  background: url(../image/tl17.png) no-repeat center 0;
}

.tl ul li.l3 a:hover em {
  background: url(../image/tl11.png) no-repeat center 0;
}

.tl ul li.l4 a:hover em {
  background: url(../image/tl12.png) no-repeat center 0;
}

.tl ul li.l5 a:hover em {
  background: url(../image/tl13.png) no-repeat center 0;
}

.tl ul li.l6 a:hover em {
  background: url(../image/tl14.png) no-repeat center 0;
}

.tl ul li.l7 a:hover em {
  background: url(../image/tl15.png) no-repeat center 0;
}

.tl ul li.l8 a:hover em {
  background: url(../image/tl16.png) no-repeat center 0;
}

.tl ul .none {
  margin-right: 0;
}

.tl p {
  display: block;
  width: 123px;
  padding-left: 46px;
  height: 55px;
  border: 1px solid #fff;
  background: url(../images/tl10.png) no-repeat 113px 20px;
  margin: 0 auto;
}

.tl p a {
  color: #fff;
  font-size: 14px;
  display: block;
  height: 55px;
  line-height: 55px;
}

/**/

.cs {
  padding-top: 123px;
  height: 750px;
  background: #f2f2f2;
  font-family: "Microsoft Yahei";
}

.cs h2 {
  text-align: center;
  height: 135px;
  text-align: center;
  background: url(../image/pro_09.jpg) no-repeat center 114px;
  font-weight: normal;
  opacity: 0;
}

.cs h2 span {
  display: block;
  padding-top: 28px;
  color: #666666;
  font-size: 18px;
}

.cs-c {
  height: 450px;
  padding-top: 20px;
}

.cs dl {
  width: 290px;
  float: left;
  margin-right: 10px;
  font-size: 0;
  line-height: 0;
  transition: all 0.2s linear 0s;
}

.cs .none {
  margin-right: 0;
}

.cs dt img {
  width: 290px;
  height: 196px;
}

.cs dd {
  padding: 40px 26px 0 26px;
  height: 146px;
  background: #fff;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

.cs dd span {
  display: block;
  color: #383838;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 20px;
}

.cs dd span a {
  color: #383838;
}

.cs dd em {
  display: block;
  font-style: normal;
  float: right;
  color: #999;
  font-size: 12px;
  background: url(../image/cs_20.jpg) no-repeat 0 2px;
  padding-left: 24px;
}

.cs dl:hover {
  box-shadow: 1px 1px 25px #ccc;
  transform: translate3d(0px, -2px, 0px);
  -webkit-transform: translate3d(0px, -2px, 0px);
  -moz-transform: translate3d(0px, -2px, 0px);
}

.cs-nav {
  width: 100%;
}

.cs-nav ul {
  text-align: center;
}

.cs-nav ul li {
  background-color: #8a8a8a;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin: 0 12px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.cs-nav ul li:hover,
.cs-nav ul li.cur {
  background-color: #cc6302;
}

/**/

.cz {
  padding-top: 122px;
  height: 584px;
  font-family: "Microsoft Yahei";
}

.cz h2 {
  text-align: center;
  height: 138px;
  text-align: center;
  background: url(../image/pro_09.jpg) no-repeat center 114px;
  font-weight: normal;
  opacity: 0;
}

.cz h2 span {
  display: block;
  padding-top: 28px;
  color: #666666;
  font-size: 18px;
}

.cz-c ul li {
  float: left;
  margin-right: 5px;
}

.cz-c ul li a {
  background: url(../image/cz2_03.jpg) no-repeat;
  width: 243px;
  height: 236px;
  display: block;
}

.cz-c ul li a:hover {
  background: url(../image/cz1_03.jpg) no-repeat;
}

.cz-c ul li img {
  display: block;
  width: 139px;
  height: 85px;
  margin: 0 auto;
  padding-top: 72px;
}

.cz-c {
  padding-left: 110px;
  height: 291px;
}

.cz-nav {
  width: 100%;
}

.cz-nav ul {
  text-align: center;
}

.cz-nav ul li {
  background: #8a8a8a;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin: 0 12px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.cz-nav ul li:hover,
.cz-nav ul li.cur {
  background: #cc7400;
}

/**/

.cj {
  background: url(../image/cjbj.jpg) no-repeat center 0;
  height: 577px;
  margin-bottom: 54px;
  font-family: "Microsoft Yahei";
}

.cj-j {
  padding-top: 135px;
  opacity: 0;
}

.cj h4 {
  margin-top: 35px;
  height: 100px;
  background: url(../image/pro_09.jpg) no-repeat 0 69px;
  font-weight: normal;
}

.cj h4 a {
  color: #000000;
  font-size: 27px;
}

.cj h4 a:hover {
  text-decoration: none;
}

.cj p {
  width: 800px;
  display: block;
  color: #666;
  font-size: 15px;
  line-height: 30px;
}

.cj p a {
  display: block;
  margin-top: 50px;
  width: 169px;
  height: 59px;
  border: 1px solid #bfbfbf;
  color: #666666;
  font-size: 14px;
  line-height: 59px;
  text-align: center;
}

/**/

.xg .about_w {
  animation: fadeInUp 16s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  opacity: 1;
}

.xg .caset {
  animation: fadeInUp 16s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  opacity: 1;
}

.xg h2 {
  animation: fadeInUp 16s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  opacity: 1;
}

.xg1 h2 {
  animation: fadeInUp 16s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  opacity: 1;
}

.xg1 ul li:hover img {
  animation: rotateIn 1s;
  -webkit-animation: rotateIn 1s;
  -moz-animation: rotateIn 1s;
}

.xg2 h2 {
  animation: fadeInUp 1s;
  -webkit-animation: fadeInUp 1s;
  -moz-animation: fadeInUp 1s;
  opacity: 1;
}

.xg2 ul li:hover a {
  animation: pulse 1s;
  -webkit-animation: pulse 1s;
  -moz-animation: pulse 1s;
}

.xg3 .cj-j {
  animation: fadeInLeft 1.6s;
  -webkit-animation: fadeInLeft 1.6s;
  -moz-animation: fadeInLeft 1.6s;
  opacity: 1;
}

.xg1 ul li a:hover em {
  animation: flipInY 1s;
  -webkit-animation: flipInY 1s;
  -moz-animation: flipInY 1s;
}

/**/

/*关于*/

.abobox {
  font-family: "Microsoft Yahei";
  line-height: 30px;
  color: #666;
  background: url(http://www.anyfunhome.com/Skins/images/about_pic.jpg)
    no-repeat center 207px;
  overflow: hidden;
}

.abobox .til01 {
  height: 80px;
  margin-bottom: 50px;
  display: block;
}

.about_ge {
  background: url(http://www.anyfunhome.com/Skins/images/ge01.gif) no-repeat
    center 0;
  height: 77px;
  overflow: hidden;
  display: block;
}

.about_ico {
  width: 165px;
  height: 121px;
  border: solid 3px #1171db;
  left: 0;
  top: 83px;
  border-bottom: 0;
}

.about_w {
  height: 345px;
  overflow: hidden;
  text-align: left;
  padding: 0 74px;
  font-size: 14px;
  line-height: 39px;
  margin-top: 70px;
}

.about_w h3 {
  height: 60px;
  overflow: hidden;
  line-height: 40px;
  color: #000000;
  text-align: center;
  font-size: 32px;
}

.about_w h3 a {
  color: #666;
  font-weight: 100;
}

.about_w h4 {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #666;
  text-align: center;
  font-size: 18px;
}

.about_w h4 a {
  color: #666;
  font-weight: normal;
}

.about_w a {
  color: #7b3000;
}

/*企业要闻*/

.case {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}

.case h2 {
  height: 60px;
  overflow: hidden;
  line-height: 40px;
  color: #000000;
  text-align: center;
  font-size: 32px;
  font-weight: inherit;
}

.case h3 {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.case h3 a {
  border: 1px solid #4c8bf4;
  width: 200px;
  display: block;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-weight: normal;
}

.case ul li {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #666;
  text-align: center;
  font-size: 18px;
  width: 100px;
  float: left;
}

.case ul li a {
  color: #666;
  font-weight: normal;
}

.caset {
  height: 50px;
  margin-top: 52px;
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
}

.cp_x {
  width: 100%;
}

.cp_x dl {
  width: 30%;
  float: left;
  margin-left: 3%;
}

.cp_x dl dt {
  height: 255px;
  overflow: hidden;
}

.cp_x dl dd {
  font-size: 16px;
  font-weight: bold;
  height: 126px;
  line-height: 25px;
  height: auto;
}

.cp_x dl dd span {
  display: block;
}

.cp_x dl dd span a {
  font-size: 15px;
  height: 50px;
  line-height: 50px;
}

.cp_x dl dd p {
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
}

.cp_x dl dd em {
  font-size: 14px;
  font-weight: normal;
}

.cp_x dl dt a img {
  width: 100%;
}
