﻿.news-all {
	padding-top: 44px;
	padding-bottom: 20px;
	border-top: 1px solid #d7d7d7;
}
.news-all-dtl {
	border-top: 1px solid #d7d7d7;
	/*margin-bottom: 90px;*/
	border-bottom: 1px solid #d7d7d7;
}
.menu-news-dtl {
	background: #f3f3f3;
}
.news-ctrl {
	height: 90px;
}
a.news-ctrl-l, a.news-ctrl-r {
	display: inline-block;
	position: relative;
	margin-top: 20px;
	width: 49%;
	height: 46px;
	line-height: 44px;
}
a.news-ctrl-r {
	float:right;
}
a.news-ctrl-l::before, a.news-ctrl-r::before {
	content:"\e610";
	font-family:"iconfont" !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 46px;
	height: 46px;
	background: #d9d9d9;
	border-radius: 50%;
	opacity: .7;
	transition: .45s;
	color:#FFF;
	font-size:25px;
	text-align:center;
	line-height:46px;
}
a.news-ctrl-r::before {
	right:0;
	left:auto;
	content:"\e599";
	font-family:"iconfont" !important;
}
a.news-ctrl-l:hover::before, a.news-ctrl-r:hover::before {
	background: #d51b32;
}
a.news-ctrl-l span.words, a.news-ctrl-r span.words {
	position: absolute;
	width: 100%;
	font-size: 14px;
	color: #515151;
	transition: .45s;
	text-transform:uppercase;
}
a.news-ctrl-l span.words {
	text-align:left;
	padding-left:50px;
}
a.news-ctrl-r span.words {
	text-align:right;
	padding-right:50px;
}
a.news-ctrl-l:hover span.words, a.news-ctrl-r:hover span.words {
	color: #d51b32;
}
.news-list {
	margin-bottom: 34px;
	text-align: center;
	font-size: 0;
}
.news-one {
	position: relative;
	display: inline-block;
	margin-bottom: 26px;
	border: 1px solid #ececec;
	width: 1180px;
	height: 143px;
	font-size: 0;
	text-align: left;
	transition: .3s;
}
.news-one:hover {
	background: #f2f2f2;
}
.news-one-date, .news-one-desc {
	display: inline-block;
	vertical-align: top;
}
.news-one-date {
	padding-top: 29px;
	padding-left: 42px;
	width: 146px;
	height: 100%;
	background: #f2f2f2;
}
.news-one-date p.day {
	margin-bottom: 5px;
	line-height: 56px;
	font-size: 56px;
	font-weight: bold;
	color: #e00012;
}
.news-one-date p.month, .news-one-date p.year {
	margin-bottom: 5px;
	line-height: 16px;
	font-size: 16px;
	color: #979797;
}
.news-one-date p.month {
}
.news-one-words {
	margin-top: 32px;
	margin-left: 52px;
	width: 630px;
}
.news-one-desc h3 {
	margin-bottom: 16px;
	line-height: 20px;
	font-size: 20px;
	font-weight:normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-one-desc h3 a {
	color: #666;
}
.news-one-desc p.words {
	display: -webkit-box;
	line-height: 26px;
	font-size: 14px;
	color: #979797;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-one-desc a.link {
	position: absolute;
	right: 44px;
	top: 65px;
	font-size: 14px;
	color: #666;
}
.news-one-desc a.link img {
	margin-left: 18px;
	transition: .25s;
}
.news-one:hover .news-one-desc a.link img {
	transform: translateX(10px);
}
.news-dtl {
	margin: 0 auto;
	width: 945px;
}
h2.news-title {
	margin-bottom: 85px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}
.news-belong {
	font-size: 0;
}
.belong-one {
	display: inline-block;
	width:30%;
	font-size: 14px;
	color: #747474;
	vertical-align: top;
}
.belong-one:nth-child(2) {
	width:25%;
	text-align:center;
}
.belong-one:nth-child(3) {
	width:45%;
}
.belong-one .bdsharebuttonbox {
	display:inline-block;
	vertical-align:top;
	margin-top:-5px;
}
.belong-one img {
	position: relative;
	top: -2px;
	margin-right: 8px;
}
.news-edit {
	padding-top: 70px;
	border-top: 1px dashed #a0a0a0;
	margin-top: 20px;
	font-size: 14px;
	line-height: 25px;
}
.news-edit img {
	max-width: 100%;
	height: auto;
}
.tag {
	margin-top:50px;
	font-size:14px;
}
.tag span {
	margin:0 10px;
}
.pmenu {
	margin:30px 0;
	padding-bottom:30px;
	border-bottom: 1px solid #d7d7d7;
}
.pmenu li {
	float:left;
	margin: 5px 1%;
	position:relative;
	width:23%;
	font-size:14px;
}
.pmenu li span {
	display:block;
	padding:10px 0;
	background:#EEE;
	border:solid 1px #DDD;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pmenu li:hover a span,.pmenu li.on a span {
	background:#e00012;
	border:solid 1px #e00012;
	color:#FFF;
}
.pmenu li.on a span,.pmenu li:hover a span{
	color:#FFF;
}
.pmenu li ul {
	position:absolute;
	z-index:9999;
	left:0px;
	top:40px;
	display:none;
	width:100%;
}
.pmenu li ul li {
	width:100%;
	border:none;
	margin:0;
}
.pmenu li ul li a {
	display:block;
	color:#666;
	font-size:13px;
	text-align:center;
	padding:10px 0;
	background:#EEE;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.pmenu li ul li a:hover {
	background:#e00012;
	border:solid 1px #e00012;
	color:#FFF;
}
.product-list h1 {
	font-size:20px;
	margin-bottom:30px;
}
.product-list li {
	width: 31%;
	margin: 0 1% 30px;
	display:inline-block;
	vertical-align:top;
}
.product-list li figure {
	background-color: #FFF;
	height: 285px;
	display: block;
	line-height: normal;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
}
.product-list li figure img {
	display: block;
	transition: 424ms linear;
}
.product-list li figcaption {
	display: block;
	color: #5d5d5d;
	font-size: 16px;
	line-height: normal;
	margin-top: 15px;
	transition: 350ms;
	text-align: center;
}
.product-box .product-down {
	float: left;
}
.product-list li figure mark {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(0,108,205,.2);
	background: #b82b2c\9;
	filter: alpha(opacity=20);
	z-index: 20;
	opacity: 0;
	transform: skewX(45deg);
	visibility: hidden;
	transition: 360ms;
}
.product-list li figure mark b {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -23px;
	margin-top: -23px;
	z-index: 30;
}
.product-list li figure mark b:before {
	content: "";
	width: 100%;
	height: 3px;
	background: #e00012;
	position: absolute;
	left: 0;
	top: 23px;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
}
.product-list li figure mark b:after {
	content: "";
	width: 3px;
	height: 100%;
	background: #e00012;
	position: absolute;
	left: 23px;
	top: 0;
	transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
}
.product-list li figure mark:before {
	content: "";
	width: 100%;
	height: 0%;
	border-left: 3px solid #e00012;
	border-right: 3px solid #e00012;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}
.product-list li figure mark:after {
	content: "";
	width: 0%;
	height: 100%;
	border-top: 3px solid #e00012;
	border-bottom: 3px solid #e00012;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}
.product-list li:hover figure mark {
	opacity: 1;
	transform: skewX(0);
	visibility: visible;
}
.product-list li:hover figure mark:before {
	height: 100%;
	transition: 330ms 200ms;
}
.product-list li:hover figure mark:after {
	width: 100%;
	transition: 330ms 200ms;
}
.product-list li:hover figure img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.product-list li:hover figure mark b:before {
	transition: 355ms 180ms;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}
.product-list li:hover figure mark b:after {
	transition: 355ms 240ms;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}
.product-list li:hover figcaption {
	color: #000;
}
.showinfo {
	width:90%;
	margin:0 auto;
}
.movepic {
	float:left;
	width:600px;
	margin-top:10px;
	margin-right:50px;
	position:relative;
}
.movepic > a {
	display:block;
	border:solid 1px #CCC;
}
.movepic > a img {
	width:100%;
	vertical-align:bottom;
}
.movepic .gallery-top {
	height:450px;
	border:solid 1px #CCC;
	overflow:hidden;
}
.movepic .gallery-top .swiper-slide {
	text-align:center;
}
.movepic .gallery-top .swiper-slide img {
	height:100%;
}
.movepic .gallery-thumbs {
	height: 80px;
	width:100%;
	margin:20px auto;
	overflow:hidden;
	position:relative;
}
.movepic .gallery-thumbs .swiper-slide {
	height:100%;
	opacity: 0.7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:solid 1px #CCC;
}
.movepic .gallery-thumbs .swiper-slide-active {
	opacity: 1;
	border:solid 2px #ca171d;
}
.movepic .gallery-thumbs .swiper-slide img {
	height:100%;
	width:100%;
}
.movepic .gallery-top .video:after {
	content:"\e511";
	font-family:"iconfont" !important;
	position:absolute;
	width:80px;
	height:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	font-size:80px;
	color:#333;
	opacity: 0.8;
	background:#FFF;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.movepic .gallery-top .video:hover:after {
	opacity: 1;
}
.movepic .gallery-thumbs .video:after {
	content:"\e511";
	font-family:"iconfont" !important;
	position:absolute;
	width:30px;
	height:30px;
	left:50%;
	top:50%;
	margin-left:-15px;
	margin-top:-15px;
	font-size:30px;
	color:#333;
	opacity: 0.8;
	background:#FFF;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.movepic .move-left {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-75px;
	right:10px;
	cursor:pointer;
	text-align:center;
	z-index:1;
}
.movepic .move-left:after {
	content:"\e599";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
.movepic .move-right {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-75px;
	left:10px;
	cursor:pointer;
	text-align:center;
	z-index:1;
}
.movepic .move-right:after {
	content:"\e610";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
.movepic:hover .move-left,.movepic:hover .move-right {
	background:#FFF;
	opacity: 0.6;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.movepic:hover .move-left:after,.movepic:hover .move-right:after {
	color:#000;
	opacity:1;
}
.protxt {
	float:left;
	width: calc(100% - 650px);	
	width:580px\9;
	line-height:28px;
	font-size:14px;
}
.protxt h1 {
	font-size:20px;
	font-weight:normal;
	border-bottom:solid 1px #EBEBEB;
	padding:20px 0;
}
.protxt h1 span {
	float:right;
	font-size:12px;
}
.protxt .con {
	font-size:14px;
	line-height:24px;
	margin:10px 0;
	padding-bottom:10px;
	color:#666;
	border-bottom:solid 1px #EBEBEB;
}
.protxt .btn1 {
	display:inline-block;
	padding:8px 30px 8px 20px;
	background:#e00012;
	margin:10px 10px 20px 0;
	color:#FFF;
	font-size:16px;
	cursor:pointer;
}
.protxt .btn1:before {
	content:"\e606";
	font-family:"iconfont" !important;
	font-size:20px;
	color:#FFF;
	margin-right:10px;
}
.protxt .btn2 {
	display:inline-block;
	background:#e00012;
	margin:10px 0 20px 0;
	font-size:16px;
}
.protxt .btn2 a {
	display:block;
	padding:8px 30px 8px 20px;
	color:#FFF;
}
.protxt .btn2 a:before {
	content:"\e61c";
	font-family:"iconfont" !important;
	font-size:20px;
	color:#FFF;
	margin-right:10px;
}
.procon {
	line-height: 28px;
	font-size:14px;
	margin-top:50px;
	overflow:hidden;
}
.procon h1{
	height:45px;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}
.procon h1 div {
	float: left;
	background: #ca171d;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
.procon .con {
	margin: 20px 0px;
}
.feedback {
	padding:0px 40px;
	font-size:16px;
}
.feedback p {
	margin:20px 0 10px 0;
}
.feedback textarea {
	width:100%;
	border:solid 1px #DDD;
	padding:1.5%;
	height:100px;
	font-size:16px;
}
.feedback textarea:focus {
	border:solid 1px #e00012;
}
.feedback input,.feedback select {
	width:100%;
	padding:1.5%;
	border:solid 1px #DDD;
	font-size:16px;
}
.feedback textarea:focus, .feedback input:focus {
	border:solid 1px #e00012;
}
.feedback .btn {
	background:#e00012;
	border:none;
	color:#FFF;
	height:40px;
	width:100%;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	margin:20px 0 40px 0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.news-title2 {
	text-align:center;
	font-size:30px;
}
.news-edit2 {
	margin:50px 0;
	font-size: 14px;
	line-height: 25px;
}
.news-edit2 img {
	max-width:100%;
}
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}
ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
#search {
	width:80%;
	margin:50px auto;
}
#search .tit {
	font-size:20px;
	margin-bottom:20px;
}
.search {
	line-height: 24px;
	padding: 20px 30px;
	border-bottom: dashed 1px #DDD;
}
.search.bg {
    background:#EEE;
}
.search h3 {
	font-size:16px;
	margin-bottom:10px;
}
.search .f_gray {
	color:#999;
}
.tmenu {
	clear:both;
	border-bottom: solid 1px #DDD;
	margin-top:20px;
}
.tmenu li {
	display:inline-block;
	line-height:50px;
	font-size:18px;
	margin-right:80px;
	padding:0 10px;
	cursor:pointer;
}
.tmenu li:before {
	content:"\e61a";
	font-family:"iconfont" !important;
	font-size:22px;
	margin-right:5px;
	color:#999;
	vertical-align:middle;
}
.tmenu li.on {
	color:#e00012;
	border-bottom: solid 2px #e00012;
}
.tmenu li.on:before {
	color:#e00012;
}

@media (max-width: 1200px) {
.news-one {
	width: 100%;
}
.news-one-desc {
	width: calc(100% - 300px);
}
.news-one-desc a.link span.more {
	display: none;
}
.news-one-words {
	width: auto;
}
}
 @media (max-width: 1000px) {
.news-dtl {
	width: 100%;
}
}
 @media (max-width: 992px) {
.news-all {
	padding-top: 30px;
	/*padding-top: 0;*/
	padding-bottom: 40px;
}
.news-all-dtl {
	padding-top: 80px;
	padding-top: 1.066667rem;
	padding-bottom: 65px;
	padding-bottom: 0.866667rem;/*margin-bottom: 55px;*/
}
.news-list {
	margin-bottom: 6px;
}
.news-one {
	margin-bottom: 25px;
	height:auto;
}
.news-one-date {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	width: 82px;
}
.news-one-date p.day {
	margin-bottom: 2px;
	line-height: 34px;
	font-size: 34px;
}
.news-one-date p.month, .news-one-date p.year {
	margin-bottom: 3px;
	line-height: 13px;
	font-size: 13px;
}
.news-one-desc {
	width: calc(100% - 130px);
}
.news-one-desc a.link {
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.news-one-words {
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 14px;
}
.news-one-desc h3 {
	margin-bottom: 8px;
	line-height: 18px;
	font-size: 16px;
	font-weight: normal;
}
.news-one-desc p.words {
	-webkit-line-clamp: 1;
}
.news-one-desc a.link img {
	width: 20px;
}
.news-one:hover .news-one-desc a.link img {
	transform: translateX(5px);
}
h2.news-title {
	margin-bottom: 80px;
	margin-bottom: 1.066667rem;
	text-align:left;
}
.news-edit {
	padding-top: 65px;
	padding-top: 0.866667rem;
	margin-top: 15px;
}
}
 @media (max-width: 768px) {
h2.news-title {
	font-size: 36px;
	font-size: 0.48rem;
}
.news-ctrl {
	height: 88px;
	height: 1.173333rem;
}
a.news-ctrl-l, a.news-ctrl-r {
	margin-top: 20px;
	height: 46px;
	height: 0.613333rem;
	margin-top: 0.266667rem;
}
a.news-ctrl-l::before, a.news-ctrl-r::before {
	width: 46px;
	width: 0.613333rem;
	height: 46px;
	height: 0.613333rem;
	font-size:25px;
	font-size: 0.313333rem;
	line-height:46px;
	line-height: 0.613333rem;
}
a.news-ctrl-l span.words, a.news-ctrl-r span.words {
	line-height: 44px;
	line-height: 0.586667rem;
}
a.news-ctrl-l span.words {
	padding-left:50px;
	padding-left:0.653333rem;
}
a.news-ctrl-r span.words {
	padding-right:50px;
	padding-right:0.653333rem;
}
.news-edit img {
	width:100%;
}
.belong-one {
	width:90%;
}
.belong-one:nth-child(2) {
	width:90%;
	text-align:left;
}
.belong-one:nth-child(3) {
	width:90%;
	text-align:left;
}
.belong-one:nth-child(3) img {
	width:25px;
}
.pmenu li {
	width:98%;
}
.product-list li {
	width:98%;
}
.showinfo {
	width:100%;
}
.movepic {
	float:none;
	width:98%;
	margin:10px auto;
}
.movepic .gallery-top {
	height:300px;
}
.movepic .gallery-top .swiper-slide img {
	width:100%;
	height:100%;
}
.movepic .gallery-thumbs {
	height: 60px;
}
.movepic .gallery-thumbs .swiper-slide img {
	height:100%;
	width:100%;
}
.protxt {
	float:none;
	width:98%;
	margin:10px auto;
}
.procon .con {
	overflow-x:auto;
}
.procon .con img {
	max-width:100%;
}
.news-title2 {
	font-size:20px;
}
.news-edit2 {
	margin:20px 0;
}
.news-edit2 img {
	max-width:100%;
}
#search {
	width:100%;
}
.tmenu li {
	line-height:50px;
	line-height:0.653333rem;
	font-size:18px;
	font-size:0.34rem;
	margin-right:0px;
	padding:0 10px;
}
.tmenu li:before {
	font-size:22px;
	font-size:0.38rem;
}
}
@media (max-width: 544px) {
.news-one-desc {
	width: calc(100% - 94px);
}
.news-one-desc a.link {
	display: none;
}
.belong-one {
	font-size: 12px;
}
.belong-one {
	margin-right: 13px;
}
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
	text-align: center;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #e00012;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #e00012;
	color: #fff;
	cursor: default;
}
