@charset "utf-8";
/* CSS Document */
/*yuanneirong */
.scrol-page{
 	margin:0 auto;
	padding:30px 0 0 0;
	margin-top: -60px;
  	}
body {
	line-height: 100%;
	color: #FFF;
	background: #D9D9D9;
	font-family: AppleGothic, Arial, 'Microsoft Yahei', 'Simsun';

	padding: 10px;
	text-align: left;
	}
body,html,p,h1,h2,h3,h4,h5,h6,dl,dd,dt,ul,li{	
	padding:0;
	margin:0;
	}

dl,dd,dt,ul,li{
	list-style: none;
	color: #333;
	}
a {
	color: #666;
	text-decoration: none;
	}

a:hover {
    color: #D2F0F4;
	}


.ad_1{
 	background-image:url(../images/dhdt/A1.PNG);
	background-repeat:no-repeat;
	background-position:center 0;
  	position:relative;
	width: 920px;
    height: 580px;
	overflow:hidden;
	-webkit-transition:height  0.2s ease-in 0s;
	-moz-transition:height  0.2s ease-in 0s;
	-ms-transition: height 0.1s ease-in 0s;
	-o-transition: height 0.2s ease-in 0s;
  	}

.b_2{
	background-image:url(../images/b2.jpg); 
	}

/*bb_2*/
.bb_2{
	background-image:url(../images/b2.jpg);
	 
	}
.bb_2 h2{
	color:#fff;
	font-size:36px;
	font-weight:normal;
	position:relative;
	width:100%;
	}
.bb_2 h1{
	color: #BF0001;
	font-size: 48px;
	font-weight: normal;
	line-height: 120%;
	height: 100px;
	line-height: 100px;
	padding: 40px 0;
 	}
.bb_2 h5{
	font-size:14px;
	color:#fff;
	}
.bb_2 h9{
	font-size: 14px;
	color: #fff;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 50;
	padding-left: 20%;

	}
.wrapper{
	overflow:hidden;
	}
.pageMain{
 	margin-right:0;
	margin-left:0;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
	}
.infoText{
	text-align:center;
	color:#999;
	font-size:16px;
	padding:0 10px;
	}
/*title*/
.title{
    font-size: 25px;
    color: #8A0C0E;
    text-align: center;
    padding: 50px 0 50px 0;
 	}
.title b{
 	font-size:12px;
	color:#666;
	line-height:16px;
	display:inline-block;
	padding:10px 0 0 0;
	margin-bottom:0px;
	}
.title span{
    display: inline-block;
    line-height: 40px;
    position: relative;
    padding: 0 6%;
    font-weight: normal;
    color: #D9D3D3;
    background-color: #666666;
    }
.title span:before{
	width:300%;
	height:1px;
	background:#8A0C0E;
	position: absolute;
	left:-100%;
	right:0;
	content:'';
	bottom:-20px;
	 
	}
.title span:after{
	display:block;
	overflow:hidden;
	content:'';
	background:#8A0C0E;
	border:10px solid #fff;
	position:absolute;
	left:50%;
	width:4px;
	bottom:-32px;
	height:4px;
	border-radius:100%;
	margin-left:-12px;
	}
#about .title span:after{
	border:10px solid #fafcfc;
	}
.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}
/*title1*/
.title1{
    font-size: 35px;
    color: #8A0C0E;
    text-align: center;
    padding: 20px 0px 50px 0px;
 	}
.title2 b{
 	font-size:12px;
	color:#666;
	line-height:16px;
	display:inline-block;
	padding:10px 0 0 0;
	margin-bottom:0px;
	}
/*红色方框*/
.title1 span{
    display: inline-block;
    line-height: 40px;
    position: relative;
   
	font-weight: normal;
    color: #D9D3D3;
    background-color: #8A0C0E;
    }
/*横线*/
.title1 span:before{
	width:500%;
	height:1px;
	background:#333;
	position: absolute;
	left:-200%;
	right:0;
	content:'';
	bottom:-20px;
	 
	}
/*中间圆*/
.title1 span:after{
	display:block;
	overflow:hidden;
	content:'';
	background:#333;
	border:10px solid #fff;
	position:absolute;
	left:50%;
	width:4px;
	bottom:-32px;
	height:4px;
	border-radius:100%;
	margin-left:-12px;
	}


