@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
.container {
  width: 1230px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
#header .language-choose {
  margin-left: 30px;
  position: relative;
  height: 36px;
  line-height: 36px;
  margin-top: 20px;
}
#header .language-choose span {
  height: 36px;
  font-size: 14px;
  display: block;
  cursor: pointer;
  color: #000;
  border: 1px solid #ddd;
  padding: 0 30px;
  padding-left: 20px;
  position: relative;
}
#header .language-choose span .fa {
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 7px;
}
#header .language-choose .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  background: #0296ca;
  text-align: left;
  z-index: 101;
}
#header .language-choose .sub-menu li {
  line-height: normal;
}
#header .language-choose .sub-menu li a {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .language-choose .sub-menu li:hover {
  background: #222;
}
#header .logo {
  padding-top: 10px;
}
#header .nav {
  position: relative;
}
#header .nav .h-search {
  cursor: pointer;
  padding: 25px 15px;
}
#header .nav .h-search .fa {
  color: #000;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 78px;
  height: 78px;
  position: relative;
  padding-right: 5%;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 15px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #1e1e1e;
  display: block;
  position: relative;
  padding: 0 15px;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
}
#header .nav .menu-box .menu > li > a .fa {
  position: absolute;
  right: 0;
  top: 26px;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #0296ca;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #0296ca;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
@-webkit-keyframes bg-animation {
  0% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bg-animation {
  0% {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#fp-nav.fp-right {
  right: 80px !important;
}
#fp-nav ul li {
  margin: 70px 7px !important;
}
#fp-nav ul li:after {
  content: '';
  position: absolute;
  left: 0;
  font-size: 16px;
  color: #787878;
  top: 12px;
  z-index: 8;
  width: 100px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
}
#fp-nav ul li:nth-child(2):after {
  content: '关于铄腾';
}
#fp-nav ul li:nth-child(3):after {
  content: '产品领域';
}
#fp-nav ul li:nth-child(4):after {
  content: '产品中心';
}
#fp-nav ul li:nth-child(5):after {
  content: '技术实力';
}
#fp-nav ul li:nth-child(6):after {
  content: '新闻动态';
}
#fp-nav ul li a {
  display: none !important;
}
#fp-nav ul li a.active {
  display: block !important;
}
#fp-nav ul li a span {
  background: #0284ca !important;
}
#fp-nav ul li:nth-child(1) a.active,
#fp-nav ul li:nth-child(7) a.active {
  display: none !important;
}
#fullPage .tit {
  position: relative;
}
#fullPage .tit .fa {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 42%;
  font-size: 20px;
  color: #9b9b9b;
  border: 2px solid #d2d2d2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#fullPage .tit .fa:hover {
  border: 2px solid #0296ca;
  color: #0296ca;
}
#fullPage .tit h2 {
  font-weight: bold;
  color: #1e1e1e;
  font-size: 58px;
}
#fullPage p.p {
  font-size: 18px;
  color: #575757;
  line-height: 34px;
  padding: 30px 0;
}
@keyframes mymove {
  from {
    top: 5px;
  }
  to {
    top: 30px;
  }
}
@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  from {
    top: 5px;
  }
  to {
    top: 30px;
  }
}
.bread-crumbs{
  display: none;
}
#fullPage .section1 {
  position: relative;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
}
#fullPage #banner{
position: relative;
}
#banner img.star{
	position: absolute;
	animation: star_scale 2s linear infinite;
	z-index: 11;
  width: 62px;
  height: 80px !important;
}
#banner img.star01{
	left: 55%;
	top: 10%;
	animation-delay: 0.1s;
}
#banner img.star02{
	left: 30%;
	top: 14%;
	animation-delay: 0.3s;
	opacity: 0.5;
}
#banner img.star03{
	left: 40%;
	top: 30%;
}
#banner img.star04{
	left: 65%;
	top: 23%;
	animation-delay: 0.6s;
	opacity: 0.8;
}
#banner img.star05{
	left: 50%;
	top: 20%;
	animation-delay: 0.8s;
	opacity: 0.8;
}
#banner img.star06{
	left: 20%;
	top: 12%;
	animation-delay: 0.8s;
	opacity: 0.6;
}
#banner img.star07{
	left: 6%;
	top: 37%;
	animation-delay: 0.2s;
	opacity: 0.5;
}
#banner img.star08{
	left: 70%;
	top: 10%;
	animation-delay: 0.6s;
}
#banner img.star09{
	left: 90%;
	top: 42%;
	animation-delay: 1s;
	opacity: 0.4;
}
@keyframes star_scale {
	0%{
		transform: scale(1,1);
	}
	50%{
		transform: scale(0.4,0.4);
	}
	100%{
		transform: scale(1,1);
	}
}

.lx-star {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 100px;
    left: 70%;
    position: absolute;
    transform-origin: 100% 0;
    animation: star-ani 4s linear infinite;
    -webkit-animation:star-ani 5s linear infinite;
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, .3);
    opacity: 0;
    z-index: 2;
}
.lx-star:after {
    content: '';
    display: block;
    top: 0px;
    left: 4px;
    border: 0px solid #fff;
    border-width: 0px 90px 2px 90px;
    border-color: transparent transparent transparent rgba(255, 255, 255, .3);
    transform: rotate(-45deg) translate3d(1px, 3px, 0);
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, .1);
    transform-origin: 0% 100%;
}
.pink {
    top: 100px;
    left: 60%;
    background: #fff;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}
.pink:after {
    border-color: transparent transparent transparent #fff;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}
.blue {
    top: 120px;
    left: 80%;
    background: fff;
    animation-delay: 7s;
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
}
.blue:after {
     border-color: transparent transparent transparent fff;
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    animation-delay: 7s;
}
  @keyframes star-ani {
    0% {
        opacity: 0;
        transform: scale(0) translate3d(0, 0, 0);
    }
    20%{
        opacity: 0.8;
        transform: scale(0.2) translate3d(-50px, 100px, 0);
    }
    40% {
        opacity: 0.8;
        transform: scale(0.4) translate3d(-100px, 150px, 0);
    }
    60% {
        opacity: 0.8;
        transform: scale(0.6) translate3d(-150px, 200px, 0);
    }
    80% {
        opacity: 1;
        transform: scale(1) translate3d(-200px, 250px, 0);
    }
    100% {
        opacity: 1;
        transform: scale(1.2) translate3d(-250px, 300px, 0);
    }
}

#fullPage .section1 .xz{
    position:absolute;
    width:26%;
    left:37%;
    top:28%;
    z-index:7;
}
#fullPage .section1 .xz h2{
    font-size:54px;
    text-align:center;
    color:#fff;
    position:absolute; font-weight:bold;
    top:-120px;
    width:100%;
}
#fullPage .section1 .xz .b-text img{
    display:block;
    margin:40px auto 0;
}
#fullPage .section1 .xz .pointer{
    position:absolute;
    width:100%;
    left:0%;
    top:0%;
    z-index:8;
}
#fullPage .section1 #banner img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
#fullPage .section1 .text {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 80%;
  z-index: 8;
}
#fullPage .section1 .text img {
  display: block;
  margin: 0 auto;
}
#fullPage .section1 .mouse {
  position: absolute;
  width: 40px;
  left: 50%;
  height: 55px;
  bottom: 5%;
  z-index: 8;
}
#fullPage .section1 .mouse .border {
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  position: relative;
}
#fullPage .section1 .mouse .border .pointer {
  width: 3px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  animation: mymove 1.4s infinite;
  -webkit-animation: mymove 1.4s infinite;
}
.pointer #img4{
			animation:turn 5s linear;  
		}
		@keyframes turn{
      0%{-webkit-transform:rotate(0deg);}
      25%{-webkit-transform:rotate(90deg);}
      50%{-webkit-transform:rotate(180deg);}
      75%{-webkit-transform:rotate(270deg);}
      100%{-webkit-transform:rotate(360deg);}
    }
