* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: 'Microsoft YaHei';
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #3c3c3c;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #3c3c3c;
	background: #fff;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 92%;
	max-width: 1200px;
	margin: auto;
}

.img-box {
	width: 100%;
	overflow: hidden;
}

.box {
	width: 100%;
	overflow: hidden;
}

/*header*/

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: top 0.4s;
	z-index: 999999;
	background: #fff;
}

.header .section {
	position: relative;
}

.header .logo {
	width: 25%;
	float: left;
	padding: 12px 0;
}

.header .logo img {
	max-width: 100%;
}

.header .menu {
	width: 70%;
	float: right;
}

.header .menu ul li {
	float: left;
	width: 16.666%;
	position: relative;
}

.header .menu ul li a {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 61px;
	border-bottom: 3px solid #fff;
	color: #1f1f1f;
}

.header .menu ul li a:hover {
	background: #d4e1fb;
	border-bottom: 3px solid #3d7eff;
	color: #1f1f1f;
}

.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 240px;
	left: 0;
	top: 64px;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
	margin: 0 auto;
}

.header .menu li .drop li {
	width: 100%;
}

.header .menu li .drop li a {
	text-align: left;
	padding: 0 10px;
	line-height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #fff;
}




.m_menu {
	background: url(../image/icon_nav.png) no-repeat center;
	background-size: 100%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 64px;
	display: none;
}

.m_menu_k {
	background: url(404.png) no-repeat center;
	background-size: 100%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 64px;
}

.h60 {
	width: 100%;
	height: 60px;
	display: none;
}

.hide {
	top: -64px;
}


.i-title {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 60px;
}

.i-title h2 {
	color: #1f1f1f;
	font-size: 38px;
}

.i-title em {
	background: #3d7eff;
	margin: 10px auto;
	border-radius: 10px;
	height: 6px;
	display: block;
	width: 41px;
}

.i-title p {
	color: #707070;
	font-size: 22px;
}

.i-title .c-f {
	color: #fff;
}

.i-title .bf {
	background: #fff;
}

.n-title {
	width: 100%;
	text-align: center;
}

.n-title h2 {
	color: #1f1f1f;
	font-size: 26px;
	font-weight: bold;
}

.n-title em {
	background: #00599f;
	margin: 10px auto;
	height: 3px;
	display: block;
	width: 45px;
}

.n-title p {
	color: #707070;
	font-size: 14px;
}

.n-title span {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
}

.n-title .c-f {
	color: #fff;
}

.n-title .bf {
	background: #fff;
}


.i-more {
	width: 100%;
	padding: 40px 0;
}

.i-more a {
	display: block;
	background: #00599f;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: auto;
	width: 190px;
	border-radius: 8px;
	height: 40px;
}

.i-more a:hover {
	box-shadow: 0 0 10px #333;
}

/*i-solution*/
.i-service {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.i-service-dl {
	width: 100%;
	overflow: hidden;
}

.i-service-dl dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	background: #f1f8ff;
}

.i-service-dl dl dt {
	width: 50%;
	overflow: hidden;
	float: left;
	position: relative;
}

.i-service-dl .service-icon {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -105px;
	z-index: 10;
}

.i-service-dl .service-icon img {
	margin: 20px auto
}

.i-service-dl .service-icon h4 {
	color: #fff;
	font-size: 38px;
	line-height: 68px;
	text-align: center;
}

.i-service-dl dl dd {
	width: 50%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.i-service-dl dl dd h3 {
	color: #3c3c3c;
	font-size: 30px;
	text-align: center;
	padding: 20px 0;
}

.i-service-dl dl dd p {
	color: #7c7c7c;
	font-size: 16px;
	padding-left: 15px;
	position: relative;
	line-height: 30px;
}

.i-service-dl dl dd p:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 100%;
	background: #7c7c7c;
}

.i-service-dl dl dd a {
	display: block;
	border: 1px solid #3d7eff;
	line-height: 40px;
	color: #3d7eff;
	font-size: 18px;
	text-align: center;
	margin: auto;
	width: 120px;
	border-radius: 8px;
	height: 40px;
}

.i-service-dl dl dd a:hover {
	color: #fff;
	background: #3d7eff;
}

.i-service-dl dl dt.pc {
	display: block;
}

.i-service-dl dl dt.mp {
	display: none;
}

