.no_body {
	background: url(../img/bg_bg.jpg) no-repeat;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	zoom: 1;
	background-color: #fff;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
}
.menu-down{
	margin-top:20px;
	display:none;
	position: relative;
z-index: 999;
}
.menu-pub dt img{
	margin-top:-27px
}
.menu-pub dd{
	margin-top:-20px;
	display:flex;
	
	 justify-content:space-between ;
	 flex-wrap:wrap;
}
.header ul li .menu-pub dd a{
	color:#fff;
	background:#fff;
	width:90%;
	margin-bottom:1px;
	line-height:42px;
	
}
.header ul li .menu-pub dd a{
	font-size:15px;
}
.header ul li .menu-pub dd a:hover{
	background:#154a9a;
	color:#fff
}
.menu-pub {
	position:absolute
}
.header .nav li.actives .menu-pub .menu-down{
	display:block
}
.no_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-size: 26px;
	width: 100%
}

.no_text p {
	line-height: 40px
}

.no_text p i {
	color: #ffe4ab
}
body{
	overflow-x:hidden
}
.no_text span {
	background: #fff;
	color: #000000;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	width: 450px;
	display: block;
	margin: 15px auto 25px auto;
	font-weight: bold
}

.no_text h3 {
	color: #01a2ff;
	margin-top: 40px
}

.no_text h3 img {
	margin-right: 12px
}

.header .top {
	background: #154a9a;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 12px;
}
.header .top span:nth-child(1){
	text-transform:capitalize;
}
.header .top span i,.header .top span:nth-child(2) a:nth-child(2) {
	color: #f08519
}

.header .top span:nth-child(2),.header .top span:nth-child(2) a {
	color: #fff
}

.header .top span:nth-child(2) img {
	margin: 0 10px;
	position: relative;
	top: -1px
}

.header .nav .one {
	padding: 35px 0
}

.header .top span:nth-child(2) em {
	margin-right: 20px;
}

.header .top span:nth-child(2) em img {
	width: 16px;
	margin: 0 3px
}

.box {
	width: 1200px;
	margin: 0 auto
}

.header .nav h1 {
	margin: 20px 0
}

.header .nav ul {
	width: 890px;
}

.header .nav li {
	line-height: 90px;
	width: 12.5%;
	text-align: center
}

.header .nav li.active a,.header .nav li:hover a {
	color: #154a9a
}

.header .nav li a em {
	background: url(../img/non.png) no-repeat;
	height: 7px;
	width: 100%;
	display: block;
}

.header .nav li.active a em,.header .nav li:hover a em {
	background: url(../img/bt.png) no-repeat;
	height: 7px;
	width: 100%;
	display: block;
}

.header .nav li a {
	font-size: 16px;
	text-transform: uppercase; 
}

.header .nav li.active,.header .nav li:hover {
	background: #f9f9f9;
}

.side-nav ul {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999999;
	width: 70%;
	height: 100%;
	background: #ffffff;
	transition: left .4s ease-in-out;
	overflow-y: scroll;
	display: none;
	box-shadow: 0 0 10px rgba(222, 227, 230, 1);
}

.side-nav.aa ul {
	display: block;
}

.side-nav a {
	display: block;
	padding: 15px 0;
	color: #6b6b6b;
	font-size: 15px;
}

.home_one .comBox6 dt img {
	width: 100%
}

.side-nav li {
	padding-left: 20px;
	overflow: hidden;
	border-bottom: 1px #e6e6e6 solid
}

.side-nav dl {
	margin: 0;
	padding: 5px 0 0 0;
}

.side-nav dl dt a {
	padding: 15px
}

.side-nav dl dd {
	border-bottom: 1px #e6e6e6 solid
}

.side-nav dl dt {
	position: relative;
	font-size: 16px;
	color: #6b6b6b;
	font-weight: 400;
	cursor: pointer;
}

.auto-close img {
	width: 1.5rem
}

.side-nav dl dd {
	display: none;
}

.side-nav dl dd a {
	padding-left: 15px;
	font-size: 13px
}

.side-nav dl dd:last-child {
	border: 0
}

.side-nav li.show dl dd {
	display: block;
	background: #f5f5f5
}

#mcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 9999999;
}

.banner .img img {
	width: 100%
}

