@CHARSET "UTF-8";

.key_tag {
  text-decoration: underline;
}

/*aos="fade-up" aos="zoom-in" aos="fade-right" aos="fade-left" aos="zoom-in"
<script>
AOS.init({
  offset: 200,
  duration: 600,
  easing: 'ease-in-sine',
  delay: 100,
});
</script>
*/

/* 全局样式 */
.content {
  width: 1200px;
  margin: auto;
}

.index-title {}

.index-title .span1 {
  color: #293446;
  font-size: 56px;
  font-weight: bold;
  opacity: .05;
  text-transform: uppercase;
  display: block;
  line-height: 0;
}

.index-title .span2 {
  color: #293446;
  font-size: 32px;
  line-height: 30px;
}

.w90 {
  width: 88%;
  margin-left: 10%;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

.w1520 {
  width: 1520px;
  margin: auto;
}

.news_page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 20px;
}

.news_page .next {
  background: url(../images/news_add_03.png)no-repeat center;
  width: 145px;
  height: 51px;
  display: block;
  font-size: 18px;
  line-height: 51px;
  text-align: right;
  padding-right: 24px;
  box-sizing: border-box;
  transition: all .5s;
}

.news_page .next:hover {
  transform: translateX(-10px);
}

.news_page .prev {
  background: url(../images/news_add_05.png)no-repeat center;
  width: 146px;
  height: 51px;
  display: block;
  font-size: 18px;
  line-height: 51px;
  text-align: left;
  padding-left: 24px;
  box-sizing: border-box;
  transition: all .5s;
}

.news_page .prev:hover {
  transform: translateX(10px);
}

.news_page .backlist {
  font-size: 18px;
}

.position {
  color: #000;
  font-size: 14px;
  opacity: 0.7;
}

.position span {
  color: #000;
  opacity: 0.3;
}

.img_hover {
  display: block;
  transition: all 0.36s ease;
  overflow: hidden;
}

.img_hover:hover {
  transform: scale(1.05);
}

.img_hover_box {
  transition: all 0.36s ease;
  overflow: hidden;
  display: inline-block;
}

.img_hover_box img {
  display: block;
  transition: all 0.36s ease;
}

.img_hover_box:hover img {
  transform: scale(1.05);
}

.hover_shadow {
  transition: all .5s;
}

.hover_shadow:hover {
  transform: translateY(-5px);
  box-shadow: 0 1px 7px #d4d4d4;
}

.hover_text {
  transition: all .5s;
}

.hover_text:hover {
  transform: translateY(-5px);
}


.projectSwiper .swiper-slide .p1:hover,
.news_tab .tab_con li .title:hover,
.pro_tzgh .m4 ul li:hover .p1,
.footer_t .f2 a:hover,
.pro_tzgh .m1:hover .span2,
.pro_tzgh .m2:hover .span2,
.news_list li:hover .title {
  color: #293446;
  font-weight: bold;
}

.solve_l li:hover a {
  color: #293446;
  font-weight: bold;
}

/* 飘窗 */
.right_window_wap {
  width: 86px;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 999;
}

.right_window_pc {
  width: 86px;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 999;
}

/*导航栏样式*/
.out_nav {
  width: 1200px;
  margin: 0 auto;
}

.nav {
  display: flex;
  justify-content: flex-end;
  height: 80px;
  align-items: center;
  flex: auto;
  margin-right: 20px;
}

.nav .li1 {
  text-align: center;
  width: 120px;
  float: left;
  position: relative;
  z-index: 999;
  margin: 0 .5%;
}

.nav .li1 .a1 {
  display: inline-block;
  line-height: 80px;
  color: #293446;
  font-size: 18px;
  box-sizing: border-box;
  margin-top: -4px
}

.nav .li1 .a1:hover {
  font-weight: bold;
}

/*.nav .active .a1 {*/
/*  font-weight: bold;*/
/*  border-bottom: 3px solid #293446;*/
/*}*/

.nav .ul2 {
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 3px #eee;
}

.nav .ul2 .li2:hover {
  background: #eee;
}

.nav .ul2 .a2 {
  color: #000;
  font-size: 16px;
}

.nav .li2 {
  line-height: 40px;
}

/* .nav .li1:hover .ul2{display: block;} */
A.li0:link {
  color: #ffffff;
  font-size: 12px;
  font-family: Microsoft YaHei;
}

A.li0:visited {
  color: #ffffff;
  font-size: 12px;
  font-family: Microsoft YaHei;
}

A.li0:hover {
  color: #ffff00;
  font-size: 12px;
  font-family: Microsoft YaHei;
}

A.li0:active {
  color: #ffffff;
  font-size: 12px;
  font-family: Microsoft YaHei;
}


.menu {
  display: block;
  position: relative;
  cursor: pointer;
}

.menu-title {
  display: block;
  width: 150px;
  height: 40px;
  padding: 12px 0 0;
  background: #9dc852;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.3s background-color;
}

.menu-title:before {
  content: "";
  display: block;
  height: 0;
  border-top: 5px solid #9dc852;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 0 solid #dddddd;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.2s 0.2s border-top ease-out, 0.3s border-top-color;
}

.menu-title:hover {
  background: #8db842;
}

.menu-title:hover:before {
  border-top-color: #8db842;
}

.menu:hover>.menu-title:before {
  border-top-width: 0;
  transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
}

.menu-title:after {
  content: "";
  display: block;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 0 solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  transition: 0.2s border-bottom ease-in;
}

.menu:hover>.menu-title:after {
  border-bottom-width: 5px;
  transition: 0.2s 0.2s border-bottom-width ease-out;
}

.menu-title_2nd {
  background: #4e96b3;
}

.menu-title_2nd:hover {
  background: #3e86a3;
}

.menu-title_2nd:before {
  border-top-color: #4e96b3;
}

.menu-title_2nd:hover:before {
  border-top-color: #3e86a3;
}

.menu-title_3rd {
  background: #c97676;
}

.menu-title_3rd:hover {
  background: #b96666;
}

.menu-title_3rd:before {
  border-top-color: #c97676;
}

.menu-title_3rd:hover:before {
  border-top-color: #b96666;
}

.menu-title_4th {
  background: #dbab58;
}

.menu-title_4th:hover {
  background: #cb9b48;
}

.menu-title_4th:before {
  border-top-color: #dbab58;
}

.menu-title_4th:hover:before {
  border-top-color: #cb9b48;
}

.menu-dropdown {
  min-width: 100%;
  position: absolute;
  background: #ebebeb;
  z-index: 100;
  transition: 0.5s padding, 0.5s background;
}

.menu:not(:hover)>.menu-dropdown {
  z-index: 99;
}

.menu:not(:hover)>.menu-dropdown:after {
  border-top-color: #dddddd;
}

.menu:not(:hover)>.menu-title:after {
  border-bottom-color: #dddddd;
}

.menu-dropdown>* {
  overflow: hidden;
  height: 40px;
  padding: 5px 10px;
  background: transparent;
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}

.menu-dropdown>*:hover {
  background: rgba(0, 0, 0, 0.1);
}

.menu:not(:hover)>.menu-dropdown>* {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
  z-index: 99;
}

.nav .a1 {
  position: relative;
}

.nav .a1:hover .adasd {
  --scale: 1;
}

