<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* fonts set */

/**1.impactregular ***/
@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype'),
         url('../fonts/impact-webfont.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***2.Opensans ***/
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

/* end */
html{
	height: 100%;
}
body{
	height: 100%;
}
body{
	font-family:'OpenSansLight', Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #2a9bd5;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
/*img {
	display: block;
	max-width: 100%;
	height: auto;
}*/
section{
	padding: 15px 0;
}
@media (min-width: 768px) {
	body &gt; section {
  		padding: 30px 0;
	}
}

/** css code start **/

/******************
 * å¯¼èˆª   *
 *****************/
.header{
	background-color: #FFFFFF;
}
.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.navbar-nav{
	margin: 0px -15px;
}
/* first level menu */
.navbar.navbar-default {
	border-radius: 5px;
	margin: 10px;
	background-color: #FFFFFF;
	border-color: #f1f1f1;
}
.navbar.navbar-default .navbar-nav{
	background-color: #fafafa;
}

/* first level menu items */
.navbar-default .navbar-nav &gt; li &gt; a {
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	/*font-weight: bold;*/
	padding: 8px 20px;
	z-index: 102;
	border: 1px solid transparent;
	bottom: -1px;
	/*-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;*/
}
.navbar-default .navbar-nav &gt; li &gt; a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar-brand{
	padding-left: 10px;
	padding-right: 10px;
}
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
	color: #FFFFFF;
	background-color: #2a9bd5;
	border: none;
}
.navbar-default .navbar-nav &gt; .active &gt; a:hover {
	color: #FFFFFF;
	background-color: #2a9bd5;
	border: none;
}

/* first level active menu items when opened */
.main-navigation .navbar-nav &gt; .open &gt; a,
.main-navigation .navbar-nav &gt; .open &gt; a:hover,
.main-navigation .navbar-nav &gt; .open &gt; a:focus {
	color: #2a9bd5;
	background-color: transparent;
	border: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

/* first level active menu items when clicked */
.main-navigation .navbar-nav &gt; .open &gt; a:active,
.main-navigation .navbar-nav &gt; .open.active &gt; a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav &gt; .open &gt; a:active + ul,
.main-navigation .navbar-nav &gt; .open.active &gt; a:active + ul {
	display: none;
}

/* second level menu */
.dropdown-menu {
	min-width: 180px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: #fafafa;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	border: 1px solid #f1f1f1;
	z-index: 101;
}

/* second level menu items */
.dropdown-menu &gt; li &gt; a {
	padding: 8px 20px;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

/* second level menu items on focus/hover and when opened */
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus,
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus,
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus,
.dropdown-menu .menu &gt; .active &gt; a,
.dropdown-menu .menu &gt; .active &gt; a:hover,
.dropdown-menu .menu &gt; .active &gt; a:focus {
	background-color: #ffffff;
	color: #2a9bd5;
	border-color: #f1f1f1;
}

/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	margin-left: 1px;
	border-left: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}

/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}
/**** animations **/
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
/**** fadeInDownSmall *****/
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*** fadeInLeftSmall ***/
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border-color: #D5D5D5;
}
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #FFFFFF;
	border-color: #D5D5D5;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #D5D5D5;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #D5D5D5;
}
.main-navigation .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
}
.main-navigation .navbar-brand img{
	height: 40px;
}
.main-navigation .navbar-brand span{
	display: none;
}

