/*首页头部*/

.head {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: fixed;
  z-index: 100;
  padding-top: 30px;
  transition: all 0.3s;
  max-width: 1920px;
  height: 100px;
}
.head .head_bg {
  width: 100%;
  height: 110px;
  background-color: #fff;
  position: absolute;
  transition: all 0.5s;
  box-shadow: 1px 1px 6px #a7a7a7;
  top: 0;
  left: 0;
  opacity: 0;
}
.headon {
  margin-top: 0;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.head .show {
  /*max-width: 1720px;*/
  margin: 0 auto;
  position: relative;
  z-index: 2000;
}
.head .logo {
  float: left;
  margin-left: 10%;
}
.head .logo img {
  height: 48px;
}
.head .nav {
  float: right;
  line-height: 48px;
  margin-right: 10%;
}
.head .nav li {
  float: left;
  margin-left: 42px;
}
.head .nav li a {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.head .nav li a:after {
  position: absolute;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  right: 0%;
  bottom: -1px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  content: "";
}
.head .nav li a:hover:after {
  width: 100%;
  left: 0%;
}
.head .nav .on a {
  border-bottom: 1px solid #ffffff;
}
.banner {
  position: relative;
  height: 100%;
  z-index: 11;
  overflow: hidden;
}
.flexslider {
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
.flex-pauseplay {
  display: none;
}
.slides {
  position: relative;
  z-index: 1;
}
.slides li {
  height: 640px;
  text-align: center;
}
.slides li a {
  display: block;
  height: 100%;
}
.slides li img {
  margin: 0 auto;
  display: none;
}
.slides li .video1 {
  background-color: #000;
}
.flex-direction-nav {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 47%;
  opacity: 0;
  transition: all 0.3s;
}
.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  border-radius: 25px;
  opacity: 0.5;
}
.flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../images/prev.png) center center no-repeat;
  transition: all 0.5s;
}
.flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../images/next.png) center center no-repeat;
  transition: all 0.5s;
}
.flex-direction-nav li a:hover {
  width: 60px;
  height: 50px;
  opacity: 1;
}
.flexslider:hover .flex-direction-nav {
  opacity: 1;
}
.flex-control-nav {
  position: absolute;
  z-index: 11;
  width: 60px;
  bottom: 0;
  right: 108px;
  height: 90px;
  display: none;
}
.flex-control-nav li {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 90px;
}
.flex-control-nav li a {
  color: #ffffff;
  width: 60px;
  line-height: 90px;
  text-align: center;
  display: none;
}
.flex-control-nav li .flex-active {
  display: block;
  font-size: 28px;
  color: #15843b;
  font-weight: bold;
  font-family: te2;
}
.flexslider .flex-pauseplay {
  position: absolute;
  z-index: 10;
  width: 100px;
  height: 100px;
  background-color: #0d6a28;
  top: 50%;
  right: 0;
  text-align: center;
  line-height: 100px;
}
.banner .show {
  width: 210px;
  line-height: 40px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  border-radius: 20px;
  margin: 30px auto;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 200px;
  margin-left: -105px;
}
.banner .show:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.video {
  position: fixed;
  z-index: 100;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
}
.video video {
  width: 100%;
}
.stay {
  position: absolute;
  z-index: 12;
  width: 1px;
  bottom: 0;
  left: 50%;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.3);
}
.stay p {
  width: 1px;
  background-color: #ffffff;
  animation: chang ease-in-out 2s infinite;
  height: 0;
  margin-top: 0;
}
@keyframes chang {
  0% {
    height: 0;
    margin-top: 0;
  }
  60% {
    height: 150px;
    margin-top: 0;
  }
  100% {
    height: 150px;
    margin-top: 150px;
  }
}
.video-show {
  width: 1210px;
  background-color: #000000;
  text-align: center;
  display: none;
}
.video-show video {
  max-width: 100%;
  margin: 0 auto;
}
/*网站头部*/

