/* 字体引入 */
@font-face {
  font-family: 'r';
  src: url('../font/SOLOMON-REGULARDEMO-3.OTF');
}
/* 网站基本宽度（注意修改） */
.container {
  box-sizing: content-box;
  padding: 0 15px;
  transition: 300ms ease;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
/* 手机端头部 */
#m-header-wrapper{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
#m-header-wrapper .top{
  height: 50px;
  background: #fff;
  padding: 0 15px;
}
#m-header-wrapper .logo{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#m-header-wrapper .logo img{
  width: 30px;
}
#m-header-wrapper .lan{
  position: relative;
}
#m-header-wrapper .lan i{
  line-height: 50px;
  color: #333;
  font-size: 30px;
}
#m-header-wrapper .lan .children{
  position: absolute;
  width: 100px;
  background: #000;
  right: 0;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 99;
}
#m-header-wrapper .lan .children a{
  display: block;
  font: 14px/40px Calibri;
  color: #fff;
  padding-left: 15px;
}
#m-header-wrapper .lan.active .children{
  top: 100%;
  opacity: 1;
  visibility: visible;
}
#m-header-wrapper .search-btn{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 20px;
}
#m-header-wrapper .search-btn i{
  font-size: 22px;
  color: #333;
}
#m-header-wrapper .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#m-header-wrapper .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#m-header-wrapper .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#m-header-wrapper .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 24px;
  font-family: r;
  color: #000;
  padding: 10px 0;
}
#m-header-wrapper .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(https://www.cnyajie.com/wp-content/themes/yajiesuliao/images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#m-header-wrapper .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#m-header-wrapper .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../image/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#m-header-wrapper .bottom{
  background: #000;
  /*padding: 0 15px;*/
  position: relative;
}
#m-header-wrapper .bottom #nav{
  overflow: visible;
}
#m-header-wrapper .bottom #nav .swiper-slide{
  width: auto;
  position: relative;
}
#m-header-wrapper .bottom #nav .swiper-slide a{
  display: block;
  font: 14px/40px Calibri;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
}
#m-header-wrapper .bottom #nav .swiper-slide:hover .children{
  top: 100%;
  opacity: 1;
  visibility: visible;
}
#m-header-wrapper .bottom #nav .swiper-slide .children{
  position: absolute;
  width: 200px;
  background: #000;
  left: 0;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: .3s;
}
#m-header-wrapper .bottom #nav .swiper-slide .children li a{
  display: block;
  font: 14px/40px Calibri;
  color: #fff;
  padding-left: 15px;
}
#m-header-wrapper .bottom #nav-l,
#m-header-wrapper .bottom #nav-r
{
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#m-header-wrapper .bottom #nav-l{
  left: 15px;
}
#m-header-wrapper .bottom #nav-r{
  right: 15px;
}



