﻿*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  color: #2e3233;
  font-size: 1.6rem;
  font-family: sans-serif;
}

a {
  color: #20466d;
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

input {
  font-size: 1.6rem;
  font-family: sans-serif;
}

input[type=search]::-ms-clear {
  display: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.cd-main-content,
.cd-main-header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  will-change: transform;
}

.cd-main-content,
.cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}

.cd-main-content {
  z-index: 2;
  min-height: 100vh;
  background: #fff;
}

.cd-main-header {
  z-index: 3;
  height: 60px;
  background: #003e97;
}

.indextop {
  overflow: hidden;
  height: 40px;
  background: #003075;
  color: #fff;
  font-size: .9em;
  line-height: 40px;
}

.indextop .left span {
  padding-left: 3.2em;
}

.indextop .right span {
  float: right;
  margin-right: 15px;
  padding-right: 15px;
  font-weight: 700;
  font-size: 1.5em;
}

.indextop .right span i {
  margin-right: .5em;
  font-size: 1.2em;
}

.indextop .right a {
  float: left;
  padding: 0 .5em;
  color: #fff;
}

.nav-is-fixed .cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.cd-logo {
  position: absolute;
  top: 2px;
  left: 5%;
}

.cd-logo img {
  display: block;
  max-width: 80px;
}

.cd-header-buttons {
  position: absolute;
  top: 10px;
  right: 5%;
  display: inline-block;
}

.cd-header-buttons li {
  display: inline-block;
}

.cd-nav-trigger,
.cd-search-trigger,
.lanuage {
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 44px;
  height: 44px;
  color: transparent;
  white-space: nowrap;
}

.cd-search-trigger::after,
.cd-search-trigger::before {
  position: absolute;
  content: '';
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-search-trigger::before {
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.cd-search-trigger::after {
  right: 11px;
  bottom: 14px;
  width: 8px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.cd-search-trigger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lanuage {
  margin-bottom: 7px;
  margin-left: .2em;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}

.cd-search-trigger span::after,
.cd-search-trigger span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -2px;
  margin-left: -11px;
  width: 22px;
  height: 3px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  -moz-transition: opacity .3s, -moz-transform .3s;
  transition: opacity .3s, transform .3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::after,
.cd-search-trigger.search-is-visible::before {
  opacity: 0;
}

.cd-search-trigger.search-is-visible span::after,
.cd-search-trigger.search-is-visible span::before {
  opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.cd-nav-trigger span,
.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 3px;
  background: #fff;
}

.cd-nav-trigger span {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background .3s .3s;
  -moz-transition: background .3s .3s;
  transition: background .3s .3s;
}

.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
  right: 0;
  content: '';
  -webkit-transition: -webkit-transform .3s .3s;
  -moz-transition: -moz-transform .3s .3s;
  transition: transform .3s .3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -ms-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform-origin: 0 50%;
}

.cd-nav-trigger span::before {
  top: -6px;
}

.cd-nav-trigger span::after {
  top: 6px;
}

.cd-nav-trigger.nav-is-visible span {
  background: rgba(46, 50, 51, 0);
}

.cd-nav-trigger.nav-is-visible span::after,
.cd-nav-trigger.nav-is-visible span::before {
  background: #fff;
}

.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.cd-primary-nav,
.cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: auto;
  overflow: hidden;
  width: 260px;
  height: 100%;
  background: #2e3233;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
  -webkit-transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateZ(0);
  -moz-transform: translateX(0);
  -o-transform: translateZ(0);
  -o-transform: translateX(0);
  transform: translateZ(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
  -ms-transform: translateZ(0);
  -ms-transform: translateX(0);
}

.cd-primary-nav a,
.cd-primary-nav ul a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  height: 50px;
  border-bottom: 1px solid #3a3f40;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  -webkit-transition: -webkit-transform .3s, opacity .3s;
  -moz-transition: -moz-transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translateZ(0);
  will-change: transform, opacity;
}

.cd-primary-nav ul.is-hidden,
.cd-primary-nav.is-hidden {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -ms-transform: translateX(100%);
}

.cd-primary-nav ul.moves-out>li>a,
.cd-primary-nav.moves-out>li>a {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}

.cd-primary-nav .see-all a {
  color: #69aa6f;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item,
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  height: 80px;
  line-height: 80px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3,
.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -20px;
  width: auto;
  height: 40px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  display: none;
  color: #2e3233;
  font-size: 1.3rem;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  content: '';
}

.cd-search {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 3;
  visibility: hidden;
  width: 100%;
  height: 50px;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search form {
  width: 100%;
  height: 100%;
}

.cd-search input {
  padding: 0 5%;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}

.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}

.cd-search input:focus {
  outline: 0;
}

.cd-search.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.nav-is-fixed .cd-search {
  position: fixed;
}

.cd-overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-overlay.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.no-js .cd-primary-nav {
  position: relative;
  z-index: 2;
  visibility: visible;
  overflow: visible;
  width: 100%;
  height: auto;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  visibility: visible;
  opacity: 1;
}

.go-back a,
.has-children>a {
  position: relative;
}

.go-back a::after,
.go-back a::before,
.has-children>a::after,
.has-children>a::before {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  background: #464c4e;
  content: '';
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.go-back a::before,
.has-children>a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.go-back a::after,
.has-children>a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.has-children>a {
  padding-right: 40px;
}

.has-children>a::after,
.has-children>a::before {
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}

.cd-primary-nav .go-back a::after,
.cd-primary-nav .go-back a::before {
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #003e97;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px;
}

.swiper-slide img {
  width: 100%;
  transition: 1s linear 2s;
  transform: scale(1.1);
}

#poster .swiper-slide-active img,
.swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1);
}

