/* 内页头部 */
a{
  color: inherit;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.cl::after {
    content: '\20';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.slick-track{
  margin-left: 0;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1218px;
  margin: 0 auto;
}

.language-box{
  font-size: 14px;
}

#header {
  z-index: 200;
  position: relative;
}
#header .nav {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  padding: 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 22px;
  font-size: 16px;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #f8b1b0;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  /*background: #fff;*/
  top: 100%;
  left: -10px;
  /*width: 180px;*/
  width: auto;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  /*box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);*/
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #f8b1b0;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 25px;
  cursor: pointer;
  cursor: hand;
}
#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;
}

/* end */






/* 底部 */
#footer .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 100px 0 80px;
}
#footer .footer-top{
  background-color: #fff7f7;
}
#footer .footer-logo {
  max-width: 260px;
}
#footer .footer-logo .logo-img {
  margin-bottom: 20px;
}
#footer .footer-logo p {
  font-weight: 100;
  font-size: 14px;
  line-height: 2;
}
#footer .contact {
  max-width: 230px;
}
#footer .footer-logo .social-links {
  margin-top: 30px;
}
#footer .footer-logo .social-links a {
  display: inline-block;
  /*width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #2a2b2a;*/
  color: #f8b1b0;
  text-align: center;
  line-height: 40px;
  /*box-shadow: 0 -1px 0 #3c3c3c;*/
  font-size: 25px;
}
#footer .footer-logo .social-links a:not(:last-child) {
  margin-right: 20px;
}
#footer .footer-block h4 {
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
#footer .footer-block ul li{
  font-size: 14px;
}
#footer .footer-block ul li a:hover{
  color: #f8b1b0;
}
#footer .fast-link ul li:not(:last-child) {
  margin-bottom: 10px;
}
#footer ul {
  margin-top: 25px;
}
#footer .line {
  width: 65px;
  height: 1px;
  background-color: #059394;
}
#footer .product-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
#footer .contact p {
  position: relative;
  line-height: 2;
  margin: 0;
}
#footer .contact p span {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .contact p span i {
  font-size: 14px;
}
/*#footer .contact ul li:not(:last-child) {
  margin-bottom: 12px;
}*/
#footer .fast-link ul li a,
#footer .product-list ul li a {
  border-bottom: 1px solid transparent;
}
#footer .footer-bottom {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  background-color: #f8b1b0;
  line-height:2;
}



@media screen and (max-width:1127px) {
  #header{
    display: none;
  }
  .inner-banner,h1.charmcat, .charmt{
    display: none;
  }
  .inner-page {
    margin-top: 60px;
  }
}


@media screen and (max-width:1000px) {
  #footer .footer-block {
    width: 46%;
    max-width: unset!important;
    margin-bottom: 20px;
  }
  .Auxil-industry{
    display: none!important;
  }
}

@media screen and (max-width:500px) {
  #footer .footer-block{
    width: 100%;
  }

  #footer .footer-content{
    padding: 60px 0;
  }

}
/* end */






.content-index .middle .shutter-img > a .pa{
	position: absolute;
	width: 100%;
	max-width: 50%;
	right: 0;
}

.content-index .middle .shutter-img > a .pa h2{
	font-size: 57px;
	margin: 0;
}
.content-index .middle .shutter-img > a .pa h2 span{
	color: #db1b31;
}
.content-index .middle .shutter-img > a .pa h3{
	font-size: 37px;
	margin: 10px 0 45px;
	font-weight: 300;
}
.content-index .middle .shutter-img > a .pa .btn span{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 45px;
	background-color: #3f2525;
}


