@charset "utf-8";
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
fieldset,img {
    border: 0;
}
input,textarea{outline: none;}
address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,q:after {
    content:"";
}
abbr,acronym {
    border: 0;
}
a{
    text-decoration: none;
}
img{
    border:none;
    vertical-align: middle;
}

    body {font: normal 100% Microsoft YaHei,Helvetica, Arial,sans-serif;overflow-x: hidden;color: #333;}

    .tc{
        width: 1800px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .c {
        width: 1600px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    input, textarea {
        outline: none;
        background: none;
        border: none;
    }

    .cc {
        width: 1260px;
        margin-left: auto;
        margin-right: auto;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    a {
        font-size: 14px;
        line-height: 25px;
    }

    p {
        font-size: 16px;
        line-height: 30px;
    }

    span {
        font-size: 14px;
    }

    a:hover {
        color: #ed1a3a;
        text-decoration: none;
    }

    .clear {
        clear: both;
    }
    .hide{display: none;}
    .show{display: block;}
.height10{height:10px;}
.height30{height:30px;}
.height20{height:20px;}
.height34{height:34px;}
.height40{height:40px;}
.height50{height:50px;}
.height60{height:60px;}
.height70{height:70px;}
.height80{height:80px;}
.height90{height:90px;}
.height95{height:95px;}
.height100{height:100px;}
.ff{background-color: #fff;overflow: hidden;}
    .f8 {
        background: #f8f8f8;
        width: 100%;
    }

    input::-webkit-input-placeholder {
        color: #bbbbbb;
    }

    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #bbbbbb;
    }

    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #bbbbbb;
    }

    input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #bbbbbb;
    }
      textarea::-webkit-input-placeholder {
        color: #bbbbbb;
    }

    textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #bbbbbb;
    }

    textarea:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */
        color: #bbbbbb;
    }

    textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #bbbbbb;
    }



#Jnav{z-index: 999999;}
.fixed-nav{
    position: fixed;
    width:100%;
    height: 80px;
    top:-80px; 
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.fixed-nava{
    position: fixed;
    width:100%;
    height: 80px;
    top:-80px; 
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,0.6);
}
.fixed-nav-appear{top:0;}

@font-face {
    font-family: 'DINCOND';
    src: url('/lib/Font-Awesome/font/DINCOND-BLACK.OTF') format('truetype');
}



/* 网站头部 */
.header {height: 80px;width: 100%;-webkit-transition: all ease .5s;position: fixed;
    transition: all ease .5s;z-index: 9998;}
