﻿@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;
}
@font-face {
 font-family: 'ZiTiQuanXinYiGuanHeiTi';
 font-style: normal;
 font-weight: 400;
 src: url(font/ZiTiQuanXinYiGuanHeiTi4.0-2.woff) format('woff'), url('font/ZiTiQuanXinYiGuanHeiTi4.0-2.ttf') format('truetype');
}
* {
 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: #226d95;
}
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: 96%;
 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 #226d95;
 color: #666;
}
.page span.current {
 color: #FFF;
 background: #226d95;
 padding: 5px 10px;
 border: solid 1px #226d95;
}
/**/
header {
 position: relative;
 z-index: 2;
}
header .btop {
 height: 140px;
 -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;
}
header .box {
 position: fixed;
 z-index: 3;
 top: 0;
 width: 100%;
 height: 140px;
 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 linear;
 -moz-transition: all 0.3s linear;
 -o-transition: all 0.3s linear;
 -ms-transition: all 0.3s linear;
 transition: all 0.3s linear;
}
header .od {
 background: #08213e;
 height: 50px;
 line-height: 50px;
 border-bottom: solid 1px #ddd;
 font-size: 13px;
 color: #fff;
 -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;
}
header .od ul {
 float: right;
}
header .od ul li {
 display: inline-block;
 margin-left: 20px;
 position: relative;
 z-index: 2;
}
header .od ul li:before {
 content: "/";
 position: absolute;
 left: -12px;
 font-size: 12px;
 color: rgba(255, 255, 255, 0.6);
}
header .od ul li:first-child:before {
 content: normal;
}
header .od ul li a span {
 display: none;
 position: absolute;
 top: 50px;
 left: 50%;
 margin-left: -50px;
}
header .od ul li a {
 display: block;
 color: inherit;
}
header .od ul li a:hover {
 color: #aad4ec;
}
header .od ul li a:hover span {
 display: block;
}
header .od .tel {
 float: right;
 margin-right: 20px;
 position: relative;
}
header .od .tel span {
 margin-left: 5px;
 margin-right: 5px;
 position: relative;
}
header .od .tel span i {
 font-family: "iconfont" !important;
 margin-right: 5px;
 font-style: normal;
 font-size: 16px;
}
header .od .tel span:first-child {
 border-right: none;
}
header .od .tel span:first-child a {
 color: #aad4ec;
 vertical-align: bottom;
 font-size: 20px;
 font-family: 'DIN Condensed Bold';
}
header .logo {
 display: inline-block;
 height: 90px;
 -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;
}
header .logo:before {
 content: "";
 display: inline-block;
 vertical-align: middle;
 height: 100%;
 visibility: hidden;
 width: 1px;
}
header .logo img {
 max-height: 70px;
 vertical-align: middle;
 margin-right: -1px;
 -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;
}
header .logo_name {
 display: inline-block;
 vertical-align: middle;
 position: relative;
 margin-left: 10px;
 padding-left: 10px;
 line-height: 1.5;
 -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;
}
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: 27px;
 font-weight: 400;
 color: #08213e;
 font-family: "ZiTiQuanXinYiGuanHeiTi";
}
header .logo_name h2 {
 font-size: 12px;
 font-weight: 400;
 color: #226d95;
}
header .logo_name h2 span {
 font-size: 20px;
 font-weight: bold;
}
header .menu {
 height: 90px;
 position: relative;
 float: right;
 clear: right;
 display: inline-block;
 -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;
 z-index: 1;
}
header .menu .mod {
 position: absolute;
 left: 0;
 bottom: 0;
 border-bottom: solid 3px #226d95;
 -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 {
 float: left;
 padding: 30px 0px;
 margin-left: 30px;
 -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;
}
header .menu ul li a {
 display: block;
 font-size: 15px;
 height: 30px;
 line-height: 30px;
 font-weight: 400;
 color: #08213e;
 overflow: hidden;
}
header .menu ul li a span {
 position: relative;
 display: block;
 margin-top: 0px;
 -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:hover a span {
 margin-top: -30px;
}
header .menu ul li a span:before {
 content: attr(data-title);
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 100%;
 color: #226d95;
}
header .menu ul li.mainlevel {
 position: relative;
 z-index: 1;
}
#home .menu ul li#m0 > a, #page1 .menu ul li#m1 > a, #page2 .menu ul li#m2 > a, #page3 .menu ul li#m3 > a, #page4 .menu ul li#m4 > a, #page5 .menu ul li#m5 > a, #page6 .menu ul li#m6 > a, #page7 .menu ul li#m7 > a {
 color: #226d95;
}
#home .menu ul li#m0 > a:after, #page1 .menu ul li#m1 > a:after, #page2 .menu ul li#m2 > a:after, #page3 .menu ul li#m3 > a:after, #page4 .menu ul li#m4 > a:after, #page5 .menu ul li#m5 > a:after, #page6 .menu ul li#m6 > a:after, #page7 .menu ul li#m7 > a:after, header .menu ul li.addmod::before {
 content: "";
 position: absolute;
 width: 100%;
 left: 0;
 bottom: 0;
 border-bottom: solid 3px #226d95;
 z-index: 2;
}
header .menu ul li.addmod::before {
 z-index: 3;
}
header .menu li ul {
 width: 100%;
 position: absolute;
 display: none;
 top: 87px;
 left: 0px;
 z-index: 2;
 text-align: center;
 padding: 20px 0;
}
header .menu li ul:before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: #f1f3f7;
 z-index: -1;
 border-top: solid 1px rgba(0, 0, 0, 0.1);
 box-shadow: 0 1px 4px -1px #999;
}
header .menu li ul li {
 float: unset;
 padding: 0 20px;
 margin-left: unset;
 display: inline-block;
 position: relative;
}
header .menu li ul li.list {
 padding: 40px;
 max-width: 20%;
 box-sizing: border-box;
 margin-right: -3px;
}
header .menu li ul li.list::before {
 content: "";
 position: absolute;
 width: 1px;
 height: 90%;
 top: 5%;
 right: 0;
 background-color: rgba(0, 0, 0, 0.1);
}
header .menu li ul li.list:last-child::before {
 width: 0;
}
header .menu li ul li a {
 margin-top: unset;
 height: unset;
}
header .menu li ul li a:hover {
 color: #226d95;
}
header .menu li ul li.list a img {
 max-width: 100%;
 display: block;
 filter: grayscale(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;
}
header .menu li ul li.list a:hover img {
 filter: unset;
}
/*scoll*/
header.scroll .btop {
 height: 60px;
}
header.scroll .box {
 height: 60px;
 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
header.scroll .logo {
 height: 60px;
}
header.scroll .logo img {
 max-height: 40px;
}
header.scroll .od {
 margin-top: -50px;
}
header.scroll .logo_name h2 {
 display: none;
}
header.scroll .menu {
 height: 60px;
}
header.scroll .menu ul > li {
 padding-top: 15px;
 padding-bottom: 15px;
}
header.scroll .menu li ul {
 top: 57px;
}
/*幻灯片*/
#bn {
 position: relative;
 width: 100%;
}
#bn .prev, #bn .next {
 position: absolute;
 width: 50px;
 height: 50px;
 top: 50%;
 margin-top: -25px;
 cursor: pointer;
 z-index: 3;
}
#bn .prev:focus, #bn .next:focus {
 outline: none;
}
#bn .prev:before, #bn .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;
 color: rgba(255, 255, 255, 0.7);
 text-align: center;
}
#bn .prev:hover:before, #bn .next:hover:before {
 color: #226d95;
}
#bn .prev {
 left: -60px;
}
#bn .prev:before {
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}
#bn .next {
 right: -60px;
}
#bn:hover .prev, #bn:hover .next, #bn .prev, #bn .next {
 -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;
}
#bn:hover .prev {
 left: 10px;
}
#bn:hover .next {
 right: 10px;
}
#bn .img {
 height: 600px;
 background-color: #FFF;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
}
#bn .img img {
 display: none;
}
#bn .swiper-pagination-bullet {
 width: 12px;
 height: 12px;
 background: #fff;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 13px;
 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;
}
#bn .swiper-pagination-bullet-active {
 background: #226d95;
 width: 24px;
 filter: Alpha(opacity=90);
 -moz-opacity: .90;
 opacity: 0.90;
 -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 a.ann {
 position: relative;
 display: block;
 width: 180px;
 height: 40px;
 margin: 30px auto 0 auto;
 line-height: 40px;
 color: #FFF;
 font-size: 16px;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: 2px;
 cursor: pointer;
 z-index: 1;
}
#mid a.ann .hover {
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 display: block;
 border: 1px solid #226d95;
 width: 100%;
 height: 100%;
 background: #226d95;
 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;
}
#mid a.ann:hover .hover {
 background: #fff;
 transform: rotateX(180deg);
 -webkit-transform: rotateX(180deg);
 -moz-transform: rotateX(180deg);
}
#mid a.ann:hover {
 color: #226d95;
}
#mid .ann2 {
 margin-top: 30px;
}
#mid .ann2 a {
 display: inline-block;
 padding: 10px 60px 10px 20px;
 text-transform: uppercase;
 font-size: 14px;
 color: #FFF;
 background-color: #474747;
}
#mid .ann2 a:after {
 content: "\e666";
 font-family: "iconfont" !important;
 position: absolute;
 width: 40px;
 height: 100%;
 right: 0;
 top: 0;
 background-color: #08213e;
 text-align: center;
 font-size: 25px;
 line-height: 1.6;
 z-index: -1;
}
#mid .tit {
 margin: 20px 0;
 text-align: center;
}
#mid .tit h1 {
 font-size: 26px;
 color: #08213e;
 font-weight: 500;
 letter-spacing: 2px;
 position: relative;
 padding-bottom: 15px;
 margin-bottom: 15px;
}
#mid .tit h1 span {
 position: absolute;
 width: 50px;
 height: 3px;
 bottom: 0;
 left: 50%;
 margin-left: -25px;
 background-color: #226d95;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
