@charset "utf-8";
@font-face {
  font-family: 'raleway-bold';
  src: url(../fonts/raleway-bold.ttf) format('truetype'), url(../fonts/raleway-bold.eot) format('eot'), url(../fonts/raleway-bold.woff) format('woff'), url(../fonts/raleway-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'raleway-regular';
  src: url(../fonts/raleway-regular.ttf) format('truetype'), url(../fonts/raleway-regular.eot) format('eot'), url(../fonts/raleway-regular.woff) format('woff'), url(../fonts/raleway-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'open-sans-bold';
  src: url(../fonts/open-sans-bold.ttf) format('truetype'), url(../fonts/open-sans-bold.eot) format('eot'), url(../fonts/open-sans-bold.woff) format('woff'), url(../fonts/open-sans-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'EmbassyBT-Regular';
  src: url(../fonts/EmbassyBT-Regular.ttf) format('truetype'), url(../fonts/EmbassyBT-Regular.eot) format('eot'), url(../fonts/EmbassyBT-Regular.woff) format('woff'), url(../fonts/EmbassyBT-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'raleway-extralight';
  src: url(../fonts/raleway-extralight.ttf) format('truetype'), url(../fonts/raleway-extralight.eot) format('eot'), url(../fonts/raleway-extralight.woff) format('woff'), url(../fonts/raleway-extralight.woff2) format('woff2');
}
body {
  overflow-x: hidden;
  font-family: 'raleway-regular', Arial, 'microsoft yahei', SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-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;
}
.container {
  width: 1200px;
}
.center {
  text-align: center;
}
#header .nav {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  padding: 0px 3%;
}
#header .nav .nav-logo {
  margin-top: 10px;
}
#header .nav .h-search {
  cursor: pointer;
  font-size: 14px;
  margin-left: 0px!important;
  padding-top: 17px;
  color: #fff;
}
#header .nav .h-search span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  margin-top: 5px;
  border-right: solid 1px #333;
}
#header .nav .facebook-box {
  display: inline-block;
  vertical-align: top;
  margin-top: 47px;
  margin-right: 20px;
}
#header .nav .facebook-box a {
  display: inline-block;
  color: #fff;
  margin: 0px 7px;
}
#header .nav .facebook-box a i {
  font-size: 18px;
}
#header .nav .facebook-box a:hover {
  color: #f9a34f;
}
#header .nav .h-leng {
  position: relative;
  text-align: left;
  margin-top: 45px;
  margin-right: 15px;
  color: #fff;
  vertical-align: top;
}
#header .nav .h-leng span {
  font-size: 16px;
  padding-right: 20px;
  background: url("../images/pro-cat-jt.png") no-repeat right;
}
#header .nav .h-leng .lengu {
  position: absolute;
  top: 25px;
  left: 0px;
  display: none;
}
#header .nav .h-leng .lengu a {
  display: block;
  line-height: 1.5em;
  font-size: 16px;
}
#header .nav .h-leng .lengu a:hover {
  color: #f9a34f;
}
#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: 20px 0px;
  position: relative;
  display: inline-block;
}
#header .nav .menu-box .menu {
  height: 80px;
}
#header .nav .menu-box .menu > li {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  line-height: 80px;
  padding: 0px 5px;
  margin: 0px 12px;
}
#header .nav .menu-box .menu > li > a {
  font-size: 15px;
  color: #fff;
  display: block;
  position: relative;
  padding: 0px 5px;
  letter-spacing: 0.2em;
}
#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: 0px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #f9a34f;
}


#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {

  color: #f9a34f;
}
#header .nav .menu-box .menu > li:hover > a:after,
#header .nav .menu-box .menu > li.current-menu-item > a:after,
#header .nav .menu-box .menu > li.current-category-ancestor > a:after,
#header .nav .menu-box .menu > li.current-post-ancestor > a:after {
  width: 80%;
  left: 10%;
}






