@charset "utf-8";

/* CSS Document */

/* 全局样式
-------------------------------------------------------------- */
/* html,body,a,p,span,ul{margin:0;padding:0;border:none;color:#666;list-style:none;font-size:14px;font-family:"Microsoft Yahei","Arial";} */
html,
body,
a,
p,
span,
ul {
    margin: 0;
    padding: 0;
    border: none;
    color: #666;
    list-style: none;
    font-size: 16px;
    font-family: "Microsoft Yahei", "Arial";
}

p {
    line-height: 25px;
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

td {
    font-size: 14px;
}

body {
    overflow-x: hidden;
}

/* 链接样式 */
a {
    outline: none;
    text-decoration: none;
}

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

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

*,
::after,
::before {
    box-sizing: border-box
}

/* 常用元素 */
.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

.clearfix:after {
    content: '';
    height: 0;
    clear: both;
    display: block;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    line-height: 1;
}

input,
input:focus,
button,
button:focus,
textarea,
textarea:focus,
select,
select:focus,
select:active {
    border: none;
    box-shadow: none;
    outline: 0;
}
@font-face {
    font-family: 'QianTU';
    src: url('/template/default/index/4105/fonts/QianTuBiFengShouXieTi-2.ttf');
    font-weight: normal;
    font-style: normal;
}

/* 层浮动 */
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
}

/* 文字对齐 */
.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.visible-xs {
    display: none !important;
}

.page {
    overflow-x: hidden;
}

.dis_flex {
    display: flex;
}

.dis_center {
    align-items: center;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font36 {
    font-size: 36px;
}

.one_line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.w100 {
    width: 100%;
}

.pd20 {
    padding-left: 20px;
    padding-right: 20px;
}

.height90 {
    height: 90px;
}

.content {
    min-height: 30vh;
}

@media screen and (min-width:768px) {
    .trans {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }
}

@media screen and (max-width:1366px) {

    .font36 {
        font-size: 34px;
    }
}

@media screen and (max-width:1280px) {

    .font36 {
        font-size: 32px;
    }
}

@media screen and (max-width:991px) {
    .height90 {
        height: 80px;
    }

    .font36 {
        font-size: 30px;
    }

}

@media screen and (max-width:767px) {
    .height90 {
        height: 70px;
    }

    .font18 {
        font-size: 16px;
    }

    .font36 {
        font-size: 24px;
    }

}

@media screen and (max-width:414px) {
    .font36 {
        font-size: 24px;
    }
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
}

@media (max-width:1580px) {
    .container {
        padding: 0 5%;
    }
}

@media (max-width:1440px) {
    .container {
        padding: 0 5%;
    }
}

@media (max-width:1280px) {
    .container {
        padding: 0 5%;
    }
}

@media (max-width:991px) {
    .container {
        padding: 0 4%;
    }
}

@media (max-width:900px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width:767px) {
    .container {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}


