﻿@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:myfont;
	src: url('font/AndaleMo.TTF');
}
body,div,h1,h2,h3,h4,h5,h6,p,span,input{font-family: myfont;}
li
{
	list-style-type: none !important;
}
/*顶部*/
.header-cont{ position:relative}
.header-nav{width:100%;z-index:1;background:rgba(255,255,255,.3);
box-shadow: 0px 1px 3px #ccc;background: rgba(0,0,0,.7);}
.header-nav .logo{max-width:200px;width: 100%;height: 100px;margin-top:-20px;margin-left:0.7%;position:relative;top:-20px}
.header-nav .nav{margin-top:2px;}
.header-nav .nav-ul{margin: 9px 0px 8px 0;text-align: center;}
.header-nav .nav-ul>li{display: inline-block;position:relative;border: 0px solid red;padding:12px 0px;}
.header-nav .nav-ul>li>a{color: #fff;border-right: 1px solid #cdcdcd;padding: 0px 18px;display: block;font-size:1rem;}
.header-nav .nav-ul>li:last-child a{border:none}
.header-nav .nav-ul>li .caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;
border-right: 4px solid transparent;border-left: 4px solid transparent;}



.dropdown, .dropup{position: relative;}
.top-left>.labguage-dropdown>a{position: relative;border: none;display: block;line-height: 21px; border-radius: 0px;color:#fff;outline:none}
.top-left img{ position:relative;top:6px;}
.dropdown, .dropup{position: relative;}
.top-left>.labguage-dropdown>a{position: relative;border: none;display: block;line-height: 21px;border-radius: 0px;color:#fff;outline:none;margin-top: 23px;padding-bottom: 13px;}
.top-left img{ position:relative;top:2px;}
.labguage-dropdown .labguage-menu {width: 110px;border-radius:0px;padding:0px;margin:1px 0px 0px;}
.labguage-menu {position: absolute;top:70%;left: 0;z-index: 1000;float: left;padding: 5px 0;margin: 2px 0 0;font-size:14px;
text-align:left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip:padding-box;
border:1px solid #ccc;border: 1px solid rgba(0,0,0,.15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow:0 6px 12px rgba(0,0,0,.175); display:none}
.labguage-menu li{display:block !important;text-align:left; margin:0px;border-bottom:1px solid #f0f0f0;}
.labguage-menu li a{display:block;line-height:24px;padding: 8px 9px;font-size:12px;color:#272727;transition:all 300ms ease;}
.labguage-menu-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143; color:#333;white-space:nowrap;}


.header-open.header-nav{ background:rgba(0,0,0,.4); box-shadow:0px 1px 3px #585858}


/*手机端*/
.app{display: none;}
.appnav-header{display: none;}
@media only screen and (min-width:320px ) and (max-width:1200px ) {
	*{margin: 0;padding: 0;}
	@font-face {
	font-family:myfont;
	src: url('font/AndaleMo.TTF');
}
	.header-nav
	{
		display:none
	}
body,div,h1,h2,h3,h4,h5,h6,p,span,input{font-family: myfont;}
	body{margin: 0 auto;}
	
	
	/*导航*/
	.app{display: block;min-width:350px;width:100%;z-index:1;box-shadow: 0px 1px 3px #ccc;background:rgba(255,255,255,.3);
	background: rgba(0,0,0,.7);}
	.pc-nav{display: none;}
	.app-nav{display: flex;justify-content: space-between;overflow: hidden;width: 100%;height:50px !important;}
	.app-nav .app-nav-logo{width:30%;margin: 20px 0;}
	.app-nav .app-nav-logo img{width: 100%;margin-top:-40px;}
	.app-navright{width: 50%;}
	.menu-button{max-width: 200px;float: right;line-height: 150px;}
	 #toggle:checked + .sidebar{transition:all 0.4s ease-in; display: block;}
	.sidebar{margin:0;padding-top:1em;color:white;background-color:#69B948;display: none;z-index:9999;position: absolute;top:20.5%;width: 100%;}
	.sidebar li{margin:.5em 0;padding:0 1em;line-height:32px;color: white;font-size: 14px;}
	.sidebar li a{color:#fff}
	.sidebar>li:hover{background-color:#69B948;}
	.subNav{cursor:pointer;}
	.navContent{display:none;color:#999;}
	.navContent li{line-height:25px;margin:0}
	
	.app-navright-list ul li .small_Anav{display: none;}
	.app-navright-list ul li:hover .small_Anav{display:block;}
	
	/*banner*/
	.slider-container{max-width:1200px;width: 100%;}
	.slider__item {max-width:1200px;width: 100%;}
	.slider__item img {max-width:1200px;max-width: 100%;}
	.slider__switch {display: none}
	.slider__caption {display: none}
	.preview{display: none;}
	.inner{left:5%;display: none;}
	
	
	/*商品*/
	.appproduct{display: block !important;}
	.N-product{display: none;}
	.appproduct ul{width: 100%}
	.appproduct ul li{width: 47%;background:#f1f1f1;margin: 10px 0 0 0;padding: 20px 10px 0 10px;float:left;margin-left:10px;height:280px}
	.appproduct ul li img{max-width:150px;width: 100%;max-height: 200px ;height: 100%;margin: 0 auto;display: block;text-align: center;}
	.appproduct ul li p{text-align: center;margin: 10px 0;}
	
	
	/*热门商品*/
	.f29{font-size: 18px;}
	.f30{font-size: 19px;}
	.H-products ul{width: 100%;overflow: hidden;}
	.H-products ul li{float: left;width: 49%;padding:10px ;border: 1px solid darkgrey;}
	.H-products ul li:nth-child(2n-1){margin-left:3px;}
	.H-products ul li:nth-child(2){border-right:  1px solid darkgrey;}
	.H-products ul li:nth-child(5){border-left:  1px solid darkgrey;}
	.H-products ul li:nth-child(6){border-right:  1px solid darkgrey;}
	.addmore .readMore{display: none;}
	
	/*展会信息*/
	.exhibition,.exhibition-left,.exhibition-tu{display: none;}
	.app-exhib{display: block !important;}
	.app-exhib ul li{max-width:1200px;width:98%;margin: 10px 1%;border: 0.5px solid lightgray;padding:2%;}
	.app-exhib ul .exhib-one h2{font-size:30px ;color: #69B948;margin-bottom: 10px;}
	.app-exhib ul li img{display: block; text-align: center;width: 100%;margin-right: 1%;}
	
	/*资历*/
	.N-seniority{display: none;}
	.app-seniority{display: block !important;border-top:5px solid #656870;margin-top:20px ;}
	.app-seniority .swiper-container{height: 300px;}
	.app-seniority ul li{max-width:1200px;width:50%;height:100%;margin:20px 1%;}
	.app-seniority ul li img{width: 100%;height: 100%;}
	
	/*底部*/
	footer{margin-top: 20px;padding:-30px 0;}
	.pc-foot,.footer-list{display: none;}
	.app-foot{display:block !important;}
	.app-foot li{ width: 100%;padding: 1% 2%;}
	.app-foot li h5{font-size:14px;color:#565656;text-transform: uppercase; font-weight:600;
	font-family: UniversLTW02-67BoldCn, UniversLTW10-67BoldCn, "Arial Narrow bold", Arial, sans-serif;}
	.app-foot li ul li{line-height:10px;}
	/*.foot-text-in{font-size: 11.5px;border-top: 0.5px solid darkgray;}*/
	.foot-text span{font-size: 11.5px;}
	/*.foot-text span img{max-width:50px; width: 100%;}*/
	
	/*关于我们手机端*/
	.ab-contenthead-left p{font-size:12px;}
	.ab-contentnav ul li button{font-size:13.3px !important;}
	.contentbody-p p{font-size:13px;}
	/*展示图*/
	#div1{display: none;}
	.app-zhantu{display: block !important;}
	.app-zhantu ul{max-width:1200px;width:100%;}
	.app-zhantu ul li{max-width:1200px;width: 100%;margin: 1% 0;}
	.app-zhantu ul li img{width: 100%;}
	/*关于工厂*/
	.ab1-contenthead-left p{font-size:12px;}
	.contentbody1-p p{font-size:13px;}
	.ab1-contentbody{height:950px !important;}
	.contentbody1-text{width:92% !important;}
	.contentbody1-text p{font-size:12px;}
	
	/*.contentbody-container img{border: 1px solid #767676 !important;}
	.contentbody-container .container{height:300px;}*/
	/*.contentbody-container .p1{width: 17% !important;height:17% !important;left:3% !important;top:5% !important;}
	.contentbody-container .p2{width: 17% !important;height:17% !important;left:24% !important;top:5% !important;}
	.contentbody-container .p3{width: 17% !important;height:17% !important;left:45% !important;top:5% !important;}
	.contentbody-container .p4{width:28% !important;height:42% !important;left:68% !important;top:5% !important;}
	.contentbody-container .p5{width:31% !important;height:22% !important;left:3% !important;top:25% !important;}
	.contentbody-container .p6{width:17% !important;height:22% !important;left:45% !important;top:25% !important;}*/
	.contentbody1-text{padding: 20px !important;position:relative !important;top: -292px;}
	.contentbody-container .a {height:200px !important;margin: 20px 0 !important;}
	.contentbody-container .container{height:210px;margin-bottom:20px ;}
	
	/*关于开发*/
	.contentbody2-p p{font-size:13px;}
	/*.contentbody2-list{width: 100%;margin-bottom: 20px;}*/
	.contentbody2-list p{font-size:13px;}
	/*.contentbody2-p span img{max-width:20px !important;width: 100%;margin-top:30px !important;}*/
	.contentbody2-img{max-width:1200px;width: 100%;margin:1% 0;}
	.contentbody2-img img{width: 100%;}
	
	/*NEWS*/
	.news-contenthead-left{font-size:11px;}
	.Exhibition-body{max-width:1200px;width: 100%;}
	.Exhibition-body .contentbody-one-text1{max-width:1200px;width: 100%;}
	.news-contentbody-one{display: none;}
	.appnews-contentbody-one{display: block !important;}
	.appExhibition-body{height:400px;}
	.appnews-contentbody-one h3{font-size:20px;border-bottom:0.5px solid darkgray;padding: 10px 0;}
	.appnews-contentbody-one .appExhibition-body{margin:20px 0;background: rgba(163,148,128,.2);padding: 10px 2%;}
	.appcontentbody-one-text1 p{font-size:12.9px !important;}
	.appcontentbody-one-text2{margin: 20px 0 -180px 0;}
	.appcontentbody-one-text2 a img{opacity: 0.8;}
	.appcontentbody-one-text2 .video-logo{position: relative;top:-120px;left:44%;}
	.appcontentbody-one-text2 .video-logo img{max-width:30px;width: 100%;}
	.news-contentbody-two .contentbody-two-text img {height:160px;}
	
	/*.contentbody-three-text .pres-data-left{margin-right: 2%;}*/
	.contentbody-three-text .pres-data-left h2{font-size:12px !important;}
	.contentbody-three-text .pres-data-left h1 p{font-size:15px !important;}
	.contentbody-three-text .pres-text-right strong a{font-size:14px !important;margin-bottom: 10px;}
	.contentbody-three-text .pres-img img{width:25% !important; height:100px !important;}
	.contentbody-three-text .pres-img a{width:70% !important;font-size:12px;}
	.contentbody-three-text li {padding:5px !important;}
	.next-page>ul{width: 100% !important;}
	.appdet-contentbody-bottom
	{
		display:block !important;
	}
	.orderimg
	{
		height:120px !important;
	}
	.contentbody-three-text .pres-data-left h2
	{
		padding-top:7px !important
	}
	.pres-text-right{margin-left: 0px !important;}
	.app_nav
	{
		z-index:99999999
	}
	.orderclass2 button
	{
		height:56px;
	}
	.pc
	{
		display:none;
	}
	.app
	{
		display:block
	}
	.posterL
	{
		right:27%;
	}
		.posterL > ul
		{
			width:50% !important
		}
		/*放大镜部分*/
.le_img{width:100%}
.dt-pic{ height:auto !important}
.det_topt{ margin-left:0%;width:100%; margin-top:10px;}
	#AspNetPager1_input, #AspNetPager1_btn
	{
		display:none !important;
	}
	.contactbody-ditu
	{
		height:200px !important
	}
	#app_Iamge
	{
		width: 93%;
		height: 100%;
		position: absolute;
		background: transparent no-repeat;
		background-size: cover;
	}

	#app_video_id video
	{
		width: 100%;
		height: auto !important;
	}
	
	/*产品*/
	.orderclass
	{
		display:none !important;
	}
	.orderclass2
	{
		display:list-item !important;
	}
	.classSta ul
	{
		margin-left:0px !important;
	}
	.news-contentbody-one
	{
		display:none
	}
	.news-contentbody-two
	{
		margin-top:125px;
	}
	.ts50
	{
		margin-top:50px;
		padding-top:35px;
	}
	.contentbody-container
	{
		margin-bottom:300px !important;
	}
	.ab-contentnav ul li button
	{
		padding-left:20px !important
	}
	.list-contenthead-left{font-size:11px;}
	.applist-contentnav ul{max-width:1200px;width: 100%;float: left;margin-top: 10px;}
	.list-contentnav ul li{width: 33% !important;}
	.listbody-list ul li
	{
		width:94% !important;
		text-align:center;
	}
	.applist-contentnav ul li{width: 33.3%;float: left;}
	.applist-contentnav ul li button{border:1px solid darkgrey;color:darkgray;width: 100%;padding: 10px 0;
	border-radius: 5px;background: white;}
	.applist-contentnav ul li a:hover button{background: #69B948;color: white;}
	.applistbody-list ul{max-width:1200px;width: 100%;}
	.applistbody-list ul li{width:100%;margin:20px 0;background: url(../images/logo.png)no-repeat left top;
	background-size:25%;}
	.applistbody-list ul li .listbody-list-img img{border: 1px solid darkgray;padding: 10px;width: 100%;}
	.applistbody-list ul li p{text-align: center;margin:20px 0;}
	.next-page {margin:20px 0 !important;}
	.next-page button{padding:1% 4% !important;border: 1px solid darkgray !important;}
	
	/*商品详情*/
	.det-contentbody{display: none;}
	.appdet-contentbody{display: block !important;}
	.appdet-contentbody-top .appdetbody-top-left{max-width:1200px;width: 100%;background: url(../images/logo.png)no-repeat left top;background-size:30%;}
	.appdet-contentbody-top .appdetbody-top-left img{width:100%;padding: 10px 0;margin-top:35px}
	.appdet-contentbody-top .appdetbody-top-right h1{font-size:30px;color: #69B948;}
	.appdet-contentbody-top .appdetbody-top-right h3{height:1px;border: 3px solid gainsboro;margin: 10px 0;}
	.appdet-contentbody-top .appdetbody-top-right p{line-height:40px !important;}
	.appdet-contentbody-bottom h3{height:1px;border: 3px solid gainsboro;margin:30px 0 10px 0 !important;}
	.appdet-contentbody-bottom ul{margin:40px 0;max-width:1200px;width: 100%;}
	.appdet-contentbody-bottom ul li{width:100%;background: url(../images/logo.png)no-repeat left top;background-size:25%;border: 1px solid darkgray;}
	.appdet-contentbody-bottom ul li img{width: 100%;padding: 10px 0;}
	.appdet-contentbody-bottom ul li a img{margin-top:25px;}
	.list-contentnav ul
	{
		display:block !important;
	}
	.classSta ul li
	{
		width:50% !important;
		float:left;
	}
	
	/*加入我们*/
	.joinbody-text p{font-size:14px !important;}
	.joinbody-tab th{font-size:10px !important;}
	.joinbody-tab td{font-size:10px !important;}
	
	/*联系我们*/
	.cont-contentbody{display: none;}
	.appcont-contentbody{display: block !important;}
	.appcont-contentbody .appcontactbody-text p{text-indent: 24px;color: #69B948;font-size:14px ;}
	.appcont-contentbody .appcontactbody-second{background: url(../images/cont-bg.jpg)no-repeat bottom;margin: 20px 0;}
	.appcontactbody-second .appcontactbody-left{width:100%;}
	.appcontactbody-second .appcontactbody-text2 p{border-bottom: 1px dashed darkgray; color: black;font-size:13px;padding: 10px 0;}
	.appcontactbody-second .appcontactbody-text2 p img{width:6%;margin: 0 5px 0 10px;}
	.appcontactbody-second .appcontactbody-right{width:100%;}
	.appcontactbody-second .appcontactbody-right p{color: #69B948;font-size:15px;border-top: 2px solid gainsboro;padding-top:20px;}
	.appcontactbody-second .appcontactbody-right form label{color:black;font-size:14px;}
	.appcontactbody-second .appcontactbody-right form label span{color:orangered;margin-right:5px;}
	.appcontactbody-second .appcontactbody-right form input{border: 1px solid darkgray;border-radius: 5px;
	width: 100%;color:darkgray;padding:5px 10px;font-size:14px;}
	.appcontactbody-second .appcontactbody-right form textarea{border-radius: 5px;box-sizing: border-box;width: 100%;
	padding:7px 10px;}
	.appcontactbody-second .appcontactbody-right form button{color: white;background: #69B948;padding: 10px 10px;border: none;
	outline: none;border-radius: 5px;font-size:14px;margin: 10px 0;}


}

/*banner图*/
.banner{width: 100%;}
.banner img{width: 100%;}


/*slider*/

.banner-slide{ position:relative;z-index: 1;}
.slider-container {position: relative;overflow: hidden;width: 100%;margin: 0 auto;background-color: #444;-webkit-user-select: none;
-moz-user-select: none;-ms-user-select: none;user-select: none}
.slider {position: relative;width: 9999px}
.slider:before,.slider:after {display: table;content: ' '}
.slider:after {clear: both}
.slider__item {position: relative;float: left;margin: 0;padding: 0;height: 100%;}
.slider__item img {display: block;max-width: 100%;width: 100%;}
.slider__switch span {color: #fff;display: block;width: 32px;height: 32px}
.slider__switch {position: absolute;top:40%;margin-top: -20px;padding: 10px 5px;cursor: pointer;-webkit-user-select: none;
-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;border-radius: 1px;background: #000;opacity: .3;transition: opacity .15s ease;fill: #fff;z-index: 100000;}
.slider__switch--prev {left: 10px}
.slider__switch--next {right: 10px}
.slider__switch:hover {opacity: .85}
.slider__switch[disabled] {visibility: hidden;opacity: 0}
.slider__caption {position: absolute;bottom: 30px;left: 30px;display: block;max-width: 500px;padding: 10px;color: #fff;background: rgba(0,0,0,.4);box-shadow: 0 0 10px 10px rgba(0,0,0,.1);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000')}
.slider__caption[disabled] {opacity: 0;visibility: hidden}
.slider-nav {line-height: 30px;position: absolute;bottom: 0;left: 0;width: 100%;height: 30px;margin: 0;padding: 0;text-align: center;z-index: 99999;filter: alpha(opacity=90);display:none;}
.slider-nav__control {display: inline-block;width: 12px;height: 12px;margin: 0 3px;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;border: 2px solid #fff;border-radius: 50%;background: 0 0}
.slider-nav__control.is-active {width: 12px;height: 12px;background: #fff}
.slider.has-touch {cursor: move;cursor: -webkit-grabbing;cursor: -moz-grabbing}
.preview {text-align: center;padding: 5px; position:absolute;bottom:0px;width:100%; text-align:center; background:rgba(0,0,0,.5);
padding-top:10px;max-height: 90px;height: 100%;}
.preview a {display: inline-block;margin: 5px;border: 3px solid transparent;}
.preview img { display: block; width:104px; height: auto;}
.active {border: 3px solid #69b948 !important;box-shadow: 2px 2px 20px 4px rgba(0,0,0,.5);}


/*@media(max-width:580px) {
	
.slider__switch {display: none}
.slider__caption {display: none}

}*/



/*第一张图*/
.banner-slide .slider__item{max-height: 727px;height: 100%;}
.banner-slide .slider__item img{height: 100%;}
.slider-bantxt{position: relative;}
.inner{position: absolute;top:20%;left:24%; z-index: 100;margin: 0 auto;background: rgba(71,68,71,.4);padding: 10px 20px;}
.inner h1{color: white;font-size:45px;text-align: center;font-weight:600;}
.inner em{font-style:normal;font-weight:300;}
.inner p{color: white;font-size:22px;text-align: center;font-weight:300;}
.inner .scroll-icon{margin-top:70px ;}





.dropdown-menu{margin-top: 0;border-top-color: #ddd;-webkit-transform: scale(1.2, 0);transform: scale(1.2, 0);opacity: 0;
-webkit-transform-origin: top;transform-origin: top;-webkit-transition: all .2s ease-out;
-webkit-transition: -webkit-all .2s ease-out;transition: -webkit-all .2s ease-out;transition: all .2s ease-out;
transition: all .2s ease-out, -webkit-all .2s ease-out;-webkit-box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);margin-left: -9px;position: absolute;top:50px;left: 0;z-index: 1000;
display: none;float: left;min-width: 160px;margin: 2px 0 0;background-color: #ffffff;border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);}
.dropdown-menu li:not(:last-child) {border-bottom: 1px solid #d7d7d7;}
.dropdown-menu li>a:hover {color: #69b948;background-color: transparent;}
.header-nav .nav-ul>li:hover .dropdown-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);opacity: 1;display:block;
z-index: 9999 !important;}
.dropdown-menu li>a{display:block;padding:10px 0px;clear:both;font-weight:normal;color:#333333;text-align:center;font-size:14px;}
.drop-munu-list{padding:0px 20px;}
.drop-munu-list>li{float:left;width:47.5%;margin-right:15px;}
.drop-munu-list>li:nth-child(2n+2){margin-right:0px;}


.scrollTo img{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; width:30px}
.scrollTo img{text-align:center;display:block; position:relative;animation: ani-svg 0.85s linear 0s alternate infinite;-webkit-animation: ani-svg 0.85s linear 0s alternate infinite; margin:0 auto;}
@keyframes ani-svg{
	
0%{transform: translateY(-20px);}
15%{transform: translateY(-15px);}
25%{ transform: translateY(-10px);}
50%{transform: translateY(0px);}
65%{transform: translateY(5px);}
75%{transform: translateY(10px);}
100%{transform: translateY(15px);}

}

/*商品展览--开始*/

.appproduct{display: none;}
.N-product .more{ display:inline-block;padding:5px 20px;background:#68b64e;border-radius:5px;color:#fff}
.product-list>li{float: left;width:32.60%;margin-right:1%;margin-bottom:10px;background:#f1f1f1;padding:5px; 
height:100%; overflow:hidden;}
.product-list>li>a{ display:block; overflow:hidden}
.product-list>li:nth-child(3n+3){margin-right:0px;}
.product-list>li .pro-text{width:49%;line-height: 25px;font-size:14px;}
.product-list>li .pro-text h6{font-size:21px;color:#333;margin-bottom:10px;margin-top: 10px;height: 50px;overflow: hidden;}
.product-list>li .pro-text a{display: inline-block;padding: 4px 13px;background: #68b64e;border-radius: 6px;
 color: #fff;margin-top: 10px;margin-bottom: 10px;font-size:12px;text-align: left;}
.product-list>li .pro-txt{height: 130px;overflow:hidden;}
.pro-txt p{text-align: left;margin-left:10px;}
/*.product-list>li>img{width:100%;height:100%}*/

/*商品中间图*/
.pro-five
{
	max-height:253px;
}
.pro-five .five-img img{opacity: 0.2;margin-bottom:2px;height:248px;width:100%}
.pro-five .five-text{z-index: 1000000000;position: relative;top: -180px;}
.pro-five .five-text h1{font-size:45px;font-weight: bold;color:dimgray;}
.pro-five .five-text span{font-size:35px;font-weight:500;}

.pro-text5{height:250px;}
.pro-text5 .more{z-index: 100000000000000;position: relative;top:-108px;left:25%;font-size: 12px;padding:7px 12px;}
/*.product-list>li:hover a{background: #47912e;}*/
/*产品图片效果开始*/
.crusher-pro .two-pro-col{background-color:#f5f5f5;}
.pro-crusher-img{display:inline-block;width:45%;vertical-align:middle; position: relative;margin-top:10px ;margin-left:3%;}
/*.pro-backgroud{ position: absolute; left: 0; top:0px; width: 100%; -moz-transform:scale(0); -webkit-transform:scale(0);
 -o-transform:scale(0); transform: scale(0); -moz-transition: all .5s; -webkit-transition: all .5s; -o-transition: all .5s;
  transition: all .5s; }
.three-pro-col a:hover .pro-backgroud,*/
.pro-img:hover .pro-backgroud{-moz-transform:scale(1); -webkit-transform:scale(1);-o-transform:scale(1);transform: scale(1);}
.three-pro-col li a:hover{color:#f90;}
.three-pro-col li{float:left;width:32.60%;background:#f1f1f1;position: relative;}
.three-pro-col li a{color:#999999;}
.img-responsive{max-height: 230px;}

.pro-crusher-img img{-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;-o-transition: -o-transform 0.3s;
transition: transform 0.3s;}
.pro-crusher-img img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);
transform: scale(1.1);}
/*.prodicu-right-list .addmore{position: relative;}
.prodicu-right-list .readMore{position: absolute;top:82%;left:66%;}
.prodicu-right-list .readMore button{background:#68b64e ;padding: 8px 12px;border: none;outline: none;color: white;
border-radius: 5px;font-size: 12px;}*/

/*产品图片效果开结束*/
/*商品展览--结束*/

/*热门商品--开始*/


.prodicu-right-list>li{float:left;width:25%;border:1px solid #e3e3e3;text-align:center;margin:0px;padding:0px}
.prodicu-right-list>li>a{ display:block; overflow:hidden}
.prodicu-right-list>li:nth-child(2){border-left:none;border-right:none;}
.prodicu-right-list>li:nth-child(4){border-top:none;border-top:1px solid #e3e3e3;border-left: none;}
.prodicu-right-list>li:nth-child(5){border-left:none;border-top:none}
.prodicu-right-list>li:nth-child(6){border-top:6px;border-left:none;border-right: none;}
.prodicu-right-list>li img{ height:225px; width:auto;padding:20px}
.prodicu-right-list>li:nth-child(7){border-top:6px;}
.prodicu-right-list>li:nth-child(8){border-top:6px;border-left:none;}
/*.prodicu-right-list>li:hover img{transform: scale(1.2); opacity:.7}*/

/*另一种放大效果--开始*/
/*.selfScale{cursor: pointer;max-width: 200px;max-height: 200px;width: 100%;overflow: hidden;position: relative;}*/
.selfScale img{/*width: 100%;top: 0;position: relative;left: 0;*/-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;-o-transition: -o-transform 0.3s;transition: transform 0.3s;}
.selfScale img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);
-o-transform: scale(1.1);transform: scale(1.1);}
.prodicu-right-list .addmore{position: relative;}
.prodicu-right-list .readMore{position: absolute;top:82%;left:66%;}
.prodicu-right-list .readMore button{background:#68b64e ;padding: 8px 12px;border: none;outline: none;color: white;
border-radius: 5px;font-size: 12px;}
/*另一种放大效果--结束*/
/*热门商品--结束*/


/*展览信息--开始*/
.app-exhib{display: none;}
.exhibition{width: 100%;display: flex;justify-content: space-between;margin-top: 30px;}
.exhibition .exhibition-left{width: 30%;border-right: 1px solid #D9D9D9;padding-left: 2%;}
.exhibition .exhibition-left h2{font-size:30px ;color: #69B948;margin-bottom: 10px;}
.exhibition .exhibition-tu{width: 68%;}
.exhibition .exhibition-tu ul{width: 100%;display: flex;justify-content: space-between;}
.exhibition .exhibition-tu ul li{width: 49%;background: none;}
.exhibition .exhibition-tu ul li img{width: 100%;}
/*展览信息--结束*/


/*资历-开始*/
.app-seniority{display: none;}
.N-seniority{border-top:5px solid #656870; margin: 20px 0;padding: 20px 0;}
.swiper-slide ul{display: flex;justify-content: space-around;}
.swiper_img li{width:33.3%; text-align:center; height:auto;margin-right:0px; background:none}
.swiper_img li img{ width:auto; height:304px;border:1px solid #e3e3e3;}
.swiper_img li:hover img{ opacity:1;}
.swiper_img li:hover a{background:none;}
/*资历-结束*/


/*尾部*/
.app-foot{display: none;}
footer{ background:#f0f0f0;padding:30px 0px;}
.footer-list>li{width:23.9%;margin-right:1%;float:left}
.footer-list>li:nth-child(4){margin-right:0px;}
.footer-list>li h5{font-size:16px;color:#565656;text-transform: uppercase; font-weight:600;font-family: UniversLTW02-67BoldCn, UniversLTW10-67BoldCn, "Arial Narrow bold", Arial, sans-serif;}
.footer-nav{list-style: none;margin:10px 0px 0px;}
.footer-nav li {line-height: 18px;padding-bottom: 10px;font-size: 12px;margin-bottom: 0px;}
.footer-nav li  a {color:#565656;font-size:14px;}
.foot-text{border-top:1px solid #c0c0c0}


/*子页面*/
/*关于我们--开始*/
.ab-content{width:95%;margin:20px auto;}
/*关于我们*/
.ab-contenthead-left p{color: darkgray;}
.ab-contenthead-left a{color:#69B948;}

.ab-contentnav{width: 100%;margin:20px auto; overflow: hidden;background: gainsboro;}
.ab-contentnav ul li{float: left;}
.ab-contentnav ul li button{border: none;outline: none;color:black;padding:10px 25px;font-size: 16px;}
/*.ab-contentnav ul li button:nth-child(1){background:#69B948;color: white;}*/
.ab-contentnav ul li a:hover button{background:#69B948;color: white;}

.contentbody-p{margin: 10px 0;}
.contentbody-p p{text-indent: 24px;line-height: 30px;}
.app-zhantu{display: none;}
#div1{position:relative;width:100%;height:270px;overflow:hidden;}
#div2{position:absolute;}
#div2 li{float:left;list-style-type:none;padding:1%;width:16.6%;}
#div2 img{border:none;width: 100%;height: 100%;}
#div2 a{position:relative;}

/*关于工厂*/
.ab1-contenthead-left p{color: darkgray;}
.ab1-contenthead-left a{color:#69B948;}

.ab1-contentbody{height: 880px;}
.contentbody1-p{margin: 10px 0;}
.contentbody1-p p{text-indent: 24px;line-height: 30px;}

.contentbody-container{margin-bottom:270px;}
.contentbody-container .container{/*background: rgba(17, 17, 17, 0.1);*/background:rgba(220,220,220,.5);}
.contentbody-container .a{height:500px;margin: 60px auto;position: relative;box-shadow: 10px 10px 15px #c0c0c0;}
.contentbody-container img{padding:8px;background:rgba(0,0,0,0.5);border: 3px solid #767676;border-radius:3px ;
position: absolute;top:50px;left:200px;transition: 1s;box-shadow: 10px 10px 15px #000000;/*background: rgba(104, 147, 160, 0.55);*//*transform: rotate(30deg);*/}
.contentbody-container img:hover{/*transform: rotate(0deg);transform: scale(0.5);*/box-shadow: 10px 10px 15px #000000;}
.contentbody-container .p1{width: 15%;height:28%;left:7%;top:12%;}
.contentbody-container .p2{width: 15%;height:28%;left:27%;top:12%;}
.contentbody-container .p3{width: 15%;height:28%;left:47%;top:12%;}
.contentbody-container .p4{width:25%;height:71%;left:67%;top:12%;}
.contentbody-container .p5{width:30%;height:33%;left:7%;top:51%;}
.contentbody-container .p6{width:15%;height:33%;left:47%;top:51%;}

.contentbody1-text{margin:0 auto;background: rgba(248,248,248,.8);width:85%;padding: 40px 20px;border-radius: 5px;position: relative;
top:-320px;left:0%;box-shadow: 10px 10px 15px #c0c0c0 ;}
.contentbody1-text p{text-indent: 24px;line-height: 30px;}

/*关于开发*/
.contentbody2-N{overflow: hidden;margin: 20px 0;}
.contentbody2-p{overflow: hidden;}
.contentbody2-list{float: left;}
.contentbody2-img{float: right;margin-top: 12PX;}
.contentbody2-p p{line-height:35px;}
.contentbody2-p span{margin-right:6px;}
.contentbody2-p span img{max-width:12px;width: 100%;margin-top:10px;}
/*关于我们--结束*/



/*news--开始*/
.news{width:95%;margin:20px auto;}
.news-contenthead-left p{color: darkgray;}
.news-contenthead-left a{color:#69B948;}

.appnews-contentbody-one{display: none;}

.news-contentbody-one h3,
.news-contentbody-two h3,
.news-contentbody-three h3{font-size:20px;border-bottom:0.5px solid darkgray;padding: 10px 0;}
.news-contentbody-one .Exhibition-body{display: flex;justify-content: space-between;margin:20px 0;background: rgba(163,148,128,.2);}
.news-contentbody-one .contentbody-one-text1{padding:5%;}
.news-contentbody-one .contentbody-one-text1 p{line-height: 30px;font-size: 16px;}
.news-contentbody-one .contentbody-one-text2{width: 65%;max-height: 400px;height: 100%;}
/*.news-contentbody-one .contentbody-one-text2 img{height: 362px;height: 100%;}*/


/*视频图片.news-contentbody-one .contentbody-one-text2 img{height: 362px;height: 100%;}*/

.contentbody-one-text2 .vode-op{z-index: 10000000;}
.contentbody-one-text2 .video-logo img{max-width:120px;width: 50px;
    margin-top: 20px;position:relative;left:50%;top:-222px; z-index: 100000000;}


.news-contentbody-three .contentbody-two-text{margin:20px 0;padding: 20PX;}
.news-contentbody-three .contentbody-two-text h2{margin: 10px 0;}
.news-contentbody-three .contentbody-two-text h2 p{line-height: 30px;}


/*第三块*/
.contentbody-three-text{width:100%;margin:-20px auto 10 auto;}
.contentbody-three-text li{margin:15px 0;overflow: hidden;background: rgba(163,148,128,.2);padding:30px;
display: flex;justify-content: flex-start;}
.contentbody-three-text .pres-data-left{width:10%;/}
.contentbody-three-text .pres-data-left h2{width:50%;color: #6d6e71;font-size:18px;text-align: center;padding: 0px;font-weight:500;}
.contentbody-three-text .pres-data-left h1{width:50%;color: #333;font-size: 32px;text-align: center;font-weight: 500;}
.contentbody-three-text .pres-data-left h1 p{border-bottom: 1px solid #666;}
.pres-text-right{width: 90%;margin-left: -20px;}
.pres-text-right strong{font-size:20px;display: block;margin-bottom: 17px;font-weight: bold;}
.pres-text-right strong a{color: #69B948;}
.pres-text-right .pres-img{display: flex;justify-content: space-between;}
.pres-text-right .pres-img img{width: 23%;height:180px;}
.pres-text-right .pres-img a{width:76%;line-height: 28px;text-indent: 24px;}

.news-contentbody-two .contentbody-two-text{display: flex;justify-content: space-between;margin:25px 0;}
.news-contentbody-two .contentbody-two-text img{width: 48%;}

/*news--结束*/
/*视频*/
.close{position:absolute;right: 0;top: 0;}
.close img{max-width: 30px;width: 100%;}
.my-news-video{width: 100%;height:100%;}
.news-video video{display:block;margin:100px auto 40px auto;}
.news-video p{text-align: center;font-weight: normal;font-size: 20px;color: white}
.news-video h1{text-align: center;font-weight: normal;}
.news-video h1 a{text-align: center;font-weight: normal;font-size: 20px;color: white;text-decoration: none;}


/*产品*/
/*nonwoven-list--开始*/
.applist-contentnav{display: none;}
.applist-contentbody{display: none;}
.list-content{width:95%;margin:20px auto;list-style:none}
.list-contenthead-left p{color: darkgray;}
.list-contenthead-left a{color:#69B948;}

.list-contentnav{width: 100%;margin:20px 0; overflow: hidden;}
.list-contentnav ul{}
.list-contentnav ul li{width: 20%;float:left}
.list-contentnav ul li button{border:1px solid darkgrey;color:darkgray;width: 100%;padding: 10px 0;
border-radius: 5px;background: white;}
.list-contentnav ul li a:hover button{background: #69B948;color: white;}

.orderclass
{
	display:list-item;
}
.orderclass2
{
	display:none;
}
.listbody-list ul{}
.listbody-list ul li{width: 24%;margin:20px 0;background: url(../images/logo.png)no-repeat left top;
background-size:21%;float:left;margin-left:10px}
.listbody-list ul li .listbody-list-img{border: 1px solid darkgray;padding: 10px; }
.listbody-list ul li p{line-height:40px;text-align: center;margin-top: 15px;height:40px;}

/*下一页按钮*/
.next-page{display:block;margin:10px auto;text-align: center;padding-top:30px;}
.next-page button{background: white;padding:5px 10px;border: none;outline: none;border: 0.5px solid gainsboro;
border-radius: 5px;}
.next-page button:hover{background:#69B948;color: white;}
/*nonwoven-list--结束*/


/*商品详情开始*/
.appdet-contentbody{display: none;}
.det-content{width:95%;margin:20px auto;}
.det-contentbody{margin: 20px 0;}
.det-contentbody-top{display: flex;justify-content:flex-start;margin: 30px 0;}
.orekse
{
	margin-bottom:20px;
}
.det-contentbody-top .detbody-top-left{width: 40%;margin-right:5% ;background: url(../images/logo.png)no-repeat left top;
background-size:30%;}
.det-contentbody-top .detbody-top-left img{}
.det-contentbody-top .detbody-top-right{width: 55%;}
.det-contentbody-top .detbody-top-right h1{font-size: 35px;color: #69B948;}
.det-contentbody-top .detbody-top-right h3{height:1px;border: 3px solid gainsboro;margin: 10px 0;}
.det-contentbody-top .detbody-top-right p{line-height: 35px;text-indent: 24px;}
.det-contentbody-bottom h3{height:1px;border: 3px solid gainsboro;margin: 10px 0;}
.det-contentbody-bottom ul{display: flex;justify-content: space-between;margin:40px 0;}
.det-contentbody-bottom ul li{width:18%;background: url(../images/logo.png)no-repeat left top;background-size:21%;border:1px solid darkgray}
.det-contentbody-bottom ul li img{max-width: 100%;padding: 10px 0;}
.det-contentbody-bottom ul li a img{}
.det-contentbody-bottom ul li a:hover .det-contentbody-bottom ul li{box-shadow: 10px 10px 12px #CCCCCC;}
/*加入我们*/
.join-content{width:95%;margin:20px auto 40px auto;}
.joinbody-text{margin: 20px 0;}
.joinbody-text p{text-indent: 24px;line-height: 30px;}
.joinbody-tab table{width: 100%;text-align: center;margin:30px 0 20px 0;}
.joinbody-tab table th{width: 25%;}
.joinbody-tab table tr{border-bottom: 1px solid #69B948;line-height:40px;}
.joinbody-tab table td{border:0px solid #69B948;}




/*联系我们*/
.appcont-contentbody{display: none;}
.cont-content{width:95%;margin:20px auto;}
.cont-contentbody .contactbody-text p{text-indent: 24px;color: #69B948;font-size:18px ;line-height:35px;}
.cont-contentbody .contactbody-second{display: flex;justify-content: space-between;background: url(../images/cont-bg.jpg)no-repeat bottom;
margin: 20px 0;}
.contactbody-second .contactbody-left{width: 44%;}
.contactbody-second .contactbody-text2 p{line-height:40px;border-bottom: 1px dashed darkgray; color: black;font-size:17px;padding: 10px 0;}
.contactbody-second .contactbody-text2 p img{width: 5%;margin: 0 5px 0 10px;}
.contactbody-second .contactbody-right{width: 49%;}
.contactbody-second .contactbody-right p{color: #69B948;font-size:18px;line-height: 30px;}
.contactbody-second .contactbody-right form label{color:black;}
.contactbody-second .contactbody-right form label span{color:orangered;margin-right:5px;}
.contactbody-second .contactbody-right form input{border: 1px solid darkgray;border-radius: 5px;height:30px;width: 100%;color:darkgray;padding: 0 10px;}
.contactbody-second .contactbody-right form textarea{border-radius: 5px;box-sizing: border-box;width: 100%;/*font-size: 16px;color:darkgray;*/}
.contactbody-second .contactbody-right form button{color: white;background: #69B948;padding: 10px 10px;border: none;outline: none;border-radius: 5px;}

.contactbody-ditu{margin:50px 0;width:100%;height:400px;}
.contactbody-ditu img{width: 100%;}











/*新闻详情页*/
.newsCon{ overflow:hidden; margin:0 20px}
.newsCtxt img{ text-align:center;}
.newsCon .titleT{ text-align:left; background:url(../images/pro_line.png) repeat-x left bottom; padding-bottom:15px; margin-bottom:5px}
.newsCon .titleT{ margin:20px auto 0 }
.newsCon .titleT h3{font-size:20px;}
.newsCtit{ height:25px; line-height:25px; margin-bottom:30px}
.newsCtit span{ color:#999; margin-right:20px}
.newsCtxt{ line-height:20px}
.newsCtxt p{ margin-top:15px;line-height:25px;text-align:justify; text-indent:2em;}
.newsCtxt>img{ width:100%; margin:20px auto}

.sx_ul{border-top:1px dashed #ccc;margin-top:30px;padding:30px;}
.sx_ul li{float:left;width:50%;}

/*电脑端商品详情视频*/
.le_img{ width:100%; height:auto; float:left;border:0px solid #ccc;padding:10px;text-align:center;background:#ffffff}
.det_top img{width:100%; height:auto; }
.det_topt{ width:51%; height:auto; float:right; margin-left:2%;}
.det_topt span,.det_tit{ display:block;color:#0097da; font-size:18px; font-weight:bold;}
.det_topt h4{ font-size:14px; display:block; margin:15px 0px; line-height:25px;}
.det_topt p{ line-height:20px; margin-bottom:5px; margin-top:0}
.det_bot{padding-top:15px;}
.det_tit{border-bottom:1px solid #00904a; padding-left:10px;padding-bottom:10px;}
.det_btxt p{ line-height:25px; margin:10px;}
.det_btxt table{ text-align:center; width:100% !important; margin-top:20px}
.det_btxt table .trbg{ background:#eee;}
.det_btxt table tr td{ line-height:18px; border:1px solid #ccc; padding:7px 0px;}
.det_btxt p img{ float:left; width:300px; height:200px; display:block; margin-right:35px;}
.dt-pic
{
	height:340px;
	border-bottom:1px solid #ccc;
}

.selected
{
	border:2px solid #69b948
}
.dt-thumb li
{
	float:left;
	margin-right:10px;
	margin-top:5px;
	background:white
}
.dt-thumb
{
}


/*分页*/
.paginator ul>li>a, .paginator ul>li>span {
    position: relative;
    float: left;
    /*padding: 4px 8px;*/
    margin-left: -1px;
    line-height: 1.42857143;
    color: #999;
    text-decoration: none;
    background-color: #fff;
    border:1px solid #ccc;
	padding:5px 9px;
	margin-right:10px;
    border-radius:5px;
}
.active2 {
    z-index: 2;
    color:White !important;
    cursor: default;
    background-color: #0e6eb8 !important;
    border-color: #0e6eb8 !important;
}
#AspNetPager1_input
{
	float:left;	
	padding: 8px 10px;
	margin-left:5%;
	margin-top:1px;
	border:1px solid gainsboro;
}
#AspNetPager1_btn
{
	float:left;	
	padding: 6px 12px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top:1px;
    margin-left:5px;
}
.page { text-align:center;}
.page a{ display:inline-block;border:1px solid #e3e3e3;padding:4px 20px;margin-right:10px}
.page a:last-child{margin-right:0px;}
.pro-nextpage
{
	padding-top:33px;
}
.borter
{
	padding:10px;
	background:#ccc
}
.classSta ul
{
}
.orese
{
	background:none;
	border:none;
	border:1px solid darkgray;
}
#poster_img
{
	width:100%;
	background: transparent no-repeat;
	background-size: cover;
	z-index:999999;
	cursor:pointer;
}

.contentbody-one-text2 video
{
	width: 100%;
	height: 400px;
	margin-top:66px;
}
.orderimg
{
	width:100%;
	height:220px;
	position:relative;
}
	.orderimg>img
	{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 70%;
		max-height: 100%;
	}
	/*商品导航*/
.list-contentnav .list-contentnav-one{float: left;width:2%;}
.list-contentnav .list-contentnav-one button{width:100%;border:1px solid darkgrey;color:darkgray;padding: 10px 0;
border-radius: 5px;background: white;margin-top:20px;height:56px;}
.list-contentnav .list-contentnav-two{width: 100%;margin:20px 0;}
.list-contentnav .list-contentnav-two ul{overflow: hidden;}
.list-contentnav .list-contentnav-two ul li{width:14%;float: left;}
.list-contentnav .list-contentnav-two ul li button{border:1px solid darkgrey;color:darkgray;width: 100%;padding: 10px 0;
border-radius: 5px;background: white;height:56px;}
.list-contentnav .list-contentnav-two ul li a:hover button{background: #69B948;color: white;}
.list-contentnav .list-contentnav-three{float: right;width:2%;margin-top:-76px;}
.list-contentnav .list-contentnav-three button{width:100%;border:1px solid darkgrey;color:darkgray;padding: 10px 0;
border-radius: 5px;background: white;height:56px;}
.ss_Image
{
	width:100%;
	height:195px;
	position:relative;
}
.ss_Image>img
	{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 70% ! important;
		max-height: 100%;
	}
#app_Iamge > img
{
	position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
}
.pc_div
{
	width:94%;
}
.Pc_det-contentbody-bottom > div
{
	float:left;
	display:block
}
.pver_click
{
    width: 2%;
    margin-top: 140px;
    margin-right: 10px;
}
.next_click
{
	 width: 2%;
    margin-top: 140px;
    margin-left: 10px;
}
	.pver_click > img, .next_click > img
	{
		cursor:pointer;
	}
#poster_img > img
{
	height:400px;
	margin-top:57px;
}
.orevide
{
	width:100%;
	height:400px;
}
.exhibition-msg p{font-size:14px;}

/*下一页按钮*/
.next-page ul{overflow:hidden;width: 50%;background: ghostwhite;border-top: 1px solid gainsboro;
border: 1px solid gainsboro;padding: 10px 0;margin:0 auto}
.next-page ul>li{float: left;width: 33.3333%;border-right: 1px solid gainsboro;}
.next-page ul>li img{width:4%;margin-top:8px ;}
.next-page ul>li:last-child{border: none;}
.next-page ul>li a{text-align: center;}
.cursImage
{
	width:580px;
	height:340px;
	position:relative;
}
.cursImage>img
	{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.irimage
{
	max-width: 70%;
	max-height: 200px;
	margin-top:20px;
}
.poster
{
	position:absolute;
	display:none;

}
.posterL
{
	position: relative;
		top:-210px;
		line-height:20px;

}
	.posterL>ul
	{
		width:224px;
		height:200px;
		overflow:auto;
	}

.posterL>ul>li
{
	width:100%;
}

.preview1{width:520px; height:402px; position:relative;}
/* smallImg */
.smallImg{position:relative; height:60px; margin-top:1px; background-color:#F1F0F0; padding:6px 5px; width:520px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer;border-radius:5px; }
.scrollbutton.smallImgUp , .scrollbutton.smallImgUp.disabled{}
.scrollbutton.smallImgDown , .scrollbutton.smallImgDown.disabled{float:right}

#imageMenu {height:50px; width:480px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:3px solid #959595;}
/* bigImg */
.bigImg{position:relative; float:left; width:520px; height:400px; overflow:hidden;}
.bigImg #midimg
{
	width:400px;
	height:400px;
}
.bigImg #winSelector{width:235px; height:210px;}
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #69B948;}
/* bigView */
#bigView{position:absolute;border: 1px solid #959595; overflow: hidden; z-index:999;}
#bigView img{position:absolute;}
#tsVideo video
{
	margin-top:70px
}
.appdet-contentbody-bottom
{
	display:none;
}