
body {
  font-family: "Microsoft Yahei";
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #444;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  color: #444;
  font-family: "Microsoft Yahei";
}

h1 {
  font-size: 48px;
  line-height: 72px;
}

h2 {
  font-size: 36px;
  line-height: 54px;
}

h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 18px;
  line-height: 27px;
}

h5 {
  font-size: 14px;
  line-height: 21px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
}


/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
  color: #e70012;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  color: #555;
  text-decoration: none;
}


/* --------------------------------------------------
GENERAL
----------------------------------------------------- */
img {
  max-width: 100%;
}

hr {
  border-top: 1px solid #ebebeb;
}


/* ------------------------------------------------------------------
全局按钮样式
--------------------------------------------------------------------- */
button:focus {
  outline: none !important;
}

.btn {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 44px;
  border-radius: 30px;
  font-weight: 300;
}


/*btn-primary*/
.btn-primary {
  color: #fff;
  background-color: #e70012;
  border-color: transparent;
}
.btn-primary:hover, 
.active.btn-primary, 
.btn-primary:focus {
  background-color: #333;
  border-color: transparent;
}

.btn:focus, 
.btn:active:focus {
  outline: none;
}

.btn-lg {
  padding: 15px 50px !important;
}

.btn-primary.readmore {
  color: #fff;
  border-color: transparent;
  height: 35px;
  width: 160px;
  font-size: 14px;
  line-height: 24px;
  padding: 4px;
  border-radius: 30px;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.check-square li {
  display: list-item;
  position: relative;
  line-height: 36px;
  padding-left: 25px;
}

ul.check-square li::before {
  content: "\f14a";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  color: #e70012;
}
.border{ border:1px solid #eee}
.mb-30{ margin-bottom:30px;}


/* --------------------------------------------------
全局标题
----------------------------------------------------- */
.body-section {
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}

.section-padding {
  padding: 60px 0;
}
.section-title {
  font-size: 28px; 
  color:#444;
  line-height: 30px;
  display: inline-block;
  position: relative; margin-bottom:30px;
}
.section-title::after {
  content: "";
  width: 65px;
  height: 3px;
  background-color: #e70012;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: -15px;
}


/* --------------------------------------------------
头部
----------------------------------------------------- */
.logo {
  margin: 20px 0;
  padding: 0;
}
.header-info-box {
	position: relative;
	float: right;
	margin-top: 30px;
	padding: 0 0 0 40px;
}
.header-info-box .header-info-icon {
	position: absolute;
	left: 0;
	top: 5px;
	color: #e70012;
	font-size: 30px;
	text-align: left;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.header-info-box h6 {
	margin: 5px 0 0; font-size:22px; font-weight:bold; color:#e70012
}
.header-info-box p {
    color: #666; font-size:15px;
} 

/* ------------------------------------------------------------------
导航
--------------------------------------------------------------------- */
.mainnav {
  position: relative;
}

.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}

.navbar {
  border: 0;
  border-radius: 0;
  margin: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #fff; font-size:16px; padding:20px 42px
}

.navbar-nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #e70012;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #0991cf;
}

.navbar-default .navbar-nav>li:focus {
  outline: none;
}


.dropdown-menu {
  border: 0;
  border-radius: 0;
  position: relative;
  display: block;
  float: none;
  width: 100%;
  background: #0991cf;
  margin: 0;
  padding: 15px 0;
  box-shadow: none;
}

li.dropdown a span {
  font-size: 12px;
  margin-left: 5px;
}

.nav.navbar-nav li ul.dropdown-menu li a {
  padding: 7px 20px;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
  text-transform: capitalize;
}

.nav.navbar-nav li ul.dropdown-menu li a:hover,
.nav.navbar-nav li ul.dropdown-menu li a:focus {
  color: #65d3e3;
  background-color: transparent;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
  color: #65d3e3 !important;
  background-color: transparent;
}

/* 2nd label caret */
.dropdown .dropdown-menu .dropdown .caret {
  position: absolute;
  right: 10px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  top: 15px;
}

.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {
  background-color: #65d3e3;
  color: #fff !important;
}


/* Menu hover */

/* 2nd label menu */

li.dropdown > .submenu-wrapper {
  position: absolute;
  display: block;
  left: 0;
  z-index: 999;
  pointer-events: none;
  top: 30px;
 /* Will change on theme specific */;
}

.sticky li.dropdown > .submenu-wrapper > .submenu-inner {
  margin-top: 21px;
}

/** IE pointer events */

li.dropdown > .submenu-wrapper.no-pointer-events {
  display: none;
}

li.dropdown > .submenu-wrapper > .submenu-inner {
  margin-top: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
 /* For IE8 and earlier */
  -webkit-transform: translateY(5%);
  -moz-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
    /* Will change on theme specific */
  min-width: 200px;
    /* Will change on theme specific */
    /*
    ease-in-out, 
    easeOutBack   = cubic-bezier(0.175, 0.885, 0.32, 1.275)
    easeInOutCirc = cubic-bezier(0.785, 0.135, 0.15, 0.86)
    easeInOutBack = cubic-bezier(0.68, -0.55, 0.265, 1.55)
    */
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*for IE9*/
.ie9 li.dropdown > .submenu-wrapper > .submenu-inner {
  margin-top: 34px;
}

/*for IE9*/
.ie9 .top-nav-collapse li.dropdown > .submenu-wrapper > .submenu-inner {
  margin-top: 14px;
}

li.dropdown:hover > .submenu-wrapper {
  pointer-events: auto;
}

li.dropdown:hover > .submenu-wrapper.no-pointer-events {
  display: block;
}

li.dropdown:hover > .submenu-wrapper > .submenu-inner {
  opacity: 1;
  filter: alpha(opacity=100);
 /* For IE8 and earlier */
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

li.dropdown.menu-animating > .submenu-wrapper {
  overflow: hidden;
}


/* ------------------------------------------------------------------
产品分类
--------------------------------------------------------------------- */
.pronav-tab {
  text-align: center;
}

.pronav-tab .nav-tabs {
  border: 0;
  background: #f6f9fa;
  display: inline-block;
  padding: 5px;
  border-radius: 30px;
  margin-bottom: 45px;
  text-align: center;
}

.pronav-tab .nav-tabs>li>a {
  color: #444;
  font-size: 15px;
  border-radius: 30px;
  padding: 12px 33px;
  border: 0;
}

.pronav-tab .nav-tabs>li>a i::before {
  float: left;
  font-size: 20px;
  line-height: 14px;
  margin-right: 10px;
  margin-top: 7px;
}

.pronav-tab .nav-tabs>li>a i {
  color: #0991cf;
}

.pronav-tab .nav-tabs > li > a:hover, 
.pronav-tab .nav-tabs > li > a:focus, 
.pronav-tab .nav-tabs > li.active > a, 
.pronav-tab .nav-tabs > li.active > a:hover, 
.pronav-tab .nav-tabs > li.active > a:focus {
  color: #ffffff;
  background: #0991cf;
  border: 0;
}

.pronav-tab .nav-tabs > li > a:hover i,
.pronav-tab .nav-tabs > li > a:focus i,
.pronav-tab .nav-tabs > li.active > a i, 
.pronav-tab .nav-tabs > li.active > a:hover i, 
.pronav-tab .nav-tabs > li.active > a:focus i {
  color: #fff;
}
.pronav-tab-content img{ border:1px solid #eee}
.pronav-tab-content h3 {
  font-size: 25px;
  line-height: 50px; 
  color:#0991cf;
  margin: 0;
}

.pronav-tab-content p {
  margin-bottom: 25px; font-size:14px;
}

@media (min-width : 992px) {
 

  .content-text {
    text-align: left;
  };
}


/*新品推荐*/
.product-carousel .item{ background:#fff; padding-bottom:30px;}
.product-carousel .item:hover{ border:1px solid #0991cf;}

.device-carousel .item{ border:1px solid #eee;}
.pro-text{ margin:10px 0}
.pro-text h4{ font-size:18px; color:#000}
.pro-text p{ font-size:13px; color:#777}



/* ------------------------------------------------------------------
横幅
--------------------------------------------------------------------- */
.banner-section {
  padding: 100px 0;
  background: url(../images/counter-bg.jpg) no-repeat bottom;
}


.banner-con i {
  font-size: 60px;
  line-height: 70px;
  float: left;
  color: #0991cf;
  margin: 12px 20px 0 0;
}
.banner-con em {
  font-size: 60px;
  line-height: 70px;
  float: left;
  color: #0991cf;
  margin: 12px 20px 0 0;
}
.banner-section .wz{ font-size:14px; margin-left:10px;}
.banner-section p{
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}
.counter-block strong {
  display: block;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}

span.banner-con {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  padding: 0 0 0 100px;
  font-weight: 400;
}


/* ------------------------------------------------------------------
成功案例
--------------------------------------------------------------------- */
.case-section {
}
.case-section .row-content {
  margin-top:0px;
}
.case-carousel-navigation .prev,
.case-carousel-navigation .next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.21);
  font-size: 40px;
}

.case-carousel-navigation .prev:hover,
.case-carousel-navigation .next:hover {
  color: #0991cf;
}
.case-carousel-navigation .prev {
  left: -15px;
}
.case-carousel-navigation .next {
  right: -15px;
}

/* ------------------------------------------------------------------
底部
--------------------------------------------------------------------- */
.footer-widget-section {
  background-color: #fff; border-top:1px solid #eee
}

.footer-widget h3 {
  margin-bottom: 15px; font-size:18px; font-weight:600
}

.footer-widget-section address {
}

.footer-widget-section address .call {
  border: 0;
  font-size: 12px;
  line-height: 23px;
  color: #fff;
  padding: 0 16px;
  margin-top: 12px;
  border-radius: 30px;
  background-color: #e70012;
}

.footer-widget-section address .call:hover {
  background-color: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.footer-widget-section address .tel {
  display: block;
  margin-top: 35px;
  position: relative;
}

.footer-widget-section address .tel::before {
  content: "";
  width: 35px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -10px;
  left: 0;
}

.footer-widget ul li {
  line-height: 32px;
}

.footer-widget ul li a {
  color: #555;
  font-size: 14px;
}

.footer-widget ul li a:hover {
  color: #e70012;
  text-decoration: none;
}

/* ------------------------------------------------------------------
版权
--------------------------------------------------------------------- */
.copyright-section {
  background-color: #0991cf;
  padding: 25px 0;
}

.copyright-info {
  margin-top: 14px;
  color: #fff;
  display: block;
  font-size: 14px;
}

/* ------------------------------------------------------------------
返回顶部
--------------------------------------------------------------------- */
#toTop {
  position: fixed; 
  bottom: 30px;
  right: 30px;
  color: #e70012;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  background: #fff;
  border-radius: 10px;
}

#toTop:hover {
  color: #fff;
  background-color: #e70012;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* ----------------------------------------------------------------
内页样式
-------------------------------------------------------------------*/

/*内页banner*/
/* .page-banner1 {
  background: url(../img/ba1.jpg); height:300px; padding:120px 0 0 0 
}
.page-banner2 {
  background: url(../img/ba2.jpg); height:300px; padding:120px 0 0 0 
}
.page-banner3 {
  background: url(../img/ba3.jpg); height:300px; padding:120px 0 0 0 
}
.page-banner4 {
  background: url(../img/ba4.jpg); height:300px; padding:120px 0 0 0 
}
.page-banner5 {
  background: url(../img/ba5.jpg); height:300px; padding:120px 0 0 0 
}
.page-banner6 {
  background: url(../img/ba6.jpg); height:300px; padding:120px 0 0 0 
}
.page-banner7 {
  background: url(../img/ba7.jpg); height:300px; padding:120px 0 0 0 
} */
.page-header h1 {
  color: #fff; font-size:42px; font-weight:300; line-height:0px;
}


/*当前位置*/
.breadcrumb {
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  color: #fff;
}

.breadcrumb a,
.breadcrumb>.active {
  color: #fff;
}

.breadcrumb a:hover {
  color: #65d3e3;
  text-decoration: none;
}

.breadcrumb.separator-arrow>li+li:before {
  padding: 0 8px;
  content: '/\00a0';
  color: #fff;
}

/*内页栏目*/
.page-nav ul li {
  display: inline-block;
  margin: 0 2px 8px;
}
.page-nav ul li a {
  display: block;
  color: #444;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 26px;
  padding: 2px 25px;
  border-radius: 30px;
}
.page-nav ul li a:hover {
  background: #0991cf;
  color: #fff;
  border: 1px solid transparent;
}
.page-nav .active a{
  background: #e70012;
  color: #fff;
  border: 1px solid #e70012;
  border-radius: 30px;
}


/**/

.gray-bg{ background:#f1f1f1; padding:20px}
.gray-bg h3{
  display: block;
  font-size: 20px;
  line-height: 40px;
  color: #014a8f;
}
.gray-bg .wz{ 
  font-size:14px;
  color: #999;
}


/*产品详情页*/
.proshow{ border-bottom:1px dashed #eee; margin:30px 0;}
.proshow p{font-size:18px;}

.pagenav {
  margin: 30px 0 60px;
}
.pagenav nav {
  display: inline-block;
  width: 100%;
}
.pagenav nav a{ color:#444}
.pagenav nav a:hover{ color:#e70012}

.proshow-carousel-navigation .prev,
.proshow-carousel-navigation .next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.21);
  font-size: 40px; z-index:9999
}

.proshow-carousel-navigation .prev:hover,
.proshow-carousel-navigation .next:hover {
  color: #0991cf;
}
.proshow-carousel-navigation .prev {
  left: 25px;
}
.proshow-carousel-navigation .next {
  right: 25px;
}


/*人才招聘*/
.job-text {
	background: #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 30px;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.job-text:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent #f1f1f1 transparent transparent;
	position: absolute;
	content: '';
	top: 0;
	left: -14px;
}
.job-text .text {
	margin-bottom: 15px;
}
.job-text h3 {
	display: block;
	line-height: 0.9;
	margin-bottom: 10px;
	color: #444; 
	font-size:18px; font-weight:bold
}

.job-text .text span{
	color: #555;
}
.job-text .text span:before {
	font-family: "FontAwesome";
	content: '\f105';
	margin: 0 10px; 
	font-size:12px;
}

.news-box .dade{ border:1px solid #eee; width:110px; text-align:center; color:#777}

#dituContent img{
  max-width: none;
}


