@charset "utf-8";

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

/* Styles
---------------------------------*/
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #3a3a3a;
    margin: 0;
}

h2 {
    font-size: 38px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 60px 0 0 0;
    text-align: center;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 16px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

p {
    line-height: 24px;
    margin: 0;
    font-size: 16px;
}

/* Header Styles
---------------------------------*/

#header_wrapper {
    background: #ffffff;
    height: 80px;
}

.header_box {
    position: relative;
}

.logo {
    float: left;
    margin-top: 16px;
	position: relative;
	z-index: 2;
}

/* Nav Styles
---------------------------------*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border: 0px solid #fff;
    min-height: 40px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #222;
    margin-top: 16px;
}

.navStyle {
    float: right;
}

.navStyle ul {
    list-style: none;
    padding: 0px;
}

.navStyle ul li {
    display: inline-block;
    margin: 0 5px;
}

.navStyle ul li:first-child {
	/*margin:0px;*/;
}

.navStyle ul li:last-child {
    margin: 0 0 0 23px;
}

.navStyle ul li a {
    display: block;
    font-size: 18px;
    font-family: 幼圆;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
    color: #4186E7;
}

.navStyle > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #4186E7;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #4186E7;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #4186E7;
    background-color: transparent;
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover {
    text-decoration: none;
    color: #4186E7;
    background-color: transparent;
}

.borderLeft {
    border-left: 1px solid #DADADA;
}

.borderTop {
    margin-top: 30px;
    border-top: 1px solid #DADADA;
}

.mrgTop {
    margin-top: 30px;
}

/*About US*/
.container h2 {
    margin-bottom: 60px;
}

/* Top_content
---------------------------------*/

.top_cont_outer {
    background: #3498db;
    position: relative;
}

.hero_section {
    position: relative;
    padding-top: 0px;
}

.top_left_cont {
    padding: 160px 0;
}

.top_left_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
}

.top_left_cont h2 {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 52px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.top_left_cont h2 strong {
    font-weight: 700;
}

.top_left_cont p {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 30px 0;
    line-height: 26px;
}

a.btn_download {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 18px;
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    text-decoration:none;
}

a.btn_download:hover {
    background: #4caae8;
}

a.btn_download:active {
    background: #3190d0;
    padding-top: 2px;
    padding-left: 4px;
}

/* Services
---------------------------------*/

#service {
    border-top: 1px solid lightgray;
    margin-top: 20px;
}

.service_wrapper {
    padding: 0px;
}

.service_block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}

.service_icon {
    border: 2px solid #3498db;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0px auto 25px;
}

.service_icon span {
    background: transparent;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.service_icon i {
    color: #3498db;
    font-size: 40px;
    margin-top: 0;
    position: relative;
    top: 20px;
    z-index: 20;
}

.service_block h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    margin: 18px 0 18px;
}

.service_block p {
    font-size: 16px;
    color: #1d1d1d;
    margin: 0px;
}

/* Contact
---------------------------------*/
.page_section.contact {
    padding: 30px 0 30px;
}
 
.contact_section {
    margin: 0 0 0 0;
}

.contact_section h2 {
    font-size: 40px;
    color: black;
    margin: 0 0 50px 0;
}

.contact_block {
    text-align: center;
}

.contact_block_icon {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: 0px auto 20px;
}

.contact_block_icon.icon2 {
    border-color: #df0031;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon span {
    background: none repeat scroll 0 0 #f56eab;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.contact_block_icon.icon2 {
    border-color: #df0031;
}

.contact_block_icon.icon2 span {
    background: #df0031;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon.icon3 span {
    background: #49b5e7;
}

.contact_block_icon i {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    top: 26px;
    z-index: 20;
}

.contact_block span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_block span a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_info {
    font-size: 15px;
    margin: 0 0 0 30px;
    padding-left: 0;
}

.contact_info  h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
}

.contact_info p {
    line-height: 28px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 30px;
}

.form {
    margin: 0 66px 0 30px;
}

.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 14px;
    color: #aaa;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
    height: 230px;
    resize: none;
    overflow: auto;
    
}

.input-btn {
    background: #3498db;
    display: block;
    width: 176px;
    height: 49px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    border: 2px solid #3498db;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    text-decoration:none;

    cursor: default;
}

.input-btn:hover {
    background: #3fa3e7;
    color: #fff;
    text-decoration:none;
    cursor: pointer;
}

.input-btn:active {
    background: #2977E5;
    color: #fff;
    padding-top: 2px;
    padding-left: 4px;
    text-decoration:none;
}

/*下单购买*/
#purchase {
    border-top: 1px solid lightgray;
    margin-top: 20px;
}

#purchaseForm button:focus {
    outline: none;
}

/* Footer
---------------------------------*/

#contact {
    background: white;
    border-top: 1px solid lightgray;
}

footer {
    background: #f2f2f2;
    border-top: 1px solid lightgray;
}

footer .container {
    margin-top: 20px;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #595757;
    text-align: center;
}

.footer_bottom span a {
    display: inline-block;
    color: #df0031;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_bottom span a:hover {
    color: #fff;
}

.detail {
    margin-bottom: 20px;
}

/*
   Media Queries
--------------------------- */
@media (min-width: 768px) {


}
@media (max-width: 768px) {
    p {
        font-size: 14px;
    }

    .hero_section {
        position: relative;
        padding-top: 10px;
    }

    .top_left_cont {
        padding: 38px 0;
    }

    .top_left_cont h2 {
        font-size: 25px;
        color: #FFF;
        line-height: 39px;
        margin: 0 0 9px 0;
    }

    .inner_section {
        padding: 20px 0 20px;
    }

    #aboutUs img {
        margin-bottom: 20px;
    }

    #aboutUs h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .service_block h3 {
        font-size: 16px;
    }

    .service_block p {
        font-size: 14px;
    }

    #filters ul {
        padding-left: 0px;
    }

    .form {
        margin: 0 18px;
    }

    .contact_section {
        margin: 0;
    }

    h2, .contact_section h2 {
        font-size: 30px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background: #df0031;
    }

    .navbar-inverse .navbar-toggle {
        border-color: transparent;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background: none;
        outline: none;
    }

    .navStyle ul li {
        display: block;
    }

    .navStyle {
        float: right;
        width: 100%;
        text-align: center;
    }

    .navStyle ul li:last-child {
        margin: 0px;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #222;
        background: #F9F9F9;
    }
}
@media (max-width: 480px) {
    .team_area {
        width: 99%;
    }
}