#header .container {
  max-width: 100%;
  padding: 0;
}
#header .container .logo {
  margin: 30px 0 0 80px;
}
#header .container .header-right {
  width: 88%;
}
#header .container .header-right .top {
  height: 90px;
  border-bottom: 1px solid #d7d7d7;
}
#header .container .header-right .top p {
  width: 85%;
   font: lighter 40px/90px r;
  color: #191919;
  text-align: center;
	text-transform:uppercase;
}
#header .container .header-right .top a {
  display: block;
  font: 18px/90px Calibri;
  color: #191919;
  text-transform: uppercase;
  padding: 0 10px;
  margin-right: 50px;
  transition: 300ms;
}
#header .container .header-right .top a:hover {
  background: #191919;
  color: #fff;
}
/*#header .container .header-right .bottom p {
  width: 85%;
  font: lighter 18px/50px Calibri;
  color: #191919;
  text-align: center;
}*/
#header .container .header-right .bottom .menu-box{
  width: 85%;
}
#header .container .header-right .bottom .menu-box .menu{
  display: flex;
  justify-content: space-around;
}
#header .container .header-right .bottom .menu-box .menu>li{
  position: relative;
}
#header .container .header-right .bottom .menu-box .menu>li:last-of-type{
  margin-right: 0;
}
#header .container .header-right .bottom .menu-box .menu>li>a{
  font: bold 18px/50px Calibri;
  color: #191919;
  text-transform: uppercase;
}
#header .container .header-right .bottom .menu-box .menu>li .sub-menu{
  position: absolute;
  width: 200px;
  background: #000;
  left: 0;
  top: 100%;
  z-index: 99;
  display: none;
}
#header .container .header-right .bottom .menu-box .menu>li .sub-menu li a{
  display: block;
  font: 16px/40px Calibri;
  color: #fff;
  padding-left: 15px;
  text-align: left;
}
#header .container .header-right .bottom .menu-box .menu>li .sub-menu li a:hover{
  text-decoration: underline;
}
#header .container .header-right .bottom .toggle-btn {
  width: 152px;
  height: 50px;
  border-left: 1px solid #d4d4d4;
  text-align: center;
  font: 18px/50px Calibri;
  color: #191919;
  text-transform: uppercase;
  cursor: pointer;
}
#header .container .header-right .bottom .toggle-btn img {
  vertical-align: middle;
  margin-right: 15px;
}
#header .container .header-right .bottom .search-btn {
  width: 19px;
  height: 19px;
  background: url(../image/search.png) no-repeat;
  margin: 16px 22px 0 0;
  cursor: pointer;
}
#header .container .header-right .bottom .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .container .header-right .bottom .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .container .header-right .bottom .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .container .header-right .bottom .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 24px;
  font-family: r;
  color: #000;
  padding: 10px 0;
}
#header .container .header-right .bottom .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(https://www.cnyajie.com/wp-content/themes/yajiesuliao/images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .container .header-right .bottom .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .container .header-right .bottom .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../image/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.toggle-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #333;
  z-index: 9999;
  display: none;
}
.toggle-nav .close {
  position: absolute;
  left: 40px;
  top: 40px;
  font: bold 30px "微软雅黑";
	color: #fff;
	text-transform: uppercase;
  cursor: pointer;
}
.toggle-nav .close i{
	margin-right: 20px;
}
.toggle-nav .menu-box{
  position: absolute;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.toggle-nav .menu-box .menu{
  font-size: 0;
}
.toggle-nav .menu-box .menu > li{
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.toggle-nav .menu-box .menu > li>a{
  font: bold 40px "微软雅黑";
  color: #fff;
  text-transform: uppercase;
}
.toggle-nav .menu-box .menu > li .sub-menu{
  padding: 30px 0;
}
.toggle-nav .menu-box .menu > li .sub-menu li{
  display: inline-block;
  margin: 0 20px 20px 0;
}
.toggle-nav .menu-box .menu > li .sub-menu li a{
  font: 20px "微软雅黑";
  color: #fff;
}
.toggle-nav .menu-box .menu > li .sub-menu li a:hover{
  text-decoration: underline;
}
#index-banner img {
  width: 100%;
}
#m-banner{
  display: none;
}
#index-body .i-about .i-about-top {
  font-size: 0;
  text-align: right;
}
#index-body .i-about .i-about-top .item {
  display: inline-block;
  vertical-align: top;
}
#index-body .i-about .i-about-top .item:nth-of-type(1) {
  width: 50%;
  height: 785px;
}
#index-body .i-about .i-about-top .item:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .i-about .i-about-top .item:nth-of-type(2) {
  width: 50%;
  text-align: left;
}
#index-body .i-about .i-about-top .item:nth-of-type(2) .inner {
  max-width: 735px;
  height: 785px;
  padding: 13% 15px 0 9%;
}
#index-body .i-about .i-about-top .item:nth-of-type(2) .inner img {
  position: relative;
  left: -130px;
  margin-bottom: 65px;
}
#index-body .i-about .i-about-top .item:nth-of-type(2) .inner p:nth-of-type(1) {
  font: lighter 18px/32px "Calibri Light";
  color: #353535;
  margin-bottom: 90px;
}
#index-body .i-about .i-about-top .item:nth-of-type(2) .inner p:nth-of-type(2) {
  text-align: right;
  font: lighter 18px/32px "Calibri Light";
  color: #353535;
}
#index-body .i-about .i-about-top .item:nth-of-type(3) {
  width: 50%;
  height: 785px;
  position: relative;
}
#index-body .i-about .i-about-top .item:nth-of-type(3)>img{
  display: none;
}
#index-body .i-about .i-about-top .item:nth-of-type(3) img:nth-of-type(2) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .i-about .i-about-top .item:nth-of-type(3):after {
  content: "";
  width: 595px;
  height: 272px;
  position: absolute;
  left: -558px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/iatit2.png) no-repeat;
}
#index-body .i-about .i-about-bottom {
  padding: 120px 15px 60px;
  text-align: center;
}
#index-body .i-about .i-about-bottom p {
  max-width: 850px;
  display: inline-block;
  font: lighter 18px/32px "Calibri Light";
  color: #353535;
  margin-bottom: 70px;
  position: relative;
}
#index-body .i-about .i-about-bottom p:after {
  content: "corporate";
  position: absolute;
  font: bold 80px Calibri;
  color: #ebebeb;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  text-transform: uppercase;
  z-index: -1;
}
#index-body .i-about .i-about-bottom p:before {
  content: "culture";
  position: absolute;
  font: bold 80px Calibri;
  color: #ebebeb;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
  text-transform: uppercase;
  z-index: -1;
}
#index-body .i-about .i-about-bottom a {
  display: inline-block;
  width: 247px;
  height: 34px;
  border-radius: 17px;
  font: bold 16px/34px Calibri;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #000 url(../image/ialink.png) right 3px center no-repeat;
}
#index-body .i-product .i-pro-tit{
	padding: 15px;
	background: #ccc;
	font: bold 16px Calibri;
  	color: #000;
  	text-transform: uppercase;
  	margin-bottom: 40px;
  	display: none;
}
#index-body .i-product .i-product-list {
  border-bottom: 3px solid #ebebeb;
  overflow: visible!important;
}
#index-body .i-product .i-product-list .column .inner {
  padding: 17% 0 18% 10%;
  position: relative;
  border-top: 3px solid #ebebeb;
  border-right: 3px solid #ebebeb;
  cursor: pointer;
  min-height: 565px;
}
#index-body .i-product .i-product-list .column .inner:hover:after {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.26);
}
#index-body .i-product .i-product-list .column .inner:hover .pro-info a {
  visibility: unset;
  opacity: 1;
  transform: translateY(0);
}
#index-body .i-product .i-product-list .column .inner:hover .pro-img {
  z-index: 2;
  transform: scale(1.05);
}
#index-body .i-product .i-product-list .column .inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  left: 0;
  top: 0;
  transition: 200ms;
  z-index: 1;
}
#index-body .i-product .i-product-list .column .inner .pro-info {
  max-width: 310px;
  position: relative;
  z-index: 3;
}
#index-body .i-product .i-product-list .column .inner .pro-info p:nth-of-type(1) {
  font: bold 24px Calibri;
  color: #353535;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#index-body .i-product .i-product-list .column .inner .pro-info p:nth-of-type(2) {
  font: lighter 18px/30px "Calibri Light";
  color: #353535;
  margin-bottom: 145px;
}
#index-body .i-product .i-product-list .column .inner .pro-info a {
  display: block;
  width: 168px;
  height: 34px;
  border: 2px solid #c71801;
  border-radius: 17px;
  text-align: center;
  font: bold 16px/30px Calibri;
  color: #c71801;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: 200ms;
  transform: translateY(20px);
}
#index-body .i-product .i-product-list .column .inner .pro-info a:hover {
  background: #c71801;
  color: #fff;
}
#index-body .i-product .i-product-list .column .inner .pro-img {
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: 200ms;
}
#index-body .i-product .i-product-list .column:nth-of-type(3) .inner,
#index-body .i-product .i-product-list .column:nth-of-type(6) .inner {
  border-right: none;
}
#index-body .i-product-2 {
  padding: 130px 15px;
}
#index-body .i-product-2 .i-pro-tit {
  text-align: center;
  font: bold 30px Calibri;
  color: #353535;
  position: relative;
}
#index-body .i-product-2 .i-pro-tit:after {
  content: "FEATURED PRODUCTS";
  position: absolute;
  font: bold 80px Calibri;
  color: #ebebeb;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  z-index: -1;
}
#index-body .i-product-2 .i-pro-link {
  font-size: 0;
  text-align: center;
  margin: 55px 0 70px;
}
#index-body .i-product-2 .i-pro-link a {
  display: inline-block;
  width: 167px;
  height: 34px;
  border-radius: 17px;
  border: 2px solid #353535;
  text-align: center;
  font: bold 16px/30px Calibri;
  color: #353535;
  text-transform: uppercase;
  transition: 300ms;
}
#index-body .i-product-2 .i-pro-link a:hover,
#index-body .i-product-2 .i-pro-link a.active {
  background: #353535;
  color: #fff;
}
#index-body .i-product-2 .i-pro-link a:first-child {
  margin-right: 70px;
}
#index-body .i-product-2 .i-pro-list {
  padding: 0 70px;
  position: relative;
}
#index-body .i-product-2 .i-pro-list #ip {
  border-left: 3px solid #ebebeb;
  border-bottom: 3px solid #ebebeb;
}
#index-body .i-product-2 .i-pro-list #ip .swiper-slide {
  padding: 0 30px 45px;
  border-top: 3px solid #ebebeb;
  border-right: 3px solid #ebebeb;
}
#index-body .i-product-2 .i-pro-list #ip .swiper-slide .img img {
  width: 100%;
}
#index-body .i-product-2 .i-pro-list #ip .swiper-slide .info {
  text-align: center;
}
#index-body .i-product-2 .i-pro-list #ip .swiper-slide .info p:nth-of-type(1) {
  font: bold 24px Calibri;
  color: #353535;
  text-transform: uppercase;
}
#index-body .i-product-2 .i-pro-list #ip .swiper-slide .info p:nth-of-type(2) {
  font: lighter 16px "Calibri Light";
  color: #353535;
  margin: 15px 0 30px;
}
#index-body .i-product-2 .i-pro-list #ip .swiper-slide .info > a {
  font: lighter 16px "Calibri Light";
  color: #353535;
  text-transform: uppercase;
}
#index-body .i-product-2 .i-pro-list #ip .swiper-slide .info > a:hover {
  text-decoration: underline;
}
#footer .footer-top {
  padding: 85px 0 35px;
  background: #353535;
}
#footer .footer-top .container {
  text-align: center;
}
#footer .footer-top .container .cont {
  display: block;
  height: 125px;
  font: 36px/125px arial;
  color: #353535;
  text-transform: uppercase;
  margin-bottom: 35px;
  background: #fff url(../image/foot-link.png) right 110px center no-repeat;
}
#footer .footer-top .container p {
  font: bold 24px Calibri;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 25px 0;
}
#footer .footer-top .container ul {
  max-width: 500px;
  display: inline-block;
}
#footer .footer-top .container ul li {
  font: 16px/30px arial;
  color: #fff;
}
#footer .footer-top .container .erweima{
	width: 100px;
	padding: 3px;
	background: #fff;
	margin: 20px auto 0;
}
#footer .footer-top .container .erweima img{
	width: 100%;
}
#footer .footer-bottom {
  padding: 20px 0;
  background: #131313;
  text-align: center;
  font: 16px Calibri;
  color: #fff;
}
#footer .footer-bottom a:hover {
  text-decoration: underline;
}
.metaslider .flexslider .flex-direction-nav li a{
  opacity: 1!important;
}
.video-wrapper{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
.video-wrapper .video{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
   max-width:1000px;
  width: 100%;
}
.video-wrapper .close{
  font-size: 30px;
  color: #fff;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.metaslider .flexslider .flex-direction-nav li a{
	width: 50px!important;
	height: 50px!important;
	background-image: none!important; 
	border-radius: 100%;
}
.metaslider .flexslider .flex-direction-nav li .flex-prev{
	background: #333 url(../image/banner-l.png) center center no-repeat!important;
}
.metaslider .flexslider .flex-direction-nav li .flex-next{
	background: #333 url(../image/banner-r.png) center center no-repeat!important;
}
#m-footer{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	background: #000;
	display: none;
}
#m-footer .item{
	flex: 1;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-right: 1px solid #fff;
}
#m-footer .item:last-of-type{
	border-right: none;
}
#m-footer .item i{
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
}
@media (max-width: 1440px) {
  #header .container .logo {
    margin-left: 15px;
  }
  #header .container .header-right .top p {
    width: 80%;
    font-size: 30px;
  }
  #header .container .header-right .bottom p {
    width: 80%;
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  #header .container .header-right .top p {
    width: 75%;
    font-size: 20px;
  }
  #header .container .header-right .bottom p {
    width: 75%;
    font-size: 20px;
  }
  #index-body .i-product .i-product-list .column {
    width: 50%;
  }
  #index-body .i-product .i-product-list .column:nth-of-type(2) .inner {
    border-right: none;
  }
  #index-body .i-product .i-product-list .column:nth-of-type(3) .inner {
    border-right: 2px solid #ebebeb;
  }
  #index-body .i-product .i-product-list .column:nth-of-type(4) .inner {
    border-right: none;
  }
}
@media (max-width: 992px) {
	body{
		padding-bottom: 66px!important;
	}
  #header {
    display: none;
  }
  #m-header-wrapper {
    display: block;
  }
  #index-banner {
    margin-top: 90px;
  }
  #m-banner {
    margin-top: 90px;
  }
  #index-body .i-about .i-about-top .item:nth-of-type(3):after {
    left: -200px;
  }
  #index-body .i-about .i-about-bottom {
    padding: 80px 0;
  }
  #footer .footer-top .container .cont {
    background-image: none;
  }
  #m-footer{
  	display: flex;
  }
  #index-body .i-product{
  	padding: 60px 15px 0!important;
  }
  #index-body .i-product .i-pro-tit{
  	display: block;
  }
  #index-body .i-product .i-product-list {
    border: none;
    overflow: hidden;
  }
  #index-body .i-product .i-product-list .column {
    width: 100%;
  }
  #index-body .i-product .i-product-list .column .inner {
    border: none !important;
  }
   #index-body .i-product .i-product-list .column .inner .pro-img {
    position: static;
    margin-bottom: 40px;
  }
  #index-body .i-product .i-product-list .column .inner {
    padding: 0 15px;
    min-height: auto;
  }
  #index-body .i-product .i-product-list .column .inner .pro-info {
    max-width: 100%;
  }
  #index-body .i-product .i-product-list .column .inner .pro-info p:nth-of-type(1) {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
  }
  #index-body .i-product .i-product-list .column .inner .pro-info a {
    display: none;
  }
  #index-body .i-product .i-product-list .column .inner .pro-info p:nth-of-type(2) {
    display: none;
  }
  #index-body .i-product .i-product-list .column .inner:after {
    display: none;
  }
}
@media (max-width: 768px) {
  #index-body .i-about .i-about-top .item {
    width: 100% !important;
    height: auto !important;
  }
  #index-body .i-about .i-about-top .item:nth-of-type(2) .inner img {
    position: static;
    margin-bottom: 40px;
  }
  #index-body .i-about .i-about-top .item:nth-of-type(2) .inner {
    padding: 40px 15px;
    height: auto;
  }
  #index-body .i-about .i-about-top .item:nth-of-type(2) .inner p:nth-of-type(1) {
    margin-bottom: 40px;
  }
  #index-body .i-about .i-about-top .item:nth-of-type(3) {
    padding: 0 15px;
  }
  #index-body .i-about .i-about-top .item:nth-of-type(3) img:nth-of-type(1) {
    display: block;
    margin-bottom: 40px;
  }
  #index-body .i-about .i-about-top .item:nth-of-type(3):after {
    display: none;
  }
  #index-body .i-product-2 .i-pro-tit:after {
    display: none;
  }
}
@media (max-width: 576px) {
  #index-body{
    overflow: hidden;
  }
  #index-body .i-about .i-about-top .item:nth-of-type(2) .inner img {
    display: none;
  }
  #index-body .i-about .i-about-top .item:nth-of-type(1){
    padding: 30px 15px 0;
  }
  #index-body .i-about .i-about-top .item:nth-of-type(2) .inner p:nth-of-type(1){
    line-height: 25px;
    margin-bottom: 15px;
    font-family: arial;
    font-size: 16px;
  }
  #index-body .i-about .i-about-top .item:nth-of-type(2) .inner p:nth-of-type(2){
  	font-family: arial;
  	font-size: 16px;
  }
  #index-body .i-about .i-about-bottom p:before {
    display: none;
  }
  #index-body .i-about .i-about-bottom p:after {
    display: none;
  }
  #index-body .i-about .i-about-bottom {
    padding: 60px 15px;
  }
  #index-body .i-about .i-about-bottom p {
    margin-bottom: 40px;
    font-family: arial;
    font-size: 16px;
  }
  #index-body .i-product-2 {
    padding: 60px 15px;
  }
  #index-body .i-product-2 .i-pro-link a {
    display: block;
    margin: 0 auto;
  }
  #index-body .i-product-2 .i-pro-link {
    margin: 40px 0;
  }
  #index-body .i-product-2 .i-pro-link a:first-child {
    margin: 0 auto 20px;
  }
  #index-body .i-product-2 .i-pro-list {
    padding: 0;
  }
  #index-body .i-product-2 .i-pro-list #ip .swiper-slide .info p:nth-of-type(1) {
    font-size: 20px;
  }
  #index-body .i-product-2 .i-pro-tit {
    font-size: 25px;
  }
  #footer .footer-top {
    padding-top: 60px;
  }
  #footer .footer-top .container .cont {
    font-size: 25px;
    height: 80px;
    line-height: 80px;
  }
  #footer .footer-top .container p {
    font-size: 20px;
  }