.adasd {
  --scale: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 3px;
  background: #293446;
  -webkit-transform: scaleX(var(--scale));
  transform: scaleX(var(--scale));
  -webkit-transform-origin: var(--x) 50%;
  transform-origin: var(--x) 50%;
  transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
}


/*banner 导航*/
.bannerSwiper {
  position: relative;
}

.bannerSwiper .swiper-slide img {
  width: 100%;
}

.swiper-button-next-banner,
.swiper-button-prev-banner {
  position: absolute;
  top: 50%;
  outline: none;
  z-index: 2;
}

.swiper-button-next-banner {
  left: 5%;
}

.swiper-button-prev-banner {
  right: 5%;
}

.swiper-pagination-banner {
  position: absolute;
  bottom: 15% !important;
  z-index: 2;
  padding-left: 10%;
}

.swiper-pagination-banner span {
  background: #fff;
  opacity: .5;
  width: 15px;
  height: 15px;
  margin: 0 5px !important;
  outline: none;
  border-radius: 10px;
}

.swiper-pagination-banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
  transition: all .3s;
}

.bannerSwiper .swiper-slide-active {
  position: relative;
  z-index: 999;
}

.bannerSwiper .swiper-slide-active img {
  -webkit-animation: scaleDraw 10s ease-in-out infinite;
}

.bannerSwiper .swiper-slide-prev img {
  -webkit-animation: scaleDraw 10s ease-in-out infinite;
}

@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.index-more {
  margin: 30px auto;
  border: 1px solid #000;
  font-size: 14px;
  display: block;
  padding: 7px 0;
  width: 120px;
  color: #000 !important;
  transition: all .5s;
}

.index-more:hover {
  background: #000;
  color: #fff !important;
}

/* 关于我们 */
.about {
  padding: 70px 0 100px 0;
}

.about .title {
  text-align: center;
  color: #293446;
}

.about .title .p1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.about .title .p2 {
  font-size: 32px;
  line-height: 60px;
  margin-bottom: 20px;
}

.about .title .p3 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 40px;
}

.honor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.honor li.s1 {
  width: 31%;
  margin-bottom: 40px;
}

/*.honor li.s1 img{height: 280px;}*/
.honor li.s2 {
  width: 23%;
}

.honor li.s2 img {
  height: 400px;
}

.honor li img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 1px 7px #bbbbbb;
}


/* 解决方案 */
.solve {
  background: url(../images/1_add_07.png)no-repeat center bottom;
}

.solve .title {
  height: 40px;
  padding: 70px 0;
}

.solve .con ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.solve .con a {
  display: block;
  font-size: 22px;
  color: #293446;
  line-height: 70px;
}

.solve .con li img {
  margin: 30px auto;
  display: block;
  transition: all .5s;
}

.solve .con li:hover img {
  transform: translateY(5px);
}

#adasd_1:hover a::after {
  --scale: 0.7;
}

#adasd_1 a::after {
  --scale: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 3px;
  background: #293446;
  -webkit-transform: scaleX(var(--scale));
  transform: scaleX(var(--scale));
  -webkit-transform-origin: var(--x) 50%;
  transform-origin: var(--x) 50%;
  transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
}

#adasd_1 a {
  position: relative;
}

.solve_l {
  float: left;
  width: 60%;
}

.solve_l p {
  font-size: 16px;
  color: #293446;
  width: 80%;
  line-height: 35px;
  margin-top: 20px;
}

.solve_r {
  float: right;
  margin-top: -150px;
  margin-bottom: 90px;
}


.solve .solve_l_ul_p {
  display: none;
}

.solve .solve_l_ul_p:nth-of-type(1) {
  display: block;
}

.solve_r {
  display: none;
}



/* 产品中心 */
.product .title {
  padding: 170px 0 75px;
  text-align: center;
}

.product .con {
  background: url(../images/1_add_13.jpg)no-repeat center;
  width: 100%;
  background-size: cover;
  overflow: hidden;
}

.product ul {
  display: flex;
  justify-content: space-between;
}

.product ul li {
  text-align: center;
  width: 25%;
}

.product .before img {
  opacity: 0;
}

.product .before .text {
  color: #fff;
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product .before .text p {
  color: #fff;
}

.product ul li {
  height: 85vh;
  position: relative;
}

.product ul li .after {
  opacity: 0;
  transition: all .8s;
}

.product ul li .after img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}

.product ul li .after .top_box {
  position: absolute;
}

.product .after .text {
  color: #fff;
  font-size: 22px;
  position: absolute;
  background: #00000070;
  z-index: 99;
  top: -50%;
  left: 50%;
  padding: 5vh 3vh 1vh;
  transform: translate(-50%);
  transition: all .8s;
}

.product .after .text p:nth-child(1) {
  font-size: 80px;
  margin: 1vh 0;
}

.product .after .text p {
  color: #fff;
}

.product ul li:hover .after {
  opacity: 1;
}

.product ul li:hover .before {
  opacity: 0;
}

.product ul li:hover .after .text {
  top: 0;
}


/* 精品项目 */
.project .title {
  text-align: right;
  padding-bottom: 70px;
}

.project {
  background: url(../images/q-q1.jpg)no-repeat left;
  height: 588px;
  margin: 200px 0 120px;
}

.projectSwiper {
  width: 1600px;
  margin-left: 150px !important;
}

.project .con {
  position: relative;
}

.swiper-button-next-project {
  position: absolute;
  top: 40%;
  outline: none;
}

.swiper-button-prev-project {
  position: absolute;
  top: 60%;
  outline: none;
}

.projectSwiper .swiper-slide {
  background: #fff;
}

.projectSwiper .swiper-slide .p1 {
  font-size: 22px;
  color: #293446;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 20px 20px;
}

.projectSwiper .swiper-slide img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.projectSwiper .swiper-slide {
  border-bottom: 5px solid #293446;
}

.projectSwiper .swiper-slide .p2 {
  font-size: 14px;
  color: #29344690;
  margin: 0 20px 20px;
}

/* 新闻资讯 */
.news {
  padding: 90px 0 100px;
  background: #f8f8f8;
}

.news .title {
  text-align: center;
  margin-bottom: 50px;
}

.news li a.title {
  text-align: left;
}

.news .left {
  background: #fff;
}



.item_news ul {
  width: 65%;
  float: left;
}

.item_news {
  display: none;
}

.item_news>a img {
  width: 100%;
  object-fit: cover;
}

.item_news>a:nth-of-type(1) {
  display: block;
}

.item_news>a {
  width: 35%;
  float: right;
  margin-top: -90px;
  display: none;
}

.item_news li::after {
  content: '';
  clear: both;
  display: block;
}

.tab_list_news {
  display: flex;
  margin-bottom: 25px;
  width: 65%;
}

.tab_list_news li {
  font-size: 22px;
  background: #fff;
  width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  display: block;
}

.tab_list_news a {
  color: #666;
}

.tab_list_news li.current a {
  color: #fff;
}

.tab_list_news li.current {
  background: #293446;
}

.news .left img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.news .right {
  width: 780px;
}

.news_tab .tab_con li img {
  width: 150px;
  height: 90px;
  object-fit: cover;
  float: left;
  margin-right: 20px;
}

.news_tab .tab_con li {
  margin-bottom: 10px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

.news_tab .tab_con li .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
}

.news_tab .tab_con li .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  color: #00000080;
}

.news_tab .tab_con li .day {
  position: absolute;
  bottom: 0;
  right: 0;
}



