﻿@import url("hover.css");
@import url("animate.css");
@import url("swiper.css");
@import url("font/iconfont.css");
*{margin:0px; padding:0px;}
body{font-size:12px; color:#333; font-family:'微软雅黑';-webkit-text-size-adjust:none;}
ul{list-style-type:none;}
img{border:0;}
input {outline:0;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea,select { -webkit-appearance: none;} 

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #E70;
}
a:active {
	text-decoration: none;
}

a.wl:link,a.wl:visited,a.wl:active {color:#FFF;text-decoration:none;}
a.wl:hover {color:#F90;}

a.wb:link,a.wb:visited,a.wb:active {color:#069;text-decoration:none;}
a.wb:hover {color:#E70;}

a.wr:link,a.wr:visited,a.wr:active {color:#C00;text-decoration:none;}
a.wr:hover {color:#333;}

a.wg:link,a.wg:visited,a.wg:active {color:#999;text-decoration:none;}
a.wg:hover {color:#E70;}

a.wo:link,a.wo:visited,a.wo:active {color:#E70;text-decoration:none;}
a.wo:hover {color:#333;}


.f_black {color:#000;}
.f_red   {color:#C00;}
.f_white {color:#FFF;}
.f_gray  {color:#999;}
.f_orange{color:#FF0;}
.f_green {color:#66A228;}
.f_blue  {color:blue;}
.f_mblue {color:#1B75BC;}
.f_dblue {color:#233F6F;}
.f_gold  {color:#F60;}
.f_pink  {color:#E70;}
.f_Arial {font-family:Arial, Helvetica, sans-serif;}
.f_yk    {font-family:"微软雅黑";}
.blod    {font-weight:bold;}
.noblod  {font-weight:normal;}
.px10    {font-size:10px;}
.px11    {font-size:11px;}
.px12    {font-size:12px;}
.px13    {font-size:13px;}
.px14    {font-size:14px;}
.px15    {font-size:15px;}
.px16    {font-size:16px;}
.px18    {font-size:18px;}
.px20    {font-size:20px;}
.px25    {font-size:25px;}
.input   {height:18px; border:solid 1px #ccc; margin-left:5px; padding:3px;}
.fleft   {float:left;}
.fright  {float:right;}
.mt5     {margin-top:5px;}
.mt10    {margin-top:10px;}
.mt15    {margin-top:15px;}
.mt20    {margin-top:20px;}
.mt25    {margin-top:25px;}
.mt35    {margin-top:35px;}
.mt45    {margin-top:45px;}
.pl10    {padding-left:10px;}
.v-m     {vertical-align:middle;}
.v-t     {vertical-align:text-top;}
.t-c     {text-align:center;}
.t-r     {text-align:right;}
.clear   {clear:both; line-height:0px;}
.hide    {display:none;}
.show    {display:block;}
.kk      {width:1140px;margin:0 auto;}
.success {-webkit-animation: fadeIn 01s ease 0.2s 1 both;animation: fadeIn 1s ease 0.2s 1 both;}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*分页*/
.page{
	width:100%;
	text-align:center;
	font-size:14px;
	color:#666;
	margin-top:30px;
}
.page span{
	margin:0 5px;
}
.page span a{
	padding:4px 10px;
	color:#666;
	background:#FFF;
	border:solid 1px #DDD;
}
.page span a:hover{
	border:solid 1px #E70;
	color:#666;
}
.page span.current {
	color:#FFF;
	background:#E70;
	padding:4px 10px;
	border:solid 1px #E70;
}
header {
	background:#000;
}
header .od {
	background:#262626;
	height:40px;
}
header .od ul li {
	display:inline-block;
	line-height:40px;
	color:#999;
	font-size:13px;
	position:relative;
}
header .od ul:nth-child(1) li {
	margin-left:10px;
}
header .od ul li span {
	font-family:"iconfont" !important;
	color:#999;
	font-size:18px;
	margin-right:5px;
	vertical-align:middle;
}
header .od ul li:nth-child(1) span {
	font-size:16px;
}
header .od ul li a:hover span {
	color:#E70;
	-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;
}
header .od ul li ul {
	position:absolute;
	background:#FFF;
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	left:-60px;
	display:none;
	z-index:9999;
}
header .od ul li ul:after {
	content:"\43";
	font-family:"iconfont" !important;
	font-size:20px;
	color:#FFF;
	position:absolute;
	left:60px;
	top:-22px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
header .od ul li ul img {
	vertical-align:top;
}
header .od ul li:hover ul {
	display:block;
}
header .logo {
	display:inline-block;
	height:40px;
	margin:10px 0;
	background:url(../images/logo.png) no-repeat left center;
	background-size:contain;
	width:120px;
	vertical-align:top;
	font-size:0;
}
header .logo a {
	display:block;
	height:40px;
}
header .menu {
	display:inline-block;
	float:right;
}
header .menu li {
	display:inline-block;
	font-size:14px;
	padding-left:30px;
	line-height:58px;
	position:relative;
}
header .menu li a {
	display: inline-block;
	color:#EEE;
	line-height:35px;
}
#home .menu li#m0 > a,#product .menu li#m1 > a,#page1 .menu li#m2 > a,#page2 .menu li#m3 > a,#page3 .menu li#m4 > a,#page4 .menu li#m5 > a,#page5 .menu li#m6 > a,#page6 .menu li#m7 > a,#page7 .menu li#m8 > a {
	border-bottom:solid 2px #EEE;
}
header .menu li span {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	font-family:"iconfont" !important;
	font-size:10px;
	-webkit-transform:scale(0.7);
	color:#FFF;
	-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;
}
header .menu li:hover span {
    -webkit-transform-origin: center;
    transform-origin: center;
    transform: rotate(180deg);
	-webkit-transform:scale(0.7) rotate(180deg);
	-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;
}
header .menu ul li ul {
	display: none;
	position: absolute;
	left:8px;
	top: 58px;
	background:#2b2b2b;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 1px 2px 4px -1px #444;
	z-index:2;
	line-height:0;
	padding:10px;
}
header .menu ul li ul:before {
	content:"\43";
	font-family:"iconfont" !important;
	font-size:20px;
	color:#2b2b2b;
	position:absolute;
	left:38px;
	top:-4px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
header .menu ul li:nth-child(2) ul:before {
	left:410px;
}
header .menu ul li:nth-child(2) ul {
	left: 0;
	width:1100px;
	padding: 20px;
}
header .menu ul li:nth-child(2) ul dl {
	padding-left:10px;
	width:150px;
	float:left;
}
header .menu ul li ul dl {
	padding:0 10px;
}
header .menu ul li ul dl dt {
	font-size:15px;
}
header .menu ul li ul dl dt a {
	color:#E90;
}
header .menu ul li ul dl dd a {
	white-space:nowrap;
	line-height:28px;
	font-size:13px;
	color:#EEE;
	-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;
}
header .menu ul li ul dl dd a:before {
	content:"\E6D8";
	font-family:"iconfont" !important;
	font-size:10px;
	margin-right:2px;
	vertical-align:middle;
}
header .menu ul li ul dl dd a:hover {
	color:#E90;
	padding-left:5px;
	-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;
}
header .menu ul li ul .ob {
	float:right;
	width:320px;
	color:#EEE;
}
header .menu ul li ul .ob .img {
	width:280px;
	height:150px;
	padding:20px;
	margin-top:10px;
	background:#FFF url(../images/mxt.png) no-repeat center center;
	background-size:cover;
}
header .menu ul li ul .ob .txt {
	line-height:20px;
	font-size:12px;
	text-align:justify;
	margin-top:10px;
}
header .ss {
	float:right;
	margin-left:30px;
	line-height:58px;
	position:relative;
}
header .ss a {
	display:block;
	color:#EEE;
	font-family:"iconfont" !important;
	font-size:20px;
}
header .ss ul {
	position:absolute;
	right:0;
	top:68px;
	width:400px;
	z-index:-1;
	background:#2b2b2b;
	padding:10px;
	line-height:25px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 1px 2px 4px -1px #444;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
	-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;
}
header .ss:hover ul {
	top:58px;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-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;
	z-index:999;
}
header .ss ul:before {
	content:"\43";
	font-family:"iconfont" !important;
	font-size:20px;
	color:#2b2b2b;
	position:absolute;
	right:0px;
	top:-17px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
header .ss ul .kw {
	width:74%;
	height:40px;
	line-height:40px;
	border:none;
	padding:0 3%;
	float:left;
	font-family:"微软雅黑";
	font-size:14px;
}
header .ss ul .btn {
	float:left;
	width:20%;
	height:40px;
	border:none;
	background:#E90;
	color:#FFF;
	font-family:"微软雅黑";
	font-size:16px;
	cursor:pointer;
}

#bn .swiper-container {
    width: 100%;
	height:600px;
/*	margin:10px auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
*/	z-index:1;
}
#bn .swiper-container .swiper-slide {
    width: 100%;
    background-position: center;
    background-size: cover;
}
#bn .swiper-container .swiper-slide img {
    width: 100%;
	height:100%;
/*	visibility:hidden;*/
}
#bn .swiper-container .swiper-button-next {
	height:100%;
	width:25%;
	top:0;
	right:0;
}
#bn .swiper-container .swiper-button-prev {
	height:100%;
	width:25%;
	top:0;
	left:0;
}
@media screen and (min-width:1920px) {
	#bn .swiper-container {width:1920px; margin:0 auto;}
}
#mid {
	padding-bottom:30px;
}
#mid .hmtype {
	margin-top:30px;
}
#mid .hmtype li {
	float:left;
	margin-right:28px;
	margin-bottom:30px;
	width:264px;
	height:145px;
	position:relative;
}
#mid .hmtype li:before {
	content:"";
	position:absolute;
	left:50%;
	top:0;
	width:0;
	height:100%;
	background:#000;
	z-index:2;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
	-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;
}
#mid .hmtype li:hover:before {
	width:50%;
	-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;
}
#mid .hmtype li:after {
	content:"";
	position:absolute;
	right:50%;
	top:0;
	width:0;
	height:100%;
	background:#000;
	z-index:2;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
	-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;
}
#mid .hmtype li:hover:after {
	width:50%;
	-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;
}
#mid .hmtype li.nomr {
	margin-right:0;
}
#mid .hmtype li .img {
	position:absolute;
	width:100%;
	height:100%;
}
#mid .hmtype li .img img {
	width:100%;
	height:100%;
}
#mid .hmtype li .tit {
	position:absolute;
	width:100%;
	height:100%;
	line-height:145px;
	text-align:center;
	color:#FFF;
	font-size:25px;
	z-index:3;
}
#mid .hmtype li .tit:after {
	content:"";
	position:absolute;
	width:40px;
	height:3px;
	background:#E90;
	left:50%;
	margin-left:-20px;
	top:65%;
}
#mid .hmtype li .box {
	position:absolute;
	width:80%;
	height:70%;
	left:10%;
	top:15%;
	z-index:1;
	color:#FFF;
	display:none;
}
#mid .hmtype li:hover .box {
	display:block;
}
#mid .hmtype li .box:before, #mid .hmtype li .box:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: -1;
	margin: -5%;
	box-shadow: inset 0 0 0 2px;
	animation: clipMe 8s linear infinite;
}
#mid .hmtype li .box:before {
	animation-delay: -4s;
}
@keyframes clipMe {
  0%, 100% {
	clip: rect(0px, 240px, 2px, 0px);
  }
  25% {
	clip: rect(0px, 2px, 130px, 0px);
  }
  50% {
	clip: rect(128px, 240px, 130px, 0px);
  }
  75% {
	clip: rect(0px, 240px, 130px, 238px);
  }
}
#mid .hmhotpro {
	margin-top:30px;
	position:relative;
}
#mid .hmhotpro h1 {
	color:#000;
	font-size:22px;
	text-align:center;
	font-weight:normal;
	letter-spacing:1px;
	position:relative;
}
#mid .hmhotpro h1:after {
	position:absolute;
	content:"";
	width:50px;
	margin:0 auto;
	left:50%;
	margin-left:-25px;
	bottom:-10px;
	border-bottom:solid 3px #E70;
}
#mid .hmhotpro h1 a {
	color:#000;
}
#mid .hmhotpro h2 {
	font-weight:normal;
	font-size:15px;
	text-align:center;
	margin:25px 0;
	color:#666;
}
#mid .hmhotpro .swiper-container {
    width: 100%;
	padding-top:10px;
	height:170px;
}
#mid .hmhotpro .swiper-container .swiper-slide {
	width:220px;
	height:170px;
}
#mid .hmhotpro .swiper-container .swiper-slide {
	top:0;
	-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;
}
#mid .hmhotpro .swiper-container .swiper-slide:hover {
	top:-10px;
	-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;
}
#mid .hmhotpro .swiper-container .swiper-slide:after {
	content:"";
	position:absolute;
	width:40%;
	height:40%;
	background:#333;
	left:30%;
	top:30%;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-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;
	z-index:1;
}
#mid .hmhotpro .swiper-container .swiper-slide:hover:after {
	width:100%;
	height:100%;
	left:0;
	top:0;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.60;
	-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;
}
#mid .hmhotpro .swiper-container .swiper-slide .img {
	width:218px;
	height:168px;
	vertical-align:text-top;
	border:solid 1px #EEE;
	text-align:center;
	background:#FFF;
}
#mid .hmhotpro .swiper-container .swiper-slide .img img {vertical-align: middle;margin-right: -1px;}
#mid .hmhotpro .swiper-container .swiper-slide .img span {display: -moz-inline-box;/*针对火狐*/}
#mid .hmhotpro .swiper-container .swiper-slide .img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
#mid .hmhotpro .swiper-container .swiper-slide h3 {
	font-size:15px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-weight:normal;
	text-align:center;
	position:absolute;
	top:-100%;
	left:0;
	width:100%;
	z-index:2;
	color:#FFF;
	-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;
}
#mid .hmhotpro .swiper-container .swiper-slide:hover h3 {
	top:30px;
	-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;
}
#mid .hmhotpro .swiper-container .swiper-slide .txt {
	position:absolute;
	width:80%;
	height:100px;
	line-height:20px;
	overflow:hidden;
	left:10%;
	bottom:-100%;
	font-size:13px;
	color:#FFF;
	z-index:2;
	-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;
}
#mid .hmhotpro .swiper-container .swiper-slide:hover .txt {
	bottom:10px;
	-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;
}
#mid .hmhotpro .swiper-button-prev {
	width:50px;
	height:50px;
	background:#000;
	position:absolute;
	top:170px;
	left:0px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	cursor:pointer;
	-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;
}
#mid .hmhotpro .swiper-button-prev:after {
	content:"\30";
	font-family:"iconfont";
	position:absolute;
	width:100%;
	height:100%;
	line-height:50px;
	text-align:center;
	font-size:20px;
	color:#FFF;
	left:0;
	top:0;
}
#mid .hmhotpro .swiper-button-next {
	width:50px;
	height:50px;
	background:#000;
	position:absolute;
	top:170px;
	right:0px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	cursor:pointer;
	-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;
}
#mid .hmhotpro .swiper-button-next:after {
	content:"\a3";
	font-family:"iconfont";
	position:absolute;
	width:100%;
	height:100%;
	line-height:50px;
	text-align:center;
	font-size:20px;
	color:#FFF;
	left:0;
	top:0;
}
#mid .hmhotpro .swiper-button-prev:hover,#mid .hmhotpro .swiper-button-next:hover {
	background:#e70;
	-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;
}
#mid .hmhotpro:hover .swiper-button-prev {
	left:-60px;
	-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;
}
#mid .hmhotpro:hover .swiper-button-next {
	right:-60px;
	-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;
}
#mid .hmbest {
	margin-top:60px;
	position:relative;
}
#mid .hmbest h1 {
	color:#000;
	font-size:22px;
	text-align:center;
	font-weight:normal;
	letter-spacing:1px;
	position:relative;
}
#mid .hmbest h1:after {
	position:absolute;
	content:"";
	width:50px;
	margin:0 auto;
	left:50%;
	margin-left:-25px;
	bottom:-10px;
	border-bottom:solid 3px #E70;
}
#mid .hmbest h1 a {
	color:#000;
}
#mid .hmbest h2 {
	font-weight:normal;
	font-size:15px;
	text-align:center;
	margin:25px 0;
	color:#666;
}
#mid .hmbest li {
	float:left;
	width:273px;
	height:240px;
	margin-right:16px;
}
#mid .hmbest li.nomr {
	margin-right:0;
}
#mid .hmbest li img {
	width:273px;
	height:200px;
	border:solid 1px #EEE;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mid .hmbest li h3 {
	text-align:center;
	line-height:30px;
	height:30px;
	text-align:center;
	font-size:15px;
	font-weight:normal;
}
#mid .hmbest .btn {
	text-align:center;
}
#mid .hmbest .btn a {
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 30px;
	background:#E70;
	color:#FFF;
	font-size:14px;
}
#mid .hmry {
	margin-top:60px;
	position:relative;
}
#mid .hmry h1 {
	color:#000;
	font-size:22px;
	text-align:center;
	font-weight:normal;
	letter-spacing:1px;
	position:relative;
}
#mid .hmry h1:after {
	position:absolute;
	content:"";
	width:50px;
	margin:0 auto;
	left:50%;
	margin-left:-25px;
	bottom:-10px;
	border-bottom:solid 3px #E70;
}
#mid .hmry h1 a {
	color:#000;
}
#mid .hmry h2 {
	font-weight:normal;
	font-size:15px;
	text-align:center;
	margin:25px 0;
	color:#666;
}
#mid .hmry .btn {
	text-align:center;
}
#mid .hmry .btn a {
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 30px;
	background:#E70;
	color:#FFF;
	font-size:14px;
}
#mid .hmry ul li {
	display:inline-block;
	width:23.5%;
	margin-right:2%;
	margin-left:-3px;
	margin-top:20px;
	text-align:center;
	vertical-align:top;
}
#mid .hmry ul li:nth-child(4n+0) {
	margin-right:0;
}
#mid .hmry ul li .img {
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	padding:2px;
	background-color:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #E6E6E6;
}
#mid .hmry ul li .img:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .hmry ul li .img img {
	vertical-align: middle;
	margin-left: -1px;
	height:100% !important;
	width:100% !important;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .hmry ul li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .hmry ul li h3 {
	font-size:15px;
	margin:10px 0;
	font-weight:400;
}



