/*html {-webkit-filter: grayscale(100%);background:white;filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);}*/
.content-box{
    position:relative;
}
/* 头部 */
.header{
    left:0;
    top:0;
    width:100%;
    background:rgba(255,255,255,0.8);
    box-sizing:border-box;
    z-index:99;
}
.header-box{
	max-width:1700px;
  	margin:0 auto;
}
.header.pos{
    position:absolute;
}
.header:after{
    content:'';
    display:block;
    clear:both;
}
.header .left{
    float:left;
    font-size:24px;
    color:#333;
    line-height:80px;
}
.header .left img{
    vertical-align:middle;
    margin-top:-5px;
    margin-right:10px;
}
.header .left p{
  float: right;
  line-height: 25px;
  text-align: center;
  margin-top: 17px;
}
.header .left p span{
 	display:block;
	font-size:16px;
  	text-align: center;
}
.header .right{
    float:right;
}
.header .right:after{
    content:'';
    display:block;
    clear:both;
}
.header .right .menu{
    float:left;
    line-height:80px;
}
.header .right .menu:after{
    content:'';
    display:block;
    clear:both;
}
.header .right .menu .menu-item{
    float:left;
    font-size:18px;
    padding:0px 20px;
    position:relative;
}
.header .right .menu .menu-item a{
    color:#333;
}
.header .right .menu .menu-item:hover>a{
    color:#2a89e9;
}
.header .right .menu .menu-item.active:after{
    content:'';
    position:absolute;
    width:100%;
    height:6px;
    background:#2a89e9;
    bottom:0;
    left:0;
}
.header .right .menu .menu-item .erji-box{
    position:absolute;
    left:50%;
  	transform:translateX(-50%);
    top:80px;
    background:rgba(255,255,255,0.8);
    text-align:center;
    overflow:hidden;
    transition:all 0.3s;
}
.header .right .menu .menu-item .erji-box.moren{
    height:0!important;
}
.header .right .menu .menu-item .erji-box .erji-item{
    line-height:50px;
  	white-space:nowrap;
  	padding:0 25px;
}
.header .right .menu .menu-item .erji-box .erji-item:hover{
    background:rgba(16,162,254,0.4);
}
.header .right .menu .menu-item .erji-box .erji-item:hover a{
    color:#fff;
}
.header .right .menu .menu-item .erji-box .erji-item:nth-last-of-type(1){
    border-bottom:6px #10a2fe solid;
    padding-bottom:6px;
}
.header .right .jubao{
    float:left;
    background:url('../image/jubao.png') 0 0/100% 100% no-repeat;
    font-size:16px;
    color:#fff;
    padding:8px 30px;
    margin-top:18px;
    margin-left:30px;
  	display:none;
}

