html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-size:12px; background:#ffffff;
	color: #333333;font-family: 'Microsoft YaHei, Microsoft YaHei-Regular';}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}
textarea {
	font-family: 'Microsoft YaHei, Microsoft YaHei-Regular';
	outline: none;
}


input:focus {
  outline: none;
}

a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank46{ width:100%; height:46px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank55{ width:100%; height:55px; clear:both;}
.blank56{ width:100%; height:56px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank75{ width:100%; height:75px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank100{ width:100%; height:100px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
.blank108{ width:100%; height:108px; clear:both;}


.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}
.clearfix::after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cl{
	clear: both;
}

.max{ position:relative;}

.inner{width:84%;  height:auto;  z-index:2; margin:0 auto;}
span {
	display: block;
}
.header {
	background: #ffffff;
	padding: 10px 0;
}
.header .inner  {
	width: 94%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: 17%;
}
.logo img {
	width: 100%;
}
.nav_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 3%;
}
.nav_item {
	transition: all .2s;
}
.nav_itemon {
	background: #d50000;
}
.nav_link {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding: 10px 30px;
	transition: all .2s;
}
.nav_itemon .nav_link {
	color: #ffffff;
}
.nav_item:hover {
	background: #d50000;
}
.nav_item:hover .nav_link {
	color: #ffffff;
}
.header_form {
	border-bottom: 1px solid #999999;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 08px 8px 8px;
	width: 15%;
}
.header_form input {
	border: none;
	font-size: 16px;
	color: #333333;
	width: 86%;
}
.header_btu {
	width: 25px;
	height: 25px;
	background: inherit;
	border: none;
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
}
.banner .swiper-pagination {
	bottom: 57px !important;
}
.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #ffffff;
	opacity: 1;
	border-radius: 50px;
}
.banner .swiper-pagination-bullet-active {
	width: 41px;
}
.index_ban {
	background: url(../image/bg2.jpg) no-repeat center center;
	background-size: cover;
	padding: 45px 0 0 0;
}
.index_ban .inner {
	width: 67%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_ban_text {
	font-size: 26px;
	color: #2d478c;
	position: relative;
	padding-left: 25px;
	margin-top: 15px;
	cursor: pointer;
}
.index_ban_on {
	font-size: 36px;
	color: #2e4588;
}
.index_ban_on::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 13px;
	height: 5px;
	background: #2e4588;
}
.index_ban_text:hover::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 13px;
	height: 5px;
	background: #2e4588;
}
.index_ban_area {
	position: relative;
}
.index_ban_area img {
	width: 100%;
}
.index_ban_box {
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	width: 60%;
	text-align: right;
}
.index_ban_name {
	font-size: 40px;
	color: #ffffff;
	text-align: right;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.index_ban_caption {
	font-size: 19px;
	color: #ffffff;
	text-align: right;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  margin: 23px 0 37px 0	;
}
.index_ban_link {
	font-size: 16px;
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #ffffff;
	width: 105px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	display: inline-block;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.index_ban_link:hover {
	transform: translate3d(0,-5px,0);
}
.index_ban_block {
	position: relative;
	padding-bottom: 150px;
	display: none;
}
.index_ban_photo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 94%;
}
.index_ban_right{
	width: 80%;
}
.index_ban_area {
	float: right;
}
.index_center {
	background: #0f2049;
	padding: 50px 0 70px 0;
	position: relative;
	height: 325px;
}
.index_center_banner {
	
}
.index_center_banner .swiper-container {
	width: 90%;
	margin: 0 auto;
}
.index_center_link {
	background: #ffffff;
	border-radius: 5px;
	padding: 9px;
}
.index_center_photo {
	overflow: hidden;
}
.index_center_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_center_link:hover .index_center_photo img {
	transform:scale(1.1);
}
.index_center_link span {
	font-size: 14px;
	color: #5d5d5d;
	text-align: center;
	margin-top: 15px;
}
.index_center_banner .swiper-button-prev {
	width: 12px !important;
    height: 25px !important;
	position: absolute;
    background-image: url(../image/jian2.png);
    background-repeat: no-repeat;
    outline: none;
	top: 80%;
	
    left: initial;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
    margin: 0  0 0 30px !important;
    background-size: contain;
	opacity: 1 !important;
	display: inline-block;
	z-index: 71;
}
.index_center_banner .swiper-button-prev:after {
	content: '';
}
.index_center_banner .swiper-button-next {
	width: 12px !important;
    height: 25px !important;
	position: absolute;
	background-image: url(../image/jian1.png);
    background-repeat: no-repeat;
	outline: none;
	display: inline-block;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
    margin: 0 0 0 0 !important;
    background-size: contain;
	opacity: 1 !important;
	z-index: 71;
}
.index_center_banner .swiper-button-next:after {
	content: '';
}
.index_service {
	position: relative;
}
.index_service_photosp{background-size: 0;}
.index_service_block img {
	width: 100%;
}
.index_service_area {
	position: absolute;
	left: 6%;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
}
.index_service_item {
	width: 254px;
	height: 254px;
	border: 1px solid #ffffff;
	padding: 40px 30px;
	margin-bottom: 25px;
	display: inline-block;
	margin-right: 22px;
	transform: all .2s;
}
.index_service_item:first-of-type {
	display: block;
}
.index_service_item img {
	width: 93px;
}
.index_service_item span {
	font-size: 28px;
	color: #ffffff;
	margin-top: 35px;
}
.index_service_on {
	background: #0e2564;
	border: 1px solid #0e2564;
}
.index_service_item:hover {
	background: #0e2564;
	border: 1px solid #0e2564;
}
.index_service_photo {
	display: none;
	transition: all .2s	;
}
.index_service_box {
	position: absolute;
	top: 50%;
	right: 12%;
	width: 38%;
}
.index_service_name {
	font-size: 41px;
	color: #ffffff;
	line-height: 41px;
	font-weight: bold;
}
.index_service_text {
	font-size: 20px;
	color: #ffffff;
	line-height: 45px;
	margin-top: 35px;
}
.index_news {
	padding: 107px 0 175px 0;
	background: #ffffff;
}
.index_news_title {
	font-size: 40px;
	color: #09142e;
	text-align: center;
	line-height: 40px;
	text-align: center;
	margin-bottom: 105px;
}
.index_news_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.index_news_item {
	width: 22%;
	margin-left: 4%;
	margin-bottom: 75px;
}
.index_news_item:nth-child(4n-3) {
	margin-left: 0;
}
.index_news_photo {
	overflow: hidden;
}
.index_news_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_news_item:hover .index_news_photo img {
	transform:scale(1.1);
}
.index_news_time {
	font-size: 16px;
	color: #7e8183;
	margin: 17px 0 11px 0;
}
.index_news_name {
	font-size: 16px;
	color: #05141f;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.index_news_item:hover .index_news_name {
	color: #c0000e;
}
.index_news_more {
	background: #c0000e;
	font-size: 24px;
	color: #ffffff;
	width: 241px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	margin: 0 auto;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.index_news_more:hover {
	transform: translate3d(0,-5px,0);
}
.index_about {
	background: url(../image/bg4.jpg) no-repeat center center;
	background-size: cover;
	padding: 236px 0 190px 0;
}
.index_about .inner {
	width: 67%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_about_left {
	width: 50%;
}
.index_about_title {
	font-size: 40px;
	color: #ffffff;
	line-height: 40px;
	margin-bottom:70px;
}
.index_about_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.index_about_item {
	margin-right: 65px;
	width: 30%;
	margin-bottom: 70px;
}
.index_about_caption {
	font-size: 20px;
	color: #ffffff;
}
.index_about_caption font {
	font-size: 52px;
}
.index_about_caption text {
	font-size: 52px;
}
.index_about_text {
	font-size: 26px;
	color: #ffffff;
	line-height: 26px;
	margin-top: 12px;
}
.index_about_more {
	width: 163px;
	height: 54px;
	border: 1px solid #ffffff;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.index_about_more:hover {
	transform: translate3d(0,-5px,0);
}
.index_about_right {
	width: 50%;
}
.index_about_photo {
	position: relative;
	overflow: hidden;
}
.index_about_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_about_photo:hover img {
	transform:scale(1.1);
}
.index_about_box {
	position: absolute;
	top: 50px;
	left: 50px;
}
.index_about_name {
	font-size: 26px;
	color: #ffffff;
	line-height: 26px;
	font-weight: bold;
}
.index_about_link {
	font-size: 16px;
	color: #ffffff;
	margin-top: 18px;
}
.index_about_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3%;
}
.index_about_area .index_about_photo:first-of-type {
	width: 61%;
}
.index_about_area .index_about_photo:last-of-type {
	width: 36%;
}
.footer {
	background: url(../image/bg5.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 0 35px 0;
}
.footer .inner {
	
}
.footer_left{
	float: left;
}
.footer_left span {
	font-size: 14px;
	color: #b4b4b4;
	line-height: 28px;
}
.footer_right{
	float: right;
	margin: 50px 0 0 20px;
}
.footer_right img {
	width: 104px;
	height: 104px;
}
.footer_right span {
	font-size: 14px;
	color: #b4b4b4;
	text-align: center;
	margin-top: 10px;
}
.fu {
	position: fixed;
	right: 0%;
	top: 20%;
	z-index: 40;
	background: #ffffff;
	border-radius: 50px;
	padding: 30px 0 20px 0;
	box-shadow: 0 0 10px rgba(22,61,163,0.1);
}
.fu_box {
	margin-bottom: 8px;
	position: relative;
	cursor: pointer;
	border-radius: 10px;
	padding: 5px 8px;
	height: 75px;
}
.fu_box > span {
	font-size: 14px;
	color: #0f2b7c;
	text-align: center;
	margin-top: 5px;
}
.fu_box img {
	margin: 0 auto;
	display: block;
}
.fu_box_text {
	font-size: 12px;
	color: #0f2b7c;
	text-align: center;
	margin-top: 8px;
}
.fu_model {
	position: absolute;
	right: 90px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	border-radius: 5px;
	background: #0f2b7c;
	z-index: 72;
}
.fu_model1 {
	width: 220px;height: 75px;
	text-align: center;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.fu_model1 img {
	float: left;
	height: 41px !important;
	width: 41px !important;
	margin-top: 17px;
}
.fu_model1 span {
	line-height: 75px;
}
.fu_tel {
	background-size: 100% 100%;
	font-size: 20px;
	color: #f6f6f6;
	font-weight: bold;
	text-align: center;
}
.fu_model img {
	width: 122px;
	height: 122px;
}
.ex a {
	display: inline-block;
}
.ex {
	font-size: 16px;
    color: #00091e;
    line-height: 34px;
}
.fu_photo {
	width: 122px;
}
.fu_box:hover .fu_model {
	display: block;
}
.fu_box:hover .fu_box_text {
	color: #ffffff;
}
.zi {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 17px 0;
}
.zi a {
	font-size: 16px;
	color: #999999;
}
.zi span {
	font-size: 16px;
	color: #0f2450;
	margin-left: 3px;
}
.ban_item {
	padding: 70px 6% 110px 6%;
	transition: all .2s;
}
.ban_link {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ban_left {
	width: 80%;
	margin-top: 40px
}
.ban_title {
	position: relative;
	font-size: 40px;
	color: #0f2450;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 105px;
}
.ban_title font {
	font-size: 24px;
}
.ban_title text {
	font-size: 24px;
	font-weight: initial;
}
.ban_title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 30px;
	width: 88px;
	height: 15px;
	background: #89edf9;
	border-radius: 50px;
	z-index: -1;
}
.ban_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.ban_photo {
	width: 23%;
	margin-left: 2.6%;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.ban_photo span{
	width: 100%;
	text-align: center;
	line-height: 30px;
	background: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
}
.ban_photo:nth-child(4n-3) {
	margin-left: 0;
}
.ban_photo img {
	width: 100%;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
}
.ban_photo:hover img {
	transform:scale(1.1);
}
.ban_photo:hover span {
	transform:scale(1.1);
}
.ban_right {
	width: 15%;
}
.ban_more {
	width: 163px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	color: #0f2450;
	border: 1px solid #0f2450;
	margin-bottom: 80px;transition: all .2s;
}
.ban_area span {
	font-size: 22px;
	color: #0f2450;
	line-height: 55px;
}
.ban_area {
	font-size: 22px;
	color: #0f2450;
	line-height: 55px;
}
.ban_area p {
	font-size: 22px;
	color: #0f2450;
	line-height: 55px;
}
.ban_item:hover {
	background: #f4f4f4;
}
.ban_item:hover .ban_more {
	color: #ffffff;
	background: #c0000e;
	border: 1px solid #c0000e;
}
.banex_top {
	text-align: center;
}
.banex_title {
	font-size: 40px;
	color: #0f2450;
	position: relative;
	line-height: 40px;
	display: inline-block;
	font-weight: bold;
	padding-bottom: 15px;
	margin-top: 33px;
}
.banex_title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 88px;
	height: 15px;
	background: #89edf9;
	border-radius: 50px;
	z-index: -1;
}
.banex_box span {
	text-align: left;
}
.banex_box {
	margin-top: 90px;
}
.banex_box_info {
	background: #eeeeee;
	padding: 110px 120px;
	border-radius: 5px;
	border: 1px solid #d1d1d1;
	margin-top: 115px;
}
.banex_box_info img:first-of-type {
	margin-top: -187px;
}
.banex_xz {
	background: #f5f8fa;
	padding: 70px;
	text-align: center;
}
.banex_xz_btu {
	background: #246cad;
	border-radius: 8px;
	font-size: 26px;
	color: #ffffff;
	width: 40%;
	padding: 15px 0;
	margin: 60px auto 0 auto;
}
.banes_center {
	text-align: center;
	padding-top: 33px;
	margin-bottom: 165px;
}
.banes_center .banex_title::after {
	left: initial;
	right: 0;
}
.banfuex_title {
	font-size: 40px;
	color: #0f2450;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	margin: 28px 0 95px 0;
}
.banfuex_box {
	margin-bottom: 175px;
}
.car_title text {
	margin-left: 110px;
}
.carlist_section {
	background: #f5f5f5;
	padding: 1px 0;
}
.carlist_block {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.carlist_left {
	width: 76%;
}
.carlist_list {
	
}
.carlist_item {
	background: #ffffff;
	padding: 15px;
	margin-bottom: 25px;
	transition: all .2s;
	border-radius: 5px;
}
.carlist_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.carlist_photo {
	overflow: hidden;
	width: 35%;
}
.carlist_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.carlist_item:hover .carlist_photo img {
	transform:scale(1.1);
}

.carlist_area {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.carlist_area img {
	width: 66px;
}
.carlist_box {
	width: 90%;
}
.carlist_name {
	font-size: 30px;
	color: #0f2450;
	line-height: 30px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  margin-bottom: 35px;
}
.carlist_info {
	font-size: 16px;
	color: #5d5d5d;
	
	display: inline-block;
	
	margin-bottom: 12px;
}
.carlist_info font {
	width: 80%;
	font-weight: initial;
}
.carlist_title {
	font-size: 40px;
	color: #0f2450;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin: 60px 0;
}
.carlist_item:hover {
	box-shadow: 0 0 10px rgba(213,213,213,0.49);
}
.fan {
	margin-bottom: 80px;
	margin-top: 40px;
}
.fan a {
	display: inline-block;
	margin-right: 20px;
	font-size: 22px;
	color: #101216;
	font-weight: bold;
}
.fan a:hover {
	color: #77a0cb;
}
.fan a.on {
	color: #77a0cb;
}
.carlist_right {
	
	width: 21%;
	
}
.carlist_right_block {
	position: relative;
	background: #ffffff;
	padding: 30px;
	border-radius: 5px;
}
.carlist_right_block > img {
	position: absolute;
	top: 10px;
	right: 10px;
}
.carlist_right_title {
	font-size: 30px;
	color: #0f2450;
	line-height: 30px;
	padding: 0 25px 35px 25px;
}
.carlist_right_link {
	font-size: 16px;
	color: #5d5d5d;
	padding: 15px 25px;
}
.carlist_right_link:hover {
	background: #f5f5f5	;
}
.carlist_right_on {
	background: #f5f5f5	;
}
.carlist_righton {
	position: fixed;
	right: 8%;
	width: 17.7%;
	top: 9%;
}
.carlist_right_feng {
	position: relative;
	margin-top: 25px;
}
.carlist_right_feng span {
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	top: 45px;left: 45px;
}
.carlist_right_feng img {
	width: 100%;
}
.carex_block {
	background: #ffffff;
	padding: 50px;
}
.carex_top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 30px 40px 30px;
	border-bottom: 1px solid #d5d5d5;
}
.carex_top .carlist_info {
	width: 32%;
	margin-left: 2%;
}
.carex_top .carlist_info:nth-child(3n-2) {
	margin-left: 0;
}
.carex_area {
	padding: 40px 30px;
}
.carex_area p span{
	font-size: 16px;
	line-height: 30px;
}
.carex_area img{
	width: auto;
	max-width: 100%;
	display: block;
	margin: 20px auto;
}
.carex_area hr{
	margin: 20px 0;
}
.carex_area_title {
	font-size: 20px;
	color: #5d5d5d;
	font-weight: bold;
	margin-bottom: 50px;
}
.ex_link {
	font-size: 16px;
	color: #00091e;
	line-height: 34px;
}
.banner1 {
	position: relative;
}
.banner1 img {
	width: 100%;
}
.banner1 .swiper-pagination {
	bottom: 57px !important;
}
.banner1 .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: transparent;
	border: 1px solid #ffffff;
	opacity: 1;
	border-radius: 50px;
}
.banner1 .swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	background: #ffffff;
}
.house_top {
	background: #f5f5f5;
	padding-bottom: 1px;
}
.house_title {
	text-align: center;
	font-size: 40px;
	color: #0f2450;
	line-height: 40px;
	font-weight: bold;
	margin: 45px 0 50px 0;
}
.house_caption {
	font-size: 24px;
	color: #0f2450;
	text-align: center;
	line-height: 52px;
	margin-bottom: 55px;
}
.house_banner {
	position: relative;
}
.house_banner .swiper-container {
	width: 90%;
	margin: 0 auto;
}
.house_banner .swiper-button-prev {
	width: 12px !important;
    height: 25px !important;
	position: absolute;
    background-image: url(../image/jian4.png);
    background-repeat: no-repeat;
    outline: none;
	top: 80%;
	
    left: initial;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
    margin: 0  0 0 30px !important;
    background-size: contain;
	opacity: 1 !important;
	display: inline-block;
	z-index: 71;
}
.house_banner .swiper-button-prev:after {
	content: '';
}
.house_banner .swiper-button-next {
	width: 12px !important;
    height: 25px !important;
	position: absolute;
	background-image: url(../image/jian3.png);
    background-repeat: no-repeat;
	outline: none;
	display: inline-block;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
    margin: 0 0 0 0 !important;
    background-size: contain;
	opacity: 1 !important;
	z-index: 71;
}
.house_banner .swiper-button-next:after {
	content: '';
}
.house_more {
	width: 163px;
	height: 54px;
	margin: 64px auto;
	font-size: 16px;
	color: #0f2450;
	line-height: 54px;
	text-align: center;
	border: 1px solid #0f2450;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.house_more:hover {
	transform: translate3d(0,-5px,0);
}
.house_choose {
	padding: 50px 0 145px 0;
	box-shadow: 0 5px 10px rgba(224,224,224,0.49);
}
.house_choose .inner  {
	width: 67%;
}
.house_choose_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 100px;
}
.house_choose_item {
	width: 22%;
}
.house_choose_item img {
	margin: 0 auto;
	display: block;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.house_choose_title {
	font-size: 24px;
	color: #1f1d1a;
	text-align: center;
	margin: 35px 0 15px 0;
}
.house_choose_text {
	font-size: 16px;
	color: #4b4e5d;
	text-align: center;
	line-height: 30px;
}
.house_choose_item:hover img {
	transform: rotateY(-180deg);
}
.house_look {
	padding: 35px 0 70px 0;
}
.house_look .inner {
	width: 67%;
}
.house_look_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 75px;
}
.house_look_item {
	width: 29%;
	margin-left: 6.5%;
	margin-bottom: 45px;
	background: #e9e9e9;
}
.house_look_item:nth-child(3n-2) {
	margin-left: 0;
}
.house_look_photo {
	overflow: hidden;
}
.house_look_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.house_look_item:hover .house_look_photo img {
	transform:scale(1.1);
}
.house_look_item span {
	font-size: 15px;
	color: #333333;
	text-align: center;
	padding: 10px;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: all 0.2s;
}
.house_look_item:hover span {
	color: #c0000e;
}
.houselistfeng_block {
	background: #ffffff;
	padding: 30px 30px 10px 30px;
}
.housefeng_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.housefeng_item {
	width: 32%;
	margin-left: 2%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
}
.housefeng_item:nth-child(3n-2) {
	margin-left: 0;
}
.housefeng_item img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.housefeng_item:hover img {
	transform:scale(1.1);
}
.housefeng_item span {
	background: rgba(0,0,0,0.68);
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 12px 0;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  position: absolute;
}
.housefengex_block {
	background: #ffffff;
	padding: 55px 80px 40px 80px;
}
.housefengex_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 55px;
}
.housefengex_area_link {
	width: 70px;
}
.housefengex_area_link img {
	width: 100%;
}
.housefengex_area_box {
	width: 70%;
}
.housefengex_area_title {
	font-size: 22px;
	color: #000000;
	text-align: center;
}
.housefengex_area_time {
	font-size: 14px;
	color: #a8a8a8;
	text-align: center;
	margin: 20px 0 27px 0;
}
.service_block {
	margin: 90px 0 190px 0;
}
.service_info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.service_info > img {
	width: 64px;
}
.service_text {
	width: 94%;
	font-size: 19px;
	color: #0f2450;
	margin-top: 8px;
}
.service_text img {
	width: 85%;
}
.service_text font {
	font-weight: bold;
}
.about_title {
	padding: 50px 0 55px 0;
	font-size: 40px;
	color: #0f2450;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.about_top {
	margin-bottom: 90px;
}
.about_history_banner {
	position: relative;
}
.about_history {
	background: #f4f4f4;
	padding: 10px 0 100px 0;
}
.about_history_num {
	font-size: 30px;
	color: #0f2450;
	font-weight: bold;
	line-height: 30px;
}
.about_history_quan_line{
	width: 100%;
	height: 1px;
	background: #77a0cb;
	margin: 20px 0;
	position: relative;
}
.about_history_quan {
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
	border: 3px solid #77a0cb;
	position: absolute;
	top: -10px;
	right: -10px;
}
.about_history_pic{
	width: 220px;
	height: 176px;
	margin-bottom: 20px;
}
.about_history_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_history_banner .swiper {
	width: 90%;
	height: 1000px;
	margin: 0 auto;
	position: relative;
}


.about_history_box{
	width: 50%;
	
	position: relative;
}

.swiper-container4 .swiper-slide:nth-child(even) .about_history_box{
	float: right;
}
.swiper-container4 .swiper-slide:nth-child(even) .about_history_quan {
	top: -10px;
	left: -10px;
}
.swiper-container4 .swiper-slide:nth-child(even) .about_history_num{
	padding-left: 5%;
}
.swiper-container4 .swiper-slide:nth-child(even) .about_history_pic{
	margin-left: 5%;
}
.swiper-container4 .swiper-slide:nth-child(even) .about_history_text{
	margin-left: 5%;
}
.about_history_line{
	width: 1px;
	height: 100%;
	background: #b9c0d1;
	position: absolute;
	top: 0;
	left: 50%;
}
.about_history_text {
	width: 95%;
	font-size: 16px;
	color: #0f2450;
	line-height: 26px;
	height: 78px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.about_history_block {
	
	padding: 0 25px;
}
.about_history_banner .swiper-button-prev {
	width: 12px !important;
    height: 25px !important;
	position: absolute;
    background-image: url(../image/jian4.png);
    background-repeat: no-repeat;
    outline: none;
	top: 80%;
	
    left: initial;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
    margin: 0  0 0 30px !important;
    background-size: contain;
	opacity: 1 !important;
	display: inline-block;
	z-index: 71;
}
.about_history_banner .swiper-button-prev:after {
	content: '';
}
.about_history_banner .swiper-button-next {
	width: 12px !important;
    height: 25px !important;
	position: absolute;
	background-image: url(../image/jian3.png);
    background-repeat: no-repeat;
	outline: none;
	display: inline-block;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
    margin: 0 0 0 0 !important;
    background-size: contain;
	opacity: 1 !important;
	z-index: 71;
}
.about_history_banner .swiper-button-next:after {
	content: '';
}
.about_honor {
	padding: 35px 0 125px 0;
}
.about_honor_banner {
	position: relative;
}
.about_honor_banner .swiper {
	width: 90%;
	margin: 0 auto;
}
.about_honor_banner .swiper-button-prev {
	width: 12px !important;
    height: 25px !important;
	position: absolute;
    background-image: url(../image/jian4.png);
    background-repeat: no-repeat;
    outline: none;
	top: 80%;
	
    left: initial;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
    margin: 0  0 0 30px !important;
    background-size: contain;
	opacity: 1 !important;
	display: inline-block;
	z-index: 71;
}
.about_honor_banner .swiper-button-prev:after {
	content: '';
}
.about_honor_banner .swiper-button-next {
	width: 12px !important;
    height: 25px !important;
	position: absolute;
	background-image: url(../image/jian3.png);
    background-repeat: no-repeat;
	outline: none;
	display: inline-block;
    left: 0;
	top: 50%;
	transform: translateY(-50%);
    margin: 0 0 0 0 !important;
    background-size: contain;
	opacity: 1 !important;
	z-index: 71;
}
.about_honor_banner .swiper-button-next:after {
	content: '';
}
.about_honor_photo {
	border: 1px solid #e7ebf5;
	padding: 33px 8px;
}
.about_honor_photo img {
	width: 100%;
}
.about_honor_text {
	font-size: 20px;
	color: #0f2450;
	text-align: center;
	margin-top: 18px;
}
.news_block {
	margin: 65px 0 120px 0;
}
.left{
	float: left;
	width: 14%;
}
.left li{
	background: #f6f6f6;
	font-size: 14px;
	color: #333;
	padding: 0 20px;
	line-height: 40px;
}
.left a{
	color: #333;
}
.left span{
	float: right;
}
.left li:hover{
	background: #233da0;
	color: #fff;
}
.left li:hover a{
	color: #fff;
}
.left .left_on a{
	color: #fff;
}
.left .left_on{
	color: #fff;
	background: #233da0;
}
.right{
	float: right;
	width: 82%;
}
.right h1{
	color: #233da0;
	font-size: 30px;
}
.right .index_news_item{
	width: 100%;
}
.right .index_news_time{
	float: left;
	line-height: 40px;
	margin: 0;
}
.right .index_news_name{
	float: right;
	width: 80%;
	line-height: 40px;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsex_title {
	font-size: 30px;
	color: #0f2450;
	text-align: center;
	margin: 40px 0 25px 0;
}
.newsex_time {
	font-size: 16px;
	color: #7e8183;
	text-align: center;
	margin-bottom:  35px;
}

.con_block {
	margin: 85px 0 105px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.map {
	width: 65%;
	height: 400px;
	overflow:hidden;
}
.map img {
	width: 100%;
}
.con_area {
	width: 30%;
}
.con_title {
	font-size: 30px;
	color: #0f2450;
	line-height: 30px;
	margin-bottom: 90px;
}
.con_box span {
	font-size: 18px;
	color: #0f2450;
	line-height: 52px;
}

.house_bannerpb {
	display: none;
}
.index_center_bannerpb {
	
	visibility: hidden;
}
.headersp {
	display: none;
}
.blank80 {
	display: none;
}
.bannersp {
	display: none;
}
.index_servicesp {
	display: none;
}
.navsp {
	display: none;
}
.model {
	display: none;
}
.search_section {
	display: none;
}
.about_history_bannersp {
	display: none;
}
.about_honor_bannersp {
	display: none;
}
.index_center_bannersp {
	
	visibility: hidden;
}
.house_bannersp {
	display: none;
}
.fumodel {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 30px;
	border-radius: 8px;
	border: 3px solid #0f2450;
	box-shadow: 0 0 0 24px rgba(160,160,160,0.1);
	z-index: 71;
	background: #ffffff;
	width: 35%;
	display: none;
}
.fumodel_title {
	text-align: center;
	font-size: 29px;
	color: #093054;
	margin-bottom: 40px;
	font-weight: bold;
}
.fumodel_close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 25px;
	cursor: pointer;
}
.fumodel_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fumodel_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.fumodel_box .fumodel_info {
	width: 48%;
}
.fumodel_info span {
	width: 90px;
	font-size: 19px;
	color: #2a2c30;
}
.fumodel_info input[type=text] {
	background: #f1f1f1;
	border: none;
	border-radius: 10px;
	padding: 10px 10px;
	font-size: 19px;
	color: #2a2c30;	
	width: 90%;
}
.fumodel_info textarea {
	background: #f1f1f1;
	border: none;
	border-radius: 10px;
	padding: 10px 10px;
	font-size: 19px;
	color: #2a2c30;	
	width: 90%;
	height: 150px;
}
.fumodel_info1 {
	align-items: flex-start;
}
.fumodel_box .fumodel_info input[type=text] {
	width: 75%;
}	
.fumodel_choose {
	width: 75%;display: flex;
	justify-content: space-between;
	align-items: center;
}
.fumodel_info label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 48%;
}
.fumodel_info label span {
	font-size: 19px;
	color: #2a2c30;
	margin-left: 20px;
}
.radio{
    width: 20px;
    height: 20px;
    appearance: none;
    position: relative;
}
.radio:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #0f2450;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio:checked:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #0f2450;
    background:#0f2450;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio:checked:after{
    content: '';
    width: 10px;
    height:5px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 6px;
    left:5px;
    vertical-align: middle;
    transform: rotate(-45deg);
}
.fumodel_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 86%;
	margin-left: 14%;
}
.fumodel_bottom input {
	background: #f1f1f1;
	border: none;
	border-radius: 10px;
	padding: 10px 10px;
	font-size: 19px;
	color: #2a2c30;	
	width: 30%;
}
.fumodel_buttom_btu {
	border: none;
	background: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 33%;
}
.fumodel_buttom_btu img {
	width: 60%;
}
.fumodel_buttom_btu span {
	font-size: 15px;
	color: #757982;
	margin-left: 10px;
}
.fumodel_bottom_sub {
	width: 30%;
	border-radius: 50px;
	font-size: 18px;
	color: #ffffff;
	background: #093054;
	border: none;
	padding: 10px 0;
	text-align: center;
}
.index_center_banner_block {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 84%;
}
.index_banpb {
	display: none;
}
.index_bansp {
	display: none;
}

.banex_box img {
	width: 100%;
}