@charset "utf-8";
@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');
}
@media screen and (max-width: 1000px){
  .polymer,.retardant {
    display: none !important;
  }

}
body {
  font-family: "roboto-regular";
  margin: 0 auto;
  max-width: 1920px;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1208px;
}
.ui.container2 {
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  width: 1375px;
}
#header {
  z-index: 20000;
  position: relative;
}
#header .h-top {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #ececec;
}
#header .h-top .left {
  float: left;
}
#header .h-top .left li {
  display: inline-block;
  font-size: 14px;
  color: #303030;
  margin-right: 30px;
}
#header .h-top .right {
  float: right;
}
#header .h-top .right ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #333333;
  margin-left: 15px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  line-height: 90px;
  height: 90px;
  font-size: 0;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  line-height: normal;
}
#header .nav .ui.menu .box.right {
  float: right;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 15px;
  font-size: 16px;
  color: #ed7020;
  font-weight: bold;
  -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 {
	position:relative;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #ed7020;
	text-decoration:underline;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul {
  -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;
  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);
  border-bottom: 3px solid #ed7020;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul ul {
	position:absolute;
	left:100%;
	top:0;
  max-height: 600px;
  overflow: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: #ed7020;
  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 a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu  li:hover>ul {
  -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 .yuy {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  padding: 0 13px;
  border-radius: 15px;
  background: #ed7020;
  color: white;
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .yuy .lang{
  text-align: left;
            position: absolute;
            font-size: 14px;
            background: #fff;
            top: 100%;
            left: 0;
            width: 120px;
            box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
            border-bottom: 3px solid #d7000f;
            display: none;
}
#header .nav .ui.menu .yuy .lang li{
  display: block;
              float: none;
              padding: 4px 10px;
              line-height: 22px;
              color: #000;
              -webkit-transition: .5s all,line-height 0s;
              -moz-transition: .5s all,line-height 0s;
              transition: .5s all,line-height 0s;
              text-transform: capitalize;
}
#header .nav .ui.menu .yuy .lang li a{
  display: flex;
                align-items: center;
                font-size: 14px;
}
#header .nav .ui.menu .yuy .lang li a img{
  max-width: 22px;
                  display: inline-block;
                  vertical-align: middle;
                  margin-right: 5px;
                  margin-top: -3px;
}
#header .nav .ui.menu .yuy .lang li:hover{
  background: #222;
                color: white;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
}
#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;
}
#banner .slick-slide,.inner-page .slick-slide {
  padding: 0;
}
.slideBox {
  font-size: 0;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #ed7020;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #ed7020;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #ed7020;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
	height:auto !important;
  margin-bottom: 20px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
	height:auto !important;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.prodet-page p {
	text-align:justify;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.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;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #ed7020 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 220000;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ed7020;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ed7020;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  text-align: center;
}
#banner li .content h2 {
  font-size: 58px;
  font-weight: bold;
  color: white;
  display: inline-block;
  background: rgba(105, 116, 145, 0.38);
  padding: 0 20px;
}
#banner li .content p {
  display: block;
  font-size: 55px;
  color: #70747f;
  font-family: "Calibri";
  margin-top: 20px;
	text-shadow:-2px 0 3px white;
}
#banner li .content a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 50px;
  border: 2px solid white;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  margin-top: 50px;
}
#index-body h2.public {
  font-size: 34px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
