﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
body {
	min-width: 320px;
	font: 16px "微软雅黑", "Arial,Microsoft YaHei";
	color: #333;
	line-height: 24px;
	overflow-x: hidden;
}
.container {
	margin: 0 auto;
	height: auto;
}
h1, h2, h3, h4, h5, p, div, span, ul, li, dl, dd, dt {
	margin: 0;
	padding: 0;
}
input, textarea {
	outline: none;
	font: 16px "微软雅黑", "Arial,Microsoft YaHei";
}
label {
	font-weight: normal;
	width: 100%;
}
a {
	text-decoration: none;
	outline: none;
	color: #333;
}
a:focus, a:hover {
	color: #333;
	text-decoration: none;
	outline: none;
	outline-offset: 0;
}
ul, li {
	list-style: none;
}
i, em {
	font-style: normal;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.imgMax {
	max-width: 100%;
	max-height: 100%;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.fwn {
	font-weight: normal
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.ma {
	margin: 0 auto;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.pf {
	position: fixed;
}
.oh {
	overflow: hidden;
}
.transition {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
img.desaturate {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
img.desaturate:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}
img {
	border: none;
}
html {
	width: 100%;
	overflow-x: hidden;
}
body {
	width: 100%;
	;
	position: relative;
}
.slick-slide {
	outline: none;
}
.slick-slide img {
	margin: 0 auto;
	max-width: 100%;
}
/*.slick-prev:before, .slick-next:before{display: none;}*/
.slick-dots li button:before {
	display: none;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
body {
	background: url(../images/bg_15.jpg) repeat fixed top center;
}
.header {
	background: #fff;
	padding: 0 1.5% 1.5%;
}
.had-top {
	height: 74px;
}
.logo {
	width: 20%;
	height: 74px;
	position: relative;
	display: inline-block;
}
.logo a {
	display: block;
	height: 74px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.logo a img {
}
.nav {
	display: inline-block;
	width: 80%;
	vertical-align: top;
	padding-right: 100px;
	margin-top: 22px;
}
.nav li {
	display: inline-block;
	width: 10%;
	float: left;
	text-align: center;
	position: relative;
}
.nav>li {
	height: 40px;
	line-height: 40px;
}
.nav>li>a {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 30px;
	height: 30px;
	padding: 0;
	width: 80%;
	margin: 0 auto;
	border: 1px solid transparent;
	border-radius: 15px;
	position: relative;
}
.nav>li>a:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 1px solid #c6b294;
	border-radius: 50%;
	position: absolute;
	left: -12px;
	top: 12px;
	display: none;
}
.nav>li>a:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 1px solid #c6b294;
	border-radius: 50%;
	position: absolute;
	right: -12px;
	top: 12px;
	display: none;
}
.nav>li>a:hover {
	border: 1px solid #c6b294;
	color: #c6b294;
}
.nav>li>a:hover:before {
	display: inline-block;
}
.nav>li>a:hover:after {
	display: inline-block;
}
.nav>li.on>a {
	border: 1px solid #c6b294;
	color: #c6b294;
}
.nav>li.on>a:before {
	display: inline-block;
}
.nav>li.on>a:after {
	display: inline-block;
}
.nav li .nav-child {
	position: absolute;
	top: 40px;
	left: 50%;
	right: 0;
	background: rgba(209,192,165,.5);
	border-radius: 10px;
	text-align: center;
	z-index: 50;
	padding: 10px 0 20px;
	min-width: 150px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	display: none;
}
.nav li .nav-child:before {
	content: "";
	display: block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(209,192,165,.5);
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -5px;
}
.nav li .nav-child li {
	border-bottom: 1px dashed #fff;
	width: 80%;
	margin: 0 auto;
	float: none;
}
.nav li .nav-child li a {
	display: block;
	color: #977a4e;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
}
.nav li .nav-child li a:hover {
	color: #fff;
}
.nav li:hover .nav-child {
	display: block;
}
.language {
	width: 88px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #f5f5f5;
	text-align: center;
	color: #8f8f8f;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 22px;
}
.language a {
	color: #8f8f8f;
	font-size: 14px;
}
.language a:hover {
	color: #c6b294;
}
.leftNavBody {
	position: fixed;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.leftNavBody.on {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.leftNavContent {
	width: 100%;
	background: #e9e9e9;
	height: 100%;
	position: relative;
	z-index: 10;
}
.leftNavContent h3 {
	background: #e7bd7f;
	font-size: 15px;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
.leftNav {
	overflow-y: scroll;
	height: 100%;
	padding: 10px 0 60px;
}
.leftNav li {
	text-align: center;
	position: relative;
	padding: 5px 0;
}
.leftNav li a {
	overflow: hidden;
	display: block;
}
.leftNav>li {
	width: 80%;
	position: relative;
}
.leftNav>li>a {
	border-left: 4px solid transparent;
	color: #3a3a3a;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	padding-right: 30px;
}
.leftNav li i {
	display: inline-block;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: #e7bd7f;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 20;
}
.leftNav li ul li a {
	line-height: 26px;
	height: 26px;
	font-size: 13px;
}
.leftNav li ul li:hover>a {
	color: #e7bd7f
}
.leftNav li ul {
	display: none;
}
.leftNav>li.on {
}
.leftNav>li.on>a {
	color: #e7bd7f;
	border-left: 4px solid #e7bd7f;
}
.leftNavBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}
.main.on {
	transform: translate(60%, 0);
	-webkit-transform: translate(60%, 0);
}
.main.on .leftNavBg {
	display: block;
}
.banner .slick-dots {
	bottom: 15px;
	padding-right: 10px;
	text-align: right;
	z-index: 50;
}
.banner .slick-dots li button {
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
	width: 12px;
	border-bottom: 1px solid transparent;
}
.banner .slick-dots li.slick-active button {
	color: #e7bd7f;
	border-bottom: 1px solid #c6b294;
}
.det-ban .slick-dots {
	bottom: 15px;
	padding-right: 10px;
	text-align: right;
	z-index: 50;
}
.det-ban .slick-dots li button {
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
	width: 12px;
	border-bottom: 1px solid transparent;
}
.det-ban .slick-dots li.slick-active button {
	color: #e7bd7f;
	border-bottom: 1px solid #c6b294;
}
.s-about {
	padding: 1.5%;
}
.s-aboutCont {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	background: #fff;
	padding: 4% 2%;
	position: relative;
}
.about-lt:before {
	content: "";
	display: block;
	position: absolute;
	top: -5%;
	right: -1%;
	border: 1px dashed #e8d2cf;
	width: 70%;
	height: 70%;
}
.about-lt a {
	display: block;
	position: relative;
	z-index: 10;
}
.about-rt {
	position: static;
}
.aboutRtBg {
	width: 30%;
	height: 55%;
	background: #e8d2cf;
	text-align: right;
	position: absolute;
	top: 12%;
	right: 4%;
}
.aboutRtBg span {
	display: block;
	color: #fff;
	font-size: 43px;
	font-weight: bold;
	text-shadow: 4px 3px 0px rgba(0,0,0,.2);
	margin: 12% 10% 0 0;
}
.about-rt-content {
	border: 10px solid #e8d2cf;
	background: #fff;
	padding: 4% 4%;
	position: absolute;
	top: 25%;
	right: 17%;
	width: 48%;
	z-index: 30;
}
h3.s-en {
	display: inline-block;
	font-size: 58px;
	font-weight: bold;
	vertical-align: middle;
}
span.s-cn {
	color: #353535;
	font-size: 20px;
}
img.s-img {
	margin: 0 20px;
}
.about-rt-content p {
	font-size: 16px;
	line-height: 36px;
	color: #353535;
	height: 108px;
	margin: 3% 0;
	overflow-y: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.about-rt-content .more a {
	display: block;
	width: 90px;
	height: 40px;
	background: #e8d2cf;
	line-height: 40px;
	text-align: center;
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
}
.about-rt-content .more a i {
	display: block;
	color: #fff;
	font-size: 20px;
	transform: skew(30deg);
	-webkit-transform: skew(30deg);
}
.about-rt-content .more a:hover {
	background: #f38d8b;
}
.about-rt-content:before {
	content: '';
	display: block;
	width: 90px;
	border-top: 10px solid #e8d2cf;
	position: absolute;
	left: -19px;
	top: 22px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.s-product {
	padding: 0 1.5% 1.5%;
}
.s-productCont {
	background: url(../images/1_14.jpg) no-repeat center center;
	padding-bottom: 6%;
	background-size: 100%;
}
.s-pro-title {
	padding: 6% 0 5%;
	margin-left: 36%;
	width: 340px;
	position: relative;
}
.s-pro-title h3 {
	color: #fff;
	font-size: 58px;
	font-weight: bold;
	margin-bottom: 5px;
}
.s-pro-title span {
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
}
.s-pro-title b {
	display: block;
	position: absolute;
	right: -85%;
	top: 63%;
	font-size: 120px;
	color: #ffd596;
	text-shadow: 4px 3px 0px rgba(0,0,0,.2);
}
.proSlider {
	width: 90%;
	margin: 0 auto;
}
.proSlider .slick-track {
	padding: 4% 0 7%;
}
.proList {
	background: #fff;
	padding: 20px 20px 0;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
	margin: 0 10px;
}
.proList dl dd {
	height: 24px;
	line-height: 24px;
	margin: 22px 0;
	text-align: right;
	color: #666;
	overflow: hidden;
}
.proList.slick-center {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.proSlider .slick-dots li button {
	display: none;
}
.proSlider .slick-dots li {
	width: 41px;
	height: 14px;
	vertical-align: middle;
	;
	margin: 0 5px;
	background: url(../images/1_19.png) no-repeat center center;
	background-size: 28px;
}
.proSlider .slick-dots li.slick-active {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.proSlider .slick-prev, .proSlider .slick-next {
	width: 44px;
	height: 75px;
	z-index: 20;
	opacity: .5;
	top: 41%
}
.proSlider .slick-prev {
	background: url(../images/p_03.png) no-repeat center center;
	left: 4%;
}
.proSlider .slick-next {
	background: url(../images/p_05.png) no-repeat center center;
	right: 4%;
}
.proSlider .slick-prev:hover, .proSlider .slick-next:hover {
	opacity: .8;
}
.proSlider .slick-prev:before, .proSlider .slick-next:before {
	display: none;
}
.s-news {
	background: url(../images/1_17.jpg) no-repeat center top;
	padding: 15% 0 8%;
	position: relative;
}
.s-newsContent {
	border: 10px solid #f9c372;
	background: rgba(255,255,255,.9);
	width: 55%;
	padding: 4% 4% 7%;
	margin-left: 17%;
	position: relative;
}
.s-newsContent:before {
	content: '';
	display: block;
	width: 90px;
	border-top: 10px solid #f9c372;
	position: absolute;
	left: -19px;
	top: 22px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.newMore {
	width: 65px;
	height: 30px;
	line-height: 30px;
	background: #f9c372;
	text-align: center;
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	margin-top: 17px;
}
.newMore i {
	display: block;
	color: #fff;
	font-size: 14px;
	transform: skew(30deg);
	-webkit-transform: skew(30deg);
}
.newMore:hover {
	background: #d99d42;
}
.s-newsTitle {
	margin-bottom: 2%;
}
.s-newsList ul li {
	height: 60px;
	line-height: 60px;
	background: url(../images/d_03.png) no-repeat left bottom;
	overflow: hidden;
	position: relative;
}
.s-newsList ul li a {
	color: #5b5b5b;
	font-size: 14px;
	width: 75%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 60px;
	line-height: 60px;
}
.s-newsList ul li span {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.s-newsSlider .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #c3c3c3
}
.s-newsSlider .slick-dots li.slick-active button {
	background: #f8b551
}
.s-newsSlider .slick-dots li {
	margin: 0 10px;
}
.s-newsSlider .slick-dots {
	bottom: -41%;
}
.s-newsBg {
	width: 40%;
	height: 40%;
	background: rgba(248,181,81,.5);
	text-align: right;
	position: absolute;
	top: 17%;
	right: 11%;
}
.s-newsBg span {
	display: block;
	color: #fff;
	font-size: 62px;
	text-shadow: 4px 3px 0px rgba(0,0,0,.2);
	margin: 10% 10% 0 0;
}
.footer {
	background: #565656;
	padding: 10px 30px;
}
.link li {
	display: inline-block;
	color: #a2a2a2;
	font-size: 14px;
}
.link li a {
	display: block;
	height: 13px;
	line-height: 13px;
	padding: 0 10px 0 5px;
	border-right: 1px solid #a2a2a2;
	color: #a2a2a2;
	font-size: 14px;
}
.link li a:hover {
	color: #fff;
}
.copy {
	line-height: 25px;
	color: #a2a2a2;
	font-size: 14px;
}
.copy a {
	line-height: 25px;
	color: #a2a2a2;
	font-size: 14px;
}
.copy a:hover {
	color: #fff;
}
.mobNav {
	background: #3a3a3a;
	padding: 5px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.mobNav li {
	float: left;
	width: 25%;
	text-align: center;
}
.mobNav li span {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 16px;
	margin-top: 5px;
}
.mobNav li img {
	max-height: 100%;
	max-width: 100%;
	width: 28px;
}
.det-common {
	padding: 26px;
	background: #f6f6f6;
}
.det-content {
	background: #fff;
	border-top: 15px solid #eeddc5;
	padding: 0 7% 20px;
}
.page-txt {
	color: #717171;
	font-size: 20px;
}
.page-txt img {
	max-width: 100%;
	max-height: 100%;
}
.det-title h2 {
	color: #e7bd7f;
	font-size: 58px;
	font-weight: bold;
	margin: 30px 0 10px;
}
.det-title span {
	color: #e7bd7f;
	font-size: 24px;
	margin: 0 20px;
}
.det-title i {
	color: #f3debf;
	font-size: 20px;
}
.pos {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40%;
	height: 24px;
	overflow: hidden;
	text-align: right;
}
.pos li {
	display: inline-block;
	font-size: 18px;
	color: #2b2b2b;
	height: 24px;
	line-height: 24px;
}
.pos li a {
	display: inline-block;
	font-size: 18px;
	color: #2b2b2b;
}
.pos li a:hover {
	color: #e7bd7f;
}
.pos li i {
	color: #e7bd7f;
	margin-right: 10px;
}
.det-title .classify {
	border: 1px solid #e7bd7f;
	font-size: 16px;
	color: #e7bd7f;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	width: 75px;
	display: inline-block;
	position: absolute;
	top: 13px;
	right: 0;
	margin: 0;
}
.det-title .classify i {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #e7bd7f;
	font-size: 0;
	vertical-align: middle;
	margin-left: 3px;
	display: inline-block;
	margin-top: -4px;
}
.det-title .classify.on i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
/*.det-nav{border:1px dashed #929292;border-radius: 25px;*/
    /*margin-top:44px;text-align: center;position: relative;overflow: hidden; }*/
/*.det-nav{position: absolute;top:0;left:0;right:0;}*/
/*.det-nav li {display:inline-block;vertical-align: top;color:#9d9d9d;line-height: 50px;}*/
/*.det-nav li a{display:inline-block;padding:0 30px 0 22px;color:#9d9d9d;*/
    /*line-height: 50px;height:50px;overflow: hidden;vertical-align: top;}*/
/*.det-nav li a:hover{color:#e7bd7f;}*/
/*.det-nav li a.on{color:#e7bd7f;}*/

/*!*.det-nav>li>ul{display: none;}*!*/
/*.det-nav ul{ position: absolute;top:52px;left:0;right:0;line-height: 40px;height:auto;display: none;}*/
/*.det-nav ul ul{top:40px;}*/
/*.det-nav ul li  {font-size: 14px;line-height: 40px;}*/
/*.det-nav ul li a{font-size: 14px;line-height: 40px;height:40px;}*/

.nav-mob {
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding: 10px 20px;
	margin-top: 15px;
}
.nav-mob li a {
	font-size: 16px;
	color: #e7bd7f;
	line-height: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
}
.nav-mob li a i {
	margin-right: 10px;
}
.nav-mob li ul li a {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 30px;
	padding-left: 40px;
}
.nav-mob li ul {
	display: none;
}
.nav-mob li ul li ul li a {
	padding-left: 60px;
}
.page-content {
	background: #f4e6e6;
}
.page-content .det-content {
	border-top: 15px solid #f6edec;
}
.page-content .det-title h2 {
	color: #b78c86
}
.page-content .det-title span {
	color: #b78c86
}
.page-content .det-title i {
	color: #b78c86
}
.page-content .pos li a:hover {
	color: #b78c86
}
.page-content .pos li i {
	color: #b78c86
}
.page-content .det-nav li a:hover {
	color: #b78c86
}
.page-content .det-nav li a.on {
	color: #b78c86
}
.page-content .det-title .classify i {
	border-top: 5px solid #b78c86;
}
.page-content .nav-mob li a {
	color: #b78c86
}
.page-txt {
	color: #717171;
	font-size: 20px;
	line-height: 30px;
	padding: 50px 0;
}
.listContent {
	width: 104%;
	margin-left: -2%;
	padding: 0 1%;
}
.list-img {
	padding: 0 1% 10px;
}
.list-img dl {
	width: 32%;
	float: left;
	display: inline-block;
	margin-right: 2%;
	background: #fff;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
	padding: 10px 10px 0;
	margin-top: 40px;
}
.list-img dl dt {
	text-align: center;
}
.list-img dl dt img {
	max-height: 100%;
	max-width: 100%;
}
.list-img dl dd a {
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	text-align: right;
	overflow: hidden;
}
.list-img dl:nth-child(3n) {
	margin-right: 0;
}
.list-img dl:hover {
	background: #ddb273;
}
.list-img dl:hover dd a {
	color: #fff;
}
.page {
	padding: 40px 0;
}
.page li {
	display: inline-block;
	font-size: 14px;
	color: #231f20;
	margin: 0 5px;
}
.page li a {
	color: #231f20;
	font-size: 14px;
}
.page li b {
	color: #231f20;
	font-size: 14px;
	font-weight: normal;
}
.page li.w a {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #828282;
	display: block;
	text-align: center;
	line-height: 20px;
	color: #fff;
}
.page li.w a:hover {
	background: #e7bd7f;
}
.page li.w.on a {
	background: #e7bd7f;
}
.newsContent {
	border: 10px solid #e7bd7f;
	padding: 10px 40px 0;
	margin: 40px 0 20px;
}
.list-text li {
	line-height: 75px;
	height: 75px;
	border-bottom: 1px dotted #bebebe;
	position: relative;
}
.list-text li a {
	color: #727272;
	font-size: 16px;
	display: block;
	width: 70%;
	line-height: 75px;
	height: 75px;
	overflow: hidden;
}
.list-text li span {
	color: #727272;
	font-size: 16px;
	line-height: 75px;
	height: 75px;
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
}
.list-text li i {
	color: #e4a953;
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
	margin-top: -6px;
	display: inline-block;
}
.list-text li a:hover {
	color: #e4a953;
}
.serR {
	color: #b78c86;
	font-size: 18px;
	margin: 20px 0 10px;
}
.ser-content {
	background: #f4f4f4
}
.ser-content .det-content {
	border-top: none;
	padding-top: 70px;
}
.ser-content .det-content h2 {
	margin: 0;
}
.ser-content .newsContent {
	border-color: #b78c86;
}
.ser-content .list-text li:hover a {
	color: #b78c86;
}
.ser-content .list-text li i {
	color: #b78c86;
}
.ser-content .page li.w.on a {
	background: #b78c86;
}
.ser-content .page li.w:hover a {
	background: #b78c86;
}
.ser-content .pos {
	position: static;
	width: 100%;
	text-align: right;
}
.ser-line {
	border-bottom: 1px dotted #c3c3c3;
	padding: 30px 0 0;
}
.ser-lineImg {
	margin-top: -13px;
}
.newsName {
	color: #e4a953;
	font-size: 22px;
	margin: 40px 0 10px;
}
.newsTime {
	color: #717171;
	font-size: 16px;
	display: block;
}
.share {
	border-bottom: 1px solid #aaaaaa;
	padding: 10px 0;
}
.share .bshare-custom {
	display: inline-block;
	vertical-align: top;
	marign-top: 2px;
}
.page-cont {
	padding: 10px 0;
}
.page-cont li a {
	display: block;
	line-height: 34px;
	font-size: 20px;
	color: #8f8f8f;
}
.page-cont li a:hover {
	color: #e7bd7f;
}
.proName {
	font-size: 20px;
	color: #666;
	margin: 40px 0 20px;
}
.proContSlider {
	max-width: 635px;
	margin: 0 auto;
}
.proContSlider .slider-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.8);
	padding: 10px 0;
}
.proContSlider .slider-nav .slick-list {
	width: 80%;
	margin: 0 auto;
}
.proContSlider .slider-nav .slider-nav-img {
	margin: 0 4px;
	opacity: .5
}
.proContSlider .slider-nav .slick-current {
	opacity: 1;
}
.proContSlider .slider-nav .slick-prev:before, .proContSlider .slider-nav .slick-next:before {
	display: none;
}
.proContSlider .slider-nav .slick-prev {
	background: url(../images/5_03.png) no-repeat center center;
	left: 15px;
}
.proContSlider .slider-nav .slick-next {
	background: url(../images/5_05.png) no-repeat center center;
	right: 15px;
}
.proContSlider .slider-nav .slick-prev, .proContSlider .slider-nav .slick-next {
	width: 31px;
	height: 32px;
	z-index: 20;
}
.det-navPc {
	border: 1px dashed #929292;
	border-radius: 25px;
	text-align: center;
	margin: 40px 0 0;
	position: relative;
	overflow: hidden;
}
.det-navTab li {
	display: inline-block;
	color: #9d9d9d;
	line-height: 50px;
}
.det-navTab li a {
	display: inline-block;
	padding: 0 30px 0 22px;
	color: #9d9d9d;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	vertical-align: top;
}
.det-navTab li.on a {
	color: #e7bd7f;
}
.det-navTab li a:hover {
	color: #e7bd7f;
}
.det-navChild {
	display: none;
	height: auto;
}
.det-navChild.on {
	display: block;
}
.det-navChild li {
	display: inline-block;
	color: #9d9d9d;
	line-height: 40px;
	vertical-align: top;
}
.det-navChild li a {
	display: inline-block;
	color: #9d9d9d;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	padding: 0 15px;
}
.det-navTwo li.on a {
	color: #e7bd7f;
}
.det-navTwo li a:hover {
	color: #e7bd7f;
}
.det-navThree li a:hover {
	color: #e7bd7f;
}
.det-navThree {
	display: none;
}
.det-navThree.on {
	display: block;
}
.page-content .det-navTab li.on a {
	color: #b78c86
}
.page-content .det-navTab li a:hover {
	color: #b78c86
}
.page-content .det-navTwo li.on a {
	color: #e7bd7f;
}
.page-content .det-navTwo li a:hover {
	color: #e7bd7f;
}
.page-content .det-navThree li a:hover {
	color: #e7bd7f;
}
.list-imgT {
	padding: 5px 28px 0;
}
.list-imgT dl {
	padding: 20px 0;
	border-bottom: 1px dashed #6d8caa;
	overflow: hidden;
}
.list-imgT dl:last-child {
	border-bottom: none;
}
.list-imgT dl:nth-child(2n) dt {
	float: right;
}
.list-imgT dl:nth-child(2n) dd {
	margin: 0 290px 0 0;
}
.list-imgT dl dt {
	width: 270px;
	float: left;
}
.list-imgT dl dt img {
	max-width: 100%;
	max-height: 100%;
}
.list-imgT dl dd {
	margin-left: 290px;
}
.list-imgT dd a {
	display: inline-block;
	font-size: 22px;
	color: #2b2b2b;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-imgT dd span {
	font-size: 20px;
	color: #515151;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
}
.list-imgT dd p {
	font-size: 18px;
	color: #5f5e5d;
	line-height: 30px;
	height: 90px;
	overflow-y: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}
.list-imgT dl:hover dd a {
	color: #e4a953;
}
