* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}
.flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 75px;
}
.jszcbox .jszcimg{
	width: 55px;
	opacity: 0.4;
}
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: #2b292f;
	-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: #444;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 92%;
	max-width: 1400px;
	margin: auto;
}

/*header*/

.header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
}

.header .section {
	padding: 15px 0;
	position: relative;
}

.header .logo {
	width: 15%;
	max-width: 89px;
}

.header .logo a {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header .logo img {
	max-width: 100%;
	display: block;
}

.header .menu {
	width: 80%;
	float: right;
	font-family: 'futuranewdemi';
}

.header .menu ul {
	width: 80%;
	float: left;
}

.header .menu ul li {
	float: left;
	width: 16.666%;
	text-align: center;
}

.header .menu ul li a {
	display: block;

	text-transform: uppercase;
	position: relative;
	font-size: 17px;
	line-height: 89px;

}



.header .menu ul li a.on,
.header .menu ul li a:hover {
	color: #2f72e3 !important;
}

.header .menu li .drop {
	background: #777;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 115px;
	display: none;
}

.header .menu li .drop ul {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}

.header .menu li .drop li {
	width: 33.3333%;
	float: left;
}

.header .menu li .drop li a {
	padding: 0;
}


.header .search {
	width: 15%;
	max-width: 187px;
	background: #e3e3e3;
	overflow: hidden;
	float: right;
	border-radius: 30px;
	margin-top: 25px;
}

.header .search input.username {
	width: 80%;
	border: 0;
	height: 40px;
	background: #e3e3e3;
	padding: 0 10px;
	float: left;
}

.header .search input.da_button {
	width: 20%;
	border: 0;
	height: 40px;
	float: left;
	background: #e3e3e3 url(../search.png) no-repeat center center;
}



.m_menu {
	background: url(../icon_nav.png) no-repeat center;
	background-size: 80%;
	width: 50px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 65px;
	display: none;
}

.m_menu_k {
	background: url(../icon_nav_k.png) no-repeat center;
	background-size: 80%;
	width: 50px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 65px;
}

.header .menu a {
	color: #000;
}

.hide {
	top: -91px;
}

.fixnav a {
	color: #333333 !important;
}

.fixnav {
	width: 100%;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
	transition: 0.3s;
}

.n-header {
	width: 100%;
	background: #0b0b0d;
}




.i-title {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.i-title h2 {
	font-weight: 550;
	color: #005cad;
	line-height: 55px;
	font-size: 43px;
}

.i-title span {
	position: relative;
	color: #ee0010;
	padding-left: 15px;
	margin-left: 15px;
}

.i-title span:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #005cad;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.i-title em {
	border-bottom: 1px dashed #a2a2a2;
	margin: 10px auto 0 auto;
	height: 1px;
	display: block;
	width: 60%;
	max-width: 895px;
}

.i-title p {
	background: url(../icon01.png) no-repeat center;
	color: #fff;
	line-height: 37px;
	font-size: 14px;
}


.i-title .c-f {
	color: #fff;
}

.i-title .bf {
	background: #fff;
}

.n-title {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.n-title span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	position: relative;
	color: #333333;
}

.n-title p {
	padding: 6px 0;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	color: #999999;
}

.n-title span:before {
	content: '';
	width: 150px;
	height: 1px;
	position: absolute;
	background: #dedede;
	left: -185px;
	top: 91%;
}

.n-title span:after {
	content: '';
	width: 150px;
	height: 1px;
	position: absolute;
	background: #dedede;
	right: -185px;
	top: 91%;
}

.n-title .c-f {
	color: #fff;
}

.n-title span.bf:before {
	background: #fff;
}

.n-title span.bf:after {
	background: #fff;
}


.i-more {
	width: 100%;
	margin: 0 auto;
}

.i-more a {
	color: #fff;
	width: 70%;
	display: block;
	margin-top: 35px;
	border-radius: 30px;
	text-align: center;
	max-width: 208px;
	position: relative;
	line-height: 50px;
	font-size: 16px;
}

.i-more a.hs {
	background: #de1e19;
	margin: 0 auto !important;
}

.i-more a.ls {
	background: #2f72e3;
}

.i-more a::after {
	content: "";
	display: block;
	width: 24px;
	height: 13px;
	background: url(../icon07.png);
	position: absolute;
	right: 12%;
	top: 50%;
	margin-top: -6px;
}

.i-more a:hover {
	background: #de1e19;
}

/*icon-ul*/
.icon-ul {
	width: 100%;
	position: relative;
}

.icon-ul ul {
	width: 100%;
	position: relative;
	z-index: 10;
	border-radius: 5px;
	margin-top: -70px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px #aaa;
}

.icon-ul li {
	width: 23%;
	margin: 10px 1%;
	float: left;
	text-align: center;
}

.icon-ul li img {
	display: block;
	width: 77px;
	border-radius: 100%;
	margin: 10px auto;
	border: 2px solid #2f72e3;
}

.icon-ul ul li p {
	line-height: 40px;
	color: #2e2e2e;
	font-size: 20px;
}




/*i-about*/
.i-about {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 50px 0;
}

.about-box {
	width: 100%;
	overflow: hidden;
}

.about-box .about-fl {
	width: 50%;
	border: 1px solid #d9d9d9;
	padding: 8px;
	position: relative;
}

.about-box .about-fl img {
	max-width: 100%;
	display: block;
}


.about-box .about-fr {
	width: 46%;
	float: right;
}

.about-title {
	width: 100%;
	padding: 6px 0 10px 0;
	line-height: 35px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.about-title span {
	display: block;
	float: left;
	font-size: 25px;
	color: #373737;
}

.about-title a {
	display: block;
	font-size: 18px;
	padding: 0 25px;
	float: right;
	position: relative;
}

.about-title a:before {
	content: "";
	display: block;
	width: 15px;
	height: 18px;
	background: url(../qq.jpg);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}

.about-title a:hover {
	color: #2f72e3;
}

.i-about .about-txt {
	font-size: 15px;
	color: #4a4a45;
	margin-top: 30px;
	line-height: 33px;
}


.i-about .about-txt h2 {
	color: #373737;
	margin: 20px 0;
	padding: 0 15px;
	font-size: 26px;
	line-height: 42px;
	position: relative;
}

.i-about .about-txt h2:before {
	content: "";
	display: block;
	width: 4px;
	border-radius: 100%;
	height: 4px;
	background: #222;
	position: absolute;
	left: 0;
	top: 20px;
}

.i-about .about-txt p {
	text-indent: 2em;
	padding: 0 15px;
}


/*i-product*/
.i-product {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.i-product-left {
	width: 20%;
	float: left;
}

.i-product-right {
	width: 79%;
	float: right;
}

.index-title {
	width: 100%;
	text-align: center;
	background: #2f72e3;
	font-weight: bold;
	padding: 30px 0;
	position: relative;
}

.index-title span {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	color: #fff;
	position: relative;
	padding-right: 35px;
}

.index-title span::after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
	background: url(../icon21.png) no-repeat;
}

.product-class {
	background: #f7f7f7;
	overflow: hidden;
	border-bottom: 9px solid #ee0010;
}


.product-class ul.smallclass-ul {
	margin: 0 10px;
}

.product-class li a {
	display: block;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	color: #333333;

}

.product-class li a.bigclass {
	background: #f0f0f0;
	font-weight: bold;
	padding: 18px 35px 18px 75px;
}


.product-class li a.bigclass::before {
	content: "";
	display: block;
	width: 9px;
	border-radius: 100%;
	height: 9px;
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -7px;
	border: 3px solid #ee0010;
}

.product-class li a.bigclass::after {
	content: "";
	display: block;
	width: 23px;
	border-radius: 100%;
	height: 23px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
	background: url(../icon12.png) no-repeat;
}

.product-class li a.smallclass {
	background: #f7f7f7;
	padding: 10px 36px 10px 60px;
	border-bottom: 1px dashed #bcbcbc;
}

.product-class li a.smallclass::before {
	content: "";
	display: block;
	width: 7px;
	border-radius: 100%;
	height: 14px;
	position: absolute;
	left: 40px;
	top: 16px;

	background: url(../icon22.png) no-repeat;
}

.product-class li a:hover {

	color: #005dad;
}

.product-ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.product-ul li {
	width: 31.333%;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #eeeeee;
	margin: 0 1% 10px 1%;
	text-align: center;
}

.product-ul li a {
	display: block;
	background: #fff;
	width: 100%;
}

.product-ul .product-img {
	width: 92%;
	margin: 10px auto;
	overflow: hidden;
}

.product-ul li img {
	width: 100%;
	margin: auto;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.product-ul li h4 {
	line-height: 48px;
	padding: 0 10px;
	background: #eeeeee;
	font-size: 16px;
	color: #181818;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	overflow: hidden;
}

.product-ul li a:hover h4 {
	background: #2f72e3;
	color: #fff;
}

.product-ul li a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}

/*bis-solution*/
.bis-solution {
	width: 100%;
	overflow: hidden;
	background: url("../bis-solution.jpg") no-repeat top center;
}

.bis-solution img {
	max-width: 100%;
}

.bis-solution .box {
	margin-top: 107px;
}

.bis-solution-left {
	width: 53%;
	float: left;
}

.bis-solution-right {
	width: 44%;
	float: right;
}

.bis-solution-right h1 {
	font-size: 53px;
	font-weight: bold;
	color: #2c2c2c;
}

.bis-solution-right p {
	font-size: 20px;
	padding: 10px 0;
	color: #868686;
}

.bis-solution-right em {
	display: block;
	width: 92px;
	height: 5px;
	margin: 25px 0;
	background: #005cad;
}

.bis-solution-right ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bis-solution-right ul li {
	width: 49%;
	margin: 15px 1% 15px 0;
	padding-left: 30px;
	font-size: 16px;
	position: relative;
}

.bis-solution-right ul li:before {
	content: "";
	display: block;
	width: 22px;
	border-radius: 100%;
	height: 22px;
	background: url("../quan.png") no-repeat top center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
}

.bis-solution-bottom {
	float: right;
	background: #fff;
}

/*i-solution*/
.i-solution {
	width: 100%;
	padding: 60px 0 120px 0;
	overflow: hidden;

}

.solution-box {
	overflow: hidden;
	padding: 0 60px;
}

.solution-top {
	margin-top: 60px;
}

.solution-bottom {
	margin-top: 20px;
}

.solution-img {
	width: 60%;
}

.solution-img img {
	max-width: 100%;
}

.solution-txt {
	width: 38%;
}

.solution-txt h3 {
	font-size: 22px;
	padding: 10px 0;
	font-weight: bold;
	color: #005cad;
}

.solution-txt p {
	font-size: 15px;
	line-height: 28px;
	color: #474747;
}

.solution-txt ul {
	width: 100%;
}

.solution-txt ul li {
	font-size: 15px;
	line-height: 28px;
	color: #474747;
}

.solution-txt span {
	display: block;
	position: absolute;
	width: 56px;
	height: 56px;
	background: #2f72e3;
	color: #fff;
	line-height: 56px;
	font-size: 26px;
	font-weight: bold;
	border-radius: 100%;
	left: 0;
	top: 1px;
	text-align: center;
}

.solution-txt span::after {
	content: "";
	display: block;
	width: 1px;
	height: 100px;
	border-left: 1px dashed #c6c6c6;
	position: absolute;
	right: 50%;
	top: 100%;

}



.solution-top .solution-img {
	float: left;
}

.solution-top .solution-txt {
	float: right;
}

.solution-bottom .solution-img {
	float: right;
}

.solution-bottom .solution-txt {
	float: left;
}

.solution-txt-box {
	padding-left: 80px;
	position: relative;
}

.solution-top .solution-txt-box {
	max-width: 565px;
}

.solution-bottom .solution-txt-box {
	max-width: 465px;
}

.solution-top .solution-txt01 {
	margin-top: 20px;
	float: left;
	margin-left: -150px;
}

.solution-top .solution-txt02 {
	margin-top: 80px;
	float: left;
}

.solution-bottom .solution-txt01 {
	margin-top: 2px;
	float: right;
	margin-right: -60px;
}

.solution-bottom .solution-txt02 {
	margin-top: 40px;
	float: right;
	margin-right: 150px;
}




/*i-solution*/
.i-tp {
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
	background: #eeeeee;
}


.set-content {
	width: 100%;
	margin: 0 auto;
}

.set-title {
	width: 100%;
	background: #eeeeee;
	padding: 40px 0;
	text-align: center;
	z-index: 9999;
}

.set-title ul {
	font-size: 0;
	margin: 0 auto;
	text-align: center;
}

.set-title ul li {
	display: inline-block;
	width: 21%;
	max-width: 245px;
	margin: 0 2%;
	line-height: 61px;
	font-size: 24px;
	color: #000;
	background: #f6f5f5;
	box-sizing: border-box;
	cursor: pointer;
	padding: 17px 25px;
}

.set-title ul li i {
	display: block;
	float: left;
	width: 61px;
	height: 61px;
	margin-right: 10px;
	border-radius: 100%;
	background: #eeeeee;
}

.set-title ul li img {
	max-width: 100%;
}

.set-title ul .on {
	background: #005cad;
	color: #fff;
}

.set-middle {
	background: url("../set-content.jpg") no-repeat top center;
	box-sizing: border-box;
	overflow: hidden;
}

.set-middle .section {
	overflow: hidden;
	padding: 0 25px 50px 65px;
	background: #fff;
	margin-bottom: 85px;
}

.set-middle .section dl {
	overflow: hidden;
}

.set-middle .section dl dd {
	width: 30%;
	float: left;
}

.set-middle .section dl dd h1 {
	font-size: 90px;
	font-weight: bold;
	padding: 25px 0 5px 0;
	color: #ee0010;
}

.set-middle .section dl dd h2 {
	font-size: 38px;
	color: #343434;
}

.set-middle .section .s-txt {
	font-size: 18px;
	overflow: hidden;
	margin: 30px 5px;
	color: #343434;
}

.set-middle .section .s-txt p {
	margin: 15px 0;
	padding: 0 15px;
	position: relative;
}

.set-middle .section .s-txt p::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 10px;
	background: #dedede;

}

.set-middle .section h4 {
	font-size: 24px;
	font-weight: bold;
	color: #454545;
}


.set-middle .section dl dt {
	width: 65%;
	float: right;
}

.set-middle .section dl dt img {
	max-width: 100%;
}


/*i-news*/
.i-news {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #fff;
}

.aui-nav-content-box {
	width: 100%;
	position: relative;
	margin: 50px 0;
	overflow: hidden;
}

.aui-nav-list-box {
	width: 100%;
	padding-bottom: 50px;
	margin: auto;
	overflow: hidden;
	zoom: 1;
	border-bottom: none;
	z-index: 110;
	text-align: center;
	display: block;
}

.aui-nav-list-box ul li {
	display: inline-block;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	margin: 0 10px;
	text-align: center;
	font-size: 20px;
}

.aui-nav-list-box ul li a {
	color: #3d3d3d;

}

.aui-nav-list-box ul .aui-current a {
	color: #de1e1b;
}

.aui-nav-list-box ul li a:hover {
	color: #de1e1b;
}


.aui-nav-list-item {
	display: none;
}

.news-wap {
	width: 58%;
	float: left;
}

.news-wap ul {
	width: 100%;
}

.news-wap ul li {
	width: 48%;
	margin: 10px 1%;
	box-shadow: 0 0 10px #ccc;
	float: left;
	overflow: hidden;
}

.news-wap ul li a {
	display: block;
	padding: 20px 20px;
	background: #fff;
}

.news-txt-box h4 {
	font-size: 30px;
	font-weight: bold;
	color: #45403c;
	margin-bottom: 25px;
}

.news-txt-box h3 {
	font-size: 18px;
	color: #323232;
	margin: 5px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

}

.news-txt-box p {
	font-size: 16px;
	line-height: 26px;
	color: #6f6f6f;
	margin-top: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-txt-box span {
	font-size: 14px;
	font-weight: normal;
	color: #bbbbbb;
}

.news-wap .news-img {
	width: 100%;
	margin-top: 25px;
	overflow: hidden;

}

.news-wap .news-img img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}


.news-list {
	width: 40%;
	float: right;
	overflow: hidden;
}

.news-list ul {
	width: 100%;
}

.news-list ul li {
	width: 98%;
	margin: 10px 1%;
	background: #fff;
	float: left;
	overflow: hidden;
}

.news-list ul li a {
	display: block;
	padding: 20px 20px;
	background: #fff;
}

.news-list dl {
	display: flex;
	flex-wrap: wrap;
}

.news-list dl dt {
	width: 15%;
	font-size: 30px;
}

.news-list dl dd {
	width: 85%;
}

.news-list ul li a:hover {
	background: #4690cc;
}

.news-list ul li a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.news-list ul li a:hover h2,
.news-list ul li a:hover p,
.news-list ul li a:hover span {
	color: #fff;
}


/*i-partners*/
.i-partners {
	width: 100%;
	background-size: cover;
	padding: 60px 0;
	overflow: hidden;
}

.i-partners .partners-box {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}

.i-partners .partners-box img {
	max-width: 100%;
	margin: 10px auto;
	display: block;
}



/*banner*/
.banner {
	width: 100%;
	margin-top: 119px;
	overflow: hidden;
	position: relative;
}

.banner img {
	display: inline;
	width: 100%;
}


.n-ban-img {
	width: 100%;
	height: 406px;
}

.n-ban-txt {
	width: 100%;
	max-width: 1300px;
	height: 168px;
	padding-left: 40px;
	position: absolute;
	left: 50%;
	margin-left: -650px;
	top: 50%;
	margin-top: -84px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: url(../n-ban-txt.png) no-repeat left center;
}


.n-ban-txt em {
	display: block;
	width: 50px;
	height: 7px;
	background: #0058b0;
}

.n-ban-txt h2 {
	font-size: 50px;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #0058b0;
}

.n-ban-txt p {
	font-size: 30px;
	max-width: 1355px;
	color: #333333;
}



.main-nav {
	width: 100%;
	overflow: hidden;
	background: #fff;
	color: #333333;
	font-size: 16px;
}

.main-nav .section {
	padding: 20px 0;
	border-bottom: 1px dashed #cccccc;
}

.main-nav a {
	color: #333333;

}



.h69 {
	width: 100%;
	height: 69px;
}

/*about*/
.main-about {
	width: 100%;
	padding: 50px 0 80px 0;
	overflow: hidden;
}

.main-about .ab-l {
	width: 43%;
	float: left;
	font-size: 16px;
	margin-top: 50px;
	line-height: 28px;
	color: #444;
}

.main-about .ab-l img {
	width: 100%;

}

.main-about .ab-r {
	width: 54%;
	float: right;
	overflow: hidden;
	line-height: 28px;
	margin-top: 50px;
	font-size: 15px;
	color: #666666;
}

.main-about .ab-r h3 {
	font-size: 24px;
	color: #2f72e3;
	padding: 15px 0;
	font-weight: bold;
}

.main-about .ab-r h4 {
	font-size: 20px;
	padding: 15px 0;
	color: #333;
}

.main-jz {
	width: 100%;
	padding: 80px 0;
	background: url("../main-jz.jpg") no-repeat center;
	overflow: hidden;
}

.main-jz h2 {
	padding: 5px 0;
	font-size: 21px;
	color: #333333;
}

.main-jz h1 {
	padding: 5px 0;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}


.main-jz ul {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	margin-top: 50px;
}

.main-jz ul li {
	width: 23%;
	margin: 0 1%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background-color: #80aaf3;
}

.main-jz ul li a {
	margin: 0 auto;
	display: block;
	padding: 30px 15px;
	color: #fff;
}


.main-jz ul li img {
	max-width: 100%;
	margin: 5px auto;
}

.main-jz ul li p {
	padding: 10px 0;
	font-size: 20px;
	line-height: 30px;

}



.n-partners {
	width: 100%;
	background: url("../i-partners.jpg") no-repeat;
	padding: 80px 0;
	overflow: hidden;
}

.n-partners .partners-box {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.n-partners .partners-box ul {
	width: 100%;
}

.n-partners .partners-box ul li {
	width: 14.666%;
	float: left;
	margin: 10px 1%;
	background: #fff;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}

.n-partners .partners-box ul li a {
	display: block;
	width: 100%;
	border: 1px solid #eeeeee;
	background: #fff;
}

.n-partners .partners-box ul li img {
	max-width: 80%;
	margin: 10px auto;
	display: block;
}




/*新闻中心*/
.main-news {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

.main-news ul {
	width: 100%;
}

.main-news ul li {
	width: 100%;
	display: block;
	border-bottom: 1px dashed #e3e3e3;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.main-news ul li a {
	width: 100%;
	display: block;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	color: #222222;
	font-size: 16px;
}

.main-news .news-list-title {
	width: 78%;
	float: left;
}

.main-news .news-list-time {
	width: 20%;
	float: right;
	text-align: right;
	color: #939292;
}

.main-news ul li i {
	display: block;
	width: 15px;
	margin-right: 10px;
	background: url("../ld.png") no-repeat left center;
	height: 45px;
	float: left;
}

.main-news ul li a:hover {
	color: #015cb9;
}

.news-detail {
	width: 100%;
	background: #fff;
	padding: 50px 0;
	overflow: hidden;
}


.news-detail h2 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #000;
	line-height: 54px;
	padding: 19px 0;
}

.news-detail .news-time {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #e6e6e6;
	color: #666666;
	text-align: center;
}

.news-detail .news-intro {
	width: 100%;
	padding-top: 20px;
	line-height: 28px;
	font-size: 14px;
	color: #333;
}

.news-detail .news-intro h3 {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.news-detail .news-intro p {
	padding: 5px 0;
}

.news-detail .news-intro img {
	max-width: 100%;
}


/*i-product*/
.main-product {
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}

.main-product-left {
	width: 21%;
	float: left;
}

.main-product-right {
	width: 77%;
	float: right;
}

.main-index-title {
	width: 100%;
	text-align: center;
	background: #005dad;
	font-weight: bold;
	position: relative;
}

.main-index-title h3 {
	display: block;
	width: 100%;
	line-height: 73px;
	margin: auto;
	font-weight: bold;
	font-size: 30px;
	color: #3573b6;
}

.main-index-title span {
	display: block;
	position: absolute;
	width: 100%;
	font-weight: bold;
	text-align: center;
	z-index: 2;
	top: 40%;
	font-size: 25px;
	color: #fff;
}

.main-product-class {
	background: #eeeeee;
	overflow: hidden;
	padding: 10px 10px;
}


.main-product-class ul.smallclass-ul {
	margin-bottom: 10px;
}

.main-product-class li a {
	display: block;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	color: #333333;

}

.main-product-class li a.bigclass {
	background: #dcdcdc;
	font-weight: bold;
	padding: 10px 35px 10px 15px;
}

.main-product-class li a.smallclass {
	background: #fff;
	padding: 10px 36px 10px 20px;
	border-bottom: 1px dashed #dadada;
}

.main-product-class li a.bigclass::after {
	content: "";
	display: block;
	width: 23px;
	border-radius: 100%;
	height: 23px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
	background: url(../icon12.png) no-repeat;
}

.main-product-class li a.smallclass::after {
	content: "";
	display: block;
	width: 16px;
	border-radius: 100%;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	background: url(../icon13.png) no-repeat;
}

.main-product-class li a:hover {

	color: #005dad;
}

.service-contact-ban {
	background: #005dad;
	overflow: hidden;
	color: #fff;
	margin-top: 10px;
}

.service-contact-ban img {
	width: 100%;
}

.service-contact-ban .box {
	padding: 20px;
	text-align: center;
	font-weight: bold;
}

.service-contact-ban em {
	display: block;
	height: 1px;
	margin: 8px 0;
	background: #fff;
}

.service-contact-ban h3 {
	font-size: 20px;
	font-weight: bold;
}

.service-contact-ban p {
	font-size: 18px;
}


.nowmenu {
	overflow: hidden;
	background: #eeeeee;
	margin-bottom: 15px;
	line-height: 44px;
	padding: 0 15px;
}

.nowmenu span {
	background: url("../icon14.png") no-repeat left center;
	font-size: 18px;
	padding-left: 25px;
	color: #333;
}

.main-product-ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.main-pz-ul li {
	width: 23% !important;

}

.main-product-ul li {
	width: 31.333%;
	margin: 15px 1% 30px 1%;
	position: relative;
	text-align: center;
}

.main-product-ul li a {
	display: block;
	padding: 10px 10px;
	background: #ebebeb;
}

.main-product-ul .product-img {
	overflow: hidden;
}

.main-product-ul li img {
	width: 100%;
	margin: auto;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-product-ul li h4 {
	line-height: 24px;
	padding: 8px 0 15px 0;
	background: #eeeeee;
	font-size: 16px;
	color: #181818;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.main-product-ul li i {
	display: block;
	position: absolute;
	width: 38px;
	height: 38px;
	left: 50%;
	margin-left: -19px;
	bottom: -23px;
	background: #005dad url(../icon15.png) no-repeat center;
	border-radius: 100%;
}


.main-product-ul li a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}

.main-product-ul li a:hover i {
	width: 100%;
	left: 0;
	margin: 0;
	transition: 0.2s;
	border-radius: inherit;
}

.cp-detail-content {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}

.cp-detail-content img {
	max-width: 100%;
}



.cp-detail-content .cp-img {
	width: 100%;
	text-align: center;
}

.cp-detail-content .cp-img dl {
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}

.cp-detail-content .cp-img dl dt {
	width: 35%;
	float: left;
	border: 1px solid #ccc;
}

.cp-detail-content .cp-img dl dd {
	width: 62%;
	float: right;
	text-align: left;
	font-size: 15px;
	color: #000;
	line-height: 28px;
}

.cp-detail-content .cp-img dl dd h2 {
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #444;
	padding: 14px 0;
}

.cp-detail-content .cp-img img {
	margin: auto;
}

.cp-detail-content .cp-intro {
	width: 100%;
	line-height: 28px;
	padding: 30px 0;
	font-size: 14px;
	color: #333;
}

.cpxq-01-nav {
	font-size: 18px;
	height: 56px;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	float: left;
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.cpxq-01-nav span {
	float: left;
	height: 57px;
	line-height: 56px;
	padding: 0 30px;
	border-right: 1px solid #ebebeb;
	cursor: pointer;
	background: url(../p14-icon10.png) no-repeat center bottom #0d58a9;
	color: #fff;
}

.cp-detail-content .cp-intro span {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.cp-detail-content .cp-intro table tr {}

.cp-detail-content .cp-intro table tr td {
	padding: 3px;
	border: 1px solid #ccc;
}

.cp-detail-content .cp-intro img {
	max-width: 100%;
	margin: 10px auto;
}

.cp-detail-content .cp-intro p {
	padding: 5px 0;
}


/*.service-box*/

.service-box {
	width: 100%;
	background: url(../service-box.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 80px 0 180px 0;
	overflow: hidden;
}


.service-box h4 {
	font-size: 21px;
	color: #333;
	text-align: center;
}

.service-box h1 {
	text-align: center;
	font-size: 36px;
	padding: 12px 0;
	font-weight: bold;
	color: #333;
}

.service-box img {
	max-width: 100%;
	margin: 0 auto;
}

.service-box .box {
	margin-top: 60px;
}

.mp-service {
	width: 100%;
	display: none;
}

.pc-service {
	display: block;
}

.mp-service ul {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.mp-service ul li {
	width: 48%;
	margin: 10px 1%;
}

.mp-service ul li h3 {
	font-size: 20px;
	color: #2f72e3;
	font-weight: bold;
	padding-left: 60px;
	line-height: 55px;
	position: relative;
	margin-bottom: 10px;
}

.mp-service ul li h3::before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 1px;
	top: 4px;
}

.mp-service ul li h3.s01::before {
	background: url(../s01.png);
	background-size: 100%;
}

.mp-service ul li h3.s02::before {
	background: url(../s02.png);
	background-size: 100%;
}

.mp-service ul li h3.s03::before {
	background: url(../s03.png);
	background-size: 100%;
}

.mp-service ul li h3.s04::before {
	background: url(../s04.png);
	background-size: 100%;
}

.mp-service ul li p {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	padding-left: 30px;
	position: relative;
}

.mp-service ul li p::before {
	content: "";
	display: block;
	width: 15px;
	height: 7px;
	background: url(../jtt.png);
	position: absolute;
	left: 5px;
	top: 10px;
}


.up-down {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	margin-top: 50px;
	overflow: hidden;
	color: #999;
	box-shadow: 0 0 10px #ccc;
}

.up-down ul {
	width: 98%;
	margin: auto;
}

.up-down ul li a {
	color: #999;
	font-size: 14px;
}

.up-down ul li a:hover {
	color: #0073ad;
}



/*main-contact*/
.main-contact {
	width: 100%;
	overflow: hidden;
	padding: 120px 0;
	background: url("../main-contact.jpg") no-repeat center bottom;
	background-size: 100%;
}

.main-contact .con-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.main-contact .con-fl {
	width: 40%;
	background: #004ea1;
	overflow: hidden;
	padding: 30px 0;
}

.main-contact .con-fl ul {
	width: 90%;
	margin: auto;
	overflow: hidden;
}

.main-contact .con-fl ul li {
	font-size: 15px;
	color: #fff;
	padding: 10px 0;
	position: relative;
	line-height: 25px;
	border-bottom: 1px solid #80aed6;
}

.main-contact .con-fl ul li span {
	display: block;
	font-weight: bold;
}

.main-contact .con-fl ul li:last-child {
	border: 0;
}

.main-contact .con-fl ul li:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
}

.main-contact .con-fl ul li.icon01:before {
	background: url("../icon04.png");
	background-size: 100%;
}

.main-contact .con-fl ul li.icon02:before {
	background: url("../icon05.png");
	background-size: 100%;
}

.main-contact .con-fl ul li.icon03:before {
	background: url("../icon06.png");
	background-size: 100%;
}

.main-contact .con-fl ul li.icon04:before {
	background: url("../icon07.png");
	background-size: 100%;
}

.main-contact .con-fr {
	width: 60%;
	float: left;
}

#allmap {
	height: 480px;
	border: solid 6px #ffffff;
}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}



.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 {
	width: 100%;
	background: #005dad;
	padding: 40px 0 0 0;
	overflow: hidden;
	border-top-right-radius: 120px;
}

.foot-box .foot-menu {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}

.foot-box .foot-menu .menuul {
	float: left;
	position: relative;
	padding-left: 20px;
}


.foot-box .foot-menu .menu01 {
	width: 10%;
}

.foot-box .foot-menu .menu02 {
	width: 50%;
}

.foot-box .foot-menu .menu02 ul {

	margin-right: 4.5%;
	float: left;
}


.foot-box .foot-menu .menu03 {
	width: 30%;
}


.foot-box .foot-menu .menu03 ul {
	margin-right: 12%;
	float: left;
}

.foot-box .foot-menu .wx-img {
	width: 8%;
	float: right;
}

.foot-box .foot-menu .wx-img img {
	max-width: 100%;
}

.foot-box .foot-menu .wx-img p {
	color: #a1ccf2;
	text-align: center;
	padding: 5px 0;
	font-size: 14px;
}

.foot-box .foot-menu .menuul h3 {
	font-weight: 600;
	font-size: 19px;
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	margin-bottom: 8px;

}

.foot-box .foot-menu .menuul h3::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: #005dad;
	position: absolute;
	left: 0;
	top: 15px;

}

.foot-box .foot-menu ul li {
	width: 100%;
	line-height: 20px;
	padding: 3px 0;
	font-size: 14px;
}

.foot-box .foot-menu h4 {
	width: 100%;
	line-height: 30px;
	font-size: 15px;

}

.foot-box .foot-menu h3 a {
	color: #fff;
}

.foot-box .foot-menu a {
	color: #a1ccf2;
}

.foot-box .foot-menu a:hover {
	color: #fff;
}

.foot-box .foot-contact {
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
	border-top: 1px dashed #2d78bb;

}

.foot-box .foot-contact ul {

	float: left;
	padding-left: 45px;
	margin: 10px 1%;
	position: relative;
}

.foot-box .foot-contact ul::before {
	content: '';
	display: block;
	width: 31px;
	height: 31px;
	background: url("../icon02.jpg") no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 6px;
}

.foot-box .foot-contact ul h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	color: #Fff;
}


.foot-box .foot-contact ul li {
	width: 100%;
	color: #Fff;
	font-size: 14px;
	line-height: 25px;
}

.foot-box .foot-contact ul.contact-ul01 {
	width: 26%;
}

.foot-box .foot-contact ul.contact-ul02 {
	width: 22%;
}




.footer {
	width: 100%;
	border-top: 1px solid #2c78ba;
	color: #639dd5;
	font-size: 14px;
	padding: 15px 0;
	text-align: center;
	background: #005cad;
	line-height: 22px;
	overflow: hidden;

}

.footer a {
	color: #639dd5;
}

@media (max-width:1500px) {
	.header .section {
		width: 98%;
	}

	.section {
		width: 94%;
	}

	.header .logo a {
		max-width: 80px;
	}

	.header .menu ul li a {
		font-size: 16px;
		line-height: 80px;
	}

	.icon-ul ul li p {
		font-size: 18px;
	}

	.i-title h2 {
		font-size: 38px;
	}

	.about-title span {
		font-size: 23px;
	}

	.about-title a {
		font-size: 16px;
	}

	.i-about .about-txt h2 {
		font-size: 24px;
	}

	.i-more a {
		font-size: 15px;
	}

	.icon-ul li img {
		width: 70px;
	}

	.i-title p {
		font-size: 13px;
	}

	.product-class li a.bigclass {
		padding: 3% 5% 3% 12%;
	}

	.product-class li a.bigclass::before {
		left: 4%;
	}

	.product-class li a.smallclass {
		padding: 3% 5% 3% 10%;
	}

	.product-class li a {
		font-size: 14px;
	}

	.product-class li a.smallclass::before {
		left: 4%;
	}

	.solution-txt h3 {
		font-size: 20px;
	}

	.solution-txt p {
		font-size: 14px;
	}

	.bis-solution-right h1 {
		font-size: 40px;
	}

	.bis-solution-right p {
		font-size: 18px;
	}

	.bis-solution-right em {
		width: 85px;
		height: 4px;
	}

	.bis-solution-right ul li {
		font-size: 15px;
	}

	.set-title ul li {
		font-size: 20px;
	}

	.set-title ul li {
		line-height: 55px;
	}

	.set-title ul li i {
		height: 55px;
		width: 55px;
	}

	.set-middle .section dl dd h1 {
		font-size: 80px;
	}

	.set-middle .section dl dd h2 {
		font-size: 34px;
	}

	.set-middle .section .s-txt {
		font-size: 16px;
	}

	.set-middle .section h4 {
		font-size: 20px;
	}

	.aui-nav-list-box ul li {
		font-size: 18px;
	}

	.foot-box .foot-menu .menuul h3 {
		font-size: 17px;
	}

	.n-ban-txt h2 {
		font-size: 40px;
	}

	.n-ban-txt p {
		font-size: 24px;
	}

	.n-ban-txt em {
		width: 30px;
		height: 4px;
	}

	.main-nav {
		font-size: 15px;
	}

	.main-about .ab-r h3 {
		font-size: 20px;
	}

	.main-about .ab-r h4 {
		font-size: 18px;
	}

	.main-about .ab-r {
		font-size: 14px;
	}

	.main-jz h2 {
		font-size: 18px;
	}

	.main-jz h1 {
		font-size: 32px;
	}

	.main-jz ul li p {
		font-size: 18px;
	}

	.n-title span {
		font-size: 28px;
	}

	.main-jz ul li p {
		font-size: 18px;
	}

	.main-product-class li a.bigclass {
		padding: 4% 14% 4% 5%;
	}

	.main-product-class li a.bigclass {
		font-size: 14px;
	}

	.main-product-class li a.bigclass::after {
		right: 4%;
	}

	.main-product-class li a {
		font-size: 14px;
	}

	.main-product-class li a.smallclass {
		padding: 4% 14% 4% 5%;
	}

	.main-product-class li a.smallclass::after {
		right: 4%;
	}

	.service-contact-ban h3 {
		font-size: 18px;
	}

	.service-contact-ban .box {
		font-size: 18px;
	}

	.main-product-ul li h4 {
		font-size: 15px;
	}

	.main-news ul li a {
		font-size: 15px;
	}

	.main-contact .con-fl ul li {
		font-size: 14px;
	}

	.banner {
		margin-top: 110px;
	}

	.n-ban-img {
		height: 350px;
	}

	.news-detail h2 {
		font-size: 25px;
		line-height: 45px;
		padding: 10px 0;
	}
}


@media (max-width:1320px) {
	.news-detail h2 {
		font-size: 22px;
		line-height: 40px;
		padding: 6px 0;
	}

	.header .logo a {
		max-width: 70px;
	}

	.header .menu ul li a {
		line-height: 70px;
	}

	.icon-ul ul li p {
		font-size: 16px;
	}

	.i-title h2 {
		font-size: 32px;
	}

	.about-title span {
		font-size: 20px;
	}

	.about-title a {
		font-size: 14px;
	}

	.i-about .about-txt h2 {
		font-size: 20px;
	}

	.i-more a {
		font-size: 14px;
	}

	.icon-ul li img {
		width: 60px;
	}

	.i-title p {
		font-size: 12px;
	}

	.banner {
		margin-top: 100px;
	}

	.n-ban-img {
		height: 300px;
	}

	.product-class li a.bigclass {
		padding: 3% 5% 3% 12%;
	}

	.product-class li a.bigclass::before {
		left: 4%;
	}

	.product-class li a.smallclass {
		padding: 3% 5% 3% 10%;
	}

	.product-class li a {
		font-size: 13px;
	}

	.product-class li a.smallclass::before {
		left: 4%;
	}

	.solution-txt h3 {
		font-size: 18px;
	}

	.solution-txt p {
		font-size: 13px;
	}

	.bis-solution-right h1 {
		font-size: 35px;
	}

	.bis-solution-right p {
		font-size: 16px;
	}

	.bis-solution-right em {
		width: 75px;
		height: 3px;
	}

	.bis-solution-right ul li {
		font-size: 14px;
	}

	.set-title ul li {
		font-size: 18px;
	}

	.set-title ul li {
		line-height: 50px;
	}

	.set-title ul li i {
		height: 50px;
		width: 50px;
	}

	.set-middle .section dl dd h1 {
		font-size: 70px;
	}

	.set-middle .section dl dd h2 {
		font-size: 30px;
	}

	.set-middle .section .s-txt {
		font-size: 14px;
	}

	.set-middle .section h4 {
		font-size: 18px;
	}

	.aui-nav-list-box ul li {
		font-size: 16px;
	}

	.foot-box .foot-menu .menuul h3 {
		font-size: 15px;
	}

	.n-ban-txt h2 {
		font-size: 30px;
	}

	.n-ban-txt p {
		font-size: 20px;
	}

	.n-ban-txt em {
		width: 20px;
		height: 2px;
	}

	.main-nav {
		font-size: 14px;
	}

	.main-about .ab-r h3 {
		font-size: 18px;
	}

	.main-about .ab-r h4 {
		font-size: 16px;
	}

	.main-about .ab-r {
		font-size: 13px;
	}

	.main-jz h2 {
		font-size: 16px;
	}

	.main-jz h1 {
		font-size: 28px;
	}

	.main-jz ul li p {
		font-size: 16px;
	}

	.n-title span {
		font-size: 22px;
	}

	.main-jz ul li p {
		font-size: 16px;
	}

	.main-product-class li a.bigclass {
		font-size: 13px;
	}

	.main-product-class li a {
		font-size: 13px;
	}

	.service-contact-ban h3 {
		font-size: 16px;
	}

	.service-contact-ban .box {
		font-size: 16px;
	}

	.main-product-ul li h4 {
		font-size: 14px;
	}

	.main-news ul li a {
		font-size: 14px;
	}

	.main-contact .con-fl ul li {
		font-size: 13px;
	}

	.n-ban-txt {
		width: 90%;
		left: 5%;
		margin-left: 0;
	}
}


@media (max-width:1100px) {
	.header {
		z-index: 9999;
		background: #fff;
	}

	.service-box h4 {
		font-size: 18px;
	}

	.service-box h1 {
		font-size: 32px;
	}

	.header .section {
		width: 100%;
	}

	.header .logo a {
		max-width: 45px;
		background: url(../logo-hover.png);
		background-size: 100%;
	}

	.n-ban-img {
		height: 270px;
	}

	.banner {
		margin-top: 65px;
	}

	.header .section {
		padding: 10px 8px;
	}

	.banner {
		margin-top: 65px;
	}

	.m_menu {
		display: block;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 65px;
		background: #005cad;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		width: 100%;
		margin-bottom: 5px;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	.header .menu ul li a {
		padding: 0;
		line-height: 45px;
		color: #fff;
	}

	.header .search {
		width: 80%;
		max-width: 300px;
		float: none;
		margin: 5px auto;
	}

	.header .menu ul li a.on,
	.header .menu ul li a:hover {
		color: #fff !important;
	}

	.fixnav a,
	.fixnavv a {
		color: #fff !important;
	}


}


@media (max-width: 999px) {

	.mp-service {
		width: 100%;
		display: block;
	}

	.pc-service {
		display: none;
	}

	.icon-ul ul li p {
		font-size: 14px;
	}

	.i-title h2 {
		font-size: 26px;
	}

	.about-title span {
		font-size: 16px;
	}

	.about-title a {
		font-size: 13px;
	}

	.i-about .about-txt h2 {
		font-size: 16px;
	}

	.i-more a {
		font-size: 13px;
	}

	.icon-ul li img {
		width: 50px;
	}

	.product-class li a {
		font-size: 12px;
	}

	.solution-txt h3 {
		font-size: 16px;
	}

	.solution-txt p {
		font-size: 12px;
	}

	.bis-solution-right h1 {
		font-size: 24px;
	}

	.bis-solution-right p {
		font-size: 14px;
	}

	.bis-solution-right em {
		width: 55px;
		height: 2px;
	}

	.bis-solution-right ul li {
		font-size: 12px;
	}

	.set-title ul li {
		font-size: 16px;
	}

	.set-title ul li {
		line-height: 40px;
	}

	.set-title ul li i {
		height: 40px;
		width: 40px;
	}

	.set-middle .section dl dd h1 {
		font-size: 50px;
	}

	.set-middle .section dl dd h2 {
		font-size: 20px;
	}

	.set-middle .section .s-txt {
		font-size: 13px;
	}

	.set-middle .section h4 {
		font-size: 16px;
	}

	.aui-nav-list-box ul li {
		font-size: 14px;
	}

	.foot-box .foot-menu .menuul h3 {
		font-size: 14px;
	}

	.n-ban-txt h2 {
		font-size: 22px;
	}

	.n-ban-txt p {
		font-size: 18px;
	}

	.n-ban-txt em {
		width: 12px;
		height: 1px;
	}

	.main-nav {
		font-size: 13px;
	}

	.main-about .ab-r h3 {
		font-size: 16px;
	}

	.main-about .ab-r h4 {
		font-size: 14px;
	}

	.main-about .ab-r {
		font-size: 12px;
	}

	.main-jz h2 {
		font-size: 14px;
	}

	.main-jz h1 {
		font-size: 22px;
	}

	.main-jz ul li p {
		font-size: 14px;
	}

	.n-title span {
		font-size: 18px;
	}

	.main-jz ul li p {
		font-size: 14px;
	}

	.main-product-class li a.bigclass {
		font-size: 12px;
	}

	.main-product-class li a {
		font-size: 12px;
	}

	.service-contact-ban h3 {
		font-size: 14px;
	}

	.service-contact-ban .box {
		font-size: 14px;
	}

	.main-product-ul li h4 {
		font-size: 12px;
	}

	.main-news ul li a {
		font-size: 12px;
	}

	.main-contact .con-fl ul li {
		font-size: 12px;
	}

	.i-about {
		padding: 40px 0;
	}

	.i-product {
		padding: 0;
	}

	.i-solution {
		padding: 40px 0;
	}

	.bis-solution .box {
		margin-top: 0;
	}

	.i-tp {
		padding-top: 40px;
	}

	.i-partners {
		padding: 40px 0;
	}

	.i-title {
		margin-bottom: 30px;
	}

	.i-news {
		padding: 40px 0;
	}

	.about-box .about-fl {
		width: 100%;
	}

	.about-box .about-fl img {
		width: 100%;
		max-width: none;
	}

	.about-box .about-fr {
		width: 100%;
		margin-top: 30px;
	}

	.i-product-left {
		width: 100%;
		display: none;
	}

	.i-product-right {
		width: 100%;
	}

	.solution-box {
		width: 94%;
		margin: 0 auto;
		padding: 0 10px;
	}

	.solution-img {
		width: 100%;
	}

	.solution-txt {
		width: 100%;
		overflow: hidden;
		margin: 10px 0;
	}

	.solution-txt-box {
		width: 48%;
		margin: 10px 1% !important;
	}

	.bis-solution-left {
		width: 100%;

	}

	.bis-solution img {
		width: 100%;
		max-width: none;
	}

	.bis-solution {
		background: #fff;
	}

	.bis-solution-right {
		width: 100%;
		margin: 25px 0;
	}

	.solution-txt span {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 21px;
	}

	.set-title ul li {
		padding: 8px 10px;
	}

	.foot-box .foot-menu .wx-img {
		display: none;
	}

	.foot-box .foot-menu .menu02 {
		width: 58%;
	}

	.foot-box {
		border-top-right-radius: 0;
	}

	.foot-box .foot-contact ul li {
		font-size: 12px;
		line-height: 20px;
	}


	.foot-box .foot-menu .menu01,
	.foot-box .foot-menu .menu02,
	.foot-box .foot-menu .menu03 {
		width: 100%;
	}

	.foot-box .foot-menu .menu02 ul {
		width: 100%;
		margin: 0;
	}

	.foot-box .foot-menu .menu03 ul {
		width: 100%;
		margin: 0;
	}

	.menuul ul {
		display: none;
	}

	.active ul {
		display: block !important;
	}

	.i-title p {
		background: none;
		color: #666;
	}

	.aui-nav-content-box {
		margin: 20px 0;
	}

	.aui-nav-list-box {
		padding-bottom: 20px;
	}

	.main-about .ab-l {
		width: 100%;
		margin-top: 20px;
	}

	.main-about .ab-r {
		width: 100%;
	}

	.main-about {
		padding: 40px 0;
	}

	.main-jz,
	.n-partners,
	.main-contact {
		padding: 40px 0;
	}
}



@media (max-width: 658px) {
	.icon-ul {
		padding: 20px 0 0 0;
	}

	.set-title ul li i {
		height: 30px;
		width: 30px;
	}

	.set-title ul li {
		font-size: 14px;
		line-height: 30px;
	}

	.main-contact .con-fl {
		width: 100%;
	}

	.main-contact .con-fr {
		width: 100%;
		margin-top: 20px;
	}

	#allmap {
		height: 280px;
	}

	.main-about .ab-l {
		width: 100%;
		margin-top: 20px;
	}

	.main-about .ab-r {
		width: 100%;
	}

	.main-about {
		padding: 20px 0;
	}

	.main-product-left {
		display: none;
	}

	.main-product-right {
		width: 100%;
	}

	.main-jz,
	.n-partners,
	.main-contact {
		padding: 20px 0;
	}

	.n-ban-img {
		height: 180px;
	}

	.n-ban-txt {
		padding-left: 15px;
		margin-top: -44px;
		height: 88px;
	}

	.n-ban-txt h2 {
		font-size: 18px;
		margin: 5px 0;
	}

	.i-about {
		padding: 20px 0;
	}

	.n-partners .partners-box ul li {
		width: 31.33%;
	}

	.main-jz ul li {
		width: 48%;
		margin: 5px 1%;
	}

	.i-title {
		margin-bottom: 20px;
	}

	.i-product {
		padding: 0;
	}

	.i-solution {
		padding: 20px 0;
	}

	.bis-solution .box {
		margin-top: 0;
	}

	.i-tp {
		padding-top: 20px;
	}

	.i-partners {
		padding: 20px 0;
	}

	.i-news {
		padding: 20px 0;
	}

	.n-title {
		margin-bottom: 20px;
	}

	.icon-ul ul {
		margin-top: 0;
		box-shadow: none;
	}

	.icon-ul li {
		margin: 5px 1%;
	}

	.icon-ul li img {
		width: 35px;
		margin: 3px auto;
	}

	.solution-txt-box {
		width: 100%;
		margin: 10px 0 !important;
	}

	.i-about .about-txt h2 {
		line-height: 30px;
		margin: 8px 0;
	}

	.i-about .about-txt {
		font-size: 14px;
		line-height: 25px;
		margin-top: 10px;
	}

	.i-more a {
		margin: 10px auto;
		line-height: 35px;
	}

	.about-box .about-fr {
		margin-top: 10px;
	}

	.solution-txt span {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}

	.solution-txt-box {
		padding-left: 45px;
	}

	.set-title ul li {
		width: 46%;
		margin: 5px 2%;
	}

	.set-middle .section dl dd {
		width: 100%;
	}

	.set-middle .section dl dt {
		width: 100%;
	}

	.set-middle .section {
		padding: 10px 10px;
		margin-bottom: 15px;
	}

	.foot-box .foot-contact ul.contact-ul01,
	.foot-box .foot-contact ul.contact-ul02,
	.foot-box .foot-contact ul.contact-ul03,
	.foot-box .foot-contact ul.contact-ul04 {
		width: 100%;
		margin: 2px 0;
		padding-left: 35px;
	}

	.foot-box {
		padding: 10px 0 0 0;
	}

	.footer {
		font-size: 12px;
	}

	.foot-box .foot-contact ul::before {
		width: 25px;
		height: 25px;
	}

	.foot-box .foot-contact {
		padding: 10px 0;
	}

	.foot-box .foot-menu .menuul {
		padding: 0;
	}

	.menuul ul {
		padding-left: 20px;
	}

	.foot-box .foot-menu .menuul h3 {
		margin: 0;
		padding-left: 20px;
		border-bottom: 1px dashed #2d78bb;
	}

	.product-ul li {
		width: 48%;
	}

	.product-ul li h4 {
		line-height: 30px;
		font-size: 14px;
	}

	.set-middle .section dl dd h1 {
		font-size: 30px;
	}

	.set-middle .section .s-txt {
		margin: 15px 5px;
	}

	.set-middle .section .s-txt p {
		margin: 8px 5px;
	}

	.news-detail h2 {
		font-size: 24px;
		line-height: 30px;
		padding: 4px 0;
	}

	.cp-detail-content {
		padding: 20px 0;
	}

	.main-product-ul li {
		width: 48%;
	}

	.cpxq-01-nav {
		margin-top: 1.5rem;
		margin-bottom: 1rem;
	}

	.cp-detail-content .cp-img dl dd h2 {
		font-size: 20px;
	}

	.cp-detail-content .cp-img dl dd {
		font-size: 13px;
		line-height: 22px;
	}

	.mp-service ul li {
		width: 100%;
		margin: 10px 0;
	}

	.mp-service ul li h3 {
		font-size: 16px;
		color: #2f72e3;
		font-weight: bold;
		padding-left: 50px;
		line-height: 44px;

	}

	.mp-service ul li h3::before {

		width: 35px;
		height: 35px;
		left: 1px;
		top: 4px;
	}


	.mp-service ul li p {
		font-size: 14px;
		color: #666666;
		line-height: 22px;
		padding-left: 25px;
		position: relative;
	}

	.service-box h4 {
		font-size: 15px;
	}

	.service-box h1 {
		font-size: 24px;
	}

	.mp-service ul li p::before {
		content: "";
		display: block;
		width: 15px;
		height: 7px;
		background: url(../jtt.png);

		left: 3px;
		top: 7px;
	}

	.service-box {
		padding: 40px 0;
	}

}
