* {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
}
a {
  text-decoration: none;
  color: #333;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a img {
  border: none;
}
li {
  list-style: none;
}
.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
img {
  vertical-align: middle;
}
.div1200 {
  width: 1200px;
  margin: 0px auto;
}
.wrap {
  width: 100%;
  min-width: 1200px;
  _zoom: 1;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* common */
.top-contact {
  background-color: #323332;
  line-height: 36px;
}
.top-contact p {
  font-size: 12px;
  color: #7f7f7f;
}
.top-info {
  padding: 50px 0 35px;
  justify-content: space-between;
}
.nav ul li {
  float: left;
  margin-left: 56px;
}
.nav ul li a {
  display: block;
  font-size: 16px;
  color: #3b3b3b;
}
.nav ul li.active a,
.nav ul li a:hover,
.footer-nav dl a:hover {
  color: #f5ad22;
}
.footer {
  border-top: 2px solid #f3f3f3;
  margin-top: 100px;
}
.footer-flex {
  padding: 23px 0;
}
.footer-logo {
  margin-right: 20px;
}
.footer-nav {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.footer-nav dl {
  padding: 0 50px;
  min-height: 107px;
}
.footer-nav dt {
  line-height: 32px;
  font-size: 14px;
  color: #505050;
}
.footer-nav dl {
  line-height: 24px;
}
.footer-nav dl a {
  font-size: 12px;
  color: #878787;
}
.footer-contact img {
  border: 1px solid #dadada;
}
.footer-contact img:hover {
  border-color: #f5ad22;
}
.footer-contact p {
  color: #878787;
  line-height: 24px;
}
.ewm {
  margin: 0 24px 0 43px;
}
.ewm p {
  text-align: center;
  font-size: 12px;
}
.contact p:nth-of-type(1) {
  font-size: 14px;
}
.contact p:nth-of-type(2) {
  font-size: 12px;
  margin-bottom: 10px;
}
.copyright {
  background-color: #323332;
  line-height: 56px;
}
.copyright p {
  font-size: 12px;
  color: #bbb;
}
.small-nav {
  border-bottom: 1px solid #eee;
  line-height: 68px;
  margin-top: 20px;
}
.small-nav a {
  line-height: 68px;
  display: block;
  position: relative;
  color: #707070;
  font-size: 22px;
  margin: 0 28px;
}
.small-nav a.active::before,
.small-nav a:hover::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background-color: #f5ad22;
}
/* 首页 */
.index-cpzx {
  background-color: #fffaf2;
  padding: 38px 0;
}
.tit1 {
  text-align: center;
}
.tit1 img {
  margin-right: 10px;
}
.tit1 span {
  font-size: 30px;
  color: #3e3e3e;
  font-weight: bold;
}
.tit1 p {
  font-size: 14px;
  color: #8d8d8d;
  line-height: 36px;
}
.index-cpzx-tabs {
  margin-top: 20px;
}
.index-cpzx-tabs a {
  display: block;
  font-size: 12px;
  color: #ffffff;
  background-color: #898989;
  width: 96px;
  line-height: 30px;
  margin: 0 4px;
  text-align: center;
  border-radius: 5px;
}
.index-cpzx-tabs a.active,
.index-cpzx-tabs a:hover {
  background-color: #f4ac25;
}
.index-cpzx-list {
  padding: 18px 16px;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #f8f3eb;
  display: none;
}
.index-cpzx-list.active {
  display: block;
}
.index-cpzx-list.cpzx-list .item {
  margin-right: 20px;
}
.index-about {
  margin-top: 54px;
}
.index-about .div1200 {
  justify-content: space-between;
}
.index-about .index-about-le {
  width: 712px;
}
.index-about .index-about-re {
  width: 389px;
}
.index-about .index-about-le h2 {
  font-size: 30px;
  color: #f4ac25;
}
.index-about .index-about-le p:nth-of-type(1) {
  font-size: 16px;
  color: #909090;
  position: relative;
}
.index-about .index-about-le p:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #4b4b4d;
}
.index-about .index-about-le p:nth-of-type(2) {
  margin-top: 20px !important;
}
.index-about .index-about-le p:nth-of-type(2),
.index-about .index-about-le p:nth-of-type(3) {
  margin-top: 6px;
  font-size: 14px;
  color: #9c9c9c;
  line-height: 31px;
  text-indent: 2em;
}
.index-about .index-about-le a {
  margin-top: 22px;
  width: 146px;
  line-height: 42px;
  border: 1px solid #f4ac25;
  display: inline-block;
  font-size: 12px;
  color: #a0a0a0;
  text-align: center;
}
.index-about .index-about-le a:hover {
  background-color: #f4ac25;
  color: #fff;
}
.index-about .index-about-re img {
  width: 100%;
}
.index-jjfa {
  margin-top: 56px;
  background: url(../images/bg_02.png) center center no-repeat;
  padding: 50px 0;
}
.tit2 {
  text-align: center;
}
.tit2 p:nth-of-type(1) {
  font-size: 30px;
  color: #f9f9f9;
  font-weight: bold;
}
.tit2 p:nth-of-type(2) {
  font-size: 16px;
  color: #a2a2a2;
}
.tit2 p:nth-of-type(3) {
  font-size: 14px;
  color: #a5a5a5;
  line-height: 34px;
}
.index-jjfa-list {
  margin-top: 43px;
  position: relative;
}
.index-jjfa-list .swiper-container {
  position: static;
}
.index-jjfa-list .swiper-button-prev,
.index-jjfa-list .swiper-container-rtl .swiper-button-next {
  left: -70px;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}
