@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
.container {
  width: 1230px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
#header .nav {
  position: relative;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .fa {
  color: #000000;
}
#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 .language-choose {
  position: relative;
  height: 100px;
  line-height: 100px;
}
#header .nav .language-choose span {
  height: 100px;
  display: block;
  cursor: pointer;
  color: #164385;
  font-size: 16px;
}
#header .nav .language-choose .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  background: #387cd4;
  text-align: left;
  z-index: 101;
}
#header .nav .language-choose .sub-menu li {
  line-height: normal;
}
#header .nav .language-choose .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .language-choose .sub-menu li:hover {
  background: #7ebcef;
}
#header .nav .logo {
  padding-top: 15px;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 100px;
  height: 100px;
  position: relative;
  padding: 0 20px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 20px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #333333;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
}
#header .nav .menu-box .menu > li: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: #164385;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #387cd4;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #7ebcef;
}
#header.h-header {
  position: fixed;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#banner {
  position: relative;
}
#banner .contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#banner .contact .grid-box {
  background: url(../images/jb.png) no-repeat center;
  background-size: 100% 100%;
  padding: 20px 6%;
}
#banner .contact .grid-box .column {
  width: 60%;
  padding-left: 45px;
  background: url(../images/phone.png) no-repeat left center;
}
#banner .contact .grid-box .column p {
  font-size: 24px;
  color: #fff;
}
#banner .contact .grid-box .column:nth-child(2) {
  width: 40%;
  padding-left: 55px;
  background: url(../images/tel.png) no-repeat left center;
}
#index-body .tit h2 {
  color: #000;
  font-size: 44px;
  text-align: center;
}
#index-body .tit h3 {
  color: #f7f7f7;
  font-size: 66px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -80px;
  z-index: -1;
  position: relative;
}
#index-body .tit img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#index-body .i-product {
  padding: 80px 0;
}
#index-body .i-product .pro-list {
  margin-top: 40px;
  position: relative;
}
#index-body .i-product .pro-list .fa {
  font-size: 40px;
  color: #828282;
  position: absolute;
  left: -70px;
  top: 39%;
  cursor: pointer;
}
#index-body .i-product .pro-list .fa-chevron-right {
  left: auto;
  right: -70px;
}
#index-body .i-product .pro-list .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
}
#index-body .i-product .pro-list .swiper-slide .img {
  border: 2px solid #dedede;
  padding: 10px;
}
#index-body .i-product .pro-list .swiper-slide .text {
  padding: 25px 0 25px;
}
#index-body .i-product .pro-list .swiper-slide .text p {
  text-align: center;
}
#index-body .i-product .pro-list .swiper-slide .text p a {
  font-size: 20px;
  color: #333333;
}
#index-body .i-product .pro-list .swiper-slide:hover .img {
  border: 2px solid #387cd4;
}
#index-body .i-product .pro-list .swiper-slide-active,
#index-body .i-product .pro-list .swiper-slide-duplicate-active {
  transform: scale(1);
}
#index-body .i-product .pro-list .swiper-slide-active .img,
#index-body .i-product .pro-list .swiper-slide-duplicate-active .img {
  border: 2px solid #387cd4;
}
#index-body .i-product .pro-list .swiper-slide-active .text,
#index-body .i-product .pro-list .swiper-slide-duplicate-active .text {
  background: url(../images/text-bg.png) no-repeat bottom center;
}
#index-body .i-why {
  background: url(../images/why-bg.jpg) no-repeat center;
  padding: 60px 0;
  background-size: cover;
}
#index-body .i-why .grid-box .column h2 {
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-top: 8px;
}
#index-body .i-why .grid-box .column h2:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 1px;
  background: #000;
  left: 0;
  top: 0;
}
#index-body .i-why .grid-box .column h3 {
  color: #03b0fe;
  font-size: 66px;
  font-weight: bold;
}
#index-body .i-why .grid-box .column h3 i {
  font-size: 66px;
}
#index-body .i-about {
  background: #fafafa;
  padding: 90px 0;
}
#index-body .i-about .grid-box.two .column {
  width: 38%;
  position: relative;
  padding-bottom: 60px;
}
#index-body .i-about .grid-box.two .column img {
  width: auto;
}
#index-body .i-about .grid-box.two .column .img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 8;
}
#index-body .i-about .grid-box.two .column:nth-child(2) {
  width: 62%;
  padding-bottom: 0;
  padding-left: 7%;
}
#index-body .i-about .grid-box.two .column:nth-child(2) h2 {
  font-size: 44px;
}
#index-body .i-about .grid-box.two .column:nth-child(2) h3 {
  font-size: 26px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#index-body .i-about .grid-box.two .column:nth-child(2) h3:after {
  content: '';
  position: absolute;
  width: 86px;
  height: 3px;
  background: #164385;
  left: 0;
  bottom: 0;
}
#index-body .i-about .grid-box.two .column:nth-child(2) p {
  line-height: 32px;
  font-size: 16px;
}
#index-body .i-about .grid-box.two .column:nth-child(2) .zlfz {
  width: 100%;
  min-height: 150px;
  background: url(../images/about2_05.jpg) no-repeat center;
  margin-top: 40px;
  background-size: 100% 100%;
  position: relative;
}
#index-body .i-about .grid-box.two .column:nth-child(2) .zlfz .more {
  display: block;
  width: 142px;
  height: 42px;
  line-height: 42px;
  background: #7ebcef;
  text-align: center;
  font-size: 16px;
  right: 20px;
  bottom: 0;
  position: absolute;
  color: #fff;
}
#index-body .i-others {
  padding: 80px 0;
}
#index-body .i-others .others-list .slideBox {
  margin-top: 30px;
  padding: 20px 10px;
}
#index-body .i-others .others-list .slideBox .swiper-slide .text {
  padding: 24% 15% 10%;
  border: 3px solid #e1e1e1;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  cursor: pointer;
}
#index-body .i-others .others-list .slideBox .swiper-slide .text img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#index-body .i-others .others-list .slideBox .swiper-slide .text img:nth-child(2) {
  display: none;
}
#index-body .i-others .others-list .slideBox .swiper-slide .text h2 {
  text-align: center;
  position: relative;
  padding-bottom: 3px;
  font-size: 26px;
  margin-top: 30px;
  font-weight: bold;
}
#index-body .i-others .others-list .slideBox .swiper-slide .text h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -27px;
  width: 54px;
  height: 2px;
  background: #cc3337;
}
#index-body .i-others .others-list .slideBox .swiper-slide .text p {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #666666;
  height: 110px;
  line-height: 25px;
	word-break:break-all;
}
#index-body .i-others .others-list .slideBox .swiper-slide:hover .text {
  border: 3px solid #164385;
}
#index-body .i-others .others-list .slideBox .swiper-slide:hover .text img:nth-child(1) {
  display: none;
}
#index-body .i-others .others-list .slideBox .swiper-slide:hover .text img:nth-child(2) {
  display: block;
}
#index-body .i-others .others-list .MyClass {
  bottom: -40px;
}
#index-body .i-others .others-list .MyClass .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#index-body .i-others .others-list .MyClass .swiper-pagination-bullet-active {
  background: #387cd4;
}
#index-body .i-news {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 110px 0 0;
  position: relative;
}
#index-body .i-news .i-contact {
  width: 100%;
  background: rgba(0, 0, 0, 0.08);
  bottom: 0 ;
  left: 0;
  position: absolute;
}
#index-body .i-news .i-contact a.contact {
  width: 18%;
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: #3b8aca;
}
#index-body .i-news .new-list {
  padding-bottom: 180px;
}
#index-body .i-news .new-list .swiper-slide {
  padding: 0 4%;
  border-right: 1px solid #b9c7dc;
}
#index-body .i-news .new-list .swiper-slide h2 a {
  font-size: 26px;
  color: #fff;
}
#index-body .i-news .new-list .swiper-slide p {
  font-size: 16px;
  line-height: 28px;
  margin: 10px 0 30px;
  color: #fff;word-break:break-all;
}
#index-body .i-news .new-list .swiper-slide time {
  color: #fff;
}
#index-body .i-message {
  padding: 0 0 100px;
  background: url(../images/contact.jpg) no-repeat center;
  background-size: cover;
}
#index-body .i-message .contact-text {
  background: rgba(255, 255, 255, 0.7);
  padding: 0 5% 5%;
}
#index-body .i-message .contact-text .column {
  width: 65%;
  padding-right: 3%;
}
#index-body .i-message .contact-text .column form {
  padding-top: 30px;
}
#index-body .i-message .contact-text .column form input,
#index-body .i-message .contact-text .column form textarea {
  width: 100%;
  font-size: 18px;
  color: #666666;
  outline: none;
  border: 1px solid #919191;
  padding: 15px;
  margin-bottom: 15px;
  background: none;
  font-family: 微软雅黑;
}
#index-body .i-message .contact-text .column form textarea {
  height: 190px;
}
#index-body .i-message .contact-text .column form input[type="submit"] {
  width: 162px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 45px;
  background-image: linear-gradient(to right, #3e90d7, #2060a8);
  border: none;
  padding: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
#index-body .i-message .contact-text .column:nth-child(2) {
  width: 35%;
  background: url(../images/con-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 5% 3%;
  position: relative;
}
#index-body .i-message .contact-text .column:nth-child(2) .img {
  position: absolute;
  right: 12px;
  top: 20px;
}
#index-body .i-message .contact-text .column:nth-child(2) .img img {
  width: auto;
}
#index-body .i-message .contact-text .column:nth-child(2) ul li {
  padding-left: 40px;
  margin-bottom: 15px;
  background: url(../images/phone1.png) no-repeat left 2px;
}
#index-body .i-message .contact-text .column:nth-child(2) ul li p {
  line-height: 30px;
  font-size: 17px;
  color: #fff;
}
#index-body .i-message .contact-text .column:nth-child(2) ul li p span {
  color: #fff;
  font-size: 24px;
}
#index-body .i-message .contact-text .column:nth-child(2) ul li:nth-child(2) {
  background: url(../images/fax1.png) no-repeat left 2px;
}
#index-body .i-message .contact-text .column:nth-child(2) ul li:nth-child(3) {
  background: url(../images/mail1.png) no-repeat left 2px;
}
#index-body .i-message .contact-text .column:nth-child(2) ul li:nth-child(4) {
  background: url(../images/add1.png) no-repeat left 2px;
}
#footer {
  background-image: linear-gradient(to right, #12599f, #4f508d);
}
#footer a:hover {
  color: #ffffff !important;
}
#footer .footer-top {
  padding: 66px 0;
}
#footer .footer-top .i-company {
  padding-right: 8%;
}
#footer .footer-top .i-company .icon {
  margin-top: 15px;
}
#footer .footer-top .i-company .icon .fa {
  color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #333333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#footer .footer-top .i-company .icon .fa:hover {
  color: #7fbc31;
}
#footer .footer-top .i-qr img {
  width: 135px;
}
#footer .footer-top h2 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}
#footer .footer-top p {
  color: #949494;
  font-size: 14px;
}
#footer .footer-top ul li {
  line-height: 30px;
}
#footer .footer-top .column.i-pro ul li{
	display:none;
}
#footer .footer-top .column.i-pro ul li:nth-child(1),
#footer .footer-top .column.i-pro ul li:nth-child(2),
#footer .footer-top .column.i-pro ul li:nth-child(3),
#footer .footer-top .column.i-pro ul li:nth-child(4),
#footer .footer-top .column.i-pro ul li:nth-child(5),#footer .footer-top .column.i-pro ul li:last-child{
	display:block;
}
#footer .footer-top ul li a {
  color: #d1d1d1;
  font-size: 16px;
}
#footer .footer-top img{
  width: auto;
}
#footer .footer-bottom {
  border-top: 1px solid #5179ad;
}
#footer .footer-bottom p {
  color: #d1d1d1;
  font-size: 16px;
  padding: 20px 0;
}
#footer .footer-bottom p a {
  color: #d1d1d1;
  font-size: 16px;
}
#footer .footer-bottom p.icon .fa {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
#footer .footer-bottom p.icon .fa:hover {
  color: #fff; border:1px solid #3685fa;
  background: #3685fa;
}

