﻿@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("font/iconfont.css");
@font-face {
 font-family: 'DIN Condensed Bold';
 src: url('font/DIN Condensed Bold.eot');
 src: url('font/DIN Condensed Bold.eot?#iefix') format('embedded-opentype');
 src: url('font/DIN Condensed Bold.woff') format('woff'), url('font/DIN Condensed Bold.ttf') format('truetype'), url('font/DIN Condensed Bold.svg#DIN Condensed Bold') format('svg'), local('DIN Condensed Bold');
 font-weight: normal;
 font-style: normal;
}
* {
 margin: 0px;
 padding: 0px;
}
body {
 font-size: 12px;
 color: #333;
 font-family: "PingFang SC", Microsoft Yahei, Arial, Helvetica, sans-serif;
}
ul {
 list-style-type: none;
}
img {
 border: 0;
 vertical-align: bottom;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
 -webkit-appearance: none;
}
textarea, select {
 /*-webkit-appearance: none;*/
}
input, textarea, select {
 font-family: "PingFang SC", Microsoft Yahei, Arial, Helvetica, sans-serif;
 outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #666;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #666;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #666;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #666;
}
a:link {
 color: #333;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
 color: #333;
}
a:hover {
 text-decoration: none;
 color: #be1b22;
}
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: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
 color: #C00;
 text-decoration: none;
}
a.wr:hover {
 color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
 color: #999;
 text-decoration: none;
}
a.wg:hover {
 color: #C00;
}
.f_black {
 color: #000;
}
.f_red {
 color: #C00;
}
.f_white {
 color: #FFF;
}
.f_gray {
 color: #999;
}
.f_orange {
 color: #F90;
}
.f_green {
 color: #390;
}
.f_blue {
 color: #36F;
}
.f_mblue {
 color: #09C;
}
.f_dblue {
 color: #069;
}
.f_gold {
 color: #F60;
}
.f_pink {
 color: #F6C;
}
.f_Arial {
 font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
 font-family: Microsoft Yahei;
}
.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;
}
.mb30 {
 margin-bottom: 30px;
}
.pl10 {
 padding-left: 10px;
}
.pl20 {
 padding-left: 20px;
}
.line {
 background: url(../images/line.png) repeat-x left center;
 height: 18px;
 width: 100%;
 margin: 0px auto;
 clear: both;
}
.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: 92%;
 margin: 0 auto;
}
.success {
 -webkit-animation: fadeIn 0.5s ease 0s 1 both;
 animation: fadeIn 0.5s ease 0s 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: 15px;
 margin: 30px 0;
}
.page span {
 margin: 0 2px;
}
.page span a {
 padding: 5px 10px;
 color: #666;
 border: solid 1px #DDD;
 background-color: #FFF;
}
.page span a:hover {
 border: solid 1px #be1b22;
 color: #666;
}
.page span.current {
 color: #FFF;
 background: #be1b22;
 padding: 5px 10px;
 border: solid 1px #be1b22;
}
/**/
header {
 position: relative;
 z-index: 2;
}
/*幻灯片*/
header .banner {
 position: relative;
 width: 100%;
 background-color: #000;
 z-index: 1;
	margin-top:70px;
}
header .banner .swiper-container {
 height: inherit;
}
header .banner .prev, header .banner .next {
 position: absolute;
 width: 50px;
 height: 50px;
 top: 50%;
 margin-top: -25px;
 cursor: pointer;
 z-index: 3;
 -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 .banner .prev:focus, header .banner .next:focus {
 outline: none;
}
header .banner .prev:before, header .banner .next:before {
 content: "\e666";
 font-family: "iconfont" !important;
 vertical-align: middle;
 position: absolute;
 width: 100%;
 height: 100%;
 line-height: 50px;
 font-size: 50px;
 font-weight: 700;
 text-align: center;
 color: rgba(255, 255, 255, 0.3);
}
header .banner .prev:hover:before, header .banner .next:hover:before {
 color: rgba(255, 255, 255, 0.8);
}
header .banner .prev {
 left: -60px;
}
header .banner .prev:before {
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}
header .banner .next {
 right: -60px;
}
header .banner:hover .prev {
 left: 10px;
}
header .banner:hover .next {
 right: 10px;
}
header .banner .img {
 height: 100%;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 position: relative;
}
header .banner .img img {
 display: none;
}
header .logo {
 display: inline-block;
 height: 70px;
}
header .logo:before {
 content: "";
 display: inline-block;
 vertical-align: middle;
 height: 100%;
 visibility: hidden;
 width: 1px;
}
header .logo img {
 max-height: 45px;
 vertical-align: middle;
 margin-right: -1px;
}
header .logo_name {
 display: inline-block;
 vertical-align: middle;
 position: relative;
 padding-left: 10px;
 line-height: 1.5;
}
header .logo_name:before {
 content: "";
 display: block !important;
 height: 100%;
 position: absolute;
 width: 1px;
 left: 0;
 top: 0;
 background-color: #ececec;
 background-image: radial-gradient(#8a8a8a, #fff);
}
header .logo_name h1 {
 font-size: 22px;
 font-weight: 400;
 color: #000;
}
header .logo_name h2 {
 font-size: 14px;
 font-weight: 400;
 color: #888;
}
header .menu {
 position: relative;
 float: right;
 clear: right;
 display: inline-block;
 z-index: 1;
 margin-top: 20px;
}
header .menu .mod {
 position: absolute;
 left: 0;
 bottom: 0;
 border-bottom: solid 1px #be1b22;
 -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;
}
header .menu ul li {
 display: inline-block;
 margin-right: 30px;
}
header .menu ul li:last-child {
 margin-right: 0;
}
header .menu ul li a {
 display: block;
 font-size: 15px;
 height: 30px;
 line-height: 30px;
 font-weight: 400;
 color: #000;
}
header .menu ul li a:hover {
	color:#be1b22;
}
header .boxfix {
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 70px;
 opacity: 1;
 z-index: 3;
 background-color: #FFF;
 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
 -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 .boxfix.close {
 height: 0;
 opacity: 0;
}
.midbody {
 position: relative;
 z-index: 1;
}
.midbody a.ann {
 position: relative;
 width: 160px;
 display: block;
 margin: 30px auto 0 auto;
 height: 40px;
 line-height: 40px;
 color: #FFF;
 font-size: 16px;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: 2px;
 cursor: pointer;
 z-index: 1;
}
.midbody a.ann .hover {
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 display: block;
 border: 1px solid #be1b22;
 width: 100%;
 height: 100%;
 background: #be1b22;
 transition: transform .25s ease-out;
 -webkit-transition: transform .25s ease-out;
 -moz-transition: transform .25s ease-out;
 -webkit-border-radius: 40px;
 -moz-border-radius: 40px;
 border-radius: 40px;
}
.midbody a.ann:hover .hover {
 background: rgba(0, 0, 0, 0.05);
 transform: rotateX(180deg);
 -webkit-transform: rotateX(180deg);
 -moz-transform: rotateX(180deg);
}
.midbody a.ann:hover {
	color:#be1b22;
}
.midbody .tit {
 color: #000;
 font-size: 25px;
 font-weight: 400;
 position: relative;
 text-align:center;
	margin-bottom:30px;
}
.midbody .tit:before {
	content:"";
	position:absolute;
 width: 3vw;
 height: 2px;
 bottom: -10px;
 left: 50%;
 margin-left: -1.5vw;
 background-color: #be1b22;
}
.midbody .hmpro {
 padding: 50px 0;
 border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.midbody .hmpro nav {
	text-align:center;
}
.midbody .hmpro nav ul li {
 display: inline-block;
 margin-left: 10px;
 position: relative;
}
.midbody .hmpro nav ul li a {
 display: block;
 font-size: 15px;
 padding: 5px 10px;
}
.midbody .hmpro nav ul li a:hover {
 color: #be1b22;
 font-weight: 600;
}
.midbody .hmpro nav ul li.on a {
 font-weight: 600;
 color: #FFF;
}
.midbody .hmpro nav ul li.on:before {
 background-color: #be1b22;
 content: '';
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 -ms-transform: skewX(-13deg);
 -webkit-transform: skewX(-13deg);
 transform: skewX(-13deg);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
.midbody .hmpro article {
 margin-top: 30px;
 text-align: center;
}
.midbody .hmpro article ul li {
 position: relative;
 display: inline-block;
 vertical-align: top;
 width: 30%;
 margin-left: -3px;
 margin-right: 5%;
 margin-bottom: 2%;
 background-color: #FFF;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 webkit-transition: all 0.2s linear;
 transition: all 0.2s linear;
}
.midbody .hmpro article ul li:nth-child(3n+0) {
 margin-right: 0;
}
.midbody .hmpro article ul li:hover {
 border-bottom: solid 5px #be1b22;
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
 -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
	opacity: 0.8;
}
.midbody .hmpro article ul li .img {
 width: 100%;
 overflow: hidden;
}
.midbody .hmpro article ul li .img img {
 width: 100%;
 height: 100%;
 transition: transform 0.3s ease 0s;
 transition-property: transform;
 transition-duration: 0.3s;
 transition-timing-function: ease;
 transition-delay: 0s;
}
.midbody .hmpro article ul li:hover .img img {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}
.midbody .hmpro article ul li .txt {
 position: relative;
 bottom: 0;
 z-index: 2;
 width: 90%;
 padding: 5px 10px;
 display: inline-block;
 background-color: #FFF;
 -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;
}
.midbody .hmpro article ul li:hover .txt {
 bottom: 60px;
}
.midbody .hmpro article ul li .txt h3 {
 width: 100%;
 height: 50px;
 line-height: 50px;
 font-size: 15px;
 font-weight: 600;
 color: #000;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-align: center;
}
.midbody .hmpro article ul li .btns {
 position: absolute;
 width: 100%;
 height: 60px;
 left: 0;
 bottom: 0;
 z-index: 1;
}
.midbody .hmpro article ul li .btns span {
 display: inline-block;
 margin: 0 10px;
 background-color: rgba(0, 0, 0, 0.05);
 border: solid 1px rgba(0, 0, 0, 0.85);
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 position: relative;
 overflow: hidden;
 z-index: 1;
}
.midbody .hmpro article ul li .btns span:last-child {
 background-color: #be1b22;
	border: solid 1px #be1b22;
}
.midbody .hmpro article ul li .btns span a {
 display: block;
 padding: 3px 15px;
 font-size: 13px;
 color: #000;
 position: relative;
 z-index: 2;
}
.midbody .hmpro article ul li .btns span:last-child a, .midbody .hmpro article ul li .btns span a:hover {
 color: #FFF;
}
.midbody .hmpro article ul li .btns span a:before {
 content: "\e63b";
 font-family: "iconfont" !important;
 font-size: 20px;
 vertical-align: middle;
 margin-right: 5px;
}
.midbody .hmpro article ul li .btns span:last-child a:before {
 content: "\edc5";
}
.midbody .hmpro article ul li .btns span:before {
 content: "";
 position: absolute;
 width: 140%;
 height: 140%;
 background-color: rgba(0, 0, 0, 0.8);
 top: -140%;
 left: -20%;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 -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: 2;
}
.midbody .hmpro article ul li .btns span:hover {
 border: solid 1px rgba(0, 0, 0, 0.8);
}
.midbody .hmpro article ul li .btns span:hover:before {
 top: -20%;
}
.midbody .hmabout {
 padding: 50px 0;
 background-color: rgba(0, 0, 0, 0.02);
}
.midbody .hmabout .kk {
	margin-top:30px;
}
.midbody .hmabout article {
 display: inline-block;
 width: 50%;
 font-size: 14px;
 line-height: 2;
 text-align: justify;
}
.midbody .hmabout ul {
	display:flex;
	margin-top:20px;
	line-height:1.3;
}
.midbody .hmabout ul li {
 display: inline-block;
 width: 25%;
 text-align: center;
 margin-left: -3px;
}
.midbody .hmabout ul li span {
 font-family: "iconfont" !important;
 font-size: 40px;
 padding: 10px 30px;
 display: inline-block;
 color: #c01920;
 position: relative;
 filter: Alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
}
.midbody .hmabout ul li span:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background-image: url("../images/icon_bg.svg");
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 filter: Alpha(opacity=60);
 -moz-opacity: 0.6;
 opacity: 0.6;
}
.midbody .hmabout ul li h2 {
 font-family: 'DIN Condensed Bold';
 font-size: 35px;
 font-weight: 400;
 color: rgba(0, 0, 0, 0.8);
}
.midbody .hmabout ul li h3 {
 font-size: 15px;
 font-weight: 400;
 color: rgba(0, 0, 0, 0.65);
}
.midbody .hmabout .img {
 display: inline-block;
 width: 45%;
 margin-right: -3px;
 float: right;
}
.midbody .hmabout .img img {
 width: 100%;
 height: 100%;
}
.midbody .hmad {
 padding: 50px 0;
 text-align: center;
 background-image: url(../images/ysbg.jpg);
 background-position: center top;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
 position: relative;
 z-index: 1;
}
.midbody .hmad:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background-color: #000;
 opacity: 0.75;
 z-index: -1;
}
.midbody .hmad .tit {
 color: rgba(255, 255, 255, 0.9);
 line-height: 2;
}
.midbody .hmad .tit:before {
 content: normal;
}
.midbody .hmad .tit h1 {
 font-size: 25px;
 font-weight: 400;
}
.midbody .hmad .tit h2 {
 font-size: 16px;
 font-weight: 400;
}
.midbody .hmad .tit .ui-decor {
 position: relative;
 display: inline-block;
 width: 40px;
 height: 1px;
 margin-right: 15px;
 margin-left: 15px;
 background-color: #be1b22;
}
.midbody .hmad .tit .ui-decor:before, .midbody .hmad .tit .ui-decor:after {
 position: absolute;
 bottom: -5px;
 width: 30px;
 height: 1px;
 content: '';
 background-color: #be1b22;
}
.midbody .hmad .tit .ui-decor:before {
 left: -15px;
 -webkit-animation: ui-ml 5s linear infinite;
 animation: ui-ml 5s linear infinite;
}
.midbody .hmad .tit .ui-decor:after {
 right: -15px;
 -webkit-animation: ui-mr 5s linear infinite;
 animation: ui-mr 5s linear infinite;
}
@-webkit-keyframes ui-ml {
 0% {
  left: -15px;
 }
 50% {
  left: -30px;
 }
 100% {
  left: -15px;
 }
}
@keyframes ui-ml {
 0% {
  left: -15px;
 }
 50% {
  left: -30px;
 }
 100% {
  left: -15px;
 }
}
@-webkit-keyframes ui-mr {
 0% {
  right: -15px;
 }
 50% {
  right: -30px;
 }
 100% {
  right: -15px;
 }
}
@keyframes ui-mr {
 0% {
  right: -15px;
 }
 50% {
  right: -30px;
 }
 100% {
  right: -15px;
 }
}
.midbody .hmad ul li {
 display: inline-block;
 width: 18%;
 margin-left: -3px;
 margin-right: 4%;
 padding: 60px 40px;
 box-sizing: border-box;
 text-align: center;
 box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
 position: relative;
 z-index: 1;
 overflow: hidden;
	-webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
}
.midbody .hmad ul li:nth-child(4n+0) {
 margin-right: 0;
}
.midbody .hmad ul li:after {
 content: "";
 position: absolute;
 z-index: -2;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background: #F4F4F4 url("../images/mast.png") no-repeat 55% 10%;
 background-size: 55%;
}
.midbody .hmad ul li:before {
 content: "";
 position: absolute;
 z-index: -1;
 width: 10%;
 height: 2px;
 left: 45%;
 bottom: 40px;
 background-color: #be1b22;
 -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;
}
.midbody .hmad ul li:hover:before {
 width: 100%;
 height: 60%;
 left: 0;
 bottom: 0;
	-webkit-border-radius: 40% 40% 0 0;
 -moz-border-radius: 40% 40% 0 0;
 border-radius: 40% 40% 0 0;
}
.midbody .hmad ul li .tb {
	display: inline-block;
	text-align: center;
	width: 55%;
	margin-bottom: 20px;
	border: 2px solid #D11F27;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	-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;
}
.midbody .hmad ul li .tb img {
	width:100%;
	height:100%;
}
.midbody .hmad ul li h3 {
 font-size: 16px;
 color: #000;
 -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;
}
.midbody .hmad ul li p {
 margin-top: 10px;
 font-size: 13px;
 line-height: 1.8;
 text-align: justify;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -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;
}
.midbody .hmad ul li:hover .tb {
 color: #be1b22;
 margin-bottom: 70px;
 margin-top: -20px;
}
.midbody .hmad ul li:hover h3, .midbody .hmad ul li:hover p {
 color: rgba(255, 255, 255, 0.8);
}
.midbody .hmcase {
 padding: 50px 0;
 border-top: solid 1px rgba(0, 0, 0, 0.1);
 border-bottom: solid 1px rgba(0, 0, 0, 0.1);
 background-color: rgba(0, 0, 0, 0.03);
}
.midbody .hmcase ul {
 margin: 0 2%;
}
.midbody .hmcase ul li {
 display: inline-block;
 width: 18.4%;
 margin-right: 2%;
 margin-left: -3px;
 margin-bottom: 2%;
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.midbody .hmcase ul li:nth-child(5n+0) {
 margin-right: 0;
}
.midbody .hmcase ul li .img {
 position: relative;
 width: 100%;
}
.midbody .hmcase ul li .img img {
 width: 100%;
 height: 100%;
 transition: transform 0.3s ease 0s;
 transition-property: transform;
 transition-duration: 0.3s;
 transition-timing-function: ease;
 transition-delay: 0s;
}
.midbody .hmcase ul li:hover .img img {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}
.midbody .hmcase ul li h3 {
 width: 94%;
 height: 40px;
 line-height: 40px;
 padding: 10px 3%;
 font-size: 15px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-align: center;
 background-color: #fff;
 color: #000;
 -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;
}
.midbody .hmnews {
 padding: 50px 0;
}
.midbody .hmnews ul {
 display: inline-block;
 width: 32%;
 margin-right: 2%;
 margin-left: -3px;
 margin-top: 20px;
 padding: 20px;
 background-color: #fff;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 vertical-align: top;
}
.midbody .hmnews ul:nth-child(3) {
 margin-right: 0;
}
.midbody .hmnews ul:hover {
 border: solid 1px #EEE;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.midbody .hmnews ul h2 {
 margin-bottom: 10px;
	font-size:18px;
	font-weight:600;
}
.midbody .hmnews ul h2 a {
 float: right;
 display: inline-block;
 color: #666;
 font-size: 13px;
 padding: 5px 15px;
 position: relative;
 z-index: 1;
}
.midbody .hmnews ul h2 a:before {
 content: "";
 position: absolute;
 z-index: -1;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background-color: rgba(0,0,0,0.05);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
.midbody .hmnews ul li {
 margin-top: 20px;
 overflow: hidden;
}
.midbody .hmnews ul li .img {
 width: 100%;
 position: relative;
 overflow: hidden;
 margin-bottom: 10px;
}
.midbody .hmnews ul li .img img {
 width: 100%;
 height: 100%;
 transition: transform 0.3s ease 0s;
 transition-property: transform;
 transition-duration: 0.3s;
 transition-timing-function: ease;
 transition-delay: 0s;
}
.midbody .hmnews ul li .img:hover img {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}
.midbody .hmnews ul li h3 {
 font-size: 15px;
}
.midbody .hmnews ul li p {
 margin-top: 10px;
 color: #888;
 line-height: 1.75;
 font-size: 14px;
 text-align: justify;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
.midbody .hmnews ul li .date {
 color: #7b7b7b;
 margin: 10px 0;
 font-size: 13px;
 float: right;
}
.midbody .hmnews ul .btn {
 margin: 15px 0 15px -65px;
 color: rgba(0, 0, 0, 0.2);
 font-size: 14px;
 -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;
}
.midbody .hmnews ul .btn:after {
 content: "\e666";
 font-family: "iconfont";
 font-size: 15px;
 font-weight: 600;
 padding: 1px;
 vertical-align: middle;
 text-align: center;
 border: solid 2px rgba(0, 0, 0, 0.2);
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 margin-left: 10px;
}
.midbody .hmnews ul li:hover .btn {
 color: #000;
 margin: 15px 0;
}
.midbody .hmnews ul li:hover .btn:after {
 border: solid 2px #000;
}
.midbody .hmnews ul dl {
 margin-top: 20px;
 background-color: #FFF;
}
.midbody .hmnews ul dl dt {
 background-color: rgba(0, 0, 0, 0.05);
 padding: 15px 40px 15px 20px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 position: relative;
 cursor: pointer;
 overflow: hidden;
}
.midbody .hmnews ul dl dt:after {
 content: "\e7ab";
 font-family: "iconfont" !important;
 position: absolute;
 right: 15px;
 top: 50%;
 margin-top: -18px;
 font-size: 30px;
 color: #000;
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 transform: 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;
}
.midbody .hmnews ul dl dt:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: -100%;
 background-color: #be1b22;
 -webkit-transition: all 0.1s linear;
 -moz-transition: all 0.1s linear;
 -o-transition: all 0.1s linear;
 -ms-transition: all 0.1s linear;
 transition: all 0.1s linear;
}
.midbody .hmnews ul dl dt span {
 color: #000;
 font-size: 15px;
 text-align: justify;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
.midbody .hmnews ul dl dd {
 line-height: 2;
 font-size: 14px;
 margin: 10px 10px 0 10px;
 display: none;
 overflow: hidden;
}
.midbody .hmnews ul dl.on dt span {
 color: #FFF;
 position: relative;
 z-index: 2;
}
.midbody .hmnews ul dl.on dt:before {
 top: 0;
 -webkit-transition: all 0.3s linear;
 -moz-transition: all 0.3s linear;
 -o-transition: all 0.3s linear;
 -ms-transition: all 0.3s linear;
 transition: all 0.3s linear;
}
.midbody .hmnews ul dl.on dt:after {
 color: #FFF;
 -webkit-transform: rotate(-90deg);
 -moz-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 transform: rotate(-90deg);
}
.midbody .hmnews ul dl.on dd {
 display: block;
}
.midbody .hmnews ul dl.on dd p {
 overflow: hidden;
 text-align: justify;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 5;
 -webkit-box-orient: vertical;
}
.midbody .hmnews ul dl.on:hover .btn {
 color: #000;
 margin: 15px 0;
}
.midbody .hmnews ul dl.on:hover .btn:after {
 border: solid 2px #000;
}
.midbody .contact {
 padding: 50px 0;
 background-image: url("../images/contact_bg.png");
 background-repeat: repeat;
 border-top: solid 1px rgba(0, 0, 0, 0.1);
 border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.midbody .contact h1 {
 font-size: 28px;
 padding-left: 0;
	text-align:left;
}
.midbody .contact h2 {
 font-size: 14px;
 color: #666;
 font-weight: 400;
}
.midbody .contact h1:before {
 content: unset;
}
.midbody .contact article {
 margin: 50px 0;
}
.midbody .contact article input {
 display: inline-block;
 margin-right: -3px;
 margin-left: 1%;
 background-color: #fff;
 padding: 20px 1%;
 color: #6e6e6e;
 font-size: 14px;
 border: none;
  -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.midbody .contact article .submit {
 cursor: pointer;
 background-color: #be1b22;
 color: #fff;
 width: 15%;
 text-align: center;
 padding: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 height: 60px;
 line-height: 56px;
 border: 2px solid #be1b22;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.midbody .contact article .submit:hover {
 background: #fff;
 color: #be1b22;
}
.midbody .contact article .text1 {
 margin-left: 0;
 width: 15%;
}
.midbody .contact article .text2 {
 width: 15%;
}
.midbody .contact article .text3 {
 width: 52%;
}
footer {
 border-top: rgba(0, 0, 0, 0.1) solid 1px;
	background-color:rgba(0,0,0,0.85);
 position: relative;
 z-index: 1;
}
footer:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: -1;
}
footer .link {
 padding: 30px 0;
 border-bottom: solid 1px rgba(0, 0, 0, 0.2);
 color: #FFF;
}
footer .link h1 {
 font-size: 20px;
 font-weight: 300;
 display: inline-block;
}
footer .link ul {
 display: inline-block;
}
footer .link ul li {
 display: inline-block;
 margin-top: 10px;
 margin-right: 20px;
 font-size: 14px;
}
footer .link ul li:last-child {
 margin-right: 0;
}
footer .link ul li a {
 color: #c8cfda;
}
footer .btm_kk {
 display: inline-block;
 padding: 30px 0 30px 10px;
 margin-right: 10%;
 vertical-align: top;
}
footer .btm_kk:last-child {
 margin-right: 0;
 float: right;
}
footer .btm_kk span {
 display: inline-block;
 color: #c8cfda;
 text-align: center;
 margin-right: 10px;
 margin-top: 20px;
 line-height: 2;
 font-size: 14px;
}
footer .btm_kk span img {
 width: 100px;
 display: block;
}
footer .btm_kk h3 {
 font-size: 20px;
 font-weight: 300;
 color: #FFF;
 position: relative;
}
footer .btm_kk h3:before {
 content: "";
 position: absolute;
 width: 3px;
 height: 18px;
 left: -10px;
 top: 5px;
}
footer .btm_kk:nth-child(1) h3:before {
 background-color: #40a7cd;
}
footer .btm_kk:nth-child(2) h3:before {
 background-color: #faa618;
}
footer .btm_kk:nth-child(3) h3:before {
 background-color: #be1b22;
}
footer .btm_kk:nth-child(4) h3:before {
 background-color: #49aa43;
}
footer .btm_kk ul {
 display: inline-block;
 margin-top: 10px;
 margin-right: 50px;
 vertical-align: top;
}
footer .btm_kk ul:last-child {
 margin-right: 0;
}
footer .btm_kk ul li {
 line-height: 2;
}
footer .btm_kk ul li a {
 color: #c8cfda;
 font-size: 14px;
}
footer .btm_kk dl {
 margin-top: 10px;
}
footer .btm_kk dl dd {
 line-height: 1.8;
 color: #c8cfda;
 font-size: 14px;
}
footer .btm_kk dl dd:before {
 font-family: "iconfont" !important;
 color: #be1b22;
 font-size: 22px;
 margin-right: 5px;
 vertical-align: middle;
}
footer .btm_kk dl dd:nth-child(1):before {
 content: "\e60a";
}
footer .btm_kk dl dd:nth-child(2):before {
 content: "\e610";
}
footer .btm_kk dl dd:nth-child(3):before {
 content: "\e649";
}
footer .btm_con {
 font-size: 14px;
 color: #FFF;
 text-align: center;
 padding: 10px;
 background-color: rgba(0, 0, 0, 0.95);
}
footer .btm_con a {
 color: #FFF;
}
.backtop {
 width: 50px;
 height: 50px;
 line-height: 50px;
 text-align: center;
 position: fixed;
 right: 10px;
 bottom: 10px;
 background: #000;
 cursor: pointer;
 z-index: 9999;
 filter: Alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
 display: none;
}
.backtop:before {
 content: "\e6c4";
 font-family: "iconfont" !important;
 color: #FFF;
 font-size: 25px;
}
.midbody .location {
 padding: 10px 0;
 background-color: rgba(0,0,0,0.01);
 border-bottom: solid 1px rgba(0,0,0,0.05);
}
.midbody .location ul li {
 display: inline-block;
 position: relative;
 color: #999;
}
.midbody .location ul li:nth-child(n+2):before {
 content: "\e666";
 font-family: "iconfont" !important;
 margin: 0 5px;
 font-size: 15px;
}
.midbody .location ul li a {
 font-size: 14px;
 position: relative;
 color: #888;
}
.midbody .location ul li a:hover {
 color: #000;
}
.midbody .showpro h1 {
 font-size: 20px;
 margin-bottom: 20px;
 color: #000;
}
.midbody .showpro h1 span {
 float: right;
 font-size: 14px;
 margin-top: 15px;
}
.midbody .showpro h1 span a:after {
 font-family: "iconfont" !important;
 content: "\e618";
 margin-left: 5px;
}
.midbody .showpro article {
 padding: 50px 0;
 line-height:2;
 border: solid 1px rgba(0,0,0,0.1);
 border-width: 1px 0;
 font-size:14px;
}
.midbody .showpro article img {
 max-width: 100%;
}
.midbody .showpro .about {
 padding: 50px 0; 
}
.midbody .showpro .about article {
 all: unset;
 display: inline-block;
 width: 50%;
 line-height: 2;
 font-size: 14px;
 vertical-align: middle;
}
.midbody .showpro .about aside {
 display: inline-block;
 width: 50%;
 text-align: right;
 margin-left: -4px;
}
.midbody .showpro .about aside span {
 font-size: 16px;
 color: #000;
 font-weight: 600;
 margin-left: 30px;
}
.midbody .showpro .about aside span i {
 font-family: 'DIN Condensed Bold';
 font-size: 25px;
 font-style: normal;
 font-weight: 400;
 color: #be1b22;
 vertical-align: middle;
}
.midbody .showpro .about aside span img {
 height: 150px;
 vertical-align: middle;
}
.midbody .btminfo {
 margin: 50px 0;
 line-height: 2;
 font-size: 14px;
}
.midbody .btminfo span {
 display: block;
 color: #000;
}
.midbody .btminfo span a {
 color: #000;
}
.midbody .btminfo span a:hover {
 color: #be1b22;
}
.midbody .btminfo .btn {
 float: right;
}
.midbody .btminfo .btn a {
 display: inline-block;
 color: #FFF;
 font-size: 14px;
 padding: 5px 25px 5px 40px;
 margin: 10px 0;
 line-height: 2;
 position: relative;
}
.midbody .btminfo .btn a:after {
 content: "";
 position: absolute;
 z-index: -1;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background: #000;
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
  -ms-transform: skewX(-13deg);
 -webkit-transform: skewX(-13deg);
 transform: skewX(-13deg);
}
.midbody .btminfo .btn a:before {
 font-family: "iconfont" !important;
 content: "\e666";
 font-size: 18px;
 position: absolute;
 left: 20px;
 top: 0;
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}
.midbody .main {
 padding: 20px 0;
}
.midbody .main nav {
 padding: 30px 0;
}
.midbody .main nav ul {
	text-align:center;
}
.midbody .main nav ul li {
 display: inline-block;
 margin-left: 10px;
 position: relative;
}
.midbody .main nav ul li a {
 display: block;
 font-size: 15px;
 padding: 5px 10px;
}
.midbody .main nav ul li a:hover {
 color: #be1b22;
 font-weight: 600;
}
.midbody .main nav ul li.on a {
 font-weight: 600;
 color: #FFF;
}
.midbody .main nav ul li.on:before {
 background-color: #be1b22;
 content: '';
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 -ms-transform: skewX(-13deg);
 -webkit-transform: skewX(-13deg);
 transform: skewX(-13deg);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
.midbody .main .content {
 margin: 30px 20px;
 line-height: 2;
 font-size: 14px;
}
.midbody .main .content article {
 font-size: 16px !important;
}
.midbody .main .content article img {
 max-width: 100%;
}
.midbody .main .down {
 margin: 20px 0;
 font-size: 14px;
}
.midbody .main .down span {
 font-weight: bold;
 color: #C30;
}
.midbody .main .down img {
 vertical-align: middle;
}
.midbody .main .newslist {
 background: #EEE;
 line-height: 40px;
 height: 40px;
 overflow: hidden;
 padding: 5px 10px;
}
.midbody .main .newslist.wt {
 background: #FFF;
}
.midbody .main .newslist a {
 padding-left: 10px;
 background: url(../images/tb.png) no-repeat left center;
 font-size: 14px;
}
.midbody .main .piclist {}
.midbody .main .piclist ul li {
 display: inline-block;
 width: 23.5%;
 margin-right: 2%;
 margin-left: -3px;
 margin-top: 2%;
 text-align: center;
 vertical-align: top;
}
.midbody .main .piclist ul.od li {
 width: 22.75%;
 margin-right: 3%;
}
.midbody .main .piclist ul li:nth-child(4n+0) {
 margin-right: 0;
}
.midbody .main .piclist ul li .img {
 width: 100%;
 margin: 0 auto;
 text-align: center;
 overflow: hidden;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border: solid 1px rgba(0,0,0,0.3);
}
.midbody .main .piclist ul li .img:before {
 content: "";
 display: inline-block;
 vertical-align: middle;
 height: 100%;
 visibility: hidden;
 width: 1px;
}
.midbody .main .piclist ul li .img img {
 vertical-align: middle;
 margin-left: -1px;
 width: 100%;
 height: 100%;
 max-height: 100% !important;
 max-width: 100% !important;
 transition: transform 0.3s ease 0s;
 transition-property: transform;
 transition-duration: 0.3s;
 transition-timing-function: ease;
 transition-delay: 0s;
}
.midbody .main .piclist ul li .img:hover img {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}
.midbody .main .piclist ul li h3 {
 font-size: 14px;
 margin: 10px 0;
}
.midbody .main .videolist {
 padding: 10px;
}
.midbody .main .videolist ul li {
 display: inline-block;
 width: 25%;
 margin-left: -3px;
 margin-bottom: 20px;
 vertical-align: top;
}
.midbody .main .videolist ul li .img {
 width: 90%;
 margin: 0 auto;
 overflow: hidden;
 position: relative;
 z-index: 1;
}
.midbody .main .videolist ul li:hover .img:before {
 content: "\e617";
 font-family: "iconfont" !important;
 font-size: 60px;
 color: #FFF;
 position: absolute;
 left: 50%;
 margin-left: -30px;
 top: 50%;
 margin-top: -30px;
 filter: alpha(opacity=100);
 -moz-opacity: 1;
 -khtml-opacity: 1;
 opacity: 1;
 z-index: 3;
}
.midbody .main .videolist ul li:hover .img:after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: #000;
 filter: alpha(opacity=50);
 -moz-opacity: 0.50;
 -khtml-opacity: 0.50;
 opacity: 0.50;
 z-index: 2;
}
.midbody .main .videolist ul li .img img {
 width: 100%;
 height: 100%;
 vertical-align: bottom;
 transition: transform 0.3s ease 0s;
 transition-property: transform;
 transition-duration: 0.3s;
 transition-timing-function: ease;
 transition-delay: 0s;
}
.midbody .main .videolist ul li .img img:hover {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05)
}
.midbody .main .videolist ul li .txt {
 width: 80%;
 margin: 0 auto;
 padding: 10px 5%;
 text-align: center;
 font-size: 14px;
 height: 28px;
 line-height: 28px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}
.midbody .main .list {
 padding: 0px;
}
.midbody .main .list ul li {
 border-bottom: solid 1px #EEE;
 padding: 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;
}
.midbody .main .list ul li:hover {
 -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.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;
}
.midbody .main .list ul li .img {
 width: 20%;
 display: inline-block;
 overflow: hidden;
 vertical-align: top;
 margin-left: -3px;
}
.midbody .main .list ul li .img img {
 height: 100%;
 width: 100%;
 vertical-align: bottom;
 transition: transform 0.3s ease 0s;
 transition-property: transform;
 transition-duration: 0.3s;
 transition-timing-function: ease;
 transition-delay: 0s;
}
.midbody .main .list ul li:hover .img img {
 -webkit-transform: scale(1.08);
 -moz-transform: scale(1.08);
 -ms-transform: scale(1.08);
 transform: scale(1.08);
}
.midbody .main .list ul li .timer {
 float: right;
 width: 10%;
 margin-top: 40px;
 margin-left: -3px;
 display: inline-block;
 text-align: center;
 color: #888;
}
.midbody .main .list ul li .timer .icon {
 font-family: "iconfont" !important;
 font-size: 45px;
 color: #CCC;
}
.midbody .main .list ul li .timer .monday {
 font-size: 24px;
}
.midbody .main .list ul li .timer .year {
 font-size: 18px;
}
.midbody .main .list ul li .timer .date {
 display: none;
 font-size: 16px;
}
.midbody .main .list ul li .txt {
 width: 70%;
 display: inline-block;
 margin-left: -3px;
 vertical-align: top;
 padding-left: 30px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.midbody .main .list ul li .txt h3 {
 margin-top: 35px;
 font-size: 16px;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
.midbody .main .list ul li .txt article {
 font-size: 14px;
 line-height: 1.8;
 color: #888;
 margin-top: 20px;
 text-align: justify;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
.midbody .main .list ul li .txt .btn {
 display: inline-block;
 margin-top: 20px;
 padding: 5px 10px 5px 15px;
 text-transform: uppercase;
 font-size: 14px;
 color: #666;
 background-color: #fff;
 border: solid 1px #CCC;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.midbody .main .list ul li .txt .btn:after {
 content: "\e666";
 font-family: "iconfont" !important;
 font-size: 16px;
}
.midbody .main .list ul li:hover .txt .btn {
 color: #fff;
 background-color: #be1b22;
 border: solid 1px #be1b22;
}
.midbody .main .list ul li.nopic {
 padding: 30px 20px;
}
.midbody .main .list ul li.nopic .txt {
 width: 86%;
}
.midbody .main .list ul li.nopic .txt h3 {
 margin-top: 0px;
}
.midbody .main .list ul li.nopic .timer {
 margin-top: 10px;
}
.midbody .main .list2 {
 padding: 20px 0;
}
.midbody .main .list2 ul {
 margin-left: 3px;
}
.midbody .main .list2 ul li {
 display: inline-block;
 width: 50%;
 margin-left: -3px;
 border-bottom: solid 1px #DDD;
 padding: 20px;
 -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;
}
.midbody .main .list2 ul li:hover {
 -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.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;
}
.midbody .main .list2 ul li .img {
 width: 35%;
 display: inline-block;
 overflow: hidden;
 vertical-align: top;
 margin-left: -3px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.midbody .main .list2 ul li .img img {
 height: 100%;
 width: 100%;
 vertical-align: bottom;
 transition: transform 0.3s ease 0s;
 transition-property: transform;
 transition-duration: 0.3s;
 transition-timing-function: ease;
 transition-delay: 0s;
}
.midbody .main .list2 ul li:hover .img img {
 -webkit-transform: scale(1.08);
 -moz-transform: scale(1.08);
 -ms-transform: scale(1.08);
 transform: scale(1.08);
}
.midbody .main .list2 ul li .txt {
 width: 65%;
 display: inline-block;
 margin-left: -3px;
 vertical-align: top;
 padding-left: 20px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.midbody .main .list2 ul li .txt h3 {
 margin-top: 50px;
 font-size: 16px;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
.midbody .main .list2 ul li .txt article {
 font-size: 14px;
 line-height: 1.8;
 color: #888;
 margin-top: 20px;
 text-align: justify;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
.midbody .main .list2 ul li .txt .btn {
 display: inline-block;
 margin-top: 20px;
 padding: 5px 20px;
 text-transform: uppercase;
 font-size: 14px;
 color: #fff;
 position: relative;
 z-index: 1;
}
.midbody .main .list2 ul li .txt .btn:before {
 background-color: #be1b22;
 content: '';
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 -ms-transform: skewX(-13deg);
 -webkit-transform: skewX(-13deg);
 transform: skewX(-13deg);
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
.midbody .main .list2.od ul li {
 width: 49%;
 padding: 0;
 margin-bottom: 30px;
 margin-right: 2%;
 padding-right: 20px;
 border: solid 1px #EEE;
 -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.midbody .main .list2.od ul li:nth-child(2n+0) {
 margin-right: 0;
}
.midbody .main .list2.od ul li .img {
 position: relative;
}
.midbody .main .list2.od ul li:hover .img {
 border: solid 5px #be1b22;
}
.midbody .main .list2.od ul li:hover {
 background-color: #be1b22;
}
.midbody .main .list2.od ul li .img:before {
 content: "\e607";
 font-family: "iconfont" !important;
 position: absolute;
 width: 50px;
 height: 50px;
 left: 50%;
 top: 50%;
 margin-top: -25px;
 margin-left: -25px;
 font-size: 50px;
 color: #fff;
 filter: Alpha(opacity=0);
 -moz-opacity: 0;
 opacity: 0;
 -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: 2;
}
.midbody .main .list2.od ul li:hover .img:before {
 filter: Alpha(opacity=90);
 -moz-opacity: .90;
 opacity: 0.90;
 -moz-transition: all 0.4s ease-in-out;
 -o-transition: all 0.4s ease-in-out;
 -ms-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}
.midbody .main .list2.od ul li:hover .img:after {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background-color: rgba(0, 0, 0, 0.3);
 z-index: 1;
}
.midbody .main .list2.od ul li:hover .txt h3 {
 color: #fff;
}
.midbody .main .list2.od ul li:hover .txt article {
 color: #fff;
}
.midbody .main .list2.od ul li:hover .txt .btn {
 color: #000;
}
.midbody .main .list2.od ul li:hover .txt .btn:before {
 background-color: rgba(255, 255, 255, 1);
}
.midbody .main .showinfo {
 display: inline-block;
 vertical-align: top;
 width: 76%;
}
.midbody .main .showinfo h1 {
 font-size: 20px;
 text-align: center;
 color: #000;
 padding: 10px;
}
.midbody .main .showinfo article {
 padding: 20px; 
 border-bottom: solid 1px rgba(0,0,0,0.1);
 line-height: 2;
 font-size: 14px;
}
.midbody .main .showinfo article img {
 max-width: 100%;
}
.midbody .main .showinfo .tips {
 border-bottom: solid 1px rgba(0,0,0,0.1);
 text-align: center;
 margin-bottom: 20px;
 color: #999;
}
.midbody .main .showinfo .tips span {
 display: inline-block;
 margin: 0 20px;
 vertical-align: top;
}
.midbody .main .showinfo .tips span:before {
 font-family: "iconfont" !important;
 margin-right: 5px;
 font-size: 21px;
 vertical-align: middle;
 color: #666;
}
.midbody .main .showinfo .tips span:nth-child(1):before {
 content: "\e6c8";
}
.midbody .main .showinfo .tips span:nth-child(2):before {
 content: "\e63a";
}
.midbody .main .showinfo .tips span:nth-child(3):before {
 content: "\e634";
}
.midbody .main .showinfo .tips span .bdsharebuttonbox {
 display: inline-block !important;
 vertical-align: top;
}
.midbody .main .showinfo .swiper-container {
 display: block;
 margin: 20px 0;
 text-align: center;
}
.midbody .main .showinfo .swiper-container .swiper-slide img {
 max-width: 100%;
}
.midbody .main .showinfo .swiper-container .swiper-pagination-bullet {
 width: 12px;
 height: 12px;
 background: #999;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 filter: Alpha(opacity=70);
 -moz-opacity: .70;
 opacity: 0.70;
}
.midbody .main .showinfo .swiper-container .swiper-pagination-bullet-active {
 background: #be1b22;
}
.midbody .main .odpro {
 display: inline-block;
 width: 20%;
 margin: 10px 0;
 float: right;
 background-color: #fff;
}
.midbody .main .odpro h2 {
 background-color: #be1b22;
 padding: 10px;
 color: #fff;
 font-size: 16px;
 font-weight: 400;
}
.midbody .main .odpro h2:before {
 font-family: "iconfont" !important;
 content: "\e661";
 font-size: 18px;
 vertical-align: middle;
 margin-right: 5px;
}
.midbody .main .odpro ul {
 border: solid 1px rgba(0,0,0,0.1);
}
.midbody .main .odpro li {
 padding: 15px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 webkit-transition: all 0.2s linear;
 transition: all 0.2s linear;
}
.midbody .main .odpro li:hover {
 border-bottom: solid 3px #be1b22;
 -webkit-transform: translate3d(0, -2px, 0);
 transform: translate3d(0, -2px, 0);
 -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.midbody .main .odpro li .img {
 width: 100%;
}
.midbody .main .odpro li .img img {
 width: 100%;
 height: 100%;
 transition: transform 0.3s ease 0s;
 transition-property: transform;
 transition-duration: 0.3s;
 transition-timing-function: ease;
 transition-delay: 0s;
}
.midbody .main .odpro li .img:hover img {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}
.midbody .main .odpro li h3 {
 width: 100%;
 margin-top: 10px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 font-size: 14px;
 font-weight: 400;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}


@media screen and (max-width: 1680px) {
  .midbody .hmad ul li {
   width: 20%;
  }
  .midbody .main .list ul li .txt h3 {
   margin-top: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .midbody .hmad ul li {
   width: 21%;
  }
  .midbody .hmnews ul dl.on dd p {
   -webkit-line-clamp: 4;
  }
  .midbody .main .list2 ul li .txt h3 {
   margin-top: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .midbody .hmad ul li {
   width: 22.75%;
   margin-right: 3%;
  }
  .midbody .hmcase ul li {
   width: 23.5%;
  }
  .midbody .hmcase ul li:nth-child(5n+0) {
   margin-right: 2%;
  }
  .midbody .hmcase ul li:nth-child(4n+0) {
   margin-right: 0;
  } 
  .midbody .hmcase ul li:nth-child(n+9) {
   display: none;
  }
  .midbody .hmnews ul dl:nth-child(n+8) {
   display: none;
  }
  .midbody .hmnews ul dl.on dd p {
   -webkit-line-clamp: 5;
  }
  footer .btm_kk {
   margin-right: 5%;
  }
  .midbody .main .list2 ul li .txt h3 {
   margin-top: 20px;
  } 
  .midbody .main .list ul li .txt h3 {
   margin-top: 0px;
  } 
  .midbody .main .list ul li .timer {
   margin-top: 20px;
  } 
}
@media screen and (max-width: 1366px) {
  .midbody .main .list2 ul li .txt h3 {
   margin-top: 10px;
  }
}
@media screen and (max-width: 1280px) {
  footer .btm_kk {
   margin-right: 3%;
  }
  .midbody .main .list2 ul li .txt article {
   margin-top: 10px;
  }
  .midbody .main .list2 ul li .txt .btn {
   margin-top: 10px;
  }
  .midbody .main .list ul li .txt article {
   margin-top: 10px;
  }
  .midbody .main .list ul li .txt .btn {
   margin-top: 10px;
  }  
}
@media screen and (max-width: 810px) {
 header .overlay {
  position: fixed;
  z-index: 3;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
 header .menubtn {
  position: fixed;
  cursor: pointer;
  text-align: center;
  right: 0;
  top: 10px;
  z-index: 4;
 }
 header .menubtn.on {
  top: 0px;
 }
 header .menubtn.on:after {
  content: "";
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  z-index: -1;
 }
 header .menubtn:before {
  content: "\e639";
  font-family: "iconfont" !important;
  color: #000;
  font-size: 25px;
  padding: 10px 15px;
  display: inline-block;
 } 
 header .menubtn.on:before {
  color: #FFF;
 }
 header.wapopen .menubtn:before {
  color: #FFF;
  content: "\e654";
 }
	header .banner {
		margin-top:0;
	}
 header .boxfix {
  position: relative;
  z-index: 4;
 }
 header .boxfix .logo_name {
  display: none;
 }
 header .boxfix .menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
 }
 header.wapopen .overlay {
  height: 100%;
 }
 header.wapopen .boxfix {
  background-color: #000;
 }
 header.wapopen .logo {
  display: none;
 }
 header.wapopen .menu {
  width: 100%;
  padding: 60px 30px 0 30px;
  box-sizing: border-box;
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
 }
 header.wapopen .menu ul li {
  display: block;
  padding: 10px;
  border-bottom: solid 1px rgba(255,255,255,0.1);
 }
 header.wapopen .menu ul li a {
  font-size: 16px;
  color: #FFF;
 }
 .midbody .hmabout {
  padding: 50px 0;
 }
 .midbody .hmabout article {
  width: 100%;
 }
 .midbody .hmabout ul {
  width: 100%;
 }
	.midbody .hmabout .img {
		display: block;
		width: 100%;
		margin-right:0;
		float: unset;
		margin-top:30px;
	}
 .midbody .hmpro nav ul li:first-child,.midbody .main nav ul li:first-child {
  margin-left: 0;
 }
 .midbody .hmpro article {
  margin-top: 30px;
 }
 .midbody .hmpro article ul li {
  width: 47.5%;
  margin-bottom: 5%;
 }
 .midbody .hmpro article ul li:nth-child(3n+0) {
  margin-right: 5%;
 }
 .midbody .hmpro article ul li:nth-child(2n+0) {
  margin-right: 0;
 }
 .midbody .hmpro article ul li .txt {
  width: 100%;
 }
 .midbody .hmpro article ul li:hover .txt {
  bottom: 0px;
 }
 .midbody .hmpro article ul li .txt h3 {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  overflow: unset;
  white-space: unset;
  text-overflow: unset;
  text-align: unset;
 }
 .midbody .hmpro article ul li .btns {
  display: none;
 }
 .midbody .hmad {
  height: auto;
  margin-bottom:0;
  margin-top:0;
  padding: 50px 0;
 } 
 .midbody .hmad ul li {
  width: 40%;
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 4%;
 }
 .midbody .hmad ul li:nth-child(4n) {
  margin-right: 4%;
 }
 .midbody .hmcase ul {
  padding-top: 30px;
  padding-bottom:0;
 } 
 .midbody .hmcase ul li {
  width: 32%;
  vertical-align:top;
 }
 .midbody .hmcase ul li:nth-child(5n+0) {
  margin-right: 2%;
 }
 .midbody .hmcase ul li:nth-child(4n+0) {
  margin-right: 2%;
 } 
 .midbody .hmcase ul li:nth-child(3n+0) {
  margin-right: 0;
 } 
 .midbody .hmcase ul li:nth-child(n+9) {
  display: inline-block;
 }
 .midbody .hmcase ul li:nth-child(n+10) {
  display: none;
 }
 .midbody .hmcase ul li h3 {
  height: auto;
  line-height: 1.5;
  font-size: 14px;
  font-weight:300;
  white-space: unset;
 }
 .midbody .hmnews {
  padding-top: 10px;
 }
 .midbody .hmnews ul {
  width: 100%;
  margin-right:0;
  margin-left: 0;
  padding: 20px 0;
 }
 .midbody .contact article {
  margin: 30px 0 0 0;
 }
 .midbody .contact article input {
  margin-right:0;
  margin-left:0;
  padding: 15px 10px;
  margin-bottom:15px;
 }
 .midbody .contact article .submit {
  width: 100%;
 }
 .midbody .contact article .text1 {
  width: 100%;
 }
 .midbody .contact article .text2 {
  width: 100%;
 }
 .midbody .contact article .text3 {
  width: 100%;
 }
 footer .btm_kk:nth-child(2n+0) {
  margin-right: 0;
  float: right;
 }
 .midbody .ab_box {
  padding: 50px 0;
 } 
 .midbody .ab_box h1 {
  font-size: 30px;
 }
 .midbody .ab_box3 h1 {
  font-size: 30px;
 } 
 .midbody .ab_box3 ul li {
  width: 24.25%;
  margin-right:1%;
  margin-bottom: 1%;
 }
 .midbody .ab_box3 ul li:nth-child(6n+0) {
  margin-right: 1%;
 } 
 .midbody .ab_box3 ul li:nth-child(4n+0) {
  margin-right: 0;
 }
 .midbody .showpro h1 span {
  display:block;
  width:100%;
  margin-top:0;
  margin-bottom:15px;
 }
 .midbody .showpro .about article {
  width: 100%;
 }
 .midbody .showpro .about aside {
  width: 100%;
  text-align: center;
  margin-left: 0;
 }
 .midbody .btminfo .btn {
  float: none;
  text-align: center;
  margin-bottom:20px;
 }
 .midbody .main .content {
  margin: 0
 }
 .midbody .main .piclist ul li {
  width: 32%;
 }
 .midbody .main .piclist ul.od li {
  width: 31.333333%;
 }
 .midbody .main .piclist ul li:nth-child(4n+0) {
  margin-right: 2%;
 }
 .midbody .main .piclist ul.od li:nth-child(4n+0) {
  margin-right: 3%;
 }
 .midbody .main .piclist ul li:nth-child(3n+0),.midbody .main .piclist ul.od li:nth-child(3n+0) {
  margin-right: 0;
 }
 .midbody .main .piclist ul li h3 {
  font-weight:400;
 }
 .midbody .main .list {
  padding: 0;
 }
 .midbody .main .list ul li .img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
 }
 .midbody .main .list ul li .timer,.midbody .main .list ul li.nopic .timer {
  width: 50%;
  margin-left: 0;
  text-align: right;
  margin-top: -30px;
 }
 .midbody .main .list ul li .timer .icon {
  font-size: 20px;
  color: #CCC;
  display: inline-block;
 }
 .midbody .main .list ul li .timer .monday {
  display: none;
 }
 .midbody .main .list ul li .timer .year {
  display: none;
 }
 .midbody .main .list ul li .timer .date {
  display: inline-block;
 }
 .midbody .main .list ul li .txt, .midbody .main .list ul li.nopic .txt {
  width: 100%;
  padding-left: 0;
 }
 .midbody .main .list ul li .txt h3 {
  font-size: 18px;
 } 
 .midbody .main .list2 ul li {
  width: 100%;
  margin-left: 0;
 }
 .midbody .main .list2.od ul li {
  width: 100%;
  margin-right: 0;
 }
 .midbody .main .list2 ul li .img {
  width: 25%;
 }
 .midbody .main .list2 ul li .txt {
  width: 75%;
 }
 .midbody .main .videolist ul li {
  width: 33.333333%;
 }
 .midbody .main .videolist ul li .txt {
  height: auto;
  line-height: 1.5;
  white-space: unset;
 }
 .midbody .main .showinfo {
  width: 100%;
 }
 .midbody .main .odpro {
  width: 100%;
  margin: 10px 0;
  float: none;
  background-color: #fff;
 }
 .midbody .main .odpro li {
  display:inline-block;
  margin-left:-3px;
  margin-right:2%;
  width:49%;
 }
 .midbody .main .odpro li:nth-child(2n+0) {
  margin-right:0;
 }
}
@media screen and (max-width: 430px) {
 .midbody .hmad ul li {
  width: 47%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px 10px 60px 10px;
  vertical-align:top;
 }
 .midbody .hmad ul li:nth-child(4n) {
  margin-right: 1%;
 }
 .midbody .hmad ul li .tb {
  font-size: 60px;
  margin-bottom: 30px;
 }
 .midbody .hmad ul li h3 {
  font-size: 14px;
 }
 .midbody .hmcase ul li {
  width: 49%;
 }
 .midbody .hmcase ul li:nth-child(3n+0) {
  margin-right: 2%;
 } 
 .midbody .hmcase ul li:nth-child(2n+0) {
  margin-right: 0;
 } 
 .midbody .hmcase ul li:nth-child(n+9) {
  display: none;
 }
 .midbody .contact h1 {
  font-size: 25px;
 }
 footer .btm_kk {
  margin-right: 0;
  float: unset !important;
 }
 footer .btm_kk:last-child {
  width:100%;	 
  text-align:center;
 }
 footer .btm_kk:last-child h3 {
  text-align:left;
 }
 .midbody .ab_box article {
  padding-bottom: 0;
 }
 .midbody .ab_box h1 {
  font-size: 25px;
 }
 .midbody .ab_box ul {
  width: 100%;
 }
 .midbody .ab_box ul li span {
  font-size: 40px;
  padding: 20px;
 }
 .midbody .ab_box ul li h2 {
  font-size: 30px;
 }
 .midbody .ab_box ul li h3 {
  font-size: 14px;
 } 
 .midbody .ab_box3 h1 {
  font-size: 25px;
 } 
 .midbody .ab_box3 ul li {
  width: 49%;
 }
 .midbody .ab_box3 ul li:nth-child(4n+0) {
  margin-right: 1%;
 } 
 .midbody .ab_box3 ul li:nth-child(2n+0) {
  margin-right: 0;
 } 
 .midbody .main .list2 ul li .img {
  width: 100%;
  margin-left:0;
 }
 .midbody .main .list2 ul li .txt {
  width: 100%;
  margin-left:0;
  padding: 20px;
 } 
 .midbody .main .list2.od ul li {
  padding-right: 0;
 }
 .midbody .main .videolist ul li {
  width: 50%;
 }
 .midbody .showpro .about {
  display: none;
 }
 .midbody .showpro h1 {
  margin-top: 20px;
 }
}








