/*nav----css*/
#header {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
}
#header .nav {
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.6);
}
#header .nav .menu-search .menu-box {
    background: none;
}
#header .nav .logo{display: none;}
.search-top{
  display: none;
}
#header .nav .menu-search {
    width: 100%;
}
#header .nav .menu-search .menu-box {
    margin-top: 0;
}
.part-menu{ display: none; }
#header .h-top {
  background: none;
/*   border-bottom: 2px solid white; */
}
#header .h-top .left {
  color: white;
}
#header .nav {
  position: relative;
  height: auto;
  padding: 0;
}
#header .nav .menu-box {
  width: 100%;
}
#header .nav .menu-box .search-box {
  display: none;
}
#header .nav .menu-box ul.menu {
  position: relative;
  margin: 0;
  left: 0;
  padding-left: 0;
}
#header .nav .menu-box ul.menu li {
  color: white;
}
#header .nav .menu-box ul.menu li .sub-menu {
  background-color: rgba(0, 0, 0, 0.3);
}
#header .nav .menu-box ul.menu li .sub-menu ul li:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#header .nav .menu-box ul.menu:before {
  display: none;
}
.inner-page {
  background-color: #f4f4f4;
}
.inner-page .bread-crumbs {
  font-size: 16px;
  color: #a3a5a6;
  padding: 15px 0;
}
.inner-page .bread-crumbs a,
.inner-page .bread-crumbs span {
  display: inline-block;
  font-size: 16px;
  color: #a3a5a6;
  margin: 0 5px;
}
.inner-page .bread-crumbs span {
  color: #e94f4f;
}
.inner-page .inner-page-nav {
  text-align: center;
}
.inner-page .inner-page-nav ul li {
  display: inline-block;
  margin: 0 5px;
  -webkit-box-shadow: 1px 1px 2px #0000004f;
  -moz-box-shadow: 1px 1px 2px #0000004f;
  box-shadow: 1px 1px 4px #0000004f;
  border-radius: 5px;
}
.inner-page .inner-page-nav ul li a {
  padding: 7px 20px;
  background-color: white;
  font-size: 14px;
  display: inline-block;
  border-radius: 5px;
  color: #161515;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.inner-page .inner-page-nav ul li:hover a,
.inner-page .inner-page-nav ul li.active a {
  background-color: #e94f4f;
  color: white;
}
.about-1 .about-content h1 {
  font-size: 36px;
  color: #050714;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding: 60px 0 35px;
  margin-bottom: 40px;
  font-weight: bold;
}
.about-1 .about-content h1:before {
  content: '';
  width: 7%;
  border-bottom: 2px solid #e94f4f;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-1 .about-content h1:after {
  content: '';
  width: 15%;
  border-bottom: 2px solid #e94f4f;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-1 .about-content p {
  font-size: 16px;
  color: #777;
  line-height: 28px;
  word-break: break-word;
}
.about-2 .about-2-top {
  background-image: url("../images/about-bg.jpg");
  background-size: 100% 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.about-2 .about-2-top h1 {
  font-size: 30px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0 30px;
  margin-bottom: 25px;
}
.about-2 .about-2-top h1:before {
  content: '';
  width: 7%;
  border-bottom: 2px solid #e94f4f;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-2 .about-2-top h1:after {
  content: '';
  width: 15%;
  border-bottom: 2px solid #e94f4f;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-2 .about-2-top ul {
  padding-top: 20px;
  padding-bottom: 20px;
}
.about-2 .about-2-top ul li {
  width: 16.66666%;
  margin-left: -4px;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  vertical-align: top;
}
.about-2 .about-2-top ul li:first-child {
  margin-left: 0;
}
.about-2 .about-2-top ul li i {
  font-size: 30px;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-2 .about-2-top ul li h2 {
  color: #fff;
  font-size: 18px;
  padding: 15px 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
.about-2 .about-2-top ul li h2 small {
  font-size: 14px;
  color: inherit;
  padding-top: 20px;
}
.about-2 .about-2-top ul li:hover i {
  color: #e94f4f;
}
.about-2 .about-2-top ul li:hover h2 {
  color: #e94f4f;
}
.about-2 .about-2-bottom {
  padding: 70px 0 100px;
}
.about-2 .about-2-bottom ul {
  text-align: center;
}
.about-2 .about-2-bottom ul li {
  width: 25%;
  display: inline-block;
  margin-left: -4px;
  padding: 0 15px;
}
.about-2 .about-2-bottom ul li:first-child {
  margin-left: 0;
}
.about-2 .about-2-bottom ul li i {
  font-size: 50px;
  margin: 0 auto;
  border: 2px solid #cacfcf;
  border-radius: 100%;
  display: block;
  height: 80px;
  width: 80px;
  padding: 12px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-2 .about-2-bottom ul li h1 {
  color: #5e6a71;
  font-size: 36px;
}
.about-2 .about-2-bottom ul li h1 small {
  font-size: 25px;
  color: inherit;
  display: block;
}
.about-2 .about-2-bottom ul li:hover i {
  color: #e94f4f;
}
.product-content {
  padding: 70px 0 80px;
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
  width: 100%;
}
.product-content > ul {
  height: 100%;
}
.product-content > ul li {
  width: 24%;
  margin-left: -4px;
  margin-right: 1%;
  display: inline-block;
  height: 100%;
  position: relative;
  vertical-align: top;
  margin-bottom: 20px;
}
.product-content > ul li:nth-child(4n+1) {
  margin-left: 0;
}
.product-content > ul li:nth-child(4n) {
  margin-right: 0;
  margin-left: .5%;
}
.product-content > ul li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(243, 156, 18, 0.2);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-content > ul li img {
  width: 100%;
  max-height: 100%;
}
.product-content > ul li h2 {
  font-size: 20px;
  color: white;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background-color: rgba(233, 79, 79, 0.65);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-content > ul li h2 a {
  color: inherit;
  font: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-content > ul li h2 a small {
  overflow: hidden;
  height: 0;
  font-size: 14px;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-content > ul li:hover h2 small {
  height: 25px;
}
.product-content > ul li:hover:before {
  height: 100%;
}
.project-content {
  padding-bottom: 60px;
}
.project-content h1 {
  font-size: 36px;
  color: #050714;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0 30px;
  margin-bottom: 25px;
}
.project-content h1:before {
  content: '';
  width: 7%;
  border-bottom: 2px solid #e94f4f;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.project-content h1:after {
  content: '';
  width: 15%;
  border-bottom: 2px solid #e94f4f;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.project-content ul li {
  width: 32%;
  display: inline-block;
  margin-left: -4px;
  margin-right: 1.4%;
  vertical-align: top;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
.project-content ul li:nth-child(3n+1) {
  margin-left: 0;
}
.project-content ul li:nth-child(3n) {
  margin-right: 0;
}
.project-content ul li img {
  width: 100%;
}
.project-content ul li h2 {
  padding: 25px 20px 50px ;
  font-size: 24px;
  color: black;
}
.project-content ul li h2 a {
  color: inherit;
  font-weight: bold;
}
.project-content ul li h2 small {
  font-size: 14px;
  color: #777;
  padding-top: 10px;
  display: block;
}
.project-content ul li:hover h2 {
  color: #e94f4f;
}
.news-page .project-content ul li h2 a {
  font-size: 18px;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  display: block;
}

.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #333;
}
.newdet-page .news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.newdet-page .news .news_contents a {
  color: #000;
  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: #000;
  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: #999;
  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;
}

.newdet-page .project-content h1{
  font-size: 24px;
  font-weight: 600;
}

.contact-page .c-list-box {
  padding: 68px 0 112px;
  background: #f9f9f9;
}
.contact-page .c-list-box .tit {
  color: #000000;
  font-size: 48px;
  margin-bottom: 86px;
}
.contact-page .c-list-box .c-name {
  color: #676767;
  font-size: 21px;
  margin-bottom: 38px;
  text-transform: uppercase;
}
.contact-page .c-list-box .info {
  line-height: 30px;
  margin-top: 24px;
  font-size: 18px;
  color: #676767;
}
.contact-page .c-list-box .info .add {
  display: block;
  margin-bottom: 40px;
}
.contact-page .c-list-box .info .icon {
  color: #a0a0a0;
  margin-right: 16px;
}
.contact-page .c-list-box .info a {
  color: #676767;
}

.about-2 {margin-top: 50px}


.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  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: #e3131f;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}


#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,#cs th{
  padding: 5px 10px;
  border: 1px solid #000;
  width: 50%;
}
#cs td:first-child {
  color: #000;
}
#cs td:last-child {
  color: #000;
}

.m-page {
    text-align: center;
    line-height: 22px;
    font-size: 0;
    letter-spacing: -0.307em;
    word-wrap: normal;
    white-space: nowrap;
    color: #138bdf;
    margin-top: 38px;
}
.m-page a, .m-page span {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 0 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    letter-spacing: normal;
    background: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
.m-page a {
    text-decoration: none;
    color: #000;
}
.m-page a:first-child, .m-page a:last-child {
    background-image: url(../images/m-page-arr-r.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #cdcdcd;
    box-shadow: none;
}
.m-page a:first-child {
    background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
    color: #fff;
    background-color: #d92020;
}
.m-page a:active {
    background: #d92020;
}
.m-page span.current, .m-page span.current:hover, .m-page span.current:active {
    cursor: default;
    color: #fff;
    background: #d92020;
}

/* add */
.picture-set{
	margin:20px 0;
}
.picture-set li{
	width:12.5%; float: left;
  margin-bottom: 10px;
  padding: 0 5px 5px 0;
}


.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: 1230px){
	.container{
		width: 970px;
	}
}


@media screen and (max-width: 970px){
	.container{
		width: 768px;
	}
	.about-2 .about-2-top ul li {
    width: 33.3%;
    margin-bottom: 30px;
}
.about-2 .about-2-bottom ul li {
    width: 50%;
    display: inline-block;
    margin-left: -4px;
    padding: 0 15px;
}
 .prodetFeedback .ptForm .fbTop {
    margin-bottom: 10px;
}
  .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.prodetFeedback .ptForm .fbBot {
    margin-bottom: 15px;
}
}


@media screen and (max-width: 768px){
	.container{
		width: 100%;
	}
	.inner-page .inner-page-nav ul li{
	    margin-bottom:10px;
	}
	.about-1 .about-content h1,.project-content h1 {
    font-size: 24px;}
    .about-2{
        display:none;
    }
    .project-content ul li {
    width: 48.6%;
        margin-left: 0; 
    }
    .project-content ul li:nth-child(3n) {
    margin-right: 1.4%;
}
    .project-content ul li:nth-child(3n+1){
             margin-left: 0; 
    }
    .project-content ul li:nth-child(2n){
             margin-right: 0; 
    }
    
    .product-content > ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 1%;
    }
    .product-content > ul li:nth-child(2n){
             margin-right: 0; 
    }
    .product-content > ul li h2 {
    font-size: 16px;
    }
    .prodet-page .prodet-top-box .prodet-pic {
    padding-right: 0rem!important;
    width:100%;
}
.prodet-page .prodet-top-box .prodet-con{
     width:100%;
}
.picture-set li {
    width: 25%;
}
.inner-page .inner-tit {
    font-size: 25px;
}
.prodet-page .recommend-product li {
    width: 50%;
    float: left;
}
.faq-page .faq-list {
    padding: 38px 0 35px;
}
.contact-page .c-list-box {
    padding: 38px 0 32px;
}
.contact-page .c-list-box .tit {
    color: #000000;
    font-size: 25px;
    margin-bottom: 36px;
}
}

