* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

div,
span,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
strong,
em,
embed,
table,
tr,
td,
input,
form,
b,
select,
option,
p {
	padding: 0;
	margin: 0;
}

body {
	color: #333;
	font-family: Microsoft YaHei;
	font-size: 14px;
	background-color: #FFFFFF;
}

a {
	text-decoration: none;
	color: #333;
}

ul {
	list-style: none;
	text-align: left;
}

img {
	border: none
}

.logo {
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	margin: auto;
}

.logon {
	width: 94%;
	height: 101px;
	margin: auto;
}

.logo .logoL {
	float: left;
}

.logo .logoL img {

	padding-top: 20px;
}

.logo .logoR {
	height: 90px;
	right: 0;
	position: absolute;
	top: 0px;
}


.logo .logon .notice {
	width: 185px;
	margin: 0 auto;
	padding-right: 10px;
	height: 36px;
	line-height: 36px;
	color: #8d8d8d;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 30px;
}

.logo .notice .search {
	float: right;
	width: 175px;
	height: 24px;
	margin-top: 6px;
	background: url(../images/search_bg.gif) no-repeat;
}

.logo .logon .notice .search .key {
	width: 140px;
	height: 22px;
	line-height: 22px;
	margin: 1px 0 1px 5px;
	border: 0;
	float: left;
}

.logo .logon .notice .search .key[type="text"]:focus {
	outline: none;
}

.logo .logon .notice .search .sub {
	float: right;
	width: 30px;
	height: 24px;
	background: url(../images/search_bg.gif) no-repeat right 0;
	border: none;
	cursor: pointer;
}

.logo .logon .notice .search .sub span {
	display: none;
}

.nev {
	width: 100%;
	height: 90px;
}

.nev ul li {
	float: left;
	color: #2a2a2a;
	font-size: 16px;
	height: 90px;
	position: relative;
}

.nev ul li a {
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	padding: 25px 40px 0px 40px;
}

.nev .lidif {
	padding-right: 0px;
	background: none;
}

.nev ul li span {
	display: block;
	font-size: 12px;
}

.nev ul li .tv {
	height: 65px;
	margin: auto;
	font-weight: bold;
	text-align: center;
}

.head_bg {
	width: 100%;
	height: 380px;
	margin: auto;
	text-align: center;
	background-size: cover !important;
}

.head_bg h1 {
	top: 156px;
	left: 0;
	color: #fff;
	font-weight: normal;
	position: absolute;
	display: block;
	text-align: center;
	right: 0;
	font-size: 46px;
}

.subb {
	display: none;
	height: auto;
	top: 101px;
	left: 0px;
	width: 124px;
	position: absolute;
	z-index: 99999;
	background: url(../images/nevbg.png);
}

.subb ul {
	width: 100%;
	text-align: center;
}

.subb ul li {
	zoom: 1;
	height: 40px !important;
	line-height: 40px !important;
	width: 100%;
	margin: 0;
	padding: 0px;
	border-right: none;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.subb ul li a {
	display: block;
	color: #fff;
	height: 40px !important;
	line-height: 40px !important;
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding: inherit;
	border-right: none;
	background-color: #005caa;
}

.subb ul li a:hover {
	color: #fff;
	height: 40px !important;
	line-height: 40px !important;
	text-align: center;
	width: 100%;
	font-size: 14px;
	margin-left: 0px;
	background-color: #27b4f7;
	padding: inherit;
	border-right: none;
	border-bottom: none;
}


.abot {
	width: 1200px;
	height: 42px;
	line-height: 42px;
	margin: auto;
	background: url(../images/abo_1.png) no-repeat center;
	text-align: center;
	font-size: 28px;
	color: #767676;
	margin-top: 40px;
}

.abotz {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	line-height: 35px;
	color: #767676;
	text-align: center;
	margin-top: 20px;
}

.server {
	width: 1200px;
	height: 180px;
	margin: auto;
}

.server ul li {
	width: 184px;
	height: 180px;
	margin: auto;
	float: left;
	text-align: center;
	margin-left: 28px;
	margin-right: 28px;
}

.server ul li a {
	width: 180px;
	height: 180px;
	margin: auto;
	float: left;
	text-align: center;
}

.server ul li:hover {
	width: 180px;
	height: 180px;
	margin: auto;
	float: left;
	text-align: center;
	background-color: #ce2720;
	color: #fff;
	margin-left: 30px;
	margin-right: 30px;
}

.server1 {
	width: 180px;
	height: 64px;
	text-align: center;
	margin: auto;
	margin-top: 40px;
	position: relative;
}

.server2 {
	width: 180px;
	height: 64px;
	text-align: center;
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	opacity: 0;
}

.server ul li:hover .server2 {
	opacity: 1;
}

.server3 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
}

.serverz {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin: auto;
	background: url(../images/server_6.png) no-repeat center bottom;
	line-height: 30px;
	color: #555555;
	margin-top: 20px;
}

.serverzL {
	width: 840px;
	padding-bottom: 20px;
	float: left;
	text-indent: 2em;
}

.product {
	width: 100%;
	height: 670px;
	margin: auto;
	/*background: url(../images/product.jpg) no-repeat center;*/
	background-size: cover;
}

.productt {
	width: 1200px;
	height: 100px;
	line-height: 120px;
	margin: auto;
	background: url(../images/abo_1.png) no-repeat center 40px;
	text-align: center;
	font-size: 28px;
	color: #fff;
}

.productb {
	width: 1200px;
	height: auto;
	overflow: hidden;
	line-height: 22px;
	margin: auto;
	text-align: center;
	color: #fff;
}

.products {
	width: 90%;
	height: 252px;
	margin: auto;
	margin-top: 30px;
}

.products ul li {
	width: 25%;
	margin: auto;
	float: left;
}

.products ul li.tv {
	margin-right: 0px;
}

.productsi {
	width: 382px;
	margin: auto;
	position: relative;
}