.head .show .nav .search a {
  font-weight: 400 !important;
  font-size: 20px;
}
.head .show .nav .search a i {
  font-size: 26px;
}
.head .show .nav .phone a {
  font-weight: 400 !important;
  font-size: 20px;
}
.head .show .nav .phone a i {
  font-size: 23px;
}
.banner .banner_mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/cover.png) repeat;
}
.banner .banner_text {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 750px;
  height: 200px;
  z-index: 3;
}
.banner .banner_text h3 {
  font-family: 微软雅黑;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.banner .banner_text p {
  margin-top: 30px;
  font-family: 微软雅黑;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
}
.banner .banner_text span {
  display: inline-block;
  margin-top: 50px;
  font-family: 微软雅黑;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  padding: 10px 60px;
  border: 1px solid #fff;
}
/*首页关于解决方案*/

@media screen and (max-width: 1920px) {
  .indexSever {
    width: 100%;
    height: 750px;
    overflow: hidden;
    transition: all 0.3s;
    max-width: 1920px;
    background: url(../images/fang_bg.jpg) no-repeat center;
  }
  .indexSever .indexSever_center {
    width: 80%;
    margin: 0 auto;
  }
  .indexSever_left {
    width: 29%;
    position: relative;
    left: 30px;
    top: 116px;
  }
  .indexSever_left .server_title {
    overflow: hidden;
  }
  .indexSever_left .server_title h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    letter-spacing: 6px;
  }
  .indexSever_left .server_img {
    text-align: right;
    margin-top: 70px;
  }
  .indexSever_left .server_btn {
    margin-top: 124px;
  }
  .indexSever_left .server_btn p {
    font-size: 18px;
    color: #fff;
    text-align: right;
  }
  .indexSever_left .server_btn .server_btn_box {
    overflow: hidden;
    width: 94px;
    height: 40px;
    float: right;
    margin-top: 20px;
  }
  .indexSever_left .server_btn .btn_left {
    float: left;
  }
  .indexSever_left .server_btn .btn_right {
    float: right;
  }
  .indexSever_right {
    width: 877px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    top: 50px;
  }
  .indexSever_right img {
    width: 100%;
    transition: all 1s;
  }
  .indexSever_right img:hover {
    transform: scale(1.1);
  }
}
/*首页产品*/

@media screen and (max-width: 1920px) {
  .indexProduct {
    width: 100%;
    height: 718px;
    overflow: hidden;
    transition: all 0.3s;
    max-width: 1920px;
    position: relative;
    background: url("../images/indexPro_bg.jpg") no-repeat;
    position: relative;
  }
  .indexProduct_center {
    width: 80%;
    margin: 0px auto;
  }
  .indexProduct_center .indexProduct_top {
    height: 160px;
  }
  .indexProduct_center .indexProduct_top ul {
    display: flex;
    justify-content: center;
  }
  .indexProduct_center .indexProduct_top ul li {
    width: 20%;
    text-align: center;
    margin-top: 26px;
  }
  .indexProduct_center .indexProduct_top ul li:hover img {
    transform: rotateY(180deg);
  }
  .indexProduct_center .indexProduct_top ul li img {
    display: block;
    margin: 0 auto 18px;
    transition: all 0.5s ease;
  }
  .indexProduct_center .indexProduct_top ul li p {
    font-size: 18px;
    color: #999;
  }
  .indexProduct_center .indexProduct_bottom .productTitle {
    margin-top: 122px;
  }
  .indexProduct_center .indexProduct_bottom .productTitle a {
    display: block;
    border: 1px solid #fff;
    width: 200px;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    top: 30%;
    background-color: #000;
    font-size: 14px;
    opacity: 1;
    transition: 1s all ease;
  }
  .indexProduct_center .indexProduct_bottom .productTitle a span {
    line-height: 48px;
    float: left;
    padding-left: 68px;
    color: #fff;
    transition: 0.7s all ease;
    font-size: 16px;
  }
  .indexProduct_center .indexProduct_bottom .productTitle a i {
    font-size: 48px;
    line-height: 48px;
    margin-left: 20px;
    display: inline-block;
    color: #023e87;
    transition: 0.7s all ease;
  }
  .indexProduct_center .indexProduct_bottom .productTitle a:hover i {
    transform: rotate(-720deg);
    margin-left: -134px;
  }
  .indexProduct_center .indexProduct_bottom .productTitle a:hover span {
    text-decoration: none;
    opacity: 0;
  }
  .indexProduct_center .indexProduct_bottom .productTitle p {
    text-align: center;
    font-size: 36px;
    color: #000;
    margin-bottom: 34px;
  }
  .indexProduct_center .indexProduct_bottom .productCar {
    margin-top: 40px;
  }
  .indexProduct_center .indexProduct_bottom .productCar div {
    float: left;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car1 {
    width: 197px;
    height: 157px;
    margin-top: 212px;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car2 {
    width: 231px;
    height: 176px;
    margin-left: 60px;
    margin-top: 190px;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car3 {
    width: 572px;
    height: 420px;
    margin-left: 94px;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car4 {
    width: 147px;
    height: 106px;
    margin-left: 80px;
    margin-top: 240px;
  }
  .indexProduct_center .indexProduct_bottom .showCarInfo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 50%;
    height: 380px;
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
    transition: all 0.5s ease;
    margin-top: 50px;
    z-index: -1;
  }
  .indexProduct_center .indexProduct_bottom .showCarInfo .close {
    width: 30px;
    float: right;
    cursor: pointer;
  }
  .indexProduct_center .indexProduct_bottom .showCarInfo .close img {
    width: 100%;
  }
  .indexProduct_center .indexProduct_bottom .showCarInfo h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #5a5a5a;
  }
  .indexProduct_center .indexProduct_bottom .showCarInfo p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #999;
  }
  .indexProduct_center .indexProduct_bottom .showCarInfo span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 14px;
  }
}
/*首页新闻*/

