body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

/* 酌情修改 */
body {
    background: #fff;
    color: #444;
    font-size: 14px;
    font-family: "微软雅黑";
    max-width: 1920px;
    margin: 0 auto;
}

/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

/* 清除特殊标记的字体和字号 */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

/* 清除列表样式 */
ol,
ul {
    list-style: none;
}

/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-weight: normal; */
    font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
    text-decoration: none;
}

a:link {
    color: #009;
}

/* a:visited {
	color: #800080;
}

a:hover,
a:active,
a:focus {
	color: #c00;
	text-decoration: underline;
} */

/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.m-width {
    max-width: 1400px;
    margin: 0 auto;
}

.m-b-500 {
    margin-bottom: 600px;
}




/* -------------------- */

.header {
    width: 100%;
    height: 155px;
    position: relative;
}

.header .top {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;

}

.header .top-iphone {
    margin-top: 40px;
    color: #444;
    width: 185px;
    display: inline-block;
}

.header .top-links a:hover {
    color: #c20e12;
}

.header .top-links a {
    color: #444;
}

.header .top-links span {
    margin: 0 25px;
}


.header h1 {
    margin-top: 10px;
    margin-left: 600px;
}

.header .top-links {
    /* margin-top: 45px; */
    margin-left: 80px;
}


.header .top-search {
    /* margin-top: 45px; */
    margin-left: 25px;
}


.header .top-word {
    margin-top: 35px;
    /*margin-top: 15px;*/
    margin-left: 100px;
}





/* 导航 */
.con-navigation {
    width: 100%;
    background: #fff;
    height: 55px;
}

.nav-con {
    width: 1400px;
    margin: auto;
}

.nav {
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.nav a {
    color: #444;
}

.nav .nLi {
    width: 115px;
    height: 55px;
    float: left;
    display: inline;
    text-align: center;
}



.nav .nLi h3 {
    height: 55px;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    height: 97%;
}

.nav .nLi h3 a:hover {
    color: #c20e12;
    font-weight: bold;
}

.nav .nLi.on h3 a {
    color: #c20e12;
    font-weight: bold;
    border-bottom: 2px solid #c20e12;
}




.nav .sub {
    display: none;
    width: 115px;
    top: 55px;
    position: absolute;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

.nav .sub li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    zoom: 1;
    float: left;
    width: 115px;
    border-top: 1px solid #d2d2d2;
    border-radius: 0 0 5px 5px;
}

.nav .sub li:hover a {
    color: #c20e12;
}




.nav .sub a {
    color: #393939;
    display: block;
    font-size: 16px;
}





.banner .swiper-container {
    z-index: 0;
}

.swiper-button-prev,
.swiper-button-next {
    width: 62px;
    height: 62px;
}

.banner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 40px;
    /* background-image:url(../img/ban-l.png); */
    background: url(../img/ban-qh-l.png) no-repeat center;
    opacity: 0.7;

    display: none;
}


.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 40px;
    /* background-image:url(../img/ban-r.png); */
    background: url(../img/ban-qh-r.png) no-repeat center;
    opacity: 0.7;

    display: none;
}

.banner .swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
    opacity: 1;
}


.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover {
    opacity: 1;
}


/* --- */
.main-column a {
    font-size: 36px;
    color: #000;
    width: 100%;
    text-align: center;
    margin: 150px 0 50px 0;
    font-weight: lighter;
    display: inline-block;
}

.con-shouh .shwx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.con-shouh .shwx .item {
    position: relative;
    width: 48.5%;
}

.con-shouh .shwx .img img {
    width: 100%;
}

.con-shouh .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con-shouh .text a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: 0;
    transition: bottom 0.5s ease-in-out;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    width: 172px;
    height: 172px;
    justify-content: center;
}

.con-shouh .text a:hover {
    transition: bottom 0.5s ease-in-out;
    bottom: 15px;
}

.con-shouh .text a:hover .name {
    color: #a61b39;
}

.con-shouh .text a:hover .name-en {
    color: #a61b39;
}


.con-shouh .text .name {
    font-size: 20px;
    color: #444;
    font-weight: lighter;
    margin-top: 10px;
}

.con-shouh .text .name-en {
    font-size: 20px;
    color: #b1b1b1;
    font-weight: lighter;
}