.indexcore {
  background: #fff;
  text-align: center;
}

.titlebox .entitle {
  text-transform: uppercase;
  font-weight: 700;
}

.indexcore .uk-panel-title {
  color: #333;
  font-weight: 700;
}

.indexcore .hr {
  margin: -7px auto 8px;
  width: 30px;
  border-bottom: 3px solid #003e97;
}

.indexcore .uk-panel-box-secondary {
  background: #fff;
}

.indexcore .layui-row {
  margin-top: 20px;
}

section.parallax {
  position: relative;
  padding: 1em 0;
  height: auto;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.parallax:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, .65);
  content: ' ';
}

section.parallax.parallax-1 {
  /*background-image: url(../images/bg.jpg);*/
  /*background-position: 100% 100%;*/
  background: #888;
}

.indexabout {
  overflow: hidden;
}

.indexabout .up {
  position: relative;
  z-index: 101;
}

.indexabout .title {
  margin-left: 4em;
}

.indexabout .title .con {
  color: #fff;
  text-align: justify;
  font-size: .9em;
  line-height: 1.8;
}

.indexabout .title .titlebox {
  margin-bottom: 2em;
  color: #eee;
}

.indexabout .titlebox .cntitle,
.indexabout .titlebox .entitle {
  color: #fff;
}

a.more {
  display: inline-block;
  padding: .5em 1em;
  background: #1f7ce6;
  color: #fff;
}

.indexabout .more {
  margin-top: 2em;
}

.indexpro {
  position: relative;
  overflow: hidden;
  /*background: url(../images/p.jpg) no-repeat;*/
  background-size: cover;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}

.indexpro .left,
.indexpro .right {
  padding: 10em 0;
}

.indexpro .left {
  height: 60em;
  background: rgba(11, 32, 57, .7);
}

.indexpro .title {
  overflow: hidden;
  margin: 2em 0 1em;
  font-size: 1.5em;
}

.indexpro .right ul {
  overflow-y: auto;
  margin-left: 2em;
  height: 40em;
}

.indexpro .right li {
  margin-bottom: 8px;
  text-align: center;
}

