@charset "utf-8";
/* CSS Document */
/* CSS Document */
html{
	overflow-y:auto;
	overflow-y:scroll;
}
td {
	font-size: 12px;
}
form{
	padding:0px;
	margin:0;
}
ul,li{
	list-style-type : none;
	margin:0px;
	padding:0px;
	border:0px;
}
dt,dl,dd{	list-style-type: none;	margin: 0px; padding: 0px; background:none; }
hr{
	border-top:1px solid #86BCD4;
	margin:0px;
}
input{
	font-family: "宋体","黑体","幼圆";
	font-size:12px;
	vertical-align: middle;
}
select{
	font-family: "宋体","黑体","幼圆";
	font-size:12px;
}
textarea{
	font-family: "宋体","黑体","幼圆";
	font-size:12px;
}
img{
	border:0;
}
a,img{
	border:0;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color:#006ebb;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body {
	margin:0;
	font-family: "宋体","黑体","幼圆";
	font-size: 12px;
}
/* 清除浮动 */
.clear{font-size: 0;clear:both;float: none;}
html{-webkit-text-size-adjust:none;-ms-text-size-adjust:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
input,button,textarea,select,option,optiongroup{font-family:inherit;font-weight:inherit;}
code,pre,var{font-family:Consolas,"Courier New",monospace;}
*:focus{outline:0 none;}
/******** Frame Begin ********/
.headerdiv{
	float:left;
	width:100%;
	padding:0px;
	margin:0 auto;
	height:30px;
	background-color:#333;
	color:#FFF;
}
.header_c{
	position:relative;
	margin:0 auto;
	width:1000px;
}
.header_c_left{
	float:left;
	line-height:30px;
	width:400px;
	padding-left:10px;
}
.header_c_right{
	float:left;
	line-height:30px;
	width:580px;
	text-align:right;
	padding-right:10px;
}
.topdiv{
	position:relative;
	margin:0 auto;
	width:1000px;
	height:84px;
}
.logdiv{
	float:left;
	width:400px;
	height:74px;
	padding-top:20px;
	padding-bottom:20px;
}
.pinpaidiv{
	float:left;
	width:600px;
	height:74px;
	background-image:url(../images/pinpai.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-top:20px;
	padding-bottom:20px;
}
.menu_line{
	float:left;
	width:100%;
	padding:0px;
	margin:0 auto;
	height:40px;
	background-color:#006ebb;
	color:#fff;
	border-bottom:1px solid #FFF;
}
.container {
	position:relative;
	width:1040px;
    margin: 0px auto;
}

/* general styles */
.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu ul {
    display: hidden;
}
.menu {
    height: 40px;
}
.menu li {
	background-color:#006ebb;
    min-width: 130px;
}
.menu > li {
    display: block;
    float: left;
    position: relative;
	text-align:center;
}
.menu > li:first-child {
    border-radius: 5px 0 0;
}
.menu a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}

/* onhover styles */
.menu li:hover {
    background-color: #fff;
}
.menu li:hover > a {
    border-left: 2px solid #C4302B;
    color: #006ebb;
}

/* submenu styles */
.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu a{
    font-size: 14px;
	line-height:30px;
}
.submenu li {
    opacity: 0.8;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.menu .submenu li:hover a {
    border-left: 2px solid #C4302B;
    font-size: 14px;
    border-radius: 0;
    color: #006ebb;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 0.8;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
/* flexslider */
.flexslider{
	z-inxex:5;
	maring:0 auto;
	position:relative;
	height:450px;
	overflow:hidden;
	background:url(../images/loading.gif) 50% no-repeat;
}
.slides{
	position:relative;
	z-index:5;
}
.slides li{
	height:450px;
}
.slides li a{
	float:left;
	maring:0 auto;
	position:relative;
	width:100%;
	height:450px;
}
.flex-control-nav{
	position:absolute;
	bottom:35px;
	z-index:5;
	width:100%;
	text-align:center;
}
.flex-control-nav li{
	display:inline-block;
	width:14px;
	height:14px;
	margin:0 5px;
	*display:inline;zoom:1;
}
.flex-control-nav a{
	display:inline-block;
	width:14px;
	height:14px;
	line-height:40px;
	overflow:hidden;
	background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;
}
.flex-control-nav .flex-active{
	background-position:0 0;
}
.flex-direction-nav{
	position:absolute;
	z-index:5;
	width:100%;
	top:200px;
}
.flex-direction-nav li a{
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
}
.flex-direction-nav li a.flex-prev{
	z-index:4;
	left:50px;
	background:url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next{
	z-index:100;
	right:50px;
	background:url(../images/next.png) center center no-repeat;
}


/**** index_center  *****/
.page_center{
	float:left;
	width:100%;
	height:auto;
	background:url(../images/center_bg.png);
}
.page_centerd{
	margin:0px auto;
	width:1000px;
}
.page_center_c{
	float:left;
	width:960px;
	height:auto;
	padding:20px;
	text-align:left;
	min-height:300px;
	background-color:#fff;
	font-size:14px;
	line-height:180%;
}
.page_center_c h2{
	float:left;
	width:100%;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	color:#006ebb;
}
.index_prodclass{
	float:left;
	width:280px;
	border:1px solid #f1f1f1;
	padding:9px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	height:auto;
	cursor:pointer;
}
.index_prodclass p{
	width:100%;
	line-height:30px;
	background-color:#006ebb;
}
.index_prodclass p a{
	color:#fff;
}
.index_prodclass p a:hover{
	color:#fff;
}
.index_prodclass:hover{
	border:1px solid #006ebb;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	-webkit-transition:0.8s;
	transition:0.8s;
}
.index_prodclass:hover img{
	-moz-transition:0.8s;
	-o-transition:0.8s;
	-webkit-transition:0.8s;
	transition:0.8s;
}
.index_prodclass img{
	width:280px;
	height:220px;
}

/****  capter center *****/
.page_title{
	float:left;
	width:100%;
	height:80px;
	padding-top:50px;
	background:url(../images/top_bg.png);
}
.page_title_c{
	margin:0 auto;
	width:960px;
	padding-left:20px;
	padding-right:20px;
	padding-top:35px;
	padding-bottom:5px;
	line-height:40px;
	font-size:24px;
	font-weight:bold;
	color:#006ebb;
	background-color:#fff;
}
.page_title_c span{
	float:right;
	font-size:14px;
	color:#000;	
}
.prodclassbox{z-index:99; top:235px; position:absolute;width:123px;}
.prodclass_left_t{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
	font-weight:bold;
    border-radius: 0;
    color: #fff;
	width:120px;
	line-height:30px;
	text-align:center;
	background-color:#C4302B;
}
.prodclassbox li{
	float:left;
	width:115px;
	line-height:25px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
	background-color:#fff;
	padding-left:5px;
	cursor:pointer;
}
.prodclassbox li:hover{
	color:#ffffff;
	background-color:#006ebb;
	font-weight:bold;
}
.capter_list{
	float:left;
	width:960px;
	height:auto;
	padding:20px;
	height:auto;
	background-color:#fff;
}
.capter_list li{
	float:left;
	width:950px;
	padding-left:10px;
	line-height:35px;
	border-bottom:1px solid #ccc;
	font-size:14px;
}
.capter_list li span{
	float:right;
	margin-right:10px;
	font-size:12px;
	line-height:35px;
}
.page_turn{
	float:left;
	width:100%;
	line-height:35px;
	text-align:center;
}
/***  feedback *****/
.feedback{
	float:left;
	width:1000px;
	height:auto;
	min-height:600px;
	background-color:#fff;
}
.feedback_left{z-index:99; top:330px; position:absolute;width:230px;}
.feedback_title{
	float:left;
	width:100%;
	line-height:35px;
    border-bottom: 2px solid #006ebb;
    font-size: 14px;
	font-weight:bold;
    border-radius: 0;
    color: #fff;
	line-height:30px;
	text-align:center;
	background-color:#C4302B;
}
.feedback_right{
	 float:left;
	 margin-left:270px;
	 width:710px;
}
#service_showInfoForm{
	margin-top:15px;
	text-align:left;
	Width:710px;
}
#service_showInfoTitle{
	font-weight:bold;
}
#service_showInfoMemo{
	clear:both;
	margin-top:15px;
	padding:3px 15px 3px 15px;
	border:1px dotted #443113;
	line-height:150%;
}
/*** bottom *****/
#ScrollToTop{
	position:fixed;_position:absolute;z-index:4;right:15px;bottom:10px;width:55px;height:63px;display:block;border-width:1px 1px 0 1px;border-style:solid;border-color:#ccc;background:url(../images/back_top.png);cursor:pointer;

	box-shadow:0 0 #fff, 0 1px 3px rgba(34,25,25,0.5);
	-moz-box-shadow:0 0 #fff, 0 1px 3px rgba(34,25,25,0.5);
	-webkit-box-shadow:0 0 #fff, 0 1px 3px rgba(34,25,25,0.5);
	
	-moz-transition:bottom 250ms ease-in-out;
	-webkit-transition: bottom 250ms ease-in-out;
}
#ScrollToTop.Offscreen{
	bottom:-100px;
	-moz-transition-duration:250ms;
	-webkit-transition-duration:250ms;
}
.page_tail{
	float:left;
	width:100%;
	background-color:#006ebb;
	border-top:5px solid #333;
	height:auto;

}
.tail_c{
	margin:0 auto;
	width:960px;
	padding:20px;
	height:auto;
	text-align:left;
}
.tail_c_left{
	float:left;
	width:400px;
	height:auto;
}
.tail_c_right{
	float:left;
	width:560px;
	height:auto;
	color:#ffffff;
	font-size:14px;
}
.tail_c_right a{
	color:#ffffff;
}
	