.numbers {
    width: 100%;
    height: 270px;
    background: url(../img/numbers-bg.png) no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.numbers .item {
    width: 25%;
}

.numbers .item p span {
    font-size: 56px;
    color: #444;
    font-weight: lighter;
}

.numbers .item p {
    font-size: 18px;
    color: #a1a1a1;
    text-align: center;
}

/* -- */

.con-news .news {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.cwdt .xwdtlist .item .title {
    font-size: 18px;
    color: #000;
    font-weight: lighter;
}

.cwdt .xwdtlist .item .dete {
    color: #848484;
    font-size: 16px;
    font-weight: lighter;
}

.news .column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.news .column .col-name a {
    font-size: 36px;
    font-weight: lighter;
    color: #000;
    padding-bottom: 26px;
    /* border-bottom: 1px solid #444; */
}


.news .column::before {
    position: absolute;
    top: 73px;
    left: 0;
    width: 145px;
    height: 1px;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    background-color: #a61b39;
}

.news .column:hover::before {
    width: 100%;
    background-color: #a61b39;
}














.news .column .col-more a {
    width: 15px;
    height: 25px;
    display: inline-block;
    background: url(../img/col-more-jt.png) no-repeat;
}

.news .item a {
    display: flex;
    justify-content: flex-start;
}

.news .cwdt,
.news .pphd {
    width: 49.3%;
}


.news .item .text {
    background: #fbfbfb;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news .item .title {
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    line-height: 30px;
}

.news .item .dete {
    font-size: 16px;
    color: #848484;
    font-weight: lighter;
    margin-top: 20px;
}

.news .cwdt .item a .img {
    width: 62.3%;
    overflow: hidden;
}

.news .item a .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.news .cwdt .item a .text {
    width: 37.7%;
}

.news .item a:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.news .item a:hover .title {
    color: #c20e12;
}


.news ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    /* margin-top: 15px; */
    display: flex;
    justify-content: space-between;
}

.news ul {
    margin-top: 5px;
}

.news .pphd ul {
    margin-top: 18px;
}

.news ul li a {
    font-size: 18px;
    color: #444;
    font-weight: lighter;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.news ul li span {
    font-size: 16px;
    color: #848484;
    font-weight: lighter;
    min-width: 90px;
}

.news ul li a::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #444;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 25px;
}


.news ul li:hover a {
    color: #c20e12;
}

.news ul li:hover a::before {
    background: #c20e12;
}

.con-hyfw .hyfw {
    width: 100%;
    height: 250px;
    margin-top: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 30px;
}

.con-hyfw .hyfw-name {
    font-size: 36px;
    color: #000;
}

.con-hyfw .hyfw-desc {
    margin-top: 15px;
}

.con-hyfw .hyfw-desc p {
    font-size: 16px;
    color: #848484;
    line-height: 35px;
}



/* --- */

.con-lsmd {
    width: 100%;
    min-height: 995px;
    margin-top: 105px;
    background: url(../img/lsmd-bg.png) no-repeat;
    overflow: hidden;
}




.lsmdlist .tab-cont .item {
    display: none;
    position: relative;
}

.lsmdlist .tab-cont .item.onx {
    display: block;
}

.lsmdlist .tab-head {
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 3%);
    box-sizing: border-box;
    padding: 0 35px;
    height: 390px;
    overflow-y: auto;
}

