﻿* {
    outline: none;
}

html, body {
    color: #333;
    background-color: #fff;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #f8f8f8;
}

a {
    color: #333;
    outline: none;
}

    a:hover {
        color: #003c8a;
    }
	.copyright a{color:#fff;}
p {
    margin: 0;
}
/*覆盖materialize 的错误样式高度*/
.slider {
    height: auto;
}


/*框架样式*/
.holder {
    max-width: 1230px;
    min-height: 500px;
    margin: 0 auto;
    padding: 60px 15px 80px;
    background-color: #f8f8f8;
    position: relative;
}

/*覆盖*/
.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

input::-moz-placeholder {
    /*font-style:italic !important;*/
    /*text-decoration:overline !important;*/
    /*letter-spacing:3px !important;*/
    color: #666666 !important;
}

input::-webkit-input-placeholder {
    /*font-style:italic !important;*/
    /*text-decoration:overline !important;*/
    /*letter-spacing:3px !important;*/
    color: #666666 !important;
}

@media screen and (max-width: 768px) {
    .holder {
        min-height: initial;
    }
}
