<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/*
* 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;
}
/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/
.viewCont{
    padding: 50px;
    overflow: hidden;
    background: #333;
}
.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 0px 0;
    font-size:24px;
    line-height:46px;
    color:#333;
    text-align: center;
    }
.articleTitle2{
    line-height: 30px;
    text-align:center;
    color: #999999;
    font-size: 14px;
}
.articleTitle2 span{
	display:inline-block;
	height:30px;
	line-height:30px;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position: left center;
	margin:0 10px;
}
.articleTitle2 span.icon1{background-image:url(../images/icon1.png)}
.articleTitle2 span.icon2{background-image:url(../images/icon2.png)}
.articleBox {
    overflow:hidden;
    font-size: 16px;
    color: #888;
    line-height:24px;
    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 #e52129;background:#e52129;}
.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:#00be24;
}
.shareBox{
	padding:15px 20px;
	overflow: hidden;
	background:#f4f4f4;
	text-align: center;
}
.shareBox .bdsharebuttonbox{display:inline-block}
.shareBox a{
	width: 34px !important;
	height: 34px !important;
	padding: 0 !important;
	margin: 0 9px!important;
	background-image: url(../images/share2.png) !important;
}
.shareBox a.bds_sqq{ background-position: 0px 0px !important;}
.shareBox a.bds_tsina{ background-position: -50px 0px !important;}
.shareBox a.bds_weixin{ background-position: -101px 0px !important;}

/*单篇+文章页end*/
/*全图列表页start*/
.imgListDl{margin:0 -17px}
.imgListDl dd{
	float: left;
	width: 25%;
	overflow: hidden;
	margin-bottom: 20px;
}
@media only screen and (max-width:1440px) {
	.imgListDl dd{width:33.333%;}
}
.imgListDl dd a{
	display: block;
	overflow: hidden;
	margin:0 17px;
}
.imgListDl dd .pic{
	width:100%;
	padding-top:67.664%;
	position: relative;
	overflow: hidden;
	background:#f5f5f5;
}
.imgListDl dd .pic img{
	display: block;
	width: 100%;
    height: 100%;
	position: absolute;
    left:0;
    top:0;
	object-fit:contain;
	object-position:center center;
}
.imgListDl dd span{
	display: block;
	height:55px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	color: #333333;
	font-size:18px;
}
/*全图列表页end*/
/*图文列表页start*/
.textImg dd{
	clear: both;
	margin-bottom: 40px;
}
.textImg dd a{
	display: block;
	overflow: hidden;
	background:#f7f7f7;
}
.textImg dd a .pic{
	width: 415px;
	height:250px;
	overflow: hidden;
	margin-right:5%;
}
.textImg dd a .pic img{
	display: block;
	width: 415px;
	height:250px;
}
.textImg dd a .divR{
	overflow: hidden;
	padding-right:7%;
}
.textImg dd a .divR .divT{
	clear: both;
	height:35px;
	overflow: hidden;
	line-height: 35px;
	color: #333333;
	font-size: 20px;
}
.textImg dd a:hover .divR .divT{color:#008bdb}
.textImg dd a .divR .divT2{
	clear: both;
	height:27px;
	overflow: hidden;
	line-height: 27px;
	color: #888888;
	font-size:14px;
}
.textImg dd a .divR .txt{
	clear: both;
	height:52px;
	overflow: hidden;
	color: #888888;
	font-size: 14px;
	line-height: 26px;
}
.mapBox{
	clear: both;
	overflow: hidden;
	padding-top:36.611%;
	position: relative;
}
.mapBoxC{
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.contactUsDl{margin:0 -30px}
.contactUsDl dd{
	float: left;
	width: 33.333%;
	overflow: hidden;
}
.contactUsDl dd a{
	display: block;
	overflow: hidden;
	margin:0 30px;
	background:#f9f9f9;
}
.contactUsDl dd .icon{
	clear: both;
	height:130px;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
.contactUsDl dd .icon.icon1{background-image:url(../images/icon3.png)}
.contactUsDl dd .icon.icon2{background-image:url(../images/icon4.png)}
.contactUsDl dd .icon.icon3{background-image:url(../images/icon5.png)}
.contactUsDl dd .txt{
	overflow: hidden;
	height:60px;
	padding:0 10%;
	line-height: 30px;
	text-align: center;
	color:#777777;
	font-size: 20px;
	margin-bottom: 30px;
}
/*图文列表页end*/
/*图文列表页2 begin*/
.textImg2{margin:0 -55px;margin-top:10px}
.textImg2 dd{
	float: left;
	width: 50%;
	overflow: hidden;
	padding:15px 0;
}
.textImg2 dd a{
	display: block;
	overflow: hidden;
	margin:0 55px;
}
@media only screen and (max-width:1440px) {
	.textImg2{margin:0 -15px;margin-top:10px}
	.textImg2 dd a{margin:0 15px;}
}
.textImg2 dd a .pic{
	width:200px;
	height:250px;
	overflow: hidden;
	margin-right: 40px;
}
.textImg2 dd a .pic img{
	display: block;
	width:200px;
	height:250px;
	object-fit:cover;
	object-position: center top
}
.textImg2 dd a .divR{
	overflow: hidden;
	height:250px;
}
.textImg2 dd a .divR .divT{
	clear: both;
	height:45px;
	overflow: hidden;
	line-height: 45px;
	color: #333333;
	font-size: 18px;
}
.textImg2 dd a .divR .divT span{padding-left:10px;color:#0193dd;font-size:18px}
.textImg2 dd a .divR .divT2{
	clear: both;
	padding:10px 0;
	overflow: hidden;
	line-height: 20px;
	color: #0193dd;
	font-size:18px;
}
.textImg2 dd a .divR .txt{
	clear: both;
	height:90px;
	overflow: hidden;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
}
/*图文列表页2 end*/
/*招聘列表页start*/
.rmtDl{margin:0 -15px;}
.rmtDl dd{
	float: left;
	width:33.333%;
	height:232px;
	margin-bottom: 40px;
}
.rmtDl dd a{
	display: block;
	overflow: hidden;
	margin:0 15px;
	background:#fff;
	border:1px solid #bcbcbc;
	padding:40px;
	transition-duration: 0.3s;
}
.rmtDl dd a.show{position:relative;z-index:9}
.rmtDl dd a .divT{
	height:35px;
	overflow: hidden;
	line-height: 35px;
	font-size: 22px;
	color: #333333;
	background:url(../images/icon6.png) no-repeat right center;
}
.rmtDl dd a:hover .divT{color:#008bdb}
.rmtDl dd a .txt{
	height:90px;
	overflow: hidden;
	color: #555555;
	font-size: 16px;
	line-height: 30px;
	transition-duration: 0.3s;
}
.rmtDl dd a.show .txt{
	height:150px;
}
/*招聘列表页end*/
/*留言start*/
.msgDl{padding-right:40px;}
.msgDl dt{
	clear: both;
	height:60px;
	line-height: 60px;
	color:#333333;
	font-size: 20px;
	margin-bottom: 20px;
}
.msgDl dd .ddBox{
	width: 50%;
	overflow: hidden;
}
.msgDl dd .divT{
	width: 120px;
	height:50px;
	overflow: hidden;
	line-height: 50px;
	font-size: 16px;
	color:#666666;
	text-align: right;
	margin-right: 10px;
}
.msgDl dd .divT i{
	font-style: normal;
	color: #ff0000;
	font-size:14px;
}
.msgDl dd .inputBox{
	overflow:hidden;
	border:1px solid #cccccc;
	padding:0 10px;
}
.msgDl dd .inputBox input{
	height:48px;
	width:100%;
	line-height: 48px;
	font-family:"microsoft yahei";
	border:none;
	background:none;
	font-size:14px;
	color:#666;
}
.msgDl dd .inputBox textarea{
	width: 100%;
	border:none;
	background:none;
	line-height:24px;
	color: #666;
	font-size: 14px;
	height:245px;
}
.msgDl dd .code{
	width: 100px;
	height:50px;
	overflow: hidden;
	cursor: pointer;
	margin-left:15px;
}
.msgDl dd .code img{
	display: block;
	width: 100px;
	height:50px;
}
.msgDl dd .ddBox2{
	overflow: hidden;
	padding-left:65px;
}
.msgDl dd .btn{
	display: block;
	width: 100%;
	height:56px;
	line-height: 56px;
	text-align: center;
	background:#0085d1;
	color: #ffffff;
	font-size: 18px;
}
.msgDl dd .btn:hover{opacity:0.9}
/*留言end*/
/*
-----------------------------内页样式end-----------------------------
*/
.articlePageUp{
	clear: both;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	padding-top: 25px;
}
.articlePageUp a{color: #666}
.articlePageUp a:hover{color: #008bdb}
/**************/
/*全图列表页start*/
.headList{
    overflow: hidden;
	margin:0 -5px;
}
.headList dd{
    float: left;
    display: inline;
    width: 25%;
}
.headList dd .con{
	overflow: hidden;
	margin:0 5px;
}
.headList dd .pic{
    position: relative;
}
.headList dd .pic:after{
    display: block;
    content: '';
    padding-top: 122.2222%;
}
.headList dd .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
	object-fit: cover;
	object-position: center center;
}
.headList dd:hover .pic img{
	filter:grayscale(1);
	-webkit-filter:grayscale(1);
}
.headList dd .pic .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.headList dd .pic .text span{
	width: 38px;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: rgba(255,255,255,0.3);
}
.maxtitle{
    height: 122px;
    line-height: 122px;
    text-align: center;
    font-size: 28px;
    color: #333;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    margin-bottom: 50px;
}
.maxtitle:after{
    display: block;
    content: '';
    width: 112px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -56px;
    background: #c4c4c4;
}
.imgText{
    overflow: hidden;
    margin-right: -38px;
}
.imgText dd{
    float: left;
    display: inline;
    width: 50%;
    margin-bottom: 40px;
}
.imgText dd .con{
    margin-right: 38px;
    background: #f8f8f8;
	overflow: hidden;
}
.imgText dd .pic{
    position: relative;
    width:65%;
	height:231px;
	overflow: hidden;
}
.imgText dd .pic img{
	display: block;
	width: 470px;
	height:230px;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top:0;
	left: 50%;
	margin-left:-235px;
}
.imgText dd .text{
    overflow: hidden;
    padding: 60px 23px 42px;
}
.imgText dd .text .txt{
    padding-top: 15px;
	height:60px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    color: #333;
}
.imgText dd .text .txt:after{
    display: block;
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    background: #0a8c00;
    top: 0;
    left: 0;
}

.imgText dd .text .moreText{
    height: 27px;
    width: 90px;
    border: 1px solid #ccc;
    background: url(../test/jt.png) center center no-repeat;
}

.headList1{
    overflow: hidden;
	margin:0 -5px;
}
.headList1 dd{
    width: 50%;
    float: left;
    display: inline;
}
.headList1 dd .con{
	overflow: hidden;
	margin:0 5px;
}
.headList1 .pic{
    position: relative;
}
.headList1 .pic:after{
    display: block;
    content: '';
    padding-top: 61.11111%;
}
.headList1 .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.headList1 dd:hover .pic img{
	filter:grayscale(1);
	-webkit-filter:grayscale(1);
}
.headList1 .pic .text{
    padding: 0 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.headList1 .pic .text span{
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
}</pre></body></html>