.lsmdlist {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.lsmdlist .tab-head {
    width: 710PX;
}

.lsmdlist .tab-cont .item .title {
    position: absolute;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    color: #fff;
    width: 100%;
}


.lsmdlist .tab-head .text a {
    font-size: 28px;
    color: #000;
    font-weight: lighter;
}

.lsmdlist .tab-head .text p.desc {
    font-size: 16px;
    color: #848484;
    margin-top: 20px;
}

.lsmdlist .tab-head .text p.iphone {
    font-size: 16px;
    color: #848484;
    margin-top: 20px;
}

.lsmdlist .tab-head .text {
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 1px solid #f2f2f2;
}

.lsmdlist .tab-head .text.onx a {
    color: #a61b39;
}

.con-lsmd .links {
    margin-top: 65px;
}

.con-lsmd .links ul {
    display: flex;
    flex-wrap: wrap;
}

.con-lsmd .links ul li {
    width: 16.7%;
    /* margin-right: 55px; */
    margin-right: 4%;
    margin-bottom: 20px;
}

.con-lsmd .links ul li:nth-child(5n) {
    margin-right: 0;
}

.con-lsmd .links ul li .img {
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

.con-lsmd .links ul li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
}

.con-lsmd .links ul li .img img:hover {
    transform: scale(1.05);
}



.con-shouh {
    margin-top: 60px;
    overflow: hidden;
}

.con-project {
    width: 100%;
    overflow: hidden;
}

/* -- */
.footer {
    width: 100%;
    height: 200px;
    background: #696665;
    overflow: hidden;
}

.footer .foot {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .foot .banq {

    opacity: 0.5;
}

.footer .foot .banq p {
    color: #fff;
    line-height: 30px;
    opacity: 0.5;
    font-weight: lighter;
}

.footer .foot .banq p img {
    display: inline-block;
}

.footer .foot .banq p a {
    color: #fff;
}

.footer .foot .imgs {
    display: flex;
    position: relative;
}

.footer .foot .imgs .img span {
    width: 55px;
    height: 55px;
    display: inline-block;
    background-color: #898786;
    border-radius: 50%;
    cursor: pointer;
}

.footer .foot .imgs .img .code {
    top: 0;
    display: none;
    position: absolute;

}

.footer .foot .imgs .img .code1 {
    left: -150px;
    top: -50px;
}

.footer .foot .imgs .img .code2 {
    left: -230px;
    top: -50px;
}

.footer .foot .imgs .img .code3 {
    left: -310px;
    top: -50px;
}

.footer .foot .imgs .img .code4 {
    left: -390px;
    top: -50px;
}




.footer .foot .imgs .img .code img {
    width: 130px;
}

.footer .foot .imgs .img .code p {
    color: #fff;
    text-align: center;
    opacity: .5;
    margin-top: 5px;
}

.footer .foot .imgs .img {
    margin: 0 12px;
    position: relative;
}

.footer .foot .imgs .img.onx .code {
    display: block;
    width: 130px;
}

.footer .foot .imgs .img1.onx span {
    background-image: url(../img/code-imgs-icon1-on.png);
    background-color: #fff;
    opacity: .4;
}

.footer .foot .imgs .img2.onx span {
    background-image: url(../img/code-imgs-icon2-on.png);
    background-color: #fff;
    opacity: .4;
}

.footer .foot .imgs .img3.onx span {
    background-image: url(../img/code-imgs-icon3-on.png);
    background-color: #fff;
    opacity: .4;
}

.footer .foot .imgs .img4.onx span {
    background-image: url(../img/code-imgs-icon4-on.png);
    background-color: #fff;
    opacity: .4;
}



/* .footer .foot .imgs .img:hover .code {
    display: block;
    width: 130px;
} */


.footer .foot .imgs .img1 span {
    background-image: url(../img/code-imgs-icon1.png);
}

.footer .foot .imgs .img2 span {
    background-image: url(../img/code-imgs-icon2.png);
}

.footer .foot .imgs .img3 span {
    background-image: url(../img/code-imgs-icon3.png);
}

.footer .foot .imgs .img4 span {
    background-image: url(../img/code-imgs-icon4.png);
}


/* 
.footer .foot .imgs .img1 span:hover {
    background-image: url(../img/code-imgs-icon1-on.png);
    background-color: #fff;
    opacity: .4;
}

.footer .foot .imgs .img2 span:hover {
    background-image: url(../img/code-imgs-icon2-on.png);
    background-color: #fff;
    opacity: .4;
}

.footer .foot .imgs .img3 span:hover {
    background-image: url(../img/code-imgs-icon3-on.png);
    background-color: #fff;
    opacity: .4;
}

.footer .foot .imgs .img4 span:hover {
    background-image: url(../img/code-imgs-icon4-on.png);
    background-color: #fff;
    opacity: .4;
} */

.lsmdlist .tab-cont .item .img {
    overflow: hidden;
}

.lsmdlist .tab-cont .item .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.lsmdlist .tab-cont .item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/* 滚动条 */
.lsmdlist .tab-head::-webkit-scrollbar-track {
    background-color: #ddd9d9;
}

.lsmdlist .tab-head::-webkit-scrollbar {
    width: 5px;
}

.lsmdlist .tab-head::-webkit-scrollbar-thumb {

    background-color: #a61b39;
}

/*  */



.news .pphd .item a .img {
    width: 44.2%;
    overflow: hidden;
}

.news .pphd .item a .text {
    width: 55.8%;
}

/* --- */

.container_content .content_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container_content .content_list .item_block {
    margin-bottom: 58px;
}

.container_content .content_list .item_block .text a {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
    margin-top: 40px;
    align-items: center;
}

.container_content .item_block .text .col-content {
    display: flex;
    padding-left: 10px;
    border-left: 1px solid #444;

}

.container_content .item_block .text .col-content img {
    margin-right: 10px;
}

.container_content .content_list .item_block .text a .name {
    font-size: 20px;
    color: #444;
    font-weight: lighter;
}

.container_content .content_list .item_block .text a .en {
    font-size: 30px;
    color: #444;
    font-weight: lighter;
}

.container_content .content_list .item_block .text a:hover {
    border-bottom: 1px solid #a61b39;
}

.content_list .item_block .text a:hover .col-content {
    border-left: 1px solid #a61b39;
}

.content_list .item_block .text a:hover .col-more span {
    background: url(../img/col-more-jt-on.png) no-repeat;
}


.content_list .item_block .text a .col-more span {
    width: 15px;
    height: 25px;
    display: inline-block;
    background: url(../img/col-more-jt.png) no-repeat;
}

.container_content .content_list .item_block:nth-child(2n) {
    margin-top: 60px;
}


.mb-header .header-con .logo {
    /* width: 20%; */
    height: 100%;
}

.mb-header .header-con .logo h1 {
    height: 100%;
}

.mb-header .header-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

.mb-header .header-con .logo img {
    height: 100%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px
}

.sp_nav span {
    display: block;
    background: #b90a07;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 999;
    background: #eee;
    width: 1000%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 60px !important;
    height: auto !important;
    padding-bottom: 40px;
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.banner .swiper-container .swiper-slide a {
    display: inline-block;
}

.banner .swiper-container .swiper-slide a img {
    width: 100%;
    height: auto;
}

.banner .swiper-container .swiper-slide a img {
    width: 100%;
    height: auto;
}

.banner .swiper-container .swiper-slide a video {
    width: 100%;
    height: auto;
}

.mlist.project:not(.imagelink) .content_list .item_img img {
    width: 100%;
}


.mlist.project:not(.imagelink) .content_list .item_block {
    display: inline-block;
}

.ff_indexPage .project .item_block:nth-child(2n),
.npagePage:not(.post) .project .item_block:nth-child(2n) {
    margin-top: 60px;
}


.mlist.project:not(.imagelink) .content_list .item_block a .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-bottom: 30px; */
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    margin-top: 40px;
    position: relative;
}


.mlist.project:not(.imagelink) .content_list .item_block a .text::before {
    position: absolute;
    top: 85px;
    left: 0;
    width: 0;
    /* width: 100%; */
    height: 1px;
    content: "";
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    background-color: #ececec;
}


.mlist.project:not(.imagelink) .content_list .item_block a:hover .text::before {
    width: 100%;
    background-color: #a61b39;
}


.mlist.project:not(.imagelink) .content_list .item_block a:hover .text {
    /* border-bottom: 1px solid #a61b39; */
    border-bottom: none;
}


.mlist.project:not(.imagelink) .content_list .item_block a .col-more span {
    width: 15px;
    height: 25px;
    display: inline-block;
    background: url(../img/col-more-jt.png) no-repeat;
}

.mlist.project:not(.imagelink) .content_list .item_block a:hover .col-more span {
    background: url(../img/col-more-jt-on.png) no-repeat;
}

.mlist.project:not(.imagelink) .content_list .item_block a .text .col-content {
    display: flex;
    padding-left: 10px;
    /* border-left: 1px solid #444; */
    position: relative;
}

.mlist.project:not(.imagelink) .content_list .item_block a .text .col-content::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 45px;
    background: #444;
    left: 0;
    top: 10px;
}

.mlist.project:not(.imagelink) .content_list .item_block a:hover .col-content::before {
    background: #a61b39;
}



.mlist.project:not(.imagelink) .content_list .item_block a .text .name {
    font-size: 20px;
    color: #444;
    font-weight: lighter;
}

.mlist.project:not(.imagelink) .content_list .item_block a .text .en {
    font-size: 30px;
    color: #444;
    font-weight: lighter;
    opacity: 0.5;
}

.mlist.project:not(.imagelink) .content_list .item_block a .text .col-content img {
    display: inline-block;
    margin-right: 10px;
}

.mlist.project:not(.imagelink) .content_list {
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
}





.mlist.project:not(.imagelink) .content_list .item_block a:hover .name {
    color: #a61b39;
}


.banner {
    width: 100%;
}


.banner .swiper-container {
    width: 100%;
}

.header h1 {
    margin-left: 36%;
}

.header .top-word {
    /* margin-left: 5%; */
    margin-left: 2%;
}


/* --- */

.header .top-r {
    display: flex;
    margin-top: 45px;
    min-width: 360px;
}

.header .logo-img {
    /*position: absolute;*/
    /*top: 0;*/
    display: flex;
    width: 100%;
    justify-content: center;
}

.header h1 {
    margin: 0;
    margin-left: 175px;
    margin-top: 10px;
    z-index: 9999;
}

.mlist.project:not(.imagelink) .content_list .item_block a .text .col-content .font_family {
    color: #444;
    opacity: 0.5;
    margin-top: 5px;
    margin-right: 10px;
}

/* 内页 */

.nei-banner {
    position: relative;
}

.nei-banner .img img {
    width: 100%;
}

.nei-banner .weiz {
    position: absolute;
    top: 45%;
    left: 13.5%;
    /* background: rgba(0, 0, 0, 0.5); */
    /* padding: 25px 50px 25px 10px; */
}

.nei-banner .weiz .col-name {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: lighter;
}

.nei-banner .weiz .col-list {
    color: #fff;
}

.nei-banner .weiz .col-list a {
    color: #fff;
}

.m-top-80 {
    margin-top: 80px;
}

.m-top-40 {
    margin-top: 40px;
}



/* list */

.con-textlist ul.info li {
    width: 100%;
    border: 1px solid #d7d7d7;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 30px;
    transition: all 0.5s ease-in-out;
}

.con-textlist ul.info li a {
    display: inline-block;
}

.con-textlist ul.info li .title {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 100%;
}

.con-textlist ul.info li .desc {
    width: 100%;
    font-size: 16px;
    color: #999;
    margin: 20px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-textlist ul.info li .dete {
    color: #666;
}

.con-textlist ul.info li .dete span {
    margin-right: 10px;
}

.con-textlist ul.info li:hover .title {
    color: #a61b39;
}

.con-textlist ul.info li:hover .dete {
    color: #a61b39;
}

.con-textlist ul.info li:hover {
    border: 1px solid #a61b39;
    transition: all 0.5s ease-in-out;
}


.con-textlist ul.ul-mtgl li .dete {
    line-height: 35px;
}




center.padding-top-30 {
    padding: 40px 0;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    display: inline-block;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #595959;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}

.pagination li a:hover,
.pagination li.active a {
    background: #a61b39;
    color: #fff;
    border: solid 1px #a61b39;
}

.layui-icon-prev:before {
    content: "<";
}


.layui-icon-next:before {
    content: ">";
}

.con-textlist center {
    padding: 50px 0 80px 0;
}

/* 图文 */

.con-piclist ul.info li {
    width: 100%;
    margin-bottom: 40px;
}

.con-piclist ul.info li a {
    width: 100%;
    display: flex;

}

.con-piclist ul.info li .img {
    width: 25.35%;
    border: 1px solid #f2f2f2;
}

.con-piclist ul.info li .text {
    width: 74.65%;
    box-sizing: border-box;
    /* padding-left: 35px; */
    padding: 10px 0 10px 35px;
}

.con-piclist ul.info li .title {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    /* height: 60px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-piclist ul.info li .desc {
    font-size: 16px;
    color: #999;
    height: 90px;
    line-height: 30px;
    margin: 15px 0 20px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-piclist ul.info li .dete {
    color: #666;
}

.con-piclist center.padding-top-30 {
    padding: 10px 0 40px 0;
}


.con-piclist ul.info li .img {
    overflow: hidden;
}

.con-piclist ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-piclist ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-piclist ul.info li:hover .title {
    color: #a61b39;
}

.con-piclist ul.info li:hover .dete {
    color: #a61b39;
}

/* -- */

.con-detail {
    border: 1px solid #eee;
    margin-bottom: 80px;
}

.con-detail .detail {
    padding: 30px 150px 45px 150px;
}

.con-detail .title {
    font-size: 36px;
    color: #252525;
    text-align: center;
    line-height: 50px;
    font-weight: lighter;
}

.con-detail .timer {
    text-align: center;
    margin: 20px 0 30px 0;
    color: #999;
}

.con-detail .timer span {
    font-size: 16px;
    color: #999;
    margin: 0 5px;
}

.con-detail .content {
    padding-top: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.con-detail .content p {
    font-size: 18px;
    color: #252525;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: lighter;
}

.con-detail .prevnext {
    width: 100%;
    height: 75px;
    line-height: 75px;
}

.con-detail .prevnext .previous {
    width: 50%;
    display: inline-block;
}


.con-detail .prevnext a {
    font-size: 16px;
    color: #3c3c3c;
    /*font-weight: lighter;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-detail .prevnext a:hover {
    color: #a71a3a;
}

.con-detail .prevnext .next {
    width: 50%;
    float: right;
    text-align: right;
}

.con-detail .prevnext .prev {
    width: 50%;
    float: left;
}

/* danye */


.con-danye {
    border: 1px solid #eee;
    margin-bottom: 80px;
}

.con-danye .danye {
    padding: 30px 150px 45px 150px;
}


.con-danye .content {
    padding-top: 15px;
}

.con-danye .content p {
    font-size: 18px;
    color: #252525;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: lighter;
}

/* 图片列表 */

.con-picture ul.info {
    width: 100%;
}



.con-picture ul.info li {
    width: 31%;
    float: left;
    margin-right: 29px;
}

.con-picture ul.info li .img {
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

.con-picture ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-picture ul.info li .title {
    font-size: 18px;
    font-weight: lighter;
    color: #333;
    line-height: 80px;
    height: 80px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}



.con-picture ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-picture ul.info li:hover .title {
    color: #a61b39;
}


/* links */


.con-links ul.info {
    width: 100%;
}

.con-links ul.info li {
    width: 16.7%;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
}

.con-links ul.info li .img {
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

.con-links ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}


.con-links ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


/* 社会责任 */


.con-shzr ul.info {
    width: 100%;
}

.con-shzr ul.info li {
    /* width: 445px; */
    width: 31%;
    float: left;
    margin-right: 30px;
}

.con-shzr ul.info li .img {
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

.con-shzr ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}


.con-shzr ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-shzr ul.info li .text {
    width: 100%;
    padding: 20px 0;
}

.con-shzr ul.info li .title {
    font-size: 18px;
    color: #333;
    font-weight: lighter;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-shzr ul.info li .desc {
    color: #999;
    font-size: 16px;
    line-height: 35px;
    height: 105px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-shzr ul.info li .dete {
    color: #666;
    margin-top: 20px;
}

.con-shzr ul.info li:hover .title {
    color: #a61b39;
}

.con-shzr ul.info li:hover .desc {
    color: #666;
}

.con-shzr ul.info li:hover .dete {
    color: #a61b39;
}



.con-shzr center {
    padding: 40px 0;
}

.con-shzr center {
    padding: 40px 0;
}

.con-picture center {
    padding: 40px 0;
}

.con-links center {
    padding: 30px 0 40px 0;
}


.con-piclist center {
    padding: 25px 0 35px 0;
}

/* 新媒体平台 */

.con-xmtpt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.con-xmtpt .item {
    width: 680px;
    height: 250px;
    margin-bottom: 40PX;
    cursor: pointer;
}

.con-xmtpt .item .img2 {
    display: none;
    transition: all 0.5s ease-in-out;
}

.con-xmtpt .item .content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 23px 0 63px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.con-xmtpt .item .content .name {
    font-size: 36px;
    color: #000;
    font-weight: lighter;
    /* padding-left: 40px; */
    width: 100%;
    text-align: center;
}

.con-xmtpt .item .img .img1 {
    padding-right: 40px;
}

.con-xmtpt .item:hover .img2 {
    width: 60px;
    height: auto;
    display: block;
    transition: all 0.5s ease-in-out;
}

.con-xmtpt .item:hover .img .img2 {
    width: 100%;
}

.con-xmtpt .item:hover .img1 {
    display: none;
    transition: all 0.5s ease-in-out;
}

.con-xmtpt .item .content .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.con-xmtpt .item:hover .name {
    color: #a61b39;
}



/* land */

.con-landing ul.list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.con-landing ul.list li {
    width: 24.5%;
    margin-bottom: 15px;
    height: 145px;
    border: 1px solid #d7d7d7;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 15px;
}

.con-landing ul.list li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.con-landing ul.list li p {
    font-size: 16px;
    color: #232323;
    margin-top: 15px;
    text-align: center;
    line-height: 30px;
}

.con-landing ul.list li:hover {
    border: 1px solid #a61b39;
}

.con-landing ul.list li:hover p {
    color: #a61b39;
}

.con-landing .itemlist {
    margin-top: 30px;
    margin-bottom: 60px;
}



.con-landing .itemlist .maplist .map {
    display: none;
}


.con-landing .itemlist .maplist .map.onx {
    display: block;
}

.con-landing .itemlist .maplist .map img {
    width: 100%;
}

.con-landing .textlixt ul {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}


.con-landing .textlixt ul li {
    width: 22.85%;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 25px 20px 20px 20px;
    cursor: pointer;
}

.con-landing .textlixt ul li.onx {
    border: 1px solid #a61b39;
}

.con-landing .textlixt ul li.onx .name {
    color: #a61b39;
}

.con-landing .textlixt ul li .name {
    font-size: 20px;
    color: #222;
    margin-bottom: 35px;
}

.con-landing .textlixt ul li p span {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.con-landing .textlixt ul li .p1 span {
    background: url(../img/place-icon.png) no-repeat;
}

.con-landing .textlixt ul li .p2 span {
    background: url(../img/iphone-icon.png) no-repeat;
}

.con-landing .textlixt ul li p {
    font-size: 16px;
    color: #999;
    line-height: 30px;
}


.con-landing .textlixt ul li.onx .p1 span {
    background: url(../img/place-icon-on.png) no-repeat;
}

.con-landing .textlixt ul li.onx .p2 span {
    background: url(../img/iphone-icon-on.png) no-repeat;
}

/* dsj */

.con-dsj .dsj-list {
    text-align: center;
}

.con-dsj .dsj-list ul {
    width: 100%;
    position: relative;
    height: 1400px;
    overflow: auto;
    box-sizing: border-box;
    padding-right: 325px;
    padding-top: 90px;
}

.con-dsj .dsj-list ul::before {
    content: '';
    /* width: 4px; */
    height: 90px;
    width: 1px;
    display: inline-block;
    background: #b90a07;
    position: absolute;
    top: 0;
    left: 536px;
}

.con-dsj .dsj-list ul li {
    height: 385px;
    position: relative;
}




.con-dsj .dsj-list ul li a {
    display: inline-block;
    position: absolute;
    left: 535px;
}

.con-dsj .dsj-list ul li::before {
    content: '';
    /* width: 4px; */
    width: 1px;
    height: 100%;
    display: inline-block;
    background: #b90a07;
    position: absolute;
    left: 536px;
}

.con-dsj .dsj-list ul li::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 5px solid #b90a07;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 524px;
    top: 0;
}


.con-dsj .dsj-list ul li:hover:after {
    background: #b90a07;
}

.con-dsj .dsj-list ul li:hover .dete {
    color: #b90a07;
}

.con-dsj .dsj-list ul li:hover .title {
    color: #b90a07;
}

.con-dsj .dsj-list ul li:hover .img img {
    transform: scale(1.05);
}


.con-dsj .dsj-list ul li.odd a {
    padding-left: 50px;
    text-align: left;
}

.con-dsj .dsj-list ul li.even a {
    padding-right: 50px;
    left: 0;
    text-align: right;
}

.con-dsj .dsj-list ul li.even .dete {
    text-align: right;
}

.con-dsj .dsj-list ul li.even .title {
    text-align: right;
}



.con-dsj .dsj-list ul li .dete {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #444;
    width: 480px;
    text-align: left;
    font-weight: lighter;
}

.con-dsj .dsj-list ul li .title {
    width: 480px;
    color: #444;
    box-sizing: border-box;
    text-align: left;
    font-weight: lighter;
    margin: 10px 0 15px 0;
}


.con-dsj .dsj-list ul li .img {
    width: 385px;
    overflow: hidden;
    display: inline-block;
}

.con-dsj .dsj-list ul li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
}

/* 滚动条 */
.con-dsj .dsj-list ul::-webkit-scrollbar-track {
    background-color: #ddd9d9;
}

.con-dsj .dsj-list ul::-webkit-scrollbar {
    width: 2px;
}

.con-dsj .dsj-list ul::-webkit-scrollbar-thumb {

    background-color: #a61b39;
}


/* 连锁门店 */

.main-lsmd ul.info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.main-lsmd ul.info li {
    width: 31.8%;
    margin-right: 32px;
    margin-bottom: 20px;

}

.main-lsmd ul.info li .img {
    overflow: hidden;
}

.main-lsmd ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
}

.main-lsmd ul.info li:hover .img img {
    transform: scale(1.05);
}

.main-lsmd ul.info li .text {
    width: 100%;
    padding: 25px 0;
}

.main-lsmd ul.info li .name {
    font-size: 18px;
    color: #2c2c2c;
    font-weight: lighter;
    line-height: 30px;
    margin-bottom: 15px;
}

.main-lsmd ul.info li .desc p span {
    color: #2c2c2c;
    opacity: .5;
    line-height: 30px;
}

.main-lsmd ul.info li .desc p img {
    margin-top: -5px;
    margin-right: 5px;
}

.main-lsmd ul.info li:hover .name {
    color: #a61b39;
}



.main-lsmd .ret-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.main-lsmd .ret-form .r-univer {
    width: 36%;
}


.main-lsmd .ret-content select {
    height: 53px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bb7c80;
    width: 100%;
    outline: unset;
}

.main-lsmd .ret-content .f-submit {
    width: 22.85%;
    text-align: center;
}

.main-lsmd .ret-content .f-submit input {
    width: 100%;
    height: 55px;
    font-size: 18px;
    color: #fff;
    background: #c20e12;
    border: none;
    cursor: pointer;
}

/* business */

.m-top-70 {
    margin-top: 70px;
}

.con-business .sub-list ul {
    width: 100%;
    height: 135px;
    display: flex;
    justify-content: space-between;
}

.con-business .sub-list ul li {
    /* width: 208px; */
    width: 175px;
    height: 100%;
    border: 1px solid #f4f4f4;
}

.con-business .sub-list ul li .more {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../img/sub-list-jt.png) no-repeat;
    display: none;
}

.con-business .sub-list ul li .text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.con-business .sub-list ul li .font_family {
    color: #444;
    opacity: 0.5;
    font-size: 36px;
}

.con-business .sub-list ul li.on .pro-name {
    margin-left: 10px;
}

.con-business .sub-list ul li .name {
    font-size: 18px;
    color: #444;
    font-weight: lighter;
    text-align: center;
    margin-top: 5px;
}

.con-business .sub-list ul li .en {
    font-size: 20px;
    color: #444;
    font-weight: lighter;
    opacity: 0.5;
    text-align: center;
}

.con-business .sub-list ul li.on {
    /* width: 418px; */
    width: 385px;
    border: 1px solid #a61b39;
    background: url(../img/sub-list-bg.png) no-repeat;
    box-sizing: border-box;
    padding: 0 55px;
    background-size: cover;
}

.con-business .sub-list ul li.on .more {
    display: block;
}

.con-business .sub-list ul li.on a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.con-business .sub-list ul li.on .text {
    width: auto;
    flex-direction: row;
}

.con-business .sub-list ul li.on .name {
    color: #a61b39;
}

.con-business .sub-list ul li:hover .name {
    color: #a61b39;
}

.con-business .sub-list ul li:hover {
    border: 1px solid #a61b39;
}

.con-business .content {
    margin-bottom: 70px;
}

.con-business .content p {
    color: #232c2c;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: lighter;
}

.con-business .content p img {
    /* width: 100%; */
}


/*--*/
.font-size-20 {
    font-size: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-20 {
    padding: 20px;
}

.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}


.colinfo-list .layui-col-md12 {
    background: #fff;
    margin-bottom: 30px;
}

.colinfo-list .layui-col-md12 .textbox {
    padding: 15px;
}

.colinfo-list .layui-col-md12 .textbox .title {
    margin: 15px 0;
}

.colinfo-list .layui-col-md12 .textbox .title a {
    font-size: 18px;

}

#item_block_4 .text {
    padding-bottom: 20x;
}


.footer a.mzsm {
    margin-left: 60px;
}

.footer a.mzsm:hover {
    color: #c20e12;
}



/*---------------------*/


.side-bar a,
.chat-tips i {
    background: #fff;
    /* box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%); */
    /* box-shadow: 0 20px 40px rgb(0 0 0 / 10%); */
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
}

.side-bar {
    width: 80px;
    position: fixed;
    top: 45%;
    right: 5px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}

.side-bar a {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #3c3c3c;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
}

.side-bar a span {
    margin-bottom: 16px;
    font-size: 14px;
    color: #c20e12;
}

.side-bar .icon-chat:hover .chat-tips {
    display: block;
}

.side-bar .weisc:hover {
    background: url("../img/wys_xcx.jpg") no-repeat center;
}

.side-bar .icon-chat:hover span {
    color: #fff;
}

.side-bar .weisc {
    background: url("../img/wys_xcx_on.jpg") no-repeat center #da251d;
    position: relative;
}

.side-bar a.douy {
    background: url("../img/side-bar-04.png") center no-repeat;

    display: none;
}



.side-bar .zxkf {
    background: url("../img/wys_zxkf_on.jpg") no-repeat center #da251d;
    position: relative;
}

.side-bar .zxkf:hover {
    background: url("../img/wys_zxkf.jpg") no-repeat center;
}


.side-bar .chat-tips {
    display: none;
    position: absolute;
    right: 90px;
    top: -13px;
}


/* - */

.neiye-nav {
    width: 100%;
    /* height: 60px; */
    margin-bottom: 65px;
    background-color: #F8F8F8;
}

.neiye-nav .neiyecont {
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
}



.neiye-nav .neiyecont a {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 30px;
    font-size: 16px;
    color: #404040;
}



.neiye-nav .neiyecont a.on,
.neiye-nav .neiyecont a:hover {
    font-weight: bold;
    color: #c20e12;
}