.inner-banner {
  height: 500px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #000000;
}
.bread-crumbs a:hover {
  color: #fff;
}
.inner-page {
  font-family: roboto-light;
}
.inner-page .sideBar {
  padding: 10px 0;
  background: #eeeeee;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 10px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #3287c8 url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #3287c8;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 2px 0;
  background: #3287c8;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: #ffffff;
  padding: 10px 12px 10px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  background: #7ebcef;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: #333333;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 24px;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  font-family: roboto-light;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 40px 0 51px;
  background: #ffffff;
  line-height:25px;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 0px 0 211px;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 11px 0 88px;
}
.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: 31px;
  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 .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: roboto-light;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .pro-bPic {
  width: 40.3%!important; 
}
.prodet-page .prodet-pics .pro-bPic img {
  margin: 0 auto;width: 100%; border:1px solid #eee;
  /*box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);*/
}
.prodet-page .prodet-pics .pro-det-one {
  padding-left: 4%!important;
  width: 52.7%!important;
}
.prodet-page .prodet-pics .pro-det-one .proName {
  color: #121212;
  font-size: 26px;
  font-family: roboto-light;
  text-transform: uppercase;
  margin-bottom: 54px;
}
.prodet-page .prodet-pics .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  font-family: roboto-light;
}
.prodet-page .prodet-pics .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .pro-det-one .proSocial a:hover {
  background: #3287c8;
  color: #fff;
}
.prodet-page .prodet-pics .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("../images/prodet-pdf.png") no-repeat center;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding:60px 0 146px;
  background: #efefef;
}
.prodet-page .prodet-det-two p,.prodet-page .prodet-det-two strong,.prodet-page .prodet-det-two span{
	font-size:17px !important;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
/*   background: #f2f2f2; */
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-family: roboto-black;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  font-family: roboto-light;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  font-family: roboto-medium;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #3287c8;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #3287c8;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: roboto-light;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #3287c8 url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #7ebcef;
}
.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:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
  font-family: roboto-bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #3287c8;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #3287c8;
}
.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 {
  font-family: roboto-regular;
}
.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: #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;
}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
/*   background: #f2f2f2; */
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 27px;
  font-family: roboto-black;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
}
.contact-page .c-list-box .contactList .info .fa {
  color: #000;
  margin-right: 10px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .info .fa.fw2{
  color: #f2f2f2;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.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: #ededed;
  font-size: 18px;
  cursor: pointer;
  color: #333333;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #3287c8;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}


/*.i-product {
  padding: 132px 0 166px;
}*/
.i-product .i-tit {
  color: #1b1b1b;
  font-family: roboto-light;
}
.i-product .pro-list {
  margin-top: 69px;flex-wrap: wrap;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
  width: 24%;
  margin-right: 1%;
}
.i-product .pro-list > .column .img{
	border:1px solid #ddd;
}
.i-product .pro-list > .column img{ margin:0 auto; display: block; }
.i-product .pro-list .con-box {
  /*margin-top: -26px;*/
  position: relative;
  z-index: 10;
  padding: 0 18px;
}
.i-product .pro-list .con-box a:hover {
  color: #3287c8!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 20px 35px 0;
  font-family: roboto-light;
}
.i-product .pro-list .con-box .inner-box .tit{
  text-align: center;
}
.i-product .pro-list .con-box .inner-box .tit a {
  font-family: roboto-light;
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
  text-align: center;
  display: block;
}
.i-product .pro-list .con-box .inner-box .more .fa {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #3287c8;
  border-color: #3287c8;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #3287c8;
}
.slideBox {
    overflow: hidden;
}
#inner-canvas {
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    z-index: 99;
}

.ws-title{

}

.ws-title h2{
  font-family: montserrat-bold;

}
.ws-title p{
      font-family: montserrat-semibold;
  font-style: italic;
}
#wowslider-container1 .ws-title div{
  width: 100% !important;
}

