﻿body,
ul,
ol,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
i,
head,
footer,
section,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

ol,
ul,
dl {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

input,
textarea {
	outline: none;
	border: none
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

body {
	font-family: "微软雅黑"!important;
}

@font-face {
	font-family: '汉仪润圆';
	src: url('%c3%a6%c2%b1%c2%89%c3%a4%c2%bb%c2%aa%c3%a6%c2%b6%c2%a6%c3%a5%c2%9c%c2%86.html');
	/* IE9 Compat Modes */
	src: url('%c3%a6%c2%b1%c2%89%c3%a4%c2%bb%c2%aa%c3%a6%c2%b6%c2%a6%c3%a5%c2%9c%c2%86.html') format('embedded-opentype'), /* IE6-IE8 */
	url('%c3%a6%c2%b1%c2%89%c3%a4%c2%bb%c2%aa%c3%a6%c2%b6%c2%a6%c3%a5%c2%9c%c2%86.html') format('woff'), /* Modern Browsers */
	url('%c3%a6%c2%b1%c2%89%c3%a4%c2%bb%c2%aa%c3%a6%c2%b6%c2%a6%c3%a5%c2%9c%c2%86.html') format('truetype'), /* Safari, Android, iOS */
	url('%c3%a6%c2%b1%c2%89%c3%a4%c2%bb%c2%aa%c3%a6%c2%b6%c2%a6%c3%a5%c2%9c%c2%86.html') format('svg');
	/* Legacy iOS */
	font-weight: 400;
	font-style: normal
}

.container {
	width: 100%;
	min-width: 1330px;
	overflow: hidden;
}


/*头部*/

.header {
	width: 1200px;
	margin: 0 auto;
	height: 44px;
	overflow: hidden;
}

.header dt {
	float: left;
	color: #4e4e4e;
	font: 14px/44px "微软雅黑";
}

.header dt span {
	float: left;
}

.header .weather {
	margin-top: 10px;
	margin-left: 10px;
}

.header dd {
	float: right;
}

.header dd li {
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	font: 14px/44px "微软雅黑";
}

.header dd li a {
	color: #4e4e4e;
}

.header dd li:hover a {
	color: #de1e04;
}

.header dd .first {
	background: url(../img/header_icon1.png) no-repeat left center;
}

.header dd .second {
	background: url(../img/header_icon2.png) no-repeat left center;
}


/*头部*/


/*banner*/

.banner {
	height: 220px;
}

.banner .logo {
	width: 1200px;
	margin: 0 auto;
}

.banner .logo img {
	margin-top: 55px;
	width: 585px;
	height: auto;
}


/*banner*/


/*导航*/

.header_nav {
	height: 60px;
	margin-top: -28px;
	position: relative;
}

.header_nav .nav {
	width: 1200px;
	position: absolute;
	height: 60px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #de1e04;
}

.header_nav .nav:before,
.header_nav .nav:after {
	content: "";
	width: 100%;
	height: 60px;
	display: block;
	position: absolute;
	background-color: #bf1801;
	top: -9px;
}

.header_nav .nav:before {
	left: -100%;
}

.header_nav .nav:after {
	right: -100%;
}

.header_nav li {
	float: left;
	height: 60px;
	width: 11.11%;
	text-align: center;
	transition: all 1s .4s ease-out;
	border-left: 1px solid #f74931;
	border-right: 1px solid #ac1703;
	box-sizing: border-box;
	font: normal 18px/60px "汉仪润圆";
}
.header_nav li.index{
	border-left:none;
}
.header_nav li.index_8{
	border-right:none;
	float: right;
}
.header_nav li a {
	color: #fff;
	display: block;
	position: relative;
	z-index: 2;
}

.header_nav ul {
	height: 60px;
}

.header_nav ul:before,
.header_nav ul:after {
	position: absolute;
	content: "";
	width: 13px;
	height: 9px;
	top: -9px;
}

.header_nav ul:before {
	left: 0;
	background: url(../img/navBg1.jpg) no-repeat center;
}

.header_nav ul:after {
	right: 0;
	background: url(../img/navBg2.jpg) no-repeat center;
}

.header_nav li a:before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #c11700;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transition-delay: 0.035s;
	-moz-transition-delay: 0.035s;
	-o-transition-delay: 0.035s;
	transition-delay: 0.035s;
	-webkit-transform: scale(.75);
	-moz-transform: scale(.75);
	-ms-transform: scale(.75);
	-o-transform: scale(.75);
	transform: scale(.75);
}

.header_nav li:hover a:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;
}