/*logo*/
#logo{
	width:193px;
	height:48px;
	display:inline-block;
	background:url(../images/logo.png) no-repeat;
	overflow:hidden;
 	margin:25px 0 0 0;
	text-indent:-20em;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
	}
/*menu*/
#menu{
	position: absolute;;
	right:0;
	top:0;
 }
#menu li{
	display:inline-block;
 }
/*menu表格尺寸*/
#menu a{
	color:#000;
	font-size:14px;
  	height:65px;
	width:110px;
	text-align:center;
	display: inline-block;
	line-height:20px;
	padding:35px 0 0 0;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
	background:#fff;
}
#menu a span{
	text-align:left;
	display:inline-block;}
#menu a b{
	font-size:12px;
	color:#8d8d8d;
	font-weight:normal;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
	}

#menu a:hover,
#menu a:hover b,
#menu a.current,
#menu a.current b{
	color:#fff;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
}
#menu a:hover,
#menu a.current{
	background:#8A0C0E;
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
	}
/*sidebar*/
.sidebar{
  	position: fixed;
	right:0;
	top:0;
	left:0;
	z-index:9999;
	}
.sidebar .k1120{
	position:relative;
	}
/*case k1120*/
.k1121{
	max-width:92%;
	margin:0 auto;
	align:center
	valign:middle
	}
.k1120{
	max-width:92%;
	margin:0 auto;
	}
#header .k1120 {
	position:relative;
	padding:0 10px;
	}

.sidebar .k1120{
	position:relative;
	}

/*clearfix1 */
.clearfix1 {
  *zoom: 1;
	}

.clearfix1:before{
	display: none;
	content: "";
	line-height: 0;
}

.clearfix1:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix1:after {
	clear: both;
	}
	
/*scrol-page*/
.scrol-page{
 	margin:0 auto;
	padding:30px 0 0 0;
	margin-top: -60px;
  	}

/*header*/		
#header{
	width:100%;
	height:100px;
 	position:fixed;
	z-index:1100;
	background:#D9D9D9;
 	top:0;
	box-shadow:0 1px 0 rgba(0,0,0,0.05);
	-webkit-transition:  0.2s ease-in 0s;
	-moz-transition:  0.2s ease-in 0s;
	-ms-transition:  0.1s ease-in 0s;
	-o-transition:  0.2s ease-in 0s;
}

#header .k1120 {
	position:relative;
	padding:0 10px;
	}

/*case*/

.case{
	padding:20px 10px 0 10px;
	}

.case li{
	width:25%;
	float:left;
	}

.case ul{
	margin-left:0;
	}

.case li img{
	max-width:100%;}

/*title*/
.title2 b{
 	font-size:12px;
	color:#666;
	line-height:16px;
	display:inline-block;
	padding:10px 0 0 0;
	margin-bottom:0px;
	}
/*红色方框*/
.title1 span{
    display: inline-block;
    line-height: 40px;
    position: relative;
   
	font-weight: normal;
    color: #D9D3D3;
    background-color: #8A0C0E;
    }
/*横线*/
.title1 span:before{
	width:500%;
	height:1px;
	background:#8A0C0E;
	position: absolute;
	left:-200%;
	right:0;
	content:'';
	bottom:-20px;
	 
	}
/*中间圆*/
.title1 span:after{
	display:block;
	overflow:hidden;
	content:'';
	background:#333;
	border:10px solid #fff;
	position:absolute;
	left:50%;
	width:4px;
	bottom:-32px;
	height:4px;
	border-radius:100%;
	margin-left:-12px;
	}

#p5 {background: #434242;font-size:80px;line-height: 1.5;}

/*mask1*/
.case li .mask1{
    position: absolute;
    overflow: hidden;
    color: #fff;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.view-tenth1 .mask1 {
   background-color: rgba(193, 30, 43, 0.6);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.view-tenth1:hover .mask1 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

/*view-tenth1*/
.view-tenth1{
	position: relative;
	overflow: hidden;

	}
	
.view-tenth1 a.info {
    padding:0 15px;
   line-height:24px;
}
		
.view-tenth1 img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}

.view-tenth1 .mask1 {
   background-color: rgba(193, 30, 43, 0.6);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.view-tenth1 p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;

}

