@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,200);
.inner_banner {
	clear: both;
	width: 100%;
	display: block;
	position: relative;
	z-index: 99;
	height:300px;
	overflow:hidden;
}
.inner_banner img{
	width: 100%;
	display: block;
}

.inner_box1{
	background-color: #fff;	
	padding: 20px 0;
	display: table;
}

.inner_left1{
	float: left;
	display: inline-block;
	width: 22%;	
	margin-right: 4%;
}
.inner_left1 ul{
	width: 100%;
	list-style: none;	
}
.inner_left1 ul li{
	display: block;
	width: 100%;
	margin-top: -1px;
}


.inner_left1 ul li  a{
	display: block;
	padding: 5px 40px 5px 15px;
	color: #222222;
	display: block;
	padding: 12px 35px 12px 15px;
	border: 1px solid #eeeeee;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background-color: #fff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	position: relative;
}
.inner_left1 ul li a.active, .inner_left1 ul li a:hover{
	background-color: #f7f7f7;	
	color: #222222 !important;
}
.inner_left1 ul li a.active i, .inner_left1 ul li a:hover i{
	color: #999999;
}
.inner_left1 ul li a i{
	position: absolute;
	right: 15px;
	top: 15px;	
	color: #999999;
}

.inner_right1{
	float: left;
	display: inline-block;
	width: 72%;	
}
.fullpage{
	width: 100%;
}
.inner_right1 .hd1{
	font-family: 'texgyreadventor-regular-webfont';
	color: #005494;
	font-size: 26px;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 10px;
	width: 100%;
	padding-bottom: 10px;
	font-weight: 600;
}
.inner_right1 .cont1{
	font-family: 'Open Sans', sans-serifSource;
	font-size: 14px;
	line-height: 27px;
	color: #333;
	font-weight: 300;
	text-align: justify;	
}


 @media only screen and (min-width : 768px) and (max-width :979px) {
.inner_banner
{
	height:auto;
}
.inner_left1 {
    float: left;
    display: inline-block;
    width: 30%;
    margin-right: 2%;
}
.inner_right1 {
    float: left;
    display: inline-block;
    width: 68%;
}
	 
 }
 
  @media only screen and (min-width : 360px) and (max-width :767px) {
.inner_banner
{
	height:auto;
}
.inner_left1 {
    float: left;
    display: inline-block;
    width: 100%;
	padding:0px 10px;
    margin-right:0px;
}
.inner_right1 {
    float: left;
    display: inline-block;
    width:100%;
	padding:0px 10px;
	margin-top:20px;
}
.inner_right1 .hd1 {
    font-size: 18px;
}
.inner_left1
{
	display:none !important;
}
.resp-tabs-container
{
	width:100% !important;
	float:left !important;
}

	  
  }
  
  
  @media only screen and (min-width : 240px) and (max-width :359px) {
.inner_banner
{
	height:auto;
}
.inner_left1 {
    float: left;
    display: inline-block;
    width: 100%;
	padding:0px 10px;
    margin-right:0px;
}
.inner_right1 {
    float: left;
    display: inline-block;
    width:100%;
	padding:0px 10px;
	margin-top:20px;
}
.inner_right1 .hd1 {
    font-size: 18px;
}
.inner_left1
{
	display:none !important;
}
.resp-tabs-container
{
	width:100% !important;
	float:left !important;
}
	  
  }