@font-face {
  font-family: 'AlternateGothic2-BT';
  src: url(../fonts/AlternateGothic2-BT.ttf) format('truetype'), url(../fonts/AlternateGothic2-BT.eot) format('eot'), url(../fonts/AlternateGothic2-BT.woff) format('woff'), url(../fonts/AlternateGothic2-BT.woff2) format('woff2');
}
body {
  overflow-x: hidden;
  font-family: Arial, 'microsoft yahei', SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
.container {
  width: 1200px;
}
.center {
  text-align: center;
}
.banner{
	position:relative;
  overflow: hidden;
}
.b-cav{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  bottom: 0px;
}
#header .nav {
  text-align: center;
  padding: 20px 8% 0px;
}
#header .nav .h-search {
  cursor: pointer;
  font-size: 18px;
  margin-left: 0px!important;
  padding-top: 20px;
}
#header .nav .h-search span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
}
#header .nav .h-search span i {
  font-size: 18px;
  color: #595959;
}
#header .nav .h-search .len_span {
  font-family: 'AlternateGothic2-BT';
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  padding-top: 3px;
  padding-right: 45px;
}
#header .nav .h-search .len_span .lengu {
  display: none;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box {
  padding: 0;
  position: relative;
}
#header .nav .menu-box .menu {
  height: 75px;
}
#header .nav .menu-box .menu > li {
  position: relative;
  text-transform: uppercase;
  float: left;
  line-height: 75px;
  margin: 0px 10px;
  font-family: 'AlternateGothic2-BT';
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #000000;
  display: block;
  position: relative;
  padding: 0px 10px;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0;
  height: 5px;
  background: #ff3a1e;
}


#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {

 color: #ff3a1e;
}
#header .nav .menu-box .menu > li:hover > a:after,
#header .nav .menu-box .menu > li.current-menu-item > a:after,
#header .nav .menu-box .menu > li.current-category-ancestor > a:after,
#header .nav .menu-box .menu > li.current-post-ancestor > a:after {
  width: 80%;
  left: 10%;
}




#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #ff3a1e;
  text-align: left;
  z-index: 101;
  display: none;
	text-transform:capitalize;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
	position:relative;
}
#header .nav .menu-box .menu > li .sub-menu .sub-menu{
	left:100%;
	display:none !important;
	top:0;
}
#header .nav .menu-box .menu > li .sub-menu li:hover .sub-menu{
	display:block !important;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 10px 18px;
	font-family: 'AlternateGothic2-BT';
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#index-body .i-sunpin {
  background-color: #252525;
  padding: 70px 0px 50px;
  border-bottom: solid 20px #ef402a;
}
#index-body .i-sunpin .tit {
  margin-bottom: 70px;
}
#index-body .i-sunpin .tit h3 {
  font-size: 55.5px;
  font-family: 'AlternateGothic2-BT';
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#index-body .i-sunpin .tit h3 i {
  font-size: 55.5px;
}
#index-body .i-sunpin .sunpin-boxs .sunpin-box {
  width: 23%;
  display: inline-block;
  margin: 0px 0.8%;
  padding: 30px 25px 10px;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-sunpin .sunpin-boxs .sunpin-box .text {
  display: inline-block;
}
#index-body .i-sunpin .sunpin-boxs .sunpin-box .text p {
  font-size: 20px;
  color: #7c7c7c;
  font-family: 'AlternateGothic2-BT';
  text-transform: uppercase;
}
#index-body .i-sunpin .sunpin-boxs .sunpin-box .text h4 em {
  font-size: 50px;
  font-family: 'AlternateGothic2-BT';
}
#index-body .i-sunpin .sunpin-boxs .sunpin-box .text h4 i {
  font-size: 50px;
  font-family: 'AlternateGothic2-BT';
}
#index-body .i-sunpin .sunpin-boxs .sunpin-box .text h4 .font-30 {
  font-size: 30px;
  text-transform: uppercase;
}
#index-body .i-sunpin .sunpin-boxs .sunpin-box .text h4 .font-30 i {
  margin-right: 20px;
}
#index-body .i-sunpin .sunpin-boxs .sunpin-box:hover {
  transform: translate(0, -20px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -webkit-transform: translate(0, -20px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -moz-transform: translate(0, -20px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -ms-transform: translate(0, -20px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -o-transform: translate(0, -20px) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  box-shadow: 5px 5px 10px #888888;
}
#index-body .i-product {
  padding: 70px 15% 0px;
  background: url("../images/back2.jpg") no-repeat center top;
}
#index-body .i-product .pro-swiper .pro-box {
  position: relative;
  border-top: solid 1px #fff;
}
#index-body .i-product .pro-swiper .pro-box .date1 {
  font-size: 60px;
  font-family: 'AlternateGothic2-BT';
  z-index: 5;
  height: 22px;
  overflow: hidden;
  display: inline-block;
  line-height: 45px;
  color: #fc391d;
  position: absolute;
  top: 0px;
  left: 20px;
}
#index-body .i-product .pro-swiper .pro-box .text {
  background-color: #ef402a;
  color: #fff;
  margin-top: 22px;
  padding: 50px 40px 10px 20px;
  position: relative;
}
#index-body .i-product .pro-swiper .pro-box .text .date2 {
  font-size: 60px;
  font-family: 'AlternateGothic2-BT';
  display: block;
  color: #fff;
  line-height: 45px;
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 4;
}
#index-body .i-product .pro-swiper .pro-box .text h3 {
  font-family: 'AlternateGothic2-BT';
  
  margin-bottom: 10px;
  text-transform: uppercase;height:70px;
}
#index-body .i-product .pro-swiper .pro-box .text h3 a {
  font-size: 24px;
}
#index-body .i-product .pro-swiper .pro-box .text .summary-box {
  position: absolute;
  display: inline-block;
  top: 25px;
  right: -10px;
  padding-right: 35px;
  font-size: 12px;
  transform: translate(0, 0) rotate(-90deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -webkit-transform: translate(0, 0) rotate(-90deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -moz-transform: translate(0, 0) rotate(-90deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -ms-transform: translate(0, 0) rotate(-90deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  -o-transform: translate(0, 0) rotate(-90deg) scale(1, 1) skew(0deg, 0deg) rotateX(0deg) rotateY(0deg);
  background: url("../images/pro-bor.jpg") no-repeat right;
}
#index-body .i-product .pro-swiper .pro-box .text .bor {
  width: 120px;
  border-top: solid 2px #fff;
  display: inline-block;
}
#index-body .i-product .pro-swiper .pro-box .tu img {
  width: 100%;
}
#index-body .i-product .company-boxs {
  background: rgba(245, 243, 243, 0.9);
  padding: 50px 10% 35px;
  margin-top: 200px;
}
#index-body .i-product .company-boxs .tit h3 {
  font-size: 37.5px;
  font-family: 'AlternateGothic2-BT';
  margin-bottom: 20px;
  text-transform: uppercase;
}
#index-body .i-product .company-boxs .tit p {
  margin-bottom: 20px;
}
#index-body .i-product .company-boxs .tit .font-16 h1 {
  font-family: Arial,'AlternateGothic2-BT ',Simsun;
  display: inline;
}
#index-body .i-product .company-boxs .tit .font-16  {
  line-height: 2;
   margin-bottom: 20px;
   text-align: left;
}

