/* 字体引入 */
@font-face {
  font-family: 'm';
  src: url('../fonts/Poppins-Medium.otf');
}
/* 网站基本宽度（注意修改） */
.container {
  box-sizing: content-box;
  padding: 0 15px;
  transition: 300ms ease;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}


#ewm{
	width:100px;
	margin:0 auto;
	border:5px solid white;
}

/* web头部改 */
.menuBox h3 {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
	margin-bottom:60px;
}
.menuBox h3:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.open .menuBox {
  height: 100%;
  padding: 50px 0px 0px;
}
.menuBox {
  position: fixed;
  z-index: 1090;
  background-color: #077cbf;
  left: 0px;
  top: 0px;
  width: 100%;
	color:#fff;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  height: 0px;
  overflow: hidden;
  box-sizing: border-box;
}
.menuBox .toggle-btn{
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 30px;
}
.nav_logo {
  width: 224px;
  height: 104px;
  position: absolute;
  left: 56px;
  top: 60px;
  display: block;
  z-index: 99;
  color: #fff;
}
#nav dd {
  float: left;
  display: block;
  font-size: 20px;
  width: auto;
	padding-right: 25px;
	width:20%;
}
/* #nav {
  width: 1300px;
	margin-left:auto;
	margin-right:auto;
} */
#nav {
  margin-bottom: 40px;
}
.clearfix {
  display: block;
}
#nav dd .t {
  font-size: 20px;
  margin-bottom: 20px;
}
#nav dd .t a {
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
}
.htmledit ul {
  padding-left: 0;
  width: auto;
  display: inline-block;
  background: none transparent scroll repeat 0 0;
  float: none;
  height: auto;
}
.htmledit ul li {
  text-align: left;
  line-height: normal;
  list-style-type: none;
  width: auto;
  background: none transparent scroll repeat 0 0;
  float: none;
  height: auto;
  list-style-image: none;
}
#nav dd .subnav li {
  margin-bottom: 5px;
}
#nav .subnav a {
  font-family: arial;
  font-size: 14px;
}
/* end */




/* 手机端头部 */
#m-header-wrapper {
  display: none;
}
#m-header-wrapper .overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#m-header-wrapper .m-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 45px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: 300ms;
}
#m-header-wrapper .m-header.active {
  left: 200px;
}
#m-header-wrapper .m-header .container {
  height: 100%;
  position: relative;
}
#m-header-wrapper .m-header .container .toggle-btn {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#m-header-wrapper .m-header .container .toggle-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  margin-bottom: 5px;
  transition: 300ms;
}
#m-header-wrapper .m-header .container .toggle-btn span:last-of-type {
  margin-bottom: 0;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: left center;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: left center;
}
#m-header-wrapper .m-header .container .logo {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#m-header-wrapper .m-header .container .logo img {
  width: 90px;
}
#m-header-wrapper .m-toggle-nav {
  position: fixed;
  width: 200px;
  height: 100%;
  left: -200px;
  top: 0;
  overflow-y: auto;
  background: #333;
  z-index: 9999;
  transition: 300ms;
  padding: 15px 0;
}
#m-header-wrapper .m-toggle-nav.active {
  left: 0;
}
#m-header-wrapper .m-toggle-nav h1 {
  font: 14px sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px 20px;
}
#m-header-wrapper .m-toggle-nav h1 .icon {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
#m-header-wrapper .m-toggle-nav .menu-box {
  padding-bottom: 25px;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a {
  display: block;
  font: 12px/40px sans-serif;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  display: none;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a i.active {
  transform: translateY(-50%) rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li .sub-menu {
  background: #000;
  padding: 5px 0;
  display: none;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li .sub-menu li a {
  display: block;
  font: 12px/40px sans-serif;
  padding-left: 15px;
  color: #fff;
  text-transform: uppercase;
}
#m-header-wrapper .m-toggle-nav .search-box {
  padding: 15px 15px 35px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .search-box input[type="text"] {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  padding: 0 40px 0 10px;
  font: 12px sans-serif;
  color: #333;
}
#m-header-wrapper .m-toggle-nav .search-box button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  outline: none;
  text-align: center;
  background: #000;
}
#m-header-wrapper .m-toggle-nav .search-box button i {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}
#m-header-wrapper .m-toggle-nav .lan h1 {
  padding-bottom: 10px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .lan h1 i.fa-angle-down {
  position: absolute;
  right: 15px;
  top: 1px;
  font-size: 16px;
  color: #fff;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .lan h1 i.fa-angle-down.active {
  transform: rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .lan ul {
  background: #000;
  display: none;
}
#m-header-wrapper .m-toggle-nav .lan ul li a {
  display: block;
  font: 12px/30px sans-serif;
  color: #fff;
  padding-left: 15px;
}

#header .header_top {
  background: #034163;
  color: #FFFFFF;
}
#header .header_top .top_left {
  font-family: '方正大黑简体';
  font-size: 14px;
  line-height: 24px;
  padding: 9px 0;
}
#header .header_top .top_left span {
  display: inline-block;
}
#header .header_top .top_left span:nth-child(2) {
  margin-left: 60px;
}
#header .header_top .top_left span:nth-child(3) {
  margin-left: 30px;
}
#header .header_top .top_left img {
  margin-right: 10px;
}
#header .header_top .top_right ul li {
  float: right;
  padding: 9px 0;
}
#header .header_top .top_right ul li a {
  font-family: '方正大黑简体';
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  transition: 0.5s ease;
  border-right: 2px solid #FFFFFF;
}
/* #header .header_top .top_right ul li a.active,
#header .header_top .top_right ul li a:hover {
  color: #c80000; */
