@charset "utf-8";
* {
	margin:0;
	padding:0;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
a {
	text-decoration:none;
}
ul, li {
	list-style:none;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
body {
	background: url("../images/body-bg.png") repeat-x 0px 150px #e5e5e5;
}
.clear {
	clear:both;
}
.wrapar {
    margin: 0 auto;
    width: 960px;
}
.header-search {
	background:#3E3E3E;
	float: left;
    width: 100%;
}
.header-search ul {
	float: left;
    padding: 10px 0 10px 30px;
}
.header-search ul li {
	float: left;
    padding: 0 10px;
}
.header-search ul li a {
	color: #fff;
	font-weight: bold;
}
.header-search ul li a:hover {
	color: #54b61d;
}
.search {
	border-radius: 5px;
    box-shadow: 2px 2px 2px #666;
    float: right;
    margin-right: 40px;
    margin-top: 6px;
}
.search-inp {
	border:none;
    border-radius:5px 0 0 5px;
    float:left;
    padding:3px 5px;
    width:300px;
	background:#fff;
}
.search-sub {
	float: right;
	background:#54b61d;
	padding:4px 5px;
	color:#fff;
	border-radius:0 5px 5px 0;
}
.header-2 {
	background: #ededed; /* Old browsers */
background: -moz-linear-gradient(left,  #ededed 0%, #cecece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ededed), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ededed 0%,#cecece 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ededed 0%,#cecece 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ededed 0%,#cecece 100%); /* IE10+ */
background: linear-gradient(to right,  #ededed 0%,#cecece 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cecece',GradientType=1 ); /* IE6-9 */

}
.header {
	background: #6ccff6; /* Old browsers */
background: -moz-linear-gradient(left,  #6ccff6 0%, #0077c1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6ccff6), color-stop(100%,#0077c1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #6ccff6 0%,#0077c1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #6ccff6 0%,#0077c1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #6ccff6 0%,#0077c1 100%); /* IE10+ */
background: linear-gradient(to right,  #6ccff6 0%,#0077c1 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ccff6', endColorstr='#0077c1',GradientType=1 ); /* IE6-9 */
	border-bottom:2px solid #33A0DA;
	float: left;
    width: 100%;
}
.header-logo {
    float: left;
}
.logo {
    display: inline-block;
    padding: 30px 0 0 30px;
}
.header-nav {
	float: right;
    margin-top: 100px;
}
.header-nav > ul {
	float: right;
    padding-right:10px;
}
.header-nav > ul > li {
	float: left;
    padding-right:20px;
}
.header-nav ul li a {
	color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
}

.header-nav ul li a:hover {
	text-shadow: 1px 1px 1px #d3d3d3;
}

.header-nav ul li:last-child a {
	border-right: none;
}
/*================m1==============*/
ul.h-nav-mg                         { position: relative; z-index: 5; }
ul.h-nav-mg > li					{ position: relative;}
ul.h-nav-mg li a                    { display: block;}
ul.h-nav-mg li:last-child a         { border-right: none; }
ul.h-nav-mg ul li:hover             {  position: relative; }
ul.h-nav-mg ul 						{ position: absolute; top: 40px; visibility: hidden; width: 220px; padding-top:2px;}
ul.h-nav-mg ul 	ul					{ width: 220px;}
ul.h-nav-mg ul li 					{ float: left; width:220px; position: relative; border-bottom:1px solid #1286C9; }
ul.h-nav-mg ul li, 
ul.h-nav-mg ul ul  					{background-color:#1774AD; background-color:rgba(6, 124, 196, 0.8);}
ul.h-nav-mg ul li a					{ border-right: none; width: 200px; display: inline-block;} 
ul.h-nav-mg ul.mm-r					{ right: 20px; }
ul.h-nav-mg ul.mm-r ul				{ right: 100%; top: 0; border-radius:5px 0 0 5px; box-shadow: -8px 6px 11px rgba(0, 0, 0, 0.2); }
ul.h-nav-mg ul.mm-r ul li:first-child  					{ border-radius:5px 0 0 0; }
ul.h-nav-mg ul.mm-r ul li:last-child  					{ border-radius:0 0 0 5px;  border-bottom:none; }
ul.h-nav-mg ul.mm-l 					{ left: 0; }
ul.h-nav-mg ul.mm-l ul				{ left: 100%; top: 0; border-radius:0 5px 5px 0; box-shadow: 8px 6px 11px rgba(0, 0, 0, 0.2);  }
ul.h-nav-mg ul.mm-l ul li:first-child  					{ border-radius:0 5px 0 0; }
ul.h-nav-mg ul.mm-l ul li:last-child  					{ border-radius:0 0 5px 0;  border-bottom:none; }
ul.h-nav-mg a:hover		            {  }
ul.h-nav-mg ul li  					{float:left;}
ul.h-nav-mg ul ul li 				{ float:none; }
ul.h-nav-mg ul ul  					{top:0; position:absolute; padding:0; }
ul.h-nav-mg >li > ul > li:last-child  					{ border-radius:0 0 5px 5px; border-bottom:none; }
ul.h-nav-mg ul ul li:last-child  a 					{ }
ul.h-nav-mg ul li a:hover {border-radius: 5px;}
ul.h-nav-mg ul li a.ybar:hover {border-radius: 0px;}
ul.h-nav-mg ul ul li a{	border:none;}
ul.h-nav-mg ul a {padding: 0 10px;}
/*=================m2=============*/

.banner {
	width:100%;
/*	height:320px;*/
}
.banner img {
	width:100%;
	height:100%;
}

/*=================slider start=============*/
#banner-fade-slider {
	margin:0 auto;
}
.jssorb01 {
	position: absolute;
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
	position: absolute;
	width: 12px;
	height: 12px;
	filter: alpha(opacity=70);
	opacity: .7;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 10px;
}
.jssorb01 div { background-color: #fff; }
.jssorb01 div:hover, .jssorb01 .av:hover { background-color: #0077C1; }
.jssorb01 .av { background-color: #6BCEF5; }
.jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

.jssora05l, .jssora05r {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../images/a15.png) no-repeat;
	overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }
            
/*=================slider end=============*/











.index-module1 {
    float: left;
    width: 100%;
	margin: 40px 0;
}
.index-module1 li {
	padding: 20px;
	background:#3C3C3C;
	color:#fff;
    width: 275px;
	height: 151px;
	margin-right: 7px;
    padding-top: 0;
	float:left;
}
.index-module1 li.first {
}
.index-module1 li.second {
}
.index-module1 li.third {
	margin-right: 0;
}

.index-module1 li a {
    color: #6CCFF6;
}
.index-module1 li h3 {
    color: #999;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    padding: 5px 0;
}
.index-module1 li p.more-link-p {
    margin-top: 20px;
}
.index-module1 li p {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 2px;
    padding-left: 0;
}

.footer {
	float:left;
	width:100%;
	
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.footer-top {
	float:left;
	width:100%;
	/*margin-top: 10px;*/
	margin: 20px 0;
}
.footer-link {
	float:left;
	margin-left: 30px;
}
.footer-link ul{
	float:left;
	margin-right: 10px;
	width: 225px;
}
.footer-link ul li  a {
	color:#505050;
	line-height: 21px;
	font-size: 11px;
}
.footer-link ul li a:hover {
    color:#2E9DD7;
}
.footer-social-f {
	float: left;
    /*margin-right: 30px;*/
	color:#505050;
	width: 200px;
}
.footer-social p {
	margin-bottom:10px;
}
.footer-ot-l {
    margin-top:10px;
}
.footer-ot-l a {
    color: #505050;
}
.footer-ot-l ul li a {
    color:#505050;
	line-height: 21px;
	font-size: 11px;
}
.footer-ot-l ul li a:hover {
    color:#2E9DD7;
}
.footer-bottom {
    border-top: 1px solid #e5e5e5;
    width: 100%;
	float:left;
	text-align:center;
	padding:10px 0;
	margin-top:5px;
	color:#999;
}
.footer-bottom span {
	float:right;
	padding-right:30px;
}
/*-----------------sample page start -----------------------*/

.content-area {
    padding: 20px;
	background-color:#fff;
	min-height:400px;
	box-shadow: 0 0 5px #c5c5c5;
}
.content-area h2 {
	color:#6ccff6;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
	margin-bottom: 10px;
}
.content-area p {
	text-align:justify;
	color: #3C3C3C;
    font-size: 12px;
    line-height: 21px;
	margin-bottom:10px;
}
img.ca-img {
	border-radius: 3px;
    box-shadow: 0 0 3px #999;
    float: right;
    margin: 0 0 0 20px;
}



.content-area p.bp_img {
	margin-top: 20px;
}
.content-area p.bp_img a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.content-area p.bp_img img {
	max-width:200px;
	max-height:60px;
}


.content-area .bp_img_d {
    margin-top: 20px;
}
.content-area .bp_img_d .bp_img_di {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.content-area .bp_img_d img {
	max-width:200px;
	max-height:60px;
}
/*-----------------sample page end -----------------------*/

/*-----------------contact page start -----------------------*/

.contact-area {
	background-color:#fff;
	min-height:400px;
	box-shadow: 0 0 5px #c5c5c5;
	float:left;
	width:100%;
}
.contact-area h2 {
	color:#6ccff6;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
	margin:20px 20px 10px;
}
.contact-left {
	float:left;
	padding:20px 0 20px 20px;
}
.contact-left h4 {
	color:#999;
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
}
.contact-left p {
	text-align:justify;
	color: #3C3C3C;
    font-size: 12px;
    line-height: 21px;
}
.contact-left p a {
	color: #3C3C3C;
}
.contact-right {
	float:right;
	width:400px;
	padding:20px;
}
.contact-form fieldset {
	border:none;
}
.contact-form fieldset div {
	color: #d52b2a;
	font-size:9px;
}
.contact-form label {
	margin-bottom: 5px;
    display: block;
}
.contact-form label span {
	color: #d52b2a;
}
.contact-form input[type="text"] {
	width: 98%;
	padding: 3px 0;
}
.contact-form textarea {
	width: 98%;
	
}
.contact-form input[type="text"], .contact-form textarea {
	border:1px solid #d5d5d5;
	border-radius: 3px;
	text-indent:5px;
	margin-bottom:10px;
}

.contact-form input[type="submit"] {
	background: #6ccff6; /* Old browsers */
	background: -moz-linear-gradient(left,  #6ccff6 0%, #0077c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6ccff6), color-stop(100%,#0077c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #6ccff6 0%,#0077c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #6ccff6 0%,#0077c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #6ccff6 0%,#0077c1 100%); /* IE10+ */
	background: linear-gradient(to right,  #6ccff6 0%,#0077c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ccff6', endColorstr='#0077c1',GradientType=1 ); /* IE6-9 */
	
	
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    padding: 5px 10px;
}
.contact-form input[type="submit"]:hover {
	background: #0077c1;
background: -moz-linear-gradient(top, #0077c1 0%, #6ccff6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0077c1), color-stop(100%,#6ccff6));
background: -webkit-linear-gradient(top, #0077c1 0%,#6ccff6 100%);
background: -o-linear-gradient(top, #0077c1 0%,#6ccff6 100%);
background: -ms-linear-gradient(top, #0077c1 0%,#6ccff6 100%);
background: linear-gradient(to bottom, #0077c1 0%,#6ccff6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077c1', endColorstr='#6ccff6',GradientType=0 );
}

.header-nav {
	-webkit-transition: height 0.2s linear;
	-moz-transition: height 0.2s linear;
	-o-transition: height 0.2s linear;
	transition: height 0.2s linear;
}
.header-nav.header-nav2 {
	-webkit-transition: height 0.2s linear;
	-moz-transition: height 0.2s linear;
	-o-transition: height 0.2s linear;
	transition: height 0.2s linear;
	height:30px;
	overflow:visible;
}
.tog-nav {
	margin: 10px 5px 6px;
    text-decoration:none;
    border-radius: 4px;  
    background-color: #f5f5f5;
	padding:5px 7px;
	float:right;
	display:block;
	display:none;
}
.tog-nav .tog-text {
    color: #0279C2;
    font-weight: bold;
	float:left;
}
.tog-nav .tog-bar {
	float: left;
	margin: 0 0 0 5px;

}
.tog-nav .tog-bar1 {
	border-radius: 1px;
    display: block;
    height: 2px;
    width: 15px;
	background-color: #0279C2;
	margin-top:2px;

}
/*-----------------sample page end -----------------------*/