input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

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

p {
    margin: 0;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container2 {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container2 {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container2 {
        width: 1170px
    }
}

@media (min-width: 1400px) {
    .container2 {
        width: 1370px
    }
}

@media (min-width: 1600px) {
    .container2 {
        width: 1570px
    }
}

/*顶部导航*/
.pro_cate {
    width: 300px;
    float: left;
    background: #2b84d3;
    height: 65px;
    margin-right: 3.30208333%;
}

.pro_cate>h3 {
    text-align: center;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    position: relative;
}

.pro_cate>h3::before{
    position: absolute;
    left: 45px;
    top: 27px;
    width: 14px;
    height: 12px;
    content: "";
    background: url(../images/muu.png) no-repeat center center;
}

.pro_cate>h3 .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: url(../images/up.png) center center no-repeat;
}

.pro_cate .sortxx {
    position: relative;
    z-index: 99999;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    padding: 20px 30px;
}

.sortxx>li {
    position: relative;
}

.sortxx>li>a{
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.sortxx>li>a:hover{
    color: #0e73cd;
}


@media (max-width:1200px){
    .pro_cate{
       width:220px;
       margin-right: 1.30208333%;
    }
  
   .pro_cate>h3{
      font-size:16px;
   }
   
   .pro_cate>h3::before{
       left:30px;
   }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}




/*主体样式*/

.c1_index{
    position: relative;
    padding: 5.30208333% 0;
}

.ttt1{
    text-align: center;
}

.ttt1 h3{
    font-size: 60px;
    color: #0e73cd;
    font-weight: bold;
}

.ttt1 h3 span{
    color: #ffba00;
}

.ttt1>p{
    font-size: 36px;
    color: #0e73cd;
}

@media (max-width:1200px){
    .ttt1 h3{
        font-size:40px;
    }
    .ttt1>p{
        font-size: 26px; 
        padding-top:10px;
    }
}

@media (max-width:992px){
      .ttt1 h3{
        font-size:30px;
    }
    
    .ttt1>p{
        font-size: 20px; 
    }
}

@media (max-width:768px){
      .ttt1 h3{
        font-size:20px;
    }
    
     .ttt1>p{
        font-size: 16px; 
    }
}


.c11_list{
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.c11_list li{
    text-align: center;
    width: 15.6666%;
    background: #0e73cd;
    border-radius: 10px;
    padding: 3% 2.5%;
}

.c11_list li a{
    display: block
}

.c11_list li img{
    max-width: 100%;
}

.c11_list li h3{
    font-size: 30px;
    color: #fff;
    padding: 20px 10%;
}

.c11_list li span{
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,.37);
    font-family: "Arial";
}

@media (min-width:1200px){
    .c11_list li:nth-child(2n){
      margin-top: 80px;
    }
    
    .c11_list li{
       height: 280px;
    }
}


@media (max-width:1200px){
    .c11_list{
        flex-wrap:wrap;
        margin-top:30px;
    }
    
    .c11_list li{
        padding:3% 1%;
    }
    
    .c11_list li h3{
        font-size:16px;
    }
    
    .c11_list li span{
        font-size:12px;
    }
}

@media (max-width:768px){
    
     .c11_list{
         margin-top:15px;
     }
    
    .c11_list li{
        width:31.333%;
        margin-bottom:2%;
    }
    
    .c11_list li h3{
        padding:15px 10%;
    }
}


/*c2_index*/
.c2_index{
    position: relative;
    background: #ececec;
    padding: 5.30208333% 0;
}

.ttt2{
    text-align: center;
}

.ttt2 i{
    font-style:inherit;
    position: relative;
    font-family: "Arial";
    font-size: 18px;
    color: #4b4b4b;
    display: block;
    background: url(../images/i_bg.png) no-repeat center center;
}

.ttt2 h3{
    font-size: 48px;
    color: #0e73cd;
    font-weight: bold;
    margin: 5px 0 10px;
}

.ttt2 h3 span{
    color: #ffba00;
}

.ttt2>p{
    font-size: 24px;
    color: #fff;
    background: url(../images/p_bg.png) no-repeat center center;
    line-height: 49px;
}

.c22_list{
    position: relative;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.c22_list li{
    width: 31.33%;
    background: #fff;
    padding: 50px;
    transition: .3s;
}

.c22_list li a.img{
    display: block
}


.c22_list li .time{
    position: relative;
    display: table;
    margin-bottom: 30px;
}

.c22_list li .time img{
   display: table-cell;
   vertical-align: middle;
    max-width: 100%;
    margin-right: 15px;
}

.c22_list li .time h3{
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    color: #0e73cd;
    font-weight: bold;
}

.c22_list li .time h3 span{
    display: block;
    font-size: 16px;
    font-family: "Arial";
    color: #4d4d4d;
    font-weight: 400;
    padding-top: 6px;
}

.c22_list li h4{
    font-size: 16px;
    color: #8e8e8e;
    line-height: 2;
}

.c22_list li:hover{
    background: #0e73cd;
}

.c22_list li:hover .time h3,
.c22_list li:hover .time h3 span,
.c22_list li:hover h4{
    color: #fff;
}



@media (max-width:1400px){
    .c22_list li{
        padding:40px;
    }
}


@media (max-width:1200px){
    .c22_list li{
        padding:30px;
    }
    
    .c22_list li .time h3{
        font-size:24px;
    }
    
     .c22_list li .time h3 span{
         font-size:14px;
     }
     
     .c22_list li h4{
         font-size:14px;
     }
     
     .ttt2 i{
         font-size:15px;
     }
     
     .ttt2 h3{
         font-size:30px;
     }
     
     .ttt2>p{
         font-size:20px;
     }
     
     .c22_list{
         margin-top:30px;
     }
     
}

@media (max-width:992px){
     .c22_list li .time h3{
        font-size:20px;
          white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    
    .c22_list li .time h3 span{
          white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    
}

@media (max-width:768px){
    .c22_list{
        flex-wrap:wrap;
    }
    .c22_list li{
        width:100%;
        margin-bottom:15px;
    }
    
    .ttt2 h3{
        font-size:20px;
    }
    
    .ttt2>p{
        font-size:16px;
        line-height:35px;
    }
    
    .c22_list li{
        padding:20px;
    }
    
    
    .c22_list li .time{
        margin-bottom:15px;
    }
    
}


/*c3_index*/
.c3_index{
    position: relative;
    background: #0e73cd;
    padding: 1.30208333% 0;
}

.digital{
    position: relative;
    display: flex;
    justify-content: center;
}

.digital li{
    width: 25%;
    text-align: center;
    position: relative;
}

.digital li+li::before{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 95px;
    content: "";
    width: 1px;
    background: #67a7df;
}

.digital li .inner { text-align: center; }
.digital li .timer { font-size: 65px; color: #fff;line-height:1; }
.digital li .adorn { font-size: 65px; color: #fff; line-height:1; }
.digital li p { font-size: 18px; color: #fff; padding-top:20px;}


@media (max-width:1200px){
    .digital li .timer,.digital li .adorn{
        font-size:50px;
    }
    
    .digital li p{
        padding-top:15px;
        font-size:16px;
    }
    
    .digital li+li::before{
        height:80px;
    }
}

@media (max-width:768px){
     .digital li .timer,.digital li .adorn{
        font-size:40px;
    }
    
    .digital li p{
        padding-top:10px;
        font-size:14px;
    }
    
    .digital li+li::before{
        display:none;
    }
}


@media (max-width:450px){
     .digital li .timer,.digital li .adorn{
        font-size:25px;
    }
    
    .digital li p{
        padding-top:5px;
        font-size:12px;
    }
}



/*x-product*/
.pro_contt{
    position: relative;
    margin-top: 3.125%;
}

.sort1{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    float: left;
    width: 33%;
}

.sort1 li{
    width: 48%;
    background: #0e73cd;
    margin-bottom: 12px;
    text-align: center;
    transition: .3s;
    display: table;
}

.sort1 li a.img{
    display: block;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.sort1 li a.img h3{
    font-size: 18px;
}

.sort1 li a.img span{
    display: block;
    font-family: "Arial";
    font-size: 14px;
    padding-top: 5px;
      white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.sort1 li:hover{
    background:#ffba00;
}


@media (min-width:1400px){
    .sort1 li{
         height: 95px;
         display: table;
    }
    
    .sort1 li a.img{
         display: table-cell;
        vertical-align: middle;
    }
}

.x-product-list .slick-dots {
    position: relative;
    z-index: 999;
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}

.x-product-list .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    outline: none;
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 50%;
    margin: 0 10px;
    background: #c9c9c9;
    cursor: pointer;
}

.x-product-list li.slick-active{
      background: #0e73cd;
}

.x-product-list .slick-dots li button {
    font-size: 0;
    background: none;
    outline: none;
    border: none;
}

@media (max-width:1600px){
    .sort1 li{
        height:80px;
    }
}


@media (max-width:1400px){
    .sort1 li{
        height:65px;
    }
}

@media (max-width:1200px){
    .sort1 li{
        height:55px;
    }
    
    .sort1 li a.img h3{
        font-size:16px;
    }
    .sort1 li a.img span{
        padding-top:0;
    }
}

@media (max-width:992px){
    .sort1{
        width:100%;
    }
    
    .x-product-list{
        width:100%;
    }
    
    .x-product-list .slick-dots{
        margin-top:5px;
    }
}


/*c4_index*/
.c4_index{
    position: relative;
    background: #ececec;
    padding: 5.16666667% 0;
}

.ttt3{
    text-align: center;
}

.ttt3 i{
    font-style: inherit;
    font-family: "Arial";
    font-size: 18px;
    color: #4b4b4b;
}

.ttt3 h3{
    color: #3f3f3f;
    font-size: 48px;
    font-weight: bold;
}

.sort2{
    position: relative;
    margin: 3% 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sort2 li{
    width: 10%;
    background: #959595;
    transition: .3s;
    margin: 0 3px 6px;
    border-radius:10px;
}

.sort2 li a{
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 1.5vh 0;
}

.sort2 li:hover{
    background: #0e73cd;
}

.c4_list22{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c4_list22 li{
    padding: 12px;
    background: #fff;
    width: 31%;
    transition: .3s;
}

.c4_list22 li a{
    display: block;
}

.c4_list22 li .img{
    overflow: hidden;
}

.c4_list22 li .img img{
    width: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.c4_list22 li h3{
    text-align: center;
    font-weight: 400;
    color: #4b4b4b;
    font-size: 18px;
    padding-top: 10px;
    line-height: 2;
}

.c4_list22 li:hover{
    background: #0e73cd;
}

.c4_list22 li:hover .img img{
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

.c4_list22 li:hover h3{
    color: #fff;
}





@media (max-width:1024px){
    .sort2 li{
        width:15%;
        margin-bottom:5px;
    }
    .sort2 li a{
        font-size:14px;
        padding:.8vh 0;
    }
    .ttt3 h3{
        font-size:35px;
    }
    
}

@media (max-width:768px){
    .sort2{
        margin: 5% 0;
    }
    .sort2 li{
        width:20%;
        margin-bottom:10px;
    }
    .sort2 li a{
        font-size:12px;
    }
    
     .ttt3 h3{
        font-size:25px;
    }
    .c4_list22{
        flex-wrap:wrap;
        
    }
    .c4_list22 li{
        width:48%;
        margin-bottom:10px;
    }
    
    .c4_list22 li h3{
        font-size:15px;
    }
}

/*c5_index*/
.c5_index{
    position: relative;
    padding: 5.16666667% 0;
}

.c5_left{
    float:left;
    width: 46%;
}

.c5_left h3 span{
    display: block;
    font-size: 30px;
    color: #0e73cd;
    font-weight: 400;
    margin-bottom: 5px;
}

.c5_left h3{
    padding-top: 20px;
    color: #0e73cd;
    font-size: 36px;
    font-weight: bold;
}

.c5_left .jj{
    color: #606060;
    font-size: 14px;
    line-height: 2.2;
    padding: 4% 0
}

.c5_left .abb_list{
    position: relative;
    width: 80%;
    padding: 3% 0;
}
.c5_left .abb_list a{
    display: inline-block;
    line-height: 50px;
    width: 31%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: #0e73cd;
}

.c5_left .abb_list a:hover{
    background: #ffba00;
}

.c5_left .img22{
    padding: 3% 0;
    max-width: 100%;
}

.c5_right{
    float: right;
    width: 50%;
    overflow: hidden;
}

.c5_right li{
    position: relative;
}
.c5_right li a.img{
    display: block;
}

.c5_right li img{
    width: 100%;
}

.c5_right li a.img h3{
    position: absolute;
    bottom: 0px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    background: rgba(14,115,205,.8);
    z-index: 9999;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.c5_right .slick-prev,.c5_right .slick-next{
    position: absolute;
    outline: none;
    background: none;
    border: none;
    width: 34px;
    height: 44px;
    top: 50%;
    font-size: 0;
    z-index: 9999;
}


.c5_right .slick-prev{
    left: 0px;
    background: url(../images/abb_prev.png) no-repeat center center;
}


.c5_right .slick-next{
    right: 0px;
    background: url(../images/abb_next.png) no-repeat center center;
}

@media (max-width:1024px){
    .c5_left{
        width: 100%;
        float: none;
    }
    
    .c5_right{
         width: 100%;
        float: none;
    }
}


@media (max-width:768px){
    .c5_left h3{
        font-size:22px;
    }
    
     .c5_left h3 span{
         font-size:18px;
     }
     
     .c5_left .abb_list a{
         line-height:40px;
     }
     
     .c5_right li a.img h3{
         font-size:15px;
         padding: 0 10px;
     }
}



/*c6_index*/
.c6_index{
    position: relative;
    background: #0e73cd;
    padding: 2.16666667% 0 3.16666667%;
}

.c6_tt{
    float: left;
    width: 20%;
}

.c6_tt h1{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 15px;
}

.c6_tt h3{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
}

.c6_list{
    position: relative;
    float: right;
    width: 78%;
    display: flex;
    justify-content: space-between;
}

.c6_list li{
    text-align: center;
    width: 12.6666%;
    position: relative;
}

.c6_list li+li::before{
    position: absolute;
     left: -25%;
    top: 40%;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/jian.png) no-repeat left center;
}

.c6_list li a.img{
    display: block;
    border: 1px solid #67a7df;
    border-radius: 5px;
    padding: 10%;
}

.c6_list li a.img h3{
    color: #fff;
    font-size:36px;
    font-weight: bold;
}

.c6_list li i{
    display: block;
    font-style: inherit;
    width: 49px;
    height: 49px;
    background: #fff;
    border-radius: 50%;
    line-height: 49px;
    color: #0e73cd;
    font-family: "Arial";
    font-size: 30px;
    font-weight: bold;
    margin: 15px auto -35px;
}

@media (max-width:1200px){
    .c6_tt h1{
        font-size:36px;
    }
    
    .c6_list li a.img h3{
        font-size:26px;
    }
}


/*新闻资讯*/


.news_qie{
    position: relative;
}

.news_qie .slick-prev,.news_qie .slick-next{
    display: none!important;
}

.x-news-list{
    position: relative;
}

.x-news-list li {
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    transition: .3s;
}

.xgg_shi {
     position: relative;
}

.xgg_shi_t {
    font: 400 36px/42px "Arial";
    color: #a4a4a4;
}

.xgg_shi_nian {
    font: 400 14px/1.5 "Arial";
    color: #a4a4a4;
}

.xgg_nei{
    position: relative;
}

.xgg_nei_ty a {
    font: 400 16px/28px "Microsoft Yahei";
    color: #444444;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.xgg_nei_rong {
    font: 400 14px/22px "Microsoft Yahei";
    color: #9b9b9b;
    margin-top: 8px;
    text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
}


.x-news-list li:hover{
    background: #0e73cd;
}

.x-news-list li:hover .xgg_shi_t,
.x-news-list li:hover .xgg_shi_nian,
.x-news-list li:hover .xgg_nei_ty a,
.x-news-list li:hover .xgg_nei_rong{
    color: #fff;
}


@media (min-width: 1200px) {
    .x-news-list li{
         padding: 18px 35px 18px 25px;
    }
}

@media (max-width: 992px) {
    .x-news-list li{
         padding: 10px 25px 10px 15px;
         margin-bottom:0;
    }
}



@media (min-width: 1024px) {
    .xgg_shi {
        width: 135px;
    }

    .xgg_nei {
        width: calc(100% - 135px);
    }
}


@media (min-width: 992px) and (max-width: 1024px){
    .xgg_shi {
        width: 100px;
    }

    .xgg_nei {
        width: calc(100% - 135px);
    }
    
    .xgg_shi_t{
        font-size:25px;
    }
    
}







