﻿* {
	margin: 0;
	padding: 0;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
@font-face {
	font-family: SourceHanSansCN;
	src: url('../font/SourceHanSansCN-Normal.otf');
}
body {
	font-family: '微软雅黑';
	background: #fff;
	overflow-x: hidden;
	z-index: 1;
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
	margin: 0 auto;
	display: block;
}
.container {
	padding: 0;
}
img {
	display: inline-block;
	width: auto;
}

@media (min-width: 768px) {
.container {
	width: 750px;
	padding: 0;
	position: relative;
}
}

@media (min-width: 992px) {
.container {
	width: 970px;
	padding: 0;
	position: relative;
}
}

@media (min-width: 1230px) {
.container {
	width: 1200px;
	padding: 0;
}
}
/*全局结束*/

li.icon_logo {
	float: left;
}
.nav_dh {
	width: 100%;
	height: 82px;
	background-color: #fff;
	position: relative;
}
.lidgen_logo {
	float: left;
	margin-right: 60px;
}
.lidgen_logo img {
	width: auto;
	height: auto;
	margin-top: 10px;
}
.nav-li {
	width: 880px;
	float: left;
}
#daHua_com {
	height: 82px;
	text-align: center;
}
#daHua_com li ul li {
	float: none;
	display: inline;
}
#daHua_com .height-auto {
	line-height: 15px;
	padding: 5px 10px;
}
.second-menu, .third-menu, .fourth-menu {
	position: absolute;
	z-index: 9999;
}
.first-menu li {
	float: right;
	position: relative;
}
#navbar-nav a:hover, .first-menu a:hover {
	border-bottom: 3px solid #d4070d;
	color: #d4070d;
	text-decoration: none;
	background-color: transparent;
}
.second-menu {
	top: 45px;
	left: 12px;
	background-color: #f7f7f7;
}
*html .second-menu {
	right: -1px;
}
.second-menu a {
	font-size: 12px;
	height: 43px;
	line-height: 43px;
}
.second-menu a:hover {
	color: #d4070d;
	text-decoration: underline;
}
.dahua_logo {
	margin-top: 3px;
}
a.no-hover:hover, a.no-hover {
	border-bottom: none;
	padding: 0 !important;
	cursor: pointer;
	margin: 0 !important;
}
#navbar-nav li {
	float: left !important;
}
#navbar-nav a, .first-menu a {
	float: left;
	display: block;
	padding: 0 5px;
	margin: 0 12px;
	height: 82px;
	line-height: 82px;
	font-size: 14px;
	color: #000;
}
.navbar-collapse, .container-fluid {
	padding: 0;
}
.english {
	height: 82px;
	float: left;
}
.english a {
	line-height: 82px;
	font-size: 12px;
	color: #000;
	margin: 0 10px;
}
.english a:hover {
	color: #d4070d;
	text-decoration: none;
}
.search {
	float: left;
	position: relative;
	width: 66px;
	height: 82px;
}
.search img {
	margin-top: 32px;
	cursor: pointer;
	margin-left: 20px;
}
.search_div {
	position: absolute;
	top: 82px;
	right: 0;
	opacity: 0;
	z-index: -1;
	filter: Alpha(Opacity=0);
	height: 0;
	width: 340px;
	background-color: #fff;
	overflow: hidden;
}
.search_on {
	opacity: 1;
	z-index: 9;
	filter: Alpha(Opacity=100);
	height: 100px;
}
.Textbox {
	width: 250px;
	margin-left: 20px;
	margin-top: 30px;
	height: 40px;
	border: #dcdcdc solid 1px;
	border-right: none;
	float: left;
}
.Textbox input {
	height: 38px;
	line-height: 38px;
	padding-left: 6px;
	border: none;
	width: 100%;
	outline: none;
}
.Magnifier {
	float: left;
	width: 50px;
	height: 40px;
	text-align: center;
	border: #dcdcdc solid 1px;
	border-left: none;
	margin-top: 30px;
}
.Magnifier img {
	margin-top: 11px;
	margin-left: 14px;
}

@media (min-width: 768px) {
.nav-li {
	width: 630px
}
#navbar-nav a, .first-menu a {
	margin: 0 2px;
	font-size: 12px;
}
.lidgen_logo {
	margin-right: 0px;
}
.search {
	width: 26px;
}
.search img {
	margin-left: 4px;
}
.lidgen_logo img {
	width: 63px;
	height: auto;
	margin-top: 30px;
}
.english a {
	margin: 0 2px;
}
}

@media (min-width: 992px) {
.nav-li {
	width: 686px
}
#navbar-nav a, .first-menu a {
	margin: 0 6px;
	font-size: 13px;
}
.lidgen_logo {
	margin-right: 10px;
}
.search {
	width: 26px;
}
.search img {
	margin-left: 6px;
}
.lidgen_logo img {
	width: auto;
	height: auto;
	margin-top: 10px;
}
.english a {
	margin: 0 6px;
}
}

