﻿@media(max-width: 1500px) {
  .x-menu>li>a {
    padding: 0 0.5vw;
    padding-top: 10px;
  }
}

@media(min-width:1470px) {
  .container2 {
    width: 1470px;
    margin: 0 auto;
  }
}

.container2 {
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px;
}

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

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

@media(max-width: 1370px) {
  .dianhua {
    font-size: 18px !important;
  }
}

@media(max-width: 1120px) {
  .dianhua {
    font-size: 18px !important;
  }
}

@media(max-width: 1300px) {
  .ft-contact h3 {
    font-size: 18px !important;
  }

}

@media(max-width: 1280px) {
  .logo {
    width: 28%;
  }

  .logo img {
    max-width: 100%;
  }
}

/* suncitygroup太阳成集团 */

.c1_index {
  background: url(../image/gs.jpg) no-repeat center top;
  padding-top: 3.64583vw;
}

.c1_index .tit1 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 15px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

.c1_index .exp {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

.c1_index .exp b {
  color: #fff;
}

.c1_index .company {
  background-color: #fff;
  margin: 50px 0px;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 1px 1px 6px #ccc;
}

.c1_index .company .company1 {
  width: 48%;
  display: table;
  overflow: hidden;
}

.c1_index .company .company1 p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.c1_index .company .company1 img {
  width: 100%;
  height: auto;
  transition: all 0.8s;
}

.c1_index .company .company1:hover img {
  transition: all 0.8s;
  transform: scale(1.3);
}

.c1_index .company .company2 {
  width: 48%;
}

.c1_index .company .company2 .company3 li {
  font-size: 20px;
  margin-bottom: 20px;
}

.c1_index .company .company2 .company3 p {
  color: #777777;
  font-size: 14px;
}

.c1_index .company .company2 .company3 ol {
  border-radius: 20px;
  background-color: #0071DC;
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
}

.c1_index .company .company2 .company3 ol a {
  color: #fff;
}

/* 产品中心 */

.iproduct {
  padding-top: 20px;
  padding-bottom: 30px;
}

/*产品分类*/

.cpfl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1vw;
}

.cpfl li {
  width: 11%;
  background-color: #0071DC;
  line-height: 46px;
  text-align: center;
}

.cpfl li a {
  color: #fff;
  font-size: 14px;
}

.cpfl li:hover {
  background-color: #0071DC;
}

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

.product1 {
  width: 100%;
  background-color: #F8F8F8;
  padding: 20px 0px;
  background-image: url(../image/wangge.jpg);
}

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