/*   #index-banner .slides li{
  	height: 450px;
  }
  #index-banner .slides li img{
  	object-fit: cover;
  	object-position: right center;
  	width: 100%;
  	height: 100%;
  } */

	
}

#cs{
	width: 100%;
}
#cs tr td{
	padding: 5px;
	font-size: 16px;
	border: 1px solid #333;
}
.inner-banner {
    padding-top: 120px;
    color: #fff;
    text-align: center;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-banner{
	background-image: url("../image/about-banner.jpg");
}
.product-banner{
	background-image: url("../image/product-banner.jpg");
}
.news-banner{
	background-image: url("../image/news-banner.jpg");
}
.contact-banner{
	background-image: url("../image/contact-banner.jpg");
}
.inner-banner .inner-tit {
    font-size: 33px;
    text-transform: capitalize;
}

.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
    font-size: 15px;
    color: #fff;
}

.inner-banner .bread-crumbs a:hover {
    color: #2d5fde;
}

.top-menu {
    position: relative;
    z-index: 11;
    text-align: center;
    height: 55px;
    line-height: 55px;
    background: #fff;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}

.top-menu li {
    display: inline-block;
    margin: 0 40px;
    position: relative;
}

.top-menu li a {
    color: #343434;
    font-size: 16px;
}

.top-menu li a.active,
.top-menu li a:hover {
    color: #2d5fde;
}

.top-menu li .children {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    z-index: 10;
    text-align: left;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    display: none;
}

.inner-page {
    padding: 40px 0 105px;
    word-break: break-word;
    font-family: '微软雅黑';
    font-size: 16px;
}

.inner-page .inner-tit {
    color: #3d3d3d;
    font-size: 36px;
    text-transform: capitalize;
}

.inner-page .grid-box .sideBar {
    color: #fff;
    width: 20%;
}

.inner-page .grid-box .page-rightBar {
    width: 80%;
    padding-left: 5%;
}

.inner-page .sideBar .side-tit {
    padding-left: 18px;
    text-transform: capitalize;
    font-size: 26px;
    background: #2d5fde;
    height: 45px;
    line-height: 50px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.inner-page .sideBar .side-menu {
    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: #485b6e;
    padding-bottom: 86px;
}

.inner-page .sideBar .side-menu li a {
    line-height: 24px;
    padding: 11px 0 11px 15px;
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
}

.inner-page .sideBar .side-menu.side-contact {
    padding: 20px 0;
}

.inner-page .sideBar .side-menu.side-contact li a {
    height: auto;
    line-height: normal;
    padding: 10px 18px;
}

.inner-page .sideBar .side-menu li {
    position: relative;
}

.inner-page .sideBar .side-menu li .children {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #485b6e;
    display: none;
}

.inner-page .sideBar .side-menu li:hover .children {
    display: block;
}

.inner-page .sideBar .side-menu li a:hover,
.inner-page .sideBar .side-menu li a.active {
    background: #3c3c3c;
}

.inner-page .sideBar .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: #485b6e;
    padding-left: 18px;
    padding-bottom: 13px;
}

.inner-page .sideBar .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 .sideBar .side-social a i {
    margin-right: 0;
}

.inner-page .sideBar .side-dw {
    margin-top: 8px;
    background: #2d5fde;
    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 .sideBar .side-dw a {
    color: #fff;
    font-size: 15px;
}

.inner-page .sideBar .side-dw i.icon {
    margin-left: 23%;
}

.about-page .about-article h2,
.about-page .about-article h3,
.about-page .about-article h4 {
    color: #3c3c3c;
}

.about-page .about-article h2 {
    font-size: 44px;
}

.about-page .about-article h4 {
    font-size: 14px;
}

.about-page .about-article p {
    color: #191919;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
}

.about-page .about-article .about-advantage h2 {
    margin-bottom: 30px;
}

.about-page .about-article .about-advantage li {
    position: relative;
    color: #3c3c3c;
    font-size: 18px;
    padding-left: 28px;
    margin-bottom: 28px;
}

.about-page .about-article .about-advantage li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background: #2d5fde;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.product-page {
    padding: 72px 0 80px;
}

.product-page .i-product {
    padding: 0;
}

.prodet-page .prodet-top-box {
    padding-bottom: 80px;
}

.prodet-page .prodet-top-box .grid-box{
	font-size: 0;
}

.prodet-page .prodet-top-box .prodet-pic {
    padding-right: 40px!important;
}

.prodet-page .prodet-top-box .prodet-pic .zoomimg-wrapper{
  position: relative;
}

.prodet-page .prodet-top-box .prodet-pic .zoomimg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  z-index: 99;
  display: none;
  border: 1px solid #ccc;
}