#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #f9a34f;
  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: 14px;
  color: #fff;
  display: block;
  padding: 10px 18px;
  line-height:2;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .is-sticky {
  background: #000000;
  animation: 500ms ease-in-out 2s normal none 1 running fadeInDown;
}
#banner .banner-box {
  position: relative;
}
#banner .banner-box .banner-text-box {
  position: absolute;
  top: 30%;
  left: 0px;
  right: 0px;
  z-index: 9;
  color: #fff;
}
#banner .banner-box .banner-text-box .text {
  margin: 0px 130px;
  position: relative;
  padding: 85px 60px 100px;
}
#banner .banner-box .banner-text-box .text:after {
  border: 11px solid #f4f4f5;
  bottom: 0px;
  content: "";
  height: 100%;
  left: 60px;
  position: absolute;
  width: 85%;
  z-index: 3;
  display: none;
}
#banner .banner-box .banner-text-box .text p {
  font-size: 30px;
  font-family: 'EmbassyBT-Regular';
  position: relative;
  z-index: 4;
  margin-bottom: 20px;
  line-height: 1em;
}
#banner .banner-box .banner-text-box .text h3 {
  font-size: 61px;
  font-family: 'open-sans-bold';
  text-transform: uppercase;
  line-height: 2;
  position: relative;
  z-index: 4;
}
#banner .swiper-pagination {
  margin-bottom: 0px;
}
#banner .swiper-pagination span.swiper-pagination-bullet {
  background-color: #fff;
  width: 9px;
  height: 9px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0px 5px;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #f9a34f;
}
#index-body .i-welcome {
  background-color: #222c35;
}
#index-body .i-welcome .text {
  padding: 90px 13%;
  color: #fff;
}
#index-body .i-welcome .text h3 {
  font-size: 49px;
  font-family: 'raleway-extralight';
  margin-bottom: 15px;
}
#index-body .i-welcome .text h3 span {
  font-size: 49px;
  color: #aa7845;
}
#index-body .i-welcome .text p {
  font-size: 18px;
  font-family: 'raleway-extralight';
  color: #bbbcbd;
  line-height: 1.8em;
}
.wow.fadeInUpSmall.luoganh {
    font-size: 18px;
    font-family: 'raleway-extralight';
    color: #bbbcbd;
    line-height: 2;
}
.wow.fadeInUpSmall.luoganh h1 {
    font-size: 18px;
    display: inline;
}
h1.jinxlg {
    color: #f9a34f;
    font-size: 25px;
    font-weight: 900;
    text-align: left;
}
.jinluoga {
    text-align: left;
    color: #fff;
    line-height: 2;
    font-size: 16px;
}
.jinluoga a {
    font-size: 16px;
}
#index-body .i-product .link-box {
  padding: 25px 0px;
  background-color: #1b232a;
}
#index-body .i-product .link-box a {
  display: inline-block;
  margin: 0px 25px;
  color: #fff;
  font-family: 'open-sans-bold';
  text-transform: uppercase;
  line-height: 2;
}
#index-body .i-product .link-box a:hover {
  color: #c38548;
}
#index-body .i-product .link-box a.active {
  color: #c38548;
}
#index-body .i-product .in-pro-boxs{
  min-height: 355px;
}
#index-body .i-product .pro-boxs .pro-box {
  width: 25%;
  background-image: -moz-linear-gradient(top right, #2d3842, #11181e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top right, #2d3842, #11181e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2d3842, endColorstr=#11181e, GradientType='0');
  /* IE*/
  padding:0px;
  position: relative;
}
#index-body .i-product .pro-boxs .pro-box .pro-text {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  padding: 35% 15px;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
#index-body .i-product .pro-boxs .pro-box .pro-text h3 a {
  font-size: 20px;
  font-family: 'raleway-regular';
  color: #fff;
}
#index-body .i-product .pro-boxs .pro-box:hover .pro-text {
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
#index-body .i-free {
  background: url("../images/form-bg.jpg") no-repeat center fixed;
  color: #fff;
  padding: 110px 0px;
}
#index-body .i-free .tit {
  font-size: 52px;
  font-family: 'raleway-extralight';
  margin-bottom: 35px;
}
#index-body .i-free .tit span {
  font-size: 52px;
}
#index-body .i-free .from-box .input-p {
  width: 30%;
  display: inline-block;
  margin: 1% 1%;
}
#index-body .i-free .from-box .input-p input {
  width: 100%;
  background-color: #222c35;
  border: solid 1px #323940;
  height: 60px;
  text-align: center;
  letter-spacing: 2px;
  padding: 9px 20px 9px 29px;
  text-transform: uppercase;
  color: #fff;
}
#index-body .i-free .from-box .texta-p {
  width: 95%;
  display: inline-block;
  margin-top: 1%;
}
#index-body .i-free .from-box .texta-p textarea {
  width: 100%;
  background-color: #222c35;
  height: 180px;
  border: solid 1px #323940;
  text-align: center;
  font-family: 'raleway-regular';
  padding: 25px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#index-body .i-free .from-box .submit {
  display: inline-block;
  margin-top: 30px;
}
#index-body .i-free .from-box .submit input {
  width: 230px;
  line-height: 60px;
  border: solid 2px #f9a34f;
  background: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
}
#index-body .i-free .from-box .submit input:hover {
  background-color: #f9a34f;
}
#index-body .i-news {
  background-color: #222c35;
  padding: 100px 0px 110px;
}
#index-body .i-news .tit {
  font-size: 52px;
  font-family: 'raleway-extralight';
  margin-bottom: 35px;
  color: #fff;
}
#index-body .i-news .tit span {
  font-size: 52px;
}
#index-body .i-news .news-lunbo-box {
  position: relative;
}
#index-body .i-news .news-lunbo-box .bott {
  position: absolute;
  top: 35%;
  cursor: pointer;
  outline: none;
}
#index-body .i-news .news-lunbo-box .bott i {
  color: #fff;
  font-size: 30px;
}
#index-body .i-news .news-lunbo-box .button-prev {
  left: -10%;
}
#index-body .i-news .news-lunbo-box .button-next {
  right: -10%;
}
#index-body .i-news .news-lunbo-box .news-box {
  color: #fff;
}
#index-body .i-news .news-lunbo-box .news-box .text-box {
  background-color: #1b232a;
}
#index-body .i-news .news-lunbo-box .news-box .text-box .text {
  padding: 10%;
}
#index-body .i-news .news-lunbo-box .news-box .text-box .text h3 {
  margin-bottom: 15px;
}
#index-body .i-news .news-lunbo-box .news-box .text-box .text h3 a {
  font-size: 20px;
  line-height: 2;
}
#index-body .i-news .news-lunbo-box .news-box .text-box .text h3 a:hover {
  color: #f9a34f;
}
#index-body .i-news .news-lunbo-box .news-box .text-box .text p {
  color: #989898;
  font-size: 16px;
}
#index-body .i-news .news-lunbo-box .news-box .text-box .cate-box span {
  display: inline-block;
  width: 33%;
  float: left;
  text-align: center;
  border: solid 1px #222c35;
  padding: 25px 0px;
  font-size: 16px;
}
.i-why {
  padding: 100px 0px 60px;
  background-color: #222c35;
}
.i-why .tit {
  margin-bottom: 60px;
}
.i-why .tit p {
  font-size: 18px;
  font-family: 'poppins-semibold';
  color: #013fa2;
  text-transform: uppercase;
}
.i-why .tit h3 {
  font-size: 38px;
  margin-bottom: 10px;
  font-family: 'poppins-bold';
  line-height: 1.2em;
}
.i-why .why-box {
  padding: 0px 25px;
  height: 215px;
}
.i-why .why-box .why-tu {
  margin-bottom: 5px;
  height: 35px;
}
.i-why .why-box .why-tu img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-why .why-box .why-tu:hover img {
  transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(360deg);
}
.i-why .why-box .text h4 {
  font-size: 20px;
  font-family: 'poppins-bold';
  margin-bottom: 10px;
  color: #fff;
}
.i-why .why-box .text p {
  font-size: 16px;
  color: #989898;
  line-height: 2;
}
.i-partner {
  background-color: #f9a34f;
  padding: 2.5% 7%;
}
.i-partner .par-box {
  padding: 0px 10%;
}
#footer .foo-top {
  color: #fff;
  background-color: #1b232a;
  padding: 110px 0px;
}
#footer .foo-top .col1 {
  padding: 60px 20px 20px;
}
#footer .foo-top .col1 h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'raleway-extralight';
}
#footer .foo-top .col1 p {
  color: #bbbcbd;
  font-size: 16px;
  line-height: 2;
}
#footer .foo-top .col1 .soso-box {
  width: 100%;
  margin-top: 25px;
  background-color: #222c35;
  border: solid 1px #323940;
  height: 56px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#footer .foo-top .col1 .soso-box input.in-text {
  width: 80%;
  background: none;
  border: none;
  line-height: 56px;
  padding: 0px 20px;
  color: #bbbcbd;
  font-size: 16px;
  font-family: 'raleway-extralight';
}
#footer .foo-top .col1 .soso-box input::-webkit-input-placeholder {
  color: #bbbcbd;
  font-size: 16px;
}
#footer .foo-top .col1 .soso-box input:-moz-placeholder {
  color: #bbbcbd;
  font-size: 16px;
}
#footer .foo-top .col1 .soso-box input::-moz-placeholder {
  color: #bbbcbd;
  font-size: 16px;
}
#footer .foo-top .col1 .soso-box input:-ms-input-placeholder {
  color: #bbbcbd;
  font-size: 16px;
}
#footer .foo-top .col1 .soso-box input.in-sub {
  width: 20%;
  background: none;
  border: none;
  height: 56px;
  background: url("../images/head-soso.png") no-repeat center;
}
#footer .foo-top .col2 {
  padding: 0px 4% 20px;
}
#footer .foo-top .col2 .logo-box {
  margin-bottom: 30px;
}
#footer .foo-top .col2 .logo-box img {
  display: inline-block;
}
#footer .foo-top .col2 p {
  color: #bbbcbd;
  font-size: 16px;
  line-height: 2;
}
#footer .foo-top .col2 .lj-box {
  margin-top: 25px;
}
#footer .foo-top .col2 .lj-box a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #2e353c;
  padding-top: 8px;
  margin: 0px 4px;
}
#footer .foo-top .col2 .lj-box a i {
  font-size: 16px;
}
#footer .foo-top .col2 .lj-box a:nth-child(1) {
  color: #3b5997;
}
#footer .foo-top .col2 .lj-box a:nth-child(1):hover {
  color: #fff;
  background-color: #3b5997;
}
#footer .foo-top .col2 .lj-box a:nth-child(2) {
  color: #55abed;
}
#footer .foo-top .col2 .lj-box a:nth-child(2):hover {
  color: #fff;
  background-color: #55abed;
}
#footer .foo-top .col2 .lj-box a:nth-child(3) {
  color: #dc4b39;
}
#footer .foo-top .col2 .lj-box a:nth-child(3):hover {
  color: #fff;
  background-color: #dc4b39;
}
#footer .foo-top .col3 {
  padding: 60px 5% 20px;
}
#footer .foo-top .col3 h3 {
  font-size: 30px;
  margin-bottom: 5px;
  font-family: 'raleway-extralight';
}
#footer .foo-top .col3 .news-text {
  margin-bottom: 15px;
}
#footer .foo-top .col3 .news-text h3 a {
  font-size: 16px;
  color: #bbbcbd;
}
#footer .foo-top .col3 .news-text .date-box span {
  display: inline-block;
  width: 33%;
  float: left;
}
#footer .foo-top .col3 .news-text .date-box span i {
  color: #f9a34f;
  margin-right: 5px;
  font-size: 16px;
}
#footer .foo-bottom {
  padding: 20px 0px;
  line-height: 2;
}
#footer .foo-bottom a {
  font-size: 16px;
  display: inline-block;
  margin: 0px 5px;
}
#footer .foo-bottom a:hover {
  color: #f9a34f;
}
#footer .foo-bottom .hover-top {
  background: rgba(249, 163, 79, 0.7);
  cursor: pointer;
  border-radius: 50px;
  padding-top: 18px;
  bottom: 5px;
  color: transparent;
  height: 60px;
  position: fixed;
  right: 5px;
  width: 60px;
  z-index: 1000;
  transition: 0.7s ease;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -ms-transition: 0.7s ease;
  -o-transition: 0.7s ease;
}
#footer .foo-bottom .hover-top i {
  color: #fff;
  font-size: 18px;
}
#footer .foo-bottom .hover-top:hover {
  background: #f9a34f;
  transform: translate(0, -10px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -webkit-transform: translate(0, -10px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -moz-transform: translate(0, -10px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -ms-transform: translate(0, -10px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -o-transform: translate(0, -10px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
}
#footer .f-tool {
  padding-top: 10px;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 50px;
  background: #969799;
  left: 0;
  bottom: 0;
  z-index: 1001;
  display: none;
}
#footer .f-tool a {
  float: left;
  width: 25%;
}
#footer .f-tool a i,
#footer .f-tool a span {
  display: block;
  color: #dddddd;
  width: auto;
  height: auto;
}
#footer .f-tool a span {
  font-size: 12px;
}