#mid .tit h1 span:after {
 content: "";
 position: absolute;
 width: 3px;
 height: 3px;
 background: #fff;
 border: 3px solid #226d95;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 bottom: -3px;
 left: 50%;
 margin-left: -3px;
 -webkit-animation: titbox 15s linear infinite;
 animation: titbox 15s linear infinite;
}
@-webkit-keyframes titbox {
 0% {
  left: 50%;
 }
 25% {
  left: 100%;
 }
 50% {
  left: 50%;
 }
 75% {
  left: 0%;
 }
 100% {
  left: 50%;
 }
}
@keyframes titbox {
 0% {
  left: 50%;
 }
 25% {
  left: 100%;
 }
 50% {
  left: 50%;
 }
 75% {
  left: 0%;
 }
 100% {
  left: 50%;
 }
}
#mid .tit h2 {
 font-size: 14px;
 color: #888;
 font-weight: 400;
}
#mid .hmpro {
 padding: 50px 0;
 text-align: center;
 background-image: url("../images/blog_bg.png");
 background-repeat: repeat;
 background-position: top right;
 background-size: 100%;
 position: relative;
 z-index: 1;
}
#mid .main .hmpro {
 padding:20px 0;	
}
#mid .hmpro nav {
 margin: 50px 0;
 text-align: center;
}
#mid .hmpro nav ul li {
 display: inline-block;
 position: relative;
 z-index: 1;
 width: auto;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#mid .hmpro nav ul li:before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.1);
 -ms-transform: skewX(-13deg);
 -webkit-transform: skewX(-13deg);
 transform: skewX(-13deg);
 z-index: -1;
}
#mid .hmpro nav ul li.on:before, #mid .hmpro nav ul li:hover:before {
 background-color: #08213e;
}
#mid .hmpro nav ul li a {
 display: block;
 font-size: 15px;
 padding: 12px 25px;
 color: #555;
}
#mid .hmpro nav ul li.on a, #mid .hmpro nav ul li a:hover {
 color: #FFF;
}
#mid .hmpro article {
 text-align:left;
}
#mid .hmpro article ul li {
 position: relative;
 display: inline-block;
 vertical-align: top;
 text-align:center;
 width: 23.5%;
 margin-left: -3px;
 margin-right: 2%;
 margin-bottom: 2%;
 border: solid 1px rgba(0, 0, 0, 0.15);
 -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;
 padding: 15px;
 background-color: #FFF;
 webkit-transition: all 0.2s linear;
 transition: all 0.2s linear;
}
#mid .hmpro article ul li:nth-child(4n+0) {
 margin-right: 0;
}
#mid .hmpro article ul li:hover {
 border-bottom: solid 5px rgba(8, 33, 62, 0.8);
 -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);
}
#mid .hmpro article ul li .img {
 width: 100%;
}
#mid .hmpro article ul li .img img {
 width: 100%;
 height: 100%;
}
#mid .hmpro article ul li .txt {
 position: relative;
 bottom: 0;
 z-index: 2;
 width: 96%;
 display: inline-block;
 background-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 .hmpro article ul li:hover .txt {
 bottom: 60px;
}
#mid .hmpro article ul li .txt h3 {
 padding-top: 10px;
 padding-left:5px;
 padding-right:5px;
 font-size: 15px;
 font-weight: 400;
 height:50px;
 display:flex;
 align-items: center;
 justify-content: center;
}
#mid .hmpro article ul li .btns {
 position: absolute;
 width: 100%;
 height: 60px;
 left: 0;
 bottom: 0;
 z-index: 1;
}
#mid .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.15);
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 position: relative;
 overflow: hidden;
 z-index: 1;
}
#mid .hmpro article ul li .btns span:last-child {
 background-color: #226d95;
}
#mid .hmpro article ul li .btns span a {
 display: block;
 padding: 6px 15px;
 font-size: 13px;
 position: relative;
 z-index: 2;
}
#mid .hmpro article ul li .btns span:last-child a, #mid .hmpro article ul li .btns span a:hover {
 color: #FFF;
}
#mid .hmpro article ul li .btns span a:before {
 content: "\e63a";
 font-family: "iconfont" !important;
 font-size: 18px;
 margin-right: 5px;
}
#mid .hmpro article ul li .btns span:last-child a:before {
 content: "\edc5";
}
#mid .hmpro article ul li .btns span:before {
 content: "";
 position: absolute;
 width: 140%;
 height: 140%;
 background-color: #08213e;
 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 linear;
 z-index: 2;
}
#mid .hmpro article ul li .btns span:hover:before {
 top: -20%;
}
#mid .hmab {
 background: url(../images/abbg.jpg) no-repeat center;
 background-size: cover;
 padding: 50px 0;
 margin-top: 50px;
}
#mid .hmab .kk {
 overflow: hidden;
 margin-top: 30px;
}
#mid .hmab article {
 display: inline-block;
 vertical-align: top;
 width: 60%;
 margin-right: -3px;
 padding-right: 30px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#mid .hmab article p {
 line-height: 2;
 font-size: 16px;
 color: #666;
 text-align: justify;
}
#mid .hmab .img {
 display: inline-block;
 width: 40%;
 margin-right: -3px;
 float: right;
}
#mid .hmab .img img {
 width: 100%;
 height: 100%;
}
#mid .hmad {
 padding: 60px 0 30px 0;
 text-align: center;
 background-image: url(../images/ysbg.jpg);
 background-position: center;
 background-repeat: no-repeat;
 background-attachment: fixed;
 position: relative;
 z-index: 1;
}
#mid .hmad:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background-color: #08213e;
 opacity: 0.75;
 z-index: -1;
}
#mid .hmad .tit h1 {
 color: #fff;
}
#mid .hmad .tit h2 {
 color: rgba(255, 255, 255, 0.7);
}
#mid .hmad .swiper-container {
 padding: 30px 0;
}
#mid .hmad .swiper-pagination {
 display: none;
}
#mid .hmad .swiper-slide {
 padding: 30px 2%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#mid .hmad .swiper-slide:hover {
 -webkit-animation: moveto 0.5s linear 0.1s 1 both;
 animation: moveto 0.5s linear 0.1s 1 both;
}
@-webkit-keyframes moveto {
 from {
  opacity: 0.5;
  margin-top: -50px;
 }
 to {
  opacity: 1;
  margin-top: 0;
 }
}
@keyframes moveto {
 from {
  opacity: 0.5;
  margin-top: -50px;
 }
 to {
  opacity: 1;
  margin-top: 0;
 }
}
#mid .hmad .swiper-slide a {
 display: inline-block;
 width: 85%;
 padding: 50px 15px;
 position: relative;
 z-index: 1;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 50px 0 50px 0;
 overflow: hidden;
}
#mid .hmad .swiper-slide a:before {
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 opacity: 0.35;
 background-color: #08213e;
 background-image: -webkit-linear-gradient(-45deg, #08213e 25%, #FFF 50%, #226d95 75%);
 background-image: -moz-linear-gradient(-45deg, #08213e 25%, #FFF 50%, #226d95 75%);
 background-image: -o-linear-gradient(-45deg, #08213e 25%, #FFF 50%, #226d95 75%);
 background-image: linear-gradient(-45deg, #08213e 25%, #FFF 50%, #226d95 75%);
 z-index: -2;
}
#mid .hmad .swiper-slide a:after {
 position: absolute;
 width: 100%;
 height: 60%;
 background-color: #FFF;
 bottom: 0;
 left: 0;
 content: '';
 z-index: -1;
 -webkit-clip-path: polygon(0% 10%, 0 100%, 100% 100%, 100% 0, 28% 24%);
 clip-path: polygon(0% 10%, 0 100%, 100% 100%, 100% 0, 28% 24%);
}
#mid .hmad .swiper-slide .img {
 display: inline-block;
 width: 70%;
 background-color: #FFF;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 overflow: hidden;
 opacity:0.8;
 -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
#mid .hmad .swiper-slide .img:after {
 content: "";
 display: -moz-inline-box; /*针对火狐*/
 display: inline-block;
 vertical-align: middle;
 height: 100%;
 visibility: hidden;
 width: 1px;
}
#mid .hmad .swiper-slide .img img {
 vertical-align: middle;
 margin-right: -1px;
 width: 100%;
 height: 100%;
}
#mid .hmad .swiper-slide h3 {
 padding-top: 60px;
 height: 60px;
 line-height: 60px;
 font-size: 20px;
 font-weight: 600;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 color: #226d95;
}
#mid .hmad .swiper-slide p {
 line-height: 1.8;
 font-size: 15px;
 color: #666;
 text-align:justify;
}
#mid .hmnews {
 padding: 50px 0;
 background: rgba(0, 0, 0, 0.03) url("../images/course_shape.png") no-repeat right top;
}
#mid .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;
}
#mid .hmnews ul:nth-child(3) {
 margin-right: 0;
}
#mid .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);
}
#mid .hmnews ul h2 {
 font-size: 20px;
 font-weight: 400;
 color: #08213e;
 margin-bottom: 10px;
}
#mid .hmnews ul h2 a {
 float: right;
 display: inline-block;
 font-size: 14px;
 color: #FFF;
 background-color: #08213e;
 padding: 5px 10px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