.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #3287c8;
  border-color: #3287c8;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #3287c8;
}


#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,#cs th{
  padding: 5px 10px;
  border: none;
  width: 50%;
}
#cs tr:nth-child(even){
  background: #efefef;
}
#cs tr:nth-child(odd){
  background: #dadada;
}
#cs td:first-child {
  color: #000;
}
#cs td:last-child {
  color: #000;
}
.prodet-det-two table{
  border: 1px solid #d4d2d2;
  width: 100% !important;
}
.prodet-det-two table tr td{
padding: 8px 0;
}
.prodet-det-two table tr:nth-child(odd) {
    /*background: #c4d8bf !important;*/
}


.side-outer .side-menu-mobile {
  margin-bottom: 25px;
  display: none;
}
.side-outer .side-menu-mobile li {
  margin-bottom: 2px;
}
.side-outer .side-menu-mobile li a {
  color: #000000;
  font-size: 16px;
  display: block;
  height: 40px;
  line-height: 40px;
  background: #efefef;
  padding-left: 19px;
  overflow: hidden;
}
.side-outer .side-menu-mobile li a:hover,
.side-outer .side-menu-mobile li a.active {
  background: #3287c8;
  color: #ffffff;
}

.theme-default .nivo-controlNav{
  position: absolute;
  bottom: 22%;
}

