.paddings {
  padding: 0; }

* {
  margin: 0;
  padding: 0; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

a {
  color: #000; }

a:hover {
  text-decoration: none; }

.text-transform {
  text-transform: Uppercase; }

.clearfix {
  zoom: 1; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

.textline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.textline1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.backImage {
  background: no-repeat center center;
  background-size: cover; }

.acea-row {
  display: flex;
  flex-wrap: wrap; }

.acea-row.row-top {
  align-items: flex-start; }

.acea-row.row-middle {
  align-items: center; }

.acea-row.row-bottom {
  align-items: flex-end; }

.acea-row.row-left {
  justify-content: flex-start; }

.acea-row.row-center {
  justify-content: center; }

.acea-row.row-right {
  justify-content: flex-end; }

.acea-row.row-between {
  justify-content: space-between; }

.acea-row .row-around {
  justify-content: space-around; }

.acea-row.row-column {
  flex-direction: column; }

.acea-row.row-column-between {
  flex-direction: column;
  justify-content: space-between; }

.acea-row.row-column-around {
  flex-direction: column;
  justify-content: space-around; }

.acea-row.row-center-wrapper {
  align-items: center;
  justify-content: center; }

.acea-row.row-between-wrapper {
  align-items: center;
  justify-content: space-between; }

.transition, .index_anlist .fnelie a, .index_anlist .anLists > a img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.maxwidth {
  width: 1200px;
  margin: 0 auto; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background-color: #fff;
  z-index: 999; }
#header .header {
  height: 100%; }
#header .maxwidth {
  height: 100%; }
#header .headerLeft {
  align-items: center; }
#header .headerLeft > img {
  width: 120px;
  height: 100%;
  margin-right: 16px; }
#header .headerLeft > ul > li {
  position: relative; }
#header .headerLeft > ul > li > a {
  font-size: 14px;
  display: block;
  padding: 17px 20px; }
#header .headerLeft > ul > li > a:after {
  content: '';
  width: 0;
  height: 4px;
  display: block;
  background: linear-gradient(-87deg, #2b8eff, #8950fe);
  border-radius: 2px;
  transition: all .2s; }
#header .headerLeft > ul > li .active {
  color: #2B8EFF;
  position: relative; }
#header .headerLeft > ul > li .active:after {
  content: '';
  width: 22px;
  height: 4px;
  background: linear-gradient(-87deg, #2b8eff, #8950fe);
  border-radius: 2px; }
#header .headerLeft > ul > li ul {
  display: none;
  position: absolute;
  width: 118px;
  left: 0;
  top: 54px;
  margin-left: -29px;
  z-index: 9;
  padding-top: 2px; }
#header .headerLeft > ul > li ul li {
  width: 100%;
  height: 40px; }
#header .headerLeft > ul > li ul li a {
  display: block;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  text-align: center;
  line-height: 40px; }
#header .headerLeft > ul > li ul li a:hover {
  background-color: #1D76FB;
  color: #ffffff; }
#header .headerLeft > ul > li:hover > a {
  color: #2B8EFF; }
#header .headerLeft > ul > li:hover > a:after {
  width: 22px; }
#header .headerLeft > ul > li:hover ul {
  display: block; }
#header .headerLeft .Click {
  display: none; }
#header .headerLeft .Click img {
  width: 30px;
  height: 30px;
  cursor: pointer; }
#header .headerLeft .Click .img2 {
  position: fixed;
  top: 16px;
  right: 23px;
  z-index: 99;
  width: 23px;
  height: 22px; }
#header .headerLeft .img2 {
  display: none; }
@media (max-width: 765px) {
  #header .headerLeft {
    width: 100%;
    justify-content: space-between; }
  #header .headerLeft .setMapul {
    display: block;
    position: fixed;
    right: -220px;
    top: 0;
    width: 220px;
    height: 100vh;
    background-color: #ffffff;
    padding: 40px 0;
    transition: all .5s; }
  #header .headerLeft .setMapul a {
    text-align: center; }
  #header .headerLeft .setMapul a:after {
    display: none; }
  #header .headerLeft .setMapul .active:after {
    display: none; }
  #header .headerLeft .Click {
    display: block; } }
