* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

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;
	font-family: "Noto Sans SC" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.jszcbox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.jszcbox .jszctext{
	width: 75px;
}
.jszcbox .jszcimg{
	width: 50px;
	opacity: 0.6;
	padding: 3px 0 0 0;
}
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: "Noto Sans SC" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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: "Noto Sans SC" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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: 88%;
	max-width: 1450px;
	margin: auto;
}

.a{
	color: #014fa1 !important;
    border-bottom: 2px solid #014fa1 !important;
}
.header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;

}

.header .section {
	background: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	box-shadow: 0 0 10px #999;
	display: flex;
	flex-wrap: wrap;
}

.header .logo {
	width: 19%;
	margin-right: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .logo a {
	display: block;

}


.header .menu {
	width: 78%;
}

.header .menu ul {
	width: 85%;
	margin-right: 4%;
	display: flex;
	justify-content: space-between;
	float: left;
}

.header .menu ul li {
	text-align: center;
	position: relative;
}

.header .menu ul li a {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 85px;

}



.header .menu ul li a.on,
.header .menu ul li a:hover {
	color: #00479d
}

.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 280%;
	left: 0;
	top: 100%;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.header .menu li .drop li {
	width: 100%;
	padding: 0;

}

.header .menu li .drop li a {
	text-align: left;
	line-height: 25px;
	padding: 8px 15px;
	color: #333;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.header .menu li .drop li a:hover {
	color: #00479d;
}

.header .header-search {
	float: right;
	width: 11%;
	height: 85px;
	border-bottom-right-radius: 20px;
	position: relative;
}

.w-search {
	background: #0054a6 url(../search.png) no-repeat center center;
}

.b-search {
	background: #0054a6 url(../search.png) no-repeat center center;
}

.header .header-search .search {
	width: 300px;
	line-height: 40px;
	border-radius: 7px;
	overflow: hidden;
	border: 1px solid #0054a6;
	position: absolute;
	z-index: 10;
	top: 100%;
	right: 0;
	display: none;
	background: #fff;
}

.header .header-search .search input.username {
	width: 80%;
	float: left;
	border: none;
	line-height: 45px;
	padding: 0 10px;
	font-size: 15px;
	height: 45px;
	color: #c4c4c4;
	background: #fff;
}

.header .header-search .search input.da_button {
	width: 20%;
	max-width: 100%;
	float: left;
	border: none;
	line-height: 45px;
	font-size: 12px;
	color: #CCC;
	background: #fff url(../b-seach.png) no-repeat center center;

}

.header .header-search:hover .search {
	display: block;
}


.m_menu {
	background: url(../icon_nav.png) no-repeat center;
	background-size: 80%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 76px;
	display: none;
}

.m_menu_k {
	background: url(../icon_nav_k.png) no-repeat center;
	background-size: 80%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 76px;
}

.header .menu a {
	color: #262626;
}



.n-header {
	width: 100%;
	background: #0b0b0d;
}



.index-title {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.index-title h2 {
	color: #0054a6;
	font-size: 40px;
	font-weight: 300;
}



.index-title p {
	color: #272727;
	font-size: 20px;
	font-weight: 200;
}

.inner-title {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.inner-title h2 {
	color: #0054a6;
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}


.inner-title h2:before {
	content: "";
	display: block;
	width: 43px;
	height: 3px;
	background: #0054a6;
	position: absolute;
	left: 50%;
	margin-left: -21px;
	bottom: -2px;

}

.inner-title h3 {
	color: #0054a6;
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 10px;
	position: relative;

}


.inner-title h3:before {
	content: "";
	display: block;
	width: 43px;
	height: 3px;
	background: #0054a6;
	position: absolute;
	left: 50%;
	margin-left: -21px;
	bottom: -2px;

}


.main-more {
	width: 100%;
	margin-top: 50px;
}

.main-more a {
	color: #0054a6;
	display: block;
	max-width: 150px;
	margin: 0 auto;
	padding-right: 60px;
	line-height: 49px;
	font-size: 18px;
	position: relative;
}

.main-more a::after {
	content: "";
	display: block;
	width: 49px;
	height: 49px;
	background: #0054a6 url(../icon13.png) no-repeat center center;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px;
}


.font-white {
	color: #fff !important;
}


.banner {
	position: relative;
	height: 600px;
}

.banner-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #fff;
}

.banner-txt .section {
	padding: 40px 0;
}

.banner-txt em {
	background: #00509f;
	margin: 10px 0;
	height: 4px;
	display: block;
	width: 46px;
}

.banner-txt h1 {
	font-size: 55px;
	font-weight: bold;
	margin: 15px 0;
}

.banner-txt h4 {
	font-size: 25px;
}

.banner-txt a {
	font-size: 17px;
	margin-top: 40px;
	padding: 12px 35px;
	display: inline-block;
	border-radius: 25px;
	color: #fff;
	background: #1db9d4;
}

.banner-txt i {
	width: 20px;
	height: 14px;
	margin-left: 8px;
	background: url(../icon13.png);
	display: inline-block;
}

.banner-img {
	width: 100%;
	height: 600px;
}

.banner-img img {
	width: 100%;
}

.index-solution-ul {
	background: url("../solution-ul.jpg") no-repeat bottom center;
}

.index-solution-ul ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.index-solution-ul ul li {
	width: 33.333%;
	font-size: 26px;
	padding: 36px 10px;
	color: #fff;
	border-right: 1px solid #216ab2;
	text-align: center;
	position: relative;
	font-weight: 200;
}

.index-solution-ul ul li a {
	color: #fff;
	display: block;
	position: relative;
	transition: 0.4s;
}

.index-solution-ul ul li img {
	display: block;
	max-width: 100%;
	margin: 20px auto;
}

.index-solution-ul ul li::after {
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 20%;

}



.index-solution-ul ul li:first-child {
	border-left: 1px solid #216ab2;
}

.index-solution-ul ul li:first-child::before {
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 20%;

}

.index-solution-ul ul li a:hover {
	margin-top: -10px;
}


/*service-box*/
.service-box {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #fff;
}

.service-memo {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto 85px auto;
	text-align: center;
}

.service-memo h3 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #2d2d2d;
}

.service-memo p {
	font-size: 17px;
	color: #9d9d9d;
	line-height: 30px;
	font-weight: 200;
}

.service-box h4 {
	font-size: 31px;
	margin-bottom: 20px;
}

.service-box p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
}


