/*
 * @since:2020
 * @author:李鹏飞(superfly) ~~~!
 * @QQ:1263134131
 * @Copyright © 2020 www.itwebs.cn All Rights Reserved.
 **/
 
/*
* 自定义部分 
*/
.bgf{
    background: #fff;
}
/*
* 头部 
*/
#headers{}
.bodyon #headers,.header-container.actives{
    background: #000;
    padding: 5px 0;
	position:relative
}

/**
 * 文章详细页
 * @author superfly
 * @return
 */
.page-box{
	
	height:auto !important;
/*	min-height:300px;
	height:300px;*/
	clear:both;
	overflow:hidden;
	padding:40px 60px;
    -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 150px 10px 150px;
    font-size:32px;
    line-height:46px;
    color:#333;
    text-align: center;
	font-weight:bold;
	}
.articleTime{
    line-height:36px;
    text-align:center;
    font-size:0px;
}
.articleTime .center{
    display: inline-block;
    overflow: hidden;
}
.articleTimeTxt{
    font-size: 14px;
}
.newsShare{
    padding-left: 15px;
    margin-top: 2px;
}
.newsShare span{
    font-size: 14px;
}
.articleBox {
    overflow:hidden;
    font-size: 16px;
    color: #454545;
    line-height: 40px;
	padding:20px 0 0 0;
}
.articleBox img{ max-width:100%;}
#articleContent{
    overflow: hidden;
}
#articleContent .center{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.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;
	}
