@charset "gb2312";
/* CSS Document */


html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
fieldset,
legend,
optgroup,
select,
table,
textarea {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", Arial, Tahoma;
	font-size: 14px;
	line-height: 32px;
}

html {
	width: 100%;
	height: 100%
}

body {
	width: 100%;
	height: 100%;
}

html,
body {
	height: 100%;
	min-width: 1200px;
}

a img,
img {
	border: 0;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #1c1c1c
}

a:hover {}

a:focus {
	outline-style: none;
}

a,
area {
	blr: expression(this.onFocus=this.blur ());
}

ul li {
	list-style: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

.form input {
	float: left;
}

input,
select {
	vertical-align: middle;
	border: 0;
}

th {
	white-space: nowrap;
}

td {
	word-break: break-all;
	width: 100%;
}

.left {
	float: left
}

.right {
	float: right
}


/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	clear: both;
}





.HeightTab {
	height: 20px;
	width: 1px;
	overflow: hidden;
}


.HeightTab1 {
	height: 40px;
	width: 1px;
	overflow: hidden;
}



.border {
	border: 1px solid #e8e8e8
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.pad10 {
	padding: 10px
}

.pad20 {
	padding: 20px
}

.pad5 {
	padding: 5px
}

.ptb10 {
	padding: 15px 0px;
}

.pleft10 {
	padding-left: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt60 {
	padding-top: 60px;
}

.pt15 {
	padding-top: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.ptb40 {
	padding: 40px 0px;
}

.ptb50 {
	padding: 50px 0px;
}

.ptb30 {
	padding: 30px 0px;
}

.ptb20 {
	padding: 20px 0px;
}

.ptb70 {
	padding: 70px 0px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb40 {
	padding-bottom: 40px;
}

.pr40 {
	padding-right: 40px;
}

.pr20 {
	padding-right: 20px;
}

.mt {
	margin-top: 10px
}

.mr {
	margin-right: 10px
}

.mb {
	margin-bottom: 10px
}

.mb01 {
	margin-bottom: 8px
}

.ml {
	margin-left: 10px
}

.f14 {
	font-size: 14px
}

.f15 {
	font-size: 15px
}

.f12 {
	font-size: 12px
}

.tr {
	text-align: right
}

.shadow {
	-webkit-box-shadow: #ccc 0px 0px 8px;
	-moz-box-shadow: #ccc 0px 0px 8px;
	box-shadow: #ccc 0px 0px 8px;
}

.bgWhite {
	background: #FFF
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}


.kong {
	height: 30px;
}

.kong1 {
	height: 60px;
}

.kz {
	height: 1px;
}


.logo {
	padding-top: 10px;
	height: 100px;
	padding: 15px 0px;
}


.nav {
	background: #0099ff;
	border-bottom: 2px solid #009933;
}

.nav1 {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

.nav1 ul {
	background: #0bb744;
}

.nav1 ul li {
	float: left;
	text-align: center;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 170px;
	font-size: 18px;
	color: #fff;
	position: relative;
	z-index: 1000;
	background: url(../images/navline.jpg) no-repeat right;
}

.nav1 ul li a {
	color: #fff;
	display: block;
}

.nav1 ul li:hover {
	width: 170px;
}

.nav1 ul li:hover a {
	color: #fff;
}

.nav1 ul li ul li {
	float: none;
	font-size: 14px;
	background: none;
}

/*关键一：将二级菜单设置为display：none;*/
.nav1 ul li ul {
	position: absolute;
	top: 50px;
	left: 0;
	display: none;
}

.nav1 ul li ul li:hover {
	background: #1ab2f8;
	width: 170px;
}

.nav1 ul li:hover li a {
	color: #fff;
}

.nav1 ul li ul li:hover a {
	color: #fff;
}

/*关键二：在划过二级菜单从属的一级菜单时，设置为display:block;*/
.nav1 ul li:hover ul {
	display: block;
}


/*-- / banner切换 / --*/
.banner {
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: rgba(255, 255, 255, .6);
	text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
	background: #5b4d3d;

}

.banner ul {
	list-style: none;
	width: 300%;
}

.banner ul li {
	display: block;
	float: left;
	width: 33%;
	min-height: 650px;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;


}

.banner .inner {
	padding: 160px 0 110px;
}

.banner h1,
.banner h2 {
	font-size: 40px;
	line-height: 52px;

	color: #fff;
}

.banner .btn {
	display: inline-block;
	margin: 25px 0 0;
	padding: 9px 22px 7px;
	clear: both;

	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;

	border: 2px solid rgba(255, 255, 255, .4);
	border-radius: 5px;
}

.banner .btn:hover {
	background: rgba(255, 255, 255, .05);
}

.banner .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
	filter: drop-shadow(0 -1px 2px rgba(0, 0, 0, .5));
}

.banner .btn,
.banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	-o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}

.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	width: 100%;
}

.banner .dots li {
	display: inline-block;
	*display: inline;
	zoom: 1;

	width: 10px;
	height: 10px;
	line-height: 10px;
	margin: 0 4px;

	text-indent: -999em;
	*text-indent: 0;

	border: 2px solid #fff;
	border-radius: 6px;

	cursor: pointer;
	opacity: .4;

	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.banner .dots li.active {
	background: #fff;
	opacity: 1;
}

.banner .arrows {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
}

.banner .arrow {
	display: inline;
	padding-left: 10px;
	cursor: pointer;
}


/*-- /服务/ --*/

.title {
	background: url(../images/line1.jpg) no-repeat center;
	padding-bottom: 20px;
}

.title h1 {
	font-size: 40px;
	line-height: 80px;
	font-weight: 500;
	color: #0099ff;
}




.proname {
	padding: 20px 0px;
	width: 900px;
	margin: 0 auto;
}

.proname a {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding: 0px 20px;
	background: #009843;
	color: #fff;
	margin: 20px;
}

.proname a:hover {
	background: #123988;
}

/*-- / 案例/ --*/

.anli li {
	float: left;
	margin: 20px;
	border: 1px solid #dfdfdf;
	padding: 10px;
}

.anli li:hover {
	border: 1px solid #009843;
}

.anli li:hover p {
	border-bottom: 1px solid #009843;
	border-top: 1px solid #009843;
}

.anli li p {
	line-height: 60px;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	font-size: 18px;
}

.more {
	width: 100px;
	margin: 0 auto;
}

.more a {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #797979;
	color: #fff;
}

.anli li:hover .more a {
	background: #009843;
}




#demo {
	overflow: hidden;
	margin: 0 auto;
	width: 1200px;
	height: 340px;
}


#indemo {
	float: left;
	width: 800%;
}

#demo1 {
	float: left;
}

