* { margin: 0; padding: 0; outline: 0; }

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
body {
    font-size: 12px;
    line-height: 22px;
    font-family: 'OpenSansRegular';
    color: #4d4d4d;
}
a { color: #3c86ff; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
ul{list-style: none;}
a img { border: 0; }
.left{float: left;}
.right{float: right;}
.main{max-width: 1100px; width: 100%; margin: 0 auto; position: relative;}
.head_banner{
	float: left;
	width: 100%;
	position: relative;
}
.head_banner_inner{
	float: left;
	width: 100%;
	position: relative;
	height: 500px;
}
.head_banner_inner .aslide img{
	height: 500px;
}
.banner_btn{
	float: right;	
	width: 400px;
}
.banner_btn a{
	float: left;
	background: #3c86ff;
	font-family: 'OpenSansRegular';
	font-size: 18px;
	margin: 40px 0 0 0;
	border-radius: 10px;
	padding: 13px 35px 15px;
	color: #FFF;
	text-shadow: 0px 0 0px #000;
	cursor: pointer;
	font-weight: bold;
}
.banner_btn a:hover{
	text-decoration: none;
	background: #e9e9e9;
	text-shadow: 0px 0 0px #000;
	color: #3c86ff;
}
.header{
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 100%;
}
.header_left{
	float: left;
	height: 120px;
}
.header_left{
	float: left;
	width: 50%;
	background: url(../images/head_bg.png) no-repeat;
	background-size:  100% 100%;
	height: 110px;
}
.header_inner_left{
	background: #FFF;
	height: 110px;
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
}
.header_inner_right{
	background: #FFF;
	height: 70px;
	position: absolute;
	top: 0;
	right: -123px;
	width: 123px;
}
.logo{
	float: left;
	margin: 5px 0 0 0;
}
.header_right{
	float: right;
}
.header_right_links{
	float: right;
	margin: 40px 0 0 0;
}
.header_right_links li{
	float: left;
	margin: 0 5px 0 0;
}
.menu_nav{
	position: absolute;
	left: 0;
	top: 120px;
	float: left;
	width: 100%;
}
.menu_nav_inner{
	float: right;
	background: url(../images/menu_bg.png) no-repeat;
	background-size:  100% 100%;
	width: 104%;
	height: 70px;

}
.menu_nav_inner ul{
	float: right;
	width: 90%;
}
.menu_nav_inner ul li{
	float: left;
	font-size: 14px;
	margin-right: 5px;
	font-weight: bold;
}
.menu_nav_inner ul li a{
	float: left;
	padding: 20px 25px 23px;
	border-top: 5px solid #FFF;
	color: #333;
}
.menu_nav_inner ul li a:hover, #active{
	text-decoration: none;
	color: #FFF !important;
	background: #3c86ff;
	padding: 20px 25px 23px;
	border-top: 5px solid #18448d;
}
.main_container{
	float: left;
	width: 100%;
	padding: 45px 0 60px;
}
.service_list{
	float: left;
	width: 100%;
}
.service_list li{
	float: left;
	width: 18%;
	margin: 0 100px 0 0;
	background: url(../images/border-3.png) no-repeat bottom center;
}
.service_list_img{
	float: left;
	width: 100%;
	text-align: center;
}
.service_list_img img{
	width: 100%;
	border-radius: 10px;
	display: inline-block;
}
.service_list span{
	display: inline-block;
	color: #333;
	font-size: 22px;
	padding: 15px 0 20px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
.last{margin: 0 !important;}
.footer{
	float: left;
	width: 100%;
}
.footer_top{
	float: left;
	width: 100%;
	background: #333333;
	padding: 40px 0;
}
.footer_top .left{
	color: #ffffff;
	font-size: 18px;
}
.footer_top .left em{
	color: #3c86ff;
	font-style: normal;
	font-weight: bold;
}
.footer_top .right{
	color: #ffffff;
	font-size: 18px;
}
.footer_top .right a{
	color: #3c86ff;
	font-style: normal;
	font-weight: bold;
}
.header_bottom{
	float: left;
	width: 100%;
	background: #272727;
	padding: 15px 0;
}
.header_bottom .left li{
	float: left;
	margin: 0 20px 0 0;
	font-size: 12px;
}
.header_bottom .left li a{color: #6c6c6c}
.header_bottom .right{
	color: #6c6c6c;
	font-size: 12px;
}
.header_bottom .right a{
	color: #3c86ff;
}
.home_content{
	float: left;
	width: 100%;
	margin: 30px 0 10px;
}
.home_content span{
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 20px;
	font-size: 18px;
	background: #3c86ff;
	color: #FFF;
	padding: 8px 0;
}
.home_content p{
	float: left;
	width: 100%;
	text-align: justify;
	line-height: 28px;
	font-size: 15px;
	margin: 0 0 15px;
}
.home_content p img{
	float: left;
	width: 400px;
	height: 250px;
	margin-right: 20px;
}
.home_content ul{
	float: left;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	list-style: disc;
	margin: 0 0 0 20px;
}
.home_content ul li{list-style: disc;}
.upload_form{
	float: left;
	width: 100%;
}
.upload_form_field{
	float: left;
	width: 45%;
	margin: 0px 15px 25px 15px;
}
.upload_txt{
	float: left;
	width: 100%;
	font-family: 'OpenSansRegular';
	padding: 5px 5px 5px 10px;
	border-radius: 5px;
	color: #333;
	border:2px solid #Ccc;
	font-size: 14px;
	height: 24px;
}
.upload_btn{
	background: #3c86ff;
	border: none;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	height: auto;
	cursor: pointer;
	padding: 10px 0;
}
.upload_btn:hover{
	background: #333;
}
.contact_left {
float: left;
width: 49%;
padding: 0 0 0 1px;
}
.contact_right {
float: right;
width: 49%;
}
.upload_form_field1 {
float: left;
width: 100%;
margin: 0px 0px 20px 0px;
}
.upload_form_field1 .upload_txt{width: 95%;}
.upload_form_field1 textarea{height: 70px;}
.contact_page{
	background: url(../images/world-map.png) no-repeat;
	background-size: cover;
}
.contact_page.home_content p{margin: 0 0 5px;}
.pro_links{
	text-align: center;
	
}
.pro_links li{
	margin: 20px 0;
}
.client_list{
	float: left;
	width: 100%;
}
.client_list li{
	float: left;
	width: 20%;
	margin-right: 50px;
	min-height: 225px;
	list-style: none !important; 
}
.client_list li img{
	float: left;
	width: 100%;
}
.home_bottom{
	float: left;
	width: 100%;
	background:#3c86ff;
}
.home_bottom_div{
	float: left;
	width: 33.24%;
	border-right: 1px solid #ccc;
}
.home_bottom_div span{
	float: left;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	background:#18448d;
	text-align: center;
	padding: 10px 0;
}
.home_bottom_div p{
	float: left;
	width: 94%;
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	min-height: 145px;
	padding: 10px;
	text-align: center;
}
.home_bottom_div a{
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #18448d;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0;
	text-align: center;
}
.home_bottom_div a:hover{color: #FFF}