@charset "utf-8";
/* CSS Document */
.top_box{
	background:url(../images/banner.jpg) no-repeat top center;
	height:750px;
	}
.top_box_ny{
	background:url(../images/ny_banner.jpg) no-repeat top center;
	height:504px;
	box-shadow: 0px 0px 20px;
	}	
.top{
	padding: 20px 0px;
	overflow: hidden;
}	
.lan a{
	background:url(../images/lan.jpg) left no-repeat;
	padding-left:20px;
	line-height: 16px;
	color:#6e6e6e;
	}			
.sy_nav a{
	color: #6e6e6e;
}
.sy_nav a:hover{
	color: #fff;
	background-color: #cf001c;
}
.top_main{
	padding-top: 90px;
}
.top_main h2{
	font-size: 36px;
	text-align: center;
	color:#404040;
	line-height: 48px;
}
.top_main p{
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color:#404040;
	font-weight: normal;
}	
.top_main a{
	width: 130px;
	display: block;
	text-align: center;
	margin:auto;
	border:2px #000 solid;
	font-weight: bold;
	color: #000;
	line-height: 30px;
	margin-top:20px;
}
.top_main a:hover{
    color: #cf001c;
    border-color:#cf001c;
}
.top_main span{
	padding-left:10px;
}
.sy_pro_box h2{
	font-size: 36px;
	text-align: center;
	color:#404040;
	line-height: 36px;
	padding:40px 0px;
}
.sy_pro .x6{
	margin-bottom: 20px;
}
.bottom{
	padding-top:20px;
	padding-bottom: 25px;
}
.ny_bottom{
	border-top:2px #dc2d45 solid;
	padding-top:20px;
	padding-bottom: 25px;
}	
.bottom a,.ny_bottom a{
	font-size: 18px;
	padding:0px 10px;
}

.grid {
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	max-width: 1920px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: -0.135em;
	width: 100%;
	height: 420px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	color: #fff;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

.nav_b{
	color:#fff;
	font-size:16px;
	}
.nav_b .nav{
	border-bottom:#7b7b7b 1px solid;
	}	
.nav_b a{
	color:#bfbfbf
	}
.nav-sitemap ul{
	margin-top:10px;
	}	
.nav-sitemap ul a{
	font-size:14px;
	}	
.nav-sitemap ul strong{
	color:#fff;
	font-size:20px;
	}					
.ny_main{
	padding:20px 0px;
	margin-top:40px;
	margin-bottom:40px;
	}
.ny_content{
	padding:20px 0px;
	}	
.ny_nav .nav-head{
	font-size:18px;
	font-weight:normal;
	border:none;
	background-color:#dc2d45;
	height:42px;
	line-height:42px;
	color:#fff;
	}
.ny_nav li a{
	line-height:36px;
	height:42px;
	}		
.contact_l .title{
	font-size:18px;
	background-color:#dc2d45;
	line-height:42px;
	border-radius:4px 4px 0px 0px;
	padding-left:20px;
	color:#fff;
	}	
.contact_l_c{
	border:#ddd 1px solid;
	border-top:none;
	padding:10px 20px;
	line-height:32px;
	}	
.title01{
	border-bottom:#dc2d45 2px solid;
	overflow:hidden;
	padding-bottom:10px;
	}
.title01 h2{
	float:left;
	font-size:18px;
	}
.title01 span{
	float:right;
	padding-top:4px;
	}
.title01 h1,.title01 h3{
	display:inline;
	font-size:14px;
	}
.ny_main_box{
	padding:40px 0px;
	}
.ny_main{
	padding:20px 0px;
	}	
.media.media-x .float-left{
	margin: 10px;
}
.media.media-x .media-body{
	margin: 10px;
}
.ny_main .media{
	margin-bottom:20px;
	border:#d3d3d3 1px solid;
	}	
.ny_main .media:hover{
	border:#6a6a6a 1px solid;
	}
.ny_main .media:hover strong{
	color: #dc2d45;
	}	
.ny_main .media:hover .media-body{
	color: #dc2d45;
	}		
.ny_main .media-body{
	line-height:30px;
	margin:0px;
	}	
.contact p{
	text-indent:0em
	}	
.page{
	text-align:center;
	margin-top:20px;
	}
.page .active{
	background-color:#dc2d45;
	}
.page .active a{
	color:#FFF;
	}				

.honor img{
	width:100%;
	}

/*分页*/
.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 .prev::before{font-family: "FontAwesome";display: inline-block; content:"\f100"; width: 10px; height: 10px; margin-right: 5px;}
.paginate .next::after{font-family: "FontAwesome";display: inline-block; content: "\f101"; width: 10px; height: 10px; margin-left: 5px;}
.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; }