@charset "utf-8";

/* CSS Document */
/* 重置开始 */
:root {
	--main-color: #041477;
}

html,
body {
	min-width: 1200px;
	background-color: #f5f5f5;
}

* {
	padding: 0;
	margin: 0;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font-family: "微软雅黑";
}

address,
cite,
dfn,
em,
i,
var {
	font-style: normal
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

small {
	font-size: 12px
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer
}

a:hover {
	text-decoration: none
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

legend {
	color: #000
}

fieldset {
	border: 0;
	display: block;
}

button,
input,
select,
textarea {
	font-size: 100%
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

article,
aside,
audio,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
nav,
section,
summary,
time,
video {
	display: block;
	margin: 0;
	padding: 0
}

mark {
	background: #ff0
}

a:active,
a:focus {
	outline: 0;
	zoom: expression(this.style.zoom=1, this.hideFocus=true)
}

/*重置结束*/
.wapper_box {
	min-width: 1200px;
	overflow: hidden;
	/* background: white; */
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

/*头部开始*/
.header_box {
	width: 100%;
	height: 100px;
}

.header_box1 {
	width: 100%;
	height: 100px;
	background: #fefefe;
	z-index: 600;
}

.header_box2 {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 1200px;
	position: relative;
}


.logo_box {
	display: block;
	margin-top: 6px;
	float: left;
}

.nav_box {
	width: auto;
	height: 100px;
	float: left;
	margin-left: 50px;
	margin-top: 0px;
	display: flex;
	align-items: center;
}

.nav_box .nav_1 {
	float: left;
	position: relative;
}

.nav_but.active {
	color: var(--main-color);
}

.nav_but {
	font-size: 16px;
	color: black;
	margin-left: 22px;
	padding: 40px 20px;
}

.nav_but:hover {
	background: var(--main-color);
	color: white;
}

.nav_but.active:hover {
	color: white;
}

.nav_slide {
	width: 190px;
	position: absolute;
	left: 22px;
	display: none;
	top: 60px;
	z-index: 800;
}

.nav_slide1 {
	width: 180px;
	background: white;
	border-bottom: 3px solid #e0e2e3;
}

.nav_slide a {
	padding: 17px 20px 17px 15px;
	text-align: center;
	margin-left: 20px;
	width: 102px;
	color: #8c8c8c;
	display: block;
	position: relative;
	background: url(../images/siade_bg.png) no-repeat left center;
	border-bottom: 1px solid #eeeeee;
}

.on {}

.nav_slide span {
	position: absolute;
	right: -31px;
	top: 20px;
	display: none;
}

.nav_slide a:hover {
	color: var(--main-color);
	background: none;
}

.nav_slide a:hover span {
	display: block;
}

/*头部结束*/
/***********************************首页banner开始**********/
.banner_box {
	width: 100%;
	height: 564px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(../images/banner_shadow.png) no-repeat center 616px;
}

.banner_pic li img {
	display: block;
	width: 100%;
	height: 564px;
}

/*数字按钮样式*/
.banner_box .num {
	overflow: hidden;
	height: 25px;
	position: absolute;
	bottom: 10px;
	right: 24%;
	zoom: 1;
	z-index: 3
}

.banner_box .num li {
	width: 40px;
	height: 18px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: 400;
	font-family: "微软雅黑", Arial;
	color: #FFFFFF;
	background: #aaaaaa;
	margin-right: 10px;
	border-radius: 10px;
	cursor: pointer;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner_box .num li.on {
	background: var(--main-color);
}

/*当前项*/

/*上一个  下一个*/
.banner_box .prev,
.banner_box .next {
	display: none;
	width: 40px;
	height: 100px;
	background: url(../images/btn.png) no-repeat;
	position: absolute;
	top: 42%;
}

.banner_box .prev {
	left: 2%;
}

.banner_box .next {
	right: 2%;
	background-position: right;
}

/**************************首页banner图结束***************/
/****************************************************************************************************************************************************/
/***************************二级页banner图开始************/
.banner_box1 {
	width: 100%;
	height: 564px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.banner_pic1 li img {
	display: block;
	width: 100%;
	height: 313px;
}

/*数字按钮样式*/
.banner_box1 .num {
	overflow: hidden;
	height: 25px;
	position: absolute;
	bottom: 10px;
	right: 24%;
	zoom: 1;
	z-index: 3
}

.banner_box1 .num li {
	width: 40px;
	height: 18px;
	line-height: 20px;
	text-align: center;
	font-weight: 400;
	font-family: "微软雅黑", Arial;
	color: #FFFFFF;
	background: #afaeae;
	margin-right: 10px;
	border-radius: 9px;
	cursor: pointer;
	float: left;
}

.banner_box1 .num li.on {
	background: var(--main-color);
}

/*当前项*/

/*上一个  下一个*/
.banner_box1 .prev,
.banner_box1 .next {
	display: none;
	width: 40px;
	height: 100px;
	background: url(../images/btn.png) no-repeat;
	position: absolute;
	top: 42%;
}

.banner_box1 .prev {
	left: 2%;
}

.banner_box1 .next {
	right: 2%;
	background-position: right;
}

/***************************二级页banner图结束************/
/****************************************************************************************************************************************************/
/***********************底部开始*************************/
.footer_box {
	width: 100%;
	height: 44px;
	background: #696969;
}

.footer_box p {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	line-height: 42px;
	color: white;
}

/*********************底部结束*************************/
/****************************************************************************************************************************************************/
/************************首页内容开始************************************/
.content_box {
	width: 1200px;
	margin: 0 auto;
}

.content_box_top {
	width: 1200px;
	height: 150px;
	margin: 30px auto 35px;
}

.content_box_top li {
	width: 180px;
	text-align: center;
	float: left;
	margin: 0 60px;
}

.content_box_top li a {
	width: 82px;
	height: 82px;
	display: block;
	margin: 10px auto;
}

.content_box_top li img {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-mos-border-radius: 100px;
	-o-border-radius: 100px;
	transition: All 1s ease-in-out;
	-ms-transition: All 1s ease-in-out;
	-webkit-transition: All 1s ease-in-out;
	-moz-transition: All 1s ease-in-out;
	-o-transition: All 1s ease-in-out;
}

.content_box_top li:hover img {
	border: 1px solid var(--main-color);
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}

.obj_title {
	font-size: 16px;
	color: #666666;
	margin: 10px 0px;
}

.content_box_top li:hover .obj_title {
	color: var(--main-color);
}

.content_box_top li p {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}

.content_box_bot {
	width: 1140px;
	height: 350px;
	background: #f9f9f9;
	margin: 0 auto 34px;
	padding: 20px 30px;
	overflow: hidden;
	/* border: 1px red solid; */
	/* box-shadow: 0 0 6px #CCC; */
	/* border: 1px solid white; */
}

.content_box_bot_l {
	width: 562px;
	height: 330px;
	float: left;
}

.info_news {
	width: 560px;
	height: 160px;
	margin-bottom: 6px;
	position: relative;
}

.info_news_but {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	height: 38px;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
}

.info_news_but p {
	font-size: 16px;
	text-align: start;
	line-height: 38px;
	float: left;
	flex: 1;
	height: 38px;
	margin-right: 20px;
}

.on {
	background: #e6e6e6;
	color: var(--main-color);
}

.info_news_text {
	width: 560px;
	height: 120px;
}

.info_news_text1 {
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 30;
}

.info_news_text2 {
	position: absolute;
	left: 0;
	top: 45px;
	display: none;
	z-index: 20;
}

.info_news_text li {
	overflow: hidden;
	/* height: 28px; */
	line-height: 28px;
	width: 552px;
}

.info_news_text li a {
	color: #666666;
	align-items: center;
	display: flex;
}

.info_news_text li:hover a {
	color: #232323;
}

.info_news_text li img {
	float: left;
	margin-right: 4px
}

.info_news_text li p {
	float: left;
	overflow: hidden;
	width: 542px;
	font-size: 14px;
	padding: 6px 10px;
}

.info_news_text li:hover p {
	background-color: white;
}


.info_news_text li span.date {
	float: right;
	display: block;
}

.search_obj_title {
	font-size: 16px;
	color: var(--main-color);
	margin-top: 10px;
}

.search_obj_title span {
	font-size: 12px;
	color: #999999;
	margin-left: 8px;
}

.search_obj {
	width: 560px;
	height: 160px;
}

.search_obj1 {
	width: 540px;
	height: 106px;
	margin-top: 20px;
	overflow: hidden;
}

.search_obj a {
	width: 161px;
	height: 46px;
	display: block;
	float: left;
	margin: 5px 8px;
	text-align: center;
	line-height: 46px;
	border: 1px solid #e6e6e6;
	color: #b9b9b9;
	background: url(../images/but_bg.png) repeat-x;
}

.search_obj a:hover {
	box-shadow: 0 0 4px #CCC;
	-webkit-box-shadow: 0 0 4px #CCC;
	-o-box-shadow: 0 0 4px #CCC;
	-mos-box-shadow: 0 0 4px #CCC;
}

.content_box_bot_r {
	width: 496px;
	height: 270px;
	float: right;
}

.jianjie_box {
	width: 496px;
	height: 130px;
}

.jianjie_title {
	font-size: 16px;
	color: var(--main-color);
}

.jianjie_title span {
	font-size: 12px;
	color: #999999;
	margin-left: 6px;
}

.jianjie_box1 {
	width: 495px;
	height: 96px;
	margin-top: 16px;
	overflow: hidden;
}

.jianjie_box1 img {
	float: left;
	margin-top: 6px;
}

.jianjie_box1 a {
	float: left;
	display: block;
	width: 364px;
	color: #919191;
	margin-left: 10px;
	font-size: 12px;
	line-height: 24px;
}

.jianjie_box1 a span {
	color: var(--main-color);
}

.jianjie_box1 a:hover {
	text-decoration: underline;
}

.zichan_box {
	width: 496px;
	height: 103px;
	margin-top: 40px;
}

.zichan_box p {
	font-size: 16px;
	color: var(--main-color);
	margin-top: 20px;
}

.zichan_box span {
	font-size: 12px;
	color: #999999;
	margin-left: 6px;
}

.zichan_box a {
	display: block;
	width: 496px;
	height: 64px;
	font-size: 12px;
	margin-top: 10px;
	line-height: 24px;
	color: #909090;
}

.zichan_box a span {
	color: var(--main-color);
}

.zichan_box a:hover {
	text-decoration: underline;
}

/************************首页内容结束************************************/
/****************************************************************************************************************************************************/
/*************************关于XXX开始**********************************/
.content_box1 {
	width: 100%;
	/* position: absolute;
	top: 398px;
	z-index: 595;
	left: 0; */
	min-width: 1200px;
	padding-top: 20px;
}

.content_box2 {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 20px;
}

.menu_box {
	width: 187px;
	float: right;
	padding: 20px 10px;
	background-color: white;
}

.menu_box_title {
	width: 187px;
	/* height: 83px; */
	color: white;
	font-size: 22px;
	text-align: center;
	padding: 10px 0px;
	background: var(--main-color);
}

.menu_box_title span {
	display: block;
	font-size: 16px;
}

.menu_box1 {
	width: 187px;
}

.menu_box1 li {
	width: 187px;
	height: 40px;
	font-size: 16px;
	margin: 8px 0;
	/* text-align: center; */
	line-height: 46px;
}

.menu_box1 li a {
	color: #656565;
	display: block;
	background: #f5f5f5;
	width: auto;
	height: 40px;
	border-radius: 4px;
	padding: 0px 10px;
}

.menu_box1 li a.active {
	background: var(--main-color);
	color: white;
}

.menu_box1 li a:hover {
	background: var(--main-color);
	color: white;
}

.content_boxL {
	width: 918px;
	float: left;
	overflow: hidden;
	padding: 20px 30px;
	background-color: white;
}

.content_boxL_nav {
	width: 100%;
	height: 56px;
	line-height: 56px;
	/* margin-top: 47px; */
	overflow: hidden;
	border-bottom: 1px solid #cacaca;
}

.content_boxL_nav_title {
	float: left;
	font-size: 18px;
	color: #363636;
}

.content_boxL_nav_R {
	float: right;
}

.content_boxL_nav_R a {
	color: #363636;
}

.content_boxL_nav_R a:hover {
	text-decoration: underline;
}

.content_boxL_text {
	width: 100%;
	margin: 0 auto 20px;
}

.content_boxL_pic {
	display: block;
	margin: 50px auto;
}

.content_boxL_text p {
	text-indent: 2em;
	font: 14px/24px "微软雅黑";
	color: #666666;
	margin: 30px 0;
}

.content_boxL_text p.yewu_p {
	text-indent: 0em;
	font: 14px/24px "微软雅黑";
	color: #666666;
	margin: 30px 0;
}

.content_boxL_text p .yewu_title {
	font-weight: 600;
}

.clear {
	clear: both;
}

/*************************关于XXX结束**********************************/
/*************************新闻中心开始*****************************/
.content_boxL_list {
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
}

.content_boxL_list li {
	border-bottom: 1px dashed #d1d1d1;
	line-height: 45px;
	overflow: hidden;
	width: 100%;
}

.content_boxL_list_info {
	padding-left: 30px;
	color: #656565;
	width: 100%;
	background: url(../images/info_icon2.png) no-repeat left center;
}

.content_boxL_list_info:hover {
	text-decoration: underline;
}

.yewu_date {
	float: right;
}

.fenye_box {
	width: 500px;
	margin: 0 auto 80px;
}

.fenye_box a {
	color: #848383;
	font-size: 14px;
	padding: 5px 14px;
	background: #CCC;
	margin: 0 5px
}

.fenye_box a:hover {
	color: white;
	background: var(--main-color);
	text-decoration: underline;
}

.xqy_news_title {
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d1d1d1;
}

.xqy_news_title span {
	font-size: 12px;
}

.news_xqy_pic {
	margin: 0 auto;
	display: block;
}

.xqy_news_title1 {
	width: 100%;
	margin: 0 auto;
}

/*************************新闻中心结束*****************************/
/*************************成功案例开始*****************************/
.cgal_list {
	width: 100%;
	margin: 30px auto;
}

.cgal_list li {
	width: 958px;
	overflow: hidden;
	height: 220px;
	margin: 20px 0;
}

.cgal_pic {
	float: left;
	display: block;
}

.cgan_xqy {
	width: 614px;
	height: 220px;
	float: right;
}

.cgan_xqy p {
	margin-top: 0;
	line-height: 28px;
}

.cgan_xqy a:hover {
	text-decoration: underline;
}

/*************************成功案例结束*****************************/
/*************************联系我们开始*****************************/
.lxwm_box {
	width: 978px;
	margin: 40px auto 80px;
	overflow: hidden;
}

.lxwm_pic {
	display: block;
	float: left;
}

.lxwm_info {
	width: 360px;
	float: right;
}

.lxwm_info p {
	font-size: 14px;
	padding-left: 30px;
	width: 324px;
	line-height: 36px;
	color: #a5a5a5;
}

.lxwm_info1 {
	background: url(../images/lxwm_icon1.png) no-repeat left center;
}

.lxwm_info2 {
	background: url(../images/lxwm_icon2.png) no-repeat left center;
}

.lxwm_info3 {
	background: url(../images/lxwm_icon3.png) no-repeat left center;
}

.lxwm_info4 {
	background: url(../images/lxwm_icon4.png) no-repeat left center;
}

.lxwm_info5 {
	background: url(../images/lxwm_icon5.png) no-repeat left center;
}

/*************************联系我们结束*****************************/
/*************************留言板开始*****************************/
.lyb_box {
	width: 800px;
	margin: 50px auto 100px;
	overflow: hidden;
}

.lyb_box1 {
	float: left;
	text-align: right;
}

.lyb_box1 p {
	margin: 14px 0;
}

.lyb_box2 {
	float: left;
}

.lyb_box2 li {
	margin: 10px 0;
}

.lyb_box2 input {
	width: 426px;
}

.lyb_box2 textarea {
	width: 600px;
	height: 200px;
}

.lyb_box2 input.submit {
	background: var(--main-color);
	color: white;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

/*************************留言板结束*****************************/
/*************************浮屏开始*****************/
.fuping_box {
	width: 150px;
	height: 400px;
	background: #5685cf;
	position: fixed;
	z-index: 600;
	left: 1%;
	bottom: 24%;
}

/**************************浮屏结束***************/


.content {
	margin: 20px 0;
}


/* sectiion-title */
.section-title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 10px;
	color: var(--main-color);
}

.section-title h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-title h2::before {
	content: " ";
	width: 50px;
	background-color: #e3e3e3;
	height: 2px;
	margin-right: 20px;
}

.section-title h2::after {
	content: " ";
	width: 50px;
	background-color: #e3e3e3;
	height: 2px;
	margin-left: 20px;
}

/* 产品展示 */

.goods-section {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.goods-section-wrap {
	width: 1200px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.goods-section-wrap .goods-content {
	padding: 30px 0px;
	width: 1200px;
	overflow: hidden;
	display: flex;
	/* justify-content: center; */

}

.content-wrap {
	/* width: auto; */
	display: flex;
	align-items: center;
	transition: all .5s ease;
	flex-direction: row;
}

.goods-item {
	width: 280px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #f5f5f5;
	margin: 0px 10px;
}

.goods-item .image-wrap {
	width: 100%;
	height: 200px;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	position: relative;

}

.goods-item .image-wrap img {
	width: 100%;
	height: auto;
}

.image-wrap .desc {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.289);
	position: absolute;
	top: 0px;
	left: 0px;
	color: white;
	opacity: 0;
	transition: all .5s ease;
}

.goods-item:hover .image-wrap .desc {
	opacity: 1;
}

.goods-item span {
	display: flex;
	word-break: break-all;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0px;
	width: 95%;
}

.btn {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0px;
	/* right: 0px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn div {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.btn.up {
	left: -60px;
}

.btn.next {
	right: -60px;
}

/* 解决方案 */
.solution-section {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.solution-content {
	width: 1200px;
	height: auto;
	padding: 30px 0px;
	display: flex;
	flex-wrap: wrap;
}

.solution-item {
	width: 280px;
	height: 210px;
	display: flex;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.solution-item .img-wrap {
	width: 100%;
	height: 100%;
}

.solution-item .img-wrap img {
	width: 100%;
	height: 100%;
}

.desc-wrap {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s ease;
}

.desc-wrap span {
	padding: 10px 30px;
	background-color: rgba(255, 255, 255, 0.8);
}

.solution-item:hover .desc-wrap {
	background-color: #04137788;
	color: var(--main-color);
}

/* 联系我们板块 */
.leave-msg-section {
	width: 95%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 0px;
}

.input-line {
	width: 100%;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0px;
}

.input-line input {
	width: 80%;
	height: 50px;
	outline: none;
	border: none;
	border: 1px solid #e3e3e3;
	padding-left: 20px;
}

.input-line textarea {
	width: 80%;
	outline: none;
	border: none;
	border: 1px solid #e3e3e3;
	padding-left: 20px;
	padding-top: 10px;
	resize: none;
}

.section-name {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}

.section-name::before {
	content: " ";
	width: 3px;
	height: 16px;
	background-color: var(--main-color);
	margin-right: 10px;
	border-radius: 1.5px;
}

.leave-msg-section button {
	width: 120px;
	height: 50px;
	background-color: var(--main-color);
	color: white;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 4px;
	margin-top: 10px;
}

.contact-ways-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-ways {
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 0px;
}

.contact-ways h3 {
	margin: 20px 0px;
}

.info-lines {
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.info-line {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0px;
	border-bottom: 1px solid #e3e3e3;
}

.info-line span {
	word-break: keep-all;
	font-weight: 700;
	margin-right: 10px;
}

.info-line p {
	font-size: 14px;
	color: #666666;
	flex: 1;
}

.info-line img {
	max-width: 130px;
}

.info-box {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	display: flex;
	flex-direction: column;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	margin-top: 10px;
}

.info-box span {
	padding: 5px 10px;
	border-bottom: 1px solid #e3e3e3;
}

.info-box span:last-child {
	border-bottom: none;
}

.t-name {
	margin-top: 20px;
	margin-left: 10px;
	position: relative;
}
