/* CSS Document */
@media only screen and (max-width: 700px){
.fl{float:none;display:block;}
.fr{float:none;display:block;}

.inner{max-width:98%;width:98%;  }


.dl-menuwrapper{display:block;}
.btn3{display:block;}

.ding{height:auto; padding:10px 0px;}
.ding .inner .logo_img{margin-top:0px;}
.ding .inner .logo_img img{display:block; width:90%;margin:0 auto;}
.ding .inner .logo_txt{display:none;}

.ding .inner .tel{display:none;}

.menu_out{position:static; height:68px;}
.menu_out .menut{height:auto;}
.menu_out .menut ul li{width:25%;}
.menu_out .menut ul li a{display:block; height:34px; font-size:13px; line-height:34px;}

.menu_out .menut ul li a:hover{background-size:100% 100%;}

.search_out{display:none;}


#banner{display:block;cursor:pointer;height:auto;height:200px;}
#banner .imglist{width:100%;height:200px;position:absolute;top:0px;left:0px;}
#banner  .img01{background:url(../image/m1.jpg) no-repeat center top;background-size:100% auto;}
#banner  .img02{background:url(../image/m2.jpg) no-repeat center top;background-size:100% auto;}
#banner  .img03{background:url(../image/m3.jpg) no-repeat center top;background-size:100% auto;}
#banner  .img04{background:url(../image/m4.jpg) no-repeat center top;background-size:100% auto;}
#banner .imglist a{height:200px;}


#banner .left{left:5%;top:40%;width:20px;height:36px;z-index:7; background-size:40px 72px;}
#banner .right{right:5%;top:40%;width:20px;height:36px;left:auto;z-index:8; background:url(../image/focus_btn.png) no-repeat -20px 0px;background-size:40px 72px; }
#banner .btn{left:40%;bottom:20px;}
#banner .btn li{width:6px; height:6px; border-radius:6px; background-size:100% 100%;}
#banner .btn .hover{background-size:100% 100%;}



.dl-menuwrapper {display:block;
	width: 100%;
	position: absolute;
	top:0px;
	right:0;
	z-index: 99;
	-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/header-bg.png) repeat-x bottom left;*/
	border: none;
	width: 40px;
	height: 40px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top:0px;
	right:0;
	cursor: pointer;
	outline: none;
	background:url(/template/pc/cn2016/images/menu-button-bg.png) no-repeat center center;
	background-size: 50%;
}

.dl-menuwrapper button:hover ,
.dl-menuwrapper button.dl-active {background:url(/template/pc/cn2016/images/menu-button-bg.png) no-repeat center center;
	background-size: 50%;
}

.dl-menuwrapper ul {
	background: #1f76df;
}