#fullPage .section2 {
  position: relative;
}
#fullPage .section2:after {
  content: '';
  position: absolute;
  width: 42%;
  right: 0;
  bottom: 0;
  height: 58%;
  background-image: linear-gradient(to right, #026ac0, #0296ca);
  z-index: -1;
}
#fullPage .section2 .soton {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #ededed;
  font-size: 190px;
  font-weight: 700;
  position: absolute;
  left: 30%;
  top: 40%;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: bg-animation 100s linear infinite normal;
  animation: bg-animation 100s linear infinite normal;
}
#fullPage .section2 .grid-box .column {
  padding-right: 3%;
}
#fullPage .section2 .grid-box .column .i-history {
  margin-top: 40px;
}
#fullPage .section2 .grid-box .column .i-history ul li {
  padding: 20px 0;
}
#fullPage .section2 .grid-box .column .i-history ul li .fl {
  width: 10%;
}
#fullPage .section2 .grid-box .column .i-history ul li .fl .circle {
  background: transparent;
  width: 61px;
  height: 61px;
  background: url(../images/circle.png) no-repeat center;
}
#fullPage .section2 .grid-box .column .i-history ul li .fl .circle h2 {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 18px;
  line-height: 57px;
  text-align: center;
  font-weight: bold;
}
#fullPage .section2 .grid-box .column .i-history ul li .fr {
  width: 82%;
  padding-top: 15px;
}
#fullPage .section2 .grid-box .column .i-history ul li .fr h3 {
  font-size: 18px;
  font-weight: 500;
}
#fullPage .section2 .grid-box .column:nth-child(2) {
  padding-right: 0;
  padding-left: 5%;
}
#fullPage .section3 {
  position: relative;
  overflow: hidden;
}
#fullPage .section3 .soton {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #ededed;
  font-size: 190px;
  font-weight: 700;
  position: absolute;
  right: -6%;
  top: 35%;
  z-index: -1;
}
#fullPage .section3:after {
  content: '';
  position: absolute;
  width: 42%;
  left: 0;
  bottom: 0;
  height: 58%;
  background-image: linear-gradient(to right, #026ac0, #0296ca);
  z-index: -1;
}
#fullPage .section3 .grid-box .column:nth-child(1) img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#fullPage .section3 .grid-box .column:nth-child(2) {
  padding-top: 4%;
}
#fullPage .section3 .grid-box .column:nth-child(2) .app-list {
  margin-top: 60px;
}
#fullPage .section3 .grid-box .column:nth-child(2) .app-list ul li {
  padding: 0 10px;
}
#fullPage .section3 .grid-box .column:nth-child(2) .app-list ul li .img-box .text {
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}
#fullPage .section3 .grid-box .column:nth-child(2) .app-list ul li .img-box .text p {
  padding: 10px 0;
  text-align: center;
}
#fullPage .section4 {
  background: url(../images/sec4-bg_02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#fullPage .section4 .tit h2 {
  text-align: center;
  color: #FFFFFF;
}
#fullPage .section4 p.p {
  color: #FFFFFF;
  text-align: center;
}
#fullPage .section4 .grid-box {
  margin-top: 40px;
}
#fullPage .section4 .grid-box .column .img-box {
  position: relative;
}
#fullPage .section4 .grid-box .column .img-box .text {
  position: absolute;
  width: 100%;
  padding: 20px 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#fullPage .section4 .grid-box .column .img-box .text h3 {
  font-size: 20px;
  color: #fff;
  text-align: right;
}
#fullPage .section4 .grid-box .column:nth-child(1) {
  padding-top: 30px;
}
#fullPage .section4 .grid-box .column:nth-child(1) .init {
  margin-left: 30px;
}
#fullPage .section5 {
  background: url(../images/sec5-bg.jpg) no-repeat center;
  background-size: cover;
}
#fullPage .section5 .init-1 .column2 ul {
  padding: 30px 0 10px;
}
#fullPage .section5 .init-1 .column2 ul li {
  float: left;
  margin-left: 52px;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
