/*模板插件说明*/
/*backgroundsize.min.htc 支持低版本IE background-size:cover和100% 两个数值
background-size:cover
-ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
*/
/*placeholder.js 支持低版本IE input自带提示*/
/*respond.js 支持低版本IE 媒体查询（需要起服务才能体现）*/
/*jquery.SuperSlide.2.1.2.js 支持低版本IE 各种常见轮播JS http://www.superslide2.com*/
/*模板插件说明end*/

/*基本颜色*/
@backbg:#f9f9f9;/*灰色背景色*/
@white:#FFFFFF;/*白色*/
@black:#000000;/*黑色*/
@color3:#333333;/*默认字体*/
@color6:#666666;/*详情字体*/
@color9:#999999; /*次要字体*/
@bcolor:#ccc; /*边框*/
@footbg:#f0f0f0;/*最底部foot灰色背景*/
@SimSun:SimSun;/*宋体*/
@YaHei:Microsoft YaHei;/*微软雅黑*/
@Arial:Arial;/*英文，符号*/
/*基本颜色end*/

/*全局*/
* {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style-type: none;
}

img {
    border: none 0;
    vertical-align: middle;
}

button,
select,
input {
    font-family: "Microsoft YaHei";
}

ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

input,
textarea {
    resize: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after,
.container:after,
ul:after,
dl:after{
    content: '';
    clear: both;
    display: table;
}

body,
html {
    position: relative;
    font: normal 12px/1.5 "Microsoft YaHei", Helvetica, Arial;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
    background:url(../images/bg-cloud.png) no-repeat center top #FFFFFF;
    background-position: center 57px;
    background-size: 100% auto;
}

.container {
    position: relative;
    width: 1150px;
    margin: 0 auto;
    z-index: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c8c8c8;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c8c8c8;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c8c8c8;
}
/* 全局end */
/*皮肤*/