@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');
}

@font-face {
  font-family: 'MyriadPro Regular';
  src: url(../fonts/MYRIADPRO-REGULAR.woff.ttf) format('truetype');
}

.container {
  width: 1200px;
}
img {
  width: auto;
}
.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;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li .sub-menu{
  display: block;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 21px;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #e0640d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header .h-top {
  background: #0d2547;
  height: 38px;
}
#header .h-top .top-box {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#header .h-top .top-box h1 {
  color: #ffffff;
  font-size: 12px;
}
#header .h-top .top-box .language {
  display: flex;
  height: 100%;
}
#header .h-top .top-box .language li {
  position: relative;
  height: 100%;
  margin-left: 60px;
}
#header .h-top .top-box .language li h3 {
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
#header .h-top .top-box .language li h3 i {
  margin: 0 10px;
}
#header .h-top .top-box .language li h3 .fa-globe {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .top-box .language li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  background: #0d2547;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .h-top .top-box .language 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;
  text-align: center;
  margin-left: 0;
}
#header .h-top .top-box .language li .sub-menu li a {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 5px 20px;
}
#header .h-top .top-box .language li .sub-menu li:hover {
  background: #0092db;
}
#header .nav {
  height: 75px;
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header .nav .h-search {
  margin-left: 20px;
  cursor: pointer;
}
#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 .nav-box {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 75px;
}
#header .nav .nav-box .logo {
  height: 100%;
}
#header .nav .nav-box .logo a {
  display: inline-block;
}
#header .nav .nav-box .logo a img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  height: 100%;
  line-height: 75px;
  display: flex;
}
#header .nav .nav-box .menu-box .menu {
  height: 100%;
}
#header .nav .nav-box .menu-box .menu > li {
  height: 100%;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 29px;
  vertical-align: top;
}
#header .nav .nav-box .menu-box .menu > li:last-child a::before {
  display: none;
}
#header .nav .nav-box .menu-box .menu > li > a {
  display: inline-block;
  line-height: 75px;
  height: 100%;
  font-size: 15.74px;
  color: #1e1e1e;
  font-family: '微软雅黑';
  display: block;
  position: relative;
}
#header .nav .nav-box .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: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #0d2547;
}
#header .nav .nav-box .menu-box .menu > li > a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -29px;
  width: 1px;
  height: 30%;
  background: #1e1e1e;
  transform: rotate(8deg) translateY(-50%);
  -ms-transform: rotate(8deg) translateY(-50%);
  /* IE 9 */
  -moz-transform: rotate(8deg) translateY(-50%);
  /* Firefox */
  -webkit-transform: rotate(8deg) translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: rotate(8deg) translateY(-50%);
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #0d2547;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 80%;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #0d2547;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .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 .nav-box .menu-box .menu > li .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 18px;
  font-family: '微软雅黑';
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover {
  background: #0057c7;
}
#banner {
  margin-top: 110px;
  position: relative;
}
#banner img {
  width: 100%;
  height: auto;
}
#banner .banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#banner .banner-img img {
  width: auto;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: b-mouse-move 2s ease infinite;
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6 {
  font-family: '微软雅黑';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body a,
#index-body span,
#index-body i {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-about {
  padding: 80px 0 90px 0;
  background: url(../images/aboutBackgroud.jpg) no-repeat;
}
#index-body .i-about .top {
  text-align: center;
}
#index-body .i-about .top h1 {
  font-size: 30px;
  color: rgba(9, 37, 28, 0.5);
  text-transform: uppercase;
}
#index-body .i-about .top h2 {
  font-size: 30px;
  color: #09251c;
  position: relative;
  font-family: 'MyriadPro Regular';
  display: inline-block;
  margin-bottom: 40px;
}
#index-body .i-about .top h2::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -95px;
  width: 75px;
  height: 4px;
  background: #09251c;
}
#index-body .i-about .top h2::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -95px;
  width: 75px;
  height: 4px;
  background: #09251c;
}
#index-body .i-about .top p {
  font-size: 18px;
  color: #09251c;
  line-height: 35px;
  margin-bottom: 10px;
}
#index-body .i-about .top p a {
  display: inline-block;
  margin-top: 40px;
  font-size: 18px;
  color: #09251c;
}
#index-body .i-about .top p a:hover {
  color: #0057c7;
}
#index-body .i-about .top p a:hover i {
  color: #0057c7;
}
#index-body .i-about .top p a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #09251c;
  margin-left: 10px;
}
#index-body .i-about .top .p {
  max-width: 710px;
  margin: 0 auto;
}
#index-body .i-about .bottom {
  margin-top: 65px;
  display: flex;
}
#index-body .i-about .bottom .content {
  width: 25%;
  text-align: center;
  border-right: 1px solid #618b37;
}
#index-body .i-about .bottom .content:last-child {
  border-right: none;
}
#index-body .i-about .bottom .content h1 {
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#index-body .i-about .bottom .content h1 em {
  font-size: 47px;
  color: #0057c7;
  line-height: 47px;
  display: inline-block;
}
#index-body .i-about .bottom .content h1 span {
  font-size: 20px;
  color: #0057c7;
}
#index-body .i-about .bottom .content h1 img {
  margin-right: 10px;
}
#index-body .i-about .bottom .content p {
  font-size: 20px;
  color: #09251c;
  padding: 30px 30px;
}
#index-body .i-product {
  background: url(../images/productBackgroud.jpg) no-repeat;
  background-size: 100% 70%;
  padding: 230px 0 150px 0;
}
#index-body .i-product .celadon {
  position: relative;
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.3);
}
#index-body .i-product .celadon .content {
  position: absolute;
  top: 20%;
  left: 52%;
}
#index-body .i-product .celadon .content h1 {
  color: #155495;
  font-size: 35px;
  line-height: 35px;
  font-family: 'MyriadPro Regular';
}
#index-body .i-product .celadon .content h2 {
  font-family: 'MicrosoftYaHeiUI';
  font-size: 36px;
  color: #000000;
  line-height: 36px;
  padding: 10px 0 15px 0;
  letter-spacing: 4px;
}
#index-body .i-product .celadon .content p {
  padding-left: 5px;
}
#index-body .i-product .celadon .content p a {
  display: inline-block;
  font-size: 18px;
  color: #09251c;
}
#index-body .i-product .celadon .content p a:hover {
  color: #0092db;
}
#index-body .i-product .celadon .content p a:hover i {
  color: #0092db;
}
#index-body .i-product .celadon .content p a i {
  display: inline-block;
  font-size: 20px;
  color: #09251c;
}
#index-body .i-product .series {
  margin-top: 110px;
  display: flex;
  align-items: center;
}
#index-body .i-product .series .left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#index-body .i-product .series .left .series-ico {
  width: 40%;
  text-align: center;
  margin-bottom: 30px;
}
#index-body .i-product .series .left .series-ico p {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #005dcf;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
#index-body .i-product .series .left .series-ico p:hover {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
#index-body .i-product .series .left .series-ico p img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-product .series .left .series-ico h1 {
  font-size: 24px;
  color: #155495;
  font-family: 'MicrosoftYaHeiUI';
  line-height: 24px;
  padding: 10px 0 5px 0;
}
#index-body .i-product .series .left .series-ico h2 {
  font-size: 18px;
  line-height: 18px;
  color: #155495;
  font-family: 'MicrosoftYaHeiUI';
  text-transform: uppercase;
}
#index-body .i-product .series .right {
  width: 50%;
  text-align: right;
  padding-right: 30px;
}
#index-body .i-product .series .right .right-box {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: relative;
  z-index: 10;
}
#index-body .i-product .series .right .right-box::after {
  z-index: 3;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #c6dbeb;
  top: 50px;
  left: 30px;
}
#index-body .i-product .series .right .right-box .right-img {
  overflow: hidden;
  z-index: 10 ;
  position: relative;
  cursor: pointer;
}
#index-body .i-product .series .right .right-box .right-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-product .series .right .right-box .content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 45px 0 0 35px;
  text-align: left;
}
#index-body .i-product .series .right .right-box .content h1 {
  font-size: 24px;
  color: #ffffff;
  font-family: 'MyriadPro Regular';
}
#index-body .i-product .series .right .right-box .content h2 {
  font-size: 28px;
  color: #ffffff;
  font-family: 'MyriadPro Regular';
}
#index-body .i-news {
  padding: 80px 0 100px 0;
	    background: url(../images/aboutBackgroud.jpg) no-repeat;
}
#index-body .i-news .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .i-news .top h1 {
  font-size: 30px;
  color: #2a3321;
  font-family: '微软雅黑';
  font-weight: bold;
}
#index-body .i-news .top h2 a {
  font-size: 18px;
  color: #2a3321;
  font-family: '微软雅黑';
}
#index-body .i-news .top h2 a:hover {
  color: #0057c7;
}
#index-body .i-news .top h2 a:hover i {
  color: #0057c7;
}
#index-body .i-news .top h2 a i {
  font-size: 18px;
  color: #2a3321;
  margin-left: 10px;
}
#index-body .i-news .news-box {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .i-news .news-box .left {
  background: #efefef;
  max-width: 490px;
}
#index-body .i-news .news-box .left .news-img {
  overflow: hidden;
  display: inline-block;
}
#index-body .i-news .news-box .left .news-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-news .news-box .left .content {
  background: #efefef;
  padding: 20px 90px 45px 25px;
}
#index-body .i-news .news-box .left .content .time {
  font-size: 12px;
  color: #2a3321;
  font-family: '微软雅黑';
  opacity: 0.8;
}
#index-body .i-news .news-box .left .content h1 {
  padding: 15px 0 20px 0;
}
#index-body .i-news .news-box .left .content h1 a {
  font-size: 22px;
  font-family: '微软雅黑';
  color: #2a3321;
}
#index-body .i-news .news-box .left .content h1 a:hover {
  color: #0057c7;
}
#index-body .i-news .news-box .left .content p a {
  font-size: 18px;
  color: #2a3321;
  font-family: '微软雅黑';
}
#index-body .i-news .news-box .left .content p a:hover {
  color: #0057c7;
}
#index-body .i-news .news-box .left .content p a:hover i {
  color: #0057c7;
}
#index-body .i-news .news-box .left .content p a i {
  margin-left: 10px;
  font-size: 18px;
  color: #2a3321;
}
#index-body .i-news .news-box .right {
  text-align: right;
}
#index-body .i-news .news-box .right .right-box {
  margin-bottom: 50px;
  text-align: left;
  max-width: 625px;
}
#index-body .i-news .news-box .right .right-box:last-child {
  margin-bottom: 0;
}
#index-body .i-news .news-box .right .right-box .time {
  font-size: 14px;
  color: #2a3321;
  font-family: '微软雅黑';
  opacity: 0.9;
}
#index-body .i-news .news-box .right .right-box p {
  font-size: 12px;
  color: #2a3321;
  font-family: '微软雅黑';
  opacity: 0.9;
}
#index-body .i-news .news-box .right .right-box h1 {
  padding: 5px 0 10px 0;
}
#index-body .i-news .news-box .right .right-box h1 a {
  font-size: 22px;
  font-family: '微软雅黑';
  color: #2a3321;
}
#index-body .i-news .news-box .right .right-box p{
	opacity: 0.5;
}
#index-body .i-news .news-box .right .right-box h1 a:hover {
  color: #0057c7;
}
#index-body .i-partner {
  background: url(../images/partnerBackgroud.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 25px 0;
}
#index-body .i-partner .partnerBox .swiper-slide {
  padding: 15px 0;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
