@charset "utf-8";
/*---------------------------------------*/
/*
	Name:Agent_Style v1.0 -CSS Framework
	Author: Liu Qingqing
	Styles updated: 2017/11/30
*/
/*---------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
body {
  background: #fff;
  color: #333;
  font-size: 14px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #ffb900;
}
a.active {
  color: #ffb900;
}
input,
textarea,
button,
select {
  outline: none;
}
textarea {
  resize: none;
}
em {
  font-style: normal;
}
/*图标*/
@font-face {
  font-family: 'iconfont';
  /* project id 721747 */
  src: url('../iconfont/iconfont.eot');
  src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../iconfont/iconfont.woff2') format('woff2'), url('../iconfont/iconfont.woff') format('woff'), url('../iconfont/iconfont.ttf') format('truetype'), url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}
.c-w {
  width: 100%;
}
.c-w1200 {
  width: 1200px;
  margin: 0 auto;
}
.c-ffm {
  font-family: "Microsoft yahei", Arial;
}
.c-ffs {
  font-family: simsun;
}
.c-mt0 {
  margin-top: 0 !important;
}
.c-mb0 {
  margin-bottom: 0 !important;
}
.c-mb36 {
  margin-bottom: 36px !important;
}
.c-fl {
  float: left;
}
.c-fr {
  float: right;
}
.c-w50 {
  width: 50px !important;
}
.c-clear:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.c-hide {
  display: none;
}
/*header*/
/*导航*/
/*footer*/
/*其他项目可复用模块*/
/*按钮*/
.btn01 {
  background: #ffb900;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.btn02 {
  color: #ffb900;
  border: 1px solid #ffb900;
  border-radius: 5px;
  text-align: center;
}
.btn03 {
  background: #666;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
/*公共标题*/
.g-title01 {
  height: 70px;
  line-height: 70px;
  background: url("../images/g-title01-bg.png") center no-repeat;
}
.g-title01 .title {
  width: 350px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
.g-title01 .title .en {
  float: left;
  width: 210px;
  color: #ffb900;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.g-title01 .title .ch {
  float: left;
  width: 132px;
  margin-top: 10px;
  margin-left: 8px;
}
.g-title01 .title .ch h2 {
  line-height: 30px;
  font-size: 28px;
}
.g-title01 .title .ch .p01 {
  line-height: 30px;
  font-size: 13px;
  color: #666;
}
/*面包屑 无背景色*/
.crumb {
  height: 60px;
  margin-bottom: 15px;
  line-height: 60px;
  font-size: 15px;
  background: #f6f6f6;
  overflow: hidden;
}
.crumb ul {
  float: left;
}
.crumb i.iconfont {
  margin-left: 15px;
  color: #ffb900;
  font-size: 28px;
}
.crumb li {
  float: left;
  margin-right: 12px;
  color: #333;
}
.crumb a {
  color: #333;
}
.crumb a:hover {
  color: #ffb900;
}
.crumb li.link:after {
  margin-left: 5px;
  content: '>>';
}
/*面包屑 有背景色*/
.crumb-bg {
  height: 60px;
  background: #f4f4f4;
}
.crumb-bg .crumb {
  width: 1200px;
  margin: 0 auto;
  line-height: 60px;
}
/*上一篇 下一篇*/
.page {
  position: relative;
  padding-top: 20px;
  height: 80px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.page a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 15px;
}
.page a.active,
.page a:hover {
  color: #ffb900;
}
/*分页*/
.pagination {
  height: 40px;
  line-height: 40px;
  margin: 20px 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  min-width: 38px;
  height: 38px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #eee;
  color: #333;
  border-radius: 3px;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 38px;
  color: #333;
}
.pagination li a:hover {
  background: #ffb900;
  color: #fff;
  border-radius: 3px;
}
.pagination li.active {
  border: 1px solid #ffb900;
  background: #ffb900;
  color: #fff;
  border-radius: 3px;
}
.pagination li.disabled {
  background: #eee;
}
/*向上出现*/
.fadeInBottom {
  animation: fadeInBottom 1s;
  -webkit-animation: fadeInBottom 1s;
  -moz-animation: fadeInBottom 1s;
  -o-animation: fadeInBottom 1s;
  -ms-animation: fadeInBottom 1s;
}
/*左侧滑入*/
.fadeInLeft {
  animation: fadeInLeft 1s;
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -o-animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
}
/*右侧滑入*/
.fadeInRight {
  animation: fadeInRight 1s;
  -webkit-animation: fadeInRight 1s;
  -moz-animation: fadeInRight 1s;
  -o-animation: fadeInRight 1s;
  -ms-animation: fadeInRight 1s;
}
/*右侧滑入*/
.fadeInRightSmall {
  animation: fadeInRightSmall 1s;
  -webkit-animation: fadeInRightSmall 1s;
  -moz-animation: fadeInRightSmall 1s;
  -o-animation: fadeInRightSmall 1s;
  -ms-animation: fadeInRightSmall 1s;
}
.flipInx {
  animation: flipInx 1s;
  -webkit-animation: flipInx 1s;
  -moz-animation: flipInx 1s;
  -o-animation: flipInx 1s;
  -ms-animation: flipInx 1s;
}
/*字体由小变大渐现*/
.fontFadeBig {
  animation: fontFadeBig 1s;
  -webkit-animation: fontFadeBig 1s;
  -moz-animation: fontFadeBig 1s;
  -o-animation: fontFadeBig 1s;
  -ms-animation: fontFadeBig 1s;
}
/*字体由大变小渐现*/
.fontFadeSmall {
  animation: fontFadeSmall 1s;
  -webkit-animation: fontFadeSmall 1s;
  -moz-animation: fontFadeSmall 1s;
  -o-animation: fontFadeSmall 1s;
  -ms-animation: fontFadeSmall 1s;
}
/*keyframes*/
/*向上出现*/
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*左侧滑入*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*右侧滑入*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*右侧滑入 短距离*/
@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*右侧滑入 短距离*/
@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*转*/
@-webkit-keyframes flipInx {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    opacity: 0;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    opacity: 0;
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipInx {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    opacity: 0;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    opacity: 0;
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInx {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    opacity: 0;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    opacity: 0;
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/*字体由小变大渐现*/
@-webkit-keyframes fontFadeBig {
  0% {
    opacity: 0;
    font-size: 10px;
  }
  100% {
    opacity: 1;
    font-size: 17px;
  }
}
@-moz-keyframes fontFadeBig {
  0% {
    opacity: 0;
    font-size: 10px;
  }
  100% {
    opacity: 1;
    font-size: 17px;
  }
}
@keyframes fontFadeBig {
  0% {
    opacity: 0;
    font-size: 10px;
  }
  100% {
    opacity: 1;
    font-size: 17px;
  }
}
/*字体由大变小渐现*/
@-webkit-keyframes fontFadeSmall {
  0% {
    opacity: 0;
    font-size: 50px;
  }
  100% {
    opacity: 1;
    font-size: 21px;
  }
}
@-moz-keyframes fontFadeSmall {
  0% {
    opacity: 0;
    font-size: 50px;
  }
  100% {
    opacity: 1;
    font-size: 21px;
  }
}
@keyframes fontFadeSmall {
  0% {
    opacity: 0;
    font-size: 50px;
  }
  100% {
    opacity: 1;
    font-size: 21px;
  }
}
.bounceIn {
  animation: bounceIn 1s both;
  -webkit-animation: bounceIn 1s both;
  -moz-animation: bounceIn 1s both;
  -o-animation: bounceIn 1s both;
  -ms-animation: bounceIn 1s both;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*旋转45度 显现*/
.rotateInDownLeft {
  animation: rotateInDownLeft 1s;
  -webkit-animation: rotateInDownLeft 1s;
  -moz-animation: rotateInDownLeft 1s;
  -o-animation: rotateInDownLeft 1s;
  -ms-animation: rotateInDownLeft 1s;
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.s-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 95px;
  background: rgba(0, 0, 0, 0.1);
}
.s-header .hea-cont {
  overflow: hidden;
}
.s-header .hea-cont .logo {
  float: left;
  width: 60px;
  height: 66px;
  padding-top: 17px;
  margin-right: 46px;
}
.s-header .hea-cont .logo img {
  width: 100%;
  height: 100%;
}
.s-header .hea-cont .s-nav {
  float: left;
  width: 860px;
  line-height: 95px;
}
.s-header .hea-cont .s-nav li {
  position: relative;
  float: left;
  width: 85px;
  text-align: center;
  margin: 0 18px;
}
.s-header .hea-cont .s-nav li a {
  color: #fff;
  font-size: 15px;
  display: block;
  width: 100%;
}
.s-header .hea-cont .s-nav li a:hover {
  color: #ffb900;
}
.s-header .hea-cont .The-phone {
  width: 147px;
  float: right;
  line-height: 92px;
}
.s-header .hea-cont .The-phone em {
  width: 32px;
  float: left;
}
.s-header .hea-cont .The-phone em i {
  font-size: 25px;
  color: #fdcc52;
}
.s-header .hea-cont .The-phone span {
  font-size: 17px;
  color: #fff;
}
.nav-scr {
  background-color: #fff;
}
.nav-scr span {
  color: #333!important;
}
.nav-scr a {
  color: #333!important;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 95px;
  background: #fff;
}
.header .hea-cont {
  overflow: hidden;
}
.header .hea-cont .logo {
  float: left;
  width: 60px;
  height: 66px;
  padding-top: 17px;
  margin-right: 46px;
}
.header .hea-cont .logo img {
  width: 100%;
  height: 100%;
}
.header .hea-cont .s-nav {
  float: left;
  width: 860px;
  line-height: 95px;
}
.header .hea-cont .s-nav li {
  position: relative;
  float: left;
  width: 85px;
  text-align: center;
  margin: 0 18px;
}
.header .hea-cont .s-nav li a {
  color: #333;
  font-size: 15px;
  display: block;
  width: 100%;
}
.header .hea-cont .s-nav li a:hover {
  color: #ffb900;
}
.header .hea-cont .The-phone {
  width: 160px;
  float: right;
  line-height: 92px;
}
.header .hea-cont .The-phone em {
  width: 32px;
  float: left;
}
.header .hea-cont .The-phone em i {
  font-size: 25px;
  color: #fdcc52;
}
.header .hea-cont .The-phone span {
  font-size: 17px;
  color: #333;
}
.nav-scr {
  background-color: #fff;
}
.nav-scr span {
  color: #333!important;
}
.nav-scr a {
  color: #333!important;
}
.banner {
  width: 100%;
  height: auto;
  display: table;
  position: relative;
}
.banner .bd {
  overflow: hidden;
}
.banner .bd ul {
  overflow: hidden;
}
.banner .bd ul li {
  width: 100%;
  height: 600px;
}
.banner .bd ul li img {
  width: 100%;
  height: 100%;
}
.banner .hd {
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  right: 155px;
}
.banner .hd ul {
  width: 100%;
}
.banner .hd ul li {
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  text-align: center;
  line-height: 18px;
  margin: 0 3px;
}
.banner .hd .red {
  background-color: #5bc0de;
}
.banner .hd .on {
  background-color: #fca100;
}
.banner02 {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 95px;
  overflow: hidden;
}
.banner02 img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  display: block;
  width: 1920px;
  height: 400px;
}
.comment_number {
  width: 1200px;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 65px;
  overflow: hidden;
}
.comment_number .comment-list {
  width: 20%;
  float: left;
  text-align: center;
}
.comment_number .comment-list span {
  text-align: center;
  color: #ffb900;
  font-size: 55px;
  display: inline-block;
}
.comment_number .comment-list .comment_unit {
  color: #666666;
  font-size: 14px;
  margin-top: 15px;
}
.s-title {
  text-align: center;
}
.s-title h2 {
  font-size: 44px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 2px;
}
.s-title p {
  font-size: 17px;
  letter-spacing: 2px;
  color: #666666;
  margin-top: 20px;
}
.s-product {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-top: 65px;
}
.s-product ul {
  overflow: hidden;
}
.s-product ul li {
  float: left;
  width: 24%;
  border: 1px solid #eee;
  margin: 0 5px 10px;
}
.s-product ul li .product-img {
  width: 288px;
  height: 190px;
}
.s-product ul li .product-img img {
  width: 100%;
  height: 100%;
}
.s-product ul li h2 {
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  color: #555;
}
.s-product ul li h2:hover {
  color: #ffb900;
}
.s-product ul .product-more {
  overflow: hidden;
}
.s-product ul .product-more .more-img {
  width: 288px;
  height: 190px;
  text-align: center;
  line-height: 277px;
  background-color: #ffb900;
}
.s-product ul .product-more .more-img img {
  width: 60px;
  height: 60px;
}
.about {
  width: 100%;
  overflow: hidden;
  margin-bottom: 65px;
  position: relative;
  padding-top: 177px;
}
.about .top-text {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 65px;
  padding-top: 0;
  position: absolute;
  top: 38px;
  left: 50%;
  margin-left: -665px;
  z-index: 10;
}
.about .top-text .text {
  margin: 5px 0;
  text-align: left;
  color: #666;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  text-indent: 2em;
}
.about .top-text .more {
  margin-top: 17px;
  padding: 0 15px;
  color: #ffcb40;
  font-size: 15px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  position: relative;
}
.about .top-text .more:before {
  position: absolute;
  left: 470px;
  top: 9px;
  content: '';
  width: 60px;
  height: 1px;
  background: #ffb900;
}
.about .top-text .more:after {
  position: absolute;
  right: 470px;
  top: 9px;
  content: '';
  width: 60px;
  height: 1px;
  background: #ffb900;
}
.about .about-img {
  height: 355px;
  background: url("../images/about.png") no-repeat;
  background-attachment: fixed;
}
.about .about-img .title {
  text-align: center;
  padding-top: 136px;
}
.about .about-img .title h5 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.about .about-img .title p {
  font-size: 17px;
  letter-spacing: 2px;
  color: #eee;
  margin-top: 20px;
}
.s-news {
  width: 1200px;
  margin: 0 auto;
  margin-top: 65px;
  overflow: hidden;
}
.s-news .news-con {
  width: 1210px;
  overflow: hidden;
}
.s-news .news-con li {
  float: left;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding: 0 0 2%;
  width: 30%;
  margin-left: 5px;
  margin-left: 11px;
}
.s-news .news-con li .news-img {
  width: 363;
  height: 234px;
  margin-bottom: 10px;
}
.s-news .news-con li .news-img img {
  width: 100%;
  height: 100%;
}
.s-news .news-con li .news-text {
  padding: 0 4%;
}
.s-news .news-con li .news-text h5 {
  font-size: 14px;
  color: #ffb900;
  text-transform: uppercase;
}
.s-news .news-con li .news-text h6 {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  margin-top: 6px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.s-news .news-con li .news-text .text {
  font-size: 14px;
  color: #666666;
  margin-top: 6px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 52px;
}
.s-news .news-con li .news-text .time {
  font-size: 14px;
  color: #999999;
  display: block;
}
.crumb-bg {
  height: 60px;
  margin-bottom: 33px;
  background: #f4f4f4;
}
.crumb-bg .crumb {
  width: 1200px;
  margin: 0 auto;
  line-height: 60px;
}
.crumb-bg .crumb ul {
  float: left;
}
.crumb-bg .crumb ul .link {
  float: left;
  margin-right: 12px;
  color: #333;
}
.crumb-bg .crumb ul .link i.iconfont {
  margin-left: 15px;
  color: #ffb900;
  font-size: 28px;
}
.side {
  float: left;
  width: 220px;
  /*联系方式*/
}
.side .side-bar01 {
  width: 220px;
  margin-right: 30px;
}
.side .side-bar01 .tit {
  width: 190px;
  height: 70px;
  line-height: 70px;
  font-size: 21px;
  color: #ffffff;
  background-color: #ffb900;
  font-weight: 400;
  overflow: hidden;
  padding-left: 30px;
}
.side .side-bar01 .tit i {
  float: left;
  margin-right: 10px;
  font-size: 20px;
}
.side .side-bar01 .side-nav {
  width: 190px;
}
.side .side-bar01 .side-nav li {
  width: 190px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  margin-top: 2px;
  background-color: #373838;
  border-bottom: 1px solid #ffb900;
  color: #ffffff;
  padding-left: 30px;
  position: relative;
  transition: background-color 0.3s;
}
.side .side-bar01 .side-nav li .item-a {
  display: block;
  color: #fff;
}
.side .side-bar01 .side-nav li .item-a i {
  font-size: 14px;
  display: block;
  position: absolute;
  top: 1px;
  right: 15px;
}
.side .side-bar01 .side-nav li .side-sub-nav {
  display: none;
  margin-bottom: 1px;
}
.side .side-bar01 .side-nav li .side-sub-nav a {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  background: #f6f6f6;
}
.side .side-bar01 .side-nav li:hover,
.side .side-bar01 .side-nav li.active {
  background: #ffb900;
}
.side .side-contact {
  overflow: hidden;
  width: 221px;
}
.side .side-contact .cont {
  width: 218px;
  border: 1px solid #e4e4e4;
  text-align: center;
}
.side .side-contact .cont .tel {
  padding: 10px 0;
  line-height: 34px;
  border-bottom: 1px solid #f4f3f4;
}
.side .side-contact .cont .tel span {
  color: #ffb900;
  font-size: 24px;
  font-style: italic;
}
.side .side-contact .cont .codes {
  padding-bottom: 10px;
}
.side .side-contact .cont .codes .tit {
  height: 40px;
  line-height: 40px;
}
.side .side-contact .cont .codes .imgs {
  overflow: hidden;
}
.side .side-contact .cont .codes .imgs .item {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-right: 5px;
}
.side .side-contact .cont .codes .imgs .item img {
  width: 110px;
  height: 110px;
}
.side .side-contact .cont .codes .imgs .item span {
  font-size: 14px;
}
/*新闻列表页*/
.news-list {
  overflow: hidden;
  margin-bottom: 30px;
}
.news-list .news-list01 {
  float: right;
  width: 950px;
}
.news-list .news-list01 .tit {
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  color: #999;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  background: url("../images/tit-d.png") no-repeat left center;
  padding-left: 20px;
}
.news-list .news-list01 .news {
  width: 950px;
  margin-bottom: 45px;
}
.news-list .news-list01 .news li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
  background: url("../images/li-d.png") no-repeat left center;
  padding-left: 20px;
  overflow: hidden;
}
.news-list .news-list01 .news li a {
  color: #555;
  overflow: hidden;
}
.news-list .news-list01 .news li a p {
  float: left;
  width: 840px;
  overflow: hidden;
}
.news-list .news-list01 .news li a span {
  float: right;
  width: 80px;
  overflow: hidden;
}
.news-list .news-list01 .news li a:hover {
  color: #ffb900;
}
/*产品列表页*/
.product-list {
  height: auto;
  display: table;
  margin-bottom: 30px;
}
.product-list .list-mod {
  float: right;
  width: 950px;
}
.product-list .list-mod .product {
  width: 968px;
  height: auto;
  display: table;
  margin-bottom: 28px;
}
.product-list .list-mod .product li {
  float: left;
  width: 304px;
  margin-right: 18px;
  margin-bottom: 24px;
}
.product-list .list-mod .product li a {
  display: block;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.product-list .list-mod .product li a img {
  display: block;
  width: 304px;
  height: 169px;
}
.product-list .list-mod .product li a .info {
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  text-align: center;
}
.product-list .list-mod .product li a .info h3 {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  overflow: hidden;
}
.product-list .list-mod .product li a .info .price {
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #ffb900;
}
.product-list .list-mod .product li a:hover {
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.3);
}
/*产品详情*/
.product-detail {
  height: auto;
  display: table;
  margin-bottom: 45px;
}
.product-detail .detail-mod {
  float: left;
  width: 950px;
  /*产品详情内容*/
}
.product-detail .detail-mod .det-main {
  margin-bottom: 20px;
  overflow: hidden;
}
.product-detail .detail-mod .det-main .pic {
  float: left;
  width: 388px;
  margin-right: 20px;
  border: 1px solid #eee;
}
.product-detail .detail-mod .det-main .pic img {
  width: 388px;
}
.product-detail .detail-mod .det-main .group {
  float: left;
  width: 530px;
  padding-top: 16px;
}
.product-detail .detail-mod .det-main .group h1 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.product-detail .detail-mod .det-main .group .desc {
  height: 46px;
  line-height: 23px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #5a5a5a;
  overflow: hidden;
}
.product-detail .detail-mod .det-main .group .attr {
  width: 580px;
  padding: 10px;
  background: #f6f6f6;
}
.product-detail .detail-mod .det-main .group .attr p {
  line-height: 23px;
  color: #666;
}
.product-detail .detail-mod .det-main .group .attr p span {
  color: #ffb900;
  font-size: 15px;
}
.product-detail .detail-mod .det-main .group .btn-inquiry {
  display: block;
  width: 180px;
  height: 57px;
  line-height: 57px;
  margin-top: 30px;
  background: #ffb900;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.product-detail .detail-mod .det-main .group .btn-inquiry i.iconfont {
  margin-right: 5px;
  font-size: 34px;
  vertical-align: middle;
}
.product-detail .detail-mod .det-main .group .btn-inquiry:hover {
  background: #024b96;
}
.product-detail .detail-mod .detail-wrap {
  width: 948px;
  border: 1px solid #eee;
}
.product-detail .detail-mod .detail-wrap .title {
  height: 46px;
  margin-bottom: 10px;
  color: #666;
  background: #f6f6f6;
}
.product-detail .detail-mod .detail-wrap .title li {
  float: left;
  width: 145px;
  height: 46px;
  line-height: 46px;
  border-right: 1px solid #eee;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}
.product-detail .detail-mod .detail-wrap .title li.active {
  background: #ffb900;
  color: #fff;
}
.product-detail .detail-mod .detail-wrap .cont {
  width: 848px;
  padding: 0 15px 15px;
  line-height: 1.7em;
}
.product-detail .detail-mod .detail-wrap .cont img {
  max-width: 100% !important;
}
.product-detail .detail-mod .detail-wrap .cont table {
  width: 100% !important;
}
/*推荐产品/侧边 */
.relate-hot {
  float: left;
  width: 190px;
  margin-left: 30px;
  padding: 10px;
  border: 5px solid #f6f5f2;
}
.relate-hot .title {
  width: 190px;
  height: 48px;
  line-height: 48px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
}
.relate-hot .cont {
  width: 190px;
}
.relate-hot .cont li {
  margin-bottom: 10px;
}
.relate-hot .cont li a {
  display: block;
  color: #545454;
  font-size: 16px;
}
.relate-hot .cont li a img.img-prod {
  width: 190px;
  margin-bottom: 6px;
}
.relate-hot .cont li a img.img-news {
  width: 190px;
  height: 118px;
  margin-bottom: 6px;
}
.relate-hot .cont li a h3 {
  max-height: 50px;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
}
.relate-hot .cont li a:hover {
  color: #ffb900;
}
/*新闻详情*/
.news-detail {
  float: right;
  width: 950px;
}
.news-detail .tit {
  font-size: 20px ;
  color: #333333;
  font-weight: 400;
  border-bottom: 1px dashed #dbdbdb;
  margin-bottom: 10px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-align: center;
}
.news-detail .attr {
  overflow: hidden;
  text-align: center;
}
.news-detail .attr p {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  color: #666666;
  height: 38px;
  line-height: 38px;
  margin-bottom: 10px;
}
.news-detail .contents {
  width: 910px;
  margin-top: 5px;
  overflow: hidden;
  padding: 0 20px;
  color: #333;
  text-align: justify;
  text-indent: 20px;
}
.news-detail .contents p {
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
}
.news-detail .contents img {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
.news-detail .prev-pages {
  width: 950px;
  overflow: hidden;
  margin-top: 30px;
}
.news-detail .prev-pages .prev-before {
  float: left;
}
.news-detail .prev-pages .prev-next {
  float: right;
}
.news-detail img {
  max-width: 950px !important;
}
.news-detail table {
  max-width: 950px !important;
}
/*关于我们*/
.page-about {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.page-about .tit {
  text-align: center;
  font-size: 26px;
  color: #333333;
  margin-bottom: 30px;
}
.page-about .tit h2 {
  font-size: 28px;
  color: #555;
  text-align: center;
  line-height: 50px;
  background: url("../images/about02-tit.png") no-repeat center center;
}
.page-about .tit img {
  display: block;
  margin: 0 auto;
}
.page-about .contents {
  overflow: hidden;
  text-align: justify;
}
.page-about .contents .info {
  font-size: 14px;
  line-height: 25px;
  color: #888888;
  text-indent: 20px;
}
.page-about .contents .work-envi {
  width: 1200px;
  overflow: hidden;
  margin: 20px auto;
  margin-bottom: 40px;
}
.page-about .contents .work-envi li {
  float: left;
  width: 380px;
  height: 236px;
  margin-right: 30px;
}
.page-about .contents .work-envi li img {
  display: block;
  width: 380px;
  height: 236px;
}
.page-about .contents .work-envi li:nth-child(3) {
  margin-right: 0;
}
.company-culture {
  width: 100%;
  background: url("../images/about02.png") no-repeat top center;
  background-size: cover;
  padding: 40px 0 60px 0;
}
.company-culture .tit01 {
  text-align: center;
  font-size: 26px;
  color: #fff;
}
.company-culture .tit01 h2 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: url("../images/about02-tit.png") no-repeat center center;
}
.company-culture .tit01 img {
  display: block;
  margin: 0 auto;
}
.company-culture .tit01-desc {
  text-align: center;
  color: #f5f5f5;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.company-culture .cont {
  overflow: hidden;
  margin-top: 10px;
}
.company-culture .cont li {
  float: left;
  width: 240px;
  text-align: center;
  color: #fff;
  padding: 30px;
}
.company-culture .cont li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.company-culture .cont li p {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
.company-culture .cont li span {
  display: block;
  height: 25px;
  line-height: 25px;
}
.about-honor {
  padding: 30px 0;
}
.about-honor .tit {
  text-align: center;
  font-size: 26px;
  color: #333333;
}
.about-honor .tit h2 {
  font-size: 28px;
  color: #555;
  text-align: center;
  line-height: 50px;
  background: url("../images/about02-tit.png") no-repeat center center;
}
.about-honor .tit img {
  display: block;
  margin: 0 auto;
}
.about-honor ul {
  overflow: hidden;
  margin-top: 10px;
}
.about-honor ul li {
  float: left;
  width: 224px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.about-honor ul li img {
  display: block;
  width: 224px;
  height: 150px;
}
.about-honor ul li:nth-child(5n) {
  margin-right: 0;
}
.honor-list {
  float: right;
  width: 950px;
}
.honor-list .honor {
  height: auto;
  display: table;
  width: 964px;
}
.honor-list .honor li {
  float: left;
  margin: 0 8px 20px 8px;
}
.case-list {
  float: right;
  width: 950px;
}
.case-list .case {
  height: auto;
  display: table;
}
.case-list .case li {
  float: left;
  width: 279px;
  margin-right: 34px;
  margin-bottom: 15px;
}
.case-list .case li img {
  display: block;
  width: 279px;
  height: 207;
}
.case-list .case li .info {
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  overflow: hidden;
}
.case-list .case li .info h3 {
  width: 100%;
  color: #666;
}
/*联系我们*/
.page-contact01 {
  width: 1200px;
  margin: 0 auto 20px;
}
.page-contact01 .tit {
  text-align: center;
  font-size: 26px;
  color: #333333;
  margin-bottom: 30px;
}
.page-contact01 .tit h2 {
  font-size: 28px;
  color: #555;
  text-align: center;
  line-height: 50px;
  background: url("../images/about02-tit.png") no-repeat center center;
}
.page-contact01 .tit img {
  display: block;
  margin: 0 auto;
}
.page-contact01 .tel {
  line-height: 40px;
  margin-top: 16px;
  font-size: 34px;
  text-align: center;
  color: #666;
  font-family: 'intro_regular';
}
.page-contact01 .tel span {
  padding-left: 50px;
  background: url("/public/images/contact_01.png") left center no-repeat;
}
.page-contact01 .para {
  margin-top: 12px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.page-contact01 .para p {
  line-height: 28px;
  color: #666;
  text-align: center;
}
.page-contact01 .map {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.page-contact01 .map #allmap {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.page-contact01 .map dl,
.page-contact01 .map dt,
.page-contact01 .map dd,
.page-contact01 .map ul,
.page-contact01 .map li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-contact01 .map dt {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: bold;
  border-bottom: 1px dotted #000;
  padding: 5px 0 5px 5px;
  margin: 5px 0;
}
.page-contact01 .map dd {
  padding: 5px 0 0 5px;
}
.page-contact01 .map li {
  line-height: 28px;
}
.link-section {
  width: 1200px;
  margin: 0 auto 20px;
}
.link-section .title {
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}
.link-section .title h2 {
  display: inline-block;
  line-height: 45px;
  padding: 0 5px;
  border-bottom: 1px solid #ffb900;
  font-size: 18px;
  color: #333;
}
.link-section .title span {
  font-weight: bold;
  color: #0069b7;
  font-size: 16px;
}
.link-section .cont {
  width: 100%;
}
.link-section .cont a {
  margin-top: 20px;
  margin-right: 15px;
  color: #666;
}
.link-section .cont a:hover {
  color: #ffb900;
}
/*底部*/
.footer05 {
  background: #2b2c2e;
}
.footer05 .info {
  padding: 40px 0 0;
  border-bottom: 1px solid #2f3233;
  color: #888;
  width: 1200px;
  margin: 0 auto;
}
.footer05 .info .nav-mod {
  float: left;
  width: 700px;
  height: 13px;
  line-height: 13px;
  margin-bottom: 36px;
}
.footer05 .info .nav-mod a {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #484c4c;
  font-size: 14px;
  color: #a9a9a9;
}
.footer05 .info .nav-mod a:hover {
  text-decoration: underline;
}
.footer05 .info .left {
  float: left;
  width: 950px;
}
.footer05 .info .left .left-contact {
  float: left;
  width: 360px;
}
.footer05 .info .left .left-contact p {
  line-height: 30px;
  margin-bottom: 5px;
}
.footer05 .info .left .left-contact p i.iconfont {
  font-size: 24px;
  margin-right: 5px;
  vertical-align: middle;
  color: #686868;
}
.footer05 .info .left .middle {
  width: 544px;
  overflow: hidden;
}
.footer05 .info .left .middle .mod {
  float: left;
  width: 272px;
}
.footer05 .info .left .middle .mod h4 {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 40px;
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 700;
}
.footer05 .info .left .middle .mod .links {
  text-align: justify;
  font-size: 15px;
}
.footer05 .info .left .middle .mod .links a {
  color: #888;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.footer05 .info .left .middle .mod .foot-pro {
  height: auto;
  display: table;
  font-size: 15px;
}
.footer05 .info .left .middle .mod .foot-pro li {
  overflow: hidden;
  float: left;
  width: 50%;
  height: 36px;
  line-height: 36px;
}
.footer05 .info .left .middle .mod .foot-pro li a {
  color: #999;
  font-size: 15px;
}
.footer05 .info .right {
  width: 250px;
  float: right;
  text-align: right;
  overflow: hidden;
}
.footer05 .info .right .btn-service {
  display: block;
  float: right;
  width: 118px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 5px;
  background: #ffb900;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}
.footer05 .info .right .tel {
  float: right;
  line-height: 38px;
  margin-bottom: 12px;
  text-align: right;
  font-size: 28px;
  color: #fff;
}
.footer05 .info .right .code {
  float: right;
  width: 120px;
  height: 120px;
}
.footer05 .copyright {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  color: #666;
}
.footer05 .copyright .p1 {
  float: left;
}
.footer05 .copyright .p2 {
  float: right;
}
.footer05 .copyright .p2 a {
  color: #666;
}