.banner .txt img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.page {
	text-align: center;
	margin: 60px  auto 90px auto
}

.page a,.page b,.page span {
	background: #fdfdfd;
	border: 1px #d9d9d9 solid;
	color: #9a9a9a;
	font-size: 13px;
	text-align: center;
	padding: 7px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 2px
}
.side-nav li.active a{
	color:#154a9a
}
.page b,.page a:hover {
	background: #ff8200;
	border: 1px #ff8200 solid;
	color: #fff
}

.smartFixed {
	position: fixed!important
}

.yibuFrameContent {
	height: 100%
}

.tem_55_55_c.w-cs {
	position: absolute;
	right: 30px;
	z-index: 9999;
	font-family: Tahoma;
	overflow: hidden;
}

.tem_55_55_c.w-cs ul.w-cs-btn {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tem_55_55_c.w-cs ul.w-cs-btn li {
	position: relative;
	height: 60px;
	margin-bottom: 3px;
	border-top-color: #fff;
	border-top-width: 0;
	border-top-style: solid;
	border-right-color: #fff;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom-color: #fff;
	border-bottom-width: 0;
	border-bottom-style: solid;
	border-left-color: #fff;
	border-left-width: 0;
	border-left-style: solid;
	border-radius: 4px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	clear: both;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: rgba(255,255,255,1);
	
}

.tem_55_55_c.w-cs ul.w-cs-btn li .w-cs-list-warp {
	position: relative;
	z-index: 99;
	background-color: #8aa4cc;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
}

.tem_55_55_c.w-cs ul li:hover {
	border-color: #fff;
	color: rgba(255,255,255,1);
}

.tem_55_55_c.w-cs ul li:hover .w-cs-list-warp {
	background-color: #f00;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
}

.tem_55_55_c.w-cs ul .w-cs-list.w-hide {
	display: none;
}

.tem_55_55_c.w-cs ul .w-cs-list span.w-cs-icon {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 4px;
}

.tem_55_55_c.w-cs ul .w-cs-list span.w-cs-icon i {
	font-size: 34px;
	color: rgb(255, 255, 255);
	position: relative;
	top: 12px;
}

.tem_55_55_c.w-cs ul li:hover span.w-cs-icon i {
	font-size: 34px;
	color: #fff;
}

.tem_55_55_c.w-cs ul li:hover .w-cs-text {
	color: #fff;
}

.tem_55_55_c.w-cs ul.w-cs-btn li .w-cs-icon i.icon-phone,
.tem_55_55_c.w-cs ul.w-cs-btn li .w-cs-icon i.icon-qrcode {
	font-size: 29px;
}

.tem_55_55_c.w-cs .w-cs-list .w-cs-text {
	padding-right: 20px;
	line-height: 60px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-family: Tahoma;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.tem_55_55_c.w-cs .w-cs-code {
	padding: 0 20px 20px;
}

.tem_55_55_c.w-cs .w-cs-code img {
	margin: 0 auto;
	display: block;
	width: 160px;
	height: auto;
}

.footer {
	background: #2e2e2e;
	padding: 35px 0;
}

.footer .link a,.footer .link i,.footer p a {
	color: #a1a1a1;
	font-size: 16px;
}

.footer .link i {
	margin: 0 15px;
	color: #5c6367
}

.footer .link {
	color: #31a800;
	margin-bottom: 25px;
}

.footer .link a,.footer p a {
	font-size: 14px;
	color: #ffffff
}

.footer .link a:hover {
	color: #a1a1a1;
}

.footer p {
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.footer p a {
	margin-left: 40px
}

.wap_nav {
	display: none
}

.side-nav li.active dt a {
	color: #22ac38
}

.wap_footer.flex {
	display: none;
}

.wap_footer {
	position: fixed;
	bottom: 0;
	z-index: 9999999;
	width: 640px;
}

.wap_footer a {
	text-align: center;
	padding: 10px 0;
	background: #154a9a;
	width: 25%;
	color: #fff;
	font-size: 13px;
}

#mcovers {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 9999999999999999;
}

#mcovers .info {
	width: 90%;
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#mcovers .info p img {
	width: 7rem
}

#mcovers .info h2 {
	font-size: 18px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	background: #154a9a;
	text-align: center;
	clear: both;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

#mcovers .info p {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 0 auto
}