#mid .hmvideo {
	height:600px;
	margin-top:60px;
	position:relative;
}
#mid .hmvideo article {
	width:100%;
	height:100%;
	position:absolute;
}
#mid .hmvideo article img {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:-1;
}
#mid .hmvideo article video {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display:none;
}
#mid .hmvideo article:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#222;
	filter: Alpha(opacity=80);
	-moz-opacity: .80;
	opacity: 0.80;
}
#mid .hmvideo article:after {
	font-family:"iconfont" !important;
	content:"\E6E7";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	line-height:600px;
	text-align:center;
	font-size:100px;
	font-weight:bold;
	color:#FFF;
}
#mid .hmsolution {
	margin-top:60px;
	position:relative;
}
#mid .hmsolution h1 {
	color:#000;
	font-size:22px;
	text-align:center;
	font-weight:normal;
	letter-spacing:1px;
	position:relative;
}
#mid .hmsolution h1:after {
	position:absolute;
	content:"";
	width:50px;
	margin:0 auto;
	left:50%;
	margin-left:-25px;
	bottom:-10px;
	border-bottom:solid 3px #E70;
}
#mid .hmsolution h1 a {
	color:#000;
}
#mid .hmsolution h2 {
	font-weight:normal;
	font-size:15px;
	text-align:center;
	margin:25px 0;
	color:#666;
}
#mid .hmsolution .swiper-container {
    width: 100%;
	padding-top:10px;
	height:275px;
}
#mid .hmsolution .swiper-container .swiper-slide {
	width:280px;
}
#mid .hmsolution .swiper-container .swiper-slide img {
	width:100%;
	height:230px;
	vertical-align:text-top;
}
#mid .hmsolution .swiper-container .swiper-slide h3 {
	height:45px;
	line-height:45px;
	background:#333;
	color:#FFF;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	position:relative;
	z-index:3;
}
#mid .hmsolution .swiper-container .swiper-slide .txt {
	position:absolute;
	width:80%;
	padding:10%;
	height:0;
	overflow:hidden;
	left:0;
	bottom:-10px;
	z-index:2;
	-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;
}
#mid .hmsolution .swiper-container .swiper-slide a:hover .txt {
	height:80%;
	bottom:0px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#mid .hmsolution .swiper-container .swiper-slide .txt:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
	z-index:-1;
}
#mid .hmsolution .swiper-container .swiper-slide .txt h4 {
	display:inline-block;
	color:#FFF;
	font-size:16px;
	height:30px;
	border-bottom:solid 2px #FFF;
}
#mid .hmsolution .swiper-container .swiper-slide .txt p {
	margin-top:10px;
	color:#EEE;
	line-height:22px;
	font-size:14px;
}
#mid .hmsolution .swiper-pagination {
	text-align:center;
	width:100%;
	margin:10px 0;
}
#mid .hmsolution .swiper-pagination span {
	margin:0 3px;
}
#mid .hmcase{
	margin-top:80px;
	position:relative;
	background:url(../images/backg.png) repeat;
}
#mid .hmcase:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	background-size:cover;
	z-index:-1;
}
#mid .hmcase:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#mid .hmcase article {
	position:relative;
	z-index:2;
	width:1140px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
}
#mid .hmcase article .swiper-slide {
	padding:80px 0 130px 0;
}
#mid .hmcase article .swiper-slide img {
	width:120px;
	height:120px;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
