.banners {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pics_wrap .font-box {
	width: calc(100% - 140px);
	height: calc(100% - 100px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pics_wrap .font-box .container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.pics_wrap .font-box .imgbox {
	position: absolute;
	right: 0;
}

.html5zoo-slider-0 {
	min-height: 200px;
}

.html5zoo-box-0 {
	min-height: 200px;
}

.html5zoo-swipe-box-0 {
	min-height: 200px;
}

.html5zoo-space-0 {
	min-height: 200px;
}

.html5zoo-img-box-0 {
	min-height: 200px;
}

.html5zoo-img-0 {
	min-height: 200px;
}

.html5zoo-img-0 img {
	min-height: 200px;
}

.html5zoo-space-0 img {
	min-height: 200px;
}

.pics_wrap .font-box .font1 {
	font-family: 微软雅黑;
	font-size: 43px;
}

.pics_wrap .font-box .font2 {
	font-family: 微软雅黑;
	font-size: 14px;
	line-height: 1.5;
}

.pics_wrap .font-box .font1 i {
	background-color: #fff;
	width: 100%;
	height: 0.5px;
	display: block;
}

@media(min-width:992px) {
	.pics_wrap .font-box .imgbox img {
		max-width: 440px;
	}

	.pics_wrap .font-box .font1 .title {
		font-size: 74px;
		font-weight: bold;
		line-height: 1.2;
		margin: 10px 0;
	}

	.pics_wrap .font-box .font1 .title .p1 {
		letter-spacing: 58px;
		padding-left: 38px;
	}

	.pics_wrap .font-box .font1 .title .p2 {
		letter-spacing: 20px;
	}

	.pics_wrap .font-box .font1 .title .p3 {
		letter-spacing: 6px;
	}

	.pics_wrap .font-box .font2 {
		font-size: 20px;
		line-height: 2;
		margin: 0 0 0 20px;
		letter-spacing: 10px;
	}

	.banner-list {
		left: 0;
		top: 30%;
	}

	.banner-title {
		font-size: 55px;
		color: #fff;
		font-weight: 700;
		line-height: 1;
		text-shadow:5px 2px 6px #333333;
	}

	.banner-content-one {
		font-size: 16px;
		color: rgb(255, 255, 255);
	}

	.banner-content-two {
		font-size: 14px;
		line-height: 180%;
	}

	.banner-bottom {
		margin-top: 100px;
	}
}

@media(max-width:992px) {
	.pics_wrap .font-box .imgbox img {
		max-width: 150px;
	}

	.pics_wrap .font-box .container {
		justify-content: center;
	}

	.pics_wrap .font-box .font1 .title {
		font-size: 32px;
		font-weight: normal;
		line-height: 1.2;
		margin: 10px 0;
	}

	.pics_wrap .font-box .font2 {
		padding-top: 10px;
		font-size: 20px;
	}

	.pics_wrap .font-box .font1 .title .p1 {
		letter-spacing: 18px;
		padding-left: 9px;
	}

	.pics_wrap .font-box .font1 .title .p2 {
		letter-spacing: 5px;
	}
}

@media(max-width:468px) {
	.pics_wrap .font-box {
		position: absolute;
		top: 62%;
		left: 50%;
	}

	.pics_wrap .font-box .imgbox img {
		display: none;
	}

	.pics_wrap .font-box {
		width: 100%;
	}

	.pics_wrap .font-box .font1 .title {
		font-size: 14px;
		font-weight: normal;
		line-height: 1;
		margin: 8px 0;
	}

	.pics_wrap .font-box .font1 .title .p1 {
		letter-spacing: 8px;
		padding-left: 4px;
	}

	.pics_wrap .font-box .font1 .title .p2 {
		letter-spacing: 2px;
	}

	.pics_wrap .font-box .font2 {
		padding-top: 6px;
		font-size: 13px;
	}

	.pics_wrap .html5zoo-nav-0 {
		display: none !important;
	}

	.pics_wrap .font-box .container {
		justify-content: center;
	}
}

.footerBttom-text a {
	color: #787878;
}

.footerBttom-text a:hover {
	text-decoration: underline;
}

/* 手机导航 */
.tab-head{
	width: 100%;
	height: auto;
	background: #333333;
	overflow: hidden;
	display: none;
}
.tab-head li{
	width: 33.33%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	border-right: 1px #444444 solid;
	border-bottom: 1px #444444 solid;
	box-sizing: border-box;
}
.tab-head li a{
	width: 100%;
	height: 35px;
	color: #FFFFFF;
	font-size: 15px;
}
@media (max-width:768px) {
	.tab-head{
		display: block;
	}
	.friend, .bottom_main, .bottom_copy{
		display: none;
	}
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 25%;
	background: #333333;
	float: left;
	padding: 5px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
	box-sizing: border-box;
}
.phonefooternav ul li:nth-child(3){
	width: 50%;
	background: #1b7412;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover .call {
	color: yellow;
}
.phonefooternav ul li a img {
	width: 22px;
	padding: 2px 0;
}
.phonefooternav p{
	color: #FFFFFF;
	font-size: 14px;
	margin: 0;
}
.phone-ge{
	width: 100%;
	height: 60px;
	display: none;
}
@media (max-width: 768px) {
	.phonefooternav,.phone-ge {
		display: block;
	}
	.footer{
		display: none;
	}
}

.header{
	width: 100%;
	height: 90px;
	display: none;
}
.header .wp{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.header .logo{
	float: left;
	width: 30%;
	padding-top: 10px;
}
.header .logo img{
	max-width: 100%;
}
@media (max-width:768px) {
	.header{
		height: 80px;
		display: block;
	}
	.header .logo {
		width: 70%;
		float: none;
		height: 80px;
		padding-top: 5px;
	}
}

.bottom_main .icon {background-image: url(../images/icon.png);display: inline-block;vertical-align: middle;}
.bottom_main { background: #1c2129; padding: 41px 0 60px; }
.bottom_main .w1200 {width: 1200px;margin: 0 auto;}
.bottom_main .left{float: left;}
.bottom_main .right{float: right;}
.bottom_main b { color: #fff; font-size: 20px; float: left; width: 109px; }
.bottom_main .bott_nav { border-bottom: 1px solid #666; padding-bottom: 27px; overflow: hidden; line-height: 20px; }
.bottom_main .bott_nav .right { width: 1082px; }
.bottom_main .bott_nav .right ul {width: 100%;}
.bottom_main .bott_nav .right li { float: left; background: url(../images/bott_nav.jpg) left center no-repeat; }
.bottom_main .bott_nav .right ul li:first-child { background: none; }
.bottom_main .bott_nav .right a {color: #999;font-size: 16px;padding: 0 35px;line-height: 16px;height: 16px;}
.bottom_main .bott_nav .right a:hover { color: #fff; }
.bottom_main .txt { padding-top: 47px; }
.bottom_main .txt .t { color: #fff; font-size: 18px; font-weight: bold; }
.bottom_main .txt .box1 { width: 344px; }
.bottom_main .txt .box1 img {padding-top: 16px;}
.bottom_main .txt .box2 { width: 383px; background: #1c2129; border-top: #1c2129 solid 1px;}
.bottom_main .txt .box2 .clearfix { padding-top: 21px; width: 268px; }
.bottom_main .txt .box2 .fl {float: left;width: 11px;}
.bottom_main .txt .box2 .fl i {width: 11px;height: 20px;background-position: -314px 5px;margin-right: 10px;}
.bottom_main .txt .box2 .fr { color: #999; float: right; width: 250px; line-height: 24px; }
.bottom_main .txt .box3 { width: 353px; }
.bottom_main .txt .box3 ul { padding-top: 21px; }
.bottom_main .txt .box3 li { color: #999; line-height: 24px; }
.bottom_main .txt .box3 li i {width: 17px;height: 18px;background-position: -335px 0;margin-right: 10px;}
.bottom_main .txt .box3 li .i2 { background-position: -355px 0; }
.bottom_main .txt .box4 img { width: 90px; height: 90px; padding: 5px; background: #fff; }
.bottom_main .bott_nav:first-child a:first-child { background: none; }
.bottom_copy {height: 50px;line-height: 50px;background: #1a1a1a;color: #666;font-size: 12px;}
.bottom_copy .w1200{width: 1200px;margin: 0 auto;}
.bottom_copy p{margin: 0;}
.bottom_copy a { color: #666; }
.bottom_copy a:hover { color: #fff; }
.fl {float: left;}
.fr {float: right;}
.friendship{
	background: #1c2129;
	color: #CCCCCC;
	margin-top: 30px;
}
.friendship a{
	color: #CCCCCC;
	font-size: 14px;
}
.friendship .fl {
    float: left;
	display: inline;
}

.xuqiu-wrap {
    width: 100%;
    margin-top: 30px;
    padding: 35px 0;
    text-align: center;
}
.product-title-wrap {
    width: 100%;
}
.product-title-wrap h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #3c3c3c;
}
.product-title {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.product-title-line {
    height: 10px;
    background: url(../images/line.png) repeat-x left bottom;
    margin-top: 18px;
    flex: 1;
}
.product-title h2 {
    margin: 0 auto;
    font-size: 16px;
    color: #656565;
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 45px;
    min-width: 136px;
    padding: 0 40px;
	font-weight: 400;
}
.box1{
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
@media ( min-width:0px) and ( max-width:767px) {
	.xuqiu-wrap{
		padding: 20px 0;
	}
	.product-title-wrap h1 {
	    font-size: 20px;
	}
	.product-title h2 {
	    font-size: 15px;
	    line-height: 30px;
	}
}

.box1 .box-item{
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: center;
}
.box1  .box-item .box-left{
	width: 54.5%;
}
.box1  .box-item .box-left .img{
	margin-right:23px;
	width: 58px;
	float: left;
}
.box1  .box-item .box-left .content{
	width: 86%;
	float: right;
}
.box1  .box-item .box-left .content h2{
	color: #1b7412;
	font-size: 36px;
	font-weight: bold;
}
.box1  .box-item .box-left .content h3{
	color: #949494;
	font-size: 16px;
	line-height: 33px;
}
.box1  .box-item .box-left .content ul,.box1  .box-item .box-left .content p{
	line-height: 32px;
	font-size: 15px;
	color: #666666;
	padding-top: 20px;
}
.box1  .box-item .box-left .content ul li{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	color: #666666;
}
.box1  .box-item .box-left .content ul li i{
	color: #cd121b;
	font-size: 18px;
}
.box1  .box-item .box-right{
	width: 45.5%;
	text-align: right;
}
.box2{
	background: #f5f7f9;
	border-top: #eeeff0 solid 1px;
}
.box2  .box-item .box-left{
	width: 50.5%;
}

@media ( min-width:0px) and ( max-width:767px) {
	.box1 .container {
		width: 96%;
		margin: 0 auto;
	}
	.box1 .box-item {
	    display: block;
	}
	.box1 .box-item .box-left {
	    width: 100%;
		margin-top: 10px;
		float: left;
	}
	.box1 .box-item .box-right{
		width: 100%;
		margin-top: 10px;
		float: left;
	}
	.box1 .box-item .box-left .img {
	    width: 30px;
	}
	.box1 .box-item .box-left .content {
	    width: 85%;
	}
	.box1 .box-item .box-left .content h2 {
	    font-size: 16px;
	}

}

.video-center {
    padding-top: 80px;
    padding-bottom: 80px;
}
.full-main {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.main-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.video-center .title-row {
    margin-bottom: 50px;
}
.title-row .title p {
    font-size: 40px;
    font-weight: bold;
    font-family: Montserrat;
    text-transform: uppercase;
    color: #3c3c3c;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}
.title-row .title span {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #656565;
    line-height: 24px;
    text-align: center;
}
.video-left{
	float: left;
	width: 33%;
	padding: 10px;
	text-align: center;
	position: relative;
}
.video-left img{
	max-width: 100%;
}
.video-left .btn{
	position: absolute;
	top: 70%;
	left: 80px;
	background: #1b7412;
	color: #FFFFFF;
	border: none;
	font-size: 16px;
	font-weight: 600;
	border-radius: 3px;
	padding: 10px 20px 10px;
	text-transform: uppercase;
	max-height: 44px;
}
.video-left .btn:hover {
    background: #333333;
}
.video-left h4{
	position: absolute;
	top: 80%;
	left: 80px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
}
.video-right{
	float: left;
	width: 66%;
}
.video-right img{
	max-width: 100%;
}
.video-right .v-box{
	float: left;
	width: 50%;
	padding: 10px;
}
@media (min-width: 1200px){
	.main-container {
		max-width: 1140px;
	}
}
@media (max-width:768px) {
	.full-main{
		width: 100%;
		min-width: 100%;
	}
	.video-center {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.video-center .title-row .title p {
		font-size: 30px;
		margin-bottom: 10px;
		color: #1b7412;
	}
	.video-center .title-row {
		margin-bottom: 40px;
	}
	.video-left{
		display: none;
	}
	.video-right{
		width: 100%;
	}
	.video-right .v-box{
		width: 100%;
	}
}


.floor_3_main {
	background: #fff;
	overflow: hidden;
}

.floor_3_main .w1200{
	width: 1200px;
	margin: 0 auto;
}
.floor_3{
	padding: 60px 0 40px 0;
	position: relative;
}
.floor_3 .title {
	color: #333;
}
.floor_3 .title p {
	color: #fff;
}
.floor_3_main .title {
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
}
.floor_3_main .title h3 {
	font-size: 28px;
	font-weight: normal;
	display: block;
	line-height: 30px;
	background: url(../images/title.png) no-repeat center;
}
.floor_3_main .title p {
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 20px;
}
.floor_3_main .title h3 b {
	display: inline-block;
	font-weight: normal;
	color: #439e00;
}

.liuc {
	position: relative;
}
.liuc .bd {
	overflow: hidden;
	width: 100%;
*zoom: 1;
	position: relative;
}
.liuc li {
	float: left;
}
.liuc li .jtou {
	width: 120px;
	height: 100px;
	background: url(../images/jtou.png) no-repeat center;
	float: left;
	display: block;
}
.liuc li img {
	width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 20px;
}
.liuc li p {
	text-align: center;
	color: #333;
	font-size: 16px;
	float: left;
}
.liuc li:last-child .jtou {
	display: none;
}
.liuc a.btn {
	width: 45px;
	height: 45px;
}
.liuc a.btn.prev {
	background-position: -100px -98px;
}
.liuc a.btn.prev:hover {
	background-position: -150px -98px;
}
.liuc a.btn.next {
	background-position: -200px -98px;
}
.liuc a.btn.next:hover {
	background-position: -250px -98px;
}
.liuc li:hover img {
	transform:rotatey(360deg);
	transition: 1s;
}
@media (max-width:768px) {
	.floor_3_main{
		display: none;
	}
}

.index-product-box{
	margin-bottom: 90px;
}
@media (max-width:768px) {
	.index-product-box{
		margin-bottom: 50px;
	}
	.index-product-box .solution .more{
		font-size: 12px;
	}
}


/* 案例 */
.floor_4_main{
	margin-top: 50px;
}
.floor_4_main .w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.index-case{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	text-align: center;
}
.index-case .case-box{
	width: 24%;
	padding: 0;
	float: left;
	position: relative;
	margin-right: 1%;
	margin-bottom: 15px;
	border-radius: 4px;
	overflow: hidden;
}
.index-case .case-box::before{
	content: "";
	display: block;
	padding-top: 80%;
}
.case-box img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    width: 100%;
	height: 100%;
}
.case-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	background: #000000;
    color: #fff;
    vertical-align: middle;
    transition: .5s;
}
.case-box .overlay h3 {
    margin: 10px 0;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	margin-top: 33%;
	font-weight: bold;
}
.case-box:hover .overlay {
    opacity: 0.7;
}
.more-btn{
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 13px 23px;
	background: transparent;
	border-radius: 4px;
	font-size: 16px;
	display: inline-block;
	line-height: 20px;
	letter-spacing: 1px;
}
.more-btn:hover{
	background: #FFFFFF;
	color: #000000;
}
@media (max-width:768px) {
	.index-case .case-box{
		width: 49%;
	}
}

/* 关于我们 */
.fp-tableCell {
    vertical-align: middle;
    width: 100%;
	height: 636px;
	margin-top: 70px;
}
.sec2_left, .sec2_right {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    /* width: 50%; */
	float: left;
    position: relative;
}
.sec2_left {
    background: url(../images/aboutbg.jpg) no-repeat center center;
    background-size: cover;
	width: 50%;
}
.sec2_right{
	background: url(../images/sec2_05.jpg) no-repeat center center;
	background-size: cover;
	width: 50%;
}
.sec2_right_div {
    display: inline-block;
    width: 700px;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.in-about .section-title {color: #000;}
.in-about p {font-size: 18px;line-height: 1.8;text-align: justify;margin: 20px 0 0;}
.section-title {margin-bottom: 30px;font-size: 0;color: #1b7412;}
.section-title span {display: inline-block;font-size: 22px;line-height: 1.3;padding: 10px 0;}
.section-title span strong {display: block;text-transform: uppercase;font-size: 50px;font-weight: 400;}
.section-title-center {text-align: center;}
.more-big {display: inline-block;margin-top: 60px;font-size: 0;background-color: #1b7412;color: #fff !important;border-radius: 50px;padding: 7px 7px 7px 30px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.more-big span {display: inline-block;font-size: 18px;vertical-align: middle;}
.more-big i {display: inline-block;vertical-align: middle;width: 40px;height: 40px;border-radius: 50%;background: url(../images/icon3.png) no-repeat center #fff;margin-left: 20px;}
.more-big-white {background-color: #1b7412;color: #fff !important;}
.more-big-white i {background-color: #fff;background-image: url(../images/icon3.png);}
.more-big:hover {-webkit-transform: translateX(10px);transform: translateX(10px);}

@media (max-width:768px) {
	.fp-tableCell{
		height: 400px;
		overflow: hidden;
		margin-top: 0;
	}
	.sec2_left{
		display: none;
	}
	.sec2_right{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.sec2_right_div{
		width: 100%;
		top: inherit;
		left: inherit;
		transform: inherit;
		position: inherit;
	}
	.section-title{
		margin-bottom: 0;
	}
	.section-title span strong{
		font-size: 18px;
	}
	.in-about p{
		font-size: 14px;
	}
	.more-big{
		margin-top: 20px;
	}
	.more-big i{
		width: 30px;
		height: 30px;
	}
	.more-big span{
		font-size: 16px;
	}
}


.bbx{
	padding: 50px 0;
}
.poster-main {
	position: relative;
	margin: 0 auto;
}

.poster-main a,
.poster-main img {
	display: block;
	width: 100%;
	height: 100%;
}

.poster-main img {}

.poster-main .poster-list {
	width: 1000px;
	height: 500px;
}

.poster-main .poster-list .poster-item {
	width: 200px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
	filter: opacity(.5) brightness(1);
}

.poster-main .poster-btn:hover {
	filter: opacity(1) brightness(2);
}

.poster-main .poster-prev-btn {
	left: 0;
	background: url(left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
	right: 0;
	background: url(right.png) no-repeat center center;
}

.poster-item-title {
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	display: block;
	color: #333;
}

.homecase{
	display: none;
}
@media (max-width:768px) {
	.homecase{
		display: block;
	}
	.bbx{
		display: none;
	}
}

/* page */
.pages{
	display: table;
    margin: 0 auto;
	margin-top: 20px;
}
.pages b {
  display: block;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #1b7412;
  background: #1b7412;
  border-radius: 3px;
}
.pages a {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.pages span {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #1b7412;
}
.pages .fl{
	display: none;
}
.pages a:hover {
  background: #1b7412;
  color: #fff;
  border: 1px solid #1b7412;
}

/*feedback*/
.ny_feed_ny {
	width: 100%;
	height: auto;
	overflow: hidden
}

.ny_feed_tit {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
	color: #626262
}

.ny_feed_tit span {
	font-size: 1.6em;
	font-weight: bold;
	color: #1b7412;
	display: block;
	text-align: center;
	line-height: 3em
}

.ny_feed_ny form {
	margin-top: 3em
}

.lyb {
	width: 50%;
	margin: .5em auto;
}

.lyb input {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 3em;
	font-size: 1.1em
}

.lyb textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 8em;
	font-size: 1.1em
}

.lyb_tj {
	width: 20%;
	margin: 2em auto;
}

.lyb_tj input {
	width: 100%;
	background-color: #1b7412;
	border: 1px solid #1b7412;
	color: #fff;
	height: 3em;
	font-size: 1.3em
}

@media (max-width:991px) {
	.lyb {
		width: 70%;
	}
	.lyb_tj {
		width: 40%;
	}
}


/* 联系我们 */
.lianxi{
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	padding: 10px;
}
#maximg .lx{position: relative;}
#maximg .lx img{
	max-width: inherit;
}
#maximg .lx .us_map{
	margin-top: 20px;
}
.ditu_info{position:absolute;top:0;left:0;z-index:5;box-sizing:border-box;padding:40px 30px;width:40%;height:100%;}
.ditu_info .bg{box-sizing:border-box;padding:40px 30px;width:100%;height:100%;background-color:rgba(51, 51, 51,.8);}
.ditu_info h2{color:#fff;font-size:24px;line-height:30px;font-weight: bold;margin-bottom: 40px;}
.ditu_info dl i{padding-right:7px;font-size:.8rem;}
.ditu_info dl dd{margin-bottom:10px;color:#fff;font-size:16px;line-height:24px;margin-left: 0;}
.ditu_info dl dd span{float:left;color: #FFFFFF;font-size: 16px;}
.ditu_info dl dd a{color: #FFFFFF;font-size: 16px;color: #FFFFFF;}
.ditu_info dl dd div{font-size: 16px;color: #FFFFFF;}
@media (max-width:768px) {
	.ditu_info{
		display: none;
	}
}


.btn-6 {
	background-color: #c00;
	display: block;
	width: 20%;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0px;
	margin-top: 20px;
}

.btn-6:hover {
	background-color: #FFCA2C;
}

@media(max-width:768px) {
	.btn-6 {
		width: 40%;
		margin: 15px auto;
	}
}



/* 点击放大图片 */
.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 5px solid #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}

.bigbox {
	width: 840px;
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.bigbox>.imgbox {
	width: 400px;
	height: 250px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
	width: 100%;
}

.imgbox:hover {
	cursor: zoom-in
}

.mask:hover {
	cursor: zoom-out
}

.mask>img {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}

.mask>img:hover {
	cursor: pointer
}


/* 表格 */
.info-content .table {
	width: 100%;
	max-width: 1000px;
	padding: 16px;
	border: 1px solid #DDDDDD;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	border-collapse: collapse;
}
.info-content .table tr td {
	border: 1px solid #666666;
	padding: 3px;
	vertical-align: middle;
	display: table-cell;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.info-content .table tr td p{
	margin-bottom: 0;
	color: #666666;
}
@media (max-width:768px) {
	.info-content .table tr td{
		font-size: 12px;
		padding: 0;
	}
}


.pics_wrap .font-box{
	text-shadow: 5px 2px 6px #333333;
}

.product-box{
	padding-bottom: 50px;
}

@media (max-width:768px) {
	.header1 .logo{
		display: none;
	}
}