/*@charset "utf-8";

/* 手机版导航 */
.container_top {
display: block;
}
.container_box_nav {
  display: block;
}
.phone_header{ display: none;}
.ph_news_list{ display:none;}
/* .lb_list_newsbox{ display: block;} */
.container_top {display: block;}
.index_news_list{ display: block;}
.phindex_yewu_l{ display: none; padding-top: 20px;}
.phone_rlzy_main{ display: none !important;}
.rlzy_main{display: block;}

@media screen and (min-width: 768px){
	
}
@media screen and (max-width: 768px){






@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot@#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.home_pro_wap{ display:block !important; width:93% !important; margin:auto}

.pro_wapcon{ width:46%; float:left; margin:2%}
.pro_wapcon img{ width:100% !important; height:auto !important;}
.thumbnail-text{line-height: 25px;
    overflow: hidden;
    height: 25px;
	font-weight:100 !important}
#wrapper{ display:none}
/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	max-width: 250px;
	float: right;
	position: absolute;
	top:0;
	right:0;
	padding-top: 45px;
	z-index: 999;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	/*background: url(../images/phone_header-bg.png) repeat-x bottom left;*/
	border: none;
	width: 50px;
	height: 50px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top:0;
	right:0;
	cursor: pointer;
	outline: none;
	background: #fff url(../images/menu-button-bg.png) no-repeat center center;
	background-size: 50%;
}

.dl-menuwrapper button:hover ,
.dl-menuwrapper button.dl-active {
	/*background: url(../images/phone_header-bg.png) repeat-x bottom left;*/
	background-color: #fff;
}

.dl-menuwrapper ul {
    background: #545454;
}

