.bln_scroll{width: 100%;height: 100%;position: relative;overflow: hidden;}
.bln_scroll>li{width: 100%;height: 100%;position: absolute;display: none;
				transition: all 1.2s;-moz-transition: all 1.2s;-webkit-transition: all 1.2s;-o-transition: all 1.2s;}
.bln_scroll>li.cur1{top: 0;}
.bln_scroll>li.next{top: 100%;}
.bln_scroll>li.prev{top: -100%;}

.nhw .box_bg{width: 100%;height: 100%;overflow: hidden;position: absolute;background-repeat: no-repeat;background-position: center center;background-size: cover;}
.nhw .box_main{width: 100%;height: calc(100% - 105px);overflow: hidden;position: relative;padding-top: 105px;}

.nhw .box_main>.box_md{text-align: center;position: absolute;top: 40%;margin-top: -200px;width: 100%;height: 600px;}
.nhw .box_content_1 img{display: inline;}



.nhw_01{cursor: pointer;}
.nhw_01 .box_bg{transition: all 500ms;-moz-transition: all 500ms;-webkit-transition: all 500ms;-o-transition: all 500ms;}
.nhw_01 #btn_play{
	display: none;
	
}
.nhw_01:hover #btn_play{display: block;}

.box_content_1{
	text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    width: 100%;
    height: 400px;
}
.box_content_1 .ad {
   text-align: right;
   padding-right: 200px;
   padding-top: 30px;
}
.top-tap{
	background: rgba(255,255,255,0.4);
	width: 1200px;
	height: 40px;
	line-height: 40px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	top: 105px;
	left: 50%;
	margin-left: -600px;
	text-align: center;
}
.top-tap span{
	display: inline-block;
	vertical-align: middle;
	color: #163b50;
	padding-right: 15px;
}
.top-tap a{
	color: #163b50;
}
.top-tap .logo{
	background: url(../img/notice.png) no-repeat;
	width: 31px;
	height: 22px;
	padding-right: 5px;
}
.top-tap .more-link{
	color: #3eae4c;
}
.top-tap .langshan{
	background: url(../img/langshan.png) no-repeat;
	width: 98px;
	height: 28px;
}
.top-tap .number{
	padding-right: 0;
	font-weight: 700;
	font-size: 14px;
}

#photos {
 width: 1000px;
 margin: 20px auto 0;
}
#photos .box{
	width: 1000px;
    height: 240px;
    position: relative;
    overflow: hidden;
}
#photos .bigImg{
    overflow: hidden;
    height: 9999px;
}
#photos .bigImg li{
	position:relative;
    width: 1000px;
    height: 240px;
}

#photos .sPrev{
    background: url(../img/left-icon.png) no-repeat;
    display: block;
    width: 45px;
    height: 45px;
  	position: absolute;
  	left: 0;
  	top: 50%;
  	margin-top: -22.5px;
}
#photos .sNext {
    background: url(../img/right-icon.png) no-repeat;
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
  	right: 0;
  	top: 50%;
  	margin-top: -22.5px;
}
#photos .smallScroll{
	height: 117px;
	margin-top: 20px;
}
#photos .tempWrap{
	overflow: hidden;
    position: relative;
    width: 870px;
    height: 117px;
}
#photos .small_box{
	position: relative;
}
#photos .small_list{
	width: 870px;
	height: 117px;
	overflow: hidden;
	margin: 20px auto;
}
#photos .smallImg{
    height: 117px;
    overflow: hidden;
}
#photos .smallImg li{
	float: left;
    margin-right: 10px;
    width: 210px;
    cursor: pointer;
    display: inline;
}
#photos .smallImg li:last-child{
	margin-right: 0;
}
#photos .smallImg li.selected a{
	display: block;
	border: 2px solid #871e23;
}

.box_md{
	width: 1065px;
	margin: 25px auto;
	position: relative;
}
.nhw_03 .ul_scroll{
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
.nhw_03 .ul_scroll li{
	position: absolute;
	display: none;
	width: 180px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	height: 100%;
	cursor: pointer;
	transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
}
.nhw_03 .ul_scroll li a{
	display: block;
	height: 100%;
	position: relative;
}

.nhw_03 .ul_scroll li img{
	width: 100%;
}
.nhw_03 .ul_scroll li img.blur{
	 -webkit-filter: blur(3px); 
       -moz-filter: blur(3px);
        -ms-filter: blur(3px);    
            filter: blur(3px);   
}

.nhw_03 .ul_scroll>li.cur1,.nhw_03 .ul_scroll>li.cur2,.nhw_03 .ul_scroll>li.cur3,.nhw_03 .ul_scroll>li.cur4,.nhw_03 .ul_scroll>li.cur5{
	left: -100%;
}
.nhw_03.cur1 .ul_scroll>li.cur1{left: 0;}
.nhw_03.cur1 .ul_scroll>li.cur2{left: 20%;}
.nhw_03.cur1 .ul_scroll>li.cur3{left: 40%;}
.nhw_03.cur1 .ul_scroll>li.cur4{left: 60%;}
.nhw_03.cur1 .ul_scroll>li.cur5{left: 80%;}


.nhw_03 .box_md .box_btn {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: 32px;
    height: 64px;
    z-index: 9999;
    cursor: pointer;
    display: block;
}
.nhw_03 .box_md .box_left {
    left: 0px;
    background: url(../img/page3-left.png) no-repeat center;
}
.nhw_03 .box_md .box_right {
    right: 0px;
    background: url(../img/page3-right.png) no-repeat center;
}
.nhw_03 .box_md .box-title{
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -41px;
	margin-top: -87px;
	display: none;
	/*width: 35%;*/
}
.nhw_04 .page4-box{
	background: url(../img/page4-border.png) no-repeat center center;
	width: 900px;
	height: 289px;
	display: block;
	position: absolute;
	bottom: 98px;
	left: 50%;
	margin-left: -450px;
}
.nhw_04 .page4-box ul li{
	width: 16%;
	position: absolute;
	transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
}
.nhw_04 .page4-box ul li img{
	transform: scale(1);  
    transition: all 1s ease 0s;  
    -webkit-transform: scale(1);  
    -webkit-transform: all 1s ease 0s;  
}
.nhw_04 .page4-box ul li:hover img{
	transform: scale(1.2);  
    transition: all 1s ease 0s;  
    -webkit-transform: scale(1.2);  
    -webkit-transform: all 1s ease 0s; 
}
.nhw_04.cur1 .page4-box ul li.img-1{
	top: 96px;
    left: 8px;
}

.nhw_04.cur1 .page4-box ul li.img-2{
	left: 230px;
    top: -26px;
}
.nhw_04.cur1 .page4-box ul li.img-3{
	right: 230px;
    top: -30px;
}
.nhw_04.cur1 .page4-box ul li.img-4{
	right: -13px;
    top: 98px;
}
.nhw_04 .page4-box ul li.img-1,.nhw_04 .page4-box ul li.img-2{
	left: 200%;
}
.nhw_04 .page4-box ul li.img-3,.nhw_04 .page4-box ul li.img-4{
	right: 200%;
}
.nhw_04 .layout_foot{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
