/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    border: medium none;
    margin: 0;
    padding: 0;
}
/** 设置默认字体 **/
body,
button,
input,
select,
textarea {
    font: 12px/1.5 "SimSun", Tahoma, Arial, sans-serif;
}
input,
select,
form img,
button {
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
em {
    font-style: normal;
}
/** 重置列表元素 **/
ul,
ol {
    list-style: none;
}
/** 重置超链接元素 **/
a {
    text-decoration: none;
    color: #fff;
}
/** 重置图片元素 **/
img {
    border: none;
}
/** 重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/** 清楚浮动 **/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */
textarea,
input {
    resize: none;
}
a,
textarea,
input,
button {
    outline: none;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.coz {
    clear: both;
    overflow: hidden;
    zoom: 1;
}
/*** font ***/
.word_break {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.f14 {
    font-size: 14px;
}
.fb {
    font-weight: bold;
}
.db {
    display: block;
}
.dn {
    display: none;
}
.di {
    display: inline;
}
.tc {
    text-align: center;
}
.vam {
    vertical-align: middle;
}
.lh18 {
    line-height: 18px;
}
.lh20 {
    line-height: 20px;
}
.lh22 {
    line-height: 22px;
}
.lh24 {
    line-height: 24px;
}
.lh26 {
    line-height: 26px;
}
.lh28 {
    line-height: 28px;
}
.lh30 {
    line-height: 30px;
}
.font_wryh {
    font-family: '微软雅黑', '黑体', '宋体';
}
/** position **/
.re {
    position: relative;
    z-index: 1;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.frdi {
    float: right;
    display: inline;
}
.fldi {
    float: left;
    display: inline;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p15 {
    padding: 15px;
}
.p20 {
    padding: 20px;
}
.fn-hide {
    display: none;
}
/* ====================== 重置结束 ===================== */



.top{
    width: 100%;
    height: 100px;
    background: #e6dad2;
}
.up{
    width: 80%;
    height: 100px;
    margin-left: 10%;
}
.up span{
    line-height: 50px;
    float: left;
    font-family: 楷体;
    font-size: 26px;
    color: #00aaee;
    /*margin-left: 30%;*/
    font-weight: 700;
    background-color: #fff;
    border: 2px solid #00aaee;
    border-radius:5px;
    margin-top: 20px;
    padding:0 2%;
    float: right;
}
.content{
    width: 80%;
    margin-left: 10%;
}
.content img{
    width: 100%;
    height: 100%;
    margin-top: 3%;
}
.radio{
    margin-top: 3%;
    text-align: center;
    /*background-color: red;*/
}
.product{
    margin-top: 3%;
    text-align: center;
    /*background-color: green;*/
}
.product img{
    width: 30%;
}
.video {
    margin-top: 2%;
    width: 70%;
    /*height: ;*/
}
.text{
    border-radius:5px;
    margin-left: 10%;
    margin-top: 30px;
    width: 80%;
    font-size: 18px;
    text-align: center;
    font-family: 黑体;
}

.logo{
    width: 100px;
    float: left;
}
.bg{
    background-color: #f7f5f0;
}
.purduct{
    font-size: 20px;
    color: #00aaee;
    font-family: 微软雅黑;
}
.line{
    font-size: 20px;
    color: #00aaee;
}
.talk{
    margin:50px auto;
    width: 40%;
    border-radius:10px;
    padding-top: 50px;
    border: 2px solid #00aaee;
    text-align: center;
    /*width: 300px;*/
    height: 200px;
    color: #6e3115;
    /*color: #6e3115;*/
    /*margin-top: 50px;*/
    font-size: 20px;
    /*margin-right: 20%;*/
    font-weight: 700;
    background-color: #fff;
}
.bottom{
    width: 100% ;
    height: 50px;
    /*background-color: red;*/
}
.videotext{
    font-size: 30px;
    font-family: 微软雅黑;
    color:#6e3115;
}
@media screen and (min-width:900px){
    .talk{
        margin:50px auto;
        width: 70%;
        border-radius:10px;
        padding-top: 50px;
        border: 2px solid #00aaee;
        text-align: center;
        /*width: 300px;*/
        height: 200px;
        color: #6e3115;
        /*color: #6e3115;*/
        /*margin-top: 50px;*/
        font-size: 30px;
        /*margin-right: 20%;*/
        font-weight: 700;
        background-color: #fff;
    }
    .text{
        border-radius:5px;
        margin-left: 10%;
        margin-top: 30px;
        width: 80%;
        font-size: 36px;
        text-align: center;
        font-family: 黑体;
        /*position: absolute;*/
        /*bottom: 0;*/
    }
    /*.product img{*/
        /*width: 60%;*/
    /*}*/
}
@media screen and (min-width:600px) and (max-width:900px){
    .talk{
        margin:50px auto;
        width: 70%;
        border-radius:10px;
        padding-top: 50px;
        border: 2px solid #00aaee;
        text-align: center;
        /*width: 300px;*/
        height: 200px;
        color: #6e3115;
        /*color: #6e3115;*/
        /*margin-top: 50px;*/
        font-size: 30px;
        /*margin-right: 20%;*/
        font-weight: 700;
        background-color: #fff;
    }
    .text{
        border-radius:5px;
        margin-left: 10%;
        margin-top: 30px;
        width: 80%;
        font-size: 36px;
        text-align: center;
        font-family: 黑体;
        /*position: absolute;*/
        /*bottom: 0;*/
    }
}
@media screen and (max-width:600px){

}



