.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);.servicein-list .row .item
}


/* 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);
	}
}

@font-face {
	font-family: "迷你简粗倩";
	/*url("../fonts/迷你简粗倩.woff2") format("woff2"), 
	url("../fonts/迷你简粗倩.woff") format("woff"), */
	src: url("../fonts/迷你简粗倩.ttf") format("truetype"), 
	url("../fonts/迷你简粗倩.eot") format("embedded-opentype"), 
	url("../fonts/迷你简粗倩.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}


/* animation E */

.icon {
	width: 24px;
	height: 24px;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}


/* header S */
.topwrap{
	width: 100%;
	height: 30px;
	background: #fafafa;
	color: #808080;
	border-bottom: #e3e3e3 solid 1px;
	line-height: 30px;
}
span.welcom{
	float: left;
	font-size: 12px;
	font-family: arial;
}
span.tel{
	float: right;
	color: #be0808;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
}
span.tel i{
	color: #d82415;
}
header {
	width: 100%;
	transition: all 0.5s ease-out 0s;
	background: #fff;
}

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: 9999;
	border-bottom: #e3e3e3 solid 1px;
}


/*头部框架 尺寸*/

header .wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	padding: 18px 0;
	overflow: hidden;
}

header .topNav {
	width: 74%;
	float: right;
}

header .logo {
/*	max-width: 426px;*/
	float: left;
}

header .logo img {
	width: 100%;
}
 
header .topNav {
	float: right;
	width: 48%;
}

header .searchbtn{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #0365a8;
	color: #fff;
	float: right;
	text-align: center;
	line-height: 30px;
	margin-top: 16px;
	margin-left: 30px;
}
 
header .topNav-list {
	margin: 0;
	padding: 10px 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;
	padding: 10px 7px 0 7px;
	margin-left: 20px;
}

header .topNav-item:last-child {
	padding: 10px 0 0 7px;
}

header .topNav-item i {
	color: #0365a8;
	top: -2px;
	position: relative;
}

header .topNav-item>a {
	padding: 0;
	text-align: right;
	float: left;
	color: #333333;
	font-size: 16px;
	padding-bottom: 10px;
}

header .topNav-item:hover>a,
header .topNav-item.active>a {
	color: #0365a8;
 
}

.dropNav {
	float: right;
	display: none;
	margin-top: 12px;
}

.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 {
	width: 100%;
}
.banner .swiper-wrapper{
	width: 100%;
}
.banner .swiper-container {
      width: 100%;
      height: 100%;
      display: block;
    }
.banner img{
	text-align: center;
	max-width: 100%;
}
.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 {
 
}

.banner .swiper-slide .img {
	 
}
.bannerin{
	width: 100%;
}
.bannerin img{
	max-width: 100%;
}
/* banner E */


/* main S */

.main {}


/*首页服务项目*/

.service-fwwrap {
	background: #f6f6f6;
	padding-top: 40px;
	padding-bottom: 20px;
}

.service-fw {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-fw .item {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	display: block;
	width: 22%;
	float: left;
	max-width: 280px;
}

.service-fw .item .show-ser {
	text-align: center;
}

.service-fw .item .subtitle {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0 0;
	border-bottom: #ddd solid 1px;
}

.service-fw .item .show-ser .subtitle img {
	margin-bottom: 40px;
	margin-top: 30px;
}

.service-fw .item p {
	font-size: 14px;
	color: #767676;
	line-height: 23px;
	margin-top: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-align: left;
	height: 135px;
}

.service-fw .item .show-ser h2 {
	color: #29292b;
	font-weight: bold;
	font-size: 18px;
	height: 40px;
	margin-bottom: 40px;
	line-height: 26px;
}

.service-fw .item .hide-ser {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0365a8;
	transition: 0.5s;
	color: #fff;
	opacity: 0;
	z-index: 999;
	text-align: center;
}

.service-fw .item:hover .hide-ser {
	bottom: 0;
	opacity: 1;
}


.service-fw .item:hover .hide-ser img {
	max-width: 100%;
}

.service-fw .item .hide-ser h2 {
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 32px;
	padding-top: 10px;
}

.service-fw .item .hide-ser h3 {
	width: 100%;
	color: #ff9fa3;
	font-family: arial;
	text-transform: uppercase;
	font-size: 12px;
}

.service-fw .item .hide-ser ul {
	margin: 0 auto;
	width: 96%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 25px 0;
	overflow: hidden;
}

.service-fw .item .hide-ser ul li {
	border: #ed686d solid 1px;
	width: 30%;
	margin: 1.5%;
}

.service-fw .item .hide-ser ul li a {
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	padding: 6px 0;
	width: 100%;
}


/* 首页 创意*沟通*服务  */

.smwh-case {
	padding: 20px 0;
}

.smwh-case-tit {
	padding: 20px 0;
	text-align: center;
}

.smwh-case-tit h2 {
	font-size: 24px;
}

.smwh-case-tit h2 i {
	color: #0365a8;
	font-weight: bold;
}

.smwh-case-tit h3 {
	font-family: Century Gothic;
	font-size: 16px;
	line-height: 30px;
}

.smwh-case-list {
	padding: 25px 0 30px 0;
}

.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 .item .pic {
	width: 100%;
	overflow: hidden;
	transition: all 0.6s;
	height: 0;
	padding-bottom: 62%;
	overflow: hidden;
}

.smwh-case-list .item .pic img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
}

.smwh-case-list .item:hover .pic img {
	transform: scale(1.2);
}

