@charset "UTF-8";

*{
    padding: 0;
    margin: 0;
}

/*
 <script type="text/javascript">
      (function(){
          change();
          function change(){
              document.documentElement.style.fontSize = document.documentElement.clientWidth*6.25/1200 +'px';
          }
          window.addEventListener('resize',change,false);
      })();
  </script>
*/


/*#008fd7*/



body {
    font-family: microsoft yahei, Arial, sans-serif;
    font-size: 1.6rem;
    color: #000;
    margin: 0;
    padding: 0;
}



.on {
    background: #008fd7;
}



a {



    text-decoration: none;



    color: #333;



}







a:hover {



    color: #008fd7;



}


.banner{
    padding-top: 11rem;
}





li {



    list-style: none;



}


em{font-style: normal;}


i{font-style: normal;}

.c{
    clear: both;
}
.h30 {
    width: 100%;
    height: 30px;
}

.h20 {

    width: 100%;
    height: 20px;
    background: #dfdfdf;

}

.w90 {
    width: 90%;
    margin: 0 auto;
    max-width: 1680px;
}

.w80 {
    width: 80%;
    margin: 0 auto;
    max-width: 1560px;
}

.w120 {
    width: 120rem;
    margin: 0 auto;
}

.img {

    width: 100%;
    transition: all 0.6s;

}

.img:hover {
    transform: scale(1.2);
    /* 放大1.2倍 */
}

.img1 {
    width: 100%;
    transition: all 0.6s;
}

.img1:hover {
    transform: scale(1.1);
    /* 放大1.2倍 */
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/jiantou.png) !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/jiantou.png) !important;
}

.swiper-button-prev {
    width: 5rem !important;
    height: 5rem !important;
    background-size: 5rem 5rem !important;
    transform: rotate(-90deg);
}

.swiper-button-next {
    width: 5rem !important;
    height: 5rem !important;
    background-size: 5rem 5rem !important;
    transform: rotate(90deg);
}


.header{
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 11rem;
    background: #fff;
}
.head{
    height: 11rem;
}

.head .logo{
    display: block;
    float: left;
}

.head .nav{
    display: block;
    float: right;
}

.head .p_item ul li{
    display: block;
    float: left;
    padding: 0 2.5rem;
    height: 11rem;
    line-height: 11rem;
}

.head .logopic{
    width: 24.5rem;
    height: 8rem;
    margin-top: 1.5rem;
}

.head .logopic img{
    width: 100%;
    height: 100%;
}
.head .p_item ul li:nth-last-child(1){
    display: block;
    float: left;
    padding-left: 5rem;
    padding-top: 1rem;
}



h1{
    -webkit-text-stroke: 1px #d3d3d3;
    color: rgba(0, 0, 0, 0);
    font-size: 7.5rem;
    text-align: center;
    font-weight: bolder;
    margin: 10rem 0 2rem 0;
    text-transform: uppercase;
    background-color: #fff;
}

.inprotui em, .inservice em, .inyingyong em{
    font-size: 4rem;
    font-weight: bold;
    color: rgba(25,25,25,1);
    position: relative;
    text-align: center;
    display: block;
}

.inprotui i, .inaboutleft i, .inservice i, .inyingyong i{
    background: rgba(225,4,24,1);
    width: 3rem;
    height: 0.3rem;
    display: block;
    margin: 2rem auto;
}

.inprofenlei{
    width: 120rem;
    margin: 0 auto;
}


.inprofenlei dl{
    overflow: hidden;
    width: auto;
    width: 30rem;
    display: block;
    float: left;
    text-align: center;
    position: relative;
}

.inprofenlei dl dt img{
    max-width: 100%;
}

.inprofenlei dt::before{
    content: "";
    width: 1px;
    height: 20px;
    background: #c1c1c1;
    position: absolute;
    top: 45%;
    right: 0;
}

