@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
}
body{
	background-image:url(../png/bg.webp);
	background-repeat:repeat;
}

img {
    border: 0;
}

.header {
  
    background: #f7f7f7;
    height: 62px;
	text-align:center;
}

.nav {
    margin: 0 auto !important;
    overflow: hidden;
    height: 62px;
}

.nav ul {
    margin: 0 auto;
    /*padding-left: 15%*/
}

.nav ul li {
    height: 52px;
    line-height: 52px;
    float: left;
    padding: 5px 10px;
    margin: 0px 5px;
    position: relative;
}

.nav ul li a {
    height: 52px;
    color: #333;
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    text-decoration: none;
}

.nav ul li a:hover {
    color: #e7c16c;
    text-decoration: none;
}

.nav ul li span {
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    background: #e7c16c;
    top: 60px;
    left: 50%;
}

.logo li {
    height: 62px;
    line-height: 62px;
    float: left;
	margin-left:15%;
    /*width:*/
}
.logo img{
    height: 62px;
}

/*焦点图*/
.focus {
    position: relative;
    width: 980px;
    height: 380px;
    margin: 0 auto;
}

.focus img {
    width: 100%;
    height: 380px;
}

.focus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .btn a:hover, .focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    bottom: 25px;
    right: 40px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt .current, .focus .D1fBt a:hover {
    background: #fc114a;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev, .focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../png/focus_btn.webp) no-repeat;
}

.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -40px 0;
}

.main {
    height: auto;
}

.row-margin {
    margin: 10px auto;
}


.row-margin-30 {
    margin: 0px auto;
}

.row-margin-top-20{
    margin-top: 20px;
}

.col-margin {
    margin: 10px auto;
}

.col-margin-30 {
    margin: 30px auto;
}

.product-show {
    text-align: center;	

}

.product-show1 {
    text-align: center;
    margin-top: 30px;
}

.product-show h1 {
    margin: auto;
}

.more-info {
    text-align: center;
    padding: 30px;
	color:#fff;


}
.more-info a{
	color:#505050;
	background-color:#FFFFFF;
	width:180px;
	height:36px;
	margin:5px auto;
	border:1px solid #A3A3A3;
	text-align:center;
	padding:7px 18px;
}

.more-info a:hover{
	background-color:#E17B07;
	color:#FFFFFF;
    border: 1px solid #fff;
	}

.product-list {
    /*height: 100px;*/
}

.product-list img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.float-left {
    float: left !important;
}

.center {
    text-align: center;
    color: #FFFFFF;
    position: inherit;
}

.center1 {
    text-align: center;
    color: #FFFFFF;
    margin-top: 8px;
    position: inherit;
	font-size:20px;
	font-weight:600
}

.line {
    height: 1px;
    background-color: #ddd;
}