.productsb {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: auto;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.products ul li:hover .proimgfd {
	opacity: 1;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}

.productsi p {
	line-height: 35px;
}

.indexCase {
	width:auto;
	margin: auto;
	position: relative;
}

.indexCase img {
	width: 100%;
	height: auto;
}

.indexCase p {
	line-height: 35px;
}



.Inews {
	margin: 40px auto !important;
}

.Inews h1 {
	text-align: center;
	color: #2e2d2b;
	font-size: 40px;
	letter-spacing: 3px;
	font-weight: 500;
	margin-bottom: 50px;
}

.Inews ul li {
	width: 32%;
	height: 167px;
	overflow: hidden;
}

.Inews ul li h2 {
	font-size: 22px;
	font-weight: normal;
	align-self: flex-start;
	line-height: 28px;
	flex-shrink: 0;
}

.Inews ul li .Inews_r {
	padding-top: 5px;
}

.Inews_r h4 {
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 26px;
}

.Inews_r p {
	color: #606060;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.Inews_r i {
	color: #e1e1e1;
	margin-top: 20px;
}

.Inews .more {
	text-align: center;
}

.footer {
	width: 100%;
	height: 73px;
	margin: auto;
	background-color: #005ea6;
}

.footerc {
	width: 1200px;
	height: 73px;
	margin: auto;
}

.footerL {
	height: 73px;
	line-height: 73px;
	float: left;
	font-size: 50px;
	color: #fff;
	margin-right: 80px;
}

.footerL span {
	height: 22px;
	color: #fff;
	line-height: 22px;
	font-size: 18px;
}

.footerLL {
	height: 73px;
	line-height: 73px;
	margin: auto;
	float: left;
	font-size: 50px;
	color: #fff;
}

.footerLLR {
	height: 73px;
	margin-left: 5px;
	float: left;
	margin-right: 80px;
}

.footerLLRt {
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
}

.footerLLRb {
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 16px;
}

.footerR {
	height: 73px;
	float: right;
}

.foodR1 {
	float: left;
	text-align: left;
}

.foodR2 {
	width: 60px;
	float: left;
	line-height: 73px;
	color: #fff;
}

.foodR3 {
	float: left;
}


.footL6 {
	width: 90px;
	height: 40px;
	line-height: 40px;
	margin: auto;
	float: right;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}

.footL6 span {
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: auto;
	background: url(../images/foot_22.png) no-repeat;
	opacity: 0.7;
}

.footL6 span.sina {
	background-position: 0 0;
}

.footL6 span.weixin {
	background-position: -65px 0;
}

.footL6 span.douban {
	background-position: -127px 0;
}

.footL6 span.kongjian {
	background-position: -187px 0;
}

.footL6 span.qweibo {
	background-position: -242px 0;
}


.foots {
	width: 100%;
	height: 200px;
	margin: auto;
	background-color: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footsc {
	width: 1200px;
	height: 200px;
	margin: auto;
}

.footsc ul li {
	width: 160px;
	height: 200px;
	margin: auto;
	float: left;
	margin-right: 30px;
}

.footscl {
	width: 160px;
	height: 35px;
	line-height: 35px;
	margin: auto;
	background: url(../images/foots_1.jpg) no-repeat left bottom;
	font-size: 16px;
	color: #151515;
}

.footscb {
	width: 160px;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 10px;
}

.footscb ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 14px;
	color: #151515;
}

.footscb a {
	color: #555555;
}

.footscb a:link {
	color: #555555;
}

.footscb a:hover {
	color: #ff0000;
}

.footsR {
	width: 428px;
	height: 200px;
	margin: auto;
	float: right;
	border-left: 1px solid #eaeaea;
}

.footsRz {
	width: 380px;
	height: 200px;
	margin: auto;
	float: right;
	font-size: 14px;
	color: #535353;
	line-height: 33px;
}

.abotus {
	width: 1200px;
	height: 42px;
	line-height: 42px;
	margin: auto;
	background: url(../images/abo_1.png) no-repeat center;
	text-align: center;
	font-size: 28px;
	color: #767676;
	margin-top: 20px;
}

.abotusc {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	line-height: 30px;
	margin-top: 30px;
	text-align: justify;
}

.abotuscL {
	width: 550px;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: left;
	text-align: center;
}

.abotuscR {
	width: 600px;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: right;
	line-height: 35px;
}

.abotuscwL {
	width: 550px;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: left;
	line-height: 60px;
	font-size: 16px;
}

.abotuscwR {
	width: 600px;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: right;
	text-align: center;
}

.abotuscm {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 40px;
}

.abotuscm ul li {
	width: 220px;
	height: 200px;
	margin: auto;
	float: left;
	margin-right: 22px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 40px;
}

.tv {
	margin-right: 0px !important;
}

.abotuscm img {
	transition: transform 3s;
	-moz-transition: transform 3s;
	/* Firefox 4 */
	-webkit-transition: transform 3s;
	/* Safari  Chrome */
	-o-transition: transform 3s;
	/* Opera */
}

.abotuscm img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari  Chrome */
	-o-transform: scale(1.1);
	/* Opera */
}

.produt {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 30px;
}

.produtL {
	width: 200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: left;
}

.produtLt {
	width: 200px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: #005ea6;
}

.productLb {
	width: 200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 15px;
}

.productLb ul li {
	width: 200px;
	height: 60px;
	line-height: 60px;
	margin: auto;
	border-bottom: 1px solid #ccc;
	float: left;
	font-size: 15px;
}

.productLb ul li a {
	display: block;
	width: 180px;
	height: 60px;
	line-height: 60px;
	margin: auto;
	background-color: #f5f5f5;
	padding-left: 20px;
}

.productLb ul li a:hover {
	width: 180px;
	height: 60px;
	line-height: 60px;
	margin: auto;
	background-color: #145492;
	color: #fff;
	padding-left: 20px;
}

.productLb ul li .tv {
	width: 180px;
	height: 60px;
	line-height: 60px;
	margin: auto;
	background-color: #145492;
	color: #fff;
	padding-left: 20px;
}

.produtR {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: right;
}

.produtRt {
	width: 960px;
	height: 35px;
	line-height: 35px;
	margin: auto;
	border-bottom: 1px solid #ccc;
}

.produtRL {
	float: left;
	font-size: 18px;
	color: #145492;
}

.produtRR {
	float: right;
	font-size: 14px;
}

.pro {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.pro ul li {
	width: 300px;
	height: 277px;
	margin: auto;
	float: left;
	margin-top: 20px;
	margin-right: 28px;
}

.pro ul li.tv {
	margin-right: 0px;
}

.proimg {
	width: 300px;
	height: 224px;
	margin: auto;
	text-align: center;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
}

.proimgfd {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}

.proimgfd img {
	height: 140px;
}

.pro ul li:hover .proimgfd {
	opacity: 1;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}




.proimg img {
	transition: transform 3s;
	-moz-transition: transform 3s;
	/* Firefox 4 */
	-webkit-transition: transform 3s;
	/* Safari  Chrome */
	-o-transition: transform 3s;
	/* Opera */
}

.proimg img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari  Chrome */
	-o-transform: scale(1.1);
	/* Opera */
}

.caseTit {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.source {
	font-size: 14px;
	color: #999;
	text-align: center;
}

.caseContent {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 10px;
	line-height: 26px;
	text-align: justify;
}

.caseContent * {
	font-size: 16px;
	line-height: 35px !important;
	color: #333
}

.caseContent img {
	max-width: 90%;
	text-align: right;
}

.caseOther {
	margin-top: 10px;
	color: #999;
}

.caseOther li {
	line-height: 25px;
}


.vnews {
	width: 1200px;
	height: auto;
	margin: auto;
	text-align: center;
}

.vnews a {
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: auto;
	padding: 6px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

.vnews a:hover {
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: auto;
	padding: 6px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #005ea6;
	background-color: #005ea6;
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

.vnews .tv {
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: auto;
	padding: 6px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #005ea6;
	background-color: #005ea6;
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}

.vnewsm {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
}

.vnewsm ul li {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	float: left;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}

.vnewsmL {
	width: 398px;
	height: 198px;
	margin: auto;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	overflow: hidden;
}

.vnewsmL img {
	height: 100%;
	transition: transform 3s;
	-moz-transition: transform 3s;
	/* Firefox 4 */
	-webkit-transition: transform 3s;
	/* Safari  Chrome */
	-o-transition: transform 3s;
	/* Opera */
}

.vnewsmL img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari  Chrome */
	-o-transform: scale(1.1);
	/* Opera */
}

.vnewsmR {
	width: 770px;
	margin: auto;
	float: right;
}

.vnewsmRr {
	margin: auto;
	float: right;
}

.vnewsmRt {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: #151515;
}

.vnewsmRt a {
	font-weight: bold;
}

.vnewsmRb {
	width: 100%;
	margin: auto;
	line-height: 28px;
	color: #666;
	margin-top: 10px;
	text-align: justify;
}

.vnewsmRbtime {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #151515;
}

.vnewsmRL {
	width: 598px;
	height: 298px;
	margin: auto;
	float: left;
	padding-top: 30px;
}

.vnewsmRrL {
	width: 570px;
	height: 298px;
	margin: auto;
	float: left;
}

.vnewsmRt {
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	color: #151515;
}

.vnewsmRbL {
	width: 100%;
	height: 180px;
	margin: auto;
	line-height: 32px;
	color: #555555;
	margin-top: 10px;
	text-align: justify;
}

.vnewsmRbtime {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #151515;
}


.vnewsmLR {
	width: 598px;
	height: 297px;
	margin: auto;
	float: right;
	border: 1px solid #ccc;
	text-align: center;
	overflow: hidden;
}

.vnewsmLR img {
	transition: transform 3s;
	-moz-transition: transform 3s;
	/* Firefox 4 */
	-webkit-transition: transform 3s;
	/* Safari  Chrome */
	-o-transition: transform 3s;
	/* Opera */
}

.vnewsmLR img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari  Chrome */
	-o-transform: scale(1.1);
	/* Opera */
}



.g-btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 2.142857;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #df6d15;
	color: #fff;
	font-family: Microsoft Yahei;
}

