@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;font-family:微软雅黑;}
*{font-family:微软雅黑;box-sizing: border-box;}
body{width:100%;font-family:微软雅黑;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,10%, 0);
		transform: translate3d(0, 10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-moz-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,10%, 0);
		-moz-transform: translate3d(0, 10%, 0);
		     transform: translate3d(0, 10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		     transform: none
	}
}

@-o-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,10%, 0);
		transform: translate3d(0, 10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		   transform: none
	}
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,10%, 0);
		-moz-transform: translate3d(0, 10%, 0);
		     transform: translate3d(0, 10%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		  -o-transform: none;
		     transform: none
	}
}

.fadeInUp2 {
	-webkit-animation-name: fadeInUp2;
	-moz-animation-name: fadeInUp2;
	  -o-animation-name: fadeInUp2;
	     animation-name: fadeInUp2
}

.contain{
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
}
.header{
	position: relative;
	box-shadow: 0 5px 10px #cfcfcf;
}
.header1{
	zoom: 1;
}
.header1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.logo{
	float: left;
	margin-top: 23px;
	font-size: 0;
}
.search{
	float: right;
	margin-top: 43px;
	font-size: 0;
	margin-left: 30px;
}
.nav{
	float: right;
}
.nav ul li{
	list-style-type: none;
	font-size: 18px;
	color: #342b29;
	line-height: 100px;
	padding: 0 9px;
	float: left;
	margin-left: 70px;
}
.nav ul li a{
	color: #342b29;
}
.nav ul li.on{
	border-bottom: 1px solid #0654a6;
}
.nav ul li.on a{
	color: #0654a6;
}
.search_tc{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 101px;
	background-color: #ffffff;
	z-index: 9;
	box-shadow: 0 5px 10px #cfcfcf;
	border-top: 1px solid #9d9d9d;
	border-bottom: 1px solid #bfbfbf;
	padding: 18px 0;
}
.search_tc1{
	width: 90%;
	max-width: 635px;
	height: 46px;
	border: 1px solid #bfbfbf;
	border-radius: 23px;
	overflow: hidden;
	margin: 0 auto;
}
.search_tc1 form{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search_tci{
	flex: 1;
	height: 100%;
	padding: 0 16px;
}
.search_tcii{
	width: 68px;
	height: 100%;
	background: url(../img/search1.png) center no-repeat;
}
.banner{
	font-size: 0;
	text-align: center;
}
.banner .swiper-pagination{
	bottom: 22px;
}
.banner .swiper-pagination-bullet{
	background-color: #ffffff;
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 5px;
}
.banner .swiper-pagination-bullet-active{
	width: 36px;
}
.serve{
	background-color: #f3f4fb;
	padding: 70px 0;
}
.title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.title1{
	font-size: 0;
}
.title2{
	margin: 0 50px;
}
.title3{
	font-size: 36px;
	color: #dee3f9;
	text-align: center;
	line-height: 1;
	font-family: Arial;
	font-weight: bold;
}
.title4{
	margin-top: -14px;
	font-size: 36px;
	color: #333333;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}
.title4 span{
	color: #0654a6;
}
.title5{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.serve1{
	margin-top: 18px;
}
.serve1 ul{
	zoom: 1;
}
.serve1 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.serve1 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 40px)/3);
	margin-right: 20px;
	margin-top: 32px;
	border: 1px solid #e0e1e7;
	background-color: #f9fafd;
	height: 170px;
	padding: 0 20px 0 30px;
	box-shadow: 0 0 10px #e2e3e9;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.serve1 ul li:nth-child(3n){
	margin-right: 0;
}
.serve2{
	width: 60px;
	text-align: center;
	margin-right: 20px;
	font-size: 0;
}
.serve3{
	flex: 1;
}
.serve4{
	font-size: 30px;
	color: #000000;
}
.serve5{
	margin-top: 16px;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
}
.about{
	background: url(../img/about_bg.png) #f3f4fb center no-repeat;
	padding: 139px 0;
}
.title6{
	font-size: 36px;
	color: rgba(255, 255, 255, 0.05);
	text-align: center;
	line-height: 1;
	font-family: Arial;
	font-weight: bold;
}
.title7{
	margin-top: -14px;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}
