.container-grid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-rows: 217px minmax(1075px,1fr);
    -ms-grid-columns: 1fr 1200px 1fr;
    -ms-grid-rows: 217px minmax(1075px,1fr);
    background: url(../images/bg1.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;
}

.logo{
    margin-top: 50px;
}

.title{
    text-align: center;
    margin-top: 25px;
}

.main-grid{
    grid-area: 2/2/3/3;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}

.main-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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 73px;
}

.main-left{
    width: 261px;
}

.topmenu{
    margin-top: 61px;
    font-size: 19px;
	font-weight: bold;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
	color: #fefefe;
}

.left-menu-wrap{
    margin-top: 16px;
}

.left-menu-icon{
    height: 8px;
	background-image: -webkit-gradient(linear, 
		left top, right top, 
		from(#1fb47d), 
		to(#2ccec4)), 
	-webkit-gradient(
		linear, 
		left top, left bottom, 
		from(#ffffff), 
		to(#ffffff));
	background-image: -webkit-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-webkit-linear-gradient(
		#ffffff, 
		#ffffff);
	background-image: -moz-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-moz-linear-gradient(
		#ffffff, 
		#ffffff);
	background-image: -o-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-o-linear-gradient(
		#ffffff, 
		#ffffff);
	background-image: linear-gradient(90deg, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
}

.slide-one{
	min-height: 439px;
	background-color: #ffffff;
}

.slide-one>li{
    margin-bottom: 17px;
}

.slide-one>li:first-child{
    margin-top: 25px;
}

.slide-one>li:last-child{
    margin-bottom: 0;
}

.slide-one>li>a{
    display: block;
}

.slide-one>li>a>p{
	line-height: 25px;
    font-size: 20px;
	font-weight: bold;
    padding-left: 22px;
    padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
}

.slide-one>li.slide-hover>a{
    background-image: -webkit-gradient(linear, 
		left top, right top, 
		from(#1fb47d), 
		to(#2ccec4)), 
	-webkit-gradient(
		linear, 
		left top, left bottom, 
		from(#ffffff), 
		to(#ffffff));
    background-image: -webkit-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-webkit-linear-gradient(
		#ffffff, 
		#ffffff);
    background-image: -moz-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-moz-linear-gradient(
		#ffffff, 
		#ffffff);
    background-image: -o-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-o-linear-gradient(
		#ffffff, 
		#ffffff);
    background-image: linear-gradient(90deg, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
}

.slide-one>li.slide-hover>a>p{
	color: #ffffff;
}

.slide-one>li:hover>a{
    background-image: -webkit-gradient(linear, 
		left top, right top, 
		from(#1fb47d), 
		to(#2ccec4)), 
	-webkit-gradient(
		linear, 
		left top, left bottom, 
		from(#ffffff), 
		to(#ffffff));
    background-image: -webkit-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-webkit-linear-gradient(
		#ffffff, 
		#ffffff);
    background-image: -moz-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-moz-linear-gradient(
		#ffffff, 
		#ffffff);
    background-image: -o-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-o-linear-gradient(
		#ffffff, 
		#ffffff);
    background-image: linear-gradient(90deg, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
}

.slide-one>li:hover>a>p{
	color: #ffffff;
}

.slide-two{
    display: none;
    margin-top: 21px;
}

.slide-two>li{
    margin-bottom: 17px;
}

.slide-two>li>a{
    position: relative;
    display: block;
}

.slide-two>li>a>p{
    font-size: 19px;
	font-weight: bold;
    padding-left: 32px;
    padding-right: 10px;
	color: #10372f;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
}

.slide-two>li.slide-hover>a{
    background-image: -webkit-gradient(linear, 
		left top, right top, 
		from(rgba(31, 180, 125, 0.1)), 
		to(rgba(44, 206, 196, 0.1))), 
	-webkit-gradient(
		linear, 
		left top, left bottom, 
		from(rgba(255, 255, 255, 0.1)), 
		to(rgba(255, 255, 255, 0.1)));
    background-image: -webkit-linear-gradient(left, 
		rgba(31, 180, 125, 0.1) 0%, 
		rgba(44, 206, 196, 0.1) 100%), 
	-webkit-linear-gradient(
		rgba(255, 255, 255, 0.1), 
		rgba(255, 255, 255, 0.1));
    background-image: -moz-linear-gradient(left, 
		rgba(31, 180, 125, 0.1) 0%, 
		rgba(44, 206, 196, 0.1) 100%), 
	-moz-linear-gradient(
		rgba(255, 255, 255, 0.1), 
		rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(left, 
		rgba(31, 180, 125, 0.1) 0%, 
		rgba(44, 206, 196, 0.1) 100%), 
	-o-linear-gradient(
		rgba(255, 255, 255, 0.1), 
		rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(90deg, 
		rgba(31, 180, 125, 0.1) 0%, 
		rgba(44, 206, 196, 0.1) 100%), 
	linear-gradient(
		rgba(255, 255, 255, 0.1), 
		rgba(255, 255, 255, 0.1));
	background-blend-mode: normal, 
		normal;
}

.slide-two>li.slide-hover>a>p{
	color: #29c9b6;
}

.slide-two>li:hover>a{
    background-image: -webkit-gradient(linear, 
		left top, right top, 
		from(rgba(31, 180, 125, 0.1)), 
		to(rgba(44, 206, 196, 0.1))), 
	-webkit-gradient(
		linear, 
		left top, left bottom, 
		from(rgba(255, 255, 255, 0.1)), 
		to(rgba(255, 255, 255, 0.1)));
    background-image: -webkit-linear-gradient(left, 
		rgba(31, 180, 125, 0.1) 0%, 
		rgba(44, 206, 196, 0.1) 100%), 
	-webkit-linear-gradient(
		rgba(255, 255, 255, 0.1), 
		rgba(255, 255, 255, 0.1));
    background-image: -moz-linear-gradient(left, 
		rgba(31, 180, 125, 0.1) 0%, 
		rgba(44, 206, 196, 0.1) 100%), 
	-moz-linear-gradient(
		rgba(255, 255, 255, 0.1), 
		rgba(255, 255, 255, 0.1));
    background-image: -o-linear-gradient(left, 
		rgba(31, 180, 125, 0.1) 0%, 
		rgba(44, 206, 196, 0.1) 100%), 
	-o-linear-gradient(
		rgba(255, 255, 255, 0.1), 
		rgba(255, 255, 255, 0.1));
    background-image: linear-gradient(90deg, 
		rgba(31, 180, 125, 0.1) 0%, 
		rgba(44, 206, 196, 0.1) 100%), 
	linear-gradient(
		rgba(255, 255, 255, 0.1), 
		rgba(255, 255, 255, 0.1));
	background-blend-mode: normal, 
		normal;
    color: #29c9b6;
}

.slide-two>li:hover>a>p{
	color: #29c9b6;
}

.slide-two>li.slide-hover>a::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 8px;
    height: 100%;
	background-image: -webkit-gradient(linear, 
		left top, right top, 
		from(#1fb47d), 
		to(#2ccec4)), 
	-webkit-gradient(
		linear, 
		left top, left bottom, 
		from(#ffffff), 
		to(#ffffff));
	background-image: -webkit-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-webkit-linear-gradient(
		#ffffff, 
		#ffffff);
	background-image: -moz-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-moz-linear-gradient(
		#ffffff, 
		#ffffff);
	background-image: -o-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-o-linear-gradient(
		#ffffff, 
		#ffffff);
	background-image: linear-gradient(90deg, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
}

.slide-two>li:hover>a::before{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 8px;
    height: 100%;
	background-image: -webkit-gradient(linear, 
		left top, right top, 
		from(#1fb47d), 
		to(#2ccec4)), 
	-webkit-gradient(
		linear, 
		left top, left bottom, 
		from(#ffffff), 
		to(#ffffff));
	background-image: -webkit-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-webkit-linear-gradient(
		#ffffff, 
		#ffffff);
	background-image: -moz-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-moz-linear-gradient(
		#ffffff, 
		#ffffff);
	background-image: -o-linear-gradient(left, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	-o-linear-gradient(
		#ffffff, 
		#ffffff);
	background-image: linear-gradient(90deg, 
		#1fb47d 0%, 
		#2ccec4 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
}

.slide-three{
    display: none;
    margin-top: 26px;
}

.slide-three>li{
    margin-bottom: 42px;
}

.slide-three>li:last-child{
    margin-bottom: 0;
}

.slide-three>li>a{
    display: block;
}

.slide-three>li>a>p{
    padding-left: 43px;
    font-size: 18px;
    padding-right: 10px;
	font-weight: bold;
	color: #10372f;
	line-height: 25px;
}

.slide-three>li.slide-hover>a>p{
    color: #29c9b6;
}

.slide-three>li:hover>a>p{
    color: #29c9b6;
}

.slide-four{
    display: none;
    margin-top: 26px;
}

.slide-four>li{
    margin-bottom: 42px;
}

.slide-four>li:last-child{
    margin-bottom: 0;
}

.slide-four>li>a{
    display: block;
}

.slide-four>li>a>p{
    padding-left: 50px;
    font-size: 17px;
    padding-right: 10px;
	font-weight: bold;
	color: #10372f;
	line-height: 25px;
}

.slide-four>li.slide-hover>a>p{
    color: #29c9b6;
}

.slide-four>li:hover>a>p{
    color: #29c9b6;
}

.main-right{
    width: 921px;
}

.right-header-wrap{
    margin-top: 61px;
    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: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.right-bread{
	height: 50px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fefefe;
}

.right-bread>a{
    display: block;
    font-size: 16px;
	color: #fefefe;
    margin: 0 8px;
}

.right-bread>a:nth-of-type(1){
    margin-left: 6px;
    margin-right: 8px;
}

.right-bread>a:nth-last-of-type(1){
    margin-right: 0;
}

.return-btn{
    display: block;
	margin-left: 15px;
}

.return-btn span{
    font-size: 16px;
    margin-right: 8px;
	color: #fefefe;
}

.return-btn:hover span{
    color: #29c9b6;
}

.right-content-wrap{
    margin-top: 5px;
	min-height: 902px;
	background-color: #ffffff;
}

.content{
    padding: 20px !important;
}

.footer{
    height: 71px;
    background-color: #ffffff;
}

.footer p{
    text-align: center;
    font-size: 16px;
    line-height: 71px;
	color: #ababab;
	opacity: 0.7;
}