#index-body .i-partner .partnerBox .swiper-slide .partner-img {
  text-align: center;
}
#index-body .i-partner .partnerBox .swiper-slide .partner-img img {
  opacity: 0.5;
}
#index-body .i-partner .partnerBox .swiper-slide-active {
  background: #ffffff;
}
#index-body .i-partner .partnerBox .swiper-slide-active .partner-img img {
  opacity: 1;
}
#footer {
  background: url(../images/footerBackgroud.jpg) no-repeat;
  background-size: 100% 100%;
}
#footer .top {
  padding: 100px 0 70px 0;
  display: flex;
  align-items: flex-start;
}
#footer .top .footer-box {
  width: 21%;
  min-height: 250px;
  display: flex;
  justify-content: center;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
#footer .top .footer-box:last-child {
  border-right: none;
}
#footer .top .footer-box ul {
  height: 100%;
  text-align: left;
}
#footer .top .footer-box ul h2 {
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  font-family: '微软雅黑';
}
#footer .top .footer-box ul h2 i {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
#footer .top .footer-box ul li {
  padding-top: 15px;
}
#footer .top .footer-box ul li a {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
  font-family: '微软雅黑';
}
#footer .top .footer-box ul li a:hover {
  color: #0057c7;
}
#footer .top .about {
  width: 16%;
  display: block;
}
#footer .top .qr ul {
  text-align: center;
}
#footer .top .qr ul img {
  width: 120px;
  height: auto;
  display: inline-block;
  margin-top: 20px;
}
#footer .bottom {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .bottom p {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
}
#footer .bottom p a {
  font-size: 14px;
  color: #ffffff;
}
#footer .bottom p a img {
  width: 120px;
  height: 12px;
}
#footer .bottom p a i {
  font-size: 14px;
  color: #ffffff;
  margin: 0 5px;
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #index-body .i-about {
    padding: 50px 0 60px 0;
  }
  #index-body .i-about .top h1 {
    font-size: 24px;
  }
  #index-body .i-about .top h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #index-body .i-about .top p {
    line-height: 30px;
    font-size: 16px;
  }
  #index-body .i-about .top p a {
    margin-top: 20px;
    font-size: 16px;
  }
  #index-body .i-about .bottom {
    margin-top: 45px;
  }
  #index-body .i-about .bottom .content p {
    padding: 20px 20px;
    font-size: 16px;
  }
  #index-body .i-about .bottom .content h1 img {
    width: 50px;
    height: auto;
  }
  #index-body .i-about .bottom .content h1 em {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body .i-about .bottom .content h1 span {
    font-size: 14px;
  }
  #index-body .i-about .bottom .content h1 {
    height: 55px;
  }
  #index-body .i-product {
    padding: 130px 0 100px 0;
  }
  #index-body .i-product .series {
    margin-top: 50px;
  }
  #index-body .i-news {
    padding: 40px 0 60px 0;
  }
  #index-body .i-news .news-box .left {
    max-width: 350px;
  }
  #index-body .i-news .news-box .right .right-box {
    max-width: 550px;
  }
  #index-body .i-news .news-box .left .content {
    padding: 20px 60px 45px 25px;
  }
  #footer .top {
    padding: 50px 0 40px 0;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-about .top h1 {
    font-size: 20px;
  }
  #index-body .i-about .top h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #index-body .i-about {
    padding: 30px 0 40px 0;
  }
  #index-body .i-about .top p {
    line-height: 24px;
    font-size: 14px;
  }
  #index-body .i-about .top .p {
    max-width: 550px;
  }
  #index-body .i-about .bottom {
    margin-top: 30px;
  }
  #index-body .i-about .bottom .content h1 img {
    width: 35px;
  }
  #index-body .i-about .bottom .content h1 em {
    font-size: 24px;
    line-height: 24px;
  }
  #index-body .i-about .bottom .content h1 span {
    font-size: 12px;
  }
  #index-body .i-about .bottom .content p {
    padding: 10px 10px;
    font-size: 14px;
  }
  #index-body .i-product .celadon .content h1 {
    font-size: 24px;
    line-height: 24px;
  }
  #index-body .i-product .celadon .content h2 {
    font-size: 26px;
    line-height: 26px;
    padding: 5px 0 10px 0;
    letter-spacing: 3px;
  }
  #index-body .i-product .celadon .content p a {
    font-size: 16px;
  }
  #index-body .i-product .celadon .content {
    top: 10%;
  }
  #index-body .i-product {
    padding: 70px 0 60px 0;
  }
  #index-body .i-product .series .left .series-ico p img {
    width: 30px;
    height: auto;
  }
  #index-body .i-product .series .left .series-ico p {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  #index-body .i-product .series .left .series-ico h1 {
    font-size: 18px;
    line-height: 18px;
  }
  #index-body .i-product .series .left .series-ico h2 {
    font-size: 16px;
    line-height: 16px;
  }
  #index-body .i-product .series .right .right-box::after {
    top: 25px;
  }
  #index-body .i-news .top h1 {
    font-size: 24px;
  }
  #index-body .i-news .top h2 a {
    font-size: 16px;
  }
  #index-body .i-news .news-box .left .content h1 a {
    font-size: 16px;
  }
  #index-body .i-news .news-box .left .content p a {
    font-size: 14px;
  }
  #index-body .i-news .news-box .left .content {
    padding: 10px 30px 20px 15px;
  }
  #index-body .i-news .news-box .left .content h1 {
    padding: 8px 0 10px 0;
  }
  #index-body .i-news .news-box .right .right-box .time {
    font-size: 12px;
  }
  #index-body .i-news .news-box .right .right-box h1 a {
    font-size: 16px;
  }
  #index-body .i-news .news-box .right .right-box h1 {
    padding: 2px 0 5px 0;
  }
  #index-body .i-news .news-box .right .right-box {
    margin-bottom: 20px;
  }
  #index-body .i-news .news-box .right {
    margin-left: 40px;
  }
  #footer .top .footer-box ul h2 {
    padding: 5px 0;
    font-size: 14px;
  }
  #footer .top .footer-box ul li a {
    font-size: 12px;
  }
  #footer .top .footer-box ul li {
    padding-top: 10px;
  }
  #footer .top .qr ul img {
    width: 90px;
  }
  #footer .top .footer-box {
    min-height: 200px;
  }
  #footer .bottom p a {
    font-size: 12px;
  }
  #footer .bottom p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #index-body .i-about {
    padding: 10px 0 20px 0;
  }
  #index-body .i-about .top h1 {
    font-size: 16px;
  }
  #index-body .i-about .top h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #index-body .i-about .top p {
    line-height: 20px;
    font-size: 12px;
  }
  #index-body .i-about .top .p {
    width: 100%;
  }
  #index-body .i-about .top p a {
    margin-top: 10px;
    font-size: 14px;
  }
  #index-body .i-about .bottom .content {
    width: 50%;
  }
  #index-body .i-about .bottom {
    flex-wrap: wrap;
  }
  #index-body .i-about .bottom .content {
    border: none;
  }
  #index-body .i-about .bottom .content p {
    font-size: 12px;
  }
  #index-body .i-about .bottom {
    margin-top: 10px;
  }
  #index-body .i-product .celadon .content h1 {
    font-size: 16px;
    line-height: 16px;
  }
  #index-body .i-product .celadon .content h2 {
    font-size: 18px;
    line-height: 18px;
    padding: 2px 0 4px 0;
    letter-spacing: 1px;
  }
  #index-body .i-product .celadon .content p a {
    font-size: 12px;
  }
  #index-body .i-product .celadon .content p {
    padding-left: 2px;
  }
  #index-body .i-product .celadon .content p a i {
    font-size: 16px;
  }
  #index-body .i-product {
    padding: 20px 0 20px 0;
  }
  #index-body .i-product .series {
    margin-top: 20px;
    display: block;
  }
  #index-body .i-product .series .left {
    width: 100%;
  }
  #index-body .i-product .series .right {
    width: 100%;
  }
  #index-body .i-news {
    padding: 20px 0 20px 0;
  }
  #index-body .i-news .news-box {
    margin-top: 20px;
    display: block;
  }
  #index-body .i-news .news-box .right {
    margin-left: 0;
    margin-top: 10px;
  }
  #footer .top {
    flex-wrap: wrap;
    padding: 20px 0 10px 0;
  }
  #footer .top .footer-box {
    width: 50%;
    border: none;
  }
  #footer .top .about {
    display: flex;
  }
  #footer .top .footer-box.qr {
    min-height: 150px;
  }
  #footer .bottom {
    display: block;
    padding: 10px 0;
  }
}




