.g-btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	background-color: #4A7C6C;
}

.g-btn:hover,
.g-btn:active,
.g-btn:focus {
	text-decoration: none;
	background-color: #df6d15;
}

.g-btn:active,
.g-btn.g-btn-active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.g-btn.g-btn-disabled,
.g-btn[disabled],
fieldset[disabled] .g-btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}


.g-btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 2.142857;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.g-btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.g-btn:hover,
.g-btn:active,
.g-btn:focus {
	text-decoration: none
}

.g-btn:active,
.g-btn.g-btn-active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.g-btn.g-btn-disabled,
.g-btn[disabled],
fieldset[disabled] .g-btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

.g-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 23px;
	margin: 0;
	padding: 0px 0px 0px 6px;
	color: #454545;
	background-color: #fff;
	border: 1px solid #999999;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-family: Microsoft Yahei;
	font-size: 14px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	*height: 20px;
	_margin: -1px 0
}

.g-input:-moz-placeholder {
	color: #999;
}

.g-input::-moz-placeholder {
	color: #999
}

.g-input:-ms-input-placeholder {
	color: #999
}

.g-input::-webkit-input-placeholder {
	color: #999
}

.g-input:focus {
	border-color: #f8b500;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(248, 181, 0, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(248, 181, 0, 0.6)
}

.g-input[disabled],
.g-input[readonly],
fieldset[disabled] .g-input {
	cursor: not-allowed;
	background-color: #eee
}

textarea.g-input {
	height: auto
}



.banner {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

/* flexslider */
.flexslider {
	height: 600px;
	background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
	position: relative;
	z-index: 1;
	width: 100%
}

.slides li {
	height: 600px;
}

.slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -9999px
}

.slides h1 {
	position: absolute;
	top: 200px;
	left: 51px;
	color: #fff;
	font-size: 40px;
}

.slides h2 {
	position: absolute;
	top: 280px;
	left: 51px;
	color: #fff;
	font-size: 24px;
	font-weight: 200;
}

.flex-control-nav {
	position: absolute;
	bottom: 0px;
	z-index: 2;
	width: 100%;
	text-align: center;
	display: none
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background-position: 0 0;
}

.flex-direction-nav {
	position: absolute;
	z-index: 99;
	left: 0;
	width: 100%;
	top: 360px;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 60px;
	background: url(../images/prev.png) no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 60px;
	background: url(../images/next.png) no-repeat;
}

.flex-direction-nav li a.flex-prev:hover {
	background: url(../images/prev.png) 0 -50px no-repeat;
}

.flex-direction-nav li a.flex-next:hover {
	background: url(../images/next.png) 0 -50px no-repeat;
}


#slideshow {
	position: relative;
	height: 400px;
	width: 300px;
}

#slideshow div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 38;
	opacity: 0.0;
	height: 400px;
	overflow: hidden;
	background-color: #FFF;
}

#slideshow div.current {
	z-index: 40;
}

#slideshow div.prev {
	z-index: 39;
}

#slideshow div img {
	display: block;
	border: 0;
	margin-bottom: 10px;
}

#slideshow div span {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	background: #000;
	color: #fff;
	width: 100%;
}

#slideshow div.current span {
	display: block;
	text-align: center
}



#img img {
	display: none;
	border: 0;
}

#SwitchNav {
	position: absolute;
	top: 350px;
	right: 0px;
}

#SwitchNav div {
	float: right;
	margin-right: 0px;
	width: 200px;
	height: 256px;
	background-image: url(../images/adbg.jpg);
	background-repeat: no-repeat;
}

#SwitchNav ul {
	padding-top: 6px;
}

#SwitchNav .nocurrent {
	display: block;
	width: 14px;
	height: 14px;
}

#SwitchNav li {
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin-left: 12px;
	_margin-left: 6px;
	margin-right: 14px;
	_margin-right: 20px;
	cursor: pointer;
	text-indent: 999px;
	list-style: none;
}

#SwitchNav .current {
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../images/adbg2.jpg);
}






/*qq*/


.hzjxqq {
	height: auto;
	margin: auto;
	position: fixed;
	z-index: 9999;
	top: 44%;
	right: 0;
}

.cloos {
	width: 72px;
	height: 13px;
	text-align: right;
	cursor: pointer;
}

.cloosr {
	width: 27px;
	height: auto;
	margin: auto;
	float: right;
	background-color: #a2abb0;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
	cursor: pointer;
}

.hzjxqqr {
	width: 72px;
	height: auto;
	margin: auto;
	float: right;
	color: #ff0000;
}

.hzjxqqr ul li {
	width: 72px;
	height: 73px;
	margin: auto;
	float: left;
}


.hzjxqqr1 {
	width: 100%;
	height: 73px;
	font-size: 18px;
	color: #fff;
	line-height: 73px;
	margin: auto;
	text-align: center;
	position: relative;
	background-color: #a2abb0;
}

.hzjxqqr2 {
	width: 100%;
	height: 73px;
	margin: auto;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
}

.hzjxqqr1:hover .hzjxqqr2 {
	opacity: 1;
	cursor: pointer;
}



/*2017-10-17新增*/
.scrollimg {
	width: 960px;
	height: 230px;
	position: relative;
	margin: 0 auto 20px;
}