.prodet-page .prodet-top-box .prodet-pic .img{
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}

.prodet-page .prodet-top-box .prodet-pic .img .hover{
  width: 100px;
  height: 100px;
  background: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.prodet-page .prodet-top-box .prodet-pic img {
    width: 100%;
}

.prodet-page .prodet-top-box .prodet-pic ul {
    padding-top: 15px;
    margin: -5px;
}

.prodet-page .prodet-top-box .prodet-pic ul li {
    width: 33.33%;
    float: left;
    padding: 5px;
}

.prodet-page .prodet-top-box .prodet-con table{
	width: 100%;
}

.prodet-page .prodet-top-box .prodet-con table tr td{
	padding: 5px;
	border: 1px solid #000;
	font-size: 16px;
}

.prodet-page .prodet-top-box .prodet-con>p{
  margin-bottom: 60px;
  font-size: 12pt;
  line-height: 35px;
}

.prodet-page .prodet-top-box .prodet-con>p span{
  line-height: 35px;
}

.prodet-page .prodet-top-box .prodet-con .pro_tit {
    color: #3d3d3d;
    font-size: 34px;
    line-height: 34px;
    margin-top: 3px;
    margin-bottom: 30px;
    margin-top: -4px;
}

.prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
    color: #8b8b8b;
    font-size: 17px;
    margin-bottom: 30px;
}