.header_nav li:hover a {}

.header_nav li a.on {
	background-color: #c11700;
}


/*导航*/


/*内容*/

.innerContainer {
	width: 100%;
	background-color: #fafafa;
}

.content {
	width: 1160px;
	padding: 0 20px;
	margin: 0 auto;
	min-height: 520px;
	background-color: #fff;
}

.search_title{
	font-style: normal;
}
/*热点新闻*/

.hotNewsMarquee {
	/* width: 660px; */
	height: 60px;
	overflow: hidden;
	float: left;
	padding-left: 28px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: url(../img/sound.png) no-repeat left center;
}

.hotNewsMarquee li {
	width: auto!important;
	margin-right: 30px;
	font: 14px/60px "微软雅黑";
}

.hotNewsMarquee li a {
	color: #414141;
}

.hotNewsMarquee li:hover a {
	color: #de1e04;
}


/*热点新闻*/


/*搜索*/

.searchBox {
	width: 268px;
	height: 32px;
	float: right;
	margin-top: 15px;
	border-radius: 15px;
	border: 1px solid #f7f7f7;
	box-sizing: border-box;
}

.searchBox input {
	text-indent: 18px;
	width: 226px;
	height: 32px;
	float: left;
	font: 14px/32px "微软雅黑";
	background-color: transparent;
}

.searchBox i {
	display: block;
	float: right;
	width: 40px;
	height: 32px;
	cursor: pointer;
	background: url(../img/search_icon.png) no-repeat center;
}


/*搜索*/


/*新闻图片切换*/

.slideNewsImg {
	width: 563px;
	height: 426px;
	float: left;
	position: relative;
}

.slideNewsImg .bd img {
	width: 100%;
	height: 4;
}

.slideNewsImg .bd p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	text-indent: 20px;
	box-sizing: border-box;
	font: 16px/48px "微软雅黑";
	height: 48px;
	overflow: hidden;
	border: 1px solid rgba(172, 172, 172, 0.23);
	background: rgba(0, 0, 0, 0.65);
}

.slideNewsImg .hd {
	position: absolute;
	z-index: 9;
	bottom: 12px;
	right: 20px;
}

.slideNewsImg .hd li {
	float: left;
	width: 18px;
	height: 18px;
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	margin-left: 8px;
	cursor: pointer;
	font: 12px/18px "微软雅黑";
	border: 1px solid #a0a0a0;
}

.slideNewsImg .hd li.on {
	background-color: #e0210c;
	border: 1px solid #e0210c;
}
.slideNewsImg .bd li img{
	width: 100%;
	height: 426px;
}

/*新闻图片切换*/

.slideNewsText {
	width: 560px;
	float: left;
	margin-left: 20px;
}

.slideNewsText .bd {
	margin-top: 12px;
}

.slideNewsText .bd li {
	height: 35px;
	font: 15px/35px "微软雅黑";
}

.slideNewsText .hd {
	margin-top: 4px;
	border-bottom: 1px solid #f2f2f2;
}

.slideNewsText .hd li {
	float: left;
	position: relative;
	margin-right: 32px;
	font: bold 18px/50px "微软雅黑";
}

.slideNewsText .hd li:before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	background-color: transparent;
	left: 0;
	bottom: -1px;
}

.slideNewsText .hd li.on:before {
	background-color: #de1e04;
}

.slideNewsText .hd li a {
	color: #414141;
}