#header .headerRitPhone {
  align-items: center; }
#header .headerRitPhone img {
  width: 19px;
  height: 19px;
  margin-right: 10px; }
#header .headerRitPhone a {
  font-size: 18px;
  margin-right: 10px; }
@media (max-width: 1065px) {
  #header .headerRitPhone {
    display: none; } }

.Index_banner .swiper-slide {
  height: 500px;
  align-items: center; }
.Index_banner .swiper-slide .h4 {
  font-size: 48px;
  color: #ffffff;
  line-height: 66px; }
.Index_banner .swiper-slide .h6 {
  font-size: 18px;
  color: #BECFFF;
  line-height: 30px;
  margin-top: 10px; }
@media (max-width: 1200px) {
  .Index_banner .swiper-slide {
    height: 300px; }
  .Index_banner .swiper-slide .h4 {
    font-size: 28px;
    line-height: 40px; }
  .Index_banner .swiper-slide .h6 {
    font-size: 14px;
    line-height: normal; } }
@media (max-width: 765px) {
  .Index_banner .swiper-slide {
    height: 200px; }
  .Index_banner .swiper-slide .h4 {
    font-size: 22px;
    line-height: 30px; }
  .Index_banner .swiper-slide .h6 {
    font-size: 12px;
    line-height: normal; } }

.Index_showTime {
  position: relative;
  height: 85px; }
.Index_showTime .maxwidth {
  box-shadow: 0px 0px 29px 0px rgba(177, 177, 177, 0.3);
  border-radius: 2px;
  height: 170px;
  background-color: #ffffff;
  position: absolute;
  top: -87px;
  left: 0;
  z-index: 1; }
.Index_showTime .maxwidth .list {
  width: 25%;
  height: 100%; }
.Index_showTime .maxwidth .list h6 {
  text-align: center;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px; }