.scrollimg div.imgwrap {
	width: 880px;
	height: 230px;
	margin: 0 40px;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.scrollimg div.imgwrap ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

.scrollimg ul li {
	float: left;
	height: 230px;
	width: 146px;
	overflow: hidden;
}

.scrollimg ul li dl {
	float: left;
	height: 230px;
	width: 146px;
	overflow: hidden;
}

.scrollimg ul li dl dt {
	clear: both;
	float: left;
	height: 145px;
	width: 160px;
	overflow: hidden;
	margin-right: 8px;
}

.scrollimg ul li dl dt a {
	height: 145px;
	width: px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 39px;
	*font-family: Arial;
}

.scrollimg ul li dl dt a img {
	vertical-align: middle;
	width: 120px;
	height: 90px;
}

.scrollimg ul li dl dd {
	color: #aaa;
}

.scrollimg ul li dl dd a {
	color: #3372A2;
	display: block;
	font-size: 14px;
	height: 20px;
	margin: 2px 0;
	text-align: center;
}

.scrollimg a.arrow {
	display: block;
	height: 50px;
	width: 20px;
	background: url(../images/arrow.png) no-repeat 0 0;
	position: absolute;
	top: 50px;
	cursor: pointer;
	text-indent: -99999px;
}

.scrollimg a.back {
	background-position: 0 0;
	left: 0;
}

.scrollimg a.back:hover {
	background-position: 0 -100px;
}

.scrollimg a.forward {
	background-position: 0 -50px;
	right: 0;
}

.scrollimg a.forward:hover {
	background-position: 0 -150px;
}



.newwarp {
	width: 1200px;
	margin: 20px auto;
	height: auto;
	overflow: hidden;
}

.newstitle {
	line-height: 14px;
	background: url(../images/news_title.png) no-repeat;
	text-align: right;
}

.newstitle a {
	color: #2554b3;
}

.newsfocus {
	height: 76px;
	padding: 15px 0 3px;
	margin-bottom: 12px;
	border-bottom: 1px solid #e0e0e0;
}

.newsfocus div {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 16px;
}

.newsfocus div a {
	width: 60px;
	height: 60px;
	border: 1px solid #d2d2d0;
	border-radius: 5px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*display: block;
	*font-size: 42px;
	*font-family: Arial;
}

.newsfocus div a img {
	border-radius: 5px;
	vertical-align: middle;
	width: 60px;
	height: 60px;
}

.newsfocus h3 {
	margin-bottom: 3px;
}

.newsfocus h3 a {
	font-weight: bold;
	font-size: 12px;
	color: #fe8216;
}

.newsfocus p {
	color: #8f8f8f;
	line-height: 18px;
}

.newslist li {
	color: #325e7f;
	width: 395px;
	padding-right: 5px;
	float: left;
	display: inline;
	padding-top: 10px;
}

.newslist li a {
	color: #325e7f;
}

.newslist li span {
	float: right;
	font-family: Verdana;
	color: #8c8c8c;
}

.xcxtitle {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	margin: auto;
	text-align: center;
	font-size: 30px;
}

.source {
	text-align: right;
	color: #999;
	margin: 20px 0 30px 0;
}

.produt .content {
	text-align: center;
}

.produt .content * {
	text-align: left;
	font-size: 16px !important;
	color: #333;
	line-height: 30px;
}

.produt .content p {
	text-indent: 2em;
	margin-bottom: 5px;
}

.produt .content img {
	width: 50% !important;
	height: auto;
	margin: 20px auto !important;
	border-radius: 5px;
}

.produt .content p:first-child {
	font-weight: bold;
}

.produt h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 15px;
}

@font-face {
	font-family: 'PER';
	src: url('../fonts/PER.eot');
	src: url('../fonts/per.eot') format('embedded-opentype'),
		url('../fonts/per.woff') format('woff'),
		url('../fonts/per.ttf') format('truetype'),
		url('../fonts/per.svg#per') format('svg');
	font-weight: normal;
	font-style: normal;
}




/*联系我们*/
.boxa {
	width: 94%;
	margin: auto;
}

.contacnew {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	background-color: #160c2e;
	min-height: 200px;
	padding-top: 40px;
}

.contacnewt {
	padding: 40px 0 40px 0;
	font-size: 28px;
	color: #fff;
	line-height: 30px;
	margin-top: 60px;
}

.contacnewt p {
	padding: 10px 0;
	color: #fff;
}


.contactus {
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-bottom: 20px;
}

.contactus ul li {
	float: left;
	width: 31.333%;
	margin-right: 3%;
	box-sizing: border-box;
	margin-bottom: 30px;
	background-color: #f2f2f2;
	padding: 30px 30px;
	box-sizing: border-box;
	position: relative;
	height: 165px;
	overflow: hidden;
}

.contactus ul li:nth-child(3n) {
	margin-right: 0;
}

.contactus ul li .contactust {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin: auto;
}

.contactus ul li .contactust a:hover {
	text-decoration: none;
}

.contactus ul li .contactust i {
	font-size: 35px;
	color: #333;
}


.contlink {
	height: auto;
	overflow: hidden;
	line-height: 30px;
	margin: auto;
	padding: 10px 0;
	border-top: 1px solid #21222b;
	margin-top: 20px;
	color: #57586d;
	word-spacing: 0.5em;
}

.contlink a {
	color: #a6a6a6
}

/*.contlink a:hover{ color:#57586d}*/

@font-face {
	font-family: 'shweb08';
	/* Project id 2582579 */
	src: url('../fonts/font_2582579_8c5wugpqcjg.woff2') format('woff2'),
		url('../fonts/font_2582579_8c5wugpqcjg.woff') format('woff'),
		url('../fonts/font_2582579_8c5wugpqcjg.ttf') format('truetype');
}

