@charset "utf-8";
/* reset */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
/*i,cite,em,var,address,dfn{font-style:normal;}*/
[hidefocus],
summary {
  outline: 0;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
/*h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}*/
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
table tr td {
  border: 1px solid #000;
  padding: 5px 5px;
}
body {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
li {
  list-style: none;
}
a {
  color: #020202;
  text-decoration: none;
}
a:hover {
  color: #d71819;
  text-decoration: none;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-clear {
  clear: both;
}
.f-ff0 {
  font-family: "Microsoft Yahei";
}
@font-face {
  font-family: FZZZHONGHJW;
  src: url('../fonts/FZZZHONGHJW.woff');
}
.f-ff1 {
  font-family: FZZZHONGHJW;
}
.f-fwder {
  font-weight: bolder;
}
.f-fwnor {
  font-weight: normal;
}
.f-fff {
  color: #fff;
}
.f-000 {
  color: #000;
}
.f-gary {
  color: #3a1a03;
}
.f-orange {
  color: #e25e3e;
}
.f-block {
  display: block;
}
.f-overf {
  overflow: hidden;
}
.f-capital {
  text-transform: uppercase;
}
.f-lineh {
  line-height: 200%;
}
.f-mg {
  margin: 0 auto;
}
[class^='col-md'] {
  padding: 0;
}
[class^='col-xs'] {
  padding: 0;
}
[class^='row'] {
  padding: 0;
}
[class^='uk-container'] {
  padding: 0;
}
[class^='uk-container'] {
  padding: 0;
}
/*to top*/
.toTop {
  position: fixed;
  right: -5px;
  bottom: 30px;
  width: 40px;
  height: 35px;
  background: #404040 url("../images/totop.png") 10px center no-repeat;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  z-index: 201;
}
.toTop p {
  height: 100%;
  width: 70px;
  background: #000;
  line-height: 35px;
  position: absolute;
  left: 35px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 100;
}
.toTop:hover {
  background-color: #000;
}
.toTop:hover p {
  left: -60px;
}
/* float qq side */
.side {
  position: fixed;
  width: 54px;
  height: 275px;
  right: 0;
  top: 214px;
  z-index: 100;
}
.side li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  border-bottom: 1px solid #444;
}
.side li .sidebox {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
}
.side li .sidebox:hover a {
  color: #fff;
}
.side li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 0.3s;
}
.side li .sidetop:hover {
  background: #0ba952;
  opacity: 1;
  filter: alpha(opacity=100);
}
.side li img {
  float: left;
}
/*pagelist*/
.listpage {
  clear: both;
  line-height: 30px;
}
.listpage ul {
  overflow: hidden;
}
.listpage a {
  background-color: #f7faf8;
  border: 1px solid #664319;
  color: #666666;
  display: block;
  float: left;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin: 5px 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.listpage li {
  float: left;
}
.listpage span {
  background-color: #FBF779;
  border-color: #C6DDF1;
  border-style: solid;
  border-width: 1px;
  color: #FF7400;
  display: block;
  float: left;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  margin: 5px 2px;
  padding-left: 10px;
  padding-right: 10px;
}
/*pc-nav*/
.head-top {
  background: url('../images/pc-top-nav-bg.jpg') center no-repeat;
  width: 100%;
  height: 118px;
}
.logo-nav {
  padding-top: .8%;
}
.logo-nav .uk-grid {
  padding-left: 135px;
}
.logo-nav .uk-navbar {
  background: transparent;
}
.logo-nav .uk-navbar-nav > li.uk-active > a {
  background: transparent;
}
.logo-nav .uk-parent {
  border-bottom: 2px solid transparent;
}
.logo-nav .uk-parent:hover {
  border-bottom: 2px solid #3a1a03;
}
.logo-nav .uk-parent:hover a {
  color: #3a1a03;
}
.logo-nav .uk-parent:last-child {
  border-right: 1px solid transparent;
}
.logo-nav .uk-parent .first {
  height: 78px;
  line-height: 78px;
  padding: 0 40px;
}
.logo-nav .uk-parent .uk-dropdown-navbar {
  background: #fff;
  width: 100%;
}
.logo-nav .uk-parent .uk-dropdown-navbar li {
  padding: 0;
}
.logo-nav .uk-parent .uk-dropdown-navbar li a {
  padding: 10px 15px;
}
.logo-nav .uk-parent .uk-dropdown-navbar li:hover a {
  background: #3a1a03;
  color: #fff;
}
.pm-nav {
  display: none;
}
.pm-nav .sub {
  padding-left: 3%;
}
.pm-nav .first {
  padding-bottom: 8%;
}
.pm-nav .first li {
  padding: 2% 0;
}
.pm-nav form .input {
  border: 1px solid #fff;
  background: #fff;
  padding: 2%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.pm-nav form .send {
  background: #e25e3e;
  border: 1px solid #e25e3e;
  padding: 2%;
}
.pm-nav-hit {
  width: 100%;
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: #444;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: .05% 12px 0;
  background: rgba(0, 0, 0, 0.7);
  vertical-align: middle;
  line-height: 5px;
  min-height: 30px;
  font-size: 1rem;
  text-decoration: none;
}
/*banner*/
/*banner Dot navigation dotnav.css*/
.uk-dotnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -15px;
  margin-top: -15px;
  /* 2 */
  padding: 10px;
  list-style: none;
}
.uk-dotnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 15px;
  margin-top: 15px;
}
.uk-dotnav:before,
.uk-dotnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-dotnav:after {
  clear: both;
}
.uk-dotnav > * {
  float: left;
}
.uk-dotnav > * > * {
  display: block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(50, 50, 50, 0.1);
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
  background: rgba(50, 50, 50, 0.4);
  outline: none;
}
/* OnClick */
.uk-dotnav > * > :active {
  background: rgba(50, 50, 50, 0.6);
}
/* Active */
.uk-dotnav > .uk-active > * {
  background: rgba(50, 50, 50, 0.4);
}
.uk-dotnav-contrast > * > * {
  background: rgba(255, 255, 255, 0.4);
}
.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
  background: rgba(255, 255, 255, 0.7);
}
.uk-dotnav-contrast > * > :active {
  background: rgba(255, 255, 255, 0.9);
}
.uk-dotnav-contrast > .uk-active > * {
  background: rgba(255, 255, 255, 0.9);
}
.uk-dotnav-vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.uk-dotnav-vertical > * {
  float: none;
}
/*banner next slidenav.css*/
.uk-slidenav {
  display: inline-block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;
}
.uk-slidenav:hover,
.uk-slidenav:focus {
  outline: none;
  text-decoration: none;
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}
.uk-slidenav:active {
  color: rgba(50, 50, 50, 0.9);
}
.uk-slidenav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
}
.uk-slidenav-next:before {
  content: "\f105";
  font-family: FontAwesome;
}
.uk-slidenav-position {
  position: relative;
}
.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}
.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}
.uk-slidenav-position .uk-slidenav-previous {
  left: 20px;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 20px;
}
.uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5);
}
.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}
/*banner content */
.uk-slideshow {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  touch-action: pan-y;
}
.uk-slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.uk-slideshow > .uk-active {
  z-index: 10;
  opacity: 1;
}
.uk-slideshow > li > img {
  visibility: hidden;
}
[data-uk-slideshow-slide] {
  cursor: pointer;
}
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
  height: 100vh;
}
.uk-slideshow-fade-in {
  -webkit-animation: uk-fade 0.5s linear;
  animation: uk-fade 0.5s linear;
}
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}
.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}
.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}
.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}
.inner-crumb {
  padding: .6% 0;
  border-bottom: 1px solid #e5e5e5;
}
.inner-crumb span {
  background: url('../images/crumb-icon.jpg') left center no-repeat;
  padding-left: 2%;
}
.inner-crumb a {
  line-height: 20px;
}
.index-hit-search {
  background: #f5f4f3;
  padding: 1% 0;
}
.index-hit-search .left {
  padding-top: 1%;
}
.index-hit-search .tit {
  color: #070707;
}
.index-hit-search .kw,
.index-hit-search .kw a {
  color: #8c8c8b;
}
.index-hit-search .right .inputText {
  height: 30px;
  width: 245px;
}
.index-hit-search form {
  position: relative;
}
.index-hit-search .img {
  margin-bottom: -6%;
  margin-left: -2%;
}
.index-big-tit h2 {
  margin: 0;
}
.index-big-tit small {
  padding-top: .5%;
}
.index-pro {
  padding: 3% 0;
}
.index-pro .cont {
  padding: 3% 0 0;
}
.index-pro .cont .boot .tit {
  font-size: 1.17em;
  padding: 3% 0 2%;
}
.index-pro .cont .uk-overlay-panel {
  top: 0;
}
.index-pro .cont .uk-overlay-background {
  background: #3e3a33;
  opacity: .8;
}
.index-pro .cont h3 {
  border: 1px solid #fff;
  padding: 1.5% 8%;
}
.index-pro .cont h3 a {
  text-decoration: none;
}
.index-pro .cont ul {
  padding-bottom: 3%;
}
.index-pro .cont .more {
  width: 10%;
  border: 1px solid #aeaeae;
  padding: .5% 2%;
}
.index-pro .cont .more:hover {
  background: #e25e3e;
  color: #fff;
}
.index-block {
  background: url('../images/index-block-bg.jpg') center no-repeat;
  padding: 3% 0;
}
.index-block .uk-h1 {
  margin: 0;
  padding-bottom: 1%;
}
.index-block .words {
  padding-bottom: 2%;
  color: #fffdfd;
}
.index-block li {
  height: 26px;
  line-height: 26px;
}
.index-block .li1 {
  background: url('../images/index-block-tel-icon1.png') left center no-repeat;
  padding-left: 3%;
}
.index-block .li2 {
  background: url('../images/index-block-tel-icon2.png') left center no-repeat;
  padding-left: 2%;
}
.index-adv-tit {
  padding: 3% 0 2%;
}
.index-adv-tit small {
  font-size: 1.4em;
  color: #454545;
}
.index-adv dl {
  max-height: 391px;
}
.index-adv .left .uk-panel-box {
  background: url('../images/index-adv-left-bg.jpg') left center repeat-x;
  width: 100%;
  height: 391px;
  padding: 0;
}
.index-adv .left .words {
  padding: 15% 10%;
}
.index-adv .right {
  padding-left: 0;
}
.index-adv .right .uk-panel-box {
  padding: 0;
}
.index-adv .right img {
  height: 391px;
}
.index-adv .uk-subnav-pill > .uk-active > * {
  width: 100%;
}
.index-adv .uk-subnav-pill > * > * {
  padding: 0;
}
.index-adv .boot {
  max-height: 74px;
}
.index-adv .boot li {
  width: 24.9%;
  float: left;
  background: #e25e3e;
  padding: 2% 0;
  border-right: 1px solid
        #fff;
}
.index-adv .boot li:hover a {
  color: #fff;
}
.index-adv .boot .uk-active {
  background: #2383cf;
}
.index-adv .boot .cont1 {
  background: url('../images/index-adv1-icon.png') 23% center no-repeat;
  height: 30px;
  line-height: 30px;
}
.index-adv .boot .cont2 {
  background: url('../images/index-adv2-icon.png') 30% center no-repeat;
  height: 27px;
  line-height: 27px;
}
.index-adv .boot .cont3 {
  background: url('../images/index-adv3-icon.png') 30% center no-repeat;
  height: 26px;
  line-height: 26px;
}
.index-adv .boot .cont4 {
  background: url('../images/index-adv4-icon.png') 22% center no-repeat;
  height: 30px;
  line-height: 30px;
}
.index-ab {
  padding: 0 0 3%;
}
.index-ab .uk-h3 {
  margin: 0 0 2%;
}
.index-ab .icon {
  padding-bottom: 2%;
}
.index-ab img {
  width: 95%;
}
.index-ab .words {
  padding-bottom: 3%;
}
.index-ab .more {
  background: #e25e3e;
  color: #fff;
  width: 23%;
  padding: .5% 0;
}
.index-news .uk-h3,
.index-news .uk-h5,
.index-news .uk-h6 {
  margin: 0;
}
.index-news .uk-h5 {
  padding-bottom: 5%;
}
.index-news .left {
  border: 1px solid #959595;
  padding: 3% .15rem;
}
.index-news .left .big-tit .uk-h3 {
  background: url('../images/index-news-bigtit-icon.jpg') left center no-repeat;
  padding-left: 3%;
}
.index-news .left .top {
  padding: 5% 0;
}
.index-news .left .img {
  padding-right: 3%;
}
.index-news .left .img a {
  padding: .15rem;
  border: 1px solid #cecece;
}
.index-news .left .uk-h6,
.index-news .left time {
  line-height: 300%;
}
.index-news .right {
  padding: 3% 0 3% 3%;
}
.index-news .right .big-tit .uk-h3 {
  background: url('../images/index-news-bigtit-icon.jpg') left center no-repeat;
  padding-left: 3%;
}
.index-news .right .words {
  padding-left: 3%;
}
.index-news .right .top {
  padding-top: 5%;
}
.index-news .right .top li {
  padding-bottom: 4%;
}
.index-liuy {
  background: #f5f4f3;
  background: #f6f6f6;
  padding: 3% 0;
}
.index-liuy .inner-catname {
  padding-bottom: 1%;
}
.index-liuy ul li input {
  height: 55px;
  width: 100%;
}
.index-liuy form ul li {
  margin-bottom: 2%;
  padding-right: 2%;
}
.index-liuy form .cont {
  width: 98%;
}
.index-liuy .reset input {
  width: 18%;
  margin: 3% auto 0;
  padding: 1% 0;
  background: #e25e3e;
  border: 1px solid #e25e3e;
}
.index-liuy .reset input:hover {
  background: #e25e3e;
  border: 1px solid #e25e3e;
}
.index-liuy .inner-catname {
  padding-top: 0;
}
.index-liuy input,
.index-liuy textarea {
  background: #fff;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
}
.index-liuy input textarea::-webkit-input-placeholder,
.index-liuy textarea textarea::-webkit-input-placeholder {
  color: #A9A9A9!important;
}
.index-liuy input textarea:-moz-placeholder,
.index-liuy textarea textarea:-moz-placeholder {
  color: #A9A9A9!important;
}
.index-liuy input textarea::-moz-placeholder,
.index-liuy textarea textarea::-moz-placeholder {
  color: #A9A9A9!important;
}
.index-liuy input textarea:-ms-input-placeholder,
.index-liuy textarea textarea:-ms-input-placeholder {
  color: #A9A9A9!important;
}
.index-liuy textarea {
  padding: 1% 0;
}
.footer .top {
  background: url('../images/footer-top-bg.jpg') center no-repeat;
  height: 261px;
}
.footer .top .nav {
  padding: 2% 0 1%;
  border-bottom: 1px solid #f1a28a;
}
.footer .top .nav a {
  font-size: 1.25em;
}
.footer .top .nav li:hover a {
  color: #fff;
}
.footer .top .logo-tel-qr {
  padding-top: 2%;
}
.footer .top .logo-tel-qr .logo {
  border-right: 1px solid #f1a28a;
}
.footer .top .logo-tel-qr .logo img {
  width: 88%;
}
.footer .top .logo-tel-qr .li2 {
  padding-left: 5%;
  padding-top: 3%;
}
.footer .pm-foot-nav {
  display: none;
}
.footer .boot {
  background: #6d696c;
  padding: 1% 0;
  color: #f0f0f0;
}
.footer .boot a {
  color: #f0f0f0;
}
.footer .boot .big-tit {
  font-size: 1.25em;
  color: #f0f0f0;
}
.footer .boot .link {
  padding-bottom: 1%;
}
.page-ab {
  padding: 3% 0;
}
.list-img {
  padding: 3% 0!important;
}
.list-img .left {
  padding-right: 3%;
}
.list-img .left .cont-left {
  border: 1px solid #b3b3b3;
}
.list-img .left h3 {
  margin: 0;
}
.list-img .left li {
  padding: 3% .15rem;
  font-size: 1.2em;
  word-wrap: break-word;
  border-bottom: 1px solid #d0cfcf;
}
.list-img .left li:last-child {
  border-bottom: 1px solid transparent;
}
.list-img .left li:hover {
  background: #e3e3e3;
}
.list-img .left .big-tit {
  background: #aeaeae;
  padding: 5%;
}
.list-img .right .cont {
  padding-bottom: 0!important;
}
.list-img .right .main .boot .tit {
  font-size: 1.17em;
  padding: 3% 0 2%;
}
.list-img .right .main .uk-overlay-panel {
  top: 0;
}
.list-img .right .main .uk-overlay-background {
  background: #3e3a33;
  opacity: .8;
}
.list-img .right .main h3 {
  border: 1px solid #fff;
  padding: 1.5% 8%;
}
.list-img .right .main h3 a {
  text-decoration: none;
}
.list-img .right .main li {
  padding-bottom: 3%;
}
.list-img .right .main .more {
  width: 10%;
  border: 1px solid #aeaeae;
  padding: .5% 2%;
}
.list-img .right .main .more:hover {
  background: #e25e3e;
  color: #fff;
}
.list-img .right img {
  border: 1px solid #e25e3e;
  width: 100%;
}
.list-img .right .tit {
  padding: 3% 0 5%;
}
.show-img .tit {
  margin: 0;
}
.show-img time {
  padding: 1% 0;
}
.show-img .atlas {
  padding-bottom: 3%;
}
.show-img .next {
  padding-top: 3%;
}
.list-news {
  padding: 3% 0;
}
.list-news .left .main li {
  padding-bottom: 3%;
}
.list-news .left .main li img {
  width: 100%;
}
.list-news .left .main li:hover img {
  transition: all 1s ease-out;
  transform: scale(1.1, 1.1);
}
.list-news .left .main .cont {
  background: #f9f4f1;
}
.list-news .left .words {
  padding-left: 3%;
}
.list-news .left .words .tit {
  margin: 0;
  padding: 2% 0;
}
.list-news .left .desc a {
  color: #52504f;
}
.list-news .right {
  padding-left: 3%;
}
.list-news .right .picMarquee-top {
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.list-news .right .picMarquee-top .hd {
  overflow: hidden;
  background: #0ba952;
}
.list-news .right .picMarquee-top .hd h3 {
  margin: 0;
  padding: 5% 0;
}
.list-news .right .picMarquee-top .hd .prevStop {
  background-position: -60px -100px;
}
.list-news .right .picMarquee-top .hd .nextStop {
  background-position: -60px -140px;
}
.list-news .right .picMarquee-top .bd {
  padding: 10px;
}
.list-news .right .picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.list-news .right .picMarquee-top .bd ul li {
  text-align: center;
  zoom: 1;
}
.list-news .right .picMarquee-top .bd ul li .pic {
  text-align: center;
}
.list-news .right .picMarquee-top .bd ul li .pic img {
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
}
.list-news .right .picMarquee-top .bd ul li .pic a:hover img {
  border-color: #999;
}
.list-news .right .picMarquee-top .bd ul li .title {
  line-height: 24px;
}
.show-news .tit {
  margin: 0;
}
.show-news time {
  padding: 1% 0;
}
.show-news .next {
  padding-top: 3%;
}
/*search*/
.search-left {
  padding: 5% 0 3%;
}
.search-left ul li {
  background-color: #eee;
  margin-bottom: 15px;
  line-height: 35px;
  padding: 0 5%;
}
.search-left ul li:hover {
  background-color: #3a1a03;
  padding: 0 15px;
}
.search-left ul li:hover a {
  color: #fff;
}
.search-right {
  padding: 5% 0 3% 5%!important;
}
.search-right li {
  padding-bottom: 3%;
}
.search-right li p {
  padding-bottom: 1%;
}
.search-right .time {
  padding: 1.5% 0;
}
.search-right p {
  padding-top: 1%;
}
.search-right .search-tit h3 {
  margin: 0;
  padding-bottom: 1%;
}
.list-search .listpage {
  padding-bottom: 5%;
}
@media (max-width: 1224px) {
  [class^='col-md'] {
    padding: 0 .15rem;
  }
  [class^='col-xs'] {
    padding: 0 .15rem;
  }
  [class^='row'] {
    padding-left: 3%;
    padding-right: 3%;
    margin-left: 0;
    margin-right: 0;
  }
  [class^='container'] {
    padding: 0;
  }
  .uk-container {
    max-width: 100%;
  }
  .uk-h1 {
    font-size: 26px;
  }
  .uk-h2 {
    font-size: 20px;
  }
  .uk-h3 {
    font-size: 14px;
  }
  .uk-h4 {
    font-size: 12px;
  }
  .uk-h5 {
    font-size: 12px;
  }
  .uk-h6 {
    font-size: 12px;
  }
  /*mobil nav*/
  .logo-nav {
    padding: 0;
  }
  .logo-nav .uk-width-large-1-5,
  .logo-nav .uk-width-large-2-10 {
    width: 100%;
  }
  .logo-nav .pm-nav {
    display: block;
  }
  .logo-nav .top-nav {
    display: none;
  }
  .logo-nav .top-logo {
    text-align: center;
  }
  .page-ab {
    padding: 1% .15rem;
  }
  .index-hit-search .left {
    padding: 0 .15rem;
  }
  .index-hit-search .right {
    display: none;
  }
  .index-pro .cont {
    padding: 3% .15rem 0;
  }
  .index-pro .cont .uk-h3 {
    font-size: 14px;
  }
  .index-pro .cont .desc {
    padding-top: 0;
    line-height: 145%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .index-pro .cont .uk-overlay-panel {
    padding: 12px;
  }
  .index-pro .cont .more {
    width: 20%;
  }
  .index-block {
    padding: 3% .15rem;
  }
  .index-block .li1 {
    padding-left: 4%;
  }
  .index-block .li2 {
    padding-left: 3%;
  }
  .index-adv .left .uk-panel-box {
    height: auto;
  }
  .index-adv .left .words {
    padding: .15rem;
  }
  .index-adv .right {
    display: none;
  }
  .index-adv .boot {
    max-height: 57px;
  }
  .index-adv .boot li {
    width: 25%;
    border-right: none;
  }
  .index-adv .boot .cont {
    background: transparent;
  }
  .index-ab {
    padding: 3% .15rem;
  }
  .index-ab img {
    width: 100%;
  }
  .index-news {
    padding: 0 .15rem;
  }
  .index-news .left .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .index-news .left .boot h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .index-news .right .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .index-liuy {
    padding: 5% .15rem 3%;
  }
  .footer .top,
  .footer .boot {
    padding: 0 .15rem;
  }
  .footer .boot {
    padding-bottom: 2%;
  }
  .footer .li2 {
    padding-top: 0;
  }
  .footer .link {
    padding: 2% 0 1%;
  }
  .inner-crumb {
    padding: .6% .15rem;
  }
  .inner-crumb span {
    padding-left: 3%;
  }
  .list-img {
    padding: 3% .15rem!important;
  }
  .list-news {
    padding: 3% .15rem;
  }
  .list-search {
    padding: 0 .15rem;
  }
  .list-search .search-right {
    padding: 0!important;
  }
  .list-search .listpage .cont {
    float: left;
  }
}
@media (max-width: 1110px) {
  .bijiben-1-1 {
    width: 100%;
    float: left;
  }
  .index-ab img {
    display: none;
  }
}
@media (max-width: 767px) {
  .uk-h1 {
    font-size: 24px;
  }
  .uk-h2 {
    font-size: 18px;
  }
  .uk-h3 {
    font-size: 14px;
  }
  .uk-h4 {
    font-size: 12px;
  }
  .uk-h5 {
    font-size: 12px;
  }
  .uk-h6 {
    font-size: 12px;
  }
  .kfoutbox,
  .side {
    display: none;
  }
  /*mobil nav*/
  .mobile-inner-header,
  .mobile-inner-header-icon {
    height: 28px;
  }
  .mobile-inner-nav {
    top: 28px;
    padding-top: 10px;
  }
  .side {
    display: none;
  }
  .index-block .li1 {
    padding-left: 10%;
  }
  .index-block .li2 {
    padding-left: 7%;
  }
  .index-adv .boot {
    max-height: 40px;
  }
  .index-ab .words {
    padding-top: 3%;
  }
  .index-ab .p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .index-news .left .img img {
    width: 100%;
  }
  .index-news .left .uk-h5 {
    padding: 5% 0 3%;
  }
  .index-news .right {
    padding: 5% 0 0;
  }
  .index-news .right .top {
    padding-top: 0;
  }
  .index-news .right .img {
    display: none;
  }
  .index-news .right .uk-h5 {
    padding: 5% 0 1%;
  }
  .index-news .right .words {
    padding: 0;
  }
  .index-liuy input,
  .page-liuy textarea {
    border: 1px solid transparent;
  }
  .index-liuy form ul li {
    padding-right: 0;
  }
  .index-liuy .reset input {
    width: 38%;
    padding: 2% 0;
  }
  .index-liuy form .cont {
    width: 99%;
  }
  .footer .top {
    height: auto;
    background: #e25e3e;
  }
  .footer .nav {
    display: none;
  }
  .footer .pm-foot-nav {
    display: block;
  }
  .footer .pm-foot-nav .uk-nav-side > li > a {
    color: #fff;
  }
  .footer .pm-foot-nav .uk-grid {
    background: #e25e3e;
  }
  .footer .pm-foot-nav .uk-nav-side > li > a:focus,
  .footer .pm-foot-nav .uk-nav-side > li > a:hover {
    background: #e25e3e;
    color: #fff;
  }
  .footer .pm-foot-nav .uk-nav-sub {
    background: #f8f8f8;
  }
  .footer .pm-foot-nav ul.uk-nav-sub {
    padding: 0 15px;
  }
  .footer .pm-foot-nav ul.uk-nav-sub li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 1%;
  }
  .footer .logo {
    display: none;
  }
  .footer .qr {
    text-align: center;
    padding-bottom: 3%;
  }
  .footer .qr img {
    float: none;
  }
  .inner-crumb span {
    padding-left: 6%;
  }
  .list-img .left {
    display: none;
  }
  .list-img .right .main li {
    padding-bottom: 5%;
  }
  .list-news .left .tit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .list-news .left .words {
    padding: 0 .15rem;
  }
  .list-news .left .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .list-news .right {
    padding-left: 0;
    padding-top: 5%;
  }
  .list-news .right img {
    width: 100%;
  }
}
