@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-light';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'dodger';
  src: url(../fonts/dodger.ttf) format('truetype'), url(../fonts/dodger.eot) format('eot'), url(../fonts/dodger.woff) format('woff'), url(../fonts/dodger.woff2) format('woff2');
}
.container {
  width: 1430px;
}
.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: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header .nav {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .fa {
  color: #ffffff;
  font-size: 18px;
}
#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 .logo {
  width: 10%;
  padding-top: 20px;
}
#header .nav .language {
  width: 10%;
  padding-left: 30px;
}
#header .nav .language p {
  line-height: 130px;
}
#header .nav .language p a {
  font-size: 18px;
  color: #fff;
}
#header .nav .language p a:hover {
  color: #d90015;
}
#header .nav .search{
	padding:45px 0 0;
}
#header .nav .search form input{
	width:170px; height:38px; padding:5px; border:none;
}
#header .nav .search form input[type="submit"]{
	width:38px; height:38px; background:url(../images/tc-zoom.png) no-repeat center;
}
#header .nav .menu-box {
  width: 58%;
  padding: 0;
  line-height: 130px;
  height: 130px;
  position: relative;
}
#header .nav .menu-box .menu {
  text-align: center;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 29px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #ffffff;
  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: #d90015;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #ffffff;
}
#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: #d90015;
  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: #222;
}
.index{
	background: url(/wp-content/uploads/2025/10/index-bg_01-2.jpg) top center; 
	background-size:cover; 
	padding-bottom: 40px;
}
#index-body .i-about {
  padding: 350px 0 220px;
}
#index-body .i-about .mobile-video{
	display: none;
}
#index-body .i-about h2,#index-body .i-about h2 span {
  text-align: center;
  font-family: dodger;
  font-size: 60px;
}
#index-body .i-about p {
  text-align: center;
  font-family: roboto-regular;
  font-size: 24px;
  color: #3e3a39;
}
#index-body .i-about a{
	display: block;
}
#index-body .i-about img {
  display: block;
  margin: 20px auto 0;
}
#index-body .i-history {
  padding: 0;
}
#index-body .i-history h2,#index-body .i-history h2 span {
  text-align: center ;
  font-family: roboto-regular;
  text-transform: uppercase;
  font-size: 36px;
}
#index-body .i-history p.p {
  text-align: center;
  font-family: roboto-regular;
  margin: 10px 0;
  padding: 0 20%;
  margin-bottom: 40px;
}
#index-body .i-product{
/* 	padding-top:80px; */
}
#index-body .i-product .pro-list .img-box {
  position: relative;
}
#index-body .i-product .pro-list .img-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.5);
  padding-top: 42%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=100);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-product .pro-list .img-box .layer .fa {
  display: block;
  width: 70px;
  height: 60px;
  margin: 0 auto;
  background: url(../images/link.png) no-repeat center;
}
#index-body .i-product .pro-list .img-box .layer p {
  text-align: center;
  padding: 10px;
  text-transform: capitalize;
}
#index-body .i-product .pro-list .img-box .layer p a {
  font-size: 24px;
  color: #fff;
}
#index-body .i-product .pro-list .img-box:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-partner {
  padding: 50px 0;
  background: url(../images/partner-bg.jpg) no-repeat center;
  background-size: cover;
}
#footer .footer-top {
  background: url(../images/footer-top.jpg) no-repeat center;
  background-size: cover;
  padding: 86px 0;
}
#footer .footer-top .grid-box.two .i-news {
  width: 60%;
  padding-right: 5%;
}
#footer .footer-top .grid-box.two .i-news h2 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}
#footer .footer-top .grid-box.two .i-news .grid-box.two {
  margin-top: 40px;
}
#footer .footer-top .grid-box.two .i-news .grid-box.two .column:nth-child(1) {
  width: 30%;
}
#footer .footer-top .grid-box.two .i-news .grid-box.two .column:nth-child(2) {
  width: 70%;
  padding-left: 3%;
}
#footer .footer-top .grid-box.two .i-news .grid-box.two .column:nth-child(2) h3 {
  margin-bottom: 5px;
}
#footer .footer-top .grid-box.two .i-news .grid-box.two .column:nth-child(2) h3 a {
  font-size: 18px;
  color: #fff;
}
#footer .footer-top .grid-box.two .i-news .grid-box.two .column:nth-child(2) p {
  line-height: 30px;
  color: #fff;
  font-family: roboto-regular;
}
#footer .footer-top .grid-box.two .i-news .grid-box.two .column:nth-child(2) time {
  color: #fff;
  font-family: roboto-regular;
}
#footer .footer-top .grid-box.two .i-form {
  width: 40%; background:#fff;
}
#footer .footer-top .grid-box.two .i-form .form {
  background: #fff;
  padding: 5% 8%;padding-top: 12%;
}
#footer .footer-top .grid-box.two .i-form .form h4 {
  font-size: 36px;
  color: #3e3a39;
  text-transform: capitalize;
  text-align: center;
}
#footer .footer-top .grid-box.two .i-form .form form {
  margin-top: 30px;
}
#footer .footer-top .grid-box.two .i-form .form form input,
#footer .footer-top .grid-box.two .i-form .form form textarea {
  width: 100%;
  background: #f7f8f8;
  margin-bottom: 10px;
  padding: 8px 20px;
  border: none;
  outline: none;
  color: #000000;
}
#footer .footer-top .grid-box.two .i-form .form form textarea {
  height: 180px; font-family:Arial;
}
#footer .footer-top .grid-box.two .i-form .form form input[type="submit"] {
  background: #d90015;
  color: #fff;
  text-transform: capitalize;
}
#footer .footer-bottom {
  background: #1b1b1b;
}
#footer .footer-bottom p {
  color: #ffffff;
  font-size: 15px;
  padding: 20px 0;
}
#footer .footer-bottom p a {
  color: #ffffff;
  font-size: 15px;
}
#footer .footer-bottom p a:hover {
  color: #ffffff!important;
}
.warper {
  max-width: 100%;
  margin: 0 auto;
}
.about-main2 {
  height: 598px;
  width: 100%;
  overflow: hidden;
}
.about-main2 .licheng-bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.about-main2 .licheng-bg .warper {
  height: 100%;
}
.about-main2 .licheng-bg img {
  height: 518px;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.about-main2 .ny-title {
  padding-top: 80px;
}
.ny-title .title-en {
  font-size: 36px;
  color: #b4b4b4;
  font-family: arial;
  line-height: 36px;
  font-weight: normal;
}
.ny-title .title-ch {
  font-size: 26px;
  color: #333333;
  margin: 15px 0;
  font-weight: normal;
}
.ny-title i {
  display: block;
  width: 42px;
  height: 1px;
  background-color: #b5b5b5;
}
.about-main2 .licheng-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-main2 .licheng-content .swiper-wrapper,
.about-main2 .licheng-content .swiper-slide,
.about-main2 .licheng-content ul {
  width: 100%;
  height: 100%;
}
.about-main2 .licheng-content ul li {
  width: 20%;
  float: left;
  height: 100%;
}
.about-main2 .licheng-content ul li a {
  display: block;
  width: 100%;
  position: relative;
  height: 200px;
}
.about-main2 .licheng-content ul li a:after {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 0, 0, 0.8);
  display: block;
  content: "";
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  visibility: inherit;
  left: 50%;
  top: 0;
  border: 6px solid rgba(255, 0, 0, 0.4);
}
.about-main2 .licheng-content ul li.item3 a:after,
.about-main2 .licheng-content ul li.item5 a:after {
  top: auto;
  bottom: 0;
}
.about-main2 .licheng-content ul li.item1 a:after {
  left: 35%;
}
.about-main2 .licheng-content ul li .date {
  color: #3e3a39;
  font-size: 30px;
}
.about-main2 .licheng-content ul li.item3 .line,
.about-main2 .licheng-content ul li.item5 .line {
  margin-bottom: 30px;
}
.about-main2 .licheng-content ul li.item1 .line,
.about-main2 .licheng-content ul li.item2 .line,
.about-main2 .licheng-content ul li.item4 .line {
  margin-top: 30px;
}
.about-main2 .licheng-content ul li.item3 .line:after,
.about-main2 .licheng-content ul li.item5 .line:after {
  width: 25px;
  height: 25px;
  background-color: rgba(255, 0, 0, 0.8);
  display: block;
  content: "";
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
}
.about-main2 .licheng-content ul li.item1 .line:after,
.about-main2 .licheng-content ul li.item2 .line:before,
.about-main2 .licheng-content ul li.item4 .line:before {
  width: 25px;
  height: 25px;
  background-color: rgba(59, 22, 22, 0.8);
  display: block;
  content: "";
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
}
.about-main2 .licheng-content ul li .lc-left {
  position: absolute;
}
.about-main2 .licheng-content ul li .line {
  height: 250px;
  width: 1px;
  display: block;
  position: relative;
  left: 30px;
}
.about-main2 .licheng-content ul li .lc-right {
  position: absolute;
  width: 360px;
  height: 100%;
  display: table;
  left: 50%;
  margin-left: -180px;
}
.about-main2 .licheng-content ul li.item1 .lc-right {
  width: 300px;
}
.about-main2 .licheng-content ul li.item2 .lc-right,
.about-main2 .licheng-content ul li.item4 .lc-right {
  width: 360px;
}
.about-main2 .licheng-content ul li .lc-right .right-text {
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}
.about-main2 .licheng-content ul li.item1 a {
  top: 355px;
}
.about-main2 .licheng-content ul li.item1 .lc-left {
  left: 38%;
  margin-left: -22px;
  top: 65px;
}
.about-main2 .licheng-content ul li.item1 .lc-right {
  top: 80px;
}
.about-main2 .licheng-content ul li.item2 a {
  top: 228px;
}
.about-main2 .licheng-content ul li.item2 .lc-left {
  left: 50%;
  margin-left: -22px;
  top: 65px;
}
.about-main2 .licheng-content ul li.item2 .lc-right {
  top: 80px;
}
.about-main2 .licheng-content ul li.item3 a {
  top: 106px;
}
.about-main2 .licheng-content ul li.item3 .lc-left {
  left: 50%;
  margin-left: -22px;
  bottom: 65px;
}
.about-main2 .licheng-content ul li.item3 .lc-right {
  bottom: 100px;
}
.about-main2 .licheng-content ul li.item4 a {
  top: 245px;
}
.about-main2 .licheng-content ul li.item4 .lc-left {
  left: 50%;
  margin-left: -22px;
  top: 65px;
}
.about-main2 .licheng-content ul li.item4 .lc-right {
  top: 70px;
}
.about-main2 .licheng-content ul li.item5 a {
  top: 44px;
}
.about-main2 .licheng-content ul li.item5 .lc-left {
  left: 50%;
  margin-left: -22px;
  bottom: 65px;
}
.about-main2 .licheng-content ul li.item5 .lc-right {
  bottom: 100px;
}
.about-main2 .licheng-content .right-text p {
  font-size: 16px;
  color: #3e3a39;
  font-family: roboto-regular;
  text-align: center;
}
@media screen and (max-width: 1430px) {
  .container {
    width: 1230px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #index-body .i-about {
    padding: 200px 0 100px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  .about-main2 .licheng-content ul li .lc-right {
    width: 200px;
    margin-left: -100px;
  }
  .about-main2 .licheng-content ul li.item1 .lc-right {
    width: 200px;
  }
  .about-main2 .licheng-content ul li.item2 .lc-right,
  .about-main2 .licheng-content ul li.item4 .lc-right {
    width: 200px;
  }
  .about-main2 .licheng-content ul li.item4 .lc-right {
    top: 86px;
  }
  #index-body .i-history h2,
  #footer .footer-top .grid-box.two .i-news h2,
  #footer .footer-top .grid-box.two .i-form .form h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 700px;
  }
  #index-body .i-about h2,#index-body .i-about h2 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #index-body .i-about {
    padding: 100px 0 50px;
  }
  #index-body .i-about h2,#index-body .i-about h2 span{
    font-size: 20px;
  }
  #index-body .i-about p {
    font-size: 18px;
  }
  #index-body .i-history h2,#index-body .i-history h2 span,
  #footer .footer-top .grid-box.two .i-news h2,
  #footer .footer-top .grid-box.two .i-form .form h4 {
    font-size: 20px;
  }
  #index-body .i-history p.p {
    padding: 0 3%;
    margin-bottom: 30px;
  }
  #footer .footer-top .grid-box.two .i-news,
  #footer .footer-top .grid-box.two .i-form {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-top .grid-box.two .i-form {
    margin-top: 30px;
  }
  .mlztx {
    display: none;
  }
  .about-main2 {
    display: none;
  }
}

