
/*-----------------[初始化]--------------*/
body{color: #3d4c63;font-size: 14px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";}
a{color: #3d4c63;}
a:hover{color: #c2252e;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #3d4c63;font-family:"微软雅黑","Microsoft Yahei";outline: 0;}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #78899e;}
::-moz-placeholder {color: #78899e; }
::-ms-input-placeholder {color: #78899e;}

/*input[type="text"]:focus,input[type="password"]:focus,input[type="tel"]:focus{
    background: none;border: 1px solid #bbb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}*/
input.false:focus{border: 2px solid #ff1531;background: #fff;}

select{
    background: url(../images/bg-select.png) no-repeat right center;
    -o-background-size: 30px auto;
    -ms-background-size: 30px auto;
    -moz-background-size: 30px auto;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*布局*/
.wp{padding: 0 10px;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/


/*******************************
    -------[=导航]-------
********************************/


/*******************************
  -------[=banner]-------
*******************************/


/*******************************
  -------[=底部]-------
********************************/


/*******************************
    -------[=正文]-------
********************************/