.inproductui{
    width: 100%;
    min-height: 30rem;
    padding: 11rem 0;
    background-image: url(../images/indexpro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: block;
    margin-top: 7rem;
}

.inproductui  .swiper-container-pro a{
    color: #fff;
}

.inproductui  .swiper-container-pro a em{
    display: block;
    max-height: 100%;
    overflow: hidden;
}

.inproductui  .swiper-container-pro p{
    text-align: center;
    margin-top: 2rem;
}

.indpromore{
    width: 18rem;
    height: 5rem;
    line-height: 5rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(225,4,24,1);
    border-radius: 5rem;
    margin-top: 5rem;
    position: relative;
}

.indpromore a{
    color: #fff;
}

.indpromore a:hover{
    background-color: rgba(224,194,17,1);
    width: 18rem;
    height: 5rem;
    line-height: 5rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 5rem;
    color: #fff;
}

.swiper-button-next-pro{
    position: absolute;
    right: -7rem !important;
    top: 0;
}

.swiper-button-prev-pro{
    position: absolute;
    left: -7rem !important;
    top: 0;
}

.inabout{
    width: 100%;
    background-color:rgba(244,244,244,1);
}

.inabout h1{
    margin-bottom: 0;
    padding-bottom: 5rem;
}

.inaboutcon{
    width: 100%;
    min-height: 10rem;
    position: relative;
    background-color:rgba(244,244,244,1);
    
}

.inaboutcon .inaboutleft{
    width: 70%;
    float: left;
    min-height: 10rem;
    background: #008fd7 url(../images/aboutbg.jpg) no-repeat left top;
}

.inaboutcon .inaboutleft em{
    font-size: 1.8rem;
    color: rgba(125,125,125,1);
    display: block;
    padding-top: 15rem;
}

.inaboutcon .inaboutleft span{
    line-height: normal;
    font-size: 3.4rem;
    color: rgba(255,255,255,1);
    font-weight: bold;
}

.inaboutcon .inaboutright{
    width: 30%;
    min-height: 10rem;
    background-color: rgba(244,244,244,1);
    float: right;
}

.inaboutcon .inaboutright img{
    border: 15px solid #fff;
}


.inaboutleftcon{
    margin-left: 15%;
}

.inaboutleft i{
    margin: 2rem 0 0 0 ;
}

.inaboutleft .inaboutcont{
    width: 60%;
    line-height: 260%;
    color: #D3D3D3;
    margin-top: 3rem;
}

.inaboutmore{
    display: block;
    text-align: center;
    max-width: 14rem;
    background-color: rgba(255,255,255,0);
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    line-height: 5rem;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255,255,255,0.5);
    margin-top: 5rem;
}

.inaboutmore a{
    color: #fff;
}

.inaboutico{
    margin-top: 7rem;
    padding-bottom: 20rem;
}

.inaboutico dl{
    float: left;

    margin-left: 10rem;
}

.inaboutico dl:nth-child(1){
    margin-left: 0;
}

.inaboutico dt{
    float: left;
}

.inaboutico dd{
    float: left;
    font-size: 4rem;
    margin-bottom: 1rem;
    color: rgba(225,4,24,1);
    font-weight: bold;
    margin-top: -0.5rem;
    margin-left: 1rem;
}
.inaboutico dd p{
    font-size: 1.6rem;
    font-weight: 200;   
    color: rgba(125,125,125,1);
}
.inabpic{
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.inabpic img{
    border: 15px solid #fff;
}

.inservice{
    width: 100%;
    background: #fff url(../images/service.png) no-repeat center top;
    background-size: contain;
}

.inservice h1{
    background: none;
}

.inservice .insercon{
    text-align: center;
    line-height: 260%;
    font-size: 1.6rem;
}

.inserul li{
    position: relative;
    width: calc(33.33% - 2rem);
    height: 33.2rem;
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 2rem;
}

.inserul li:nth-child(1){
    margin-left: 0rem;
}

.inserul li p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    background-color: rgba(225, 4, 24, 0.8);
    width: 60%;
    height: 18rem;
    text-align: center;
    line-height: 18rem;
}

.inserul li:nth-child(3) p{
    background-color: rgba(255, 180, 0, 0.8);
}

