.bgFull {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.vcenter {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.block {
  display: block;
  position: relative;
}
.centerBlock {
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  clear: both;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  z-index: 20;
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  border: 1px solid red;
}
.slick-prev {
  left: 30px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-next {
  right: 30px;
}
[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #ccc;
  border-radius: 0px;
}
.slick-dots li.slick-active button {
  background: #333;
}
.body {
  min-width: 1200px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1220 {
  width: 1220px;
  margin: 0 auto;
}
.home_top {
  background: #fbfbfb;
  height: 30px;
  border-bottom: 1px solid #efefef;
}
.home_top .f-l {
  color: #888888;
  font-size: 12px;
  line-height: 29px;
  background: url(icon1.jpg) no-repeat left center;
  padding-left: 22px;
}
.home_top .f-r a {
  color: #888888;
  font-size: 12px;
  display: inline-block;
  line-height: 29px;
  margin-left: 17px;
  padding-left: 18px;
}
.home_top .f-r .a1 {
  background: url(icon2.jpg) no-repeat left center;
}
.home_top .f-r .a2 {
  background: url(icon3.jpg) no-repeat left center;
}
.home_top .f-r .a3 {
  background: url(icon4.jpg) no-repeat left center;
}
.home_head {
  padding: 19px 0 18px;
}
.home_head .logo {
  display: block;
  float: left;
  height: 55px;
}
.home_head .h_text {
  width: auto;
  float: left;
  margin-top: 28px;
  border-left: 1px dotted #e5e5e5;
  margin-left: 13px;
  padding-left: 10px;
}
.home_head .h_text .d1 {
  color: #666666;
  font-size: 15px;
  margin-top: -5px;
}
.home_head .h_text .d2 {
  margin-top: 6px;
  line-height: 0;
}
.home_head .f-r {
  display: table;
}
.home_head .f-r ul {
  margin-top: 4px;
}
.home_head .f-r ul li {
  margin-left: 16px;
  float: left;
}
.home_head .f-r ul li em {
  display: block;
  float: left;
}
.home_head .f-r ul li .text {
  margin-left: 8px;
  display: table;
  float: left;
}
.home_head .f-r ul li .text h3 {
  color: #706a62;
  font-size: 16px;
}
.home_head .f-r ul li .text .t {
  color: #847e76;
  font-size: 32px;
}
.home_menu {
  background: #544e45; position: relative;
}
.home_menu ul {
  border-left: 1px solid #5c564e;
}
.home_menu ul li {
  border-right: 1px solid #5c564e;
  float: left;
  line-height: 50px; 
  width:16.6%
}
.home_menu ul li a {
  display: block;
  padding: 0 30px;
  color: #fbfbfb;
  font-size: 16px;
  text-align: center;
}.home_menu ul li a i{	display: inline-block;	background: url(ps_icon.png) no-repeat center center;	width: 9px;	height: 5px;	line-height: 5px;		margin-left: 5px;	position: relative;	top: -3px;}.home_menu ul li .navbox{	display: none;	z-index: 10;	position: absolute;	left: 0;	top: 50px;	background: #443f37;	padding: 20px 31px 30px;}.home_menu ul li .navbox a{	display: block;	color: #ada79e;	font-size: 14px;	background: url(ps_icon2.png) no-repeat left 13px;	padding-left: 16px;	padding-right: 0;	line-height: 30px;}.home_menu ul li .navbox a:hover{	background: url(ps_icon3.png) no-repeat left 13px;	color: #e9e5de;}
.home_menu ul li:hover,
.home_menu ul li.cur {
  background: #4b463e;
}
.nav ul > li .nav_con {
  display: none;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -960px;
  width: 1920px;
  background: #eeebe7;
  z-index: 10;
}
.nav ul > li .nav_con ol {
  position: relative;
  /*left: -7px;*/
}
.nav ul > li .nav_con ol:before {
  content: "";
  position: absolute;
  left: 0;
  top: 53px;
  width: 1px;
  height: 252px;
  background: #dddad7;
}
.nav ul > li .nav_con ol li {
  float: left;
  padding: 35px 0;
  text-align: center;
  line-height: 24px;
  position: relative;
  border: 0;
}
.nav ul > li .nav_con ol li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 53px;
  width: 1px;
  height: 252px;
  background: #dddad7;
}
.nav ul > li .nav_con ol li .t {
  margin-top: 6px;
  color: #888888;
  font-size: 12px;
}
.nav ul > li .nav_con ol li .more {
  width: 114px;
  height: 32px;
  background: #b9b9b9;
  border-radius: 2px;
  margin: 30px auto 0;
  padding: 0;
  font-size: 12px;
  line-height: 32px;
}
.nav ul > li .nav_con ol li .more:before {
  display: none;
}
.nav ul > li .nav_con ol li:hover {
  background: #dfdddb;
}
.nav ul > li .nav_con ol li:hover .more {
  background: #29499e;
}
.nav ul > li .nav_con .nav_pro li {
  width: 25%;
}
.nav ul > li .nav_con .nav_pro li .bt {
	display: block;
  color: #544e45;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.nav ul > li .nav_con .nav_pro li .img {
	display: block;
  width: 108px;
  height: 154px;
  margin: 24px auto 0;
  position: relative;
}
.nav ul > li .nav_con .nav_pro li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nav ul > li .nav_con .nav_pro li:hover {
  background: #dfdddb;
}
.nav ul > li .nav_con .nav_pro li:hover .more {
  background: #29499e;
}
.nav ul > li .nav_con .nav_jjfa li {
  width: 16.66666667%;
}
.nav ul > li .nav_con .nav_jjfa li .bt {
  color: #544e45;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.nav ul > li .nav_con .nav_jjfa li .img {
	display: block;
  margin: 20px auto 0;
  width: 163px;
  height: 133px;
  position: relative;
}
.nav ul > li .nav_con .nav_jjfa li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nav ul > li:hover .nav_con {
  display: block;
}
.banner {
  width: 100%;
  margin: 0px auto 0;
  height: 610px;
  position: relative;
  z-index: 1;
}
.banner ul {
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  position: relative;
}
.banner ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 619px;
  display: none;
}
.banner ul li:first-child {
  display: block;
}
.banner .arrow {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 12px;
  line-height: 0;
  text-align: center;
}
.banner .arrow a {
  background: url(arrow1.png) no-repeat center center;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
}
.banner .arrow a.cur {
  background: url(arrow2.png) no-repeat center center;
}
.foot-box {
  width: 100%;
  background: #47443f;
  border-bottom: 1px solid #4d4a46;
}
.foot-box .foot-div {
  padding: 45px 0 40px;
}
.foot-box .foot-div .foot-nav {
  overflow: hidden;
}
.foot-box .foot-div .foot-nav li {
  width: 14.285714285714286%;
  min-height: 180px;
  float: left;
}
.foot-box .foot-div .foot-nav li > a {
  text-align: left;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
.foot-box .foot-div .foot-nav li .foot-navbox {
  margin-top: 10px;
}
.foot-box .foot-div .foot-nav li .foot-navbox a {
  display: block;
  color: #a1a09e;
  font-size: 13px;
  line-height: 30px;
}
.foot-box .foot-div .foot-nav .li1 {
  
}
.foot-box .foot-div .foot-nav .li1 > a {
  text-align: left;
}
.foot-box .foot-div .foot-nav .li1 .foot-navbox {
  margin-left: 0;
}
.foot-box .foot-div .foot-nav .li2 p {
  text-align: right;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
.foot-box .foot-div .foot-nav .li2 span {
  display: block;
  width: 120px;
  height: 120px;
  margin-top: 21px;
  float: right;
}
.foot-box .foot-div .foot-nav .li3 {
  width: 203.417px;
}
.foot-box .foot-div .foot-nav .li3 .foot-navbox {
  margin-left: 46px;
}
.flink{
  width:100%;
  min-height:40px;
  border-top:1px solid #d8d8d8;
  border-bottom:1px solid #d8d8d8;
  margin-bottom:50px;
  color:#989186;
  font-size:14px;
}
.flink_center{
  width:1200px;
  min-height:40px;
  margin:0 auto;
  line-height:40px;
}
.flink_center ul{
  float: left;
  width: 1130px;
}
.flink_center ul li{
  float:left;
  margin-left:30px;
}

.flink_center span{
  float:left;
}
.banquan-box {
  background: #47443f;
}
.banquan-box .banquan {
  padding: 15px 0;
}
.banquan-box .banquan p {
  color: #b9b9b9;
  font-size: 13px;
  line-height: 20px;
  max-width: 50%;
}
.banquan-box .banquan .d1 {
  float: left;
}
.banquan-box .banquan .d2 {
  float: right;
}
.home_con {
  background: url(bg1.jpg) no-repeat center top;
  height: 289px;
}
.home_con ul {
  width: 110%;
  padding-top: 30px;
}
.home_con ul li {
  width: 390px;
  height: 229px;
  position: relative;
  float: left;
  margin-right: 15px;
}
.home_con ul li span {
  display: block;
  width: 390px;
  height: 229px;
  position: relative;
}
.home_con ul li span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_con ul li em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home_con ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 60px 0 0;
}
.home_con ul li .text h3 {
  font-weight: normal;
  color: #ffffff;
  font-size: 22px;
}
.home_con ul li .text .t {
  margin-top: 10px;
  padding: 0 56px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}
.home_con2 {
  padding: 10px 0 35px;
}
.home_con2 .home_tit {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 12px;
  position: relative;
}
.home_con2 .home_tit .bt {
  display: table;
  float: left;
  font-weight: normal;
  color: #333333;
  font-size: 24px;
}
.home_con2 .home_tit .bt i {
  display: inline-block;
  font-family: arial;
  margin-left: 10px;
  text-transform: uppercase;
  color: #aeaeae;
  font-size: 14px;
  font-style: normal;
}
.home_con2 .home_tit .t {
  display: table;
  float: right;
  color: #9f9f9f;
  font-size: 12px;
  padding-top: 10px;
}
.home_con2 .home_tit .saixuan_bt {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.home_con2 .home_tit .saixuan_bt a {
  display: inline-block;
  color: #989186;
  font-size: 14px;
  margin: 0 10px;
  padding-bottom: 12px;
}
.home_con2 .home_tit .saixuan_bt a:hover,
.home_con2 .home_tit .saixuan_bt a.cur {
  color: #726650;
  border-bottom: 2px solid #726650;
}
.home_div2 {
  margin-top: 20px;
}
.home_div2 dt {
  width: 645px;
}
.home_div2 dt .img {
  display: block;
  width: 645px;
  height: 484px;
  position: relative;
}
.home_div2 dt .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_div2 dt .text {
  padding: 15px 20px 0;
  border: 1px solid #d8d8d8;
  border-top: none;
  border-bottom: 3px solid #d8d8d8;
  height: 96px;
}
.home_div2 dt .text .bt {
  display: block;
  color: #333333;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_div2 dt .text .t {
  margin-top: 10px;
}
.home_div2 dt .text .t .s1 {
  display: table;
  float: left;
  color: #525252;
  font-size: 15px;
}
.home_div2 dt .text .t .s2 {
  display: table;
  float: right;
  color: #999999;
  font-size: 13px;
  background: url(icon6.jpg) no-repeat left center;
  padding-left: 12px;
}
.home_div2 dd {
  width: 536px;
  overflow: hidden;
}
.home_div2 dd ul {
  width: 110%;
}
.home_div2 dd ul li {
  float: left;
  width: 258px;
  margin-right: 18px;
  margin-bottom: 37px;
}
.home_div2 dd ul li .img {
  display: block;
  width: 258px;
  height: 194px;
  position: relative;
}
.home_div2 dd ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_div2 dd ul li .text {
  padding: 13px 20px 0;
  border: 1px solid #d8d8d8;
  border-top: none;
  border-bottom: 3px solid #d8d8d8;
  height: 77px;
}
.home_div2 dd ul li .text .bt {
  display: block;
  color: #333333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_div2 dd ul li .text .t {
  margin-top: 5px;
}
.home_div2 dd ul li .text .t .s1 {
  display: table;
  float: left;
  color: #525252;		margin-top: 5px;
  font-size: 15px;
}
.home_div2 dd ul li .text .t .s2 {
  display: table;
  float: right;
  color: #999999;
  font-size: 13px;
  background: url(icon6.jpg) no-repeat left center;
  padding-left: 12px;
}
.home_div2 dd.gcase ul li {
  float: left;
  width: 286px;
  margin-right: 18px;
  margin-bottom: 37px;
}
.home_div2 dd.gcase ul li .img {
  display: block;
  width: 286px;
  height: 194px;
  position: relative;
}
.home_div2 dd.gcase ul li .img img {
	width:100%;
}
.home_con3 {
  background: url(../images/home_bg2.jpg) no-repeat center top;
  height: 535px;
}
.home_con3 .home_tit {
  padding-top: 88px;
}
.home_con3 .home_tit .bt {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}
.home_con3 .home_tit .t {
  margin-top: 10px;
  color: #c1c1c1;
  font-size: 15px;
  text-align: center;
}
.home_con3 .home_div3 {
  margin-top: 78px;
  overflow: hidden;
  padding: 0 73px;
}
.home_con3 .home_div3 ul {
  width: 110%;
}
.home_con3 .home_div3 ul li {
  width: 142px;
  height: 164px;
  float: left;
  margin-right: 10px;
}
.home_con4 {
  background: url(../images/home_bg3.jpg) no-repeat center top;
  height: 598px;
}
.home_con4 .home_tit {
  padding-top: 80px;
}
.home_con4 .home_tit .bt {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.home_con4 .home_tit .t {
  margin-top: 10px;
  color: #828282;
  font-size: 15px;
  text-align: center;
}
.home_con4 .home_div4 {
  margin-top: 46px;
  overflow: hidden;
}
.home_con4 .home_div4 ul {
  width: 110%;
}
.home_con4 .home_div4 ul li {
  margin-right: 3px;
  float: left;
  width: 398px;
}
.home_con4 .home_div4 ul li .img {
  display: block;
  width: 398px;
  height: 242px;
  position: relative;
}
.home_con4 .home_div4 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_con4 .home_div4 ul li .text {
  padding-top: 18px;
}
.home_con4 .home_div4 ul li .text .bt {
  display: block;
  text-align: center;
  color: #444444;
  font-size: 18px;
}
.home_con4 .home_div4 ul li .text .t {
  margin-top: 6px;
  text-align: center;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  padding:0 5px 0 5px
}
.home_con5 {
  background: url(../images/home_bg4.jpg) no-repeat center top;
  height: 563px;
}
.home_con5 .home_tit {
  padding-top: 80px;
}
.home_con5 .home_tit .bt {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.home_con5 .home_tit .t {
  margin-top: 10px;
  color: #828282;
  font-size: 15px;
  text-align: center;
}
.home_con5 .home_div5 {
  background: url(../images/home_bg6.png) no-repeat center 84px;
  width: 1200px;
  margin: 44px auto 0;
  position: relative;
  height: 370px;
}
.home_con5 .home_div5 .home_text {
  width: 220px;
  position: absolute;
}
.home_con5 .home_div5 .home_text .img {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  margin: 0 auto;
}
.home_con5 .home_div5 .home_text .i1 {
  background: url(../images/pic8.png) no-repeat center center;
}
.home_con5 .home_div5 .home_text .i2 {
  background: url(../images/pic9.png) no-repeat center center;
}
.home_con5 .home_div5 .home_text .i3 {
  background: url(../images/pic10.png) no-repeat center center;
}
.home_con5 .home_div5 .home_text .i4 {
  background: url(../images/pic11.png) no-repeat center center;
}
.home_con5 .home_div5 .home_text .bg {
  width: 23px;
  height: 23px;
  background: url(../images/home_bg7.png) no-repeat center center;
  margin: 15px auto;
}
.home_con5 .home_div5 .home_text .bt {
  text-align: center;
  color: #333333;
  font-size: 16px;
}
.home_con5 .home_div5 .home_text .text {
  text-align: center;
  color: #7d7d7b;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
}
.home_con5 .home_div5 .home_text:hover .i1,
.home_con5 .home_div5 .home_text.cur .i1 {
  background: url(../images/pic12.png) no-repeat center center;
}
.home_con5 .home_div5 .home_text:hover .i2,
.home_con5 .home_div5 .home_text.cur .i2 {
  background: url(../images/pic13.png) no-repeat center center;
}
.home_con5 .home_div5 .home_text:hover .i3,
.home_con5 .home_div5 .home_text.cur .i3 {
  background: url(../images/pic14.png) no-repeat center center;
}
.home_con5 .home_div5 .home_text:hover .i4,
.home_con5 .home_div5 .home_text.cur .i4 {
  background: url(../images/pic15.png) no-repeat center center;
}
.home_con5 .home_div5 .t1 {
  left: 76px;
  top: 59px;
}
.home_con5 .home_div5 .t2 {
  left: 358px;
  top: 75px;
}
.home_con5 .home_div5 .t3 {
  right: 350px;
  top: 26px;
}
.home_con5 .home_div5 .t4 {
  right: 76px;
  top: 5px;
}
.home_con6 {
  background: url(home_bg5.jpg) no-repeat center top;
  height: 740px;
}
.home_con6 .home_tit {
  padding-top: 80px;
}
.home_con6 .home_tit .bt {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.home_con6 .home_tit .t {
  margin-top: 10px;
  color: #828282;
  font-size: 15px;
  text-align: center;
}
.home_con6 .home_div6 {
  margin-top: 38px;
  overflow: hidden;
}
.home_con6 .home_div6 ul {
  width: 110%;
}
.home_con6 .home_div6 ul li {
  float: left;
  width: 387px;
  margin-right: 20px;
}
.home_con6 .home_div6 ul li .img {
  display: block;
  width: 387px;
  height: 227px;
  position: relative;
}
.home_con6 .home_div6 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width:387px;
  height: 227px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_con6 .home_div6 ul li .text {
  padding-top: 8px;
    padding-bottom: 8px;
	border-bottom:1px dotted #cccccc;

}
.home_con6 .home_div6 ul li .text .bt {
  display: block;
  color: #202020;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_con6 .home_div6 ul li .text span {
  margin-top: 10px;
  display: block;
  color: #999999;
  font-size: 14px;
}
.home_con6 .home_div6 ul li .text .t {
  margin-top: 10px;
  color: #666666;
  font-size: 13px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

.home_con6 .home_div6a {
  margin-top: 38px;
  overflow: hidden;
}
.home_con6 .home_div6a ul {
  width: 110%;
}
.home_con6 .home_div6a ul li {
  float: left;
  width: 387px;
  margin-right: 20px;
}
.home_con6 .home_div6a ul li .img {
  display: block;
  width: 387px;
  height: 227px;
  position: relative;
}
.home_con6 .home_div6a ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_con6 .home_div6a ul li .text {
  padding-top: 8px;
    padding-bottom: 8px;
	border-bottom:1px dotted #cccccc;
	background: url(inc.jpg) no-repeat 2px 17px;
	text-indent: 0.5cm

}
.home_con6 .home_div6a ul li .text .bt {
  display: block;
  color: #202020;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_con6 .home_div6a ul li .text span {
  margin-top: 10px;
  display: block;
  color: #999999;
  font-size: 14px;
}
.home_con6 .home_div6a ul li .text .t {
  margin-top: 10px;
  color: #666666;
  font-size: 13px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

.home_con7 {
  padding: 43px 0 39px;
}.home_con7 .home_div7 span {  display: table;  float: left;  color: #444444;  font-size: 13px;  font-weight: none;}.home_con7 .home_div7 .lianjie {  float: right;  width: 1118px;  margin-top: 1px;}.home_con7 .home_div7 .lianjie a {  display: inline-block;  float: left;  color: #555555;  font-size: 15px;  margin-right: 30px;}
/*.home_con7 .home_div7 {
  width: 1050px;
  margin: 0 auto;
}
.home_con7 .home_div7 a {
  display: block;
  width: 132px;
  height: 40px;
  float: left;
  position: relative;
}
.home_con7 .home_div7 a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_con7 .home_div7 button {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  border: none;
}
.home_con7 .home_div7 .slick-prev {
  left: -75px;
  background: url(left.jpg) no-repeat center center;
}
.home_con7 .home_div7 .slick-next {
  right: -75px;
  background: url(right.jpg) no-repeat center center;
}*/
.about_con {
  background: url(about_1.jpg) no-repeat center top;
  height: 651px;
}
.about_con .w1200 {
  position: relative;
  height: 651px;
}
.about_con .w1200 .play-btn01{
  display: block;
  width:82px;
  height:82px;
  margin: 40px auto 0;
}
.about_con .home_tit {
  padding-top: 155px;
}
.about_con .home_tit .bt {
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: normal;
}
.about_con .home_tit .t {
  margin-top: 10px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.about_con .text {
  padding: 20px 170px 0;
}
.about_con .text .t {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.about_con .text .more {
  position: absolute;
  left: 50%;
  bottom: 108px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
}
.about_con2 {
  background: #FFFFFF;
  padding-bottom: 94px;
  height: auto;
}
.about_con2 .home_div4 ul li {
  width: 380px;
  margin-right: 30px;
}
.about_con2 .home_div4 ul li .img {
  width: 380px;
  height: 232px;
}
.about_con2 .home_div4 ul li .text .bt {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.about_con2 .more {
  display: block;
  width: 200px;
  height: 38px;
  border: 1px solid #c7c7c7;
  text-align: center;
  line-height: 36px;
  color: #939393;
  font-size: 14px;
  margin: 50px auto 0;
}
.about_con3 {
  background: url(about_2.jpg) no-repeat center top;
  height: 571px;
}
.about_con3 .about_div3 dl {
  padding-top: 100px;
}
.about_con3 .about_div3 dl dt {
  width: 612px;
  height: 371px;
  background: url(about_bg1.png) no-repeat right bottom;
}
.about_con3 .about_div3 dl dt img {
  width: 592px;
  height: 352px;
}
.about_con3 .about_div3 dl dd {
  width: 522px;
  padding-top: 25px;
}
.about_con3 .about_div3 dl dd h4 {
  font-weight: normal;
  color: #333333;
  font-size: 22px;
}
.about_con3 .about_div3 dl dd h3 {
  margin-top: 10px;
  font-weight: normal;
  color: #333333;
  font-size: 30px;
}
.about_con3 .about_div3 dl dd .t {
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
  height: 156px;
  overflow: hidden;
  line-height: 26px;
}
.about_con3 .about_div3 dl dd .more {
  margin-top: 40px;
  display: block;
  width: 148px;
  height: 36px;
  border: 1px solid #a6a6a6;
  text-align: center;
  line-height: 34px;
  color: #898989;
  font-size: 15px;
}
.about_con4 {
  background: url(about_3.jpg) no-repeat center top;
}
.about_con4 .about_div3 dl dt {
  background: url(about_bg2.png) no-repeat left bottom;
}
.about_con4 .about_div3 dl dt img {
  float: right;
}
.about_con4 .about_div3 dl dd h4 {
  color: #fff;
  font-size: 30px;
}
.about_con4 .about_div3 dl dd h4 i {
  font-style: normal;
  color: #a7a5a2;
  font-size: 22px;
  text-transform: uppercase;
  font-family: arial;
  display: inline-block;
  margin-left: 10px;
}
.about_con4 .about_div3 dl dd h3 {
  color: #d6d5d4;
  font-size: 20px;
  line-height: 26px;
}
.about_con4 .about_div3 dl dd .t {
  color: #d8d7d6;
  height: 104px;
}
.about_con4 .about_div3 dl dd .more {
  margin-top: 53px;
  border: 1px solid #aba7a4;
  color: #aba7a4;
}
.tc_about {
  display: none;
  position: fixed;
  z-index: 99;
  background: url(about_icon1.png);
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  text-align: center;
}
.tc_about .box {
  background: #fff;
  width: 1200px;
  height: 650px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
.tc_about .box .guanbi {
  position: absolute;
  right: 0;
  top: -44px;
  width: 49px;
  height: 44px;
  cursor: pointer;
}
.tc_about .box .tc_con {
  margin-top: 50px;
}
.tc_about .box .tc_con .tc_img {
  width: 1044px;
  height: 528px;
  margin: 0 auto;
}
.tc_about .box .tc_con .tc_img span {
  display: block;
  width: 1044px;
  height: 528px;
  position: relative;
}
.tc_about .box .tc_con .tc_img span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tc_about .box .tc_con .tc_img button {
  width: 22px;
  height: 39px;
  margin-top: -19.5px;
  border: none;
}
.tc_about .box .tc_con .tc_img .slick-prev {
  left: -46px;
  background: url(tc_left.png) no-repeat center center;
}
.tc_about .box .tc_con .tc_img .slick-next {
  right: -46px;
  background: url(tc_right.png) no-repeat center center;
}
.tc_about .box .tc_con .tc_text {
  width: 1044px;
  margin: 0 auto;
  padding-top: 25px;
}
.tc_about .box .tc_con .tc_text h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  color: #444444;
  font-size: 18px;
}
.tc_about .box .tc_con .tc_text .t {
  margin-top: 10px;
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  height: 44px;
  overflow: hidden;
}
.tc_about .box + i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.case_banner {
  background: url(case1.jpg) no-repeat center top;
  height: 350px;
}
.case_banner .w1200 {
  position: relative;
  height: 350px;
  padding-top: 130px;
}
.case_banner .w1200 .more {
  display: block;
  width: 12px;
  height: 44px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -6px;
}
.case_banner .w1200 h1 {
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 35px;
}
.case_banner .w1200 h2 {
  margin-top: 10px;
  text-transform: uppercase;
  font-family: arial;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
}
.case_con {  padding: 70px 0 60px;}.case_con .home_tit .bt {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  /*background: url(case3.jpg) no-repeat center bottom;

  padding-bottom: 20px;*/
}.case_con .t{	margin-top: 12px;	text-align: center;	color: #666;	font-size: 16px;}.case_sx{	margin-top: 30px;	border: 1px solid #dbdbdb;}.case_sx ul li{	float: left;	width: 100%;	border-bottom: 1px dotted #dbdbdb;}.case_sx ul li:last-child{	border-bottom: none;}.case_sx ul li .bt{	width: 152px;	float: left;	text-align: center;	line-height: 47px;	font-size: 15px;	color: #000;	background: #f9f9f9;}.case_sx ul li .text{	float: left;	width: 1046px;	border-left: 1px solid #dbdbdb;}.case_sx ul li .text a{	display: block;	float: left;	color: #000;	font-size: 15px;	margin: 0 18px;	line-height: 47px;}.case_sx ul li .text a.cur{	color: #29499e;}.case_sx ul li .text a:hover{	color: #29499e;}
.case_con .case_list {
  margin-top: 30px;
  text-align: center;
}
.case_con .case_list span {
  display: inline-block;
  background: url(case4.jpg) no-repeat right 15px;
}
.case_con .case_list span a {
  border-radius: 3px;
  color: #666666;
  font-size: 15px;
  display: block;
  padding: 0 30px;
  line-height: 35px;
}
.case_con .case_list span:last-child {
  background: none;
}
.case_con .case_list span:hover a,
.case_con .case_list span.cur a {
  background: #29499e;
  color: #FFFFFF;
}
.case_con .home_div2 {
  margin-top: 40px;
}
.support_banner {
  background: url(support1.jpg) no-repeat center top;
  height: 480px;
}
.support_banner .w1200 {
  position: relative;
  height: 480px;
  padding-top: 130px;
}
.support_banner .w1200 .more {
  display: block;
  width: 12px;
  height: 44px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -6px;
}
.support_banner .w1200 h1 {
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 35px;
}
.support_banner .w1200 h2 {
  line-height: 22px;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: arial;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
}
.support_banner .w1200 .support_t {
  width: 575px;
  margin: 42px auto 0;
}
.support_banner .w1200 .support_t ul li {
  float: left;
  width: 101px;
  margin: 0 7px;
}
.support_con {
  background: url(support2.jpg) no-repeat center top;
  height: 548px;
}
.support_con dl {
  padding-top: 90px;
}
.support_con dl dt {
  padding-top: 50px;
  width: 500px;
  padding-left: 50px;
}
.support_con dl dt h3 {
  font-weight: normal;
  color: #333333;
  font-size: 35px;
}
.support_con dl dt h3 i {
  font-style: normal;
  color: #a3a3a3;
  font-size: 24px;
  font-family: arial;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
}
.support_con dl dt h4 {
  color: #555555;
  font-size: 22px;
  font-weight: normal;
  margin-top: 12px;
}
.support_con dl dt .t {
  margin-top: 12px;
  color: #666666;
  font-size: 15px;
  line-height: 26px;
}
.support_con dl dd {
  margin-right: 46px;
  width: 586px;
  height: 359px;
  background: url(support_bg1.png) no-repeat right top;
}
.support_con dl dd img {
  width: 566px;
  height: 339px;
  margin-top: 20px;
}
.support_con2 {
  background: url(support3.jpg) no-repeat center top;
  height: 566px;
}
.support_con2 dl {
  padding-top: 83px;
}
.support_con2 dl dt {
  padding-top: 30px;
  width: 512px;
  padding-left: 0;
  padding-right: 32px;
  text-align: right;
}
.support_con2 dl dt h3 {
  font-weight: normal;
  color: #333333;
  font-size: 35px;
}
.support_con2 dl dt h3 i {
  font-style: normal;
  color: #a3a3a3;
  font-size: 24px;
  font-family: arial;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
}
.support_con2 dl dt h4 {
  color: #555555;
  font-size: 22px;
  font-weight: normal;
  margin-top: 12px;
}
.support_con2 dl dt .t {
  margin-top: 12px;
  color: #666666;
  font-size: 15px;
  line-height: 26px;
}
.support_con2 dl dt a {
  margin-top: 30px;
  float: right;
  display: block;
  width: 145px;
  height: 39px;
  background: url(support_bg3.jpg) no-repeat center center;
  line-height: 37px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: left;
  padding-left: 30px;
}
.support_con2 dl dd {
  margin-left: 10px;
  margin-right: 0px;
  width: 605px;
  height: 386px;
  background: url(support_bg2.png) no-repeat left top;
}
.support_con2 dl dd img {
  width: 585px;
  height: 366px;
  margin-top: 20px;
  margin-left: 20px;
}
.support_con3 {
  background: url(support4.jpg) no-repeat center top;
  height: 541px;
}
.support_con3 dl {
  padding-top: 77px;
}
.support_con3 dl dt {
  width: 605px;
  height: 385px;
  margin-left: 44px;
  background: url(support_bg3.png) no-repeat left top;
}
.support_con3 dl dt img {
  width: 585px;
  height: 365px;
  margin: 20px 0 0 20px;
}
.support_con3 dl dd {
  padding-top: 25px;
  width: 493px;
  padding-right: 41px;
  text-align: left;
}
.support_con3 dl dd h5 {
  font-weight: normal;
  color: #797470;
  font-size: 32px;
  font-family: Tahoma;
  text-transform: uppercase;
}
.support_con3 dl dd h4 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: normal;
  margin-top: 5px;
}
.support_con3 dl dd h3 {
  font-weight: normal;
  color: #fff;
  margin-top: 15px;
  font-size: 20px;
}
.support_con3 dl dd .t {
  margin-top: 12px;
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
}
.support_con4 {
  background: url(support_bg4.jpg);
  padding-top: 85px;
  padding-bottom: 65px;
}
.support_con4 .home_tit .bt {
  text-align: center;
  color: #333333;
  font-size: 35px;
  font-weight: normal;
}
.support_con4 .home_tit .t {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  text-align: center;
}
.support_con4 .support_div {
  margin-top: 60px;
}
.support_con4 .support_div .f-l {
  width: 893px;
}
.support_con4 .support_div .f-l ul {
  margin-top: -20px;
}
.support_con4 .support_div .f-l ul li {
  padding: 20px 0 22px;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #d9d9d9;
}
.support_con4 .support_div .f-l ul li .bt {
  color: #444444;
  font-size: 17px;
  background: url(support_bg5.png) no-repeat left 0px;
  line-height: 24px;
  padding-left: 33px;
}
.support_con4 .support_div .f-l ul li .con {
  margin-top: 10px;
  background: url(support_bg6.png) no-repeat left 0;
  padding-left: 33px;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
}
.support_con4 .support_div .f-l ul li:last-child {
  border-bottom: none;
}
.support_con4 .support_div .f-r {
  width: 262px;
}
.support_con4 .support_div .f-r img {
  width: 262px;
  height: 367px;
}
.zcqh_banner {
  width: 100%;
  position: relative;
  height: 700px;
}
.zcqh_banner img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 700px;
  top: 0;
}
.zcqh_con {
  background: url(zcqh1.jpg) no-repeat center top;
  height: 617px;
  padding-top: 90px;
}
.zcqh_con .home_tit .bt {
  text-align: center;
  color: #094454;
  font-size: 45px;
  font-weight: normal;
}
.zcqh_con .home_tit .t {
  margin-top: 10px;
  color: #578283;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.zcqh_con .home_tit .d {
  width: 90px;
  height: 90px;
  border: 4px solid #b9c7c8;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin: 40px auto 0;
  color: #7f8d8e;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 25px;
  font-family: arial;
}
.zcqh_con2 {
  background: url(zcqh2.jpg) no-repeat center top;
  height: 600px;
  padding-top: 183px;
}
.zcqh_con2 .home_tit {
  text-align: right;
}
.zcqh_con2 .home_tit .bt {
  color: #656565;
  font-size: 26px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: normal;
}
.zcqh_con2 .home_tit .wz {
  margin-top: 5px;
  font-weight: normal;
  color: #333333;
  font-size: 40px;
}
.zcqh_con2 .home_tit .t {
  margin-top: 15px;
  color: #525252;
  font-size: 16px;
  line-height: 24px;
}
.zcqh_con3 {
  background: url(zcqh3.jpg) no-repeat center top;
  height: 610px;
  padding-top: 183px;
}
.zcqh_con3 .home_tit {
  text-align: left;
}
.zcqh_con3 .home_tit .bt {
  color: #656565;
  font-size: 26px;
  font-family: arial;
  text-transform: uppercase;
  font-weight: normal;
}
.zcqh_con3 .home_tit .wz {
  margin-top: 5px;
  font-weight: normal;
  color: #333333;
  font-size: 40px;
}
.zcqh_con3 .home_tit .t {
  margin-top: 15px;
  color: #525252;
  font-size: 16px;
  line-height: 24px;
}
.ppq_banner {
  background: url(ppq_banner.jpg) no-repeat center top;
  height: 330px;
}
.ppq_banner .w1200 {
  position: relative;
  height: 330px;
  padding-top: 85px;
}
.ppq_banner .w1200 h1 {	margin-top: 20px;	
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 35px;
}
.ppq_banner .w1200 h2 {
  line-height: 22px;
  margin-top: 10px;
  text-transform: uppercase;
  font-family: arial;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
}
.ppq_banner .w1200 .ppq_t {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ppq_banner .w1200 .ppq_t a {
  display: inline-block;
  padding: 0 25px;
  color: #ffffff;
  font-size: 16px;
  background: url(ppq1.png);
}
.ppq_banner .w1200 .ppq_t a:hover,
.ppq_banner .w1200 .ppq_t a.cur {
  background: #544e45;
}
.ppq_con {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.ppq_con img {
  width: 100%;
  float: left;
}
.contact_banner {  background: url(contact_banner.jpg) no-repeat center top;  height: 750px;}.contact_banner .w1200 {  position: relative;  height: 750px;  padding-top: 95px;}.contact_banner .w1200 h2 {  color: #FFFFFF;  font-weight: normal;  font-size: 70px;  font-family: arial;  text-align: center;}.contact_banner .w1200 h2 i {  font-style: normal;  font-size: 55px;}.contact_banner .w1200 h3 {  text-align: center;  color: #FFFFFF;  font-weight: normal;  font-size: 16px;}.contact_banner .w1200 h4 {  text-align: center;  color: #FFFFFF;  font-weight: normal;  font-size: 22px;  margin-top: 10px;}.contact_banner .w1200 .yingxiao {  margin-top: 35px;  text-align: center;}.contact_banner .w1200 .yingxiao a {  margin: 0 5px;  display: inline-block;  width: 140px;  height: 40px;  border: 2px solid #FFFFFF;  line-height: 34px;  color: #FFFFFF;  font-size: 15px;  font-weight: bold; /* background: url(g_icon2.png) no-repeat 26px center;*/  text-align: left;  padding-left: 46px;}.contact_banner .w1200 .t {  color: #FFFFFF;  font-size: 15px;  line-height: 24px;  text-align: center;  margin-top: 15px;}.contact_banner .w1200 .dizhi {  text-align: center;  width: 675px;  margin: 30px auto 0;}
.contact_banner .w1200 .dizhi .text {  margin: 0 33px;  width: 156px; display: inline-block; vertical-align: top;}.contact_banner .w1200 .dizhi .text .bt {  margin-top: 10px;  color: #FFFFFF;  font-size: 14px;  line-height: 24px;}.contact_banner .w1200 .more {  width: 44px;  height: 44px;  position: absolute;  left: 50%;  margin-left: -22px;  bottom: 30px;}
.contact_con {
  margin-top: 78px;
  padding-bottom: 74px;
}
.contact_con .home_tit .bt {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 30px;
}
.contact_con .home_tit .t {
  text-align: center;
  color: #9f9f9f;
  font-size: 14px;
  padding-top: 8px;
}
.contact_con .contact_ly {
  width: 930px;
  margin: 42px auto 0;
  overflow: hidden;
}
.contact_con .contact_ly ul {
  width: 110%;
}
.contact_con .contact_ly ul li {
  width: 298px;
  float: left;
  margin-bottom: 16px;
  margin-right: 18px;
}
.contact_con .contact_ly ul li input {
  border: 1px solid #d1d1d1;
  background: none;
  width: 100%;
  height: 48px;
  line-height: 46px;
  font-family: "微软雅黑";
  padding: 0 10px;
}
.contact_con .contact_ly ul li textarea {
  border: 1px solid #d1d1d1;
  font-family: "微软雅黑";
  padding: 10px;
  height: 147px;
  width: 100%;
}
.contact_con .contact_ly ul li .btn {
  border: 1px solid #b7b3ae;
  background: #b7b3ae;
  height: 52px;
  color: #ffffff;
  font-size: 18px;
}
.contact-map {
  width: 100%;
  position: relative;
  height: 566px;
}
/**2016-6-17**/
.ppq_con2 {
  padding: 50px 0 80px;
}
.ppq_con2 ul {
  padding-bottom: 40px;
}
.ppq_con2 ul li {
  width: 100%;
  float: left;
  padding: 30px 0;
  border-bottom: 1px dotted #dedede;
}
.ppq_con2 ul li .u_img {
  float: left;
  width: 324px;
  height: 214px;
  display: block;
  position: relative;
}
.ppq_con2 ul li .u_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ppq_con2 ul li .u_text {
  float: right;
  width: 834px;
}
.ppq_con2 ul li .u_text .u_bt {
  line-height: 24px;
}
.ppq_con2 ul li .u_text .u_bt h3 {
  display: table;
  float: left;
  font-weight: normal;
  color: #333333;
  font-size: 22px;
}
.ppq_con2 ul li .u_text .u_bt h3 i {
  font-style: normal;
  font-size: 14px;
  color: #999999;
  display: inline-block;
  margin-left: 5px;
}
.ppq_con2 ul li .u_text .u_bt span {
  display: table;
  float: right;
  color: #666666;
  font-size: 15px;
}
.ppq_con2 ul li .u_text .u_xx {
  margin-top: 16px;
  background: #f5f5f5;
  width: 100%;
  min-height: 36px;
}
.ppq_con2 ul li .u_text .u_xx .u_div {
  display: table;
  margin: 0 25px;
  float: left;
  line-height: 36px;
}
.ppq_con2 ul li .u_text .u_xx .u_div span {
  display: table;
  float: left;
  color: #444444;
  font-size: 15px;
}
.ppq_con2 ul li .u_text .u_xx .u_div em {
  cursor: pointer;
  margin: 12px 3px 0;
  line-height: 13px;
  float: left;
  display: block;
  width: 13px;
  height: 13px;
  background: url(ppq_con2_icon1.png) no-repeat center center;
}
.ppq_con2 ul li .u_text .u_xx .u_div em.cur {
  background: url(ppq_con2_icon2.png) no-repeat center center;
}
.ppq_con2 ul li .u_text .u_wb {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
}
.ppq_con2 ul li .u_text .u_table {
  margin-top: 12px;
}
.ppq_con2 ul li .u_text .u_table table {
  background: #f5f5f5;
}
.ppq_con2 ul li .u_text .u_table table tr {
  border: 1px solid #FFFFFF;
}
.ppq_con2 ul li .u_text .u_table table tr td {
  border: 1px solid #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 7px 0;
}
.ppq_con2 ul li:last-child {
  border: none;
}
.page {
  text-align: center;
}
.page a {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #cccccc;
  font-size: 14px;
  margin: 0 5px;
}
.page a:hover,
.page a.cur {
  background: #ffba00;
  color: #FFFFFF;
  border: 1px solid #ffba00;
}
.changjianwenti {
  padding: 50px 0 80px;
}
.changjianwenti ul {
  padding-bottom: 40px;
}
.changjianwenti ul li {
  width: 100%;
  float: left;
  padding: 30px 0;
  border-bottom: 1px dotted #dedede;
}
.changjianwenti ul li .img {
  float: left;
  width: 288px;
  height: 142px;
  display: block;
  position: relative;
}
.changjianwenti ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.changjianwenti ul li .u_text {
  float: right;
  width: 884px;
}
.changjianwenti ul li .u_text .u_bt {
  margin-top: 8px;
  line-height: 24px;
}
.changjianwenti ul li .u_text .u_bt h3 {
  display: table;
  float: left;
  font-weight: normal;
  color: #333333;
  font-size: 20px;
}
.changjianwenti ul li .u_text .u_bt span {
  display: table;
  float: right;
  color: #666666;
  font-size: 15px;
}
.changjianwenti ul li .u_text .t {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.news_banner {
  width: 100%;
  background: url(news_banner.jpg) no-repeat center top;
  height: 650px;
}
.news_banner .w1200 {
  padding-top: 162px;
}
.news_banner .w1200 .data {
  color: #a6a6a8;
  font-size: 28px;
  font-family: arial;
}
.news_banner .w1200 h2 {
  margin-top: 5px;
  color: #ffffff;
  font-size: 35px;
  font-weight: normal;
}
.news_banner .w1200 .name {
  margin-top: 5px;
  color: #d6d6d6;
  font-size: 26px;
  font-family: arial;
}
.news_banner .w1200 .t {
  margin-top: 15px;
  width: 418px;
  color: #d2d2d2;
  font-size: 13px;
  line-height: 24px;
}
.news_banner .w1200 .more {
  margin-top: 80px;
  display: block;
  width: 143px;
  height: 39px;
  border: 1px solid #898b86;
  background: url(news_icon.png) no-repeat 105px center;
  line-height: 36px;
  font-size: 15px;
  color: #d5d5d4;
  padding-left: 35px;
}
.news_list {
  background: #f9f9f9;
  border-bottom: 1px solid #e7e7e7;
  height: 80px;
}
.news_list .w1200 {
  padding-top: 38px;
}
.news_list .w1200 .f-l ul li {
  padding: 0 20px;
  float: left;
  font-size: 17px;
  background: url(news_icon2.jpg) no-repeat right 6px;
}
.news_list .w1200 .f-l ul li a {
  display: block;
  color: #666666;
  padding-bottom: 17px;
}
.news_list .w1200 .f-l ul li:last-child {
  background: none;
}
.news_list .w1200 .f-l ul li:hover a,
.news_list .w1200 .f-l ul li.cur a {
  color: #e9310f;
  border-bottom: 2px solid #e9310f;
}
.news_list .w1200 .f-r {
  padding-top: 4px;
  color: #999999;
}
.news_list .w1200 .f-r a {
  display: inline-block;
  color: #999;
  text-decoration: underline;
}
.news {
  padding-bottom: 98px;
}
.news_con {
  width: 1227px;
  margin: 35px auto 0;
  padding-bottom: 20px;
  position: relative;
}
.news_con .news_div {
  float: left;
  width: 379px;
  min-height: 100px;
  margin-left: 15px;
  margin-right: 15px;
}
.news_con .news_div .img img {
  max-width: 100%;
  display: block;
}
.news_con .news_div .text {
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom: #e8e8e8 solid 3px;
  padding: 20px 30px 30px;
}
.news_con .news_div .text .bt {
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_con .news_div .text span {
  margin: 8px 0;
  display: block;
  color: #8f8f8f;
  font-size: 13px;
  font-family: arial;
}
.news_con .news_div .text .t {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.news_con .news_div:hover .text .bt {
  color: #000;
}
.news2_con {
  padding: 65px 0 80px;
}
.news2_con .f-l {
  width: 888px;
}
.news2_con .f-l h1 {
  text-align: center;
  font-weight: normal;
  color: #70614b;
  font-size: 26px;
}
.news2_con .f-l .ly {
  margin-top: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.news2_con .f-l .ly p {
  float: left;
  max-width: 50%;
  color: #bbbbbb;
  font-size: 13px;
  line-height: 24px;
}
.news2_con .f-l .ly .fx {
  float: right;
  max-width: 40%;
}
.news2_con .f-l .ly .fx span {
  float: left;
  display: inline-block;
  color: #bbbbbb;
  font-size: 13px;
  line-height: 24px;
}
.news2_con .f-l .ly .fx div {
  float: left;
}
.news2_con .f-l .ly .fx div a {
  cursor: pointer;
  margin-top: 4px;
  line-height: 0px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.news2_con .f-l .newstext {
  margin-top: 24px;
}
.news2_con .f-l .newstext .t {
  color: #888888;
  font-size: 15px;
  line-height: 26px;
}
.news2_con .f-l .newstext .d {
  color: #6e6e6e;
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
}
.news2_con .f-l .newstext .img {
  text-align: center;
}
.news2_con .f-r {
  width: 262px;
  padding-top: 55px;
}
.news2_con .f-r .img {
  display: block;
  width: 262px;
  height: 367px;
}
.news2_con .f-r .u_text {
  margin-top: 35px;
}
.news2_con .f-r .u_text h3 {
  border-bottom: 1px solid #eeeeee;
  font-weight: normal;
  color: #555555;
  font-size: 17px;
  margin-bottom: 10px;
}
.news2_con .f-r .u_text h3 span {
  display: inline-block;
  background: url(news2_icon.jpg) no-repeat left 7px;
  padding-left: 17px;
  border-bottom: 2px solid #c6c6c6;
  padding-bottom: 10px;
}
.news2_con .f-r .u_text ul li {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #dfdfdf;
  font-size: 13px;
  padding: 12px 0;
}
.news2_con .f-r .u_text ul li a {
  display: block;
  color: #777;
  background: url(news2_icon2.jpg) no-repeat 3px 7px;
  padding-left: 17px;
  line-height: 20px;
}
.news2_con .f-r .u_text ul li a:hover {
  color: #333;
}
.news2_con .f-r .u_text ul li:last-child {
  border: none;
}
/*# sourceMappingURL=public.css.map */

.case-tc {
  display: none;
  position: fixed;
  z-index: 99;
  background: url(tc1.png);
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  text-align: center;
}
.case-tc .case-d {
  border-radius: 5px;
  width: 1200px;
  background: #FFFFFF;
  height: auto;
  padding: 35px 63px 40px 50px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
.case-tc .case-d .guanbi {
  cursor: pointer;
  position: absolute;
  right: -43px;
  top: 0;
  width: 43px;
  height: 43px;
  background: url(case-guanbi.png) no-repeat center center;
}
.case-tc .case-d h1 {
  color: #fab000;
  font-size: 24px;
  font-weight: normal;
}
.case-tc .case-d h1 span {
  display: inline-block;
  font-family: arial;
  font-size: 20px;
  color: #9a9a9a;
  margin-left: 5px;
}
.case-tc .case-d .case-box2 {
  margin-top: 26px;
}
.case-tc .case-d .case-box2 .case-t {
  float: left;
  width: 903px;
  height: 534px;
}
.case-tc .case-d .case-box2 .case-t em {
  display: block;
  width: 903px;
  height: 534px;
  position: relative;
}
.case-tc .case-d .case-box2 .case-t em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.case-tc .case-d .case-box2 .case-xiaotu {
  float: right;
  width: 184px;
  height: 534px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
}
.case-tc .case-d .case-box2 .case-xiaotu .xiaotu {
  height: 424px;
  width: 145px;
  margin: 62px auto 0;
}
.case-tc .case-d .case-box2 .case-xiaotu .xiaotu em {
  cursor: pointer;
  margin-bottom: 15px;
  display: block;
  width: 145px;
  height: 89px;
  position: relative;
  border: 4px solid #f5f5f5;
}
.case-tc .case-d .case-box2 .case-xiaotu .xiaotu em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.case-tc .case-d .case-box2 .case-xiaotu .xiaotu em:hover {
  border: 4px solid #b6ab9b;
}
.case-tc .case-d .case-box2 .case-xiaotu .xiaotu button {
  width: 30px;
  height: 15px;
  top: 0;
  margin-top: 0;
  border: none;
}
.case-tc .case-d .case-box2 .case-xiaotu .xiaotu .slick-prev {
  background: url(case-prev.png) no-repeat center center;
  top: -35px;
  left: 50%;
  margin-left: -15px;
}
.case-tc .case-d .case-box2 .case-xiaotu .xiaotu .slick-next {
  background: url(case-next.png) no-repeat center center;
  top: 432px;
  right: 50%;
  margin-right: -15px;
}
.case-tc .case-d .case-tc-text {
  margin-top: 25px;
}
.case-tc .case-d .case-tc-text span {
  display: inline-block;
  float: left;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  padding-left: 35px;
  margin-right: 50px;
}
.case-tc .case-d .case-tc-text .s1 {
  background: url(case-icon1.png) no-repeat left center;
}
.case-tc .case-d .case-tc-text .s2 {
  background: url(case-icon2.png) no-repeat left center;
}
.case-tc .case-d .case-tc-text .s3 {
  background: url(case-icon3.png) no-repeat left center;
}
.case-tc .case-d .case-tc-text .s4 {
  background: url(case-icon4.png) no-repeat left center;
}
.case-tc .case-d + i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.nybanner {
  background: url(nybanner.jpg) no-repeat center center;
  height: 390px;
}
.nybanner .w1220 {
  padding-top: 107px;
  position: relative;
  height: 390px;
}
.nybanner h3 {
  text-align: center;
  color: #FFFFFF;
  font-size: 35px;
  font-weight: normal;
  padding-bottom: 20px;
  position: relative;
}
.nybanner h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -31px;
  width: 62px;
  height: 2px;
  background: #cec8bd;
}
.nybanner .name {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 18px;
}
.nybanner .t {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}
.nybanner .menu_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.nybanner .menu_btn a {
  display: inline-block;
  padding: 0 25px;
  color: #ffffff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.3);
}
.nybanner .menu_btn a:hover,
.nybanner .menu_btn a.cur {
  background: #29499e;
}
.pro_div {
  padding: 70px 0 50px;
  background: #f7f7f7;
}
.pro_div .tit {
  text-align: center;
  color: #333333;
  font-size: 35px;
}
.pro_div .name {
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}
.pro_div ul li {
  float: left;
  width: 238px;
  margin-right: 7px;
  margin-bottom: 25px;
}
.pro_div ul li .img {
  width: 238px;
  height: 242px;
  position: relative;
}
.pro_div ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro_div ul li .text {
  margin-top: 10px; position:relative;
}
.pro_div ul li .text span,
.pro_div ul li .text em {
  color: #666666;
  font-size: 15px;
}
.pro_div ul li .text span {
  float: left;
  display: block;
  max-width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pro_div ul li .text em {
  margin-right: 5px;
  font-style: normal;
  float: right;
  
  white-space: nowrap;
  text-align:right;
  position:absolute; right:0; top:0;
}
.pro_div ul li:nth-child(5n) {
  margin-right: 0;
}
.pro_div .zhuanshu {
  margin-top: 35px;
}
.pro_div .zhuanshu li .text span {
  display: block;
  max-width: 100%;
  float: none;
}
.pro_div .zhuanshu li .text .t {
  margin-top: 5px;
  color: #888888;
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.pro_div .zs_more {
  width: 60px;
  height: 60px;
  display: block;
  margin: 30px auto 0;
}
.pro_div2 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  height: 642px;
}
.pro_div3 {
  padding: 60px 0 68px;
}
.pro_div3 .tit {
  text-align: center;
  color: #333333;
  font-size: 35px;
}
.pro_div3 .name {
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}
.pro_div3 .pro_con {
  width: 1230px;
  margin: 40px auto 0;
}
.pro_div3 .pro_con .text {
  float: left;
  margin: 0 8px;
  width: 230px;
}
.pro_div3 .pro_con .text .img {
  width: 230px;
  height: 313px;
  position: relative;
}
.pro_div3 .pro_con .text .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro_div3 .pro_con .text .t {
  margin-top: 10px;
  text-align: center;
  color: #747474;
  font-size: 14px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pro_div3 .pro_con button {
  width: 21px;
  height: 39px;
  margin-top: -19.5px;
  border: none;
}
.pro_div3 .pro_con .slick-prev {
  background: url(pro_left.jpg) no-repeat center center;
  left: -33px;
}
.pro_div3 .pro_con .slick-next {
  background: url(pro_right.jpg) no-repeat center center;
  right: -33px;
}
.pro_div4 {
  background: url(pro_bg2.jpg) no-repeat center center;
  height: 736px;
  padding-top: 70px;
}
.pro_div4 .tit {
  text-align: center;
  color: #333333;
  font-size: 35px;
  padding-bottom: 17px;
  position: relative;
}
.pro_div4 .tit:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: 0;
  width: 48px;
  height: 2px;
  background: #c3c3c3;
}
.pro_div4 ul {
  margin-top: 40px;
}
.pro_div4 ul li {
  float: left;
  height: 238px;
  margin-right: 7px;
  overflow: hidden;
  position: relative;
}
.pro_div4 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro_div4 ul li .text1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 233px;
  height: 100%;
  background: rgba(81, 74, 53, 0.9);
  padding: 53px 37px 0;
}
.pro_div4 ul li .text1:before {
  content: "";
  position: absolute;
  left: 37px;
  bottom: 48px;
  width: 59px;
  height: 2px;
  background: #817968;
}
.pro_div4 ul li .text1 .bt {
  color: #fff;
  color: #ffffff;
  font-size: 25px;
  font-family: arial;
}
.pro_div4 ul li .text1 .name {
  color: #ffffff;
  font-size: 18px;
  line-height: 36px;
  margin-top: 5px;
}
.pro_div4 ul li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
}
.pro_div4 ul li .text2 {
  width: 100%;
  height: 100%;
  background: rgba(248, 181, 0, 0.9);
}
.pro_div4 ul li .text2:before {
  background: #f8d77c;
}
.pro_div4 ul .li1 {
  width: 605px;
  height: 238px;
  overflow: hidden;
}
.pro_div4 ul .li2 {
  width: 299px;
}
.pro_div4 ul .li3 {
  margin-right: 0;
  width: 302px;
  height: 482px;
}
.pro_div4 ul .li4 {
  width: 300px;
  margin-top: -237px;
}
.pro_div5 {
  padding: 60px 0 80px;
}
.pro_div5 .tit {
  text-align: center;
  color: #333333;
  font-size: 35px;
}
.pro_div5 .name {
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}
.pro_div5 .list {
  margin: 40px 0 20px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.pro_div5 .list li {
  float: left;
  width: 389px;
  margin-right: 26px;
}
.pro_div5 .list li .img {
  display: block;
  width: 389px;
  height: 252px;
  position: relative;
}
.pro_div5 .list li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro_div5 .list li .bt_b {
  margin-top: 18px;
  line-height: 24px;
}
.pro_div5 .list li .bt_b .bt {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  display: block;
  max-width: 80%;
  color: #202020;
  font-size: 16px;
}
.pro_div5 .list li .bt_b span {
  display: inline-block;
  float: right;
  color: #424242;
  font-size: 14px;
}
.pro_div5 .list li .t {
  margin-top: 5px;
  color: #777777;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.pro_div5 .list li:last-child {
  margin-right: 0;
}
.pro_div5 .list li:hover .bt {
  color: #29499e;
}
.pro_div5 .list2 {
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 40px;
  border-top: 1px solid #dcdcdc;
}
.pro_div5 .list2 li {
  float: left;
  width: 577px;
  line-height: 30px;
  font-size: 15px;
}
.pro_div5 .list2 li:nth-child(2n) {
  float: right;
}
.pro_div5 .list2 li a {
  background: url(pro_icon.jpg) no-repeat left 12px;
  padding-left: 14px;
  float: left;
  color: #666666;
  display: block;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pro_div5 .list2 li span {
  display: inline-block;
  float: right;
  color: #a3a3a3;
}
.pro_div5 .list2 li:hover a {
  color: #29499e;
}
.pro_div5 .more {
  display: block;
  width: 163px;
  height: 41px;
  background: url(pro_icon2.jpg) no-repeat center center;
  line-height: 39px;
  color: #454545;
  font-size: 15px;
  margin: 0 auto;
  padding-left: 43px;
}
.more_height {
  height: 28px;
  overflow: hidden;
  float: left;
  width: 100%;
}
.more_center{
  width:100%;
}
.pro_show {
  background: #f4f4f4;
  padding: 30px 0 100px;
}
.pro_show .bread {
  line-height: 24px;
  color: #71685a;
  font-size: 14px;
}
.pro_show .bread .fanhui {
  background: url(proshow_iocn.jpg) no-repeat left center;
  padding-left: 32px;
}
.pro_show .bread a {
  display: inline-block;
  color: #71685a;
}
.pro_show .proshow_con {
  margin-top: 30px;
}
.pro_show .proshow_con dl dt {
  width: 644px;
  height: 468px;
  position: relative;
}
.pro_show .proshow_con dl dt .slick-list, .pro_show .proshow_con dl dt .slick-track { height:100%;}
.pro_show .proshow_con dl dt .img { width:100%; height:100%; position:relative;}
.pro_show .proshow_con dl dt img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width:100%;
}
.pro_show .proshow_con dl dd {
  width: 515px;
}
.pro_show .proshow_con dl dd h1 {
  color: #746c60;
  font-size: 26px;
  font-weight: normal;
  background: url(proshow_icon2.jpg) no-repeat left bottom;
  padding-bottom: 15px;
}
.pro_show .proshow_con dl dd .text_b {
  background: url(proshow_icon3.jpg) no-repeat center center;
  height: 90px;
  margin-top: 20px;
  padding-top: 12px;
  padding-left: 30px;
}
.pro_show .proshow_con dl dd .text_b span {
  display: inline-block;
  float: left;
  color: #ffffff;
  font-size: 14px;
  width: 30%;
  margin: 5px 0;
  background: url(proshow_icon4.png) no-repeat left 7px;
  padding-left: 14px;
}
.pro_show .proshow_con dl dd .tit {
  margin-top: 25px;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  border-bottom: 1px dotted #c3c3c3;
  padding-bottom: 13px;
}
.pro_show .proshow_con dl dd .tit span {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  margin-left: 5px;
}
.pro_show .proshow_con dl dd .text_t {
  margin-top: 10px;
}
.pro_show .proshow_con dl dd .text_t .t {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  margin: 3px 0;
}
.pro_show .proshow_con dl dd .text_t .t span {
  display: inline-block;
  margin-right: 25px;
}
.pro_show .proshow_con dl dd .se_list {
  margin-top: 20px;
  position: relative;
}
.pro_show .proshow_con dl dd .se_list ul li {
  float: left;
  width: 97px;
  height: 72px;
  margin-right: 7px;
  border: 2px solid #f4f4f4;
  position: relative;
  overflow: hidden;
}
.pro_show .proshow_con dl dd .se_list ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pro_show .proshow_con dl dd .se_list ul li:last-child {
  margin-right: 0;
}
.pro_show .proshow_con dl dd .se_list ul li:hover,
.pro_show .proshow_con dl dd .se_list ul li.cur,
.pro_show .proshow_con dl dd .se_list ul li.slick-current {
  border: 2px solid #ffba00;
}
.pro_show .proshow_con dl dd .se_list button {
  width: 22px;
  height: 21px;
  border: none;
  margin-top: 0;
  top: -50px;
}
.pro_show .proshow_con dl dd .se_list .slick-prev {
  background: url(se-left.png) no-repeat center center;
  right: 10px; left:auto;
}
.pro_show .proshow_con dl dd .se_list .slick-next {
  background: url(se-right.png) no-repeat center center;
  right: 35px;
}
.proshow_div {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #f0f0f0;
  height: 58px;
}
.proshow_div .list_con ul {
  border-left: 1px solid #efefef;
}
.proshow_div .list_con ul li {
  text-align: center;
  line-height: 56px;
  font-size: 17px;
  cursor: pointer;
  float: left;
  width: 196px;
  height: 56px;
  border-right: 1px solid #efefef;
}
.proshow_div .list_con ul li a{
	color: #666666;
	display: block;
}
.proshow_div .list_con ul li:hover,
.proshow_div .list_con ul li.cur {
  background: url(proshow_bg.jpg) no-repeat center center;
  color: #fff;
}
.proshow_div .list_con ul li:hover a,
.proshow_div .list_con ul li.cur a{
	color: #fff;
}
.proshow_div2 {
  padding: 60px 0 90px;
}
.proshow_div2 .list_btn {
  padding-top: 50px;
}
.proshow_div2 .list_btn table tr td{
	padding: 15px 0;
}


.proshow_div2 .list_btn:first-child {
  padding-top: 0;
}
.proshow_div2 .list_btn .changjing li {
  margin-right: 17px;
  float: left;
  width: 292px;
  height: 326px;
  position: relative;
  overflow: hidden;
}
.proshow_div2 .list_btn .changjing li .img {
  width: 292px;
  height: 326px;
  position: relative;
}
.proshow_div2 .list_btn .changjing li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.proshow_div2 .list_btn .changjing li .t {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  line-height: 44px;
  font-size: 16px;
}
.proshow_div2 .list_btn .changjing li:last-child {
  margin-right: 0;
}
.proshow_div2 .list_btn .chanpin li {
  float: left;
  width: 238px;
  margin-right: 7px;
  margin-bottom: 25px;
}
.proshow_div2 .list_btn .chanpin li .img {
  width: 238px;
  height: 242px;
  position: relative;
}
.proshow_div2 .list_btn .chanpin li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.proshow_div2 .list_btn .chanpin li .text {
  margin-top: 10px;
}
.proshow_div2 .list_btn .chanpin li .text span,
.proshow_div2 .list_btn .chanpin li .text em {
  color: #666666;
  font-size: 15px;
}
.proshow_div2 .list_btn .chanpin li .text span {
  float: left;
  display: block;
  max-width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.proshow_div2 .list_btn .chanpin li .text em {
  margin-right: 5px;
  font-style: normal;
  float: right;
}
.proshow_div2 .list_btn .chanpin li:nth-child(5n) {
  margin-right: 0;
}
.proshow_div2 .list_btn .cp_more {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.proshow_div2 .list_btn .list {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.proshow_div2 .list_btn .list li {
  float: left;
  width: 389px;
  margin-right: 26px;
}
.proshow_div2 .list_btn .list li .img {
  display: block;
  width: 389px;
  height: 252px;
  position: relative;
}
.proshow_div2 .list_btn .list li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.proshow_div2 .list_btn .list li .bt_b {
  margin-top: 18px;
  line-height: 24px;
}
.proshow_div2 .list_btn .list li .bt_b .bt {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  display: block;
  max-width: 80%;
  color: #202020;
  font-size: 16px;
}
.proshow_div2 .list_btn .list li .bt_b span {
  display: inline-block;
  float: right;
  color: #424242;
  font-size: 14px;
}
.proshow_div2 .list_btn .list li .t {
  margin-top: 5px;
  color: #777777;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.proshow_div2 .list_btn .list li:last-child {
  margin-right: 0;
}
.proshow_div2 .list_btn .list li:hover .bt {
  color: #29499e;
}
.proshow_div2 .list_btn .list2 {
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 40px;
  border-top: 1px solid #dcdcdc;
}
.proshow_div2 .list_btn .list2 li {
  float: left;
  width: 577px;
  line-height: 30px;
  font-size: 15px;
}
.proshow_div2 .list_btn .list2 li:nth-child(2n) {
  float: right;
}
.proshow_div2 .list_btn .list2 li a {
  background: url(pro_icon.jpg) no-repeat left 12px;
  padding-left: 14px;
  float: left;
  color: #666666;
  display: block;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.proshow_div2 .list_btn .list2 li span {
  display: inline-block;
  float: right;
  color: #a3a3a3;
}
.proshow_div2 .list_btn .list2 li:hover a {
  color: #29499e;
}
.proshow_div2 .list_btn .more {
  display: block;
  width: 163px;
  height: 41px;
  background: url(pro_icon2.jpg) no-repeat center center;
  line-height: 39px;
  color: #454545;
  font-size: 15px;
  margin: 0 auto;
  padding-left: 43px;
  overflow: hidden;
  margin-top:10px;
}
.main_li,.show_list{
	margin-top: 10px;
	list-style: none;
  height:20px;
  width:46%;
  float:left;
  font-size: 13px;
  position: relative;
  padding-left: 15px;
}
.main_li:before,.show_list:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 2px solid #dddddd;
}
.main_li:nth-child(2n),.show_list:nth-child(2n){
	float: right;
}
.main_li a,.show_list a{
	display: inline-block;
	float: left;
	width: 80%;
	color: #616161;
}
.main_li span,.show_list span{
  float:right;
  display: inline-block;
}
.solutions_banner {
  background: url(solutions_banner.jpg) no-repeat center center;
  height: 390px;
}
.solutions_banner .w1220 {
  text-align: center;
  height: 390px;
  padding-top: 92px;
}
.solutions_banner .w1220 .img {
  height: 54px;
}
.solutions_banner .w1220 h3 {
  margin-top: 25px;
  padding-bottom: 15px;
}
.solutions_banner .w1220 h3:before {
  display: none;
}
.solutions_banner .w1220 .yw {
  color: #ffffff;
  font-size: 13px;
  font-family: arial;
  text-transform: uppercase;
}
.tu_con {
  position: relative;
  left: 50%;
  top: 0;
  margin-left: -960px;
  width: 1920px;
  line-height: 0;
}
.gnews_div {
  padding-bottom: 75px;
}
.gnews_div .gnews_top ul li {
  float: left;
  width: 398px;
  margin-right: 13px;
}
.gnews_div .gnews_top ul li:last-child {
  margin-right: 0;
}
.gnews_div .gnews_top ul li a {
  display: block;
  width: 398px;
  height: 238px;
  position: relative;
}
.gnews_div .gnews_top ul li a .bt {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #ffffff;
  font-size: 17px;
  line-height: 52px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 28px;
}
.gnews_div .gnews_text {
  margin-top: 53px;
}
.gnews_div .gnews_text .left {
  width: 842px;
}
.gnews_div .gnews_text .left .tit_bt {
  border-bottom: 1px solid #dee1e1;
  padding-bottom: 12px;
}
.gnews_div .gnews_text .left .tit_bt .tit {
  float: left;
  display: table;
  color: #555555;
  font-size: 17px;
  font-family: arial;
}
.gnews_div .gnews_text .left .tit_bt .tit span {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  font-family: "微软雅黑";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 8px;
}
.gnews_div .gnews_text .left .tit_bt .tit span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 79px;
  height: 2px;
  background: #186ece;
}
.gnews_div .gnews_text .left .tit_bt .sx {
  float: right;
  display: table;
}
.gnews_div .gnews_text .left .tit_bt .sx a {
  display: block;
  float: left;
  color: #777777;
  font-size: 14px;
  margin-left: 16px;
}
.gnews_div .gnews_text .left .gnews_con ul {
  padding-bottom: 35px;
}
.gnews_div .gnews_text .left .gnews_con ul li {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #dcdcdc;
  padding: 20px 0;
}
.gnews_div .gnews_text .left .gnews_con ul li:last-child {
  border-bottom: none;
}
.gnews_div .gnews_text .left .gnews_con ul li .img {
  width: 204px;
  height: 125px;
  float: left;
  position: relative;
  display: block;
}
.gnews_div .gnews_text .left .gnews_con ul li .text {
  float: left;
  width: 638px;
  padding-left: 23px;
}
.gnews_div .gnews_text .left .gnews_con ul li .text .bt {
  color: #444444;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gnews_div .gnews_text .left .gnews_con ul li .text .t {
  color: #666666;
  font-size: 13px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 10px;
}
.gnews_div .gnews_text .left .gnews_con ul li .text .con_btn {
  margin-top: 20px;
  line-height: 22px;
}
.gnews_div .gnews_text .left .gnews_con ul li .text .con_btn div {
  float: left;
  display: table;
}
.gnews_div .gnews_text .left .gnews_con ul li .text .con_btn div a {
  display: block;
  float: left;
  color: #999999;
  font-size: 13px;
  margin-right: 20px;
}
.gnews_div .gnews_text .left .gnews_con ul li .text .con_btn div a:first-child {
  background: url(gnews_icon1.jpg) no-repeat left 7px;
  padding-left: 20px;
}
.gnews_div .gnews_text .left .gnews_con ul li .text .con_btn div a:nth-child(2) {
  background: url(gnews_icon2.jpg) no-repeat left 6px;
  padding-left: 18px;
}
.gnews_div .gnews_text .left .gnews_con ul li .text .con_btn div a:last-child {
  background: url(gnews_icon3.jpg) no-repeat left 5px;
  padding-left: 20px;
}
.gnews_div .gnews_text .left .gnews_con ul li .text .con_btn span {
  display: inline-block;
  float: right;
  color: #999999;
  font-size: 13px;
  font-family: arial;
}
.gnews_div .gnews_text .left .gnews_con .more {
  text-align: center;
}
.gnews_div .gnews_text .left .gnews_con .more a {
  display: block;
  width: 100%;
  height: 45px;
  background: #f0f3f5;
  line-height: 45px;
  color: #666666;
  font-size: 15px;
  text-transform: uppercase;
}
.gnews_div .gnews_text .left .gnews_con .more a i {
  display: inline-block;
  background: url(gnews_icon4.png) no-repeat center center;
  width: 31px;
  height: 9px;
  margin-left: 10px;
}
.gnews_div .gnews_text .left .container h1 {
  color: #333333;
  font-size: 26px;
}
.gnews_div .gnews_text .left .container .data {
  margin-top: 20px;
  line-height: 24px;
}
.gnews_div .gnews_text .left .container .data .da {
  float: left;
  display: table;
}
.gnews_div .gnews_text .left .container .data .da span {
  float: left;
  display: inline-block;
  color: #888888;
  font-size: 14px;
  margin-right: 16px;
}
.gnews_div .gnews_text .left .container .data .fx {
  line-height: 24px;
  float: right;
  display: table;
}
.gnews_div .gnews_text .left .container .data .fx span {
  display: inline-block;
  float: left;
  color: #888888;
  font-size: 14px;
}
.gnews_div .gnews_text .left .container .data .fx div {
  margin-top: 2px;
  float: left;
  display: table;
}
.gnews_div .gnews_text .left .container .data .fx div a {
  height: 16px;
  display: block;
  float: left;
  margin-left: 10px;
}
.gnews_div .gnews_text .left .container .g_newstop {
  position: relative;
  margin-top: 40px;
  background: #eef3f9;
  padding: 30px 45px;
}
.gnews_div .gnews_text .left .container .g_newstop:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -19px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url(gnews_icon8.jpg) no-repeat center center;
}
.gnews_div .gnews_text .left .container .g_newstop .t {
  color: #777777;
  font-size: 15px;
  line-height: 26px;
}
.gnews_div .gnews_text .left .container .text_con {
  margin-top: 36px;
  color: #666666;
  font-size: 15px;
  line-height: 26px;
}
.gnews_div .gnews_text .left .container .w {
  color: #777777;
  font-size: 13px;
  background: #f0f3f6;
  height: 47px;
  line-height: 47px;
  text-align: center;
  margin-top: 40px;
}
.gnews_div .gnews_text .left .container .fanhui {
  margin-top: 35px;
}
.gnews_div .gnews_text .left .container .fanhui ul {
  position: relative;
}
.gnews_div .gnews_text .left .container .fanhui ul:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 3px;
  width: 1px;
  height: 40px;
  background: #d9d9d9;
}
.gnews_div .gnews_text .left .container .fanhui ul li {
  float: left;
  width: 40%;
}
.gnews_div .gnews_text .left .container .fanhui ul li .bt {
  color: #888888;
  font-size: 16px;
}
.gnews_div .gnews_text .left .container .fanhui ul li .t {
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gnews_div .gnews_text .left .container .fanhui ul li:last-child {
  float: right;
}
.gnews_div .gnews_text .left .container .rmtj_con {
  margin-top: 42px;
}
.gnews_div .gnews_text .left .container .rmtj_con .tit {
  width: 100%;
  border-bottom: 1px solid #dee1e1;
  padding-bottom: 12px;
  float: left;
  display: table;
  color: #555555;
  font-size: 17px;
  font-family: arial;
}
.gnews_div .gnews_text .left .container .rmtj_con .tit span {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  font-family: "微软雅黑";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 8px;
}
.gnews_div .gnews_text .left .container .rmtj_con .tit span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 79px;
  height: 2px;
  background: #186ece;
}
.gnews_div .gnews_text .left .container .rmtj_con .tj_con {
  padding-top: 30px;
}
.gnews_div .gnews_text .left .container .rmtj_con .tj_con li {
  float: left;
  width: 265px;
  height: 191px;
  position: relative;
  margin-right: 23px;
}
.gnews_div .gnews_text .left .container .rmtj_con .tj_con li .bt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 43px;
  line-height: 43px;
  color: #fff;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
}
.gnews_div .gnews_text .left .container .rmtj_con .tj_con li:last-child {
  margin-right: 0;
}
.gnews_div .gnews_text .left .container .plyx_con {
  margin-top: 40px;
}
.gnews_div .gnews_text .left .container .plyx_con .tit {
  width: 100%;
  border-bottom: 1px solid #dee1e1;
  padding-bottom: 12px;
  float: left;
  display: table;
  color: #555555;
  font-size: 17px;
  font-family: arial;
}
.gnews_div .gnews_text .left .container .plyx_con .tit span {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  font-family: "微软雅黑";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 8px;
}
.gnews_div .gnews_text .left .container .plyx_con .tit span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 79px;
  height: 2px;
  background: #186ece;
}
.gnews_div .gnews_text .left .container .plyx_con ul {
  padding-top: 30px;
}
.gnews_div .gnews_text .left .container .plyx_con ul li {
  float: left;
  width: 270px;
  border: 1px solid #d9d9d9;
  margin-right: 15px;
  margin-bottom: 20px;
}
.gnews_div .gnews_text .left .container .plyx_con ul li input {
  width: 100%;
  height: 43px;
  padding: 0 10px;
  border: none;
  font-size: 14px;
}
.gnews_div .gnews_text .left .container .plyx_con ul li textarea {
  width: 100%;
  height: 128px;
  font-family: "微软雅黑";
  padding: 10px;
  font-size: 14px;
  border: none;
}
.gnews_div .gnews_text .left .container .plyx_con ul li .btn {
  width: 160px;
  height: 44px;
  float: right;
  background: #186ece;
  color: #fff;
  font-size: 16px;
}
.gnews_div .gnews_text .right {
  width: 323px;
}
.gnews_div .gnews_text .right .tit {
  background: #f8f8f8;
  height: 49px;
  border-left: #186ece solid 2px;
  line-height: 49px;
  color: #444444;
  font-size: 18px;
  padding-left: 17px;
}
.gnews_div .gnews_text .right .fx_con {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gnews_div .gnews_text .right .fx_con li {
  float: left;
  width: 101px;
  height: 35px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin: 0 10px 8px 0;
}
.gnews_div .gnews_text .right .fx_con li:nth-child(3n) {
  margin-right: 0;
}
.gnews_div .gnews_text .right .fx_con li a {
  display: block;
  text-align: center;
  line-height: 33px;
  color: #777777;
  font-size: 14px;
}
.gnews_div .gnews_text .right .wz_con {
  margin-top: 20px;
}
.gnews_div .gnews_text .right .wz_con li {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dotted #d0d0d0;
}
.gnews_div .gnews_text .right .wz_con li:first-child {
  padding-top: 0;
}
.gnews_div .gnews_text .right .wz_con li:last-child {
  border-bottom: none;
}
.gnews_div .gnews_text .right .wz_con li .img {
  float: left;
  width: 113px;
  height: 73px;
  display: block;
  position: relative;
}
.gnews_div .gnews_text .right .wz_con li .text {
  width: 210px;
  float: right;
  padding-left: 15px;
}
.gnews_div .gnews_text .right .wz_con li .text .bt {
  color: #555555;
  font-size: 16px;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
}
.gnews_div .gnews_text .right .wz_con li .text .con {
  margin-top: 5px;
  line-height: 20px;
}
.gnews_div .gnews_text .right .wz_con li .text .con a {
  display: inline-block;
  float: left;
  color: #999999;
  font-size: 13px;
  background: url(gnews_icon1.jpg) no-repeat left 6px;
  padding-left: 20px;
}
.gnews_div .gnews_text .right .wz_con li .text .con span {
  display: inline-block;
  float: right;
  color: #999999;
  font-size: 13px;
  font-family: arial;
}
.gnews_div .gnews_text .right .img_btn {
  width: 323px;
  height: 170px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.gnews_div .gnews_text .right .bq_con {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gnews_div .gnews_text .right .bq_con li {
  float: left;
  margin-right: 9px;
  margin-bottom: 8px;
}
.gnews_div .gnews_text .right .bq_con li a {
  border: 1px solid #d8d8d8;
  display: block;
  text-align: center;
  line-height: 33px;
  color: #777777;
  font-size: 14px;
  border-radius: 3px;
  padding: 0 10px;
}
.gnews_div .gnews_text .right .jx_con {
  margin-top: 10px;
}
.gnews_div .gnews_text .right .jx_con li {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #d0d0d0;
  padding: 15px 0;
}
.gnews_div .gnews_text .right .jx_con li .bt {
  color: #888888;
  font-size: 15px;
  line-height: 22px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.gnews_div .gnews_text .right .jx_con li .con {
  margin-top: 5px;
  line-height: 20px;
}
.gnews_div .gnews_text .right .jx_con li .con a {
  display: inline-block;
  float: left;
  color: #999999;
  font-size: 13px;
  background: url(gnews_icon1.jpg) no-repeat left 6px;
  padding-left: 20px;
}
.gnews_div .gnews_text .right .jx_con li .con span {
  display: inline-block;
  float: left;
  margin-left: 40px;
  color: #999999;
  font-size: 13px;
  font-family: arial;
}

.tc_sekuai{
	display: none;
	position: absolute;
	left: -705px;
	bottom: 0;
	width: 644px;
	height: 468px;
	background: rgba(0,0,0,.6);
}
.tc_sekuai img{
	width: 322px;
	height: 239px;
	position: absolute;
	right: 0;
	bottom: 0;
}




/*20170322*/
.home_menu1 {
  background: #544e45; position: relative;
}
.home_menu1 ul {
  border-left: 1px solid #5c564e;
}
.home_menu1 ul li {
  border-right: 1px solid #5c564e;
  float: left;
  line-height: 50px; 
}
.home_menu1 ul li a {
  display: block;
  padding: 0 30px;
  color: #fbfbfb;
  font-size: 16px;
}.home_menu1 ul li a i{	display: inline-block;	background: url(ps_icon.png) no-repeat center center;	width: 9px;	height: 5px;	line-height: 5px;		margin-left: 4px;	position: relative;	top: -3px;}.home_menu ul li .navbox{	display: none;	z-index: 10;	position: absolute;	left: 0;	top: 50px;	background: #443f37;	padding: 20px 31px 30px;}.home_menu ul li .navbox a{	display: block;	color: #ada79e;	font-size: 14px;	background: url(ps_icon2.png) no-repeat left 13px;	padding-left: 16px;	padding-right: 0;	line-height: 30px;}.home_menu ul li .navbox a:hover{	background: url(ps_icon3.png) no-repeat left 13px;	color: #e9e5de;}
.home_menu1 ul li:hover,
.home_menu1 ul li.cur {
  background: #4b463e;
}
.nav ul > li .nav_con {
  display: none;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -960px;
  width: 1920px;
  background: #eeebe7;
  z-index: 10;
}
.nav ul > li .nav_con ol {
  position: relative;
  /*left: -7px;*/
}
.nav ul > li .nav_con ol:before {
  content: "";
  position: absolute;
  left: 0;
  top: 53px;
  width: 1px;
  height: 252px;
  background: #dddad7;
}
.nav ul > li .nav_con ol li {
  float: left;
  padding: 35px 0;
  text-align: center;
  line-height: 24px;
  position: relative;
  border: 0;
}
.nav ul > li .nav_con ol li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 53px;
  width: 1px;
  height: 252px;
  background: #dddad7;
}
.nav ul > li .nav_con ol li .t {
  margin-top: 6px;
  color: #888888;
  font-size: 12px;
}
.nav ul > li .nav_con ol li .more {
  width: 114px;
  height: 32px;
  background: #b9b9b9;
  border-radius: 2px;
  margin: 30px auto 0;
  padding: 0;
  font-size: 12px;
  line-height: 32px;
}
.nav ul > li .nav_con ol li .more:before {
  display: none;
}
.nav ul > li .nav_con ol li:hover {
  background: #dfdddb;
}
.nav ul > li .nav_con ol li:hover .more {
  background: #29499e;
}
.nav ul > li .nav_con .nav_pro li {
  width: 25%;
}
.nav ul > li .nav_con .nav_pro li .bt {
	display: block;
  color: #544e45;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.nav ul > li .nav_con .nav_pro li .img {
	display: block;
  width: 108px;
  height: 154px;
  margin: 24px auto 0;
  position: relative;
}
.nav ul > li .nav_con .nav_pro li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nav ul > li .nav_con .nav_pro li:hover {
  background: #dfdddb;
}
.nav ul > li .nav_con .nav_pro li:hover .more {
  background: #29499e;
}
.nav ul > li .nav_con .nav_jjfa li {
  width: 16.66666667%;
}
.nav ul > li .nav_con .nav_jjfa li .bt {
  color: #544e45;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
.nav ul > li .nav_con .nav_jjfa li .img {
	display: block;
  margin: 20px auto 0;
  width: 163px;
  height: 133px;
  position: relative;
}
.nav ul > li .nav_con .nav_jjfa li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nav ul > li:hover .nav_con {
  display: block;
}
.banner2 {
  width: 100%;
  margin: 0px auto 0;
  height:496px;
  position: relative;
  z-index: 1;
}
.banner1{
	 width: 100%;
}
.banner2 ul {
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  position: relative;
}
.banner2 ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 496px;
  display: none;
  width: 1920px;
}
.banner2 ul li:first-child {
  display: block;
}
.banner2 ul li img{
	height: 496px;
	
}
.banner2 .arrow {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 12px;
  line-height: 0;
  text-align: center;
}
.banner2 .arrow a {
  background: url(arrow1.png) no-repeat center center;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px;
}
.banner2 .arrow a.cur {
  background: url(arrow2.png) no-repeat center center;
}

.home_con {
  background: url(bg1.jpg) no-repeat center top;
  height: 289px;
}
.home_con ul {
  width: 110%;
  padding-top: 30px;
}
.home_con ul li {
  width: 390px;
  height: 229px;
  position: relative;
  float: left;
  margin-right: 15px;
}
.home_con ul li span {
  display: block;
  width: 390px;
  height: 229px;
  position: relative;
}
.home_con ul li span img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_con ul li em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home_con ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 60px 0 0;
}
.home_con ul li .text h3 {
  font-weight: normal;
  color: #ffffff;
  font-size: 22px;
}
.home_con ul li .text .t {
  margin-top: 10px;
  padding: 0 56px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}
.home_con2 {
  padding: 10px 0 35px;
}
.home_con2 .home_tit {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 12px;
  position: relative;
}
.home_con2 .home_tit .bt {
  display: table;
  float: left;
  font-weight: normal;
  color: #333333;
  font-size: 24px;
}
.home_con2 .home_tit .bt i {
  display: inline-block;
  font-family: arial;
  margin-left: 10px;
  text-transform: uppercase;
  color: #aeaeae;
  font-size: 14px;
  font-style: normal;
}
.home_con2 .home_tit .t {
  display: table;
  float: right;
  color: #9f9f9f;
  font-size: 12px;
  padding-top: 10px;
}
.home_con2 .home_tit .saixuan_bt {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.home_con2 .home_tit .saixuan_bt a {
  display: inline-block;
  color: #989186;
  font-size: 14px;
  margin: 0 10px;
  padding-bottom: 12px;
}
.home_con2 .home_tit .saixuan_bt a:hover,
.home_con2 .home_tit .saixuan_bt a.cur {
  color: #726650;
  border-bottom: 2px solid #726650;
}
.home_div2 {
  margin-top: 20px;
}
.home_div2 dt {
  width: 645px;
}
.home_div2 dt .img {
  display: block;
  width: 645px;
  height: 484px;
  position: relative;
}
.home_div2 dt .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_div2 dt .text {
  padding: 15px 20px 0;
  border: 1px solid #d8d8d8;
  border-top: none;
  border-bottom: 3px solid #d8d8d8;
  height: 96px;
}
.home_div2 dt .text .bt {
  display: block;
  color: #333333;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_div2 dt .text .t {
  margin-top: 10px;
}
.home_div2 dt .text .t .s1 {
  display: table;
  float: left;
  color: #525252;
  font-size: 15px;
}
.home_div2 dt .text .t .s2 {
  display: table;
  float: right;
  color: #999999;
  font-size: 13px;
  background: url(icon6.jpg) no-repeat left center;
  padding-left: 12px;
}
.home_div2 dd {
  width: 536px;
  overflow: hidden;
}
.home_div2 dd ul {
  width: 110%;
}
.home_div2 dd ul li {
  float: left;
  width: 258px;
  margin-right: 18px;
  margin-bottom: 37px;
}
.home_div2 dd ul li .img {
  display: block;
  width: 258px;
  height: 194px;
  position: relative;
}
.home_div2 dd ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_div2 dd ul li .text {
  padding: 13px 20px 0;
  border: 1px solid #d8d8d8;
  border-top: none;
  border-bottom: 3px solid #d8d8d8;
  height: 77px;
}
.home_div2 dd ul li .text .bt {
  display: block;
  color: #333333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_div2 dd ul li .text .t {
  margin-top: 5px;
}
.home_div2 dd ul li .text .t .s1 {
  display: table;
  float: left;
  color: #525252;		margin-top: 5px;
  font-size: 15px;
}
.home_div2 dd ul li .text .t .s2 {
  display: table;
  float: right;
  color: #999999;
  font-size: 13px;
  background: url(icon6.jpg) no-repeat left center;
  padding-left: 12px;
}
.home_div2 dd.gcase ul li {
  float: left;
  width: 286px;
  margin-right: 18px;
  margin-bottom: 37px;
}
.home_div2 dd.gcase ul li .img {
  display: block;
  width: 286px;
  height: 194px;
  position: relative;
}
.home_div2 dd.gcase ul li .img img {
	width:100%;
}
.home_con31 {
  background: url(zz_pic.jpg) no-repeat center top;
  height: 997px;
}
.home_con31 .home_tit {
  padding-top: 88px;
}
.home_con31 .home_tit .bt {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}
.home_con31 .home_tit .t {
  margin-top: 10px;
  color: #c1c1c1;
  font-size: 15px;
  text-align: center;
}
.home_con31 .home_div3 {
  margin-top: 78px;
  overflow: hidden;
  padding: 0 73px;
}
.home_con31 .home_div3 ul {
  width: 110%;
}
.home_con31 .home_div3 ul li {
  width: 142px;
  height: 164px;
  float: left;
  margin-right: 10px;
}
.home_con3_quan
{
	width: 1200px;
	height: 800px;
	float: left;
}
.home_con3_left{
	float: left;
	width: 390px;
	margin-right: 50px;
	margin-left: 50px;
}
.home_con3_right
{
	float: left;
	width: 390px;
	margin-top: 80px;
}
.home_con3_1
{width: 390px;
	margin-left: 150px;
	margin-top: 40px;
	padding-bottom:60px;
}
.home_con3_left h2{
	
  height: 598px;
	width: 387px;
	height: 44px;
 /* background:#000;*/
	/*border-radius:20px ;*/
	/*opacity: 0.4;*/
	text-indent: 250px;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height:44px;
}
#bg_1{background: url(bg_1.png) no-repeat;}
#bg_2{background: url(bg_2.png) no-repeat;}
#bg_3{background: url(bg_3.png) no-repeat;}
#bg_4{background: url(bg_4.png) no-repeat;}
#bg_5{background: url(bg_5.png) no-repeat;}
#bg_6{background: url(bg_6.png) no-repeat;}
#bg_7{background: url(bg_7.png) no-repeat;}
#bg_8{background: url(bg_8.png) no-repeat;}

.home_con3_left h2 a,.home_con3_right h2 a{
	color: #ffffff;
	
	
}
.home_con3_right h2{
	
	width: 387px;
	height: 44px;
	border-radius:20px ;
	text-indent: 60px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #fff;
	line-height:44px;

}
.td{
	width: 100%;
	height:658px ;
	background: url(td_bg1.jpg) no-repeat;
}
.td_left{
	float: left;
	width: 20%;
	margin-left:22%;
	margin-top: 8%;
}
.td_left h2{
	font-size: 30px;
	font-family: "微软雅黑";
	color: #212121;
}
.td_left ul{
	margin-top: 30px;
}
.td_left li{
	font-size: 16px;
	color: #444;
	line-height: 2em;
}
.td_right{
	width: 50%;
	float: right;
}
#gy{background: url(gy_bg1.jpg) no-repeat;
color: #fff;
height: 692px;
}

#gy .bt{
	color: #fff;
	font-size: 28px;
}
#gy .t{
	color: #fff;
	font-size: 16px;
}
#gy0{width: 1200px;
margin-top: 62px;
}
.bg2{
	width: 300px;
	height: 500px;
	background: none;}
.bg2:hover{
	background: #fff;
	opacity: 0.2;
}

#gy1{
	width:300px;
	height: 480px;
	background: url(gy_pic1.png)no-repeat;
	}
#gy1:hover{
	background: url(gy_pic5.png)no-repeat;
	}
#gy2{
	width:300px;
	height: 480px;
	background: url(gy_pic2.png)no-repeat;
	}
#gy2:hover{
	width:300px;
	height: 480px;
	background: url(gy_pic6.png)no-repeat;
	}
	#gy3{
	width:300px;
	height: 480px;
	background: url(gy_pic3.png)no-repeat;
	}
#gy3:hover{
	width:300px;
	height: 480px;
	background: url(gy_pic7.png)no-repeat;
	}
	#gy4{
	width:300px;
	height: 480px;
	background: url(gy_pic4.png)no-repeat;
	}
#gy4:hover{
	width:300px;
	height: 480px;
	background: url(gy_pic8.png)no-repeat;
	}
	#gy1 h2
	,#gy2 h2
	,#gy3 h2
	,#gy4 h2{
		font-size: 20px;
		 margin-top: 280px;
		 margin-left: 110px;
	}
/*#gy2{
	width:300px;
	height: 480px;
	background: url(gy_pic2.png)no-repeat;}
#gy2:hover{background: url(gy_pic6.png)no-repeat;}

#gy3{
	width:300px;
	height: 480px;background: url(gy_pic3.png)no-repeat;}
#gy3:hover{background: url(gy_pic7.png)no-repeat;}

#gy4{
	width:300px;
	height:480px;background: url(gy_pic4.png)no-repeat;}
#gy4:hover{background: url(gy_pic8.png)no-repeat;}*/


.home_con3_right .home_con3_1 img{
	float: left;
}
.home_con3_left .home_con3_1 img
{
	float: right;
	margin-top: -45px;
	margin-right: 2px;
}
.home_con3_1 p{
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	width: 370px;
	margin-left: 20px;
}
#pl{width: 100%;
height: 800px;
background: #fff;}

#pl .home_tit {
  padding-top: 80px;
}
#pl .home_tit .bt {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
#pl .home_tit .t {
  margin-top: 10px;
  color: #828282;
  font-size: 15px;
  text-align: center;
}
#pl .pl_pic{
	margin-top: 51px;
	float: left;
}
#pl .pl_nr{
	margin-top: 100px;
	width: 465px;
	float: left;
}
#pl .pl_nr .span{
	width: 130px;
	float: right;
}
#span1,#span2{
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 48px;
	display: inline-block;
	width: 60px;
height: 60px;
background: #f6ba20;}
#pl .pl_nr .sz{
	height: 400px;
	float: left;
	width: 465px;
	background: #544e45;
	color: #fff;
}
#pl .pl_nr .sz h2{
	font-size: 26px;
	margin-left: 50px;
	margin-top: 40px;
}
#pl .pl_nr .sz .pl_img{
	margin-left: 50px;
	margin-top: 30px;
}
#pl .pl_nr .sz p{
	margin: 20px;
	line-height: 2em;
}
#fu{
	width: 100%;
	height:720px;
background: #f7f7f8;
}
#fu .home_tit {
  padding-top: 80px;
}
#fu .home_tit .bt {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
#fu .home_tit .t {
  margin-top: 10px;
  color: #828282;
  font-size: 15px;
  text-align: center;
}
.sg{
	width: 1200px;
	margin-top: 30px;
	color: #444;
	height: 425px;
}
.sg li{
	background: #fff;
	height: 425px;
	width: 373px;
	float: left;
	margin: 12px;
}
.sg h2{
	width:55px;font-size: 18px;border-bottom: 2px #ccc solid;
	line-height: 50px;margin-left: 30px;}
	.sg p{
		margin: 20px;
	
	}