.commonList li {
	padding-left: 13px;
	background: url(../img/list_icon.png) no-repeat left center;
}

.commonList li span {
	float: left;
	color: #414141;
	transition: all 0.3s;
}

.commonList li time {
	float: right;
	color: #969696;
}

.commonList li:hover span {
	color: #de1e04;
}

.listPart .commonBox {
	float: left;
	width: 427px;
}


/*新闻列表切换*/


/*政务公开*/

.listPart {
	margin-top: 10px;
	padding-bottom: 20px;
}

.listPart .commonList {
	margin-top: 12px;
}

.commonTitle {
	width: 100%;
	height: 40px;
	margin-top: 15px;
	background-color: #ffeae7;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	transition: background 1.5s;
}

.commonTitle:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #de1e04;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	transition: all .3s ease-out;
}

.commonTitle:hover:before {
	transform: none;
}

.commonTitle:hover dd {
	color: #fff;
}

.commonTitle dt {
	width: 92px;
	height: 40px;
	float: left;
	color: #fefeff;
	text-align: center;
	background-color: #de1e04;
	font: bold 16px/40px "微软雅黑";
}

.commonTitle dd {
	float: right;
	color: #de1e04;
	margin-right: 20px;
	transition: 1.5s;
	font: 14px/40px "微软雅黑";
}

.listPart .commonList li {
	height: 30px;
	font: 14px/30px "微软雅黑";
}


/*政务公开*/


/*serveBox*/

.serveBox {
	width: 260px;
	float: right;
}

.serveList {
	padding-top: 8px;
}

.serveList li {
	width: 122px;
	height: 90px;
	float: left;
	margin-top: 12px;
}

.serveList li:hover {
	opacity: .8;
}

.serveList li img {
	max-height: 31px;
	width: auto;
	display: block;
	margin: 10px auto 0;
}

.serveList li.first {
	background: url(../img/serve_bg1.jpg) no-repeat;
}

.serveList li.second {
	margin-left: 16px;
	background: url(../img/serve_bg2.jpg) no-repeat;
}

.serveList li.third {
	background: url(../img/serve_bg3.jpg) no-repeat;
}

.serveList li.fourth {
	margin-left: 16px;
	background: url(../img/serve_bg4.jpg) no-repeat;
}

.serveList li h3 {
	text-align: center;
	font: bold 14px/24px "微软雅黑"
}

.serveList li p {
	text-align: center;
	text-transform: uppercase;
	font: 10px/10px "arial";
}

.serveList li.first h3 {
	color: #de1e04;
}

.serveList li.second h3 {
	color: #ff7200;
}

.serveList li.third h3 {
	color: #0793dd;
}

.serveList li.fourth h3 {
	color: #46b692;
}

.serveList li.first p {
	color: #d28d84;
}

.serveList li.second p {
	color: #ff9e4f;
}

.serveList li.third p {
	color: #a0dcfc;
}

.serveList li.fourth p {
	color: #9cd3c1;
}


/*serveBox*/

.clumnList {
	margin-top: 15px;
}

.clumnList li {
	margin-bottom: 11px;
}

.clumnList li img {
	width: 260px;
	height: 77px;
}

.clumnList li:hover {
	opacity: 0.8;
}


/*内容*/


/*最新业绩*/

.perfomanceBox {
	padding: 10px 20px;
	box-shadow: 0 0 3px rgba(222, 30, 4, 0.2);
}

.perfomanceTitle {
	border-bottom: 1px solid #ebcdd1;
}

.perfomanceTitle dt {
	float: left;
	width: 66px;
	color: #de1e04;
	position: relative;
	font: bold 16px/38px "微软雅黑";
}

.perfomanceTitle dt:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -1px;
	background-color: #de1e04;
}

.perfomanceTitle dd {
	float: right;
	color: #969696;
	font: 14px/38px "微软雅黑";
}

.perfomanceTitle dd:hover {
	color: #de1e04;
}

