a {
    color: #666;
    text-decoration: none;
}
.pull-right a{
	color: #fff;
}
.ny_main {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ny_main_t .line {
    border-top: 1px solid #d84a49;
    width: 30px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
}
.ny_content {
    padding: 25px 0px;
}
.ny_about p {
    line-height: 28px;
    text-indent: 2em;
}
.ny_news .media{
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.ny_news .media .media-left{
	background: #008cd6;
	padding:5px 15px;
	float: left;
}
.ny_news .media .media-left h5,.ny_news .media .media-left h4{
	color: #fff;
	text-align: center;
}
.ny_news .media .media-body{
	padding-left: 30px;
}
.ny_news .media .media-body a{
	font-weight: bold;
	font-size: 18px;
	color: #333;
	display: block;
}
.ny_news .media .media-body span{
	display: block;
	margin-top: 30px;
}
.shownews h4{
	margin-bottom: 20px;
	color: #333;
}
.shownews p{
	color: #666;
	text-indent: 2em;
	line-height: 28px;
}
.pro_cate{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.pro_cate img{
	position: absolute;
	top:0;
	left:0;
	z-index: 3;
    transition: 0.4s;
    width: 100%;
}
.pro_cate a{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: #1394d8;
	color: #fff;
    z-index: 2;
    text-align: center;
    font-size: 22px;
}
.pro_cate a span{
	display: block;
}
.pro_cate:hover img{
	transform: translate(-100%, 0px)
}
.pro_cate01{
	margin-bottom: 20px;
}
.pro_img{
	overflow: hidden;
}
.pro_img img{
	transition: 0.4s;
	width: 100%;
}
.pro_cate01 a:hover img{
	transform:  scale(1.2,1.2)
}
.pro_cate01 .pro_body{
	margin-top: 5px;
}
.showpro h1{
	font-size: 24px;
	margin-bottom: 40px;
}
.showpro h4{
	font-weight: bold;
}
.wrap {
    width: 100%;
    overflow: hidden;
}
#box-container {
    margin: 0;
    padding: 0;
}
.box {
    list-style-type: none;
    float: left;
    margin-bottom: 1rem;
    margin-left: 1%;
    margin-right: 1%;
    width: 31.3333333333333%;
}
.box a {
    display: block;
    width: 100%;
    height: auto;
}
.box a img {
    -webkit-back-visibility: hidden;
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.box span{
	text-align: center;
	display: block;
	margin-top: 5px;
}
.ny_message input {
    width: 60%;
}
.form-control {
    display: block;
    font-size: 12px;
    padding:5px 5px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.submit{
	float: left;
	margin-right: 20px;
}
.ny_contact p{
	text-indent: 2em;
	font-size: 15px;
}

.index_right ul li:first-child{
	padding-top: 0px;
}

/*分页*/
.paginate{color: #666; text-align: center; clear:both; margin-top: 1em;}
.paginate a{display: inline-block; *display: inline; *zoom: 1; margin-left: -1px; padding: 0 12px; height: 32px; line-height: 32px; color: #428bca; border: 1px solid #ddd; background: #fff; text-decoration: none;}

.paginate a:not(.goto):hover{background-color: #eee; color: #2a6496}
.paginate a.cur,
.paginate a.cur:hover{background-color: #428bca; color: #fff; border-color: #428bca; margin-right: 1px}
.paginate a.disabled{background-color: #e6e6e6!important; color: #bbb!important; cursor: no-drop}
.paginate .prev{border-radius: 5px 0 0 5px}
.paginate .next{border-radius: 0 5px 5px 0; }