.index-jjfa-list .swiper-button-next,
.index-jjfa-list .swiper-container-rtl .swiper-button-prev {
  right: -70px;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.index-jjfa-list .swiper-button-prev:after,
.index-jjfa-list .swiper-container-rtl .swiper-button-next:after,
.index-jjfa-list .swiper-button-next:after,
.index-jjfa-list .swiper-container-rtl .swiper-button-prev:after {
  color: #fff;
  font-size: 24px;
}
.index-jjfa-list .swiper-slide {
  background-color: #eaeaea;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.index-jjfa-list .swiper-slide img {
  width: 100%;
}
.index-jjfa-list .swiper-slide .li_content {
  padding: 10px;
  text-align: right;
}
.index-jjfa-list .swiper-slide .li_content p {
  text-align: left;
}
.index-jjfa-list .swiper-slide .li_content p:nth-of-type(1) {
  font-size: 16px;
  color: #f4ac25;
  font-weight: bold;
  margin-top: 10px;
}
.index-jjfa-list .swiper-slide .li_content p:nth-of-type(2) {
  margin-top: 6px;
  font-size: 12px;
  color: #8a8a8a;
  line-height: 22px;
}
.index-jjfa-list .swiper-slide .li_content span {
  font-size: 12px;
  color: #7e7e7e;
  margin-top: 20px;
}
.index-jjfa-list .swiper-slide:hover {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  　-moz-transform: translate(0, -5px);
  　-o-transform: translate(0, -5px);
  　-ms-transform: translate(0, -5px);
}
.index-jjfa-list .swiper-slide:hover span {
  color: #f4ac25;
}
.index-jjfa-more {
  margin-top: 47px;
  text-align: center;
}
.index-jjfa-more a {
  display: inline-block;
  width: 164px;
  line-height: 38px;
  border: 2px solid #fff;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
}
.index-jjfa-more a:hover {
  background-color: #fff;
  color: #f4ac25;
}
.index-case {
  margin-top: 60px;
}
.index-cooperation {
  margin-top: 62px;
  background-color: #fffaf2;
  padding: 46px 0 40px;
}
.cooperation-list .item {
  width: 192px;
  border: 1px solid #eee;
  float: left;
  margin-top: 15px;
  margin-right: 7px;
}
.cooperation-list .item img {
  width: 100%;
}
.cooperation-list .item:nth-of-type(6n) {
  margin-right: 0 !important;
}
.cooperation-list .item:hover {
  border-color: #f4ac25;
}
.more {
  margin-top: 37px;
  text-align: center;
}
.more a {
  display: inline-block;
  width: 290px;
  line-height: 46px;
  background-color: #f4ac25;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
.more a:hover {
  opacity: 0.9;
  font-weight: bold;
}
/* 联系我们 */
.container {
  margin-top: 31px;
}
.container .div1200 {
  border: 1px solid #eee;
}
.lxwm-content {
  text-align: center;
  margin-top: 40px;
}
.small-nav a.active,
.small-nav a:hover,
.lxwm-content p:nth-of-type(1),
.lxwm-content p:nth-of-type(2) {
  color: #f5ad22;
}
.lxwm-content p:nth-of-type(1) {
  font-size: 50px;
  font-weight: bold;
}
.lxwm-content p:nth-of-type(2) {
  background: url(../images/lxwm_03.png) center center no-repeat;
  font-size: 30px;
  line-height: 62px;
  margin: 20px 0 40px;
}
.lxwm-content p:nth-of-type(3),
.lxwm-content p:nth-of-type(4) {
  font-size: 18px;
  color: #979797;
}
.lxwm-way {
  margin-top: 90px;
  justify-content: space-around;
}
.lxwm-way .item {
  text-align: center;
}
.lxwm-way .item img {
  margin-bottom: 10px;
}
.lxwm-way p {
  font-size: 18px;
  color: #979797;
  line-height: 30px;
}
.map {
  margin: 44px;
}
.map img {
  width: 100%;
}
/* 新闻中心 */
.news {
  margin-top: 40px;
}
.news img{
  max-width: 100%;
}
.news .item {
  background-color: #f8f8f8;
  margin-bottom: 28px;
  justify-content: space-between;
  align-items: flex-start;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.news .item .li_img {
  width: 215px;
}
.news .item .li_img img {
  width: 100%;
}
.news .item .li_right {
  width: 925px;
  padding: 30px;
  text-align: right;
}
.news .item .li_right .li_1 {
  line-height: 44px;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
}
.news .item .li_right .li_1 span:nth-of-type(1) {
  font-size: 18px;
  color: #5f5f5f;
}
.news .item .li_right p {
  margin-top: 10px;
  line-height: 25px;
  text-align: left;
}
.news .item .li_right .li_1 span:nth-of-type(2),
.news .item .li_right p,
.news .item .li_right a {
  font-size: 12px;
  color: #a1a1a1;
}
.news .item:hover {
  background-color: #fffcef;
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  　-moz-transform: translate(0, -5px);
  　-o-transform: translate(0, -5px);
  　-ms-transform: translate(0, -5px);
}
.fenye {
  margin-top: 20px;
}
/* 解决方案 */
.jjfa {
  margin-top: 44px;
}
.jjfa .item {
  width: 374px;
  float: left;
  margin-bottom: 35px;
  margin-right: 39px;
}
.jjfa .item:nth-of-type(3n) {
  margin-right: 0 !important;
}
.jjfa .item .li_img {
  width: 100%;
  overflow: hidden;
}
.jjfa .item .li_img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.jjfa .item .li_content {
  padding: 10px;
  text-align: right;
}
.jjfa .item .li_content p {
  text-align: left;
}
.jjfa .item .li_content p:nth-of-type(1) {
  font-size: 16px;
  color: #f4ac25;
  font-weight: bold;
  margin-top: 10px;
}
.jjfa .item .li_content p:nth-of-type(2) {
  margin-top: 6px;
  font-size: 12px;
  color: #8a8a8a;
  line-height: 22px;
}
.jjfa .item .li_content span {
  font-size: 12px;
  color: #7e7e7e;
  margin-top: 20px;
}
.jjfa .item:hover span {
  color: #f4ac25;
}
.jjfa .item:hover img {
  -webkit-transform: scale(1.1);
  　-moz-transform: scale(1.1);
  　-o-transform: scale(1.1);
  　-ms-transform: scale(1.1);
}
/* 关于我们 */
.gywm,
.gywm h6 {
  margin-top: 30px;
}
.gywm p {
  font-size: 16px;
  color: #979797;
  line-height: 36px;
  text-indent: 2em;
}
/*.gywm p:nth-of-type(1) {
  text-indent: 0em;
}*/
.gywm h6 {
  font-size: 18px;
  color: #4c4c4c;
}
.gywm p.color {
  color: #f4aa26;
}
/* 案例展示详情 */
.alzsxq {
  margin-top: 85px;
}
.alzsxq p:nth-of-type(1) {
  font-size: 22px;
  color: #4c4c4c;
  line-height: 52px;
}
.alzsxq p:nth-of-type(2) {
  font-size: 14px;
  color: #a3a3a3;
  line-height: 32px;
}
.alzsxq img {
  margin-top: 20px;
  width: 100%;
}
/* 产品中心 */
.cpzx-list .item {
  width: 276px;
  float: left;
  margin-top: 40px;
  margin-right: 32px;
}
.index-cpzx .cpzx-list .item {
  margin-top: 0px;
}
.cpzx-list .item:nth-of-type(4n) {
  margin-right: 0 !important;
}
.cpzx-list .item .li_img {
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.cpzx-list .item .li_img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cpzx-list .item .li_content {
  padding: 6px;
  text-align: center;
}
.cpzx-list .item p:nth-of-type(1) {
  font-size: 14px;
  color: #ff8348;
  line-height: 32px;
}
.cpzx-list .item p:nth-of-type(2) {
  font-size: 12px;
  color: #9c9c9c;
  line-height: 22px;
}
.cpzx-list .item:hover .li_img {
  border-color: #ff8348;
}
.cpzx-list .item:hover img {
  -webkit-transform: scale(1.1);
  　-moz-transform: scale(1.1);
  　-o-transform: scale(1.1);
  　-ms-transform: scale(1.1);
}
.cpzx-list .item:hover p:nth-of-type(1) {
  font-weight: bold;
}
/* 产品中心详情 */
.cpxq {
  margin-top: 36px;
  justify-content: space-between;
  align-items: flex-start;
}
.cpxq-le {
  width: 404px;
}
.cpxq-re {
  width: 1200px;
}
.jqzoom {
  border: none;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
}
.jqzoom img {
  width: 402px;
  height: 402px;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: none;
  text-align: center;
  overflow: hidden;
}
.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
  width: 402px;
  height: 402px;
  border: 1px solid #dfdfdf;
}
.spec-scroll {
  clear: both;
  margin-top: 10px;
  width: 404px;
}
.spec-scroll .prev {
  float: left;
  margin-right: 4px;
}
.spec-scroll .next {
  float: right;
}
.spec-scroll .prev,
.spec-scroll .next {
  width: 37px;
  height: 79px;
  cursor: pointer;
  margin-top: 7px;
}
.spec-scroll .items {
  float: left;
  position: relative;
  width: 322px;
  height: 93px;
  overflow: hidden;
}
.spec-scroll .items ul {
  position: absolute;
  width: 999999px;
  height: 93px;
}
.spec-scroll .items ul li {
  float: left;
  width: 106px;
  text-align: center;
}
.spec-scroll .items ul li img {
  border: 1px solid #ccc;
  padding: 2px;
  width: 89px;
  height: 87px;
}
.spec-scroll .items ul li img:hover {
  border: 2px solid #ff8348;
  padding: 1px;
}
.cpxq-re h6 {
  font-size: 18px;
  color: #ff8348;
  line-height: 32px;
}
.cpxq-re-content {
  margin-top: 10px;
  /*height: 480px;*/
  border-top: 1px solid #f4ac25;
  background-color: #fffcf6;
}
.cpxq-re-content dl dd:nth-of-type(1) {
  margin-top: 40px;
}
.cpxq-re-content dl dd {
  padding-left: 35px;
  font-size: 14px;
  color: #9c9c9c;
  margin-bottom: 40px;
}
.cpms {
  margin-top: 48px;
}
.cpms img{
  max-width: 100%;
}
.cpms h6 {
  background-color: #f4ac25;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  padding-left: 13px;
}
.cpms-table {
  width: 880px;
}
.cpms-table td {
  line-height: 32px;
  padding: 6px;
  font-size: 14px;
  color: #999999;
}
.cpms-table td:nth-of-type(2n-1) {
  padding-left: 16px;
  width: 86px;
}
.cpms-table td:nth-of-type(2n) {
  font-size: 14px;
  color: #333333;
}
.cpms p {
  margin-top: 30px;
  font-size: 14px;
  color: #9c9c9c;
  line-height: 32px;
}
.cpms p:nth-of-type(2n) {
  /*text-indent: 2em;*/
}

.lxwm-content p{
  text-indent: 0;
}