.title8{
	margin-top: 20px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.about1{
	margin-top: 50px;
	border-radius: 9px;
	overflow: hidden;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
}
.about2{
	font-size: 0;
}
.about3{
	flex: 1;
	padding: 45px 40px 0;
}
.about4{
	font-size: 24px;
	color: #333333;
	line-height: 1;
}
.about5{
	margin-top: 20px;
	width: 61px;
	height: 4px;
	background-color: #0654a6;
}
.about6{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-indent: 28px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.about7{
	margin-top: 30px;
	font-size: 16px;
	line-height: 1;
}
.about7 a{
	color: #0654a6;
}
.process{
	padding: 60px 0;
	background-color: #f3f4fb;
}
.process1{
	margin-top: 10px;
}
.process1 ul{
	overflow: hidden;
}
.process1 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 54px)/4);
	margin-right: 18px;
	margin-top: 36px;
}
.process1 ul li:nth-child(4n){
	margin-right: 0;
}
.process2{
	font-size: 0;
}
.process3{
	background-color: #fff;
	height: 56px;
	padding: 0 14px 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.process3 span{
	display: block;
	font-size: 18px;
	color: #010101;
	flex: 1;
}
.process3 a{
	font-size: 16px;
	color: #0654a6;
	margin-left: 16px;
}
.process4{
	margin-top: 80px;
	text-align: center;
}
.process4 a{
	display: inline-block;
	width: 223px;
	height: 48px;
	border-radius: 5px;
	border: 1px solid #e5f0fc;
	background-color: #fff;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #0069ea;
}
.manage {
	color: #fff;
	background-color: #2863be;
	overflow: hidden;
}
.rel{
	position: relative;
}
.manage-out-left {
	width: 42%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.manage-out-right {
	width: 58%;
}
.manage-left {
	width: calc(42vw - calc(50vw - 50%));
	visibility: hidden;
}
.block {
	display: block;
	width: 100%;
}
.manage-right {
	width: calc(100% - calc(42vw - calc(50vw - 50%)));
	padding: 45px 0 0 0;
}
.manage-right:after {
	content: "";
	display: block;
	width: calc(58vw - 100%);
	height: 100%;
	background-color: rgba(40,99,190,0.7);
	z-index: 9;
	right: 0;
	transform: translate(100%,0);
	top: 0;
	position: absolute;
}
.mana-inner-pd {
	padding-left: 44px;
}
.manage-tit {
	font-size: 48px;
	color: rgba(255, 255, 255, 0.05);
	line-height: 1;
}
.manage-tit1 {
	margin-top: -24px;
	font-size: 48px;
	line-height: 1;
}
.manage-desc {
	font-size: 24px;
	margin: 20px 0 30px;
	color: #e2e2e2;
}
.mana-rbott {
	min-height: 340px;
}
.swiper-mana {
	width: calc(58vw + 460px);
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(33.33%,0);
}
.swiper-mana .swiper-slide {
	height: auto;
	background-color: #fff;
	padding: 24px 25px;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}
.mana-flex-top {
	flex: 1;
}
.space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.man-tit {
	font-size: 24px;
	color: #2863be;
}
.mana-img {
	max-width: 56px;
}
.mana-dl {
	color: #666;
	margin-top: 15px;
}
.mana-dl>dd {
	line-height: 1.6em;
}
.webkit {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 5;
}
.ti2 {
	text-indent: 2em;
}
.mana-button {
	padding: 25px 0 0 calc(460px + 6%);
}
.swiper-mana-next, .swiper-mana-prev {
	margin: 0;
	position: static;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 1px solid #fff;
	color: #fff;
	opacity: 0.6;
}
.swiper-mana-next:hover, .swiper-mana-prev:hover{
	opacity: 1;
}
.swiper-mana-prev {
	margin-right: 50px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 20px;
}
.mana-flex-bott {
	padding-top: 16px;
	text-align: right;
}
.theme {
	color: #2863be;
}
.case{
	padding: 68px 0 78px;
	background: url(../img/case_bg.png) #f4f8ff no-repeat;
}
.case1{
	margin-top: 15px;
}
.case1 ul{
	overflow: hidden;
}
.case1 ul li{
	width: calc((100% - 80px)/5);
	margin-right: 20px;
	float: left;
	font-size: 0;
	margin-top: 25px;
	border: 1px solid #e5e8ef;
	position: relative;
	height: 96px;
	background-color: #ffffff;
}
.case1 ul li:nth-child(5n){
	margin-right: 0;
}
.case1 ul li img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 90%;
}
.footer{
	background-color: #1b1b1b;
	padding: 40px 0 12px;
}
.footer1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer2{
	margin: 0 40px;
	display: flex;
	align-items: center;
}
.footer3{
	font-size: 0;
	margin-right: 12px;
}
.footer5{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.footer6{
	margin-top: 9px;
	font-size: 12px;
	color: rgba(153, 153, 153, 0.5);
}
.footer7{
	margin-top: 40px;
	text-align: center;
}
.footer7 a{
	display: inline-block;
	padding: 0 40px;
	border-left: 1px solid #323232;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1;
}
.footer7 a:first-child{
	border-left: 0;
}
.footer8{
	margin-top: 32px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}
.footer8 a{
	color: #fff;
}
.header_m{
	display: none;
	position: relative;
}
.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
	height: 40px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.inAbout{
	padding: 25px 0 90px;
	background-color: #f4f8ff;
}
.address{
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #a5a5a5;
}
.address a{
	color: #a5a5a5;
	margin: 0 5px;
}
.address a:last-child{
	color: #333333;
}
.inAbout1{
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.inAbout1 p{
	margin-top: 20px;
}
.inCase{
	padding: 25px 0 90px;
	background: url(../img/case_bg.png) #f4f8ff no-repeat;
	background-position: center bottom;
}
.inContact{
	padding: 25px 0 90px;
	background-color: #f4f8ff;
}
.inContact1{
	margin-top: 60px;
}
.inContact1 ul{
	overflow: hidden;
}
.inContact1 ul li{
	float: left;
	width: 20%;
	text-align: center;
}
.inContact2{
	font-size: 0;
	text-align: center;
}
.inContact3{
	margin-top: 14px;
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 30px;
}
.inContact4{
	margin-top: 36px;
}
.inContact5{
	padding: 60px 0 120px;
}
.inContact6{
	background-color: #ffffff;
	padding: 40px 60px 70px 50px;
	box-shadow: 0 0 10px #f4f4f4;
	border-radius: 9px;
}
.inContact7{
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.inContact8{
	margin: 20px auto 0;
	width: 54px;
	height: 5px;
	border-radius: 2px;
	background-color: #1c5aa7;
}
.inContact9{
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.inContact10{
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inContact11{
	width: calc((100% - 30px)/2);
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	height: 46px;
	padding: 0 20px;
}
.inContact11 span{
	display: inline-block;
	height: 100%;
	line-height: 44px;
	text-align: right;
	font-size: 14px;
	color: #333333;
}
.inContact11 input{
	flex: 1;
	height: 100%;
}
.inContact12{
	margin-top: 24px;
}
.inContact12 textarea{
	width: 100%;
	height: 347px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	padding: 16px 20px;
	resize: none;
}
.inContact13{
	margin-top: 30px;
	padding: 0 20px;
	font-size: 14px;
	color: #333333;
	display: flex;
	align-items: center;
}
.inContact13 input{
	width: 183px;
	height: 46px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding: 0 16px;
}
.inContact13 span{
	font-size: 0;
	margin: 0 5px;
}
.inContact13 a{
	font-size: 14px;
	color: #0f428b;
}
.inContact14{
	margin-top: 60px;
	text-align: center;
}
.inContact14 input{
	width: 260px;
	height: 56px;
	border-radius: 28px;
	background-color: #0a4ea1;
	font-size: 24px;
	color: #ffffff;
}
.inSoft{
	padding: 25px 0 90px;
	background-color: #f4f8ff;
}
.inSoft1{
	margin-top: 60px;
}
.inSoft1 ul li{
	list-style-type: none;
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}
.inSoft1 ul li:nth-child(2n){
	flex-direction: row-reverse;
}
.inSoft2{
	width: 50%;
	font-size: 0;
}
.inSoft3{
	width: 50%;
	padding: 45px 36px 0 24px;
}
.inSoft4{
	font-size: 30px;
	color: #2863be;
	font-weight: bold;
	line-height: 1;
}
.inSoft4 a{
	color: #2863be;
}
.inSoft5{
	margin-top: 20px;
	width: 76px;
	height: 4px;
	background-color: #2863be;
}
.inSoft6{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	text-indent: 2rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.inSoft7{
	margin-top: 36px;
}
.inSoft7 a{
	font-size: 14px;
	color: #0654a6;
}
.softDeta{
	margin-top: 20px;
	padding: 60px 20px 80px;
	background-color: #ffffff;
}
.softDeta1{
	font-size: 30px;
	color: #2863be;
	font-weight: bold;
	text-align: center;
}
.softDeta2{
	margin: 20px auto 0;
	width: 76px;
	height: 4px;
	background-color: #2863be;
}
.softDeta3{
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.page{
	margin-top: 60px;
	text-align: center;
}
.page a{
	display: inline-block;
	height: 30px;
	background-color: #ffffff;
	border: 1px solid #dddcd8;
	padding: 0 5px;
	margin: 5px;
	text-align: center;
	min-width: 27px;
	line-height: 28px;
	font-size: 16px;
	color: #5e5e5e;
}
.page a.on{
	background-color: #0654a6;
	border: 1px solid #0654a6;
	color: #ffffff;
}
.processDeta{
	margin-top: 20px;
	padding: 60px 40px 70px;
	background-color: #ffffff;
}
.processDeta1{
	font-size: 30px;
	color: #2863be;
	font-weight: bold;
	text-align: center;
}
.processDeta2{
	margin-top: 30px;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}
.searchReasult{
	font-size: 16px;
	color: #000000;
}
.searchReasult span{
	color: #2863be;
	font-weight: bold;
}
.mt100{
	margin-top: 100px;
}