.header .header_mid span{line-height: 50px;color:#888;float:right;}
.header .header_mid .left{max-width: 15.6%;overflow: hidden;}
.header .header_mid .left img{max-width: 100%;}
.header .header_mid em:hover{color: #fcc800;}
.header .header_mid a,.header .header_mid em{color:inherit;font-size:17px;}     
.header .header_mid{z-index: 9;}
.header .header_mid > .left{line-height: 80px;}
.header .header_mid > p{float: right;font-size: 18px;color: #fcc800;margin-top: 40px;}
.header .header_mid > p img{margin-right: 8px;}
.header .header_mid > ul{float: left;margin-left: 18%;}
.header .header_mid > ul > li {float: left;margin-top:32px;position: relative;padding:0 32px;}
.header .header_mid > ul > li > a:before{content: "";position: absolute;width: 0;height: 3px;left: 50%;bottom:-24px;background: #fcc800;transform: translateX(-50%);transition: all 0.6s cubic-bezier(.075, .82, .165, 1)}
.header .header_mid > ul > li > a{color: rgba(255, 255, 255, 0.95);display: inline-block;position: relative;z-index: 1;font-size: 16px;}
.header .header_mid > ul > li.active a:before,.header_mid > ul > li:hover a:before{width: 100%;color: #fcc800;}
.header .header_mid > ul > li a:-webkit-any-link{ display:block;}
.header .header_mid > ul > li.active a{color: #fcc800;}
.header .header_mid > ul > li:hover a{color: #fcc800;}



/* 网站头部 */
.header1 {height: 80px;width: 100%;-webkit-transition: all ease .5s;position: fixed;
  transition: all ease .5s;z-index: 9998;background-color: #fff;}
.header1 .header_mid span{line-height: 50px;color:#888;float:right;}
.header1 .header_mid .left{max-width: 15.6%;overflow: hidden;}
.header1 .header_mid .left img{max-width: 100%;}
.header1 .header_mid em:hover{color: #fcc800;}
.header1 .header_mid a,.header1 .header_mid em{color:inherit;font-size:17px;}     
.header1 .header_mid{z-index: 9;}
.header1 .header_mid > .left{line-height: 80px;}
.header1 .header_mid > p{float: right;font-size: 18px;color: #fcc800;margin-top: 40px;}
.header1 .header_mid > p img{margin-right: 8px;}
.header1 .header_mid > ul{float: left;margin-left: 18%;}
.header1 .header_mid > ul > li {float: left;margin-top:32px;position: relative;padding:0 32px;}
.header1 .header_mid > ul > li > a:before{content: "";position: absolute;width: 0;height: 3px;left: 50%;bottom:-24px;background: #fcc800;transform: translateX(-50%);transition: all 0.6s cubic-bezier(.075, .82, .165, 1)}
.header1 .header_mid > ul > li > a{color:#333;display: inline-block;position: relative;z-index: 1;font-size: 16px;}
.header1 .header_mid > ul > li.active a:before,.header_mid > ul > li:hover a:before{width: 100%;color: #fcc800;}
.header1 .header_mid > ul > li a:-webkit-any-link{ display:block;}
.header1 .header_mid > ul > li.active a{color: #fcc800;}
.header1 .header_mid > ul > li:hover a{color: #fcc800;}


.header .hea_search{float: right;cursor: pointer;margin-left: 1.3%;text-align: center;margin-top: 34px;}
.header form{width: 300px;height: 60px;position: absolute;right: 0px;top: 80px;display: none;}
.header1 .hea_search{float: right;cursor: pointer;margin-left: 1.3%;text-align: center;margin-top: 34px;}
.header1 form{width: 300px;height: 60px;position: absolute;right: 0px;top: 80px;display: none;}
.header_mid .text2{width:300px;height: 60px;background: #fff; border-radius: 10px;box-shadow: rgba(0,0,0,.1) 1px 1px 5px 5px; float: right;margin-left: 20px;border: 1px #e6e6e6 solid;}
.header_mid  .text2 input[type="text"]{
    box-sizing: border-box;
    font-size:14px;
    height: 59px;
    color:#333;
    -web-kit-appearance:none;
    -moz-appearance: none;
    display:block;
    outline:0;
    text-decoration:none;
     width:220px;
     background: #fff;
    float: left;
    margin-top: 0px;
}
    
.header_mid  .text2 input[type="image"]{
    box-sizing: border-box;
    -web-kit-appearance:none;
    -moz-appearance: none;
    display:block;
    outline:0;
    text-decoration:none;
    margin-left: 10px;
    margin-top: 20px;
    float: left;
}

.header_mid .close{width: 20px;height: 20px;overflow: hidden;float: right;margin-top: 15px;margin-right: 15px;}
.header_mid .close img{width: 15px;height: 15px;}

/* 首页搜索search  start  */
.header .nav-search{float: right;margin-top: 40px;margin-left: 40px;}
.header .nav-search .search-button{
    display: inline-block;
    border: 0;
    background: none;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.header .nav-search form{
    /* background: rgba(0,0,0,0.1); */
    margin-right: 10px;
    padding: 2px 9px 4px 8px;
    transition: .3s;
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.header .nav-search form{
    /* background: rgba(45,185,221,0.08); */
}
    
    
.header .search-btn-sticky{
    display:none;
  }
  
.header .header-wrapper.fixed .search-btn, 
.header .blog-aritlce-bd .search-btn, 
.header .news-bd .search-btn{
    display:none;
  }
    
.header .header-wrapper.fixed .search-btn-sticky, 
.header  .blog-aritlce-bd .search-btn-sticky, 
.header  .news-bd .search-btn-sticky{
    display:inherit;
  }
.header .nav-search form input{
      width: 0;
      border: 0;
      transition: .3s;
      padding-left: 0;
      padding-right: 0;
      background: none;
    color: #ffffff;
  }
    

.header .nav-search form input{
    color: #fff;
  }
.header .nav-search form.open input{
    width: 180px;
    
  }
.header .nav-search-m{
    padding: 10px 15px 0 10px;
    margin-top: 40px;
  }
.header .nav-search-m form{
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    padding: 4px 5px;
  }
    
.header .nav-search-m .hs-search-field__input{
    border: 0;
    width: 87%;
    color: #fff;
  }
    
.header .nav-search-m .search-button{
    display: inline-block;
    width: 30px;
    height: 30px;
}


/*内页搜索search  start  */
.header1 .nav-search{float: right;margin-top: 40px;margin-left: 40px;}
.header1 .nav-search .search-button{
    display: inline-block;
    border: 0;
    background: none;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.header1 .nav-search form{
    /* background: rgba(0,0,0,0.1); */
    margin-right: 10px;
    padding: 2px 9px 4px 8px;
    transition: .3s;
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.header1 .nav-search form{
    /* background: rgba(45,185,221,0.08); */
}
    
    
.header1 .search-btn-sticky{
    display:none;
  }
  
.header1 .header-wrapper.fixed .search-btn, 
.header1 .blog-aritlce-bd .search-btn, 
.header1 .news-bd .search-btn{
    display:none;
  }
    
.header1 .header-wrapper.fixed .search-btn-sticky, 
.header1  .blog-aritlce-bd .search-btn-sticky, 
.header1  .news-bd .search-btn-sticky{
    display:inherit;
  }
.header1 .nav-search form input{
      width: 0;
      border: 0;
      transition: .3s;
      padding-left: 0;
      padding-right: 0;
      background: none;
    color: #ffffff;
  }
    

.header1 .nav-search form input{
    color: #fff;
  }
.header1 .nav-search form.open input{
    width: 180px;
    
  }
.header1 .nav-search-m{
    padding: 10px 15px 0 10px;
    margin-top: 40px;
  }
.header1 .nav-search-m form{
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    padding: 4px 5px;
  }
    
.header1 .nav-search-m .hs-search-field__input{
    border: 0;
    width: 87%;
    color: #fff;
  }
    
.header1 .nav-search-m .search-button{
    display: inline-block;
    width: 30px;
}

.header .t_sc{float: right;margin-top: 30px;margin-left: 25px;}
.header1 .t_sc{float: right;margin-top: 30px;margin-left: 25px;}



/*电话 */
.header .t_tel{float: right;margin-top: 31px; margin-left: 25px;font-size: 20px;color: rgba(255, 255, 255, 0.66);}
.header .t_tel img{margin-top: -7px;margin-right: 8px;}
.header .t_tel a:hover{color: #fcc800;}

.header1 .t_tel{float: right;margin-top: 31px;  margin-left: 25px;font-size: 22px;color: rgba(0,0,0,0.8);}
.header1 .t_tel img{margin-top: -7px;margin-right: 8px;}
.header1 .t_tel a:hover{color: #fcc800;}




.banner{position: relative;z-index: 11;overflow: hidden;}
.flexslider{position:relative;overflow:hidden;transition: all 0.3s;}
.flex-pauseplay{display: none;}
.banner .slides{position:relative;z-index:1;}
.banner .slides li{text-align: center;}
.banner .slides li a{display: block;}
.banner .slides li img{margin: 0 auto;display: none;}

.banner .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{float: left;margin-left: 5%;}
.flex-direction-nav li:nth-child(2){float: right;margin-right: 5%;}
.flex-direction-nav li a{display:block;width:34px;height:62px; overflow:hidden;cursor:pointer;z-index: 10;opacity: 1;}
.flex-direction-nav li a.flex-prev{left:5%;background:url("../images/banner_l.png") center center no-repeat; transition: all 0.5s;width: 34px;height: 62px;}
.flex-direction-nav li a.flex-next{right:5%;background:url("../images/banner_r.png") center center no-repeat;transition: all 0.5s;width: 34px;height: 62px;}
.flex-direction-nav li a:hover{width: 34px;height: 62px; opacity: 1;}

.flexslider:hover .flex-direction-nav{opacity:1;}
.flex-control-nav{position: absolute;z-index: 11;width: 200px;left: calc(50% - 100px); bottom: 0;height: 60px;margin: 0px auto;}
.flex-control-nav li{z-index: 2;width: 30px;height: 60px;float: left;margin-right: 10px;}
.flex-control-nav li a{color: #ffffff;width: 30px;line-height: 60px;text-align: center;font-size: 22px;color: #fff;}
.flex-control-nav li .flex-active{display: block;font-size: 28px;color: #fcc800;font-weight: bold;font-family: te2;}
.flexslider .flex-pauseplay{position: absolute;z-index: 10;width: 100px;height: 100px;background-color: #fcc800;top: 50%;right: 0;text-align: center;line-height: 100px;}


.flex-control-nav li a .loadinga{width: 16px;height: 16px;border-radius: 8px; background-color: rgba(255, 255, 255, 0.4);}
.flex-control-nav li a.flex-active .loadinga{background-color: #fff;}




.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);}

.banner .video{position: fixed;z-index: 100;text-align: center;width: 100%;height: 100%;min-width: 1210px;overflow: hidden;background-color: #000000;}
.banner .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;}


.banner .flex-active .loading .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.banner .flex-active .loading .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}





  
/*首页轮播图*/
.c-banner1 {
    background: #fff;
}
.c-banner1 .swiper-slide{
    position: relative;
    overflow: hidden;
}
.c-banner1 .swiper-slide img {
    width: 100%;
    /* height: 100vh; */
    object-fit: cover;
    -webkit-transition: all 7s;
    transition: all 7s;
    /* transform:scale(1.05,1.05);
    -webkit-transform:scale(1.05,1.05);  */
}
.c-banner1 .swiper-slide .c-bg2 {
    display: none;
}
.c-banner1 .swiper-slide-active img{
  width: 100%;
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
}
.c-banner1 .swiper-slide .c-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    background: url(../images/mbl.png)repeat;
}
.c-banner1 .swiper-slide .c-wrap .c-title{
    font-size: 47px;
    color: #fff;
    font-weight: bold;
}

.c-banner1 .swiper-slide .c-wrap .c-title1{
    font-size: 9.7px;
    color: #fff;
    letter-spacing:6.5px;
    margin-top: 20px;
}

.c-banner1 .swiper-slide .c-wrap .hr{margin-top: 40px;width: 67px;height: 3px;background: #fff;}

.c-banner1 .swiper-slide .c-wrap .c-title2{margin-top: 43px;font-size: 36px;color: rgba(255,255,255,.93);}
.c-banner1 .swiper-slide .c-wrap .c-title2 span{padding: 0 20px;}








.c-banner1 .swiper-pagination-bullet {
    opacity: 1;
}
.c-banner1 .c-dot {
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
}
.c-banner1 .swiper-pagination{
    position: relative;
}

.loading {
  margin: 0 5px;
  width: 17px;
  height: 17px;
  position: relative;
  border: 2px solid transparent;
  background: transparent;
}
.loading.swiper-pagination-bullet-active {
    border-color: rgba(255,255,255,.9);
}
.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: none;
    width: 0px;
    height: 0px;
}
.loading .left,
.loading .right {
  opacity: 0;
  width: 10px;
  height: 17px;
  overflow: hidden;
  position: absolute;
  left: -2px;
  top: -2px;
  overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -2px;
    top: -2px;
}
.loading .left:after,
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 10px;
  height: 17px;
  border: 2px solid #ffd202;
  border-radius: 8.5px 0 0 8.5px;
  border-right: 0;
}
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 8.5px 8.5px 0;
  border: 2px solid #ffd202;
  border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}

@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}

.c-zoom {
  -webkit-animation-name: c-zoom;
  animation-name: c-zoom;
}

/* 首页产品 */
.i_pro{padding: 90px 0px;}
.i_pro_c{width: 1810px;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.i_pro h2{font-size: 45px;color: #111;text-align: center;font-weight: bold;margin-bottom: 64px;}
.i_pro li{position: relative;}
.i_pro li:nth-child(1){width: 35.69%;height: 887px; float: left;overflow: hidden;}
.i_pro li:nth-child(4){width: 62.31%;height: 433px;float: right;overflow: hidden;margin-top:43px;}
.i_pro li:nth-child(2){width: 30%;height: 408px;float: left;overflow: hidden;margin-left: 2.15%;}
.i_pro li:nth-child(3){width: 30%;height: 408px;float: left;overflow: hidden;margin-left: 2.15%;}
.i_pro li .tp{width: 100%;height: 100%;overflow: hidden;}
.i_pro li .tp img{width: 100%;height: 100%;transition: all .5s;}
.i_pro li:hover .tp img{transform: scale(1.1);transition: all 4s;}
.i_pro li .li_con{position: absolute;bottom: 53px;padding-left: 30px;}
.i_pro li .li_con .tp1{float: left;margin-right: 15px;margin-top: 5px;}
.i_pro li .li_con .li_con_r{float: right;}
.i_pro li .li_con h3{font-size: 30px;color: #fff;font-weight: bold;}
.i_pro li .li_con p{font-size: 16.69px;color: rgba(255, 255, 255, 0.78);}


.i_pro1{padding: 90px 0px;position: relative;background-color: #f8f8f8;margin-top: 50px;}
.i_pro1 h2{font-size: 45px;color: #111;text-align: center;font-weight: bold;margin-bottom: 75px;}
.i_pro1 .swiper-wrapper{padding: 0 0 80px;}
.i_pro1 .swiper-slide .tp1{position: absolute;top: 0px;left: 0px;}
.i_pro1 .tp{width: 100%;height: 45vh;background-color: #fff;text-align: center;line-height: 45vh;overflow: hidden;}
.i_pro1 .tp img{max-width: 90%;max-height: 90%;transition: all .5s;}
.i_pro1 .swiper-slide:hover .tp img{transform: scale(1.1);transition: all 4s;}
.i_pro1 h3{font-size: 24px;color: #111;text-align: center;font-weight: bold;margin-top: 55px;}
.i_pro1 .swiper-slide:hover h3{color: #fcc800;}
.i_pro1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin-top: 0px 10px;}
.i_pro1 .swiper-pagination{position: relative;}
.i_pro1 .c{position: relative;}
.i_pro1 .swiper-button-next,.i_pro1 .swiper-button-prev{width: 29px;height: 53px;margin-top: -50px;display: none;}
.i_pro1 .swiper-button-prev{background: url("../images/i_arr_l.png") no-repeat;left: -50px;}
.i_pro1 .swiper-button-next{background: url("../images/i_arr_r.png") no-repeat;right:-50px;}
.i_pro1 .swiper-button-next.swiper-button-disabled{background: url("../images/i_arr_r.png") no-repeat;opacity: 1;}
.i_pro1 .swiper-button-prev.swiper-button-disabled{background: url("../images/i_arr_l.png") no-repeat;opacity: 1;}
.i_pro1:hover .swiper-button-next,.i_pro1:hover .swiper-button-prev{display: block;}


.i_video{position: relative;background: url(/upload/1701396113.jpg) no-repeat center/cover;height: 1100px;}
.i_video .i_video_c{position: absolute;top: 10%;width: 100%;}

.i_video .iframe1 {
    width: 1200px;
    height: 500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
}

.i_video .iframe1 iframe {
    width: 100%;
    height: 670px;
}
.i_video_c .i_video_c1{text-align: center;}
.i_video h2{font-size: 53px;color: #fff;font-weight: bold;text-align: center;}
.i_video h2 span{font-size: 53px;color: #ffd202;font-weight: bold;}
.i_video h3{font-size: 26px;color: #fff;text-align: center;margin-top: 26px;}
.i_video ul{width: 780px;margin: 95px auto;}
.i_video li{width: 250px;height: 95px;float: left;border-left: 1px rgba(255, 255, 255, 0.2) solid;}
.i_video a:nth-child(1) li{border-left: none;}
.i_video li .tp{width: 100%;height: 50px;}
.i_video li .img2{display: none;}
.i_video li:hover .img1{display: none;}
.i_video li:hover .img2{display: inline;}
.i_video li p{font-size: 20px;color: rgba(255, 255, 255, 0.9);text-align: center;margin-top: 10px;}
.i_video li:hover p{color: #ffd202;}


.i_news{padding: 90px 0px;position: relative;background-color: #f8f8f8;}
.i_news h2{font-size: 45px;color: #111;text-align: center;font-weight: bold;margin-bottom: 75px;}
.i_news .swiper-wrapper{padding: 0 0 0px;}
.i_news .tp{width: 100%;background-color: #f7f7f7;text-align: center;overflow: hidden;height: 320px;}
.i_news .tp img{width: 100%;height: 100%;transition: all .5s;}
.i_news .swiper-slide:hover .tp img{transform: scale(1.1);transition: all 4s;}
.i_news .li_c1{width: 100%;height: 238px;padding: 50px 5%;overflow: hidden; background-color: #fff;}
.i_news h3{width: 100%;height: 60px;line-height: 30px;overflow: hidden; font-size: 20px;color: #333;}
.i_news .hr{width: 100%;height: 1px;background-color: #e6e6e6;margin: 25px auto 30px;}
.i_news .more{font-size: 16px;color: #666;}
.i_news .more span{font-size: 16px;color: #888;float: right;}
.i_news .swiper-slide:hover .more{color: #ffd202;}
.i_news .swiper-slide:hover h3{color: #ffd202;}


.i_fa{width: 100%;padding: 20px 0px;background-color: #f8f8f8;}
.i_fa li{width: 49.4%;overflow: hidden; float: left;position: relative;}
.i_fa li:nth-child(2){float: right;}
.i_fa li img{width: 100%;}
.i_fa li .li_c{position: absolute;top: 0px;width: 100%;height: 100%;}
.i_fa li .li_c h2{text-align: center;margin-top: 33%;font-size: 43px;color: #fff;font-weight: bold;}
.i_fa li .li_c .hr{display: none;}
.i_fa li:hover .li_c{background-color: rgba(255, 205, 0, 0.5);}
.i_fa li:hover .li_c .hr{width: 1px;height: 5px;background-color: #fff; border-radius: 2.5px;margin: 20px auto;
  animation: widtha 1s linear infinite alternate;display: block;
}

@keyframes widtha {
  from {
    width: 0px;
  }
  to {
    width: 174px;
  }
}






.loading1 {
  margin: 0 10px;
  width: 17px;
  height: 17px;
  position: relative;
  border: 2px solid transparent;
  background: transparent;
  }
  .loading1.swiper-pagination-bullet-active {border-color: #c9c9c9;}
  .loading1 .c-progress {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 50%;
  left: 4px;
  top: 3px;
  line-height: 120px;
  text-align: center;
  opacity:1;
  }
  .loading1.swiper-pagination-bullet-active .c-progress {
    background-color: none;
    width: 0px;
    height: 0px;
  }
  .loading1 .left,
  .loading1 .right {
  opacity: 0;
  width: 10px;
  height: 17px;
  overflow: hidden;
  position: absolute;
  left: -2px;
  top: -2px;
  overflow: hidden;
  }
  .loading1.swiper-pagination-bullet-active .left,.loading1.swiper-pagination-bullet-active .right {
    opacity: 1;
  }
  .loading1 .right {
    left: auto;
    right: -2px;
    top: -2px;
  }
  .loading1 .left:after,
  .loading1 .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 10px;
  height: 17px;
  border: 2px solid #ffd202;
  border-radius: 8.5px 0 0 8.5px;
  border-right: 0;
  }
  .loading1 .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 8.5px 8.5px 0;
  border: 2px solid #ffd202;
  border-left: 0;
  }
  .loading1.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left1;
  }
  
  .loading1.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right1;
  }
  @keyframes spin-right1 {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
  }
  
  @keyframes spin-left1 {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
  }
  @-webkit-keyframes c-zoom1 {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
  }
  
  @keyframes c-zoom1 {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
  }
  
  .c-zoom1 {
  -webkit-animation-name: c-zoom1;
  animation-name: c-zoom1;
  }






















.i_case{padding: 110px 0px;background-color: #f5f5f5;}
.i_case .i_case_t h3{font-size: 38.7px;color: #333;margin-top: 20px;}
.i_case .i_case_t .i_case_t_l{float: left;}
.i_case .i_case_t .i_case_t_r{float: right;margin-top: 90px;}

.i_case .i_case_l{width: 76.25%;float: left;}
.i_case .i_case_l .i_case_l1{display: none;}

.i_case .i_case_l h4{font-size: 18px;color: #666;margin-top: 20px;margin-bottom: 45px;}
.i_case .i_case_l .tp{width: 100%;height: 703px;overflow: hidden;}
.i_case .i_case_l .tp img{width: 100%;height: 703px;}

.i_case .i_case_r{width: 19.7%;float: right;margin-top: 68px;}
.i_case .i_case_r1{width: 100%;padding: 28px 0px 28px 25%;border-top: 1px #e6e6e6 solid;}
.i_case .i_case_r1 .tp{width: 68px;height: 68px; float: left; border-radius: 34px;background-color: #eaeaea;text-align: center;line-height: 68px;}
.i_case .i_case_r1 .img2{display: none;}
.i_case .i_case_r1.active .img2{display: inline;}
.i_case .i_case_r1.active .img1{display: none;}
.i_case .i_case_r1 .title{font-size: 18px;color: #666;line-height: 68px;float: left;margin-left: 20px;}
.i_case .i_case_r1.active .tp{background-color: #254bb9;}
.i_case .i_case_r1:nth-child(1){border-top: none;}
.i_case .i_case_r1.active .title{color: #123890;}


.i_about{position: relative;}
.i_about .write{position: absolute;width: 100%; text-align: center;top: 90px;}
.i_about .write h3{font-size: 46px;color: #fff;margin-top: 22px;}
.i_about .write p{font-size: 17px;color: rgba(255, 255, 255, 0.9);padding: 0px 16%;margin-top: 62px; line-height: 45px;text-align: center;}
.i_about .write img{margin-top: 65px;}



.videolist { position:relative; width:100%;}
.videolist:hover{ cursor: pointer; }
.videoed{ z-index:99;transition: all .5s;}
.videoed:hover{transform: scale(1.06);transition: all 4s;}
.videos{ display:none; position:fixed; left:50%; top:50%;margin-left:-320px; margin-top:-210px; z-index:100; width:660px; height:380px;overflow: hidden;}
.videos video{width: 100%;height: 100%;}
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }




.i_about1 .ab_hf{width: 100%;height: 270px;background-color: #fff;position: relative;margin-top: -120px;}
.i_about1 .hf_1{width: 24.9%;height: 270px;margin-top: 72px; float: left;text-align: center;}
.i_about1 .hf_1:nth-child(4){border-right: 0px;}
.i_about1 .hf_1 span{color: #0e359d;font-size: 75px;float: left;display: block;margin-left: 40%;font-family: 'DINCOND';}
.i_about1 .hf_1 em{float: left;margin-top: 15px;font-size: 20px;color: #0e359d;display: block;padding-left: 5px;}
.i_about1 .hf_1:nth-child(4) em{font-size: 24px;}
.i_about1 .hf_1 h3{font-size: 16px;color: #666;margin-top: 3px;}
.i_about1 .hr{width: 1px;height: 50px;background-color: #e6e6e6;float: left;margin-top: 110px;}


.i_list6{padding: 45px 0 150px;background-color: #f7f7f7;}
.i_list6 .i_list6_t .left{float: left;font-size: 40px;color: #333;}
.i_list6 .i_list6_t .left p{font-size: 40px;color: #333;margin-top: 15px;}
.i_list6 .i_list6_t .right{float: right;margin-top: 25px;}
.i_list6 .i_list6_t .right li{float: left;width: 125px;margin-left: 10px; height: 32px;font-size: 16px;color: #666;text-align: center;line-height: 32px;border-radius: 16px;}

.i_list6 .i_list6_t .right li.active{color: #1b46ab;font-size: 20px;font-weight: bold;}
.i_list6 .i_list6_t .right img{margin-left: 16px;}

.i_list6 .i_list6_c{margin-top: 80px;}
.i_list6 .i_list6_c1{display: none;}
.i_list6 .i_list6_c1:nth-child(1){display: block;}
.i_list6 .i_list6_1{width: 33.875%;height: 586px;overflow: hidden;float: left;}
.i_list6 .i_list6_1 img{width: 100%;height: 586px;transition: all .5s;}
.i_list6 .i_list6_1 .swiper-pagination-bullet{width: 10px;height: 10px; opacity: 1;margin: 0 7px; border-radius: 5px;border: 2px rgba(255,255,255,.36) solid; background: none;}
.i_list6 .i_list6_1 .swiper-pagination-bullet-active{width: 10px;height: 10px;opacity: 1;background: #fff;}
.i_list6 .i_list6_1 .swiper-slide .why{position: absolute;bottom: 0; height: 80px;padding-left: 35px;
    width: 100%;font-size: 18px;background: none; color: #fefefe;}
.i_list6 .i_list6_1 .swiper-container-horizontal > .swiper-pagination-bullets{bottom: 30px;padding-right: 35px;}
.i_list6 .i_list6_1 .swiper-slide .title{width: 70%; font-size: 20px;color: #fff;height: 80px;line-height: 80px; overflow: hidden;}
.i_list6 .i_list6_1:hover .swiper-slide .title{color: #1b46ab;}
.i_list6 .i_list6_1 .swiper-pagination{text-align: right;}

.i_list6 .i_list6_2{width: 64.375%;height: 586px;overflow: hidden;float: right;}
.i_list6 .i_list6_2 li{width: 32%;height: 586px;float: left;margin-right: 2%; background-color: #fff; overflow: hidden;}
.i_list6 .i_list6_2 a:nth-child(3) li{margin-right: 0px;}
.i_list6 .i_list6_2 li .tp{width: 100%;height: 224px;overflow: hidden;}
.i_list6 .i_list6_2 li .tp img{width: 100%;height: 100%;transition: all .5s;}
.i_list6 .i_list6_2 li .tp:hover img{transition: all .5s;transform: scale(1.1);}

.i_list6 .i_list6_2 .li_c{padding: 70px 9%;}
.i_list6 .i_list6_2 .li_c .li_t{font-size: 20px;color: #333;font-weight: bold;height: 22px;line-height: 22px;overflow: hidden;}
.i_list6 .i_list6_2 .li_c .li_t1{font-size: 16px;color: #666;margin-top: 35px; line-height: 30px;height: 60px;overflow: hidden;}
.i_list6 .i_list6_2 .li_c p{font-size: 18px;color: #888;margin-top: 45px;}
.i_list6 .i_list6_2 li:hover .li_c .li_t{color: #1b46ab;}


.i_ys{width: 100%;height: 557px; padding: 155px 0px 50px;background: url("../images/i_ys_bj.png") no-repeat;}
.i_ys .hr{width: 1px;height: 110px;background-color: rgba(255, 255, 255, 0.1);float: left;margin-top: 65px;}
.i_ys .hr:nth-child(1){display: none;}
.i_ys li{float: left;}
.i_ys li:nth-child(2){padding-right: 7%;width: 31.125%;}
.i_ys li:nth-child(4){padding:0px 7%;width: 37.5%;}
.i_ys li:nth-child(6){padding-left: 7%;width: 31.125%;}

.i_ys li .tp{text-align: center;}
.i_ys li h2{font-size: 24px;color: #fff;text-align: center;margin-top: 35px;}
.i_ys li p{font-size: 16px;color: rgba(255, 255, 255, 0.75);line-height: 40px;text-align: center;margin-top: 16px;}
.i_ys li:hover .li_c{transform: translateY(-10px);}


/* 搜索页面 */
.search_list1{padding: 50px 0px;}
.search_list1 li{width: 32%;float: left;margin-right: 2%;margin-bottom: 30px;}
.search_list1 li .tp{width: 100%;height: 485px;overflow: hidden;background-color: #f7f7f7;text-align: center;line-height: 485px;}
.search_list1 li .tp img{max-width: 100%;max-height: 100%;transition: all .5s;}
.search_list1 li:hover .tp img{transform: scale(1.1);transition: all 4s;}
.search_list1 li:nth-child(3n){margin-right: 0px;}
.search_list1 li p{font-size: 18px;color: #333;margin-top: 20px; text-align: center;height: 40px;line-height: 20px;overflow: hidden;}
.search_list1 li:hover p{color: #fcc800;}




/* 友情链接 */
.link p {font-size: 16px;color: #c1c1c1;}
.link p a {font-size: 14px;color: #c1c1c1;margin-right: 25px;}
.link p a:hover {color: #ed1a3a;}




/*   底部样式   */
.footer {width: 100%;background: #272727;}
.footer .footer_1{width: 57.5%;margin-top: 75px; float: left;}
.footer .footer_1 .title{font-size: 18px;color: rgba(255,255,255,.83);}
.footer .footer_1 .hr{width: 100%;height: 1px;background-color: rgba(255, 255, 255, 0.2);margin-top: 28px;}
.footer .footer_1 .hr1{width: 68px;height: 4px;background-color: #fcc800;margin-top: -4px;}
.footer .footer_1 li{width: 19%;float: left;margin-right: 1.25%;}
.footer .footer_1 li:nth-child(5){margin-right: 0;}
.footer .footer_1 .tp{width: 100%;overflow: hidden;margin-left: 2%;margin-top: 105px;}
.footer .footer_1 .tp img{max-width: 100%;}
.footer .footer_1 li h2{font-size: 18px;color: rgba(255,255,255,.76);margin-bottom: 28px;}
.footer .footer_1 li h2 a{font-size: 18px;color: rgba(255,255,255,.76);margin-bottom: 18px;}
.footer .footer_1 li h2:hover a{color: #fcc800;}
.footer .footer_1 li h3{font-size: 16px;color: rgba(255,255,255,.27);margin-bottom: 21px;line-height: 16px;}
.footer .footer_1 li h3 a{font-size: 16px;color: rgba(255,255,255,.27);}
.footer .footer_1 li h3:hover a{color: #fcc800;}

.footer .footer_2{width: 31.25%;margin-top: 75px;float: right;}
.footer .footer_2 .title{font-size: 18px;color: rgba(255,255,255,.83);}
.footer .footer_2 h2{width: 100%;font-weight: bold; text-align: right; margin-bottom: 4px;font-size: 18px;color: rgba(255, 255, 255, 0.6);}
.footer .footer_2 h3{font-size: 16px;margin-top: 10px; text-align: right;float: right; width: 295px;max-width: 100%; color: rgba(255,255,255,.18);line-height: 30px;}
.footer .footer_2 .wx{margin-top: 53px;}
.footer .footer_2 .wx .tp{width: 138px;height: 138px;text-align: center;line-height: 138px;float: right; overflow: hidden;}
.footer .footer_2 .wx img{max-width: 100%;max-height: 100%;}
.footer .footer_2 p{font-size: 14px;color: rgba(255,255,255,.65);text-align: center;margin-top: 10px;}
.footer .footer_2 .footer_h{margin-top: 60px;float: right;text-align: right;}
.footer .footer_2 .footer_h img{margin-left: 25px;}
.footer .footer_2 .footer_h .img2{display: none;}
.footer .footer_2 .footer_h a:hover .img1{display: none;}
.footer .footer_2 .footer_h a:hover .img2{display: inline;}

.footer .footer_4{padding: 30px 0px;text-align: left; border-top: 1px rgba(255,255,255,.1) solid;margin-top: 55px;font-size: 16px;color: rgba(255, 255, 255, 0.3);}
.footer .footer_4 a{font-size: 16px;color: rgba(255, 255, 255, 0.3);}
.footer .footer_4 a:hover{color: #fcc800;}
.footer .footer_4 span{float: right;}



/*   底部样式   */
.i_footer {width: 100%;background: #f8f8f8;}
.i_footer .footer_1{width: 57.5%;margin-top: 75px; float: left;}
.i_footer .footer_1 .title{font-size: 18px;color: rgba(255,255,255,.83);}
.i_footer .footer_1 .hr{width: 100%;height: 1px;background-color: rgba(255, 255, 255, 0.2);margin-top: 28px;}
.i_footer .footer_1 .hr1{width: 68px;height: 4px;background-color: #fcc800;margin-top: -4px;}
.i_footer .footer_1 li{width: 19%;float: left;margin-right: 1.25%;}
.i_footer .footer_1 li:nth-child(5){margin-right: 0;}
.i_footer .footer_1 .tp{width: 100%;overflow: hidden;margin-left: 2%;margin-top: 105px;}
.i_footer .footer_1 .tp img{max-width: 100%;}
.i_footer .footer_1 li h2{font-size: 18px;color: #333;margin-bottom: 28px;}
.i_footer .footer_1 li h2 a{font-size: 18px;color: #333;margin-bottom: 18px;}
.i_footer .footer_1 li h2:hover a{color: #fcc800;}
.i_footer .footer_1 li h3{font-size: 16px;color: #444;margin-bottom: 21px;line-height: 16px;}
.i_footer .footer_1 li h3 a{font-size: 16px;color: #444;}
.i_footer .footer_1 li h3:hover a{color: #fcc800;}

.i_footer .footer_2{width: 35.25%;margin-top: 75px;float: right;}
.i_footer .footer_2 .title{font-size: 18px;color: rgba(255,255,255,.83);}
.i_footer .footer_2 h2{width: 100%;font-weight: bold; text-align: right; margin-bottom: 4px;font-size: 18px;color: #333;}
.i_footer .footer_2 h3{font-size: 16px;margin-top: 10px; text-align: right;float: right; width: 295px;max-width: 100%; color: #666;line-height: 30px;}
.i_footer .footer_2 .wx{margin-top: 30px;}
.i_footer .footer_2 .wx .tp{width: 138px;height: 138px;text-align: center;line-height: 138px;float: right; overflow: hidden;}
.i_footer .footer_2 .wx img{max-width: 100%;max-height: 100%;}
.i_footer .footer_2 p{font-size: 14px;color: rgba(255,255,255,.65);text-align: center;margin-top: 10px;}
.i_footer .footer_2 .footer_h{margin-top: 30px;float: right;text-align: right;}
.i_footer .footer_2 .footer_h img{margin-left: 25px;}
.i_footer .footer_2 .footer_h .img2{display: none;}
.i_footer .footer_2 .footer_h a:hover .img1{display: none;}
.i_footer .footer_2 .footer_h a:hover .img2{display: inline;}


.gzh1{width: 120px;height: 120px;float: right;margin-top: -130px;position: absolute;display: none;}
.gzh:hover .gzh1{display: inline;}

.dy1{width: 120px;height: 120px;float: right;margin-top: -130px;position: absolute;display: none;}
.dy:hover .dy1{display: inline;}

.i_footer .footer_4{padding: 20px 0px;text-align: left; border-top: 1px rgba(0,0,0,.1) solid;margin-top: 30px;font-size: 16px;color: #666;}
.i_footer .footer_4 a{font-size: 16px;color: #666;}
.i_footer .footer_4 a:hover{color: #fcc800;}
.i_footer .footer_4 span{float: right;}




/* 分页 */
.page p {text-align: center;line-height: 100px;}
.page p span{padding: 10px 1px;font-size: 16px;color: #666666;margin-left: -5px;}
.page p a{padding: 10px 12.5px;font-size: 16px;color: #666666;margin-left: -5px;}
.page .current{color: #fcc800;padding: 10px 12.5px;}
.page p a:hover{color: #fcc800;padding: 10px 12.5px;}
.page p img{margin: -5px 10px 0;}




.online_q {position: fixed;right: .25rem;bottom: 10%;z-index: 9999;transition:.5s;-webkit-transition:.5s;}

.online_q .btn2{width:39px; height:38px; cursor:pointer; position:relative; margin-bottom:5px; }

.online_q .btn-top{ padding:0; transition:.5s; overflow:hidden;}

.online_q .btn-top span{ }

.online_q .btn2 a{  font-size:12px; color:#fff;}

.online_q .btn2 span{display:block; float:left; text-align: center; width:39px; height:38px; line-height: 38px; position:relative; z-index:999; overflow:hidden; transition:.3s; -webkit-transition:.3s; background: none; }

.online_q .btn2:hover span{}

.online_q .open.pic{ position:absolute; background:#ddd; width:100px; height:100px; right:80px; top:50%; margin-top:-50px; text-align:right; opacity:0; transition: .6s; -webkit-transition: .6s; visibility:hidden;}

.online_q .open.pic img{ width:80px; height:80px; margin-top:10px; margin-right:10px;}

.online_q .btn2:hover .open.pic{ opacity:1; right:4.5rem;visibility:visible;}

.online_q .open.phone{ display:inline-block; height:55px; line-height:55px; z-index:0; background:#eee; color:#ff602a; font-family:arial; font-size:18px; transition:width 0s; -webkit-transition:width 0s; text-align:center;  width:150px;}

.online_q .open.phone p{line-height: 55px;}

.online_q .btn2:hover .open.phone{transition:.5s; -webkit-transition:.5s; opacity:1; visibility:visible;}

.btn-tel a{ display:block; width:55px; white-space:nowrap; position:absolute; right:0;transition:.5s; -webkit-transition:.5s; overflow:hidden;}

.btn-tel:hover a{ width:205px;}

.online_q .btn-02.btn-tel:hover span{ background:url(../images/piaofu_tel.png) center no-repeat #fff; border:2px solid #1f5ea5;}

.online_q .open.pic:before{ content:""; display:block; width:0; height:0; border:10px solid transparent; border-left:10px solid #ddd; position:absolute; right:-15px; top:50%; margin-top:-10px;}

.body_contact{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact *{}
.body_contact .ntroduce *{
    font-size: 14px !important;
    line-height: 2.2 !important;
}
.body_contact .contact_list1 li{}

.body_contact .map_right p span{
    color: #2d72d2;
}
.body_contact .map_right .wx{
    margin-top: 10px;
}
.body_contact .map_right h4{
    font-size: 20px;
    line-height: 1.8;
}
.body_contact .map_right h3{font-size: 28px;margin-top: 25px;}
.body_contact .map_right .tp{
    margin-top: 40px;
}
.body_contact .map_right{
    width: calc(100% - 1079px);
    height: 594px;
}
.body_contact .map_left{
    width: 1079px;
    height: 594px;
}
.body_contact .part2 .c{
    height: 594px;
}
.body_contact .map_left img{
    height: auto;
    width: 100%;
}


.body_contact .part5 li *{
    color: #666;
}

.body_contact .part5 li.active *,.body_contact .part5 li:hover * {
    color: #444 !important;
}
.body_contact .contact_3 .submit1 input[type="submit"]{
    color: #333;
}
.body_contact .contact_list4 h2{
    margin-bottom: 55px;
}
.body_contact .part5 .li_3 .d2{
    flex: 0 0 60%;
}

.body_contact .part5 .li_3 .s_tel {
    margin-bottom: 10px;
}

.body_contact .part5 .li_3 .d1 {
    flex: 0 0 20%;
}
.body_contact .contact_list4 li h4{
    display: flex;
    justify-content: center;
}
.body_contact .part5{
    padding: 45px 0 80px;
}

.body_contact .part5 .c {}

.body_contact .part5 ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.body_contact .part5 li {
    text-align: center;
    padding: 50px 20px 30px;
    height: auto;
    width: 100%;
    transition: all .43s;
}

.body_contact .part5 h3 {}

.body_contact .part5 .d1 {
    text-align: right;
    /* flex: 1; */
}

.body_contact .part5 .d2 {
    /* flex: 1; */
    text-align: left;
}

.body_contact .part5 .s_tel {
    padding-left: 45px;
    background: url(../images/c_tel.png) no-repeat left 19px center;
}

.body_contact .part5 .s_qq {
    padding-left: 45px;
    background: url(../images/c_qq.png) no-repeat left 19px center;
}

.body_contact .part5 .d2 span {
    font-size: 17px;
    color: #666;
    display: block;
    /* margin-bottom: 10px; */
}




@media screen and (max-width: 1700px) {

}
@media screen and (max-width: 1600px) {
  .header .header_mid > ul{float: left;margin-left: 12%;}
  .header .header_mid > ul > li {float: left;margin-top:32px;position: relative;padding:0 26px;}
  .header1 .header_mid > ul{float: left;margin-left: 12%;}
  .header1 .header_mid > ul > li {float: left;margin-top:32px;position: relative;padding:0 26px;}

}
@media screen and (max-width: 1500px) {
  .header .header_mid > ul{float: left;margin-left: 10%;}
  .header .header_mid > ul > li {float: left;margin-top:32px;position: relative;padding:0 25px;}
  .header1 .header_mid > ul{float: left;margin-left: 10%;}
  .header1 .header_mid > ul > li {float: left;margin-top:32px;position: relative;padding:0 25px;}

  .i_pro li:nth-child(1){width: 35.69%;height: 665px; float: left;overflow: hidden;}
  .i_pro li:nth-child(4){width: 62.31%;height: 325px;float: right;overflow: hidden;margin-top:34px;}
  .i_pro li:nth-child(2){width: 30%;height: 306px;float: left;overflow: hidden;margin-left: 2.15%;}
  .i_pro li:nth-child(3){width: 30%;height: 306px;float: left;overflow: hidden;margin-left: 2.15%;}
  

}
@media screen and (max-width: 1400px) {
  .header .header_mid > ul{float: left;margin-left: 7%;}
  .header .header_mid > ul > li {float: left;margin-top:32px;position: relative;padding:0 20px;}
  .header1 .header_mid > ul{float: left;margin-left: 7%;}
  .header1 .header_mid > ul > li {float: left;margin-top:32px;position: relative;padding:0 20px;}

  .i_pro li:nth-child(1){width: 35.69%;height: 591px; float: left;overflow: hidden;}
  .i_pro li:nth-child(4){width: 62.31%;height: 288px;float: right;overflow: hidden;margin-top:31px;}
  .i_pro li:nth-child(2){width: 30%;height: 272px;float: left;overflow: hidden;margin-left: 2.15%;}
  .i_pro li:nth-child(3){width: 30%;height: 272px;float: left;overflow: hidden;margin-left: 2.15%;}

}