#index-body .i-product .company-boxs .tit .more-box a {
  display: inline-block;
  width: 145px;
  line-height: 37px;
  color: #fff;
  font-size: 18px;
  margin: 0px 10px;
}
#index-body .i-product .company-boxs .tit .more-box .view {
  background-color: #ef402a;
}
#index-body .i-product .company-boxs .tit .more-box .view:hover {
  background-color: #d22a15;
}
#index-body .i-product .company-boxs .tit .more-box .more {
  background-color: #333;
}
#index-body .i-product .company-boxs .tit .more-box .more:hover {
  background-color: #000;
}
#index-body .i-product .company-boxs .com-boxs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 20px;
  padding-bottom: 25px;
  background: url("../images/about-bor1.png") no-repeat center bottom;
}
#index-body .i-product .company-boxs .com-boxs .com-box {
  display: inline-block;
}
#index-body .i-product .company-boxs .com-boxs .com-box .com-text {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 3px #808080;
  color: #5a5a5a;
  padding-top: 25px;
}
#index-body .i-product .company-boxs .com-boxs .com-box .com-text .font-18 {
  font-family: 'AlternateGothic2-BT';
  text-transform: uppercase;
}
#index-body .i-product .company-boxs .com-boxs .com-box h4 {
  font-family: 'AlternateGothic2-BT';
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px;
}
#index-body .i-product .company-boxs .com-boxs .com-box:hover .com-text {
  background-color: #ef402a;
  color: #fff;
  border: solid 3px #ef402a;
}
#index-body .i-product .company-boxs .com-boxs .com-box:hover h4 {
  color: #ef402a;
}
#index-body .i-factory {
  padding: 100px 12px 100px;
}
#index-body .i-factory .fac-swiper .fac-box img {
  width: 100%;
}
#index-body .i-news {
  background-color: #f8f8f8;
padding: 100px 0px;
}
#index-body .i-news .container {
  width: 1300px;
}
#index-body .i-news .tit {
  margin-bottom: 40px;
}
#index-body .i-news .tit h3 {
  font-size: 38px;
  text-transform: uppercase;
  font-family: 'AlternateGothic2-BT';
}
#index-body .i-news .news-swiper .news-box {
  background-color: #fff;
  padding: 55px 40px;
  position: relative;
