.wrap{
    width:1200px;
    margin:0 auto;
}

.header{
    height:120px;
}

.header .fr>ul>li{
    float: left;
    margin-left:40px;
   
   
    position: relative;
}
.header .fr>ul>li.active{
    border-bottom:4px solid rgba(29,104,154,1);
}
.header .fr>ul>li.active a{
    color:rgba(29,104,154,1);
}

.header .fr>ul>li a{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:28px;
    padding-bottom:10px;
    display:inline-block;
}
.header .fr .tel{
    text-align:right;
    padding-top:16px;
    margin-bottom:20px;
    
}
.header .fr .tel p{
    display:inline-block;
    font-size:12px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
}
.header .fr .tel p span{
    font-size:18px;
}

.header .fr .tel form{
    width:190px;
    height:26px;
    display:inline-block;
    background:rgba(255,255,255,1);
    border:1px solid rgba(229,229,229,1);
    border-radius:13px;
    margin-left:15px; 
}
.header .fr .tel form input{
    width:150px;
    height:20px;
    line-height:20px;
    margin-top:2px;
    background: none;
}
.header .fr .tel form button{
    height:20px;
    width:30px;
    background:url(../images/search.png) no-repeat center center;
}
.banner,.banner img{
    width:100%;
    display:block;
}
.banner .swiper-pagination-bullet{
    width:28px;
height:4px;
background:rgba(255,255,255,0.5);
opacity:0.5;
border-radius:4px;
margin:0 5px !important;
}

.banner .swiper-pagination-bullet-active{
    background:rgba(255,255,255,1);
}



.commontitle{
    text-align:center;
}
.commontitle h2{
    font-size:36px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    padding-bottom:10px;
    color:#333333;
    background:url(../images/bg.png) no-repeat bottom center;
}

.commontitle p{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(153,153,153,1);
    margin-top:15px;
}

.indexproduct{
    padding:70px 0;
    background:#f8f9fa;
}


.indexproduct .content li{
    float:left;
    width:380px;
    height:260px;
    position: relative;
    margin:0 30px 30px 0;
}

.indexproduct .content li .layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
   padding:10px;
    background: rgba(0,0,0,0.6);
    opacity: 0;
}
.indexproduct .content li:hover .layer{
    opacity: 1;
}
.indexproduct .content li .layer span{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,254,254,1);
    line-height:28px;
    text-align:center;
}
.indexproduct .content li .layer p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,254,254,1);
    line-height:24px;
    text-align:justify;
    display:block;
}
.indexproduct .content li .layer img{
    display:block;
    margin:10px auto;
}
.indexproduct .content{
    margin-top:75px;
}
.indexproduct .content li .photo{
    width:380px;
    height:260px;
    background:rgba(238,238,238,1);
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
}
.indexproduct .content li .photo img:first-child{
    display:block;
    margin:0 auto;
    max-width:70%;
    max-height:200px;
}
.indexproduct .content li .photo img:last-child{
     top:10px;
     left:10px;
    position: absolute;
    width:63px;
}
.indexproduct .content li:nth-of-type(3n){
    margin-right:0;
}
.indexproduct .content li span{
    display:block;
    text-align: center;
    font-size:16px;
font-family:PingFang;
margin:20px 0;
font-weight:bold;
color:rgba(102,102,102,1);
}

.indexproduct .content li p{
    font-size:14px;
font-family:PingFang;
font-weight:400;
color:rgba(153,153,153,1);
}


.indexnews a.more,.indexproduct a.more,.indexabout .content .fl a.more{
    width:140px;
    height:36px;
    line-height:36px;
    display:block;
    margin:0 auto;
    font-size:14px;
font-family:Arial;
font-weight:400;
color:rgba(153,153,153,1);
  text-align:center;
    border:1px solid rgba(229,229,229,1);
    background:url(../images/arrow.png) no-repeat right 15px center;
  
}
.indexabout .content .fl a.more{
    margin:40px 0 0 0;
}
.indexabout .content .fr{
    width:50%;
}
.indexabout .content .fr .blue{
    width:460px;
    height:460px;
    background:rgba(0,71,157,1);
    float:right;
}
.indexabout .content .fr .video{
    width:80%;
    height:400px;
    position: relative;
}
.indexabout .content .fr .video video,.indexabout .content .fr .video .video-box{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    position: absolute;
    top:30px;
}

.swiper-father{
    position: relative;
    margin-top:30px;
}

