/**
 * 自定义CSS
 *
**/
/**公共**/
body{
	/*background: url(../images/fs.jpg) repeat-y;*/
}
.orange{
	color: #ff8400;
}
.clrmp,.layui-fluid{
	padding:0px;
	margin:0px;
}
.aniyelline4{
	height:4px;
	background:#fdd100;
	width:20%;
	/*border-bottom: 3px solid #FDD100;*/
}
.anibluline3{
	height:3px;
	background:#225AA5;
	width:0%;
	/*border-bottom: 3px solid #FDD100;*/
}
.return{
	text-align:center;
}
.return a{


}
.topreturn{
	width:100%;
  	padding-bottom:10px;
  	border-bottom:1px dashed #225AA5;
}
.topleft{
  	display:inline-block;
	text-align:left;
  	width:30%;
}
.topright{
  	display:inline-block;
	text-align:right;
  	width:70%;
}
.corpname{
	color:white;
  	font-size:30px;
  	font-weight:bold;
    letter-spacing:5px;
  	padding:0px 20px;
  	vertical-align:middle;
}
.corpname:hover{
	color:white;
}
/**导航**/
.navbar{
	background-color:#225AA5;
}

.layui-nav{
	/*height:80px;*/
	padding:0px;
	background-color:#225AA5;
}
.layui-nav img{
	margin-left:20px;
}
.layui-nav .layui-nav-item{
	/*width:130px;*/
	/*text-align:center;*/
}
.layui-nav .layui-nav-item .navtitle{
	color:white;
	line-height:80px;
	/*font-weight:bold;*/
	font-size:18px;
}
.layui-nav-child{
	top:85px;
}

.layui-nav-child dd a{
	line-height:40px;
	font-size:16px;
}

/**轮播器**/
.carousel{
	margin-bottom:25px;
}



/**页面正文**/


/**首页企业简介**/
.intro{
	/*height:550px;*/
	line-height:40px;
  	font-size:16px;
}

.intro img {
	max-width: 100%;
	height: auto;
	display: block;
	
	margin:10px;
	box-shadow: 0 5px 10px 0 rgba(187, 185, 185, 0.46);
}


/**首页栏目块**/
.indexblock {
	border-radius:10px;
	padding:20px;
	min-height:550px;
	/*max-height:450px;*/
	box-shadow: 0 5px 10px 0 rgba(187, 185, 185, 0.46);
	overflow: hidden;
}
.indexblock:hover {
	background:white;
	transition: background 0.5s
}
.indexblock .headline {
	line-height:45px;
    border-bottom: 1px solid #00458f;
	background:#225AA5;
	padding:0px 10px;
	border-radius:5px;
}
.indexblock .headline span{
	font-size:22px;
	color:white;
}
.indexblock ul li{
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
	
}
.indexblock ul li a{
	display:inline-block;
	line-height:60px;
	font-size:16px;
}
.otherlist{
	
}
.otherlist ul li{
	font-size:20px;
	line-height: 45px;
}
.otherlist .cultitle{
	display: block;
	width:100%;
	text-align:center;
	font-size: 22px;
	color:white;
	background: orange;
	border-radius:5px;
	transition: font-size 0.3s
}
.otherlist .cultitle:hover{
	font-size: 25px;
}
.otherlist .cultext{
	display: block;
	text-align:center;
	font-size: 18px;
	color:#225AA5;
	font-weight: bold;
	padding: 0px 10px;
}

.newslist ul li{
	padding:0px 20px;
}

/*.more{
	display:block;
	padding:20px;
	border-radius: 5px;
	color:orange;
	border:1px solid orange;
}
.more:before{
	content:'';
	width: 0;
    height: 100%;
   
    background: orange;
    transition: all 0.5s;
}
.more:hover:before{
	width:100%;
}*/
/**页尾**/

.footer {
	margin-top:25px;
	background-color: #225AA5;
	border-top:4px solid #fdd100;
}
.footer_mid {
	text-align:center;
	padding: 38px 0;
	border-bottom: 1px solid #89898b;
}

.footer_mid ul {
	border-left: 1px solid #89898b;
}

.footer_mid li h4 {
	height: 50px;
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
}

.footer_mid li a, .footer_mid li span {
	line-height: 32px;
	font-size: 14px;
	color: #ffffff;
}


.footer_bot {
	padding: 12px 0 12px;
	height: 80px;
	text-align: center;
	background-color: #225AA5;
}