#index-body h2.public:after {
  content: '';
  width: 120%;
  height: 2px;
  background: url("../images/icon-bk-bg.png");
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body h2.public:before {
  content: '';
  width: 40px;
  height: 2px;
  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%);
  z-index: 1;
  background: #333;
}
#index-body p.t {
  font-size: 16px;
  color: #656c75;
  line-height: 30px;
  max-width: 440px;
  margin: 20px auto 0;
}
#index-body .init-1 {
  background: #f6f9fb;
}
#index-body .init-1 .init-1-top {
  -webkit-transform: translateY(-75px);
  -moz-transform: translateY(-75px);
  -ms-transform: translateY(-75px);
  -o-transform: translateY(-75px);
  transform: translateY(-75px);
}
#index-body .init-1 .init-1-top ul {
  font-size: 0;
}
#index-body .init-1 .init-1-top ul li {
  width: 25%;
  display: inline-block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .init-1-top ul li span {
  padding: 5px;
  display: inline-block;
  border-radius: 100%;
  background: white;
}
#index-body .init-1 .init-1-top ul li span i {
  width: 130px;
  height: 130px;
  border: 2px solid #ed7020;
  line-height: 130px;
  text-align: center;
  display: block;
  border-radius: 100%;
}
#index-body .init-1 .init-1-top ul li span i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .init-1-top ul li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  color: #ed7020;
}
#index-body .init-1 .init-1-top ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
#index-body .init-1 .init-1-bottom {
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#index-body .init-1 .init-1-bottom:after {
  content: '';
  height: 1px;
  width: 200%;
  position: absolute;
  bottom: 40px;
  background: #99855d;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-1 .init-1-bottom h2 {
  font-size: 34px;
  color: #333333;
  text-transform: uppercase;
}
#index-body .init-1 .init-1-bottom p {
  font-size: 13px;
  color: #636363;
  line-height: 24px;
  margin: 35px 0 45px;
  text-transform: uppercase;
}
.acrylic{
  font-size: 14px;
  color: #636363;
  line-height: 28px;
  margin: 35px 0 45px;
  text-transform: uppercase;
}
.acrylic h1 {
display: inline;
font-weight: normal;
}
#index-body .init-1 .init-1-bottom ul li {
	width:33.3333%;
	display:inline-block;
	vertical-align:top;
	padding:0 15px;
	margin-left:-4px;
}
#index-body .init-1 .init-1-bottom ul {
	margin:0 -15px;
	padding-left:4px;
}
#index-body .init-1 .init-1-bottom li .content {
	padding:15px;
	background:#eee;
	text-align:left;
}
#index-body .init-1 .init-1-bottom .content h3 {
	font-size:18px;
	color:black;
	margin-bottom:10px;
}
#index-body .init-1 .init-1-bottom .content p {
	margin:0;
}
#index-body .init-1 .init-1-bottom a.more {
  display: inline-block;
  line-height: 80px;
  height: 80px;
  padding: 0 50px;
  border-radius: 5px;
  border: 2px solid #99855d;
  font-size: 18px;
  color: #99855d;
  text-transform: uppercase;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	margin-top:40px;
}
#index-body .init-1 .init-1-bottom a.more:hover {
  background: #99855d;
  color: white;
}
#index-body .init-2 {
  padding: 120px 0 100px;
  background: #f6f9fb;
  font-size: 0;
}
#index-body .init-2 .left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-top: 40px;
}
#index-body .init-2 .left h3 {
  color: #333333;
  font-size: 26px;
  line-height: 38px;
}
#index-body .init-2 .left ul {
	width:50%;
	display:inline-block;
	vertical-align:top;
  line-height: 30px;
}
#index-body .init-2 .left ul:last-child {
	margin-left:-4px;
}
#index-body .init-2 .left .box {
	padding-top: 40px;
}
#index-body .init-2 .left ul li {
  display: block;
  font-size: 18px;
  color: #636363;
  padding: 8px 0 8px 40px;
  position: relative;
  border-bottom: 1px #d7d7d7 dashed;
	vertical-align:top;
}
#index-body .init-2 .left ul li i {
  position: absolute;
  left: 4px;
  top: 7px;
}
#index-body .init-2 .right {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  text-align: right;
}
#index-body .init-2 .right .box {
  display: inline-block;
  position: relative;
}
#index-body .init-2 .right .dots li {
  position: absolute;
  width: 140px;
  height: 140px;
  display: block;
  border-radius: 100%;
  border-color: #e7e8ef;
  border-style: solid;
  line-height: 140px;
  text-align: center;
  background: white;
  z-index: 1;
}
#index-body .init-2 .right .dots li img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-2 .right .dots li:nth-child(1) {
  left: -10px;
  top: -10px;
  border-width: 8px 3px 3px 8px;
}
#index-body .init-2 .right .dots li:nth-child(2) {
  right: -10px;
  top: -10px;
  border-width: 8px 8px 3px 3px;
}
#index-body .init-2 .right .dots li:nth-child(3) {
  left: -10px;
  bottom: -10px;
  border-width: 3px 3px 8px 8px;
}
#index-body .init-2 .right .dots li:nth-child(4) {
  right: -10px;
  bottom: -10px;
  border-width: 3px 8px 8px 3px;
}
#index-body .init-2 .right .img {
  width: 525px;
  height: 525px;
  border-width: 3px 12px 12px 3px;
  border-color: #e7e8ef;
  border-style: solid;
  background: white;
  border-radius: 100%;
  line-height: 525px;
  text-align: center;
  position: relative;
}
#index-body .init-2 .right .img ul {
  width: 464px;
  height: 464px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  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: 2;
  white-space: nowrap;
}
#index-body .init-2 .right .img ul li {
  display: inline-block;
  vertical-align: top;
}
#index-body .init-3 {
  padding: 75px 0 90px;
  text-align: center;
  background: url("../images/init-3-bg.jpg") no-repeat center center;
}
#index-body .init-3 .box {
  padding-top: 40px;
  text-align: left;
}
#index-body .init-3 .box ul {
  margin: -10px;
  font-size: 0;
}
#index-body .init-3 .box ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
#index-body .init-3 .box ul li a {
  display: block;
  border: 1px solid #eaebf0;
}
#index-body .init-3 .box ul li a span {
  display: block;
  overflow: hidden;
}
#index-body .init-3 .box ul li a span img {
  width: 100%;
}
#index-body .init-3 .box ul li a .box2 {
  padding: 17px;
}
#index-body .init-3 .box ul li a h3 {
  font-size: 20px;
  color: #333333;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
 line-height: 38px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#index-body .init-3 .box ul li a em {
  font-size: 20px;
  color: #ea6611;
  font-weight: bold;
  margin-top: 10px;
}
#index-body .init-4 {
  padding: 20px 0;
  text-align: center;
  background: black;
  color: white;
  font-size: 18px;
}
#index-body .init-4 a {
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0 5px 0 10px;
}
#index-body .init-4 a:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: white;
}
#index-body .init-5 {
  background: #edeef2;
  padding: 70px 0 110px;
  text-align: center;
}
#index-body .init-5 .box {
  margin-top: 40px;
  background: white;
  padding: 80px;
  font-size: 0;
}
#index-body .init-5 .box .left {
  width: 43%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
#index-body .init-5 .box .left ul {
  margin: 0 -6px;
  font-size: 0;
  padding-top: 70px;
}
#index-body .init-5 .box .left ul li {
  width: 33.333%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}
#index-body .init-5 .box .left ul li .box2 {
  padding: 5px 5px 10px;
  border: 1px solid #d4d5d8;
  text-align: center;
  border-radius: 3px;
  background: white;
}
#index-body .init-5 .box .left ul li .box2 span {
  font-size: 12px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}
#index-body .init-5 .box .left ul li .box2 span em {
  font-size: 40px;
  color: #ee6f1f;
  margin-right: 5px;
  font-weight: normal;
}
#index-body .init-5 .box .left ul li .box2 p {
  font-size: 12px;
  color: #636363;
  text-transform: uppercase;
  white-space: nowrap;
}
#index-body .init-5 .box .left ul li:nth-child(1) {
  width: 40%;
}
#index-body .init-5 .box .left ul li:nth-child(2) {
  width: 34%;
}
#index-body .init-5 .box .left ul li:nth-child(3) {
  width: 26%;
}
#index-body .init-5 .box .right {
  width: 57%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