.news .time {
  width: 80px;
  height: 80px;
  background: #293446;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

.news .time .span1 {
  font-size: 28px;
  color: #fff;
  display: block;
  text-align: center;
}

.news .time .span2 {
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
}


.add_item_news_1 li:hover {
  box-shadow: 0 2px 5px #ccc;
}

.add_item_news_2 li:hover {
  box-shadow: 0 2px 5px #ccc;
}

/* 企业简介 */
.title1 {
  text-align: center;
}

.title1 .p1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  opacity: .1;
  text-transform: uppercase;
}

.title1 .p2 {
  font-size: 24px;
  color: #fff;
}

.title2 {
  text-align: left;
}

.title2 .p1 {
  font-size: 32px;
  font-weight: bold;
  opacity: .05;
  text-transform: uppercase;
}

.title2 .p2 {
  font-size: 24px;
  color: #293446;
}

.about_qyjj .m1 {
  box-shadow: 0 1px 17px #ddd;
  width: 1200px;
  margin: 50px auto 0;
}

.about_qyjj .about .title .p3 {
  text-align: center;
  width: 60%;
  margin: auto;
}

.about_qyjj .m1 ul p {
  font-size: 14px;
  line-height: 30px;
  display: block;
  padding: 40px;
  box-sizing: border-box;
}

.about_qyjj .m1 ul li img {
  float: left;
  margin-right: 20px;
}

.about_qyjj .m1 ul li:nth-child(1) img,
.about_qyjj .m1 ul li:nth-child(3) img {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}

.about_qyjj .m1 ul li::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
}

.about_qyjj .m1 ul li:nth-child(1),
.about_qyjj .m1 ul li:nth-child(3) {
  background: #f8f8f8;
}


.about_qyjj .m2 {
  background: url(../images/2_1_16.png)no-repeat top center;
  margin-top: 100px;
  padding-top: 60px;
}

.historySwiper1::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 53px;
}

.historySwiper1 {
  width: 800px;
  margin: 70px auto;
  color: #fff;
  font-size: 20px;
}

.historySwiper1 .swiper-slide {
  text-align: center;
}

.historySwiper1 .swiper-slide::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #c1c1c1;
  border-radius: 50%;
  margin: 15px auto;
}

.historySwiper1 .swiper-slide-thumb-active::after {
  width: 20px;
  height: 20px;
  background: #fff;
}


.historySwiper1 .swiper-slide-thumb-active {
  font-weight: bold;
}

.historySwiper2 {
  width: 1200px;
  margin: auto;
}

.historySwiper2 .year i {
  color: #293446;
  font-size: 26px;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin: 10px;
  margin-left: 0
}

.historySwiper2 .year li {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
}

.historySwiper2 .year li:hover {
  font-weight: bold;
}

.historySwiper2 {
  overflow: unset !important;
}

.historySwiper3 .year p {
  font-size: 14px;
  line-height: 40px;
}

.about_qyjj .m3 {
  background: #f8f8f8;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 80px;
}

.about_qyjj_title {
  font-size: 28px;
  color: #293446;
  text-align: center;
  margin: 70px auto 30px auto;
}

.about_qyjj .m3 ul {
  display: flex;
  justify-content: space-between;
}

.about_qyjj .m3 .text {
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
}

.about_qyjj .m4 {
  margin-bottom: 50px;
  padding-bottom: 30px;
}

.about_qyjj .m4 ul {
  display: flex;
  flex-wrap: wrap;
}

.about_qyjj .m4 li {
  width: 19%;
  text-align: center;
  box-shadow: 0 1px 7px #d4d4d4;
  margin: 20px .5%;
  padding: 10px 0;
}

.about_qyjj .m4 li img {
  width: 96%;
  height: 300px;
  object-fit: contain;
  display: block;
  transition: all .5s;
  margin: auto;
}

.about_qyjj .m4 li img:hover {
  transform: scale(1.05);
}

.about_qyjj .m4 li p {
  font-size: 16px;
  line-height: 40px;
}

.about_qyjj>div:last-child {
  border-bottom: 1px solid #eee;
}

/* 企业文化 */
.about_qywh .m1 {
  margin: 50px auto;
}

.about_qywh .m1 li {
  margin-bottom: 160px;
}

.about_qywh .m1 li::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
}

.about_qywh .m1 img {
  float: left;
}

.about_qywh .m1 .span1 {
  font-size: 70px;
  font-weight: bold;
  opacity: .05;
  float: left;
  line-height: 70px;
  margin-right: 20px;
}

.about_qywh .m1 .span2 {
  font-size: 26px;
  opacity: .7;
  display: block;
}

.about_qywh .m1 .span3 {
  font-size: 20px;
}

.about_qywh .m1 li div:nth-last-of-type(1) {
  padding-top: 140px;
}

.about_qywh .m1 li:nth-child(2) .img_hover_box,
.about_qywh .m1 li:nth-child(4) .img_hover_box {
  float: right;
  margin-right: 0
}

.about_qywh .m1 li:last-child {
  border-bottom: 1px solid #eee;
  padding-bottom: 160px;
  margin-bottom: 0;
}

.about_qywh .img_hover_box {
  margin-right: 40px;
}

/* 联系我们 */
.about_lxwm .content {
  box-shadow: 0 3px 8px #d4d4d4;
  padding: 30px;
  box-sizing: border-box;
}

.about_lxwm .form-group {
  width: 50%;
  float: left;
  height: unset;
}

.about_lxwm .nyliuyan_lianxirenr {
  width: 95%;
  height: unset;
}

.about_lxwm .form-control {
  width: 95%;
  background: #f5f5f5;
  border: unset;
}





/* 投资规划 */
.pro_tzgh .title {
  margin: 30px 0;
}

.pro_tzgh .title .p1 {
  font-size: 32px;
  opacity: 0.05;
  font-weight: bold;
  text-transform: uppercase;
}

.pro_tzgh .title .p2 {
  font-size: 24px;
}

.pro_tzgh .title .p2::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/3_1_13.png)no-repeat;
  margin-right: 15px;
}

.pro_tzgh .m1,
.pro_tzgh .m2 {
  box-shadow: 0 1px 8px #d4d4d4;
  padding-left: 50px;
  box-sizing: border-box;
  margin-top: 50px;
  transition: all .5s;
}

.pro_tzgh .m1 img {
  float: right;
  margin-left: 100px;
}

.pro_tzgh .m2 img {
  float: left;
  margin-right: 80px;
}

.pro_tzgh .f_title {
  float: left;
  position: relative;
  width: 50px;
  margin-top: 70px;
}

.pro_tzgh .f_title_line_l::after {
  content: '';
  width: 1px;
  height: 200px;
  background: #293446;
  opacity: .1;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -30px;
}

.pro_tzgh .f_title_line_r::after {
  content: '';
  width: 1px;
  height: 200px;
  background: #293446;
  opacity: .1;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
}

.pro_tzgh .f_title .p1 {
  font-size: 24px;
  width: 24px;
  line-height: 25px;
}

.pro_tzgh .f_title .p1::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/3_1_13.png)no-repeat;
}

.pro_tzgh .f_title .p2 {
  width: 200px;
  opacity: .1;
  float: left;
  position: absolute;
  font-size: 24px;
  left: -60px;
  margin-top: -20px;
  line-height: 0;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}

.pro_tzgh .text {
  margin-left: 130px;
  padding-top: 50px;
}