.Index_showTime .maxwidth .list h6 span {
  font-size: 46px;
  font-weight: 200;
  color: #FF6600; }
.Index_showTime .maxwidth .list h5 {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  color: #333333; }
@media (max-width: 765px) {
  .Index_showTime .maxwidth {
    height: auto;
    padding: 25px 0px;
    top: 0; }
  .Index_showTime .maxwidth .list h6 {
    font-size: 12px; }
  .Index_showTime .maxwidth .list h6 span {
    font-size: 16px;
    font-weight: bold; }
  .Index_showTime .maxwidth .list h5 {
    font-size: 12px; } }

.index_title {
  font-size: 30px;
  color: #000000;
  line-height: 24px; }
@media (max-width: 765px) {
  .index_title {
    font-size: 24px; } }

.index_title_info {
  color: #A7A7A7;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px; }
@media (max-width: 765px) {
  .index_title_info {
    font-size: 12px; } }

.index_content {
  padding: 80px 0; }
.index_content .content_list_all {
  margin-top: 40px; }
.index_content .content_list_all .list {
  margin-right: 16px;
  margin-bottom: 18px;
  width: 186px;
  height: 196px;
  background: #fafcff;
  border: 1px solid #e5f0ff;
  border-radius: 4px;
  position: relative;
  overflow: hidden; }
.index_content .content_list_all .list:nth-child(6n) {
  margin-right: 0; }
.index_content .content_list_all .list .logo {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto; }
.index_content .content_list_all .list h5 {
  font-size: 16px;
  color: #000;
  margin-top: 2px;
  position: relative;
  top: 0;
  z-index: 9;
  transition: all .4s;
  text-align: center; }
.index_content .content_list_all .list .infos {
  padding: 26px 20px;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-87deg, #8950fe, #2b8eff);
  box-shadow: 0px 0px 13px 0px rgba(5, 37, 107, 0.31);
  border-radius: 4px;
  transition: all .3s; }
.index_content .content_list_all .list .infos h6 {
  font-size: 16px;
  color: #ffffff; }
.index_content .content_list_all .list .infos p {
  font-size: 14px;
  height: 86px;
  color: #EBE8F7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 12px 0;
  opacity: 0;
  transition: all 1s; }
.index_content .content_list_all .list .infos img {
  width: 41px;
  height: 8px;
  position: relative;
  top: 0;
  margin-top: 32px;
  opacity: 0;
  transition: all .5s; }
@media (max-width: 1200px) {
  .index_content .content_list_all {
    justify-content: center; }
  .index_content .content_list_all .list {
    width: auto;
    padding: 20px;
    max-width: 160px; }
  .index_content .content_list_all .list:nth-child(6n) {
    margin-right: 16px; } }
@media (max-width: 720px) {
  .index_content .content_list_all .list {
    width: 160px; } }
@media (max-width: 575px) {
  .index_content .content_list_all .list {
    width: 165px;
    max-width: 165px;
    margin-right: 10px;
    padding: 0; }
  .index_content .content_list_all .list:nth-child(2n) {
    margin-right: 0; } }
@media (max-width: 320px) {
  .index_content .content_list_all .list {
    width: 140px;
    max-width: 140px;
    margin-right: 10px;
    padding: 0; }
  .index_content .content_list_all .list:nth-child(2n) {
    margin-right: 0; } }

.index_Build {
  padding-top: 43px;
  padding-bottom: 62px;
  background-color: #F6F8FE; }
.index_Build .Build_all {
  margin-top: 47px; }
.index_Build .Build_all a {
  display: block;
  box-sizing: border-box;
  width: 394px;
  position: relative;
  margin-right: 9px; }
.index_Build .Build_all a:nth-child(3n) {
  margin-right: 0; }
.index_Build .Build_all a .modePc {
  width: 100%; }
.index_Build .Build_all a .pCimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px;
  padding-top: 20px; }
.index_Build .Build_all a .pCimg img {
  width: 100%; }
.index_Build .Build_all a .model {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 26.65%;
  background: no-repeat;
  background-size: cover;
  padding: 23px 7px; }
.index_Build .Build_all a .model img {
  width: 100%; }
.index_Build .more {
  margin-top: 70px; }
.index_Build .more a {
  color: #666666;
  font-size: 12px; }
@media (max-width: 765px) {
  .index_Build .maxwidth {
    padding: 0 10px; }
  .index_Build .Build_all {
    margin-top: 20px; }
  .index_Build a {
    margin-right: 0;
    margin-bottom: 10px; }
  .index_Build .more {
    margin-top: 20px; } }

.index_customized {
  padding: 92px 0; }
.index_customized .customized_list_all {
  margin-top: 52px; }
.index_customized .customized_list_all .list {
  width: 86px; }
.index_customized .customized_list_all .list .andimg {
  width: 86px;
  height: 86px;
  box-shadow: 0px 6px 12px 0px rgba(1, 46, 99, 0.08);
  border-radius: 25px; }
.index_customized .customized_list_all .list .andimg img {
  width: 44px; }
.index_customized .customized_list_all .list .andimg:hover {
  box-shadow: 0 0 4px 5px #f3f3f3; }
.index_customized .customized_list_all .list h6 {
  text-align: center;
  font-size: 16px;
  margin-top: 35px; }
.index_customized .customized_list_all .riImgs {
  margin: 0 22px;
  margin-top: 33px;
  width: 29px;
  height: 20px; }
.index_customized .customized_list_all .riImgs img {
  width: 100%; }
@media (max-width: 765px) {
  .index_customized {
    padding: 30px 0; }
  .index_customized .maxwidth {
    padding: 0; }
  .index_customized .customized_list_all {
    margin-top: 25px;
    justify-content: center; }
  .index_customized .customized_list_all .list {
    margin-right: 10px;
    margin-bottom: 10px; }
  .index_customized .customized_list_all .list h6 {
    margin-top: 10px; }
  .index_customized .customized_list_all .riImgs {
    display: none; } }

.index_anlist {
  background-color: #F6F8FE;
  padding: 57px 0; }
.index_anlist .fnelie {
  margin-top: 54px;
  overflow: auto;
  white-space: nowrap; }
@media (max-width: 1200px) {
  .index_anlist .fnelie {
    display: block; } }
.index_anlist .fnelie a {
  display: inline-block;
  padding: 7px 20px;
  background: #EEEEEE;
  border-radius: 17px;
  margin-right: 8px;
  font-size: 14px; }
.index_anlist .fnelie a:hover {
  background: linear-gradient(-87deg, #2b8eff, #8950fe);
  color: #ffffff; }
.index_anlist .fnelie .active {
  background: linear-gradient(-87deg, #2b8eff, #8950fe);
  color: #ffffff; }
.index_anlist .anLists {
  margin-top: 29px; }
.index_anlist .anLists > a {
  display: block;
  width: 282px;
  margin-right: 24px;
  overflow: hidden;
  margin-bottom: 20px; }
.index_anlist .anLists > a img {
  width: 100%;
  height: 219px; }
.index_anlist .anLists > a div {
  background-color: #fff;
  font-size: 16px;
  position: relative;
  padding: 20px 25px;
  z-index: 99; }
.index_anlist .anLists > a div:after {
  content: '';
  width: 4px;
  height: 24px;
  background: linear-gradient(10deg, #8950fe, #2b8eff);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 20px; }
.index_anlist .anLists > a:nth-child(4n) {
  margin-right: 0; }
.index_anlist .anLists > a:hover img {
  transform: scale(1.2, 1.2); }
@media (max-width: 1200px) {
  .index_anlist .anLists > a:nth-child(4n) {
    margin-right: 24px; } }
@media (max-width: 765px) {
  .index_anlist .anLists > a {
    width: 48%;
    margin-right: 4%; }
  .index_anlist .anLists > a:nth-child(2n) {
    margin-right: 0px; }
  .index_anlist .anLists > a img {
    height: auto;
    width: 100%; }
  .index_anlist .anLists > a div {
    padding: 10px;
    font-size: 14px; }
  .index_anlist .anLists > a div:after {
    display: none; } }

.index_news {
  padding: 59px 0; }
.index_news .dontai {
  margin-top: 90px; }
.index_news .dontai .list {
  max-width: 382px;
  margin-right: 26px; }
.index_news .dontai .list:nth-child(3n) {
  margin-right: 0; }
.index_news .dontai .list .titles {
  margin-bottom: 10px; }
.index_news .dontai .list .titles span {
  font-size: 16px; }
.index_news .dontai .list .titles a {
  font-size: 12px;
  color: #666666; }
.index_news .dontai .list .img {
  position: relative; }
.index_news .dontai .list .img img {
  max-width: 382px; }
.index_news .dontai .list .img div {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(-87deg, #2b8eff, #8950fe);
  opacity: 0.7;
  transition: all 1s; }
.index_news .dontai .list .img:hover div {
  width: 100%; }
.index_news .dontai .list .isA {
  box-shadow: 0px 0px 6px 0px rgba(177, 177, 177, 0.32);
  padding-bottom: 20px;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  transition: all .3s; }
.index_news .dontai .list .isA a {
  margin-top: 20px;
  padding: 0 25px;
  display: block;
  width: 100%;
  color: #282828;
  font-size: 14px;
  position: relative; }
.index_news .dontai .list .isA a:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #E9E9E9;
  position: absolute;
  left: 11px;
  top: 6px; }
.index_news .dontai .list .isA a:hover {
  color: #1C7CEC; }
.index_news .dontai .list .isA a:hover:after {
  background-color: #1C7CEC; }
.index_news .dontai .list .isA:hover {
  box-shadow: 0px 0px 32px 0px rgba(177, 177, 177, 0.27); }
@media (max-width: 765px) {
  .index_news {
    padding: 25px 0; }
  .index_news .dontai {
    margin-top: 20px; }
  .index_news .dontai .list {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .index_news .dontai .list .img img {
    width: 100%;
    max-width: 100%; } }

#footer {
  background-color: #130F2C;
  padding-top: 60px; }
#footer .maxwidth {
  padding-bottom: 20px; }
#footer .maxwidth .left {
  color: #909090; }
#footer .maxwidth .left h6 {
  font-size: 30px; }
#footer .maxwidth .left .zhis {
  margin-top: 60px; }
#footer .maxwidth .left .zhis li {
  margin-bottom: 10px; }
#footer .maxwidth .rit > a {
  display: block; }
#footer .maxwidth .rit > a .phone1 {
  color: #BFBFBF;
  font-size: 14px;
  align-items: center; }
#footer .maxwidth .rit > a .phone1 img {
  width: 19px;
  height: 19px;
  margin-right: 10px; }
#footer .maxwidth .rit > a h6 {
  font-size: 28px;
  color: #3494FF;
  font-weight: bold;
  margin-top: 10px; }
#footer .maxwidth .rit .erma {
  width: 80px;
  margin-top: 20px; }
#footer .maxwidth .rit .erma img {
  width: 80px;
  height: 80px; }
#footer .maxwidth .rit .erma div {
  text-align: center;
  color: #A3A3A3;
  font-size: 14px;
  margin-top: 10px; }
#footer .beianh {
  color: #8B8A8A;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #2C254D; }
#footer .beianh a {
  color: #8B8A8A;
  font-size: 14px; }
@media (max-width: 765px) {
  #footer .maxwidth {
    justify-content: center; }
  #footer .maxwidth .rit {
    max-width: 120px; }
  #footer .maxwidth .rit a h6 {
    font-size: 16px; }
  #footer .maxwidth .rit .erma {
    width: 100%; }
  #footer .maxwidth .rit .erma img {
    width: 100%;
    height: auto; }
  #footer .left {
    display: none; } }