.service-left {
	width: 62%;
	float: left;
}


.service-left-top {
	width: 100%;
	height: 286px;
	padding: 40px 35px;
	border-radius: 8px;
	background: #eef1f7;
}


.service-left-top i {
	position: absolute;
	display: block;
	right: 10px;
	bottom: 62%;
	width: 211px;
	z-index: 8;
	height: 274px;
	background: url(../service-left-top.png);
}

.service-left-top span {
	position: relative;
	z-index: 10;
	display: block;
	font-size: 16px;
	border-radius: 28px;
	padding: 7px 20px;
	font-weight: 300;
	margin: 8px 5px 8px 0;
}

.service-left-bottom {
	width: 100%;
	margin-top: 40px;
}

.service-left-bottom-left {
	width: 48%;
	float: left;
	height: 284px;
	background: #eef1f7 url("../service-left-bottom-left.png") no-repeat bottom right;
	border-radius: 8px;
}

.service-left-bottom-right {
	width: 48%;
	height: 284px;
	background: #eef1f7 url("../service-left-bottom-right.png") no-repeat bottom right;

	border-radius: 8px;
	float: right;
}

.service-right {
	width: 36%;
	float: right;
}

.service-right-top {
	width: 100%;
	height: 286px;
	background: #eef1f7 url("../service-right-top.png") no-repeat bottom right;

	border-radius: 8px;
}

.service-right-bottom {
	width: 100%;
	height: 284px;
	margin-top: 40px;
	background: #eef1f7 url("../service-right-bottom.png") no-repeat bottom right;

	border-radius: 8px;
}

.service-right-top,
.service-left-bottom-left,
.service-left-bottom-right,
.service-right-bottom {
	color: #333;
	position: relative;
	padding: 40px 35px;
}

.service-function .box:hover {
	/*box-shadow: 0 0 10px #129be2;*/
}

.service-right-top:hover {
	/*background: #129be2 url("../service-right-top.png") no-repeat bottom right;*/
	background-position-x: 95%;
	background-position-y: 100%;
	transition: all ease-in .2s;
}

.service-left-bottom-left:hover {
	/*background: #129be2 url("../service-left-bottom-left.png") no-repeat bottom right;*/
	background-position-x: 95%;
	background-position-y: 100%;
	transition: all ease-in .2s;
}

.service-left-bottom-right:hover {
	/*background: #129be2 url("../service-left-bottom-right.png") no-repeat bottom right;*/
	background-position-x: 95%;
	background-position-y: 100%;
	transition: all ease-in .2s;
}

.service-right-bottom:hover {
	/*background: #129be2 url("../service-right-bottom.png") no-repeat bottom right;*/
	background-position-x: 95%;
	background-position-y: 100%;
	transition: all ease-in .2s;
}



.service-function {
	overflow: hidden;
}

.service-function .active i {
	/*background-color: #129be2;*/
	right: 30px;
	transition: all ease-in .2s;
}

.service-function .active a,
.service-function .active h4 {
	/*color: #fff;*/
}

.service-function a:hover {
	margin-left: 10px;
	color: #00479d;
}

