/*首页*/

/*header*/
.header {
	width: 100%;
	height: auto;
	background-color: #fff;
	font-family: "Microsoft yahei";
}

.headerTop {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerLogo {
	width: 245px;
	height: 53px;
}

.headerLogo img {
	height: 87px;
}

.headerRight {
	width: 520px;
	height: 110px;
	display: flex;
	justify-content: space-between;
}

.headerSearch {
	width: 211px;
	height: 32px;
	line-height: 32px;
	margin-top: 45px;
	padding: 0 5px 0 10px;
	overflow: hidden;
	background-color: #f6f4f4;
	border: 1px solid #b2c1d5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.headerSearch .searchInput {
	width: 183px;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #b2c1d5;
	background-color: #f6f4f4;
	color: #29A989;
}

.headerSearch {
	display: flex;
	align-items: center;
}

.headerSearch .search-icon {
	width: 22px;
	height: 22px;
	background: url("../images/zoomicon2.png") no-repeat;
	background-size: 100%;
	cursor: pointer;
	margin-left: 5px;
	border: none;
}

.headerRight input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #7a97c8;
}

.headerRight input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #7a97c8;
}

.headerRight input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #7a97c8;
}

.headerRight input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #7a97c8;
}



.headerTel {
	width: 196px;
	height: 35px;
	line-height: 35px;
	margin-top: 45px;
	padding-left: 40px;
	background: url("../images/topTel.png") no-repeat left center;
}

.headerTel b {
	font-size: 24px;
	color: #29A986;
}

.headerMenu {
	width: 100%;
	height: 50px;
	background-color: #333;
}

