* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
	font-size: 14px;
	color: #666
}
ul, li, dl, dd, dt {
	list-style: none;
}
fieldset, img {
	border: 0
}
em, i {
	font-style: normal;
}
/* font */
.fB {
	font-weight: bold
}
.txtLft {
	text-align: left
}
.txtCtr {
	text-align: center
}
.txtRgt {
	text-align: right
}
/* margin */
.lf {
	float: left;
	display: inline
}
.fr {
	float: right;
	display: inline
}
.clear {
	clear: both;
	display: block
}
/* link & action */
a:link, a:visited, a:active {
	color: #666;
	text-decoration: none
}
a:hover {
	color: #0095f4;
}
/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
	display: inline-block;
*height:0;
	_overflow: hidden
}
.container {
	width: 1200px;
	margin: 0 auto;
	display: table;
	position:relative;
}
.con {
	width: 100%;
	display: table
}
/*头部*/
.top {
	height: 36px;
	line-height: 36px;
	background-color: #f5f5f5;
	color: #666;
	width: 100%;
	min-width: 1200px
}
.top span {
	display: inline-block;
}
.top em {
	width: 1px;
	height: 13px;
	border-right: 1px #d2d2d2 dotted;
	display: inline-block;
	margin: 5px 10px 0 10px
}
.head {
	height: 130px
}
.head h1 {
	padding-top: 20px;
	width: 250px;
}
.head .text {
	width: 520px;
	height: 130px;
	background: url(../images/line.jpg) no-repeat left top;
	padding-left: 25px;
}
.head .text p {
	font-size:16px;
	color: #333
}
.head .text p em {
	color: #e50013
}
.head .text .t1 {
	font-size: 28px;
	color: #1c9ae6;
	margin-top: 20px;
}
.head .tel {
	width: 146px;
	height: 110px;
	padding-left: 50px;
	background: url(../images/tel.jpg) no-repeat left center;
	padding-top:20px;
}
.head .tel .t1 {
	color: #e50013;
	font-size: 20px;
}
.nav {
	width: 100%;
	height: 55px;
	background-color: #0095f4;
	min-width: 1200px;
}
#nav{
	width: 1250px!important;
}
.nav li {
	float: left;
	line-height: 55px;
	background: url(../images/line1.png) no-repeat right center;
}
.nav li a em {
	width: 15px;
	height: 14px;
	background: url(../images/icon1.png) no-repeat;
	display: none;
}
.nav li:last-child {
	background: none
}
.nav a {
	color: #fff;
}
.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}
.nav .nLi h3 {
	float: left;
	font-weight: normal;
}
.nav .nLi h3 a {
	display: block;
	font-size: 15px;
	width: 150px
}
.nav .sub {
	display: none;
	width: 133px;
	left: 0;
	top: 54px;
	position: absolute;
	background:rgba(78,78,78,0.9);
	line-height: 26px;
	z-index: 9999;
}
.nav .sub li {
	zoom: 1;
	background: none;
	width: 100%
}
.nav .sub a {
	color: #FFF;
	font-size: 14px;
	display: block;
	display: block;
	line-height: 38px;
}
.nav .sub a:hover{
	background: #0095f4;
}
.nav .cur h3 a {
	background: #54acf3;
	color: #fff;
}
.nav .cur h3 a em {
	display: inline-block;
	margin-left: 5px
}
/*焦点图*/
.fullSlide {
	position: relative;
	width: 100%;
	height: 560px
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
	height: 560px
}
.fullSlide .bd li {
	width: 100%;
	vertical-align: top;
	height: 560px
}
.fullSlide .hd {
	display: none;
}
.fullSlide .prev, .fullSlide .next {
	position: absolute;
	z-index: 99;
	width: 51px;
	height: 115px
}
.fullSlide .prev {
	left: 5%;
	top: 43%;
	background: url(../images/left.png) no-repeat;
}
.fullSlide .next {
	right: 5%;
	top: 43%;
	background: url(../images/right.png) no-repeat;
}
/*热门关键词、搜索*/
.hot-search {
	background-color: #fafbfc;
	height: 60px;
	position: absolute;
	top: 205px;
	filter: Alpha(Opacity="80");
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background-color: rgba(255,255,255,0.9)!important;
	z-index: 99;
	width: 100%;
	left: 0;
	line-height: 60px;
}
.hot-search .hot {
	width: 60%;
	height: 60px;
	overflow: hidden;
}
.hot-search .hot a {
	padding: 0 10px
}
.hot-search .search {
	width: 240px;
	border: 2px #0095f4 solid;
	height: 30px;
	margin-top: 13px
}
.hot-search .search .input {
	height: 30px;
	background: none;
	width: 200px;
	border: 0;
	text-indent: 10px;
}
.hot-search .search .submit {
	height: 30px;
	background: #0095f4 url(../images/icon2.png) no-repeat center center;
	width: 36px;
	border: 0;
	overflow: hidden;
	text-indent: -99px;
	cursor:pointer;
}
/* 最新公告 */
.notice {
	position: absolute;
	filter: Alpha(Opacity="80");
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background-color: rgba(0,0,0,0.9)!important;
	z-index: 999;
	width: 1200px;
	height: 45px;
	top: -45px
}
.notice .title {
	background: #0095f4;
	color: #FFF;
	height: 45px;
	width: 100px;
	line-height: 45px;
	font-size: 16px;
}
.notice .hd {
	height: 45px;
	width: 110px
}
.notice .hd .prev, .notice .hd .next {
	display: block;
	width: 45px;
	height: 45px;
	margin-left: 2px;
}
.notice .hd .next {
	background: url("../images/icon3.png") no-repeat center center #51a3e4;
}
.notice .hd .prev {
	background: url("../images/icon4.png") no-repeat center center #51a3e4;
}
.notice .bd {
}
.notice .infoList li {
	height: 45px;
	line-height: 45px;
}
.notice .infoList li a, .notice .infoList li span {
	color: #FFF
}
/* 订购步骤 */
.step-box {
	width: 100%;
	height: 100px;
	background: url(../images/bg.jpg) repeat-y center center;
	padding: 30px 0
}
.step-box .text {
	width: 250px;
	font-size: 17px;
	margin-right: 20px;
	padding-top: 10px;
}
.step-box .text .t1 {
	font-size: 23px;
	color: #0095f4
}
.step-box .text .t2 {
	font-size: 14px;
	color: #d3d3d3;
	font-family: Aparajita;
}
.step-box .step {
	width: 710px;
}
.step-box .step span {
	display: block;
	width: 130px;
	float: left;
}
.step-box .step span em {
	display: block;
}
.step-box .tel-box {
	width: 190px;
	color: #FFF
}
.step-box .tel-box .tel {
	background: url(../images/icon10.png) no-repeat left center;
	padding-left: 40px;
}
.step-box .tel-box .tel .t1 {
	font-size: 20px;
}
.step-box .tel-box a {
	border: 2px #FFF solid;
	color: #FFF;
	border-radius: 20px;
	padding: 8px 45px;
	margin: 10px auto 0 auto;
	display: inline-block;
}
/*学校家具配套*/
.school-box, .partners, .service {
	margin-top: 55px;
	margin-bottom:25px;
}
.school-box h3 a, .partners h3 a, .case h3 a, .service h3 a {
	font-size: 35px;
	color: #0095f4;
	line-height: 80px;
	font-weight: normal;
}
.school-box h3, .partners h3, .case h3, .service h3{
	font-size: 35px;
	color: #0095f4;
	line-height: 80px;
	font-weight: normal;
}
.school-box hr, .partners hr, .case hr, .service hr {
	border-top: 1px #eeeeee solid;
	border-right: 0;
	border-left: 0;
	border-bottom: 0
}
.school-box .en, .partners .en, .service .en {
	font-family: Aparajita;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #FFF;
	margin: 0 auto;
	display: table;
	margin-top: -15px;
	padding: 5px 15px;
	color: #dddddd;
	margin-bottom: 30px;
}
.school-box dl {
	margin-top: 55px;
	width: 100%;
	display: table;
}
.school-box dd, .school-box dt, .school-box .pic, .school-box .pic1 {
	position: relative;
}
.school-box .pic {
	margin-bottom: 15px;
}
.school-box dd {
	width: 502px;
	height: 537px;
	overflow: hidden;
}
.school-box dt {
	width: 678px;
}
.school-box .text {
	background-color: rgba(255,255,255,0.6)!important;
	z-index: 999;
	width: 100%;
	left:0;
	height:59px;
	position: absolute;
	top:0
}
.school-box .text p {
	font-size: 14px;
	line-height:24px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 10px;
	position: relative;
}
.school-box .text a {
	background: #0095f4;
	font-size: 12px;
	color: #FFF;
	padding: 5px 15px;
	position: relative;
}
/*产品分类*/
.bg {
	width: 100%;
	background-color: #f9f9f9;
	padding: 55px 0
}
.pro-nav {
	width: 220px;
	background-color: #FFF;
}
.pro-nav h3 {
	background: url(../images/icon12.png) no-repeat 25px center;
	border-bottom: 1px #f3f3f3 solid;
	font-size: 20px;
	color: #333;
	padding: 20px 0 20px 70px;
}
.pro-nav h3 p {
	font-size: 12px;
	text-transform: uppercase;
	color: #dadada
}
.pro-nav dl {
	border-bottom: 1px #f3f3f3 solid;
	padding-bottom: 15px;
}
.pro-nav dd {
	background: url(../images/icon13.png) no-repeat 15px center;
	padding-left:35px;
	margin-top: 15px;
}
.pro-nav dd a {
	font-size: 16px;
	color: #0095f4;
	line-height: 30px;
}
.pro-nav dt {
	padding-left: 70px;
}
.pro-nav dt a {
	display: block;
	line-height: 30px;
}
.pro-box {
	width: 945px;
	overflow: hidden;
}
.pro-box .picScroll-left {
	margin-bottom: 20px;
}
.pro-box .picScroll-left, .pro-box .picScroll-left1 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.pro-box .picScroll-left .hd, .pro-box .picScroll-left1 .hd {
	overflow: hidden;
	height: 30px;
	padding: 15px 0
}
.pro_m{
	float: right;
	display: block;
	margin-left: 20px;
	border-radius: 20px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px ;
	color: #fff!important;
	background: #0095f4;
}
.pro-box .picScroll-left .hd ul, .pro-box .picScroll-left1 .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.pro-box .picScroll-left .hd ul li, .pro-box .picScroll-left1 .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #333;
	border-radius: 50%
}
.pro-box .picScroll-left .hd ul li.on, .pro-box .picScroll-left1 .hd ul li.on {
	background: #0095f4;
}
.pro-box .picScroll-left .hd .title, .pro-box .picScroll-left1 .hd .title {
	background: url(../images/icon14.png) no-repeat left center;
	padding-left: 25px;
	font-size: 16px;
}
.pro-box .picScroll-left .hd .title em, .pro-box .picScroll-left1 .hd .title em {
	color: #999;
	padding-left: 10px;
	font-size: 14px;
}
.pro-box .picScroll-left .bd, .pro-box .picScroll-left1 .bd {
	width: 100%;
	display: table;
}
.pro-box .picScroll-left .bd ul, .pro-box .picScroll-left1 .bd ul {
	overflow: hidden;
	zoom: 1;
}
.pro-box .picScroll-left .bd ul li, .pro-box .picScroll-left1 .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	background-color: #FFF;
	width: 225px;
	height: 285px
}
.pro-box .picScroll-left .bd ul li .pic, .pro-box .picScroll-left1 .bd ul li .pic {
	text-align: center;
	width: 220px;
	height: 220px;
	display: table-cell;
	vertical-align: middle;
}
.pro-box .picScroll-left .bd ul li .pic img, .pro-box .picScroll-left1 .bd ul li .pic img {
	max-width: 220px;
	max-height: 210px;
	vertical-align: margin
}
.pro-box .picScroll-left .bd ul li .title, .pro-box .picScroll-left1 .bd ul li .title {
	line-height: 24px;
	font-size: 16px;
}
/**/
.ad {
	width: 100%;
	height: 280px;
	min-width: 1200px
}
.ad .tel-box {
	width: 230px;
	color: #e22c08;
	margin-top: 60px
}
.ad .tel-box .tel {
	background: url(../images/icon11.png) no-repeat left center;
	padding-left: 50px;
	font-size: 18px;
}
.ad .tel-box .tel p{
	font-weight: 700;
}
.ad .tel-box .tel .t1 {
	font-size: 25px;
	color: #0095f4
}
.ad .tel-box a {
	border: 2px #0095f4 solid;
	color: #FFF;
	border-radius: 20px;
	padding: 8px 28px;
	margin: 10px auto 0 0px;
	display: inline-block;
	background-color: #0095f4;
	float: right;
	font-size: 16px;
}
/*合作伙伴*/
.partners ul {
	margin-top: 30px;
}
.partners li {
	float: left;
	width: 178px;
	line-height: 35px;
	margin-right: 26px
}
.partners li .pic {
	width: 178px;
	height: 71px;
	display: table-cell;
	vertical-align: middle;
	border: 1px #f5f5f5 solid;
	background-color: #fff;
	text-align: center;
}
.partners li .pic img {
	max-width: 178px;
	max-height: 71px;
	vertical-align: middle;
}
.partners li:last-child {
	margin-right: 0
}
/* 案例 */
.case {
}
.case .en {
	font-family: Aparajita;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #fafafa;
	margin: 0 auto;
	display: table;
	margin-top: -15px;
	padding: 5px 15px;
	color: #dddddd
}
.case-box {
	width: 1020px;
	position: relative;
	height: 438px;
	margin: 30px auto 0 auto
}
.case-box .hd {
	width: 100%
}
.case-box .hd .prev {
	position: absolute;
	width: 51px;
	height: 115px;
	left: -120px;
	top: 38%;
	background: url(../images/left.png) no-repeat center center;
	z-index: 99;
	cursor: pointer;
}
.case-box .hd .next {
	position: absolute;
	width: 51px;
	height: 115px;
	right: -120px;
	top: 38%;
	background: url(../images/right.png) no-repeat center center;
	z-index: 99;
	cursor: pointer;
}
.case-box .bd {
	width: 100%;
	height: 438px;
	background-color: #54acf3;
}
.case-box .bd ul {
	overflow: hidden;
	zoom: 1;
}
.case-box .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	width: 100%;
	height: 438px
}
.case-box .bd ul li .text-box {
	width: 360px;
	height: 368px;
	color: #FFF;
	padding: 35px;
	overflow: hidden;
}
.text-box a{
	color: #ffffff;
}
.case-box .bd ul li .text-box h4 {
	font-size: 25px;
	width: 367px;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.case-box .bd ul li .text-box em {
	height: 2px;
	background: #95ccf8;
	width: 50px;
	margin: 20px 0;
	display: inline-block;
}
.case-box .bd ul li .text-box .subtitle {
	font-size: 16px;
}
.case-box .bd ul li .text-box p {
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.case-box .bd ul li .text-box .logo {
	width: 350px;
	height: 125px;
	background-color: #FFF;
	border-radius: 15px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.case-box .bd ul li .text-box .logo img {
	max-width: 350px;
	max-height: 125px;
	vertical-align: middle;
}
.case-box .bd ul li .pic {
	width: 590px;
	height: 438px;
	overflow: hidden;
}
.case-box .bd ul li .pic img {
	width: 590px;
	height: 438px;
}
/*服务*/
.service .title {
	border: 1px #cdcccc solid;
	height: 60px;
	background: url(../images/icon15.png) no-repeat center center;
}
.service .title .t1, .service .title .t2 {
	width: 40%;
	height: 60px;
	line-height: 60px;
	font-size: 25px;
}
.service .title .t1 {
	color: #0095f4;
}
.service .service-box {
	width: 1020px;
	margin: 0 auto
}
.service .box {
	width: 100%;
	height: 140px;
	overflow: hidden;
	margin: 20px auto 0 auto;
	position: relative;
}
.service .box .service-left, .service .box .service-right {
	width: 465px;
	height: 140px
}
.service .box .service-left {
	background-color: #11a2ff
}
.service .box .service-left .pic, .service .box .service-right .pic {
	width: 200px;
	height: 140px;
	overflow: hidden;
}
.service .box .service-left .txt-box {
	width: 200px;
	color: #FFF;
	line-height: 24px;
	padding: 30px 40px 20px 20px
}
.service .box .service-right {
	background-color: #f1f1f1
}
.service .box em {
	position: absolute;
	background-color: #FFF;
	border-radius: 30px;
	z-index: 9999;
	width: 155px;
	height: 65px;
	line-height: 65px;
	font-size: 20px;
	color: #333;
	top: 37px;
	left: 435px
}
.service .box .service-right .txt-box {
	width: 200px;
	color: #666;
	line-height: 24px;
	padding: 40px 10px 20px 50px
}
/*三大优势*/

.lge-box {
	width: 100%;
	background: url(../images/bg1.jpg) no-repeat center top;
	position: relative;
}
.lge-box .title {
	font-size: 30px;
	color: #FFF;
	line-height: 60px;
	margin-top: 20px;
}
.lge-box .title p {
	font-size: 42px;
	background: none
}
.lge-box .txt1 {
	position: absolute;
	width: 495px;
	height: 330px;
	right: 0px;
	top: 270px;
	padding-left: 100px
}
.lge-box .num {
	width: 92px;
	height: 92px;
	line-height: 92px;
	font-size: 35px;
	color: #FFF;
	background: url(../images/icon16.png) no-repeat;
	position: absolute;
	left: 0
}
.lge-box .t1 {
	font-size: 30px;
	margin-top: 10px;
	color: #333
}
.lge-box .t1 em {
	color: #e22c08
}
.lge-box .t2 {
	font-size: 12px;
	border-bottom: 1px #e1f0f9 solid;
	line-height: 30px;
	color: #d2d2d2;
	margin-bottom: 25px;
}
.lge-box p {
	line-height: 28px;
	font-size: 15px;
	margin-top: 10px;
	background: url(../images/icon17.png) no-repeat left 10px;
	padding-left: 25px;
}
.lge-box .tel {
	background: url(../images/icon18.png) no-repeat left center;
	padding-left: 60px;
	height: 50px;
	margin-top: 20px;
	color: #0095f4
}
.lge-box .tel em {
	font-size: 28px;
	display: block;
}
.lge-box .tel a {
	border: 2px #e22c08 solid;
	border-radius: 30px;
	height: 40px;
	line-height: 40px;
	color: #e22c08;
	margin-top: 10px;
	padding: 0 30px
}
.lge-box .txt2 {
	position: absolute;
	width: 495px;
	height: 330px;
	left: 0px;
	top: 690px;
	padding-left: 100px
}
.lge-box .txt3 {
	position: absolute;
	width: 435px;
	height: 330px;
	right: 20px;
	top: 1120px;
	padding-left: 100px
}
/*关于*/
.about-bg {
	width: 100%;
	background-color: #0095f4;
	padding: 55px 0 160px 0
}
.about-bg h3 a{
	font-size: 35px;
	color: #FFF;
	line-height: 80px;
}
.about-bg hr {
	border-top: 1px #71bae8 solid;
	border-right: 0;
	border-left: 0;
	border-bottom: 0
}
.about-bg .en {
	font-family: Aparajita;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #0095f4;
	margin: 0 auto;
	display: table;
	margin-top: -15px;
	padding: 5px 15px;
	color: #dddddd
}
.about-bg .about {
	width: 868px;
	height: 280px;
	margin-top: 30px;
}
.about-bg .about img {
	border: 7px #d9effd solid;
	float: left;
	width: 351px;
	height: 263px
}
.about-bg .about .text {
	clear: right;
	padding-left: 390px;
	color: #FFF
}
.about-bg .about .text h4 {
	font-size: 20px;
	line-height: 40px;
}
.about-bg .about .text p {
	line-height: 28px;
	margin-bottom: 25px;
}
.about-bg .about .text a {
	color: #FFF;
	display: inline-block;
	padding: 5px 50px;
	border-radius: 25px;
	border: 2px #54acf3 solid
}
.about-bg .team {
	background-color: #000;
	width: 300px;
	height: 275px;
	position: relative;
	margin-top: 30px;
	position: relative;
}
.about-bg .team .hd {
	position: relative;
}
.about-bg .team .hd .prev {
	width: 7px;
	height: 13px;
	cursor: pointer;
	background: url("../images/left.jpg") no-repeat;
	position: absolute;
	left: -25px;
	top: 120px
}
.about-bg .team .hd .next {
	width: 7px;
	height: 13px;
	cursor: pointer;
	background: url("../images/right.jpg") no-repeat;
	position: absolute;
	right: -25px;
	top: 120px
}

.about-bg .team .bd ul {
	overflow: hidden;
	zoom: 1;
}
.about-bg .team .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	padding-top: 15px;
}
.about-bg .team .bd ul li .pic {
	text-align: center;
	height: 210px;
	display: table-cell;
	vertical-align: middle;
}
.about-bg .team .bd ul li .pic img {
	max-width: 100%;
	max-height: 145px;
	vertical-align: middle;
}
.about-bg .team .bd ul li .title {
	line-height: 24px;
}
/* 资质荣誉 企业风采 */
.honor {
	width: 100%;
	background-color: #FFF;
	box-shadow: 1px 3px 10px #c7c7c7;
	margin-top: -107px;
	margin-bottom: 50px;
	display: table;
}
.honor .parHd {
	position: relative;
	margin-top: 25px;
}
.honor .parHd ul li {
	cursor: pointer;
	display: inline-block;
	background-color: #333333;
	width: 170px;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #FFF;
	margin: 0 1px;
	position: relative;
}
.honor .parHd ul li em {
	width: 14px;
	height: 5px;
	position: absolute;
	background: url(../images/icon19.png) no-repeat;
	left: 45.5%;
	bottom: -5px;
	display: none
}
.honor .parHd ul li.on {
	background: #0095f4;
	color: #FFF
}
.honor .parHd ul li.on em {
	display: inline-block;
}
.honor .slideBox {
	overflow: hidden;
	zoom: 1;
	position: relative;
	margin: 0 15px
}
.honor .parBd ul {
	overflow: hidden;
	zoom: 1;
}
.honor .parBd ul li {
	margin: 30px 15px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 255px
}
.honor .parBd ul li .pic {
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px;
}
.honor .parBd ul li .pic02{
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px;
	width: 238px;
}
.honor .parBd ul li .pic02 img {
	 max-width:250px; max-height:170px; _height:170px;
	display: block;
}
.honor .parBd ul li .pic img {
	 max-width:245px; max-height:170px; _height:170px;
	display: block;
}
.honor .parBd ul li .title {
	line-height: 34px;
	width: 240px;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
/*常见问题 新闻资讯*/
.question, .news, .industry {
	width: 375px;
	background-color: #f9f9f9;
	height: 440px;
	overflow: hidden;
	margin-bottom: 55px;
}
.question .title, .news .title, .industry .title {
	height: 55px;
	background-color: #0095f4;
	color: #FFF;
	line-height: 55px;
	font-size: 18px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 10px center
}
.question .title em a, .news .title em a, .industry .title em a
{font-size: 18px;}
.question .title a, .news .title a, .industry .title a {
	color: #FFF;
	font-size: 14px;
	margin-right: 10px
}
.question .title {
	background-image: url(../images/icon20.png);
}
.news .title {
	background-image: url(../images/icon21.png);
}
.industry .title {
	background-image: url(../images/icon22.png);
}
.question {
	margin-right: 43px
}
.question-top {
	width: 355px;
	overflow: hidden;
	position: relative;
	height: 340px;
	padding: 10px
}
.question-top .hd {
	display: none;
}
.question-top .bd {
	padding: 15px;
}
.question-top .infoList li {
	border-bottom: 1px dotted #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 20px;
	height: 80px!important;
}
.question-top .infoList li .ask {
	font-size: 16px;
	line-height: 30px;
	background: url(../images/icon23.png) no-repeat left center;
	padding-left: 30px;
	width: 295px;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.question-top .infoList li .answer {
	line-height: 24px;
	background: url(../images/icon24.png) no-repeat left 8px;
	padding-left: 30px;
}
.news dl, .industry dl {
	padding: 15px
}
.news dt, .industry dt {
	width: 100%;
	height: 110px;
	overflow: hidden;
}
.news dt img, .industry dt img {
	float: left;
	width: 150px;
	height: 105px;
}
.news dt .text, .industry dt .text {
	clear: right;
	padding-left: 165px;
}
.news dt .text h4, .industry dt .text h4 {
	width: 100%;
	height: 35px;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
	line-height: 35px;
}
.news dt .text h4 a, .industry dt .text h4 a {
	color: #333
}
.news dt .text p, .industry dt .text p {
	line-height: 21px;
	font-size: 12px;
}
.news dd, .industry dd {
	width: 100%;
	display: table
}
.news dd a, .industry dd a {
	display: block;
	background: url(../images/d.png) no-repeat 10px center;
	height: 38px;
	line-height: 38px;
	padding-left: 25px;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	width: 98%;
}
/*友情链接*/
.link {
	width: 100%;
	padding: 25px 0;
	background: #fafafa;
	color: #333
}
.link a {
	padding: 0 8px;
	line-height: 28px;
	color: #666;
}
/*底部菜单*/
.d-nav {
	width: 100%;
	background-color: #0095f4;
	color: #FFF;
	height: 55px;
	line-height: 55px
}
.d-nav a {
	color: #FFF;
	padding: 0 10px;
	font-size: 15px;
}
/*版权*/
.copy {
	padding: 35px 0 0 0;
}
.copy .f-logo {
	width: 165px;
	border-right: 1px #dddddd solid;
	padding: 15px 0
}
.copy .text {
	line-height: 31px;
	padding-left: 55px;
}
.copy .tel {
	background: url(../images/icon25.png) no-repeat left center;
	padding-left: 55px;
	margin-top: 15px;
}
.copy .tel .t1 {
	color: #e3011b
}
.copy .tel .t2 {
	color: #333333;
	font-size: 22px;
}
.copy .tel .t3 {
	color: #0095f4;
	font-size: 22px;
}
/*详情页*/
.banner {
	height: 280px;
	width: 100%;
	margin-bottom: 50px;
}
/*左侧*/
.sidebar {
	width: 240px;
}
.sidebar .subnav {
	width: 100%;
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding-bottom: 25px;
}
.sidebar .subnav h3 {
	background: url(../images/icon26.png) no-repeat 25px center #0095f4;
	font-size: 20px;
	color: #FFF;
	padding: 20px 0 20px 70px;
}
.sidebar .subnav h3 p {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
}
.sidebar .subnav dl {
	border-top: 1px #FFF solid;
	padding-bottom: 15px;
}
.sidebar .subnav dd {
	background: url(../images/icon13.png) no-repeat 30px center;
	padding-left: 70px;
	margin-top: 15px;
}
.sidebar .subnav dd a {
	font-size: 16px;
	color: #0095f4;
	line-height: 30px;
}
.sidebar .subnav dt {
	padding-left: 70px;
}
.sidebar .subnav dt a {
	display: block;
	line-height: 30px;
}
.sidebar .submenu {
	width: 208px;
	display: table;
	border: 1px #e8e8e8 solid;
	border-top: 5px #0095f4 solid;
	padding: 0 15px 40px 15px;
	margin-bottom: 40px;
}
.sidebar .submenu h3 {
	color: #0095f4;
	font-size: 26px;
	line-height: 88px;
}
.sidebar .submenu .on{
	background: #0095f4 url(../images/icon35.png) no-repeat 8px center!important;
	color: #fff!important;
}
.sidebar .submenu a {
	display: block;
	background: #f2f2f2 url(../images/icon27.png) no-repeat 8px center;
	margin-bottom: 2px;
	height: 50px;
	line-height: 50px;
	padding-left:28px;
	font-size: 16px;
}
.sidebar .us {
	width: 100%;
	margin-bottom: 40px;
}
.sidebar .us h3 {
	background-color: #0095f4;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #FFF
}
.sidebar .us .text {
	border: 1px #e8e8e8 solid;
	border-top: none;
	padding: 10px 8px 40px 8px;
	width: 222px;
}
.sidebar .us .text img{
	width: 222px;
}
.sidebar .us .text .tel {
	background: url(../images/tel.jpg) no-repeat 10px center;
	padding-left: 65px;
	margin-top: 15px;
}
.sidebar .us .text .tel .t1 {
	font-size: 22px;
	color: #e3011b;
	line-height: 20px;
}
.sidebar .us .text .t2 {
	margin-top: 15px;
	padding: 0 10px 0 10px
}
.view {
	width: 925px;
	display: table;
	margin-bottom: 45px;
}
.view .current {
	width: 100%;
	height: 33px;
	border-bottom: 1px #e8e8e8 solid;
	color: #e50013;
	font-size: 16px;
	position: relative;
	text-indent: 20px;
	margin-bottom: 15px;
	line-height: 28px;
}
.view .current em {
	background-color: #e50013;
	width: 3px;
	height: 20px;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 5px
}
.view .current span, .view .current span a {
	color: #999;
	font-size: 12px;
}
.view .showpic {
	width: 400px;
	height: 480px;
}
.view .showpic .smallImg {
	position: relative;
	height: 52px;
	margin-top: 1px;
	background-color: #F1F0F0;
	padding: 6px 5px;
	width: 390px;
	overflow: hidden;
	float: left;
}
.view .showpic .scrollbutton {
	width: 14px;
	height: 50px;
	overflow: hidden;
	position: relative;
	float: left;
	cursor: pointer;
}
.view .showpic .scrollbutton.smallImgUp, .view .showpic .scrollbutton.smallImgUp.disabled {
	background: url(../images/d_08.png) no-repeat;
}
.view .showpic .scrollbutton.smallImgDown, .view .showpic .scrollbutton.smallImgDown.disabled {
	background: url(../images/d_09.png) no-repeat;
	margin-left: 375px;
	margin-top: -50px;
}
.view .showpic #imageMenu {
	height: 50px;
	width: 360px;
	overflow: hidden;
	margin-left: 0;
	float: left;
}
.view .showpic #imageMenu li {
	height: 50px;
	width: 60px;
	overflow: hidden;
	float: left;
	text-align: center;
}
.view .showpic #imageMenu li img {
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.view .showpic #imageMenu li#onlickImg img, .view .showpic #imageMenu li:hover img {
	width: 46px;
	height: 46px;
	border: 2px solid #0095f4;
}
.view .showpic .bigImg {
	position: relative;
	width: 400px;
	height: 400px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border: 1px #d6d6d6 solid
}
.view .showpic .bigImg #midimg {
	width: 400px;
	height: 400px;
	vertical-align: middle;
}
.view .showpic .bigImg #winSelector {
	width: 200px;
	height: 200px;
}
.view .showpic #winSelector {
	position: absolute;
	cursor: crosshair;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity: 0.15;
	background-color: #000;
	border: 1px solid #fff;
}
.view .showpic #bigView {
	position: absolute;
	border: 1px solid #959595;
	overflow: hidden;
	z-index: 999;
}
.view .showpic #bigView img {
	position: absolute;
}
.view .text-box {
	width: 480px;
	height: 420px;
}
.view .text-box h1 {
	font-size: 18px;
	color: #333;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px #bbbbbb dotted
}
.view .text-box .text {
	font-size: 16px;
	line-height: 30px;
	padding: 15px 0
}
.view .text-box .text2 {
	font-size: 14px;
	line-height: 30px;
	color:#000000;
}
.view .text-box .text2 span {
	color:#666;
	padding-left:5px;
}
.view .text-box .text p {
	line-height: 25px;
	font-size: 14px;
}
.view .text-box .tel-box {
	background-color: #f5f5f5;
	padding: 30px 0;
	margin-top: 20px;
}
.view .text-box .tel-box .tel {
	background: url(../images/icon28.png) no-repeat left center;
	display: table;
	padding-left: 60px;
	margin: 0 auto 25px auto;
}
.view .text-box .tel-box .tel .t1 {
	font-size: 28px;
}
.view .text-box .tel-box .tel p {
	color: #333;
	text-align: left;
}
.view .text-box .tel-box a {
	display: inline-block;
	background: #0095f4 url(../images/icon29.png) no-repeat 25px center;
	height: 35px;
	width: 137px;
	border-radius: 5px;
	line-height: 35px;
	color: #FFF;
	text-indent: 20px;
	margin: 0 5px
}
.view .title {
	width: 100%;
	height: 45px;
	background-color: #f5f5f5;
}
.view .title span {
	width: 120px;
	height: 45px;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	line-height: 45px;
	background-color: #0095f4;
	text-align: center;
}
.view .info {
	width: 94%;
	display: table;
	padding: 3%;
	color: #666;
	line-height: 28px;
}
.view .info p {
	text-indent: 30px;
}
.view .info p img {
	max-width: 100%;
	margin-left: -10px;
}
.view .v-case {
	width: 100%;
	display: table;
	margin: 40px 0
}
.view .v-case dl {
	width: 100%;
	display: table;
}
.view .v-case dt img, .view .v-case dd img, .view .v-case .pic1 img {
	width: 100%
}
.view .v-case dd, .view .v-case dt, .view .v-case .pic, .view .v-case .pic1 {
	position: relative;
}
.view .v-case .pic {
	margin-bottom: 12px;
}
.view .v-case dd {
	width: 367px;
	height: 393px;
	overflow: hidden;
}
.view .v-case dt {
	width: 495px;
}
.view .v-case .pic1 {
	width: 240px;
	height: 190px
}
.view .liucheng {
	width: 852px;
	display: table;
	margin: 50px auto
}
.view .liucheng span {
	width: 121px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
}
.view .shuoming {
	margin-left: -15px;
	width: 925px;
	display: table;
	margin-bottom: 50px;
}
.view .shuoming .text {
	width: 406px;
	height: 111px;
	background-color: #f5f5f5;
	padding: 20px;
	margin-left: 15px;
	margin-top: 20px;
}
.view .shuoming .text img {
	float: left;
	margin-right: 15px
}
.view .shuoming .text p {
	font-size: 12px;
	line-height: 22px;
	color: #666;
	word-break: break-all
}
.view .youshi {
	width: 100%;
	display: table;
	margin: 30px 0 80px 0
}
.view .youshi .txt {
	font-size: 17px;
	color: #666;
	line-height: 40px;
}
.view .youshi .txt span {
	color: #0095f4;
	font-size: 23px;
}
.view .youshi .en {
	font-family: Aparajita;
	color: #d3d3d3
}
.view .youshi .step {
	margin: 0 auto;
	display: table
}
.view .youshi .step span {
	display: block;
	width: 80px;
	float: left;
}
.view .youshi .step em {
	display: block;
	float: left;
	width: 48px;
	height: 68px;
	background: url(../images/icon30.png) no-repeat center center;
}
.view .youshi .step1 {
	background: #f5f5f5;
	position: relative;
	border-radius: 20px;
	width: 100%;
	height: 270px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.view .youshi .step1 span {
	display: inline-block;
	width: 133px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	position: absolute;
	background-color: #acacac;
	border-radius: 20px
}
.view .youshi .step1 .t1 {
	left: 102px;
	top: 170px
}
.view .youshi .step1 .t2 {
	left: 160px;
	top: 97px
}
.view .youshi .step1 .t3 {
	left: 290px;
	top: 35px
}
.view .youshi .step1 .t4 {
	right: 290px;
	top: 35px
}
.view .youshi .step1 .t5 {
	right: 160px;
	top: 97px
}
.view .youshi .step1 .t6 {
	right: 102px;
	top: 170px
}
.view .youshi .step1 .bc {
	background-color: #0095f4
}
.view .youshi .step1 em {
	display: inline-block;
	width: 20px;
	height: 13px;
	position: absolute;
	background: url(../images/icon31.png) no-repeat center center;
}
.view .youshi .step1 .icon1 {
	left: 190px;
	top: 145px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.view .youshi .step1 .icon2 {
	left: 256px;
	top: 73px;
	transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
}
.view .youshi .step1 .icon3 {
	left: 430px;
	top: 50px
}
.view .youshi .step1 .icon4 {
	right: 256px;
	top: 73px;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
}
.view .youshi .step1 .icon5 {
	right: 190px;
	top: 145px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.view .youshi .step1 .sheng {
	width: 360px;
	height: 95px;
	line-height: 70px;
	position: absolute;
	left: 260px;
	color: #e3011b;
	font-size: 50px;
	bottom: 60px;
	background: url(../images/icon32.png) no-repeat center bottom;
}
.view .youshi .txt1 {
	font-size: 22px;
}
.view .youshi .txt2 {
	color: #0095f4;
	font-size: 32px;
}
.view .youshi .txt-box {
	width: 100%;
	height: 470px;
	background: url(../images/icon33.png) no-repeat 500px 10px;
	color: #FFF
}
.view .youshi .txt-box h3 {
	font-size: 22px;
	line-height: 50px;
}
.view .youshi .txt-box p {
	line-height: 25px;
}
.view .youshi .txt-box .box {
	width: 457px;
	height: 215px
}
.view .youshi .txt-box .bc1 {
	background-color: #0095f4;
	padding: 30px;
	margin-top: 95px;
}
.view .youshi .txt-box .bc2 {
	background-color: #ffa200;
	padding: 30px
}
.view .youshi .txt-box .bc3 {
	background-color: #6ca701;
	padding: 30px 0 30px 23px;
	width: 445px;
	margin-top: 280px;
}
.view .us {
	width: 100%;
	display: table;
	margin: 40px 0
}
.view .us .txt {
	background-color: #f5f5f5;
	width: 388px;
	height: 270px;
	padding: 20px 30px;
}
.view .us .txt h3 {
	color: #0095f4;
	font-size: 20px;
	line-height: 40px;
}
.view .us .txt .phone {
	background: url(../images/icon34.png) no-repeat left center;
	height: 28px;
	padding-left: 40px;
	line-height: 28px;
}
.view .us .txt .phone span {
	color: #0095f4;
	font-size: 20px;
}
.view .us .txt p {
	line-height: 25px;
}
.view .us .txt .mt10 {
	margin-top: 10px;
}
.view .key {
	border-top: 1px #bbbbbb dashed;
	padding: 30px 0;
	text-align: left;
}
.view .key a {
	padding: 0 5px
}
.view .pre {
	border: 1px #dddddd solid;
	background-color: #f5f5f5;
	line-height: 24px;
	height: 24px;
	padding: 10px
}
.view .pre a {
	color: #0095f4;
}
.view .pre span{
	width: 400px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view .from {
	width: 100%;
	display: table;
	margin: 30px 0
}
.view .from .tit, .view .be-pro .tit, .news_xg .tit {
	width: 100%;
	height: 40px;
	color: #e50013;
	font-size: 16px;
	position: relative;
	margin-bottom: 15px;
	margin-bottom: 20px;
}
.view .from .tit em, .view .be-pro .tit em, .news_xg em {
	background-color: #e50013;
	width: 3px;
	height: 20px;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 1px
}
.view .from .tit span, .view .be-pro .tit span, .news_xg .tit span {
	border-bottom: 3px #e8e8e8 solid;
	display: inline-block;
	position: relative;
	text-indent: 20px;
	padding-right: 5px;
	height: 30px
}
.view .from dl {
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
.view .from dt {
	width: 140px;
	float: left;
	height: 25px;
	line-height: 25px;
}
.view .from dd {
	clear: right;
	padding-left: 150px;
}
.view .from .inp {
	height: 25px;
	border: 1px #cccccc solid;
	border-radius: 5px;
	width: 300px
}
.view .from .code {
	height: 25px;
	border: 1px #cccccc solid;
	border-radius: 5px
}
.view .from .txt {
	width: 500px;
	height: 175px;
	border-radius: 5px
}
.view .from span {
	color: #e50013;
	font-size: 12px;
	padding-left: 10px;
}
.view .from .submit {
	width: 240px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background-color: #0095f4;
	color: #FFF;
	font-size: 16px;
	border-radius: 10px;
	cursor: pointer;
}
.view .be-pro {
	width: 925px;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}
.view .be-pro .bd {
	width: 100%;
	display: table
}
.view .be-pro .bd ul {
	overflow: hidden;
	zoom: 1;
}
.view .be-pro .bd ul li {
	margin-right: 20px;
	float: left;
	_display: inline;
	overflow: hidden;
}
.view .be-pro .bd ul li span{
	display: block;
	clear: both;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.view .be-pro .bd ul li .pic {
	text-align: center;
	border: 1px solid #e8e8e8;
	width: 208px;
	height: 198px;
	display: table-cell;
	vertical-align: middle;
}
.view .be-pro .bd ul li .pic img {
	max-width: 208px;
	max-height: 198px;
	vertical-align: middle;
}
.view .be-pro .bd ul li .pic a:hover img {
	border-color: #999;
}
.view .be-pro .bd ul li .title {
	line-height: 24px;
}

/*about*/
.ny_ab{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding: 15px;
	
}
.ny_cg{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding: 25px 15px;
	border-bottom: 1px dashed #cacaca;
	margin-bottom: 35px;
}
.ny_ab02{
	padding-top: 25px;
	border-top: 1px dashed #cacaca;
}
.ny_ab02 .current02 {
    width: 100px;
    height: 33px;
    border-bottom: 3px #e8e8e8 solid;
    color: #e50013;
    font-size: 16px;
    position: relative;
    text-indent: 20px;
    margin-bottom: 15px;
    line-height: 28px;
}
.ny_ab02 .current02 em {
    background-color: #e50013;
    width: 3px;
    height: 20px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
}
/*证书*/
.zs_tu{
	overflow: hidden;
}
.zs_tu li{
	display: block;
	float: left;
	width: 270px;
	margin:15px 19px;   
}
.zs_tu02{
	border: 1px solid #efefef;
	padding: 5px;
}
.zs_tu li img { 
	max-width:270px; 
	max-height:170px; 
	_height:170px;
}
.zs_tu03 li img { 
	max-width:270px; 
	max-height:184px!important; 
	_height:184px!important;
}
.zs_title{
	width: 255px;
	height: 40px;
	line-height: 40px;
	text-align: center;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.zs_view{
	text-align: center;
}
.zs_view h2{
	font-weight: normal;
	font-size: 25px;
	color: #333;
	display: block;
	width: 100%;
	margin:35px; 0;
}
.tit_b{
	padding-bottom: 35px;
	border-bottom: 1px dashed #cacaca;
}
.tit_b img{
	max-width: 650px;
}

/* 通用分页样式 */
.pages {
	height: 26px;
	padding: 5px 0;
	margin-top: 15px;
	clear: both;
	text-align: center;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	margin-right: 5px;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #3a97ef;
	background: #3a97ef;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current03 a {
	border: 1px solid #3a97ef;
	background: #3a97ef;
	color: #fff;
}

/*news*/
.newlist .ul1{
    padding-bottom: 40px;
}
.newlist .ul1 li {
    position: relative;
    width: 925px;
}
.newlist .ul1 li:hover{
    background: #ececec;
}
.newlist .ul1 li:hover .lidate{
    color: #0088de!important;
	border-top: 2px solid #0088de!important;
}
.newlist .ul1 li a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 40px 15px;
    border-bottom: 1px solid #ccc;
}
.newlist .ul1 li .imgk {
    overflow: hidden;
    width: 195px;
    height: 143px;
}
.newlist .ul1 li .imgk img {
    width: 195px;
    height: 143px;
}
.newlist .ul1 li .lin {
    float: left;
    width: 650px;
}
.newlist .ul1 li .lin .lidate {
    float: left;
    width: 72px;
    text-align: center;
    color: #666;
    border-top: 2px solid #707070;
}
.newlist .ul1 li .lin .lidate .p1 {
    font-size: 30px;
    margin-top: 15px;
}
.newlist .ul1 li .lin .lidate .p2 {
    font-size: 14px;
    margin-top: 5px;
}
.newlist .ul1 li .lin .linn {
    float: left;
    width: 545px;
    padding-left: 32px;
}
.newlist .ul1 li .lin .linn h4 {
    font-size: 18px;
    color: #333;
	font-weight: normal;
}
.newlist .ul1 li .lin .linn p {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    margin-top: 18px;
    color: #888;
}
.newlist .ul1 li .lin .linn .morehn {
    font-size: 14px;
    line-height: 32px;
    width: 97px;
    height: 32px;
    margin-top: 24px;
    text-align: center;
    color: #0088de;
    border: 1px solid #0088de;
}
.clear{
	clear: both;
	border-bottom: 1px dashed #cacaca;
	margin: 35px 0;
}

/*news content*/
.newxx h2 {
    font-weight: normal;
    font-size: 25px;
    color: #333;
    display: block;
    width: 100%;
	margin-top: 35px;
	text-align: center;
}
.henduo{
	font-size: 14px;
	color: #999;
	line-height: 55px;
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #cacaca;
}
.new_view{
	padding: 20px 10px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.new_view img{
	display: block;
	max-width: 700px;
	margin: 0 auto;
}
.sptu img{
	margin: 5px auto;
}
.news_xg{
	margin-top: 35px;
}
.nx_li{
	border: 1px solid #dddddd;
overflow: hidden;
	padding: 7px 0;
}
.nx_li ul li {
    float: left;
    margin: 0 2%;
    width: 95%;
	border-bottom: 1px solid #dddddd;
    height: 40px;
    line-height: 40px;
}
.nx_li ul li a {
    display: block;
    width: 650px;
    line-height: 40px;
    background: url(../images/ly_li.png) no-repeat left center;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.nx_li ul li span {
    float: right;
    color: #999;
    line-height: 40px;
}

.new_view h6{
	font-size: 16px;
	color: #0095f4;
	line-height: 35px;
	font-weight: normal;
}

.parBd .pic li img {}

.from .tit span{
	font-size: 16px;
}
.mess {
	padding: 0;
	margin: 0;
	font-size: 14px
}
.mess tr {
	padding: 0;
	margin: 0;
	line-height: 50px;
	height: 50PX
}
.mess input {
	display: inline-block;
	height: 25px;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.mess textarea {
	width:500px !important;
	display: inline-block;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.mess .submit {
	width: 240px;
	height: 40px !important;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	background: #0095f4 !important;
	border-radius: 10px;
	border: 0 none;
	cursor: pointer;
}
div.pfw{position:relative;border:1px solid #e1e1e1; margin-top:30px; }
div.pfw:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;overflow:hidden;}
div.pfw h3{height:30px;line-height:30px;font-size:1em;margin:0;padding:0 0 0 20px;background:#f6f6f6 url(/images/heading_bg.png) 8px top no-repeat;border-bottom:1px solid #e1e1e1; color:#444; font-weight:bold;}
div.pfw h3 small{font-size:12px;color:#666;font-weight:normal;padding-left:4px;font-style:normal;}
div.pfw h3 .more{display:block;float:right;height:30px;line-height:30px;padding-right:8px;font-weight:normal;font-size:12px;margin-right:5px;}
div.pfw .content{margin:5px;font-size:12px;line-height: 1.6em;padding:10px;}
div.pfw .adm_reply {margin:6px 0 0 0;font-size:1em;line-height:200%;padding:25px 5px 25px 25px;position:relative; color:#444; border-top:1px solid #e1e1e1; background:#f7faff;}
div.pfw .adm_reply span{color:darkred; font-weight:bold; color:#e77718; }

.no_p{
	position:inherit!important;
}
.sidebar .subnav dt .on{
color:#0095f4;
}
.sidebar .us .text2{
    border: 1px #e8e8e8 solid;
    border-top: none;
    padding: 10px 8px 15px 8px;
    width: 222px;
}
#liulan li{
	display:block;
	width:215px;
	height:40px;
	line-height:40px;
	border-bottom:1px dashed #ddd;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
#liulan li span{
	padding:0 5px;}
#liulan li a{
	line-height:40px;}

/*products*/
/*证书*/
.pro_tu{
	overflow: hidden;
}
.pro_tu li{
	display: block;
	float: left;
	width: 270px;
	margin:15px 19px;   
}
.pro_tu02{
	border: 1px solid #efefef;
	padding: 5px;
	height: 225px;
	position: relative;
}
.pro_tu li img { 
	max-width:259px; 
	max-height:259px; 
	_height:259px;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.pro_title{
	width: 255px;
	height: 40px;
	line-height: 40px;
	text-align: center;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}

.ditu{
	padding: 2px;
	border: 1px solid #ddd;
}
.ny_ab h6 {
    font-size: 16px;
    color: #0095f4;
    line-height: 35px;
    font-weight: normal;
}

.fuchuang{
	width: 100%;
	position: fixed;
	bottom: 0px;
	height: 144px;
	z-index: 999999;
	background: url(../images/fuchuanbj02.png) no-repeat 50% 0;
}
.fc_01{
	width: 1200px;
	margin: 0 auto;
}
.fc_guan{
	float: right;
	margin-top: 89px;
	cursor:pointer;
}
.fc_02{
	width: 690px;
	float: left;
	    margin-top: 90px;
    margin-left: 165px;

}
.fc_caig{
	display: block;
	float: left;
	width: 108px;
	padding-left: 76px;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	color: #fff!important;
	margin-right: 18px;
	background: url(../images/caig.png) no-repeat;
}
.fc_zix{
	display: block;
	float: left;
	width: 108px;
	padding-left: 76px;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	color: #fff!important;
	background: url(../images/zix.png) no-repeat;
}
.fc_tel{
	width: 210px;
	padding-left: 55px;
	background: url(../images/fc_tel02.png) no-repeat;
	height: 55px;
	margin-top: 83px;
	margin-left: 11px;
	float: left;
	font-size: 30px;
	color: #fff;
	line-height: 22px;
}
.fc_tel span{
	font-size: 14px;
	color: #8dc8ff;
	display: block;
	line-height: 20px;
}

.fud_zs{
	width: 390px;
	float: left;
	position: relative;
}
.fud_zs input{
	border: none;
	background:#fff;
	height: 32px;
	border-radius: 10px;
	padding-left: 15px;
	width: 170px;
	margin-right: 6px;
	-moz-box-shadow: inset 3px 3px 6px #bbb;
    -webkit-box-shadow: inset 3px 3px 6px #bbb;
    box-shadow: inset 3px 3px 6px #bbb;
}
.cgyx{
	width: 200px;
	border: none;
	height: 68px;
	margin-top: 5px;
	line-height: 30px;
	padding-left: 15px;
	background:rgba(255,255,255,0.8);
	border-radius: 10px;
	float: left;
}
.fud_yz{
	width: 278px;
	float: left;
	position: relative;
}
.fud_yz .vcode{
	border: none;
	background:#fff;
	height: 32px;
	border-radius: 10px;
	padding-left: 15px;
	width: 170px;
	-moz-box-shadow: inset 3px 3px 6px #bbb;
    -webkit-box-shadow: inset 3px 3px 6px #bbb;
    box-shadow: inset 3px 3px 6px #bbb;
}
.fud_yz img{
        position: absolute;
    top: 4px;
    right: 101px;
}
.fud_yz .submit{
	width: 82px;
	text-align: center;
	height: 32px;
	color: #fff;
	background: #ffa200;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	margin-left: 5px;
}



/*留言栏目*/
.msgtitle{display:block;padding-bottom:5px;font-size:14px;font-weight:bold;}
.message_block{color:#666;}
.message_block p{padding:12px;}
.msg_input{width:90%;border:1px solid #e0e0e0;padding:8px 9px;background:#fff;font-size:13px;color:#888;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;}
.msg_input_on{width:90%;border:1px solid #8cd1ff;background:#f1f9ff;padding:8px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}
.message_labes{font-size:14px;}
.message_title{height:34px;line-height:34px;background:#f6f9fb;padding:0 12px;}
.message_title h2{color:#376b88;font-size:14px;float:left;}
.message_title span{float:right;font-weight:bold;color:#999;}
.message_info{color:#8ea6b6;text-align:right;}
.message_replay{background:#f5f5f5;padding:0 12px;}
.msg_btn_area{margin:16px 0;text-align:left; border:0px;display:inline-block;padding:5px 15px;background:#09F;color:#fff;text-align:center;font-family:"宋体";font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;}
.msg_btn_area:hover{text-decoration:none;background:#F60}
.msgflag{margin-left:4px;font-size:12px;color:#900;}

/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}

/* 新增调用下拉菜单样式开始  */

.dropMenu {
 position:absolute;
 top: 0px;
 z-index:10000;
 width: 170px;
 visibility: hidden;
background:#0095f4;
font-size:14px; filter:alpha(opacity=95); -moz-opacity:0.95; -khtml-opacity: 0.95; opacity: 0.95;
}

.dropMenu li {
 text-align:center !important;
 list-style-type:none;
line-height:37px;
border-bottom:1px #cdcdcd solid; width:170px;
}
.dropMenu a {
display:block;
font-size:14px;
color:#ffffff; 
}
.dropMenu a:link {
display:block;
font-size:14px;
line-height:37px;
color:#ffffff; 
}
.dropMenu a:visited {
display:block;
font-size:14px;
line-height:37px;
color:#ffffff; 
}
* html .dropMenu a {
display:block;
font-size:14px;
color:#ffffff; 
}
.dropMenu a:hover {
background:#e60707; 
color:#fff;
font-size:14px;
line-height:37px;
display:block; text-decoration:none;
}

/* 新增调用下拉菜单样式结束  */