.indexabout .swiper-container{
    width:1200px;
}
.indexabout .swiper-slide img{
    width:100%;
    height:157px;
}
.indexabout .swiper-slide  p{
    font-size:14px;
    font-family:Adobe Heiti Std;
    font-weight:normal;
    color:rgba(102,102,102,1);
    line-height:28px;
    text-align:center;
}
.indexabout .swiper-button-prev{
    background:url(../images/prev.png) no-repeat center center;
    width:104px;
    height:46px;
    left:15%;
}
.indexabout .swiper-button-next{
    background:url(../images/next.png) no-repeat center center;
    width:104px;
    height:46px;
    right:15%;
}

.indexabout .commontitle{
    margin-bottom:60px;
}
.indcustry ul{
    margin-top:68px;
}
.indcustry  li{
    float:left;
    width:280px;
height:300px;
padding:50px 60px 0;
box-shadow:0px 0px 9px 1px rgba(134,188,224,0.2);
border-radius:5px;
margin-right:26px;
box-sizing: border-box;
}
.indcustry  li:nth-of-type(4n){
    margin-right:0;
}
.indcustry  li:hover{
    background:rgba(29,104,154,1);
}
.indcustry  li i{
    height:42px;
    display:block;
}

.indcustry  li img{
    display:block;
    margin:0 auto;
}
.indcustry  li span{
    font-size:24px;
    display:block;
    text-align:center;
    margin:34px 0 50px;
    font-family:PingFang;
    font-weight:bold;
    color:rgba(51,51,51,1)
}

.indcustry  li p{
    font-size:14px;
    font-family:PingFang;
    font-weight:400;
    height:63px;
    overflow: hidden;
    color:rgba(51,51,51,1);
}
.indcustry  li a{
    width:94px;
    display:block;
    height:25px;
    line-height:25px;
    text-align:center;
    font-size:14px;
font-family:PingFang;
font-weight:500;
color:rgba(29,104,154,1);
margin:0 auto;
display:none;
    background:rgba(255,255,255,1);
    border-radius:3px;
}
.indcustry  li  i img:last-child{
    display:none;
}
.indcustry  li:hover  i img:last-child,.indcustry  li:hover a{

    display:block;

}
.indcustry  li:hover  i img:first-child,.indcustry  li:hover p{
    display:none;
}

.indcustry a.more{
    width:99px;
    height:30px;
    line-height:30px;
    border:1px solid rgba(29,104,154,1);
    border-radius:3px;
    margin:75px auto 0;
    display:block;
    text-align:center;
    font-size:14px;
font-family:PingFang;
font-weight:500;
color:rgba(29,104,154,1);

}
.indexsolution{
    padding:45px 0 92px;
}
.indexsolution .fl,.indexsolution .fr{
    width:50%;
}

.indexsolution .fl img{
    width:100%;
}
.indexsolution .commontitle{
  margin-bottom:50px;
}

.indexsolution .fl{
    width:66%;
}
.indexsolution .fr{
    width:32%;
}

.indexsolution .list li{
    height:200px;
background:rgba(248,249,250,1);
border:1px solid rgba(227,231,236,1);
margin-bottom:20px;
padding:36px 0 0 25px;
box-sizing: border-box;
position: relative;
}

.solution .list li{
    height:auto;
    padding:0;
}

.solution .list li img{
    width:100%;
    height:205px;
}
.solution .list li .text{
    padding:35px 25px;
}
.solution .list li .text span.detail{
    font-size: 14px;
    color: #999;
    font-weight:normal;
    margin-top:5px;
    display:block;
}
.indexsolution .list li i{
    position: absolute;
    right:0;
    top:0;
    width:34px;
    height:34px;
    font-size:12px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(255,254,254,1);
font-style:normal;
text-align:right;
line-height:34px;

    background:url(../images/sj.png) no-repeat center center;
}
.indexsolution .fr li:nth-of-type(2) i{
    background:url(../images/sj1.png) no-repeat center center;
}
.indexsolution .list li span{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    
}
.indexsolution .list li span.line{
    display:block;
    width:30px;
height:2px;
background:rgba(160,160,160,1);
margin-top:20px;
}
.indexsolution .list li p{
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:#666;
height:48px;
overflow: hidden;
line-height:24px;
margin-top:20px;
}
.indexsolution .list li a{
    font-size:14px;
    color:#999;
}

.indexsolution  .swiper-slide{
    position: relative;
}

.indexsolution  .swiper-container1 .swiper-slide img{
    width:100%;
    height:420px;
    display:block;
}
.indexsolution  .swiper-container1 .swiper-slide p{
    position: absolute;
    bottom:0;
    width:100%;
    height:50px;
    line-height:50px;
background:rgba(0,60,124,0.7);
font-size:18px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(255,255,255,1);
padding-left:20px;
}
.indexsolution  .swiper-container1 .swiper-pagination {
    width:40%;
    text-align:right;
    position: absolute;
    bottom:0;
    height:50px;
    line-height:50px;
    right:0;
    left:auto;
}