.pro_tzgh .text .span1 {
  font-weight: bold;
  font-size: 70px;
  opacity: .1;
}

.pro_tzgh .text .span2 {
  font-size: 20px;
  line-height: 60px;
  vertical-align: text-bottom;
  margin-left: 10px;
}

.pro_tzgh .text p {
  font-size: 16px;
  opacity: .5;
  line-height: 40px;
}

.pro_tzgh .m2 {
  padding-left: 0;
}

.pro_tzgh .m2 .f_title {
  float: right;
  margin-right: 20px;
}

/* .pro_tzgh .m2 .text{padding: 0;} */
.pro_tzgh .m2 .text p {
  padding-right: 140px;
}

.pro_tzgh .m3 {
  margin: 50px auto;
}

.pro_tzgh .m3 .ul {
  display: flex;
  justify-content: space-between;
}

.pro_tzgh .m3 .ul li {
  text-align: center;
  transition: all .5s;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.pro_tzgh .m3 .ul img {
  display: block;
}

.pro_tzgh .m3 .ul span {
  display: inline-block;
  text-align: center;
  margin: auto;
  font-size: 22px;
  line-height: 60px;
}

.pro_tzgh .m3 .ul span::after {
  content: '';
  display: block;
  width: 60px;
  margin: auto;
  height: 1px;
  background: #eee;
}

.pro_tzgh .m3 .ul li:hover {
  box-shadow: 0 1px 8px #d4d4d4;
  transform: translateY(-5px);
}

.pro_tzgh .m3 .ul li:hover span {
  color: #007131;
}

.pro_tzgh .m3 .ul li:hover span::after {
  background: #007131;
}



.pro_tzgh .m4 ul {
  display: flex;
  justify-content: space-around;
  margin: 60px auto;
}

.pro_tzgh .m4 ul li {
  text-align: center;
}

.pro_tzgh .m4 ul li:hover .p2 {
  transform: translateY(-5px);
}

.pro_tzgh .m4 ul .p1 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 700;
}

.pro_tzgh .m4 ul .p2 {
  font-size: 14px;
  opacity: .5;
  transition: all .5s;
}

.pro_tzgh .m4 {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}


.box_bg_hover {
  transition: all 0.36s ease;
}

.pro_tzgh .m1:hover,
.pro_tzgh .m2:hover {
  background: #f3f3f3;
}

.pro_tzgh .m1:hover img,
.pro_tzgh .m2:hover img {
  transform: scale(0.9);
}

.pro_tzgh .m1 img,
.pro_tzgh .m2 img {
  transition: all 0.36s ease;
}



















/*新闻列表*/
.news_list {}

.news_list li {
  border-bottom: 1px solid #f3f3f3;
  width: 50%;
  float: left;
  transition: all .5s;
  box-sizing: border-box;
  border-top: 1px solid #f3f3f3;
  padding-bottom: 40px;
  padding-top: 70px;
}

/* .news_list li:hover{box-shadow: 0 1px 15px #d4d4d4;transform: translateY(-5px);} */
.news_list li:nth-child(2n-1) {
  border-right: 1px solid #f3f3f3;
  padding-right: 80px;
}

.news_list li:nth-child(2n) {
  border-left: 1px solid #f3f3f3;
  padding-left: 80px;
}

.news_list li:nth-last-of-type(1),
.news_list li:nth-last-of-type(2) {
  border-bottom: 1px solid #fff;
}

.news_list li:nth-child(1),
.news_list li:nth-child(2) {
  border-top: unset;
}

.news_list li a {
  display: block;
  box-sizing: border-box;
}

.newslist img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.news_list .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.news_list .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  margin: 20px 0;
  line-height: 25px;
  opacity: 0.7;
}

.news_list li .span1 {
  font-size: 60px;
  font-weight: bold;
  opacity: .1;
  transition: all .5s;
}

.news_list li:hover .span1 {
  opacity: 1;
}

.news_list li .span2 {
  display: inline-block;
  font-size: 12px;
  float: right;
  padding: 2px 12px;
  border: 1px solid #000;
  transition: all .5s;
  margin-top: 35px;
}

.news_list li:hover .span2 {
  color: #fff;
  background: #000;
}

.addnews li img {
  float: left;
  width: 234px;
  height: 158px;
  object-fit: cover;
  margin-right: 20px;
}

.addnews li {
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0px 12px #d0d0d0;
}

.addnews li .title {
  font-size: 28px;
  color: #000000;
  padding-top: 0;
}

.addnews li .desc {
  margin: 10px 0;
  line-height: 30px;
}

.addnews li span {
  background: linear-gradient(to right, #45d5fd, #4a79e2);
  color: #fff;
  font-size: 12px;
  width: 180px;
  padding: 5px 0;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
}

.notice li span i {
  font-style: initial;
  color: #666666;
  float: right;
}

.notice li {
  margin-bottom: 50px;
}



.newslist1 li {
  width: 100%;
  margin-bottom: 20px;
}

.newslist1 li img {
  width: 340px;
  height: 240px;
  object-fit: cover;
  float: left;
  margin-right: 30px;
}

/*底部*/
.footer {
  background: #fff;
}

.footer .title {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 70px;
}

.footer_t p {
  color: #293446;
  font-size: 15px;
  line-height: 30px;
}

.footer_t {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.footer_b {
  background: #242a3a;
  text-align: center;
  line-height: 80px;
  font-size: 14px;
  color: #fff;
}

.footer_b p {
  color: #fff;
}





.footer_t .f1 ul {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

.footer_t .f1 img {
  margin-bottom: 10px;
}

.footer_t .f2 li {
  display: block;
}

.footer_t .f2 a {
  font-size: 16px;
  color: #293446;
  line-height: 30px;
}

.footer_t .f2_t {
  font-size: 18px;
}

.footer_t .f2_t::after {
  content: '';
  display: block;
  width: 62px;
  height: 2px;
  background: url(../images/1_70.png)no-repeat center;
  margin: 10px 0;
}









/*底部备案公司*/
A.li2:link {
  color: #fff;
  font-family: "微软雅黑";
}

A.li2:visited {
  color: #fff;
  font-family: "微软雅黑";
}

A.li2:hover {
  color: #ffff00;
  font-family: "微软雅黑";
}

A.li2:active {
  color: #fff;
  font-family: "微软雅黑";
}


/*案例列表*/
.case_list {}

.case_list li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  _display: inline;
}

.case_list li a.img {
  padding: 1px;
  border: 1px solid #e0e1dc;
}

.case_list li a.img img {
  width: 196px;
  height: 178px;
}

.case_list li h3 {
  text-align: center;
  padding-top: 5px;
}

.case_list li h3 a {
  font-weight: normal;
}

.case_list li a.img {
  display: block;
}

.case_list li a.img:hover {
  border-color: #ff0000;
}


/*Tag列表*/
.tag_list_product {
  margin-top: 10px;
}

.tag_list_product li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  _display: inline;
}

.tag_list_product li a.img {
  padding: 1px;
  border: 1px solid #e0e1dc;
}

.tag_list_product li a.img img {
  width: 196px;
  height: 178px;
}

.tag_list_product li h3 {
  text-align: center;
  padding-top: 5px;
}

.tag_list_product li h3 a {
  font-weight: normal;
}

.tag_list_product li a.img {
  display: block;
}

.tag_list_product li a.img:hover {
  border-color: #ff0000;
}

.tag_list_news {}

.tag_list_news li {
  line-height: 27px;
  position: relative;
  padding-left: 10px;
}

.tag_list_news li a {
  line-height: 27px;
}

.tag_list_news li span {
  color: #999;
  z-index: 0;
  line-height: 27px;
}

.tag_list_news li h3 {
  font-size: 14px;
}

.tag_list_news li div {
  line-height: 24px;
}

.tag_total {
  height: 36px;
  line-height: 36px;
  text-align: left;
  padding-left: 20px;
  background-color: #edf1f5;
  border: 1px solid #b6c7db;
}

/*产品里列表*/

/*滚动*/
#demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#indemo {
  float: left;
  width: 800%
}