.headerMenu .nav {
	position: relative;
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

.headerMenu .nav ul {
	display: flex;
	height: 50px;
}

.headerMenu .nav ul li {
	flex: auto;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: relative;
}

.headerMenu .nav ul li>a {
	color: #fff;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	border-left: 1px solid #29A986;
}

.headerMenu .nav ul li:first-child a {
	border: 1px solid rgb(255, 255, 255, 0);
}

.headerMenu .nav ul .on {
	background-color: #29A986;
}

.headerMenu .nav ul .on a {
	border: none;
}

.headerMenu .nav ul li:hover {
	background-color: #29A986;
	color: #29A986;
}

.headerMenu .nav ul li .nav-son {
	position: absolute;
	left: 0;
	top: 50px;
	background: #fff;
	z-index: 999;
	width: 100%;
	display: none;
}

.headerMenu .nav ul li .nav-son a {
	color: #333;
	display: block;
	line-height: 30px;
	margin-top: 5px;
	font-size: 14px;
}

.headerMenu .nav ul li .nav-son a:hover {
	color: #005496;
}

.headerMenu .nav ul li:hover .nav-son {
	display: block;
}

.productsMenud {
	position: absolute;
	height: 0px;
	left: 0;
	top: 50px;
	z-index: 9999;
	overflow: hidden;
	background-color: #fefefe;
	background: url("../images/popmenubg.jpg") repeat-x left bottom;
	box-shadow: #4c4c4c 2px 2px 3px;
	filter: shadow(Color='#4c4c4c', Direction='135', Strength='3');
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.bordertop {
	height: auto;
	padding: 0 20px;
	border-top: 4px solid #113f7b;
}

.productsMenud .column {
	width: 120px;
	height: auto;
	margin: 10px 50px 40px 10px;
	text-align: center;
	display: block;
}

.productsMenud .column h2 {
	display: block;
	font-size: 16px;
	color: #29A989;
	margin-bottom: 10px;
	padding: 8px 0;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #5583d1;
}

.productsMenud .column .dd {
	display: block;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	color: #666666;
	text-align: left;
	border: none;
}

.productsMenud .column .dd:hover {
	color: #29A989;
}

.servicePic p {
	width: 200px;
	margin: 3px auto;
	font-size: 14px;
	line-height: 21px;
	color: #666;
}

.serviceTel {
	font-size: 24px;
	color: #a1a0a0;
	line-height: 30px;
	padding-bottom: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #dadada;
}

.servicePic p span {
	font-size: 12px;
}

.bannerArea {
	position: relative;
	width: 100%;
	height: 533px;
}

.banner {
	width: 100%;
	height: 533px;
	overflow: hidden;
}

.banner ul li {
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 533px;
}

.bannerNum {
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
}

.bannerNum ul {
	display: inline-block;
}

.bannerNum ul {
	_display: inline;
}

.bannerNum ul li {
	float: left;
	width: 17px;
	height: 17px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}

.bannerNum ul li span {
	display: block;
	width: 17px;
	height: 17px;
	background: #fff;
	border-radius: 50%;
}

.bannerNum ul .on span {
	box-sizing: border-box;
	border: 2px solid #29A986;
	border-radius: 50%;
}

.notice {
	width: 100%;
	height: 49px;
	background: url("../images/noticeBg.jpg") repeat-x;
}

.noticeArea {
	width: 1200px;
	line-height: 49px;
	margin: 0 auto;
}

.noticeLeft {
	width: 800px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin-top: 13px;
}

.noticeTit {
	width: 75px;
	height: 25px;
	padding-left: 40px;
	background: url("../images/noticeicon.png") no-repeat left center;
	font-family: "Microsoft yahei";
}

.noticeTit span {
	font-size: 14px;
	color: #29A986;
	font-weight: bold;
}

.noticeList {
	width: 620px;
	height: 25px;
	overflow: hidden;
	padding-left: 20px;
	background: url("../images/noticefg.jpg") no-repeat left center;
}

.noticeList ul li {
	width: 620px;
	line-height: 25px;
	color: #6a6a6a;
	font-size: 12px;
}

.noticeList ul li a {
	color: #6a6a6a;
}

.noticeList ul li span {
	margin-left: 15px;
	color: #6a6a6a;
}

.noticeMore a {
	color: #6a6a6a;
}

.noticeArea a:hover {
	color: #1c7ac4;
}

.midArea {
	width: 1200px;
	height: 160px;
	margin: 40px auto 20px auto;
}

.Business {
	width: 195px;
	height: 137px;
	overflow: hidden;
	font-family: "Microsoft yahei";
}

.Business a {
	display: block;
	width: 195px;
	height: 137px;
	background: url("../images/businessPic1.jpg") no-repeat;
}

.Business a:hover {
	background: url("../images/businessPic1_2.jpg") no-repeat;
}

.Business h2 {
	font-size: 18px;
	color: #fffefe;
	line-height: 26px;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 15px;
	text-shadow: #666666 2px 2px 3px;
	filter: shadow(Color='#4c4c4c', Direction='135', Strength='3');
}

.Business P {
	font-size: 12px;
	color: #fff;
	padding-left: 15px;
	text-shadow: #4c4c4c 2px 2px 3px;
	filter: shadow(Color='#4c4c4c', Direction='135', Strength='3');
}

.Products {
	width: 272px;
	height: 160px;
	background: url("../images/bgs1.png") no-repeat right 137px;
	margin-left: 16px;
}

.ProductsArea {
	position: relative;
	width: 238px;
	height: 118px;
	border: 1px solid #dadada;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 9px 15px;
}

.ProductPic {
	float: left;
	width: 105px;
	height: 118px;
	margin-right: 10px;
	background-color: #e8e8e8;
}

.ProductPic img {
	width: 100%;
	height: 100%;
}

.ProductImg {
	width: 105px;
	height: 118px;
	overflow: hidden;
}

.ProductImg img {
	width: 105px;
	height: 118px;
}

.Product {
	position: relative;
	width: 240px;
	height: 115px;
}

.Product ul li {
	width: 250px;
}

.TitArea {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	width: 126px;
	height: 24px;
	line-height: 24px;
}

.TitArea h2 {
	font-size: 16px;
	color: #000509;
	font-family: "Microsoft yahei";
}

.TitArea a {
	display: block;
	width: 36px;
	height: 11px;
	padding-top: 3px;
}

.TxtList {
	float: left;
	width: 130px;
	margin-top: 36px;
}

.TxtList h2 {
	font-size: 12px;
	color: #29A986;
	font-weight: normal;
	line-height: 20px;
}

.TxtList p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

.TxtList a {
	color: #29A986;
}

.TxtList a:hover {
	color: #29A986;
}

.circleNum {
	position: absolute;
	left: 125px;
	bottom: 5px;
}

.circleNum p {
	width: 116px;
	border-bottom: 1px solid #dadada;
}

.circleNum ul li {
	width: 11px;
	height: 11px;
	float: left;
	margin-right: 24px;
	margin-top: -5px;
}

.circleNum ul li span {
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ccc;
	/* background: url("../images/slidecircle2.jpg") no-repeat; */
}

.circleNum ul .on span {
	background: #29A986;
	/* background: url("../images/slidecircle1.jpg") no-repeat; */
}

.midArea .Case,
.midArea .News {
	width: 340px;
	height: 160px;
	background: url("../images/bgs1.png") no-repeat right 133px;
	margin-left: 16px;
}

.Case .CaseArea,
.News .CaseArea {
	width: 338px;
	height: 136px;
	border: 1px solid #dadada;
	background-color: #f9f9f9;
}

.CaseAreaPic {
	width: 116px;
	height: 136px;
	overflow: hidden;
}

.CaseAreaPic img {
	width: 116px;
	height: 136px;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.CaseAreaPic img:hover {
	opacity: 0.8;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.CaseAreaTxt {
	width: 200px;
	height: 136px;
	margin-left: 15px;
}

.CaseAreaTop {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 6px 0 5px 0px;
}

.CaseAreaTop h2 {
	font-size: 16px;
	color: #000509;
	font-family: "Microsoft yahei";
}

.CaseAreaTop h2 a {
	color: #000509;
}

.CaseAreaTop p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding-top: 6px;
}

.CaseAreaList {
	width: 195px;
}

.CaseAreaList ul li {
	height: 27px;
	line-height: 27px;
	border-bottom: 1px dotted #dadada;
}

.CaseAreaList ul li a {
	float: left;
	color: #555555;
	display: block;
	width: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.CaseAreaList ul li a:hover {
	color: #29A986;
}

.CaseAreaList ul li span {
	float: right;
	color: #999999;
}

.footerD {
	width: 100%;
	background-color: #454545;
	padding: 30px 0;
}

.footerDarea {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footerDarea em {
	position: absolute;
	top: -30px;
	right: 150px;
	display: block;
	width: 39px;
	height: 18px;
	background: url(../images/bottomsj.jpg) no-repeat;
}

.footerDarea .footer_nav {
	display: flex;
	width: 765px;
	background: url(../images/bottomfg.jpg) no-repeat right center;
}

.footerDarea .footer_nav li {
	width: 140px;
	margin-right: 10px;
}

.footerDarea .footer_nav li>a {
	display: block;
	width: 100%;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
	line-height: 35px;
	background: url(../images/bottomddg.jpg) no-repeat left bottom;
}

.footerDarea .footer_nav li>a:hover,
.footerDarea .footer_nav li .nav_child a:hover {
	color: #29A986;
}

.footerDarea .footer_nav li .nav_child a {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
}

.footerLeft {
	width: 765px;
	height: auto;
	background: url("../images/bottomfg.jpg") no-repeat right center;
}


.footerLeft a:hover {
	color: #29A986;
}

.footerLeft dl {
	float: left;
	width: 140px;
	margin-right: 10px;
}

.footerLeft dl dt {
	width: 100%;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
	line-height: 35px;
	background: url("../images/bottomddg.jpg") no-repeat left bottom;
}

.footerLeft dl dt a {
	color: #fff;
}

.footerLeft dl dd {
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
}

.footerLeft dl dd a {
	color: #fff;
}

.footerRight {
	width: 330px;
}

.footerRight h2 {
	color: #fff;
}

.footerRight ul li {
	margin: 5px 0;
	color: #fff;
}

.footerRight ul li .labeld {
	float: left;
	padding-left: 23px;
	margin-right: 5px;
	height: 24px;
	line-height: 24px;
}

.footerRight ul li p {
	float: left;
	line-height: 24px;
	width: 260px;
}

.icon1 {
	background: url("../images/bottomicon1.png") no-repeat left 3px;
}

.icon2 {
	background: url("../images/bottomicon1.png") no-repeat -2px -24px;
}

.icon3 {
	background: url("../images/bottomicon1.png") no-repeat -2px -50px;
}

.icon4 {
	background: url("../images/bottomicon1.png") no-repeat -2px -76px;
}

.icon5 {
	background: url("../images/bottomicon1.png") no-repeat -2px -101px;
}

.footerB {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: url("../images/dbottom1.jpg") repeat-x;
}

.footerBmid {
	width: 1200px;
	height: 36px;
	margin: 0 auto;
	line-height: 36px;
	color: #d1dae4;
}

.footerBmid .footerBmidLeft {
	width: 1020px;
	height: 36px;
	text-align: center;
	margin: 0 auto;
}

.footerBmid .footerBmidLeft a {
	color: #fff;
}

.footerBmid .footerBmidLeft a:hover {
	color: #29A986;
}

.search-box {
	background: #fff;
	padding: 15px;

}

.search-box .top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.search-box .top .orderlist {
	display: flex;
}
.text-danger{
	color: #f75444;
}
.search-box .top .total span {
	font-size: 16px;
}
.search-box .top .orderlist li {
	margin-right: 15px;
}
.search-box .top .orderlist li > a.active{
	color: #29A986;
}
.search-box .top .orderlist li a{
	font-size: 14px;
	color: #555;
}
.panel-body .newsList{
	margin-top: 0;
	width: 100%;
}
.panel-body .newsList .news-box li{
	width: 100%;
}
.panel-body  .newsList .newsListTxt{
	width: 900px;
}