@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
    font-size: 625%;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    resize: none;
    border: none;
    outline: none;
}

/* 取消链接高亮 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}  

body {
    font: 12px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;
    color: #333; 
}

em,
i {
    font-style: normal;
}

ul,
li {
    list-style-type: none;
}

strong {
    font-weight: normal;
}

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

a {
    text-decoration: none;
    color: #333;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%; 
}

img {
    border: none;
} 

/*单行溢出*/
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*多行溢出 手机端使用*/
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}

/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,
a:active,
a:visited,
a:hover {
    /* background: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
} 

.fl {
    float: left;
}

.fr {
    float: right;
}

.db {
    display: block !important;
}

.dn {
    display: none;
}

.divider {
    width: 100%;
    height: 7.5px;
    background-color: #f5f5f5;
    clear: both;
}  


/* 底部 */
footer {
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
    color: #033333;
    padding-bottom: 15px;
    margin-bottom: 49px;
}

footer .foot_nav {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

footer .foot_box {
    text-align: center;
    margin: 10px auto;
}

footer p {
    line-height: 20px;
    text-align: center;
}

footer a {
    color: #033333;
}

/* 底部tab */
.footer_tab {
    height: 49px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
}

.footer_tab a {
    display: block;
    width: 25%;
    height: 49px;
    padding-top: 5px;
    text-align: center;
}

.footer_tab a i {
    display: block;
    margin: 0 auto;
    background-size: 100%;
}

.footer_tab a i.i1 {
    background: url("../images/home.png") no-repeat;
    width: 20px;
    height: 21px;
}

.footer_tab a i.i2 {
    background: url("../images/ku.png") no-repeat;
    width: 20px;
    height: 20px;
}

.footer_tab a i.i3 {
    background: url("../images/info.png") no-repeat;
    width: 18px;
    height: 20px;
}

.footer_tab a i.i4 {
    background: url("../images/bang.png") no-repeat;
    width: 22px;
    height: 20px;
}

.footer_tab a.active i.i1 {
    background: url("../images/home_active.png") no-repeat;
}

.footer_tab a.active i.i2 {
    background: url("../images/ku_active.png") no-repeat;
}

.footer_tab a.active i.i3 {
    background: url("../images/info_active.png") no-repeat;
}

.footer_tab a.active i.i4 {
    background: url("../images/bang_active.png") no-repeat;
}

.footer_tab a.active span {
    color: #dd0000;
}


.footer_tab a span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 3px;
}

/* 留言 */
.lyb {
    border: 1px solid #e83a3f;
    background-color: #fff;
}

.lyb h2 {
    height: 40px;
    line-height: 40px;
    background-color: #e83a3f;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

.lyb h2 i {
    position: absolute;
    background: url("../images/icon_lyb.png") no-repeat;
    display: block;
    width: 15px;
    height: 16px;
    top: 11px;
    left: 10px;
}

.lyb h2 span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 35px;
}

.lyb h2 em {
    font-size: 12px;
}

.lyb form {
    display: block;
    width: 319px;
    margin: 0 auto;
}

.lyb form input {
    border: none;
    outline: none;
}

.lyb form .inp {
    height: 42px;
    line-height: 42px;
    border: 1px solid #cccccc;
    margin: 10px auto;
    border-radius: 5px;
    position: relative;
    padding-left: 25px;
}

.lyb form .inp label {
    font-size: 15px;
    color: #666;
    margin-right: 4px;
}

.lyb form .inp input {
    font-size: 15px;
}

.lyb form .txt {
    height: 80px;
    line-height: 35px;
}

.lyb form .inp::before {
    position: absolute;
    content: "*";
    font-size: 16px;
    color: #e83a3f;
    left: 12px;
    top: 4px;
}

.lyb form .txt textarea label {
    display: inline-block;
    vertical-align: top;
    width: 20px;
}

.lyb form .txt textarea {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 42px);
    border: none;
    outline: none;
    height: 70px;
    padding-top: 7px;
    font-size: 15px;
    color: #000;
    font-family: "黑宋";
    resize: none;
}

.lyb form .agree span {
    color: #666;
}

.lyb form .agree a {
    color: #e83a3f;
}

.lyb form .btn_sub {
    text-align: center;
    background-color: #e83a3f;
    padding-left: 0;
    border: none;
    margin-bottom: 20px;
}

.lyb form .btn_sub input {
    color: #fff;
    background-color: #e83a3f;
    width: 318px;
    height: 34px;
}