.indexpro .title .iconfont {
  display: inline-block;
  padding: .3em .5em;
  background: #0b2039;
  font-size: 1em;
}

.indexpro .con {
  font-size: .9em;
  line-height: 1.5;
}

.indexpro .more {
  margin-top: 2em;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb {
  background-color: #1f7ce6;
  -webkit-box-shadow: inset 0 0 6px #1f7ce6;
}

.indexpro li .uk-overlay-panel {
  left: 1%;
  width: 98%;
}

.indexpro .box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: .9em;
}

.indexpro a.box {
  color: #fff;
}

.indexpro a.box:hover {
  color: #fff;
}

.indexpro .box span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .5em;
  width: 100%;
}

.box {
  position: relative;
  width: 100%;
  height: 100%;
}

.box:after,
.box:before {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  content: "";
}

.box:before {
  top: 0;
  left: 0;
  transition: border-color 0s ease-in .8s, width .2s ease-in .6s, height .2s ease-in .4s;
}

.box:after {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in .4s, width .2s ease-in .2s, height .2s ease-in;
}

.box:hover:before {
  width: 100%;
  height: 100%;
  transition: width .2s ease-in, height .2s ease-in .2s;
  border-top-color: #fff;
  border-right-color: #fff;
}

.box:hover:after {
  width: 100%;
  height: 100%;
  transition: border-color 0s ease-in .4s, width .2s ease-in .4s, height .3s ease-in .6s;
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.indexvideo {
  padding: 4em 0;
  background: url(../images/v.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.indexvideo .titlebox {
  color: #fff;
  text-align: center;
}

.indexvideo .video {
  margin-top: 2em;
  width: 100%;
  height: 30em;
  border: .5em solid #fff;
  background: #333;
}

.indexnews {
  overflow: hidden;
  padding: 4em 0;
}

.indexnews ._w1300 {
  overflow: hidden;
}

.indexnews .titlebox {
  margin-bottom: 1em;
  text-align: center;
  font-size: 1.9em;
}

.indexnews .titlebox .t2 {
  margin-left: .3em;
  font-weight: 700;
}

.indexnews .newsT .base {
  overflow: hidden;
  padding-top: 1em;
}

.indexnews .newsT .base i {
  margin: 0 .5em;
}

.indexnews .newsT .base .date {
  color: #000;
  font-weight: 700;
}

.indexnews .newsT .base .date i {
  color: #20466d;
}

.indexnews .newsT .base .link {
  text-align: right;
  font-size: .9em;
}

.indexnews .newsT .base a {
  color: #20466d;
}

.indexnews .newsT .maintitle {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  line-height: 2;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.indexnews .newsT .maintitle a {
  color: #333;
}

.indexnews .newsT .subtitle {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-indent: 2em;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.indexnews .left .newsT .subtitle {
  -webkit-line-clamp: 3;
}

.indexnews .list li {
  overflow: hidden;
  margin: 0 1.3em .5em;
  padding: 1em;
  background: #f5f5f5;
}

.indexnews .list .date {
  padding: 1em;
  background: #20466d;
  color: #fff;
}

.indexnews .date .d,
.indexnews .date .y {
  display: block;
  text-align: right;
}

.indexnews .date .d {
  font-weight: 700;
  font-size: 2em;
}

.indexnews .date .y {
  font-size: .9em;
}

.indexnews .list .newsT .maintitle,
.indexnews .list .newsT .subtitle {
  margin-left: 1em;
}

.footer {
  padding: 4em 1em;
  background: #313131;
  color: #eee;
  font-size: .9em;
}

.footer ._w1300 {
  overflow: hidden;
}

.footer a {
  color: #eee;
}

.footer .left ul {
  margin-top: 1.5em;
}

.footer .left li {
  padding: .2em 0;
}

.footer .left p {
  padding: .3em 0;
  width: 136px;
  text-align: center;
}

.footer .right ul {
  overflow: hidden;
}

.footer .right li {
  height: 58px;
  background: url(../images/base.png) no-repeat left center;
  text-align: center;
  line-height: 58px;
}

.footer .tech {
  margin-top: 3em;
  line-height: 1.5;
}

.aboutpage {
  overflow: hidden;
  background: #003e97;
  color: #fff;
}

.aboutpage .con,
.aboutpage .titlebox {
  margin: 0 5% 0 20%;
}

.aboutpage .con {
  margin-top: 2em;
  text-align: justify;
  font-size: .9em;
  line-height: 1.8;
}

.aboutpage .left {
  padding-top: 4em;
}

.aboutdetail {
  overflow: hidden;
  padding: 4em 0;
}

.aboutdetail .bottom,
.aboutdetail .top,
.contactdetail {
  overflow: hidden;
}

.aboutdetail .bottom .left,
.aboutdetail .top .right {
  padding: 2em 1em;
}

.aboutdetail .titlebox {
  color: #003e97;
}

.aboutdetail .con {
  margin-top: 1em;
  text-align: justify;
  font-size: .9em;
  line-height: 1.8;
}

.aboutdetail .titlebox .entitle {
  text-transform: lowercase;
}

.contactpage {
  background: #eee;
  text-align: center;
}

.contactbottom._w1300 {
  margin-bottom: 4em;
  border: 1px solid #eee;
}

.contactbottom #container {
  margin: .5em;
  height: 30em;
}

.message {
  padding: 2em 1em;
}

.message input,
.message textarea {
  width: 100%;
}

.message button {
  width: 6em;
}

.message label span {
  color: red;
}

.uk-breadcrumb._w1300 {
  padding: 0 1rem;
  border-bottom: 1px solid #eee;
}

.uk-breadcrumb li {
  height: 3em;
  line-height: 3em;
}

.uk-breadcrumb>li {
  font-size: 1.6rem;
}

.uk-breadcrumb>li>span {
  overflow: hidden;
  width: 10rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.uk-breadcrumb>li.uk-active:before {
  float: left;
}

.newslist._w1300 {
  margin: 1em auto 5em;
  padding: 0 1em;
}

.newslist li {
  overflow: hidden;
  padding: 2.5em 1em 1em;
  border-bottom: 1px solid #eee;
}

.newslist .l1 .date {
  padding: .5em 0;
  border-top: 3px solid #666;
  text-align: center;
  font-size: 1.8em;
}

.newslist .l1 .year {
  text-align: center;
}

.newslist .l2 {
  margin-bottom: 1em;
  padding: 0 2em;
}

.newslist .l2 .title {
  overflow: hidden;
  margin-bottom: .5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.3em;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.newslist .l2 .subtitle {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .9em;
  line-height: 1.8;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.newslist a.view {
  display: inline-block;
  margin-top: 2em;
  padding: .5em 1em;
  border: 1px solid #003e97;
}

.newslist a.view i {
  margin-left: .5em;
}

.newslist li:hover {
  background: #535353;
  color: #fff;
}

.newslist li:hover .date {
  border-color: #fff;
}

.newslist li:hover a.view {
  border-color: #fff;
  color: #fff;
}

.newslist .title a {
  color: #333;
}

.newslist li:hover .title a {
  color: #fff;
}

.newspage .subtitle,
.newspage .title {
  text-align: center;
}

.newslist .title {
  margin: .5em 0;
  color: #505050;
  font-weight: 700;
  font-size: 1.5em;
}

.newspage .subtitle {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #adbeda;
  color: #999;
  font-size: .9em;
}

.newslist .content {
  color: #555 !important;
}

.newslist .content p {
  margin-bottom: .5em;
  color: #555 !important;
  font-size: .9em !important;
  line-height: 1.5;
}

.pagebox {
  overflow: hidden;
  margin-top: 4em;
  padding: 1em 0;
  background: #eee;
  color: #555;
}

.pagebox a {
  overflow: hidden;
  padding: 0 1em;
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .9em;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.pagebox .right {
  text-align: right;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #003e97;
}

.layui-laypage a:hover {
  color: #003e97;
}

.page {
  overflow: hidden;
  margin-top: 3em;
  text-align: center;
}

.page a,
.page span {
  float: left;
  padding: .2em .5em;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #eee;
  line-height: 1.8;
}

.page .current {
  border-color: #007bff;
  background: #007bff;
  color: #fff;
  text-align: center;
}

.page a.page-num-current {
  border-color: #007bff;
  background: #007bff;
  color: #fff;
  text-align: center;
}

.page div {
  display: inline-block;
}

.productpage {
  overflow: hidden;
  padding: 4em 0;
}

.productpage ._w1300 {
  overflow: hidden;
  padding-right: .5em;
}

.productpage .list {
  margin-bottom: .5em;
  padding-left: .5em;
}

.productpage .list img {
  width: 100%;
}

.productpage .list a {
  display: block;
  border: 1px solid #ccc;
}

.productpage .list p {
  overflow: hidden;
  padding: .5em;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .9em;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.productpage .list span {
  display: inline-block;
  margin: 0 0 .5em .5em;
  padding: .3em .5em;
  border: 1px solid #a4b0c5;
  color: #333;
  font-size: .9em;
}

.productpage .list span i {
  margin-left: .5em;
}

.productpage .list a:hover span {
  background: #a4b0c5;
  color: #fff;
}

.productdetail {
  overflow: hidden;
  padding: 2em 0;
}

.productdetail .list,
.productdetail .param {
  padding: 0 .5em;
}

.productdetail pre {
  background: 0 0;
  font-size: .9em;
  line-height: 1.8;
}

.productdetail .bt {
  display: inline-block;
  margin: .5em 0;
  padding: .2em 1em;
  background: #003e97;
  color: #fff;
  font-size: 1.3em;
}

.producttab {
  padding: 2em 0;
  background: #eee;
}

.producttab ._w1300 {
  padding: 1em;
  background: #fff;
}

.layui-tab-brief>.layui-tab-title .layui-this {
  background: #003e97;
  color: #fff;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
  border-bottom: 2px solid #00255a;
}

.layui-show {
  text-align: center;
}

.layui-show img {
  margin: 1em 0;
  width: 100%;
  max-width: 850px;
}

.uk-slidenav-contrast {
  background: #2e4673;
}

.layui-tab-content {
  padding-top: 2em;
}

.layui-tab-title li {
  font-size: 1.5rem;
}

.sp-loading {
  padding: 15px;
  max-width: 270px;
  border: 5px solid #eee;
  border-radius: 3px;
  color: #888;
  text-align: center;
  font-size: 12px;
}

.sp-wrap {
  position: relative;
  float: left;
  display: none;
  width: 100%;
  border: 5px solid #eee;
  border-radius: 3px;
  background: #eee;
  font-size: 0;
  line-height: 0;
}

.sp-thumbs {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
  display: inline-block;
  overflow: hidden;
  width: 20%;
  background-position: center;
  background-size: cover;
  opacity: .3;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}

.sp-thumbs a:hover {
  opacity: 1;
}

.sp-current,
.sp-thumbs a:active {
  position: relative;
  opacity: 1 !important;
}

.sp-large {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.sp-large a img {
  width: 100%;
  height: auto;
}

.sp-large a {
  display: block;
}

.sp-zoom {
  position: absolute;
  top: -50%;
  left: -50%;
  display: none;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, .9);
  cursor: pointer;
}

.sp-lightbox img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}

#sp-next,
#sp-prev {
  position: absolute;
  top: 50%;
  z-index: 501;
  box-sizing: border-box;
  margin-top: -25px;
  padding: 14px;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: .2s;
}

#sp-prev {
  left: 10px;
}

#sp-prev:before {
  position: absolute;
  top: 16px;
  left: 7px;
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  content: '';
}

#sp-next {
  right: 10px;
}

#sp-next:before {
  position: absolute;
  top: 16px;
  left: 18px;
  border: 7px solid transparent;
  border-left: 15px solid #fff;
  content: '';
}

#sp-next:hover,
#sp-prev:hover {
  background: #444;
}

@media screen and (max-width:400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }

  #sp-next,
  #sp-prev {
    top: auto;
    bottom: 25px;
    margin-top: 0;
  }
}

