/*
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: #2b3f7e;
}

/* 重置表单元素 */
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: 1920px;
	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: 468px;
	color: #fff;
	line-height: 2.2;
	text-shadow: 0px 2px 5px #2b3f7e;
	z-index: 30;
}

.swiperaBtn {
	margin-top: 5%;
	font-size: 16px;
	width: 116px;
	height: 44px;
	border-radius: 10px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	border: 1px #fff solid;
	display: block;
	text-shadow: 0px 0 0 transparent;
}

.swiperaBtn:hover {
	background: #fff;
	color: #2b3f7e;
	box-shadow: 0 0 15px rgba(43, 23, 126, .15);
}

#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: #fff;
	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%;
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 6px;
}
.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: 34px;
	font-weight: 500;
}
.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: 45% !important;
	left: 50% !important;
	transform:translate(-50%,-50%);
}

.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: #2b3f7e;
	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: #2b3f7e;
	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{
	box-shadow:0 0 15px rgba(0,0,0,.15);
	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(../img/cp1.jpg) center no-repeat;
	height: 160px;
}
.cpbuy a {
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border: 1px #fff solid;
    text-align: center;
}
.cpbuy a:hover{
	color: #00baff;
	border-color: #00baff;
}

.cpbuy h2{
	font-size: 24px;
	margin-bottom: 25px;
	color: #fff;
	font-weight: 500;
}
.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{
	padding: 22px;
	background: #f0f2f5;
	border-radius: 6px;
	position: relative;
	z-index: 200;
	margin-top: -56px;
}
.select{
	height: 60px;
	line-height: 60px;
	background: #fff;
	border: none;
	border-radius: 8px;
	width: 220px;
	padding: 0 15px;
	font-size: 16px;
	margin-right: 28px;
}
.sorigth{
	border-radius: 8px;
	overflow: hidden;
	height: 60px;
}
.sorigth input{
	background: #fff;
	height: 60px;
	padding-left: 20px;
}
.sorigth button{
	height: 60px;
	width: 118px;
	background: #2B3F7E url(../img/sobtn.png) no-repeat center;
	border: none;
	cursor: pointer;
}
.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: #2B3F7E;
}

.pageL{
	width: 254px;
	overflow: hidden;
	margin-right: 30px;
	padding-bottom: 30px;
}
.leftSub{
	background: #f0f2f5;
}
h2.lefth2{
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	padding-left: 35px;
	border-bottom: 1px #e5e5e5 solid;
}
.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:#2B3F7E;
	background: url(../img/abg.png) 220px center no-repeat;
}
.leftSub2{
	margin-top: 25px;
	background: #f0f2f5;
	overflow: hidden;
}
.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: #2B3F7E;
}
.lffabox a p{
	padding-top: 7px;
}
.mt35{
	margin-top: 35px;
}
.mt25{
	margin-top: 25px;
}
.pagertitle{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #e1e6f0 solid;
}
.pagertitle h2{
	color: #2B3F7E;
	border-bottom: 2px #2B3F7E solid;
}



.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: #ffb933;
	color: #fff;
}
.newsList a{
	padding: 25px 0;
	border-bottom: 1px #e5e5e5 solid;
}
.newsList a img.newimg{
	width: 245px;
	height: 146px;
	margin-right: 57px;
}
.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%;
}

.about01 .abl{
	width: 532px;
	height: 209px;
	margin-right: 50px;
}
.about01 h2{
	font-size: 18px;
}
.about01 .xt3{
	width: 54px;
	height: 3px;
	background: #2B3F7E;
	margin-top: 15px;
}

.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 li.active, .pagination li:hover {
	background: #2B3F7E;
	border-color: #2B3F7E;
	color: #fff;
}
.pagination li:hover a,.pagination li.active a{
	color: #fff;
}
.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;
}