@charset "UTF-8";
.body-wrap.left,
header.left {
	transform: translateX(-50%);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.body-wrap.on {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transform: translateX(0);
}


/* animation S */

@keyframes iconDown {
	0% {
		opacity: 0;
		top: 20%;
	}
	50% {
		top: 50%;
		opacity: 1;
	}
	100% {
		top: 70%;
		opacity: 0;
	}
}

@keyframes anishake1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(20px, 40px, 0);
		transform: translate3d(20px, 40px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anishake2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(30px, 60px, 0);
		transform: translate3d(30px, 60px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anishake3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(-10px, 40px, 0);
		transform: translate3d(-10px, 40px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


/* animation E */


/* header S */

header {
	width: 100%;
	transition: all 0.5s ease-out 0s;
	background: #fff;
	border-bottom: #f5f8fb solid 1px;
}

header.on {
	top: 0;
	transition: all 0.5s ease-out 0s;
}

header.nofixed {
	transition: all 0.5s ease-out 0s;
}

header.fixedbg {
	position: fixed;
	z-index: 999;
	border-bottom: #f5f8fb solid 1px;
}


/* */

.topwrap {
	width: 100%;
	background: #eef4fc;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
}

.topwrap .container {
	padding: 0;
}

.wecome {
	color: #5e6e82;
}

.topwrap a.cn {
	background: url(../images/cn.jpg) no-repeat left center;
	color: #5e6e82;
	float: right;
	padding-left: 36px;
}

.topwrap a.en {
	background: url(../images/en.jpg) no-repeat left center;
	color: #5e6e82;
	float: right;
	padding-left: 36px;
	margin-left: 20px;
}

.topwrap a:hover {
	color: #4b5a6c;
}

header .wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1160px;
	position: relative;
	padding: 18px 0;
	overflow: hidden;
}

header .topNav {
	width: 74%;
	float: right;
}

header .logo {
	max-width: 329px;
	float: left;
}

header .logo img {
	width: 100%;
}

header .topNav {
	float: right;
	width: 70%;
}

header .topNav-list {
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: flex-end;
}

header .topNav-item {
	margin: 0;
	position: relative;
}

header .topNav-item i {
	color: #d2d5d8;
	position: relative;
	font-size: 12px;
	top: -2px;
	padding: 0 20px;
}

header .topNav-item>a {
	padding: 0;
	text-align: right;
	float: left;
	color: #323232;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}

header .topNav-item:hover>a,
header .topNav-item.active>a {
	color: #023370;
}

header .searchli {
	padding-left: 20px;
}

header .searchli i {
	font-size: 23px;
	color: #323232;
	float: right;
	top: -5px;
	position: relative;
}

.dropNav {
	float: right;
	display: none;
	margin-top: 1px;
}

.dropNav .dropNavBtn {
	color: #5d5c5c;
	display: block;
	height: 100%;
}

.dropNav .color999 {
	color: #666666;
	top: 3px;
	position: relative;
}

.dropNav .dropNavBtn .iconfont {
	font-size: 3rem;
}

.topHeight {
	height: 70px;
}

#acurr>a {
	color: #e7141a;
}

header #acurr:after {
	content: '';
	display: block;
	background: #e7141a;
	height: 5px;
	width: 100%;
	top: -3px;
}

.headlogo {
	display: none;
}


/* header E */


/* submenu S */

.m-subMenu {
	position: fixed;
	top: 0;
	background-color: #fff;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	z-index: 1005;
	right: -100%;
	border-left: 1px solid #eee;
	width: 50%;
}

.m-subMenu.on {
	right: 0;
}

.m-subMenu .sMenu-item {
	border-bottom: 1px solid #eee;
	line-height: 50px;
	position: relative;
}

.m-subMenu .sMenu-item>a {
	display: block;
	padding: 0 0 0 20px;
}

.m-subMenu .sMenu-item .iconfont {
	font-size: 2rem;
	font-weight: 600;
	color: #999;
	position: absolute;
	top: 0;
	right: 10px;
}

.m-subMenu .sMenu-item .ms-Nav {
	background: #eee;
	display: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.m-subMenu .sMenu-item .ms-Nav a {
	display: block;
	padding-left: 20px;
}


/* submenu E */


/* banner S */

.banner {}

.banner .banner-pagination>span {
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 50%;
}

.banner .banner-pagination>span.swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.2);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.swiper-button {
	width: 200px;
	position: absolute;
	bottom: 70px;
	right: 14.7%;
}

.banner .swiper-button-wrap {
	width: 174px;
	float: right;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.banner .swiper-button-wrap div {
	width: 48px;
	position: relative;
	z-index: 99;
}

.banner .swiper-button-wrap i {
	font-size: 48px;
	color: #fff;
	opacity: 1;
}

.banner .swiper-button-wrap .swiper-button-satrt {
	padding: 4px;
	width: 48px;
	height: 50px;
	overflow: hidden;
}

.banner .swiper-button-wrap .swiper-button-satrt i {
	cursor: pointer;
}

.banner .swiper-button-wrap .swiper-button-satrt i.icon-pause {
	font-size: 40px;
}

.banner .swiper-button-wrap .swiper-button-satrt:hover i {
	color: #35567e;
	cursor: pointer;
}

.banner .swiper-button-wrap .swiper-button-satrt i.icon-kaishi {
	font-size: 36px;
	position: relative;
	top: 2px;
	left: 2px;
}

.banner .swiper-btn-next {
	background-image: none;
	width: 48px;
	height: 48px;
	position: relative;
}

.banner .swiper-btn-prev {
	width: 48px;
	height: 48px;
	background-image: none;
	position: relative;
	cursor: pointer;
}

.banner .swiper-slide {
	position: relative;
	text-align: center;
}

.banner .swiper-slide .img {
	position: relative;
	z-index: 3;
}


/* banner E */


/* main S */

.main {}


/**/

.bkn-tit {
	text-align: center;
	display: flex;
	flex-direction: column;
}

.bkn-tit h2 {
	font-size: 30px;
	padding: 30px 0 15px 0;
	font-weight: bold;
}

.bkn-tit span {
	background: #008fd6;
	width: 30px;
	height: 3px;
	display: block;
	margin: 0 auto;
}

.bkn-tit h3 {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0;
}

.bkn-about {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	display: flex;
	align-items: center;
	height: 460px;
}

.bkn-about-left {
	width: 65.6%;
	position: absolute;
	left: 0;
	z-index: 2;
	top: 0;
}

.bkn-about-right {
	border: #0068b7 solid 1px;
	width: 48.3%;
	right: 0;
	background: #fff;
	position: absolute;
	z-index: 33;
	top: 18%;
}

.bkn-about-right .abt-foot {
	width: 100%;
	display: flex;
	flex-direction: row;
	border-top: #0068b7 solid 1px;
}

.bkn-about-right .abt-foot .item {
	width: 34.33333%;
	border-right: #0068b7 solid 1px;
	text-align: center;
	color: #454444;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

.bkn-about-right .abt-foot .item a {
	display: block;
	width: 100%;
	color: #454444;
	line-height: 50px;
	overflow: hidden;
	height: 51px;
}

.bkn-about-right .abt-foot .item:first-child a {
	background: url(../images/iabt1.png) no-repeat 20% center;
}

.bkn-about-right .abt-foot .item:first-child a:hover {
	background: #0068b7 url(../images/iabt1h.png) no-repeat 20% center;
	border-bottom: none;
}

.bkn-about-right .abt-foot .item:nth-child(2) a {
	background: url(../images/iabt2.png) no-repeat 20% center;
}

.bkn-about-right .abt-foot .item:nth-child(2) a:hover {
	background: #0068b7 url(../images/iabt2h.png) no-repeat 20% center;
	border-bottom: none;
}

.bkn-about-right .abt-foot .item:nth-child(3) a {
	background: url(../images/iabt3.png) no-repeat 20% center;
}

.bkn-about-right .abt-foot .item:nth-child(3) a:hover {
	background: #0068b7 url(../images/iabt3h.png) no-repeat 20% center;
	border-bottom: none;
}

.bkn-about-right .abt-foot .item a:hover {
	color: #fff;
}

.bkn-about-right .abt-foot .item:last-child {
	border-right: none;
	width: 35%;
}

.bkn-about-right .abt-content {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 30px 0;
}

.bkn-about-right .abt-content p {
	font-size: 14px;
	line-height: 26px;
}

.bkn-about-right .abt-content h2 {
	font-size: 18px;
	color: #0068b7;
	line-height: 20px;
	padding: 15px 0;
}

.bkn-about-right .abt-content h1 {
	color: #252424;
	font-size: 24px;
	font-weight: bold;
}

.bkn-about-right .abt-content h1 span {
	color: #fff;
}


/**/

.bkn-product-wrap {
	width: 100%;
	background: url(../images/cpbg.jpg) repeat center top;
	margin-top: 50px;
}

.product-list-nva {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 5px;
	overflow: hidden;
	flex-flow: wrap;
}

.product-list-nva a {
	background: #616161;
	padding: 5px 15px;
	font-size: 14px;
	margin: 5px;
	color: #fff!important;
}

.product-list-nva a:hover {
	background: #0068b7;
	color: #fff;
}

.product-list-nva a.cur {
	background: #0068b7;
	color: #fff;
}


.smwh-case-list {
	padding: 25px 0 30px 0;
	margin-top: 36px;
	margin-bottom: 10px;
}

.smwh-case-list .row {
	margin: 0 -12px;
}

.smwh-case-list .p9 {
	padding: 0 12px;
}

.smwh-case-list .item {
	padding-bottom: 10px;
	text-align: center;
}

.smwh-case-list  .pic {
	width: 100%;
	overflow: hidden;
	transition: all 0.6s;
	height: 0;
	padding-bottom: 68%;
	overflow: hidden;
	border: #d7d7dc solid 1px;
}

.smwh-case-list  .pic img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
}

.smwh-case-list .item:hover .pic {
	border: #008fd6 solid 1px;
}
.smwh-case-list .swiper-slide:hover .pic {
	border: #008fd6 solid 1px;
}

.smwh-case-list h2 {
	font-size: 16px;
	margin: 10px 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-align: center;e
}
.smwh-case-list .item:hover h2{
	color: #0068b7;
	font-weight: bold;
}

.bkn-pro{
	padding-bottom: 30px;
}
.smwh-case-list .swiper-pagination{
	margin-top: 20px;
}
.smwh-case-list .swiper-pagination-bullet{
	background: #616161;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.smwh-case-list .swiper-pagination-bullet-active{
	background: #fff;
	border: #096db9 solid 2px;
}

.smwh-case-list .bkn-pro  .pic{
	padding-bottom: 68%;
}

/**/

.news-wrap {
	margin: 45px auto;
}

.news-one {
	width: 52%;
	float: left;
}

.news-tit {
	color: #21344a;
	font-size: 20px;
	line-height: 25px;
	display: block;
	padding-left: 32px;
	font-weight: bold;
	background: url(../images/tb.png) no-repeat left top;
	margin-bottom: 20px;
}

.news-one a.recom {
	width: 100%;
	height: 130px;
	display: block;
	margin-bottom: 18px;
}

.news-one a.recom img {
	width: 200px;
	height: 130px;
	float: left;
	margin-right: 20px;
}

.news-one dl {
	float: left;
	margin: 0;
	padding: 0;
	width: 337px;
}

.news-one dl dt {
	font-size: 18px;
	height: 31px;
	font-weight: normal;
	color: #1d1d1d;
	overflow: hidden;
	line-height: 31px;
}
.news-one dl dt a{
	color: #1d1d1d;
}
.news-one a :hover dl dt {
	color: #337ab7;
}
.news-one dl .dddate {
	margin: 0;
	padding:10px 0 0 0;
	color: #8c8c8c;
	font-size: 14px;
	height: 38px;
}

.news-one dl .ddtext {
	margin: 0;
	padding: 5px 0 0 0;
	color: #696969;
	font-size: 14px;
}

.news-one {
	color: #8c8c8c;
}

.news-one ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

.news-one ul li {
	padding: 5px 0 5px 16px;
	font-size: 14px;
	overflow: hidden;
	background: url(../images/tb-dot.jpg) no-repeat left 20px;
	color: #1d1d1d;
	height: 31px;
	line-height: 31px;
}
.news-one ul li a{
	color: #1d1d1d;
}
.news-one ul li a:hover{
	color: #337ab7;
}
.news-two {
	width: 42%;
	float: right;
}

.news-two ul {
	margin: 0;
	padding: -10px 0 0 0;
	list-style: none;
}

.news-two ul li {
	height: 40px;
	border-bottom: #eaeaea solid 1px;
	font-size: 14px;
	overflow: hidden;
	background: url(../images/tb2.png) no-repeat left center;
	padding-left: 16px;
	line-height: 40px;
	color: #2e2f2f;
}
.news-two ul li a{
	color: #2e2f2f;
}
.news-two ul li a:hover{
	color: #337ab7;
}
.news-two ul li span {
	float: right;
	color: #666666;
	font-family: arial;
}


/**/

.bkn-yeji-wrap {
	width: 100%;
	background: #fafafa;
}

.bkn-yeji-box {
	width: 895px;
	margin: 0 auto;
	background: url(../images/map.png) no-repeat center top;
	height: 440px;
	position: relative;
}

.bkn-yeji-box .d1 {
	position: absolute;
	width: 100px;
	height: 100px;
}

.bkn-yeji-box .t1 {
	background: url(../images/m1.png);
	top: 65px;
	right: 157px;
	background-size: cover;
}

.bkn-yeji-box .t2 {
	background: url(../images/m2.png);
	top: 130px;
	left: 405px;
	background-size: cover;
}

.bkn-yeji-box .t3 {
	background: url(../images/m3.png);
	top: 130px;
	left: 85px;
	background-size: cover;
}

.bkn-yeji-box .t4 {
	background: url(../images/m4.png);
	bottom: 0;
	left: 212px;
	background-size: cover;
}

.bkn-yeji-box .t5 {
	width: 226px;
	height: 171px;
	background: url(../images/m5.png);
	top: 174px;
	right: 66px;
	z-index: 1;
	background-size: cover;
}


/**/

.bkn-partner {
	padding: 30px 0 35px 0;
}

.bkn-partner img {
	border: #efefef solid 1px;
	border-radius: 10px;
	-webkit-box-shadow: #eeeeee 0px 0px 5px;
	-moz-box-shadow: #eeeeee 0px 0px 5px;
	box-shadow: #eeeeee 0px 0px 5px;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.bkn-partner a:hover img {
	border: #0068b7 solid 1px;
}

 


/* footer S */

footer {
	display: block;
	color: #c0c4cf;
	font-size: 12px;
	line-height: 25px;
	background: #2a2e37;
	display: block;
	width: 100%;
	padding: 35px 0 25px 0;
}

footer a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #c0c4cf!important;
}

footer a:hover {
	color: #95979e!important;
}

footer .foot-box {
	padding: 0;
}

.foot-box .address {
	float: left;
	overflow: hidden;
	width: 42%;
}

.foot-box h2 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 30px;
	border-bottom: #4b4954 solid 1px;
	margin-bottom: 30px;
}

.foot-box .address h3 {
	color: #c0c4cf;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.foot-box p {
	font-size: 12px;
	margin-bottom: 15px;
}

.foot-box p span.space {
	padding: 0 20px;
}

.foot-box .address .addinfo {
	display: flex;
	flex-direction: row;
	border-bottom: #4b4954 solid 1px;
	padding-bottom: 10px;
}

.foot-box .address .addinfo .item:first-child {
	width: 65%;
}

.foot-box .copyright {
	line-height: 24px;
	padding-top: 23px;
}

.foot-box .searchform {
	width: 48.2%;
	float: right;
}

.foot-box .searchform h2 {
	font-family: arial;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.foot-box .searchform form {
	padding-top: 20px;
}

.foot-box .searchform input.text {
	border: #686673 solid 1px;
	background: none;
	padding: 10px 10px;
	font-size: 14px;
	color: #c0c4cf;
	margin-bottom: 9px;
}

.foot-box .searchform input.text:first-child {
	width: 43%;
}

.foot-box .searchform input.text:nth-child(2) {
	width: 55%;
	float: right;
}

.foot-box .searchform input.text:nth-child(3) {
	width: 100%;
}

.foot-box .searchform textarea.textarea {
	background: none;
	padding: 10px 10px;
	font-size: 14px;
	border: #686673 solid 1px;
	color: #c0c4cf;
	width: 100%;
	margin-bottom: 9px;
}

.foot-box .searchform button.button {
	border: #0091c3 solid 1px;
	background: #1eb9ee;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 10px;
	height: 40px;
	line-height: 40px;
	width: 170px;
}


/* footer E */


/*----*/

.page {
	padding: 20px 0px 30px 0px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	font-size: 14px;
}

.page A {
	BORDER-RIGHT: #c7c7c7 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #c7c7c7 1px solid;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c7c7c7 1px solid;
	COLOR: #fff;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c7c7c7 1px solid;
	TEXT-DECORATION: none;
	background: #c7c7c7;
}

.page A:hover {
	BORDER-RIGHT: #2877c6 1px solid;
	BORDER-TOP: #2877c6 1px solid;
	BORDER-LEFT: #2877c6 1px solid;
	COLOR: #fff;
	BORDER-BOTTOM: #2877c6 1px solid
}

.page A:active {
	BORDER-RIGHT: #c7c7c7 1px solid;
	BORDER-TOP: #c7c7c7 1px solid;
	BORDER-LEFT: #c7c7c7 1px solid;
	COLOR: #fff;
	BORDER-BOTTOM: #c7c7c7 1px solid
}

.page SPAN.current {
	BORDER-RIGHT: #2877c6 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #2877c6 1px solid;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #2877c6 1px solid;
	COLOR: #fff;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #2877c6 1px solid;
	background: #2877c6;
}

.page SPAN.disabled {
	BORDER-RIGHT: #c9c9c9 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #c9c9c9 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #ababab;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c9c9c9 1px solid
}


/**/

.sub-honor {
	background: url(../images/honorbg.jpg) repeat-y center top;
	margin-top: 40px;
}

.sub-honor .row {
	margin: 0 15px;
}

.sub-honor .row .p9 {
	padding: 0 24px;
}

.sub-honor .row .p9 .pic {
	margin-bottom: 50px;
}

.sub-honor .row .p9 h2 {
	height: 80px;
	line-height: 22px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: center;
}


/**/

.sub-about-tit {
	background: #f8f9fd;
	text-align: center;
	padding: 50px 0;
}

.sub-about-tit h1 {
	font-size: 30px;
	color: #0062b2;
	font-weight: bold;
}

.sub-about-tit h3 {
	color: #6a6a6a;
	font-size: 16px;
	padding-top: 26px;
}

.sub-about {
	background: url(../images/jt.jpg) no-repeat center top;
	padding: 55px 0 55px 0!important;
	font-size: 14px;
	line-height: 26px;
}

.sub-about img {
	max-width: 100%;
}


/**/

.bkn-culture {
	background: url(../images/culbg.jpg) repeat-y center top;
	padding-bottom: 30px;
	padding-top: 15px;
}

.bkn-culture-box {
	margin-top: 50px;
}

.bkn-culture-box .row {
	margin: 0 -25px;
}

.bkn-culture-box .row .p9 {
	padding: 0 25px;
	margin-bottom: 25px;
}

.bkn-culture-box .row .p9 .item {
	background: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.bkn-culture-box .row .p9 .item .pic {
	width: 52.2%;
	float: left;
	background-size: cover;
	background: url(../images/wh1.jpg) no-repeat;
	
}
.bkn-culture-box .row .p9 .item .pic img{
	height: 100%;
}

.bkn-culture-box .row .p9 .item .right-box {
	padding: 15px 28px;
	display: flex;
	flex-direction: column;
	width: 48%;
}

.bkn-culture-box .row .p9 .item .right-box h2 {
	font-size: 26px;
	color: #434343;
}

.bkn-culture-box .row .p9 .item .right-box h3 {
	font-family: arial;
	font-size: 14px;
	color: #c5c5c5;
	line-height: 30px;
}

.bkn-culture-box .row .p9 .item .right-box p {
	line-height: 28px;
	padding: 10px 0 15px 0;
}

/**/
.bkn-partner-list {
	padding: 0px 0 0px 0;
	margin-top: 40px;
	margin-bottom: 30px;
}

.bkn-partner-list .row {
	margin: 0 -10px;
}

.bkn-partner-list .item {
	margin-bottom: 20px;
	text-align: center;
}

.bkn-partner-list .p9 {
	padding: 0 10px;
}

.bkn-partner-list img {
	border: #eeeeee solid 1px;
	border-radius: 10px;
	-webkit-box-shadow: #eeeeee 0px 0px 5px;
	-moz-box-shadow: #eeeeee 0px 0px 5px;
	box-shadow: #eeeeee 0px 0px 5px;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.bkn-partner-list a:hover img {
	border: #0068b7 solid 1px;
}
.bkn-partner-list .item h2{
	color: #2e2e2e;
	font-size: 14px;
	height: 30px;
	padding-top: 15px;
	overflow:hidden;
}
.bkn-partner-list .item  a:hover h2{
	color: #0068b7;
}

/**/
.bkn-product{
	margin: 30px auto;
}
/**/
 
.sub-news-list {
	clear: both;
	padding: 0px 0 0px 0;
	margin-top: 30px;
}
 

.sub-news-list  a {
	padding:17px;
	border: #e3e3e3 solid 1px;
	background: #fff;
	display: block;
	overflow: hidden;
	margin-bottom: 14px;
}

.sub-news-list  a:hover {
	border: #0068b7 solid 1px;
}

.sub-news-list .news-item {
	display: flex;
	flex-direction: row;
}

.sub-news-list .news-item .left {
	width: 82%;
}

.sub-news-list .news-item .left .pic {
	overflow: hidden;
	width:35.5%;
	float: left;
	margin-right: 26px;
}

.sub-news-list .news-item .left .pic img {
	max-width: 100%;
}
.sub-news-list .news-item .left .dl{
	float: left;
	width: 60%;
}
.sub-news-list .news-item .left h3 {
	color: #414040;
	font-size: 16px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	padding-top: 3px;
}

.sub-news-list .news-item .left h4 {
	color: #7a7a7a;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}


.sub-news-list a:hover .left h3 {
	color: #0068b7;
}
 
.sub-news-list .news-item .left p {
	color: #5e5e5e;
	font-size: 14px;
	line-height: 24px;
	height: 78px;
	overflow: hidden;
	margin-top: 15px;
}
 
.sub-news-list .news-item .line {
	border-right: #d5d5d5 solid 1px;
	width: 20%;
	margin-right: 40px;
}

.sub-news-list a:hover .news-item .line {
	border-right: #0068b7 solid 1px;
}

.sub-news-list .news-item .date-wrap {
	width: 12%;
	color: #fff;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	float: right;
	
}

.sub-news-list .news-item .date-wrap .more {
 
	font-size: 12px;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #7f7f7f;
}

.sub-news-list .news-item .date-wrap .more i {
	color: #7f7f7f;
	font-size: 20px;
}
 
.news-item>a {
	float: left;
	display: block;
	width: 310px;
	height: 190px;
	overflow: hidden;
}
 

.news-item .morenews {
	font-size: 13px;
	padding: 3px 10px;
	border-radius: 3px;
	border: #dcdcdc solid 1px;
}


/**/
.subcontact {
	border-bottom: #007ac3 solid 1px;
	border-top: #007ac3 solid 1px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 30px auto;
	
}
.subcontact .item{
	border-right: #e2e2e2 solid 1px;
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: 30px 0;
}
.subcontact .item:last-child{
	border-right: none;
}

.subcontact .item .city{
	width: 117px;
	height: 117px;
	border-radius:50%;
	margin: 0 auto;
	background: #0068b7;
	text-align: center;
	line-height: 117px;
	font-size: 24px;
	color: #fff;
}

.subcontact .item .content{
	padding: 20px;
	line-height: 26px;
	font-size: 16px;
	text-align:center;
} 
.map-wrap {
	width: 100%;
	margin: 25px auto;
}

.subcontact .ewm-wrap img {
	margin: 0 auto;
}
 
 /**/
.bkn-feed-wrap{
	width: 100%;
	background: #f8f9fd;
	margin-top: 30px;
	padding: 40px 0;
}
.bkn-feed-list{
	width: 44.4%;
	float: left;
}
.bkn-feed-list .item{
	padding: 15px 0 20px 0;
	font-size: 14px;
	border-bottom: #cecece dashed 1px;
	line-height: 33px;
}
.bkn-feed-list .item .name{
	font-size: 14px;
	color: #0068b7;
}
.bkn-feed-list .item .name span{
	color: #c5c5c5;
}
.bkn-feed-list .item .title{
	color: #666666;
	height: 33px;
	overflow: hidden;
}
.bkn-feed-list .item p{
	line-height: 20px;
	color: #053c65;
}
.bkn-feed-right{
	width: 53.4%;
	float: right;
}
.bkn-feed-right h2{
	color: #444444;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
}
.bkn-feed-right form{
	padding-top: 30px;
}

.bkn-feed-right input.text {
	border: #e1e2e9 solid 1px;
	background: none;
	padding: 10px 10px;
	font-size: 14px;
	color: #333;
	margin-bottom: 9px;
	width: 100%;
	background: #fff;
}

.bkn-feed-right  textarea.textarea {
	background: none;
	padding: 10px 10px;
	font-size: 14px;
	border: #e1e2e9 solid 1px;
	color: #333;
	width: 100%;
	margin-bottom: 9px;
	background: #fff;
}

.bkn-feed-right  button.button {
	border: #007ac3 solid 1px;
	background: #007ac3;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
	height: 45px;
	line-height: 45px;
	width: 100%;
}

/**/
.bkn-videode-wrap{
	background: #fff;
}
.video-source{
	padding: 40px 40px 0 40px;
}
.video-content{
	padding: 0 40px;
	font-size: 14px;
	line-height: 26px;
}
.video-content .tit{
	color: #1f1e1e;
	font-size: 24px;
	line-height: 28px;
	padding: 20px 0;
}
/* topNav S */

.mtopNav {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #6f7379;
}

.mtopNav .mtopNav-list {
	display: inline-block;
	margin: 0 auto;
}

.mtopNav .mtopNav-item {
	float: left;
	padding: 0 40px;
	color: #333;
}

.mtopNav .mtopNav-item i.iconfont {
	font-size: 3rem;
	color: #7f7f7f;
	display: inline-block;
	margin-bottom: 5px;
}

.mtopNav .mtopNav-item p {
	color: #3a3a3a;
	font-size: 1.5rem;
}

.mtopNav .mtopNav-item.active:after {
	height: 2px;
	bottom: -20px;
	position: relative;
}

.mtopNav .mtopNav-item>a {
	display: inline-block;
	padding: 0 20px;
}

.mtopNav .mtopNav-item:hover i,
.mtopNav .mtopNav-item:hover p {
	color: #e7141a !important;
}


/* topNav E */


/* mbomNav S */

.mbomNav-list {
	text-align: center;
	padding: 3rem 0;
}

.mbomNav-item {
	display: inline-block;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	font-size: 1.4rem;
	margin: 5px;
}

.mbomNav-item:hover,
.mbomNav-item.active {
	background: #e7141a;
	color: #fff;
	border-color: #e7141a;
}


/* mbomNav E */


/* product S */

.bkn-application {
	width: 100%;
	margin: 25px auto;
}

.bkn-application .row {
	margin: 0 -12px;
}

.bkn-application .p9 {
	padding: 0 12px;
}

.bkn-application .item {
	float: left;
	width: 100%;
	display: block;
	position: relative;
	top: 0;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
}

.bkn-application .item .pic {
	background: #fafafa;
	text-align: center;
	width: 100%;
	width: 100%;
	height: 0;
	padding-bottom: 68%;
	overflow: hidden;
	border: #b4b4b8 solid 1px;
}

.bkn-application .item .pic img {
	width: 100%;
}

.bkn-application .pro-tit {
	font-size: 1.6rem;
	text-align: center;
	padding: 13px 0;
	height: 50px;
	overflow: hidden;
}

.bkn-application .item:hover {
	background: #fff;
}
/**/

/**/

.prode {
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
}

.prode .pic {
	width: 46.5%;
	border: #ddd solid 1px;
	float: left;
}

.prode .pro-subcontent {
	width: 44.8%;
	float: left;
	margin-left: 50px;
}

.prode .pro-subcontent h2 {
	color: #0068b7;
	font-size: 24px;
	font-weight: bold;
	padding: 17px 0 10px 0;
}

.prode .pro-subcontent p {
	line-height: 24px;
	height: 170px;
	font-size: 14px;
	margin-top: 15px;
}
.proshare {
	position: relative;
}

.prode .pro-subcontent .achat {
	background: #ff7200;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	margin-right: 6px;
	float: left;
	border-radius: 5px;
}

.prode .pro-subcontent .achat:hover {
	background: #f69660;
}

.prode .pro-subcontent .adown {
	background: #4a4a4a;
	width: 120px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	margin-right: 6px;
	float: left;
	border-radius: 5px;
}

.prode .pro-subcontent .adown:hover {
	background: #0e8ade;
}

.prode-tit {
	margin: 0 auto;
	margin-top: 30px;
	line-height: 35px;
	background: #f3f3f3;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.prode-tit h3{
	width: 160px;
	height: 35px;
	line-height: 35px;
	background: #0068b7;
	text-align: center;
	font-size: 16px;
}

.prode-content {
	width: 100%;
	max-width: 1160px;
	margin: 30px auto;
	font-size: 14px;
	line-height: 28px;
}
.prode-content td,
.prode-content th{
	padding: 0 5px;
}

.prode-content img {
	max-width: 100%;
}


 
 
/**/

.newsde-wrap {
	padding: 40px 0;
}

.news-recomm {
	width: 23%;
	float: right;
	padding-top: 44px;
}

.news-recomm ul {
	padding: 15px 0px;
}

.news-recomm ul li {
	clear: both;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
}

.news-recomm ul li a {
	color: #656565;
}

.news-recomm ul li a:hover {
	color: #d71920;
}

.news-recomm .tit {
	color: #666666;
	font-size: 16px;
	padding: 10px 0;
	border-bottom: #cccccc solid 1px;
}

.news-recomm .tit:before {
	content: "|";
	color: #d71920;
	padding-right: 8px;
	font-weight: bold;
}

.newsde-left {
	width: 100%;
	min-height: 500px;
}

.newsde-left-box {
	margin-right: 70px;
}

.newsde {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	position: relative;
}

.newsde .newsde-tit {
	font-size: 24px;
	padding: 0;
	font-weight: bold;
	color: #0068b7;
	line-height: 30px;
	padding-bottom: 10px;
	text-align: left;
	width: 70%;
}

.newsde .newsde-info {
	font-size: 14px;
	color: #878e93;
	line-height: 18px;
	padding: 10px 0 20px 0;
	margin: 0 auto;
	text-align: left;
	border-bottom: #cccccc solid 1px;
}

.newsde .newsde-share {
	width: 264px;
	height: 35px;
	position: absolute;
	right: 0%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	top: 30px;
}

.newsde-share a {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 0 8px 5px;
	padding: 0;
}
.newsde-share a {
	display: block;
	width: 35px;
	height: 35px!important;
	margin: 0 0 8px 5px;
	padding: 0;
}
0364bc {
	width: 26px;
	height: 26px!important;
}

.newsde-share a.bds_sqq {
	background: url(../images/s1.jpg);
	background-size: cover;
}

.newsde-share a.bds_weixin {
	background: url(../images/s2.jpg);
	background-size: cover;
}

.newsde-share a.bds_tsina {
	background: url(../images/s3.jpg);
	background-size: cover;
}

.newsde-share a.bds_qzone {
	background: url(../images/s4.jpg);
	background-size: cover;
}

.newsde-share a.bds_tqq {
	background: url(../images/s6.jpg);
	background-size: cover;
}

.newsde-share a.bds_renren {
	background: url(../images/s5.jpg);
	background-size: cover;
}

.newsde .newsde-content {
	padding: 20px 0;
	font-size: 14px;
	line-height: 28px;
	min-height: 300px;
}

.newsde .newsde-content img {
	max-width: 100%;
}

.newsde .newsde-fenye {
	line-height: 32px;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.newsde .newsde-fenye .fenye-box {
	width: 84%;
}

.newsde .newsde-fenye .fenye-box a {
	width: 60%;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 32px;
}

.newsde .newsde-fenye .fenye-box a:hover {
	color: #0068b7;
}

.newsde .newsde-fenye a.prev {
	float: none;
	display: block;
}

.newsde .newsde-fenye a.next {
	clear: both;
	display: block;
}

.newsde .newsde-fenye .goback {
	text-align: center;
	display: block;
	width: 152px;
	height: 38px;
	line-height: 38px;
	color: #716f6f;
	border: #d6d6d6 solid 1px;
	margin-top: 10px;
}

.newsde .newsde-fenye .goback i {
	color: #716f6f;
	margin: 0 0px 0 25px;
	float: left;
}

.newsde .newsde-fenye .goback:hover {
	color: #0068b7;
}

.newsde .newsde-fenye .goback:hover i {
	color: #0068b7;
}


/**/

.casede {
	width: 100%;
}

.casede .newsde-left-box {
	margin-right: 0;
}

.search-wrap {
	display: flex;
	flex-direction: row;
}
.search-wrap input {
	background: none;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	width: 80%;
	background: #fff;
	border: none;
	outline: none;
	padding-left: 10px;
}
 

.search-wrap  button {
	background: #007ac3;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
	height: 45px;
	line-height: 45px;
	width:20%;
	border: none;
	outline: none;
	font-size: 14px;
}


/**/

.sroll_top {
	right: 3%;
	bottom: 3.7%;
	position: fixed;
	display: none;
	cursor: pointer;
}


/**/

.right-nav {
	position: fixed;
	right: 3%;
	top: 50%;
	width: 36px;
	height: 160px;
	margin-top: -80px;
	color: #fff;
	z-index: 99;
	transition: right, 0.5s;
	font-size: 14px;
}

.right-nav .iconfont {
	color: #fff;
	line-height: 36px;
	font-size: 24px;
}

.right-nav .nav-advertisement {
	cursor: pointer;
}

.fttel {
	line-height: 22px;
}

.fttel span {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.fttel span:first-child {
	border-bottom: #fff solid 1px;
}

@media screen and (max-width: 1365px) {
	.right-nav {
		right: 0px;
	}
	.right-nav .nav-recharge .line {
		background-color: transparent;
	}
	.right-nav .nav-advertisement img {
		margin-left: 0;
	}
}

@media screen and (min-width: 1366px) {
	.right-nav .nav-recharge,
	.go-top {
		left: 0;
	}
	.right-nav .nav-recharge .line {
		background-color: #fff;
	}
	.right-nav .nav-hover>.go-top {}
	.right-nav .nav-advertisement img {
		margin-left: -36px;
	}
}

.right-nav .nav-recharge .line {
	width: 24px;
	height: 1px;
}

.right-nav .nav-hover {
	margin-top: 10px;
}

.right-nav .nav-hover>div {
	height: 36px;
	position: relative;
	text-align: center;
	line-height: 14px;
	overflow: hidden;
}

.right-nav .nav-hover>.go-top {
	width: 36px;
	cursor: pointer;
	transition-property: left;
	transition-duration: 0.5s;
}

.right-nav .nav-hover>.go-top>img {
	width: 20px;
}

.right-nav .nav-hover>div>img {
	margin-top: 9px;
}

.right-nav .nav-hover>div .nav-open {
	position: absolute;
	left: -150px;
	top: 0;
	min-height: 36px;
	opacity: 0;
	width: 135px;
	line-height: 36px;
	background-color: #0068b7;
	color: #fff;
	transition: left, 0.5s;
	display: none;
}

.right-nav .nav-hover>div.mp-code-wrap .nav-open {
	width: 281px;
	left: -296px;
	background-color: #ffffff;
}

.right-nav .nav-hover>div.mp-code-wrap .redPoi {
	display: block;
}

.right-nav .nav-hover>div.mp-code-wrap:hover .nav-open {
	opacity: 1;
	left: -281px;
	display: block;
}

.right-nav .nav-hover>div.mp-code-wrap .mp-code .line {
	margin: 18px 5px 0;
	height: 100px;
	width: 1px;
	background-color: #ccc;
}

.right-nav .nav-hover>div.mp-code-wrap .content {
	background-color: #ffffff;
	color: #282828;
}

.right-nav .nav-hover>div .nav-open .arrow {
	position: absolute;
	right: -8px;
	top: 14px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 4px solid #0068b7;
}

.right-nav .nav-hover>div .nav-open .team-num {
	line-height: 18px;
	color: #f6f8f9;
	margin-top: -5px;
	padding-bottom: 5px;
}

.right-nav .nav-hover>div .nav-open .team-num2 {
	margin-top: 10px;
	font-size: 12px;
}

.right-nav .nav-hover>div .nav-open img {
	width: 135px;
}

.right-nav .nav-hover>div {
	background-color: #626262;
	overflow: visible;
	border-radius: 3px;
	margin-bottom: 3px;
}

.right-nav .nav-hover>div:hover {
	background-color: #0068b7;
	overflow: visible;
}

.right-nav .nav-hover>div:hover .nav-open {
	opacity: 1;
	left: -140px;
	display: block;
}

.right-nav .nav-hover>div .fdweixin {
	background: #0068b7!important;
	padding: 8px;
	width: 150px;
	left: -180px;
}

.right-nav .nav-hover>div:hover .fdweixin {
	opacity: 1;
	left: -155px;
	display: block;
}


/**/

.mshow {
	display: none;
	opacity: 0;
}

.mshow {
	display: none;
}


/**/

.mservice {
	display: none;
}

.swiper-container-view,
.pagination-view {
	display: none;
}


/**/

.footH {
	height: 5rem;
	display: none;
}

.footFix {
	background: #1d2635;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff!important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}
.head_phone{
	float: right;
	font-size: 15px;
}
.friend_links {
	background: #2a2e37;
	padding: 16px 0 0 0;
	width: 100%;
	border-top: #4b4954 solid 1px;
	margin-top: 40px;
}

.friend_links,
.yqlinks a {
	font-size: 12px;
	color: #c0c4cf;
	line-height: 30px
}

.yqlinks a {
	white-space: nowrap
}

.yqlinks a:hover {
	color: #288ce3
}

.yqlinks em {
	margin: 0 6px;
	font-style: normal
}