﻿@charset "utf-8";
/* CSS Document */

/*通用*/
*{ box-sizing:border-box;}
*::before, *::after{ box-sizing:border-box;}
*:focus{ outline:none;}
html{ -ms-touch-action: none;  /* 阻止windows Phone 的默认触摸事件 */}
/*兼容iphone去除默认input表单默认设置*/
input[type="submit"],input[type="reset"],input[type="button"],button { -webkit-appearance: none;}

.wd1200{ max-width:1200px; width:100%; margin:0 auto;}
.text_line{clear:none;}/*清除浮动*/

/*图片默认样式*/
img{border:0;vertical-align: middle;}
/*动画效果*/
*{transition-property:all;}
.solPROG-img img,.com-img img{ transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s; -moz-transition:all 0.4s ease-in 0s; -o-transition:all 0.4s ease-in 0s;}
.solPROG-img:hover img,.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.fl{float:left;}
.fr{float:right;}
.cl{clear:both;}
.show{display:block;}
.hide{display:none;}

.f18{font-size:18px !important;}
.f16{font-size:16px !important;}
.f14{font-size:14px !important;}
.f12{font-size:12px !important;}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}

.ml5{margin-left:5px;}

.taC{text-align:center;}
.taL{text-align:left;}
.taR{text-align:right;}

.ttU{text-transform:uppercase;}

.ofH{overflow:hidden;}
.ofA{overflow:visible !important;}

.fwB{font-weight:600;}

.vaM{vertical-align:middle;}

.pr{position:relative;}