#index-body .init-5 .box .right a {
  margin-left: -50px;
  border-radius: 15px;
  display: inline-block;
}
#index-body .init-5 .box .content {
  background: #edeef2;
  padding: 30px 30px 50px;
  text-align: left;
  margin-top: -220px;
  border-radius: 15px;
  margin-right: -40px;
}
#index-body .init-5 .box .content .box2 {
  max-width: 340px;
}
#index-body .init-5 .box .content h3 {
  font-size: 30px;
  color: black;
  text-transform: uppercase;
}
#index-body .init-5 .box .content h3 em {
  color: #f19911;
}
#index-body .init-5 .box .content p {
  font-size: 15px;
  color: #636363;
  line-height: 28px;
  margin: 10px 0;
}
#index-body .init-5 .box .content a.more {
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  border-radius: 15px;
  background: #ee6f1f;
  color: white;
  font-size: 12px;
  display: inline-block;
}
#index-body .init-6 {
  text-align: center;
  padding: 80px 0 160px;
  overflow: hidden;
}
#index-body .init-6 .box {
  padding-top: 50px;
}
#index-body .init-6 .box ul {
  margin: 0 -15px;
  font-size: 0;
}
#index-body .init-6 .box ul li {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  font-size: 12px;
}
#index-body .init-6 .box ul li .box2 {
  border: 1px solid #e6e6e6;
  text-align: left;
}
#index-body .init-6 .box ul li .box2 a.img-box {
  display: block;
}
#index-body .init-6 .box ul li .box2 a.img-box img {
  width: 100%;
}
#index-body .init-6 .box ul li .box2 h3 {
  font-size: 22px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
  padding: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box ul li .box2 h3:hover {
  color: #ed7020;
}
#index-body .init-6 .box ul li .box2 p {
  font-size: 14px;
  color: #808082;
  line-height: 28px;
  margin: 10px 0 20px;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
}
#index-body .init-6 .box ul li .box2 .bottom {
  display: block;
  line-height: 50px;
  height: 50px;
  background: #f8f8f8;
  padding: 0 10px;
  white-space: nowrap;
}
#index-body .init-6 .box ul li .box2 .bottom div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #a8a8a8;
  padding: 0 8px;
  position: relative;
}
#index-body .init-6 .box ul li .box2 .bottom div:nth-child(1):after {
  display: none;
}
#index-body .init-6 .box ul li .box2 .bottom div:after {
  content: '';
  width: 1px;
  height: 20px;
  background: #edeef2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-6 .box ul .slick-dots {
  display: inline-block;
  margin: 55px auto 0;
  line-height: 26px;
  height: 26px;
  border-radius: 3px;
  padding: 0 5px;
  background: #f1f1f1;
  font-size: 0;
  position: relative;
}
#index-body .init-6 .box ul .slick-dots:after {
  content: '';
  width: 1920px;
  position: absolute;
  height: 1px;
  background: inherit;
  display: block;
  top: 50%;
  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;
}
#index-body .init-6 .box ul .slick-dots li {
  padding: 0;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #cfcfcf;
  background: white;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box ul .slick-dots li button {
  display: none;
}
#index-body .init-6 .box ul .slick-dots li.slick-active {
  background: #ec6d01;
  border-color: #ec6d01;
}
#index-body .init-7 {
  font-size: 0;
  background: url("../images/init-7-bg.jpg");
}
#index-body .init-7 .left {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}
#index-body .init-7 .left img {
  margin-top: -19%;
}
#index-body .init-7 .right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-7 .right ul {
  margin: -10px -5px;
}
#index-body .init-7 .right ul li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px;
}
#index-body .init-7 .right ul li input,
#index-body .init-7 .right ul li textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: white;
  border: 1px solid #edeef2;
  border-radius: 3px;
  font-size: 12px;
  color: black;
  padding: 0 10px;
}
#index-body .init-7 .right ul li.text {
  width: 100%;
}
#index-body .init-7 .right ul li.text textarea {
  line-height: 46px;
  resize: vertical;
}
#index-body .init-7 .right ul li.sub {
  width: 100%;
}
#index-body .init-7 .right ul li.sub input {
  border: 2px solid #008bd3;
  color: #008bd3;
  font-size: 14px;
  text-transform: uppercase;
}
#footer {
  background: #faf8f1;
  font-size: 0;
}
#footer .footer-top {
  padding: 50px 0 60px;
  font-size: 0;
}
#footer .footer-top .left {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
#footer .footer-top .left p {
  font-size: 15px;
  color: #636363;
  line-height: 28px;
  margin: 15px 0;
  max-width: 300px;
}
#footer .footer-top .left a.more {
  line-height: 50px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 12px;
  color: #ea6611;
  border: 2px solid #ea6611;
  text-transform: uppercase;
  margin-right: 20px;
}
#footer .footer-top .left a.more.active {
  background: #ea6611;
  color: white;
}
#footer .footer-top .right {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .right ul li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .right ul li dl {
  padding-right: 20px;
}
#footer .footer-top .right ul li dl dt {
  font-size: 18px;
  color: #333333;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
  text-indent: -5px;
}
#footer .footer-top .right ul li dl dt:after {
  content: '';
  width: 150px;
  height: 2px;
  background: url("../images/icon-bk-bg.png");
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
}
#footer .footer-top .right ul li dl dt:before {
  content: '';
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #333;
}
#footer .footer-top .right ul li dl dd {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 28px;
  padding-left: 30px;
  position: relative;
}
#footer .footer-top .right ul li:nth-child(1) {
  width: 30%;
}
#footer .footer-top .right ul li:nth-child(1) dl dd {
  padding-left: 20px;
  margin-top: 15px;
}
#footer .footer-top .right ul li:nth-child(1) dl dd:after {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  color: #ed7020;
}
#footer .footer-top .right ul li:nth-child(2) {
  width: 45%;
}
#footer .footer-top .right ul li:nth-child(2) dl dd {
  margin-top: 10px;
}
#footer .footer-top .right ul li:nth-child(2) dl i {
  width: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  text-align: center;
}
#footer .footer-top .right ul li:nth-child(2) dl i img {
  margin: 0 auto;
}
#footer .footer-top .right ul li:nth-child(3) {
  width: 25%;
}
#footer .footer-top .right ul li:nth-child(3) dl {
  padding-right: 0;
}
#footer .footer-top .right ul li:nth-child(3) dl dd {
  padding-left: 0;
}
#footer .footer-top .right ul li:nth-child(3) dl dd #ewm {
  padding: 15px;
  background: white;
}
#footer .footer-bottom {
  padding: 20px 0;
  background: black;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
	position:relative;
}
#footer .footer-bottom .left {
  float: left;
}
#footer .footer-bottom .right {
  float: right;
}
#footer .footer-bottom a:hover {
  text-decoration: underline;
}
#footer .footer-bottom .go-top {
	width:50px;
	height:50px;
	line-height:44px;
	text-align:center;
	font-size:28px;
	color:#666;
	background:white;
	border:3px solid #ea6611;
	position:absolute;
	right:30px;
	top:-80px;
	border-radius:100%;
	cursor:hand;
	cursor:pointer;
}
.slick-slide {
  padding: 5px 0;
}
@media screen and (max-width: 1400px) {
  .ui.container2 {
    width: 1200px;
  }
  .ui.container {
    width: 994px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
  }
  #banner li .content h2 {
    font-size: 30px;
  }
  #banner li .content p {
    font-size: 26px;
  }
  #banner li .content a.more {
    margin-top: 30px;
  }
  #index-body .init-1 .init-1-top ul li span i img {
    max-width: 40px;
  }
  #index-body .init-1 .init-1-top ul li h3 {
    font-size: 14px;
  }
  #index-body .init-1 .init-1-top ul li span i {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  #index-body .init-1 .init-1-top {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  #index-body .init-1 .init-1-bottom h2 {
    font-size: 28px;
  }
  #index-body .init-1 .init-1-bottom a.more {
    line-height: 60px;
    height: 60px;
  }
  #index-body .init-1 .init-1-bottom:after {
    bottom: 30px;
  }
  #index-body h2.public {
    font-size: 28px;
  }
  #index-body .init-5 .box .left ul li .box2 span em {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container2,
  .ui.container {
    width: 994px;
  }
  #index-body .init-2 .left h3 {
    font-size: 20px;
  }
  #index-body .init-2 {
    padding: 70px 0;
  }
  #index-body .init-3 .box ul li a h3 {
    font-size: 20px;
  }
  #index-body .init-3 .box ul li a em {
    font-size: 14px;
  }
  #index-body .init-5 .box {
    padding: 40px;
  }
  #index-body .init-5 .box .left ul li .box2 span em {
    font-size: 26px;
  }
  #index-body .init-5 .box .left ul li .box2 p {
    text-transform: capitalize;
  }
  #index-body .init-5 .box .content h3 {
    font-size: 24px;
  }
  #index-body .init-5 .box .content .box2 {
    width: 33%;
  }
  #index-body .init-5 .box .left ul {
    padding-top: 20px;
  }
  #index-body .init-5 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container,
  .ui.container2 {
    width: 100%;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .init-2 .left {
    width: 100%;
  }
  #index-body .init-2 .right {
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
  #index-body .init-2 .left ul {
    max-width: none;
    font-size: 0;
  }
  #index-body .init-2 .left ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
  }
  #index-body .init-2 .left ul li i {
    top: 5px;
  }
  #index-body .init-3 {
    padding: 60px 0;
  }
  #index-body .init-5 .box .content {
    margin-top: 20px;
  }
  #index-body .init-5 .box .content .box2 {
    width: 100%;
    max-width: none;
  }
  #index-body .init-5 .box .left ul li {
    width: 100% !important;
    margin-bottom: 10px;
  }
  #index-body .init-5 .box .left ul {
    padding-top: 10px;
  }
  #index-body .init-6 .box ul {
    margin: 0 -5px;
  }
  #index-body .init-6 .box ul li {
    padding: 0 5px;
  }
  #index-body .init-6 .box ul li .box2 h3 {
    font-size: 18px;
  }
  #index-body .init-6 {
    padding: 60px 0 100px;
  }
  #footer .footer-top .right ul li:nth-child(3) {
    display: none;
  }
  #footer .footer-top .right ul li:nth-child(2) {
    width: 60%;
  }
  #footer .footer-top .right ul li:nth-child(1) {
    width: 40%;
  }
  #footer .footer-top .left a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 12px;
    margin-right: 10px;
  }
  #footer .footer-top .left p {
    line-height: 2;
  }
  #index-body .init-6 .box ul li .box2 .bottom div {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container,
  .ui.container2 {
    width: 100%;
  }
  .newdet-page .container .right .cont {
    display: none;
}
.inner-page.newdet-page .left.column {
   width: 100%!important;
   margin-left: 5px!important;
}
	table {
		display:inline-block !important;
		width:100% !important;
		overflow:auto;
	}
  #banner .slick-slide .content {
    display: none !important;
  }
  #index-body .init-1 .init-1-top ul li {
    width: 50%;
    vertical-align: top;
    margin-bottom: 15px;
  }
  #index-body .init-1 .init-1-top {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding-top: 40px;
  }
  #index-body .init-1 .init-1-bottom h2 {
    font-size: 20px;
  }
  #index-body .init-1 .init-1-bottom {
    padding-top: 40px;
  }
  #index-body .init-1 .init-1-bottom p {
    font-size: 12px;
  }
  #index-body .init-1 .init-1-bottom a.more {
    padding: 0 15px;
    font-size: 14px;
  }
	#index-body .init-1 .init-1-bottom ul li {
		width:100%;
		margin-left:0;
		margin-bottom:15px;
	}
	#index-body .init-1 .init-1-bottom ul {
		padding-left:0;
	}
  #index-body .init-2 {
    padding: 30px 0;
  }
  #index-body .init-2 .left ul li {
    width: 100%;
  }
  #index-body h2.public {
    font-size: 24px;
  }
  #index-body .init-5 .box .left {
    width: 100%;
  }
  #index-body .init-5 .box .right {
    width: 100%;
    margin: 20px 0;
  }
  #index-body .init-5 .box .right a {
    margin: 0;
  }
  #index-body .init-5 .box {
    padding: 10px;
  }
  #index-body .init-5 .box .content {
    margin: 0;
    padding: 10px;
  }
  #index-body .init-5 .box .content h3 {
    font-size: 20px;
  }
  #index-body .init-7 .left {
    display: none;
  }
  #index-body .init-7 .right {
    width: 100%;
    padding: 40px 0;
  }
  #index-body .init-7 .right ul li {
    width: 100%;
  }
  #footer .footer-top .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-top .right {
    width: 100%;
  }
  #footer .footer-top .right ul li {
    width: 100% !important;
    padding-top: 40px;
  }
  #footer .footer-bottom div {
    float: none !important;
    text-align: center;
    line-height: 28px;
  }
  #index-body .init-6 .box ul li .box2 .bottom div {
    font-size: 12px;
    padding: 0 3px;
  }
  #index-body .init-6 .box ul li .box2 .bottom {
    padding: 0 2px;
  }
}