#demo1 {
  float: left;
}

#demo2 {
  float: left;
}

#m_demo {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

#m_indemo {
  float: left;
  width: 800%
}

#m_demo1 {
  float: left;
}

#m_demo2 {
  float: left;
}


/*内页案例产品相关*/
.products li {
  float: left;
  text-align: center;
  width: 31.3333%;
  margin: 30px 1%;
}

.products img {
  height: 260px;
  width: 100%;
  padding-bottom: 10px;
  object-fit: cover;
}

.products1 img {
  padding: 3px;
  border: 1px solid #ffffff;
  height: 200px;
}

.products1 li {
  float: left;
  text-align: center;
  padding: 2px;
  height: 200px;
  color: #996600
}

.products a {
  line-height: 22px;
  color: #656464;
  TEXT-DECORATION: none;
}

.products_title {
  text-align: center;
  font-size: 16px;
  padding: 10px;
}

.products_info {
  text-align: center;
  border: 1px dashed #666;
  padding: 10px;
  height: 200px;
}

.products_img {
  text-align: center;
  padding: 10px;
  height: 200px;
}

.products_next {
  border: 1px solid #333;
  height: 200px;
}

/*内页左侧栏目*/
.ny_left_bt {
  width: 258px;
  height: 120px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 120px;
  text-align: center;
  background: #dc0000;
  border-bottom: 3px solid #e9e9e9
}

.ny_left_nav li a {
  display: block;
  width: 258px;
  height: 59px;
  line-height: 59px;
  font-size: 16px;
  color: #383838;
  text-align: center;
  background: #e9e9e9;
  border-bottom: 3px solid #e9e9e9
}

.ny_left_nav li a:hover {
  color: #fff;
  background: url(../images/ny_21.jpg);
}

.f-15px {
  font-size: 15px;
}

.f-16px {
  font-size: 16px;
}

.ny-hengtiao {
  width: 100%;
  background: #e3d6c5;
  overflow: hidden;
  margin-bottom: 50px
}

.ny-hengtiao1 {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  line-height: 50px;
  color: #383838;
  font-size: 14px;
}

.ny-hengtiao1 a {
  color: #383838;
}

/* 内页顶部导航 */
.ny_top_nav {
  display: flex;
  width: 1200px;
  margin: auto;
  position: relative;
  z-index: 99;
}

.ny_top_nav li {
  width: 180px;
  line-height: 60px;
  background: #fff;
  font-size: 22px;
  text-align: center;
  margin-top: -30px;
  transition: all .3s;
}

.ny_top_nav li a {
  color: #293446;
  transition: all .3s;
}

.ny_top_nav li:hover {
  background: #293446;
}

.ny_top_nav li:hover a {
  color: #fff;
}

/*内页新闻*/
.nyxw_center {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px
}

#newslist1 {
  width: 100%;
  border-bottom: 1px dashed #CCCCCC;
  height: 185px;
  overflow: hidden
}

#newslist2 {
  width: 96%;
  text-align: center;
  line-height: 60px;
  height: 60px
}

#newslist11 {
  width: 30%;
  text-align: left;
  float: left;
  margin-top: 15px
}

#newslist12 {
  width: 100%;
  text-align: left;
  float: right;
  font-size: 20px
}

#newslist_time {
  width: 100%;
  text-align: left;
  height: 20px;
  line-height: 35px;
  font-size: 14px
}

#newslist_nr {
  width: 100%;
  text-align: left;
  color: #666;
  font-size: 20px;
  line-height: 1.75rem;
  text-align: justify
}

#newslist12 a {
  display: inline-block;
  background: linear-gradient(to bottom, #0077c0, #2394d8);
  color: #fff;
  padding: 6px 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 24px;
}

/*内页新闻标题*/
A.lp2:link {
  COLOR: #333333;
  TEXT-DECORATION: none;
  font-size: 20px;
}

A.lp2:visited {
  COLOR: #333333;
  TEXT-DECORATION: none;
  font-size: 20px;
}

A.lp2:hover {
  COLOR: #ff0000;
  TEXT-DECORATION: none;
  font-size: 20px;
}

A.lp2:active {
  COLOR: #333333;
  TEXT-DECORATION: none;
  font-size: 20px;
}

/*
.product_list{}
.product_list li{float:left;margin-left:10px;margin-right:10px;padding-bottom:15px;_display:inline;}
.product_list li a.img{padding:1px;border:1px solid #e0e1dc;}
.product_list li a.img img{width:205px;height:160px;}
.product_list li h3{text-align:center;padding-top:5px;}
.product_list li h3 a{font-weight:normal;}
.product_list li a.img{display:block;}
.product_list li a.img:hover{border-color:#ff0000;}
.roll_product{float:left;}
*/
.product_list {}

.product_list li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  _display: inline;
}

.product_list li a.img {
  padding: 1px;
  border: 1px solid #e0e1dc;
}

.product_list li a.img img {
  width: 205px;
  height: 160px;
}

.product_list li h3 {
  text-align: center;
  padding-top: 5px;
}

.product_list li h3 a {
  font-weight: normal;
}

.product_list li a.img {
  display: block;
}

.product_list li a.img:hover {
  border-color: #ff0000;
}

.roll_product {
  float: left;
}

/*安全生产*/
.product_list2 {}

.product_list2 li {
  float: left;
  margin: 10px;
  margin-bottom: 85px;
  width: 280px;
  border: 0px solid #fff;
  background: #deeef0
}

.product_list2 li a.img img {
  width: 100%;
  height: 200px;
}

.product_list2 li:nth-child(4n) {
  float: right;
  margin-right: 0px;
}

.product_list2 li h3 {
  text-align: center;
  padding-top: 10px;
  color: #000;
}

.product_list2 li h3 a {
  font-weight: normal;
  color: #000;
  font-size: 16px;
}

/*合作客户*/
.product_list21 {}

.product_list21 li {
  float: left;
  margin: 10px;
  margin-bottom: 85px;
  width: 250px;
  border: 0px solid #fff;
  background: #deeef0
}

.product_list21 li a.img img {
  width: 100%;
  height: 95px;
}

.product_list21 li:nth-child(4n) {
  float: right;
  margin-right: 0px;
}

.product_list21 li h3 {
  text-align: center;
  padding-top: 10px;
  color: #000;
}

.product_list21 li h3 a {
  font-weight: normal;
  color: #000;
  font-size: 16px;
}


.product_list3 {}

.product_list3 li {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
  _display: inline;
}

.product_list3 li a.img {}

.product_list3 li a.img img {
  width: 220px;
  height: 200px;
}

.product_list3 li h3 {
  text-align: center;
  padding-top: 10px;
  color: #000;
}