.indexsolution  .swiper-container1 .swiper-pagination-bullet-active{
    background:#fff !important
}
.indexsolution  .swiper-container1 .swiper-pagination span{
    width:16px;
height:16px;
background:rgba(255,255,255,0);
border:1px solid rgba(255,255,255,1);
border-radius:50%;
}

.indexsolution  .bottom li{
    float:left;
    width:386px;
    margin-right:20px;
}
.indexsolution  .bottom li:nth-of-type(3n){
    margin-right:0;
}
.indexnews{
    padding:50px 0 40px;
    background: #f8f8f8;
}

.indexnews h2{
    color:rgba(29,104,154,1);
}


.indexnews .content{
    margin-top:70px;
}

.indexnews .content .fl{
     width:48%;
}

.indexnews .content .fl img{
    width:100%;
}

.indexnews .content   .fl .text{
    padding: 30px 35px 25px;
   
}

.indexnews .content   .text span.time{
    font-size:12px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,0.5);
line-height:20px;

}
.indexnews .content   .text span.detail{
    width:80px;
height:25px;
background:rgba(255,255,255,0);
border:1px solid rgba(210,210,210,1);
opacity:0.5;
border-radius:13px;
display:inline-block;
font-size:12px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
line-height:20px;
text-align:center;
margin-top:20px;
}
.indexnews .content   .text  p.p1{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
margin-bottom:8px;
}

.indexnews .content   .text  p.p2{
    font-size:12px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,0.5);
line-height:20px;

}

.indexnews .content .fr{
    width:46%;
    margin-left:62px;
    box-sizing: border-box;
    float:left !important;
}

.indexnews .content .fr li{
    padding:30px 35px 25px;
    margin-bottom:20px;
    border:1px solid rgba(238,238,238,1);
}
.indexnews .content .fr li:hover{
    background:rgba(29,104,154,1);
box-shadow:0px 9px 8px 0px rgba(63,155,217,0.39);
}
.indexnews .content .fr li:hover p.p1,.indexnews .content .fr li:hover p.p2,.indexnews .content .fr li:hover span{
    color:#fff;
}


.ads{
    background:url(../images/bg2.png) no-repeat center center;
    position: relative;
}
.ads .wrap{
    position: relative;
}
.ads div.fl{
    width:430px;
    padding:20px 0 40px;
}
.ads img.fl{
    margin-top:40px;
    margin:40px 0 0 110px;
}
.ads .fl p.p1{
    font-size:24px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(255,255,255,1);
}
.ads .fl p.p2{
    font-size:20px;
    font-family:Microsoft YaHei;
    color:rgba(255,255,255,1);
}
.ads .fl p.en{
    font-size:10px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,0.5);
    line-height:14px;
  
}
.ads .fr{
    height:236px;
    background:rgba(183,175,49,1);
    width:303px;
    position: absolute;
    right:0px;
    top:-30px;
    padding-top:30px;
    box-sizing: border-box;
}
.ads .fr img{
    display:block;
    margin:0 auto 30px;
}
.ads .fr  span{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:36px;
    display: block;
    text-align: center;
}
.ads .fr  p{
    font-size:30px;
    font-family:FZCQJW;
    font-weight:normal;
    color:rgba(255,255,255,1);
    line-height:36px;
    text-align: center;
}

.indexabout{
    padding:50px 0 70px;
}

.indexabout .content{
    background:rgba(255,255,255,1);
    border:1px solid rgba(238,238,238,1);
}

.indexabout .content .fl{
    width:48%;
    padding:35px 0 0 30px;
}
.indexabout .content .fl .item{
    padding-bottom:30px;
    border-bottom:1px solid rgba(229,229,229,1);
}
.indexabout .content .fl .item p.ch{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    
}
.indexabout .content .fl .item p.en{
    font-size:12px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(153,153,153,1);
line-height:16px;
}

