﻿@charset "utf-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
html, body {
	color: #5f6061
}
body {
	background: #fff
}
ul, ol, li {
	list-style: none
}
a {
	color: #5f6061;
	text-decoration: none
}
a:hover {
	text-decoration: none;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
	color: #F8E230;
}
img {
	border: 0
}
b, em, i {
	font-style: normal
}
h1, h2, h3, h4, h5 {
	font-weight: normal
}
.xuxian_{ border-bottom:1px dashed #A6A6A6; width:97%; margin:0 auto;}
 @-webkit-keyframes fadeleft {
 0% {
 -webkit-transform: translateY(40px);
 opacity: 0
}
 100% {
 -webkit-transform: translateY(0px);
 opacity: 1
}
}

@font-face {
	font-family: "museo-light";
	src: url('images/museo-light.eot');
	src: url('images/museo-light.eot') format('embedded-opentype'), url('images/museo-light.woff') format('woff'), url('images/museo-light.ttf') format('truetype'), url('images/museo-light.svg') format('svg')
}
@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot'); /* IE9*/
	src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('iconfont.woff') format('woff'), /* chrome, firefox */ url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.museo-light {
	font-family: "museo-light" !important
}
.imgbig {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: block !important
}
.imgbig:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1)
}
.imgbigout {
	display: block;
	overflow: hidden
}
.hov {
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.hov:hover {
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.clear {
	zoom: 1
}
.left {
	float: left
}
.right {
	float: right
}
.hide {
	display: none
}
.lazy {
	background: url("images/loading.gif") 50% 50% no-repeat
}
.tran {
	transition: all .3s ease
}
.back2top {
	display: block;
	width: 43px;
	height: 43px;
	background: url(images/back2top.png) no-repeat;
	position: fixed;
	right: 3.5%;
	bottom: 15%;
	opacity: .33;
	z-index: 99
}
.back2top:hover {
	opacity: 1
}
.pager {
	width: 100%;
	color: #0f0b09;
	line-height: 30px;
	padding: 30px 0;
	font-size: 24px;
	text-align: center;
	opacity: .3
}
.pager a, .pager span {
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	margin: 0 10px;
	font-size: 24px
}
.pager a:hover {
	color: #0f0b09;
	opacity: 1
}
.pager a:active {
	color: #0f0b09
}
.pager span.now {
	color: #0f0b09
}
.pager span.disabled {
	color: #0f0b09
}
.current:first-child, .pager .p1:last-child {
	display: none
}
.header {
	height: 80px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all .3s ease;
	background: #1C1C1C;
}
.header-small {
	height: 80px;
	background: #1C1C1C;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
	-moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
	box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
	transition: all .3s ease
}
.header-in {
	width: 97%;
	margin: 25px auto;
	height: 50px;
	transition: all .3s ease
}
.header-in .logo img {
	transition: all .3s ease;
height: 34px;
}
.header-small .header-in {
	margin: 15px auto;
	transition: all .3s ease
}
.header-small .logo img {
	height: 34px;
	margin-top: 4px
}
.header .logo {
	float: left;
	margin-left: 20px
}
.header .meun-off {
	float: right;
	margin-right: 10px;
	display: none;
}
.header .meun-off span {
	width: 23px;
	height: 2px;
	background-color: #FFF;
	display: block;
	margin: 6px auto;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.header .meun-on #span2 {
	opacity: 0
}
.header .meun-on #span1 {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg)
}
.header .meun-on #span3 {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg)
}
.nav2 {
	float: right;
}
.nav2 ul {
}
.nav2 ul li {
	-webkit-animation: DDInY .8s .3s ease both;
	-ms-animation: DDInY .8s .3s ease both;
	-moz-animation: DDInY .8s .3s ease both;
	animation: DDInY .8s .3s ease both;
	float: left;
	width: 120px;
	font-size: 15px;
}
.nav2 ul a {
	display: block;
	height: 35px;
	overflow: hidden;
	color: #555;
	text-align: center;
}
.nav2 ul a .en {
	display: block;
	height: 35px;
	overflow: hidden;
	margin: 10px 0;
	color: #FFF;
	text-align: center;
	opacity: 1;
}
.nav2 ul a .cn {
	display: none;
	height: 35px;
	overflow: hidden;
	margin: 10px 0;
	color: #FFF;
	text-align: center;
	opacity: 0;
}
.nav2 ul li.navdh {
	width: 160px;
	text-align: center;
	color: #FFF;
	line-height: 35px;
}
.nav2 ul li.navdh strong {
	font-size: 22px;
	font-weight: 400;
}
.header-small .nav2 ul a {
	display: block;
	height: 40px;
	overflow: hidden;
	color: #FFF;
	text-align: center;
}
.nav2 ul a.on .en {
	display: none;
	opacity: 0;
}
.nav2 ul a.on .cn {
	display: block;
	opacity: 1;
	color: #F8E12F;
}
.nav2 ul li:hover a .en {
	display: none;
	opacity: 0;
}
.nav2 ul li:hover a .cn {
	display: block;
	opacity: 1;
}
.nav {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	display: none;
}
.nav ul {
	margin: 0 auto;
	width: 50%;
	text-align: center;
	height: 500px;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -25%
}
.nav ul li {
	-webkit-animation: DDInY .8s .3s ease both;
	-ms-animation: DDInY .8s .3s ease both;
	-moz-animation: DDInY .8s .3s ease both;
	animation: DDInY .8s .3s ease both
}
.nav ul a {
	display: block;
	height: 80px;
	overflow: hidden;
	margin: 10px 0
}
.nav ul span {
	display: block;
	font-size: 48px;
	line-height: 80px;
	text-transform: uppercase;
	color: #e9e7e8
}
.nav .nav-tel {
	position: absolute;
	left: 2%;
	bottom: 2%;
	color: #c1c1c1;
}
.nav .close {
	display: block;
	position: absolute;
	top: 4%;
	right: 4%
}
.nav .close img {
	transition: all .5s ease
}
.nav .close:hover img {
	transform: rotate(180deg)
}
.fullSlide {
	position: relative;
	margin: 0 auto
}
.fullSlide2 {
	display: none
}
.slide {
	position: relative;
	margin: 0 auto
}
.slide .bd {
	position: relative;
	z-index: 0;
	overflow: hidden
}
.slide .bd li img {
	width: 100%;
	vertical-align: top
}
.slide .hd {
	position: relative;
	z-index: 1;
	margin-top: -60px;
	height: 30px;
	line-height: 30px;
	text-align: center
}
.slide .hd ul {
	text-align: center
}
.slide .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	margin: 5px;
	overflow: hidden;
	font-size: 0;
	background-color: #fff;
	border-radius: 50%
}
.slide .hd ul .on {
	background-color: #ff0
}
.slide .prev, .slide .next {
	z-index: 1;
	display: block;
	width: 53px;
	height: 14px;
	position: relative;
	float: left;
	background: url(images/arrow.png) 0 0 no-repeat;
	filter: alpha(opacity=40);
	opacity: .4;
	position: absolute;
	top: 50%;
	margin-top: -7px
}
.slide .prev {
	left: 2.1%;
	margin-left: 10px
}
.slide .next {
	background-position: right 0;
	right: 2.1%;
	margin-right: 10px
}
.slide .prev:hover, .slide .next:hover {
	filter: alpha(opacity=80);
	opacity: .8
}
.banner {
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden
}
.banner .bd ul {
	width: 100% !important
}
.banner .bd li {
	width: 100% !important;
	height: 913px;
	background-position: center 80px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-width: 1200px
}
.banner .bd li a {
	display: block;
	width: 1400px;
	margin: 0 auto;
	height: 100%
}
.banner .hd {
	position:absolute;
	right:5%;
	top: 250px;
	z-index: 1;
	width: 15px;
	overflow: hidden
}
.banner .hd ul {
	text-align: center
}
.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 5px;
	height: 5px;
	margin: 2px;
	overflow: hidden;
	font-size: 0;

	border-radius: 50%;
	border:2px solid #1A1A17;
}
.banner .hd ul .on {
	background-color: #1A1A17;
	border:2px solid #1A1A17;
}
.banner .prev, .banner .next {
	z-index: 1;
	display: block;
	width: 53px;
	height: 44px;
	position: relative;
	float: left;
	background: url(images/arrow.png) 0 center no-repeat;
	filter: alpha(opacity=40);
	opacity: .4;
	position: absolute;
	top: 50%;
	margin-top: -7px
}
.banner .prev {
	left: 2.1%;
	margin-left: 10px
}
.banner .next {
	background-position: right 0;
	right: 2.1%;
	margin-right: 10px
}
.banner .prev:hover, .banner .next:hover {
	filter: alpha(opacity=80);
	opacity: .8
}
.ind_dh_box {
	width: 100%;
	background: #1B1C1C;
	height: 166px;
}
.ind_dh_box ul{ width:90%; margin:0 auto;}
.ind_dh_box ul li {
	width: 33.3333%;
	float: left;
	text-align: center;
	color: #FFF;
	background: url(../images/huixian.png) right center no-repeat;
	height: 166px;
}
.ind_dh_box ul li a {
	font-size: 30px;
	font-weight: 400;
	padding-top: 60px;
	color:#FFF;
	display:block;
}

