*{margin: 0px;padding: 0px;}
body {
    font: 14px "微软雅黑", Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    color: #666;
    background-color: #fff;
    line-height: 180%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, hr{margin: 0px;padding: 0px;}
a{color: #808080;text-decoration: none;}
a:hover{color: #0d8bd7;text-decoration: none;}

img{border: 0;}
ul{display: block;}
ul, ul li{list-style: none;}
input, select, textarea{vertical-align: middle;font: 12px "Microsoft Yahei", Verdana, Geneva, sans-serif;border: 1px solid #dedede;}
.left{float: left;}
.right{float: right;}
.mt{margin-top: 10px;}
.mr{margin-right: 10px;}
.mb{margin-bottom: 10px;}
.ml{margin-left: 10px;}
.pt{padding-top: 10px;}
.pt2{padding-top:20px;}
.pt3{padding-top:30px;}
.pt4{padding-top:40px;}
.pt5{padding-top:50px;}
.pt6{padding-top:60px;}
.pt7{padding-top:70px;}
.pt8{padding-top:80px;}
.pt9{padding-top:90px;}
.pt10{padding-top:100px;}
.pr{padding-right: 10px;}
.pb{padding-bottom: 10px;}
.pb2{padding-bottom: 20px;}
.pb3{padding-bottom: 30px;}
.pb4{padding-bottom: 40px;}
.pb5{padding-bottom: 50px;}
.pb6{padding-bottom: 60px;}
.pb7{padding-bottom: 70px;}
.pb8{padding-bottom: 80px;}
.pb9{padding-bottom: 90px;}
.pb10{padding-bottom: 100px;}
.pl{padding-left: 10px;}
.wp{margin: 0px auto;}
.cls{font-size: 0px;height: 0px;line-height: 0px;clear: both;}
.wp50{margin: 0px auto; padding: 0px 50px;}
.hs{ background:#eeeeee;}


.x1{ width:100%;  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.x2{ width:100%;   overflow: hidden;  text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  display: -moz-box; -moz-line-clamp: 2;  -moz-box-orient: vertical; word-wrap: break-word; word-break: break-all; white-space: normal;    }
.x3{ width:100%;   overflow: hidden;  text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical;  display: -moz-box; -moz-line-clamp: 3;  -moz-box-orient: vertical; word-wrap: break-word; word-break: break-all; white-space: normal;    }

.zsy-img{ width: 100%; overflow: hidden;  height: 100%;position: relative; text-align: center;}
.zsy-img img{ max-width:100%;   object-fit: contain;}
.zsy-img img.abc {position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; display: block; text-align: center; margin: auto; transition:all 0.36s ease; }
a:hover .zsy-img  img.abc{ transform: scale(1.08);} 




/*===============================字体==========================*/

@font-face {
    font-family: "Raleway-Regular";
    src: url("../font/Raleway-Regular.woff2") format("woff2"),
         url("../font/Raleway-Regular.woff") format("woff"),
         url("../font/Raleway-Regular.ttf") format("truetype"),
         url("../font/Raleway-Regular.eot") format("embedded-opentype"),
         url("../font/Raleway-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  

  
.en{ font-size: 22px; color: #999999; text-transform: uppercase;}
/*===============================首页广告banner==========================*/
/*===============================db_xs==========================*/
.db_xs{width: 60px;height: 60px;position: fixed;right: 0px;bottom: 0px;z-index: 9999;display: none;background: url(../images/xs.gif) no-repeat center center;background-color: #522081;}


@font-face {
  font-family: "iconfont"; /* Project id 4749932 */
  src: url('../font/iconfont.woff2?t=1733792677133') format('woff2'),
       url('../font/iconfont.woff?t=1733792677133') format('woff'),
       url('../font/iconfont.ttf?t=1733792677133') format('truetype');
}


.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


*{box-sizing: border-box;}

.ty-flex{display: flex; flex-wrap: wrap;}
.ty-flex-zy-lb{justify-content: space-between;}
.ty-flex-zy-jz{justify-content: center;}
.ty-flex-sx-jz{ align-items: center;} 
.ty-flex-wrap{flex-wrap: wrap;}


/*头部*/
#menu { width: 100%; height: 100px; position: fixed;  list-style-type: none; z-index: 70; transition: all 0.36s ease-in-out;}
#menu li { float: left;padding-left: 40px; position:relative;  }
#menu ul>li>a { font-size: 18px; color: #fff; text-decoration: none; height:80px; line-height: 100px; display: inline-block; position: relative;}

#menu ul>li>a::after{ position: absolute; bottom: 0; left: 0; right: 0; content: ""; width: 0%; margin:0px auto; height: 3px; background: #fff; /* Safari 5.1 - 6 */ transition:all 0.36s ease; }

#menu ul>li>a.active::after{ width: 100%;}
#menu ul>li>a:hover::after {  width: 100%; }
.ix-logo{ padding-top: 20px;}
.ix-logo img{ height:60px; }
.ix-logo-img2{ display: none;}

#menu.abc{ background: #fff; transition: all 1s ease;}
#menu.abc>ul>li>a{ color: #666666; transition: all 1s ease;}
#menu.abc .ix-logo-img{ display: none;}
#menu.abc .ix-logo-img2{ display: block; transition: all 1s ease;}

#menu.abc>ul>li.active>a::after{ position: absolute; bottom: 0; left: 0; right: 0; content: ""; width: 100%; height: 3px; background: -webkit-linear-gradient(left,rgba(61,37,112,1),rgba(252,179,20,1)); /* Safari 5.1 - 6 */}
#menu.abc>ul>li>a:hover::after { position: absolute; bottom: 0; left: 0; right: 0; content: ""; width: 100%; height: 3px; background: -webkit-linear-gradient(left,rgba(61,37,112,1),rgba(252,179,20,1)); /* Safari 5.1 - 6 */}

#menu.abc a {color: #666666;transition: all 1s ease;}
#menu.abc ul>li>a::after{background:#0d8bd7;}
/*导航2*/
.ix-nav2{ opacity:0; visibility:hidden; transition:all 0.36s ease; position:absolute; left:0px;top:100px; width:164px; background:#fff;}
.ix-nav2 a{display:block; padding:10px 0px;border-bottom:solid 1px #e5e5e5; text-align:center; font-size:14px; transition:all 0.36s ease;} 
#menu li:hover .ix-nav2{ opacity:1; visibility:visible; top:80px;}
.ix-nav2 a:hover{background:#0d8bd7; color:#fff; border-bottom:solid 1px #0d8bd7;}


/*三级导航*/
.subnav-2-box{position:relative;}
.subnav-2{  opacity:0; visibility:hidden; position:absolute; left:164px; width: 200px; background: #fff; top: 20px; box-shadow:0px 0px 10px rgba(0,0,0,0.1); transition:all 0.36s ease;}
ul li .ix-nav2 .subnav-2-box:hover .subnav-2{opacity:1; top:0;     visibility: visible;}



/*手机导航*/
.imb-box{ padding-left:20px; padding-right:20px;}
.ix-m-logo{ float: left;}
.ix-m-logo img{ max-height: 40px; margin-top: 10px;}
.ix-m-head{ position: absolute; height: 60px; display: none; z-index: 1; width: 100%;}
.m-nav-an{  width: 40px; height: 40px; float: right;  margin-top: 15px;  cursor: pointer; }
.m-nav-an span{ width: 22px; height: 2px; background: #fff; display: block; margin: 0px auto; margin-top: 5px; margin-right: 0px;}

.leftcontrol { width:300px; height:100%; background:#fafafa; position:fixed; top:0; right:-300px; z-index:2000; overflow-x:hidden; overflow-y:scroll;
transition:all .3s; -webkit-transition:all .3s;}
.leftcontrol.open{ right:0;}
.leftcontrol ul li { display:block; overflow:hidden; width:100%; min-height:49px; border-bottom:1px solid #ebebeb;}
.leftcontrol ul li a { display:block; overflow:hidden; color:#666; padding:0 20px; height:49px; line-height:49px; font-size:15px;  }
.leftcontrol ul li a span { display:inline-block; }
.leftcontrol ul li a span.circle { border: #d8d8d8 1px solid;border-radius: 5px;width: 8px;height: 8px; background-color: transparent;margin-right: 15px; position: relative; top: 1px; }
.leftcontrol ul.subnav { overflow: hidden; transition:all .3s; -webkit-transition:all .3s; background: #f2f2f2; }
.leftcontrol ul.subnav li{ border-bottom:solid 1px #e5e5e5;}
.leftcontrol ul.subnav li:nth-last-child(1){ border:none;}
.leftcontrol ul.subnav li a { font-size:13px; }
.leftcontrol ul.subnav li a i { margin-right: 20px; font-size:16px; } 
.leftcontrol ul.subnav li.active a { background: #555;color: #fff; }
.leftcontrol ul li a span.more { width:12px; height:12px; position: relative; float: right; top: 20px }
.leftcontrol ul li a span.more span { background: #b7b7b7; position: absolute; }
.leftcontrol ul li a span.more span.h { width: 12px; height: 2px; transform: translate3d(0, 5px, 0); }
.leftcontrol ul li a span.more span.v { transform: rotate3d(0, 0, 1, 90deg) translate3d(5px, 0, 0); transition:all .3s; -webkit-transition:all .3s; }

.leftcontrol ul li.active a.hassub { background: #0d8bd7; color:#fff;  } 
.leftcontrol ul li.active a span.circle { border-color: #fff; background-color: #fff;margin-right: 15px;}
.leftcontrol ul li.active a span.more span.v { transform: rotate3d(0, 0, 0, 0) translate3d(0, 5px, 0); }
.leftcontrol ul li.active a span.more span{background-color: #fff;}

.leftcontrol .close{ float:right; width:50px; height:50px; line-height:50px; display:block; overflow:hidden; text-align:center; color:#999; font-size:18px; cursor:pointer; opacity: 0.8;}


.nav-bg { display: none;; background-color: rgba(0,0,0,.7); position: fixed; right: 0; left:0; top: 0; width: 100%; height: 100%;  z-index: -1; transition:all .3s; -webkit-transition:all .3s;}
.nav-bg.open{opacity: 1; z-index: 11; display: block;}


/*搜索*/
.sc-mask { width: 100%; height: 100%; background: rgba(0,0,0,0.75); position: fixed; left: 0; top: 0; z-index: 998; display: none; }
.sc_pop { display: flex; width:50%; position: fixed; left: 50%; top: 50%; transform: translate(-50%,0%); z-index: 999; opacity: 0; transition: ease 1s; visibility: hidden; }
.sc_pop.active { visibility: visible; opacity: 1; transform: translate(-50%,-50%);}
.sc_pop .input_text { flex: 4;  width: 80%; height: 50px; line-height: 50px;  padding: 0 20px; background: #fff; border: none; font-size: 16px; color:#666; outline: none;}
.sc_pop .input_text::placeholder { color:#999; }
.sc_pop .scbtn { flex:1; display: block; width: 20%; height: 50px; line-height: 50px; text-align: center; color: #fff; background: #0d8bd7; font-size: 18px; }


/*手机搜索*/
.m-search {  position: absolute; right: 8%; top: 16px; color:#fff;}
.m-search i{ font-size:18px;}

/*banner */
.banner .ban-1{ height:100%; width:100%;}
.banner .ban-2{display:none;    height:100%; width:100%;}
.banner .swiper-slide img{ text-align: center; margin: 0px auto; max-width: 100%;
    max-height: 100%;
    object-fit: cover;}
.banner .swiper-slide{  width:100%!important;}
.fp-controlArrow.fp-prev{ background: url(../images/l1.png)no-repeat center center; width: 50px; height: 50px; border-width: 0px; left: 50px;}
.fp-controlArrow.fp-next{ background: url(../images/r1.png)no-repeat center center; width: 50px; height: 50px; border-width: 0px; right: 50px;}

.banner .ban-1 .swiper-button-prev{ width: 50px; height: 50px; background: url(../images/l1.png)no-repeat center center; left:50px;}
.banner .ban-1 .swiper-button-next{width: 50px; height: 50px; background: url(../images/r1.png)no-repeat center center; right:50px;}

.banner .ban-2 .swiper-button-prev{ width: 50px; height: 50px; background: url(../images/l1.png)no-repeat center center; left:20px;}
.banner .ban-2 .swiper-button-next{width: 50px; height: 50px; background: url(../images/r1.png)no-repeat center center; right:20px;}


/*通用头部*/
.ix-head{  text-align: center; padding-bottom: 20px; }
    .ix-head h1 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 30px;
    } 
.ix-head h1 span{ display: inline-block;  padding: 5px 10px;}
.ix-head h1 span.xz i{width: 40px; height: 1px; background: #999999; display: inline-block; margin-bottom: 10px; }
.ix-head h1 span.xx{ color: #0d8bd7;}
.ix-head h1 span.xx i{font-style: initial; color:#0d8bd7;}
.ix-head p{ font-size: 16px; color:#fff; padding-top: 30px; padding-bottom:20px;}

.ix-head.abc-bs h2{ color:rgba(255,255,255,0.9);}
.ix-head.abc-bs h1 span.xz i{background: #fff;}
.ix-head.abc-bs h1 span.xx{ color: #fff;}
/*事业部*/
.ix-sy-list .swiper-slide{ background: #fff;}
.ix-sy-list-img { width: 40%;  overflow: hidden;} 
.ix-sy-list-img img { display: block;  max-width:100%;}
.ix-sy-list-tit{ padding:70px 60px; width: 600px; background: #fff; }
.ix-sy-list-tit .islt-t1{ font-weight: bold; font-size: 30px; color:#333333; line-height: 120%; padding-bottom: 15px;}
.ix-sy-list-tit .islt-t2{ font-size: 22px; color:#999999;} 
.ix-sy-list-tit .islt-t3{ padding-top:30px; font-size: 15px; color:#666; line-height: 160%;}
.ix-sy-list-tit .islt-t4{ padding-top: 60px;}
.ix-sy-list-tit .islt-t4 a{ position: relative; display: block; width: 240px;  height: 50px; line-height: 50px; text-align: center; border:solid 1px #cccccc; color:#666; font-size: 16px; border-radius: 4px; background: transparent;} 
.ix-sy-list-tit .islt-t4 span{ position: absolute; z-index: 2; left: 0; right: 0; color:#666;}
.ix-sy-list-tit .islt-t4 a::after{ content: ''; position: absolute;  height: 50px; width: 0%; z-index: 1; left: 0; transition:  all 0.36s ease; background: #0d8bd7;}
.ix-sy-list-tit .islt-t4 a:hover::after{width: 100%; }
.ix-sy-list-tit .islt-t4 a:hover{ color:#fff;}
.ix-sy-list-tit .islt-t4  a:hover span{color:#fff;}
.ix-sy .swiper-container-horizontal > .swiper-pagination-bullets{width: calc(100% - 40px); bottom: 20px;}
.ix-sy .swiper-pagination-clickable{ text-align: right;}  
.ix-sy .swiper-pagination-clickable .swiper-pagination-bullet{ width: 40px; height: 6px; border-radius: 0px;}
.swiper-pagination-bullet-active{ background: #0d8bd7;}

.ix-pro-img img{ max-width: 100%; display: block;}
.psp-ipl .ipt-t1{ padding-top: 40px;}

/*产品展示*/
.ix-pro-list{ margin: 0px auto; position: relative; padding-left:90px; padding-right:90px;} 
.ix-pro-list .swiper-button-prev{ width: 50px; height: 50px; background: url(../images/l1.png)no-repeat center center; left:0px;}
.ix-pro-list .swiper-button-next{width: 50px; height: 50px; background: url(../images/r1.png)no-repeat center center; right:0px;}

.ix-pro-list a{ display: block; position: relative;}
.ix-pro-tit{  text-align:center; padding-top:10px; font-size:16px;}
.ix-pro-list a:hover::after{ opacity: 1;}
.ix-pro-list a:hover .ix-pro-tit{ bottom: 0; opacity: 1; top:0;}

/*解决方案*/
.ix-case-img{ width: 100%; height: 100%; overflow: hidden;}
.ix-case-img img{ max-width: 100%; display: block; transition: all 0.5s ease;  }
.ix-case-list.wp{  margin: 0px auto;padding: 0px 90px; position: relative;} 
.ix-case-list .swiper-button-prev{ width: 50px; height: 50px; background: url(../images/l1.png)no-repeat center center;}
.ix-case-list .swiper-button-next{width: 50px; height: 50px; background: url(../images/r1.png)no-repeat center center;}
.ix-case-list .ix-case-tit{ overflow: hidden; position: absolute; z-index: 1; height: 50px;  width: 100%; text-align: center; bottom: 0; font-size: 16px; color:#fff; background: rgba(0,0,0,0.6); transition: all 0.5s ease;}

.ict-t1{ height: 50px; line-height: 50px; transition: all 0.36s ease;}
.ict-t2{ opacity: 0; font-size:13px; text-align: center; padding:0px 20px; transition: all 0.3s ease-in-out;
  transition-delay: 0.3s; transform: translate(80px,0); line-height: 200%;}

.ix-case-list a:hover .ix-case-img img{ transform: scale(1.1,1.1);}
.ix-case-list a:hover .ix-case-tit{background: rgba(13,139,215,0.9);}


.ix-case-list a:hover .ix-case-tit{ height: 100%; }
.ix-case-list a:hover .ix-case-tit .ict-t1{ padding-top: 60px; }
.ix-case-list a:hover .ix-case-tit .ict-t2{transform: translate(0,0); opacity: 1;}

/*服务展示*/
#certify{position:relative;width:1200px;margin:0 auto}
#certify .swiper-slide{width:760px;height:460px;background:#fff;box-shadow:0 0px 30px rgba(0,0,0,0.15);}
#certify .swiper-slide img{display:block; max-width: 100%; transition: all 0.5s ease;}
#certify .swiper-slide a{ display: block; overflow: hidden;}
#certify .swiper-slide a::after{ transition: all 0.36s ease; top:100%;}
#certify .swiper-slide a:hover::after{ background: rgba(13,139,215,0.9); content: ''; height:100%; width:100%; display: block; z-index: 1; position: absolute; top:0;}
.ix-fy-head{ opacity: 0; position: absolute; top:50%; left:0; right:0; text-align: center; margin-top: -30px; z-index: 2;}
.ix-fy-head h1{ font-size:24px; color:#fff; font-weight:bold; line-height: 150%;}
.ix-fy-head p{ font-size:18px; color:#fff; text-transform: uppercase;}
#certify .swiper-slide a:hover img{ transform: scale(1.1,1.1);}
#certify .swiper-slide.swiper-slide-active .ix-fy-head{ opacity: 1;}

#certify .swiper-button-prev{ background: url(../images/xx.png) repeat center center rgba(0,0,0,0); width: 300px;height: 300px; width: 300px; height: 100%; left: 0; top: 22px;}
#certify .swiper-button-next{ background: url(../images/xx.png) repeat center center rgba(0,0,0,0); width: 300px;height: 300px; width: 300px; height: 100%; right: 0; top: 22px;}


/*支持与资源-手机*/
.ix-m-sup{display:none;}
.ix-m-sup { position:relative;}
.ix-m-sup .swiper-button-prev{ width: 50px; height: 50px; background: url(../images/l1.png)no-repeat center center;}
.ix-m-sup .swiper-button-next{width: 50px; height: 50px; background: url(../images/r1.png)no-repeat center center;}
.ix-m-sup .swiper-slide img{display:block; max-width: 100%; transition: all 0.5s ease; margin:0px auto;}
.ix-m-sup .swiper-slide a{ display: block; overflow: hidden;}
.ix-m-sup .swiper-slide a::after{ transition: all 0.36s ease; top:100%;}
.ix-m-sup .ix-fy-head{ opacity: 1; position: relative; top:50%; left:0; right:0; text-align: center; margin-top: 30px; z-index: 2;}
.ix-m-sup .ix-fy-head h1{ font-size:24px; color:#333; font-weight:bold; line-height: 150%;}
.ix-m-sup .ix-fy-head p{ font-size:18px; color:#666; text-transform: uppercase;}

/*新闻列表*/
.ix-news-list.wp{ margin: 0px auto; position: relative; padding-left:90px; padding-right:90px;} 
.ix-news-list li{float: left; width: 374px; background: #fff; margin-left: 39px; position: relative; border-radius: 8px; position: relative;}

.ix-news-list li::after{ position: absolute; bottom: 0; left: 0; right: 0; content: ''; height: 3px; width: 370px; margin: 0px auto;
  background: linear-gradient(to right,#1d3583,#f6bd14); }
.ix-news-list li:nth-child(1){ margin-left: 0px;  }
.ix-news-tit {
    transition: all 0.5s ease;    
}
    .ix-news-tit p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .ix-news-tit h1 {
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.ix-news-list .swiper-slide a{ display:block; background:#fff;     padding: 50px 30px 50px 30px; transition:all 0.36s ease;}
.ix-news-tit{ padding-left:120px; }
.ix-news-img{ overflow: hidden;}
.ix-news-img img{  display: block; transition: all 0.5s ease; }
.ix-news-tit h1{ padding-top: 5px;}
.ix-news-tit span{ display:block; padding-top:5px; padding-bottom:10px;}
.ix-news-more{ text-align: center; padding-top: 30px; display:none;} 
.ix-news-more a{ margin: 0px auto; background: #0d8bd7; color:#fff; font-size: 16px; width: 300px; height: 50px; border-radius: 4px; display: block; text-align: center; line-height: 50px;}
.ix-about-text { font-size: 15px; color:#fff; line-height: 180%;}


.ix-news-time{ z-index: 1; font-family: Arial; top: 40px; position:absolute; left: 30px; width: 100px; height: 90px; border-radius: 4px 4px 4px 4px; background: #fff; color:#333; border:solid 1px #e5e5e5;  text-align: center}
.ix-news-time h1{ padding-top: 20px; padding-bottom:10px;}
.ix-news-time p{font-size:18px; }

.ix-news .ix-news-list .swiper-slide a:hover {background: #0d8bd7;}
.ix-news .ix-news-list a:hover .ix-news-tit h1{ color:#fff;}
.ix-news .ix-news-list a:hover .ix-news-tit span{ color:rgba(255,255,255,0.8);}
.ix-news .ix-news-list a:hover .ix-news-tit p{ color:rgba(255,255,255,0.8);}


.ix-news .ix-news-list a:hover .ix-news-img img{ transform: scale(1.1,1.1);}
.ix-news .swiper-button-prev{ width: 50px; height: 50px; background: url(../images/l1.png)no-repeat center center;}
.ix-news .swiper-button-next{width: 50px; height: 50px; background: url(../images/r1.png)no-repeat center center;}

/*关于我们*/
.ix-about-list.wp{margin: 0px auto;padding: 0px 90px; position: relative; padding-top: 60px;} 
.ix-about-list .swiper-button-prev{ width: 50px; height: 50px; background: url(../images/l1.png)no-repeat center center;}
.ix-about-list .swiper-button-next{width: 50px; height: 50px; background: url(../images/r1.png)no-repeat center center;}
.ix-about-list .swiper-slide{ text-align: center;}
.ix-about-list .ial-t1{ font-size: 16px; color:#fff;}
.ix-about-list .ial-t2{ width: 80px; height: 80px; background: #fff; line-height: 80px; border-radius: 80px; margin: 0px auto; margin: 20px auto}
.ix-about-list .ial-t2 img{ vertical-align: middle; width:40px; height:40px;}
.ix-about-list .ial-t3{ font-size: 14px; color:#fff; text-align: center;}

.ix-about-more{ text-align: center; padding-top: 60px;} 
.ix-about-more a{ margin: 0px auto; background: transparent; color:#fff; transition:all 0.36s ease; border: solid 1px #fff; font-size: 16px; width: 300px; height: 50px; border-radius: 4px; display: block; text-align: center; line-height: 50px;}
.ix-about-text { font-size: 15px; color:#fff; line-height: 180%;}
.ix-about-more a:hover{ background:#0d8bd7; color:#fff; border:solid 1px #0d8bd7;}

/*底部*/
.footer-link{ background: #373d41; padding-top: 60px;}
.clearfix dl{  width:calc((100% - 120px)/6); float: left; padding-left: 20px;}
.clearfix dl:nth-child(1){ padding-left: 0px;}
.clearfix dl dd{ padding-bottom:5px;}
.clearfix dt a{ font-size: 16px; color:#fff;}
.clearfix dl dd.db-line{ width: 100px; height: 1px; position: relative; background: #666666; margin: 20px 0px; padding-bottom:0px;}
.db-line::after{ position: absolute; height: 1px; background: #fff; width:40px; content: '';}
.clearfix dd a{ font-size: 14px; color:#999;;}
.db-logo-add{ border-top:solid 1px #666666; color:#999999; padding-bottom: 40px;}
.db-add{ padding-left: 40px; font-size:13px; color:#999999;     line-height: 180%;}
.db-logo-add .db-logo img{ height:60px;}
.db-links a{ transition: all 0.36s ease; margin-left: 20px; height: 40px; width: 40px; /*background: #555555;*/ display:inline-block; line-height: 40px; text-align: center; border-radius: 40px;} 
.db-links a img{ vertical-align: middle; height: 40px; width: 40px;}

.copyright{ padding:20px 0px; background: #31373b; font-size: 13px; color:#999999; line-height:160%;}
.copyright a{ color:#999;}
.copyright a:hover{ color:#fff;}
.clearfix dd a:hover{ color:#fff;}

.db-links a:hover { opacity: 0.7; box-shadow: 0px 0px 10px rgba(0,0,0,0.3)}

/*二维码与搜索*/
.weixin2{ cursor: pointer; }
.theme-mask{z-index:10000;position:fixed; _position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.85;filter:alpha(opacity=75);-moz-opacity:0.75; display:none; }
.popover1{ width:360px; height:400px; z-index:100001; position:fixed; top:50%;left:50%; background:#fff; margin:-200px 0 0 -180px;   box-shadow:1px 1px 6px 3px rgba(0,0,0,.2); display:none; text-align:center;}
.popover1 dl { margin-top:60px; font-size:14px; color:#333; line-height:30px;}
.popover1 dl a { width:100px; height:36px; line-height:36px; background:#0d8bd7; color:#fff; display:inline-block; border-radius:4px; -webkit-border-radius:4px; font-size:14px; margin-top:10px; 
transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out;}
.popover1 dl a:hover { background:#0d8bd7;}
.popover1 dd img{ width: 200px;}



/*效果*/
/*.banner.active .slide.active .fp-tableCell{ animation-duration: 1s; animation-fill-mode: both; animation-delay: 0.2s; animation-name: fadeInUp;} 
.active .ix-head {animation-delay: 0.2s; animation-name: fadeInUp;}
.ix-sy.active .ix-sy-list-img {animation-delay: 0.2s; animation-name: fadeInUp;}
.ix-sy.active .ix-sy-list-tit {animation-delay: 0.2s; animation-name: fadeInUp;}
.ix-sy.active .islt-t1 {animation-delay: 0.5s; animation-name: fadeInUp;}
.ix-sy.active .islt-t2 {animation-delay: 0.6s; animation-name: fadeInUp;}
.ix-sy.active .islt-t3 {animation-delay: 0.7s; animation-name: fadeInUp;}
.ix-sy.active .islt-t4 {animation-delay: 0.8s; animation-name: fadeInUp;}
.ix-pro.active .ix-pro-list .swiper-slide{animation-delay: 0.2s; animation-name: fadeInUp;}

.ix-case.active .ix-case-list .swiper-slide:nth-child(1){animation-delay: 0.2s; animation-name: fadeInUp;}
.ix-case.active .ix-case-list .swiper-slide:nth-child(2){animation-delay: 0.2s; animation-name: fadeInUp;}
.ix-case.active .ix-case-list .swiper-slide:nth-child(3){animation-delay: 0.2s; animation-name: fadeInUp;}
.ix-case.active .ix-case-list .swiper-slide:nth-child(4){animation-delay: 0.2s; animation-name: fadeInUp;}

.ix-fy.active #certify{animation-delay: 0.2s; animation-name: fadeInUp;}


.ix-news.active .ix-news-list ul li:nth-child(1){animation-delay: 0.2s; animation-name: fadeInUp;}
.ix-news.active .ix-news-list ul li:nth-child(2){animation-delay: 0.2s; animation-name: fadeInUp;}
.ix-news.active .ix-news-list  ul li:nth-child(3){animation-delay: 0.2s; animation-name: fadeInUp;}
.ix-news.active .ix-news-more{animation-delay: 0.2s; animation-name: fadeInUp;}

.ix-ab.active .ix-about-text{animation-delay: 0.5s; animation-name: fadeInUp;}
.ix-ab.active .ix-about-list .swiper-slide:nth-child(1){animation-delay: 0.2s; animation-name: fadeInUp;}
.ix-ab.active .ix-about-list .swiper-slide:nth-child(2){animation-delay: 0.5s; animation-name: fadeInUp;}
.ix-ab.active .ix-about-list .swiper-slide:nth-child(3){animation-delay: 0.8s; animation-name: fadeInUp;}
.ix-ab.active .ix-about-list .swiper-slide:nth-child(4){animation-delay: 1s; animation-name: fadeInUp;}
.ix-ab.active .ix-about-list .swiper-slide:nth-child(5){animation-delay: 1s; animation-name: fadeInUp;}
.ix-ab.active .ix-about-list .swiper-slide:nth-child(6){animation-delay: 1s; animation-name: fadeInUp;}

.footer.active .footer-link .clearfix dl:nth-child(1){animation-delay: 0.2s; animation-name: fadeInUp;}
.footer.active .footer-link .clearfix dl:nth-child(2){animation-delay: 0.3s; animation-name: fadeInUp;}
.footer.active .footer-link .clearfix dl:nth-child(3){animation-delay: 0.4s; animation-name: fadeInUp;}
.footer.active .footer-link .clearfix dl:nth-child(4){animation-delay: 0.5s; animation-name: fadeInUp;}
.footer.active .footer-link .clearfix dl:nth-child(5){animation-delay: 0.6s; animation-name: fadeInUp;}
.footer.active .footer-link .clearfix dl:nth-child(6){animation-delay: 0.7s; animation-name: fadeInUp;}
.footer.active .footer-link .clearfix dl:nth-child(7){animation-delay: 0.8s; animation-name: fadeInUp;}
.footer.active .db-logo{animation-delay: 0.9s; animation-name: fadeInUp;}
.footer.active .db-add{animation-delay: 1s; animation-name: fadeInUp;}
.footer.active .db-links{animation-delay: 1.1s; animation-name: fadeInUp;}*/



@media (max-width: 1680px) {
  /*事业中心*/
  .ix-head { padding-top: 80px;}
  .ix-sy-list-img{  overflow: hidden;}
  .ix-sy-list-tit{ padding: 40px 40px; width: 520px;}
  .ix-sy-list-tit .islt-t1{ font-size:28px;}
  .ix-sy-list-tit .islt-t3{ padding-top: 20px; height: 70px; overflow: hidden;     display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis;}
  .ix-sy-list-tit .islt-t4{ padding-top: 30px;}
  .ix-sy-list-tit .islt-t4 a{ height: 40px; line-height: 40px;}
  .ix-sy-list-tit .islt-t4 a::after{ height: 40px; border-radius: 4px;}
   /*解决案例*/
   .ix-head p{ display: none;}

   /*服务中心*/
   #certify .swiper-slide{ width: 600px; height: 363px;}
   #certify .swiper-slide img{ max-width: 100%;}
   /*新闻中心*/
   .ix-news-more { display: none;}
    /*关于我们*/
    .ix-about-more { display: none;}
}
/*产品中心查看更多*/
.fgjhhh{
    width:100%;
    height:40px;
    margin-top:30px;
}
.djfuuu {
    width: 200px;
    height: 40px;
    background: #0d8bd7;
    margin: auto;
    text-align: center;
    line-height: 40px;
    border-radius: 20px 20px 20px 20px;
}
.dsfjj {
    color: #fff;
    font-size: 16px;
}
.djfuuu a font:hover {
    color: #ffb613;
}




/*新增响应式*/

@media (max-width: 640px){

}

@media (min-width: 768px){

}


@media (min-width: 992px){


}

@media (min-width: 1200px){
.wp{ width: 1200px;}
}


/*响应式*/

@media (max-width: 1080px) {
   .sc_pop{ width:90%;}
    /*通用*/
    .banner .ban-1{display:none;}
    .banner .ban-2{display:block;}
    /*视频*/
    .fp-controlArrow.fp-next{right:20px;}
    .fp-controlArrow.fp-prev{left: 20px;}

    /*产品中心*/
   .ix-sy-list-img{ width:100%;}
   .ix-sy-list-tit{ width:calc(100% - 80px); text-align: center;}
   .ix-sy-list-tit .islt-t4 a{text-align: center; margin:0px auto;}
   .ix-sy-list-img img{    margin: 0px auto;}
  
   .ix-sy .swiper-container-horizontal > .swiper-pagination-bullets{  width: calc(100% - 0px);  text-align: center; }
    .ix-sy-list-tit .islt-t4{ padding-bottom:80px;}

   /*应用列表*/
   .ix-case-list.wp{padding:0px 100px;}
   .ix-case-list .swiper-button-prev{ left:20px;}
   .ix-case-list .swiper-button-next{ right:20px;}

   /*支持与资源*/
   #certify{ display:none;}
   .ix-m-sup{display:block;}
    .ix-m-sup.wp{padding:0px 100px;}
    .ix-m-sup .swiper-button-prev{ left:20px;}
   .ix-m-sup .swiper-button-next{ right:20px;}


   /*新闻中心*/

     .ix-news-list .swiper-button-prev{ left:20px;}
   .ix-news-list .swiper-button-next{ right:20px;}

   /*关于我们*/
   .ix-about-text{ text-align:center;}
     .ix-about-list .swiper-button-prev{ left:20px;}
   .ix-about-list .swiper-button-next{ right:20px;}
   
}
@media (max-width: 780px) {

}
@media (max-width: 640px) {
    /*手机搜索*/
    .m-search { right: 15%;}

    /*产品中心*/
    .ix-sy-list-tit{ width:calc(100% - 40px); padding:20px; padding-bottom:50px;}
    .ix-sy-list-tit .islt-t4{ padding-bottom:30px; padding-top:20px; display:none;}

    /*应用列表*/
    .ix-case-list.wp{ padding:0px 20px;}

    /*支持与资源*/
    .ix-m-sup.wp{ padding:0px 20px;}

     /*新闻动态*/
    .ix-news-list.wp{ padding:0px 20px;}

    
}