.indexabout .content .fl  .text{

    padding-top:30px;
  
}
.indexabout .content .fl  .text p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
    text-indent:2em;

}
.partner .first{
    border:1px solid #ededed
}
.partner .first li{
    float:left;
    width:20%;
    box-sizing: border-box;
    height:236px;
    border-right:1px solid #ededed;
    display:flex;
    align-items: center;
    justify-content: center;
}
.partner .first li img{
    display:block;
    max-width:100%;
    max-height:236px;
}
.partner  .link{
    padding-bottom:54px;
}
.partner  .link span{
    font-size:16px;
font-family:PingFang;
font-weight:bold;
color:rgba(51,51,51,1);
margin-top:16px;
display:block;
margin-bottom:15px;
}
.partner  .link li{
    font-size:14px;
    font-family:PingFang;
    font-weight:400;
    color:rgba(153,153,153,1);
    float:left;
    margin-right:45px;
}
.partner  .link li a{
    font-size:14px;
    font-family:PingFang;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.partner  .content{
    margin-top:40px;
}

.partner  h2 span{
    color:#F27429;
}
.footer{
    background:rgba(34,34,34,1);
}

.footer .top{
    padding:40px 0;
}

.footer .top>img{
    margin-right:220px;
}
.footer .top dl{
    width:350px;
}
.footer .top dt{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(253,254,255,1);
    line-height:24px;
    padding-bottom:25px;
    margin-bottom:30px;
    border-bottom:1px solid rgba(59,59,59,1);
}
.footer .top dd{
    margin:0 60px 25px 0;
}
.footer .top dd:nth-of-type(3n){
    margin-right:0;
}
.footer .top .fr{
    padding-top:5%;
}
.footer .top .fr p{
    text-align:center;
    font-size:16px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(136,136,136,1);
line-height:28px;
margin-top:10px;
}
.footer .top dd a,.footer .top dd ,.footer .top dd div,.footer .top dd span{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(136,136,136,1);
    line-height:28px;
    float:left;

}
.footer .top dd p{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(136,136,136,1);
    line-height:28px; 
}
.footer .top dl.last dd{
    display:flex;
    width:100%;
    margin-bottom:15px;
}
.footer .top dl.last dd>span{
    width:60px;
}
.footer .top dl{
    margin-right:70px;
}
.footer .top dl.fr{
    margin-right:0;
}

.footer .top dl.fr img{
    margin-right:15px;
}

.footer .top dl.fr dd{
    display:flex;
    width:200px;
    align-items: start;
    margin-bottom:10px;
}
.footer .copy{
    height:50px;
    line-height:50px;
    border-top:1px solid rgba(59,59,59,1);
}
.footer .copy p,.footer .copy a{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(136,136,136,1);
 
}
.footer .copy a{
    margin-left:10px;
}
.footer .copy p span{
    margin:0 25px;
}

.submenu{
    height:44px;
    line-height:44px;
    background:rgba(247,247,247,1);
    border-bottom:2px solid rgba(238,238,238,1);
}

.submenu .fl li{
    float:left;
}

.submenu .fl li a{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-right:45px;
    height:50px;
    line-height: 50px;
    display: block;
}
.submenu .fl li a.active{
    color:#1D689A;
    border-bottom:1px solid #1D689A;
}

.submenu .fr span,.submenu .fr a{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.submenu .fr a:last-child{
    color:#333;
}

.about_us{
    padding:40px 0 120px;
   
}
.newslist .commontitle{
    margin-bottom:60px;
}
.about_us .box{
    background: #fff;
  
    min-height:800px;
    padding:48px 0 100px;
}


.about_us .box h2{
    font-size:30px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
text-align:center;
margin-bottom:45px;
}


.about_us .box .content{
    padding:0 36px;
}
.about_us .box .content p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:30px;
}
.about_us .partlist{
    margin:0 66px;
    border:1px solid #ededed;
}

.about_us .partlist li{
    height:300px;
    float:left;
    width:33%;
    display:flex;
    align-items: center;
    justify-content: center;
    border-right:1px solid #ededed;
    border-bottom:1px solid #ededed;
}

.about_us .partlist li img{
    max-width:100%;
    max-height:300px;

}

.about_us .box .honor{
    padding:0 25px;
}

.about_us .box .honor li{
    float:left;
    margin:0 30px 40px 0;
}
.about_us .box .honor li img{
    width:361px;
    height:512px;
}
.about_us .box .honor li:nth-of-type(3n){
    margin-right:0;
}

.about_us .join{
    padding:0 20px;
}
.about_us .join .top{
    position: relative;
}

.about_us .join .top  img{
    width:100%;
}

.about_us .join .top p{
    font-size:36px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(255,255,255,1);
text-shadow:0px 1px 2px rgba(0, 0, 0, 0.4);
position: absolute;
top:35%;
left:33px;
}

.about_us .join  table{
    margin-top:30px;
    width:100%;
}

.about_us .join  table td{
    font-size:16px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(51,51,51,1);
line-height:48px;
text-align:center;
}

.about_us .join  table th{
    background:rgba(248,248,248,1);
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(102,102,102,1);
line-height:48px;
text-align:center;
border-top:1px solid rgba(238,238,238,1);
}
.about_us .join  table th.subs{
    text-align:left;
    padding:30px;
    display:none;
    background:none;
    background-color: rgba(248,248,248,1);

}
.about_us .join  table th.subs:last-child{
    background:none;
}
.about_us .join  table th.subs span,.about_us .join  table th.subs p{
    font-size:14px;
    color:#666;
    line-height:25px;
}
.about_us .join  table td:last-child,.about_us .join  table th:last-child{
    width:300px !important;
}
.about_us .join  table th:last-child{
    background: url(../images/xl.png) no-repeat right 40px center;
    background-color: rgba(248,248,248,1);
}

.about_us .join  table th:last-child.active{
    background: url(../images/sl.png) no-repeat right 40px center;
    background-color: rgba(248,248,248,1);
}

.newslist li{
   float:left;
    vertical-align: top;
    width:32%;
    margin-right:2%;
    margin-bottom:80px;
    box-sizing: border-box;
}
.newslist li img{
    width:100%;
    height:240px;
    display:block;
}
.newslist li:nth-of-type(3n){
    margin-right:0;
}
.newslist li span.item{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:24px;
   display:block;
   margin-bottom:15px;
   width:100%;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
    text-align:left;
}
.newslist li  p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:24px;
    height:72px;
    overflow: hidden;
}

