﻿/* ----------主体---------- */
h2, h3 {
	display: block;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
p {
	display: block;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
/* Clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.off {
	text-shadow: none;
}
/* slider banner */

/* 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;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.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: 0px;
	background: #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
}
.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: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 50px;
	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;
	background: url(../images/left_arrow_bt.png) no-repeat center center;
	text-indent: -999px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
	background: url(../images/right_arrow_bt.png) no-repeat center center;
	text-indent: 999px;
}
.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 {
	display: inline-block;
}
.flex-direction-nav a.flex-next:before {
}
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	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: 40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	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: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: #e4262d;
	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: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
}
.slidertxt {
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #E3E3E3;
	color: #e4262d;
	text-align: center;
	font-size: 12px;
}
/* slider banner */



#headerbg {
	text-align: center;
	background: #fff;
	height: 60px;
	border-bottom:2px #e60012 solid;
}
#logobar {
	width: 100%;
}
#logo {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
#logo img {
	width: auto;
	height: 50px;
}
#menu {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	width: 50px;
	height: 40px;
	position: relative
}
#menuclickicon {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99
}
.searchicon {
	float: right;
	height: 48px;
	padding-top: 12px;
	cursor: pointer
}
.searchbox {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	width: 100%;
	padding-top: 15px;
	height: 65px;
	background: #fff;
	border-bottom: 2px solid #000;
	display: none
}
#searchbtn {
	position: absolute;
	right: 0px;
	top: 6px;
}
#searchbtn .ui-btn {
	font-size: 12px;
	padding: .5em 1em;
	padding-right: 2.5em;
	color: #fff;
}
.submenu {
	position: absolute;
	top: 0px;
	left: -150px;
	width: 200px;
	display: none
}
.submenu .ui-btn {
	font-size: 12px !important;
}
#panelmenu {
	margin-top: 0px;
	position: relative
}
#panelmenulink {
	padding-top: 15px;
	border-top: 1px solid #fff;
}
#panelmenulink a {
	display: block;
	margin: 15px;
	margin-left: -5px;
	width: 100%;
	text-align: left;
	color: #494949;
	text-decoration: none;
	text-shadow: none;
	padding-bottom: 5px;
	background: url(../images/arrow_right.png) left top no-repeat;
	text-indent: 35px;
	border-bottom: 1px solid #fff;
}
.panelbg {
	background: #CCC; /* Old browsers */
}
#contentinnnerbg {
	background: #fff;
	position: relative;
}
#contentinnnerbg .ui-btn {
	font-size: 14px;
}
#my-content {
	background: #fff;
}
#homewelcome {
	position: absolute;
	bottom: 0px;
	z-index: 99;
	text-align: left;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(134,163,34,1) 99%, rgba(135,164,33,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,87,153,0)), color-stop(99%, rgba(134,163,34,1)), color-stop(100%, rgba(135,164,33,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(134,163,34,1) 99%, rgba(135,164,33,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(134,163,34,1) 99%, rgba(135,164,33,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(134,163,34,1) 99%, rgba(135,164,33,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(30,87,153,0) 0%, rgba(134,163,34,1) 99%, rgba(135,164,33,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#87a421', GradientType=0 ); /* IE6-9 */
}
#homewelcome h2 {
	color: #fff;
	text-shadow: none;
}
#homewelcome p {
	color: #FF9800;
	font-size: 80%;
	padding: 15px;
	padding-bottom: 0px;
	line-height: 20px;
	text-shadow: 0 1px 0 #000;
}
.feedbackpage {
	text-align: center
}
.feedbackpage h3 {
	color: #e4262d;
	text-shadow: none;
	text-align: left
}
.feedbackpage h3 span{color:#e60012;}
#footerbox {
	background: #FFF;
	border-bottom: 5px solid #000;
}
#footercontact {
	padding: 10px;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%, #e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%, #e2e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0 ); /* IE6-9 */
}
#footercontact p {
	text-align: left;
	font-size: 14px;
	color: #494949;
	text-shadow: 0 0px 0 #fff;
	font-weight: normal
}
#onepageview {
	margin-top: 0px;
	padding:10px;
	position: relative;
	margin-bottom:10px;
}
#onepageview p {
	line-height: 24px;
	/*padding-top:10px;*/
	color: #494949;
	font-size: 12px;
	text-shadow: none;
}
#onepageview p span{display:block; color:#e4262d;}
#onepageview h2 {
	color: #e4262d;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	text-shadow: none;
}
#onepageview a {
	color: #494949;
}
#onepageview hr {
	border-color: #ccc;
	border-style: dotted;
}
 @media all and (max-width: 800px) {
#onepageview img {
	width: 100%
}
}
.newslistbox {
	padding: 15px 15px 15px 10px;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(100%, rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
}
.newslistbox h2 {
	font-size: 100%;
	padding: 5px;
}
.newslistbox p {
	font-size: 80%;
	padding: 5px;
}
.resetnewslist h2 {
	font-size: 90%!important;
	color: #000;
}
.resetnewslist p {
	color: #494949;
}
.resetplist h2 {
	font-size: 80%!important;
	color: #656565;
}
.resetplist p {
	color: #bc050c;
}
.resetplist img {
	padding-top: 15px;
	padding-left: 5px;
}
.companyintro {
	padding: 10px;
	text-align: left;
	position: relative
}
.companyintro:hover {
	background: #e0e0e0
}
.companyintro h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.companyintro p {
	color: #494949;
	font-size: 12px;
	line-height: 25px;
}
.getmorebtn {
	position: absolute;
	right: 15px;
	top: 20px;
}
.getmorebtn a {
	font-size: 12px;
	color: #000 !important;
	text-decoration: none;
}
.spareline {
	border-top: 1px solid #ccc;
}
.gettop {
	position: absolute;
	right: 0px;
	bottom: 60px;
	display: none
}
/* ----------------GRID Basic styles------------------------------- */
.list_carousel {
	padding: 10px;
	position: relative;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: center;
	padding: 30px;
	padding-top: 0px;
	display: block;
	float: left;
	margin: 6px;
}
.list_carousel li img {
	width: 100%;
	border: 1px solid #f3f3f3;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.list_carousel_title {
	padding: 10px 0px;
	text-align: left;
	color: #000;
	font-size: 16px;
	font-weight: bold
}
.prev {
	display: block;
	width: 50px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	bottom: 38%;
	z-index: 999;
	left: 20px;
	text-align: center;
	padding-top: 10px;
}
.next {
	display: block;
	width: 50px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	bottom: 38%;
	z-index: 999;
	right: 20px;
	text-align: center;
	padding-top: 10px;
}
/* ----------------GRID Basic styles------------------------------- */
}

