body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, figcaption, figure, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}
body, button, input, select, textarea {
    font: 12px/1 Lucida Grande, 'Microsoft YaHei', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace
}
a{text-decoration:none}
* {
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
iframe{
    border:none;
}
li {
    list-style: none;
}

input {
    outline: none;
}
strong{
}
a{
    color: #666666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html{ width:100%; height:100%;}
body {
    height: 100%; width:100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
img {
    border: none;
    vertical-align: middle;
}
address, cite, dfn, em, var,i {
    font-style: normal
}

/* 去除iphone ipad 设备默认按钮样式 */
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #cccccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cccccc;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cccccc;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.tit{ text-indent: 2em;}
.bgColor{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 11;
    display: none;
    transition: all .25s;
}
body {
    font-size: 12px;
    background-color: #ffffff;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.bgWhite{ background-color: #ffffff;}
.laryWidth{
    max-width: 1200px;
    margin: 0 auto;
}
.laryWidths{
    max-width: 1260px;
    margin: 0 auto;
}

.hearder{
    padding: 14px 0;
    color: #ffffff;
    background-color: #3a3a3a;
}
.hearder .top{
    text-align: right;
}
.hearder .top span{
    cursor: pointer;
}
.hearder .top em{
   padding: 0 10px;
}
.hearder .top span:hover,.hearder .bot .nav li a:hover{
    color: #15b265;
}
.hearder .bot .logo{
    float: left;
}
.hearder .bot .nav{
    float: right;
    margin-top: 20px;
}
.hearder .bot .nav li{
    float: left;
    margin-left: 40px;
    line-height: 40px;
    transition: all .25s;
}
.hearder .bot .nav li a{
    font-size: 18px;
    color: #ffffff;
}
.hearder .bot .nav li.on a{
	color: #15b265;    border-bottom: 2px solid #15b265;
    padding-bottom: 40px;}

.hearder .bot .smallNav{
    float: right;
    display: none;
    position: relative;
}
.hearder .bot .smallNav .ci_navbar{
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
}
.hearder .bot .smallNav .navList{
    display: none;
    position:absolute;
    top:70px;
    right:-10px;
    margin:0;
    padding-bottom:20px;
    width:200px;
    text-align: center;
    border:1px solid #3a3a3a;
    background-color:#3a3a3a;
    list-style:none;
    z-index:9999;
    color: #ffffff;
}
.hearder .bot .smallNav .navList li a{
    color:#ffffff;
    font-size:16px;
    position: relative;
    padding:30px 10px 0;
    line-height:18px;
    display:block
}
.hearder .bot .smallNav .navList li a:hover{
    color:#aaaaaa;
}
.footer{
	background: url("../images/copybg.jpg") no-repeat;
    background-size: cover;
    padding: 0px 0 0px;
    color: #ffffff;
    min-height:600px;
    background-size: cover;
    margin: 0 auto;
}
.footer h3{ color:#15b265; margin-bottom: 10px;}
.footer .top{
    padding:80px 0 40px;
}
.footer .top>div{
    width: 33%;
    float: left;
    font-size: 14px;
    line-height: 32px;
    transition: all .25s;
}
.footer .top>div:nth-of-type(2){
    width: 34%;
    line-height: 40px;
}
.footer .linkBot p{
    float: left;
    width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer .linkBot p a{
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.footer .linkBot p a:hover{
    color: #15b265;;
}
.footer .linkTips a{
    float: left;
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 3px;
    margin-right: 10px;
}
.footer .top>div h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 10px;
}
.footer .bot{
    padding:60px 10px 50px;
    font-size: 14px;
    text-align: center;    
    line-height:36px;
}
@media (max-width:1100px){
    .hearder .bot .nav li{ margin-left: 22px;}
}
@media (max-width:980px){
    .hearder .top,.hearder .bot .nav{ display: none;}
    .hearder .bot{ padding: 0 26px;}
    .hearder .bot .smallNav{ display: block;}
    .footer .top{ padding:80px 26px 40px}
    .footer .linkBot p{ width: 50%;}
}
@media (max-width:780px){
    .footer .top>div{ width: 38% !important;}
    .footer .top>div:last-child{ width: 24% !important;}
    .footer .linkTips a{ margin-bottom: 10px; margin-right: 0;}
}
@media (max-width:680px){
    .footer .top>div,.footer .top>div:last-child{ width: 100% !important;}
    .footer .top>div:last-child a{ margin-right: 10px;}
    .footer .top>div:nth-of-type(2){ padding: 20px 0; width: 100% !important;}
    .footer .top>div:nth-of-type(2) p{ width: 120px;}
}