.index-video {
	width: 100%;
	background: #fff;
	padding: 50px 0;
	overflow: hidden;
}

.index-video h2 {
	text-align: left;
}

.index-video-left {
	width: 48%;
	overflow: hidden;
	float: left;
	border-radius: 8px;
}

.index-video video {
	border-radius: 8px;
	height: 393px;
	overflow: hidden;
}

.index-video-right {
	overflow: hidden;
	width: 48%;
	border-radius: 8px;
	float: right;
}

.product-num-box {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}


.product-num-content {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}

.product-num-item {
	position: relative;
	display: inline-block;
	width: 23%;
	padding: 0 15px;
	border-right: 1px solid #d1d1d1;
	margin: 0 1%;
	vertical-align: top;
	font-size: 16px;
	color: #000;
}

.product-num-item:last-child {
	border: 0;
}

.product-num-nub {
	display: inline-block;
	vertical-align: top;
	font-size: 53px;
	line-height: 60px;
	color: #0054a3;
	font-weight: bold;
	font-family: Arial;
}

.product-num-img {
	display: block;
	margin-bottom: 10px;

}

.product-num-inf {
	overflow: hidden;
	display: block;
	width: 100%;
	font-size: 17px;
	color: #343434;
	margin: 0;

}

.product-num-wan {
	display: inline-block;
	font-size: 35px;
	font-weight: bold;
	color: #0054a3;
}


.index-case {
	width: 100%;

	overflow: hidden;

}

.index-case .section {
	padding: 50px 0;
	position: relative;

}

.index-case .section:before {
	content: "";
	display: block;
	width: 1000%;
	height: 348px;
	background: url("../index-case.jpg") no-repeat top left;
	position: absolute;
	left: -10%;
	top: 0;
}


.index-case .index-title {
	text-align: left;
}

.case-ul ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case-ul ul li {
	width: 32.5%;
	overflow: hidden;
	font-size: 26px;
	background: #fff;
	position: relative;
	text-align: left;
}

.case-ul ul li h4 {
	font-size: 23px;
	line-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.case-ul ul li p {
	font-size: 15px;
	font-weight: 200;
	margin-bottom: 20px;
}



.case-ul ul li img {
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
	width: 100%;

}

.case-ul-txt {
	width: 100%;
	padding: 15px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	z-index: 10;
	background: rgba(18, 155, 226, 0.9);
}


.case-ul ul li:hover .case-ul-txt {
	background: #1db9d4;
}

.case-ul ul li:hover .img {
	transform: scale(1.1, 1.1);
	transition: transform 0.6s ease 0s;
}

.index-news {
	width: 100%;
	padding: 60px 0;
	background: #f5f5f5;
	overflow: hidden;
}

.index-news-left {
	width: 55%;
	float: left;
}


.index-news ul {
	width: 100%;
	overflow: hidden;
}

.index-news ul li {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}


.index-news ul li a {
	display: block;
	padding: 25px 15px;
	overflow: hidden;
}


.index-news .news-txt {
	padding: 10px 0;
	overflow: hidden;
	line-height: 30px;
}

.index-news .news-txt h3 {
	width: 80%;
	float: left;
	font-size: 20px;
	color: #444;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

}

.index-news .news-txt span {
	display: block;
	width: 15%;
	text-align: right;
	float: right;
	font-size: 16px;
	color: #0d579d;
}

.index-news ul li p {
	line-height: 24px;
	font-size: 15px;
	color: #959595;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-news .time {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 15px;
}


.index-news li a:hover h3 {
	color: #0054a3;
}

.index-news-right {
	width: 42%;
	float: right;
}

.index-news-right img {
	width: 100%;

}


/*main-partner*/
.main-partner {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #f6f6f6;
}

.main-partner ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.main-partner ul li {
	width: 18%;
	margin: 20px 1%;
}

.main-partner ul li a {
	color: #fff;
}

.main-partner ul li img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}



.main-nav {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #ececec;
}

.main-nav .nav-now {
	float: left;
	color: #999999;
	height: 60px;
	line-height: 60px;
}

.main-nav .nav-now a {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	transition: color .3s;
}

.main-nav .nav-now a.hm {
	background: url("../ico4.png") no-repeat left center;
	padding-left: 25px;
}

.main-nav .nav-now i {
	width: 4px;
	height: 60px;
	display: block;
	float: left;
	background: url(../case26.png) no-repeat center;
	margin: 0 12px;
}

.main-nav .nav-nav {
	float: right;
}

.main-nav .nav-nav a {
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	margin-left: 55px;
	font-size: 20px;
	color: #333333;
	border-bottom: 2px solid #fff;
}

.main-nav .nav-nav a:hover {
	color: #014fa1;
	border-bottom: 2px solid #014fa1;
}

.main-nav .nav-nav a.on {
	color: #014fa1;
	border-bottom: 2px solid #014fa1;
}