.prodet-page .prodet-top-box .prodet-con .prodet_social {
    margin: 72px 0 18px;
}

.prodet-page .prodet-top-box .prodet-con .prodet_social a {
    margin-right: 12px;
    font-size: 18px;
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f2f2f2;
    color: #8b8b8b;
    text-align: center;
    line-height: 37px;
}

.prodet-page .prodet-top-box .prodet-con .prodet_social a i.icon {
    margin-right: 0;
}

.prodet-page .prodet-top-box .prodet-con .prodet_social a:hover {
    color: #fff;
    background: #2d5fde;
}

.prodet-page .prodet-top-box .prodet-con .prodet_contact a {
    width: 122px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #8b8b8b;
    text-align: center;
}

.prodet-page .prodet-top-box .prodet-con .prodet_contact a:hover {
    background: #0000c0;
    color: #fff;
}

.prodet-page .prodet-top-box .prodet-con .prodet_contact a:first-child {
    width: 188px;
    margin-right: 2px;
    vertical-align: middle;
}

.prodet-page .prodet-top-box .prodet-con .prodet_contact a:first-child .icon {
    margin-right: 21px;
    font-size: 18px;
}

.prodet-page .prodet-det-box {
    padding: 71px 0 114px;
    background: #f5f5f5;
}