min-height:308px;
}
#index-body .i-news .news-swiper .news-box:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0;
  height: 3px;
  background: #ff3a1e;
}
#index-body .i-news .news-swiper .news-box h3 {
  margin-bottom: 15px;
}
#index-body .i-news .news-swiper .news-box h3 a {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Arial';
  line-height: 2;
}
#index-body .i-news .news-swiper .news-box p {
  font-size: 14px;
  color: #363636;
  margin-bottom: 10px;
  line-height: 2;
}
#index-body .i-news .news-swiper .news-box .date {
  color: #363636;
  font-size: 16px;
}
#index-body .i-news .news-swiper .news-box:hover:after {
  width: 100%;
  left: 0%;
}
#index-body .i-news .news-swiper .news-box:hover h3 a {
  color: #ff3a1e;
}
#footer .foo-top {
  background-color: #5d5b5b;
  padding: 30px 0px 20px;
  color: #fff;
}
#footer .foo-top .col3 {
  text-align: right;
}
#footer .foo-top .con-box .con-tu {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-right: 15px;
  border-radius: 50%;
  border: solid 2px #fff;
  text-align: center;
  padding-top: 15px;
  vertical-align: top;
  margin-top: 0px;
}
#footer .foo-top .con-box .con-tu img {
  display: inline-block;
}
#footer .foo-top .con-box .con-text {
  display: inline-block;
  text-align: left;
  line-height: 2;
}
#footer .foo-top .con-box .con-text h4 {
  font-family: 'AlternateGothic2-BT';
  text-transform: uppercase;
  line-height: 1em;
}
#footer .foo-center {
  padding: 40px 0px 35px;
  background-color: #252525;
}
#footer .foo-center .foo-link-boxs .logo-box {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
#footer .foo-center .foo-link-boxs .logo-box .lo-box {
  display: inline-block;
}
#footer .foo-center .foo-link-boxs .logo-box .ewm-box {
margin-top: 15px;
}
#footer .foo-center .foo-link-boxs .logo-box .ewm-box img{width:200px;}
#footer .foo-center .foo-link-boxs .link-box {
  display: inline-block;
  vertical-align: top;
	color:#fff;
}
#footer .foo-center .foo-link-boxs .link-box h3 {
  font-family: 'AlternateGothic2-BT';
  text-transform: uppercase;
  margin-bottom: 20px;
	color:#fff;
}
#footer .foo-center .foo-link-boxs .link-box a {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
#footer .foo-center .foo-link-boxs .link-box a img {
  vertical-align: top;
  margin-right: 20px;
  margin-top: 5px;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
}
#footer .foo-center .foo-link-boxs .link-box a:hover {
  color: #ef402a;
}
#footer .foo-center .foo-link-boxs .link-box a:hover img {
  transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(360deg) rotateY(0deg);
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(360deg) rotateY(0deg);
  -moz-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(360deg) rotateY(0deg);
  -ms-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(360deg) rotateY(0deg);
  -o-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(360deg) rotateY(0deg);
}
#footer .foo-center .foo-link-boxs .link-box1 {
  width: 30%;
  display: inline-block;
}
#footer .foo-center .foo-link-boxs .link-box2 {
  width: 38%;
  display: inline-block;
}
#footer .foo-bottom {
  background-color: #ef402a;
}
#footer .foo-bottom a {
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  margin: 0px 10px;
  color: #fff;
  line-height: 50px;
}
.inner-page .inner-side {
  background-color:#2d2d2d;
}
.inner-page .inner-side ul li {
  display: inline-block;
  padding: 35px 10px 20px;
  height: 170px;
  margin: 0px 15px;
  width: 170px;
}
.inner-page .inner-side ul li .tu {

  height: 37px;
}
.inner-page .inner-side ul li p {
  color: #fff;
  font-family: 'AlternateGothic2-BT';
	 font-size: 20px;
	text-transform: uppercase; 
	text-shadow: 2px 2px 4px #000;
}
.inner-page .inner-side ul li:hover {
  background-color: #ef402a;
}
.inner-page .inner-side ul li.active {
  background-color: #ef402a;
}
.inner-page .sideBar {
  padding: 15px 0;
  background: #ef402a;
}
.inner-page .sideBar .inner-main-tit .bread-crumbs {
  color: #fff;
  font-size: 16px;
}
.inner-page .sideBar .inner-main-tit .bread-crumbs a,
.inner-page .sideBar .inner-main-tit .bread-crumbs span {
  color: #fff;
  font-size: 16px;
  font-family: 'AlternateGothic2-BT';
  text-transform: uppercase;
  line-height: 40px;
}
.inner-page .sideBar .side-menu {
  position: relative;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #fff url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #000;
  font-size: 16.8px;
  font-family: 'AlternateGothic2-BT';
  text-transform: uppercase;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 2px 0;
  background: #fff;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: #000;
  padding: 10px 12px 10px 16px;
  font-family: 'AlternateGothic2-BT';
  font-size: 16.8px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  background: #000;
}
.inner-page .inner-main-box {
  min-height: 350px;
  padding:0px 30px;
  line-height: 2;
}
.pro-page .inner-main-box{
	padding:0;
}
.inner-page .inner-main-box .pro-list .column{
  padding: 15px;
  text-align: center;
}
.inner-page .inner-main-box .pro-list .column img{
  width: 100%;
}
.inner-page .inner-main-box .pro-list .column .con-box{
  margin-top: 15px;
}
.inner-page .inner-main-box .pro-list .column .con-box h3 a{
  font-size: 16px;
}

