/* Main CSS Document */
@charset "utf8";
/* 焦点图片 */
.banner-boxs {
	overflow: hidden;
}
.banner-boxs .img {
	margin: 0 -360px;
	padding: 0 360px;
	height: 450px;
	display: block;
	background-size: contain !important;
}
@media (min-width: 1630px) {
.banner-boxs .img {
	margin: 0 -260px;
	padding: 0 260px;
	height: 600px;
	background-size:cover !important;
}
}
/* 在线留言 */
.bd-form {
	padding-bottom:60px;
}
.bd-form .bm-con {
}
.bd-form .bm-con dl {
	margin:-20px -10px 0;
}
.bd-form .bm-con dl dd {
	margin-top:20px;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float:left;
	position:relative;
}
.bd-form .bm-con dl dd input[type="text"] {
	padding:0 15px 0 100px;
	width:100%;
	height:70px;
	font-size:14px;
	border:none;
	background:#F7F7F7;
}
.bd-form .bm-con dl dd textarea {
	width:100%;
	line-height:30px;
	height:180px;
	font-size:14px;
	font-family:apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
	border:20px solid #F7F7F7;
	background:#F7F7F7;
}
.bd-form .bm-con dl dd input[type="submit"] {
	width:296px;
	height:60px;
	font-size:18px;
	border:none;
	color:#FFF;
	background:#FF6000;
}
.bd-form .bm-con .d-til {
	width:85px;
	line-height:70px;
	font-size:14px;
	text-align:right;
	position:absolute;
}
.bd-form .bm-con .d-1 {
	width:25%;
}
.bd-form .bm-con .d-2 {
	width:100%;
}
.bd-form .bm-con .d-3 {
	width:100%;
	text-align:center;
}
@media (min-width: 1630px) {
.bd-form {
	padding-bottom:80px;
}
.bd-form .bm-con dl dd input[type="text"], .bd-form .bm-con dl dd textarea, .bd-form .bm-con .d-til {
	font-size:16px;
}
.bd-form .bm-con dl dd input[type="text"] {
	padding:0 30px 0 115px;
}
.bd-form .bm-con dl dd textarea {
	border:30px solid #F7F7F7;
}
.bd-form .bm-con dl dd input[type="submit"] {
	height:70px;
}
.bd-form .bm-con .d-til {
	width:100px;
}
}
/* 合作伙伴 */
.bd-huoban {
	padding-bottom:60px;
	background:#F7F7F7;
}
.bd-huoban .bm-con {
}
.bd-huoban .bm-con ul {
	margin:-20px -10px 0;
}
.bd-huoban .bm-con ul li {
	margin-top:20px;
	padding:0 10px;
	width:25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float:left;
}
.bd-huoban .bm-con ul li a {
	display:block;
}
.bd-huoban .bm-con ul li .img {
	overflow:hidden;
}
.bd-huoban .bm-con ul li .img img {
	width:100%;
	height:111px;
}
@media (min-width: 1630px) {
.bd-huoban {
	padding-bottom:80px;
}
.bd-huoban .bm-con ul li .img img {
	height:150px;
}
}
/* 菜单 */
.bd-menu {
	margin-bottom: 20px;
	text-align: center;
	font-size: 0;
	position:relative;
}
.bd-menu:before {
	content:" ";
	left:0;
	bottom:0;
	width:100%;
	border-bottom:2px solid #F7F7F7;
	position:absolute;
}
.bd-menu ul {
	display: flex;
	justify-content: space-between;
}
.bd-menu ul li {
	display:inline-block;
	float:left;
}
.bd-menu ul li a {
	padding: 0 15px;
	line-height: 60px;
	font-size: 18px;
	display: block;
	position:relative;
}
.bd-menu ul li a:before {
	content:" ";
	left:0;
	bottom:0;
	width:100%;
	border-bottom:2px solid #FF6000;
	display:none;
	position:absolute;
}
.bd-menu ul li p {
	padding-left:30px;
	position:relative;
}
.bd-menu ul li p i {
	left:0;
	top:0;
	width:24px;
	position:absolute;
}
.bd-menu .l-1 p i:before {
	content: "\e6ca";
}
.bd-menu .l-2 p i:before {
	content: "\e6af";
}
.bd-menu .l-3 p i:before {
	content: "\e613";
}
.bd-menu ul li.on a, .bd-menu ul li a:hover {
	color: #FF6000;
}
.bd-menu ul li.on a:before, .bd-menu ul li a:hover:before {
	display:block;
}
@media (min-width: 1630px) {
.bd-menu {
	margin-bottom: 30px;
}
.bd-menu ul {
}
.bd-menu ul li {
}
.bd-menu ul li a {
	line-height: 75px;
	font-size: 24px;
}
.bd-menu ul li p {
	padding-left:42px;
}
}
/* 产品中心 */
.bd-cplist {
	overflow: hidden;
}
.bd-cplist .cp-menu {
}
.bd-cplist .cp-menu ul {
	margin:0 -10px;
}
.bd-cplist .cp-menu ul li {
	padding:0 10px;
	width:25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display:inline-block;
	float:left;
}
.bd-cplist .cp-menu ul li a {
	line-height:60px;
	text-align:center;
	font-size:16px;
	display:block;
	background:#FFF;
}
.bd-cplist .cp-menu ul li a:hover {
	color:#FFF;
	background:#FF6000;
}
.bd-cplist .cp-wenti {
	padding-bottom:60px;
}
.bd-cplist .cp-wenti .bm-con {
}
.bd-cplist .cp-wenti .bm-con ul {
	margin:0 -10px;
}
.bd-cplist .cp-wenti .bm-con ul li {
	padding:0 10px;
	width:33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display:inline-block;
	float:left;
}
.bd-cplist .cp-wenti .bm-con ul li a {
	display:block;
	background:#F7F7F7;
}
.bd-cplist .cp-wenti .bm-con ul li .img {
	overflow:hidden;
}
.bd-cplist .cp-wenti .bm-con ul li .img img {
	width:100%;
	height:227px;
}
.bd-cplist .cp-wenti .bm-con ul li .box {
	padding:10px 30px 20px;
}
.bd-cplist .cp-wenti .bm-con ul li .til {
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	color: #333;
	overflow: hidden;
}
.bd-cplist .cp-wenti .bm-con ul li .con {
	margin-bottom: 15px;
	height: 72px;
	line-height: 24px;
	color: #666;
}
.bd-cplist .cp-wenti .bm-con ul li .time {
	height: 26px;
	line-height: 26px;
}
.bd-cplist .cp-wenti .bm-con ul li a:hover .til {
	color:#FF6000;
}
@media (min-width: 1630px) {
.bd-cplist .cp-menu ul li a {
	line-height:70px;
	font-size:18px;
}
.bd-cplist .cp-wenti {
	padding-bottom:80px;
}
.bd-cplist .cp-wenti .bm-con ul li .img img {
	height:305px;
}
.bd-cplist .cp-wenti .bm-con ul li .til {
	height: 54px;
	line-height: 54px;
	font-size: 20px;
}
.bd-cplist .cp-wenti .bm-con ul li .con {
	margin-bottom: 15px;
	height: 72px;
	line-height: 24px;
	font-size: 16px;
}
.bd-cplist .cp-wenti .bm-con ul li .time {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
}
}
/* 产品内容页面 */
.hd-cpticle {
	height:75px;
	background:#F7F7F7;
}
.hd-cpticle .hd-boxs:before {
	background:#FFF;
}
.hd-cpticle .hd-con:before {
	display:none;
}
.hd-cpticle .hd-logo a:before {
	opacity: 0;
}
.hd-cpticle .hd-logo img {
	opacity: 1;
}
.hd-cpticle .hd-logo em {
	color:#333;
}
.hd-cpticle .hd-mnav ul li a {
	color:#333;
}
.hd-cpticle .hd-mnav ul .active a {
	color:#FF6000;
}
.hd-cpticle .hd-mnav ul li span:before {
	background: #FF6000;
}
@media (min-width: 1630px) {
.hd-cpticle {
	height:99px;
}
}
.bd-cpticle {
	background:#F7F7F7;
}
.bd-cpticle .cp-about {
	padding-bottom: 60px;
	overflow:hidden;
}
.bd-cpticle .cp-about .d-dl {
}
.bd-cpticle .cp-about .d-dd {
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float:left;
}
.bd-cpticle .cp-about .d-1 {
	position: relative;
}
.bd-cpticle .cp-about .d-1 .swiper, .bd-cpticle .cp-about .d-1 .swiper .swiper-slide {
	height: 600px;
}
.bd-cpticle .cp-about .d-1 .swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
	background:#000;
}
.bd-cpticle .cp-about .d-1 .swiper-button-next.swiper-button-white, .bd-cpticle .cp-about .d-1 .swiper-button-prev.swiper-button-white {
	width: 52px;
	height: 52px;
	line-height: 52px;
	font-size: 52px;
	text-align: center;
	font-weight: normal;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	pointer-events: initial;
	color:#FFF;
	background: rgba(226,226,226,.6);
}
.bd-cpticle .cp-about .d-1 .swiper-button-prev {
	left: 30px;
}
.bd-cpticle .cp-about .d-1 .swiper-button-next {
	right: 30px;
}
.bd-cpticle .cp-about .d-1 .swiper-button-next:after, .bd-cpticle .cp-about .d-1 .swiper-button-prev:after {
	font-size: 24px;
}
.bd-cpticle .cp-about .d-1 .swiper-button-next.swiper-button-disabled, .bd-cpticle .cp-about .d-1 .swiper-button-prev.swiper-button-disabled {
    color: #FFF;
}
.bd-cpticle .cp-about .d-1 .swiper-pagination {
	left: auto;
	right: 50px;
	bottom: 30px;
	width: auto;
	line-height: 30px;
	font-size: 16px;
	color: #FFF;
}
.bd-cpticle .cp-about .d-1 .swiper-pagination-current {
	font-size: 22px;
	color: #FF6000;
}
.bd-cpticle .cp-about .d-2 {
	padding-left:40px;
	min-height:600px;
	position:relative;
}
.bd-cpticle .cp-about .d-2 .d-til {
	padding:15px 0;
	line-height: 44px;
	font-size: 30px;
}
.bd-cpticle .cp-about .d-2 .d-con {
	line-height:30px;
	color:#999;
}
.bd-cpticle .cp-about .d-2 .d-con .about {
	margin-bottom:50px;
}
.bd-cpticle .cp-about .d-2 .d-btn {
	left:30px;
	bottom:30px;
	position:absolute;
}
.bd-cpticle .cp-about .d-2 .d-btn ul {
	margin-left:-20px;
}
.bd-cpticle .cp-about .d-2 .d-btn ul li {
	margin-left:20px;
	display:inline-block;
	float:left
}
.bd-cpticle .cp-about .d-2 .d-btn ul li a {
	width:270px;
	line-height:60px;
	font-size:20px;
	text-align:center;
	display:block;
	color:#FFF;
}
.bd-cpticle .cp-about .d-2 .d-btn ul li span {
	padding-left:40px;
	display:inline-block;
	position:relative;
}
.bd-cpticle .cp-about .d-2 .d-btn ul li i {
	left:0;
	top:0;
	font-size:24px;
	position:absolute;
}
.bd-cpticle .cp-about .d-2 .d-btn .l-1 a {
	background:#666;
}
.bd-cpticle .cp-about .d-2 .d-btn .l-2 a {
	font-size:24px;
	background:#FF6000;
}
@media (min-width: 1630px) {
.bd-cpticle .cp-about .d-1 .swiper, .bd-cpticle .cp-about .d-1 .swiper .swiper-slide {
	height: 780px;
}
.bd-cpticle .cp-about .d-2 {
	padding-left:80px;
	min-height:780px;
}
.bd-cpticle .cp-about .d-2 .d-til {
	line-height: 60px;
	font-size: 44px;
}
.bd-cpticle .cp-about .d-2 .d-con {
	line-height:40px;
	font-size:16px;
}
.bd-cpticle .cp-about .d-2 .d-btn {
	left:80px;
	bottom:30px;
}
.bd-cpticle .cp-about .d-2 .d-btn ul li a {
	width:350px;
	line-height:80px;
	font-size:24px;
}
.bd-cpticle .cp-about .d-2 .d-btn ul li span {
	padding-left:60px;
}
.bd-cpticle .cp-about .d-2 .d-btn ul li i {
	font-size:34px;
}
.bd-cpticle .cp-about .d-2 .d-btn .l-2 a {
	font-size:30px;
}
}
.bd-cpticle .cp-box {
	padding: 20px 0 60px;
	background:#FFF;
}
.bd-cpticle .cp-l {
	width:900px;
	float:left;
}
.bd-cpticle .cp-tab {
	margin-bottom:30px;
	border-bottom:1px solid #DDD;
}
.bd-cpticle .cp-tab ul {
	margin-left:-100px;
}
.bd-cpticle .cp-tab ul li {
	margin-left:100px;
	display:inline-block;
	float:left;
}
.bd-cpticle .cp-tab ul li a {
	line-height:70px;
	font-size:20px;
	display:block;
	position:relative;
}
.bd-cpticle .cp-tab ul li a:before {
	content:" ";
	left:0;
	bottom:-1px;
	width:100%;
	border-bottom:1px solid #FF6000;
	display:none;
	position:absolute;
}
.bd-cpticle .cp-tab ul li.on a:before, .bd-cpticle .cp-tab ul li a:hover:before {
	display:block;
}
.bd-cpticle .cp-box .cp-mcon, .bd-cpticle .cp-mcon * {
	line-height:32px;
}
.bd-cpticle .cp-box .cp-mcon {
	margin-bottom:40px;
	color:#666;
}
.bd-cpticle .cp-box .cp-mcon img {
	max-width:100%;
	height:auto !important;
}
.bd-cpticle .cp-box .cp-mcon iframe {
	margin: 0 auto;
	width: 100%;
	height: 580px;
	display: block;
}
.bd-cpticle .cp-box .cp-anli {
}
.bd-cpticle .cp-box .cp-anli .c-til {
	margin-bottom:15px;
	line-height:30px;
}
.bd-cpticle .cp-box .cp-anli .c-con {
}
.bd-cpticle .cp-box .cp-anli .c-con ul {
	margin:0 -10px;
}
.bd-cpticle .cp-box .cp-anli .c-con ul li {
	padding:0 10px;
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float:left;
}
.bd-cpticle .cp-box .cp-anli .c-con ul li a {
	display:block;
	color:#FFF;
	position:relative;
}
.bd-cpticle .cp-box .cp-anli .c-con ul li .img {
	overflow:hidden;
}
.bd-cpticle .cp-box .cp-anli .c-con ul li .img img {
	width:100%;
	height:282px;
}
.bd-cpticle .cp-box .cp-anli .c-con ul li .til {
	left:0;
	bottom:0;
	width:100%;
	position:absolute;
}
.bd-cpticle .cp-box .cp-anli .c-con ul li .til h3 {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	background:rgba(0,0,0,.5);
	overflow: hidden;
}
.bd-cpticle .cp-r {
	padding-top:70px;
	width:240px;
	float:right;
}
.bd-cpticle .cp-menu {
	text-align:center;
}
.bd-cpticle .cp-menu .box {
	padding:0 30px;
	width:240px;
	border:1px dotted #CCC;
}
.bd-cpticle .cp-menu .box.on {
	margin-left:60px;
}
.bd-cpticle .cp-menu .til {
	line-height:70px;
	font-size:16px;
	border-bottom:1px dotted #CCC;
}
.bd-cpticle .cp-menu .con {
	padding:20px 0;
}
.bd-cpticle .cp-menu .con ul {
}
.bd-cpticle .cp-menu .con ul li {
	width:100%;
	line-height:60px;
	display:inline-block;
	float:left;
}
.bd-cpticle .cp-menu .con ul li a {
	line-height:40px;
	display:block;
}
.bd-cpticle .cp-menu .con ul li p {
	padding-left:30px;
	display:inline-block;
	position:relative;
}
.bd-cpticle .cp-menu .con ul li p i {
	left:0;
	top:0;
	width:24px;
	font-size:14px;
	position:absolute;
}
.bd-cpticle .cp-menu .con .l-1 p i:before {
	content: "\e6ca";
}
.bd-cpticle .cp-menu .con .l-2 p i:before {
	content: "\e6af";
}
.bd-cpticle .cp-menu .con .l-3 p i:before {
	content: "\e613";
}
.bd-cpticle .cp-menu .con ul li.on a, .bd-cpticle .cp-menu .con ul li a:hover {
	color: #FF6000;
}
@media (min-width: 1630px) {
.bd-cpticle .cp-box {
	padding: 20px 0 80px;
}
.bd-cpticle .cp-tab ul li a {
	line-height:80px;
	font-size:24px;
	display:block;
}
.bd-cpticle .cp-box .cp-mcon, .bd-cpticle .cp-mcon * {
	line-height:40px;
	font-size:16px;
}
.bd-cpticle .cp-box .cp-mcon {
	margin-bottom:60px;
}
.bd-cpticle .cp-l {
	width:1240px;
}
.bd-cpticle .cp-box .cp-anli .c-con ul li .img img {
	height:391px;
}
.bd-cpticle .cp-box .cp-anli .c-con ul li .til h3 {
	height: 60px;
	line-height: 60px;
	font-size:18px;
}
.bd-cpticle .cp-r {
	padding-top:80px;
	width:300px;
}
.bd-cpticle .cp-menu {
	width:300px;
}
.bd-cpticle .cp-menu .til {
	line-height:90px;
	font-size:18px;
}
.bd-cpticle .cp-menu .con {
	padding:30px 0;
}
.bd-cpticle .cp-menu .con ul li a {
	line-height:60px;
	font-size:16px;
}
}
/* 定制中心 */
.bd-dingzhi {
}
.bd-dingzhi .bm-1 {
	padding-bottom:20px;
}
.bd-dingzhi .bm-1 .bm-con {
}
.bd-dingzhi .bm-1 .bm-con .c-til {
	padding:40px 0 60px;
	line-height: 36px;
}
.bd-dingzhi .bm-1 .bm-con .c-til .til {
	font-size: 36px;
	float:left;
}
.bd-dingzhi .bm-1 .bm-con .c-til .con {
	font-size: 18px;
	float:right;
	color:#999;
	position:relative;
}
.bd-dingzhi .bm-1 .bm-con .c-til .con:before {
	content:" ";
	left:0;
	bottom:0;
	width:100%;
	border-bottom:2px solid #FF6000;
	position:absolute;
}
.bd-dingzhi .bm-1 .bm-con .c-con {
}
.bd-dingzhi .bm-1 .bm-con .c-con dl {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.bd-dingzhi .bm-1 .bm-con .c-con dl dd {
	display: inline-block;
	float:left;
}
.bd-dingzhi .bm-1 .bm-con .c-con dl dd a {
	display:block;
}
.bd-dingzhi .bm-1 .bm-con .c-con dl dd .con {
	padding-left:70px;
	position:relative;
}
.bd-dingzhi .bm-1 .bm-con .c-con dl dd .con i {
	left:0;
	top:0;
	width:46px;
	font-size:46px;
	text-align:center;
	display:block;
	color:#CCC;
	position:absolute;
}
.bd-dingzhi .bm-1 .bm-con .c-con dl dd .con b {
	line-height:80px;
	font-size:80px;
	font-weight:bold;
	color:#EEE;
}
.bd-dingzhi .bm-1 .bm-con .c-con dl dd .til {
	line-height:42px;
}
.bd-dingzhi .bm-1 .bm-con .c-con dl dd a:hover .con i {
	color:#FF6000;
}
.bd-dingzhi .bm-1 .bm-con .c-con dl dd a:hover .con b {
	color:#FFF1ED;
}
@media (min-width: 1630px) {
.bd-dingzhi .bm-1 {
	padding-bottom:40px;
}
.bd-dingzhi .bm-1 .bm-con .c-til {
	line-height: 50px;
}
.bd-dingzhi .bm-1 .bm-con .c-til .til {
	font-size: 50px;
}
.bd-dingzhi .bm-1 .bm-con .c-til .con {
	font-size: 24px;
}
.bd-dingzhi .bm-1 .bm-con .c-con dl dd .con {
	padding-left:90px;
}
.bd-dingzhi .bm-1 .bm-con .c-con dl dd .con i {
	width:66px;
	font-size:66px;
}
.bd-dingzhi .bm-1 .bm-con .c-con dl dd .con b {
	line-height:100px;
	font-size:100px;
}
}
.bd-dingzhi .bm-2 {
}
.bd-dingzhi .bm-2 .bm-con {
}
.bd-dingzhi .bm-2 .bm-con .bd {
	width:75%;
	float:left;
	background:#000;
}
.bd-dingzhi .bm-2 .bm-con .bd ul {
}
.bd-dingzhi .bm-2 .bm-con .bd ul li {
	display:none;
}
.bd-dingzhi .bm-2 .bm-con .bd ul li a {
	display:block;
}
.bd-dingzhi .bm-2 .bm-con .bd ul li img {
	width:100%;
	height:525px;
}
.bd-dingzhi .bm-2 .bm-con .c-box {
	width:25%;
	height:525px;
	float:right;
	background:#F7F7F7;
	position:relative;
}
.bd-dingzhi .bm-2 .bm-con .hd {
	margin:40px auto 0;
	width:65%;
}
.bd-dingzhi .bm-2 .bm-con .hd ul {
}
.bd-dingzhi .bm-2 .bm-con .hd ul li {
	width:100%;
	border-bottom:1px dotted #DDD;
	display:inline-block;
	float:left;
}
.bd-dingzhi .bm-2 .bm-con .hd ul li:last-child {
	border:none;
}
.bd-dingzhi .bm-2 .bm-con .hd ul li a {
	height:56px;
	text-align:center;
	display:block;
	color:#BBB;
}
.bd-dingzhi .bm-2 .bm-con .hd ul li p {
	display:inline-block;
	overflow:hidden;
}
.bd-dingzhi .bm-2 .bm-con .hd ul li p span {
	margin-left:-32px;
	padding-left:32px;
	line-height:56px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display:block;
	position:relative;
}
.bd-dingzhi .bm-2 .bm-con .hd ul li i {
	left:0;
	top:0;
	width:24px;
	font-size:12px;
	position:absolute;
}
.bd-dingzhi .bm-2 .bm-con .hd ul li.on {
	border-color:transparent;
}
.bd-dingzhi .bm-2 .bm-con .hd ul li.on a {
	color:#FFF;
	background:url(/public/images/bd-dingzhi-2-hd-bg.jpg) no-repeat center center;
	background-size:cover;
}
.bd-dingzhi .bm-2 .bm-con .hd ul li.on p span {
	margin-left:0;
}
.bd-dingzhi .bm-2 .bm-con .tel {
	left:0;
	bottom:30px;
	width:100%;
	line-height:26px;
	text-align:center;
	color:#BBB;
	position:absolute;
}
.bd-dingzhi .bm-2 .bm-con .tel i {
	line-height:36px;
	font-size:26px;
	display:block;
}
.bd-dingzhi .bm-2 .bm-con .tel .til {
	font-size:14px;
}
.bd-dingzhi .bm-2 .bm-con .tel .con {
	font-size:20px;
}
@media (min-width: 1630px) {
.bd-dingzhi .bm-2 {
}
.bd-dingzhi .bm-2 .bm-con .bd ul li img {
	height:700px;
}
.bd-dingzhi .bm-2 .bm-con .c-box {
	width:25%;
	height:700px;
}
.bd-dingzhi .bm-2 .bm-con .hd {
	margin:70px auto 0;
}
.bd-dingzhi .bm-2 .bm-con .hd ul li a {
	height:72px;
}
.bd-dingzhi .bm-2 .bm-con .hd ul li p {
}
.bd-dingzhi .bm-2 .bm-con .hd ul li p span {
	padding-left:32px;
	line-height:72px;
	font-size:18px;
}
.bd-dingzhi .bm-2 .bm-con .tel {
	bottom:50px;
	line-height:30px;
}
.bd-dingzhi .bm-2 .bm-con .tel i {
	margin-bottom:5px;
}
.bd-dingzhi .bm-2 .bm-con .tel .til {
	font-size:16px;
}
.bd-dingzhi .bm-2 .bm-con .tel .con {
	font-size:24px;
}
}
.bd-dingzhi .bm-3 {
}
.bd-dingzhi .bm-3 .bm-con {
}
.bd-dingzhi .bm-3 .bm-con dl {
	margin:0 -10px;
}
.bd-dingzhi .bm-3 .bm-con dl dd {
	padding: 0 10px;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: inline-block;
	float: left;
}
.bd-dingzhi .bm-3 .bm-con dl dd a {
	display:block;
}
.bd-dingzhi .bm-3 .bm-con dl dd .img {
	overflow:hidden;
}
.bd-dingzhi .bm-3 .bm-con dl dd .img img {
	width:100%;
	height:auto;
}
.bd-dingzhi .bm-3 .bm-con dl dd .til {
	margin-top:25px;
	line-height:30px;
	font-size:18px;
	text-align:center;
}
.bd-dingzhi .bm-3 .bm-con dl dd a:hover .til {
	color:#FF6000;
}
@media (min-width: 1630px) {
.bd-dingzhi .bm-3 {
}
.bd-dingzhi .bm-3 .bm-con dl dd .til {
	line-height:50px;
	font-size:24px;
}
}
.bd-dingzhi .bm-4 {
}
.bd-dingzhi .bm-4 .bm-con {
}
.bd-dingzhi .bm-4 .bm-con ul {
	margin:-20px -10px 0;
}
.bd-dingzhi .bm-4 .bm-con ul li {
	margin-top:20px;
	padding: 0 10px;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: inline-block;
	float: left;
}
.bd-dingzhi .bm-4 .bm-con ul li .img {
	overflow:hidden;
}
.bd-dingzhi .bm-4 .bm-con ul li .img img {
	width:100%;
	height:248px;
}
.bd-dingzhi .bm-4 .bm-con ul li .til {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bd-dingzhi .bm-4 .bm-con ul li a:hover .til {
	color:#FF6000;
}
@media (min-width: 1630px) {
.bd-dingzhi .bm-4 {
}
.bd-dingzhi .bm-4 .bm-con ul li .img img {
	width:100%;
	height:330px;
}
.bd-dingzhi .bm-4 .bm-con ul li .til {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}
}
/* 图文列表 */
.bd-imglist {
	padding-bottom:60px;
}
.bd-imglist .img-list {
}
.bd-imglist .img-list ul {
	margin:-20px -10px 0;
}
.bd-imglist .img-list ul li {
	margin-top:20px;
	padding: 0 10px;
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display: inline-block;
	float: left;
}
.bd-imglist .img-list ul li .img {
	overflow:hidden;
}
.bd-imglist .img-list ul li .img img {
	width:100%;
	height:248px;
}
.bd-imglist .img-list ul li .til {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	overflow: hidden;
}
.bd-imglist .img-list ul li a:hover .til {
	color:#FF6000;
}
@media (min-width: 1630px) {
.bd-imglist {
	padding-bottom:80px;
}
.bd-imglist .img-list ul li .img img {
	width:100%;
	height:330px;
}
.bd-imglist .img-list ul li .til {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}
}
/* 图文列表 */
.bd-imgticle {
	padding-bottom:60px;
}
.bd-imgticle .img-til {
	padding-top:15px;
	line-height: 44px;
	font-size: 30px;
	text-align:center;
}
.bd-imgticle .img-ftil {
	margin-bottom:20px;
	line-height:30px;
	font-size:16px;
	text-align:center;
}
.bd-imgticle .img-ftil span {
	margin:0 15px;
	color:#999;
}
.bd-imgticle .img-pics {
	margin-bottom:40px;
	padding:0 135px;
	position:relative;
}
.bd-imgticle .img-pics .swiper-button {
	width:auto;
}
.bd-imgticle .img-pics .swiper-button:after {
	display:none;
}
.bd-imgticle .img-pics .swiper-button i {
	width:54px;
	line-height:54px;
	font-size:30px;
	text-align:center;
	border:3px solid #DDD;
	-moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
	display:block;
	color:#DDD;
}
.bd-imgticle .img-pics .mySwiper2, .bd-imgticle .img-pics .mySwiper2 .swiper-slide img {
	width:100%;
	height:374px;
	-webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.bd-imgticle .img-pics .mySwiper2, .bd-imgticle .img-pics .mySwiper2 .swiper-slide {
	overflow:hidden;
}
.bd-imgticle .img-pics .mySwiper2 {
	margin-bottom:10px;
}
.bd-imgticle .img-pics .mySwiper, .bd-imgticle .img-pics .mySwiper .swiper-slide img {
	width:100%;
	height:122px;
	-webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.bd-imgticle .img-pics .mySwiper, .bd-imgticle .img-pics .mySwiper .swiper-slide {
	overflow:hidden;
}
.bd-imgticle .img-body {
	padding:40px 40px 50px;
	background:#F7F7F7;
}
.bd-imgticle .img-body .c-til {
	margin-bottom:10px;
	line-height:30px;
	font-size:18px;
}
.bd-imgticle .img-body .c-con, .bd-imgticle .img-body .c-con * {
    line-height: 32px;
	color:#666;
}
.bd-imgticle .img-body .c-con {
	margin-bottom:60px;
}
.bd-imgticle .img-body .c-tel {
}
.bd-imgticle .img-body .c-tel .d-1 {
	padding-left:60px;
	height:40px;
	float:left;
	position:relative;
}
.bd-imgticle .img-body .c-tel .d-1 i {
	left:0;
	top:0;
	line-height:40px;
	font-size:40px;
	position:absolute;
}
.bd-imgticle .img-body .c-tel .d-1 .til {
	margin-bottom:3px;
	line-height:16px;
	font-size:14px;
}
.bd-imgticle .img-body .c-tel .d-1 .con {
	line-height:24px;
	font-size:24px;
	font-weight:bold;
}
.bd-imgticle .img-body .c-tel .d-2 {
	float:right;
}
.bd-imgticle .img-body .c-tel .d-2 a {
	padding:0 30px;
	line-height:40px;
	display:block;
	color:#FFF;
	background:#FF6000;
}
.bd-imgticle .img-body .c-tel .d-2 span {
	padding-left:25px;
	display:inline-block;
	position:relative;
}
.bd-imgticle .img-body .c-tel .d-2 span i {
	left:0;
	top:0;
	width:20px;
	text-align:center;
	position:absolute;	
}
@media (min-width: 1630px) {
.bd-imgticle {
	padding-bottom:80px;
}
.bd-imgticle .img-til {
	line-height: 60px;
	font-size: 44px;
}
.bd-imgticle .img-ftil {
	margin-bottom:30px;
	line-height:40px;
}
.bd-imgticle .img-pics {
	margin-bottom:60px;
}
.bd-imgticle .img-pics .mySwiper2, .bd-imgticle .img-pics .mySwiper2 .swiper-slide img {
	height:535px;
}
.bd-imgticle .img-pics .mySwiper, .bd-imgticle .img-pics .mySwiper .swiper-slide img {
	height:130px;
}
.bd-imgticle .img-body {
	padding:70px 60px;
}
.bd-imgticle .img-body .c-til {
	margin-bottom:25px;
	line-height:30px;
	font-size:24px;
}
.bd-imgticle .img-body .c-con, .bd-imgticle .img-body .c-con * {
    line-height: 40px;
    font-size: 16px;
}
.bd-imgticle .img-body .c-con {
	margin-bottom:100px;
}
.bd-imgticle .img-body .c-tel .d-1 {
	padding-left:80px;
	height:60px;
}
.bd-imgticle .img-body .c-tel .d-1 i {
	line-height:60px;
	font-size:60px;
}
.bd-imgticle .img-body .c-tel .d-1 .til {
	line-height:24px;
	font-size:18px;
}
.bd-imgticle .img-body .c-tel .d-1 .con {
	line-height:36px;
	font-size:36px;
}
.bd-imgticle .img-body .c-tel .d-2 a {
	padding:0 50px;
	line-height:60px;
	font-size:18px;
}
.bd-imgticle .img-body .c-tel .d-2 span {
	padding-left:40px;
}
.bd-imgticle .img-body .c-tel .d-2 span i {
	width:30px;
	font-size:24px;
}
}
/* 文章列表 */
.bd-arlist {
	padding-bottom:60px;
}
.bd-arlist .ar-list {
}
.bd-arlist .ar-list ul {
	margin:-20px -10px 0;
}
.bd-arlist .ar-list ul li {
	margin-top:20px;
	padding:0 10px;
	width:33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	display:inline-block;
	float:left;
}
.bd-arlist .ar-list ul li a {
	display:block;
	background:#F7F7F7;
}
.bd-arlist .ar-list ul li .img {
	overflow:hidden;
}
.bd-arlist .ar-list ul li .img img {
	width:100%;
	height:227px;
}
.bd-arlist .ar-list ul li .box {
	padding:10px 30px 20px;
}
.bd-arlist .ar-list ul li .til {
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	color: #333;
	overflow: hidden;
}
.bd-arlist .ar-list ul li .con {
	margin-bottom: 15px;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	color: #666;
	overflow: hidden;
}
.bd-arlist .ar-list ul li .time {
	height: 26px;
	line-height: 26px;
}
.bd-arlist .ar-list ul li a:hover .til {
	color:#FF6000;
}
@media (min-width: 1630px) {
.bd-arlist .ar-list ul li .img img {
	height:305px;
}
.bd-arlist .ar-list ul li .til {
	height: 54px;
	line-height: 54px;
	font-size: 20px;
}
.bd-arlist .ar-list ul li .con {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
}
.bd-arlist .ar-list ul li .time {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
}
}
/* 新闻详情 */
.bd-article {
	padding-bottom:60px;
}
.bd-article .arc-content {
	padding:30px 40px 60px;
	background:#FFF;
}
.bd-article .arc-til {
	margin-top:20px;
	line-height: 36px;
	font-size: 24px;
	text-align: center;
}
.bd-article .arc-ftil {
	margin-bottom:20px;
	padding: 5px 0 20px;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	border-bottom:1px dotted #DDD;
	color: #666;
}
.bd-article .arc-ftil span {
	margin: 0 10px;
}
.bd-article .arc-ftil a:hover {
	text-decoration: underline;
	color: #FF6000;
}
.bd-article .arc-body, .bd-article .arc-body * {
	line-height: 30px;
}
.bd-article .arc-body {
	margin-bottom: 50px;
}
.bd-article .arc-body img {
	max-width: 100%;
	height: auto !important;
}
.bd-article .arc-body iframe {
	margin: 0 auto;
	width: 100%;
	height: 580px;
	display: block;
}
.bd-arindex .arc-body {
	margin-bottom:0;
}
.bd-article .arc-tag {
	margin: -10px 0 30px;
	overflow: hidden;
}
.bd-article .arc-tag a {
	margin: 10px 10px 0 0;
	padding: 0 18px;
	line-height: 36px;
	font-size: 16px;
	display: inline-block;
	background: #F7F7F7;
}
.bd-article .arc-tag a:hover {
	border-color: #FF6000;
	color: #FFF;
	background: #FF6000;
}
.bd-article .arc-pre-next {
}
.bd-article .arc-pre-next ul {
	margin: 0 -30px;
}
.bd-article .arc-pre-next ul li {
	padding: 0 30px;
	width: 50%;
	line-height: 30px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url(ellipsis.xml#ellipsis);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
}
.bd-article .arc-pre-next ul li a {
	margin-top: 30px;
}
.bd-article .arc-pre-next ul .l-1 {
	float: left;
}
.bd-article .arc-pre-next ul .l-1  i {
	margin-right:10px;
}
.bd-article .arc-pre-next ul .l-2 {
	float: right;
	text-align: right;
}
.bd-article .arc-pre-next ul .l-2  i {
	margin-left:10px;
}
.bd-article .arc-pre-next ul li a:hover {
	color: #FF6000;
}
@media (min-width: 1630px) {
.bd-article {
	padding-bottom:80px;
}
.bd-article .arc-til {
	line-height: 46px;
	font-size: 30px;
}
.bd-article .arc-ftil {
	padding: 10px 0 20px;
}
.bd-article .arc-body, .bd-article .arc-body * {
	font-size: 16px;
}
}
/* 走进海思通 */
.bd-about {
	background:#FFF;
}
.bd-about .ba-tabbox {
	border-bottom: 2px solid #F7F7F7;
	position: relative;
	z-index: 1;
}
.bd-about .ba-tabbox ul {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.bd-about .ba-tabbox ul li {
	line-height: 80px;
	display: inline-block;
	float: left;
	position: relative;
}
.bd-about .ba-tabbox ul li a {
	padding: 0 20px;
	font-size: 18px;
	display: block;
	position: relative;
}
.bd-about .ba-tabbox ul li a:before {
	content: " ";
	left: 0;
	bottom: -2px;
	width: 100%;
	border-bottom: 2px solid transparent;
	position: absolute;
}
.bd-about .ba-tabbox ul li a:hover {
	color: #FF6000;
}
.bd-about .ba-tabbox ul li a:hover:before {
	border-color: #FF6000;
}
.bd-about .bm-1 {
}
.bd-about .bm-1 .bm-con {
}
.bd-about .bm-1 .bm-con .c-til {
	margin: 60px 0 30px;
	line-height:46px;
	position:relative;
}
.bd-about .bm-1 .bm-con .c-til .til {
    font-size: 36px;
	float:left;
	position:relative;
	z-index:1;
}
.bd-about .bm-1 .bm-con .c-til .ftil {
	left:0;
	top:0;
	font-size:40px;
	font-weight:bold;
	color:#F7F7F7;
	position:absolute;
}
.bd-about .bm-1 .bm-con .c-til .con {
	font-size:18px;
	float:right;
	position:relative;
}
.bd-about .bm-1 .bm-con .c-til .con:before {
	content:" ";
	left:0;
	bottom:0;
	width:100%;
	border-bottom:2px solid #FF6000;
	position:absolute;
}
.bd-about .bm-1 .bm-con .c-con {
	position:relative;
}
.bd-about .bm-1 .bm-con .c-box {
	width:675px;
	float:left;
}
.bd-about .bm-1 .bm-con .c-about {
	margin-bottom:40px;
	line-height:30px;
}
.bd-about .bm-1 .bm-con .c-info {
	padding-bottom:60px;
}
.bd-about .bm-1 .bm-con .c-info dl {
	margin-left:-35px;
}
.bd-about .bm-1 .bm-con .c-info dl dd {
	margin-left:35px;
	padding-right:35px;
	display:inline-block;
	float:left;
	position:relative;
}
.bd-about .bm-1 .bm-con .c-info dl dd:before {
	content:" ";
	left:-35px;
	top:0;
	height:100%;
	border-left:1px solid #DDD;
	position:absolute;
}
.bd-about .bm-1 .bm-con .c-info dl dd:first-child:before {
	display:none;
}
.bd-about .bm-1 .bm-con .c-info dl dd a {
	width:100px;
	display:block;
}
.bd-about .bm-1 .bm-con .c-info dl dd .con {
	padding-bottom:10px;
	line-height: 24px;
	font-size: 24px;
}
.bd-about .bm-1 .bm-con .c-info dl dd .con b {
	display: inline-block;
	position: relative;
}
.bd-about .bm-1 .bm-con .c-info dl dd .con em {
	margin-left: 10px;
	left: 100%;
	top: 0;
	font-size:20px;
	font-weight: normal;
	white-space: nowrap;
	display: block;
	position: absolute;
}
.bd-about .bm-1 .bm-con .c-info dl dd .til {
	line-height: 20px;
	font-size:14px;
	display: block;
	color:#999;
}
.bd-about .bm-1 .bm-con .c-info dl dd a:hover .con {
	color:#FF6000;
}
.bd-about .bm-1 .bm-con .c-img {
	float:right;
}
.bd-about .bm-1 .bm-con .c-img dl {
	margin-left:-20px;
}
.bd-about .bm-1 .bm-con .c-img dl dd {
	margin-left:20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display:inline-block;
	float:left;
}
.bd-about .bm-1 .bm-con .c-img dl dd.on {
	margin-top:30px;
}
.bd-about .bm-1 .bm-con .c-img a:hover dl dd {
	margin-top:30px;
}
.bd-about .bm-1 .bm-con .c-img a:hover dl dd.on {
	margin-top:0;
}
.bd-about .bm-1 .bm-con .c-img dl dd img {
	width:152px;
	height:auto;
}
@media (min-width: 1630px) {
.bd-about .bm-1 .bm-con .c-til {
	margin: 80px 0 40px;
	line-height:60px;
}
.bd-about .bm-1 .bm-con .c-til .til {
	font-size:50px;
}
.bd-about .bm-1 .bm-con .c-til .ftil {
	font-size:60px;
}
.bd-about .bm-1 .bm-con .c-til .con {
	font-size:20px;
}
.bd-about .bm-1 .bm-con .c-box {
	width:890px;
}
.bd-about .bm-1 .bm-con .c-about {
	margin-bottom:70px;
	line-height:36px;
	font-size:16px;
}
.bd-about .bm-1 .bm-con .c-info dl {
	margin-left:-60px;
}
.bd-about .bm-1 .bm-con .c-info dl dd {
	margin-left:60px;
	padding-right:60px;
}
.bd-about .bm-1 .bm-con .c-info dl dd:before {
	left:-60px;
}
.bd-about .bm-1 .bm-con .c-info dl dd .con {
    line-height: 30px;
    font-size: 30px;
}
.bd-about .bm-1 .bm-con .c-info dl dd .con em {
	font-size:26px;
}
.bd-about .bm-1 .bm-con .c-info dl dd .til {
	font-size:16px;
}
.bd-about .bm-1 .bm-con .c-info {
	padding-bottom:80px;
}
.bd-about .bm-1 .bm-con .c-img dl dd img {
	width:204px;
	height:520px;
}
}
.bd-about .bm-2 {
	padding: 60px 0;
	background:#F7F7F7;
}
.bd-about .bm-2 .bm-con {
}
.bd-about .bm-2 .bm-con .box {
	float:left;
	position:relative;
}
.bd-about .bm-2 .bm-con .til {
	line-height: 90px;
	font-size: 36px;
}
.bd-about .bm-2 .bm-con .ftil {
	left:0;
	top:0;
	line-height: 42px;
	font-size: 40px;
	font-weight:bold;
	white-space: nowrap;
	webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: left bottom;
	color:#EEE;
	position:absolute;
}
.bd-about .bm-2 .bm-con .img {
	width:79.375%;
	float:right;
}
.bd-about .bm-2 .bm-con .img img {
	width:100%;
	height:auto;
}
@media (min-width: 1630px) {
.bd-about .bm-2 {
	padding: 80px 0;
}
.bd-about .bm-2 .bm-con .til {
	line-height: 130px;
	font-size: 50px;
}
.bd-about .bm-2 .bm-con .ftil {
	line-height: 72px;
	font-size: 60px;
}
}
.bd-about .bm-3 {
	height:522px;
	background:url(/public/images/bd-about-3-bg.jpg) no-repeat center center;
	background-size:cover;
}
.bd-about .bm-3 .bm-con {
}
.bd-about .bm-3 .bm-con dl {
}
.bd-about .bm-3 .bm-con dl dd {
	width:25%;
	display:inline-block;
	float:left;
}
.bd-about .bm-3 .bm-con dl dd a {
	text-align:center;
	display:block;
	color:#FFF;
}
.bd-about .bm-3 .bm-con dl dd i {
	margin-bottom:30px;
	height:46px;
	line-height:46px;
	font-size:46px;
	display:block;
}
.bd-about .bm-3 .bm-con dl dd .til {
	margin-bottom:30px;
	line-height:20px;
	font-size:20px;
}
.bd-about .bm-3 .bm-con dl dd .con {
	line-height:30px;
	font-size:16px;
	color:#DDD;
}
.bd-about .bm-3 .bm-con dl dd a:hover i, .bd-about .bm-3 .bm-con dl dd a:hover .til {
	color:#FF6000;
}
@media (min-width: 1630px) {
.bd-about .bm-3 {
	height:695px;
}
.bd-about .bm-3 .bm-til {
	padding:120px 0 85px;
}
.bd-about .bm-3 .bm-con dl dd i {
	margin-bottom:30px;
	height:60px;
	line-height:60px;
	font-size:60px;
}
.bd-about .bm-3 .bm-con dl dd .til {
	margin-bottom:30px;
	line-height:30px;
	font-size:24px;
}
.bd-about .bm-3 .bm-con dl dd .con {
	line-height:36px;
	font-size:18px;
}
}
.bd-about .bm-4 {
	padding-bottom:60px;
	background:url(/public/images/bd-about-4-bg.jpg) no-repeat center center;
	background-size:cover;
}
.bd-about .bm-4 .bm-con {
}
.bd-about .bm-4 .bm-con .c-btn {
	top:75px;
	width:50px;
	height:50px;
	line-height:50px;
	font-size:40px;
	text-align:center;
	display:block;
	color:#DDD;
	position:absolute;
}
.bd-about .bm-4 .bm-con .c-prev {
	left:-50px;
	background-position:left top;
}
.bd-about .bm-4 .bm-con .c-prev:hover {
	background-position:left bottom;
}
.bd-about .bm-4 .bm-con .c-next {
	right:-50px;
	background-position:right top;
}
.bd-about .bm-4 .bm-con .c-next:hover {
	background-position:right bottom;
}
.bd-about .bm-4 .bm-con .c-btn:hover {
	color:#FF6000;
}
.bd-about .bm-4 .bm-con .c-con {
	position: relative;
	overflow: hidden;
}
.bd-about .bm-4 .bm-con .c-con:before {
    content: " ";
    left: 0;
    top: 100px;
    width: 100%;
    border-bottom: 1px solid #AAA;
    position: absolute;
}
.bd-about .bm-4 .bm-con .c-con .l-ul {
	margin-left:400px;
	width:999999px;
}
.bd-about .bm-4 .bm-con .c-con .l-li {
	width: 400px;
	display:inline-block;
	float: left;
}
.bd-about .bm-4 .bm-con .c-con .l-li .box {
	margin-bottom:85px;
	position:relative;
}
.bd-about .bm-4 .bm-con .c-con .l-li .til {
	position:relative;
}
.bd-about .bm-4 .bm-con .c-con .l-li .til a {
	width:135px;
	line-height: 60px;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	color:#CCC;
}
.bd-about .bm-4 .bm-con .c-con .l-li .ico {
	left:0;
	bottom:-41px;
	width:100%;
	font-size:0;
	text-align:center;
	position:absolute;
}
.bd-about .bm-4 .bm-con .c-con .l-li .ico ul {
	border-bottom:1px solid #AAA;
	display:inline-block;
}
.bd-about .bm-4 .bm-con .c-con .l-li .ico ul li {
	margin:0 13px;
	height:8px;
	border-left:1px solid #AAA;
	display:inline-block;
	float:left;
}
.bd-about .bm-4 .bm-con .c-con .l-li .ico ul .l-2 {
	margin-top:-12px;
	height:20px;
}
.bd-about .bm-4 .bm-con .c-con .l-li .con {
	width:1200px;
	opacity:0;
}
.bd-about .bm-4 .bm-con .c-con .l-li .con p {
	padding: 55px 80px 0;
	height:175px;
	line-height:32px;
	font-size:16px;
	text-align:center;
	background:#FFF;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .left .til {
}
.bd-about .bm-4 .bm-con .c-con .l-ul .left .ico {
	text-align:left;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .right .til {
	text-align:right;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .right .ico {
	text-align:right;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on {
	position:relative;
	z-index:1;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on .til {
	text-align:center;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on .til:before {
	background:#FF6000;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on .til a {
	color:#FF6000;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on .ico ul, .bd-about .bm-4 .bm-con .c-con .l-ul .on .ico ul li {
	border-color:#FF6000;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on .con {
	margin:0 -400px;
	opacity:1;
}
@media (min-width: 1630px) {
.bd-about .bm-4 {
	padding-bottom:80px;
}
.bd-about .bm-4 .bm-con .c-con .l-ul {
	margin-left:533px;
}
.bd-about .bm-4 .bm-con .c-con .l-li {
	width: 533px;
}
.bd-about .bm-4 .bm-con .c-con .l-li .con {
	width:1600px;
}
.bd-about .bm-4 .bm-con .c-con .l-li .con p {
	font-size:18px;
}
.bd-about .bm-4 .bm-con .c-con .l-ul .on .con {
	margin:0 -533px;
}
}
.bd-about .bm-5 {
	padding-bottom:60px;
}
.bd-about .bm-5 .bm-con {
	position:relative;
}
.bd-about .bm-5 .bm-con .swiper-button {
	width:38px;
	height:38px;
	line-height:38px;
	font-size:16px;
	text-align:center;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	border:1px solid #DDD;
	display:block;
	color:#999;
}
.bd-about .bm-5 .bm-con .swiper-button-next {
	right:0;
}
.bd-about .bm-5 .bm-con .swiper-button-prev {
	left:0;
}
.bd-about .bm-5 .bm-con .swiper-button:after {
	font-size:30px;
	display:none;
}
.bd-about .bm-5 .bm-con .swiper {
	margin:0 50px;
	padding:1px 0;
}
.bd-about .bm-5 .bm-con .swiper-slide {
	width:33.33333%;
	transform: scale(0.8);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.bd-about .bm-5 .bm-con .swiper-slide-active, .bd-about .bm-5 .bm-con .swiper-slide-duplicate-active {
	transform: scale(1);
}
.bd-about .bm-5 .bm-con .swiper-slide a {
	display:block;
}
.bd-about .bm-5 .bm-con .swiper-slide .img {
	overflow:hidden;
}
.bd-about .bm-5 .bm-con .swiper-slide .img img {
	width:100%;
	height:263px;
	-webkit-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (min-width: 1630px) {
.bd-about .bm-5 {
	padding-bottom:80px;
}
.bd-about .bm-5 .bm-con .swiper-slide .img img {
	height:350px;
}
}
.bd-about .bm-7 {
}
.bd-about .bm-7 .bm-con {
}
.bd-about .bm-7 .bm-con ul {
	margin:-20px -10px 0;
}
.bd-about .bm-7 .bm-con ul li {
	margin-top:20px;
	padding:0 10px;
	width:25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	float:left;
}
.bd-about .bm-7 .bm-con ul li a {
	display:block;
}
.bd-about .bm-7 .bm-con ul li .img {
	overflow:hidden;
}
.bd-about .bm-7 .bm-con ul li .img img {
	width:100%;
	height:296px;
}
@media (min-width: 1630px) {
.bd-about .bm-7 {
	padding-bottom:40px;
}
.bd-about .bm-7 .bm-con ul li .img img {
	height:400px;
}
}
.bd-about .bm-8 {
}
.bd-about .bm-8 .bm-con {
	background:#F7F7F7;
}
.bd-about .bm-8 .bm-con dl {
}
.bd-about .bm-8 .bm-con dl dd {
	width:50%;
	display:inline-block;
	float:left;
}
.bd-about .bm-8 .bm-con .d-1 .d-con {
	padding:20px 40px;
}
.bd-about .bm-8 .bm-con .d-1 p {
	padding-left:40px;
	height:40px;
	line-height:40px;
	font-size:16px;
	display:block;
	position:relative;
}
.bd-about .bm-8 .bm-con .d-1 i {
	left:0;
	top:0;
	width:24px;
	text-align:center;
	position:absolute;
}
.bd-about .bm-8 .bm-con .d-1 span {
	font-size:18px;
}
.bd-about .bm-8 .bm-con .d-2 .map {
	height:320px;
}
@media (min-width: 1630px) {
.bd-about .bm-8 {
	padding-bottom:30px;
}
.bd-about .bm-8 .bm-con .d-1 .d-con {
	padding:40px 60px;
}
.bd-about .bm-8 .bm-con .d-1 p {
	padding-left:50px;
	height:48px;
	line-height:48px;
	font-size:18px;
}
.bd-about .bm-8 .bm-con .d-1 i {
	width:30px;
}
.bd-about .bm-8 .bm-con .d-1 span {
	font-size:24px;
}
.bd-about .bm-8 .bm-con .d-2 .map {
	height:416px;
}
}