@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: none;
	height: 100%;
	position: relative;
}

body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li,
input,
button,
select,
textarea {
	margin: 0;
	padding: 0;
}

.dis {
	display: none;
}

.bk {
	display: block;
}

em,
i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #666;
	cursor: pointer;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

a:visited {}

img {
	vertical-align: middle;
	border: none;
	-ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}

textarea {
	resize: none;
}

.clear {
	clear: both;
}

body {
	background-color: #fff;
	font-family: "微软雅黑";
	position: relative;
	font-size: 14px;
	width: 100%;
	max-width: 1920px;
	overflow-x: hidden;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.maximg img {
	max-width: 100%;
	max-height: 100%;
}
.Maximg img{
	width: 100%;
	height: 100%;
}
.Maximgw img{
	width: 100%;
	height: auto;
}
.wid1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}


/*头部logo*/
.head{
	height: 100px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.head-in{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.head-logo{
	display: inline-block;
}
.head-logo img{
	width: 68px;
	height: 82px;
	/* margin-right: 10px; */
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform:scale(1);
	-moz-transform: scale(1);
	-webkit-transform:scale(1);
}
.head-top-phone{
	display: block;
	flex-wrap: wrap;
	width: auto;
	padding-left: 60px;
	justify-content: flex-end;
	align-items: center;
	height: 48px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	background-image: url(../images/phone.png);
	background-position: left  center;
	background-repeat: no-repeat;
	background-size:45px 45px; 
}
.head-top-phone h4{
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin: 0;
}
.head-content{
	display:flex;
	flex-wrap: wrap;
	width: auto;
	height: 122px;
	position: relative;
	/*padding:40px 0 30px 18px;*/
	padding: 33px 0 18px 18px;
}


.head-content::after{
	content: "";
	display: block;
	width: 1px;
	height: 52px;
	background-color: #b8b8b8;
	position: absolute;
	top: 52%;
	left: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.head-content h3{
	font-size: 18px;
	color: #0c1014;
}
.head-content p{
	width: 100%;
	font-size: 14px;
	color: #737373;
}




/*视频弹窗*/
.tan-vid{
	width: 100%;
	height: 100%;
	position:fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
.tan-vid .tan-vid-in{
	position: relative;
	width: 100%;
	height: 100%;
}
.tan-vid .tan-cid-bg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	background-color: #333333;
	border-radius: 5px;
	padding: 20px 80px;
}

.tan-vid .tan-cid-bg a{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 25px;
	height: 25px;
	background-color: #949292;
	border-radius: 100%;
	z-index: 9999;
}
.tan-vid .tan-cid-bg a:after{
	content: "";
	display: block;
	width: 70%;
	height: 1px;
	background-color: #333;
	position: absolute;
	left: 15%;
	top: 50%;
	transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	-ms-transform:rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-webkit-transform:rotateZ(45deg);
}
.tan-vid .tan-cid-bg a:before{
	content: "";
	display: block;
	width: 70%;
	height: 1px;
	background-color: #333;
	position: absolute;
	left: 15%;
	top: 50%;
	transform: rotateZ(-45deg);
	-o-transform:  rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-moz-transform:  rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
}


/*头部样式*/
/*导航栏*/

.nav{
	width: 100%;
	background-color: #fff;
	 white-space:nowrap;
}
.nav-n {
	height: 68px;
	background-color: #fff;
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	 white-space:nowrap;
}
.nav-list{
	display: inline-block;
	flex-wrap: wrap;
	width: auto;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	font-family: "MicrosoftYaHei";
	/*margin: 0 14px;*/
	width: 12.5%;
}
.nav-list:hover{
	margin: 0 0px;
}
.nav-list>a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 13px 0 10px;
	box-sizing: border-box;
	text-align: center;
}
.nav-list p{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-bottom: 0px;
}
.nav-list span{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #999999;
}
.nav-list:hover p,
.nav-list:hover span{color: #d9333f;}

.nav-list.active p,
.nav-list.active span{
	color: #d9333f;
}
.subNav{
	display: none;
	width: 120px;
	background-color: #fff;
	box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 99;
	transform: translateX(-50%);
}
.subNav li a{
	font-size: 14px;
	color: #333;
	display: block;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.subNav li a:hover{
	color: #d9333f;
}

/*底部*/

.footer {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	background-color: #333;
	background-size:100% 100%;
	border-top: 2px solid #e92d2d;
	position: relative;
}

.foot-icp {
	height: 39px;
	width: 100%;
	text-align: center;
	background-color: #262626;
}

.foot-icp p {
	font-size: 12px;
	color: #808080;
	line-height: 38px;
}

.foot-icp p a{
	color: #808080;
}
.footer a:hover {
	color: #fff;
}


/*侧导航*/

.ce-nav {
	width: auto;
	height: auto;
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 9999;
}

.ce-nav li {
	width: 84px;
	height: 90px;
	background-color: #d9333f;
	margin-bottom: 1px;
	position: relative;
}

.ce-nav-in {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 9999;
	background-color: #d9333f;
	cursor: pointer;
}

.ce-nav-in p {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
}

.ce-nav-in span {
	display: block;
	width: 55px;
	height: 55px;
	margin: 5px auto 0;
	padding: 8px;
}



.ce-fu {
	position: absolute;
	top: 50%;
	right: -200%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	z-index: -1;
}

.ce-fu:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 12px solid rgba(217, 51, 63, 0.7);
	border-bottom: 6px solid transparent;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.ce-fu1 {
	width: 180px;
	height: 66px;
	background: rgba(217, 51, 63, 0.7);
	border-radius: 5px;
	color: #fff;
	padding-left: 20px;
	padding-top: 3px;
}

.ce-fu1 h5 {
	font-size: 12px;
	line-height: 22px;
}

.ce-fu1 p {
	font-size: 15px;
	line-height: 16px;
	margin-top: -12px;
}

.ce-fu3 {
	width: 135px;
	height: 140px;
	background: rgba(217, 51, 63, 0.7);
	border-radius: 5px;
}

.saoma {
	display: block;
	width: 100px;
	height: 100px;
	margin: 13px auto 0;
}

.saoma img {
	width: 100%;
	height: 100%;
}

.ce-fu3 p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
}

.zaixian {
	display: block;
	width: 100%;
	height: 100%;
}




.section {
	height: auto;
	width: 100%;
}
.foot-ma{
	display: block;
	width: 127px;
	height: 127px;
	overflow:hidden;
}
.foot-ma img{
	width: 100%;
	max-height: 100%;
}

.fixed{
	position: fixed;
	top: 0;
	z-index: 99999;
	box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.4);
}


/*首页*/

.index-banner {
	width: 100%;
	max-height: 712px;
	overflow: hidden;
}

.slideBox-index {
	width: 100%;
	max-height: 712px;
	overflow: hidden;
	position: relative;
}

.slideBox-index .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
	z-index: 1;
}

.slideBox-index .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox-index .hd ul li {
	float: left;
	margin-right: 11px;
	width: 24px;
	height: 10px;
	border-radius: 5px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.4);
}

.slideBox-index .hd ul li.on {
	background-color: #ce3839;
	color: #fff;
	width: 40px;
}

.slideBox-index .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox-index .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox-index .bd img {
	width: 100%;
	max-height: 712px;
	display: block;
}

.slideBox-index .prev,
.slideBox-index .next {
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 60px;
	height: 80px;
	filter: alpha(opacity=50);
	-o-filter:alpha(opacity=50);
	-ms-filter:alpha(opacity=50);
	-moz-filter:alpha(opacity=50);
	-webkit-filter:alpha(opacity=50);
	opacity: 0.8;
}