.pro-page .inner-side ul li {
  margin: 0px 5px;
}
.pro-page .inner-side ul li p {
  font-size: 20px;
}
.pro-page .inner-main-box {
  padding-bottom: 0px;
}
.pro-page .yd-main .video-box{
  display: none;
}
.pro-page .inner-main-box .pro-description .pro-descr-box {
  padding-bottom: 510px;
}
.pro-page .inner-main-box .pro-description .pro-descr-box .descr-text {
  width: 55%;
}
.pro-page .inner-main-box .pro-description .pro-descr-box .descr-text h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pro-page .inner-main-box .pro-description .pro-descr-box .descr-text p {
  line-height: 1.8em;
}
.pro-page .inner-main-box .pro-description{padding-top: 50px;}
.pro-page .inner-main-box .pro-description .pro-descr-1 {
  background: url("../images/page-pro-tu01.jpg") no-repeat bottom right;
}
.pro-page .inner-main-box .pro-description .pro-descr-2 {
  background: url("../images/page-pro-tu02.jpg") no-repeat top right;
}
.pro-page .inner-main-box .pro-description .pro-descr-3{
  background: url("../images/page-pro-tu03.jpg") no-repeat top right;
}
.pro-page .inner-main-box .pro-description .pro-descr-4{
  background: url("../images/page-pro-tu04.jpg") no-repeat top right;
}
.pro-page .inner-main-box .pro-description .pro-descr-5{
  background: url("../images/page-pro-tu05.jpg") no-repeat top right;
}
.pro-page .inner-main-box .pro-description .pro-descr-6{
  background: url("../images/page-pro-tu06.jpg") no-repeat top right;
}
.pro-page .inner-main-box .pro-description .pro-descr-7{
  background: url("../images/page-pro-tu07.jpg") no-repeat top right;
}
.pro-page .inner-main-box .pro-description .pro-descr-8{
  background: url("../images/page-pro-tu08.jpg") no-repeat top right;
}
.pro-page .inner-main-box .pro-description .pro-descr-9{
  background: url("../images/page-pro-tu09.jpg") no-repeat top right;
}
.pro-page .inner-main-box .pro-description .video-box {
  position: absolute;
  padding: 0px 80px;
}
.pro-page .inner-main-box .pro-description .video-box .text {
  width: 1060px;
  background-color: #010101;
  padding: 30px 30px;
  margin-bottom: 30px;
  display: inline-block;
}
.pro-page .inner-main-box .pro-description .video-box .text p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
  text-align: left;
	font-weight:normal;
}
.pro-page .inner-main-box .recommend-pro-box {
  padding-top: 600px;
  background-color: #ebebeb;
  margin-top: 80px;
  padding-bottom: 50px;
}
.pro-page .inner-main-box .recommend-pro-box .pro-li-box1 {
  margin-top: 40px;
}
.pro-page .inner-main-box .recommend-pro-box .pro-li-box1 li {
  width: 32%;
  margin-right: 1.5%;
  float: left;
}
.pro-page .inner-main-box .recommend-pro-box .pro-li-box1 li .tu image {
  width: 100%;
}
.pro-page .inner-main-box .recommend-pro-box .pro-li-box1 li .text {
  padding: 15px;
}
.pro-page .inner-main-box .recommend-pro-box .pro-li-box1 li .text h3 {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.pro-page .inner-main-box .recommend-pro-box .pro-li-box1 li .text h3 a {
  color: #000;
  font-size: 18px;
}
.pro-page .inner-main-box .recommend-pro-box .pro-li-box1 li .text h3 a:hover {
  color: #ef402a;
}
.pro-page .inner-main-box .recommend-pro-box .pro-li-box1 li .text .more {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding-right: 25px;
  background: url("../images/page-pro-jt.png") no-repeat right;
}
.pro-page .inner-main-box .recommend-pro-box .pro-li-box1 li .text .more:hover {
  color: #ef402a;
}
.pro-page .inner-main-box .recommend-pro-box .pro-li-box1 li:nth-child(3n) {
  margin-right: 0px;
}
.pro-page .inner-main-box .pro-li-boxs {
  background-color: #353638;
  padding: 30px 0px 90px;
}
.pro-page .inner-main-box .pro-li-boxs .two-categories {
  margin-bottom: 25px;
}
.pro-page .yd-main .recommend-pro-box{
  padding-top: 50px;
}

.pro-page .inner-main-box .pro-li-boxs .two-categories li {
  display: inline-block;
  background-color: #000000;
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pro-page .inner-main-box .pro-li-boxs .two-categories li a {
  font-size: 18px;
  color: #fff;
}
.pro-page .inner-main-box .pro-li-boxs .two-categories li:hover {
  background-color: #ef402a;
}
.pro-page .inner-main-box .pro-li-boxs .pro-ul-box li {
  width: 24.2%;
  margin-right: 1%;
  margin-bottom: 1%;
  float: left;
}
.pro-page .inner-main-box .pro-li-boxs .pro-ul-box li img {
  width: 100%;
}
.pro-page .inner-main-box .pro-li-boxs .pro-ul-box li:nth-of-type(4n) {
  margin-right: 0px;
}
.prodet-page .inner-side ul li {
  margin: 0px 5px;
}
.prodet-page .inner-side ul li p {
  font-size: 12px;
}
.prodet-page .inner-main-box .pro2-categr-boxs {
  padding: 25px 0px 45px;
}
.prodet-page .inner-main-box .pro2-categr-boxs .pro-2-categr-box .pro-2-box {
  margin-bottom: 60px;
}
.prodet-page .inner-main-box .pro2-categr-boxs .pro-2-categr-box .pro-2-box .text {
  width: 54%;
  display: inline-block;
  vertical-align: top;
  padding-right: 5%;
}
.prodet-page .inner-main-box .pro2-categr-boxs .pro-2-categr-box .pro-2-box .text h3 {
  font-size: 35px;
  margin-bottom: 30px;
}
.prodet-page .inner-main-box .pro2-categr-boxs .pro-2-categr-box .pro-2-box .text p {
  color: #666666;
  line-height: 1.6em;
}
.prodet-page .inner-main-box .pro2-categr-boxs .pro-2-categr-box .pro-2-box .tu {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .inner-main-box .pro2-categr-boxs .pro-2-categr-box .pro2-list-box {
  padding: 0px 140px;
}
.prodet-page .inner-main-box .pro2-categr-boxs .pro-2-categr-box .pro2-list-box li {
  display: inline-block;
  width: 195px;
  margin: 0px 10px 50px;
}
.prodet-page .inner-main-box .pro2-categr-boxs .pro-2-categr-box .pro2-list-box li img {
  width: 100%;
}
.prodet-page .inner-main-box .pro2-categr-boxs:nth-of-type(2n) {
  background-color: #f5f6f5;
}
.prodet-page .inner-main-box .pro2-categr-boxs:nth-of-type(2n) .pro-2-categr-box .pro-2-box .text {
  padding-left: 5%;
  padding-right: 0px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #ef402a;
  border-color: #ef402a;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #ef402a;
}
.about-page{
  padding-bottom: 115px;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  font-family: roboto-light;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}

.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 2;
  font-family: AlternateGothic2-BT;text-transform: uppercase;  
}
.news-page .new-list li .new-con .tit a:hover {
  color: #ef402a;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 2;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #ef402a;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page {
  font-family: roboto-regular;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: roboto-bold;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
  line-height: 2;
}
.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: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
	font-family:AlternateGothic2-BT;
	 text-transform: uppercase;  
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #ef402a;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 2;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}

.contact-page {
  padding-top: 0;
}
.contact-page .inner-main-box{
  padding: 0px;
}

.contact-page .c-list-box {
  padding: 70px 0 53px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 39px;
  font-family: AlternateGothic2-BT;text-transform: uppercase;  
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 2;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;

}
.contact-page .c-list-box .contactList .info .fa {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}




.prodet-xq-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: roboto-light;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-xq-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-xq-page .prodet-pics .pro-bPic {
  width: 47.3%!important;
}
.prodet-xq-page .prodet-pics .pro-bPic #pic-zoom{
  margin-bottom: 35px;
}
.prodet-xq-page .prodet-pics .pro-bPic .image-gallery{
  text-align: center;
}
.prodet-xq-page .prodet-pics .pro-bPic .image-gallery li a{
  border: solid 2px #fff;
}
.prodet-xq-page .prodet-pics .pro-bPic .image-gallery li:hover a{
  border: solid 2px #ef402a;
}

.prodet-xq-page .prodet-pics .pro-bPic .image-gallery li{
  width: 20%;
}

.prodet-xq-page .prodet-pics .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
}
.prodet-xq-page .prodet-pics .pro-det-one {
  padding-left: 10%!important;
  width: 52.7%!important;
}
.prodet-xq-page .prodet-pics .pro-det-one p{
  font-size: 18px;
}
.prodet-xq-page .prodet-pics .pro-det-one .prodetail{
  margin-bottom: 20px;
}
.prodet-xq-page .prodet-pics .pro-det-one .proName {
  color: #121212;
  font-size: 39px;
  font-family: roboto-light;
  text-transform: uppercase;
}
.pro-mes{
  display: inline-block;
  width: 280px;
  line-height: 55px;
  background-color: #ef402a;
  color: #fff;
  font-family: 'AlternateGothic2-BT';
  text-align: center;
  font-size: 27.5px;
  text-transform: uppercase;
}