.content-index .middle .new-product{
	font-size: 0;
	height: 100%;
}
.content-index .middle .new-product .box{
	display: inline-block;
	width: 25%;
	height: 100%;
	position: relative;
}
.content-index .middle .new-product .box .img{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.content-index .middle .new-product .box .img a{
  width: 100%;
  height: 100%;
}
.content-index .middle .new-product .box a{
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	display: block;
	height: auto;
	width: auto;
}

.content-index .middle .new-product .box .mml-text{
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  font-size: 16px;
  transform: translateY(-50%);
  color: #fff;
  background: rgba(0,0,0,.38);
  padding: 60px 20px;
  opacity: 0;
  transition: .5s ease;
}

.content-index .middle .new-product .box .mml-text ul li{
  list-style-type: disc;
  margin-left: 15px;
}

.content-index .middle .new-product .box:hover .mml-text{
  opacity: 1;
}

.content-index .middle .new-product .box .cat-name{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: center;
	font-size: 20px;
	transform: translateY(100%);
	transition: .5s ease;
}
.content-index .middle .new-product .box .cat-name a{
	display: inline-block;
	padding: 15px 30px;
	background-color: rgba(58,58,58,.2);
	color: #fff;
}

.content-index .middle .new-product .box:hover .cat-name{
	bottom: 30px;
	transform: translateY(0);
}


.content-index .middle .address .box{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 30px;
	width: 100%;
}
.content-index .middle .address h2{
	font-size: 46px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.content-index .middle .address h2 span{
	color: #e61212;
}
.content-index .middle .address{
	position: absolute;
	height: 100%;
	width: 479px;
	background-color: rgb(47 47 47 / 38%);
	left: 0;
	top: 0;
}

.content-index .middle .address ul{
	margin-top: 50px;
}
.content-index .middle .address ul li img{
	width: auto;
	height: auto;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

.content-index .middle .address ul li .txt{
	padding-left: 30px;
	position: relative;
	font-size: 15px;
	line-height: 35px;
	color: #fff;
}
.content-index .middle .address ul li .txt span{
	position: absolute;
	left: 0;
	top: 0;
}
.content-index .middle .address ul li .txt span img{
	vertical-align: middle;
}


.content-index .middle .news{
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.content-index .middle .news a{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
}
.content-index .middle .news-one{
	width: 35%;
	height: 100%;
	display: inline-block;
	background-color: #eeeeee;
	position: relative;
}
.content-index .middle .news-one .box{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 40px;
}
.content-index .middle .news-one .box h2{
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.content-index .middle .news-one .box p{
	font-size: 18px;
	line-height: 30px;
	margin: 30px 0;
}
.content-index .middle .news-one .box .btn a{
	padding: 20px 50px;
	background-color: #a0a0a0;
	color: #fff;
	font-size: 16px;
	width: auto;
}
.content-index .middle .news-two{
	width: 45%;
	height: 100%;
	display: inline-block;
	background-color: red;
	position: relative;
}
.content-index .middle .news-two ul{
	width: 100%;
	height: 100%;
}
.content-index .middle .news-two .slick-list{
	width: 100%;
	height: 100%;
}
.content-index .middle .news-two .slick-track{
	height: 100%;
}
.content-index .middle .news-two .slick-slide > div{
	width: 100%;
	height: 100%;
}
.content-index .middle .news-two ul li{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.content-index .middle .news-three{
	width: 20%;
	height: 100%;
	display: inline-block;
	background-color: green;
	position: relative;
}
.content-index .middle .news-three .top{
	width: 100%;
	height: 50%;
	background-color: #007AFF;
}
.content-index .middle .news-three .center{
	width: 100%;
	height: 33.33%;
	background-color: #747474;
	color: #fff;
}
.content-index .middle .news-three .center .item{
	padding: 40px 25px;
	line-height: 30px;
	font-size: 18px;
}
.content-index .middle .news-three .bottom{
	width: 100%;
	height: 50%;
	background-color: #007AFF;
}



@media screen and (max-width:1800px) {
	.content-index .middle .news-three .center .item{
		font-size: 14px;
		line-height: 20px;
	}
	
	.content-index .middle .new-product .box .cat-name{
		font-size: 14px;
	}
}



@media screen and (max-width:1400px) {
	.content-index .middle .shutter-img > a .pa h2{
		font-size: 35px;
	}
	.content-index .middle .shutter-img > a .pa h3{
		font-size: 25px;
	}
	
	.content-index .middle .news-three .center .item{
		padding: 15px;
		font-size: 12px;
	}
	
	.content-index .middle .news-one .box h2{
		font-size: 35px;
	}
	.content-index .middle .news-one .box p{
		font-size: 18px;
		line-height: 20px;
	}
	
	.content-index .middle .address h2{
		font-size: 35px;
	}
	
	.content-index .middle .address ul li .txt{
		font-size: 14px;
		line-height: 30px;
	}
	
	.content-index .middle .address ul{
		margin-top: 20px;
	}
	
	.content .ball, .content-index .ball, .content-mo .ball{
		bottom: 45%;
	}
	.content .light, .content-index .light, .content-mo .light{
		bottom: 45%;
	}
}

.content-mo .header-nav-mo .logo img{
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin-left: 0;
}










/* 内页样式 */
.inner-banner {
  height: 450px;
  background: url("../images/inner-banner1.jpg") no-repeat center bottom;
  text-align: center;
  padding-top: 120px;
}
.inner-banner h2 {
  font-size: 40px;
  color: #333;
  text-align: center;
}
.inner-banner .mbx {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  margin: 0 10px;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: #f8b1b0;
}
.inner-banner .white h2,
.inner-banner .white .mbx {
  color: white;
}
.inner-page {
  padding: 60px 0;
}
.inner-page.black {
  background: black;
}
.inner-page.black .inner-nav ul li {
  color: white;
}
.inner-page.black .m-page {
  color: white;
}
.inner-page p,
.inner-page .content {
  font-size: 16px;
  color: #333;
  margin: auto;
  line-height: 30px;
}
.inner-page.pt-0 {
  padding-top: 0;
}
.inner-page.pb-0 {
  padding-bottom: 0;
}
.inner-page .inner-nav {
  text-align: center;
  padding: 40px 0;
}
.inner-page .inner-nav ul li {
  display: inline-block;
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/*.inner-page .inner-nav ul li:hover {
  color: #004b87;
}*/
.inner-page table {
  width: 100%!important;
  margin: 10px 0;
  table-layout: fixed;
  overflow: auto;
  white-space: nowrap;
}
.inner-page table tr:nth-child(odd) {
  background: #f5f5f5;
}
.inner-page table tr td,
.inner-page table tr th {
  border: 1px solid #e5e5e5;
  font-size: 16px;
  width: auto!important;
  white-space: normal!important;
  padding: 8px 0;
}
.inner-page .m-page {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 10px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span {
  background: #333;
  color: white;
}
.inner-page .m-page a:hover {
  background: #f8b1b0;
  color: white;
}
.inner-page a.more {
  display: inline-block;
  margin: 40px auto 0;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  padding: 0 40px;
  color: white;
  background: #f8b1b0;
  font-size: 18px;
}
.inner-page ul.four li {
  width: 25%;
  float: left;
}
.inner-page ul.three{
  font-size: 0;
}
.inner-page ul.three li {
  width: 33.3333%;
  display: inline-block;
}
.inner-page ul.five li {
  width: 20%;
}
.inner-page ul.two li {
  width: 50%;
}
.inner-page .m-link {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  background: #f5f5f5;
  margin-top: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.inner-page .m-link span {
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
}
.inner-page .m-link a,
.inner-page .m-link span {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-link a:hover,
.inner-page .m-link span:hover {
  color: #004b87;
}
.inner-page .m-link .left {
  float: left;
  width: 35%;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inner-page .m-link .right {
  float: right;
  width: 35%;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.about-page .inner-about-1{
  text-align: center;
}
.about-page .inner-about-1 .container{
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}
.about-page .inner-about-1 h2 {
  font-size: 30px;
  text-align: center;
  margin: 0;
}
.about-page .inner-about-1 .content {
  /*padding-top: 30px;*/
  font-size: 18px;
  line-height: 2;
}
.about-page .inner-about-2 {
  margin: 100px 0;
  background: url("/charmpackage/2021/05/14/about-003.jpg") no-repeat center;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 100px 0;
}
.about-page .inner-about-2:after {
  content: '';
  background: #f8b1b0;
  opacity: .7;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about-page .inner-about-2 ul {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 0;
}
.about-page .inner-about-2 ul li {
  width: 33.3333%;
  display: inline-block;
  color: white;
  padding: 20px 40px;
}
.about-page .inner-about-2 ul li i {
  font-size: 40px;
}
.about-page .inner-about-2 ul li h3 {
  font-size: 24px;
  margin: 10px 0 15px;
}
.about-page .inner-about-2 ul li p {
  font-size: 14px;
  line-height: 24px;
  color: inherit;
}
.about-page .inner-about-3 {
  text-align: center;
  padding-top: 30px;
}
.about-page .inner-about-3 .container{
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}
.about-page .inner-about-3 h2 {
  font-size: 30px;
  margin: 0;
}
.about-page .inner-about-3 p {
  color: #333;
  font-size: 18px;
  line-height: 2;
  padding-top: 30px;
}
.about-page .inner-about-3 .box {
  padding-top: 50px;
  display: inline-block;
  width: 100%;
}
.about-page .inner-about-3 .box ul li {
  width: 20%;
  float: left;
  position: relative;
}
.about-page .inner-about-3 .box ul li a {
  display: block;
}
.about-page .inner-about-3 .box ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .inner-about-3 .box ul li img {
  width: 100%;
}
.about-page .inner-about-3 .box ul li .box2 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .inner-about-3 .box ul li .box2 h3 {
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
}
.about-page .inner-about-3 .box ul li .box2 .content,
.about-page .inner-about-3 .box ul li .box2 p {
  font-size: 16px;
  color: white;
  line-height: 24px;
}
.about-page .inner-about-3 .box ul li:hover a:after {
  opacity: 1;
}
.about-page .inner-about-3 .box ul li:hover .box2 {
  opacity: 1;
  top: 50%;
}
.about-page .inner-about-3 .box ul .slick-dots {
  text-align: center;
  padding-top: 40px;
}
.about-page .inner-about-3 .box ul .slick-dots li {
  padding: 0;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 100%;
  display: inline-block;
  float: none;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .inner-about-3 .box ul .slick-dots li button {
  display: none;
}
.about-page .inner-about-3 .box ul .slick-dots li.slick-active {
  background: black;
}
.faq-page ul li {
  display: block;
  padding: 40px 30px;
  border-radius: 5px;
  background: #f5f5f5;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  word-break: break-word;
}
.faq-page ul li:after {
  content: "\f128";
  font-family: "FontAwesome";
  font-size: 24px;
  color: white;
  position: absolute;
  top: 0;
  left: 10px;
}
.faq-page ul li:before {
  content: '';
  width: 50px;
  height: 100px;
  display: block;
  position: absolute;
  top: -35px;
  left: -20px;
  background: #222;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page ul li h3 {
  font-size: 24px;
  color: black;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.faq-page ul li:hover:before {
  background: #f8b1b0;
}
.lg-page ul {
  margin: -10px;
}
.lg-page ul li {
  padding: 10px;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li a img{
  max-width: 100%;
}
.lg-page ul li a h3 {
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  background: #f5f5f5;
  z-index: 1;
  position: relative;
  text-align: center;
  font-size: 18px;
}
.product-page.black .box ul li {
  border-color: #222;
}
.product-page .box ul li {
  border: 1px solid white;
}
.product-page .box ul li a {
  display: block;
  position: relative;
}
.product-page .box ul li a img{
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}
.product-page .box ul li a h3 {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  font-size: 16px;
  color: white;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 60%;
  text-align: center;
}
.product-page .box ul li a span {
  line-height: 40px;
  color: white;
  background: #222;
  border-radius: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .box ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .box ul li a:hover h3 {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.product-page .box ul li a:hover span {
  bottom: 10px;
  opacity: 1;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
.product-page .box ul li a:hover:after {
  opacity: 1;
}
.prodet-page .prodet-1 {
  display: inline-block;
  width: 100%;
}
.prodet-page .prodet-1 .lg-pro {
  margin-top: 40px;
}
.prodet-page .prodet-1 .lg-pro ul {
  /*padding: 0 20px;*/
  margin: -5px;
}
.prodet-page .prodet-1 .lg-pro ul li {
  width: 20%;
  float: left;
  margin: 0;
  padding: 5px;
}
.prodet-page .prodet-1 .lg-pro ul li>a{
  display: block;
  background-color: #b2b2b2;
}
.prodet-page .prodet-1 .lg-pro ul li img{
  max-width: 100%;
}
.prodet-page .prodet-1 .lg-pro ul .slick-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  color: transparent;
  overflow: hidden;
  border: none;
  background-color: #222;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .lg-pro ul .slick-arrow:hover {
  background-color: #f8b1b0;
}
.prodet-page .prodet-1 .lg-pro ul .slick-arrow.slick-prev {
  left: 0;
  background-image: url("../images/banner-btn-l.png");
}
.prodet-page .prodet-1 .lg-pro ul .slick-arrow.slick-next {
  right: 0;
  background-image: url("../images/banner-btn-r.png");
}
.prodet-page .prodet-1 .left {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.prodet-page .prodet-1 .left a.img {
  display: block;
  cursor: zoom-in;
  text-align: center;
  background-color: #b2b2b2;
}
.prodet-page .prodet-1 .left a.img img{
  max-width: 100%;
}
.prodet-page .prodet-1 .right {
  float: right;
  width: 50%;
  padding-left: 20px;
}
h1.wow.fadeInUp.animated {
  line-height: 40px;
}
.prodet-page .prodet-1 .right h2 {
  font-size: 38px;
  color: #222;
  margin: auto;
}
.prodet-page .prodet-1 .right span.evaluation {
  display: block;
}
.prodet-page .prodet-1 .right span.evaluation:after {
  content: "\f005 \f005 \f005 \f005 \f123";
  font-size: 16px;
  font-family: "FontAwesome";
}
.prodet-page .prodet-1 .right .content {
  padding-top: 0px;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 40px;
}
.prodet-page .prodet-1 .right .share li {
  display: inline-block;
  font-size: 16px;
  margin-right: 15px;
}
.prodet-page .prodet-2 {
  padding: 30px 0;
}
.prodet-page .prodet-2 .prodet-2-top {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}
.prodet-page .prodet-2 .prodet-2-top h2 {
  font-size: 34px;
  color: #222;
  text-transform: uppercase;
}
.prodet-page .prodet-2 .prodet-2-top ul {
  margin-top: 50px;
  display: inline-block;
}
.prodet-page .prodet-2 .prodet-2-top ul li {
  float: left;
  line-height: 50px;
  white-space: nowrap;
  padding: 0 50px;
  color: #333;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: -1px;
  border-bottom: 1px solid transparent;
}
.prodet-page .prodet-2 .prodet-2-top ul li:hover,
.prodet-page .prodet-2 .prodet-2-top ul li.active {
  color: #004b87;
  border-color: #f8b1b0;
}
.prodet-page .prodet-2 .prodet-2-bottom {
  border-bottom: 1px solid #f5f5f5;
  display: inline-block;
  width: 100%;
}
.prodet-page .prodet-2 .prodet-2-bottom>.ui>ul>li {
  display: none;
}
.prodet-page .prodet-2 .prodet-2-bottom ul li .content {
  margin-top: 40px;
  padding: 40px 0;
}
.prodet-page .prodet-2 .prodet-2-bottom ul li .content p.form {
  text-align:center;
  font-size:16px;
  color:#6b5d5d;
}
.prodet-page .prodet-2 .prodet-2-bottom ul li .content .form {
  max-width:60%;
  margin:40px auto 0;
}
.prodet-page .prodet-2 .prodet-2-bottom ul li .content p.form {
  margin-top:0;
}
.prodet-page .prodet-3 {
  padding-bottom: 60px;
  display: inline-block;
  width: 100%;
}
.prodet-page .prodet-3 h2 {
  font-size: 34px;
  color: #222;
  text-transform: uppercase;
}
.productcharm {
    font-size: 16px;
    line-height: 32px;
}
.prodet-page .prodet-3 ul {
  padding-top: 40px;
}
.prodet-page .prodet-3 ul li {
  border: 1px solid white;
}
.prodet-page .prodet-3 ul li a {
  display: block;
  position: relative;
  background-color: #b2b2b2;
}
.prodet-page .prodet-3 ul li a img{
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}
.prodet-page .prodet-3 ul li a h3 {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  font-size: 16px;
  color: white;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 60%;
  text-align: center;
}
.prodet-page .prodet-3 ul li a span {
  line-height: 40px;
  color: white;
  background: #222;
  border-radius: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 ul li a:hover h3 {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.prodet-page .prodet-3 ul li a:hover span {
  bottom: 10px;
  opacity: 1;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
.prodet-page .prodet-3 ul li a:hover:after {
  opacity: 1;
}
.news-page .box ul {
  margin: -15px;
}
.news-page .box ul li {
  padding: 15px;
}
.news-page .box ul li a {
  display: block;
  background: white;
  -webkit-box-shadow: 0 0 15px #ccc;
  -moz-box-shadow: 0 0 15px #ccc;
  box-shadow: 0 0 15px #ccc;
}
.news-page .box ul li a img{
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}
.news-page .box ul li a .box2 {
  padding: 30px 40px;
  background: white;
  position: relative;
  z-index: 1;
  word-break: break-word;
}
.news-page .box ul li a .box2 time {
  font-size: 16px;
  color: #333;
}
.news-page .box ul li a .box2 h3 {
  font-size: 20px;
  color: #222;
  margin: 10px 0;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-page .box ul li a .box2 p {
  height: 58px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newdet-page h2 {
  font-size: 30px;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
}
.newdet-page time {
  font-size: 18px;
  text-align: center;
  display: block;

}
.newdet-page .content {
  padding: 40px 0;
}
.contact-page .contact-1 h2 {
  font-size: 34px;
  color: #222;
  text-transform: uppercase;
  text-align: center;
}
.contact-page .contact-1 .content {
  padding: 0px 0%;
}
.contact-page .contact-1 .box {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
}
.contact-page .contact-1 .left {
  width: 50%;
  float: left;
  padding-right: 20px;
}
.contact-page .contact-1 .left ul li {
  width: 100%;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  display: block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left ul li a.head-p {
  display: inline-block;
  vertical-align: middle;
  max-width: 25%;
  margin-right: -5px;
  padding-right: 5px;
}
.contact-page .contact-1 .left ul li dl {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  max-width: 90%;
}
.contact-page .contact-1 .left ul li dl{
  padding: 20px 0;
}
.contact-page .contact-1 .left ul li dl dd {
  color: #676767;
  font-size: 16px;
  line-height: 32px;
}
.contact-page .contact-1 .left ul li dl dd i {
  width: 20px;
  text-align: center;
}
.contact-page .contact-1 .left ul li dl dd:hover {
  color: #f8b1b0;
}
.contact-page .contact-1 .left ul li dl dd a {
  font-size: inherit;
  color: inherit;
}
.contact-page .contact-1 .right {
  width: 50%;
  float: right;
  padding-left: 20px;
}
.form ul {
  margin: 0 -10px;
  display:inline-block;
}
.form ul li {
  width: 50%;
  margin-bottom: 20px;
  float: left;
  padding: 0 10px;
}
.form ul li input,
.form ul li textarea {
  width: 100%;
  line-height: 24px;
  height: 50px;
  border: 1px solid #f5f5f5;
  background: white;
  padding: 13px 10px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.form ul li input:focus,
.form ul li textarea:focus {
  border-color: #f8b1b0;
  background: rgba(202, 0, 0, 0.01);
}
.form ul li textarea {
  height: 215px;
  resize: vertical;
}
.form ul li.message {
  width: 100%;
}
.form ul li.sub input[type="submit"] {
  background: #f8b1b0;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.form ul li.yzm .k {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
.form ul li.yzm .t {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin-left: -5px;
  padding-left: 15px;
}
.form ul li.yzm .t img{
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}
.contact-page .button-group .button {
  background: #f8b1b0;
}
.cloudzoom-zoom-inside {
  cursor: zoom-in;
}
@media screen and (max-width: 1380px) {
  .about-page .inner-about-3 .box ul li .box2 h3 {
    font-size: 18px;
  }
  .about-page .inner-about-3 .box ul li .box2 .content,
  .about-page .inner-about-3 .box ul li .box2 p {
    font-size: 14px;
  }
  .inner-page ul.five li {
    width: 25%;
  }
  .inner-page ul.four li {
    width: 33.3333%;
  }
  .prodet-page .prodet-3 ul li:last-child {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .news-page .box ul li a .box2 {
    padding: 15px 20px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .prodet-page .prodet-2 .prodet-2-bottom ul li .content .form {
    max-width:100%;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 100%;
  }
  /*.inner-banner {
    height: 300px;
    padding-top: 120px;
  }*/
  .inner-banner h2 {
    font-size: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-page {
    padding: 0px 0;
  }
  .inner-page p,
  .inner-page .content {
    font-size: 14px;
    line-height: 2;
  }
  .about-page .inner-about-1 h2 {
    font-size: 34px;
  }
  .about-page .inner-about-2 {
    margin: 50px 0;
  }
  .about-page .inner-about-2 ul li {
    padding: 10px 20px;
  }
  .about-page .inner-about-2 ul li i {
    font-size: 30px;
  }
  .about-page .inner-about-2 ul li h3 {
    font-size: 20px;
    margin: 5px 0;
  }
  .inner-page ul.five li {
    width: 33.333%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .right h2 {
    font-size: 30px;
  }
  .prodet-page .prodet-3 h2 {
    font-size: 26px;
  }
  .news-page .box ul li a .box2 time {
    font-size: 14px;
  }
  .news-page .box ul li a .box2 h3 {
    font-size: 18px;
    margin: 15px 0;
  }
  .contact-page .contact-1 h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 760px) {
  .about-page .inner-about-2 ul li {
    width: 50%;
  }
  .inner-page ul.five li,
  .inner-page ul.four li,
  .inner-page ul.three li {
    width: 50%;
  }
  .prodet-page .prodet-3 ul li:last-child {
    display: block;
  }
  /*.inner-banner {
    height: 300px;
    padding-top: 100px;
  }*/
  .inner-banner h2 {
    font-size: 26px;
  }
  .inner-banner .mbx {
    font-size: 13px;
  }
  .newdet-page h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .newdet-page time {
    font-size: 16px;
  }
  .form ul li {
    width: 100%;
  }
  .form ul li input,
  .form ul li textarea {
    padding: 7px 10px;
    height: 40px;
  }
  .form ul li textarea {
    height: 120px;
  }
  .amap-container {
    height: 250px !important;
  }
  .contact-page .contact-1 h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .prodet-2-top ul li {
    padding:0 20px;
  }
}
@media screen and (max-width: 400px) {
  .contact-page .contact-1 .left ul li dl dd {
    font-size: 12px;
    line-height: 18px;
  }
  .contact-page .contact-1 .left ul li {
    padding: 8px 0;
  }
  .contact-page .contact-1 .left ul li dl {
    max-width: 75%;
  }

  .inner-page ul.five li, .inner-page ul.four li, .inner-page ul.three li{
    width: 100%;
  }
}




/* 新-产品中心 */
.inner-page .new-inner-nav{
  position: relative;
}
.inner-page .new-inner-nav ul{
  font-size: 0;
}
.inner-page .new-inner-nav ul li{
  display: inline-block;
  width: 20%;
}
.inner-page .new-inner-nav ul li img{
  max-width: 100%;
  width: 100%;
}
.inner-page .new-inner-nav ul li a{
  display: block;
  position: relative;
}
.inner-page .new-inner-nav ul li .cat-name{
  width: 100%;
  font-size: 24px;
  position: absolute;
  text-align: center;
  padding: 0 50px;
  opacity: 0;
  transition: .5s ease;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
.inner-page .new-inner-nav ul li .cat-name span{
  display: block;
  background-color: rgba(58,58,58,.2);
  color: #fff;
  padding: 20px 0;
}
.inner-page .new-inner-nav ul li:hover .cat-name{
  bottom: 30px;
  transform: translateY(0);
  opacity: 1;
}
.inner-page .new-inner-nav > span{
  display: inline-block;
  width: 50px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: rgba(248, 177, 176, 0.4);
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.inner-page .new-inner-nav > span.left-btn{
  left: 35px;
}
.inner-page .new-inner-nav > span.right-btn{
  right: 35px;
}
.inner-page .new-box{
  padding: 0px 0;
}
.inner-page .new-box .pro-cat span{
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  font-size: 24px;
}
.chrampa {
  line-height: 32px;
  font-size: 16px;
  margin-bottom: 20px;
}
.inner-page .new-box .list{
  margin-top: 35px;
}
.inner-page .new-box ul{
  margin: -3px;
  font-size: 0;
}
.inner-page .new-box ul li{
  padding: 3px;
  width: 33.33%;
  display: inline-block;
}
.inner-page .new-box ul li .img{
  background-color: #b2b2b2;
  position: relative;
  overflow: hidden;
}
.inner-page .new-box ul li img{
  width: 100%;
}
.inner-page .new-box ul li .name{
  font-size: 24px;
  line-height: 36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(248, 177, 176, 0.4);
  padding: 30px 0;
  text-align: center;
  transition: .5s ease;
}
.inner-page .new-box ul li:hover .name{
  transform: translateY(-100%);
}
/* end */




.content-mo .mo-product .pro-list ul{
  font-size: 0;
}
.content-mo .mo-product .pro-list ul li{
  display: inline-block;
  width: 50%;
  padding: 5px;
}
.content-mo .mo-product .pro-list ul li img{
  max-width: 100%;
}
.content-mo .mo-product .pro-list ul li .name{
  font-size: 14px;
  line-height: 28px;
}


.mbx-2 {
  padding: 15px 0;
  background: #f3f5f7;
  font-size: 18px;
  color: #373737;
  line-height: 2;
}
.mbx-2 span {
  color: #f8b1b0;
}
.mbx-2 a:hover {
  text-decoration: underline;
}



.slider-for img{
  max-width: 100%;
  background-color: #b2b2b2;
}
@media screen and (max-width:768px) {
  .about-page .inner-about-1 h2{
    font-size: 24px;
  }
  .about-page .inner-about-1 .content{
    padding-top: 0;
  }

  .inner-page .new-box{
    padding-top: 0;
  }
  .mbx-2{
  margin-top:40px;
  font-size:16px;}
  .inner-page .new-box .pro-cat,
  #footer .footer-block.fast-link,
  #footer .footer-block.product-list,
  .inner-page .m-link .left,
  .inner-page .m-link .right{
    display: none;
  }
  .inner-page .new-box ul li,
  .news-page .box ul li{
    width: 100%;

    margin-bottom: 20px;
  }
  .inner-page .new-box ul li .name{
    position: static;
    font-size:16px;
    background: none;
  }

  .inner-page .m-page a, .inner-page .m-page span{
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin:0 5px;
  }

  .about-page .inner-about-3 h2{
    font-size: 24px;
  }

  .about-page .inner-about-3 p{
    font-size: 16px;
    line-height: 2;
  }

  .about-page .inner-about-2{
    padding: 60px 0;
  }

  .prodet-page .prodet-2 .prodet-2-top ul li{
    font-size: 16px;
  }

  .prodet-page .prodet-2 .prodet-2-bottom ul li .content{
    padding: 0;
  }

  .prodet-page .prodet-2 .prodet-2-top ul{
    margin-top: 0;
  }

  .prodet-page .prodet-1 .right h2{
    font-size: 20px;
  }

  .prodet-page .prodet-3 h2{
    font-size: 20px;
  }
}


@media screen and (max-width:500px) {
  .about-page .inner-about-2 ul li{
    width: 100%;
  }

  .about-page .inner-about-2{
    background: transparent;
  }
}




/* 三级分类 */
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 0.9rem;
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu li {
  display: block;
  float: none;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li ul.sub-menu li:hover {
  background: #f8b1b0;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li > ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}





.seo_title{
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

#seo_about ._box{
  margin: -15px;
  font-size: 0;
}

#seo_about ._left,
#seo_about ._right{
  padding: 15px;
}

#seo_about ._text{
  font-size: 16px;
}

#seo_other ._text{
  font-size: 16px;
}

#honor_list ul{
  margin: -15px;
}

#honor_list ul li{
  padding: 15px;
}

#news_list ul{
  margin: -15px;
}

#news_list ul li{
  padding: 15px;
}

#news_list ._time span{
  display: inline-block;
  padding: 5px;
}

#news_list ._time span._cate{
  color: #FFFFFF;
  background-color: #000000;
}

#news_list ._time span._date{
  background-color: #CCCCCC;
}

#news_list ._table{
  padding: 20px;
  border: 2px solid #CCCCCC;
}

#news_list ._table ._name{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#news_list ._table ._time{
  margin-top: 15px;
      font-size: 14px;
    line-height: 2;
}

#news_list ._table ._text{
  font-size: 16px;
  margin-top: 15px;
  line-height: 2;
  margin-bottom: 15px;
}
#news_list ._table ._more{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.Auxil-industry{
  font-size: 16px;
    line-height: 2;
    padding: 30px 0;
}