/*基础样式*/
/* 全局样式 */
.fl{ float:left;} 
.fr{ float:right;}

/*自定义分类 开始*/
.box .item-cat{
	
    border-bottom: 1px solid #e2e2e2;
}
.box .item-p{
	height: 40px;
    line-height: 40px;
    padding: 0 10px 0 30px;
    font-size: 14px;
    overflow: hidden;
    background: url(/uploads/image/csisimages/item_c.png) 10px center no-repeat;
    cursor: pointer;
}
.box .item-c{
	display: none;
}
.box .item-c a{
	display: block;
    height: 33px;
    line-height: 33px;
    padding: 0 10px 0 33px;
    color: #999;
    border-top: 1px dashed #eee;
}
.box .item-p-zk{
	background: url(/uploads/image/csisimages/item_o.png) 10px center no-repeat;
}
.box .current,.box .item-c .current{
	color: #e10000;
}
/*自定义分类 结束*/
 .job-list,.boxcontent .job-list{
	/*font-size: 12px;*/
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px dotted #ddd;
    padding: 5px;
    margin: 5px;
    clear: both;
    width: 98%;
}
 .job-list .job-info{
	float: left;
}
 .job-list .job-time{
	float: right;
	flex-shrink: 0
}
.job-title{
	display: inline-block;
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

 .banner{
	margin-bottom: 0px;
}
/*路径导航*/
.container-box{
	width: 100%;
}

.crumb {
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	line-height: 30px;
	color: #888;
	/*margin-top: 30px;*/
	/*background: #f6f6f6;*/
	padding: 2px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.content-box {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
  /*新搜索*/

  .search-box {
	overflow: hidden;
	font-size: 16px;
	text-indent: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
	float: right;

}

.search-box .input {
	width: 150px;
	padding: 4px;
	border-radius: 4px;
	height: 30px;
	box-sizing: border-box;
	border: none;
	border: 1px solid #cccccc;
	outline: none;

}

.search-box .select {
	padding: 4px;
	border-radius: 4px;
	height: 30px;
	box-sizing: border-box;
	margin-top: 1px;
}

.search-box .inputbutton {
	padding: 4px 10px;
	border-radius: 4px;
	height: 30px;
	box-sizing: border-box;
	
	color: white;
	border: none;
	cursor: pointer;
}
.mess_btn{
	background: #e10000;
}
#nav{
	margin-bottom: 10px;
}
/* 默认样式 */

.produc-cat-link{
	background-color: #e10000;
}

.table-gs {
	width: 100%;
}

.table-gs td {
	word-break: break-all;
	font-size: 14px;
	line-height: 1.6;
	color: #222;
	word-wrap: break-word;
}

.gs-box {
	width: 1200px;
	margin: 0 auto;
}
.news-container{
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	.news-item{
		    position: relative;
		    overflow: hidden;
		    padding: 10px 0;
		    margin: 4px 0;
	}
	.news-span1{
		    width: 16.66666667%;
    		min-width: 125px;
	}
	.news-span2{
		max-width: calc(100% - 125px);
    	width: calc(100% - 16.7%);
	}
	.news-title{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-break: break-all;
	}
	.news-desc{
		height: 48px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;
	}
	.fl{
		float: left;
		display: inline-block;
	}
	.news-time{
		 border-right: 1px solid #ccc;
	     padding: 6px 0;
	    border-right: 1px solid #eee;
	    text-align: center;
	    color: #666666;
	    -webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    -ms-transition: all .3s;
	    transition: all .3s;
	    font-family: microsoft yahei;
	}
	.news-time-date{
		    font-size: 28px;
		    line-height: 48px;
	}
	.news-time-year{
		font-size: 14px;
	}
	.news-container a:hover{
		color: unset;
	}
	.news-action{
		padding: 12px 12px 12px 40px;
    	box-sizing: border-box;
	}
	.news-action .news-title{
		 position: relative;
	    font-size: 14px;
	    color: #666666;
	    line-height: 24px;
	    font-weight: bold;
	    -webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    -ms-transition: all .3s;
	    transition: all .3s;
	}
	.news-action .news-desc{
		color: #999;
		font-size: 12px;
	    color: #999999;
	    line-height: 24px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    -ms-transition: all .3s;
	    transition: all .3s;
	    margin-top: 6px;
	}
	.flip-item-title{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 32px;
		margin-top: 15px;
		width: 400px;
		overflow: hidden;
	}
	.flip-item-img{
		width: 400px;
		height: 400px;
	}
	.table-gs{
		width: 100%;
	}
	.table-gs  tr td { padding: 8px 10px; border-right: 1px solid #eee; border-bottom: 1px solid #eee; color: #666; }
	.table-gs  tr:last-child td { border-bottom: 1px solid #ddd; }
	.table-gs  tr:first-child td { border-top: 1px solid #ddd; }
	.table-gs  tr td:first-child { border-left: 1px solid #ddd; }
	.table-gs  tr td:last-child { border-right: 1px solid #ddd; }
	.hover-news-bg{
		width: 0px;height: 100%;
		position: absolute;
		background: #009e38;
		top: 0px;
		left: 0px;
		transition: all 0.5s;
	}
	.news-item{
		position: relative;
		z-index: 222;
		transition: all 0.5s;
	}
	.news-item .item-info{
		position: relative;
	}
	.news-item:hover .hover-news-bg{
		width: 1200px;
	}
	.news-item:hover .news-time,.news-item:hover .news-title ,.news-item:hover .news-desc{
		color: #fff;

	}
.flex {
  display: -webkit-box; /* 老版本语法: safari, ios, android browser, older webkit browsers. */
  display: -moz-box; /* 老版本语法: firefox (buggy) */
  display: -ms-flexbox; /* 混合版本语法: ie 10 */ 
  display: -webkit-flex; /* 新版本语法: chrome 21  */ 
  display: flex; /* 新版本语法: opera 12.1, firefox 22  */
}

.flex-1 {
  -webkit-flex: 1; /* chrome */
  -ms-flex: 1; /* ie 10 */
  flex: 1; /* new, spec - opera 12.1, firefox 20  */
  -webkit-box-flex: 1; /* old - ios 6-, safari 3.1-6 */
  -moz-box-flex: 1; /* old - firefox 19- */
}

.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.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-pack-around {
　　-webkit-box-pack: center;
　　-webkit-justify-content: space-around;
　　-ms-flex-pack: center;
　　justify-content: space-around;
}
.pages{
	margin-top: 10px;
}
.plimg{
	width: 180px;
	height: 180px;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #ddd;
}
.plimg img:hover{
	transform: scale(1.1);
}
#topw .navfixed{
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
}
.box .item-cat:last-child{
	border: none;
}
.boxcontent .content p{
	/*margin-bottom: 20px;*/
}
.boxcontent .content img{
	max-width: 100%;
    vertical-align: bottom;
}
.boxcontent .content{
	padding: 30px; 
	line-height: 26px;
	 color: #444; 
	 font-size: 16px;
}
.news_img{
	text-align: center;
}
.news_img img{
	max-width: 100%;
	vertical-align: middle;

}
.news_title{
	margin-top: 20px;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}
.news_time{
	margin: 22px 0 15px;
    padding-bottom: 30px;
    color: #aaa;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 13px;
    text-align: center;
}
.tag_item{
	margin-bottom: 15px;
}
.tag_item dt{
	font-weight: 400;
	color: #666;
	padding: 0 15px;
}
.content_job{
	line-height: 28px;
    color: #444;
    font-size: 14px;
    padding: 15px;
}
#menu div a{
	width: 130px;
}
.newslist{
	overflow: hidden;
}
body #logotext b{
	 padding: 5px 0 10px 0;
}
/*//分页样式*/
.page-list{
	overflow: hidden;
	text-align: center;
}
.page_mess{
	margin: 15px 0;
	margin-top: 25px;
}
.page_mess a{
    color: #333;
    border: 1px solid #eee;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;

}
.page_mess .current{
	border: 1px solid #ccc;
    background: #333;
    color: #fff;
}
.page_mess .total_info{
	color: #333;
	margin-top: 15px;
	font-size: 14px;
	line-height: 14px;
}
/*.page_mess .next{
	padding: 10px 20px;
    background: url(/uploads/image/csisimages/next.png) no-repeat center;
    cursor: pointer;
}
.page_mess .pre{
	padding: 10px 20px;
    background: url(/uploads/image/csisimages/pre.png) no-repeat center;
    cursor: pointer;
}
/*7-5*/
.phone_box{
	font-size: 12px;
    color: #666;
    overflow: hidden;
    height: 50px;
    margin-top: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-direction: row;
    display: flex;

}
.phone_box i{
	flex-shrink: 0;
	display: inline-block;
	font-size: 40px;
	line-height: 50px;
	margin-right: 15px;
} 
.phone_box span {
    display: block;
    clear: both;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #e10000;
}
.title-img-box .title-icon{
	font-size: 40px;
	line-height: 40px;
}
.topmenu{
	width: 1200px;
	margin: 0 auto;
	height: 37px;
	font-size: 12px;
}
.item-tm{
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 20px;
}
.fr-box{
	float: right;
}
.icon-wx{
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	margin-right: 2px
}
.wx-box{
	position: relative;
}
.wx-img{
	position: absolute;
    top: -225px;
    left: -45px;
    transition: .5s ease;
    z-index: 99999;
    padding: 15px;
    background: #fff;
    border:1px solid #d2caca;
    overflow: hidden;
}
.wx-img img{
	width: 100px;
	height: 100px;
}
.wx-img span{
	display: block;
	line-height: 18px;
}
.wx-box:hover .wx-img{
	top: 40px;
}
.fl-box{
	float: left;
}
.salutatory a{color: #666666;}
 .salutatory{float: left;}
 .salutatory .tips{
	float: left;
	height: 16px;
	line-height: 16px;
	color: #888888;
	width: 432px;
	padding-top: 10px;
}
 .salutatory .tips .box{line-height: 35px;float: left;height: 35px;width: 292px;overflow: hidden;}
 .salutatory .tips .box a{text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
 .salutatory .tips span{
	float: right;
	display: block;
	padding-left: 1px;
	padding-top: 3px;
}

.salutatory .tips{
	float: left;
	height: 16px;
	line-height: 16px;
	color: #888888;
	width: 432px;
	padding-top: 10px;
}
 .salutatory .tips .box{line-height: 35px;float: left;height: 35px;width: 292px;overflow: hidden;background:unset;}
 .salutatory .tips .box a{text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
 .salutatory .tips span{
	float: right;
	display: block;
	padding-left: 1px;
	padding-top: 3px;
}
/* 头部新闻滚动样式开始 */
/*.box {
	height: 35px;
}*/

.t_news {
	height: 28px;
	color: #666666;
	overflow: hidden;
	position: relative;
	line-height: 50px;
}

.t_news b {
	line-height: 35px;
	font-weight: 700;
	display: inline-block;
}

.news_li,
.swap {
	line-height: 35px;
	display: inline-block;
	position: absolute;
	top: 0;
	margin-top:26px;
}
.news_li a,
.swap a {
	color: #666666;
	height: 35px;
	line-height: 35px;
}

.swap {
	top: 35px;
}
.ys,.ys a
{
	background-color:black;
	color:white;
	}

/* 头部新闻滚动样式结束 */

.rightim{
	top:300px;
}
.contact-box{
	line-height: 28px;
}
#pimgtop{
	height: 300px;
}
.table-gs tr td {
  padding: 10px 10px 11px 10px;
  border-right: 1px solid #e4eef6;
  border-bottom: 1px solid #e4eef6;
  color: #000;
}
.table-gs tr:last-child td {
  border-bottom: 1px solid #e4eef6;
}
.table-gs tr:first-child td {
  border-top: 1px solid #e4eef6;
}
.table-gs tr td:first-child {
  border-left: 1px solid #e4eef6;
}
.table-gs tr td:last-child {
  border-right: 1px solid #e4eef6;
}
td.td-title {
  width: 140px;
  background: #f2f9fc;
}
/* 下拉菜单 */
#topw #menu{
	position:relative;
	z-index:9;	
}
#menu ul li {
    float: left;
    position: relative;
    text-align: center;
    clear: none;
}
#menu ul li ul {   position: absolute; 
top: 100%; 
left: 0;
  display: none;
z-index:99999;background-color: rgb(22,22,22,61%);}
#menu ul li:hover ul {display:block;
overflow:hidden;

width:200px;}
#menu ul li ul li { 
float:none;clear:both;
border-bottom:1px solid #ddd;
line-height:28px;}
#menu ul li ul li a {width:100%;border:0px;
overflow:hidden;
text-align:left;
text-indent:20px;}

/* 横幅*/
.bannerbox{
	position:relative;
}
.container-search{
	position: relative;
    z-index: 7;
}
.video_text{
	text-align:center;padding:5px 0px; 15px 0px;
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
}
.alertbox {
    color: #900;
    background-color: #fff6ef;
    border: 1px solid #edd9c8;
    border-radius: 4px;
}

.zizhi_item{
	padding-bottom:10px;margin-top:10px;border-bottom:1px dashed #ccc;line-height: 25px;
}
#logotext .teshuinfo{
	margin-left: 0px;
}
.zizhi_title{
	  display: inline-block;
    font-weight: bold;
    color: #e10000;
    font-size: 14px;
}
