body {
  width: 100% !important;
  font-family: 'sans-serif';
}
.w1680 {
  margin-left: 6.2%;
  margin-right: 6.2%;
}
@media (max-width: 1440px) {
  .w1620 {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.inner-banner {
  width: 100%;
  height: 443px;
  opacity: 1;
  background: #020304;
  position: relative;
}
.inner-banner img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.inner-banner .clumn {
  position: absolute;
  width: 1200px;
  margin: 0 auto;
  height: 59px;
  line-height: 59px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.57);
  display: flex;
  padding-right: 33px;
  box-sizing: border-box;
  justify-content: space-between;
}
.inner-banner .clumn .left {
  display: flex;
}
.inner-banner .clumn .left .pro {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  background: #0042df;
  box-sizing: border-box;
  padding: 0 0 0 37px;
}
.inner-banner .clumn .left .sanjiao {
  width: 0;
  height: 0;
  border-width: 30px 0 30px 30px;
  border-style: solid;
  border-color: transparent transparent transparent #0042df;
  /*透明 透明 透明 灰*/
}
.inner-banner .clumn .right {
  float: right;
}
.inner-banner .clumn .right ul {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 59px;
  letter-spacing: 0px;
}
.inner-banner .clumn .right ul li {
  margin-left: 45px;
}
.header .h-top {
  display: flex;
  height: 120px;
  justify-content: space-between;
}
.header .h-left {
  display: flex;
}
.header .h-left .logo {
  margin-top: 39px;
  height: 54px;
}
.header .h-left .text {
  margin-left: 19px;
  padding-left: 19px;
  height: 42px;
  margin-top: 46px;
  border-left: 1px solid #efefef;
}
.header .h-left .text p {
  font-weight: 400;
}
.header .h-left .text p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #333333;
}
.header .h-left .text p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #999;
  line-height: 27px;
}
.header .h-right {
  display: flex;
  margin-top: 40px;
}
.header .h-right .r-text {
  margin-left: 8px;
}
.header .h-right .r-text p:nth-child(1) {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #999999;
}
.header .h-right .r-text p:nth-child(2) {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: #e99100;
  margin-top: 7px;
}
.header .h-nav {
  width: 100%;
  height: 50px;
  opacity: 1;
  background: #0042df;
}
.header .h-nav > ul {
  display: flex;
}
.header .h-nav > ul > li {
  width: 132px;
  text-align: center;
  height: 50px;
  opacity: 1;
  line-height: 50px;
  position: relative;
  flex:1; 
}
.header .h-nav > ul > li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
.header .h-nav > ul > li.active {
  background: #e99100;
  box-shadow: 0px 5px 7px 0px rgba(0, 108, 219, 0.35);
  padding-top: 1px;
  position: relative;
  top: -1px;
}
.header .h-nav > ul > li:hover {
  background: #e99100;
  box-shadow: 0px 5px 7px 0px rgba(0, 108, 219, 0.35);
  padding-top: 1px;
  position: relative;
  top: -1px;
}
.header .h-nav > ul > li:hover .two {
  display: block;
}
.header .h-nav > ul > li .two {
  position: absolute;
  z-index: 100000;
  background: #fff;
  width: 100%;
  color: #333;
  display: none;
}
.header .h-nav > ul > li .two li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
}
.header .h-nav > ul > li .two li a {
  display: block;
}
.header .h-nav > ul > li .two li:hover {
  background: #0060cd;
}
.header .h-nav > ul > li .two li:hover a {
  color: #fff;
}
.header .h-nav > ul > li .two a {
  color: #333;
}
.w1440 {
  width: 75vw;
  margin: 0 auto;
}
.common-title {
  text-align: center;
}
.common-title .c-title {
  font-size: 40px;
  font-weight: 700;
  color: #f2f2f2;
}
.common-title .title {
  font-size: 42px;
  font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
  font-weight: 700;
  color: #0042df;
  margin-top: -20px;
}
.common-title .desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 12px;
  overflow: hidden;
}
.common-title .desc .line {
  width: 744px;
  height: 1px;
  opacity: 1;
  margin: 12px auto 0;
  background: #c2c2c1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.common-title .desc .p-desc {
  width: 447px;
  height: 17px;
  margin: 0 auto;
  background: #fff;
}
.common2-title p:nth-child(1) {
  font-size: 64px;
  text-align: center;
  color: #0042df;
  opacity: 0.08;
}
.common2-title p:nth-child(2) {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #0042df;
  margin-top: -40px;
}
.product-center {
  overflow: hidden;
  margin-top: 55px;
}
.product-center .classify {
  margin: 49px auto 0;
  width: 100%;
}
.product-center .classify .wrapper {
  width: 100%;
}
.product-center .classify ul {
  white-space: nowrap;
}
.product-center .classify ul li {
  width: 24%;
  height: 55px;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  line-height: 55px;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-right: 0.52vw !important;
}
.product-center .classify ul li.active {
  background: #0042df;
  color: #fff;
}
.product-center .classify ul li.active a {
  color: #fff;
}
.product-center .p-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.product-center .p-list ul li {
  margin-top: 40px;
  width: 23%;
  border: 1px solid #efefef;
  margin-left: 1.77vw;
}
.product-center .p-list ul li:hover .text {
  background: #0042df;
  color: #fff;
}
.product-center .p-list ul li:hover .text i {
  color: #fff;
}
.product-center .p-list ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.product-center .p-list ul li img {
  width: 100%;
  height: 14.3vw;
}
.product-center .p-list ul li .text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 3.9vw;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 3.9vw;
  background: #f7f7f7;
}
.product-center .p-list ul li .text p {
  width: 13vw;
}
.product-center .p-list ul li .text i {
  color: #999;
  font-size: 18px;
}
.about-us {
  width: 100%;
  opacity: 1;
  margin-top: 68px;
  padding: 1px;
  box-sizing: border-box;
}
.about-us .back-img {
  position: absolute;
  left: 50%;
  height: 21.66vw;
  transform: translateX(-50%);
  z-index: -1;
}
.about-us .c-title {
  opacity: 0.04;
  color: #ffffff;
}
.about-us .common-title {
  margin-top: 2.81vw;
}
.about-us .common-title .title {
  color: #ffffff;
}
.about-us .common-title .title span {
  color: #ffad55;
}
.about-us .common-title .lines {
  height: 1px;
  width: 344px;
  background: #c2c2c1;
  z-index: 1;
  position: relative;
}
.about-us .common-title .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 744px;
  margin: 10px auto 0;
}
.about-us .common-title .p-desc {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  margin: 0 5px;
}
.about-us .about-content {
  margin-top: 3.07vw;
  position: relative;
}
.about-us .about-content .left {
  width: 39.4vw;
  height: 28.5vw;
  z-index: 0;
}
.about-us .about-content .left img {
  width: 39.4vw;
  height: 28.5vw;
}
.about-us .about-content .right {
  width: 45.5vw;
  height: 23.38vw;
  background: #ffffff;
  position: absolute;
  box-shadow: 0px 5px 29px 0px rgba(30, 93, 177, 0.09);
  right: 0;
  top: 2.44vw;
  z-index: 1;
  padding: 1.99vw 2.66vw;
  box-sizing: border-box;
}
.about-us .about-content .right > p:nth-child(1) {
  opacity: 1;
  font-size: 1.35vw;
  font-weight: 400;
  text-align: left;
  color: #333333;
  letter-spacing: 2px;
}
.about-us .about-content .right > p:nth-child(2) {
  width: 40px;
  height: 3px;
  margin-top: 0.88vw;
  opacity: 1;
  background: #ff8400;
}
.about-us .about-content .right > p:nth-child(3) {
  font-size: 14px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 1.97vw;
  margin-top: 0.88vw;
}
.about-us .about-content .right .clumn {
  margin-top: 2vw;
}
.about-us .about-content .right .clumn li {
  margin-right: 2.4vw;
}
.about-us .about-content .right .clumn li a {
  display: block;
}
.about-us .about-content .right .clumn li a > div {
  width: 3.9vw;
  height: 3.9vw;
}
.about-us .about-content .right .clumn li .img2 {
  display: none;
}
.about-us .about-content .right .clumn li:hover .img1 {
  display: none;
}
.about-us .about-content .right .clumn li:hover .img2 {
  display: block;
  box-sizing: border-box;
}
.about-us .about-content .right .clumn li:hover p {
  color: #0042df;
}
.about-us .about-content .right .clumn img {
  width: 3.9vw;
  height: 3.9vw;
}
.about-us .about-content .right .clumn p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 38px;
}
.about-us .about-content .right .clumn p.active {
  color: #0042df;
}
.project-case {
  display: flex;
  margin-top: 100px;
}
.project-case .left .title {
  width: 32.3vw;
  height: 7.91vw;
  overflow: hidden;
  opacity: 1;
  background: #0042df;
}
.project-case .left .title p:nth-child(1) {
  opacity: 0.08;
  font-size: 4.42vw;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-top: 1.6vw;
}
.project-case .left .title p:nth-child(2) {
  font-size: 2.21vw;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-top: -2.12vw;
}
.project-case .list {
  width: 32.3vw;
}
.project-case .list li {
  width: 100%;
  position: relative;
}
.project-case .list li:hover p {
  display: block;
}
.project-case .list li:nth-child(2) {
  margin-top: 8px;
}
.project-case .list li a {
  width: 100%;
  display: block;
}
.project-case .list li a img {
  width: 100%;
  height: 14.69vw;
}
.project-case .list li p {
  width: 100%;
  height: 2.19vw;
  line-height: 2.19vw;
  font-size: 19px;
  color: #fff;
  text-align: center;
  background: rgba(0, 66, 223, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.project-case .right {
  display: flex;
}
.project-case .right .list2 {
  width: 43.8vw;
  display: flex;
  flex-wrap: wrap;
}
.project-case .right .list2 li {
  width: 20.6vw;
  height: 12.2vw;
  margin-left: 8px;
  margin-top: 9px;
}
.project-case .right .list2 li:nth-child(1),
.project-case .right .list2 li:nth-child(2) {
  margin-top: 0;
}
.project-case .right .list2 li a {
  height: 100%;
}
.project-case .right .list2 li img {
  width: 100%;
  height: 100%;
}
.credit {
  width: 100%;
  height: 651px;
  opacity: 1;
  overflow: hidden;
  margin-top: 68px;
}
.credit .back-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.credit .common-title {
  margin-top: 2.81vw;
}
.credit .common-title .c-title {
  opacity: 0.04;
}
.credit .common-title .title {
  color: #ffffff;
}
.credit .common-title .title span {
  color: #ffad55;
}
.credit .common-title .lines {
  height: 1px;
  width: 344px;
  background: #c2c2c1;
  z-index: 1;
  position: relative;
}
.credit .common-title .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 744px;
  margin: 10px auto 0;
}
.credit .common-title .p-desc {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  margin: 0 5px;
}
.news {
  margin-top: 67px;
}
.news .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 43px;
}
.news .list li {
  width: 47%;
  margin-left: 2.07vw;
  padding: 1.56vw 1.04vw;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}