.prodet-page .prodet-det-box .con-box {
    margin-top: 49px;
}

.prodet-page .prodet-det-box .con-box p {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 29px;
}

.prodetFeedback {
    padding: 99px 0 154px;
    background: #fff;
}

.prodetFeedback .ptForm {
    margin-top: 83px;
}

.prodetFeedback .ptForm label {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 500;
    margin-bottom: 0;
}

.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
    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: #3d3d3d;
    font-size: 16px;
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #bfbfbf;
}

.prodetFeedback .ptForm .fbTop {
    margin-bottom: 62px;
}

.prodetFeedback .ptForm .fbTop li {
    float: left;
    width: 32%;
    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 #0000c0;
}

.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 #0000c0;
}

.prodetFeedback .ptForm .fbBot .yzm-box {
    margin-top: 40px;
}

.prodetFeedback .ptForm .fbBot .yzm-box label {
    display: block;
}

.prodetFeedback .ptForm .fbBot .yzm-box input {
    width: 397px;
    height: 15px;
    padding: 0 4px;
}

.prodetFeedback .ptForm .fbBot .yzm-box input:focus {
    height: 43px;
    border-bottom: 3px solid #0000c0;
}

.prodetFeedback .ptForm .fbBot .yzm-box img {
    display: inline-block;
}

.prodetFeedback .ptForm input[type="submit"] {
    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: capitalize;
    font-size: 16px;
    width: 288px;
    height: 53px;
    border: none;
    background: #0000c0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.prodetFeedback .ptForm input[type="submit"]:hover {
    background-color: #222;
}

.news-page .newslist li {
    padding: 0 10px 8px 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

.news-page .newslist li .new-r {
    width: 100%;
}

.news-page .newslist li .new-r h3 {
    font-size: 18px;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}

.news-page .newslist li .new-r h3 a {
    color: #555;
}

.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r .new-abst {
    color: #777;
    font-size: 14px;
}

.news-page .newslist li .new-r i.new-update {
    display: block;
    margin: 10px 0;
}

.news-page .newslist li .new-r .new-abst {
    line-height: 1.8em;
    font-size: 15px;
}

.news-page .newslist li .new-r:hover h3 a {
    color: #01509d;
}

.newdet-page .news {}

.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: 14px;
    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;
}

.contact-page {
    padding: 0;
}

.contact-page .c-list-box .wpulike{
  display: none;
} 

