@charset "utf-8";
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
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: Arial, Helvetica, sans-serif;
}
li {
  list-style: none;
}
a {
  color: #020202;
  text-decoration: none;
}
a:hover {
  color: #c30d23;
  text-decoration: none;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-clear {
  clear: both;
}
.f-fwder {
  font-weight: bolder;
}
.f-fwnor {
  font-weight: normal;
}
.f-fff {
  color: #fff;
}
.f-000 {
  color: #000;
}
.f-gary {
  color: #aeaeae;
}
.f-blue {
  color: #2085e4;
}
.f-red {
  color: #c30d23;
}
.f-block {
  display: block;
}
.f-overf {
  overflow: hidden;
}
.f-capital {
  text-transform: uppercase;
}
.f-lineh {
  line-height: 200%;
}
.f-mg {
  margin: 0 auto;
}
@font-face {
  font-family: AVENIRLTSTD-LIGHT_1;
  src: url('../fonts/AVENIRLTSTD-LIGHT_1.OTF');
}
.f-ff0 {
  font-family: AVENIRLTSTD-LIGHT_1;
}
@font-face {
  font-family: Itc Avant Garde Gothic Lt Bold_0;
  src: url('../fonts/Itc Avant Garde Gothic Lt Bold_0.TTF');
}
.f-ff1 {
  font-family: Itc Avant Garde Gothic Lt Bold_0;
}
.f-ff2 {
  font-family: Microsoft Yahei;
}
[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: #2085e4;
  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;
}
/*header*/
.head-top {
  border-bottom: 1px solid #aeaeae;
  padding: .8% 0;
}
.head-top .left {
  padding-top: .8%;
}
.head-top .right {
  position: relative;
}
.head-top .right .kw {
  height: 32px;
  width: 50%;
  padding: 0 .15rem;
  border: 1px solid #aeaeae;
}
.head-top .right .hit {
  position: absolute;
  right: 2%;
  top: 20%;
}
.header-middle {
  padding: 1% 0;
}
.header-middle .middle ul {
  padding-top: 3%;
}
.header-middle .middle .cont {
  height: 68px;
}
.header-middle .middle .tit {
  padding-top: 7%;
}
.header-middle .middle .cont1 {
  background: url('../images/header-middle-tel.png') left center no-repeat;
  padding-left: 35%;
}
.header-middle .middle .cont2 {
  background: url('../images/header-middle-email.png') left center no-repeat;
  padding-left: 30%;
}
.header-middle .middle .cont3 {
  border: 1px solid #2085e4;
  background: #2085e4;
  padding: 4% 0;
  border-radius: 25px;
}
.header-middle .middle .cont3:hover {
  background: #231815;
}
.header-middle .middle .cont3:hover a {
  color: #c30d23;
}
.header-middle .middle .li3 {
  padding: 2% 0 0 7%;
}
.head-boot {
  background: url('../images/top-nav-bg.jpg') center repeat-x;
  width: 100%;
}
.head-boot .nav-search .uk-navbar {
  background: transparent;
}
.head-boot .nav-search .uk-navbar-nav > li.uk-active > a {
  background: transparent;
  color: #fff;
}
.head-boot .nav-search .uk-parent:hover {
  background: #c30d23;
}
.head-boot .nav-search .uk-parent:hover a {
  color: #fff;
}
.head-boot .nav-search .uk-parent:last-child {
  border-right: 1px solid transparent;
}
.head-boot .nav-search .uk-parent .first {
  padding: 0 54px;
}
.head-boot .nav-search .uk-parent .uk-dropdown {
  padding: 0 .15rem;
}
.head-boot .nav-search .uk-parent .uk-dropdown-navbar {
  background: #2085e4;
  width: 100%;
}
.head-boot .nav-search .uk-parent .uk-dropdown-navbar li {
  padding: 0;
}
.head-boot .nav-search .uk-parent .uk-dropdown-navbar li a {
  padding: 10px .15rem;
}
.head-boot .nav-search .uk-parent .uk-dropdown-navbar li:hover a {
  background: #c30d23;
}
.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: #2085e4;
  border: 1px solid #2085e4;
  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: .5% 12px;
  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;
}
/*index*/
.index-pro {
  padding: 5% 0;
}
.index-pro .cont {
  position: relative;
  transition: all 1s;
}
.index-pro .cont:hover .gear .true {
  transform: rotate(360deg);
  transition: all 1s;
}
.index-pro .words {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -80px;
  width: 160px;
}
.index-pro .img img {
  width: 100%;
}
.index-pro .tit {
  padding-bottom: 10%;
}
.index-pro .more {
  background: #fff;
  opacity: .8;
  border-radius: 15px;
  padding: 4% 0;
}
.index-pro .gear {
  position: absolute;
  bottom: -12%;
  left: 50%;
  margin-left: -107.5px;
  width: 215px;
}
.index-ab {
  background: url('../images/index-ab-bg.jpg') center no-repeat;
  height: 1010px;
  width: 100%;
}
.index-ab .cont {
  padding: 15% 0 0;
}
.index-ab .cont img {
  width: 95%;
}
.index-ab .cont .words {
  padding-bottom: 3%;
}
.index-ab .cont .tit {
  padding-bottom: 5%;
}
.index-ab .right {
  padding-left: 5%;
  padding-bottom: 5%;
}
.index-ab .right img {
  width: 100%;
}
.index-ab .more {
  width: 244px;
  position: relative;
}
.index-ab .more span {
  font-size: 1.333em;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 14%;
}
.index-ab .more:hover img {
  transform: rotateY(360deg);
  transition: all 1s;
}
.index-adv {
  background: url('../images/index-adv.jpg');
  height: 478px;
}
.index-adv .cont {
  padding-top: 15%;
}
.index-adv li .tit {
  padding-top: 15%;
}
.index-adv li p {
  padding: 0 .15rem;
}
.index-adv li:hover .tit {
  color: #000;
}
.index-adv li:hover p {
  color: #2085e4;
}
.index-adv li:hover img {
  transform: rotateY(360deg);
  transition: all 1s;
}
.index-link {
  padding: 3% 0 0;
}
.index-link span {
  font-size: 1.2em;
}
/*footer*/
.footer-boot {
  padding: 3% 0 1%;
}
.footer-boot .left {
  border-right: 1px solid #aeaeae;
  padding-right: 3%;
}
.footer-boot .tel {
  padding-top: 5%;
  font-size: 1.2em;
}
.footer-boot .tel li {
  padding-bottom: 3%;
}
.footer-boot .tel .cont {
  padding-left: 15%;
}
.footer-boot .tel .cont1 {
  background: url('../images/foot-tel1.png') left center no-repeat;
  height: 24px;
}
.footer-boot .tel .cont2 {
  background: url('../images/foot-tel2.png') left center no-repeat;
  height: 27px;
}
.footer-boot .tel .cont3 {
  background: url('../images/foot-tel3.png') left center no-repeat;
  height: 23px;
}
.footer-boot .tel .cont4 {
  background: url('../images/foot-tel4.png') left center no-repeat;
  height: 17px;
}
.footer-boot .right {
  padding-left: 3%;
}
.footer-boot .right input::-webkit-input-placeholder {
  color: #c5c5c5;
}
.footer-boot .right input:-moz-placeholder {
  color: #c5c5c5;
}
.footer-boot .right input::-moz-placeholder {
  color: #c5c5c5;
}
.footer-boot .right input:-ms-input-placeholder {
  color: #c5c5c5;
}
.footer-boot .right textarea::-webkit-input-placeholder {
  color: #c5c5c5;
}
.footer-boot .right textarea:-moz-placeholder {
  color: #c5c5c5;
}
.footer-boot .right textarea::-moz-placeholder {
  color: #c5c5c5;
}
.footer-boot .right textarea:-ms-input-placeholder {
  color: #c5c5c5;
}
.footer-boot .right input,
.footer-boot .right textarea {
  width: 100%;
  border: 1px solid #e9e9e9;
  background: #e9e9e9;
  webkit-appearance: none;
  height: 30px;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 2%;
  font-family: Arial, Helvetica, sans-serif;
}
.footer-boot .right .uk-panel-box {
  padding: 0;
}
.footer-boot .right .top li {
  padding-bottom: 1.05%;
}
.footer-boot .right .top .uk-panel-box {
  background: transparent;
}
.footer-boot .right .submit {
  border-bottom: 1px solid transparent;
  background: #2085e4;
  color: #fff;
  width: 30%;
  padding: 3.5% 0!important;
  line-height: 0;
}
.footer-boot .right .submit:hover {
  cursor: pointer;
}
/*inner*/
.inner-footer {
  background: #b8c0c8;
}
.inner-crumb {
  padding: 3% 0 .6%;
  border-bottom: 1px solid #aeaeae;
}
.inner-crumb .right {
  padding-top: .7%;
}
.inner-crumb .cat a {
  color: #2085e4;
}
.page-ab {
  padding: 5% 0;
}
.inner-message {
  padding: 0 5% 5%;
}
.inner-message .liuy ul {
  padding-top: 9%;
}
.inner-message .liuy li {
  padding: 1% 0;
}
.inner-message .liuy li input {
  width: 99%;
  height: 40px;
  border: 1px solid #aeaeae;
}
.inner-message .liuy .lastli {
  padding-bottom: 2.5%;
}
.inner-message .liuy textarea {
  width: 99%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1% 0;
}
.inner-message .liuy .send {
  padding-top: 1.5%;
}
.inner-message .liuy .send input {
  cursor: pointer;
  width: 30%;
  background: #2085e4;
  padding: 1.7% 0;
  border: 1px solid transparent;
}
.inner-message .liuy .send input:hover {
  background: #2085e4;
}
.list-news {
  padding: 3% 0;
}
.list-news .img img {
  width: 100%;
}
.list-news .li:hover .words {
  background: #565656;
}
.list-news .li:hover a {
  color: #fff;
}
.list-news .words {
  background: #f3f3f4;
  padding: 2% .15rem;
}
.list-news .words .tit {
  padding: 0 0 1%;
  border-bottom: 1px solid #e5e5e5;
}
.list-news .desc {
  padding-top: 1%;
}
.list-news .list-page {
  padding-top: 3%;
}
.show-news {
  padding: 3% 0;
}
.show-news .uptime {
  padding-top: 1%;
  border-bottom: 1px solid #e5e5e5;
}
.show-news .cont {
  padding: 3% 0;
}
.show-news .next a {
  color: #585858;
}
.list-imgall {
  padding: 3% 0;
}
.list-imgall .li {
  padding-bottom: 2.3%;
}
.list-imgall .text-desc {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2085e4;
  height: 100%;
  opacity: 0;
  width: 100%;
}
.list-imgall .port-1 {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid #f5f5f5;
}
.list-imgall .port-1 .text-desc {
  opacity: 0.9;
  top: -100%;
  transition: 0.5s;
  color: #000;
}
.list-imgall .port-1 img {
  transition: 0.5s;
  border: 1px solid #aeaeae;
}
.list-imgall .port-1:hover img {
  transform: scale(1.2);
}
.list-imgall .port-1.effect-2 h4 {
  padding: 40% .15rem 5%;
}
.list-imgall .port-1.effect-2 .text-desc {
  top: auto;
  bottom: -100%;
}
.list-imgall .port-1.effect-2:hover .text-desc {
  bottom: 0;
}
.list-imgall .list-page {
  padding-top: 3%;
}
.list-imgall .tit {
  padding-bottom: 3%;
}
.list-imgall .cont {
  padding-bottom: 3%;
}
.list-img .list-page {
  padding-top: 0;
}
.show-img img {
  border: 1px solid #aeaeae;
  padding: 1%;
}
.show-img .atlas li {
  padding-bottom: 3%;
}
/*search*/
.search .listpage {
  padding: 0 0 5%;
}
.search .search-left {
  padding: 5% 0 3%;
}
.search .search-left ul li {
  background-color: #eee;
  margin-bottom: 15px;
  line-height: 38px;
  padding: 0 5%;
}
.search .search-left ul li:hover {
  background-color: #2085e4;
  padding: 0 15px;
}
.search .search-left ul li:hover a {
  color: #fff;
}
.search .search-right {
  padding: 5% 0 3% 3%;
}
.search .search-right li {
  padding-bottom: 3%;
}
.search .search-right li p {
  padding-bottom: 1%;
}
.search .search-right .time {
  padding: 1.5% 0;
}
.search .search-right p {
  padding-top: 1%;
}
@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%;
  }
  h1,
  .h1 {
    font-size: 26px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 14px;
  }
  h4,
  .h4 {
    font-size: 12px;
  }
  h5,
  .h5 {
    font-size: 12px;
  }
  h6,
  .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;
    padding: 2% 0;
  }
  .head-top {
    display: none;
  }
  .header-middle .left {
    text-align: center;
  }
  .header-middle .middle {
    display: none;
  }
  .head-boot .nav-search .top-nav {
    display: none;
  }
  .head-boot .nav-search .pm-nav {
    display: block;
  }
  .pm-nav-hit {
    padding: 0 .15rem;
  }
  .index-pro {
    padding: 5% .15rem;
  }
  .index-pro .gear {
    position: relative;
    left: 0;
    margin-left: 0;
    width: auto;
    margin-top: -50%;
  }
  .index-ab {
    background: transparent;
    height: auto;
  }
  .index-ab .cont {
    padding: 0 .15rem;
  }
  .index-ab .cont .tit {
    padding-bottom: 1%;
    text-align: center;
  }
  .index-ab .right {
    padding-left: 0;
    padding-bottom: 3%;
  }
  .index-ab .more {
    padding-bottom: 5%;
  }
  .index-ab .more img {
    display: none;
  }
  .index-ab .more span {
    bottom: 8%;
    position: relative;
    left: 0;
    bottom: 0;
    margin-left: 0;
  }
  .index-adv {
    height: auto;
  }
  .index-adv .cont {
    padding: 7% .15rem;
  }
  .index-link {
    padding: 3% .15rem;
  }
  .footer-boot {
    padding: 3% .15rem;
  }
  .footer-boot .right input,
  .footer-boot .right textarea {
    padding: 0;
  }
  .footer-boot .left {
    border-right: 1px solid transparent;
    padding-right: 3%;
  }
  .footer-boot .right {
    padding-left: 0;
    padding-top: 3%;
  }
  .footer-boot .right li {
    padding-bottom: 5%!important;
  }
  .inner-crumb {
    padding: 3% .15rem .6%;
  }
  .page-ab {
    padding: 5% .15rem;
  }
  .list-news {
    padding: 3% .15rem;
  }
  .list-news img {
    display: none;
  }
  .list-news .uk-grid {
    margin: 0;
  }
  .list-news .li {
    padding-bottom: 3%;
  }
  .search {
    padding: 0 .15rem;
  }
  .inner-message .liuy {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .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;
  }
  .header-middle .left img {
    width: 50%;
  }
  .index-adv li .tit {
    padding: 5% 0 10%;
  }
  .footer-boot .tel {
    display: none;
  }
  .footer-boot .right .submit {
    width: 100%;
  }
  .inner-crumb h2 {
    font-size: 1.2em;
  }
  .inner-crumb .right {
    display: none;
  }
  .list-imgall .li {
    padding-bottom: 5%;
  }
  .search .search-right {
    padding: 0 0 3% 0;
  }
  .search .search-left {
    padding: 5% 0 0;
  }
  .search .search-left li {
    line-height: 30px!important;
  }
  .inner-message img {
    display: none;
  }
  .inner-message .liuy {
    padding-left: 0;
  }
  .list-imgall .port-1.effect-2 h4 {
    padding: 30% .15rem 5%;
  }
}
