@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
}
.newbanner{
	background: url(../images/news.jpg) no-repeat 0px 0px;	
	background-size:cover; 
	min-height: 228px;
	min-width: 1349px;
}

.news{
	margin-left:100px;
    border-radius: 150px/100px;
    background: #F95100;
    padding: 20px; 
    width: 1000px;
    height: 1070px; 
}
.news1{
	margin-left:100px;
    border-radius: 150px/100px;
    background: #F95100;
    padding: 20px; 
    width: 1000px;
    height: 1120px; 
}

/*--footer--*/
.footer {
  text-align: center;
  background:#000;
  padding:1.5em 0;
  height:2.4em;
}
.footer p {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
	margin-left:40px;
}
.footer p a {
  color:#00CED1;
}
.footer p a:hover{
  color:#fff;
}
.footer-left {
    float: left;
}
.social-icons {
	margin-right:40px;
}
.social-icons ul li {
    display: inline-block;
    margin-right: 10px;
}
.social-icons ul li a {
    background: url(../images/iconsprite.png)no-repeat 3px -33px;
    display: block;
    width: 32px;
    height: 32px;
    transition: none;
}
.social-icons ul li a.fb {
    background: url(../images/iconsprite.png)no-repeat 10px 3px;
}
.social-icons ul li a.pn {
    background: url(../images/iconsprite.png)no-repeat 6px -108px;
}
.social-icons ul li a.gg {
    background: url(../images/iconsprite.png)no-repeat 6px -69px;
}
.social-icons ul li a:hover {    
	opacity: 0.5;
}
/*--//footer--*/