﻿@charset "UTF-8";
/* CSS Document */
body {
	font-family: Hiragino Sans GB, Microsoft YaHei;
	font-size: 14px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	min-width: 1220px;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
}
address, cite, dfn, em, var, i {
	font-style: normal
}
code, kbd, pre, samp {
	font-family: arial, courier new, courier, "\5b8b\4f53", monospace
}
small {
	font-size: 12px
}
ul, ol, li {
	list-style: none
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
legend {
	color: #000
}
fieldset, img {
	border: 0
}
img {
	vertical-align: middle;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
section, header, nav, footer, article {
	display: block
}
div, ul, dl {
	zoom: 1
}
div:after, ul:after, dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.none {
	display: none;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: color .25s;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #cc0000;
}
a:active {
	color: #cc0000;
}
/*page-w*/
.page-w {
	width: 1200px;
	margin: 0px auto;
}
/*footer*/
.footer {
	text-align: center;
	color: #999;
	background-color: #000;
	padding: 10px 0px 20px 0px;
}
.footer a {color: #999;}
.fot-logo {
	padding: 0px 0px 10px 0px;
	display: block;
}
.fot-logo img {
	width: 80px;
	height: auto;
}
/*fot-menu*/
.fot-menu {
	background-color: #333333;
	color: #ccc;
	padding: 20px 0px;
}
.fot-menu a {
	color: #ccc;
}
.fot-menu a:hover {
	color: #fff;
}
.fot-menu h3 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.fot-nav dl {
	float: left;
	margin-right: 60px;
}
.fot-nav dd {
	margin-bottom: 5px;
}
.fot-tel-wx {
	text-align: center;
}
.fot-wx {
	padding: 0px 30px
}
.fot-wx p {
	font-size: 12px;
	padding-top: 3px;
}
.fot-tel {
	padding-right: 60px;
}
.fot-baojia {
	color: #fff;
	font-size: 16px;
	padding: 5px 0px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}
.shu-xian {
	color: #666;
	display: inline-block;
	padding: 0px 20px;
}
.fot-tel-01 {
	margin-bottom: 10px;
}
.fot-tel-02 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 30px;
}
.fot-tel-02 .shu-xian {
	padding: 0px 10px;
}
/*logo*/
.header {
	padding: 8px 0px;
	background-color: #fff;
}
.logo img {
	width: 206px;
	height: auto;
}
.menu {
	padding-top: 10px;
}
.menu li {
	float: left;
	margin-right: 25px;
	font-size: 16px
}
.menu li.hover a {
	color: #cc0000;
}
.menu li.hover:after {
	height: 1px;
	width: 30px;
	background-color: #cc0000;
	content: "";
	display: block;
	margin: 0px auto;
	margin-top: 5px;
}
/*top-tel*/
.top-tel i, .fot-baojia i {
	margin-right: 5px;
}
.top-tel span {
	float: left;
}
.top-zixun a, .top-dianhua {
	padding: 8px 5px;
	border: 2px solid #cc0000;
	display: block;
}
.top-zixun a {
	color: #fff;
	background-color: #cc0000;
}
.top-zixun a:hover {
	background-color: #ff0000;
	border: 2px solid #ff0000;
}
/*news-head*/
.news-head {
	text-align: center;
	padding: 20px 0px;
}
.news-head h2 {
	font-size: 30px;
	margin-bottom: 5px;
}
.news-head p {
	color: #666;
}
/*last-item*/
.news-con {
	padding-bottom: 35px;
}
.news-con li {
	float: left;
	margin-right: 23px;
}
.news-con li.last-item {
	margin-right: 0px;
}
/*news-item*/
.news-item {
	width: 282px;
}
.pic-box {
	overflow: hidden;
}
.pic-box img {
	width: 100%;
	height: auto;
	transition: all .5s ease;
}
.news-item .pic-box img {
	width: 282px;
	height: 165px;
}
.pic-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news-item .text-box {
	background-color: #f4f5f7;
	padding: 15px;
}
.news-item .text-box h3 {
	font-size: 16px;
	height: 50px;
	line-height: 22px;
}
.news-item .text-box p {
	font-size: 12px;
	color: #999;
}
/*links*/
.links {
	border-top: #e5e5e5 solid 1px;
	padding: 10px 0px;
}
.links-con a {
	margin-right: 10px;
	display: inline-block;
}
/*team-con*/
.team-box {
	background-color: #f6f6f6;
	margin-bottom: 20px;
}
.team-con {
	padding: 20px 0px 0px 0px;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
}
/*team-item*/
.team-item .team-pic {
	float: left;
}
.team-item .team-info {
	float: right;
	width: 880px;
}
/*team-case*/
.team-case h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.team-case li {
	float: left;
	margin-right: 38px;
}
.team-case li.last-item {
	margin-right: 0px;
}
.team-case-item {
	width: 267px;
}
/*anli-bar-box*/
.anli-bar-box li {
	margin-bottom: 20px;
	border-bottom: #e5e5e5 dashed 1px;
}
.anli-bar-box li.last-item {
	margin-bottom: 0px;
	border-bottom: none;
}
.anli-bar-box .team-case-item {
	margin: 0px auto;
}
.anli-bar-box p {
	text-align: center;
	padding: 10px 0px;
}
.anli-bar-box p span {
	color: #666;
}
/*anli-bar-box*/
.team-case-item .pic-box {
	position: relative;
}
.team-case-item .pic-box h4 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	background-color: rgba(0,0,0,0.75);
	color: #fff;
}
/*team-name*/
.team-name h3 {
	font-size: 28px;
	display: inline-block;
	line-height: 28px;
	vertical-align: middle;
}
.team-name span {
	background-color: #cc0000;
	display: inline-block;
	font-size: 12px;
	border-radius: 3px;
	color: #fff;
	padding: 3px 10px;
	margin-left: 10px;
}
.team-text p {
	color: #666;
	display: block;
	padding-top: 10px;
	height: 70px;
}
/*business-item-box*/
.business-con li {
	float: left;
	margin-right: 36px;
	background-image: url(img/bg-s.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 57px;
}
.business-con li.last-item {
	margin-right: 0px;
}
.business-item-box {
	padding: 4px;
	background-color: #e5e5e5;
}
.business-item {
	width: 368px;
	background-color: #fff;
}
.business-item .pic-box img{
	width: 368px;
	height: 220px;
}
/*business-text*/
.business-text {
	text-align: center;
	padding: 20px 20px 30px 20px;
}
.business-text h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.business-text p {
	color: #666;
	margin-bottom: 20px;
}
.business-text a.business-but {
	background-color: #cc0000;
	padding: 8px 10px;
	color: #fff;
	line-height: 16px;
}
.business-text a.business-but i {
	margin-left: 5px;
}
.business-text a.business-but:hover {
	background-color: #ff0000;
}
/*anli-box*/
.anli-box {
	margin-bottom: 20px;
}
.anli-sub {
	float: left;
}
.anli-itemlist {
	float: right;
	width: 964px;
}
.anli-itemlist li {
	float: left;
	margin-right: 38px;
}
.anli-itemlist li.last-item {
	margin-right: 0px;
}
.anli-itemlist .anli-item {
	width: 296px;
}
/**/
.anli-item .pic-box {
	position: relative;
}
.anli-item .anli-info {
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	height: 197px;
	width: 296px;
	overflow: hidden;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}
.anli-item .anli-info-text {
	padding-top: 60px;
	line-height: 1.7;
	padding-left: 80px;
	text-align: left;
}
.anli-item .anli-info-text span {
	color: #cfcfcf;
}
.anli-item a:hover .anli-info {
	visibility: visible;
	opacity: 1;
}
/*anli-item*/
.anli-item h4 {
	height: 56px;
	line-height: 56px;
	position: relative;
}
.anli-item h4:before, .anli-item h4:after {
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: "";
	display: block;
	width: 100%;
	background-color: #e5e5e5;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.anli-item h4:after {
	width: 50px;
	background-color: #cc0000;
}
.anli-item a:hover h4:after {
	width: 100%;
}
/*anli-sub*/
.anli-sub-box {
	background-color: #f6f6f6;
	padding: 4px;
	float: left;
}
.anli-sub {
	width: 219px;
	height: 246px;
	background-color: #fff;
	text-align: center;
}
.anli-more {
	margin-top: 10px;
}
.anli-more i {
	margin-left: 5px;
}
.anli-more {
	color: #cc0000;
}
.anli-sub a:hover .anli-more {
	color: #ff0000;
}
.anli-sub h3 {
	font-size: 22px;
	line-height: 22px;
}
.anli-icon {
	padding: 30px 0px 10px 0px;
}
.anli-icon .iconfont {
	font-size: 70px;
}
/*anli-itemlist*/
.anli-itemlist {
	margin-bottom: 20px;
}
/*banner-box*/
.banner-box {
	max-width: 1920px;
	margin: 0px auto 20px auto;
}
.banner-box .swiper-container {
	width: 100%;
	height: 100%;
}
.banner-box .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner-box .swiper-slide img {
	width: 100%;
	height: auto;
}
.banner-box .swiper-container-horizontal .swiper-pagination-bullets {
	bottom: 20px;
}
.banner-box .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(255,255,255,0.3);
}
.banner-box .swiper-pagination-bullet-active {
	color: #fff;
	background: #cc0000;
}
/*swiper-team*/
.swiper-team {
	width: 1200px;
	height: 380px;
}
.swiper-team .swiper-button-next, .swiper-team .swiper-button-prev {
	top: auto;
	bottom: 10px;
	width: 27px;
	height: 24px;
	z-index: 10;
	cursor: pointer;
	background-size: 17px 24px;
}
.swiper-team .swiper-button-prev {
	left: 550px;
	right: auto;
}
.swiper-team .swiper-button-next {
	right: 550px;
	left: auto;
}
/*page-box*/
.page-box {
	padding-top: 20px;
}
/*page-bar*/
.bar-item {
	border: #e5e5e5 solid 1px;
	padding: 10px;
	margin-bottom: 10px;
}
.page-bar {
	width: 290px;
	padding-top: 10px;
}
.bar-con {
	padding-top: 10px;
}
.bar-head h3 {
	position: relative;
	height: 28px;
	font-weight: 700;
}
.bar-head h3:before, .bar-head h3:after {
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: "";
	display: block;
	width: 100%;
	background-color: #e5e5e5;
}
.bar-head h3:after {
	width: 80px;
	background-color: #cc0000;
}
/*current-box*/
.current-box {
	line-height: 32px;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
}
/*page-body*/
.page-body {
	width: 900px;
}
.body-title {
	padding: 35px 0px 20px 0px;
	text-align: center;
	border-bottom: #e5e5e5 dashed 1px;
	margin-bottom: 20px;
}
.body-title h1 {
	font-size: 24px;
	margin-bottom: 10px;
}
.body-title h1 .iconfont {
	font-size: 22px;
	margin-right: 10px;
}
.body-title p {
	color: #999;
}
.body-title p span {
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
/*body-editor*/
.body-editor {
	padding: 10px 0px;
	padding-bottom: 30px;
}
.body-editor p {
	line-height: 1.7em;
	margin-bottom: 1em;
}
.body-editor img {
	max-width: 100%;
	display: inline-block;
	display: block;
	margin: 0px auto;
}
/*.body-editor*/
.body-editor table {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.body-editor table tr {
	border-left: #909090 solid 1px;
	border-top: #909090 solid 1px;
}
.body-editor table td {
	border-bottom: #909090 solid 1px;
	border-right: #909090 solid 1px;
	padding: 5px;
}
.body-editor table td div {
	text-align: center;
}
/*editor-key*/
.editor-key {
	color: #999;
	font-size: 12px;
	background: #eeeeee;
	border-radius: 5px;
	padding: 5px 10px;
	margin-top: 10px;
}
.editor-key span {
	margin: 0px 5px;
	color: #666;
}
/*editor-info*/
.editor-info {
	padding-top: 10px;
}
.editor-info h5 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #666;
}
.editor-info p {
	margin-bottom: 1em;
	color: #999;
}
/*editor-fanye*/
.editor-fanye {
	padding: 20px 0px;
	margin-top: 20px;
	border-top: #e5e5e5 dashed 1px;
}
.editor-fanye p {
	color: #666;
	line-height: 30px;
}
/**/
.page-anli-list {
	padding: 20px 0px;
}
.page-anli-list li {
	float: left;
	margin-right: 28px;
	margin-bottom: 28px;
}
.page-anli-list li.last-item {
	margin-right: 0px;
}
.page-anli-list .anli-item {
	width: 279px;
}
.page-anli-list .anli-info {
	height: 186px;
	width: 279px;
}
/*seltion-box*/
.seltion {
	background-color: #fff;
	padding: 20px 0px;
}
.seltion-box {
	border: 1px solid #f8f8f8;
}
.seltion-box dl {
	border-bottom: #f8f8f8 solid 1px;
	padding-bottom: 8px;
	padding-top: 8px;
	line-height: 26px;
}
.seltion-box dl:last-child {
	border-bottom: none;
}
.seltion-box dt {
	float: left;
	display: inline-block;
	width: 80px;
	color: #666;
	text-align: right;
}
.seltion-box dd {
	float: left;
}
.seltion-box dd a {
	border: 1px solid #fff;
	display: inline-block;
	float: left;
	margin-right: 8px;
	padding: 0px 5px;
	white-space: nowrap
}
.seltion-box dd .changefieldandcss, .seltion-box dd a.changefieldandcss:hover, .seltion_item dd a.changefieldandcss:visited {
	background: #fff;
	border: 1px solid #c00;
	color: #c00;
	border-radius: 3px;
}
/*page-team-list*/
.page-team-list .team-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #e5e5e5 dashed 1px;
}
.page-team-list .team-item:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.page-team-list .team-box {
	margin-bottom: 0px;
}
.page-team-list .team-con {
	padding-bottom: 20px;
	border: none;
}
/*page-subnav*/
.page-subnav {
	padding: 20px 0px 10px 0px;
}
.page-subnav li {
	float: left;
	margin-right: 10px;
}
.page-subnav li a {
	padding: 5px 15px;
	display: inline-block;
	border: #e5e5e5 solid 1px;
	border-radius: 3px;
}
.page-subnav li.hover a {
	color: #cc0000;
	border: #cc0000 solid 1px;
}
/*page-newslist*/
.page-newslist {
	padding-top: 30px;
}
.page-newslist li {
	border-bottom: #eee dashed 1px;
	padding: 0px 10px 30px 0px;
	margin-bottom: 30px;
}
.page-newslist li h3 {
	font-size: 24px;
	padding: 5px 0px;
}
.page-newslist li cite {
	display: inline-block;
	color: #999;
	margin-bottom: 10px;
	font-size: 12px;
}
.page-newslist li p {
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-box-flex: 1;
}
.page-newslist li .list-news-pic {
	float: left;
	margin-right: 20px;
}
.page-newslist li .list-news-pic img {
	width: 220px;
	height: 128px;
}
/**/
.jobsliet-head h3 {
	float: left;
}
.jobsliet-head .jobs-but {
	padding-top: 10px;
	float: right;
}
.jobsliet-head .jobs-money {
	padding: 10px 0px;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	margin-right: 20px;
}
.jobs-but a.business-but {
	background-color: #cc0000;
	padding: 8px 10px;
	color: #fff;
	line-height: 16px;
}
.jobs-but a.business-but i {
	margin-left: 5px;
}
.jobs-but a.business-but:hover {
	background-color: #ff0000;
}
/*case-table*/
.case-table table, .case-table td, .case-table tr {
	border: none;
}
.case-table tr {
	border-top: #e5e5e5 solid 1px;
	border-left: #e5e5e5 solid 1px;
}
.case-table td {
	padding: 10px;
	line-height: 1;
	border-right: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
}
.case-table td span {
	color: #666;
	margin-right: 10px;
}
/*page-fuwuxiangmulist*/
.page-fuwuxiangmulist {
	padding-top: 25px;
}
.page-fuwuxiangmulist li {
	margin-bottom: 20px;
	border: #e5e5e5 solid 1px;
	border-radius: 5px;
	padding: 10px;
}
.page-fuwuxiangmulist li h3 {
	font-size: 32px;
	margin-bottom: 10px;
	text-align: center;
}
.page-fuwuxiangmulist li img {
	width: 100%;
	height: auto;
}
/*pro-color-img*/
.pro-color-img {
	margin-bottom: 10px;
}
/**/
.design-form p {
	display: inline-block;
	margin-bottom: 10px;
}
.design-form label {
	margin-right: 5px;
	display: inline-block;
}
.design-form input {
	border: #BDBDBD solid 1px;
	border-radius: 3px;
	padding: 2px 0px 2px 3px;
}
.design-form div {padding-left: 41px;}
.design-form .submit {
	display: block;
	padding: 5px 20px;
	text-align: center;
	border: none;
	background-color: cornflowerblue;
	color: #fff;
}
.tuandui-con-js {background-color:#f4f4f4;padding: 10px;}
.tuandui-con-js img {display:block;margin: 0px auto;margin-bottom:10px;}