#mid .hmnews ul li {
 margin-top: 20px;
 overflow: hidden;
}
#mid .hmnews ul li .img {
 width: 100%;
 position: relative;
 overflow: hidden;
 margin-bottom: 10px;
}
#mid .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;
}
#mid .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);
}
#mid .hmnews ul li h3 {
 font-size: 15px;
 font-weight: 400;
}
#mid .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;
}
#mid .hmnews ul li .date {
 color: #7b7b7b;
 margin: 10px 0;
 font-size: 13px;
 float: right;
}
#mid .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;
}
#mid .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;
}
#mid .hmnews ul li:hover .btn {
 color: #226d95;
 margin: 15px 0;
}
#mid .hmnews ul li:hover .btn:after {
 border: solid 2px #226d95;
}
#mid .hmnews ul dl {
 margin-top: 20px;
 background-color: #FFF;
}
#mid .hmnews ul dl dt {
 background-color: rgba(0, 0, 0, 0.05);
 padding: 16px 20px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 position: relative;
 cursor: pointer;
 overflow: hidden;
}
#mid .hmnews ul dl dt:after {
 content: "\e7ab";
 font-family: "iconfont" !important;
 position: absolute;
 right: 15px;
 top: 50%;
 margin-top: -15px;
 font-size: 30px;
 -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;
}
#mid .hmnews ul dl dt:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: -100%;
 background-color: #226d95;
 -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;
}
#mid .hmnews ul dl dt span {
 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;
}
#mid .hmnews ul dl dd {
 line-height: 2;
 font-size: 14px;
 margin: 10px 10px 0 10px;
 display: none;
 overflow: hidden;
}
#mid .hmnews ul dl.on dt span {
 color: #FFF;
 position: relative;
 z-index: 2;
}
#mid .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;
}
#mid .hmnews ul dl.on dt:after {
 color: #FFF;
 -webkit-transform: rotate(-90deg);
 -moz-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 transform: rotate(-90deg);
}
#mid .hmnews ul dl.on dd {
 display: block;
}
#mid .hmnews ul dl.on dd div {
 overflow: hidden;
 text-align: justify;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 5;
 -webkit-box-orient: vertical;
}
#mid .hmnews ul dl.on a {
 display:block;
}
#mid .hmnews ul dl.on:hover .btn {
 color: #226d95;
 margin: 15px 0;
}
#mid .hmnews ul dl.on:hover .btn:after {
 border: solid 2px #226d95;
}
#mid .hmcase {
 padding: 50px 0;
 text-align: center;
}
#mid .hmcase .swiper-container {
 padding-top: 10px;
 padding-bottom: 50px;
}
#mid .hmcase .swiper-pagination-bullet-active {
 background: #226d95;
}
#mid .hmcase .swiper-slide .img {
 position: relative;
 width: 100%;
 background: #FFF;
 padding: 10px;
 padding-bottom: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#mid .hmcase .swiper-slide .img:before {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background-color: #000;
 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;
}
#mid .hmcase .swiper-slide:hover .img:before {
 filter: Alpha(opacity=60);
 -moz-opacity: .60;
 opacity: 0.60;
 -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;
}
#mid .hmcase .swiper-slide .img:after {
 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;
}
#mid .hmcase .swiper-slide:hover .img:after {
 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;
}
#mid .hmcase .swiper-slide .img img {
 width: 100%;
 height: 100%;
}
#mid .hmcase .swiper-slide h3 {
 width: 94%;
 height: 40px;
 line-height: 40px;
 padding: 10px 3%;
 font-size: 15px;
 font-weight: 300;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-align: center;
 background-color: #fff;
 -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 .hmcase .swiper-slide:hover h3 {
 background-color: #000;
 color: #fff;
 filter: Alpha(opacity=60);
 -moz-opacity: .60;
 opacity: 0.60;
 -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;
}
footer {
 border-top: rgba(0, 0, 0, 0.1) solid 1px;
 background-color: #08213e;
 background-image: url("../images/footer_shape.png");
 background-position: left center;
 background-repeat: no-repeat;
}
footer .link {
 padding: 20px 0;
 border-bottom: solid 1px rgba(0, 0, 0, 0.2);
 color: #c8cfda;
}
footer .link h1 {
 font-size: 16px;
 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: 6%;
 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: 18px;
 font-weight: 400;
 color: #c8cfda;
 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: #ed1b23;
}
footer .btm_kk:nth-child(2) h3:before {
 background-color: #faa618;
}
footer .btm_kk:nth-child(3) h3:before {
 background-color: #40a7cd;
}
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 ul li a:hover {
 color: #226d95;
}
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: #40a7cd;
 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_kk dl dd a {
 color: #c8cfda;
}
footer .btm_con {
 font-size: 14px;
 color: #c8cfda;
 text-align: center;
 padding: 10px;
 background-color: #0b2c51;
}
footer .btm_con a {
 color: #c8cfda;
}
.backtop {
 width: 50px;
 height: 50px;
 line-height: 50px;
 text-align: center;
 position: fixed;
 right: 20px;
 bottom: 20px;
 background: #333;
 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;
}
.backtop:hover {
 background: #226d95;
}
.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;
 box-shadow: 0 1px 4px -1px #999;
 background-color: #fff;
}
#banner div {
 width: 1920px;
 height: 300px;
 position: absolute;
 left: 50%;
 margin-left: -960px;
 top: 0;
 text-align: center;
}
.mbg {
 background: #fafafa;
}
#mid .topnav {
 background: #FFF;
 height: 60px;
 box-shadow: 0px 2px 4px -2px #CCC;
}
#mid .topnav .kk {
 position: relative;
}
#mid .type {
 margin-left: 4px;
}
#mid .type ul li {
 display: inline-block;
 position: relative;
 padding: 0 20px;
 height: 60px;
 line-height: 60px;
 margin-left: -4px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#mid .type ul li:hover, #mid .type ul > li.on {
 background-color: #226d95;
 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 .type ul li a {
 display: block;
 font-size: 15px;
 color: #888;
}
#mid .type ul li:hover > a, #mid .type ul li.on > a {
 color: #FFF;
}
#mid .type ul li span {
 position: relative;
 display: inline-block;
 width: 10px;
 float: right;
}
#mid .type ul li span:after {
 content: "\e6aa";
 font-family: "iconfont" !important;
 position: absolute;
 right: -10px;
 top: 3px;
 font-size: 11px;
 color: #888;
 -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 .type ul li:hover span:after, #mid .type ul li.on span:after {
 color: #fff;
 -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 .type ul li ul {
 position: absolute;
 left: 0;
 top: 50px;
 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 .type ul li:hover ul {
 top: 60px;
 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 .type 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 .type ul li ul li {
 display: block;
 white-space: nowrap;
 line-height: 1.5;
 padding: 5px 10px;
 height: auto;
 background-color: #fff !important;
}
#mid .type ul li ul li a {
 font-size: 13px;
 color: #888 !important;
}
#mid .type ul li ul li.on a, #mid .type ul li ul li a:hover, #mid .type ul li ul li:hover a {
 color: #226d95 !important;
}
#mid .location {
 float: right;
 margin-top: 20px;
}
#mid .location ul li {
 display: inline-block;
 position: relative;
 color: #888;
}
#mid .location ul li:nth-child(1):before {
 content: "\e62b";
 font-family: "iconfont" !important;
 font-size: 15px;
 margin: 0;
 margin-right: 5px;
}
#mid .location ul li:hover:nth-child(1):before {
 color: #226d95;
}
#mid .location ul li:before {
 content: "\e666";
 font-family: "iconfont" !important;
 margin: 0 5px;
 font-size: 15px;
}
#mid .location ul li a {
 font-size: 14px;
 position: relative;
 color: #888;
}
#mid .location ul li a:hover {
 color: #226d95;
}
#mid .main {
 padding: 20px 0;
}
#mid .main .content {
 margin: 30px 20px;
 line-height: 2;
 font-size: 14px;
}
#mid .main .content article {
 font-size: 16px !important;
}
#mid .main .content article img {
 max-width: 100%;
}
#mid .main .down {
 margin: 20px 0;
 font-size: 14px;
}
#mid .main .down span {
 font-weight: bold;
 color: #C30;
}
#mid .main .down img {
 vertical-align: middle;
}
#mid .main .newslist {
 background: #EEE;
 line-height: 40px;
 height: 40px;
 overflow: hidden;
 padding: 5px 10px;
}
#mid .main .newslist.wt {
 background: #FFF;
}
#mid .main .newslist a {
 padding-left: 10px;
 background: url(../images/tb.png) no-repeat left center;
 font-size: 14px;
}
#mid .main .piclist {}
#mid .main .piclist ul li {
 display: inline-block;
 width: 23.5%;
 margin-right: 2%;
 margin-left: -3px;
 margin-top: 20px;
 text-align: center;
 vertical-align: top;
}
#mid .main .piclist ul li:nth-child(4n+0) {
 margin-right: 0;
}
#mid .main .piclist ul.od li {
 width: 32%;
}
#mid .main .piclist ul.od li:nth-child(4n+0) {
 margin-right: 2%;
}
#mid .main .piclist ul.od li:nth-child(3n+0) {
 margin-right: 0;
}
#mid .main .piclist ul li .img {
 width: 100%;
 margin: 0 auto;
 text-align: center;
 overflow: hidden;
 padding: 2px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border: solid 1px #E6E6E6;
}
#mid .main .piclist ul li .img:before {
 content: "";
 display: inline-block;
 vertical-align: middle;
 height: 100%;
 visibility: hidden;
 width: 1px;
}
#mid .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;
}
#mid .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);
}
#mid .main .piclist ul li h3 {
 font-size: 15px;
 margin: 10px 0;
 font-weight: normal;
}
#mid .main .videolist {
 padding: 10px;
}
#mid .main .videolist ul li {
 display: inline-block;
 width: 25%;
 margin-left: -3px;
 margin-bottom: 20px;
 vertical-align: top;
}
#mid .main .videolist ul li .img {
 width: 90%;
 margin: 0 auto;
 overflow: hidden;
 position: relative;
 z-index: 1;
}
#mid .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;
}
#mid .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;
}
#mid .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;
}
#mid .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)
}
#mid .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;
}
#mid .main .list {
 padding: 0px;
}
#mid .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;
}
#mid .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;
}
#mid .main .list ul li .img {
 width: 20%;
 display: inline-block;
 overflow: hidden;
 vertical-align: top;
 margin-left: -3px;
}
#mid .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;
}
#mid .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);
}
#mid .main .list ul li .timer {
 float: right;
 width: 10%;
 margin-top: 10px;
 margin-left: -3px;
 display: inline-block;
 text-align: center;
 color: #888;
}
#mid .main .list ul li .timer .icon {
 font-family: "iconfont" !important;
 font-size: 45px;
 color: #CCC;
}
#mid .main .list ul li .timer .monday {
 font-size: 24px;
}
#mid .main .list ul li .timer .year {
 font-size: 18px;
}
#mid .main .list ul li .timer .date {
 display: none;
 font-size: 16px;
}
#mid .main .list ul li .txt {
 width: 70%;
 display: inline-block;
 margin-top: 10px;
 margin-left: -3px;
 vertical-align: top;
 padding-left: 30px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#mid .main .list ul li .txt h3 {
 font-size: 20px;
 font-weight: 400;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
