/*鍩虹鏍峰紡*/
/* 鍏ㄥ眬鏍峰紡 */
.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(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(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: 14px;
}
.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(../images/next.png) no-repeat center;
    cursor: pointer;
}
.page_mess .pre{
	padding: 10px 20px;
    background: url(../images/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;
}

.pagination{border-top:1px #dedede solid;padding-top:15px;font-weight:400;margin:0 5px 20px 10px;overflow:auto}
.pagination a,.pagination span{color:#000;float:left;border:1px solid #dedede;background-color:#fff;line-height:30px;padding-left:11px;padding-right:11px;margin-right:6px}.pagination a:hover{text-decoration:none}
.pagination a:hover,.pagination span.current{background-color:#007ACE;font-weight:400;color:#fff!important}.pagination a.pages-goto:link,.pagination a.pages-goto:visited{background-color:#fff;border-color:#d1e3f1}

.box-title,.icon-dianhua1,.phone_box span,.cat-more,.title-icon,.box .current,.box .item-c .current,#logotext b,#logotext span,.iconfont,.wx-img span,.word_t,.about_r .about_c_i,.about_t_w p,.about_name,.title_n:hover{color:#10468c!important;}.search-box .inputbutton,#menu,#menu .nav-box,.topnav,.produc-cat-link,.left-box,#menu div,#menu a,.box .boxtitle,.box .page_mess .current,.btn-xunjia,#showBox .header,#chatBox .header,.rightimhead,.top-box-h,.pro_box_l{background-color:#10468c!important;border-color:#10468c!important;color:#fff!important;}#footer{background:#10468ce0!important;color:#fff!important;}#menu a.cur,#menu a:hover{background-color:#1556c6!important;color:#fff!important;}.cat-index-item a:hover,.cat-more:hover,.hover-news-bg{background-color:#1556c6!important;color:#fff!important;}body a:hover,a.pro_title:hover{color:#10468c}.pro-item .hover-bg,.pro_item .hover-bg{background:#1556c6c4!important;color:#fff!important;}#footer,.about_box .about_r .about_c_i{border-color:#10468c!important}

.message_tip{font-size: 16px;color: #333;text-align: center;padding-left: 62px;}
.message_item{margin: 20px 0; position: relative;}
.message_item.agreement ,.message_item.submit{text-align: center;}
.message_item.agreement span{font-size: 13px;margin-left: 5px;}
.message_item input{padding-left: 10px;width: 300px;height: 30px;border: 1px solid #ccc;border-radius: 5px;}
input.submit-msg {padding: 0;width: 130px;height: 36px;line-height: 36px;color: #333;font-size: 13px;border: 1px solid #eee;margin-right: 44px;background-image: linear-gradient(to bottom, #fff, #e6e6e6);cursor: pointer;}
.message_item textarea {width: 300px;height: 175px;vertical-align: top;border: 1px solid #ccc;border-radius: 5px;resize: none;padding: 10px;outline: none;}
.message_item textarea::placeholder,.message_item input::placeholder{color: #999;font-size: 13px;}
.message_item label{display: inline-block;width: 318px;text-align: right;margin-right: 20px;font-size: 16px;color: #333;}
.message_item label::before{content: '*';color: red;}
.agreement.message_item label{ margin-left: 54px;width: 144px;margin-right: 0;}
.agreement label::before,.username label::before,.yxcs label::before{color: transparent;}
input[type="checkbox"] {width: 15px;height: 21px;}
span.agreement-link {color: #169BD5;font-size: 13px;cursor: pointer;}
input#msgcode {width: 210px;margin-right: 8px;}
button.get-code {width: 79px;height: 30px;line-height: 30px;vertical-align: middle;border-radius: 5px;background-color: #169bd5;color: #fff;}
button.get-code.send{background-color: #ccc;color: #333;}
.error-msg-item {position: absolute;top: 5px;left: 650px;color: red;font-size: 14px;}
.message_list{width: 828px;border-radius: 5px;overflow: hidden;font-size: 0;margin: 0 auto;text-align: center; position: relative;border: 1px solid #cdcdcd;}
.message_list_item{width: 828px;height: 40px;line-height: 40px;background-color: #f2f2f2;}
.message_list_item_move{background-color: transparent;}
/* .content_1 .message_list_item:nth-of-type(2n+1),.content_2 .message_list_item:nth-of-type(2n){background-color: #f8f8f8;}
.content_1 .message_list_item:nth-of-type(2n),.content_2 .message_list_item:nth-of-type(2n+1){background-color: #f2f2f2;} */
.message_list_item span{display: inline-block; width: 165px;font-size: 14px;color: #333;}
.message_list_item_move span,.message_list_item span{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;padding: 0 20px;}
.message_list_bgc{height: 40px;width: 860px;position: absolute;}
.message_list_bgc:nth-of-type(2){top: 40px;background-color: #f8f8f8;}
.message_list_bgc:nth-of-type(3){top: 80px;background-color: #f2f2f2;}
.message_list_bgc:nth-of-type(4){top: 120px;background-color: #f8f8f8;}
.main_content_message{position: relative;}
.layui-layer-dialog{position: absolute;top: 200px;left: 50%;transform: translateX(-50%);}
.layui-layer-title{cursor: auto;}
.layui-layer-btn .layui-layer-btn0{font-size: 12px;}
.comment_login{ margin-left:auto; margin-right:auto;color:#666;line-height:22px;padding-bottom:15px;height:auto;overflow:auto}
.comment_login .left{ text-align:center; float:none!important;}
.comment_login .login_test{border:1px solid #ddd;height:26px;line-height:24px;width:85px;#vertical-align:-5px}