.view-tenth1 h2 {
   background: transparent;
	text-align: center;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.view-tenth1 p{
   background: transparent;
 	text-align: left;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.view-tenth1 a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   display:inline-block;
   padding:0 15px;
   line-height:24px;
   border:1px solid rgba(255,255,255,0.3);
   background:rgba(255,255,255,0.2);
   color:#fff;
}

.view-tenth1:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.view-tenth1:hover .mask1 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.view-tenth1:hover h2 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    text-align: center;
	
}

.view-tenth1:hover a.info,.view-tenth1:hover p  {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    text-align: left;
	
}
/*屏幕分辨率*/		
@media only screen and (max-width: 359px){
.k1120{
	max-width:92%;
	margin:0 auto;
	}
.view-tenth1 p {
  padding: 1px 1px 1px 1px;
} 
.scrol-page1{
  		padding:-5px 0 0 0;
  	}
	
/*mask*/
.case li .mask1{
    right: 0;
    bottom: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	
}
/*yuan kuangjia neirong*/
	.b_2{
		display:none;
		}
	
	.openNav .sidebar{
		right:0;
		border-left:1px solid rgba(0,0,0,0.05);
		}
	.openNav .pageMain{
		margin-right:60px;
		margin-left:-60px;
		}
	.sidebar{
 		height:100%;
		width:105px;
		position: fixed;
		left:auto;
		right:-105px;
		top:0;
		-webkit-transition:  0.2s ease-in 0s;
		-moz-transition:  0.2s ease-in 0s;
		-ms-transition:  0.1s ease-in 0s;
		-o-transition:  0.2s ease-in 0s;
		z-index:9999;
		}
	.openNav .sidebar{
		right:0;
		}
	.openNav .pageMain{
		margin-right:70px;
		margin-left:-70px;
		}
	#menu{
		left:0;}
	#menu li{
		display:block;
		}	
	#menu a{
 		height:55px;
		width:auto;
		display:block;
		padding:5px 0 5px 8px;
		border-bottom:1px solid rgba(0,0,0,0.05);
 		line-height:35px;
		text-align:left;
 	}

	#logo{
	width:100px;
	height:20px;
	background:url(../images/logo.png) no-repeat;
	background-size:100px 20px ;
	margin:10px 0 11px 0;
	position:fixed;
	left:10px;
	}
	#header{
		height:45px;
		}
		
	.navBox{
		width:45px;
		padding:15px 0 0 0;
		height:30px;
		position:absolute;
		left:-45px;
		top:0;
		
		}
	.navOpen{
		height:12px;
		width:22px;
		display:block;
		margin:0 auto;
		border-top:2px solid #666;
		border-bottom:2px solid #666;
		position:relative;
		z-index:1;
		}
	.navOpen:after{
		display:block;
		position:absolute;
		left:0;
		right:0;
		height:2px;
		overflow:hidden;
		content:'';
		background:#666;
		top:50%;
		margin-top:-1px;
		z-index:1;
		}
	.navBox:before{
		width:2px;
		height:18px;
 		display:block;
		content:'';
		background:#fff;
		left:14px;
		top:15px;
		position:absolute;
		z-index:333;
		}	
			
		.infoText{
		
		font-size:12px;
 		}
	.servicesBox{
		margin-top:30px;
		}
	.servicesBox li{
		width:auto;
		float:none;
		}
	.servicesBoxIcon{
		padding-left:0;
		}
	
		 
.case{
	padding:20px 10px 0 10px;
	}
	
.case li{
	width:100%;
	float:center;
	}

.newsList{
	padding:0 10px;
	}
.newsList li{
	width:100%;
	float:left;
	padding:0 0;
	}

.contactFoot dl{
	width:100%;
	float:left;
	}
	.servicesBox li{
	width:100%;
	float:left;
	}

	.case ul{
		margin-left:2%;
		margin-right:2%;
		margin-top:0;
		margin-bottom:0
		}
	.view-tenth2{
	
	margin:10px 0 0 10px;
	}
	.moreBtn2{
	border:2px solid #717171;
	display:block;
	text-align:center;
	
	}
	.moreBox{
	padding:20px 0 0 0;}
	
	