/* } */
#header .header_top .top_right ul li:first-child a {
  border-right: none;
}
#header .header_bottom{padding:20px;}
#header .header_bottom .search-box {
  width: 230px;
  height: 38px;
  margin: 20px 0 12px 15px;
}
#header .header_bottom .search-box form {
  width: 230px;
  height: 38px;
  position: relative;
  border: 1px solid #959595;
}
#header .header_bottom .search-box form input {
  outline: none;
  background: none;
  border: none;
}
#header .header_bottom .search-box form input[type="text"] {
  width: 186px;
  height: 38px;
  font-family: 'Arial';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
#header .header_bottom .search-box form input[type="submit"] {
  width: 44px;
  height: 38px;
  background: url("../images/black-search.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#header .header_bottom .menu li {
  float: left;
  position: relative;
  transition: 0.5s ease;
  padding: 30px 0;
}
#header .header_bottom .menu li:hover {
  background: #034163;
}
#header .header_bottom .menu li:hover a {
  border-right: 1px solid #dc0000;
  color: #FFFFFF;
}
#header .header_bottom .menu li a {
  display: inline-block;
  font-family: '方正大黑简体';
  font-size: 14px;
  line-height: 14px;
  padding: 0 30px;
  border-right: 1px solid #000000;
  transition: 0.3s ease;
}

#header .header_bottom .menu li:last-child a {
  border-right: none;
}
#header .header_bottom .menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 180px;
	white-space:nowrap;
  background: #333;
  display: none;
  z-index: 10;
	background: rgba(0, 0, 0, 0.7);
}
#header .header_bottom .menu li .sub-menu li {
	position:relative;
  width: 100%;
  padding: 0;
}
#header .header_bottom .menu li .sub-menu li:hover {
  background: #034163;
}
#header .header_bottom .menu li .sub-menu li a {
  padding:15px 10px;
  width: 100%;
  border-right: none;
  color: #FFFFFF;
}

#header .header_bottom .menu li .sub-menu li .sub-menu{
	left:100%;
	top:0;
}