.product_list3 li h3 a {
  font-weight: normal;
  color: #000;
  font-size: 14px;
}

.product_list3 li a.img {
  display: block;
}

.product_list3 li a.img:hover {
  border-color: #ff0000;
}

.roll_product {
  float: left;
}




/*内页左侧分类通用样式*/
//.sort{border-bottom:#D9D9D9 1px solid;}
.sort li {
  position: relative;
  z-index: 999;
}

.sort li .about_b {
  position: absolute;
  left: 210px;
  top: 0px;
  width: 210px;
  padding: 10px 20px;
  background: #f5f6f6;
  border-bottom: 2px solid #ff0000;
  z-index: 9999;
}

.sort li .layer2 {
  position: absolute;
  left: 210px;
  top: 0px;
  width: 210px;
  padding: 10px 20px;
  background: #f5f6f6;
  border-bottom: 2px solid #ff0000;
  z-index: 9999;
}

.sort li .layer2 li {
  overflow: hidden;
}

.sort li .layer2 li a {
  font-weight: bold;
  background: url(../images/ico1.gif) no-repeat 0% 50%;
}

.sort li .layer2 li a:hover {
  text-decoration: none;
  color: #ff0000;
}

.sort li .layer2 li .layer3 li {
  border-bottom: 1px dashed #d5d5d5;
  margin: 6px 0px;
  height: 24px;
  line-height: 24px;
}

.sort li .layer2 li .layer3 li a {
  font: normal 12px/24px "微软雅黑";
  background: none;
}

.sort li a {
  background: url(../images/dot4.png) no-repeat 5px -41px;
  color: #666;
  display: block;
  line-height: 30px;
  font-family: "微软雅黑";
  border-bottom: 1px solid #dddddd;
  padding-left: 25px;
}

.sort li a:hover {
  color: #ff0000;
  text-decoration: none;
  background: url(../images/dot4.png) no-repeat 5px -41px #f5f6f6;
}

.sort li.change a {
  background: url(../images/dot4.png) no-repeat 5px -41px #f5f6f6;
}

//.sort .layer2 li{width:200px;height:35px;margin-bottom:0;background:none;}





/*相关产品和新闻*/
.relate_list {
  margin-top: 10px;
}

.relate h4 {
  line-height: 30px;
  border-bottom: 1px solid #ff0000;
  padding-left: 5px;
}

#relate_p .img img {
  width: 156px;
  height: 142px;
}

#relate_p li {
  margin-left: 10px;
  margin-right: 10px;
  _display: inline;
}

#relate_n li {
  width: 48%;
  float: left;
}

.relate ul {
  float: none;
}




/*产品详细*/
.product_detail {
  padding: 5px;
}

.product_detail h1.title {
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  font-family: "Microsoft YaHei";
  border-bottom: 1px solid #e0e1dc;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #000
}

.product_detail .img {
  width: 300px;
  height: 272px;
  float: left;
  padding: 2px;
  border: 1px solid #e0e1dc;
}

.product_detail .img img {}

.product_detail .small {
  width: 300px;
  height: 272px;
}

.jqzoom {
  text-decoration: none;
  float: left;
}




.sort_a {
  overflow: hidden;
}

.sort_a .layer1 {
  padding: 15px 0px;
  border-bottom: 1px dashed #a7b8d4;
  position: relative;
  height: 133px;
  z-index: 1;
}

.sort_a .layer1 .img {
  float: left;
  padding: 5px;
  border: 1px solid #dddddd;
}

.sort_a .layer1 .img img {
  width: 196px;
  height: 178px;
}

.sort_a .layer1 .img_right {
  width: 560px;
  float: right;
}

.sort_a .layer1 .img_right h3 {
  font: bold 14px/36px "微软雅黑";
}

.sort_a .layer1 .img_right span {
  line-height: 25px;
  display: block;
}

.sort_a .layer1 .pro_more {
  position: absolute;
  right: 0px;
  bottom: 15px;
  width: 110px;
  padding-left: 10px;
  height: 28px;
  line-height: 28px;
  background: #666666;
  color: #fff;
  font: bold 24px/24px "微软雅黑";
}

.sort_a .layer1 .pro_more span {
  float: left;
}

.sort_a .layer1 .pro_more a {
  font: normal 12px/28px "宋体";
  color: #fff;
  float: right;
  padding-right: 15px;
  display: inline-block;
}

.sort_a .layer1 .pro_more a:hover {
  text-decoration: none;
  color: #faf104;
}

.sort_a .abb_product {
  padding-top: 15px;
  border: 1px dashed #a7b8d4;
  border-top: none;
}


.productcates {
  padding-top: 10px;
}

.catemore {
  color: #0080d9;
  margin-top: 6px;
  overflow: hidden;
  position: relative;
}

.catemore h2 {
  width: 360px;
  float: left;
  font: bold 15px/36px "微软雅黑";
}

.catemore a {
  float: right;
  font: normal 14px/36px "微软雅黑";
  color: #444444;
  padding-right: 28px;
}

.catemore a:hover {
  text-decoration: none;
  color: #0080d9;
}



/*下载列表*/
.down_list {}

.down_list li {
  line-height: 27px;
  height: 27px;
  position: relative;
  background: url(../images/list_dot1.gif) 0 50% no-repeat;
  padding-left: 10px;
}

.down_list li a {}

/*招聘列表*/
.job_list {}

.job_list li {
  line-height: 27px;
  height: 27px;
  position: relative;
  background: url(../images/list_dot1.gif) 0 50% no-repeat;
  padding-left: 10px;
}

.job_list li a {}

.job_list li span {
  position: absolute;
  color: #999;
  right: 0;
  z-index: 0;
}

/*招聘列表*/
.download_list {}

.download_list li {
  line-height: 27px;
  height: 27px;
  position: relative;
  background: url(../images/list_dot1.gif) 0 50% no-repeat;
  padding-left: 10px;
}

.download_list li a {}

.download_list li span {
  position: absolute;
  color: #999;
  right: 0;
  z-index: 0;
}


/*详细页面公共样式*/
h3.title_bar {
  margin-left: 0px;
  float: left;
}

.share {
  padding-left: 5px;
  padding-bottom: 8px;
  float: right;
  margin-top: 5px;
  height: 26px;
}

.info_title {
  border-bottom: 1px solid #e1e4e6;
}

.case_title {
  border-bottom: 1px solid #e1e4e6;
}



.product_detail .list {
  width: 300px;
  float: left;
  margin-left: 180px;
  display: inline;
  padding-top: 70px;
}

.list_p {}

.list_p li {
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  border-bottom: 1px dashed #e0e1dc;
  padding-bottom: 5px;
  padding-top: 5px;
  font-family: "Microsoft YaHei"
}

.list_p li h2 {
  font-size: 18px;
  font-weight: normal;
  font-family: "Microsoft YaHei"
}

.product_detail .inquiry {
  line-height: 45px;
  border: none;
  margin-top: 1px;
}

.product_detail .inquiry a {
  background: url("../images/xunjia.gif") center center no-repeat;
  display: block;
  width: 112px;
  height: 45px;
  text-indent: -99999px;
}

.product_detail .inquiry a:hover {
  background-image: url("../images/xunjia_hover.gif");
}

.list_p li h2 a {
  font-size: 18px;
  font-family: "Microsoft YaHei"
}