.prodet-xq-page .prodet-pics .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  font-family: roboto-light;
}
.prodet-xq-page .prodet-pics .pro-det-one .proSocial {
 margin-left: 20px;
  display: inline-block;
}
.prodet-xq-page .prodet-pics .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-xq-page .prodet-pics .pro-det-one .proSocial a:hover {
  background: #ef402a;
  color: #fff;
}
.prodet-xq-page .prodet-pics .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("../images/prodet-pdf.png") no-repeat center;
}
.prodet-xq-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-xq-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-xq-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-xq-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}

.prodet-xq-page .prodet-det-two .prodet-detail{
  margin-bottom: 135px;
}
.prodet-xq-page .prodet-det-two .prodet-detail table td{
  padding: 6px 15px;
}

.prodet-xq-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-xq-page .recommand-product .i-product {
  padding: 0;
}



.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-family: AlternateGothic2-BT;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  font-family: roboto-light;
}
.prodetFeedback .ptForm .captcha-li img {
  width: 10%;
  margin: 10px 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  font-family: roboto-medium;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #ef402a;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #ef402a;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: roboto-light;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #ef402a url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.sunp {
    font-size: 16px;
    text-align: justify;
    color: #333;
    margin: 20px auto;
    position: relative;
    display: block;
    width: 1289px;
    border-bottom: 1px solid #ddd;
    line-height: 2;
}







.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  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;
  font-weight: 600;
  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: #e6212a;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 237px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before,
  .around-line > li:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .support-page .head-box p {
  line-height: 2;
  font-size: 14px;
  }
}
@media screen and (max-width: 1000px){
  .shangp, .sptx, .sunp {
  display: none !important;
  }
    
  #footer .foo-bottom a {
  line-height: 2 !important;
  }
}
.m-page {
  text-align: center;
  line-height: 52px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-top: 38px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child,
.m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #ef402a;
}
.m-page a:active {
  background: #ef402a;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #ef402a;
}