.cpzs div {
  width: 24%;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.cpzs div li {
  width: 100%;
  display: table;
  overflow: hidden;
}

.cpzs div li a {
  width: 100%;
}

.cpzs div li a img {
  width: 100%;
  height: auto;
  transition: all 0.8s;
}

.cpzs div p {
  line-height: 42px;
  text-align: center;
}

.cpzs div p a {
  color: #1b1b1b;
  font-size: 16px;
}

.cpzs div ol {
  width: 130px;
  margin: 0 auto 15px auto;
  line-height: 32px;
  border: 1px solid #D2D2D2;
  border-radius: 20px;
  text-align: center;
}

.cpzs div ol a {
  font-size: 14px
}

.cpzs div:hover ol {
  background-color: #0071DC;
  border: 1px solid #0071DC;
}

.cpzs div:hover ol a {
  color: #fff;
}

.imore {
  width: 150px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #D2D2D2;
  border-radius: 20px;
  text-align: center;
  margin: 10px auto 0 auto;
}

.imore:hover {
  border: 1px solid #0071DC;
}

.imore:hover a {
  color: #0071DC;
}


/*优势*/

.youshi {
  padding: 80px 0px;
  /* background-image: url(../image/youshi.jpg);*/
  background-color: #055FCB;
}

.youshi .title2 {
  text-align: center;
}

.youshi .title2 h3 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.youshi .title2 h3 b {
  color: #fff;
}

.youshi .title2 p {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  font-weight: normal;
  text-transform: uppercase;
}

.youshi .youshin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.youshi .youshin dl {
  width: 30%;
}

.youshi .youshin dl dt {
  border: 1px dashed rgb(0, 162, 255);
  margin-bottom: 30px;
  padding: 4% 2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 212px;
}

.youshi .youshin dl dt li {
  background-color: #000;
  width: 58px;
  height: 58px;
  border-radius: 180px;
  text-align: center;
  margin-right: 5px;
}

.youshi .youshin dl dt li img {
  margin-top: 14px;
}

.youshi .youshin dl dt ol {
  width: calc(100% - 70px);
  padding: 0;
  margin: 0;
}

.youshi .youshin dl dt ol span {
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
  display: block;
}

.youshi .youshin dl dt ol p {
  color: #fff;
  font-weight: normal;
  line-height: 2;
}

.youshi .youshin dl dt:hover li {
  background-color: #00b7ff;
}

.youshi .youshin dl dt:hover ol span {
  color: #fff;
}

.youshi .youshin dl dt ol p b {
  color: #ffffff;
}

.youshi .youshin ul {
  width: 36%;
  display: table;
  overflow: hidden;
}

.youshi .youshin ul img {
  width: 100%;
  height: auto;
  transition: all 0.8s;
}

.youshi .youshin ul:hover img {
  transform: scale(1.3);
}

@media(max-width: 1199px) {
  .about .text {
    padding: 0 60px;
  }

  .iproduct {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

@media(max-width: 991px) {
  .about .tit {
    font-size: 22px;
  }

  .about .exp {
    font-size: 32px;
  }

  .about .text {
    padding: 0;
    font-size: 16px;
    line-height: 32px;
  }

  .about {
    padding: 50px 0;
  }

  .about {
    background-size: 1024px 133px;
  }

  .cpzs div {
    width: 48% !important;
  }

  .c1_index .company .company1 {
    width: 100% !important;
  }

  .c1_index .company .company2 {
    width: 100% !important;
  }

  .youshi .youshin dl {
    width: 100% !important;
    height: auto !important;
  }

  .youshi .youshin ul {
    width: 100% !important;
    height: auto !important;
  }
}

@media(max-width: 425px) {
  .company1 iframe {
    height: 260px !important;
  }

  .about .exp {
    font-size: 28px;
    line-height: 40px;
    margin-top: 10px;
  }

  .about .text {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
  }
}

@media(max-width: 375px) {
  .about .text {
    font-size: 14px;
  }
}

@media(max-width: 768px) {
  .iproduct .title p {
    font-size: 18px;
    line-height: initial;
    margin-top: 5px;
  }

  .iproduct {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .cpfl li {
    width: 100%;
    background: none;
    margin-top: 15px;
  }

  .cpfl li>a {
    display: block;
    background: #0071DC;
    font-size: 16px;
  }

  .cpfl li dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .cpfl li+li dl {
    display: none;
  }

  .cpfl li dl dt {
    line-height: 2;
    width: 33%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #0071DC;
    margin-top: 1%;
  }

  .cpfl li dl dt a {
    color: #333;
    font-size: 14px;
    font-weight: lighter;
  }

  .cpfl li dl dt:hover {
    background: none;
  }

  .cpfl li:hover {
    background: none;
  }

  .cpfl li:hover a {
    color: #333;
  }

}

@media(min-width: 768px) {
  .m-nav {
    display: none;
  }

  .cpfl li {
    position: relative;
  }

  .cpfl li dl {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999999999999;
    width: 100%;
    display: none;
  }

  .cpfl li dl dt {
    line-height: 45px;
    text-align: center;
    background: #0071DC;
  }

  .cpfl li dl dt a {
    font-size: 16px;
    color: #fff;
  }

  .cpfl li dl dt:hover {
    background: #0071DC;
  }

  .cpfl li:first-child:hover dl {
    display: block;
  }
}

@media(max-width: 425px) {
  .iproduct {
    padding-bottom: 40px;
  }

  .swiper-slide {
    width: 49%;
  }

  .title p {
    font-size: 14px;
  }

  .title h3 {
    font-size: 22px;
  }

  .case-list .swiper-slide a h3 {
    font-size: 14px;
    line-height: 30px;
  }

  .case-show {
    margin-top: 30px;
  }

  .swiper-pagination {
    margin-top: 5px;
  }
}

/* 新闻资讯自适应 */

@media(max-width: 1440px) {
  .new-top {
    width: 50%;
  }

  .new-warp {
    width: 50%;
  }

  .new-list ul li a {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .new-list ul li a span {
    margin-top: 10px;
  }
}

@media(max-width: 650px) {
  .new-top {
    float: none;
    width: 100%;
  }

  .new-warp {
    float: none;
    width: 100%;
  }

  .new-list ul li a {
    padding: 15px 0;
  }

  .new-list ul li a p {
    margin-top: 10px;
  }

  .new-list ul li a span {
    margin-top: 10px;
  }

  .new-warp {
    padding: 0 15px;
  }

  .news {
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .new-cfn ul li a {
    font-size: 17px;
    padding-left: 25px;
  }

  .new-cfn ul li:nth-child(1) a {
    padding-left: 30px;
  }

  .new-top .owl-carousel .owl-dots {
    height: 40px;
  }
}

@media(max-width: 320px) {
  .new-cfn ul li a {
    font-size: 17px;
    padding-left: 22px;
  }

  .new-cfn ul li:nth-child(1) a {
    padding-left: 27px;
  }

  .new-list ul li a p {
    margin-top: 5px;
  }

  .new-list ul li a span {
    margin-top: 5px;
  }

  .new-list ul li a {
    padding: 10px 0;
  }
}

.md-foot {
  display: none;
}

@media(max-width:767px) {
  .footed {
    display: none;
  }

  .footer {
    display: none;
  }

  .md-foot {
    display: block;
    background: #151515;
  }

  .mod-logo {
    text-align: center;
    padding: 30px 0;
  }

  .mod-logo a {
    display: block;
  }

  .mod-logo a img {
    max-width: 100%;
  }

  .fd-cfn {
    border-bottom: solid 1px #ccc;
    margin-top: 10px;
  }

  .fd-cfn h3 {
    font-size: 16px;
    color: #fff;
    line-height: 2.5;
  }

  .fd-cfn h3 span {
    padding-right: 10px;
  }

  .fd-cfn .fd-name {
    display: none;
    padding-left: 13px;
  }

  .fd-cfn .fd-name a {
    display: block;
    line-height: 28px;
    color: #fff;
    opacity: .8;
  }

  .fd-ly .copyright {
    color: #fff;
    opacity: .8;
    padding: 15px 15px;
    line-height: 1.5;
    text-align: center;
    float: none;
  }

  .fd-ly .copyright a {
    color: #fff;
    opacity: .8;
  }

  .c1_index .tit {
    font-size: 16px;
  }

  .c1_index .exp {
    font-size: 18px;
  }
}