* {
	padding: 0;
	margin: 0;
}

a,
a:visited,
a:link {
	color: inherit;
	text-decoration: none;
}

ul,
ol,
li {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.relative {
	position: relative;
}

#dituContent img {
	max-width: none;
}

.w1920 {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

/*相关*/
h4.related {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	line-height: 32px;
	margin: 0 10px;
	height: 32px;
}

h4.related span {
	display: inline-block;
	border-bottom: 2px solid #666;
}

.relatedlist {
	margin: 0 10px;
	padding: 10px 0;
	overflow: hidden;
}

ul.relate_news li a {
	display: block;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
	color: inherit;
}

ul.relate_pr li {
	width: 20%;
	float: left;
}

ul.relate_pr li a {
	display: block;
	margin: 5px;
	text-align: center;
	line-height: 30px;
	color: inherit;
}

ul.relate_pr li img {
	width: 100%;
	display: block;
}

ul.relate_pr p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**/
#slides,
#slides2 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#slides .bd li img {
	width: 100%;
	display: block;
}

#slides2 li img {
	width: 100%;
	display: block;
}



#slides .hd {
	position: absolute;
	width: 100%;
	z-index: 101;
	bottom: 10px;
	text-align: center;
}

#slides .hd li {
	display: inline-block;
	zoom: 1;
	margin: 0 5px;
	font-size: 0;
	vertical-align: top;
	width: 10px;
	height: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
	position: relative;
}

#slides .hd li.on {
	background: #ccc;
}



.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

body {
	font-size: 14px;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, SimSun;
	line-height: 1.8;
	overflow-x: hidden;
	color: #3d3d3d;
}

.container {
	margin: auto;
	width: 1200px;
}

.block {
	overflow: hidden;
	clear: both;
}

#backTop {
	position: fixed;
	right: 50px;
	bottom: 50px;
	cursor: pointer;
	z-index: 99999;
}

/*头部*/
.topheader {
	width: 100%;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 999;
	color: #fff;
}

.logo {
	width: 270px;
}

.logo img {
	display: block;
}

.hright {
	width: 910px;
}

.nav {
	width: 770px;
}

.nav li {
	position: relative;
	float: left;
}

.nav li a {
	display: table-cell;
	padding: 0 20px;
	height: 80px;
	vertical-align: middle;
	text-align: center;
}

.nav li ul {
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	z-index: 666;
	width: 100%;
	left: 0;
}

.nav li ul li {
	float: none;
	line-height: 36px;
	text-align: center;
	height: 0;
	overflow: hidden;
	transition: all .3s;
}

.nav li:hover ul li {
	height: 36px;
}

.nav li ul li a {
	padding: 0;
	height: 36px;
	display: block;
}

.nav li:hover ul {
	display: block;
}

.nav li a:hover,
.nav li a.cur {
	color: #f6ac1b;
}

.nav li ul li a:hover {
	background: #fff;
	color: #0177ff;
}

.fixheader .nav li ul {
	background: #0177ff;
	color: #fff;
}

.search {
	width: 130px;
	padding-top: 30px;
}

.serbtn {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background: url(../image/search.png) no-repeat center;
	cursor: pointer;
}

.sericon {
	position: relative;
	float: left;
	border-right: 1px solid #fff;
}

.input {
	position: absolute;
	width: 210px;
	left: -30px;
	z-index: 999;
	display: none;
}

.input input {
	width: 210px;
	border: none;
	line-height: 30px;
	background: rgba(255, 255, 255, 0.8);
	text-indent: 10px;
	color: #000;
}

.searchBtn {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	cursor: pointer;
	width: 40px;
	height: 30px;
	background: #1571db;
	color: #fff;
	line-height: 30px;
	text-align: center;
	border: none;
	outline: none;
	cursor: pointer;
}

.wxicon {
	float: left;
	position: relative;
	padding-left: 10px;
}

.wxicon:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../image/cord.png) no-repeat center;
}

.wcord {
	position: absolute;
	width: 100px;
	padding: 20px 0 0;
	display: none;
}

.wcord img {
	display: block;
	width: 100%;
}

.wxicon:hover .wcord {
	display: block;
}