.news .list li:hover {
  background: #ffffff;
  box-shadow: 0px 1px 27px 0px rgba(237, 237, 237, 0.57);
  border: none !important;
}
.news .list li:hover a .text p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #025ec5;
}
.news .list li:hover .more {
  background: #0042df;
  color: #fff;
}
.news .list li a {
  display: flex;
}
.news .list li a img {
  width: 160px;
  height: 133px;
  border-radius: 10px;
}
.news .list li a .text {
  width: 100%;
}
.news .list li a .text p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.news .list li a .text p:nth-of-type(1) span:nth-child(1) {
  width: 350px;
}
.news .list li a .text p:nth-of-type(1) .time {
  text-align: left;
  font-size: 14px;
  color: #999999;
}
.news .list li a .text p:nth-of-type(2) {
  font-size: 14px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: justify;
  color: #666666;
  height: 42px;
  line-height: 20px;
  margin-top: 1.04vw;
  width: 100%;
}
.news .list li a .more {
  width: 66px;
  height: 29px;
  line-height: 29px;
  opacity: 1;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 16px;
}
.partner {
  margin-top: 68px;
}
.partner .bd {
  width: 62.5vw;
  margin: 46px auto 0;
}
.partner .bd li {
  text-align: center;
  width: 11.67vw !important;
  margin-right: 0.88vw;
  height: 4.86vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #efefef;
}
.partner .bd li img {
  width: 8.07vw;
}
.partner .bd .tempWrap {
  width: 100% !important;
}
.partner .picMarquee-left {
  position: relative;
}
.partner .picMarquee-left .hd {
  position: absolute;
  width: 75vw;
  display: flex;
  top: 1.2vw;
  justify-content: space-between;
}
.partner .picMarquee-left .hd a {
  font-size: 40px;
}
.partner .picMarquee-left .hd .next {
  transform: rotate(180deg);
}
.case {
  width: 1200px;
  margin: 52px auto 0;
}
.case ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.case ul li {
  width: 293px;
  height: 216px;
  opacity: 1;
  margin-left: 9px;
  margin-top: 17px;
  border: 1px solid #eaeaea;
  padding: 8px;
  box-sizing: border-box;
}
.case ul li p {
  font-size: 14px;
  margin-top: 10px;
  width: 250px;
  margin: 10px auto 0;
}
.case ul li img {
  width: 274px;
  height: 166px;
}
.case ul li:nth-child(4n + 1) {
  margin-left: 0;
}
.honor {
  width: 1200px;
  margin: 52px auto 0;
}
.honor ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.honor ul li {
  width: 219px;
  height: 339px;
  opacity: 1;
  margin-left: 26px;
  margin-top: 33px;
  border: 1px solid #eaeaea;
  padding: 8px;
  box-sizing: border-box;
}
.honor ul li p {
  font-size: 14px;
  margin-top: 10px;
  width: 210px;
  text-align: center;
  margin: 15px auto 0;
}
.honor ul li img {
  width: 201px;
  height: 283px;
}
.honor ul li:nth-child(5n + 1) {
  margin-left: 0;
}
.news-content {
  margin-top: 75px;
}
.news-content .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 5px;
}
.news-content .icon .icontianjia {
  position: absolute;
  font-size: 32px;
  color: #d1d1d1;
  float: right;
}
.news-content .head-wrap {
  display: flex;
}
.news-content .head-wrap .top {
  width: 276px;
  vertical-align: bottom;
}
.news-content .head-wrap .top .pro {
  width: 276px;
  font-size: 46px;
  text-align: center;
  color: #0042df;
  opacity: 0.11;
}
.news-content .head-wrap .top .pro-list {
  width: 276px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  color: #0042df;
  line-height: 40px;
  letter-spacing: 1px;
  margin-top: -40px;
}
.news-content .head-wrap .pro-right {
  width: 889px;
  height: 50px;
  line-height: 50px;
  opacity: 1;
  background: #f6f6f6;
  margin-left: 34px;
}
.news-content .head-wrap .pro-right img {
  width: 20px;
  height: 18px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 15px;
  margin-top: -5px;
}
.news-content .head-wrap .pro-right .fw {
  font-size: 13px;
  color: #999999;
  line-height: 36px;
  margin-top: 5px;
}
.news-content .head-wrap .pro-right .active {
  color: #0165b1;
}
.news-content .content-wrap {
  margin-top: 40px;
}
.news-content .news-left {
  float: left;
  width: 276px;
  position: relative;
}
.news-content .news-left > div.navbar {
  box-sizing: border-box;
  box-shadow: 0px 1px 13px 0px rgba(218, 218, 218, 0.25);
  width: 100%;
}
.news-content .news-left > div.navbar > div {
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  height: 66px;
  line-height: 51px;
  letter-spacing: 1px;
  padding-top: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
.news-content .news-left > div.navbar > div.active {
  padding-top: 0;
}
.news-content .news-left > div.navbar > div > a {
  border-left: 4px solid #0042df;
}
.news-content .news-left > div.navbar > div a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
  text-align: center;
}
.news-content .news-left > div.navbar .menu {
  width: 276px;
  background: #ffffff;
}
.news-content .news-left > div.navbar .menu li {
  font-size: 14px;
  box-sizing: border-box;
  text-align: left;
}
.news-content .news-left > div.navbar .menu li.active {
  background: #f8f8f8;
}
.news-content .news-left > div.navbar .menu li.active a {
  color: #0042df;
}
.news-content .news-left > div.navbar > div {
  text-align: center;
}
.news-content .news-left > div.navbar > div .arrow {
  opacity: 0;
  margin-left: 25px;
}
.news-content .news-left > div.navbar > div.active {
  height: auto;
}
.news-content .news-left > div.navbar > div.active > a {
  background: #0042df;
  color: #fff;
  height: 66px;
  line-height: 66px;
}
.news-content .news-left > div.navbar > div.active .arrow {
  opacity: 1;
  margin-left: 25px;
}
.news-content .news-left .call {
  margin-top: 61px;
  width: 226px;
  height: 141px;
  background: url('../images/concat.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 60px;
  position: relative;
}
.news-content .news-left .call > div {
  position: absolute;
  top: 64px;
  right: 20px;
}
.news-content .news-left .call > div p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.news-content .news-left .call > div p span {
  font-weight: bold;
  color: #8acd23;
}
.news-content .news-left .circle {
  width: 30px;
  height: 30px;
  position: absolute;
  background: #fff;
  top: -15px;
  border-radius: 50%;
  left: 3px;
}
.news-content .news-left .circle > div {
  width: 18px;
  height: 18px;
  border: 1px solid #8acd23;
  margin: 6px auto;
  border-radius: 50%;
}
.news-content .news-right {
  float: right;
  position: relative;
  width: 889px;
}
.news-content .news-right .p-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -23px;
}
.news-content .news-right .p-list ul li {
  margin-top: 23px;
  width: 279px;
  border: 1px solid #efefef;
  margin-left: 23px;
}
.news-content .news-right .p-list ul li:hover .text {
  background: #0042df;
  color: #fff;
}
.news-content .news-right .p-list ul li:hover .text i {
  color: #fff;
}
.news-content .news-right .p-list ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.news-content .news-right .p-list ul li img {
	  max-width: 100%;
  width: 100%;
  height: 229px;
}
.news-content .news-right .p-list ul li .text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 68px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 68px;
  background: #f7f7f7;
}
.news-content .news-right .p-list ul li .text p {
  width: 179px;
}
.news-content .news-right .p-list ul li .text i {
  color: #999;
  font-size: 18px;
}
.news-content .p-detail {
  display: flex;
}
.news-content .p-detail .picFocus {
  width: 446px;
  position: relative;
}
.news-content .p-detail .picFocus ul {
  display: flex;
}
.news-content .p-detail .picFocus .bd {
  vertical-align: middle;
  width: 446px;
  height: 400px;
  opacity: 1;
  border: 1px solid #efefef;
}
.news-content .p-detail .picFocus .bd img {
  width: 446px;
  height: 400px;
}
.news-content .p-detail .picFocus .bd .tempWrap {
  width: 100%;
}
.news-content .p-detail .picFocus .pro-list {
  display: flex;
  margin-top: 15px;
  width: 446px;
  height: 88px;
  opacity: 1;
  background: #f8f8f8;
  padding: 8px 0;
  box-sizing: border-box;
}
.news-content .p-detail .picFocus .prev-arrow,
.news-content .p-detail .picFocus .next-arrow {
  width: 24px;
  height: 88px;
  line-height: 88px;
  opacity: 1;
  background: #f0f0f0;
  margin-top: -8px;
  text-align: center;
  color: #959595;
}
.news-content .p-detail .picFocus .prev-arrow span,
.news-content .p-detail .picFocus .next-arrow span {
  color: #333333;
  font-size: 18px;
}
.news-content .p-detail .picFocus .prev-arrow:hover,
.news-content .p-detail .picFocus .next-arrow:hover {
  background: #0165b1;
}
.news-content .p-detail .picFocus .prev-arrow:hover span,
.news-content .p-detail .picFocus .next-arrow:hover span {
  color: #fff;
}
.news-content .p-detail .picFocus .prev-arrow a,
.news-content .p-detail .picFocus .next-arrow a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-content .p-detail .picFocus .prev-arrow {
  transform: rotate(180deg);
}
.news-content .p-detail .picFocus .hd {
  overflow: hidden;
  width: 399px;
  margin-left: 10px;
}
.news-content .p-detail .picFocus .hd ul {
  display: flex;
}
.news-content .p-detail .picFocus .hd li {
  margin-right: 7px;
  border: 1px solid #efefef;
  width: 72px;
  height: 72px;
}
.news-content .p-detail .picFocus .hd li img {
  width: 72px;
  height: 72px;
}
.news-content .p-detail .parameter {
  margin-left: 34px;
  width: 396px;
}
.news-content .p-detail .parameter p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin-top: 10px;
}
.news-content .p-detail .parameter p > .title {
  font-size: 16px;
  text-align: left;
  color: #999999;
}
.news-content .p-detail .parameter p:nth-child(1) {
  font-size: 22px;
  text-align: left;
  color: #333333;
  margin-top: 0;
}
.news-content .p-detail .parameter p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 34px;
  letter-spacing: 0px;
  margin-top: 15px;
}
.news-content .p-detail .parameter .fire {
  margin-top: 28px;
  font-size: 16px;
  color: #464646;
}
.news-content .p-detail .parameter .fire span:nth-child(1) {
  margin-right: 20px;
}
.news-content .p-detail .parameter .fire i {
  color: #222;
  font-weight: 700;
  font-size: 20px;
  margin-right: 3px;
}
.news-content .delivery {
  width: 889px;
  height: 46px;
  line-height: 46px;
  margin-top: 25px;
  opacity: 1;
  background: #0042df;
}
.news-content .delivery ul {
  display: flex;
}
.news-content .delivery li {
  width: 20%;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.news-content .delivery li.tab_menu_active {
  background: #f89f00;
}
.news-content .content-delivery {
  margin-top: 26px;
}
.news-content .content-delivery .tab_content {
  display: none;
}
.news-content .content-delivery .tab_content_active {
  display: block;
}
.recommond {
  margin-top: 93px;
}
.recommond .r-list {
  margin-top: 64px;
}
.recommond .r-list .bd {
  width: 100%;
  height: 240px;
    overflow: hidden;
}
.recommond .r-list .bd li {
  width: 11.9vw !important;
  opacity: 1;
  background: #fefefe;
  margin-right: 0.57vw;
}
.recommond .r-list .bd li img {
  width: 11.9vw;
  border: 1px solid #efefef;
  height: 9.8vw;
  margin-right: 8px;
}
.recommond .r-list .bd li p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  margin-top: 19px;
}
/*风机技术*/
.technology {
  margin-top: 44px;
}
.technology .w1440 {
  width: 64.8vw !important;
}
.technology .news .list li {
  width: 48%;
}
.technology .news .list li:nth-child(2n + 1) {
  margin-left: 0;
}
.contact {
  margin-top: 54px;
}
.contact .container {
  width: 1200px;
  margin: 53px auto 0;
}
.contact .container  {

  max-width: 100%;
}
.erwei img{
		width: 80px;
}
.contact .bottom {
  display: flex;
  margin-bottom: 130px;
}
.contact .message {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
.contact .message .left .title {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #888888;
  line-height: 23px;
}
.contact .message .left .line {
  width: 46px;
  height: 1px;
  opacity: 1;
  background: #888888;
  margin-top: 25px;
}
.contact .left {
  position: relative;
  width: 368px;
}
.contact .left .btn {
  width: 121px;
  height: 39px;
  opacity: 1;
  background: #0042df;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 39px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  align-items: center;
}
.contact .left .btn i {
  margin-right: 5px;
}
.contact .left .btn img {
  margin-right: 5px;
}
.contact .left p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 39px;
}
.contact .left .erwei {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact .form {
  margin-top: 58px;
  margin-left: 47px;
}
.contact .form .input {
  display: flex;
  margin-top: 40px;
}
.contact .form .input .inline {
  position: relative;
}
.contact .form .input .inline:nth-last-child(1) input {
  margin-right: 0;
}
.contact .form .input span {
  color: #ff0000;
  position: absolute;
  left: 9px;
  top: 14px;
}
.contact .form .input input {
  width: 251px;
  height: 42px;
  opacity: 1;
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  box-sizing: border-box;
  margin-right: 19px;
  outline: none;
}
.contact .form .text {
  position: relative;
}
.contact .form .text span {
  color: #ff0000;
  position: absolute;
  left: 9px;
  top: 40px;
}
.contact .form .submit {
  width: 303px;
  height: 44px;
  opacity: 1;
  background: #0042df;
  font-size: 18px;
  line-height: 14px;
  text-align: center;
  margin-top: 30px;
  border: none;
  color: #fff;
}
.contact .form textarea {
  width: 752px;
  height: 100px;
  opacity: 1;
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  outline: none;
  margin-top: 22px;
}
.contact .form p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 21px;
  letter-spacing: 1px;
}
.about-content {
  margin-top: 54px;
}
.about-content .w-content {
  width: 1200px;
  margin: 44px auto 147px;
}
.footer {
  width: 100%;
  height: 273px;
  margin-top: 69px;
  opacity: 1;
  overflow: hidden;
  background: #202020;
  display: flex;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer .left {
  margin-top: 28px;
  float: left;
}
.footer .left p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 38px;
  display: flex;
  align-items: center;
}
.footer .left p img {
  margin-right: 15px;
}
.footer .left p:nth-of-type(1) {
  margin-top: 19px;
}
.footer .right {
  display: flex;
}
.footer .right > div:nth-of-type(2) {
  margin-left: 69px;
}
.footer .right h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-top: 31px;
}
.footer .right ul {
  display: flex;
  width: 270px;
  flex-wrap: wrap;
}
.footer .right ul li {
  width: 115px;
  height: 28px;
  line-height: 28px;
  opacity: 1;
  border: 1px solid #ffffff;
  color: #fff;
  text-align: center;
  margin-left: 23px;
  margin-top: 19px;
}
.footer .right ul li:nth-of-type(2n + 1) {
  margin-left: 0;
}
.footer .right ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.copy-right {
  width: 100%;
  height: 47px;
  opacity: 1;
  background: #000;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 47px;
}
.page {
  display: flex;
  justify-content: center;
  margin: 72px;
}
.page .pre,
.page .next {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 32px;
  letter-spacing: 1px;
}
.page .pre a,
.page .next a {
  color: #333333;
}
.page .pre:hover,
.page .next:hover {
  background: #0060cd;
  color: #fff;
}
.page .pre:hover a,
.page .next:hover a {
  color: #fff;
}
.page .next {
  margin-left: 10px;
}
.page .num {
  width: 33px;
  height: 32px;
  opacity: 1;
  text-align: center;
  line-height: 32px;
  border: 1px solid #dcdcdc;
  margin-left: 8px;
}
.page .num a {
  color: rgba(0, 0, 0, 0.6);
}
.page .active {
  background: #0042df;
}
.page .active a {
  color: #fff;
}
.content-detail {
  margin-top: 60px;
  min-height: 400px;
}
.content-detail .content-title {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 50px;
}
.content-detail .content-time {
  line-height: 50px;
  text-align: center;
}
.content-detail .content-time .content-title {
  font-size: 14px;
  color: #333;
}
.piece {
  margin-top: 45px;
  font-size: 16px;
  color: #015da8;
  text-align: left;
}
.piece > div {
  line-height: 30px;
}
.piece a {
  color: #555;
  margin-left: 10px;
}
@media screen and (max-width: 1680px) {
  .wrap-content .w1680 {
    width: 1200px !important;
    margin: 0 auto;
  }
  .wrap-content .address {
    width: 430px !important;
  }
  .wrap-content .inner-wrap .map img {
    width: 800px;
    height: 380px;
  }
  .wrap-content .address p {
    line-height: 28px;
    font-size: 12px;
  }
  .wrap-content .inner-wrap .erwei img {
    width: 85px;
    height: 85px;
    margin-top: 18px;
  }
  .message-form .one-line > div input {
    width: 377px;
    height: 45px;
  }
  .message-form .one-line textarea {
    width: 1186px;
  }
}
@media screen and (max-width: 1680px) {
  #certify {
    width: 90vw !important;
  }
  .technology .w1440 {
    width: 80vw !important;
  }
}
@media screen and (max-width: 1460px) {
  .project-case {
    margin-top: 100px;
  }

  .technology .w1440 {
    width: 85vw !important;
  }
  .recommond .r-list .bd li {
    width: 13.7vw !important;
  }
  .recommond .r-list .bd li img {
    width: 13.7vw !important;
    height: 11.5vw !important;
  }
  .project-case .left .title {
    width: 36.3vw;
  }
  .project-case .list {
    width: 36.3vw;
  }
  .project-case .right .list2 li {
    width: 23.6vw;
    height: 14.1vw;
    margin-left: 8px;
    margin-top: 9px;
  }
  .project-case .list li a img {
    width: 100%;
    height: 17.69vw;
  }
  .project-case .right .list2 {
    width: 48.4vw;
    display: flex;
    flex-wrap: wrap;
  }
  #certify .swiper-slide {
    width: 234px;
    height: 391px;
    background: #fff;
  }
  #certify {
    position: relative;
    width: 90vw !important;
  }
  .w1440 {
    width: 85vw !important;
  }
  .about-us .about-content .left img {
    width: 44.4vw;
    height: 30.5vw;
  }
  .about-us .about-content .right {
    width: 47.5vw;
    height: 25.38vw;
  }
  .product-center .p-list ul li {
    width: 23.2%;
  }
  .partner .bd {
    width: 70vw;
    margin: 46px auto 0;
  }
  .partner .bd li {
    text-align: center;
    width: 13.1vw !important;
    margin-right: 0.88vw;
    height: 4.86vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efefef;
  }
}
@media screen and (max-width: 1370px) {
  #certify .swiper-slide {
    width: 228px;
    height: 391px;
    background: #fff;
  }
  .recommond .r-list .bd li {
    width: 13.8vw !important;
  }
  .recommond .r-list .bd li img {
    width: 13.8vw !important;
    height: 11.5vw !important;
  }
}
@media screen and (max-width: 1380px) {
  .project-case {
    margin-top: 200px;
  }
  .project-case .right .list2 li {
    width: 23.2vw !important;
  }
  #certify .swiper-slide {
    width: 220px;
    height: 391px;
    background: #fff;
  }
  .product-center .p-list ul li {
    width: 23.2%;
  }
}
