/*@charset "utf-8";
/* CSS Document */
@font-face
	{font-family:"custom-font";
	src: url('../css/fonts/OpenSans-Regular.ttf'); 
	}

body { margin:0px; padding:0px; font-size:13px; color:#666666; font-family:"custom-font"; background:url(../images/bottom.png) center bottom repeat-x;  border-top:#3f68a7 solid 6px;}

.title { font-size:22px; color:#902929; }
.active { color:#ab2929; text-decoration:none;}
.link { color:#3f68a7; font-size:13px; text-decoration:none;}
.link:hover { color:#902929;}
.padding { padding-left:20px;}
.border { border-left: #CCC solid 1px;}
.titel-2 {  font-size:15px; color:#039;}
.padding-right { padding-right:20px;}
li { line-height:25px; }
.all-text { color:#666666;}
.height { width:auto; height:100px;}
.input-box { width:250px; height:30px; float:left; padding-left:10px; margin:5px 0 5px 0;}
.input-mul { height:70px;}
.margin { margin-left:15px;}
.bold { font-weight:bold;}
.main-area { width:1000px; height:auto; margin:auto; }
boder-color { background:#3f68a7; height:6px;}
.caption-area { width:1000px; height:108px; float:left; }
.logo-area { width:215px; height:98px; float:left; padding-top:10px;}
.management { width:350px; height:108px; float:right; font-size:24px; color:#3f68a7; line-height:108px;}
/*------menu------*/
.menu { width:1000px; height:60px; float:left;}
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 60px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: url(../images/menu-bg.png) repeat-x;
  line-height:60px;
/*  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%; 
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);*/
 /* border-bottom: 2px solid #0fa1e0;*/
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
 /* background: url(../images/menu-bg.png) repeat-x;;*/
  /*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%; 
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);*/
  color: #ffffff;
  display: inline-block;
  
  font-size: 14px;
  line-height: 60px;
  padding: 0 40px;
  text-decoration: none;
}
.space-menu { width:64px; height:60px; float:left;}
.separator { width:2px; height:60px; float:left; background:#FFF;}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;

}
/*#cssmenu > ul > li.active > a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%; 
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
}*/
#cssmenu > ul > li:hover > a {
  color:#29166f;
/*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%; 
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;*/
}
#cssmenu .has-sub {
  z-index: 999;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #0fa1e0;
  border-bottom: 1px dotted #6fc7ec;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #6db2d0;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #095c80;
}

/*-------Endmenu---*/
/*-------Banner---*/
.banner { width:970px; height:318px; float:left; border:15px #FFFFFF solid;}

.slider-wrapper { 
	width: 970px; 
	height:318px;
}

/*------end banner----*/
.shadow { width:1000px; height:30px; background:url(../images/shadow-banner.png) no-repeat; float:left;}
.info-area { width:1000px; height:auto; float:left;}
.home-box { width:270px; height:270px; float:left; background:#FFF; box-shadow: 0px 0px 11px #7c7b7b; margin-left:27px; margin-right:0px; padding:15px;}
.text-area	{ text-align:justify; line-height:22px;}
.read-more { width:86px; height:26px; background:url(../images/read-bg.jpg) repeat-x; border:#CCC solid 1px; border-radius: 3px; line-height:24px; text-align:center; margin-left:180px;}


/*----footer-----*/
.footer { width:975px; height:25px; float:left; padding-top:35px; padding-left:25px;}
.footer-left { width:400px; height:25px; float:left; line-height:25px; font-size:12px;}
.footer-right { width:500px; height:25px; float:right;}
.footer-right ul { margin:0px; padding:0px; list-style:none; }
.footer-right ul li {float:left;}
.footer-right ul li a {color:#3f68a7; text-decoration:none; padding:0 10px 0 10px; font-size:12px;}
.footer-right ul li a:hover { color:#902929;}
/*----footer-----*/
/*-------inner---*/
.inner-banner { width: 970px; height:250px; float:left;  border:15px #FFFFFF solid;}
.inner-box { width:970px; height:auto; background:#FFF; float:left; margin-left:15px; box-shadow: 0px 0px 11px #7c7b7b;}
.sub-link {width:215px; height:auto; float:left;}
.sub-link ul {margin:0px; padding:0px; list-style:none;}
.sub-link ul li {height:35px; line-height:35px; padding-left:20px; background:url(../images/arrow.png) no-repeat 5px 13px;} 
.text-area-con	{ width:660px; height:auto; float:left; border-left:1px #CCC dashed;}
.text { width:730px; height:auto; float:left; margin-left:10px; padding-bottom:10px;}
.img-area { width:auto; height:auto; float:left; margin:5px 10px 0 5px;}

.form-area { width:500px; height:auto; float:left;}
.name-area { width:180px; height:auto; float:left; margin-top:10px;}
.name-area input{ background:#3f68a7; color:#fff; border-radius:5px; padding:5px; border:1px solid #284e89; cursor:pointer;}
.box-input { width:200px; height:auto; float:left; margin-top:10px;}
.qmp_sub{}
.qmp_sub input{ background:#3f68a7; color:#fff; border-radius:5px; padding:5px; border:1px solid #284e89; cursor:pointer;} 