.newsViewText{
	padding:10px 0;
	height:auto;
	}
	
	.viewBtn{
		display:block;
		border-width:2px;
		}
	.contactBox:after{
		display:none;
		}
	.footer{
		padding:20px 0;
		}
	.messageRow_1,
	.messageRow_2,
	.messageRow_3{
		float:none;
		padding:10px 0;
 	   width:auto;
	   }
	   .messageRow_3 {
		   padding-top:0;}
		  .messageRow_2 {
		   padding-bottom:0;}
	  .messageRow_3 .messageBox{
	padding-left:0;
	}
	.fromBtn{
		display:block;
		margin-bottom:5px;
		}
	.message{
		padding:0 10px;
		}
	
	.b_text{
		width:auto;
		float:none;
		padding-bottom:10px;
 		}
		.b_text2{
		width:auto;
		float:none;
		padding-bottom:10px;
 		}
	.b_pic{
		width:auto;
		float:none;
		margin:0 10px;
		}
	.b_text h1{
 		padding:0 0 0 10px;
  	}
	.b_text1 h10{
 		padding:0 0 0 8px;
  	}
	
	.b_text h4{
  		padding:10px;
  		}
	.b_text  p{
		padding:0 0 0 10px;
		line-height:180%;
		}
			
/*xiugaihou neirong */
	
.title1 span{
		display:block;
		font-weight:bolder;
		margin:0 10% 0 10%;
		font-size:13px;	
		}
.title11 {
		display:block;
	font-weight:bold;
	font-size:11px;
		color:#8A0C0E;  
		line-height:20px
		}
.title22 {
		display:block;
	font-weight:bold;
	font-size:15px;
		margin:10px 5px 5px 5px;
		color:#8A0C0E;  
		line-height:20px
		}
.title111{
color:#000000;
font-size:10px;
		line-height:20px;
			margin:0 8px 0 8px
}	
	.title222{
color:#000000;
font-size:13px;
		margin:2px 3px 2px 3px;
		line-height:20px	
}
	.title1111{
color:#ffffff;
font-size:9px;
line-height:20px
}

}


@media screen and (min-width: 360px) and (max-width: 479px){
.k1120{
	max-width:92%;
	margin:0 auto;
	}
	.view-tenth1 p {
  padding: 1px 1px 1px 1px;
} 
.scrol-page1{
  		padding:6px 0 0 0;
  	}
/*mask*/
.case li .mask1{
    right: 0;
    bottom: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	
}
/*yuan kuangjia neirong*/
	.b_2{
		display:none;
		}
	.openNav .sidebar{
		right:0;
		border-left:1px solid rgba(0,0,0,0.05);
		}
	.openNav .pageMain{
		margin-right:60px;
		margin-left:-60px;
		}
	.sidebar{
 		height:100%;
		width:105px;
		position: fixed;
		left:auto;
		right:-105px;
		top:0;
		-webkit-transition:  0.2s ease-in 0s;
		-moz-transition:  0.2s ease-in 0s;
		-ms-transition:  0.1s ease-in 0s;
		-o-transition:  0.2s ease-in 0s;
		z-index:9999;
		}
	.openNav .sidebar{
		right:0;
		}
	.openNav .pageMain{
		margin-right:70px;
		margin-left:-70px;
		}
	#menu{
		left:0;}
	#menu li{
		display:block;
		}	
	#menu a{
 		height:55px;
		width:auto;
		display:block;
		padding:5px 0 5px 8px;
		border-bottom:1px solid rgba(0,0,0,0.05);
 		line-height:35px;
		text-align:left;
 	}

	#logo{
	width:110px;
	height:22px;
	background:url(../images/logo.png) no-repeat;
	background-size:110px 22px ;
	margin:10px 0 11px 0;
	position:fixed;
	left:10px;
	}
	#header{
		height:45px;
		}
		
	.navBox{
		width:45px;
		padding:15px 0 0 0;
		height:30px;
		position:absolute;
		left:-45px;
		top:0;
		
		}
	.navOpen{
		height:12px;
		width:22px;
		display:block;
		margin:0 auto;
		border-top:2px solid #666;
		border-bottom:2px solid #666;
		position:relative;
		z-index:1;
		}
	.navOpen:after{
		display:block;
		position:absolute;
		left:0;
		right:0;
		height:2px;
		overflow:hidden;
		content:'';
		background:#666;
		top:50%;
		margin-top:-1px;
		z-index:1;
		}
	.navBox:before{
		width:2px;
		height:18px;
 		display:block;
		content:'';
		background:#fff;
		left:14px;
		top:15px;
		position:absolute;
		z-index:333;
		}	
			
		.infoText{
		
		font-size:12px;
 		}
	.servicesBox{
		margin-top:30px;
		}
	.servicesBox li{
		width:auto;
		float:none;
		}
	.servicesBoxIcon{
		padding-left:0;
		}

	 .title span{
		line-height:30px;
		padding:0 5%;
		display:block;
		margin:0 10px;
		font-size:16px;
		}	 
		 .title h5{
		display:block;
		margin:0 10px;
		font-size:14px;
		}
	.title span:before{
		
		bottom:-10px;
		 
		}
	.title span:after{
		bottom:-22px;
		}
		.case{
	padding:10px 10px 0 10px;
	}
	