.inner-banner {
  position: relative;
  padding-top: 140px;
  height: 400px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
.inner-banner .inner-tit {
  color: #fff;
  font-size: 3.2rem;
  text-transform: capitalize;
}
.inner-banner .bread-crumbs {
  font-size: 1.143rem;
}
.inner-banner .bread-crumbs, .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
  color: #fff;
}
.inner-banner .bread-crumbs a:hover {
  color: #0d73c5;
}
.inner-banner #bdt-header-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sideBar {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  background: #383838;
}
.sideBar .inner-main-tit {
  line-height: 61px;
  color: #fafafc;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.inner-page.newdet-page .left.column {
    width: calc(100% - 500px);
    margin-left: 100px;
}
.inner-page.newdet-page .grid-box {
    margin: auto;
}
.inner-page.newdet-page .right.column.wow.zoomIn {
    width: 370px;
    margin-left: 30px;
    margin-top: 45px;
    top: 90px;
    z-index: 2;
    position: sticky!important;
}
.newdet-page .container .right .cont .form form input, .newdet-page .container .right .cont .form form textarea {
    width: 100%;
    border: 1px solid #fff;
    padding: 6px 10px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    color: #000;
}
.newdet-page .container .right .cont .form form .submit_btn {
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    color: black;
    border: 1px solid #fff;
    font-weight: 600;
}
.newdet-page .container .right .cont .des {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 8px;
    max-height: 400px;
}
.sideBar .side-menu {
  position: relative;
  padding-top: 27px;
  cursor: pointer;
  height: 61px;
}
.newdet-page .container .right .cont a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.newdet-page .container .right .cont {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    background: teal;
    border-radius: 16px;
    color: #fff;
}
.sideBar .side-menu span.line {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  display: block;
  width: 14px;
  height: 1px;
  background: #fff;
  margin-bottom: 3px;
}
.sideBar .side-menu.active span.line:first-of-type {
  transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  margin-bottom: -1px;
  margin-top: 6px;
}
.sideBar .side-menu.active span.line:last-of-type {
  transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.sideBar .side-menu.active span.line:nth-of-type(2) {
  display: none;
}
.sideBar .side-menu .cat-list {
  position: absolute;
  right: 0;
  top: 100%;
  background: #f7f7f7;
  width: 184px;
  display: none;
  z-index: 103;
}
.sideBar .side-menu .cat-list li {
  font-size: 16px;
}
.sideBar .side-menu .cat-list li a {
  display: block;
  line-height: 24px;
  color: #101010;
	padding:6px 0 6px 14px;
  text-transform: capitalize;
}
.sideBar .side-menu .cat-list li a:hover, .sideBar .side-menu .cat-list li a.active {
  color: #fff;
  background: #ea6611;
}
.inner-page p,.faq-page dd div {
  color: #3a3a3a;
  line-height: 30px;
  font-size: 1rem;
}
.about-page .a-tit h3 {
  color: #363636;
  font-size: 2.857rem;
}
.about-page .a-tit p {
  color: #363636;
  margin-top: -6px;
}
.about-page .about-artical {
  padding: 51px 0 63px;
  background: #fafafc;
	text-align:center;
}
.about-page .about-artical p {
	font-size:15px;
	line-height:2;
	text-align:left;
}
.about-page .about-artical img {
	margin:20px auto;
}
.about-page .about-artical .con-box {
  margin-top: 53px;
}
.about-page .about-artical .con-box img {
  margin-bottom: 50px;
}
.about-page .about-artical .con-box p {
  margin-bottom: 29px;
}
.about-page .a-factory .swiper-slide > a {
  position: relative;
  display: block;
}
.about-page .a-factory .swiper-slide > a img {
  width: 100%;
}
.about-page .a-factory .swiper-slide > a:after {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.about-page .a-factory .swiper-slide > a:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-page .a-culture {
  padding: 88px 0 155px;
}
.about-page .a-culture .a-tit {
  margin-bottom: 95px;
}
.about-page .i-network {
  background-image: url("../images/a-network-bg.jpg");
  padding-top: 155px;
}
.about-page .i-network .con-box {
  margin-right: -150px;
}
.about-page .i-network .intro, .about-page .i-network .add-sale {
  color: #fff;
}
.about-page .i-network .tit {
  color: #389dee;
}
.about-page .i-network .add-sale {
  max-width: 630px;
  font-size: 1.1423rem;
  margin-top: 14px;
}
.about-page .a-whyUs {
  padding: 118px 0 50px;
  background: #fafafc;
}
.about-page .a-whyUs .why-list {
  margin-top: 91px!important;
}
.about-page .a-whyUs .why-list > .column {
  margin-bottom: 74px!important;
}
.about-page .a-whyUs .why-list > .column > .img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  width: 116px!important;
  height: 116px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  background-repeat: no-repeat;
  background-position: center;
}
.about-page .a-whyUs .why-list > .column > .con {
  width: 78.65%!important;
  padding-left: 5.3%!important;
}
.about-page .a-whyUs .why-list > .column > .con h3 {
  color: #6a6a6a;
  font-size: 1.571rem;
}
.about-page .a-whyUs .why-list > .column > .con p {
  font-size: 1.1428rem;
  margin-top: 12px;
  padding-right: 6%;
}
.about-page .a-whyUs .why-list > .column:hover .img {
  background-color: #0d73c5;
  border-color: #0d73c5;
}
.about-page .a-whyUs .why-list > .column.custom > .img {
  background-image: url("../images/i-why-ico01.png");
}
.about-page .a-whyUs .why-list > .column.custom:hover .img {
  background-image: url("../images/i-why-ico01-h.png");
}
.about-page .a-whyUs .why-list > .column.quality > .img {
  background-image: url("../images/i-why-ico02.png");
}
.about-page .a-whyUs .why-list > .column.quality:hover .img {
  background-image: url("../images/i-why-ico02-h.png");
}
.about-page .a-whyUs .why-list > .column.cost > .img {
  background-image: url("../images/i-why-ico06.png");
}
.about-page .a-whyUs .why-list > .column.cost:hover .img {
  background-image: url("../images/i-why-ico06-h.png");
}
.about-page .a-whyUs .why-list > .column.service > .img {
  background-image: url("../images/i-why-ico04.png");
}
.about-page .a-whyUs .why-list > .column.service:hover .img {
  background-image: url("../images/i-why-ico04-h.png");
}
.about-page .a-whyUs .why-list > .column.capacity > .img {
  background-image: url("../images/i-why-ico03.png");
}
.about-page .a-whyUs .why-list > .column.capacity:hover .img {
  background-image: url("../images/i-why-ico03-h.png");
}
.about-page .a-whyUs .why-list > .column.ship > .img {
  background-image: url("../images/i-why-ico05.png");
}
.about-page .a-whyUs .why-list > .column.ship:hover .img {
  background-image: url("../images/i-why-ico05-h.png");
}
.product-page {
  padding: 15px 0 60px;
  background: #fafafc;
}
.product-page .pro-list {
  padding: 0;
}
.polymer{
font-size: 25px;
margin-bottom: 15px;
}

.retardant{
line-height: 2;
text-align:left;
}

.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 1rem;
  margin-top: 40px;
}
.m-page span, .m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover, .m-page .current, .m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .pro-main-tit {
  color: #2d2d2d;
  font-size: 2.357rem;
  margin-bottom: 27px;
}
.prodet-page .det-head {
  padding: 56px 0 73px;
  background: #fafafc;
}
.prodet-page .det-head .pro-pic {
  width: 38.6%!important;
}
.prodet-page .det-head .pro-pic img {
  width: 100%;
}
.prodet-page .det-head .pro-det-one {
  padding-left: 11.25%!important;
  width: 61.4%!important;
}
.prodet-page .det-head .pro-det-one .pro-tit {
  color: #2d2d2d;
  font-size: 2.357rem;
}
.prodet-page .det-head .pro-det-one .cname {
  color: #2d2d2d;
  font-size: 1.4286rem;
  margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links {
  margin: 20px 0 62px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
  margin-bottom: 6px;
  color: #2d2d2d;
  font-size: 1.2rem;
  display: block;
  position: relative;
  background: #fff;
  max-width: 456px;
  line-height: 38px;
  padding: 0 36px 0 26px;
}
.prodet-page .det-head .pro-det-one .pro-links a .icon {
  position: absolute;
  right: 9px;
  top: 7px;
  font-size: 1.5rem;
  color: #e5e5e5;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
  background: #ea6611;
  color: #fff;
}
.prodet-page  .pro-img-gallery .image-gallery:after {
  content:'';
  display: block;
  width: 0;
  clear: both;
  height: 0;
}
.prodet-page .pro-img-gallery .image-gallery {
	padding-top:10px;
}
.prodet-page .pro-img-gallery .image-gallery li {
  padding: 0;
  float: left;
  width: 15%;
  margin-right: 8px;
  border: 1px solid #f4f4f4;
}
.prodet-page .det-body {
  padding: 15px 0 53px;
  background: #fff;
}
.prodet-page2 .det-body table {
	width:100% !important;
	height:auto !important;
}
.prodet-page2 .det-body .pro-main-tit {
	font-size:18px;
	line-height:50px;
	height:50px;
	padding:0 10px;
	color:white;
	background:#383838;
}
.prodet-page2 .det-body .con1 {
	padding-top:20px;
  line-height: 35px;
}
.prodet-page2 .det-body .con2 table td:first-child {
	text-align:center;
	max-width:140px;
	width:140px;
	padding:0
}
.prodet-page2 .det-body .con2 table {
	text-align:center;
}
.prodet-page2 .det-body {
	font-size:1rem;
}
.prodet-page2 .det-body .con1 table td,
.prodet-page2 .det-body .con1 table th {
	padding:10px;
	vertical-align:top;
}
.prodet-page2 .det-body .con2 {
	padding-top:40px;
}
.prodet-page2 .det-body .con2 table td,
.prodet-page2 .det-body .con2 table th {
	border:1px solid #666;
	font-size:16px;
	padding:5px 10px;
}

.prodet-page2 .det-body .con2 table tr:first-child {
	background:#383838;
	color:white;
}
.prodet-page2 .det-body {
	display:inline-block;
	width:100%;
}
.prodet-page2 .det-body .left {
	width:23%;
	float:left;
	padding-right:15px;
	margin-top:-80px;
	margin-left:-50px;
}
.prodet-page2 .det-body .right {
	width:77%;
	float:right;
}
.prodet-page2 .det-body .right.newspage {
    float: none;
}
.prodet-page2 .det-body .right h2 {
	font-size:40px;
	font-weight:bold;
}
.prodet-page2 .det-body .right h1 {
	font-size:40px;
	font-weight:bold;
}

.prodet-page2 .det-body .left h3 {
	padding:10px;
	background:#ed7020;
	color:white;
	font-size:30px;
	text-transform:capitalize;
}
.prodet-page2 .det-body .left ul {
	background:#f5f5f5;
}
.prodet-page2 .det-body .left ul li a{
	line-height:24px;
	font-size:16px;
	padding: 7px 10px;
	display:block;
}
.prodet-page2 .det-body .left ul li li a {
	font-size:14px;
}
.prodet-page2 .det-body .left ul li:hover>a {
	background:#ed7020;
	color:white;
}
.prodet-page2 .det-body .left ul li a.active {
	background:#ed7020;
	color:white;
}
.prodet-page .det-fot {
  padding: 76px 0 90px;
  background: #fafafc;
}
.prodet-page .det-fot .pro-main-tit {
  margin-bottom: 0;
}
.prodet-page .det-fot .pro-list {
  padding: 0;
  margin-top: 50px;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list ul.two li {
	width:50%;
	padding-bottom:20px;
	margin-bottom:30px;
	padding-right:10px;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  max-height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 1.6rem;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #ea6611;
}
.news-page .new-list li .new-con .tit a {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:1.2rem;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 1.2rem;
  line-height: 28px;
  margin: 35px 0 45px;
}
.news-page .new-list ul.two li .new-con .abst {
	overflow:hidden;
	margin:15px 0;
	height:81px;
	font-size:1rem;
}
.news-page .new-list li .new-con .abst a {
  color: #ea6611;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.news-page .new-list li .new-pic.five {
  width: 30%;
}
.news-page .new-list li .new-con.eleven {
  width: 70%;
  padding-left: 5%;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 28px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
  font-size: 15px;
}
.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: 28px;
}
.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: 16px;
  line-height: 2;
  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: 28px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page .c-info {
  padding: 98px 0 110px;
  background: #fafafc;
}
.contact-page .c-info .c-info-box {
  width: 50%;
}
.contact-page .c-info .c-info-box p {
	font-size:16px;
}
.contact-page .c-info .c-tit h3 {
  color: #2d2d2d;
  font-size: 2.714rem;
}
.contact-page .c-info .c-tit p {
  margin-top: -7px;
}
.contact-page .c-info .clist {
  margin-top: 42px;
  color: #2d2d2d;
  line-height: 36px;
  font-size: 1.4285rem;
  position: relative;
}
.contact-page .c-info .clist i {
  display: block;
  margin-bottom: 26px;
}
.contact-page .c-info .clist .qr-code {
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 145px;
  padding: 5px;
  background: #e9e9e9;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #ea6611;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover, .faq-page .faq-list dt.active {
  background: #ea6611;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.inner-page .pro-list {
  margin-top: 36px;
}
.inner-page .pro-list p em {
	font-weight:bold;
	margin:10px 0;
	display:block;
}
.inner-page .pro-list .swiper-slide {
  border: 1px solid #f3f3f3;
}
.inner-page .pro-list .swiper-slide .tit {
  text-align: center;
  padding: 25px 0;
  background: #fff;
  font-size: 1rem;
	min-height:98px;
	line-height:48px;
}
.inner-page .pro-list .swiper-slide .tit a {
  color: #2d2d2d;
  display: inline-block;
	vertical-align:middle;
  position: relative;
  padding: 0 42px;
	width:100%;
	line-height:normal;
	max-height:48px;
	overflow:hidden;
}
.inner-page .pro-list.litsd .swiper-slide .tit a {
    overflow: inherit;
}
.inner-page .pro-list .swiper-slide .tit a:before, .inner-page .pro-list .swiper-slide .tit a:after {
  content:'';
  position: absolute;
  top: 49.9%;
  height: 1px;
  width: 25px;
  background: #000;
}
.inner-page .pro-list .swiper-slide .tit a:before {
  left: 0;
}
.inner-page .pro-list .swiper-slide .tit a:after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .inner-banner {
    height: 200px;
    padding-top: 70px;
  }
  .about-page .a-culture {
    padding: 60px 0 50px;
  }
  .about-page .a-culture .a-tit {
    margin-bottom: 50px;
  }

.wscnph, .abplitcal {
    display: none !important;
  }



  .about-page .i-network .add-sale {
    display: none;
  }
  .about-page .i-network .con-box {
    margin-right: 0;
    margin-top: 90%;
  }
  .about-page .a-whyUs {
    padding-top: 60px;
  }
  .about-page .a-whyUs .why-list {
    margin-top: 50px!important;
  }
  .about-page .a-whyUs .why-list > .column > .img {
    display: none;
  }
  .prodet-page .det-head .pro-det-one .pro-links {
    margin: 40px 0;
  }
  .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    width: 25%;
  }
  .prodet-page .det-body {
    padding: 50px 0;
  }
  .contact-page .c-info .clist .qr-code {
    display: none;
  }
  .layer-form .contact100-form-title {
    min-height: 88px;
    font-size: 24px;
  }
  .layer-form input.input100 {
    height: 40px;
  }
  .layer-form textarea.input100 {
    min-height: 110px;
  }
  .faq-page .faq-list dt i.icon {
    display: none;
  }
}

