.container-grid{
    display: grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-rows: 89px 50px 274px minmax(599px,1fr) 68px;
    -ms-grid-columns: 1fr 1200px 1fr;
    -ms-grid-rows: 89px 50px 260px minmax(599px,1fr) 68px;
}

.banner-grid{
    grid-area: 1/1/4/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    background: url(../images/banner.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.header-grid{
    grid-area: 1/2/2/3;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}

.header-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.logo{
    margin-left: 10px;
    margin-top: 13px;
}

.header-title{
    margin-top: 33px;
    font-size: 25px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #ffffff;
}

.nav-grid{
    grid-area: 2/1/3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
    background-color: #112eae;
}

.bg-grid{
    grid-area: 4/1/6/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    background: #f7f9ff;
}

.main-grid{
    grid-area: 4/2/5/3;
    -ms-grid-column: 2;
    -ms-grid-row: 4;
}

.main-wrap{
    margin-top: -46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.main-left{
    width: 216px;
	min-height: 645px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 4px 4px 0px 
		rgba(186, 194, 216, 0.3);
	        box-shadow: 0px 4px 4px 0px 
		rgba(186, 194, 216, 0.3);
	border-radius: 10px;
}

.topmenu{
    height: 71px;
    border-bottom: 2px solid #c8d4ee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.title-icon{
    margin-left: 29px;
    margin-right: 23px;
}

.title-icon img{
    width: 28px;
	height: 33px;
}

.title-name{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 19px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #2345dc;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.slide-one{
    margin-top: 20px;
}

.slide-one>li{
    margin: 0 10px;
    margin-bottom: 5px;
}

.slide-one>li:last-child{
    margin-bottom: 0;
}

.slide-one>li>a{
    display: block;
    position: relative;
    font-size: 18px;
	font-weight: bold;
    line-height: 40px;
    padding-left: 33px;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
	letter-spacing: 2px;
	color: #333333;
}

.slide-one>li>a::before{
    position: absolute;
    left: 10px;
    top: 15px;
    content: "";
    width: 10px;
	height: 10px;
	background-color: #f9c708;
    border-radius: 50%;
}

.slide-one>li.slide-hover>a{
    color: #ffffff;
    background-image: -webkit-linear-gradient(117deg, 
		#6092ff 0%, 
		#5289ff 33%, 
		#2a6dff 100%), 
	-webkit-linear-gradient(
		#eaeef7, 
		#eaeef7);
    background-image: -moz-linear-gradient(117deg, 
		#6092ff 0%, 
		#5289ff 33%, 
		#2a6dff 100%), 
	-moz-linear-gradient(
		#eaeef7, 
		#eaeef7);
    background-image: -o-linear-gradient(117deg, 
		#6092ff 0%, 
		#5289ff 33%, 
		#2a6dff 100%), 
	-o-linear-gradient(
		#eaeef7, 
		#eaeef7);
    background-image: linear-gradient(-27deg, 
		#6092ff 0%, 
		#5289ff 33%, 
		#2a6dff 100%), 
	linear-gradient(
		#eaeef7, 
		#eaeef7);
	background-blend-mode: normal, 
		normal;
	border-radius: 4px;
}

.slide-one>li:hover>a{
    color: #ffffff;
    background-image: -webkit-linear-gradient(117deg, 
		#6092ff 0%, 
		#5289ff 33%, 
		#2a6dff 100%), 
	-webkit-linear-gradient(
		#eaeef7, 
		#eaeef7);
    background-image: -moz-linear-gradient(117deg, 
		#6092ff 0%, 
		#5289ff 33%, 
		#2a6dff 100%), 
	-moz-linear-gradient(
		#eaeef7, 
		#eaeef7);
    background-image: -o-linear-gradient(117deg, 
		#6092ff 0%, 
		#5289ff 33%, 
		#2a6dff 100%), 
	-o-linear-gradient(
		#eaeef7, 
		#eaeef7);
    background-image: linear-gradient(-27deg, 
		#6092ff 0%, 
		#5289ff 33%, 
		#2a6dff 100%), 
	linear-gradient(
		#eaeef7, 
		#eaeef7);
	background-blend-mode: normal, 
		normal;
	border-radius: 4px;
}

.main-right{
    width: 954px;
	min-height: 645px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 4px 4px 0px 
		rgba(186, 194, 216, 0.3);
	        box-shadow: 0px 4px 4px 0px 
		rgba(186, 194, 216, 0.3);
	border-radius: 10px;
}

.content{
    padding: 25px !important;
}

.footer{
    grid-area: 5/2/6/3;
    -ms-grid-column: 2;
    -ms-grid-row: 5;
}

.footer p{
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
	letter-spacing: 2px;
	color: #333333;
}