.newslist li span.time{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#56CCE1;
}

.newslist li  .text{
    background: #fff;
    padding:20px 15px 15px;
}
.newslist li span.detail{
    width:110px;
    height:32px;
    line-height: 32px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(220,220,220,1);
    border-radius:16px;
   display:block;
   margin-top:15px;
   font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(102,102,102,1);
text-align:center;
}


.xq_box .xq_title{
    padding-bottom:30px;
    border-bottom:1px dashed #eee;
    font-size:24px;
    text-align:center;
}
.xq_box .xq_title .title_p{
    font-size:24px;
    color:#333;
}

.xq_box  .xq_time_left{
    width:40%;
    float:left;
}
.xq_box .xq_time_left span{
    font-size:14px;
    color:#999;
}
.xq_box .xq_time_left span:last-child{
    padding-left:30px;
    border-left:1px solid #999;
    margin-left:40px;
}
.xq_box .xq_time_left span img{
    margin-right:10px;
}

.xq_box .xq_time_rigth a{
  padding-left:15px;
}
.xq_box .xq_con p{
    font-size:14px;
    line-height:28px;
    margin-bottom:25px;
    color:#333;
}
.xq_box .page1{
    border-top: 1px dashed #eee;
}
 .page1 a{
    border:none;
    font-size:14px;
    color:#777;
    padding:0;
}
.page1 span{
    width:15px;
    height:15px;
    line-height:15px;
    background:#f4f4f4;
    display:inline-block;
}
.page1 .fl span{
    margin-right:15px;
}
.page1 .fr span{
    margin-left:15px;
}
 .xq_con p.fh{
    text-align:right;
    margin:20px 0 10px;
}
.xq_box .page1{
    padding-top:20px;
}
 .xq_box .page1 a:hover{
    color:#d32f2f;
    background:none;
}
.xq_box .xq_title .time{
    font-size:14px;
    color:#999;
}
.xq_box .xq_title{
    margin-bottom:45px;
}
.newslist2{
    margin-top:70px;
}
.newslist2 h2{
    background:rgba(238,238,238,1);
    height:54px;
    line-height:54px;
}


.page{
    margin-top:45px;
    text-align:center;
    height:34px;
}
.page a{
    padding:8px 14px;
    border:1px solid rgba(229,229,229,1);
    border-radius:2px;
}
.page input{
    height:34px;
    line-height:34px;
    border:1px solid rgba(229,229,229,1);
    width:50px;
    border-radius:2px;
    text-align:center;
}
.page a:hover,.page a.active{
    background: #eee;
}





.newsdetail{
    background: #f8f8f8;
    padding:30px 0 60px;
}

.newsdetail .content{
    background: #fff;
    padding:0 30px 50px;
}

.newsdetail .content .item{
    padding:55px 0 40px;
    border-bottom:1px solid rgba(229,229,229,1);
}
.newsdetail .content .item p.title{
    font-size:36px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
text-align:center;
margin-bottom:30px;
}
.newsdetail .content .item p.time{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align:center;
}
.newsdetail .content .text{
    padding-top:40px;
}

.newsdetail .content .text p{
    font-size:16px;
font-family:PingFang;
font-weight:500;
color:rgba(51,51,51,1);
line-height:30px;
}
.newsdetail .content .chapter{
    margin-top:100px;
    padding-top:30px;
    border-top:1px solid rgba(229,229,229,1);
}
.newsdetail .content .chapter .fl span,.newsdetail .content .chapter .fr a{
    width:80px;
height:24px;
line-height:24px;
background:rgba(255,255,255,1);
border:1px solid rgba(210,210,210,1);
border-radius:3px; 
font-size:14px;
font-family:PingFang;
font-weight:500;
color:rgba(51,51,51,1);
text-align:center;
margin-right:20px;
display:inline-block;
}
.newsdetail .content .chapter .fl a{
    display:block;
    margin-top:8px;
}

