@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 32px;
	color: #333;
	overflow-x: hidden;
	background: #fff;
	max-width: 1920px;
	margin: 0 auto;
}
@font-face {
	font-family: 'dincond-medium-webfont';
	src: url('../fonts/dincond-medium-webfont.eot');
	src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff2') format('woff2'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
}
.ziti {
	font-family: 'dincond-medium-webfont';
}
@font-face {
	font-family: impact;
	src: url("../fonts/impact.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
.impact {
	font-family: impact;
}
.imgbg {
	background: no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.imgbg img {
	opacity: 0;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.elli {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #555555;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
a:hover {
	color: #004ea2;
	text-decoration: none;
}
.clear {
	clear: both;
}
dl {
	margin: 0px;
	padding: 0px;
}
dd {
	display: block;
	margin: 0px;
	padding: 0px;
	-webkit-margin-start: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0px;
}
* {
	box-sizing: border-box;
}
.pad60 {
	padding-top: 60px;
}
div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 23px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.blank8 {
	clear: both;
	height: 8px;
	overflow: hidden;
}
.blank20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.blank30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}
.blank55 {
	clear: both;
	height: 55px;
	overflow: hidden;
}
.arrow-left, .arrow-right {
	position: absolute;
	top: 44%;
	width: 27px;
	height: 36px;
	cursor: pointer;
	z-index: 9;
}
.arrow-left {
	left: 10px;
	background: url(../images/left.png) center no-repeat;
}
.arrow-right {
	right: 10px;
	background: url(../images/right.png) center no-repeat;
}
.arrow-leftflash, .arrow-rightflash {
	position: absolute;
	top: 39%;
	cursor: pointer;
	z-index: 9;
}
.arrow-leftflash {
	left: 0px;
	background: url(../images/left09.png) #fff center no-repeat;
	border-radius:0px 7px 7px 0px;
	width:40px;
	height:60px;
}
.arrow-rightflash {
	right: 0px;
	background: url(../images/left10.png) #fff center no-repeat;
	border-radius:7px 0px 0px 7px;
	width:40px;
	height:60px;
}

#bannerSwiper img {
	width: 100%;
	display:block;
}
/*手机端按钮*/
.pc_btn {
	cursor: pointer;
	width: 36px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 3px;
	z-index: 999;
	box-sizing: border-box;
	padding: 22px 6px;
}
.pc_btn span {
	display: block;
	width: 28px;
	height: 3px;
	background: #004ea2;
	transition: all .45s;
}
.pc_btn .line2 {
	margin: 7px 0;
	width: 22px;
}
#header.i_head .pc_btn span {
	background: #fff;
}
.dompc {
	display: block;
}
.dommobile {
	display: none;
}
.mobile_btn {
	cursor: pointer;
	width: 36px;
	height: 50px;
	position: absolute;
	right: 12px;
	display: none;
	top: 0px;
	z-index: 999;
	box-sizing: border-box;
	padding: 16px 6px;
}
.mobile_btn.on .line1 {
	transform: rotate(45deg);
	transform-origin: 3% 50%;
}
.mobile_btn.on .line2 {
	width: 0;
}
.mobile_btn.on .line3 {
	transform: rotate(-45deg);
	transform-origin: 3% 50%;
}
.mobile_btn span {
	display: block;
	width: 28px;
	height: 3px;
	background: #1658a0;
	transition: all .45s;
}
.mobile_btn .line2 {
	margin: 7px 0;
	width: 28px;
}
.m03 {
	margin-left: 18px;
	font-size: 23px;
}

/*中原建业add*/
#header {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 88px;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.header {
	width: 100%;
	height: 88px;
	position: relative;
	z-index: 100;
}
.header .logo {
	float: left;
	margin-left: 20px;
	padding: 0;
	margin-top: 23px;
}

.header .logo .logo2 {
	display: none;
}
#header.i_head {
	background: transparent;
	height: 98px;
	top: 0px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
		box-shadow: 0 0 10px rgb(0 0 0 / 0%);
}
#header .header .logo img{
	width:178px;
}
#header.i_head .header .logo .logo1 {
	display: none;
}
#header.i_head .header .logo .logo2 {
	display: block;
}
#header.i_head .navpc li a {
	color: #fff;
}
#header .navpc {
	float: right;
}
#header .navpc ul li {
	float: left;
}
#header .navpc ul li {
	font-size: 15px;
	display: block;
	color: #5d5d5d;
	font-weight: bold;
	position: relative;
	float: left;
	padding: 0px 16px;
	line-height: 88px;
	margin: 0px 6px;
}
#header .navpc ul li:before {
	position: absolute;
	bottom: 0px;
	width: 0px;
	left: 50%;
	height: 3px;
	content: "";
	background: #004ea2;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	opacity: 0;
}
#header .navpc ul li:hover:before {
	width: 100%;
	left: 0px;
	opacity: 1;
}
#header .navpc ul li.menuon:before {
	width: 100%;
	left: 0px;
	opacity: 1;
}
#header .navpc ul li .box {
	padding: 10px 0;
	position: absolute;
	left: 50%;
	top: 89px;
	background: #fff;
	clear: both;
	width: 200px;
	margin-left: -100px;
	-o-transition: all .5s;
	overflow: hidden;
	display: none;
}
#header .navpc ul li .box a {
	float: left;
	width: 100%;
	clear: both;
	display: block;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
}
#header .navpc ul li .box a:hover {
	background: #f5f5f5;
}
#header .navpc ul li:hover .box {
	display: block;
}
.syaboutbg {
	background: url(../images/bg01.jpg) #f0f8fb no-repeat top center;
	overflow: hidden;
	height: 487px;
	clear: both;
	color: #d1d1d1;
}
.model_l{
	width:640px;
	float:left;
}
.model_r{
	width: calc(100% - 740px);
	float:right;
	padding-top:90px;
}
.data .model_r{
	padding-top:40px;
}
.data .brandwu{
	padding-top:40px;
}
.model_r h3{
	font-size:24px;
	padding-bottom:20px;
}
.brandwu{
	width: 91%;
    max-width: 1440px;
    margin: 0 auto;
	overflow:hidden;
    clear: both;
}
.brandwu img{
	width:100%;
	display:block;
	margin:0 auto;
}
.brandwu  img.dw{
	width:60px;
}
.syabout_l {
	width: 50%;
	padding-right: 80px;
	color: #666;
	float: left;
	line-height: 36px;
	font-size: 16px;
	padding-top: 90px;
}
.syabout_l .titlef40, .bgnews .titlef40 {
	color: #333;
}
.syabout_r {
	width: 50%;
	position: relative;
	float: left;
	margin-top: 190px;
}
.syabout_r img {
	width: 100%;
}
.syabout_r h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	transform: translate(-50%, -90%);
}
.syabout_r h6 span {
	display: block;
	width: 73px;
	height: 73px;
	background: url(../images/video.png) #1658a0 no-repeat center center;
	background-size:26px auto;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 73px;
}
.syabout_r h6::before {
	content: '';
	display: block;
	width: 73px;
	height: 73px;
	border: 8px solid rgba(29,66,138,.2);
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.syabout_r h6:hover span {
	background: url(../images/video.png) #cf000d no-repeat center center;
	background-size:26px auto;
}
.syabout_r h6:hover::before {
	background: rgba(195,153,106,.2);
}
.sypro_l {
	width: 100%;
	position: absolute;
	padding-top: 80px;
	color: #fff;
}
.sypro_l .wrap {
	position: relative;
	padding-right: 60%;
}
@media screen and (min-width: 1920px) {
	.sypro_l .wrap {
	position: relative;
	padding-right: 54%;
}
}


.sypro_r {
	width: 62%;
	float: right;
	height: 724px;
}
.sypro_r img {
	width: 100%;
	display: block;
}
.btncirl i {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 40px;
	text-align: center;
	background: #1658a0;
	border-radius: 50%;
	font-size: 30px;
	color: #fff;
	position: absolute;
	bottom: -80px;
	left: 0px;
	font-style: normal;
}
.btncirl i:before {
	content: '';
	display: block;
	width: 44px;
	height: 44px;
	border: 8px solid rgba(22,88,160,.2);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.btncirl:hover i {
	background: #cf000d;
}
.btncirl:hover i:before {
	background: rgba(207,0,13,.2);
}
.titlef40 {
	position: relative;
	font-size: 40px;
	line-height: 1;
	text-indent: 23px;
}
.pro_intro {
	padding-top: 60px;
}
.pro_intro p{
	text-indent:0px;
}
.titlef40:before {
	content: '';
	display: block;
	width: 6px;
	height: 36px;
	background-color: #cf000d;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.bgnews {
	background: url(../images/bg04.jpg) no-repeat top center;
	height: 885px;
	overflow: hidden;
	clear: both;
	color: #d1d1d1;
	padding-top: 90px;
}
.office_menu {
	height: 94px;
	font-size: 18px;
	margin: 0 auto;
	position: relative;
	line-height: 94px;
	z-index: 99;
	float: right;
}
.office_menu li {
	color: #5d5d5d;
	cursor: pointer;
	height: 45px;
	line-height: 40px;
	font-size: 20px;
	margin-right: 26px;
	width: 105px;
	display: block;
	float: left;
	text-align: right;
}
.office_menu li.on {
	color: #1658a0;
	border-bottom: 1px solid #1658a0;
}
.offi_content {
	padding-top: 86px;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	margin-top: -30px;
}
.wrap {
	width: 91%;
	max-width: 1440px;
	margin: 0 auto;
	clear:both;

}
.fot2 {
	position: relative;
	width: 48px;
	height: 48px;
	display: block;
	float: left;
}
.fot2 img{
	width:48px;
}
.fot2 .d-project-erwei {
	position: absolute;
	width: 152px;
	height: 0px;
	bottom: 40px;
	left: -45px;
	overflow: hidden;
	transition: all .3s;
	z-index: 9;
}
.fot2 .d-project-erwei img {
	width: 140px;
	height: 140px;
}
.fot2:hover .d-project-erwei {
	height: 152px;
	transition: all .3s;
}
.footbg {
	background: url(../images/footbg.jpg) no-repeat top center;
	height: 555px;
	overflow: hidden;
	clear: both;
	color: #d1d1d1;
	padding-top: 50px;
}
.foot_l {
	width: 60%;
	display: flex;
	justify-content: space-between;
	float: left;
}
.foot_m {
 	width: calc(40% - 350px);
	position: relative;
	float: left;
	height: 367px;
	margin-top:60px;
}
.foot_m:before {
	background: rgba(255,255,255,.2);
	bottom: 0px;
	position: absolute;
	content: "";
	height: 367px;
	width: 1px;
	display: block;
	left: 49%;
}
.foot_r {
	width: 350px;
	float: right;
	padding-top: 20px;
	margin-top: 60px;
}
.foot_l .ul_item {
	width: 125px;
}
.foot_l .ul_item h2 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 54px 0px;
}
.foot_l .ul_item ul li {
	line-height: 24px;
	padding: 4px 0px;
}
.foot_l .ul_item ul li a {
	color: #acb7ca;
}
.foot_l .ul_item ul li a:hover {
	color: #fff;
}
.logodi {
	background: url(../images/logo01.png) no-repeat 0px 30px;
	background-size:166px auto;
	height: 80px;
	text-indent: 180px;
	padding-top: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 80px;
}
.wxico {
	padding: 30px 0px 90px;
	clear: both;
}
.s5txt h3 {
	font-size: 24px;
	color: #3a3a3a;
	margin-bottom: 10px;
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
}
.s5txt {
	margin-top: 38px;
	position: relative;
}
.s5txt p {
	text-indent: 0px;
	width: 86%;
}
.s5txt h3 {
	font-size: 24px;
	color: #3a3a3a;
	margin-bottom: 10px;
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.syprobg {
	background: url(../images/bg03.jpg) no-repeat top center;
	overflow: hidden;
	clear: both;
	color: #d1d1d1;
	position: relative;
	height: 724px;
}
.tabs {
	font-size: 18px;
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0 auto;
	width: 91%;
	max-width: 1440px;
	left: 50%;
	margin-left: -45.5%;
	z-index: 9;
}
@media screen and (min-width: 1920px) {
	.tabs {
	margin-left:-720px;
	
}	
}
.tabs a {
	background: #fff;
	height: 132px;
	width: 25%;
	display: block;
	float: left;
	position: relative;
	padding-left: 10px;
}
.syprobg .tabs a:nth-child(2n) {
	background: #ecf7ff;
}
.tabs a.active {
	color: #fff;
	background: #1658a0;
}
.syprobg .tabs a.active:nth-child(2n) {
	color: #fff;
	background: #1658a0;
}
.tabs a:nth-child(1) i {
	background: url(../images/ic01_06.png) no-repeat 10px 0px;
	width: 53px;
	height: 66px;
	position: absolute;
	right: 22px;
	top: 30px;
}
.tabs a.active:nth-child(1) i {
	background: url(../images/ico06a.png) no-repeat 10px 0px;
}
.tabs a:nth-child(2) i {
	background: url(../images/ic01_07.png) no-repeat 10px 0px;
	width: 53px;
	height: 66px;
	position: absolute;
	right: 22px;
	top: 30px;
}
.tabs a.active:nth-child(2) i {
	background: url(../images/ico07a.png) no-repeat 10px 0px;
}
.tabs a:nth-child(3) i {
	background: url(../images/ic01_08.png) no-repeat 10px 0px;
	width: 53px;
	height: 66px;
	position: absolute;
	right: 22px;
	top: 30px;
}
.tabs a.active:nth-child(3) i {
	background: url(../images/ico08a.png) no-repeat 10px 0px;
}
.tabs a:nth-child(4) i {
	background: url(../images/ic01_09.png) no-repeat 10px 0px;
	width: 53px;
	height: 66px;
	position: absolute;
	right: 22px;
	top: 30px;
}
.tabs a.active:nth-child(4) i {
	background: url(../images/ico09a.png) no-repeat 10px 0px;
}
.dj_ch {
	color: #7e87a1;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	padding-top: 40px;
}
.dj_en {
	color: #c6c6c6;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tabs a.active .dj_ch {
	color: #fff;
}
.tabs a.active .dj_en {
	color: #5c9de5;
}
.bgnews .swiper-container-horizontal>.swiper-pagination-bullets {
	top: 426px;
	left: 0;
	height:30px;
	width: 100%;
}
.synewsimg {
	width: 100%;
	height: 470px;
	overflow:hidden;
}
.flashimg_l {
	float: left;
	width: 53%;
}
.flashimg_r {
	width: 47%;
	padding-left: 30px;
	float: right;
}
.datejy {
	width: 96px;
	color: #b4b4b4;
	font-weight: bold;
	float: left;
	padding-top: 20px;
}
.time01 {
	font-size: 32px;
}
.newschy {
	width: calc(100% - 96px);
	float: right;
}
.newschy_title {
	color: #333333;
	font-size: 20px;
}
.yewu_jj p{
	text-indent:0px;
	padding-bottom:0px;
}
.newschy_intro {
	color: #9c9c9c;
	line-height: 28px;
	font-size: 15px;
	padding-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.jynews li {
	border-top: 2px solid #eae6e3;
	padding: 25px 0px;
	clear: both;
	overflow: hidden;
	background: url(../images/bb01.png) no-repeat right center;
	padding-right: 25px;
}
.jynews li:hover {
	background: url(../images/bb02.png) no-repeat right center;
}
.jynews li:hover .datejy {
	color: #1658a0
}
.jynews li:hover .newschy_title {
	color: #1658a0
}
.jadebox i {
	right: 10px;
	left: auto;
	bottom: 40px;
}
.header_r {
	float: right;
	margin-right: 1%;
	position: relative;
	margin-left: 16px;
}
.header_r ul {
	width: 140px;
	float: right;
	font-size: 0;
	text-align: center;
}
.header_r ul>li {
	display: inline-block;
	width: 30%;
	height: 88px;
	padding-top: 30px;
	position: relative;
}
.header_r ul>li .img {
	display: block;
}
.header_r ul>li .img1 {
	display: none;
}
#header.i_head .header_r ul>li .img {
	display: none;
}
#header.i_head .header_r ul>li .img1 {
	display: block;
}
.header_r .search_box {
	width: 0;
	position: absolute;
	top: 100%;
	right: -100%;
	overflow: hidden;
	transition: 0.66s;
}
.header_r ul li:hover .search_box {
	width: 280px;
	right: 0;
	top: 88px;
}
.header_r .search {
	padding-right: 50px;
	height: 38px;
	background: #f6f6f6;
	border-radius: 2px;
	position: relative;
	transition: 0.66s;
	overflow: hidden;
}
.header_r .search .sinput {
	padding: 0 5%;
	width: 90%;
	height: 38px;
	background: none;
	border: none;
	color: #333;
	font-size: 15px;
}
.header_r .search .sinput:focus {
	background: none;
}
.header_r .search .sbuton {
	width: 50px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0;
	background: #cf000d;
	border: none;
	font-size: 16px;
	color: #fff;
	transition: 0.66s;
	cursor: pointer;
}
.header_r .search .sinput::-webkit-input-placeholder {
color:#999;
}
.header_r .search .sinput::-moz-placeholder {
color:#999;
}
.header_r .search .sinput:-moz-placeholder {
color:#999;
}
.header_r .search .sinput:-ms-input-placeholder {
color:#999;
}
.header_r ul li .url_list {
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 99;
	width: 120px;
	overflow: hidden;
	height: 0;
	transition: 0.3s;
	margin-left: -60px;
}
.header_r ul li .url_list .jiao {
	margin: 0 auto;
	display: block;
	width: 7px;
	border-bottom: #fff solid 7px;
	border-left: transparent solid 7px;
	border-right: transparent solid 7px;
}
.header_r ul li .url_list ol {
	background: #fff;
	border-radius: 5px;
	padding: 9% 2px;
}
.header_r ul li .url_list ol li {
	text-align: center;
	padding: 4px 2px;
}
.header_r ul li .url_list ol li a {
	font-size: 15px;
	line-height: 1.4;
	color: #868686;
	display: block;
}
.header_r ul li .url_list ol li a:hover {
	color: #da251d;
}
.header_r ul li:hover .url_list {
	height: auto;
	top: 88px;
}
.head-more {
}
.foot-map {
	width: 700px;
	height: 100vh;
	padding: 30px 0 0 40px;
	background: #fff;
	position: fixed;
	z-index: 999;
	right: -790px;
	top: 0;
	bottom: 0px;
}
.foot-map .map-logo {
	float: left;
	margin-bottom: 20px;
}
.foot-map .map-logo img {
	width:170px;
}
.foot-map .map-close {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	cursor: pointer;
	font-size: 32px;
	font-weight: bold;
}
.foot-map .map-content {
	width: 100%;
	padding-top: 15px;
	 overflow:scroll;
 height:80vh;
 overflow-x:hidden;
}
.foot-map .map-content .fmenu {
	width: 100%;
	clear: both;
	padding-bottom: 25px;
	text-align: left;
	overflow: hidden;
}
.map-content .fmenu h3 {
	font-size: 22px;
	color: #333;
	font-weight: 400;
	margin-bottom: 7px;
	text-align: left;
}
.map-content .fmenu li {
	float: left;
}
.map-content .fmenu li a {
	font-size: 15px;
	margin-right: 16px;
	color: #909090;
	float: left;
	border-radius: 3px;
	background: #f5f5f5;
	padding: 5px 15px;
	margin-top: 6px;
}
.map-content .fmenu li a:hover {
	background: #004ea2;
	color: #fff;
}
.masklayer {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7) !important;
	background: #000;
	filter: alpha(opacity=70);
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	display: none;
}
.video_pop {
	width: 70%;
	height: 80%;
	position: fixed;
	left: 50%;
	top: 10%;
	margin-left: -35%;
	z-index: 9999!important;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.close_btn {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/colse.png) no-repeat center;
	background-size:40px auto;
	z-index: 100;
	cursor: pointer;
}
#video {
	width: 100%;
}
/*建业关于我们*/
.juzhong {
	width: 100%;
	height: 70px;
	line-height: 70px;
	clear: both;
	position: relative;
}
.juzhong:before {
	width: 100%;
	background: #ececec;
	bottom: 0px;
	position: absolute;
	content: "";
	height: 1px;
}
.blank88 {
	clear: both;
	height: 88px;
	overflow: hidden;
}
.bannerny {
	width: 100%;
	clear: both;
}
.bannerny img {
	width: 100%;
	display: block;
}
.crumbs {
	float: left;
	color: #838383;
	text-align: left;
	position: relative;
	background: url(../images/cc03.png) no-repeat 0px 24px;
	text-indent: 29px;
	font-weight: bold;
	font-size: 15px;
}
.dh {
	color: #1658a0;
}
.crumbs span {
	padding-left: 18px;
}
.columns {
	position: relative;
	float: right;
	display: block;
	font-size: 15px;
}
.columns li {
	float: left;
}
.columns li a {
	position: relative;
	color: #5d5d5d;
	padding: 0px 0px;
	text-align: center;
	position: relative;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
	display: block;
	font-weight: bold;
	margin: 0px 5px;
}
.columns li a:nth-child(1) {
	margin-left: 0px;
}
.columns li a i {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0;
	height: 3px;
	background-color: #1658a0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.columns li.on a i, .columns li a:hover i {
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	display: block;
}
.columns li.on a {
	color: #1658a0;
}
.columns .btt {
	display: none;
}
.nybg {
	width: 100%;
	background: url(../images/nybg.jpg) #f3f4f5 no-repeat top center;
	clear: both;
	overflow: hidden;
	padding-top: 30px;
}
.title_big {
	font-size: 32px;
	color: #333;
	padding: 10px 0px;
	margin-top: 20px;
}
.title_sm {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e6e0d4;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}
.jadebg {
	background: #fff;
	clear: both;
	overflow: hidden;
}
.about_title {
	font-size: 30px;
	padding: 20px 0px;
}
.about_l {
	width: calc(100% - 419px);
	float: left;
	padding-top: 90px;
	padding: 40px;
}
.about_r {
	width: 419px;
	float: right;
	position: relative;
	color: #fff;
}
.zyjy_tit {
	font-size: 36px;
	position: absolute;
	top: 100px;
	left: 50px;
}
.zyjy_stock {
	font-size: 18px;
	position: absolute;
	top: 160px;
	left: 50px;
}
.about_r img {
	display: block;
}
.about_ch {
	color: #ffb558;
	font-size: 20px;
	height: 44px;
	line-height: 40px;
	overflow: hidden;
	clear: both;
	font-weight: bold;
	position: relative;
	padding: 15px 0px 0px;
}
.about_since {
	color: #ffb558;
	font-size: 68px;
	line-height: 58px;
}
.about_develop {
	color: #ffbf5e;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
}
.about_video {
	width: 100%;
	background: url(../images/about_video.jpg) no-repeat top center;
	height: 500px;
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.videobig {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 44px;
	color: #1658a0;
	line-height: 50px;
}
.ten{
	margin-right:90px;
}
.ten .jpgcmenu {
	width: 860px;
	float: left;
}
.six .jpgcmenu {
	width: 600px;
	float: left;
}
.five .jpgcmenu {
	width: 500px;
	float: left;
}
.four .jpgcmenu {
	width: 400px;
	float: left;
}
.three .jpgcmenu {
	width: 300px;
	float: left;
}
.two .jpgcmenu {
	width: 200px;
	float: left;
}
.one .jpgcmenu {
	width: 100px;
	float: left;
}
/*业务布局*/
.data {
	width: 100%;
	background: #fff;
	clear: both;
	padding-top: 20px;
	padding-bottom: 90px;
	overflow: hidden;
}
.data1 {
	width: 16.66666%;
	float: left;
	text-align: center;
}
.data_sz span {
	color: #1658a0;
	font-size: 56px;
}
.data_txt {
	font-size: 18px;
	color: #666;
	position: relative;
	margin-top: 18px;
	padding-top: 12px;
}
.data_txt:before {
	content: "";
	width: 51px;
	height: 1px;
	background: #1658a0;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -26px;
}
.data_time {
	text-align: right;
	position: relative;
	top: -90px;
	margin-right: 30px;
}
.layout_l {
	width: 36%;
	float: left;
	padding-top: 80px;
}
.layout_r {
	width:54%;
	float: right;
	padding-bottom: 30px;
}
.layout_r img{
	width:100%;
}
.jychina {
	font-size: 36px;
	color: #1658a0;
}
.lay_intro {
	padding-bottom: 20px;
}
.indMore {
	display: inline-block;
	margin-top: 30px;
	position: relative;
	background: #1658a0;
	color: #fff;
	overflow: hidden;
	-webkit-transition: background .4s ease, color .3s ease, border .3s ease;
	-o-transition: background .4s ease, color .3s ease, border .3s ease;
	transition: background .4s ease, color .3s ease, border .3s ease;
	border: 1px solid transparent;
	border-radius: 30px;
}
.btn__text {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 9px 50px;
	transition: transform .5s cubic-bezier(.76, 0, .24, 1), -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
}
.btn__text-alt {
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 9px 50px;
	transition: transform .5s cubic-bezier(.76, 0, .24, 1), -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
	color: #1658a0;
}
.indMore:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	transition: -webkit-transform .4s cubic-bezier(.5, 0, 0, 1) 40ms;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.5, 0, 0, 1) 40ms;
	-o-transition: transform .4s cubic-bezier(.5, 0, 0, 1) 40ms;
	transition: transform .4s cubic-bezier(.5, 0, 0, 1) 40ms;
	transition: transform .4s cubic-bezier(.5, 0, 0, 1) 40ms, -webkit-transform .4s cubic-bezier(.5, 0, 0, 1) 40ms;
	background-color: #fff;
}
.indMore:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.indMore:hover .btn__text {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.indMore:hover .btn__text-alt {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
/*大事记*/
.hisbg{
	background:url(../images/hisbg.jpg) no-repeat bottom center;
	padding-bottom:260px;
	clear:both;
	overflow:hidden;
}
.about_lc .swiper-button-next_line, .about_lc .swiper-button-prev_line {
	top: auto;
	bottom: 60px;
	margin-top: 0;
	width: 30px;
	height: 30px;
	opacity: 1;
}
.about_lc .swiper-button-prev_line {
	left: -40px;
	background: url(../images/prev_line.png) no-repeat center/contain;
	transition: 0.3s;
}
.about_lc .swiper-button-next_line {
	right: -40px;
	background: url(../images/next_line.png) no-repeat center/contain;
	transition: 0.3s;
}
.swiper-button-prev_line:focus {
	outline: none !important;
}
.swiper-button-next_line:focus {
	outline: none !important;
}
.dashiji {
	background: url(../images/historybg.jpg) #fff no-repeat top center;
	height:800px;
}
.about_lc {
	width:89%;
	margin:0 auto;
	position:relative;
	background-size:cover;
	padding:60px 0px;
}
.about_lc .line_box {
	margin: 45px auto;
}
.about_lc .xu_line {
	border-bottom: #eae6e3 solid 2px;
	height: 14px;
	position: relative;
	margin-bottom: 14px;
}
.about_lc .xu_line:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -7px;
	width: 14px;
	height: 14px;
	background: #eae6e3;
	border-radius: 50%;
}

.about_lc .num {
	height: 42px;
	line-height: 42px;
	color: #959595;
	font-size: 30px;
	text-align: center;
	cursor: pointer;
	transition: 0.66s;
}
.about_lc .active .num {
	font-size: 40px;
	color: #1658a0
}
.about_lc .active .xu_line:before {
	border-color: #e9f0fa;
		background: #1658a0;
	border-radius: 50%;
	border:4px solid #e9f0fa;
	opacity: 1;
	top:3px;
	margin-left:-12px;
}
.about_lc .slidebox {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.slidebox_l{
	width:20%;
	float:left;
	margin-left:10%;
}
.slidebox_r{
	width:60%;
	float:left;
	max-height: 520px;
    overflow-y: auto;
}
.slidebox_r p{
	text-indent:0px;
	padding-bottom:40px;
}
.slidebox_r span{
	color:#1658a0;
}
.year{
	font-size:44px;
	color:#1658a0;
	height:80px;
	line-height:80px;
	position:relative;
}

.year:before {
	position: absolute;
	left: -9px;
	bottom: 20px;
	z-index:-1;
	height: 16px;
	width: 90px;
	background: #e1e8f7;
	overflow: hidden;
	content: "";
	transition: 0.3s;
}
/*浏览器滚动条*/
.slidebox_r::-webkit-scrollbar {
width:5px;
height:5px;
}
.slidebox_r::-webkit-scrollbar-button:vertical {
display:none
}
.slidebox_r::-webkit-scrollbar-track:vertical {
background-color:black
}
.slidebox_r::-webkit-scrollbar-track-piece {
background:#f1efed
}
.slidebox_r::-webkit-scrollbar-thumb:vertical {
background-color:#1658a0;
border-radius:30px
}
.slidebox_r::-webkit-scrollbar-thumb:vertical:hover {
background-color:#2d86cb
}
.slidebox_r::-webkit-scrollbar-corner:vertical {
background-color:#535353
}
.slidebox_r::-webkit-scrollbar-resizer:vertical {
background-color:#FF6E00
}

/*企业文化*/
.culbg {
	background: url(../images/culbg.jpg) no-repeat bottom center;
	height: 750px;
	clear: both;
	margin-bottom: 105px;
	padding-top: 30px;
	clear: both;
}
.cul_ul li {
	width: 31.33%;
	margin-right: 2%;
	background: #fff;
	height: 320px;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.cul_ults {
	position: relative;
}
.cul_ults li {
	width: 33.33%;
	background: #ebf5ff;
	height: 320px;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.cul_ults li:nth-child(2) {
	width: 1060px;
	position: absolute;
	left: 33.33%;
	background: #fff;
}
.cul_title {
	font-size: 28px;
	color: #2e2e2e;
	padding-top: 20px;
}
.cul_intro {
	font-size: 16px;
	color: #666666;
	padding-top: 20px;
}
.dream {
	color: #fff;
	clear: both;
	text-align: center;
	padding-top: 60px;
}
.color1 {
	color: #fff;
}
.cul_ults a .cul_ico img, .cul_ul a .cul_ico img {
	transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-o-transition: all ease-in-out .8s;
}
.cul_ults a:hover .cul_ico img, .cul_ul a:hover .cul_ico img {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
/*企业荣誉*/
.honor_ul{
	padding-bottom:100px;
}
.honor_ul li {
	width: 100%;
	background: url(../images/honor.png) #fff no-repeat right center;
	height: 240px;
	padding: 15px;
	margin-bottom: 25px;
	position: relative;
}
.honor_ul li:before {
	position: absolute;
	left: 0px;
	bottom: 0;
	z-index: 2;
	height: 2px;
	width: 0;
	background: #004ea2;
	overflow: hidden;
	content: "";
	transition: 0.3s;
}
.honor_ul li:hover:before {
	width: 100%;
}
.honor_l {
	width: 280px;
	float: left;
	height: 210px;
}
.honor_l img {
	max-width: 280px;
	max-height: 210px;
}
.honor_r {
	padding: 50px 0px 0px 50px;
	display: inline-block;
}
.hon_title {
	font-size: 24px;
	color: #333;
	padding: 10px 0px;
}
.hon_intro {
	color: #606060;
}
.hon_intro p{
	text-indent:0px;
}
/*<!--核心优势-->*/

.youshi {
	background: url(../images/ysb.png) no-repeat right center;
	padding-top: 20px;
	overflow: hidden;
	clear: both;
	padding-bottom: 100px;
}
.brand_title {
	font-size: 26px;
	line-height: 42px;
}
.brand_title span {
	color: #1658a0;
	font-weight: bold;
}
.brand_l {
	width: 30%;
	float: left;
}
.brand_r p{
	text-indent:0px;
}
.ziyuan_title  p{
	text-indent:0px;
}
.brand_r {
	width: 50%;
	float: right;
	color: #6a6a6a;
	line-height: 42px;
	padding-top: 100px;
}
.tdysbg {
	background: url(../images/bg00.jpg) no-repeat top center;
	padding-bottom: 90px;
	overflow: hidden;
	clear: both;
	color: #fff;
	padding-top: 80px;
}
.bg_ziyuan {
	background: url(../images/bg11.jpg) #fff no-repeat top center;
	padding-bottom: 120px;
	overflow: hidden;
	clear: both;
	padding-top: 60px;
}
.tdysbg .brand_r{
	padding-top:0px;
}
.db_data1 {
	width: 33.333%;
	float: left;
	text-align: center;
	color: #fff;
	margin-top: 50px;
}
.db_data_sz span {
	color: #fff;
	font-size: 68px;
}
.db_data_txt {
	font-size: 18px;
	color: #fff;
	position: relative;
	margin-top: 18px;
	padding-top: 12px;
}
.db_data_txt:before {
	content: "";
	width: 51px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -26px;
}
.db_data_time {
	text-align: right;
	position: relative;
	top: -90px;
	margin-right: 30px;
}
.title_white {
	text-align: center;
	font-size: 36px;
}
.intro_white {
	text-align: left;
	padding: 20px 0px;
}
.intro_white p{
	text-indent:0px;
}
.tabs_daijian {
	width: 100%;
	height: 79px;
	overflow: hidden;
	position: relative;
	margin-top: -50px;
	margin-bottom: -30px;
	z-index: 3;
}
.tabs_daijian a {
	font-weight: normal;
	text-align: center;
	float: left;
	width: 33.33%;
	background: #ecf7ff;
	height: 79px;
	line-height: 79px;
	color: #7e87a1;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.tabs_daijian a.active {
	background: #1658a0;
	color: #fff;
}
.nypro_l {
	width: 50%;
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	padding-left: 200px;
	position: relative;
	padding-top: 120px;
	padding-right: 100px;
}
.nypro_r {
	width: 50%;
	float: right;
	height:646px;
}
.nyprobg{
	height:646px;
}
.nypro_r img {
	width: 100%;
	display: block;
	height:100%;
}
.ziyuan_l {
	width: 40%;
	float: left;
}
.ziyuan_r {
	width: 50%;
	float: right;
	color: #6a6a6a;
	line-height: 42px;
	padding-top:20px;
}
.ziyuan_r  img{
	width:100%;
}
.ziyuan_title {
	color: #666666;
	line-height: 32px;
}
/*新闻中心*/
.newsflash {
	padding-top: 30px;
	padding-bottom:90px;
}
.newsimg {
	width: 687px;
	height: 434px;
	overflow: hidden;
	float: left;
}
.newsimg img {
	width: 100%;
	height: 100%;
}
.jadeboxnews i {
	left: 740px;
	bottom: 30px;
}
.newsflash .swiper-container-horizontal>.swiper-pagination-bullets, .newsflash .swiper-pagination-custom, .newsflash .swiper-pagination-fraction {
	bottom: 20px;
	left: 300px;
	width: 100%;
	text-align: left;
}
.timenews {
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0px;
}
.s9txt {
	width: calc(100% - 740px);
	float: right;
	padding-top: 20px;
}
.s9txt h3 {
	font-size: 32px;
	color: #3a3a3a;
	margin-bottom: 10px;
	line-height: 50px;
	width: 100%;
	font-weight: 400;
}
.s9txt p {
	text-indent: 0px;
	color: #959595;
}
.xwzx_b {
	margin: 10px 0 10px;}
.xwlb a {
	display: block;
	position: relative;
	font-size: 0;
	padding: 25px 0;
   border-bottom: 2px solid #eae6e3;
   background:url(../images/bb01.png) no-repeat right center;

}
.xwlb a h4, .xwlb a .xwtxt, .xwlb h5, .xwlb h6 {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.xwlb a h4 {
	width: 10%;
	color: #595656;
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
}
.xwlb a h4 i {
	font-size: 16px;
	color: rgba(51,51,51,.3);
	display: block;
}
.xwlb a .xwtxt {
	width: 69%;
	padding: 0 50px 0 68px;
}
.xwlb a .xwtxt h3 {
	font-size: 22px;
	color: #595656;
	white-space: nowrap;/*把文本强制显示在一行*/
	overflow: hidden;/*隐藏超出部分的文字*/
	text-overflow: ellipsis;/*超出显示省略号*/
	font-weight: 400;
	padding-bottom: 10px;
}
.xwlb a .xwtxt p {
	font-size: 15px;
	color: #959595;
	text-indent: 0px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	line-height: 28px;
	height:52px;
}
.xwlb a h5 {
	opacity: 0;
	width: 18%;
	height:150px;
}
.xwlb a h5 img {
	width: 100%;
	max-height:150px;
}
.xwlb a h6 {
	font-size: 23px;
	color: #c3996a;
	width: 3%;
	text-align: right;
	opacity: 0;
}
.xwlb a:hover h4 {
	width: 0%;
	opacity: 0;
}
.xwlb a:hover{
   background:url(../images/bb02.png) no-repeat right center;
}
.xwlb a:hover h5 {
	opacity: 1;
}
.xwlb a:hover h6 {
	opacity: 1;
	width: 13%;
}
.xwlb a:hover {
	border-bottom: 2px solid #2462a6;
}
.xwlb a:hover h3 {
	color: #2462a6;
}
#paginationjy {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
#paginationjy a {
	display: inline-block;
	width: 60px;
	margin: 0 5px;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
	vertical-align: top;
	color: #999;
	background: #eaeaea;
	transition: all 0.3s;
	font-size: 14px;
	border-radius: 6px;
	margin-top:15px;
}
.spage-skip {
	display: inline-block;
	margin-left: 20px;
	line-height: 40px;
	color: #999;
	font-size: 14px;
}
#paginationjy  a.active {
	background: #1658a0;
	color: #fff;
}
#paginationjy  a:hover {
	background: #1658a0;
	color: #fff;
}



input, button {
	outline: none;
	border: none;
	background-color: transparent;
}
.xwzxxq {
	font-size: 0;
	position: relative;
}
.xwzxxq_l, .xwzxxq_r {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 85px 0 20px;
	position: relative;
}
.xwzxxq_l {
	width: 60.8%;
	padding-left: 13.5%;
	background: #f1f1f1;
	padding-right: 110px;
	padding-bottom:40px;
}
.xwzxxq_r {
	width: 39.2%;
	padding-right: 13.5%;
	padding-left: 60px;
}
.xwzxxq_l h2 {
	font-size: 32px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 20px;
}
.xwzxxq_l h4 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
	font-size: 14px;
	color: #75777a;
}
.xwzxxq_l h4 i {
	color: #c8a063;
}
.xwxq_t {
	padding-bottom: 36px;
	border-bottom: 1px dashed #dedede;
	margin-bottom: 34px;
}
.xwzxxq_l p {
	font-size: 16px;
	text-indent:32px;
	color: #595656;
}
.xwzxxq_l p strong {
	font-size: 16px;
	color: #595656;
	font-weight: bold;
}
.xwzxxq_l p img {
	max-width: 100%;
	height: auto;
	display:block;
	margin:0 auto;
}
.xwzxxq_r h2 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 60px;
}
.xwxqlb a {
	position: relative;
	display: block;
}
.xwxqlb a h4 {
	font-size: 14px;
	color: #959595;
}
.xwxqlb a h3 {
	font-size: 22px;
	color: #595656;
	margin: 10px 0 5px;
	font-weight:400;
}
.xwxqlb a p {
	font-size: 16px;
	line-height: 24px;
	text-indent:0px;
	color: rgba(149,149,149,.7);
}
.xwxqlb a::after {
	content: '';
	display: block;
	width: 100%;
	border: 1px dashed #dfe2e6;
	margin: 45px 0;
}
.xwxqlb a:hover h3 {
	color: #004ea2;
}
.sharejy{
	float:right;
	font-size:16px;
	margin-right:20px;
	margin-top:8px;
}
.xwzxxq .bdsharebuttonbox{float:right;}
.xwzxxq .bdsharebuttonbox .bds_weixin{background:url(../images/icon_wx.png) no-repeat center;}
.xwzxxq .bdsharebuttonbox .bds_tsina{background:url(../images/icon_wb.png) no-repeat center;}
.xwzxxq .bdsharebuttonbox .bds_qzone{background:url(../images/icon_qk.png) no-repeat center;}
.xwzxxq .bdsharebuttonbox .bds_sqq{background:url(../images/icon_qq.png) no-repeat center;}


.bd_weixin_popup{
	box-sizing:content-box;
}
/*建业项目*/
/* 建业品牌馆 */
.Brandhall_box {
	width: 100%;
}
.Brandhall_box_Accordion {
	width: 100%;/* height: 500px; */
}

.pagination-m1 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination-m1 > li {
    display: inline;
    padding: 0;
}
.pagination-m1 > li > a,
.pagination-m1 > li > span {
    position: relative;
    float: left;
    padding: 6px 20px;
    margin-left: 30px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
  background: #eaeaea;
  border-radius:6px;
}
.pagination-m1 .page-item .first {

}
.pagination-m1 .page-item .last {

}
.pagination-m1 > li:first-child > a,
.pagination-m1 > li:first-child > span {
    height: 34px;
    margin-left: -11;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination-m1 > li:last-child > a,
.pagination-m1 > li:last-child > span {
    height: 34px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination-m1 > li > a:hover,
.pagination-m1 > li > span:hover,
.pagination-m1 > li > a:focus,
.pagination-m1 > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination-m1 > .active > a,
.pagination-m1 > .active > span,
.pagination-m1 > .active > a:hover,
.pagination-m1 > .active > span:hover,
.pagination-m1 > .active > a:focus,
.pagination-m1 > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination-m1 > .disabled > span,
.pagination-m1 > .disabled > span:hover,
.pagination-m1 > .disabled > span:focus,
.pagination-m1 > .disabled > a,
.pagination-m1 > .disabled > a:hover,
.pagination-m1 > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
       background: #eaeaea;
	   border-radius:6px;
}
.Brandhall_box_Propertiesforsale {
	margin: 0 auto;
}
.box_Propertiesforsale_header {
	width: 100%;
	background:url(../images/bgpro.png) #1658a0 no-repeat bottom right;
	margin-top: 50px;
	color:#fff;
	padding:30px 0px;
	overflow:hidden;
}
.box_Propertiesforsale_header h2 {
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	font-size: 25px;
}
._header_conetent {
	width: 91%;
    max-width: 1440px;
    margin: 0 auto;
    clear: both;
	padding-bottom:20px;
	overflow:hidden;
}
._header_conetent1 {
	width: 100%;
	float: left;
}
._header_conetent1_left {
	width: 6%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	float: left;
	text-align: right;
}
._header_conetent1_right {
	float: left;
	width: 94%;
	margin-top: 5px;
}
._header_conetent1_right ul li {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	height: 23px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	line-height: 21px;
}
._conetent1_right_selected {
	background: #fff;
	border-radius: 30px;
	color: #1658a0;
	font-weight: bold;
}
._header_footer {
	width: 91%;
    max-width: 1440px;
    margin: 0 auto;
	clear:both;
	border-bottom: 1px solid #e9e9e9;
	color:#fff;
}
._header_footer_left {
	width: 20%;
	float: left;
	line-height: 50px;
	text-indent: 25px;
	color: #fff;
}
._header_footer_left p {
	float: left;
}
._header_footer_left span {
	float: left;
	text-indent: 0px;
	color: #fff;
	display: block;
	height: 38px;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}
._header_footer_right {
	/* width: 15%; */
	float: right;
	margin-right: 20px;
	line-height: 50px;
	text-align: center;
}
._footer_right_text {
	color: #fff;
}
._footer_right_text span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.box_Propertiesforsale_content {
width: 91%;
    max-width: 1440px;
    margin: 0 auto;
	clear:both;
}
._Propertiesforsale_content_text {
	width: 100%;
	height: 300px;
	padding-top:20px;
	cursor: pointer;
	border-bottom: 1px solid #dad7d7;
}
._content_text_img {
	float: left;
	width: 28%;
}
._content_text_img img {
	width: 100%;
	height: 220px;
	margin-top: 20px;
}
._content_text_right {
	float: left;
	width: 72%;
	height: 220px;
	margin-top: 28px;
}
._content_text_right .text_box {
	width: 70%;
	float: left;
}
.text_right1 {
	color: #333;
	line-height: 33px;
	font-size: 26px;
	text-indent: 31px;
}
.text_right2 {
	font-size: 16px;
	height: 30px;
	text-indent: 10px;
	margin-top: 12px;
	line-height: 25px;
	color: #6b6a69;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text_right3 {
	font-size: 16px;
	height: 30px;
	text-indent: 10px;
	margin-top: 12px;
	line-height: 25px;
	color: #6b6a69;
}
.text_right4 {
	font-size: 16px;
	height: 30px;
	text-indent: 10px;
	margin-top: 12px;
	line-height: 25px;
	color: #6b6a69;
}
.text_right5 {
	font-size: 15px;
	height: 30px;
	margin-top: 12px;
	padding-left: 31px;
	line-height: 25px;
	color: #6b6a69;
}
.text_right5 span {
	background: #f3f6fa;
	margin-right: 13px;
	padding: 6px;
}
.text_right2 i {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
}
.text_right3 i {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
}
.text_right4 i {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
}
.money_box {
	float: right;
	color: #777777;
	font-weight: bold;
	font-size: 18px;
	height: 220px;
	text-align: right;
	background:url(../images/protel.png) no-repeat top center;
	padding-top:60px;
}
.money_box_top {
	margin-top: 60px;
	height: 120px;/*float: right;
    text-align: right;*/
}
.money_box_top span {
	font-size: 28px;
	color: #f20808;
}
.money_box_phone {
	color: #666;
	font-size:18px;
}
.money_box_phone span {
	color: #cf000d;
	font-size: 26px;
	font-weight: 500;
		font-family: 'dincond-medium-webfont';
}
._Propertiesforsale_page {
	padding-top:20px;
	padding-bottom:50px;
	clear:both;
	overflow:hidden;
}
._Propertiesforsale_page_box {
	width: 50%;
	height: 200px;
	margin: 0 auto;/* background: yellowgreen; */
}

.nybg .zj1005 {
	width: 100%;
	padding-top: 10px;
	overflow:hidden;
	clear:both;
}
.chanp{
	padding-bottom:60px;
	clear:both;
	overflow:hidden;
}
	
.zj1005 .swiper-slide {
	width: 965px;
	height: 530px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.zj1005 .swiper-slide img {
	max-height: 530px!important;
	max-width: 965px!important;
	width: auto!important;
	height: auto!important;
}

.zj1005 .swiper-button-prev{
	background: url(../images/left.png) no-repeat top center;
	width: 32px;
	height: 74px;
	left: 157px;
}
.zj1005 .swiper-button-next{
	background: url(../images/right.png) no-repeat top center;
	width: 32px;
	height: 74px;
	right: 157px;
}
.info {
	position: absolute;
	left:50%;
	bottom: 40px;
	height: 129px;
	line-height: 129px;
	background:url(../images/prodot.png) no-repeat top center;
	color: #fff;
	padding: 0px 10px;
	box-sizing: border-box;
	width: 515px;
	margin-left:-258px;
	text-align:center;
	font-size: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.prof40{
	font-size:40px;
	padding:50px;
	text-align:center;
}
.prof40ts{
	font-size:40px;
	padding:50px 0px 10px;
	text-align:center;
}
.prowhite{
	background:#fff;
	clear:both;
	overflow:hidden;
}
/*联系我们-人才招聘*/

.huoquts{
	width:139px;
	height:44px;
	text-align:center;
	float:right;
	color:#fff;
	font-weight:bold;
	background:#1658a0;
	line-height:44px;
	border-radius:3px;
}
.zhiwei_title{
	font-size:36px;
	color:#1658a0;
	height:80px;
	line-height:80px;
	position:relative;
}
.zindex{
	z-index:2;
	position:absolute;
}

.zhiwei_title:before {
	position: absolute;
	left: 15px;
	bottom: 16px;
	z-index:1;
	height: 20px;
	width: 158px;
	background: #f5e9e3;
	overflow: hidden;
	content: "";
	transition: 0.3s;
}
.join_l {
	width: 500px;
	float: left;
}
.join_r {
	width: 500px;
	float: right;
	color: #6a6a6a;
	line-height: 34px;
	background: url(../images/join01.png) no-repeat 0px 50px;
	padding: 40px 0px 100px;
	padding-left: 116px;
}
.join_title {
	font-size: 36px;
	color: #333;
	padding: 16px 0px;
}
.f24 {
	font-size: 24px;
}
.joinbg01 {
	background: url(../images/joinbg.jpg) no-repeat top center;
	height: 610px;
	clear: both;
}
.zhunze {
	width: 260px;
	color: #fff;
	float: right;
	background: url(../images/zhuze.png) no-repeat 0px 80px;
	padding-top: 160px;
}
.ppt_title{
	font-size:20px;
	font-weight:bold;
	padding:8px 0px;
}
.ppt_intro{
	padding-bottom:20px;
}
.zz_title {
	font-size: 36px;
	color: #fff;
	padding: 32px 0px;
}
.joinbg02 {
	background: url(../images/joinbg02.jpg) no-repeat top center;
	overflow: hidden;
	clear: both;
	padding-top:50px;
}
.bg_shichang{
	background: url(../images/joinbg02.jpg) no-repeat top center;
	padding-bottom: 60px;
    overflow: hidden;
    clear: both;
    padding-top: 60px;
}
.bg_zhidu{
    background: url(../images/bg999.jpg) no-repeat top center;
	height:481px;
    overflow: hidden;
    clear: both;
	color:#fff;
    padding-top: 60px;
}
.bg_zhidu .brand_l{
	width:66%;
}
.yskb{
	padding-top:20px;
}
.bg_zhidu .brand_l p{
	text-indent:0px;
}
.bg_zhidu .brand_r{
	color:#fff;
	padding-top:40px;
}
.bg_shichang .brand_r{
	padding-top:40px;
}
.ny_hr1_ul {
	overflow: hidden;
	margin: 15px -1.5% 10px;
	padding-bottom: 80px;
}
.ny_hr1_ul li {
	width: 47%;
	margin: 1% 1.5%;
	float: left;
}
.ny_hr1_ul li .linr {
	padding: 15px 30px;
	overflow: hidden;
	background: #fff;
	transition: 0.33s;
	border-radius: 6px;
	box-shadow: 0 0 5px #f2f2f2;
}
.ny_hr1_ul li .txtl {
	padding-right: 120px;
	height: 130px;
	transition: 0.33s;
	overflow: hidden;
	position: relative;
}
.ny_hr1_ul li .titl1 {
	font-size: 24px;
	color: #333;
	transition: 0.33s;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ny_hr1_ul li .type1 {
	font-size: 18px;
	color: #464646;
	transition: 0.33s;
	margin: 11px 0;
	overflow: hidden;
}
.ny_hr1_ul li .type1_l {
	float: left;
	color: #626471;
	font-size: 16px;
	max-width: 210px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ny_hr1_ul li .type1_r {
	margin-left: 210px;
	color: #7c7e86;
	font-size: 14px;
}
.ny_hr1_ul li .type1_r span {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 0 8px;
	background: #efefef;
	border-radius: 3px;
	margin-right: 0.7em;
}
.ny_hr1_ul li .time1 {
	font-size: 14px;
	color: #909299;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ny_hr1_ul li .more1 {
	font-size: 14px;
	color: #7c7e86;
	position: absolute;
	top: 30px;
	right: 20px;
	transition: 0.33s;
	padding-right: 30px;
	background: url(../images/ico_xl.png) no-repeat 70px 7px;
	height: 22px;
}
.ny_hr1_ul li:hover {
	box-shadow: 0 0 10px #ccc;
}
.ny_hr1_ul li:hover .titl1 {
	color: #003894;
}
.ny_hr1_ul li:hover .more1 {
	color: #cc0022;
	background-position: 70px -14px;
}
.tc_box {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
}
.tc {
	position: absolute;
	width: 96%;
	max-width: 960px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}
.tc .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -50px;
	right: 5px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	background: url(../images/tc_colse.png) no-repeat center;
	cursor: pointer;
	z-index:3;
}
.tc_nr {
	padding: 4% 6%;
}
.tc_nr .tit {
	font-size: 22px;
	color: #1658a0;
	font-weight: bold;
	overflow: hidden;
}
.tc_nr .txt {
	font-size: 16px;
	color: #666;
	line-height: 32px;
	overflow: hidden;
	margin: 20px auto;
	max-height: 60vh;
	overflow-y: auto;
}
.tc_nr p{
	padding-bottom:0px;
}
.tc_nr .txt h4 {
	font-size: 17px;
	color: #666;
	font-weight: bold;
}
.tc_nr .shenqing {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background: #1658a0;
	color: #fff;
	display: block;
}
.hotline_r{
	width: 500px;
	float: right;
	color: #6a6a6a;
	line-height: 46px;
	background: url(../images/con01.png) no-repeat 0px 20px;
	padding: 11px 0px 60px;
	padding-left: 100px;
	font-size:18px;
}
.hotline_r span{
	font-size:28px;
}
.addjy{
	background: url(../images/con02.png) no-repeat top center;
	font-size:18px;
	color:#4f4f4f;
	width:50%;
	float:left;
	height:160px;
	text-align:center;

		padding-top:90px;
	margin-top:50px;
}
.mailjy{
	background: url(../images/con03.png) #fff no-repeat top center;
	font-size:18px;
	color:#4f4f4f;
	width: 50%;
	float: right;
     height:160px;
	text-align: center;
		padding-top:90px;
	margin-top:50px;
	
}
.contact_ditu{height:607px;width:100%;}
.BMap_bubble_content{
	font-size:15px;
}
.contact{
	position:relative;
	margin-bottom:-60px;
	z-index:3;
	background:#fff;
	height:285px;
}
.contact:before{
	position: absolute;
	left: 100%;
	height:285px;
	width:1200px;
	right: 0px;
	top: 0px;
	content: "";
	background: #fff;

}
.juzhong .wrap{
	position:relative;
}
.banben{
	width:135px;
	position:absolute;
	right:-65px;
	top:16px;
}
.banben li a{
	width:39px;
	height:37px;
	line-height:37px;
	text-align:center;
	display:block;
	font-weight:bold;
	border-radius:3px;
	margin-right:6px;
	float:left;
	background:#caddf7;
	color:#1658a0;

}
.banben li a:hover{
	background:#1658a0;
	color:#fff;
	font-size:15px;
}
.banben li.nomal a{
	background:#1658a0;
	color:#fff;
	font-size:15px;
}

/*合作共赢*/

.tabs_dy {
	font-size: 18px;
}
.tabs_dy  a {
	background: #fff;
	height: 350px;
	width: 25%;
	display: block;
	float: left;
	position: relative;
	padding-left: 30px;
	padding-right:30px;
	padding-top:120px;
	overflow:hidden;
}
.ywms{
	padding-bottom:107px;
	clear:both;
	overflow:hidden;
}
.ywms .tabs_dy a:nth-child(2n) {
	background: #ecf7ff;
}


.yewu_ch {
	color: #7e87a1;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	padding-top: 40px;
		position:relative;
	top:0px;
		-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.yewu_en {
	color: #c6c6c6;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
		position:relative;
	top:-6px;
		-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.yewu_jj{
	font-size:15px;
	position:relative;
	top:100px;
		-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	color:#fff;
	line-height:28px;
}
.tabs_dy  a:nth-child(1) i {
	background: url(../images/ic01_06.png) no-repeat 10px 0px;
	width: 53px;
	height: 66px;
	position: absolute;
		left: 18px;
	top: 90px;
		-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.tabs_dy  a:nth-child(2) i {
	background: url(../images/ic01_07.png) no-repeat 10px 0px;
	width: 53px;
	height: 66px;
	position: absolute;
	left: 18px;
	top: 90px;
			-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.tabs_dy  a:nth-child(3) i {
	background: url(../images/ic01_08.png) no-repeat 10px 0px;
	width: 53px;
	height: 66px;
	position: absolute;
	left: 18px;
	top: 90px;
			-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.tabs_dy  a:nth-child(4) i {
	background: url(../images/ic01_09.png) no-repeat 10px 0px;
	width: 53px;
	height: 66px;
	position: absolute;
	left: 18px;
	top: 90px;
			-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
@media screen and (min-width: 1128px) {
	
.tabs_dy  a:hover:nth-child(1) i {
	background: url(../images/ico06a.png) no-repeat 10px 0px;
	top:14px
}

.tabs_dy  a:hover:nth-child(2) i {
	background: url(../images/ico07a.png) no-repeat 10px 0px;
	top:14px
}

.tabs_dy  a:hover:nth-child(3) i {
	background: url(../images/ico08a.png) no-repeat 10px 0px;
	top:14px
}

.tabs_dy  a:hover:nth-child(4) i {
	background: url(../images/ico09a.png) no-repeat 10px 0px;
	top:14px
}
	.ywms .tabs_dy a:hover{
	color: #fff;
	background: #1658a0;
}
.tabs_dy  a:hover .yewu_jj{
	top:-80px;
}
.tabs_dy  a:hover .yewu_ch{
	top:-80px;
	color:#fff;
}
	
	.tabs_dy  a:hover .yewu_en{
	top:-84px;
}
}
.hezuobg{
	background:url(../images/hezuobg.jpg) #fff no-repeat top center;
	height:915px;
	clear:both;
	padding-top:83px;
}
.tabs_hzyw {
	width: 1200px;
	height: 79px;
	overflow: hidden;
	margin:0 auto;
	margin-bottom:40px;
}
.tabs_hzyw a {
	font-weight: normal;
	text-align: center;
	float: left;
	width: 33.333%;
	height: 79px;
	line-height: 79px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	border:1px solid #ecf7ff;
}
.tabs_hzyw a.active {
	background: #fff;
	color: #1658a0;
}
.news_hz {
	clear: both;
	margin-left: -2%;
	margin-top: 40px;
}
.news_hz li {
	float: left;
	width: 31.333%;
	margin-left: 2%;
}
.news_hz li a {
	background: #f5f8f9;
	border-radius: 12px;
	display: block;
	width: 100%;
	overflow: hidden;
	font: left;
	height:540px;
}

.news_hz li .titlebs {
	padding:40px 30px 26px;
	font-size:26px;
	color:#1658a0;
}

.news_hz li .txtbs {
	padding:0px 30px
}

.news_hz li .txtbs p{
	text-indent:0px;
}

.news_hz li a .pic {
	width: 100%;
	height: 280px;
	overflow:hidden;
}
.news_hz li .pic img {
	width: 100%;
	height: 100%;
}
.news_hz li a .pic .imgbg {
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.news_hz li a:hover .pic .imgbg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.viedo_r{
	background:url(../images/videor.jpg) no-repeat bottom right;
	width:100%;
	background-size:cover;
	float:right;
	height:100px;
	padding:13px 40px;
	color:#fff;
	position:relative;
	margin-top:-40px;
	z-index:3;
}
.par_title{
	font-size:22px;
}
.par_intro{
	font-size:16px;
}
.par_title span{
	font-size:18px;
}
.video_l{
	width:100%;
	background-size:cover;
	float:left;
	height:380px;
}
.video_l img{
	width:100%;
	height:100%;
}

#bannerSwiperflash{
	margin-bottom:60px;
	padding-bottom:70px;
}
#bannerSwiperflash a{
	cursor:pointer;
}

#bannerSwiperflash .swiper-pagination-bullet {
	background: #ccc;

}
#bannerSwiperflash .swiper-pagination-bullet-active {
	opacity: 1;
	width: 11px;
	height: 11px;
	background:#1658a0;

}
.tuijian_l{
	width:48%;
	float:left;
	padding-bottom:20px;
	padding-top:0px;
}

.tuijian_r{
	width:49%;
	float:right;
	padding-bottom:150px;
}
.tuijian_intro{
	color:#666666;
}
.tuijian_tel{
	background:url(../images/tel01.png) no-repeat 0px 0px;
	font-size:20px;
	color:#afa590;
	padding-left:60px;
	line-height:40px;
	margin-top:59px;
}

.tuijian_num{
	font-size:30px;
	color:#da4543;
	padding-top:10px;
	padding-left:5px;
}

.tj_input input {
    width:100%;
    float: left;
    height: 60px;
    background: #fff;
    line-height: 60px;
    padding-left: 20px;
    font-size: 16px;
    color: #999;
}
 .tj_input{
	width:48%;
	margin-bottom:11px;
	float:left;
}
.tuijian_r textarea {
    width: 100%;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑";
    height: 158px;
    border: none;
    color: #999;
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
}
.tuijian_r button {
    width: 100%;
    height: 57px;
    background: #1658a0;
    line-height: 57px;
    text-align: center;
    font-size: 18px;
    color: #fff;
	font-weight:bold;
}
.pifr{
	float:right;
}
.w100{
	clear:both;
	width:100%;
}
.sjyz{
	position:relative;
}

.sjyz input{
	 	width: calc(100% - 150px);
		float:left;
}
	
.huoqu{
	width:139px;
	height:60px;
	text-align:center;
	float:right;
	color:#1658a0;
	font-weight:bold;
	background:#fff;
	line-height:60px;
}

/*投资者关系*/
.Finance_box{
	padding-bottom:90px;
	overflow:hidden;
}
.theme1_fl,.theme1_fr {
    width: 48%;
    box-sizing: border-box;
    min-height: 300px;
}
.theme1_fl {
    float: left;
}
.theme1_fr {
    float: right;
}
.theme1_card {
    background: #e8e8e8;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 30px;
    box-sizing: border-box;
    margin-top: 20px;
	overflow:hidden;
}
.theme1_title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 24px;
}
.theme1_text {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.equal_3 {
    float: left;
    width: 33.33%;
}
.theme1_h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 16px;
}
.guanzhi{
	padding-bottom:100px;
	overflow:hidden;
}
.guanzhi li a{
	float:left;
	width:48%;
	background:url(../images/guanzi01.jpg) no-repeat top center;
	background-size:cover;
	height:300px;
	color:#fff;
	border-radius:9px;
		margin-top:40px;
		text-align:center;
		font-size:30px;
		padding:20px;
		line-height:42px;
		padding-top:190px;
		position:relative;
		display:block;
}
.guanzhi li a:before{
	position: absolute;
	left: 50%;
	height:109px;
	width:109px;
	margin-left:-54px;
	content: "";
	background:url(../images/pdf01.png) no-repeat top center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	top:20%;
}

.guanzhi li:nth-child(2n) a {
	background:url(../images/guanzi02.jpg) no-repeat top center;
	float:right;
}
.guanzhi li:nth-child(1) a:before{
		background:url(../images/gtz01.png) no-repeat top center;
}
.guanzhi li:nth-child(2) a:before{
		background:url(../images/gtz01.png) no-repeat top center;
}
.tonghan{
	padding:30px 0px 90px;
	clear:both;
	overflow:hidden;
}
.tonghan li {
	border-top: 2px solid #eae6e3;
	padding: 5px 0px;
	clear: both;
	overflow: hidden;
	background: url(../images/pdf06.png) no-repeat right center;
	padding-right: 95px;
}
.cwbg_ul{
	padding-bottom:80px;
	clear:both;
	overflow:hidden;
}
.tonghan li:hover {
	background: url(../images/pdf10.png) no-repeat right center;
}
.tonghan li:hover .datejy {
	color: #1658a0
}

.tonghan li:hover .newschy_title {
	color: #1658a0
}

.newschyth {
    width: calc(100% - 96px);
    float: right;
	padding-top:30px;
}
.cwbg_ul li {
	float: left;
	margin-right: 2.6%;
	margin-bottom: 20px;
	width: 23%;
	background:#e9e4df;
	padding:13px;
	text-align:center;
	
}
.cwbg_ul li:nth-child(4n){
	margin-right: 0;
}
.cwbg_ul li .face {
	position: relative;
	width: 100%;
	height: 402px;
	overflow: hidden;
}
.cwbg_ul li .face  img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cwbg_ul li .face .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 2;
	opacity: 0;
	transition-duration: .3s;
}

.cwbg_ul li a:hover .face .mask {
	opacity: 1;
}
.cwbg_ul li .face .imgxie{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position:absolute;
	width:83px;
	height:83px;
}
.cwbg_ul li .face .imgxie img{
	width:83px;
	height:83px;
	
}
.tiltle99{
	line-height:32px;
	font-size:20px;
	padding:15px 0px;
}
.xinwengao li {
	background: url(../images/bb01.png) no-repeat right center;
}
.xinwengao li:hover {
	background: url(../images/bb02.png) no-repeat right center;
}
.videosrc{
	cursor:pointer;
}

.boxbb {
	display: none;
	z-index: 99999;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.pd_show {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}
.pd_show .modal-container {
	background: #fff;
	border-radius: 6px;
	z-index: 9;
	width: 440px;
	height: 470px;
}
.pd_show .modal-container .modal-header {
	height: 30px;
	position: relative
}
.pd_show .modal-container .modal-header .modal-title {
	margin: 0;
	font-size: 16px;
	line-height: 46px;
	padding-left: 24px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #e9e9e9;
}
.infinity-hover {
	cursor: pointer;
}
.pd_show .modal-container .modal-header .modal-close {
	position: absolute;
	top: 7px;
	right: 18px;
	font-size: 29px;
	color: #999;
	font-weight:bold;
}
.pd_show .modal-container .modal-header .modal-close:hover {
	color: #065395;
}
.pd_show .modal-container .modal-content {
	padding: 0 24px;
	height: calc(100% - 52px);
	overflow: hidden
}
.pd_show .modal-container .modal-content .modal-content-box {
	overflow: auto
}
.ysinput {
	clear: both;
	height: 46px;
	line-height: 46px;
	width: 380px;
	margin: 19px auto;
	border-radius: 6px;
	background:#f5f5f5;
}

.ysinput_l {
	width: 6px;
	float: left;
	text-align:center;
	padding-top:6px;
}
.ysinput_r {
	width: 280px;
	float: left;
}
.shuru{
	width:50%;
	float:left;
}
.ysinput_r .text {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 46px;
	padding: 0 10px;
	font-size: 14px;
	color: #7b7a7b;
	-webkit-appearance: none;
	line-height: 46px;
	border: 0;
	color: #000;
}
.ysinput_r .text:focus {
	outline: none;
	border: 0;
}
.cc_ysbb {
	padding: 0px 30px;
	box-sizing: border-box;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0 16px;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
}
.loginBtn {
	float: left;
	background: #1658a0;
	width: 380px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	border-radius: 6px;
	margin:26px auto 20px;
	overflow:hidden;
}

.admin_hj{
	font-size:24px;
	font-weight:bold;
	color:#1658a0;
	font-weight:bold;
	height:40px;
	line-height:40px;
	text-align:center;
}
.list-paddingleft-2 p{
	text-indent:0px;
}
.Analystlist_cont_box{height: 64px;}
.Analystlist_cont_box ul li{
    width: 33%;
    text-align: center;
    line-height: 64px;
    float: left;
    font-size: 16px;
    color: #302E2C;
    text-align: center;
	background: #fff;
    padding-left: 32px;
    border-bottom: 1px solid #E8E8E8;
}
.Analystlist_cont_box ul li p{
	padding-bottom:0px;
}
.twoline li{
	width:45%;
	float:left;
	clear:none;
	margin:0px 0px 15px;
}
.twoline li:nth-child(2n) {
	float:right;
}
.baise{
	color:#fff;
}
.zt_list {
	clear: both;
	text-align: left;
	line-height: 23px;
	padding:40px 0px;
	overflow:hidden;
}
.zt_list li {
	width: 31.9%;
	margin-right: 2%;
	height: 320px;
	float: left;
	background: #f7f7f7;
	margin-bottom: 30px;
}
.zt_list li:nth-child(3n) {
	margin-right: 0px;
	float: right;
}
.zt_list .kbimg {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position:relative;
}
.zt_list .kbimg .videojy{
	position:absolute;
	left:50%;
	width:81px;
	height:81px;
	margin-left:-40px;
	margin-top:-40px;
	top:50%;
	z-index:3;
}
	
.zt_list li a .xximg {
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	height: 100%;
}
.zt_list li a:hover .xximg {
	transform: scale(1.1, 1.1);
}
.kb_title {
	clear: both;
	height:60px;
	line-height:60px;
	font-size:18px;
	overflow: hidden;
	white-space: nowrap;
	background:#fff;
	text-overflow: ellipsis;
	text-align:center;
}
.projade_l{
	width:100%;
	text-align:center;
}
.projade_l .title_big{
	font-size:40px;
	color:#333;
	padding-bottom:15px;
}
.projade_r{
	padding-bottom:30px;
	width:80%;
	margin:0 auto;
	text-align:center;
}
.huoban_l{
	width:40%;
	float:left;
}
.huoban_l p{
	text-indent:0px;
}
.huoban_l span{
	color:#1658a0;
    font-family: 'dincond-medium-webfont';
	font-weight:bold;
	font-size:24px;
	margin:0px 4px;
}
.huoban_r{
	width:50%;
	float:right;
}
.itbb {
    margin-bottom: 20px;
	width:30.3%;
	margin-right:2%;
	margin-top:30px;
	float:left;
}

.clufour{
	width:25%;
	margin-right:0px;
}

.itbb  .iconqb {
	text-align:center;
}

.itbb .txtqb {
    padding-bottom: 30px;
	text-align:center;
	padding:0px 20px;
}
.itbb .txtqb h6{
	font-size:22px;
	line-height:46px;
	padding:15px 0px;
	margin:0px;
}
.itbb .txtqb p{
	text-indent:0px;
}
.winwin{
 clear:both;
   background: linear-gradient(#003791,#2d9def);
   padding:60px 0px;
   overflow:hidden;
}
.winwin img{
	max-width:100%;
}
.inquan{position:absolute;border-radius:50%;display:block;/*background:rgba(0,0,0,0.3);*/cursor:pointer;}
.inquan .hover,.inquan .hover1{position:absolute;top:50%;left:50%;margin:0;transition:0.33s;transform:translate(-50%,-50%);border-radius:50%;}
.inquan .hover{width:0;height:0;background:#e81e2d;transition:1.33s;opacity:0.2;}
.inquan:hover .hover{/*-webkit-animation:fd2 3s 1;animation:fd2 3s 1;*/width:100%;height:100%;opacity:0.7;}
@-webkit-keyframes fd2 {0% {width:10%;height:10%;opacity:0.2;} 50% {width:100%;height:100%;opacity:0.8;} 100% {width:10%;height:10%;opacity:0.2;}}
@keyframes fd2 {0% {width:10%;height:10%;opacity:0.2;} 50% {width:100%;height:100%;opacity:0.8;} 100% {width:10%;height:10%;opacity:0.2;}}
.inquan .hover1{/*width:100%;height:100%;*/background:#e81e2d;}
.inquan .dw{position:absolute;top:50%;left:50%;margin:0;transition:0.33s;transform:translate(-50%,-50%);}
.inquan1{top:2.5%;left:56.1%;width:15.7%;padding-top:15.7%;}
.inquan2{top:13.3%;left:73.2%;width:22.5%;padding-top:22.5%;}
.inquan3{top:53.8%;left:76.2%;width:19%;padding-top:19%;}
.inquan4{top:69%;left:56.4%;width:19.7%;padding-top:19.7%;}
.inquan5{top:46.7%;left:41.9%;width:17.8%;padding-top:17.8%;}
.inquan1 .hover1{-webkit-animation:fd1 3s linear infinite;animation:fd1 3s linear infinite;}
.inquan2 .hover1{-webkit-animation:fd1 3s linear 0.4s infinite;animation:fd1 3s linear 0.4s infinite;}
.inquan3 .hover1{-webkit-animation:fd1 3s linear 0.8s infinite;animation:fd1 3s linear 0.8s infinite;}
.inquan4 .hover1{-webkit-animation:fd1 3s linear 1.2s infinite;animation:fd1 3s linear 1.2s infinite;}
.inquan5 .hover1{-webkit-animation:fd1 3s linear 1.6s infinite;animation:fd1 3s linear 1.6s infinite;}
.inquan6 .hover1{-webkit-animation:fd1 3s linear 1.8s infinite;animation:fd1 3s linear 1.8s infinite;}
.inquan7 .hover1{-webkit-animation:fd1 3s linear 1.9s infinite;animation:fd1 3s linear 1.9s infinite;}
@-webkit-keyframes fd1 {0% {width:0%;height:0%;opacity:0.8;} 50% {width:110%;height:110%;opacity:0.4;} 100% {width:0%;height:0%;opacity:0.8;}}
@keyframes fd1 {0% {width:0%;height:0%;opacity:0.8;} 50% {width:110%;height:110%;opacity:0.4;} 100% {width:0%;height:0%;opacity:0.8;}}
.inquan1 .dw{-webkit-animation:dw1 3s ease-in-out infinite;animation:dw1 3s ease-in-out infinite;}
.inquan2 .dw{-webkit-animation:dw1 3s ease-in-out 0.4s infinite;animation:dw1 3s ease-in-out 0.4s infinite;}
.inquan3 .dw{-webkit-animation:dw1 3s ease-in-out 0.8s infinite;animation:dw1 3s ease-in-out 0.8s infinite;}
.inquan4 .dw{-webkit-animation:dw1 3s ease-in-out 1.2s infinite;animation:dw1 3s ease-in-out 1.2s infinite;}
.inquan5 .dw{-webkit-animation:dw1 3s ease-in-out 1.6s infinite;animation:dw1 3s ease-in-out 1.6s infinite;}
@-webkit-keyframes dw1 {0% {top:50%;} 50% {top:20%;} 100% {top:50%;}}
@keyframes dw1 {0% {top:50%;} 50% {top:20%;} 100% {top:50%;}}

.inquan_box{
	width:100%;
	height:100%;
	z-index:3;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	position:absolute;
}
.inquan_box .li{
	position:absolute;
	cursor:pointer;
	 opacity:0.6;
}
.inquan_box .li::after {
    content: "";
    display: block;
    position: absolute;
    opacity:0;
    transition: all 0.5s;
}

.inquan_box .li.on::after {
    opacity:1;
}

.inquan_box .li1 {
    width: 192px;
    height: 145px;
    top:0px;
	right:124px;
}

.inquan_box .li1::after {
	left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
 background: url(../images/mx101.png) no-repeat center;
 background-size:100% auto;

}
.inquan_box .li2 {
    width: 164px;
    height: 168px;
    top:10px;
	right:0px;
}

.inquan_box .li2::after {
	left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
 background: url(../images/mx102.png) no-repeat center;
 background-size:100% auto;
}
.inquan_box .li3 {
    width: 168px;
    height: 166px;
    top:205px;
	right:0px;
}

.inquan_box .li3::after {
	left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
 background: url(../images/mx103.png) no-repeat center;
 background-size:100% auto;
}

.inquan_box .li4 {
    width: 195px;
    height: 143px;
    top:237px;
	right:119px;
}

.inquan_box .li4::after {
	left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
 background: url(../images/mx104.png) no-repeat center;
 background-size:100% auto;
}

.inquan_box .li5 {
    width: 148px;
    height: 177px;
    top:159px;
	right:235px;
}

.inquan_box .li5::after {
	left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
 background: url(../images/mx105.png) no-repeat center;
 background-size:100% auto;
}

.inquan_box .li6 {
    width: 219px;
    height: 134px;
    top:248px;
	left:98px;
}

.inquan_box .li6::after {
	left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
 background: url(../images/mx106.png) no-repeat center;
 background-size:100% auto;
}

.inquan_box .li7 {
    width: 166px;
    height: 169px;
    top:196px;
	left:0px;
}

.inquan_box .li7::after {
	left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
 background: url(../images/mx107.png) no-repeat center;
 background-size:100% auto;
}

.inquan_box .li8 {
    width: 147px;
    height: 177px;
    top:42px;
	left:0px;
}

.inquan_box .li8::after {
	left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
 background: url(../images/mx108.png) no-repeat center;
 background-size:100% auto;
}

.inquan_box .li9 {
    width: 178px;
    height: 145px;
    top:0px;
	left:63px;
}

.inquan_box .li9::after {
	left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
 background: url(../images/mx109.png) no-repeat center;
 background-size:100% auto;
}

.inquan_box .li10 {
    width: 186px;
    height: 172px;
    top:3px;
	left:199px;
}

.inquan_box .li10::after {
	left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
 background: url(../images/mx110.png) no-repeat center;
 background-size:100% auto;
}
.data h3{
	font-size:24px;
	padding-bottom:20px;
}

@media screen and (max-width: 1680px) {
.xwzxxq_l{
	padding-left:4.5%;
	padding-right:60px;
}
.xwzxxq_r{
	padding-right:4.5%;
}
}