/* #header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #fff;
}
#header .container {
  max-width: 100%;
  padding: 0;
  height: 76px;
  position: relative;
}
#header .container .toggle-btn {
  width: 112px;
  height: 76px;
  background: #f18f1c url(../images/toggle.png) center center no-repeat;
  cursor: pointer;
}
#header .container .menu-box .menu {
  font-size: 0;
}
#header .container .menu-box .menu > li {
  display: inline-block;
  position: relative;
}
#header .container .menu-box .menu > li:nth-of-type(1):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 67px;
  background: rgba(255, 255, 255, 0.46);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#header .container .menu-box .menu > li > a {
  display: block;
  font: 14px/76px m;
  color: #fdfafa;
  text-transform: uppercase;
  padding: 0 35px;
}
#header .container .menu-box .menu > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background: #fff;
  display: none;
}
#header .container .menu-box .menu > li .sub-menu li a {
  display: block;
  font: 16px/35px m;
  color: #333;
  padding-left: 15px;
  transition: 200ms;
}
#header .container .menu-box .menu > li .sub-menu li a:hover {
  background: #333;
  color: #fff;
}
#header .container .search-btn {
  width: 18px;
  height: 18px;
  background: url(../images/search.png) no-repeat;
  margin: 38px 43px 0 46px;
  cursor: pointer;
}
#header .container .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .container .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .container .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .container .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 24px;
  font-family: r;
  color: #000;
  padding: 10px 0;
}
#header .container .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 .container .search-box form input[type="submit"]:hover {
  opacity: 0.7;
}
#header .container .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .container .lan {
  font: 16px m;
  color: #fdfafa;
  margin: 35px 0 0 45px;
}
#header .container .cont {
  font: 18px m;
  color: #f18f1c;
  margin: 33px 0 0 40px;
}
#header .container .share {
  margin-top: 36px;
}
#header .container .share i {
  display: inline-block;
  font-size: 20px;
  color: #f4f8fb;
  padding: 0 25px;
  position: relative;
}
#header .container .share i:last-of-type {
  padding-right: 0;
}
#header .container .share i:last-of-type:after {
  display: none;
}
#header .container .share i:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #f4f8fb;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
}
#header .container .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  height: 60px;
} */
.toggle-nav {
  position: fixed;
  width: 300px;
  height: 100%;
  left: -300px;
  top: 0;
  background: #333;
  z-index: 9999;
  padding-top: 150px;
}
.toggle-nav .close {
  position: absolute;
  left: 20px;
  top: 45px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.toggle-nav .menu-box .menu > li > a {
  display: block;
  font: 16px/40px "微软雅黑";
  color: #fff;
  padding-left: 20px;
}
.toggle-nav .menu-box .menu > li .sub-menu {
  background: #000;
  display: none;
}
.toggle-nav .menu-box .menu > li .sub-menu li a {
  display: block;
  font: 16px/40px "微软雅黑";
  color: #fff;
  padding-left: 30px;
}
#index-banner img {
  width: 100%;
}
#index-body .i-product {
  padding: 40px 105px;
  position: relative;
}
#index-body .i-product #ip .swiper-slide img {
  width: 100%;border:1px solid #ccc;
}
#index-body .i-choose{
	max-width:1275px; margin:0 auto;
	margin-top:-50px;
}
#index-body .our-honor{
	text-align:center;
	max-width:1275px; margin:0 auto;
}

#index-body .our-video{
	max-width:1275px; margin:0 auto;padding:60px 15px;
}

#index-body .i-product #ip-l,
#index-body .i-product #ip-r {
  width: 37px;
  height: 74px;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
#index-body .i-product #ip-l {
  background: url(../images/ip-l.jpg) no-repeat;
  left: 30px;
}
#index-body .i-product #ip-r {
  background: url(../images/ip-r.jpg) no-repeat;
  right: 30px;
}
#index-body .i-factory #factory .swiper-slide .img-box img {
  width: 100%;padding:0px 5px;
}
#footer {
  padding: 70px 0;
  background: #0f3266;
	margin-top:20px;
}
#footer .container {
  max-width: 1275px;
}
#footer .container .footer-top {
  font-size: 0;
  margin-bottom: 35px;
}
#footer .container .footer-top .item {
  display: inline-block;
  vertical-align: top;
}
#footer .container .footer-top .item:nth-of-type(1) {
  width: 21%;
}
#footer .container .footer-top .item:nth-of-type(1) p {
  font: bold 18px arial;
  color: #00bef1;
  
  min-height: 15px;
  
  margin-bottom: 15px;
}
#footer .container .footer-top .item:nth-of-type(1) ul li {
  font: 14px arial;
  color: #fdf9f9;
  margin-bottom: 15px;
}
#footer .container .footer-top .item:nth-of-type(1) ul li i {
  margin-right: 10px;
}
#footer .container .footer-top .item:nth-of-type(1) ul li a:hover {
  color: #fdf9f9;
}
#footer .container .footer-top .item:nth-of-type(1) ul li:last-of-type {
  margin-bottom: 0;
}
#footer .container .footer-top .item:nth-of-type(2) {
  width: 35%;
}
#footer .container .footer-top .item:nth-of-type(2) p {
  font: bold 18px arial;
  color:#00bef1;
  
 
  min-height: 15px;