#fullPage .section5 .init-1 .column2 ul li a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  position: relative;
}
#fullPage .section5 .init-1 .column2 ul li a:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 120px;
  background-image: linear-gradient(#026ac0, #0296ca);
  left: 50%;
  margin-left: -1px;
  top: 110%;
  display: none;
  z-index: 8;
}
#fullPage .section5 .init-1 .column2 ul li.active,
#fullPage .section5 .init-1 .column2 ul li:hover {
  color: #0467ca;
}
#fullPage .section5 .init-1 .column2 ul li.active a:after,
#fullPage .section5 .init-1 .column2 ul li:hover a:after {
  display: block;
}
#fullPage .section5 .init-2 {
  margin-top: 50px;
}
#fullPage .section5 .init-2 ul {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
#fullPage .section5 .init-2 ul li .js_banner{
  position: relative;
}
#fullPage .section5 .init-2 ul li .js_banner .text{
  position: absolute;
  width:60%;
  left:20%;
  bottom: 4%;
  z-index: 6;
  text-align: center;
}
#fullPage .section5 .init-2 ul li .js_banner .text h2{
font-size: 22px;
  line-height: 30px;
  color: #fff;
}
#fullPage .section5 .init-2 ul li .js_banner .text p{
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
#fullPage .section5 .init-2 ul li .js_banner .slick-dots {
  margin-top: 35px;
}
#fullPage .section5 .init-2 ul li .js_banner .slick-dots li {
  float: left;
  margin-right: 8px;
}
#fullPage .section5 .init-2 ul li .js_banner .slick-dots li button {
  background: #bdbdbd;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: none;
  color: rgba(0, 0, 0, 0);
}
#fullPage .section5 .init-2 ul li .js_banner .slick-dots li.slick-active button {
  background-image: linear-gradient(to right, #026ac0, #0296ca);
}
#fullPage .section5 .init-2 .more {
  float: right;
  color: #575757;
  font-size: 16px;
  margin-top: 10px;
}
#fullPage .section5 .init-2 .more .fa {
  cursor: pointer;
  font-size: 20px;
  color: #0296ca;
  border: 2px solid #0296ca;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#fullPage .section5 .init-2 .more .fa:hover {
  border: 2px solid #026ac0;
  color: #026ac0;
}
#fullPage .section6 {
  background: #f7f7f7;
}
#fullPage .section6 .grid-box .column .news-1 {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
#fullPage .section6 .grid-box .column .news-1 .img-box .text {
  position: relative;
  z-index: 8;
  padding: 17px 20px;
  background-image: linear-gradient(to right, #026ac0, #0296ca);
}
#fullPage .section6 .grid-box .column .news-1 .img-box .text .grid-box .column {
  width: 80%;
}
#fullPage .section6 .grid-box .column .news-1 .img-box .text .grid-box .column h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
#fullPage .section6 .grid-box .column .news-1 .img-box .text .grid-box .column h2 {
  padding: 15px 0;
  color: #fff;
}
#fullPage .section6 .grid-box .column .news-1 .img-box .text .grid-box .column time {
  color: #fff;
}
#fullPage .section6 .grid-box .column .news-1 .img-box .text .grid-box .column:nth-child(2) {
  width: 20%;
  padding-top: 30px;
}
#fullPage .section6 .grid-box .column .news-1 .img-box .text .grid-box .column:nth-child(2) .fa {
  cursor: pointer;
  font-size: 20px;
  color: #d1edf5;
  border: 2px solid #d1edf5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#fullPage .section6 .grid-box .column .news-1 .img-box .text .grid-box .column:nth-child(2) .fa:hover {
  border: 2px solid #0296ca;
  color: #0296ca;
}
#fullPage .section6 .grid-box .column:nth-child(2) {
  padding-left: 5px;
}
#fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column {
  margin-bottom: 20px;
  width: 50%;
  padding: 0 8px 0 8px;
}
#fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column .news-list {
  width: 100%;
  padding: 45px 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  position: relative;
}
#fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column .news-list a.tit {
  display: block;
  float: right;
  padding: 4px 10px;
  border: 1px solid #0272ca;
  color: #0272ca;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column .news-list a.tit:hover {
  background: #0272ca;
  color: #FFF0EF;
}
#fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column .news-list h3 {
  font-size: 18px;
  padding: 10px 0;
}
#fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column .news-list h3:hover {
  color: #0296ca;
}
#fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column .news-list p {
  line-height: 26px;
  color: #6d6d6d;
  padding-bottom: 10px;
}
#fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column .news-list a.more {
  text-decoration: underline;
  font-size: 14px;
  color: #2b2b2b;
}
#fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column .news-list a.more:hover {
  color: #0272ca;
}
#fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column:nth-child(2n) {
  padding: 0 0 0 8px;
}
#footer a:hover {
  color: #0296ca !important;
}
#footer .footer-top {
  background: #ffffff;
  padding: 60px 0;
}
#footer .footer-top .column ul {
  padding-bottom: 20px;
}
#footer .footer-top .column ul li {
  padding: 0 23px;
  float: left;
  font-size: 18px;
}
#footer .footer-top .column .icon {
  padding: 10px 0;
}
#footer .footer-top .column .icon .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #333333;
  margin-right: 6px;
}
#footer .footer-top .column .scroll {
  padding-left: 20px; cursor: pointer;
}
#footer .footer-top .column .scroll .fa {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  background-image: linear-gradient(to right, #026ac0, #0296ca);
}
#footer .footer-top p {
  color: #787878;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 5px;
  }
  #header .nav .menu-box .menu > li > a {
    font-size: 14px;
    padding: 0 15px;
  }
  #header .nav .menu-box .menu > li > a .fa {
    top: 28px;
  }
  #fullPage .tit h2 {
    font-size: 42px;
  }
  #fullPage .section3 .grid-box .column:nth-child(2) {
    padding-left: 5%;
  }
  #fullPage .section5 .init-1 .column2 ul li {
    margin-left: 16px;
    font-size: 18px;
    line-height: 30px;
  }
  #fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column .news-list {
    padding: 15px;
  }
  #fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column .news-list h3 {
    font-size: 16px;
    padding: 5px 0;
  }
  #footer .footer-top .column ul li {
    padding: 0 12px;
    font-size: 16px;
  }
  #fullPage .section2 .soton {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 700px;
  }
  #fullPage .section {
    padding: 30px 0;
  }
  #fullPage .section1 {
    padding: 0;
  }
  #fullPage .tit h2 {
    font-size: 28px;
  }
  #fullPage p.p {
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0;
  }
  #fullPage .section2 .grid-box .column .i-history ul li .fr {
    width: 70%;
    padding-top: 8px;
  }
  #fullPage .section2 .grid-box .column .i-history ul li .fr h3 {
    font-size: 16px;
  }
  #fullPage .section5 .init-1 .column2 ul {
    padding: 10px 0 0;
  }
  #fullPage .section5 .init-1 .column2 ul li {
    margin-left: 16px;
    font-size: 15px;
    line-height: 30px;
  }
  #fullPage .section6 .grid-box.two > .column {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #fullPage .section2 .grid-box .column {
    padding-right: 0;
    width: 100%;
  }
  #fullPage .tit h2 {
    font-size: 20px;
  }
  #fullPage .tit .fa {
    top: -5px;
    left: 28%;
  }
  #fullPage .section2 .grid-box .column .i-history {
    margin-top: 0;
  }
  #fullPage .section2 .soton {
    display: none;
  }
  #fullPage .section2:after {
    width: 86%;
    height: 46%;
  }
  #fullPage .section3 .grid-box.two > .column {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
  #fullPage .section3:after {
    display: none;
  }
  #fullPage .section3 .grid-box .column:nth-child(2) .app-list {
    margin-top: 30px;
  }
  #fullPage .section4 .grid-box .column:nth-child(1) {
    padding-top: 0;
  }
  #fullPage .section4 .grid-box .column {
    width: 100%;
  }
  #fullPage .section4 .grid-box .column:nth-child(1) .init {
    margin-left: 0;
  }
  #fullPage .section5 .init-2 {
    margin-top: 20px;
  }
  #fullPage .section5 .init-1 .column2 ul li a:after {
    display: none !important;
  }
  #fullPage .section6 .grid-box .column .news-1 .img-box .text .grid-box .column h3 {
    font-size: 20px;
  }
  #fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
  }
  #fullPage .section6 .grid-box .column:nth-child(2) {
    padding-left: 0;
  }
  #fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column:nth-child(2n) {
    padding: 0;
  }
  #footer .footer-top {
    padding: 20px 0;
  }
  #footer .footer-top .grid-box.two > .column {
    width: 100%;
    padding-bottom: 10px;
  }
  #footer .footer-top .column ul li {
    padding: 0 8px;
    font-size: 16px;
  }
  #fullPage .section.fp-auto-height {
    padding: 0;
  }
}
.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover;
  height: 360px;
  margin-top: 78px;
  padding-top: 4%;
}
.inner-banner .container {
  height: 100%;
  position: relative;
}
.inner-banner h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.inner-banner p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding-top: 5px;
}
.inner-banner .sidebar {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  transform: translateX(-50%);
  border-bottom: 2px solid #dddddd;
}
.inner-banner .sidebar ul.side-menu {
  background: #fff;
}
.inner-banner .sidebar ul.side-menu li {
  line-height: 70px;
  float: left;
  position: relative;
  text-align: center;
  font-size: 18px;
}
.inner-banner .sidebar ul.side-menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
.inner-banner .sidebar ul.side-menu li:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 22px;
  right: 0;
  top: 50%;
  margin-top: -11px;
  background: #dddddd;
}
.inner-banner .sidebar ul.side-menu li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  top: 0;
  background: #0296ca;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.inner-banner .sidebar ul.side-menu li:hover a,.inner-banner .sidebar ul.side-menu a.active {
  color: #0296ca;
}
.inner-banner .sidebar ul.side-menu li:hover:before {
  width: 50%;
}
.inner-banner .sidebar ul.side-menu li:last-child:after {
  display: none;
}
.inner-page .mbx {
  padding: 20px 0;
  text-align: right;
}
.inner-page .mbx a {
  font-size: 16px;
  color: #666;
}
.inner-page .init-1 {
  padding: 0px 0 40px;
}
.contact-page .init-1 .tit2 {
  position: relative;
  margin: 0 0 42px;
  padding: 0 0 29px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #0296ca;
}
.contact-page .init-1 .tit2:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  margin: 0 0 0 -25px;
  background: #da2419;
}
.contact-page .init-1 .messages {
  margin-top: -80px;
  width: 100%;
  padding: 3% 8%;
  background-image: linear-gradient(to right, #026ac0, #0296ca);
}
.contact-page .init-1 .messages .grid-box .column {
  width: 60%;
}
.contact-page .init-1 .messages .grid-box .column p {
  color: #fff;
  line-height: 28px;
  padding: 3px 0;
  font-size: 16px;
}
.contact-page .init-1 .messages .grid-box .column:nth-child(2) {
  width: 40%;
  padding-left: 4%;
  border-left: 1px solid #fff;
}
.contact-page .init-1 .messages .grid-box .column:nth-child(2) #ewm img {
  border: 5px solid #ffffff;
  width: 130px;
}
.contact-page .init-map .map {
  margin-top: 30px;
  height: 470px;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.lg-page {
  text-align: center;
}
.lg-page ul {
  margin: -10px;
}
.lg-page ul li {
  padding: 10px;
}
.app-page ul li:last-child h3{
  display: none;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li a h3 {
  color: #333;
  background: #eee;
  padding: 10px 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li a:hover h3 {
  background: #0296ca;
  color: white;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #f9f9f9;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page a.current{
  color: white;
  background: #c29d63;
}
.inner-page ul.news-list {
  margin: -15px -8px;
}
.inner-page ul.news-list li {
  padding: 15px 8px;
  text-align: left;
}
.inner-page ul.news-list li a {
  background: white;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page ul.news-list li a span {
  display: block;
  overflow: hidden;
}
.inner-page ul.news-list li a span img {
  width: 100%;
}
.inner-page ul.news-list li a h3 {
  padding: 15px 15px 10px;
  font-size: 20px;
  color: #262626;
  font-family: "roboto-bold";
  line-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space:nowrap;
  text-overflow:ellipsis;
	overflow:hidden;
}
.inner-page ul.news-list li a time {
  display: block;
  padding: 0 15px 20px;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page ul.news-list li a:hover {
  background: #c29d63;
}
.inner-page ul.news-list li a:hover h3,
.inner-page ul.news-list li a:hover time {
  color: white;
}

.news-page .news-1 {
  text-align: center;
}
.news-page .news-1 ul {
  margin-bottom: 25px;
  border-bottom: 1px solid #B8B8B8;
}
.news-page .news-1 ul li {
  width: auto;
  padding: 0 25px;
  margin-bottom: 15px;
  border-left: 1px solid #B8B8B8;
  line-height: 24px;
}
.news-page .news-1 ul li:first-child {
  border-left: none;
}
.news-page .news-1 ul li a {
  position: relative;
  display: block;
  padding: 0 5px;
}
.news-page .news-1 ul li a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -16px;
  left: 0;
  background: #c29d63;
  background: -webkit-linear-gradient(-23deg, #cddc39 0%, #c29d63 100%);
  background: -o-linear-gradient(-23deg, #cddc39 0%, #c29d63 100%);
  background: -moz-linear-gradient(-23deg, #cddc39 0%, #c29d63 100%);
  background: linear-gradient(157deg, #cddc39 0%, #c29d63 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 ul li:hover a:after,
.news-page .news-1 ul li.active a:after {
  width: 100%;
}
.newdet-page .newdet-1 {
  padding: 20px 0;
  background: white;
}
.newdet-page .newdet-1 h3 {
  font-size: 30px;
  color: #212121;
}
.newdet-page .newdet-1 .tag {
  color: #212121;
  margin: 20px 0 10px;
  display: block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding: 25px 0;
  color: #424242;
}
.newdet-page.technology .newdet-1 .content {
  border:none !important;
  margin-top:30px;
}
.newdet-page .newdet-1 .content img,
.newdet-page .newdet-1 .content p {
  margin-bottom: 20px;
}
.newdet-page .newdet-1 .share {
  padding-top: 30px;
  text-align: center;
}
.newdet-page .newdet-1 .share ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 5px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share ul li a {
  display: block;
}
.newdet-page .newdet-1 .share ul li:hover {
  color: white;
  background: #c29d63;
}
.newdet-page .newdet-2 {
  padding: 100px 0;
  /*background: #f5f5f5;*/
  text-align: center;
}


.about-page {
  padding-bottom: 0;
}
.about-page .lg-1 .grid-box .column{
  float: left;
}
.about-page .init-1 {
  padding-bottom: 45px;
}
.about-page .init-1 .grid-box .column:nth-child(1) {
  width: 40%;
}
.about-page .init-1 .grid-box .column:nth-child(2) {
  width: 60%;
  padding-left: 5%;
  padding-top: 0;
}
.about-page.culture-page .init-1 .grid-box .column:nth-child(2){
  padding-top: 5%;
}
.about-page .init-1 .grid-box .column:nth-child(2) h2 {
  font-weight: bold;
  font-size: 48px;
  color: #0296ca;
  text-transform: capitalize;
  font-family: 'roboto-bold';
}
.about-page .init-1 .grid-box .column:nth-child(2) h3 {
  font-size: 42px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page .init-1 .grid-box .column:nth-child(2) p {
  line-height: 30px;
  color: #666666;
  margin: 50px 0;
  font-size: 18px;
}
.about-page .init-2.init-num {
  padding: 100px 0;
  background: #0296ca;
}
.about-page .init-2.init-num .grid-box.two img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  cursor: pointer;
}
.about-page .init-2.init-num .grid-box.two img:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.about-page .init-2.init-num .grid-box.two .column.c1 {
  padding: 5% 5% 0 0;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .h1 {
  font-size: 36px;
  color: #fff;
  line-height: 58px;
  position: relative;
  padding: 30px 0 0;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .h1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 138px;
  height: 3px;
  background: #fff;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .p1 {
  padding: 35px 0;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  padding-right: 5%;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .i-shuzi {
  border: 2px solid #fff;
  padding: 20px;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .i-shuzi .grid-box.four .column {
  padding: 0 2%;
  border-right: 2px solid #fff;
  text-align: center;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .i-shuzi .grid-box.four .column:last-child {
  border-right: none;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .i-shuzi .grid-box.four .column h3 {
  font-size: 14px;
  color: #fff;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .i-shuzi .grid-box.four .column h4 {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
}
.about-page .init-2.init-num .grid-box.two .column.c1 .i-shuzi .grid-box.four .column p {
  font-size: 14px;
  color: #fff;
}
.about-page .public-tit h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #d3d3d5;
}
.about-page .public-tit h3 {
  font-size: 42px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
}
.about-page .public-tit h3:after {
  content: '';
  position: absolute;
  width: 74px;
  height: 4px;
  background: #0296ca;
  left: 50%;
  margin-left: -37px;
  bottom: 0;
}
.about-page .public-tit p {
  text-align: center;
  font-size: 14px;
  color: #666666;
  padding-top: 20px;
}
.about-page .init-history {
  padding: 80px 0;
  background: url(../images/his-bg.jpg) no-repeat top center;
}
.about-page .init-strength {
  padding: 85px 0;
}
.about-page .init-strength .grid-box {
  margin-top: 60px;
}
.about-page .init-strength .grid-box .column {
  width: 30%;
  margin-right: 1%;
}
.about-page .init-strength .grid-box .column .text {
  width: 100%;
  background: #f2f4f5;
  padding: 12% 10%;
  min-height: 287px;
  margin-bottom: 15px;
}
.about-page .init-strength .grid-box .column .text h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.about-page .init-strength .grid-box .column .text p {
  font-size: 14px;
  line-height: 28px;
  color: #303030;
}
.about-page .init-strength .grid-box .column:nth-child(2) {
  width: 38%;
}
.about-page .init-strength .grid-box .column:nth-child(2) .text {
  margin: 10px 0 0;
}
.about-page .init-strength .grid-box .column:last-child {
  margin-right: 0;
}
.about-page .init-py {
  background: #f8f8f8;
  padding: 85px 0;
}
.about-page .init-py .py-list {
  padding: 40px 0;
  position: relative;
}
.about-page .init-py .py-list .icon {
  width: 59px;
  height: 59px;
  background: url(../images/l.png) no-repeat center;
  left: 0;
  top: 30%;
  z-index: 8;
  position: absolute;
  cursor: pointer;
}
.about-page .init-py .py-list .right {
  left: auto;
  right: 0;
  background: url(../images/r.png) no-repeat center;
}
.about-page .init-py .py-list .swiper-slide {
  padding: 40px 18%;
}
.about-page .init-py .py-list .swiper-slide .text p {
  font-size: 24px;
  text-align: center;
  line-height: 42px;
}
.about-page .init-py .py-list .swiper-slide .text h2 {
  color: #3a3a3a;
  font-size: 48px;
  text-align: center;
  padding-top: 40px;
}


.aw-history{
	padding: 20px 0 0;
	background: url(../images/aa04.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
}
.aw-history .title{
	text-align: center;
	width: 100%;
	margin-bottom:50px;
}
.aw-history .title h2{
	font-size: 48px;
	color: #333333;
	line-height: 67px;
	font-weight: bold;
}
.aw-history .title span{
	font-size: 24px;
	color: #000;
	padding-left: 52px;
	background: url(../images/pro05.png) no-repeat left center;
	line-height: 32px;
	display: inline-block;
}
.pc-history{
	width: 100%;
	height: 548px;
	overflow: hidden;
	background: url(../images/aa08.png) no-repeat center;
}
.pc-history .btns{
	width: 107px;
	height: 107px;
	position: absolute;
	top: 54%;
	margin-top: 3px;
	transition:background 0.3s;
	z-index: 2;
}
.pc-history .btns.prev{
	background: url(../images/aa06.png) no-repeat center;
	left: -31px;
}
.pc-history .btns.prev:hover{
	background: url(../images/aa06_h.png) no-repeat center;
}
.pc-history .btns.next{
	background: url(../images/aa07.png) no-repeat center;
	right: -31px;
}
.pc-history .btns.next:hover{
	background: url(../images/aa07_h.png) no-repeat center;
}
.pc-history .box{
	width: 1065px;
	margin: 0 auto;
	height: 100%;
}
.pc-history .box ul{
	position: relative;
}
.pc-history .box li{
	width:200px;
	float: left;
	position: relative;
	margin-left: -50px;
}
.pc-history .box li.even{
	margin-bottom: 30px;
	padding-bottom: 100px;
	background: url(../images/aa05.png) no-repeat center bottom;
}
.pc-history .box li.odd{
	margin-top: 270px;
	padding-top: 100px;
	background: url(../images/aa05.png) no-repeat center top;
}
.pc-history .box li:first-child{
	margin-left: 0;
}
.pc-history .box ul{
	float: left;
}
.pc-history .box h2{
	font-size: 20px;
	color: #404040;
	font-weight: bold;
	line-height: 34px;
}
.pc-history .box p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.history-page .init-5 .init-5-bottom {
  height: 110px;
}
.history-page .init-5 .init-5-bottom p{
text-align: center;
    font-size: 24px;
    padding: 10px 10%;
    line-height: 35px;
}
.history-page .init-5 .init-5-bottom li.active{
  display: list-item;
}
.history-page .init-5 .init-5-top {
  padding:50px 0 10px;
}
.history-page .init-5 .init-5-top .content li{
  width:8.33%; float: left;
  padding-top:20px;
  height: 228px;
  background: #e7f8e9;
  cursor: pointer;
}
.history-page .init-5 .init-5-top .content li:hover{
animation: zy 1s ease-out forwards;
}
.history-page .init-5 .init-5-top .content li a h3{
  font-size: 20px; color: #fff;
  text-align: center;
  font-weight: bold;
}
.history-page .init-5 .init-5-top .content li:nth-child(2){
  background: #d8f3dc;
}
.history-page .init-5 .init-5-top .content li:nth-child(3){
  background: #cbe5cf;
}
.history-page .init-5 .init-5-top .content li:nth-child(1),
.history-page .init-5 .init-5-top .content li:nth-child(2),
.history-page .init-5 .init-5-top .content li:nth-child(3),
.history-page .init-5 .init-5-top .content li:nth-child(4){
  margin-top:130px;
}
.history-page .init-5 .init-5-top .content li:nth-child(5),
.history-page .init-5 .init-5-top .content li:nth-child(6),
.history-page .init-5 .init-5-top .content li:nth-child(7),
.history-page .init-5 .init-5-top .content li:nth-child(8),
.history-page .init-5 .init-5-top .content li:nth-child(9){
  height: 268px;
  margin-top:90px;
}
.history-page .init-5 .init-5-top .content li:nth-child(4){
  background: #bfd8c3;
}
.history-page .init-5 .init-5-top .content li:nth-child(5){
  background: #95d5b2;
}
.history-page .init-5 .init-5-top .content li:nth-child(6){
  background: #8cc8a8;
}

.history-page .init-5 .init-5-top .content li:nth-child(10),
.history-page .init-5 .init-5-top .content li:nth-child(11){
  height:308px;
  margin-top:50px;
}
.history-page .init-5 .init-5-top .content li:nth-child(7){
  background: #40916c;
}
.history-page .init-5 .init-5-top .content li:nth-child(8){
  background: #38805f;
}
.history-page .init-5 .init-5-top .content li:nth-child(9){
  background: #337557;
}
.history-page .init-5 .init-5-top .content li:nth-child(12){
height:358px;
}
.history-page .init-5 .init-5-top .content li:nth-child(10){
  background: #284e3e;
}
.history-page .init-5 .init-5-top .content li:nth-child(11){
  background: #1b4332;
}
.history-page .init-5 .init-5-top .content li:nth-child(12){
  background: #143527;
}


.zlbk-page {
  padding-top: 10px;
}
.zlbk-page .init-1 {
  margin-top: 20px;
}
.zlbk-page .init-1 .grid-box {
  margin-top: 30px;
}
.zlbk-page .init-1 .grid-box .column {
  width: 31.3%;
  margin-right: 3%;
}
.zlbk-page .init-1 .grid-box .column:nth-child(3) {
  margin-right: 0;
}
.zlbk-page .init-1 .grid-box .column .img-box .text {
  background: #fff;
  padding-top: 20px;
  position: relative;
  z-index: 8;
}
.zlbk-page .init-1 .grid-box .column .img-box .text h2 {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}
.zlbk-page .init-1 .grid-box .column .img-box .text h2 a {
  position: relative;
  color: #5b5b5b;
}
.zlbk-page .init-1 .grid-box .column .img-box .text h2 a:after {
  content: '';
  position: absolute;
  width: 62px;
  height: 3px;
  background: #0296ca;
  right: 105%;
  top: 10px;
}
.zlbk-page .init-1 .grid-box .column .img-box .text p {
  line-height: 28px;
  color: #8b8b8b;
  padding: 20px 0;
}
.yqhz-page .init-1 .init-two.grid-box .column {
  margin-right: 0;
}
.yqhz-page .init-1 .init-two.grid-box .column:nth-child(1) {
  width: 31%;
}
.yqhz-page .init-1 .init-two.grid-box .column:nth-child(1) .text {
  background: #fff;
  position: relative;
  z-index: 8;
}
.yqhz-page .init-1 .init-two.grid-box .column:nth-child(1) .text h2 {
  margin-top: 10px;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}
.yqhz-page .init-1 .init-two.grid-box .column:nth-child(1) .text h2 a {
  position: relative;
  color: #5b5b5b;
}
.yqhz-page .init-1 .init-two.grid-box .column:nth-child(1) .text h2 a:after {
  content: '';
  position: absolute;
  width: 62px;
  height: 3px;
  background: #0296ca;
  right: 105%;
  top: 10px;
}
.yqhz-page .init-1 .init-two.grid-box .column:nth-child(2) {
  width: 69%;
  padding-left: 5%;
}
.yqhz-page .init-1 .init-two.grid-box .column:nth-child(2) p {
  line-height: 28px;
  color: #7e7e7e;
  margin-bottom: 25px;
}
.yqhz-page .init-1 .grid-box.two .column {
  width: 48.5%;
}
.yqhz-page .init-1 .grid-box.two .column:nth-child(2) {
  margin-right: 0;
}
.yqhz-page .init-1 .yqhz-p {
  padding: 30px 10%;
  margin-top: 30px;
}
.yqhz-page .init-1 .yqhz-p p {
  color: #7e7e7e;
  line-height: 30px;
  text-align: center;
}
.cpjs-page .tit {
  text-align: center;
  margin-bottom: 50px;
}
.cpjs-page .tit h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cpjs-page .tit p {
  color: #666666;
  padding: 0 20% 80px;
  position: relative;
  font-size: 16px;
}
.cpjs-page .tit p:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 34px;
  background: #0296ca;
  left: 50%;
  margin-left: -2px;
  bottom: 0;
}
.cpjs-page .intro-1 {
  padding-bottom: 80px;
}
.cpjs-page .intro-2 .tit p {
  padding: 10px 0 50px;
}
.cpjs-page .intro-3 {
  margin-top: 80px;
}
.cpjs-page .options ul {
  background: #f8f8f8;
}
.cpjs-page .options ul li {
  width: 24% !important;
  margin-right: 1.3%;
  background: #eeeeee;
  text-align: center;
  line-height: 70px;
  height: 70px;
  padding: 0 20px;
  border-radius: 0;
  font-size: 18px;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.cpjs-page .options ul li a {
  position: relative;
}
.cpjs-page .options ul li a:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 2px;
  background: #eeeeee;
  right: 108%;
  top: 13px;
}
.cpjs-page .options ul li a:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 2px;
  background: #eeeeee;
  left: 108%;
  top: 13px;
}
.cpjs-page .options ul li:nth-child(4) {
  margin-right: 0;
}
.cpjs-page .options ul li:hover,
.cpjs-page .options ul li.active {
  color: white;
  background: #0296ca;
}
.cpjs-page .options ul li:hover a:after,
.cpjs-page .options ul li.active a:after,
.cpjs-page .options ul li:hover a:before,
.cpjs-page .options ul li.active a:before {
  background: #fff;
}
.cpjs-page .ret {
  padding-top: 20px;
}
.cpjs-page .ret p {
  padding: 5px 0;
}
.cpjs-page .ret table tr td{
  padding: 6px; font-size: 16px;
}
.cpjs-page .ret table tr:nth-child(1) td{
  background:#0296ca !important; color: #fff;
}
.process-page .options ul li{
  padding: 15px 0!important;
  text-align: center;
  width:50% !important;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #e5e5e5;
}
.process-page .options{
  width: 40%;
  margin: 0 auto;
}
.process-page .options ul li.active{
      background: #0296ca;
      color: #fff;
}
.process-page .ret{
  padding: 20px 0;
}
.process-page .init-p {
  padding: 20px 12%;
}
.process-page .init-p p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.process-page .init-process {
  margin-top: 50px;
  /*background: url(../images/line.png) no-repeat top center;*/
  position: relative;
}
.process-page .init-process:after{ 
  content: '';position: absolute;
  width: 10px;
  height: 100%;
  background: #0296ca;
  left:50%;
  margin-left: -5px;
  top:0;
  z-index: 3;
}
.process-page .init-process ul li {
  width: 100%;
  display: inline-block;
  float: left;
}
.process-page .init-process ul li .wid-50 {
  float: left;
  padding-right: 50px;
  position: relative;
}
.process-page .init-process ul li .wid-50:after{
content: '';
position: absolute;
width: 25px;
height: 38px;
background: url(../images/sj1.png) no-repeat center;
right:0;
top:50%;
z-index: 2;
}
.process-page .init-process ul li:nth-child(2n) .wid-50:after{
background: url(../images/sj2.png) no-repeat center;
left: 0;
right:auto;
}
.process-page .init-process ul li .img-fl {
  width: 80%;
  float: left;
}
.process-page .init-process ul li .img-text {
  width: 20%;
  float: right;
  padding-top: 20%;
  text-align: center;
}
.process-page .init-process ul li .img-text h2 {
  color: #0296ca;
  font-size: 60px;
  font-weight: 700;
}
.process-page .init-process ul li .img-text p {
  font-size: 24px;
}
.process-page .init-process ul li:nth-child(2n) {
  margin-top: -100px;
}
.process-page .init-process ul li:nth-child(2n) .wid-50 {
  float: right;
  padding-left: 50px;
  padding-right: 50px;
}
.process-page .init-process ul li:nth-child(2n) .img-fl {
  float: right;
}
.process-page .init-process ul li:nth-child(2n) .img-text {
  float: left;
}
.table_box .table table {
    width: 100%;
}
.table table tr {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.table_box .table table tr th {
    background: #0296ca;
    color: #fff;
}
.table_box .table table tr th,.table_box .table table tr td {
    text-align: center;
    padding: 5px;
    font-weight: normal;
    border: 2px solid #e5e5e5;
}

/*add*/
.core-page ul li .i-img,
.core-page ul li .i-text {
  width: 50%;
  display: table;
}
.core-page ul li .i-img {
  float: left;
}
.core-page ul li .i-text {
  float: right;
  padding: 0 3%;
  min-height: 244px;
}
.core-page ul li .i-text h4 {
  font-size: 62px;
  color: #0296ca;
}
.core-page ul li .i-text h2 {
  padding: 2px 0;
  color: #0296ca;
  font-size: 24px;
  font-weight: bold;
}
.core-page ul li .i-text p {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 30px;
}
.core-page ul li .middle {
  display: table-cell;
  vertical-align: middle;
}
.core-page ul li:nth-child(2n) .i-img {
  float: right;
}
.core-page ul li:nth-child(2n) .i-text {
  float: left;
  padding-left: 0;
}
.init-honor .grid-box .column{
  padding: 10px;
}
.init-honor .grid-box .column img{
  border:3px solid #0296ca;
}
.init-honor .grid-box .column h3{
  line-height: 25px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-4,
  .lg-page,
  .faq-page,
  .news-page,
  .newdet-page .newdet-1,
  .newdet-page .newdet-2,
  .product-page,
  .contact-page .contact-3 {
    padding: 40px 0;
  }
  .grid-box.four > .column {
    width: 33.333%;
  }
  .inner-page ul.news-list li a h3{
    font-size: 16px;
  }
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .prodet-page .prodet-2 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 {
    display: none;
  }
}
@media screen and (max-width: 768px){
  .about-page .init-1 .grid-box .column:nth-child(2) {
    padding-top: 0;
  }
  .about-page .init-1 .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .about-page .init-1 .grid-box .column:nth-child(2) h3 {
    font-size: 25px;
    margin: 5px 0;
  }
  .about-page .init-1 .grid-box .column:nth-child(2) p {
    line-height: 25px;
    margin: 0;
    font-size: 14px;
  }
  .about-page .init-2 .grid-box.two .column.c1 .h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .about-page .init-2 .grid-box.two .column.c1 .p1 {
    padding: 5px 0;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding-right: 5%;
  }
  .about-page .init-2 .grid-box.two .column.c1 .i-shuzi .grid-box.four .column h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 45px;
  }
  .about-page .public-tit h3 {
    font-size: 25px;
  }
  .about-page .public-tit h2 {
    font-size: 20px;
  }
  .about-page .init-py .py-list .swiper-slide .text h2 {
    font-size: 30px;
  }
  .about-page .init-2.init-num .grid-box.two .column.c1 .h1 {
    font-size: 20px;
    line-height: 36px;
}
}

@media screen and (max-width:1000px),screen and (max-height:700px){
	#fullPage .section1{
    min-height: 500px;
  }
  #fullPage .section1 .xz h2{
    font-size: 38px;
  }
  #fullPage .tit h2 {
    font-weight: bold;
    color: #1e1e1e;
    font-size: 32px;
}
#fullPage .section2 .grid-box .column:nth-child(2) {
    padding-left: 16%;
}
#fullPage .section3 .grid-box.two>.column:nth-child(1){
  padding-right: 16%;
}
#fullPage p.p {
    font-size: 15px;
    line-height: 26px;
    padding: 10px 0;
}
#fullPage .section4 .grid-box {
    margin-top: 10px;
}
#fullPage .section5 .init-1 .column2 ul li{
  font-size: 18px;
}
#fullPage .section6 .grid-box .column .news-1 .img-box .text .grid-box .column h3{
  font-size: 20px;
}
#fullPage .section6 .grid-box .column:nth-child(2) .grid-box .column .news-list h3{
  font-size: 14px;
}
#footer .footer-top .column ul li {
    padding: 0 20px;
    font-size: 16px;
}
}

@media screen and (max-width:1000px) and (max-height:700px){
	#fullPage .section{
    padding: 20px 0;
  }
  #fullPage .section1,#fullPage .fp-auto-height{
    padding: 0;
  }
  #fullPage .section2 .grid-box .column:nth-child(2) {
    padding-left: 0;
}
#fullPage .section3 .grid-box.two>.column:nth-child(1){
  padding-right: 3%;
}
#fullPage .section6 .grid-box .column:nth-child(2) {
    padding-left: 5px;
    padding-top: 20px;
}
}

