﻿@charset "utf-8";
/* CSS Document */
body, html {
	overflow-x: hidden;
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p, form, img, select {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	/*font-family: "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", arial, helvetica, sans-serif;*/
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #1464ec;
}
ul, li {
	list-style: none;
}
a:focus, *:focus {
noFocusLine: expression(this.onFocus=this.blur());
}
:focus {
	outline: 0;
}
textarea {
	resize: none;
}
textarea, input {
	font-family: "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", arial, helvetica, sans-serif;
	font-size: 12px;
}
input, button {
	border: 0;
	outline: none;
	background: none;
	filter: chroma(color=#000000);
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #bdbcbc;
}
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
img {
	border: 0;
	outline: none;
	vertical-align: middle;
}
::selection {
	background: #1464ec;
	color: #fff;
}
::-moz-selection {
background: #1464ec;
color: #fff;
}
h1, h2, h3, h4, h5, h6, font {
	font-weight: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.content {
	width: 1280px;
	margin: 0 auto;
}
.ellipsis {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.publicTitle {
}
.publicTitle h2 {
	text-align: center;
	font-size: 36px;
	color: #222222;
	line-height: 140%;
	padding-top: 30px;
	font-weight: 500;
}
.publicTitle p {
	font-size: 16px;
	color: #999999;
	line-height: 160%;
	text-align: center;
	padding-bottom: 40px;
}
.fontHeight {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.grayBg {
	background: #f8f8f8;
}
.whiteBg {
	background: #fff;
}
.icon {
	vertical-align: middle;
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
}
/*headerMain*/
.headerMain {
	height: 36px;
	background-color: #3f4045;
	line-height: 36px;
	font-size: 12px;
	color: #B5B5B5;
}
.headerMain ul a:hover {
	color: #fff;
}
.headerMain ul a {
	transition: color 0.2s;
	color: #B5B5B5;
}
.headerMain ul {
	display: inline;
}
.headerMain ul li {
	float: left;
	padding: 0 14px;
	position: relative;
}
.headerMain ul li.about::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 36px;
	background-color: rgb(255, 255, 255, 0.1);
	position: absolute;
	right: 0;
}
.headerMain ul li.kf s {
	background-position: 0 0;
	width: 14px;
	height: 18px;
	margin-right: 5px;
}
.headerMain ul li.tel {
	font-weight: bold;
	color: #B5B5B5;
	padding-right: 0 !important;
}
.headerMain ul li.tel s {
	background-position: -19px 2px;
	width: 12px;
	height: 18px;
	margin-right: 5px;
}
/*topMain*/
.topMain {
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06);
	/*box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);*/
	position: relative;
	z-index: 10;
}
.topMain .top {
	padding-top: 20px;
}
.topMain .webtel {
	padding-top: 20px;
}
.topMain .webtel span {
	background-position: 0px -16px;
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
.topMain .webtel b {
	font-size: 40px;
	color: #1464ec;
	display: inline-block;
	font-family: "AvantGardeITVbyBT Book", arial;
	line-height: 40px;
	vertical-align: middle;
}
.topMain .logo {
	display: block;
}
.topMain .logo a {
	display: block;
}
.topMain .logo img {
	width: 100%;
	height: 100%;
	display: block;
}
.topMain .nav {
	line-height: 54px;
}
.topMain .nav li {
	float: left;
	display: inline-block;
	list-style: none;
	font-size: 16px;
	text-align: center;
	position: relative;
	padding: 20px 8px;
}
.topMain .nav li a {
	width: 117px;
	display: block;
	text-align: center;
	position: relative;
	color: #222;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.topMain .nav li.hover a, .topMain .nav li:hover a {
	color: #fff;
	background: #1464ec;
}
.topMain .nav li .subnav {
	background: #fff;
	border-top: 2px solid #63b670;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 199;
}
.topMain .nav li .subnav {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.topMain .nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.topMain .nav li .subnav a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #666;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
	padding: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	border-bottom: 1px solid #eee;
	background: #fff;
}
.topMain .nav li .subnav a:hover {
	color: #63b670;
	background: #f9f9f9;
	text-indent: 10px;
}
/* banner*/
.bannerBox {
	width: 100%;
	height: 600px;
	background: url(../images/banner2.png) center center no-repeat;
}
.bannerBox .ul {
	padding: 82px 0 15px 0;
}
.bannerBox .ul li {
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	background: rgba(255,255,255,0.1);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid rgba(255,255,255,0.2);
	padding: 4px 18px;
	margin-right: 8px;
}
.bannerBox .title {
	font-size: 62px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 83px;
}
.bannerBox .title span {
	font-weight: bold;
}
.bannerBox .detail {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 28px 0 78px 0;
	opacity: 0.8;
}
.bannerBox .detail span {
	width: 4px;
	height: 6px;
	border-left: 1px solid rgba(210,210,218,0.8);
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 2px;
}
.bannerBox .formTitle {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.bannerBox .formTitle a {
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	padding-left: 18px;
}
.bannerBox .formTitle a:hover {
	color: #FF5F18;
}
.bannerBox .formTitle a::after {
	content: '';
	display: inline-block;
	width: 19px;
	height: 12px;
	margin-left: 4px;
	background: url(../images/icon.png) no-repeat;
	background-position: -37px 0px;
	vertical-align: -2px;
}
.bannerBox .formTitle a:hover::after {
	background-position: -61px 0px;
}
.bannerBox form {
	margin-top: 25px;
}
.bannerBox form .inputBox {
	width: 399px;
	height: 56px;
	background: #FFFFFF;
	padding: 0 19px;
	box-sizing: border-box;
	margin-right: 6px;
	overflow: hidden;
}
.bannerBox form .inputBox s {
	height: 22px;
	padding-right: 14px;
	border-right: 1px solid #EAEAEA;
}
.bannerBox form .inputBox s.username {
	width: 19px;
	background-position: -85px 0;
}
.bannerBox form .inputBox s.phone {
	width: 15px;
	background-position: -127px 0;
}
.bannerBox form .inputBox input {
	padding-left: 18px;
	width: 82%;
	height: 100%;
	font-size: 14px;
}
.bannerBox form .form-button {
	width: 224px;
	height: 56px;
	background: #FF5F18;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 56px;
	cursor: pointer;
}
.bannerBox form .form-button img {
	width: 16px;
	height: 16px;
	margin-left: 6px;
	vertical-align: -3px;
}
.bannerBox form .form-button:hover {
	background: #EF4009;
}
/*核心业务*/
.business {
	height: 730px;
	background: #eeeeee;
}
.businessList {
	position: relative;
}
.businessList .swiper-container {
	height: 495px;
}
.businessList .swiper-slide {
	height: auto;
}
.businessItem {
	background: #FFFFFF;
	padding: 16px 14px;
	height: 208px;
}
.businessTop {
	display: flex;
	flex-direction: row-reverse;
	text-align: left;
	align-items: center;
	justify-content: space-between;
}
.businessIco {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #f6f6f6;
	margin-top: -12px;
}
.businessIco s {
	width: 45px;
	height: 45px;
	transition: transform 0.5s ease; /* 添加过渡效果 */
}
.businessIco s.sg {
	background-position: 10px -48px
}
.businessIco s.sj {
	background-position: 10px -121px
}
.businessIco s.jl {
	background-position: 10px -191px
}
.businessIco s.kc {
	background-position: 10px -261px
}
.businessIco s.ch {
	background-position: 10px -332px
}
.businessIco s.cx {
	background-position: 10px -402px
}
.businessIco s.tx {
	background-position: 10px -471px
}
.businessIco s.gx {
	background-position: 10px -543px
}
.businessIco s.dz {
	background-position: -35px -470px
}
.businessIco s.fk {
	background-position: -35px -402px
}
.businessIco s.czx {
	background-position: -35px -543px
}
.businessIco img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	transition: all .5s;
}
.businessTit {
	font-size: 14px;
	color: #333333;
	width: calc(100% - 70px);
	margin-bottom: 10px;
}
.businessTit h3 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 6px;
}
.businessTit h3 a {
	color: #333333;
}
.businessTag {
	font-size: 0;
	height: calc(72px + 18px);
	overflow: hidden;
}
.businessTag p {
	display: inline-block;
	vertical-align: middle;
	background: #f6f6f6;
	color: #888888;
	font-size: 14px;
	line-height: 24px;
	padding: 0 8px;
	margin-top: 6px;
	margin-right: 6px;
}
.businessDot {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}
.businessBtn a {
	display: inline-block;
	vertical-align: middle;
	width: 98px;
	height: 30px;
	border: 1px solid #ff8719;
	line-height: 30px;
	text-align: center;
	color: #ff8719;
	font-size: 14px;
}
.businessBtn a:last-child {
	background: #1464ec;
	border-color: #1464ec;
	color: #FFFFFF;
	margin-left: 14px;
}
.businessPrev, .businessNext {
	display: block;
	width: 25px;
	height: 48px;
	position: absolute;
	top: 50%;
	margin-top: -24px;
}
.businessPrev:hover, .businessNext:hover {
	cursor: pointer;
}
.businessPrev {
	left: -30px;
	transform: translateX(-100%);
	background-position: -45px -22px;
}
.businessNext {
	right: -30px;
	transform: translateX(100%);
	background-position: -72px -22px;
}
.businessPrev.swiper-button-disabled, .businessNext.swiper-button-disabled {
	opacity: .2;
	cursor: no-drop;
}
.businessPrev:not(.swiper-button-disabled):hover {
	background-position: -45px -74px;
}
.businessNext:not(.swiper-button-disabled):hover {
	background-position: -73px -74px;
}
.businessItem:hover {
	background: #1464ec;
	color: #FFFFFF;
}
.businessItem:hover .businessTit, .businessItem:hover .businessTit h3 a {
	color: #FFFFFF;
}
.businessItem:hover .businessTag span, .businessItem:hover .businessTag p {
	background: #2f7bfc;
	color: #FFFFFF;
}
.businessItem:hover .businessDot {
	color: #FFFFFF;
}
.businessItem:hover .businessBtn a {
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.businessItem:hover .businessBtn a:last-child {
	background: #FFFFFF;
	color: #1464ec;
}
.businessItem:hover .businessIco s {
	transform: scale(0.9);
}
.businessBtn a:hover {
	transform: translateY(-2px);
	transition: all .3s;
}
/*服务流程*/
.process {
	background: #e9eff7;
	height: 440px;
}
.process .processStepsList {
	display: flex;
	flex-direction: row;
	width: 100%
}
.process .processStepsList li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	width: 207px;
	height: 212px;
	padding: 145px 16px 0 16px;
	text-align: center;
	font-size: 14px;
	color: #222;
	margin-right: 10px;
	font-weight: bold;
}
.process .processStepsList li:first-child {
	background: rgba(255,255,255,.85) url(../images/steps1.png) no-repeat left top;
}
.process .processStepsList li:nth-child(2) {
	background: rgba(255,255,255,.85) url(../images/steps2.png) no-repeat left top;
}
.process .processStepsList li:nth-child(3) {
	background: rgba(255,255,255,.85) url(../images/steps3.png) no-repeat left top;
}
.process .processStepsList li:nth-child(4) {
	background: rgba(255,255,255,.85) url(../images/steps4.png) no-repeat left top;
}
.process .processStepsList li:nth-child(5) {
	background: rgba(255,255,255,.85) url(../images/steps5.png) no-repeat left top;
}
.process .processStepsList li:nth-child(6) {
	background: rgba(255,255,255,.85) url(../images/steps6.png) no-repeat left top;
	margin-right: 0;
}
/*企业优势*/
.advantage {
	width: 100%;
	height: 463px;
	background: url(../images/advantage_bg.png) no-repeat center top;
}
.advantageList li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	margin: 0 10px 10px 0;
	padding: 14px 0 0 0;
	width: 420px;
	height: 110px;
	background-color: #fff;
}
.advantageList li:nth-child(3n+3) {
	margin-right: 0;
}
.advantageList li p.fl {
	width: 100px;
	height: 100%;
}
.advantageList li p s {
	width: 40px;
	height: 40px;
	margin: 20px 0 0 34px;
}
.advantageList li:first-child s {
	background-position: -45px -131px;
}
.advantageList li:nth-child(2) s {
	background-position: -45px -173px;
}
.advantageList li:nth-child(3) s {
	background-position: -45px -214px;
}
.advantageList li:nth-child(4) s {
	background-position: -45px -254px;
}
.advantageList li:nth-child(5) s {
	background-position: -45px -294px;
}
.advantageList li:nth-child(6) s {
	background-position: -45px -336px;
}
.publicTitle h2.white {
	color: #FFFFFF;
}
.publicTitle p.white {
	color: #FFFFFF;
}
.advantageList li h2 {
	font-size: 18px;
	color: #333;
	line-height: 38px;
}
.advantageList li p {
	font-size: 14px;
	color: #8D8D8D;
	width: 398px;
}
/*成功案例*/
.cases {
	background: #eee;
	height: 610px;
}
.cases .casesList {
	padding: 20px;
	background: #fff;
}
.cases .swiper-slide {
	width: 200px;
	height: 283px;
}
.cases .swiper-slide img {
	max-width: 100%;
}
.cases .swiper-pagination {
	width: 100%;
	position: unset;
}
.cases .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 26px 5px 0 5px;
}
.swiper-pagination-bullet-active {
	background: #1464ec;
}
/*新闻中心*/

.news {
	height: 600px;
	background: #e9eff7;
}
.news .newsBox {
	background: #fff;
	height: 360px;
}
.news .newsItem {
	width: 840px;
	height: 300px;
	padding: 30px;
}
.news .newsItem .newsTab {
	height: 36px;
	margin-bottom: 14px;
}
.news .newsItem .newsTab li {
	font-size: 18px;
	margin: 0 25px;
	border-bottom: #fff 2px solid;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 10px;
	cursor: pointer;
}
.news .newsItem .newsTab li:first-child {
	margin-left: 0
}
.news .newsItem .newsTab li.active {
	color: #1464ec;
	border-bottom: #1464ec 2px solid;
	position: relative;
}
.newsLefLink {
	float: left;
	width: 240px;
	display: block;
}
.newsImg {
	position: relative;
	overflow: hidden;
	width: 240px;
	height: 135px;
}
.newsImg img{ width:100%}
.newsTit {
	font-size: 16px;
	color: #333333;
	padding-bottom: 4px;
	transition: all .3s;
}
.newsDes {
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	-webkit-line-clamp: 3;
}
.newsLefLink:hover .newsTit {
	color: #1464ec;
}
.newsLefList {
	float: right;
	width: 570px;
	list-style: none;
}
.newsLefList li a {
	display: block;
}
.newsLefList li {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.newsLefList li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.newsLefList li a:hover .newsTit {
	color: #1464ec;
}
.newsBox .newsBiao {
}
.newsBox .newsBiao li {
	width: 260px;
	float: left;
	line-height: 40px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	font-size: 14px;
	margin-right: 30px;
}
.newsBox .newsBiao li:nth-child(3n) {
	margin-right: 0;
}
.news .newsLine {
	width: 1px;
	height: 100%;
	background: #e7e7e7;
}
.news .newsAsk {
	width: 319px;
	height: 300px;
	padding: 30px;
}
.newsRigTit {
	border-bottom: 1px solid #f0f0f0;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 10px;
}
.newsRigTit a {
	font-size: 14px;
	color: #777777;
	font-weight: normal;
}
.newsRigTit a s {
	width: 6px;
	height: 10px;
	margin: 0 0 2px 6px;
	background-position: -156px 0;
}
.newsRigTit a:hover {
	color: #1464ec;
}
.newsRigTit a:hover s {
	background-position: -149px 0;
	background-position: -167px 0;
}
.newsRigList {
	list-style: none;
}
.newsRigList li {
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.newsRigList li:last-child {
	border-bottom: none;
}
.newsRigList li a {
	color: #333333;
	line-height: 38px;
	font-size: 14px;
}
.newsRigList li a:hover {
	color: #1464ec;
}
/*内页通用banner*/
.channelBanner {
	height: 460px;
}
.channelBanner .bannerInfo {
	padding-top: 280px;
}
.channelBanner .bannerInfo h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
}
.bannerBotBg {
	border-bottom: 1px solid #d6d8db;
	height: 62px;
}
.bannerBotBg .bannerBot {
	line-height: 60px;
}
.bannerBotBg .bannerBot .catName {
	font-size: 16px;
	color: #1464ec;
}
.bannerBotBg .bannerBot .catName:after {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: #1464ec;
}
.bannerBotBg .bannerBot .navBread {
	font-size: 14px;
}
/*内页样式*/
.nyBanner {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/nybanner.jpg);
}
.nyBanner .catname {
	color: #50696e;
	text-align: right;
	width: 160px;
	height: 76px;
	position: absolute;
	top: 80px;
	right: 140px;
}
.nyBanner .catname p:first-child {
	font-size: 40px;
	border-bottom: 2px solid #50696e;
	padding-bottom: 4px;
}
.nyBanner .catname p:last-child {
	font-size: 30px
}
.wrapper {
	position: relative;
	width: 100%;
	padding: 30px 0 100px 0;
}
.wrapper .sitepath {
	color: #d9d9d9;
	text-transform: uppercase;
	font-size: 14px;
}
.wrapper .sitepath .home {
	width: 13px;
	height: 16px;
	background-position: -98px -56px;
	margin-right: 10px;
}
.wrapper .sitepath a {
	display: inline-block;
	white-space: nowrap;
	color: #2f4056;
}
.wrapper .sitepath a:hover {
	color: #1464ec;
}
.wrapper .sitepath span {
	color: #2f4056;
}
.wrapper .w1200 {
	position: relative;
	z-index: 5;
}
/*左侧通用*/
.wrapper .left {
	width: 240px;
}
.wrapper .left .submenubox {
	padding-bottom: 20px;
}
.wrapper .left .submenubox .left_title {
	height: 60px;
	background: #1464ec;
	color: #fff;
}
.wrapper .left .submenubox .left_title h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	padding-left: 26px;
	text-transform: uppercase;
}
.wrapper .left .submenubox .left_title s {
	width: 26px;
	height: 26px;
	margin-right: 30px;
	margin-top: 18px;
	background-position: -121px -22px;
}
.wrapper .left .submenu {
	position: relative;
}
.wrapper .left .submenu li {
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 16px;
	padding-left: 28px;
	border: 1px solid #eeeeee;
	border-top: 0 none;
	overflow: hidden;
	position: relative;
}
.wrapper .left .submenu li:hover, .wrapper .left .submenu li.hover {
	border-left: 2px solid #1464ec;
	border-right: 1px solid #f5f5f5;
	color: #1464ec;
}
.wrapper .left .submenu li a {
	display: block;
}
.wrapper .left .submenu li s {
	width: 6px;
	height: 10px;
	position: absolute;
	right: 26px;
	top: 20px;
	background-position: -149px -30px;
}
.wrapper .left .submenu li:hover s, .wrapper .left .submenu li.hover s {
	background-position: -159px -30px;
}
.wrapper .left .submenu .box {
	padding-bottom: 0;
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	border-top: 0 none;
	display: none;
}
.wrapper .left .submenu .box a {
	color: #333;
	line-height: 40px;
	display: block;
	height: 40px;
	padding-left: 28px;
	overflow: hidden;
}
.wrapper .left .submenu .box a s {
	width: 10px;
	height: 10px;
	margin-right: 8px;
	display: inline-block;
	background-position: 2px -178px;
}
.wrapper .left .submenu .box a:hover, .wrapper .left .submenu .box a.hover {
	color: #1464ec;
}
.wrapper .left .submenu li.hover .box {
	display: block;
}
.wrapper .left .leftbox {
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.wrapper .left .leftbox .left_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	padding-left: 5px;
}
.wrapper .left .leftbox .left_title h3 {
	font-size: 18px;
	font-weight: normal;
	color: #222;
	display: block;
	text-transform: uppercase;
}
.wrapper .left .leftbox .leftprocomt {
	padding-top: 10px;
}
.wrapper .left .leftbox .leftprocomt li {
	float: left;
	text-align: center;
	width: 104px;
	margin-right: 10px;
}
.wrapper .left .leftbox .leftprocomt li:nth-child(2n) {
	margin-right: 0
}
.wrapper .left .leftbox .leftprocomt li .img {
	width: 102px;
	height: 147px;
	border: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrapper .left .leftbox .leftprocomt li img {
	width: 100%;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.wrapper .left .leftbox .leftprocomt li p {
	font-size: 14px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.wrapper .left .leftbox .leftprocomt li:hover img {
	-webkkit-filter: brightness(105%);
	filter: brightness(105%);
}
.leftprocomt li:hover p {
	color: #1464ec;
}
.wrapper .left .leftbox .cont {
	font-size: 14px;
	padding-top: 18px;
	white-space: normal;
}
.wrapper .left .leftbox .cont .img {
	float: left;
	display: block;
	border: 1px solid #e5e5e5;
	margin: 0 auto 10px;
}
.wrapper .left .leftbox .cont img {
	width: 216px;
	height: 216px;
}
.wrapper .left .leftbox .cont p {
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
.wrapper .left .leftbox .cont .zx {
	width: 100%;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	background: #1464ec;
	color: #fff;
	display: block;
	margin-top: 10px;
}
.wrapper .left .leftbox .cont .zx em {
	width: 50px;
	height: 50px;
	background-position: -102px -76px;
	border-right: 1px solid #fff;
	margin-right: 35px;
}
.wrapper .left .leftbox .cont .zx:hover {
	background: #FF5F18;
}
/*右侧通用*/
.wrapper .right {
	width: 1010px;
}
.wrapper .right .right_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}
.wrapper .right .right_title h3 {
	color: #1464ec;
	font-size: 18px;
	border-left: 3px solid #1464ec;
	height: 20px;
	line-height: 20px;
	padding-left: 14px;
	margin-top: 5px;
}
.wrapper .right .cont {
	padding: 40px 0;
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
.wrapper .right .cont .t1 {
	padding: 0 0 25px;
	color: #1464ec;
	font-size: 20px;
}
.wrapper .right .cont .t2 {
	color: #1464ec;
	font-size: 30px;
	display: block;
	padding: 30px 0;
}
/*业务列表页*/
.businessList {
}
.businessList .list {
	width: 100%;
}
.businessList .item {
	float: left;
	width: 192px;
	margin-right: 10px;
	margin-bottom: 30px;
	display: block;
	position: relative;
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.businessList .item:nth-child(5n) {
	margin-right: 0;
}
.businessList .item a {
	display: block;
	width: 100%;
}
.businessList .item .img {
	width: 192px;
	height: 272px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.businessList .item .img img {
	width: 100%;
	height: auto;
	display: block;
}
.businessList .item h3 {
	border-top: 0 none;
	height: 44px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	padding: 10px 10px 0 10px;
	border-top: 1px solid #eee;
    line-height: 22px;
    -webkit-line-clamp: 2;
	margin-bottom:10px;
}
.businessList .item:hover {
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
}
/*文章列表带缩略图*/
.thumbList .item {
	border-bottom: 1px dotted #b0b0b0;
	padding: 30px 0;
}
.thumbList .item:first-child {
	padding-top: 0;
}
.thumbList .item a {
	display: block;
}
.thumbList .item .img {
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.thumbList .item .img img {
	width: 100%;
	display: block;
	height: 100%;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.thumbList .item .img:hover img {
	transform: scale(1.06, 1.06);
}
.thumbList .item .txt {
	width: 780px;
}
.thumbList .item .txt h3 {
	font-size: 18px;
	line-height: 30px;
}
.thumbList .item .txt .desc {
	padding-top: 10px;
	color: #999;
	height: 50px;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 4px;
}
.thumbList .item .txt .tags {
	height: 28px;
}
.thumbList .item .txt .tags a {
	display: inline-block;
	margin-right: 10px;
	color: #999;
	font-size: 12px;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 0 6px;
	line-height: 20px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.thumbList .item .txt .tags a:hover {
	color: #1464ec;
	border: 1px solid #1464ec;
}
.thumbList .item .txt span {
	display: inline-block;
	font-size: 12px;
	color: #b7b7b7;
	padding-right: 26px;
}
.thumbList .item .txt span em {
	width: 20px;
	height: 18px;
	margin-right: 10px;
}
.thumbList .item .txt span .time {
	width: 13px;
	height: 13px;
	background-position: -117px -56px;
	margin-bottom: 2px;
}
.thumbList .item .txt span .view {
	width: 20px;
	height: 13px;
	background-position: -136px -56px;
}
/*文章列表不带缩略图*/
.textList .item {
	border-bottom: 1px solid #f0f2f7;
	padding: 20px 0;
}
.textList .item:first-child {
	padding-top: 0;
}
.textList .tag-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f2f7;
}
.textList .tag-image {
	float: left;
	margin-right: 16px;
}
.textList .tag-image img {
	height: 100px;
	width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	border-radius: 3px;
	-webkit-filter: brightness(.95);
	filter: brightness(.95);
}
.textList .tag-head {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	overflow: hidden;
	margin-right: 6px;
}
.textList .tag-title {
	font-weight: 600;
	font-synthesis: style;
	line-height: 1.6;
	color: #1a1a1a;
	margin-top: -4px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 25px;
	display: flex;
	align-items: center;
}
.textList .tag-meta {
	margin-top: 6px;
	font-size: 15px;
	color: #646464;
}
.textList .tag-meta__wrapper {
	margin-top: 4px;
}
.textList .tagMeta-content {
	min-height: 80px;
}
.textList .tagMeta-desc {
	height: auto;
	line-height: 25px;
	font-size: 15px;
}
.textList .tagMeta-desc p {
	margin-bottom: 24px;
	text-align: justify;
	word-break: break-word;
	font-family: "PingFang SC", Microsoft YaHei, Helvetica, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
.textList .item .img{ width:167px; height:94px;}
.textList .item .img img{ width:167px; height:94px;}
.textList .item .text{ width:830px;}
.textList .item a {
	display: block;
}
.textList .item h3 {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 16px;
	font-weight: 600;
}
.textList .item .desc {
	height: 26px;
	line-height: 22px;
	font-size: 13px;
	font-weight: 400;
	color: #828a92;
}
.textList .item .tags {
	display: inline-block;
}
.textList .item .tags a {
	display: inline-block;
	padding: 0 8px;
	background: #f9f9f9;
	border-radius: 2px;
	line-height: 18px;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	margin-right: 8px;
}
.textList .item .tags a:hover {
	background: #e6f1fb;
	color: #06c;
}
.textList .item .tags a:first-child {
	background: #e6f1fb;
	color: #1464ec;
}
.textList .item .time {
	line-height: 12px;
	font-size: 12px;
	font-weight: 400;
	color: #828a92;
	display: inline-block;
}
/*tsgsindex*/
.tsgsindex {
}
.tsgsindex .sitemap-list > li {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	margin-bottom: 15px;
	width: 12.17%;
	min-width: 120px;
}
.tsgsindex .sitemap-link {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	font-size: 15px;
	line-height: 24px;
	color: #565656;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tsgsindex .sitemap-link:hover {
	text-decoration: underline;
}
/*业务详情页*/
.showBusiness .tod {
	padding-bottom: 60px;
}
.showBusiness .tiao {
	background: url(../images/tiao.jpg) repeat left bottom;
	height: 20px;
	width: 100%;
	margin-bottom: 40px;
}
.showBusiness .showImg {
	width: 473px;
	height: 355px;
	border: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.showBusiness .showImg img {
	max-height: 355px;
}
.showBusiness .baseInfo {
	width: 495px;
}
.showBusiness .baseInfo .t {
	border-bottom: 1px dotted #dedede;
	display: block;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}
.showBusiness .baseInfo .desc {
	padding-top: 18px;
	color: #999;
	line-height: 30px;
	height: 234px;
	border-bottom: 1px dotted #dedede;
	overflow: hidden;
}
.showBusiness .baseInfo .webtel {
	padding-top: 23px;
	font-size: 18px;
	font-family: "AvantGardeITVbyBT Book", arial;
}
.showBusiness .baseInfo .webtel strong {
	font-size: 40px;
	color: #1464ec;
	font-weight: bold;
	line-height: 40px;
}
.showBusiness .detaiInfo .title2 {
	border-bottom: 1px solid #eee;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
.showBusiness .detaiInfo .title2 h3 {
	font-size: 20px;
	color: #333;
}
.showBusiness .detaiInfo .title2 s {
	width: 80px;
	height: 5px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #1464ec;
}
.showBusiness .detaiInfo .info {
	padding: 0 0 30px;
}
/*showNews*/
.showNews .title {
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin: 10px 0 22px;
	font-weight: bold;
}
.showNews .mark {
	color: #999999;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 20px;
	border-top: 1px dashed #e5e5e5;
	border-bottom: 1px dashed #e5e5e5;
}
.showNews .showContxt {
	color: #333;
	padding: 0 0 30px;
	line-height: 36px;
	font-size:16px;
}
.showNews .showContxt img {
	max-width: 100%;
}
/*textlist*/
.textlist .item {
	border-bottom: 1px dotted #b0b0b0;
	line-height: 44px;
	padding-left: 10px;
	position: relative;
}
.textlist .item:after {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #000;
	position: absolute;
	left: 0;
	top: 20px;
}
.textlist .item a {
	font-size: 16px;
}
/*留言表单*/
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 465px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e5e5e5;
	margin-right: 76px;
	margin-bottom: 45px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #cccccc;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 355px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #999;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 1008px;
	height: 260px;
	border: 1px solid #e5e5e5;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 54px;
	margin-right: 2px;
	text-align: center;
	background: #1464ec;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: #FF5F18;
}
.formData .yzm {
	width: 432px;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}
/*footer*/
.footer {
	width: 100%;
	background: #1F1F24;
	padding-bottom: 40px;
	color: #fff;
}
.footer a {
	color: #747474;
}
.footer a:hover {
	color: #fff;
}
.footer .footer_top {
	height: 100px;
	padding-bottom: 10px;
	border-bottom: 1px solid #313036;
}
.footer .footer_logo {
	padding-top: 40px;
}
.footer .footer_tel {
	font-size: 18px;
	margin-left: 90px;
	padding-top: 42px;
	font-weight: bold;
}
.footer .footer_tel s {
	width: 20px;
	height: 20px;
	background-position: -98px -24px;
}
.footer .footer_ewm {
	padding-top: 10px;
	width: 90px;
}
.footer .footer_ewm img {
	max-width: 100%;
}
.footer .footer_link {
	margin-top: 40px;
	overflow-wrap: break-word;
	line-height: 22px;
	font-size: 12px;
}
.footer .footer_link a {
	padding: 0 6px;
}
.footer .footer_link font {
	color: #cacaca
}
.footer .disclaimer {
	font-size: 14px;
	text-align: center;
	color: #747474;
	margin-top: 30px;
}
/*分页样式*/
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #333;
	padding: 0 15px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #1464ec;
	border-color: #1464ec;
}
/*右侧客服*/
.fanhui {
	position: fixed;
	right: 2%;
	z-index: 55555;
	width: 45px;
	height: 460px;
	bottom: 50px;
}
.fanhui>ul>li {
	width: 45px;
	height: 45px;
	position: relative;
	border-radius: 2px;
	box-shadow: 0 3px 7px 0 rgba(153, 153, 153, .2);
	background: #fff;
	margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
}
.fanhui>ul>li:last-child {
	margin-top: 100px;
}
.wx_tu img {
	margin: 15px 0 0;
}
.fanhui>ul>.zhiding {
	display: none;
}
.fanhui>ul>.dianhua s {
	width: 19px;
	height: 19px;
	margin-top: 20px;
	background-position: -99px -129px;
}
.fanhui>ul>.dianhua:hover s {
	background-position: -123px -129px;
}
.fanhui>ul>.zaixian s {
	width: 19px;
	height: 17px;
	margin-top: 20px;
	background-position: -99px -151px;
}
.fanhui>ul>.zaixian:hover s {
	background-position: -123px -151px;
}
.fanhui>ul>.wx s {
	width: 19px;
	height: 15px;
	margin-top: 16px;
	background-position: -99px -171px;
}
.fanhui>ul>.wx:hover s {
	background-position: -123px -171px;
}
.fanhui>ul>.zhiding s {
	width: 19px;
	height: 20px;
	margin-top: 15px;
	background-position: -99px -191px;
}
.fanhui>ul>li:nth-child(1) {
	height: 80px;
}
.fanhui>ul>li:nth-child(2) {
	height: 100px;
}
.fanhui>ul>li:nth-child(1)>p:nth-child(2), .fanhui>ul>li:nth-child(2)>a>p:nth-child(2) {
	color: #06f;
	font-size: 14px;
	margin-top: 6px;
}
.fanhui_er {
	display: none;
}
.fh_hover:hover .fanhui_er {
	display: inline-block;
}
.fh_hover:hover .fanhui_yi {
	display: none;
}
.fh_hover:hover p {
	color: #fff;
}
.fanhui_xian {
	position: absolute;
	top: 0;
	right: 45px;
	overflow: hidden;
	display: none;
}
/* 电话 */
.dianhua_box {
	position: relative;
	width: 230px;
	background: #fff;
	margin-right: 25px;
	border: 1px solid rgb(240,240,245);
}
.sanjiao {
	position: absolute;
	top: 25px;
	right: -5px;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	background: #fff;
	border-top: 1px solid rgb(240,240,245);
	border-right: 1px solid rgb(240,240,245);
}
.dh_neirong {
	margin: 25px 23px;
	overflow: hidden;
	text-align: left;
}
.dh_neirong p:nth-child(1) {
	font-size: 14px;
	color: #999;
}
.dh_neirong p:nth-child(2) {
	font-size: 20px;
	font-weight: bold;
	color: #06f;
}
/* .在线咨询 */
.zaixian_box {
	position: relative;
	width: 210px;
	height: 110px;
	background: #fff;
	margin-right: 25px;
	border: 1px solid rgb(240,240,245);
}
.zx_neirong {
	margin: 18px 20px 0 20px;
}
.zx_neirong p:nth-child(1) {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	color: #06f;
}
.zx_neirong p:nth-child(2), .zx_neirong p:nth-child(3) {
	font-size: 14px;
	text-align: left;
	margin-top: 9px;
	color: #999;
}
/* 微信 */
.wx_box {
	position: relative;
	width: 240px;
	height: 115px;
	background: #fff;
	margin-right: 25px;
	border: 1px solid rgb(240,240,245);
}
.wx_neirong {
	margin: 18px 20px 0 20px;
}
.wx_neirong>p img {
	width: 80px;
	height: 80px;
}
.wx_neirong>p {
	float: left;
}
.wx_right {
	float: left;
	text-align: left;
	margin-left: 14px;
}
.wx_right p:nth-child(1) {
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	color: #06f;
}
.wx_right p:nth-child(2), .wx_right p:nth-child(3) {
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}
.zhiding {
	overflow: hidden;
}
.zhiding p {
	font-size: 14px;
	color: #06f;
	width: 100%;
	height: 100%;
	transition: 0.5s;
	overflow: hidden;
}
.zhiding p:nth-child(2) {
	padding-top: 4px;
}
.zhiding:hover .wx_tu {
	margin-top: -100%;
}