#mid .main .list ul li .txt article {
 font-size: 15px;
 line-height: 1.5;
 color: #888;
 margin-top: 10px;
 text-align: justify;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
#mid .main .list ul li .txt .btn {
 display: inline-block;
 margin-top: 20px;
 padding: 7px 18px;
 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;
}
#mid .main .list ul li .txt .btn:after {
 content: "\e666";
 font-family: "iconfont" !important;
 font-size: 16px;
}
#mid .main .list ul li:hover .txt .btn {
 color: #fff;
 background-color: #226d95;
 border: solid 1px #226d95;
}
#mid .main .list ul li.nopic .txt {
 width: 86%;
}
#mid .main .list2 {
 padding: 0px;
}
#mid .main .list2 ul {
 margin-left: 3px;
}
#mid .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;
}
#mid .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;
}
#mid .main .list2 ul li .img {
 width: 40%;
 display: inline-block;
 overflow: hidden;
 vertical-align: top;
 margin-left: -3px;
}
#mid .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;
}
#mid .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);
}
#mid .main .list2 ul li .txt {
 width: 60%;
 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;
}
#mid .main .list2 ul li .txt h3 {
 margin-top: 10px;
 font-size: 20px;
 font-weight: 400;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
#mid .main .list2 ul li .txt article {
 font-size: 15px;
 line-height: 1.6;
 color: #888;
 margin-top: 10px;
 text-align: justify;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