.smwh-case-list .item h2 {
	font-size: 14px;
	margin: 20px 0;
	-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
				height: 30px;
				line-height: 30px;
}


/*首页关于我们*/
.bkn-about {
	overflow: hidden;
	margin-top: 45px;
}

.bkn-about-left {
	width: 45.7%;
	float: left;
}

.bkn-about-right {
	width:50%;
	float: right;
}

.bkn-about-right .abt-foot {
	width: 100%;
	display: flex;
	flex-direction: row;
	border-top: #d9dadc solid 1px;
	border-left: #d9dadc solid 1px;
}

.bkn-about-right .abt-foot .item {
	width: 34.33333%;
	border-right: #d9dadc solid 1px;
	border-bottom: #d9dadc 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: 60px;
	overflow: hidden;
	height: 61px;
}

.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: #0365a8 url(../images/iabt1h.png) no-repeat 20% center;
 
}

.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: #0365a8 url(../images/iabt2h.png) no-repeat 20% center;
 
}

.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: #0365a8 url(../images/iabt3h.png) no-repeat 20% center;
 
}

.bkn-about-right .abt-foot .item a:hover {
	color: #fff;
}

.bkn-about-right .abt-foot .item:last-child {
	width: 35%;
}

.bkn-about-right .abt-content {
	margin: 0 auto;
	padding:17px 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: #333333;
	font-weight: bold;
	line-height: 20px;
	padding: 20px 0 15px 0;
}

.bkn-about-right .abt-content h1 {
	color: #0365a8;
	font-size:45px;
	font-weight: bold;
}

.bkn-about-right .abt-content h1 span {
	color: #c4cedb;
	font-size: 12px;
	display:block;
	width: 51%;
	float: right;
	margin-top: 18px;
	overflow: hidden;
	
}
.bkn-about-right .abt-content h1 a{
	float: right;
	margin-top: 20px;
	margin-left: 13px;
	display: block;
	width: 51px;
	height: 11px;
	background: url(../images/more.jpg) no-repeat left center;
	background-size: cover;
} 
#container1 .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 5px;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
#container1 .swiper-pagination-bullet-active{
	width: 40px;	
}
/*首页产品展示*/
.bkn-tit {
	text-align: center;
	display: flex;
	flex-direction: column;
}

.bkn-tit h1{
	font-size: 35px;
	text-transform: uppercase;
	font-family: arial;
	color: #fff;
	margin-top: 35px;
}

.bkn-tit h2 {
	font-size: 20px;
	padding: 15px 0 15px 0;
	font-weight: bold;
	font-family: "微软雅黑";
	color: #fff;
}
.bkn-tit h2:before{
	color: #ffddcf;
	content: "————";
	font-size: 12px;
}
.bkn-tit h2:after{
	color: #ffddcf;
	content: "————";
	font-size: 12px;
}

.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-product-wrap {
	width: 100%;
	background: url(../images/probg.jpg) repeat center top;
}

.product-list-nva {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 5px;
	overflow: hidden;
	flex-flow: wrap;
	margin-top: 12px;
}

.product-list-nva a {
	background: #fff;
	padding: 5px 15px;
	font-size: 14px;
	margin: 5px;
 	border: #e64f0d solid 1px;
 	border-radius: 34px;
}

.product-list-nva a:hover {
 	font-weight: bold;
	color: #0365a8;
}

.product-list-nva a.cur {
	font-weight: bold;
	color: #0365a8;
}

.smwh-case-list {
	padding: 25px 0 30px 1px;
	margin-top: 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;
	border: #ffb292 solid 1px;
}

.smwh-case-list  .pic {
	width: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 68%;
	overflow: hidden;
}

.smwh-case-list  .pic img {
	cursor: pointer;
	width: 100%;
 
}
 
.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;
	color: #fff;
}
.smwh-case-list .item:hover h2{
	color: #454444;
}

.smwh-case-list .swiper-slide a{
	border: #fff solid 1px;
	display: block;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.smwh-case-list .swiper-slide a:hover{
	background: #fff;
	border: #fff solid 1px;
}

.smwh-case-list .swiper-slide a:hover .pic{
  
}
.smwh-case-list .swiper-slide a:hover h2{
	color: #454444;
	height: 28px;
}
 
.bkn-pro{
	padding-bottom:60px;
}
.smwh-case-list .swiper-pagination{
	 
}
.smwh-case-list .swiper-pagination-bullet{
	background: #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.smwh-case-list .swiper-pagination-bullet-active{
	background: none;
	width: 14px;
	height: 14px;
	border: #fff solid 2px;
}

.smwh-case-list .bkn-pro  .pic{
	padding-bottom: 69%;
	background: #fff;
}

/*首页服务优势*/
.service-home{
	width: 100%;
	background: #f2f3f4;
	padding: 40px 0;
}
.service-home-content{
	display: flex;
	flex-direction:row ;
	justify-content: center;
}
.service-home-content .item{
	width: 33.333%;
	border-right: #e8ebed solid 1px;
	padding: 0 20px 0 35px;
}
.service-home-content .item:first-child{
	border-left: #e8ebed solid 1px;
}
.service-home-content .item .item-left{
	width: 63.3%;
	float: left;
}
.service-home-content .item .item-left h2{
	font-weight: bold;
	color: #484848;
	font-size: 20px;
}
.service-home-content .item .item-left h3{
	width: 25px;
	height: 25px;
	border-bottom: #777d81 solid 1px;
}
.service-home-content .item .item-left p{
	color: #8d8a8a;
	font-size: 14px;
	margin-top: 24px;
}
.service-home-content .item .pic{
	width: 29.7%;
	float: right;
	margin-top: 111px;
}
.service-home-content .item .pic img{
	max-width: 100%;
}
/*首页新闻 资讯*/
.news-wrap{
	padding-bottom: 45px;	
}
.news-wrap .bkn-tit h1{
	color: #494f5b;
}
.news-wrap .bkn-tit h2{
	color: #0365a8;
}
.news-wrap .bkn-tit h2:before{
	color: #0365a8;
}
.news-wrap .bkn-tit h2:after{
	color: #0365a8;
}
/*首页合作伙伴*/

.smwh-partner-wrap {
	width: 100%;
	background: #f7f9fb;
 
	padding: 28px 0 0 0;
}

.smwh-partner {
	padding: 0;
}

.smwh-partner .tit {
	text-align: center;
}

.smwh-partner .tit h1 {
	color: #0365a8;
	font-size: 30px;
	line-height: 47px;
	font-weight: bold;
}
.smwh-partner .tit h3{
	color: #484848;
	font-size: 18px;
	margin-top: 12px;
}
.smwh-partner .tit h2{
	color: #222;
	font-size: 30px;
}
.smwh-partner-list {
	padding: 35px 0 40px 0;
 
}

.smwh-partner-list .row {
	margin: 0 -15px;
}

.smwh-partner-list .item {
	margin-bottom: 30px;
}

.smwh-partner-list .p9 {
	padding: 0 15px;
}

.smwh-partner-list 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;
}