.home_con41 {
  background: url(dm_bg3.jpg) no-repeat center top;
  height: 598px;
}
.home_con41 .home_tit {
  padding-top: 80px;
}
.home_con41 .home_tit .bt {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.home_con41 .home_tit .t {
  margin-top: 10px;
  color: #828282;
  font-size: 15px;
  text-align: center;
}
.home_con41 .home_div4 {
  margin-top: 46px;
  overflow: hidden;
}
.home_con41 .home_div4 ul {
  width: 110%;
}
.home_con41 .home_div4 ul li {
  margin-right: 3px;
  float: left;
  width: 282px;
  height: 320px;
}
.home_con41 .home_div4 ul li .img {
  display: block;
  width: 300px;
  height: 340px;
  position: relative;
}
.home_con41 .home_div4 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#gj11{

	background: url(js_bg1.png)no-repeat;}


#gj22{background: url(js_bg2.png)no-repeat;}


#gj33{background: url(js_bg3.png)no-repeat;}


#gj44{background: url(js_bg4.png)no-repeat;}

.home_con41 .home_div4 ul li h2{
		font-size: 15px;
		 margin-top: 200px;
		 margin-left: 110px;
}
.home_con41 .home_div4 ul li p{
	font-size: 15px;
	margin-top: 10px;
	line-height: 24px;
	text-align: center;
}

