/*
KISSY CSS Reset
*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
	/* table elements 表格元素 */
	margin: 0;
	padding: 0;
	font-size: 14px;
}


body,
button,
input,
select,
textarea {
	/* for ie */
	/*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
	font:400 14px/1 'Microsoft Yahei','PingFang SC',Avenir,'Segoe UI','Hiragino Sans GB',STHeiti,'Microsoft Sans Serif','WenQuanYi Micro Hei',sans-serif
	/* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
	font-size: 18px;
	/* 18px / 12px = 1.5 */
}

img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	vertical-align: middle;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
img {
	max-width: 100%;
}

/* 重置列表元素 */
ul,
ol {
	list-style: none;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

a:hover {
	text-decoration: none;
	color: #0089ff;
}

/* 重置表单元素 */
input,
select,
textarea,
button {
	outline: medium;
}

legend {
	color: #000;
}

/* for ie6 */
fieldset,
img {
	border: none;
}

/* img 搭车：让链接里的 img 无边框 */
input {
	vertical-align: middle;
	border: none;
	background: none;
	outline: none;
}

/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	border: none;
	height: 1px;
}

* {
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	min-width: 320px;
	color: #333;
}
html,body{
	overflow-x: hidden;
}

/*设置左右浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*清楚浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.fz48{font-size: 48px;}
.fw500{font-weight: 500;}
.fz18{font-size: 18px;}
.mainbox-shadow{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}


.w1280{
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
}


.d-flex {
	display: flex;
}

/* 垂直水平居中 */
.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 垂直居中 */
.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

/* 两端对齐 */
.d-flex-between {
	display: flex;
	justify-content: space-between;
}

/* 水平居中 */
.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.align-items{
	align-items: center;
}
/* 垂直居中两端对齐 */
.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.d-flex-center-between-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}
.transition{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.dx {
	text-transform: uppercase
}







#index-swiper .swiper-slide img {
	display: block;
	margin: 0 auto;
}

#index-swiper .swiper-slide {
	position: relative;
}

#index-swiper {
	max-width: 100%;
	margin: 0 auto;
}

#index-swiper .swiper-button-prev {
	left: 20px;
}

#index-swiper .swiper-button-next {
	right: 20px;
}

#index-swiper .sbtn {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(43, 23, 126, .15);
}

#index-swiper .sbtn::after,
#index-swiper .sbtn::before {
	font-size: 20px;
}
#index-swiper .w1280{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	
}
#index-swiper .swiper-abs {
	position: absolute;
	left: 0;
	top: 20%;
	width: 555px;
	color: #181818;
	line-height: 2.2;
	/*text-shadow: 0px 2px 5px #2b3f7e;*/
	z-index: 30;
}

.swiperaBtn {
    margin-top: 5%;
    font-size: 16px;
    width: 120px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 3px;
    background: rgb(51, 125, 255);
}

.swiperaBtn:hover {
	color: #fff;
    background: #1f6bf1;
}

#index-swiper .swiper-pagination {
	max-width: 1280px;
	left: 50%;
	bottom: 21%;
	margin-left: -25%;
	text-align: left;
	display: flex;
	align-items: center;
}

#index-swiper .swiper-pagination span {
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #fff;
	opacity: .4;
}

#index-swiper .swiper-pagination span.swiper-pagination-bullet-active {
	height: 6px;
	background: #2196f3;
	opacity: 1;
	border-radius: 3px;
}

.header {
	position: fixed;
	z-index: 1000;
	left: 0;
	right: 0;
	top: 0;
	height: 78px;
}

.header .w1280 {
	height: 78px;
}

.nav a {
	color: #fff;
	font-size: 16px;
	margin: 0 22px;
	height: 78px;
	line-height: 78px;
	display: block;
	position: relative;
	cursor: pointer;
}
.support a{
	color: #7d87a5;
	padding: 5px 15px;
}
.nav a:hover,
.nav li.active a,
.nav li a.active,.support a:hover {
	color: #00baff;
}

.nav a::after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	background: #00baff;
	height: 3px;
	width: 0;
	bottom: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	opacity: 0;
	transition: all .3s;
}

.nav a:hover::after,
.nav li.active a:after,
.nav a.active:after {
	width: 100%;
	left: 0;
	right: 0;
	opacity: 1;
}