.main-about {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background: url(../main-about.jpg) no-repeat top center;
}

.main-about .ab-left {
	width: 66%;
	float: left;
	font-size: 17px;
	line-height: 32px;
	color: #444;
}

.main-about .ab-left h1 {
	font-size: 20px;
	color: #999999;
	line-height: 70px;
	margin-bottom: 30px;
}

.main-about .ab-left h1 span {
	color: #014fa1;
	position: relative;
	font-size: 40px;
	display: inline-block;
}

.main-about .ab-left h1 span:before {
	content: "";
	display: block;
	width: 64px;
	height: 4px;
	background: #0054a6;
	position: absolute;
	left: 0;
	bottom: 0;

}

.main-about .ab-right {
	width: 30%;
	float: right;
	overflow: hidden;
	line-height: 25px;
	margin-top: 50px;
	color: #444;
}

.main-about .ab-right img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-about .ab-right:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

/*main-culture*/

.main-culture {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background: url(../culture.jpg) no-repeat top center;
}

.culture-memo {
	font-size: 17px;
	text-align: center;
	color: #9d9d9d;
	line-height: 25px;
	margin-bottom: 20px;
}

.main-culture-ul01 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-top: 30px;
}

.main-culture-ul01 li {
	width: 25%;
}

.main-culture-ul01 li img {
	margin: 40px auto;
}

.main-culture-ul01 li h3 {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.main-culture-ul01 li p {
	padding: 5px 0;
	font-size: 15px;
	color: #666666;
	width: 54%;
	margin: 0 auto;
	line-height: 24px;
	text-align: center;
}

.main-culture-ul02 {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}


.main-culture-ul02 li {
	width: 45%;
	height: 222px;
	color: #fff;
	padding: 70px 30px;
	display: inline-block;
	overflow: hidden;
	border-radius: 8px;
	vertical-align: top;
	background-color: rgba(0, 0, 0, 0.4);
}

.main-culture-ul02 li.culture01 {
	background: url(../culture01.png) no-repeat top center;
}

.main-culture-ul02 li.culture02 {
	background: url(../culture02.png) no-repeat top center;
}

.main-culture-ul02 li h3 {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 21px;
	font-weight: bold;
}

.main-culture-ul02 li em {
	display: block;
	width: 50px;
	margin: 5px 0;
	background: #fff;
	height: 2px;
}

.main-culture-ul02 li p {
	padding: 1px 0;
	font-size: 14px;
	line-height: 24px;
}

/*inner-honor*/
.inner-honor {
	overflow: hidden;
	padding: 60px 0;
}

.inner-honor .section {
	position: relative;
}

.honor-button-next,
.honor-button-prev {
	width: 49px;
	height: 49px;
	top: 50%;
	margin-top: -25px;
}

.honor-button-next {
	background: url(../honor-button-next.png) no-repeat center center;
	background-size: 100%;
	right: -81px;
	opacity: 1;
}

.honor-button-prev {
	left: -81px;
	opacity: 1;
	background: url(../honor-button-prev.png) no-repeat center center;
	background-size: 100%;
}

.honor-button-next:hover,
.honor-button-prev:hover {
	opacity: 1;
}

.inner-honor .honor-img {
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
	background: #eef1f7;
}

.inner-honor .honor-img img {
	width: 90%;
	margin: 10px auto;
	box-shadow: 0 0 10px #ccc;
}

.inner-honor p {
	font-size: 20px;
	text-align: center;
	padding: 10px 10px;
	color: rgba(0, 0, 0, 0.8);
}


.main-join {
	width: 100%;
	padding: 100px 0;
	background: url(../join.jpg) no-repeat top center;
}

.main-join .join-box {
	width: 100%;
}

.main-join .join-box ul li {
	width: 46%;
	float: left;
	margin: 15px 2%;
	position: relative;
}

.main-join .join-box .join-title {
	background: #5095d9;
	width: 100%;
	border-radius: 10px;
	color: #fff;
	position: relative;
	padding: 15px 70px 15px 20px;
}

.main-join .join-box .join-title h4 {
	font-size: 22px
}

.main-join .join-box .join-title p {
	font-size: 15px
}

.main-join .join-box .join-title:before {
	content: '';
	width: 52px;
	height: 52px;
	position: absolute;
	right: 10px;
	top: 50%;
	border: 1px solid #fff;
	border-radius: 100%;
	margin-top: -26px;
	background: url("../x.png");
	background-size: 100%;
}

.main-join .join-box .join-body {
	background: #fefefe;
	width: 100%;
	color: #333;
	position: absolute;
	left: 0;
	display: none;
	z-index: 10;
	padding: 15px 20px;
}

/*解决方案*/
.main-case {
	width: 100%;
	padding: 100px 0 50px 0;
	overflow: hidden;
	background: #fff;
}


/*新闻中心*/
.main-news {
	margin: 100px 0;
}

.main-news .news-query a {
	display: block;
	width: 100%;
	padding-bottom: 62px;
	overflow: hidden;
	border-bottom: 1px dotted #c8c8c8;
	margin-top: 40px;
}

.main-news .news-query .time {
	width: 10%;
	float: left;
	text-align: center;
}

.main-news .news-query .time span {
	display: block;
	width: 100%;
	float: left;
	font-size: 48px;
	color: #acacac;
	margin-left: 1.52%;
}

.main-news .news-query .time i {
	width: 100%;
	font-size: 12px;
	display: block;
	margin-top: 12px;
	color: #acacac;
	font-style: normal;
}

.main-news .news-query .news-box {
	width: 88%;
	float: right;
}

.main-news .news-query .news-box dl {
	width: 100%;
}

.main-news .news-query .news-box dl dt {
	width: 25%;
	float: left;
	overflow: hidden;
}

.main-news .news-query .news-box dl dt img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-news .news-query .news-box dl dd {
	width: 73%;
	float: right;
}

.main-news .news-query .news-box dl dd h2 {
	font-size: 18px;
	color: #373636;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-news .news-query .news-box dl dd p {
	color: #838383;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	padding-bottom: 20px;
	overflow: hidden;
	height: 48px;
	border-bottom: 1px solid #e6e6e6;
}

.main-news .news-query .news-box dl dd span {
	display: block;
	height: 25px;
	line-height: 25px;
	width: 73px;
	text-align: center;
	font-size: 12px;
	color: #666666;
	border: 1px solid #666666;
	margin-top: 30px;
}

.main-news .news-query a:hover .news-box dl dt img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.main-news .news-query a:hover .news-box dl dd h2 {
	color: #00599f;
}

.main-news .news-query a:hover .news-box dl dd span {
	color: #fff;
	background: #00599f;
	border: 1px solid #00599f;
}

.main-news .news-query a:hover .time span {
	color: #00599f;
}

.main-news .news-query a:hover .time i {
	color: #00599f;
}


.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 {
	margin: 10px auto;
}




/*产品中心*/
.main-product {
	overflow: hidden;
	padding: 50px 0;
}


.main-product .title {
	width: 100%;
	height: 65px;
	margin: 10px 0 20px 0;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}

.main-product .title span {
	display: block;
	float: left;
	line-height: 65px;
	font-size: 24px;
	border-bottom: 2px solid #0054a5;
	font-weight: bold;
	position: absolute;
	bottom: -2px;
	z-index: 10;
	color: #333333;
}

.main-product .box {
	margin-bottom: 20px;
}

.main-product-ul ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin-top: 30px;
}