.contact-page .c-list-box .item{
    padding: 60px 0;
}
.contact-page .c-list-box .item:nth-of-type(2n){
  background: #f5f5f5;
}
.contact-page .c-list-box .item .container .peo{
  width: 14%;
}
.contact-page .c-list-box .item .container .peo img{
  width: 100%;
}
.contact-page .c-list-box .item .container .des{
  padding: 0 10% 0 3%;
  width: 53%;
}
.contact-page .c-list-box .item .container .des p:nth-of-type(1){
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.contact-page .c-list-box .item .container .des p:nth-of-type(2){
  font-size: 16px;
  color: #333;
}
.contact-page .c-list-box .item .container .info{
  width: 33%;
}
.contact-page .c-list-box .item .container .info ul li{
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  word-break: break-all;
}
.contact-page .c-list-box .item .container .info ul li:last-of-type{
  margin-bottom: 0;
}

.cn-form {
    width: 100%;
    height: auto;
    padding: 35px 45px 25px;
    background: #fff;
}

.cn-form p {
    font-size: 18px;
    padding: 10px 0;
    color: #666;
}

.cn-form .formtit {
    margin-bottom: 26px;
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
    color: #444;
    text-align: center;
    padding-bottom: 18px;
    background: url(https://www.cnyajie.com/wp-content/themes/yajiesuliao/images/form-tit-bg.jpg) no-repeat center bottom;
}

.cn-form li {
    margin-bottom: 13px;
    color: #444;
}

.cn-form li label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.cn-form .btnTjly {
    font-size: 15px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    width: 100%;
    height: 38px;
    background: #e6212a;
    border: none;
    cursor: pointer;
    color: #fff;
}

.cn-form .btnTjly:hover {
    background: #000;
}

.cn-form .m-form-l {
    width: 49%;
}

.cn-form .m-form-l li .iptTxt {
    font-size: 13px;
    padding: 0 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    outline: none;
    background: #fff;
    color: #777;
}

.cn-form .m-form-l li .iptTxt:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}

.cn-form .m-form-l li .txtAre {
    width: 95%;
    height: 383px;
    border: 1px solid #dedede;
    outline: none;
    resize: none;
    padding: 14px;
    color: #ccc;
    line-height: 18px;
}

.cn-form .m-form-r {
    width: 49%;
}

.cn-form .m-form-r textarea {
    height: 237px;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 10px 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

.cn-form .m-form-r textarea:focus {
    border-color: #e9322d;
    box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
    outline: 0;
    background: rgba(255, 43, 66, 0.04);
}

.cn-form div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.cn-form .yzm img {
    width: 19.4%;
}

.cn-form .yzm input {
    font-size: 13px;
    padding: 0 15px;
    width: 75.6%;
    border: 1px solid #dedede;
    height: 30px;
    outline: none;
    background: #fff;
    color: #777;
}

::-webkit-input-placeholder {
    color: #777;
}

:-moz-placeholder {
    color: #777;
}

::-moz-placeholder {
    color: #777;
}

:-ms-input-placeholder {
    color: #777;
}

.recommend-product {
    margin: 50px 0;
}

.recommend-product ul li {
    float: left;
    width: 23%;
    margin-left: 2.6%;
}

.recommend-product ul li p {
    color: #222;
    margin-top: 8px;
    text-align: center;
}

.recommend-product ul li:first-child {
    margin-left: 0;
}

.zoom-box {
    position: relative;
}

.zoom-box .pic-zoom {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6) url(https://www.cnyajie.com/wp-content/themes/yajiesuliao/images/zoom.png) no-repeat center center;
}

.zoom-box:hover .pic-zoom {
    opacity: 1;
    filter: alpha(opacity=1);
}

.zoom-pic {
    overflow: hidden;
}

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

.zoom-pic img:hover {
    transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}

.white-zoom {
    position: relative;
}

.white-zoom:after {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    content: '';
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    top: 50%;
}

@media screen and (min-width: 768px) {
    .around-line>li {
        float: left;
        position: relative;
        cursor: pointer;
    }
    .around-line>li>a {
        color: #fff;
        display: block;
        text-decoration: none;
    }
    .around-line>li:before,
    .around-line>li:after {
        content: '';
        opacity: 0;
        filter: alpha(opacity=0);
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        position: absolute;
    }
    .around-line>li:before {
        top: 0;
        left: 0;
        right: 100%;
        bottom: 100%;
        border-top: 1px solid rgba(0, 148, 217, 0.8);
        border-left: 1px solid rgba(0, 148, 217, 0.8);
    }
    .around-line>li:after {
        right: 0;
        bottom: 0;
        top: 100%;
        left: 100%;
        border-bottom: 1px solid rgba(0, 148, 217, 0.8);
        border-right: 1px solid rgba(0, 148, 217, 0.8);
    }
    .around-line>li:hover:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line>li:hover:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line>li.active:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line>li.active:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.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(https://www.cnyajie.com/wp-content/themes/yajiesuliao/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(https://www.cnyajie.com/wp-content/themes/yajiesuliao/images/m-page-arr-l.png);
}

.m-page a:hover {
    color: #fff;
    background-color: #2d5fde;
}

.m-page a:active {
    background: #2d5fde;
}

.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
    cursor: default;
    color: #fff;
    background: #2d5fde;
}

.tab-box .ui.i-pro-load-img {
    position: absolute;
    top: 180px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0 0 0 -15px;
    width: 30px;
    display: block;
}

.inner-page .i-product .tab-box {
    min-height: auto;
}

.i-con-box {
    background: #fff;
    padding: 20px 30px 0px 28px;
}

.i-con-box h3 {
    margin-top: 20px;
}

.i-con-box h3 a {
    display: block;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i-con-box p {
    height: 87px;
    overflow: hidden;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 29px;
    margin-top: 17px;
}

.i-product {
    padding: 100px 0 60px;
}

.i-product .tab-list {
    text-align: center;
    margin: 29px 0 77px;
}

.i-product .tab-list li {
    display: inline-block;
    margin: 0 8px;
}

.i-product .tab-list li a {
    display: block;
    padding: 0 39px;
    height: 32px;
    line-height: 32px;
    background: #e4e4e4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #252525;
    font-size: 16px;
}

.i-product .tab-list li a:hover,
.i-product .tab-list li a.active {
    background: #043c82;
    color: #fff;
}

.i-product .tab-box {
    display: inline-block;
    width: 100%;
}

.i-product .tab-box ul {
    margin: -10px;
}

.i-product .tab-box li {
    width: 25%;
    margin-bottom: 30px;
    float: left;
    padding: 10px;
}

.i-product .tab-box li .img-box {
    border: 1px solid #ccc;
}

.i-product .tab-box li .img-box img {
    width: 100%;
}

.i-product .tab-box {
    position: relative;
    min-height: 1042px;
}

.i-product .tab-box li .i-con-box {
    padding: 0;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    #index-body .i-whyUs .the_list>.column .icon {
        height: 53px;
        line-height: 53px;
    }
}

.button-group .button {
    background: #0000c0 !important;
}

@media screen and (max-width: 1200px) {
    .inner-banner .inner-tit {
        font-size: 26px;
    }
    .inner-page .sideBar .side-tit {
        font-size: 20px;
    }
    .inner-page .sideBar .side-menu li a {
        padding: 6px 0 6px 15px;
    }
    .inner-page .sideBar .side-menu {
        padding-bottom: 50px;
    }
    .about-page .about-article p {
        font-size: 14px;
    }
    .inner-page {
        padding: 40px 0 !important;
    }
    .inner-page.contact-page {
        padding: 0 !important;
    }
    .i-product .tab-box li {
        width: 33.3333%;
        margin-bottom: 10px;
    }
    .prodet-page .prodet-top-box .prodet-pic {
        padding-right: 2rem !important;
    }
    .prodet-page .prodet-top-box .prodet-con .prodet_social {
        margin: 10px 0;
    }
    .inner-page .inner-tit {
        font-size: 26px;
    }
    .prodet-page .prodet-det-box {
        padding: 50px 0;
    }
    .prodetFeedback {
        padding: 80px 0;
    }
    .prodet-page .prodet-top-box {
        padding-bottom: 40px;
    }
    .prodetFeedback .ptForm .fbTop,
    .prodetFeedback .ptForm .fbBot {
        margin-bottom: 50px;
    }
    .prodetFeedback .ptForm {
        margin-top: 40px;
    }
    .news-page .newslist li .new-r h3 {
        font-size: 16px;
    }
    .news-page .newslist li .new-r .new-abst {
        font-size: 13px;
    }
    .newdet-page .news .news_title h1 {
        font-size: 18px;
    }
    .newdet-page .news .news_contents p,
    .newdet-page .news .news_contents div,
    .newdet-page .news .news_contents span,
    .newdet-page .news .news_contents table {
        font-size: 13px;
    }
    .contact-page .c-list-box .c-name {
        font-size: 24px;
    }
    .contact-page .c-list-box .info {
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    .contact-page .c-list-box .c-name {
        margin-bottom: 20px;
    }
    .contact-page .c-list-box,
    .prodetFeedback {
        padding: 50px 0;
    }
    .prodetFeedback .ptForm input[type="submit"] {
        height: 40px;
        width: 150px;
        line-height: 40px;
        font-size: 14px;
    }
    #mapContainer {
        height: 350px !important;
    }
    .inner-page .grid-box .page-rightBar {
        width: 100%;
        padding-left: 0;
    }
    .inner-page .grid-box .sideBar {
        display: none;
    }
    .inner-page .inner-tit {
        font-size: 22px;
    }
    .prodetFeedback .ptForm label {
        font-size: 13px;
    }
    .prodet-page .prodet-top-box .prodet-con .pro_tit {
        font-size: 28px;
    }
    .prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    .news-page .newslist li .new-r .new-abst {
        font-size: 12px;
    }
    .inner-banner .inner-tit {
        font-size: 20px;
    }
    .inner-banner .bread-crumbs a,
    .inner-banner .bread-crumbs span {
        font-size: 12px;
    }
    .inner-banner {
        height: 180px;
        padding-top: 60px;
        margin-top: 90px;
    }
    .i-product .tab-box li {
        width: 50%;
        margin-bottom: 0;
        padding: 5px;
    }
    .i-product .tab-box ul {
        margin: -5px;
    }
    .i-con-box h3 {
        margin-top: 5px;
    }
    .about-page .about-article p {
        font-size: 12px;
    }
    .prodet-page .prodet-top-box .prodet-pic,
    .prodet-page .prodet-top-box .prodet-con {
        width: 100% !important;
        padding-right: 0 !important;
    }
    .prodet-page .prodet-top-box .prodet-con {
        padding-top: 30px;
    }
    .prodet-page .prodet-top-box .prodet-con .pro_tit {
        font-size: 18px;
    }
    .prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
        font-size: 12px;
    }
    .inner-page .inner-tit {
        font-size: 20px;
    }
    .prodetFeedback .ptForm .fbTop li {
        width: 100%;
        margin: 0 0 10px;
    }
    .prodetFeedback .ptForm .fbTop li input {
        height: 43px;
    }
    .prodetFeedback .ptForm .fbBot textarea,
    .prodetFeedback .ptForm .fbBot textarea:focus {
        height: 100px;
    }
    .prodetFeedback .ptForm input[type="submit"] {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
    .prodetFeedback .ptForm {
        text-align: center;
    }
    .prodetFeedback .ptForm ul {
        text-align: left;
    }
    .news-page .newslist li .new-r h3,
    .newdet-page .news .news_title h1 {
        font-size: 14px;
    }
    .news-page .newslist li {
        padding: 5px;
    }
    .newdet-page .news .news_abst,
    .newdet-page .news .news_date,
    .newdet-page .news .news_contents p,
    .newdet-page .news .news_contents div,
    .newdet-page .news .news_contents span,
    .newdet-page .news .news_contents table {
        font-size: 12px;
    }
    .newdet-page .news .news_next a {
        font-size: 13px;
    }
    .contact-page .c-list-box .c-name {
        font-size: 20px;
    }
    .contact-page .c-list-box .info {
        font-size: 14px;
        line-height: 24px;
    }
    .prodetFeedback .ptForm .fbTop,
    .prodetFeedback .ptForm .fbBot {
        margin-bottom: 30px;
    }
    .button-group .button:nth-child(2) {
        display: none !important;
    }
}

@media (max-width:992px){
	.contact-page .c-list-box .item{
		background: #f5f5f5!important;
	}
}

@media (max-width:576px){
  .contact-page .c-list-box .item .container .peo{
    width: 50%;
  }
  .contact-page .c-list-box .item .container .des{
    padding: 0 0 0 20px;
    width: 50%;
  }
  .contact-page .c-list-box .item .container .info{
    width: 100%;
    margin-top: 20px;
  }
  .metaslider .flexslider .flex-direction-nav li a{
    display: none!important;
  }
  .contact-page .c-list-box .item{
  	padding: 20px 0;
  }
  .contact-page .c-list-box .item .container .des p:nth-of-type(1){
  	font-size: 16px;
  }
  .contact-page .c-list-box .item .container .des p:nth-of-type(2){
  	font-size: 14px;
  }
  .contact-page .c-list-box .item .container .info ul li{
  	font-size: 14px;
  }
  .prodet-page .prodet-top-box .prodet-pic .img .hover{
  	display: none;
  }
  .prodet-page .prodet-top-box .prodet-pic .zoomimg{
  	display: none;
  }
}