body {
    overflow-x: hidden;
}

h1 {
    font-size: 28px;
    color: #1c1c1c;
}

a:hover {
    cursor: pointer;
}

a:link {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
    color: #000;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.xt-left {
    float: left;
}

.xt-right {
    float: right;
}

.xt-tr {
    text-align: right;
}

.xt-tl {
    text-align: left;
}

.bg-f0 {
    background: #f0f0f0;
}

.clearfix {
    zoom: 1;
    _zoom: 1;
    zoom: 1\0;
    clear: both;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

.clear {
    clear: both;
}

.header {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    height: 120px;
}

.header .header-logo {
    width: 30%;
    margin: 3% 0;
}

.header .logo-text {
   font-size: 40px;
}

.header .header-nav {
    width: 70%;
    margin: 3% 0;
}

.header .header-nav>ul {
    width: 100%;
    font-size: 24px;
}

.header .header-nav>ul>li {
    float: right;
    margin-left: 100px;
    padding: 10px 0;
    position: relative;
}

.header .header-nav>ul>li i {
    position: absolute;
    top: 19px;
    right: -25px;
    display: block;
    width: 18px;
    height: 11px;
    background: url("../images/product_show.png");
}

.header .header-nav>ul>li a {
    padding: 20px 0;
}

.header .header-nav>ul>li .header-menu {
    display: none;
}

.header .header-nav>ul>li:hover .header-menu {
    display: block;
}

.header .header-nav .header-menu {
    padding-top: 61px;
    width: 200px;
    position: absolute;
    color: #1c1c1c;
    font-size: 20px;
    text-align: left;
    left: -33%;
    top: 23px;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
}

.header .header-nav .header-menu li {
    background: #fff;
    border: 1px solid #eee;
}

.header .header-nav .header-menu li:hover {
    background: #edf6ff;
    cursor: pointer;
}

.header .header-nav .header-menu li a {
    display: block;
    padding: 20px 30px;
}

.header .header-nav .select {
    border-bottom: 3px solid #4ca3ff;
    color: #4ca3ff !important;
}

.header .header-nav .select a {
    color: #4ca3ff
}

.header .header-nav .select .header-menu a {
    color: #000
}

.header .header-nav .select .show a:visited {
    color: #4ca3ff;
}

.title {
    font-size: 32px;
    color: #1c1c1c;
    width: 100%;
    padding-left: 14px;
    position: relative;
}

.title i {
    width: 4px;
    background: #4ca3ff;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
}

.footer {
    width: 100%;
    background: #2a3037;
    /* min-height: 184px; */
    text-align: center;
    color: #fff;
    /* padding-bottom: 80px; */
}

.footer .footer-txt {
    width: 100%;
    font-size: 20px;
    padding: 3.5% 0;
}

.footer .footer-txt span {
    padding: 0 20px;
}

.footer .footer-txt .border-2px {
    border-right: 2px solid #fff;
}

.footer .footer-txt a {
    color: #fff;
}

.footer .footer-txt a:hover {
    text-decoration: underline;
}

.footer p {
    width: 100%;
    font-size: 15px;
    color: #737373;
}

.footer p a {
    color: #737373;
    text-decoration: none;
}

.footer p a:hover {
    text-decoration: underline;
}

.footer .recordcode {
    margin-top: 10px;
}

.footer .recordcode i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url(../images/icon-police.png) 0 0 no-repeat;
    vertical-align: middle;
    margin-top: -4px;
}
.foot-box-info{
  margin: 0 auto;
  width: 1420px;
  padding-top: 15px;
}
.foot-box-info p{
  width: auto !important;
  font-size: 20px !important;
}

/*# sourceMappingURL=common.css.map */

.display_box {
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    /* 其他浏览器兼容 */
    display: -moz-box;
    -moz-box-align: center;
    -ms-box-align: center;
    -ms-flex-align: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -ms-flex-pack: center;
    /* IE浏览器 */
    display: -ms-flexbox;
}

.display_block {
    display: block;
}

.display_box_pack {
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    /* 其他浏览器兼容 */
    display: -moz-box;
    -moz-box-align: center;
    -ms-box-align: center;
    -moz-box-pack: start;
    -ms-flex-align: center;
    -ms-box-pack: start;
    -ms-flex-pack: start;
    /* IE浏览器 */
    display: -ms-flexbox;
    -ms-flex-direction: column;
}

.display_box_v {
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    /* 其他浏览器兼容 */
    display: -moz-box;
    -moz-box-align: center;
    -ms-box-align: center;
    -moz-box-pack: start;
    -ms-flex-align: center;
    -ms-box-pack: start;
    -ms-flex-pack: start;
    /* IE浏览器 */
    display: -ms-flexbox;
    -ms-flex-direction: column;
}

.bg_color_e5 {
    background-color: #e5e5e6;
}

.color_wt {
    color: #ffffff;
}

.color_00 {
    color: #000000;
}

.color_bk {
    color: #373637;
}

.bg_color_wt {
    background-color: #ffffff;
}

.pt_relative {
    position: relative;
}

.bg_color_2023 {
    background-color: #202325;
}

.fts24 {
    font-size: 24px;
}

.fts16 {
    font-size: 16px;
}

.position_rlt {
    position: relative;
}

.position_abt {
    position: absolute;
}

.right_0 {
    right: 0px;
}

.text_align_left {
    text-align: left;
}