@import url('animate.css');

/*==================== Click Top ====================*/
.scroll-top {
  width:40px;
  height:40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  text-align: center;
  color:#fff;
  background: #ec242e;
  font-size: 28px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/* --------------------- Global stlye --------------------*/

@font-face {
  font-family: 'font-awesome';
  src: url('../font/fontawesome-webfont.ttf');
  src: url('../font/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../font/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('/Data/hycrystal/template/en/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}

body {
  font-family: "Microsoft Yahei";
  font-weight: normal;
  color:#444;
  font-size: 14px;
  line-height: 28px;
  position: relative;
}
body .main-page-wrapper {overflow-x:hidden;} 
.theme a {font-family: "Microsoft Yahei";}
h1,h2,h3,h4,h5,h6 {
  font-family: "Microsoft Yahei";
  font-weight: normal;
}
h2 {font-size: 32px; color:#323232;}
h3 {font-size: 36px; color:#393939;}
h4 {font-size: 28px; color:#393939;}
h5 {font-size: 22px; color:#393939;}
h6 {font-size: 18px; color:rgba(0,0,0,0.6);font-weight: 500;}
h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
ul {list-style-type: none;}
a {text-decoration: none; display: inline-block;color:rgba(0,0,0,0.6)}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
img {max-width: 100%; /*display: block;*/}
button {border:none;outline: none;box-shadow: none;display: block; padding: 0;}
input,textarea {outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.float-left {float:left;}
.float-right {float:right;}
.round-border {border-radius: 50%;}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}
.fancybox-skin {padding: 15px !important;}
.no-padding {
    padding: 0;
}
.mt-30{ margin-top:30px;}
.mt-60{ margin-top:60px;}
.mb-30{ margin-bottom:30px;}
.border{ border-bottom:1px dashed #ccc}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#dituContent img{
  max-width: none;
}

/* ------------------------------ Button Style -------------------*/
.button-one,.button-two,.button-three,.button-four,.button-five {
  font-family: "Microsoft Yahei";
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  color: #fff;
}
.button-one,.button-three,.button-four,.button-five,.button-six {line-height: 50px;}
.button-one {width: 165px;}
.button-two {width: 150px;line-height: 45px;}
.button-three {width: 230px;}
.button-four {width: 100px;}
.button-five {width: 150px;}
.button-six {
  width: 210px;
  border-radius: 30px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.button-six i {
  line-height: 50px;
  border-radius: 0 30px 30px 0;
  border-left:1px solid #e8bd37;
  float:right;
  width: 50px;
  font-size: 20px;
  text-align: center;
}
.button-six:hover {color: #fff;}
body .button-seven {
  width: 205px;
  line-height: 55px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

/* ------------------------- Color Css --------------------*/
.se-s-bg-color {
  background: #ec242e;
}
.se-s-bg-color:hover{ color:#fff;}
.button-four {
  border-color: #ec242e; background:#fff; color:#fff;
  border-style: solid;
}
.button-four:hover{
  background: #ec242e; color:#fff;

}
/* ------------------------ Transition ----------------------*/
.tran3s,.button-one,.button-two,.button-three,.button-four,.button-five,.button-six,.button-six i,body .button-seven,
.dropdown-menu > li > a,.hesperiden.tparrows,.owl-theme .owl-nav [class*=owl-],.panel-group .panel-heading a:before,.theme .company-goal .single-goal .img-icon:before,
.owl-theme .owl-dots .owl-dot span,.owl-theme .owl-dots .owl-dot span:before,.ollo-details-page-one .ollo-sidebar-one .ollo-sidebarlist ul li a i {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.tran4s,.shop-details .single-product-details .product-order-details .clearfix ul li button {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.tran5s,.theme .our-service .single-service img {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.tran6s,.img img {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

/* ---------------------------- Theme Title -----------------------*/
.title-one {position: relative;}
.title-one h2 {
  font-weight: 900;
  margin: 50px 0 14px;
}
.title-one h6 {font-weight: normal; line-height: 28px; font-size:14px;}

/* ------------------------------------ Header -------------------------------*/
#searchWrapper {
  position: fixed;
  top:0;
  right: 0;
  bottom: 0;
  left:0;
  background: rgba(255,255,255,0.95);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}
#searchWrapper.show-box {
  opacity: 1;
  visibility: visible;
}
#searchWrapper .container {
  height: 100%;
}
#searchWrapper img {
  margin:0 auto;
  position: relative;
  top:20%;
}
#searchWrapper form {
  position: relative;
  top:40%;
  height: 70px;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
#searchWrapper form input {
  height: 100%;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.09);
  border-radius: 5px;
  padding: 0 95px 0 20px;
  background: transparent;
  font-size: 20px;
}
#searchWrapper form input:focus {
  -webkit-box-shadow: 0px 0px 18px -3px rgba(2,181,255,0.3);
-moz-box-shadow: 0px 0px 18px -3px rgba(2,181,255,0.3);
box-shadow: 0px 0px 18px -3px rgba(2,181,255,0.3);
}
#searchWrapper form button {
  position: absolute;
  top:0;
  right: 0;
  width: 90px;
  height: 100%;
  position: absolute;
  font-size: 20px;
  color:#fff;
  border-radius: 0 5px 5px 0; background:#0257aa
}
#searchWrapper #close-button {
  position: absolute;
  top:20px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 35px;
  background: transparent;
}
.header .top-header ul li {display: inline-block; line-height: 44px;}
.header .top-header .left-side ul li a {
  color: #dbd9d9;
  margin: 0 5px;
  font-size: 18px;
}
.header .top-header .left-side ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #393939;
  margin-right: 5px;
}
.header .top-header .right-side ul li {
  border-left: 1px solid #f6f6f6;
  padding: 0 25px 0 22px;
}
.header .top-header .right-side ul li:last-child {border-right: 1px solid #f6f6f6;}
.header .top-header .right-side ul li a {
  font-size: 16px; font-weight:bold;
  color: #e6212a;
}
.header .top-header .right-side ul li a i {
  margin-right: 8px;
  color: #dbd9d9;
  font-size: 18px;
  vertical-align: middle;
}
.header .top-header {border-bottom: 1px solid #f6f6f6;}


/*------------------------------- Logo ------------------------*/
#logo .item img {margin: 0 auto;}
.logo img{float:left;}
.logotitle{ font-size:16px; float:left; position:relative;top:8px; font-weight:bold; }
.logotitle2{ font-size:16px; float:left; position:relative;top:10px; font-weight:bold; letter-spacing:3.2px;}

/**/
.theme .theme-main-menu {
  position: relative;
  z-index: 9;
  box-shadow: 0px 5px 12px 0px rgba(97, 97, 97, 0.05);
}
.theme .theme-main-menu .right-content #search-button {
  width: 45px;
  height: 45px;
  border: 1px solid #e1e1e1;
  color: #c4c4c4;
  background: transparent;
  display: inline-block;
  margin: -20px 15px 0;
}

.theme .theme-main-menu .right-content #search-button:hover {color: #fff;}
.theme .theme-main-menu .right-content a {
  line-height: 30px;
  border-width: 2px;
  font-size: 14px;
  margin-left: 10px; color:#444;
}
.theme .theme-main-menu .right-content a:hover {color: #fff;}
.theme .theme-main-menu {padding-top: 36px;}
#mega-menu-holder li>ul.dropdown {border-top:1px solid #fbc22a;}
.header-style-two .theme-main-menu {box-shadow: none;}



/* ------------------------------------ Theme Menu -------------------------------*/
.menubg{ background:#0257aa; margin-top:30px;}

.menu-collapser {
    position: relative;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#mega-menu-holder {
    width: auto;
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
}
#mega-menu-holder:before, #mega-menu-holder:after {
    content: '';
    display: table;
}
#mega-menu-holder:after {
    clear: both;
}
#mega-menu-holder.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#mega-menu-holder.collapsed li>ul {
    position: static;
    display: none;
}
#mega-menu-holder.collapsed li a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#mega-menu-holder li .sub-toggle {
    font-family: 'font-awesome';
    display: none;
    position: absolute;
    right: 5px;
    top: 11px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mega-menu-holder li {
    position: relative;
    float: left;
    display: inline-block;
}
#mega-menu-holder>ul> li> a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 10px 40px;
    text-transform: capitalize;
    position: relative;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#mega-menu-holder li ul {
    margin: 0;
    list-style-type: none;
}
#mega-menu-holder>li {
    border-left: 1px solid #999;
}
#mega-menu-holder>li:first-child, #mega-menu-holder>li.has-submenu+li {
    border-left: 0;
}
@media (max-width: 991px) {
  #mega-menu-holder {
        background: #3e60c2;
        max-height: 400px;
        overflow-y:auto;
    }
    #mega-menu-holder li {float: none;}
  #mega-menu-holder>ul> li> a {
        color: #fff;
        width: 100%;
        padding: 0 15px;
        display: block;
        border-bottom: solid 1px #f0f0f0;
        margin: 0;
        line-height: 45px;
        font-size: 15px;
    }
    #mega-menu-holder>ul> li:last-child> a {border: none;}
    #mega-menu-holder>ul> li:first-child> a {border-top: 1px solid #f0f0f0;}
    #mega-menu-holder li .sub-toggle,
    .business-header .theme-main-menu.fixed #mega-menu-holder li .sub-toggle {
        color: #fff;
        border-left: solid 1px #f0f0f0;
        width: 60px;
        line-height: 46px;
        right: 0;
        top:0;
    }
    #mega-menu-holder li>ul.dropdown {
        border: none !important;
        position: static;
        width: 100%;
    }
}