#mid .main .list2 ul li .txt .btn {
 display: inline-block;
 margin-top: 20px;
 padding: 5px 20px;
 text-transform: uppercase;
 font-size: 14px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
 color: #fff;
 background-color: #226d95;
 border: solid 1px #226d95;
}
#mid .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);
}
#mid .main .list2.od ul li:nth-child(2n+0) {
 margin-right: 0;
}
#mid .main .list2.od ul li .img {
 width: 45%;
 position: relative;
}
#mid .main .list2.od ul li .txt {
 width: 55%;
}
#mid .main .list2.od ul li .txt h3 {
 margin-top: 30px;
}
#mid .main .list2.od ul li:hover {
 background-color: rgba(175, 123, 22, 0.6);
}
#mid .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;
}
#mid .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;
}
#mid .main .list2.od ul li:hover .img:after {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background-color: rgba(175, 123, 22, 0.6);
 z-index: 1;
}
#mid .main .list2.od ul li:hover .txt h3 {
 color: #fff;
}
#mid .main .list2.od ul li:hover .txt article {
 color: rgba(255, 255, 255, 0.8);
}
#mid .main .list2.od ul li:hover .txt .btn {
 color: #666;
 background-color: #fff;
 border: solid 1px #fff;
}
#mid .main #form_msg .ipt {
 width: 97%;
 border: solid 1px #CCC;
 height: 33px;
 line-height: 33px;
 padding: 0 1%;
 margin-top: 10px;
}
#mid .main #form_msg .ipt:focus {
 border: solid 1px #226d95;
 -moz-box-shadow: 1px 1px 3px #226d95;
 -webkit-box-shadow: 1px 1px 3px #226d95;
 box-shadow: 1px 1px 3px #226d95;
}
#mid .main #form_msg textarea {
 width: 97%;
 padding: 1%;
 height: 60px;
 line-height: 20px;
 border: solid 1px #CCC;
 margin-top: 10px;
}
#mid .main #form_msg textarea:focus {
 border: solid 1px #226d95;
 -moz-box-shadow: 1px 1px 3px #226d95;
 -webkit-box-shadow: 1px 1px 3px #226d95;
 box-shadow: 1px 1px 3px #226d95;
}
#mid .main #form_msg .btn {
 background: #226d95;
 border: 1px solid #226d95;
 color: #FFF;
 height: 35px;
 line-height: 30px;
 text-align: center;
 margin-top: 15px;
 margin-right: 10px;
 cursor: pointer;
 padding: 0 30px;
 font-size: 18px;
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
}
#mid .main #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: #226d95;
}
#mid .main .showinfo {
 display: inline-block;
 vertical-align: top;
 width: 75%;
 margin: 20px;
 padding: 20px;
 line-height: 2;
 font-size: 14px;
 background-color: #fff;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -moz-box-shadow: 1px 1px 2px #DDD;
 -webkit-box-shadow: 1px 1px 2px #DDD;
 box-shadow: 1px 1px 2px #DDD;
 border: solid 1px #E4E4E4;
}
#mid .main .showinfo h2 {
 font-size: 28px;
 font-weight: normal;
 text-align: center;
 color: #000;
}
#mid .main .showinfo article img {
 max-width: 100%;
}
#mid .main .showinfo .tips {
 border-bottom: solid 1px #e4e4e4;
 text-align: center;
 padding: 10px;
 margin-bottom: 20px;
 color: #999;
}
#mid .main .showinfo .tips span {
 display: inline-block;
 margin: 0 20px;
 vertical-align: top;
}
#mid .main .showinfo .tips span:before {
 font-family: "iconfont" !important;
 margin-right: 5px;
 font-size: 21px;
 vertical-align: middle;
 color: #666;
}
#mid .main .showinfo .tips span:nth-child(1):before {
 content: "\e6c8";
}
#mid .main .showinfo .tips span:nth-child(2):before {
 content: "\e63a";
}
#mid .main .showinfo .tips span:nth-child(3):before {
 content: "\e634";
}
#mid .main .showinfo .tips span .bdsharebuttonbox {
 display: inline-block !important;
 vertical-align: top;
}
#mid .main .btminfo {
 border-top: solid 1px #e4e4e4;
 margin: 20px 0;
 padding-top: 10px;
}
#mid .main .btminfo span {
 display: block;
 color: #666;
}
#mid .main .btminfo span a {
 color: inherit;
}
#mid .main .btminfo span a:hover {
 color: #226d95;
}
#mid .main .btminfo .btn {
 float: right;
}
#mid .main .btminfo .btn a {
 display: inline-block;
 background: #e5151f;
 color: #FFF;
 font-size: 16px;
 padding: 5px 25px 5px 40px;
 margin: 10px 0;
 -moz-border-radius: 30px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
 position: relative;
 line-height: 1.8;
}
#mid .main .btminfo .btn a:before {
 font-family: "iconfont" !important;
 content: "\e666";
 font-size: 22px;
 position: absolute;
 left: 20px;
 top: 0;
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}
#mid .main .showinfo .swiper-container {
 display: block;
 margin: 20px 0;
 text-align: center;
}
#mid .main .showinfo .swiper-container .swiper-slide img {
 max-width: 100%;
}
#mid .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;
}
#mid .main .showinfo .swiper-container .swiper-pagination-bullet-active {
 background: #226d95;
}
#mid .main .odpro {
 display: inline-block;
 width: 20%;
 margin: 20px 0;
 background-color: #fff;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -moz-box-shadow: 1px 1px 2px #DDD;
 -webkit-box-shadow: 1px 1px 2px #DDD;
 box-shadow: 1px 1px 2px #DDD;
 border: solid 1px #E4E4E4;
 overflow: hidden;
}
#mid .main .odpro h2 {
 background-color: #226d95;
 padding: 10px;
 color: #fff;
 font-size: 18px;
 font-weight: 400;
}
#mid .main .odpro h2:before {
 font-family: "iconfont" !important;
 content: "\e661";
 font-size: 20px;
 vertical-align: middle;
 margin-right: 5px;
}
#mid .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;
}
#mid .main .odpro li:hover {
 border-bottom: solid 3px #226d95;
 -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);
}
#mid .main .odpro li .img {
 width: 100%;
}
#mid .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;
}
#mid .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);
}
#mid .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;
}
#mid .main .showpro {
 padding: 20px;
 line-height: 2;
 font-size: 14px;
}
#mid .main .showpro .movepic {
 display: inline-block;
 vertical-align: top;
 width: 480px;
 margin-top: 10px;
 position: relative;
}
#mid .main .showpro .movepic > a {
 display: block;
 border: solid 1px #DDD;
}
#mid .main .showpro .movepic > a img {
 width: 100%;
 vertical-align: bottom;
}
#mid .main .showpro .movepic .gallery-top {
 border: solid 1px #DDD;
 overflow: hidden;
}
#mid .main .showpro .movepic .gallery-top .swiper-slide {
 text-align: center;
}
#mid .main .showpro .movepic .gallery-top .swiper-slide img {
 width: 100%;
 height: 100%;
}
#mid .main .showpro .movepic .gallery-thumbs {
 height: 80px;
 width: 100%;
 margin: 20px auto;
 overflow: hidden;
 position: relative;
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-wrapper {
 justify-content: center;
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-slide {
 height: 100%;
 opacity: 0.7;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border: solid 1px #DDD;
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-slide-thumb-active {
 opacity: 1;
 border: solid 2px #226d95;
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-slide img {
 height: 100%;
 width: 100%;
}
#mid .main .showpro .movepic .move-left {
 position: absolute;
 width: 40px;
 height: 40px;
 top: 50%;
 margin-top: -75px;
 left: 10px;
 cursor: pointer;
 text-align: center;
 z-index: 1;
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}
#mid .main .showpro .movepic .move-left:after {
 content: "\e666";
 font-family: "iconfont" !important;
 font-size: 30px;
 line-height: 40px;
 color: #FFF;
 opacity: 0.2;
}
#mid .main .showpro .movepic .move-right {
 position: absolute;
 width: 40px;
 height: 40px;
 top: 50%;
 margin-top: -75px;
 right: 10px;
 cursor: pointer;
 text-align: center;
 z-index: 1;
}
#mid .main .showpro .movepic .move-right:after {
 content: "\e666";
 font-family: "iconfont" !important;
 font-size: 30px;
 line-height: 40px;
 color: #FFF;
 opacity: 0.2;
}
#mid .main .showpro .movepic:hover .move-left, #mid .main .showpro .movepic:hover .move-right {
 background: #FFF;
 opacity: 0.6;
 -moz-border-radius: 100%;
 -webkit-border-radius: 100%;
 border-radius: 100%;
}
#mid .main .showpro .movepic:hover .move-left:after, #mid .main .showpro .movepic:hover .move-right:after {
 color: #000;
 opacity: 1;
}
#mid .main .showpro .protxt {
 display: inline-block;
 float: right;
 width: calc(100% - 510px);
 width: 410px\9;
}
#mid .main .showpro .protxt h2 {
 font-size: 22px;
}
#mid .main .showpro .protxt article {
 border: dashed 1px #DDD;
 background-color: #f9f9f9;
 padding: 10px;
 color: #555;
 font-size: 15px;
 margin-top: 10px;
}
#mid .main .showpro .protxt p {
 margin-top: 5px;
 font-size: 14px;
}
#mid .main .showpro .protxt p span {
 margin-right: 30px;
}
#mid .main .showpro .protxt .price {
 font-size: 25px;
 font-style: normal;
 color: #c30202;
}
#mid .main .showpro .tag {
 display: inline-block;
 margin-top: 10px;
 margin-right: 10px;
 padding: 3px 6px;
 border: solid 1px #e9410a;
 color: #e9410a;
 font-size: 12px;
 line-height:1.5;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}