#mcovers .info .close {
	position: absolute;
	top: -14px;
	right: -14px;
	cursor: pointer;
}

.wap_footer a:nth-child(2) {
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
}

.wap_footer a:nth-child(3) {
	border-right: 1px #fff solid;
}

.wap_footer img {
	position: relative;
	top: -1px;
	width: 16px;
	margin-right: 7px;
}

.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	margin: 0 auto;
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
}

.swipe-wrap div {
	float: left;
	width: 100%;
	position: relative;
}

#pager em {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
	filter: alpha(opacity=60);
 /* IE */
	-moz-opacity: 0.6;
 /* 老版Mozilla */
	-khtml-opacity: 0.6;
 /* 老版Safari */
	opacity: 0.6;
 /* 支持opacity的浏览器*/
}

#pager em.on {
	filter: alpha(opacity=100);
 /* IE */
	-moz-opacity: 1;
 /* 老版Mozilla */
	-khtml-opacity: 1;
 /* 老版Safari */
	opacity: 1;
 /* 支持opacity的浏览器*/
}

#pager {
	text-align: center;
	position: relative;
	z-index: 88;
	bottom: 40px
}

.ppd_add img {
	cursor: pointer
}

.prev_prev img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.next_next img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

#mySwipe .home_img {
	width: 720px;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

#mySwipe .home_img h2 {
	color: #eb891e;
	font-size: 62px;
	font-weight: bold
}

#mySwipe .home_img .name {
	margin: 36px 0
}

#mySwipe .home_img h3 {
	color: #fff;
	font-size: 36px
}

#mySwipe .home_img p {
	color: #fff;
	font-size: 16px
}

#mySwipe .home_img dl {
	display: flex;
	width: 28.33%
}

#mySwipe .home_img dt {
	width: 50px
}

#mySwipe .home_img dd {
	color: #fff;
	font-size: 24px;
	align-self: center;
}

#mySwipe .home_img .form {
	margin-top: 35px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 625px;
}

#mySwipe .home_img .form .text {
	width: 460px;
	border: 0;
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	padding: 17px;
	background-color: #fff;
/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(255,255,255,0.66);
 /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

#mySwipe .home_img .form .button {
	background: #ff9000 url(../img/ss.png) no-repeat 20px 17px;
	width: 160px;
	border: 0;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	color: #fff;
	padding-left: 26px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	padding: 0 13px;
	height: 53px;
	line-height: 53px
}

#mySwipe .home_img dt img {
	width: 40px
}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px !important;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform,height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform,height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px
}

.aboutHisPrev,.aboutHisNext {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 46px;
	height: 94px;
	z-index: 9;
}

.aboutHisPrev {
	left: 0;
	background: url(../img/left.png) center center no-repeat;
}

.aboutHisNext {
	right: 0;
	background: url(../img/right.png) center center no-repeat;
}

.pub_tit {
	padding-top: 70px
}

.pub_tit h2 em {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 15px
}

.pub_tit h2 {
	font-size: 20px;
	color: #000000;
	display: flex;
	justify-content: center;
}
.news_cont .cont p img{
	display:block;
	margin:0 auto
}
.pub_tit h2 em {
	margin: 0 40px;
}

.pub_tit h2 i {
	display: block;
	width: 70px;
	height: 1px;
	background: #dddddd;
	align-self: center;
}

.home_one .comBox6 {
	margin: 40px auto 70px auto
}

.home_one .comBox6 dl {
	box-shadow: 0px 3px 5px 15px rgb(251, 251, 251);
	width: 90%;
	margin: 0 auto;
	border: 1px #f9f9f9  solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.home_one .comBox6 dt {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.home_one .comBox6 dd {
	padding: 15px 22px;
	text-align: left
}

.home_one .comBox6 dd h2 {
	font-size: 16px;
	line-height: 24px;
	color: #000
}

.home_one .comBox6 dd p {
	font-size: 14px;
	line-height: 26px;
	color: #808080;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0 25px 0
}

.home_one .comBox6 dd em,.home_tow a {
	border: 1px #154a9a solid;
	font-size: 14px;
	padding: 5px 20px;
	color: #154a9a
}

