.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

#swiper .swiper-slide img,

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 3px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-visible-switch {
	background: #aaa;
}

.swiper-active-switch {
	background: #fff;
}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px !important;
	border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 40px;
	left: 0;
	width: 100%;
	position: relative;
	z-index: 999;
	text-align: center;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	border: 2px #fff solid;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #ffffff;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.h_lHisPrevd,
.h_lHisNextd,
.h_lHisPrev,
.h_lHisNext {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 33px;
	height: 33px;
	z-index: 9;
}


.wap_nav_sw {
	background: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
	z-index: -1;
	opacity: 0;
	top: calc(.44rem - 100vh);
	transition: all .5s ease;
}

.wap_nav {
	display: none
}

.boxs {
	margin: 0 80px;
}

.box {
	width: 1200px;
	margin: 0 auto
}


.header .nav li {
	text-align: center;
	margin-left: 50px;
	position: relative;
}

.menu-pub {
	position: absolute;
	z-index: 99999;
	left: -50%;
	top: 76px;
	width: 200%;
	display: none;
	background-color: #033f98;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	box-shadow: 0px 3px 19px 0px rgba(1, 53, 164, 0.21);
}


.header {
	height: 76px;
}

.href:hover,
.cur .href {
	color: #033f98;
}

.href {
	display: block;
	line-height: 76px;
}

.menu-pub dt {
	margin-top: -22px;
}

.menu-pub dt img {
	top: 6px;
	position: relative;
}

.menu-pub dd a {
	font-size: 13px;
	color: #fff;
	line-height: 40px;
	display: block;
}

.menu-pub dd a:hover {
	background: #3363ac;
}