@media screen and (max-width: 1920px) {
  .indexNews {
    width: 100%;
    height: 900px;
    overflow: hidden;
    transition: all 0.3s;
    max-width: 1920px;
    position: relative;
  }
  .indexNews .indexNews_center {
    width: 80%;
    margin: 0 auto;
  }
  .indexNews .indexNews_top {
    overflow: hidden;
    margin-top: 100px;
  }
  .indexNews .indexNews_top .indexNews_title {
    width: 416px;
    float: left;
  }
  .indexNews .indexNews_top .indexNews_title img {
    width: 416px;
  }
  .indexNews .indexNews_top .indexNews_title p {
    font-size: 18px;
    color: #333;
    text-align: left;
  }
  .indexNews .indexNews_top .indexNews_content {
    width: 41%;
    float: left;
    margin-left: 12%;
  }
  .indexNews .indexNews_top .indexNews_more {
    width: 202px;
    float: right;
    margin-top: 64px;
  }
  .indexNews .indexNews_top .indexNews_more a {
    display: block;
    border: 1px solid #fff;
    width: 200px;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    top: 30%;
    background-color: #000;
    font-size: 14px;
    opacity: 1;
    transition: 1s all ease;
  }
  .indexNews .indexNews_top .indexNews_more a span {
    line-height: 48px;
    float: left;
    padding-left: 68px;
    color: #fff;
    transition: 0.7s all ease;
    font-size: 15px;
  }
  .indexNews .indexNews_top .indexNews_more a i {
    font-size: 48px;
    line-height: 48px;
    margin-left: 24px;
    display: inline-block;
    color: #023e87;
    transition: 0.7s all ease;
  }
  .indexNews .indexNews_top .indexNews_more:hover i {
    transform: rotate(-720deg);
    margin-left: -128px;
  }
  .indexNews .indexNews_top .indexNews_more:hover span {
    text-decoration: none;
    opacity: 0;
  }
  .indexNews .indexNews_top .indexNews_content p {
    margin-bottom: 16px;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
  }
  .indexNews .indexNews_top .indexNews_left h3 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
  }
  .indexNews .indexNews_top .indexNews_right {
    float: right;
    width: 60%;
  }
  .indexNews .indexNews_top .indexNews_right p {
    width: 70%;
    margin-bottom: 14px;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    float: left;
  }
  .indexNews .indexNews_top .indexNews_right a {
    width: 20%;
    height: 54px;
    float: right;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    background-color: #063190;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
  }
  .indexNews .indexNews_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
  }
  .indexNews .indexNews_content li {
    width: 31%;
    transition: all 0.5s ease;
  }
  .indexNews .indexNews_content li:hover {
    transform: translateY(-20px);
    box-shadow: 1px 2px 10px #bdbdbd;
  }
  .indexNews .indexNews_content li:hover img {
    transform: scale(1.1);
  }
  .indexNews .indexNews_content li .newsImg {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 280px;
  }
  .indexNews .indexNews_content li .newsImg img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
  }
  .indexNews .indexNews_content li .newsImg .date {
    width: 46%;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
  }
  .indexNews .indexNews_content li .date i {
    padding: 10px 10px 0 20px;
  }
  .indexNews .indexNews_content li .newsContent {
    background-color: #ececec;
    height: 200px;
  }
  .indexNews .indexNews_content li .newsContent h3 {
    font-size: 18px;
    color: #333;
    padding: 30px 0 0 20px;
  }
  .indexNews .indexNews_content li .newsContent p {
    font-size: 15px;
    color: #999;
    padding: 14px 20px 0 20px;
    line-height: 1.6;
  }
  .indexNews .indexNews_content li .newsContent a {
    font-size: 16px;
    color: #333;
    padding: 30px 20px 0 20px;
    line-height: 1.6;
    display: inline-block;
  }
}
/*首页搜索*/