.news {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.more {
    float: right;
    padding-right: 8px;
    font-size: 14px;
}

.about > section > section > img {
    width: 100%;
}

h4 {
    font-weight: 600;
}

td {
    padding: 6px !important;
}

.bottom {
    background: #676767;
    margin-top: 20px;
	padding-bottom:15px;
}

/*关于我们*/
.secfocus {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.all-title {
    padding-bottom: 10px;
}


.title-deraction {
    padding-right: 38%;
    
}
.title-deraction2 {
    padding-right: 33%;
    height: 72px;
	margin-top:-18px;
}
.title-deraction3 {
    padding-right: 50%;
    height: 72px;
	margin-top:-18px;
}
.title-deraction4 {
    padding-right: 47%;
    height: 72px;
	margin-top:-18px;
}

.title-deraction h2 {
    margin-top: -3px;
}

.hengxian {
     margin: 30px 0;
	width:100%;
	height:1px;
	background:#ccc;

}

.img1 img {
    width: 100%;
}

.img2 img {
    width: 100%;
    margin-top: 30px;
}

.new2 {
    margin-top: 50px;
}
.p-2{
    text-indent: 2em;
}


.big-title a span {
    padding-bottom: -5px;
    font-size: 16px;
	margin:0 auto;
}
.big-title1{
	font-size:24px;
}

.small-titlea{
	text-align:center;
	
}


.left--title a img {
    padding-right: 5%;
}

.date {
    margin-right: 5%;
}
.margin-left-1em{
    margin-left: 1em;
}

.new-right {
    margin-top: 0px;
}

.new-right1 {
    margin-top: 13px;
}

.new-title {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 600
}

.new-right img {
    float: right;
    margin-top: -35px;
}

.pagni {
    padding-left: 37%;
}

.pagni1 {
    padding-left: 40%;
}

.detail-title {
    margin: 10px auto;
	/* padding-left:20%; */
    font-size: 24px;
    font-weight: 600;
    color: #37428d;
    text-align: center;
}

.detail-sub-title {
    margin: 10px auto;
	/* padding-left:20%; */
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.detail-title-link {
    margin: 5px auto;
	/* padding-left:20%; */
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.inner-image {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.second-p {
    text-indent: 2
}

.right2 {
    padding-left:3%;
    margin-top: 30px;
	position:inherit;
}



.left2 {
    margin-top: 30px;
}

.product-tab {
    text-align: center;
    float: right;
    border-bottom: 1px solid #fff;
}

.product-tab .active {
    color: red;
    border-bottom: 1px solid red;
}

.pointer {
    cursor: pointer;
}

.product-tab-page {
    text-align: center;
}
/*引用*/
*{margin: 0;padding: 0}
.TTSlider{width: 980px;margin: 30px auto}
.TTSlider li{list-style-type:none;float: left;}
.TTSlider li img{border: none;}
.TTSliderTitle{background: #FAFAFA;height: 63px;}
.TTSliderTitle ul{width: 980px;}
.TTSliderTitle li{width: 140px;height: 63px;position: relative;z-index: 3;left: 0;}
.TTSliderTitle li div{border-right: 1px solid #C3C5C7;border-top: 1px solid #C3C5C7;left: 0;right: 0;top: 0;bottom: 0;position: absolute;_width:139px;_height:62px}
.TTSliderTitle .cur div{border: 2px solid #C3C5C7;background: #fff;z-index: 3;border-bottom: none;bottom: -2px;_height:63px;_width:136px}
.TTSliderTitle .noneBorRight div{border-right: none;}
.TTSliderTitle li a{display: block;width: 50%;float: left;height: 100%;line-height: 61px;text-decoration: none;overflow: hidden;*width:49%;font-size: 12px}
.TTSliderTitle li a img{height: 50px;margin: 6px;width: 50px}

.TTSliderPic{width: 910px;padding: 13px 33px;border: 2px solid #C3C5C7;position: relative;height: 180px;z-index: 1}
.TTSliderPicList{position: relative;width:890px;overflow: hidden;height:180px;}
.TTSliderPic ul{position: absolute;display: none;top:3px;left: 0}
.TTSliderPic ul.show{display: block;}
.TTSliderPic li img{width:150px }
.TTSliderPic li{width: 150px;padding: 0 14px;height: 180px;}
.TTSliderPic li a{display: block;height: 150px;overflow: hidden;}
.TTSliderPic li p{height: 30px;line-height: 30px;text-align: center;color: #ED0A0A}
.TTSliderPrevBtn,.TTSliderNextBtn{height: 100%;width: 45px;position: absolute;z-index: 999;top: 0;text-align: center;}
.TTSliderPrevBtn{left:0}
.TTSliderNextBtn{right: 0;}
.TTSliderPrevBtn a,.TTSliderNextBtn a{height: 30px;width: 20px;display: inline-block;background: url(../btn.html) no-repeat;margin-top: 75px}
.TTSliderNextBtn a{background: url(../btn.html) no-repeat -30px 0}
.sipurui{
	color:#fff;
}
a:hover{
	text-decoration:none;

}

.left-case{

}

a{
	color:#4B4B4B;
}
.baoxiu p{
	font-weight:600;
	margin-bottom:0 !
	important;
	padding:5px;
}
.bg{
	background-image:url(../png/bg.webp);
	background-repeat:repeat;
}
.bg1{
	margin-top:30px;
	padding:left !important;
	padding:right !important;
	position: relative;
    z-index: 999;
}
.news-title ul li{
	display:inline;
	float:right;
	border:#bbb solid 1px;
	height:34px;
	width:90px;
	text-align:center;
	line-height:34px;
}

.news-title1 ul li{
	display:inline;
	float:right;
	border:#bbb solid 1px;
	height:34px;
	width:90px;
	text-align:center;
	line-height:34px;

}


/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
	margin-left:10%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background:#DAB05E;
  color:#fff;
  border-color:#FFFFFF;

  
}
.news-title ul li a:hover{
	border:#FFFFFF solid 1px !important;}
.cutline{
	color:#333;
}
.box{
	padding:5px;
	float:left;
	padding-left:3.9%;
}
.contact{
	margin:0 auto;
}
.contact p{
	text-align:center;
	margin:0 auto;
	padding:15px 0;
	font-size:24px;
	font-weight:600;
}

.zi1{
	color:#297083;
	font-size:16px;
	font-weight:600
}
.zi2{
	color:#E36C0A;
	font-size:15px;
	font-weight:600
}
.time{
	color:;
}
.a2015{
	margin-top:15px;
}
.focuswidth img{
	width:100%;
	height:auto;
}

.company-name{
	color:#fff;
    font-size: 24px;
    float: left;
    padding-left: 24px;

}
.company-code{
	color:#fff;
    margin-top: 22px;
    margin-left: 24px;
	font-size: 18px;
	
}
/*guanyuwomen*/

.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}



/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.margin-0{
    margin: 0;
}

.branch-office{
    margin: 0 auto;
}

.branch-office section{
    margin: 20px 50px;
}

.branch-office-detail{
    position: absolute;
    margin: 0 0 0 20px;
}
.branch-office-img{
    width: 300px;
}

.nav-especial{
  color: red !important;
}
.nav-especial-flag{
  height: 16px;
  margin-left: 4px;
}

.especial-title{
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: red;
}
.general-title{
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
.color-news-title{
  color: #37428d
}
.active1{
  color:#DAB05E !important;
}
.news-images{
  width: 210px;
  height: 120px;
}

#pinping-box{
    text-align:center;
}