@charset "utf-8";
/* CSS Document */
.fl{ float:left;}
.fr{ float:right;}
.self-apps{ margin-top:50px;}
.self-apps img{max-width:100%;}
.a-pc-style{ display:block !important;}
.a-mobile-style{ display:none !important;}
.self-pc-style{ display:inline !important;}
.self-mobile-style{display:none !important;}
body {
    font-family: "RalewayRegular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgba(26, 26, 26, 0.7);
}
h1 {
    font-size: 24px;
}
a {
    color: #F60;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
* {
    padding: 0px;
    margin: 0px;
}
li {
    float: left;
}
img {
    border: 0px;
}
.page_width {
    width: 100%;
    max-width: 930px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
.header {
    position: relative;
    background: url(banner.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 800px;
}
.banner_container {
    width: 100%;
    height: 800px;
    float: left;
    overflow: hidden;
}
.banner_container a {
    background-size: cover;
    width: 100%;
    height: 800px;
    float: left;
    background-position: center top;
}
.banner01 {
    background-image: url(banner1.jpg);
}
.banner02 {
    background-image: url(banner2.jpg);
}
.banner03 {
    background-image: url(banner3.jpg);
}
.top {
    width: 100%;
    max-width: 1300;
    padding: 11px 25px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}
.top .logo {
    float: left;
}
.top .logo a {
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 56px;
    text-transform: uppercase;
    float: left;
}
.inner_header {
    border-bottom: 1px solid #ddd;
    height: 86px;
}
.inner_header .logo a {
    background-image: url(logo_inner.png);
}
.socials {
    float: right;
    padding: 7px 0 0 25px;
}
.socials a {
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin: 0 3px;
    text-indent: -99px;
    overflow: hidden;
    background: url(icon_blog_socials.png) no-repeat left top;
    border: 2px solid #888;
}
.socials a:hover {
    background-color: #888;
}
.socials a.icon_fb {
    background-position: 17px 12px;
}
.socials a.icon_tw {
    background-position: 14px -31px;
}
.socials a.icon_pt {
    background-position: 15px -78px;
}
.socials a.icon_gl {
    background-position: 14px -120px;
}
.header .adwords {
    box-sizing: border-box;
    color: #fff;
    float: left;
    margin: 170px 0 0;
    padding: 30px 15px;
    text-align: center;
    width: 100%;
}
.header .adwords h1 {
    font-size: 34px;
    margin: 0 auto;
    max-width: 550px;
    padding: 0 0 10px;
    width: 100%;
}
.header .adwords h2 {
    font-weight: normal;
}
.header .adwords .btn {
    margin: 0 auto;
    padding: 21px 0 0;
    width: 100%;
    max-width: 400px;
}
.header .adwords .btn a {
    padding: 5px;
    display: inline-block;
}
.header .socials a {
}
.header .socials a:hover {
    background-color: #888;
}
.appbtn {
    padding: 15px 0;
}
.appbtn a {
    padding: 5px;
    display: inline-block;
}
.maintext {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    color: #898787;
}
.maintext h1 {
    text-align: center;
    padding: 10px 0 25px 0;
    text-transform: uppercase;
}
.maintext h2 {
    font-size: 18px;
    padding: 10px 0;
    margin: 0px;
}
.maintext p {
    float: left;
    font-weight: normal;
    line-height: 25px;
    padding: 10px 0;
    width: 100%;
}
.maintext ul li{
    width:100%;
}
.footer {
    width: 100%;
    padding: 35px 0;
    background: #333;
    text-align: center;
    color: rgba(255,255,255,0.5);
}
.footer p.footernav a {
    color: rgba(255,255,255,0.5);
    padding: 5px 10px;
    display: inline-block;
}
.footer p.footernav a:hover {
    text-decoration: none;
    color: #22aedd;
}
.socials_box {
    float: left;
    width: 100%;
    margin: 30px 0 40px 0;
    border-top: 1px solid #666;
    position: relative;
}
.socials_box .socials {
    position: absolute;
    left: 50%;
    top: -28px;
    margin: 0 0 0 -75px;
}
.footer p {
    padding: 10px 0;
}
.inner_article ul {
    list-style: outside;
    padding: 10px 30px;
    overflow: hidden;
}
.inner_article ul li {
    padding: 5px 0 5px 10px;
}
.inner_article h2 {
    font-size: 18px;
    padding: 5px 0;
}
.innerheader {
    width: 100%;
    background: #333;
}
.contactus {
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0;
}
.contactus li {
    width: 100%;
    padding: 10px 0;
}
.contactus li label {
    padding-bottom: 5px;
    font-weight: bold;
    float: left;
    width: 90px;
    padding: 7px 0 0 0;
    text-align: right;
}
.contactus li > div {
    margin: 0 0 0 100px;
}
.contactus li > div p {
    float: left;
    padding: 0px 0 0 10px;
    margin: 0px;
    width: 50%;
    box-sizing: border-box;
}
.contactus li > div p img {
    width: 100%;
    max-width: 140px;
    height: auto;
}
.contactus li input, .contactus li textarea {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ccc;
    float: left;
}
.contactus li textarea {
    height: 180px;
}
.contactus li .btn {
    width: 136px;
    margin: 15px auto;
}
.btn {
    width: 200px;
    margin: 0 auto;
    padding: 55px 0 0 0;
	 display: inline-block;
}
.btn a {
    border-radius: 5px;
    width: 100%;
    float: left;
    color: #fff;
    text-transform: uppercase;
    line-height: 46px;
    background: rgba(34,174,221,1);
    font-weight: bold;
}
.btn:hover {
    background: rgba(34,174,221,1;
}
.login{
    width:100%;
    max-width:400px;
    margin:0 auto;
}
.login li{
    width:100%;
    padding:5px 0;
}
.login li label{
    width:100%;
    padding:0 0 3px 0;
    float:left;
}
.login li input{
    font-family:Arial, Helvetica, sans-serif;
    width:100%;
    padding:8px 5px;
    box-sizing:border-box;
    border:1px solid #ccc;
}
@media screen and (max-width:500px) {
.contactus li label {
    width: 100%;
    text-align: left;
}
.contactus li > div {
    margin: 0px;
    width: 100%;
}
.top .logo {
    width: 280px;
    margin: 0 auto;
    float: none;
}
.top .socials {
    width: 247px;
    margin: 90px auto 0 auto;
    float: none;
    overflow: hidden;
}
.innerheader .top .socials {
    margin-top: 50px;
}
.top .logo a {
    width: 100%;
    text-align: center;
}
.header .adwords {
    margin-top: 35px;
}
nav ul{ margin-right:10px; margin-top:20px;}
}

#pw_tips {
    text-align: left;
}
#pw_tips ul {
    padding: 10px 0 10px 17px !important;
}