@media screen and (max-width: 700px) {
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .inner-page ul.news-list li a h3{
    font-size: 14px;
    line-height: 20px;
  }
  .inner-page ul.news-list li a time {
    font-size: 12px;
  }
  .newdet-page .newdet-1 h3 {
    font-size: 20px;
  }

.inner-banner h2 {
    font-size: 20px;
}
.inner-banner .sidebar ul.side-menu li {
    line-height: 58px;
    font-size: 14px;
}

.about-page .init-1 .grid-box .column:nth-child(1) {
    width: 100%;
  }
  .about-page .init-1 .grid-box .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .init-1 {
    padding-bottom: 30px;
  }
  .about-page .init-2 {
    padding: 30px 0;
  }
  .about-page .init-2 .grid-box.two .column.c1 .h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .about-page .init-2 .grid-box.two .column {
    width: 100%;
    padding: 0;
  }
  .about-page .init-2 .grid-box.two .column.c1 .h1 {
    padding: 20px 0 0;
  }
  .about-page .init-2 .grid-box.two .column .column {
    width: 50%;
    border-right: none !important;
    margin-bottom: 10px;
  }
  .about-page .init-2 .grid-box.two .column.c1 .i-shuzi .grid-box.four .column h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .init-history,
  .about-page .init-strength {
    padding: 30px 0;
  }
  .about-page .public-tit h3,
  .about-page .init-strength .grid-box .column .text h2 {
    font-size: 18px;
  }
  .about-page .public-tit h2 {
    font-size: 16px;
  }
  .about-page .init-strength .grid-box {
    margin-top: 10px;
  }
  .about-page .init-strength .grid-box .column {
    width: 100% !important;
    margin-right: 0;
  }
  .about-page .init-strength .grid-box .column .text {
    width: 100%;
    padding: 10px;
    min-height: auto;
    margin-bottom: 15px;
  }
  .about-page .init-py {
    padding: 30px 0 0;
  }
  .about-page .init-py .py-list .swiper-slide .text p {
    font-size: 16px;
    line-height: 28px;
  }
  .about-page .init-py .py-list .swiper-slide .text h2 {
    font-size: 18px;
  }
  .about-page .init-py .py-list .swiper-slide {
    padding: 5px 18%;
  }
  .inner-banner .text h2 a:after {
    width: 40px;
  }
  .about-page .init-2 {
    padding: 0;
  }
  .yqhz-page .init-1 .init-two.grid-box .column:nth-child(1) {
    width: 100%;
}
.yqhz-page .init-1 .init-two.grid-box .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
}
.init-honor .grid-box .column {
    padding: 10px;
    width: 50%;
}
  .process-page .ret table ,.init-1 table{
    display: block;
    width: 100%;
    overflow-x: scroll;
}
#banner{
  height: 300px !important;
}
#fullPage .section1 {
    min-height: 300px ;
}
#fullPage .section1 .xz h2 {
    font-size: 24px;
    top: -72px;
}
#fullPage .tit .fa {
    left: 38%;
}
#fullPage .tit h2 {
    font-size: 22px;
}
#fullPage .section5 .init-2 ul li .js_banner .text{
  display: none;
}
.inner-page{
  padding-top: 50px;
}
  .inner-banner {
    height: 200px;
    display: none;
}
.core-page ul li .i-text h2 {
    font-size: 18px;
}
.zlbk-page .init-1 .grid-box .column{
  width: 100%;
}
.cpjs-page .tit h3 {
    font-size: 20px;
}
.cpjs-page .options ul li{
  width: 100% !important;
  margin-right: 0;
  margin-bottom: 10px;
}
.core-page ul li .i-img, .core-page ul li .i-text {
    width: 100%;
    padding-bottom: 5px;
}
.core-page ul li .i-text h4 {
  font-size: 30px;
}
}
@media screen and (max-width: 500px) {
  .grid-box.four > .column {
    width: 100%;
  }
  
.mlztx{
  display: none !important;
}
}