.menu_link{ position: absolute;top:50px; background:#fff; z-index:9999; padding:10px;}
.menu_link li { border-bottom:1px solid #eee;}
.menu_link li:last-child {
	border-bottom: none;
}
.menu_link li a{ text-align:center; width:250px; line-height:25px; padding:10px 0; color:#444}
.menu_link li a:hover{ color:#0257aa;}

.menu_link2{ position: absolute;top:0px;left:260px; background:#eee; z-index:9999; padding:10px;}
.menu_link2 li span{ color:#000}
.menu_link2 li { border-bottom:1px solid #fff;}
.menu_link2 li:last-child {
	border-bottom: none;
}
.menu_link2 li a{ text-align:center; width:225px; line-height:25px; padding:10px 0;  color:#444}
.menu_link2 li a:hover{ color:#0257aa;}




/* ---------------------------------- Theme Main Banner ----------------------------- */
.flexslider {
	position: relative;
	z-index: 2;
	background: 0 0;
	border: none;
	margin: 0;
	border-radius: 0;
	color: rgba(255,255,255,.7)
}
.flexslider .btn {
	padding: 15px 60px
}
.flexslider .probootstrap-heading {
	color: #fff;
	font-weight: 300;
	font-size: 170px;
	line-height: 60px;
	font-family: "Just Another Hand", cursive;
	text-transform: uppercase
}
.flexslider .flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 50;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 2px solid rgba(255,255,255,.9);
	border-radius: 50%;
	padding: 30px
}
.flexslider .flex-direction-nav a:active, .flexslider .flex-direction-nav a:focus, .flexslider .flex-direction-nav a:hover {
	outline: 0
}
.flexslider .flex-direction-nav a:before {
	font-family: icomoon;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	content: "\e929";
	-webkit-transition: .3s all;
	transition: .3s all;
	font-size: 30px;
	display: inline-block;
	color: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.flexslider .flex-direction-nav a.flex-next:before {
	content: "\e92a";
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.flex-direction-nav .flex-prev {
	left: 50px
}
.flex-direction-nav .flex-next {
	right: 50px;
	text-align: right
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: .7;
	left: 60px
}
.flexslider:hover .flex-direction-nav .flex-next:hover, .flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
	background: rgba(255,255,255,.3)
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: .7;
	right: 60px
}
.gototop, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel-posts .owl-controls .owl-nav .owl-next {
	right: 20px
}
.flex-control-paging li a {
	width: 7px;
	height: 7px;
	display: block;
	background: rgba(255,255,255,.2);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .3s all;
	transition: .3s all
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(255,255,255,.7)
}
.flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default
}


/*--------------------------- 3大优势 ---------------------*/
.theme .company-goal {
  background: #fff;
  padding: 50px 0 0 0;
}
.theme .company-goal h2 {
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 115px;
}
.theme .company-goal .single-goal {
  position: relative;
  background: #fff; border:1px solid #f1f1f1;
  padding: 85px 30px 45px 30px;
  border-radius: 5px;
  margin-bottom: 50px;
}
.theme .company-goal .single-goal h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.theme .company-goal .single-goal .img-icon {
  border:5px solid #eee;
  position: absolute;
  top:-55px;
  left:50%;
  margin-left: -55px;
  z-index: 1;
}

/* ------------------------------ 产品中心 --------------------------*/
.pro{ background:#fff; padding-bottom:30px;}
.mixitUp-menu .item a{ color:#0257aa}
.mixitUp-menu{ margin-bottom:30px;}
.mixitUp-menu li {
  display: inline-block;
  line-height: 36px;
  border: 2px solid #eaeaea; 
  background:#fff;
  border-radius: 30px;
  padding: 0 25px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  margin: 10px;
}
.theme .row {margin: 0px -10px 0;}
.theme .row .mix {
  padding: 0 10px;
  width: 20%;
  float: left;
}

.client-slider {
  background-size: cover; background:#f1f1f1;
}
.client-slider h2 {font-weight: 900;}
.client-slider .sldier-wrapper {
  padding:0px 45px 0 45px;
  margin: 0 -22px;
}
.client-slider .product-slider .item .clearfix {
  background:#fff;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 45px 30px 40px 40px;
  box-shadow: 0px 5px 12px 0px rgba(97, 97, 97, 0.05);
}
.client-slider .product-slider .item .clearfix img {
  width: 270px; margin:auto;
  height: 200px;
}
.client-slider .product-slider .item .clearfix .text {

}
.client-slider .product-slider .item .clearfix .text h5 {
  font-weight: 700;
}
.client-slider .product-slider .item .clearfix .text span {
  display: block;
  margin: 0 0 10px 0;
}
.client-slider .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  background: #3e60c2;
  border: none;
  position: relative;
  margin-top: 50px;
}
.client-slider .owl-theme .owl-dots .owl-dot span:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top:-5px;
  right: -5px;
  bottom: -5px;
  left:-5px;
  background: rgba(62,96,194,0);
}
.client-slider .owl-theme .owl-dots .owl-dot.active span,
.client-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #3e60c2;
}
.client-slider .owl-theme .owl-dots .owl-dot.active span:before,
.client-slider .owl-theme .owl-dots .owl-dot:hover span:before {
  background: rgba(62,96,194,0.3);
}



/* ------------------------------ 关于-工厂参观 --------------------------*/
.welcome{ padding:50px 0}
.theme .welcome .text h2 {
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
}
.theme .welcome .text span {
  font-size: 20px;
  font-weight: 300;
  display: block;
  margin: 8px 0 20px 0;
}
.theme .welcome .text ul li {
  float: left;
  width: 50%;
  padding-left: 58px;
  position: relative;
  margin-top: 45px;
}
.theme .welcome .text ul li h6 {
  color: #393939;
  margin-top: 12px;
}
.theme .welcome .text ul li i {
  position: absolute;
  top:0px;
  left:0;
  font-size: 45px;
  color: #e6212a;
}


/*------------------------------- 工厂参观 ------------------------*/
.mix {}
.theme .single-project {
  padding:1px;
  position: relative;
}
.theme .single-project .hover {
  position: absolute; background: rgba(255,255,255,0.7);
  top:0;
  right:0;
  bottom: 0;
  left:0;
  text-align: center;
  opacity: 0;
  transform:scale(0.4);
}
.theme .single-project .hover div {
  position: relative;
  top:50%;
  transform:translateY(-50%);
}
.theme .single-project:hover .hover {
  opacity: 1;
  transform:scale(1);
}
.theme .single-project .hover p {font-size: 18px;
  margin-bottom: 20px;
}

.theme .single-project .hover a {
  width: 35px;
  line-height: 31px;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.theme .our-project .single-project img {
  width: 100%;
}
#factory .item img {margin: 0 auto;}
#factory {padding-bottom: 0px;}


/* -------------------------- 横幅banner --------------------------- */
.theme .short-banner {
  padding: 60px 0; background:url(../image/bg.jpg) no-repeat center;
}
.theme .short-banner h4 {
  color: #fff; font-size:34px;
  margin-top: 10px;
}
.theme .short-banner p {
  color: #fff; font-size:14px;
  margin: 20px 0;
}
.theme .short-banner a {
  width: 250px;
  line-height: 46px;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.theme .short-banner a:hover{ color:#000}


/* ------------ 应用领域 --------------*/
.theme .our-service.bg-color {
  background: #f1f1f1;
  padding-bottom: 50px;
}
.theme .our-service .title-one a {
  color: #fff;
  border: none;
  line-height: 45px;
  position: absolute;
  top: 18px;
  right: 0;
}
.theme .our-service .title-one {margin-bottom: 30px;}
.theme .our-service .single-service {
  border: 1px solid #f5f5f5; background:#fff;
  border-radius: 5px; height:227px;
  padding: 40px 30px 35px 105px;
  position: relative;
  margin-bottom: 30px;
}
.theme .our-service .single-service h5 a {
  font-size: 22px;
  color: #222222;
  font-weight: 500;
  display: block;
  margin-bottom: 13px;
}
.theme .our-service .single-service img {
  position: absolute;
  top:43px;
  left:35px;
}
.theme .our-service .single-service:hover img {
  transform:scale(1.1);
}
.theme .our-service .single-service h2 {
  font-size: 45px;
  font-weight: 900;
  color: #f6f6f6;
  position: absolute;
  left:35px;
  bottom: 40px;
}
.theme .our-service .single-service:hover {
  box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
  border-color: #fff;
}

.theme .our-service.m-fix {margin: 100px 0 0 0;}
.theme .our-service.m-fix .single-service img {
  left:25px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}


/**/
.theme .our-service .single-service1 {
  border: 1px solid #f5f5f5; background:#fff;
  border-radius: 5px; height:;
  padding: 40px 30px 20px;
  position: relative;
  margin-bottom: 30px;
}
.theme .our-service .single-service1 h5 a {
  font-size: 22px;
  color: #222222;
  font-weight: 500;
  display: block;
  margin-bottom: 13px;
}
.theme .our-service .single-service1 p {
 height:80px;
}
.theme .our-service .single-service1 img {
  position: absolute;
  top:43px;
  left:35px;
}
.theme .our-service .single-service1:hover img {
  transform:scale(1.1);
}
.theme .our-service .single-service1 h2 {
  font-size: 45px;
  font-weight: 900;
  color: #f6f6f6;
  position: absolute;
  left:35px;
  bottom: 40px;
}
.theme .our-service .single-service1:hover {
  box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
  border-color: #fff;
}


/* ------------------------------ 新闻 --------------------------*/
.theme .latest-news .title-one a {
  color: #fff;
  border: none;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}
.theme .latest-news .title-one {margin-bottom: 40px;}
.theme .latest-news .grid-wrapper {margin: 0 -30px 50px -30px;}
.theme .latest-news .grid-wrapper .single {
  float:left;
  width: 33.33333333%;
  padding: 0 30px;
}
.theme .latest-news .single .img-holder {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.latest-news .img-holder img{border: 1px solid #eee;border-bottom: none;}

.theme .latest-news .single .img-holder img {width: 100%;}
.theme .latest-news .single .img-holder .tag {
  display: block; padding:2px 5px;
  position: absolute;
  top:25px;
  left: 38px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 14px;
  text-align: center;
  background: #e6212a;
}
.theme .latest-news .single .img-holder .tag.color1 {background: #1f9ce4;}
.theme .latest-news .single .post {
  border: 1px solid #eaeaea;
  padding: 23px 20px 0;
  border-radius: 0 0 7px 7px;
  background: #fff;
}
.theme .latest-news .grid-wrapper .single .post {
  margin: -45px 0px 0 0px;
  position: relative;
  z-index: 9; height: 320px;
}
.theme .latest-news .single .post h5{overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}
.theme .latest-news .single .post h5 a,
.theme .latest-news .single .post h4 a {
  line-height: 28px; font-size:20px;
  color: #393939;
  font-weight: 700;
  margin-bottom: 10px;
}
.theme .latest-news .single .post p{overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical; height: 110px;
}

.theme .latest-news .single .post .post-tag {
  border-top: 1px solid #eaeaea;
  padding-left: 0px;
  margin-top: 25px;
}
.theme .latest-news .single .post .post-tag ul li {
  display: inline-block;
  line-height: 55px;
}
.theme .latest-news .single .post .post-tag ul li a {
  color: #999; font-size:14px;
  margin-right: 15px;
}
.theme .latest-news .single .post .post-tag ul li a i {
  color: #cdd7d8;
  margin-right: 3px;
}
.theme .latest-news .theme-blog-large-sideOne .single .img-holder {border-radius: 5px 5px 0 0;}
.theme .latest-news .theme-blog-large-sideOne .single .post {border-top: none;}
.theme .latest-news .theme-blog-large-sideOne .single .post .post-tag ul li.float-right a {
  width: 125px;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border-left: 1px solid #eaeaea;
}
.theme .blog-inner-page {margin-bottom: 190px;}



/* ------------------------------ Footer --------------------------*/
.footer {
  padding: 50px 0 0 0;
  position: relative;
  background:#0257aa;
  background-size: cover;
  z-index: 1;
}
.footer p {font-size: 14px;}
.footer .footer-logo p {
  color: rgba(255,255,255,0.6);
  margin-top: 14px;
}
.footer .top-footer .footer-list {padding-left: 55px;}
.footer .top-footer h6 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer .top-footer ul li a {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 10px;
  font-weight: normal;
  display: block;
}
.footer .top-footer .ewm p{ padding:10px; color:#fff; width:173px; text-align:center;}

.bottom-footer p {
  color: #fff;
  line-height: 35px;
}
.bottom-footer p a { color:#ffff}
.bottom-footer ul li {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.bottom-footer ul li a {
  color: #fff;
  border-color: #fff;
  width: 25px; 
  height: 25px; 
  padding: 5px;
  line-height: 25px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}
.bottom-footer ul li a:hover {color: #fff;}
.bottom-footer {margin-top: 40px; padding: 0;}
.bottom-footer .wrapper {padding: 24px 0;}
.bottom-footer .wrapper {border-top:1px solid rgba(255,255,255,0.1);}



/* ---------------------------- 内页Banner ------------------------*/
.our-service-details{ margin:30px 0;}
.ba1 {
  background: url(../image/ba1.jpg) no-repeat center;
}
.ba2 {
  background: url(../image/ba2.jpg) no-repeat center;
}
.ba3 {
  background: url(../image/ba3.jpg) no-repeat center;
}
.ba4 {
  background: url(../image/ba41.jpg) no-repeat center;
}
.ba5 {
  background: url(../image/ba5.jpg) no-repeat center;
}
.ba6 {
  background: url(../image/ba61.jpg) no-repeat center;
}
.ba7 {
  background: url(/Data/hycrystal/template/en/images/ba7.jpg) no-repeat center;
}
.theme-inner-banner .opacity {
  background: rgba(0,0,0,0.17);
  padding: 122px 0;
  text-align: center;
}
.theme-inner-banner h2 {
  font-weight: 900;
  font-size: 42px;
  color: #fff;
}
.theme-inner-banner ul li {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin: 10px 0 0 5px;
  color: #fff;
  vertical-align: middle;
  text-transform: capitalize;
}
.theme-inner-banner ul li a {
  color: #fff;
  font-weight: normal;
}

.about-tu{ background:#f1f1f1; padding:140px 0; text-align:center}
.about-tu img{ display: inline; margin-bottom:20px;}
.about-tu h4{ font-size:17px; color:#444; font-weight:bold; line-height:40px;}
.about-tu h5{ font-size:18px; color:#444; font-weight:bold; line-height:40px; letter-spacing:2.6px}

.theme-large-sidebar {
  width: 100%;
}
.theme-large-sidebar p{ margin-bottom:20px;}


.sidebar .wrapper {
  background: #f1f1f1;
  margin-bottom: 35px;
}
.sidebar .wrapper .active a{ color:#ec242e}
.sidebar .wrapper .active a:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top:50%;
  left: 30px;
  margin-top: -3px;
  background: #ec242e;
  border-radius: 50%;
}
.sidebar .wrapper ul li a {
  color: rgba(0,0,0,0.7);
  line-height: 62px; font-size:15px;
  border-bottom: 1px solid #fff;
  padding-left: 66px;
  position: relative;
  display: block;
}
.sidebar .wrapper ul li a:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top:50%;
  left: 30px;
  margin-top: -3px;
  background: #ccc;
  border-radius: 50%;
}
.sidebar .wrapper ul li:last-child a {
  border: none;
  border-radius: 0 0 5px 5px;
}
.sidebar .wrapper ul li:first-child a {
  border-radius: 5px 5px 0 0;
}

.sidebar .call-us {
  padding: 22px 30px;
  text-align: center;
}
.sidebar .call-us i{ font-size:30px; font-weight:bold; color:#ec242e; display:block; margin-bottom:10px;}
.sidebar .call-us span {
  line-height: 30px;
}
.sidebar .call-us h6 {
  font-weight: 700; color:#ec242e;
  margin: 10px 0 12px 0;
}
.sidebar .call-us a {
  font-weight: 600;
  color: rgba(0,0,0,0.8);
}

/*产品分类下拉*/
.account-l{ border: 1px solid #eee; margin-bottom:30px;}
.list-title{
    display: inline-block;
    width: 100%; 
    background: #0257aa;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.accordion {
    width: 100%;
    background: #FFF;
}
.accordion .link h5{ font-size:15px; line-height:25px; padding-right:5px;}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #4D4D4D;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 14px;
}
.accordion li.open .link {
    color: #0257aa;
}
.accordion li.open i {
    color: #0257aa;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #d6d7dc;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px;
    padding-left: 32px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu .active a{
    color: #0257aa;
}
.submenu a:hover ,.submenu li.current a{
    background: #0257aa;
    color: #FFF;
}
.border{ border-bottom:1px solid #eee; margin-bottom:30px;}

.product { margin-bottom:30px;}
.product h3{ font-size:18px; font-weight:bold; margin-bottom:10px; color:#444;}
.product h6{ font-size:14px; margin-bottom:10px; color:#777;}
.product .text{ height:50px; margin-bottom:5px; font-size:12px; line-height:25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.product .protu{ border:1px solid #eee; padding:5px}
.product .more{ color:#ec242e; border:1px solid #eee; padding:0 5px; margin-top:5px;}
.product h4{ font-size:16px; color:#444;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.product h4:before {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 70px;
    background: #0257aa;
    margin-top: 32px;
}

.pagination{ text-align:center}
.pagination__cell{ border:1px solid #eee; padding:5px 10px; }
.pagination__row .active {
    background-color: #ce0000; color:#fff
}


.theme .counter .main-content {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
.theme .counter img {width: 100%;}
.theme .counter .single-box .number {
  font-weight: 900;
  font-size: 60px;
  color: #fff;
}
.theme .counter .single-box {
  position: relative; margin-bottom:20px;
}
.theme .counter .single-box:after {
  content: '';
  width: 1px;
  height: 80px;
  background: #fff;
  position: absolute;
  right: -15px;
  top:6px;
}
.theme .counter .single-box.border-fix:after {display: none;}





/*联系我们*/
.contactUs-address {
  margin-bottom:25px;
}
.contactUs-address h6 {
  font-weight: 700;
  font-size: 18px;
  margin: 10px 0;
  color: #0257aa;
}
.contactUs-address h4 {
  font-size: 20px;
  margin: 10px 0;
  color: #000;
}
.contactUs-address p {
  font-size: 13px; line-height:30px;
}