.newsdetail .content .chapter .fl{
    font-size:14px;
    font-family:PingFang;
    font-weight:500;
  
    color:rgba(51,51,51,1);
    
}
.newsdetail .content .chapter .fl a:hover{
    text-decoration:underline;
}

.contact{
    
    padding:40px 0 110px;
}

.contact .content{
    background: #fff;
    padding:50px 20px 70px;
    box-sizing: border-box;
}

.contact .content h2{
    text-align:center;
    font-size:30px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
text-align:center;
margin-bottom:80px;
}

.contact .content .list{
    margin-left:17px;
    
}
.contact .content .list .info div{
    display:inline-block;
    vertical-align: top;
    margin-left:30px;
}
.contact .content .list .info .code p{
    text-align:center;
    font-size:16px;
    color:#666;
}
.contact .content .list .info .code img{
    width:120px;
}
.contact .content .list .info{
    margin-bottom:15px;
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:#666;
line-height:42px;
}
.contact .content .list .info>img{
    display:inline-block;
    vertical-align: middle;
}
.contact .content h2.ly{
    margin-bottom:50px;
}

.contact .content .mesage input{
    width:48.8%;
    margin-bottom:30px;
    padding-left:10px;
    box-sizing: border-box;
    height:50px;
    margin-right:2%;
    box-sizing: border-box;
    line-height:50px;
    border:1px solid rgba(220,220,220,1);
}
.contact .content .mesage textarea{
    height:220px;
    padding-left:10px;
    box-sizing: border-box;
    width:100%;
    resize:none;
    background:rgba(255,255,255,0);
    border:1px solid rgba(220,220,220,1);
}

.contact .content .mesage input.mg{
    margin-right:0;
}

.contact .content .mesage .btn p.fl{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:18px;
}
.contact .content .mesage .btn p.fl a{
    color:#0030FF
}

.contact .content .mesage .btn button{
    width:200px;
    height:50px;
    line-height:50px;
    background:rgba(0,160,233,1);
    font-size:20px;
font-family:PingFang;
font-weight:bold;
color:rgba(255,255,255,1);
text-align:center;
}
.contact .content .mesage .btn{
    margin-top:20px;
}
.industry{
    background: #f8f8f8;
    padding:70px 0 140px;
}

.industry li{
    width:32%;
    float:left;
    height:300px;
    margin:0 2% 30px 0;
    background:#fff;
    padding-top:66px;
    padding:66px 22px 0;
    box-sizing: border-box;
}

.industry li:nth-of-type(3n){
    margin-right:0;
}

.industry li i{
    display:block;
    height:58px;
}
.industry li i img{
    display:block;
    margin:0 auto;
    max-height:58px;
}

.industry li span{
    font-size:24px;
    font-family:PingFang;
    font-weight:bold;
    color:rgba(51,51,51,1);
    display:block;
    text-align:center;
    margin:20px 0;
}

.industry li  p{
    font-size:14px;
font-family:PingFang;
font-weight:400;
color:rgba(51,51,51,1);
height:40px;
line-height: 20px;
overflow: hidden;
}
.industry ul{
    margin-top:60px;
}


.industry  .commontitle span.line,.productlist .commontitle span.line{
    width:35px;
    margin:0px auto 10px;
}