.slideBox-index .prev {
	background-image: url(../images/banner-hou.png);
	background-position:  left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.slideBox-index .next {
	left: auto;
	right: 5%;
	background-image: url(../images/banner-qian.png);
	background-position:  right center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.slideBox-index .prev:hover,
.slideBox-index .next:hover {
	filter: alpha(opacity=100);
	-o-filter:alpha(opacity=50);
	-ms-filter:alpha(opacity=50);
	-moz-filter:alpha(opacity=50);
	-webkit-filter:alpha(opacity=50);
	opacity: 1;
}

.slideBox-index .prevStop {
	display: none;
}

.slideBox-index .nextStop {
	display: none;
}

/*搜索关键字*/
.head-search{
	/* border-top: 1px solid #d9d9d9; */
	border-bottom: 1px solid #d9d9d9;
}
.search{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	font-size: 0;
}
.search-right{
	display: inline-block;
	float: right;
	width: 200px;
	height: 100%;
	padding: 12px 0;
	position: relative;
}
.search-right input{
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	font-size: 14px;
	line-height: 34px;
	padding: 0 58px 0 20px;
}
.search-right a{
	display: block;
	width: 50px;
	height: 36px;
	background-color: #d9333f;
	background-image: url(../images/sou.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size:18px 18px ;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid #e6e6e6;
	position: absolute;
	right: 0;
	top: 12px;
}
.search-left{
	display: inline-block;
	float: left;
	width: 795px;
	line-height: 60px;
	font-size: 14px;
	color: #737373;
}
.search-left li{
	float: left;
	margin-right: 15px;
}


/*首页标题样式*/
.index-title{
	height: 90px;
	overflow: hidden;
	display: block;
	text-align: center;
}
.index-title h2{
	display: inline-block;
	width: auto;
	height: 56px;
	font-size: 38px;
	font-weight: bold;
	color: #333333;
	position: relative;
	line-height: 56px;
	margin: 0 auto;
}
.index-title h2 span{
	color: #d9333f;
}
.index-title p{
	font-size: 18px;
	color: #808080;
	line-height: 34px;
}
.index-title h2::after{
	content: "";
	display: block;
	width: 490px;
	height: 8px;
	background-image: url(../images/title-left.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	position: absolute;
	top: 50%;
	right: 106%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.index-title h2::before{
	content: "";
	display: block;
	width: 490px;
	height: 8px;
	background-image: url(../images/title-right.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	position: absolute;
	top: 50%;
	left: 106%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/*产品banner*/
.chanpin-banner{
	display: block;
	height: 637px;
	position: relative;
}
.slideBox-chanpin {
	width: 100%;
	height: 637px;
	position: relative;
}

.slideBox-chanpin .hd-list {
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 105px;
	bottom: 200px;
	z-index: 1;
}

.slideBox-chanpin .hd-list ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox-chanpin .hd-list ul li {
	float: left;
	margin-left: 12px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #fff;
}

.slideBox-chanpin .hd-list ul li.on {
	background-color: #fff;
}
.slideBox-chanpin .hd-bot{
	height: 180px;
	width: 1120px;
	position: absolute;
	left: 42px;
	/*transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-0-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);*/
	bottom: 0;
	z-index: 3;
	background-color: #FFF;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
	font-size: 0;
}
.slideBox-chanpin .hd-bot ul{
	display: inline-block;
	float: left;
	width: 1075px;
	height: 100%;
}
.slideBox-chanpin .hd-bot ul li{
	float: left;
	width: 33.33%;
	height: 100%;
	padding: 41px 18px 41px 58px;
	cursor: pointer;
	position: relative;
}
.slideBox-chanpin .hd-bot ul li::after{
	content: "";
	display: block;
	width:1px;
	height: 140px;
	background-color: #e6e6e6;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.slideBox-chanpin .hd-bot ul li:last-child::after{opacity: 0;}
.slideBox-chanpin .hd-bot ul li span{
	display: inline-block;
	float: left;
	width: 75px;
	height: 100%;
	margin-right: 14px;
}
.hd-bot-main{
	display: inline-block;
	flex: left;
	width: 193px;
}
.hd-bot-main h3{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.slideBox-chanpin .hd-bot ul li:hover .hd-bot-main h3 a{
	color: #d9333f;
}
.hd-bot-main p{
	font-size: 20px;
	color: #999999;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 16px;
}


.slideBox-chanpin .hd-bot-in{
	display: inline-block;
	float: right;
	width: 45px;
	height: 100%;
	background-color: #d9333f;
	font-size: 18px;
	color: #fff;
	padding: 33px 12px 0;
	text-align: center;
	position: relative;
}
.slideBox-chanpin .hd-bot-in::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-top: 9px solid #fff;
	border-right: 7px solid transparent;
	position: absolute;
	left: 50%;
	bottom: 32px;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}


.slideBox-chanpin .bd {
	position: relative;
	height: 562px;
	z-index: 0;
}

.slideBox-chanpin .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox-chanpin .bd img {
	width: 100%;
	height: 562px;
	display: block;
}
/*首页信赖*/
.index-xinlai{
	height: 392px;
	overflow: hidden;
	margin-bottom: 80px;
}
.xinlai-left{
	display: inline-block;
	width: 355px;
	height: 100%;
	float: left;
	position: relative;
	margin-right: 12px;
}
.xinlai-left-in{
	width:100%;
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 18px;
	font-size: 28px;
	color: #d9333f;
	line-height: 32px;
	background: rgba(0, 0, 0, 0.5);
}
.xinlai-left-in p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.xinlai-right{
	display: inline-block;
	width: 830px;
	float: left;
	height: 100%;
	overflow: hidden;
}

.slideBox-xinlai {
	width: 100%;
	height: 100%;
	position: relative;
}

.slideBox-xinlai .hd {
	height: 100%;
	width: 135px;
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
}

.slideBox-xinlai .hd ul {
	zoom: 1;
	float: left;
	display: block;
	height: 392px;
	width: 122px;
	background: #767676;
}

.slideBox-xinlai .hd ul li{
	width: 122px;
	height: 98px;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 98px;
}
.slideBox-xinlai .hd ul li:first-child{
	background-color: #2c2c2c;
}
.slideBox-xinlai .hd ul li:nth-child(2){
	background-color: #484848;
}
.slideBox-xinlai .hd ul li:nth-child(3){
	background-color: #5f5f5f;
}
.slideBox-xinlai .hd ul li:nth-child(4){
	background-color: #767676;
}
.slideBox-xinlai .hd ul li.on {
	background-color: #d9333f;
	position: relative;
	overflow: visible;
}
.slideBox-xinlai .hd ul li.on::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 12px solid #d9333f;
	border-bottom: 8px solid transparent;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 9;
}

.slideBox-xinlai .bd {
	position: relative;
	width: 830px;
	height: 392px;
	z-index: 0;
}

.slideBox-xinlai .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 830px;
	height: 392px;
}
.xinlai-right-in{
	display: block;
	width: 830px;
	height: 100%;
	padding-left: 145px;
	padding-top: 20px;
	background-color: #f5f5f5;
}
.xinlai-right-in-img{
	display: block;
	width: 669px;
	max-height: 176px;
}

.xinlai-right-main{
	display: block;
	width: 100%;
	height: auto;
	padding-left: 14px;
}
.xinlai-right-main h3{
	font-size: 22px;
	color: #d9333f;
	line-height: 57px;
	height: 57px;
	position: relative;
}
.xinlai-right-main h3::after{
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background-color: #d9333f;
	position: absolute;
	bottom: 0;
	left:0;
}
.xinlai-right-main p{
	font-size: 18px;
	color: #808080;
	line-height: 28px;
	height: 56px;
	margin-top: 12px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.xinlai-right-main a{
	display: inline-block;
	float: left;
	width: 190px;
	height: 35px;
	align-items: center;
	font-size: 14px;
	color: #fff;
	background-color: #d9333f;
	line-height: 35px;
	text-align: center;
}
.xinlai-right-main a:last-child{
	background-color: #fff !important;
	color: #d9333f;
	padding: 7.5px 28px;
	line-height: 20px;
}
.xinlai-right-main a span{
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #d9333f;
	background-image: url(../images/lianxi-dianhua.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size:90% 90%;
	margin-right: 5px;
}
.index-zoujin{
	display: block;
	width: 100%;
	background-image: url(../images/index-zoujin_20.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;
	padding-top: 46px;
}

.index-video{
	height: 496px;
	margin-top: 25px;
	background-image: url(../images/zoujin_20.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	position: relative;
	cursor: pointer;
}
.index-video:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.index-video-in{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 3;
	padding: 72px 0 0;
}
.index-video-in p{
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}
.index-video-bofang{
	display: block;
	width: 580px;
	height: 122px;
	position: absolute;
	left: 25%;
	bottom: 74px;
	font-size: 0;
	/*transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);*/
	 white-space:nowrap;
}
.index-video-bofang div{
	display: inline-block;
	float: left;
	width: 50%;
	height: 100%;
	flex-wrap: wrap;
	padding: 20px 0;
}
.index-video-bofang div:first-child{
	background-color: #d9333f;
}
.index-video-bofang .last_bf2{
	background-color: #1a1a1a;
}
.index-video-bofang div p{
	width: 100%;
	font-size: 18px;
}
.index-video-bofang div p span{
	font-size: 28px;
	padding-right: 8px;
}
.index-video-bofang .last_bf2 p span{
	color: #d0323d;
}
.index-video-bofang .bofang{
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 30%;
	left: 45%;
	z-index: 8;
	/*transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);*/
}
.index-video-bofang .bofang::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 13px solid transparent;
	border-left: 22px solid #d9333f;
	border-bottom: 13px solid transparent;
	position: absolute;
	left:58%;
	top: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.index-video-bofang .bofang::before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 13px solid #fff;
	border-bottom: 8px solid transparent;
	position: absolute;
	left:54.65%;
	top: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 9;
}

.top-video{
	display: none;
	max-width: 1200px;
	min-width: 400px;
	height: 600px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 999;
	overflow: hidden;
	padding: 20px;
	background-color: #333;
	border-radius: 8px;
	box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.2);
}
/*.top-video video{
	display: block;
	max-width: 1160px;
	max-height: 560px;
	margin: 0 auto;
}*/
/*.top-video a{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	border: 1px solid #fff;
	top: 2px;
	right: 2px;
	background: url(../images/guanbi.png) no-repeat center;
	background-size:80% 80%;
}*/
/*.top-video video::-webkit-media-controls {
	display: none;
}*/



.index-baojia{
	width: 600px;
	height: 59px;
	display: block;
	align-items: center;
	justify-content: center;
	margin: 50px auto 50px;
	text-align: center;
}
.index-baojia>a{
	display: inline-block;
	width: 240px;
	height: 48px;
	background-color: #d9333f;
	font-size: 16px;
	color: #fff;
	align-items: center;
	justify-content: center;
	margin-right: 25px;
	text-align: center;
	line-height: 48px;
	float: left;
	    margin-top: 7px;
}
.index-bojia-phone{
	display: inline-block;
	flex-wrap: wrap;
	align-items: center;
	width: 270px;
	padding: 5px 0 0px 52px;
	background-image: url(../images/phone.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 44px 44px;
	float: left;
}
.index-bojia-phone h3{
	font-size: 26px;
	font-weight: bold;
	color: #d9333f;
}
.index-bojia-phone p{
	width: 100%;
	font-size: 14px;
	color: #666666;
}


.index-zhengshu{
	display: block;
	height: 207px;
	font-size: 0;
	width: 1222px;
	transform: translateX(11px);
}
.index-zhengshu-in{
	display: inline-block;
	width: 385px;
	height: 207px;
	padding: 10px;
	float: left;
	margin-right: 22px;
	background-color: #fff;
	box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid #f5f5f5;
}
.index-zhengshu-in:last-child{
	margin-right: 0;
}
.index-zhengshu-img{
	display: inline-block;
	width:132px;
	height: 100%;
	float: left;
	margin-right: 18px;
}
.index-zhengshu-main{
	display: inline-block;
	width:210px;
	height: 100%;
	float: left;
	padding-top: 9px;
}
.index-zhengshu-main>span{
	display: flex;
	align-items: center;
	height: 66px;
	line-height: 33px;
}
.index-zhengshu-main>span h2{
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.index-zhengshu-main>div{
	display: block;
	width: 48px;
	height: 5px;
	background-color: #333;
	margin-top: 18px;
	margin-bottom: 26px;
}
.index-zhengshu-main>div span{
	display: block;
	width: 50%;
	height: 100%;
	background-color: #df525c;
}
.index-zhengshu-main p{
	font-size: 14px;
	color: #808080;
	line-height: 24px;
}

.index-case{
	display: block;
	height: 248px;
	font-size: 0;
}
.index-case-list{
	display: inline-block;
	width: 33.33%;
	float: left;
	height: 100%;
	position: relative;
	padding: 0 40px;
}
.index-case-list::after{
	display: block;
	content: "";
	width: 1px;
	height: 160px;
	border-left: 1px dashed #4d4d4d;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.index-case-list:last-child::after{opacity: 0;}

.index-case-list-top{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 132px;
	align-items: center;
	justify-content: center;
	padding: 38px 0 12px;
	text-align: center;
}
.index-case-list-top img{
	width: 56px;
	height: 56px;
}
.index-case-list-top h3{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.index-case-list-bot{
	display: block;
	width: 100%;
	height: auto;
}
.index-case-list-bot li{
	width: 33.33%;
	float: left;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #4c4c4c;
	font-family: "宋体";
}
.index-case-list-bot li:hover a{
	color: #de4e58;
}



.bot-banner {
	width: 100% !important;
	height: 514px;
	overflow: hidden !important;
	font-size: 0;
	white-space:nowrap;
	position: absolute;
	top: 0;
	left: 0%;
	/*transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform:translateX(-50%);*/
}

.bot-banner .bannerCon {
	width: 819px;
	height: 514px;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	 white-space:nowrap;
}

.bot-banner .bannerCon .before {
	width: 600px;
	height: 514px;
	background: rgba(0, 0, 0, .5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	position: absolute;
	left: -600px;
	bottom: 0;
	z-index: 333
}
.bot-banner .bannerCon .scroll::after{content:'';display:block;clear:both;}

.bot-banner .bannerCon .scroll .bot-banner-in:after{content:'';display:block;clear:both;}
.bot-banner .bannerCon .before img {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 53%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer
}

.bot-banner .bannerCon .after {
	width: 600px;
	height: 514px;
	background: rgba(0, 0, 0, .5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	position: absolute;
	right: -600px;
	bottom: 0;
	z-index: 333
}

.bot-banner .bannerCon .after img {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 20px;
	top: 53%;
	transform: translateY(-53%);
	-o-transform: translateY(-53%);
	-ms-transform: translateY(-53%);
	-moz-transform: translateY(-53%);
	-webkit-transform: translateY(-53%);
	cursor: pointer
}

.bot-banner .bannerCon .scroll {
	width: 2e3%;
	height: 514px;
	position: relative;
	left: -819px;
	 white-space:nowrap;
}

.bot-banner .bannerCon .scroll img {
	width: 819px;
	height: 514px;
	float: left
}

.clear:after{content:'';display:block;clear:both;}

.bot-banner .bannerBut {
	width: 200px;
	height: 40px;
	position: absolute;
	left: 275px;
	bottom: 0
}

.bot-banner .bannerBut ul li {
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background-color: #666;
	margin: 5px 7px;
	float: left
}

.bot-banner .bannerBut ul li.hover {
	background-color: #c6171e
}
#scroll{}
.bot-banner-in{
	display: inline-block;
	width: 819px;
	
	height: 514px;
	position: relative;
}
.bot-banner-in img{
	width: 100%;
	height: 100%;
}

.bot-banner-in-top{
	display: inline-block;
	width: auto;
	height: 82px;
	padding: 11px 35px 0 42px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 30px;
	left: 0;
	border-radius: 0 41px 41px 0;
}

.bot-banner-in-top h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 37px;
	color: #d9333f;
}
.bot-banner-in-top p{
	font-size: 18px;
	color: #333333;
	line-height: 31px;
	padding-left: 12px;
}

.bot-banner-in-main{
	display: block;
	width: 690px;
	height: 210px;
	position: absolute;
	top: 132px;
	left: 8%;
	/*transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);*/
	box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff);
	padding: 27px 48px 38px 52px;
}
.bot-banner-in-main h2{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 46px;
}
.bot-banner-in-main p{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 23px;
}
.bot-banner-in-main span{
	display: block;
	width: 100%;
	height: 24px;
}
.bot-banner-in-main span a{
	display: inline-block;
	width: 75px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	float: left;
	background-color: #d9333f;
}
.bot-banner-in-main span em{
	float: right;
	font-size: 14px;
	color: #808080;
	line-height: 24px;
}
/*标志*/
.index-biaozhi{
	display: block;
	height: 203px;
	font-size: 0;
}
.index-biaozhi-list{
	display: inline-block;
	width: 20%;
	height: 100%;
	float: left;
	text-align: center;
}
.index-biaozhi-list-in{
	display: block;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
	text-align: center;
}
.index-biaozhi-list-in h3{
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: #de4e58;
	line-height: 21px;
}
.index-biaozhi-list-in p{
	font-size: 12px;
	color: #de4e58;
	line-height: 21px;
}
.index-biaozhi-list-in span{
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto 12px;
	position: relative;
	text-align: center;
}
.index-biaozhi-list-in span img{
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);*/
	display: block;
	margin: 0 auto;
}


/*首页新闻*/
.index-news-nav{
	height: 40px;
	text-align: center;
	margin: 0 auto 32px;
}
.index-news-nav a{
	display: inline-block;
	width: 142px;
	height: 40px;
	margin: 0 10px;
	background-color: #333333;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.index-news-nav a.active{
	background-color: #d9333f;
}
.index-bottom-left{
	display: inline-block;
	float: left;
	width: 612px;
	height: 416px;
}
.index-bottom-right{
	display: inline-block;
	float: right;
	width: 570px;
	height: 416px;
}

.bottom-left-in{
	display: inline-block;
	float: left;
	width: 300px;
	height: auto;
	margin:0 3px;
}
/*.bottom-left-in:last-child{margin-right: 0;}*/
.bottom-left-in-img{
	display: block;
	width: 300px;
	height: 252px;
	overflow: hidden;
}
.bottom-left-in-main{
	display: block;
	width: 300px;
	height: auto;
	padding: 0 16px; 
}
.bottom-left-in-main h3 a{
	font-size: 16px;
	color: #333;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 8px;
}
.bottom-left-in-main p{
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 5px;
}
.bottom-left-in-main span{
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-top: 12px;
}
.bottom-left-in-main span a{
	float: left;
	font-size: 14px;
	color: #999999;
}
.bottom-left-in-main span em{
	float: right;
	font-size: 14px;
	color: #999999;
}

.bottom-right-list{
	display: block;
	width: 100%;
	height: 92px;
	margin-bottom: 16px;
}
.bottom-right-list:last-child{
	margin-bottom: 0;
}
.bottom-right-time{
	display: inline-block;
	width: 92px;
	height: 92px;
	float: left;
	border: 1px solid #c1c1c1;
	text-align: center;
}
.bottom-right-time h3{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	line-height: 46px;
	padding-top: 6px;
}
.bottom-right-time p{
	font-size: 14px;
	color: #333333;
	line-height: 34px;
}
.bottom-right-main{
	display: inline-block;
	width: 475px;
	float: left;
	padding-left: 16px;
	height: 100%;
	padding-top: 6px;
}
.bottom-right-main h4{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.bottom-right-main p{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bottom-more{
	display: block;
	width: 180px;
	height: 40px;
	margin: 40px auto 0;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #fff;
	background-color: #d9333f;
	text-align: center;
	line-height: 40px;
}
.bottom-more img{
	display: inline-block;
	width: auto;
	height: 14px;
	margin-left: 8px;
}




.fixed-left {
	width: 307px;
	height: 140px;
	border-radius: 35px 35px 35px 0;
	position: fixed;
	bottom: 20px;
	left: 0;
	z-index: 999;
	transform: scale(0.84);
	-o-transform: scale(0.84);
	-ms-transform:scale(0.84);
	-moz-transform: scale(0.84);
	-webkit-transform:scale(0.84);
}

.fixed-left a {
	display: block;
	width: 100%;
	border-radius: 35px 35px 35px 0;
	height: 100%;
	background-color: #d9333f;
	background-image: url(../images/right.png);
	background-position:  245px 74px;
	background-repeat: no-repeat;
	background-size: 43px 43px;
	position: relative;
}
/*
.fixed-left a:hover {
	background-color: #e03d00;
}*/

.dalaba{
	display: block;
	color: #fff;
	width: 180px;
	height: 180px;
	position: absolute;
	left: -30px;
	top: -50px;
}

.fixed-left span img {
	width: 100%;
	height: 100%;
}

.dalaba_r{
	padding-left: 85px;
	color: #fff;
	display: block;
}
.fixed-left span h3 {
	font-size: 26px;
	line-height: 28px;
	padding-top: 30px;
	padding-bottom: 11px;
}

.fixed-left span p {
	font-size: 14px;
	line-height: 28px;
}

.fixed-left span h4 {
	font-size: 20px;
	line-height: 22px;
	margin-top: -14px;
}
/*展开报价*/
.fixed-left-in{
	width:100%;
	height: 140px;
	position: fixed;
	bottom: 20px;
	background-color: #b6c4d7;
	z-index: 99;
	/*transform: translateX(-90%);
	transition:all 1s;
	border-radius: 70px;*/
	display: none;
}

.fixed-left-in1{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	background-image: url(../images/foot-fixed_05.jpg);
	background-repeat: no-repeat;
	background-position: 50px;
}
.fixed-left-in2{
	display: inline-block;
	float: left;
	width: 366px;
	height: 100%;
	margin-left: 180px;
}
.fixed-left-in2 h2{
	font-size: 26px;
	line-height: 28px;
	color: #fff ;
	margin-top: 23px;
	font-weight: bold;
}
.fixed-left-in2 h2 span{
	font-size: 14px;
	padding-left: 12px;
	font-weight: normal;
}
.fixed-left-in2 a{
	display: block;
	width: 100%;
	height: 39px;
	border-radius: 18px;
	background-color: #fff;
	margin-top: 18px;
	text-align: center;
	line-height: 39px;
	color: #d9333f;
	font-size: 20px;
	font-weight: bold;
}
.fixed-left-in3{
	width: 455px;
	height: 100%;
	display:inline-block;
	float: right;
	margin-right: 100px;
	position: relative;
}
.fixed-left-in3 h3{
	margin-top: 8px;
	line-height:28px;
	color: #fff;
	font-size: 16px;
}
.fixed-left-span1{
	display: block;
	width: 349px;
	margin-left: 6px;
	margin-top: 7px;
	height: 36px;
}
.fixed-left-span1 input{
	width: 100%;
	height: 100%;
	padding-left: 16px;
	border: none;
	border-radius: 3px;
	background-color: #fff;
	font-size: 14px;
	line-height: 36px;
	color: #666666;
}
.fixed-left-span2{
	display: inline-block;
	width: 165px;
	height: 36px;
	margin-right: 15px;
	margin-top: 10px;
}
.fixed-left-span2 input{
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 3px;
	background-color: #fff;
	padding-left: 16px;
	font-size: 14px;
	line-height: 36px;
	color: #666666;
}
.fixed-left-span3{
	display: block;
	width: 78px;
	height: 80px;
	border-radius: 8px;
	background-color: #d9333f;
	position: absolute;
	top: 44px;
	right: 0;
}
.fixed-left-span3 a{
	display: block;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	padding: 0 12px;
	margin-top: 2px;
}
.fixed-left-in4{
	float: right;
	margin-right: 38px;
	width: 43px;
	height: 43px;
	z-index: 6;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	position: absolute;
	right: 0px;
	top: 50%;
}
.fixed-left-in4 a{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/left.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size:cover !important;
}
.fixed-left-in4-span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #b6c4d7;
}
.slideTxtBox-index-case .hd .active{
	background-image: url(../images/index-hover.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover ;
	color: #fff !important;
}

.index-case-title h3 span{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	width: 80px;
	height: 24px;
	background-color: #e03d00;
	text-align: center;
	color: #fff;
	margin-right: 2px;
}

/*首页中间固定表单*/
.center-position{
	display: none;
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.center-position-in{
	display: block;
	height: auto;
	min-height: 350px;
	border-radius: 8px;
	background-color: #d9333f;
	text-align: center;
	padding-top: 40px;
	box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.2);
	position: relative;
}
.center-position-title{
	display: block;
	margin: 0 auto;
	height: 47px;
	width: auto;
}
.center-position-title img{
	height: 100%;
	width: auto;
}
.center-position-main{
	display: block;
	width: 100%;
	height: 57px;
	line-height: 57px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin-bottom: 26px;
}
.center-position-table{
	display: flex;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	justify-content: center;
}
.center-position-table input{
	display: flex;
	width: 360px;
	height: 50px;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	margin-right: 42px;
	font-size: 16px;
	color: #101010;
	padding: 0 25px;
}
.center-position-table button{
	display: flex;
	width: 140px;
	height: 50px;
	border: 0;
	background: linear-gradient(#e47078,#dc444e);
	font-size: 16px;
	color: #fff;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
}
.center-position-bi{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 12px;
	right: 12px;
}

/*案例列表*/
.banner-banner{
	display: block;
	width: 100%;
	height: auto;
	max-height: 400px;
}

.weizhi{
	display: block;
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
	background-image: url(../images/weizhi.png);
	background-repeat: no-repeat;
	background-position: left 16px;
	background-size: auto 20px; 
}
.weizhi li{
	font-size: 14px;
	color: #666666;
	line-height: 44px;
	float: left;
}

.main-title{
	height: 75px;
	text-align: center;
}
.main-title h3{
	font-size: 30px;
	line-height: 44px;
	color: #e03d49;
	font-weight: 400;
	text-align: center;
}
.main-title p{
	font-size: 18px;
	line-height: 31px;
	color: #4c4c4c;
}

.case-list-nav-top{
	display: block;
	justify-content: center;
	height: 48px;
	margin-bottom: 22px;
	text-align: center;
	font-size: 0;
}
.case-list-nav-top a{
	display: inline-block;
	width: 225px;
	height: 48px;
	margin: 0 10px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	background-color: #333333;
	line-height: 48px;
}
.case-list-nav-top a img{
	display: inline-block;
	width: auto;
	height: 26px;
	margin-right: 12px;
	filter:brightness(10);
	-o-filter:brightness(10);
	-ms-filter:brightness(10);
	-moz-filter:brightness(10);
	-webkit-filter:brightness(10);
}
.case-list-nav-top a.active{
	background-color: #d9333f;
}
.index-news-nav a:hover,.case-list-nav-top a:hover{
	background-color: #d9333f;
	color: #ffffff;
}

.case-list-nav{
	display: block;
	height: 57px;
	margin-bottom: 44px;
}
.case-list-nav-dingzhi{
	display: inline-block;
	float: right;
	width: auto;
	height: 35px;
	font-size: 14px;
	color: #d9333f;
	line-height: 33px;
	border: 1px solid #d9333f;
	padding-right: 16px;
	cursor: pointer;
	margin-top: 13px;
}
.case-list-nav-dingzhi span{
	display: inline-block;
	float: left;
	width: 100px;
	height: 100%;
	font-size: 14px;
	color: #fff;
	background-color: #d9333f;
	text-align: center;
	margin-right: 16px;
}
.case-list-nav-left{
	display: inline-block;
	float: left;
	width: auto;
	height: 100%;
	max-width: 920px;
	border-bottom:1px solid #cccccc;
}

.case-list-nav-left li{
	width: 92px;
	text-align: center;
	margin-right: 26px;
	float: left;
	font-size: 16px;
	color: #4c4c4c;
	font-family: "宋体";
	line-height: 57px;
	cursor: pointer;
}
.case-list-nav-left li a{
	display:block;
	width:100%;height:100%;
}
.case-list-nav-left li.active{
	color: #d9333f;
	position: relative;
}
.case-list-nav-left li.active::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #d9333f;
	position: absolute;
	bottom: 0;
	left: 0;
}

.case-list{
	height: auto;
	margin-bottom: 78px;
}
.case-list ul{
	display: block;
	width: 1215px;
	height: auto;
}
.case-list li{
	float: left;
	width: 390px;
	height: 321px;
	background-color: #f5f5f5;
	margin-right: 15px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.case-list li:nth-child(3n){
	margin-right: 0;
}
.case-list-main{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.case-list-main .case-list-main-img{
	display: block;
	width: 100%;
	height: 245px;
	overflow: hidden;
}
.case-list-main-bot{
	display: block;
	width: 100%;
	height: 76px;
	padding: 10px 12px 8px;
}
.case-list-main-bot h3{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	font-family: "宋体";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.case-list-main-bot p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	font-family: "宋体";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.case-list-top{
	display: none;
	width: 80%;
	height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	z-index: 3;
	overflow: hidden;
}
.case-list-top>span{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}
.case-list-top-in{
	display: block;
	width: 100%;
	height: auto;
	padding: 0 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.case-list-top-in h4{
	font-size: 14px;
	color: #d9333f;
	line-height: 36px;
	transform: all 0.5s;
	text-align: center;
}
.case-list-top-in p{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 26px;
	transform: all 0.5s;
}

.case-list-main:hover .case-list-top-in h4{
	font-size: 16px;
	line-height: 46px;
}
.case-list-main:hover .case-list-top-in p{
	font-size: 16px;
	line-height: 36px;
}

.hide{
	display: none;
}

.fenye{
	display: block;
	justify-content: center;
	height: 40px;
	text-align: center;
	font-size: 0;
}
.fenye li{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 2px;
	font-size: 12px;
	color: #999999;
	line-height: 40px;
	text-align: center;
}
.fenye li a{
	display: block;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 100%;
}
.fenye li a img{
	width: 16px;
	height: 16px;
	filter:brightness(0);
	-o-filter:brightness(0);
	-ms-filter:brightness(0);
	-moz-filter:brightness(0);
	-webkit-filter:brightness(0);
	opacity: 0.7;
}
.fenye li.active{
	color: #fff;
	background-color: #d9333f;
}
.fenye li.active a{
	color: #fff;
}
.fenye li:hover a{
	color: #fff;
	background-color: #d9333f;
}
.fenye li:first-child:hover a{
	background: none;
	color: #d9333f;
}
.fenye li:last-child:hover a{
	background: none;
	color: #d9333f;
}
.fenye li:nth-last-child(2):hover a{
	background: none;
}
.fenye li:nth-last-child(2):hover a img{
	filter:brightness(1);
	-o-filter:brightness(1);
	-ms-filter:brightness(1);
	-moz-filter:brightness(1);
	-webkit-filter:brightness(1);
	opacity: 1;
}
.fenye li:nth-child(2):hover a img{
	filter:brightness(1);
	-o-filter:brightness(1);
	-ms-filter:brightness(1);
	-moz-filter:brightness(1);
	-webkit-filter:brightness(1);
	opacity: 1;
}
.fenye li:nth-child(2):hover a{
	background: none;
}

.case-foot{
	display: block;
	font-size: 0;
	flex-wrap: wrap;
	padding: 10px 0 50px;
}
.case-foot::after{
	content: "";
	display: block;
	clear: both;
}
.case-foot-in{
	display: inline-block;
	float: left;
	width: 25%;
	height: 202px;
	justify-content: center;
	text-align: center;
}
.case-foot-in>span{
	display: block;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	border: 1px solid #d9333f;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.case-foot-in>span img{
	width: 60%;
	height: 60%;
	position: absolute;
	top: 22%;
	left: 22%;
}
.case-foot-in h3{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-top: 3px;
}
.case-foot-in p{
	font-size: 16px;
	color: #4c4c4c;
	line-height: 31px;
}
.case-foot-in a{
	display: block;
	width: 160px;
	height: 37px;
	margin: 11px auto 0;
	border: 1px solid #d9333f;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	color: #d9333f;
}
.case-foot-in a:hover{
	background-color: #d9333f;
	color: #fff;
}

/*案例详情*/
.renmen{
	display: flex;
	align-items: center;
	height: 37px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	background-image: url(../images/remen.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size:auto 30px; 
	margin-bottom: 28px;
}
.renmen::after{
	display: block;
	content: "";
	width: 132px;
	height: 1px solid #414141;
}  
.renmen h4{
	font-size: 24px;
	color: #333333;
	padding-left: 36px;
}
.renmen h4 span{
	font-size: 16px;
	color: #b2b2b2;
	text-transform: uppercase;
	padding-left: 12px;
}
.renmen a{
	display: flex;
	font-size: 16px;
	color: #686868;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.renmen a:hover{
	color: #d9333f;
}

.renmen-tuijian{
	display: block;
	height: auto;
	font-size: 0;
}
.renmen-nav{
	display: inline-block;
	float: left;
	width: 380px;
	height:350px;
	margin-right: 30px;
}
.renmen-nav:nth-child(3n){
	margin-right: 0;
}
.renmen-nav>span{
	display: block;
	width: 100%;
	height: 277px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.renmen-nav>span a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.5s;
}
.renmen-nav>a{
	font-size: 18px;
	color: #1a1a1a;
	line-height: 50px;
	padding: 0 12px;
	display: block;
	height: 50px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.renmen-nav>span:hover a{
	transform: scale(1.08);
	-o-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform:scale(1.08);
	-webkit-transform:scale(1.08);
}

.main-case1{
	display: block;
	height: auto;
	position: relative;
}
.main-case1-right{
	display: inline-block;
	width: 350px;
	height: auto;
	float: right;
	margin-bottom: 100px;
}

.case1-right-top{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.case1-right-head{
	display: flex;
	width: 100%;
	height: 47px;
	line-height: 47px;
	align-items: center;
	position: relative;
	padding: 0 95px 0 5px;
	background-color: #ededed;
}
.case1-right-head h3{
	font-size: 16px;
	color: #d9333f;
	font-weight: bold;
}
.case1-right-head a{
	font-size: 16px;
	color: #686868;
	height: 100%;
	align-items: center;
	display: flex;
	padding-right: 18px;
	position: absolute;
	right: 4px;
	top: 0;
	background-image: url(../images/banner-qian3.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 16px;
	filter:brightness(0);
	-o-filter:brightness(0);
	-ms-filter:brightness(0);
	-moz-filter:brightness(0);
	-webkit-filter:brightness(0);
	opacity: 0.7;
}
.case1-right-head  a:hover{
	color: #d9333f !important;
	filter:brightness(1);
	-o-filter:brightness(1);
	-ms-filter:brightness(1);
	-moz-filter:brightness(1);
	-webkit-filter:brightness(1);
	opacity: 1;
}
.case1-right-list{
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin-bottom: 18px;
}
.case1-right-list span{
	display: block;
	width: 100%;
	height: 202px;
	overflow: hidden;
}
.case1-right-list span img{transition: all 0.5s;}
.case1-right-list a{
	font-size: 16px;
	color: #333333;
	line-height: 38px;
	padding: 0 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.case1-right-list:hover img{
	transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform:scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform:scale(1.08);
}
.main-case1-left{
	display: inline-block;
	width: 800px;
	overflow-x: hidden;
	margin-bottom: 100px;
}
.main-case1-left p{
	font-size: 14px;
	color: #808080;
	line-height: 25px;
	margin: 20px 0;
}
.main-case1-left h4{
	font-size: 26px;
	color: #d9333f;
	line-height: 36px;
}
.main-case1-left h1{
	margin-top: 15px;
	font-size: 38px;
	color: #d9333f;
	text-align: center;
	font-family: "宋体";
	line-height: 56px;
}
.main-case1-left h6{
	font-size: 28px;
	color: #4c4c4c;
	line-height: 46px;
	text-align: center;
	font-family: "宋体";
	margin-bottom: 12px;
}
/**/

.news-nav a{
	width: 140px;
	height: 40px;
	line-height: 40px;
}
.news-list{
	height: auto;
}
.news-list li{
	display: block;
	width: 100%;
	height: 161px;
	background-color: #f0f0f0;
	border-left: 2px solid #f0f0f0;
	margin-bottom: 20px;
	font-size: 0;
	box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
	cursor:pointer;
	overflow: hidden;
}
.news-list li:hover{
	background-color: #d9333f;
	border-color: #d9333f;
}
.news-list-img{
	display: inline-block;
	width: 183px;
	height: 100%;
	margin-right: 26px;
	float: left;
}
.news-list-main{
	display: inline-block;
	float: left;
	width: 868px;
	padding-right: 38px;
	padding-top: 17px;
}
.news-list-main h3{
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	color: #4c4848;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.news-list-main p{
	margin-top: 16px;
	font-size: 14px;
	line-height: 22px;
	color: #4c4848;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-family: "宋体";
}
.news-list li:hover .news-list-main h3 a,
.news-list li:hover .news-list-main p{
	color: #fff;
}
.news-right{
	display: inline-block;
	width: 120px;
	float: right;
	height: 100%;
	padding-top: 17px;
}
.news-right h3{
	font-size: 30px;
	line-height: 37px;
	color: #8b8b8b;
}
.news-right p{
	font-size: 14px;
	line-height: 20px;
	color: #858383;
}
.news-list li:hover .news-right h3,
.news-list li:hover .news-right p{
	color: #fff;
}
.news-right span{
	display: block;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border: 1px solid #909090;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 27px;
	position: relative;
	padding: 4px;
}
.news-right span img{
	width: 100%;
	height: 100%;
}
.news-right span img:nth-child(1){
	display: none;
}


.news-list li:hover .news-right span{
	border-color: #fff;
}

.news-list li:hover .news-right span img:nth-child(2){
	display: none;
}
.news-list li:hover .news-right span img:nth-child(1){
	display: block;
}
/*新闻详情*/
.news-main{
	display: block;
	padding: 70px 48px 0;
}

.news-head h2{
	font-size: 28px;
	line-height: 50px;
	color: #333333;
	text-align: center;
	padding: 0 40px;
}
.news-head p{
	font-size: 13px;
	color: #737373;
	line-height: 24px;
	margin: 14px 0 23px;
	text-align: center;
}
.news-head p span{
	padding: 0 20px;
}
.main-news p{
	font-size: 14px;
	line-height: 32px;
	color: #383838;
	text-indent: 2em;
}
.main-news img{
	display: block;
	margin: 10px auto;
}
.news-zuoze{
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #919191;
}
.news-zuoze a{
	color: #919191;
}
.news-fenxiang{
	display: block;
	width: 1100px;
	height: 102px;
	border-top: 1px #cccccc dashed;
	border-bottom: 1px #cccccc dashed;
	margin: 0 auto;
	padding: 30px 0;
}
.news-fanhui{
	display: inline-block;
	width: 136px;
	height: 40px;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	padding-left: 15px;
	float: right;
	background-color:#d73c2e;
	background-image:url(../images/fanhui.png);
	background-position: 30px center;
	background-repeat: no-repeat;
	background-size: auto 16px;
}

.search-left li a:hover{
	color: #d73c2e;
}

.news-fenxiang em {
	display: inline-block;
	float: left;
	line-height: 40px;
	color: #666666;
}

.fenxiang-in {
	display: inline-block;
	float: left;
	height: 40px;
}

.fenxiang-in a {
	display: inline-block;
	float: left;
	width: 40px !important;
	height: 40px !important;
	border-radius: 100% !important;
	background-color: #cccccc;
	margin: 0 4px;
}

.fenxiang-in a:first-child {
	background-image: url(../images/weixin.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70% 70%;
}

.fenxiang-in .fx_a2 {
	background-image: url(../images/lianxi-qq1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65% 65%;
}

.fenxiang-in .fx_a3 {
	background-image: url(../images/weibo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70% 70%;
}

.fenxiang-in a:hover {
	background-color: #d73c2e;
}

.tiaozhuan{
	display: block;
	width: 1100px;
	height: 62px;
	margin: 0 auto 50px;
}
.tiaozhuan a{
	display: inline-block;
	max-width: 550px;
	line-height: 62px;
	font-size: 12px;
	color: #383838;
	float: left;
}
.tiaozhuan a:nth-child(2){
	float: right;
}
.tiaozhuan a:hover{
	color: #d73c2e;
}


/*联系我们*/
.lianxi-fshi {
	height: 271px;
	overflow: hidden;
}
.lianxi-fshi ul{
	display: block;
	width: 1218px;
	height: 271px;
}
.lianxi-fshi li {
	float: left;
	margin-right: 18px;
	width: 286px;
	height: 271px;
	border-radius: 7px;
	border: 1px solid #d73c2e;
	position: relative;
	color: #d73c2e;
	transition: color 0.6s;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.lianxi-fshi li:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	background-color: none;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: -1;
	transition: all 0.4s;
}

.lianxi-fshi li:hover:after {
	/*width: 100%;*/
	height: 100%;
	background-color: #d73c2e;
}

.lianxi-fshi li:hover {
	color: #fff;
	border: none;
	padding: 1px;
}


/*.lianxi-fshi li:hover{border: none;padding: 1px;}*/

.lianxi-fshi li:last-child {
	margin-right: 0;
}

.lianxi-fshi-img {
	width: 113px;
	height: 113px;
	border-radius: 100%;
	background-color: #d73c2e;
	overflow: hidden;
	margin: 20px auto;
	transition: background-color 0.6s;
	position: relative;
}

.lianxi-fshi-img img {
	display: block;
	margin: 0 auto;
}

.lianxi-fshi-img span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.2s;
}

.lianxi-fshi li:hover .lianxi-fshi-img span {
	z-index: 99;
}

.lianxi-fshi li:hover .lianxi-fshi-img {
	background-color: #fff;
}

.lianxi-fshi-bot {
	/* padding: 19px 40px 0; */
	/* margin-top: 29px; */
	text-align: center;
	position: relative;
	width: 100%;
}

.lianxi-fshi-bot:after {
	display: block;
	content: "";
	width: 48px;
	height: 2px;
	background-color: #d73c2e;
	position: absolute;
	top: 0;
	left: 41%;
	transition: background-color 0.5s;
}

.lianxi-fshi li:hover .lianxi-fshi-bot:after {
	background-color: #fff;
}

.lianxi-fshi-bot h4 {
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.lianxi-fshi-bot a {
	color: #d73c2e;
	transition: color 0.6s;
}

.lianxi-fshi-bot p {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*display: -webkit-box;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #d73c2e;
	transition: color 0.6s;
}

.lianxi-fshi li:hover .lianxi-fshi-bot a,
.lianxi-fshi li:hover .lianxi-fshi-bot p {
	color: #fff;
}

.lianxi-cche {
	height: 79px;
	margin: 0 auto 32px;
	overflow: hidden;
	border-radius: 8px;
	background-color:#f5f5f5;
	background-image:url(../images/qiche.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 75px 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lianxi-cche h2 {
	line-height: 79px;
	color: #4c4c4c;
	padding-left: 82px;
	font-size: 24px;
	display: inline-block;
	float: left;
	max-width: 600px;
}

.lianxi-cche a {
	display: inline-block;
	float: right;
	margin-right: 40px;
	color: #d73c2e;
	line-height: 79px;
	font-size: 20px;
	padding-left: 36px;
	background-image: url(../images/s.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.lianxi-luxian {
	/* height: 200px; */
	border-radius: 6px;
	border: 1px solid #d9d9d9;
	margin-bottom: 50px;
	display: flex;
}

.lianxi-luxian>div {
	display: inline-block;
	float: left;
	width: 33.3%;
	/* height: 100%; */
	border-right: 1px solid #d9d9d9;
	padding: 0 30px;
}

.lianxi-luxian>div:last-child {
	border: none;
}

.lianxi-luxian>div h3 {
	font-size: 24px;
	color: #4c4c4c;
	line-height: 54px;
	padding-top: 10px;
}

.lianxi-luxian>div p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-box-orient: vertical;
	-webkit-line-clamp: 2; */
	margin-bottom: 30px;
}

.lianxi-ditu {
	height: 478px;
	overflow: hidden;
	margin-bottom: 66px;
}

.ditu {
	width: 673px;
	height: 478px;
	overflow: hidden;
	display: inline-block;
	float: left;
}

.lianxi-liuyan {
	width: 492px;
	height: 478px;
	overflow: hidden;
	display: inline-block;
	float: right;
}

.lianxi-liuyan h3 {
	color: #666666;
	font-size: 18px;
	line-height: 80px;
	font-weight: 550;
}

.lianxi-liuyan h3 span {
	font-size: 12px;
	padding-left: 12px;
}

.lianxi-liuyan tr {
	padding-bottom: 11px;
}

.lianxi-liuyan td p {
	color: #666666;
	padding: 0 20px 0 5px;
	position: relative;
}

.lianxi-liuyan td input {
	width: 401px;
	height: 36px;
	padding-left: 20px;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	color: #333;
}

.lianxi-liuyan td textarea {
	width: 401px;
	height: 140px;
	padding-left: 20px;
	border-radius: 2px;
	padding-top: 8px;
	line-height: 24px;
	color: #333;
	border: 1px solid #e6e6e6;
}

.lianxi-yan {
	position: relative;
}

.lianxi-yan:after {
	content: "内容";
	position: absolute;
	top: -60px;
	color: #666;
}

.lianxi-liuyan em {
	display: block;
	text-align: right;
	padding-right: 42px;
	font-size: 12px;
	color: #8c8c8c;
	line-height: 30px;
}

.lianxi-liuyan em span {
	color: red;
}

.lianxi-liuyan button {
	width: 376px;
	height: 39px;
	border-radius: 3px;
	border: none;
	background-color: #d73c2e;
	color: #fff;
	text-align: center;
	line-height: 39px;
	font-size: 12px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.weizhi li {
	float: left;
}

.weizhi li,
.weizhi li a {
	color: #666666;
	line-height: 50px;
}
.main-banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main-banner img {
	height: auto;
	width: 100%;
}
/*关于我们*/
.about-top{
	display: block;
	height: 340px;
	overflow: hidden;
}
.about-top-left{
	display: inline-block;
	float: left;
	width: 660px;
	height: 340px;
	position: relative;
}
.about-top-left::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 8px solid rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.about-top-right{
	display: inline-block;
	float: right;
	width: 496px;
	height: 100%;
}
.about-top-right h2{
	font-size: 30px;
	color: #d9333f;
	line-height: 53px;
}
.about-top-right h5{
	font-size: 18px;
	color: #4c4c4c;
	line-height: 27px;
	margin-bottom: 20px;
}
.about-top-right p{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}
.about-nav{
	display: block;
	height: 120px;
	margin: 42px auto 63px;
	box-sizing: border-box;
	border: 1px solid #d9333f;
	border-left: none;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
.about-nav>div{
	display: inline-block;
	float: left;
	width: 25%;
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 15px 0 25px;
	text-align: center;
}
.about-nav>div:nth-child(odd){
	background-color: #d9333f;
	color: #fff;
}
.about-nav>div:nth-child(even){
	background-color: #fff;
	color: #d9333f;
}
.about-nav>div h3{
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.about-nav>div h3 span{
	font-size: 38px;
	font-weight: bold;
	padding-right: 10px;
}
.about-nav>div p{
	font-size: 16px;
}
.lishi{
	display: block;
	height: 557px;
	/* background-image: url(../images/about-bg_06.jpg); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	position: relative;
}
.lishi::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.about-lishi-main{
	height: 100%;
	/*position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform:translateX(-50%);*/
	z-index: 99;
}
.about-lishi{
	display: block;
	width: 100%;
	height: 100%;
}
.about-lishi-title{
	display: block;
	height: 181px;
	width: 100%;
	text-align: center;
	padding-top: 56px;
}
.about-lishi-title h3{
	font-size: 30px;
	color: #e03d49;
	line-height: 46px;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.about-lishi-title h3::after{
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #d9333f;
	position: absolute;
	left: 110%;
	top: 50%;
}
.about-lishi-title h3::before{
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #d9333f;
	position: absolute;
	right: 110%;
	top: 50%;
}
.about-lishi-title p{
	font-size: 18px;
	color: #4c4c4c;
	line-height: 36px;
}
.about-swiper{
	padding: 0 50px;
}
.about-swiper,.about-swiper .swiper-wrapper{
	width: 1200px;
	height: 302px;
}
.about-swiper .swiper-slide{
	width: 195px !important;
	height: 100%;
}

.about-swiper .swiper-button-next,
.about-swiper .swiper-button-prev{
	filter:brightness(0);
	-o-filter:brightness(0);
	-ms-filter:brightness(0);
	-moz-filter:brightness(0);
	-webkit-filter:brightness(0);
	cursor: pointer;
	opacity: 0.5  !important;
}
.about-swier-in{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	position: relative;
	justify-content: center;
}
.about-swiper .swiper-slide:nth-child(odd) .about-swier-in{
	align-items: flex-start;
	padding-bottom: 30px;
}
.about-swiper .swiper-slide:nth-child(even) .about-swier-in{
	align-items: flex-end;
	padding-top: 30px;
}
.about-swier-in::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #acacac;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	left:0;
}
.about-swiper .swiper-slide:first-child .about-swier-in::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #acacac;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	left:30%;
}
.about-swiper .swiper-slide:last-child .about-swier-in::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #acacac;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	left: auto;
	right:20%;
}
.about-swier-in::before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(../images/about-yuan.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% 100%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	z-index: 3;
}
.about-swiper .swiper-slide:nth-child(odd) .about-swier-in>div:nth-child(1){
	display: block;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 3px solid #fff;
	overflow: hidden;
	margin: 0 auto;
	line-height: 128px;
}
.about-swiper .swiper-slide:nth-child(odd) .about-swier-in>div:nth-child(2){
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

.about-swiper .swiper-slide:nth-child(even) .about-swier-in>div:nth-child(1){
	display: block;
	margin: 0 auto;
	line-height: 128px;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 3px solid #fff;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-o-transform:translateX(-50%); 
	-ms-transform:translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.about-swiper .swiper-slide:nth-child(even) .about-swier-in>div:nth-child(2){
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	bottom: 172px;
	left: 50%;
	transform: translateX(-50%);
	-o-transform:translateX(-50%); 
	-ms-transform:translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
	padding-bottom: 28px;
}
.about-swiper .swiper-slide:nth-child(even) .about-swier-in>div:nth-child(2) h4{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-o-transform:translateX(-50%); 
	-ms-transform:translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}


.about-swier-in>div h4{
	font-size: 18px;
	color: #4c4c4c;
	line-height: 28px;
}
.about-swier-in>div p{
	font-size: 16px;
	color: #808080;
	line-height: 28px;
}
.about-title{
	display: block;
	height: 82px;
	text-align: center;
}
.about-title h3{
	font-size: 30px;
	color: #e03d49;
	line-height: 46px;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.about-title h3::after{
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #d9333f;
	position: absolute;
	left: 110%;
	top: 50%;
}
.about-title h3::before{
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background-color: #d9333f;
	position: absolute;
	right: 110%;
	top: 50%;
}
.about-title p{
	font-size: 18px;
	color: #4c4c4c;
	line-height: 36px;
}
.about-zheng{
	height: auto;
	font-size: 0;
	position: relative;
	width: 1220px;
	transform: translateX(10px);
}
.about-zheng::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.about-zheng-in{
	display: inline-block;
	width: 285px;
	height: 260px;
	border: 1px solid #e6e6e6;
	margin-right: 20px;
	float:left
}
.about-zheng-in:nth-child(4n){
	margin-right: 0;
}
.about-zheng-img{
	display: block;
	width: 100%;
	height: 215px;
	border-bottom: 1px solid #e6e6e6;
	padding: 9px;
}
.about-zheng-img img{border: 1px solid #e6e6e6;}
.about-zheng-in p{
	padding: 0 20px;
	font-size: 15px;
	color: #666666;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-align: center;
}
.about-tuandui{
	display: block;
	height: auto;
	margin-bottom: 70px;
}
.about-tuandui li{
	float: left;
	width: 290px;
	height: 517px;
	margin-right: 10px;
}
.about-tuandui li:nth-child(4n){
	margin-right: 0;
}
.about-tuandui li span{
	display: block;
	width: 100%;
	height: 222px;
	overflow: hidden;
	margin-bottom: 10px;
}
.about-tuandui li span:nth-child(2){
	margin-bottom: 0px;
}
.about-tuandui li:nth-child(2n-1) span:nth-child(1){
	display: block;
	width: 100%;
	height: 222px;
	margin-bottom: 10px;
}
.about-tuandui li:nth-child(2n-1) span:nth-child(2){
	display: block;
	width: 100%;
	height: 285px;
}
.about-tuandui li:nth-child(2n) span:nth-child(2){
	display: block;
	width: 100%;
	height: 222px;
}
.about-tuandui li:nth-child(2n) span:nth-child(1){
	display: block;
	width: 100%;
	height: 285px;
	margin-bottom: 10px;
}

/*私家电梯*/
.sijia-foot{
	height:210px;
	margin-bottom: 80px;
	font-size: 0;
}
.sijia-foot li{
	float: left;
	width: 200px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.sijia-foot li h3{
	font-size: 16px;
	color: #cd0623;
	line-height: 22px;
	margin-bottom: 10px;
}
.sijia-foot li h3 span{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #cd0623;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	margin-left: 6px;
	color: #fff;
}
.sijia-foot li p{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.sijia-foot li>div{
	width: 103px;
	height: 103px;
	border-radius: 50%;
	border:1px solid #4d4d4d;
	margin: 0 auto 18px;
	align-items: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	display: block;
	position: relative;
	padding: 25px;
}
.sijia-foot li:hover p{
	color: #cd0623;
}
.sijia-foot li>div img{
	width: 100%;
	height: auto;
	filter:brightness(0);
	-o-filter:brightness(0);
	-ms-filter:brightness(0);
	-moz-filter:brightness(0);
	-webkit-filter:brightness(0);
	opacity: 0.6;
}
.sijia-foot li:hover>div{
	border-color: #d9333f;
}
.sijia-foot li:hover>div img{
	filter:brightness(1);
	-o-filter:brightness(1);
	-ms-filter:brightness(1);
	-moz-filter:brightness(1);
	-webkit-filter:brightness(1);
	opacity: 1;
}
.sijia-foot li::after{
	display: block;
	content: "";
	width: 28px;
	height: 28px;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:100% 100%; 
	position: absolute;
	top: 38px;
	right: -16px;
	filter:brightness(0);
	-o-filter:brightness(0);
	-ms-filter:brightness(0);
	-moz-filter:brightness(0);
	-webkit-filter:brightness(0);
	opacity: 0.5;
}
.sijia-foot li:last-child::after{opacity: 0}

.sijia-chanpin{
	display: block;
	text-align: center;
	height: auto;
	font-size: 0;
}
.sijia-chanpin .sijia-chanpin-in{
	display: inline-block;
	width: 385px;
	height: 241px;
	overflow: hidden;
	margin: 0 20px 23px 0;
}
.sijia-chanpin .sijia-chanpin-in:nth-child(3n){margin-right: 0;}
.sijia-chanpin .sijia-chanpin-in>div{
	display: flex;
	width: 100%;
	height: 185px;
	border: 1px solid #d9d9d9;
	border-bottom: 0;
	align-items: center;
	justify-content: center;
}
.sijia-chanpin .sijia-chanpin-in>span{
	display: block;
	width: 100%;
	height: 56px;
	background-color: #d9333f;
	color: #fff;
	text-align: center;
	padding-top: 8px;
}
.sijia-chanpin .sijia-chanpin-in>span p{
	font-size: 14px;
	padding: 0 20px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sijia-suixing{
	display: block;
	height: auto;
}

.suixing-ing{
	display: block;
	width: 100%;
	height: 367px;
	font-size: 0;
}
.suixing-ing>div{
	display: inline-block;
	float: left;
	width: 50%;
	height: 100%;
}
.suixing-ing:nth-child(2n)>div:nth-child(1){float: right;}
.suixing-main h3{
	text-align: center;
	font-size: 28px;
	color: #333333;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.suixing-main{
	padding-top: 45px;
}
.suixing-main h4{
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-transform: uppercase;
}
.suixing-main>div{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 18px;
	margin-bottom: 21px;
	font-size: 0;
}
.suixing-main>div span{
	display: inline-block;
	width: 50%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #808080;
	text-align: right;
}
.suixing-main>div span:nth-child(2n-1){
	
	padding-right: 20px;
}
.suixing-main>div span:nth-child(2n){
	padding-left: 20px;
	text-align: left;
}
.suixing-main>div span em{
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #666666;
	margin-right: 10px;
}
.suixing-main a{
	display: block;
	width: 200px;
	height: 44px;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #d9333f;
	font-size: 16px;
	color: #d9333f;
	margin: 0 auto;
	line-height: 40px;
	transition: all 0.3s;
}
.suixing-main a img{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 8px;
}
.suixing-main a:hover{
	width: 240px;
	border-radius: 5px;
}

.sijia-biaozhi .index-biaozhi-list-in h3,
.sijia-biaozhi .index-biaozhi-list-in p{
	color: #fff;
}
.sijia-biaozhi .index-biaozhi-list-in span img{
	filter:brightness(10);
	-o-filter:brightness(10);
	-ms-filter:brightness(10);
	-moz-filter:brightness(10);
	-webkit-filter:brightness(10);
}
.bieshu{
	height: 620px;
}

.bieshu-qiehuan {
	width: 100%;
	height: 620px;
	overflow: hidden;
}

.slideBox-bieshu {
	width: 100%;
	overflow: hidden;
	height: 620px;
	position: relative;
}

.slideBox-bieshu .hd {
	height: 94px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	font-size: 0;
	padding-top: 12px;
}

.slideBox-bieshu .hd ul {
	zoom: 1;
	float: left;
}

.slideBox-bieshu .hd ul li {
	float: left;
	margin-right: 60px;
	width: 255px;
	height: 80px;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	position: relative;
	padding-top: 8px;
}
.slideBox-bieshu .hd ul li:nth-child(4n){
	margin-right: 0;
}
.slideBox-bieshu .hd ul li.on {
	color: #fff;
	background-color: #d9333f;
	border-color: #d9333f;
	position: relative;
}
.slideBox-bieshu .hd ul li.on::after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-bottom: 12px solid #d9333f;
	border-right: 8px solid transparent;
	position: absolute;
	left: 50%;
	top: -12px;
	transform: translateX(-50%);
	-o-transform:translateX(-50%); 
	-ms-transform:translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.slideBox-bieshu .hd ul li h3{
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin: 0;
}
.slideBox-bieshu .hd ul li h3 span{
	display: inline-block;
	width: 20px;
	height: 7px;
	background-color: #666666;
	margin-right: 8px;
	margin-bottom: 4px;
}

.slideBox-bieshu .hd ul li p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	text-align: center;
}
.slideBox-bieshu .hd ul li.on h3{
	color: #fff;
}
.slideBox-bieshu .hd ul li.on p{
	color: #fff;
}
.slideBox-bieshu .hd ul li.on h3 span{
	background-color: #fff;
}



.slideBox-bieshu .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	width: 1200px;
	height: 507px;
	overflow: hidden;
}

.slideBox-bieshu .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 1200px;
	height: 507px;
	box-shadow:1px 1px 3px 3px rgba(0, 0, 0. 0.1);
	position: relative;
}
.sijia-bieshu{
	display: block;
	width: auto;
	height: 100%;
}
.sijia-bieshu img{
	height: 100%;
	height: 100%;
}
.sijia-right{
	display: block;
	width: 614px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	background-image: url(../images/sijia-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size:100% 100%; 
	padding-left: 110px;
	color: #fff;
	padding-top: 66px;
	padding-right: 78px;
}
.sijia-right h3{
	font-size: 26px;
	line-height: 46px;
}
.sijia-right p{
	font-size:14px;
	line-height: 28px;
	margin: 20px 0 26px;
}
.sijia-right a{
	display: inline-block;
	width: 152px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	margin-right: 20px;
	padding-left: 25px;
	background-image: url(../images/sijia4-1.png);
	background-position: 33px center;
	background-repeat: no-repeat;
	background-size:auto 16px;  
	filter:brightness(10);
	-o-filter:brightness(10);
	-ms-filter:brightness(10);
	-moz-filter:brightness(10);
	-webkit-filter:brightness(10);
}
.sijia-right a:nth-child(2){
	background-image:url(../images/sijia6-1.png) !important;
}



/*别墅定制优势*/
.dingzhi-youshi{
	display: block;
	width: 1200px;
	height: auto;
	text-align: center;
	margin: 0 auto 100px;
	font-size: 0;
	position: relative;
}
.dingzhi-youshi>div{
	display: inline-block;
	width: 50%;
	height: 230px;
	padding-top: 40px;
}
.dingzhi-youshi>div span{
	display: block;
	width: 68px;
	height: 68px;
	margin: 0 auto;
}
.dingzhi-youshi>div span img{
	max-width: 100%;
	max-height: 100%;
}
.dingzhi-youshi>div h3{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.dingzhi-youshi>div h4{
	height: 28px;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.dingzhi-youshi>div p{
	height: 32px;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.dingzhi-youshi>div:last-child{
	display: block;
	margin: 0 auto;
	height: 180px;
	padding-top: 0px;
}
.dingzhi-youshi>div:nth-last-child(2){
	padding-left: 60px;
}
.dingzhi-youshi>div:nth-last-child(3){
	padding-right: 60px;
}


.dingzhi-youshi>span{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid #f45e69;
    overflow: hidden;
    position: absolute;
    left: 42%;
    top: 180px;
    padding: 25px 0 35px;
}
.dingzhi-youshi>span h3{
	font-size: 60px;
	color: #f45e69;
}
.dingzhi-youshi>span p{
	font-size: 24px;
	color: #666666;
}


.pinzhi-list{
	display: block;
	width: 1200px;
	height: 410px;
	font-size: 0;
	margin-bottom: 70px;
	margin: 0 auto 70px;
}
.pinzhi-list>div{
	display: inline-block;
	width: 50%;
	height: 100%;
	position: relative;
}
.pinzhi-list:nth-child(2n)>div:nth-child(2n-1){
	float: right;
	padding-left: 68px;
}
.pinzhi-list:nth-child(2n-1)>div:nth-child(2n){
	float: right;
	width: 527px;
}
.pinzhi-list>div h2{
	    font-size: 56px;
    line-height: 62px;
    color: #987243;
    font-weight: normal;
}
.pinzhi-list>div h4{
	font-size: 26px;
	color: #1a1a1a;
	line-height: 40px;
	    margin-bottom: 6px;
	font-weight: normal;
}
.pinzhi-list>div p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	    margin-bottom: 8px;
}
.pinzhi-list:nth-child(2n)>div:nth-child(2n-1) p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.pinzhi-list:nth-child(2n)>div:nth-child(2n-1) h2{
	    margin-top: 26px;
}
.pinzhi-list:nth-child(2n-1)>div:nth-child(2n-1) p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.pinzhi-list:nth-child(2n-1)>div:nth-child(2n-1) span{
	display: block;
	width: 100%;
	height: 130px;
}
/*.pinzhi-list:nth-child(1)>div:nth-child(2n-1) p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.pinzhi-list:nth-child(1)>div:nth-child(2n-1) h2{
	margin-top: 20px;
}
.pinzhi-list:nth-child(1)>div:nth-child(2n-1) p{
	margin-top: 20px;
}
.pinzhi-list:nth-child(1)>div:nth-child(2n-1) span{
	display: block;
	max-width: 300px;
	height: 150px;
	position: absolute;
	bottom: 22px;
	right: 20px;
	text-align: right;
}*/
.bieshu-zhuanti .pinzhi-list:nth-child(3){
	margin-bottom: 0;
}
.zhuanti-more{
	display: block;
	width: 150px;
	height: 60px;
	line-height: 60px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #666666;
	margin: 40px auto 0;
	cursor: pointer;
}
.zhuanti-more p{
	display: inline-block;
}
.zhuanti-more span{
	display: inline-block;
	    padding-left: 4px;
	width: 26px;
	height: 16px;
	align-items: center;
	justify-content: center;
	margin-left: 6px;
	filter:brightness(0);
	-o-filter:brightness(0);
	-ms-filter:brightness(0);
	-moz-filter:brightness(0);
	-webkit-filter:brightness(0);
	opacity: 0.6;
	transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-ms-transform:rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-webkit-transform:rotateZ(90deg);
}
.dianjia-zhankai{
	margin-top: 70px;
	display: none;
}


.lianx-li{
	display: block;
	width: 1200px;
	height: 60px;
	margin: 18px auto 10px;
}
.lianx-li li{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	margin-right: 15px;
	float: left;
}


/*联系网点*/
.lianxi-wangdian{
	display: block;
	width: 100%;
	margin: 53px auto 55px;
	height: 500px;
	background-color: #f5f5f5;
}
.lianxi-wangdian-in{
	display: block;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 37px;
}
.wangdian{
	display: block;
	width: 100%;
	height: 293px;
	overflow: hidden;
	margin-top: 42px;
}

.wangdian-swiper{
	display: block;
	height: 100%;
	background-color: #f5f5f5;
}
.wangdian-swiper .swiper-slide{
	height: 214px;
	width: 380px;
	margin-bottom: 200px !important;
	background-color: #fff;
}
.wangdian-swiper .swiper-pagination{
	position: absolute;
	top: auto;
	bottom: 0px !important;
}


.wangdian-swiper .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 100%;
	background-color: #fff;
	opacity: 1;
}
.wangdian-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #d73c2e
}


.wangdian-in{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 35px 0 30px;
}
.wangdian-in h3{
	font-size: 24px;
	font-weight: bold;
	color: #4c4c4c;
	width: 100%;
	text-align: center;
}
.wangdian-in h4{
	font-size: 18px;
	color: #4c4c4c;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
.wangdian-in span{
	display: block;
	width: 108px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #d73c2e;
	color: #fff;
	margin: 0 auto;
}
.wangdian-in p{
	width: 100%;
	color: #999;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.wangdian-in div{
	width: 100%;
	display: block;
	height: auto;
}

/*专题页*/
.kua-title{
	display: block;
	width: 1200px;
	height: 78px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.kua-title::after{
	content: "";
	display: block;
	width: 180px;
	height: 1px;
	background-color: #d9d9d9;
	position: absolute;
	top: 44px;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.kua-title::before{
	content: "";
	display: block;
	width: 42px;
	height: 5px;
	background-color: #d9333f;
	position: absolute;
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
	z-index: 5;
}
.kua-title span{
	font-size: 30px;
	color: #d9333f;
	line-height: 42px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
}
.kua-title p{
	font-size: 18px;
	color: #4c4c4c;
	line-height: 31px;
}

.dianti-swiper{
	display: block;
	width: 1200px;
	height: 446px;
	margin: 0 auto;
	padding-top: 3px;
}

.dianti-swiper .swiper-slide{
	display: block;
	width: 100%;
	height: 100%;
}

.dianti-swiper-in{
	display: block;
	width: 948px;
	height: 376px;
	margin: 0 auto;
	background-color: #d9333f;
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
	position: relative;
}
.dianti-swiper .swiper-pagination{
	position: absolute;
	top: auto;
	bottom: 0px !important;
}
.dianti-swiper .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 100%;
	background-color: #e8e7e7;
	opacity: 1;
}
.dianti-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #d9333f;
}
.dianti-swiper-left{
	display: block;
	width: 500px;
	height: 377px;
	-webkit-mask: url(../images/dianti-s.png) no-repeat;
    -webkit-mask-size: 500px 377px;
    position: absolute;
    top: -1px;
    left: 0;
}
.dianti-swiper-left img{
	width: 100%;
	height: 100%;
}
.dianti-swiper-right{
	display: block;
	width: 398px;
	float: right;
	padding-right: 60px ;
	padding-top: 50px;
}

.dianti-swiper-right h3{
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	margin-bottom: 14px;
	font-weight: bold;
}
.dianti-swiper-right p{
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	margin-bottom: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.dianti-swiper-right span{
	display: block;
	width: 100%;
	height: 32px;
}
.dianti-swiper-right span a{
	display: inline-block;
	width: 120px;
	height: 32px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #000000;
	margin-right: 18px;
	background-color: #fff;
	text-align: center;
	line-height: 32px;
}
.dianti-swiper-right span a:nth-child(2){
	background-color: #000;
	color: #fff;
}
.dianti-swiper-right span a img{
	width: auto;
	height: 14px;
	margin-right: 8px;
	display: inline-block;
}

.dianti-swiper .swiper-button-next,
.dianti-swiper .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 62px;
	height: 62px;
	z-index: 10;
	transform: translateY(-60%) !important;
	-o-transform:  translateY(-60%) !important;
	-ms-transform: translateY(-60%) !important;
	-moz-transform:  translateY(-60%) !important;
	-webkit-transform: translateY(-60%) !important;
	cursor: pointer;
	background-size: 62px 62px;
	background-position: center;
	background-repeat: no-repeat
}
.dianti-swiper .swiper-button-prev,
.dianti-swiper .swiper-container-rtl .swiper-button-next {
	background-image: url("../images/shangyige.png");
	left: 10px;
	right: auto
}
.dianti-swiper .swiper-button-next,
.dianti-swiper .swiper-container-rtl .swiper-button-prev {
	background-image: url("../images/shangyige.png");
	right: 10px;
	left: auto;
	transform: rotateZ(180deg) translateY(60%) !important;
	-o-transform: rotateZ(180deg) translateY(60%) !important;
	-ms-transform:rotateZ(180deg) translateY(60%) !important;
	-moz-transform: rotateZ(180deg) translateY(60%) !important;
	-webkit-transform:rotateZ(180deg) translateY(60%) !important;
}

.kua-img{
	display: block;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.kua-img img{
	width: 100%;
	height: auto;
}
.kua-tedian{
	display: block;
	flex-wrap: wrap;
	width: 1200px;
	height: 520px;
	margin: 26px auto 74px;
	font-size: 0;
}
.kua-tedian::after{
	content: "";
	display: block;
	clear: both;
}
.kua-tedian-in{
	display: inline-block;
	float: left;
	width: 33.33%;
	height: 260px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.kua-tedian-in img{
	width: 100%;
	height: 100%;
}
.kua-tedian-in:nth-child(even){
	border: 1px solid #d9d9d9;
	padding: 42px 0 40px;
}
.kua-tedian-in h3{
	font-size: 18px;
	color: #333333;
	width: 100%;
	text-align: center;
}
.kua-tedian-in p{
	font-size: 12px;
	color: #333333;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 8px;
}
.kua-tedian-in a{
	font-size: 12px;
	color: #d9333f;
	display: block;
	width: 146px;
	height: 30px;
	align-items:center;
	justify-content: center;
	border: 1px solid #d9333f;
	margin: 0 auto;
	line-height: 28px;
}

.kua-tedian-in div{
	display: block;
	width: 100%;
	height: 68px;
	margin: 8px auto 12px;
}
.kua-tedian-in div li{
	width: 50%;
	float: left;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	color: #808080;
	padding-left: 15px;
}
.kua-tedian-in div li em{
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #b3b3b3;
	margin-right: 9px;
	float: left;
	    margin-top: 12px;
}
.kua-tedian-in div li:nth-child(odd){
	padding-left: 80px;
}

.kua-youshi{
	display: block;
	width: 1200px;
	height: auto;
	margin:0 auto 68px;
}
.kua-youshi ul{
	display: block;
	width: 1224px;
	height: auto;
}
.kua-youshi li{
	float: left;
	width: 384px;
	height: 384px;
	overflow: hidden;
	margin:0 24px 24px 0;
}
.kua-youshi li:nth-child(3n){
	margin-right: 0;
}
.kua-youshi li span{
	display: block;
	width: 100%;
	height: 264px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	position: relative;
}
.kua-youshi li span img{
	max-width: 100%;
	max-height: 100%;
}
.kua-youshi li div{
	display: block;
	text-align: center;
	width: 100%;
	height: 84px;
	flex-wrap:wrap;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	background-color: #dc414d;
	color: #fff;
	padding: 16px 20px;
}
.kua-youshi li div h4{
	font-size: 18px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.kua-youshi li div p{
	font-size: 14px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.kua-youshi li:hover span::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color:  rgba(0, 0, 0, 0.3);
	background-image:url(../images/kua-more.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:115px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	-o-transform: transform: translate(-50%,-50%);
	-ms-transform:transform: translate(-50%,-50%);
	-moz-transform: transform: translate(-50%,-50%);
	-webkit-transform:transform: translate(-50%,-50%);
}
.kua-canshu{
	display: block;
	width: 1200px;
	margin: 0 auto 68px;
	height: auto;
	text-align: center;
}
.kua-canshu ul{
	display: block;
	width: 1218px;
	height: auto;
}
.kua-canshu li{
	display: inline-block;
	width: 385px;
	height: 240px;
	margin: 0 18px 24px 0;
	position: relative;
	border: 1px solid #dedede;
}
.kua-canshu li img{
	width: 100%;
	height: 100%;
}
.kua-canshu li span{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	background: rgba(0, 0, 0, 0.3);
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 100%;
}

.kua-canshu li:nth-child(3n){
	margin-right: 0;
}
.kua-canshu li:hover span{
	display: flex;
}

.kua-zao{
	display: block;
	width: 1200px;
	margin: 0 auto 68px;
	height: auto;
	text-align: center;
}
.kua-zao ul{
	display: block;
	width: 1220px;
	height: auto;
}
.kua-zao li{
	display: inline-block;
	width: 383px;
	height: 276px;
	margin: 0 20px 55px 0;
	position: relative;
}
.kua-zao li a>img{
	width: 100%;
	height: 100%;
}
.kua-zao li:nth-child(3n){
	margin-right: 0;
}
.kua-zao li span{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	-o-transform:  translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform:  translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	background: rgba(0, 0, 0, 0.3);
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
}
.kua-zao li span img{
	width: auto;
	height: 18px;
	margin-left: 16px;
}

.kua-zao-bot{
	display: block;
	font-size: 18px;
	color: #4c4c4c;
	line-height: 30px;
	text-align: center;
}
.kua-zao li:hover span{
	display: flex;
}

.kua-fuwu{
	display: block;
	width: 1200px;
	height: auto;
	margin: 0 auto 70px;
}
.kua-fuwu ul{
	width: 1225px;
	height: auto;
	display: block;
}
.kua-fuwu li{
	float: left;
	width: 383px;
	height: 276px;
	overflow: hidden;
	margin: 0 25px 25px 0;
}
.kua-fuwu li:nth-child(3),
.kua-fuwu li:nth-child(5){
	margin-right: 0;
}
.kua-fuwu li img{
	width: 100%;
	height: 100%;
}
.kua-fuwu li:nth-child(5),
.kua-fuwu li:nth-child(4){
	width: 585px;
}
.kua-anli{
	display: block;
	width: 100%;
	height: 1018px;
	padding: 35px 0 0;
	background-image:url(../images/kua-anli_82.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.kua-foot{
	display: block;
	width: 1230px;
	margin: 28px auto 0;
	height: auto;
	position: relative;
	transform: translateX(-15px);
}
.kua-foot::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.kua-anli-list{
	display: inline-block;
	float: left;
	width: 276px;
	height: 370px;
	background-color: #fff;
	margin: 0 30px 34px 0;
	overflow: hidden;
	padding: 13px 13px 0 13px;
}
.kua-anli-list:nth-child(4n){
	margin-right: 0;
}
.kua-anli-list span{
	display: block;
	width: 100%;
	height: 290px;
	overflow: hidden;
}
.kua-anli-list span img{
	width: 100%;
	height: 100%;
}
.kua-anli-list div{
	display: block;
	width: 100%;
	height: 66px;
	text-align: center;
	line-height: 66px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 18px;
	color: #000;
}
/*楼梯电梯*/
.louti-canshu{
	display: block;
	width: 1200px;
	height: 698px;
	margin: 0 auto 0;
}
.canhsu-main{
	display: block;
	width: 100%;
	height: 580px;
	overflow: hidden;
}
.canshu-fenye{
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 36px;
	text-align: center;
}
.canshu-fenye span{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	font-size: 14px;
	color: #000;
}
.canshu-fenye span:hover{
	background-color: #d9333f;
	color: #fff;
}
.canshu-fenye span.active{
	background-color: #d9333f;
	color: #fff;
}

.canhsu-main>div{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 0;
}
.canshu-lunbo{
	display: inline-block;
	float: left;
	width: 682px;
	height: 580px;
	overflow: hidden;
}
.canshu-miaoshu{
	display: inline-block;
	width: 500px;
	float: right;
	height: 580px;
	overflow: hidden;
	padding-left: 65px;
}

.canshu-miaoshu h3{
	font-size: 30px;
	color: #333333;
	line-height: 58px;
	margin-bottom: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.canshu-miaoshu h4{
	font-size: 22px;
	color: #666666;
	line-height: 36px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	position: relative;
}
.canshu-miaoshu h4 a{
	display: block;
	width: 174px;
	height: 36px;
	align-items: center;
	justify-content: center;
	background-color: #d9333f;
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 160px;
	top: 0;
	line-height: 36px;
	text-align: center;
}
.canshu-miaoshu h4 a img{
	display: inline-block;
	width: auto;
	height: 28px;
	margin-right: 5px;
}
.canshu-miaoshu li{
	padding-left: 72px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #666666;
	position: relative;
}
.canshu-miaoshu li.red{
	color: #da251c;
}
.canshu-miaoshu li::after{
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666;
	position: absolute;
	left: 42px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
}



.canshu-lunbo-in {
	width: 682px;
	height: 580px;
	overflow: hidden;
	position: relative;
}

.canshu-lunbo-in .hd {
	height: 114px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	display: flex;
}

.canshu-lunbo-in .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	display: flex;
}

.canshu-lunbo-in .hd ul li {
	float: left;
	margin-right: 14px;
	width: 160px;
	height: 114px;
	line-height: 114px;
	text-align: center;
	cursor: pointer;
}
.canshu-lunbo-in .hd ul li:last-child{
	margin-right: 0;
}
.canshu-lunbo-in .hd ul li img{
	width: 100%;
	height: 100%;
}

.canshu-lunbo-in .hd ul li.on {
	color: #fff;
	position: relative;
}

.canshu-lunbo-in .hd ul li.on::after{
	display: block;
	content: "";
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #d9333f;
}

.canshu-lunbo-in .bd {
	position: relative;
	z-index: 1;
	height: 455px;
	overflow: hidden;
}

.canshu-lunbo-in .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 455px;
	width: 682px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.canshu-lunbo-in .bd img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.luoti-tedian{
	height: 728px;
	background-color: #f9f9f9;
	width: 100%;
	padding-top: 38px;
}

.louti-tedian-main{
	display: block;
	width: 1222px;
	height: auto;
	overflow: hidden;
	margin: 34px auto 0;
	font-size: 0;
}
.louti-tedian-main>div{
	display: inline-block;
	width: 385px;
	height: 240px;
	overflow: hidden;
	margin: 0 22px 30px 0;
}
.louti-tedian-main>div:nth-child(3n){
	margin-right: 0;
}
.louti-tedian-main>div span{
	display: flex;
	width: 100%;
	height: 185px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border:1px solid #d9d9d9;
	border-bottom: none;
}
.louti-tedian-main>div span img{
	max-width: 100%;
	max-height: 100%;;
}
.louti-list-main{
	display: block;
	width: 100%;
	height: 55px;
	background-color: #d9333f;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 6px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.louti-anzhuang{
	display: block;
	width: 1200px;
	height: 560px;
	margin: 0 auto 104px;
	overflow: hidden;
	font-size: 0;
	position: relative;
}
.anzhuang-left{
	display: inline-block;
	width: 582px;
	height: 100%;
	float: left;
	position: relative;
}
.anzhuang-left::after{
	display: block;
	content: "";
	width: 266px;
	height: 525px;
	background-color: #d9333f;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.anzshaung-left-in{
	display: block;
	width: 545px;
	height: 524px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 9;
	overflow: hidden;
}
.anzshaung-left-in span{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
}
.anzshaung-left-in span img{
	width: 74px;
	height: 74px;
}


.zanting video{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.zanting{
	width: 100%;
	height: 100%;
}
video::-webkit-media-controls {
	display: none;
}
.jiahe-vid{
	width: 545px;
	height: 524px;
	position: relative;
	background-image: url(../images/356504771326728506.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover; 
	
}
.jiahe-vid-in video{
	margin: 0 auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.jiahe-vid-in{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-bofang1 p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 235px
}
.index-bofang1 {
	z-index: 99;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}


.anzhaung-right{
	display: inline-block;
	float: right;
	width: 480px;
	height: 100%;
	padding-top: 158px;
}
.anzhaung-right h2{
	background-image: url(../images/545.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 46px;
	height: 48px;
	margin-bottom: 18px;
}
.anzhaung-right p{
	font-size: 18px;
	color: #a3a3a3;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding-left: 40px;
}
.anzhaung-right span{
	display: block;
	padding-left: 40px;
	width: 100%;
	height: 55px;
	margin-top: 42px;
	text-align: center;
	font-size:0 ;
}
.anzhaung-right span a{
	display: inline-block;
	text-align: center;
	line-height: 55px;
	width: 200px;
	height: 55px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	background-color: #d9333f;
	margin:0 8px;
}
.anzhaung-right span a img{
	width: auto;
	height: 20px;
	margin-right: 12px;
}

.louti-fujian{
	display: block;
	width: 1200px;
	height: 684px;
	overflow: hidden;
	margin: 0 auto;
}

.louti-swiper{
	width: 100%;
	height: 100%;
}
.louti-swiper .swiper-slide{
	width: 378px !important;
	height: 524px;
	background-color: #f9f9f9;
}

.swiper-slide>span{
	display: block;
	width: 100%;
	height: 262px;
	overflow: hidden;
}
.swiper-slide>span img{
	width: 100%;
	height: 100%;
}
.swiper-slide>h3{
	font-size: 20px;
	color: #000000;
	line-height: 25px;
	margin: 28px 0 5px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.swiper-slide>h4{
	font-size: 14px;
	color: #9f9f9f;
	line-height: 25px;
	margin: 0px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.swiper-slide>p{
	font-size: 14px;
	color: #646464;
	line-height: 26px;
	margin: 6px 0 0 0;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: ;
}
.swiper-slide>a{
	display: block;
	width: 105px;
	height: 32px;
	margin: 28px 0 0 22px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #fff;
	background-color: #d9333f;
	text-align: center;
	line-height: 32px;
}


.louti-swiper  .swiper-pagination{
	position: absolute;
	top: auto;
	bottom: 64px !important;
}


.louti-swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background-color: #f5cccf;
	opacity: 1;
}
.louti-swiper .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #d9333f;
}
.louti-guang{
	display: block;
	width: 100%;
	height: auto;
}
.louti-guang img{
	display: block;
	width: 100%;
	height: auto;
}


.lou-swi2{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.lou-swi2>img{
	width: 100%;
	height: 100%;
}
.lou-swi2 span{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 188px;
	position: absolute;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 50px 0;
}
.lou-swi2 span h3{
	width: 100%;
	text-align: center;
	font-size: 20px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.lou-swi2 span em{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.lou-swi2 span p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
}


.lou-swi2 span::after{
	content: "";
	display: block;
	width: 105px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
}

.lou-swi2 span::before{
	content: "";
	display: block;
	width: 105px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.lou-swi2 span em::after{
	content: "";
	display: block;
	width: 1px;
	height: 105px;
	background-color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
}
.lou-swi2 span em::before{
	content: "";
	display: block;
	width: 1px;
	height: 105px;
	background-color: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
}















.fazhang{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.fazhang img{
	width: 100%;
}