﻿@charset "utf-8";
/* CSS Document */
html, body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	background: #ffffff;
	text-align: center;
	-webkit-text-size-adjust: none;
}
a {
	color: #666666;
	text-decoration: none;
	outline: 0px none;
 star:expression(this.onFocus=this.blur());
}
a:hover, a:active {
	color: #bc030c;
}
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
table {
	border-collapse: collapse;
}
ul, li {
	list-style: none;
	border: 0 none;
}
form {
	margin: 0px;
}
img {
	border: 0px none;
	text-align-last: center;
	vertical-align: middle;
 _azimuth:expression(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "theme/default/images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true);
}
#dhtmltooltip {
	z-index: 100;
	visibility: hidden;
	position: absolute;
	text-align: left;
	border: 1px solid #cccccc;
}
#clear, .clear {
	clear: both;
	display: block;
}
#top {
	width: 100%;
	height: 50px;
	margin: 0px auto;
	background: #fff;
	border-bottom: 1px solid #ddd;
	position:fixed;
	z-index:99;
}
#top .logo {
	display: block;
	float: left;
	padding: 15px 0px 0px 10px;
	left: 10px;
}
#top .menu {
	display: block;
	float: right;
	padding:10px;
}
#top .menu img{
	margin-top:5px;
}
#relative {
	position:fixed;
	width: 100%;
	top: 40px;
	right: 0;
	height: 0px;
	z-index: 100;
}
#allmenu {
	float: right;
	background: #d0121b;
	opacity: 0.9;
	width: 25%;
}
#allmenu .arr {
	background: url(../images/menu_arr.jpg) no-repeat;
	background-position: 86% bottom;
	background-color: #fff;
	height: 10px;
}
#allmenu .con {
	padding: 10px 0px;
}
#allmenu a {
	display: block;
	border-bottom: 1px solid #d94149;
	padding: 7px 10px;
	text-align: center;
	color: #fff;
}
#allmenu a:hover {
	background: #333;
}
#allmenu .last {
	border: 0px;
}
#banner{margin: 0 auto;}
#banner .swiper-slide>img{width: 100%;height: auto;}


#pro {
	width: 100%;
	margin: 0px auto;
}
#pro .title {
	position: relative;
	background: url(../images/pro_titlebg.jpg) repeat-x top center;
	padding-left: 20px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin: 0px auto;
	text-align: left;
}
#pro .title .swiper-pagination{ text-align: right; width: 96%; left: 50%; margin-left: -48%; bottom: 15px; }
#pro .title .swiper-pagination .swiper-pagination-bullet{width: 10px; height: 10px; background: transparent; border: 1px solid rgba(255,255,255,1); opacity: .6;}
#pro .title .swiper-pagination .swiper-pagination-bullet-active{ background: #fff; box-shadow: inset 0 2px 3px rgba(0,0,0,.1); opacity: 1;}