.fixheader {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #fff;
}

.title {
	position: relative;
	text-align: center;
	margin-bottom: 54px;
}

.title span {
	color: #e5e5e5;
	position: absolute;
	font-size: 55px;
	text-transform: uppercase;
	left: 50%;
	transform: translate(-50%);
	z-index: -1;
	top: 0;
	font-weight: normal;
}

.title h2 {
	color: #434343;
	font-size: 30px;
	position: relative;
	padding-top: 34px;
}

.title h2:after {
	content: "";
	display: block;
	width: 66px;
	height: 3px;
	background: #333;
	margin: 5px auto;
}

.title p {
	font-size: 16px;
}

.imgnav {
	margin-top: 56px;
}

.imgnav li {
	float: left;
	border-bottom: 6px solid #066fe7;
	width: 282px;
	background: #eee;
	margin-left: 9px;
	margin-right: 9px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.imgnav li img {
	padding-top: 20px;
	width: 280px;
	height: 220px;
}

.imgnav li h3 {
	font-size: 22px;
	line-height: 40px;
	font-weight: normal;
}

.imgnav li p {
	color: #959595;
	font-size: 12px;
	padding-bottom: 22px;
	position: relative;
	transition: all .6s;
	bottom: 0;
	opacity: 1;
}

.imgnav li em {
	display: block;
	position: absolute;
	width: 118px;
	background: #066fe7;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 30px;
	bottom: 20px;
	left: 84px;
	font-style: normal;
	opacity: 0;
	transition: all .4s;
}

.imgnav li:hover em {
	opacity: 1;
}

.imgnav li:hover p {
	opacity: 0;
	bottom: -30px;
}

.imgnav li:last-child {
	background: #313131;
	color: #fff;
	height: 359px;
}

.imgnav li:last-child img {
	width: auto;
	height: 116px;
	margin: 50px auto 30px;
}

.newsl {
	margin-top: 70px;
}

.newstab {
	text-align: center;
	line-height: 38px;
	margin: 25px 0 40px;
}

.newstab li {
	display: inline-block;
	margin: 0 10px;
}

.newstab li a {
	display: block;
	padding: 0 30px;
	background: #e5e5e5;
	font-size: 18px;
	border-radius: 18px;
}

.newstab li.cur a {
	color: #fff;
	background: #1571db;
}

.newslist {
	counter-reset: nindex;
}

.newslist li {
	width: 460px;
	float: right;
	padding-left: 112px;
	position: relative;
	margin-left: 20px;
	margin-bottom: 27px;
	height: 102px;
}

.newslist li:before {
	content: "0"counter(nindex);
	counter-increment: nindex;
	position: absolute;
	width: 98px;
	height: 102px;
	background: #f7f5f5;
	border-right: 4px solid #f7f5f5;
	text-align: center;
	line-height: 102px;
	font-size: 60px;
	color: #c8c8c8;
	left: 0;
	top: 0;
}

.newslist li h3 {
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 90px;
}

.newslist li p {
	color: #959595;
	height: 44px;
	overflow: hidden;
}

.newslist li h3 span {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #959595;
}

.newslist li.first {
	height: auto;
	overflow: hidden;
	padding-left: 0;
	width: 558px;
	float: left !important;
}

.newslist li.first img {
	width: 100%;
	height: 268px;
}

.newslist li.first:before {
	display: none;
}

.newslist li:nth-child(2n+5) {
	float: left;
}

.newslist li:hover:before {
	background: #fff;
	border-right: 4px solid #f6ac1b;
	color: #1571db;
}

.newslist li:hover h3 {
	color: #1571db;
}

.newslist li:hover p {
	color: #000;
}

.case {
	position: relative;
	color: #fff;
	padding-bottom: 50px;
}

.casebg {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 100%;
	z-index: -1;
}

.casebg img {
	width: 1920px;
	max-width: none;
	height: auto;
	left: 50%;
	position: relative;
	margin-left: -960px;
}

.case .title,
.case .title h2 {
	color: #fff;
}

.case .title h2:after {
	background: #fff;
}

.case .title span {
	color: #6e6e6e;
}

.ctab {
	margin-bottom: 44px;
	text-align: center;
}

.ctab li {
	display: inline-block;
	margin: 0 2px;
	position: relative;
	transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	top: 0;
}

.ctab li a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	padding: 0 15px;
	background: #1571db;
}