.inner-banner {
  background: #eeeeee url("../images/inner-pic.jpg") no-repeat 57.5% top;
  padding-top: 321px;
  padding-bottom: 29px;
}
.inner-banner .the_head .tit {
  font-family: roboto-bold;
  color: #333333;
}
.inner-banner .the_head .intro {
  color: #333333;
  line-height: 30px;
  margin: 30px 0 39px;
}
.inner-banner .the_head .return {
  display: inline-block;
  line-height: 30px;
  padding-left: 45px;
  background: url("../images/inner-return.png") no-repeat left center;
  color: #0092db;
}
.inner-banner .inner-cat-menu {
  margin-top: 166px;
}
.inner-banner .inner-cat-menu li {
  display: inline-block;
  margin: 0 26px;
  position: relative;
}
.inner-banner .inner-cat-menu li .children{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 100%;
  border-top: 1px solid #ccc;
  display: none;
}
.inner-banner .inner-cat-menu li .children li{
  margin: 0;
}
.inner-banner .inner-cat-menu 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;
  display: block;
  padding: 0 15px;
  min-width: 180px;
  height: 57px;
  line-height: 57px;
  overflow: hidden;
  background: #ffffff;
  font-size: 16px;
  font-family: '微软雅黑';
  color: #333333;
}
.inner-banner .inner-cat-menu li a:hover,
.inner-banner .inner-cat-menu li a.active {
  color: #fff;
  background: #0092db;
}
.inner-page {
  background: #eeeeee;
  padding-bottom: 100px;
}
.inner-page .main-con-box {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.inner-page .main-con-box p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.product-yd-page .the_list li {
  height: 577px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-bottom: 48px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
.product-yd-page .the_list li .con-box {
  position: absolute;
  right: 83px;
  top: 50%;
  transform: translateY(-50%);
}
.product-yd-page .the_list li .con-box .tit a {
  color: #1b4579;
  font-size: 48px;
  font-family: roboto-bold;
}
.product-yd-page .the_list li .con-box .more {
  margin-top: 43px;
  width: 105px;
  padding-left: 3px;
  display: inline-block;
  color: #1b4579;
  font-size: 12px;
  text-transform: uppercase;
  background: url("../images/pro-yd-arr.png") no-repeat left bottom;
  padding-bottom: 6px;
}
.product-page {
  padding: 0 62px;
}
.product-page h1 {
text-align:center;
}
.product-page .main-list li {
  float: left;
  width: 31.6%;
  margin-right: 2.5%;
  position: relative;
  margin-bottom: 110px;
  overflow: hidden;
}
.product-page .main-list li:nth-of-type(3n) {
  margin-right: 0;
}
.product-page .main-list li .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 146, 219, 0.8);
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-page .main-list li .layer .layout-tab {
  height: 100%;
  color: #fff;
}
.product-page .main-list li .layer .layout-tab 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;
}
.product-page .main-list li .layer .layout-tab .tit a {
  color: #fff;
  font-size: 20px;
  font-family: roboto-bold;
}
.product-page .main-list li .layer .layout-tab .tit a:hover {
  color: #000;
}
.product-page .main-list li .layer .layout-tab .abst {
  margin: 19px 0 30px;
}
.product-page .main-list li .layer .layout-tab .ser {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #fff;
  line-height: 36px;
}
.product-page .main-list li .layer .layout-tab .ser:hover {
  color: #000;
  border-color: #000;
}
.product-page .main-list li:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .main-con-box .prodet-tit {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 10px 25px;
  background: #0092db;
  margin-bottom: 20px;
}
.prodet-page .main-con-box .prodet-top {
  padding: 27px 25px 31px;
}
.prodet-page .main-con-box .prodet-top .prodet-pic {
  width: 50%!important;
}
.prodet-page .main-con-box .prodet-top .prodet-pic img {
  width: 100%;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one {
  width: 50%!important;
  padding-left: 3%;
  position: relative;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one .prodet-main-tit {
  color: #222;
  font-family: roboto-bold;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one .goToFb {
  margin: 42px 0 50px;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one .goToFb a {
  display: block;
  height: 37px;
  line-height: 37px;
  max-width: 180px;
  background: #0092db;
  text-indent: 25px;
  color: #fff;
  font-size: 16px;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one .goToFb a i.fa {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .main-con-box .prodet-top .prodet-con-one .image-gallery li {
  float: left;
  width: 25%;
/*   margin: 0 5px 5px 0; */
}
.prodet-page .main-con-box .prodet-con-two {
  margin-top: 40px;
}
.prodet-page .main-con-box .prodet-con-two table{
  border: none;
}
.prodet-page .main-con-box .prodet-con-two table tr{
  background: #e3e3e3;
}
.prodet-page .main-con-box .prodet-con-two table tr:nth-of-type(2n){
  background: #fff;
}
.prodet-page .main-con-box .prodet-con-two table td{
  padding: 12px 10px 12px 37px;
  border: none;
}
.prodet-page .main-con-box .prodet-basic-box {
  padding: 22px 23px 14px;
  background: #0092db;
  margin-top: 0;
  border: none;
}
.prodet-page .main-con-box .prodet-basic-box table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.prodet-page .main-con-box .prodet-basic-box table td {
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}
.prodet-page .main-con-box .prodet-related .swiper-slide .tit {
  text-align: center;
}
.prodet-page .main-con-box .prodet-feedback .main-feedback {
  margin-top: 46px;
}
.main-feedback {
  max-width: 700px;
}
.main-feedback li {
  margin-bottom: 15px;
}
.main-feedback li label {
  float: left;
  width: 12%;
  text-align: right;
  color: #222;
  font-size: 14px;
  height: 27px;
  line-height: 27px;
}
.main-feedback li label i {
  color: #ff0000;
  font-size: 18px;
  margin-right: 5px;
}
.main-feedback li input,
.main-feedback li textarea {
  float: left;
  width: 87.4%;
  margin-left: 0.6%;
  height: 27px;
  border: 2px solid #616262;
  background: #2b2c2c;
  outline: none;
  resize: none;
  color: #fff;
  padding: 0 15px;
}
.main-feedback li textarea {
  height: 144px;
  padding: 10px 15px;
}
.main-feedback li.sort input {
  max-width: 241px;
}
.main-feedback li.txt {
  margin-bottom: 0;
}
.main-feedback li.txt p {
  color: #cccccc!important;
  font-size: 12px!important;
  line-height: normal!important;
  margin-left: 0.6%;
}
.main-feedback input[type="submit"] {
  margin: 17px 0 0 10.6%;
  width: 167px;
  height: 40px;
  text-indent: 9999px;
  background: url("../images/prodet-fb-btn.jpg") no-repeat center;
  border: none;
}
.news-page .new-list li {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 30%;
}
.news-page .new-list li .new-con {
  width: 70%;
  padding-left: 5%;
}
.news-page .new-list li .new-con .tit a {
  display: block;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #0092db;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 15px 0;
}
.news-page .new-list li .new-con .abst a {
  color: #0092db;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page .news {
  color: #333;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.faq-page .faq-list dt {
  max-width: 100%;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #0092db;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
.contact-page .cn-form {
  width: 60%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  background: #fff;
  width: 37%;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
  font-family: roboto-bold;
  font-size: 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-details .contact-list p {
  font-size: 14px;
  line-height: 2em;
}
.contact-page .contact-details .contact-list a {
  color: #333;
}
.contact-page .contact-details .contact-list a:hover {
  color: #0250a9;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
  font-family: roboto-bold;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #0090ff;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 315px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  font-family: roboto-regular;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
@media screen and (max-width: 768px) {
  .about-page .a-culture {
    padding: 60px 0 50px;
  }
  .about-page .a-culture .a-tit {
    margin-bottom: 50px;
  }
  .about-page .i-network .add-sale {
    display: none;
  }
  .about-page .i-network .con-box {
    margin-right: 0;
    margin-top: 90%;
  }
  .about-page .a-whyUs {
    padding-top: 60px;
  }
  .about-page .a-whyUs .why-list {
    margin-top: 50px!important;
  }
  .about-page .a-whyUs .why-list > .column > .img {
    display: none;
  }
  .prodet-page .det-head .pro-det-one .pro-links {
    margin: 40px 0;
  }
  .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    width: 25%;
  }
  .prodet-page .det-body {
    padding: 50px 0;
  }
  .contact-page .c-info .clist .qr-code {
    display: none;
  }
  .layer-form .contact100-form-title {
    min-height: 88px;
    font-size: 24px;
  }
  .layer-form input.input100 {
    height: 40px;
  }
  .layer-form textarea.input100 {
    min-height: 110px;
  }
}

.current-tit{
  display: none!important;
}

.image-gallery a img{
  height: auto;
}

.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -50px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}
@media screen and (max-width:1750px) {
    .i-product .pro-list .pro-three-box:after{
        display:none;
    }
    #footer .f-top {
    height: auto;
    padding: 50px 0;
    }
}
@media screen and (max-width:1258px) {
    .i-product .pro-list .pro-one-box{
        height:603px;
    }
    .i-product .pro-list .pro-three-box .con-box{
        padding-left: 3%;
    }
    .i-product .pro-list .pro-three-box .con-box .layout-tab .intro{
        margin-bottom:30px;
    }
    .i-product .pro-list .pro-three-box .con-box .layout-tab .advan-list > .column:first-child {
        margin-bottom: 24px;
    }
    .i-product .pro-list .pro-three-box .con-box .layout-tab .advan-list > .column .icoTit{
        margin-top:12px;
    }
    .i-about .con-box img.i-a-pic{
        right:-300px;
    }
    .inner-banner{
        padding-bottom:40px;
    }
    .inner-banner .inner-cat-menu li{
        margin-bottom:20px;
    }
    .product-page .main-list li .layer .layout-tab .tit a{
        font-size:16px;
        padding: 0 10px;
    }
    .prodet-page .main-con-box .prodet-con-two table {
        width: 100%;
        display: block;
        overflow-x: scroll;
    }
}
@media screen and (max-width:1200px) {
    .i-proCategory .procat-list .slideBox .swiper-slide .con-box{
        padding-top:60px;
        height: 430px;
    }
    .i-proCategory .procat-list .slideBox .swiper-slide .con-box .intro{
        max-height:270px;
        overflow:hidden;
    }
}
@media screen and (max-width:970px) {
    .i-proCategory .procat-list .slideBox .swiper-slide{
        width:100%;
        margin-right:0;
        margin-bottom:30px;
    }
    .i-proCategory .procat-list .slideBox .swiper-slide .con-box{
        margin-top:0;
        height:auto;
        padding-bottom: 60px;
    }
    .i-proCategory .procat-list .slideBox .swiper-slide .con-box .intro{
        max-height:auto;
    }
    .i-product .pro-list .pro-one-box {
        height: 453px;
    }
    .i-product .pro-list .pro-one-box .con-box {
        width: 50%;
        padding-right: 3%;
    }
    .i-product .pro-list .pro-one-box .con-box .layout-tab .intro{
        font-size: 20px;
    }
    .i-product .pro-list .pro-one-box .con-box .layout-tab .tit {
        margin-bottom: 41px;
    }
    .i-product .pro-list .pro-one-box .con-box .layout-tab .tit a{
        font-size: 32px;
    }
    .i-product .pro-list .pro-two-box .con-box {
        width: 47.7%;
    }
    .i-product .pro-list .pro-two-box .pic-box {
        width: 52.3%;
        padding-left: 3.9%;
    }
    .i-product .pro-list .pro-two-box .pic-box:after{
        display:none;
    }
    .i-product .pro-list .pro-three-box .img-box {
        box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.1);
    }
    .i-about .con-box .the_box {
        width: 350px;
        padding: 98px 0 0 35px;
    }
    .i-about .con-box img.i-a-pic{
        right: -330px;
    }
    .product-page .main-list li {
        width: 31.6%;
        margin-bottom: 50px;
    }
    .product-page .main-list li:nth-of-type(4n) {
        margin-right: 2.5%;
    }
    .product-page .main-list li:nth-of-type(3n) {
        margin-right: 0;
    }
    .product-page .main-list li .layer .layout-tab .tit a{
        font-size:14px;
    }
    .prodet-page .main-con-box .prodet-top .prodet-con-one .prodet-main-tit {
        font-size: 16px;
    }
    .contact-page .contact-details,
    .contact-page .cn-form{
        width:100%;
    }
    .contact-page .cn-form{
        margin-top:30px;
    }
}
@media screen and (max-width:768px) {
    .i-proCategory {
        padding: 50px 0;
    }
    .i-proCategory .head{
        padding: 0 15px;
    }
    .i-proCategory .head h2{
        font-size:26px;
    }
    .i-proCategory .procat-list {
        padding: 0 15px;
        margin-top: 20px;
    }
    #banner .b-mouse{
        display:none;
    }
    .i-product {
        padding-top: 130px;
    }   
    .i-product .animate-box .tit{
        font-size:80px;
    }
    .i-product .pro-list .pro-two-box .con-box,
    .i-product .pro-list .pro-two-box .pic-box,
    .i-product .pro-list .pro-three-box .img-box,
    .i-product .pro-list .pro-three-box .con-box{
        width:100%;
        padding:0;
    }
    .i-product .pro-list .pro-two-box .con-box .layout-tab>.cell{
        text-align:center;
    }
    .i-product .pro-list .pro-two-box .pic-box .img-box{
        margin: 40px auto 0;
    }
    .i-product .pro-list .pro-two-box {
        margin-top: 65px;
    }
    .i-product .pro-list .pro-two-box .con-box .layout-tab .tit a{
        font-size: 34px;
    }
    .i-product .pro-list .pro-two-box .con-box .layout-tab .subTit {
        font-size: 20px;
        margin: 9px 0 20px;
    }
    .i-product .pro-list .pro-three-box {
        margin-top: 53px;
        padding-bottom: 60px;
    }
    .i-product .pro-list .pro-three-box:before{
        display:none;
    }
    .i-product .pro-list .pro-three-box .img-box{
        text-align:center;
        margin-bottom:30px;
    }
    .i-product .pro-list .pro-three-box .con-box .layout-tab .advan-list > .column .icoTit{
        color:#000;
    }
    .i-about {
        padding: 80px 0 50px;
    }
    .i-about .head span{
        margin-bottom:25px;
    }
    .i-about .con-box{
        margin-top:40px;
    }
    .i-about .head h2{
        font-size:30px;
    }
    .i-about .con-box .the_box{
        width:100%;
        height: auto;
        padding: 40px;
    }
    .i-about .con-box img.i-a-pic{
        position:static;
        margin-top:0;
        height:auto;
    }
    .i-news {
        padding: 50px 0;
    }
    .i-news .tit{
        font-size:30px;
    }
    .i-news .slideBox {
        margin-top: 32px;
    }
    .inner-banner{
        padding-bottom:50px;
        padding-top:70px;
    }
    .inner-banner .inner-cat-menu {
        margin-top: 66px;
    }
    .product-page {
        padding: 0 15px;
    }
    .product-page .main-list li {
        width: 49%;
        margin: 0 2% 25px 0%!important;
    }
    .product-page .main-list li:nth-of-type(2n) {
        margin-right: 0!important;
    }
    .product-page .main-list li .layer .layout-tab .abst,
    .product-page .main-list li .layer .layout-tab .ser{
        display:none;
    }
    .prodet-page .main-con-box .prodet-top .prodet-pic{
        width: 100%!important;
    }
    .prodet-page .main-con-box .prodet-top .prodet-con-one {
        width: 100%!important;
        padding-left: 0;
    }
    .prodet-page .main-con-box .prodet-tit {
        font-size: 14px;
        padding: 7px 15px;
    }
    .news-page .new-list li .new-pic,
    .news-page .new-list li .new-con{
        width: 100%;
        padding-left:0;
    }
    .news-page .new-list li .new-con .tit a{
        font-size:16px;
        margin-top:20px;
    }
    .news-page .new-list li .new-con .abst{
        font-size:14px;
    }
    .contact-page .cn-form{
        padding: 25px 20px 15px;
    }
    .cn-form .m-form-l,
    .cn-form .m-form-r{
        width:100%;
    }
    .cn-form .m-form-r textarea{
        height:180px;
    }
}
@media screen and (max-width:635px) {
    #footer .f-bot {
        height: auto;
        line-height: normal;
        padding: 10px 0;
    }
    #footer .f-bot a{
        display:block;
        margin: 6px 0;
    }
}
@media screen and (max-width:568px) {
    .i-product .pro-list .pro-one-box .con-box .layout-tab .intro {
        font-size: 16px;
        line-height: 24px;
    }
    .i-product .pro-list .pro-one-box .con-box .layout-tab .tit a {
        font-size: 24px;
    }
}
@media screen and (min-width:768px){
    .pcsb{
        display:block;
    }  
    .mbsb{
        display:none;
    }
}
@media screen and (max-width:768px){
    .pcsb{
        display:none;
    }  
    .mbsb{
        display:block;
    }
}