#demo2 {
	float: left;
}

.chanpbg {
	background: url(../images/chanpbg.jpg) no-repeat right center;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	font-weight: bold;
}




/*-- /公司简介/ --*/
.company {
	background: url(../images/about_bg.jpg) repeat-x center top;
	padding-top: 70px;
}

.about {
	background: url(../images/about1.jpg) no-repeat right;
	padding-right: 500px;
	width: 700px;
	margin: 0 auto;
}

.title1 {
	background: url(../images/abouttitle.png) no-repeat right;
	padding-bottom: 20px;
	width: 500px;
}

.title1 h1 {
	font-size: 40px;
	line-height: 80px;
	font-weight: 500;
}

.title3 {
	padding-bottom: 50px;
}

.title3 h1 {
	font-size: 40px;
	line-height: 80px;
	font-weight: 500;
	color: #fff;
}

.title3 p {
	color: #fff;
}



.aboutContent {
	background: #fff;
	padding: 60px 40px 50px 40px;
	-webkit-box-shadow: #ccc 0px 0px 4px;
	-moz-box-shadow: #ccc 0px 0px 4px;
	box-shadow: #ccc 0px 0px 4px;
}

.aboutContent p {
	text-indent: 2em;
	font-size: 15px;
}

.youshi li {
	float: left;
	width: 250px;
	margin: 0 60px;
}



/* news */
.news {
	background: #ededed;
}

.newstitle {
	font-size: 20px;
	font-weight: bold;
	color: #2f8fe5;
	line-height: 50px;
}

.news1 {
	width: 300px;
	padding: 15px;
	background: #fff;
}

.news1content li {
	border-bottom: 1px dashed #dfdfdf;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.news2content {
	background: url(../images/newsline.jpg) no-repeat bottom left;
	padding-bottom: 15px;
}

.news3 {
	width: 540px;
}





.contact {
	background: url(../images/cgkh.jpg) no-repeat;
	padding-top: 150px;
	font-size: 17px;
	padding-left: 30px;
	padding-bottom: 80px;
}


.foot {
	border-top: 5px solid #00aeff;
	background: #696969;
	padding-bottom: 30px;
	color: #fff;
}

.link {
	border-bottom: 1px solid #bdbdbd;
}

.link a {
	height: 80px;
	line-height: 80px;
	color: #fff;
	padding: 0px 30px;
}






/* 内页*/
.innercontent {
	width: 880px
}

.innertitle {
	background: url(../images/dz.png) no-repeat left;
	padding-left: 40px;
	border-bottom: 1px solid #dfdfdf;
	height: 60px;
	line-height: 60px;
}

.innertitle span {
	font-size: 20px;
	font-weight: bold;
	color: #00aeff;
}


/* 内页产品列表*/
.prolist {
	width: 250px;
}

.proborder {
	border: 1px solid #dfdfdf;
}

.protitle {
	font-size: 18px;
	font-weight: bold;
	background: #00aeff;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.procontent a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	background: #f8f8f8;
	border-left: 5px solid #f1f1f1;
	border-bottom: 1px solid #e4e4e4;
	border-top: 2px solid #fff;
	border-right: 1px solid #e4e4e4;
	padding-left: 20px;
}


.procontent1 {
	background: #f8f8f8;
	border-left: 5px solid #f1f1f1;
	border-bottom: 1px solid #e4e4e4;
	border-top: 2px solid #fff;
	border-right: 1px solid #e4e4e4;
	padding-left: 10px;
}



table.liuyan input {
	border: 1px solid #dfdfdf;
	height: 45px;
	line-height: 45px;
}

.tijiao{
	width: 150px;
}

.innernews {
	background: url(../images/icon.gif) no-repeat left;
	padding-left: 30px;
	line-height: 55px;
	border-bottom: 1px dashed #dfdfdf;
}

.innername {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #dfdfdf;
	font-size: 20px;
}



/* ----- AB模板网分页数字条效果 开始 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 2px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #0099ff;
  border: 1px solid #0099ff;
}
.pagination a.page-num-current {
  color: #fff;
  background: #0099ff;
  border: 1px solid #0099ff;
}
/* ----- PB分页数字条效果 结束 ----- */
