
:root {
    --main-color: #315EFB; 
    --bg: #fff;
    --color-1: #333; 
    --color-2: #666; 

    --width: 160px; 
    --opacity: 0.8; 

}

.menuBtn {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 60px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
    background: linear-gradient(to right, #81b2df, #147fc3);
    z-index: 999999;
    color: #fff;


}

.menuBtn .icon {
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -5px
}

.menu.open .menuBtn {
    left: 100%;
}

.menu .transparent {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none
}

.menu .menuCon {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    width: var(--width);
    height: 100%;
    border-left: 1px rgba(0, 0, 0, 0.1) solid;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    right: auto;
    left: calc(var(--width)*-1);
    -webkit-transition: all .5s;
    transition: all .5s
}

.menu .menuCon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--bg);
    opacity: 0.8;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;


}

.menu .menuWrap {
    overflow-y: auto;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.menu.open .transparent {
    display: block
}

.menu.open .closeBtn {
    display: block
}

.menu.open .menuCon {
    left: 0
}

.menu .closeBtn {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
     background: linear-gradient(to right, #81b2df, #147fc3);
    color: #fff;
    position: absolute;
    z-index: 999;
    right: -40px;
    top: 0
}

.menu .closeBtn:before,
.menu .closeBtn:after {
    content: "";
    display: block;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu .closeBtn:before {
    width: 15px;
    height: 1px
}

.menu .closeBtn:after {
    width: 1px;
    height: 15px
}

.menu .titleBig {
    text-align: center;
    padding: 10px 0;
    display: none
}

.menu .menuWrap > .list{
	 padding-top:10vw;
}
.menu .menuWrap>.list em {
    font-style: initial
}

.menu .menuWrap>.list .title {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    position: relative
}
.menu .menuWrap>.list .title a{
	color:#333;
}
.menu .menuWrap>.list .title a:hover{
	color:#0079c0;
}
.menu .menuWrap>.list .title .icon {
    width: 40px;
    height: 40px;
    margin: auto;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}

.menu .menuWrap>.list .title .icon:before,
.menu .menuWrap>.list .title .icon:after {
    content: "";
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.menu .menuWrap>.list .title .icon:before {
    width: 10px;
    height: 10px;
    border-top: 1px #aaa solid;
    border-right: 1px #aaa solid
}

.menu .menuWrap>.list .title em {
    font-style: initial
}

.menu .menuWrap>.list .has .title .icon {
    display: block
}

.menu .menuWrap>.list .active>.title .icon:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.menu .menuWrap>.list>li>.title {
    font-weight: 700;
    font-size: 16px
}

.menu .menuWrap>.list>li>.child>.list>li {
    text-indent: 24px;
    font-size: 16px
}

.menu .menuWrap>.list>li>.child>.list>li>.child {
    font-size: 14px
}

.menu .menuWrap>.list>li>.child>.list>li>.title {
    position: relative
}

.menu .menuWrap>.list>li>.child>.list>li>.title:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: linear-gradient(to right, #81b2df, #147fc3);
    position: absolute;
    top: 26px;
    left: 10px
}

.menu .child {
    padding: 0 0 20px 0;
    display: none;
    position: relative
}

.menu .child a {
    color: #666;
    display: block;
    line-height: 28px;
    padding: 5px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative
}

.menu .child a:hover {
    color: #000;
    margin-left: 10px
}

.menu .mSearch {
    padding: 10px 0;
    text-align: left;
    overflow: hidden;
    border-bottom: #f3f3f3 1px solid;
    position: relative
}

.menu .mSearch .btn {
    width: 26px;
    height: 26px;
    font-size: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.menu .mSearch .btn .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: top
}

.menu .mSearch input {
    height: 40px;
    line-height: 38px;
    border: 0;
    vertical-align: middle;

    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
    transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
    opacity: 1;
    width: 100%;
    padding: 5px 40px 5px 15px;
    border-radius: 2px;
    font-size: 14px;
    background-color: #fff;
    position: static;
    left: 0;
    right: 0
}

.menu .other {
    padding: 10px
}

.menu .read {
    padding-top: 10px;
    padding-bottom: 10px
}

.menu .read .btn-1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#bf2d32), to(#a61f24));
    background: linear-gradient(to right, #bf2d32, #a61f24);
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative
}

.menu .read .btn-1 .icon-1 {
    width: 30px;
    height: 30px;
    margin-left: 5px
}

.menu .read .btn-1 .icon-2 {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    /*background: #fff url(../images/arrow-right-1.png) no-repeat center center;*/
    background-size: 20px;
    margin-left: 20px
}

.menu .languageBtn {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0;
    column-gap: 0
}

.menu .languageBtn a {
    display: block;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px #ccc solid;
    margin-right: -1px;
    background: #fff
}

@media(max-width:1024px) {
	.menu{
		display:none;
	}
}