.industry  .commontitle p,.productlist .commontitle p{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.productlist{
    background: #f8f8f8;
    padding:70px 0;
}

.productlist  .content li .photo{
    background: #fff;
    height:352px;
}

.productlist  .content li{
    width:352px;
    margin-bottom:80px;
}
.productlist  .content li:nth-of-type(3n){
    margin-right:0;
}

.productlist  .content li p{
    padding:0 50px;
}

.productlist  .content li .photo img:last-child{
    width:85px;
}

.productlist  .content li .photo img:first-child{
    max-width:90%;
}


.productlist .service li{
    float:left;
   
background:rgba(255,255,255,1);
border:1px solid rgba(229,229,229,1);
margin-right:4%;
width:48%;
padding:35px 0 40px;
box-sizing: border-box;
}
.productlist .service li:nth-of-type(2n){
    margin-right:0;
}

.productlist .service li img{
    display:block;
    margin:0 auto 30px;
}

.productlist .service li span{
    display:block;
    text-align:center;
    font-size:30px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(29,104,154,1);
display:block;
margin:0 auto 20px;
}

.productlist .service li p{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align:center;
    max-height:48px;
    overflow: hidden;
}
.productlist .service ul{
    margin:40px 0 60px;
}

.productlist .service .photo img,.productlist .service .photo div{
    width:50%;
    background:#fff;
    float:left;
    height:360px;
    box-sizing: border-box;
}

.productlist .service .photo div{
    padding:80px 80px 0 76px;
}

.productlist .service .photo div span{
    display:block;
    font-size:24px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
margin-bottom:34px;
}

.productlist .service .photo div p{
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(102,102,102,1);
margin-bottom:20px;
}


.productdetail{
    background: #f8f8f8;
    padding:30px 0 50px;
}

.productdetail .content{
    background:#fff;
    padding:30px 25px 200px;
}

.productdetail .content .top .fl{
    width:44%;
}
.productdetail .content .top .fr{
    width:52%;
}

.productdetail .content .top .fr p.item{
    font-size:30px;
font-family:PingFang;
font-weight:bold;
color:rgba(51,51,51,1);
padding-bottom:30px;
border-bottom:1px solid  rgba(229,229,229,1);
}
.productdetail .content .bottom{
    margin-top:40px;
    font-size:14px;
font-family:PingFang;
font-weight:400;
color:rgba(51,51,51,1);
}

.productdetail .content .bottom p.item{
 

padding-bottom:15px;
border-bottom:1px solid rgba(229,229,229,1);

}
.productdetail .content .bottom p.item span{
 
    font-size:18px;
    font-family:PingFang;
    font-weight:bold;
    color:rgba(51,51,51,1);
}

.productdetail .page1{
    border-top:1px solid rgba(229,229,229,1);
    margin-top:30px;
    padding-top:30px;
}


.relateproduct{
    margin-top:120px;
}

.relateproduct p{
    font-size:24px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(51,51,51,1);

}
.relateproduct  .swiper-container{
    padding-top:50px;
}
.relateproduct  .swiper-button-prev{
    background:url(../images/prev3.png) no-repeat center center;
    left:auto;
    top:30px;
    right:40px;
    width:24px;
    height:24px;
}
.relateproduct  .swiper-button-next{
    background:url(../images/next3.png) no-repeat center center;
    left:auto;
    top:30px;
    right:0px;
    width:24px;
    height:24px;
}

.solution .swiper-slide img{
    height:205px;
}
.productdetail .content .top .fr .text a.zx{
    width:200px;
height:55px;

line-height:55px;
font-size:18px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(255,255,255,1);
padding-left:90px;
box-sizing: border-box;
background:url(../images/zx.png) no-repeat left 30px center;
background-color:rgba(0,60,124,1);
margin-top:30px;
float:right;
display:block;
}
.productdetail .content .top .fr .text a.down{
    background:url(../images/down.png) no-repeat left center;
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(60,133,253,1);
padding-left:25px;
display:inline-block;
margin-top:10px;
}
.productdetail .content .bottom  .text{
    padding-top:30px;
}
.productdetail .content .top .fr .text p:first-child{
    margin-bottom:30px;
}
.productdetail .content .top .fr .text{
    font-size:14px;
font-family:PingFang;
font-weight:400;
color:rgba(51,51,51,1);
margin-top:30px;
}
.productdetail .content .top .fl .bigphoto{
    background:rgba(247,247,247,1);
    border-radius:5px;
    height:265px;
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:10px;
}
.productdetail .content .top .fl .smallphoto {
    position: relative;
}
.productdetail .content .top .fl .smallphoto .swiper-button-prev{
    background:url(../images/prev2.png) no-repeat center center;
    left:0px;
}
.productdetail .content .top .fl .smallphoto .swiper-button-next{
    background:url(../images/next2.png) no-repeat center center;
    right:0px;
}
.productdetail .content .top .fl .smallphoto .swiper-container{
    width:90%;
    margin:0 auto;
}
.productdetail .content .bottom .fr .text{
    margin-top:30px;
}
.productdetail .content .top .fl .bigphoto img{
    width:100%;
    height:100%;
}
.productdetail .content .top .fl .smallphoto .swiper-slide{
    background:rgba(247,247,247,1);
    height:75px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.productdetail .content .top .fl .smallphoto img{
 width:100%;
 height:75px;
}
.solution .content .top .fl .smallphoto img{
    height:55px;
}
.productdetail .content .top .fl .smallphoto .swiper-slide.current{
    border:1px solid rgba(29,104,154,1);
}


.aboutour{
    padding:60px 0 120px;
}

.aboutour .commontitle{
    margin-bottom:60px;
}
.aboutour  .text p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
    text-indent:2em;
}

.aboutour  video{
    width:100%;
    height:460px;
    margin-top:70px;
}

.culture h2,.honor h2,.environment h2,.story h2{
    font-size:30px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(51,51,51,1);
line-height:32px;
text-align:center;
}
.story h2{
    color:#fff;
}

.culture  span.line,.honor span.line,.environment span.line,.story span.line{
    width:31px;
height:2px;
background:rgba(67,67,67,1);
display:block;
margin:10px auto;
}
.story span.line{
    background:#fff;
}
.environment p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    text-align:center;
    width:80%;
    margin:40px auto;
}