.case li{
	width:100%;
	float:left;
	}

.newsList{
	padding:0 10px;
	}
.newsList li{
	width:100%;
	float:left;
	padding:0 0;
	}

.contactFoot dl{
	width:100%;
	float:left;
	}
	.servicesBox li{
	width:100%;
	float:left;
	}
	
	.case ul{
		margin-left:4%;
		margin-right:4%;
		margin-top:0;
		margin-bottom:0
		}
	.view-tenth2{
	
	margin:10px 0 0 10px;
	}
	.moreBtn2{
	border:2px solid #717171;
	display:block;
	text-align:center;
	
	}
	.moreBox{
	padding:20px 0 0 0;}
	
	
.newsViewText{
	padding:10px 0;
	height:auto;
	}
	
	.viewBtn{
		display:block;
		border-width:2px;
		}
	.contactBox:after{
		display:none;
		}
	.footer{
		padding:20px 0;
		}
	.messageRow_1,
	.messageRow_2,
	.messageRow_3{
		float:none;
		padding:10px 0;
 	   width:auto;
	   }
	   .messageRow_3 {
		   padding-top:0;}
		  .messageRow_2 {
		   padding-bottom:0;}
	  .messageRow_3 .messageBox{
	padding-left:0;
	}
	.fromBtn{
		display:block;
		margin-bottom:5px;
		}
	.message{
		padding:0 10px;
		}	
	.b_text{
		width:auto;
		float:none;
		padding-bottom:10px;
 		}
		.b_text2{
		width:auto;
		float:none;
		padding-bottom:10px;
 		}
	.b_pic{
		width:auto;
		float:none;
		margin:0 10px;
		}
	.b_text h1{
 		padding:0 0 0 10px;
  	}
	.b_text1 h10{
 		padding:0 0 0 8px;
  	}
	.b_text h4{
  		padding:10px;
  		}
	.b_text  p{
		padding:0 0 0 10px;
		line-height:180%;
		}			
/*xiugaihou neirong */
	.title1 span{
		display:block;
		font-weight:bold;
		margin:0 26% 0 26%;
		font-size:16px;
		}
	.title11 {
		display:block;
	font-weight:bold;
	font-size:12px;
		color:#8A0C0E;  
		line-height:20px
		}
	.title22 {
		display:block;
	font-weight:bold;
	font-size:15px;
		color:#8A0C0E; 
		margin:10px 5px 5px 5px;
		line-height:20px
		}
		.title111{
color:#000000;
font-size:11px;
		line-height:20px;
			margin:0 8px 0 8px
}	
	.title222{
color:#000000;
font-size:13px;
		margin:2px 3px 2px 3px;
		line-height:20px	
}
	.title1111{
color:#ffffff;
font-size:10px;
line-height:20px
}
}


@media screen and (min-width: 480px) and (max-width: 849px) {		
.view-tenth1 p {
  padding: 2px 2px 2px 2px;
} 
.scrol-page1{
  		padding:10px 0 0 0;
  	}
.k1120{
	max-width:92%;
	margin:0 auto;
	}		
#menu li{
		display:block;
		}	
#menu a{
 		height:55px;
		width:auto;
		display:block;
		padding:5px 10px 5px 10px;
		border-bottom:1px solid rgba(0,0,0,0.05);
 		line-height:35px;
		text-align:left;
 	}
#logo{
	width:120px;
	height:24px;
	background:url(../images/logo.png) no-repeat;
	background-size:120px 24px ;
	margin:10px 0 11px 0;
	position:fixed;
	left:10px;
	}
#header{
		height:45px;
		}
/*b_2*/
.b_2{
		display:none;
		}	