.menu-pub dd a:last-child:hover {
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.header .nav li.active .menu-pub {
	display: block;
}

.pub_tit h2 i {
	color: #033f97;
	margin-left: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.home_one {
	margin-top: -15px;
}

.home_one .ck_ck {
	width: 370px;
	margin: 0 auto;
	color: #666666;
	cursor: pointer;
}

.home_one .ck_ck em {
	border-bottom: 2px #f6f8fa solid;
}

.home_one .ck_ck em.cur,
.home_one .ck_ck em:hover {
	color: #033f97;
	border-bottom: 2px #033f97 solid;
}

.home_one .one .w590 {
	width: 590px;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.075);
}

.home_one .one .img dt {
	height: 200px;
	overflow: hidden;
}

.home_one .one .w590 {
	padding: 20px;
}

.home_one .one .w590 h2 {
	font-family: Arial, Helvetica, sans-serif;
}

.home_one .one .w590 em {
	display: block;
	padding: 12px 0;
}

.home_one .one h2 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.home_one .one p {
	color: #999;
	font-size: 14px;
	line-height: 22px;
	margin: 15px 0 25px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.home_one .one .img span {
	border: 1px #dddddd solid;
	display: flex;
	padding: 10px 0;
	cursor: pointer;
	width: 140px;
	justify-content: center;
}

.home_one .one .img span i {
	display: inline-block;
	background: url(../images/icon_to.png) no-repeat;
	width: 15px;
	height: 15px;
	background-size: 15px 15px;
	align-self: center;
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.home_one .one .img:hover span i {
	background: url(../images/icon_to_w.png) no-repeat;
	background-size: 15px 15px;
	margin-left: 10px;
}

.home_one .one .img:hover span {
	background: #033f97;
	color: #fff;
	border: 1px #033f97 solid;
}

.home_one .one .test h2 {
	font-size: 18px;
	background: url(../images/icon_sj.png) no-repeat 0 7px;
	padding-left: 22px;
	width: 70%;
}

.home_one .one .test dl:hover h2 {
	padding-left: 18px;
}

.home_one .one .test dt {
	display: flex;
	justify-content: space-between;
}

.home_one .one .test dt i {
	font-size: 16px;
	color: #dadada;
	align-self: end;
}

.home_one .one .test p {
	margin: 0;
	margin-top: 25px;
}

.home_one .one .test dl {
	padding: 25px 0;
	border-bottom: 1px #dfdfdf solid;
}

.home_one .one .test dl:last-child {
	border-bottom: 0
}

.home_one .one .test dl:nth-child(1) {
	padding-top: 0px;
}

.home_one .one .test dl:last-child p {
	border-bottom: 0;
	padding-bottom: 0;
}

.home_tow .word p {
	margin-top: 23px;
}

.home_tow .test {
	width: 630px;
}

.home_tow .dl {
	margin-top: 40px;
}

.home_tow .test a {
	background: #f6f8fa;
	width: 165px;
	margin-right: 30px;
	display: flex;
	justify-content: center;
	padding: 14px 0;
	font-size: 18px;
	color: #666;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	box-shadow: 0px 5px 6px 0px rgba(208, 208, 208, 0.6);
}

.home_tow .test dt img {
	position: relative;
	margin-right: 5px;
	top: -2px;
}

.home_tow .img {
	width: 460px;
	overflow: hidden;
}

.header.fix {
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	box-shadow: 0px 5px 6px 0px rgba(208, 208, 208, 0.6);
	z-index: 9999999999999;
}

.home_th {
	background: #f6f8fa url(../images/bg_1.jpg) no-repeat;
}

.home_th .bg_f {
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.075);
}

.home_th .one a {
	font-size: 16px;
	color: #033f97;
}

.home_th .one a img {
	width: 20px;
	margin-left: 8px;
}

.home_th .tow {
	margin-top: 20px;
}

.home_th dl {
	width: 49%;
	background: #f6f8fa;
	padding: 20px;
}

.home_th dd h2 {
	font-size: 18px;
	background: url(../images/icon_sj.png) no-repeat 0 7px;
	padding-left: 22px;
}

.home_th dd p {
	margin: 20px 0;
}

.home_th dt {
	height: 300px;
	overflow: hidden;
}

.home_th dl:hover dd h2 {
	padding-left: 18px;
}

.home_th .one a:hover img {
	margin-left: 4px;
}

.home_fr .dl {
	margin-top: 35px;
}

.home_fr dt,
.home_fr dl {
	position: relative;
	width: 390px;
	height: 280px;
	overflow: hidden;
	margin-bottom: 15px;
}

.home_fr dd {
	position: absolute;
	top: -150%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	width: 65%;
}

.home_fr dl:hover dd {
	top: 50%;
}

.home_fr dd h2 {
	font-size: 22px;
	margin-bottom: 15px;
}

.home_fr dl:hover dt p {
	top: 0;
}

.home_fr dt p {
	position: absolute;
	left: 0;
	top: 500px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
	background-color: rgba(0, 0, 0, 0.65);
	/* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
}

.home_fr dd p {
	font-size: 14px;
	line-height: 22px;
	color: #eee;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.home_fr dl:nth-child(4) dt,
.home_fr dl:nth-child(4) {
	width: 795px;
	height: 360px;
	margin-bottom: 0;
}

.home_fr .dl .more a {
	background: #033f98;
	line-height: 65px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 390px;
}

.home_fr .dl .more img {
	width: 20px;
	margin-left: 10px;
}

.home_fr .dl .more:hover img {
	margin-left: 5px;
}


.footer {
	background: #13243d;
	padding-top: 50px;
	font-size: 14px;
	color: #fff;
}

.footer p,
.footer a {
	color: #999;
	font-size: 12px;
	line-height: 24px;
}

.footer .foot dt {
	margin-bottom: 16px;
}

.footer .foot dd a {
	display: block;
}

.footer .foot_cn dl {
	margin-left: 50px;
}

.footer .foot_rt {
	width: 100px;
	text-align: center;
}

.footer .foot_rt dd {
	color: #999;
	font-size: 12px;
}

.footer .foot_rt dt {
	margin-bottom: 6px;
}

.footer .foot_lt a {
	display: block;
	width: 114px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background: #033f97;
	margin-top: 10px;
}

.footer .copyright {
	border-top: 1px #555a42 solid;
	margin-top: 70px;
	padding: 13px 0;
	color: #999;
	font-size: 12px;
	line-height: 24px;
}

.footer .copyright a {
	margin-left: 10px;
}

.footer .copyright a:hover,
.footer .foot a:hover {
	color: #fff;
}

.home_one .one.flex,
.wap_show {
	display: none;
}

.home_one .one.flex.cur {
	display: flex;
}

.banner img {
	width: 100%;
}

.where {
	border-bottom: 1px #d6dff2 solid;
	padding: 20px 0;
	color: #666666;
	font-size: 16px;
}

.where em,
.where a {
	margin-right: 50px;
	cursor: pointer;
	position: relative;
}

.where em.cur,
.where a.cur,
.where em:hover {
	color: #033f98;
}

.where em.cur i,
.where a.cur i,
.where em:hover i,
.where a:hover i {
	display: block;
	height: 1px;
	width: 100%;
	background: #033f98;
	position: absolute;
	bottom: -21px;
}

.about_one .dl {
	margin: 55px 0 50px 0;
}

.about_one .dl .word {
	width: 440px;
	padding-right: 35px;
}

.about_one .dl .word p:last-child {
	margin-top: 25px;
}

.about_one .dl .img,
.about_one .dl_dl .word {
	width: 760px;
}

.about_one .dl_dl .word {
	padding: 40px;
	background: #f6f8fa;
	height: 360px;
}

.pub_pub .word .title_pub p {
	color: #94a1c0;
	font-size: 26px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

.title_pub h2 {
	color: #033f98;
	font-size: 30px;
	margin-bottom: 25px;
}

.about_one .dl_dl .word .flex p {
	width: 46.5%;
}

.about_one .dl_dl .word p span {
	text-align: right;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	display: block;
}

.about_tow {
	background: url(../images/bg_2.jpg) no-repeat;
}

.about_tow h2 {
	color: #fff;
}

.about_tow .pub_tit h2 i {
	color: #adadad;
}

.about_tow .comBox5,
.about_th .dl {
	margin-top: 50px;
}

.about_tow .comBox5 dd {
	color: #fff;
	margin-top: 20px;
}

.case_one .h_lHisPrevs,.case_one .h_lHisNexts,.about_tow .h_lHisPrevs,
.about_tow .h_lHisNexts,.solu_th .h_lHisPrevs,.solu_th .h_lHisNexts {
	display: block;
	width: 35px;
	height: 70px;
	position: absolute;
	top: 50%;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	z-index: 999999;
	cursor: pointer;
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.21);
}

.about_tow .h_lHisPrevs ,.case_one .h_lHisPrevs,.solu_th .h_lHisPrevs{
	background: url(../images/lt.jpg) no-repeat;
}

.about_tow .h_lHisNexts,.case_one .h_lHisNexts,.solu_th .h_lHisNexts {
	background: url(../images/rt.jpg) no-repeat;
	right: 0;
}

.about_th dl {
	width: 360px;
	border: 1px #f1f2f5 solid;
	-moz-border-radius: 0 0 66px 0;
	-webkit-border-radius: 0 0 66px 0;
	border-radius: 0 0 66px 0;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
	padding: 35px 30px;
	position: relative;
}

.about_th dd h2 {
	font-size: 24px;
	margin: 15px 0;
}

.about_th dd p:last-child img {
	position: absolute;
	right: 0;
	bottom: 0;
}

#menu1,
#menu2,
#menu3 {
	margin-top: -130px;
	padding-top: 130px;
}

.bg_blue {
	background: #fafbfd;
	padding: 0 25px;
	margin-top: 50px;
}

.page {
	text-align: center;
	width: 100%;
	margin: 55px auto;
	justify-content: center;
}

.page ul {
	justify-content: center;
}

.page li {
	background: #fff;
	border: 1px #e0e0e0 solid;
	color: #282828;
	font-size: 16px;
	text-align: center;
	padding: 8px 14px;
	margin: 0 5px;
	cursor: pointer;
}

.page li:hover,
.page li.active {
	background: #3363ac;
	border: 1px #3363ac solid;
	color: #fff;
	display: block;
}

.page li:hover a {
	color: #fff;
}

.news dl a {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	border-bottom: 1px #dddddd solid;
}

.news dt {
	width: 240px;
	height: 160px;
	overflow: hidden;
}

.news dd {
	width: 870px;
	align-self: center;
}

.news dd h2 {
	color: #292929;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news dd p {
	margin: 15px 0 30px 0;
}

.news dd h5 {
	display: flex;
	justify-content: space-between;
	color: #adadad;
	font-size: 14px;
}

.news dd em:last-child {
	color: #666;
}

.news dd em:last-child i {
	margin: 0 5px;
}

.news dd em:last-child img {
	margin-right: 5px;
}

.news dl:hover dd h2 {
	color: #3363ac;
}

.news dd p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#cont .title {
	padding-top: 50px;
}

#cont .title h2 {
	color: #0d0d0d;
	font-size: 30px;
}

#cont .title p {
	color: #717171;
	font-size: 15px;
	padding: 25px 0 45px 0;
}

#cont .title p em {
	margin: 0 8px;
}

#cont .test p {
	color: #555555;
	font-size: 16px;
	line-height: 36px;
	margin-top: 20px;
	text-indent: 2em;
}

#cont .test p img {
	display: block;
	margin: 0 auto;
}

.pev_net {
	padding: 35px 0 0 0;
	border-top: 1px #dddddd solid;
	margin-top: 35px;
}

.pev_net a {
	color: #5c5c5c;
	font-size: 15px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.case_one {
	background: #f6f8fa;
}
.case_tow .dl{
	margin-top: 40px;
}
.case_tow dl{
	width: 380px;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.15);
	margin-left: 30px;
	margin-bottom: 30px;
	padding-bottom: 0;
}
.case_tow dl:nth-child(3n+1){
	margin-left: 0;
}
.case_tow dd{
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
	margin: 15px 0;
}
.case_tow dt{
	height: 250px;
	overflow: hidden;
}
.case_tow dl:hover dd{
	color: #033f97;
}
.case_one .comBox5{
	margin: 55px auto 0 auto;
	width: 1100px;
}
.case_one .h_lHisPrevs{
	left: -50px;
}
.case_one .h_lHisNexts {
	right: -50px;
}
.case_one .comBox5 .swiper-slide{
	border: 1px #ddd solid;
}
#cont{
	background: #fafbfd;
	padding: 50px;
	margin: 50px auto;
	padding-top: 0;
}
.solu_one .word{
	width: 500px;
	align-self: center;
}
.solu_one .word p{
	margin-top: 30px;
}
.solu_one .word p:nth-child(1){
	margin-top: 0px;
}
.solu_one .img{
	width: 600px;
	overflow: hidden;
}
.solu_one .dl{
	margin-top: 55px;
}
.solu_tow{
	background: url(../images/bg_4.jpg) no-repeat;
}
.solu_tow dl{
	width: 260px;
}
.solu_tow .dl{
	margin-top: 80px;
	color: #fff;
}
.solu_tow dl h2{
	margin: 15px 0 10px 0;
	font-size: 24px;
}
.solu_tow dd p{
	font-size: 14px;
	color: #eee;
	line-height: 24px;
	min-height: 70px;
}
.solu_tow dd p img{
	margin-top: 30px;
}
.solu_th .img{
	width: 560px;
	overflow: hidden;
}
.solu_th .word{
	width: 585px;
	align-self: center;
}
.solution .word .tit p{
	color: #125f85;
	text-transform: uppercase; 
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
.solution .word .tit h2{
	font-size: 32px;
	padding: 3px 0 10px 0;
}
.solution .text{
	margin: 15px 0 30px 0;
}
.solution .text p{
	margin-top: 30px;
}
.solution  .test .title h3{
	font-size: 20px;
	color: #333333;
	margin-bottom: 12px;
}
.solution  .test p{
	background: url(../images/im.png) no-repeat 0 10px;
	padding-left: 15px;
}
.solu_th .comBox5 dt{
	height: 280px;
	overflow: hidden;
}
.solu_th .comBox5 dd{
	background: #f6f8fa;
	padding: 15px;
}
.solu_th .comBox5 .swiper-container{
	text-align: left;
}
.solu_th .comBox5 h2{
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}
.solu_th .comBox5 p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.contact_one dl{
	width: 390px;
	border: 1px #c9d0df solid;
	border-bottom: 5px  #c9d0df solid;
	text-align: center;
	padding: 30px ;
}
.contact_one dl h2{
	font-size: 16px;
	counter-reset: #333;
	margin: 15px
}
.contact_one .dl{
	margin-top: 45px;
}
.contact_one dl p{
	font-size: 12px;
	color: #666666;
}
.contact_one dl em{
	display: block;
	width: 50px;
	height: 4px;
	background: #94a1c0;
	margin: 16px auto;
}
.maped {
  width: 100%;
  height: 420px;
  margin: 20px auto;
}
.contact_tc {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.contact_tc .txted {
  padding: 20px;
  color: #666666;
  font-size: 15px;
}
.contact_tc .txted img {
	width: 16px;
	height: 14px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.contact_tc p a {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.contact_tc .txted b {
	display: block;
	color: #212121;
	font-size: 18px;
	margin-bottom: 5px;
}
.contact_th{
	background: #f6f8fa;
}
.contact_th .dl{
	margin-top: 45px;
}
.contact_th .one{
	width: 580px;
	background: #fff;
	border: 1px #f1f2f5 solid;
	-moz-border-radius: 0 0 66px 0;
	-webkit-border-radius: 0 0 66px 0;
	border-radius: 0 0 66px 0;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
	padding: 25px;
	position: relative;
	margin-bottom: 35px;
}
.contact_th .img img {
  position: absolute;
  right: 0;
  bottom: -2px;
}
.contact_th .tit h2{
	font-size: 22px;
	color: #333333;
}
.contact_th .tit p{
	font-size: 14px;
	color: #999;
	padding: 6px 0 16px 0;
}
.contact_th .mon{
	color: #666;
	font-size: 20px;
}
.contact_th .title{
	color: #3363ac;
	font-size: 18px;
	margin-bottom: 15px;
}

.case_one .comBox5 .swiper-slide img{
	height: 100px;
	width: 100%;
	object-fit: cover;
}
.solu_th .img img{
	width: 100%;
}