.w {
	width: 1200px;
	margin: 0 auto;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.header {
	padding-top: 84px;
}

.nav-logo {
	float: left;
	line-height: 82px;
}

.nav-logo .img {
	float: left;
	width: 41px;
	height: 84px;
	background: url(../images/logo.png) no-repeat center;
}

.nav-logo a span {
	font-weight: bold;
	font-size: 24px;
	color: white;
	margin-left: 8px;
}

.nav-bg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 84px;
	background-color: transparent;
	z-index: 9;
}

.nav .nav-ul>li {
	float: left;
	line-height: 82px;
	margin-left: 60px;
}

.nav .nav-ul>li>a {
	display: block;
	font-size: 1.28rem;
	color: rgba(255, 255, 255, .7);
}

.nav .nav-ul>li>a:hover,
.nav .nav-ul>li>a.active {
	color: rgba(255, 255, 255, 1);
	/*border-bottom: 2px solid #fff;*/
	font-weight: bold;
}

.header-console {
	float: right;
	margin: 20px 0;
	padding: 6px 16px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
}

.header-console:hover {
	background: rgba(155, 155, 155, .1);
}

.header-download {
	float: right;
	display: none;
	margin: 20px 20px 20px 0;
	padding: 6px 16px;
	font-size: 14px;
	color: #fff;
	background: #3176FB;
	border: 1px solid #3176FB;
	border-radius: 4px;
}

.header-download:hover {
	background: rgba(49, 118, 251, .9);
}

.nav-bg.scroll {
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 44, 131, 0.20);
}

.scroll .nav-logo a span {
	color: #000;
}

.scroll .nav ul li a {
	color: rgba(0, 0, 0, .7);
}

.scroll .nav ul li a:hover,
.scroll .nav ul li a.active {
	color: rgba(0, 0, 0, 1);
}

.scroll .nav ul.ulBox li a:hover,
.scroll .nav ul.ulBox li a.active {
	border-bottom: 2px solid #4276FD;
}

.scroll .nav-logo .img {
	background: url(../images/logo-scroll.png)no-repeat center;
}

.scroll .header-console {
	color: #4276FD;
	border: 1px solid #4276FD;
	border-radius: 4px;
}

.tools-mask {
	position: fixed;
	display: none;
	top: 84px;
	left: calc(50% - 600px);
	width: 1200px;
	height: 300px;
	background-color: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 44, 131, 0.10);
	border-top: 1px solid rgb(0, 0, 0, .1);
	z-index: 10;
}

.tools-mask-center {
	margin: 30px 40px;
	width: 1120px;
	height: 240px;
}

.tools-mask-center dl {
	float: left;
	width: 280px;
	height: 100%;
}

.tools-mask-center dl dt {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	color: rgba(0, 0, 0, .8);
}

.tools-mask-center dl dd {
	margin-top: 15px;
}

.tools-mask-center dl dd a {
	display: block;
	font-size: 18px;
	color: rgba(0, 0, 0, .8);
}

.tools-mask-center dl dd a:hover {
	color: #1F77FA;
}

.tools-mask-center-tip {
	font-weight: bold;
	font-size: 8px;
	vertical-align: super;
}

.footer {
	height: 340px;
	background-color: #1A2233;
	overflow: hidden;
}

.footer-center {
	height: 340px;
}

.first-part {
	margin-top: 40px;
	height: 80px;
}

.quick-link {
	display: none;
	position: fixed;
	right: 100px;
	bottom: 100px;
	cursor: pointer;
	padding: 24px 12px;
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.11);
	background: #fff;
	border-radius: 24px;
}

.quick-link>div {
	width: 25px;
	height: 25px;
}

.quick-link>div:not(:first-child) {
	margin-top: 30px;
}

.quick-link>div:nth-child(1):hover+.contact-phone-pop {
	display: block;
}