/*case*/
.case{
	padding:20px 20px 0 20px;
	}
.case li{
	width:50%;
	float:center;
	}	
.case ul{
		margin-left:3%;
		margin-right:3%;
		margin-top:0;
		margin-bottom:0
		}
/*view-tenth*/	
.view-tenth{
	margin: 20px 0 0 20px;
	max-height: 280px;
	min-height: 200px;
	}
/*TITLE1*/
.title span{
		line-height:30px;
		padding:0 5%;
		display:block;
		margin:0 10px;
		font-size:18px;
		}
.title1 span{
		display:block;
		font-weight:bold;
		margin:0 26% 0 26%;
		font-size:16px;
		}
.title11 {
		display:block;
	font-weight:bold;
	font-size:13px;
		color:#8A0C0E;  
		line-height:20px
		}
.title22 {
		display:block;
	font-weight:bold;
	font-size:12px;
		color:#8A0C0E;  
		line-height:20px
		}
.title111{
color:#000000;
font-size:12px;
		line-height:20px;
			margin:0 8px 0 8px	
}	
.title222{
color:#000000;
font-size:11px;
		line-height:20px	
}
.title1111{
color:#ffffff;
font-size:11px;
	line-height:20px}	
}


@media screen and (min-width: 850px) and (max-width: 999px) {
		.view-tenth1 p {
  padding: 2px 2px 2px 2px;
	
}
	.scrol-page1{
  		padding:10px 0 0 0;
  	}
.k1120{
	max-width:92%;
	margin:0 auto;
	}
		
	#menu li{
		display:block;
		}	
	#menu a{
 		height:65px;
		width:auto;
		display:block;
		padding:5px 10px 5px 10px;
		border-bottom:1px solid rgba(0,0,0,0.05);
 		line-height:35px;
		text-align:left;
 	}
	
	#logo{
	width:130px;
	height:26px;
	background:url(../images/logo.png) no-repeat;
	background-size:130px 26px ;
	margin:10px 0 11px 0;
	position:fixed;
	left:10px;
	}
	#header{
		height:45px;
		}	
/*b_2*/
	.b_2{
		display:none;
		}

/*case*/
.case{
	padding:20px 10px 0 10px;
	}
.case li{
	width:50%;
	float:center;
	}
.case ul{
		margin-left:5%;
		margin-right:5%;
		margin-top:0;
		margin-bottom:0
		}
/*view-tenth*/	
.view-tenth{	
	margin: 20px 0 0 20px;
	max-height: 280px;
	min-height: 200px;
	}	
/*TITLE1*/
	 .title span{
		line-height:30px;
		padding:0 5%;
		display:block;
		margin:0 10px;
		font-size:20px;
		}
.title1 span{
		display:block;
		font-weight:bold;
		margin:0 26% 0 26%;
		font-size:17px;
		}
.title11 {
		display:block;
	font-weight:bold;
	font-size:14px;
		color:#8A0C0E;  
		line-height:20px
		}
.title22 {
		display:block;
	font-weight:bold;
	font-size:13px;
		color:#8A0C0E;  
		line-height:20px
		}
.title111{
color:#000000;
font-size:13px;
		line-height:20px	
}	
.title222{
color:#000000;
font-size:12px;
line-height:20px	
}
.title1111{
color:#ffffff;
font-size:12px;
line-height:20px;
margin:0 8px 0 8px
}
		
}


@media screen and (min-width: 1000px) and (max-width: 1199px) {
.view-tenth1 p {
  padding: 4px 4px 4px 4px;
} 
 .title span{
		line-height:30px;
		padding:0 5%;
		display:block;
		margin:0 10px;
		font-size:22px;
		}
.k1120{
	max-width:96%;
	margin:0 auto;
	}
.scrol-page{
padding:45px 0 0 0;
  	}	
.scrol-page1{
  		padding:10px 0 0 0;
  	}
#header{
		height:75px;
		}
	
#menu a{
 		height:65px;
		width:106px;
		padding:20px 0 0 0;
	}
#logo{
	width:140px;
	height:28px;
	background:url(../images/logo.png) no-repeat;
	background-size:140px 28px ;
	margin:22px 0 0 0;
	}
/*b_2*/
.b_2{
		display:none;
		}
/*clearfix*/
.clearfix1 {
  *zoom: 1;
	}
