﻿.clearfix {
    *zoom: 1;
}

ul, li {
    list-style: none;
}

.color-main {
    color: #999999;
}

.fontsize9 {
    font-size: 9px;
}

.fontsize12 {
    font-size: 12px;
}

.fontsize14 {
    font-size: 14px;
}

.fontsize16 {
    font-size: 16px;
}

.fontweightbold {
    font-weight: bold;
}

.mauto {
    margin: 0px auto;
}

.mleft10 {
    margin-left: 10px;
}

.mleft15 {
    margin-left: 15px;
}

.mtop5 {
    margin-top: 5px;
}

.mtop10 {
    margin-top: 10px;
}

.mtop15 {
    margin-top: 15px;
}

.pleft10 {
    padding-left: 10px;
}

.pleft15 {
    padding-left: 15px;
}

.pleft20 {
    padding-left: 20px;
}

.pright0 {
    padding-right: 0px !important;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}
/*链接部份*/
a.link_main {
    color: #1686cc;
}

    a.link_main:hover {
        color: #FF6A00;
    }

a.link_normal {
    font-size: 13px;
    color: #333333;
}

    a.link_normal:hover {
        color: #FF6A00;
    }

a.link_yellow:hover {
    color: #FF6A00;
}

a.link_yellow {
    color: #333333;
}

    a.link_yellow:hover {
        color: #FF6A00;
    }

a.link_fontsize12 {
    font-size: 12px;
}

a.link_fontsize14 {
    font-size: 14px;
}

a.link_fontsize16 {
    font-size: 16px;
}

a.linkbold {
    font-weight: bold;
}

a.btnba {
    display: block;
}

a.btnbabg-main {
    background-color: #ff6600;
}

    a.btnbabg-main:hover {
        background-color: #eb650c;
    }

a.color-white {
    color: white;
}

.w100p {
    width: 100%;
}

.w70p {
    width: 70%;
}

.w80p {
    width: 80%;
}
/*链接部份 end*/
/*背景*/
.bg1 {
    background-color: #f2f3f7;
}
/*背景色*/
.borderbottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e7e7;
}

.bordercolor1 {
    border-color: #f6f3f3 !important;
}

.liststyle1 {
    padding-left: 20px;
}

    .liststyle1:before {
        content: "\2022";
    }

img.fangda {
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}

    img.fangda:hover {
        transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -moz-transform: scale(1.1); /* Firefox */
        -webkit-transform: scale(1.1); /* Safari 和 Chrome */
        -o-transform: scale(1.1);
    }


.hide {
    display: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #666;
    font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666;
    font-size: 16px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

textarea::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

textarea:-moz-placeholder, textarea:-moz-placeholder {
    color: #666;
    font-size: 16px;
}

textarea::-moz-placeholder, textarea::-moz-placeholder {
    color: #666;
    font-size: 16px;
}
textarea:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}