.image-gallery{
  margin:20px 0;
}
.image-gallery li{
  width:20%; margin-bottom:10px;
}
.i-qr img{
  float: right; width:130px; border: 3px solid #fff;
}


.faq-page .faq-list {
  padding: 100px 50px;
}
.faq-page .faq-list li {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  background: #7ebcef  url("../images/faq-q-ico.png") no-repeat left top;
  padding: 0 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.faq-page .faq-list li,
.faq-page .faq-list li .faq-a,
.faq-page .faq-list li .fa {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.faq-page .faq-list li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list li .faq-a {
  padding: 19px 0 19px 32px;
  font-size: 18px;
  color: #fff;
}
.faq-page .faq-list li .faq-q {
  padding: 29px 24px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: none;
}
.faq-page .faq-list li .faq-q p {
  font-size: 16px;
  color: #333;
}
.faq-page .faq-list li .faq-q p strong{
  font-size: 18px;
}
.faq-page .faq-list li .fa {
  position: absolute;
  color: #ffffff;
  font-size: 1.8rem;
  right: 36px;
  top: 21px;
}
.faq-page .faq-list li.active {
  padding-bottom: 15px;
  background-color: #008cd6;
  background-image: url("../images/faq-q-ico-h.png");
}
.faq-page .faq-list li.active .faq-a,
.faq-page .faq-list li.active .fa {
  color: #fff;
}

#qrcode canvas{
	border:5px solid #fff;
}
.prodet-page .pro-main-tit {
    color: #2d2d2d;
    font-family: poppins-regular;
    font-size: 2.357rem;
    margin-bottom: 57px;
}
.prodet-det-two table{
  width:100% !important;
  border:1px solid #fff;
}
.prodet-det-two table tr td{
  border:1px solid #fff;
  text-align:center !important;
}
.prodet-det-two table tr td p{
  text-align:center !important;
}
.prodet-det-two table tr:nth-child(odd){
  background:#dddfde;
}
.prodet-det-two table tr:nth-child(even){
  background:#eee;
}
.prodet-det-two table tr:nth-child(1){
  background:#a2d9f7;
}
.prodet-page .det-head {
    padding: 56px 0 73px;
    background: #fafafc;
}
.prodet-page .det-head .pro-pic {
    width: 38.6%!important;
}
.prodet-page .det-head .pro-pic img {
    width: 100%;
}
.prodet-page .det-head .pro-det-one {
    padding-left: 11.25%!important;
    width: 61.4%!important;
}
.prodet-page .det-head .pro-det-one .pro-tit {
    color: #2d2d2d;
    font-size: 30px;
    font-family: poppins-regular;
}
.prodet-page .det-head .pro-det-one .cname {
    color: #2d2d2d;
    font-size: 14px;
    font-family: poppins-regular;
    margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links {
    margin: 20px 0 87px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
    margin-bottom: 6px;
    color: #2d2d2d;
    font-size: 1rem;
    display: block;
    position: relative;
    background: #fff;
    max-width: 456px;
    line-height: 38px;
    padding: 0 36px 0 26px;
}
.prodet-page .det-head .pro-det-one .pro-links a .icon {
    position: absolute;
    right: 9px;
    top: 1px;
    font-size: 1.5rem;
    color: #e5e5e5;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
    background: #387cd4;
    color: #fff;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery:after {
    content:'';
    display: block;
    width: 0;
    clear: both;
    height: 0;
}
.prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    padding: 0;
    float: left;
    width: 15%;
    margin-right: 8px;
    border: 1px solid #f4f4f4;
}
.prodet-page .det-body {
    padding: 85px 0 153px;
    background: #fff;
}
.prodet-page .det-fot {
    padding: 76px 0 90px;
    background: #fafafc;
}
.prodet-page .det-fot .pro-main-tit {
    margin-bottom: 0;
}
.prodet-page .det-fot .pro-list {
    padding: 0;
    margin-top: 50px;
}
.inner-page .pro-list {
    margin-top: 36px;
}
.inner-page .pro-list .column{
  width: 24.5%;
  margin-right: 0.6%;
  margin-bottom: 0.6%;
}
.inner-page .pro-list .column:nth-child(4n){ margin-right: 0; }
/*.inner-page .pro-list .column:last-child{ margin-right: 0; }*/
.inner-page .pro-list .swiper-slide {
    border: 1px solid #f3f3f3;background: #fff;
}
.inner-page .pro-list .swiper-slide .tit {
    text-align: center;
    padding: 25px 0;
    background: #fff;
    font-size: 1.4rem;
}
.inner-page .pro-list .swiper-slide .tit a {
    color: #2d2d2d;
    display: inline-block;
    position: relative;
    padding: 0 30px;
}
.inner-page .pro-list .swiper-slide .tit a:before, .inner-page .pro-list .swiper-slide .tit a:after {
    content:'';
    position: absolute;
    top: 49.9%;
    height: 1px;
    width: 25px;
    background: #000;
}
.inner-page .pro-list .swiper-slide .tit a:before {
    left: 0;
}
.inner-page .pro-list .swiper-slide .tit a:after {
    right: 0;
}

.con table{
  width:100% !important;
  border:1px solid #fff;
}
.con table tr td{
  border:1px solid #fff; line-height:56px;
  text-align:center !important;
}
.con table tr td p{
  text-align:center !important;line-height:56px;
}
.con table tr:nth-child(odd){
  background:#dddfde;
}
.con table tr:nth-child(even){
  background:#eee;
}
.con table tr:nth-child(1){
  background:#a2d9f7;
}

.inner-page .sideBar2 {
	color: #fff; margin-top:40px;width: 18%;
    float: left;margin-bottom:50px;
}
.inner-page .sideBar2.side-fixed {
    position: fixed;
    top:0;
    z-index: 99;
    width: 10%;
}
.inner-page .page-rightBar{
  width: 80.5% !important;
  padding-left: 2%;
  float: right;
}
.inner-page .sideBar2 .side-tit {
    padding-left: 18px;
    text-transform: capitalize;
    font-size: 26px;
    background: #7ebcef;
    height: 45px;
    line-height: 44px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.inner-page .sideBar2 .side-menu2 {
    border-top-left-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    -moz-border-top-left-radius: 1px;
    -ms-border-top-left-radius: 1px;
    -o-border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-top-right-radius: 1px;
    -ms-border-top-right-radius: 1px;
    -o-border-top-right-radius: 1px;
    background: #2a6bbf;
    padding-bottom: 20px;
}
.inner-page .sideBar2 .side-menu2 li a {
    height: 46px;
    line-height: 46px;
    display: block;
    overflow: hidden;
    color: #fff;
    padding-left: 18px;
}
.inner-page .sideBar2 .side-menu2.side-contact{
  padding: 20px 0;
}
.inner-page .sideBar2 .side-menu2.side-contact li a{
  height: auto;
  line-height: normal;
  padding: 10px 18px;
}
.inner-page .sideBar2 .side-menu2 li{
  position: relative;
}
.inner-page .sideBar2 .side-menu2 li .children{
  position: absolute;
  left: 100%;
  top:0;
  width: 100%;
  z-index: 10;
  background: #ccc;
  display: none;
}
.inner-page .sideBar2 .side-menu2 li:hover .children{
  display: block;
}
.inner-page .sideBar2 .side-menu2 li a:hover, .inner-page .sideBar2 .side-menu2 li a.active {
    background: #7ebcef;
}
.inner-page .sideBar2 .side-social {
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    background: #2a6bbf;
    padding-left: 18px;
    padding-bottom: 13px;
}
.inner-page .sideBar2 .side-social a {
    margin-right: 2px;
    font-size: 18px;
    text-align: center;
    color: #415263;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #f5f5f5;
}
.inner-page .sideBar2 .side-social a i {
    margin-right: 0;
}
.inner-page .sideBar2 .side-dw {
    margin-top: 8px;
    background: #e21a24;
    line-height: 51px;
    padding-left: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.inner-page .sideBar2 .side-dw a {
    color: #fff;
    font-size: 15px;
}
.inner-page .sideBar2 .side-dw i.icon {
    margin-left: 23%;
}

@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li > a {
    font-size: 16px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-why .grid-box .column h3 i {
    font-size: 30px;
  }
  #index-body .i-about .grid-box.two .column {
    width: 100%;
    padding-bottom: 60px;
  }
  #index-body .i-about .grid-box.two .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  #index-body .i-message .contact-text .column {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-message .contact-text .column:nth-child(2) {
    width: 100%;
  }

  .prodet-page .prodet-pics .pro-bPic{ width: 100% !important; }
.prodet-page .prodet-pics .pro-det-one{width: 100% !important;padding-left: 0!important;}
.new-pic{display: none;}
.new-con{width: 100%;}
 .prodetFeedback .ptForm .fbTop {
    margin-bottom: 10px;
}
  .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.prodetFeedback .ptForm .fbBot {
    margin-bottom: 15px;
}
.i-product .pro-list > .column {
    width: 49%;
    margin-right: 1%;
}

}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #banner .contact {
    position: relative;
  }
  #banner .contact .grid-box .column {
    width: 100%;
    margin-bottom: 10px;
  }
  #banner .contact .grid-box .column p {
    font-size: 14px;
  }
  #banner .contact .grid-box .column:nth-child(2) {
    width: 100%;
    min-height: 40px;
  }
  #index-body .tit h2 {
    font-size: 25px;
  }
  #index-body .tit h3 {
    font-size: 45px;
    margin-top: -50px;
  }
  #index-body .i-product .pro-list .swiper-slide .text p a {
    font-size: 16px;
  }
  #index-body .i-why .grid-box.four > .column {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-why .grid-box .column h2 {
    font-size: 16px;
  }
  #index-body .i-why .grid-box .column h3 {
    font-size: 30px;
  }
  #index-body .i-about .grid-box.two .column:nth-child(2) h2 {
    font-size: 25px;
  }
  #index-body .i-about .grid-box.two .column:nth-child(2) h3 {
    font-size: 20px;
  }
  #index-body .i-about .grid-box.two .column:nth-child(2) .zlfz {
    min-height: 102px;
  }
  #index-body .i-others {
    padding: 40px 0;
  }
  #index-body .i-others .others-list .slideBox .swiper-slide .text h2 {
    font-size: 16px;
  }
  #index-body .i-others .others-list .slideBox .swiper-slide .text img {
    width: 50%;
  }
  #index-body .i-news .new-list .swiper-slide h2 a {
    font-size: 22px;
  }
  #index-body .i-news .i-contact a.contact {
    width: 56%;
  }
  #index-body .i-message .contact-text .column:nth-child(2) ul li p span {
    font-size: 18px;
  }
  .footer-top .grid-box.five > .column {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-top h2 {
    font-size: 18px;
  }
  #index-body .i-others {
    padding-bottom: 80px;
  }
  #index-body .i-message .contact-text .column form input,
  #index-body .i-message .contact-text .column form textarea {
    width: 100%;
    font-size: 16px;
  }
  .mlztx {
    display: none;
  }
  .i-contact h2 {
    text-align: center;
    font-size: 18px;
  }
  #footer .f-top .column {
    width: 100%;
  }
  .inner-banner {
    height: 100px;
}
.inner-page .sideBar {
    display: none;
}
  .side-outer .side-menu-mobile {
  display: block;
}
.about-page .inner-main-box {
    padding: 20px 0 51px;
}
.about-page .a-whyUs {
    padding: 20px 0 50px;
}
.about-page .a-whyUs .a-txt {
    margin: 20px 0 20px;
}
.i-whyUs{display: none;}
.product-page .i-product {
    padding: 11px 0 0px;
}
.i-product .pro-list {
    margin-top: 0px;
}
.i-product .pro-list > .column {
    margin-bottom: 19px;
    width: 48.5%;
    margin-right: 1.5%;
}
.i-product .pro-list .con-box .inner-box {
    padding: 5px 5px 0;
}
.i-product .pro-list .con-box .inner-box .abst{
  display: none;
}