.pageUp {
    clear: both;
    overflow: hidden;
    line-height: 35px;
    font-size: 16px;
    padding: 20px 0;
}	
	
	
/**
 * 文章分页
 * @author superfly
 * @return
 */
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:12px 18px;color:#999999;border-radius:3px;background: #fff;}
.page a:hover{background: #1f4396;color: #fff;}
.page a.hover{background: #1f4396;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/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageH.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageH.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageH.png)}
.page a.lastPage:hover div{background-image: url(../images/page/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/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}

/*
* 列表公共部分 superfly
*/
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.pic{
   position: relative;
   overflow: hidden;
   z-index: 3;
   background: #fff url(../images/loading.gif) no-repeat center center;
}
.pic:after{
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 66.666666%;
}
.pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    object-fit: cover;
}
.listDeta{
    overflow: hidden;
    position: relative;
}
.listName{
    display: block;
    font-size: 14px;
    color:#333;
    overflow: hidden;
    line-height: 20px;
}
.listTit{
    display: block;
    font-size: 16px;
    color:#333;
    overflow: hidden;
    line-height: 25px;
}
.listIntr{
    overflow: hidden;
    font-size: 13px;
    color:#888;
    overflow: hidden;
    line-height: 30px;
    padding-top: 10px;
}
.listTime{
    line-height: 20px;
    overflow: hidden;
    font-size: 13px;
    color:#999;
}
.ayuedIcon{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 5;
}
.listOther {
    overflow: hidden;
    font-size: 13px;
    color: #999;
    line-height: 20px;
    padding-top: 10px;
}
.icon-play{
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.play{
    display: none;
    background: rgba(0,0,0,0.5) url(../images/play.png) no-repeat center center;
}
.default{
    background: rgba(0,0,0,0.3);
}
.autoImg{
    position: relative;
    overflow: hidden;
    
    background: url(../images/defaultBg.gif) repeat;
	background-size:cover;
}
.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%);
}
.txt-c{
    text-align: center;
}
/*图片缩放*/
.scaleImg img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.scaleImg:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.default {
    background: #f5f5f5 url(../images/defaultBg.gif) no-repeat center center;
}
/**
 * 图文列表(左图右文结构&&文字整行)
 * @author superfly
 * @return
 */
.list-text{
	position:relative;
	z-index:9;
    margin: 0px -10px;
}
.list-text:after{
    display: block;
    content: "";
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.list-text dd{
    padding:10px 0;
    position: relative;
    z-index: 3;
    float: left;
    display: block;
    transition: width 0.15s linear;
	min-height: 218px;
	width: 100%;
}
.list-text dd:nth-child(2n+1) .list_a{
    background: #f4f4f4;
	border: 1px solid #e7e7e7
}
.list-text .list_a{
    margin: 0px 10px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s linear;
    padding: 15px;
    border-radius: 4px;
    position: relative;
	border: 1px solid #e7e7e7
}
.list-text .list_a:hover{
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
    box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
}
.list-text .list_a:after{
    display: block;
    content: "";
    width: 0px;
    height: 100%;
    overflow: hidden;
    background: #fcfcfc;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s linear;
    z-index: 1;
}
.list-text .list_a:hover:after{
    width: 100%;
}
.txtImg{
    width: 328px;
    overflow: hidden;
    margin-right: 15px;
    position: relative;
    z-index: 5;
}
.txtImg .pic:after{
    padding-top: 56.25%;
}
.list-text .listTit{
    height: 25px;
    font-weight: bold;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*.list-text .list_a:hover .listTit{
    color:#16559d;
}*/
.list-text .listIntr{
    height: 90px;
}
.list-text .listDeta{
    padding: 10px 15px;
    z-index: 3;
}

.list-text .listTime{
    padding-left: 20px;
    background: url(../images/time.png) left center no-repeat;
	background-size: 15px;
}
.list-text .listNum{
    margin-left: 20px;
    padding-left: 25px;
    background: url(../images/eye.png) left center no-repeat;
	background-size: 16px;
}

.animate1 dd:before{
    display: block;
    display: none\9;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    /*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
    background: #ddd;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 2;
}
.animate1 dd:after{
    display: block;
    display: none\9;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0px;
    /*-webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);*/
    background: #ddd;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 2;
}
.animate1 dd:hover:before,
.animate1 dd:hover:after{
    width: 50%;
    opacity: 1;
}
.animate2 dd:before{
    display: block;
    display: none\9;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    bottom: 50%;
    /*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
    background: #ddd;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}
.animate2 dd:after{
    display: block;
    display: none\9;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    /*-webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);*/
    background: #ddd;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}
.animate2 dd:hover:before,
.animate2 dd:hover:after{
    height: 50%;
    opacity: 1;
}
.animate3 dt{
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ddd;
    z-index: 1;
}

/**
 * 新闻列表(纯文字)
 * @author superfly
 * @return
 */
.list-text-word{
	clear:both;
	overflow:hidden;
	}
.list-text-word dd{
	overflow:hidden;
	clear:both;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    transition:all .3s;
    position: relative;
}
.list-text-word dd:nth-child(2n+1){
	background: #fff;
}
.list-text-word dd a{
    display: block;
    padding:50px 0;
    border-bottom:1px solid #ccc;
}
.list-text-word dd .date{
    font-family: Arial;
    width:100px;
    margin-right:45px;
	float:left;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    text-align: right;
}
.list-text-word dd .date span{
    font-size: 16px;
    line-height: 45px;
    color: #666;
	display:block;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    padding-top: 5px;
    position: relative;
}
.list-text-word dd .date span:after{
    content: '';
    display: block;
    border-bottom: 1px solid #d2d2d2;
    position: absolute;
    width: 25px;
    right: 0;
    bottom: 0;
}
.list-text-word dd .date em{
    display: block;
	line-height:25px;
    font-size: 32px;
	color:#888;
    font-family: auto;
}
.list-text-word dd .txtBox h3{
    font-size: 18px;
    margin-bottom: 15px;
    color: #454545;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
	font-weight:normal;
	}
.list-text-word dd .txtBoxCon{
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    color: #848484;
	font-size:14px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.list-text-word dd:hover{ background:#fff; top: -1px; z-index: 9;}
.list-text-word dd:nth-child(2n+1):hover{ background:#f8f8f8; top: -1px; z-index: 9;}
.list-text-word dd:hover a{ border-color:#fff;}

.list-text-word dd:hover .date em{ color:#3583c4;}
.list-text-word dd:hover .date span{ color:#3583c4;}
.list-text-word dd:hover .date span:after{ border-color:#3583c4;}

.list-text-word dd:hover .txtBox h3{ color:#3583c4;}
.list-text-word dd:hover .txtBoxCon{ color:#666;}

/**
 * 新闻列表二(纯文字)
 * @author superfly
 * @return
 */
.list-text-word2 {
    margin: 0 -15px;
}
.list-text-word2 dd{
    width: 50%;
    float: left;
    display: block;
    padding: 15px 0px;
}
.list-text-word2 dd a{
    display: block;
    margin: 0 15px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.list-text-word2 dd .listTime{
    width: 108px;
    text-align: center;
    height: 120px;
    position: relative;
}
.list-text-word2 dd .listTime span{
    font-size: 28px;
    color: #454545;
    display: block;
    line-height: 36px;
    height: 36px;
    padding-top: 30px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.list-text-word2 dd .listTime em{
    -webkit-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
    display: block;
}
.list-text-word2 dd .listTime i{
    display: block;
    position: absolute;
    height: 53px;
    border-left: 1px solid #dcdcdc;
    right: 0;
    top: 33px;
}
.list-text-word2 dd .txtDiv{
    overflow: hidden;
    padding: 0 38px;
}
.list-text-word2 dd .listTit{
    font-size: 18px;
    color: #333;
    padding-top: 28px;
    font-weight: bold;
}
.list-text-word2 dd .listInfr{
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 12px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
} 
.list-text-word2 dd a:hover{
    background: #3583c4;
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}
.list-text-word2 dd a:hover .listTime span,
.list-text-word2 dd a:hover .listTime em,
.list-text-word2 dd a:hover .listTit,
.list-text-word2 dd a:hover .listInfr{
    color: #fff;
}
/**
 * 新闻列表三(纯文字)
 * @author superfly
 * @return
 */
.list-text-word3 dd{
	clear: both;
	overflow: hidden;
	height: 72px;
	border-bottom: 1px dotted #dbdbdb;
}
.list-text-word3 dd span{
	display:block;
	float:right;
	height: 72px;
	font-size:15px;
	color: #666666;
	line-height: 72px;
}
.list-text-word3 dd a{
	display:block;
	overflow: hidden;
	height: 72px;
	color: #666666;
	line-height: 72px;
	font-size: 16px;
	float:left;
}
.list-text-word3 dd a:hover{color: #3583c4}
/**
 * 图文列表(新闻图片)
 * @author superfly
 * @return
 */
.list-text-img{overflow:hidden;margin: 0px -7px 0 -8px !important;}
.list-text-img dd{
	width:25%; 
	-webkit-animation:gfadeIn 0.6s 0.8s both; 
	-moz-animation:gfadeIn 0.6s 0.8s both; 
	animation:gfadeIn 0.6s 0.8s both;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
	overflow:hidden;
	}
.list-text-img.list-text-new-img dd{width:33.33%}
.list-text-img.list-text-link-img dd{width: 20%;}	
.list-text-img dd:nth-of-type(1){-webkit-animation-delay:0.2s; -moz-animation-delay:0.2s; animation-delay:0.2s;}
.list-text-img dd:nth-of-type(2){-webkit-animation-delay:0.4s; -moz-animation-delay:0.4s; animation-delay:0.4s;}
.list-text-img dd:nth-of-type(3){-webkit-animation-delay:0.6s; -moz-animation-delay:0.6s; animation-delay:0.6s;}
.list-text-img dd:nth-of-type(4){-webkit-animation-delay:0.8s; -moz-animation-delay:0.8s; animation-delay:0.8s;}
.list-text-img dd:nth-of-type(5){-webkit-animation-delay:1s; -moz-animation-delay:1s; animation-delay:1s;}
.list-text-img dd:nth-of-type(6){-webkit-animation-delay:1.2s; -moz-animation-delay:1.2s; animation-delay:1.2s;}
.list-text-img dd:nth-of-type(7){-webkit-animation-delay:1.4s; -moz-animation-delay:1.4s; animation-delay:1.4s;}
.list-text-img dd:nth-of-type(8){-webkit-animation-delay:1.6s; -moz-animation-delay:1.6s; animation-delay:1.6s;}
.list-text-img dd:nth-of-type(9){-webkit-animation-delay:1.8s; -moz-animation-delay:1.8s; animation-delay:1.8s;}
.list-text-img dd:nth-of-type(10){-webkit-animation-delay:2s; -moz-animation-delay:2s; animation-delay:2s;}
.list-text-img dd:nth-of-type(11){-webkit-animation-delay:2.2s; -moz-animation-delay:2.2s; animation-delay:2.2s;}
.list-text-img dd:nth-of-type(12){-webkit-animation-delay:2.4; -moz-animation-delay:2.4; animation-delay:2.4s;}

.list-text-img dd a{
	display:block; 
	height:100%;
	margin:8px 7px 20px 8px;
	background:#fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
	}
.list-text-img.list-text-link-img{flex-wrap: wrap;}	
.list-text-img.list-text-link-img dd a{margin: 8px 7px 8px 8px;}
.list-text-img.list-text-link-img dd{margin-bottom: 7px;}
.list-text-img.list-text-new-img dd a,.list-text-img.list-text-new-img dd .newsText{
	background: #f7f7f7;
	}	
.list-text-img dd .picture{display:block; padding-top:56.25%; width:100%; overflow:hidden; position:relative;}
.list-text-img.list-text-link-img dd .picture{padding-top:41.66667%}
.list-text-img dd .picture img{
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
	}	
a .ui-s-cover { background: #000; position: absolute; width: 100%; top: 0; left: 0; height: 100%; filter: alpha(opacity=40); opacity: 0.4; transition: all 0.2s ease-in-out; z-index: 5; }
a:hover .ui-s-cover { filter: alpha(opacity=0); opacity: 0; }	

.ui-s-add{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: -100%;
    left: 0px;
    background: rgba(0,0,0,0.5) url(../images/carImg.png) no-repeat center center;
    z-index: 3;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
}
a:hover .ui-s-add{top:0;}
.flashBg{
    overflow: hidden;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: -100%;
    z-index: 1;
    background: #88b829;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
}
a:hover .flashBg{bottom:0;}

.list-text-img dd .newsText{
	position:relative; 
	height:auto; 
	padding:15px; 
	background:#fff; 
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
	position:relative;
	overflow:hidden;
	}
.list-text-img dd .newsText h2{margin-bottom:10px; color:#333; font-size:18px; font-weight:normal;}
.list-text-img dd .newsText p{height:52px; color:#999; font-size:13px; overflow:hidden; line-height:1.8;}
.list-text-img dd .newsText span{ width:100%;position:absolute; bottom:20px; left:0; color:#999; height:16px; line-height:16px;}
.list-text-img dd .newsText span em{
	display:block;
	line-height:16px;
	float:left;
	padding:0 0 0 25px;
	font-style:normal;
	margin:0 0 0 20px;
	background:url(../images/date.png) no-repeat left center;
	background-size: 16px;
	}
.list-text-img dd .newsText span i{
	display:block;
	line-height:16px;
	float:right;
	padding:0 0 0 20px;
	font-style:normal;
	margin:0 20px 0 0;
	color:#999;
	background:url(../images/eye.png) no-repeat left center;
	background-size: 16px;
	}
.list-text-img dd a:hover{
    box-shadow: 0 0px 15px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
/*
* 全图列表(图文上下结构默认比例3:2) 
* SuperFly
*/
.list-img{
    overflow: hidden;
    margin: 0px -10px;
}
.list-img dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: block;
    padding: 10px 0px;
}
.list-img .list_a{
    display: block;
    margin: 0px 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	background: #fff;
}
.list-img .list_a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.list-img .listDeta{
    padding: 20px;
}
/*
* 图文列表二
* SuperFly
*/
.list-img-two dd{
	display: block;
	float: left;
	width: 33.33333%;
	padding: 5px 0;
}
.list-img-two dd a{
	display: block;
	margin: 0 10px;
	background: #fff;
	transition: 0.4s ease;
}
.picImg{position: relative;padding: 24px 22px}
.list-img-two dd .pic-img{width: 100%;position: relative;padding-top: 66.66666667%}
.list-img-two dd .pic-img img{ object-fit: contain; width: 100%;height:100%;position: absolute;left: 0;top: 0;}

.list-img-two dd:hover .indShade{
	visibility:visible;
	opacity:1;
	transform: scale(1);
}

.list-img-two dd .txt{position: relative;font-size: 16px;color: #4c4c4c;height: 55px;line-height: 55px;text-align: center;transition: all .8s}
.list-img-two dd:hover .txt{background: #3583c4;color: #fff}
.list-img-two dd:hover a{
	transform: translateY(-4px);
	box-shadow: 0 0 13px 1px rgba(0,0,0,0.1)
}
/*
* 图文列表三
* SuperFly
*/
.list-img-thre{ 
	overflow: hidden; 
	margin-right: -40px;
}
.list-img-thre dd{ 
	overflow: hidden; 
	float: left; 
	display: block; 
	width: 33.333333%; 
	margin-bottom:40px;
}
.list-img-thre dd .con{ 
	overflow: hidden; 
	margin-right: 40px;
}
.list-img-thre dd a{
	display: block; 
	margin-right: 40px; 
	background: #fff; 
	padding: 10px;
}
.list-img-thre dd .pic-img{ 
	width: 100%; 
	overflow: hidden; 
	position: relative;
}
.list-img-thre dd .pic-img:before{ 
	display: block; 
	content: ''; 
	padding-top: 66.6666666%;
}

.list-img-thre dd .pic-img img{ 
	object-fit: cover; 
	display:block; 
	width:100%; 
	height:100%; 
	position:absolute; 
	left:0px; 
	top:0px;
}
.list-img-thre.honor dd .pic-img img{object-fit: contain;}
.list-img-thre dd .text{ 
	display: block; 
	padding: 20px 0 0 0;
}
.list-img-thre dd .text .title{ 
	text-align: center; 
	color: #666; 
	font-size: 18px; 
	height: 38px; 
	line-height: 38px; 
	overflow: hidden; 
	margin-bottom: 5px;
}
.list-img-thre dd .text .text1{ 
	font-size: 14px; 
	color: #999999; 
	line-height: 25px; 
	overflow: hidden; 
	height: 50px;
}
.list-img-thre dd:hover .title{ color: #3583c4;}
/*
* 图文列表四
* SuperFly
*/
.list-img-four{margin:0 -15px;}
.list-img-four dd{
	float:left;
	width:33.3333%;
	overflow:hidden;
	margin-bottom:30px;
}
.list-img-four dd a{
	display: block;
	overflow:hidden;
	margin:0 15px;
	position: relative;
}
.list-img-four dd a .pic-img{
	width:100%;
	overflow:hidden;
	padding-top:67.3684%;
	position: relative;
}
.list-img-four dd a .pic-img img{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.list-img-four dd a .txtBox{
	width:100%;
	height:100px;
	background:url(../images/listBg.png) no-repeat center center;
	background-size:cover;
	position: absolute;
	bottom:0;
	left:0;
	z-index:9;
	transition-duration:0.3s;
}
.list-img-four dd a:hover .txtBox{height:100%;background:rgba(0,0,0,0.5)}
.list-img-four dd a .txtBox .divT{
	clear: both;
	height:90px;
	overflow:hidden;
	position: relative;
	line-height:90px;
	color:#fff;
	font-size:20px;
	margin-left:39px;
}
.list-img-four dd a .txtBox .divT:after{
	content: "";
	display: block;
	width:40px;
	height:4px;
	background:#fff;
	position: absolute;
	bottom:0;
	left:0;
    display:none;
}
.list-img-four dd a:hover .txtBox .divT:after{display:block}
.list-img-four dd a .txtBox .txt{
	clear: both;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	color:#ffffff;
	padding:0 39px;
}
.list-img-four dd a .txtBox .divT2{
	height:34px;
	background:url(../images/icon24.png) no-repeat left center;
	margin:0 39px;
}
/*
* 视频列表(图文上下结构默认比例4:3) 
* SuperFly
*/ 
.list-img.img-list-video .autoImg{
    padding-top: 75%;
}
.list-img.img-list-video dd{
    width: 33.333333333%;
}
/* 下载列表 start */
.list-soft{
    overflow: hidden;
    margin: 0px -10px;
}
.list-soft dd{
    float: left;
    display: block;
    padding: 10px 0px;
	width: 50%;
}
.list-soft .list_a{
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    margin: 0px 10px;
}
.softImg{
    width: 100px;
    overflow: hidden;
    margin-right: 15px;
}
.softImg .pic:after{
    padding-top: 100%;
}
.softR{ 
    /*width: 80px;*/
    overflow: hidden;
    height: 100px;
    position: relative;
    margin-left: 15px;
}
.softBt{
    display: block;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.softBt span{
    font-size: 14px;
    color:#999;
    padding-left: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.softBt span:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/download.png) no-repeat left center;
    background-size: auto 14px;
    opacity: 1;
}
/*.softBt:hover span{
    color:#16559d;
    background: url(../images/download_h.png) no-repeat left center;
    background-size: auto 14px;
}*/
.list_a:hover .softBt span:after{
    -webkit-animation: downmove 1s linear infinite;
    -o-animation: downmove 1s linear infinite;
    animation: downmove 1s linear infinite;
}
@keyframes downmove{
    0%  {top: 0px;opacity: 1;}
    50% {top: 100%; opacity: 0;}    
    50.1%{top: -100%; opacity:0;}
    100%{top: 0px;opacity:1;}
}
.list-soft .listDeta{
    overflow: hidden;
}
.softTag{
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    color:#888;
}
.softTag i{
    padding: 0px 5px;
}
.list-soft .listIntr{
    height: 40px;
    line-height: 20px;
    padding-top: 0px;
    font-size: 12px;
}

/* 下载列表 end */
/**
 * 表单
 * @author SuperFly
 * @return
 */
.fromBox{overflow:hidden;}
.fromTip{font-size: 14px;color:#999;overflow: hidden;}
.fromTip em{color:#cc3333;padding-right: 5px;}
.form1{ padding-left: 100px; clear:both;}
.form1 dd{padding:10px 0;}
.form1L{width:115px;height:40px;line-height: 40px;text-align: right;vertical-align: top;color: #666;padding:0 10px 0 0;font-size:14px;float:left;}
.form1L em{color:#cc0000;padding:5px 5px 0 0;font-style:normal;}
.form1Input{width:280px;padding:5px;position:relative;zoom: 1;height:28px;line-height:28px;background: #fff;border: 1px solid #ebebeb;font-size: 14px;color:#888;}
.form1Input[readonly="readonly"]{background: #fafafa;color:#666;}
.form1Input.w400{width:400px;}
.form1Input.w200{width:200px;}
.form1Input.w100{width:100px;}
.codeSrc{margin: 0 0 0 10px;height:40px; cursor: pointer;}
.form1Textarea1{ resize: none; width:400px;height:80px;padding:5px;position:relative;zoom: 1;line-height:20px;background: #fff;border: 1px solid #ebebeb;outline: none;}
.form1Textarea1.w600{width:600px;height:200px;}
.form1Textarea1.w700{width:697px;height:200px;}
.form1R{float:left;}
.form1Bt{overflow:hidden;padding:15px 0 20px 225px;}
.form1Bt a{
	display: block;
	height: 34px;
	background:#3583c4;
	text-align: center;
	line-height: 34px;
	color: #fff !important;
	font-size:14px;
	border-radius: 2px;
	padding:5px 78px;
	float:left;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.form1Bt a:hover{opacity: 0.8;}
.form2Bt{text-align: center;}
.form2Bt a{
	display: inline-block;
	width: 150px; 
	margin: 0 10px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	background: #cb0202;
}
.form2Bt a.btn2{
	background: #e6e6e6;
	color: #666;
}
.form2 dd{
	float: left;
	display: block;
	clear: none;
	margin-bottom: 25px;
}
.form2 .form1L{
	height: 50px;
	line-height: 50px;
}
.form2 .form1Input{
	height: 38px;
	line-height: 38px;
	width: 380px;
}
.form2 .codeSrc{
	height: 50px;
}

/**
 * 大记事
 * @author SuperFly
 * @return
 */
 .event_dl:after {
	display: block;
	content: "";
	position: absolute;
	width: 21px;
	height: 12px;
	left: 50%;
	margin-left: -10px;
	top: -1px;
	background: url(../images/top.png) center center no-repeat;
}

.event_dl {
	overflow: hidden;
	position: relative;
	width: 780px;
	margin: 0 auto;
}

.event_dl dd {
	overflow: hidden;
	padding-top: 60px;
	position: relative;
	z-index: 3;
}

.event_dl dd:after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #cccccc;
	left: 50%;
	top: 0;
	;
}

.event_dl dd .evenDian {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 1px solid #ccc;
	left: 50%;
	margin-left: -10px;
	top: 60px;
	z-index: 5;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.event_dl dd .evenDian:after {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #adadad;
	left: 50%;
	margin-left: -5px;
	top: 5px;
	z-index: 5;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventImg {
	overflow: hidden;
}

.eventImg .pic {
	position: relative;
	width: 300px;
}

.eventImg .pic:after {
	display: block;
	content: "";
	padding-top: 66.667%;
}

.eventImg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.eventCont {
	overflow: hidden;
}

.event_dl dd:nth-child(2n) .eventCont {
	padding-right: 50px;
}

.event_dl dd:nth-child(2n+1) .eventCont {
	padding-left: 50px;
}

.event_dl dd:nth-child(2n) .eventCont .eventMonth {
	text-align: right;
}

.event_dl dd:nth-child(2n) .eventCont .eventDeta {
	text-align: right;
}

.event_dl dd:nth-child(2n) .eventCont .eventTitle {
	text-align: right;
}

.eventMonth {
	font-size: 24px;
	color: #333;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventTitle {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}

.eventDeta {
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	min-height: 100px;
}

.event_dl dd:nth-child(2n+1) .eventImg {
	float: left;
	display: block;
	width: 390px;
	margin-left: 30px;
}

.event_dl dd:nth-child(2n) .eventImg {
	float: right;
	display: block;
	width: 390px;
}

.event_dl dd:nth-child(2n) .eventImg .pic {
	margin-left: 60px;
}

.eventImg a {
	display: block;
	overflow: hidden;
}

.event_dl dt {
	width: 1px;
	height: 100%;
	overflow: hidden;
	background: #ddd;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: 0px;
	z-index: 1;
}

.event_dl dd:hover .evenDian {
	border-color: #2184c7;
}

.event_dl dd:hover .evenDian:after {
	background: #2184c7;
}

.event_dl dd:hover .eventMonth {
	color: #2184c7;
}


/*设备*/
@media (min-width: 1024px){

} /*>=1024的设备*/
@media (min-width: 1100px) {

} /*>=1024的设备*/
@media (min-width: 1280px) {

} 
@media (min-width: 1366px) {

}  
@media (min-width: 1440px) {
	.list-text dd{
		width: 50%;
	}
	.img-list-video .autoImg img{
		width: 100%;
		height: 100%;
    }
    .menu_a span{
        padding: 0 45px;
    }
} 
@media (min-width: 1680px) {
    
} 
@media (min-width: 1920px) {
    
} 	