#pro .title .nav {
	float: right;
	padding: 13px 10px 0px 0px;
}
#pro .title .nav a {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 10px;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	font-size: 0px;
	opacity: 0.5;
}
#pro .title .nav .activeSlide {
	display: inline-block;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 10px;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	font-size: 0px;
	opacity: 1;
	-moz-box-shadow: 1px 1px 5px #999 inset;
	-webkit-box-shadow: 1px 1px 5px #999 inset;
	box-shadow: 1px 1px 5px #999 inset;
}
#pro .title .nav a:hover {
	background: #fff;
	opacity: 1;
	-moz-box-shadow: 1px 1px 5px #999 inset;
	-webkit-box-shadow: 1px 1px 5px #999 inset;
	box-shadow: 1px 1px 5px #999 inset;
}
#pro .titleArr {
	background: url(../images/pro_titlearr.jpg) no-repeat;
	background-position: 25px 0px;
	height: 12px;
}
#pro .proC {
	width: 96%;
	height: 100%;
	min-height: 130px;
	overflow: hidden;
	margin: 10px auto;
	border-bottom: 1px solid #e3e3e3;
}
#pro .proC .swiper-slide {
	width: 100%;
	height: 100%;
	min-height: 130px;
	padding-bottom:10px;
}
#pro .proC .swiper-slide .img {
	display: block;
	float: left;
	width: 40%;
}
#pro .proC .swiper-slide .img img {
	border: 5px solid #fff;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	margin: 5px;
	width: 100%;
	cursor: pointer;
}
#pro .proC .swiper-slide .list {
	display: block;
	float: right;
	width: 50%;
	text-align: left;
}
#pro .proC .swiper-slide .list strong {
	display: block;
	padding: 3px 0px;
	font-size: 16px;
	color: #d0121b;
}
#pro .proC .swiper-slide .list a {
	display: block;
	background: url(../images/arr.gif) no-repeat;
	background-position: left center;
	padding: 2px 0px 2px 8px;
	text-align: left;
}
#nav {
	width: 92%;
	margin: 0px auto;
}
#nav .img {
	display: block;
	float: left;
	width: 20%;
	margin: 0px 5px;
	text-align: center;
}
#nav .img img {
	border: 1px solid #ddd;
}
#nav .text {
	display: block;
	float: right;
	width: 70%;
	text-align: left;
	color: #999;
}
#nav .text strong {
	color: #d0121b;
	display: block;
}
#nav .service {
	background: url(../images/bt.gif) repeat-x left bottom;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	-moz-box-shadow: 0px 2px 2px #999;
	-webkit-box-shadow: 0px 2px 2px #999;
	box-shadow: 0px 2px 2px #999;
	cursor: pointer;
	margin: 10px auto;
}
#nav .network {
	background: url(../images/bt.gif) repeat-x left bottom;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	-moz-box-shadow: 0px 2px 2px #999;
	-webkit-box-shadow: 0px 2px 2px #999;
	box-shadow: 0px 2px 2px #999;
	cursor: pointer;
	margin: 10px auto;
}
#content {
	width: 100%;
	margin: 0px auto;
	padding-top:50px;
	background: url(../images/content_bg.jpg) repeat-x;
	background-position: top center;
}
#content #title {
	color: #d0121b;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0px 10px 0px;
	position: relative;
}
#content #title a{color: #d0121b;}
#content #title .home {
	position: absolute;
	left: 5%;
	margin-top: 5px;
}
#content #title .back {
	position: absolute;
	right: 5%;
	margin-top: -13px;
}
#about {
	width: 94%;
	margin: 0px auto;
	border: 1px solid #fff;
	border-radius: 5px;
	background: #fff;
	-moz-box-shadow: 0px -2px 5px #999;
	-webkit-box-shadow: 0px -2px 5px #999;
	box-shadow: 0px -2px 5px #999;
	padding-bottom:50px;
}
#about p {
	margin-bottom: 10px;
}
#about .text{
	margin:0px auto;	
	padding: 20px 10px;
	text-align: left;
	line-height: 18px;
	color: #666;
}
#about .tags{
	margin:0px auto;	
	padding: 0px 10px;
	text-align: left;
	line-height: 18px;
	color: #666;
}
#about .tags img {
	width: 100%;
}
#about .tags .tags_title {
	color: #d0121b;
	padding: 5px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

#jobs {
	width: 94%;
	margin: 0px auto;
	border: 1px solid #fff;
	border-radius: 5px;
	background: #fff;
	-moz-box-shadow: 0px -2px 5px #999;
	-webkit-box-shadow: 0px -2px 5px #999;
	box-shadow: 0px -2px 5px #999;
	padding-bottom:50px;
	padding-top:20px;
}
#jobs ul{
	display:block;
	width:94%;
	text-align:left;
	margin:0px auto;
	padding:0px;
	color:#444;
	border-bottom:1px solid #eee;
	cursor:pointer;
}
#jobs ul li{
	padding:0px 0px 10px 0px;
}
#jobs .A{
	color:#fff;
	background:#d0121b;
	border:1px solid #d0121b;
}
#jobs .A li{
	padding:10px;
}
#jobs .job_sm{
	display:none;
	width:90%;
	margin:0px auto;
	text-align:left;
	line-height:20px;
	font-family:"微软雅黑";
	font-size:12px;
	padding:10px 2%;
	color:#555;
	border:1px solid #d0121b;
}