@media only screen and (min-width:1300px) {
  ._w1300 {
    position: relative;
    margin: 0 auto;
    width: 1300px;
  }

  .indexpro .titlebox {
    margin-left: 30%;
    width: 60%;
  }

  .indexpro ul {
    width: 80%;
  }
}

@media only screen and (max-width:1299px) {
  .indexpro .titlebox {
    margin: 0 1em;
    width: calc(100% - 2em);
  }

  .indexpro .right ul {
    margin: 0 1em;
    width: calc(100% - 2em);
    height: 30em;
  }

  .indexpro .left,
  .indexpro .right {
    padding: 4em 0;
    width: 100%;
  }

  .indexpro .left {
    height: auto;
  }
}

/* 模板巴巴 整 站 模 板 下 载 网 站 W w w.mubanbaba.com*/
/* PB2345模板网 整 站 模 板 下 载 网 站 W w w.pb2345.com*/
/* 专业的Xunruicms/迅睿CMS模板开发商*/
/* 我们提供网站建站，仿站，改版，维护服务*/
/* 提供仿站-建站-定制站-外贸站-建设服务 */
/* QQ：2 3 0 5 0 3 5 6 4 3 */
@media only screen and (min-width:1170px) {
  .cd-main-header {
    height: 120px;
  }

  .cd-main-header:after {
    clear: both;
    display: table;
    content: "";
  }

  .cd-logo {
    top: 5px;
    left: 3em;
  }

  .cd-header-buttons {
    display: none;
  }

  .cd-nav-trigger {
    display: none;
  }

  ._w1170 {
    position: relative;
    margin: 0 auto;
    width: 1170px;
  }

  .cd-primary-nav {
    position: static;
    float: right;
    overflow: visible;
    padding-right: 20px;
    width: auto;
    height: auto;
    background: 0 0;
  }

  .cd-primary-nav:after {
    clear: both;
    display: table;
    content: "";
  }

  .cd-primary-nav.moves-out>li>a {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }

  .cd-primary-nav ul {
    display: none;
  }

  .cd-primary-nav ul.is-hidden {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }

  .cd-primary-nav ul.moves-out>li>a {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }

  .cd-primary-nav>li {
    float: left;
    margin-left: 1.5em;
  }

  .cd-primary-nav>li>a,
  .uk-search {
    position: relative;
    display: inline-block;
    overflow: visible;
    padding: 0 10px;
    height: 80px;
    border-bottom: none;
    color: #fff;
    font-size: 1.5rem;
    line-height: 80px;
    -webkit-transition: color .3s, box-shadow .3s;
    -moz-transition: color .3s, box-shadow .3s;
    transition: color .3s, box-shadow .3s;
  }

  .cd-primary-nav .uk-search:before {
    left: 4px;
    line-height: 86px;
  }

  .uk-search .uk-search-field {
    padding-left: 15px;
    outline: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
  }

  input.uk-search-field::-webkit-input-placeholder {
    color: #aaa;
  }

  .cd-primary-nav>li>a:hover {
    color: #75a5ea;
  }

  .cd-primary-nav>li>a.selected {
    color: #75a5ea;
  }

  .cd-primary-nav .go-back,
  .cd-primary-nav .see-all {
    display: none;
  }

  .cd-primary-nav .cd-nav-gallery:after,
  .cd-primary-nav .cd-nav-icons:after,
  .cd-primary-nav .cd-secondary-nav:after {
    clear: both;
    display: table;
    content: "";
  }

  .cd-primary-nav .cd-nav-gallery.is-hidden,
  .cd-primary-nav .cd-nav-icons.is-hidden,
  .cd-primary-nav .cd-secondary-nav.is-hidden {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }

  .cd-primary-nav .cd-nav-gallery>.see-all,
  .cd-primary-nav .cd-nav-icons>.see-all,
  .cd-primary-nav .cd-secondary-nav>.see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
  }

  .cd-primary-nav .cd-nav-gallery>.see-all a:hover,
  .cd-primary-nav .cd-nav-icons>.see-all a:hover,
  .cd-primary-nav .cd-secondary-nav>.see-all a:hover {
    border-color: #2e3233;
    background: #2e3233;
    color: #fff;
  }

  .cd-primary-nav .cd-secondary-nav>li {
    float: left;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 2.66%;
    width: 23%;
    height: 340px;
    border-right: 1px solid #e2e3df;
    -webkit-overflow-scrolling: touch;
  }

  .cd-primary-nav .cd-secondary-nav>li:nth-child(4n+2) {
    margin-right: 0;
    border-right: none;
  }

  .cd-primary-nav .cd-secondary-nav>li>a {
    margin-bottom: .6em;
    color: #69aa6f;
    font-weight: 700;
    font-size: 1.6rem;
  }

  .cd-primary-nav .cd-secondary-nav a {
    padding: 0 18% 0 0;
    height: 30px;
    border-bottom: none;
    color: #2e3233;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #69aa6f;
  }

  .cd-primary-nav .cd-secondary-nav ul {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -ms-transform: translateZ(0);
  }

  .cd-primary-nav .cd-secondary-nav ul ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -ms-transform: translateX(100%);
  }

  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }

  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }

  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }

  .cd-primary-nav .cd-secondary-nav .moves-out>li>a {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
  }

  .cd-primary-nav .cd-nav-gallery li {
    float: left;
    margin: 0 4% 40px 0;
    width: 22%;
  }

  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    margin-right: 0;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    padding: 0;
    height: auto;
    border-bottom: none;
    line-height: 1.2;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    margin-bottom: .6em;
    width: 100%;
    height: auto;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    padding: 0 .4em;
    color: #69aa6f;
    font-weight: 700;
  }

  .cd-primary-nav .cd-nav-icons li {
    float: left;
    margin: 0 2% 20px 0;
    width: 32%;
  }

  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    margin-right: 0;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    padding: 24px 0 0 85px;
    height: 80px;
    border-bottom: none;
    line-height: 1.2;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: 700;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }

  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }

  .cd-primary-nav .go-back a::after,
  .cd-primary-nav .go-back a::before {
    left: 1px;
  }

  .cd-secondary-nav>.has-children>a::after,
  .cd-secondary-nav>.has-children>a::before {
    display: none;
  }

  .has-children>a::after,
  .has-children>a::before {
    display: none;
  }

  .no-js .cd-primary-nav {
    position: absolute;
    top: 0;
    right: 150px;
    z-index: 3;
    display: inline-block;
    padding: 0;
    width: auto;
  }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }

  .cd-search {
    top: 80px;
    height: 120px;
  }

  .cd-search input {
    padding: 0 2em;
    font-weight: 300;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width:1169px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }

  .cd-main-content.nav-is-visible,
  .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
    -ms-transform: translateX(-260px);
  }

  .nav-on-left .cd-main-content.nav-is-visible,
  .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
    -ms-transform: translateX(260px);
  }

  .nav-on-left .cd-logo {
    right: 5%;
    left: auto;
  }

  .indextop {
    display: none;
  }

  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }

  .nav-on-left .cd-header-buttons li {
    float: right;
  }

  .cd-primary-nav li:last-child {
    display: none;
  }

  .nav-on-left .cd-primary-nav,
  .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }

  .cd-logo img {
    max-width: 15%;
  }

  .indexabout .left {
    width: 100%;
  }

  .indexabout .right {
    width: calc(100% - 2em);
  }

  .indexabout .title {
    margin: 2em 1em;
  }

  section.parallax {
    padding: 0;
  }

  .footer,
  .indexnews,
  .indexvideo {
    padding: 2em 1em;
  }
}

