﻿@charset "utf-8";

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_x0psfw910r.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_x0psfw910r.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_x0psfw910r.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_x0psfw910r.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

html {
    background: #FFF;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

body {
    font-size: 14px;
    min-width: 1200px;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background: #ffffff;
    color: #333333;
    font-family: SourceHanSansCN-Regular, Helvetica Neue, PingFang SC, sans-serif;
}

body, a {
    color: #333;
}

/*网站字体颜色*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

ul, ol, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft Yahei";
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

input::-webkit-input-placeholder {
    color: #d1d1d1;
}

/*行内标签处理*/
i, em, s {
    font-style: normal;
    text-decoration: none;
}

i {
    cursor: pointer;
}

input, textarea {
    outline: none;
}

textarea {
    resize: none;
}

input[disabled], button[disabled] {
    border: 1px solid #DDD !important;
    background-color: #F5F5F5 !important;
    color: #ACA899 !important;
}

img{max-width: 100%;}

/*快捷类名*/
.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

p {
    word-spacing: 0;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.center {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative
}

.fcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fbc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*=================常用样式=======================/
/*显示2行标题 */
.cols2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cols3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*标题*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

.mt10 {
    margin-top: 10px;
}

/* a链接样式 */
a {
    text-decoration: none;
}

a:hover {
    color: #C20921;
}

a:focus {
    outline: 0;
}

/*顶部广告*/
.topadcs {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 0;
}

.topadcs a img {
    width: 100%;
    display: block;
}

.topadcs a {
    display: block;
    margin: 0 auto;
}

.topadcs, .topadcs a.fullad {
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.content-new {
    width: 1000px;
    margin: 0 auto;
}

/*公用内容样式*/
.news_info p, .help_info p {
    margin: 15px 0;
    line-height: 26px;
}

.news_info p b, .help_info p b {
    margin-top: 20px;
    display: inline-block;
    text-indent: 0; /*text-indent: -2em;*/
}

.news_info p img, .help_info p img {
    margin: 0 auto;
}

.news_info img, .help_info img {
    width: auto;
    max-width: 100%;
}

/*模式1*/
.left {
    width: 240px;
    float: left;
    margin-top: 35px;
}

.right {
    width: 930px;
    float: right;
    margin-top: 35px;
}

.h_nav li a:-webkit-any-link {
    display: block;
}

/*面包屑地址*/
.addr {
    height: 60px;
    border-bottom: 2px solid #CCCCCC;
    overflow: hidden;
}

.addr h3 {
    width: 400px;
    float: left;
    font: 22px "Microsoft YaHei";
    color: #333;
    overflow: hidden;
    line-height: 60px;
}

.addr h4 {
    width: 800px;
    height: 60px;
    float: right;
    text-align: right;
    font: 15px "Microsoft YaHei";
    color: #999999;
    line-height: 60px;
}

.addr h4 a {
    color: #999;
}

.addr h4 em a, .addr h4 a:hover {
    color: #C20921;
}

/*在线客服*/
.kef {
    position: fixed;
    width: 70px;
    right: 0;
    z-index: 999;
    top: 25%;
}

.kef li {
    width: 70px;
    height: 66px;
    background: #C20921;
    text-align: center;
    margin-bottom: 1px;
    position: relative;
}

.kef li em {
    display: block;
    height: 60px;
    line-height: 60px;
}

.kef li img {
    display: inline-block;
    padding-top: 18px;
}

.kef li.tel i {
    position: absolute;
    right: -160px;
    top: 0;
    background: #C20921;
    display: none;
    height: 66px;
    min-width: 160px;
    transition: all .25s linear;
    font-size: 20px;
    color: #fff;
    line-height: 66px;
}

.kef li.vx i {
    width: 100px;
    height: 100px;
    display: none;
    position: absolute;
    left: -102px;
    top: 0;
}

.kef li.vx i img {
    padding-top: 0;
    width: 0;
    height: 0;
    float: right;
    transition: all .25s linear;
}

.kef li.tel:hover i {
    right: 0;
    z-index: 1;
    display: block;
}

.kef li.vx:hover i {
    display: block;
}

.kef li.vx:hover i img {
    width: 100px;
    height: 100px;
}

/*顶部样式*/
.header .top {
    height: 155px;
    padding-top: 5px;
    box-sizing: border-box;
}

.header .logo {
    float: left;
    display: inline;
}

.header .logo a {
    display: block;
}

.header .logo img {
    width: 135px;
    height: 135px;
}

.header .header-line {
    margin-right: 35px;
    margin-left: 40px;
    vertical-align: top;
    margin-top: 15px;
    display: inline-block;
}

.header .header-text {
    display: inline-block;
    margin-top: 35px;
}

.header .header-text h2 {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 1px;
}

.header .header-text h3 {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    margin-top: 25px;
}

.header .header-text h4 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.header .header-text h2 em {
    color: #EF8301;
}

.header .header-text h2 span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 9px;
    line-height: 18px;
    color: #999;
    text-align: center;
}

.header .tel {
    float: right;
    margin-top: 17px;
    background: url(../img/tel.png) no-repeat left top;
    min-height: 34px;
    padding-left: 65px;
    color: #C20921;
}

.header .tel .tel-text {
    font-size: 20px;
    display: block;
    color: #C20921;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.header .tel .tel-phone {
    font-size: 37px;
    display: block;
    color: #C20921;
    font-weight: bold;
    font-style: italic;
    line-height: 45px;
}

.header .nav {
    width: 100%;
    background-color: #4D4D4D;
}

.header .nav ul {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.header .nav li {
    line-height: 65px;
    height: 65px;
    background: url(../img/n_bor.png) no-repeat right center;
}

.header .nav li:last-child {
    margin-right: 0;
}

.header .nav li:last-child:after {
    display: none;
}

.header .nav li a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0 30px;
    transition: all .1s linear;
    letter-spacing: 1px;
}

.header .nav li.cur a, .header .nav li:hover a {
    background: #C20921;
}

/*底部样式*/
.foot {
    width: 100%;
    background-color: #C20921;
}

.foot .content-top {
    width: 1200px;
    height: 345px;
    margin: 0 auto;
}

.foot .content-bottom {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #A7081C;
}

.foot-t {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}

.foot-t-l {
    width: 305px;
}

.foot-t-l h3 {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.foot-t-l h3 span {
    display: block;
    font-size: 13px;
    opacity: 0.7;
}

.foot-t-l p a {
    display: block;
    float: left;
    color: #fff;
    opacity: 0.7;
    line-height: 13px;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 52px;
    letter-spacing: 1px;
}

.foot-t-l p a:nth-child(odd) {
    width: 90px;
    padding-right: 9px;
}

.foot-t-l p a:nth-child(even) {
    width: 90px;
}

.foot-t-l p a:before {
    margin-right: 9px;
    display: inline-block;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-left: 5px solid white;
    border-bottom: 5px solid transparent;
}

.foot-t-l p a:hover {
    opacity: 1;
}

.foot-t-l img {
    vertical-align: top;
    margin-right: 15px;
}

.foot-t-c {
    width: 380px;
}

.foot-t-c h3 {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.foot-t-c h3 span {
    display: block;
    font-size: 14px;
    opacity: 0.7;
}

.foot-t-c p {
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 30px;
    color: #fff;
    opacity: 0.7;
}

.foot-t-c p span {
    margin-left: 17px;
}

.foot-t-c p a {
    color: white;
}

.foot-t-c p a:hover {
    color: white;
}

.foot-t-c .connect-div {
    display: flex;
    justify-content: space-between;
}

.foot-t-c img {
    vertical-align: top;
    margin-right: 15px;
}

.foot-t-r {
    width: 200px;
}

.foot-t-r p {
    margin-bottom: 17px;
}

.foot-t-r em {
    float: right;
    margin-top: 50px;
}

.foot-t-r em i {
    display: inline-block;
    margin-right: 22px;
}

.foot-t-r em i span {
    display: block;
    color: #fff;
    font-size: 19px;
    margin-top: 9px;
    opacity: 0.9;
    text-align: center;
    font-weight: 300;
}

.foot-t-r em i:last-child {
    margin-right: 0;
}

.foot-t-r em i img {
    width: 130px;
    height: 130px;
}

.foot-b {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #fff;
    opacity: 0.7;
}

.foot-b-l {
    width: 260px;
    float: left;
}

.foot-b-c {
    display: flex;
    justify-content: space-between;
}

.foot-b-c a {
    color: #fff;
}

/*内页下面间隔*/
.content_box {
    padding-bottom: 80px;
}

/*分页*/
.pagination {
    padding: 10px 0;
    text-align: center;
}

.pagination li {
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin: 0 2px;
}

.pagination .active {
    background: #C20921;
    color: #FFF;
    border-color: #C20921;
    margin: 0 2px;
}

.pagination .disabled {
    color: #aaa;
}

.pagination a {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 12px;
}

.pagination span {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 12px;
}