.home_one .h_lHisPrev,.home_one .h_lHisNext {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 40px;
	height: 118px;
	z-index: 99
}

.home_one .h_lHisPrev {
	left: -80px;
	background: url(../img/h_left.png) center center no-repeat;
}

.home_one .h_lHisNext {
	right: -80px;
	background: url(../img/h_right.png) center center no-repeat;
}

.home_one {
	border-bottom: 1px #e7e7e7 solid
}

.home_tow a {
	display: inline-block;
	margin-top: 26px
}

.home_tow .cont {
	width: 1050px;
	margin: 25px auto;
	text-align: center
}

.home_tow .cont p {
	color: #808080;
	font-size: 14px;
	line-height: 26px
}

.home_th {
	background: url(../img/h_bg_1.jpg) no-repeat;
	background-size: 100% 550px;
	margin-top: 70px;
}

.home_th .pub_tit p,.home_th .pub_tit h2 {
	color: #fff
}

.home_th .dl {
	margin-top: 60px;
}

.home_th .dl dl {
	width: 360px;
	background: #fff;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.21);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 35px;
	text-align: center
}

.home_th .dl dd h2 {
	font-size: 20px;
	color: #000;
	margin: 10px auto 5px auto
}

.home_th .dl dd em {
	font-size: 12px;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.home_th .dl dd b {
	display: block;
	width: 70px;
	height: 1px;
	background: #666666;
	margin: 20px auto 15px auto
}

.home_th .dl dd p {
	font-size: 14px;
}

.home_th .dl dt img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.home_th .dl dd i {
	display: block;
	width: 115px;
	text-align: center;
	padding: 8px 0;
	font-size: 14px;
	color: #808080;
	margin: 25px auto 0 auto;
	border: 1px #e0e0e0 solid
}

.home_th .dl dl:hover dd i {
	background: #154a9a;
	color: #fff
}

.home_th .dl dl:hover dt img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.home_four {
	background: #f6f6f6;
	padding-top: 28px
}

.home_four .dl {
	padding: 60px 0
}

.home_four .dl dl {
	width: 360px;
}

.home_four .dl dt {
	font-size: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif
}

.home_four .dl dd h2 {
	font-size: 16px;
	color: #000;
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.home_four .dl dd  p {
	color: #808080;
	font-size: 14px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	border-top: 1px #e3e3e3 solid;
	padding-top: 15px
}

.home_four .dl dl:hover dd h2 {
	color: #154a9a
}

.home_tow a:hover,.home_one .comBox6 dl:hover em {
	background: #154a9a;
	color: #fff
}

#banner .img p {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #154a9a;
	background-color: rgba(21,74,154,0.4);
	top: 0;
	left: 0;
}

#banner .test {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	text-align: center
}

#banner .test h2 {
	text-transform: uppercase;
	font-size: 38px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 5px
}

#banner .test p {
	font-size: 30px;
}

.where{
	line-height:80px;
	border-bottom:1px #f0f0f0 solid;
	color:#474747;
	font-size:14px;text-transform: uppercase; 
} 
.where a{
	color:#474747;
	font-size:14px;text-transform: uppercase; 
}
.where  i{
	margin:0 10px
}
.where a:hover{
	color:#154a9a
}
.news dl:nth-child(1){
	margin-top:40px
}
.news dl{
	background:#f8f8f8;
	margin-bottom:25px;
}
.news dl a,.news dl dd h3{
	display:flex;
	justify-content:space-between ;
}
.news dl dt{
	width:310px
}
.news dl dd{
	width:840px;
	margin-right:25px;
	align-self: center;
}
.news dl dd h2{
	color:#0d0d0d;
	font-size:18px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap
}
.news dl dd p{
	color:#717171;
	line-height:25px;
	font-size:14px;
	margin:20px 0 30px 0;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
}
.news dl dt{
   -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius:  10px 0 0 10px;
  border-radius:  10px 0 0 10px;
}
.news dl dd h3{
	font-size:14px;
	color:#787878
}
.news dl dd h3 img{
	position:relative;
	top:-2px;
	margin-right:6px;
}
.news dl dd h3 em{
	color:#154a9a;
	padding:5px 15px;
	border:1px #154a9a solid
}
.news dl dd h3 span{
	align-self: center;
}
.news dl:hover dd h3 em{
	background:#fa8b1a;
	color:#fff;
	border:#fa8b1a 1px solid
}
.news dl:hover dd h2{
	color:#fa8b1a;
}
.news_cont{
	padding:50px 0
}
.news_cont .title h2{
	font-size:24px;
	color:#0d0d0d;
	line-height:42px
}
.news_cont .title p{
	font-size:14px;
	color:#717171;
	line-height:25px;
	padding:20px 0 15px 0;
	border-bottom:1px #e6e6e6 solid
}
.news_cont .cont p{
	font-size:16px;
	color:#696969;
	line-height:35px;
	margin-top:40px
}

