﻿html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
	line-height: 1;
	font-size: 14px;
	min-width: 1200px;
	background: #fff;
	color: #333;
}
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd {
	margin: 0
}
input,button,ul,ol {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,font {
	font-weight: 400;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul,ol,li {
	list-style: none;
}
input {
	background: 0 0;
	border: 0;
}
img,iframe {
	border: 0;
}
em,i {
	font-style: normal;
}
button,input,select,textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix {
	zoom: 1;
}
.clearfix:before,.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f8bd01;
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.img-center {
	text-align: center;
}
.img-center img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.dropdown {
	position: relative;
}
.dropdown-box {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	width: 100%;
	display: none;
	overflow: hidden;
}
.dropdown-box li {
	border-top: 1px solid #ddd;
	text-align: center;
}
.dropdown-box li a {
	display: block;
	line-height: 40px;
	color: #333;
}
.dropdown.open .dropdown-box {
	display: block;
}

.top {
	width: 100%;
	height: 35px;
    line-height: 35px;
    background: #f8bd01;
    color: #fff;
}
.top-left {
	float: left;
}
.top-right {
	float: right;
    width: 180px;
    text-align: right;
}
.top a {
	color: #fff;
}

.header {
	padding: 15px 0;
	overflow: hidden;
}
.header .logo {
	float: left;
	padding-top: 15px;
}
.header .logo img {
	display: block;
	max-height: 60px;
	width: auto;
}
.header .text {
	float: left;
	font-size: 12px;
	margin: 20px 0 0 30px;
	color: #999;
	line-height: 1;
	text-align: center;
}
.header .text span {
	display: block;
	font-weight: bold;
	font-size: 26px;
	color: #333;
	margin-bottom: 5px;
}
.header .text small {
	display: block;
	background: url(../images/t_line.gif) no-repeat center;
	margin-top: 10px;
	text-transform: uppercase;
}
.header .tel {
	float: right;
	background: url(../images/tel.png) no-repeat 0 center;
	padding-left: 50px;
	margin-left: 40px;
	margin-top: 16px;
}
.header .tel p {
	display: block;
	font-weight: bold;
	font-size: 28px;
	margin-top: 5px;
}

.nav {
	background-color: #ededed;
}
.nav li {
	float: left;
}
.nav li:last-child {
	background: none;
}
.nav li a {
	display: block;
	padding: 0 65px;
	line-height: 66px;
	font-size: 16px;
	position: relative;
	color: #333;
}
.nav li>a:hover,.nav li>a.active {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #f8bd01;
}
.nav li a span {
	position: relative;
	z-index: 1;
}
.nav .dropdown-box {
	background-color: #ededed;
}
.nav .dropdown-box li {
	float: none;
	background: none;
}
.nav .dropdown-box a {
	line-height: 20px;
	font-size: 14px;
	padding: 15px 10px;
}

.slideBox {
	height: 500px;
	position: relative;
	overflow: hidden;
}
.slideBox .hd {
	position: absolute;
	bottom: 40px;
	font-size: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.slideBox .hd li {
	display: inline-block;
	width: 60px;
	height: 5px;
	margin: 0 5px;
	background-color: #000;
	cursor: pointer;
}
.slideBox .hd li.on {
	background-color: #fff;
}
.slideBox .bd,.slideBox .bd ul,.slideBox .bd li {
	width: 100% !important;
	height: 100% !important;
}
.slideBox .bd li {
	background: no-repeat center;
}
.slideBox .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.sou {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.sou .hot {
	float: left;
	padding: 8px 0;
}
.sou .hot span {
	font-weight: bold;
}
.sou .hot a {
	margin-right: 10px;
}
.sou .hform {
	float: right;
}
.sou .hform input {
	float: left;
	font-size: 14px;
	border: 0;
	padding: 8px 10px;
	line-height: 20px;
	width: 210px;
	outline: none;
}
.sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 36px;
	background: url(../images/s_so.gif) no-repeat center;
}

.section {
	padding: 75px 0;
}
.section-title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 40px;
}
.section-title span {
	color: #f8bd01;
}
.section-title p {
	margin: 0;
	font-size: 0;
}
.section-title em {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 20px;
	padding: 10px 20px;
}
.section-title em:before,.section-title em:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #f8bd01;
	margin-top: -1px;
}
.section-title em:before {
	right: 100%;
}
.section-title em:after {
	left: 100%;
}

.hot-box {
	margin: 0 0 0 -18px;
}
.hot-box li {
	float: left;
	width: 25%;
}
.hot-box li a {
	display: block;
	position: relative;
	margin: 0 0 0 18px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.hot-box li a img {
	height: 186px;
}
.hot-box li .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #f8bd01;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	color: #333;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.hot-box li .tit i {
	position: absolute;
	left: 50%;
	top: -35px;
	width: 46px;
	height: 46px;
	background: no-repeat center #142038;
	margin-left: -23px;
	border-radius: 50%;
}
.hot-box li .text {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.hot-box li .wrap {
	color: #fff;
	padding: 30px 30px 0;
}
.hot-box li .wrap i {
	width: 64px;
	height: 64px;
	background: no-repeat center #f8bd01;
	margin: 0 auto;
	border-radius: 50%;
	display: block;
}
.hot-box li .wrap h4 {
	margin: 0;
	position: relative;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
}
.hot-box li .wrap h4:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	height: 3px;
	width: 30px;
	background-color: #fff;
	margin-left: -15px;
}
.hot-box li a:hover {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
.hot-box li a:hover .tit {
	bottom: -108px;
}
.hot-box li a:hover .text {
	top: 0;
}

.bg1 {
	color: #fff;
	background: url(../images/cp_bg.jpg) no-repeat center;
}

.bg2 {
	color: #fff;
	background: url(../images/ys_bg.jpg) no-repeat center 0 #f5f5f5;
}

.bg3 {
	background: url(../images/ban01.jpg) no-repeat center;
}

.pro-box .sd {
	float: left;
	width: 260px;
	background-color: #fff;
}
.pro-box .sd h4 {
	margin: 0;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	background-color: #f8bd01;
}
.pro-box .sd .tit {
	line-height: 65px;
	background: #efefef;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
}
.pro-box .sd .tit a {
	display: block;
	background: url(../images/cp_ico01.png) no-repeat 25px center;
	padding-left: 55px;
	border-bottom: 1px solid #fff;
}


.pro-box .sd .tit2 {
	line-height: 32px;
	background: #efefef;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
}
.pro-box .sd .tit2 a {
	display: block;
	background: url(../images/cp_ico011.png) no-repeat 35px center;
	padding-left: 63px;
	border-bottom: 1px solid #fff;
}

.pro-box .sd ul {
	overflow: hidden;
	margin: 0 15px;
}
.pro-box .sd li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
	border-bottom: #efefef 1px solid;
	background: url(../images/cp_ico03.png) no-repeat 18px center;
	padding-left: 45px;
}
.pro-box .sd .tel {
	margin: 10px;
	background: #e9e9e9 url(../images/cp_tel.gif) no-repeat center 34px;
	padding: 72px 0 30px;
	text-align: center;
	color: #333;
}
.pro-box .sd .tel span {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
.pro-box .mn {
	float: right;
	width: 920px;
}
.pro-box .mn ul {
	margin-left: -10px;
	margin-top: -10px;
}
.pro-box .mn li {
	float: left;
	width: 33.333333%;
}
.pro-box .mn li a {
	display: block;
	margin: 12px 0 0 10px;
	background-color: #fff;
}
.pro-box .mn li .m {
	height: 195px;
	line-height: 195px;
}
.pro-box .mn li .m img {
	height: 195px;
}
.pro-box .mn li p {
	margin: 0;
	padding: 0 15px;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #e0e0e0;
}
.pro-box .mn li a:hover p {
	background-color: #f8bd01;
	color: #333;
}

.case-box {
	position: relative;
}
.case-box .hd {
	margin-bottom: 40px;
}
.case-box .hd a {
	display: block;
	font-size: 16px;
	line-height: 56px;
	padding: 0 30px;
	border-radius: 30px;
}
.case-box .hd .more {
	float: right;
}
.case-box .hd li {
	float: left;
	margin-right: 20px;
}
.case-box .hd li:before {
	float: right;
	content: '-';
	line-height: 56px;
	width: 10px;
	text-align: center;
	margin-right: -15px;
}
.case-box .hd li:last-child:before {
	display: none;
}
.case-box .hd li.on a,.case-box .hd a:hover {
	background-color: #142038;
	color: #fff;
}
.case-box .bd dl {
	margin: 0;
	position: relative;
	height: 400px;
	background-color: #fff;
}
.case-box .bd dt {
	position: absolute;
	left: 50%;
	top: 0;
	width: 600px;
	height: 400px;
	line-height: 400px;
	overflow: hidden;
}
.case-box .bd dt img {
	width: 600px;
	height: 400px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.case-box .bd dt a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.case-box .bd dd {
	margin: 0 50% 0 0;
	padding: 75px 80px 0;
}
.case-box .bd dd h4 {
	margin: 0 0 30px;
	font-size: 30px;
}
.case-box .bd dd h4 small {
	font-size: 14px;
	display: block;
}
.case-box .bd dd p {
	margin: 0;
	color: #666;
	line-height: 2;
	text-align: justify;
}
.case-box .bd dd .more {
	display: inline-block;
	margin-top: 30px;
	padding: 7px 25px;
	background-color: #f8bd01;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
}
.case-box .bd dd .more:hover {
	-webkit-animation: shake 1.5s linear;
	animation: shake 1.5s linear;
}
.case-box .arr {
	position: absolute;
	left: 80px;
	bottom: 75px;
	z-index: 2;
	font-size: 0;
}
.case-box .arr a {
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center;
	width: 58px;
	height: 58px;
	margin-right: 15px;
}
.case-box .arr a.prev {
	background-image: url(../images/case_lico01.png);
}
.case-box .arr a.prev:hover {
	background-image: url(../images/case_lico02.png);
}
.case-box .arr a.next {
	background-image: url(../images/case_rico01.png);
}
.case-box .arr a.next:hover {
	background-image: url(../images/case_rico02.png);
}

.ys-box {
	padding: 12px 26px 0;
}
.ys-box dl {
	margin: 55px 0 0;
	float: left;
	width: 566px;
	height: 421px;
	position: relative;
}
.ys-box dt {
	border: 12px solid #f8bd01;
	width: 311px;
	height: 397px;
	line-height: 397px;
	overflow: hidden;
}
.ys-box dt img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.ys-box dt img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.ys-box dd {
	position: absolute;
	right: 0;
	background-color: #fff;
	margin: -172px 0 0;
	top: 50%;
	width: 208px;
	height: 294px;
	color: #333;
	padding: 50px 50px 0 50px;
}
.ys-box dd h4 {
	margin: 0;
	font-size: 30px;
}
.ys-box dd h4:after {
	display: block;
	height: 2px;
	width: 40px;
	background-color: #f8bd01;
	content: '';
	margin-top: 15px;
}
.ys-box dd p {
	margin: 20px 0 0;
	font-size: 16px;
	line-height: 1.8;
	height: 84px;
	overflow: hidden;
}
.ys-box dd .num {
	display: block;
	margin-top: 30px;
}
.ys-box dl:nth-child(even) {
	float: right;
}
.ys-box dl:nth-child(even) dt {
	float: right;
}
.ys-box dl:nth-child(even) dd {
	left: 0;
	right: auto;
}

.flow-box {
	background: url(../images/liuc_line.png) no-repeat 165px 45px;
}
.flow-box li {
	float: left;
	width: 171px;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.flow-box li .icon {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 12px;
	position: relative;
}
.flow-box li .icon i:before {
	content: '';
}
.flow-box li .icon i,.flow-box li .icon i:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/iflow_icon.png)
}
.flow-box li .icon i.default {
	background-position: 0 0;
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.flow-box li .icon i.hover {
	background-position: 0 -100px;
	opacity: 1;
	visibility: hidden;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.1s ease 0.2s;
	transition: all 0.1s ease 0.2s;
}
.flow-box li.i1 .icon i:before {
	background-position: 0 -200px;
}
.flow-box li.i2 .icon i:before {
	background-position: 0 -300px;
}
.flow-box li.i3 .icon i:before {
	background-position: 0 -400px;
}
.flow-box li.i4 .icon i:before {
	background-position: 0 -500px;
}
.flow-box li.i5 .icon i:before {
	background-position: 0 -600px;
}
.flow-box li.i6 .icon i:before {
	background-position: 0 -700px;
}
.flow-box li.i7 .icon i:before {
	background-position: 0 -800px;
}
.flow-box li:hover .icon i.default {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}
.flow-box li:hover .icon i.hover {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.adv-left {
	float: left;
	width: 450px;
}
.adv-left span {
	display: block;
	color: #f8bd01;
	font-size: 20px;
	font-weight: bold;
}
.adv-left p {
	color: #fff;
    padding-top: 10px;
    font-size: 16px;
}
.adv-tel {
	float: right;
	width: 530px;
}
.adv-tel .btn {
	float: right;
	display: block;
	background: url(../images/ban_btn.png) no-repeat;
	width: 128px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 0 0 20px;
	color: #333;
}
.adv-tel .btn:hover {
	-webkit-animation: shake 1.5s linear;
	animation: shake 1.5s linear;
}
.adv-tel p {
	margin: 0 158px 0 0;
	background: url(../images/ban_tel.png) no-repeat 0 center;
	padding-left: 45px;
}
.adv-tel p strong {
	display: block;
	font-size: 30px;
	color: #fff;
	line-height: 1;
}

.news-box .hd {
	font-size: 0;
	text-align: center;
	margin-bottom: 20px;
}
.news-box .hd li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.news-box .hd li a {
	display: block;
	line-height: 40px;
	width: 160px;
	font-size: 14px;
	border: 1px solid #ebebeb;
}
.news-box .hd li.on a {
	background-color: #f8bd01;
	border-color: #f8bd01;
	color: #fff;
}
.news-box .bd ul {
	margin-left: -40px;
}
.news-box .bd li {
	float: left;
	width: 50%;
}
.news-box .bd li a {
	display: block;
	margin-left: 40px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-top: 20px;
	overflow: hidden;
}
.news-box .bd li .img-center {
	overflow: hidden;
	height: 290px;
	line-height: 290px;
}
.news-box .bd li .img-center img {
	width: 578px;
	height: 289px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.news-box .bd li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news-box .bd li .date {
	float: left;
	width: 110px;
	color: #666;
	padding: 26px 0;
	text-align: center;
	border-right: 1px solid #eee;
	line-height: 1;
}
.news-box .bd li .date span {
	display: block;
	font-size: 50px;
	color: #333;
	font-family: Impact;
	margin-bottom: 6px;
}
.news-box .bd li .info {
	margin-left: 110px;
	padding: 20px;
}
.news-box .bd li .info h4 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}
.news-box .bd li .info p {
	color: #888;
	margin: 10px 0 0;
	overflow: hidden;
	line-height: 1.8;
	height: 50px;
}
.news-box .bd li a:hover {
	border-color: #f8bd01;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.about-box {
	background-color: #f5f5f5;
	margin: 0;
}
.about-box dt {
	float: left;
	overflow: hidden;
	width: 600px;
}
.about-box dt img {
	width: 600px;
	height: 400px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about-box dt:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.about-box dd {
	margin-left: 660px;
	padding: 60px 40px 0;
}
.about-box dd h4 {
	margin: 0;
	font-size: 28px;
}
.about-box dd p {
	margin: 20px 0 0;
	text-align: justify;
	line-height: 1.8;
}
.about-box dd .more {
	display: inline-block;
	margin-top: 30px;
	padding: 7px 25px;
	background-color: #f8bd01;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
}
.about-box dd .more:hover {
	-webkit-animation: shake 1.5s linear;
	animation: shake 1.5s linear;
}

.buss {
	padding-top: 40px;
	overflow: hidden;
}
.buss h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #f8bd01;
	padding-bottom: 15px;
}
.buss h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.buss ul {
	margin-left: -20px;
}
.buss li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.footer {
	color: #fff;
	background-color: #142038;
	padding: 50px 0;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #f8bd01;
}
.footer-nav {
	float: left;
	width: 390px;
}
.footer-nav ul {
	overflow: hidden;
	background: url(../images/f_line01.gif) no-repeat;
	padding-top: 20px;
}
.footer-nav li {
	float: left;
	width: 33.333333%;
}
.footer-nav li a {
	display: block;
	line-height: 32px;
	background: url(../images/f_ico01.png) no-repeat 0 center;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer-nav p {
	margin: 30px 0 0;
	background: url(../images/f_line01.gif) no-repeat;
	padding-top: 20px;
}
.footer-nav p span {
	display: block;
	font-size: 24px;
	background: url(../images/f_ico02.png) no-repeat 0 center;
	padding-left: 25px;
	font-weight: bold;
}
.footer-info {
	float: left;
	width: 520px;
	margin-left: 90px;
	background: url(../images/f_line01.gif) no-repeat;
	padding-top: 20px;
}
.footer-info p {
	margin: 0 0 10px;
	line-height: 1.8;
	background: no-repeat 0 center;
	padding-left: 35px;
}
.footer-info p.i1 span,.footer-info p.i2 span {
	font-weight: bold;
}
.footer-info p.i1 {
	background-image: url(../images/f_ico03.png);
}
.footer-info p.i2 {
	background-image: url(../images/f_ico04.png);
}
.copyright p{
	margin: 0px;
}
.footer-ewm {
	float: right;
	width: 145px;
	padding-top: 12px;
	background: url(../images/f_erbg.jpg) no-repeat 0 0;
	margin-top: 20px;
}
.footer-ewm ul {
	overflow: hidden;
}
.footer-ewm li {
	float: left;
	width: 100px;
	margin: 0 0 0 14px;
}
.footer-ewm li .text {
	margin-top: 15px;
	text-align: center;
}

.main-left {
	float: left;
	width: 240px;
}
.main-right {
	float: right;
	width: 930px;
}
.curmbs {
	padding: 15px 0;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 20px;
}
.curmbs span {
	padding-left: 10px;
	border-left: 10px solid #142038;
}
.curmbs em {
	font-style: normal;
	padding: 0 5px;
	color: #999;
}

.main-box {
	padding: 10px 0 30px 0;
	overflow: hidden;
}
.about-con {
	line-height: 28px;
}

.panel-sd-hd {
	background-color: #f8bd01;
	color: #fff;
}
.panel-sd-hd h4 {
	text-align: center;
	border-bottom: 1px solid #fff;
	margin: 0;
	font-size: 24px;
	padding: 20px 0;
}
.panel-sd-bd {
	border: 1px solid #ececeb;
	padding: 5px 10px;
	border-top: 0;
}
.column li {
	line-height: 50px;
	border-bottom: 1px solid #fff;
}
.column li a {
	display: block;
	padding: 0 15px;
	font-size: 16px;
	background-color: #ECECEC;
}
.column li a:hover {
	background-color: #f8bd01;
    color: #fff;
}

.contact-z1 {
	height: 140px;
	background: url(../images/contact-z1.jpg) no-repeat;
	margin-bottom: 20px;
}
.contact-z1 p {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	background: url(../images/contact-z1_tel.png) no-repeat 74px 44px;
	padding: 37px 0 0 95px;
}
.contact-z1 span {
	line-height: 30px;
	font-size: 18px;
	padding-left: 73px;
}

.title {
	border-bottom: 1px solid #ececeb;
	height: 35px;
	margin-bottom: 15px;
	font-size: 24px;
}
.title span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #142038;
}

.menu-inner {
	text-align: center;
	margin-bottom: 20px;
}
.menu-inner a {
	float: left;
	width: 20%;
}
.menu-inner span {
	display: block;
	margin-left: 1px;
	background-color: #f4f4f4;
	color: #333;
	font-size: 18px;
	line-height: 55px;
}
.menu-inner a:hover span,.menu-inner a.active span {
	background: url(../images/p16-icon6.png) no-repeat center bottom #f8bd01;
	color: #fff;
}

.list-2 {
	margin: 0 0 0 -20px;
}
.list-2 li {
	float: left;
	width: 33.333333%;
}
.list-2 li a {
	display: block;
	margin: 0 0 20px 20px;
	border: 1px solid #ddd;
}
.list-2 li a:hover {
	border-color: #f8bd01;
	color: #f8bd01;
}
.list-2 li .m {
	height: 192px;
	line-height: 192px;
}
.list-2 li .m img {
    height: 192px;
}
.list-2 li .text {
	padding: 5px;
}
.list-2 li h4 {
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	font-weight: normal;
}
.list-2 li p {
	margin-top: 0;
	height: 40px;
	overflow: hidden;
	color: #666;
}
.list-5 li {
	margin-bottom: 15px;
}
.list-5 li a {
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
	overflow: hidden;
}
.list-5 li .m {
	float: left;
	width: 250px;
}
.list-5 li .m img {
	display: block;
	width: 250px;
	height: 125px;
	max-width: 100%;
}
.list-5 li .text {
	margin-left: 270px;
}
.list-5 li .text h4 {
	margin: 0;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}
.list-5 li .text h4 span {
	float: right;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.list-5 li .text p {
	color: #797979;
	line-height: 25px;
}
.list-5 li .text .more {
	float: right;
	padding: 6px 12px;
	color: #fff;
	background-color: #B6B6B6;
}
.list-5 li a:hover {
	border-color: #f8bd01;
}
.list-5 li a:hover .text h4 {
	color: #f8bd01;
}
.list-5 li a:hover .text .more {
	background-color: #f8bd01;
}

.pages {
  padding: 30px 0px;
  text-align: center;
}
.pages li {
  display: inline-block;
  margin:0 5px;
}
.pages li a {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
}
.pages li a:hover {
  padding: 5px 10px;
  border: 1px solid #f8bd01;
  background: #f8bd01;
  color: #fff;
}
.pages li.pages_solid {
	padding: 7px 10px;
	border: 1px solid #f8bd01;
	background: #f8bd01;
    color: #fff;
}

.infocontent {
	margin-bottom: 30px;
}
.infocontent-title {
	margin-bottom: 20px;
	text-align: center;
}
.infocontent-title h1 {
	margin: 0;
	font-size: 24px;
}
.infocontent-title p {
	margin: 10px 0 0;
	font-size: 12px;
	color: #999;
}
.infocontent-title p span {
	padding: 0 5px;
}
.infocontent-desc {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 20px;
}
.infocontent-body {
	margin: 20px 0;
	line-height: 20px;
}
.infocontent-body img {
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}
.infocontent-epx {
	margin-bottom: 10px;
}
.infocontent-epx li {
	line-height: 32px;
	margin-bottom: 5px;
}
.infocontent-epx li span {
	display: inline-block;
	background-color: #A2A2A2;
	color: #fff;
	padding: 0 15px;
	margin-right: 10px;
}
.infocontent-epx li em {
	float: right;
	font-style: normal;
}
.infocontent-return {
	border-top: 1px solid #142038;
	line-height: 32px;
}
.infocontent-return a {
	margin-right: 10px;
}
.infocontent-return .more {
	margin: 0;
	float: right;
	background-color: #142038;
	color: #fff;
	padding: 0 10px;
}
.infocontent-rem {
	margin: 20px 0;
}
.infocontent-rem li {
	border-bottom: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 46px;
}
.infocontent-rem li span {
	float: right;
}
.news-img {
	margin-bottom: 10px;
}
.pro-text {
	line-height: 28px;
	padding-bottom: 15px;
}

.list-3 {
	margin-left: -15px;
}
.list-3 li {
	float: left;
	width: 25%;
}
.list-3 li a {
	display: block;
	margin: 0 0 15px 15px;
	border: 1px solid #ddd;
	position: relative;
}
.list-3 li a:hover {
	border-color: #f8bd01;
}
.list-3 li .m {
	height: 145px;
}
.list-3 li .m img {
	width: 219px;
	height: 145px;
}
.list-3 li .text h4 {
	text-align: center;
	font-size: 16px;
	padding: 12px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-3 li .text p {
	margin: 0;
	padding: 0 20px 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-4 {
	margin: 0 0 -20px -20px;
}
.list-4 li {
	float: left;
	width: 25%;
}
.list-4 li a {
	display: block;
	margin: 0 0 20px 20px;
	border: 1px solid #ececeb;
}
.list-4 li a:hover {
	border-color: #f8bd01;
}
.list-4 li .m {
	padding: 10px;
	height: 201px;
	line-height: 201px;
}
.list-4 li .text {
	padding: 5px 20px;
	background-color: #F0F0F0;
}
.list-4 li .text h4 {
	margin: 0;
	font-size: 14px;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
}

.showcase {
	margin-bottom: 40px;
}
.pc-slide {
	width: 400px;
	float: left;
	border: 1px solid #ddd;
}
.pc-slide img {
	height: 200px;
}
.showcase-info {
	float: right;
	width: 500px;
}
.showcase-info h1 {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.showcase-info p {
	color: #666;
	line-height: 30px;
}
.showcase-info .tel {
	border-top: 2px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
	background: url(../images/pc-xc-icon2.png) no-repeat 10px 15px;
	height: 42px;
	padding-left: 70px;
	line-height: 21px;
	font-size: 18px;
}
.showcase-info .tel a {
	float: right;
	line-height: 42px;
	padding: 0 15px;
	background-color: #f8bd01;
	color: #fff;
}
.detail-title {
	font-size: 24px;	
	line-height: 40px;
	border-bottom: 1px solid #142038;
}
.contact-box {
	padding-bottom: 30px;
}

.sitemap h3 {
	margin-bottom: 10px;
}
.sitemap dl {
	margin-bottom: 10px;
}
.sitemap dl a{
	line-height: 30px;
}