/*   background: url(../images/foot-icon.png) left center no-repeat; */
  margin-bottom: 15px;
}
#footer .container .footer-top .item:nth-of-type(2) ul li {
	display:inline-block;
	width:75%;
  font: 13px arial;
  color: #fdf9f9;
  margin-bottom: 10px;
}
#footer .container .footer-top .item:nth-of-type(2) ul li i {
  margin-right: 10px;
}
#footer .container .footer-top .item:nth-of-type(2) ul li a:hover {
  color: #fff;
}
#footer .container .footer-top .item:nth-of-type(2) ul li:last-of-type {
  margin-bottom: 0;
}
#footer .container .footer-top .item:nth-of-type(3) {
  width:22%;
  padding-right: 20px;
}
#footer .container .footer-top .item:nth-of-type(3) > p {
  font: bold 18px arial;
  color: #00bef1;

  
  min-height: 15px;
  
  margin-bottom: 15px;
}
#footer .container .footer-top .item:nth-of-type(3) ul li {
  margin-bottom: 15px;
}
#footer .container .footer-top .item:nth-of-type(3) ul li:last-of-type {
  margin-bottom: 0;
}
#footer .container .footer-top .item:nth-of-type(3) ul li p:nth-of-type(1) {
  font: 14px arial;
  color: #fdf9f9;
  margin-bottom: 10px;
}
#footer .container .footer-top .item:nth-of-type(3) ul li p:nth-of-type(2) {
  font: 14px arial;
  color: #fdf9f9;
}
#footer .container .footer-top .item:nth-of-type(3) ul li p:nth-of-type(2) i {
  margin-right: 10px;
}
#footer .container .footer-top .item:nth-of-type(4) {
  width: 22%;
}
#footer .container .footer-top .item:nth-of-type(4) p:nth-of-type(1) {
  font:18px arial;
  color: #00bef1;
  
font-weight:bold;
  min-height: 24px;

}
#footer .container .footer-top .item:nth-of-type(4) p:nth-of-type(2) {
  font:14px/30px arial;
  color: #fdf9f9;
  margin-bottom: 15px;
}
#footer .container .footer-top .item:nth-of-type(4) p:nth-of-type(2) i {
  margin-right: 10px;
}
#footer .container .footer-top .item:nth-of-type(4) p:nth-of-type(3) {
  font:14px arial;
  color: #fdf9f9;
  margin-bottom: 20px;
}
#footer .container .footer-top .item:nth-of-type(4) p:nth-of-type(3) i {
  margin-right: 10px;
}
#footer .container .footer-top .item:nth-of-type(4) p:nth-of-type(4) {
  font: 14px arial;
  color: #fdf9f9;
}
#footer .container .footer-top .item:nth-of-type(4) p:nth-of-type(4) i {
  margin-right: 10px;
}
#footer .container .footer-bottom {
  font: 14px arial;
  color: #fdf9f9;
	text-align:center;padding:10px 0px;
}
#footer .container .footer-bottom p a:hover {
  color: #000;
}
/* @media (max-width: 1440px) {
  #header .container .menu-box {
    display: none;
  }
  #header .container .share {
    display: none;
  }
} */
@media (max-width: 992px) {
  #header {
    display: none;
  }
  #m-header-wrapper {
    display: block;
  }
  #index-banner {
    margin-top: 45px;
  }
  #footer .container .footer-top .item {
    width: 50%!important;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  #index-body .i-product {
    padding: 0;
  }
  #index-body .i-product #ip-l,
  #index-body .i-product #ip-r {
    display: none;
  }
  #footer {
    padding: 40px 0;
  }
  #footer .container .footer-top {
    margin-bottom: 60px;
  }
  #footer .container .footer-top .item:nth-of-type(3){
    padding: 0;
  }
  #footer .container .footer-top .item:nth-of-type(3),
  #footer .container .footer-top .item:nth-of-type(4) {
    width: 100%!important;
  }
  #footer .container .footer-top .item:last-of-type {
    margin-bottom: 0;
  }
}