/* add */
.support-page .head-box{
  text-align: center;
  margin-bottom: 50px;
	margin-top:50px;
}
.support-page .head-box h3{
  font-size: 25px;
  margin-bottom: 20px;
	 font-family: 'AlternateGothic2-BT';text-transform:uppercase;
}
.support-page .head-box p{
  line-height: 2;
  font-size: 16px;
	 
}
.support-page .con-box .left,
.support-page .con-box .right{
  width: 50%;font-size: 14px;
  line-height: 24px;color: #777;
}
.support-page .con-box .left h3,
.support-page .con-box .right h3{ font-size: 24px;
padding-bottom: 26px; color:#000;font-family: 'AlternateGothic2-BT';text-transform:uppercase;}

.support-page .con-box .left.text1{
  padding-right: 50px;
  padding-top: 40px;
  line-height: 2;

}
.support-page .con-box .right.text1{
  padding-left: 50px;
  padding-top: 40px;
  line-height: 2;
 
}
.support-page .con-box .right p{font-size: 14px;
  line-height: 24px;color: #777;}

.support-page .con-box h3{
  position: relative;
  padding-bottom: 20px;
  margin-bottom:15px;
}
.support-page .con-box h3:before {
    position: absolute;
    height: 4px;
    width: 10%;
    background: #e63946 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: 0;
}
.support-page .con-box h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 11%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}

/* add */
.hero_CLOD{width:100%; height:auto; margin:60px auto 0 auto; overflow:hidden;}
.hero_CLOD ul{ width:600px; margin:0 auto;}
.hero_CLOD ul li{ float:left; width:33.3%; padding:0 10px; margin-bottom: 20px; display:block; font-size:16px; text-align:center;}
.hero_CLOD ul li a{ display:block;}
.hero_CLOD ul li a:hover{ color:#ff3e22; }
.hero_CLOD li a:before{width: 120px;height: 120px;border: 1px solid #ff3e22;content: '';border-radius: 50%;margin: 10px auto;display: block;background-size: 80%; background-position:center center;}
.hero_CLOD li a:hover:before{ background-color:#ff3e22; webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}

.col_maid li:nth-child(1) a:before{background-image: url(../images/CL01.png);background-repeat: no-repeat;}
.col_maid li:nth-child(2) a:before{background-image: url(../images/CL01.png);background-repeat: no-repeat;}
.col_maid li:nth-child(3) a:before{background-image: url(../images/CL02.png);background-repeat: no-repeat;}

.col_maid li:nth-child(1) a:hover:before{background-image: url(../images/CL01H.png);background-repeat: no-repeat;}
.col_maid li:nth-child(2) a:hover:before{background-image: url(../images/CL01H.png);background-repeat: no-repeat;}
.col_maid li:nth-child(3) a:hover:before{background-image: url(../images/CL02H.png);background-repeat: no-repeat;}

.cold_miaoshu{width:1000px; height:auto; margin:0 auto; overflow:hidden; text-align: center; }
.cold_miaoshu p{margin: 20px 0; line-height: 48px;}

.cld_waiguan{width: 100%; height: auto; margin: 0 auto; overflow: hidden;}
.cld_waiguan ul{ width:1200px; margin:0 auto;}
.cld_waiguan ul li{ float:left; width:20%; padding:0 5px; margin: 40px 0 20px 0; display:block; font-size:16px; line-height: 32px; text-align:center;}
.cld_waiguan ul li a{ height: 360px; display:block; border: 2px solid #eee; background: #fcfcfc; content: ''; margin: 10px; padding: 20px;position:relative; padding-top:40px;-webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);}
.cld_waiguan ul li a:hover,.cld_waiguan2 ul li a:hover{
    -webkit-transform: translate3d(0,-5px,0);
	transform: translate3d(0,-5px,0); z-index:3}

.cld_waiguan ul li a i{display:block; position: absolute; background: #fff; border-radius: 50%; color: #eee; width: 60px; height: 60px; font-style: normal; font-weight: bold; font-size: 42px; line-height: 60px; top:-30px; left: 50%;transform: translate(-50%, -0%);}

.cld_waiguan ul li .avo{ background:#ff3e22;border: 2px solid #ff3e22; color: #fff; webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.cld_waiguan ul li .avo i{background: #fff; color:#ff3e22;width:60px; height:60px;font-size: 42px; line-height: 60px; top:-30px;}

.cld_waiguan ul li .avo1{ background:#ccc;border: 2px solid #ccc; webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.cld_waiguan ul li .avo1 i{background: #fff;color:#ccc;width:60px; height:60px;font-size: 42px; line-height: 60px; top:-30px;}

.cld_waiguan ul li .avo2{ background:#eee;border: 2px solid #eee; webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.cld_waiguan ul li .avo2 i{background: #fff; color:#eee;width:60px; height:60px;font-size: 42px; line-height: 60px; top:-30px;}

.auto_bg{width: 100%;height: auto;margin: 0 auto;overflow: hidden;}
.auto_bg img{width: 100%;}
.auto_bg .wenzi{font-size:16px; text-align:center; line-height: 48px; margin:0 auto; display: block; width: 800px; margin-top: 40px;}

.cld_waiguan2{width: 100%; height: auto; margin: 0 auto; overflow: hidden;}
.cld_waiguan2 ul{ width:900px; margin:0 auto;}
.cld_waiguan2 ul li{ float:left; width:33.3%; padding:0 5px; margin: 40px 0 20px 0; display:block; font-size:16px; line-height: 32px; text-align:center;}
.cld_waiguan2 ul li a{ height: 320px; display:block; border: 2px solid #eee; background: #fcfcfc; content: ''; margin: 10px; padding: 20px;position:relative; padding-top:40px;-webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);}

.cld_waiguan2 ul li a i{display:block; position: absolute; background: #fff; border-radius: 50%; color: #eee; width: 60px; height: 60px; font-style: normal; font-weight: bold; font-size: 42px; line-height: 60px; top:-30px; left: 50%;transform: translate(-50%, -0%);}

.cld_waiguan2 ul li .avo{ background:#ff3e22;border: 2px solid #ff3e22; color: #fff; webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.cld_waiguan2 ul li .avo i{background: #fff; color:#ff3e22;width:60px; height:60px;font-size: 42px; line-height: 60px; top:-30px;}

.cld_waiguan2 ul li .avo1{ background:#ccc;border: 2px solid #ccc; webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.cld_waiguan2 ul li .avo1 i{background: #fff;color:#ccc;width:60px; height:60px;font-size: 42px; line-height: 60px; top:-30px;}

.cld_waiguan2 ul li .avo2{ background:#eee;border: 2px solid #eee; webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.cld_waiguan2 ul li .avo2 i{background: #fff; color:#eee;width:60px; height:60px;font-size: 42px; line-height: 60px; top:-30px;}

.LTD_chuang{width: 100%; height: auto; overflow: hidden;margin: 0 auto; margin-top: 20px;background: #ff3e22;}
.LTD_chuang ul{width:1000px; margin: 0 auto; padding: 30px 0;}
.LTD_chuang ul li{ padding:5px 0;}
.LTD_chuang ul li a{background: #fff; border: 1px solid #eee; padding: 20px; height: auto; overflow: hidden; color: #333;display:block;border-radius:2px;-webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);}
.LTD_chuang ul li a:hover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0); z-index:3}
.LTD_chuang ul li a strong{display: block; float: left; width: 200px; font-size: 16px; font-weight: bold; }
.LTD_chuang ul li a span{display: block; float: left; width: 600px;}
.LTD_chuang ul li a i{display: block; float: right;  background: #ff3e22; color: #fff; font-style: normal; padding: 2px 10px; border-radius: 2px;}

.wenzi_ltd{ padding:20px; background:#fff; height:auto; overflow:hidden; border-radius:0 0 2px 2px;}
.wenzi_ltd .left{float:left;width:80%; }
.wenzi_ltd .right{float:right; text-align:right;}
.wenzi_ltd .left h3{  margin:15px 0 0 8px; display:block; font-size:22px;}
.wenzi_ltd .left h4{  margin:5px 0 15px 8px; display:block; font-size:14px; margin-bottom:20px; color:#aaa;}
.wenzi_ltd .right h3{  margin:15px 8px 0 0;  display:block; font-size:32px; color:#ff3e22}
.wenzi_ltd .right h4{margin:40px 8px 15px 0;display:block; font-size:16px; margin-bottom:20px; color:#fff; background: #ff3e22; padding: 2px 10px; border-radius: 2px;}

@media screen and (max-width:1600px){
  .container{
    width:1400px;
  }
}

@media screen and (max-width:1400px){
  .container{
    width:1200px;
  }
	#index-body .i-news .container {
    width: 100%;
}
	.pingpu_list{
		width:100% !important;
	}
}

@media screen and (max-width:1200px){
  .container{
    width:970px;
  }
	#index-body .i-sunpin .sunpin-boxs .sunpin-box .text p{
		font-size:16px;
	}
	#index-body .i-sunpin .sunpin-boxs .sunpin-box .text h4 i,
	#index-body .i-sunpin .sunpin-boxs .sunpin-box .text h4 em,
	#index-body .i-sunpin .sunpin-boxs .sunpin-box .text h4 .font-30{
		font-size:25px;
	}
	#index-body .i-sunpin .tit h3 i,
	#index-body .i-product .pro-swiper .pro-box .date1,
	#index-body .i-product .pro-swiper .pro-box .text .date2,
	.pld_yetou h2{
    font-size: 30px;
   }
	#index-body .i-product .pro-swiper .pro-box .text h3 a{
		font-size:16px;
	}
	.font-30,
	.font-32{
    font-size: 20px !important;
	line-height:38px !important;
}
	.font-22,
	.font-24{
    font-size: 16px!important;
	line-height:30px !important;
}
	#footer .foo-center .foo-link-boxs .link-box a {
    font-size: 14px;
    margin-bottom: 4px;
}
	#footer .foo-center .foo-link-boxs .logo-box .ewm-box{
		width:120px;
	}
	.wenzi .right h3{
		font-size:20px;
	}
	.foucebox,
	.foucebox .bd,
	.foucebox .hd,
	#chann_list .Tab ul,
	.prd_cor_az ul,
	#chann_list .TabC .chan_pldbg,
	.foucebox .showDiv,
	.prd_cor_4 ul,
	.pld_canshu,
	.chengz_list ul{
		width:100% !important;
	}
	#chann_list .Tab li{
		font-size:14px;
		margin-bottom:5px;
	}
	#chann_list .chn_zhutu{
		width:30%;
	}
	#chann_list .cha_canshu{
		width:70%;
		margin-left:0;
		padding-left:20px;
	}
	
}


@media screen and (max-width:1000px){
  .container{
    width:700px;
  }
	#index-body .i-product .company-boxs .com-boxs,
	.inner-page .inner-side,
	.hero,
	.bg-video{
		display:none;
}
	#index-body .i-news .news-swiper .news-box h3 a{
		font-size:14px;
		line-height: 2;
	}
	#index-body .i-sunpin,
	#index-body .i-news{
		padding:30px 0;
	}
	#index-body .i-product .company-boxs .tit h3{
		font-size:30px;
	}
	.pld_nelcans_6l,
	.cz_shuom,.door_style ul,.plad_name h2,
	.plad_name h3,
	.pld_nelcans,
	.Standard ul,
	.prd_cor ul,
	.prod_list .seh{
		width:100%;
	}
	#chann_list .TabC .chan_pldbg ul li{
		overflow:hidden;
	}
	#chann_list .cha_canshu h3{
		font-size:18px;margin:0;
	}
	.prd_cor_az ul li{
		width:50%;
	}
	.inner-page .inner-main-box .pro-list .column{
		width:50%;
	}
}


@media screen and (max-width:700px){
  .container{
    width:100%;
  }
  table {
      display: block;
      width: 100%;
      overflow-x: scroll;
  }
	#index-body .i-sunpin .sunpin-boxs .sunpin-box{
		width:47%;
		height:146px;
	}
	#index-body .i-sunpin .tit {
    margin-bottom: 20px;
}
	#index-body .i-product{
		padding:30px 15px 0;
	}
	#index-body .i-product .company-boxs{
		margin-top:20px;
	}
	#index-body .i-factory {
    padding: 30px 15px;
}
	#footer .foo-center .foo-link-boxs .link-box2{
		display:none;
	}
	#footer .foo-center .foo-link-boxs .logo-box{
	width:45%;
	}
	#footer .foo-center .foo-link-boxs .link-box1{
	width:48%;
	}
	#footer .foo-top .col3 {
	text-align:left;

}
	#index-body .i-news .tit h3,
	.contact-page .c-list-box .contactList .c-name{
		font-size:30px;
	}
	.about-page {
    padding-bottom: 35px;
}
	.inner-page .inner-main-box {
    padding: 0px 15px;
	line-height: 2;
}
	.inner-page .sideBar .side-menu .nowCat{
		width:154px;
		font-size:14px;
	}
	.faq-page .faq-list {
    padding: 30px 0;
}
	.new-list .wid-30,.new-list .wid-60 {
    width: 100%;
	margin-bottom:10px;
}
	.contact-page .inner-main-box{
		padding:0;
	}
	.prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
	.shuang {
    width: 100%;
}
	.prod_list h2{
		font-size:25px;
		width: auto;
	}
	.fox_bg{
		margin:20px 0;
	}
	.plad_name h2,
	.plad_name h3,
	.prod_biaozhun h2{
		font-size:25px;
	}
	.pld_nelcans dl{
		padding:0;
	}
	.pld_nelcans dl dt{
		font-size:16px;
	}
	.pld_nelcans_6l dl{
		width:33.3%;
		padding:0;
	}
	.cz_shuom{
		font-size:16px;line-height:30px;margin:10px 0;
	}
	.door_style ul li,
	.Standard ul,
	.xingcai,
	.chengz_list ul li{
		width:100% !important;
	}
	.Standard ul li{
		width:50% !important;
	}
	.Standard ul li a em{
		font-size:14px;
	}
	.prd_cor_az ul li,
	.prd_cor ul li,
	.prd_cor_4 ul li{
		width:100%;
	}
	.foucebox{
		height:730px;
	}
	.foucebox .hd ul li{
		width:88px;
	}
	.fox_bg{
		height:auto !important;
	}
	#outerImageContainer{
	width: 100% !important;
	height: auto !important;
}