.main-navigation .head-rt-top{
		width: 100%;
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.main-navigation .head-rt-top a{
		display: inline-block;
		height: 22px;
		padding-left: 30px;
		padding-right: 10px;
		background-repeat: no-repeat;
		background-position: left center;
	}
	.main-navigation .head-rt-top a.en{
		background-image: url(../images/en.png);
	}
	.main-navigation .head-rt-top a.cn{
		background-image: url(../images/cn.png);
	}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.navbar-nav{
		margin: 0px;
	}
	.navbar.navbar-default{
		margin: 0px;
		background-color: transparent;
		border-color: transparent;
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		background-color: transparent !important;
		/*border-left: 1px solid #CC0000;*/
	}
	.navbar-default .navbar-nav &gt; li &gt; a{
		border: none;
		bottom: 0px;
	}
		
	.main-navigation .navbar-nav &gt; .open &gt; a,
	.main-navigation .navbar-nav &gt; .open &gt; a:hover,
	.main-navigation .navbar-nav &gt; .open &gt; a:focus{
		color: #FFFFFF;
		background-color: #2a9bd5;
		border: none;
	}
	
	.navbar-default .navbar-nav &gt; li {
		margin-left: 1px;
	}
	
	.navbar-default .navbar-nav &gt; li &gt; a:focus{
		color: #FFFFFF;
		background-color: #2a9bd5;
	}
	
	/* first level menu */
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right &gt; li:last-child &gt; .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}
	.main-navigation .navbar-nav {
		float: left !important;
		margin-left: 10px;
	}
	.navbar-default .navbar-nav &gt; li:before,
	.navbar-default .navbar-nav &gt; li:after
	{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav &gt; li:after{
		clear: both;
	}
	.navbar-default .navbar-nav &gt; li &gt; a{
		padding: 0 15px;
		font-size: 12px;
		line-height: 90px;
		color: #000;
	}
	.navbar-default .navbar-nav &gt; li &gt; a:hover{
		color: #FFFFFF;
		background-color: #2A9BD5;
	}
	
	/* logo top */
	.main-navigation .navbar-header{
		float: none !important;
	}
	.main-navigation .navbar-header .logo{
		float: left;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 5px;
		padding-bottom: 20px;
	}
	.navbar &gt; .container .navbar-brand{
		margin-left: 0px;
	}
	.main-navigation .navbar-brand{
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		height: 50px;
		position: relative;
	}
	.main-navigation .navbar-brand img{
		height: 60px;
		float: left;
		margin-top:10px;
	}
	
	.main-navigation .head-right{
		float: right;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.main-navigation .head-rt-top{
		width: 100%;
		
		font-size: 12px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.main-navigation .head-rt-top a{
		display: inline-block;
		height: 22px;
		padding-left: 30px;
		padding-right: 10px;
		background-repeat: no-repeat;
		background-position: left center;
	}
	.main-navigation .head-rt-top a.en{
		background-image: url(../images/en.png);
	}
	.main-navigation .head-rt-top a.cn{
		background-image: url(../images/cn.png);
	}
	
	/* logo top end */
}

/* Medium desktop devices */
@media (min-width:992px) {
	
	.main-navigation .navbar-nav {
		margin-left: 10px;
	}
	.navbar-default .navbar-nav &gt; li &gt; a{
		padding: 0 12px;
		font-size: 14px;
	}
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	/* first level menu item */
	.main-navigation .navbar-nav {
		margin-left: 50px;
	}
	.main-navigation .navbar-nav &gt; li &gt;a {
		padding: 0 20px;
	}
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {
	/* Mobile menu
	------------------------------ */
	/* active items */
	.navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
	.navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
		color: #2a9bd5;
		background-color: transparent;
	}
	
	/* first level items */
	.navbar-default .navbar-nav &gt; li &gt; a {
		border-bottom: 1px solid #f1f1f1;
	}
	.navbar-default .navbar-nav &gt; li:last-child &gt; a {
		border-bottom: 1px solid transparent;
	}
	
	/* first level items when opened */
	.main-navigation .navbar-nav &gt; .open &gt; a,
	.main-navigation .navbar-nav &gt; .open &gt; a:hover,
	.main-navigation .navbar-nav &gt; .open &gt; a:focus {
		border-color: transparent;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	/* first level items hover and focus states */
	.navbar-default .navbar-nav &gt; li &gt; a:hover,
	.navbar-default .navbar-nav &gt; li &gt; a:focus,
	.navbar-default .navbar-nav &gt; .active &gt; a:hover,
	.navbar-default .navbar-nav &gt; .active &gt; a:focus {
		color: #2a9bd5;
		background-color: #fff;
	}
	
	/* second level menu */
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	
	/* second level items */
	.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 40px;
		color: #666666;
		border-color: #fafafa;
	}
	
	/* second level items on hover/focus */
	.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
		color: #2a9bd5;
	}
	
	/* third level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu &gt; li &gt; a {
		padding-left: 60px;
	}
	
	/* four level items */
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu &gt; li &gt; a {
		padding-left: 80px;
	}
	
	/* Arrows for parent menu items */
	.dropdown&gt;a:before {
		right: 32px;
	}
	.dropdown .dropdown&gt;a:before {
		right: 36px;
	}
}

/******************
 * å¹»ç¯æ&nbsp;·å¼   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}

/**
 * æœç´¢
 */
.top-form{
	/*float: right;*/
	margin-top: 10px;
	/*padding-top: 20px;*/
	position: relative;
}
.top-form .form-group{
	margin-bottom: 0;
	/*float: left;*/
}
.top-form .form-control {
	height: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 2;
	/*border: 1px solid #d5d5d5;*/
	color: #b6b6b6;
	border-radius: 0;
	padding-right: 35px;
	padding-left: 15px;
	min-width: 200px;
	border-color: #d3d3d3;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 5px 5px rgba(0, 0, 0, .075);
}

.top-form .form-control-feedback{
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 5px;
	color: #a5a5a5;
}
/* æœç´¢end */

/* index new product */
.news-product-title{
	text-align: center;
	color: #d72b2b;
	font-size: 20px;
	text-transform: uppercase;
}
.news-pro-small{
	text-align: center;
	color: #464646;
	font-size: 14px;
	line-height: 2;
	padding: 0 20px;
	margin-top: 5px;
}
.firgut-top{
	margin-top: 15px;
}
.img-figure{
	width: 100%;
	overflow: hidden;
	border: 2px solid #D4D4D4;
	margin-top: 25px;
}
.img-figure img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.pro-brief{
	padding: 15px 10px;
	background-color: #D4D4D4;
}
.pro-name{
	color: #000000;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-jianjie{
	color: #666666;
	font-size: 14px;
	height: 52px;
	line-height: 26px;
	overflow: hidden;
}
.img-figure a{
	display: block;
}
.img-figure:hover{
	border-color: #2a9bd5;
}
.img-figure:hover .pro-brief{
	background-color: #2a9bd5;
}
.img-figure:hover .pro-name,
.img-figure:hover .pro-jianjie{
	color: #FFFFFF;
}
@media (min-width:767px) {
	.news-product-title{
		font-size: 28px;
	}
	.news-pro-small{
		padding: 0 50px;
	}
}
@media (min-width:992px) {
	.news-product-title{
		font-size: 30px;
	}
	
}
@media (min-width:1200px) {
	.news-product-title{
		font-size: 36px;
	}
	.news-pro-small{
		padding: 0 100px;
	}
}

/** index about us **/
.full-about-bgc{
	background-color: #2361AC;
}
.about-top{
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
}
.about-wbname{
	text-align: center;
	background-image: url(../images/yh_40.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin-top: 10px;
}
.about-wbname span{
	display: inline-block;
	color: #2361AC;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 5px 8px;
}
.about-photo{
	overflow: hidden;
	margin-top: 30px;
}
.about-photo img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 5px;
}
.about-rightbox{
	margin-top: 30px;
}
.about-jianjie{
	color: #efefef;
	font-size: 14px;
	line-height: 24px;
	max-height: 192px;
	overflow: hidden;
}
.about-more{
	margin-top: 10px;
	text-align: center;
}
.about-more a{
	display: inline-block;
	color: #2361AC;
	font-size: 16px;
	background-color: #FFFFFF;
	padding: 5px 20px;
}
.about-more a:hover{
	background-color: #EEEEEE;
}
@media (min-width:767px) {
	.about-top{
		font-size: 28px;
	}
	.about-wbname span{
		font-size: 14px;
		padding: 5px 20px;
	}
	.about-jianjie{
		font-size: 12px;
		line-height: 20px;
		max-height: 180px;
		overflow: hidden;
	}
	.about-more{
		text-align: left;
	}
}
@media (min-width:992px) {
	.about-top{
		font-size: 30px;
	}
	.about-wbname span{
		font-size: 16px;
		padding: 5px 20px;
	}
	.about-jianjie{
		font-size: 14px;
		line-height: 20px;
		height: auto ;
		min-height: 180px;
		max-height: inherit;
	}
}
@media (min-width:1200px) {
	.about-top{
		font-size: 36px;
	}
	.about-wbname span{
		font-size: 18px;
		padding: 5px 20px;
	}
	.about-jianjie{
		font-size: 16px;
		line-height: 26px;
	}
}

/** Industry information ****/
.indus-top{
	text-align: center;
	color: #D72B2B;
	font-size: 18px;
	text-transform: uppercase;
	background-image: url(../images/yh_51.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 6px;
}
.news-photo{
	width: 100%;
}
.news-photo img{
	display: block;
	max-width: 100%;
	height: auto;
}
.news-name{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #D72B2B;
	font-size: 14px;
	margin-top: 10px;
}
.news-name a{
	color: #D72B2B;
	display: block;
}
.news-name a:hover{
	color: #D72B2B;
}
.nwtop20{
	margin-top: 30px;
}
.news-jianjie{
	color: #6e6e6e;
	font-size: 12px;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
}
.new-date{
	margin-top: 5px;
	color: #939393;
	font-size: 12px;
}

@media (min-width:767px) {
	.indus-top{
		font-size: 28px;
	}
}
@media (min-width:992px) {
	.indus-top{
		font-size: 30px;
	}
	.news-name{
		font-size: 18px;
	}
}
@media (min-width:1200px) {
	.indus-top{
		font-size: 36px;
	}
}

/*** index contact us ***/
.section-contact{
	background-image: url(../images/cntbg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.contact-name{
	text-align: center;
	color: #ffee2c;
	text-transform: uppercase;
	font-size: 18px;
	background-image: url(../images/yh_06.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 8px;
}
.sc-cnt{
	color: #FFEE2C;
	padding-left: 60px;
	position: relative;
	font-size: 18px;
	line-height: 1.6;
	word-break: break-all;
}
.sc-cnt i{
	font-size: 30px;
	border: 1px solid #FFEE2C;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 5px;
}
.sc-cnt span{
	display: inline-block;
	float: left;
	color: #FFEE2C;
	font-size: 20px;
	line-height: 1.2;
	padding-left: 15px;
	word-break: break-all;
}
.cmt30{
	margin-top: 30px;
}
.social{
	text-align: center;
	color: #3e2b1a;
	font-size: 14px;
}
.social a{
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background-color: #FFFFFF;
	border-radius: 50%;
	margin: 5px;
}
.social a:hover{
	color: #FFFFFF;
	background-color: #FFEE2C;
}
@media (min-width:767px) {
	.contact-name{
		font-size: 28px;
	}
	.sc-cnt{
		font-size: 12px;
	}
	.social{
		font-size: 24px;
	}
	.social a{
		width: 44px;
		height: 44px;
		line-height: 44px;
		margin: 20px;
	}
}
@media (min-width:992px) {
	.contact-name{
		font-size: 30px;
	}
	.sc-cnt{
		font-size: 16px;
	}
	.sc-cnt{
		font-size: 18px;
	}
	
}
@media (min-width:1200px) {
	.contact-name{
		font-size: 36px;
	}
	.sc-cnt{
		font-size: 18px;
	}
	
}

/*** grid css ***/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	max-width: 100%;
	width: 100%;
	background: #333;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em; 
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption &gt; a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: normal;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.effect-chico:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption {
	padding: 5px;
}
figure.effect-chico h2 {
	padding-top: 25%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size: 12px;
	opacity: 0;
}
figure.effect-chico p {
	padding: 10px 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	font-size: 12px;
}
figure.effect-chico figcaption::before,
figure.effect-chico figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-chico figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico:hover h2,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* end */

/* æ»šåˆ°é¡¶ */
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #2a9bd5;
	z-index: 1005;
	display: none;
	border-radius:5px;
}
.scrollToTop i {
	line-height: 40px;
	font-size: 16px;
}
.scrollToTop:hover{
	opacity:0.7;
}
/* end */

/* footer */
.foot-bgcolor{
	background-color: #3575bd;
	padding-top: 30px;
	padding-bottom: 30px;
}
.foot-item{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.foot-title{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	background-image: url(../images/yh_08.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.foot-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.foot-list li{
	font-size: 12px;
	line-height: 1.2;
	margin-top: 15px;
}
.foot-list li a{
	color: #fff;
}
.foot-list li a:hover{
	color: #fff;
}

.copyright{
	font-size: 12px;
	color: #878787;
	line-height: 2;
	padding: 10px 0;
}
@media (min-width:767px) {
	.foot-item{
		margin-top: 0px;
	}
	.foot-title{
		font-size: 18px;
	}
	.foot-list li{
		font-size: 14px;
	}
	.copyright{
		font-size: 18px;
	}
}
@media (min-width:992px) {
	.foot-title{
		font-size: 20px;
	}
	.foot-list li{
		font-size: 16px;
	}
}
@media (min-width:1200px) {
	.foot-title{
		font-size: 24px;
	}
	.foot-list li{
		font-size: 18px;
	}
}

/* end */

/* inner banner */
.inner-banner{
	width: 100%;
}
.inner-banner img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.section-inner{
	background-color: #FFFFFF;
}
/* end */

/* ä¾§è¾¹å¯¼èˆª */
.min-nav{
	position: relative;
	background-color: #2a9bd5;
}
.mobile-head{
	color: #fff;
	font-size: 16px;
	float: left;
	text-transform: uppercase;
	padding-top: 13px;
	padding-left: 15px;
	word-spacing: 3px;
}
.min-tabs{
	background-color: #FFFFFF;
	padding: 0;
	position: relative;
	margin-top: 0px;
}
.min-tabs ul li{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	height: auto !important;
}
.min-tabs ul li a{
	display: block;
	background-color: #F5F5F5;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	color: #000;
	text-transform: uppercase;
	position: relative;
}
.min-tabs ul li a:hover{
	color: #2a9bd5;
}
.min-tabs ul li a i{
	padding-right: 10px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.min-tabs ul li a:hover i{
	padding-right: 15px;
}
.min-tabs ul li.active a{
	color: #2a9bd5;
}
.min-tabs &gt; ul &gt; li.dropdown &gt; a::after{
	content: "\f196";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 9px;
	top: 13px;
}
.min-tabs &gt; ul &gt; li.dropdown.open &gt; a::after{
	content: "\f147";
}
.min-tabs .dropdown-menu{
	width: 100% !important;
	position: relative;
}
.min-tabs ul li a:focus{
	/*background-color: #323638;*/
}
.min-tabs &gt; ul &gt; li.dropdown.open &gt; a{
	/*background-color: #323638;*/
}
.min-tabs &gt; ul &gt; li &gt;ul &gt; li{
	border-top: none;
	border-bottom: none;
}
.min-tabs &gt; ul &gt; li &gt; ul &gt; li a{
	/*background-color: #d4d3d3;*/
	color: #333;
	text-transform: none;
}
.min-tabs &gt; ul &gt; li &gt; ul &gt; li a:hover{
	background-color: #fafafa;
	color: #CC0000;
}
.min-nav .icon-bar{
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
/* end */

/* å³è¾¹ä¸»ä½“ */
.main-top{
	padding-top: 10px;
	padding-left: 0;
	margin-top: 10px;
}
.main-top span{
	display: inline-block;
	float: left;
	color: #2a9bd5;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.main-content{
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 10px;
	/*box-shadow: 0 0 2px rgba(0,0,0,0.2);*/
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}
.content-body{
	color: #444444;
	font-size: 14px;
	line-height: 2;
}
.content-body img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.contact-form{
	margin-top: 25px;
}
.contact-form .btn-primary{
	font-size: 14px;
	background-color: #2a9bd5;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}
/*æ–°é—»åˆ—è¡¨*/
.news-list{
	background-color: #FFFFFF;
	margin-top: -15px;
}
.news-list ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #DDDDDD;
	padding: 15px 0;
}
.news-list ul li a{
	display: block;
}
.news-list dl{
	overflow:hidden;
}
.news-list dl dd{
	line-height:35px;
	border-bottom:1px dashed #ddd;
	background:url(../images/ico.png) left center no-repeat;
	padding-left:10px;
}
.news-list dl dd span{
	float:right;
	color:#999;
}
.news-title{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.new-brief{
	color: #888888;
	font-size: 14px;
}
.news-pic{
	width: 100%;
}
.news-pic img{
	display: block;
	max-width: 100%;
}
/* end */

/* æ–°é—»æ­£æ–‡ */
.rel-title{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.rel-date{
	text-align: center;
	color: #adadad;
	border-top: 1px dashed #ADADAD;
	padding: 10px 0;
	margin-bottom: 15px;
}
/* end */

/*---------------*/
/**** product ****/
/*---------------*/
.pro-item{
	margin-bottom: 30px;
}
.pro-item a{
	display: block;
	border: 1px solid #D9D9D9;
}
.pro-item a:hover{
	border-color: #2a9bd5;
}
.pro-item a:hover .pro-title,
.pro-item a:hover .pro-title i{
	border-color: #2a9bd5;
}
.pro-pic{
	
}
.pro-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.pro-title{
	font-size: 14px;
	line-height: 40px;
	margin-top: 10px;
	border-top: 1px solid #D9D9D9;
	padding-left: 15px;
	padding-right: 60px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-title i{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	float: right;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #D9D9D9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-info{
	font-size: 12px;
	color: #888888;
	margin-bottom: 20px;
	margin-top: 10px;
}
.pro-in-title{
	color: #2a9bd5;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 15px;
}
.pro-in-info{
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
	color: #666666;
}

/** tabs codes 
 * ==================================
 * **/
.tabs-wrap{
	margin-top: 20px;
}
.tabs-wrap .accordion-handle.active{
	background-color: #2a9bd5;
}
.tabs-wrap .tabs-container{
	margin-top: 5;
}
.tabs-wrap .tab-content{
	color: #666666;
	line-height: 2;
	font-size: 14px;
}
.tabs-wrap .tab-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.tabs-wrap .tabs-list li a i{
	padding-left: 10px;
	color: #f26522;
}
/** tabs codes end
 * ==================================
 * **/

.quo-head{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.fm-wap label{
	font-size: 14px;
	color: #888;
}
.fm-wap .btn-primary{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	background-color: #2a9bd5;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 300ms;
	   -moz-transition: all ease-in-out 300ms;
		-ms-transition: all ease-in-out 300ms;
			transition: all ease-in-out 300ms;
}
.fm-wap .btn-primary:hover{
	background-color: #e90202;	
}
.shijian{
	margin-top: 6px;
	color: #ADADAD;
}

@media (min-width: 768px) {
	.quo-head{
		font-size: 30px;
	}
	
	/** slide-bar for min-nav **/
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.min-tabs.collapse{
		display: block !important;
	}
	/** slide-bar for min-nav end **/
	
	/* tabs code */
	.tabs-wrap .tabs-list li{
		margin-right: 2px;
		padding: 0;
		list-style: none;
		margin-left: 0;
		float: left;
	}
	.tabs-wrap .tabs-list li a:hover{
		background-color: #2a9bd5;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #2a9bd5;
	}
	.tabs-wrap .tabs-list li a:hover i{
		color: #FFFFFF;
	}
	/* tabs code end */
	
	/* ä¾§è¾¹å¯¼èˆª */
	.min-tabs.collapse{
		display: block !important;
		height: auto !important;
	}
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main-top{
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
	/* end */
	
	/* news list */
	.news-title{
		margin-top: 0px;
		font-size: 16px;
	}
	/* end */
	
	.pro-in-title{
		margin-top: 0px;
	}
}
@media (min-width: 992px) {
	/* index support */
	.spt-row.row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.spt-row .col-md-4{
		padding-left: 20px;
		padding-right: 20px;
	}
	/* end */
	
	/* index contact */
	.index-cnt{
		font-size: 18px;
	}
	/* end */
	
	/* è·¯å¾„å¯¼èˆª */
	.innerpath.breadcrumb{
		float: right;
		margin-bottom: 0px;
		background-color: transparent;
		padding: 0;
		margin-right: 15px;
	}
	.innerpath.breadcrumb li{
		font-size: 14px;
	}
	/* end */

}
@media (min-width: 1200px) {
	/* index support */
	.spt-row.row{
		margin-left: -40px;
		margin-right: -40px;
	}
	.spt-row .col-md-4{
		padding-left: 40px;
		padding-right: 40px;
	}
	/* end */
	
}



/** åˆ†é¡µ **/
.ft-nav .pagination{
	margin-bottom: 20px;
}
.pagination &gt; a, .pagination &gt; span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination .current{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}</pre></body></html>