.perfomanceList {
	margin-top: 20px;
}

.perfomanceList li {
	width: 212px;
	float: left;
	margin-right: 15px;
}

.perfomanceList li:last-child {
	margin-right: 0;
}

.perfomanceList li figure {
	width: 212px;
	height: 152px;
	overflow: hidden;
}

.perfomanceList li img {
	width: 212px;
	height: 152px;
	transition: all .3s ease-in-out;
}

.perfomanceList li:hover img {
	transform: scale(1.1);
}

.perfomanceList li p {
	color: #444444;
	text-align: center;
	font: 14px/32px "微软雅黑";
}

.perfomanceList li:hover p {
	color: #de1e04;
}


/*最新业绩*/


/*尾部*/

.footer {
	width: 100%;
	color: #fff;
	padding: 18px 0;
	background-color: #c11700;
}

.footer a {
	color: #fff;
}

.clumnTitle {
	padding: 14px 0 13px;
	background-color: #e13822;
}

.friendlyLink {
	padding-bottom: 10px;
	text-align: center;
	font: 14px/25px "微软雅黑";
}

.friendlyLink p {
	font: 14px/25px "微软雅黑";
	display: inline-block
}

.footer li:hover a {
	opacity: 0.8;
}

.footer a:hover {
	opacity: 0.8;
}

.friendlyLink ul {
	display: inline-block
}

.friendlyLink li {
	margin-right: 15px;
	font: 14px/25px "微软雅黑";
	display: inline-block
}

.footer p {
	text-align: center;
	font: 14px/25px "微软雅黑";
}


/*尾部*/


/*图片列表*/


/*侧边栏目*/

.sideNavBar {
	float: left;
	width: 220px;
}

.clumnTitle h3 {
	color: #fff;
	text-align: center;
	font: 20px/27px "汉仪润圆";
}

.clumnTitle p {
	color: #fd998c;
	height: 15px;
	overflow: hidden;
	text-transform: uppercase;
	text-align: center;
	font: 12px/15px "arial";
}

.secondClumn li {
	color: #868687;
	text-align: center;
	border: 1px solid #e8e8e8;
	border-top: none;
	font: 14px/45px "微软雅黑";
}

.secondClumn li a {
	color: #868687;
	display: block;
	position: relative;
}

.secondClumn li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .2s ease-in-out;
	background-color: #de1e04;
}

.secondClumn li:hover a:before {
	width: 4px;
}

.secondClumn li:hover a {
	color: #de1e04;
}

.secondClumn li a.on {
	color: #de1e04;
}

.secondClumn li a.on:before {
	width: 4px;
}

.contactTel {
	padding: 14px 0;
	border: 1px solid #e8e8e8;
	border-top: none;
}

.contactTel strong {
	color: #de1e04;
	display: block;
	text-transform: uppercase;
	text-align: center;
	font: 24px/34px "汉仪润圆";
}

.contactTel p {
	color: #666666;
	padding: 0 15px;
	font: 14px/28px "微软雅黑";
}


/*侧边栏目*/

.sideRightBar {
	float: right;
	width: 910px;
}

.rightTitle {
	padding-bottom: 8px;
	border-bottom: 1px solid #f2f2f2;
}

.rightTitle dt {
	float: left;
	color: #de1e04;
	font: bold 16px/16px "微软雅黑";
}

.clumnPosition {
	float: right;
	padding-left: 20px;
	font: 14px/18px "微软雅黑";
	color: #535353;
	background: url(../img/position.png) no-repeat left center;
}

.clumnPosition a {
	color: #535353;
}

.clumnPosition a:hover {
	color: #de1e04;
}

.clumnPosition a.on {
	color: #de1e04;
}

.commonImgList {}

.commonImgList ul {
	width: 928px;
	margin-left: -8px;
}

.commonImgList li {
	float: left;
	width: 216px;
	margin: 20px 8px 0;
}

.commonImgList li figure {
	width: 216px;
	height: 155px;
	overflow: hidden;
}

