@charset 'utf-8';

body {
	width: 100%;
	min-width: 1100px;
	font-family: "Microsoft YaHei";
}

.header {
	width: 100%;
	margin: 0 auto;
	height: 92px;
	background: #030303;
	border-bottom: 1px rgba(255,255,255,0.2) solid;
	overflow: hidden;
	/*z-index: 99;
	position: relative;*/
}
.header .main{
	width: 1100px;
	margin: 0 auto;
}
.header .logo {
	display: block;
	width: 192px;
	height: 63px;
	margin-top: 9px;
	/*margin-top: 16px;*/
	margin-left: 20px;
	float: left;
}
.navigation {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	margin-left: 125px;
}
.navigation li {
	float: left;
	margin-right: 60px;
}
.navigation li:hover {
	border-bottom: 2px #f6821f solid;
}
.navigation li a {
	display: block;
	height: 90px;
	line-height: 90px;
	padding: 0 15px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/*header----end*/
.banner-box {
	width: 100%;
	height: 748px;
	position: relative;
	overflow: hidden;
	/*margin-top: -2px;*/
}
.banner {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	background: #000;
}
.banner-box ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.btnGroup{
	width: 100%;
	height: 80px;
	background: rgba(49,49,49,0.8);
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.ie8 .btnGroup{
	background:#313131;
	filter:alpha(opacity=80);
}
.btnGroup li {
	font-size: 20px;
	color: #fff;
	line-height: 80px;
	margin: 0 45px;
	display: inline-block;
	cursor: pointer;
}
.btnGroup .cLi {
	font-size: 28px;
}
.dot{
	width: 100%;
	height: 16px;
	position: absolute;
	left: 0;
	top: 700px;
	text-align: center;
	z-index: 9999;
}
.dot li{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 3px 6px;
	cursor: pointer;
}
.dot .dot-act{
	width: 16px;
	height: 16px;
	background: url(../images/dot.png) no-repeat center center;
	margin: 0 6px;
}
.banner-inner {
	height: 420px;
}

/*banner----end*/

.about-block{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 65px;
}
.about-1{
	width: 758px;
	float: left;
	overflow: hidden;
}
.about-1 .about-brand{
	width: 140px;
	height: 256px;
	background: #f6821f;
	float: left;
	padding-right:70px;
}
.about-brand p{
	font-size: 24px;
	color: #fff;
	margin-top: 52px;
	text-align:right;
}
.about-brand p span{
	display: block;
	font-size: 14px;
	margin-top: 12px;
}
.about-brand a{
	display: block;
	width: 68px;
	height: 26px;
	border-radius: 4px;
	border: 1px #fff solid;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	margin-left: 40px;
	margin-top: 90px;
}
.about-brand a:hover{
	background: #fff;
	color: #f6821f;
}
.about-detail{
	width: 522px;
	float: right;
	margin-top: 10px;

}
.about-detail a{
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
}
.about-detail a:hover{
	color: #f6821f;
}
.about-detail p{
	font-size: 13px;
	color: #666666;
	line-height: 2;
	margin: 0;
}
.about-detail p img{
	display: block;
	margin-right: 10px;
}

.about-2{
	width: 320px;
	height: 256px;
	float: right;
}
.ck-slide {
	position: relative;
	overflow: hidden;
}
.ck-slide ul.ck-slide-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
}
.ck-slide ul.ck-slide-wrapper li {
	position: absolute;
}
.ck-slide-wrapper li a img{
	display: block;
}
.ck-slide-wrapper li div{
	background: #eeeeee;
	height: 60px;
	border: 1px #e3e3e3 solid;
	padding: 10px 20px;
}
.ck-slide-wrapper li div a{
	display: inline-block;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px #000 solid;
	padding-right: 10px;
	padding-bottom: 5px;
}
.ck-slide-wrapper li div p{
	margin: 0;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ck-slide .ck-prev, .ck-slide .ck-next {
	position: absolute;
	bottom: 8px;
	z-index: 2;
	width: 14px;
	height: 14px;
	border: 1px #d4d2d2 solid;
	color: #d4d2d2;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 12px;
}
.ck-slide .ck-prev {
	right: 22px;
}
.ck-slide .ck-next {
	right: 5px;
}
.ck-slide .ck-prev:hover,
.ck-slide .ck-next:hover {
	color: #f6821f;
	border-color: #f6821f;
}
/*about block----end*/

.product-block{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 80px;
}
.product-1{
	width: 758px;
	float: left;
	position: relative;
}
.pro-title{
	height: 42px;
	border-left: 6px #f6821f solid;
	font-size: 20px;
	color: #333333;
	line-height: 42px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.pro-title span{
	font-size: 14px;
	color: #f6821f;
	margin-left: 10px;
}


.product-1 .mr_frBtn{
	position: absolute;
	right: 0;
	top: 14px;
}
.product-1 .mr_frBtnL {
	float: left;
	width: 30px;
	height: 26px;
	border: 1px #d4d2d2 solid;
	background: url(../images/prev-next.png) no-repeat left top;
	cursor: pointer;
	display: inline;
    margin-right: 2px;
}
.product-1 .mr_frBtnL:hover{
	background: url(../images/prev-next.png) no-repeat left bottom;
	border-color: #f6821f;
}
.product-1 .mr_frBtnR {
	float: right;
	width: 30px;
	height: 26px;
	border: 1px #d4d2d2 solid;
	background: url(../images/prev-next.png) no-repeat right top;
	cursor: pointer;
	display: inline;
	z-index: 99;
}
.product-1 .mr_frBtnR:hover{
	background: url(../images/prev-next.png) no-repeat right bottom;
	border-color: #f6821f;
}
.pro-scroll{
	overflow: hidden;
}
.pro-scroll ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.pro-scroll ul li{
	width: 240px;
	height: 346px;
	float: left;
	margin-right: 15px;
	border: 1px #d4d2d2 solid;
	background: #eeeeee;
}
.pro-scroll ul li:hover .pro-fonts{
	color: #f6821f;
}
.pro-scroll ul li .pro-photo{
	display: block;
	position: relative;

}
.pro-scroll ul li .pro-photo img{
	display: block;
}
.pro-scroll ul li .pro-photo p{
	width: 100%;
	height: 40px;
	background:rgba(44,51,54,0.5);
	position: absolute;
	bottom: 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.ie8 .pro-scroll ul li .pro-photo p{
	background: #2c3336;
}
.pro-fonts{
	font-size: 12px;
	color: #666666;
	line-height: 2;
	margin: 0;
	padding: 15px;
	height: 38px;
	/*height: 44px;*/
	overflow: hidden;
}
/*product block--end*/

.news-block{
	width: 320px;
	float: right;
	position: relative;
}
.news-block .news-more{
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 12px;
	color: #808080;
	text-decoration: none;
}
.news-block a.news-more:hover{
	color: #f6821f;
}
.news-block ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	border-top: 1px #858b89 dashed;
	border-bottom: 1px #858b89 dashed;
}
.news-block ul li{
	overflow: hidden;
	height: 30px;
	border-bottom: 1px #c2c2c2 dashed;
}
.news-block ul li:last-child{
	border-bottom:none;
}
.news-block ul li a{
	display: block;
	float: left;
	width: 235px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	text-decoration: none;

}
.news-block ul li:hover a,
.news-block ul li:hover span{
	color: #f6821f;
}
.news-block ul li a:before{
	content: " ▪ ";
	color: #010101;
}
.news-block ul li span{
	display: block;
	float: right;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
}
/*news-block--end*/

.friend-link{
	width: 1214px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 80px;
}
.link-box{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.link-box ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.link-box ul li{
	width: 258px;
	height: 138px;
	float: left;
	margin-right: 19px;
	border: 1px #d4d2d2 solid;
}
.link-box ul li:hover{
	border-color: #f6821f;
}
.friend-link .mr_frBtnL {
	width: 15px;
	height: 35px;
	background: url(../images/prev-next1.png) no-repeat left top;
	cursor: pointer;
	display: inline;
	position: absolute;
	top: 48px;
	left: 0;
}
.friend-link .mr_frBtnL:hover{
	background: url(../images/prev-next1.png) no-repeat left bottom;
}
.friend-link .mr_frBtnR {
	float: right;
	width: 15px;
	height: 35px;
	background: url(../images/prev-next1.png) no-repeat right top;
	cursor: pointer;
	display: inline;
	z-index: 99;
	position: absolute;
	top: 48px;
	right: 0;
}
.friend-link .mr_frBtnR:hover{
	background: url(../images/prev-next1.png) no-repeat right bottom;
}


.bottom {
	width: 100%;
	background: #eeeeee;
	padding-top: 30px;
	padding-bottom: 40px;
	position: relative;
}
.bottom .main {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;

}
.bottom .main h3{
	font-size: 18px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: normal;
}
.bottom  .bom-1{
	width: 600px;
	padding-left: 30px;
	border-right: 1px #a4a3a3 dashed;
	float: left;
}
.bottom .bom-form{
	width: 600px;
	height: auto;
	overflow: hidden;
}

.bottom .bom-form table {
	width: 550px;
}
.bottom .bom-form label{
	width:70px;
	color: #808080;
	display: block;
}
.bottom .bom-form input{
	font-size: 14px;
	width: 450px;
	height: 28px;
	margin: 0;
	margin: 5px 0;
	padding: 0;
	color: #666666;
	border-radius: 2px;
	border: none;
	text-indent: 10px;
}
.bottom .bom-form textarea {
	width: 450px;
	height: 80px;
	max-height: 80px;
	margin-top: 5px;
	resize: vertical;
	color: #666666;
	border-radius: 2px;
	border: none;
	font-size: 14px;
	text-indent: 10px;
}
.bottom .bom-form input:focus,
.bottom .bom-form textarea:focus {
	border-color: #b2b8c6;
	outline: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(174, 184, 198, .3);
}
.bottom .bom-form td.submit{
	padding-left: 70px;
}
.bottom .bom-form td.submit input{
	height: 30px;
	width: 74px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	border-radius: 4px;
	text-align: center;
	background: #f6821f;
	border: none;
	text-indent: 0;
}

.bottom .bom-2{
	width: 393px;
	float: right;
	padding-left: 75px;
}
.bottom .bom-2 p,
.bottom .bom-2 p a{
	font-size: 14px;
	color: #666666;
	line-height: 2.6;
	margin: 0;
	text-decoration: none;
}
.bottom a.back-up{
	width: 64px;
	height: 61px;
	background: url(../images/top.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 76px;
}
.bottom .bom-2 .link-chat{
	overflow: hidden;
	margin-top: 30px;
}
.bottom .bom-2 .link-chat a{
	display: inline-block;
	width: 27px;
	height: 27px;
}
.bottom .bom-2 .chat-1{
	background: url(../images/link.jpg) no-repeat 0 0;
}
.bottom .bom-2 .chat-2{
	background: url(../images/link.jpg) no-repeat -27px 0;
}
.bottom .bom-2 .chat-3{
	background: url(../images/link.jpg) no-repeat -54px 0;
}
.bottom .bom-2 .chat-4{
	background: url(../images/link.jpg) no-repeat -81px 0;
}
/*bottom----end*/
.footer {
	width: 100%;
	height: 58px;
	background: #b7b7b7;
}
.footer p,
.footer p a{
	margin: 0;
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 58px;
}
.footer p a{
	text-decoration: none;
	margin-left: 34px;
}
.footer p a:hover{
	color: #fff;
}
/*index--------------------------------end*/

.main-content{
	width: 1100px;
	margin: 0 auto;
	margin-top: 18px;
	padding-bottom: 80px;
	overflow: hidden;
}

.sub-box{
	width: 218px;
	float: left;
}
.sub-title{
	height: 82px;
	border: 1px #dedcdc solid;
	border-bottom: none;
	background:url(../images/title-sub.png) no-repeat 195px center #f5f5f5;
}
.sub-title h2{
	margin: 0;
	font-size: 18px;
	color: #000000;
	margin-top: 25px;
	margin-left: 24px;
}
.sub-title span{
	display: block;
	font-size: 13px;
	color: #9e9e9e;
	margin-left: 24px;
}
.sub{
	border-left: 1px #dedcdc solid;
	border-right: 1px #dedcdc solid;
	border-top: 1px #c2c3c2 solid;
	border-bottom: 1px #c2c3c2 solid;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 40px;
}
.sub li a{
	cursor: pointer;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	font-size: 15px;
	color: #333333;
	background: url(../images/title-sub2.png) no-repeat 188px center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}
.sub li a:hover{
	background:url(../images/title-sub3.png) no-repeat 188px #f6821f;
	color: #fff;

}
.sub li a.sub-active{
	background:url(../images/title-sub1.png) no-repeat 188px #f6821f;
	color: #fff;
}
.sub li a.sub-active2{
	background:url(../images/title-sub3.png) no-repeat 188px #f6821f;
	color: #fff;
}
.sub li .sub-1{
	border-bottom: 1px #eeeeee solid;
	display: none;
	background: #fff;
}
.sub li .sub-1 li a{
	border: none;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	padding-left: 25px;
	background: none;
}
.sub li .sub-1 li a:before{
	content: "--";
}
.sub li .sub-1 li a:hover{
	color: #f6821f;
	background: #f1efef
}
#subbb{
	color: #f6821f;
	background: #f1efef
}
/*sub--end*/

.contact-block{
	overflow: hidden;
	margin-top: 15px;
}
.contact-block .con-pic{
	display: block;
	width: 216px;
	height:156px;
	background: url(../images/img/contact1.jpg) no-repeat left center;
	border: 1px #dedcdc solid;
	text-decoration: none;
	margin-bottom: 15px;
}
.contact-block .con-pic p{
	font-size: 20px;
	color: #333333;
	margin-top: 100px;
	margin-left: 20px;
}
.contact-block p,
.contact-block p a{
	font-size: 12px;
	color: #666666;
	line-height: 2;
	margin: 0;
	text-decoration: none;
}
.contact-block p strong{
	font-weight: normal;
	color: #333333;
}
/*sub-box  --end*/

.content{
	width: 832px;
	float: right;
}
.headline{
	height: 84px;
	overflow: hidden;
}
.head-bom{
	border-bottom: 1px #e5e5e5 solid;
}
.headline h1{
	margin: 0;
	font-size: 20px;
	color: #333333;
	line-height: 84px;
	float: left;
}
.headline div{
	float: right;
	line-height: 84px;
	padding-left: 20px;
	background: url(../images/house.png) no-repeat left center;
	font-size: 13px;
	color: #a7a7a7;
}
.headline div a{
	font-size: 13px;
	color: #a7a7a7;
	text-decoration: none;
}
.main-text{
	width: 832px;
	overflow: hidden;
}
.main-text p{
	margin: 0;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.main-text p img{
	display: block;
	margin: 0 auto;
}

.product-text ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.product-text ul li{
	width: 257px;
	float: left;
	margin-left: 30px;
	margin-left: 20px\9;
	margin-bottom: 20px;
}
.product-text ul li:nth-child(3n+1){
	margin-left: 0;
}
.product-text ul li a{
	text-decoration: none;
}
.product-text ul li:hover img{
	border-color: #f89f54;
}
.product-text ul li:hover p{
	color: #f89f54;
}
.product-text ul li img{
	display: block;
	width: 255px;
	height: 200px;
	border: 1px #d7d4d4 solid;
}
.product-text ul li p{
	font-size: 15px;
	color: #333333;
	margin: 0;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.page{
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}
.page a{
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px #dcdcdc solid;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	color: #454545;
	text-decoration: none;
}
.page a.active-page,
.page a:hover{
	background: #f6821f;
	border-color: #f6821f;
	color: #fff;
}

.introduce-box{
	overflow: hidden;
	margin-bottom: 40px;
}
.introduce-box img{
	display: block;
	float: left;
}
.introduce-box div{
	width: 340px;
	float: right;
}
.main-text .factor-title{
	font-size: 16px;
	color: #333;
}
.introduce-box a.inquiry-btn{
	display: block;
	width: 100px;
	height: 32px;
	background: #f6821f;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
}
.form-list{
	border-color: #7d7d7d;
	background: #f9a55f;
	text-align: center;
	color: #333333;
	margin-top: 60px;
}
.form-list .form-head{
	background: #fff;
}

.inquiry-box{
	margin-top: 125px;
}
.inquiry-box p{
	color: #333333;
}
.inquiry-box table {
	width: 830px;
	margin-top: 10px;
}

.inquiry-box input,
.inquiry-box textarea {
	font-size: 14px;
	width: 85%;
	height: 32px;
	line-height: 32px;
	margin: 0;
	margin: 8px 0;
	padding: 0;
	padding-left: 5px;
	color: #666666;
	border: 1px solid #e5e5e5;
	background: none;
}
.inquiry-box textarea {
	width: 98%;
	height: 108px;
	padding-left: 5px;
	resize: vertical;
}
.inquiry-box input:focus,
.inquiry-box textarea:focus {
	border-color: #b2b8c6;
	outline: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(174, 184, 198, .3);
}
.inquiry-box input.submit{
	padding: 0;
	font-size: 14px;
	line-height: 36px;
	width: 108px;
	height: 36px;
	color: #fff;
	background: #f6821f;
	border: none;
	margin-right: 22px;
	float: right;
}
/*products-------end*/

.about-text,
.history-text,
.advantages-text,
.video-text,
.case-text,
.download-text,
.contact-text{
	padding-top: 20px;
}
.about-text p img{
	margin-bottom: 20px;

}
/*about us--end*/

.history-text .his-title{
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.history-process{
	width: 100%;
	min-height: 850px;
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(../images/history-bj.png) repeat-y center top;
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 10px;
}
.history-process:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px #f9a965 solid;
	background: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	left: 411px;
	top: 0;
}
.history-process:after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 1px #f9a965 solid;
	background: #f5f5f5;
	border-radius: 50%;
	position: absolute;
	left: 411px;
	bottom: 0;
}
.history-process li{
	width: 300px;
	position: absolute;
}
.history-process li h3{
	margin: 0;
	font-size: 15px;
}
.history-process li p{
	font-size: 15px;
	color: 666666;
	font-family: "Microsoft YaHei";
}
.his-1{
	top: 0;
	left:404px;
	text-align: left;
	padding-left: 30px;
}
.his-2{
	top: 130px;
	right: 404px;
	background: url(../images/history-1.png ) no-repeat right top;
	text-align: right;
	padding-right: 124px;
}
.his-3{
	top: 260px;
	left: 404px;
	background: url(../images/history-2.png ) no-repeat left top;
	text-align: left;
	padding-left: 124px;
}
.his-4{
	top: 390px;
	right: 404px;
	background: url(../images/history-1.png ) no-repeat right top;
	text-align: right;
	padding-right: 124px;
}
.his-5{
	top: 520px;
	left: 404px;
	background: url(../images/history-2.png ) no-repeat left top;
	text-align: left;
	padding-left: 124px;
}
.his-6{
	top: 650px;
	right: 404px;
	background: url(../images/history-1.png ) no-repeat right top;
	text-align: right;
	padding-right: 124px;
}
.his-7{
	top: 780px;
	left: 404px;
	text-align: left;
	padding-left: 30px;
}
/*history--end*/

.advantages-text .advance-title{
	font-size: 15px;
	color: #f6821f;
}
/*advantages--end*/

.video-text ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.video-text ul li{
	width: 408px;
	float: left;
	border-bottom: 1px #e5e5e4 solid;
	padding-bottom: 15px;
	margin-left: 16px;
	margin-left: 8px\9;
	margin-bottom: 45px;
}
.video-text ul li:nth-child(2n+1){
	margin-left: 0;
}
.video-text ul li img{
	display: block;
	margin-bottom: 10px;
}
.video-text ul li p{
	font-size: 12px;
	height: 72px;
	overflow: hidden;
}
.video-box{
	display: block;
	width: 786px;
	height: 480px;
	margin: 0 auto;
	margin-bottom: 30px;
}
/*video--end*/

.case-text ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.case-text ul li{
	width: 257px;
	float: left;
	margin-left: 17px;
	margin-left: 11px\9;
	margin-bottom: 20px;
}
.case-text ul li:nth-child(3n+1){
	margin-left: 0;
}
.case-text ul li a{
	text-decoration: none;
}
.case-text ul li:hover img{
	border-color: #f89f54;
}
.case-text ul li:hover p{
	color: #f89f54;
}
.case-text ul li img{
	display: block;
	width: 264px;
	height: 300px;
	border: 1px #d7d4d4 solid;
}
.case-text ul li p{
	font-size: 16px;
	color: #333333;
	margin: 0;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*case--end*/

.download-text ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.download-text ul li{
	overflow: hidden;
	margin-bottom: 50px;
}
.download-text ul li img{
	display: block;
	border: 1px #ecebeb solid;
	float: left;
}
.download-text ul li div{
	width: 640px;
	float: right;
}
.download-text ul li a.down-font{
	font-size: 14px;
	color: #333333;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}
.download-text ul li p{
	font-size: 12px;
	color: #666666;
	line-height: 2.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.download-text ul li p span{
	font-size: 12px;
	color: #989797;
	margin-right: 50px;
}
.download-text ul li a.down-btn{
	display: block;
	width: 108px;
	height: 30px;
	line-height: 30px;
	border: 1px #8f8d8d solid;
	border-radius: 4px;
	font-size: 16px;
	text-decoration: none;
	color: #8f8d8d;
	text-indent: 50px;
	background: url(../images/down1.png) no-repeat 16px center;
	margin-top: 8px;
}
.download-text ul li a.aa{
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border: 1px #8f8d8d solid;
	border-radius: 4px;
	font-size: 16px;
	text-decoration: none;
	color: #8f8d8d;
	text-indent: 50px;
	/*background: url(../images/down1.png) no-repeat 16px center;*/
	margin-top: 8px;
	float: right;
    padding-right: 40px;
}
.download-text ul li:hover .down-font{
	color: #f6821f;
}
.download-text ul li:hover .down-btn{
	color: #f6821f;
	border-color: #f6821f;
	background: url(../images/down2.png) no-repeat 16px center;

}
.download-text ul li:hover .aa{
	color: #f6821f;
	border-color: #f6821f;
	/*background: url(../images/down2.png) no-repeat 16px center;*/

}
/*download------end*/

.contact-box{
	overflow: hidden;
}
.contact-box div{
	float: left;
}
.contact-box div h3{
	font-size: 15px;
	color: #333333;
	margin-bottom: 30px;
}
.contact-box div p,
.contact-box div p a{
	font-size: 14px;
	color: #333333;
	line-height: 2.5;
	text-decoration: none;
}
.contact-box img{
	display: block;
	float: right;
}

.feedback-box h3{
	font-size: 20px;
	color: #333333;
}
.feedback-box .feedback table {
	width: 832px;
}
.feedback-box .feedback label{
	width:70px;
	color: #808080;
	display: block;
	text-align: right;
	margin-right: 15px;
}
.feedback-box .feedback input{
	font-size: 14px;
	width: 520px;
	height: 34px;
	line-height: 34px;
	margin: 0;
	margin: 5px 0;
	padding: 0;
	color: #666666;
	border-radius: 2px;
	border:1px #dddbdc solid;
	text-indent: 10px;
}
.feedback-box .feedback textarea {
	width: 740px;
	height: 160px;
	max-height: 160px;
	margin-top: 5px;
	resize: vertical;
	color: #666666;
	border-radius: 2px;
	border:1px #dddbdc solid;
	font-size: 14px;
	text-indent: 10px;
}
.feedback-box .feedback input:focus,
.feedback-box .feedback textarea:focus {
	border-color: #b2b8c6;
	outline: none;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(174, 184, 198, .3);
}
.submit-box{
	margin-left: 80px;
	margin-top: 15px;
}
.submit-box input.submit,
.submit-box input.reset{
	height: 30px;
	width: 74px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #f6821f;
	border: none;
	text-indent: 0;
	margin-right: 20px;
}
.submit-box input.reset{
	background: #b3b3b3;
}

.act{
	border-bottom: 2px #f6821f solid;
}