.main-product-ul ul li {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}

.main-product-ul ul li a {
	color: #fff;
	display: block;
	overflow: hidden;
}

.main-product-ul ul li img {
	display: block;
	margin: 0 auto;
}

.main-product-ul ul li img.prop-img {
	width: 100%;
}

.product-ul-txt {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(0, 0, 0, 0.3);
	flex-direction: column;
	justify-content: center;
}

.product-ul-txt img {

	margin: 0 auto 10px auto !important;
}

.prop-img {
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.product-ul-txt h3 {
	font-size: 24px;
	line-height: 38px;
	color: #fff;
}



.main-product-ul ul li a:hover .prop-img {
	transform: scale(1.2, 1.2);
}

.main-product-ul ul li a:hover .product-ul-txt {
	background: none;
}



.product-list {
	width: 100%;
	margin-top: 24px;
}

.product-list li {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 70px 0;
	box-shadow: 0 16px 30px 10px #e2e2e2;
	border-radius: 6px;
	overflow: hidden;
}

.product-img {
	display: block;
	width: 66.8%;
	float: left;
	overflow: hidden;
}

.product-img img {
	width: 100%;
	overflow: hidden;
	transition: all .6s ease;
}

.product-img img:hover {
	transform: scale(1.04);
}

.product-wd {
	width: 33.2%;
	float: right;
	padding: 50px 50px;
	position: relative;
}

.product-wd h6 {
	font-size: 30px;
	color: #333;
	font-weight: 500;
	margin-bottom: 30px;
}

.product-wd .product-body {
	font-size: 14px;
	color: #777;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	min-height: 140px;
}

.product-wd .product-link {

	display: block;
	width: 112px;
	height: 34px;
	line-height: 34px;
	display: block;
	border-radius: 30px;
	background: #1374df;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}






.cp-detail-box {
	margin: 30px 0;
	overflow: hidden;
}


.cp-detail-box .main-fl {
	width: 20%;
	max-width: 280px;
	float: left;
}


.cp-detail-box .main-fl .product-title {
	background: url("../product-title.jpg") no-repeat;
	padding: 16px 0;
	text-align: center;
	position: relative;
	color: #fff;
}

.cp-detail-box .main-fl .product-title span {
	display: block;
	font-weight: bold;
	font-size: 26px;
}

.cp-detail-box .main-fl .product-title p {
	font-size: 16px;
	text-transform: uppercase;
}



.cp-detail-box .main-fl .main-class {
	padding: 20px 10px;
	background: #f8f8f8;
	margin: auto;
	overflow: hidden;
}

.cp-detail-box .main-fl .main-class .bigclass {
	margin-bottom: 8px;
}

.cp-detail-box .main-fl .main-class .bigclass h2 {
	border: 1px solid #e5e5e5;
	line-height: 48px;
	background: #fff;
	display: block;
	color: #333333;
	padding: 0 40px 0 10px;
	font-size: 16px;
	position: relative;
}

.cp-detail-box .main-fl .main-class .bigclass h2::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../icon18.png);
	right: 10px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.cp-detail-box .main-fl .main-class .bigclass.active h2::after{
	background: url(../icon18-h.png);
}



.cp-detail-box .main-fl .main-class .smclass {
	background: #fff;
	display: none;
	padding: 8px 12px;
}

.cp-detail-box .main-fl .main-class .sm-a {
	border-bottom: 1px dashed #e5e5e5;
	display: block;
	color: #666666;
	line-height: 23px;
	padding: 8px 0 8px 15px;
	font-size: 16px;
	position: relative;
}

.cp-detail-box .main-fl .main-class .sm-a:last-child {
	border: 0;
}

.cp-detail-box .main-fl .main-class .sm-a::before {
	content: '';
	display: block;
	width: 6px;
	height: 11px;
	background: url(../icon19.png);
	left: 3px;
	position: absolute;
	margin-top: 7px;
}

.cp-detail-box .main-fl .main-class .sm-a:hover {
	color: #0054a6;
}

.cp-detail-box .main-fl .active .smclass {

	display: block;

}

.cp-detail-box .main-fl .active {
	border: 1px solid #0054a6;
}

.cp-detail-box .main-fl .active h2 {
	background: #0054a6 !important;
	color: #fff !important;
	border: 1px solid #0054a6 !important;

}


.cp-detail-box .main-fr {
	width: 77%;
	float: right;
}


.cp-detail-content {
	width: 100%;
	margin: 50px 0;
	overflow: hidden;
}


.cp-detail-content img {
	max-width: 100%;
}


.cp-detail-content .cp-intro {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
}

.cp-detail-title {
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}

.cp-detail-title h3 {
	color: #333333;
	font-size: 35px;
	line-height: 40px;
	font-weight: 400;
	padding-left: 10px;
	position: relative;
	border-left: 5px solid #0054a6;

}

.cp-detail-content .cp-intro h1,
.cp-detail-content .cp-intro h2 {

	background: #d2e9ff;
	padding: 10px 10px;
	color: #0054a5;
}

.cp-detail-content .cp-intro h1 {

	font-size: 20px;
}

.cp-detail-content .cp-intro h2 {
	font-size: 16px;
}

.cp-detail-content .cp-intro h3 {
	font-size: 16px;
	color: #333333;
}

.cp-detail-content .cp-intro img {
	max-width: 100%;

}

.cp-intro-left {
	width: 48%;
	float: left;
}

.cp-intro-right {
	width: 48%;
	float: right;
}


.main-cases {
	overflow: hidden;
	padding: 90px 0;

}

.main-cases ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.main-cases ul li {
	width: 23%;
	margin: 20px 1%;
}

.main-cases ul li a {
	display: block;
	position: relative;
	color: #666666;
}

.main-cases img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-cases ul li a:hover img {
	transform: scale(1.2, 1.2);
}

.cases-txt {
	display: flex;
	flex-wrap: wrap;
	background: #f3f3f3;
	position: relative;
	line-height: 65px;
}

.cases-txt-title {
	width: 86%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	overflow: hidden;
	padding: 0 10px;
}

.cases-txt-icon {
	width: 14%;
	font-size: 35px;
	padding: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.main-cases ul li a:hover {
	color: #fff;
}

.main-cases ul li a:hover .cases-txt {
	background: #0054a5;
}


.main-solution {
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
	position: relative;
	background: #f9f9f9;

}

.solution-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.solution-ul li {
	width: 31.33%;
	margin: 18px 1%;
	overflow: hidden;
	position: relative;
}

.solution-ul li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.solution-ul li h4 {
	position: absolute;
	width: 100%;
	left: 0;
	font-size: 24px;
	bottom: 0;
	padding: 28px 15px;
	background: rgba(0, 0, 0, .4);
	z-index: 10;
	color: #fff;
}

.solution-ul li h4:before {
	content: '';
	width: 46px;
	height: 46px;
	position: absolute;
	right: 10px;
	top: 50%;
	border: 1px solid #fff;
	border-radius: 100%;
	margin-top: -23px;
	background: url("../j.png");
	background-size: 100%;
}



.solution-ul li:hover img {
	transform: scale(1.2, 1.2);
}

.solution-ul li:hover h4 {
	background: rgba(0, 84, 166, .9);
}

.solution-ul li:hover h4:before {
	background: #fff url("../j-h.png");
}




.set-content {
	width: 100%;
	margin: 0 auto;
}

.set-title {
	width: 100%;
	z-index: 9999;
	background: #ececec;
}

.set-title ul {
	width: 100%;
}

.set-title ul li {
	float: left;
	display: block;
	text-align: center;
	line-height: 68px;
	color: #585858;
	position: static;
	cursor: pointer;
	width: 25%;
	font-size: 18px;
}

.set-title ul .on {
	background: #0054a5;
	color: #fff;
}

.set-middle {
	box-sizing: border-box;
	overflow: hidden;
	padding: 45px 0;
}


.cp-detail-title {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}

.cp-detail-title h4 {
	font-size: 24px;
	color: #0054a5;
}

.cp-detail-title span {
	font-size: 24px;
	text-transform: uppercase;
	color: rgba(51, 51, 51, 0.2);
}

.Plan-box {
	width: 100%;
}

.Plan-box dl {
	width: 100%;
}

.Plan-box dl dt {
	width: 30%;
	float: left;
	margin-right: 5%;
}

.Plan-box dl dd {
	width: 65%;
	color: #666666;
	line-height: 25px;
	float: left;
}

.img-box img {
	max-width: 100%;
	margin: 20px auto;
}

.main-down {
	margin: 90px 0;
}

.main-down ul {
	width: 100%;
}

.main-down ul li {
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: block;
	margin: 6px 0;
	line-height: 45px;
	overflow: hidden;
}

.main-down ul li a {
	width: 100%;
	display: block;
	overflow: hidden;
	color: #444444;
	font-size: 16px;
}

.main-down .down-list-title {
	width: 80%;
	float: left;
}

.main-down .down-list-time {
	width: 18%;
	float: right;
	text-align: right;
	color: #939292;
}

.main-down ul li i {
	display: block;
	width: 12px;
	margin-right: 5px;
	height: 30px;
	float: left;
}

.main-down ul li a:hover {
	color: #015cb9;
}

.main-down ul li i {
	background: url("../ld.png") no-repeat left center;
}





/*联系我们*/
.main-contact {
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
	position: relative;
	background: #f9f9f9;

}


.main-contact .con-ul {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.main-contact .con-ul ul {
	width: 100%;
}

.main-contact .con-ul ul li {
	width: 23%;
	float: left;
	text-align: center;
	margin: 10px 1%;
}

.main-contact .con-ul .contact-img {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.main-contact .con-ul ul li img {
	max-width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	margin: 10px auto;
}

.main-contact .con-ul ul li h3 {
	font-size: 16px 0;
	color: #666666;
	margin: 10px 0;
}

.main-contact .con-ul ul li p {
	font-size: 14px;
	line-height: 25px;
	color: #333333;
}

.main-contact .con-map {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}


#allmap {
	height: 450px;
	border: 0;
}

.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;
}


.footer-box {
	width: 100%;
	overflow: hidden;
	background: #0d579d;

}

.footer-box .section {
	padding: 60px 0 40px 0;
	overflow: hidden;
	background: url(../foot-wap.png) no-repeat top right;

}

.footer {
	overflow: hidden;
	padding-bottom: 40px;

}

.footer .footer-contact {
	width: 70%;
	float: left;
	color: #ffffff;
}

.footer .footer-contact h1 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 34px;
	color: #ffffff;
}

.footer .footer-contact ul {
	width: 100%;
	overflow: hidden;
}

.footer .footer-contact ul li {
	float: left;
	margin-right: 40px;
}

.footer .footer-contact ul li span {
	color: #6b9dcd;
}

.footer .footer-contact p {
	display: block;
	margin-top: 15px;
	line-height: 21px;
	padding-left: 26px;
	font-size: 17px;
	position: relative;
}

.footer .footer-contact p:before {
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 1px;
}

.footer .footer-contact p.adr-icon:before {
	background: url("../icon08.png");
	background-size: 100%;
}

.footer .footer-contact p.tel-icon:before {
	background: url("../icon09.png");
	background-size: 100%;
}

.footer .footer-contact p.fax-icon:before {
	background: url("../icon10.png");
	background-size: 100%;
}

.footer .foot-wehat {
	width: 20%;
	float: right;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}

.footer .foot-wehat img {
	max-width: 100%;
	margin: 8px auto;
}

.footer .foot-wehat p {
	margin-left: 78px;
}

.footer-copyright {
	float: left;
	font-size: 14px;
	background: #0d579d;
	color: #6b9dcd;
	line-height: 24px;
	position: relative;
}

.footer-copyright a {
	color: #6b9dcd;
}

.footer-copyright a:hover {
	color: #fff;
}

.footer-copyright::after {
	content: '';
	display: block;
	width: 1000%;
	height: 1px;
	background: #3975af;
	left: 103%;
	position: absolute;
	top: 50%;
}



.inner-login {
	width: 100%;
	overflow: hidden;
	padding: 85px 0;
	background-size: auto;
}


.inner-member-box {
	width: 100%;
	padding: 60px 5px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;

}

.inner-member-box p {
	color: #e71313;
	text-align: center;
}

.inner-login-box {
	max-width: 800px;
}

.inner-member-box h3 {
	text-align: center;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.8);
}

