﻿@charset "utf-8";

/* CSS Document */


/* 轮播图css */

.slideBox {
  width: 100%;
  position: relative;
  max-width: 1920px;
  margin: auto;
}

.slideBox .hd {
  height: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 27px;
  z-index: 1;
  text-align: center;
  margin-left: 45%;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 9px;
  width: 45px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  background: rgba(0, 0, 0, .2);
  cursor: pointer;
  border-radius: 50px;
}

.slideBox .hd ul li.on {
  background: #fff;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  z-index: 0;
  height: 731px;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  display: block;
  height: 731px;
}

.slideBox .bd li a {
  display: block;
  height: 100%;
}

.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

.slideBox .prev,
.slideBox .next {
  position: absolute;
  z-index: 1;
  display: block;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #f0f0f0;
  line-height: 1;
  padding: 15px;
}

.slideBox .prev svg,
.slideBox .next svg {
  width: 40px;
  height: 40px;
  fill: #333;
}

.slideBox .next {
  left: auto;
  right: 30px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}


/*搜索区css*/

.suosuo {
  height: 81px;
  background: #f2f2f2;
}

.suosuo .guangjiangchi img {
  float: left;
  margin-right: 10px;
  margin-top: 30px;
}

.suosuo .guangjiangchi p {
  float: left;
}

.suosuo .guangjiangchi p span {
  font-size: 14px;
  color: #555555;
  font-weight: 700;
  line-height: 81px;
  margin-right: 8px;
}

.suosuo .guangjiangchi p a {
  color: #8a8a8a;
  padding: 0 5px;
  font-size: 14px;
}

.suosuo .guangjiangchi p .hg:before {
  content: "/";
  margin: 0 18px;
  color: grey;
}

.suosuo .anniu {
  width: 334px;
  height: 44px;
  border: 2px solid #eee;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  margin-top: 19px;
}

.suosuo .anniu .input {
  width: 240px;
  line-height: 44px;
  float: left;
  border: none;
  border-right: 1px solid #eee;
  padding-left: 26px;
}

.suosuo .anniu .btn {
  width: 54px;
  height: 44px;
  background: url(../images/ydj.jpg) no-repeat 0 8px;
  float: left;
  margin-left: 10px;
}


/*好百年集团css*/

.jitukuobei {
  overflow: hidden;
  padding-bottom: 80px;
  background: url(../images/haobj.jpg) no-repeat center top;
}

.jitukuobei .kuobei_bt {
  text-align: center;
  margin-top: 90px;
}

.jitukuobei .kuobei_bt .bt_one {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}

.jitukuobei .kuobei_bt .bt_one span {
  color: #fe9900;
}

.jitukuobei .kuobei_bt p {
  color: #979797;
  font-size: 16px;
}

.jitukuobei .kuobei_wenzi {
  text-align: center;
  margin-top: 42px;
}

.jitukuobei .kuobei_wenzi p {
  color: #d1d1d1;
  font-size: 14px;
  padding: 0 133px;
}

.jitukuobei .kuobei_fenlie {
  height: 180px;
  overflow: hidden;
  margin-top: 45px;
}

