@charset "UTF-8";
/*
* 列表公共部分
*/
.animated{
    visibility: hidden;
}
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
}
/* .pic{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 66.66666667%;
}
.pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
} */
.scaleImg img{
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.scaleImg:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.listTit{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listName{
    font-size: 14px;
    color:#666;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listName:hover,
.list_a:hover .listName,
.list_a:hover .listTit{
    color:#0062b4;
}
.listIntr{
    font-size: 14px;
    color:#999;
    line-height: 25px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.listTime{
    font-size: 14px;
    color:#999;
    overflow: hidden;
    line-height: 20px;
}
.listTime i{
    color:#999;
}
.listDeta{
    overflow: hidden;
}
.icon{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.eyes{
    background: rgba(0,0,0,0.5) url(../../images/eyes.png) no-repeat center center;
}
.play{
    background: rgba(0,0,0,0.5) url(../../images/play.png) no-repeat center center;
}
.autoImg{
    position: relative;
    overflow: hidden;
    padding-top: 76.66666667%;
    background: #fafafa;
}
.autoImg img{
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*
* css截取字符串
*/

.clamp1{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp2{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp3{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp4{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp5{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp6{
    word-break: break-all;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
* 内容垂直居中
*/
.tableCont{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top:0px;
    z-index: 5;
}
.table{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    table-layout:fixed;
}
.tableCell{
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}

/*
* page ycj
*/
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:10px 15px;color:#999999;border-radius:3px;background: #f2f7ff;transition: all 0.3s linear; margin: 0px 2px;}
.page a:hover{background: #114594;color: #fff;}
.page a.hover{background: #114594;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../../images/firstpage.png)}
.page a.prevPage div{background-image: url(../../images/prevpage.png)}
.page a.nextPage div{background-image: url(../../images/nextpage.png)}
.page a.lastPage div{background-image: url(../../images/lastpage.png)}

.page a.firstPage:hover div{background-image: url(../../images/firstpageh.png)}
.page a.prevPage:hover div{background-image: url(../../images/prevpageh.png)}
.page a.nextPage:hover div{background-image: url(../../images/nextpageh.png)}
.page a.lastPage:hover div{background-image: url(../../images/lastpageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../../images/firstpage.png)}
.page a.prevPage.disabled div{background-image: url(../../images/prevpage.png)}
.page a.nextPage.disabled div{background-image: url(../../images/nextpage.png)}
.page a.lastPage.disabled div{background-image: url(../../images/lastpage.png)}


/*
* 全文列表 kis2
*/
.txtList_dl{
    overflow: hidden;
}
.txtList_dl dd{
    padding: 12px 0px 13px 0px;
    overflow: hidden;
}
.txtList_dl dd .list_a{
    background: #fff;
}
.txtList_dl .listName{
    font-size: 22px;
    color:#434343;
    padding: 0px 35px;
    line-height: 30px;
}
.txtList_dl .listTime{
    font-size: 16px;
    line-height: 70px;
    padding: 10px 35px 0px 35px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*.txtList_dl dd .list_a:hover .listTime{
    background: #57c282;
    color:#fff;
}*/
.txtList_dl .listIntr{
    height: 50px;
    padding: 0px 35px;
}

/*
* 图文列表 kis2
*/
.textImg{
    overflow: hidden;
    position: relative;
}
.textImg dt{
    width: 100%;
    height: 290px;
    overflow: hidden;
    background: #f2f7ff;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    visibility: hidden;
}
.textImg dd{
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.textImg .list_a{
    padding: 40px 0px;
    border-bottom: 1px solid #ddd;
}
.txtImg{
    overflow: hidden;
    width: 315px;
    position: relative;
    margin-right: 30px;
}
.textImg .listDeta{
    padding: 20px 0px;
}
.textImg dd .listName{
    font-size: 20px;
    color:#333;
    line-height: 30px;
    height: 30px;
}
.textImg .listIntr{
    height: 90px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 30px;
}
.textImg dd:last-child{
    border:none;
}




/*
* 图文列表 kis2
*/
.textImg_dl2{
    overflow: hidden;
    margin: 0px -22px 0px 23px;
}
.textImg_dl2 dd{
    width: 33.3333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 22px 0px 23px 0px;
}
.textImg_dl2 .list_a{
    background: #fff;
    margin: 0px 22px 0px 23px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.textImg_dl2 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.textImg_dl2 .imgDiv{
    padding-top: 54.0023895%;
}
.textImg_dl2 .listDeta{
    overflow: hidden;
    padding: 20px 30px;
}
.textImg_dl2 .listIntr{
    height: 50px;
}

/*
* 全图列表1 kis2
*/
.imgList_dl1{
    margin: 0px -15px;
}
.imgList_dl1 dd{
    width: 33.33333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 15px 0px;
}
.imgList_dl1 .list_a{
    margin: 0px 15px;
    text-align: center;
    overflow: visible;
}
.picBox{
    background: #fff;
    padding: 10px;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.imgList_dl1 .pic{
    border-radius: 3px;
	height: 270px;
}
.imgList_dl1 .pic span{
	display: block;
	height:40px;
	line-height:40px;
	text-align: center;
	font-size:14px;
	color: #f5f5f5;
	padding-top:50px;
	background:url(../../images/fdj.png) no-repeat center top;
	position: absolute;
	top:40%;
	margin-top:-45px;
	left:0;
	z-index:11;
	width:100%;
	opacity:0;
	transition-duration:0.3s;
}
.imgList_dl1 dd a:hover .pic span{top:50%;opacity:1;}
.imgList_dl1 .pic:after{
	content:"";
	display: block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	left:0;
	z-index:10;
	opacity:0;
	transition-duration:0.3s;
}
.imgList_dl1 dd a:hover .pic:after{opacity:1;}
.proViewSlide .autoImg{cursor:pointer;}
.proViewSlide .autoImg:after{
	content:"";
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	opacity:0;
	transition-duration:0.3s;
	background:rgba(0,0,0,0.5) url(../../images/fdj.png) no-repeat center center;
}
.proViewSlide .autoImg:hover:after{opacity:1;}
.proViewSlide .autoImg img{z-index:9;opacity:0}
.proViewSlide .autoImg{
	 background-position:center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.imgList_dl1 .listDeta{
    padding: 15px 10px 10px 10px;
}
.imgList_dl1 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imgList_dl1 .list_a:hover{
    transform: translateY(-5px);
}

/*
* 全图列表2 kis2
*/
.imgList_dl2{
    margin: 0px -10px;
}
.imgList_dl2 dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imgList_dl2 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
}
.imgList_dl2 .imgDiv{
    padding-top: 133.33333333%;
}
.imgList_dl2 .listDeta{
    padding: 10px 15px;
}
.imgList_dl2 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imgList_dl2 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*
* 全图列表4 kis2
*/
.imgList_dl4{
    margin: 0px -10px;
}
.imgList_dl4 dd{
    width: 33.333333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imgList_dl4 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
}
.imgList_dl4 .imgDiv{
    padding-top: 133.33333333%;
}
.imgList_dl4 .listDeta{
    padding: 10px 15px;
}
.imgList_dl4 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imgList_dl4 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*
* 全图列表5 kis2
*/
.imgList_dl5{
    margin: 0px -10px;
}
.imgList_dl5 dd{
    width: 33.333333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imgList_dl5 .list_a{
    margin: 0px 10px;
    background: #fff;
    text-align: center;
}
.imgList_dl5 .imgDiv{
    padding-top: 54.0023895%;
}
.imgList_dl5 .listDeta{
    padding: 10px 15px;
}
.imgList_dl5 .list_a{
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imgList_dl5 .list_a:hover{
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.viewCont{
    padding: 35px;
    overflow: hidden;
    background: #fff;
}
.pageBox{
    min-height:300px;
    height:auto !important;
    height:300px;
    clear:both;
    overflow:hidden;
    padding:40px 60px; 
    background:#fff;
    -webkit-animation: gfadeIn 0.6s 0.6s both;
    -moz-animation: gfadeIn 0.6s 0.6s both;
    animation: gfadeIn 0.6s 0.6s both;
    }
.articleTitle{
    padding:20px 0 10px 0;
    font-size:32px;
    line-height:46px;
    color:#333;
    text-align: center;
    font-weight:bold;
    }
.articleTime {
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    color: #888;
    font-size: 14px;
}
.fontBt span{ cursor:pointer; padding:0 2px;}
.fontBt span:hover,.fontBt span.hover{ color:#ff0000;}
.articleBox {
    overflow:hidden;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    padding:20px 0 0 0;
}
.articleBox img{ max-width:100%;}

.articleHand{
    clear:both;
    font-size:16px;
    overflow: hidden;
    padding:10px 0 0 0;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:10px 20px 10px 30px;
    float:left;
    background:url(../../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../../images/word.png) no-repeat left center; color:#37a6ff !important; }
.articleHand a.ppt,.articleHand a.pptx{background:url(../../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../../images/zip.png) no-repeat left center; color:#ff9779 !important; }

.codeBox{
    clear:both;
    background:#fff;
    text-align:center;
    padding:20px;
    }
.codeBox p{
    display:block;
    line-height:40px;
    font-size:14px;
    }
    
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:800px;
    height:535px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(../../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:800px;clear:both;margin:20px auto;position:relative;}
.img_hd {
    margin:0 auto;
    overflow: hidden;
    height:60px;
    position:relative;
}
.img_hd ul {
    position: absolute;
    z-index: 1
}
.img_hd ul li {
    float: left;
    height:47px;
    width:70px;
    padding:3px;
    margin:0 7px;
    cursor: pointer;
    background:#fff;
    border:1px solid #d4d4d4;
    position:relative;
}
.img_hd ul li p{
    height:47px;
    width:70px;
    display:block;
    background:#fff;
    position:relative;
    }
.img_hd ul li i{
    display:block;
    clear:both;
    line-height:20px;
    padding:0 5px;
    background:#000;
    color:#fff;
    position:absolute;
    right:3px;
    bottom:3px;
    z-index:99999999999999;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    }
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #00be24;background:#00be24;}
.imgMove .bottom_a {
    width:20px;
    height:25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float:left;
    top:15px;
    position:absolute;
    z-index:9999999999999;
    background:url(../../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}

.articlePage{
    clear:both;
    text-align:center;
    overflow:hidden;
    padding:20px 0;
    }
.articlePage a{
    display: inline-block;
    padding: 8px 15px;
    color: #444;
    border-radius: 2px;
    margin: 0 2px;
    background: #E2E2E2;
    }
.articlePage a:hover,.articlePage a.hover{
    color:#fff;
    background:#666;
    }
    
.pageUp{
    clear:both;
    overflow:hidden;
    line-height:35px;
    font-size:16px;
    padding:20px 0 0 0;
    border-top: 1px solid #e4e4e4;
}
.pageUp a{color:#666;}
.pageUp a:hover{
    color:#2d7cbe;
}
.ShareBox {
    overflow: hidden;
    clear:both;
}
.ShareBox p {
    display: block;
    overflow: hidden;
    float: left;
}
.ShareBox i {
    clear:both;
    display: block;
    font-size:12px;
    color:#666;
    text-align: center;
    overflow: hidden;
    margin:5px 0px;
    display:none;
}
.ShareBox span {
    font-size: 14px;
    line-height: 30px;
    float:left;
}
.ShareBox a{
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 7px 0 0 !important;
    }
.ShareBox .bds_weChat{background: url(../../images/sharebt5.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tsina{background: url(../../images/sharebt1.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tqq{background: url(../../images/sharebt2.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone{background: url(../../images/sharebt3.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_douban{background: url(../../images/sharebt4.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_sqq{background: url(../../images/sharebt6.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .f_more{background:url(../../images/footshare.png) no-repeat -111px 0px !important;}

/* 关于宇创 start */
/*公司简介*/
.channelBoxT{
	width: 100%;
	height:90px;
	overflow: hidden;
	font-size: 30px;
	color: #333333;
	text-align: center;
	background: url(../../images/ct_Icon1.png) no-repeat center bottom;
	position: relative;
}
.channelBoxT.typ{color:#ffffff;background:url(../../images/ct_Icon2.png) no-repeat center bottom;}
.channelBoxT.typ a{color: #fff;}
.channelBoxT a{transition: 0.4s ease;color: #333;}
.channelBoxT a:hover{color: #0054a6;}
.channelText{
	line-height: 28px;
    font-size: 14px;
    color: #666;
    text-align: center;
	width: 900px;
	margin: 0 auto;
}
.channelMore {
    display: block;
    overflow: hidden;
    width: 120px;
    margin: 0px auto;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /* background: url(../../images/channelMore.png) no-repeat center center; */
	border-radius: 5px;
	overflow: hidden;
}
.channelMore:after{
	content: '查看更多+';
	border: 1px solid #e5e5e5;
	color: #a6a6a6;
	border-radius: 5px;
	font-size: 14px;
    display: block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
	height:35px ;
	line-height: 35px;
	text-align: center;
	-webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	
}
.channelMore:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
	
}
.channelMore:hover::before {
    opacity: 1;
    background-color: #0054a6;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.channelMore:hover::after {
    /* background: url(../../images/channelMore_h.png) no-repeat center center; */
	color: #fff;
	border-color: #0054a6;
}
.groupDl{
    overflow: hidden;
    font-size: 0;
    text-align: center;
}
.groupDl dd{
    display: inline-block;
    margin: 0 54px;
    min-width: 110px;
    text-align: center;
}
.groupDl dd .title{
    overflow: hidden;
    min-width: 110px;
    text-align: center;
}
.groupDl dd .title .titleCon{
    display: inline-block;
}
.groupDl dd .title span{
    float: left;
    font-size: 48px;
    color: #0054a6;
    font-weight: bold;
    display: inline;  
}
.groupDl dd .title em{
    font-size: 16px;
    color: #0054a6;
    font-style: normal;
    float: left;
    margin-top: 6px;
    display: inline;
}
.groupDl dd .text{
    font-size: 18px;
    color: #666;
}
.groupText{
    line-height: 26px;
    font-size: 16px;
    color: #000;
    text-align: center;
	overflow: hidden;
}
.groupText p{
	line-height: 30px;
	font-size: 15px;
}
.groupText img{
	display: none;
}
.bgRelative{
	position: relative;
	overflow: hidden;
}
/*董事长致辞*/
.speechCon{
    position: relative;
}
.speechCon .pica{
    overflow: hidden;
    position: absolute;
    top:-77px;
    width: 345px;
}
.speechCon .pica:after{
    display: block;
    content: "";
   padding-top: 134.3023%;
}
.speechCon .pica img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.speechCon .text{
    width:900px;
    padding: 29px 39px 33px 95px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}
.speechCon .text .tabUl{
    overflow: hidden;
}
.speechCon .text .tabUl li{
    float: left;
    display: inline;
    width: 150px;
    height: 41px;
    text-align: center;
    line-height: 41px;
}
.speechCon .text .tabUl li a{
    display: block;
    background: #f5f5f5;
    color: #666;
    font-size: 18px;
}
.speechCon .text .tabUl li.hover a{
    background: #0054a6 url(../../images/wicon1.png) bottom center no-repeat;
    color: #fff;
} 
.speechCon .text .textBox{
    height: 298px;
    overflow: hidden;
}
.speechCon .text .textBox dd .txtUl{
    overflow: hidden;
}
.speechCon .text .textBox dd .txtUl li{
    float: left;
    display: inline;
    width: 65px;
    height: 37px;
    line-height: 37px;
    margin-left: 32px;
    border-bottom: 1px solid #999;
    text-align: center;
    transition: all .3s linearl
    -webkit-transition: all .3s linearl
}
.speechCon .text .textBox dd .txtUl li a{
    position: relative;
    font-size: 18px;
    display: block;
    color: #333; 
    padding-right: 12px;
    transition: all .3s linearl
    -webkit-transition: all .3s linearl
}
.speechCon .text .textBox dd .txtUl li a:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 11px;
    top: 50%;
    margin-top: -6px;
    right: 7px;
    background: url(../../images/wicon3.png) right center no-repeat;
}
.speechCon .text .textBox dd .txtUl li.hover a:after{
    background: url(../../images/wicon2.png) right center no-repeat;
}
.speechCon .text .textBox dd .txtUl li.hover{
    border-color: #0054a6;
}
.speechCon .text .textBox dd .txtUl li.hover a{
    color: #0054a6;
}
.speechCon .text .textBox dd .txtUl li:hover a:after{
    background: url(../../images/wicon2.png) right center no-repeat;
}
.speechCon .text .textBox dd .txtUl li:hover{
    border-color: #0054a6;
}
.speechCon .text .textBox dd .txtUl li:hover a{
    color: #0054a6;
}
.speechCon .text .textBox dd .textConB{
    height: 225px;
    overflow: hidden;
}
.speechCon .text .textBox dd .textCon .title{
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    color: #000;
}
.speechCon .text .textBox dd .textCon em{
    display: block;
    line-height: 36px;
    font-style: normal;
    font-size: 18px;
    color: #666;
    font-weight: bold;
}
.speechCon .text .textBox dd .textCon .txt{
    line-height: 30px;
    font-size: 15px;
    color: #000;
}

/*发展历程*/
.history{
	background: url(../../images/eventBg.jpg) center center no-repeat;
}
.historyDl{
    overflow: hidden;
    height: 348px;
    margin-right: -1px;
}
.historyDl dd{
    float: left;
    display:inline;
    width: 184px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.historyDl a{
	display: block;
}
.historyDl dd .con{
    margin-right: 1px;
}
.historyDl dd .con .pic{
    position: relative;
    overflow: hidden;
}
.historyDl dd .shade{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
	transition: 0.3s ease;
}
.historyDl dd.hover .shade{
    background: rgba(0,0,0,0.3);
}
.historyDl dd .con .pic .shade .title{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding-top: 145px;
}
.historyDl dd .con .pic .shade .text{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.historyDl dd .more{
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background: url(../../images/yj.png) center center no-repeat;
}
.historyDl dd.hover{
    width: 465px;
}
.historyDl dd:hover{
    width: 465px;
}
/*企业荣誉*/
.slider{
    position: relative;
    width:700px;
    margin: 0px auto;
    height: 350px;
}
.slider .bt{
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -24px;
}
.slider .prev{
    left: -190px;
    background: url(../../images/Wprev.png) no-repeat center center;
}
.slider .prev:hover{
    background: url(../../images/wprev_h.png) no-repeat center center;
}
.slider .next{
    right: -190px;
    background: url(../../images/Wnext.png) no-repeat center center;
}
.slider .next:hover{
    background: url(../../images/wnext-h.png) no-repeat center center;
}
#img-slider{
    height: 365px;
}
#img-slider li{
    width:565px;
    height:365px;
    position:relative;
}
#img-slider a{
	display: block;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
#img-slider span{
	overflow: hidden;
    font-size: 16px;
    color: #666;
    text-align: center;
    padding-top: 10px;
	display: none;
}
#img-slider .roundabout-in-focus span{
	display: block;
}
#img-slider li img{
    display:block;
    width: 100%;
	height: 100%;
}
.roundabout-in-focus .honorName{
    display: block;
}
.honorName{
    display: none;
    overflow: hidden;
    font-size: 16px;
    color:#666;
    text-align: center;
    padding-top: 10px;
}

.dhjd_dl{
    overflow: visible !important;
}

#articleContent .center{
    width: 1920px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
/*星耀文化*/
.cultureBox .cultureList{
    overflow: hidden;
    text-align: center;
    font-size: 0px;
}
.cultureBox .cultureList dd{
    width: 280px;
    height: 315px;
    font-size: 14px;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
	margin-left: 10px;
	float: left;
	display: inline;
}
.cultureBox .cultureList a{
	display: block;
	position: relative;
	height: 100%;
}
.cultureBox .cultureList dd.dd1{
    width: 620px;
	margin-left: 0px;
	background: url(../../images/wh1.jpg) center center no-repeat;
} 
.cultureBox .cultureList dd.dd2{
	background: url(../../images/wh2.jpg) center center no-repeat;
}
.cultureBox .cultureList dd.dd3{
	background: url(../../images/wh3.jpg) center center no-repeat;
}
.cultureBox .cultureList .picBoxa{
	height: 100%;
}
.cultureBox .cultureCon{
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	transition: 0.4s ease-in-out;
	height: 100%;
	
}
.cultureBox .cultureList dd.dd1 .cultureCon{
	background: #0054a6\9;
	background: rgba(29,110,166,0.8);
}
.cultureBox .cultureList dd.dd2 .cultureCon{
	background: #d1201b\9;
	background: rgba(209,32,27,0.8);
}
.cultureBox .cultureList dd.dd3 .cultureCon{
	background: #f7941d\9;
	background: rgba(247,148,29,0.8);
}
.cultureBox .cultureList dd .picBg{
    position: relative;
	top: 115px;
    margin: 0 auto;
    width: 70px;
    height: 78px;
	background: center center no-repeat;
}
.cultureBox .cultureList dd.dd1 .picBg{
    background-image: url(../../images/wicon7.png);
}
.cultureBox .cultureList dd.dd2 .picBg{
    background-image: url(../../images/wicon8.png);
}
.cultureBox .cultureList dd.dd3 .picBg{
    background-image: url(../../images/wicon9.png);
}
.cultureBox .cultureList dd .cultureTxt1{
	position: absolute;
	left: 15px;
	bottom: 20px;
	width: 110px;
	font-size: 24px;
	color: #fff;
	transition: 0.4s ease-in-out;
}
.cultureBox .cultureList dd .cultureTxt2{
    display: block;
    position: relative;
    height: 58px;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
	top: 115px;
}
.cultureBox .cultureList a:hover .cultureTxt1{
	left: 50%;
	bottom: 50%;
	opacity: 0;
	visibility: hidden;
}
.cultureBox .cultureList a:hover .cultureCon{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition-delay: 0.3s;
}
/* 关于宇创 end */
.h130{clear: both;height: 130px;overflow: hidden;}
.minH_350 .box-four{width:1200px;margin:auto;padding-bottom:55px}
.minH_350 .box-four .title{font-size:30px;color:#3e3b3b;padding:67px 0 57px 0;text-align:center}
.minH_350 .box-four .list{width:100%;display:table;position:relative}
.minH_350 .box-four .list .next,.minH_350 .box-four .list .prev{width:40px;height:40px;position:absolute;top:130px;cursor:pointer;z-index:5}
.minH_350 .box-four .list .prev{left:-73px}
.minH_350 .box-four .list .next{right:-73px}
.minH_350 .box-four .list .bd{width:1200px;overflow:hidden}
.minH_350 .box-four .list li{width:344px;float:left;margin-right:33px;text-align:center}
.minH_350 .box-four .list li:nth-child(3n){margin-right:0}
.minH_350 .box-four .list li .img{width:344px;height:auto;border:1px solid #c1c1c1;box-sizing:border-box;overflow:hidden;position:relative}
.minH_350 .box-four .list li .img img{width: 342px; height: 257px;}
.minH_350 .box-four .list li .img .zz{width:100%;height:100%;position:absolute;left:0;top:100%;z-index:2;background:rgba(0,84,166,.8);transition:all ease .3s}
.minH_350 .box-four .list li:hover .img .zz{top:0}
.minH_350 .box-four .list li .img .zz img{width: 50px; height: 50px; position:absolute;top:40%;left:140px;}
.minH_350 .box-four .list li .title{width:100%;font-size:16px;line-height:30px;color:#000;text-align:center;padding:15px 0}
.minH_350 .box-four .list li .title span{font-size:14px;line-height:22px;color:#aaa;display:block}
/* 在线留言 */
/*		留言表单开始*/
.message{padding:40px 59px  59px;position: relative;}
.message .messTitle{line-height: 60px;font-size: 20px;color: #333333;text-align: center;}
#messageForm{overflow: hidden;}
#messageForm .messcon{overflow: hidden;padding-top: 16px;}
.messcon .dfcon .conLeabe{width: 80px;float: left;text-align: right;line-height: 68px;color: #999999;font-size: 16px;}
.messcon .dfcon .inputBox{overflow: hidden;height: 100%;}
.messcon .dfcon .inputBox input{padding: 0 5px;overflow: hidden;height: 100%;width: 100%;border: 0;font-size: 16px;}
.message .dfcon{margin-right: 40px;border: 1px solid #d9d9d9;height: 66px;}
.message .inputTexe{line-height: 68px;font-size: 16px; overflow: hidden;padding-left: 20px}
.message .inputTexe a{ color: #999999; font-size: 14px}
.message .inputTexe a:hover{ color: #0054a6}
.message .inputPic{overflow: hidden;height: 66px;border: 1px solid #d9d9d9;}
.message .inputPic img{display: block; width: 100%;height:100%;}
.message .dfcon.yzmcon{margin: 0;}
.messageFl{width: 50%;}
.textareaFr{width: 50%;padding-top: 16px;}
.textareaFr .textIn{border: 1px solid #d9d9d9;height: 100%;height: 236px;}
.textareaFr .textIn .conLeabe{width: 81px;float: left;text-align: right;line-height: 68px;height: 235px;font-size: 16px;}
.textareaFr .textIn textarea{width: 450px;height:230px; border: 0;color: #999999;padding: 5px 0 0 8px;}
.sonSub{padding-top:50px;}
.message .sonSub .sub{width: 150px; height: 50px;background: #0054a6;text-align: center;color: #ffffff;line-height: 50px;margin: 0 auto;cursor: pointer;font-size: 18px; border: none;}
.messcon .dfcon .inputBox input::-webkit-input-placeholder{
     font-size: 16px;
 }
.messcon .dfcon .inputBox input::-webkit-input-placeholder{
    font-size: 16px;
}
.textareaFr .textIn textarea::-webkit-input-placeholder{
     font-size: 16px;
 }
.textareaFr .textIn textarea::-webkit-input-placeholder{
    font-size: 16px;
}
.formInput,textarea{display: block;height: 100%;width: 100%;border: none;line-height: 60px;font-size: 14px;}
/*		留言表达结束*/
/* 新闻中心 */
.minH600{
	background-color: #eaeff2;
}
/*公司新闻 start*/
.news{padding:20px 0 0 0;}
/*.imgText1 dd.odd{background: #888;}*/
.news .imgText1 dd{padding: 20px 20px; background: #ffffff;margin-bottom: 20px;width:100%;border: none;cursor: pointer;}
.news .imgText1 dd:hover .text .title a{color: #0054a6;}
.news .imgText1 dd .pic{ width: 300px;height: 200px;}
.news .imgText1 dd .pic img{ width: 300px;height: 200px;}
.news .imgText1 dd .pic:before{ display: block; padding-top: 70%;}
.news .imgText1 dd .text{padding:24px 50px 0 8px;}
.news .imgText1 dd .text .title{ height: 46px; line-height: 46px;margin-bottom: 3px;}
.news .imgText1 dd .text .title a{ color: #333333; font-size: 18px;    text-align: left;display: block;}
.news .imgText1 dd .text .time{  height:36px; line-height:36px;font-size:14px;}
.news .imgText1 dd .text .time span{padding-right: 35px;}
.news .time .data{background:url(../../images/timeIco.png) no-repeat;background-position: left 1px top 10px;padding-left: 17px;}
.news .time .eye{background:url(../../images/eyeIco.png) no-repeat;background-position: left 0px top 13px;padding-left: 20px;}
.imgText1 dd .text{ overflow: hidden;}
.imgText1 dd .text .title{ overflow: hidden; height: 30px; line-height: 30px; font-weight: bold;margin-bottom: 8px;}
.imgText1 dd .text .title a{ color: #666; font-size: 16px;}
.imgText1 dd .text .textC{ font-size:14px; color:#666666; line-height:30px; height:90px; overflow:hidden; margin-bottom:8px;}
.imgText1 dd .text .time{  height:25px; line-height:25px; overflow:hidden; color:#999999;}
.imgText1 dd .text .time span{ float:left; display: inline;}
.imgText1 dd .text .time em{ float:left; display: inline; font-style: normal; margin: 0 15px;}
.imgText1 dd:hover .text .title a{ color: #F00;}
/*公司新闻 end*/
