.container-grid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-rows: 356px 53px minmax(1094px,1fr) 197px;
    -ms-grid-columns: 1fr 1200px 1fr;
    -ms-grid-rows: 356px 53px minmax(1094px,1fr) 197px;
    background: url(../images/content-bg.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-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}

.logo{
    margin-top: 33px;
}

.web-title{
    text-align: center;
    margin-top: 63px;
}

.main-grid{
    grid-area: 3/2/4/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
}

.main-wrap{
    margin-top: 36px;
    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: 351px;
}

.topmenu-wrap{
    width: 351px;
	height: 68px;
    background-color: #00b0ec;
    -webkit-box-shadow: 3px 3px 8px 0px 
		rgba(28, 101, 174, 0.28);
            box-shadow: 3px 3px 8px 0px 
		rgba(28, 101, 174, 0.28);
	border-radius: 8px 8px 0px 0px;
}

.topmenu{
    margin-left: 32px;
    font-size: 22px;
	font-weight: bold;
	line-height: 68px;
	color: #ffffff;
}

.slide-one>li{
  
    width: 351px;
}

.slide-one>li:first-child{
  
}

.slide-one>li>a{
    display: block;
    position: relative;
    line-height: 51px;
    background-color: #1c65ae;
    padding-left: 31px;
    font-size: 16px;
	font-weight: bold;
	color: #f8faff;
    -webkit-box-shadow: 3px 3px 8px 0px 
		rgba(28, 101, 174, 0.28);
            box-shadow: 3px 3px 8px 0px 
		rgba(28, 101, 174, 0.28);
}

.slide-one>li.slide-hover>a::after{
    position: absolute;
    content: "";
    width: 15px;
	height: 9px;
    background: url(../images/d-j.png) no-repeat;
    -o-background-size: cover;
       background-size: cover;
    top: 21px;
    right: 21px;
}

.slide-one>li:hover>a::after{
    position: absolute;
    content: "";
    width: 15px;
	height: 9px;
    background: url(../images/d-j.png) no-repeat;
    -o-background-size: cover;
       background-size: cover;
    top: 21px;
    right: 21px;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.slide-two{
    display: none;
    background-color: #f8faff;
    -webkit-box-shadow: 3px 3px 8px 0px 
		rgba(10, 87, 204, 0.28);
            box-shadow: 3px 3px 8px 0px 
		rgba(10, 87, 204, 0.28);
}

.slide-two>li:first-child{
    margin-top: 5px;
}

.slide-two>li:last-child{
    margin-bottom: 5px;
}

.slide-two>li>a{
    display: block;
    font-size: 12px;
	font-weight: bold;
	line-height: 42px;
	color: #1c65ae;
    padding-left: 30px;
    position: relative;
}

.slide-two>li.slide-hover>a{
    background-color: #b5e1fa;
}

.slide-two>li.slide-hover>a::before{
    position: absolute;
    content: "";
    width: 5px;
	height: 42px;
    background-color: #1c65ae;
    top: 0;
    left: 0;
}

.slide-two>li.slide-hover>a::after{
    position: absolute;
    content: "";
    width: 9px;
	height: 15px;
    background: url(../images/r-j.png) no-repeat;
    -o-background-size: cover;
       background-size: cover;
    top: 14px;
    right: 27px;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.slide-two>li:hover>a{
    background-color: #b5e1fa;
}

.slide-two>li:hover>a::before{
    position: absolute;
    content: "";
    width: 5px;
	height: 42px;
    background-color: #1c65ae;
    top: 0;
    left: 0;
}

.slide-two>li:hover>a::after{
    position: absolute;
    content: "";
    width: 9px;
	height: 15px;
    background: url(../images/r-j.png) no-repeat;
    -o-background-size: cover;
       background-size: cover;
    top: 14px;
    right: 27px;
}

.slide-three{
    display: none;
    background-color: rgba(181, 225, 250, 0.3);
}

.slide-three>li{
    margin-top: 23px;
}

.slide-three>li:first-child{
    margin-top: 20px;
}

.slide-three>li:last-child{
    margin-bottom: 22px;
}

.slide-three>li>a{
    display: block;
    padding-left: 30px;
    font-size: 12px;
	line-height: 23px;
	color: #333333;
}

.slide-three>li.slide-hover>a{
    color: #1c65ae;
}

.slide-three>li:hover>a{
    color: #1c65ae;
}

.main-right{
    width: 913px;
	min-height: 1058px;
	background-color: rgba(255, 255, 255, 0.71);
	-webkit-box-shadow: 3px 3px 8px 0px 
		rgba(10, 87, 204, 0.28);
	        box-shadow: 3px 3px 8px 0px 
		rgba(10, 87, 204, 0.28);
	border-radius: 8px;
}

.right-title{
    margin-top: 28px;
    margin-left: 27px;
    font-size: 24px;
	font-weight: bold;
	color: #1c65ae;
}

.content{
    padding: 28px !important;
}

.footer{
    grid-area: 4/2/5/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
}

.footer p{
    text-align: center;
    margin-top: 128px;
    font-size: 20px;
	letter-spacing: 1px;
	color: #000000;
}