html,body,div,ul,li,ol,dl,img,p,h1,span,blockquote{
	margin:0;
	padding:0;
	border:0;
}
body{
	width: 100%;
	font-size: 12px;
	font-family:"Microsoft Yahei";
	background-color: #efeff1;
}
ul,dl,ol,li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #1d1d1d;
}
img{
	display: block;
}
.clearfix:after{
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}
.no-margin{
	margin-right: 0 !important;
}
.right{
	float: right;
}
.left{
	float: left;
}
.content{
	position: relative;
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
}
.header{
	z-index: 999;
	height: 97px;
	border-top: #1473b7 8px solid;
	border-bottom: #1473b7 2px solid;
background-color: #fff;
}
.mainbar{
	float: left;
	border-left: #d8d8d8 1px solid;
}
.mainbar>li{
	float: left;
	width: 109px;
	height: 97px;
	font-size: 14px;
	text-align: center;
	border-right: #d8d8d8 1px solid; position:relative;
}
.mainbar>li:hover{
	background-color: #1473b7;
}
.mainbar>li>a{
	display: block;
	margin: 30px auto;
	color: #666666;
}
.mainbar>li>a:hover{
	color: #fff;
}
.mainbar>li span{
	display: block;
	color: #b8b8b8;
}
.mainbar>li span:hover{
	color: #fff;;
}
.mainbar>li span.sa,.mainbar>li a.sa{ color:#fff;}
.mainbar li:hover .dropdown{
	z-index: 999;
}
.dropdown{
	/*z-index: -999;*/
	position: absolute; top:97px; left:0;
	width: 109px;
	background: url(../images/dropdown.png);
}
.dropdown li{
	width: 110px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-bottom: #dddddd 1px solid;
}
.dropdown a{
	color: #fff;
}
/*header end!*/
#focus-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#focus-banner-list{
	position: relative;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#focus-banner-list li img{
	width: 100%;
}
.focus-banner-img{
	display: block;
}
#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("../images/focus_handle.png");
}
#next-img{
	left: 0;
}
#next-img{
	left: 50px;
	background-position: 0 0;
}
#next-img:hover{
	background-position: 0 -80px;
}
#prev-img{
	right: 0;
}
#prev-img{
	right: 50px;
	background-position: -80px 0;
}
#prev-img:hover{
	background-position: -80px -80px;
}
#focus-bubble{
	position: absolute;
	left: 50%;
	bottom: 105px;
	z-index: 999;
}
#focus-bubble li{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border:1px #fff solid;
	cursor: pointer;
}
#focus-bubble li.current{
	background-color: #fff;
}
.focus-banner-text{
	width: 710px;
	height: 217px;
	margin: -390px auto 0;
	text-align: center;
	background: url(../images/bg_3.png);
}
.mm1{
	font-size: 48px;
	color: #fff;
	margin-top: 25px;
}
.mm2{
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
}
.mm3{
	font-size: 24px;
	color: #fff;
	margin-top: 31px;
}
/*focus-banner end!*/
.mainbody{
	position: relative;
}
.title{
	line-height: 48px;
	font-size: 16px;
	color: #333333;
	border-bottom: #d8d8d8 1px solid;
}
.title span{
	font-size: 12px;
	color: #999999;
}
/*title end!*/
.main{
	position: relative;
	padding-bottom: 39px;
	z-index: 9999;
	background: url(../images/bg_1.jpg) no-repeat center bottom;
}
.about-us{
	width: 264px;
	margin-left: 20px;
}
.about-us-title{
	margin-top: 10px;
}
.about-us-summary{
	margin-top:10px;
}
.about-us-summary p{
	width: 264px;
	height: 110px;
	margin-top: 15px;
	line-height: 22px;
	overflow: hidden;
}
.about-us-summary p a{
	color: #666666;
}
/*about-us end!*/
.news{
	width: 406px;
	margin: 23px 0 0 20px;
}
.news-title li{
	float: left;
	width: 109px;
	margin-right: 1px;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	background: url(../images/button_1.jpg);
}
.news-title li:hover{
	background: url(../images/button_2.jpg);
}
.news-summary{
	padding-top: 11px;
	border-top: #d8d8d8 1px solid;
}
.news-summary b{
	display: block;
	width: 245px;
	height: 24px;
	margin-left: 13px;
	line-height: 24px;
	font-size: 14px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-summary p{
	margin-left: 15px;
	width: 243px;
	height: 86px;
	line-height: 22px;
	color: #666666;
	overflow: hidden;
}
.news-summary-bottom{
	margin-top: 15px;
}
.news-summary-bottom li{
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}
.news-summary-bottom li a{
	float: left;
	width: 300px;
	height: 22px;
	color: #666666;
	overflow: hidden;
}
.news-summary-bottom li a:hover{
	color: #066bb3;
}
.news-summary-bottom li span{
	float: right;
}
/*news end!*/
.knowledge{
	margin-right: 15px;
}
.knowledge-title{
	margin-top: 12px;
}
.knowledge-summary{
	margin-top: 7px;
}
.knowledge li{
	width: 100%;
	height: 24px;
	margin-left: 15px;
	list-style: disc;
}
.knowledge-summary a{
	line-height: 24px;
	color: #666666;
}
.knowledge-summary a:hover{
	color: #066bb3;
}
/*knowledgt end! && */
.products-title div{
	line-height: 19px;
	margin-top: 22px;
}
.products-title div b{
	display: inline-block;
	z-index: 2;
	width: 19px;
	height: 19px;
	line-height: 18px;
	color: #066bb3;
	text-align: center;
	border: #d8d8d8 1px solid;
	cursor: pointer;
}
.products-title div b:hover{
	background-color: #e5e5e5;
}
.products-summary{
	margin-top: 23px;
	margin-bottom: 12px;
}
.products-summary span{
	float: left;
	position: relative;
	margin-right: 31px;
	text-align: center;
}
.products-summary span img{
	width: 166px;
	height: 151px;
	border: #d8d8d8 1px solid;
}
.products-summary span p{
	position: absolute;
	bottom: 0;
	width: 168px;
	line-height: 33px;
	color: #ffffff;
	background: rgba(0,0,0,0.4);
}
.case{
	margin-top:4px !important;
}
/*products end! && case end! && main end!*/
.footer-firstfloor{
	height: 37px;
	background-color: #0371ac;
	border-bottom: #045580 7px solid;
}
.footer-firstfloor span{
	float: left;
	width: 500px;
	line-height: 37px;
	font-size: 18px;
	color: #51c1fe;
	text-align: center;
}
.footer-secondfloor{
	background-color: #06354f;
	border-bottom: #032030 1px solid;
	border-top:#000 1px solid;
}
.footer-secondfloor p{
	float: left;
	width: 342px;
	height: 179px;
	margin: 13px 0 13px 24px;
	padding-left: 27px;
	font-size: 14px;
	line-height: 35px;
	color: #ffffff;
	background:url(../images/img_8.jpg) no-repeat left;
}
.footer ul{
	background: url(../images/bg_2.jpg) no-repeat top;
}
.footer ul li{
	float: left;
	line-height: 44px;
	margin-left: 21px;
}
.footer ul a{
	color: #ffffff;
}
.footer ul a:hover{
	text-decoration: underline;
}
.copyright{
	padding: 13px 0 14px;
	text-align: center;
	color: #ffffff;
	background-color: #052639;
	border-top: #15506e 1px solid;
	border-bottom: #15506e 1px solid;
}
.copyright a{
	color: #ffffff;
}
.copyright a:hover{
	text-decoration: underline;
}
/*index.html end!*/
.banner{
	z-index: 1;
	position: relative;
	height: 363px;
}
.banner-text{
	width: 328px;
	height: 277px;
	text-align: center;
	background: url(../images/bg_3.png)center;
}
.banner-text p{
	font-size: 30px;
	line-height: 277px;
	color: #fff;
}
.navbar{
	position: relative;
	width: 260px;
	margin: 8px 43px 0 20px;
}
.navbar>li{
	line-height: 47px;
	text-indent: 48px;
	font-size: 16px;
	border-bottom: #d8d8d8 1px solid;
	background: url(../images/button_3.jpg) no-repeat;
}
.navbar li:hover{
	background: url(../images/button_hover.jpg) no-repeat;
}
.dropdown1{
	display: none;
}
.dropdown1 li{
	line-height: 35px;
}
.dropdown1 li a{
	font-size: 14px;
}
.navbar li:hover .dropdown1{
	display: block;
}
.navbar li.sa .dropdown1{
	display: block;
}
.mainbody-right-title p{
	width: 636px;
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
	overflow: hidden;
}
/*about-us end!*/
.display{
	margin:0 0 18px 0;
}
.display li{
	float: left;
	margin: 0 26px 16px 0;
}
.display li img{
	width: 143px;
	height: 130px;
}
.display li p{
	width: 143px;
	line-height: 28px;
}
/*tab begin*/
.tab{
	width: 644px;
	margin:0 auto 30px;
	font-size: 14px;
	line-height: 35px;
}
.tab ul li{
	float: left;
	margin: 0 2px;
}
.tab ul li a{
	display: block;
	padding: 0 13px;
	border: #d8d8d8 1px solid;
}
.tab ul li a:hover{
	border: #fff 1px solid;
	color: #e53d22;
}
.tab input{
	width: 31px;
	height: 31px;
	text-align: center;
}
.tab button{
	width: 48px;
	height: 31px;
	text-align: center;
	cursor: pointer;
}
/*tab end! && display.html end!*/
.success-case{
	margin-bottom: 50px;
}
.success-case li{
	padding-bottom: 19px;
	padding-top: 7px;
	border-bottom: #d8d8d8 1px solid;
}
.success-case-text{
	margin-left: 13px;
	width: 477px;
}

.success-case-text span{
	float: right;
	font-size: 14px;
	margin-top: 35px;
}
.success-case-text p{
	width: 100%;
	height: 32px;
	overflow: hidden;
}
/*success-case.html $$ news.html end!*/
.address{
	margin-top: 15px;
	margin-bottom: 70px;
	font-size: 18px;
	line-height: 48px;
}
.linkweb a{
	float: left;
	margin-right: 7px;
}
.linktext{
	margin-top: 40px;
}
.linktext b{
	font-size: 14px;
	color: #06354f;
}
.linktext li{
	line-height: 32px;
}
.linktext li a{
	color: #787878;
}
.linktext li a:hover{
	color: #d3330e;
}
/*contact.html end!*/
.display1-mainbody img{
	padding-right: 37px;
	border-right: #dddddd 1px solid;
}
.display1-mainbody-title{
	width: 270px;
	margin: 0 36px 0;
	text-align: center;
}
.display1-mainbody-title b{
	display: block;
	line-height: 53px;
	font-size: 24px;
	color: #24150e;
	border-bottom: #dddddd 1px solid;
}
.display1-mainbody-title p{
	font-size: 14px;
}
.display1-mainbody-title ul li{
	line-height: 45px;
	font-size: 14px;
}
.display1-mainbody-mark{
	margin: 15px 0 35px;
}
.display1-mainbody-mark a{
	float: right;
	margin-left: 7px;
}
.detail{
	margin-bottom: 15px;
	line-height: 47px;
	border: #dddddd 1px solid;
}
.detail a{
	display: block;
	width: 148px;
	height: 45px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-right: #dddddd 1px solid;
	background-color: #f7f8fa;
}
.tt{
	width: 100%;
	height: 44px;
	overflow: hidden;
}
.case1 p{
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	text-indent: 2em;
}
/*contact1.html begin!*/
.form-text{
	margin-top: 8px;
}
.form-text div{
	float: left;
	margin-right: 10px;
	line-height: 27px;
	font-size: 14px;
}
.form-text input{
	float: left;
	height: 21px;
	width: 309px;
}
.form-text img{
	float: left;
}
.form-text span{
	float: left;
	line-height: 27px;
	color: #9f9f9f;
}
.form-text textarea{
	width: 415px;
	height: 105px;
}
form{
	margin-left: 19px;
}
form button{
	width: 160px;
	height: 40px;
	margin: 40px 0 89px 80px;
	background-color: #3788c2;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	cursor: pointer;
}
/*contact1.html end! && all end!*/
.scrollbox{
	position:relative;
	height:auto;
	margin: 18px 15px 0 20px;
	overflow:hidden;
}
.Div1_main{
	height:176px;
	width:10000px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.Div1_main div{
	height:226px;
	float:left;
}
.Div1_main div span{
	background:url(../images/lizi_img006.jpg) no-repeat;
	width:168px;
	margin: 0 31px 0 0;
	height:153px;
	display:block;
	float:left;
}
.Div1_main div span a{
	display:block;
}
.Div1_main div span b{
	display:block;
	padding-left:10px;
	color:#787878;
}
.Div1_main div span p{
	position: absolute;
	bottom: 0;
	width: 166px;
	line-height: 33px;
	color: #ffffff;
	background: rgba(0,0,0,0.4);
	border-left: #dddddd 1px solid;
	border-right: #dddddd 1px solid
}

.clear{clear: both;}