#mid .main .showpro .tag a {
 color: #e9410a;
}
#mid .main .showpro .tag:nth-child(2) {
 border: solid 1px #369;
 color: #369;
}
#mid .main .showpro .tag:nth-child(2) a {
 color: #369;
}
#mid .main .showpro .tag:nth-child(3) {
 border: solid 1px #390;
 color: #390;
}
#mid .main .showpro .tag:nth-child(3) a {
 color: #390;
}
#mid .main .showpro .tag:nth-child(4) {
 border: solid 1px #936;
 color: #936;
}
#mid .main .showpro .tag:nth-child(4) a {
 color: #936;
}
#mid .main .showpro .tag:nth-child(5) {
 border: solid 1px #09F;
 color: #09F;
}
#mid .main .showpro .tag:nth-child(5) a {
 color: #09F;
}
#mid .main .showpro .protxt .btn {
 display: inline-block;
 margin-top: 20px;
}
#mid .main .showpro .protxt .btn a {
 display: block;
 margin-right: 15px;
 background-color: #226d95;
 color: #fff;
 padding: 0px 20px;
 font-size: 18px;
 -moz-border-radius: 20px;
 -webkit-border-radius: 20px;
 border-radius: 20px;
}
#mid .main .showpro .protxt .btn a.on {
 margin-right: 0;
 background-color: #e5151f;
}
#mid .main .showpro .protxt .btn a i {
 font-family: "iconfont" !important;
 font-size: 22px;
 margin-right: 5px;
 font-style:normal;
}
#mid .main .showpro .protxt .odlist h3 {
 font-size: 18px;
}
#mid .main .showpro .protxt .odlist li {
 display: inline-block;
 vertical-align: top;
 width: 25%;
 margin-right: -4px;
 border: solid 1px #DDD;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 5px;
 background: #FFF;
 webkit-transition: all 0.2s linear;
 transition: all 0.2s linear;
}
#mid .main .showpro .protxt .odlist li:hover {
 border-bottom: solid 3px #226d95;
 -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);
}
#mid .main .showpro .protxt .odlist li .img {
 width: 100%;
}
#mid .main .showpro .protxt .odlist 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;
}
#mid .main .showpro .protxt .odlist li .img:hover img {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}
#mid .main .showpro .protxt .odlist li h3 {
 width: 100%;
 height: 30px;
 line-height: 30px;
 text-align: center;
 font-size: 14px;
 font-weight: 400;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}
#mid .main .showpro .procon {
 margin-top: 20px;
 line-height: 28px;
 font-size: 14px;
 overflow: hidden;
 background-color: #fff;
 padding: 20px;
 -moz-box-shadow: 1px 1px 2px #DDD;
 -webkit-box-shadow: 1px 1px 2px #DDD;
 box-shadow: 1px 1px 2px #DDD;
 border: solid 1px #E4E4E4;
}
#mid .main .showpro .procon h2 {
 height: 45px;
 background: #F3F3F3;
 margin-bottom: 20px;
}
#mid .main .showpro .procon h2 div {
 display: inline-block;
 background: #226d95;
 padding: 0 30px;
 height: 45px;
 line-height: 45px;
 font-size: 16px;
 color: #FFF;
 font-weight: normal;
}
#mid .main .showpro .procon .con {
 margin: 20px 10px;
}
#mid .main .showpro .procon .con img {
 max-width: 100%;
}
#mid .main .showpro .procon .con.on {
 display: block;
}
#mid .main .showpro .procon .con .cxtab {
 border-top: solid 1px #DDD;
 border-left: solid 2px #DDD;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#mid .main .showpro .procon .con .cxtab ul li {
 display: inline-block;
 vertical-align: top;
 margin-right: -3px;
 margin-left: -1px;
 border-right: solid 1px #DDD;
 border-bottom: solid 1px #DDD;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 height: 35px;
 line-height: 35px;
 padding: 0 10px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}