.jitukuobei .kuobei_fenlie .lie1 {
  width: 299px;
  height: 180px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.kuobei_fenlie .lie1 .img01 {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-top: 11px;
}

.kuobei_fenlie .lie1 .wen01 {
  text-align: center;
  margin-top: 22px;
}

.kuobei_fenlie .lie1 .wen01 p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.kuobei_fenlie .lie1 .wen01 span {
  color: #c5c5c5;
  font-size: 14px;
}

.jitukuobei .gongshishuo {
  height: 412px;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 56px;
}

.jitukuobei .gongshishuo ul {
  height: 412px;
  overflow: hidden;
}

.jitukuobei .gongshishuo ul li {
  height: 206px;
  width: 300px;
  float: left;
}

.jitukuobei .gongshishuo ul li.img02 {
  overflow: hidden;
}

.jitukuobei .gongshishuo ul li.img02 img {
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
}

.jitukuobei .gongshishuo ul li:hover img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.jitukuobei .gongshishuo ul li img {
  width: 100%;
  height: 100%;
}

.jitukuobei .gongshishuo .wen02 {
  background: #fff;
  position: relative;
}

.sanjiao {
  position: absolute;
  top: 56px;
  left: -30px;
  width: 30px;
  height: 24px;
  background: url("../images/sanjiao01.png") no-repeat;
}

.jitukuobei .gongshishuo .wen02:hover .sanjiao {
  background: url("../images/sanjiao02.png") no-repeat;
}

.sanjiao02 {
  position: absolute;
  top: 56px;
  right: -30px;
  width: 30px;
  height: 24px;
  background: url("../images/sanjiao03.png") no-repeat;
  z-index: 99;
}

.jitukuobei .gongshishuo .wen02:hover .sanjiao02 {
  background: url("../images/sanjiao04.png") no-repeat;
}

.jitukuobei .gongshishuo .wen02 .wenzi1 {
  margin-top: 60px;
  width: 235px;
  margin-left: 25px;
  border-bottom: 1px solid #ff9900;
  padding-bottom: 10px;
}

.jitukuobei .gongshishuo .wen02 .wenzi1 p {
  color: #474747;
  font-size: 16px;
}

.jitukuobei .gongshishuo .wen02 .wenzi1 span {
  color: #999999;
  font-size: 14px;
}

.jitukuobei .gongshishuo .wen02 .wenzi2 {
  width: 215px;
  margin-left: 25px;
  margin-top: 10px;
}

.jitukuobei .gongshishuo .wen02 .wenzi2 p {
  color: #999999;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}

.jitukuobei .gongshishuo .wen02 .wenzi2 p span {
  color: #474747;
}

.jitukuobei .gongshishuo .wen02 .wenzi3 {
  margin-top: 60px;
  border-bottom: 1px solid #ff9900;
  padding-bottom: 10px;
  text-align: right;
  margin-right: 25px;
  margin-left: 21px;
}

.jitukuobei .gongshishuo .wen02 .wenzi3 p {
  color: #474747;
  font-size: 16px;
}

.jitukuobei .gongshishuo .wen02 .wenzi3 span {
  color: #999999;
  font-size: 14px;
}

.jitukuobei .gongshishuo .wen02 .wenzi4 {
  margin-right: 25px;
  margin-top: 10px;
  text-align: right;
  overflow: hidden;
}

.jitukuobei .gongshishuo .wen02 .wenzi4 p {
  color: #999999;
  font-size: 14px;
  float: right;
  margin-left: 20px;
}

.jitukuobei .gongshishuo .wen02 .wenzi4 p span {
  color: #474747;
}

.jitukuobei .gongshishuo ul .wen02:hover {
  background: #ff9900;
}

.jitukuobei .gongshishuo ul .wen02:hover p {
  color: #fff;
}

.jitukuobei .gongshishuo ul .wen02:hover span {
  color: #fff;
}

.jitukuobei .gongshishuo ul .wen02:hover .wenzi1 {
  border-bottom: 1px solid #ffbf60;
}

.jitukuobei .gongshishuo ul .wen02:hover .wenzi3 {
  border-bottom: 1px solid #ffbf60;
}

.jitukuobei .gongshishuo ul .wen02:hover .tujiao {
  background: #ff9900;
}


/*好百年简介css*/

.jiaojie {
  height: 1085px;
  overflow: hidden;
  background: url(../images/jiejiebj.jpg) no-repeat center top;
  background-color: #f5f5f5;
}

.jiaojie .jiaojie_bt {
  text-align: center;
  margin-top: 90px;
  background: url(../images/yuanxian02.png) no-repeat center 25px;
}

.jiaojie .jiaojie_bt .bt_one {
  color: #323232;
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
}

.jiaojie .jiaojie_bt .bt_one span {
  color: #fe9900;
}

.jiaojie .jiaojie_bt p {
  color: #555555;
  font-size: 16px;
  line-height: 30px;
}

.jiaojie .jiaojie_nr {
  height: 480px;
  overflow: hidden;
}

.jiaojie .nengrong {
  width: 530px;
  margin-top: 75px;
}

.nengrong .nengrong_bt {
  margin-bottom: 20px;
}

.nengrong .nengrong_bt p {
  color: #323232;
  font-size: 28px;
  font-weight: 700;
}

.nengrong .nengrong_wen {
  margin-bottom: 30px;
}

.nengrong .nengrong_wen p {
  color: #666666;
  font-size: 14px;
  line-height: 32px;
}

.nengrong .nengrong_wen p span {
  border-top: 3px solid #fe9900;
  padding-top: 40px;
}

.nengrong .nengrong_wen a {
  color: #fe9900;
  font-size: 14px;
}

.dianhuan .dian_img img {
  width: 50px;
  float: left;
  height: 50px;
  border-radius: 6px;
  margin-right: 12px;
}

.dianhuan .dian_wen p {
  font-size: 14px;
  line-height: 1;
  color: #999;
  margin-bottom: 5px;
}

.dianhuan .dian_wen span {
  font-size: 24px;
  color: #323232;
  display: inline-block;
  margin-right: 5px;
}

.jiaojie .zhaopia {
  height: 345px;
  width: 634px;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 67px;
}

.geduan {
  width: 36px;
  height: 3px;
  background: #ff9900;
  margin-bottom: 15px;
}


/* 简介滚动图css */

.gunduotu {
  height: 300px;
  margin-top: 50px;
}

.slideGroup {
  text-align: left;
}

.slideGroup .parHd {
  height: 60px;
  background: #fff;
  /*    overflow: hidden;*/
  border-radius: 6px;
}

.slideGroup .parHd ul {}

.slideGroup .parHd ul li {
  float: left;
  cursor: pointer;
  width: 20%;
  height: 60px;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 6px;
  background: url(../images/gegege.jpg) no-repeat right 20px;
}

.zhixiang {
  width: 22px;
  height: 9px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -11px;
}

.slideGroup .parHd ul li.on {
  background: #fe9900;
}

.slideGroup .parHd ul li.on .zhixiang {
  background: url(../images/zhixiang.png) no-repeat;
}

.saojiao01 {
  width: 24px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
}

.slideGroup .parHd ul li .duotu {
  text-align: center;
  display: inline-block;
  padding-top: 12px;
}

.slideGroup .parHd ul li .duotu_img {
  width: 35px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-right: 10px;
  float: left;
}

.slideGroup .parHd ul li .tu_wen02 {
  display: inline-block;
  text-align: left;
  padding-top: 3px;
}

.slideGroup .parHd ul li .tu_wen02 p {
  color: #333333;
  font-size: 16px;
}

.slideGroup .parHd ul li.on .tu_wen02 p {
  color: #fff;
}

.slideGroup .parHd ul li .img02 {
  position: absolute;
  top: 0;
  left: 0;
}

.slideGroup .parHd ul li .img02bai {
  position: absolute;
  top: 32px;
}

.slideGroup .parHd ul li.on .img02bai {
  top: 0;
  left: 0;
}

.slideGroup .parHd ul li.on .img02 {
  top: 32px;
}

.slideGroup .slideBox {
  zoom: 1;
  position: relative;
  border: none;
  height: 205px;
}

.slideGroup .sPrev {
  position: absolute;
  left: -40px;
  top: 85px;
  display: block;
  width: 27px;
  height: 45px;
  background: url(../images/jiejie-jt.png) center center no-repeat;
}

.slideGroup .sNext {
  position: absolute;
  width: 27px;
  height: 45px;
  right: -42px;
  top: 85px;
  display: block;
  background: url(../images/jt-r.png) center center no-repeat #f4f4f4;
}

.slideGroup .parBd {
  margin-top: 30px;
}

.slideGroup .parBd ul li {
  margin-right: 20px;
  float: left;
  _display: inline;
  text-align: center;
}

.slideGroup .parBd ul li .pic {
  text-align: center;
}

.slideGroup .parBd ul li .title {
  line-height: 35px;
}

.slideGroup .parBd ul li .pic img {
  width: 280px;
  height: 205px;
  display: block;
  padding: 2px;
}

.slideGroup .parBd ul li .pic a:hover img {
  border-color: #999;
}


/*产品中心css*/

.chaopi {
  padding-bottom: 60px;
  overflow: hidden;
  background: url("../images/yuanxian.png") no-repeat center 95px;
}

.chaopi .chaopi_bt {
  text-align: center;
  margin-top: 79px;
  margin-bottom: 63px;
}

.chaopi .chaopi_bt p {
  color: #323232;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.chaopi .chaopi_bt p span {
  color: #fe9900;
  font-size: 30px;
  margin: 0 12px;
  line-height: 1;
  position: relative;
  top: -2px;
}

.chaopi .chaopi_bt .cpai_subtitle {
  color: #777;
  font-size: 16px;
  line-height: 35px;
}

.index_pro {
  overflow: hidden;
}

.index_cpfl {
  width: 258px;
  line-height: 30px;
  position: relative;
  z-index: 9;
}

.index_cpfl .ab01 {
  height: 101px;
  width: 258px;
  background: #fe9900;
}

.index_cpfl .ab01 p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 35px;
  font-family: 'Impact Regular';
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 35px;
}

.index_cpfl .ab01 span {
  color: #fff;
  font-size: 18px;
  padding-left: 35px;
  line-height: 39px;
  font-weight: 700;
}

.index_cpfl .ab02 {
  height: 109px;
  width: 258px;
  background: #222;
  /*	border-top: 1px solid #2a2a2a;*/
  /*	margin-top: 15px;*/
}

.index_cpfl .ab02 p {
  color: #999;
  font-size: 14px;
  padding-top: 24px;
  padding-left: 30px;
}

.index_cpfl .ab02 span {
  color: #fff;
  font-size: 25px;
  padding-left: 30px;
}

.conleft {
  width: 258px;
}

.conleft dl {
  padding: 1px 0;
  background: #222;
}

.conleft dl dd {
  position: relative;
  cursor: pointer;
  height: 60px;
  padding-left: 60px;
  background: #222 url(../images/projiantou02.png) no-repeat 30px 24px;
  border-bottom: 1px solid #000;
}

.conleft dl dd:hover {
  background: #fe9900 url(../images/projiantou.png) no-repeat 30px 24px;
}

.conleft dl dd>a {
  color: #cccccc;
  font-size: 16px;
  font-weight: 700;
  float: left;
  line-height: 60px;
  display: block;
  width: 100%;
}

.conleft dl dd.cur a,
.conleft dl dd:hover a {
  color: #fff;
}

.conleft dl dd:hover ul {
  display: block;
}

.conleft dl dd ul {
  display: none;
  position: absolute;
  left: 258px;
  top: 0;
  width: 200px;
  background: #323232;
  z-index: 9999999;
  border: 1px solid #222;
}

.conleft dl dd ul li {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #222;
}

.conleft dl dd ul li:hover {}

.conleft dl dd ul li a {
  padding-left: 25px;
  display: block;
  color: #fff;
}

.conleft dl dd ul li:hover a {
  color: #fe9900;
}

.index_prolist {
  width: 907px;
  overflow: hidden;
}


/*  */


/*  */

.picScroll-left03 {
  width: 100%;
  margin-top: 30px;
  clear: both;
  padding-top: 30px;
}

.picScroll-left03 .bd ul li {
  width: 290px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 13px;
}

.picScroll-left03 .bd ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}

