@charset "UTF-8";

body {
	overflow-x: hidden;
	font-family: "Microsoft YaHei";
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	color: #337ab7;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: none;
}

a:focus {
	outline: none;
	outline-offset: -2px;
}

.detail-info-bar:after, .detail-pn div:after {
	content: "";
	display: table;
	clear: both;
}

.header-right, .pg-left-nav > li > a, .pg-left-nav .pg-left-subnav > li > a, .pg-left-nav .pg-left-threenav > li > a, .product-list li h3 a, .news-list li .tit h3, .detail-info-bar .detail-pn div a, .relate-product-slick .owl-item p, .relate-news-list li a, .cover-item .item-first .wz h3, 
.cover-item .item-list h4 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.owl-carousel .banner-item a, .product-list li .img, .relate-product-slick .owl-item .img, .logo a, .layout-logo, .layout-ewm img {
	font-size: 0;
}

.owl-carousel .banner-item a img, .product-list li .img img, .relate-product-slick .owl-item .img img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.logo a img, .layout-logo img, .layout-ewm img img {
	max-width: 100%;
}

.product-list li .img, .relate-product-slick .owl-item .img {
	overflow: hidden;
}

.product-list li .img img, .relate-product-slick .owl-item .img img {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.product-list li .img:hover img, .relate-product-slick .owl-item .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.container-fluid {
	padding: 0 10%;
}

@media (max-width: 990px) {
	body {
		padding-top: 60px!important;
	}
}

.icon-font {
	position: relative;
}

.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

/*手机端头部*/
.mob-head {
	position: fixed;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	background: #fe9e38;
}

.mob-head-box {
	position: relative;
	height: 60px;
}

.mob-head-box .mob-logo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 70%;
	height: 30px;
	text-align: center;
}

.mob-head-box .mob-logo img {
	height: 40px;
}

.mob-navbtn {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto 0 auto 27px;
	width: 30px;
	height: 20px;
}

.mob-navbtn span, .mob-navbtn:after, .mob-navbtn:before {
	display: block;
	height: 2px;
	width: 100%;
	background: #222;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.mob-navbtn span {
	margin: 7px 0;
}

.mob-navbtn:after, .mob-navbtn:before {
	content: '';
	-webkit-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mob-navbtn.clicked span {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.mob-navbtn.clicked:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mob-navbtn.clicked:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mob-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	height: 100vh;
	background: #151515;
	padding: 0 10%;
}

.mob-menu .mob-menu-box {
	height: 100vh;
	overflow: auto;
	padding-bottom: 80px;
}

.mob-nav > li {
	border-bottom: 1px solid #2b2b2b;
	position: relative;
}

.mob-nav > li > a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
}

.mob-nav .mob-menu-jt {
	position: absolute;
	width: 20%;
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 0;
	text-align: center;
	z-index: 9;
}

.mob-nav .mob-menu-jt .icon-font {
	display: block;
	width: 100%;
	height: 100%;
}

.mob-nav .mob-menu-jt .icon-font:after {
	background-position: -30px -240px;
}

.mob-nav .mob-menu-jt.clicked .icon-font:after {
	background-position: -30px -270px;
}

.mob-nav .mob-sub-menu {
	background: #1E1E1E;
	display: none;
}

.mob-nav .mob-sub-menu > li {
	border-top: 1px dashed #2b2b2b;
}

.mob-nav .mob-sub-menu > li > a {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 40px;
	text-indent: 2em;
}

.top {
	line-height: 30px;
	border-bottom: 1px solid #eee;
}

.top-left {
	float: left;
	width: 80%;
}

.top-right {
	float: right;
	width: 18%;
	text-align: right;
}

@media (max-width: 768px) {
	.top {
		display: none;
	}
}

.header {
	padding: 0.5% 0;
}
.ny_banner{
    background: #fe9e38;
    height: 5px;
}

.ny_banner img{
    width: 100%;
}
.logo {
	float: left;
	width: 13%;
}

.logo img {
	width: 100%;
}

