@charset "utf-8";
/* CSS Document */
/*公共样式与首页样式*/
A {
    TEXT-DECORATION: none;
}

A:link {
    color: #454545;
    outline: none;
}

A:visited {
    color: #454545
}

A:active {
    color: #454545
}

A:hover {
    COLOR: #e32735
}

BODY {
    margin: 0px;
    font-family: "微软雅黑";
    background: #ffffff;
    color: #555555;
    width: 100%;
    height:100%;
    background-size:100% auto;
    background-attachment: fixed;

}
html{

    width: 100%;
    height:100%;
}

p, h1, h2, h3, h4, h5, h6, ul, li, input, dl, dt, dd, header, article, iframe, footer, ol, div, img {
    margin: 0px;
    padding: 0px;
}

input {
    border: 0px;
}

img {
    border: 0px;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

a, li, i, em, span {
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

b, label {
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, button, select, textarea {
    outline: none;
    font-family: "微软雅黑";
    font-size: 12px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

.main {
    width: 1200px;
    margin: 0px auto;
    padding:80px 0 30px 0;
    overflow: hidden;
}

body {
    font-size: 14px;
    line-height: 24px;
}

.logo{
    width:100%;
    text-align: center;
    float:left;
    margin-bottom: 50px;
}
.logo img{
    max-height: 160px;
}
.kk{
    width:100%;
    float:left;
    background-color: rgba(255,255,255,.85);
    -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
.md15{
    margin-bottom: 20px;
}
.kk_bt{
    width:100%;
    float:left;
    line-height: 45px;
    border-bottom: solid 1px rgba(0,0,0,.3);
    padding-left: 20px;
    font-size:16px;
    margin-bottom: 15px;
    color:#333;
}
.lx_nr{
    padding:5px 20px 20px 20px;
    width:100%;
    float:left;
}
.foot{
    width:100%;
    color:#fff;
    text-align: center;
    padding-top: 15px;
    float: left;
}
.foot a{
    color:#fff;
}
.kk_bt.bt1 b{
    color:#fff;
    background-color: #cc0303;
}
.kk_bt b{
    padding:2px 5px;
    -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
    margin-right: 5px;
    font-weight: bold;
}
.kk_bt{
    font-weight: bold;
}
.kk_bt.bt2 b{
    color:#fff;
    background-color: #024480;
}
#ewm{
    display: block;
    width:105px;
    position: fixed;
    z-index: 10;
    right: 0;
    top:192px;
    border: solid 8px #fff;
}
#ewm img{
    width:100%;
}
@media only screen and (max-width:1200px){
   .main{
       width:100%;
       padding:15px;
   }
    .logo{
        margin-bottom: 30px;
        padding-top: 10px;
    }
    .logo img{
        max-height: 35px;
    }
    #owl-demo1 p, #owl-demo2 p {
        font-size: 13px!important;
    }
    .foot{
        padding: 0;
    }
    .md15{
        margin-bottom: 15px;
    }
    .kk_bt{
        font-size:14px;
    }
    body {
        font-size: 13px;
        line-height: 22px;
    }
    #ewm{
        display: none;
    }
}
