* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	background-size:cover;
	font-family:Arial, 'Microsoft YaHei', SimHei, SimSun;
	font-size:14px;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr, dl, dd {
	margin:0;
	padding:0;
}
li, img, input, em {
	list-style:none;
	border:none;
	font-style:normal;
	outline:none;
}
a:link, a:visited {
	color:#333;
	text-decoration:none;
}
a:hover, a:active {
	color:#f00;
	text-decoration:none;
}
a {
	text-decoration:none;
}
 @media screen and (max-width: 800px) {
.pc {
	display:none !important;
}
.fixed {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	background:#FFFFFF;
}
.wrap {
	width:100%;
	margin:0 auto;
}
.img-none {
	display:none !important;
}
.img-position-absolute {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin:auto;
	padding: auto;
}
#bigbox {
	width:100%;
}
.topbox {
	width:100%;
	overflow:hidden;
	background:#d20e08;
	line-height:30px;
	font-size:14px;
	color:#fff;
}
.top_L {
	float:left;
}
.top_R {
	float:right;
	background:url(../images/top_dianhua.png) no-repeat left center;
	padding-left:25px;
	font-weight:bold;
}
.header {
	width:100%;
	height:50px;
	z-index:999999;
}
.logo {
	width:70%;
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:20px;
	color: rgb(185, 152, 77);
}
.logo img {
	display: inline-block;
	max-width:100%;
	max-height:50px;
}
.logo a {
	color:inherit;
	line-height:50px;
}
.header .ydd_btn {
	width:24px;
	cursor:pointer;
	position:absolute;
	z-index:2000;
	top:20px;
	left:15px;
}
.header .ydd_btn span {
	display:block;
	width:100%;
	height:2px;
	background:#999999;
}
.header .ydd_btn span.span02 {
	margin:5px 0;
}
.header .ydd_btn.click span {
	background:#999999;
}
.header .ydd_btn.click span.span01 {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	position:relative;
	top:8px;
	margin-top:0px;
}
.header .ydd_btn.click span.span02 {
	margin:0.5px 0;
}
.header .ydd_btn.click span.span03 {
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	position:relative;
	top:3px;
	margin-top:0px;
}
.header .ydd_btn.click span.span02 {
	width:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.tr {
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s
}
.tr2 {
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.list-3 {
	display:block;
	width:100%;
	padding-top:15px;
}
.list-3 li {
	width:100%;
	float:left;
	font-size:13px;
	line-height:25px;
	color:rgb(102,102,102);
}
.list-3 li:nth-child(1) {
	text-align:center;
}
.list-3 li:nth-child(2) {
	text-align:center;
}
.list-3 li:nth-child(3) {
	text-align:center;
}
.nav {
	padding-top:3px;
	display:none;
	background:#FFFFFF;
	width:100%;
	position:absolute;
	left:0;
	top:50px;
	z-index:99999;
}
.nav li {
	float:left;
	height:65px;
	width:100%;
	display:block;
}
.nav li a {
	display:block;
	height:65px;
	line-height:65px;
	overflow:hidden;
	transition:all 0.4s;
	padding:0 20px;
	margin:0 10px;
	font-size:14px;
	color:#000;
	border-bottom:1px solid #f2f2f2;
}
.nav li a:hover {
	color:#b9984d;
}
.nav li.on a {
	color:#b9984d;
}
.search {
	display:none;
	width:240px;
	height:34px;
	margin-top:18px;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
	float:right;
	padding:0 5px;
}
.search input {
	border:none;
	line-height:34px;
	width:215px;
	display:block;
	float:left;
}
.search button {
	display:block;
	float:left;
	width:20px;
	fill: #b9984d;
	border:none;
	background:none;
	margin-top: 7px;
	outline:none;
}
/*banner*/
.banner {
	width: 100%;
	overflow:hidden;
	position:relative;
}
.pagination {
	width: 100%;
	position: absolute;
	left: 0;
	text-align: center;
	bottom:30px;
	z-index:99;
}
.swiper-pagination-switch {
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:10px;
	background:#d20e08;
	opacity:0.5;
	margin:0 3px;
	cursor: pointer;
}
.swiper-active-switch {
	background:#d20e08;
	opacity:1;
}
.banner .banner-left {
	width:32px;
	height:52px;
	float:left;
	background:url(../images/prev.jpg) no-repeat center center;
	position:absolute;
	left:10px;
	top:50%;
	margin-top: -26px;
	z-index:9999;
}
.banner .banner-right {
	width:32px;
	height:52px;
	float:left;
	background:url(../images/next.jpg) no-repeat center center;
	position:absolute;
	right:10px;
	top:50%;
	margin-top: -26px;
	z-index:9999;
}
.banner img {
	max-width:100%;
	width:100% !important;
}
/*END*/

.title {
	margin-bottom:24px;
	padding-top:30px;
	border-bottom:1px solid #999;
	padding-bottom:20px;
}
.title h1 {
	padding-bottom: 24px;
	padding-top: 24px;
	font-size: 22px;
	color: #333;
	font-weight: 400;
	line-height: 1.3;
}
.title h3 {
	margin-right: 5px;
	font-size: 14px;
	margin-right: 22px;
	color:#999;
	font-weight:normal;
}
.fw {
	width:100%;
	overflow:hidden;
	padding-top:35px;
}
.fw_title {
	display:block;
	line-height:48px;
	overflow:hidden;
	font-size:24px;
}
.fw_p {
	display:block;
	width:100%;
	color:#b9984d;
	letter-spacing:2px;
	font-size:34px;
	line-height:35px;
	text-align:center;
}
.fw_sp {
	display:block;
	width:100%;
	color:#000;
	text-align:center;
	font-size:24px;
	font-family:"微软雅黑"
}
.p1 {
	padding-top:30px;
}
.p2 {
	padding-bottom:30px;
}
.p3 {
	padding-top:30px;
}
.p4 {
	padding-bottom:30px;
}
/*关于我们*/




/*产品中心*/
.cp_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.cp_ul li {
	width: calc(50% - 20px);
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	display: inline-block;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px;
	background-color: #fff;
	vertical-align: top;
	overflow: hidden;
	border:1px solid #999;
}
.cp_ul li:hover {
	-webkit-box-shadow:rgba(0,0,0,.1) 0 0 15px;
	box-shadow:rgba(0,0,0,.1) 0 0 15px
}
.cp_ul li:hover h1 {
	color:#b9984d;
}
.cp_ul li a {
	padding: 5%;
	display:block;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}
.cp_ul li .cp_B {
	width:100%;
	overflow:hidden;
	float:left;
	transition:all 0.4s;
}
.cp_ul li .cp_B .cp_img {
	width:100%;
	overflow:hidden;
	transition:all 1s;
}
.cp_ul li .cp_B .cp_img .cp_img_top {
	padding-top:100%;
}
.cp_ul li h1 {
	display:block;
	width:100%;
	font-size:16px;
	padding:0;
	margin:0;
	line-height:34px;
	font-weight:normal;
	color:#333;
	padding-top:20px;
}
.cp_ul li h2 {
	display:block;
	width:100%;
	font-size:14px;
	padding:0;
	margin:0;
	line-height:24px;
	font-weight:normal;
	color:#666;
}
.cp_ul li:hover .cp_B {
	border-color:#d20e08;
}
.cp_ul li:hover .cp_B .cp_img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.cp_ul li:hover .cp_txt {
	color:#d20e08;
}
.video {
	display:block;
	width:100%;
	height:618px;
	overflow:hidden;
	position:relative;
}
.video .bg {
	background:url(../images/video.jpg) no-repeat;
	background-size:cover;
	transition:all 1s;
	height:618px;
}
.video .bt {
	position:absolute;
	top:0;
	opacity:0;
	transition:all 1s;
	width:56px;
	height:56px;
	left:50%;
	margin-left:-28px;
	z-index:99;
	background:url(../images/vbg01.png);
	background-position:-116px 213px;
}
.video:hover .bg {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.video:hover .bt {
	top:50%;
	opacity:1;
}
.aboutbg {
	background:url(../images/map.png) no-repeat;
	background-size:100% 100%;
	overflow:hidden;
	padding-top:20px;
}
.about_left {
	display:block;
	width:100%;
	float:left;
}
.about_right {
	display:block;
	width:100%;
	float:left;
	text-align:center;
}
.about_right img {
	width:90%;
	display:inline-block;
	float:none;
}
.about_txt {
	color: rgb(153, 153, 153);
	line-height:44px;
	padding:10px;
}
.servicebg {
	background:url(../images/bg1.png) no-repeat;
	background-size: cover;
	height:1500px;
	padding-top:140px;
}
.cpxq {
	display:block;
	overflow:hidden;
}
.cpxq_img {
	display:block;
	overflow:hidden;
}
.cpxq_img img {
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
	border:1px solid #ccc;
}
.cpxq_p {
	display:block;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#d20e08;
	font-weight:bold;
}
.cpxq_txt {
	display:block;
	overflow:hidden;
	line-height:26px;
	font-size:14px;
	color:#333333;
}
/*最新动态*/
.xw_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-bottom:100px;
}
.xw_ul li {
	width: 100%;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	display: inline-block;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px;
	background-color: #fff;
	vertical-align: top;
	overflow: hidden;
}
.xw_ul li:hover {
	-webkit-box-shadow:rgba(0,0,0,.1) 0 0 15px;
	box-shadow:rgba(0,0,0,.1) 0 0 15px
}
.xw_ul li:hover h1 {
	color:#b9984d;
}
.xw_ul li a {
	padding: 20px;
	display:block;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}
.xw_ul li .cp_B {
	width:100%;
	overflow:hidden;
	float:left;
	transition:all 0.4s;
	box-sizing:border-box;
}
.xw_ul li .cp_B .cp_img {
	width:100%;
	overflow:hidden;
	transition:all 1s;
}
.xw_ul li .cp_B .cp_img .cp_img_top {
	padding-top:45%;
}
.xw_ul li .cp_t {
	width:100%;
	overflow:hidden;
	float:left;
	transition:all 0.4s;
	box-sizing:border-box;

}
.xw_ul li .cp_t h1 {
	text-align:left;
}
.xw_ul li .cp_t h1 span {
	float:right;
	text-align:right;
}
.xw_ul li .cp_t em.em {
	display: inline-block;
	float:left;
	position: relative;
	height: 26px;
	line-height: 26px;
	max-width: 100%;
	padding: 0 8px;
	border: 1px solid #e5e5e5;
	margin-top: 12px;
	margin-right: 15px;
	border-radius: 5px;
	color: #999;
	font-size: 12px;
	word-break: keep-all;
	overflow: hidden;
	z-index: 2;
}
.xw_ul li .cp_t p {
	text-align:left;
}
.xw_ul li h1 {
	display:block;
	width:100%;
	font-size:16px;
	padding:0;
	margin:0;
	line-height:34px;
	font-weight:normal;
	color:#333;
	padding-top:20px;
}
.xw_ul li h2 {
	display:block;
	width:100%;
	font-size:14px;
	padding:0;
	margin:0;
	line-height:24px;
	font-weight:normal;
	color:#666;
}
.xw_ul li:hover .cp_B {
	border-color:#d20e08;
}
.xw_ul li:hover .cp_B .cp_img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.xw_ul li:hover .cp_txt {
	color:#d20e08;
}
.xwxq {
	display:block;
	overflow:hidden;
}
.xwxq_T {
	display:block;
	line-height:30px;
	overflow:hidden;
	font-family:'Microsoft YaHei';
	font-size:18px;
	color:#d20e08;
	text-align:center;
}
.xwxq_txt {
	display:block;
	line-height:30px;
	overflow:hidden;
	font-family:'Microsoft YaHei';
	font-size:14px;
	color:#333;
}
/*联系我们*/
.contacts {
}
.contacts li {
	display:block;
	width:50%;
	text-align:center;
	float:left;
}
.contacts li img {
	display:inline-block;
	width:47px;
}
.contacts li p {
	display:block;
	width:100%;
	padding-top:30px;
	line-height:30px;
	padding-bottom:30px;
}
.youshi {
}
.youshi li {
	display:block;
	width:50%;
	text-align:center;
	float:left;
}
.youshi li img {
	display:inline-block;
	width:59px;
}
.youshi li p {
	display:block;
	width:100%;
	padding-top:30px;
	line-height:30px;
	padding-bottom:30px;
}
.footer {
	width:100%;
	background:#131313;
	overflow:hidden;
	font-family:'Microsoft YaHei';
	font-size:14px;
	color:rgb(102,102,102);
	line-height:24px;
	text-align:center;
	padding:15px 0;
}
.footer a {
	color:#fff;
	margin:0 10px;
}
.footer a:hover {
	color:#fff;
	text-decoration:underline !important;
}
.cp_fl {
	display:block;
	width:100%;
	text-align:center;
}
.cp_fl li {
	display:inline-block;
	padding:5px 10px;
	width:23%;
	text-align:center;
	border:1px solid #999;
		margin:5px;
}

.cp_fl li:hover,.cp_fl li.on{ border:1px solid #FF0000;}
.cp_fl li.on a{ color:#FF0000;}

.product_d img{ max-width:100%; display:block; margin:0 auto;}
}
 @media screen and (min-width: 801px) {
.phone {
	display:none !important;
}
.cp_fl {
	display:block;
	width:100%;
	text-align:center;
	margin-top:-60px;
}
.cp_fl li {
	display:inline-block;
	padding:10px 15px;
	text-align:center;
	border:1px solid #999;
	margin:5px;
}
.product_d img{ max-width:100%; display:block; margin:0 auto;}
.cp_fl li:hover,.cp_fl li.on{ border:1px solid #FF0000;}
.cp_fl li.on a{ color:#FF0000;}
.fixed {
position:fixed;
top:0;
left:0;
right:0;
z-index:999;
background:#FFFFFF;
}
.wrap {
	width:1600px;
	margin:0 auto;
}
.img-none {
	display:none !important;
}
.img-position-absolute {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin:auto;
	padding: auto;
}
#bigbox {
	width:100%;
	min-width:1220px;
	float:left;
}
.topbox {
	width:100%;
	overflow:hidden;
	background:#d20e08;
	line-height:30px;
	font-size:14px;
	color:#fff;
}
.top_L {
	float:left;
}
.top_R {
	float:right;
	background:url(../images/top_dianhua.png) no-repeat left center;
	padding-left:25px;
	font-weight:bold;
}
.header {
	width:100%;
	position:relative;
}
.logo {
	width:420px;
	float:left;
	font-size:30px;
	color: rgb(185, 152, 77);
}
.logo a {
	color:inherit;
	line-height:70px;
}
.logo img {
	display:block;
}
.header .ydd_btn {
	width:40px;
	cursor:pointer;
	position:absolute;
	z-index:2000;
	top:20px;
	right:15px;
	display:none;
}
.header .ydd_btn span {
	display:block;
	width:100%;
	height:4px;
	background:#007f3a;
}
.header .ydd_btn span.span02 {
	margin:5px 0;
}
.header .ydd_btn.click span {
	background:#007f3a;
}
.header .ydd_btn.click span.span01 {
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	position:relative;
	top:8px;
	margin-top:0px;
}
.header .ydd_btn.click span.span02 {
	margin:0.5px 0;
}
.header .ydd_btn.click span.span03 {
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	position:relative;
	top:-2px;
	margin-top:0px;
}
.header .ydd_btn.click span.span02 {
	width:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.tr {
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s
}
.tr2 {
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.list-3 {
	display:block;
	width:100%;
	padding-top:45px;
}
.list-3 li {
	width:33.333%;
	float:left;
	font-size:13px;
	line-height:25px;
	color:rgb(102,102,102);
}
.list-3 li:nth-child(1) {
	text-align:left;
}
.list-3 li:nth-child(2) {
	text-align:center;
}
.list-3 li:nth-child(3) {
	text-align:right;
}
.nav {
	float:right;
	padding-top:3px;
	margin-right:170px;
}
.nav li {
	float:left;
	height:65px;
}
.nav li a {
	display:block;
	height:65px;
	line-height:65px;
	overflow:hidden;
	transition:all 0.4s;
	padding:0 20px;
	margin:0 10px;
	font-size:18px;
	color:#000;
}
.nav li a:hover {
	color:#b9984d;
	border-bottom:2px solid #b9984d;
}
.nav li.on a {
	color:#b9984d;
	border-bottom:2px solid #b9984d;
}
.search {
	display:block;
	width:240px;
	height:34px;
	margin-top:18px;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
	float:right;
	padding:0 5px;
}
.search input {
	border:none;
	line-height:34px;
	width:215px;
	display:block;
	float:left;
}
.search button {
	display:block;
	float:left;
	width:20px;
	fill: #b9984d;
	border:none;
	background:none;
	margin-top: 7px;
	outline:none;
}
/*banner*/
.banner {
	width: 100%;
	overflow:hidden;
	height:500px;
	position: relative;
}
.banner .banner_img_top {
	padding-top:29.16667%;
}
.pagination {
	width: 100%;
	position: absolute;
	left: 0;
	text-align: center;
	bottom:30px;
	z-index:99;
}
.swiper-pagination-switch {
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:10px;
	background:#d20e08;
	opacity:0.5;
	margin:0 3px;
	cursor: pointer;
}
.swiper-active-switch {
	background:#d20e08;
	opacity:1;
}
.banner .banner-left {
	width:32px;
	height:52px;
	float:left;
	background:url(../images/prev.jpg) no-repeat center center;
	position:absolute;
	left:10px;
	top:50%;
	margin-top: -26px;
	z-index:9999;
}
.banner .banner-right {
	width:32px;
	height:52px;
	float:left;
	background:url(../images/next.jpg) no-repeat center center;
	position:absolute;
	right:10px;
	top:50%;
	margin-top: -26px;
	z-index:9999;
}
/*END*/

.about_left {
	display:block;
	width:50%;
	float:left;
}
.about_right {
	display:block;
	width:50%;
	float:left;
}
.about_right img {
	display:block;
	float:right;
}
.title {
	margin-bottom:24px;
	padding-top:30px;
	border-bottom:1px solid #999;
	padding-bottom:20px;
}
.title h1 {
	padding-bottom: 24px;
	padding-top: 24px;
	font-size: 22px;
	color: #333;
	font-weight: 400;
	line-height: 1.3;
}
.title h3 {
	margin-right: 5px;
	font-size: 14px;
	margin-right: 22px;
	color:#999;
	font-weight:normal;
}
.fw {
	width:100%;
	overflow:hidden;
	padding-top:35px;
}
.fw_title {
	display:block;
	line-height:48px;
	overflow:hidden;
	font-size:24px;
}
.fw_p {
	display:block;
	width:100%;
	color:#b9984d;
	letter-spacing:2px;
	font-size:34px;
	line-height:35px;
	text-align:center;
}
.fw_sp {
	display:block;
	width:100%;
	color:#000;
	text-align:center;
	font-size:24px;
	font-family:"微软雅黑"
}
.p1 {
	padding-top:133px;
}
.p2 {
	padding-bottom:110px;
}
.p3 {
	padding-top:100px;
}
.p4 {
	padding-bottom:80px;
}
/*关于我们*/




/*产品中心*/
.cp_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.cp_ul li {
	width: calc(25% - 20px);
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	display: inline-block;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px;
	background-color: #fff;
	vertical-align: top;
	overflow: hidden;
}
.cp_ul li:hover {
	-webkit-box-shadow:rgba(0,0,0,.1) 0 0 15px;
	box-shadow:rgba(0,0,0,.1) 0 0 15px
}
.cp_ul li:hover h1 {
	color:#b9984d;
}
.cp_ul li a {
	padding: 5%;
	display:block;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}
.cp_ul li .cp_B {
	width:100%;
	overflow:hidden;
	float:left;
	transition:all 0.4s;
}
.cp_ul li .cp_B .cp_img {
	width:100%;
	overflow:hidden;
	transition:all 1s;
}
.cp_ul li .cp_B .cp_img .cp_img_top {
	padding-top:100%;
}
.cp_ul li h1 {
	display:block;
	width:100%;
	font-size:16px;
	padding:0;
	margin:0;
	line-height:34px;
	font-weight:normal;
	color:#333;
	padding-top:20px;
}
.cp_ul li h2 {
	display:block;
	width:100%;
	font-size:14px;
	padding:0;
	margin:0;
	line-height:24px;
	font-weight:normal;
	color:#666;
}
.cp_ul li:hover .cp_B {
	border-color:#d20e08;
}
.cp_ul li:hover .cp_B .cp_img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.cp_ul li:hover .cp_txt {
	color:#d20e08;
}
.video {
	display:block;
	width:100%;
	height:618px;
	overflow:hidden;
	position:relative;
}
.video .bg {
	background:url(../images/video.jpg) no-repeat;
	background-size:cover;
	transition:all 1s;
	height:618px;
}
.video .bt {
	position:absolute;
	top:0;
	opacity:0;
	transition:all 1s;
	width:56px;
	height:56px;
	left:50%;
	margin-left:-28px;
	z-index:99;
	background:url(../images/vbg01.png);
	background-position:-116px 213px;
}
.video:hover .bg {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.video:hover .bt {
	top:50%;
	opacity:1;
}
.aboutbg {
	background:url(../images/map.png) no-repeat;
	background-size: cover;
	min-height:366px;
	padding-bottom:50px;
	padding-top:50px;
	overflow:hidden;
}
.about_txt {
	color: rgb(153, 153, 153);
	line-height:44px;
	padding:10px;
}
.servicebg {
	background:url(../images/bg1.png) no-repeat;
	background-size: cover;
	height:1500px;
	padding-top:140px;
}
.cpxq {
	display:block;
	overflow:hidden;
}
.cpxq_img {
	display:block;
	overflow:hidden;
}
.cpxq_img img {
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto;
	border:1px solid #ccc;
}
.cpxq_p {
	display:block;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#d20e08;
	font-weight:bold;
}
.cpxq_txt {
	display:block;
	overflow:hidden;
	line-height:26px;
	font-size:14px;
	color:#333333;
}
/*最新动态*/
.xw_ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-bottom:100px;
}
.xw_ul li {
	width: 100%;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	display: inline-block;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px;
	background-color: #fff;
	vertical-align: top;
	overflow: hidden;
}
.xw_ul li:hover {
	-webkit-box-shadow:rgba(0,0,0,.1) 0 0 15px;
	box-shadow:rgba(0,0,0,.1) 0 0 15px
}
.xw_ul li:hover h1 {
	color:#b9984d;
}
.xw_ul li a {
	padding: 20px;
	display:block;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
}
.xw_ul li .cp_B {
	width:25%;
	overflow:hidden;
	float:left;
	transition:all 0.4s;
	box-sizing:border-box;
}
.xw_ul li .cp_B .cp_img {
	width:100%;
	overflow:hidden;
	transition:all 1s;
}
.xw_ul li .cp_B .cp_img .cp_img_top {
	padding-top:45%;
}
.xw_ul li .cp_t {
	width:75%;
	overflow:hidden;
	float:left;
	transition:all 0.4s;
	box-sizing:border-box;
	padding-left:30px;
}
.xw_ul li .cp_t h1 {
	text-align:left;
}
.xw_ul li .cp_t h1 span {
	float:right;
	text-align:right;
}
.xw_ul li .cp_t em.em {
	display: inline-block;
	float:left;
	position: relative;
	height: 26px;
	line-height: 26px;
	max-width: 100%;
	padding: 0 8px;
	border: 1px solid #e5e5e5;
	margin-top: 12px;
	margin-right: 15px;
	border-radius: 5px;
	color: #999;
	font-size: 12px;
	word-break: keep-all;
	overflow: hidden;
	z-index: 2;
}
.xw_ul li .cp_t p {
	text-align:left;
}
.xw_ul li h1 {
	display:block;
	width:100%;
	font-size:16px;
	padding:0;
	margin:0;
	line-height:34px;
	font-weight:normal;
	color:#333;
	padding-top:20px;
}
.xw_ul li h2 {
	display:block;
	width:100%;
	font-size:14px;
	padding:0;
	margin:0;
	line-height:24px;
	font-weight:normal;
	color:#666;
}
.xw_ul li:hover .cp_B {
	border-color:#d20e08;
}
.xw_ul li:hover .cp_B .cp_img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}
.xw_ul li:hover .cp_txt {
	color:#d20e08;
}
.xwxq {
	display:block;
	overflow:hidden;
}
.xwxq_T {
	display:block;
	line-height:30px;
	overflow:hidden;
	font-family:'Microsoft YaHei';
	font-size:18px;
	color:#d20e08;
	text-align:center;
}
.xwxq_txt {
	display:block;
	line-height:30px;
	overflow:hidden;
	font-family:'Microsoft YaHei';
	font-size:14px;
	color:#333;
}
/*联系我们*/
.contacts {
}
.contacts li {
	display:block;
	width:25%;
	text-align:center;
	float:left;
}
.contacts li img {
	display:inline-block;
	width:47px;
}
.contacts li p {
	display:block;
	width:100%;
	padding-top:30px;
	line-height:30px;
	padding-bottom:130px;
}
.youshi {
}
.youshi li {
	display:block;
	width:25%;
	text-align:center;
	float:left;
}
.youshi li img {
	display:inline-block;
	width:59px;
}
.youshi li p {
	display:block;
	width:100%;
	padding-top:30px;
	line-height:30px;
	padding-bottom:130px;
}
.footer {
	width:100%;
	background:#131313;
	overflow:hidden;
	font-family:'Microsoft YaHei';
	font-size:14px;
	color:rgb(102,102,102);
	line-height:24px;
	text-align:center;
	padding:15px 0;
}
.footer a {
	color:#fff;
	margin:0 10px;
}
.footer a:hover {
	color:#fff;
	text-decoration:underline !important;
}
}