/* 内页样式 */
.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 180px;
  color: white;
  z-index: 1;
}
/* .inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
} */
.inner-banner h3 {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "POPPINS-MEDIUM";
}
.inner-banner .mbx {
  font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	color:#ccc;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #077cbf;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color:#077cbf;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
}
.inner-page p {
  line-height: 1.8;
  color: #656769;
  font-size: 14px;
}
/* .inner-page .text {
  color: #828893;
} */
.inner-page .text p {
  color: inherit;
}
.inner-page i.small-tit {
  color: #077cbf;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "POPPINS-MEDIUM";
}
.inner-page h3.title {
  color: #111;
  text-transform: capitalize;
  font-size:20px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
  font-family: "POPPINS-SEMIBOLD";
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #ccc;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #ccc;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #ccc;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #ccc;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #077cbf;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 34%;
  padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  
  color: #072948;
  font-family: "POPPINS-MEDIUM";
  font-size: 13px;
  padding: 8px 20px;
  background: #fff;
  border-left: 4px solid #077cbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul{
	display:none;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background:#077cbf none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #077cbf none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #077cbf;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #077cbf none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#077cbf;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 30px;
  font-family: "POPPINS-MEDIUM";
  font-weight: bold;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;

  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 18px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #077cbf;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width: 66%;
  padding-left: 15px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #077cbf none repeat scroll 0 0;
  color: #fff;
}
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .left {
  width: 42%;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(34, 153, 222, 0.33);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.about-page .about-1 .left .box2 .play {
  position: absolute;
  color: white;
  bottom: 20px;
  font-family: "POPPINS-MEDIUM";
  right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background:#077cbf none repeat scroll 0 0;
  border: 2px solid #077cbf;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 58%;
  padding-left: 15px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 35px;
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "POPPINS-MEDIUM";
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #077cbf none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
  color: #111;
  margin: 5px 0;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  width: 50%;
  float: left;
}
.about-page .about-1 .right .text ul li:after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #f18f1c;
}
.about-page .about-2 {
  background: #f8f9fc;
  padding: 70px 0;
}
.about-page .about-2 .left {
  padding-right: 15px;
}
.about-page .about-2 .right {
  padding-left: 15px;
}
.about-page .about-2 .right .content {
  background: white none repeat scroll 0 0;
  padding: 20px 5px;
  border-radius: 5px;
}
.about-page .about-2 .right .content li {
  text-transform: capitalize;
  color: #333;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 15px;
}
.about-page .about-2 .right .content li i {
  color: #077cbf;
  margin-right: 10px;
}
.about-page .about-3 {
  padding: 70px 0;
  background: url("../images/about-3-bg.png") center center #077cbf;
  color: white;
  text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
  color: inherit;
}
.about-page .about-3 p {
  max-width: 850px;
  display: block;
  margin: 30px auto;
}
.about-page .about-3 a.more {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #077cbf;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 a.more:hover {
  background: transparent;
  color: #fff;
}
.about-page .about-4 {
  padding: 70px 0;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
  display: inline-block;
  vertical-align: middle;
  color: #077cbf;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  font-family: "POPPINS-REGULAR";
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.more:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #077cbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.about-page .about-4 .top .right a.more i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover {
  color: white;
}
.about-page .about-4 .top .right a.more:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .box {
  box-shadow: 0 0 15px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.about-page .about-4 .bottom ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .box h5 {
  display: block;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  font-size: 22px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #077cbf;
  color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #077cbf;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #f18f1c;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #077cbf none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-family: "POPPINS-MEDIUM";
  font-size:16px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 54px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #077cbf;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #077cbf;
  border-left: 1px solid #077cbf;
  font-size: 14px;
  font-family: "POPPINS-REGULAR";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #077cbf none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  font-family: "POPPINS-REGULAR";
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #077cbf;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: "POPPINS-REGULAR";
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background:#077cbf;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #077cbf;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #0D9BF2 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-top: 70px;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.contact-page .contact-2 .right {
  width: 45%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #077cbf none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #828893;
  font-family: "POPPINS-MEDIUM";
}
.contact-page .contact-2 .right ul li p {
  font-size: 15px;
  color: #111;
  
  line-height: normal;
  letter-spacing: 1px;
}
.product-page {
  padding: 70px 0;
}
.product-page .product-list ul {
  margin: -10px;
}
.product-page .product-list ul li {
  padding: 10px;
}
.product-page .product-list ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box a.img-box {
  display: block;
}
.product-page .product-list ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
	background:#edeff2;
}
.product-page .product-list ul li .box .content h3 {
  
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	height:36px;
	line-height:18px;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #077cbf;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 12px;
  color: #077cbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #f18f1c;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #f18f1c;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #f18f1c;
}
.prodet-page {
  padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 32%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .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%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 35px;
  width: 60%;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 14px;font-weight:bold;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "POPPINS-REGULAR";
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #f18f1c;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  font-family: "POPPINS-MEDIUM";
  color: #f18f1c;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #077cbf;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-1 .text p{font-size:14px;}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #f18f1c;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;width:100%;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 14px;padding:5px 5px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
	height:36px;
	line-height:18px;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #f18f1c;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 13px;
  color: #077cbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #f18f1c;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #f18f1c;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #f18f1c;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #f18f1c;
  color: white;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .inner-banner h3 {
    font-size: 20px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-page h3.title {
    font-size: 20px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 16px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
	#header .topp{
		max-width:350px;
	}
}
@media screen and (max-width: 1000px) {
  .inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .about-page .about-1 .right h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .prodet-page,
  .product-page,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-top: 40px;
  }
  .about-page .about-2 .right .content li {
    font-size: 13px;
    padding: 2px 10px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .product-page .product-list ul li {
    width: 33.333% !important;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 13px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page .form ul li {
    width: 100% !important;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
	#footer .container .footer-top .item ul{
		font-size:0;
	}
	#footer .container .footer-top .item ul li{
		width:50%;
		display:inline-block;
		vertical-align:top;
	}
	
  .inner-banner h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .product-page .product-list ul li {
    width: 100% !important;
  }
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
  .inner-page p,
  .inner-page {
    font-size: 13px;
    line-height: 1.8;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }
	
	#footer .container .footer-top .item:nth-of-type(1),
	#footer .container .footer-top .item:nth-of-type(2){
		display:none;
	}
}