.culture{
    padding:70px 0 120px;
}

.culture li{
    width:25%;
    float:left;
}

.culture li img{
    display:block;
    margin:0 auto 20px;
}

.culture li span{
    font-size:16px;
font-family:Microsoft YaHei;
font-weight:bold;
color:rgba(51,51,51,1);
line-height:32px;
text-align:center;
display:block;
}
.culture li  p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:32px;
    text-align:center;
    width:170px;
    margin:0 auto;
}

.culture ul{
    margin-top:110px;
}

.honor{
    padding: 70px 0 120px;
    background:rgba(247,247,247,1);
}
.honor .commontitle{
    margin-bottom:60px;
}

.environment{
    padding: 70px 0 120px;
}

.environment li{
    float:left;
    width:390px;
height:215px;
margin-right:15px;
margin-bottom:15px;
}

.environment .swiper-container,.honor  .swiper-container{
    width:1200px;
    margin:0 auto;
}
.environment li:nth-of-type(3n){
    margin-right:0;
}
.environment li img{
    width:100%;
    height:215px;
}

.environment  .swiper-button-prev,.honor  .swiper-button-prev{
    background:url(../images/prev4.png) no-repeat center center;
    left:15%;
}
.environment  .swiper-button-next,.honor  .swiper-button-next{
    background:url(../images/next4.png) no-repeat center center;
    right:15%;
}
.honor li{
    float:left;
    width:280px;
margin-right:25px;
margin-bottom:35px;
}
.honor li img{
    width:280px;
    height:200px;
}
.honor li:nth-of-type(4n){
    margin-right:0;
}

.honor li p{
    text-align:center;
    font-size:14px;
font-family:Microsoft YaHei;
font-weight:400;
color:rgba(51,51,51,1);
line-height:32px;
margin-top:10px;
}

.story{
    background:url(../images/bg3.jpg) no-repeat center center;
    padding:60px 0 100px;
}

.event_box {
	width: 100%;
	margin: 3% auto 0;
	position: relative;
	
}

.event_box .parHd {
	width: 100%;
	display: inline-block;

	position: static;
}

.parHd ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px !important;
}

.parHd .tempWrap {
	margin: 0 auto;
	width: 100% !important
}

.parHd .tempWrap:after {
	content: '';
	width: 85%;
	height: 1px;
	background: #580000;
	position: absolute;
	/* top:33%;*/
	/* right:-140%;*/
	right: 8%;
	top: 35%;
	/* margin-top:-0.5px;*/
	z-index: 10;
}

.parHd li.no_line:before {
	display: none;
}

.parHd img.line {
	position: absolute;
	top:270px;
	left: 60px;
}

.parHd li {
	display: inline-block;
	cursor: pointer;
	padding-top:100px;
	font-size: 16px;
    color: #fff;
    
	position: relative;
	width: 190px;
	margin-right: 35px;
	
}

.parHd li:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 20;
	top: -5px;
	left: 50px;
	margin-left: -12px;
}

.parBd {
    height: 80px;
    text-align:center;
	margin-bottom:100px;
	margin-top: 30px;
}

.parBd span{
	display: inline-block;
	width: 350px;
	vertical-align: middle;
	font-size: 60px;
	color:#fff;
}

.parBd .parBd_text{
	display: inline-block;
	width: 550px;
	vertical-align: middle;
	line-height: 26px;
	text-align: left;
    margin-left: 40px;
    color:#fff;
    font-size: 60px;
	}
div#listBox {
	width: 100%;
}
.sPrev,
.sNext {
	width: 18px;
	height: 35x;
	display: block;
	position: absolute;
	top: 50%;
}

.sPrev {
	left: 0;
}

.sNext {
	right: 0;
}

.sPrev img,
.sNext img {
	transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}

.parHd li.act span {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(../images/about_icon_12.png) no-repeat;
	position: absolute;
	top: 50px;
	left: 80px;
	z-index: 21;
}

.parHd li span,
.parHd li.clone span {
	display: none;
}

.social-share a{padding-left: 0px!important;}