﻿
.fixed {
  position: fixed;
}
.container-top {
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.notice{
	transition: 1s;
}
.top-section {
  top:50px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.page-wapper {
  padding-top: 110px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.top-bar {
  background-color: #000;
  height: 40px;
}
.top-bar a {
  font-family: 'PingFangSC-Light', 'Verdana';
  font-size: 12px;
  color: #E5E5E5;
}
.top-bar .top-bar-link li {
  display: inline-block;
  height: 40px;
  text-align: center;
}
.top-bar .top-bar-link a {
  margin: 12px 0;
  padding: 0 40px;
  line-height: 16px;
  display: block;
}
.top-bar .top-bar-link .border {
  border-right: 1px solid #444;
}
.top-bar .top-bar-r {
  margin-right: 40px;
}
.top-bar .top-bar-r .about-btn {
  display: inline-block;
  height: 40px;
  width: 100px;
  text-align: center;
  line-height: 40px;
}
.top-bar .top-bar-r .icon-cn {
  position: relative;
  top: 2px;
}
.top-nav {
  background:rgb(160,0,8);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  height: 70px;
}
.top-nav .container-top {
  position: relative;
}
.top-nav .logo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 20px 0px  40px 0;
  width: 145px;
}
.top-nav .logo img {
  width: 100%;
}
.top-nav .top-nav-menu {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.top-nav .top-nav-menu .top-nav-menu-list li {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 32px;
  font-family: 'PingFangSC-Light', 'Verdana';
  font-size: 16px;
  height: 70px;
}
.top-nav .top-nav-menu .top-nav-menu-list li a {
  display: block;
  color:white;
  height: 70px;
  line-height: 70px;
}
.top-nav .active-bar {
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color:#FFFFFF;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -wekit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.top-nav-right {
  margin-right:0px;
}
.top-nav-right .connect {
  height: 70px;
  line-height: 70px;
  font-family: 'PingFangSC-Light', 'Verdana';
  font-size: 16px;
  color: #fbc9ba;
}
.top-nav-right .connect .icon {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.search-area {
  position: absolute;
  width: 32px;
  height: 70px;
  overflow: hidden;
  top: 0;
  right: 176px;
  z-index: 200;
  background-color: #000;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -wekit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
}
.search-area.open-search {
  width: 705px;
}
.search-area.open-search .wapper {
  border-bottom: 1px solid #eeeeee;
}
.search-area.open-search .hide {
  opacity: 1;
}
.search-area .wapper {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 680px;
  height: 33px;
  margin-top: 23px;
  white-space: nowrap;
  border-bottom-color: transparent;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -wekit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
}
.search-area .hide {
  opacity: 0;
}
.search-area .icon {
  cursor: pointer;
}
.search-area .icon-search-close {
  position: relative;
  top: 25px;
  right: 0;
  margin-left: 5px;
}
.search-area input {
  font-family: 'PingFangSC-Thin', 'Verdana';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 630px;
  font-size: 14px;
  line-height: 26px;
  border: none;
  -webkit-appearance: none;
  margin-left: 20px;
  background-color: transparent;
  transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  -wekit-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
}
.nav {
  position: fixed;
  top:120px;
  left: 0;
  z-index: 20;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 0 70px 0;
  opacity: 1;
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  -wekit-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
}
.nav.nav-closed {
  top: -400px;
  opacity: 0;
}
.nav .container {
  width: 1000px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
.nav .nav-list {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: none;
}
.nav .nav-list.nav-notab {
  left: 50%;
  margin-left: -425px;
}
.nav .nav-list.nav-notab .tab-content {
  border: none;
}
.nav .nav-list.nav-notab .tab-content ul {
  padding-left:11px;
}
.nav .tab-title {
  width: 140px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.nav .tab-title li {
  font-family: 'PingFangSC-Thin', 'Verdana';
  width: 140px;
  height: 60px;
  font-size: 16px;
  color: #999999;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  -wekit-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
}
.nav .tab-title li span {
  line-height: 60px;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: border 0.5s linear 0s;
  -moz-transition: border 0.5s linear 0s;
  -o-transition: border 0.5s linear 0s;
  -wekit-transition: border 0.5s linear 0s;
  -ms-transition: border 0.5s linear 0s;
}
.nav .tab-title li.active {
  color: #222;
}
.nav .tab-title li.active span {
  border-bottom: 1px solid #222;
}
.nav .tab-content {
  border-left: 1px solid #eee;
  padding: 0 10px;
}
.nav .tab-content .series {
  display: none;
}
.nav .tab-content .series-1 {
  display: block;
}
.nav .tab-content ul {
  overflow: hidden;
  width: 985px;
  margin-top: -20px;
}
.nav .tab-content ul.series-img-hover li:hover .hover-img {
  opacity: 1 !important;
}
.nav .tab-content ul.series-img-hover li:hover .img {
  opacity: 0;
}
.nav .tab-content li {
  position: relative;
  float: left;
  margin-left: 25px;
  margin-top: 20px;
}
.nav .tab-content li a {
  display: block;
}
.nav .tab-content li .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 138px;
  height: 80px;
  transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  -wekit-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
}
.nav .tab-content li .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.nav .tab-content li .name {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  font-family: 'PingFangSC-Light', 'Verdana';
}
.nav .tab-content li:hover .name {
  color: #222;
  transition: color 0.5s ease-out 0s;
  -moz-transition: color 0.5s ease-out 0s;
  -o-transition: color 0.5s ease-out 0s;
  -wekit-transition: color 0.5s ease-out 0s;
  -ms-transition: color 0.5s ease-out 0s;
}

.lt{
	float: left;
}

.home{
	display: inline-block;
	width:64px ;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	color:#fbc9ba !important;
	padding-bottom: 60px;
}
.new_prodect{
	
	width: 1200px;
	display: table;
	margin: 0 auto;
  margin-top: 0px;
	padding-top: 20px;
	background-color: #fff;
	margin-top: 30px;
}
.new_prodect span:not(:nth-child(2)){
	font-size: 18px;
	color: #666666;
	padding-bottom: 20px;
	display: table;
	float: left;
	margin-right: 20px;
}
.new_prodect span:nth-child(2){
	display: inline-block;
	font-size:15px;
	color: #666666;
	margin-top: 2px;
}
.new_prodect_top{
	display: table;
	margin-left: 15px;
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
}
.new_prodect_content{
	padding: 13px 20px 25px;
	box-sizing: border-box;
	overflow: hidden;
}

.p_right{
	width: 880px;
	padding-left: 18px;
	overflow: hidden;
}
.p_right li{
	display: inline-block;
	margin:0 10px 12px 0;
	width: 270px;
	height: 190px;
	cursor: pointer;
}
.p_right li img{
	width: 100%;
}
/*按钮交互css*/

.view {
   width: 275px;
   height:415px;
   display:inline;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   width: 275px;
   height:387px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(160, 0, 8, 0.7);
   margin:80px 0 0 0;
}
.view p {
  /* font-family: Georgia, serif;*/
   font-style: italic;
   font-size: 14px;
   position: relative;
   color: #fff;
   padding:40px 40px 40px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: rgba(160, 0, 8, 0.7);
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #c3111a;
   -moz-box-shadow: 0 0 1px #c3111a;
   box-shadow: 0 0 1px #c3111a;
}
.view a.info hover {
   -webkit-box-shadow: 0 0 5px #c3111a;
   -moz-box-shadow: 0 0 5px #c3111a;
   box-shadow: 0 0 5px #c3111a;
}
.view-third img {
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
}
.view-third .mask {
   background-color: rgba(0,0,0,0.4);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(460px, -100px) rotate(180deg);
   -moz-transform: translate(460px, -100px) rotate(180deg);
   -o-transform: translate(460px, -100px) rotate(180deg);
   -ms-transform: translate(460px, -100px) rotate(180deg);
   transform: translate(460px, -100px) rotate(180deg);
   -webkit-transition: all 0.4s 0.4s ease-in-out;
   -moz-transition: all 0.4s 0.4s ease-in-out;
   -o-transition: all 0.4s 0.4s ease-in-out;
   -ms-transition: all 0.4s 0.4s ease-in-out;
   transition: all 0.4s 0.4s ease-in-out;
}
.view-third h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-third p {
   -webkit-transform: translateX(300px) rotate(90deg);
   -moz-transform: translateX(300px) rotate(90deg);
   -o-transform: translateX(300px) rotate(90deg);
   -ms-transform: translateX(300px) rotate(90deg);
   transform: translateX(300px) rotate(90deg);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-third a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-third:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
}
.view-third:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
.view-third:hover p {
   -webkit-transform: translateX(0px) rotate(0deg);
   -moz-transform: translateX(0px) rotate(0deg);
   -o-transform: translateX(0px) rotate(0deg);
   -ms-transform: translateX(0px) rotate(0deg);
   transform: translateX(0px) rotate(0deg);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.5s;
}
.view-third:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
.lis1{
	overflow: hidden;
}
.lis1:hover img{
	transition:2s;
	transform: scale(1.03);
}
/*滚动*/
.BreakingNewsController{width:700px; overflow:hidden; background:#FFF; height:auto; position:relative;}
.BreakingNewsController .bn-title{display:inline-block; float:left; padding:10px 0px; width:1px; background-color:#FFFFFF; color:#FFF;}
.BreakingNewsController ul{padding:0; margin:0; display:block; list-style:none; position:absolute;}
.BreakingNewsController ul li{list-style:none; padding:10px 0px; display:none;}
/*产品css*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 250px;
	max-width: 300px;
	max-height: 190px;
	width: 48%;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-jazz:hover{
	background-color: rgba(0,0,0,1);
}
figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 2em 2em;
	text-transform: none;
	font-size: 1.05em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*弹跳层css*/

.animated1{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
@-webkit-keyframes fadeInDown1 { 0% { 
-webkit-transform:translate3d(0, -300%, 0) ;
transform: translate3d(0, -300%, 0);
}

50%{
-webkit-transform:rotate(3deg);
transform:rotate(3deg);
	}

100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown1 { 0% {
-webkit-transform:translate3d(0, -300%, 0) ;
transform: translate3d(0, -300%, 0) ;
}
50%{
-webkit-transform:rotate(3deg);
transform:rotate(3deg);
	}

100% {
-webkit-transform: none;
transform: none;
}
}
.fadeInDown1 { -webkit-animation-name: fadeInDown1; animation-name: fadeInDown1 }
@-webkit-keyframes fadeOutDown1 { 
50%{
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg);
	}
100% {
-webkit-transform:translate3d(0, 300%, 0);
transform:translate3d(0, 300%, 0);
}
}
@keyframes fadeOutDown1 { 
50%{

-webkit-transform:rotate(-5deg);
transform:rotate(-5deg);
	}
100% {
-webkit-transform:translate3d(0, 300%, 0);
transform:translate3d(0, 300%, 0) ;
}
}
.fadeOutDown1 { -webkit-animation-name: fadeOutDown1; animation-name: fadeOutDown1 }

/* 新闻的样式 */

.main {
	width: 100%;
	display: table;
	margin-top:10px;
}

.main1 {
	width: 1200px;
	display: table;
	margin: 0 auto;
	padding-top: 20px;
	background-color: #fff;
	margin-top: 30px;
}

.main .top {
	display: table;
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
}

.main .top .k-xk {
	width: 100%;
	display: table;
}

.main .top .k-xk li {
	float: left;
	display: table;
	margin-left: 15px;
}

.main .top .k-xk li a {
	font-size: 18px;
	color: #666666;
	padding-bottom: 20px;
	display: table;
	float: left;
	margin-right: 20px;
	border-bottom: 1px solid #fff;
}

.main .top .k-xk li a.active3 {
	color: #f00;
	border-bottom: 1px solid #f00;
}

.main .top .a1 {
	float: right;
	color: #888;
	font-size: 16px;
	margin-right: 20px;
}

.main .top .a1:hover {
	color: #f00;
	text-decoration: underline;
}

.main .top .on {
	color: #c3111a!important;
	border-bottom: 1px solid #f00 !important;
}

.main .xk-r {
	margin-top: 20px;
	width: 100%;
	padding-bottom: 20px;
	display: table;
}

.main .xk-r ul {
	display: table;
	width: 100%;
}

.main .xk-r ul li {
	display: table;
	float: left;
	width: 275px;
	background-color: #fafafa;
	margin-left: 20px;
	padding-bottom: 10px;
}

.main .xk-r ul li:hover {
	box-shadow: 2px 4px 6px #BFBFBF;
	-webkit-box-shadow: 2px 4px 6px #BFBFBF;
	-moz-box-shadow: 2px 4px 6px #BFBFBF;
	-webkit-transition: 0.3s;;
	-moz-transition: 0.3s;;
		
}

.main .xk-r ul li a h1 {
	font-size: 16px;
	color: #666666;
	padding: 16px 12px;
	height: 40px;
	overflow: hidden;
	font-weight: normal;
	line-height: 26px;
}

.main .xk-r ul li a h2 {
	font-size: 14px;
	color: #888888;
	padding: 10px 15px;
	font-weight: normal;
}

.main .xk-r ul li a span {
	width: 245px;
	height: 76px;
	float: left;
	overflow: hidden;
	padding: 0px 15px;
	line-height: 25px;
	color: #888888;
	font-size: 14px;
}

.main .xk-r ul li a:hover h1 {
	color: #f00;
}

/* 侧部导航*/
.side{position:fixed;width:54px;height:275px;right:0px;top:270px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "Verdana";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}

/**底部样式**/

.footer {
	width: 100%;
	height: auto;
	background:#000000;
	overflow: hidden;
	margin-top: 30px;
}

.footer .foot {
	padding-bottom: 50px;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.footer .blogo {
	position: absolute;
	top: 170px;
	overflow: hidden;
	transition: all 0.3s linear 0s;
    /*width:555px;*/
    width:575px;
	margin-left: 13px;
}
.footer_add div{
	position: relative;
}
.footer_add:first-child div{
	float: left;
	margin-left:75px;
}
.footer_add:first-child div img{
	width:50px;
	height:50px;
	position: absolute;
	top: 15px;
	left:-65px;
}
.footer_add:nth-child(2) div img{
	width:50px;
	height:50px;
	position: absolute;
	top: 15px;
	left:-65px;
	
}
.footer .blogo a{
	color:#cbc6c6;
	font-size:13px;
}
.footer .blogo span{
	margin-left:46px;
	color:#806d62;
}
.footer .blogo div {
	float: left;
	padding-right:46px;
}

.footer .blogo h3 {
	font-size: 14px;
	font-family: "Verdana";
	color: #fff;
}

.footer .blogo ul {
	padding-top: 20px;
}

.footer .blogo ul li {
	height: 28px;
	line-height: 28px;
}

.footer .blogo ul li a {
	font-family: "Verdana";
	font-size: 12px;
	color: #806d62;
	display: block;
	line-height: 25px;
}

.footer .blogo ul li a:hover {
	text-decoration: none;
	color: #35978f;
}

.footer .ewm {
	width: 385px;
	margin-top:50px;
	height: 125px;
	float: right;
}

.footer .ewm ul li:first-child {
	float: left;
	margin-right:15px;
}

.footer .ewm ul li:first-child+li {
	float: right;
}

.footer .ewm ul li h3 {
	/*width: 118px;*/
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
}
.footer .ewm ul li:nth-child(3) h3{
		position: relative;
		right:4px;
}
.bq {
	width: 100%;
	height:50px;
	background: #000000;
	border-top:1px solid #5f5f5f;
}

.bq p {
	font-size: 12px;
	line-height:50px;
	color:#cbc6c6;
	font-family: "Verdana";
	width: 1200px;
}

.bq p a {
	color: #63625e;
}

.bq p a:hover {
	color: #35978f;
}

.footer .footer_add {
	float: left;
	margin-top:55px;
}

.footer .footer_add h3 {
	font-size: 14px;
	font-family: "Verdana";
	color: #fff;
}

.footer .footer_add span {
	color: #cbc6c6;
	font-size: 12px;
	display: block;
	padding: 15px 0;
}

.footer .footer_add div:first-child+div span {
	font-size: 24px;
}

.footer .footer_add div:first-child+div {
	margin-left:115px;
}
.foot_lt{
	float: left;
}
.culture{
	height:255px;
	overflow: hidden;
}
.culture li{
	padding: 0 !important;
	font-size: 13px;
	line-height:25px;
	margin: 4px 0;
	color:#0C0C0C;
}
.culture h3{
	font-size: 15px;
}
.myscroll p{
	padding: 10px 8px !important;
	text-align: left;
}
.myscroll {
  width: 300px;
  height:255px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-top:none ;
  line-height: 26px;
  font-size: 12px;
  overflow: hidden;
}
.myscroll li {width:100%; display:inline-block; height: 26px;}
.myscroll a { color: #333; text-decoration: none;}
.myscroll a:hover { color: #ED5565; text-decoration: underline;}
.myscroll h3{text-align: center;margin-top: 20px;}