.subnav {
	position: fixed;
	top: 78px;
	left: 0;
	right: 0;
	background: #0d1d42;
	z-index: 1000;
}
.header.fixed{background: #0d2355;}
.sub-nav {
	
}
.navp{
	padding-top: 30px;
	padding-bottom: 30px;
}
.top-menu-header {
	background: #0d2355;
}

.topr {
	color: #fff;
	margin-right: 20px;
}

.topr:hover {
	color: #fff;
	opacity: .6;
}

.topzc {
	height: 34px;
	padding: 0 18px;
	color: #fff;
	border: 1px #fff solid;
	border-radius: 6px;
	margin-right: 20px;
}

.topzc img {
	margin-right: 5px;
}

.topzc:hover {
	color: #fff;
	opacity: .6;
}

.toprdl {
	width: 120px;
	height: 34px;
	line-height: 34px;
	background: #ffb933;
	border-radius: 6px;
	color: #fff;
}

.toprdl img {
	margin-right: 5px;
}

.toprdl:hover {
	color: #fff;
	opacity: 1;
	border-radius: 16px;
}

.prodNav {
	width: 23%;
}

.toph3 {
	color: #00baff;
	font-size: 14px;
	font-weight: 500;
}

.prodNav a {
	margin-top: 20px;
	background: #0d2355;
	border-radius: 6px;
	padding: 15px 20px;
	border: 1px transparent solid;
}

.prodNav a h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.prodNav a p {
	margin-top: 3px;
	color: #7d87a5;
}

.prodNav a:hover,.ffsub a:hover {
	border-color: #00baff;
	background: #2b3f7e;
	box-shadow: 0 0 15px rgba(0,186,255,.15);
		color: #00baff;
}

.prodNav a:hover p,
.prodNav a:hover h4 {
	color: #00baff;
}
.ffsub {
	margin-left: -2%;
}
.ffsub a{
	width: 23%;
	margin-left: 2%;
	margin-top: 20px;
	background: #0d2355;
	border-radius: 6px;
	padding: 15px 20px;
	border: 1px transparent solid;
	font-size: 16px;
	color: #7d87a5;
	display: flex;
}
.ffsub a i{
	display: inline-block;margin-right: 8px;
	font-size: 20px;
}
.box1-ff{
	margin-top: -50px;
	position:relative;
	z-index: 900;
	margin-left: -1.5%;
}
.box1-ff .item {
	width: 23.5%;
	margin-left: 1.5%;
	padding-top: 25px;
	padding-bottom: 25px;
	background: hsla(0, 0%, 100%, .9);
	backdrop-filter: blur(3px);
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    transition: all .2s linear;
}
.box1-ff .item img{
	margin-right: 15px;
}
.box1-2{
	padding-top: 38px;
}
.box1-ff .item{
	position: relative;
}
.box1-2Left{
	width: 220px;
	margin-right: 100px;
}
.box1-2Left h2{
	line-height: 40px;
	font-size: 24px;
	font-weight: 500;
}
.box1-2Left a{
	margin-top: 20px;
	color: #2b3f7e;
	display: block;
}

.box1-2Left a:hover{
	color: #2b3f7e;
	
}
.box1-2Left a:hover i{
	margin-left: 8px;
}

.box1-2Right h2{
	font-size: 44px;
	color: #2b3f7e;
	line-height: 1.1;
}
.box1-2Right .xt{
	width: 40px;
	height: 4px;
	background: #d9e2ff;
	margin-top: 18px;
	margin-left: 6px;
	position: relative !important;
}

.box1-2Right p{
	margin-top: 18px;
}
.box2{
	background: #f0f2f5;
}
.p55{
	padding-top: 55px;
	padding-bottom: 55px;
}
.box1{
	padding-bottom: 55px;
}
.box1-ff .item h3{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 7px;
}
.box-shadow1{
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.box-shadow2{
	box-shadow: 0 0 15px rgba(0,186,255,.15);
}
.box1-ff .item:hover{
	transform: translate(0,-5px);
	box-shadow: 0 0 15px rgba(43,63,126,.15);
}
.title{
	margin-bottom: 5px;
}
.title h2{
	font-size: 26px;
	font-weight: bold;
	color: #2b3f7e;
	padding-right: 15px;
	position: relative;
}
.title h2::after{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #ff9000;
	border-radius: 100%;
	right: 0;
	top: 10px;
}
.title p{
	color: #818181;
}
.box2Ul{
	margin-left: -2%;
}
.box2Ul li{
	width: 31.3333%;
	margin-left: 2%;
	margin-top: 25px;
}
.radius5{
	border-radius: 5px;
	overflow: hidden;
}
.box2Ul li a{
	padding: 25px;
}
.bgfff{
	background: #fff;
}
.box2Ul li a img{
	margin-right: 25px;
	width: 70px;
	height: 70px;
}
.box2Ul li h2{font-size: 18px;color: #2b3f7e;font-weight: 500; margin-bottom: 15px;}
.box2Ul li p{
	line-height: 1.6;
}
.txt-818181{
	color: #818181;
}
.box2Ul li p.jg{
	color: #333;
	margin-top: 5px;
}
.box2Ul li p.jg span{
	font-size: 28px;
	color: #ff9000;
	font-weight: bold;
}
.box2Ul li a:hover{
	transform: translate(0,-5px);
	box-shadow: 0 0 15px rgba(43,63,126,.15);;
	
}
.titleP{
	margin-top: 15px;
}
.slideTxtBox{
	position: relative;
}

.slideTxtBox .bd{
	/* height: 310px; */
	position: relative;
	top: 0;
	width: 100%;
}

.map{
	position: absolute;
	right: 0;
	top: 0;
}
.mapigm{
	
	text-align: right;
}
.mapigm img{
	margin-top: -100px;
}
.slideTxtBox .hd{
	position: relative;
	z-index: 200;
	width: 100%;
	
}
.mapigm{
	position: relative;
}
.slideTxtBox .hd ul{
	margin-top: 60px;
}
.slideTxtBox .hd li{
	float: left;
	color: #373737;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	
}
.slideTxtBox .hd li.on{
	background: #2b3f7e;
	color: #fff;
	border-radius: 18px;
}
.ema{
	color: #2b3f7e;
}
.item-abs1{
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1.8;
}
.item-abs1 h2{
	font-size: 20px;
}
.item-abs1 h2 img{
	margin-right: 8px;
}
.item-abs1 a.ema{
	color: #2b3f7e;
}
.mt20{
	margin-top: 20px;
}
.item-abs02{
	background: url(../img/abs.png) no-repeat;
	width: 110px;
	height: 39px;
	position: absolute;
}
.item-abs02 span{
	width: 86px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
}

.map-01{
	right: 5%;
	top: 31%;
}
.map-02{
	right: 6%;
	top: 32%;
}
.map-03{
	right: 4%;
	    top: 22%;
}

.box4{
	background: #f0f2f5;
}
.ffTab{
	margin-top: 40px;
	overflow: hidden;
}
.ffTab .hd{
	width: 220px;
	border-left: 1px #d8dbe4 solid;
}
.ffTab .hd li{
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 16px;
	color: #7d87a5;
	cursor: pointer;
	position: relative;
}
.ffTab .hd li+li{
	border-top: 1px #d8dbe4 solid;
}
.ffTab .hd li.on::after{
	position: absolute;
	  content: '';
	 border-top:10px solid transparent;
	 border-bottom: 10px solid transparent;
	 border-right: 10px solid #2b3f7e;
	 left: -10px;
	 top: 50%;
	 margin-top: -6px;

}
.ffTab .hd li.on{
	background: #2b3f7e;
	color: #fff;
}
.ffTab .hd li a{
	color: #7d87a5;
	
}
.ffTab .hd li.ffa::after{
	display: none;
}
.ffTab .hd li.ffa.on a{
	background: #2b3f7e;
	color: #fff;
}
.ffTab .bd{
	margin-right: 230px;
	height: 390px;
}
.ffTab .bd .item{
	height: 390px;
	max-width: 960px;
	margin: 0 auto;
}

.ffTab .bd .item img{
	margin-right: 50px;
	width: 450px;
	height: 260px;
}
a.tab-a{
	color: #7d87a5;
	border: 1px #7d87a5 solid;
	width: 126px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	margin-top: 20px;
	display: block;
}
.ttrbox{
	line-height: 1.8;
}
a.tab-a:hover{
	background: #2b3f7e;
	color: #fff;
	border-color:#2b3f7e ;
	box-shadow: 0 0 15px rgba(43,63,126,.15);
}
.ttrbox h2{
	font-size: 20px;
	color: #2b3f7e;
	margin-bottom: 20px;
}

.newsLt{
	width: 300px;
	height: 250px;
	background: url(../img/nb.jpg) right bottom no-repeat;
	padding: 35px;
	margin-right: 25px;
	overflow: hidden;
}
.mt40{
	margin-top: 40px;
}

.ntt{
	line-height: 2;
}

.newsRigh{
	margin-left: -2%;
}
.newsRigh .item{
	width: 48%;
	margin-left: 2%;
	height: 250px;
	padding: 28px;
}
.newsRigh .item h2{
	font-size: 18px;
	color: #2b3f7e;
}
.newsRigh .item h2 img{
	margin-right: 8px;
}
.nttitle{
	padding-bottom: 18px;
	border-bottom: 1px #ebedf0 solid;
}
.nttitle a{
	color: #818181;
}
.nttitle a:hover{
	color: #2b3f7e;
}

.text-hide {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.indexUl li a{
	display: block;
	position: relative;
	height: 36px;
	line-height: 36px;
	padding-right: 44px;
	padding-left: 10px;
}
.indexUl{
	padding-top: 15px;
}
.indexUl li a span{
	position: absolute;
	right: 0;
}
.indexUl li a::after{
	content: "";
	width: 3px;
	height: 3px;
	background: #818181;
	left: 0;
	top: 16px;
	position: absolute;
}
.indexUl li a:hover::after{
	background:#2b3f7e;
}

.footer{
	background: #0d1d42;
	/*padding: 30px 0;*/
}

.fttop{
	border-bottom: 1px #1f3568 solid;
	padding-bottom: 25px;
	font-size: 18px;
	color: #fff;
}
.fttop img{
	margin-right: 8px;
}
.footLogo{
	color: #7d87a5;
}
.footL01{
	line-height: 1.8;
	color: #7d87a5;
	margin-top: 20px;
}
.footL01 a{
	color: #7d87a5;
}
.footLogo h3{
	font-size: 24px;
	margin-top: 20px;
}
.footRul h3{
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 25px;
}
.footRul li a{
	display: block;
	height: 34px;
	line-height: 34px;
	color: #7d87a5;
}
.footRul li {
	margin-left:100px;
}
.footRul li a:hover{
	color: #fff;
}
.copy,.copy a{
	color: #7d87a5;
}
.copy a:hover{
	color: #fff;
}
.copy{
	margin-top: 25px;
}

.pageTop{
	text-align: center;
	position: relative;
}
.pageTop .w1280{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.pageTopa a{
	display: inline-block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border: 1px #fff solid;
	text-align: center;
	margin-right: 50px;
}
.pageTopTxt{
	position: absolute;
	color: #fff;
	width: 470px;
	text-align: left;
	top: 25%;
	left: 0;
	z-index: 20;
	line-height: 1.8;
}

.pageTopTxt h2{
	font-size: 38px;
	font-weight: 600;
}
.toptxt{
	margin: 20px 0 25px;
}
.pageTopa a:hover{
	color: #00baff;
	border-color: #00baff;
}

.jsabs{
    /*text-align: center; */
    width: auto !important;
    max-width: 1200px;
    position: absolute;
    top: 41% !important;
    /* left: 50% !important; */
    /* transform: translate(-160%,10%); */
    margin-left: 100px;
}

.cp-nav{
	height: 70px;
	
}
.cp-nav li{
	height: 70px;
	display: flex;
	align-items: center;
	font-size: 16px;
	margin: 0 30px;
	cursor: pointer;
	position: relative;
}
.cp-nav li:hover::after,.cp-nav li.on::after{
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background: #337dff;
	top: 50px;
}
.cp-nav li:hover,.cp-nav li.on{
	color: #2B3F7E;
}
.fz26{font-size: 26px;}
.tc{
	text-align: center;
}
.txt-main{color: #2b3f7e;}

.ysUl{
	margin-left: -2%;
	margin-top: 15px;
}
.ysUl li{
	width: 31.333%;
	margin-left: 2%;
	margin-top: 25px;
}
.ysUl li a{
	padding: 25px;
	line-height: 1.8;
	min-height: 165px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border: 1px #e1e6f0 solid;
}
.ysUl li a img{
	margin-right: 20px;
}
.ysUl li a h3{
	margin-bottom: 8px;
}
.ysUl li a:hover{
	box-shadow: 0 0 15px rgba(43,63,126,.2);
	border-color: #fff;
	transform: translate(0, -5px);
}

.cpbox2{
	background: #f0f2f5;
	text-align: center;
	padding-bottom: 100px;
}
.cpbox2 .item{
	margin-top: 90px;
}
.cpbox2 .item  h2{
	height: 83px;
	line-height: 83px;
	font-size: 16px;
	background: #e0e9f8;
	color: #2b3f7e;
}
.cpbox2 .item:nth-child(1)  li{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.cpbox2 .item li{
	height: 60px;
	line-height: 60px;
	
	background: #f8f9ff;
}
.cpbox2 .item li:nth-child(odd){
	background: #fff;
}
.cpbox2 .item:nth-child(2){
	transform: scale(1.08);
	overflow: hidden;
	color: #2b3f7e;
}
.cpbox2 .item:nth-child(2) h2{
	background: #2b3f7e url(../img/h2j.png) right top no-repeat;
	font-size: 24px;
	color: #fff;
	height: 100px;
	line-height: 100px;
}
.border-main{
	border: 1px #e1e6f0 solid;
}
.tcBox{
	margin-top: 50px;
	margin-left: -2%;
	flex-wrap: wrap;
}
.tcBox .item{
	width: 23%;
	margin-left: 2%;
	overflow: hidden;
	position: relative;
	padding:0 30px 30px;
	margin-bottom: 10px;
}
.tcBox .item h2{
	font-size: 22px;
	padding-top: 30px;
	display: inline-block;
	border-top: 5px #2b3f7e solid;
	margin-top: -1px;
}
.tcBox .item .abs{
	font-size: 60px;
	font-weight: bold;
	font-family: arial;
	color: #f0f2f5;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: -1;
}
.tc-txt{
	margin-top: 20px;
	line-height: 1.6;
	height: 2.5rem;
	border-bottom: 1px #e1e6f0 solid;
}

.tx-pz{
	padding: 20px 0;
	border-bottom: 1px #e1e6f0 solid;
}
.tx-pz li{
	height: 36px;
	line-height: 36px;
}
.tx-pz li strong{
	color: #333;
}

.tc-btn{
	padding-top: 20px;
}
.tc-btn strong{
	font-weight: bold;
	font-size: 30px;
	color: #ffb933;
	display: inline-block;
	margin-bottom: 5px;
}
.tc-btn a{
	width: 88px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	overflow: hidden;
	background: #2b3f7e;
	color:#fff;
}
.tc-btn a:hover{
	background: #ffb933;
	box-shadow:0 0 15px rgba(0,0,0,.15);
}

.tcBox .item:hover{
	box-shadow:0 0 15px rgba(0,0,0,.15);
}
.tcBox .item:hover .tc-btn a{
	background: #ffb933;
	box-shadow:0 0 15px rgba(0,0,0,.15);
}
.tcBox .item:hover strong,.tcBox .item:hover h2{
	color: #2b3f7e;
}
.cptab{
	margin-top: 30px;
	overflow: hidden;
	background: #fff;
}
.cptab .hd li{
	text-align: center;
	height: 62px;
	line-height: 62px;
	font-size: 16px;
	cursor: pointer;
}
.cptab .hd li +li{
	border-left: 1px #e1e6f0 solid;	
}

.cptab .hd li i{
	font-size: 18px;
	color: #2b3f7e;
	padding-right: 5px;
}
.cptab .hd li:hover,.cptab .hd li:hover i,.cptab .hd li.on{
	background: #2B3F7E;
	color: #fff;
	box-shadow: 0 0 15px rgba(43,63,126,.2);
}
.cptab .bd{
	padding: 35px;
	border-top: 1px #e1e6f0 solid;	
}
.cptab .bd .item{
	
}
.cpbox4{
	background: #f0f2f5;
}
.tab-txt{
	margin-left: 40px;
	line-height: 1.8;
}
.tab-txt h2{
	font-size: 20px;
	margin-bottom: 8px;
}
.ttra{
	color: #818181;
}
.ttra:hover{
	color: #2b3f7e;
}
.wt-ul{
	margin-left: -2%;
}
.pageR{
	padding-bottom: 20px;
}
.pageR .wt-ul{
	margin-left: 0;
	margin-top: 25px;
}

.pageR .wt-ul li{
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.pageR .wt-ul li a{
	border: none;
	border-bottom: 1px #e1e6f0 solid;
}


.wt-ul li{
	width: 48%;
	margin-left: 2%;
}
.wt-ul li{
	margin-top: 30px;
}
.wt-ul li a{
	padding: 25px;
}
.wt-ul li a.wt-abox h2{
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	padding-left: 50px;
	margin-bottom: 12px;
}
.wt-ul li a.wt-abox h2 span,.wt-a span{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #268ffe;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	position: absolute;
	left: 0;top: 0;
	border-radius: 5px;
}
.text-hide2{
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
}
.wt-a{
	position: relative;
	padding-left: 50px;
	line-height: 1.8;
}
.wt-ul li a.wt-abox:hover{
	background: linear-gradient( 
180deg,#f1f5fb,#fff);
    /*border: 2px solid #fff;*/
    box-shadow: 0 5px 33px -8px rgb(80 140 209 / 29%);
    border-radius: 20px;
	border-color: #fff;
	transform: translate(0,-5px);
}
.pageR .wt-ul li a.wt-abox:hover{
	transform: translate(0,0);
	z-index: 20;
	position: relative;
}


.wt-ul li a.wt-abox:hover h2{
	font-weight: bold;
}
.wt-ul li a.wt-abox:hover .wt-a span{
	background: #ffb933;
}

.cpbuy{
	background: url(data:image/jpeg;base64,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) center no-repeat;
	height: 160px;
	background-size: cover;
}
.cpbuy a {
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background-color: #337dff;
    border-radius: 5px;
    /*margin-right: 1105px;*/
}
.cpbuy a:hover{
	color: #00baff;
	border-color: #00baff;
}

.cpbuy h2{
	font-size: 24px;
    margin-bottom: 25px;
    color: #262626;
    font-weight: 400;
    /*margin-right: 760px;*/
}
.fatop{
	margin-left: -2%;
	padding-top: 10px;
}
.fatop li{
	width: 23%;
	margin-left: 2%;
	margin-top: 25px;
}
.fatop li a{
	display: block;
	padding: 30px;
	padding-top: 0;
}
.fatop1{
	position: relative;
	padding-top: 38px;
}
.xt{
	position: absolute;
	width: 64px;
	height: 5px;
	background: #2B3F7E;
	top: 0;
	left: 0;
}
.fatop1 .spa1{
	font-size: 60px;
	color: #f0f2f5;
	font-family: arial;
	font-weight: bold;
}
.fatop1 h2{
	font-size: 18px;
	margin-top: 8px;
}

.fa-txt1{
	margin-top: 20px;
	padding-top: 20px;
	border-top:1px #e1e6f0 solid ;
	line-height: 1.8;
	height: 178px;
	overflow: hidden;
}
.fatop li a:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	transform: translate(0,-5px);
	border-color: #fff;
}
.fatop li a:hover h2{
	color: #2B3F7E;
}
.astyle{
	display: block;
	width: 110px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #2B3F7E;
	margin: 30px auto 0;
}
.astyle:hover{
	background: #2B3F7E;
	color: #fff;
	border-color: #2B3F7E;
	border-radius: 18px;
}



.fabox2{
	background: url(../img/jg.jpg) no-repeat center;
	background-size: cover;
}
.txt-fff{
	color: #fff;
}

.fajgbox{
	background: #fff;
	margin-top: 35px;
}
.fajgbox img{
	width: 830px;
	height:546px;
}
.fajgr{
	padding: 20px 40px;
}
.fajgr h2{
	color: #324581;
	font-size: 16px;
	font-weight: 500;
}
.fajgr .xt2{
	margin-top: 15px;
	background: #324581;
	width: 32px;
	height: 4px;
}
.fajgrtxt{
	line-height: 1.8;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px #e1e6f0 solid;
	margin-bottom: 20px;
}
.fajgrtxt:last-child{
	border: none;
}
.faysul{
	margin-left: -2%;
	padding-top: 10px;
}

.faysul li{
	width: 48%;
	margin-left: 2%;
	margin-top: 30px;
}
.faysul li a{
	padding: 30px;
	line-height: 1.8;
	padding-right: 100px;
	position: relative;
}
.faysul li a img{
	margin-right: 25px;
}
.faysul li a h2{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
}

.faysul li a .abs{
	position: absolute;
	right: 20px;
	font-size: 60px;
	color: #f0f2f5;
	font-weight: bold;
	font-family: arial;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.faysul li a:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	border-color: #fff;
	transform: translate(0,-5px);
}
.faysul li a:hover h2{
	color: #324581;
	font-weight: bold;
}
.alUl{
	padding-top: 10px;
	margin-left: -2%;
}
.fabox4{
	background: #f0f2f5;
}
.alUl li{
	width: 23%;
	margin-left: 2%;
	padding: 10px;
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.alUl li img{
	height: 56px;
	max-width: 100%;
}
.alUl li:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	transform: translate(0,-5px);
}

.gdfa{
	margin-left: -2%;
	padding-top: 10px;
}

.gdfa a{
	width: 23%;
	margin-left: 2%;
	padding: 25px;
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
}
.gdfa a i{
	margin-right: 6px;
	color: #2b3f7e;
	font-size: 20px;
}
.gdfa a:hover{
	color: #2B3F7E;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	border-color: #fff;
	transform: translate(0,-5px);
}
.topso {
    background: #f0f2f5;
    border-radius: 30px;
    position: relative;
    z-index: 200;
    margin-top: 22px;
    box-shadow: 3px 2px 6px 1px rgb(0 0 0 / 16%), inset 0px 3px 6px 1px rgb(0 0 0 / 1%);
}
.select {
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: none;
    border-radius: 30px;
    width: 120px;
    padding: 0 15px;
    font-size: 16px;
    margin-right: 12px;
    text-align: center;
}
.shiwaiinput {
    height: 60px!important;
    border: none!important;
    padding: 0!important;
}
.shiwaiinputsj {
    height: 36px!important;
    border: none!important;
    /*padding: 0!important;*/
}
.sorigth{
	border-radius: 8px;
	overflow: hidden;
	height: 50px;
}
.sorigth input{
	background: #fff;
	height: 60px;
	padding-left: 20px;
}
.sorigth button {
    height: 50px;
    width: 100px;
    background: #059fff url(../img/sobtn.png) no-repeat center;
    border: none;
    cursor: pointer;
    border-radius: 1px 30px 30px 1px;
}
.mbx{
	line-height: 1.8;
	color: #818181;
}
.mbx span{
	display: inline-block;
	padding-left: 20px;
	background: url(../img/h.png) no-repeat left center;
}
.mbx a{
	color: #818181;
}
.mbx a:hover,.mbx i{
	color: #2196f3;
}

.pageL {
    width: 298px;
    overflow: hidden;
    padding-right: 38px;
    padding-bottom: 30px;
}
.leftSub {
    background: #f0f2f5;
    background: linear-gradient(
180deg,#f1f5fb,#fff);
    border: 2px solid #fff;
    box-shadow: 0 5px 33px -8px rgb(80 140 209 / 29%);
    border-radius: 20px;
}
h2.lefth2{
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	padding-left: 35px;
	/*border-bottom: 1px #e5e5e5 solid;*/
	font-weight: 600;
}
.leftAbox{
	padding: 8px 0;
}
.leftAbox a{
	height: 40px;
	line-height: 40px;
	padding-left: 38px;
	display: block;
	position: relative;
	background: url(../img/abg2.png) 220px center no-repeat;
	
}
.leftAbox a:hover,.leftAbox a.on{
	color: #268ffe;
	background: url(../img/abg.png) 220px center no-repeat;
}
.leftSub2{
	margin-top: 25px;
    background: #f0f2f5;
    background: linear-gradient(
180deg,#f1f5fb,#fff);
    border: 2px solid #fff;
    box-shadow: 0 5px 33px -8px rgb(80 140 209 / 29%);
    border-radius: 20px;
}
.lffabox{
	margin: -1px;
	margin-top: 0;
}
.lffabox a{
	float: left;
	width: 50%;
	text-align: center;
	/*border: 1px #e5e5e5 solid;*/
	border-left: none;
	margin-top: -1px;
	padding: 20px 0;
	color: #818181;
}
.lffabox a i{
	font-size: 28px;
	color: #2b3f7e;
}

.lffabox a:hover {
    color: #059fff;
    box-shadow: 0 5px 33px -8px rgb(80 140 209 / 29%);
}
.lffabox a p{
	padding-top: 7px;
}
.mt35{
	padding-top: 35px;
}
.mt25{
	margin-top: 25px;
}
.shiwaibody  {
    background-color: #f5f7fa;
}
.pagertitle{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #e1e6f0 solid;
}
.pagertitle h2 {
    color: #2692ff;
    border-bottom: 2px #059fff solid;
    font-weight: 600;
}



.page {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}

.page a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px #e5e5e5 solid;
	border-radius: 4px;
	padding: 0 12px;
	color: #818181;
	margin: 0 5px 15px;
}

.page a.on,
.page a:hover {
	background: #2B3F7E;
	border-color: #2B3F7E;
	color: #fff;
}

.news-t{
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px #e1e6f0 solid;
	line-height: 1.8;
}
.news-t h1{
	font-size: 20px;
	margin-bottom: 5px;
}
.atricle{
	margin-top: 20px;
	line-height: 1.8;
	color: #818181;
}
.atricle p {
	margin-bottom: 15px;
}
.atricle img{
	display: block;
	margin: 15px auto;
	max-width: 100%;
	height: auto;
}
.isarticle{
	margin-top: 35px;
	padding: 25px;
}
.isarticle span{
	margin-left: 20px;
	width: 80px;
	height: 30px;
	background: #f0f2f5;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
}

.isarticle span:hover,.isarticle span.on{
	background: #059fff;
	color: #fff;
}
.newsList a{
	padding: 25px 0;
	border-bottom: 1px #e5e5e5 solid;
}
.newsList a img.newimg{
	width: 245px;
	/*height: 146px;*/
	margin-right: 35px;
}
.shiwaiheng {
    border-left: solid 1px #bbbbbb;
    height: 88px;
    margin-right: 39px;
}
.newsList{
	margin-top: 15px;
}
.itemtime{
text-align: right;
	width: 160px;
	text-align: center;
}
.itemtime p{
	font-size: 34px;
}
.newsList a .itemtime img{
	opacity: 0;
	width: 40px;
	height: 40px;
	margin-top: 8px;
}
.newsList a:hover{
	/*padding: 22px;*/
	/*box-shadow: 0 0 15px rgba(0,0,0,.15);*/
	/*margin-top: -1px;*/
	position: relative;
	z-index: 20;
	background: #fff;
}
.newsList a:hover .itemtime img{
	opacity: 1;
}
/*.newsList a:hover img.newimg{*/
/*	margin-right: 30px;*/
/*}*/

.newsList .item .newsinfo{
	line-height: 1.8;
	margin-top: 15px;
}
.newsList a:hover .itemtime p{
	color: #333;
}
/*.newsList a:hover+a{*/
/*	border: none;*/
/*}*/


.newsRbox{
	width: 300px;
	margin-left: 40px;
}

.pb20{padding-bottom: 20px;}
.news-xg{
	padding:5px 25px;
}
.news-xg a{
	display: block;
	height: 38px;
	line-height: 38px;
	position: relative;
	padding-left: 10px;
}

.news-xg a::after{
	content: "";
	width: 3px;
	height: 3px;
	background: #818181;
	position: absolute;
	left: 0;
	top: 17px;
}
.news-xg a:hover::after{
	background: #2B3F7E;
}

.page-fy{
	border-top: 1px #e1e6f0 solid;
	margin-top: 25px;
	padding-top: 25px;
}
.page-fy a{
	max-width: 48%;
}
.shiwaizixuna {
    background: #0e52ff;
    box-shadow: 8px 8px 20px 0 rgb(121 172 255 / 10%);
    color: #fff;
    min-width: 136px;
    height: 44px;
    font-size: 16px;
    line-height: 42px;
    -webkit-font-smoothing: auto;
    transition: all .3s ease-in-out;
    outline: 0 none;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 20px;
    border: 2px solid #0056ff;
    border-radius: 4px;
}
.shiwaizixuna:hover {
    background-color: #120eff;
    color:#fff;
}
.gongsiname {
    font-weight: 600;
}
.gongsizizhi {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.about01 .abl{
    width: 545px;
    height: 318px;
    margin-right: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 1px #a5a5a5;
    border: 2px solid #FFFFFF;
}
.about01 h2{
	font-size: 24px;
}
.zizhixinxi {
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0 30px 0px;
}
.certificate-name {
    text-align: center;
    margin: 16px;
}
.shiwaichanpinyoushi {
    padding-top: 39px;
}
.shiwaiul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shiwaili {
    position: relative;
    width: 615px;
    height: 142px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.shiwaiimg {
    position: absolute;
    top: 0;
    right: 30px;
    width: 70px;
    height: 70px;
}
.monitor-desc {
    padding: 20px 50px 0;
    text-align: left;
}
.chanpin {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.shiwaichanpinyoushi ul>li:nth-child(2n) {
    margin-top: 26px;
    margin-left: -30px;
}

.desctitle {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
}
.monitor-desc1 {
    padding: 20px 88px 0;
    text-align: left;
}
.svg-embed {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.descspan {
    color: #337dff;
}
.descp {
    font-size: 12px;
    color: #fff;
    width: 478px;
}
.gscontainer {
    margin-top: 80px;
}
.gscontainer dt {
    float: right;
    width: 295px;
}
.intro-cloumn {
    line-height: 50px;
    overflow: hidden;
}

.intro-cloumn h3 {
    float: right;
    font-size: 37px;
    color: #fff;
    font-weight: 600;
}
.intro-cloumn h3 span {
    color: #fff;
    margin-left: 10px;
}
.gscontainer dd {
    float: left;
    width: 965px;
    margin-top: 12px;
}
.gscontainer .img1 {
    width: 640px;
    height: 390px;
    float: left;
    margin-right: 25px;
}
.gscontainer .img {
    width: 295px;
    height: 180px;
    margin-bottom: 26px;
}

.gscontainer .img2 {
    width: 295px;
    height: 180px;
    margin-top: 59px;
}
.gongsihuanjing {
    height: 575px;
    background: url(https://static.landui.com/statics/images/about/intro/bg4.jpg) center top no-repeat;
    min-width: 1280px;
    overflow: hidden;
    background-size: 100% 100%;
}
.certificate-item-img {
    width: 100%;
    display: inline-block;
    padding: 10px;
    border: 2px solid #e6eef4;
    box-shadow: 5px 5px 11px #c4cacf, -5px -5px 11px #ffffff;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
.certificate-item-img:hover {
    width: 100%;
    display: inline-block;
    padding: 10px;
    border: 2px solid #e9e9e9;
    box-shadow: 0px 0px 10px 3px #2196f3c2;
    transition: all .3s ease-in-out;
}
.certificate-item-img img {
    width: 100%;
    display: inline-block;
    height: 300px;
    border-radius: 6px;
}
.about01 .xt3{
	width: 54px;
	height: 3px;
	background: #015bfe;
	margin-top: 15px;
}
.about-txt>p {
    color:#000;
    line-height: 30px;
}
.about-txt{
	margin-top: 15px;
	line-height: 1.8;
}

.about02{
	background: #2b3f7e;
}

#indexCases{
	margin-top: 35px;
	margin-left: -100px;
	margin-right: -100px;
	position: relative;
}
#indexCases .cp-swiper{
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 36px;
}
.fz16{
	font-size: 16px;
}

#indexCases .cp-swiper .swiper-slide img{
	border: 5px transparent solid;
}
#indexCases .cp-swiper .swiper-slide{
	text-align: center;
}

#indexCases .cp-swiper .swiper-slide img:hover{
	border-color:#4e6dcd;
	box-shadow: 0 0 15 rgba(0,0,0,.15);
}
#indexCases .swbtn{
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: #fff;
	color: #2B3F7E;
	border: 0;
	outline: none;
}
#indexCases .cp-swiper  .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
}
#indexCases .cp-swiper  .swiper-pagination span{
	width: 30px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: .5;
}
#indexCases .cp-swiper .swiper-pagination-bullet-active{
	height: 6px !important;
	background: #fff !important;
	opacity: 1 !important;
}


.imgshow{display:none;background:rgba(0,0,0,.5);position:fixed;left:0;top:0;width:100%;height:100%;z-index:2019521}
.swiperbox{height:100vh;z-index:3;background:rgba(0,0,0,.6)}
.swiperbox img{width:initial;position:relative;z-index:2}
.swiper-zoom-container:before{width:100%;height:100%;content:' ';position:absolute;z-index:1;display:block;top:0;left:0;cursor:pointer}
.closebtn{position:absolute;z-index:22;width:60px;height:60px;right:20px;top:20px; cursor: pointer;}
.imgshow .swiper-slide{background:0 0}
a.aitems{
	text-align: center;
}
a.aitems i{
	width: 100px;
	height: 100px;
	background: #eeeeee;
	border-radius: 100%;
	text-align: center;
	line-height: 100px;
	font-size: 40px;
	color: #2B3F7E;
}
a.aitems  h3{
	font-size: 16px;
	margin-top: 16px;
}
.mt10{margin-top: 10px;}
a.aitems:hover i{
	background: #2B3F7E;
	color: #FFF;
}
.mbtns{
	margin-left: auto;
	margin-right: auto;
	display: none !important;
	margin-top: 35px !important;
}
.m-title{
	display: none;
}

.mnavBtn{
	display: none;
}
.mNavPop{
	background:#0d1d42;
	position: fixed;
	top: 0;
	padding-top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	z-index: 990;
	transform: translate(100%, 0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.mNavPop.show{
	transform: translate(0, 0);
}
.mNavPop a{
	display: block;
	height: 44px;
	line-height: 44px;
	color: #00baff;
	padding-left: 20px;
	font-size: 15px;
}

.msub{
	background: #0d2355;
	padding: 5px ;
	/* border-bottom: 3px rgba(0, 186, 255,.2) solid; */
}
.msub a{
	float: left;
	width: 33.3333%;
	font-size: 14px;
	color: #7d87a5;
	padding-left: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border: none;
	overflow: hidden;
}

.chat_box{ position:fixed; top:30%; right:0; width:70px; z-index:1000; box-shadow:0 4px 20px 0 rgba(225,79,0,.4); font-size:12px; }
.chat_box ul,.chat_box li{ list-style:none; }
.chat_box li{ text-align:center; color:#fff; background:transparent; position:relative; }
.chat_box li a.link{ display:block; color:#fff; padding:15px 0; background:#ff9400; text-decoration:none; border-bottom:1px solid #ff8000; cursor:pointer; }
.chat_box li:first-child a{ }
.chat_box li:last-child a{ border:0; }
.chat_box li i{ display:inline-block; font-size:28px; margin-bottom:10px; }
.chat_box li a.link:hover{ background:#ff8500; }
.chat_box .wxkf_qrcode{ display:none; position:absolute; right:65px; bottom:0; background:#fff; padding:7px 7px 3px; text-align:center; color:#666; line-height:1.4; box-shadow: 0 1px 20px 0 rgba(62,62,62,.25); }
.chat_box .wxkf_qrcode img{ width:160px; display:inline-block; max-width: 160px;}
.chat_box .wxkf_qrcode .heading{ margin-bottom:2px; }
.chat_box .wxkf_qrcode:after{ content: ""; position: absolute; bottom:15px; right:-10px; display:inline-block; width:0px; height:0px; border-left:10px solid #fff; border-top:6px solid transparent; border-bottom:3px solid transparent; }
.chat_box .telkf{ display:none; position:absolute; right:70px; top:20px; background:#fff; padding:0 10px; color:#333; font-size:20px; line-height:40px; box-shadow: 0 1px 20px 0 rgba(62,62,62,.25); }
.chat_box .telkf:after{ content: ""; position: absolute; top:12px; right:-10px; display:inline-block; width:0px; height:0px; border-left:10px solid #fff; border-top:6px solid transparent; border-bottom:3px solid transparent; }
.chat_box .kf_tit{
	font-size: 14px;
	width:180px;
}
.chat_box li.item{
	line-height: 24px;
	background: url('/home/img/icon_suspension_consult.png') no-repeat 25px center;
	padding-left: 30px;
	margin-bottom: 5px;
}

.foot_link a{margin: 0 10px;}

.pagination{
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}

.pagination li {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px #e5e5e5 solid;
	border-radius: 4px;
	/*padding: 0 12px;*/
	color: #818181;
	margin: 0 5px 15px;
}
.pagination a {
    display: inline-block!important;
    padding: 0 12px!important;
    height: 36px!important;
    margin: 0 3px!important;
    line-height: 36px!important;
     border: none!important; 
    color: #666;
}
.pagination li.active, .pagination li:hover {
	background: #216bf3;
	/*border-color: #2B3F7E;*/
	color: #fff;
}
.pagination li:hover a,.pagination li.active a{
	color: #fff;
	border: none;
}
.pagination a:hover {
    border: none!important;
    background: #216bf3!important;
    color: #fff!important;
}
.pagination .icon-angle-left:after{
	content:'上一页';
}
.pagination .icon-angle-right:after{
	content:'下一页';
}
.pagination .icon-double-angle-left:after{
	content:'首页';
}
.pagination .icon-double-angle-right:after{
 content:'末页';
}
.tab-bar{
	padding-top: 1.5rem;
}
.tab-bar .tab{
	font-size: 16px;
	background: #f0f2f5;
	text-align: center;
	line-height:3em;
	margin:0 3rem;
	border-radius: 30px;
}
.tab-bar .tab:hover,.tab-bar .tab.hover{
	background: #2B3F7E;
	color: #fff;
}
.tabBox{
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
}
.tabTitle{
	text-align: center;
	color: #818181;
	min-width: 150px;
}
.tabTitle.active{
	color: #2b3f7e;
}






















.lianxi-ul {
    margin-top: 40px;
    margin-left: -39px;
    text-align: center;
    overflow: hidden;
}
.lianxi-item1 ,.lianxi-item2 ,.lianxi-item3 {
    float: left;
    margin-left: 39px;
    position: relative;
    width: 30%;
    height: 328px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgb(64 66 77 / 16%);
    border: 2px solid #ebf0fc;
}
.lianxi-ul h4{
    font-size: 18px;
    font-weight: bold;
    padding-top: 144px;
}
.lianxi-ul .lianxi-item1 h4 {
    background: url("https://img.shiwaiyun.net/images/2023/04/13/ico1.png") center 32px no-repeat;
}

.lianxi-ul .lianxi-item2 h4 {
    background: url("https://img.shiwaiyun.net/images/2023/04/13/ico2.png") center 32px no-repeat;
}
.lianxi-ul .lianxi-item3 h4 {
    background: url("https://img.shiwaiyun.net/images/2023/04/13/ico5.png") center 32px no-repeat;
}
.lianxi-item2:hover .lianxi-ewm{display:block}
.lianxi-ewm {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #666666;
    font-size: 16px;
    padding-top: 68px;
    background: #fff;
}
.lianxi-ewm img{display:block;border:1px solid #015bfe;width:158px;height:158px;margin:0 auto 15px}
.lianxi-ul a {
    display: block;
    margin: 36px auto 0;
    width: 150px;
    height: 45px;
    line-height: 45px;
    background: #0e52ff;
    color: #fff;
}
.lianxi-ul span {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 23px;
    margin-top: 40px;
}
.lianxi-ul em {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #015bfe;
    font-size: 26px;
    font-weight: 600;
    transform: skew(350deg,0deg);
}























@media screen and (max-width:768px){
    .lianxi-ul{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-left: 0;
    }
    .lianxi-item1,.lianxi-item2,.lianxi-item3{
        width: 100%;
        margin-left: 0;
    }
    .margin-left-0 {
        margin-left: 0!important;
        width: 45%;
    }
    .zizhixinxi {
        display: flex;
        justify-content: space-evenly;
        padding: 30px 0 30px 0px;
        flex-wrap: wrap;
    }
    .certificate-item-img img {
        width: 100%;
        height: auto;
        display: inline-block;
        border-radius: 6px;
    }
    .guanyu{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-top: -50px;
        left: 0!important;
    }
    .shiwaizixuna{
        margin-right: 0;
    }
    /*产品优势*/
    /*.youshi{*/
    /*    background-color: #f3f3f5!important;*/
    /*}*/
    /*.chanpin{*/
    /*    color: #000;*/
    /*}*/
    /*.shiwaiul .shiwaili p{*/
    /*    color: #000;*/
    /*}*/
    /*.shiwaili{*/
    /*    width: 90%;*/
    /*    border: 2px black;*/
    /*}*/
    .shyoushi,.shiwaizixuna{
        display: none;
        
    }
    .intro-cloumn h3 {
    float: left;
    font-size: 18px;
    color: #202d40;
    font-weight: 400;
    }
    
    .gscontainer .img2 {
        display: none;
    }
    
    
    
    .gscontainer dd {
    width: 100%;

}
    .gongsihuanjing {
    height: 100%;
    min-width: 0;
    background: #000;

}
.gscontainer .img1 {
    width: 100%;
    height: 100%;
    margin: 5px 0 10px 0;

}
.gscontainer .img {
    width: 48%;
    height: 100%;
    margin-bottom: 18px;
    margin-top: 9px;
}
.imgl {
    float: left;
}
.imgr {
    float: right;
}
.gscontainer dt {
    float: left;
    margin-left: 20px;
}
.intro-cloumn h3 {
    float: left;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 600;
}
.gscontainer {
    margin-top: 20px;
}
.lianxi-item2 {
    margin-top: 20px;
}
.lianxi-item3 {
    margin-top: 20px;
}
    
    
    
    
}
    .xinwenzixun {
    color: #000;
}



/*电脑*/
@media (min-width: 768px){
    .homeDevCommunity___3G7ww {
    display: none;
    }
    .shiwaishouji {
    display: none;
}
.shiwaipc {
    display: block;
}
}

 /*手机*/
@media (max-width: 768px) {
    .newimg,.shiwaiheng {
        display: none;
    }
    .flex-1 {
        padding: 10px;
        overflow: hidden;
    }
    .xinwenzixun {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-top: -30px;
    left: 0!important;
}
.shiwaiflex {
     display:block!important; 
}
.shiwaishouji {
    /*display: block;*/
}
.shiwaipc {
    display: none;
}
.topso {
     padding: 0!important; 
     margin-top: 10px!important; 
}
.shiwaipd {
    padding: 0!important;
}







}









.pageTop dl {
    width: 1216px;
    margin: 0 auto 0;
    margin-top: 77px;
}

.pageTop dt {
    font-size: 36px;
    color: #333;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
}
.pageTop dd {
width: 50%;
}