.indexsearch {
  background-color: #f4f4f4;
  height: 400px;
  overflow: hidden;
  margin-top: -10px;
}
.indexsearch .indexsearch_title {
  margin-top: 50px;
  text-align: center;
}
.indexsearch .indexsearch_title h3 {
  font-size: 32px;
  font-weight: 700;
}
.indexsearch .indexsearch_title h3::before {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin: 0px auto 20px;
  background-color: #013ca6;
}
.indexsearch .searchInput {
  margin-top: 70px;
  margin-bottom: 40px;
}
.indexsearch .indexsearch_title > p {
  font-size: 18px;
  line-height: 1.8;
  color: #999;
  margin-top: 20px;
}
.indexsearch .searchInput input {
  height: 60px;
  width: 528px;
  border: 1px solid #d2d2d2;
  background-color: #f4f4f4;
  padding-left: 20px;
  font-size: 16px;
  box-sizing: border-box;
}
.indexsearch .searchInput button {
  height: 60px;
  width: 184px;
  background-color: #434343;
  font-size: 16px;
  color: #fff;
}
.indexsearch .indexsearch_icon {
  width: 80%;
  margin: 30px auto;
  display: flex;
  justify-content: space-around;
}
.indexsearch .indexsearch_icon .indexsearch_icon {
  width: 14.2%;
}
.indexsearch .indexsearch_icon p {
  font-size: 16px;
  text-align: center;
}
.indexsearch .indexsearch_icon .searchIconItem {
  text-align: center;
  cursor: pointer;
}
.indexsearch .indexsearch_icon .searchIconItem:hover img {
  transform: rotateY(180deg);
}
.indexsearch .indexsearch_icon .searchIconItem i {
  font-size: 68px;
  display: block;
  margin-bottom: 8px;
  line-height: 68px;
}
.indexsearch .indexsearch_icon .searchIconItem img {
  width: 36%;
  transition: all 0.5s ease;
}
/*关于我们*/

.indexAbout {
  width: 100%;
  height: 514px;
  overflow: hidden;
  transition: all 0.3s;
  max-width: 1920px;
  position: relative;
  /*background: url(../images/about_bg.jpg) center no-repeat;*/
}
.indexAbout .indexAbout_title {
  margin-top: 106px;
}
.indexAbout .indexAbout_title h3 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}
.indexAbout .indexAbout_title p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
}
.indexAbout .indexAbout_more {
  margin-top: 130px;
}
.indexAbout .indexAbout_more a {
  display: block;
  width: 200px;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
  top: 30%;
  background-color: #000;
  font-size: 14px;
  opacity: 1;
  transition: 1s all ease;
}
.indexAbout .indexAbout_more span {
  line-height: 48px;
  float: left;
  padding-left: 68px;
  color: #fff;
  transition: 0.7s all ease;
  font-size: 15px;
}
.indexAbout .indexAbout_more i {
  font-size: 48px;
  line-height: 48px;
  margin-left: 24px;
  display: inline-block;
  color: #023e87;
  transition: 0.7s all ease;
}
.indexAbout .indexAbout_more a:hover i {
  transform: rotate(-720deg);
  margin-left: -128px;
}
.indexAbout .indexAbout_more a:hover span {
  text-decoration: none;
  opacity: 0;
}
/*留言内容*/

.indexMessage {
  width: 100%;
  height: 347px;
  background: url("../images/message_bg.jpg") no-repeat;
}
.indexMessage .indexMessage_contact_center {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 60px;
}
.indexMessage .indexMessage_contact_center .indexMessage_contact_left {
  margin-top: 60px;
  width: 44%;
  float: left;
}
.indexMessage .indexMessage_contact_center .indexMessage_contact_right {
  margin-top: 60px;
  width: 48%;
  float: right;
}
.indexMessage
  .indexMessage_contact_center
  .indexMessage_contact_left
  .message_text {
  margin-top: 36px;
}
.indexMessage
  .indexMessage_contact_center
  .indexMessage_contact_left
  .message_text
  h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.indexMessage
  .indexMessage_contact_center
  .indexMessage_contact_left
  .message_text
  h3::after {
  content: "";
  display: block;
  margin-top: 14px;
  width: 120px;
  height: 3px;
  background-color: #fff;
}
.indexMessage
  .indexMessage_contact_center
  .indexMessage_contact_left
  .message_text
  p {
  margin-top: 50px;
  color: #fff;
  font-size: 16px;
}
.indexMessage .indexMessage_contact_center .message_top {
  display: flex;
  justify-content: space-between;
}
.indexMessage .indexMessage_contact_center .message_top > div {
  height: 30px;
  border-bottom: 1px solid #878787;
  width: 45%;
}
.indexMessage .indexMessage_contact_center input {
  background: none;
  color: #fff;
  font-size: 14px;
}
.indexMessage .indexMessage_contact_center .message_bottom {
  margin-top: 60px;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #878787;
}
.indexMessage .indexMessage_contact_center .message button {
  width: 140px;
  height: 40px;
  background: #1064d6;
  color: #fff;
  margin-top: 30px;
}
.indexMessage .indexMessage_contact_center .message_bottom textarea {
  width: 100%;
  height: 74px;
  background: none;
  color: #fff;
}
/*底部内容*/

