﻿@charset "utf-8";

/* CSS Document */
body,
ul,
ol,
dl,
li,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    font-family: "Microsoft YaHei";
}

img {
    border: none
}

input,
button,
textarea,
select {
    *font-size: 100%;
    border: none;
}

body {
    background: #fff;
    /* font: 16px/24px Microsoft YaHei, SimSun, Arial; */
}

ul,
ol {
    list-style: none;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*默认a标签样式*/
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    /*color:#999;*/
}

a:hover {
    color: #c9394a;
    /*text-decoration: underline;*/
}

a:active {
    color: #666;
}

/*浮动和清除浮动*/
.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    zoom: 1
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    visibility: visible;
    clear: both
}

/*显示隐藏*/
.hide {
    display: none
}

.show {
    display: block
}

/*表格table和td有边框*/
.boder_tl {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.boder_tl td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.boder_bl {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.boder_bl td {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.boder_tr {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.boder_tr td {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.boder_br {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.boder_br td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.txt_center {
    text-align: center;
}

/*表格table和tr有边框*/
.boder_ltr_trborder {
    border: 1px solid #ccc;
    border-bottom: none;
}

.boder_ltr_trborder tr {
    border-bottom: 1px solid #ccc;
}

.banner {
    height: 480px;
    width:100%;
    background: url('./banner22.jpg') no-repeat center/cover;
    /* background-position: center center; */
    /* background-size:100% 100% ; */
    min-width:1100px;
}
.content {
 min-width:1100px;
 max-width: 1200px;
 margin: 10px auto;
 border: 4px dashed  #888;
}
.container {
 min-width:1000px;
}

.box {
    padding: 70px;
    box-sizing: border-box;
}

img {
    height: 260px;
    padding: 3px 10px;
}

p {
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
}

.title {
    line-height: 50px;
    font-size: 24px;
    font-family: "黑体";
    font-weight: 700;
    text-align: center;
    color: white;
    background: #457ec1;
    /* background: #0983F1; */
    /* background: linear-gradient(to right, #D7EEFE, #2A5BA8); */
    border-radius: 5px 5px;
    margin-bottom: 20px;
}

a {
    color: white !important;
    text-decoration: none !important;
}

.mb {
    margin-bottom: 30px;
}

.footer {
    height: 60px;
    background-color: #333333;
}

.footer a {
    padding: 10px 10px;
}

.line-height {
    line-height: 60px;
    font-size: 16px;


}

.white {
    color: white;
}