.ctab li.cur a {
	background: #fff;
	color: #000;
}

.ctab li:hover {
	top: -5px;
}

.clist {
	width: 100%;
}

.clist li {
	width: 380px;
	float: left;
	margin-left: 6px;
	position: relative;
	overflow: hidden;
}

.clist li img {
	width: 100%;
	height: 296px;
	display: block;
}

.cshaw {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	z-index: 10;
	transition: all .4s;
}

.cshaw h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 90px;
}

.cshaw h3:before {
	display: block;
	content: "";
	width: 60px;
	height: 60px;
	background: #f6ac1b url(../image/link.png) no-repeat center;
	margin: 0 auto 10px;
}

.cshaw p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}

.clist li:hover .cshaw {
	opacity: 1;
}

.about li {
	background: #e5e5e5;
	width: 600px;
	float: left;
	height: 192px;
	overflow: hidden;
}

.abimg {
	width: 300px;
	float: left;
	height: 100%;
	overflow: hidden;
}

.abimg img {
	height: 100%;
	width: 100%;
	display: block;
	transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-webkit-transition: all .6s;
}

.about li:hover .abimg img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.abtext {
	width: 260px;
	float: right;
	text-align: center;
	padding: 0 20px;
}

.abtext img {
	display: block;
	margin: 20px auto 10px;
}

.about li:nth-child(4n+3) .abimg,
.about li:nth-child(4n+4) .abimg {
	float: right;
}

.abtext h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	padding-top: 26px;
}

.abtext:hover h3 {
	color: #0177ff;
}

.abtext p {
	color: #a0a0a0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.contact {
	position: relative;
	margin-top: 40px;
	padding-bottom: 50px;
	overflow: hidden;
	height: 410px;
	padding-top: 40px;
	margin-bottom: -40px;
}

.ctbg img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: auto;
	max-width: none;
	display: block;
}

.ctbg {
	width: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
}

.contact ul {
	text-align: center;
}

.contact li {
	display: inline-block;
	width: 200px;
	height: 104px;
	border: 1px solid #d2d2d2;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 110px;
	position: relative;
	overflow: hidden;
}

.contact li img {
	position: absolute;
	left: 30px;
	width: 50px;
	top: 30px;
	height: auto;
}

.contact li h3 {
	color: #434343;
	font-size: 18px;
	margin-top: 20px;
	font-weight: normal;
}

.footer {
	padding: 30px 0 0;
	background: #303030;
	color: #646363;
	font-size: 12px;
	line-height: 24px;
	margin-top: 40px;
}

tr.line {
	width: 100%;
	height: 1px;
	background: #646363;
}

.pagehead {
	text-align: center;
	margin-top: -162px;
	position: relative;
	z-index: 9999;
	color: #fff;
	padding-bottom: 10px;
	height: 152px;
}

.pagehead h2 {
	font-size: 20px;
	line-height: 45px;
	border: 1px solid #fff;
	display: table;
	margin: 0 auto;
	padding: 0 30px;
	font-weight: normal;
}

.biaoyu {
	padding: 30px 0 20px;
	position: relative;
}

.biaoyu:after {
	content: "";
	font-size: 20px;
	display: block;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: 0;
}

.tips {
	text-align: right;
	line-height: 30px;
}

.tips b {
	padding-left: 25px;
	background: url(../image/home.png) no-repeat left center;
	background-size: 19px;
}

.topnav {
	border-bottom: 3px solid #e5e5e5;
	margin-top: 3px;
	line-height: 45px;
	margin-bottom: 20px;
	font-size: 18px;
}

.topnav li {
	display: inline-block;
	position: relative;
}

.topnav li a {
	padding: 0 35px;
	display: block;
	position: relative;
}

.topnav li ul {
	position: absolute;
	background: #fff;
	z-index: 999;
	width: 100%;
	line-height: 32px;
	font-size: 14px;
	display: none;
}

.topnav li ul li {
	display: block;
}

