
html, body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Microsoft YaHei','微软雅黑';
}

* {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
/*header, footer, nav, section {
    display: block;
}*/
iframe {
    width: 100%
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

a {
    text-decoration: none;
    /*color: #808080 !important;*/
}

    a:link {
        text-decoration: none !important;
        /*color: #808080 !important;*/
    }

    a:hover {
        text-decoration: none !important
    }
    /*首页背景图片*/
#services, #features {
    padding: 60px 0;
    /*background-color: #98DC95;
    border-top: 3px solid #fff;
    background: url('../images/img2.jpg');
    background-size: cover;*/
}
#about {
    padding: 100px 0;
    background-color: #98DC95;
    border-top: 3px solid #fff;
    background: url('../images/img1.jpg');
    background-size: cover;
}
.listarrow{
    line-height:25px
}
#our-team {
    padding: 100px 0;
}
#portfolio {
    padding: 100px 0;
    background: #FFFFFF;
    background: url('../images/img2.jpg');
    background-size: cover;
}
#pricing {
    padding: 100px 0  0 0;
}
#testimonial {
    background: #222222;
    background-size: cover;
    padding: 100px 0;
    color: #3B8838;
    background: url('../images/img3.jpg');
    background-size: cover;
}
.contact-info {
    background: #98DC95;
    padding: 50px;
    margin-bottom: 50px;
    background: url('../images/img1.jpg');
}
.section-header {
    margin-bottom: 50px;
}
    .section-header .section-title {
        font-size: 44px;
        color: #003f98;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 20px;
        display: block;
        text-align: center;
    }
        .section-header .section-title:before {
            content: "";
            position: absolute;
            width: 140px;
            bottom: -5px;
            right: 0;
            width: 60px;
            background: #df6800;
            /* border-radius: 50%; */
            margin: 0 auto;
            left: 0;
            right: 0;
            height: 6px;
            border-bottom: 3px solid #e8b938;
        }
#contact-us {
    padding: 100px 0 10px;
}
#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #003f98;
}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #F9690E;
        }
/* Set padding to keep content from hitting the edges */
.navbar-nav li:hover {
    display: block !important;
    background: #e8b938 !important;
    color: #808080 !important;
}

.navbar .nav > li .dropdown-menu {
    margin: 0 !important;
    background: #e8b938 !important;
    border: 1px solid #fff !important;
}

.navbar .nav > li:hover .dropdown-menu {
    display: block !important;
}

.dropdown-menu {
    min-width: 100% !important;
    text-align: center !important;
}

    .dropdown-menu > li > a {
        padding: 0 !important;
        line-height: 28px !important;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            color: #cc0000 !important;
        }
/* 添加淡入淡出的 */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.title-size {
    color: #ffffff;
    font-size: 16px;
}

.strcut {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-box-title {
    color: #cc0000;
    line-height: 30px;
    height:30px;
    font-size:16px;
    border-bottom: 1px solid #e8b938;
}

    .right-box-title span {
        color: #666;
        font-size: 10px;
        float: right;
        display: block
    }

.text-content {
    line-height: 28px;
    font-size:14px;
}

    .text-content img {
        display: block;
        max-width: 100%;
        height: auto;
        padding: 5px;
    }

    .text-content iframe {
        width: 100%;
        max-height: 500px
    }

.upline {
    font-size: 50px;
    font-weight: bold;
    color: #C00;
    text-align: center;
}

.clear {
    height: 20px;
    clear: both;
}


.back {
    width: 100%;
    margin: auto;
    clear: both;
    height: 50px;
    line-height: 30px;
    text-align: center;
}

/*手机底部菜单*/
#tool {
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 900;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul.toollist {
    margin: auto;
    left: 0px;
    height: 48px;
    right: 0px;
    bottom: 0px;
    display: block;
    position: fixed;
    z-index: 900;
}

.toollist li {
    background: none;
    margin: 0px;
    border-radius: 0px !important;
    width: 25%;
    height: 100%;
    float: left;
    position: static !important;
    box-sizing: border-box;
    box-shadow: none !important;
    -webkit-box-sizing: border-box;
    -webkit-box-flex: 1;
    box-flex: 1;
}

    .toollist li a {
        text-align: center;
        line-height: 20px;
        padding-top: 2px;
        font-size: 20px;
        text-decoration: none;
        display: block;
        position: relative;
    }

        .toollist li a img {
            width: 24px;
            height: 24px;
        }

        .toollist li a p {
            margin: 1px 0px;
            text-align: center;
            line-height: 18px;
            font-size: 14px;
            display: block !important;
        }

.toollist {
    background: #ff6a00;
}

    .toollist li {
        border-right-color: rgba(255, 255, 255, 0.7);
        border-right-width: 1px;
        border-right-style: solid;
    }

        .toollist li a {
            color: rgb(255, 255, 255);
        }



/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    padding-left: 20px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


/*分页样式*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    background: #eee url(modal-gloss.png) no-repeat -200px -80px;
    position: absolute;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
}

    .reveal-modal.small {
        width: 200px;
        margin-left: -140px;
    }

    .reveal-modal.medium {
        width: 400px;
        margin-left: -240px;
    }

    .reveal-modal.large {
        width: 600px;
        margin-left: -340px;
    }

    .reveal-modal.xlarge {
        width: 800px;
        margin-left: -440px;
    }

    .reveal-modal .close-reveal-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
    }