.home_con41 .home_div44{
margin-top:30px;
	/*border-top: 1px solid #ccc;*/
}
.home_con41 .home_div44 li
{
		width: 240px;
	height: 294px;
	border: 1px #e6e6e8 solid;
	float: left;
}
.home_con41 .home_div44 li:hover{
	
	color: #fff;
}
#gj1{background: url(gj_bg1.jpg)no-repeat;}
#gj1:hover{background: url(gj_bg11.jpg)no-repeat;}

#gj2{background: url(gj_bg2.jpg)no-repeat;}
#gj2:hover{background: url(gj_bg22.jpg)no-repeat;}

#gj3{background: url(gj_bg3.jpg)no-repeat;}
#gj3:hover{background: url(gj_bg33.jpg)no-repeat;}

#gj4{background: url(gj_bg4.jpg)no-repeat;}
#gj4:hover{background: url(gj_bg44.jpg)no-repeat;}

#gj5{background: url(gj_bg5.jpg)no-repeat;}
#gj5:hover{background: url(gj_bg55.jpg)no-repeat;}


.home_con41 .home_div44 li img{
	
	margin-left: 80px;
	margin-top: 50px;
}
.home_con41 .home_div44 h2{
	margin-left: 80px;
	font-size: 18px;
	margin-top: 120px;
}
.home_con41 .home_div44 p{
	margin: 20px;
	font-size: 14px;
	margin-top: 50px    ;
}
.home_con41 .home_div4 ul li .text {
  padding-top: 18px;
}
.home_con41 .home_div4 ul li .text .bt {
  display: block;
  text-align: center;
  color: #444444;
  font-size: 18px;
}
.home_con41 .home_div4 ul li .text .t {
  margin-top: 6px;
  text-align: center;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
}