.per_net{
	margin-top:30px;
	border-top:1px #a9bcda solid;
	padding:20px 0;
}
.per_net p a,.per_net p {
	color:#7d7d7d;
	font-size:16px;
}
.page a:nth-child(1){
	display:none
}
.per_net p {
    line-height: 35px;
    margin-top: 0;
}
.per_net p a:hover{
	color:#154a9a
}
.news_cont .title p i{
	margin:0 10px
}
.case{
	padding:50px 0;
	background:#f8f8f8
}
.case .swiper-slide{
	margin-bottom:15px;
}
.case .swiper-slide .projectLogoImg,.case .swiper-slide .projectLogoImg img{
	-moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.swiper-pagination {
 text-align:center;
 -webkit-transition:.3s;
 -moz-transition:.3s;
 -o-transition:.3s;
 transition:.3s;
 -webkit-transform:translate3d(0,0,0);
 -ms-transform:translate3d(0,0,0);
 -o-transform:translate3d(0,0,0);
 transform:translate3d(0,0,0);
 margin-top:35px;
 z-index:10
}
.swiper-pagination.swiper-pagination-hidden {
 opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 bottom:10px;
 left:0;
 width:100%
}
.swiper-pagination-bullet {
 width:14px;
 height:14px;
 display:inline-block;
 border-radius:100%;
 background:#f9c087;
 margin:0 5px
}
button.swiper-pagination-bullet {
 border:none;
 margin:0;
 padding:0;
 box-shadow:none;
 -moz-appearance:none;
 -ms-appearance:none;
 -webkit-appearance:none;
 appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor:pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
 background:#fff
}
.swiper-pagination-bullet-active {
 opacity:1;
 background:#fa8b1a
}
.swiper-pagination-white .swiper-pagination-bullet-active {
 background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
 background:#000
}
.swiper-container-vertical>.swiper-pagination-bullets {
 right:10px;
 top:50%;
 -webkit-transform:translate3d(0,-50%,0);
 -moz-transform:translate3d(0,-50%,0);
 -o-transform:translate(0,-50%);
 -ms-transform:translate3d(0,-50%,0);
 transform:translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin:5px 0;
 display:block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin:0 5px
}
.swiper-pagination-progress {
 background:rgba(0,0,0,.25);
 position:absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
 background:#007aff;
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 -webkit-transform:scale(0);
 -ms-transform:scale(0);
 -o-transform:scale(0);
 transform:scale(0);
 -webkit-transform-origin:left top;
 -moz-transform-origin:left top;
 -ms-transform-origin:left top;
 -o-transform-origin:left top;
 transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
 -webkit-transform-origin:right top;
 -moz-transform-origin:right top;
 -ms-transform-origin:right top;
 -o-transform-origin:right top;
 transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
 width:100%;
 height:4px;
 left:0;
 top:0
}
.swiper-container-vertical>.swiper-pagination-progress {
 width:4px;
 height:100%;
 left:0;
 top:0
}
.swiper-pagination-progress.swiper-pagination-white {
 background:rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
 background:#fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
 background:#000
}
.swiper-container-3d {
 -webkit-perspective:1200px;
 -moz-perspective:1200px;
 -o-perspective:1200px;
 perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
 -webkit-transform-style:preserve-3d;
 -moz-transform-style:preserve-3d;
 -ms-transform-style:preserve-3d;
 transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
 position:absolute;
 left:0;
 top:0;
 width:100%;
 height:100%;
 pointer-events:none;
 z-index:10
}
.pub_pub{
	padding-top:55px
}
.pub_pub .pub_left{
	width:270px
}
.pub_pub .pub_right{
	width:890px
}
.pub_pub .pub_left form p{
	border:1px #ececec solid;
	display:flex;
	padding:0 10px;
	margin-bottom:15px;
	background:#fff
}
.pub_pub .pub_left form p .button{
	background:url(../img/ssd.png) no-repeat;
	display:block;
	width:19px;
	height:19px;
	border:0;
	align-self: center;
	cursor:pointer
}
.pub_pub .pub_left form p .text{
	padding:9px;
	width:90%;
	border:0;
	padding-right:15px
}
.pub_pub .pub_left  .pub_nabv .tit{
	background:#fa8b1a;
	color:#fff;
	font-size:22px;
	padding:25px 0;
	border-left:5px #ffbc76 solid;text-transform: uppercase; 
}
.pub_pub .pub_left .pub_nabv .nav_list,.pub_pub .pub_left .pub_nabv ul{
	border:1px #e7e7e7 solid;
	border-bottom:0;
	background:#fff
}
.pub_pub .pub_left .pub_nabv .nav_list .one h2{
	color:#333333;
	font-size:16px;
	padding:20px 0;
	background:url(../img/add.png) no-repeat 30px 24px;
	padding-left:60px
}
#contact .cont_one .c_one_l .tits h2{
	text-transform: uppercase; 
}
.pub_pub .pub_left .pub_nabv .nav_list .one h2 i{
	margin:0 8px
}
.pub_pub .pub_left .pub_nabv .nav_list .one{
	border-bottom:1px #e7e7e7 solid;
	cursor:pointer
}

