.footer-link {
    width: 100%;
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-top: 50px;
}

.footer-link .title {
    margin-bottom: 22px;
}

.footer-link .title h5 {
    display: inline-block;
    font-size: 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #323232;
    line-height: 28px;
    margin-right: 20px;
}

.footer-link h3 {
    font-size: 18px;
    font-weight: 400;
    color: #323232;
    line-height: 22px;
    margin-bottom: 5px;
}

.footer-link .links a {
    font-size: 16px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #5e5e5e;
    line-height: 24px;
    margin-right: 20px;
    display: inline-block;
}

#footer {
    width: 100%;
    min-width: 1200px;
}

.footer-icp {
    width: 100%;
    background: #c0130d;
    padding: 14px 0 22px 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.footer-icp p,
.footer-icp p * {
    line-height: 1.1;
    text-align: center;
    font-size: 14px;
    font-family: Helvetica;
    color: #ffffff;
    line-height: 25px;
}

.footer-icp p span,
.footer-icp p * span {
    margin: 0 15px;
}

.footer-icp p .span,
.footer-icp p * .span {
    margin: 0 8px;
}

.footer-icp .icp-top {
    font-size: 14px;
    font-family: Helvetica;
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer-icp p a:hover {
    color: #ffffff !important;
}

/*新增*/
.footer-link {
    overflow: hidden;
}

.footer-link .links-fl {
    /*width: 860px;*/
    float: left;
}

.footer-link .links-fr {
    float: right;
    overflow: hidden;
}

.footer-link .links-fr .links-APP,
.footer-link .links-fr .links-wechat {
    width: 99px;

    float: left;
    margin-right: 20px;
    text-align: center;
}

.footer-link .links-fr .links-APP img,
.footer-link .links-fr .links-wechat img {
    width: 100%;
    height: 100%;
    border: none;
}

.footer-link .links-fr .links-APP p,
.footer-link .links-fr .links-wechat p {
    padding-top: 5px;
}

.footer-icp p img {
    vertical-align: -4px;
}

.layout {
    width: 1200px;
    margin: 0 auto;
}

.container-wrap {
    overflow: hidden;
    margin-top: 20px;
    background-color: #fff;
}

.container-nc {
    overflow: hidden;
    margin-top: 20px;
    background-color: initial;
}

.column-1 {
    width: 8.33333333%;
    float: left;
}

.column-2 {
    width: 16.66666667%;
    float: left;
}

.column-3 {
    width: 25%;
    float: left;
}

.column-4 {
    width: 33.33333333%;
    float: left;
}

.column-5 {
    width: 41.66666667%;
    float: left;
}

.column-6 {
    width: 50%;
    float: left;
}

.column-7 {
    width: 58.33333333%;
    float: left;
}

.column-8 {
    width: 66.66666667%;
    float: left;
}

.column-9 {
    width: 75%;
    float: left;
}

.column-10 {
    width: 83.33333333%;
    float: left;
}

.column-11 {
    width: 91.66666667%;
    float: left;
}

.column-12 {
    width: 100%;
    float: left;
}

* {
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    text-decoration: none !important;
}

p {
    margin: 0px;
}

.inline {
    display: inline;
}

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

.over {
    overflow: hidden;
}

html {
    font-family: "Microsoft YaHei";
}

.text-14 {
    font-size: 14px;
    font-weight: 400;
    color: #5e5e5e;
}

.text-right {
    text-align: right;
}

.mr40 {
    margin-right: 40px !important;
}

.mt3 {
    margin-top: 3px;
}

.mt7 {
    margin-top: 7px;
}

.mt10 {
    margin-top: 10px !important;
}

input,
textarea {
    outline: 0;
}

::-webkit-input-placeholder {
    color: #a5a5a5;
    font-size: 14px;
}

/* 使用webkit内核的浏览器 */
:-moz-placeholder {
    color: #a5a5a5;
    font-size: 14px;
}

/* Firefox版本4-18 */
::-moz-placeholder {
    color: #a5a5a5;
    font-size: 14px;
}

/* Firefox版本19+ */
:-ms-input-placeholder {
    font-size: 14px;
    color: #a5a5a5;
}

.limit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.img-circle {
    border-radius: 50%;
}

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

.last {
    margin-right: 0 !important;
}

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

input,
textarea {
    outline: 0;
}

::-webkit-input-placeholder {
    color: #a5a5a5;
    font-size: 14px;
}

/* 使用webkit内核的浏览器 */
:-moz-placeholder {
    color: #a5a5a5;
    font-size: 14px;
}

/* Firefox版本4-18 */
::-moz-placeholder {
    color: #a5a5a5;
    font-size: 14px;
}

/* Firefox版本19+ */
:-ms-input-placeholder {
    font-size: 14px;
    color: #a5a5a5;
}

.limit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.img-circle {
    border-radius: 50%;
}

.bg-c-white {
    background-color: #fff;
}

.border-b {
    border-bottom: 1px solid #f4f4f4;
}

.fs14 {
    font-size: 14px;
}

.fs26 {
    font-size: 26px;
}

.txt-c-32 {
    color: #323232;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-40 {
    padding-bottom: 40px;
}

.mr40 {
    margin-right: 40px !important;
}

.mt3 {
    margin-top: 3px;
}

.mt7 {
    margin-top: 7px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt40 {
    margin-top: 40px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.l-h-26 {
    line-height: 26px;
}

a:hover {
    color: #c0130d !important;
}

a.btn {
    color: #fff !important;
}

.headnav a:hover {
    color: #fff !important;
}

.headbar {
    width: 100%;
    height: 40px;
    background: #f4f4f4;
}

.headbar .left p {
    /*width: 348px;*/
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    height: 40px;
    line-height: 40px;
}

.headbar .left span {
    margin-left: 30px;
}

.headbar .left {
    float: left;
}

.headbar .right {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    height: 40px;
    line-height: 40px;
    float: right;
}

.headbar .right span {
    color: #757575;
}

.headbar .right a {
    color: #757575;
}

.headlogo {
    width: 100%;
    height: 275px;
    background-color: #c0130d;
    background: url(../images/topback.jpg) no-repeat;
    /* background-size: cover; */
    background-position: center;
}

.headlogo .layout {
    padding-top: 23px;
}

.headlogo img {
    float: left;
    margin-right: 15px;
}

.headlogo .logo-text {
    float: left;
}

.headlogo .d {
    position: relative;
}

.headlogo .posi {
    position: absolute;
    top: 50%;
    margin-top: -70px;
}

.headlogo .title {
    font-size: 36px;
    font-family: SourceHanSerifSC-Heavy;
    font-weight: 800;
    color: #ffffff;
    line-height: 80px;
    /*修改*/
}

.headlogo .subtitle {
    font-size: 11px;
    font-weight: 400;
    color: #a5a5a5;
    opacity: 0.8;
}

.headlogo .form-control {
    width: 70px;
    height: 40px;
    border-radius: 0px;
    float: right;
}

.headlogo .search {
    width: 300px;
    height: 40px;
    background: #ffffff;
    /*  border: 1px solid #2577f8;*/
    box-sizing: border-box;
    line-height: 38px;
    float: right;
}

.headlogo .search .layui-form {
    float: left;
}

.headlogo .search .layui-form .layui-form-item .layui-input-block {
    width: 69px;
    margin-left: 0px;
}

.headlogo .search .layui-form .layui-form-item .layui-input-block select {
    width: 100%;
    height: 38px;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: Helvetica;
    color: #3a3a3a;
    text-indent: 5px;
}

.headlogo .search .layui-form .layui-form-item .layui-form-select dl dd.layui-this {
    background-color: #c0130d;
}

.headlogo .search .search-input {
    display: block;
    width: 229px;
    height: 100%;
    text-indent: 16px;
    float: left;
    outline: none;
    border: none;
    border-left: 1px solid #e2241d;
    box-sizing: border-box;
}

.headlogo .btn-search {
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #e2241d;
    vertical-align: bottom;
    text-align: center;
    color: #fff;
    float: right;
}

.headlogo .btn-search:hover {
    color: #FFF !important;
}

.mt15 {
    margin-top: 15px;
}



.signin {
    padding-top: 85px;
    padding-right: 55px;
}

.signin .registration,
.signin .login {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    padding: 8px 18px;
    margin-left: 17px;
}

.signin .login {
    border: 1px solid #FFFFFF;
    border-radius: 17px;
}

.signin .login:hover {
    background-color: #ffffff;
    border-radius: 17px;
    color: #C0130D !important;
}

.signin .registration:hover {
    color: #ffffff !important;
}

.headnav {
    background-color: #c0130d;
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-top: 1px solid #e2241d;
}

.headnav-list {
    height: 60px;
}

.headnav-list .headnav-li {
    position: relative;
    display: block;
    height: 59px;
    line-height: 59px;
    float: left;
    font-size: 20px;
    font-weight: 400;
    margin-right: 28px;
}

.headnav-list .headnav-li a {
    box-sizing: border-box;
    padding: 0px 20px 0px 20px;
    display: block;
    color: #ffffff;
}

.headnav-list .headnav-li:hover>a {
    background: #e2241d;
    ;
}

.headnav-list .headnav-li .li-list {
    display: none;
    box-sizing: border-box;
    z-index: 100;
    width: 100%;
    background: #ffffff;
    border: 1px solid #c0130d;
    position: absolute;
    top: 0;
    left: 0;
}

.headnav-list .headnav-li .li-list .li-item {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #DFDFDF;
}

.headnav-list .headnav-li .li-list .li-item a {
    padding: 0px;
    font-size: 16px;
    font-family: Helvetica;
    color: #333333;
}

.headnav-list .headnav-li .li-list .li-item a:hover {
    color: #c0130d !important;
}

.headnav-list .headnav-li .li-list .li-item:last-child {
    border-bottom: none;
}

.headnav-list .headnav-li:first-child>a {
    padding: 0px 20px 0px 24px;
}

.headnav-list .headnav-li:last-child>a {
    padding: 0px 35px 0px 35px;
}

.headnav-list .headnav-after:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    right: 12px;
    width: 0px;
    height: 5px;
    font-weight: bold;
    color: #fff;
    border: 5px solid transparent;
    border-top-color: #fff;
}

.headnav-list .active {
    background: #e2241d;
}

.headnav-list .headnav-li:first-child>a {
    padding: 0px 12px 0px 12px;
}

.headnav-list .headnav-li:first-child>a {
    padding: 0px 40px 0px 40px !important;
}

.headnav-list .headnav-li a {
    box-sizing: border-box;
    padding: 0px 28px 0px 28px;
    display: block;
    color: #ffffff;
}

.headnav-list .headnav-li:first-child>a {
    padding: 0px 35px 0px 35px !important;
}


.headnav-list .headnav-li:hover ul {
    display: block;
}

.headnav-list .headnav-li ul {
    display: none;
    width: 100%;
    position: absolute;
    left: 50%;
    z-index: 9999999;
    transform: translateX(-50%);
}

.headnav-list .headnav-li ul li {
    width: 100%;
    background-color: #c0130d;
}

.headnav-list .headnav-li ul li:hover {
    background-color: #e2241d;
}

.headnav-list .headnav-li ul li a {
    text-align: center;
}

.headnav-list .headnav-li a {
    font-size: 20px;
    font-weight: 400;
}