.smwh-partner-list a:hover img {
	border: #0365a8 solid 1px;
}


/*首页新闻*/

.rz-news {
	margin-top: 35px!important;
}

.rz-news .rec-news {
	max-width: 530px;
	width: 44.2%;
	text-align: left;
	float: left;
}

.rz-news .rec-news .pic {
	width: 100%;
	overflow: hidden;
	transition: all 0.6s;
	position: relative;
}

.rz-news .rec-news .pic .date {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80px;
	height: 80px;
	background: #0365a8;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.rz-news .rec-news .pic .date h1 {
	font-family: arial;
	font-size: 60px;
	line-height: 60px;
}

.rz-news .rec-news .pic .date h4 {
	font-family: arial;
	font-size: 14px;
}

.rz-news .rec-news .pic img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
}

.rz-news .rec-news h3 {
	font-size: 16px;
	color: #484848;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin: 10px 0 2px 0;
}

.rz-news .rec-news:hover h3 {
	color: #0c4692;
}

.rz-news .rec-news p {
	color: #606060;
	font-size: 14px;
	line-height: 22px;
	height: 65px;
}
 
.rz-news .news-list {
	width:51.7%;
	text-align: left;
	float: right;
}

.rz-news .news-list ul {
	width: 100%;
	clear: both;
	font-size: 14px;
}

