@charset "utf-8";
body {
    color: #666;
    font-size: 12px;
    font-family: "Myriad Pro",Arial,"Noto Sans CJK SC","Source Han Sans SC", " NotoSansHans-Regular ", "PingFang SC", "Microsoft YaHei", sans-serif;"Myriad Pro",Arial,"Noto Sans CJK SC","Source Han Sans SC", " NotoSansHans-Regular ", "PingFang SC", "Microsoft YaHei", sans-serif;
    min-width: 1270px;
    letter-spacing:1px
}

div,
body,
img,
p,
img,
dl,
dt,
dd,
h2,
h1,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
    border: 0;
    font-style: normal;
    font-weight: normal;
}

a:link {
    text-decoration: none;
    behavior: url(/scripts/blur.htc);
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}

a:active {
    outline: none;
    text-decoration: none;
}

em,
i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Arial;
    vertical-align: middle;
    resize: none;
}

input:focus,
textarea:focus {
    outline: none;
}


/*删除火狐下按钮默认样式*/

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}


/*浮动*/

.clearboth:after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
    height: 0;
}

.clearboth {
    *zoom: 1;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.FR {
    float: right!important;
}

.FL {
    float: left!important;
}


/*字体*/

.Arial {
    font-family: Arial;
}

.YaHei {
    font-family: "Microsoft YaHei", "微软雅黑";
}

.f16 {
    font-size: 16px;
}

.Blue,
a.Blue {
    color: #2873B4 !important;
}

a:hover.Blue {
    color: #f60 !important;
}

.Red,
a.Red:link,
a.Red:visited {
    color: #c30008;
}


/*上下间距*/

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb18 {
    margin-bottom: 18px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}


/*公用*/

.div100 {
    width: 100%;
}

.pubdiv {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

.B {
    font-weight: bold;
}

.Text_l {
    text-align: left;
}

.Text_r {
    text-align: right;
}

.Text_c {
    text-align: center;
}

.animate {
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.all {
    width: 1200px;
    margin: 0 auto;
}

/*返回顶部*/
.backtop{
    position: fixed;
    z-index: 9;
    width: 48px;
    height: 45px;
    background: url("/assets/static/images/backtop.jpg") no-repeat;
    right: 5%;
    bottom: 10%;
    cursor: pointer;
    display: none;
}
.backtop:hover{
    opacity: .8;
}




