.p_detail span.title {
  line-height: 38px;
  height: 38px;
  text-align: left;
  margin-top: 10px;
  display: block;
  padding-left: 10px;
  font-size: 16px;
  border-bottom: 2px solid #ccc;
}

.p_detail p.dd {
  padding-top: 5px;
  padding-bottom: 5px;
}

h3.tag {
  line-height: 32px;
  border-top: 1px dashed #e0e1dc;
  margin-top: 10px;
  color: #999;
  font-weight: normal;
}

h3.tag a {
  color: #ff0000;
}

h3.tag a:hover {
  color: #ff0000;
}

.page {
  line-height: 26px;
  border-top: 1px dashed #e0e1dc;
  margin-top: 6px;
  padding-top: 5px;
  font-size: 14px;
}

.page a {
  color: #383838;
}

.page a:hover {
  color: #ff0000;
}

.page span {
  color: #383838;
}

/*新闻详细*/
.news_detail {}

.news_detail h1.title {
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  border-bottom: 1px solid #e0e1dc;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.news_detail h3.title_bar {
  line-height: 30px;
  text-align: center;
  font-weight: normal;
  color: #808080;
  float: left;
  height: 30px;
  overflow: hidden;
}

.news_detail h3.title_bar span {
  padding-right: 10px;
}

/*招聘详细*/
.job_detail {}

.job_detail h1.title {
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  border-bottom: 1px solid #e0e1dc;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.job_detail h3.title_bar {
  line-height: 26px;
  text-align: center;
  font-weight: normal;
  color: #808080;
}

.job_detail h3.title_bar span {
  padding-right: 10px;
}

.job_detail .content h4 {
  background-color: #f1f1f1;
  height: 26px;
  line-height: 26px;
  text-align: left;
  padding-left: 15px;
}

.job_detail .content div.text {
  padding-top: 10px;
  padding-left: 22px;
  padding-right: 8px;
}

/*下载详细*/
.down_info {
  padding: 10px;
  margin-top: 15px;
}

.down_info table {
  width: 100%;
}

.down_info table thead {
  line-height: 26px;
  background-color: #f2f2f2;
}

.down_info table th {
  border: 1px solid #b6d5f1;
}

.down_info table td {
  padding: 3px;
  padding-left: 10px;
  padding-right: 5px;
  border: 1px solid #b6d5f1;
  text-align: center;
  line-height: 28px;
  height: 28px;
}

#download {
  text-decoration: underline;
}

#down_detail {}

#down_detail .title {
  line-height: 26px;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
  height: 26px;
  background-color: #ececec;
}

#down_detail .text {
  padding: 10px;
}





/*内页留言*/
.message {
  padding-left: 30px;
  padding-top: 10px;
  z-index: 100;
  position: relative;
}

.message input {
  vertical-align: middle;
}

.message #name {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0;
  padding-left: 6px;
  border: 1px solid #dedede;
  width: 200px;
}

.message #contact {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0;
  padding-left: 6px;
  border: 1px solid #dedede;
  width: 200px;
}

.message #email {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0;
  padding-left: 6px;
  border: 1px solid #dedede;
  width: 200px;
}

.message #address {
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0;
  padding-left: 6px;
  border: 1px solid #dedede;
  width: 200px;
}

.message #content {
  display: block;
  width: 460px;
  height: 120px;
  padding: 6px;
  font-size: 12px;
  border: 1px solid #dedede;
  margin-top: 6px;
}

.message .msgbtn {
  background: #ff0000;
  cursor: pointer;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 15px;
  font-family: "Microsoft YaHei";
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#code {
  padding-top: 10px;
  line-height: 26px;
}

#checkcode {
  height: 32px;
  line-height: 32px;
  width: 120px;
  border: 1px solid #dedede;
}

#message_main tr {
  position: relative;
}

#message_main tr th {
  font-weight: normal;
  text-align: right;
  height: 42px;
  line-height: 42px;
  color: #666;
}

.m_label {
  position: absolute;
  width: 160px;
  text-align: left;
  line-height: 26px;
  padding-left: 8px;
  color: #ccc;
  z-index: 1;
  cursor: text;
}

.c_label {
  line-height: 18px;
  padding-top: 12px;
}



/*首页留言表单*/
.index_message {
  position: relative;
}

.name_input {
  border: 1px solid #cccccc;
  margin-top: 5px;
  background: #fff;
  height: 22px;
  width: 189px;
}

.input_left {
  float: left;
  width: 40px;
  text-align: center;
  background: url(../images/title_left.jpg) left top repeat-x;
  height: 22px;
  line-height: 22px
}

.input_right {
  position: relative;
  float: right;
}

.input_right input {
  height: 22px;
  line-height: 22px;
}

.input_right .m_label {
  position: absolute;
  width: 100px;
  text-align: left;
  line-height: 22px;
  padding-left: 6px;
  color: #ccc;
  z-index: 1;
  cursor: text;
}


#m_div {
  width: 222px;
  position: fixed;
  right: 2px;
  bottom: 0px;
  padding-bottom: 1px;
  z-index: 99999;
  background: none;
}

.d_label {
  line-height: 18px;
  padding-top: 8px;
  width: 160px;
}

.w_message {
  border: 1px solid #4a9cf9;
  padding: 7px;
  padding-top: 3px;
  height: 238px;
  background: #fff;
  padding-bottom: 27px;
  background: url(../images/message_bg.jpg) left top no-repeat;
}

.w_message #name {
  width: 142px;
  height: 22px;
  line-height: 22px;
  border: none !important;
}

.w_message #contact {
  width: 142px;
  height: 20px;
  line-height: 20px;
  border: none !important;
}

.w_message #email {
  width: 142px;
  height: 20px;
  line-height: 20px;
  border: none !important;
}

.w_message #address {
  width: 142px;
  height: 20px;
  line-height: 20px;
  border: none !important;
}

.w_message #content {
  width: 176px;
  height: 65px;
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.w_message #checkcode {
  width: 82px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #ccc;
  background-color: #fff;
}


#message_main {
  display: table-cell;
}

.w_message #message_main tr {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 28px;
}

.w_message #message_main tr th {
  height: 28px;
  line-height: 28px;
  width: 37px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.w_message #code {
  padding-top: 0px;
  margin-top: 5px;
}

.w_title {
  background: none;
  color: #fff;
  ;
  position: relative;
  cursor: pointer;
  height: 33px;
  width: 222px;
  overflow: hidden;
}

.w_message #message_main .m_input {
  border: 1px solid #ccc;
  background-color: #fff;
}

.w_message .msgbtn {
  width: 93px;
  height: 29px;
  line-height: 20px;
  background: url(../images/submit.png) 50% 50% no-repeat;
  margin-top: 3px;
  border: none;
  font-family: "宋体", arial;
  font-size: 12px;
  margin-left: 54px;
  font-family: "微软雅黑";
  color: #fff;
}

.w_message .msgbtn_hover {
  background: #3c96fc;
  color: #fff;
  border: 1px solid #3c96fc;
}


.m_close {
  background: url(../images/messbtn.png) left top no-repeat;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  overflow: hidden;
  width: 19px;
  height: 20px;
  right: 12px;
  top: 8px;
  cursor: pointer;
}

.m_open {
  background: url(../images/messbtn1.png) left top no-repeat;
}

