header{
	background:#62131d;
	overflow: hidden;
	height: 100px;
	position: fixed;
	z-index: 99;
	width: 100%;
	top:0;
	transition: 0.4s;
}
.top_nav .nav li a{
	color: #ffffe1;
	padding:0px 15px;
	line-height: 60px;
}
.top_nav .nav li a img{
	position: relative;
	top:20px;
}
.top_nav .nav li a:hover{
	background: none;
}
.carousel{
	margin-top:100px;
}
.sy_t{
	background: url(../images/sy_t_bg.png) no-repeat center top;
	padding-top: 54px;
	color: #58111a;
	margin-top: 30px;
}
.sy_t h5{
	color: #666666;
}
#sy_pro_box{
	padding-bottom: 60px;
}
.sy_pro{
	position: relative;
	overflow: hidden;
}
.sy_pro .pro_img{
    width: 360px;
	height: 328px;
	overflow: hidden;
}
.sy_pro .pro_img img{
	width: 360px;
	height: 328px;
	transition: 0.4s;
}
.sy_pro .pro_body{
    width: 100%;
    line-height: 55px;
    background: #555;
    color: #fff;
}
.sy_pro h5{
	position: absolute;
	color: #555;
	top:10px;
	left:50%;
	transform: translate(-50%,0);
}
.sy_pro h4{
	position: absolute;
	color: #555;
	top:35px;
	left:50%;
	transform: translate(-50%,0);
}
.sy_pro span{
	position: absolute;
	color: #666;
	bottom:80px;
	left:50%;
	transform: translate(-50%,0);
	display: block;
}
.sy_pro span .line{
	width: 0px;
	height: 1px;
	background: #666;
	transform: translate(0,10px);
	transition: 0.3s;
}
.sy_pro:hover .line{
	width: 100%;
}
.sy_b{
	width: 100%;
	height: 620px;
	background-image:url(../images/dt.jpg);
	background-size: cover;
	background-attachment: fixed; 
	background-repeat: no-repeat;
	background-position: center;
}
#sy_advan{
	padding-bottom: 60px;
}
.media_advan{
	margin:0px 0.5px;
	position: relative;
}
.advan_bg{
	background: rgba(0,0,0,0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top:0;
	left:0;
	overflow: hidden;
	transition: 0.6s;
}
.media_advan .advan_t{
    margin:0;
	color: #fff;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	transition: 0.6s;
}
.media_advan .advan_t01{
    margin:0;
	color: #fff;
	position: absolute;
	top:100px;
	left:50%;
	transform: translate(-50%,0);
	transition:all 0.6s ease-in-out;
	color: rgba(255,255,255,0);
}
.media_advan span{
	display: block;
	position: absolute;
	bottom:100px;
	left:50%;
	transform: translate(-50%,0);
	color: rgba(204,204,204,0);
	transition:all 0.6s ease-in-out;
}
.advan_bg span img{
	position: absolute;
	top:80px;
	left:50%;
	transform: translate(-50%,0);
	width: 17px;
	height: 17px;
	display: none;
}
.media_advan:hover .advan_t01{
	display: block;
	left:50%;
	top:150px;
	color: rgba(255,255,255,1);
}
.media_advan:hover span{
	left:50%;
	color: rgba(204,204,204,1);
    bottom:190px;
}
.media_advan:hover span img{
	display: block;
}
.media_advan:hover .advan_t{
	color: rgba(255,255,255,0);
}
.media_advan:hover .advan_bg{
	background: rgba(0,0,0,0.7);
}
.sy_about{
	width: 100%;
	background: #f6f6f6;
	padding: 10px 0px 50px;
}
.syinfo_about{
  padding:5px;
}
.syinfo_about p{
  color: #555;
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
}
.about-more {
	background: #666;
	color: #fff;
	line-height: 35px;
	width: 120px;
	text-align: center;
	display: block;
}
.about-more:hover {
	background: #7d0000;
	color: #fff;
}

footer{
	background: url(../images/footer_bg.jpg) no-repeat center top,#000;
	overflow: hidden;
	padding-top: 60px;
}
.bottom_list{
	padding-bottom: 24px;
	border-bottom:1px solid rgba(153,153,153,0.15);
}
.bottom_list a{
	display: block;
	color: #fff;
	padding: 10px 0px;
}
.bottom_list .form-inline .form-group .form-control{
	background: #333;
	border:none;
	border-radius: 0;
	color: #fff;
	height: 50px;
	width: 200px;
}
.bottom_list .form-inline .form-group .form-control:focus{
	box-shadow: none;
}
.bottom_list .form-inline .form-group .btn{
	background: #1a1a1a;
	border:none;
	border-radius: 0;
	color: #999;
	padding: 15px 18px;
}
.bottom_list dt{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.bottom_list dd{
	color: #999;
	padding: 6px 0px
}
.bottom_list dd a{
	color: #999;
	padding: 0px 0px
}
.bottom_copy{
	padding-top: 30px;
	padding-bottom: 30px;
}
.bottom_copy,.bottom_copy a{
	color: #999;
}
/*内页*/
.ny_banner{
	margin-top: 100px;
}
.ny_main{
  padding-top:40px;
  padding-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px #6e6e6e solid;
}
.ny_main_l .nav li{
  padding-right: 15px;
}
.ny_main_l .nav li a{
  border: #333 1px solid;
  margin-bottom: 10px;
  transition: 0.3s;
}
.ny_main_l .nav .nav-head{
  font-size: 18px;
  padding:10px 0px;
  border:none;
  margin-bottom: 5px;
}
.ny_main_l .nav li a:hover{
  background: #62131d;
  color: #fff;
}
.ny_main_t .breadcrumb{
  background: none;
  text-align: right;
  border-bottom: #333 1px solid;
  padding:15px 8px;
  margin-bottom: 0px;
}
.ny_main_t .breadcrumb a{
  padding-left: 3px;
}
.ny_content{
  padding:25px 0px;
}
.ny_about{
  padding:20px 15px;
}
.ny_about p{
  color: #555;
  line-height: 26px;
}
.ny_news{
  padding-left: 0px;
}
.ny_news li{
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.ny_news li a{
  color: #555;
  padding-right: 20px;
  font-size: 14px;
}
.shownews p{
  color: #555;
  line-height: 26px;
}
.shownews img{
  display: block;
  margin:0 auto;
}
.ny_pro .pro-img{
  position: relative;
  border:1px solid #ddd;
}
.ny_pro .pro-body{
  text-align:center;
  color: #333;
  line-height: 28px;
  margin-top: 5px;
}
.ny_pro .pro-img{
  overflow: hidden;
  width: 269px;
  height: 201.75px;
}
.ny_pro .pro-img img{
  transition: 0.4s;
  width: 269px;
  height: 201.75px;
}
.ny_pro a{
  margin-bottom: 15px;
  display: block;
}
.ny_pro a:hover img{
  transform: scale(1.2,1.2);
}
.pn{
	margin-right: -15px;
	margin-left: -15px;
	overflow: hidden;
}
.shownews img{
  margin-bottom: 10px;
}
.shownews span{
  font-size: 13px;
  color: #666;
}
.ny_app .app_img{
  border:1px solid #ddd;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ny_app .app_img img{
  transition: 0.4s
}
.ny_app .app_body{
  text-align: center;
  line-height: 30px;
}
.media-app .showapp{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: url(../images/m1.png);
  color: #fff;
  padding: 20px 15px;
  word-break: break-all;
  line-height: 24px;
  font-size: 13px;
  top: -100%;
  transition: 0.4s
}
.media-app{
    cursor: pointer;
    margin-bottom: 15px;
}
.media-app:hover img{
   transform: scale(1.2,1.2);
}
.media-app:hover .showapp{
  top: 0;
}
.ny_service img{
  width: 120px;
  height: 120px;
}
.question{
	background: url(../images/questions.jpg) left no-repeat;
	color: #666;
	line-height: 28px;
	padding-left: 38px;
	margin-bottom: 10px;
}
.answer{
	background: url(../images/answer.jpg) left no-repeat;
	color: #666;
	line-height: 28px;
	padding-left: 38px;
}
.ny_faq .faq_media{
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.ny_message .control-label{
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
}
/*分页*/
.pagination .active a{
  background: #62131d;
  border-color: #62131d;
}
.pagination .active a:hover{
  background: #62131d;
  border-color: #62131d;
}
.pagination li a{
  color: #333
}
.pagination li a:hover{
  color: #62131d
}
.iw_poi_title {
	color:#CC5522;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap
}
.iw_poi_content {
	font:12px arial,sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word
}

#menu li.active a{
  background: #62131d;
  color: #fff;
}

/*分页*/
.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: #62131d; 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: #62131d; color: #fff; border-color: #62131d; margin-right: 1px}
.paginate a.disabled{background-color: #fff!important; color: #bbb!important; cursor: no-drop}
.paginate .prev{border-radius: 5px 0 0 5px}
.paginate .next{border-radius: 0 5px 5px 0; }
@media (max-width: 767px) {

	.navbar-toggle .icon-bar {
		margin-top: 15px;
		background: #fff;}
    header{
    overflow:visible;
	height: auto;
    }
    .navbar-brand > img {
    height: 38px;}
    .navbar-toggle {
    margin-right: 15px;
    margin-bottom: 0px;}
    .top_nav .nav li a {
    line-height: 40px;}
}