.noticlink {
	width: 36%;
	display: block;
	margin: 0 32%;
	background-color: #192d5b;
	color: #ffffff;
	border: 1px solid #666666;
	border-radius: 23.53px;
}

.form-box {
	width: 92%;
	font-size: 16px;
	line-height: 28px;
	background: #fff;
	margin: 25px auto 55px auto;
}

.form-member-box {
	max-width: 670px;
}

.form-zc-box {
	max-width: 790px;
	margin-top: 60px;
}

.form-box ul li {
	overflow: hidden;
	margin-bottom: 10px;
}

.form-box ul li {
	width: 100%;
	overflow: hidden;
}


.form-box ul li span {
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	padding: 10px 10px;
}

.form-box input {
	line-height: 40px;
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	color: #555;
	font-weight: 300;
	background: #ffffff;
	border: 1px solid #666666;
	border-radius: 20px;
}



.form-box input::placeholder {
	color: #999999;
}

.form-box .button {
	width: 100%;
	font-size: 16px;
	background-color: #0d579d;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	border: 1px solid #666666;
	border-radius: 19.88px;
}

.login-txt {
	width: 80%;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	padding-top: 20px;
	border-top: 1px solid rgba(25, 45, 91, 0.5);
}

.login-txt p {
	color: rgba(0, 0, 0, 0.7);
	line-height: 60px;
}