@media (min-width: 1230px) {
.nav-li {
	width: 816px
}
#navbar-nav a, .first-menu a {
	margin: 0 12px;
	font-size: 14px;
}
.lidgen_logo {
	margin-right: 60px;
}
.search {
	width: 66px;
}
.search img {
	margin-left: 20px;
}
.lidgen_logo img {
	width: auto;
	height: auto;
	margin-top: 10px;
}
.english a {
	margin: 0 10px;
}
}
/*导航结束*/
.lidgen_banner {
	width: 100%;
	height: 508px;
	background: url(../images/lidgen_banner.jpg) no-repeat top center;
}
.CustomerCase {
	margin: 0 auto;
	width: 1100px;
	margin-top: 60px;
	height: 300px;
}
.case_line {
	width: 350px;
	height: 36px;
	border-top: #df262d solid 2px;
	float: left;
	display: inline-block;
	margin: 0 25px;
}
.case {
	float: left;
	width: 300px;
	line-height: 36px;
	text-align: center;
	color: #2f2b2b;
	font-size: 36px;
}
.case_p {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	text-align: center;
	margin: 20px 0;
	display: inline-block;
}
.DisplayMode {
	font-size: 13px;
	text-align: center;
	color: #000;
	position: relative;
}
.dMode {
	width: 45px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
.dMode:hover {
	color: #df262d;
}
.dMode_div {
	position: absolute;
	left: 125px;
	top: 40px;
	width: 850px;
	height: 180px;
	overflow: hidden;
	opacity: 0;
	z-index: -1;
	filter: Alpha(Opacity=0);
}
.dMode_one, .dMode_two {
	display: inline-block;
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	background-color: #e7e7e7;
	color: #646464;
	cursor: pointer;
	margin: 4px;
	font-size: 13px;
}
.dMode_one:hover, .dMode_two:hover {
	background-color: #d4070d;
	color: #fff;
	text-decoration: none;
}
.dMode_two {
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	font-size: 16px;
}
.dMode_on {
	opacity: 1;
	z-index: 9;
	filter: Alpha(Opacity=100);
}
.mode_dh {
	float: left;
	width: 900px;
	height: auto;
	position: relative;
}
.mode_one {
	width: 100%;
	height: auto;
	border: #c8c8c8 solid 1px;
	display: block;
	padding: 40px;
	margin-bottom: 20px;
}
.dahua {
	width: 100%;
	height: auto;
}
.mode_h3 {
	font-size: 26px;
	line-height: 54px;
	color: #000;
	margin: 0;
}
.mode_h4 {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin: 0;
}
.mode_h5 {
	font-size: 13px;
	line-height: 22px;
	color: #606060;
	margin: 0;
}
.share {
	position: absolute;
	top: 46px;
	right: 40px;
	width: 180px;
	height: 25px;
}
.share a {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 5px;
}
.share_span {
	font-size: 13px;
	color: #0e8ed5;
	line-height: 25px;
	float: left;
}
.wechat {
	position: relative;
	cursor: pointer;
}
.wechat_on {
	position: absolute;
	top: -40px;
	left: -66px;
	width: 161px;
	height: 0;
	border: #dcdcdc solid 1px;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	filter: Alpha(Opacity=0);
	overflow: hidden;
}
.erwm {
	height: 161px;
	top: 30px;
	opacity: 1;
	z-index: 9;
	filter: Alpha(Opacity=100);
}
.modeDh_p {
	font-size: 13px;
	margin-top: 30px;
	line-height: 24px;
	color: #606060;
}
.mode_du {
	font-size: 13px;
	display: table-footer-group;
	color: #606060;
	margin: 8px 0;
}
.mode_du:hover {
	color: #df262d;
}
.mode {
	padding-bottom: 100px;
}
.back {
	position: absolute;
	bottom: 20px;
	right: 0px;
	color: #606060;
	font-size: 13px;
	cursor: pointer;
}
.mode_more {
	float: left;
	width: 300px;
	height: auto;
	padding-left: 30px;
}
.moreMode {
	font-size: 16px;
	color: #000;
	height: 42px;
	margin: 0;
	border-bottom: #c8c8c8 solid 1px;
}
.mmMode {
	width: 100%;
	height: 110px;
	border: #c8c8c8 solid 1px;
	border-top: none;
	padding: 14px;
	display: inline-block;
}
.mmMode:hover {
	background-color: #f5f5f5;
}
.mmMode_01 {
	margin-top: 25px;
	float: left;
}
.mmMode_02 {
	float: left;
	width: 116px;
	margin-left: 10px;
	margin-top: 10px;
}
.mmMode_02 h4 {
	margin: 0;
	font-size: 14px;
	color: #000;
}
.mmMode_02 h5 {
	margin: 0;
	font-size: 12px;
	color: #606060;
}
.industry {
	margin-top: 60px;
	display: block;
	width: 100%;
	height: auto;
}
.industry_01 {
	width: 100%;
	height: auto;
	display: inline-block;
	margin-bottom: 20px;
}
.industry_span {
	display: inline-block;
	font-size: 16px;
	color: #000;
	float: left;
}
.industry_more {
	float: right;
	font-size: 12px;
	color: #606060;
}
.industry_more:hover, .industry_a:hover, .FriendshipLink_a:hover, .nav_title:hover {
	color: #df262d;
}
.industry_02 {
	width: 100%;
	padding: 0 16px;
	border: #c8c8c8 solid 1px;
	overflow: hidden;
	height: 250px;
}
.industry_a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	border-bottom: #c8c8c8 dashed 1px;
	font-size: 12px;
	color: #606060;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.partner {
	width: 100%;
	height: 698px;
	background: url(../images/partner.jpg) no-repeat center top;
}
.partner_h2 {
	font-size: 36px;
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 70px 0 0 0;
}
.partner_img {
	transform: rotateZ(315deg);
	width: 620px;
	margin-left: 292px;
	margin-top: -170px;
}
.partner_img img {
	margin: 5px;
	cursor: pointer;
}
.partner_img img:hover {
	margin: 5px;
	transform: rotateZ(360deg);
}
.footer {
	padding: 80px 0;
	display: inline-block;
	width: 100%;
}
.foot_bg {
	background: url(../images/footer.jpg) no-repeat right bottom;
}
.footer li {
	float: left;
}
.ContactUs {
	width: 370px;
	color: #000;
}
.foot {
	width: 100%;
	height: auto;
	background-color: #f6f5f1;
}
.ContactUs_h3 {
	font-size: 16px;
	margin: 0 0 15px 0;
}
.ContactUs_h4 {
	font-size: 14px;
	margin: 15px 0 0px 0;
	display: inline-block;
}
.ContactUs_h5 {
	font-size: 12px;
	line-height: 28px;
	color: #3d4047;
}
.copyright {
	width: 960px;
	margin: 0 auto;
	height: 160px;
	line-height: 130px;
	border-top: #dcdcdc dashed 1px;
	text-align: center;
}
.FriendshipLink {
	width: 210px;
}
.FriendshipLink_a {
	color: #3d4047;
	font-size: 13px;
	display: block;
	margin: 10px 0;
}
.nav_title {
	color: #000;
	font-size: 16px;
	display: block;
	margin-bottom: 20px;
}
.wErwm {
	color: #000;
	font-size: 16px;
	width: 200px;
	text-align: center;
}
.wErwm img {
	margin-top: 20px;
}
.icon {
	width: 33px;
	height: 26px;
	display: inline-block;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}