/*inner*/
.inner-banner{
  height: 600px;background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover; padding-top: 15%;
}

.inner-banner h2{
font-size: 45px; text-align: center;color: #ffffff; text-transform: uppercase;
}
.bread-crumbs a,.bread-crumbs span,.bread-crumbs{
	text-align: center; font-size: 16px; color: #ffffff;
}
.mbx {
    display: block;
    background: #f5f7f7;
    padding: 15px 0;
}
.inner-page .sidebar {
  width: 20%;
}
.inner-page .sidebar .search {
  display: block;
  background: #333;
  color: white;
  padding: 20px;
  border-top-left-radius: 30px;
}
.inner-page .sidebar .search form {
  position: relative;
}
.inner-page .sidebar .search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 16px;
  padding-left: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar .search form input::-webkit-input-placeholder {
  color: white;
}
.inner-page .sidebar .search form input:-moz-placeholder {
  color: white;
}
.inner-page .sidebar .search form input::-moz-placeholder {
  color: white;
}
.inner-page .sidebar .search form input:-ms-input-placeholder {
  color: white;
}
.inner-page .sidebar .search form input[type="submit"] {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
  background-size: 18px;
}
.inner-page .sidebar .search form input:focus {
  border-color: white;
}
.inner-page .sidebar .sidebar-nav {
  margin-top: 10px;
}
.inner-page .sidebar .sidebar-nav h4 {
  display: block;
  background: #e60012;
  color: #fff;
  font-size: 22px;
  padding: 20px;
}
.inner-page .sidebar .sidebar-nav h4 i {
  margin-right: 10px;
}
.inner-page .sidebar .sidebar-nav .nav {
  padding-top: 10px;
}
.inner-page .sidebar .sidebar-nav .nav ul {
  border-bottom: 1px solid #ccc;
}
.inner-page .sidebar .sidebar-nav .nav ul li a {
  line-height: 24px;
  padding: 20px;
  display: block;
  color: #4c4c4d;
  font-size: 18px;
  border-top: 1px solid #ccc;
  position: relative;
}
.inner-page .sidebar .sidebar-nav .nav ul li a:before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 18px;    font-family: "FontAwesome";
}
.inner-page .sidebar .sidebar-nav .nav ul li a:hover {
  text-decoration: underline;
}
.inner-page .sidebar .sidebar-nav .nav ul li:first-child a {
  border-top: none;
}
.inner-page .sidebar .sidebar-nav .nav ul li.active a:before {
  content: "\f107";
}
.inner-page .sidebar .sidebar-nav .nav ul li ul {
  border-bottom: none;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a {
  border-top: none;
  border-bottom: none !important;
  padding: 15px 20px 15px 50px;
  font-size: 16px;
  color: #656666;
  position: relative;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a:before {
  content: '' !important;
  display: inline-block;
  margin-right: 15px;
  width: 18px;
  height: 18px;
  background: #cacbcc;
  position: absolute;
  left: 20px;
  top: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a:hover {
  text-decoration: none;
}
.inner-page .sidebar .sidebar-nav .nav ul li li a:hover:before {
  background: #e60012;
}
.inner-page .box-right {
  width: 80%;
  padding-left: 60px;
}
.inner-page .box-right table{
	margin:20px 0;
}
.inner-page .box-right table tr td{
	padding:5px;
}
.inner-page .box-right table tr:nth-child(odd){
	background:#ccc;
}
.inner-page .box-right table tr:nth-child(even){
	background:#eee;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span {
  cursor: not-allowed;
}
.inner-page .m-page a:hover {
  color: white;
  background: #e60012;
  border-color: #e60012;
}
.product-page {
  background: #f5f7f7;
  padding: 80px 0;
}
.product-page .box-right .top {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cacbcc;
  color: #656666;
  padding-top: 10px;
}
.product-page .box-right .bottom {
  padding-top: 30px;
}
.product-page .box-right .bottom ul {
  margin: -5px;
}
.product-page .box-right .bottom ul li {
  padding: 5px;
}
.product-page .box-right .bottom ul li a.img-box {
  display: block;
}
.product-page .box-right .bottom ul li .content {
  display: block;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .box-right .bottom ul li .content .text {
  padding: 20px 15px;
}
.product-page .box-right .bottom ul li .content .text h4 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .box-right .bottom ul li .content .text h4:hover {
  color: #e60012;
}
.product-page .box-right .bottom ul li .content .text p {
  color: #666;
}
.product-page .box-right .bottom ul li .content:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.prodet-page {
  background: #f5f7f7;
  padding: 40px 0;
}
.prodet-page .line:after {
  display: block;
  width: 100%;
  background: #ccc;
  margin-top: 10px;
}
.prodet-page .prodet-1 .left {
  width: 47%;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .left .gallery {
  padding-top: 10px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .gallery ul li {
  padding: 10px;
  width: 25%;
  float: left;
}
.prodet-page .prodet-1 .left .gallery ul li img.cloudzoom-gallery-active {
  border: 2px solid #e60012;
}
.prodet-page .prodet-1 .right {
  width: 53%;
  padding-left: 40px;
  font-size: 16px;
  line-height: 28px;
}
.prodet-page .prodet-1 .right .text {
  color: #656666;
}
.prodet-page .prodet-1 .right .text p {
  padding-left: 20px;
  margin: 5px 0;
  position: relative;
}
.prodet-page .prodet-1 .right .text p:after {
  content: '';
  border-radius: 100%;
  border: 3px solid #656666;
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  background: #656666;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #e60012;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf i {
  margin-right: 15px;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf:hover {
  background: #222;
}
.prodet-page .prodet-1 .right .share ul li {
  width: 40px;
  height: 40px;
  background: #e60012;
  font-size: 18px;
  color: white;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  background: #222;
}
.prodet-page .prodet-2 {
  padding: 80px 0;
}
.prodet-page .prodet-2 .content {
  font-size: 16px;
  line-height: 28px;
  padding-top: 20px;
  color: #666;
}
.prodet-page .prodet-3 .box {
  padding-top: 20px;
}
.prodet-page .prodet-3 .box ul {
  margin: -10px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 10px;
}
.prodet-page .prodet-3 .box ul li a.img-box {
  display: block;
}
.prodet-page .prodet-3 .box ul li .content {
  display: block;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .box ul li .content .text {
  padding: 20px 15px;
}
.prodet-page .prodet-3 .box ul li .content .text h4 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .box ul li .content .text h4:hover {
  color: #e60012;
}
.prodet-page .prodet-3 .box ul li .content .text p {
  color: #666;
}
.prodet-page .prodet-3 .box ul li .content:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.news {
  /*padding: 40px 0*/
}

.news>.title {
  text-align: center
}

.news>.title .cn {
  font-family: "\5B8B\4F53";
  font-size: 30px;
  color: #d90015;
  margin-bottom: 10px
}

.news>.title .en {
  font-size: 20px;
  color: #636363
}

.news .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*   margin-top: 80px */
}

.news .list .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer
}

.news .list .item .detail {
  width: 50%;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10% 8%;
  -webkit-transition: 2s;
  transition: 2s
}

.news .list .item:hover .detail {
  background-color: #d90015;
  color: #fff
}

.news .list .item .detail:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  margin-top: -20px;
  border-left: 25px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  -webkit-transition: 2s;
  transition: 2s;
  z-index: 10
}

.news .list .item:hover .detail:after {
  border-left-color: #d90015
}

@media(min-width:768px) {
  .news .list .item:nth-of-type(4n),.news .list .item:nth-of-type(4n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .news .list .item:nth-of-type(4n) .detail:after,.news .list .item:nth-of-type(4n-1) .detail:after {
    border-left: none;
    border-right: 25px solid #fff;
    left: auto;
    right: 100%
  }

  .news .list .item:nth-of-type(4n):hover .detail:after,.news .list .item:nth-of-type(4n-1):hover .detail:after {
    border-right-color: #d90015
  }
}

.news .list .item .detail .in .date {
  font-size: 30px
}

.news .list .item .detail .in .title {
  font-size: 18px;
  font-weight: lighter;
  margin-top: 30px
}

.news .list .item .detail .in .content {
  font-size: 14px;
  color: #696969;
  line-height: 30px;
  font-weight: lighter;
  margin-top: 30px;
  text-align: left;
  -webkit-transition: 2s;
  transition: 2s
}

.news .list .item:hover .detail .in .content {
  color: #fff
}

.news .list .item .detail .icon i {
  font-size: 17px;
  -webkit-transition: 2s;
  transition: 2s
}

.news .list .item:hover .detail .icon i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.news .list .item .img {
  width: 50%;
  overflow: hidden
}

.news .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 2s;
  transition: 2s
}

.news .list .item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.news .btn {
  position: relative;
  border: 1px solid #d90015;
  text-align: center;
  display: block;
  width: 180px;
  margin: 0 auto;
  max-width: 100%;
  font-size: 14px;
  padding: 20px 0;
  cursor: pointer;
  margin-top: 70px;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 30px auto;
}

.news .btn:hover {
  background-color: #d90015;
  color: #fff
}

@media(max-width:768px) {
  .news .list .item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .news .list .item .detail,.news .list .item .img {
    width: 100%
  }

  .news .list .item .detail:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #fff;
    top: auto;
    left: 50%;
    bottom: 100%;
    margin-top: 0;
    margin-left: -20px
  }
}


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


.about {
  padding: 100px 0
}

.about .title {
  max-width: 100%;
  text-align: center;
  -webkit-animation-name: transition1-data-v-3e5a7853;
  animation-name: transition1-data-v-3e5a7853;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.about .title .cn {
  font-size: 30px;
  color: #d90015;
  margin-bottom: 10px
}

.about .title .en {
  
  font-size: 20px;
  color: #636363
}

@-webkit-keyframes transition1-data-v-3e5a7853 {
  0% {
    -webkit-transform: translate(-100px,-100px);
    transform: translate(-100px,-100px);
    opacity: 0
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
  }
}

@keyframes transition1-data-v-3e5a7853 {
  0% {
    -webkit-transform: translate(-100px,-100px);
    transform: translate(-100px,-100px);
    opacity: 0
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
  }
}

@-webkit-keyframes transition2-data-v-3e5a7853 {
  0% {
    -webkit-transform: translate(100px,-100px);
    transform: translate(100px,-100px);
    opacity: 0
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
  }
}

@keyframes transition2-data-v-3e5a7853 {
  0% {
    -webkit-transform: translate(100px,-100px);
    transform: translate(100px,-100px);
    opacity: 0
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
  }
}

.about .content {
  width: 1070px;
  max-width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-animation-name: transition2-data-v-3e5a7853;
  animation-name: transition2-data-v-3e5a7853;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.about .content .quotation {
  
  font-size: 90px;
  color: #d90015;
  width: 632px;
  max-width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.about .content .cn {
  font-size: 14px;
  font-weight: lighter;
  line-height: 30px;
  width: 632px;
  max-width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 50px
}

.about .content .en {
  font-family: Century751;
  font-size: 12px;
  color: #7b7b7b
}

.about .content .button {
  font-family: Century751;
  font-size: 12px;
  -webkit-transition: .3s;
  transition: .3s;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 150px;
  margin-top: 80px
}

.about .content .button:hover {
  opacity: .7
}

.about .content .button .icon {
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 10px
}

.about .content .button:hover .icon {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}

@media(max-width:768px) {
  .about {
    padding: 50px 20px
  }
}


.about .container>.title {
  text-align: center;
  padding: 45px 0
}

.about .container>.title .cn {
  font-size: 30px;
  color: #d90015;
  margin-bottom: 10px
}

.about .container>.title .en {
  
  font-size: 20px;
  color: #636363
}

.about-fir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden
}

.about-fir .left {
  width: 42.42%;
  padding: 25px 20px 0;
  position: relative;
  -webkit-animation-name: transition1-data-v-02f37144;
  animation-name: transition1-data-v-02f37144;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
	    padding-top: 12%;
}

/* .about-fir .left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75.89%;
  height: 1px;
  background-color: #ced7db
} */

.about-fir .left .title {
  display: inline-block;
  text-align: center
}
.about-fir .left .title .cn {
  font-size: 30px; margin:10px 0;
  color: #d90015;
}

.about-fir .left .title .en {
  
  font-size: 20px;
  color: #636363
}

.about-fir .left .content {
  font-size: 12px;
  color: #6f6e6e;
  line-height: 35px;
  padding: 60px 0;
  text-indent: 2em
}

.about-fir .left .content p{
	text-align:left;
}

.about-fir .right {
  width: 54.92%;
  margin-right: 2.66%;
  position: relative
}

.about-fir .right .img {
  position: relative;
  -webkit-animation-name: transition2-data-v-02f37144;
  animation-name: transition2-data-v-02f37144;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.about-fir .right .img img {
  display: block;
  width: 100%
}

.about-fir .right .video {
  position: absolute;
  top: 64px;
  left: -420px;
  width: 455px;
  -webkit-animation-name: transition2-data-v-02f37144;
  animation-name: transition2-data-v-02f37144;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.about-fir .right .video img {
  display: block;
  width: 100%
}

.about-fir .right .sign {
  position: absolute;
  top: 49.22%;
  right: -35px;
  
  font-size: 70px;
  color: #d90015
}

.about-fir .right .sign:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 96px;
  height: 2px;
  margin-left: -48px;
  background-color: #d90015
}

.about-fir .right .content {
  font-size: 12px;
  color: #6f6e6e;
  line-height: 35px;
  margin-top: 100px;
  text-indent: 2em;
  -webkit-animation-name: transition2-data-v-02f37144;
  animation-name: transition2-data-v-02f37144;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.about-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 100px
}

.about-sec .left {
  width: 46.66%;
  margin-left: 7.12%;
  position: relative;
  -webkit-animation-name: transition1-data-v-02f37144;
  animation-name: transition1-data-v-02f37144;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.about-sec .left img {
  display: block;
  width: 100%
}

.about-sec .left .sign {
  position: absolute;
  bottom: 14.24%;
  left: -395px;
  
  font-size: 70px;
  color: #d90015
}

.about-sec .left .sign:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 96px;
  height: 2px;
  margin-left: -48px;
  background-color: #d90015
}

.about-sec .right {
  width: 46.22%;
  padding: 0 20px;
  font-size: 12px;
  color: #6f6e6e;
  line-height: 35px;
  text-indent: 2em;
  -webkit-animation-name: transition2-data-v-02f37144;
  animation-name: transition2-data-v-02f37144;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

@-webkit-keyframes transition1-data-v-02f37144 {
  0% {
    -webkit-transform: translate(-100px,-100px);
    transform: translate(-100px,-100px);
    opacity: 0
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
  }
}

@keyframes transition1-data-v-02f37144 {
  0% {
    -webkit-transform: translate(-100px,-100px);
    transform: translate(-100px,-100px);
    opacity: 0
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
  }
}

@-webkit-keyframes transition2-data-v-02f37144 {
  0% {
    -webkit-transform: translate(100px,-100px);
    transform: translate(100px,-100px);
    opacity: 0
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
  }
}

@keyframes transition2-data-v-02f37144 {
  0% {
    -webkit-transform: translate(100px,-100px);
    transform: translate(100px,-100px);
    opacity: 0
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1
  }
}

@media(max-width:768px) {
  .about-fir .left,.about-fir .right {
    width: 100%;
    margin: 0
  }

  .about-fir .left {
    padding: 0 20px
  }

  .about-fir .right .video {
    display: none
  }

  .about-sec .left,.about-sec .right {
    width: 100%
  }
}


.contact-wrap {
  position: absolute; left: 10%; top:0;
  background-color: #d90015; z-index: 7;
  width: 500px; height: 1000px;
  max-width: 100%;
  padding: 200px 50px 150px;
  text-align: center;
  color: #fff
}

.contact-wrap .logo img {
  max-width: 100%
}

.contact-wrap .title {
  font-size: 20px;
  padding: 30px 0
}

.contact-wrap .item {
  padding: 30px 0;
  border-bottom: 1px solid rgba(121,197,237,.2)
}

.contact-wrap .item .tit {
  font-family: Embassy BT;
  font-size: 20px
}

.contact-wrap .item .text {
  font-size: 14px;
  margin-top: 10px
}

.contact-wrap .qrcode {
  margin-top: 100px
}

.contact-wrap .qrcode img {
  max-width: 100%
}






.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;
}
.table{
	min-height:100px;
}
.table table{
	float:right; margin:0 !important;
}



@media(max-width:768px) {
  .inner-banner {
    height: 300px;
}
.inner-page .sidebar {
    width: 100%;
}
.inner-page .box-right {
    width: 100%;
    padding-left: 0; margin-top: 40px;
}
.nav li {
    float: left;
    padding-right: 0;
    line-height: 1;
    width: 100%;
}
.inner-banner h2 {
    font-size: 25px;
}
.contact-wrap {
    width: 280px;
}
}


.fix-side{
	position: fixed;
	right: -165px;
	bottom: 10%;
	z-index: 500;
}
.fix-side .mvBtn{
	width: 36px;
	height: 157px;
	cursor: pointer;
	background: url(../images/side-btn.png) no-repeat center;
   margin-top: 40px;
}
.fix-side .side-con{
	padding-bottom: 19px;
	width: 165px;
	background: #f0f0f0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
}
.fix-side .side-con .c-btn{
	padding: 22px 0 0 22px;
}
.fix-side .side-con .c-btn p{
	text-align:center; font-size:16px; font-weight:bold;
	padding:10px 0; text-transform:uppercase;
}
.fix-side .side-con img{
	display:block; margin:0 auto;
}

.fix-side .side-con .c-btn a.bb{
	border-color: #2fc575;
}
.fix-side .side-con .c-btn a img{
	width: auto;
}
.fix-side .side-con .c-btn a i{
	display: inline-block;
	width: 52px;
	text-align: center;
	color: #010101;
	font-size: 12px;
	line-height: 10px;
	font-family: roboto-bold;
	margin-left: 12px;
}
.fix-side .side-con .phone-box{
	padding: 15px 0;
	background: #fff;
}
.fix-side .side-con .phone-box>span{
	border: 1px solid #0094d9;
	display: block;
	padding: 4px 0 10px 9px;
}


@media(max-width:700px) {
  .inner-banner {
    height: 200px;
}
  .about-sec .left .sign,.about-fir .right .sign {
    display: none;
}
.product-page .box-right .bottom ul li {
    width: 50%;
}
.prodet-page .prodet-1 .left {
    width: 100%;
}
.prodet-page .prodet-1 .right {
    width: 100%; margin-bottom: 20px;
    padding-left: 0;
}
.prodet-page .prodet-3 .box ul li {
    padding: 10px;
    width: 50%;
}
.contact-wrap{
  height: 500px; padding: 20px; position: relative; width:100%; left:0;
  padding-top: 50px;
}
.amap-container{
  height: 500px !important; 
}
.contact-wrap .title{
  display: none;
}
.contact-wrap .logo{
  display: none;
}
	.i-qr,.fix-side{
		display:none;
	}
	#footer .footer-bottom{
		padding:10px 0;
	}
	#footer .footer-bottom p {
    padding: 5px 0;
    text-align: center;
    width: 100%;
}
	#index-body .i-about img{
		display:none;
	}
	#index-body .i-about .mobile-video{
	display: block; margin:0 auto; padding-top:20px;position:relative; z-index:0;
}
	#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;
}	
	.inner-page .box-right .table2 table{
		display: block;
    width: 100%;
    overflow-x: scroll;
	}
}




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

}











