@font-face{
    font-family: "WorkSan";
    src: url('../fonts/WorkSan.eot');
    src:url('../fonts/WorkSan.woff'),
    url('../fonts/WorkSan.ttf'),
    url('../fonts/WorkSan.svg');
	

}	
	
@font-face{
  font-family: "Poppins";
    src: url('../fonts/Poppins.eot');
    src:url('../fonts/Poppins.woff'),
    url('../fonts/Poppins.ttf'),
    url('../fonts/Poppins.svg');
}	
*,body,ul, ul li{
    padding: 0;
    margin: 0;
    font-family: "Poppins";
    /* font-weight: bold!important; */
}
/*ul, ul li{list-style-type:none;}*/
a,a:link,a:visited,a:hover,a:active{  text-decoration:none; }
input,textarea,select,button{outline:none;  -webkit-border-radius: 0;  -moz-border-radius: 0; border-radius: 0;}
select::-ms-expand { display: none; }
h1,h2,h3,h4,h5,h6{  font-weight: 400;  }

.menu-box{
    width: 350px;
	width: 300px;
    position: fixed;
    border: 0 solid #212f40;
    background-color: #fff;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: stretch;
    -webkit-align-items: stretch;
    z-index: 99999;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 0 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 0 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 0 5px;
}
.menu-box .logo{
    overflow: hidden;
    text-align: center;
    padding: 50px 50px;
    background-color: #fff;
}
.menu-box .logo img {
    height: auto;
    max-width: 100%;
}
.menu-box .ul-box{
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.participate-box2 .center ul li .li h2{
	font-family: "Poppins";
}
.menu-box .ul-box ul{
    padding: 0 0 10px 0;
    border-top: 1px dashed #a1a1a1;
}
.menu-box .ul-box ul li{
    list-style-type: none;
}
.menu-box .ul-box ul li a{
    position: relative;
	display:block;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    height: 70px;
	line-height:  70px;
    color: #333333;
    padding: 0 0 0 45px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dashed #a1a1a1;
    border-left: 4px solid #fff;
}
.menu-box .ul-box ul .this a{
    color: #5b3280;
    border-left: 4px solid #c48217;
}
.menu-box .ul-box ul li a:hover{
    color: #5b3280;
    border-left: 4px solid #c48217;
}
.menu-box .ul-box ul li a i {
    position: absolute;
    right: 15px;
	top:50%;
	margin-top:-8px;
    color: #5b3280;
}
.menu-box .ul-box ul li a .triangle-left {
    position: absolute;
	top: 50%;
	margin-top:-10px;
    width: 0;
    height: 0;
    right: 0px;
    display: none;
    border-top: 10px solid transparent;
    border-right: 10px solid #212f40;
    border-bottom: 10px solid transparent;
}
.menu-box .ul-box ul li .two{
    position: fixed;
    top: 0;
    left: 350px;
	
	left: 300px;
    width: 350px;
	width: 300px;
    height: 100%;
    border: none;
    display: none;
}
.menu-box .ul-box ul li .two .logo{
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.menu-box .ul-box ul li .two .logo a{
    padding: 0;
    height: auto;
    border: none;
	height:auto;
	line-height:inherit;
}
.menu-box .ul-box ul li .two .ul2{
    overflow: hidden;
    position: relative;
}
.menu-box .ul-box ul li .two .ul2 ul{

}
.menu-box .ul-box ul li .two .ul2 ul li{

}
.menu-box .ul-box ul li .two .ul2 ul li a{
    color: #b3b3b3;
    font-size: 16px;
    /* font-size: 12px; */
    border-left: none;
    padding: 0 0 0 50px;
}
.menu-box .ul-box ul li .two .ul2 ul li a:hover{
    color: #fff;
}
.menu-box .icon{
    /* overflow: hidden; */
    position: relative;
    padding: 40px 0 0 0;
    background-color: #fff;
}
.menu-box .icon ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
	text-align:center;
}
.menu-box .icon ul li{
    list-style-type: none;
	display: inline-block;
    margin: 0 10px;
}
.menu-box .icon ul li img{
    cursor: pointer;
    height:18px;
    display: block;
}
.menu-box .icon ul li .img2{
    display: none;
}
.menu-box .icon ul li:hover .img1{
    display: none;
}
.menu-box .icon ul li:hover .img2{
    display: block;
}
.menu-box .icon ul .search{

}
.search-form{
    position: fixed;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 0 10px;
    top: 0;
    height: 100%;
    left:350px;
    left: 0;
    z-index: 66;
    background-color: #fff;
    -webkit-transition: all 0.2s ease 0s ;
    -moz-transition: all 0.2s ease 0s ;
    -ms-transition: all 0.2s ease 0s ;
    -o-transition: all 0.2s ease 0s ;
    transition: all 0.2s ease 0s ;
}
.search-form form{
	position:absolute;
	top:50%;
	width:90%;
	left:5%;
	margin-top:-45px;
}
.search-form input{
    width: 100%;
    border: none;
    height: 40px;
    padding: 0 10px;
    font-size: 18px;
    font-size: 14px;
    background-color: #f2f2f2;
}
.search-form button{
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-size: 12px;
    color: #fff;
    margin: 10px 0 0 0;
    background-color: #5b3280;
    border: 1px solid #5b3280;
}
.search-form button:hover{
    color: #5b3280;
    background-color: #fff;
}
.search-form-this{
    left:350px;
	left:300px;
}




.menu-box .language{
    overflow: hidden;
    position: relative;
    padding: 20px 0 0 0;
    background-color: #fff;
}
.menu-box .language ul{
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
	
	text-align:center;
}
.menu-box .language ul li{
    list-style-type: none;
	display:inline-block;
    margin: 0 5px;
    color: #999999;
    font-size: 18px;
}
.menu-box .language ul li a{
    color: #999999;
    font-size: 18px;
    font-size: 14px;
}
.menu-box .language ul li a:hover,.menu-box .language ul .this a{
    color: #5b3280;
}
.menu-box .ul-box ul .li-this .triangle-left{
    display: block;
}
.menu-box .ul-box ul .li-this .two{
    display: block;
}
.menu-box-bg{
    overflow: hidden;
    position: fixed;
    width: 350px;
	width: 300px;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: 66;
    background-color: #212f40;
    -webkit-transition: all 0.2s ease 0s ;
    -moz-transition: all 0.2s ease 0s ;
    -ms-transition: all 0.2s ease 0s ;
    -o-transition: all 0.2s ease 0s ;
    transition: all 0.2s ease 0s ;
}
.menu-box-bg2{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: 65;
    display: none;
    background-color: rgba(255,255,255,0);
}
.menu-box-bg3{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: 65;
    display: none;
    background-color: rgba(255,255,255,0);
}
.menu-box-bg-this{
    left: 350px;
	left: 300px;
}
.container-box{
    overflow: hidden;
    position: relative;
    padding: 0 0 0 350px;
	padding: 0 0 0 300px;
}



















.footer{
    overflow: hidden;
    position: relative;
}
.footer .foot{
    overflow: hidden;
    position: relative;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    /*align-items: center;*/
    justify-content: space-between;
    padding: 50px 50px 30px 50px;
    background-color: #272727;
}
.footer .foot .foot-l{
    overflow: hidden;
    position: relative;
	display:inline-block;
	width:30%;
	float:left;
}
.footer .foot .foot-l .logo{
    overflow: hidden;
    position: relative;
    margin: 70px 0 0 0;

}
.footer .foot .foot-l .logo img{

}
.footer .foot .foot-c{
    overflow: hidden;
    position: relative;
	display:inline-block;
	width:36%;
	float:left;
}
.footer .foot .foot-c h4{
    overflow: hidden;
    position: relative;
    color: #fff;
    margin: 0 0 10px 0;
}
.footer .foot .foot-c ul{
    overflow: hidden;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .foot .foot-c ul li{
	display:block;
	float:left;
	
    width: 50%;
    /* min-width: 45%; */
    list-style-type: none;
    line-height: 2.2;
}
.footer .foot .foot-c ul li img{
    margin: -2px 8px 0 0;
}
.footer .foot .foot-c ul li a{
    color: #fff;
}
.footer .foot .foot-c ul li a:hover{
    color: #5b3280;
}
.footer .foot .foot-r{
    overflow: hidden;
    position: relative;
	display:inline-block;
	width:30%;
	float:right;
}
.footer .foot .foot-r ul{
    overflow: hidden;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.footer .foot .foot-r ul li{
    width: 100%;
    list-style-type: none;
    margin: 0px 0 0 0;
    overflow: hidden;
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    color: #fff;
    line-height: 2.2;
    flex-wrap: wrap;
}
.footer .foot .foot-r ul li img{
	float:left;
    margin: 8px 8px 0 0;
    max-height: 12px;
}
.footer .foot .foot-r ul li>div{
	float:left;
    width: 94%;
}

.footer .copy{
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 15px 50px;
    color: #fff;
    background-color: #242424;
}






