@media only screen and (max-width:768 ) {
	.group{
		display: none;
	}
	
}
body{
	font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;
}
.part-one{
	padding: 6em 0;
	background: #f5f5f5;
}
.title{
	margin-bottom: 25px;
}
.title span{
	width: 80px;
	height: 4px;
	margin-bottom:5px;
	display: inline-block;
	background: #7e2f1e;
}
.title p:nth-child(2){
	font-size: 23px;
	font-weight: bolder;
}
.title p:nth-child(3){
	font-size: 18px;
	letter-spacing: 16px;
}
.word p{
	line-height: 25px;
}
.word a{
	margin-top: 15px;
	display: inline-block;
	color: #999;
	transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}
.word a:hover{
	color: #23527C;
}
.part-two{
	padding: 6em 0;
}
.n-title{
	text-align: center;
}
.n-title p:nth-child(1){
	font-size: 23px;
	color: #000;
}
.n-title p:nth-child(2){
	color: #000;
	font-size: 18px;
	letter-spacing: 10px;
	margin-bottom: 50px;
}
.part-two{
	background: url(../img/index/news.jpg) no-repeat center center;
}
.new-txt{
	position: relative;
	padding: 25px 15px 15px 15px;
	background: #fff;
}
.new-txt p:nth-child(1){
	color:#898989;
	font-size: 16px;
}
.new-txt p:nth-child(2){
	color: #bbb;
	text-align: justify;
	text-indent: 2em;
	margin: 5px 0 15px 0;
	line-height: 20px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
max-height: 59px;
}
.news{
	overflow: hidden;
}
.news img{
		transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	/* Firefox 4 */
	-webkit-transition: all 0.8s ease 0s;
	/* Safari 和 Chrome */
	-o-transition: all 0.8s ease 0s;
	/* Opera */
}
.news:hover img{
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	/* IE 9 */
	-moz-transform: scale(1.2, 1.2);
	/* Firefox */
	-webkit-transform: scale(1.2, 1.2);
	/* Safari 和 Chrome */
	-o-transform: scale(1.2, 1.2);
	/* Opera */
}
.new-t{
	position: absolute;
	width: 100px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	font-size: 15px;
	background: #333333;
	left: 50%;
	top:-17.5px;
	margin-left: -50px;
}
.new-txt a{
	float: right;
}
.new-txt ul {
	display: block;
}
.new-txt ul li:first-child{
	font-size: 12px;
	color:#333;
	float: left;
}
.new-txt ul li:last-child {
	float:right;
}
.new-txt ul li:last-child a{
	color: #999;
}
.part-three{
	padding: 6em 0;
}
.c-title{
	margin-bottom: 25px;
	text-align: center;
}
.c-title p:nth-child(1){
	font-size: 23px;
	display: inline-block;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 2px solid #7e2f1e;
}
.c-title p:nth-child(2){
	font-size: 18px;
	letter-spacing: 10px;
}
.brand{
	margin-bottom: 15px;
	border: 1px solid rgba(0,0,0,0.3);
}


/* hover特效 start */
/* leftsead */

#leftsead {
	width: 131px;
	height: 143px;
	position: fixed;
	top: 258px;
	right: 0px;
	z-index: 35;
}

*html #leftsead {
	margin-top: 258px;
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
}

#leftsead li {
	width: 131px;
	height: 53px;
}

#leftsead li img {
	float: right;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

#leftsead li a {
	height: 49px;
	float: right;
	display: block;
	min-width: 47px;
	max-width: 131px;
}

#leftsead li a .shows {
	display: block;
}

#leftsead li a .hides {
	margin-right: -166px;
	cursor: pointer;
	cursor: hand;
}

#leftsead li a.youhui .hides {
	display: none;
	position: absolute;
	right: 216px;
	top: 56px;
}


ol, ul {
	list-style: none;
}

.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 18px 18px 18px 20px;
  /*background: #4d5158;*/
  box-shadow: inset 0 -1px #333;
 
  color: #000;
  font-size: 1.6rem;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  background-image: url(../img/cd-icons.svg);
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a::after {
  /* image icon */
  left: 36px;
  background: url(../img/cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  /*background: #35383d;*/
  box-shadow: inset 0 -1px #666;
  font-weight: normal;
  padding-left: 40px;
  color: #333;
 
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #db2820;
  color: #fff;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}

.cd-accordion-menu > li{
	font-weight: bold;
}
.cd-accordion-menu > li:hover,
.cd-accordion-menu > li.active{
	background: #db2820;
	color: white;
}
.cd-accordion-menu > li label,
.cd-accordion-menu > li a{
	color: inherit;
}
.cd-accordion-menu > li > ul{
	background: white;
	color: #333;
}