#mid .hmcase article .swiper-slide img:hover{
	box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.3);
}
#mid .hmcase article .swiper-slide h3 {
	font-size:18px;
	margin-top:30px;
}
#mid .hmcase article .swiper-slide p {
	width:80%;
	margin:10px auto;
	font-size:14px;
	line-height:24px;
}
#mid .hmcase article .swiper-pagination {
	margin-bottom:50px;
}
#mid .hmcase article .swiper-pagination .swiper-pagination-bullet {
	background:#FFF;
	width:20px;
	height:3px;
	border-radius:0;
	opacity:1;
}
#mid .hmcase article .swiper-pagination .swiper-pagination-bullet-active {
	background:#e70;
}
#mid .hmab {
	margin-top:80px;
	position:relative;
}
#mid .hmab:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(../images/bg.jpg) no-repeat center center fixed;
	z-index:-1;
}
#mid .hmab:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#mid .hmab article {
	position:relative;
	z-index:2;
	padding:50px 0;
	width:1140px;
	margin:0 auto;
}
#mid .hmab article .img {
	width:350px;
	background:#FFF;
	float:left;
	margin-right:50px;
}
#mid .hmab article .img img{
	width:100%;
}
#mid .hmab article h1 {
	display:inline-block;
	color:#FFF;
	font-size:22px;
	font-weight:normal;
	letter-spacing:1px;
	margin-top:10px;
	position:relative;
}
#mid .hmab article h1:before {
	content:"";
	position:absolute;
	left:50%;
	bottom:-10px;
	margin-left:-25px;
	width:50px;
	height:3px;
	background:#E70;
}
#mid .hmab article p {
	margin-top:30px;
	font-size:15px;
	line-height:28px;
	color:#EEE;
	text-indent:28px;
}
#mid .hmab article .btn a {
	float:right;
	height:40px;
	line-height:40px;
	padding:0 20px;
	background:#e70;
	color:#FFF;
	font-size:14px;
	margin-top:10px;
}
#mid .hmnews {
	margin-top:60px;
	position:relative;
}
#mid .hmnews h1 {
	color:#000;
	font-size:22px;
	text-align:center;
	font-weight:normal;
	letter-spacing:1px;
	position:relative;
}
#mid .hmnews h1:after {
	position:absolute;
	content:"";
	width:50px;
	margin:0 auto;
	left:50%;
	margin-left:-25px;
	bottom:-10px;
	border-bottom:solid 3px #E70;
}
#mid .hmnews h1 a {
	color:#000;
}
#mid .hmnews h2 {
	font-weight:normal;
	font-size:15px;
	text-align:center;
	margin:25px 0;
	color:#666;
}
#mid .hmnews ul {
	margin-top:50px;
}
#mid .hmnews ul li {
	float:left;
	width:261px;
	overflow:hidden;
	border:solid 1px #DDD;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-right:32px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#mid .hmnews ul li:hover {
	margin-top:-10px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#mid .hmnews ul li.nomr {
	margin-right:0;
}
#mid .hmnews ul li img {
	height:150px;
	width:100%;
	vertical-align:middle;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#mid .hmnews ul li:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#mid .hmnews ul li article {
	border-top:solid 1px #DDD;
	padding:10px 20px 20px 20px;
	line-height:24px;
	font-size:13px;
}
#mid .hmnews ul li article h3 {
	font-size:18px;
	line-height:40px;
	height:40px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#mid .hmnews ul li article p {
	color:#666;
}
footer {
	background:#282d32;
	padding:20px;
	line-height:28px;
	font-size:14px;
	color:#DDD;
}
footer a {
	color:#DDD;
}
footer a:hover {
	color:#e70;
}
#online {
	position:fixed;
	width:54px;
	height:220px;
	right:0;
	bottom:200px;
	z-index:9999;
}
#online ul li {
	width:54px;
	height:54px;
	float:left;
	position:relative;
	border-bottom:1px solid #222;
	cursor:pointer;
}
#online ul li.nobb {
	border:none;
}
#online ul li .sidebox{
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	background:#000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	z-index:100;
}
#online ul li .tb1 {
	position: absolute;
	height: 46px;
	top: 0;
	right: -230px;
	width:230px;
	padding-left:54px;
	z-index:101;
	color:#FFF;
	line-height:35px;
	font-size:14px;
	padding-top:8px;
	background: url(../images/online.png) no-repeat 10px 12px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#online ul li .tb1:hover {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background:#e70 url(../images/online.png) no-repeat 10px 12px;
	right: 0;
}
#online ul li .tb2 {
	position: absolute;
	height: 54px;
	top: 0;
	right: -80px;
	width:80px;
	padding-left:54px;
	z-index:101;
	color:#FFF;
	line-height:54px;
	font-size:14px;
	background: url(../images/online.png) no-repeat 10px -50px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#online ul li .tb2:hover {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background:#e70 url(../images/online.png) no-repeat 10px -50px;
	right: 0;
}
#online ul li .tb3 {
	position: absolute;
	height: 54px;
	top: 0;
	right: -110px;
	width:110px;
	padding-left:54px;
	z-index:101;
	color:#FFF;
	line-height:54px;
	font-size:14px;
	background: url(../images/online.png) no-repeat 10px -110px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	overflow:hidden;
}
#online ul li .tb3:hover {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background:#e70 url(../images/online.png) no-repeat 10px -110px;
	right: 0;
}
#online ul li .tb4 {
	position: absolute;
	height: 54px;
	width: 54px;
	top: 0;
	right:-54px;
	padding-left:54px;
	z-index:101;
	color:#FFF;
	line-height:54px;
	font-size:14px;
	background: url(../images/online.png) no-repeat 10px -170px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#online ul li .tb4:hover {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background:#e70 url(../images/online.png) no-repeat 10px -170px;
}
.bdsharebuttonbox .sina {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat -50px 0px;
}
.bdsharebuttonbox .weixin {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat 0px 0px;
}
.bdsharebuttonbox .qzone {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat -150px 0px;
}
.bdsharebuttonbox .tqq {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat -100px 0px;
}
.bdsharebuttonbox .sqq {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat -200px 0px;
}
#banner{ clear:both; width:100%; height:300px; position:relative; overflow:hidden;}
#banner div{ width:1920px; height:300px; position:absolute; left:50%; margin-left:-960px;top:0; text-align:center;}
.bg {background:#f9f9f9;}
#mid .toptype {
	padding:15px;
	background:#FFF;
	text-align:center;
	box-shadow: 0px 2px 4px -2px #CCC;
}
#mid .toptype ul li {
	display:inline-block;
	line-height:30px;
	font-size:14px;
	margin:0 20px;
	position:relative;
}
#mid .toptype ul li:hover > a,#mid .toptype ul li.on > a {
	color:#E70;
}
#mid .toptype ul li span:after {
	position:absolute;
	content:"\43";
	font-family:"iconfont" !important;
	right:-15px;
	top:2px;
	font-size:8px;
	color:#666;
	-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;
}
#mid .toptype ul li:hover span:after,#mid .toptype ul li.on span:after {
	color:#E70;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	-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;
}
#mid .toptype ul li ul {
	position:absolute;
	left:0;
	top:30px;
	z-index:-1;
	background:#FFF;
	padding:10px;
	text-align:left;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 1px 2px 4px -1px #CCC;
	border:solid 1px #DDD;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
	-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;
}
#mid .toptype ul li:hover ul {
	top:44px;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-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;
	z-index:999;
}
#mid .toptype ul li ul:before {
	content:"";
	border:solid 1px #DDD;
	border-top:none;
	border-right:none;
	height:10px;
	width:10px;
	background:#FFF;
	position:absolute;
	left:20px;
	top:-6px;
	z-index:-1;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#mid .toptype ul li ul li {
	margin:0 10px;
	display:block;
	white-space:nowrap;
}
#mid .toptype ul li ul li a {
	font-size:13px;
}
#mid .toptype ul li ul li a.on {
	color:#E70;
}
#mid .prolist {
	margin-top:20px;
}
#mid .prolist li {
	position:relative;
	float:left;
	margin:10px 20px 10px 0;
	width:270px;
	border:solid 1px #EEE;
	background:#FFF;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-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;
}
#mid .prolist li.nomr {
	margin-right:0;
}
#mid .prolist li:hover {
	margin-top:0px;
	margin-bottom:20px;
	-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;
}
#mid .prolist li .img {
	width:260px;
	height:260px;
	margin:5px auto;
	position:relative;
	background:#FFF;
	text-align:center;
}
#mid .prolist li .img img {vertical-align: middle;margin-right: -1px;}
#mid .prolist li .img span {display: -moz-inline-box;/*针对火狐*/}
#mid .prolist li .img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
#mid .prolist li .img:after {
	content:"";
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-left:-50px;
	margin-top:-50px;
	background:#000;
	z-index:1;
	opacity: 0;
	-moz-opacity: 0;
	filter: Alpha(opacity=0);
	-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;
}
#mid .prolist li:hover .img:after {
	content:"\e611";
	font-family:"iconfont" !important;
	line-height:260px;
	font-size:60px;
	color:#EEE;
	width: 100%;
	height: 100%;
	margin-left:0px;
	margin-top:0px;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	-moz-opacity: .5;
	filter: Alpha(opacity=50);
	-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;
}
#mid .prolist li h3 {
	line-height:40px;
	height:45px;
	text-align:center;
	background:#FFF;
	font-weight:normal;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#mid .location {
	padding:10px;
	background:#FFF;
	box-shadow: 0px 2px 4px -2px #CCC;
}
#mid .location ul li {
	display:inline-block;
	position:relative;
}
#mid .location ul li:nth-child(1):before {
	content:"\32";
	font-family:"iconfont" !important;
	font-size:15px;
	margin:0;
	margin-right:5px;
}
#mid .location > ul li:before {
	content:"\e6d8";
	font-family:"iconfont" !important;
	margin:0 10px;
}
#mid .location ul li a {
	font-size:14px;
	position:relative;
}
#mid .location ul li a span {
	margin-left:15px;
}
#mid .location ul li a span:after {
	position:absolute;
	content:"\43";
	font-family:"iconfont" !important;
	right:0px;
	top:6px;
	font-size:8px;
	color:#666;
	-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;
}
#mid .location ul li a:hover span:after {
	color:#E70;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	-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;
}
#mid .location ul li ul {
	position:absolute;
	left:0;
	top:20px;
	z-index:-1;
	background:#FFF;
	padding:10px;
	text-align:left;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 1px 2px 4px -1px #CCC;
	border:solid 1px #DDD;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;	
	-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;
}
#mid .location ul li:hover ul {
	top:36px;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-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;
	z-index:999;
}
#mid .location ul li ul:before {
	content:"";
	border:solid 1px #DDD;
	border-top:none;
	border-right:none;
	height:10px;
	width:10px;
	background:#FFF;
	position:absolute;
	left:20px;
	top:-6px;
	z-index:-1;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#mid .location ul li ul li {
	display:block;
	margin:0 10px;
}
#mid .location ul li ul li:before,#mid .location ul li ul li:nth-child(1):before {
	content:"";
	margin:0;
}
#mid .location ul li ul li a {
	display:block;
	white-space:nowrap;
	font-size:13px;
	line-height:30px;
}
#mid .location ul li ul li a.on {
	color:#E70;
}
#mid .showpro {
	margin-top:20px;
	background:#FFF;
	border:solid 1px #F3F3F3;
}
#mid .showpro .movepic {
	float:left;
	padding-top:20px;
	width:650px;
	position:relative;
}
#mid .showpro .movepic .gallery-top {
	height:300px;
	overflow:hidden;
}
#mid .showpro .movepic .gallery-top .swiper-slide {
	text-align:center;
}
#mid .showpro .movepic .gallery-top .swiper-slide img {
	height:300px;
}
#mid .showpro .movepic .gallery-thumbs {
	height: 60px;
	width:350px;
	margin:20px auto;
	overflow:hidden;
	position:relative;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide {
	height:60px;
	opacity: 0.7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:solid 2px #EEE;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide-active {
	opacity: 1;
	border:solid 2px #E70;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide img {
	height:100%;
	width:100%;
}
#mid .showpro .movepic .move-left {
	position:absolute;
	width:40px;
	height:80px;
	top:50%;
	margin-top:-40px;
	right:10px;
	cursor:pointer;
	z-index:1;
}
#mid .showpro .movepic .move-left:after {
	content:"\e63e";
	font-family:"iconfont" !important;
	font-size:35px;
	color:#EEE;
}
#mid .showpro .movepic .move-right {
	position:absolute;
	width:40px;
	height:80px;
	top:50%;
	margin-top:-40px;
	left:10px;
	cursor:pointer;
	z-index:1;
}
#mid .showpro .movepic .move-right:after {
	content:"\e67e";
	font-family:"iconfont" !important;
	font-size:35px;
	color:#EEE;
}
#mid .showpro .movepic:hover .move-left:after,#mid .showpro .movepic:hover .move-right:after {
	color:#999;
}
#mid .showpro .protxt {
	float:right;
	padding-top:30px;
	width:450px;
	position:relative;
}
#mid .showpro .protxt h1 {
	font-size:24px;
	font-weight:normal;
}
#mid .showpro .protxt article {
	margin-top:10px;
	line-height:20px;
	font-size:14px;
	color:#999;
}
#mid .showpro .protxt ul {
	border-top:solid 1px #EEE;
	margin-top:20px;
	padding-top:20px;
}
#mid .showpro .protxt ul li {
	display:inline-block;
	width:46%;
	padding:5px 2%;
	line-height:20px;
	margin-right:-3px;
	font-size:13px;
	vertical-align:text-top;
	color:#666;
}
#mid .showpro_con {
	float:left;
	width:820px;
	padding:30px;
}
#mid .showpro_con h1 {
	height:40px;
	line-height:40px;
	border-bottom:solid 1px #DDD;
	font-size:15px;
	font-weight:normal;
	color:#666;
}
#mid .showpro_con h1 span {
	display:inline-block;
	padding:0 20px;
	cursor:pointer;
}
#mid .showpro_con h1 span.on {
	line-height:39px;
	border-bottom:solid 2px #E70;
	color:#E70;
}
#mid .showpro_con article {
	padding:20px 0;
	line-height:28px;
	font-size:14px;
}
#mid .showpro_con article ul {
	display:none;
}
#mid .showpro_con article ul.on {
	display:block;
}
#mid .showpro_best {
	width:200px;
	padding:20px;
	float:right;
}
#mid .showpro_best h1 {
	font-size:18px;
	font-weight:normal;
}
#mid .showpro_best li {
	margin:20px 0;
	text-align:center;
}
#mid .showpro_best li img {
	width:200px;
	height:200px;
}
#mid .showpro_best li h3 {
	font-size:14px;
	line-height:20px;
	font-weight:normal;
}
#mid_lt {
	width:220px;
	float:left;
	margin:20px 0;
	position:relative;
	top:0px;
}
#mid_lt h1 {
	display:inline-block;
	font-size:18px;
	font-weight:normal;
	margin-bottom:25px;
	position:relative;
}
#mid_lt h1:after {
	content:"";
	position:absolute;
	width:50%;
	left:0;
	bottom:-10px;
	border-bottom:solid 2px #E70;
}
#mid_lt article {
	padding:5px;
	line-height:22px;
	font-size:13px;
	color:#666;
}
#mid_lt article p {
	margin-bottom:10px;
}
.type {
	height:45px;
	border-top:solid 1px #EEE;
}
.type.nobt {
	border-top:none;
}
.type a {
	display:block;
	line-height:45px;
	font-size:14px;
	padding-left:20px;
}
.type a:before {
	content:"\e6d8";
	font-family:"iconfont" !important;
	font-size:12px;
	margin-right:5px;
}
.type.on {
	background:#000;
	border-top:none;
}
.type.on a {
	color:#FFF;
}
.type_kk {
	border:solid #DDD;
	border-width:0 1px;
	padding:5px 0;
	background:#F8F8F8;
}
.stype {
	border-bottom:solid 1px #EEE;
}
.stype.nobg {
	border-bottom:none;
}
.stype a {
	display:block;
	color:#333;
	font-size:13px;
	font-weight:normal;
	padding-left:30px;
	line-height:35px;
	position:relative;
}
.stype a:before {
	content:"";
	position:absolute;
	height:99%;
	left:15px;
	border-left:dotted 1px #999;
}
.stype a:after {
	content:"";
	position:absolute;
	height:1px;
	width:10px;
	left:15px;
	top:15px;
	border-bottom:dotted 1px #999;
}
.stype a:hover {
	color:#C00;
	margin:0px;
}
.stype a.on {
	color:#C00;
}
#mid_rt {
	float:right;
	width:880px;
	overflow:hidden;
	margin-top: 20px;
}
#rt_tit{
	display:inline-block;
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
	position:relative;
}
#rt_tit:after {
	content:"";
	position:absolute;
	width:50%;
	left:0;
	bottom:-10px;
	border-bottom:solid 2px #E70;
}
#rt_con {
	padding:10px 0px;
	line-height:28px;
}
#rt_con article {
	padding:10px 20px;
}
#rt_con article a {
	text-decoration:underline;
	font-weight:bold;
}
.news_list{
	line-height:35px;
	height:35px;
	overflow:hidden;
	padding:5px 10px;
}
.news_list.wt{
    background:#FFF;
}
.news_list a{
	font-size:14px;
}
.news_list a:before {
	content:"\e67f";
	font-family:"iconfont" !important;
	font-size:10px;
	margin-right:5px;
	vertical-align:middle;
	color:#999;
}
.news_list a:hover:before {
	color: #E70;
}
.ny_list {
	margin-top: 10px;
	width: 880px;
	overflow: hidden;
}
.ny_list li {
	float: left;
	height: 250px;
	width: 220px;
	overflow: hidden;
}
.ny_list .pic_img {
	height: 180px;
	width: 200px;
	text-align: center;
	border:solid 1px #EEE;
	background:#FFF;
	margin:0 auto;
	overflow:hidden;
	-moz-box-shadow:1px 1px 3px #EEE;
	-webkit-box-shadow:1px 1px 3px #EEE;
	box-shadow:1px 1px 3px #EEE;
}
.ny_list .pic_img img {
	height: 180px;
	width: 200px;
}
.ny_list .pic_tit {
	line-height:40px;
	text-align:center;
	height:40px;
	overflow: hidden;
	margin:0 auto;
	width: 204px;
	font-size:14px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.ny_list1 {
	width: 880px;
	overflow: hidden;
	margin-top: 10px;
}
.ny_list1 li {
	float: left;
	height: 260px;
	width: 220px;
	overflow: hidden;
}
.ny_list1 .pic_img2 {
	height: 180px;
	width: 200px;
	padding: 1px;
	border: 1px solid #DDD;
	text-align: center;
	background:#FFF;
	margin:0 auto;
	position:relative;
}
.ny_list1 .pic_img2 img {
	height: 180px;
	width: 200px;
}
.ny_list1 .pic_img2 a .video {
    position:absolute;
	width:100%;
	height:100%;
	background:url(../images/video.png) center center no-repeat #333;
    filter: Alpha(opacity=20);-moz-opacity:.20;opacity:0.20;
}
.ny_list1 .pic_img2 a:hover .video {
    filter: Alpha(opacity=40);-moz-opacity:.40;opacity:0.40;
}
.ny_list1 .pic_tit2 {
	line-height:20px;
	text-align:center;
	overflow: hidden;
	height:40px;
	width: 200px;
	margin:5px auto 0 auto;
	font-size:14px;
}
.ny_list2 {
	width: 880px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 1px dotted #DDD;
}
.ny_list2_img {
	float: left;
	height: 145px;
	width: 180px;
	text-align:center;
	padding: 1px;
	border:solid 1px #EEE;
	-moz-box-shadow:1px 1px 3px #EEE;
	-webkit-box-shadow:1px 1px 3px #EEE;
	box-shadow:1px 1px 3px #EEE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#FFF;
}
.ny_list2_img img {
	height: 145px;
	width: 180px;
}
.ny_list2_main {
	float: right;
	width: 670px;
}
.ny_list2_main h3 {
	font-size: 16px;
	height: 40px;
	line-height:40px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.ny_list2_main h3 img {
	vertical-align:text-bottom;
}
.ny_list2_main p {
	font-size:14px;
	line-height:28px;
	color:#666;
}
.ny_list2_main .time {
	background:#e70;
	color:#FFF;
	display:inline-block;
	padding:0 10px;
	margin-top:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ny_list2_main .time:before {
	content:"\5b";
	font-family:"iconfont" !important;
	font-size:16px;
	vertical-align:middle;
	color:#FFF;
	margin-right:5px;
}
.down {
	height: 90px;
}
.down h3 {
	font-size: 15px;
	line-height: 35px;
	height: 35px;
}
.down div {
	background: #EEE;
	height: 35px;
	border-top: 1px solid #DDD;
	line-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
}
.down .btn {
	float:right;
	background:#e70;
	color:#FFF;
	padding:0 10px;
	line-height:28px;
	margin-top:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.down .btn:before {
	content:"\E641";
	font-family:"iconfont" !important;
	font-size:16px;
	vertical-align:middle;
	color:#FFF;
	margin-right:5px;
}
.down .btn a {
	color:#FFF;
}
#showinfo {
	padding:20px 0px;
	border-top:none;
	line-height:25px;
}
#showinfo .btn1 a {
	background:#FFF;
	border:1px solid #CCC;
	color:#999;
	height:25px;
	line-height:23px;
	text-align:center;
	margin:0px;
	padding:0 15px;
	display:block;
	font-size:14px;
}
#showinfo .btn1 a:hover {
    -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;
	background:#E70;
	color:#FFF;
	border:1px solid #E70;
}
#showinfo .btn2 a {
	background:#E70;
	border:1px solid #E70;
	color:#FFF;
	height:25px;
	line-height:23px;
	text-align:center;
	margin:0px;
	padding:0 15px;
	display:block;
	font-size:14px;
	margin-left:-1px;
}
#showinfo .btn2 a:hover {
    -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;
	background:#FFF;
	border:1px solid #CCC;
	color:#999;
}
#showinfo h1 {
	margin-top:20px;
	border-top:solid 1px #DDD;
	text-align:center;
	padding:20px 0;
	font-size:25px;
	font-weight:normal;
}
#showinfo .fb a{
    width:25px;
	height:25px;
	margin: 0 5px 0 15px;
	float:left;
	font-size:0;
	display:block;
	background: url(../images/icon.png) no-repeat 0px 0px;
}
#showinfo .fb a:hover{
	background: url(../images/icon.png) no-repeat -71px 0px;
}
#showinfo .fs a{
    width:25px;
	height:25px;
	float:left;
	font-size:0;
	display:block;
	background: url(../images/icon.png) no-repeat -35px 0px;
}
#showinfo .fs a:hover{
	background: url(../images/icon.png) no-repeat -106px 0px;
}
#showinfo article {
	margin-top:20px;
	line-height:28px;
	padding:10px;
}
#showinfo article a {
	text-decoration:underline;
	font-weight:bold;
}
#showinfo #bpicmain {
	width: 700px;
	margin:20px auto 0 auto;
	border:solid 1px #EEE;
	height:450px;
	position:relative;
}
#showinfo #bpic {
	width: 700px;
	text-align:center;
	height:450px;
	position:absolute;
	z-index:99;
}
#showinfo #bpic img {vertical-align: middle;margin-right: -1px;position:relative;z-index:1}
#showinfo #bpic span {display: -moz-inline-box;/*针对火狐*/}
#showinfo #bpic span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
#showinfo #bpic_lt {
	height: 450px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#showinfo #bpic_rt {
	height: 450px;
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#showinfo #bpic_ct {
	height: 450px;
	width: 400px;
	position: absolute;
	left: 150px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#showinfo #bbtn_c {
	background:url(../images/bigpic.png) no-repeat center center;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 320px;
	top:195px;
	z-index:101;
	display:none;
	cursor:pointer;
}
#showinfo #bbtn_l {
	width: 60px;
	height: 60px;
	background: url(../images/butl.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butl.png');
	float:left;
	cursor:pointer;
	position:absolute;
	left:10px;
	top:195px;
	z-index:101;
	display:none;
}
#showinfo #bbtn_r {
	width: 60px;
	height: 60px;
	background: url(../images/butr.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butr.png');
	float:left;
	cursor:pointer;
	position:absolute;
	right:10px;
	top:195px;
	z-index:101;
	display:none;
}
#showinfo #spic {
	width: 610px;
	height: 64px;
	margin:0 auto;
}
#showinfo #sbtn_l {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;	
	background: url(../images/arrow_l.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_l.png');
	float:left;
	cursor:pointer;
}
#showinfo #sbtn_r {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;	
	background: url(../images/arrow_r.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_r.png');
	float:left;
	cursor:pointer;
}
#showinfo #spic_con {
	float: left;
	height: 64px;
	width: 550px;
	position: relative;
	overflow:hidden;
}
#showinfo #spic_con ul{
    position:absolute;
}
#showinfo #spic_con li{
    float:left;
	width:110px;
	height:64px;
}
#showinfo .spic_img {
	height:60px;
	width: 90px;
	border:solid 2px #EEE;
	margin: 0 auto;
	text-align:center;
}
#showinfo .cur{border:solid 2px #E70;}
#form_msg .ipt {
	width:97%;
	border:solid 1px #CCC;
	height:33px;
	line-height:33px;
	padding:0 1%;
	margin-top:10px;
}
#form_msg .ipt:focus {
	border:solid 1px #E70;
	-moz-box-shadow:1px 1px 3px #E70;
	-webkit-box-shadow:1px 1px 3px #E70;
	box-shadow:1px 1px 3px #E70;
}
#form_msg textarea {
	width:97%;
	padding:1%;
	height:60px;
	line-height:20px;
	border:solid 1px #CCC;
	margin-top:10px;
}
#form_msg textarea:focus {
	border:solid 1px #E70;
	-moz-box-shadow:1px 1px 3px #E70;
	-webkit-box-shadow:1px 1px 3px #E70;
	box-shadow:1px 1px 3px #E70;
}
#form_msg .btn {
	background:#E70;
	border:1px solid #E70;
	color:#FFF;
	height:35px;
	line-height:30px;
	text-align:center;
	margin-top:15px;
	margin-right:10px;
	cursor:pointer;
	padding:0 30px;
	font-family:"微软雅黑";
	font-size:18px;
}
#form_msg .btn:hover {
    -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;
	background:#FFF;
	color:#E70;
}
#search {
	width:1110px;
	margin-top:30px;
	padding:15px;
	border: 1px solid #EEE;
	background:#FFF;
	display:inline-block;
	text-align:left;
	position:relative;
}
#search form {
	border:solid 1px #EEE;
	height:40px;
	margin:10px 0;
}
#search .kw {
	width:84%;
	height:40px;
	line-height:40px;
	border:none;
	padding:0 3%;
	float:left;
	font-family:"微软雅黑";
	font-size:14px;
	background:#F9F9F9;
}
#search:before {
	content:"\33";
	font-family:"iconfont" !important;
	font-size:20px;
	color:#000;
	position:absolute;
	left:25px;
	top:35px;
}
#search .btn {
	float:right;
	width:10%;
	height:42px;
	border:none;
	background:#E90;
	color:#FFF;
	font-family:"微软雅黑";
	font-size:16px;
	cursor:pointer;
	margin:-1px;
}
.search {
	line-height: 24px;
	padding: 20px;
	font-size:14px;
}
.search.bg {
    background:#F4F4F4;
	padding: 20px;
}
.search h3 {
	font-size:18px;
	font-weight:normal;
}
.search img {
	width:120px;
	height:100px;
	float:left;
	margin-right:10px;
}