#news {
	width: 94%;
	margin: 0px auto;
	border: 1px solid #fff;
	border-radius: 5px;
	background: #fff;
	-moz-box-shadow: 0px -2px 5px #999;
	-webkit-box-shadow: 0px -2px 5px #999;
	box-shadow: 0px -2px 5px #999;
	padding-bottom:10px;
}
#news .list{
	margin:0px auto;	
	padding: 20px 10px;
	text-align: left;
	line-height: 18px;
	color: #666;
}
#news .list a {
	display: block;
	font-size: 13px;
	padding: 10px 14px 10px 12px;
	background: url(../images/news_arr.gif) no-repeat 2px 15px;
	border-bottom: 1px dotted #ccc;
}
#news .list span {
	display: block;
	color: #aaa;
}
#news .view {
	margin: 10px auto;
	text-align: left;
}
#news .view .title {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
#news .view .time {
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 5px 0px;
	margin:10px;
	font-size: 11px;
	color: #ccc;
}
#news .view .text {
	text-align: left;
	padding: 10px 5px 10px 5px;
	color: #666;
	line-height: 18px;
}
#news .view .text img {
	width: 100%;
}
#news .back {
	text-align: center;
	padding: 15px 0px;
	color: #666;
	margin:0px auto;
}
#news .back a {
	display: block;
	font-size: 12px;
	background:url(../images/bt.gif) repeat-x left bottom;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 10px;
	text-align: center !important;
	color: #666;
	padding: 5px 0px;
}
#news .view .back a:hover {
	background: #f53036;
}





#products {
	width: 94%;
	margin: 0px auto;
	border: 1px solid #fff;
	border-radius: 5px;
	background: #fff;
	-moz-box-shadow: 0px -2px 5px #999;
	-webkit-box-shadow: 0px -2px 5px #999;
	box-shadow: 0px -2px 5px #999;
	padding-bottom:10px;
}
#products .type {
	margin: 0px auto;
	padding:15px 10px 10px 10px;
	text-align: left;
}
#products .type a{
	display:block;
}
#products .type img{
	width:100%;
	height:100%;
}
#products .type .list_s{
	border:1px solid #ddd;
	border-top:0px;
	padding:15px 0px;
	margin-bottom:20px;
}
#products .type .list_s a{
	width:90%;
	display:block;
	text-align:left;
	padding:5px 0px 5px 8px;
	background:url(../images/arr.gif) no-repeat;
	background-position:left center;
	margin:0px auto;
}
#products .list {
	margin: 0px auto;
	padding:10px;
	text-align: left;
}
#products .list a {
	display: block;
	width: 100%;
	height: 80px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}
#products .list .img {
	float: left;
	width: 30%;
	height: 80px;
}
#products .list img {
	border: 1px solid #ddd;
	margin-right: 10px;
	width:82%;
	height:82%;
}
#products .list .text {
	display: block;
	float: left;
	width: 65%;
	height: 80px;
}
#products .list strong {
	display: block;
	font-size: 14px;
	margin: 2px 0px 5px 0px;
	color: #333;
}
#products .list span {
	color: #999;
}
#products .list strong:hover {
	color: #d7160d;
}
#products .list a:hover strong {
	color: #d7160d;
}


#products .view {
	margin: 20px auto;
	padding:10px;
}
#products .view .name {
	background: #ddd;
	border:1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	width: 92%;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	margin: 0px auto;
}
#products .view .img {
	width: 300px;
	height: 360px;
	margin: 20px auto;
}
#products .view .tags {
	display: block;
	margin: 10px auto;
}
#products .view .tags .tags_title {
	display: block;
	text-align: left;
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
#products .view .tags .tags_content {
	text-align: left;
	color: #666;
	line-height: 21px;
	padding:10px 10px 20px 10px;
}
#products .view .tags .tags_content img{
	width:100% !important;
}
#products .view .tags .tags_content table{
	width:96%;
	margin-top:15px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
#products .view .tags .tags_content td{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:5px;
}
#products .back {
	text-align: center;
	padding: 15px 0px;
	color: #666;
	margin:0px auto;
}
#products .back a {
	display: block;
	font-size: 12px;
	background:url(../images/bt.gif) repeat-x left bottom;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 10px;
	text-align: center !important;
	color: #666;
	padding: 5px 0px;
}
#products .view .back a:hover {
	background: #f53036;
}