.topnav li ul li a {
	padding: 0;
	text-align: center;
}

.topnav li:hover ul {
	display: block;
}

.topnav li a:before {
	content: "";
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -6px;
}

.topnav li ul li a:before {
	display: none;
}

.topnav li a:hover,
.topnav li a.cur {
	background: #004a9f;
	color: #fff;
}

ul.prlist li {
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 35px;
	border-bottom: 1px solid #bababa;
	position: relative;
	padding-bottom: 64px;
	width: 384px;
}

ul.prlist li img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}

.imgbox {
	overflow: hidden;
	width: 382px;
	height: 314px;
	border: 1px solid #bababa;
}

ul.prlist li:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

ul.prlist li h4 {
	position: absolute;
	line-height: 64px;
	font-weight: normal;
	font-size: 16px;
	width: 100%;
	bottom: 0;
	left: 0;
	transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}

ul.prlist li h4 span {
	display: block;
	padding-right: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
}

ul.prlist li h4 span:after {
	content: ">";
	position: absolute;
	right: 5px;
	width: 34px;
	height: 34px;
	font-family: serif;
	border: 1px solid #f6ac1b;
	line-height: 34px;
	text-align: center;
	font-size: 24px;
	border-radius: 50%;
	color: #f6ac1b;
	top: 50%;
	margin-top: -17px;
}

ul.prlist li:hover h4 {
	height: 100px;
	line-height: 100px;
	background: #f6ac1b;
	color: #fff;
}

ul.prlist li:hover h4 span:after {
	color: #fff;
	border-color: #fff;
}

ul.prlist li:hover {
	border-color: #f6ac1b;
}

.pading {
	text-align: right;
	font-size: 12px;
	padding: 5px 10px;
}

.pading a,
.pading span {
	border: #dedfde 1px solid;
	padding: 5px 10px;
	color: #adaaad;
}

div#pagesize a.active{
	font-weight: bold;
	color: #707070;
}

.imgs {
	float: left;
	width: 510px;
}

.imgs .bd {
	width: 500px;
	height: 410px;
	border: 1px solid #e4e4e4;
}

.imgs .bd li img {
	width: 100%;
	display: block;
	height: 410px;
}

.imgs .hd li {
	width: 100px;
	height: 76px;
	border: 1px solid #e4e4e4;
	margin: 5px 2px;
	float: left;
}

.imgs .hd li.on {
	border-color: #004a9f;
}

.imgs .hd li img {
	width: 100%;
	height: 100%;
	display: block;
}

.desc {
	width: 584px;
	float: right;
}

.desc h3 {
	color: #4d4e50;
	font-size: 30px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 40px;
}

.desc h4 {
	line-height: 40px;
	color: #aaaaaa;
	font-size: 16px;
	padding-top: 10px;
	display: block;
	font-weight: normal;
}

.desc p {
	font-size: 16px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 30px;
}

.desc ul li {
	background: #f6ac1b;
	width: 178px;
	height: 55px;
	line-height: 55px;
	float: left;
	font-size: 18px;
	margin-right: 20px;
	color: #fff;
	text-align: center;
}

.desc ul li:before {
	content: "";
	width: 33px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 12px;
	transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}

.desc ul li:hover:before {
	margin-right: 10px;
}

.desc ul li.xj:before {
	background: url(../image/xj.png) no-repeat center;
}


.desc ul li.xz {
	background: #d5d7d8;
}

.desc ul li.xz:before {
	background: url(../image/xz.png) no-repeat center;
}

.bshareDiv {
	float: left;
	display: block;
}

.preview {
	margin-bottom: 60px;
	border-bottom: 30px solid #eee;
	padding-bottom: 60px;
}

ul.newscenter li {
	border-bottom: 1px solid #dadada;
	overflow: hidden;
	padding-top: 40px;
	padding-right: 30px;
}

.time {
	display: block;
	float: left;
	width: 84px;
	position: relative;
	padding-bottom: 90px;
	margin-right: 50px;
}

.time b {
	color: #b5b5b5;
	font-size: 18px;
	line-height: 35px;
	display: block;
	font-weight: normal;
}

