@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Alegreya:400,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Anton);
body{
    font-family: Arial,'Times New Roman','Roboto', sans-serif;
    overflow-x: hidden;
}
*,div,ul,li{padding: 0;border: 0;margin: 0;}
h1, h2, h3, h4, h5, h6{
    color: #333;
}
ul,li{list-style: none;}
section{
    padding: 50px 0;
}

p{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0.5rem;
}
p span.bold{ font-weight: bold;}
p span.bold.c{ color: #007130;}
p span.bold.c2{ color: #23948e;}
p span.bold.b{ padding-left: 20px;}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

a:hover {
    text-decoration: none;
}
i{font-style: normal;}

.col-md-offset-2{margin-left: 16.6%;}
.col-md-offset-3{margin-left: 25%;}

.form-btn{
   box-shadow: none;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border: 1px solid #007236;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 25px;
    color: white;
    width: 26%;
    background: #007236;
}
.form-btn:hover{
    color: #fff;
    background-color: #007236;
    border-bottom: 2px solid #bad18f;
}

::-webkit-input-placeholder{color: #c4c4c4;}    /* 使用webkit内核的浏览器 */
:-moz-placeholder{color: #c4c4c4;}                  /* Firefox版本4-18 */
::-moz-placeholder{color: #c4c4c4;}                  /* Firefox版本19+ */
:-ms-input-placeholder{color: #c4c4c4;}           /* IE浏览器 */