.quick-link>div:nth-child(1) {
	background: url(../images/contact-phone-off.png) no-repeat center;
}

.quick-link>div:nth-child(1):hover {
	background: url(../images/contact-phone-on.png) no-repeat center;
}

.quick-link>div:nth-child(3) {
	background: url(../images/feedback-off.png) no-repeat center;
}

.quick-link>div:nth-child(3)>a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.quick-link>div:nth-child(3):hover {
	background: url(../images/feedback-on.png) no-repeat center;
}

.quick-link>div:nth-child(4) {
	background: url(../images/return-top-off.png) no-repeat center;
}

.quick-link>div:nth-child(4):hover {
	background: url(../images/return-top-on.png) no-repeat center;
}

.quick-link .contact-phone-pop {
	display: none;
	position: absolute;
	padding: 24px;
	right: 80px;
	top: -30px;
	width: 270px;
	height: 72px;
	font-size: 20px;
	line-height: 24px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.11);
}

.quick-link .contact-phone-pop::after {
	content: ' ';
	position: absolute;
	right: -10px;
	top: 27px;
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.11);
}

.contact-phone-pop .nav,
.contact-phone-pop .number {
	margin-left: 12px;
}

.contact-phone-pop .nav {
	color: #E8E8E8;
}

.contact-phone-pop .number {
	color: rgba(0, 0, 0, .6);
}

.requird-mark {
	color: red!important;
	font-size: 24px!important;
}


/*新设计*/

.center {
	text-align: center;
}

.flex {
	display: flex;
}

.navItem {
	position: relative;
}

.navItem .ulBox {
	position: absolute;
	top: 72px;
	width: max-content;
	height: 0;
	text-align: left;
	background: #f9fafb;
	border-radius: 3px;
	box-shadow: 0 0 20px 0 rgba(18, 24, 30, .4);
	transition: 0.4s;
}

.ulBox.nav-solution .liBox {
	height: 60px;
	color: #333;
	font-size: 12px;
	line-height: 60px;
	padding: 0 20px;
	min-width: 150px;
}

.navItem.police:hover .nav-solution {
	height: 180px;
}

.navItem.company:hover .nav-solution {
	height: 120px;
}

.navItem.tools:hover .nav-solution {
	height: 180px;
}

.navItem:hover .triangle {
	display: block;
}

.navItem .nav-solution {
	height: 0;
	overflow: hidden;
}

.navItem .triangle {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 999;
	display: none;
	width: 0;
	height: 0;
	border: 8px solid #f9fafb;
	border-color: transparent transparent white transparent;
	transform: translateX(-50%);
}

.nav .nav-ul>.navItem:hover>a {
	font-weight: bold;
	/*color: #FFFFFF;*/
	/*border-bottom: 2px solid #4276FD;*/
}

.liBox a {
	/*color: #000;*/
	color: rgba(0, 0, 0, .7);
}

.ulBox.nav-solution .liBox:hover {
	cursor: pointer;
}

.liBox:hover a {
	color: rgba(0, 0, 0, 1);
	border-bottom: 2px solid #4276FD;
	/*color: #1F77FA;*/
	/*font-weight: bold;*/
}

.scroll .nav .nav-ul>.navItem:hover>a {
	color: #000;
}

h4.title {
	font-size: 28px;
	color: #000000;
	text-align: center;
	margin: 30px 0;
}

p.intro {
	/*margin-top: 20px;*/
	font-size: 16px;
	color: #495770;
	line-height: 32px;
	text-align: center;
}

.w {
	margin: 0 auto;
	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
}

.asset-category {
	/*box-shadow: inset 0px 6px 20px 0 rgb(55 99 170 / 11%);*/
	/*padding-top: 20px;*/
	box-shadow: inset 0px 15px 20px -15px rgb(55 99 170 / 30%);
}

.asset-category .w {
	position: relative;
	padding: 20px 10%;
	margin-bottom: 30px;
}