.inserul li:nth-child(2) p{
    background-color: rgba(4, 78, 170, 0.8);
}

/*首页应用*/

.inyingypic{
    width: 100%;
    min-height: 10rem;
    background: #fff url(../images/yingyongbg.jpg) no-repeat center top;
    padding-bottom: 12rem;
}

.inyingypic ul.inyyul{
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.inyingypic ul li:nth-child(1){
    width: 50%;
    height: 65.5rem;
    display: block;
    float: left;
    margin-left: 0;
}

.inyingypic ul li{
    width: calc(25% - 1.5rem);
    height: 32rem;
    display: block;
    float: left;
    margin-left: 1.5rem;
    margin-top: 1.5rem;
    overflow: hidden;
}

.innews dl{
    width: 49%;
    display:block;
    float: left;
    margin-left: 2%;
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.innews dl:nth-child(1){
    margin-left: 0;
}

.innews dl dd i{
    background: rgba(225,4,24,1);
    width: 6rem;
    height: 0.3rem;
    display: block;
    margin: 2rem 0;
}

.innews dl dt{
    font-size: 1.8rem;
    color: rgb(107 107 107);
    line-height: 2;
}

.innews dl dd.innewstitle{
    font-size: 3rem;
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
}

.innews dl dd.innewstitle a{
    color: #333333;
}


.innews dl dd.innewsdes{
    font-size: 1.6rem;
    color: rgba(107,107,107,1);
    line-height: 2;
}

.innews dl dd.innewsmore{
    font-size: 1.8rem;
    color: rgba(77, 77, 77, 1);
    border: 1px solid #ccc;
    max-width: 16rem;
    padding: 1rem 0;
    margin-top: 6rem;
    text-align: center;
}

.innews dl dd.innewsmore a{
    color: rgba(77, 77, 77, 1);
}









/*底部css*/
.foot{
    width: 100%;
    min-height: 10rem;
    background: #1e1e1e;
    margin-top: 5rem;
}

.footer dl dt{
    line-height: normal;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 2rem 0; 
}

.footer dl dt img{
    width: 100%;
    border-radius: 0.5rem;
}


.footer dl dd{
    line-height: 300%;
    color:#A9A9A9;
}

.footer dl dd span img{
    width: 15rem;
}


.footer dl {
    color: rgba(255,255,255,1);
    display: block;
    padding-top: 4rem;
    float: left;
    width: 20%;
}

.footer dl:nth-child(1){
    width: 30%;
}

.footer dl:nth-child(1) dd{
    display: block;
    float: left;
}

.footer dl:nth-child(1) dd:nth-last-child(1){
   
    float: left;
    
}

.footer dl:nth-child(1) dd img{
      
border-radius: 0.5rem;
}



.footer dl a{
    color:#A9A9A9;
}

.footer dl:nth-last-child(1){
    /* float: right; */
    margin-left: 0;
    width: 12%;
}

.footercon{
    width: 20rem;
    /* height: 47rem; */
    background: #008fd7;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 20%;
    padding: 1rem 0;
    color: #fff;
}


.fcontxt em{
    display: block;
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #fff;
}

.fcontxt img{
    display: block;
    margin: 0 auto;
}

.copyrigt{
    border-top: 1px solid #c1c1c1;
    height: 8rem;
    line-height: 8rem;
    margin-top: 3rem;
    color:#D3D3D3
}

.copyrigt span{
    text-align: right;
}

.aboutpic em{
    display: block;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: center;
}

.aboutpic p{
    text-align: center;
}

.guanbi{
    width: 4rem;
    position: fixed;
    z-index: 9999;
    right: 8rem;
    margin: 0 auto;
    margin-top: 2.5rem;
}


.footkefu{
    /* height: 47rem; */
    width: 4rem;
    background: #fff;
    position: fixed;
    z-index: 9999;
    right: 1rem;
    bottom: 10%;
    padding: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: 0px 5px 08px rgba(0,0,0,0.3);
}