#service {
	width: 94%;
	margin: 0px auto;
	border: 1px solid #fff;
	border-radius: 5px;
	background: #fff;
	-moz-box-shadow: 0px -2px 5px #999;
	-webkit-box-shadow: 0px -2px 5px #999;
	box-shadow: 0px -2px 5px #999;
	padding-bottom:50px;
}
#service img {
	width: 100%;
}
#service p {
	margin-bottom: 10px;
}
#service .img{
	padding:10px;
}
#service .text{
	margin:0px auto;	
	padding:10px;
	text-align: left;
	line-height: 18px;
	color: #666;
}
#service .text .tags_title {
	color: #d0121b;
	padding: 5px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}







#network {
	width: 94%;
	margin: 0px auto;
	border: 1px solid #fff;
	border-radius: 5px;
	background: #fff;
	-moz-box-shadow: 0px -2px 5px #999;
	-webkit-box-shadow: 0px -2px 5px #999;
	box-shadow: 0px -2px 5px #999;
	padding-bottom:50px;
}
#network img {
	width: 100%;
}
#network p {
	margin-bottom: 10px;
}
#network .text{
	width:90%;
	margin:0px auto;	
	padding: 20px 10px;
	text-align: left;
	line-height: 18px;
	color: #666;
	border-bottom:1px dotted #ddd;
}
#network .tags{
	margin:0px auto;	
	padding:10px;
	text-align: left;
	line-height: 18px;
	color: #666;
}
#network .tags .tags_title {
	color: #d0121b;
	padding: 5px 0px;
	margin-bottom: 15px;
}
#network .tags .tags_title strong{
	display:inline-block;
	background:url(../images/network_arr.gif) no-repeat;
	background-position:center right;
	padding-right:20px;
}
#network .tags .tags_content{
	padding-bottom:20px;
}



#contact {
	width: 94%;
	margin: 0px auto;
	border: 1px solid #fff;
	border-radius: 5px;
	background: #fff;
	-moz-box-shadow: 0px -2px 5px #999;
	-webkit-box-shadow: 0px -2px 5px #999;
	box-shadow: 0px -2px 5px #999;
	padding-bottom:50px;
}
#contact img {
	width: 100%;
}
#contact p {
	margin-bottom: 10px;
}
#contact .texts{
	width:90%;
	margin:0px auto;	
	padding: 20px 10px;
	text-align: left;
	line-height: 18px;
	color: #666;
	border-bottom:1px dotted #ddd;
}

#contact .maps{
	width:90%;
	margin:0px auto;	
	padding: 20px 10px;
	text-align: left;
	line-height: 18px;
	color: #666;
}









#page {
	margin:0px auto;	
	padding: 10px;
	text-align: center;
	color: #999;
}
#aTOP {
	position: fixed;
	z-index: 1000;
	right: 10px;
	bottom: 20px;
	display: block;
	width: 38px;
	height: 38px;
}
#boot {
	width: 100%;
	margin: 20px auto 0px auto;
}
#boot .tel {
	width: 100%;
	background: url(../images/boot_telbg.jpg) repeat-x left bottom;
	margin: 0px auto;
	text-align: right;
	font-size: 16px;
	color: #333;
	height: 37px;
	line-height: 37px;
}
#boot .tel a {
	display: inline-block;
	margin-right: 10px;
}
#boot .telArr {
	background: url(../images/boot_telarr.jpg) no-repeat;
	background-position: 96% 0px;
	width: 100%;
	height: 7px;
	margin: 0px auto;
}
#boot .copy {
	width: 92%;
	text-align: left;
	padding: 10px 0px;
	color: #666;
	margin: 0px auto;
}
#boot .copy a {
	display: block;
	color: #ccc;
	padding-left: 10px;
}
/* Browser Resets
*********************************/
.flex-container a:active, #flexslider a:active, .flex-container a:focus, #flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src: url('../fonts/flexslider-icon.eot');
	src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),  url('../fonts/flexslider-icon.woff') format('woff'),  url('../fonts/flexslider-icon.ttf') format('truetype'),  url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
#flexslider {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
#flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
#flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
#flexslider {
	margin: 0;
	background: #fff;
	position: relative;
	zoom: 1;
	max-height: 500px;
	overflow: hidden;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 400px;
}
#flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
#flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}
#flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}
#flexslider:hover .flex-next:hover, #flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 1000;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: #ccccce;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #ed0000;
}
.flex-control-paging li a.flex-active {
	background: #ed0000;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: 0.7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 300px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
}