.ind_dh_box ul li:nth-child(3) {
	background: none;
}
.ind_about {
	width: 97%;
	margin: 0 auto;

	padding-top: 3%;
	padding-bottom:4%;
}


.ab_img1 {
	width: 48.5%;

	padding: 0 4%;
	padding-bottom: 10%;
}
.ab_text1 {
    width: 1000px;
    padding-left: 5%;
    letter-spacing: 1px;
}


.ab_text1 h2 {
	font-size: 36px;
	color: #717171;
	display: block;
	padding-top: 6%;
	padding-bottom: 6%;
}

.ab_text1  {
	font-size: 14px;
	color: #A6A6A6;
	line-height: 26px;

}
.ab_c{ padding-top:60px;}
.ab_c h2{ font-size:24px; padding-bottom:24px; line-height:48px;}
.ad_bgb {
	background: #FFF;
	
	
}
.ind_t1_text {
	width: 92.4%;
	background: url(../images/ind_t1_bg.png) bottom center no-repeat;
	padding: 100px 0 50px 0;
	margin: 0 auto;
	height: 100px;
	color: #1B1C1C;
}
.in_right {
	float: right;
	font-size: 25px;
}
.in_left {
	float: left;
	font-size: 32px;
}
.in_left h2 {
	font-size: 45px;
}
.ind_t1_nav {
	width: 97%;
	margin: 0 auto;
	overflow: hidden;
	padding: 160px 0 50px 0;
}
.ind_t1_nav ul {
	display: table ; margin: 0 auto;
}
.ind_t1_nav ul li {
	float: left;

	height: 74px;
	text-align: center;
	margin-right:32px;

	font-size: 18px;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.ind_t1_nav ul li a {
	color:#1B1C1C;
	display: block;
	width: 100%;
	line-height: 74px;
}
.biaoti_ind{ display:table; margin:0 auto; text-align:center;}
.biaoti_ind h2{ font-size:32px; color:#595757; display:block;padding-bottom:20px;}
.biaoti_ind p{ font-size:20px; display:block; padding-top:4px; padding-bottom:20px; display:none;}
.ind_t1_nav ul li.p_on{background: #F8E230;}
.ind_t1_nav ul li.p_on a{color: #1B1C1C;}
.ind_t1_nav ul li:hover a {
	color: #1B1C1C;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.ind_t1_box{ width:100%;background-color: #F9F9F9; padding-top:3%; padding-bottom:4%;}
.ind_title_bg{ background: url(../images/title_xbg.png) center center no-repeat; width: 90%; height:70px; margin:0 auto; margin-bottom:3%;}
.ind_title{ font-size:34px; line-height:70px; width:540px; margin:0 auto; background:#F9F9F9; text-align:center; letter-spacing:8px;}
.ind_title2{ font-size:34px; line-height:70px; width:540px; margin:0 auto; background:#FFF; text-align:center;}
.ind_title2 strong{ color:#F00;}
.ind_t2_box{ width:100%; padding-top:40px; padding-bottom:80px;}
.ind_t2_cont{ width:1100px; margin:0 auto;}
.ind_t2_cont ul li{ width:25%; float:left; padding-bottom:30px;}
.t2_text{ font-size:30px; text-align:center; line-height:88px; width:216px; margin:0 auto; border:1px solid #FF0; border-radius:12px;  letter-spacing:4px; }
.warp2 {
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	
}
.warp2 .warp-type {
	height: 50px;
	position: relative;
	margin-bottom: 25px
}
.warp2 .warp-type p {
	font-size: 18px;
	width: 1080px;
	line-height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -540px;
	z-index: 0
}
.warp2 .warp-type-list {
	float: right;
	position: absolute;
	z-index: 11;
	right: 0
}
.warp2 .warp-type-list .active {
	text-decoration: underline;
	color: #000;
	font-size: 18px
}
.warp2 .warp-type-list a {
	display: inline-block;
	margin-right: 25px;
	line-height: 50px;
	color: #888889;
	font-size: 14px
}
.warp2 .warp-type-list a:hover {
	text-decoration: underline
}
.warp2 ul li {
	width: 32.333333%;
	
	float: left;
	position: relative;
	display: block;
	overflow:hidden;
	margin:0.5%;
	height:440px;
    border-radius:10px;
	background:#FFF;


}

.warp2 ul li img {
	
	    width: 100%;
		display:block;
		

}
.ind_case-img{
	 width: 100%;
    height: 337px;
	overflow:hidden; }
.warp2 ul li:hover img {
}
.warp2 .case-summary {
	width: 88%;

	padding:2% 6% 0 6%;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */

}
.warp2 ul li:hover .case-summary {

	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
	opacity:1;
}
.warp2 ul li:hover .case-summary .p1 {
	color: #707070;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.warp2 ul li:hover .case-summary .p2 {
	color: #707070;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.warp2 .case-summary p {
	color: #808080;

	font-size: 20px
}
.warp2 .case-summary span {

}
.fr{ float:right;}
.warp2 .case-summary .p1 {
	color: #808080;
	font-size: 16px;
	line-height: 32px;
	padding-bottom: 6px;
}
.warp2 .case-summary .p2 {
	color: #808080;
	font-size: 14px
}
.warp2 .case-summary .p3 {

	color: #808080;
	font-size: 14px
}
.warp2 .case-more {
	display: block;
	width: 148px;
	height: 40px;
	margin: 180px auto;
	border: 2px solid #1B1C1C;
	text-align: center;
	line-height: 40px
}
.warp2 .case-more:hover {
	display: block;
	width: 148px;
	height: 40px;
	border: 2px solid #F8E230;
	text-align: center;
	line-height: 40px;
	color: #1B1C1C;
	background-color: #F8E230;
}
.demo {
	position: absolute;
	bottom: 80px;
	right: 0;
	float: right;
}
.bl_30 {
	clear: both;
	height: 30px;
	line-height: 30px;
	display: block;
}
.ind_t3 {
	width: 100%;
	background: #F8E230;
}
.link_title {
	text-align: center;
	padding: 8% 0;
}
.link_title img {
	margin: 0 auto;
	display: block;
}
.jianjv {
	padding-bottom: 5%;
}
.foot_box {
	width: 100%;
	height: 490px;
	background: #1B1C1C;
}
.foot_cont {
	width: 92.5%;
	margin: 0 auto;
	padding-top: 85px;
}
.f_title {
	background: url(../images/foot_x.png) bottom left no-repeat;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.foot_1 {
	width: 15%;
	padding-right: 6%;
	float: left;
	line-height: 24px;
}
.foot_2 {
	width: 10%;
	padding-right: 4%;
	float: left;
	line-height: 24px;
}
.foot_3 {
	width: 20%;
	padding-right: 4%;
	float: left;
	line-height: 24px;
}
.foot_4 {
	width: 16%;
	padding-right: 4%;
	float: left;
	line-height: 24px;
}
.foot_5 {
	width: 20%;
	float: left;
}
.f_lx1 {
	padding-left: 28px;
	background: url(../images/biao_1.png) left 5px no-repeat;
	line-height: 24px;
	min-height: 40px;
}
.f_lx2 {
	padding-left: 28px;
	background: url(../images/biao_2.png) left 5px no-repeat;
	line-height: 24px;
	min-height: 40px;
}
.f_lx3 {
	padding-left: 28px;
	background: url(../images/biao_3.png) left 5px no-repeat;
	line-height: 24px;
	min-height: 40px;
}
.f_lx4 {
	padding-left: 28px;
	background: url(../images/biao_4.png) left 5px no-repeat;
	line-height: 24px;
	min-height: 40px;
}
.erv_box {
	padding-top: 60px;
}
.erv_box img {
	padding-right: 12px;
}
.ss_box {
	width: 100%;
	padding-top: 30px;
}
.ss_text {
	height: 38px;
	width: 70%;
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFF;
	padding-left: 12px;
}
.go_b {
	height: 40px;
	border: 1px solid #FFFFFF;
	width: 40px;
	background: none;
	color: #FFF;
	margin-left: 10px;
}
.foot_ph {
	display:none;
}
.fuwu_bg {
	background: #F6F5F5;
	width: 100%;
}
.fw_title{ font-size:46px; color:#1A1B1B; line-height:290px; width:85%; margin:0 auto;}
.fw_t0_box {
	width: 1330px;
	margin: 0 auto;
	padding-bottom:120px;
}
.fw_t0_box h2{font-size:14px; font-weight:400; color:#3D3A39;}
.fw_0text{ font-size:14px; color:#3D3A39; line-height:28px; padding-top:66px;}
.fw_0text h3{font-weight:400;}
.fw_0text h3 span{ color:#E4D141; padding-right:12px;}

.fw_t1_box {
	width: 1330px;
	margin: 0 auto;
}
.fw1_con_box {
	float: left;
	width: 330px;

	padding-bottom: 100px;
	cursor: pointer;
}
.fw1_con_box:nth-child(4) {
	padding-right: 0;
}
.fw_biao_t {
	width: 300px;
	height: 300px;
	background: #FFF;
	text-align: center;
	margin: 0 auto;
}
.fw_biao_t span {
	font-size: 40px;
	color: #080404;
	text-align: center;
	display: block;
	padding-top: 80px;
	padding-bottom: 12px;
}
.fw_biao_t h2 {
	font-size: 24px;
	color: #595857;
	padding-top: 8px;
}
.fw_biao_t p {
}
.fw1_con_box:hover .fw_biao_t {
	box-shadow: 10px 10px 20px 0px #ccc;
}
.fw1_con_box:hover .fw_biao_t span {
	color: #F6E22F;
}
.fw_t1_text {
	font-size: 14px;
	color: #717071;
	width: 240px;
	margin: 0 auto;
	background: url(../images/hei.png) top left no-repeat;
	padding-top: 70px;
	line-height: 30px;
	margin-top: 70px;
}
.fw1_con_box:hover .fw_t1_text {
	color: #080404;
}
.fw_ggw {
	width: 100%;
}
.fw_ggw img {
	display: block;
	width: 100%;
}
.fw_t3 {
	width: 1200px;
	margin: 0 auto;
}
.fw_3_t {
	padding-top: 120px;
	padding-bottom:80px;
}

.fw_3_text {
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 80px;
	padding-top: 50px;
	background: url(../images/xiexian.png) left top no-repeat;
}
/*关于我们开始*/

.about_content {
	width: 92.4%;
	margin: 0 auto;
	padding-top: 120px;
}
.about_content .about_l {
	width: 40%;
	float: left;
	margin-right:3%;
	padding-top:6%;
}
.about_content .about_l img{
	display:block;
	max-width:100%;
}

.about_r {
	width: 57%;
	float: right;
}
.about_r img{ width:100%; display:block;}
.about_top {
	padding-bottom: 130px;
}
.about_bottom {
	width: 57%;
	float: right;
	padding-bottom: 90px;
}
.about_bottom p {
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 1em;
	line-height: 30px;
}
.ind_t4 {
	padding-top: 6%;
}
.jvjianjv2 {
	padding-bottom: 3%;
}
.team_picture {
	width: 100%;
}
.team_picture li {
	float: left;
}
.team_picture img {
	width: 100%;
	display: block;
}

/*案例详情*/
.prod_ct_box{ width:100%; height:700px; background:#1B1C1C;}
.prod_ct_con{ width:1200px; margin:0 auto; color:#FFF; padding-top:220px;}
.prd_ct_left{ float:left; width:400px; text-align:right; font-size:14px;}
.prd_ct_left p{ font-size:16px;}
.prd_ct_right{ float:left; width:700px; padding-left:100px; font-size:14px;}
.prod_cont {
	width: 1200px;
	margin:0 auto;
	
}
.prod_cont img{ display:block; width:100%;}
.lx_box{ width:100%; background:#1C1E1E; }
.lx_left{ float:left; width:24.5%}
.lx_left img{ margin:0; display:block; width:100%;}
.lx_right{ float:left; padding-top:80px; padding-left:7.5%; width:62%; background:#FFF; padding-right:6%;}
.dt_bian{ padding:70px 0;}
.lx_right .lx_title{ padding-bottom:60px;}

#allmap{width: 100%;height:550px;overflow: hidden;margin:0;font-family:"微软雅黑"; position:relative;}
.lx_1box{ padding-top:3%;}
.lxz{  width:100%; font-size:13px; color:#B5B5B6; line-height:2em;}
.lxz h2,.lxe h2{ color:#717171; font-size:12px; line-height:3em;}
.lxe{ width:100%; font-size:13px; color:#B5B5B6;line-height:2em;}
.erv_bx{ padding:8% 0;}

/*加入*/
.jr_t1_bg{ background:#1B1C1C; width:100%;}

.jr_t1_title{ font-size:46px; font-family: "Arial",Microsoft Yahei; color:#F8E331; height:86px; letter-spacing:2px; background:url(../images/lxx.png) #1B1C1C right center no-repeat;  padding:90px 0 30px 0;	 width:1520px; margin:0 auto;  border-top:1px solid #DCDDDD;}
.jr_t1_title strong{padding-right:8px;}

.zp_t1_box{ width:1520px; margin:0 auto; background:#FFF; height:758px;}
.zp_t11{ width:50%; float:left; height:380px; position:relative;}
.zp_t1_Text{ width:445px; padding-left:105px; color:#221814; padding-top:90px;}
.zp_t1_Text h2{ font-size:24px; line-height:48px;}
.zp_t1_Text .xxb1{ width:8px; height:1px; background:#221814; margin-bottom:50px;}
.zp_t1_Text p{ font-size:14px; line-height:28px; padding-bottom:4px;}
.zp_t1_Text span{ font-size:12px; line-height:20px;}
.zp_t12{ width:25%;float:left; height:380px; position:relative; cursor:pointer;}
.zz_box{ width:380px; position:absolute; color:#FEFEFE; opacity:0;}
.zp_text1{ position:relative; z-index:2;width:310px; margin:0 auto; padding-top:150px;}
.zz_box h2{ font-size:22px; display:block; }
.zz_box p{ font-size:14px; display:block; height:28px;}
.zz_box span{ font-size:12px; display:block; }
.zz_box .xxb{ width:0px; height:2px; background:#FFF; display:block; margin-bottom:50px;}
.zz_box .tm_zz{ background:#000; opacity:0; width:100%; height:380px; position:absolute; top:0; z-index:1;}

.zp_t12:hover .zz_box{opacity:1;}
.zp_t12:hover .zz_box .tm_zz{ background:#000; opacity:0.4;}
.zp_t12:hover .zz_box .zp_text1 .xxb{ width:16px; height:2px; background:#FFF;}
.zp_tp{ float:left;}
.zp_jj{ width:100%; height:24px; clear:both;}
.zz_box img,.zp_tp img{ display:block; width:100%;}
.zp_t2_box{ width:1520px; margin:0 auto; background:#FFF;}
.zp_t2_text{ width:570px; float:left; height:635px;}
.zp_t2_img1{ width:950px; float:left; height:635px;}
.twz{ width:355px; margin:0 auto; color:#221814; padding-top:180px;}
.twz h2{ font-size:22px; display:block; line-height:48px;}
.twz .xxb1{ width:8px; height:1px; background:#221814; margin-bottom:80px;}
.twz p{ font-size:14px; display:block; height:28px;}
.twz span{ font-size:12px; display:block; }
.zp_t2_img2{ width:660px; float:left; height:448px;}
.zp_t2_img3{ width:860px;float:left; height:448px;}
.zp_ly{  padding:100px 0 130px 0; width:1520px;  margin:0 auto; background:#FFF;}

.ly_wb{ width:370px; height:42px; border:1px solid #C9CACA; border-radius:22px; margin:0 auto; padding:0 12px; line-height:42px; display:block; outline:none; color:#666;}
.ly_but{  width:396px; height:42px; border:1px solid #C9CACA; border-radius:22px; margin:0 auto; padding:0 12px; line-height:42px; display:block;}
.zp_ly h2{ display:block; text-align:center; font-size:70px; color:#262828; line-height:180px;}


.lxt_title{ padding:50px 0; }
.news-read {
	width: 1200px;
	margin: 0 auto;
	padding: 150px 0
}
.news-read .news-read-right .title {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    color: #0f0b09;
    margin-bottom: 40px;
    font-family: 'Microsoft Yahei';
}
.news-read .content {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
	
}
.article-body{ font-size:13px;line-height:2em;} 

.jv_120{ height:120px; line-height:120px; display:block; clear:both; width:100%;}

.page_banner{ height:540px; background-attachment:fixed;}

.prod_list_box{ width:100%; position:relative; min-height:600px; padding-bottom:120px;}
.prod_left_box{ width:300px; position:absolute; left:0;}
.logo_left_b{}
.logo_left_b svg{ display:block; float:right;}
.prod_left_box ul{ width:180px; float:right; margin-top:40px;}
.prod_left_box ul li{ text-align:right; border-radius:16px; height:30px; line-height:30px; margin:6px 0;}
.prod_left_box ul li a{ padding-right:30px; font-size:16px;}
.prod_left_box ul li.on{ background:#000; color:#FFF;}
.prod_left_box ul li.on a{ color:#FFF;}
.prod_right_box{ padding-left:350px;}
.prod_con_b{}
.prod_con_b ul{ padding-right:60px;}
.prod_top_n{ width:100%; padding-bottom:60px;}
.prod_top_n ul{}
.prod_top_n ul li{ float:left; margin-right:40px;}
.prod_top_n ul li a{ color:#5f6061; font-size:13px;}
.prod_top_n ul li a.on_1{ float:left; border-bottom:1px solid #1B1C1C}

.prod_con_b ul li {
	width: 31.333%;
	float: left;
	position: relative;
	display: block;
	overflow:hidden;
	margin-right:1%;
	margin-bottom:1%;
	height:260px;
	zoom:1.1;
	

}

.prod_con_b ul li img {
	width: 100%;
	height: auto;
	display: block
}
.prod_con_b ul li:hover img {
}
.prod_con_b .case-summary {
	width: 84%;
	height:94%;
	background: rgba(0, 0, 0, 0.5);
	padding:8% 8% 0 8%;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
	position:absolute;
	top:0;
	opacity:0;

}
.prod_con_b ul li:hover .case-summary {

	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
	opacity:1;
}
.prod_con_b ul li:hover .case-summary .p1 {
	color: #FFF;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.prod_con_b ul li:hover .case-summary .p2 {
	color: #FFF;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.prod_con_b .case-summary p {
	color: #FFF;
	position: absolute;
	left: 0;
	font-size: 16px
}
.prod_con_b .case-summary span {

}
.prod_con_b .case-summary .p1 {
	color: #191919;
	font-size: 20px;
	line-height: 60px;
	padding-bottom: 8px;
}
.prod_con_b .case-summary .p2 {
	color: #fff;
	font-size: 12px
}
.prod_con_b .case-summary .p3 {
	position:absolute; bottom:30%;
	color: #fff;
	font-size: 12px
}
.prod_con_b .case-more {
	display: block;
	width: 148px;
	height: 40px;
	margin: 180px auto;
	border: 2px solid #1B1C1C;
	text-align: center;
	line-height: 40px
}
.prod_con_b .case-more:hover {
	display: block;
	width: 148px;
	height: 40px;
	border: 2px solid #F8E230;
	text-align: center;
	line-height: 40px;
	color: #1B1C1C;
	background-color: #F8E230;
}
.prod_banner{ padding-top:160px;}
.link{ width:90%; padding-top:50px; margin:0 auto;}
.link ul li{ display:block; float:left; padding:0 8px;}
@media screen and (max-width:1920px) {
	
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	font-size: 13px
}
.header-small {
	height: 80px
}
.header-small .logo img {
	height: 34px;
	margin-top: 0px;
}
.header-small .header-in {
	margin: 25px auto;
	height: 50px;
}
.fullSlide .hd {
	margin-top: -50px
}
.fullSlide .hd ul li {
	width: 10px;
	height: 10px
}
.banner .bd li {
	height: 685px;
	background-size: 1920px 685px
}
.banner .hd {
	top: 648px
}
.banner .hd ul li {
	width: 5px;
	height: 5px
}
.banner .bd li a {
	width: 1400px
}
.nav .close img {
	width: 42px
}
.warp2 .case-summary .p1 {
	font-size: 18px
}
.warp2 .case-summary .p2 {
	font-size: 14px
}
.warp3 .warp3-list ul li a {
	font-size: 12px
}
.warp4 li a {
	font-size: 12px
}
.warp4 {
	margin-bottom: 50px
}
}

@media screen and (max-width:1440px) {
.ind_case-img {
    width: 100%;
    height: 241px;
    overflow: hidden;
}
.warp2 .case-summary .p1 {
    font-size: 14px;
}
.warp2 .case-summary .p2 {
    font-size: 12px;
}
.warp2 ul li { height: 341px;}
.ab_img1 {
	width: 44.5%;
	position: absolute;
	padding: 0 4%;
	padding-bottom: 40%;
}

.ab_text1 h2 {
	font-size: 46px;
	color: #1B1C1C;
	display: block;
	padding-top: 6%;
}
.ab_text1 span {
	font-size: 24px;
	padding-top: 20%;
	display: block;
	color: #FFF;
}
.ab_text1 p {
	font-size: 12px;
	color: #524C1F;
	line-height: 24px;
	padding-top: 3%;
}
.banner .bd li {
	height: 513px;
	background-size: 1440px 513px
}
.banner .hd {
	top: 480px
}
.banner .bd li a {
	width: 1200px
}
.news-read {
	width: 700px
}

.case-read {
	width: 1200px
}
.case-read-top {
	height: 500px
}
.case-read-top .left {
	font-size: 16px
}
.case-read-top .right p {
	font-size: 16px;
	margin-bottom: 18px
}
.case-fixed {
	position: fixed;
	width: 25px;
	left: 50%;
	margin-left: 620px
}
.ind_t1_nav {
	width: 92.4%;
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0;
}
.ind_t1_nav ul {


}
.ind_t1_nav ul li {
	
	margin-right: 18px;
    height: 46px;
	font-size: 16px;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.ind_t1_nav ul li a {
	
	display: block;
	width: 100%;
	line-height: 64px;
}
.ind_t1_nav ul li:hover {
	background: #F8E230;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.ind_t1_nav ul li:hover a {
	color: #1B1C1C;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.ind_t1_nav ul li:nth-child(7) {
	margin-right: 0;
}
.foot_box {
	width: 100%;
	height: 490px;
	background: #1B1C1C;
}
.foot_cont {
	width: 92.5%;
	margin: 0 auto;
	padding-top: 85px;
}
.f_title {
	background: url(../images/foot_x.png) bottom left no-repeat;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.foot_1 {
	width: 22%;
	padding-right: 4%;
	float: left;
	line-height: 24px;
}
.foot_2 {
	width: 10%;
	padding-right: 4%;
	float: left;
	line-height: 24px;
}
.foot_3 {
	width: 18%;
	padding-right: 4%;
	float: left;
	line-height: 24px;
}
.foot_4 {
	width: 16%;
	padding-right: 4%;
	float: left;
	line-height: 24px;
}
.foot_5 {
	width: 18%;
	float: left;
}
.f_lx1 {
	padding-left: 28px;
	background: url(../images/biao_1.png) left 3px no-repeat;
	line-height: 24px;
	min-height: 40px;
	padding-bottom: 8px;
}
.f_lx2 {
	padding-left: 28px;
	background: url(../images/biao_2.png) left 5px no-repeat;
	line-height: 24px;
	min-height: 40px;
	padding-bottom: 8px;
}
.f_lx3 {
	padding-left: 28px;
	background: url(../images/biao_3.png) left 2px no-repeat;
	line-height: 24px;
	min-height: 40px;
	padding-bottom: 8px;
}
.f_lx4 {
	padding-left: 28px;
	background: url(../images/biao_4.png) left 5px no-repeat;
	line-height: 24px;
	min-height: 40px;
	padding-bottom: 8px;
}
.erv_box {
	padding-top: 60px;
}
.erv_box img:nth-child(1) {
	display: none;
}
.erv_box img {
	padding-right: 12px;
}
.ss_box {
	width: 100%;
	padding-top: 30px;
}
.ss_text {
	height: 38px;
	width: 70%;
	background: none;
	border: 1px solid #FFFFFF;
	color: #FFF;
	padding-left: 12px;
}
.go_b {
	height: 40px;
	border: 1px solid #FFFFFF;
	width: 40px;
	background: none;
	color: #FFF;
	margin-left: 10px;
}
.fw_t1_box {
	width: 1200px;
	margin: 0 auto;
}
.fw1_con_box {
	float: left;
	width: 300px;

	padding-bottom: 100px;
}
.fw_biao_t {
	width: 280px;
	height: 280px;
	background: #FFF;
	text-align: center;
	margin: 0 auto;
}
.fw_t1_text {
	font-size: 14px;
	color: #717071;
	width: 230px;
	margin: 0 auto;
	background: url(../images/hei.png) top left no-repeat;
	padding-top: 70px;
	line-height: 30px;
	margin-top: 70px;
}

.about_content .about_l h2 {
	font-size:48px;
	font-family: "Arial";
	color: #F8E230;
}
.about_content .about_l h3 {
	font-size: 32px;
	font-family: "Arial";
	color: #888;
}
.about_content .about_l h3 span {
	font-size: 20px;
}
.about_content .about_l p {
	font-size: 24px;
	font-family: "微软雅黑";
	color: #1B1C1C;
	padding-top: 60px;
}

/*加入*/

.jr_t2 ul li{ width:25%; float:left; height:430px;}
.jr_img{ margin:0 auto; width:90%; overflow:hidden;}
.jr_img img{ display:block; width:100%;}
.jr_text{ height:20px; width:64%; padding:12px 8%; color:#000; background:#F8E331; margin:-20px auto 0; position:relative; z-index:2; overflow:hidden;}

.jr_t2 ul li:hover .jr_text{ width:84%; margin-top:-40px; height:70px;}
.warp2 .case-more{ margin:120px auto;}


.zp_t1_box{ width:1200px; margin:0 auto; background:#FFF; height:600px;}
.zp_t11{ width:50%; float:left; height:300px; position:relative;}
.zp_t1_Text{ width:400px; padding-left:105px; color:#221814; padding-top:60px;}
.zp_t1_Text h2{ font-size:24px; line-height:48px;}
.zp_t1_Text .xxb1{ width:8px; height:1px; background:#221814; margin-bottom:50px;}
.zp_t1_Text p{ font-size:14px; line-height:28px; padding-bottom:4px;}
.zp_t1_Text span{ font-size:12px; line-height:20px;}
.zp_t12{ width:25%;float:left; height:300px; position:relative; cursor:pointer;}
.zz_box{ width:300px; position:absolute; color:#FEFEFE; opacity:0;}
.zp_text1{ position:relative; z-index:2;width:260px; margin:0 auto; padding-top:80px;}
.zz_box h2{ font-size:22px; display:block; }
.zz_box p{ font-size:14px; display:block; height:28px;}
.zz_box span{ font-size:12px; display:block; }
.zz_box .xxb{ width:0px; height:2px; background:#FFF; display:block; margin-bottom:50px;}
.zz_box .tm_zz{ background:#000; opacity:0; width:100%; height:300px; position:absolute; top:0; z-index:1;}
.zp_t12 img,.zp_tp img,.zp_t2_img1 img,.zp_t2_img2 img,.zp_t2_img3 img{ display:block; width:100%;}
.jr_t1_title{ font-size:46px; font-family: "Arial",Microsoft Yahei; color:#F8E331; height:86px; letter-spacing:2px; background:url(../images/lxx.png) #1B1C1C right center no-repeat;  padding:90px 0 30px 0;	 width:1200px; margin:0 auto;  border-top:1px solid #DCDDDD;}
.zp_t12:hover .zz_box{opacity:1;}
.zp_t12:hover .zz_box .tm_zz{ background:#000; opacity:0.4;}
.zp_t12:hover .zz_box .zp_text1 .xxb{ width:16px; height:2px; background:#FFF;}
.zp_tp{ float:left; width:25%;}
.zp_jj{ width:100%; height:24px; clear:both;}
.zz_box img,.zp_tp img{ display:block; width:100%;}
.zp_t2_box{ width:1200px; margin:0 auto; background:#FFF;}
.zp_t2_text{ width:40%; float:left; height:auto;}
.zp_t2_img1{ width:60%; float:left; height:auto;}
.twz{ width:355px; margin:0 auto; color:#221814; padding-top:120px;}
.twz h2{ font-size:22px; display:block; line-height:48px;}
.twz .xxb1{ width:8px; height:1px; background:#221814; margin-bottom:50px;}
.twz p{ font-size:14px; display:block; height:28px;}
.twz span{ font-size:12px; display:block; }
.zp_t2_img2{ width:43.421%; float:left;height:auto;}
.zp_t2_img3{ width:56.579%;float:left;height:auto;}
.zp_ly{  padding:100px 0 130px 0; width:1200px;  margin:0 auto; background:#FFF;}

.ly_wb{ width:370px; height:42px; border:1px solid #C9CACA; border-radius:22px; margin:0 auto; padding:0 12px; line-height:42px; display:block; outline:none; color:#666;}
.zp_ly h2{ display:block; text-align:center; font-size:70px; color:#262828; line-height:180px;}
}

@media screen and (max-width:1200px) {
.banner_page {
	height: 480px;
	margin-top: 50px;
	background-size: cover;
	background-position: center;
}
.prod_cont {
	width: 100%;
	margin: 0 auto;
	padding:0;
	
}
.prod_top {
	color: #4D4D4D;
	padding-top: 70px;
	padding-bottom: 50px;
	width: 100%;
	margin: 0 auto;
}
.prod_zhong {
	width: 90%;
	margin: 0 auto;
}
.prod_zhong img {
	margin: 0;
	padding: 0;
	line-height: none;
	margin-top: 0;
}
.name_en {
	font-size: 30px;
	line-height: 36px;
	font-family: Arial;
}
.name_cn {
	font-size: 20px;
}
.prod_text {
	padding-top: 20px;
	line-height: 24px;
	font-size: 12px;
}
.text_left {
	float: left;
	width: 60%;
}
.text_right {
	float: right;
	width: 30%;
	padding-left: 0;
}
.prod_img {
	padding-bottom: 80px;
}
.prod_img img {
	display: block;
	width: 100%;
}
.banner .bd li a {
	width: 1000px
}

}

@media screen and (max-width:1024px) {
.nav2 ul li {
	-webkit-animation: DDInY .8s .3s ease both;
	-ms-animation: DDInY .8s .3s ease both;
	-moz-animation: DDInY .8s .3s ease both;
	animation: DDInY .8s .3s ease both;
	float: left;
	width: 80px;
	font-size: 15px;
}



.ab_text1 h2 {
	font-size: 24px;
	color: #1B1C1C;
	display: block;
	padding-top: 6%;
	float:left;
}
.ab_text1 span {
	font-size: 16px;
	padding-top: 15%;
	display: block;
	color: #FFF;
}
.ab_text1 p {
	font-size: 12px;
	color: #524C1F;
	line-height: 26px;
	padding-top: 3%;
}
.ad_bgb {
	background: #F5F6F7;
	padding-bottom: 6%;
}
.ind_t1_nav ul li {
	
}

.ind_t1_text {
	padding: 80px 0 30px 0;
	height: 150px;
}
.in_right {
	float: left;
}
.warp2 .case-summary .p1 {
    font-size: 24px;
	line-height:60px;
	padding-top:15px;
}
.warp2 .case-summary .p2 {
	color: #808080;
	font-size: 12px
}
.foot_box {
	width: 100%;
	height: 490px;
	background: #1B1C1C;
}
.foot_cont {
	width: 92.5%;
	margin: 0 auto;
	padding-top: 85px;
}
.f_title {
	background: url(../images/foot_x.png) bottom left no-repeat;
	font-size: 13px;
	font-weight: 600;
	color: #FFF;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.foot_1 {
	width: 25%;
	padding-right: 5%;
	float: left;
	line-height: 24px;
}
.foot_2 {
	width: 12%;
	padding-right: 5%;
	float: left;
	line-height: 24px;
}
.foot_3 {
	width: 20%;
	padding-right: 4%;
	float: left;
	line-height: 24px;
	display: none;
}
.foot_4 {
	width: 26%;
	padding-right: 4%;
	float: left;
	line-height: 24px;
}
.foot_5 {
	width: 23%;
	float: left;
}
.fw_t1_box {
	width: 1000px;
	margin: 0 auto;
}
.fw1_con_box {
	float: left;
	width: 250px;

	padding-bottom: 100px;
}
.fw_biao_t {
	width: 220px;
	height: 220px;
	background: #FFF;
	text-align: center;
	margin: 0 auto;
}
.fw_biao_t span {
	font-size: 36px;
	color: #080404;
	text-align: center;
	display: block;
	padding-top: 50px;
	padding-bottom: 12px;
}
.fw_biao_t h2 {
	font-size: 18px;
	color: #595857;
	padding-top: 8px;
}
.fw_biao_t p {
}
.fw1_con_box:hover .fw_biao_t {
	box-shadow: 10px 10px 20px 0px #ccc;
}
.fw1_con_box:hover .fw_biao_t span {
	color: #F6E22F;
}
.fw_t1_text {
	font-size: 14px;
	color: #717071;
	width: 200px;
	margin: 0 auto;
	background: url(../images/hei.png) top left no-repeat;
	padding-top: 40px;
	line-height: 28px;
	margin-top: 70px;
}
.fw1_con_box:hover .fw_t1_text {
	color: #080404;
}
.fw_t3 {
	width: 90%;
	margin: 0 auto;
}
.fw_3_t {
	padding-top: 60px;
	padding-bottom: 40px;
}

.fw_3_text {
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 80px;
	padding-top: 50px;
	background: url(../images/xiexian.png) left top no-repeat;
}

.about_content .about_l h2 {
	font-size:38px;
	font-family: "Arial";
	color: #F8E230;
}
.about_content .about_l h3 {
	font-size: 26px;
	font-family: "Arial";
	color: #888;
}
.about_content .about_l h3 span {
	font-size: 16px;
}
.about_content .about_l p {
	font-size: 20px;
	font-family: "微软雅黑";
	color: #1B1C1C;
	padding-top: 20px;
}
.prod_ct_con{ width:900px; margin:0 auto; color:#FFF; padding-top:220px;}
.prd_ct_left{ float:left; width:250px; text-align:right; font-size:14px;}
.prd_ct_left p{ font-size:16px;}
.prd_ct_right{ float:left; width:550px; padding-left:100px; font-size:14px;}

.jr_t2 ul li{ width:50%; float:left; height:630px;}
.jr_img{ margin:0 auto; width:80%; overflow:hidden;}
.jr_img img{ display:block; width:100%;}
.jr_text{ height:20px; width:64%; padding:12px 8%; color:#000; background:#F8E331; margin:-20px auto 0; position:relative; z-index:2; overflow:hidden;}

.jr_t2 ul li:hover .jr_text{ width:84%; margin-top:-40px; height:70px;}
.news-read { width:90%;}
.news-read .news-read-right .title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    color: #0f0b09;
    margin-bottom: 40px;
    font-family: 'Microsoft Yahei';
}


.zp_t1_box{ width:90%; margin:0 auto; background:#FFF; height:auto;}
.zp_t11{ width:50%; float:left; height:auto; position:relative;}
.zp_t1_Text{ width:80%; padding-left:10%; padding-right:10%; color:#221814; padding-top:30px;}
.zp_t1_Text h2{ font-size:24px; line-height:48px;}
.zp_t1_Text .xxb1{ width:8px; height:1px; background:#221814; margin-bottom:30px;}
.zp_t1_Text p{ font-size:14px; line-height:28px; padding-bottom:4px;}
.zp_t1_Text span{ font-size:12px; line-height:20px;}
.zp_t12{ width:25%;float:left; height:auto; position:relative; cursor:pointer;}
.zz_box{ width:100%; position:absolute; color:#FEFEFE; opacity:0; height:100%;}
.zp_text1{ position:relative; z-index:2;width:80%; margin:0 auto; padding-top:30px;}
.zz_box h2{ font-size:22px; display:block; }
.zz_box p{ font-size:12px; display:block; height:28px;}
.zz_box span{ font-size:12px; display:block; }
.zz_box .xxb{ width:0px; height:2px; background:#FFF; display:block; margin-bottom:50px;}
.zz_box .tm_zz{ background:#000; opacity:0; width:100%; height:100%; position:absolute; top:0; z-index:1;}
.zp_t12 img,.zp_tp img,.zp_t2_img1 img,.zp_t2_img2 img,.zp_t2_img3 img{ display:block; width:100%;}
.jr_t1_title{ font-size:46px; font-family: "Arial",Microsoft Yahei; color:#F8E331; height:86px; letter-spacing:2px; background:url(../images/lxx.png) #1B1C1C right center no-repeat;  padding:90px 0 30px 0;	 width:1200px; margin:0 auto;  border-top:1px solid #DCDDDD;}
.zp_t12:hover .zz_box{opacity:1; width:100%;}
.zp_t12:hover .zz_box .tm_zz{ background:#000; opacity:0.4; height:100%;}
.zp_t12:hover .zz_box .zp_text1 .xxb{ width:16px; height:2px; background:#FFF;}
.zp_tp{ float:left; width:25%;}
.zp_jj{ width:100%; height:24px; clear:both;}
.zz_box img,.zp_tp img{ display:block; width:100%;}
.zp_t2_box{ width:90%; margin:0 auto; background:#FFF;}
.zp_t2_text{ width:40%; float:left; height:auto;}
.zp_t2_img1{ width:60%; float:left; height:auto;}
.twz{ width:80%; margin:0 auto; color:#221814; padding-top:90px;}
.twz h2{ font-size:22px; display:block; line-height:48px;}
.twz .xxb1{ width:8px; height:1px; background:#221814; margin-bottom:50px;}
.twz p{ font-size:14px; display:block; height:28px;}
.twz span{ font-size:12px; display:block; }
.zp_t2_img2{ width:43.421%; float:left;height:auto;}
.zp_t2_img3{ width:56.579%;float:left;height:auto;}
.zp_ly{  padding:100px 0 130px 0; width:90%;  margin:0 auto; background:#FFF;}

.ly_wb{ width:370px; height:42px; border:1px solid #C9CACA; border-radius:22px; margin:0 auto; padding:0 12px; line-height:42px; display:block; outline:none; color:#666;}
.zp_ly h2{ display:block; text-align:center; font-size:70px; color:#262828; line-height:180px;}
}

@media screen and (max-width:768px) {
.nav2 {
	display: none;
}
.banner {
	display: none
}
.header {
	height: 60px
}
.header-small {
	height: 60px
}
.header .logo img {
	height: 15px;
	margin-top: 9px
}
.header .meun-off {
	margin-right: 0;
	display: block;
}
.nav .close img {
	width: 25px;
	height: auto
}
.nav ul {
	height: 360px;
	margin-top: -230px
}
.nav ul a {
	height: 46px
}
.nav ul span {
	font-size: 24px;
	line-height: 60px
}
.slide .hd {
	margin-top: -30px
}
.slide .hd ul li {
	width: 7px;
	height: 7px
}
.slide .prev, .slide .next {
	width: 25px;
	height: 14px
}
.ind_about {
	width: 88.33%;
	margin: 0 auto;
	position: relative;
	padding-top: 2%;
}


.ab_img1 {
	width: 100%;
	position: relative;
	padding: 0%;
	padding-bottom: 0%;
}
.ab_text1 {
	width: 100%;
	position: relative;
	right: 0;
	padding: 0%;
}
.ab_text1 h2 {
	font-size: 26px;
	color: #1B1C1C;
	display: block;
	padding-top: 4%;
}
.ab_text1 span {
	font-size: 18px;
	padding-top: 4%;
	display: block;
	color: #524C1F;
}
.ab_text1 p {
	font-size: 13px;
	color: #1B1C1C;
	line-height: 26px;
	padding-top: 4%;
}
.ab_text1 .moa{ display:block; padding:2%; width:110px; height:26px; line-height:26px; right:auto; position:relative; float:left; }
.warp2 {
	width: 97%
}
.warp-type {
	width: 100%;
	height: auto
}
.warp-type p {
	width: 100%;
	position: static;
	margin-left: 0;
	margin: 0 auto
}
.warp-type-list {
	position: static;
	float: left
}
.header-in {
	margin: 15px auto;
	width: 94%
}
.header .logo {
	margin-left: 20px;
}
.header-small .header-in {
	margin: 15px auto;
}
.warp2 ul li {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden
}

.fullSlide {
	display: none
}
.fullSlide2 {
	display: block !important;
	padding-top: 60px;
}
.case-list {
	margin-top: 80px;
	width: 94%
}
.case-list .warp-type {
	height: auto
}
.case-list ul li {
	width: 100%
}
.case-list .warp-type-list a {
	line-height: 24px;
	margin-right: 25px;
	float: left
}
.case-list .warp-type p {
	position: static;
	margin-left: 0;
	font-size: 12px;
	line-height: 32px
}
.warp-type-list {
	position: static !important;
	float: static
}
.case-list .museo-light {
	width: 100%;
	display: block
}
.case-content {
	padding-bottom: 35px
}
.warp-type-list a {
	line-height: 35px;
	margin-right: 10px
}
.case-read {
	width: 94%;
	padding-bottom: 30px
}
.case-read .small {
	width: 100% !important
}
.case-read-top .left, .case-read-top .right {
	width: 90%;
	text-align: left;
	margin: 0 auto;
	float: none
}
.case-read-top {
	padding: 30px 0
}
.case-read-top .right ul {
	bottom: 30px
}
.case-fixed {
	display: none
}
.link_title {
	text-align: center;
	padding: 6% 0;
}
.link_title img {
	margin: 0 auto;
	display: block;
	width: 90%;
}
.jianjv {
	padding-bottom: 2%;
}
.foot_box {
	display: none;
}
.foot_ph {
	display:block;
	background: #1B1C1C;
	color: #FFF;
	font-size: 12PX;
	line-height: 24PX;
	padding: 12PX;
}
.fw_t1_box {
	width: 760px;
	margin: 0 auto;
}
.fw1_con_box {
	float: left;
	width: 380px;

	padding-bottom: 10px;
}
.fw_biao_t {
	width: 300px;
	height: 300px;
	background: #FFF;
	text-align: center;
	margin: 0 auto;
}
.fw_biao_t span {
	font-size: 40px;
	color: #080404;
	text-align: center;
	display: block;
	padding-top: 80px;
	padding-bottom: 12px;
}
.fw_biao_t h2 {
	font-size: 24px;
	color: #595857;
	padding-top: 8px;
}
.fw_biao_t p {
}
.fw1_con_box:hover .fw_biao_t {
	box-shadow: 10px 10px 20px 0px #ccc;
}
.fw1_con_box:hover .fw_biao_t span {
	color: #F6E22F;
}
.fw_t1_text {
	font-size: 15px;
	color: #717071;
	width: 240px;
	margin: 0 auto;
	background: url(../images/hei.png) top left no-repeat;
	padding-top: 70px;
	line-height: 30px;
	margin-top: 70px;
}
.fw1_con_box:hover .fw_t1_text {
	color: #080404;
}


.about_content .about_l {
	width: 100%;
	float:none;
}
.about_content .about_l h2 {
	font-size: 75px;
	font-family: "Arial";
	color: #F8E230;
}
.about_content .about_l h3 {
	font-size: 40px;
	font-family: "Arial";
	color: #888;
}
.about_content .about_l h3 span {
	font-size: 26px;
}
.about_content .about_l p {
	font-size: 32px;
	font-family: "微软雅黑";
	color: #1B1C1C;
	padding-top: 60px;
	padding-bottom: 60px;
}
.about_r {
	width: 100%;
	float: none;
}

.about_bottom {
	width: 100%;
	float: none;
	padding-bottom: 90px;
}
.about_bottom p {
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 1em;
	line-height: 30px;
}
.prod_ct_box{ height:auto;}
.prod_ct_con{ width:92.4%; margin:0 auto; color:#FFF; padding-top:120px; padding-bottom:80px;}
.prd_ct_left{ float:none; width:100%; text-align:left; font-size:14px;}
.prd_ct_left p{ font-size:16px;}
.prd_ct_right{ float:none; width:100%; padding-left:0; font-size:14px;}
.prod_cont {
	width: 100%;
	margin: 0 auto;
	padding:0;
}

.lx_box{ width:100%; background:#1C1E1E; }
.lx_left{ float:none; width:24.5%; display:none;}
.lx_left img{ margin:0; display:none; width:100%;}
.lx_right{ float:none; padding-top:80px; padding-left:7.5%; width:85%; background:#FFF; padding-right:7.5%;}
.dt_bian{ padding:70px 0;}
.lx_right .lx_title{ color:#1B1C1C;}

#allmap{width: 100%;height:500px;overflow: hidden;margin:0;font-family:"微软雅黑"; position:relative;}
.lx_1box{ padding-top:3%;}
.lxz{  width:100%; font-size:13px; color:#B5B5B6; line-height:1.5em;}
.lxz h2,.lxe h2{ color:#717171; font-size:12px; line-height:3em;}
.lxe{  width:100%; font-size:13px; color:#B5B5B6;line-height:1.5em;}
.erv_bx{ padding:8% 0;}

.jr_t2 ul li{ width:50%; float:left; height:430px;}
.jr_img{ margin:0 auto; width:80%; overflow:hidden;}
.jr_img img{ display:block; width:100%;}
.jr_text{ height:20px; width:64%; padding:12px 8%; color:#000; background:#F8E331; margin:-20px auto 0; position:relative; z-index:2; overflow:hidden;}
.jr_t2 ul li:hover .jr_text{ width:84%; margin-top:-40px; height:70px;}

.zp_t1_Text{ width:80%; padding-left:10%; padding-right:10%; color:#221814; padding-top:30px;}
.zp_t1_Text h2{ font-size:20px; line-height:30px;}
.zp_t1_Text .xxb1{ width:8px; height:1px; background:#221814; margin-bottom:10px;}
.zp_t1_Text p{ font-size:13px; line-height:24px; padding-bottom:4px;}
.zp_t1_Text span{ font-size:12px; line-height:20px;}

.twz{ width:80%; margin:0 auto; color:#221814; padding-top:40px;}
.twz h2{ font-size:22px; display:block; line-height:48px;}
.twz .xxb1{ width:8px; height:1px; background:#221814; margin-bottom:30px;}
.twz p{ font-size:14px; display:block; height:28px;}
.twz span{ font-size:12px; display:block; }
.ly_wb{ width:370px; height:42px; border:1px solid #C9CACA; border-radius:22px; margin:0 auto; padding:0 12px; line-height:42px; display:block; outline:none; color:#666;}

.zp_ly h2{ display:block; text-align:center; font-size:40px; color:#262828; line-height:100px;}
.jr_t1_title{ font-size:46px; font-family: "Arial",Microsoft Yahei; color:#F8E331; height:86px; letter-spacing:2px; background:url(../images/lxx.png) #1B1C1C right center no-repeat;  padding:90px 0 30px 0;	 width:90%; margin:0 auto;  border-top:1px solid #DCDDDD;}
}

@media screen and (max-width:468px) {
.ind_dh_box {
	width: 100%;
	background: #1B1C1C;
	height: 80px;
}
.ind_dh_box ul li {

	float: left;
	text-align: center;
	color: #FFF;
	background: url(../images/huixian.png) right center no-repeat;
	height: 80px;
}
.ind_dh_box ul li a {
	font-size: 14px;
	font-weight: 400;
	padding-top: 30px;
}

.ind_dh_box ul li:nth-child(3) {
	background: none;
}
.ind_about {
	width: 88.33%;
	margin: 0 auto;
	position: relative;
	padding-top: 4%;
}


.ab_img1 {
	width: 100%;
	position: relative;
	padding: 0%;
	padding-bottom: 0%;
}
.ab_text1 {
	width: 100%;
	position: relative;
	right: 0;
	padding: 0%;
}
.biaoti_ind h2 {
    font-size: 24px;
    color: #595757;
}
.ab_text1 h2 {
	font-size: 18px;
	color: #1B1C1C;
	display: block;
	padding-top: 0%;
}
.ab_text1 span {
	font-size: 18px;
	padding-top: 4%;
	display: block;
	color: #524C1F;
}
.ab_text1 p {
	font-size: 13px;
	color: #1B1C1C;
	line-height: 26px;
	padding-top: 4%;
}
.ind_t1_text {
	padding: 30px 0 0px 0;
	height: 100px;
}
.in_right {
	font-size: 16px;
}
.in_left {
	font-size: 13px;
}
.in_left h2 {
	font-size: 16px;
}
.ind_t1_nav {
	width: 92.4%;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}
.ind_t1_nav ul {
}
.ind_t1_nav ul li {
	
}

.ind_t1_nav ul li:hover {
	background: #F8E230;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.ind_t1_nav ul li:hover a {
	color: #1B1C1C;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.ind_t1_nav ul li {
	margin-left: 2%;
	margin-right: 2%;
}

.warp2 .case-summary .p1 {
    font-size: 16px;
    line-height:34px;
    padding-top: 12px;
}
.warp2 .case-summary span {
	float: none;
	display: block;
}
.warp2 .case-summary .p2 {
	font-size: 12px;
}
.link_title {
	text-align: center;
	padding: 10% 0;
}
.jianjv {
	padding-bottom: 0.5%;
}
.fw_t1_box {
	width: 320px;
	margin: 0 auto;
}
.fw_title{ font-size:26px; color:#1A1B1B; line-height:90px; width:90%; margin:0 auto;}
.fw_t0_box {
	width: 90%;
	margin: 0 auto;
}

.fw1_con_box {
	float: left;
	width: 320px;
	padding-top: 60px;
	padding-bottom: 0px;
}
.fw_biao_t {
	width: 300px;
	height: 300px;
	background: #FFF;
	text-align: center;
	margin: 0 auto;
}
.fw_biao_t span {
	font-size: 40px;
	color: #080404;
	text-align: center;
	display: block;
	padding-top: 80px;
	padding-bottom: 12px;
}
.fw_biao_t h2 {
	font-size: 24px;
	color: #595857;
	padding-top: 8px;
}
.fw_biao_t p {
}
.fw1_con_box:hover .fw_biao_t {
	box-shadow: 10px 10px 20px 0px #ccc;
}
.fw1_con_box:hover .fw_biao_t span {
	color: #F6E22F;
}
.fw_t1_text {
	font-size: 14px;
	color: #717071;
	width: 240px;
	margin: 0 auto;
	background: url(../images/hei.png) top left no-repeat;
	padding-top: 30px;
	line-height: 30px;
	margin-top: 30px;
}
.fw1_con_box:hover .fw_t1_text {
	color: #080404;
}
.fw_3_t {
	padding-top: 60px;
}
.fw_3_t  img{
	display:block;
	 width:100%;
}
.fw_3_t h2 {
	font-size: 26px;
	color: #F6E22F;
	line-height: 50px;
}
.fw_3_t h3 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 20px;
	color: #717071;
}
.fw_3_t h3 span {
	font-size: 12px;
}
.fw_3_text {
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 80px;
	padding-top: 50px;
	background: url(../images/xiexian.png) left top no-repeat;
}
.about_content { padding-top:60px;}
.about_content .about_l h2 {
	font-size: 30px;
	font-family: "Arial";
	color: #F8E230;
}
.about_content .about_l h3 {
	font-size:20px;
	font-family: "Arial";
	color: #888;
}
.about_content .about_l h3 span {
	font-size: 16px;
}
.about_content .about_l p {
	font-size:18px;
	font-family: "微软雅黑";
	color: #1B1C1C;
	padding-top: 30px;
	padding-bottom: 30px;
}
.about_top{ padding-bottom:60px;}
.about_bottom{ padding-bottom:60px;}
.about_content .about_l {
padding-bottom:60px;
}
.dt_bian{ padding:30px 0;}
.lx_right .lx_title{ padding-bottom:12px;}
#allmap{width: 100%;height:280px;overflow: hidden;margin:0;font-family:"微软雅黑"; position:relative;}
.lx_1box{ padding-top:3%;}
.lx_right .lx_title img{ display:block; width:100%;}
.lxz{ float:none; width:100%; font-size:13px; color:#B5B5B6; line-height:1.5em;}
.lxz h2,.lxe h2{ color:#717171; font-size:12px; line-height:2em; padding-top:24px; padding-bottom:12px;}
.lxe{ float:none; width:100%; font-size:13px; color:#B5B5B6;line-height:1.5em; }
.erv_bx{ padding:50px 0;}
.erv_bx img{ display:block; width:100%;}

.jr_t1_title{ font-size:24px; font-family: "Arial",Microsoft Yahei; color:#F8E331; height:56px; letter-spacing:2px; background:url(../images/lxx.png) left 90px no-repeat; padding-top:40px;}
.jr_t1_title strong{padding-right:8px;}



.jr_t2 ul li{ width:50%; float:left; height:630px;}
.jr_img{ margin:0 auto; width:80%; overflow:hidden;}
.jr_img img{ display:block; width:100%;}
.jr_text{ height:20px; width:64%; padding:12px 8%; color:#000; background:#F8E331; margin:-20px auto 0; position:relative; z-index:2; overflow:hidden;}

.jr_t2 ul li:hover .jr_text{ width:84%; margin-top:-40px; height:70px;}
.news-read { width:90%;}
.news-read .news-read-right .title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    color: #0f0b09;
    margin-bottom: 40px;
    font-family: 'Microsoft Yahei';
}


.zp_t1_box{ width:90%; margin:0 auto; background:#FFF; height:auto;}
.zp_t11{ width:100%; float:none; height:auto; position:relative;}
.zp_t1_Text{ width:80%; padding-left:10%; padding-right:10%; color:#221814; padding-top:30px; padding-bottom:30px;}
.zp_t1_Text h2{ font-size:24px; line-height:48px;}
.zp_t1_Text .xxb1{ width:8px; height:1px; background:#221814; margin-bottom:30px;}
.zp_t1_Text p{ font-size:14px; line-height:28px; padding-bottom:4px;}
.zp_t1_Text span{ font-size:12px; line-height:20px;}
.zp_t12{ width:100%;float:none; height:auto; position:relative; cursor:pointer;}
.zz_box{ width:100%; position:absolute; color:#FEFEFE; opacity:0; height:100%;}
.zp_text1{ position:relative; z-index:2;width:80%; margin:0 auto; padding-top:30px;}
.zz_box h2{ font-size:22px; display:block; }
.zz_box p{ font-size:12px; display:block; height:28px;}
.zz_box span{ font-size:12px; display:block; }
.zz_box .xxb{ width:0px; height:2px; background:#FFF; display:block; margin-bottom:50px;}
.zz_box .tm_zz{ background:#000; opacity:0; width:100%; height:100%; position:absolute; top:0; z-index:1;}
.zp_t12 img,.zp_tp img,.zp_t2_img1 img,.zp_t2_img2 img,.zp_t2_img3 img{ display:block; width:100%;}

.zp_t12:hover .zz_box{opacity:1; width:100%;}
.zp_t12:hover .zz_box .tm_zz{ background:#000; opacity:0.4; height:100%;}
.zp_t12:hover .zz_box .zp_text1 .xxb{ width:16px; height:2px; background:#FFF;}
.zp_tp{ float:left; width:50%;}
.zp_jj{ width:100%; height:24px; clear:both;}
.zz_box img,.zp_tp img{ display:block; width:100%;}
.zp_t2_box{ width:90%; margin:0 auto; background:#FFF;}
.zp_t2_text{ width:100%; float:none; height:auto;}
.zp_t2_img1{ width:100%; float:none; height:auto;}
.twz{ width:80%; margin:0 auto; color:#221814; padding-top:30px; padding-bottom:30px;}
.twz h2{ font-size:22px; display:block; line-height:48px;}
.twz .xxb1{ width:8px; height:1px; background:#221814; margin-bottom:50px;}
.twz p{ font-size:14px; display:block; height:28px;}
.twz span{ font-size:12px; display:block; }
.zp_t2_img2{ width:100%; float:none;height:auto;}
.zp_t2_img3{ width:100%;float:none;height:auto;}
.zp_ly{  padding:50px 0 60px 0; width:100%;  margin:0 auto; background:#FFF;}

.ly_wb{ width:80%; height:42px; border:1px solid #C9CACA; border-radius:22px; margin:0 auto; padding:0 12px; line-height:42px; display:block; outline:none; color:#666;}
.ly_but{  width:80%; height:42px; border:1px solid #C9CACA; border-radius:22px; margin:0 auto; padding:0 12px; line-height:42px; display:block;}
.zp_ly h2{ display:block; text-align:center; font-size:30px; color:#262828; line-height:80px;}
.warp2 .case-more{ margin:60px auto;}
.prod_left_box{ position:relative;}
.prod_right_box{ position:relative; padding-left:0; width:90%; margin:0 auto;}
.prod_con_b ul{ padding-right:0;}
.prod_con_b ul li{    width: 100%;
    float:none;
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 0%;
    margin-bottom: 1%;
}
.prod_left_box{ width:90%; margin:0 auto;}
.prod_left_box ul{ width:auto; margin:0 auto;   	display:table;
 float:none;
    margin-top: 10px; padding-bottom:20px;}
	.prod_left_box ul li a {
     padding-right:0;
}
.logo_left_b svg{ display:block; margin:0 auto; float:none;}
.prod_top_n ul li {
    float: left;
    margin-right: 8px;
    height: 30px;
}
.prod_left_box ul li {
    text-align: center;
    border-radius: 16px;
    height: 27px;
    line-height: 27px;
    margin: 10px 0;
	width:80px;

	float:left;
}
.prod_banner {
    padding-top: 100px;
}
.prod_list_box {
    width: 100%;
    position: relative;
    min-height: 600px;
    padding-bottom: 60px;
}
}
@media screen and (max-width:358px) {.jr_t2 ul li{ width:100%; float:none; height:360px;}}
