@charset "utf-8";
/* CSS Document */

body,html
{
	background-color: grey;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 22px;
	color: #868686;
	margin: 0 auto;
}
.main_container
{
	width: 1000px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	height: auto;
}
.tp_band{
	background-color:#2E318E;
	height: 70px;
	width: 1000px;
	margin: 0 auto;
	position:absolute;
	}
.logo img{
	 border: none;
	 height: 70px;
	 float: left;
	 
	}
.nav_bar
	{
		float:right;
	}
.nav_bar ul
{
  margin: 0;
  float:right;
}

.nav_bar ul li
{
  list-style-type: none;
  display:inline;
}
.nav_bar a
{
  color:#fff;
  font-size: 14px;
  display:inline-block;
  padding: 24px;
  text-decoration: none;
}
.nav_bar a:hover
{
  color:#fff;
  text-decoration: underline;
}
.banner_img{
	padding-top: 70px;
}
.main_content
{
	margin: 10px;
	padding: 0;
	height: auto;
}
.main_content h1{
	font-size: 22px;
	color: #2E318E;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.main_content p
{
	text-align: justify;
}


.main_content h2{
	font-size: 18px;
	color: #2E318E;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.client_list{
	margin: 0;
	padding::0;
}
.client_list div{
	float: left;
	margin: 5px 13px;
}

/*.client_list ul{
	margin: 0;
	padding::0;
}
.client_list ul li{
	list-style:none;
	display:inline-block;
	margin: 5px;
}*/
.main_content h3{
	font-size: 16px;
	color: #2E318E;
	font-weight: bold;
}
.about
{
	background-color: #F5F5F5;
	margin: 20px 0;
	padding: 20px 0;
}
.abt_tw
{
	background-color: #071927;
	color: #ffffff;
	width: 470px;
	padding: 10px;
	float: left;
	height: 590px;
}
.abt_tw p
{
	color: #ffffff;
	text-align: justify;
}
.abt_tw ul
{
	line-height: 20px;
}
.abt_tw ul li
{
	line-height: 22px;
	list-style:circle;
}.abt_tw h2{
	font-size: 18px;
	color: #2E318E;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.abt_tw h3{
	font-size: 16px;
	color: #2E318E;
	font-weight: bold;
}
.clearfix:after { 
  content: " ";
  display: block; 
  height: 0; 
  clear: both;
}
.img_list
{
	margin: 0 auto;
	padding: 0;

}
.img_list li{
	list-style:none;
	display: inline-block;
	padding: 33px;
}
.emudra_block{
	margin: 0 auto;
	padding: 10px;
}
.emudra_img{
	width: 387px;
    float: left;
}
.contact_tw
{
	background-color: #2E318E;
	color:#FFF;
	width: 500px;
	padding: 10px;
	float: left;
	height: 600px;
}
.request_demo{
	float: right;
}
.request_demo a{
	color:#F07237;
	font-size: 14px;
	font-weight: bold;
}
.request_demo a:hover{
	color:#F60;
	text-decoration: none;
}
.address{
	float: left;
	width: 250px;
    margin-top: 20px;
}
.tw_footer_main{
	background-color: #333333;
}
.certification_content{
	margin: 10px;
	float: left;
	margin: 0 55px;
}
.certification_content h3{
	color:#fff;
	text-decoration:underline;
	font-size: 16px;
}
.copy_rights{
	color: #ffffff;
	text-align:center;
	line-height: 25px;
}
#aslHome{
	background: rgb(46, 49, 142);
    color: #ffffff;
    position: fixed;
    font-size: 20px;
    font-weight: 600;
    bottom: 16px;
    right: 5px;
    display: none;
    cursor: pointer;
    width: 50px;
    z-index: 2000;
    line-height: 50px;
    text-align: center;
}