.asset-category .w:nth-child(even) {
	background: #f3f5f8;
}

.special {
	background: #f3f5f8;
	padding-top: 20px;
}

.product-center {
	padding: 0;
}

.w.product-center>.product-content {
	width: 80%;
	margin: 0 auto;
	margin-left: 10%;
}

.shadow {
	box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 11%), inset -8px -8px 20px 0 #fff;
	padding: 40px 10%;
	box-sizing: border-box;
}

ul.choose {
	margin: 0 auto;
	width: 200px;
	text-align: center;
}

ul.choose li {
	font-size: 1.14rem;
	padding: 15px;
	box-sizing: border-box;
	cursor: pointer;
	min-width: 100px;
}

ul.choose li:hover {
	color: #3176FB;
}

ul.choose li.active {
	border-bottom: 4px solid #3176FB;
	color: #3176FB;
}

.special h4.title {
	margin-bottom: 18px;
}

div.special .show .shadow {
	/*display: none;*/
}

div.special .show .shadow.active {
	/*display: block;*/
}

.progress .circle {
	width: 80px;
	height: 80px;
	border: 2px solid #3176FB;
	text-align: center;
	border-radius: 50%;
}

.progress {
	position: relative;
	margin: 50px auto;
	text-align: center;
	width: 750px;
}

.progress::before {
	content: "";
	width: 650px;
	height: 2px;
	background: #3176FB;
	position: absolute;
	/*float: right;*/
	top: 35px;
	left: 40px;
	z-index: 1;
}

.progress.noLine::before {
	display: none;
}

.progress.noLine {
	/*color: #c2c2c2;*/
	width: 100%;
}

.progress.noLine>div:nth-child(odd) .circle,
.progress.noLine>div:nth-child(odd) .text {
	border-color: #ff6a00;
	color: #ff6a00;
}

.progress.noLine .text:nth-child(odd) {
	border-color: #ff6a00;
	color: #ff6a00;
}

.progress.noLine>div {
	flex: 1;
}

.progress>div {
	overflow: hidden;
	width: 150px;
	text-align: center;
	z-index: 2;
}

.progress .circle {
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
}

.progress .circle img {
	width: 45px;
	margin-top: 18px;
}

.progress .text {
	margin-top: 5px;
	text-align: center;
	color: #3176FB;
	font-weight: bold;
	font-size: 1.2rem;
}

.special .category-content {
	margin: 40px auto 0;
}

.client-download,
.client-console {
	display: none!important;
}

.nav .nav-ul>li:hover>a {
	color: #fff;
}

.quick-link .contact-phone-pop {
	width: 300px;
	right: 55px;
}

.assetInventory>.product-feature {
	margin-top: 0px;
}

.bgContent {
	background: #fff;
	text-align: center;
	padding: 40px 0;
	box-sizing: border-box;
	width: 80%;
	margin: 20px auto;
	height: 630px;
}

h5.title {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}

.fa .header {
	height: auto;
}

.fa .asset-category {
	margin-top: 0;
}

.fa .header .w.content {
	background: url(../images/bg.jpg)no-repeat;
	margin: 0;
	height: 350px;
	background-size: cover;
	background-position: right;
	padding-top: 50px;
	position: relative;
}

.fa.hg .header .w.content {
	background: #000 url(../images/cj/hgbg.jpg)no-repeat;
	background-position: 100% 15%;
	background-size: 60%;
}

.fa .header .w.content.gbpt {
	background: url(../images/bg2.jpg)no-repeat;
	background-size: cover;
	background-position: top;
}

.fa .header .w.content.idc {
	background: url(../images/bg3.jpg)no-repeat;
	background-size: cover;
	background-position: top;
}

.fa.aqjg .header .w.content {
	background: url(../images/bg4.png)no-repeat;
	background-size: cover;
	background-position: top;
}

.fa.aqyy .header .w.content {
	background: url(../images/bg5.jpg)no-repeat;
	background-size: cover;
	background-position: top;
}