.logowz {
	font-size: 33px;
	float: left;
	padding: 10px;
	line-height: 36px;
	background: url(../images/line01.png) no-repeat left center;
	margin-left: 8px;
	font-weight: bold;
}
.logowz p{
    font-size: 18px;
    color: #1558a6;
}
/* 导航样式 */
.menu {
	width: 1180px;
	float: right;
}
.menu .sub-menu > li > a{color:#111;text-transform: uppercase;color: #2e2e2e;font-weight:100;}
.menu .hover a{
    color: #fe9e38;
    font-weight: bold;
}
.menu > li {
	float: left;
	position: relative;
	width: 12%;
	text-align: center;
	margin-top: 10px;
	/* padding-right: 43px; */
	/* padding-left: 10px; */
}

.menu > li > a {
	display: block;
	font-size: 16px;
	color: #000000;
	line-height: 4;
}

.menu > li > a:hover {
	color: #f3b359;
	font-weight: bold;
}

.menu > li > a.active {
}



.menu > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.sub-menu {
	position: absolute;
	z-index: 99;
	width: 225px;
	left: -25%;
	box-shadow: 0 0 10px #eee;
	top: 65px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.menu li:nth-child(7) .sub-menu{width: 270px;}
.menu li:nth-child(5) {
    margin-right: 10px;
}
.menu li:nth-child(6) {margin-left: 10px;}

.menu li .sub-menu li:nth-child(5) {width: 100%;}
.menu li .sub-menu li:nth-child(6) {width: 100%;}


@media (max-width: 1600px) {
	.menu > li > a {
    font-size: 0.8em;
}

/* .menu li:nth-child(5) {width: 19%;}
.menu li:nth-child(6) {width: 19%;} */

}
.sub-menu > li > a {
	display: block;
	text-align: center;
	line-height: 2;
	font-size: 14px;
	color: #76838f;
	line-height: 2.5;
	padding: .5em;
}

.sub-menu li {
	border-bottom: #eeeeee 1px solid;
	background: url(../images/tu.png) 90% center no-repeat;
}

.sub-menu > li > a:hover {
	background: url(../images/tu1.png) 90% center no-repeat #fe9e38;
	color: #fff;
}

/*幻灯片*/
.banner{overflow:hidden;width:100%;}
.banner-box{min-width:1400px;height:720px;position:relative;margin:0 auto;}
.banner-box .bd, .banner-box .bd ul{width:100% !important;}
.banner-box .bd li{width:100% !important;height:720px;background-position:center;background-repeat:no-repeat;background-color:#eee;}
.banner-box .bd li a{display:block;background-size:auto;width:100%;height:80%;position:relative;z-index: 9;}
.banner-btn{ width: 100%;position:absolute;top:335px;left:0;margin-left:0;height:373px;overflow:hidden; }
.banner-btn a{ display:block;width:49px;height:104px;position:absolute; top:0;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{left:-50px;background:url(../images/20210428163935_1861327670.png) no-repeat 0 0; } 
.banner-btn a.next{right:-50px;background:url(../images/20210428163935_1861327670.png) no-repeat -49px 0; }
.banner-box .hd {position:absolute;bottom:30px;width:100%;display:block; }
.banner-box .hd ul{text-align:center}
.banner-box .hd ul li{width: 15px;height: 15px;border-radius:50%;text-indent:-9999px;background:#fff;cursor:pointer;display:inline-block;margin:0 5px;transition:0.3s all ease-in-out;}
.banner-box .hd ul li.on{background: #fae8de;border-radius :50px;width: 40px;height: 15px;}
.banner-box:hover .banner-btn a.prev{left:20px;filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{right: 20px;filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }
@media(max-width:1600px) {
	.banner-box .bd li{
    width: 100% !important;
    height: 550px;
}
.banner-btn{
    top: 190px;
}
.banner-box{
    height: 550px;
}
}

.member {
	padding: 30px 0;
}

.member span {
	font-weight: bold;
}

@media (max-width: 768px) {
	.member {
		display: none;
	}
}

#container {
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #f4f4f4;
	padding: 10px;
}

#container .city_list {
	padding-top: 10px;
}

#container .city_list .item {
	padding: 10px 0;
	line-height: 24px;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
}

#container .city_list .item dt {
	float: left;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	width: 35px;
	padding-left: 25px;
	color: #444;
	display: table-cell;
}

#container .city_list .item dd {
	margin: 0 0 0 55px;
	padding-left: 15px;
	border-left: 1px dashed #b2b2b2;
}

#container .city_list .item dd a {
	padding: 1px 12px 1px 12px;
	white-space: nowrap;
	float: left;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

#container .city_list .item dd a:hover {
	text-decoration: none;
	background: #eb2830;
	color: #fff;
}

#foot {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	line-height: 24px;
	color: #666;
	border-top: 2px solid #eb2830;
	padding-top: 10px;
	font-size: 14px;
}

