@charset "utf-8";
a,dl,dt,dd,li{
	transition: 1s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari and Chrome */
	-o-transition: 1s; /* Opera */
}
table{ width:100%;}
/*header*/
.top-nav {
	position: absolute;
	right: 1.09375%;
	top: 100%;
	width: 14.0625%;
}
.class-btn {
	position: absolute;
	right: 16%;
	top: 0%;
	width: 14.0625%;
	font-size: 0.24rem;
	line-height: 0.82rem;
	color: #B70303;
	text-align: center;
	overflow: hidden;
}
.top-home {
	position: absolute;
	left: 1.09375%;
	top: 0;
	width: 14.0625%;
	font-size: 0.4rem;
	line-height: 0.82rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.top-title {
	width: 70%;
	position: absolute;
	left: 15%;
	top: 0;
	font-size: 0.3rem;
	line-height: 0.82rem;
	text-align: center;
	color: #B70303;
	overflow: hidden;
}
.content, .sub_page {
	min-height: 6rem;
	overflow: hidden;
	font-size: 0.12rem
}
.sub_page center {
	padding: 0.4rem 0;
	font-size: 0.2rem
}
.sub_page center a {
	color: red
}
.content {
	width: 100%;
	margin-bottom:130px;
}
/* nav */
body {
	position: relative;
	width: 100%;
	background: #f9f6f6;
	height: 100%;
}
.allpage {
	position: relative;
	z-index: 10;
	background: #f9f6f6;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	right: 0;
	min-height: 6rem;
}
.clicked {
	right: 220px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	left: auto;
}
#allmap {
	width: 100%;
	height: 6rem;
	font-size: 0.18rem
}
.black-fixed {
	position: fixed;
	z-index: 99999!important;
	right: 0;
	width: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.9);
	text-align: right;
	font-size: 0.4rem;
	color: #fff;
	line-height: 2;
	right: 0;
	overflow: hidden
}
.black-clicked {
	width: 100%;
	padding-right: 2%;
	right: 220px;
}