@media screen and (min-width:1000px) {
  .titlebox .entitle {
    font-size: 1.9em;
  }

  .titlebox .cntitle {
    font-size: 1.6em;
    line-height: 2;
  }

  .indexcore {
    padding: 2em 0 4em;
  }

  .aboutpage .left {
    float: left;
    width: 40%;
  }

  .aboutpage .right {
    float: left;
    width: 60%;
  }

  .contactpage {
    padding: 2.5em 0;
    color: #333;
    font-weight: 700;
    font-size: 1.5em;
  }

  .contactdetail {
    margin: 2em auto 1em;
    padding: 2em 0;
    border-top: 1px solid #eee;
  }

  .contactdetail .center,
  .contactdetail .left,
  .contactdetail .right {
    font-size: 1.2em;
  }

  .contactdetail .center i,
  .contactdetail .right i {
    display: inline-block;
    margin-right: .5em;
    width: 1.5em;
    height: 1.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #003e97;
    color: #fff;
    text-align: center;
    font-size: 2em;
    line-height: 1.5em;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
  }

  .contactdetail .left {
    color: #003e97;
    font-size: 2em;
  }

  .contactdetail .left.en {
    font-size: 1.6em;
  }

  .contactdetail .top {
    overflow: hidden;
    line-height: 2;
  }
}