#foot a {
	color: #666;
	text-decoration: none;
}

#foot a:hover {
	color: #0aa8dd;
}

.return {
	position: relative;
	height: 36px;
	padding: 6px;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font: bold 22px/42px "\5FAE\8F6F\96C5\9ED1";
	color: #737372;
}

.return a {
	position: absolute;
	right: 10px;
	top: 12px;
	height: 36px;
	width: 100px;
	text-align: center;
	display: block;
	background: #eb2830;
	color: #fff;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold;
}

.return a:hover {
	text-decoration: none;
	background: #f39c11;
	color: #fff;
}

/* 口令弹窗 */
.float-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.5);
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.float-modal .float-ads {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 5%;
	margin-top: -70px;
	background: #fff;
	text-align: center;
	padding: 30px 0;
	border-radius: 15px;
}

.float-modal .float-ads h3 {
	color: #333;
	margin-bottom: 20px;
	font-size: 16px;
}

.float-modal .float-ads button {
	background: #1292f8;
	border: none;
	color: #fff;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

.layout {
	background: #333;
	background-size: cover;
	padding: 2% 0;
}
.layout a{
    color: #fff !important;
    font-size: 18px;
    font-family: "Arial";
}
.footlogo{
    margin-bottom: 4rem;
}
.footlogo{margin-bottom: 1rem;}
.ly{float:left;border-radius: 65px;border: 1px #999 solid;padding: 10px;height: 52px;margin-top: 10px;}
.ly img{width: 30px;margin-top: -5px;}
.footlogo img{width: 100%;}
.footnav{
    line-height: 100px;
}
.footnav li{
    float: left;
    width: 14%;
    font-size: 14px;
    text-align: center;
}
.footnav li a{font-size:14px;}
.footdh{}
.footdh h2{
    font-size: 24px;
    color: #fff;
}
.footdh b{
    height: 10px;
    color: #ccc;
}
.footdh p{
    line-height: 38px;
    font-size: 16px;
    color: #999;
}
.message .submitbtn {display:block;height:40px;line-height:40px;text-align:center;border: 1px #fff solid;font-size:15px;cursor:pointer;float:right;width:200px;font-family:microsoft yahei;background: #Fff;}
.message .submitbtn:hover {display:block;height:40px;line-height:40px;text-align:center;font-size:15px;color:#ffffff;background:#131c7c;cursor:pointer;font-family:microsoft yahei;}
.message label {display:block;padding:6px 6px;font-family: "Arial";margin-bottom:6px;border: 1px #fff solid;}
.message label input {display:block;width:100%;border: #fff;height: 40px;font-weight: 100;background:none;font-family: "Arial";}
.message label textarea {display:block;width:100%;height:30px;line-height:24px;font-weight: 100;background:none;resize:none;font-size:14px;border:none;font-family:microsoft yahei;}
.layout-contact a {
	color: #fff;
}

.layout-menu dl {
	float: left;
	width: 25%;
	text-align: left;
}

.layout-menu dl:nth-child(1) {
	
width: 30%;
}
.layout-menu dl:nth-child(4) {
	
width: 22%;
}
.layout-menu dl:nth-child(3) {
	
width: 22%;
}
.layout-menu dl dt {
	font-size: 18px;
	color: #fff;
	margin-bottom: 1em;
	font-weight: 400;
}

.layout-menu dl dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.layout-menu dl dd a {
	display: block;
	font-size: 15px;
	color: #bfcedd;
	line-height: 2;
}

.layout-ewm {
	text-align: center;
}

.layout-ewm p {
	background: rgba(255, 255, 255, 0.1);
	font-size: 13px;
	font-weight: 100;
	padding: .8em 0;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.7);
	margin: 15px 0 0 0;
}

.footer {
	background: #333;
	padding: 15px 0;
	text-align: center;
	border-top: #444 1px solid;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.7;
}

.footer a {
	color: rgba(255, 255, 255, 0.5);
}

.footer a:hover {
	color: rgba(255, 255, 255, 0.8);
}

/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.phonefooternav ul li {
  width: 25%;
  background: #f89657;
  float: left;
  padding: 3px 0;
  border-right: 1px solid #fff;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a:hover{
	text-decoration: initial;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
}
.phonefooternav ul li a i img {
	display: inline-block;
}

@media (max-width:768px) {
	body {
		padding-bottom: 70px!important;
	}
}

.page-position {
	padding: 15px 0;
	font-size: 14px;
	color: #2f2f2f;
}

.page-position a {
	color: #2f2f2f;
	text-transform: uppercase;
}

.page-position a:hover {
	color: #fe9e38;
}

.page-wrap {
	background: #ffffff;
	padding-bottom: 3.38541667%;
}

@media (min-width: 990px) {
	.page-wrap-left {
		float: left;
		width: 305px;
		margin-right: 4.16666667%;
	}
}

.pg-left-box {
	margin-bottom: 20px;
}

.pg-left-title {
	background: #fe9e38;
	padding: 10px 20px;
}

.pg-left-title h3 {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

.pg-left-title span {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	opacity: .6;
	margin-left: 10px;
	text-transform: capitalize;
}

.pg-left-title span:before {
	content: "/";
	padding-right: 5px;
}

.pg-left-con {
	border: 1px solid #d2d2d2;
	border-top: none;
}

.latest-news {
	padding: 10px 0;
}

.latest-news li {
	padding: .5em 1em;
	font-size: 14px;
}

.latest-news li a {
	display: block;
	line-height: 1.2;
	color: #5a5a5a;
}

.latest-news li a:before {
	content: '+';
	font-weight: bold;
	margin-right: 5px;
	font-size: 16px;
}

.latest-news li a:hover {
	color: #fe9e38;
}

.latest-news li a:hover:before {
	color: #fe9e38;
}

.page-wrap-contact {
	padding: 10px 0;
	font-size: 14px;
}
.page-wrap-contact h4 {
	display:none;
}

.page-wrap-contact p {
	border-top: 1px solid #eee;
	position: relative;
	margin-bottom: 0;
	padding: 0.8em 1.4em;
	color: #2f2f2f;
}
.page-wrap-contact p:nth-child(1){border-top: 1px solid #fff;}
.page-wrap-right {
	overflow: hidden;
}
/*联系方式*/ .contactus {height:280px;margin:0 auto;margin-bottom:30px;}
.contactus ul {list-style:none;padding:0 !important;}
.contactus ul li {float:left;width: 30.5%;height: 280px;text-align:center;background:#fff;box-shadow:0 0 10px #eee;transition:0.6s;margin-bottom:40px;margin-left: 10px;}
.contactus ul li+li {margin-left:20px;}
.contactus ul li:hover {transition: 0.9s;transform:scale(1.03);}
.contactus ul li:hover em {transform:scale(1);}
.contactus ul li:hover i {transform:scale(1);}
.contactus ul li:hover span {transform:scale(1);color: #fe9e38;font-weight: bold;}
.contactus ul li em {height:70px;margin-top:40px;display:block;}
.contactus ul li em img {display:block;margin:0 auto;}
.contactus ul li i {display:block;font-style:normal;font-size:16px;font-weight:bold;color:#444;}
.contactus ul li span {display:block;font-size: 16px;color:#888;padding: 10px 0px;line-height: 26px;}
.contactus ul li span a {font-size:18px;color:#888;}
.contactus ul li span a:hover {font-size:18px;color: #fe9e38;}
.page-wrap-right img{}
.page-wrap-right .tit {
    padding: 10px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #fe9e38;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    border-bottom: 1px solid #fe9e38;
}

.right-content {
	line-height: 30px;
}
.cpms P{font-size:16px;}
.fwzc{}
.fwzc h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}
.fwzc .inp{padding-left:10px;}
.fwzc .inp{
    width: 500px;
    margin: auto;
    margin-bottom: 20px;
    height: 40px;
    border: 2px #666 solid;
    line-height: 40px;
}
.fwzc .chaxun a{color:#fff;font-size: 18px;}
.fwzc .chaxun{
    width: 200px;
    background: #fe9e38;
    text-align: center;
    margin: auto;
    height: 45px;
    line-height: 45px;
}
.navigation a {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	font-family: "Microsoft YaHei",Arial;
	line-height: 26px;
	border: 1px solid #cbcbcb;
	margin: 0 5px;
	padding: 0 8px;
}

.navigation a.previous_page {
	float: left;
}

.navigation a.next_page {
	float: right;
}

.navigation a:hover {
	color: #fff;
	border-color: #fe9e38;
	background: #fe9e38;
}

/* 手机站 左侧导航弹出特效 */
.mob-left-close-btn {
	display: none;
}

@media (max-width: 990px) {
  /* 弹出框之后 body 上增加一个禁止滚动的类*/
	body.no-scroll,
    html.no-scroll {
		height: 100vh;
		overflow: hidden;
	}

	.mob-menu-click {
		position: fixed;
		width: 100vw;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 999999;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
	}

  .mob-menu-click .pg-left-news,
  .mob-menu-click .pg-left-keys,
  .mob-menu-click .pg-left-contact,
  .mob-menu-click .page-message-img {
		display: none;
	}

	.mob-menu-click .mob-left-close-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		border: 1px solid #fff;
		text-align: center;
		background: black;
	}

	.mob-menu-click .mob-left-close-btn .icon-font {
		display: block;
		width: 100%;
		height: 100%;
	}

	.mob-menu-click .mob-left-close-btn .icon-font:after {
		background-position: -30px -300px;
	}

	.mob-menu-click .pg-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 90vh;
		padding: 5vh 0;
	}

	.mob-menu-click .pg-left .pg-left-menu {
		width: 90%;
		background: #fff;
	}

	.mob-menu-click.click {
		left: 0;
	}
}

/* 内页左侧导航栏样式 */
.pg-left-nav {
	margin: 0 -1px;
}

.pg-left-nav > li {
	position: relative;
	border-bottom: 1px solid #eeeeee;
}

.pg-left-nav > li:last-child {
	border-bottom: none;
}

.pg-left-nav > li > a {
	display: block;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #2e2e2e;
	padding: 15px 18px;
}

.pg-left-nav > li .first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 30px;
	height: 30px;
	text-align: center;
	top: 10px;
	right: 20px;
	cursor: pointer;
	background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.pg-left-nav > li .first-nav-btn.clicked {
	background-position: 0 -270px;
}

.pg-left-nav > li:hover > a, .pg-left-nav > li.clicked > a {
	color: #fe9e38;
}

.pg-left-nav > li:hover .first-nav-btn, .pg-left-nav > li.clicked .first-nav-btn {
	color: #fe9e38;
}

.pg-left-nav .pg-left-subnav {
	display: none;
	padding: 0 10px;
}

.pg-left-nav .pg-left-subnav > li {
	border-top: 1px dashed #eeeeee;
}

.pg-left-nav .pg-left-subnav > li > a {
	padding: 8px;
	display: block;
	line-height: 20px;
	color: #818181;
	font-size: 16px;
}

.pg-left-nav .pg-left-subnav > li > a:hover {
	color: #fe9e38;
}

.pg-left-nav .pg-left-subnav > li.clicked > a {
	color: #fe9e38;
}

.pg-left-nav .pg-left-threenav > li > a {
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.pg-left-nav .pg-left-threenav > li > a:before {
	content: '\2014   ';
}

.pg-left-nav .pg-left-threenav > li > a:hover {
	color: #fe9e38;
}

.pg-left-nav .pg-left-threenav > li.clicked > a {
	color: #fe9e38;
}

@media (max-width: 990px) {
	.pg-left-nav .pg-left-threenav {
		display: block;
	}
	.pro-description {
		display: none;
	}
}

.pro-description {
	border: 1px solid #e5e5e5;
	background: #f9f9f9;
	line-height: 24px;
	padding: 10px;
	margin-bottom: 15px;
	text-indent: 2em;
}

.product-list {
	margin: 0 -1.5%;
	font-size: 0;
}

.product-list li {
	text-align: center;
	display: inline-block;
	vertical-align: bottom;
	width: 30.333%;
	margin: 0 1.5% 20px 1.5%;
	padding: 10px 10px 0 10px;
	border: 1px solid #eeeeee;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.product-list li .img {
	display: block;
}

.product-list li h3 a {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #5a5a5a;
	text-transform: uppercase;
	line-height: 1.6;
	padding: .8em 0;
}

.product-list li:hover {
	border-color: #fe9e38;
}

.product-list .no-result {
	margin: 0 1.5%;
	font-size: 14px;
}

.news-list li {
	border: 1px solid #e1e1e1;
	padding: 10px 30px;
	background: #fff;
	margin-bottom: 35px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news-list li .tit {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 15px;
	position: relative;
}

.news-list li .tit h3 {
	padding-bottom: 15px;
	font-size: 18px;
	color: #565656;
	font-weight: normal;
	padding-right: 25%;
	margin: 0;
}

.news-list li .tit .date {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666666;
}

.news-list li .info {
	font-size: 14px;
	line-height: 2;
	color: #999999;
}

.news-list li .more {
	margin-top: 15px;
}

.news-list li .more span {
	display: inline-block;
	width: 130px;
	line-height: 33px;
	text-align: center;
	color: #000;
	font-size: 14px;
	color: #666666;
	border: 1px solid #e1e1e1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.news-list li:hover {
	-webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
	box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.news-list li:hover .tit h3 {
	color: #fe9e38;
}

.news-list li:hover .more span {
	color: #fff;
	background-color: #fe9e38;
}

@media (max-width: 990px) {
	.news-list li .tit {
		border-bottom: none;
	}

	.news-list li .tit h3 {
		padding-right: 0;
		padding-bottom: 10px;
	}

	.news-list li .tit .date {
		position: static;
		border-bottom: 1px solid #cbcbcb;
		padding-bottom: 5px;
		color: #999;
	}
}

.pages {
	padding: 20px 0;
	text-align: center
}
.pages li {
	display: inline;
	margin:0 5px;
}
.pages li a {
	padding: 4px 8px;
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	font-size:12px;
}
.pages li a:hover {
	padding: 4px 8px;
	border: 1px solid #fe9e38;
	background: #fe9e38;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
	.product-list li {
		width: 47%;
	}
}

.detail-title {
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.7;
}

.detail-info-bar {
	font-size: 14px;
	font-family: Arial;
	color: #9e9e9e;
	line-height: 35px;
	border-bottom: 1px dashed #cfcfcf;
	margin-bottom: 20px;
}

.detail-info-bar .detail-info-time {
	float: left;
	position: relative;
}

.detail-info-bar .detail-info-time i {
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
}

.detail-info-bar .detail-info-time i:after {
	opacity: .5;
	background-position: 0 -360px;
}

.detail-info-bar .detail-info-numbers {
	float: left;
	position: relative;
	padding-left: 25px;
}

.detail-info-bar .detail-info-numbers i {
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
}

.detail-info-bar .detail-info-numbers i:after {
	opacity: .5;
	background-position: 0 -330px;
}

.detail-info-bar .xypg-file-down {
	float: right;
	position: relative;
}

.detail-info-bar .xypg-file-down .file-down-title {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}

.detail-info-bar .xypg-file-down .file-down-title i {
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
}

.detail-info-bar .xypg-file-down .file-down-title i:after {
	background-position: 0 -630px;
}

.detail-info-bar .xypg-file-down .file-down-title:hover {
	color: #fe9e38;
}

.detail-info-bar .xypg-file-down .file-down-list {
	position: absolute;
	z-index: 9999;
	width: 250%;
	right: 0;
	background: #fff;
	display: none;
}

.detail-info-bar .xypg-file-down .file-down-list li {
	padding: 10px 0;
	border-top: 1px dashed #cfcfcf;
}

.detail-info-bar .xypg-file-down .file-down-list li .icon {
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin-right: 5px;
	height: 40px;
}

.detail-info-bar .xypg-file-down .file-down-list li .list-con {
	overflow: hidden;
	line-height: 1;
}

.detail-info-bar .xypg-file-down .file-down-list li .list-con p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 20px;
}

.detail-info-bar .xypg-file-down .file-down-list li .list-con a {
	font-size: 12px;
}

.detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
	color: #fe9e38;
}

.detail-con-title {
	margin: 20px 0 10px 0;
}

.detail-con-title span {
	display: inline-block;
	font-size: 18px;
	color: #fe9e38;
}

.detail-con {
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}
.detail-con td{border:1px #333 solid;}
.detail-con img,
.detail-con p img {
	width: auto !important;
	max-width: 100%;
	height: auto !important;
}

.detail-tags {
	margin-top: 30px;
}

.detail-tags .tags-title {
	border-bottom: 1px solid #c3c3c3;
	position: relative;
}

.detail-tags .tags-title h3 {
	display: inline-block;
	font-size: 16px;
	color: #fe9e38;
	line-height: 40px;
	border-bottom: 3px solid #fe9e38;
	margin-bottom: -1px;
	text-transform: uppercase;
}

.detail-tags .pro-info {
	padding-top: 12px;
}

.detail-tags .tags-content {
	padding-top: 12px;
}

.detail-tags .tags-content a {
	font-size: 12px;
	color: #2f2f2f;
	display: inline-block;
	margin-right: 9px;
	background: #f4f4f4;
	line-height: 28px;
	padding: 0 15px;
}

.detail-tags .tags-content a:hover {
	color: #fe9e38;
}

.xypg-detail-article p {
	margin: 10px 0 20px 0;
	line-height: 24px;
}

.detail-pn {
	
}

.relate {
	margin-top: 45px;
}

.relate-title {
	border: 1px solid #eeeeee;
	font-size: 14px;
	line-height: 2.857;
	margin-bottom: 15px;
}

.relate-title span {
	display: inline-block;
	color: #fe9e38;
	padding: 0 1.4em;
	border-right: 1px solid #eeeeee;
	text-transform: uppercase;
}

.related_pro li {
	margin:20px 0;
}
.related_img {
	border: 1px solid #eee;
	overflow:hidden;	
}
.related_img img {
	max-width: 100%;
    height: auto;
	display: inline-block;	
	cursor: pointer;
    transition: all 0.6s;	
}
.related_img img:hover{
	transform: scale(1.1);
}
.related_pro li span {
	display: block;
	line-height: 40px;
	background: #fe9e38;
}
.related_pro li span a {
	color: #fff;
}

.relate .relate-news {
	margin-top: 45px;
}

.relate-news-list li {
	float: left;
	width: 48%;
	position: relative;
	line-height: 2.143;
	font-size: 14px;
	color: #fe9e38;
}

.relate-news-list li:nth-child(even) {
	float: right;
}

.relate-news-list li a {
	display: block;
	padding-right: 125px;
	color: #666666;
	text-transform: uppercase;
}

.relate-news-list li a:before {
	content: '+';
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin-right: 5px;
}

.relate-news-list li span {
	position: absolute;
	right: 0;
	top: 2.5px;
	width: 125px;
	text-align: right;
	font-size: 12px;
	color: #666666;
}

.relate-news-list li:hover a {
	color: #fe9e38;
}

.relate-news-list li:hover a:before {
	color: #fe9e38;
}

.relate-news-list li:hover span {
	color: #fe9e38;
}

@media (max-width: 990px) {
	.relate {
		display: none;
	}
}

.page-product-detail-effect {
	float: left;
	width: 30%;
}

.page-product-detail-effect .big-img {
	text-align: center;
	border: 1px solid #eee;
}

.page-product-detail-effect .big-img img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.page-product-detail-right {
	float: left;
	padding-left: 10%;
}

.page-product-detail-right > h1 {
	font-size: 22px;
	color: #0d0d0d;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.product-detail-item li {
	font-size: 14px;
	line-height: 30px;
	color: #777272;
}

@media (max-width: 990px) {
	.page-product-detail-effect {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.page-product-detail-right {
		width: 100%;
		float: none;
	}
}

@media (max-width: 640px) {
	.page-product-detail-effect .big-img {
		height: 280px;
	}

	.product-detail-slick .slick-item {
		height: 65px;
	}	

	.page-product-detail-right > h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}
}