/* 首页 */
.index-swiper{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.index-swiper .swiper-slide img{
    width:100%;
    height: 100%;
}
.index-swiper .swiper-button-next,.index-swiper .swiper-button-prev{
    position:absolute;
    top:47.5%;
    transform:translateY(-50%);
    font-size:100px;
    color:#fff;
    width:80px;
    height:80px;
    border-radius:50%;
    background:rgba(255,255,255,0.3);
}
.index-swiper .swiper-button-next:hover,.index-swiper .swiper-button-prev:hover{
    background:rgba(255,255,255,0.5);
}
.index-swiper .swiper-button-prev{
    left:2.5%;
}
.index-swiper .swiper-button-next{
    right:2.5%;
}
.speed-nav{
    width:1200px;
    padding:0px 43px;
    box-sizing:border-box;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:200px;
    z-index:9;
    display:flex;
}
.speed-nav .speed-nav-item{
    flex:1;
    margin:0px 34px;
    background-color:#10a2fe;
    padding:30px 40px;
    background-position:right 40px center;
    background-size:100px auto;
    background-repeat:no-repeat;
}
.speed-nav .speed-nav-item .title{
    display:inline-block;
    font-size:20px;
    color:#fff;
    width: auto;
    border-bottom:2px #fff solid;
    padding-bottom:5px;
}
.speed-nav .speed-nav-item .speed-menu{
    margin-top:10px;
}
.speed-nav .speed-nav-item .speed-menu .speed-menu-item a{
    font-size:16px;
    color:#fff;
    line-height:35px;
}

/* 關於我們 */
.aboutus-banner img{
    width:100%;
}
.introduction{
    width:1496px;
    margin:60px auto 0;
    display:flex;
}
.introduction .introduction-item{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.introduction .introduction-item:nth-of-type(1){
    margin-right:58px;
}
.introduction .introduction-item img{
    width:100%;
}
.introduction .introduction-item .title{
    font-size:36px;
    font-weight:bold;
    text-align:center;
    border-bottom:1px #e1eef7 solid;
    line-height:100px;
    position:relative;
    background-image:-webkit-linear-gradient(left,#10a2fe,#407ef1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.introduction .introduction-item .title:after{
    content:'';
    height:6px;
    width:130px;
    background:#2195f9;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-3px;
}
.introduction .introduction-item .des{
    font-size:18px;
    color:#636363;
    line-height:36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;  
    margin-top:40px; 
}
.introduction .introduction-item .goto{
    display:inline-block;
    width:198px;
    font-size:16px;
    color:#636363;
    border:1px #10a2fe solid;
    padding:15px 0px;
    text-align:center;
    margin-top:85px;
}
.leader{
    width:1496px;
    margin:80px auto 30px;
}
.leader .title{
    font-size:36px;
    color:#2195f9;
    font-weight:bold;
    text-align:center;
    line-height:100px;
    background-image:-webkit-linear-gradient(left,#10a2fe,#407ef1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.leader .des{
    padding:75px 0;
    background:url('../image/leader.jpg') 0 0/100% 100% no-repeat;
}
.leader .des p{
    width:540px;
    margin:0 auto;
    font-size:18px;
    color:#333;
    line-height:36px;
  	text-align:center;
}
.leader .goto{
    display:block;
    width:198px;
    font-size:16px;
    color:#636363;
    border:1px #10a2fe solid;
    padding:15px 0px;
    text-align:center;
    margin:55px auto 100px;
}
.framework{
    background:url('../image/jiagbg.jpg') 0 0/100% 100% no-repeat;
    padding:160px 0 130px;
}
.framework .title{
    font-size:36px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:100px;
}
.framework .des{
    width:760px;
    font-size:18px;
    color:#fff;
    margin: 30px auto 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
}
.framework .goto{
    display:block;
    width:198px;
    font-size:16px;
    color:#fff;
    border:1px #fff solid;
    padding:15px 0px;
    text-align:center;
    margin:0 auto;
}
.culture{
    padding:105px 0;
    background:url('../image/wenhbg.jpg') 0 0/100% 100% no-repeat;
}
.culture .culture-box{
    width:1496px;
    margin:0 auto;
    display:flex;
}
.culture .culture-box .culture-item{
    flex:1;
    padding:30px 50px 40px;
}
.culture .culture-box .culture-item:nth-of-type(1){
    margin-right:30px;
    background:url('../image/wenh.jpg') 0 0/100% 100% no-repeat;
}
.culture .culture-box .culture-item:nth-of-type(2){
    background:url('../image/email.jpg') 0 0/100% 100% no-repeat;
}
.culture .culture-box .culture-item .title{
    font-size:36px;
    color:#333;
    font-weight:bold;
    text-align:left;
}
.culture .culture-box .culture-item .des{
    font-size:16px;
    color:#333;
    line-height:30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
    width:400px;
    margin-top:15px;
}
.culture .culture-box .culture-item .goto{
    display: block;
    width: 198px;
    font-size: 16px;
    color: #636363;
    border: 1px #10a2fe solid;
    padding: 15px 0px;
    text-align: center;
    margin-top:35px;
}
.culture .culture-box .culture-item .email{
    color:#666;
    font-size:20px;
    margin-top:15px;
    border-bottom:1px #e5e5e5 solid;
    width:330px;
    padding-bottom:30px;
}
.culture .culture-box .culture-item .yiwen{
    font-size:16px;
    color:#515151;
    margin-top:45px;
}

/* 媒体中心 */
.media-banner img{
    width:100%;
}
.media-menu{
    width:100%;
    text-align:center;
    box-shadow:0px 2px 5px 4px #f2f2f2;

}
.media-menu .media-menu-item{
    display:inline;
    font-size:20px;
    line-height:89px;
    padding:0px 33px;
}
.media-menu .media-menu-item.active{
    position:relative;
}
.media-menu .media-menu-item.active:after{
    content:'';
    position:absolute;
    bottom:-32px;
    left:0;
    width:100%;
    height:4px;
    background:#48a0fa;
}
.media-menu .media-menu-item a{
    color:#333;
}
.fire-news{
    padding:110px 0px;
    width:1520px;
    margin:0 auto;
    display:flex;
}
.fire-news .left{
    flex:1;
    margin-right:75px;
}
.fire-news .left img{
    width:100%;
}
.fire-news .right{
    flex:1.1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:0;
}
.fire-news .right .title{
    font-size:24px;
    color:#333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:25px;
}
.fire-news .right .des{
    font-size:16px;
    color:#666;
    line-height:34px;
    display: -webkit-box;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    overflow:hidden;
}
.fire-news .right .goto{
    display: inline-block;
    width: 198px;
    font-size: 16px;
    color: #636363;
    border: 1px #10a2fe solid;
    padding: 15px 0px;
    text-align: center;
    margin-top: 55px;
}
.classification{
    width:100%;
    background:#f4f4f4;
}
.classification .classification-box{
    width:1520px;
    margin:0 auto;
    padding:110px 0;
}
.classification .classification-box:after{
    content:'';
    display:flex;
    clear:both;
}
.classification .classification-box .classification-item{
    float:left;
    width:48.5%;
    background:#fff;
    margin-top:3%;
    padding:40px;
    box-sizing:border-box;
  	min-height:409px;
}
.classification .classification-box .classification-item:nth-of-type(2n-1){
    margin-right:3%;
}
.classification .classification-box .classification-item:nth-of-type(1),.classification .classification-box .classification-item:nth-of-type(2){
    margin-top:0;
}
.classification .classification-box .classification-item .type-name{
    border-left:5px #48a0fa solid;
    line-height:19px;
    font-size:20px;
    color:#333;
    padding-left:14px;
    margin-bottom:30px;
}
.classification .classification-box .classification-item .type-name a{
    float:right;
    font-size:16px;
    color:#48a0fa;
}
.classification .classification-box .classification-item .first:after{
    content:'';
    display:block;
    clear:both;
}
.classification .classification-box .classification-item .first .news-img{
    width:227px;
    height:126px;
    float:left;
    margin-right:20px;
}
.classification .classification-box .classification-item .first .news-img img{
    width:100%;
    height:100%;
}
.classification .classification-box .classification-item .first .content{
    width:calc(100% - 247px);
    float:left;
}
.classification .classification-box .classification-item .first .content .title{
    font-size:16px;
    font-weight:bold;
    color:#333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:10px 0 15px;
}
.classification .classification-box .classification-item .first .content .des{
    font-size:16px;
    color:#666;
    display: -webkit-box;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    overflow:hidden;
}
.classification .classification-box .classification-item .news-item{
    padding-left:15px;
    background:url('../image/sanjiao.png') 0 center/8px auto no-repeat;
    font-size:16px;
    margin-top:15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.classification .classification-box .classification-item .news-item a{
    color:#333;
}

/* 业务领域 */
.business{
    background:#f4f4f4;
    padding:110px 0;
}
.business .business-box{
    width:1520px;
    margin:0 auto;
}
.business .business-box:after{
    content:'';
    display:block;
    clear:both;
}
.business .business-box .business-item{
    float:left;
    width:31%;
    margin-right:3.5%;
    margin-top:3.5%;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
}
.business .business-box .business-item:nth-of-type(1),.business .business-box .business-item:nth-of-type(2),.business .business-box .business-item:nth-of-type(3){
    margin-top:0;
}
.business .business-box .business-item:nth-of-type(3n){
    margin-right:0;
}
.business .business-box .business-item .business-img{
    width:100%;
    height:245px;
}
.business .business-box .business-item .business-img img{
    width:100%;
    height:100%;
}
.business .business-box .business-item .business-content{
    padding:30px 40px 40px;
}
.business .business-box .business-item .business-content .title{
    font-size:24px;
    color:#333;
    text-align:center;
    font-weight:bold;
    margin-bottom:30px;
}
.business .business-box .business-item .business-content .des{
    font-size:16px;
    color:#666;
    line-height:34px;
  	min-height:101px;
}
.business .business-box .business-item .business-content .goto{
    display:block;
    width: 198px;
    font-size: 16px;
    color: #636363;
    border: 1px #10a2fe solid;
    padding: 15px 0px;
    text-align: center;
    margin:30px auto 0;
}

/* 列表页 */
.list-content{
    width:100%;
    background:#f4f4f4;
    padding:90px 0 50px;
}
.list-content .list-box{
    width:1520px;
    margin:0 auto;
}
.list-content .list-box .list-item{
    background:#fff;
    padding:40px;
    margin-bottom:50px;
}
.list-content .list-box .list-item:after{
    content:'';
    display:block;
    clear:both;
}
.list-content .list-box .list-item .list-img{
    float:left;
    width:548px;
    height:263px;
    margin-right:60px;
  	border:1px #eee solid;
}
.list-content .list-box .list-item .list-img img{
    width:100%;
    height:100%;
}
.list-content .list-box .list-item .info{
    float:left;
    width:calc(100% - 610px);
    height:263px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.list-content .list-box .list-item .info .top-box:after{
    content:'';
    display:block;
    clear:both;
}
.list-content .list-box .list-item .info .top-box .title{
    float:left;
    font-size:24px;
    color:#333;
    width:calc(100% - 200px);
    margin-bottom:20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list-content .list-box .list-item .info .top-box .time{
    font-size:16px;
    color:#999;
    float:right;
}
.list-content .list-box .list-item .info .des{
    font-size:16px;
    color:#666;
    line-height:34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.list-content .list-box .list-item .info .goto{
    display: inline-block;
    width: 198px;
    font-size: 16px;
    color: #10a2fe;
    border: 1px #10a2fe solid;
    padding: 15px 0px;
    text-align: center;
    margin-top:50px;
}
.page-box{
    text-align:center;
}
.page-box .page{
    text-align:center;
    font-size:18px;
    color:#666;
    display:inline-block;
    width:auto;
}
.page-box .page:after{
    content:'';
    display:block;
    clear:both;
}
.page-box .page span{
    float:left;
    margin-right:15px;
    line-height:18px;
}
.page-box .page a{
    float:left;
    display:inline-block;
    font-weight:bold;
    padding:0 10px;
    border-right:1px #666 solid;
    line-height:18px;
}
.page-box .page a:nth-last-of-type(1){
    border:none;
}

/* 详情 */
.detail-title{
    width:100%;
    background:#f8f8f9;
    padding-top:80px;
}
.detail-title .title-info{
    width:1200px;
    margin:0 auto;
    padding:45px 0 40px;
}
.detail-title .title-info .title{
    font-size:38px;
    color:#000;
    line-height:56px;
    font-weight:bold;
    width:calc(100% - 110px);
}
.detail-title .title-info .ownner-from{
    font-size:16px;
    color:#000;
    margin-top:25px;
}
.detail-title .title-info .ownner-from span{
    margin-right:30px;
}
.detail-title .title-info .time{
    font-size:12px;
    color:#888;
    margin-top:15px;
}
.detail-content{
    width:1200px;
    margin:0 auto;
}
.detail-content:after{
    content:'';
    display:block;
    clear:both;
}
.detail-content .left{
    float:left;
    width:calc(100% - 463px);
    padding:60px 65px 60px 0;
    box-sizing:border-box;
    border-right:1px #e8e8e8 solid;
  	min-height: 800px;
}
.detail-content .left img{
    max-width:100%;
    border-radius:20px;
}
.detail-content .right{
    float:right;
    width:463px;
    padding:60px 0 60px 65px;
    box-sizing:border-box;
}
.detail-content .right .other-tit{
    font-size:20px;
    color:#000;
    margin-bottom:20px;
}
.detail-content .right .other-list .other-list-item{
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.detail-content .right .other-list .other-list-item a{
    font-size:16px;
    color:#333;
    line-height:38px;
}

/* 底部 */
.footer{
    width:100%;
    left:0;
    bottom:0;
    z-index:9;
    background:#eaeaea;
}
.footer .contact{
    width:1200px;
    margin:0 auto;
}
.footer .contact:after{
    content:'';
    display:block;
    clear:both;
}
.footer .contact .title{
    float:left;
    font-size:24px;
    color:#333;
    line-height:77px;
}
.footer .contact .media{
    float:right;
}
.footer .contact .media:after{
    content:'';
    display:block;
    clear:both;
}
.footer .contact .media .media-item{
    float:left;
    position:relative;
    margin-right:60px;
    margin-top:20px;
}
.footer .contact .media .media-item .media-code{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:45px;
    display:none;
}
.footer .line{
    width:100%;
    height:1px;
    background:#d7d7d8;
}
.footer .beian{
    font-size:14px;
    color:#888888;
    text-align:center;
    line-height:38px;
}
.footer.pos{
    position:absolute;
}

@media screen and (max-width: 1200px) {
  body{
  	padding-top:160px;
  }
  .header.pos{
  	position:fixed;
  }
  .footer.pos{
  	position:fixed;
  }
  .speed-nav{
  	width:100%;
  }
  .footer .contact{
  	width:100%;
  }
  .header .left{
    display:block;
  	float:none;
    text-align:center;
  }
  .header .right{
  	float:none;
  }
  .header .right .menu{
  	width:100%;
    display:flex;
  }
  .header .right .menu .menu-item{
  	flex:1;
    padding:0;
    text-align:center;
  }
  .culture .culture-box{
  	width:100%;
  }
  .leader{
  	width:100%;
  }
  .introduction{
  	width:100%;
  }
  .list-content .list-box{
  	width:100%;
  }
  .business .business-box{
  	width:100%;
  }
  .fire-news{
  	width:100%;
  }
  .classification .classification-box{
  	width:100%;
  }
}




