@media screen and (max-width: 1000px){
  .jinxing, .jinxlg, .jinluoga {
    display: none !important;
  }
}
@media screen and (max-width: 1580px) {
  #header .nav .nav-logo {
    width: 20%;
    margin-top: 25px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0px 5px;
    font-size: 15px;
  }
}
.inner-banner {
  background: url("../images/inner-banner.jpg") no-repeat center;
  height: 295px;
  padding-top: 140px;
}
.inner-banner h3 {
  font-size: 40px;
  font-family: 'raleway-extralight';
  color: #fff;
  margin-top: 10px;
}
.inner-banner .bread-crumbs {
  color: #999;
  line-height: 2;
}
.inner-banner .bread-crumbs a {
  color: #999;
  font-size: 14px;
  font-family: 'open-sans-bold';
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0px 5px;
}
.inner-banner .bread-crumbs a:hover {
  color: #f9a34f;
}
.inner-banner .bread-crumbs span {
  font-size: 14px;
  color: #f9a34f;
  font-family: 'open-sans-bold';
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0px 5px;
}
.inner-page {
  background-color: #222c35;
}
.pro-page {
  background-color: #222c35;
  padding-bottom: 50px;
  padding-top: 50px;
}
.pro-page .side-menu {
  padding-bottom: 45px;
}
.pro-page .side-menu li {
  display: inline-block;
  margin: 0px 10px;
}
.pro-page .side-menu li a {
  letter-spacing: 0.1em;
  line-height: 3em;
  text-transform: uppercase;
  font-family: 'raleway-extralight';
  color: #fff;
}
.pro-page .side-menu li a:hover {
  color: #f9a34f;
}
.pro-page .side-menu li a:active {
  color: #f9a34f;
}
.pro-page .side-menu li a.active {
  color: #f9a34f;
}
.pro-page .page-bar .pro-boxs .pro-box img{
   background-color: #fff;
  padding: 1%;
}
.lg-page .page-bar .pro-boxs .pro-box img{
   background-color: #fff;
  padding: 0px;
}
.pro-page .page-bar .pro-boxs .pro-box {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
 
}
.pro-page .page-bar .pro-boxs .pro-box:after {
  background-color: rgba(34, 44, 53, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.pro-page .page-bar .pro-boxs .pro-box .pro-text {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.pro-page .page-bar .pro-boxs .pro-box .pro-text .link-box {
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 4;
}
.pro-page .page-bar .pro-boxs .pro-box .pro-text .link-box a:nth-child(1) {
  background-color: #1b232a;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.pro-page .page-bar .pro-boxs .pro-box .pro-text .link-box a:nth-child(1) i {
  color: #fff;
}
.pro-page .page-bar .pro-boxs .pro-box .pro-text .link-box a:nth-child(2) {
  background-color: #fff;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.pro-page .page-bar .pro-boxs .pro-box .pro-text .link-box a:nth-child(2) i {
  color: #f9a34f;
  font-size: 18px;
}
.pro-page .page-bar .pro-boxs .pro-box .pro-text .link-box a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 20px;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  opacity: 0;
  position: relative;
  top: -100px;
}
.pro-page .page-bar .pro-boxs .pro-box .pro-text .link-box a:hover {
  transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(180deg);
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(180deg);
  -moz-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(180deg);
  -ms-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(180deg);
  -o-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(180deg);
  background-color: #f9a34f;
}
.pro-page .page-bar .pro-boxs .pro-box .pro-text .link-box a:hover i {
  color: #fff;
}
.pro-page .page-bar .pro-boxs .pro-box .pro-text h3 {
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  z-index: 2;
}
.pro-page .page-bar .pro-boxs .pro-box .pro-text h3 a {
  font-size: 25px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #fff;
}
.pro-page .page-bar .pro-boxs .pro-box .pro-text h3 a:hover {
  color: #f9a34f;
}
.pro-page .page-bar .pro-boxs .pro-box:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pro-page .page-bar .pro-boxs .pro-box:hover .pro-text .link-box a {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0px;
}
.pro-page .page-bar .pro-boxs .pro-box:hover .pro-text h3 a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pro-page .page-bar .pro-boxs .pro-box:nth-child(3n) {
  margin-right: 0px;
}
.about-page {
  background-color: #1b232a;
}
.about-page .about-artical {
  padding: 95px 0px;
}
.about-page .about-artical .text {
  margin: 0px 20%;
}
.about-page .about-artical .text h3 {
  font-size: 50px;
  font-family: 'raleway-extralight';
  color: #fff;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.about-page .about-artical .text h3 span {
  color: #f9a34f;
  font-size: 50px;
}
.about-page .about-artical .text p {
  color: #999;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 2;
}
.a-charles {
  position: relative;
}
.a-charles .container {
  padding-bottom:50px;
}
.a-charles .char-imgs {
  width: 50%;
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  background: url("../images/founder.jpg") no-repeat;
  background-position: 50% 50%;
}

.servesimg {
  width: 50%;
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  background: url("../images/founder2.jpg") no-repeat !important;
  background-position: 50% 50%;
}

.a-charles .text {
  padding-right: 7%;
  padding-bottom: 20px;
}
.a-charles .text h3 {
  font-size: 50px;
  font-family: 'raleway-extralight';
  color: #fff;
  line-height: 1.1em;padding-bottom:30px;
}
.a-charles .text span {
  color: #f9a34f;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0px;
  display: block;
  line-height: 2;
}
a.yuli {
    font-size: 16px;
}
.a-charles .text p {
  color: #999;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 2;
}
.faq-page .container {
  padding: 5% 8%;
}
.faq-page .faq-list dt {
  position: relative;
  cursor: pointer;
  margin: 15px 0px;
}
.faq-page .faq-list dt h3 {
  padding: 20px 40px;
  background-color: #1b232a;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: 'open-sans-bold';
  font-size: 16px;
  line-height: 2;
}
.faq-page .faq-list dt h3 i {
  margin-right: 10px;
}
.faq-page .faq-list dt h3:after {
  content: "+";
  color: #f9a34f;
  font-size: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  text-align: center;
  width: 65px;
  padding-top: 12px;
}
.faq-page .faq-list dt:hover h3 {
  color: #fff;
  background-color: #f9a34f;
}
.faq-page .faq-list dt:hover h3:after {
  content: "-";
  color: #fff;
}
.faq-page .faq-list dt.active h3 {
  color: #fff;
  background-color: #f9a34f;
}
.faq-page .faq-list dt.active h3:after {
  content: "-";
  color: #fff;
}
.faq-page .faq-list dd {
  padding: 24px 40px 34px;
  display: none;
  line-height: 2;
}
.faq-page .faq-list dd p {
  color: #999;
  font-size: 16px;
}
.service-page {
  background-color: #1b232a;
}
.service-page .about-artical {
  padding: 95px 0px;
}
.service-page .about-artical .text {
  margin: 0px 20%;
}
.service-page .about-artical .text h3 {
  font-size: 50px;
  font-family: 'raleway-extralight';
  color: #fff;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.service-page .about-artical .text h3 span {
  color: #f9a34f;
  font-size: 50px;
}
.service-page .about-artical .text p {
  color: #999;
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 30px;
}
.contact-page .i-free {
  color: #fff;
  padding: 110px 0px;
}
.contact-page .i-free .tit {
  font-size: 52px;
  font-family: 'raleway-extralight';
  margin-bottom: 35px;
}
.contact-page .i-free .from-box .input-p {
  width: 30%;
  display: inline-block;
  margin: 1% 1%;
}
.contact-page .i-free .from-box .input-p input {
  width: 100%;
  background-color: #222c35;
  border: solid 1px #323940;
  height: 60px;
  text-align: center;
  letter-spacing: 2px;
  padding: 9px 20px 9px 29px;
  text-transform: uppercase;
  color: #fff;
}
.contact-page .i-free .from-box .texta-p {
  width: 95%;
  display: inline-block;
  margin-top: 1%;
}
.contact-page .i-free .from-box .texta-p textarea {
  width: 100%;
  background-color: #222c35;
  height: 180px;
  border: solid 1px #323940;
  text-align: center;
  font-family: 'raleway-regular';
  padding: 25px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.contact-page .i-free .from-box .submit {
  display: inline-block;
  margin-top: 30px;
}
.contact-page .i-free .from-box .submit input {
  width: 230px;
  line-height: 60px;
  border: solid 2px #f9a34f;
  background: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
}
.contact-page .i-free .from-box .submit input:hover {
  background-color: #f9a34f;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  font-family: roboto-bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #f9a34f;
}
.news-page .new-list li .new-con .abst {
  color: #999;
  font-size: 16px;
  line-height: 2;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #f9a34f;
}
.news-page .new-list li .new-con .date span {
  color: #999;
}
.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: 0;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: roboto-bold;
  text-align: center;
  color: #fff;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #999;
  padding: 10px 0;
  line-height: 2;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #999;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #999;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #999;
  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: #999;
  font-size: 14px;
  line-height: 2;
  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: 2;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #f9a34f;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.prodet-page {
  color: #fff;
  padding-top: 110px;
}
.prodet-page .pro-det-one #pic-zoom{
  background-color: #fff;padding:0px;
  margin-bottom: 15px;

}

.prodet-page .pro-det-two {
  padding: 20px 25px;
}
.prodet-page .pro-det-two .proName {
  font-size: 30px;
  margin-bottom: 5px;
  font-family: 'raleway-extralight';
  text-transform: capitalize;
  line-height: 2;
}
.prodet-page .pro-det-two .proEmail {
  font-size: 16px;
  font-family: 'raleway-extralight';
  margin-bottom: 15px;
  display: block;
}
.prodet-page .pro-det-two .pro-detal {
  font-size: 16px;
  font-family: 'raleway-extralight';
  color: #999;
  line-height: 2;
}
.prodet-page .pro-det-two .proSocial {
  margin-top: 30px;
}
.prodet-page .pro-det-two .proSocial a {
  font-size: 18px;
  font-family: 'raleway-extralight';
}
.prodet-page .pro-det-two .proSocial a:hover {
  color: #f9a34f;
}
.prodet-page .pro-det-three {
  padding: 20px;
}
.prodet-page .pro-det-three h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: 'open-sans-extrabold';
}
.prodet-page .pro-det-three .soso-box {
  width: 100%;
  background-color: #222c35;
  margin-bottom: 90px;
  border: solid 1px #323940;
  height: 56px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.prodet-page .pro-det-three .soso-box input.in-text {
  width: 80%;
  background: none;
  border: none;
  line-height: 56px;
  padding: 0px 20px;
  color: #bbbcbd;
  font-size: 16px;
  font-family: 'raleway-extralight';
}
.prodet-page .pro-det-three .soso-box input::-webkit-input-placeholder {
  color: #bbbcbd;
  font-size: 16px;
}
.prodet-page .pro-det-three .soso-box input:-moz-placeholder {
  color: #bbbcbd;
  font-size: 16px;
}
.prodet-page .pro-det-three .soso-box input::-moz-placeholder {
  color: #bbbcbd;
  font-size: 16px;
}
.prodet-page .pro-det-three .soso-box input:-ms-input-placeholder {
  color: #bbbcbd;
  font-size: 16px;
}
.prodet-page .pro-det-three .soso-box input.in-sub {
  width: 20%;
  background: none;
  border: none;
  height: 56px;
  background: url("../images/head-soso.png") no-repeat center;
}
.prodet-page .pro-det-three .side-menu h4 {
  margin-bottom: 25px;
}
.prodet-page .pro-det-three .side-menu li {
  position: relative;
  padding: 15px 0px 15px 20px;
  border-top: solid 1px #fff;
}
.prodet-page .pro-det-three .side-menu li a {
  font-size: 16px;
}
.prodet-page .pro-det-three .side-menu li a:hover {
  color: #f9a34f;
}
.prodet-page .pro-det-three .side-menu li:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #f9a34f;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 0px;
}
.prodet-page .pro-det-three .side-menu li:last-child {
  border-bottom: solid 1px #fff;
}
.prodet-page .init-3 {
  margin-top: 50px;
}
.prodet-page .init-3 .init-3-top ul {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -1px;
}
.prodet-page .init-3 .init-3-top ul li {
  padding: 10px 25px;
  background: #fbf9f9;
  border: 1px solid #ededed;
  float: left;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .init-3 .init-3-top ul li a {
  color: inherit;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.prodet-page .init-3 .init-3-top ul li:hover {
  background: #f9a34f;
  color: white;
  border-color: #f9a34f;
}
.prodet-page .init-3 .init-3-top ul li.active {
  background: #f9a34f;
  color: white;
  border-color: #f9a34f;
}
.prodet-page .init-3 .init-3-bottom ul {
  padding: 25px 0px;
  border-bottom: 1px solid #ededed;
}
.prodet-page .init-3 .init-3-bottom ul li {
  display: none;
  line-height: 2;
}
.prodet-page .init-3 .init-3-bottom ul li #cs {
  width: 100%;
  margin-bottom: 20px;
}
.prodet-page .init-3 .init-3-bottom ul li #cs td,
.prodet-page .init-3 .init-3-bottom ul li #cs th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
.prodet-page .recommand-product {
  position: relative;
  padding: 40px 0px 50px;
}
.prodet-page .recommand-product h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'open-sans-extrabold';
}
.prodet-page .recommand-product .recom-box .tu {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 8% 3%;
}
.prodet-page .recommand-product .recom-box .tu 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;
}
.prodet-page .recommand-product .recom-box .tu a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.prodet-page .recommand-product .recom-box .text {
  padding: 10px;
}
.prodet-page .recommand-product .recom-box .text h3 {
  margin-bottom: 5px;
}
.prodet-page .recommand-product .recom-box .text h3 a {
  font-size: 20px;
  font-family: 'raleway-extralight';
}
.prodet-page .recommand-product .recom-box .text h3 a:hover {
  color: #f9a34f;
}
.prodet-page .recommand-product .recom-box .text p {
  font-size: 16px;
  font-family: 'raleway-extralight';
}
.prodet-page .recommand-product .recom-box:hover .tu 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);
}
.prodet-page .recommand-product .recom-box:hover .tu a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.prodet-page .recommand-product .bott-box {
  position: absolute;
  right: 0px;
  top: 40px;
}
.prodet-page .recommand-product .bott-box .bott {
  display: inline-block;
  margin: 0px 5px;
  cursor: pointer;
  outline: none;
}
.prodet-page .recommand-product .bott-box .bott i {
  font-size: 28px;
}