.clearfix1:before {
	display: none;
	content: "";
	line-height: 0;
}
.clearfix1:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix1:after {
	clear: both;
	}	
		
	/*case*/
.case{
	padding:20px 10px 0 10px;
	}
.case li{
	width:25%;
	float:left;
	}
		
	/*TITLE1*/
.title1 span{
		display:block;
		font-weight:bold;
		margin:0 26% 0 26%;
		font-size:18px;
		}
.title1 span{
		display:block;
		font-weight:bold;
		margin:0 26% 0 26%;
		font-size:18px;
		}
.title11 {
		display:block;
	font-weight:bold;
	font-size:15px;
		color:#8A0C0E;  
		line-height:20px
		}
.title22 {
		display:block;
	font-weight:bold;
	font-size:14px;
		color:#8A0C0E;  
		line-height:20px
		}
.title111{
color:#000000;
font-size:14px;
		line-height:20px;
			margin:0 8px 0 8px	
}
.title222{
color:#000000;
font-size:13px;
		line-height:20px	
}
.title1111{
color:#ffffff;
font-size:13px;
		line-height:20px	
}
}


@media screen and (min-width: 1200px) and (max-width: 1359px){
.view-tenth1 p {
  padding: 5px 5px 5px 5px;
} 
.k1120{
	max-width:94%;
	margin:0 auto;
	}
#header{
		height:75px;
		}	
#menu a{
 		height:55px;
		width:126px;
		padding:20px 0 0 0;
	}
#logo{
	width:150px;
	height:30px;
	background:url(../images/logo.png) no-repeat;
	background-size:150px 30px ;
	margin:25px 0 0 0;
	}	
/*b_2*/
.b_2{
		display:none;
		}
/*scrol-page*/
.scrol-page1{
  		padding:10px 0 0 0;
  	}
/*clearfix1*/
.clearfix1 {
  *zoom: 1;
	}
.clearfix1:before {
	display: none;
	content: "";
	line-height: 0
}
.clearfix1:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix1:after {
	clear: both;
	}		

/*case*/
.case{
	padding:20px 10px 0 10px;
	}
.case li{
	width:25%;
	float:left;
	}
				
/*TITLE1*/
.title1 span{
		display:block;
		font-weight:bold;
		margin:0 26% 0 26%;
		font-size:20px;
		}
 .title span{
		line-height:30px;
		padding:0 5%;
		display:block;
		margin:0 10px;
		font-size:26px;
		}
.title11 {
		display:block;
	font-weight:bold;
	font-size:16px;
		color:#8A0C0E;  
		line-height:20px
		}
.title22 {
		display:block;
	font-weight:bold;
	font-size:15px;
		color:#8A0C0E;  
		line-height:20px
		}
.title111{
color:#000000;
font-size:15px;
		line-height:20px;
			margin:0 8px 0 8px	
}		
.title222{
color:#000000;
font-size:14px;
		line-height:20px	
}
.title1111{
color:#ffffff;
font-size:14px;
		line-height:20px	
}
		}	


@media screen and (min-width: 1360px) and (max-width: 1599px){
.view-tenth1 p {
  padding: 7px 7px 7px 7px;
} 
.k1120{
	max-width:92%;
	margin:0 auto;
	}
#header{
		height:75px;
		}
/*menu表格尺寸*/
#menu a{
 		height:55px;
		width:126px;
		padding:20px 0 0 0;
	}	
#logo{
	width:150px;
	height:38px;
	background:url(../images/logo.png) no-repeat;
	background-size:150px 38px ;
	margin:25px 0 0 0;
	}
/*scrol-page*/
.scrol-page1{
  		padding:10px 0 0 0;
  	}
/*b_2*/
.b_2{
		display:none;
		}
/*clearfix1*/
.clearfix1 {
  *zoom: 1;
	}
.clearfix1:before {
	display: none;
	content: "";
	line-height: 0;
}
.clearfix1:after {
	display: table;
	content: "";
	line-height: 60;
}
.clearfix1:after {
	clear: both;
	}		
/*case*/
.case{
	padding:20px 10px 0 10px;
	}
.case li{
	width:25%;
	float:left;
	
	}
.case ul{
		margin-left:0;
		margin-right:0;
		margin-top:0;
		margin-bottom:0
		}
/*TITLE1*/
.title1 span{
		display:block;
		font-weight:bold;
		margin:0 27% 0 27%;
		font-size:22px;
		}