#mid .main .showpro .procon .con .cxtab ul li:nth-child(odd) {
 width: 15%;
 background: #F3F3F3;
}
#mid .main .showpro .procon .con .cxtab ul li:nth-child(even) {
 width: 35%;
}
#mid .main .showpro .procon .con .list {}
#mid .main .showpro .procon .con .list li {
 display: inline-block;
 vertical-align: top;
 width: 20%;
 margin-right: -4px;
 border: solid 1px #DDD;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 5px 5px 20px 5px;
 background: #FFF;
 webkit-transition: all 0.2s linear;
 transition: all 0.2s linear;
}
#mid .main .showpro .procon .con .list li:hover {
 border-bottom: solid 3px #df291a;
 -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);
}
#mid .main .showpro .procon .con .list li .img {
 width: 100%;
 overflow: hidden;
}
#mid .main .showpro .procon .con .list 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;
}
#mid .main .showpro .procon .con .list li .img:hover img {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}
#mid .main .showpro .procon .con .list li h3 {
 width: 100%;
 height: 30px;
 line-height: 30px;
 padding-top: 10px;
 font-size: 15px;
 font-weight: 300;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-align: center;
}
#mid .main .showpro .procon .con .list li p {
 line-height: 24px;
 font-size: 14px;
 color: #666;
 padding: 0 10px;
}
#mid .main .showpro .tmenu {
 clear: both;
 border-bottom: solid 1px #DDD;
}
#mid .main .showpro .tmenu li {
 display: inline-block;
 line-height: 50px;
 font-size: 18px;
 margin-right: 20px;
 padding: 0 10px;
 cursor: pointer;
 font-weight: 600;
}
#mid .main .showpro .tmenu li.on {
 color: #226d95;
 border-bottom: solid 2px #226d95;
}
#mid .main .showpro .tmenu li.on:before {
 color: #226d95;
}
#mid .newspiclist li {
 position: relative;
 line-height: 24px;
 margin-bottom: 40px;
 padding: 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 .newspiclist li:after {
 content: "";
 position: absolute;
 bottom: -20px;
 left: 0;
 width: 100%;
 border-bottom: dotted 1px #CCC;
}
#mid .newspiclist 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;
}
#mid .newspiclist li .img {
 height: 180px;
 width: 240px;
 float: left;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border: solid 1px #E6E6E6;
 overflow: hidden;
}
#mid .newspiclist 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;
}
#mid .newspiclist li:hover .img img {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}
#mid .newspiclist li .txt {
 float: right;
 width: calc(100% - 270px);
 width: 630px\9;
 margin-top: 10px;
}
#mid .newspiclist li .txt h3 {
 font-size: 20px;
 font-weight: normal;
}
#mid .newspiclist li .txt h3:before {
 content: "\e6c0";
 font-family: "iconfont" !important;
 margin-right: 5px;
 margin-left: -2px;
}
#mid .newspiclist li .txt p {
 margin-top: 10px;
 color: #666;
 font-size: 14px;
}
#mid .newspiclist li .txt p span {
 font-family: "iconfont" !important;
 font-size: 16px;
 color: #666;
 margin-right: 5px;
}
#mid > .search {
 margin-top: 20px;
 padding: 20px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#mid .search .newspiclist ul li .img {
 height: 120px;
 width: 180px;
}
#mid .search .newspiclist li .txt {
 width: calc(100% - 200px);
 margin-bottom: 10px;
}
#mid .search .newspiclist li .txt.wd100 {
 width: 100%;
}
#mid .typemenu {
 display: none;
 width: 75%;
 position: absolute;
 left: 0;
 top: 0;
}
#mid .typemenu .swiper-container {
 width: 92%;
 height: 60px;
 margin: 0;
}
#mid .typemenu .swiper-container .swiper-slide {
 display: inline-block;
 line-height: 60px;
 padding: 0 20px;
 width: auto;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#mid .typemenu .swiper-container .swiper-slide.on {
 background: #226d95;
}
#mid .typemenu .swiper-container .swiper-slide a {
 font-size: 15px;
 color: #888;
}
#mid .typemenu .swiper-container .swiper-slide.on a {
 color: #fff;
}
#mid .typemenu .swiper-button {
 position: absolute;
 width: 7%;
 height: 100%;
 right: 0;
 top: 0;
}
#mid .typemenu .swiper-button .button-prev, #mid .typemenu .swiper-button .button-next {
 display: inline-block;
 width: 50%;
 height: 100%;
 background-color: #f3f3f3;
 margin-left: -3px;
 vertical-align: top;
 cursor: pointer;
 position: relative;
}
#mid .typemenu .swiper-button .button-prev:before, #mid .typemenu .swiper-button .button-next:before {
 content: "\e7ab";
 font-family: "iconfont" !important;
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 2px;
 line-height: 2;
 font-size: 30px;
}
#mid .typemenu .swiper-button .button-prev:before {
 top: 0px;
 -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}