.login-txt a {
	display: inline-block;
	width: 158.79px;
	line-height: 32px;
	border: 1px solid #666666;
	border-radius: 20px;
}

.login-txt a:hover {
	border: 1px solid #0d579d;
	background-color: #0d579d;
	color: #fff;
}



.member-centre-information {
	padding: 60px 0;
}

.member-centre-information {
	overflow: hidden;
	border-bottom: 1px solid rgba(202, 202, 202, 1);
}

.member-centre-information h2 {
	font-size: 32px;
	color: #000;
	margin-bottom: 45px;
}

.member-centre-information a {
	display: block;
	color: #fff;
	float: left;
	font-size: 16px;
	line-height: 30px;
	background: #192d5b;
	border-radius: 25px;
	padding: 0 35px;
	margin-top: 40px;
}

.member-centre-information ul {
	width: 100%;
	overflow: hidden;
}

.member-centre-information ul li {
	width: 26%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin-right: 5%;
	margin-bottom: 20px;
}

.member-centre-information ul li span {
	color: rgba(0, 0, 0, 0.8);
}

.member-centre-information ul li p {
	color: rgba(0, 0, 0, 1);
}









@media (max-width:1600px) {
	.header .menu ul li a {
		font-size: 16px
	}

	.index-solution-ul ul li {
		font-size: 22px
	}

	.index-title h2 {
		font-size: 35px
	}

	.service-memo h3 {
		font-size: 24px
	}

	.service-box p {
		font-size: 15px
	}

	.service-box h4 {
		font-size: 28px
	}

	.service-left-top span {
		font-size: 15px
	}

	.main-more a {
		max-width: 126px;
		padding-right: 46px;
		line-height: 35px;
	}

	.main-more a::after {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.product-num-nub {
		font-size: 45px;
	}

	.case-ul ul li h4 {
		font-size: 20px
	}

	.case-ul ul li p {
		font-size: 14px;
	}

	.index-news .news-txt h3 {
		font-size: 22px
	}

	.index-news .news-txt p {
		font-size: 14px
	}

	.banner-txt h1 {
		font-size: 48px;
	}

	.main-nav .nav-nav a {
		font-size: 18px
	}

	.inner-title h3 {
		font-size: 35px
	}

	.product-ul-txt h3 {
		font-size: 22px
	}

	.cases-txt-title {
		font-size: 18px
	}
}


@media (max-width:1200px) {
	.section {
		width: 100%;
		width: 1200px;
		max-width: 1200px;
		margin: auto;
	}
}