#index-body .i-factory #factory .swiper-slide .img-box .cover {
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  line-height: 235px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: rgba(7, 124, 191, 0.7);
  position: absolute;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .i-factory #factory .swiper-slide .img-box .cover a{
color: #fff;
}
#index-body .i-factory #factory .swiper-slide .img-box:hover .cover {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}


#index-body .i-choose ul{
	margin:-15px;
}
#index-body .i-choose ul li {
	padding:15px;
}
#index-body .i-choose ul li .mml-text{
	overflow: hidden;
  	position: relative;
	box-shadow:0 0 10px 0 rgba(0,0,0,.3);
	background-color:white;
}
#index-body .i-choose ul li .img img {
  width: 100%;
  height: auto;
}
#index-body .i-choose ul li .content {
/*   position: absolute;
  left: 0;
  top: 60px; */
  width: 100%;
  height: auto;
  text-align: center;
  padding: 60px 20px 0;
}
#index-body .i-choose ul li .content i{
	display:block;
	width:25%;
	height:3px;
	background-color:rgba(7, 124, 191, 1);
	margin:0 auto;
}
#index-body .i-choose ul li .content h3 {
  font-family:"roboto-blod";
  font-size: 20px;
  line-height: 24px;
  margin: 15px 0 10px;
  -webkit-line-clamp: 1;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-choose ul li .content P {
  font-family: "roboto-regular";
  padding: 0 35px;
  font-size: 14px;
  line-height: 20px;
  color: #868686;
	min-height:80px;
}
#index-body .i-choose ul li .content .button {
  display: inline-block;
  font-family:"roboto-regular";
  font-size: 16px;
  line-height: 20px;
  padding: 5px 20px;
  border: 1px solid #000000;
  transition: 0.5s ease;
  margin-top: 20px;
}
#index-body .i-choose ul li .content .button:hover {
  background: #dc0000;
  border: 1px solid #dc0000;
  color: #FFFFFF;
}
#index-body .i-choose ul li:last-child {
  margin-right: 0;
}


@media screen and (max-width: 1400px) {
	#index-body .i-choose{
		margin-top:0;
		padding:60px 15px;
	}
}

@media screen and (max-width: 1275px) {
	#index-body .i-choose ul li .content P{
		padding:0;
	}
}

@media screen and (max-width: 700px) {
	#index-body .i-choose ul li .img{
		display:none;
	}
}




#pro-from{
	padding-top:60px;
}
#pro-from input,
#pro-from textarea{
	width: 100%;
	border: none;
	background-color: #eee;
	padding: 10px;
	font-size: 14px;
}
#pro-from input[type="submit"]{
	font-size: 16px;
	background-color: #0f3266;
	color: white;
	padding: 10px;
	width: 100%;
	border: none;
}
#pro-from ul{
	margin: -10px;
}
#pro-from ul li{
	width: 50%;
	padding: 10px;
}
#pro-from ul li.wid-100{
	width: 100%;
}


.metaslider .flexslider .flex-direction-nav li a{
	width: 50px!important;
   height: 50px!important;
}