.contact-page .c-list-box .contactList {
  position: relative;
  color: #fff;
  padding: 100px 0px 50px;
}
.ajax-box{
  display: none;
}

.contact-page .c-list-box .contactList .c-name {
  color: #fff;
  font-size: 39px;
  font-family: roboto-black;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 2;
  margin-top: 24px;
  font-size: 18px;
  color: #fff;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
}
.contact-page .c-list-box .contactList .info .fa {
  color: #fff;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .info .fa-mobile{
  font-size: 26px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.image-gallery li{
  width: 20%;
}

@media screen and (max-width: 1350px) {
  .container {
    width: 970px;
  }
  #header .nav .nav-logo {
    width: 20%;
    margin-top: 25px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0px;
    letter-spacing: 0.1em;
    padding: 0px 1px;
  }
  #header .nav .menu-box .menu > li > a {
    font-size: 14px;
  }
  #banner .banner-box .banner-text-box .text h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 970px) {
  #index-body .i-product .pro-boxs .pro-box {
    width: 50%;
  }
  #banner .banner-box .banner-text-box .text {
    display: none;
  }
  .about-page .about-artical .text h3 {
    font-size: 38px;
  }
  .about-page .about-artical .text h3 span {
    font-size: 38px;
  }
  .pro-page .page-bar .pro-boxs .pro-box {
    width: 49%;
  }
  .pro-page .page-bar .pro-boxs .pro-box:nth-child(3n) {
    margin-right: 2%;
  }
  .pro-page .page-bar .pro-boxs .pro-box:nth-child(2n) {
    margin-right: 0px;
  }
  .service-page .about-artical .text h3 {
    font-size: 38px;
  }
  .service-page .about-artical .text h3 span {
    font-size: 38px;
  }

  .contact-page .c-list-box .contactList .c-name{
    font-size: 24px;
	line-height: 2;
  }

  .a-charles .text h3 {
    font-size: 38px;
  }
  .grid-box.three > .column {
    width: 50% !important;
  }
  .container {
    width: 768px;
  }
  .inner-banner h3 {
    font-size: 38px;
  }
  .foo-top .grid-box.three {
    position: relative;
    padding-top: 276px;
  }
  .grid-box.three>.media-col2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  #index-body .i-welcome .text h3 {
    font-size: 36px;
  }
  #index-body .i-welcome .text h3 span {
    font-size: 36px;
  }
  #index-body .i-welcome .text p {
    font-size: 16px;
  }
  #index-body .i-free .tit {
    font-size: 36px;
  }
  #index-body .i-free .tit span {
    font-size: 36px;
  }
  #index-body .i-free .from-box .input-p {
    width: 100%;
  }
  #index-body .i-free .from-box .texta-p {
    width: 100%;
    margin: 1% 1%;
  }
  #index-body .i-news .tit {
    font-size: 36px;
  }
  #index-body .i-news .tit span {
    font-size: 36px;
  }
  #index-body .i-news .news-lunbo-box .news-box .text-box .text h3 a {
    font-size: 16px;
  }
  #index-body .i-news .news-lunbo-box .news-box .text-box .text p {
    font-size: 14px;
	line-height: 2;
  }
  #index-body .i-news .news-lunbo-box .news-box .text-box .cate-box span {
    font-size: 12px;
  }
  .inner-banner h3 {
    font-size: 20px;
	line-height: 2;
  }
  .a-charles .char-imgs {
    display: none;
  }
  .a-charles .container {
    padding: 6% 20px;
  }
  .a-charles .text h3 {
    font-size: 28px;
  }
  .about-page .about-artical .text {
    padding: 0px 30px;
    margin: 0px;
  }
  .about-page .about-artical .text h3 {
    font-size: 28px;
  }
  .about-page .about-artical .text h3 span {
    font-size: 28px;
  }
  .contact-page .i-free .tit {
    font-size: 36px;
  }
  .contact-page .i-free .from-box .input-p {
    width: 100%;
  }
  .contact-page .i-free .from-box .texta-p {
    width: 100%;
    margin: 1% 1%;
  }
  .contact-page .i-free .from-box .submit input {
    width: 180px;
    line-height: 50px;
  }
  .service-page .about-artical .text {
    padding: 0px 30px;
    margin: 0px;
  }
  .service-page .about-artical .text h3 {
    font-size: 28px;
  }
  .service-page .about-artical .text h3 span {
    font-size: 28px;
  }
  .pro-page .page-bar .pro-boxs .pro-box {
    width: 100%;
    margin: 20px 0px;
  }
  .wid-30 {
    width: 100% !important;
    padding-bottom: 20px;
  }
  .wid-60 {
    width: 100% !important;
  }
  .container {
    width: 100%;
    padding: 0px 20px;
  }
  .grid-box.three > .column {
    width: 100% !important;
  }
  .grid-box.two > .column {
    width: 100% !important;
  }
  #footer .foo-bottom {
    padding-bottom: 50px;
  }
  #footer .f-tool {
    display: block;
  }
	.grid-box.three>.media-col2 {
    position: relative;
}
}

.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #000;
  color: #fff;
  margin: 0px 3px;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-color: #f9a34f;
}


.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;
}