/*字体*/
@font-face {
    font-family:'DINCond-Bold';
    src: url('../fonts/dincond-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*flex*/
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-2{-webkit-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2;}
.flex-3{-webkit-box-flex:3;-webkit-flex:3;-ms-flex:3;flex:3;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}

.flex-1
{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}

.vertical-container
{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;}


/*限制行数 -- 一行*/
.line1,
.Ipro-box .t1,
.Ipro-box .t2,
.Icase-box .name,
.Inews-list li .t,
.Inews-list li .c,
.solCMM-box .t1,
.solCMM-box .t2,
.solTech-list li a,
.solDload-tbody dd .td.td-name .t1,
.solDload-tbody dd .td.td-name .t2,
.nlist-box .t,
.comIR-name,
.comIR-about,
.comEP-box .name
{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/*限制行数 -- 当字号为12px,line-height为25时，限制高为50，如有改变，自行设置高度,为了兼容不支持line-clamp属性的浏览器*/
.line2,
.Icase-box .con,
.solCMM-box .c
{-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-moz-line-clamp:2;-o-line-clamp:2;-webkit-box-orient:vertical;}

.line3,
.Ipro-box .con,
.nlist-box .c
{-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-moz-line-clamp:3;-o-line-clamp:3;-webkit-box-orient:vertical;}

.comEP-box .con
{-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-moz-line-clamp:4;-o-line-clamp:4;-webkit-box-orient:vertical;}

/*动画*/
a:hover,
.comHist-swiper .swiper-slide
{-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}


.animation,
.Icase-more span,
.Isrv-list li img,
.Isrv-list li .type,
.solCMM-more .btn,
.comMedia-btn span,
.pTableWeb-top:after
{-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}


.comCul-list li img,
.comCul-list li .type,
.comCul-list li .split,
.comCul-list li .con,
.sPolicy-box img,
.sPolicy-box .con{transition:all 1s cubic-bezier(.19,1,.22,1);-webkit-transition:all 1s cubic-bezier(.19,1,.22,1);}


/*通用img*/
.srvlist-box .icon img.rollover{position:absolute;top:0px;left:0px;opacity:0;filter:Alpha(opacity=0);z-index:2;}

.Ipro-img img,
.solPROG-img img,
.nlist-img img{width:100%;height:100%;object-fit:cover;}

.aa{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);}

.com-media .cMedia-bg{width:100%;height:100%;position:absolute;top:0px;left:0px;}

.sol-bnr,
.com-media,
.pro-top,
.com-media .cMedia-bg{background-repeat:no-repeat !important;background-size:cover !important;background-position:center center !important;}


/*滚动条*/
.viewport { overflow: hidden; position: relative; /*width:0px; height: 0px;*/}/*内容可视区域的宽高*/
.overview { list-style: none; position: absolute; left: 0; top: 0; /*width:0px; height: 0px;*/}  /*内容可视区域的宽高*/
.scrollbar{position: relative;  float: right; position:relative;  display:inline; z-index:400; z-index:2;/*width:0px; height:0px;background-color:#afafaf;*/}/*滚动条的宽高颜色*/
.track{ position: relative; /*width:0px;*/}/*滚动条的宽*/
.thumb{cursor: pointer; position: absolute; top:0; left:0px; z-index:400;/*width:0px;background-color:#afafaf;*/}/*滚动条-当前条的宽 left 颜色*/
.disable{ display: none; }  
.noSelect { user-select:none;}

/*分页*/
.pagination{width:100%;height:auto;text-align:center;font-size:0px;position:relative;overflow:hidden;margin:45px 0 0;}/*分页*/
.pagination a,.pagination span{display:inline-block;padding:0 18px;line-height:48px;font-size:14px;color:#666666;border:1px solid #e5e5e5;margin:0 4px;}
.pagination span.current,
.pagination a:hover{color:#fff;border-color:#c6361f;background:#c6361f;}


.contins{
	position: absolute;right:-400px;top: 160px;
}
.contins p{
	font-size: 22px;
    line-height: 75px;
		color: #666;
}	


/*footer*/
.footer,.foot_t,.foot_d{ float:left; width:100%;}
.footer{background:url(../images/b2.jpg);}
.foot_Tl{ width:50.25%;}
.foot_Tr{  width:49.75%; padding-left:5%;}
@media (min-width:770px) and (max-width:1025px)
{
    .foot_Tr{ width:38.75%; padding-left:5%;}
}
.foot_Tcl{ width:auto; padding:54px 0; display:inline;}
.foot_Tcl dl{ float:left; width:150px;}
.foot_Tcl a{ color:#fff;}
.foot_Tcl dt{ margin-bottom:8px; font-size:18px;}
.foot_Tcl dd a{ display:block; opacity:0.7; filter: alpha(opacity=70); height:28px; line-height:28px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.foot_logo{padding-bottom:25px;}
.foot_logo img{ width:200px;!important;}
.foot_all{ width:100%; height:50px; line-height:50px; border-top:1px solid #76d377;}
.foot_Trall{width:100%; padding:60px 0 114px;}
.foot_Trall1{ float:left;}
.foot_2wm img{ float:left;  width:260px; padding-top:3px; padding-left:30px;}

.foot_aTel{ color:#e1e1e1; font-size:12px;}
.foot_aTel span a{ color:#FFF; font-size:18px;}
.foot_aSare{ padding-right:3%;}
.foot_aSname{ color:#e1e1e1; font-size:12px; padding-right:4px;}
.foot_aSshare{ height:30px;}
.foot_aSshare a{ display:inline-block; margin-right:8px; margin-top:10px; width:30px; height:30px;}
.foot_aSshare1{ background:url(../images/share_img1.png) no-repeat;}
.foot_aSshare2{ background:url(../images/share_img2.png) no-repeat;}
.foot_click{ clear:both; color:#585858; margin-left:-8px; margin-top:4px; margin-bottom:4px;}
.foot_click a{ color:#FFF; opacity:0.5; filter: alpha(opacity=50); padding:0 8px;}
.copyright{ color:#FFF; opacity:0.7; filter: alpha(opacity=70); font-size:12px; line-height:200%;}
.foot_d{ background-color:#309869;}
.love_link{ padding:14px 0; line-height:180%;}
.love_link,.love_link a{ color:#dcdcdc; font-size:12px;text-align: center;}
.love_link a{ padding:0 10px;}
.footer a:hover{ color:#FFF; opacity:1; filter: alpha(opacity=100);}

@media(max-width:680px){
.foot_2wm img{padding-bottom:10px;
              width: 250px;
			  padding-left:5em;
			  }
}

@media(max-width:321px){
    .foot_2wm img{
        float: left;
        width: 90px;
        padding-top: 12px;
        padding-left: 0px;
    }
}


@media (min-width:985px) and (max-width:1280px){

.foot_2wm img{display:none;}
.foot_Tl { width: 66.25%;}
.foot_Tr {width: 33.75%;}
.foot_Tcl{float: left;}
}

@media all and (max-width:985px){
.foot_Tl { display: none;}

.foot_Tr {width: 100%; padding-bottom: 22px; padding-left: 0%;}

}