.boxFloat {
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.boxFloat>div {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 20px;
	width: 33.3%;
	cursor: pointer;
}

.boxFloat>div>div {
	border: 1px #ededed solid;
	transition: all .3s;
	margin: 0 18px;
	/*padding: 15px;
	box-sizing: border-box;*/
}

.boxFloat>div>div:hover {
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.boxFloat img {
	width: 100%;
	height: 160px;
}

.boxFloat .title {
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #3d3d3d;
}

.hg .boxFloat .title {
	min-height: 127px;
}

.boxFloat h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.boxFloat .title div {
	max-height: 63px;
	text-overflow: ellipsis;
	white-space: pre-line;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.value.flex {
	justify-content: space-around;
	margin-bottom: 60px;
}

.douhao {
	width: 318px;
	height: 300px;
	padding: 72px 36px;
	box-sizing: border-box;
	background: url(../images/pt/dhao1.png)no-repeat;
	background-size: 100%;
}

.douhao h4 {
	font-size: 16px;
	font-weight: bold;
}

.douhao h4 img {
	width: 30px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.wrap {
	flex-wrap: wrap;
}

.width50 {
	width: 50%;
}

.fa .content>div>h3 {
	width: auto;
}

.law.flex {
	margin: 20px 0;
	justify-content: space-around;
}

.law img {
	width: 150px;
}

.leftImg {
	margin-right: 60px;
}

.leftImg img {
	width: 100%;
	height: 300px;
	margin-top: 40px;
	min-width: 600px;
}

.type {
	flex: 1;
	text-align: center;
}

.type img {
	width: 48px;
	margin: 20px 0;
	display: inline-block;
}

.fa .w:nth-child(even) {
	padding-bottom: 60px;
}

.idcFa>div {
	flex: 1;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	text-decoration: none;
	position: relative;
	top: 0;
	transition: all .2s linear;
	box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
	border: 1px solid #e5e8ed;
	text-align: left;
	font-size: 14px;
	min-height: 86px;
	margin: 30px 15px;
	min-width: 300px;
}

.type:hover {
	color: #3176FB;
	cursor: default;
}

.idcFa>div:hover {
	box-shadow: 0 4px 8px rgb(3 27 78 / 12%);
	top: -3px;
	cursor: pointer;
}

.idcFa>div:hover h5 {
	color: #3176FB;
}

.idcFa h5 {
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	margin-left: 20px;
}

.idcFa img {
	width: 30px;
	height: 30px;
	margin-top: 20px;
}

.width30.flex>div {
	width: 33.3%;
	padding: 0 15px;
	box-sizing: border-box;
}

.smallFont.category-content div h3 {
	font-size: 20px;
}

.smallFont.category-content div p {
	max-height: 63px;
	text-overflow: ellipsis;
	white-space: pre-line;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.target {
	background: url(../images/pt/yy1.png)no-repeat;
	width: 800px;
	height: 400px;
	background-size: cover;
	margin: 0 auto;
	margin-top: -90px;
}

.aqyy .boxFloat img {
	height: 200px;
}

.safe.flex {
	justify-content: space-around;
}

.safe.flex>div {
	width: 18%;
	background: rgba(30, 116, 245, .6);
	color: #fff;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
	cursor: default;
	margin-bottom: 25px;
	transition: all .3s;
}

.shortWidth>div {
	margin: 0 20px;
	margin-bottom: 0;
	word-break: keep-all;
}

.safe.flex>div:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.content-left,
.content-right {
	height: auto!important;
}

.w.news-content .content-right {
	min-height: 560px;
	width: calc(100% - 470px);
}

.w.news-content .content-right-item>div {
	width: calc(100% - 230px);
}

.content-right-item>div>p {
	max-height: 120px;
	text-overflow: ellipsis;
	white-space: pre-line;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 4px;
}

.w.news-content .content-right-item .title {
	width: calc(100% - 150px);
}

.w.news-content .content-right-item .time {
	width: 100px;
}

.content-right-item img {
	width: 210px;
	height: 130px;
}

.content-left img {
	height: 200px;
}

.subtitle {
	text-align: left;
	margin-top: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding-right: 50px;
}

.subtitle font {
	color: #ffbc00;
	font-size: 16px;
}

.wxgz .header .w.content {
	background: #000 url(../images/pt/wxgz.png) no-repeat;
	margin: 0;
	padding-top: 110px;
	padding: 60px 10% 80px 10%;
	box-sizing: border-box;
	background-size: 22%;
	background-position: 90% 50%;
	height: 350px;
}

.zdaq .header .w.content {
	background: url(../images/pt/zdaq5.jpg) no-repeat;
	margin: 0;
	padding-top: 110px;
	padding: 60px 10% 80px 10%;
	box-sizing: border-box;
	/*background-size: 22%;*/
	background-position: 90% 50%;
	height: 350px;
}

.aqjg .asset-category .width30 img {
	width: 80px;
}

.clientlist .list>div {
	flex: 1;
	border: 1px #ededed solid;
	transition: all .3s;
	margin: 18px;
	padding: 15px;
	box-sizing: border-box;
}

.clientlist h3 {
	margin-bottom: 50px;
}

.clientlist .list>div img {
	margin-right: 20px;
	margin-top: 30px;
	width: 60px;
	height: 60px;
	margin: 30px 40px 0 20px;
}

.clientlist .list>div h5 {
	margin: 0;
	color: #000;
	position: relative;
	min-width: 150px;
	text-align: left;
	padding-bottom: 15px;
	box-sizing: border-box;
}

.clientlist .list>div h5::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #1E74F5;
	bottom: 0px;
	left: 0;
}

.clientlist .list>div:hover {
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.clientlist .list ul {
	margin: 20px 0;
	color: #1E74F5;
}

.clientlist .list li {
	line-height: 28px;
	list-style: disc;
	margin-bottom: 15px;
}

.clientlist .list li span {
	color: #666;
}

.clientlist .list li:hover span {
	color: #1E74F5;
	cursor: pointer;
}

.client li:not(:last-child) {
	width: 50%;
}

.dbhg .idcFa>div {
	width: calc(50% - 30px);
	flex: initial;
}

.dbhg .idcFa img {
	width: 220px;
	height: 220px;
	margin-top: 0px;
	margin-right: 30px;
}

.dbhg .idcFa img:nth-child(3) {
	margin-top: -40px;
}

.bottomType .width50 {
	margin-top: 40px;
}

.bottomType .width50 .right {
	width: calc(100% - 128px);
	text-align: center;
}

div.special .show .shadow {
	padding: 0;
}

div.special .show .shadow>div.active {
	transition: opacity 0.45s ease 0s, transform 0.45s ease 0s;
	transform-origin: center center;
	flex-shrink: 0;
}

div.special .show .shadow>div.unactive {
	transition: opacity 0.45s ease 0s, transform 0.45s ease 0s;
	transform-origin: center center;
	flex-shrink: 0;
	height: 0px;
	width: 0px;
	overflow: hidden;
	opacity: 0;
	padding: 0px;
	margin: 0px;
	pointer-events: none;
	display: block;
	transform: translate3d(0px, 10px, 0px);
}

div.special .show .shadow2 {
	padding: 0;
	box-shadow: none;
}

.show {
	box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 11%), inset -8px -8px 20px 0 #fff;
	padding: 40px 10%;
	box-sizing: border-box;
}

.center a {
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	width: 170px;
	height: 50px;
	background-color: #1E74F5;
	border-radius: 4px;
	display: inline-flex;
	margin-bottom: 20px;
}

.news-bg,
.news-inside {
	padding: 50px 0;
}

.news-inside {
	background: #FFFFFF;
}

.center a span {
	font-size: 20px;
	color: #ffffff;
}

.news-inside h3 {
	font-size: 26px;
	color: #000;
	font-weight: bold;
	width: 50%;
	margin: 0px auto;
	margin-top: 20px;
	min-width: 800px;
}

.news-inside h3 font {
	/*color: #ffbc00;*/
	font-size: 26px;
}

.news-inside .center a {
	margin: 70px 0;
}

.imgList {
	width: 70%;
	margin: 0 auto;
	background: #f5f5f5;
	padding: 25px 0;
	box-sizing: border-box;
	justify-content: space-evenly;
	min-width: 1200px;
}

.imgList img {
	width: 280px;
	height: 200px;
	border-radius: 8px;
	cursor: pointer;
}

.header {
	width: 100%;
	top: 0;
	background: url(../images/main_mask.png) no-repeat center;
}

.left {
	text-align: left;
}

.leftBox a {
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	border-radius: 35px;
}

.leftBox a:first-child {
	border: none;
	background-color: #1EE0A1;
}

.leftBox a:first-child:hover {
	background-color: rgba(30, 224, 161, .8);
}

.home .header.left {
	position: relative;
	min-height: 600px;
}

.home .header.left .headerCenter img {
	width: 500px;
	margin-top: 20px;
	/*position: absolute;
	right: 80px;
	top: 80px;*/
	width: 700px;
	margin-bottom: 20px;
}

.home .header .leftBox .h1 {
	font-weight: bold;
	font-size: 60px;
	color: #fff;
	margin: 20px 0;
	letter-spacing: 4px;
}

.home .headerCenter {
	margin: 0 auto;
	width: 1000px;
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}

.home .leftBox {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 0;
	top: 300px;
}

.home .header.left .flex {
	margin: 0 auto;
}

.home .header .leftBox .h3 {
	font-size: 34px;
	font-weight: normal;
	color: white;
	text-align: center;
}

.home .nav-bg {
	padding: 0 10%;
}

.w.nav {
	padding: 0;
	width: 910px;
}

ul.nav-ul {
	display: flex;
}

.nav .nav-ul>li {
	word-break: keep-all;
}

.imgList.flex img:hover {
	transform: scale(1.1);
	transition: all 0.6s;
}

.client-link {
	display: none;
}

.home-title-en {
	font-size: 20px;
	font-weight: normal;
	color: #1F77FA;
}

.solution .text {
	background: #f3f5f8;
	min-height: 300px;
	line-height: 28px;
}

.solution .left {
	padding: 40px 60px;
	box-sizing: border-box;
}

.solution .left ul {
	justify-content: space-between;
}

.solution .left ul.flex li {
	margin: 0 20px;
	box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
	border: 1px solid #e5e8ed;
	display: inline-block;
	flex: 1;
	padding: 20px 30px;
	box-sizing: border-box;
	cursor: pointer;
	background: #f3f5f8;
	transition: all .3s;
	border: none;
	max-width: 260px;
	text-align: center;
}

.hg .solution .left ul.flex li {
	max-width: fit-content;
}

.hg .solution .left ul.flex li span {
	margin-left: 20px;
}

.solution .left ul.flex li span {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	word-break: keep-all;
}

.solution .left .intro {
	font-size: 16px;
	color: #838383;
	margin-top: 20px;
}

.solution .left ul.flex li img {
	width: 200px;
}

.solution .left ul.flex li:hover {
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.solution .left ul.flex li:hover .intro {
	color: #1F77FA;
}

.solution .text div {
	font-size: 16px;
}

.solution .text font {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-right: 20px;
}

.w.nav {
	/*display: none;*/
}

.bottomType {
	background: #f3f5f8;
}

.bottomType .width50 img {
	width: 22px;
	height: 22px;
	margin: 25px 8px;
}

.hg .bottomType .width50 span {
	width: 600px;
}

.hg .bottomType .width50 img {
	margin: 30px 8px 0;
}

.bottomType .width50 span {
	border-bottom: 1px solid #e5e8ed;
	padding: 20px 5px;
	box-sizing: border-box;
	min-width: 300px;
	text-align: left;
	font-size: 20px;
	width: 600px;
	font-weight: bold;
	color: #858383;
	/*color: #1F77FA;*/
	/*word-break: keep-all;*/
}

.bottomType .width50 span font {
	font-weight: bold;
	color: #1F77FA;
	font-size: 26px;
}

.circle {
	/*display: flex;*/
	margin: 0px auto;
	margin-top: 40px;
	text-align: center;
}

.circle li {
	background: transparent;
	width: 15px;
	height: 15px;
	background: #e7e6e6;
	display: inline-block;
	margin-left: 20px;
	border-radius: 50%;
	cursor: pointer;
	transition: all .3s;
}

.circle li:hover {
	background: #a9a6a6;
}

.circle li.active {
	background: #a9a6a6;
}

.left .scroll {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.left .scroll ul.scrollUl {
	margin: 0px auto;
	margin-top: 40px;
	justify-content: normal;
	position: relative;
	/*left: -300px;*/
}

.left .scroll ul.scrollUl span {
	display: inline-block;
	margin-top: 10px;
}

.centerBg {
	position: absolute;
	left: 0;
	height: 500px;
	width: 100%;
	background: url(../images/pt/center.jpg);
}

.textLeft {
	display: inline-block;
	width: 40%;
	padding: 30px;
	box-sizing: border-box;
	font-size: 16px;
	min-width: 500px;
}

.textLeft p {
	font-size: 16px;
	text-align: left;
	margin-top: 30px;
	line-height: 28px;
	padding: 0 15px;
	box-sizing: border-box;
}

.textLeft h2 {
	font-size: 32px;
	font-weight: bold;
	color: #000;
}

.centerBg>div {
	width: 70%;
	margin: 50px auto;
	height: 80%;
	background: #fff;
	display: flex;
}

.shrink {
	position: absolute;
	right: 20px;
	top: 26px;
	cursor: pointer;
	display: none;
}

.menu .tools-mask-center {
	padding: 20px;
	width: auto;
	height: auto;
	border-radius: 4px;
	background: #f5f5f5;
}

.menu .tools-mask-center dl {
	width: auto;
	float: none;
	font-size: 16px;
}

.tools-mask-center dl dt {
	font-size: 16px;
}

.menu .tools-mask-center dl dd a {
	font-size: 14px;
}

.menu.active {
	position: absolute;
	right: 60px;
	top: 20px;
}

.menu .tools-mask-center {
	margin: 0;
}

.menu {
	position: absolute;
	transition: all .5s;
	right: -300px;
}


/*767px*/

@media only screen and (max-width: 500px) {
	.home .header.left {
		min-height: auto;
	}
	.home .leftBox {
		top: auto;
		margin-bottom: 10px;
	}
	.home .header .leftBox .h1 {
		font-size: 24px;
	}
	.home .header .leftBox .h3 {
		font-size: 18px;
	}
	.home .header.left .headerCenter img {
		width: 100px;
		height: 80px;
	}
	.news-bg,
	.news-inside {
		padding: 20px 0;
	}
	.news-center,
	.news-bg {
		height: auto;
	}
	.news-inside h3 {
		min-width: auto;
		width: 80%;
		font-size: 18px;
	}
	.news-inside h3 font {
		font-size: 18px;
	}
	.w.footer-center p {
		font-size: 16px!important;
	}
	.imgList {
		flex-wrap: wrap;
		min-width: auto;
		width: 85%;
	}
	.imgList img {
		margin-bottom: 20px;
	}
	.quick-link {
		right: 20px;
	}
	.nav-bg .ul {
		display: none;
	}
}