#outerImageContainer img{
	height: auto !important;
}
#imageDataContainer {
    width: 100% !important;
}
#imageData #bottomNav #bottomNavClose{
    z-index: 9999 !important; position:relative;
}
#lightbox{
    top: 35px !important;
}
	.support-page .con-box .left, .support-page .con-box .right{
		width:100%;
		padding-left:0 !important;
		line-height: 2;
	}
	.hero_xqy,
	.Standard ul li a em,
	.foucebox .showDiv p{
		display:none!important;
	}
	.foucebox .showDiv h2{
		font-size:15px;
		line-height:30px;
	}
	.Standard li a:before{
		width: 140px;
    height: 140px;
	}
	#chann_list .chn_zhutu{
		width:100%;
	}
	#chann_list .cha_canshu{
		width:100%;
		padding-left:0;
		padding-top:10px;
	}
}

@media screen and (max-width:500px){

}


.newdet-page .news .news_contents h1{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.newdet-page .news .news_contents p{
	font-size: 16px;
}
.newdet-page .news .news_contents h3{
	font-size: 20px;
}
.newdet-page .news .news_contents h6{
	font-size: 16px;
}

@media screen and (max-width: 700px){
  #footer .foo-center .foo-link-boxs .link-box1{
    display: none;
  }
	.prodetFeedback .ptForm .captcha-li img {
		width: 40%;
	}
}
.right_nav_list{position:fixed;bottom:40px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#ef402a;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;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);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px} #seo_form_cont ul .captcha-li img {width: 30% !important;}
.right_nav_list ul li{width:60px;height:60px;margin-top:5px;font-size:30px;line-height:60px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-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}
#seo_form_cont 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;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul .captcha-li img {width: 20%;}
#seo_form_cont ul .mailboxdiy > span:nth-of-type(2) {display: none !important; visibility: hidden !important;}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}