.w_message .m_under {
  position: absolute;
  width: 227px;
  height: 37px;
  line-height: 41px;
  left: 0;
  bottom: 1px;
}

.w_message .support {
  color: #000;
  width: 100px;
  position: absolute;
  bottom: 1px;
  right: 8px;
  font-size: 12px;
}

#m_top {
  height: 1px;
  font-size: 0px;
  line-height: 1px;
  margin: 0 2px;
  background: #4a9cf9;
}

#m_mid {
  height: 1px;
  font-size: 0px;
  line-height: 1px;
  margin: 0 1px;
  background: #4a9cf9;
}

#m_bot {
  background: #4a9cf9;
  height: 31px;
  line-height: 31px;
  padding-left: 9px;
  font-family: "微软雅黑";
  font-size: 13px;
}


/*分页样式1*/
.pageController {
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #505050;
  margin: 0 auto;
  border-top: 1px solid #E2E3E4;
  margin-top: 16px;
  line-height: 24px;
}

.pageController a {
  background-color: #FFF;
  vertical-align: middle;
  border: #efefef 1px solid;
  color: #505050;
  padding: 5px 8px;
  margin-right: 3px;
  margin-left: 3px;
}

.pageController a:hover {
  background-color: #efefef;
  color: #438ece;
  text-decoration: none;
  border: #efefef 1px solid;
}

.pageController .currPage {
  background-color: #efefef;
  color: #ff0000;
  border: #efefef 1px solid;
}

.pageController .t1 {
  float: left;
  margin-right: 5px;
  height: 24px;
  line-height: 22px;
  white-space: nowrap;
}

.pageController .t2 {
  float: right;
  vertical-align: middle;
  line-height: 24px;
}

.pageController .t2 #current {
  padding: 0 5px;
  line-height: 24px;
}

.pageController .t1 span {
  padding-left: 4px;
  padding-right: 4px;
}

.pageController select {
  height: 24px;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
}

.pageController select option {
  vertical-align: middle;
}



/*产品分类*/
.cate {
  border: 1px solid #e0e1dc;
  padding: 10px;
  background-color: #f7f7f7;
}

.cate li {
  line-height: 28px;
  border-bottom: 1px dashed #d7d7d7;
  line-height: 28px;
}

.cate li a {
  padding-left: 60px;
  display: block;
  height: 28px;
  line-height: 28px;
  background: url(../images/ico1.gif) 34px center no-repeat;
}

.cate li a:hover {
  background-color: #ececec;
  text-decoration: none;
}

/*详细介绍分页样式*/
.total {
  border-bottom: 1px dashed #e0e1dc;
  padding-bottom: 10px;
}

.paging_num {
  padding: 10px 0px;
  overflow: hidden;
  text-align: right;
}

.paging_num a {
  width: 25px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border: 1px dashed #e0e1dc;
  color: #666;
  margin-left: 15px;
}

.paging_num a:hover {
  text-decoration: none;
  color: #ff0000;
  border: 1px dashed #ff0000;
}

.paging_num .paging_hover {
  text-decoration: none;
  color: #ff0000;
  border: 1px dashed #ff0000;
}





/*简历提交*/
.job-title {
  padding-left: 10px;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 15px;
}

.job-title .job-send {
  background: #f1f1f1;
  padding: 5px 10px;
  border-radius: 4px;
}

.send-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #060;
}

.message-job {
  padding-left: 10px;
  padding-bottom: 10px;
}

.message-job li {
  line-height: 30px;
  margin-bottom: 10px;
}

.message-job li label {
  font-size: 14px;
  width: 70px;
  float: left;
  text-align: right;
}

.message-job li span {
  color: red;
}

.message-job li input[type='radio'] {
  margin: 0 10px;
}

.message-job li input.jobinput {
  border: 1px solid #ccc;
  width: 200px;
  margin: 0 5px;
  line-height: 24px;
  height: 24px;
  padding: 0 5px;
}

.message-job li select {
  line-height: 24px;
  height: 24px;
  padding: 0 5px;
}

.message-job li #experience {
  width: 400px;
  height: 80px;
}

.message-job li input#file {
  margin-top: 18px;
  margin-right: 20px;
}

.message-job input.jobbtn {
  width: 80px;
  border: 1px solid #f1f1f1;
  background: #BBB;
  color: #fff;
  border-radius: 4px;
  font-family: "Microsoft Yahei";
  line-height: 30px;
  height: 30px;
  margin: 0 8px 0;
  cursor: pointer;
}

.message-job input.jobbtn:hover {
  background: #aeaaaa;
}

.message-job li.last {
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  padding: 5px 0;
  font-size: 14px;
  color: #060;
}

.resume-prompt {
  line-height: 36px;
  color: #999;
}

.message-job span.last {
  color: red;
  display: inline-block;
  line-height: 36px;
}





/*在线留言*/
.nyliuyan_center {
  width: 1000px;
  margin: 0 auto;
}

.nyliuyan_jilu {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #ccc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center
}

.nyliuyan_lianxiren {
  width: 12%;
  height: 45px;
  line-height: 45px;
  color: #383838;
  font-size: 18px;
  text-align: left;
  float: left;
  margin-left: 3%;
}

.nyliuyan_lianxirenr {
  width: 70%;
  height: 45px;
  line-height: 45px;
  color: #383838;
  font-size: 16px;
  text-align: left;
  float: right;
  margin-right: 5%;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.text-secondary {
  display: flex;
  justify-content: space-between;
  color: #6c757d !important;
  font-size: 14px;
}

.text-secondary span {
  color: #6c757d
}

.font-weight-normal {
  font-weight: 400 !important;
}

.project_page {
  color: #293446;
  opacity: .5;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.border-top-dashed {
  border-top: 1px dashed #dee2e6 !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-num-current {
  background: #293446;
  color: #fff !important;
}

.page-num:hover,
.page-link:hover {
  background: #293446;
  color: #fff;
}

.page-num,
.page-link {
  position: relative;
  display: block;
  padding: .7rem 1rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #17a2b8;
  border: 1px solid #dee2e6;
  font-size: 14px;
  margin: 0 5px;
}

.page-link {
  position: relative;
  display: block;
  padding: .7rem 1rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  border: 1px solid #dee2e6;
  margin: 0 5px;
}

.card {
  margin: 15px 0;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.card-img-150 {
  height: 150px;
  overflow: hidden;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-top img {
  vertical-align: middle;
  border-style: none;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.h5,
h5 {
  font-size: 1.25rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.mb-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/*内页收索*/

.form-inline .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.ml-sm-3,
.mx-sm-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}

.form-group {
  margin-bottom: 1rem;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.form-group {
  margin-bottom: 1rem;
  overflow: hidden;
  height: 60px;
  width: 100%
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn {
  display: inline-block;
  float: right;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*内页收索*/
.nysosuo {
  width: 80%;
  margin: 0 auto;
}

.nysosuo_left {
  width: 80%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  float: left;
  border: #ccc 1px solid;
  border-radius: 25px;
  background: #fff;
  color: #383838
}

.nysosuo_right {
  width: 18%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: right;
  border: #ccc 1px solid;
  border-radius: 25px;
  background: #015093;
  color: #fff
}

.nysosuo_nr {
  width: 95%;
  margin-right: 3%;
  margin-top: 1px;
  float: right;
  height: 38px;
  line-height: 38px;
  text-align: left;
  border: 0px solid;
  border-radius: 25px;
  background: #fff;
}