#index-body .a-more{
  background: rgba(224, 0, 0, 0.66);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  width: 169px;
  line-height: 55px;
  text-align: center;
  margin-top: 40px;
}
#index-body .a-more:hover{
  background: #000;
}

.h-lan a{
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px!important;
  border-radius: 50%;
  color: #fff;
  background: #555;
}
.h-lan a:hover{
  background: #ea6611;
}
.qr-box{
  width: 100px;
  padding: 5px;
  background: #fff;
  position: absolute;
  left: -120px;
  bottom: 0;
}

.contact-page .cn-form {
  width: 48%;
  padding: 25px 35px 15px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../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: #ea6611;
  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: #ea6611;
  box-shadow: 0, 0, 6px, 6px, #ea6611 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #ea6611 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #ea6611 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #ea6611 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #ea6611 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 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: 315px;
  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: #ea6611;
  box-shadow: 0, 0, 6px, 6px, #ea6611 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #ea6611 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #ea6611 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #ea6611 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #ea6611 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 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%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 57%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
@media screen and (max-width: 1300px){
.prodet-page2 .det-body .left {
	margin-left:0;
}
}
@media screen and (max-width: 1200px){
  .contact-page .c-info .c-info-box,
  .contact-page .cn-form{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .qr-box{
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .i-product .ui.column.grid > [class*="five wide computer"].column,
  .i-product .ui.grid > .column.row > [class*="five wide computer"].column,
  .i-product .ui.grid > .row > [class*="five wide computer"].column,
  .i-product .ui.grid > [class*="five wide computer"].column {
    width: 25% !important;
    float: left;
    padding: 10px;
  }
}
.i-product {
  display: inline-block;
  width: 100%;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
}
.i-product .pro-list .con-box a:hover {
  color: #ea6611!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 10px 15px 5px;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}

.spinner {
  margin: 0 auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -30px;
  margin-left: -25px;
}

.spinner > div {
  background-color: #ebebeb;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
       transform: scaleY(1.0);
       -webkit-transform: scaleY(1.0);
     }
}
.inner-page .grid-box {
  margin: -10px;
}

.inner-page .grid-box .column {
  padding: 10px;
}
.button-group .button {
  background: #ea6611 !important;
}
.cn-form .m-form-r li.pcsb {
  display: none;
}
@media screen and (max-width: 1000px){
  .prodet-page .det-head .pro-det-one {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .prodet-page .det-head .pro-pic {
    width: 100% !important;
    text-align: center;
  }
  .prodet-page .det-head .pro-pic img {
    margin: 0 auto;
  }
  .prodet-page .pro-main-tit {
    font-size: 2rem;
  }
  .prodet-page .det-fot .pro-list .grid-box .column:last-child {
    display: none;
  }
  .grid-box.four>.column {
    width: 33.3333%;
  }
  .inner-banner .inner-tit {
    font-size: 2.7rem;
  }
  .news-page .new-list li .new-con.eleven {
    width: 100%;
    padding-left: 0;
  }
  .news-page .new-list li .new-pic.five {
    display: none;
  }
  .contact-page .cn-form {
    margin-top: 40px;
  }
	.prodet-page2 .det-body .left {
		display:none;
	}
	.prodet-page2 .det-body .right {
		width:100%;
		padding-left:0;
	}
	.news-page .new-list ul.two li {
		width:100%;
	}
	.news-page .new-list ul.two li .new-pic {
		display:inline-block;
		width:30%;
	}
	.news-page .new-list ul.two li .new-con {
		width:70%;
		padding-left:15px;
	}

}

@media screen and (max-width: 700px){
  #mapContainer {
    height: 250px !important;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .c-info .c-tit h3 {
    font-size: 2rem;
  }
  .inner-page p {
    font-size: 15px;
  }
  .cn-form .m-form-l {
    width: 100%;
  }
  .cn-form .m-form-r {
    width: 100%;
  }
  .cn-form .m-form-r li.pcsb {
    display: block;
  }
  .cn-form .m-form-l li.pcsb {
    display: none;
  }
  .cn-form .m-form-r textarea {
    height: 120px;
  }
  .contact-page .cn-form {
    padding: 10px;
  }
  .inner-banner .inner-tit {
    font-size: 2rem;
  }
  .inner-banner .bread-crumbs {
    font-size: 1rem;
  }
  .sideBar .inner-main-tit {
    font-size: 1.2rem;
  }
  .sideBar .side-menu {
    display: none;
  }
  .grid-box.four>.column {
    width: 100%;
  }
  .inner-page .pro-list .swiper-slide .tit {
    padding: 15px 0;
  }
  .grid-box {
    margin: 0;
  }
  .grid-box .column {
    padding: 0;
    margin-bottom: 15px;
  }
  .prodet-page .det-head .pro-det-one .cname {
    font-size: 1.2rem;
  }
  .prodet-page .det-head .pro-det-one .pro-links a {
    font-size: .8rem;
  }
  .prodet-page .pro-main-tit {
    font-size: 1.5rem;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 1.5rem;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 1rem;
    line-height: 28px;
    margin: 15px 0;
  }
  .news-page .new-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  table td, table th {
    font-size: 12px;
  }
  .prodet-page .det-head .pro-det-one .cname {
    font-size: .9rem;
  }


}

@media screen and (max-width: 500px) {
	.news-page .new-list ul.two li .new-pic {
		display:block;
		width:100%;
	}
	.news-page .new-list ul.two li .new-pic img {
		width:100%;
	}
	.news-page .new-list ul.two li .new-con {
		width:100%;
		padding: 20px 15px 0;
	}
}
#banner,
.inner-banner{
  margin-top: 130px;
}
#header{
  position: fixed;
  left: 0;
  top: 0;
  width:100%;
  background: #fff;
}
@media screen and (max-width: 700px) {
  #banner,
  .inner-banner{
    margin-top: 0px;
  }
}
#pups_from{display:none;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}#pups_from h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position: absolute;left: 0;width: 100%;top: 0;padding: 15px 20px;background: #f5f5f5;-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);-o-box-shadow: 0 0 5px rgba(0,0,0,.1);box-shadow: 0 0 5px rgba(0,0,0,.1);}#pups_from form {margin-top: 40px;}#pups_from i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}#pups_from i.close:after,#pups_from i.close:before{content:'';-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#pups_from i.close:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}#pups_from i.close:hover{background: var(--primary);}#pups_from i.close:hover:after,#pups_from i.close:hover:before{background: white;}#pups_from form ul li{margin-bottom:10px;position:relative}#pups_from form ul li label{font-size:14px;margin-bottom: 10px;display: block;}#pups_from form ul li label em{color:red;margin-right:2px}#pups_from form ul li input,#pups_from form ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s;font-size:16px}#pups_from form ul li input:focus,#pups_from form ul li textarea:focus{border-color:var(--primary)}#pups_from form ul li textarea{height:80px}#pups_from form ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#ed7020;color:white;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;}#pups_from form ul li input[type="submit"]:hover{opacity: .7}#pups_from form ul li:last-child{margin-bottom:0}#Pop_UpsBtn{width: 60px;height: 60px;line-height: 60px;text-align: center;position: fixed;border-radius: 100%;background: #ed7020;color:white;right: 2%;bottom: 5%;font-size: 24px;-moz-box-shadow: 0 2px 7px rgba(0,0,0,.3);-o-box-shadow: 0 2px 7px rgba(0,0,0,.3);box-shadow: 0 2px 7px rgba(0,0,0,.3);cursor: pointer;cursor: hand;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;z-index: 22;}#Pop_UpsBtn:hover{background: #ed7020;}