/*i-product*/
.i-product {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.set-content {
	width: 100%;
	margin: 0 auto;
}

.set-title {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	height: 60px;
	display: flex;
	z-index: 9999;
}

.set-title ul {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.set-title ul::-webkit-scrollbar {
	display: none
}

.set-title ul li {
	width: 15%;
	font-weight: bold;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	color: #575757;
	position: static;
	cursor: pointer;
}

.set-title ul .on {
	border-bottom: 2px solid #3d7eff;
	color: #3d7eff;
}

.set-middle {
	box-sizing: border-box;
	overflow: hidden;
	padding: 15px 17px 0 19px;
}

.set-middle-item {}

.set-middle-item dl {
	width: 100%;
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.set-middle-item dl dt {
	width: 40%;
	margin-left: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.set-middle-item dl dt img {
	max-width: 100%;
}

.set-middle-item dl dd {
	width: 58%;
}

.set-middle-item dl dd h3 {
	font-size: 30px;
	font-weight: bold;
	padding: 8px 0;
	color: #3c3c3c;
}

.set-middle-item dl dd p {
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #7c7c7c;
	text-indent: 2em;
}

.set-middle-item ul {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	-ms-flex-wrap: wrap;
	margin-top: 30px;
}

.set-middle-item ul li {
	width: 48%;
	background: #f1f8ff;
	margin: 10px 1%;
	position: relative;
	padding: 15px 10px 15px 65px;
}

.set-middle-item ul li h4 {
	font-size: 18px;
	line-height: 26px;
	color: #3c3c3c;
}

.set-middle-item ul li p {
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-indent: 0;
	min-height: 40px;
}

.set-middle-item ul li:before {
	display: block;
	content: '';
	width: 38px;
	height: 41px;
	position: absolute;
	left: 15px;
	top: 12px;
	background: url("../image/icon11.png") no-repeat;
	background-size: 100%;
}

.set-middle-item a {
	color: #3d7eff;
	font-size: 18px;
	display: block;
	margin-top: 10px;
	float: right;
}


/*i-partners*/
.i-solution {
	width: 100%;
	background: #f1f8ff;
	padding: 60px 0;
	overflow: hidden;
}

.i-solution .i-solution-box {
	width: 100%;
	overflow: hidden;
}

.i-solution .i-solution-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.i-solution .i-solution-box ul li {
	width: 24%;
	margin: 10px 0.5%;
	background: #fff;
	transition: .5s;
	border-radius: 6px;
	border-bottom: 6px solid #fff;
}

.i-solution .i-solution-box ul li a {
	display: block;
	padding: 40px 25px 25px 25px;
	text-align: center;
}

.i-solution .i-solution-box ul li h3 {
	font-size: 22px;
	color: #3c3c3c;
}

.i-solution .i-solution-box ul li p {
	font-size: 14px;
	color: #a0a0a0;
}

.i-solution .i-solution-box ul li i {
	display: block;
	width: 99px;
	height: 99px;
	border-radius: 100%;
	background: #f0f6ff;
	margin: 30px auto;
}

.i-solution .i-solution-box ul li img {
	width: 100%;
	display: block;
	transition: .5s;
}

.i-solution .i-solution-box ul li:hover {
	box-shadow: 0 0 20px #cfe0f8;
	border-bottom: 6px solid #3d7eff;
}

.i-solution .i-solution-box ul li:hover img {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}


.i-adv {
	width: 100%;
	padding: 25px 20px;
	text-align: center;
	background: #3d7eff;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	overflow: hidden;
}



/*banner*/
.banner {
	width: 100%;
	margin-top: 64px;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
}

.banner h1 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.banner .b-txt {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 10;
}

.banner .b-txt h2 {
	font-size: 40px;
	font-weight: bold;
}

.banner .b-txt p {
	font-size: 18px;
	max-width: 500px;
	padding: 15px 0;
	line-height: 30px;
}

.banner .b-txt a {
	display: block;
	background: #3d7eff;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 10px 0;
	width: 150px;
	border-radius: 5px;
}

.banner .b-txt em {
	display: block;
	width: 159px;
	margin-top: 15px;
	height: 4px;
	background: #faff75;
}

.pc {
	display: block;
}

.mp {
	display: none;
}



.n-more {
	display: block;
	background: #3d7eff;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: auto;
	width: 160px;
	border-radius: 8px;
	height: 40px;
}

.location-class {
	width: 100%;
	background: #fbfbfb;
	position: relative;
	z-index: 999;
}

.location-class a {
	display: inline-block;
	margin-right: 80px;
	line-height: 54px;
	font-size: 18px;
	position: relative;
	color: #2a2e2e;
}

.location-class a.active:after {
	display: block;
	content: '';
	position: absolute;
	z-index: 10;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 3px;
	background: #3d7eff;
}

.location-class .section {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.location-class .section::-webkit-scrollbar {
	display: none
}


/*main-about*/
.main-about {
	width: 100%;
	padding: 50px 0 10px 0;
	overflow: hidden;
}

.main-about .about-txt {
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	color: #444;
	padding: 60px;
	background: #f9fbff;
}

.main-about .about-txt img {
	display: block;
	margin-right: 10px;
	float: left;
}


/*main-wh*/
.main-wh {
	width: 100%;
	padding: 50px 0 80px 0;
	overflow: hidden;
}

.main-wh dl {
	width: 100%;
	display: flex;
	background: #f9fbff;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.main-wh dl dd {
	width: 50%;
	color: #7c7c7c;
	font-size: 16px;
	line-height: 55px;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-wh dl dt {
	width: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-wh dl dt img {
	width: 100%;
}

.main-jzg {
	width: 100%;
	padding: 50px 0 80px 0;
	overflow: hidden;
}

.main-jzg ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: 0 auto;
	overflow: hidden;
}

.main-jzg ul li {
	width: 21%;
	margin: 20px 2%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px #ccc;
}

.main-jzg ul li img {
	max-width: 100%;
	margin: auto;
}

.main-jzg ul li h3 {
	width: 100%;
	font-size: 38px;
	color: #fff;
	border-radius: 10px;
	overflow: hidden;
	line-height: 45px;
	padding: 40px 0;
	text-align: center;
}

.main-jzg ul li p {
	font-size: 17px;
	color: #424242;
	line-height: 30px;
	padding: 30px 15px 60px 15px;
}

.main-jzg ul li h3.jz01 {
	background: url("404.png") no-repeat;
	background-size: cover;
}

.main-jzg ul li h3.jz02 {
	background: url("../image/ab-bj02.png") no-repeat;
	background-size: cover;
}

.main-jzg ul li h3.jz03 {
	background: url("../image/ab-bj03.png") no-repeat;
	background-size: cover;
}

.main-jzg ul li h3.jz04 {
	background: url("../image/ab-bj04.png") no-repeat;
	background-size: cover;
}


.main-honor {
	width: 100%;
	padding: 50px 0 80px 0;
	overflow: hidden;
	background: url("../image/main-honor.jpg") no-repeat top center;
}

.main-honor ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: 0 auto;
	overflow: hidden;
}

.main-honor ul li {
	overflow: hidden;
	position: relative;
}

.main-honor ul li a {
	display: block;
	width: 96%;
	margin: auto;
}

.main-honor ul li img {
	max-width: 100%;
	margin: auto;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-honor ul li h4 {
	width: 100%;
	font-size: 18px;
	color: #444;
	line-height: 28px;
	padding: 15px 0;
	text-align: center;
}


.main-honor .main-honor-list01 li:nth-child(1) {
	width: 27%;
}

.main-honor .main-honor-list01 li:nth-child(2) {
	width: 27%;
}

.main-honor .main-honor-list01 li:nth-child(3) {
	width: 27%;
}

.main-honor .main-honor-list01 li:nth-child(4) {
	width: 19%;
}


.main-honor .main-honor-list02 {
	margin-top: 90px;
}

.main-honor .main-honor-list02 li {
	width: 14%;
}

.main-honor .main-honor-list02 li span {
	color: #6397ff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 20px;
}


.main-partners {
	width: 100%;
	padding: 50px 0 80px 0;
	overflow: hidden;
}

.main-partners h3 {
	width: 100%;
	font-size: 30px;
	color: #3c3c3c;
	line-height: 60px;
	margin: 20px 0 40px 0;
}

.main-partners ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: 0 auto;
	overflow: hidden;
}

.main-partners ul li {
	width: 12.5%;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}

.main-partners ul li img {
	max-width: 80%;
	margin: auto;
}

.main-partners ul li h4 {
	width: 100%;
	font-size: 16px;
	color: #3c3c3c;
	line-height: 23px;
	padding: 8px 10px;
	text-align: center;
}

.main-partners .qy li {
	width: 16.66%;
}

.main-partners .qy .img-box {
	border-radius: 100%;
	margin: auto;
}

.main-partners .qy img {
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}


.main-form {
	width: 100%;
	padding: 50px 0 80px 0;
	overflow: hidden;
	background: #f4f4f4 url("404.png") no-repeat top center;
}

.main-form .box {
	display: flex;
	flex-wrap: wrap;
}

.main-form .main-form-fl {
	width: 48%;
	margin-right: 2%;
}

.main-form .main-form-fr {
	width: 48%;
	margin-left: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-form .main-form-fr a {
	display: block;
	width: 180px;
	height: 40px;
	background: #3d7eff;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 70px auto;
}

.main-form h2 {
	width: 100%;
	font-size: 34px;
	color: #3d7eff;
	line-height: 50px;
	margin: 10px 0;
}

.main-form p {
	color: #6e6e6e;
	font-size: 19px;
}

.main-form ul {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.main-form ul li {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #404040;
	padding-left: 45px;
	line-height: 30px;
	margin-bottom: 10px;
	position: relative;
}

.main-form ul li:before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 3px;
}

.main-form ul li.c01:before {
	background: url("../image/icon17.png") no-repeat;
	background-size: 100%;
}

.main-form ul li.c02:before {
	background: url("../image/icon18.png") no-repeat;
	background-size: 100%;
}

.main-form ul li.c03:before {
	background: url("../image/icon19.png") no-repeat;
	background-size: 100%;
}





.main-form-map {
	width: 100%;
	margin-top: 40px;
}

.main-form-map img {
	width: 100%;
}

.business-pan {
	width: 100%;
	padding: 85px 0 140px 0;
	overflow: hidden;
}

.business-pan ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: 0 auto;
	overflow: hidden;
}

.business-pan ul li {
	width: 24%;
	box-shadow: 0 0 20px #cfe0f8;
	border-radius: 8px;
	padding: 25px 7px;
	margin: 10px 0.5%;
	overflow: hidden
}

.business-pan ul li h3 {
	font-weight: bold;
	font-size: 22px;
	min-height: 90px;
	padding-left: 73px;
	color: #3c3c3c;
	position: relative;
	line-height: 28px;
}

.business-pan ul li h3:before {
	content: '';
	display: block;
	width: 63px;
	height: 63px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: -10px;
}

.business-pan ul li h3.b01:before {
	background: #f0f6ff url("../image/icon13.png");
	background-size: 100%;
}

.business-pan ul li h3.b02:before {
	background: #f0f6ff url("../image/icon14.png");
	background-size: 100%;
}

.business-pan ul li h3.b03:before {
	background: #f0f6ff url("../image/icon15.png");
	background-size: 100%;
}

.business-pan ul li h3.b04:before {
	background: #f0f6ff url("../image/icon16.png");
	background-size: 100%;
}

.business-pan ul li p {
	font-size: 14px;
	padding: 5px 13px;
	color: #a0a0a0;
	line-height: 30px;
}

.business-pan ul li:hover img {
	transform: scale(1.1)
}

.business-pan ul li:hover h2 {
	color: #d82518
}



.business-service {
	width: 100%;
	padding: 50px 0 80px 0;
	overflow: hidden;
	background: url("../image/business-bj.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.business-service ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: auto;
	overflow: hidden;
}

.business-service li {
	width: 22%;
	margin: 40px 0 60px 0;
	position: relative;
	overflow: hidden
}

.business-service li h3 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 48px;
	margin-bottom: 10px;
	transition: color .3s
}

.business-service li p {
	font-size: 14px;
	color: #c5c6c8;
	line-height: 23px;
}

.business-service li img {
	width: 100%;
	transition: transform .3s;
}

.business-service li:hover img {
	transform: scale(1.1)
}

.business-service li:hover h2 {
	color: #d82518
}

.business-service li:nth-child(2),
.business-service li:nth-child(5) {
	margin: 40px 15% 60px 15%;
}


.business-lc {
	width: 100%;
	padding: 80px 0 120px 0;
	overflow: hidden;
}

.business-lc img {
	max-width: 100%;
	margin-bottom: 60px;
}

.business-more {
	width: 100%;
	padding: 35px 0 80px 0;
	overflow: hidden;
	background: url("../image/business-bj02.jpg") no-repeat center center
}

.business-more h1 {
	font-size: 38px;
	padding: 50px 30px;
	color: #fff;
	text-align: center;
}

.business-more .n-more {
	background: #fff;
	color: #3d7eff;
}


.product-memo {
	width: 100%;
	margin: 60px 0 10px 0;
}

.product-memo .section {
	padding: 20px;
	background: #f1f8ff;
	color: #7c7c7c;
	line-height: 30px;
	font-size: 16px;
}

.product-memo h5 {
	color: #3c3c3c;
	line-height: 30px;
	font-size: 20px;
}

.product-memo-txt {
	width: 94%;
	margin: 40px 3%;
	display: flex;
	flex-wrap: wrap;
}

.product-memo-txt li {
	width: 48%;
	margin: 10px 1%;
	position: relative;
	padding-left: 20px;
	color: #3c3c3c;
	font-size: 20px;
}

.product-memo-txt li:before {
	display: block;
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 100%;
	background: #3d7eff;
}


.product-memo-img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product-memo-img li {
	width: 24%;
	margin: 40px 4.5%;
	position: relative;
	color: #3c3c3c;
	font-size: 20px;
}

.product-memo-img li img {
	max-width: 100%;
	border-radius: 100%;
}




.product-ul {
	width: 100%;
	margin: 60px 0 0 0;
}

.product-ul ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: auto;
	overflow: hidden;
}

.product-ul ul li {
	padding: 5px 10px 40px 10px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 20px #cfe0f8;
	transition: .5s;
	border-radius: 6px;
	overflow: hidden
}

.product-ul ul.w5 li {
	width: 19%;
	margin: 5px 0.5% 60px 0.5%;
}

.product-ul ul.w4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-ul ul.w4 li {
	width: 21%;
	margin: 10px 1%;
}




.product-ul ul li p,
.product-ul ul li h4 {
	text-align: center;
	font-size: 22px;
	color: #3c3c3c;
	margin-top: 20px;
	line-height: 30px;
}

.product-ul ul li img {
	margin: 20px auto;
	max-width: 100%;
}

.product-ul .box {
	width: 98%;
	margin: 60px 1%;
	position: relative;
	background: #fff;
	box-shadow: 0 0 20px #cfe0f8;
	border-radius: 6px;
}

.product-ul .box img {
	max-width: 100%;
	margin: 20px auto;
}

.product-ts {
	width: 100%;
	margin: 60px 0;
}

.product-ts dl {
	width: 100%;
	display: flex;
	background: #f9fbff;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.product-ts dl dd {
	width: 50%;
	color: #333;
	font-size: 20px;
	padding: 0 30px;
}

.product-ts dl dd p {
	position: relative;
	padding-left: 35px;
	margin-bottom: 30px;
}

.product-ts dl dd p:before {
	content: '';
	display: block;
	width: 18px;
	height: 25px;
	background: url(../image/icon38.png);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 2px;
}

.product-ts dl dt {
	width: 45%;
	margin-left: 5%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-ts dl dt img {
	width: 100%;
}



.productys-ul {
	width: 100%;
	margin: 60px 0 0 0;
}

.productys-ul ul {
	width: 100%;
	max-width: 888px;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: auto;
	overflow: hidden;
}

.productys-ul ul li {
	width: 48%;
	min-height: 224px;
	background: url(../image/bj01.jpg) no-repeat;

	padding: 15px 50px 40px 50px;
	margin: 5px 1% 30px 1%;
	position: relative;
	box-shadow: 0 0 20px #cfe0f8;
	transition: .5s;
	border-radius: 6px;
	overflow: hidden;
	color: #fff;
}

.productys-ul ul li h3 {
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}

.productys-ul ul li em {
	background: #fff;
	margin: 10px auto;
	border-radius: 10px;
	height: 6px;
	display: block;
	width: 74px;
}

.productys-ul ul li p {
	font-size: 14px;
	line-height: 30px;
	padding-left: 25px;
	position: relative;
}

.productys-ul ul li p:before {
	content: '';
	display: block;
	width: 14px;
	height: 19px;
	background: url(../image/icon37.png);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 8px;
}



.productjs-ul {
	width: 100%;
	padding: 60px 0;
}

.productjs-ul ul {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.productjs-ul ul li {
	width: 18%;
	display: inline-block;
	min-height: 215px;
	padding: 20px 10px;
	text-align: center;
	margin: 15px 3%;
	position: relative;
	background: #fff;
	box-shadow: 0 0 20px #cfe0f8;
	transition: .5s;
	border-radius: 100%;
	overflow: hidden
}

.productjs-ul ul li h1 {
	font-size: 48px;
	color: #3d7eff;
	font-weight: bold;
	line-height: 30px;
}

.productjs-ul ul li h4 {
	font-size: 20px;
	font-weight: bold;
	color: #3c3c3c;
	margin-top: 20px;
	line-height: 30px;
}

.productjs-ul ul li p {
	font-size: 18px;
	color: #909399;
	line-height: 30px;
}

.productjs-ul ul li img {
	margin: 20px auto;
}



.productlc-ul {
	width: 100%;
	padding: 60px 0;
}

.productlc-ul ul {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.productlc-ul .box {
	width: 98%;
	margin: 60px 1%;
	position: relative;
	background: #fff;
}

.productlc-ul .box img {
	max-width: 100%;
	margin: 20px auto;
}

.productlc-ul ul li {
	width: 27%;
	display: inline-block;
	text-align: center;
	margin: 15px 3%;
	position: relative;
	background: #fff;
	transition: .5s;
	border-radius: 100%;
	overflow: hidden;

}



.productlc-ul ul li img {
	width: 90%;
	margin: 10px 5%;
	box-shadow: 0 0 8px #cfe0f8;
	border-radius: 100%;
}



.main-product-dl .fdj:nth-child(odd) {
	background: #fff;
}

.main-product-dl .fdj:nth-child(even) {
	background: #f1f8ff;
}

.km .fdj:nth-child(odd) {
	background: #f1f8ff;
}

.km .fdj:nth-child(even) {
	background: #fff;
}

.main-product-dl .fdj:nth-child(odd) .fdj-box {
	float: left;
}

.main-product-dl .fdj:nth-child(odd) .fdj-txt {
	float: right;
}


.main-product-dl .fdj:nth-child(even) .fdj-box {
	float: right;
}

.main-product-dl .fdj:nth-child(even) .fdj-txt {
	float: left;
}


.main-product-dl .fdj:nth-child(odd) .fdj-box {
	float: left;
}

.main-product-dl .fdj:nth-child(odd) .fdj-txt {
	float: right;
}


.lc .fdj .fdj-box {
	float: right !important;
}

.lc .fdj .fdj-txt {
	float: left !important;
}

.main-product-dl .fdj {
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
}

.main-product-dl .fdj .fdj-txt {
	width: 50%;
	padding: 30px 60px;
}

.main-product-dl .main-product-txt {
	color: #7c7c7c;
	font-size: 14px;
	line-height: 24px;
}

.km .main-product-txt p {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px;
}

.km .main-product-txt p:before {
	content: '';
	display: block;
	width: 18px;
	height: 25px;
	background: url(../image/icon38.png);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 2px;
}

.main-product-dl .fdj .fdj-txt h3 {
	color: #3d7eff;
	font-size: 24px;
	margin-bottom: 25px;
	text-align: center;
	line-height: 24px;
}

.main-product-dl .fdj .fdj-txt span {
	display: block;
	position: relative;
	padding-left: 12px;
}

.main-product-dl .fdj .fdj-txt span:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 100%;
	background: #7c7c7c;
}

.fdj-box {
	width: 50%;
	float: left;
}

.fdj-img {
	margin: 0 auto;
	display: block;
	max-width: 400px;
	height: auto;
	position: relative;

}

.fdj-img .small {
	margin: 0 auto;
	max-width: 500px;
	position: relative;
	cursor: move;
}

.fdj-img .small img {
	width: 100%
}

.fdj-img .small .mask {
	position: absolute;
	display: none;
	width: 40% !important;
	height: 40% !important;
	;
	background: rgba(0, 0, 0, .3);
}

.fdj-img .big {
	display: none;
	width: 100%;
	height: 100%;
	z-index: 10;
	border: 1px solid #eee;
	top: 0;
	overflow: hidden;
	position: absolute;
}

.fdj-img .big img {
	transform: translate(0px, 0px);
}


.main-product-dl .fdj:nth-child(odd) .fdj-img .big {
	background: #fff;
	left: 102%;
}

.main-product-dl .fdj:nth-child(even) .fdj-img .big {
	background: #fff;
	right: 102%;
}





/*解决方案*/
.main-solution {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	background: #fff;
}

.main-solution ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-top: 60px;
	overflow: hidden;
}

.main-solution ul li {
	width: 15%;
	overflow: hidden;
	margin: 20px 0;
	font-size: 16px;
	color: #404040;
	line-height: 30px;
	position: relative;
}

.main-solution ul li a {
	display: block;
	width: 170px;
	height: 170px;
	margin: auto;
	padding: 30px;
	border: 1px solid #b1cbff;
	border-radius: 100%;
}

.main-solution ul li i {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.main-solution ul li h3 {
	color: #3c3c3c;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}

.main-solution ul li i.s01 {
	background: url("../image/icon20.png") no-repeat;
	background-size: 100%;
}

.main-solution ul li i.s02 {
	background: url("../image/icon21.png") no-repeat;
	background-size: 100%;
}

.main-solution ul li i.s03 {
	background: url("../image/icon23.png") no-repeat;
	background-size: 100%;
}

.main-solution ul li i.s04 {
	background: url("../image/icon24.png") no-repeat;
	background-size: 100%;
}

.main-solution ul li i.s05 {
	background: url("../image/icon25.png") no-repeat;
	background-size: 100%;
}

.main-solution ul li i.s06 {
	background: url("../image/icon26.png") no-repeat;
	background-size: 100%;
}

.main-solution ul li a:hover {
	background: #3d7eff;
}

.main-solution ul li a:hover h3 {
	color: #fff;
}

.main-solution ul li a:hover i.s01 {
	background: url("../image/icon20-h.png") no-repeat;
	background-size: 100%;
}

.main-solution ul li a:hover i.s02 {
	background: url("../image/icon21-h.png") no-repeat;
	background-size: 100%;
}

.main-solution ul li a:hover i.s03 {
	background: url("../image/icon23-h.png") no-repeat;
	background-size: 100%;
}

.main-solution ul li a:hover i.s04 {
	background: url("../image/icon24-h.png") no-repeat;
	background-size: 100%;
}

.main-solution ul li a:hover i.s05 {
	background: url("../image/icon25-h.png") no-repeat;
	background-size: 100%;
}

.main-solution ul li a:hover i.s06 {
	background: url("../image/icon26-h.png") no-repeat;
	background-size: 100%;
}


.main-solution ul li:nth-child(2) {
	margin: 20px 27%;
}

.main-solution ul li:nth-child(5) {
	margin: 20px 27%;
}


.main-solution-dl {
	width: 100%;
	padding: 20px 0 0 0;
	overflow: hidden;
}

.main-solution-dl dl {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.main-solution-dl dl dt {
	width: 50%;
}

.main-solution-dl dl dt img {
	margin: auto;
	max-width: 100%;
}

.main-solution-dl dl dd {
	width: 50%;
	padding: 30px 80px;
	text-align: center;
}

.main-solution-dl dl dd h3 {
	color: #3c3c3c;
	font-size: 32px;
	width: 160px;
	margin: 25px auto;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	position: relative;
}

.main-solution-dl dl dd p {
	color: #7c7c7c;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 24px;
}

.main-solution-dl dl dd h3:before {
	content: '';
	display: block;
	width: 86px;
	height: 22px;
	position: absolute;
	background: url("../image/before-q.png") no-repeat;
	background-size: 100%;
	left: -86px;
	top: 15px;
}

.main-solution-dl dl dd h3:after {
	content: '';
	display: block;
	width: 86px;
	height: 22px;
	position: absolute;
	background: url("../image/before-a.png") no-repeat;
	background-size: 100%;
	right: -86px;
	top: 15px;
}

.main-solution-dl dl dd span {
	display: block;
	color: #3d7eff;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
}

.main-solution-dl dl dd i {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../image/xj.png") no-repeat;
	background-size: 100%;
	margin: 20px auto;
}

.main-solution-dl .main-product-txt {
	width: 100%;
	overflow: hidden;
}

.main-solution-dl dl:nth-child(odd) {
	background: #f1f8ff;
}

.main-solution-dl dl:nth-child(odd) dt {
	float: left;
}

.main-solution-dl dl:nth-child(odd) dd {
	float: right;
}

.main-solution-dl dl:nth-child(even) {
	background: #fff;
}

.main-solution-dl dl:nth-child(even) dt {
	float: right;
}

.main-solution-dl dl:nth-child(even) dd {
	float: left;
}

.main-solution-dl dl:last-child i {
	background: url("../image/sj.png") no-repeat;
}

/*main-solution-pt*/
.main-solution-pt dl {
	width: 100%;
	padding: 60px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	background: #f1f8ff;
}

.main-solution-pt dl dt {
	width: 40%;
	overflow: hidden;
	float: left;
	position: relative;
}

.main-solution-pt dl dt img {
	max-width: 100%;
	margin: auto;
}

.main-solution-pt dl dd {
	width: 60%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.main-solution-pt dl dd p {
	color: #7c7c7c;
	font-size: 16px;
	padding-left: 15px;
	position: relative;
	line-height: 30px;
}

.main-solution-pt dl dd p:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 100%;
	background: #7c7c7c;
}

.main-solution-scenes {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	background: #fff;
}

.main-solution-scenes img {
	max-width: 100%;
	margin: auto;
}

.main-solution-scenes h1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding: 10px 40px;
	text-align: center;
}

.main-solution-scenes ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main-solution-scenes ul li {
	width: 48%;
	margin: 10px 1%;
	text-align: center;
}

.main-solution-scenes ul li img {
	max-width: 80px;
	margin: 20px auto;
	border-radius: 100%;
	box-shadow: 0 0 10px #bddffd;
}

.main-solution-scenes ul li h3 {
	font-size: 16px;
	padding: 5px 0;
	font-weight: bold;
	color: #333;
}

.main-solution-scenes ul li p {
	font-size: 12px;
	color: #a0a0a0;
}




.main-solution-js {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	background: url("../image/main-solution-js.jpg") no-repeat center;
}

.main-solution-js img {
	max-width: 100%;
	margin: auto;
}

.main-solution-js ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.main-solution-js ul li {
	width: 28%;
	margin: 20px 11%;
	border: 1px solid #fff;
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	padding: 25px 10px 25px 0;
	padding-left: 95px;
	position: relative;
	transition: .5s;
	border-radius: 16px;
}

.main-solution-js ul li:before {
	content: '';
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	left: 25px;
	top: 16px;
}

.main-solution-js ul li.js01:before {
	background: url("../image/icon30.png") no-repeat center;
	background-size: 100%;
}

.main-solution-js ul li.js02:before {
	background: url("../image/icon31.png") no-repeat center;
	background-size: 100%;
}

.main-solution-js ul li.js03:before {
	background: url("../image/icon32.png") no-repeat center;
	background-size: 100%;
}

.main-solution-js ul li.js04:before {
	background: url("../image/icon33.png") no-repeat center;
	background-size: 100%;
}


.main-solution-service {
	width: 100%;
	background: #f1f8ff;
	padding: 60px 0;
}

.main-solution-service ul {
	width: 100%;
	display: flex;
	min-height: 400px;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.main-solution-service ul li {
	width: 31.333%;
	margin: 10px 1%;
	position: relative;
}

.main-solution-service ul li a {
	display: block;
	padding: 40px 35px 25px 35px;
	background: #fff;
	border-radius: 6px;
	text-align: center;
	transition: .5s;
	height: 100%;
	position: relative;
}

.main-solution-service ul li h3 {
	font-size: 22px;
	color: #3c3c3c;
}

.main-solution-service ul li p {
	font-size: 14px;
	color: #a0a0a0;
	margin-top: 20px;
}

.main-solution-service ul li i {
	display: block;
	margin-bottom: 60px;
}

.main-solution-service ul li img {
	max-width: 100%;
	margin: 30px auto;
	display: block;
	transition: .5s;
}

.main-solution-service ul li:hover a {
	margin-top: -60px;
	box-shadow: 0 0 20px #c2d6f3;
}

/*联系我们*/
.main-contact {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}

.main-contact h1 {
	font-size: 18px;
	color: #555;
	font-weight: normal;
	padding: 5px 0;
}

.main-contact .con-content {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #eee;
}

.main-contact ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: 100px 0;
}

.main-contact ul li {
	width: 31.333%;
	margin: 10px 1%;
	background: #fff;
	box-shadow: 0 0 20px #cfe0f8;
	transition: .5s;
	border-radius: 6px;
	border-bottom: 6px solid #fff;
}

.main-contact ul li a {
	display: block;
	width: 100%;
	margin: auto;
	padding: 30px 25px;
	text-align: center;
}

.main-contact ul li h3 {
	font-size: 22px;
	color: #3c3c3c;
	font-weight: bold;
}

.main-contact ul li p {
	font-size: 20px;
	color: #a0a0a0;
	padding: 18px 0;
}

.main-contact ul li i {
	display: block;
	width: 99px;
	height: 99px;
	border-radius: 100%;
	background: #f0f6ff;
	margin: 10px auto;
}

.main-contact ul li img {
	width: 100%;
	display: block;
	transition: .5s;
}

.main-contact ul li:hover {
	box-shadow: 0 0 20px #cfe0f8;
	border-bottom: 6px solid #3d7eff;
}

.main-contact ul li:hover img {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}


#myMap {
	width: 100%;
	height: 355px;
	margin: 60px 0;
}


.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	margin-right: 3px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .pages {
	background: #365ed0;
	color: #fff;
}

.foot-box {
	background: #292b2e;
	padding: 15px 0;
	overflow: hidden;
}

.foot-link {
	width: 100%;
	color: #ffffff;
	line-height: 22px;
	padding: 20px 0;
	overflow: hidden;
}

.foot-link span {
	font-size: 16px;
}

.foot-link a {
	color: #ffffff;
	margin-left: 10px;
	font-size: 14px;
}

.foot-contact {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #5e5e5f;
	border-bottom: 1px solid #5e5e5f;
	overflow: hidden;
}

.foot-contact .foot-fl {
	width: 50%;
	float: left;
}

.foot-contact .foot-fl ul {
	width: 50%;
	float: left;
}

.foot-contact .foot-fl ul h3 {
	font-size: 18px;
	color: #Fff;
	padding: 10px 0 25px 0;
}

.foot-contact .foot-fl ul li {
	width: 100%;
	line-height: 25px;
	font-size: 14px;
}

.foot-contact .foot-fl ul li a {
	color: #bababb;
}

.foot-contact .foot-fl ul li a:hover {
	color: #3d7eff;
}

.foot-contact .foot-fl ul.foot-ul01 li {
	width: 100%;
}

.foot-contact .foot-fl ul.foot-ul02 li {
	width: 100%;
	float: left;
}

.foot-contact .foot-fl ul.foot-ul02 li:nth-child(3) {
	width: 50%;
}

.foot-contact .foot-fl ul.foot-ul02 li:nth-child(4) {
	width: 50%;
}

.foot-contact .foot-fl ul.foot-ul02 li:nth-child(5) {
	width: 50%;
}

.foot-contact .foot-fl ul.foot-ul02 li:nth-child(6) {
	width: 50%;
}

.foot-contact .foot-fr {
	float: right;
}

.foot-contact .foot-fr ul h3 {
	font-size: 18px;
	padding: 10px 0 25px 0;
	color: #Fff;
}

.foot-contact .foot-fr ul li {
	width: 100%;
	color: #bbbbbb;
	font-size: 14px;
	line-height: 25px;
}

.foot-contact .foot-fr a {
	display: block;
	border: 1px solid #fff;
	line-height: 26px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 15px 0;
	width: 100px;
	border-radius: 8px;
}

.foot-contact .foot-fr a:hover {
	color: #3d7eff;
}

.foot-copyright {
	width: 100%;
	color: #bababb;
	line-height: 22px;
	padding: 10px 0;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
}

.foot-copyright a {
	color: #bababb;
}

.foot-copyright a:hover {
	color: #3d7eff;
}


@media (max-width:1260px) {

	.product-memo-txt li,
	.product-ts dl dd,
	.product-ul ul li p,
	.product-ul ul li h4 {
		font-size: 18px;
	}

	.product-memo-txt {
		width: 98%;
		margin: 20px 1%
	}

	.product-ts dl dd p {
		margin-bottom: 15px;
	}

	.header .menu ul li a {
		font-size: 16px;
	}

	.i-title {
		margin-bottom: 40px;
	}

	.i-title h2 {
		font-size: 30px;
	}

	.i-title em {
		margin: 9px auto;
		border-radius: 8px;
		height: 4px;
		width: 30px;
	}

	.i-title p {
		color: #707070;
		font-size: 16px;
	}

	.i-service-dl dl dd h3 {
		font-size: 24px;
	}

	.i-service-dl dl dd p {
		font-size: 15px;
	}

	.i-service-dl dl dd a {
		font-size: 16px;
	}

	.i-service-dl .service-icon h4 {
		font-size: 30px;
	}

	.i-service-dl .service-icon img {
		max-width: 90px;
	}

	.main-honor ul li h4 {
		padding: 12px 0;
		font-size: 16px;
		line-height: 25px;
	}

	.set-title ul li {
		font-size: 16px;
	}

	.set-middle-item dl dd h3 {
		font-size: 25px;
	}

	.set-middle-item dl dd p {
		font-size: 13px;
	}

	.set-middle-item ul li h4 {
		font-size: 16px;
	}

	.set-middle-item ul li:before {
		width: 30px;
		height: 32px;
	}

	.set-middle-item a {
		font-size: 16px;
	}

	.i-solution .i-solution-box ul li h3 {
		font-size: 18px;
		height: 50px;
	}

	.i-solution .i-solution-box ul li p {
		font-size: 13px;
	}

	.i-solution .i-solution-box ul li i {
		width: 80px;
		height: 80px;
	}

	.i-adv {
		font-size: 18px;
	}

	.foot-link span {
		font-size: 15px;
	}

	.foot-link a {
		font-size: 13px;
	}

	.foot-contact .foot-fl ul h3 {
		font-size: 16px;
	}

	.foot-contact .foot-fl ul li {
		font-size: 13px;
	}

	.foot-contact .foot-fr ul li {
		font-size: 13px;
	}

	.foot-contact .foot-fr a {
		font-size: 15px;
	}

	.foot-copyright {
		font-size: 13px;
	}


	.banner h1 {
		font-size: 30px;
	}

	.banner .b-txt h2 {
		font-size: 30px;
	}

	.banner .b-txt p {
		font-size: 16px;
		max-width: 500px;
		padding: 15px 0;
		line-height: 30px;
	}

	.banner .b-txt a {
		line-height: 45px;
		font-size: 14px;
		margin: 10px 0;
		width: 150px;
		border-radius: 5px;
	}

	.banner .b-txt em {
		width: 140px;
		margin-top: 15px;
		height: 3px;
	}

	.main-solution-pt dl dd p {
		font-size: 15px;
		padding-left: 15px;
		line-height: 28px;
	}

	.main-solution-pt dl dd p:before {
		width: 6px;
		height: 6px;
		top: 12px;
	}

	.main-solution-js {
		background-size: auto 100%;
	}

	.main-solution-js ul li {
		font-size: 18px;
		line-height: 26px;
	}

	.main-solution-js ul li:before {
		width: 45px;
		height: 45px;
	}

	.main-solution-service ul li h3 {
		font-size: 18px;
	}

	.main-solution-service ul li p {
		font-size: 13px;
		margin-top: 15px;
	}

	.main-solution-service ul li i {
		width: 90px;
		margin: 0 auto 40px auto;
	}


	.main-solution ul li {
		width: 30%;
		margin: 15px 0;
		font-size: 14px;
		line-height: 26px;
	}

	.main-solution ul li a {
		width: 150px;
		height: 150px;
		padding: 25px;
	}

	.main-solution ul li i {
		width: 70px;
		height: 70px;
	}

	.main-solution ul li h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.main-solution ul li:nth-child(2) {
		margin: 15px 5%;
	}

	.main-solution ul li:nth-child(5) {
		margin: 15px 5%;
	}

	.main-solution-dl dl dd h3 {
		width: 110px;
		font-size: 26px;
	}

	.main-solution-dl dl dd h3:before {
		width: 70px;
		height: 18px;
		top: 18px;
	}

	.main-solution-dl dl dd h3:after {
		width: 70px;
		height: 18px;
		top: 18px;
	}

	.product-memo .section {
		line-height: 28px;
		font-size: 14px;
	}

	.main-product-dl .fdj .fdj-txt h3 {
		font-size: 22px;
	}

	.location-class .section {
		width: 100%;
	}

	.location-class a {
		line-height: 45px;
		font-size: 16px;
		margin-right: 40px;
	}

	.main-about .about-txt {
		font-size: 15px;
		line-height: 45px;
		padding: 40px;
	}

	.main-wh dl dd {
		font-size: 15px;
		line-height: 40px;
		padding: 20px;
	}

	.main-jzg ul li h3 {
		font-size: 30px;
		border-radius: 10px;
		overflow: hidden;
		line-height: 45px;
		padding: 30px 0;
	}

	.main-jzg ul li p {
		font-size: 16px;
		line-height: 28px;
		padding: 15px 15px 50px 15px;
	}

	.main-partners ul li h4 {
		font-size: 15px;
		line-height: 23px;
		padding: 5px 8px;
	}

	.main-partners h3 {
		font-size: 25px;
		line-height: 50px;
		margin: 10px 0 30px 0;
	}

	.main-form h2 {
		font-size: 28px;
		line-height: 45px;
		margin: 5px 0;
	}

	.main-form p {
		font-size: 17px;
	}

	.main-form ul li:before {
		width: 20px;
		height: 20px;
	}

	.main-form ul li {
		font-size: 15px;
		color: #404040;
		padding-left: 35px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.main-contact ul li h3 {
		font-size: 18px;
	}

	.main-contact ul li p {
		font-size: 15px;
	}

	.business-pan ul li h3:before {
		width: 50px;
		height: 50px;
	}

	.business-pan ul li h3 {
		font-size: 18px;
		min-height: 90px;
		padding-left: 60px;
	}

	.business-pan ul li p {
		line-height: 28px;
	}

	.business-more {
		background-size: auto 100%;
	}

	.business-more h1 {
		font-size: 30px;
		padding: 30px 25px;
	}

	.business-service li h3 {
		font-size: 18px;
		line-height: 35px;
	}

	.product-ul ul li p {
		font-size: 18px;
		line-height: 28px;
	}

	.productjs-ul ul li {
		border-radius: unset;
	}
}


@media (max-width:1200px) {
	.fdj-img .small .mask {
		display: none !important;
	}

	.fdj-img .big {
		display: none !important;
	}

}

@media (max-width:1120px) {}


@media (max-width:1024px) {
	.main-jzg ul li h3 {
		font-size: 25px;
		border-radius: 10px;
		overflow: hidden;
		line-height: 45px;
		padding: 20px 0;
	}

}

@media (max-width:999px) {
	.banner h1 {
		font-size: 22px;
	}

	.product-ul ul li p {
		font-size: 16px;
		line-height: 25px;
	}

	.productjs-ul ul li h1 {
		font-size: 38px;
	}

	.productys-ul ul li h3 {
		font-size: 20px;
	}

	.productjs-ul ul li h4 {
		font-size: 18px;
	}

	.productjs-ul ul li p {
		font-size: 14px;
	}

	.banner .b-txt h2 {
		font-size: 22px;
	}

	.banner .b-txt p {
		font-size: 14px;
		max-width: 350px;
		padding: 10px 0;
		line-height: 24px;
	}

	.banner .b-txt a {
		line-height: 35px;
		font-size: 12px;
		margin: 10px 0;
		width: 100px;
		border-radius: 5px;
	}

	.banner .b-txt em {
		width: 100px;
		margin-top: 15px;
		height: 2px;
	}

	.main-solution ul li {
		width: 30%;
		margin: 10px 0;
	}

	.main-solution ul li i {
		width: 65px;
		height: 65px;
	}

	.main-solution ul li h3 {
		font-size: 16px;
		line-height: 28px;
	}

	.main-solution ul li:nth-child(2) {
		margin: 15px 5%;
	}

	.main-solution ul li:nth-child(5) {
		margin: 15px 5%;
	}

	.main-about .about-txt img {
		display: block;
		float: none;
		margin: 5px auto;
		max-width: 100%;
	}

	.main-wh dl dd {
		font-size: 14px;
		line-height: 35px;
		padding: 20px;
	}

	.business-more h1 {
		font-size: 25px;
		padding: 30px 25px;
	}
}

/*banner媒体查询*/
@media (max-width:768px) {
	.business-pan ul li {
		width: 49%;
	}

	.business-pan ul li h3 {
		min-height: 80px;
	}

	.header {
		z-index: 9999999;
		background: #fff;
	}

	.header .section {
		width: 100%;
	}

	.m_menu {
		display: block;
	}

	.product-ul ul.w5 li {
		width: 31.3%;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 64px;
		background: #011171;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #1573bd;
	}

	.header .menu ul li a {
		padding: 0;
		line-height: 50px;
		color: #fff;
		border-bottom: none !important;
	}

	.header .menu li .drop {
		width: 100%;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: center;
		line-height: 50px;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
	}

	.header .menu li .drop li a {
		text-align: center;
	}

	.header .logo {
		width: 60%;
		padding: 12px 8px;
	}

	.header .logo img {
		height: 40px;
	}

	.mp {
		display: block;
	}

	.pc {
		display: none;
	}

	.main-solution-pt dl dt {
		width: 100%;
	}

	.main-solution-pt dl dd {
		width: 100%;
		margin-top: 30px;
		padding: 15px;
	}

	.main-solution-pt dl {
		padding: 30px;
	}

	.main-jzg ul li h3 {
		font-size: 25px;
		border-radius: 10px;
		overflow: hidden;
		line-height: 45px;
		padding: 20px 0;
	}

	.main-jzg ul li p {
		padding: 10px 15px 30px 15px;
		font-size: 15px;
		line-height: 25px;
	}

	.main-solution-dl dl dt {
		width: 100%;
	}

	.main-solution-dl dl dd {
		width: 100%;
		padding: 10px 15px;
	}

	.main-about .about-txt {
		font-size: 14px;
		line-height: 40px;
		padding: 30px;
	}

	.main-product-dl .main-product-txt {
		line-height: 21px;
		font-size: 12px;
	}

	.banner h1 {
		font-size: 18px;
	}

	.banner .b-txt h2 {
		font-size: 18px;
	}

	.banner .b-txt p {
		font-size: 12px;
		max-width: 300px;
		padding: 3px 0;
		line-height: 18px;
	}

	.banner .b-txt a {
		line-height: 30px;
		font-size: 12px;
		margin: 10px 0;
		width: 90px;
		border-radius: 5px;
	}

	.banner .b-txt em {
		width: 80px;
		margin-top: 10px;
		height: 2px;
	}

	.main-product-dl .fdj {
		padding: 30px 0;
	}

	.fdj-box {
		width: 100%;
	}

	.main-product-dl .fdj .fdj-txt {
		width: 100%;
		margin-top: 30px;
		padding: 10px 15px;
	}

	.set-middle-item dl dt {
		width: 100%;
		margin: 0;
	}

	.set-middle-item dl dd {
		width: 100%;
		margin: 0;
	}

	.foot-contact .foot-fl {
		width: 100%;
	}

	.foot-contact .foot-fl ul {
		width: 100%;
	}

	.foot-contact .foot-fl ul.foot-ul01 li {
		width: auto;
		float: left;
		margin-right: 10px;
	}

	.foot-contact .foot-fl ul.foot-ul02 li {
		width: auto;
		float: left;
		margin-right: 10px;
	}

	.foot-contact .foot-fr {
		width: 100%;
	}

	.foot-contact .foot-fl ul.foot-ul02 li:nth-child(3) {
		width: auto;
	}

	.foot-contact .foot-fl ul.foot-ul02 li:nth-child(4) {
		width: auto;
	}

	.foot-contact .foot-fl ul.foot-ul02 li:nth-child(5) {
		width: auto;
	}

	.foot-contact .foot-fl ul.foot-ul02 li:nth-child(6) {
		width: auto;
	}

	.main-solution-dl dl dd i {
		width: 30px;
		height: 30px;
	}

	.main-solution-js ul li {
		width: 46%;
		margin: 20px 2%;
		font-size: 16px;
		padding: 10px 5px 10px 40px;
		line-height: 24px;
	}

	.main-solution-js ul li:before {
		width: 30px;
		height: 30px;
		left: 5px;
		top: 8px;
	}

	.location-class .section {
		width: 100%;
	}

	.location-class a {
		margin: 0 30px 0 10px;
		font-size: 15px;
	}

	.main-partners h3 {
		font-size: 22px;
		line-height: 40px;
		margin: 5px 0 20px 0;
	}

	.main-partners ul li {
		width: 16.666%;
		margin-bottom: 10px;
	}

	.business-more h1 {
		font-size: 22px;
		padding: 30px 25px;
	}

	.business-more {
		padding: 25px 0;
	}
}


@media (max-width:658px) {

	.product-memo-img li,
	.productlc-ul ul li {
		width: 29%;
		margin: 20px 2%;
	}

	.product-ts dl dd {
		width: 100%;
	}

	.product-ts dl dt {
		width: 100%;
		margin: 15px 0 0 0;
	}

	.product-ul ul.w4 li {
		width: 48%;
	}

	.main-form .main-form-fl {
		width: 100%;
		margin: 0;
	}

	.product-ul ul.w5 li {
		width: 49%;
	}

	.productys-ul ul li {
		width: 98%;

		background: url(../image/bj01.jpg) no-repeat;
		background-size: cover;
	}

	.productjs-ul ul li {
		width: 43%;
	}

	.main-form .main-form-fr {
		width: 100%;
		margin: 0;
	}

	.main-form .main-form-fr a {
		margin: 10px auto;
	}

	#myMap {
		height: 220px;
		margin: 20px 0;
	}

	.i-service-dl dl dt {
		width: 100%;
	}

	.i-service-dl dl dt img {
		width: 100%;
	}

	.i-service-dl dl dd {
		width: 100%;
		padding: 20px;
	}

	.i-service-dl dl dt.mp {
		display: block
	}

	.i-service-dl dl dt.pc {
		display: none;
	}

	.main-solution-service ul li {
		width: 100%;
		margin: 5px 0;
	}

	.main-solution-service ul li a {
		padding: 20px 15px 15px 15px;
	}

	.main-solution-service ul li:hover a {
		margin-top: auto;
		box-shadow: 0 0 20px #c2d6f3;
	}

	.main-solution-service ul li i {
		width: 65px;
	}

	.i-title {
		margin-bottom: 30px;
	}

	.i-title h2 {
		font-size: 24px;
	}

	.i-title em {
		margin: 9px auto;
		border-radius: 8px;
		height: 4px;
		width: 30px;
	}

	.i-title p {
		color: #707070;
		font-size: 14px;
	}

	.main-solution-js ul li {
		font-size: 14px;
	}

	.i-service-dl dl dd h3 {
		padding: 10px 0;
		font-size: 20px;
	}

	.i-service-dl dl dd p {
		font-size: 14px;
	}

	.i-service-dl dl dd a {
		font-size: 15px;
	}

	.i-service-dl .service-icon h4 {
		font-size: 25px;
		line-height: 42px;
	}

	.i-service-dl .service-icon img {
		max-width: 80px;
		margin: 12px auto;
	}

	.main-solution-pt dl dd p {
		font-size: 13px;
		line-height: 22px;
	}

	.main-solution-pt dl dd {
		padding: 0;
	}

	.main-solution-pt dl {
		padding: 10px;
	}

	.set-title ul li {
		font-size: 14px;
		width: auto;
		margin-right: 10px;
	}

	.set-middle-item dl dd h3 {
		font-size: 20px;
	}

	.set-middle-item dl dd p {
		font-size: 12px;
	}

	.set-middle-item ul li h4 {
		font-size: 14px;
	}

	.set-middle-item ul li:before {
		left: 5px;
		width: 20px;
		height: 22px;
	}

	.set-middle-item ul li {
		padding: 15px 10px 15px 30px;
	}

	.set-middle-item a {
		font-size: 16px;
	}

	.i-solution .i-solution-box ul li h3 {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}

	.i-solution .i-solution-box ul li p {
		font-size: 12px;
	}

	.i-solution .i-solution-box ul li i {
		width: 60px;
		height: 60px;
		margin: 10px auto;
	}

	.location-class .section {
		width: 100%;
	}

	.location-class a {
		margin: 0 15px 0 5px;
	}

	.main-partners ul li {
		width: 25%;
	}

	.main-partners ul li img {
		max-width: 60%;
	}

	.main-partners ul li h4 {
		font-size: 12px;
		line-height: 20px;
		padding: 3px 4px;
	}

	.i-adv {
		font-size: 16px;
	}

	.foot-link span {
		font-size: 14px;
	}

	.foot-link a {
		font-size: 12px;
	}

	.foot-contact .foot-fl ul h3 {
		font-size: 15px;
		padding: 5px 0 10px 0;
	}

	.foot-contact .foot-fl ul li {
		font-size: 12px;
	}

	.foot-contact .foot-fr ul li {
		font-size: 12px;
	}

	.foot-contact .foot-fr a {
		font-size: 14px;
	}

	.foot-copyright {
		font-size: 12px;
	}

	.i-solution .i-solution-box ul li {
		width: 49%;
	}

	.foot-contact .foot-fr ul h3 {
		font-size: 15px;
		padding: 5px 0 10px 0;
	}

	.main-jzg ul li {
		width: 46%;
		margin: 10px 2%;
	}

	.main-solution ul li {
		width: 46%;
		margin: 10px 2%;
	}

	.main-solution ul li a {
		width: 110px;
		height: 110px;
		padding: 15px;
	}

	.main-solution ul li i {
		width: 50px;
		height: 50px;
	}

	.main-solution ul li h3 {
		font-size: 15px;
		line-height: 28px;
	}

	.main-solution ul li:nth-child(2) {
		margin: 10px 2%;
	}

	.main-solution ul li:nth-child(5) {
		margin: 10px 2%;
	}

	.main-solution-dl dl dd h3 {
		width: 110px;
		font-size: 24px;
	}

	.main-solution-dl dl dd h3:before {
		width: 55px;
		height: 14px;
		left: -68px;
		top: 18px;
	}

	.main-solution-dl dl dd h3:after {
		width: 55px;
		height: 14px;
		right: -68px;
		top: 18px;
	}

	.main-solution-dl dl dt {
		width: 80%;
		margin: 0 10%;
	}

	.main-solution-dl dl dt img {
		max-width: 100%;
	}

	.main-product-dl .fdj .fdj-txt h3 {
		font-size: 19px;
	}

	.main-about .about-txt {
		font-size: 14px;
		line-height: 35px;
		padding: 20px;
	}

	.main-wh dl dt {
		width: 100%;
	}

	.main-wh dl dd {
		width: 100%;
	}

	.main-jzg ul li h3 {
		font-size: 20px;
		line-height: 30px;
		padding: 10px 0;
	}

	.main-contact ul li {
		width: 98%;
	}

	.main-contact ul li a {
		padding: 10px 15px;
	}

	.main-contact ul li h3 {
		font-size: 16px;
	}

	.main-contact ul li p {
		font-size: 13px;
		padding: 10px 0;
	}

	.main-honor .main-honor-list01 li:nth-child(1) {
		width: 50%;
	}

	.main-honor .main-honor-list01 li:nth-child(2) {
		width: 50%;
	}

	.main-honor .main-honor-list01 li:nth-child(3) {
		width: 50%;
	}

	.main-honor .main-honor-list01 li:nth-child(4) {
		width: 50%;
	}

	.main-honor .main-honor-list02 li {
		width: 50%;
	}

	.main-honor .main-honor-list02 li:last-child {
		width: 100%;
		height: 60px;
	}

	.main-honor .main-honor-list02 li span {
		display: block;
		text-align: center;
	}

	.main-honor ul li h4 {
		padding: 12px 0;
		font-size: 14px;
		line-height: 25px;
	}

	.business-pan ul li {
		width: 99%;
	}

	.business-pan ul li h3 {
		min-height: auto;
	}

	.business-more h1 {
		font-size: 18px;
		padding: 20px 25px;
	}

	.business-service li {
		width: 46%;
		margin: 20px 2%;
	}

	.business-service li:nth-child(2),
	.business-service li:nth-child(5) {
		margin: 20px 2%;
	}

	.main-partners .qy li {
		width: 33.333%;
	}

	.product-memo-txt li,
	.product-ts dl dd,
	.product-ul ul li p,
	.product-ul ul li h4 {
		font-size: 16px;
	}

}

@media (max-width:525px) {}

@media (max-width:428px) {}