.shweb08 {
	font-family: "shweb08" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

.contactus ul li .contactusb {
	padding-top: 10px;
}

.contactus ul li .contactusb span {
	display: block;
	font-size: 20px;
	padding-top: 5px;
}

.contactus ul li .contactusb span.tv {
	font-size: 14px;
}

.contactus ul li:hover .contactusb a {
	color: #fff;
}

.contactus ul li:hover {
	background-color: #fc3829;
	color: #fff;
}

.contactus ul li:hover i {
	color: #fff;
}

@font-face {
	font-family: 'shweb09';
	/* Project id 2582618 */
	src: url('../fonts/font_2582618_7nxq8apzf6.woff2') format('woff2'),
		url('../fonts/font_2582618_7nxq8apzf6.woff') format('woff'),
		url('../fonts/font_2582618_7nxq8apzf6.ttf') format('truetype');
}

.shweb09 {
	font-family: "shweb09" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}


@font-face {
	font-family: 'shweb10';
	/* Project id 2582628 */
	src: url('../fonts/font_2582628_2mfvdirl66v.woff2') format('woff2'),
		url('../fonts/font_2582628_2mfvdirl66v.woff') format('woff'),
		url('../fonts/font_2582628_2mfvdirl66v.ttf') format('truetype');
}


.shweb10 {
	font-family: "shweb10" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

.contactus ul li .wxer {
	position: absolute;
	z-index: 2;
	top: 30px;
	right: 130px;
}

.contactus ul li .wxer.tv {
	right: 20px;
}

.contactus ul li .wxer img {
	width: 100px;
	height: auto;
}

@font-face {
	font-family: 'shweb11';
	/* Project id 2582643 */
	src: url('../fonts/font_2582643_qhf0i7sgig.woff2') format('woff2'),
		url('../fonts/font_2582643_qhf0i7sgig.woff') format('woff'),
		url('../fonts/font_2582643_qhf0i7sgig.ttf') format('truetype');
}

.shweb11 {
	font-family: "shweb11" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

@font-face {
	font-family: 'shweb12';
	/* Project id 2588922 */
	src: url('../fonts/font_2588922_tqfs4slpwxr.woff2') format('woff2'),
		url('../fonts/font_2588922_tqfs4slpwxr.woff') format('woff'),
		url('../fonts/font_2588922_tqfs4slpwxr.ttf') format('truetype');
}

.shweb12 {
	font-family: "shweb12" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

@font-face {
	font-family: 'shweb13';
	/* Project id 2588940 */
	src: url('../fonts/font_2588940_tf4wqq901da.woff2') format('woff2'),
		url('../fonts/font_2588940_tf4wqq901da.woff') format('woff'),
		url('../fonts/font_2588940_tf4wqq901da.ttf') format('truetype');
}


/* 案例 */
.box {
	width: 90%;
	margin: auto;
}

.planbigtitle {
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
}

.xjcasec {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	position: relative;
}


.xjcaseul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-bottom: 20px;
}

.xjcaseul ul li {
	float: left;
	height: auto;
	overflow: hidden;
	border: 1px solid #EBEBEB;
	margin-right: 2%;
	margin-bottom: 50px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.xjcaseul ul li:nth-child(4n) {
	margin-right: 2%;
}

.xjcaseul ul li .xjcaselogo {
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	margin-top: 25px;
	border-radius: 50%;
	background-color: #827D8D;
	align-items: center;
	justify-content: center;
}

.xjcaseul ul li .xjcaselogo img {
	width: 50%;
	height: auto;
}

.xjcaseul ul li .xjcasetit {
	width: 100%;
	height: auto;
	line-height: 40px;
	overflow: hidden;
	margin: auto;
	color: #6B6B6B;
	margin-top: 5px;
}

.xjcaseul ul li .xjcasetit span {
	display: block;
	width: 20px;
	height: 1px;
	margin: auto;
	background-color: #666;
}

.xjcaseul ul li .xjcasedic {
	width: 100%;
	height: 88px;
	overflow: hidden;
	margin: auto;
	line-height: 22px;
	text-align: justify;
	color: #B3B3B5;
	margin-top: 12px;
	font-size: 12px;
	text-align: center;
}

.xjcaseul ul li .xjcasemor {
	width: 130px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #568FED;
	margin: auto;
	margin-top: 25px;
	color: #568FED;
}

.xjcaseul ul li img {
	width: 100%;
	height: auto;
}

.xjcaseulfd {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	z-index: 2;
	top: 350px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}

.xjcaseulfd.tv {
	top: -350px;
}



.footer {
	background-color: #272a3b;
	padding: 20px 0 0 0;
	height: auto !important;
}

.foota_l {
	width: 13%;
}

.foota_l p {
	color: #c8c9cb;
	border-bottom: 2px solid #43475b;
	padding-bottom: 5px;
	font-size: 16px;
	margin-bottom: 16px;
}

.foota_l p i {
	color: #c8c9cb;
	margin-right: 10px;
}

.foota_l h3 {
	color: #e9e9e9;
	margin-top: 10px;
	font-size: 22px;
}

.foota_l div {
	margin-top: 30px;
	width: 120px;
	height: 120px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.foota_l div img {
	width: 100%;
	height: 100%;
}

.foota_c {
	width: 80%;
}

.foota_c ul {
	flex-wrap: wrap;
}

.foota_c ul li {
	width: 30%;
	margin-bottom: 20px;
	margin-right: 3%;
}

.foota_c ul li:nth-child(3n) {
	margin-right: 0;
}

.foota_c>p {
	color: #c8c9cb;
	border-bottom: 2px solid #43475b;
	padding-bottom: 5px;
	font-size: 16px;
	margin-bottom: 10px;
}

.foota_c ul li div {
	align-items: center;
	height: 40px;
}

.foota_c ul li div span {
	color: #ae4716;
	font-size: 16px;
	margin-right: 5px;
}

.foota_c ul li>p {
	color: #d4d4d8;
}

.footb {
	border-top: 1px solid #43475b;
	margin-top: 40px;
	padding: 20px 0;
}

.footb p {
	color: #a0a1a9;
}

.footb a {
	color: #a0a1a9;
}

.footc {
	text-align: center;
	color: #c7c7c8;
	padding: 20px 0 30px;
	background-color: #222533;
}

.footc a {
	color: #c7c7c8;
}

.shweb13 {
	font-family: "shweb13" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: 0px !important;
}

.flexjs {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.flex {
	display: flex;
	display: -webkit-flex;
}

/*客服样式*/

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #e53244;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #e53244;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #e53244;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1369449 */
	src: url('../fonts/font_1369449_rcixkf47c3q.eot');
	src: url('../fonts/font_1369449_rcixkf47c3q.eot') format('embedded-opentype'),
		url('../fonts/font_1369449_rcixkf47c3q.woff2') format('woff2'),
		url('../fonts/font_1369449_rcixkf47c3q.woff') format('woff'),
		url('../fonts/font_1369449_rcixkf47c3q.ttf') format('truetype'),
		url('../fonts/font_1369449_rcixkf47c3q.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

.slide_right {
	width: 60px;
	height: 332px;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -166px;
	z-index: 99
}

.slide_right li {
	width: 60px;
	height: 60px;
	margin-bottom: 1px;
	position: relative;
	font-size: 12px
}

.s_tel {
	width: 270px;
	position: absolute;
	left: 0;
	top: 0;
}

.u_tel {
	width: 210px;
	height: 60px;
	float: left;
	background: #e2070b;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-family: cursive;
	letter-spacing: 1px;
	cursor: pointer;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide_right li a {
	display: block;
	width: 60px;
	height: 60px;
	background: #f14702;
	color: #fff;
	transition: none;
	text-align: center;
	line-height: 22px;
	padding-top: 10px;
	float: left;
}

.slide_right li:hover a {
	background: #e2070b;
	text-align: center;
}

.slide_right li a i {
	display: block;
	margin: 0px auto;
	text-align: center;
	font-size: 28px;
}

.slide_right li .s_side {
	display: none;
}

.slide_right li .hade {
	display: block;
}


.slide_right li.s_zixun {
	background-position: 0 0;
}

.slide_right li.s_zixun .ew_tel {
	width: 160px;
	text-align: center;
	padding: 15px;
	height: auto;
	float: left;
	background: #e2070b;
	left: -170px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	position: absolute;
	display: none;
}

.slide_right li.s_zixun .ew_tel img {
	width: 100%;
}

.slide_right li.s_zixun .ew_tel:after {
	content: '';
	position: absolute;
	right: -10px;
	top: 20px;
	border-top: 10px solid transparent;
	border-left: 15px solid #e2070b;
	border-bottom: 10px solid transparent;
}

.slide_right li.s_zixun:hover .ew_tel {
	display: block;
}

.slide_right li.s_zixun .ew_tel p {
	font-size: 12px;
	padding-top: 6px;
	color: #fff;
}


@media (max-width:1600px) {
	.dh1 .nLi h3 a {
		padding: 0px 10px;
	}

	.header .logo {
		margin-top: 25px;
	}
}

@media (max-width:1440px) {



	.bottom_l {
		width: 450px;
		margin-top: 60px;
	}

	.bottom_r {
		width: calc(100% - 450px);
	}


	.header .logo img {
		width: 200px;
		height: auto;
	}

	.head_seartch {
		display: none;
	}


	.dh1 .nLi h3 a {
		padding: 0px 10px;
	}

}

/*客服样式结束*/

/*关于我们*/
.about_bg {
	width: 100%;
	height: 380px;
	margin: auto;
	text-align: center;
	background: url(../images/aboutbg.jpg) no-repeat center;
	background-size: cover;
}

.txtDiv {
	position: absolute;
	top: 16%;
	left: 10%;
	text-align: left;
}

.txtDiv .txt1 {
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
}

.txtDiv .txt2 {
	font-size: 24px;
	color: #fff;
	padding-bottom: 28px;
	position: relative;
}

.txtDiv .txt2 em {
	display: block;
	width: 20px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.wal {
	width: 1200px;
	margin: 50px auto;
}


.pageBox2 {
	padding: 80px 0 130px;
}

.pageBox3 {
	padding-bottom: 85px;
}

.pageBox4 {
	/*background: url(../images/bg4.jpg) center top repeat-y; */
	padding-bottom: 60px;
}

.pageTitle .txt1 {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	line-height: 40px;
}

.pageTitle .txt2 {
	font-size: 20px;
	color: #2f343c;
	padding: 10px 0 28px;
	position: relative;
}

.pageTitle .txt2 em {
	display: block;
	width: 20px;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.pageTitleTel {
	height: 50px;
	background: #3a3c3c;
	position: relative;
	font-size: 14px;
	display: none;
}

.concept {
	margin-top: 50px;
	font-size: 13px;
	line-height: 32px;
	color: #7c7d7f;
	height: auto;
	overflow: hidden;
}

.concept p {
	text-indent: 2em;
}


/*新闻中心*/
.concept li {
	float: left;
	width: 49%;
	margin-bottom: 40px;
	margin-right: 2%;
}

.concept .content {
	line-height: 24px;
}

.name {
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

.name a {
	color: #353535;
}

.name a:hover,
.name a:hover {
	text-decoration: underline;
}

.add {
	position: absolute;
	right: 0px;
	top: 35px;
	width: 11px;
	height: 11px;
	transition: transform 0s;
}

.add-icon {
	display: inline-block;
	position: relative;
	width: 11px;
	height: 11px;
}

.botDiv {
	padding-top: 5px;
	position: relative;
	width: 90%;
}

.time {
	color: #bfbfbf;
}

.add .add-icon:before {
	position: absolute;
	top: 0;
	left: 4px;
	height: 100%;
	border-left: 3px solid #454545;
	content: '';
}

.add .add-icon:after {
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	border-top: 3px solid #454545;
	content: '';
}

/*分页*/
.page_info {
	text-align: center;
	color: #666;
	clear: both;
}

.page_info span {
	padding: 0 2px;
	font-weight: bold;
	color: #333;
}

.page_list {
 	padding-bottom: 15px;
	text-align: center;
	letter-spacing: 0; 
	font-size: 12px;
	margin-top: 20px;
	clear: both;
}

.page_list a {
	display: inline-block;
	color: #898989;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	text-align: center;
	padding: 0 8px;
	margin: 0 1px;
}

.page_list a:hover {
	color: #fff;
	border: 1px solid #898989;
	background: #898989;
}

.page_list a.on {
	color: #333;
	border: 1px solid #ccc;
	background: #E5EDF2;
}






/*新加样式*/
.Our_Service {
	width: 90%;
	margin: auto;
	height: auto;
	overflow: hidden;

}

.Our_Service h3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	padding: 20px 0;
}

.Our_Service p {
	font-size: 16px;
	font-weight: 300;
	color: #9a9a9a;
}

.Our_Service ul {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 60px;
}

.Our_Service ul li {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px;
	border-radius: 5px;
	background-color: rgba(234, 234, 234, .4);
	width: 100%;
}

.Our_Service li .icon {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.Our_Service li .icon svg {
	width: 30px;
	height: 30px;
}

.Our_Service li .icon svg path {
	fill: #333;
}

.Our_Service li .icon i {
	display: block;
	background: #e9e9e9;
	height: 3px;
	border-radius: 5rem;
}

.Our_Service li .icon i:nth-child(1) {
	width: 40px;
	margin-bottom: 10px;
}

.Our_Service li .icon i:nth-child(2) {
	width: 30px;
}

.Our_Service li h2 {
	font-size: 20px;
	color: #212121;
	margin-bottom: 10px;
}

.Our_Service li p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
	color: #787878;
}

.Our_Advantages {
	width: 100%;
	padding: 0 0 70px 0;
	background: #f9f9fa url(../images/our_advantages.jpg) no-repeat center top;
	overflow: hidden;
}

.Our_Advantages .title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.Advantages_list {
	width: 90%;
	margin: auto;
	margin-top: 60px;
}

.Advantages_list ul {
	margin-left: -0.65%;
	margin-right: -0.65%;
}

.Advantages_list ul li {
	float: left;
	margin: 0 0.65% 20px;
	width: 48.7%;
	height: 160px;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.Advantages_list ul li .text {
	padding: 30px 38px;
	padding-right: 22%;
	background-repeat: no-repeat;
	background-position: right 38px center;
	box-sizing: border-box;
}

.Advantages_list ul li .text h3 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	font-weight: bold;
	margin-top: 0px;
}

.Advantages_list ul li .text p {
	font-size: 14px;
	color: #666;
	line-height: 24px;

}


.Advantages_list ul li.a .text {
	background-image: url(../images/our_advantages_1.png);
}

.Advantages_list ul li.b .text {
	background-image: url(../images/our_advantages_2.png);
}

.Advantages_list ul li.c .text {
	background-image: url(../images/our_advantages_3.png);
}

.Advantages_list ul li.d .text {
	background-image: url(../images/our_advantages_4.png);
}

.Advantages_list ul li.e .text {
	background-image: url(../images/our_advantages_5.png);
}

.Advantages_list ul li.f .text {
	background-image: url(../images/our_advantages_6.png);
}

.Advantages_list ul li.g .text {
	background-image: url(../images/our_advantages_7.png);
}

.Advantages_list ul li.h .text {
	background-image: url(../images/our_advantages_8.png);
}

 
.Advantages_list ul li.a:hover .text {
	background-image: url(../images/our_advantages_over_1.png);
}

.Advantages_list ul li.b:hover .text {
	background-image: url(../images/our_advantages_over_2.png);
}

.Advantages_list ul li.c:hover .text {
	background-image: url(../images/our_advantages_over_3.png);
}

.Advantages_list ul li.d:hover .text {
	background-image: url(../images/our_advantages_over_4.png);
}

.Advantages_list ul li.e:hover .text {
	background-image: url(../images/our_advantages_over_5.png);
}

.Advantages_list ul li.f:hover .text {
	background-image: url(../images/our_advantages_over_6.png);
}

.Advantages_list ul li.g:hover .text {
	background-image: url(../images/our_advantages_over_7.png);
}

.Advantages_list ul li.h:hover .text {
	background-image: url(../images/our_advantages_over_8.png);
}


.Advantages_list ul li:hover {
	background: -webkit-gradient(linear, 0 0, 100% 100%, from(#ff2e00), to(#ff0000));
	box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 5px 30px rgba(24, 169, 169, .5);
}

.Advantages_list ul li:hover h3,
.Advantages_list ul li:hover p {
	color: #fff;
}



/*开发流程*/

.Process {
	padding: 70px 0;
	background: url(../images/process.jpg) center no-repeat;
	background-size: cover
}

.w1600 {
	max-width: 1920px;
	width: 100%;
	padding: 0 5%;
	height: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
}

.Process .n_title h2,
.Process .n_title p {
	color: #fff
}

.Process .n_title {
	margin-bottom: 50px;
}


.n_title h2 {
	font-size: 46px;
	margin-bottom: 16px;
}

.n_title h2 span {
	color: #d20031;
	margin-left: 2rem
}

.n_title p {
	font-size: 1.25rem;
	font-weight: 300;
	color: #9a9a9a
}


.Process ul {
	display: flex;
	gap: .75rem
}

.Process ul li {
	width: calc(100% / 6 - .75rem);
	min-height: 18.4375rem;
	background-color: #fff;
	border-radius: .9375rem;
	overflow: hidden;
	transition: all .5s ease;
	position: relative
}

.Process ul li .ico svg {
	width: 2.9375rem;
	height: 2.9375rem
}

.Process ul li .ico svg path {
	fill: #d4042c
}

.Process ul li.on .ico svg path {
	fill: #fff
}

.Process ul li .box {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 3.5625rem 3.125rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease
}

.Process ul li .box .txt {
	display: flex;
	align-items: flex-end;
	justify-content: space-between
}

.Process ul li .box span {
	display: block;
	font-size: 1.75rem;
	font-family: 'Barlow-bold'
}

.Process ul li .box h6 {
	font-size: 1.375rem;
	margin-bottom: 1.1875rem
}

.Process ul li .box p {
	font-size: 1.0625rem;
	font-weight: 300
}

.Process ul li .txt1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2.5rem;
	width: 100%;
	height: 100%;
	transition: all .5s ease
}

.Process ul li .txt1 h6 {
	font-size: 1.375rem;
	color: #212121;
	margin-bottom: 1.25rem
}

.Process ul li .txt1 span {
	display: block;
	font-size: 1.75rem;
	font-family: 'Barlow-bold';
	color: #d4042c
}

.Process ul li.on {
	background: #d4042c;
	width: 32.1875rem;
	flex-shrink: 0
}

.Process ul li.on .box {
	opacity: 1;
	visibility: visible
}

.Process ul li.on .txt1 {
	opacity: 0
}


/*解决方案*/
.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Solution {
	background: linear-gradient(to bottom, #fff, #f2f2f2);
	padding: 80px 0 80px 0;
	overflow: hidden
}

.Solution .w1600 .flex {
	align-items: flex-end;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 3.75rem
}

.Solution .fwicoSwiper {
	width: 100%;
	max-width: 50rem;
	flex-shrink: 0;
	margin: 0
}

.Solution .fwicoSwiper .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1.25rem;
	position: relative;
	padding-bottom: 3.125rem;
	cursor: pointer;
}

.Solution .fwicoSwiper .box img {
    width: 50px;
    height: 50px;
}

.Solution .fwicoSwiper .box::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background: #d20031;
	transition: all .5s ease
}

.Solution .fwicoSwiper .swiper-slide:hover .box::after,
.Solution .fwicoSwiper .swiper-slide-thumb-active .box::after {
	width: 100%
}

.Solution .fwicoSwiper .box img {
	object-fit: contain
}

.Solution .jxfwSwiper {
	width: 100%;
	max-width: 78.75rem;
	overflow: visible
}

.Solution .jxfwSwiper .swiper-slide {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 30px;
	border-radius: .9375rem
}

.Solution .jxfwSwiper .txt h2 {
	font-size: 46px;
	font-weight: bold;
	color: #212121;
	margin-bottom: 2.5rem
}

.Solution .jxfwSwiper .txt p {
	font-size: 16px;
	font-weight: 300;
	line-height: 2rem;
	color: #787878;
	margin-bottom: 50px;
}

.Solution .jxfwSwiper .img {
	width: 100%;
	max-width: 500px;
	flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 5rem
}

.Solution .jxfwSwiper .jt_box {
	display: flex;
	align-items: center;
	gap: .625rem;
	position: absolute;
	z-index: 2;
	left: 5.625rem;
	bottom: 15%
}

.Solution .jxfwSwiper i {
	width: 3.4375rem;
	height: 3.4375rem;
	border: 1px solid #d2d2d2;
	border-radius: .9375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
	cursor: pointer
}

.Solution .jxfwSwiper i svg {
	width: 1.5rem;
	height: 1.5rem
}

.Solution .jxfwSwiper i svg path {
	fill: #212121;
	transition: all .5s ease
}

.Solution .jxfwSwiper .prev svg {
	transform: rotate(180deg)
}

.Solution .jxfwSwiper i:hover {
	background-color: #d4042c;
	border-color: #d4042c
}

.Solution .jxfwSwiper i:hover svg path {
	fill: #fff
}

.Solution .s_more {
	margin-bottom: 5.625rem
}

.s_more {
	display: inline-flex;
	align-items: center;
	font-size: .9375rem;
	font-weight: 300;
	color: #fff;
	gap: 1.5rem;
	background: #020202;
	border-radius: 5rem;
	padding: 5px 15px;
	transition: all .5s ease
}

.s_more:hover {
	background-color: #d4042c
}

.s_more svg {
	width: 2rem;
	height: 2rem;
	padding: .5rem;
	background: #fff;
	border-radius: 50%
}

.s_more svg path {
	fill: #020202
}


.s_title h2 {
	font-size: 35px;
	line-height: 5.125rem;
	font-weight: bold;
	color: #000
}

.s_title p {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 300;
	color: #9a9a9a;
	margin-bottom: 3.125rem
}

.s_title h2 span {
	color: #d20031
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}


/*我们的承诺*/
.n_fgcn {
	padding: 50px 0
}

.n_fgcn .n_title h2 span {
	margin: 0
}

.n_fgcn ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px 60px;
	margin-top: 50px;
	align-items: center;
	justify-items: start
}

.n_fgcn li {
	display: flex;
	align-items: center;
	gap: 1.875rem
}

.n_fgcn li svg {
	width: 3.75rem;
	height: 3.75rem
}

.n_fgcn li svg path {
	fill: #5f5e5e
}

.n_fgcn li h2 {
	font-size: 1.375rem;
	font-weight: bold;
	color: #212121;
	margin-bottom: 1rem
}

.n_fgcn li p {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 300;
	color: #979797
}


.head dl{ display:none;}
.headph{ display:none;}



/*客服*/

 .kefu_main{
	width: 73px;
	position: fixed;
	bottom: 10vh;
	right: 12px;
	z-index: 99;
	opacity: 1;
	transition: all .4s;
	font-size: 12px;
	color: #393a51;
  }
  .kefu_main input{
	opacity: 0;
	cursor: default;
	position: absolute;
  }
  .kefu_main .icon-box {
	padding: 12px 0;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-shadow: 12px 12px 26px 6px rgba(20,21,22,.06);
	color: #393a51;
  }
   
  .kefu_main  .font-box1{padding: 6px 0;}
  .kefu_main .consult1, .kefu_main .consult {
	position: absolute;
	left: 12px;
	top: 14px;
	border: 1px solid #e62129;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	animation: ani-data-v-789143c6 1.4s ease-out infinite;
	-webkit-animation: ani-data-v-789143c6 1.4s ease-out infinite;
	-moz-animation: ani-data-v-789143c6 1.4s ease-out infinite;
  }
  .kefu_main .consult1 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
  }
 
  .kefu_main .icon-box:hover {
	background-color: #e62129!important;
	transition: color .2s ease;
  }
  .kefu_main .icon-box:hover .font {
	color: #fff!important;
  }
  .kefu_main .icon-box:hover .consult1, .kefu_main .icon-box:hover .consult {
	display: none;
  }


  .el-popover {
	display: none;
	position: absolute;
	background: #fff;
	min-width: 130px;
	border-radius: 4px;
	border: 1px solid #f2f4f5;
	padding: 12px;
	/* right: 15px;
	top: 0; */
	z-index: 2000;
	color: #0d1a26;
	line-height: 1.4;
	text-align: justify;
	font-size: 14px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	word-break: break-all;
   /* transform: translateY(-30%); */
   top: 50%;
   right: 115%;
   transform: translateY(-50%);
  }
  .phone-popover {
	padding: 0;
	max-width: 212px;
  }
  .phone-popover .phone {
    padding: 6px;
    font-size: 16px;
    line-height: 24px;
    color: #ff0000;
    font-weight: bold;
  }
  .phone-popover .phone img{ }
  .el-popper .popper__arrow, .el-popper .popper__arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	right: -6px;
	background: #fff;
	transform:translateY(-50%) rotate(45deg);
	border-color: transparent;
	border-style: solid;
   
  }
  .el-popper .popper__arrow {
	border-width: 6px;
	filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
  }


  .el-popover-code img{width: 100%; height: 100%; object-fit: contain;}
  .icon-box_img{width: 40px; height: 40px;  margin:0 auto 3px; position: relative;}
  .icon-box_img img{position: absolute; left: 0;  top: 0;  object-fit: cover; width: 100%; height: 100%;}
  .img_red{opacity: 1;  }
  .img_white{opacity: 0; }
  .kefu_main .icon-box:hover .img_red{opacity: 0;}
  .kefu_main .icon-box:hover .img_white{opacity: 1;}
  .kefu_item{position: relative;  display: block;}
  .kefu_item span {display: block;}
  
  @keyframes  ani-data-v-789143c6{
	0% {
	transform: scale(1);
	opacity: 0;
	}
	25% {
		transform: scale(1.15);
		opacity: .3;
	}
	50% {
		transform: scale(1.3);
		opacity: .7;
	}
	75% {
		transform: scale(1.45);
		opacity: .5;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
  }
  
  /*客服结束*/
  	


/*深圳小程序开发 解决方案*/
.fwicoSwiperph{ display:none;}
/*小程序开发流程*/
.Processph{ display:none;}

/*复制微信*/
.s_zixunph{ display:none;}
/*弹出*/
.tcl{ display:none;}
.kefu_itemph{display:none;}

/*响应式样式*/
@media screen and (min-width:0px) and (max-width:1100px)
{

	/*logo图*/
	.logo .logoL a img{ height:50px;}
	.logo .logoR{margin-right:6%; margin-top:22px;}
	.nev ul{ display:none;}
	
	/*导航三个杠*/
	.nev dl{width: 23px;height: 23px;cursor: pointer;box-sizing: border-box;display:block;}
	.nev dl dd{width: 100%;height: 2px;background: #ffffff;border-radius: 1px;margin: 5px 0;}
	.nev dl dd:nth-child(2){width: 50%;}
	
	/*手机导航弹出框*/
	.headph{ width:100%; height:100%; margin:auto; background-color:#fff; display: none; position:fixed;top:0;z-index:9999;}
	.headphX{ width:100%; height:auto; overflow:hidden;font-size:26px; color:#333; text-align:right; margin-top:20px; cursor:pointer;}
	.headphnev dl dt {display: flex;padding: 0;width: 100%;box-sizing: border-box; border-bottom:1px solid #EFEFEF;}
	.headphnev dl dt a{flex: 1;height: 54px;line-height: 54px;cursor: pointer;font-size:16px;}
	
	@font-face {
	  font-family: 'iconfontX';  /* Project id 5002284 */
	  src: url('../fonts/font_5002284_k7fn8ff0149.woff2') format('woff2'),
		   url('../fonts/font_5002284_k7fn8ff0149.woff') format('woff'),
		   url('../fonts/font_5002284_k7fn8ff0149.ttf') format('truetype');
	}
	.iconfontX {
	font-family: "iconfontX" !important;
	font-size: 36px; line-height:36px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
	}

	/*首页大图*/
	.slides li{ margin-right:0 !important;}
	.slides h1{ top:150px; left:4%; right:4%; font-size:22px;}
	.slides h2{left:4%; right:4%; top:220px;}
	
	/*我们的服务li*/
	.Our_Service ul{ display:inherit;}
	.Our_Service ul li{margin-bottom: 20px;}
	.Solution{ padding:0;}
	.Solution .fwicoSwiper{ display:none;}
	.swiper{ display:none;}
	.Solution .w1600 .flex{ margin-bottom:0px;}
	.s_title h2{ font-size:24px;}
	.Our_Service h3{ font-size:24px;}
	
	/*开发小程序优势*/
	.Our_Advantages{ padding-bottom:0;}
	
	/*深圳小程序开发 解决方案*/
	.fwicoSwiperph{ width:100%; height:auto; overflow:hidden; display:block;}
	.fwicoSwiperph ul li { width:100%; height:auto; overflow:hidden; margin:auto;background-color: rgba(234, 234, 234, .4);padding:20px; margin-bottom:20px;}
	.fwicoSwiperph ul li h2{ line-height:30px; margin-top:0;}
	.fwicoSwiperph ul li p{ line-height:25px; text-align:justify; padding:10px 0; font-size:16px;}
	.fwicoSwiperphimg{ width:100%; height:auto; overflow:hidden;}
	.fwicoSwiperphimg img{ width:100%; height:auto;}
	
	.n_title h2{ font-size:24px;}
	
	.products{ height:auto; margin-top:0;}
	.n_title{ margin-top:0px !important;}
	.products ul li{ width:50%;}
	.indexCase{ width:100%;}
	
	.Advantages_list ul li{ width:100%; height:auto;}
	.Advantages_list ul li .text{background-position: right 10px center;padding: 10px 19px; padding-right: 22%;}
	.Advantages_list ul li .text p{ font-size:16px; line-height:25px; text-align:justify;}
	.n_fgcn ul{ display:inherit;}
	.n_fgcn li{ border-bottom:1px dashed #ccc; padding-bottom:15px;}
	
 	.Process ul{ display:none;}
	
 	.Processph{ width:90%; height:auto; margin:auto; display:block;}
	.Processph ul li{ width:100%; height:auto; overflow:hidden; margin:auto;background: #d4042c;border-radius: .9375rem; padding:20px; box-sizing:border-box; color:#fff; margin-top:20px;line-height:26px;}
	.Processph ul li .ico{ fill:#fff; width:15%;}
	.Processph ul li span{ font-size:30px;}
	.Processph ul li h6{ font-size:22px;}
	.Processph ul li p{ font-size:16px; padding:15px 0;}
	
	.Inews ul li{ width:100%; height:auto; overflow:inherit;}
	
	/*复制微信*/
	.s_zixun{ display:none;}
	.s_zixunph{ display:block; cursor:pointer;}
	.tcl{ width:auto; height:auto; display:none; position:fixed; top:50%; padding:0 10px; text-align:center; font-size:16px; line-height:40px;color:#fff;border-radius:5px;background-color: rgba(0, 0, 0, 0.7); margin-left:45%; z-index:99999;}
	
	/*底部*/
	.foota { display:inherit;}
	.foota_l{ width:100%;}
	.foota_c{ width:100%; margin-top:50px;}
	.foota_c ul li{ width:47%;}
	.foota_c ul li:nth-child(2){ margin-right:0;}
	.contlink{ width:90%;}
	
	/*关于我们*/
	.wal{ width:90%;}
	.concept img{ width:100%;}
	.concept{ font-size:16px;}
	
	/*作品展示*/
	.xjcaseul ul li{ margin-right:0; margin-bottom:20px;}
	.productsi{ width:100%;}
	
	/*小程序开发*/
	.add{ top:20px;}
	.concept li{ width:100%; margin-right:0; margin-bottom:10px; border-bottom:1px dashed #ccc; padding-bottom:15px;}
	
	/*联系我们*/
	.contactus ul li{ width:100%; height:auto; margin-right:0; margin-bottom:20px;}
	
	/*新闻详情*/
	.produt{ width:90%; height:auto;}
	.produt .content img{ width:100% !important;}
	.xcxtitle{ line-height:32px;font-size: 26px;}
	.newwarp{ width:90%;}
	.newslist li{ width:100%; padding-right:0;}
	.newsfocus{ height:auto; overflow:hidden;}
	.newsfocus div{ width:62px; height: auto; box-sizing:border-box;}
	.newsfocus div a img{ height:60px; width:auto;}
	
	/*案例详情*/
	.caseTit{line-height:32px;font-size: 26px;}
	.caseContent * { text-indent:0 !important;}
	.caseContent img{ max-width:100%; text-align:center;text-indent:0;}
	
	/*客服*/
	.kefu_itemphnone{
	    display: none;
	}
    .kefu_itemph{
        display: block;
    }
}