.callus {
  position: fixed;
  right: 23px;
  bottom: 140px; }

.callus-hide {
  margin-bottom: 8px;
  overflow: hidden; }

.callus-item {
  background-color: #F7F6F8;
  height: 52px;
  width: 54px;
  margin: 1px;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center; }

#phone {
  background-image: url("../images/phone.png"); }

#qq {
  background-image: url("../images/QQ.png"); }

#qrcode {
  background-image: url("../images/qrcode.png"); }

#down {
  background-image: url("../images/down.png"); }

#phone:hover {
  background-color: #1C69FC;
  background-image: url("../images/phone2.png"); }

#qq:hover {
  background-color: #1C69FC;
  background-image: url("../images/qq2.png"); }

#qrcode:hover {
  background-color: #1C69FC;
  background-image: url("../images/qrcode2.png"); }

#down:hover {
  background-color: #1C69FC;
  background-image: url("../images/down2.png"); }

.callus-content {
  background-color: #1C69FC;
  color: #FFFFFF;
  position: fixed;
  right: 83px;
  padding: 9px;
  font-size: 14px;
  line-height: 24px;
  display: none; }

.phone {
  bottom: 308px; }

.qq {
  bottom: 254px; }

.qrcode {
  bottom: 200px; }

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center; }
.banner img {
  width: 100%;
  min-height: 140px; }