.commonImgList li img {
	width: 216px;
	height: 155px;
	transition: all 0.3s ease-in-out;
}

.commonImgList li:hover img {
	transform: scale(1.1);
}

.commonImgList li p {
	color: #444444;
	text-align: center;
	font: 14px/32px "微软雅黑";
}

.commonImgList li:hover p {
	color: #de1e04;
}


/*图片列表*/


/*新闻列表*/

.commonTxtList {}

.commonTxtList li {
	height: 40px;
	font: 14px/40px "微软雅黑";
	border-bottom: 1px dashed #f5f5f5;
	transition: all 0.3s ease-in-out;
	background: url(../img/list_icon2.png) no-repeat left center;
}

.commonTxtList li:hover {
	background: url(../img/list_icon.png) no-repeat left center;
}


/*新闻列表*/


/*公司简介*/

.companyIntro {
	margin-top: 20px;
}

.companyIntro dt {
	color: #868687;
	font: 14px/36px "微软雅黑";
}

.companyIntro dt p {
	color: #868687;
	text-indent: 30px;
	font: 14px/36px "微软雅黑";
}

.companyIntro dd {
	float: right;
	width: 380px;
	height: 264px;
	margin-top: 12px;
	padding-left: 36px;
}

.companyIntro dd img {
	width: 380px;
	height: 264px;
}


/*公司简介*/

/*文章内容页*/
.articleTitle {
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
}

.articleTitle h2 {
	color: #de1e04;
	text-align: center;
	font: bold 18px/48px "微软雅黑";
}

.articleTitle p {
	text-align: center;
	color: #6c6c6c;
	font: 14px/22px "微软雅黑";
}

.articleTitle p span {
	margin: 0 5px;
}

.articleContent {
	padding-top: 10px;
	width: 90%;
	margin: 0 auto;
	min-height: 276px;
	color: #343434;
	font: 16px/32px "微软雅黑";
}

.articleContent p {
	color: #343434;
	font: 16px/32px "微软雅黑";
}

.articleContent * {
	max-width: 100%;
	height: auto;
	color: #343434;
	font: 16px/32px "微软雅黑";
}

.articleTab {
	width: 90%;
	margin: 0 auto;
	color: #6c6c6c;
	padding: 20px 0 50px;
	font: 14px/32px "微软雅黑";
}

.articleTab a {
	font: 14px/32px "微软雅黑";
	color: #6c6c6c;
}

.articleContent img {
	display: block;
	margin: 0 auto;
}

.articleTab a:hover,
.articleTab a:active {
	color: #de1e04;
}

/*文章内容页*/
/*分页*/
.pageClass {
	clear: both;
	text-align: center;
	padding-top: 50px;
}

.pageClass a {
	color: #3f3f3f;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #DEDEDE;
}

.pageClass a:hover {
	color: #fff;
}

.pageClass a span {
	font-size: 14px;
	display: inline-block;
	padding: 7px 19px;
	color: #3f3f3f;
}

.pageClass a span:hover {
	color: #fff;
}

.pageClass strong {
	cursor: pointer;
	display: inline-block;
	color: #3f3f3f;
}

.pageClass strong:hover {
	color: #fff;
}

.pageClass strong span:hover {
	color: #fff;
}

.pageClass strong span {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	background: #e02038;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 3px 15px;
}

.pageClass a:hover {
	color: #fff;
	background: #e02038;
	border: 1px solid #e02038;
}


/*分页*/

/*联系我们*/
.mapBox{
	margin-top: 20px;
	padding: 0 20px;
}
.mapBox dt {
    float: left;
    width: 395px;
    height: 305px;
}
.mapBox dd {
	width: 436px;
	float: right;
}

.mapBox dd h2 {
	color: #000;
	margin-top: 8px;
	font: 18px/62px "微软雅黑";
}

.mapBox dd p {
	color: #5a5959;
	font: 16px/45px "微软雅黑";
}


/*联系我们*/