.time em {
	color: #b5b5b5;
	font-size: 30px;
	display: block;
	font-style: normal;
	line-height: 30px;
	white-space: nowrap;
}

.time:after {
	content: ">";
	width: 38px;
	height: 38px;
	position: absolute;
	left: 0;
	bottom: 20px;
	border: 2px solid #dadada;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	font-size: 32px;
	font-family: serif;
	font-weight: bold;
	color: #dadada;
	transition: all .4s;
}

ul.newscenter li:hover {
	border-color: #f6ac1b;
}

ul.newscenter li:hover .time:after {
	color: #f6ac1b;
	border-color: #f6ac1b;
	left: 10px;
}

ul.newscenter li h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: normal;
}

ul.newscenter li p {
	color: #7d7d7d;
	font-size: 16px;
	margin-top: 36px;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
}

ul.newscenter li.topnews {
	display: inline-block;
	width: 354px;
	transition: .6s;
	border: none;
	padding: 0;
	margin-left: 50px;
	overflow: visible;
	position: relative;
	margin-bottom: 40px;
	top: 0;
}

ul.newscenter li.topnews a {
	display: block;
	padding-bottom: 32px;
	padding: 30px 11px 10px;
}



ul.newscenter li:first-child {
	margin-left: 0;
}


ul.newscenter li.topnews span {
	color: #aaaaaa;
	font-size: 16px;
	padding: 0 15px;
	line-height: 30px;
}

ul.newscenter li.topnews p {
	font-size: 14px;
	color: #707070;
	padding: 0 15px;
	margin-bottom: 15px;
	margin-top: 0;
	height: 44px;
}

ul.newscenter li.topnews img {
	width: 100%;
	height: 188px;
	display: block;
}

ul.newscenter li.topnews:hover a {
	box-shadow: 0px 0px 20px #dddddd;
}

ul.newscenter {
	padding: 30px 10px;
}

ul.newscenter li.topnews:hover {
	top: 20px;
}

ul.newscenter li.caseitem {
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 40px;
	position: relative;
	width: 286px;
	padding: 0 0 40px;
	border: none;
	display: none;
}

ul.newscenter li.caseitem img {
	display: block;
	width: 100%;
	height: 227px;
	background: #000;
}

ul.newscenter li.caseitem div {
	width: 265px;
	height: 242px;
	position: absolute;
	top: 13px;
	border: 1px solid #fff;
	left: 12px;
	z-index: 3;
}

