﻿@charset "utf-8";
/* CSS Document */

body, td, th {
	font-size: 16px;
}
body {
	margin:0;
	background-repeat: no-repeat, repeat;
	background-size: auto, contain;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../images/day_cloud.png), linear-gradient(180deg, #0260ac, #3992e0 32%, #9ce0fe 60%, #eff9fd 70%);
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #006CFF;
}
a:active {
	text-decoration: none;
	color: #006CFF;
}

img {
	border: none;
}
.headerDiv {
	margin-bottom:0px;
/*	border-bottom: 1px solid #D4D4D4;*/
	background-color: #F3F3F3;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.20);
	z-index: 999;
	position: relative;
	padding: 0;
}
.mainContainer {
	height: auto;
	width: 1000px;
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E4E4E4;
	-webkit-box-shadow: 0px -3px 3px rgba(0,0,0,0.10);
	box-shadow: 0px -3px 3px rgba(0,0,0,0.10);
	margin-bottom: 50px;
	padding-bottom: 30px;
	background-color: white;
	z-index: 999;
	position: relative;
}
.btn_nav{
	padding: 20px 20px 20px 50px;
}
.btn_nav>a{
	margin: 0px 0px 25px 0px!important;
}
.h1secondtitle {
	border-bottom: 1px solid #DDDDDD;
	line-height: 40px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 24px;
}
.mainContainer h2 {
	margin-right: 30px;
	margin-left: 30px;
}
.mainContainer h3 {
/*	margin-left: 30px;*/
	margin-left: 0px;
}

.h1title {
	border-bottom: 2px solid #007FE8;
	margin-top: 0px;
/*	line-height: 100px;*/
	text-indent: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content1 {
	float: left;
	height: auto;
	width: 300px;
	margin-right: 50px;
	margin-left: 50px;
	-webkit-box-shadow: 0px -5px 5px rgba(0,0,0,0.10);
	box-shadow: 0px -5px 5px rgba(0,0,0,0.10);
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
}
.banner {
	padding:0;margin-bottom:10px;height:200px;overflow:hidden;box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.secondTitle {
	background-color: rgba(255,255,255,0.7);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	width: 500px;
	color: #000000;
	font-weight: bold;
	line-height: 100px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	text-shadow: 1px 1px #FFFFFF;
	display: none;
}
.TitleDiv {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height: 60px;
	padding-top: 80px;
}
.footerDiv {
	height: 100px;
	width: auto;
	border-top: 2px solid #007FE8;
	text-align: center;
	font-size: 14px;
	padding-top: 30px;
	line-height: 20px;
	background-color: #E8E8E8;
}
.mainContainer a {
	color: #005A8C!important;
}
.mainContainer a:hover {
	color: #009BBB!important;
}
ul {
	list-style: none;
}
ul.level1{
	padding-right: 50px;
}
li {
	line-height: 35px;
	border-bottom: 1px dashed #D3D3D3;
}
ul>li>ul>li {
	line-height: 30px;
	border-bottom: 1px dashed #D3D3D3;
	margin-right: 50px;
}
.sidebar li{
	width:100%;
	font-size: 13px;
	line-height: 18px;
	margin-left: 0px!important;
	padding:2px 0px;
}
.sidebar li>a{
	padding-left:25px;
	text-indent: -18px;
	padding-right:0px;
}
ul>li>h3{
	display: inline-block;
}
ul.level1>li:before{font-size: 1.5em;}
ul.level1 li{counter-increment: a 1;}
ul.level1 li:before{content: counter(a)". ";}
ul.level1 ul li{counter-increment: b 1;}
ul.level1 ul li:before{content: counter(a)"."counter(b)" ";}
ul.level1 ul ul li{counter-increment: c 1;}
ul.level1 ul ul li:before{content: counter(a)"."counter(b)"."counter(c)" ";}
ul.level1 ul ul ul li{counter-increment: d 1;}
ul.level1 ul ul ul li:before{content: counter(a)"."counter(b)"."counter(c)"."counter(d)" ";}

ul.sidebar>li{counter-increment: e 1;}
ul.sidebar>li>a:before{content: counter(e)". ";}
ul.sidebar>li:last-child>a:before{content: "";}

a[type="button"]{
	padding-left: 30px;
	padding-right: 30px;
	font-size:20px;
	color:#FFFFFF!important;
    margin: 10px;
}
a[type="button"]:hover{
	color:white!important;
}
.rightSideMenu{
	position:fixed;
	width:160px;
	top:240px;
	margin-left:1100px;
	border:1px solid #BBB;
	box-shadow:2px 2px 5px rgba(0,0,0,0.1);
	background-color: white;
	z-index: 99999;
}

@media screen and (max-width: 1330px) {
	.rightSideMenu{display: none;}
}