.banner .banner-title {
  font-size: 30px;
  color: white;
  line-height: 24px;
  position: absolute;
  left: 18%;
  top: 37%; }

.top-banne {
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center; }
.top-banne .banner-title {
  font-size: 30px;
  line-height: 24px;
  color: #fff; }

.bg-white {
  background-color: #FFF;
  padding: 85px;
  text-align: center; }

.small-title {
  text-align: center;
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: black;
  line-height: 24px;
  margin-bottom: 59px; }

.section-content {
  width: 65%;
  max-width: 100%;
  margin: 0 auto; }

.qyjj-img, .qyjj-texts {
  float: left; }

.qyjj-img img {
  width: 100%;
  margin-right: 2%; }

.clearfloat {
  clear: both; }

.qyjj-title {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: black;
  line-height: 24px;
  text-align: left; }

.qyjj-text {
  width: 100%;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: left; }

.bg-gray {
  background-color: #F9FCFF;
  padding: 58px; }

.imglist-item {
  width: 100%; }

.leftimglist, .rightimglist, .centerimg {
  padding: 2px;
  float: right; }

.leftimglist, .rightimglist {
  width: 19.5%; }

.centerimg {
  width: 61%; }

.imgitemdiv {
  position: relative;
  overflow: hidden;
  margin-bottom: 9px; }
.imgitemdiv .onhover {
  background: linear-gradient(-87deg, #2b8eff, #8950fe);
  box-shadow: 0px 0px 13px 0px rgba(5, 37, 107, 0.31);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%; }
.imgitemdiv .onhover img {
  width: 13%;
  height: 18%;
  margin: 29.5% 44%; }

@media (max-width: 1200px) {
  .maxwidth {
    width: 100%;
    padding: 0 15px; } }

@media (max-width: 765px) {
  .bg-gray, .bg-white {
    padding: 40px 0px; }
  .section-content {
    width: 95%; } }

.serve-soll {
  width: 100%;
  height: 484px;
  background-repeat: no-repeat; }
.serve-soll .left-ment {
  height: 484px;
  width: 10%;
  border-left: 1px solid #a6a6a6;
  display: flex;
  align-items: center;
  color: #d3d3d3; }
.serve-soll .left-ment ul li {
  margin: 30px 0;
  padding-left: 15px; }
.serve-soll .left-ment ul li:hover {
  color: #fff;
  font-weight: bold;
  border-left: 2px solid #fff;
  transition: border-left-width 2s; }
.serve-soll .left-ment ul .action {
  color: #fff;
  font-weight: bold;
  border-left: 2px solid #fff;
  transition: border-left-width 2s; }
.serve-soll .right-content {
  width: 90%; }
.serve-soll .right-content .con-item {
  width: 210px;
  text-align: center;
  color: #fff; }
.serve-soll .right-content .con-item img {
  width: 120px; }
.serve-soll .right-content .con-item p {
  margin-top: 15px;
  font-size: 16px; }
.serve-soll .right-content .con-item text {
  color: #D1D1D1; }
@media (max-width: 765px) {
  .serve-soll .left-ment {
    display: none; }
  .serve-soll .right-content {
    width: 100%; }
  .serve-soll .right-content .con-item {
    width: 130px;
    text-align: center;
    margin-top: 30px;
    color: #fff; }
  .serve-soll .right-content .con-item img {
    width: 80px; }
  .serve-soll .right-content .con-item p {
    margin-top: 15px;
    font-size: 16px; }
  .serve-soll .right-content .con-item text {
    color: #D1D1D1; } }

@media (max-width: 765px) {
  .serve-soll {
    display: none; } }

.cust-menu {
  margin-top: 50px; }
.cust-menu li {
  color: #000;
  width: 130px;
  height: 34px;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  margin: 0 5px; }
.cust-menu li:hover {
  color: #fff;
  background: linear-gradient(269deg, #527DF9, #3459E0); }
.cust-menu .action {
  color: #fff;
  background: linear-gradient(269deg, #527DF9, #3459E0); }

.cust-conten {
  margin-top: 50px;
  width: 100%; }
.cust-conten .cust-text {
  width: 50%; }
.cust-conten .cust-text p {
  margin-top: 30px;
  width: 80%;
  font-size: 16px;
  color: #666666;
  line-height: 30px; }
.cust-conten .cust-img {
  width: 50%; }
@media (max-width: 765px) {
  .cust-conten .cust-text {
    width: 100%; }
  .cust-conten .cust-text h3 {
    text-align: center; }
  .cust-conten .cust-text p {
    margin-top: 30px;
    width: 100%; }
  .cust-conten .cust-img {
    width: 100%;
    display: flex;
    justify-content: center; }
  .cust-conten .cust-img img {
    width: 50%; } }

.case .case-menu {
  margin-top: 50px; }
.case .case-menu ul li {
  color: #000;
  width: 130px;
  height: 34px;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  margin: 0 5px; }
.case .case-menu ul li:hover {
  color: #fff;
  background: linear-gradient(269deg, #527DF9, #3459E0); }
.case .case-menu ul .action {
  color: #fff;
  background: linear-gradient(269deg, #527DF9, #3459E0); }

.case .case-list {
  margin-top: 30px;
  width: 100%; }
.case .case-list .case-content {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  width: 30%; }
.case .case-list .case-content img {
  border-radius: 10px;
  width: 100%;
  max-height: 300px; }
.case .case-list .case-content .case-title {
  margin: 15px 0;
  padding-left: 5px; }
.case .case-list .case-content .case-title div {
  width: 4px;
  height: 20px;
  background: linear-gradient(15deg, #2B8EFF, #A1C2FF);
  border-radius: 2px;
  margin-right: 15px; }
.case .case-list .case-content:hover {
  box-shadow: 0 0 5px 5px #efefef; }
@media (max-width: 765px) {
  .case .case-list .case-content {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    width: 48%; }
  .case .case-list .case-content img {
    border-radius: 10px;
    width: 100%; }
  .case .case-list .case-content .case-title {
    margin: 15px 0;
    padding-left: 5px; }
  .case .case-list .case-content .case-title div {
    width: 4px;
    height: 20px;
    background: linear-gradient(15deg, #2B8EFF, #A1C2FF);
    border-radius: 2px;
    margin-right: 15px; }
  .case .case-list .case-content:hover {
    box-shadow: 0 0 5px 5px #efefef; } }

.news-list .news-content {
  margin-top: 50px; }
.news-list .news-content .news-item-time {
  width: 70px;
  height: 70px;
  margin: 20px 0;
  background-color: #3459E0;
  border-radius: 5px; }
.news-list .news-content .news-item-time .day {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF; }
.news-list .news-content .news-item-time .year {
  font-size: 14px;
  color: #FFFFFF; }
.news-list .news-content .news-item-img {
  width: 15%;
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat; }
.news-list .news-content .news-item-main {
  width: 75%; }
.news-list .news-content .news-item-main .news-item-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 24px; }
.news-list .news-content .news-item-main .news-item-more {
  margin-top: 10px;
  font-size: 12px;
  color: #999999; }
.news-list .news-content .news-line {
  margin-top: 30px;
  width: 100%;
  height: 2px;
  background-color: #999; }
.news-list .news-content:hover .news-line {
  background-color: #3459E0; }

@media (max-width: 765px) {
  .news-list .news-content {
    margin-top: 30px; }
  .news-list .news-content .news-item-time {
    width: 40px;
    height: 40px;
    background-color: #3459E0;
    border-radius: 5px; }
  .news-list .news-content .news-item-time .day {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF; }
  .news-list .news-content .news-item-time .year {
    font-size: 12px;
    color: #FFFFFF; }
  .news-list .news-content .news-item-img {
    width: 30%; }
  .news-list .news-content .news-item-main {
    width: 50%; } }

.crumbs {
  padding: 20px 0;
  background-color: #eee;
  font-size: 12px;
  color: #999; }
.crumbs a {
  padding: 0 5px;
  font-size: 12px;
  color: #999; }

.news-details .details-title {
  margin-top: 50px; }

.news-details .details-time {
  margin: 15px 0;
  color: #666; }

.news-details .details-content {
  margin: 50px 0;
  text-align: justify; }

.contact .contact-title {
  padding: 30px 0;
  font-size: 24px; }

.contact .contact-info {
  width: 100%;
  height: 250px;
  background-color: #fff;
  border-radius: 30px; }
.contact .contact-info .contact-data {
  width: 50%; }
.contact .contact-info .contact-data .contact-ico {
  padding: 10px 0;
  font-size: 16px;
  color: #666; }
.contact .contact-info .contact-data .contact-ico i {
  width: 30px; }
.contact .contact-info .contact-eqr {
  width: 50%; }
.contact .contact-info .contact-eqr img {
  width: 150px;
  height: 150px; }

#map {
  background-color: #666;
  width: 100%;
  height: 500px; }

.customer .customer-text {
  width: 50%; }
.customer .customer-text .customer-title {
  padding: 20px 0;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 27px; }
.customer .customer-text .customer-des {
  font-size: 16px;
  color: #626262;
  line-height: 27px; }
.customer .customer-text .customer-des .cir {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #FFB000;
  border-radius: 50%;
  margin-right: 10px; }

.customer .customer-img {
  width: 50%; }

@media (max-width: 765px) {
  .customer .customer-text .customer-title {
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 20px; }
  .customer .customer-text .customer-des {
    font-size: 12px;
    color: #626262;
    line-height: 16px; } }