/* banner news*/
.banner{ width:100%; height:auto; overflow:hidden; position:relative; width:640px;}
.banner img{ width:100%;background-color:#000;}
.banner div{ width:100%; height:auto; overflow:hidden; position:relative;}
.banner div p{ width:100%; height:auto; overflow:hidden; float:left; position:relative; }
.synav{ width:100%; height: auto; overflow:hidden; position:absolute; bottom:2%; left:2%;}
.synav ul{  margin:0 auto; display:block;}
.synav ul li{ width:1em; height:1em; margin-right:1%; border-radius:0.5; background:#CCCCCC; float:left; cursor:pointer;}
.synav ul li.on{ width:1em; height:1em; border-radius:0.5; background:#FF6;}

/* banner */
.big-pic {
	width: 100%;
	position: relative;
	z-index: 2;
	margin: 0 auto;
}
.big-pic-in {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.pic-list {
	position: relative;
	height: auto;
	-webkit-transform: translate3d(0, 0, 0);
	z-index: 0;
}
.pic-list img {
	float: left;
	height: auto;
	width: 100%;
	display: block;
}
.big-pic2 .pic-list {
	width: 200%;
}
.big-pic2 .pic-list img {
	width: 50%;
}
.big-pic3 .pic-list {
	width: 300%;
}
.big-pic3 .pic-list img {
	width: 33.333334%;
}
.big-pic4 .pic-list {
	width: 400%;
}
.big-pic4 .pic-list img {
	width: 25%;
}
.slide-dot {
	width: 100%;
	text-align: center;
	height: 16px;
	padding-top: 4px;
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	display: none
}
.slide-dot span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	vertical-align: top;
	z-index: 10;
	margin: 0 7px;
	background: #fff
}
.slide-dot span.slide-dot-cur {
	z-index: 10;
	vertical-align: top;
	background: #6b1b55
}
.transition {
	-moz-transition: -moz-transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
/* index */
.title {
	width: 35.9375%;
	margin: 0 auto;
	background: #1d1d1d;
	border-radius: 0 0 0.1rem 0.1rem;
	text-align: center;
	padding-bottom: 2%
}
.title span {
	font: 0.18rem/1.2 "microsoft yahei";
	color: #c1c0c0;
}
.title p {
	font: 0.16rem/1.2 "microsoft yahei";
	color: #828282;
	text-transform: uppercase
}
.title-border1 {
	width: 100%;
	height: 0.15rem;
	background: #1d1d1d;
}
.inav {
	width: 97.5%;
	margin: 2% auto;
	overflow: hidden;
}
.inav li {
	width: 33.3%;
	float: left;
	height: auto;
	overflow: hidden
}
.inav li a {
	display: block;
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font: 0.18rem/2 "microsoft yahei";
	color: #1d1d1d
}
.inav li a img {
	display: block;
	width: 83.97%;
	margin: 0 auto;
	border: 1px solid #d3d3d3;
	background: #fff;
	padding: 0.09rem;
	border-radius: 50%;
}
.title1 {
	width: 100%;
	height: 0.75rem;
	background: url(../images/titlebg1.jpg) 0 bottom no-repeat #fff;
	background-size: 100% auto;
}
.title1-name {
	float: left;
	overflow: hidden;
	margin-left: 4.6875%;
}
.title1-name h3 {
	float: left;
	font: 0.44rem/0.75rem "microsoft yahei";
	color: #bb2f30;
}
.title1-name p {
	float: left;
	font: 0.18rem/0.2rem "microsoft yahei";
	color: #232323
}
.title1-name p span {
	font: 700 0.18rem/0.2rem "microsoft yahei";
	color: #232323;
	display: block;
	margin-top: 0.2rem
}
.title1 a {
	float: right;
	font: 0.18rem/0.75rem "microsoft yahei";
	color: #7d7d7d;
	margin-right: 4.6875%
}
.inews {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/newsbg.jpg) right bottom no-repeat #fff;
	background-size: 32.8125% auto;
	padding: 5% 0
}
.news-img {
	display: block;
	float: left;
	width: 25%;
	margin: 0 3.75% 0 4.6875%;
}
.inews p {
	float: left;
	width: 42.8125%;
	margin-left: 3.75%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font: 0.16rem/2 "microsoft yahei";
	color: #686868;
}
.inews h3 {
	float: left;
	width: 42.8125%;
	margin-left: 3.75%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font: 0.18rem/1.2 "microsoft yahei";
	color: #232323;
}
.inews h3 a {
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #232323;
}
.inews div {
	float: left;
	width: 42.8125%;
	font: 0.16rem/0.24rem "microsoft yahei";
	color: #1d1d1d;
	overflow: hidden;
	height: 0.48rem;
	margin-left: 3.75%;
}
.title2 {
	width: 55.9375%;
	margin: 2% auto;
	position: relative;
	text-align: center;
	color: #fff;
	background: url(../images/titlebg2.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	padding: 2% 0;
}
.title2 span {
	font: 0.18rem/1 "microsoft yahei";
}
.title2 p {
	font: 0.16rem/1 "microsoft yahei";
}
.ipro {
	width: 97.5%;
	margin: 2% auto;
	overflow: hidden;
}
.ipro li {
	width: 50%;
	float: left;
	height: auto;
	overflow: hidden;
	padding-bottom: 4%;
}
.ipro li a {
	display: block;
	width: 86.85%;
	background: #fff;
	border: 1px solid #fff;
	overflow: hidden;
	margin: 0 auto
}
.ipro li a span {
	display: block;
	width: 100%;
	font: 0.18rem/2.4 "microsoft yahei";
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #1d1d1d;
	text-align: center;
}
.ipro li a img {
	width: 100%
}
.imore {
	display: block;
	width: 34.6875%;
	margin: 2% auto;
	overflow: hidden;
	background: #1d1d1d;
	text-align: center;
	font: 0.18rem/0.4rem "microsoft yahei";
	color: #ababab;
	border-radius: 0.4rem;
}
.icase {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 2% 0;
	background: #fff;
}
.icase-top, .icase-bottom {
	width: 92.5%;
	margin: 2% auto;
	overflow: hidden;
}
.icase-top a:nth-child(1) {
	display: block;
	float: left;
	width: 29.56%;
}
.icase-top a:nth-child(2) {
	display: block;
	float: left;
	width: 31.08%;
	margin: 0 1.68%;
}
.icase-top a:nth-child(3) {
	display: block;
	float: left;
	width: 35.64%;
}
.icase-top a img {
	display: block;
	width: 100%;
}
.icase-bottom a:nth-child(1) {
	display: block;
	float: left;
	width: 24.15%;
}
.icase-bottom a:nth-child(2) {
	display: block;
	float: right;
	width: 73.98%;
}
.support {
	width: 100%;
	font: 0.18rem/2.4 "microsoft yahei";
	color: #bb2f30;
	text-align: center;
	background: #fff;
}
.support a {
	color: #bb2f30;
}
/* top class */
.class {
	width: 100%;
	top: 8.33em;
	position: fixed;
	background: #232323;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	height: 3rem;
	padding: 0.1rem 0;
	display: none
}
.class li {
	width: 90%;
	background: #fff;
	font: 0.2rem/0.46rem "microsoft yahei";
	margin: 2% auto;
	overflow: hidden;
	position: relative;
}
.class li a {
	display: block;
	float: left;
	width: 60%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 4%;
	color: #666
}
.class li span.iconfont {
	font-size: 0.3rem;
	line-height: 0.46rem;
	display: block;
	width: 16%;
	text-align: center;
	color: #666;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition: -moz-transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.class li span.iconfont.class-up {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transition: -moz-transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.class li dl {
	float: left;
	border-top: 2px solid #232323;
	width: 100%;
	display: none
}
.class li dl dd {
	overflow: hidden
}
.class li dl dd a {
	width: 100%
}
/* subpage */
.about, .view {
	width: 92.5%;
	margin: 2% auto;
	font: 0.2rem/2.4 "microsoft yahei";
	color: #1d1d1d;
}
.about img {
	display: inline-block;
}
.view h1, .about h1 {
	width: 100%;
	text-align: center;
	font: 0.3rem/0.5rem "microsoft yahei";
	color: #393939;
}
.view img {
	max-width: 100%;
	display: inline
}
.page {
	display: block;
	width: 100%;
	height: 0.38rem;
	font: 0.2rem/0.38rem "microsoft yahei";
	color: #777;
	background: #ddd;
	border-radius: 0.38rem;
	margin: 2% auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 0.1rem;
}
.back {
	display: block;
	width: 33.57%;
	margin: 2% auto;
	height: 0.4rem;
	border-radius: 0.4rem;
	font: 0.2rem/0.4rem "microsoft yahei";
	color: #393939;
	text-align: center;
}
/* product */
.product-top {
	width: 91.25%;
	margin: 2% auto;
	border-bottom: 1px solid #c9c9c9;
	height: 0.5833rem;
	font: 0.2rem/0.5833rem "microsoft yahei";
	color: #7b7b7b;
}
.product-top p {
	float: left;
}
.product-top p span {
	color: #c5132d
}
.product-top-right {
	float: right;
	color: #7b7b7b
}
.product-top-right a {
	font-size: 0.3rem;
	color: #272727;
	vertical-align: middle
}
.product-top-right a.show {
	color: #c5132d
}
/* case */
.case {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 2% auto
}
.case li {
	width: 100%;
	height: auto;
	padding: 2% 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden
}
.case li>a {
	display: block;
	width: 35.46875%;
	float: left;
	margin: 0 3.75% 0 4.6875%;
	border: 1px solid #fff;
}
.case li>a img {
	display: block;
	width: 100%
}
.case li h1 {
	float: left;
	width: 51.875%;
	height: 0.35rem;
	font: 0.2rem/0.35rem "microsoft yahei";
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.case li h1 a {
	color: #232323
}
.case li div {
	float: left;
	width: 51.75%;
	height: 1.1rem;
	overflow: hidden;
	font: 0.18rem/0.28rem "microsoft yahei";
	color: #1d1d1d
}
/* for white */
.white-bg {
	background: #fff;
}
/* mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm */

.blue {
	box-sizing: border-box;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e36804;
	border-right-color: #ff7300;
	border-bottom-color: #ff7300;
	border-left-color: #e36804;
}
.s_b {
	background-color: #ca9783;
	border-right: 1px solid #742c29;
	box-sizing: border-box;
}
.nav_new {
	width: 100%;
	margin-top:15px;
	background: -webkit-linear-gradient(#8A0300, #B70303); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#8A0300, #B70303); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#8A0300, #B70303); /* Firefox 3.6 - 15 */
    background: linear-gradient(#8A0300, #B70303); /* 标准的语法（必须放在最后） */
}
.nav_new dl{
	width:20%;
	float:left;	
	background: -webkit-linear-gradient(#8A0300, #B70303); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#8A0300, #B70303); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#8A0300, #B70303); /* Firefox 3.6 - 15 */
    background: linear-gradient(#8A0300, #B70303); /* 标准的语法（必须放在最后） */
}
.nav_new dl dt{display:block; margin:0 auto; text-align:center;}
.nav_new dl dt img{
	width:50px;
	height:50px;
	border-radius:50%;
	margin:0 auto;
	border: 2px solid #e6420f;
}
.nav_new dl dd{ line-height:36px; height:36px; text-align:center; font-size:14px;}
.nav_new dl dd a{ color:#fff;}
.nav_new dl dd a:hover{ color:#FC0;}
.nav_new ul li {
	width: 25%;
	height: 0.5rem;
	float: left;
	text-align: center;	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	position:relative;
}
.nav_new ul li:hover{
	background-color: #F39A02;
}
.nav_new ul li:nth-child(4) {
	border-right: 0;
}
.nav_new ul li:last-child {
	border-right: 0;
}
.nav_new ul li a {
	display: inline-block;
	/* padding:80%; */
	color: #FFF;
	font-size: 0.15rem;
	font-family: "microsoft yahei";
	margin-top: 4%;
	height: 0.4rem;
	line-height: 0.4rem;
}
.nav_new ul li a:nth-child(4) {
	border: none!important;
}
.nav_new ul li a:last-child {
	border: none;
}
.nav_new ul li span{ display:block; margin:0 auto; text-align:center;}
.nav_new ul li span img{ width:50px; height:50px; border-radius:50%}
.nav_new ul li .box{ display:none;}
.nav_new ul li:hover .box{ display:block; background-color:#F93; position:absolute; left:0px; top:0.4rem; z-index:10;}
.nav_new ul li:hover .box a{height:0.2rem; line-height:0.2rem; font-size:0.10rem; padding:0 10px;}
/* banner */
.banner {
	width: 100%;
	position: relative;
}
.swiper-pagination {
	width: 57%!important;
	text-align: right!important;
	bottom: 0.1rem!important;
}
.swiper-pagination-bullet {
	width: 0.1rem!important;
	height: 0.1rem!important;
	background-color: #221e1c!important;
	opacity: 1!important;
}
.swiper-pagination-bullet-active {
	background-color: #c58b76!important;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 3px!important;
}
input {
	outline: none;
}
.icon_nav {
	padding: 0 4%;
	background-color: #fff;
}
.icon_nav ul li {
	width: 17%;
	text-align: center;
	float: left;
	margin: 0 4%;
	margin-top: 4%;
	margin-bottom: 2%;
}
.icon_nav ul li a span {
	display: inline-block;
	color: #333;
	font-size: 0.2rem;
	margin-top: 14%;
	width: 100%;
	height: 0.3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.search_new {
	padding: 0 2%;
	text-align: center;
	margin-top: 3%;
}
.search_new input {
	width: 98%;
	background: url(../images/fdj_09.png) no-repeat 97% center;
	-webkit-background-size: 7%;
	background-size: 7%;
	text-indent: 3%;
	padding: 2% 0;
}
.common_title {
	text-align: center;
	position: relative;
	background-color: #ECECEC;
	margin: 1.5% 0;
	background-image: url(../images/yu1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*.common_title  span {
	display: block;
	font-size:0.10rem;
	margin-left:20px;
	color:#000;
	text-align: left;
	padding:0px 20px;
	line-height: 30px;
}
.common_title span a{ color:#000;}
.common_title span a:hover{
	color:#fff;
}*/
.common_title h2 {
	position: relative;
	z-index: 3;
	width: 100%;
	width: auto;
	font-size: 0.2rem;
	font-weight: normal;
	white-space: nowrap;
	text-indent:10px;
	border-bottom:1px solid #eee;
	text-align:left;
}
.common_title h2 i{ float:right; margin-right:5px;line-height: 36px;height:36px; font-size:0.12rem;}
.common_title h2 span{
	background-color:#fff;
	line-height: 32px;
	height:32px;
	padding:0px 15px;
	font-size: 0.2rem;
	display: inline-block;
}
.common_title h2 a{
	color:#000;
}
.common_title h2 a:hover{
	color:#F00;
}
/*.common_title h2 i {
	z-index: 3;
	display: inline-block;
	line-height: 0.13rem;
	font-size: 0.13rem;
	font-style: normal;
	white-space: nowrap;
	padding: 0 1%;
	text-transform: uppercase;
	color: #ff7300;
	background-color: #f9f6f6;
}*/
.common_title .title_more {
	position: relative;
	z-index: 1;
	background-color: #f9f6f6;
	color: #095c52;
	font-size: 0.185rem;
	font-style: normal;
	display: block;
	float: right;
	line-height: 0.5rem;
	margin-right: 3%;
	width: 9%;
	white-space: nowrap;
}
.cs2 {
	background-color: #ffffff;
}
.cs2 h2 {
	background-color: #ffffff;
}
.cs2 .title_more {
	background-color: #ffffff;
}
.more_i {
	margin: 3% 0 1% 0;
	padding: 1% 0;
	text-align: center;
}
.more_i a {
	display: inlin-block;
	min-width: 30%;
	width: auto;
	text-align: center;
	padding: 1% 5%;
	border-radius: 0.13rem;
	color: #fff;
	background-color: #ff7300;
	border: 3px solid #eeedee;
	font-size: 0.21rem;
	box-shadow: 0px 0px 10px #dbc9c0;
	border-radius:10px;
}
.about_i_c img {
	width: 98%;
	border: 4px solid #dbdbdb;
	margin-bottom: 4%;
}
.about_i_c {
	line-height: 1.6;
	padding: 0 3.125%;
	font-size: 0.19rem;
	color: #61ade9;
}
.common_title_new h2 {
	background-color: #e00409!important;
}
.honor_i_c {
	margin-top: 5%;
}
.honor_i_c ul li {
	width: 30%;
	float: left;
	text-align: center;
	margin: 0 1.6%;
}
.honor_i_c ul li span {
	width: 100%;
	text-align: center;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5%;
	font-size: 0.2rem;
}
.new_i {
	margin: 0;
}
.new_i li {
	width: 94.5%;
	background: #ffffff url(../images/sdsdsd_34.png) no-repeat 97% center;
	-webkit-background-size: 3%;
	background-size: 3%;
	padding: 2% 3%;
	font-size: 0.185rem;
}
.new_i li:nth-of-type(2n+1) {
	background-color: #e6edec;
}
.new_i li a {
	display: inline-block;
	width: 90%;
	color: #53817a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hydtlist{margin-bottom: 10px;}
.hydtlist dl{
	height:100px;
	margin: 0px 0px 10px;
	background-color: #fff;
	padding:5px 10px 0px;
}
.hydtlist dl dt{
	float:left;
	width:30%;
	height:100px;
	overflow:hidden;
	text-align:center;
	margin-right:5%;
}
.hydtlist dl dt span{
	font-size:36px;
	display:block;
	line-height:50px;
	padding-top: 20px;
}
.hydtlist dl dt img{
	width:100%;
	height:100px;
}

.hydtlist dl dd{
	float:left;
	width:65%;
	font-size: 12px;
	line-height:22px;
}
.hydtlist dl dd ol{ text-align:right;}
.hydtlist dl dd ol span{
	display:inline-block;
	background-image:url(../images/dn_r33_c24.jpg);
	background-repeat:no-repeat;
	background-position:left center;	
	padding-left:25px;
	margin-left:20px;
}
.hydtlist dl dd h3{
	font-weight:normal;
	font-size:14px;
	line-height: 28px;
}
.hydtlist dl dd h3 a{
	color:#000;
}
.hydtlist dl dd h3 a:hover{
	color:#9b37a9;
}
.case_i_c {
	margin-bottom: 3%;
}
.case_i_c ul li {
	/* [disabled]margin: 0 3%; */
	padding-top: 1%;
	padding-bottom: 1%;
	/* [disabled]margin-left: 12%; */
	padding-left: 6%;
	/* [disabled]border-bottom: 1px solid #c9c9c9; */
	/* [disabled]border-left: 1px solid #c9c9c9; */
	position: relative;
	background-image: url(../images/sanjiao.jpg);
	background-repeat: no-repeat;
	background-position: 2% center;
	font-size: 14px;
}
.case_i_c ul li .cricle1 {
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background-color: #d9d3cb;
	position: absolute;
	top: -0.025rem;
	left: -0.025rem;
	z-index: 3;
}
.case_i_c ul li .cricle2 {
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background-color: #d9d3cb;
	position: absolute;
	top: -0.025rem;
	right: -0.025rem;
	z-index: 3;
}
.case_i_c ul li .cricle3 {
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background-color: #d9d3cb;
	position: absolute;
	bottom: -0.025rem;
	right: -0.025rem;
	z-index: 3;
}
.case_i_c ul li .cricle4 {
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background-color: #d9d3cb;
	position: absolute;
	bottom: -0.025rem;
	left: -0.025rem;
	z-index: 3;
}
.case_i_c ul li img {
	position: absolute;
	top: 18%;
	left: -9%;
	z-index: 3;
	border-radius: 50%;
	border: 0.035rem solid #e6ddda;
	height: 0.7rem;
}
.case_i_c ul li:first-of-type {
	/* [disabled]border-top: 1px solid #c9c9c9; */
}
.case_i_c ul li h2 {
	color: #0c56ba;
	font-size: 0.23rem;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case_i_c ul li span {
	display: block;
	width: 100%;
	color: #61ade9;
	margin-top: 1.5%;
	font-size: 0.21rem;
	line-height: 0.3rem;
}
.hotline {
	background-color: #e3d5ce;
	color: #ff7300;
	text-align: center;
	padding: 3% 10%;
	white-space: nowrap;
	vertical-align: middle;
	margin-top: 5%;
	font-size: 0.22rem;
}
.hotline h3 {
	display: inline-block;
	color: #3a7d74;
	background-color: #f9f6f6;
	border-radius: 0.5em;
	padding: 1% 4%;
	font-size: 0.3rem;
}
.hotline .tel_number {
	display: inline-block;
	color: #039;
	font-family: Impact;
	padding: 0 4% 0 2%;
	font-size: 0.365rem;
}
.beian {
	color: #fff;
	text-align: center;
	line-height: 0.35rem;
	font-size: 0.18rem;
	background-color:#B70303;
}
.beian a {
	color: #fff;
	font-size: 0.21rem;
}
.beian a:hover {
	color: #F90;
}
.common_bg {
	background-color: #ffffff;
}
@media all and (min-width:640px) {
.content {
	width: 640px;
	margin: 0 auto;
	position: relative;
}
}
.index_honor {
	width: 93.75%;
	margin: 0 3.125% 4% 3.125%;
}
.index_honor li {
	width: 48.5%;
	margin-right: 3%;
	float: left;
	background-color: #ffffff;
	text-align: center;
	border: 0.02rem solid #d4dde3;
	box-sizing: border-box;
}
.index_honor li span {
	display: block;
	font-size: 0.23rem;
	line-height: 0.4rem;
	height: 0.4rem;
	color: #ff7300;
	text-overflow: ellipsis;
}
.index_honor li img {
	width: 98%;
	margin: 1%;
}
.index_honor li:last-of-type {
	margin-right: 0;
}
.index_case {
	width: 93.75%;
	margin: 0 3.125% 4% 3.125%;
}
.index_case .oe_nuser{}
.index_case .oe_nuser dl{
	width: 48.5%;
	margin-right: 1.5%;
	float: left;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 10px;
	height: 170px;
	overflow: hidden;
}
.index_case .oe_nuser dl dt {width:45%;float:left; margin-right:5%;}
.index_case .oe_nuser dl dt a{display:inline-block;  overflow:hidden;}
.index_case .oe_nuser dl dt img{
	width:120px;
	height:145px;
	vertical-align:top;
	transition: all 0.2s ease-in-out 0s;
}
.index_case .oe_nuser dl dd{ float:left; width:50%;}
.index_case .oe_nuser dl dd h3{font-size:16px; font-weight:normal; margin-bottom:10px; }
.index_case .oe_nuser dl dd h4{font-size:14px;	color:#666; font-weight:normal;display:block; overflow:hidden; }
.index_case .oe_nuser dl dd p.btn{margin-top:10px; }
.index_case .oe_nuser dl dd p.btn span{background-color:#9c37a8;display:inline-block;  border-radius:3px; color:#fff; cursor:pointer; padding:0px 15px; font-size:14px; line-height:30px;}
.index_case .oe_nuser dl dd p.btn span i{
	display:inline-block;
	width:30px;
	height:18px;
	vertical-align:middle;
	background-image: url(../images/dn_r22_c13.png);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
.index_case .oe_nuser dl dd p.p_1{
	font-size:14px;
	color:#666;
}
.index_case .oe_nuser dl dd p.p_1 span{ font-size:12px; line-height:16px; color:#999; height:32px; overflow:hidden; display:block;}
.index_case .oe_nuser dl.on dt img{transform: scale(1.2); transition: all 0.2s ease-in-out 0s;}
.index_case .oe_nuser .hd{
	margin-bottom:50px;
	background-color: #fee4ed;
	padding:5px 0px;
}
.index_case .oe_nuser .hd b{display:inline-block; float:left; margin-right:50px; font-size:30px; vertical-align:middle; margin-top:8px;}
.index_case .oe_nuser .hd ul{
	height:38px;
	line-height:38px;
	border-radius:5px;
	width:450px;
	margin:0 auto;
}
.index_case .oe_nuser .hd ul li{float:left; width:102px; text-align:center; font-size:16px; line-height:30px; height:35px; margin:0px 5px;transition: 1s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari and Chrome */
	-o-transition: 1s; /* Opera */}
.index_case .oe_nuser .hd ul li span{cursor:pointer;}
.index_case .oe_nuser .hd ul li.on,.index_case .oe_nuser .hd ul li:hover{
	background-image: url(../images/dn_r20_c18.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	}
.index_case .oe_nuser .hd ul li.on span,.index_case .oe_nuser .hd ul li:hover span{
	display:inline-block;
	width:102px;
	color:#fff;
}
.index_case .oe_nuser .bd{}


.index_case li {
	width: 48.5%;
	margin-right: 1.5%;
	float: left;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.index_case li span {
	display: block;
	font-size: 0.15rem;
	line-height: 0.3rem;
	height: 0.3rem;
	width: 100%;
	color: #ff7300;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 3;
	background-color: rgba(0,0,0,.8);
}
.index_case li img {
	width: 100%;
	height: 150px;
}
.index_case li:last-of-type {
	margin-right: 0;
}
.cbtn-top {
	display: none;
	position: fixed;
	right: 2%;
	bottom: 10%;
	border-radius: 50%;
	width: 3.25em;
	height: 3.25em;
	padding: 0.3125em;
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
	cursor: pointer;
	z-index: 99999;
}
.index_about {
	width: 93.75%;
	margin: 0 3.125% 0 3.125%;
}
.jj_wen{
	width:100%;
}
.jj_wen li{
	display:block;
	border-bottom:1px dashed #9b37a9;
	margin-bottom: 20px;
	line-height: 32px;
	font-size: 14px;
}
.jj_wen li.fw2{ margin-left:50px;}
.jj_wen li.fw3{ margin-left:100px;}
.jj_wen li span{
	background-image: url(../images/dn_r25_c26.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 111px;
	text-indent: 20px;
	color: #fff;
	display:inline-block;
	float:left;
}

.index_show {
	width: 93.75%;
	margin: 0 3.125% 0 3.125%;
}
.index_show dl{ display:block; width:100%; margin-bottom:10px;}
.index_show dl dt{ float:left; width:40%; margin-right:5%;}
.index_show dl dt img{width: 100%; height:100px;}
.index_show dl dd{ float:left; width:55%;}
.index_show dl dd h3{display: block;
	font-size: 0.23rem;
	line-height: 0.4rem;
	height:30px;
	color: #ff7300;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: url(../images/yj_tl_bg.png) left bottom no-repeat;
	background-size: contain;}
.index_show dl dd p{ line-height:24px;}

.index_zhuanji {
	width: 93.75%;
	margin: 0 3.125% 0 3.125%;
}
.index_zhuanji dl{ display:block; width:100%; margin-bottom:10px;}
.index_zhuanji dl dt{ display:block;}
.index_zhuanji dl dt img{
	width: 100%;
	/* [disabled]height:100px; */
}
.index_zhuanji dl dd{ display:block;}
.index_zhuanji dl dd h3{display: block;
	font-size: 0.23rem;
	line-height: 0.4rem;
	height:30px;
	color: #ff7300;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: url(../images/yj_tl_bg.png) left bottom no-repeat;
	background-size: contain;}
.index_zhuanji dl dd p{ line-height:24px;}


.index_show li {
	width: 48.5%;
	margin-right: 3%;
	float: left;
	text-align: center;
	margin-bottom: 3%;
}
.index_show li span {
	display: block;
	font-size: 0.23rem;
	line-height: 0.4rem;
	height: 0.5rem;
	color: #ff7300;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: ellipsis;
	background: url(../images/yj_tl_bg.png) left bottom no-repeat;
	background-size: contain;
}
.index_show li img {
	width: 100%;
	border: 2px solid #d4dde3;
	box-sizing: border-box;
}
.index_show li:nth-of-type(2n+2) {
	margin-right: 0;
}
.index_show li:nth-of-type(4n+3) {
	margin-bottom: 1%;
}
.index_show li:nth-of-type(4n+4) {
	margin-bottom: 1%;
}
.blank_f {
	position: relative;
	height: 0.8rem;
}
.links{
	padding: 8px;
	background-color: #52b529;
	margin: 5px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.links a{
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.links:hover{
background-color: #1e824c;
}
.current{
	background-color: #22a7f0;
}
 .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
/*search css*/

.index_search{
	background:#f8f8f8;
	border-radius:10px 10px 0px 0px;
	margin: 20px auto;
}
.index_search div.text{
	display:inline-block;
	float:left;
	vertical-align:middle;
	font-size:16px;
	background-image: url(../images/dn_r12_c9.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height:80px;
	line-height:80px;
	padding-left:120px;
	color:#fff;
	width:100px;
	margin-right:15px;
}
.index_search .tiaojian{
	float:left;
	display:inline-block;
	width:960px;
	margin-top: 25px;
}
.index_search div.select{float:left; position:relative; margin:0px 10px; border-radius:2px;}
.index_search div.select span{  display:inline-block; padding:0px 25px 0px 10px; line-height:30px; height:30px; position:relative;   z-index:0; border:1px solid #dbdbdb; background:#fff; border-radius:2px;}
.index_search div.select select{
	position:absolute;
	left:0px;
	top:-24px;
	z-index:1;
	height:30px;
	line-height:30px;
	cursor:pointer;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	width:100%;
}
.index_search div.select select option{border:none;}
.index_search div.select i.jiao{
	display:inline-block;
	position:absolute;
	width:15px;
	height:7px;
	top:11px;
	right:5px;
	z-index:2;
	background-image: url(../images/dsanj.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.index_search select {
	border: solid 1px #000;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	padding-right: 10px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/dsanj.png);
	background-repeat: no-repeat;
	background-position: right center;
}


.index_search select::-ms-expand { display: none; }
.index_search div.selectarea{
	float:left;
	position:relative;
	margin:0px 5px;
	border-radius:2px;
}
.index_search div.selectarea span{  display:inline-block; padding:0px 25px 0px 5px; line-height:30px; position:relative;   z-index:0;  border:1px solid #dbdbdb; cursor:pointer;background:#fff; border-radius:2px; }
.index_search div.selectarea i.jiao{
	display:inline-block;
	position:absolute;
	width:15px;
	height:7px;
	top:11px;
	right:5px;
	z-index:2;
	background-image: url(../images/dsanj.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.index_search div.selectarea .selectbd{background:#fff; position:absolute; z-index:2; top:33px; left:0px; padding:10px;  box-shadow:0px 3px 5px -3px #ccc; font-size:12px; color:#333; border:1px solid #ebebeb;}
.index_search div.selectarea .selectbd h3{font-weight:normal; font-size:14px; margin-bottom:5px;}
.index_search div.selectarea .selectbd select{border:1px solid #ebebeb; line-height:28px; height:28px;}
.index_search div.selectarea .selectbd p{padding-top:8px;}
.index_search div.selectarea .selectbd p label{
	display:inline-block;
	color:#fff;
	line-height:26px;
	height:26px;
	padding:0px 10px;
	border-radius:3px;
	cursor:pointer;
	background-color: #9B33A6;
}
.index_search .btn_1{
	float:left;
	line-height:31px;
	background-image: linear-gradient(90deg, #9B33A6, #ff3091);
	color:#fff;
	padding:0px 15px;
	border-radius:2px;
	cursor:pointer;
}
.index_search .btn_1 i{display:inline-block; width:18px; height:18px; background:url(../images/bg.png) -188px -113px no-repeat; vertical-align:middle; margin-right:4px;}
.index_search .btn_1:hover{background-image: linear-gradient(90deg, #cc2774, #c636db); }
.index_search .n_advsearch_btn{
	margin-left:15px;
	border:1px solid #666;
	background:none;
	cursor:pointer;
	height:30px;
	line-height:30px;
	width:80px;
	cursor:pointer;
}
/*news list*/
.txt_news4{
	width:100%;
	margin:0 auto;
}
.txt_news4 dl{
	display:block;
	border:1px dashed #e5e5e5;
	background-image:#fff;
	padding:10px;
	box-shadow: 0px 3px 5px 3px #e8d3da;
	margin-bottom:20px;
}
.txt_news4 dl dt{
	font-size:18px;
	line-height:30px;
	font-weight:bold;
}
.txt_news4 dl dt a{ color:#454545;}
.txt_news4 dl dt a:hover{ color:#9b37a9;}
.txt_news4 dl dt.dt2{margin-bottom: 0px;}
.txt_news4 dl dt span{
	line-height:20px;
	color:#aaa;
	font-size:14px;
	font-weight:normal;
	font-style: italic;
}
.txt_news4 dl dd{}
.txt_news4 dl dd p{
	line-height:24px;
	padding: 20px 0px;
	height: 72px;
	overflow: hidden;
}
.txt_news4 dl dd .xqimg{}
.txt_news4 dl dd .xqimg img{
	width:100%;
	max-width:100%;
	height:auto;
}
/*newsdetail */
.baoming{
	margin-bottom: 10px;
}
.baoming dl{}
.baoming dl dt{
	display:block;
}
.baoming dl dt img{ max-width:500px;}
.baoming dl dd{ display:block;
	text-align: center;
}
.baoming dl dd h4{
	line-height:36px;
	font-size: 16px;
	color: #AC3EC3;
}
.baoming dl dd h5{
	line-height:30px;
	font-size:14px;
	font-weight: normal;
}
.baoming dl dd h6{ font-size:15px; font-weight:normal; line-height:40px; margin-top:10px; b}
.baoming dl dd h6 a{
	width:48%;
	float:left;
	display:block;
	border: 1px solid #D51DFB;
}
.baoming dl dd h6 span{
	width:50%;
	float:left;
	display:block;
	background-color:#ccc;
	color: #D51DFB;
	border: 1px solid #ccc;
	border-left: none;
}
.xqtitle{
	color:#D220F0;
	background-color:#ffD2FF;
	font-size:18px;
	text-indent: 2em;
	margin-bottom:20px;
	line-height: 45px;
}
.pro_tit_4{ padding-bottom:20px;}
.pro_tit_4 p{ text-indent:2em;}

/*tiezi css*/
.productlist{
	padding: 10px 10px;
}
.productlist li{
	float:left;
	width:31.3333%;
	margin:0px 1% 6px;
	text-align:center;
}
.productlist li a.legLink{line-height:22px; height:44px; font-size:0.17rem;}
.productlist li a{ display:block; }
.productlist li a img{ width:100%; height:100px;}
.productlist dl{
	margin-bottom: 30px;
	-webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.125);
  padding:10px 1%;
   color:#666;
}
.productlist dl.liebiao{
	float:left;
	width:30.33333%;
	margin-bottom: 30px; 
	border:1px solid #e5e5e5;
	padding:10px 0.5%;
	-webkit-box-shadow:none;
	box-shadow: none;
	margin:5px 0.5%;
}
.productlist dl.liebiao dt{ display:block; width:100%; text-align:center; }
.productlist dl.liebiao dd{ display:block; width:100%; text-align:center;}
.productlist dl dt{
	float:left;
	width:30%;
}
.productlist dl.liebiao dt img{ margin:0 auto;}
.productlist dl dt img,.productlist dl.liebiao dt img{
	max-width:100%;
	height:100px;
	
}
.productlist dl dd{
	float:left;
	margin-left:5%;
	width:65%;
	font-size: 13px;
	line-height: 20px;
}
.productlist dl dd h3{
	line-height:36px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}
.productlist dl dd h4{padding:0px;
	margin:0px; font-weight:normal; color:#999;}
.productlist dl dd h3 span{
	float:right;
}
.productlist dl dd h3 a{
	font-size:15px;
	color:#454545;
	padding: 0px;
	margin: 0px;
}
.productlist dl dd h3 a:hover{
	color:#9B37A9;
}
.productlist dl dd h3 a i{
	font-size:14px;
	color:#999;
	margin-right: 10px;
}
.productlist dl dd h3 a:hover i{ color:#F0F;}
.xinxi{
	padding-top: 6px;
	color:#999;
}
.xinxi span{ padding-right:10px; }
.xinxi a{ color:#999;}
.xinxi a:hover{
	color:#FF8C37;
}
.xinxi em{
	float:right;
	margin-left:10px;
	font-style: normal;
}
.xinxi em.concut{ background-image:url(../images/ico_reply.png); background-repeat:no-repeat; background-position:left center; padding-left:20px;}
.xinxi em.conview{ background-image:url(../images/ico_see.png); background-repeat:no-repeat; background-position:left center; padding-left:20px;}

/*userdetail*/

.oe_home{
	background:url(../images/homebg.jpg) center top no-repeat #fdf5ee;
	padding-top:20px;
}
.oe_hometop{width:100%; margin:0 auto; background:#fff; border-radius:10px; padding:20px 0px;}
.oe_hometop .headimg{
	overflow:hidden;
	text-align: center;
}
.oe_hometop .headimg .bd img{
	max-width:100%;
}
.oe_hometop .headimg .hd{ border:1px solid #ebebeb; border-top:none; padding:10px 8px; height:64px; overflow:hidden;}
.oe_hometop .headimg .hd ul li{float:left; width:54px; height:54px; padding:5px;}
.oe_hometop .headimg .hd ul li img{width:54px; height:54px;}
.oe_hometop .headimg .hd p{text-align:center; line-height:54px; color:#999; font-size:14px;}
.home_info{
	padding-top:10px;
	position:relative;
}
.home_info .jubao{position:absolute; right:30px; bottom:0px; font-size:14px; cursor:pointer;}
.home_info .jubao i{display:inline-block; width:22px; height:25px; background:url(../images/bg.png) 0px -234px no-repeat; vertical-align:middle; margin-top:-5px;}
.home_info h3{ font-size:36px; font-weight:normal; line-height:50px; height:50px; margin-bottom:15px;}
.home_info h3 em{font-size:14px; display:inline-block; vertical-align:middle;}
.home_info h3 span{display:inline-block; width:32px; height:32px; background:url(../images/bg.png) no-repeat; vertical-align:middle; }
.home_info h3 span a{ color:#fff;}
.home_info h3 span a:hover{ color:#CF6;}
.home_info h3 span.span_1{background-position:-302px 0px;}
.home_info h3 span.span_2{background-position:-341px 0px;}
.home_info h3 span.span_3{background-position:-380px 0px;}
.home_info p.p_1{font-size:14px; }
.home_info ul{margin-top:15px;}
.home_info ul li{
	font-size:14px;
	line-height:35px;
	float:left;
	width:50%;
}
.home_info ul li label{color:#999;}
.home_info .btn{padding-top:15px;}
.home_info .btn span{
	cursor:pointer;
	width:140px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#fff;
	display:inline-block;
	margin-right:30px;
	border-radius:3px;
	font-size:16px;
	background-color: #C6F;
}
.home_info .btn span:hover{
	background-color:#F39;
}
.home_info .btn span a{ color:#fff;}
.home_info .btn span a:hover{ color:#CF6;}
.home_info .btn span i{display:inline-block; background:url(../images/bg.png) no-repeat;}
.home_info .btn span.span_1{ background-image: linear-gradient(90deg, #C6F, #F39); }
.home_info .btn span.span_1 i{width:22px; height:22px; background-position:-76px -62px; vertical-align:middle; margin-top:-1px; margin-right:8px;}
.home_info .btn span.span_2 i{width:24px; height:19px; background-position:-122px -62px; vertical-align:middle; margin-top:-1px; margin-right:8px;}
.home_info .btn span.span_3 i{width:24px; height:24px; background-position:-160px -62px; vertical-align:middle; margin-top:-1px; margin-right:8px;}
.home_info .btn span.span_4 i{width:24px; height:24px; background-position:-194px -62px; vertical-align:middle; margin-top:-1px; margin-right:8px;}
.home_info .intro{
	padding:50px 0px 10px 120px;
	color:#666;
	font-size:14px;
}
.home_info .intro span.icon{display:inline-block; width:93px; height:21px; background:url(../images/bg.png) -425px 0px no-repeat; margin-left:-120px; float:left; vertical-align:middle;} 


.oe_homeinfo{width:100%; margin:0 auto; margin-top:20px; padding-bottom:20px;}
.oe_homeinfo .left{
	background:#fff;
	font-size:14px;
	border-radius:10px;
	padding:30px 0px;
}
.oe_homeinfo .left dl{ padding-left:180px; margin-bottom:50px;}
.oe_homeinfo .left dl dt{margin-left:-210px; float:left;}
.oe_homeinfo .left dl dt span{display:inline-block; background:#fff; border:1px solid #ebebeb; border-right:0px; padding-left:20px; line-height:60px; height:60px; border-radius:30px 0px 0px 30px;  margin-right:10px;}
.oe_homeinfo .left dl dt span i{display:inline-block; width:36px; height:36px;  vertical-align:middle;}
.oe_homeinfo .left dl dt span.span_1 i{background:url(../images/bg.png) -52px -113px no-repeat;}
.oe_homeinfo .left dl dt span.span_2 i{width:34px; height:38px; background:url(../images/bg.png) -52px -165px no-repeat;}
.oe_homeinfo .left dl dt span.span_3 i{width:37px; height:40px; background:url(../images/bg.png) -52px -221px no-repeat;}
.oe_homeinfo .left dl dt span.span_5 i{width:38px; height:38px; background:url(../images/bg.png) -52px -279px no-repeat;}
.oe_homeinfo .left dl dt span.span_4 i{width:40px; height:34px; background:url(../images/bg.png) -52px -338px no-repeat;}
.oe_homeinfo .left dl dd ul li{float:left; width:280px; line-height:30px;}
.oe_homeinfo .left dl dd ul li span{color:#999;}
.oe_homeinfo .left dl dd .bucong{ padding:10px 30px 0px 0px; line-height:36px;}

.oe_homeinfo .right{background:#fff; border-radius:10px; padding:15px;}
.oe_gift .hd{font-size:18px;}
.oe_gift .hd span{display:inline-block; font-weight:normal; font-size:14px; vertical-align:middle;}
.oe_gift .bd{padding-top:25px; overflow:hidden;}
.oe_gift .bd ul {width:400px;}
.oe_gift .bd ul li{text-align:center;width:78px; height:78px; background:url(../images/bg.png) -599px -0px no-repeat; position:relative; float:left; margin-right:50px; margin-bottom:20px;}
.oe_gift .bd ul li p{position:absolute; left:0px; top:0px; right:0px; bottom:0px; cursor:pointer; line-height:78px;}
.oe_gift .bd ul li img{width:78px; height:78px;}
.oe_gift .btn{text-align:center; padding-top:10px;}
.oe_gift .btn span{display:inline-block;background-image: linear-gradient(90deg, #ff418b, #f91e71); color:#fff; padding:0px 60px; border-radius:4px; line-height:40px; font-size:16px; cursor:pointer;}
.oe_gift .btn span:hover{background-image: linear-gradient(90deg, #ff5b9b, #ff3883); }
.oe_like{
	margin-top:0px;
}
.oe_like h2{font-size:18px; margin-bottom:30px;}
.oe_like dl{padding-left:125px; margin-bottom:20px;}
.oe_like dl dt img{width:110px; height:135px; vertical-align:top;}
.oe_like dl dt{width:125px; float:left; margin-left:-125px;}
.oe_like dl dd h4{font-size:16px; margin-bottom:10px;}
.oe_like dl dd p.p_1{font-size:14px;}
.oe_like dl dd p.p_2{padding-left:30px; padding-top:10px; font-size:14px; color:#999;}
.oe_like dl dd p.p_2 span{display:inline-block; width:23px; height:22px; background:url(../images/bg.png) -242px -63px no-repeat; float:left; margin-left:-30px;}


.cp_list{
	overflow: hidden;
	/* [disabled]border: 1px solid #e1e1e1; */
	border-top: none;
	margin-bottom: 20px;

}
.leftimg{}
.leftimg img{
	width:100%;
}
.cp_list li{
	float:left;
	width:30.33333%;
	text-align: center;
	margin:4px 1%;
	display:block;
	position: relative;
	background-color:#eee;
	border: 1px solid #eee;
}
.cp_list li:hover{border: 1px solid #f00;}
.cp_list li .renzheng{
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(../images/ren.png);
	background-repeat:no-repeat;
	background-position:right top;
	z-index: 10;
	width: 32px;
	height: 32px;
}
.cp_list li.cpcol1,.common_title h2 span.cpcol1{
	background-color: #F66;
	border: 1px solid #F66;
}
.cp_list li.cpcol2,.common_title h2 span.cpcol2{
	background-color: #339999;
	border: 1px solid #339999;
}
.cp_list li.cpcol3,.common_title h2 span.cpcol3{
	background-color: #0099CC;
	border: 1px solid #0099CC;
}
.cp_list li.cpcol4,.common_title h2 span.cpcol4{
	background-color: #663366;
	border: 1px solid #663366;
}
.cp_list li.cpcol5,.common_title h2 span.cpcol5{
	background-color: #999933;
	border: 1px solid #999933;
}
.cp_list li.cpcol6,.common_title h2 span.cpcol6{
	background-color: #0066CC;
	border: 1px solid #0066CC;
}
.cp_list li.cpcol7,.common_title h2 span.cpcol7{
	background-color: #CC0033;
	border: 1px solid #CC0033;
}
.cp_list li.cpcol8,.common_title h2 span.cpcol8{
	background-color: #396;
	border: 1px solid #396;
}
.cp_list li.cpcol9,.common_title h2 span.cpcol9{
	background-color: #699;
	border: 1px solid #699;
}
.cp_list li.cpcol10,.common_title h2 span.cpcol10{
	background-color: #FF4A85;
	border: 1px solid #FF4A85;
}
.cp_list li:hover{
	background-color: #FC9;
	border-color: #999;
}

.cp_list li .cp_img{
	display:block;
	background-color: #FFF;
}
.cp_list li .cp_img img{
	vertical-align:middle;
	width: 100%;
	height: 94px;
	
}
.cp_list li .wenzi{ float:right; width:165px; text-align:left;}
.cp_list li h3{
	display: block;
	font-weight:normal;
	height:44px;
	line-height: 22px;
	font-size:15px;
}
.cp_list li h3 a{
	color:#454545;
}
.cp_list li h3 a:hover{color:#f00;}
.cp_list li h4{
	display: block;
	font-weight:bold;
	height:30px;
	line-height:30px;	
}
.cp_list li h4 a{
	line-height:28px;
	color:#545454;
	display:block;
	background-color:#e8e8e8;
	border: 1px solid #e8e8e8;
}
.cp_list li h4 a:hover{ color:#f00; text-decoration:none;}
.cp_list li h4 a:hover.btcol1{
	background-color: #F66;
	border: 1px solid #F66;
}
.cp_list li h4 a:hover.btcol2{
	background-color: #339999;
	border: 1px solid #339999;
}
.cp_list li h4 a:hover.btcol3{
	background-color: #0099CC;
	border: 1px solid #0099CC;
}
.cp_list li h4 a:hover.btcol4{
	background-color: #663366;
	border: 1px solid #663366;
}
.cp_list li h4 a:hover.btcol5{
	background-color: #999933;
	border: 1px solid #999933;
}
.cp_list li h4 a:hover.btcol6{
	background-color: #0066CC;
	border: 1px solid #0066CC;
}
.cp_list li h4 a:hover.btcol7{
	background-color: #CC0033;
	border: 1px solid #CC0033;
}
.newslist{
	padding: 10px;
	color: #666;
}
.newslist ul li{
	border-bottom:1px dashed #e8dbcd;
	line-height:34px;
	background-image: url(../images/sanjiao.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	font-size:0.18rem;
}
.newslist ul li a{ color:#333;}
.newslist ul li a:hover{
	color:#F60;
}
.newslist ul li span{ float:right;}
.index_img img{ width:100%; }
.paixu{ margin-top:10px;}
.pic_img{}
.pic_img a{ display:block;}
.pic_img a img{}
.canshu{ padding:10px 0px}
.canshu dl{}
.canshu dl dt{
	float:left;
	width:350px;
	display: inline-block;
	margin-right: 50px;
}
.canshu dl dt img{
	width:350px;
	height:350px;
}
.canshu dl dd{ float:right; width:150px; height:150px;} 
.canshu dl dd img{  width:150px; height:150px;} 
.canshu dl div.cs{
	float:left;
	width:450px;
	font-size:13px;
}
.canshu dl .cs p{ text-indent:0px; line-height:30px;}
.canshu dl .cs p span{
	display: block;
	float: left;
	width: 240px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	line-height: 28px;
	padding: 3px 0;
}
.canshu dl .cs p span em,.canshu dl .cs p em,.canshu dl .cs p span a {
	color: #BD1210;
	font-style: normal;
}
/*huoyuan css*/
.huoyuan{
	width:100%;
	margin:0 auto 20px;
	background-color: #fff;
}
.huoyuan li{
	float:left;
	width:32.33333%;
	margin:5px 0.5%;
	position: relative;
}
.huoyuan li span{
	position:absolute;
	width:40px;
	right:0;
	top:0;
	height:35px;
	background-image:url(../images/ren.png);
	background-repeat:no-repeat;
	background-position:right top;
	z-index:10;
}
.huoyuan li a { display:block;}
.huoyuan li h3{ display:block; line-height:24px; background-color:#f1f1f1; text-align:center; font-size:14px; font-weight:normal; height:48px;}
.huoyuan li a img{  border:1px solid #e1e1e1; max-width:100%; width:100%; height:100px;}
.huoyuan li a:hover img{ border-color:#F90}
.chanpin_con3{ text-align:center; font-size:0.2rem;}
.chanpin_con4{text-align:center; font-size:0.15rem;}
.fenye{ padding:8px 10px; text-align:center; line-height:30px; font-size:0.2rem;}
.fenye li{ float:left; margin:2px 3px;}
.fenye li a{ padding:0px 3px; font-size:16px;}
/* marqueeleft */
.marqueeleft{
	width:98%;
	overflow:hidden;
	margin:0px 1%;
}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;width:148px;overflow:hidden; text-align:center;font-size: 0.18rem; line-height:36px;}
.marqueeleft li .pic{display:block;border:#ccc 1px solid;width:135px;height:104px;padding:2px;overflow:hidden;}
.marqueeleft li .txt{
	height:50px;
	line-height:22px;
}
.marqueeleft li .txt a{ color:#000;}
.marqueeleft li .txt a:hover{
	color:#09F;
}
.marqueeleft li  p{ line-height:20px; overflow:hidden; font-size:12px; color:#666;}
/* marqueetop */
.marqueetop{width:148px;overflow:hidden;margin:40px auto;}
.marqueetop li{padding:5px 0;width:148px;height:133px;overflow:hidden;}
.marqueetop li .pic{display:block;border:#ccc 1px solid;width:135px;height:104px;padding:2px;overflow:hidden;}
.marqueetop li .txt{text-align:center;height:23px;line-height:23px;}
.marqueetop li p{ line-height:18px; height:36px; overflow:hidden; font-size:12px; color:#666;}
/*banner css*/
.swipslider {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 60%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .swipslider .sw-slides {
    display: block;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: absolute;
    bottom: 0; }
  .swipslider .sw-slide {
    width: 100%;
    height: 100%;
    margin: auto;
    display: inline-block;
    position: relative; }
    .swipslider .sw-slide > img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-height: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .swipslider .sw-slide .sw-content {
      width: 100%;
      height: 100%;
      margin-left: 0;
      margin-right: 0;
      font-size: 14px; }

.sw-next-prev {
  font-family: "Courier New", Courier, monospace;
  height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  line-height: 50px;
  font-size: 30px;
  font-weight: bolder;
  color: rgba(160, 160, 160, 0.53);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  text-decoration: none;
  transition: all .2s ease-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .sw-next-prev:hover {
    background-color: rgba(255, 255, 255, 0.74); }
  .sw-next-prev:active {
    background-color: rgba(255, 255, 255, 0.5); }

.sw-prev {
  left: 2%; }
  .sw-prev::after {
    content: '<'; }

.sw-next {
  right: 2%; }
  .sw-next::after {
    content: '>'; }

.sw-bullet {
  position: absolute;
  bottom: 2%;
  list-style: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0; }
  .sw-bullet li {
    width: 10px;
    height: 10px;
    background-color: rgba(160, 160, 160, 0.53);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-out; }
    .sw-bullet li:hover {
      background-color: rgba(255, 255, 255, 0.74); }
    .sw-bullet li.active {
      background-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 2px rgba(160, 160, 160, 0.53); }
    .sw-bullet li:not(:last-child) {
      margin-right: 5px; }
