@charset "UTF-8";
* {
	word-wrap: break-word;
}
*, *:before, *:after {
	box-sizing: border-box;
	outline: none;
}
html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
	margin: 0;
	padding: 0;
	font-weight: normal;
	-webkit-tap-highlight-color: transparent;
}
ul, ol, dl {
	list-style-type: none;
}
html, body {
*position: static;
	color: #000;
	background: #fff;
	width: 100%;
	height: auto;
	min-width: 1200px;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 400;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	border: 0;
}
input, button {
	overflow: visible;
	vertical-align: middle;
	outline: none;
}
body, th, td, button, input, select, textarea {
	font-size: 14px;
	font-family: "NotoSansHans-Regular", -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a {
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #000;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}
a.ie6:hover {
	zoom: 1;
}
b, i {
	font-weight: normal;
	font-style: normal;
}
sub, sup {
	vertical-align: baseline;
}
button, input[type="button"], input[type="submit"] {
	line-height: normal !important;
}
img {
	max-width: 100%;
	border: 0;
	object-fit: cover;
	display: block;
	-webkit-user-drag: none;
}
a * {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
input, textarea {
	border: 0;
	background: none;
	outline: none;
	resize: none;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-tap-highlight-color: transparent;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
margin: 0;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #bbb;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #bbb;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #bbb;
}

::-webkit-scrollbar {
width: 4px;
height: 4px;
background-color: white;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

::-webkit-scrollbar-thumb {
background-color: #c8c8c8;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.cl:after, .clearfix:after {
	content: "";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}
.cl, .clearfix {
	zoom: 1;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.text-l {
	text-align: left;
}
.text-c {
	text-align: center;
}
.text-r {
	text-align: right;
}
.text-i {
	font-style: italic;
}
.container {
	width: 1440px;
	margin: 0 auto;
	position: relative;
	transition: all .4s ease;
}
.container:after, .container:before {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
}
.container-fluid:after, .container-fluid:before {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	float: left;
}
.col-lg-1 {
	width: 8.33333%;
}
.col-lg-2 {
	width: 16.66667%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-4 {
	width: 33.33333%;
}
.col-lg-5 {
	width: 41.66667%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-7 {
	width: 58.33333%;
}
.col-lg-8 {
	width: 66.66667%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-10 {
	width: 83.33333%;
}
.col-lg-11 {
	width: 91.66667%;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-pull-1 {
	right: 8.33333%;
}
.col-lg-pull-2 {
	right: 16.66667%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-4 {
	right: 33.33333%;
}
.col-lg-pull-5 {
	right: 41.66667%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-7 {
	right: 58.33333%;
}
.col-lg-pull-8 {
	right: 66.66667%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-10 {
	right: 83.33333%;
}
.col-lg-pull-11 {
	right: 91.66667%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-push-1 {
	left: 8.33333%;
}
.col-lg-push-2 {
	left: 16.66667%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-4 {
	left: 33.33333%;
}
.col-lg-push-5 {
	left: 41.66667%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-7 {
	left: 58.33333%;
}
.col-lg-push-8 {
	left: 66.66667%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-10 {
	left: 83.33333%;
}
.col-lg-push-11 {
	left: 91.66667%;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-offset-0 {
	margin-left: 0;
}
.col-lg-offset-1 {
	margin-left: 8.33333%;
}
.col-lg-offset-2 {
	margin-left: 16.66667%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-4 {
	margin-left: 33.33333%;
}
.col-lg-offset-5 {
	margin-left: 41.66667%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-7 {
	margin-left: 58.33333%;
}
.col-lg-offset-8 {
	margin-left: 66.66667%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-10 {
	margin-left: 83.33333%;
}
.col-lg-offset-11 {
	margin-left: 91.66667%;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.xs-display {
	display: block;
}
.xs-hidden {
	display: none;
}
.filter-disabled {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.filter-box {
	position: relative;
}
.filter-box select {
	display: none;
}
.filter-text {
	height: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background: #fff;
}
.filter-text input {
	font-size: 14px;
}
.filter-text .filter-title {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 0;
	background-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	cursor: pointer;
}
.filter-list {
	display: none;
	width: 100%;
	max-height: 300px;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 99;
	overflow: auto;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.filter-list li.filter-null a {
	color: #d2d2d2;
}
.filter-list li a {
	display: block;
	padding: 0 30px;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.filter-list li:hover {
	background-color: #f5f7fa;
}
.filter-list li.filter-selected a {
	display: block;
	color: #004ABB;
	font-weight: bold;
}
.filter-list li.filter-disabled {
	background-color: #fff;
}
.filter-list li.filter-disabled a {
	display: block;
	color: #d2d2d2;
}
.filter-list li.filter-disabled:hover a {
	cursor: not-allowed !important;
	background-color: #fff;
}
.filter-text .iconfont {
	line-height: normal;
	position: absolute;
	right: 10px;
	top: 35%;
	transition: all .2s;
}
.filter-text .iconfont.filter-show {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
 .filter-list::-webkit-scrollbar {
width: 4px;
height: 4px;
}
 .filter-list::-webkit-scrollbar-track {
background: #fff;
}
 .filter-list::-webkit-scrollbar-thumb {
background: #CBCBCB;
}
 @-webkit-keyframes pointMove {
0% {
transform: translate(0, -6);
}
 100% {
transform: translate(0, 6px);
}
}
 @keyframes pointMove {
0% {
transform: translate(0, -6);
}
 100% {
transform: translate(0, 6px);
}
}
/*font*/
@font-face {
	font-family: "NotoSansHans-Regular";
	src: url("NotoSansHans-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/*! 1501-1920px */

.header {
	width: 100%;
	height: auto;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
	transition: all .4s ease;
}
.header .container {
	width: auto;
	padding: 0 50px;
}
.header .logo {
	width: 256px;
	padding: 6px 0 10px;
}
.header .nav {
	height: auto;
	overflow: visible;
}
.header .nav .item {
	height: 90px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.header .nav .item .title {
	font-size: 16px;
	line-height: 36px;
	padding: 30px 30px 20px;
	display: block;
	color: #fff;
}
.header .nav .item .submenu {
	width: 1200px;
	background: #006198;
	position: absolute;
	left: 30px;
	top: 90px;
	display: none;
}
.header .nav .item .submenu .subitem {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 15px 20px;
	opacity: .6;
}
.header .nav .item .submenu .subitem:hover {
	opacity: 1;
}
.header .nav .item:last-child {
	margin: 0;
}
.header .nav .item.item1 .submenu {
	width: 520px;
}
.header .nav .item.item2 .submenu {
	width: 415px;
}
.header .nav .item.item3 .submenu {
	left: auto;
	right: 0;
	width: 685px;
	margin-right: -242px;
}
.header .nav .item.item4 .submenu {
	left: auto;
	right: 0;
	width: 520px;
	margin-right: -115px;
}
.header .nav .item.item5 .submenu {
	left: auto;
	right: 12px;
	width: 210px;
}
.header .menu {
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.header .menu i {
	font-size: 19px;
	color: #fff;
}
.header.white {
	background: #fff;
}
.header.white .nav .item .title {
	color: #222;
}
.header.white .nav .item:after {
	content: "";
	width: 0;
	height: 3px;
	background: #B81C26;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all .4s ease;
}
.header.white .nav .item:hover .title, .header.white .nav .item.active .title {
	color: #BF120B;
}
.header.white .nav .item:hover:after, .header.white .nav .item.active:after {
	width: 30px;
}

.footer {
	height: auto;
	background: url("../images/footer-bg.jpg") center no-repeat;
	background-size: cover;
}
.footer .top {
	height: auto;
	overflow: hidden;
	padding: 50px 0 40px;
	border-bottom: 1px solid #20262F;
}
.footer .top .nav {
	height: auto;
	overflow: hidden;
}
.footer .top .nav dl {
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 100px;
}
.footer .top .nav dl dt {
	font-size: 15px;
	color: #ccc;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer .top .nav dl dt a {
	color: #ccc;
}
.footer .top .nav dl dt a:hover {
	color: #fff;
}
.footer .top .nav dl dd {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.footer .top .nav dl dd a {
	color: #999;
}
.footer .top .nav dl dd a:hover {
	color: #fff;
}
.footer .top .nav dl:last-child {
	margin: 0;
}
.footer .top .qrBox {
	height: auto;
	overflow: hidden;
}
.footer .top .qrBox .qr {
	height: auto;
	overflow: hidden;
	text-align: center;
	float: right;
	margin-left: 60px;
}
.footer .top .qrBox .qr img {
	width: 140px;
}
.footer .top .qrBox .qr p {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.footer .top .qrBox .qr:last-child {
	margin: 0;
}
.footer .bottom {
	height: auto;
	padding: 20px 0;
}
.footer .bottom .copyright {
	font-size: 14px;
	color: #999;
	line-height: 50px;
}
.footer .bottom .copyright a {
	color: #999;
}
.footer .bottom .flist {
	width: 280px;
	margin-left: 10px;
	padding-left: 14px;
	font-size: 14px;
	color: #999;
	height: 50px;
	line-height: 48px;
	vertical-align: middle;
	position: relative;
	z-index: 999;
	cursor: pointer;
}
.footer .bottom .flist a {
	color: #999;
}
.footer .bottom .flist .icon {
	width: 50px;
	height: 50px;
	background: #444;
	text-align: center;
}
.footer .bottom .flist .icon .iconfont {
	transition: all .4s ease;
}
.footer .bottom .flist ul {
	width: 280px;
	display: none;
	position: absolute;
	left: 0;
	bottom: 48px;
	height: auto;
	overflow: hidden;
	z-index: 9999;
	overflow-y: auto;
	background-color: #373737;
}
.footer .bottom .flist ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0 14px;
	background: #373737;
	transition: all .4s ease;
}
.footer .bottom .flist ul li a {
	color: #999;
	font-size: 14px;
	display: block;
}
.footer .bottom .flist ul li:hover {
	background: #444;
}
.footer .bottom .flist:first-child {
	margin-left: 0;
}
.footer .bottom .flist:hover .icon-more {
	transform: rotate(180deg);
}

/* 首页 */
.Index .banner {
	height: 100vh;
	overflow: hidden;
}
.Index .banner .swiper-slide {
	height: 100%;
}
.Index .banner .swiper-slide video, .Index .banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #fff !important;
}
.Index .banner .swiper-pagination {
	bottom: 40px;
}
.Index .banner .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #dc5b00;
	opacity: 1;
	cursor: pointer;
	transition: all .4s ease;
}
.Index .banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 60px;
	border-radius: 10px;
}
.Index .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.Index .block .title {
	height: auto;
	overflow: hidden;
}
.Index .block .title h2 {
	font-size: 40px;
	color: rgba(15, 53, 104, 0.6);
	text-transform: uppercase;
}
.Index .block .title h3 {
	font-size: 36px;
	color: #000;
}
.Index .block.about {
	height: auto;
	overflow: hidden;
	padding: 7% 0;
	background: url("../images/index-about-bg.jpg") center no-repeat;
	background-size: cover;
}
.Index .block.about:after {
	content: "";
	width: 800px;
	height: 278px;
	background: url("../images/index-about-bg-img.png") center no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 17%;
}
.Index .block.about .anav {
	width: 61%;
	height: auto;
	overflow: hidden;
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.Index .block.about .anav li {
	width: 33.3333%;
	padding: 10px;
	position: relative;
}
.Index .block.about .anav li a {
	display: block;
	position: relative;
}
.Index .block.about .anav li img {
	width: 100%;
}
.Index .block.about .anav li .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.Index .block.about .anav li .text h2, .Index .block.about .anav li .text h3 {
	font-size: 18px;
	color: #fff;
}
.Index .block.about .anav li:hover img {
	transform: scale(1.05);
}
.Index .block.about .content {
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.Index .block.about .content .title {
	text-align: right;
}
.Index .block.about .content ul {
	height: auto;
	overflow: hidden;
	margin-top: 10%;
}
.Index .block.about .content ul li {
	font-size: 20px;
	color: #333;
	text-align: right;
	margin-bottom: 3%;
}
.Index .block.about .content ul li b {
	font-size: 48px;
	color: #ef4f01;
	font-weight: bold;
	margin: 0 5px;
}
.Index .block.news {
	height: auto;
	overflow: hidden;
	padding: 7% 0 4.4%;
}
.Index .block.news .left {
	width: 100%;
	overflow: hidden;
}
.Index .block.news .left .slide {
	width: 39%;
	overflow: hidden;
	position: relative;
	padding-bottom: 5%;
}
.Index .block.news .left .slide ul {
	height: auto;
	overflow: hidden;
}
.Index .block.news .left .slide ul li {
	margin-top: 5%;
}
.Index .block.news .left .slide ul li h3 {
	font-size: 18px;
	color: #81858B;
}
.Index .block.news .left .slide ul li h2 {
	font-size: 24px;
	font-weight: bold;
	color: #0F3568;
	margin: 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.Index .block.news .left .slide ul li p {
	font-size: 16px;
	color: #303843;
	line-height: 28px;
	max-height: 84px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.Index .block.news .left .slide ul li:hover h2 {
	color: #B81C26;
}
.Index .block.news .left .slide .swiper-pagination {
	bottom: 0;
	text-align: left;
}
.Index .block.news .left .slide .swiper-pagination-bullet {
	bottom: 0;
	width: 50px;
	height: 4px;
	background: #B5B5B5;
	opacity: 1;
	border-radius: 0;
	margin: 0 5px;
}
.Index .block.news .left .slide .swiper-pagination-bullet-active {
	background: #B81C26;
}
.Index .block.news .right {
	width: 56%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.Index .block.news .right ul {
	height: 100%;
	display: flex;
}
.Index .block.news .right ul li {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.Index .block.news .right ul li img {
	width: 100%;
	height: 100%;
	transform: scale(1.1);
}
.Index .block.news .right ul li .text {
	width: 100%;
	padding: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s ease;
}
.Index .block.news .right ul li .text h2 {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.Index .block.news .right ul li .text p {
	font-size: 16px;
	color: #fff;
}
.Index .block.news .right ul li:hover img {
	transform: scale(1);
}
.Index .block.news .right ul li:hover .text {
	transform: translateY(-30px);
}
.neiPage .header {
	background: #fff;
	position: relative;
}
.neiPage .header .nav .item .title {
	color: #222;
}
.neiPage .header .nav .item:after {
	content: "";
	width: 0;
	height: 3px;
	background: #B81C26;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all .4s ease;
}
.neiPage .header .nav .item:hover, .neiPage .header .nav .item.active {
	color: #BF120B;
}
.neiPage .header .nav .item:hover:after, .neiPage .header .nav .item.active:after {
	width: 30px;
}
.neiPage .header .menu {
	background: #F6F6F6;
}
.neiPage .header .menu i {
	color: #222;
}
.neiBanner {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.neiBanner img {
	width: 100%;
	height: 100%;
}
.positionTabs {
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 70px;
}
.positionTabs .position {
	height: auto;
	overflow: hidden;
	float: left;
	padding: 30px 0;
	color: #7E7D7D;
	font-size: 14px;
}
.positionTabs .position .icon-home {
	font-size: 18px;
	color: #A0A0A0;
}
.positionTabs .position .icon-sanjiao {
	color: #A0A0A0;
}
.positionTabs .position a {
	font-size: 14px;
	color: #7E7D7D;
}
.positionTabs .tabs {
	height: auto;
	overflow: hidden;
	float: right;
}
.positionTabs .tabs .item {
	font-size: 16px;
	color: #666;
	padding: 29px 0;
	display: inline-block;
	margin-left: 40px;
	position: relative;
}
.positionTabs .tabs .item:after {
	content: "";
	width: 0;
	height: 2px;
	background: #B81C26;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all .4s ease;
}
.positionTabs .tabs .item:hover, .positionTabs .tabs .item.active {
	color: #BF120B;
}
.positionTabs .tabs .item:hover:after, .positionTabs .tabs .item.active:after {
	width: 30px;
}
.page {
	margin: 50px 0 80px;
	text-align: center;
}
.page a {
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	font-size: 16px;
	margin: 0 5px;
	border: 1px solid #E6EAF6;
	display: inline-block;
	text-align: center;
}
.page a.first, .page a.last {
	width: 100px;
	border-radius: 30px;
}
.page a:hover, .page a.active {
	background: #004ABB;
	color: #fff;
	box-shadow: 0 3px 12px rgba(0, 74, 187, 0.2);
}
.page b{display:none;}
/* 公司概况 */
.About .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.About .block.block1 .img {
	width: 50%;
	position: relative;
}
.About .block.block1 .img img {
	width: 100%;
}
.About .block.block1 .img .txt {
	width: 100%;
	padding: 20px;
	text-align: right;
	position: absolute;
	left: 0;
	bottom: 40px;
}
.About .block.block1 .img .txt h2 {
	font-size: 30px;
	color: #fff;
}
.About .block.block1 .img .txt h2 b {
	color: #B81C26;
}
.About .block.block1 .text {
	width: 47%;
	height: auto;
	overflow: hidden;
}
.About .block.block1 .text h1 {
	font-size: 64px;
	color: rgba(184, 28, 38, 0.1);
}
.About .block.block1 .text h2 {
	font-size: 36px;
	color: #000;
}
.About .block.block1 .text h3 {
	font-size: 24px;
	color: #A0A0A0;
	opacity: .65;
	font-family: Arial;
}
.About .block.block1 .text p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-top: 30px;
	text-align: justify;
}
.About .block.block2 {
	margin-top: 80px;
	background: #004ABB;
}
.About .block.block2 .img {
	width: 50%;
}
.About .block.block2 .img img {
	min-height: 680px;
}
.About .block.block2 .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.About .block.block2 .text .box {
	width: 50%;
	padding: 60px 0 0 60px;
	float: right;
}
.About .block.block2 .text .box h1 {
	font-size: 34px;
	color: #fff;
	opacity: .45;
	text-transform: uppercase;
}
.About .block.block2 .text .box h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 30px;
}
.About .block.block2 .text .box .line {
	width: 46px;
	height: 3px;
	background: #fff;
}
.About .block.block2 .text .box p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-top: 30px;
	text-align: justify;
}
.About .block.block2 .text .box img {
	float: right;
	margin: 40px 60px 0 0;
}
.About .block.block3 {
	text-align: center;
	margin-top: 70px;
}
.About .block.block3 .title {
	font-size: 36px;
	color: #000;
}
.About .block.block3 .dsc {
	font-size: 16px;
	color: #666;
	margin: 10px 0 30px;
}
.About .block.block3 img {
	width: 100%;
}
/* 发展历程 */
.AboutHistory .block {
	height: auto;
	overflow: hidden;
	margin-top: 100px;
	padding-bottom: 200px;
	position: relative;
}
.AboutHistory .block .slide {
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.AboutHistory .block .slide .swiper-slide {
	position: relative;
	padding-left: 45px;
}
.AboutHistory .block .slide .swiper-slide h1 {
	font-size: 24px;
	color: #004ABB;
	font-weight: bold;
}
.AboutHistory .block .slide .swiper-slide h2 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.AboutHistory .block .slide .swiper-slide p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 10px;
}
.AboutHistory .block .slide .swiper-slide:before {
	content: "";
	width: 16px;
	height: 16px;
	border: 3px solid #1D49B4;
	position: absolute;
	left: 3px;
	top: 7px;
	transform: rotate(45deg);
}
.AboutHistory .block .slide .swiper-slide:after {
	content: "";
	width: 3px;
	height: 78px;
	background: linear-gradient(180deg, #004ABB 0%, rgba(29, 73, 180, 0) 100%);
	position: absolute;
	left: 9px;
	top: 25px;
}
.AboutHistory .block .slide .swiper-slide:nth-child(odd) {
	padding-top: 150px;
}
.AboutHistory .block .slide .swiper-slide:nth-child(odd):before {
	top: 157px;
}
.AboutHistory .block .slide .swiper-slide:nth-child(odd):after {
	top: 175px;
}
.AboutHistory .block .slide .btns {
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 60px;
}
.AboutHistory .block .slide .btns .btn-next, .AboutHistory .block .slide .btns .btn-prev {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #E9E9E9;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: all .4s ease;
}
.AboutHistory .block .slide .btns .btn-next i, .AboutHistory .block .slide .btns .btn-prev i {
	font-size: 24px;
	color: #004ABB;
}
.AboutHistory .block .slide .btns .btn-next:hover, .AboutHistory .block .slide .btns .btn-prev:hover {
	background: #004ABB;
}
.AboutHistory .block .slide .btns .btn-next:hover i, .AboutHistory .block .slide .btns .btn-prev:hover i {
	color: #fff;
}
.AboutHistory .block:after {
	content: "";
	width: 100%;
	height: 300px;
	background: url("../images/about-history-bg.png") center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}
/* 服务项目 */
.AboutService .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.AboutService .block.block1 {
	padding-top: 3%;
}
.AboutService .block.block1 .text {
	width: 40%;
}
.AboutService .block.block1 .text h2 {
	font-size: 36px;
	color: #000;
}
.AboutService .block.block1 .text p {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	margin-top: 15px;
}
.AboutService .block.block1 .text ul {
	width: 70%;
	height: auto;
	overflow: hidden;
}
.AboutService .block.block1 .text ul li {
	width: 50%;
	text-align: center;
	float: left;
	margin-top: 40px;
}
.AboutService .block.block1 .text ul li h3 {
	font-size: 36px;
	color: #B81C26;
	font-weight: bold;
}
.AboutService .block.block1 .text ul li h4 {
	font-size: 16px;
	color: #000;
}
.AboutService .block.block1 .img {
	width: 55%;
}
.AboutService .block.block1 .img .map {
	width: 100%;
	position: relative;
}
.AboutService .block.block1 .img .map img {
	width: 85%;
}
.AboutService .block.block1 .img .map .points {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.AboutService .block.block1 .img .map .points .point {
	position: absolute;
	cursor: pointer;
}
.AboutService .block.block1 .img .map .points .point .bg {
	visibility: hidden;
	opacity: 0;
	width: 33px;
	height: 44px;
	font-size: 13px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	background: url("../images/map-point-bg.png") no-repeat center/100%;
	position: absolute;
	left: -13px;
	top: -41px;
	transform: translateY(-5px);
	transition: all .4s ease;
}
.AboutService .block.block1 .img .map .points .point .dot {
	width: 7px;
	height: 7px;
	background: #C62F26;
	border-radius: 50%;
}
.AboutService .block.block1 .img .map .points .point.p-zhengzhou {
	left: 460px;
	top: 317px;
}
.AboutService .block.block1 .img .map .points .point.p-puyang {
	left: 472px;
	top: 298px;
}
.AboutService .block.block1 .img .map .points .point.p-luoyang {
	left: 447px;
	top: 317px;
}
.AboutService .block.block1 .img .map .points .point.p-xinxiang {
	left: 463px;
	top: 306px;
}
.AboutService .block.block1 .img .map .points .point.p-jiaozuo {
	left: 453px;
	top: 309px;
}
.AboutService .block.block1 .img .map .points .point.p-kaifeng {
	left: 471px;
	top: 314px;
}
.AboutService .block.block1 .img .map .points .point.p-nanyang {
	left: 448px;
	top: 333px;
}
.AboutService .block.block1 .img .map .points .point.p-shanghai {
	left: 552px;
	top: 358px;
}
.AboutService .block.block1 .img .map .points .point.p-hangzhou {
	left: 537px;
	top: 373px;
}
.AboutService .block.block1 .img .map .points .point.p-suzhou {
	left: 538px;
	top: 360px;
}
.AboutService .block.block1 .img .map .points .point.p-changshu {
	left: 541px;
	top: 353px;
}
.AboutService .block.block1 .img .map .points .point.p-nantong {
	left: 544px;
	top: 345px;
}
.AboutService .block.block1 .img .map .points .point.p-hefei {
	left: 506px;
	top: 353px;
}
.AboutService .block.block1 .img .map .points .point.p-nanjing {
	left: 525px;
	top: 348px;
}
.AboutService .block.block1 .img .map .points .point.p-nanchang {
	left: 492px;
	top: 397px;
}
.AboutService .block.block1 .img .map .points .point:hover .bg {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.AboutService .block.block1 .img .map .tabs {
	height: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.AboutService .block.block1 .img .map .tabs ul {
	float: right;
	margin-left: 15px;
}
.AboutService .block.block1 .img .map .tabs ul li {
	width: 80px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	text-align: center;
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	margin-bottom: 12px;
	transition: all .4s ease;
	cursor: pointer;
}
.AboutService .block.block1 .img .map .tabs ul li i {
	font-size: 24px;
	vertical-align: -3px;
}
.AboutService .block.block1 .img .map .tabs ul li:hover {
	background: #B81C26;
	color: #fff;
	border-color: #B81C26;
}
.AboutService .block.block2 {
	margin: 80px 0 90px;
}
.AboutService .block.block2 .tabslide {
	height: auto;
	overflow: hidden;
	background: #F5F5F5;
	margin-bottom: 40px;
}
.AboutService .block.block2 .tabslide .swiper-slide {
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}
.AboutService .block.block2 .tabslide .swiper-slide.active {
	background: #C62F26;
	color: #fff;
}
.AboutService .block.block2 .slide {
	overflow: hidden;
}
.AboutService .block.block2 .slide ul {
	height: auto;
	overflow: hidden;
	margin: 0 -15px;
}
.AboutService .block.block2 .slide ul li {
	padding: 0 15px;
	margin-bottom: 40px;
}
.AboutService .block.block2 .slide ul li .box {
	overflow: hidden;
}
.AboutService .block.block2 .slide ul li .img {
	overflow: hidden;
}
.AboutService .block.block2 .slide ul li .img img {
	width: 100%;
	transition: all .4s ease;
}
.AboutService .block.block2 .slide ul li h2 {
	font-size: 18px;
	color: #000;
	line-height: 60px;
	background: #f5f5f5;
	text-align: center;
	transition: all .4s ease;
}
.AboutService .block.block2 .slide ul li:hover img {
	transform: scale(1.05);
}
.AboutService .block.block2 .slide ul li:hover h2 {
	background: #004ABB;
	color: #fff;
}
.AboutService .block.block2 .slide .btnMore {
	width: 260px;
	line-height: 60px;
	background: #004ABB;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 10px auto;
	cursor: pointer;
}
/* 党建动态 */
.AboutParty .block {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 70px;
}
.AboutParty .block .title {
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.AboutParty .block .title h1 {
	font-size: 36px;
	color: #000;
	float: left;
	line-height: 36px;
}
.AboutParty .block .title a {
	float: right;
	font-size: 16px;
	color: #000;
	line-height: 36px;
}
.AboutParty .block .title a i {
	font-size: 14px;
	color: #C72D24;
	vertical-align: 1px;
}
.AboutParty .block .title a:hover {
	color: #C72D24;
}
.AboutParty .block .title a:hover i {
	margin-left: 2px;
}
.AboutParty .block.block1 .slide {
	overflow: hidden;
	position: relative;
}
.AboutParty .block.block1 .slide .swiper-slide {
	overflow: hidden;
}
.AboutParty .block.block1 .slide .swiper-slide .img {
	width: 50%;
	overflow: hidden;
	float: left;
}
.AboutParty .block.block1 .slide .swiper-slide .img img {
	width: 100%;
}
.AboutParty .block.block1 .slide .swiper-slide .text {
	height: auto;
	overflow: hidden;
	padding: 40px 40px 0;
}
.AboutParty .block.block1 .slide .swiper-slide .text h3 {
	font-size: 24px;
	color: #5A5A5A;
}
.AboutParty .block.block1 .slide .swiper-slide .text h2 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin: 10px 0 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.AboutParty .block.block1 .slide .swiper-slide .text p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	max-height: 120px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.AboutParty .block.block1 .slide .swiper-slide .text h4 {
	color: #004ABB;
	margin-top: 50px;
}
.AboutParty .block.block1 .slide .swiper-slide:hover .img img {
	transform: scale(1.05);
}
.AboutParty .block.block1 .slide .swiper-slide:hover .text h2 {
	color: #004ABB;
}
.AboutParty .block.block1 .slide .swiper-pagination {
	width: 50%;
	left: 50%;
	text-align: left;
	padding: 0 40px;
	bottom: 30px;
}
.AboutParty .block.block1 .slide .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	opacity: .2;
	background: #0F3568;
	border-radius: 5px;
}
.AboutParty .block.block1 .slide .swiper-pagination .swiper-pagination-bullet-active {
	width: 60px;
	opacity: 1;
}
.AboutParty .block.block2 .stabs {
	height: auto;
	overflow: hidden;
	float: right;
}
.AboutParty .block.block2 .stabs .item {
	position: relative;
	margin-left: 30px;
	float: left;
	cursor: pointer;
	padding-bottom: 10px;
}
.AboutParty .block.block2 .stabs .item:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #B81C26;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all .4s ease;
}
.AboutParty .block.block2 .stabs .item:hover, .AboutParty .block.block2 .stabs .item.active {
	color: #B81C26;
}
.AboutParty .block.block2 .stabs .item:hover:after, .AboutParty .block.block2 .stabs .item.active:after {
	opacity: 1;
}
.AboutParty .block.block2 .slide {
	overflow: hidden;
	position: relative;
}
.AboutParty .block.block2 .slide .swiper-slide {
	position: relative;
	background: #fff;
}
.AboutParty .block.block2 .slide .swiper-slide .menu {
	width: 460px;
	height: 500px;
	background: #F9F9F9;
	padding: 20px 0;
}
.AboutParty .block.block2 .slide .swiper-slide .menu ul {
	height: 460px;
	overflow: auto;
}
.AboutParty .block.block2 .slide .swiper-slide .menu ul li {
	font-size: 18px;
	color: #000;
	padding: 7px 20px;
	cursor: pointer;
	transition: all .4s ease;
}
.AboutParty .block.block2 .slide .swiper-slide .menu ul li.active {
	background: #004ABB;
	color: #fff;
}
.AboutParty .block.block2 .slide .swiper-slide .menu ul li.active:hover {
	color: #fff;
}
.AboutParty .block.block2 .slide .swiper-slide .menu ul li:hover {
	color: #004ABB;
}
.AboutParty .block.block2 .slide .swiper-slide .textBox {
	width: 950px;
	height: 500px;
	padding: 20px 0 20px 20px;
	background: #F9F9F9;
}
.AboutParty .block.block2 .slide .swiper-slide .textBox .swiper-slide {
	height: 500px;
	background: #F9F9F9;
}
.AboutParty .block.block2 .slide .swiper-slide .textBox .tt {
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
	text-align: center;
}
.AboutParty .block.block2 .slide .swiper-slide .textBox .text {
	height: 420px;
	overflow: auto;
	padding-right: 20px;
}
.AboutParty .block.block2 .slide .swiper-slide .textBox .text p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin-bottom: 10px;
	text-indent: 32px;
}
.AboutParty .block.block3 {
	margin-bottom: 100px;
}
.AboutParty .block.block3 .title .btns {
	height: auto;
	overflow: hidden;
	float: right;
}
.AboutParty .block.block3 .title .btns .btn-next, .AboutParty .block.block3 .title .btns .btn-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #E9E9E9;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
	transition: all .4s ease;
}
.AboutParty .block.block3 .title .btns .btn-next i, .AboutParty .block.block3 .title .btns .btn-prev i {
	font-size: 24px;
	color: #004ABB;
}
.AboutParty .block.block3 .title .btns .btn-next:hover, .AboutParty .block.block3 .title .btns .btn-prev:hover {
	background: #004ABB;
}
.AboutParty .block.block3 .title .btns .btn-next:hover i, .AboutParty .block.block3 .title .btns .btn-prev:hover i {
	color: #fff;
}
.AboutParty .block.block3 .slide {
	overflow: hidden;
	position: relative;
}
.AboutParty .block.block3 .slide .swiper-slide {
	position: relative;
}
.AboutParty .block.block3 .slide .swiper-slide img {
	width: 100%;
}
.AboutParty .block.block3 .slide .swiper-slide h2 {
	width: 100%;
	font-size: 20px;
	color: #fff;
	padding: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.AboutParty .block.block4 .imgText .text, .AboutParty .block.block4 .imgText .img {
	width: 50%;
	float: left;
}
.AboutParty .block.block4 .imgText .text {
	padding: 60px 40px 0 0;
}
.AboutParty .block.block4 .imgText .text .title {
	margin-bottom: 50px;
}
.AboutParty .block.block4 .imgText .text p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
/* 企业荣誉 */
.AboutHonor .block {
	min-height: 974px;
	overflow: hidden;
	position: relative;
	background: url("../images/about-honor-bg.png") bottom no-repeat;
	background-size: 100%;
}
.AboutHonor .block .swiper1 {
	height: auto;
	overflow: visible;
	position: relative;
}
.AboutHonor .block .swiper1 .slide {
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.AboutHonor .block .swiper1 .slide .swiper-slide {
	position: relative;
	padding-left: 45px;
}
.AboutHonor .block .swiper1 .slide .swiper-slide h1 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.AboutHonor .block .swiper1 .slide .swiper-slide p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 10px;
}
.AboutHonor .block .swiper1 .slide .swiper-slide:before {
	content: "";
	width: 16px;
	height: 16px;
	border: 3px solid #1D49B4;
	position: absolute;
	left: 3px;
	top: 7px;
	transform: rotate(45deg);
}
.AboutHonor .block .swiper1 .slide .swiper-slide:after {
	content: "";
	width: 3px;
	height: 95%;
	background: linear-gradient(180deg, #004ABB 0%, rgba(29, 73, 180, 0) 100%);
	position: absolute;
	left: 9px;
	top: 25px;
}
.AboutHonor .block .btn-next, .AboutHonor .block .btn-prev {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #E9E9E9;
	cursor: pointer;
	position: absolute;
	left: -100px;
	top: 30%;
	z-index: 1;
	transition: all .4s ease;
}
.AboutHonor .block .btn-next.btn-next, .AboutHonor .block .btn-prev.btn-next {
	left: auto;
	right: -100px;
}
.AboutHonor .block .btn-next i, .AboutHonor .block .btn-prev i {
	font-size: 24px;
	color: #004ABB;
}
.AboutHonor .block .btn-next:hover, .AboutHonor .block .btn-prev:hover {
	background: #004ABB;
}
.AboutHonor .block .btn-next:hover i, .AboutHonor .block .btn-prev:hover i {
	color: #fff;
}
.AboutHonor .block .swiper2 {
	height: auto;
	overflow: visible;
	position: relative;
	margin: 100px 0 200px;
}
.AboutHonor .block .swiper2 .slide {
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.AboutHonor .block .swiper2 .slide .swiper-slide {
	position: relative;
}
.AboutHonor .block .swiper2 .slide .swiper-slide img {
	width: 100%;
}
.AboutHonor .block .swiper2 .slide .swiper-slide p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
}
/* 新闻中心 */
.News .list {
	height: auto;
	overflow: hidden;
}
.News .list ul li {
	height: auto;
	overflow: hidden;
	background: #F9F9F9;
	cursor: pointer;
	margin-bottom: 30px;
	transition: all .4s ease;
}
.News .list ul li .img {
	width: 425px;
	float: left;
	overflow: hidden;
}
.News .list ul li .img img {
	width: 100%;
	transition: all .4s ease;
}
.News .list ul li .text {
	height: auto;
	overflow: hidden;
	padding: 30px 40px 0;
}
.News .list ul li .text h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.News .list ul li .text p {
	font-size: 16px;
	line-height: 28px;
	max-height: 56px;
	color: #A0A0A0;
	margin-bottom: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.News .list ul li .text .other {
	height: auto;
	overflow: hidden;
}
.News .list ul li .text .other .date {
	font-size: 16px;
	color: #666;
	float: left;
	line-height: 50px;
}
.News .list ul li .text .other .btn {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #605D5D;
	transition: all .4s ease;
}
.News .list ul li .text .other .btn i {
	font-size: 20px;
	color: #fff;
	transition: all .4s ease;
	display: block;
}
.News .list ul li:hover {
	box-shadow: 0 0 59px rgba(116, 116, 116, 0.16);
	background: #fff;
}
.News .list ul li:hover .img img {
	transform: scale(1.05);
}
.News .list ul li:hover .text .other .date {
	color: #004ABB;
	font-weight: bold;
}
.News .list ul li:hover .text .other .btn {
	background: #004ABB;
}
.News .list ul li:hover .text .other .btn i {
	color: #fff;
}
/* 视频 */
.NewsVideo .tabs1 {
	height: auto;
	overflow: hidden;
	background: #F5F5F5;
	margin-bottom: 40px;
}
.NewsVideo .tabs1 .item {
	font-size: 20px;
	color: #000;
	line-height: 60px;
	padding: 0 30px;
	font-weight: bold;
	text-align: center;
	float: left;
}
.NewsVideo .tabs1 .item.active {
	background: #004ABB;
	color: #fff !important;
}
.NewsVideo .tabs1 .item:hover {
	color: #004ABB;
}
.NewsVideo .slideBox {
	overflow: visible;
	position: relative;
	margin-bottom: 50px;
}
.NewsVideo .slideBox .slide {
	overflow: hidden;
	position: relative;
}
.NewsVideo .slideBox .slide .swiper-slide {
	position: relative;
	overflow: hidden;
}
.NewsVideo .slideBox .slide .swiper-slide img {
	width: 100%;
}
.NewsVideo .slideBox .slide .swiper-slide h2 {
	width: 100%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.NewsVideo .slideBox .slide .swiper-slide .cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .4s ease;
}
.NewsVideo .slideBox .slide .swiper-slide .cover i {
	width: 60px;
	height: 60px;
	font-size: 50px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.NewsVideo .slideBox .slide .swiper-slide:hover img {
	transform: scale(1.05);
}
.NewsVideo .slideBox .slide .swiper-slide:hover .cover {
	background: transparent;
}
.NewsVideo .slideBox .btn-next, .NewsVideo .slideBox .btn-prev {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #E9E9E9;
	cursor: pointer;
	position: absolute;
	left: -100px;
	top: 200px;
	z-index: 1;
	transition: all .4s ease;
}
.NewsVideo .slideBox .btn-next.btn-next, .NewsVideo .slideBox .btn-prev.btn-next {
	left: auto;
	right: -100px;
}
.NewsVideo .slideBox .btn-next i, .NewsVideo .slideBox .btn-prev i {
	font-size: 24px;
	color: #004ABB;
}
.NewsVideo .slideBox .btn-next:hover, .NewsVideo .slideBox .btn-prev:hover {
	background: #004ABB;
}
.NewsVideo .slideBox .btn-next:hover i, .NewsVideo .slideBox .btn-prev:hover i {
	color: #fff;
}
.NewsVideo .list {
	height: auto;
	overflow: hidden;
}
.NewsVideo .list ul {
	margin: 0 -15px;
}
.NewsVideo .list ul li {
	padding: 0 15px;
	margin-bottom: 30px;
	transition: all .4s ease;
}
.NewsVideo .list ul li .box {
	overflow: hidden;
	background: #F9F9F9;
	cursor: pointer;
}
.NewsVideo .list ul li .img {
	overflow: hidden;
	position: relative;
}
.NewsVideo .list ul li .img img {
	width: 100%;
	transition: all .4s ease;
}
.NewsVideo .list ul li .img .cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .4s ease;
}
.NewsVideo .list ul li .img .cover i {
	width: 60px;
	height: 60px;
	font-size: 50px;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.NewsVideo .list ul li .text {
	height: auto;
	overflow: hidden;
	padding: 20px;
}
.NewsVideo .list ul li .text h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .4s ease;
}
.NewsVideo .list ul li .text p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}
.NewsVideo .list ul li:hover .img img {
	transform: scale(1.05);
}
.NewsVideo .list ul li:hover .img .cover {
	background: transparent;
}
.NewsVideo .list ul li:hover .text h2 {
	color: #004ABB;
}
.NewsVideo .year {
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.NewsVideo .year .slide {
	height: auto;
	overflow: hidden;
}
.NewsVideo .year .slide .swiper-slide {
	width: auto;
	padding: 10px 35px;
	border: 1px solid #eee;
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	cursor: pointer;
}
.NewsVideo .year .slide .swiper-slide.active, .NewsVideo .year .slide .swiper-slide:hover {
	border-color: #004ABB;
}
.NewsVideo .year .slide .swiper-slide.active a, .NewsVideo .year .slide .swiper-slide:hover a {
	color: #004ABB;
}
/* 期刊 */
.NewsBook .block {
	height: auto;
	overflow: hidden;
}
.NewsBook .block .tabs {
	height: auto;
	overflow: hidden;
	background: #F5F5F5;
	margin-bottom: 40px;
}
.NewsBook .block .tabs .item {
	font-size: 20px;
	color: #000;
	line-height: 60px;
	padding: 0 30px;
	font-weight: bold;
	text-align: center;
	float: left;
}
.NewsBook .block .tabs .item.active {
	background: #004ABB;
	color: #fff !important;
}
.NewsBook .block .tabs .item:hover {
	color: #004ABB;
}
.NewsBook .block .book {
	height: auto;
	overflow: hidden;
	padding: 40px;
	background: url("../images/news-book-bg.png") center no-repeat;
	background-size: cover;
}
.NewsBook .block .book .img {
	width: 420px;
	position: relative;
	float: left;
}
.NewsBook .block .book .img img {
	width: 100%;
	position: relative;
	z-index: 1;
}
.NewsBook .block .book .img:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(98, 128, 193, 0.1);
	position: absolute;
	left: 10px;
	top: 10px;
}
.NewsBook .block .book .text {
	height: auto;
	overflow: hidden;
	padding: 90px 0 0 50px;
}
.NewsBook .block .book .text h3 {
	font-size: 24px;
	color: #004ABB;
	font-weight: bold;
}
.NewsBook .block .book .text h2 {
	font-size: 36px;
	color: #000;
	margin-bottom: 20px;
}
.NewsBook .block .book .text p {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	margin-bottom: 5px;
}
.NewsBook .block .book .text .btn {
	width: 240px;
	height: 50px;
	line-height: 50px;
	background: #004ABB;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	margin-top: 60px;
	display: block;
}
.NewsBook .block .book .text .btn i {
	font-size: 20px;
	color: #fff;
	vertical-align: -2px;
	margin-right: 5px;
}
.NewsBook .list {
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.NewsBook .list ul {
	margin: 0 -10px;
}
.NewsBook .list ul li {
	padding: 0 10px;
	margin-bottom: 30px;
	transition: all .4s ease;
}
.NewsBook .list ul li .box {
	overflow: hidden;
	background: #F9F9F9;
	cursor: pointer;
}
.NewsBook .list ul li .img {
	overflow: hidden;
	position: relative;
}
.NewsBook .list ul li .img img {
	width: 100%;
	transition: all .4s ease;
}
.NewsBook .list ul li .img .cover {
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .4s ease;
}
.NewsBook .list ul li .img .cover .btn {
	width: 240px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #004ABB;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transform: translateY(30px);
	transition: all .4s ease;
}
.NewsBook .list ul li .img .cover .btn i {
	font-size: 20px;
	color: #004ABB;
	vertical-align: -2px;
	margin-right: 5px;
}
.NewsBook .list ul li .img .cover .btn a {
	display: block;
}
.NewsBook .list ul li .text {
	height: auto;
	overflow: hidden;
	padding: 20px;
}
.NewsBook .list ul li .text h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .4s ease;
}
.NewsBook .list ul li .text p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	transition: all .4s ease;
}
.NewsBook .list ul li:hover .img img {
	transform: scale(1.05);
}
.NewsBook .list ul li:hover .img .cover {
	background: rgba(0, 74, 187, 0.8);
}
.NewsBook .list ul li:hover .img .cover .btn {
	opacity: 1;
	transform: translateY(0);
}
.NewsBook .list ul li:hover .text h2, .NewsBook .list ul li:hover .text p {
	color: #004ABB;
}
/* 服务热线 */
.Contact .positionTabs {
	margin: 0;
}
.Contact .block {
	height: auto;
	overflow: hidden;
}
.Contact .block.block1 {
	padding: 100px 0;
	background: url("../images/contact-bg.jpg") center no-repeat;
	background-size: cover;
}
.Contact .block.block1 h2 {
	font-size: 36px;
	color: #000;
}
.Contact .block.block1 h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin: 30px 0 10px;
}
.Contact .block.block1 p {
	font-size: 20px;
	color: #000;
	line-height: 36px;
}
.Contact .block.block1 .h {
	height: 60px;
}
.Contact .block.block1 .box {
	width: 370px;
	padding: 10px 0;
	background: #004ABB;
	border-radius: 8px;
	text-align: center;
	margin-top: 10px;
}
.Contact .block.block1 .box p {
	color: #fff;
}
.Contact .block.block2 {
	height: 660px;
	background: url("../images/contact-bg2.jpg") center no-repeat;
	background-size: cover;
	position: relative;
}
.Contact .block.block2 .form {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.Contact .block.block2 .form .container {
	height: 100%;
}
.Contact .block.block2 .form .box {
	width: 50%;
	height: 100%;
	padding: 70px 0 0 40px;
	float: right;
	position: relative;
	z-index: 1;
}
.Contact .block.block2 .form .box h2 {
	font-size: 36px;
	color: #fff;
}
.Contact .block.block2 .form .box p {
	font-size: 16px;
	color: #fff;
}
.Contact .block.block2 .form .box form {
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.Contact .block.block2 .form .box form .row {
	height: auto;
	overflow: visible;
	position: relative;
}
.Contact .block.block2 .form .box form .row .input {
	width: 48.5%;
	line-height: 60px;
	background: rgba(255, 255, 255, 0.95);
	position: relative;
}
.Contact .block.block2 .form .box form .row .input label {
	font-size: 15px;
	color: #333;
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 1;
}
.Contact .block.block2 .form .box form .row .input label i {
	color: red;
}
.Contact .block.block2 .form .box form .row .input input {
	width: 100%;
	height: 60px;
	padding: 0 20px 0 100px;
	font-size: 15px;
	background: none;
}
.Contact .block.block2 .form .box form .row .input .select {
	height: 60px;
}
.Contact .block.block2 .form .box form .row .input .filter-box .filter-text {
	background: none;
}
.Contact .block.block2 .form .box form .row .input .filter-list {
	top: 68px;
}
.Contact .block.block2 .form .box form .row .input .filter-list li a {
	line-height: 50px;
}
.Contact .block.block2 .form .box form .row textarea {
	width: 100%;
	height: 120px;
	padding: 20px;
	font-size: 15px;
	background: rgba(255, 255, 255, 0.95);
}
.Contact .block.block2 .form .box form .cl {
	margin-bottom: 20px;
}
.Contact .block.block2 .form .box form .btn {
	width: 230px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	background: #004ABB;
	text-align: center;
	cursor: pointer;
}
.Contact .block.block2 .form:after {
	content: "";
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	right: 0;
	top: 0;
}
/* 市场合作 */
.ContactCooperation .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.ContactCooperation .block .title {
	font-size: 36px;
	color: #000;
	text-align: center;
}
.ContactCooperation .block .dsc {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
}
.ContactCooperation .block.block1 .slide {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.ContactCooperation .block.block1 .slide .swiper-slide img {
	width: 100%;
}
.ContactCooperation .block.block1 .slide .btn-prev, .ContactCooperation .block.block1 .slide .btn-next {
	position: absolute;
	left: 60px;
	top: 45%;
	z-index: 1;
	cursor: pointer;
}
.ContactCooperation .block.block1 .slide .btn-prev i, .ContactCooperation .block.block1 .slide .btn-next i {
	font-size: 50px;
	color: #fff;
}
.ContactCooperation .block.block1 .slide .btn-prev.btn-next, .ContactCooperation .block.block1 .slide .btn-next.btn-next {
	left: auto;
	right: 60px;
}
.ContactCooperation .block.block2 {
	margin-top: 70px;
}
.ContactCooperation .block.block2 .title {
	margin-bottom: 20px;
}
.ContactCooperation .block.block2 ul {
	height: auto;
	overflow: hidden;
	margin: 0 -15px;
}
.ContactCooperation .block.block2 ul li {
	padding: 0 15px;
	margin-bottom: 30px;
}
.ContactCooperation .block.block2 ul li .box {
	overflow: hidden;
	position: relative;
}
.ContactCooperation .block.block2 ul li img {
	width: 100%;
}
.ContactCooperation .block.block2 ul li h2 {
	width: 100%;
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 45%;
	text-align: center;
}
.ContactCooperation .block.block3 {
	margin-top: 70px;
}
.ContactCooperation .block.block3 .title {
	margin-bottom: 20px;
}
.ContactCooperation .block.block3 .box {
	height: auto;
	overflow: hidden;
	position: relative;
}
.ContactCooperation .block.block3 .box .text {
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 30px 40px;
	background: rgba(246, 246, 246, 0.8);
	position: absolute;
	right: 0;
	top: 30%;
}
.ContactCooperation .block.block3 .box .text .tabs {
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.ContactCooperation .block.block3 .box .text .tabs .item {
	width: 140px;
	height: 60px;
	line-height: 60px;
	float: left;
	font-size: 20px;
	color: #000;
	text-align: center;
	cursor: pointer;
}
.ContactCooperation .block.block3 .box .text .tabs .item.active {
	background: #004ABB;
	color: #fff;
}
.ContactCooperation .block.block3 .box .text .slide {
	height: auto;
	overflow: hidden;
}
.ContactCooperation .block.block3 .box .text .slide p {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
.ContactCooperation .block.block3 .box .text .slide p span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	background: #004ABB;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	vertical-align: -4px;
}
.ContactCooperation .block.block4 {
	margin-top: 70px;
}
.ContactCooperation .block.block4 .title {
	margin-bottom: 20px;
}
.ContactCooperation .block.block4 .slide {
	height: auto;
	overflow: hidden;
	position: relative;
	background: #F6F6F6;
}
.ContactCooperation .block.block4 .slide .swiper-slide {
	position: relative;
}
.ContactCooperation .block.block4 .slide .swiper-slide .img {
	width: 50%;
}
.ContactCooperation .block.block4 .slide .swiper-slide .img img {
	width: 100%;
}
.ContactCooperation .block.block4 .slide .swiper-slide .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.ContactCooperation .block.block4 .slide .swiper-slide .text .box {
	width: 45%;
	padding-top: 10%;
}
.ContactCooperation .block.block4 .slide .swiper-slide .text h2 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.ContactCooperation .block.block4 .slide .swiper-slide .text p {
	font-size: 16px;
	line-height: 35px;
	text-align: justify;
}
.ContactCooperation .block.block4 .slide .btns {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 60px;
	z-index: 1;
}
.ContactCooperation .block.block4 .slide .btns .btn-next, .ContactCooperation .block.block4 .slide .btns .btn-prev {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #E9E9E9;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: all .4s ease;
}
.ContactCooperation .block.block4 .slide .btns .btn-next i, .ContactCooperation .block.block4 .slide .btns .btn-prev i {
	font-size: 24px;
	color: #004ABB;
}
.ContactCooperation .block.block4 .slide .btns .btn-next:hover, .ContactCooperation .block.block4 .slide .btns .btn-prev:hover {
	background: #004ABB;
}
.ContactCooperation .block.block4 .slide .btns .btn-next:hover i, .ContactCooperation .block.block4 .slide .btns .btn-prev:hover i {
	color: #fff;
}
.ContactCooperation .block.block5 {
	margin-top: 70px;
}
.ContactCooperation .block.block5 .title {
	margin-bottom: 20px;
}
.ContactCooperation .block.block5 .box {
	padding: 60px 0 50px;
	background: url("../images/contact-cooperation-block5-bg.jpg") center no-repeat;
	background-size: cover;
}
.ContactCooperation .block.block5 .box .map {
	width: 971px;
	height: 698px;
	background: url("../images/contact-cooperation-block5-map.png") center no-repeat;
	background-size: 100%;
	margin: 0 auto;
	position: relative;
}
.ContactCooperation .block.block5 .box .map .point {
	position: absolute;
	cursor: pointer;
}
.ContactCooperation .block.block5 .box .map .point i {
	font-size: 24px;
	color: #B81C26;
	display: block;
}
.ContactCooperation .block.block5 .box .map .point .text {
	width: 300px;
	height: 100px;
	padding: 20px 40px;
	background: #fff;
	position: absolute;
	left: -138px;
	top: -130px;
	box-shadow: 0 3px 15px rgba(128, 146, 197, 0.2);
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease;
}
.ContactCooperation .block.block5 .box .map .point .text h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.ContactCooperation .block.block5 .box .map .point .text h3 {
	font-size: 18px;
	color: #B81C26;
	font-weight: bold;
}
.ContactCooperation .block.block5 .box .map .point .text:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-top: 8px solid #fff;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
}
.ContactCooperation .block.block5 .box .map .point.point1 {
	right: 375px;
	bottom: 320px;
}
.ContactCooperation .block.block5 .box .map .point.point2 {
	right: 400px;
	bottom: 310px;
}
.ContactCooperation .block.block5 .box .map .point.point3 {
	right: 383px;
	bottom: 300px;
}
.ContactCooperation .block.block5 .box .map .point.point4 {
	right: 340px;
	bottom: 200px;
}
.ContactCooperation .block.block5 .box .map .point.point5 {
	right: 275px;
	bottom: 225px;
}
.ContactCooperation .block.block5 .box .map .point:hover .text {
	top: -115px;
	visibility: visible;
	opacity: 1;
}
/* 组织文化 */
.Join .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.Join .block .title {
	font-size: 36px;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}
.Join .block .dsc {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-align: center;
}
.Join .block.block1 .title {
	margin-bottom: 20px;
}
.Join .block.block1 .box {
	position: relative;
}
.Join .block.block1 .box img {
	width: 100%;
	height: 660px;
}
.Join .block.block1 .box .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.Join .block.block1 .box .text .container {
	height: 100%;
}
.Join .block.block1 .box .text .box {
	width: 511px;
	height: 516px;
	padding-top: 6%;
	text-align: center;
	background: url("../images/join-san.png") no-repeat center/100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.Join .block.block1 .box .text .box h3 {
	font-size: 24px;
	color: #0F3568;
}
.Join .block.block1 .box .text .box h2 {
	font-size: 48px;
	color: #0F3568;
}
.Join .block.block2 {
	margin-top: 70px;
}
.Join .block.block2 ul {
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.Join .block.block2 ul li {
	width: 50%;
	height: 384px;
	padding: 100px 30px 0;
	float: left;
	background: #E5E5E5;
	text-align: center;
	position: relative;
}
.Join .block.block2 ul li i {
	font-size: 44px;
	color: #004ABB;
}
.Join .block.block2 ul li h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 10px 0;
}
.Join .block.block2 ul li p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
.Join .block.block2 ul li:nth-child(odd) {
	background: #F3F3F3;
}
.Join .block.block2 ul li .cover {
	width: 100%;
	height: 100%;
	padding-top: 80px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #004ABB;
	transition: all .4s ease;
}
.Join .block.block2 ul li .cover p {
	color: #fff;
	line-height: 35px;
}
.Join .block.block2 ul li:hover .cover {
	top: 0;
}
.Join .block.block3 {
	margin: 70px 0 100px;
}
.Join .block.block3 .title {
	margin-bottom: 20px;
}
.Join .block.block3 .box {
	width: 100%;
	height: 660px;
	padding-top: 90px;
	text-align: center;
	background: url("../images/join-block3-bg.jpg") center no-repeat;
	background-size: cover;
}
.Join .block.block3 .box h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
}
.Join .block.block3 .box p {
	font-size: 16px;
	color: #fff;
	line-height: 35px;
}
.Join .block.block3 .box p b {
	font-weight: bold;
}
.Join .block.block3 .box ul {
	height: auto;
	overflow: hidden;
	padding-top: 100px;
}
.Join .block.block3 .box ul li {
	width: 25%;
	float: left;
}
.Join .block.block3 .box ul li img {
	width: 120px;
	display: block;
	margin: 0 auto 10px;
}
.Join .block.block3 .box1 {
	width: 100%;
	height: 760px;
	position: relative;
	text-align: center;
	background: url("../images/join-block3-bg1.jpg") center no-repeat;
	background-size: cover;
}
.Join .block.block3 .box1 .center {
	width: 400px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 310px;
	margin: auto;
}
.Join .block.block3 .box1 .center h1 {
	font-size: 32px;
	color: #fff;
}
.Join .block.block3 .box1 .center .per {
	position: absolute;
	left: 0;
	top: 20px;
	animation: pointMove 2s ease-in-out infinite alternate;
}
.Join .block.block3 .box1 .center .per.per1 {
	width: 114px;
}
.Join .block.block3 .box1 .center .per.per2 {
	width: 76px;
	left: auto;
	right: 0;
}
.Join .block.block3 .box1 .points {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.Join .block.block3 .box1 .points .point {
	width: 78px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	animation: pointMove 1.3s ease-in-out infinite alternate;
}
.Join .block.block3 .box1 .points .point.bg2e {
	background: #2E78EA;
}
.Join .block.block3 .box1 .points .point.bgab {
	background: #004ABB;
}
.Join .block.block3 .box1 .points .point.point1 {
	left: 13%;
	top: 80px;
}
.Join .block.block3 .box1 .points .point.point2 {
	left: 28%;
	top: 190px;
}
.Join .block.block3 .box1 .points .point.point3 {
	left: 35%;
	top: 35px;
}
.Join .block.block3 .box1 .points .point.point4 {
	left: 48%;
	top: 100px;
}
.Join .block.block3 .box1 .points .point.point5 {
	left: 62%;
	top: 35px;
}
.Join .block.block3 .box1 .points .point.point6 {
	left: 70%;
	top: 210px;
}
.Join .block.block3 .box1 .points .point.point7 {
	right: 12%;
	top: 80px;
}
.Join .block.block3 .box1 .points .point.point8 {
	left: 5%;
	bottom: 80px;
}
.Join .block.block3 .box1 .points .point.point9 {
	left: 19%;
	bottom: 180px;
}
.Join .block.block3 .box1 .points .point.point10 {
	left: 35%;
	bottom: 110px;
}
.Join .block.block3 .box1 .points .point.point11 {
	left: 50%;
	bottom: 55px;
}
.Join .block.block3 .box1 .points .point.point12 {
	left: 65%;
	bottom: 180px;
}
.Join .block.block3 .box1 .points .point.point13 {
	left: 76%;
	bottom: 60px;
}
.Join .block.block3 .box1 .points .point.point14 {
	right: 11%;
	bottom: 235px;
}
.Join .block.block3 .box1 .points .point:hover {
	box-shadow: 0 0 5px 5px rgba(44, 116, 201, 0.3);
}
/* 人在绿都 */
.JoinPerson .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.JoinPerson .block .title {
	font-size: 36px;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}
.JoinPerson .block .dsc {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-align: center;
}
.JoinPerson .block.block1 .slide {
	height: auto;
	overflow: hidden;
	position: relative;
	background: #F6F6F6;
}
.JoinPerson .block.block1 .slide .swiper-slide {
	position: relative;
}
.JoinPerson .block.block1 .slide .swiper-slide .img {
	width: 50%;
}
.JoinPerson .block.block1 .slide .swiper-slide .img img {
	width: 100%;
}
.JoinPerson .block.block1 .slide .swiper-slide .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.JoinPerson .block.block1 .slide .swiper-slide .text .box {
	width: 45%;
	padding-top: 5%;
}
.JoinPerson .block.block1 .slide .swiper-slide .text h2 {
	font-size: 36px;
	color: #000;
	margin-bottom: 30px;
}
.JoinPerson .block.block1 .slide .swiper-slide .text h3 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.JoinPerson .block.block1 .slide .swiper-slide .text p {
	font-size: 16px;
	line-height: 35px;
	text-align: justify;
}
.JoinPerson .block.block1 .slide .btns {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 60px;
	z-index: 1;
}
.JoinPerson .block.block1 .slide .btns .btn-next, .JoinPerson .block.block1 .slide .btns .btn-prev {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #E9E9E9;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: all .4s ease;
}
.JoinPerson .block.block1 .slide .btns .btn-next i, .JoinPerson .block.block1 .slide .btns .btn-prev i {
	font-size: 24px;
	color: #004ABB;
}
.JoinPerson .block.block1 .slide .btns .btn-next:hover, .JoinPerson .block.block1 .slide .btns .btn-prev:hover {
	background: #004ABB;
}
.JoinPerson .block.block1 .slide .btns .btn-next:hover i, .JoinPerson .block.block1 .slide .btns .btn-prev:hover i {
	color: #fff;
}
.JoinPerson .block.block2 {
	margin: 70px 0 100px;
}
.JoinPerson .block.block2 .title {
	margin-bottom: 20px;
}
.JoinPerson .block.block2 .slide {
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 45px;
}
.JoinPerson .block.block2 .slide .swiper-slide {
	position: relative;
}
.JoinPerson .block.block2 .slide .swiper-slide img {
	width: 100%;
}
.JoinPerson .block.block2 .slide .swiper-slide p {
	width: 100%;
	font-size: 20px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 25px;
	text-align: center;
}
.JoinPerson .block.block2 .slide .swiper-pagination {
	bottom: 0;
}
.JoinPerson .block.block2 .slide .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #000;
	margin: 0 5px;
}
.JoinPerson .block.block2 .slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #BF120B;
}
/* 人才理念 */
.JoinIdea .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.JoinIdea .block .title {
	font-size: 36px;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}
.JoinIdea .block .dsc {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-align: center;
}
.JoinIdea .block.block1 .section {
	height: auto;
	overflow: hidden;
	background: #F6F6F6;
	margin-top: 40px;
}
.JoinIdea .block.block1 .section.section1 .img, .JoinIdea .block.block1 .section.section3 .img {
	width: 50%;
}
.JoinIdea .block.block1 .section.section1 .text, .JoinIdea .block.block1 .section.section3 .text {
	height: auto;
	overflow: hidden;
	padding: 130px 40px 0;
}
.JoinIdea .block.block1 .section.section1 .text h2, .JoinIdea .block.block1 .section.section3 .text h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
.JoinIdea .block.block1 .section.section1 .text h2 span, .JoinIdea .block.block1 .section.section3 .text h2 span {
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	margin-right: 15px;
	display: inline-block;
	position: relative;
	vertical-align: 2px;
}
.JoinIdea .block.block1 .section.section1 .text h2 span b, .JoinIdea .block.block1 .section.section3 .text h2 span b {
	font-size: 20px;
	color: #fff;
	position: relative;
	z-index: 1;
}
.JoinIdea .block.block1 .section.section1 .text h2 span:after, .JoinIdea .block.block1 .section.section3 .text h2 span:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #004ABB;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}
.JoinIdea .block.block1 .section.section1 .text p, .JoinIdea .block.block1 .section.section3 .text p {
	font-size: 16px;
	color: #000;
	line-height: 24px;
}
.JoinIdea .block.block1 .section.section2 ul {
	height: auto;
	overflow: hidden;
}
.JoinIdea .block.block1 .section.section2 ul li {
	width: 25%;
	float: left;
	height: 420px;
	position: relative;
}
.JoinIdea .block.block1 .section.section2 ul li .box {
	width: 100%;
	height: 100%;
	padding: 170px 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
}
.JoinIdea .block.block1 .section.section2 ul li .box h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}
.JoinIdea .block.block1 .section.section2 ul li .box p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}
.JoinIdea .block.block1 .section.section2 ul li.li1 {
	background: #B81C26;
	padding: 130px 40px 0;
}
.JoinIdea .block.block1 .section.section2 ul li.li1 h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.JoinIdea .block.block1 .section.section2 ul li.li1 h2 span {
	width: 24px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	margin-right: 15px;
	display: inline-block;
	position: relative;
	vertical-align: 2px;
}
.JoinIdea .block.block1 .section.section2 ul li.li1 h2 span b {
	font-size: 20px;
	color: #B81C26;
	position: relative;
	z-index: 1;
}
.JoinIdea .block.block1 .section.section2 ul li.li1 h2 span:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
}
.JoinIdea .block.block1 .section.section2 ul li.li1 p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}
.JoinIdea .block.block1 .section.section2 ul li.li2 {
	background: url("../images/joinIdea-block1-img2.jpg") center no-repeat;
	background-size: cover;
}
.JoinIdea .block.block1 .section.section2 ul li.li3 {
	background: url("../images/joinIdea-block1-img3.jpg") center no-repeat;
	background-size: cover;
}
.JoinIdea .block.block1 .section.section2 ul li.li4 {
	background: url("../images/joinIdea-block1-img4.jpg") center no-repeat;
	background-size: cover;
}
.JoinIdea .block.block2 {
	margin-top: 50px;
	padding: 150px 0;
	background: url("../images/joinIdea-block2-bg.jpg") center no-repeat;
	background-size: cover;
}
.JoinIdea .block.block2 ul {
	height: auto;
	overflow: hidden;
	margin: 0 -15px;
}
.JoinIdea .block.block2 ul li {
	padding: 0 15px;
}
.JoinIdea .block.block2 ul li .box {
	height: 360px;
	padding-top: 140px;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
}
.JoinIdea .block.block2 ul li .box h2 {
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: relative;
	margin: 0 auto 10px;
}
.JoinIdea .block.block2 ul li .box h2 b {
	position: relative;
	z-index: 1;
}
.JoinIdea .block.block2 ul li .box h2:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #004ABB;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(25deg);
}
.JoinIdea .block.block2 ul li .box p {
	font-size: 20px;
	color: #000;
}
.JoinIdea .block.block3 {
	margin: 70px 0 100px;
}
.JoinIdea .block.block3 ul {
	height: auto;
	overflow: hidden;
	margin: 30px -10px 0;
}
.JoinIdea .block.block3 ul li {
	width: 25%;
	padding: 0 10px;
	float: left;
}
.JoinIdea .block.block3 ul li .box {
	position: relative;
}
.JoinIdea .block.block3 ul li .box img {
	width: 100%;
}
.JoinIdea .block.block3 ul li .box h2 {
	font-size: 18px;
	color: #fff;
	width: 100%;
	padding: 0 10px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
/* 校园招聘 */
.JoinSchool .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.JoinSchool .block .title {
	font-size: 36px;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}
.JoinSchool .block .dsc {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-align: center;
}
.JoinSchool .block.block1 img {
	width: 100%;
}
.JoinSchool .block.block1 .text {
	width: 460px;
	height: 100%;
	padding: 40px 50px 0;
	background: rgba(0, 74, 187, 0.88);
	position: absolute;
	right: 0;
	top: 0;
}
.JoinSchool .block.block1 .text .tit {
	position: relative;
	padding-left: 30px;
}
.JoinSchool .block.block1 .text .tit h2 {
	font-size: 36px;
	color: #fff;
}
.JoinSchool .block.block1 .text .tit h3 {
	font-size: 22px;
	color: rgba(255, 255, 255, 0.3);
	text-transform: uppercase;
}
.JoinSchool .block.block1 .text .tit:before {
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	position: absolute;
	left: 0;
	top: 10px;
}
.JoinSchool .block.block1 .text .tit:after {
	content: "";
	width: 5px;
	height: 28px;
	background: #fff;
	position: absolute;
	left: -2px;
	top: 10px;
}
.JoinSchool .block.block1 .text h4 {
	font-size: 28px;
	color: #fff;
	padding-left: 30px;
	margin: 35px 0 10px;
}
.JoinSchool .block.block1 .text p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding-left: 30px;
}
.JoinSchool .block.block2 {
	margin-top: 70px;
	background: #F7F7F7;
	padding: 50px 0 100px;
}
.JoinSchool .block.block2 .title {
	margin-bottom: 30px;
}
.JoinSchool .block.block2 ul {
	height: auto;
	overflow: hidden;
	margin: 0 -20px;
}
.JoinSchool .block.block2 ul li {
	padding: 0 20px;
}
.JoinSchool .block.block2 ul li .box {
	background: #fff;
	padding: 50px;
}
.JoinSchool .block.block2 ul li .box img {
	width: 80px;
	float: left;
	margin-right: 25px;
}
.JoinSchool .block.block2 ul li .box .text {
	height: auto;
	overflow: hidden;
	padding-top: 10px;
}
.JoinSchool .block.block2 ul li .box .text h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.JoinSchool .block.block2 ul li .box .text p {
	font-size: 16px;
	color: #333;
}
.JoinSchool .block.block3 {
	padding: 60px 0 130px;
	background: url("../images/JoinSchool-block3-bg.jpg") center no-repeat;
	background-size: cover;
}
.JoinSchool .block.block3 .title {
	color: #fff;
}
.JoinSchool .block.block3 ul {
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.JoinSchool .block.block3 ul li {
	width: 12.5%;
	float: left;
	text-align: center;
}
.JoinSchool .block.block3 ul li img {
	width: 100px;
	display: block;
	margin: 0 auto 10px;
}
.JoinSchool .block.block3 ul li p {
	font-size: 16px;
	color: #fff;
}
.JoinSchool .block.block4 {
	margin: 70px 0 80px;
}
.JoinSchool .block.block4 ul {
	height: auto;
	overflow: hidden;
	margin: 40px -40px 0;
}
.JoinSchool .block.block4 ul li {
	width: 20%;
	float: left;
	text-align: center;
	padding: 0 40px;
	position: relative;
}
.JoinSchool .block.block4 ul li .box {
	padding: 40px 0;
	border: 1px solid #e2e2e2;
	text-align: center;
}
.JoinSchool .block.block4 ul li .box img {
	width: 78px;
	display: block;
	margin: 0 auto;
}
.JoinSchool .block.block4 ul li .box p {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.JoinSchool .block.block4 ul li:after {
	content: "\e668";
	font-family: "iconfont";
	font-size: 18px;
	color: #D8D8D8;
	position: absolute;
	right: -10px;
	top: 45%;
}
.JoinSchool .block.block5 {
	background: #F7F7F7;
	padding: 50px 0 90px;
}
.JoinSchool .block.block5 ul {
	height: auto;
	overflow: hidden;
	margin: 40px -30px 0;
}
.JoinSchool .block.block5 ul li {
	width: 33.333%;
	float: left;
	padding: 0 30px;
	position: relative;
}
.JoinSchool .block.block5 ul li .box {
	padding: 50px;
}
.JoinSchool .block.block5 ul li .box h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.JoinSchool .block.block5 ul li .box .line {
	width: 30px;
	height: 2px;
	background: #004ABB;
	margin: 10px 0 12px;
}
.JoinSchool .block.block5 ul li .box h3 {
	font-size: 15px;
	color: #666;
	margin-bottom: 3px;
}
.JoinSchool .block.block5 ul li .box p {
	font-size: 14px;
	color: #999;
}
.JoinSchool .block.block5 ul li.li1 .box {
	background: url("../images/JoinSchool-block5-bg1.jpg") center no-repeat;
	background-size: 100%;
}
.JoinSchool .block.block5 ul li.li2 .box {
	background: url("../images/JoinSchool-block5-bg2.jpg") center no-repeat;
	background-size: 100%;
}
.JoinSchool .block.block5 ul li.li3 .box {
	background: url("../images/JoinSchool-block5-bg3.jpg") center no-repeat;
	background-size: 100%;
}
.JoinSchool .block.block6 {
	padding: 60px 0 100px;
}
.JoinSchool .block.block6 .title {
	margin-bottom: 20px;
}
.JoinSchool .block.block6 .box {
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
	position: relative;
}
.JoinSchool .block.block6 .box .img {
	width: 50%;
	float: left;
}
.JoinSchool .block.block6 .box .img img {
	width: 100%;
}
.JoinSchool .block.block6 .box .text {
	width: 50%;
	height: 100%;
	overflow: hidden;
	padding: 50px 260px 0 60px;
	background: url("../images/JoinSchool-block6-bg.png") center no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
}
.JoinSchool .block.block6 .box .text ul {
	height: auto;
	overflow: hidden;
}
.JoinSchool .block.block6 .box .text ul li {
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.JoinSchool .block.block6 .box .text ul li .iconfont {
	font-size: 34px;
	color: #004ABB;
	margin-right: 15px;
	float: left;
}
.JoinSchool .block.block6 .box .text ul li .txt {
	height: auto;
	overflow: hidden;
}
.JoinSchool .block.block6 .box .text ul li .txt h2 {
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}
.JoinSchool .block.block6 .box .text ul li .txt h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.JoinSchool .block.block6 .box .text ul li:last-child {
	margin-bottom: 0;
}
/* 社会招聘 */
.JoinSocial .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.JoinSocial .block .title {
	font-size: 36px;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}
.JoinSocial .block .dsc {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-align: center;
}
.JoinSocial .block .search {
	height: auto;
	overflow: visible;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.JoinSocial .block .search .filter-box {
	width: 354px;
	float: left;
	margin-right: 10px;
}
.JoinSocial .block .search .filter-box .filter-text {
	background: #F7F7F7;
	border: 0;
}
.JoinSocial .block .search .filter-box .filter-text .filter-title {
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
}
.JoinSocial .block .search .filter-box .filter-text input {
	font-size: 15px;
	color: #666;
}
 .JoinSocial .block .search .filter-box .filter-text input::-moz-placeholder {
color: #666;
}
 .JoinSocial .block .search .filter-box .filter-text input:-ms-input-placeholder {
color: #666;
}
 .JoinSocial .block .search .filter-box .filter-text input::-webkit-input-placeholder {
color: #666;
}
.JoinSocial .block .search .filter-box .filter-list {
	top: 60px;
}
.JoinSocial .block .search .filter-box .filter-list li a {
	line-height: 50px;
}
.JoinSocial .block .search .search-box {
	width: 712px;
	background: #F7F7F7;
	float: right;
	position: relative;
}
.JoinSocial .block .search .search-box input {
	width: 100%;
	height: 60px;
	padding: 0 30px;
	font-size: 15px;
}
 .JoinSocial .block .search .search-box input::-moz-placeholder {
color: #666;
}
 .JoinSocial .block .search .search-box input:-ms-input-placeholder {
color: #666;
}
 .JoinSocial .block .search .search-box input::-webkit-input-placeholder {
color: #666;
}
.JoinSocial .block .search .search-box .btn {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #004ABB;
	position: absolute;
	right: 0;
	top: 0;
}
.JoinSocial .block .search .search-box .btn i {
	font-size: 24px;
	color: #fff;
}
.JoinSocial .block .tableBox {
	height: auto;
	overflow: hidden;
	margin-bottom: 100px;
}
.JoinSocial .block .tableBox .table-title {
	width: 100%;
	overflow: hidden;
	line-height: 70px;
	background: #004ABB;
}
.JoinSocial .block .tableBox .table-title .item {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 15px;
	color: #fff;
	position: relative;
}
.JoinSocial .block .tableBox .table {
	height: auto;
	overflow: hidden;
}
.JoinSocial .block .tableBox .table li {
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.JoinSocial .block .tableBox .table li .item {
	width: 20%;
	line-height: 70px;
	float: left;
	text-align: center;
	font-size: 15px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	cursor: pointer;
}
.JoinSocial .block .tableBox .table li .item .iconfont {
	position: absolute;
	right: 15px;
	transition: all .4s ease;
}
.JoinSocial .block .tableBox .table li .con {
	height: auto;
	overflow: hidden;
	background: #FAFBFC;
	padding: 30px 50px;
	display: none;
}
.JoinSocial .block .tableBox .table li .con .bb {
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
.JoinSocial .block .tableBox .table li .con .bb .tt {
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
	font-weight: bold;
}
.JoinSocial .block .tableBox .table li .con .bb p {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	position: relative;
	padding-left: 15px;
}
.JoinSocial .block .tableBox .table li .con .bb p:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0050C9;
	position: absolute;
	left: 0;
	top: 10px;
}
.JoinSocial .block .tableBox .table li .con .bb p a {
	color: #0050C9;
}
.JoinSocial .block .tableBox .table li .con .bb .btn {
	font-size: 16px;
	color: #004ABB;
}
.JoinSocial .block .tableBox .table li .con .bb.bb1 p {
	padding-left: 0;
}
.JoinSocial .block .tableBox .table li .con .bb.bb1 p:before {
	display: none;
}
.JoinSocial .block .tableBox .table li .con .bb.bb1 .qr {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}
.JoinSocial .block .tableBox .table li .con .bb.bb1 .qr img {
	width: 130px;
	margin-bottom: 5px;
}
.JoinSocial .block .tableBox .table li.active .iconfont {
	transform: rotate(180deg);
}
/* 服务 */
.Service .positionTabs {
	margin-bottom: 0;
}
.Service .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.Service .block .title {
	font-size: 36px;
	color: #303843;
	text-align: center;
	margin-bottom: 15px;
}
.Service .block .dsc {
	font-size: 16px;
	color: #66686C;
	line-height: 30px;
	text-align: center;
}
.Service .block.block1 {
	background: #EAEFF8;
	padding-top: 70px;
}
.Service .block.block1 .box {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 60px 0;
}
.Service .block.block1 .box .bg {
	width: 980px;
	height: 980px;
	margin: 0 auto;
	position: relative;
}
.Service .block.block1 .box .bg .center {
	width: 445px;
	height: 445px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
.Service .block.block1 .box .bg .center .center1 {
	width: 100%;
	animation: rotate360 60s linear infinite;
}
.Service .block.block1 .box .bg .center .centerl {
	width: 125px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.Service .block.block1 .box .bg:before {
	content: "";
	width: 100%;
	height: 100%;
	animation: rotate360 60s linear infinite;
	background: url("../images/service-box-bg1.png") no-repeat center/cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.Service .block.block1 .box .bg:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/service-box-bg.png") no-repeat center/100%;
	position: absolute;
	left: 0;
	top: 0;
}
.Service .block.block1 .box .bg .ul {
	position: absolute;
	z-index: 2;
}
.Service .block.block1 .box .bg .ul li {
	width: 80px;
	height: 80px;
	padding-top: 15px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 0;
	transition: all .4s ease;
	animation: pointMove 1.3s ease-in-out infinite alternate;
}
.Service .block.block1 .box .bg .ul li img {
	width: 26px;
	margin: 0 auto 5px;
}
.Service .block.block1 .box .bg .ul li p {
	font-size: 14px;
	color: #fff;
}
.Service .block.block1 .box .bg .ul li:hover {
	box-shadow: 0 0 5px 5px rgba(44, 116, 201, 0.3);
}
.Service .block.block1 .box .bg .ul.ul1 li {
	background: #3290D5;
}
.Service .block.block1 .box .bg .ul.ul1 li.li1 {
	left: 120px;
	top: 260px;
}
.Service .block.block1 .box .bg .ul.ul1 li.li2 {
	left: 300px;
	top: 230px;
}
.Service .block.block1 .box .bg .ul.ul1 li.li3 {
	left: 415px;
	top: 80px;
}
.Service .block.block1 .box .bg .ul.ul2 li {
	background: #1458C1;
}
.Service .block.block1 .box .bg .ul.ul2 li.li1 {
	left: 660px;
	top: 130px;
}
.Service .block.block1 .box .bg .ul.ul2 li.li2 {
	left: 710px;
	top: 330px;
}
.Service .block.block1 .box .bg .ul.ul3 li {
	background: #0283AD;
}
.Service .block.block1 .box .bg .ul.ul3 li.li1 {
	left: 190px;
	top: 500px;
}
.Service .block.block1 .box .bg .ul.ul3 li.li2 {
	left: 160px;
	top: 680px;
}
.Service .block.block1 .box .bg .ul.ul4 li {
	background: #2D7BD5;
}
.Service .block.block1 .box .bg .ul.ul4 li.li1 {
	left: 390px;
	top: 720px;
}
.Service .block.block1 .box .bg .ul.ul4 li.li2 {
	left: 550px;
	top: 820px;
}
.Service .block.block1 .box .bg .ul.ul5 li {
	background: #0077C4;
}
.Service .block.block1 .box .bg .ul.ul5 li.li1 {
	left: 690px;
	top: 580px;
}
.Service .block.block1 .box .bg .ul.ul5 li.li2 {
	left: 860px;
	top: 470px;
}
.Service .block.block2 {
	margin-top: 70px;
}
.Service .block.block2 .tabs {
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 50px 0;
}
.Service .block.block2 .tabs .item {
	width: 240px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	text-align: center;
	background: #EEEEEE;
	display: inline-block;
	margin: 0 20px;
	cursor: pointer;
}
.Service .block.block2 .tabs .item.active {
	background: #004ABB;
	color: #fff;
}
.Service .block.block2 .slide {
	height: auto;
	overflow: hidden;
}
.Service .block.block2 .slide .swiper-slide {
	position: relative;
}
.Service .block.block2 .slide .swiper-slide .section2 {
	width: 100%;
	height: 500px;
	background: url("../images/service-block2-slide2-bg.jpg") center no-repeat;
	background-size: cover;
}
.Service .block.block2 .slide .swiper-slide .section2 ul {
	height: auto;
	overflow: hidden;
	padding-top: 60px;
}
.Service .block.block2 .slide .swiper-slide .section2 ul li {
	width: 33.3333%;
	float: left;
	text-align: center;
	position: relative;
	margin-top: 70px;
}
.Service .block.block2 .slide .swiper-slide .section2 ul li .box {
	width: 65%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 140px;
}
.Service .block.block2 .slide .swiper-slide .section2 ul li .box img {
	width: 72px;
	display: block;
	margin: 0 auto;
}
.Service .block.block2 .slide .swiper-slide .section2 ul li .box h2 {
	font-size: 20px;
	color: #fff;
	margin: 20px auto 5px;
}
.Service .block.block2 .slide .swiper-slide .section2 ul li .box p {
	font-size: 14px;
	color: #fff;
}
.Service .block.block2 .slide .swiper-slide .section2 ul li .box:after {
	content: "";
	width: 8px;
	height: 93px;
	background: url("../images/service-block2-slide2-line.png") center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.Service .block.block2 .slide .swiper-slide .section2 ul li.li2 {
	margin: 0;
}
.Service .block.block2 .slide .swiper-slide.swiper-slide1 .section1 {
	width: 100%;
	height: 799px;
	background: url("../images/service-block2-slide2-img2.jpg") center no-repeat;
	background-size: cover;
}
.Service .block.block2 .slide .swiper-slide.swiper-slide2 .section1 {
	width: 100%;
	height: 799px;
	background: url("../images/service-block2-slide2-img1.jpg") center no-repeat;
	background-size: cover;
}
.Service .block.block2 .slide .swiper-slide.swiper-slide2 ul li {
	width: 50%;
}
.Service .block.block2 .slide .swiper-slide.swiper-slide2 ul li.li2 {
	margin-top: 70px;
}
.Service .block.block2 .slide .swiper-slide.swiper-slide3 .section1 {
	width: 100%;
	height: 799px;
	background: url("../images/service-block2-slide2-img3.jpg") center no-repeat;
	background-size: cover;
}
.Service .block.block2 .slide .swiper-slide.swiper-slide3 ul li {
	width: 25%;
}
.Service .block.block2 .slide .swiper-slide.swiper-slide3 ul li.li2 {
	margin-top: 0;
}
.Service .block.block2 .slide .swiper-slide.swiper-slide3 ul li.li3 {
	margin-top: 0;
}
/* 城市社区服务 */
.ServiceCssq .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.ServiceCssq .block .title {
	font-size: 36px;
	color: #303843;
}
.ServiceCssq .block .dsc {
	font-size: 16px;
	color: #66686C;
}
.ServiceCssq .block.block1 {
	background: #F5F5F5;
}
.ServiceCssq .block.block1 .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ServiceCssq .block.block1 .text .box {
	width: 50%;
	padding: 8% 4% 0 0;
}
.ServiceCssq .block.block1 .text .box h1 {
	font-size: 36px;
	color: #d1d1d1;
	font-weight: bold;
	line-height: 36px;
}
.ServiceCssq .block.block1 .text .box .title {
	margin-bottom: 10px;
}
.ServiceCssq .block.block1 .text .box h3 {
	font-size: 24px;
	color: #303843;
	font-weight: bold;
	margin-bottom: 40px;
}
.ServiceCssq .block.block1 .text .box p {
	font-size: 16px;
	color: #66686C;
	line-height: 30px;
	margin-top: 20px;
}
.ServiceCssq .block.block1 .img {
	width: 50%;
	float: right;
}
.ServiceCssq .block.block2 {
	padding-top: 80px;
}
.ServiceCssq .block.block2 .title {
	margin-bottom: 10px;
}
.ServiceCssq .block.block2 .title, .ServiceCssq .block.block2 .dsc {
	text-align: center;
}
.ServiceCssq .block.block2 .section {
	height: auto;
	overflow: hidden;
}
.ServiceCssq .block.block2 .section .imgt {
	width: 300px;
	margin: 30px auto;
}
.ServiceCssq .block.block2 .section.section1 .tabs {
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.ServiceCssq .block.block2 .section.section1 .tabs .item {
	width: 240px;
	height: 50px;
	line-height: 50px;
	background: #eee;
	font-size: 16px;
	color: #333;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
	transition: all .4s ease;
}
.ServiceCssq .block.block2 .section.section1 .tabs .item:hover, .ServiceCssq .block.block2 .section.section1 .tabs .item.active {
	background: #FF8500;
	color: #fff;
}
.ServiceCssq .block.block2 .section.section1 .slide {
	height: auto;
	overflow: hidden;
	position: relative;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide {
	height: 700px;
	overflow: hidden;
	position: relative;
	padding: 60px 0 90px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide .tt {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide .dsc {
	font-size: 16px;
	color: #fff;
	margin-bottom: 40px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide1 {
	background: url("../images/serviceCssq-block2-section1-bg1.jpg") no-repeat center/cover;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide1 dl {
	width: 345px;
	height: 470px;
	overflow: hidden;
	padding: 50px;
	margin-left: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	float: left;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide1 dl dt {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide1 dl dd {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide1 dl .line {
	width: 40px;
	height: 4px;
	background: #fff;
	margin: 20px auto;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide1 dl:first-child {
	margin: 0;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide2 {
	background: url("../images/serviceCssq-block2-section1-bg2.jpg") no-repeat center/cover;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide2 ul {
	height: auto;
	overflow: hidden;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide2 ul li {
	width: 33.3333%;
	float: left;
	border: 1px solid #fff;
	padding: 50px;
	text-align: center;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide2 ul li i {
	font-size: 56px;
	color: #fff;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide2 ul li h2 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin: 15px 0;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide2 ul li p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide2 ul li:first-child {
	border-right: 0;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide2 ul li:last-child {
	border-left: 0;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide3 {
	background: url("../images/serviceCssq-block2-section1-bg3.jpg") no-repeat center/cover;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide3 ul {
	height: auto;
	overflow: hidden;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide3 ul li {
	width: 33.3333%;
	height: 374px;
	float: left;
	border: 1px solid #fff;
	padding: 50px;
	text-align: center;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide3 ul li i {
	font-size: 56px;
	color: #fff;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide3 ul li h2 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin: 15px 0;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide3 ul li p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide3 ul li:first-child {
	border-right: 0;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide3 ul li:last-child {
	border-left: 0;
}
.ServiceCssq .block.block2 .section.section2 .bg {
	width: 100%;
	height: 700px;
	background: url("../images/serviceCssq-block2-section2-bg.jpg") no-repeat center/cover;
}
.ServiceCssq .block.block2 .section.section3 .main {
	height: auto;
	overflow: hidden;
	padding: 100px 0 80px;
	background: url("../images/serviceCssq-block2-section3-bg.jpg") no-repeat center/cover;
}
.ServiceCssq .block.block2 .section.section3 .tt {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.ServiceCssq .block.block2 .section.section3 ul {
	height: auto;
	overflow: hidden;
	margin: 0 -15px;
}
.ServiceCssq .block.block2 .section.section3 ul li {
	width: 33.33333%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 0 15px;
}
.ServiceCssq .block.block2 .section.section3 ul li .box img {
	width: 100%;
	height: 340px;
}
.ServiceCssq .block.block2 .section.section3 ul li .box .text {
	padding: 20px;
	background: #fff;
}
.ServiceCssq .block.block2 .section.section3 ul li .box .text h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}
.ServiceCssq .block.block2 .section.section3 ul li .box .text p {
	font-size: 16px;
	color: #666;
}
.ServiceCssq .block.block2 .section.section3 .imgText {
	height: auto;
	overflow: hidden;
	background: #F4F4F4;
}
.ServiceCssq .block.block2 .section.section3 .imgText .img, .ServiceCssq .block.block2 .section.section3 .imgText .text {
	width: 50%;
}
.ServiceCssq .block.block2 .section.section3 .imgText .img.img img, .ServiceCssq .block.block2 .section.section3 .imgText .text.img img {
	width: 100%;
}
.ServiceCssq .block.block2 .section.section3 .imgText .img.text, .ServiceCssq .block.block2 .section.section3 .imgText .text.text {
	padding: 6% 0 0 80px;
}
.ServiceCssq .block.block2 .section.section3 .imgText .img.text .title, .ServiceCssq .block.block2 .section.section3 .imgText .text.text .title {
	text-align: left;
}
.ServiceCssq .block.block2 .section.section3 .imgText .img.text .st, .ServiceCssq .block.block2 .section.section3 .imgText .text.text .st {
	font-size: 28px;
	color: #333;
	margin: 30px 0;
}
.ServiceCssq .block.block2 .section.section3 .imgText .img.text p, .ServiceCssq .block.block2 .section.section3 .imgText .text.text p {
	font-size: 16px;
	color: #808080;
	line-height: 36px;
}
.ServiceCssq .block.block3 {
	margin-top: 80px;
}
.ServiceCssq .block.block3 .title {
	margin-bottom: 10px;
}
.ServiceCssq .block.block3 .title, .ServiceCssq .block.block3 .dsc {
	text-align: center;
}
.ServiceCssq .block.block3 .main {
	width: 100%;
	height: 760px;
	margin-top: 30px;
	padding: 80px 0;
	background: url("../images/serviceCssq-block3-bg.jpg") no-repeat center/cover;
}
.ServiceCssq .block.block3 .main .imgfl {
	width: 53%;
}
.ServiceCssq .block.block3 .main .qr {
	float: right;
	padding-top: 160px;
}
.ServiceCssq .block.block3 .main .qr img {
	width: 216px;
	float: right;
	margin-left: 30px;
}
/* 多元增值服务 */
.ServiceDyzz .block {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
}
.ServiceDyzz .block .title {
	font-size: 36px;
	color: #303843;
	font-weight: bold;
}
.ServiceDyzz .block .dsc {
	font-size: 16px;
	color: #66686C;
	line-height: 30px;
}
.ServiceDyzz .block.block1 {
	margin-top: 0;
}
.ServiceDyzz .block.block1 .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ServiceDyzz .block.block1 .text .box {
	width: 50%;
	padding: 8% 4% 0 0;
}
.ServiceDyzz .block.block1 .text .box h1 {
	font-size: 36px;
	color: #d1d1d1;
	font-weight: bold;
	line-height: 36px;
}
.ServiceDyzz .block.block1 .text .box .title {
	margin-bottom: 10px;
}
.ServiceDyzz .block.block1 .text .box h3 {
	font-size: 24px;
	color: #303843;
	font-weight: bold;
	margin-bottom: 40px;
}
.ServiceDyzz .block.block1 .text .box p {
	font-size: 16px;
	color: #66686C;
	line-height: 30px;
	margin-top: 20px;
}
.ServiceDyzz .block.block1 .text .box ul {
	height: auto;
	overflow: hidden;
	margin: 50px -7px 0;
}
.ServiceDyzz .block.block1 .text .box ul li {
	width: 33.3333%;
	height: 230px;
	padding: 0 7px;
	float: left;
	text-align: center;
}
.ServiceDyzz .block.block1 .text .box ul li .bb {
	height: 220px;
	padding: 40px 20px;
}
.ServiceDyzz .block.block1 .text .box ul li .bb i {
	font-size: 36px;
	color: #fff;
	margin-bottom: 15px;
	display: block;
}
.ServiceDyzz .block.block1 .text .box ul li .bb h4 {
	font-size: 18px;
	color: #fff;
}
.ServiceDyzz .block.block1 .text .box ul li .bb p {
	color: #fff;
	margin-top: 5px !important;
}
.ServiceDyzz .block.block1 .text .box ul li.li1 .bb {
	background: #004ABB;
}
.ServiceDyzz .block.block1 .text .box ul li.li2 .bb {
	background: #0F3568;
}
.ServiceDyzz .block.block1 .text .box ul li.li3 .bb {
	background: #707070;
}
.ServiceDyzz .block.block1 .img {
	width: 50%;
	float: right;
}
.ServiceDyzz .block.block1 .img img {
	min-height: 560px;
}
.ServiceDyzz .block.block2 .title {
	text-align: center;
	margin-bottom: 40px;
}
.ServiceDyzz .block.block2 .imgText {
	height: auto;
	overflow: hidden;
	position: relative;
	background: #F6F6F6;
	margin-top: 30px;
}
.ServiceDyzz .block.block2 .imgText .img {
	width: 50%;
}
.ServiceDyzz .block.block2 .imgText .img img {
	width: 100%;
}
.ServiceDyzz .block.block2 .imgText .text {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ServiceDyzz .block.block2 .imgText .text .box {
	width: 50%;
}
.ServiceDyzz .block.block2 .imgText .text .box h2 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 40px;
}
.ServiceDyzz .block.block2 .imgText .text .box h3 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.ServiceDyzz .block.block2 .imgText .text .box p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.ServiceDyzz .block.block2 .imgText .text .box .btn {
	width: 150px;
	line-height: 50px;
	background: #004ABB;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 50px;
}
.ServiceDyzz .block.block2 .imgText.imgL .text .box {
	padding: 100px 0 0 80px;
}
.ServiceDyzz .block.block2 .imgText.imgR .text .box {
	padding: 100px 80px 0 0;
}
.ServiceDyzz .block.block3 .title {
	margin-bottom: 10px;
}
.ServiceDyzz .block.block3 .title, .ServiceDyzz .block.block3 .dsc {
	text-align: center;
}
.ServiceDyzz .block.block3 img {
	margin-top: 40px;
}
/* 绿邻好房*/
.ServiceDyzzHf .block {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
}
.ServiceDyzzHf .block .title {
	font-size: 36px;
	color: #303843;
	font-weight: bold;
	text-align: center;
}
.ServiceDyzzHf .block .dsc {
	font-size: 16px;
	color: #66686C;
	line-height: 30px;
	text-align: center;
}
.ServiceDyzzHf .block .imgText {
	height: auto;
	overflow: hidden;
	position: relative;
	background: #F5F5F5;
}
.ServiceDyzzHf .block .imgText .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ServiceDyzzHf .block .imgText .text .box {
	width: 50%;
	padding: 8% 4% 0 0;
}
.ServiceDyzzHf .block .imgText .text .box h1 {
	font-size: 36px;
	color: #d1d1d1;
	font-weight: bold;
	line-height: 36px;
}
.ServiceDyzzHf .block .imgText .text .box .title {
	margin-bottom: 10px;
	text-align: left;
}
.ServiceDyzzHf .block .imgText .text .box h3 {
	font-size: 24px;
	color: #303843;
	font-weight: bold;
	margin-bottom: 40px;
}
.ServiceDyzzHf .block .imgText .text .box p {
	font-size: 16px;
	color: #66686C;
	line-height: 30px;
	margin-top: 20px;
}
.ServiceDyzzHf .block .imgText .img {
	width: 50%;
}
.ServiceDyzzHf .block .imgText.imgR .img {
	float: right;
}
.ServiceDyzzHf .block .imgText.imgL .img {
	float: left;
}
.ServiceDyzzHf .block .imgText.imgL .box {
	float: right;
	padding: 8% 0 0 4%;
}
.ServiceDyzzHf .block.block1 .slide {
	overflow: hidden;
	position: relative; /*margin-top: 30px;*/
}
.ServiceDyzzHf .block.block1 .slide img {
	width: 100%;
}
.ServiceDyzzHf .block.block1 .slide .swiper-pagination {
	bottom: 30px;
}
.ServiceDyzzHf .block.block1 .slide .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.ServiceDyzzHf .block.block1 .slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}
.ServiceDyzzHf .block.block1 ul {
	height: auto;
	overflow: hidden;
	margin: 30px -15px 10px;
}
.ServiceDyzzHf .block.block1 ul li {
	width: 33.3333%;
	padding: 0 15px;
	float: left;
}
.ServiceDyzzHf .block.block1 ul li .box {
	height: 300px;
	background: #F3F3F3;
	text-align: center;
	padding: 70px 50px;
}
.ServiceDyzzHf .block.block1 ul li .box i {
	font-size: 46px;
	color: #004ABB;
}
.ServiceDyzzHf .block.block1 ul li .box h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 10px 0;
}
.ServiceDyzzHf .block.block1 ul li .box p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.ServiceDyzzHf .block.block2 ul {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.ServiceDyzzHf .block.block2 ul li {
	width: 16.666667%;
	height: 680px;
	float: left;
	position: relative;
	transition: all .4s ease;
}
.ServiceDyzzHf .block.block2 ul li img {
	width: 100%;
	height: 100%;
}
.ServiceDyzzHf .block.block2 ul li .text {
	width: 100%;
	height: 40%;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.66) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s ease;
}
.ServiceDyzzHf .block.block2 ul li .text h2 {
	width: 100%;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 40px;
}
.ServiceDyzzHf .block.block2 ul li.active {
	width: 50%;
}
.ServiceDyzzHf .block.block2 ul li.active .text {
	background: none;
}
.ServiceDyzzHf .block.block3 {
	margin-bottom: 70px;
}
.ServiceDyzzHf .block.block4 .slide {
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.ServiceDyzzHf .block.block4 .slide .swiper-slide {
	position: relative;
}
.ServiceDyzzHf .block.block4 .slide .swiper-slide img {
	width: 100%;
}
.ServiceDyzzHf .block.block4 .slide .swiper-slide .text {
	width: 100%;
	height: 100%;
	padding-top: 5%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
.ServiceDyzzHf .block.block4 .slide .swiper-slide .text h2 {
	font-size: 26px;
	color: #fff;
	margin-bottom: 10px;
}
.ServiceDyzzHf .block.block4 .slide .swiper-slide .text p {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}
.ServiceDyzzHf .block.block4 .slide .swiper-pagination {
	bottom: 30px;
}
.ServiceDyzzHf .block.block4 .slide .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.ServiceDyzzHf .block.block4 .slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}
/* 开发商专线服务 */
.ServiceKfs .block {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
}
.ServiceKfs .block .title {
	font-size: 36px;
	color: #303843;
	font-weight: bold;
}
.ServiceKfs .block .dsc {
	font-size: 16px;
	color: #66686C;
	line-height: 30px;
}
.ServiceKfs .block.block1 {
	margin-top: 0;
}
.ServiceKfs .block.block1 .section {
	height: auto;
	overflow: hidden;
	position: relative;
}
.ServiceKfs .block.block1 .section.section1 .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ServiceKfs .block.block1 .section.section1 .text .box {
	width: 50%;
	padding: 8% 4% 0 0;
}
.ServiceKfs .block.block1 .section.section1 .text .box h1 {
	font-size: 36px;
	color: #d1d1d1;
	font-weight: bold;
	line-height: 36px;
}
.ServiceKfs .block.block1 .section.section1 .text .box .title {
	margin-bottom: 10px;
}
.ServiceKfs .block.block1 .section.section1 .text .box h3 {
	font-size: 24px;
	color: #303843;
	font-weight: bold;
	margin-bottom: 40px;
}
.ServiceKfs .block.block1 .section.section1 .text .box p {
	font-size: 16px;
	color: #66686C;
	line-height: 30px;
	margin-top: 20px;
}
.ServiceKfs .block.block1 .section.section1 .img {
	width: 50%;
	float: right;
}
.ServiceKfs .block.block1 .section.section1 .img img {
	min-height: 500px;
}
.ServiceKfs .block.block1 .section.section2 {
	margin: 40px 0 70px;
}
.ServiceKfs .block.block1 .section.section2 ul {
	height: auto;
	overflow: hidden;
}
.ServiceKfs .block.block1 .section.section2 ul li {
	width: 25%;
	float: left;
	position: relative;
}
.ServiceKfs .block.block1 .section.section2 ul li h2 {
	width: 100%;
	height: 100%;
	padding-top: 50%;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	bottom: 0;
}
.ServiceKfs .block.block1 .section.section3 {
	width: 100%;
	height: 600px;
	padding-top: 12%;
	background: url("../images/serviceKfs-block1-bg.jpg") no-repeat center/cover;
}
.ServiceKfs .block.block1 .section.section3 .title, .ServiceKfs .block.block1 .section.section3 .dsc {
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
}
.ServiceKfs .block.block2 .title, .ServiceKfs .block.block2 .dsc {
	text-align: center;
}
.ServiceKfs .block.block2 .section {
	height: auto;
	overflow: hidden;
}
.ServiceKfs .block.block2 .section.section1 {
	margin-bottom: 70px;
}
.ServiceKfs .block.block2 .section.section1 ul {
	height: auto;
	overflow: hidden;
	margin: 30px -6px 0;
}
.ServiceKfs .block.block2 .section.section1 ul li {
	width: 25%;
	padding: 0 6px;
	float: left;
}
.ServiceKfs .block.block2 .section.section1 ul li .box {
	height: 370px;
	padding: 50px 20px 0;
	border: 1px solid #E2E2E2;
	text-align: center;
}
.ServiceKfs .block.block2 .section.section1 ul li .box img {
	width: 90px;
	margin: 0 auto;
}
.ServiceKfs .block.block2 .section.section1 ul li .box h2 {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin: 20px 0 10px;
}
.ServiceKfs .block.block2 .section.section1 ul li .box p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.ServiceKfs .block.block2 .section.section2 {
	width: 100%;
	height: 600px;
	padding-top: 12%;
	background: url("../images/serviceKfs-block2-bg1.jpg") no-repeat center/cover;
}
.ServiceKfs .block.block2 .section.section2 .title, .ServiceKfs .block.block2 .section.section2 .dsc {
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
}
.ServiceKfs .block.block2 .section.section3 {
	margin: 40px 0 70px;
}
.ServiceKfs .block.block2 .section.section3 ul {
	height: auto;
	overflow: hidden;
	margin: 0 -15px;
}
.ServiceKfs .block.block2 .section.section3 ul li {
	width: 33.3333%;
	float: left;
	padding: 0 15px;
}
.ServiceKfs .block.block2 .section.section3 ul li .box {
	position: relative;
}
.ServiceKfs .block.block2 .section.section3 ul li .box img {
	width: 100%;
}
.ServiceKfs .block.block2 .section.section3 ul li .box h2 {
	width: 100%;
	height: 30%;
	font-size: 22px;
	color: #fff;
	padding-top: 8%;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.01) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.ServiceKfs .block.block2 .section.section4 {
	width: 100%;
	height: 600px;
	padding-top: 12%;
	background: url("../images/serviceKfs-block2-bg2.jpg") no-repeat center/cover;
}
.ServiceKfs .block.block2 .section.section4 .title, .ServiceKfs .block.block2 .section.section4 .dsc {
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin-bottom: 35px;
}
/* 开发商专线服务 */
.ServiceKfs1 .positionTabs {
	margin-bottom: 0;
}
.ServiceKfs1 .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.ServiceKfs1 .block .title {
	font-size: 34px;
	color: #303843;
	font-weight: bold;
	text-align: center;
}
.ServiceKfs1 .block .dsc {
	font-size: 16px;
	color: #66686C;
	line-height: 30px;
}
.ServiceKfs1 .block.block1 {
	padding: 90px 0 70px;
	background: url("../images/ServiceKfs1-block1-bg.jpg") no-repeat center/cover;
}
.ServiceKfs1 .block.block1 img {
	margin: 80px auto 0;
}
.ServiceKfs1 .block.block2 {
	padding: 90px 0 100px;
	background: url("../images/ServiceKfs1-block2-bg.jpg") no-repeat center/cover;
}
.ServiceKfs1 .block.block2 .title {
	color: #fff;
}
.ServiceKfs1 .block.block2 img {
	margin: 80px auto 0;
}
.ServiceKfs1 .block.block3 {
	padding: 90px 0 100px;
	background: #F4F4F4;
}
.ServiceKfs1 .block.block3 .box {
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 60px;
}
.ServiceKfs1 .block.block3 .box .text {
	width: 50%;
	float: left;
}
.ServiceKfs1 .block.block3 .box .text ul {
	height: auto;
	overflow: hidden;
	padding: 80px 0 0 40px;
}
.ServiceKfs1 .block.block3 .box .text ul li {
	width: 50%;
	font-size: 18px;
	color: #343434;
	float: left;
	padding: 0 0 20px 40px;
	position: relative;
}
.ServiceKfs1 .block.block3 .box .text ul li:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #7F7F7F;
	position: absolute;
	left: 20px;
	top: 10px;
}
.ServiceKfs1 .block.block3 .box .img {
	width: 50%;
	float: left;
}
.ServiceKfs1 .block.block4 {
	padding: 90px 0 100px;
	background: url("../images/ServiceKfs1-block4-bg.jpg") no-repeat center/cover;
}
.ServiceKfs1 .block.block4 .title {
	color: #fff;
}
.ServiceKfs1 .block.block4 img {
	margin: 80px auto 0;
}
.ServiceKfs1 .block.block5 {
	padding: 90px 0 100px;
	background: #F5F5F5;
}
.ServiceKfs1 .block.block5 .title {
	margin-bottom: 60px;
}
.ServiceKfs1 .block.block5 .left, .ServiceKfs1 .block.block5 .right {
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 32px;
}
.ServiceKfs1 .block.block5 .left li, .ServiceKfs1 .block.block5 .right li {
	width: 400px;
	height: 200px;
	padding-top: 40px;
	background: url("../images/ServiceKfs1-block5-bg1.jpg") no-repeat center/cover;
	text-align: center;
	margin-bottom: 40px;
}
.ServiceKfs1 .block.block5 .left li img, .ServiceKfs1 .block.block5 .right li img {
	margin: 0 auto;
}
.ServiceKfs1 .block.block5 .left li p, .ServiceKfs1 .block.block5 .right li p {
	font-size: 18px;
	color: #fff;
	margin: 20px 0;
}
.ServiceKfs1 .block.block5 .left li .line, .ServiceKfs1 .block.block5 .right li .line {
	width: 30px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
}
.ServiceKfs1 .block.block5 .left li:last-child, .ServiceKfs1 .block.block5 .right li:last-child {
	margin-bottom: 0;
}
.ServiceKfs1 .block.block5 .left li.bg2, .ServiceKfs1 .block.block5 .right li.bg2 {
	background: url("../images/ServiceKfs1-block5-bg2.jpg") no-repeat center/cover;
}
.ServiceKfs1 .block.block5 .left.left, .ServiceKfs1 .block.block5 .right.left {
	margin-left: 0;
}
.ServiceKfs1 .block.block5 .center {
	position: relative;
	margin-left: 32px;
	float: left;
}
.ServiceKfs1 .block.block5 .center p {
	width: 100%;
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 30px;
	text-align: center;
}
.ServiceKfs1 .block.block6 {
	padding: 90px 0 100px;
	background: url("../images/ServiceKfs1-block6-bg.jpg") no-repeat center/cover;
}
.ServiceKfs1 .block.block6 .title {
	color: #fff;
}
.ServiceKfs1 .block.block6 img {
	margin: 80px auto 0;
}
.ServiceKfs1 .block.block7 {
	padding: 90px 0 100px;
	background: url("../images/ServiceKfs1-block7-bg.jpg") no-repeat center/cover;
}
.ServiceKfs1 .block.block7 .title {
	margin-bottom: 60px;
}
.ServiceKfs1 .block.block7 .box {
	height: auto;
	overflow: hidden;
}
.ServiceKfs1 .block.block7 .box .img {
	width: 576px;
	float: left;
}
.ServiceKfs1 .block.block7 .box ul {
	width: 864px;
	height: auto;
	overflow: hidden;
	float: left;
}
.ServiceKfs1 .block.block7 .box ul li {
	width: 400px;
	height: 200px;
	padding: 30px 0;
	float: left;
	margin: 0 0 40px 32px;
	background: #004ABB;
	border: 1px solid #004ABB;
	text-align: center;
}
.ServiceKfs1 .block.block7 .box ul li p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.ServiceKfs1 .block.block7 .box ul li.bg {
	background: none;
	border-color: #ccc;
}
.ServiceKfs1 .block.block7 .box ul li.bg p {
	color: #333;
}
/* 高端定制服务 */
.ServiceGddz .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.ServiceGddz .block .title {
	font-size: 36px;
	color: #303843;
	font-weight: bold;
}
.ServiceGddz .block .dsc {
	font-size: 16px;
	color: #66686C;
}
.ServiceGddz .block.block1 {
	background: #F5F5F5;
}
.ServiceGddz .block.block1 .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ServiceGddz .block.block1 .text .box {
	width: 50%;
	padding: 8% 4% 0 0;
}
.ServiceGddz .block.block1 .text .box h1 {
	font-size: 36px;
	color: #d1d1d1;
	font-weight: bold;
	line-height: 36px;
}
.ServiceGddz .block.block1 .text .box .title {
	margin-bottom: 10px;
}
.ServiceGddz .block.block1 .text .box h3 {
	font-size: 24px;
	color: #303843;
	font-weight: bold;
	margin-bottom: 40px;
}
.ServiceGddz .block.block1 .text .box p {
	font-size: 16px;
	color: #66686C;
	line-height: 30px;
	margin-top: 20px;
}
.ServiceGddz .block.block1 .img {
	width: 50%;
	float: right;
}
.ServiceGddz .block.block2 {
	padding-top: 80px;
}
.ServiceGddz .block.block2 .title {
	margin-bottom: 10px;
}
.ServiceGddz .block.block2 .title, .ServiceGddz .block.block2 .dsc {
	text-align: center;
}
.ServiceGddz .block.block2 .ul1 {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.ServiceGddz .block.block2 .ul1 li {
	width: 33.3333%;
	height: 625px;
	float: left;
}
.ServiceGddz .block.block2 .ul1 li img {
	width: 100%;
}
.ServiceGddz .block.block2 .ul1 li:first-child {
	background: #004ABB;
	padding: 150px 50px;
}
.ServiceGddz .block.block2 .ul1 li:first-child h2 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: bold;
}
.ServiceGddz .block.block2 .ul1 li:first-child p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 15px;
}
.ServiceGddz .block.block2 .ul2 {
	height: auto;
	overflow: hidden;
	margin: 80px -7px;
}
.ServiceGddz .block.block2 .ul2 li {
	width: 33.3333%;
	padding: 0 7px;
	float: left;
}
.ServiceGddz .block.block2 .ul2 li .box {
	height: 440px;
	padding: 100px 60px 0;
	background: #f7f7f7;
	text-align: center;
}
.ServiceGddz .block.block2 .ul2 li .box img {
	width: 100px;
	margin: 0 auto;
}
.ServiceGddz .block.block2 .ul2 li .box h2 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin: 35px 0 30px;
}
.ServiceGddz .block.block2 .ul2 li .box p {
	font-size: 16px;
	color: #333;
	line-height: 28px;
}
.ServiceGddz .block.block3 .slide {
	overflow: hidden;
	position: relative;
}
.ServiceGddz .block.block3 .slide .swiper-slide {
	position: relative;
}
.ServiceGddz .block.block3 .slide .swiper-slide img {
	width: 100%;
}
.ServiceGddz .block.block3 .slide .swiper-button-prev {
	left: 5%;
}
.ServiceGddz .block.block3 .slide .swiper-button-next {
	right: 5%;
}
.ServiceGddz .block.block3 .slide .swiper-pagination {
	bottom: 45px;
}
.ServiceGddz .block.block3 .slide .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	margin: 0 5px;
	opacity: 1;
}
.ServiceGddz .block.block3 .slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #BF120B;
}
/* 商写企业服务 */
.ServiceSxqy .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.ServiceSxqy .block .title {
	font-size: 36px;
	color: #303843;
	font-weight: bold;
}
.ServiceSxqy .block .dsc {
	font-size: 16px;
	color: #66686C;
}
.ServiceSxqy .block.block1 {
	background: #F5F5F5;
}
.ServiceSxqy .block.block1 .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ServiceSxqy .block.block1 .text .box {
	width: 50%;
	padding: 8% 4% 0 0;
}
.ServiceSxqy .block.block1 .text .box h1 {
	font-size: 36px;
	color: #d1d1d1;
	font-weight: bold;
	line-height: 36px;
}
.ServiceSxqy .block.block1 .text .box .title {
	margin-bottom: 10px;
}
.ServiceSxqy .block.block1 .text .box h3 {
	font-size: 24px;
	color: #303843;
	font-weight: bold;
	margin-bottom: 40px;
}
.ServiceSxqy .block.block1 .text .box p {
	font-size: 16px;
	color: #66686C;
	line-height: 30px;
	margin-top: 20px;
}
.ServiceSxqy .block.block1 .img {
	width: 50%;
	float: right;
}
.ServiceSxqy .block.block2 {
	padding-top: 80px;
}
.ServiceSxqy .block.block2 .title {
	margin-bottom: 10px;
}
.ServiceSxqy .block.block2 .title, .ServiceSxqy .block.block2 .dsc {
	text-align: center;
}
.ServiceSxqy .block.block2 .box {
	padding: 140px 0 480px;
	margin-top: 30px;
	background: url("../images/serviceSxqy-block2-bg.jpg") no-repeat center/cover;
}
.ServiceSxqy .block.block2 .box ul {
	height: auto;
	overflow: hidden;
}
.ServiceSxqy .block.block2 .box ul li {
	width: 25%;
	float: left;
	text-align: center;
}
.ServiceSxqy .block.block2 .box ul li img {
	width: 90px;
	margin: 0 auto;
}
.ServiceSxqy .block.block2 .box ul li h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin: 15px 0 5px;
}
.ServiceSxqy .block.block2 .box ul li p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
/* 物业服务 */
.ServiceWy .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.ServiceWy .block .title {
	font-size: 36px;
	color: #303843;
	font-weight: bold;
}
.ServiceWy .block .dsc {
	font-size: 16px;
	color: #66686C;
}
.ServiceWy .block.block1 .imgText {
	height: auto;
	overflow: hidden;
	position: relative;
	background: #F5F5F5;
	margin-bottom: 30px;
}
.ServiceWy .block.block1 .imgText .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ServiceWy .block.block1 .imgText .text .box {
	width: 50%;
	padding: 8% 4% 0 0;
}
.ServiceWy .block.block1 .imgText .text .box h1 {
	font-size: 36px;
	color: #d1d1d1;
	font-weight: bold;
	line-height: 36px;
}
.ServiceWy .block.block1 .imgText .text .box .title {
	margin-bottom: 10px;
}
.ServiceWy .block.block1 .imgText .text .box h3 {
	font-size: 24px;
	color: #303843;
	font-weight: bold;
	margin-bottom: 40px;
}
.ServiceWy .block.block1 .imgText .text .box p {
	font-size: 16px;
	color: #66686C;
	line-height: 30px;
	margin-top: 20px;
}
.ServiceWy .block.block1 .imgText .img {
	width: 50%;
}
.ServiceWy .block.block1 .imgText.imgR .img {
	float: right;
}
.ServiceWy .block.block1 .imgText.imgL .img {
	float: left;
}
.ServiceWy .block.block1 .imgText.imgL .box {
	float: right;
	padding: 8% 0 0 4%;
}
.ServiceWy .block.block2 {
	padding: 60px 0;
}
.ServiceWy .block.block2 .title {
	text-align: center;
	margin-bottom: 10px;
}
.ServiceWy .block.block2 .st {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.ServiceWy .block.block2 .box {
	height: 600px;
	padding-top: 100px;
	margin-top: 50px;
	overflow: hidden;
	background: url("../images/servicewWy-block2-bg.png") no-repeat center/cover;
}
.ServiceWy .block.block2 .box .left, .ServiceWy .block.block2 .box .right {
	width: 40%;
	float: left;
}
.ServiceWy .block.block2 .box .left .year, .ServiceWy .block.block2 .box .right .year {
	padding: 10px 40px;
	font-size: 28px;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	display: inline-block;
}
.ServiceWy .block.block2 .box .left h2, .ServiceWy .block.block2 .box .right h2 {
	font-size: 28px;
	color: #333;
	margin: 60px 0 30px;
	font-weight: bold;
}
.ServiceWy .block.block2 .box .left p, .ServiceWy .block.block2 .box .right p {
	font-size: 18px;
	color: #808080;
	line-height: 36px;
}
.ServiceWy .block.block2 .box .left.right, .ServiceWy .block.block2 .box .right.right {
	float: right;
}
.ServiceWy .block.block2 .box .left.right .year, .ServiceWy .block.block2 .box .right.right .year {
	background: rgba(255, 255, 255, 0.5);
	float: right;
}
.ServiceWy .block.block2 .box .left.right h2, .ServiceWy .block.block2 .box .right.right h2 {
	text-align: right;
	color: #fff;
}
.ServiceWy .block.block2 .box .left.right p, .ServiceWy .block.block2 .box .right.right p {
	color: rgba(255, 255, 255, 0.5);
}
/* 新闻列表 */
.NewsList .list {
	height: auto;
	overflow: hidden;
}
.NewsList .list ul {
	height: auto;
	overflow: hidden;
}
.NewsList .list ul li {
	height: auto;
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid #e3d3d3;
}
.NewsList .list ul li .date {
	float: left;
	margin-right: 50px;
	font-size: 22px;
	color: #717991;
}
.NewsList .list ul li .text {
	height: auto;
	overflow: hidden;
}
.NewsList .list ul li .text h2 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.NewsList .list ul li .text p {
	font-size: 16px;
	color: #999;
	line-height: 28px;
}
.NewsList .list ul li:first-child {
	padding-top: 0;
}
.NewsList .list ul li:hover .text h2 {
	color: #004ABB;
}
/* 服务项目 */
.AboutServiceProject .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.AboutServiceProject .block .title {
	font-size: 36px;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}
.AboutServiceProject .block .dsc {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	text-align: center;
}
.AboutServiceProject .block.block1 {
	background: #F5F5F5;
}
.AboutServiceProject .block.block1 .img {
	width: 50%;
}
.AboutServiceProject .block.block1 .img img {
	width: 100%;
}
.AboutServiceProject .block.block1 .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.AboutServiceProject .block.block1 .text .box {
	width: 45%;
	padding-top: 5%;
	float: right;
}
.AboutServiceProject .block.block1 .text h2 {
	font-size: 36px;
	color: #000;
	margin-bottom: 30px;
}
.AboutServiceProject .block.block1 .text p {
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
}
.AboutServiceProject .block.block1 .text ul {
	height: auto;
	overflow: hidden;
	margin-top: 5%;
}
.AboutServiceProject .block.block1 .text ul li {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.AboutServiceProject .block.block1 .text ul li b {
	color: #666;
	margin-right: 10px;
}
.AboutServiceProject .block.block1 .text ul li b i {
	font-size: 18px;
	margin-right: 10px;
	vertical-align: -1px;
}
.AboutServiceProject .block.block2 {
	margin: 70px 0 100px;
}
.AboutServiceProject .block.block2 .title {
	margin-bottom: 20px;
}
.AboutServiceProject .block.block2 .slide {
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}
.AboutServiceProject .block.block2 .slide .swiper-slide {
	width: 960px;
	height: 600px;
	background: #fff;
}
.AboutServiceProject .block.block2 .slide .swiper-slide img {
	width: 100%;
}
.AboutServiceProject .block.block2 .slide .swiper-pagination {
	bottom: 0;
}
.AboutServiceProject .block.block2 .slide .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #000;
	margin: 0 8px;
}
.AboutServiceProject .block.block2 .slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #BF120B;
}
.AboutServiceProject .block.block2 .slide .swiper-button-prev {
	left: 5%;
	margin-top: -50px;
}
.AboutServiceProject .block.block2 .slide .swiper-button-next {
	right: 5%;
	margin-top: -50px;
}
/* 新闻详情 */
.NewsXq .box {
	height: auto;
	overflow: hidden;
	padding: 20px 0 80px;
}
.NewsXq .box .container {
	width: 1100px;
}
.NewsXq .box .title {
	font-size: 24px;
	color: #000 !important;
	text-align: center;
}
.NewsXq .box .other {
	height: auto;
	overflow: hidden;
	background: #F8F9FB;
	padding: 20px;
	margin-top: 25px;
	text-align: center;
}
.NewsXq .box .other span {
	font-size: 14px;
	color: #999;
}
.NewsXq .box .other span b {
	color: #666;
}
.NewsXq .box .other .info {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.NewsXq .box .other .info span {
	margin-right: 30px;
}
.NewsXq .box .text {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.NewsXq .box .text p {
	font-size: 16px !important;
	color: #333 !important;
	line-height: 30px !important;
	margin-bottom: 20px;
}
.NewsXq .box .text p * {
	font-size: 16px !important;
	color: #333 !important;
	line-height: 30px !important;
}
.NewsXq .box .text p img {
	display: block;
	margin: 0 auto 10px;
}
.NewsXq .box .relevant {
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	background: #F8F9FB;
	padding: 15px 20px;
}
.NewsXq .box .relevant a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 35px;
	font-size: 16px;
	color: #333;
}
.NewsXq .box .relevant a span {
	color: #999;
}
.NewsXq .box .relevant a:hover {
	color: #BF120B;
}
.NewsXq .box .videoBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px 0;
}
.NewsXq .box .videoBox #dplayer {
	width: 100%;
	margin: 0 auto;
}

/*! 1200 ~ 1500  主内容区1140 */
@media (max-width: 1500px) {
.col-md-1 {
	width: 8.33333%;
}
.col-md-2 {
	width: 16.66667%;
}
.col-md-3 {
	width: 25%;
}
.col-md-4 {
	width: 33.33333%;
}
.col-md-5 {
	width: 41.66667%;
}
.col-md-6 {
	width: 50%;
}
.col-md-7 {
	width: 58.33333%;
}
.col-md-8 {
	width: 66.66667%;
}
.col-md-9 {
	width: 75%;
}
.col-md-10 {
	width: 83.33333%;
}
.col-md-11 {
	width: 91.66667%;
}
.col-md-12 {
	width: 100%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-pull-1 {
	right: 8.33333%;
}
.col-md-pull-2 {
	right: 16.66667%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-4 {
	right: 33.33333%;
}
.col-md-pull-5 {
	right: 41.66667%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-7 {
	right: 58.33333%;
}
.col-md-pull-8 {
	right: 66.66667%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-10 {
	right: 83.33333%;
}
.col-md-pull-11 {
	right: 91.66667%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-push-1 {
	left: 8.33333%;
}
.col-md-push-2 {
	left: 16.66667%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-4 {
	left: 33.33333%;
}
.col-md-push-5 {
	left: 41.66667%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-7 {
	left: 58.33333%;
}
.col-md-push-8 {
	left: 66.66667%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-10 {
	left: 83.33333%;
}
.col-md-push-11 {
	left: 91.66667%;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-offset-0 {
	margin-left: 0;
}
.col-md-offset-1 {
	margin-left: 8.33333%;
}
.col-md-offset-2 {
	margin-left: 16.66667%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-4 {
	margin-left: 33.33333%;
}
.col-md-offset-5 {
	margin-left: 41.66667%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-7 {
	margin-left: 58.33333%;
}
.col-md-offset-8 {
	margin-left: 66.66667%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-10 {
	margin-left: 83.33333%;
}
.col-md-offset-11 {
	margin-left: 91.66667%;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.container {
	width: 1140px;
}
.header .logo {
	width: 192px;
	padding: 20px 0;
}
.header .nav .item {
	height: 70px;
}
.header .nav .item .title {
	font-size: 15px;
	padding: 20px;
}
.header .nav .item .submenu {
	left: 20px;
	top: 70px;
	display: none;
}
.header .nav .item .submenu .subitem {
	font-size: 14px;
	padding: 20px;
}
.header .nav .item.item1 .submenu {
	width: 520px;
}
.header .nav .item.item2 .submenu {
	width: 395px;
}
.header .nav .item.item3 .submenu {
	left: auto;
	right: 0;
	width: 510px;
	margin-right: -213px;
}
.header .nav .item.item4 .submenu {
	left: auto;
	right: 0;
	width: 520px;
	margin-right: -115px;
}
.header .nav .item.item5 .submenu {
	left: auto;
	right: 12px;
	width: 210px;
}
.footer .top {
	padding: 50px 0 40px;
}
.footer .top .nav dl {
	margin-right: 90px;
}
.footer .top .nav dl dt {
	font-size: 14px;
}
.footer .top .nav dl dd {
	font-size: 13px;
	line-height: 28px;
}
.footer .top .qrBox .qr {
	margin-left: 50px;
}
.footer .top .qrBox .qr img {
	width: 120px;
}
.footer .top .qrBox .qr p {
	font-size: 13px;
	margin-top: 10px;
}
.footer .bottom {
	padding: 20px 0;
}
.footer .bottom .copyright {
	font-size: 13px;
	line-height: 45px;
}
.footer .bottom .flist {
	width: 250px;
	font-size: 13px;
	height: 45px;
	line-height: 43px;
}
.footer .bottom .flist .icon {
	width: 45px;
	height: 45px;
}
.footer .bottom .flist ul {
	width: 250px;
	bottom: 43px;
}
.footer .bottom .flist ul li {
	height: 45px;
	line-height: 45px;
	padding: 0 14px;
}
.footer .bottom .flist ul li a {
	font-size: 13px;
}
/* 首页 */
.Index .block .title h2 {
	font-size: 36px;
}
.Index .block .title h3 {
	font-size: 34px;
}
.Index .block.about {
	padding: 7% 0;
}
.Index .block.about:after {
	width: 800px;
	height: 278px;
	bottom: 17%;
}
.Index .block.about .anav {
	width: 61%;
	margin: 0 -10px;
}
.Index .block.about .anav li {
	padding: 10px;
}
.Index .block.about .anav li .text h2, .Index .block.about .anav li .text h3 {
	font-size: 16px;
}
.Index .block.about .content ul li {
	font-size: 18px;
	margin-bottom: 2.5%;
}
.Index .block.about .content ul li b {
	font-size: 38px;
}
.Index .block.news {
	padding: 4% 0 3%;
}
.Index .block.news .left .slide ul li h3 {
	font-size: 16px;
}
.Index .block.news .left .slide ul li h2 {
	font-size: 20px;
	margin: 10px 0;
}
.Index .block.news .left .slide ul li p {
	font-size: 14px;
	line-height: 26px;
	max-height: 72px;
}
.Index .block.news .right ul li .text {
	padding: 20px;
}
.Index .block.news .right ul li .text h2 {
	font-size: 26px;
}
.Index .block.news .right ul li .text p {
	font-size: 14px;
}
.neiBanner {
	height: 310px;
}
.positionTabs {
	margin-bottom: 50px;
}
.positionTabs .position {
	padding: 21px 0;
	font-size: 13px;
}
.positionTabs .position .icon-home {
	font-size: 16px;
}
.positionTabs .position a {
	font-size: 13px;
}
.positionTabs .tabs .item {
	font-size: 15px;
	padding: 19px 0;
	margin-left: 30px;
}
.page {
	margin: 50px 0 80px;
}
.page a {
	width: 45px;
	line-height: 45px;
	font-size: 14px;
	margin: 0 5px;
}
.page a.first, .page a.last {
	width: 100px;
	border-radius: 30px;
}
/* 公司概况 */
.About .block.block1 .img .txt {
	padding: 20px;
	bottom: 40px;
}
.About .block.block1 .img .txt h2 {
	font-size: 30px;
}
.About .block.block1 .text {
	width: 47%;
}
.About .block.block1 .text h1 {
	font-size: 50px;
}
.About .block.block1 .text h2 {
	font-size: 32px;
}
.About .block.block1 .text h3 {
	font-size: 20px;
}
.About .block.block1 .text p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
}
.About .block.block2 {
	margin-top: 50px;
}
.About .block.block2 .img img {
	min-height: 630px;
}
.About .block.block2 .text .box {
	padding: 60px 0 0 60px;
}
.About .block.block2 .text .box h1 {
	font-size: 30px;
}
.About .block.block2 .text .box h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
.About .block.block2 .text .box .line {
	width: 46px;
	height: 3px;
}
.About .block.block2 .text .box p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
}
.About .block.block2 .text .box img {
	margin: 30px 50px 0 0;
}
.About .block.block3 {
	margin-top: 50px;
}
.About .block.block3 .title {
	font-size: 32px;
}
.About .block.block3 .dsc {
	font-size: 14px;
	margin: 10px 0 30px;
}
/* 发展历程 */
.AboutHistory .block {
	margin-top: 70px;
	padding-bottom: 150px;
}
.AboutHistory .block .slide .swiper-slide h1 {
	font-size: 20px;
}
.AboutHistory .block .slide .swiper-slide h2 {
	font-size: 20px;
}
.AboutHistory .block .slide .swiper-slide p {
	font-size: 14px;
	line-height: 24px;
}
.AboutHistory .block .slide .btns {
	margin-top: 50px;
}
.AboutHistory .block .slide .btns .btn-next, .AboutHistory .block .slide .btns .btn-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.AboutHistory .block .slide .btns .btn-next i, .AboutHistory .block .slide .btns .btn-prev i {
	font-size: 20px;
}
/* 服务项目 */
.AboutService .block.block1 .text h2 {
	font-size: 32px;
}
.AboutService .block.block1 .text p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}
.AboutService .block.block1 .text ul li {
	margin-top: 30px;
}
.AboutService .block.block1 .text ul li h3 {
	font-size: 32px;
}
.AboutService .block.block1 .text ul li h4 {
	font-size: 14px;
}
.AboutService .block.block1 .img .map .points .point .dot {
	width: 6px;
	height: 6px;
}
.AboutService .block.block1 .img .map .points .point.p-zhengzhou {
	left: 367px;
	top: 251px;
}
.AboutService .block.block1 .img .map .points .point.p-puyang {
	left: 373px;
	top: 237px;
}
.AboutService .block.block1 .img .map .points .point.p-luoyang {
	left: 359px;
	top: 252px;
}
.AboutService .block.block1 .img .map .points .point.p-xinxiang {
	left: 368px;
	top: 242px;
}
.AboutService .block.block1 .img .map .points .point.p-jiaozuo {
	left: 361px;
	top: 243px;
}
.AboutService .block.block1 .img .map .points .point.p-kaifeng {
	left: 374px;
	top: 248px;
}
.AboutService .block.block1 .img .map .points .point.p-nanyang {
	left: 358px;
	top: 268px;
}
.AboutService .block.block1 .img .map .points .point.p-shanghai {
	left: 436px;
	top: 283px;
}
.AboutService .block.block1 .img .map .points .point.p-hangzhou {
	left: 425px;
	top: 295px;
}
.AboutService .block.block1 .img .map .points .point.p-suzhou {
	left: 426px;
	top: 287px;
}
.AboutService .block.block1 .img .map .points .point.p-changshu {
	left: 428px;
	top: 280px;
}
.AboutService .block.block1 .img .map .points .point.p-nantong {
	left: 430px;
	top: 273px;
}
.AboutService .block.block1 .img .map .points .point.p-hefei {
	left: 401px;
	top: 280px;
}
.AboutService .block.block1 .img .map .points .point.p-nanjing {
	left: 415px;
	top: 275px;
}
.AboutService .block.block1 .img .map .points .point.p-nanchang {
	left: 390px;
	top: 317px;
}
.AboutService .block.block1 .img .map .tabs ul {
	margin-left: 15px;
}
.AboutService .block.block1 .img .map .tabs ul li {
	width: 65px;
	line-height: 31px;
	font-size: 14px;
	margin-bottom: 10px;
}
.AboutService .block.block1 .img .map .tabs ul li i {
	font-size: 18px;
	vertical-align: -2px;
}
.AboutService .block.block2 {
	margin: 60px 0 70px;
}
.AboutService .block.block2 .tabslide {
	margin-bottom: 30px;
}
.AboutService .block.block2 .tabslide .swiper-slide {
	line-height: 55px;
	font-size: 16px;
}
.AboutService .block.block2 ul {
	margin: 0 -10px;
}
.AboutService .block.block2 ul li {
	padding: 0 10px;
	margin-bottom: 30px;
}
.AboutService .block.block2 ul li h2 {
	font-size: 16px;
	line-height: 55px;
}
.AboutService .block.block2 .btnMore {
	width: 200px;
	line-height: 50px;
	font-size: 16px;
	margin: 10px auto;
}
/* 企业荣誉 */
.AboutHonor .block {
	min-height: 700px;
}
.AboutHonor .block .swiper1 .slide .swiper-slide h1 {
	font-size: 20px;
}
.AboutHonor .block .swiper1 .slide .swiper-slide p {
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}
.AboutHonor .block .swiper2 .slide .swiper-slide p {
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}
.AboutHonor .block .btn-next, .AboutHonor .block .btn-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: -70px;
}
.AboutHonor .block .btn-next.btn-next, .AboutHonor .block .btn-prev.btn-next {
	left: auto;
	right: -70px;
}
.AboutHonor .block .btn-next i, .AboutHonor .block .btn-prev i {
	font-size: 20px;
}
/* 党建动态 */
.AboutParty .block {
	margin-bottom: 70px;
}
.AboutParty .block .title {
	margin-bottom: 20px;
}
.AboutParty .block .title h1 {
	font-size: 32px;
	line-height: 32px;
}
.AboutParty .block .title a {
	font-size: 14px;
	line-height: 32px;
}
.AboutParty .block .title a i {
	font-size: 13px;
	vertical-align: 1px;
}
.AboutParty .block.block1 .slide .swiper-slide .text {
	padding: 30px 30px 0;
}
.AboutParty .block.block1 .slide .swiper-slide .text h3 {
	font-size: 20px;
}
.AboutParty .block.block1 .slide .swiper-slide .text h2 {
	font-size: 20px;
	margin: 10px 0 15px;
}
.AboutParty .block.block1 .slide .swiper-slide .text p {
	font-size: 14px;
	line-height: 28px;
	max-height: 112px;
}
.AboutParty .block.block1 .slide .swiper-slide .text h4 {
	margin-top: 30px;
}
.AboutParty .block.block1 .slide .swiper-pagination {
	padding: 0 30px;
	bottom: 20px;
}
.AboutParty .block.block1 .slide .swiper-pagination .swiper-pagination-bullet-active {
	width: 45px;
}
.AboutParty .block.block2 .stabs .item {
	margin-left: 20px;
	font-size: 15px;
}
.AboutParty .block.block2 .slide .swiper-slide .menu {
	width: 358px;
}
.AboutParty .block.block2 .slide .swiper-slide .menu ul {
	height: 460px;
}
.AboutParty .block.block2 .slide .swiper-slide .menu ul li {
	font-size: 16px;
}
.AboutParty .block.block2 .slide .swiper-slide .textBox {
	width: 752px;
}
.AboutParty .block.block2 .slide .swiper-slide .textBox .tt {
	font-size: 20px;
}
.AboutParty .block.block2 .slide .swiper-slide .textBox .text {
	height: 420px;
}
.AboutParty .block.block2 .slide .swiper-slide .textBox .text p {
	font-size: 14px;
	line-height: 28px;
	text-indent: 28px;
}
.AboutParty .block.block3 .title .btns .btn-next, .AboutParty .block.block3 .title .btns .btn-prev {
	width: 45px;
	height: 45px;
	line-height: 45px;
}
.AboutParty .block.block3 .title .btns .btn-next i, .AboutParty .block.block3 .title .btns .btn-prev i {
	font-size: 20px;
}
.AboutParty .block.block3 .slide .swiper-slide h2 {
	font-size: 18px;
	padding: 25px;
}
.AboutParty .block.block4 .imgText .text, .AboutParty .block.block4 .imgText .img {
	width: 50%;
	float: left;
}
.AboutParty .block.block4 .imgText .text {
	padding: 50px 30px 0 0;
}
.AboutParty .block.block4 .imgText .text .title {
	margin-bottom: 40px;
}
.AboutParty .block.block4 .imgText .text p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 30px;
}
/* 新闻中心 */
.News .list ul li {
	margin-bottom: 30px;
}
.News .list ul li .img {
	width: 320px;
}
.News .list ul li .text {
	padding: 30px 40px 0;
}
.News .list ul li .text h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
.News .list ul li .text p {
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	margin-bottom: 20px;
}
.News .list ul li .text .other .date {
	font-size: 14px;
	line-height: 40px;
}
.News .list ul li .text .other .btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.News .list ul li .text .other .btn i {
	font-size: 16px;
}
/* 视频 */
.NewsVideo .tabs1 {
	margin-bottom: 30px;
}
.NewsVideo .tabs1 .item {
	font-size: 18px;
	line-height: 50px;
	padding: 0 25px;
}
.NewsVideo .slideBox .slide .swiper-slide h2 {
	font-size: 18px;
}
.NewsVideo .slideBox .btn-next, .NewsVideo .slideBox .btn-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: -70px;
	top: 150px;
}
.NewsVideo .slideBox .btn-next.btn-next, .NewsVideo .slideBox .btn-prev.btn-next {
	left: auto;
	right: -70px;
}
.NewsVideo .slideBox .btn-next i, .NewsVideo .slideBox .btn-prev i {
	font-size: 20px;
}
.NewsVideo .list ul {
	margin: 0 -10px;
}
.NewsVideo .list ul li {
	padding: 0 10px;
	margin-bottom: 20px;
}
.NewsVideo .list ul li .img .cover i {
	width: 50px;
	height: 50px;
	font-size: 40px;
}
.NewsVideo .list ul li .text {
	padding: 20px;
}
.NewsVideo .list ul li .text h2 {
	font-size: 18px;
}
.NewsVideo .list ul li .text p {
	font-size: 14px;
	line-height: 24px;
}
.NewsVideo .year {
	margin-bottom: 30px;
}
.NewsVideo .year .slide .swiper-slide {
	padding: 8px 30px;
	font-size: 18px;
}
/* 期刊 */
.NewsBook .block .tabs {
	margin-bottom: 30px;
}
.NewsBook .block .tabs .item {
	font-size: 18px;
	line-height: 50px;
	padding: 0 25px;
}
.NewsBook .block .book {
	padding: 40px;
}
.NewsBook .block .book .img {
	width: 350px;
}
.NewsBook .block .book .text {
	padding: 70px 0 0 40px;
}
.NewsBook .block .book .text h3 {
	font-size: 20px;
}
.NewsBook .block .book .text h2 {
	font-size: 32px;
	margin-bottom: 15px;
}
.NewsBook .block .book .text p {
	font-size: 14px;
	line-height: 24px;
}
.NewsBook .block .book .text .btn {
	width: 180px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	margin-top: 50px;
}
.NewsBook .block .book .text .btn i {
	font-size: 20px;
}
.NewsBook .list {
	margin-top: 50px;
}
.NewsBook .list ul li {
	margin-bottom: 20px;
}
.NewsBook .list ul li .img .cover .btn {
	width: 180px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
.NewsBook .list ul li .img .cover .btn i {
	font-size: 18px;
}
.NewsBook .list ul li .text h2 {
	font-size: 18px;
}
.NewsBook .list ul li .text p {
	font-size: 14px;
	line-height: 24px;
}
/* 服务热线 */
.Contact .block.block1 {
	padding: 100px 0;
}
.Contact .block.block1 h2 {
	font-size: 32px;
}
.Contact .block.block1 h3 {
	font-size: 18px;
	margin: 30px 0 10px;
}
.Contact .block.block1 p {
	font-size: 18px;
	line-height: 32px;
}
.Contact .block.block1 .h {
	height: 50px;
}
.Contact .block.block1 .box {
	width: 300px;
	padding: 10px 0;
}
.Contact .block.block2 {
	height: 560px;
}
.Contact .block.block2 .form .box {
	padding: 60px 0 0 30px;
}
.Contact .block.block2 .form .box h2 {
	font-size: 32px;
}
.Contact .block.block2 .form .box p {
	font-size: 14px;
}
.Contact .block.block2 .form .box form {
	margin-top: 40px;
}
.Contact .block.block2 .form .box form .row textarea {
	height: 100px;
	font-size: 14px;
}
.Contact .block.block2 .form .box form .btn {
	width: 180px;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
}
/* 市场合作 */
.ContactCooperation .block .title {
	font-size: 32px;
}
.ContactCooperation .block .dsc {
	font-size: 14px;
	line-height: 24px;
}
.ContactCooperation .block.block2 {
	margin-top: 50px;
}
.ContactCooperation .block.block2 ul {
	margin: 0 -10px;
}
.ContactCooperation .block.block2 ul li {
	padding: 0 10px;
	margin-bottom: 20px;
}
.ContactCooperation .block.block2 ul li h2 {
	font-size: 18px;
}
.ContactCooperation .block.block3 {
	margin-top: 50px;
}
.ContactCooperation .block.block3 .box .text {
	padding: 30px 40px;
}
.ContactCooperation .block.block3 .box .text .tabs {
	margin-bottom: 30px;
}
.ContactCooperation .block.block3 .box .text .tabs .item {
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.ContactCooperation .block.block3 .box .text .slide p {
	font-size: 14px;
}
.ContactCooperation .block.block3 .box .text .slide p span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.ContactCooperation .block.block4 {
	margin-top: 50px;
}
.ContactCooperation .block.block4 .slide .swiper-slide .text h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.ContactCooperation .block.block4 .slide .swiper-slide .text p {
	font-size: 14px;
	line-height: 26px;
}
.ContactCooperation .block.block4 .slide .btns {
	bottom: 50px;
}
.ContactCooperation .block.block4 .slide .btns .btn-next, .ContactCooperation .block.block4 .slide .btns .btn-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.ContactCooperation .block.block4 .slide .btns .btn-next i, .ContactCooperation .block.block4 .slide .btns .btn-prev i {
	font-size: 20px;
}
.ContactCooperation .block.block5 {
	margin-top: 50px;
}
.ContactCooperation .block.block5 .box {
	padding: 40px 0 40px;
}
.ContactCooperation .block.block5 .box .map {
	width: 971px;
	height: 698px;
}
.ContactCooperation .block.block5 .box .map .point i {
	font-size: 20px;
}
.ContactCooperation .block.block5 .box .map .point .text {
	width: 300px;
	height: 100px;
	padding: 20px 40px;
	left: -138px;
	top: -115px;
}
.ContactCooperation .block.block5 .box .map .point .text h2 {
	font-size: 20px;
}
.ContactCooperation .block.block5 .box .map .point .text h3 {
	font-size: 18px;
}
/* 组织文化 */
.Join .block .title {
	font-size: 32px;
}
.Join .block .dsc {
	font-size: 14px;
}
.Join .block.block1 .box img {
	height: 580px;
}
.Join .block.block1 .box .text .box h3 {
	font-size: 20px;
}
.Join .block.block1 .box .text .box h2 {
	font-size: 40px;
}
.Join .block.block2 {
	margin-top: 50px;
}
.Join .block.block2 ul {
	margin-top: 30px;
}
.Join .block.block2 ul li {
	height: 320px;
	padding: 65px 30px 0;
}
.Join .block.block2 ul li i {
	font-size: 40px;
}
.Join .block.block2 ul li h2 {
	font-size: 20px;
	margin: 10px 0;
}
.Join .block.block2 ul li p {
	font-size: 14px;
	line-height: 24px;
}
.Join .block.block2 ul li .cover {
	padding-top: 80px;
}
.Join .block.block2 ul li .cover p {
	line-height: 32px;
}
.Join .block.block3 {
	margin: 50px 0 80px;
}
.Join .block.block3 .box {
	width: 100%;
	height: 580px;
	padding-top: 90px;
}
.Join .block.block3 .box h2 {
	font-size: 32px;
	margin-bottom: 10px;
}
.Join .block.block3 .box p {
	font-size: 14px;
	line-height: 35px;
}
.Join .block.block3 .box ul {
	padding-top: 80px;
}
.Join .block.block3 .box ul li img {
	width: 90px;
}
.Join .block.block3 .box1 {
	height: 660px;
}
.Join .block.block3 .box1 .center {
	top: 270px;
}
.Join .block.block3 .box1 .center h1 {
	font-size: 28px;
}
.Join .block.block3 .box1 .center .per {
	top: 0;
}
.Join .block.block3 .box1 .points .point {
	width: 68px;
	height: 68px;
	line-height: 68px;
	font-size: 16px;
}
/* 人在绿都 */
.JoinPerson .block .title {
	font-size: 32px;
}
.JoinPerson .block .dsc {
	font-size: 14px;
}
.JoinPerson .block.block1 .slide .swiper-slide .text h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.JoinPerson .block.block1 .slide .swiper-slide .text p {
	font-size: 14px;
	line-height: 26px;
}
.JoinPerson .block.block1 .slide .btns {
	bottom: 50px;
}
.JoinPerson .block.block1 .slide .btns .btn-next, .JoinPerson .block.block1 .slide .btns .btn-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.JoinPerson .block.block1 .slide .btns .btn-next i, .JoinPerson .block.block1 .slide .btns .btn-prev i {
	font-size: 20px;
}
.JoinPerson .block.block2 {
	margin: 50px 0 80px;
}
.JoinPerson .block.block2 .slide .swiper-slide p {
	font-size: 18px;
}
/* 人才理念 */
.JoinIdea .block .title {
	font-size: 32px;
}
.JoinIdea .block .dsc {
	font-size: 14px;
}
.JoinIdea .block.block1 .section {
	margin-top: 30px;
}
.JoinIdea .block.block1 .section.section1 .text, .JoinIdea .block.block1 .section.section3 .text {
	padding: 100px 40px 0;
}
.JoinIdea .block.block1 .section.section1 .text h2, .JoinIdea .block.block1 .section.section3 .text h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.JoinIdea .block.block1 .section.section1 .text h2 span, .JoinIdea .block.block1 .section.section3 .text h2 span {
	width: 22px;
	height: 22px;
	line-height: 20px;
}
.JoinIdea .block.block1 .section.section1 .text h2 span b, .JoinIdea .block.block1 .section.section3 .text h2 span b {
	font-size: 18px;
}
.JoinIdea .block.block1 .section.section1 .text p, .JoinIdea .block.block1 .section.section3 .text p {
	font-size: 14px;
}
.JoinIdea .block.block1 .section.section2 ul li {
	height: 370px;
}
.JoinIdea .block.block1 .section.section2 ul li .box {
	padding: 120px 0;
}
.JoinIdea .block.block1 .section.section2 ul li .box h2 {
	font-size: 18px;
}
.JoinIdea .block.block1 .section.section2 ul li .box p {
	font-size: 14px;
}
.JoinIdea .block.block1 .section.section2 ul li.li1 {
	padding: 100px 40px 0;
}
.JoinIdea .block.block1 .section.section2 ul li.li1 h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.JoinIdea .block.block1 .section.section2 ul li.li1 h2 span {
	width: 22px;
	height: 22px;
	line-height: 20px;
}
.JoinIdea .block.block1 .section.section2 ul li.li1 h2 span b {
	font-size: 18px;
}
.JoinIdea .block.block1 .section.section2 ul li.li1 p {
	font-size: 14px;
}
.JoinIdea .block.block2 {
	padding: 150px 0;
}
.JoinIdea .block.block2 ul {
	margin: 0 -10x;
}
.JoinIdea .block.block2 ul li {
	padding: 0 10px;
}
.JoinIdea .block.block2 ul li .box {
	height: 320px;
	padding-top: 110px;
}
.JoinIdea .block.block2 ul li .box h2 {
	width: 130px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
}
.JoinIdea .block.block2 ul li .box p {
	font-size: 18px;
}
.JoinIdea .block.block3 {
	margin: 50px 0 80px;
}
.JoinIdea .block.block3 ul {
	margin: 30px -7px 0;
}
.JoinIdea .block.block3 ul li {
	padding: 0 7px;
}
.JoinIdea .block.block3 ul li .box h2 {
	font-size: 15px;
	padding: 0 6px 15px;
}
/* 校园招聘 */
.JoinSchool .block .title {
	font-size: 32px;
}
.JoinSchool .block .dsc {
	font-size: 14px;
}
.JoinSchool .block.block1 .text {
	width: 460px;
	padding: 40px 50px 0;
}
.JoinSchool .block.block1 .text .tit h2 {
	font-size: 32px;
}
.JoinSchool .block.block1 .text .tit h3 {
	font-size: 20px;
}
.JoinSchool .block.block1 .text h4 {
	font-size: 24px;
}
.JoinSchool .block.block1 .text p {
	font-size: 14px;
}
.JoinSchool .block.block2 {
	margin-top: 50px;
	padding: 50px 0 100px;
}
.JoinSchool .block.block2 ul {
	margin: 0 -15px;
}
.JoinSchool .block.block2 ul li {
	padding: 0 15px;
}
.JoinSchool .block.block2 ul li .box img {
	width: 70px;
	margin-right: 25px;
}
.JoinSchool .block.block2 ul li .box .text {
	padding-top: 10px;
}
.JoinSchool .block.block2 ul li .box .text h2 {
	font-size: 18px;
}
.JoinSchool .block.block2 ul li .box .text p {
	font-size: 14px;
}
.JoinSchool .block.block3 ul {
	margin-top: 60px;
}
.JoinSchool .block.block3 ul li img {
	width: 80px;
}
.JoinSchool .block.block3 ul li p {
	font-size: 14px;
}
.JoinSchool .block.block4 {
	margin: 50px 0 60px;
}
.JoinSchool .block.block4 ul li .box img {
	width: 68px;
}
.JoinSchool .block.block4 ul li .box p {
	font-size: 14px;
}
.JoinSchool .block.block5 ul {
	margin: 30px -20px 0;
}
.JoinSchool .block.block5 ul li {
	padding: 0 20px;
}
.JoinSchool .block.block5 ul li .box {
	padding: 40px;
}
.JoinSchool .block.block5 ul li .box h2 {
	font-size: 18px;
}
.JoinSchool .block.block5 ul li .box h3 {
	font-size: 14px;
}
.JoinSchool .block.block5 ul li .box p {
	font-size: 13px;
}
.JoinSchool .block.block6 {
	padding: 50px 0 80px;
}
.JoinSchool .block.block6 .box .text {
	padding: 40px 160px 0 50px;
}
.JoinSchool .block.block6 .box .text ul li {
	margin-bottom: 30px;
}
.JoinSchool .block.block6 .box .text ul li .iconfont {
	font-size: 26px;
	margin-right: 15px;
}
.JoinSchool .block.block6 .box .text ul li .txt h2 {
	font-size: 16px;
}
.JoinSchool .block.block6 .box .text ul li .txt h3 {
	font-size: 16px;
}
/* 社会招聘 */
.JoinSocial .block .title {
	font-size: 32px;
}
.JoinSocial .block .dsc {
	font-size: 16px;
}
.JoinSocial .block .search {
	margin-bottom: 40px;
}
.JoinSocial .block .search .filter-box {
	width: 304px;
}
.JoinSocial .block .search .filter-box .filter-text .filter-title {
	height: 50px;
	line-height: 50px;
}
.JoinSocial .block .search .filter-box .filter-list {
	top: 50px;
}
.JoinSocial .block .search .filter-box .filter-list li a {
	line-height: 40px;
}
.JoinSocial .block .search .search-box {
	width: 512px;
}
.JoinSocial .block .search .search-box input {
	width: 100%;
	height: 50px;
	padding: 0 20px;
}
.JoinSocial .block .search .search-box .btn {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.JoinSocial .block .search .search-box .btn i {
	font-size: 20px;
}
.JoinSocial .block .tableBox {
	margin-bottom: 80px;
}
.JoinSocial .block .tableBox .table-title {
	line-height: 60px;
}
.JoinSocial .block .tableBox .table li .item {
	line-height: 60px;
}
.JoinSocial .block .tableBox .table li .con {
	padding: 20px 40px;
}
/* 服务 */
.Service .block .title {
	font-size: 32px;
	margin-bottom: 15px;
}
.Service .block .dsc {
	font-size: 14px;
	line-height: 28px;
}
.Service .block.block2 .tabs .item {
	width: 180px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
.Service .block.block2 .slide .swiper-slide .section1 {
	height: 550px;
}
.Service .block.block2 .slide .swiper-slide .section2 {
	height: 400px;
}
.Service .block.block2 .slide .swiper-slide .section2 ul li .box img {
	width: 60px;
}
.Service .block.block2 .slide .swiper-slide .section2 ul li .box h2 {
	font-size: 18px;
}
.Service .block.block2 .slide .swiper-slide .section2 ul li .box p {
	font-size: 13px;
}
/* 城市社区服务 */
.ServiceCssq .block .title {
	font-size: 32px;
}
.ServiceCssq .block .dsc {
	font-size: 14px;
}
.ServiceCssq .block.block1 .text .box h1 {
	font-size: 32px;
	line-height: 32px;
}
.ServiceCssq .block.block1 .text .box h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
.ServiceCssq .block.block1 .text .box p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
}
.ServiceCssq .block.block1 .img img {
	min-height: 500px;
}
.ServiceCssq .block.block2 {
	padding-top: 60px;
}
.ServiceCssq .block.block2 .section .imgt {
	width: 240px;
}
.ServiceCssq .block.block2 .section.section1 .tabs .item {
	width: 180px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide {
	height: 650px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide .tt {
	font-size: 20px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide1 dl {
	width: 270px;
	height: 405px;
	padding: 30px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide1 dl dt {
	font-size: 20px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide1 dl dd {
	font-size: 14px;
	line-height: 28px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide1 dl .line {
	width: 30px;
	height: 3px;
	margin: 15px auto;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide2 ul li i {
	font-size: 50px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide2 ul li h2 {
	font-size: 20px;
	margin: 10px 0;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide2 ul li p {
	font-size: 14px;
	line-height: 28px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide3 ul li {
	height: 345px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide3 ul li i {
	font-size: 50px;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide3 ul li h2 {
	font-size: 20px;
	margin: 10px 0;
}
.ServiceCssq .block.block2 .section.section1 .slide .swiper-slide.swiper-slide3 ul li p {
	font-size: 14px;
	line-height: 28px;
}
.ServiceCssq .block.block2 .section.section2 .bg {
	height: 600px;
}
.ServiceCssq .block.block2 .section.section3 .main {
	padding: 80px 0 50px;
}
.ServiceCssq .block.block2 .section.section3 .tt {
	font-size: 20px;
}
.ServiceCssq .block.block2 .section.section3 ul {
	margin: 0 -12px;
}
.ServiceCssq .block.block2 .section.section3 ul li {
	padding: 0 12px;
}
.ServiceCssq .block.block2 .section.section3 ul li .box img {
	height: 267px;
}
.ServiceCssq .block.block2 .section.section3 ul li .box .text h2 {
	font-size: 18px;
}
.ServiceCssq .block.block2 .section.section3 ul li .box .text p {
	font-size: 14px;
}
.ServiceCssq .block.block2 .section.section3 .imgText .img.text, .ServiceCssq .block.block2 .section.section3 .imgText .text.text {
	padding: 6% 0 0 60px;
}
.ServiceCssq .block.block2 .section.section3 .imgText .img.text .st, .ServiceCssq .block.block2 .section.section3 .imgText .text.text .st {
	font-size: 24px;
	margin: 20px 0;
}
.ServiceCssq .block.block2 .section.section3 .imgText .img.text p, .ServiceCssq .block.block2 .section.section3 .imgText .text.text p {
	font-size: 14px;
	line-height: 32px;
}
.ServiceCssq .block.block3 {
	margin-top: 60px;
}
.ServiceCssq .block.block3 .main {
	height: 660px;
}
.ServiceCssq .block.block3 .main .qr {
	padding-top: 160px;
}
.ServiceCssq .block.block3 .main .qr img {
	width: 160px;
	margin-left: 20px;
}
/* 多元增值服务 */
.ServiceDyzz .block {
	margin-top: 40px;
}
.ServiceDyzz .block .title {
	font-size: 32px;
}
.ServiceDyzz .block .dsc {
	font-size: 14px;
	line-height: 28px;
}
.ServiceDyzz .block.block1 .text .box h1 {
	font-size: 32px;
}
.ServiceDyzz .block.block1 .text .box h3 {
	font-size: 20px;
}
.ServiceDyzz .block.block1 .text .box p {
	font-size: 14px;
	line-height: 28px;
}
.ServiceDyzz .block.block1 .text .box ul li .bb i {
	font-size: 32px;
	margin-bottom: 15px;
}
.ServiceDyzz .block.block1 .text .box ul li .bb h4 {
	font-size: 16px;
}
.ServiceDyzz .block.block2 .title {
	margin-bottom: 30px;
}
.ServiceDyzz .block.block2 .imgText .text .box h2 {
	font-size: 20px;
	margin-bottom: 30px;
}
.ServiceDyzz .block.block2 .imgText .text .box h3 {
	font-size: 18px;
}
.ServiceDyzz .block.block2 .imgText .text .box p {
	font-size: 14px;
	line-height: 28px;
}
.ServiceDyzz .block.block2 .imgText .text .box .btn {
	width: 130px;
	line-height: 45px;
	font-size: 14px;
	margin-top: 40px;
}
.ServiceDyzz .block.block2 .imgText.imgL .text .box {
	padding: 80px 0 0 60px;
}
.ServiceDyzz .block.block2 .imgText.imgR .text .box {
	padding: 80px 60px 0 0;
}
.ServiceDyzz .block.block3 img {
	margin-top: 30px;
}
/* 绿邻好房*/
.ServiceDyzzHf .block {
	margin-top: 50px;
}
.ServiceDyzzHf .block .title {
	font-size: 32px;
}
.ServiceDyzzHf .block .dsc {
	font-size: 14px;
	line-height: 28px;
}
.ServiceDyzzHf .block .imgText .text .box h1 {
	font-size: 32px;
	line-height: 32px;
}
.ServiceDyzzHf .block .imgText .text .box h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
.ServiceDyzzHf .block .imgText .text .box p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
}
.ServiceDyzzHf .block .imgText .img img {
	min-height: 500px;
}
.ServiceDyzzHf .block.block1 ul {
	margin: 30px -12px 10px;
}
.ServiceDyzzHf .block.block1 ul li {
	padding: 0 12px;
}
.ServiceDyzzHf .block.block1 ul li .box {
	height: 300px;
	padding: 70px 50px;
}
.ServiceDyzzHf .block.block1 ul li .box i {
	font-size: 42px;
}
.ServiceDyzzHf .block.block1 ul li .box h2 {
	font-size: 20px;
	margin: 10px 0;
}
.ServiceDyzzHf .block.block1 ul li .box p {
	font-size: 14px;
	line-height: 24px;
}
.ServiceDyzzHf .block.block2 ul li {
	height: 580px;
}
.ServiceDyzzHf .block.block2 ul li .text h2 {
	font-size: 20px;
	bottom: 30px;
}
.ServiceDyzzHf .block.block3 {
	margin-bottom: 50px;
}
.ServiceDyzzHf .block.block4 .slide .swiper-slide .text h2 {
	font-size: 22px;
}
.ServiceDyzzHf .block.block4 .slide .swiper-slide .text p {
	font-size: 14px;
	line-height: 30px;
}
/* 开发商专线服务 */
.ServiceKfs .block {
	margin-top: 60px;
}
.ServiceKfs .block .title {
	font-size: 32px;
}
.ServiceKfs .block .dsc {
	font-size: 14px;
	line-height: 28px;
}
.ServiceKfs .block.block1 {
	margin-top: 0;
}
.ServiceKfs .block.block1 .section {
	height: auto;
	overflow: hidden;
	position: relative;
}
.ServiceKfs .block.block1 .section.section1 .text .box h1 {
	font-size: 32px;
	line-height: 32px;
}
.ServiceKfs .block.block1 .section.section1 .text .box h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
.ServiceKfs .block.block1 .section.section1 .text .box p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
}
.ServiceKfs .block.block1 .section.section1 .img img {
	min-height: 500px;
}
.ServiceKfs .block.block1 .section.section2 {
	margin: 30px 0 60px;
}
.ServiceKfs .block.block1 .section.section2 ul li h2 {
	font-size: 20px;
}
.ServiceKfs .block.block1 .section.section3 {
	height: 550px;
	padding-top: 12%;
}
.ServiceKfs .block.block1 .section.section3 .title, .ServiceKfs .block.block1 .section.section3 .dsc {
	margin-bottom: 25px;
}
.ServiceKfs .block.block2 .section.section1 {
	margin-bottom: 60px;
}
.ServiceKfs .block.block2 .section.section1 ul li .box {
	height: 370px;
}
.ServiceKfs .block.block2 .section.section1 ul li .box img {
	width: 70px;
}
.ServiceKfs .block.block2 .section.section1 ul li .box h2 {
	font-size: 20px;
}
.ServiceKfs .block.block2 .section.section1 ul li .box p {
	font-size: 14px;
	line-height: 22px;
}
.ServiceKfs .block.block2 .section.section2 {
	height: 550px;
	padding-top: 12%;
}
.ServiceKfs .block.block2 .section.section2 .title, .ServiceKfs .block.block2 .section.section2 .dsc {
	margin-bottom: 25px;
}
.ServiceKfs .block.block2 .section.section3 {
	margin: 30px 0 60px;
}
.ServiceKfs .block.block2 .section.section3 ul {
	margin: 0 -10px;
}
.ServiceKfs .block.block2 .section.section3 ul li {
	padding: 0 10px;
}
.ServiceKfs .block.block2 .section.section3 ul li .box h2 {
	font-size: 20px;
	padding-top: 5%;
}
.ServiceKfs .block.block2 .section.section4 {
	height: 550px;
	padding-top: 12%;
}
.ServiceKfs .block.block2 .section.section4 .title, .ServiceKfs .block.block2 .section.section4 .dsc {
	margin-bottom: 25px;
}
/* 开发商专线服务 */
.ServiceKfs1 .block .title {
	font-size: 32px;
}
.ServiceKfs1 .block .dsc {
	font-size: 14px;
	line-height: 28px;
}
.ServiceKfs1 .block.block3 {
	padding: 70px 0 80px;
}
.ServiceKfs1 .block.block3 .box {
	margin-top: 40px;
}
.ServiceKfs1 .block.block3 .box .text ul {
	padding: 60px 0 0 20px;
}
.ServiceKfs1 .block.block3 .box .text ul li {
	font-size: 16px;
	padding: 0 0 20px 30px;
}
.ServiceKfs1 .block.block3 .box .text ul li:after {
	width: 5px;
	height: 5px;
	left: 15px;
	top: 9px;
}
.ServiceKfs1 .block.block4 {
	padding: 70px 0 80px;
}
.ServiceKfs1 .block.block4 img {
	margin: 60px auto 0;
}
.ServiceKfs1 .block.block5 {
	padding: 70px 0 80px;
}
.ServiceKfs1 .block.block5 .title {
	margin-bottom: 40px;
}
.ServiceKfs1 .block.block5 .left, .ServiceKfs1 .block.block5 .right {
	margin-left: 20px;
}
.ServiceKfs1 .block.block5 .left li, .ServiceKfs1 .block.block5 .right li {
	width: 300px;
	height: 181px;
	padding-top: 40px;
	margin-bottom: 20px;
}
.ServiceKfs1 .block.block5 .left li img, .ServiceKfs1 .block.block5 .right li img {
	width: 40px;
}
.ServiceKfs1 .block.block5 .left li p, .ServiceKfs1 .block.block5 .right li p {
	font-size: 16px;
	margin: 20px 0;
}
.ServiceKfs1 .block.block5 .left.left, .ServiceKfs1 .block.block5 .right.left {
	margin-left: 0;
}
.ServiceKfs1 .block.block5 .center {
	width: 500px;
	margin-left: 20px;
}
.ServiceKfs1 .block.block5 .center p {
	font-size: 16px;
	bottom: 20px;
}
.ServiceKfs1 .block.block6 {
	padding: 70px 0 80px;
}
.ServiceKfs1 .block.block6 img {
	margin: 60px auto 0;
}
.ServiceKfs1 .block.block7 {
	padding: 70px 0 80px;
}
.ServiceKfs1 .block.block7 .title {
	margin-bottom: 40px;
}
.ServiceKfs1 .block.block7 .box .img {
	width: 500px;
}
.ServiceKfs1 .block.block7 .box ul {
	width: 640px;
}
.ServiceKfs1 .block.block7 .box ul li {
	width: 300px;
	height: 181px;
	padding: 30px 0;
	margin: 0 0 20px 20px;
}
.ServiceKfs1 .block.block7 .box ul li p {
	font-size: 16px;
}
/* 高端定制服务 */
.ServiceGddz .block {
	height: auto;
	overflow: hidden;
	position: relative;
}
.ServiceGddz .block .title {
	font-size: 32px;
}
.ServiceGddz .block .dsc {
	font-size: 14px;
	line-height: 28px;
}
.ServiceGddz .block.block1 .text .box h1 {
	font-size: 32px;
	line-height: 32px;
}
.ServiceGddz .block.block1 .text .box h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
.ServiceGddz .block.block1 .text .box p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
}
.ServiceGddz .block.block2 {
	padding-top: 60px;
}
.ServiceGddz .block.block2 .ul1 li {
	height: 495px;
}
.ServiceGddz .block.block2 .ul1 li:first-child {
	padding: 100px 30px;
}
.ServiceGddz .block.block2 .ul1 li:first-child h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.ServiceGddz .block.block2 .ul1 li:first-child p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
}
.ServiceGddz .block.block2 .ul2 {
	margin: 60px -7px;
}
.ServiceGddz .block.block2 .ul2 li .box {
	height: 385px;
	padding: 100px 40px 0;
}
.ServiceGddz .block.block2 .ul2 li .box img {
	width: 90px;
}
.ServiceGddz .block.block2 .ul2 li .box h2 {
	font-size: 20px;
	margin: 25px 0 20px;
}
.ServiceGddz .block.block2 .ul2 li .box p {
	font-size: 14px;
	line-height: 24px;
}
/* 商写企业服务 */
.ServiceSxqy .block .title {
	font-size: 32px;
}
.ServiceSxqy .block .dsc {
	font-size: 14px;
	line-height: 28px;
}
.ServiceSxqy .block.block1 .text .box h1 {
	font-size: 32px;
	line-height: 32px;
}
.ServiceSxqy .block.block1 .text .box h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
.ServiceSxqy .block.block1 .text .box p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
}
.ServiceSxqy .block.block2 {
	padding-top: 50px;
}
.ServiceSxqy .block.block2 .box {
	padding: 110px 0 400px;
}
.ServiceSxqy .block.block2 .box ul li img {
	width: 80px;
}
.ServiceSxqy .block.block2 .box ul li h2 {
	font-size: 18px;
}
.ServiceSxqy .block.block2 .box ul li p {
	font-size: 14px;
	line-height: 28px;
}
/* 物业服务 */
.ServiceWy .block .title {
	font-size: 32px;
}
.ServiceWy .block .dsc {
	font-size: 14px;
}
.ServiceWy .block.block1 .imgText .text .box h1 {
	font-size: 32px;
	line-height: 32px;
}
.ServiceWy .block.block1 .imgText .text .box h3 {
	font-size: 20px;
	margin-bottom: 30px;
}
.ServiceWy .block.block1 .imgText .text .box p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
}
.ServiceWy .block.block1 .imgText .img img {
	min-height: 500px;
}
.ServiceWy .block.block2 .st {
	font-size: 20px;
}
.ServiceWy .block.block2 .box {
	height: 500px;
	padding-top: 100px;
	margin-top: 50px;
}
.ServiceWy .block.block2 .box .left, .ServiceWy .block.block2 .box .right {
	width: 40%;
	float: left;
}
.ServiceWy .block.block2 .box .left .year, .ServiceWy .block.block2 .box .right .year {
	padding: 6px 20px;
	font-size: 24px;
}
.ServiceWy .block.block2 .box .left h2, .ServiceWy .block.block2 .box .right h2 {
	font-size: 24px;
	margin: 40px 0 20px;
}
.ServiceWy .block.block2 .box .left p, .ServiceWy .block.block2 .box .right p {
	font-size: 14px;
	line-height: 32px;
}
/* 新闻列表 */
.NewsList .list ul li {
	padding: 30px 0;
}
.NewsList .list ul li .date {
	margin-right: 50px;
	font-size: 20px;
}
.NewsList .list ul li .text h2 {
	font-size: 16px;
}
.NewsList .list ul li .text p {
	font-size: 14px;
	line-height: 24px;
}
}
#header-2 {
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;/*background-color: #0089d0;*/
}
.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;
}
.nav-2>ul>li {
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 5px;
	right: 14px;
}
.jiaspan.cur {
	background-image: url(../images/jia2h.png);
}
.nav-2>ul>li:first-child {
/*border-top: 0;*/
}
.nav-2>ul>li>a {
	padding: 8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;
}
.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.nav-2-form {
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"] {
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;
}
.nav-2-form .form-control {
	padding-right: 50px;
}
.logo-2 {
	font-size: 0;
	width: 170px;
	margin-left: 15px;
	margin-top: 10px;
}
.logo-2 img {
	display: block;
	width: 100%;
}
.menu2 {
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li {
	cursor: pointer;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li {
	margin-top: 21px;
}
.menu2 li img {
/*vertical-align: middle;*/
}
.chenggao {
	display: none;
	height: 75px;
}
#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}
.clear {
	clear: both;
}


/*! 1200 ~ 1500  主内容区1140 */
/*
@media only screen and (max-width: 1000px) {
.header {
	height: 75px;
	overflow: hidden;
}
#header {
	display: none;
}

nav .item .title {
	display: none;
}
#header-2 {
	display: block;
}
.footer .container {
 
}
.footer .top {
	display:none;
}
.Index .banner{
	width: 100%;
}

}
*/