@media screen and (max-width:999px) {
  .titlebox .entitle {
    font-size: 1.3em;
  }

  .titlebox .cntitle {
    font-size: 1.2em;
    line-height: 1.5;
  }

  .indexcore {
    padding: 1.5em 0 3em;
  }

  .indexnews .list li {
    margin: 0 0 .5em 0;
  }

  .indexnews .date .d {
    font-size: 1.2em;
  }

  .indexnews .left {
    margin-bottom: .5em;
  }

  .aboutpage .con,
  .aboutpage .titlebox {
    margin: 2em 1em 0;
  }

  .aboutpage .left {
    padding-top: 1em;
  }

  .aboutpage .right {
    padding-top: 2.5em;
  }

  .aboutdetail .top .right {
    border-bottom: 1px solid #dedede;
  }

  .aboutdetail {
    padding: 0;
  }

  .contactpage {
    padding: 1em 0;
    color: #333;
    font-weight: 700;
    font-size: 1.2em;
  }

  .contactdetail {
    margin: 2em 0 1em;
    padding: 2em 1em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .contactdetail .center,
  .contactdetail .left,
  .contactdetail .right {
    padding-bottom: 1em;
    font-size: .9em;
  }

  .contactdetail .center i,
  .contactdetail .right i {
    display: inline-block;
    margin-right: .5em;
    width: 1.5em;
    height: 1.5em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #003e97;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
  }

  .contactdetail .left {
    color: #003e97;
    font-weight: 700;
    font-size: 1.4em;
  }

  .contactdetail .top {
    overflow: hidden;
    line-height: 1.5;
  }

  .contactbottom #container {
    height: 25em;
  }

  .contactbottom._w1300 {
    margin-bottom: 2em;
  }

  .newslist .l2 {
    padding-right: 0;
  }

  .newslist li {
    padding-top: 1em;
  }

  .newslist a.view {
    margin-top: 1em;
    font-size: .9em;
  }

  .newslist._w1300 {
    margin-bottom: 2em;
  }

  .newslist .l2 .subtitle {
    line-height: 1.5;
  }

  .newslist .pagebox .right {
    margin-top: .5em;
    text-align: left;
  }

  .productpage {
    padding-top: .5em;
  }

  .layui-tab-content {
    padding-top: 1em;
  }
}

@media screen and (max-width:769px) {
  .footer {
    text-align: center;
  }

  .footer .left p {
    margin: .5em auto 1em;
  }

  .footer .code {
    margin-top: 1em;
  }
}