@media screen and (max-width: 1920px) {
  .footer {
    width: 100%;
    height: 350px;
    overflow: hidden;
    transition: all 0.3s;
    max-width: 1920px;
    position: relative;
    background-color: #000;
  }
  .footer .footer_center {
    width: 80%;
    margin: 0 auto;
    /*display: flex;
        justify-content: space-between;*/
    color: #fff;
    margin-top: 60px;
  }
  .footer .footer_left {
    width: 26%;
    float: left;
  }
  .footer .footer_nav {
    width: 26%;
    float: left;
    display: flex;
    justify-content: space-around;
    margin-right: 60px;
    border-right: 1px solid #ffffff40;
    padding-right: 20px;
    padding-left: 30px;
    border-left: 1px solid #ffffff40;
  }
}
.footer .footer_nav dt > a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 14px;
}
.footer .footer_nav dl dd > a {
  color: #a9a9a9;
  font-size: 14px;
  line-height: 30px;
}
.footer .footer_right {
  width: 39%;
  float: left;
  position: relative;
}
.footer .footer_right .footer_right_text > div {
  margin-bottom: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .footer_right .footer_right_icon > div {
  float: left;
  width: 100px;
}
.footer .footer_right h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .footer_right i {
  color: #999;
  font-size: 20px;
}
.footer .footer_right span {
  color: #999;
  font-size: 14px;
}
.footer .footer_icp {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  border-top: 1px solid #464646;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  color: #999;
}
.footer_right_text {
  float: left;
}
.footer_right_icon {
  float: right;
  width: 230px;
}
.footer_right_icon img {
  width: 100px;
}
.icon_detaided {
  margin-left: 20px;
}
.icon_detaided h3 {
  margin-bottom: 10px !important;
  margin-top: 22px;
}
.icon_2 {
  clear: both !important;
  width: 220px !important;
  height: 55px;
  margin-top: 12px;
}
.icon_2 img {
  width: 220px !important;
  height: 55px;
}
.icon_detaided p {
  color: #a9a9a9;
}
.fangAn {
  width: 100%;
  height: 480px;
  background: url("../images/fangan.png") center no-repeat;
}
.footerLogo {
  margin-top: 24px;
}
@media screen and (max-width: 1680px) {
  .indexNews {
    height: 888px;
  }
  .indexNews .indexNews_content li .newsImg {
    padding-bottom: 260px;
  }
  .footer .footer_right .footer_right_icon > div {
    float: none;
    width: 100px;
  }
  .footer_right_icon {
    float: none;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer_right_text {
    float: none;
  }
}

@media screen and (max-width: 1600px) {
  .indexNews {
    width: 100%;
    height: 838px;
    overflow: hidden;
    transition: all 0.3s;
    max-width: 1920px;
    position: relative;
  }
  .indexNews .indexNews_top .indexNews_content {
    width: 530px;
    float: left;
    margin-left: 104px;
  }
  .indexSever
    .indexSever_center
    .indexSever_left
    .indexSever_left_content
    span {
    display: none;
  }
  .indexProduct_center .indexProduct_bottom .productCar img {
    width: 100%;
  }
  .indexNews .indexNews_content li .newsImg {
    padding-bottom: 240px;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car1 {
    width: 178px;
    height: 131px;
    margin-top: 232px;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car2 {
    width: 191px;
    height: 146px;
    margin-left: 60px;
    margin-top: 212px;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car3 {
    width: 502px;
    height: 360px;
    margin-left: 74px;
    margin-top: 20px;
  }
  .indexSever_left {
    width: 29%;
    position: relative;
    left: 0;
    top: 116px;
  }
  .indexSever_right {
    width: 807px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    top: 92px;
  }
  .icon_2 {
    display: none;
  }
  .footer .footer_right .footer_right_icon > div {
    float: none;
    width: 100px;
  }
  .footer_right_icon {
    float: none;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer_right_text {
    float: none;
  }
  .icon_detaided {
    margin-left: 0px;
    text-align: center;
  }
  .icon_detaided h3 {
    margin-bottom: 10px !important;
    margin-top: 8px;
  }
  .footer .footer_right {
    width: 36%;
    float: left;
    position: relative;
  }
  .footer .footer_left {
    width: 29%;
    float: left;
  }
  .footer .footer_nav {
    width: 25%;
    float: left;
    display: flex;
    justify-content: space-around;
    margin-right: 60px;
    border-right: 1px solid #ffffff40;
    padding-right: 20px;
    padding-left: 24px;
    border-left: 1px solid #ffffff40;
  }
  .footer .footer_right {
    width: 36%;
    float: left;
    position: relative;
  }
}
@media screen and (max-width: 1440px) {
  .footer {
    margin-top: 0px;
  }
  .banner .banner_text h3 {
    font-family: 微软雅黑;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
  }
  .banner .banner_text p {
    margin-top: 30px;
    font-family: 微软雅黑;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
  }
  .banner .banner_text span {
    display: inline-block;
    margin-top: 50px;
    font-family: 微软雅黑;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
    padding: 10px 60px;
    border: 1px solid #fff;
  }
  .head .nav li a {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 5px;
    position: relative;
    overflow: hidden;
  }
  .banner .banner_text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 750px;
    height: 200px;
    z-index: 3;
  }
  .indexNews .indexNews_top {
    overflow: hidden;
    margin-top: 60px;
  }
  .indexNews .indexNews_top .indexNews_title img {
    width: 296px;
  }
  .indexNews .indexNews_top .indexNews_content p {
    margin-bottom: 16px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
  }
  .indexNews .indexNews_top .indexNews_content {
    width: 520px;
    float: left;
    margin-left: 0px;
    margin-top: 36px;
  }
  .indexNews .indexNews_top .indexNews_title p {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-top: 8px;
  }
  .indexNews .indexNews_top .indexNews_title {
    width: 366px;
    float: left;
  }
  .indexNews .indexNews_top .indexNews_more a {
    display: block;
    border: 1px solid #fff;
    width: 160px;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    top: 30%;
    background-color: #000;
    font-size: 14px;
    opacity: 1;
    transition: 1s all ease;
  }
  .indexNews .indexNews_top .indexNews_more a span {
    line-height: 40px;
    float: left;
    padding-left: 54px;
    color: #fff;
    transition: 0.7s all ease;
    font-size: 14px;
  }
  .indexNews .indexNews_top .indexNews_more a i {
    font-size: 40px;
    line-height: 40px;
    margin-left: 10px;
    display: inline-block;
    color: #023e87;
    transition: 0.7s all ease;
  }
  .indexNews .indexNews_top .indexNews_more {
    width: 164px;
    float: right;
    margin-top: 40px;
  }
  .indexNews .indexNews_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
  .indexNews .indexNews_content li .newsContent h3 {
    font-size: 16px;
    color: #333;
    padding: 20px 0 0 20px;
  }
  .indexNews .indexNews_content li .newsContent p {
    font-size: 14px;
    color: #999;
    padding: 14px 20px 0 20px;
    line-height: 1.6;
  }
  .indexNews .indexNews_content li .newsContent a {
    font-size: 15px;
    color: #333;
    padding: 30px 20px 0 20px;
    line-height: 1.6;
    display: inline-block;
  }
  .indexNews {
    width: 100%;
    height: 628px;
    overflow: hidden;
    transition: all 0.3s;
    max-width: 1920px;
    position: relative;
  }
  .indexNews .indexNews_content li .newsImg {
    padding-bottom: 180px;
  }
  .indexProduct_center .indexProduct_top ul li img {
    display: block;
    margin: 0 auto 18px;
    transition: all 0.5s ease;
    width: 34px;
  }
  .indexProduct_center .indexProduct_top ul li {
    width: 20%;
    text-align: center;
    margin-top: 16px;
  }
  .indexProduct {
    width: 100%;
    height: 630px;
    overflow: hidden;
    transition: all 0.3s;
    max-width: 1920px;
    position: relative;
    background: url(../images/indexPro_bg.jpg) no-repeat;
    background-size: cover;
  }
  .indexProduct_center .indexProduct_top ul li p {
    font-size: 15px;
    color: #999;
  }
  .indexProduct_center .indexProduct_top {
    height: 116px;
  }
  .indexProduct_center {
    width: 90%;
    margin: 0px auto;
  }
  .indexProduct_center .indexProduct_bottom .productTitle {
    margin-top: 65px;
  }
  .indexProduct_center .indexProduct_bottom .productTitle p {
    text-align: center;
    font-size: 26px;
    color: #000;
    margin-bottom: 26px;
  }
  .indexNews .indexNews_content li .newsContent {
    background-color: #ececec;
    height: 176px;
  }
  .indexProduct_center .indexProduct_bottom .productTitle a {
    display: block;
    border: 1px solid #fff;
    width: 160px;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    top: 30%;
    background-color: #000;
    font-size: 14px;
    opacity: 1;
    transition: 1s all ease;
  }
  .indexProduct_center .indexProduct_bottom .productTitle a span {
    line-height: 40px;
    float: left;
    padding-left: 54px;
    color: #fff;
    transition: 0.7s all ease;
    font-size: 14px;
  }
  .indexProduct_center .indexProduct_bottom .productTitle a i {
    font-size: 40px;
    line-height: 40px;
    margin-left: 10px;
    display: inline-block;
    color: #023e87;
    transition: 0.7s all ease;
  }
  .indexNews .indexNews_top .indexNews_more:hover i {
    transform: rotate(-720deg);
    margin-left: -109px;
  }
  .indexProduct_center .indexProduct_bottom .productTitle a:hover i {
    transform: rotate(-720deg);
    margin-left: -109px;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car1 {
    width: 178px;
    height: 131px;
    margin-top: 138px;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car2 {
    width: 191px;
    height: 146px;
    margin-left: 60px;
    margin-top: 133px;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car3 {
    width: 380px;
    height: 360px;
    margin-left: 28px;
    margin-top: 26px;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car2 {
    width: 180px;
    height: 146px;
    margin-left: 60px;
    margin-top: 133px;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car1 {
    width: 170px;
    height: 131px;
    margin-top: 138px;
  }
  .indexProduct_center .indexProduct_bottom .productCar .car4 {
    width: 147px;
    height: 106px;
    margin-left: 80px;
    margin-top: 177px;
  }
  .indexSever_left .server_title h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    letter-spacing: 6px;
  }
  .indexSever_left .server_img {
    float: right;
    margin-top: 70px;
    width: 240px;
  }
  .indexSever_left .server_img img {
    width: 100%;
  }
  .indexSever_left .server_btn {
    margin-top: 68px;
    clear: both;
    float: right;
  }
  .indexSever {
    width: 100%;
    height: 542px;
    overflow: hidden;
    transition: all 0.3s;
    max-width: 1920px;
    background: url(../images/fang_bg.jpg) no-repeat center;
    background-size: cover;
  }
  .indexSever_left {
    width: 29%;
    position: relative;
    left: 0;
    top: 74px;
  }
  .indexSever_left .server_btn p {
    font-size: 16px;
    color: #fff;
    text-align: right;
  }
  .indexSever_right {
    width: 657px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    top: 28px;
  }
  .indexsearch .indexsearch_title h3 {
    font-size: 24px;
    font-weight: 700;
  }
  .indexsearch .searchInput {
    margin-top: 50px;
    margin-bottom: 24px;
  }
  .indexsearch .searchInput input {
    height: 50px;
    width: 528px;
    border: 1px solid #d2d2d2;
    background-color: #f4f4f4;
    padding-left: 20px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .indexsearch .searchInput button {
    height: 50px;
    width: 184px;
    background-color: #434343;
    font-size: 14px;
    color: #fff;
  }
  .indexsearch {
    background-color: #f4f4f4;
    height: 340px;
    overflow: hidden;
  }
  .indexAbout .indexAbout_title h3 {
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .indexAbout .indexAbout_title p {
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
  }
  .indexAbout {
    width: 100%;
    height: 494px;
    overflow: hidden;
    transition: all 0.3s;
    max-width: 1920px;
    position: relative;
    /*  background: url(../images/about_bg.jpg) center no-repeat;*/
  }
  .indexAbout .indexAbout_more a {
    display: block;
    width: 160px;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
    top: 30%;
    background-color: #000;
    font-size: 14px;
    opacity: 1;
    transition: 1s all ease;
  }
  .indexAbout .indexAbout_more a span {
    line-height: 40px;
    float: left;
    padding-left: 54px;
    color: #fff;
    transition: 0.7s all ease;
    font-size: 14px;
  }
  .indexAbout .indexAbout_more a i {
    font-size: 40px;
    line-height: 40px;
    margin-left: 10px;
    display: inline-block;
    color: #023e87;
    transition: 0.7s all ease;
  }
  .indexAbout .indexAbout_more a:hover i {
    transform: rotate(-720deg);
    margin-left: -109px;
  }
  .indexMessage
    .indexMessage_contact_center
    .indexMessage_contact_left
    .message_text
    h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: left;
  }
  .indexMessage .indexMessage_contact_center .message_bottom {
    margin-top: 30px;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #878787;
  }
  .indexMessage .indexMessage_contact_center .indexMessage_contact_right {
    margin-top: 50px;
    width: 48%;
    float: right;
  }
  .indexMessage
    .indexMessage_contact_center
    .indexMessage_contact_left
    .message_text {
    margin-top: 26px;
  }
  .indexMessage {
    width: 100%;
    height: 307px;
    background: url(../images/message_bg.jpg) no-repeat;
  }
  .footer .footer_left {
    width: 24%;
    float: left;
    margin-right: 2%;
  }
  .footer .footer_left img {
    width: 100%;
  }
  .footer .footer_nav {
    width: 25%;
    float: left;
    display: flex;
    justify-content: space-around;
    margin-right: 40px;
    border-right: 1px solid #ffffff40;
    padding-right: 20px;
    padding-left: 24px;
    border-left: 1px solid #ffffff40;
  }
  .footer .footer_right {
    width: 40%;
    float: left;
    position: relative;
  }
  .footer .footer_right span {
    color: #999;
    font-size: 13px;
  }
  .footer .footer_nav dl dd > a {
    font-size: 13px;
  }
  .footer .footer_nav dt > a {
    font-size: 13px;
  }
}
.fangAn {
  width: 100%;
  height: 480px;
  background: url("../images/fangan.png") center no-repeat;
}
.footerLogo {
  margin-top: 24px;
}

.index_about_bg video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}
.index_about_bg .n_bannerMask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/cover2.png) repeat;
}

@media screen and (max-width: 992px) {
  .h992 {
    display: none !important;
  }
  .s992 {
    display: block !important;
  }
  .m_banner video {
    height: auto;
    width: 100%;
  }

  .m_banner {
    width: 100%;
  }
  .indexNews {
    width: 100%;
    height: auto;
  }
  .indexNews .indexNews_center {
    width: 90%;
  }
  .indexNews .indexNews_top .indexNews_title img {
    width: 146px;
  }
  .indexNews .indexNews_top .indexNews_title p {
    font-size: 12px;
    margin-top: 0;
  }
  .indexNews .indexNews_top {
    margin-top: 20px;
  }
  .indexNews .indexNews_top .indexNews_title {
    width: 220px;
  }
  .indexNews .indexNews_top .indexNews_more {
    width: 100px;
    margin-top: 14px;
  }
  .indexNews .indexNews_top .indexNews_more a {
    width: 92px;
    overflow: hidden;
  }
  .indexNews .indexNews_top .indexNews_more a span {
    line-height: 30px;
    float: left;
    padding-left: 20px;
    color: #fff;
    transition: 0.7s all ease;
    font-size: 12px;
  }
  .indexNews .indexNews_top .indexNews_more a i {
    line-height: 30px;
    font-size: 30px;
    margin-left: 20px;
    display: none;
  }
  .indexNews .indexNews_content {
    flex-wrap: wrap;
  }
  .indexNews .indexNews_content li {
    width: 100%;
    margin-bottom: 20px;
  }
  .indexProduct_center .indexProduct_bottom .productTitle p {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .indexProduct_center .indexProduct_bottom .productTitle {
    margin-top: 60px;
  }
  .indexProduct_center .indexProduct_bottom .productTitle a {
    overflow: hidden;
  }
  .indexProduct_center .indexProduct_bottom .productTitle a i {
    display: none;
  }
  .indexProduct_center .indexProduct_bottom .productTitle a span {
    line-height: 30px;
  }
  .indexProduct {
    background: url(../images/m_pro_bg.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
  }
  .wqd-section-three .section-three-fix {
    display: none;
  }
  .m_pro {
    margin-top: 30px;
  }
  .swiper-slide h3 {
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    padding: 8px 0;
    background: rgba(12, 58, 120, 0.8);
    width: 60%;
    margin: 0 auto;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .swiper-slide h3 i {
    display: block;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
  }
  .slipe-box {
    display: none !important;
  }
  .section-three-box {
    display: none !important;
  }
  .section-three-fix {
    display: none !important;
  }
  .m_fangAn {
    background-color: #0c3a78;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .m_fangAn .m_fangAn_title h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
  }
  .m_fangAn .m_fangAn_title img {
    width: 38%;
    text-align: center;
    display: block;
    margin: 20px auto;
  }
  .m_fangAn .swiper-slide img {
    width: 100%;
  }
  .indexsearch .indexsearch_title h3::before {
    margin-bottom: 12px;
  }
  .indexsearch .indexsearch_title h3 {
    font-size: 20px;
  }
  .indexsearch .indexsearch_title > p {
    font-size: 14px;
    line-height: 1.8;
    color: #999;
    margin-top: 4px;
  }
  .indexsearch .indexsearch_icon {
    flex-wrap: wrap;
    margin: 18px auto;
  }
  .indexsearch .indexsearch_icon .searchIconItem {
    width: 33.3%;
    margin-bottom: 10px;
  }
  .indexsearch .indexsearch_icon p {
    font-size: 13px;
  }
  .indexsearch {
    height: 380px;
  }
  .indexAbout {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .indexAbout .indexAbout_title h3 {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .indexAbout .indexAbout_title {
    margin-top: 60px;
  }
  .indexAbout .indexAbout_title p {
    font-size: 14px;
  }
  .indexMessage .indexMessage_contact_center .indexMessage_contact_left {
    width: 100%;
    margin-top: 0;
  }
  .indexMessage
    .indexMessage_contact_center
    .indexMessage_contact_left
    .message_text
    p {
    margin-top: 10px;
    font-size: 12px;
  }
  .indexMessage
    .indexMessage_contact_center
    .indexMessage_contact_left
    .message_text
    h3 {
    font-size: 16px;
  }
  .indexMessage
    .indexMessage_contact_center
    .indexMessage_contact_left
    .message_text
    h3::after {
    height: 1px;
    width: 60px;
  }
  .indexMessage .indexMessage_contact_center .indexMessage_contact_right {
    width: 100%;
    margin-top: 20px;
  }
  .indexMessage .indexMessage_contact_center .message_bottom {
    height: 60px;
  }
  .indexMessage {
    height: 340px;
  }
  .indexMessage .indexMessage_contact_center .message button {
    width: 105px;
    height: 34px;
    background: #1064d6;
    color: #fff;
    margin-top: 24px;
  }
  .footer .footer_center {
    width: 90%;
  }
  .footer .footer_left {
    display: none;
  }
  .footer .footer_nav {
    display: none;
  }
  .footer .footer_right {
    width: 100%;
  }
  .icon_detaided p {
    display: none;
  }
  .icon_detaided h3 {
    margin-top: 0px;
  }
  .footer_icp a {
    display: none;
  }
}

.h992-w {
  display: none;
}