.home_con40{
  background: url(si_pic.jpg) no-repeat center top;
  height:720px;
  margin-top: -100px;
}
.home_con40 .home_tit {
  padding-top: 80px;
}
.home_con40 .home_tit .bt {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.home_con40 .home_tit .t {
  margin-top: 10px;
  color: #828282;
  font-size: 15px;
  text-align: center;
}
.home_con40 .shouji img{
	margin-left: 30px;
	margin-top: -20px;
	}
.home_con40 .home_div40 {
	width: 180px;
	height: 200px;
  margin-top: 46px;
  overflow: hidden;
  border: 1px #ccc solid;
  font-size: 12px;
  line-height: 2em;
  float: left;
  margin: 10px;
  background: #fff;
}
.home_con40 .home_div400{
	width: 420px;
	margin-top: 20px;
}
.home_con40 .home_div40 h2{
	font-size: 15px;
	margin-left: 10px;
	color: #595042;
	}
.home_con40 .home_div40 ul {
  width: 110%;
  margin: 10px;
}
.home_con40 .home_div40 ul li {
 
  float: left;
  width: 150px;
  margin: 0 10px;
}
.home_con40 .home_div40 ul li .img {
  display: block;
  width: 300px;
  height: 340px;
  position: relative;
}
.home_con40 .home_div40 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_con40 .home_div40 ul li .text {
  padding-top: 18px;
}
.home_con40 .home_div40 ul li .text .bt {
  display: block;
  text-align: center;
  color: #444444;
  font-size: 18px;
}
.home_con40 .home_div40 ul li .text .t {
  margin-top: 6px;
  text-align: center;
  color: #777777;
  font-size: 14px;
  line-height: 20px;
}

.home_con51 {
  background: url(lc_pic.jpg) no-repeat center top;
  height: 686px;
  margin-top: -5px;
}
.home_con51 .home_tit {
  padding-top: 60px;
}
.home_con51 .home_tit .bt {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.home_con51 .home_tit .t {
  margin-top: 10px;
  color: #828282;
  font-size: 15px;
  text-align: center;
}
.home_con51 .home_div5 {
  width: 1200px;
  margin: 60px auto 0;
  position: relative;
  height: 370px;
  
}
.home_con51 .home_div5 .home_text {
  width: 220px;
  position: absolute;
}
.home_con51 .home_div5 .home_text .img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
}
.home_con51 .home_div5 .home_text .i1 {
  background: url(lc_bg1.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text .i2 {
  background: url(lc_bg2.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text .i3 {
  background: url(lc_bg3.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text .i4 {
  background: url(lc_bg4.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text .i5 {
  background: url(lc_bg5.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text .i6{
  background: url(lc_bg6.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text .i7 {
  background: url(lc_bg7.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text .i8 {
  background: url(lc_bg8.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text .bg {
  width: 23px;
  height: 23px;
  margin: 15px auto;
}
.home_con51 .home_div5 .home_text .bt {
  text-align: center;
  color: #333333;
  font-size: 16px;
}
.home_con51 .home_div5 .home_text .text {
  text-align: center;
  color: #7d7d7b;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
}
.home_con51 .home_div5 .home_text:hover .i1,
.home_con51 .home_div5 .home_text.cur .i1 {
  background: url(lc_bg11.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text:hover .i2,
.home_con51 .home_div5 .home_text.cur .i2 {
  background: url(lc_bg22.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text:hover .i3,
.home_con51 .home_div5 .home_text.cur .i3 {
  background: url(lc_bg33.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text:hover .i4,
.home_con51 .home_div5 .home_text.cur .i4 {
  background: url(lc_bg44.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text:hover .i5,
.home_con51 .home_div5 .home_text.cur .i5 {
  background: url(lc_bg55.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text:hover .i6,
.home_con51 .home_div5 .home_text.cur .i6 {
  background: url(lc_bg66.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text:hover .i7,
.home_con51 .home_div5 .home_text.cur .i7{
  background: url(lc_bg77.png) no-repeat center center;
}
.home_con51 .home_div5 .home_text:hover .i8,
.home_con51 .home_div5 .home_text.cur .i8 {
  background: url(lc_bg88.png) no-repeat center center;
}
.home_con51 .home_div5 .t1 {
  left: 10px;
  top: -30px;
}
.home_con51 .home_div5 .t2 {
  left: 292px;
  top: -30px;
}
.home_con51 .home_div5 .t3 {
  right: 406px;
  top: -30px;
}
.home_con51 .home_div5 .t4 {
  right: 125px;
  top: -30px;
}
.home_con51 .home_div5 .t5 {
  right: 125px;
  top: 225px;
}
.home_con51 .home_div5 .t6 {
  right: 406px;
 top: 225px;
}
.home_con51 .home_div5 .t7 {
  left: 292px;
 top: 225px;
}
.home_con51 .home_div5 .t8 {
  left: 10px;
 top: 225px;
}
.home_con61 {
   background: url(dm_bg5.jpg) no-repeat center top;
  height: 640px;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;

}
.home_con61 img{
	float: left;
	
}
.home_con61 .home_tit {
  padding-top: 40px;
  
}
.home_con61 .home_tit .bt {
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: normal;
}
.home_con61 .home_tit .t {
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin-left: 130px;
}
.home_con61 .home_div6 {
  margin-top: 38px;
  overflow: hidden;
}
.home_con61 .home_div6 ul {
  width: 110%;
}
.home_con61 .home_div6 ul li {
  float: left;
  width:400px;
  margin-right:20px;
  height: 221px;
  
}

.home_con81 {
   background: #FFFFFF;
  height: 640px;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0 auto;

}
.home_con81 img{
	float: left;
	margin-top: -190px;
	margin-left: -50px;
}
.home_con81 .home_tit {
  padding-top: 80px;
  margin-left: 150px;
}
.home_con81 .home_tit .bt {
  text-align: center;
  color: #444;
  font-size: 35px;
  font-weight: normal;
}
.home_con81 .home_tit .t {
  margin-top: 10px;
  color: #444;
  font-size: 15px;
  text-align: center;
  margin-left: 120px;
}
.home_con81 .home_div8 {
  margin-top: 38px;
  overflow: hidden;
}
.home_con81 .home_div8 ul {
  width: 110%;
}
.home_con81 .home_div8 ul li {
  float: left;
  width:400px;
  margin-right:20px;
  color: #444444;

}
.home_con81 .home_con8_1{
	width: 1100px;
	border: 1px #ccc solid;
	margin-top: 100px;
}


.tj_list{
	
	margin-left: 560px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.tj_list li{
	line-height: 2em;
	
	font-size: 14px;
}
.tj_list li a {color: #444444;}

/*tanchu*/
@font-face {
	font-family: 'iconfontyyy';
	src: url('../font_icon9/iconfont.eot');
	src: url('../font_icon9/iconfont.eot?#iefix') format('embedded-opentype'), url('../font_icon9/iconfont.woff') format('woff'), url('../font_icon9/iconfont.ttf') format('truetype'), url('../font_icon9/iconfont.svg#iconfontyyy') format('svg');
}

.iconfontyyy {
	font-family: "iconfontyyy" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.fuchuang {
	width: 32px;
	height: 93px;
	background-color: #adafb2;
	position: fixed;
	right:200px;
	top: 400px;
	cursor: pointer;
	z-index: 9999;
}
.tanchu_1 .iconfontyyy{
	font-size: 18px;
	color:#544E45;
	margin-right: 5px;
}

.fc_one {
	width: 100%;
	height: 15px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	text-align: center;
}

.fc_two {
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	margin: 12px 0px 6px 10px;
}

.tchu {
	width: 200px;
	height: 410px;
	position: fixed;
	top:400px;
	right:0px;
	border: 2px solid #544E45;
	background-color: #fff;
	background: #fff;
	z-index: 9999;
}
.tanchu_top{
	width:198px;
	height: 70px;
	text-align: center;
	background-color:#544E45 ;
}
.tanchu_top img {
	margin-top: 13px;
}

.tanchu_1 {
	font-family: "微软雅黑";
	font-size: 15px;
	width: 153px;
	height: 40px;
	border-radius: 2px;
	background-color: #e5e2dd;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.tanchu_5 {
	margin-top: 16px;
}
.tanchu_2 {
	background-color: #f8b500;
	color: #fff;
}

.tanchu_3 {
	font-size: 13px;
	width: 100%;
	text-align: center;
	font-family: "微软雅黑";
	color: #5a677a;
}

.tanchu_4 {
	font-family: "微软雅黑";
	font-weight: 600;
	font-size: 15px;
	color: #544E45;
}
.tanchu_2 .iconfontyyy{
	font-size:22px;
	color:#fff;
}
.banner3 img{
	width: 100%;
	min-width: 1240px;
}
.home_con ul li,.home_div2 dl a,.home_con4 li a,.home_con6 li a,.product_body li,.pro_div ul li .img,li, li a{
	overflow: hidden;
}
.home_con3 .home_div3,.other_body .home_con52 li,.other_body .home_con52 .home_div4,.support_banner li,.merchants_body .home_con41 .home_div4,.home_con3 .home_div3 li{
	overflow: inherit;
}
img,li{
	transition: all .8s;
}
.index_body li:hover img,.home_div2 dl a:hover img,.product_body li:hover img,.solution_body li:hover img,.other_body li:hover img,.service_body li:hover img,.support_con dd:hover img,.merchants_body li:hover img,.about_body li:hover img,.about_con3 dt:hover img,.dizhi span:hover img,.news_body li:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.home_con3 li:hover img,.support_banner li:hover img,.merchants_body .home_con41 li:hover{
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}
.other_body .home_con41 li:hover {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.banner li:hover img,.banner3 li:hover img,.banner2 li:hover img,.banner1 li:hover img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.index_body div,.product_body .pro_div2,.product_body .pro_div2 div,.product_body .pro_div3,.product_body .pro_div3 div,.product_body .pro_div4,.product_body .pro_div4  div,.pro_div4 ul,.product_body .pro_div5,.product_body .pro_div5 div,.pro_div5 ul{
	transition: all .8s;
}
.pro_div5 div,.other_body div{
	transition: all 1s;
}
/*index-animate;*/
.index_body .home_tit,.index_body .home_div2,.index_body .home_con3,.index_body .home_div3,.index_body .home_div4,.index_body .home_con5,.index_body .home_div5,.index_body .home_con6,.index_body .home_div6{
	opacity: 0;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}
.product_body .pro_div2,.product_body .pro_div3 .w1220,.product_body .pro_div3 .pro_con,.product_body .pro_div4,.product_body .pro_div4 .tit,.product_body .pro_div4 ul,.product_body .pro_div5 .tit,.product_body .pro_div5 .name,.product_body .pro_div5 ul,.product_body .pro_div5 .main_li,.product_body .pro_div5 .more_center{
	opacity: 0;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}
.solution_body .ppq_con img{
	opacity: 0;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}
.solution_body .tu_con img{
	opacity: 0;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}
.other_body .home_con52 li,.other_body .home_con53,.other_body .home_con53 li,.other_body .home_con54{
	opacity: 0;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}
.other_body .home_con52 .opac1,.other_body .opac1,.other_body .home_con53 .opac1{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.solution_body .tu_con .opac1,.solution_body .pro_div5 .opac1,.solution_body .ppq_con .opac1,.solution_body .ppq_con img:nth-child(1){
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.product_body .opac1,.product_body .pro_div3 .opac1,.product_body .pro_div3 .opac1,.product_body .opac1,.product_body .opac1,.product_body .pro_div4 .w1220 .opac1,.product_body .pro_div5 .opac1,.product_body .pro_div5 .opac1,.product_body .pro_div5 .opac1,.product_body .pro_div5 .opac1,.product_body .pro_div5 .opac1{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.index_body .opac1,.product_body .opac1{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/*服务与支持*/
.service_body dt,.service_body dd,.service_body div,.service_body li{
	transition: all .8s;
}
.service_body .f-l,.service_body .f-r,.service_body .support_con2,.service_body .home_tit,.service_body .home_con4 li,.service_body .support_con3,.service_body .support_con4{
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.service_body .support_con .f-l,.service_body .support_con .f-r,.service_body .opac1,.service_body .w1200 .opac1,#pkgl .opac1,.service_body .home_top .f-l,.service_body .home_top .f-r,.service_body .home_head .f-r{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/*招商加盟*/
.merchants_body div{
	transition: all 1s;
}
.merchants_body .home_tit,.merchants_body .home_con61 .home_div6,.merchants_body .home_con40 .shouji,.merchants_body .home_con31 .home_con3_quan,.merchants_body .home_con81 .home_con8_1,.merchants_body .home_con51 .home_div5{
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.merchants_body .w1200 .opac1,.merchants_body .home_con41 .home_tit{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/*关于塞尚*/
.about_body div,.about_body a,.about_body dt,.about_body dd{
	transition: all 1s;
}
.about_body .text,.about_body .more,.about_body .f-l,.about_body .f-r,.about_body .home_tit,.about_body .home_div6{
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.about_body .about_con .text,.about_body .about_con .home_tit,.about_body .home_con4 .home_tit,.about_body .opac1,.about_body .home_top .f-l,.about_body .home_top .f-r,.about_body .home_head .f-r,.about_body .home_head .text{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

/*施工保障*/
.other_body li,.other_body div{
	transition: all .8s;	
}
.other_body .home_con41 li,.other_body .td_left,.other_body .home_con42 .home_tit,.other_body .home_con42 .pl_pic,.other_body .home_con42 .pl_nr,.other_body .home_con42 .sg,#gy .home_tit{
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.other_body .home_con42 .ohome_tit,.other_body .opac1,.other_body .w1200 .opac1,#gy .opac1{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.ohome_div43{
	position: relative;
}
.ohome_div43 .chakan{
	bottom: 65px;
	display: block;
}
.ohome_div43 .chakan img{
	-webkit-transform: translateX(9px);
	-moz-transform: translateX(9px);
	-ms-transform: translateX(9px);
	-o-transform: translateX(9px);
	transform: translateX(9px);
}



/*好品质更安全*/
.ohome_div43 .home_tit,.ohome_div43 .home_div4{
	opacity: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}
.ohome_div43 .chakan{
		opacity: 0;
	-webkit-transform: translate(-50%,80px);
	-moz-transform: translate(-50%,80px);
	-ms-transform: translate(-50%,80px);
	-o-transform: translate(-50%,80px);
	transform: translate(-50%,80px);
}
.other_body .opac1.chakan{
	opacity: 1;
	-webkit-transform: translate(-50%,0px);
	-moz-transform: translate(-50%,0px);
	-ms-transform: translate(-50%,0px);
	-o-transform: translate(-50%,0px);
	transform: translate(-50%,0px);
}






div.fch div{
	transition: all 0s;
}
.menu_btn{
	z-index: 10;
}
.good_banner2{
	position: relative;
}
.good_banner_p1,.good_banner_p2{
	position: absolute;
	color: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 1s;
	opacity: 0;
}
.good_banner_p1{
	font-size: 35px;
	top: 185px;
	left: 40%;
}
.good_banner_p2{
	font-size: 18px;
	top: 255px;
	left: 60%;
}
.home_con42 .home_div4 ul li,.other_body .home_con42 .home_div4{
	overflow: visible;
}
.banquan a:hover{
	text-decoration: underline;
}


/*弹框*/
.case-tc {
	display: none;
	position: fixed;
	z-index: 99;
	background: url(tc1.png);
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0;
	text-align: center;
}

.case-tc .case-d {
	border-radius: 5px;
	width: 1200px;
	background: #FFFFFF;
	height: auto;
	padding: 35px 63px 40px 50px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	text-align: left;
	position: relative;
}

.case-tc .case-d .guanbi {
	cursor: pointer;
	position: absolute;
	right: -43px;
	top: 0;
	width: 43px;
	height: 43px;
	background: url(case-guanbi.png) no-repeat center center;
}

.case-tc .case-d h1 {
	color: #fab000;
	font-size: 24px;
	font-weight: normal;
}

.case-tc .case-d h1 span {
	display: inline-block;
	font-family: arial;
	font-size: 20px;
	color: #9a9a9a;
	margin-left: 5px;
}

.case-tc .case-d .case-box2 {
	margin-top: 26px;
}

.case-tc .case-d .case-box2 .case-t {
	float: left;
	width: 903px;
	height: 534px;
}

.case-tc .case-d .case-box2 .case-t em {
	display: block;
	width: 903px;
	height: 534px;
	position: relative;
}

.case-tc .case-d .case-box2 .case-t em img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.case-tc .case-d .case-box2 .case-xiaotu {
	float: right;
	width: 184px;
	height: 534px;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
}

.case-tc .case-d .case-box2 .case-xiaotu .xiaotu {
	height: 424px;
	width: 145px;
	margin: 62px auto 0;
}

.case-tc .case-d .case-box2 .case-xiaotu .xiaotu em {
	cursor: pointer;
	margin-bottom: 15px;
	display: block;
	width: 145px;
	height: 89px;
	position: relative;
	border: 4px solid #f5f5f5;
}

.case-tc .case-d .case-box2 .case-xiaotu .xiaotu em img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.case-tc .case-d .case-box2 .case-xiaotu .xiaotu em:hover {
	border: 4px solid #b6ab9b;
}

.case-tc .case-d .case-box2 .case-xiaotu .xiaotu button {
	width: 30px;
	height: 15px;
	top: 0;
	margin-top: 0;
	border: none;
}

.case-tc .case-d .case-box2 .case-xiaotu .xiaotu .slick-prev {
	background: url(case-prev.png) no-repeat center center;
	top: -35px;
	left: 50%;
	margin-left: -15px;
}

.case-tc .case-d .case-box2 .case-xiaotu .xiaotu .slick-next {
	background: url(case-next.png) no-repeat center center;
	top: 432px;
	right: 50%;
	margin-right: -15px;
}

.case-tc .case-d .case-tc-text {
	margin-top: 25px;
}

.case-tc .case-d .case-tc-text span {
	display: inline-block;
	float: left;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	padding-left: 35px;
	margin-right: 50px;
}

.case-tc .case-d .case-tc-text .s1 {
	background: url(case-icon1.png) no-repeat left center;
}

.case-tc .case-d .case-tc-text .s2 {
	background: url(case-icon2.png) no-repeat left center;
}

.case-tc .case-d .case-tc-text .s3 {
	background: url(case-icon3.png) no-repeat left center;
}

.case-tc .case-d .case-tc-text .s4 {
	background: url(case-icon4.png) no-repeat left center;
}

.nav li:hover img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.nav_con li:hover img{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.nav_con a{
	overflow: visible;
}



/*视频播放样式*/
#playboxbg { position:absolute; left:0; top:0; z-index:88888; width:100%; height:100%; background-color:#000;}
#play_video_container { position:absolute; left:0; top:0; z-index:99999; width:90.63%; min-width:800px; height:480px; border:2px solid #94BDDD; background-color:#000; top:0; left:0; max-width:640px;}
#play_video_container a.close_video { width:24px; height:24px; display:block; position:absolute; right:-26px; top:-2px; background:url(close.jpg) no-repeat 0 0; background-size:100%; line-height:20em; overflow:hidden;}




/** main **/ 
.maina{ width:1200px; height:auto; overflow:hidden; padding:30px 0;}
.hui{ background: #f5f5f5; width: 100%; height: auto; overflow: hidden;}
.pic{ float: left; width: 110px; height: auto; overflow: hidden; margin: 40px 45px 0;}
.pic .yuanbj{ width: 102px; height: 82px; border-radius: 51px; border: 1px solid #2e2c5d; padding-top: 20px; transition: 0.3s all 0s linear;}
.pic .yuanbj .yuan{ width: 60px; height: 60px; display: block; overflow: hidden;}
.pic .yuanbj .yuan img{ width: 60px; height: 60px; display: block;}
.pic:hover .yuanbj .yuan .box_img{position: relative; transition: 0.3s all 0s linear; display: block; margin-top: -60px;}
.pic .font{ text-align: center; color: #4c4c4c; height: 30px; line-height: 30px; padding: 10px 0 15px;}
.pic .yy{ width: 107px; height: 14px;}
.pic:hover .font{ color: #e63c3d;}
.pic:hover .yuanbj{ border: 1px solid #e63c3d;}

#cpbt{ background: url(cpbt.jpg) no-repeat left top #ededed; height: 84px; line-height: 84px; border: 1px solid #dddddd; padding-left: 300px; margin-bottom: 30px;}
#cpbt a{ color: #4c4c4c; font-size: 16px; padding: 0 50px 0 0;}


.index_prolist{ background:url(../img/leftcpbt.jpg) no-repeat center top; width:270px; padding:96px 0 0; float:left; background:}
.index_prolist ul li{ height:48px; line-height:48px; background: url(../img/left_icon1.png) no-repeat 15px center #ededed; padding-left:50px; border-bottom: 1px solid #dddddd; margin-bottom: 1px; font-size: 16px;}
.index_prolist ul li a{ color: #4c4c4c;}
.index_prolist ul li:hover{ background: url(../img/left_icon.png) no-repeat 15px center #00c8c8;}
.index_prolist ul li:hover a{ color: #fff;}

#cpzs > ul > .selected a{text-decoration:none;} 
.index_proright{ width:900px; float:right; overflow:hidden}
.picFocus{ width:900px; position:relative;  overflow:hidden; zoom:1; }
.picFocus .hd{ width:100%;overflow:hidden; }
.picFocus .hd ul{ overflow:hidden; zoom:1; }
.picFocus .hd ul li{  float:left;  text-align:center; width:282px; background: #fff; border: 1px solid #e2e2e2; border-bottom: 5px solid #4c4c4c; padding: 7px; margin-left:15px; margin-bottom:15px}
.picFocus .hd ul li p{ height:48px; line-height:48px; color:#2f2a2a;font-size:16px;}
.picFocus .hd ul li p a{ color:#2f2a2a;}
.picFocus .hd ul li img{ width:268px; height:268px; cursor:pointer;border:1px solid #ccc; }
.picFocus .hd ul li .zxcp{ background: url(../img/bt_icon2.png) no-repeat 10px center; width: 85px; height: 30px; line-height: 30px; border: 1px solid #4c4c4c; border-radius: 20px; padding-left: 30px; margin-bottom: 10px; transition:0.4s all 0s linear;margin:0 auto;}
.picFocus .hd ul li.on{ border-bottom: 5px solid #e63c3d; }
.picFocus .hd ul li.on .zxcp a{ color:#e63c3d;}
.picFocus .hd ul li.on .zxcp{ border: 1px solid #e63c3d; }

