ul.newscenter li.caseitem div h3 {
	line-height: 55px;
	height: 55px;
	margin-top: 186px;
	box-shadow: 0 0 10px #ccc;
	transition: .3s;
	background: #fff;
	padding: 0 60px 0 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.newscenter li.caseitem div h3:after {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 8px;
	background: #e5e5e5 url(../image/search.png) no-repeat center;
}

ul.newscenter li.caseitem:before {
	content: "";
	width: 100%;
	height: 227px;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	transition: all .6s;
}

ul.newscenter li.caseitem:hover:before {
	opacity: .7;
}

ul.newscenter li.caseitem:hover div h3 {
	background: #f6ac1b;
	color: #fff;
}

ul.newscenter li.caseitem div:before {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	background: #ffffffa8 url(../image/search.png) no-repeat center;
	margin: -50px auto 0 -20px;
	opacity: 0;
	top: 100%;
	transition: all .6s;
	border: 1px solid #fff;
}

ul.newscenter li.caseitem:hover div:before {
	top: 50%;
	opacity: 1;
}

ul.newscenter li.caseitem:hover div h3:after {
	opacity: 0;
}

ul.newscenter.block.casecenter li {
	display: none;
}

ul.newscenter.block.casecenter li.caseitem {
	display: block;
}

.desctitle h2 {
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	font-weight: normal;
}

.desctitle {
	padding-top: 60px;
}

p.info {
	line-height: 30px;
	color: #888;
	height: 30px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
}

.record {
	border: #DFDFE0 1px solid;
	background: #F7F7F7;
	height: 60px;
	padding: 5px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 30px;
}

.imgtree {
	padding: 10px;
}

.imgtree li {
	margin-top: 40px;
	background: #f4f4f4;
	display: table;
	width: 100%;
	transition: .3s;
}

.imgtree li:hover {
	background: #fff;
	box-shadow: 0 0 20px #ccc;
}

.imgbox2 {
	width: 250px;
	height: 250px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	margin: 10px;
	background: #fff;
	margin-right: 30px;
}

.imgbox2 img {
	width: 250px;
	height: 250px;
	transition: .6s;
	display: block;
}

.imgtree li:hover .imgbox2 img {
	transform: scale(1.1);
}

.imgtree li h3 {
	margin-top: 60px;
	color: #535353;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 20px;
}

.pro-bq {
	overflow: hidden;
	margin-top: 30px;
}

.pro-bq b {
	color: #898989;
	font-size: 14px;
	display: block;
	float: left;
	line-height: 28px;
}

.pro-bq li {
	float: left;
	line-height: 28px;
	height: 28px;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #bfbfbf;
	padding: 0 10px;
	margin-right: 10px;
	transition: .3s;
	width: auto;
	margin-top: 0;
}

.pro-bq ul {
	float: left;
}

.pro-bq li:hover {
	background: #004a9f;
	color: #fff;
}

a.limore {
	display: block;
	clear: left;
	float: right;
	font-size: 14px;
	color: #898989;
	font-weight: bold;
	font-style: italic;
	margin-right: 20px;
}

.imgtree li:hover a.limore {
	color: #f6ac1b;
}

.links {
	background: #303030;
	color: #fff;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: -40px;
}

.link_t {
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

.link_c a {
	display: inline-block;
	margin: 0 5px;
}

.tb1 .topheader {
	top: 0px;
	color: #333;
	background: rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #eee;
}

ul.newscenter li.caseitem {
	display: block;
}

.nav {
	width: 876px;
}

.logo {
	width: 184px;
}

.hright {
	width: 1008px;
}

.imgnav li,
.newslist li.first,
.about li,
.imgs ul li,
ul.relate_pr li {
	position: relative;
}

.imgnav li:after,
.clist li:After,
.newslist li.first:After,
.about li:after,
ul.prlist li:after,
.imgs ul li:After,
ul.newscenter li:After,
ul.relate_pr li:After {
	position: absolute;
	top: 37%;
	z-index: 3333;
	left: 8%;
	color: #efebeb85;
	font-size: 15px;
}

.imgnav li:last-child:after {
	content: "";
}

.clist li:After {
	top: 40%;
	left: 17%;
}

.newslist li.first:After {
	top: 36%;
	left: 24%;
}

.about li:nth-child(3):After {
	left: 54%;
}

.about li:nth-child(4):After {
	margin-left: 52%;
}

ul.prlist li:after {
	left: 25%;
}

.imgs ul li:After {
	left: 30%;
	top: 40%;
}

ul.relate_pr li:After {
	font-size: 13px;
}

.sy {
	width: 300px;
	height: 40px;
	/* background: #555; */
	font-size: 20px;
	position: relative;
	color: #fff;
	left: 50px;
	top: -160px;
	text-shadow: 2px 4px 3px black;
	opacity: 0.6;
}

.con table .sy {
	position: absolute
}

.nav li a.cur,
.nav li a {
	color: #f6ac1b;
	font-weight: 600;
}

.allMore {
	width: 60%;
	margin: 0 auto;
	height: 30px;
	background: #ff9600;
	border-radius: 60px;
	margin-top: 10px;
	line-height: 30px;
	color: #fff;
}

.moreAll {
	width: 140px;
	margin: 0 auto;
	background: #0346bb;
	border-radius: 14px;
	margin-top: 14px;
}

table {
	margin: 0 auto;
}

.hright {
	width: 1020px;
}

.logo {
	width: 160px;
}

ul.relate_pr li img {
	height: 180px;
}

.nav li a {
	padding: 0 13px;
}

.ctab li {
	display: none;
}

.case .title span {
	color: #0b49ae;
}

.page {
	min-height: 400px;
}

.contact li {
	width: 290px;
}

.logo img {
	display: block;
	margin-top: 9px;
	height: 66px;
}

.nav {
	width: 890px;
}
div#pagesize li {
    display: inline-block;
}