#mid .typemenu .swiper-button .button-prev:hover, #mid .typemenu .swiper-button .button-next:hover {
 background-color: #226d95;
 color: #fff;
}
/*wap*/
.overlay {
 position: fixed;
 z-index: 99;
 background-color: rgba(0, 0, 0, 0.85);
 bottom: 0;
 right: 0;
 left: 0;
}
.openmenu .overlay {
 top: 0
}
#pgcontainer {
 padding: 0;
 margin: 0
}
#menu {
 height: 100%;
 width: 0;
 background: #000;
 position: fixed;
 top: 0;
 right: 0;
 z-index: 101;
 overflow: auto;
 -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
 -moz-box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
 box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
 display: none;
}
#menu .close {
 height: 35px;
 width: 35px;
 position: absolute;
 right: 5px;
 top: 5px;
 cursor: pointer;
}
#menu .close:before {
 content: "\e654";
 font-family: "iconfont" !important;
 color: #FFF;
 font-size: 20px;
 line-height: 35px;
}
#menu ul {
 margin-top: 45px;
 z-index: 101;
 overflow-y: auto;
 overflow-x: hidden
}
#menu ul li {
 display: block
}
#menu ul li a {
 display: block;
 min-width: 130px;
 padding: 10px 20px;
 color: #cdcdcd;
 font-size: 16px;
 text-decoration: none;
 text-align: left;
}
#menu li a:hover {
 color: #FFF;
 background: #226d95;
}
#menu ul li ul {
 display: none;
 margin-top: 0px;
}
#menu ul li ul li a {
 padding: 5px 10px 5px 35px;
 font-size: 14px;
}
#menu li form {
 margin-bottom: 10px;
 padding: 10px 20px;
 position: relative;
}
#menu li input {
 border: none;
 background: #FFF;
 width: 100%;
 padding: 8px 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#menu li button {
 position: absolute;
 width: 40px;
 height: 100%;
 right: 20px;
 top: 0;
 border: none;
 background: none;
 cursor: pointer;
}
#menu li i {
 font-family: "iconfont" !important;
 font-size: 24px;
 font-style: normal;
}
.odline {
 display: none;
 position: fixed;
 left: 0;
 bottom: 0px;
 width: 100%;
 height: 45px;
 background: #222;
 z-index: 999;
}
.odline li {
 display: inline-block;
 width: 25%;
 height: 45px;
 line-height: 45px;
 margin-right: -3px;
 text-align: center;
 border-right: solid 1px rgba(0, 0, 0, 0.8);
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.odline li:nth-child(2) {
 width: 30%;
}
.odline li:nth-child(3) {
 width: 45%;
 background-color: #226d95;
 border-right: none;
}
.odline li a {
 color: #FFF;
 font-size: 16px;
}
.odline li span:before {
 font-family: "iconfont" !important;
 font-size: 18px;
 margin-right: 5px;
 vertical-align: middle;
}
.odline li:nth-child(1) span:before {
 content: "\e62b";
}
.odline li:nth-child(2) span:before {
 content: "\e649";
}
.odline li:nth-child(3) span:before {
 content: "\e610";
}
@media screen and (max-width: 1360px) {
 #mid .hmpro article ul li {
  width: 32%;
 }
 #mid .hmpro article ul li:nth-child(4n+0) {
  margin-right: 2%;
 }
 #mid .hmpro article ul li:nth-child(3n+0) {
  margin-right: 0;
 }
}
@media screen and (max-width: 768px) {
 .kk {
  width: 100%;
  margin: 0 auto;
 }
 .odline {
  display: block;
 }
 header {
  height: 55px;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #FFF;
  z-index: 999;
 }
 header .od, header .menu {
  display: none;
 }
 header .btop {
  height: 60px;
 }
 header .box {
  height: 60px;
 }
 header .logo {
  height: 60px;
 }
 header .logo img {
  margin-left: 10px;
  max-height: 40px;
 }
 header .logo_name h1 {
  font-size: 18px;
 }
 header .logo_name h2 {
  display: none;
 }
 /*scoll*/
 header.scroll .btop {
  height: 40px;
 }
 header.scroll .box {
  height: 40px;
 }
 header.scroll .logo {
  height: 40px;
  -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;
 }
 header.scroll .logo img {
  max-height: 30px;
 }
 header .menubtn {
  position: absolute;
  cursor: pointer;
  text-align: center;
  right: 10px;
  top: 50%;
  margin-top: -12px;
 }
 header .menubtn:before {
  content: "\e639";
  font-family: "iconfont" !important;
  color: #000;
  font-size: 24px;
 }
 header .menubtn:hover:before {
  color: #ee362a;
 }
 #bn {
  margin-top: 55px;
 }
 #bn .img {
  height: auto;
  background-image: none !important;
  overflow: hidden;
 }
 #bn .img img {
  width: 140%;
  margin-left: -20%;
  display: block;
 }
 #banner {
  margin-top: 55px;
 }
 #banner div {
  width: 100%;
  position: relative;
  left: 0%;
  margin-left: 0px;
 }
 #banner div img {
  width: 180%;
  margin-left: -40%;
 }
 #mid .tit h1 {
  font-size: 25px;
 }
 #mid .hmpro {
  padding: 30px 10px 0 10px;
 }
 #mid .hmpro nav {
  display: none;
 }
 #mid .hmpro article {
  margin-top: 20px;
 }
 #mid .hmpro article ul li {
  width: 49%;
 }
 #mid .hmpro article ul li:nth-child(3n+0) {
  margin-right: 2%;
 }
 #mid .hmpro article ul li:nth-child(2n+0) {
  margin-right: 0;
 }
 #mid .hmpro article ul li .btns {
  display: none;
 }
 #mid .hmab {
  padding: 30px 10px;
 }
 #mid .hmab article {
  width: 100%;
  margin-right: 0;
  padding: 10px;
 }
 #mid .hmab .img {
  width: 100%;
  margin-right: 0;
  float: none;
 }
 #mid .hmad {
  padding: 30px 10px;
 }
 #mid .hmad .swiper-container {
  padding: 0 0 30px 0;
 }
 #mid .hmad .swiper-pagination {
  display: block;
 }
 #mid .hmad .swiper-slide h3 {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
 }
 #mid .hmad .swiper-slide p {
  line-height: 1.5;
  font-size: 14px;
  margin-top: 0;
 }
 #mid .hmnews {
  padding: 30px 10px;
 }
 #mid .hmnews ul {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
 }
 #mid .hmcase {
  padding: 30px 0;
 }
 #mid .hmcase h1 {
  font-size: 25px;
 }
 #mid .hmcase h1 span {
  font-size: 20px;
 }
 #mid .hmcase h2 {
  font-size: 14px;
  padding: 0 10px;
 }
 #mid .hmcase .swiper-container {
  padding: 30px 0;
 }
 footer .link {
  padding: 20px;
 }
 footer {
  padding-bottom: 45px;
 }
 footer .btm_kk {
  padding: 30px;
  margin-right: 0;
 }
 footer .btm_kk:last-child {
  float: none;
 }
 #mid .topnav {
  height: auto;
 }
 #mid .location, #mid .typemenu {
  display: none !important;
 }
 #mid .type {
  margin-left: 3px;
  display: block !important;
 }
 #mid .type ul > li {
  width: 50%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-left: -3px;
 }
 #mid .type ul > li a {
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
 }
 #mid .type ul li ul li {
  width: 100%;
  text-align: left;
  margin-left: 0px;
 }
 #mid .type ul li.all {
  display: none;
 }
 #mid .main .list {
  padding: 0;
 }
 #mid .main .list ul li .img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
 }
 #mid .main .list ul li .timer {
  width: 50%;
  margin-left: 0;
  text-align: right;
  margin-top: -30px;
 }
 #mid .main .list ul li .timer .icon {
  font-size: 20px;
  color: #CCC;
  display: inline-block;
 }
 #mid .main .list ul li .timer .monday {
  display: none;
 }
 #mid .main .list ul li .timer .year {
  display: none;
 }
 #mid .main .list ul li .timer .date {
  display: inline-block;
 }
 #mid .main .list ul li .txt, #mid .main .list ul li.nopic .txt {
  width: 100%;
  padding-left: 0;
 }
 #mid .main .list ul li .txt h3 {
  font-size: 18px;
 }
 #mid .main .showinfo {
  width: 98%;
  margin: 0 1%;
 }
 #mid .main .showinfo h2 {
  font-size: 25px;
  line-height: 1.5;
 }
 #mid .main .odpro {
  width: 98%;
  margin: 30px 1%;
 }
 #mid .main .odpro li {
  display: inline-block;
  width: 50%;
  margin-left: -3px;
 }
 #mid .search .newspiclist ul li .img {
  width: 100%;
  height: auto
 }
 #mid .search .newspiclist li .txt {
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }
}
@media screen and (max-width: 420px) {
 .page span {
  display: none;
 }
 .page span.current, .page span.param {
  display: inline-block;
 }
 #mid .main .piclist {
  padding: 0 10px;
 }
 #mid .main .piclist ul {
  margin-left: 3px;
  margin-right: -3px;
 }
 #mid .main .piclist ul li {
  width: 49%;
  margin-top: 0;
  margin-bottom: 10px;
 }
 #mid .main .piclist ul li:nth-child(2n+0) {
  margin-right: 0;
 }
 #mid .main .piclist ul.od li {
  width: 49%;
 }
 #mid .main .piclist ul.od li:nth-child(3n+0) {
  margin-right: 2%;
 }
 #mid .main .piclist ul.od li:nth-child(2n+0) {
  margin-right: 0;
 }
 #mid .main .piclist ul li h3 {
  font-size: 14px;
 }
 #mid .main .videolist ul li {
  width: 50%;
 }
 #mid .main .list2 {
  padding: 0px 10px;
 }
 #mid .main .list2 ul {
  margin-left: 0;
 }
 #mid .main .list2 ul li {
  width: 100%;
  margin-left: 0;
 }
 #mid .main .list2 ul li .img {
  width: 100%;
  margin-left: 0;
 }
 #mid .main .list2 ul li .txt {
  width: 100%;
  margin-left: 0px;
  padding: 20px;
 }
 #mid .main .list2 ul li .txt h3 {
  margin-top: 0;
 }
 #mid .main .list2.od ul li {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
 }
 #mid .main .list2.od ul li .img {
  width: 100%;
  position: relative;
 }
 #mid .main .list2.od ul li .txt {
  width: 100%;
 }
 #mid .main .list2.od ul li .txt h3 {
  margin-top: 0;
 }
 #mid .main .showinfo .tips {
  padding: 10px 0;
 }
 #mid .main .showinfo .tips span {
  display: block;
  margin: 0;
  text-align: left;
  line-height: 1.5;
 }
 #mid .main .showinfo h2 {
  text-align: left;
  font-size: 20px;
 }
 #mid .main .showinfo .btminfo .btn {
  float: none;
  text-align: center;
 }
 #mid .main .showpro {
  padding: 0 10px;
 }
 #mid .main .showpro .movepic {
  width: 100%;
  margin-top: 0;
 }
 #mid .main .showpro .protxt {
  float: none;
  width: 100%;
 }
 #mid .main .showpro .protxt h2 {
  font-size: 20px;
 }
 #mid .main .showpro .protxt .btn {
  margin: 20px 0;
 }
 #mid .main .showpro .procon {
  padding-top: 10px;
  margin-top: 20px;
  border-top: dotted 1px #CCC;
 }
 #mid .main .showpro .procon .con .cxtab ul li:nth-child(odd) {
  width: 35%;
 }
 #mid .main .showpro .procon .con .cxtab ul li:nth-child(even) {
  width: 65%;
 }
 #mid .main .showpro .procon .con .list li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
 }
 #mid .main .showpro .tmenu li {
  display: inline-block;
  width: 25%;
  margin-right: -4px;
  padding: 0;
  font-size: 16px;
  text-align: center;
 }
 #mid .main .showpro .btminfo .btn {
  float: none;
  text-align: center;
 }
 #mid .main .showpro .protxt .odlist li {
  width: 50%;
 }
 #mid .newspiclist li .img {
  height: 240px;
  width: 100%;
  float: none;
 }
 #mid .newspiclist li .txt {
  float: none;
  width: 100%;
 }
}
@media screen and (max-width: 320px) {
 #mid .hmpro article ul li {
  width: 100%;
  margin-right: 0;
 }
 #mid .newspiclist li .img {
  height: 200px;
 }
}