.pub_pub .pub_left .pub_nabv .nav_list .one .tow h3{
	color:#154a9a;
	font-size:15px;
	padding-left: 30px;
	background:url(../img/op.png) no-repeat 10px;
	margin-top:15px;
}
.pub_pub .pub_left .pub_nabv .nav_list .one .tow h3:first-child{
	margin-top:0
}
.pub_pub .pub_left .pub_nabv .nav_list .one .tow p{
	padding:10px 0 10px 30px;
	border-bottom:1px #e3e3e5 dashed
}
.pub_pub .pub_left .pub_nabv .nav_list .one .tow p:last-child{
	border-bottom:0
}
.pub_pub .pub_left .pub_nabv .nav_list .one .tow p a{
	color:#777878;
	font-size:12px;
	margin-bottom:10px;
	display:inline-block;
	padding:0 8px;
	background:url(../img/z9.png) no-repeat 100% 3px;
}
.pub_pub .pub_left .pub_nabv .nav_list .one .tow p a:nth-child(1){
	border-left:0
}
.pub_pub .pub_left .pub_nabv .nav_list .one .tow{
	display:none;
	padding:20px 0 10px 0
}
.pub_pub .pub_left .pub_nabv .nav_list .one.active .tow{
	display:block
}

.pub_pub .pub_left .pub_nabv .nav_list .one.active   h2 {
    color: #fff;
    background:#fb9a38 url(../img/jian.png) no-repeat 30px 24px;
}
.pub_pub .pub_left .pub_nabv .nav_list .one .tow p a:hover{
	color:#154a9a
}
.pub_pub .pub_left .pub_nabv .tit img{
	position:relative;
	top:-2px;
	margin-right:10px;
	
}
.pub_right.support  dl {
    background: #f8f8f8;
    margin-bottom: 25px;
}
.pub_right.support  dt{
	width:33%
}
.pub_right.support  dd{
	width:62%;
	margin-right:20px;
	align-self: center;
}
.pub_right.support  dl a {
    display: flex;
    justify-content: space-between;
}
.pub_right.support dl dt {
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
.pub_right.support dl dd h2 {
    color: #0d0d0d;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pub_right.support dl dd p {
    color: #717171;
    line-height: 25px;
    font-size: 14px;
    margin: 20px 0 30px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pub_right.support dl dd h3 em{
	color:#154a9a;
	padding:5px 15px;
	border:1px #154a9a solid;
	font-size:14px
}
.pub_right.support dl dd h3 span{
	align-self: center;
}
.pub_right.support dl:hover dd h3 em{
	background:#fa8b1a;
	color:#fff;
	border:#fa8b1a 1px solid;	
}
.pub_right.support dl:hover dd h2 {
    color: #fa8b1a;
}
.down dl{
	margin-top:50px;
	border:3px #154a9a solid;
	width:23.5%;
	margin-left:2%;
	-moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  -webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.down dl:nth-child(4n+1){
	margin-left:0
}
.down dd{
	background:#666666;
	text-align:center;
	font-size:14px;
	color:#fff;
	padding:10px;
	-moz-border-radius:0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.down dd a{
	background:#27508f;
	text-align:center;
	padding:5px 20px;
	display:none;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.down dl.active dt p{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:#000000;/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
  background-color:rgba(0,0,0,0.6); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}
.down dl.active dd{
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);
	width:100%;
	background:none
}
.down dl.active dd a{
	display:inline-block;
	color:#fff;
	margin-top:30px;
}
.wap_show{
	display:none
}
.mp_tp{
	margin-top:35px
}
.pub_pub .pub_left .pub_nabv li{
	 border-bottom: 1px #e7e7e7 solid;
background: url(../img/op.png) no-repeat 25px 26px;
padding: 20px 0;
    padding-left: 0px;
padding-left: 45px;
}
.pub_pub .pub_left .pub_nabv li a{
	color:#333333;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif
}
.pub_pub .pub_left .pub_nabv li a:hover,.pub_pub .pub_left .pub_nabv .nav_list .one h2:hover{
	color:#547bb5;
}
.pub_pub .pub_left .pub_nabv .nav_list .one.active h2:hover{
	color:#fff
}
.pub_right.product dl {
    box-shadow: 0px 3px 5px 5px rgb(243, 243, 243);
    width:31.33%;
    border: 1px #f9f9f9 solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	margin-left:3%;
	background:#fff;
	margin-bottom:3%;
	overflow:hidden
}	
.pub_right.product dl:nth-child(3n+1){
	margin-left:0
}
.pub_right.product dt img{
	width:100%
}
.pub_right.product dd {
    padding: 15px 22px;
    text-align: left;
}
.pub_right.product dd h2 {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap
}

.pub_right.product dd p {
	font-size: 14px;
	line-height: 26px;
	color: #808080;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0 25px 0
}

.pub_right.product dd em {
	border: 1px #154a9a solid;
	font-size: 14px;
	padding: 5px 20px;
	color: #154a9a
}
.pub_right.product dl:hover em {
	background: #154a9a;
	color: #fff
}
.pub_pub .pub_left{
	margin-bottom:50px
}
#pro_cont .pro_one .img{
	width:410px;
}
#pro_cont .pro_one .test{
	width:720px;
}
#pro_cont .pro_one .img img{
	width:100%;
	  -moz-border-radius:8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#pro_cont .pro_one{
	padding:40px 0;
}
#pro_cont .pro_one .test h2{
	color:#363636;
	font-size:22px;
	font-weight:bold;
	padding-bottom:25px
}
#pro_cont .pro_one .test p img{
	margin-bottom:25px
}
#pro_cont .pro_one .test p{
	color:#666666;
	font-size:15px;
	line-height:32px;
}
#pro_cont .pro_one .test h3{
	color:#333333;
	font-size:16px;
	margin-top:25px
}
#pro_cont .pro_tow .tit{
	padding:40px 0;
	border-top: 10px #f7f7f7 solid;
}
#pro_cont .pro_tow p{
	color:#555555;
	font-size:16px;
	line-height:35px;
	margin-bottom:30px
}
#pro_cont .pub_right.product dl{
	width:23%;
	margin-left:2.667%
}
#pro_cont .pub_right.product dl:nth-child(4n+1){
	margin-left:0
}
#pro_cont .pub_right.product dd p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
	margin:10px 0 20px 0
}

