body,
html {
	padding: 0;
	margin: 0;
	min-height: 100%;
	width: 100%;
}

img {
	border: none;
	outline: 0;
	max-width: 100%
}

a {
	cursor: pointer;
	text-decoration: none
}

a:active {
	outline: 0
}

a:focus {
	-moz-outline-style: none;
	outline: 0
}

ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

li,
ul {
	padding: 0;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
p {
	padding: 0;
	margin: 0;
	font-weight: 400
}

h1 a:active,
h1 a:focus,
h1 a:hover,
h1 a:link,
h2 a:active,
h2 a:focus,
h2 a:hover,
h2 a:link,
h3 a:active,
h3 a:focus,
h3 a:hover,
h3 a:link,
h4 a:active,
h4 a:focus,
h4 a:hover,
h4 a:link,
h5 a:active,
h5 a:focus,
h5 a:hover,
h5 a:link,
p a:active,
p a:focus,
p a:hover,
p a:link {
	text-decoration: none
}

ol {
	padding: 0 0 0 20px
}

ol li {
	list-style-type: decimal;
	list-style-position: outside
}

dl,
dd {
	margin: 0;
}
.container1 {
	min-width: 1040px;
	height: 100%;
	margin: 0 auto;
	padding: 0 !important;
}
i {
	font-style: normal;
}

.box1 div:nth-of-type(3){
	margin-top: 6px;
	margin-bottom: 6px;
}

/*跳转*/
.jump{
	width: 100%;
	margin-top: 39px;
	display: flex;
	margin-bottom: 118px;
	box-sizing: border-box;
	padding-left: 6.5%;
}
.jump a{
	color: #008359;
	margin-right: 2%;
	text-decoration: none;
	float: left;
}
.jump p{
	width: 2px;
	margin-right: 2%;
	height: 10px;
	margin-top: 7px;
	background-color: black;
	float: left;
}
.menu_list li a{
	color: #000 ;
}
.menu_list > li > a:hover{
	color: #999 !important;
}

.fenge{
	width: 70%;
	height: 1px;
	margin: 0 auto;
	background-color: gainsboro;
}
.dropdown-menu{
	padding: 0 !important;
}
.dropdown-menu li:hover a{
	color: #008359 !important;
	background-color: white !important;
}

.wrapper .navigation .navbar-default .navbar-right .menu .nav .top-li2 ul.dropdown-menu li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.core_img img{
	width: 40px;
	height: 5px;
}
.case_div_img img{
	width: 40px;
	height: 5px;
}
.solve_div_img img{
	width: 40px;
	height: 5px;
}
.foot .foot-flow1 .flow1-box .box1 .title{
	margin-top: 55px;
}
.foot .foot-flow1 .flow1-box .box1 .text {
	display: flex;
}
.text_p_l{
	width: 60px !important;
}
.text_p_r{
	width: auto;
	height: auto;
}


.cursorP{
	cursor: pointer;
}
.messageText{
	width: 300px;
	padding: 15px;
	background: #fff;
	color: #fa0707;
	position: fixed;
	top: 200px;
	left: 50%;
	transform: translateX(-150px);
	border-radius: 4px;
}
.hide{
	display: none;
}
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
ul{
	list-style: none;
}
#lb_container{
	position: relative;
	min-width: 1040px;
	height: 880px;
	margin: 0 auto;
}

.pic li {
	padding-top: 80px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.pic li img {
	width: 100%;
	height: 800px;
}
#position{
	position: absolute;
	bottom: 0;
	right:0;
	margin: 0;
	background: #000;
	opacity: 0.4;
	width: 100%;
	text-align: center;
}
#position li{
	width: 10px;
	height: 10px;
	margin:0 2px;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #afafaf;
}
#position .cur{
	background-color: #ff0000;
}

.arrow {
	cursor: pointer;
	display: none;
	line-height: 39px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -20px; /*width的一半*/
	background-color: RGBA(0,0,0,.3);
	color: #fff;
}
.arrow:hover {
	background-color: RGBA(0,0,0,.7);
}
#lb_container:hover .arrow {
	display: block;
}
#prev {
	left: 20px;
}
#next {
	right: 20px;
}