
/*new site*/

*{
    font-size: 14px;
}

html{
	display: flex;
	background: #ecececb3;

}
body, html{
	min-height: 100%;
	display: flex;
    justify-content: center;
    margin: 0;
}
body{
	margin: 0 auto;
	padding: 0;
	width: 1260px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: sans-serif;
	font-size: 14px;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	justify-content: flex-start;
    margin: 0;
}
a{
	color: #0057AD;
}
a:hover{
	text-decoration: none;
	opacity: 0.9;
}
.header{
	height: 90px;
	width: 1200px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	background-size: cover;
	background: #fff;
}
.header-left{
	display: flex;
	flex-direction: row;
	align-items: center;

}
.array__title{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.array__title h5{
	margin: 0;
	color: #5c5e5f;
}
.banners{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
    padding: 20px 0;
}
.banners p{
	margin: 0;
}
.banners ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
    list-style-type: none;
}
.banners  img{
    max-height: 40px;
    margin: 0 10px;
}


.header__logo img{
	max-width: 70px;
	margin-right: 30px;
}
.title-block{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	padding: 0;
	min-width: 1260px;
	background: #f1f1f1;
    padding-left: 0;
}
.search{
	display: flex;
	flex-direction: row;
}
.search input[type="submit"]{
	background: url("../images/s1.png") center center no-repeat #2a77b1;
	width: 30px;
	height: 24px;
	border: 0;
	background-size: 80%;
}
.search input[type="submit"]:hover{
	opacity: 0.7;
	cursor: pointer;
}
.search input[type="text"]{
	height: 24px;
	padding: 2px 10px;
	width: 210px;
	border: 1px solid #b6b6b6;
	color: #747272;
}
.title{
	font-size: 32px;
	font-weight: bold;
	color: #2a77b1;
	margin: 0;
}
.container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	flex: 1;
	width: 1260px;
    border: 20px solid #30a1db;
    border-right: 0;
    border-left: 0;
	border-bottom: 8px solid #30a1db;

}
.row-silver{
    width: 1260px;
    height: 40px;
    background: silver;
    display: block;
    -webkit-box-shadow: inset -18px -1px 95px -1px rgba(255,255,255,1);
    -moz-box-shadow: inset -18px -1px 95px -1px rgba(255,255,255,1);
    box-shadow: inset -18px -1px 95px -1px rgba(255,255,255,1);
}


.left-menu{
	padding: 0;
	list-style-type: none;
	color: #fff;
	background: #108399;
	margin: 0;
	padding: 20px 0;
	min-width: 250px;
    position: relative;
    background:  #246494;
    background: url("../images/bg.png") no-repeat;
	background: #246494;
    background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.left-menu li{
	width: 100%;
}
.menu-line-top{
	position: absolute;
	background: #30a1db;
	-moz-transform: skew(124deg, 23deg);
	-webkit-transform: skew(124deg, 23deg);
	-o-transform: skew(124deg, 23deg);
	-ms-transform: skew(124deg, 23deg);
	transform: skew(104deg, 203deg);
	width: 100%;
	top: 0;
	height: 100px;
	z-index: -1;
	border-radius: 100px;
	box-shadow: 2px 2px 10px #444444b3;
}
.social__links{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.social__links img{
	width: 30px;
	margin-left: 10px;
	height: auto;

}

.menu-line-bottom{
	position: absolute;
	background: orange;
	-moz-transform: skew(124deg, 23deg);
	-webkit-transform: skew(124deg, 23deg);
	-o-transform: skew(124deg, 23deg);
	-ms-transform: skew(124deg, 23deg);
	transform: skew(104deg, 203deg);
	width: 100%;
	bottom: 0;
	height: 100px;
	z-index: -1;
	border-radius: 100px;
	border: 1px solid #fff;
	background: #ff8923;
	background: -moz-linear-gradient(45deg, #ff8923 0%, #e86b00 41%, #e86b00 66%);
	background: -webkit-linear-gradient(45deg, #ff8923 0%,#e86b00 41%,#e86b00 66%);
	background: linear-gradient(45deg, #ff8923 0%,#e86b00 41%,#e86b00 66%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8923', endColorstr='#e86b00',GradientType=1 );
}
.bread-crumb a{
	color: #c9870f;
}



.left-menu a{
	color: #fff;
	text-decoration: none;
	padding: 15px 30px;
	display: block;
    z-index: 999;
    font-weight: bold;
}
.left-menu a:hover{
	background: #2a77b1;
}
.content{

	width: 100%;
	padding: 30px;
	background: #fff;

}
.footer{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	color: #006c81;
	background: #E0E0E0;
	flex: 0;
    padding: 10px 30px;
    width: 1200px;
}