.my-grid .about{width:96%; margin:0 auto 40px; display:block;}
.my-grid .about p{width:94%; font:12px/23px "宋体"; text-indent:2em; margin:0 auto 10px;}
.my-grid .about p img{width:100%; margin-left:-2em;}

.news{width:100%; margin:10px auto 20px;}
.updo{ width:100%; position:relative; height:36px; margin-bottom:20px;}
.updown{width:80%; left:10%; position:absolute; text-align:center; overflow:hidden;}
.updown .up{background:#eee; height:36px; line-height:36px; text-align:center; width:40%; float:left;}
.updown .up a{display:block; text-decoration:none; color:#666; font-size:12px;}
.updown .up a:hover{display:block; color:#da251d}
.updown .down{background:#eee; height:36px; line-height:36px; text-align:center; width:40%; float:right;}
.updown .down a{display:block; text-decoration:none; color:#666; font-size:12px;}
.updown .down a:hover{display:block; color:#da251d}


.pro_img {width:96%; margin:0 auto; border:#ccc 1px solid; margin-bottom:20px;}
.pro_img img{width:100%;}


.bor_b h6{padding-bottom:5px; width:100%; margin:0 auto; color:#333; font-size:16px; font-weight:bold; font-family:"微软雅黑"; }
.bor_b p{line-height:25px; width:100%; margin:0 auto; color:#555;}
.bor_b{ padding-bottom:12px; padding-top:15px; border-bottom:#CCC 1px dashed; width:96%; margin:0 auto 20px;}


.network{width:98%; margin:0 auto 20px; margin-bottom:20px;}
.network img{width:100%; margin-left:-2em;}
.network p{width:100%; font:12px/23px "宋体"; text-indent:2em; margin:0 auto 10px;}


.contact{width:98%; margin:0 auto 20px; margin-bottom:20px;}
.contact h1{font:20px/35px "微软雅黑"; color:#333; font-weight:bold;}
.contact p{width:100%; font:12px/26px "宋体";}






.my-grid .custom-grid {
	width: 47%;
	float: left;
	margin:10px 5px;
}
@media all and (min-width: 42em) {
.my-grid .custom-grid {
	width: 49.95%;
	float: left;
	margin: 0px;
}
}
@media all and (min-width: 55em) {
.my-grid .custom-grid {
	width: 33%;
	float: left;
	margin: 0px;
}
}
@media all and (min-width: 75em) {
.my-grid .custom-grid {
	width: 24.9%;
	float: left;
	margin: 0px;
}
}
.pboxwrapper {
	padding: 15px;
	text-align: center
}
.pboxwrapper h2 {
	font-size: 14px;
	color: #494949;
	font-weight: normal
}
.pboxwrapper p {
	min-height: 50px;
	color: #666;
	font-size: 80%;
	text-align: left;
	font-weight: normal
}
.pboxwrapper span {
	text-align: center
}
.plistwrapper {
	padding: 15px;
	text-align: left
}
.plistwrapper h2 {
	font-size: 14px;
	color: #5291BD;
	font-weight: bold
}
.plistwrapper p {
	font-size: 80%;
	color: #666;
	text-align: left;
	font-weight: normal;
}
.plistwrapper span {
	text-align: center
}
.pboxintro img {
	width: 100%;
	position: relative
}
.pboxintro .ui-btn {
	font-size: 12px !important;
}

.page{padding: 10px; margin-bottom:20px; margin:10px auto; text-align:center; width:170px; overflow:hidden;}
.page a{display:block; float:left; padding:10px 20px; background:#e4262d; font-size:12px; margin-right:5px; color:#fff;text-decoration: none;text-shadow:none}
.page a:visited {background-color:#e4262d; color:#fff;}
.page a:active  {background-color:#e4262d; color:#fff;}
.page a:hover{background-color:#267e28; color:#fff;}