.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: 0 20px;
	font-size: 14px;
	line-height:40px;
	color: #fff;
	border-top: 1px solid #139a34;
	outline: none;
}
.dl-menuwrapper li a:hover{background: rgba(205,33,33,1);}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(225,1,1,1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(225,1,1,1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	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);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	left:0px; top:40px;
	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(225,1,1,0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after{content: '';}



.container{margin-top:20px;}

.products .title h1{line-height:30px; font-size:20px;}
.products .title .tip{line-height:14px; height:14px; font-size:12px;}
.products .list{width:100%;}
.products .list .title{display:none;}
.products .list .con{border:none; padding:0px; margin-top:10px;}
.products .list .con ul li{float:left; width:48%; margin-right:2%; margin-bottom:2px;}
.products .list .con ul li a{line-height:32px; height:32px; font-size:12px; background-size:auto 12px;}

.products .show{width:100%; margin-top:10px;}
.products .show .con ul li a.tit{height:28px; line-height:14px; font-size:12px; background:#f0f0f0; text-align:center;font-weight:normal; overflow:hidden; }
.products .show .title h4{height:40px; line-height:40px; font-size:16px; }
.products .show .title .more{line-height:40px; font-size:12px;}
.products .show .title{height:40px;}
.products .show .title .line{width:60px;}

.madvantage{margin-top:20px;}
.madvantage .inner{padding-top:15px;}
.madvantage .title h4{height:30px; line-height:30px; font-size:20px;}
.madvantage .title .tip{height:15px; line-height:15px; font-size:12px;}



.madvantage{display:block; width:100%; background:#f0f0f0 url(../image/a_bg.jpg) no-repeat center bottom;margin-top:20px; background-size:100% auto;}
.madvantage .inner{display:block; padding-top:20px;}
.madvantage .title{display:block;background:url(../image/ge.png) no-repeat center center;}
.madvantage .title h4{display:block; line-height:30px; font-size:20px; color:#282828; text-align:center;}
.madvantage .title h4 .blue{color:#1f76df;}
.madvantage .title .tip{display:block; height:14px; line-height:14px; font-size:12px; text-align:center; }
.madvantage .con{display:block; height:auto;  padding-bottom:100px; position:relative; z-index:2; left:0; top:0; margin-top:10px;}

.madvantage .con .box{dipslay:block;padding-bottom:20px;  width:44%; padding:1%;margin-right:3%;margin-bottom:30px;border:1px solid #1f76df; border-radius:6px; background:none;}
.madvantage .con .box h4{display:block;height:30px; line-height:30px; font-size:18px; color:#1f76df; text-align:center;}
.madvantage .con .box .detail{display:block; font-size:12px; text-align:center; line-height:16px; margin-top:10px; height:64px; overflow:hidden;}
.madvantage .con .box .num{display:block; width:100%; height:30px; line-height:30px; font-size:18px; color:#1f76df; text-align:center; margin-top:10px; font-family:Arial, Helvetica, sans-serif;}

.madvantage .con .box01{float:left; width:44%; position:static; }
.madvantage .con .box02{float:left; width:44%; position:static;  }
.madvantage .con .box03{float:left; width:44%;  position:static; }
.madvantage .con .box04{float:left; width:44%;  position:static; }


.mquality{display:block; width:100%;  background:#1f76df url(../image/mquality_bg.jpg) no-repeat center top;}
.mquality .inner{display:block; padding:15px 0px; position:relative; z-index:2; left:0; top:0; width:96%; margin:0 auto;}
.mquality .inner .wz{}
.mquality .inner .wz .w_row{display:block;}
.mquality .inner .wz .w_row .logot{display:none;width:80px; height:80px;}
.mquality .inner .wz .w_row .w_txt{border-left:none;padding-left:0px;}
.mquality .inner .wz .w_row .w_txt h2{display:block; height:30px; line-height:30px; font-size:20px; color:#fff; text-align:center;}
.mquality .inner .wz .w_row .w_txt h4{display:block; line-height:24px; height:24px; font-size:18px; color:#fff; text-align:center;}
.mquality .inner .wz ul{display:block; margin-top:10px;}
.mquality .inner .wz ul li{float:left; font-size:14px; height:28px;line-height:28px; color:#fff; padding:0px;border-radius:6px; border:2px solid #fff; margin-right:5px;width:44%; margin:0 auto;margin-right:4%; text-align:center; margin-bottom:3px;}
.mquality .inner .tel{position:static;}
.mquality .inner  .tel{display:block; margin-left:5%;padding-left:45px; background:url(../image/tel02.png) no-repeat left top;background-size:auto 40px; margin-top:15px;}
.mquality .inner  .tel .tt{display:block;height:20px; line-height:20px; font-size:12px; color:#fff; }
.mquality .inner  .tel .code{display:block; font-size:20px; color:#fff; line-height:24px; font-family:Arial, Helvetica, sans-serif;}
.mquality .inner  .tel .code em{font-style:normal; margin-right:10px;font-size:20px;}
.mquality .inner  .tel .code i{font-style:normal;}


.case{display:block; margin-top:20px;}
.case .title{display:block;}
.case .title h1{display:block; line-height:30px; font-size:20px; text-align:center; color:#282828;}
.case .title h1 .blue{color:#1f76df;}
.case .title .tip{display:block; font-size:12px; line-height:14px; height:14px; text-align:center; }
.case .con{display:block; margin-top:15px;}
.case .con  .c_pro{display:block; }
.case .con  .c_pro #scrollarea{display:block; width:600px;  margin:0 auto; overflow:hidden; }
.case .con  .c_pro #inrea{display:block; width:800%;}
.case .con  .c_pro #area1{float:left;}
.case .con .c_pro #area2{float:left;}
.case .con  .c_pro #scrollarea li{float:left; width:150px; margin-right:10px; position:relative; z-index:2; left:0; top:0; padding-bottom:70px;}
.case .con  .c_pro #scrollarea li a.pic{display:block; width:100%;}
.case .con  .c_pro #scrollarea li a.pic img{display:block; width:100%; }
.case .con  .c_pro #scrollarea li .wz{display:block; position:absolute; left:5%; top:100px; z-index:8; width:90%;  background:#fff url(../image/y02.jpg) no-repeat center bottom; padding-bottom:15px;}
.case .con  .c_pro #scrollarea li .wz .w_fl{float:left;width:72%;padding:3%;}
.case .con  .c_pro #scrollarea li .wz .w_fl .tit{display:block;height:20px; line-height:20px; font-size:12px; color:#1f76df; font-weight:bold;overflow:hidden;}
.case .con  .c_pro #scrollarea li .wz .w_fl .detail{display:block;font-size:12px; line-height:15px; height:30px; overflow:hidden;}
.case .con  .c_pro #scrollarea li .wz .w_fr{float:right;width:18%; background:#1f76df;}
.case .con  .c_pro #scrollarea li .wz .w_fr .moret{display:block; width:100%;height:60px; background:#1f76df url(../image/arrowh.png) no-repeat center center;}
.case .con .c_pro .arrow_l.current{display:none;height:120px;}
.case .con .c_pro .arrow_l{display:none;height:120px;}
.case .con .c_pro .arrow_r{display:none;height:120px;}
.case .con .c_pro .arrow_l.current{display:none;height:120px;}



.case .con   .c_pro .arrow_l{position:absolute; left:1%; width:51px; height:340px; background:url(../image/left.png) no-repeat left center; cursor:pointer;}
.case .con   .c_pro .arrow_l.current{position:absolute; left:1%;  width:51px; height:340px; background:url(../image/lefth.png) no-repeat left center; cursor:pointer;}
.case .con   .c_pro .arrow_r{position:absolute; right:1%;  width:51px; height:340px; background:url(../image/right.png) no-repeat left center; cursor:pointer;}
.case .con   .c_pro .arrow_r.current{position:absolute;right:1%; width:51px; height:340px; background:url(../image/righth.png) no-repeat left center; cursor:pointer;}


.news{display:block; margin-top:20px;}
.news .title{display:block;}
.news .title h1{display:block; line-height:30px; font-size:20px; text-align:center; color:#282828;}
.news .title h1 .blue{color:#1f76df;}
.news .title .tip{display:block; font-size:12px; line-height:15px; height:15px; text-align:center; }
.news .con{display:block; margin-top:10px;}
.news .con .rescommend{width:100%;}
.news .con .rescommend .pic{display:block; width:100%; height:auto; overflow:hidden;}
.news .con .rescommend .pic img{display:block; width:100%;}
.news .con .rescommend .wz{display:block; width:100%; margin-top:4px;}
.news .con .rescommend .wz .w_fl{width:82%;float:left;}
.news .con .rescommend .wz .w_fr{width:14%;float:right;}
.news .con .rescommend .wz .w_fl .tit{display:bloc; height:auto; line-height:20px; font-size:15px; color:#1f76df; font-weight:bold;}
.news .con .rescommend .wz .w_fl .detail{display:block; font-size:12px; line-height:15px; margin-top:8px;}
.news .con .rescommend .wz .w_fr .moret{display:block; width:100%; height:90px; background:#7f7f7f url(../image/arrowh.png) no-repeat center center;}
.news .con .rescommend .wz .w_fr .moret:hover{background:#1f76df url(../image/arrowh.png) no-repeat center center;}

.news .con ul{width:100%;border-top:1px solid #cdcdcd;}
.news .con ul li{display:block; padding:13px 0px; border-bottom:1px solid #cdcdcd;}
.news .con ul li .time{width:18%; float:left;}
.news .con ul li .wz{width:78%; float:right;}
.news .con ul li .time .d{display:block; height:30px; line-height:30px; font-size:18px; font-family:Arial, Helvetica, sans-serif; text-align:right;}
.news .con ul li .time .y{display:block; text-align:right; font-size:12px;}
.news .con ul li .wz .tit{display:block; font-size:14px; color:#1f76df; font-weight:bold; line-height:20px;}
.news .con ul li .wz .detail{display:block; font-size:12px; line-height:20px; height:40px; overflow:hidden;}



.about{display:block; width:100%;  height:auto; background:url(../image/gs_bg.jpg) no-repeat center top;background-size:auto 100%; margin-top:20px;}
.about .inner{display:block; padding:15px 0px;}
.about .title{display:block;}
.about .title h1{display:block; line-height:30px; font-size:18px; text-align:center; color:#fff;}
.about .title h1 .blue{color:#fff;}
.about .title .tip{display:block; font-size:12px; line-height:14px; height:14px; text-align:center;color:#fff;}
.about .con{display:block; width:96%; margin:0 auto; margin-top:10px; font-size:12px; line-height:16px; color:#fff; text-align:center;}
.about .moret{display:block; width:40%; height:36px; line-height:36px; border:2px solid #fff; font-size:12px; color:#fff; padding:0px 20px; margin:0 auto; background:url(../image/arrowh.png) no-repeat 90% center; margin-top:25px;}

.mstyle{display:none;}
.mstyle .mstyle_pro #scrollarea li{width:150px;}
.mstyle .mstyle_pro #scrollarea li .tit{height:30px; line-height:30px; font-size:12px;}
.mstyle .mstyle_pro .arrow_l{display:none;}
.mstyle .mstyle_pro .arrow_r{display:none;}
.friendlink{display:none;}

.bot{padding-bottom:40px; margin-top:15px;}
.bot .inner .mid{display:none;}
.bot .inner .fl{display:none;}
.bot .inner .fr{width:100%;}
.bot .inner{padding-top:20px; padding-bottom:15px;}

.bot .inner .fr dl dd{margin-bottom:5px;}
.bot .inner .fr dl dd .tt{font-size:12px;}
.bot .inner .fr dl dd .code{font-size:18px;}



.banner_nei{height:100px; background:url(../image/mny01.jpg) no-repeat center top; background-size:110% auto;}
.content{max-width:96%; margin-top:15px;}
.content .fl{width:100%;}
.content .fr{width:100%; margin-top:15px;}
.content .fl .list .title{display:none;}
.content .fl .list .con{border:none; padding:0px;}
.content .fl .list .con ul li{float:left; width:48%; margin-right:2%; margin-bottom:2px;}
.content .fl .list .con ul li a{line-height:34px; height:34px; font-size:12px;}
.content .fl .contact{display:none;}

.content .fr .title .location{display:none;}
.content .fr .title h4{height:40px; line-height:40px; font-size:16px;}
.content .fr .title{height:40px; line-height:40px;}
.content .fr .title .line{width:60px;}
.content .fr .neirong{font-size:13px; line-height:24px; padding-top:10px;}
.content .fr .neirong img{display:block; width:100%;}


.xc li{width:48%; margin-right:2%; margin-bottom:10px;}
.pro_list li .detail{font-size:12px; line-height:15px; height:45px; overflow:hidden;}
.pro_list li .tit{font-size:13px; height:30px; line-height:30px;}


#preview{width:100%;}
.jqzoom{width:100%; height:auto;}
.proright{width:100%; margin-top:12px;}
.proright h2{font-size:15px;}
.proright .summary{font-size:12px;line-height:22px;}
.prodetails p{font-size:12px; line-height:22px;}
#spec-list{width:80%;}
#spec-n5{width:80%;}

.prorelated h3{margin-bottom:7px;}
.prorelated li{width:49%; margin-right:1%;}
.prorelated li .tit{font-size:13px; height:36px; line-height:36px;}

.pro_list ul li{width:49%; margin-right:1%;}
.pro_list ul li a .tit{display:block;font-size:13px; width:100%; height:30px; line-height:30px; overflow:hidden; }
.pro_list ul li a .detail{font-size:12px; line-height:15px;height:30px; overflow:hidden;}

.z3{font-size:15px;}
.z2{font-size:13px;}

.proright{height:auto;}

.productlist dd .pic{float:none; width:100%;}
.productlist dd .wz{width:100%;float:none;}
.productlist dd .wz .tit{height:auto; line-height:30px; font-size:15px;}
.productlist dd .wz .moret{font-size:12px;}

.content .fr .neirong .ewm02{width:60%;float:none;}
.content .fr .neirong  .lianxi{font-size:14px; line-height:28px;}
.bot .inner .fr dl dd .zz{font-size:12px;}

.newslist dl dd a{font-size:12px; line-height:18px;}
.newslist dl dt a{line-height:24px; height:auto;}
.newslist dl dd .moret{font-size:12px;}

.newsdetails h2{height:auto; line-height:24px; font-size:16px; font-weight:bold;}




.btn3{display:block;position:fixed; z-index:30; bottom:0px; border-top:1px solid #3889eb; border-bottom:1px solid #3889eb; background:#1f76df; width:100%; text-align:center; box-sizing:border-box;-webkit-box-sizing:border-box;}
.menu{position:relative; float:left; width:25%; height:45px; line-height:45px; background:#1f76df; border-right:1px solid #3889eb; box-sizing:border-box; -webkit-box-sizing:border-box;}
.menu:last-child{border-right:none;}
.new-sub{position:absolute;bottom:60px;z-index:10;width:100%;padding: 0px 2px;background:#1f76df;box-sizing:border-box;-webkit-box-sizing:border-box;border: 1px solid #3889eb;border-radius: 5px;display:none;}
.new-sub li{width: 100%;background:#1f76df;float:none;box-sizing:border-box;-webkit-box-sizing:border-box;border-bottom:1px solid #3889eb;overflow:hidden;}
.new-sub li a{display:block;height:40px;line-height:40px;text-align:left;background:#1f76df;color:#fff;border:none;text-align:center;font-size:12px;}
.sanjiao{position:absolute;bottom:5px;right:5px;width:0;height:0;border:5px solid transparent;border-right:5px solid #3889eb;border-bottom:5px solid #3889eb;}
.bt-name{font-size:15px;color:#fff;}
.bt-name a{display:block;font-size:15px;color:#fff;line-height:40px;}
.new-sub .tiggle{width:0px;height:0px;position:absolute;left:50%;margin-left:-10px;bottom:-9px;border-top:10px solid #3889eb;border-left:10px solid transparent;border-right:10px solid transparent;z-index:10;}
.new-sub .innertiggle{width:0px;height:0px;position:absolute;left:50%;margin-left:-9px;bottom:-8px;border-top:9px solid #1f76df;border-left:9px solid transparent;
border-right:9px solid transparent;z-index:11;}


}