.sina {
	background-position: 0 0;
}
.qq {
	background-position: -34px 0;
	margin-left: 5px;
	width: 32px;
}
.weix {
	background-position: -65px 0;
}
.baid {
	background-position: -99px 0;
	margin-left: 5px
}
.sina:hover {
	background-position: 0 -27px;
}
.qq:hover {
	background-position: -34px -27px;
}
.weix:hover {
	background-position: -65px -27px;
}
.baid:hover {
	background-position: -99px -27px;
}

@media (min-width: 768px) {
.CustomerCase {
	width: 700px;
}
.case_line {
	width: 200px;
}
.case {
	width: 200px;
}
.dMode_div {
	left: 50px;
	width: 600px;
}
.mode_dh {
	width: 450px;
}
.partner_img {
	margin-left: 95px;
}
.ContactUs {
	width: 300px;
}
.FriendshipLink {
	width: 150px;
}
.mode_one {
	padding: 20px;
}
.partner_img img {
	width: 120px;
	height: auto;
}
.copyright {
	width: 700px;
}
}

@media (min-width: 992px) {
.CustomerCase {
	width: 800px;
}
.case_line {
	width: 250px;
}
.case {
	width: 200px;
}
.dMode_div {
	left: 75px;
	width: 650px;
}
.mode_dh {
	width: 670px;
}
.partner_img {
	margin-left: 180px;
}
.ContactUs {
	width: 340px;
}
.FriendshipLink {
	width: 143px;
}
.mode_one {
	padding: 30px;
}
.partner_img img {
	width: auto;
	height: auto;
}
.copyright {
	width: 860px;
}
}

@media (min-width: 1230px) {
.CustomerCase {
	width: 1100px;
}
.case_line {
	width: 350px;
}
.case {
	width: 300px;
}
.dMode_div {
	left: 125px;
	width: 850px;
}
.mode_dh {
	width: 900px;
}
.partner_img {
	margin-left: 292px;
}
.ContactUs {
	width: 370px;
}
.FriendshipLink {
	width: 210px;
}
.mode_one {
	padding: 40px;
}
.partner_img img {
	width: auto;
	height: auto;
}
.copyright {
	width: 960px;
}
}
