@charset "utf-8";
/* CSS Document */
body, button, input, select, textarea { background: none repeat scroll 0 0 #fff; color: #5f5f5f; font: 14px/1 "Arial", "微软雅黑"; margin: 0; padding: 0; overflow: hidden; }

body,html{
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 { font-size: 14px; padding: 0; margin: 0; }
ul, ol, li, dl, dt, dd { list-style: none; text-decoration: none; height: auto; padding: 0; margin: 0; }
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 14px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */ border-bottom: 1px dotted; cursor: help; }
q:before, q:after { content: ''; }
p { margin: 0; padding: 0; }
/* 重置表单元素 */
legend { color: #5f5f5f; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea { font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */ }
/* 重置表格元素 */
/* 重置 hr */
hr { border: none; height: 1px; }
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
:hover { text-decoration: none !important;}
html { overflow-y: scroll; }
:link { text-decoration: none; color: #5f5f5f; }
:visited { text-decoration: none; color: #5f5f5f; }
.fl { float:left;}
.fr { float:right;}
[data-mfp-src],
.btn-img-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
/*======================公用样式=======================*/
.wrap { width: 100%; }
.logo {float: left;}

.navbar-area {background:rgba(0, 0, 0, 0); }
.navbar-light .navbar-brand img{float:left;margin-left:-15px}
.sticky-nav{/*position:fixed;*/top:0;left:0;right:0;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);margin:auto;z-index:999; background:#fff;-webkit-animation:.9s ease-in-out 5s normal none 1 running fadeInDown;animation:.9s ease-in-out 5s normal none 1 running fadeInDown;-webkit-transition:.9s;transition:.9s;width:100%!important}
.sticky-nav .nav-top{width:100%;border-radius:0}
.sticky-nav .main-nav{-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1)}
.main-nav{position:relative;top:0;left:0;padding:0;width:100%;z-index:999;height:auto;}
.main-nav .navbar {padding: 0;}
.main-nav nav .navbar-nav .nav-item {padding: 0;}
.main-nav nav .navbar-nav .nav-item .active,.main-nav nav .navbar-nav .nav-item:hover a{color:#fff;background: #1ab1e4;}
.main-nav nav .navbar-nav .nav-item a{text-transform:capitalize;color:#404040; padding: 59px 30px 46px 30px; margin: 0;}
.main-nav nav .navbar-nav .nav-item a i{font-size:10px}
.main-nav nav .navbar-nav .nav-item a :focus,.main-nav nav .navbar-nav .nav-item a:hover{color:#fff}
.main-nav nav .navbar-nav .nav-item a.active{color:#fff!important; background: #1ab1e4;}
.main-nav nav .navbar-nav .nav-item a.active i{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.main-nav nav .navbar-nav .nav-item a:hover i{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:.7s;transition:.7s}
.main-nav nav .navbar-nav .nav-item a .active::before{-webkit-transform:scale(1);transform:scale(1)}
.main-nav nav .navbar-nav .nav-item .dropdown-menu{border:0;border-radius:0;background-color:#1ab1e4!important; padding-left: 0; padding-right: 0; width: 223px;}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li{border-bottom:0}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child{border-bottom:0}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a{position:relative;-webkit-transition:.7s;transition:.7s;font-size: 14px;}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before{width:100%}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover{color:#666; background:#ccc; }
.mobile-nav .mean-container .mean-nav ul li a .active{color:#2ca6e0}
.mean-container a.meanmenu-reveal{color:#373e58}
.mean-container a.meanmenu-reveal span{background-color:#1ab1e4}


.other-side .search-area{float:left; }
.other-side .search-area .search-item{display:inline-block;position:relative;color:#fff;cursor:pointer;top:3px; padding-right: 10px;}
.other-side .search-area .search-item a {padding: 0;}
.other-side .search-area .search-item i{display:inline-block;text-align:center;font-size:16px;position:relative;top:0;color:#2ca6e0;font-weight:600}
.other-side .search-area .search-item .search-overlay{display:none}
.other-side .search-area .search-item .search-overlay.search-popup{position:absolute;top:100%;width:300px;right:0;background:#fff;z-index:2;padding:20px;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.1);box-shadow:0 0 15px 0 rgba(0,0,0,.1);margin-top:20px}
.other-side .search-area .search-item .search-overlay.search-popup .search-form{position:relative}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-input{display:block;width:100%;height:50px;line-height:initial;border:1px solid #eee;color:#373737;outline:0;-webkit-transition:.5s;transition:.5s;padding-top:4px;padding-left:10px}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-input:focus{border-color:#ff6464}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button{position:absolute;right:0;top:0;height:50px;background:0 0;border:0;width:50px;outline:0;-webkit-transition:.5s;transition:.5s;padding:0;cursor:pointer}
.other-side .search-area .search-item .search-overlay.search-popup .search-form .search-button:focus{color:#ff6464}
.other-side .search-area .search-item .search-btn{font-size:16px;color:#2ca6e0}
.other-side .search-area .search-item .search-btn:hover{color:#2ca6e0}
.other-side .search-area .search-item .search-btn:hover i{color:#2ca6e0}
.other-side .search-area .search-item .close-btn{cursor:pointer;display:none;-webkit-transition:.5s;transition:.5s;color:#2ca6e0}
.other-side .search-area .search-item .close-btn:hover{color:#2ca6e0}
.other-side .search-area .search-item .close-btn.active{display:block;}

.other-side .lang{float:right;margin-top:3px;margin-left:10px;  padding-left: 10px; padding-right: 10px; border-left: 2px solid #fff;}
.other-side .lang a {color: #666; float: left; padding: 0 5px;}
.other-side .modal-menu{float:right;margin-left:20px;margin-top:3px}
.other-side .modal-menu a{color:#64acff;font-size:20px;font-weight:700;width:40px;height:40px;line-height:40px;background-color:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.1);box-shadow:0 0 15px rgba(0,0,0,.1);text-align:center}
.other-side .modal-menu a:hover{color:#ff6464}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 20px;
	
}

#header .header-container {
  background: #0c3d7e;
}

#header.header-scrolled {
  

  top: 0;
}

#header .logo {
  overflow: hidden;
}


#header .logo img {
  padding: 0;
  margin: 0;
  width: 100%;
}

@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #0c3d7e;
  }
  #header.header-scrolled, #header .header-container {
    background: #0c3d7e;
  }
  #header .logo {
    position: relative;
	left: -15px;
  }
  #header .logo img {
    width: 215px;
	  
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: #fff;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #d22c2e;
  /*border-bottom: 2px solid #d22c2e;*/
}

.navbar .getstarted {
  display: none;
}



.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #0c3d7e;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #d22c2e;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px!important;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
	.other-side  {position: absolute; top: 15px; right: 40px;}	
	.other-side .lang {padding-left: 0; margin-left: 0; border-left: 0}
	.other-side .search-area {display: none;}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #36343a;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #d22c2e;
}

.navbar-mobile .getstarted {
  display: block;
  margin: 15px;
}
.search-i {width: 100%; position: absolute; top:18px; right: 0; }
.search-i .search-form{position:relative}
.search-i .search-form .search-input{display:block;width:100%;height:34px;line-height:initial; background: #171717; border: 0; border-radius:13px;color:#fff;outline:0;-webkit-transition:.5s;transition:.5s; padding-left:10px}
.search-i .search-form .search-button{position:absolute;right:0;top:0;height:34px;background:0 0;border:0;width:50px;outline:0;-webkit-transition:.5s;transition:.5s;padding:0;cursor:pointer}
.search-i .search-btn{-webkit-transition:all .5s;transition:all .5s;font-size:16px;}
.search-i i {color: #fff; font-weight: bold;}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #009970;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}





.banner {position: relative;}
.ban-pc {display: block;}
.ban-mobile {display: none;}
.ban-mobile img {width: 100%; height: auto;}
.ban-pc .swiper-pagination-bullet-active { background: #1ab1e4!important;}
.ban-pc .swiper-pagination-bullet { width: 12px!important; height: 12px!important; border-radius: 6; background: #fff;opacity:1!important; margin:0 5px}
.ban-pc .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom:15px!important;}
.a-main {}
.a-main img {width: 100%;}
.ban-pro-pc {display: block;}
.ban-pro-mobile {display: none;}
.ban-pro-mobile img {width: 100%; height: auto;}
.ban-pro-pc .swiper-pagination-bullet-active { background: #2ca6e0!important;}
.ban-pro-pc .swiper-pagination-bullet { width: 50px!important; height: 3px!important; border-radius: 0; background: #fff;opacity:1!important; margin:0 5px}
.ban-pro-pc .swiper-pagination {bottom:47px!important; left: 45%;}

.down-ico {position: absolute;top:90%;right:25%;opacity: 1; filter: alpha(opacity=100); transform: translateY(0); transition: 0.3s ease 0.6s; z-index: 9999;}
.down-ico {display: block;width: 43px;height: 43px;border-radius: 50%;border: 1px solid #fff;cursor: pointer;overflow: hidden;}
.down-ico i{display: block;width: 100%;height: 100%;background: url(../images/ico_16.png) no-repeat center;position: relative;}

.ban_bottom {width: 100%; height: 600px; background:url("../images/ban_bottom.jpg") no-repeat center;}
.ban_bottom img {display: none;}
@media (max-width: 991px) {
  .ban_bottom { background:none;height: 100%;}
  .ban_bottom img {display: block; width: 100%;}
  #menu_content_bg {display: none;}	
}
/*首页*/



.index-cat {width: 100%;}

.index-cat .col-lg-4{padding-left: 0px; padding-right: 0px;}
.index-cat .col-lg-8 .col-lg-6{padding-left: 0px; padding-right: 0px;}
.index-cat img {width: 100%;}





@media (max-width: 991px) {
	.index-cat img {width: 100%;}
}

/*首页关于我们*/

.index-about {width: 100%;}
.index-about img {width: 100%;}
.index-about .about-pic {width: 100%; }
.index-about .about-pic img {width: 100%;}
.index-about .about-pic span {font-size: 50px; color: #fff; padding: 0 8%; position: absolute; top: 98px; left: 0; z-index: 2;}
.index-about .about-pic p {font-size: 16px; line-height: 34px; color: #fff; padding: 0 8%; position: absolute; top: 176px; left: 0; z-index: 2;}
.index-about .about-m {}
.index-about .about-m em {display: block; float: left; width: 50%;}
@media (max-width: 991px) {
	.index-about .about-pic span {font-size: 28px; color: #fff; padding: 0 5%; position: absolute; top:30px; left: 0; z-index: 2;}
    .index-about .about-pic p {font-size: 14px; line-height:25px; color: #fff; padding: 0 5%; position: absolute; top:70px; left: 0; z-index: 2;}
	
}

/*首页新闻*/
.index-news {width: 100%; padding: 110px 0; background: #f1f1f1;}
.index-news-top {width: 100%; overflow: hidden;}
.index-news-top .tit {font-size: 40px; color: #333; float: left;}
.index-news-top .more {font-size: 16px; font-weight: bold; float: right; margin-top: 25px;}
.index-news-top .more a {color: #666;}
.index-news-main {margin-top: 60px;}
.index-news-main .con { background: #fff; padding: 20px;}
.index-news-main .con img {width: 100%;}
.index-news-main .con .tit {margin-top:14px; font-size: 24px;}
.index-news-main .con .tit a {color: #333;}
.index-news-main .con .txt {margin-top: 16px; color: #777;}
.index-news-main .list {}
.index-news-main .list-con {margin-bottom:20px; background: #fff;} 
.index-news-main .list-con img {width: 100%; padding: 20px 0;}
.index-news-main .list-con-fr {padding:20px;}
.index-news-main .list-con-fr .time {margin-bottom: 13px; color: #333;}
.index-news-main .list-con-fr .tit {padding-bottom: 20px; font-size: 24px; border-bottom: 1px solid #bbb;}
.index-news-main .list-con-fr .tit a {color: #333;}
.index-news-main .list-con-fr .txt {margin-top: 15px; color: #777; line-height: 25px;}

.index-lx {width: 100%; overflow: hidden;}
.index-lx img {width: 100%;}


@media (max-width: 991px) {
	.index-news { padding:60px 0;}
    .index-news-top .tit {font-size: 28px;}
    .index-news-top .more { margin-top:10px;}
    .index-news-main {margin-top:30px;}
	.index-news-main .con {margin-bottom: 20px;}
	.index-news-main .con .tit {font-size: 18px;}
	.index-news-main .con .txt {line-height: 20px;}
	.index-news-main .list-con-fr .tit {font-size: 18px;}
}


@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}







	




/*底部*/

.foot { width: 100%; overflow: hidden; background: #27282d;}
.foot-con {padding:85px 0; overflow: hidden;}
.foot-con .tit {margin-bottom: 19px; color: #fff; font-size: 22px;}
.foot-con .txt {line-height: 30px; color: #787878;}
.foot-1 {}
.foot-logo { margin-bottom: 30px;}

.foot-1-txt {line-height: 28px; color: #fff;}
.foot-1 .more {width: 136px; height: 36px; border: 1px solid #fff; border-radius: 20px; line-height:36px; color: #fff; text-align: center; margin-top: 35px;}
.foot-1 .more a {color: #fff;}
.foot-1 .more i {margin-left: 20px;}

.foot-con dl {display: block;}
.foot-con dl dt {margin-top: 15px; margin-bottom:28px; font-weight:normal!important;color: #fff;display: block; font-size:24px; font-weight: bold;}
.foot-con dl dd {display: block; line-height: 40px; color: #fff;}
.foot-con dl dd a {color: #fff;}

.foot-con .add {margin-top: 13px; font-size: 16px; line-height: 28px;}
.foot-con .add i {font-size: 20px; color: #06a2f1;  margin-right:17px; font-size: 16px; line-height: 28px;}
.foot-con .tel {}
.foot-con .tel i {color: #06a2f1;font-size: 20px; margin-right:17px; font-size: 16px; line-height: 28px;}
.foot-con .email i {color: #06a2f1;font-size: 20px; margin-right:17px; font-size: 16px; line-height: 28px;}





.foot-copy {background: #161616; color: #a5a0a0; line-height: 55px;  text-align: center;}
.foot-copy span {color: #06a2f1;}

@media (max-width: 991px) {
	.index-lx {display: none;}
	.foot-con {display: none;}

}

/*内页*/
.inner-ban {width:100%; height: 650px; }
.inner-ban img {display: none;}
.about_ban {background: url("../images/about_ban.jpg") no-repeat center;}
.pro_ban {background: url("../images/pro_ban.jpg") no-repeat center;}
.job_ban {background: url("../images/job_ban.jpg") no-repeat center;}
.contact_ban {background: url("../images/contact_ban.jpg") no-repeat center;}
.news_ban {background: url("../images/news_ban.jpg") no-repeat center;}
@media (max-width: 991px) {
    .inner-ban {height:350px; margin-top: 56px;}
	.inner-ban img {display: block;}
	.about_ban,.news_ban,.pro_ban,.job_ban,.contact_ban {background-image: none;}
}



.show_pro {padding: 60px 0;}
.show_pro .col-md-5 {padding:0;}
	.show_pro .col-md-7 {padding:0;}
@media (max-width: 991px) {
    
}
.map {width: 100%;}

/*内页菜单*/
.crumbs-box{position:relative;z-index:5;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);font-size:16px}
.w1370 {width: 88vw; max-width: 1370px; margin-left: auto; margin-right: auto;}
.crumbs-box .inner{position:relative;display:-webkit-flex;display:flex;/*display:-webkit-box;*/display:box;-webkit-align-items:center;align-items:center;-webkit-box-align:center;box-align:center;-webkit-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.crumbs-box .inner:before{position:absolute;top:0;right:100%;display:block;width:40vw;height:100%;background:#20308f;content:""}
.crumbs-box nav{position:relative;display:-webkit-flex;display:flex;display:-webkit-box;display:box;-webkit-align-items:center;align-items:center;-webkit-box-align:center;box-align:center}
.crumbs-box nav h5{position:relative;margin-right:30px;padding-right:100px;height:80px;background:#20308f;color:#fff;text-transform:uppercase;line-height:80px;cursor:pointer; font-size: 24px;}
.crumbs i {padding: 0 5px;}
@media (max-width:640px){.crumbs-box nav h5{margin-right:10px;padding-right:50px;padding-left:0;height:60px;}
}
.crumbs-box nav h5 i{position:absolute;top:50%;right:20px;color:#fff;font-size:28px;transform:translateY(-50%)}
.crumbs-box h5{display:-webkit-flex;display:flex;display:-webkit-box;display:box;line-height:1.4!important;-webkit-align-items:center;align-items:center;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;-webkit-justify-content:center;justify-content:center}
.crumbs-box nav h6{color:#2e2d2d}
@media (max-width:768px){.crumbs-box nav h6{font-size:14px}
}
.crumbs-box .dropinfo{display:none;padding:20px 0;background:#20308f;color:#fff}
.crumbs-box .dropinfo a{position:relative;display:inline-block;margin-right:.3rem;padding:5px 0;color:#fff;font-size:16px}
.crumbs-box .dropinfo a:after{position:absolute;bottom:0;left:0;display:block;width:0;height:1px;background:#fff;content:"";opacity:.8;transition:all .4s ease 0s}
.crumbs-box .dropinfo .active:after,.crumbs-box .dropinfo a:hover:after{width:100%}
@media (max-width:768px){.crumbs-box .dropinfo a{margin-bottom:5px; font-size: 12px;}
}
.crumbs{color:#999}
.crumbs .icon-shouye{color:#20308f;font-size:18px}
.crumbs a{color:#999}
.crumbs a:hover{color:#20308f}
.crumbs .icon-right{padding:0 5px;font-size:14px}
.crumbs.s2{padding:.26rem 0;height:auto;line-height:1.5}

@media (max-width:991px){
    .crumbs-box nav h5{font-size: 18px;}
}



.filters {width: 100%; text-align: center;box-shadow: 0px 7px 7px -7px #5E5E5E;}
.filters .filter-tabs {position:relative; float: left;}
.filters li{
	position:relative;
	display: inline-block;
	line-height:30px;
	padding:10px 40px;
	cursor:pointer;
	color:#fff;
	font-size:16px;
	top: 0;
}
.filters a:hover, .filters a:focus {
    color: #fff !important;
    text-decoration: underline;
}
.filters li:last-child{margin-right: 0; }
.filters .filter.active,
.filters .filter:hover{
	background:#2099d1;
	color: #fff !important;
}
.filters .filter:hover a {color: #fff;}
.filters .filter.active a {color: #fff;}












/*products*/
.pro-top {margin-bottom: 20px; overflow: hidden;}
.pro-top img {width: 100%;}
.pro-main {margin-bottom: 20px; overflow: hidden; background: #fff;}
.pro-main .pic {width: 100%;}
.pro-main .pic img {}
.pro-main .con {padding:50px 50px 40px 50px;}
.pro-main .tit_1 {font-size: 26px; font-weight: bold; color: #000; margin-bottom: 22px;}
.pro-main .tit_2 {font-size: 18px; line-height: 32px; color: #333; margin-bottom:20px;}
.pro-main .txt { line-height: 32px; color: #999;}
.pro-main .txt i {font-size: 12px; margin-right: 10px;}


/*关于我们*/
.inner-about { width: 100%; overflow: hidden; line-height: 30px; padding: 90px 0;}













.inner-pro {padding: 80px 0; }
.inner-pro li {transition: all .3s;}
.inner-pro li img {width: 100%; display: block; border: 1px solid #ccc;}
.inner-pro li p {line-height:50px; margin-bottom: 30px; text-align: center;}
.inner-pro li p a {color: #555;}
.inner-pro li:hover img {border: 1px solid #044495;}
.inner-pro li:hover p a {color: #044495;}


.list-pro { width: 100%; overflow: hidden; padding:90px 0; }
.list-pro .img {width: 100%;}
.list-pro .img img {display: block; border: 1px solid #dbdbdb;}
.list-pro .con {margin-top: 10px;}
.list-pro .con .tit {font-size: 24px; color: #000; margin-bottom: 33px;}
.list-pro .con .txt {font-size: 16px; line-height: 28px; color: #8b8b8b;}
.list-pro .con .list-nav {margin-top: 35px;}
.list-pro .con .list-nav li {width:20%; line-height:45px; float: left; text-align: center; margin-right: 10px; background: #f4510e; border-radius: 8px;}
.list-pro .con .list-nav li a {font-size: 14px; color: #fff; display: block;}
.other-pro {width: 100%; overflow: hidden; padding:80px 0; background: #efefef;}
.other-pro-tit,.other-news-tit {font-size: 36px; color: #1b1b1c; margin-bottom: 32px;}
.other-pro li { margin-bottom: 23px;}
.other-pro li .img {overflow: hidden;}
.other-pro li img {width: 100%; border: 1px solid #dbdbdb; border-bottom: 0;}
.other-pro li .txt {padding: 20px; background:#7f7f7f;}
.other-pro li .txt span {display: block; text-align: center; color: #fff; margin-bottom: 6px; font-size: 18px; font-weight: bold;}
.other-pro li .txt span a {color: #fff;}
.other-pro li .txt em {display: block; line-height: 20px; color: #fff;}
.other-news { width: 100%; overflow: hidden; padding:80px 0; }
.other-news li { line-height: 30px; height: 30px; overflow: hidden; margin: 5px 0px; padding-left: 5px; border-bottom: 1px dashed #e3e2e2;}
.other-news li a {color: #333; text-overflow: ellipsis; overflow: hidden; display: block;}
.other-news li span {float: right; margin-left: 5px; color: #999;}


.show-pro {width: 100%; overflow: hidden; padding:90px 0; line-height: 25px;}
@media (max-width: 991px) {
	.list-pro,.other-news { padding:30px 0; }
	.list-pro .img img {width: 100%;}
    .list-pro .con .tit {font-size: 18px; margin-bottom: 15px;}
    .list-pro .con .txt {font-size: 14px; line-height: 24px;}
	.list-pro .con .list-nav li {line-height:35px;}
	.other-pro {padding:30px 0;}
	.other-pro li img {width: 100%;}
	.other-pro li .txt span { font-size: 16px;}
	.other-pro-tit,.other-news-tit {font-size: 28px; margin-bottom: 22px;}
	.other-news li span {display: none;}
	.show-pro { padding:30px 0; }
	
}


/*======================
Contact Page Style
========================*/
.inner-contact {width: 100%; background:#f1f1f1;  padding: 60px 0;}
.contact-map { padding:20px; width: 100%; background: #fff; }
.contact-map img {width: 100%;}
@media only screen and (max-width: 767.98px) {
    .contact-map {
        height: 350px;
    }
}
.contact-form-content {width: 100%; overflow: hidden; background: #fff; padding: 50px; margin-top:50px;}
.contact-form-content .tit {margin-bottom: 30px; overflow: hidden;}
.contact-form-content .tit span {display: block; font-size: 30px; color: #333; margin-bottom: 25px;}
.contact-form-content .tit em { display: block; width: 200px; height: 1px; background: #a6a6a6;}
.contact-fl {padding-left: 100px;}
.contact-fl .info { overflow: hidden; line-height: 40px; font-size: 16px;}
.contact-fl .info i {color: #333; margin-right: 20px;}



.contact-fr {padding-right:100px;}
.touch { width:100%; height:400px;  position:relative;}
div.contact-fr input[type='text'],div.contact-fr input[type='submit']{ background: #fff; border: 1px solid #ddd; position:absolute;outline:none;  text-indent:14px; color:#777;width: 100%;}
div.contact-fr input[type='checkbox']{width:12px;height:12px;}
input.gbk_1 {width: 48% !important; height:55px; top:0; left:0; }
input.gbk_2 {width: 48% !important; height:55px; top:0; right:0;}
input.gbk_3 { height:55px; top:75px; left:0; }
input.gbk_5 { width:180px!important; height:35px; top:300px; left:0; text-indent: 0!important; text-align: center;}
.contact-fr textarea{ width:100%; height:132px; position:absolute; top:150px; left:0; outline:none; overflow:hidden;border: 1px solid #ddd;  }
.contact-fr textarea, .touch input { color:#777;}
.contact-fr textarea {padding:24px 14px; }
input.contact_sub{ width:240px !important; height:45px !important; text-indent:0 !important; color:#fff !important; top:350px; left:0; border-radius:5px; cursor:pointer; background:#044495!important; line-height:45px; text-align:center !important; font-size:18px;} 
input.contact_sub a { display:block; color:#fff !important;}
input.contact_sub i { color:#fff; margin-right:5px;}
.contact-fr .vdimgck{float:left;cursor: pointer;width:85px;height:30px; position:absolute; top:302px; left:200px;}




/*NEWS*/
.inner-news,.show_news,.job-inner {padding: 60px 0;}
.inner-news .con {border: 1px solid #e5e5e5; margin-bottom: 40px;}
.inner-news .con .pic { overflow: hidden;}
.inner-news .con .pic img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }
.inner-news .con .pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
.inner-news .con .info {padding: 30px 24px;}
.inner-news .con .info .tit {font-size: 18px; font-weight: bold; margin-bottom: 12px; line-height: 35px; height: 35px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.inner-news .con .info .tit a {color: #0a0a0a;}
.inner-news .con .info .txt {line-height: 26px; height: 78px; color: #737373;}
.inner-news .con .info .time {line-height: 26px; color: #4d4d4d;}
.inner-news .con .info .more {
    border: 1px solid #20308f;
    border-radius:50%;
    color: #20308f;
    position: relative;
	right: 0;
	bottom: 0;
    margin-top: 24px;
	margin-left: 85%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 40px;
    height: 40px;
    width: 40px;
}
.inner-news .con .info .more i {width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/arr3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-size: 28px;}

.inner-news .con .info:hover .more {
    background-color: #20308f;
    color: #FFFFFF;
}
.inner-news .con .info:hover{box-shadow:0 10px 10px rgba(0,0,0,.1)}
.inner-news .con .info:hover .more{background:#20308f}
.inner-news .con .info:hover .more i {animation:downico 1.5s ease-out infinite;background-image:url(../images/arr.png)}



.news-info { width: 100%; overflow:hidden; background: #fff; padding: 50px 30px;}

.news-info .rightwrap {  }
.news-info em {display: block; font-weight: normal; margin-bottom: 14px; color: #505050; font-size: 18px; line-height: 30px; }
.news-info .entry-meta { padding: 8px 0; background: #fff; overflow: hidden; color: #505050; line-height: 36px; font-size: 14px; }
.news-info .contwrap { font-size: 14px; padding-top: 20px; padding-bottom: 40px; color: #555; }
.news-info .contwrap img { display: block; margin: 0 auto; max-width: 100%; }
.news-info .rightwrap h6 {display: block; font-weight: bold; padding: 12px 14px; line-height: 23px; margin-bottom: 20px; background:#044495; font-size: 16px; color: #fff; }
.news-info .rightwrap ul { width: 100%;}
.news-info .rightwrap li { width: 100%; padding-bottom: 14px; padding-top: 7px; border-bottom: 1px solid #dadada; }
.news-info .rightwrap li:last-child { border-bottom: none; }
.news-info .rightwrap li a { color: #333; font-weight: bold; display: inline-block; font-size: 14px; line-height: 28px; }
.news-info .rightwrap li a:hover { color: #044495; }
.news-info .rightwrap li .post-date { display: block; line-height: 21px; font-size: 13px; color: #555; margin-top: 1px; }
.news-info .paging { width: 100%; overflow: hidden; padding: 50px 0; width: 100%; }
.news-info .paging .fl { font-size: 12px; line-height: 22px; }
.news-info i {margin-right: 10px;}
.news-info .paging a { color: #666; }
.news-info .paging a:hover { color: #044495; }
.news-info .paging .return { border: 1px solid #ddd; display: block; height: 34px; line-height: 34px; margin-top: 10px; text-align: center; width: 100px; font-size: 14px; }
.news-info .paging .return:hover { border: 1px solid #044495; background-color: #044495; color: #fff; }













/*JOB*/
.joblist {}
.jonav li { width: 25%; }
.jot {background: #eee;}
.jot:hover {background: #20308f;}
.joa {background: #20308f;}
.jotxs:hover .jot  {background: #20308f;}
.jot span { display: block; width: 14%; float: left; line-height: 47px; height: 47px; overflow: hidden; font-size:20px; }
.jot span:first-child { padding-left: 4%; width:60%; }
.jod > span { color: #666; cursor: pointer; transition: 300ms; -webkit-transition: 300ms; }
.jotxs { position: relative; margin-bottom: 30px; overflow: hidden; }
.jos {  display: none; padding-right: 1px; }
.jos .bodr { border: 1px solid #eee; overflow: hidden; padding: 30px 5% 30px 5%; border-top: 0; line-height: 30px; }
.jos .bodr span { display: block; border-top: 1px solid #eee; padding-top: 20px; margin-top: 20px;  }
.jotxs .line { background: #000; display: block; position: absolute; }
.jotxs .line_1 { width: 21px; height: 1px; top: 23px; left: 15px; }
.jotxs .line_2 { width: 1px; height: 21px; top: 13px; left: 25px; }
.jotxs .arrow { width: 55px; height: 47px; position: absolute; top: 0; right: 0; transition: 300ms; -webkit-transition: 300ms; }
.jotxs:hover .jod > span, .jotxs.act .jod > span { color: #fff; }

.jotxs.act .arrow { transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); }
.jo2 { }
.jos a { color: #666 }
select.selbox { width: 100%; height: 48px; line-height: 48px; padding: 0px; outline: none; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-family: "microsoft yahei"; cursor: pointer; display: block; font-size: 14px; padding-left: 14px; border: 1px solid #ddd; color: #666 }
.no-csstransitions select.selbox { padding-left: 0; background-image: none; }
select.selbox option { padding: 2px 12px; }
select.selbox:hover { color: #323232; }
.jobview { width: 100%; margin-top: 30px; margin-bottom: 50px; }
.jobview .list { margin-top: 30px; }
.jobview .list dd { width: 48.5%; display: block; margin-bottom: 20px; margin-right: 3%; float: left }
.jobview .list dt { width: 100%; display: block; }
.jobview .list dd:nth-child(2n+2) { margin-right: 0 }
.jobview .list .txt { background-color: #fff; border: 0px none; padding: 10px 12px; box-sizing: border-box; width: 100%; font: 14px/1.8 "microsoft yahei"; border: 1px solid #ddd; color: #999 }
.jobview .list .txt2 { height: 200px; margin-bottom: 0px; }
.jobview .list .btn { text-align: center; margin: 20px auto; }
.jobview .list .fromBtn { display: inline-block; width: 100%; max-width: 150px; margin: 0px auto; height: 50px; line-height: 50px; text-align: center; font-size: 14px; color: #fff; background-color: #0769b2; border: 0px; border-radius: 5px; margin-right: 20px; cursor: pointer }
.jobview .list .fromBtn:hover { background-color: #045b9c; }






.search_info { width:100%; height:58px; overflow: hidden; background:#f6f6f6; border-radius: 30px; margin-top:26px;}
.search_info_txt { display:inline; float:left; width:80%; height:58px;}
.search_info_txt_css { background-color: transparent; border-color: -moz-use-text-color; border-style: none; border-width: 0; color:#a2a2a2; float: left;  width: 100%; height:58px; line-height:58px; overflow: hidden; text-indent:40px;}
.search_info_btn { float: left; width:20%; height:54px; position: relative;}
.search_info_btn_css { background-color: transparent; border-color: -moz-use-text-color; border-style: none; border-width: 0; float:left; width: 100%; height:54px; overflow: hidden; cursor:pointer; position: relative; z-index: 9999; }
.search_info_btn i {position: absolute; top: 20px; left: 20px; font-size: 18px;}






/*--------------------------------
Magnific JS Customization
----------------------------------*/
.ht-mfp {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ht-mfp.mfp-bg {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ht-mfp .mfp-content {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) {
    .ht-mfp .mfp-content {
        max-width: 70%;
    }
}

.ht-mfp .mfp-content .mfp-close {
    display: none;
}

.ht-mfp .mfp-close {
    background-color: #db0303;
    color: #FFFFFF;
    padding: 0;
    text-align: center;
    opacity: 0;
    top: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

@media only screen and (max-width: 767.98px) {
    .ht-mfp .mfp-close {
        top: 30px;
        right: 30px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.ht-mfp .mfp-close:hover {
    background-color: #db0303;
}

.ht-mfp .mfp-arrow {
    background-color: #db0303;
    opacity: 1;
    margin-left: 15px;
    height: 55px;
    width: 55px;
}

.ht-mfp .mfp-arrow:before {
    display: none;
}

.ht-mfp .mfp-arrow:after {
    content: '\f104';
    color: #FFFFFF;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ht-mfp .mfp-arrow-right {
    margin-left: auto;
    margin-right: 15px;
}

.ht-mfp .mfp-arrow-right:after {
    content: '\f105';
}

.ht-mfp .mfp-arrow:hover {
    background-color: #000;
}

.ht-mfp.zoom-animate.mfp-bg {
    opacity: 0;
}

.ht-mfp.zoom-animate .mfp-content {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.ht-mfp.zoom-animate.mfp-ready .mfp-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ht-mfp.zoom-animate.mfp-removing .mfp-content {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-removing.mfp-bg {
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-removing .mfp-close {
    opacity: 0;
}
/*================================
Single Product Page Style
==================================*/
@media only screen and (max-width: 767.98px) {
    .product-thumb-area {
        margin-bottom: 30px;
    }
}

.product-thumb-area .pro-thumb-item img {
    margin: auto;
	max-width: 100%;
}

.product-thumb-area .product-details-thumbnail {
    border: 1px solid #e1e1e1;
    text-align: center;
    position: relative;
}

.product-thumb-area .product-details-thumbnail .btn-large-view {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 20px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #1b1b1c;
    display: block;
    font-weight: 700;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 22px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 136px;
}

.product-thumb-area .product-details-thumbnail .btn-large-view i {
    margin-left: 3px;
    vertical-align: middle;
}

.product-thumb-area .product-details-thumbnail-nav {
    margin-top: 10px;
}

.product-thumb-area .product-details-thumbnail-nav .pro-thumb-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    cursor: pointer;
}

.product-thumb-area .product-details-thumbnail-nav .slick-list {
    margin: 0 -5px;
}

.product-thumb-area .product-details-thumbnail-nav .slick-list .slick-slide {
    margin: 0 5px;
}

@media only screen and (min-width: 1200px) {
    .prod-details-info-content {
        padding-left: 20px;
    }
}

.prod-details-info-content span { display: block; font-size: 30px; color: #070104; margin-bottom: 18px;}
.prod-details-info-content p {line-height: 29px;}

@media only screen and (max-width: 767.98px) {
    .prod-details-info-content span {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
    }
}

.prod-details-info-content .price {
    font-size: 18px;
	margin-top: 10px;
    margin-bottom: 33px;
}

@media only screen and (max-width: 767.98px) {
    .prod-details-info-content .price {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.prod-details-info-content .price-amount {
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}
.b-2 {margin-top: 30px;padding-left: 20px;}
.b-2 .txt-input {width: 52px; height: 40px; position: relative; float: left;}
.b-2 .txt-input .text-input__input {border: 1px solid #72777d; margin-bottom: 5px; padding: 8px 5px; font-size: 14px; font-weight: 400; line-height: normal; height: 40px;width: 100%;color: #000; border-radius: 2px;text-align: center;}
.b-2 .txt-input .text-input__label {color: #72777d;font-size: 14px; position: absolute; top: 50%;left: 0;padding: 0 16px;transform: translateY(-180%);}
.b-2 .txt-input .text-input__text {background-color: #fff; font-weight: 500;}
.b-2 .txt-link {width: 172px; height: 40px; float: left; margin-left: 6px; display: block; border: 2px solid #2099d1; font-size: 16px; font-weight: bold; text-align: center;}
.b-2 .txt-link a {color: #2099d1; display: block; line-height: 40px;}
.b-2 .txt-link a:hover {color: #fff; background:#2099d1;display: block; height: 38px;}
.product-config {
    margin: 40px 0;
}

.product-config .table {
    margin-bottom: 0;
}

.product-config .table-bordered td,
.product-config .table-bordered th {
    border-color: #e1e1e1;
}

.product-config .table th {
    font-size: 18px;
    font-weight: 500;
}

.product-config .table .config-option a {
    color: #1b1b1c;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.product-config .table .config-option a:last-child {
    margin-right: 0;
}

.product-config .table .config-option a:hover {
    color: #db0303;
}

.product-meta {
    margin-top: 40px;
}

.product-meta span:not(.sku) {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}

.product-meta span:not(.sku):last-child {
    margin-bottom: 0;
}

.product-meta a {
    color: #1b1b1c;
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}

.product-meta a:last-child {
    margin-right: 0;
}

.product-meta a:hover {
    color: #db0303;
}

.pro-qty {
    border: 1px solid #e1e1e1;
    display: inline-block;
    position: relative;
    width: 150px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty {
        width: 120px;
    }
}

.pro-qty input {
    font-weight: 600;
    border: none;
    text-align: center;
    padding: 12px 45px;
    outline: none;
    width: 100%;
}

.pro-qty a {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 50px;
    height: 100%;
    width: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 767.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 48px;
    }
}

.pro-qty a:hover {
    background-color: #db0303;
    border-color: #db0303;
    color: #FFFFFF;
}

.pro-qty a.inc {
    right: 0;
    border-left: 1px solid #e1e1e1;
}

.pro-qty a.dec {
    left: 0;
    border-right: 1px solid #e1e1e1;
}

.product-description-review {
	width: 100%;
    margin-top: 50px;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review {
        margin-top: 60px;
    }
}

.product-description-review .desc-review-tab-menu {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-description-review .desc-review-tab-menu li {
    width: 100%;
}

.product-description-review .desc-review-tab-menu li a {
    background-color: #1b1b1c;
    border-right: 2px solid #ddd;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0;
}

.product-description-review .desc-review-tab-menu li a:last-child {
    border: none;
}

.product-description-review .desc-review-tab-menu li a.active {
    background-color: #db0303;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review .desc-review-tab-menu li a {
        font-size: 15px;
        font-weight: 500;
        padding: 10px 0;
    }
}
.product-description-review .tab-tit {line-height:40px; background:#c7c7c7; color: #fff; font-size: 18px;}
.product-description-review .tab-tit span {width: 186px;display:block; text-align: center; background: #044495;}
.product-description-review .tab-content {
    padding: 20px 0;
	line-height: 25px;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review .tab-content {
        padding: 25px 15px;
    }
}

.product-rating-wrap .average-rating {
    margin-bottom: 30px;
}

.product-rating-wrap .average-rating h6 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 3px;
}

.product-rating-wrap .display-ratings .rating-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-rating-wrap .display-ratings .rating-item:last-child {
    margin-bottom: 0;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-pic {
    max-width: 50px;
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 15px;
    -webkit-flex-basis: calc(100% - 60px);
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta h3 {
    font-size: 14px;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta .time {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 13px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star {
    color: #db0303;
    font-size: 14px;
    margin-bottom: 5px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i {
    margin-right: 5px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i:last-child {
    margin-right: 0;
}

.product-rating-wrap .rating-form-wrapper {
    margin-top: 60px;
}

.product-rating-wrap .rating-form-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 20px;
}

.product-rating-wrap .rating-form-wrapper .rating-form h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i {
    color: #ccc;
    margin-right: 10px;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:last-child {
    margin-right: 0;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:hover~i {
    color: #ccc;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star:hover i {
    cursor: pointer;
    color: #db0303;
}

.product-rating-wrap .rating-form-wrapper .rating-form input,
.product-rating-wrap .rating-form-wrapper .rating-form textarea {
    background-color: #FFFFFF;
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 20px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-rating-wrap .rating-form-wrapper .rating-form input:focus,
.product-rating-wrap .rating-form-wrapper .rating-form textarea:focus {
    border-color: #db0303;
}

@media (max-width: 1024px) {
	.homeAboutCont,.homeAboutCont-r  {margin: 2% 0 0 2%; padding-bottom: 6px;}
	.homeInforCont {margin: 2% 0 0 2%; padding-bottom: 6px;}
	.homeInforCont h3 {font-size: 18px; line-height: 30px;}
	.homeInforCont p {margin-bottom: 6px; line-height: 22px;}
	.index-cybj-top .txt {font-size: 12px;}
}

@media screen and (max-width:991px) {
	.sticky-nav{position:fixed;}

	.lang-mobile {display: block; position: absolute; top: 28px; right: 70px; z-index: 999;}
	.lang-mobile img {margin-left: 5px;}
	
	
	.carousel-inner > .item > img {max-width:180%!important;}	

	.list-pro-tit {display: none;}
	.search_info {margin-top: 0; margin-bottom: 30px;}
	.hot-pro {padding: 20px 0;}
	.hot-pro-cat {padding: 0;}
	.hot-pro-cat span {width:30%; margin-right:12px; margin-bottom: 10px; line-height: 30px;}
	#myscroll ul li{ margin:0;}
.ban-pc {display: none;}
	.ban-mobile {display: block; padding-top: 56px;}
	.ban-pro-mobile {display: block;}
	.ban-pro-pc {display: none;}

.index-tit span {font-size: 32px; margin-bottom: 12px;}
.iproject-con li {margin-top: 20px;}	
.iproject-con dd .txt {padding: 12px;}	
.iproject-con dd .txt span {font-size: 16px;}
.iproject-con dd .txt em {font-size: 12px; display: none;}
	
.index-ly-con {padding: 0 5px;}
.index-ly-con .col-sm-6 {width: 50%;}
.index-ly-con .col-sm-6 img {width: 100%;}
.index-ly-con .cover-box {margin-bottom: 20px;}	
	
	

.inner-about-video img,.inner-about-map img {width: 100%;}
	
	
	
.inner-about {padding: 40px 0;}	
.inner-about .con {margin-top: 30px;}	
.inner-qywh	{padding: 40px 0;}	
.inner-qywh .con {margin-top: 30px;}
.inner-qywh .con .qywh-box .txt {padding: 30px 0;}
.show_pro {padding:50px 0; }	
	


	.foot-con {padding: 20px 0;}
	.foot-con .weixin {width: 141px; float: none;}
	.foot-fx {width: 100%;}
	.foot-con dl {display: none;}
	.foot-txt,.foot-copy {font-size: 12px;}
	.foot-copy {padding: 20px 10px; line-height: 20px;}
	
/*zltm*/
.zltm {margin-bottom: 30px;}
.zltm .pic img {width: 100%;}
.zltm .con {padding:20px 10px;}
.zltm .tit_1 {height:36px; font-size: 24px;}
.zltm .tit-2 {font-size: 18px; color: #777; margin-bottom: 22px;}
.zltm .line {margin-bottom: 23px;}

/*dzcj*/
.dzcj .tit {margin-bottom: 30px;}
.dzcj .tit span {font-size: 24px; margin-bottom: 23px;}
.dzcj .tit p {font-size: 18px;  margin-bottom: 23px;} 
.hzal-lx .txt { padding-top: 116px; font-size:24px; color: #fff; margin-bottom: 30px; }	
	
/*case*/	
.nav-tabs li {width: 100px; margin-right: 10px;}



.case-top .con {padding:28px 15px;}
.case-top .tit_1 {height: 53px; font-size: 24px;}

/*products*/
.pro-main .pic img {width: 100%;}
.pro-main .con {padding:20px;}
.pro-main .tit_1 {font-size: 20px; margin-bottom: 15px;}
.pro-main .tit_2 {font-size: 16px; margin-bottom:15px;}


/********内页菜单*********/
.m-ins-navbox { width: 100%; height: 38px; background-color: #fff; position: relative; z-index: 11; display: block;}
.m-ins-navbox.fixed { position: fixed; top: 0; left: 0; z-index: 11; }
.m-ins-navbox .left { width: 15%; cursor: pointer; float:left; }
.m-ins-navbox .left .ico { display: block; width: 100%; height: 38px; background: url(../images/ico_35.png) no-repeat center #cc0000; background-size: auto 50%; }
.m-ins-navbox .ret-subbox { position: absolute; top: 38px; width: 100%; background-color: #cc0000; left: 0; z-index: 2; display: none; }
.m-ins-navbox .ret-subbox a { display: block; width:100%; padding-left: 5%; height: 38px; line-height: 38px; color: #fff; font-size: 14px; background: url(../images/ico_38.png) no-repeat 92% center; background-size: auto 35%; }
.m-ins-navbox .right { width: 85%; position: relative; float:right; }
.m-ins-navbox .right .tit { display: block; width: 95%; padding-left: 5%; font-size: 14px; color: #000; line-height: 38px; background: url(../images/ico_36.png) no-repeat 93% center; background-size: auto 50%; cursor: pointer; }
.m-ins-navbox .right .subbox { width: 100%; position: absolute; top: 38px; background-color: #fff; z-index: 2; display: none; left: 0; }
.m-ins-navbox .right .subbox a { display: block; width: 95%; padding-left: 5%; line-height: 38px; height: 38px; border-top: 1px solid #e5e5e5; background: url(../images/ico_37.png) no-repeat 92% center; background-size: auto 35%;}
	
	

.core {padding: 30px 0;}
.core_tit .t-1 {margin-bottom: 10px; font-size: 20px;}
.core_tit .t-2 {margin-bottom: 5px; font-size: 20px;}
.core_con_fr .core-top {padding: 14px 0; overflow: hidden;}
.core_con_fr .core-s {font-size: 30px; margin-right:5px;}
.core_con_fr .core-txt {margin-top:10px; margin-left:0; line-height: 37px; color: #333;}	
.core_con_fr .core-tit .core-tit-1 {line-height: 20px; margin-bottom:5px; font-size:16px; color: #333;}
.core_con_fr .core-tit .core-tit-2 {color: #666; font-size: 12px;}
.top-news img {width: 100%;}
.top-news .con {padding:30px 10px;}
.top-news .con .tit {margin-bottom: 27px; font-size: 24px; color: #333;}
	.news-img {margin-left: 0;}
	.news-box .tit {font-size: 16px;}
	
	.new-pro { width: 100%; height:auto; margin-top:0;}
    .new-pro-pic {margin-top:0; }



	.inner-news {padding: 40px 0;}

.news-box  .t-1 .time { margin-right:0; padding:0 10px;}
.news-box  .tit {font-size: 16px; font-weight: bold; margin-top: 30px;padding:0 10px;}
.news-box  .txt {line-height: 28px;padding:0 10px 30px 10px;}

	.news-info {padding: 20px 10px;}

	.news-box {margin: 20px 0;}
	.news-list .con { padding: 12px; margin-bottom: 15px;}
    .news-list .con .time { margin-bottom: 18px;}
	.news-list .con .txt {width: 100%; float: none;}
	.news-list .con .txt span {font-size: 16px; margin-bottom: 15px;}
	.news-list .con .time {display: none;}
	.down-info {padding: 20px 10px;}	
.down-info li {height: 40px;}
.down-info li span {line-height:40px; font-size: 12px;}
.down-info li span i { font-size: 16px; margin-right:10px;}
.down-info li em {display:none;}
	.down-info li o {display: none;}


	
.filters li{padding: 10px 18px; font-size: 14px;}	

.product-item {margin-bottom: 20px;}	
.product-item img {width: 100%;}	
	

	.contact-form-content {padding: 20px;}	
.contact-fl,.contact-fr {padding: 0; margin-top: 30px;}
	.contact-form-content .tit span {font-size: 24px;}
	input.contact_sub {width: 180px!important; height: 40px!important; line-height: 40px;}
	input.gbk_5 {width: 150px!important; left: 0; top:300px; }
	.contact-fr .vdimgck {left: 170px; top:302px; }	
	.job-tit {display: none;}
}