.title11 {
		display:block;
	font-weight:bold;
	font-size:17px;
		color:#8A0C0E;  
		line-height:20px
		}
.title22 {
		display:block;
	font-weight:bold;
	font-size:16px;
		color:#8A0C0E;  
		line-height:20px
		}
.title111{
color:#000000;
font-size:16px;
		line-height:20px	
}	
.title222{
color:#000000;
font-size:15px;
		line-height:20px	
}
.title1111{
color:#ffffff;
font-size:15px;
		line-height:20px;
			margin:0 8px 0 8px	
}		
}


@media screen and (min-width: 1600px) and (max-width: 1919px){
.view-tenth1 p {
  padding: 8px 8px 8px 8px;
} 
.k1120{
	max-width:90%;
	margin:0 auto;
	}
#header{
		height:25px;
		}
#menu a{
 		height:55px;
		width:126px;
		padding:20px 0 0 0;
	}
#logo{
	width:150px;
	height:38px;
	background:url(../images/logo.png) no-repeat;
	background-size:150px 38px ;
	margin:25px 0 0 0;
	}
/*b_2*/
.b_2{
		display:none;
		}
/*scrol-page*/
.scrol-page1{
  		padding:10px 0 0 0;
  	}
/*clearfix1*/
.clearfix1 {
  *zoom: 1;
	}
.clearfix1:before {
	display: none;
	content: "";
	line-height: 0;
}
.clearfix1:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix1:after {
	clear: both;
	}		
/*case*/
.case{
	padding:20px 10px 0 10px;
	}
.case li{
	width:25%;
	float:left;
	}
/*view-tenth*/
.view-tenth1{
	max-height: 40%;
	min-height: 20%;
	}		
/*TITLE1*/
.title1 span{
		display:block;
		font-weight:bold;
		margin:0 26% 0 26%;
		font-size:24px;
		}
.title11 {
		display:block;
	font-weight:bold;
	font-size:18px;
		color:#8A0C0E;  
		line-height:20px
		}
.title22 {
		display:block;
	font-weight:bold;
	font-size:17px;
		color:#8A0C0E;  
		line-height:20px
		}
.title111{
color:#000000;
font-size:17px;
		line-height:20px;
			margin:0 8px 0 8px	
}		
.title222{
color:#000000;
font-size:16px;
		line-height:20px	
}
.title1111{
color:#ffffff;
font-size:16px;
line-height:20px	
}	
	
}	


@media screen and (min-width: 1920px) {
.view-tenth1 p {
  padding: 9px 9px  9px 9px;
} 
#header{
		height:75px;
		}
#menu a{
 		height:55px;
		width:126px;
		padding:20px 0 0 0;
	}
#logo{
	width:150px;
	height:38px;
	background:url(../images/logo.png) no-repeat;
	background-size:150px 38px ;
	margin:25px 0 0 0;
	}
/*b_2*/
.b_2{
		display:none;
		}
/*k1120*/	
.k1120{
	max-width:88%;
	margin:0 auto;
	}
/*scrol-page*/
.scrol-page1{
  		padding:10px 0 0 0;
  	}
/*clearfix1*/
.clearfix1 {
  *zoom: 1;
	}
.clearfix1:before {
	display: none;
	content: "";
	line-height: 0;
}
.clearfix1:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix1:after {
	clear: both;
	}	
/*case*/
.case{
	padding:20px 10px 0 10px;
	}
.case li{
	width:25%;
	float:left;
	}
/*view-tenth*/
.view-tenth1{
	max-height: 80%;
	min-height: 20%;
	}		
	/*TITLE1*/				
.title1 span{
		display:block;
		font-weight:bold;
		margin:0 26% 0 26%;
		font-size:25px;
		}
.title11 {
		display:block;
	font-weight:bold;
	font-size:19px;
		color:#8A0C0E;  
		line-height:20px
		}
.title22 {
		display:block;
	font-weight:bold;
	font-size:18px;
		color:#8A0C0E;  
		line-height:20px
		}
.title111{
color:#000000;
font-size:18px;
		line-height:20px	
}	
.title222{
color:#000000;
font-size:17px;
		line-height:20px	
}
.title1111{
color:#ffffff;
font-size:17px;
		line-height:20px;
			margin:0 8px 0 8px	
}				
}		
	