.prodet-page .prodet-pics {
    padding: 5px 0 10px;
}
.prodet-page .prodet-pics .pro-det-one .proName {
    font-size: 18px;
    margin: 20px 0 20px;
}
.prodet-page .prodet-det-two {
    padding: 20px 0 20px;
    background: #efefef;
}
.prodet-page .prodetTit { font-size: 18px; }
.prodet-page .recommand-product {
    padding: 31px 0 30px;
}
.prodetFeedback .innerTit {
    font-size: 18px;
  }
 
.news-page .new-list {
    padding-top: 0px!important;
}
.news-page .new-list li {
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #777777;
}

.news-page .new-list li .new-con .abst {
    margin: 10px 0 15px;
}
.m-page {
    padding: 10px 0;
}
.newdet-page .news {
    padding: 10px 0 10px!important;
}
.faq-page .faq-list {
    padding: 28px 0 30px;
}
.contact-page .c-list-box .contactList .fr{ display: none;  }
.contact-page .c-list-box .contactList .fl{ width: 100%;  }
.contact-page .c-list-box {
    padding: 10px 0 10px;
    background: #f2f2f2;
}
.contact-page .c-list-box .contactList .c-name {
    font-size: 18px;
}
.contact-page .c-list-box .contactList .info .fa {
    margin-right: 10px!important;
}
.i-proCategory .cat-list > .column{
  width: 49%; margin-right: 1%;
}
.mlztx{
  display: none;
}
	.prodet-page .det-head .pro-det-one .pro-tit {
    font-size: 1.357rem;
    margin: 10px 0;
}
.prodet-page .det-head .pro-det-one .cname {
    font-size: 1rem;
    margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
    font-size: 1rem;
}
.prodet-page .det-head .pro-det-one .pro-links {
    margin: 30px 0 32px;
}
.prodet-page .pro-main-tit {
    font-size: 1.357rem;
    margin-bottom: 30px;
}
	#index-body .i-about .grid-box.two .column:nth-child(2) .zlfz .more {
    right: 0;
    bottom: -42px;
}
	.inner-page .sideBar2{
		display:none;
	}
	.inner-page .page-rightBar {
    width: 100% !important;
    padding-left: 0;
    float: right;
}
	.prodet-page .det-head .pro-pic {
    width: 100%!important;
}
	.prodet-page .det-head .pro-det-one {
    padding-left: 0%!important;
    width: 100%!important;
}
	.inner-page .pro-list .column {
    width: 49%;
}
	#qrcode{
		display:none;
	}
	.i-product .pro-list .con-box .inner-box .tit a {
    font-size: 15px;
}
	.i-product .pro-list > .column:nth-child(2n){
    margin-right: 0;
}
	.i-product .pro-list .con-box .inner-box .more {
    font-size: 14px;
}
.con .grid-box.two>.column {
    width: 100%;
}
	#outerImageContainer{
	width: 100% !important;
	height: auto !important;
}

#outerImageContainer img{
	height: auto !important;
}
#imageDataContainer {
    width: 100% !important;
}
#imageData #bottomNav #bottomNavClose {
    z-index: 9999 !important; position:relative;
}
}

.video_layer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    background: rgba(0,0,0,.5);
}
.i_video {
    width: 536px;
    height: 253px;
    top: 60%;
    left: 56%;
    margin: -250px 0 0 -400px;
    z-index: 1002;
}
.i_video, .video_layer {
    position: fixed;
    display: none;
}

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

.det-body p,.det-body p span,.det-body strong{
	font-size:16px;
}