.footer_bot p, .footer_bot a {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #89898b!important;
}



/*************************/
/**子栏目**/
.lmpic{
	margin-bottom: 18px;
}

.lmname{
	/*text-align:left;*/
	font-size: 24px;
	line-height: 100px;
	color:#225AA5;

}
/**子栏目左侧导航**/
/*.listleft{
	hieght:100%;
	text-align:center;
	box-shadow: 0 5px 10px 0 rgba(187, 185, 185, 0.46);
}
.listleft ul li{
	width:50%;
	text-align:left;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.listleft ul li:hover{
	width:100%;
	text-align:center;
	background: #225AA5 url(../images/bluearr70.jpg) no-repeat;
	background-position:100% 50%;
	transition: width 0.5s;
}
.listleft .nowlm{
	width:100%;
	text-align:center;
	background: #225AA5 url(../images/bluearr70.jpg) no-repeat;
	background-position:100% 50%;

}
.listleft .nowlm a{
	color:white;
}
.listleft ul li a{
	display:block;
	line-height: 70px;
	font-size: 25px;
	padding-left:40px; 
}

.listleft ul li a:hover{
	color:white;
}*/

.listleft{
	hieght:100%;
	padding-bottom:30px;
	text-align:center;
	box-shadow: 0 5px 10px 0 rgba(187, 185, 185, 0.46);
}
.listleft img{
	width:100%;
	height: 5px;
}
.listleft ul li{
	width:100%;
	text-align:center;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.listleft ul li:hover{
	text-align:center;
	background: #fdd100;
	font-weight: 600;
	transition: background 0.7s;
}
.listleft .nowlm{
	text-align:center;
	background: #fdd100;
	font-weight: 600;
}
.listleft .nowlm a{
	color:white;
}
.listleft ul li a{
	display:block;
	line-height: 70px;
	font-size: 18px;
}

.listleft ul li a:hover{
	color:white;
}

/**子栏目右侧**/
.listright{
	box-shadow: 0 5px 10px 0 rgba(187, 185, 185, 0.46);
	padding:30px;
}
.listright table{
	table-layout:fixed;
}
.listright tr {
	background:#F3F4F5;
}
.listright table tr td {
	padding:30px;
	border:0px;
	border-bottom:4px solid #FFF;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.listright table tr .listtitle{
	width:100%;
}

.listright table tr .listtime{
	
}

.listright table tr td a{
	font-size: 16px;
	padding:20px;

}
.listright table tr td a:hover{
	color:#225AA5;
	padding-left:25px;
	font-weight: 600;
}

.showpage{
	line-height: 50px;
	font-size: 16px;
	text-align: center;
}


/**内容面包屑导航**/
.bread {
	width:100%;
	background:#225AA5;
	font-size:0px;
	border-bottom:4px solid #fdd100;
}
.bread ul{
	padding-left: 50px;
	display:inline-block;
}
.bread ul li{
	display: inline-block;
	
	padding:20px;
	float:left;
	color:white;
}
.vline:hover{
	background:#fdd100 !important;
}
.bread ul li:hover{
	background:#fdd100;
	transition: background 0.7s;

}
.bread ul .breadnowlm{
	background:#fdd100;
}
.bread ul li a{
	color:white;
	font-size: 18px;
	font-weight: 600;
}

.bread ul li a:hover{
	
}


/**正文**/
.newstext{
	padding:50px 50px 50px 50px;
	box-shadow: 0 5px 10px 0 rgba(187, 185, 185, 0.46);
}
.newstitle {
	text-align:center;
	font-size:26px;
	padding:35px 0px 35px 0px;

}
.newstime{
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding-bottom:35px;
}
.newscontent{
	text-align: left;
	font-size: 18px;
	line-height:50px;
}
.newscontent img{
	width:auto;
  	max-width:100%;
  	height:auto;
  	max-height:100%;
}
.newscontent .layui-tab-title li{
	font-size: 18px;
}
.newscontent .contenttext{
	max-width:900px;
	margin:auto;
}
/**图片列表**/
.titlepic{
	display: inline-block;
	width:270px;
	padding:20px 0px;
	text-align: center;
}
.titlepic .titlepicimg{
	padding-bottom:10px;
}
.titlepic .titlepictext{
	font-size: 16px;
  	line-height:30px;
 	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.titlepictext:hover{
	color:#225AA5;
}