@font-face {
    font-family: Rl;
    src: url("font/RobotoSlab-Light.ttf")/* TTF file for CSS3 browsers */
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300');

*{
	padding: 0;
	margin: 0;
}
body {
    font-family: 'Roboto Slab', serif;
    padding: 0;
    margin: 0;
}
p {
  font-family: 'Roboto Slab', serif;
}
.menu{
	background: black;
	width: 100%;
	height: 40px;
	z-index: 100;
}
.back img{
	float: left;
	height: 43px;
	margin-top: 7px;

}
.logo img{
	float: left;
    height: 34px;
    margin-top: 11px;
    margin-left: 10px;
}
.ema{
	margin: 0px auto;
	margin-top: 17px;
    max-height: 21px;
    margin-left: -120px;
}
.header {
	width: 100%;
	height: 53px;
	background-color: black;
	position: fixed;
	z-index: 100;
}
.left {
	float: left;
	margin-top: 0px;
	top: 0px;
}
.right {
	float: right;
	margin-top: 0px;
	top: 0px;
}
.left img {
	margin-left: 0px;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
.title-page img{
	vertical-align: middle;
}
.cover-top {
	display: block;
	width: 100%;
}
.footer {
	width: 100%;
	font-family: "SFU";
	font-size: 20px;
    line-height: 53px;
    background-color: black;
    color: #fff;
    text-align: center;
}
.footer ul {
    list-style: none;
    margin-bottom: -20px;
}
.footer ul li {
	font-size: 13px;
}
.footer ul li:last-child {
    border-right: none;
}
.footer img {
	height: 50px;
}
.fb-02{
	float: left;
	max-width: 45px;
	position: fixed;
	    top: 2%;
    right: 10%;
    z-index: 10000;

}
.fb1 {
	cursor: pointer;
	float: right;
	margin-top: 15px;
	width: 100%;
	margin-right: 10px;
	box-shadow:  4px 4px 7px #8c8c8c;
	border-radius: 50px;
}
.fb2 {
	cursor: pointer;
	float: right;
	margin-top: 10px;
	width: 100%;
	margin-right: 10px;
	box-shadow: 4px 4px 7px #8c8c8c;
	border-radius: 50px;
}
#hide {
	display: none;
}
.t1 {
	width: 75%;
	font-size: 19px;
	text-align: justify;
	padding: 0 15%;
	    line-height: 35px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.t2 {
	    width: 80%;
    font-size: 20px;
    text-align: justify;
    padding: 0 0%;
    margin: 0 auto;
        line-height: 35px;
    margin-bottom: 30px;
        padding-left: 20%;
}
.t3 {
	    width: 75%;
    font-size: 15px;
    text-align: justify;
    padding: 0 0%;
    margin: 0 auto;
        line-height: 35px;
    margin-bottom: 0px;
}

.tt1 {
	width: 85%;
	font-size: 20px;
	text-align: justify;
	padding: 0 0 0 17%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.tt1:first-letter {
	float: right;
    font-size: .1px;
    padding: 310px 10px 0 344px;
    background: url("../img/7mb.png") no-repeat;
    margin-right: 9px;
}
.ad {
	margin: 0 15%;
	width: 75%;
}
.ad1 {
	margin: 0 10%;
	width: 90%;
}
.img {
	width: 95%;
    text-align: center;
    padding-left: 50px;
}
.img ul {
    list-style: none;
    display: inline;
}
.img ul li {
	display: inline;
}
#hiden {
	display: none;
}
#show {
	display: block;
}

@media all and (max-width: 1100px){
	@font-face {
	    font-family: Rl;
	    src: url("font/RobotoSlab-Light.ttf")/* TTF file for CSS3 browsers */
	}

	*{
		padding: 0;
		margin: 0;
	}
	body {
	    font-family: 'Roboto Slab', serif;
	    padding: 0;
	    margin: 0;
	}
	p {
	  font-family: 'Roboto Slab', serif;
	}
	.menu{
		background: black;
		width: 100%;
		height: 40px;
		z-index: 100;
	}
	.back img{
		float: left;
		height: 43px;
		margin-top: 7px;

	}
	.logo img{
		float: left;
	    height: 34px;
	    margin-top: 11px;
	    margin-left: 10px;
	}
	.ema{
		margin: 0px auto;
		margin-top: 17px;
	    max-height: 21px;
	    margin-left: -120px;
	}
	.header {
		width: 100%;
		height: 53px;
		background-color: black;
		z-index: 100;
	}
	.left {
		float: left;
		margin-top: 0px;
		top: 0px;
	}
	.right {
		float: right;
		margin-top: 0px;
		top: 0px;
	}
	.left img {
		margin-left: 0px;
	}
	.wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.title-page img{
		vertical-align: middle;
		margin-bottom: 30px;
	}
	.cover-top {
		display: block;
		width: 100%;
	}
	.footer {
		width: 100%;
		font-size: 18px;
	    line-height: 60px;
	    background-color: black;
	    color: #fff;
	    text-align: center;
	}
	.footer ul {
	    list-style: none;
	    margin-bottom: -20px;
	}
	.footer ul li {
	}
	.footer ul li:last-child {
	    border-right: none;
	}
	.footer img {
		height: 58px;
	}
	.fb-02{
		float: left;
		max-width: 40px;
		position: fixed;
		top: 10px;
    right: 10%;
    z-index: 10000;

	}
	.fb1 {
		cursor: pointer;
		float: right;
		margin-top: 15px;
		width: 100%;
		margin-right: 10px;
		box-shadow:  4px 4px 7px #8c8c8c;
		border-radius: 50px;
	}
	.fb2 {
		cursor: pointer;
		float: right;
		margin-top: 10px;
		width: 100%;
		margin-right: 10px;
		box-shadow: 4px 4px 7px #8c8c8c;
		border-radius: 50px;
	}

	.t1 {
		width: 80%;
		font-size: 35px;
		text-align: justify;
		padding: 0 10%;
		    line-height: 35px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.t2 {
		    width: 80%;
	    font-size: 35px;
	    text-align: justify;
	    padding: 0 ;
	    margin: 0 auto;
	        line-height: 35px;
	    margin-bottom: 30px;
	        padding-left: 0%;
	}
	.t3 {
		    width: 80%;
	    font-size: 35px;
	    text-align: justify;
	    padding: 0 10%;
	    margin: 0 auto;
	        line-height: 35px;
	    margin-bottom: 30px;
	}
	.ad {
		margin: 0;
		width: 100%;
	}
	.ad1 {
		margin: 0 ;
		width: 100%;
	}
	.img {
		width: 100%;
	}
	.img ul {
	    list-style: none;
	    display: block;
	}
	.img ul li {
		display: block;
	}
	#hiden {
	display: block;
	}
	#show {
		display: none;
	}
	#s1 {
		width: 100%;
	}
	#s2 {
		width: 100%;
	}
	#s3 {
		width: 100%;
	}
}