@charset "utf-8";
/* CSS Document */
body{margin:0;
padding:0;
font-family:arial;
font-size:14px; }

header{
	background:#333;
	height:150px;
	}
.head-top{ height:40px; border-bottom:#ccc solid 1px;}

header .head-top p{font-family:Verdana, Geneva, sans-serif; font-size:15px; font-weight:900; color:#fff; padding:0; margin:0; padding-top:10px; padding-bottom:5px; margin-bottom:5px; text-decoration: blink; color:#fff;}
header .container-main{padding-top:0;}
.fl-head {
    float: left;
    width: 400px;
}
.fr-head {
    float: right;
    position: relative; margin-top: 6px;
}
.head-top .container-main .fr-head img{margin-left:4px; transition:0.5s;}
.head-top .container-main .fr-head img:hover{transform:rotate(360deg); transition:0.5s;}
.container-main{margin:0 auto;
padding:0;
width:998px;
font-family:arial;
font-size:14px; line-height:24px;
text-align:justify;

}

.cl{clear:both;}

.head-fl img{
	margin:0;
	padding:0;
	float:left;
	width:85px;
	margin-right:10px;
}
.head-fl{
	margin:0;
	padding:0;
	float:left;
	width:400px;
	padding-top: 18px;
}
.head-fl h2{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
    text-transform: capitalize;
    font-size: 32px;
    margin: 0;
    margin-left: 10px;
    color: #fff;
    text-shadow: 0px 4px 5px #666;
    margin-top: 8px;
}
.head-fl h4{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: 500;
	font-style:italic;
    text-align: left;
    font-size: 17px;
    margin-top: 3px;
    color: #fff;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 7px;
}
.banner-box{
	width:998px;
	position:relative;
	margin:0 auto;
    margin-top: -220px;
	z-index:9;}
	
.banner-box .col-md-3{
	width: 23%;
    float: left;
	border: 1px solid #ccc;
    box-shadow: #ccc 2px 3px 3px;
    margin: 0.6%;
	background-color:rgba(0,0,0,.5);
}
.banner-box .col-md-3:hover{
	border: 1px solid #444;
	background-color:rgba(0,0,0,.5);
	box-shadow: #ccc 4px 8px 8px;
	transition:all ease-in-out .5s;
	background-color:rgba(0,0,0,.9);
}

.banner-box .col-md-3 img{width:70px;
float:left;
vertical-align:middle;
}

.banner-box .col-md-3 h3{
	margin:0;
	padding:0;
	font-family:arial;
	font-size:18px;
	font-weight:600;
	text-align:left;
	line-height:70px;
	color:#fff;
	text-shadow:#333 2px 3px 3px;

}
.banner-box .col-md-3 p{
	margin:0;
	padding:0;
	padding-left:5px;
	padding-right:5px;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	text-align:justify;
	color:#fff;
	text-shadow:#333 2px 3px 3px;

}

.banner-box .rd-mr a{
    border:1px solid #ccc;
	padding:2px 10px;
	text-decoration:none;
	color:#fff;
	float:right;
	margin-bottom:5px;
}

/**manu***/

.fr-nv{    float: right;
    width: 595px;
    text-align: right;
	background:#333;
	 padding-top: 18px;} 
	
.manu-container {
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 0;
    background: #333;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
}

.manu-container ul {
    width: 100%;
	float:right;
    list-style: none;
}

.manu-container ul li {
    padding: 0 .6%;
    font-weight: bold;
    float: left;
    display: block;
    border-right: 1px #222 solid; transition:0.5s ease;
}

.manu-container ul li:hover{background:#fff; transition:0.5s ease;}

.manu-container ul li:hover a{color:#000;}

.manu-container ul li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 7px;
    line-height: 40px;
}


/**home***/
.hm-full{width:100%;
height:auto;
	background:#e3e3e3;
	padding-bottom:50px;
	padding-top:50px;}


.container-main h1 {
    font-size: 2em;
    position: relative;
    padding-top:20px;
	padding-bottom:10px;
	margin-bottom:50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
	z-index: 3;
}
.container-main h1:after {
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 300px;
    height: 8px;
    margin-left: -155px;
    background-color: #fdc200;
	z-index: 0;
}

.container-main h1 span{
 border-bottom:5px dashed #222;
width: 60px;
 height: 4px;
z-index: 3;
}
.view {
   width: 292px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 10px solid #fdc200;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   margin-bottom: 30px;
}
.view .mask,.view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 5px 10px 10px;
   text-align: center;
   line-height:21px;
   margin:0;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-seventh img {
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   -ms-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-seventh .mask {
   background-color: rgba(51,51,51,0.5);
   -webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
   -o-transform: rotate(0deg) scale(1);
   -ms-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.view-seventh h2 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh p {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh:hover img {
   -webkit-transform: rotate(720deg) scale(0);
   -moz-transform: rotate(720deg) scale(0);
   -o-transform: rotate(720deg) scale(0);
   -ms-transform: rotate(720deg) scale(0);
   transform: rotate(720deg) scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-seventh:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px) rotate(0deg);
   -moz-transform: translateY(0px) rotate(0deg);
   -o-transform: translateY(0px) rotate(0deg);
   -ms-transform: translateY(0px) rotate(0deg);
   transform: translateY(0px) rotate(0deg);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-seventh:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.7s;
   -moz-transition-delay: 0.7s;
   -o-transition-delay: 0.7s;
   -ms-transition-delay: 0.7s;
   transition-delay: 0.7s;
}
.view-seventh:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.6s;
   -moz-transition-delay: 0.6s;
   -o-transition-delay: 0.6s;
   -ms-transition-delay: 0.6s;
   transition-delay: 0.6s;
}
.view-seventh:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}

.view-seventh h3{  text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
   margin-top:-55px;
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   -ms-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.view-seventh:hover h3 {
   -webkit-transform: rotate(720deg) scale(0);
   -moz-transform: rotate(720deg) scale(0);
   -o-transform: rotate(720deg) scale(0);
   -ms-transform: rotate(720deg) scale(0);
   transform: rotate(720deg) scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.team-box h3 {
  margin: 0;
  color: #888;
  margin: 0 0 15px;
}

.team-box p {
  font-family: 'Roboto', sans-serif;
  margin: 0 0 15px;
}
.team-box{
        width: 250px;
    height: 280px;
    margin-left: 5%;
    float: left;
    border: 10px solid #ccc;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.team-box .image {
  display: block;
  width: 100%;
  height: auto;
}

.team-box .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #333;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.team-box:hover .overlay {
    top: 145px;
    height: 100%;
}

.team-box .overlay h3{text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 5px 0 0 0;
}
.team-box h5{font-size:14px; color:#fff; font-style:italic; line-height:20px; margin:0;
}
.team-box p {font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 3px
    text-align: center;
    line-height: 21px;
    margin: 0;}
.team-box p a{font-size:13px; color:#fdc200; font-style:italic; text-decoration:none; margin:0; float:right; font-style:normal;
}
.team-box .pic-text h3{font-size:24px; color:#fff; line-height:20px; padding-top:10px; padding-bottom:0; margin:0; line-height:24px;
	}
.team-box .pic-text h5{font-size:14px; color:#eee; font-style:italic; margin:0; line-height:20px;}
.team-box .pic-text{
	margin:-23px;
	background:#333;
}
/*footer*/

footer{
	background-color:#000;
	margin-top:50px;}

footer .col-md-3{
	width:30%;
	margin-left:1%;
	float:left;
	}

footer .col-md-3 h2{
	margin: 0;
	color: #fff;
    border-bottom: 1px dashed #666;
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 24px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;    padding-top: 32px;
	}
footer .col-md-3 ul li a {
    color: #ccc;
    line-height: 21px;
    font-size: 14px;
}
footer .col-md-3 ul{margin:0; padding:0; list-style-position:inside; list-style-image:url(image/arrow.png)}
footer .col-md-3 ul li{margin-bottom:10px; transition:0.5s; border-bottom:1px solid #ccc; line-height:40px; margin:0; font-weight:bold;
padding:0}
footer .col-md-3 ul li:hover{margin-left:10px; color:#fff; transition:0.5s;}
footer .col-md-3 ul li:hover a{color:#fff;}
.copy-rt{ background:#fdc200; border-top:#ccc solid 2px; box-shadow:#ccc 3px 2px 3px;}
.copy-rt p{width:998px; margin:0 auto; background:#fdc200; font-family:arial; font-size:14px; line-height:40px; color:#000;}
footer h2 {
    font-weight: 500;
    font-size: 20px;
    position: relative;
    color: #fff;
    margin-bottom: 13px;
    text-transform: capitalize;
    border-bottom: 1px dashed #333;
    padding-bottom: 5px;
}
.ft-cont p {
    margin-bottom: 8px;
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    min-height: 25px;
    transition: 0.5s;
	padding-top: 4px;
}
.ft-cont i {
    width: 35px;
    height: 21px;
    text-align: center;
    border: 1px solid #000;
    font-size: 19px;
    line-height: 0;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s;
    padding: 8px 0px;
}


.ft-cont p:hover i{background:#000; transition:0.5s;}

footer .col-md-3 .ft-cont {
    background: #fdc200;
    padding-left: 3%;
    padding-right: 3%;
    width: 100%;
    height: 280px;
	 
}
footer .col-md-3 .ft-cont h2, footer .col-md-3 .ft-cont p{
	color:#000;
	}

footer .maap{
	padding-left:1%;
	width:36%;
	margin-top:0;
	padding-top:0;
}

/*footer*/