#contact .cont_one{
	margin:85px auto
}
#contact .cont_one  .tits h2{
	font-size: 20px;
color: #354352;
padding-bottom: 8px;
font-weight: bold;
}

#contact .cont_one .c_one_l{
	width:545px;
}
#contact .cont_one .c_one_r{
	width:610px;
}
#contact .cont_one .c_one_l .one {
	margin-top:25px
}
#contact .cont_one .c_one_l .one h2{
	font-size:20px;
	color:#272727
}
#contact .cont_one .c_one_l .one h2 img {
    width: 23px;
    position: relative;
    margin-right: 5px;
    margin-top: -2px;
}
#contact .cont_one .c_one_l .one p {
    font-size: 16px;
    margin-top: 20px;
    display: flex;
    line-height: 30px;
	color:#595959
}
#contact .cont_one .c_one_l .one p img {
    width: 34px;
    margin-right: 15px;
    height: 34px;
    align-self: center;
}

#contact .cont_one  .tits h2{
	font-size: 20px;
color: #354352;
padding-bottom: 18px;
font-weight: bold;
}

#contact .cont_one .c_one_l{
	width:545px;
}
#contact .cont_one .c_one_r{
	width:610px;
}
#contact .cont_one .c_one_l .one {
	margin-top:25px
}
#contact .cont_one .c_one_l .one h2{
	font-size:20px;
	color:#272727
}
#contact .cont_one .c_one_l .one h2 img {
    width: 23px;
    position: relative;
    margin-right: 5px;
    margin-top: -2px;
}
#contact .cont_one .c_one_l .one p {
    font-size: 16px;
    margin-top: 20px;
    display: flex;
    line-height: 30px;
	color:#595959
}
#contact .cont_one .c_one_l .one p img {
    width: 34px;
    margin-right: 15px;
    height: 34px;
    align-self: center;
}
.cont_form p{
	display:flex;
	margin-bottom:25px
}
.cont_form p em{
	width:15%;
	align-self: center;
	color:#c6c6c6
}
.cont_form p .text{
	width:85%;
	border:1px #e6e6e6 solid;
	padding:15px;
	  -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.cont_form p .cltextarea{
	width:85%;
	border:1px #e6e6e6 solid;
	padding:10px;
	  -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family:微软雅黑;
  height:245px
}
.cont_form  {
	margin-top:35px;
}

.buttons{
	background:#154a9a;
	  -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color:#fff;
  text-align:center;
  width:120px;
  padding:10px 0;
  display:inline-block;
  border:0;
  float:right;
  font-size:15px;
  cursor:pointer  
}.cont_map .ck{
	text-align:center
}
.cont_map .ck em{
	background:#f3f3f3;
	color:#4e4e4e;
	display:inline-block;
	padding:12px 0;
	width:150px;
	margin:0 5px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor:pointer
}
.cont_map .ck em.on{
	background:#227fc0;
	color:#fff
}
.cont_map .map{
	height:670px;
	width:100%;
	display:none;
	margin-top:20px;
}
.cont_map .map.on{
	display:block
}
.news_cont .title b{
	font-weight:normal;
	text-transform: uppercase;
	color:#858585
}
.where  form{
	width:40%;align-self: center;
}
.where  form p {
    border: 1px #ececec solid;
    display: flex;
    padding: 0 10px;
    background: #fff;
}
.where  form p .button {
    background: url(../img/ssd.png) no-repeat;
    display: block;
    width: 19px;
    height: 19px;
    border: 0;
    align-self: center;
    cursor: pointer;
}
.where form p .text {
    padding: 9px;
        padding-right: 9px;
    width: 95%;
    border: 0;
    padding-right: 15px;
}

.letter{
	background:#edf2f8;
	padding:15px 0;
	color:#154a98
}
.letter a{
	display:inline-block;
	color:#010000;
	margin:0 15px;
	cursor:pointer;
}
.letter a:hover,.letter a.active{
	color:#ff8201
}
.add_flxed{
	width:140px;
	position:fixed;
	left:2%;
	top:80px;
	background:#f4f4f4;
	  -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display:none;
  z-index:99999
}
.add_flxed.faded{
	display:block
}
.add_flxed li{
	line-height:60px;
	text-align:center;
	border-bottom:1px #e6e6e6 solid;
	color:#7b7b7b;
	font-size:16px;
	cursor: pointer
}
.add_flxed li:last-child{
	border-bottom:0
}
.add_flxed li.cur{
	background:#fe9105;
	color:#fff
}
.add_flxed li:nth-child(1).cur{
	 -moz-border-radius:6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.add_flxed li:last-child.cur{
	 -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius:  0 0 6px 6px;
  border-radius:  0 0 6px 6px;
}