.picScroll-left03 .bd ul li .tit {
  color: #666;
  font-size: 14px;
  padding: 15px;
  text-align: center;
}

.picScroll-left03 .bd ul li * {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.picScroll-left03 .bd ul li .pic {
  width: 290px;
  height: 290px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.picScroll-left03 .bd ul li .pic img {
  max-width: 100%;
}

.picScroll-left03 .bd ul li .cpwen {
  width: 100%;
  background: rgba(0, 0, 0, .6);
  height: 100%;
  position: absolute;
  z-index: 9;
  top: -100%;
  left: 0;
}

.picScroll-left03 .bd ul li .cpwen p {
  display: block;
  width: 163px;
  height: 99px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-right: none;
  border-left: none;
  margin: 57px 0 0 64px;
  background: url(../images/cpzs.png) no-repeat 66px 17px;
  line-height: 150px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.picScroll-left03 .bd ul li:hover .cpwen {
  top: 0;
}


/*

.picScroll-left03 .bd ul li:hover .pic img {

	transform: scale(1.1, 1.1);

	-ms-transform: scale(1.1, 1.1);

	-moz-transform: scale(1.1, 1.1);

	-webkit-transform: scale(1.1, 1.1);

	-o-transform: scale(1.1, 1.1);

}

*/


/*横幅*/

.hengfu {
  width: 100%;
  background: url(../images/shilibj.jpg) no-repeat center top;
  padding: 70px 0;
  overflow: hidden;
}

.hengfu02 {
  width: 550px;
}

.hengfu02 .title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.hengfu02 .title a:hover {
  color: #fff;
}

.hengfu02 .wen pre {
  margin: 0;
  font: 14px Arial, "Microsoft Yahei";
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #ffddaa;
  line-height: 28px;
}

.picScroll-left04 {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.picScroll-left04 .bd ul li {
  width: 260px;
  height: 192px;
  overflow: hidden;
  float: left;
  margin-right: 22px;
}

.picScroll-left04 .bd ul li .pic img {
  width: 260px;
  height: 192px;
}


/*成功案例css*/

.anling {
  height: 953px;
  overflow: hidden;
  background: #f5f5f5 url(../images/anling-bj.jpg) no-repeat center top;
}

.anling .anling_bt {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 40px;
  line-height: 48px;
  background: url(../images/yuanxian.png) no-repeat center 21px;
}

.anling .anling_bt p {
  color: #323232;
  font-size: 36px;
  font-weight: 700;
}

.anling .anling_bt p span {
  color: #fe9900;
  font-size: 35px;
  margin: 0 7px;
}

.anling .anling_bt sapn {
  color: #555555;
  font-size: 16px;
}

.anling .anling_nr {
  height: 653px;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
}


/* 案例滚动css */

.slideGroup01 {
  width: 100%;
  text-align: left;
  margin: 0 0 0 0;
}

.slideGroup01 .parHd {
  height: 68px;
  line-height: 68px;
  margin: 30px 25px 37px 25px;
  background: #f1f1f1;
  position: relative;
}

.slideGroup01 .parHd ul {
  float: left;
  position: absolute;
  height: 68px;
}

.slideGroup01 .parHd ul li {
  float: left;
  text-align: center;
  width: 143px;
  height: 68px;
  cursor: pointer;
}

.slideGroup01 .parHd ul li.on {
  height: 68px;
  background: #fe9900;
}

.slideGroup01 .parHd ul li .anling_one {
  text-align: center;
  display: inline-block;
  height: 68px;
}

.slideGroup01 .parHd ul li .an_img {
  width: 30px;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  float: left;
}

.slideGroup01 .parHd ul li .an_wen {
  display: inline-block;
  text-align: left;
  padding-top: 3px;
}

.slideGroup01 .parHd ul li .an_wen p {
  color: #333333;
  font-size: 16px;
}

.slideGroup01 .parHd ul li.on .an_wen p {
  color: #fff;
}

.slideGroup01 .parHd ul li .an01 {
  position: absolute;
  top: 0;
  left: 0;
}

.slideGroup01 .parHd ul li .an02 {
  position: absolute;
  top: 32px;
}

.slideGroup01 .parHd ul li.on .an02 {
  top: 0;
  left: 0;
}

.slideGroup01 .parHd ul li.on .an01 {
  top: 32px;
}

.slideGroup01 .parHd ul .an_last {
  width: 149px;
}

.slideGroup01 .slideBox {
  zoom: 1;
  position: relative;
}

.slideGroup01 .sPrev,
.slideGroup01 .sNext {
  position: absolute;
  left: 495px;
  top: 431px;
  display: block;
  width: 72px;
  height: 40px;
  background: url(../images/an_jt-z.jpg) center center no-repeat #eeeeee;
}

.slideGroup01 .sNext {
  left: auto;
  right: 495px;
  background: url(../images/an_jt-r.jpg) center center no-repeat #eeeeee;
}

.slideGroup01 .sPrev:hover,
.slideGroup .sNext:hover {
  border-color: #f60;
}

.slideGroup01 .parBd {
  margin: 0 25px 0 25px;
  height: 517px;
}

.slideGroup01 .parBd ul {
  float: left;
  zoom: 1;
}

.slideGroup01 .parBd ul li {
  float: left;
  margin-left: 20px;
}

.slideGroup01 .parBd .an_one {
  float: left;
  height: 383px;
  width: 519px;
  position: relative;
}

.slideGroup01 .parBd .an_one .pic img {
  height: 383px;
  width: 519px;
  display: block;
}

.slideGroup01 .parBd .an_one .title {
  background: rgba(51, 51, 51, 0.5);
  height: 69px;
  width: 519px;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.slideGroup01 .parBd .an_one .title p {
  color: #fff;
  font-size: 16px;
  line-height: 69px;
}

.slideGroup01 .parBd .an_two {
  height: 362px;
  width: 272px !important;
  border: 1px solid #f2f2f2;
  padding: 10px 10px;
}

.slideGroup01 .parBd .an_two .pic {
  background: #f5f5f5;
  height: 200px;
  width: 271px;
}

.slideGroup01 .parBd .an_two .pic img {
  height: 200px;
  width: 271px;
  display: block;
}

.slideGroup01 .parBd .an_two .title {
  width: 272px;
  height: 60px;
  background: url(../images/anlige.jpg) no-repeat left bottom;
}

.slideGroup01 .parBd .an_two .title p {
  color: #333333;
  font-size: 16px;
  line-height: 60px;
  background: url(../images/an_jt.jpg) no-repeat right 24px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 230px;
  padding-right: 30px;
}

.slideGroup01 .parBd .an_two .title01 {
  width: 272px;
  margin-top: 24px;
}

.slideGroup01 .parBd .an_two .title01 p {
  color: #999999;
  font-size: 14px;
  line-height: 21px;
}

.slideGroup01 .parBd .an_two .title01 span {
  border-top: 1px solid #fca900;
  padding-top: 26px;
}

.gunduotu .parBd .tempWrap {
  width: 1200px!important;
}


/*战略合作伙伴css*/

.huobao {
  height: 339px;
  background: #fe9900;
  overflow: hidden;
}

.huobao .huobao_bt {
  text-align: center;
  margin-top: 64px;
}

.huobao .huobao_bt p {
  color: #fff;
  font-size: 26px;
}

.huobao .huobao_bt01 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  height: 30px;
  line-height: 30px;
}

.huobao .huobao_bt01:before {
  content: "";
  position: absolute;
  width: 138px;
  height: 1px;
  top: 50%;
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  ;
  left: 24%;
}

.huobao .huobao_bt01:after {
  content: "";
  position: absolute;
  width: 138px;
  height: 1px;
  top: 50%;
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, to(rgba(255, 255, 255, 0)), from(rgba(255, 255, 255, 1)));
  ;
  right: 24%;
}


/* 图片滚动css */

.picScroll-left {
  position: relative;
  float: left;
  margin-top: 10px;
}

.picScroll-left .hd .prev {
  position: absolute;
  display: block;
  width: 22px;
  height: 33px;
  cursor: pointer;
  background: url(../images/huobao-jtz.png) no-repeat;
  top: 50px;
  left: -30px;
}

.picScroll-left .hd .next {
  position: absolute;
  display: block;
  width: 22px;
  height: 33px;
  cursor: pointer;
  background: url(../images/huobao-jtr.png) no-repeat;
  top: 50px;
  right: -20px;
}

.picScroll-left .bd {
  padding-top: 18px;
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  margin-right: 12px;
}

.picScroll-left .bd ul li .pic {
  text-align: center;
}

.picScroll-left .bd ul li .pic img {
  width: 190px;
  height: 100px;
  display: block;
  padding: 2px;
}

.picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}

.picScroll-left .tempWrap {
  margin: 0 0!important;
}


/*荣誉资质css*/

.royu {
  height: 585px;
  background: url(../images/yuanxian.png) no-repeat center 120px;
  overflow: hidden;
}

.royu .royu_bt {
  text-align: center;
  margin-top: 95px;
}

.royu .royu_bt p {
  color: #323232;
  font-size: 36px;
  font-weight: 700;
  line-height: 55px;
}

.royu .royu_bt p span {
  color: #fe9900;
  font-size: 35px;
  margin: 0 7px;
}

.royu .royu_bt span {
  color: #555555;
  font-size: 16px;
}


/* 图片滚动css */

.picScroll-left01 {
  position: relative;
  float: left;
  margin-top: 10px;
}

.picScroll-left01 .hd .prev {
  position: absolute;
  display: block;
  width: 30px;
  height: 55px;
  cursor: pointer;
  background: url(../images/royu-jtz.png) no-repeat;
  top: 50%;
  left: -14px;
}

.picScroll-left01 .hd .next {
  position: absolute;
  display: block;
  width: 30px;
  height: 55px;
  cursor: pointer;
  background: url(../images/royu-jtr.png) no-repeat;
  top: 50%;
  z-index: 999;
  right: 0;
}

.picScroll-left01 .bd {
  padding: 18px 18px 0 39px;
  margin-top: 32px;
}

.picScroll-left01 .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left01 .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  margin-right: 35px;
}

.picScroll-left01 .bd ul li .pic {
  text-align: center;
}

.picScroll-left01 .bd ul li .pic img {
  width: 189px;
  height: 264px;
  display: block;
  padding: 1px;
  border: 1px solid #eee;
}

.picScroll-left01 .bd ul li .pic a:hover img {
  border-color: #999;
}

.picScroll-left01 .tempWrap {
  margin: 0 0!important;
}


/*新闻问题css*/

.xinwen01 {
  height: 605px;
  overflow: hidden;
}

.xinwen01 .gongshizixu {
  width: 588px;
  height: 470px;
  margin-top: 74px;
}

.gongshizixu .hd {
  height: 30px;
  line-height: 30px;
  padding: 0 10px 5px 20px;
  position: relative;
  border-bottom: 1px solid #d2d2d3;
}

.gongshizixu .hd ul {
  float: left;
  position: absolute;
  left: 0;
  top: -1px;
  height: 32px;
}

.gongshizixu .hd span {
  float: left;
  font-size: 20px;
  padding: 0 10px 0 10px;
  display: block;
}

.gongshizixu .hd ul li {
  float: left;
  cursor: pointer;
  font-size: 18px;
  color: #666666;
  overflow: hidden;
}

.gongshizixu .hd ul li.on {
  height: 35px;
  border-bottom: 2px solid #fe9900;
  color: #fe9900;
}

.gongshizixu .bd ul li .xin_img {
  position: relative;
  overflow: hidden;
  width: 593px;
  height: 159px;
  margin-bottom: 17px;
}

.gongshizixu .bd ul li .xin_img .xw-img {
  position: absolute;
  top: 3px;
}

.gongshizixu .bd ul li .xin_img .tuoti {
  position: absolute;
  right: 0;
  top: 0;
}

.gongshizixu .bd ul li a .xin_wz {
  border-bottom: 1px solid #d2d2d3;
  padding-bottom: 20px;
}

.gongshizixu .bd ul li a .xin_wz p {
  color: #333;
  font-size: 16px;
  padding-bottom: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.gongshizixu .bd ul li a .xin_wz span {
  color: #999;
  font-size: 14px;
}

.gongshizixu .bd ul li a .xin_wz span .lj {
  color: red;
}

.gongshizixu .bd ul li .xin_bt {
  color: #333;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 450px;
}

.gongshizixu .bd ul {
  padding-top: 30px;
  zoom: 1;
}

.gongshizixu .bd li {
  line-height: 24px;
  padding-bottom: 20px;
}

.gongshizixu .bd li .date {
  float: right;
  color: #999;
}


/* 下面是MORE代码，如果不需要删除即可 */

.gongshizixu .arrow {
  position: absolute;
  right: 10px;
  top: 0;
}

.gongshizixu .gd {
  display: block;
  width: 53px;
  height: 22px;
  float: right;
  margin-right: 5px;
  overflow: hidden;
  cursor: pointer;
  font-size: 13px;
}


/*常见问题css*/

.wenti {
  widows: 509px;
  margin-top: 66px;
  overflow: hidden;
}

.wenti .weiti_bt {
  position: relative;
}

.wenti .weiti_bt p {
  color: #666;
  font-size: 18px;
  border-bottom: 3px solid #fe9900;
  width: 109px;
  padding-bottom: 8px;
  margin-bottom: -2px;
}

.wenti .weiti_bt a {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 14px;
}

.wenti .weiti_bt {
  border-bottom: 1px solid #d2d2d3;
  margin-bottom: 18px;
}

.txtScroll-top {
  overflow: hidden;
  position: relative;
  height: 460px;
}

.txtScroll-top .bd {
  height: 460px;
}

.txtScroll-top .tempWrap {
  height: 400px!important
}

.txtMarquee-top .hd {
  height: 30px;
  line-height: 30px;
  padding: 0 10px 5px 20px;
  position: relative;
  border-bottom: 1px solid #d2d2d3;
}

.txtScroll-top .bd {
  padding-top: 30px;
}

.txtScroll-top .infoList li {
  height: 95px;
  width: 509px;
  margin-bottom: 45px;
}

.txtScroll-top .bd .wenti_img {
  width: 142px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.txtScroll-top .bd .wenti_img img {
  width: 100%;
  height: 100%;
  transition: all .8s ease;
  -moz-transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
}

.txtScroll-top .bd .wenti01 {
  float: left;
  width: 347px;
  margin-top: 10px;
}

.txtScroll-top .infoList li:hover .wenti_img img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.txtScroll-top .bd .wenti01 .title02 img {
  float: left;
  margin-right: 12px;
  padding-top: 2px;
}

.txtScroll-top .bd .wenti01 .title02 p {
  color: #333333;
  font-size: 16px;
  line-height: 23px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 288px;
}

.txtScroll-top .bd .note .note_img {
  margin: 12px 12px 0 0px;
  width: 18px;
  float: left;
}

.txtScroll-top .bd .note .note_title {
  padding-top: 9px;
}

.txtScroll-top .bd .note .note_title p {
  color: #999999;
  font-size: 14px;
}


/* 下面是MORE代码，如果不需要删除即可 */

.txtMarquee-top .more1 {
  position: absolute;
  right: 10px;
  top: 0;
}

.txtMarquee-top .more1 a {
  display: block;
  width: 53px;
  height: 22px;
  float: right;
  margin-right: 5px;
  overflow: hidden;
  cursor: pointer;
  padding-top: 13px;
  font-size: 13px;
}


/*友情链接css*/

.yuoqing {
  height: 68px;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  padding: 10px 0;
}

.yuoqing .yuoqing01 {
  height: 68px;
}

.yuoqing .yuoqing01 p {
  color: #333;
  font-size: 18px;
  line-height: 68px;
  display: block;
  width: 200px;
  float: left;
}

.yuoqing .yuoqing01 p span {
  font-size: 15px;
}

.yuoqing .yuoqing01 p .hg {
  padding: 0 8px 0 12px;
}

.yuoqing .yuoqing02 {
  width: 990px;
  float: left;
  padding: 19px 0;
}

.yuoqing .yuoqing02 a {
  line-height: 30px;
  font-size: 14px;
  color: #999;
  padding: 0 5px;
}