@CHARSET "UTF-8";

.div-00{
	height:260px;
	border: 1px #c1c1c1 solid;
}

.img-gray{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
<!--#f7d6af-->
@keyframes img-background-change{
　　from {background:white;} 
	to {background:#f9c56b;}
 }
 
@-moz-keyframes img-background-change{
　　from {background:white;} 
	to {background:#f9c56b;}
 }

@-webkit-keyframes img-background-change{
　　from {background:white;} 
	to {background:#f9c56b;}
 }

@-o-keyframes img-background-change{
　　from {background:white;} 
	to {background:#f9c56b;}
 }

.img-background{
	animation:img-background-change 2s;
	-moz-animation:img-background-change 2s; /* Firefox */
	-webkit-animation:img-background-change 2s; /* Safari and Chrome */
	-o-animation:img-background-change 2s; /* Opera */
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}

.text-center{
	margin:0 auto;
}


.lift-nav{
	z-index:999;
	position: fixed;
	top: 100px;
	left: 30px;
	display: none;
}
.lift-nav li{
	width: 100px;
	height: 50px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	padding: 10px 10px;
	margin-bottom: 10px;
	background: skyblue;
	cursor: pointer;
	list-style: none;
}

.lift-nav li.current{
	background: tomato;
}

.t1,.t2,.t3,.t4,.t5,.t6{
	min-height: 200px;
	line-height:40px;
	margin-bottom: 50px;
}
/**
padding: 21px 30px;
**/
.widget {
    background: #ffffff;
    min-height:300px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.widget-supple {
    background: #ffffff;
    padding: 21px 30px;
    min-height:120px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-top:30px;
}

.widget .title {
	margin: 32px 30px 21px 30px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    background: url("/img/sign01.png") no-repeat;
    background-size:12px 24px;
    padding-left:22px;
}

.widget .title::after {
    content: "";
    width: 110px;
    height: 2px;
    background: #f55a5a;
    position: absolute;
    left: 0px;
    bottom: -1px;
}

.widget .item {
    padding:15px 50px;
    border:0px;
}

.bg-00{
	background-color: #f8f9fa;
}

.content-main {
	background-color: #f4f3f3;
}

.left-menu-box {
  margin-bottom: 20px;
  padding: 50px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.img-size {
	width:200px;
	height:150px;
}

.news-brief {
	margin-top:10px;
	margin-buttom:10px;
	color:#777777;
	height:65px;
	overflow: hidden;
}

.news-time{
	margin-top:25px;
	margin-buttom:10px;
	color:#777777;
}

.content-title {
	margin-top:30px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    position: relative;
    background-size:12px 24px;
    padding-left:10px;
}

.content-title::after {
    content: "";
    width: 90px;
    height: 1.5px;
    background: #f55a5a;
    position: absolute;
    left: 5px;
    bottom: -1px;
}

.btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: -10px;
  border: 1px solid #0880e8;
}

.btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}

/**
service
**/

.accordion-list ul {
  padding: 0;
  list-style: none;
}

.accordion-list li {
  padding: 20px 0px 20px 20px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}

.accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
  padding-right: 30px;
  outline: none;
}

.accordion-list span {
  color: #0880e8;
  padding-right: 10px;
}

.accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.accordion-list .icon-show {
  display: none;
}

.accordion-list a.collapsed {
  color: #343a40;
}

.accordion-list a.collapsed:hover {
  color: #0880e8;
}

.accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.accordion-list a.collapsed .icon-close {
  display: none;
}

/**
product
**/
.card {
	border:0px;
}

.product-item {
	min-height:280px;
	padding:5px;
	margin:5px 10px 20px 10px;
	border: 1px #e7e7e8 solid;
	overflow: hidden;
}

.product-item:hover {
	transition: all 0.8s ease-in-out;
	border: 1px #fdcf82 solid;
}

.product-item img {
	transition: all 0.8s ease-in-out;
	margin-top:10px;
	margin-bottom:10px;
}

.product-item:hover img {
	transform: scale(1.2);
}

.product-item .product-link {
  opacity: 0;
  position: absolute;
  bottom: -30px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  padding: 15px 20px;
  text-align: right;
  width:100%;
}

.product-item .product-link i{
	font-size: 24px;
    line-height: 1;
    color: #f6b024;
}

.product-item:hover .product-link {
  opacity: 1;
  bottom: 0;
}

.card-body {
	padding-top:30px;
}

.contact .content p {
	padding:5px 45px;
}

.contact .content .icon-box {
  margin-bottom: 20px;
  margin-left:30px;
  margin-top:30px;
  margin-right:30px;
  padding-bottom:30px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width:100%;
}

.contact .content .icon-box img{
	max-width:240px;
	max-height:280px;
	margin:20px 10px;
}

.contact .content .icon-box .tag {
  opacity: 0;
  position: absolute;
  top: 50px;
  left:44px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #f9c56b;
  height: 40px;
  padding-top:10px;
  width:0px;
  text-align: center;
  color:#ffffff;
   
}

.contact .content .icon-box:hover .tag {
  opacity: 1;
  top:50px;
  width:100px;
}

.join_us .widget {
	background: #ffffff;
    min-height:260px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.join_us .widget .icon-box img {
	max-width:240px;
	padding:10px 0px 10px 10px;
}

.join_us .widget .icon-box p {
	margin:10px 20px;
}

.concept .widget .icon-box img {
	max-width:240px;
	padding:10px 0px 10px 10px;
}

.concept .widget .icon-box p {
	margin:10px 20px;
}

.values {
	text-align: left;
	padding-left:540px;
	height:320px;
	padding-top:30px;
	background: url('/img/values.png') no-repeat;
}

.t6 .info i {
  font-size: 20px;
  background: #0880e8;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.t6 .info h4 {
  padding: 0 0 0 60px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}

.t6 .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  color: #444444;
}

.t6 .info .email, .phone {
  margin-top: 40px;
}

.t6 .info .address, .email, .phone {
  margin-left: 30px;
}

.t2 .content {
	border: 1px solid silver;
	padding:15px 0px 15px 30px;
}

.t2 .content .row .word {
	margin:5px;
	height:260px;
	background: #f3c0ac;
	color:white;
	border: 2px solid #f3c0ac;
	text-align:center;
	padding-top:50px;
	transition: all 0.8s ease-in-out;
}

.t2 .content .row .word h4 {
	margin-top:10px;
}

.t2 .content .row .word p {
	margin-top:10px;
}

.t2 .content .row .item:hover .word {
	background: white;
	color:#f3c0ac;
}

.t2 .content .row .img {
	margin:5px;
	height:260px;
	border: 1px solid silver;
	overflow:hidden;
}

.t2 .content .row .img img {
	transition: all 0.8s ease-in-out;
}

.t2 .content .row .item:hover img {
	transform: scale(1.1);
}

.concept .content p {
	padding:10px;
}

.cooperate {
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.cooperate .content .form-group{
	margin:10px;
}

.cooperate .content select{
	max-width:400px;
}

.cooperate .content input {
	max-width:500px;
}

.product-detail .info {
	padding:30px 20px;
}

.product-detail .info p{
	margin-top:20px;
}

.product-detail .tab-content div {
	padding-left:20px;
}

.product-type {
	
}

.product-type .product-type-link {
  opacity: 0;
  position: absolute;
  bottom: -30px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  padding: 38px 25px;
  text-align: right;
  width:85%;
}

.product-type .product-type-link i{
	font-size: 24px;
    line-height: 1;
    color: #f6b024;
}

.product-type:hover .product-type-link {
    opacity: 1;
    bottom: 0;
}

#results {
	border:1px solid #d1d1d1;
	display:none; 
	margin-top:-26px;
	z-index:999;
	width:300px;
	text-align:left;
	position:absolute;
	background:#ffffff;
	height:260px;
}

#results ul {
	overflow-y:auto;
	height:225px;
}

#results ul li {
	padding:5px;
}

#results ul li:hover {
	background-color:#f5f5f5;
}