/*
.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 60%;
	height: 4px;
	background: #fff;
	top: 12px;
	left: 22%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
}
*/

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	border-bottom:1px solid #ccc;
	outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(255,255,255,0.8);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(255,255,255,0.8);
}
.solutions ul li a{ font-size:0.8rem}
.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	-moz-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	-moz-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut1 {
	50% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-moz-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut2 {
	100% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut3 {
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut4 {
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	-moz-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	-moz-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	-moz-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn1 {
	0% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-moz-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn2 {
	0% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn3 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn4 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	-moz-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	-moz-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	-moz-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	-moz-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn1 {
	0% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn2 {
	0% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn3 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn4 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	-moz-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	-moz-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	-moz-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut1 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut2 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut3 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut4 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut5 {
	0% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		transform: translateZ(-200px);
		opacity: 0;
	}
}


/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}

/* phone_header */
.header{display:none;}
.phone_header{position: fixed;height:50px;background:#fff; display:block; width:100%; z-index:999}

.phone_header .logo {
    display: block;
   
    height: 33px;
   padding: 10px 10px;
}
.fu_banner{ padding-top:12%}
.phone_header .logo img{display:block;width:auto; height:33px;}
.phone_header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.phone_header .search:hover{background-color:#0067d2;}
.phone_header .search span{display:none;}
.phone_header .user-icon{position:absolute;top:0;right:70px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-user.png) no-repeat center center;background-size:40%;}
.phone_header .user-icon span{display:none;}
.phone_header .user-icon:hover{background-color:#0067d2;}
.fh_ic01 {
    background: url(../images/fh_01.png) no-repeat right;
}
.fh_ic02 {
    background: url(../images/fh_02.png) no-repeat;
}
.phone_header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}
.callbacks_container{ padding-top:50px;}
.callbacks_container:hover .callbacks_nav { background:none !important}
/*选中后背景色*/
::selection {color: #fff;background: #fd6114;} 
::-moz-selection {color: #fff;background: #fd6114;}
a {
	/*	*/
	text-decoration:none;
}
a:active, a:hover {
	outline: 0;
}
.a-del {
	color: #c00;
}
.a-del:hover {
	color: #b00;
	text-decoration: underline;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.icon-arrow-right {
	
}
.fb18 {
	font-size: 18px;
	font-weight: bold;
}
.fb24 {
	font-size: 24px;
	font-weight: bold;
}
.cred {
	color: #c00 !important;
}
.cblue {
	color: #06c !important;
}

/*====IE提示====*/
.ie8-tips {
	width:100%;
	padding:30px 0;
	border-bottom:1px solid #0066cc;
	background:#fff;
	color:#333;
	line-height:50px;
	text-align:center;
	font-size:2em;
}
.ie8-tips p {
	padding:5px 0;
}
.ie8-tips a {
	margin:0 1em;
	font-size:2em;
}
/*=清除非IE浏览器下的浮动溢出=*/
.wrapfix:after{	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wrapfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .wrapfix {
	height: 1%;
}
.wrapfix {
	display: block;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/* End hide from IE-mac */






	.phindex_yewu_l{ display:none;}
/* .lb_list_newsbox{ display:none;} */
.ph_news_list{ display: block;}
.index_news_list{ display:none;}
.container_top {
display: none;
}
.container_box_nav {
  display: none;
}
.index_yewu_box {
    margin: 40px 0px 0px 0px;
    overflow: hidden;
}
.container {
    width: 93%;
    height: auto;
    margin: 0 auto;
    line-height: 30px;
}
.index_yewu_l {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
.index_yewu_r {
    width: 100%;
    height: auto;
    float: right;
        padding-bottom: 24px;
}
.index_yewu_r ul li {
    width: 25%;
    height: auto;
    float: left;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 10px;
}
.index_about {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    padding: 21px 0px;
}

.index_about_l {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
.more_index {
    padding-top: 0px;
    color: #ca2b2f;
    font-size: 14px;
    padding-bottom: 5px;
}
.about_l_txt {
    padding-top: 8px;
    font-size: 14px;
    color: #666666;
}
.index_about_r {
    width: 100%;
    height: auto;
    float: right;
}
.index_about_r img{
    width: 100%;
    height: auto;
}
.index_bt_box {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background: #3e3d40;
}
.index_bt_l {
    width: 100%;
    height: auto;
    float: left;
}
.foot_01_l {
    margin-top: 2px;
    line-height: 30px;
}
.index_bt_r {
    width: 100%;
    height: 55px;
    float: right;
    padding-top: 9px;
    background: none;
}
.footer_box {
    width: 100%;
    height: auto;
    background: #19191a;
    border-top: 1px solid #666;
    padding: 5px 0px;
}
.footer_box_main {
    text-align: center;
    line-height: 20px;
    margin: 0 auto;
    color: #dddddd;
    font-size: 12px;
}
.title_index img{
    display: none;
}
.yewu_icon01_txt {
    line-height: 80px;
    font-size: 12px;
    color: #aeaeae;
    font-weight: bold;
}
.yewu_icon01_txt {
    line-height: 0px;
    font-size: 12px;
    color: #aeaeae;
    font-weight: bold;
}

.index_news_box {
    width: 100%;
    height: auto;
    padding: 13px 0px;
}
.index_news_img {
    width: 100%;
    height: auto;
    float: left;
}
#playBox {
    width: 100%;
    height: 279px;
    margin: 20px auto;
    background: #333;
    position: relative;
    overflow: hidden;
}


.ph_news_list{ width: 100%; height:auto;}
.ph_news_list ul li{ width: 100%; height:auto; margin-bottom: 15px; }
.ph_news_list ul li span{ font-size: 12px; color: #999;}



.about_xq_nav {
    width: 319px;
    height: auto;
    float: left;
    display: none;
}
.about_xq_right {
    margin-top: 10px;
    margin-bottom:0px;
    width: 100%;
    height: auto;
    float: right;
    padding-left: 0px;
    border-left: none;
    padding-bottom: 0px;
}
.about_xq_right img{
 width: 100% !important; height: auto !important; 
}
.zjl_nr {
    width: 100% !important;
    float: left;
}
.news_biaoti{ margin-bottom:8px;}
.xiangqing_page_box{ margin:10px 0px 10px 0px;}
.zjl_r {
    float: right;
    width: 100% !important;
}
.charitable_donations_list .ba_txt h3{ font-size:14px;}
.fu_news_listnav {
    width: 100%;
    margin: 0 auto;
    padding: 26px 0px 30px 0px;
}
.fu_news_listnav p {
    width: 35%;
    height: 40px;
    float: left;
    margin: 1% 7%;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
}
.fu_news_list001 {
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #ededed;
    padding: 0px;
}
.fu_news_listlift {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}

.about_xq_right .previous_next .fh01 img{ width:auto !important}
.fu_news_listlift img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.fu_news_listright {
    width: 100%;
    height: auto;
    float: right;
    margin: 19px 0px;
}


.page_ym {
    width: 100%;
    height: auto;
    margin: 20px 0px;
    text-align: center;
}
.page_ym li {
    width: 15%;
    height: 37px;
    float: left;
    margin: 10px 0px;
    text-align: center;
    overflow: hidden;
	margin-left:1%
}

.current_location_main {
    width: 93%;
    height: auto;
    margin: 0 auto;
    border-bottom: 1px solid #ededed;
}
.fu_newsyw_listnav {
    width: 100% !important;
}
.xiangqing_main_01 {
    width: 100%;
    height: auto;
    padding: 4px 0px;
}
.xiangqing_img {
    width: 100%;
    height: auto;
    float: left;
}
.xiangqing_img img{
 width:100%; height: auto;
}
.xiangqing_txt {
    width: 100%;
    height: auto;
    float: right;
     padding: 22px 0px 0px 0px;
}
.news_biaoti a {
    margin-top: 15px;
    font-size: 16px;
    border-bottom: 2px solid #4c982c;
    padding-bottom: 3px;
    color: #000;
}
.xiangqing_page_main img{ width: 100% !important; height:auto !important;
}

.tab_mian{
    width: 93% !important;
    margin: 0px auto;
}
.tab-cont {
    position: relative;
    width: 100%;
    height: 496px;
    overflow: hidden;
    margin-top: 20px;
    padding: 0px;
}
.tab-title .item {
    display: inline-block;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
.tab-cont__wrap {
    position: absolute;
    width: 100%;
}
.tab-cont .item {
    width: 100%;
    height: auto;
    color: #fff;
}
.jd_01 {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    background: none;
}
.jd_01 img{
    width: 100%;
    height: auto;
}

.jd_01 p {
    width: 100%;
    height: 48px;
    border: none;
    text-align: center;
    line-height: 48px;
    color: #333;
    margin-bottom: 8px;
}
.dxxm_tab_box {
    width: 100%;
    height: auto;
    padding: 30px 0px 40px 0px;
    background: #f3f3f3;
}
.fu_news_listbox{ padding-top:73px;}
.lianxi_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top:8px;
}
.lianxi_box_top {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.lianxi_box_l {
    width: 100%;
    height: auto;
    float: left;
}
.lianxi_box_l img{
    width: 100%;
    height: auto;
}
.lianxi_box_r {
    width: 100%;
    height: auto;
    float: right;
    padding-top: 46px;
    font-size: 14px;
    color: #333;
}
.lianxi_box_bottom {
    width: 100%;
    height: auto;
    margin-top: 22px;
}
.lianxi_box_txt {
    width: 100%;
    height: auto;
    float: left;
    display: none;
}
.lianxi_box_tb {
    width: 100%;
    height: auto;
    float: right;
        margin-top: 61px;
}
.yanjing{ padding-left: 30px; background: url(../images/liulan.png) 3px 3px no-repeat;}
.in01 {
    width: 100%;
    height: 49px;
    margin-right: 0px;
    font-family: "微软雅黑";
    border: 1px solid #dadada;
    margin-bottom: 15px;
    /* margin-top: 57px; */
}

.in02 {
    width: 100%;
    height: 49px;
    margin-right: 0px;
    border: 1px solid #dadada;
    margin-bottom: 20px;
}
.in03 {
    width: 100%;
    height: 110px;
    padding: 0px;
    border: 1px solid #dadada;
}

.charitable_donations_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.charitable_donations_list ul li {
    width: 255px;
    height: 320px;
    width: 100%;
    height: auto;
    margin-right: 0px;
    float: left;
    float: left;
    margin-bottom: 30px;
  
}
.charitable_donations_list .ba_img {
    width: 100%;
    height: auto !important;
    overflow: hidden;
}
.charitable_donations_list .ba_img img{  width: 100%;
    height: auto !important;
  }
.business_areas_list ul li{ margin:0px;    border: none;}
.business_areas_list{ width:100% !important}
.goongchenganli_list ul li{ margin:0px}
.goongchenganli_list ul li .ba_img{ width:100% !important; height:auto !important}
.goongchenganli_list ul li .ba_img img{ width:100% !important; height:auto !important}
.phone_rlzy_main{ display: block !important;}
.jianzhufangshui_list ul li{ width:45%; margin:0 !important; padding:0 2.5%}
.jianzhufangshui_list ul li .ba_img{ width:100% !important; height:auto !important}
.jianzhufangshui_list ul li .ba_img img{ width:100% !important; height:auto !important}
.rlzy_main{display:none;}
.rlzy_main {
    width: 100%;
    height: auto;
}
.rlzt_tb_title {
    width: 100%;
    height: auto;
}
.rlzt_tb_title ul li {
    height: 45px;
    text-align: center;
    color: #fff;
    line-height: 45px;
    float: left;
    border-left: 1px solid #fff;
    font-size: 16px;
    font-weight: bold;
}

.tb_02 {
    width: 43%;
}

.footindex_bt_r {
    width: 100%;
    height: 114px;
    padding-top: 47px;
    background: url(../images/bt_bg_x_05.png) no-repeat;
    margin-top: 10px;
}
.index_about_l {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 5px; text-align: center;
}
.footindex_bt_r {
    width: 100%;
    height: 114px;
    padding-top: 47px;
    background: url(../images/bt_bg_x_05.png) no-repeat;
    margin-top: -17px;
}


.anli_biaoti a{ font-size:20px;}

.about_xq_right01{margin-bottom: 20px;}

.conimg{ display:block !important}

.conimg_pc{ display:none}

.areaImg{    width: 743px !important;}


.about_xq_rightfz{ width:100% !important}

















}