.rz-news .news-list ul li {
	border-bottom: #ececec solid 1px;
	overflow: hidden;
	padding: 20px 0;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.rz-news .news-list ul li:hover{
	background: #0365a8;
	padding-left: 20px;
	color: #fff;
}

.rz-news .news-list ul li .data {
	width: 64px;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #5a5a5a;
}


.rz-news .news-list ul li .data h1 {
	font-family: arial;
	font-size: 60px;
	line-height: 48px;
}

.rz-news .news-list ul li .data h4 {
	font-family: arial;
	font-size: 14px;
	color: #9e9d9d;
	line-height: 20px;
}

.rz-news .news-list ul li a h2 {
	font-size: 16px;
	color: #484848;
	float: left;
	width: 80%;
	height: 18px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.rz-news .news-list ul li a p {
	font-size: 14px;
	color: #676767;
	float: left;
	margin-left: 10px;
	width: 80%;
	height: 40px;
	overflow: hidden;
}

.rz-news .news-list ul a {
	color: #403f3f;
}

.rz-news .news-list ul li:hover a h2 {
	color: #fff;
}
.rz-news .news-list ul li:hover a p {
	color: #ffead2;
}
.rz-news .news-list ul li:hover .data h4 {
	color: #fff;
}
.rz-news .news-list ul li:hover .data  {
	color: #fff;
}
/* footer S */

footer {
	color: #bfc2c4;
	font-size: 14px;
	line-height: 26px;
	background: #262626 url(../images/ftbg.jpg) repeat-y center top;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
}


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: #bfc2c4;
}

footer a:hover {
	color: #dfdede;
}

.foot-box {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	color: #fff;
	overflow: hidden;
	padding-bottom: 20px;
}
.foot-box:before{
 background: #ddd;
 width: 70%;
 display: block;
 margin-left: 70%;
}

.foot-box .foot-logo-wrap {
	width: 17.8%;
	float: left;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox {
	width: 124px;
	height: 26px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	clear: both;
	overflow: hidden;
	float: left;
	margin-top: 30px;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a {
	margin: 0 5px 0 0;
	padding: 0!important;
	width: 26px!important;
	height: 26px;
	float: left;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a:hover {
	opacity: 0.8;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_sqq {
	margin-left: 0;
	background-image: none;
	background: url(../images/share4.png) no-repeat left top;
 
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_weixin {
	background: url(../images/share1.png) no-repeat left top;
 
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_tsina {
	background: url(../images/share3.png) no-repeat left top;
 
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_qzone {
	background: url(../images/share2.png) no-repeat left top;
 
}
.foot-box-content{
	width: 53.7%;
	float: left;
	margin-left: 5.5%;
}
.foot-box .address {
	float: left;
	overflow: hidden;
	line-height: 29px;
	width: 30.3%;
	font-size: 14px;
	display: flex;
	flex-direction: column;
}
.foot-box .address2 {
	width: 30.3%;
}
.foot-box .address3 {
	width: 55.3%;
}
.address-tit {
	height: 40px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
}

.foot-box .address .address-cont {
	display: flex;
	flex-direction: column;
	height: 120px;
	color: #bfc2c4;
}
.foot-box .address .address-cont  a{
	color: #b3b3b3;
}
 
.address-cont  a i{
	margin-right: 12px;
}
.foot-box .foot-link {
	width: 21.2%;
	float: right;
}

.foot-box .foot-link a {
	display: block;
	width: 100%;
	background: #292a2e;
	margin-bottom: 3px;
	color: #a0a2a5;
	font-size: 16px;
	line-height: 50px;
	padding: 0 20px;
}

.foot-box .foot-link a:hover {
	background: rgba(7, 7, 7, 0.6);
}

.foot-box .foot-link a i {
	float: right;
}
.copy{
	font-size: 12px;
	color: #9e9e9e;
	margin-top: 20px;
}
 
.copy a {
	color: #9e9e9e!important;
}

.copy a:hover {
	color: #e2780e!important;
}
.foot-box-ewm{
	width: 22.5%;
	float: right;
	padding-left: 20px;
}
.foot-ewm-content{
	width: 100%;
}
.foot-ewm-content .item{
	border-bottom: #4d4d4d solid 1px;
	padding: 10px 0;
	color: #b3b3b3;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.foot-ewm-content .item:last-child{
	border: none;
}


/* footer E */


/*--分页--*/

.page {
	padding: 20px 0px 30px 0px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	font-size: 14px;
}

.page A {
	BORDER-RIGHT: #eaeaea 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #eaeaea 1px solid;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #eaeaea 1px solid;
	COLOR: #818181;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #eaeaea 1px solid;
	TEXT-DECORATION: none;
	background: #eaeaea;
}

.page A:hover {
	BORDER-RIGHT: #eaeaea 1px solid;
	BORDER-TOP: #eaeaea 1px solid;
	BORDER-LEFT: #eaeaea 1px solid;
	COLOR: #322516;
	BORDER-BOTTOM: #eaeaea 1px solid
}

.page A:active {
	BORDER-RIGHT: #eaeaea 1px solid;
	BORDER-TOP: #eaeaea 1px solid;
	BORDER-LEFT: #eaeaea 1px solid;
	COLOR: #818181;
	BORDER-BOTTOM: #eaeaea 1px solid
}

.page SPAN.current {
	BORDER-RIGHT: #0365a8 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #0365a8 1px solid;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #0365a8 1px solid;
	COLOR: #fff;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #0365a8 1px solid;
	background: #0365a8;
}

.page SPAN.disabled {
	BORDER-RIGHT: #eaeaea 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #eaeaea 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #eaeaea 1px solid;
	COLOR: #ababab;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #eaeaea 1px solid;
	background: #eaeaea;
}


/*内页行业新闻*/
.sub-news-tit {
	width: 100%;
	background: #fff;
	font-size: 20px;
	text-align: center;
	border-bottom: #f2f2f2 solid 1px;
}

.sub-news-tit a {
	color: #333333;
	padding: 0 32px;
	line-height: 65px;
}
.sub-news-tit a:hover{
	color: #0365a8;
}

.sub-news-tit a.cur {
	color: #0365a8;
}
.sub-news-wrap{
	background: #f7f7f7;
	padding-top: 30px;
}
.sub-news-wrap .row {
	margin: 0 -15px;
}

.sub-news-wrap .p9 {
	padding: 0 15px;
}

.sub-news .secItem{
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	border: #e9e9e9 solid 1px;
}
 
.sub-news  .secItem .secImg{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.sub-news .secItem:hover .secImg img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.sub-news .secImg>img{
    width: 100%;
    display: block;
    vertical-align: top;
    -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;
    opacity: 1;
}
.sub-news .text{
	border-bottom: none;
	border-top: #e9e9e9 solid 1px;
}
.sub-news .text h3{
	color: #111111;
	font-size: 17px;
	line-height: 26px;
	padding: 20px 20px 0 20px;
	height: 72px;
	display:block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.sub-news .text p{
	padding: 0 20px;
	height:80px;
	font-size: 14px;
	line-height: 26px;
	color: #777777;
}
.sub-news .more{
	border-top: #efefef solid 1px;
	line-height: 60px;
	font-size: 14px;
	color: #a9a9a9;
}
.sub-news .more a{
	display:block;
	padding: 0 20px;
	height: 60px;
	}
.sub-news .more a span{
	font-size: 12px;
	float: right;
}
.sub-news .secItem:hover .text h3{
	color: #0365a8;
}
.sub-news .secItem:hover .more a{
	background: #0365a8;
	color: #fff;
}
.sub-news .secItem:hover{
	 box-shadow: #cfcfcf 10px 10px 30px 5px;
	 border: #e9e9e9 solid 1px;
}


/*内页关于我们*/

.sub-about {
	padding: 10px 0;
	color: #555555;
	line-height: 26px;
	font-size: 14px;
	text-align: left;
}
.sub-about img {
	max-width: 100%;
}
.sub-about-list{
	padding-top: 20px;
}
.sub-about-list .row{
	margin: 0 -11px;
}
.sub-about-list .row .p9{
	padding: 0 11px;
	text-align: center;
}
.sub-about-list .row .p9 img{
	margin: 0 auto;
	display: block;
}
.sub-about-list .row h2{
	text-align: center;
	color: #444444;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0;
}
.sub-about-list .row p{
	text-align: left;
	width: 85%;
	margin: 0 auto;
	color: #6f6f6f;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
}

/*关于我们 资质荣誉*/
.sub-honor-wrap{
	width: 100%;
	background: url(../images/honorbg.jpg) no-repeat center top;
	padding: 50px 0;
}
.sub-honor{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.sub-honor .honor-left{
	width: 38.8%;
	text-align: center;
}
.sub-honor .honor-left h1{
	font-size: 70px;
	color: #fff;
}
.sub-honor .honor-left h3{
	font-size: 30px;
	font-family: arial;
	text-transform: uppercase;
	color: #323232;
	padding-top: 10px;
}
.sub-honor .honor-right{
	width: 55.8%;
}
.sub-honor .honor-right .row{
	margin: 0 -15px;
}
.sub-honor .honor-right .row .p9{
	padding: 0 15px;
}
.sub-honor .honor-right .row .p9 .pic{
	background-color: #fff;
	border-radius: 3px;
	border:#fff solid 3px;
	text-align: center;
}

/*关于我们 文化*/
.sub-cultrue{
	margin: 60px auto 30px auto;
	background: #f4f4f4;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.sub-cultrue .right-content{
	width: 52.5%;
	margin-right: 34px;
}
.sub-cultrue .right-content .tit{
	color: #222222;
	font-size: 18px;
	margin-top: 30px;
	text-transform: uppercase;
}
.sub-cultrue .right-content .tit span{
	color: #0365a8;
	font-size: 30px;
}
.sub-cultrue .right-content .content{
	font-size: 14px;
	line-height: 26px;
	color: #555555;
	margin-top: 20px;
}

/*关于我们  环境*/
.mt0{ margin-top: 0!important;}
.pt0{ padding-top: 0!important;}
.sub-environment{
	padding-top: 20px;
}
.sub-environment .row{
	margin: 0 -13px;
}
.sub-environment .row .p9{
	padding: 0 13px;
}
.sub-environment .row .p9 h2{
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 50px;
}

/*内页案例展示*/

.sub-product-category {
	padding: 20px 0 0 0;
}

.sub-product-category ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.sub-product-category ul li {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #555555;
	font-size: 16px;
	text-align: center;
	float: left;
	margin: 0 2.3%;
}
.sub-product-category ul li:first-child{
	margin-left: 0;
}
.sub-product-category ul li:last-child{
	margin-right: 0;
}
.sub-product-category ul li i {
	 position: relative;
	 top: -7px;
	color: #fff;
}

.sub-product-category ul li   a  {
	display: block;
	width: 101px;
	height: 38px;
	border-top: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;
	color: #5a5a5a;
	text-align: center;
	line-height: 38px;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	font-size: 14px;
}
.sub-product-category ul li:hover a{
	border-top: #0365a8 solid 1px;
	border-bottom: #0365a8 solid 1px;
	color: #0365a8;
}

.sub-product-category ul li:hover i{
	color: #0365a8;
}

.sub-product-category ul li.cur a {
	border-top: #0365a8 solid 1px;
	border-bottom: #0365a8 solid 1px;
	color: #0365a8;
}
.sub-product-category ul li.cur i{
		color: #0365a8;
}
 
.sub-product .row{
	margin: 0 -8px;
}
.sub-product .row .p9{
	padding: 0 8px;
	margin-bottom: 15px;
}
.sub-product .row .p9 .item{
	border: #eeeeee solid 1px;
	display: block;
	width: 99%;
	margin-bottom: 10px;
}
.sub-product .row .p9 .item .pic{
	/*border-bottom: #eee solid 1px;*/
	width: 100%;
	overflow: hidden;
	transition: all 0.6s;
	height: 0;
	padding-bottom: 68%;
	overflow: hidden;
}
.sub-product .row .p9 .item h2{
	color: #444444;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	overflow: hidden;
}
.sub-product .row .p9 .item:hover{
	border: #0365a8 solid 1px;
}
.sub-product .row .p9 .item:hover h2{
	background: #0365a8;
	color: #fff;
}
.sub-product .row .p9 .item:hover .pic{
	/*border-bottom: #0365a8 solid 1px;*/
}

/*产品 详情内页*/
.sub-productde{
	padding: 45px 0;
}
.sub-productde .tit{
	color: #0365a8;
	font-size: 22px;
	line-height: 50px;
	border-bottom: #0365a8 solid 1px;
	margin-bottom: 25px;
}
.sub-productde-right{
	width: 37%;
	float: right;
}
.sub-productde-right  .row{
	margin: 0 -7px;
}
.sub-productde-right  .row .p9{
	padding: 0 7px;
	margin-bottom: 15px;
}
.sub-productde-right  .row .p9 h2{
	font-size: 14px;
	line-height: 40px;
	margin-bottom: 10px;
}
.sub-productde-left{
	width: 58.75%;
	float: left;
}
.sub-productde-left-cont{
	line-height: 26px;
	font-size: 14px;
	margin: 25px 0;
}
.sub-productde-left-cont table td{
	padding: 2px 10px;
}

.prodeswiper{
	display: none;
}
/*产品图集css*/
 #sildes{position: relative;width: 100%;  overflow: hidden;height:374px; }
.control {width:77%;height:374px; display: block;position:absolute;top:0;right:0;overflow: hidden; margin-left:23% ;}
.change li{width:100%;overflow: hidden;text-align:center}

/* 图片垂直居中,不是很准确 */
.change li .imgWrap{display: table-cell ;height:374px;vertical-align: middle;cursor:pointer;*font-size: 500px;}
.change li img{max-width:543px;max-height:374px;width: expression(this.width > 543 && this.width > this.height ? 374 :true); height:expression(this.height >374 ? 374: true);vertical-align:middle; overflow:hidden}

 
/* 翻页按钮 */
/*.prev, .next{width:131px;height:40px;position:absolute;bottom:187px; color:#FFF;font-size:14px; z-index: 9;font-weight:bold; cursor: pointer;outline:none; display: none;} 
.prev span, .next span{display: none;}
.prev{left:0;background:#e5e5e5 url(../images/arrows_01.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/arrows_01.png") ; _background:none}
.next{right:0;background:#e5e5e5 url(../images/arrows_02.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/arrows_02.png") ; _background:none}
 */
/* 缩图部分 */
.thumbWrap{width:18.6%;height:374px;padding:40px 0;position:absolute;left:0;top:0;overflow: hidden;}
.thumbWrap .thumbCont{width:100%;height:100%;position:relative;overflow: hidden;}
.thumbWrap ul{top: 0;}
.thumbWrap ul li{width:100%;height:98px; padding:4px 0;text-align:center;overflow: hidden;}
.thumbWrap ul li div{display: table-cell ;height:90px;vertical-align: middle;cursor:pointer;*font-size: 79px;}
.thumbWrap ul li img {max-width:131px; max-height:90; width: expression(this.width > 131 && this.width > this.height ? 90 :true); height:expression(this.height >90 ? 90: true);vertical-align:middle; overflow:hidden}
.thumbWrap ul li.cur{}

/* 缩图按钮 */
.thumbPrev,.thumbNext{width:100%;height:40px;text-align:center;position:absolute;color:#000;z-index: 9; outline:none}
.thumbPrev span, .thumbNext span{display: none;}
.thumbPrev{background-size:100% 100%; left:0;top:0;background:#e5e5e5 url(../images/arrows_01.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/arrows_01.png") ; _background:none}
.thumbNext{background-size:cover;left:0;bottom:0;background:#e5e5e5 url(../images/arrows_02.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images/arrows_02.png") ; _background:none}
 
/*内页联系我们*/
.subcontact {
	width: 82%;
	margin: 0 auto;
	padding: 65px 0;
	overflow: hidden;
}
.contact-left {
	width: 45%;
	padding-top: 30px;
	float: left;

}
.contact-left span {
	font-size: 20px;
	color: #0365a8;
	margin-bottom: 20px;
	text-shadow:#eeeeee 1px 1px 2px;
	padding-bottom: 20px;
	border-bottom: #bbbec0 solid 1px;
	overflow: hidden;
}
.contact-left ul {
	padding-top: 30px;
	line-height: 20px;
	font-size: 14px;
	clear: both;
	overflow: hidden;
}
.contact-left ul li {
	margin-bottom: 20px;	
}
.contact-left ul li i{
	font-size: 24px;
	position: relative;
	top: 5px;
}
.subcontact .ewm-wrap {
	width: 55%;
	float: left;
}
.subcontact .ewm-wrap img {
	margin: 0 auto;
}


.smwh-servicein {
	padding-top: 45px;
	padding-bottom: 20px;
}

.smwh-servicein .row {
	margin: 0 -8px;
}

.smwh-servicein.p9 {
	padding: 0 8px;
}

.smwh-servicein .item {
	margin-bottom: 10px;
}

.smwh-servicein .item .tit {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.smwh-servicein .item h2 {
	color: #363b3f;
	font-size: 20px;
	padding: 0 0 0 20px;
}

.smwh-servicein .item p {
	height: 140px;
	font-size: 12px;
	line-height: 26px;
	color: #515050;
	padding: 40px 0 0 0;
}

.smwh-servicein .item a {
	background: #fff;
	display: block;
	width: 100%;
	padding: 25px 10px 17px 10px;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.smwh-servicein .item a:hover {
	background: #363b3f;
}

.smwh-servicein .item a:hover h2 {
	color: #fff;
}

.smwh-servicein .item:hover a p {
	color: #fff;
}

.smwh-servicein .item:hover a h2 {
	color: #fff;
}


/* 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 */

.pro-list {
	width: 100%;
	max-width: 1240px;
	margin: 60px auto;
}

.pro-list .row {
	margin: 0 -25px;
}

.pro-list .p9 {
	padding: 0 16px;
}

.pro-list .item {
	float: left;
	width: 100%;
	display: block;
	position: relative;
	top: 0;
	margin: 0;
	margin-bottom: 10px;
}

.pro-list .item .pic {
	background: #fafafa;
	text-align: center;
	width: 100%;
	width: 100%;
	height: 0;
	padding-bottom: 63%;
	overflow: hidden;
}

.pro-list .item .pic img {
	width: 100%;
}

.pro-list .item .pro-tit {
	font-size: 1.4rem;
	text-align: center;
	padding: 30px 0;
}

.pro-list .item:hover {
	background: #fff;
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}


/*内页关于我们*/

.subabout {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0 40px 0;
	border-bottom: #c4c4c4 solid 1px;
	overflow: hidden;
}

.subabout .about-content {
	width: 92%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 28px;
}

.about-right .item-box {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.about-right .item-box .item {
	width: 22.5%;
	border-top: #e2e2e2 solid 1px;
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	color: #323232;
}

.about-right .item-box .item img {
	margin-bottom: 30px;
}

.about-right .item-box .item h3 {
	font-size: 14px;
}

.about-right .item-box .item p span:first-child {
	font-family: "swis721btbold";
	font-size: 3.0rem;
	color: #545454;
}

.about-right .item-box .item p span:nth-child(2) {
	top: -3px;
	margin-left: 3px;
	color: #545454;
	position: relative;
}


/*内页活动庆典*/

.smwh-activity-category {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: -20px;
	flex-wrap: wrap;
}

.smwh-activity-category a {
	margin: 3px;
	padding: 5px 6px;
	border: #d8d8d8 solid 1px;
	color: #5a5a5a;
	font-size: 14px;
	min-width: 96px;
	text-align: center;
	cursor: pointer;
}

.smwh-activity-category a.cur {
	background: #df0010;
	color: #fff;
}

.smwh-activity-list {
	padding: 0;
}

.smwh-activity-list .item {
	background: url(../images/linebg.jpg) repeat-x left bottom;
}

.smwh-activity-list .item:last-child {
	background: none;
}

.smwh-activity-list .item .tit {
	padding: 50px 0 40px 0;
}

.smwh-activity-list .item .tit h2 {
	font-size: 40px;
	font-family: "迷你简粗倩";
	color: #df0010;
}

.smwh-activity-list .item .tit h3 {
	font-family: arial;
	font-size: 10px;
	color: #a4a4a4;
	text-transform: uppercase;
	padding: 5px 0;
}

.smwh-activity-list .item .tit h4 {
	font-size: 13px;
	color: #777777;
	line-height: 20px;
}

.smwh-activity-list .item .content {
	font-size: 14px;
	line-height: 26px;
	padding: 0 0 40px 0;
}

.smwh-activity-list .item .row {
	margin: 0 -12px;
	padding-bottom: 20px;
}

.smwh-activity-list  .p9 {
	padding: 0 12px;
	text-align: center;
}

.smwh-activity-list .p9 .pic {
	width: 100%;
	overflow: hidden;
	transition: all 0.6s;
	height: 0;
	padding-bottom: 70%;
	overflow: hidden;
}

.smwh-activity-list .p9 .pic img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
}

.smwh-activity-list .p9:hover .pic img {
	transform: scale(1.2);
}

.smwh-activity-list .p9 h2 {
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	padding-bottom: 10px;
	height: 45px;
	overflow:hidden;
}

.smwh-activity-list .p9 .pic {
	padding-bottom: 70%;
	position: relative;
}

.smwh-activity-list .p9 .pic img {
	border: #fff solid 2px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 33;
}

.smwh-activity-list .p9:hover .pic img {
	border: #0365a8 solid 2px;
	transform: scale(1);
}

.smwh-activity-list .pic .hover-tit {
	width: 90%;
	position: absolute;
	left: 5%;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background: url(../images/video.png) no-repeat left center;
	padding-left: 20px;
	z-index: 888;
	bottom: 12px;
	text-align: left;
}

.smwh-activity-list .pic .hover-tit span {
	float: right;
}


.smwh-relative-case {
	padding: 0;
}

.smwh-relative-case .tit {
	border-bottom: #dddddd solid 1px;
	color: #0365a8;
	font-size: 22px;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 28px;
}

.smwh-relative-case .tit a {
	color: #8c8c8c;
	float: right;
	font-size: 14px;
	font-family: arial;
	text-transform: uppercase;
	position: relative;
	top: 8px;
	font-weight: normal;
}

.smwh-yanchu-list {
	padding-top: 40px;
}

.smwh-yanchu-list .item .pic {
	padding-bottom: 63%;
	position: relative;
}

.smwh-yanchu-list .item .pic img {
	border: #fff solid 2px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 33;
}

.smwh-yanchu-list .item:hover .pic img {
	border: #0365a8 solid 2px;
	transform: scale(1);
}

.smwh-yanchu-list .item .pic .hover-tit {
	width: 90%;
	position: absolute;
	left: 5%;
	height: 20px;
	line-height: 20px;
	color: #fff;
	background: url(../images/video.png) no-repeat left center;
	padding-left: 20px;
	z-index: 888;
	bottom: 12px;
	text-align: left;
}

.smwh-yanchu-list .item .pic .hover-tit span {
	float: right;
}


/*内页新闻详情页*/

.sub-newsde {
background: #fff;
margin:30px auto 60px auto;
}
  
.newsde {
	width: 88%;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	position: relative;
}

.newsde .newsde-tit {
	font-size: 22px;
	padding: 0;
	color: #111111;
	line-height: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
 
}

.newsde .newsde-info {
	font-size: 14px;
	color: #999999;
	line-height: 18px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	text-align: left;
	border-bottom: #e5e5e5 solid 1px;
}
.newsde .newsde-info span{
	float: right;
}

.newsde .newsde-share-wrap{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.newsde .newsde-share-wrap h2{
	text-align: right;
	line-height: 36px;
}
.newsde .newsde-share {
	width: 264px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.newsde .newsde-share a {
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 14px 0px 0;
	padding: 0;
}

.newsde .newsde-share a.bds_sqq {
	background: url(../images/s2.jpg);
}

.newsde .newsde-share a.bds_weixin {
	background: url(../images/s1.jpg);
}

.newsde .newsde-share a.bds_tsina {
	background: url(../images/s4.jpg);
}

.newsde .newsde-share a.bds_qzone {
	background: url(../images/s3.jpg);
}


.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;
	border-top: #e5e5e5 solid 1px;
	padding-top: 20px;
}

.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;
	color: #333333;
}
.newsde .newsde-fenye .fenye-box a.none{
	color: #999;
}
.newsde .newsde-fenye .fenye-box a:hover {
	color: #0365a8;
}

.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: 110px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #0365a8;
	margin-top: 10px;
}

.newsde .newsde-fenye .goback i {
	color: #716f6f;
	margin: 0 0px 0 25px;
	float: left;
}

.newsde .newsde-fenye .goback:hover {
	background: #0365a8;
}

/*内页服务项目*/
.servicein-wrap{
	width: 100%;
	padding: 50px 0;
	background: #e5eff6;
}
.servicein-wrap h1{
	color: #222222;
	font-size: 30px;
	text-align: center;
	padding: 10px 0 40px 0;
}
.servicein{
	display: flex;
	flex-direction: row;
	border-left: #dcdcdc solid 2px;
	justify-content: center;
}
.servicein-item{
 	width: 24.5%;
 	border-right:#dcdcdc solid 2px;
 	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.servicein-item .pic{
	float: left;
	max-width:55px;
}
.servicein-item .item-content{
	float: left;
	text-align: left;
	margin-left: 11px;
}
.servicein-item .item-content h2{
	font-size: 18px;
	color: #222222;
}
.servicein-item .item-content h3{
	font-size: 14px;
	color: #888888;
	padding-top: 6px;
}
.servicein-list-wrap{
	padding-top: 30px;
}
.servicein-list {
	margin-top: 30px;
}
.servicein-list .row{
	margin: 0 -15px;
}
.servicein-list .row .p9{
	padding: 0 15px;
}
.servicein-list .row  .item{
	 border: #fff solid 1px;
	margin-bottom: 15px;
	 transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
 
}
.servicein-list .row  .item .Pic img{
	display: block;
	width: 100%;
}
.servicein-list .row  .item .pic{
	border: #fff solid 1px;
	 transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.servicein-list .row  .item:hover .pic{
	 box-shadow: #cfcfcf  0 0 15px 1px;
	 
	 cursor: pointer;
	 transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.servicein-list .row  .item .text{
/*	padding: 20px 24px;*/
	margin-top: 15px;
	
}
.servicein-list .row  .item .text h2{
	color: #333333;
	font-size: 14px;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-align: center;
}
.servicein-list .row  .item .text h3{
	width: 25px;
	height: 1px;
	background: #777d81;
}
.servicein-list .row  .item .text p{
	color: #8d8a8a;
	font-size: 14px;
	padding-top: 19px;
	width: 76%;
}
/*案例详情*/

.casede {
	width: 100%;
}

.casede .newsde-left-box {
	margin-right: 0;
}


/*返回顶部*/

.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: #f8a8ab 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: #636363;
	}
	.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: #0365a8;
	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 #0365a8;
}

.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: #0365a8;
	overflow: visible;
}

.right-nav .nav-hover>div:hover .nav-open {
	opacity: 1;
	left: -140px;
	display:block;
}

.right-nav .nav-hover>div .fdweixin {
	background: #d82229!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;
}

/*搜索*/

/*头部搜索样式*/

.sb-search-wrap {
	width: 30px;
	float: left;
	background: #fff;
	margin-top: 25px;
	margin-left: 18px;
}

.sb-search {
	position: relative;
	width: 0%;
	min-width: 30px;
	height: 30px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 30px;
	margin: 0;
	z-index: 10;
	padding: 0;
	font-family: inherit;
	font-size: 14px;
	color: #272727;
}

.sb-search-input::-webkit-input-placeholder {
	color: #ddd;
}

.sb-search-input:-moz-placeholder {
	color: #ddd;
}

.sb-search-input::-moz-placeholder {
	color: #ddd;
}

.sb-search-input:-ms-input-placeholder {
	color: #ddd;
}

.sb-icon-search,
.sb-search-submit {
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 50%;
	background: #d6250a;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #d6250a;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 8 */
	filter: alpha(opacity=0);
	/* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #d6250a;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	border-bottom: none;
	border-top: none;
	text-align: center;
}

.sb-icon-search i {
	position: relative;
	left: 0;
	color: #fff;
	font-size: 17px;
	top: -2px;
}


/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #d6250a;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.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: #0365a8;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
	height: 45px;
	line-height: 45px;
	width: 20%;
	border: none;
	outline: none;
}

.jsxm{
	width: 100%;
	margin-top: 45px;
	overflow: hidden;
	padding-top: 48px;
	padding-bottom: 42px;
	background: url(../images/jsbg.jpg) repeat center top;
}
.jsxm .nr{
	float: left;
}
.jsxm .nr h4{
	font-weight: bold;
	font-size: 30px;
	color: #0365a8;
	line-height: 35px;
	padding-top: 68px;
	padding-bottom: 42px;
}
.jsxm .nr p{
	font-family: "Arial";
	font-size: 14px;
	color: #b7b7b7;
	line-height: 25px;
}
.jsxm .pic{
	float: right;
	margin-right: 10.833%;
}
.jsxm .pic img{
	 margin: 0 20px;
}
.jsxm .pic img:hover{
	box-shadow: 0 0 10px #94acc1;
}