@CHARSET "UTF-8";
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #e87518;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

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

.clearfix {
    zoom: 1;
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

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

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


/* 插件整体样式修改 */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}

.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}


/* 头部  */

header .wh {
    height: 120px;
    align-items: center;
    justify-content: space-between;
}

.top_tels {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}

.top_tels p:nth-child(1) {
    padding-left: 60px;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, 104px center;
    background-image: url("//cdn.myxypt.com/8264c851/21/04/420d87953f9b0fc0d1fa645e846899d80b777e26.png"), url("//cdn.myxypt.com/8264c851/21/04/265741452416263ec37b0895777c0b33a926508d.png");
}

.top_tels p:nth-child(2) {
    padding-left: 35px;
}

.top_tels p span {
    font-weight: bold;
    color: #333333;
}


/* 导航 */

nav {
    background-color: #c30c22;
    z-index: 50;
}

.x-menu {}

.x-menu>li {
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
}

.x-menu>li>a {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 0.5em;
}

.x-menu>li:hover>a {
    background-color: #ab0d20;
}

.x-menu>li.active>a {}

.x-sub-menu {
    display: none;
    position: absolute;
    left: -18px;
    top: 100%;
    width: 170px;
    background-color: #ab0d20;
}

.x-sub-menu>li {}

.x-sub-menu>li>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    line-height: 2.4;
    padding: 0 0.5em;
}

.x-sub-menu>li:hover>a {
    background-color: #c30c22;
}


/* banner */

#banners {
    position: relative;
}

#banners li a {
    display: block;
}

#banners li a img {
    width: 100%;
    height: auto;
}

#banners .swiper-pagination-bullet {
    width: 70px;
    height: 4px;
    background-color: #ffffff;
    margin: 0 5px;
    border-radius: 0;
    opacity: 1;
}

#banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #c30c22;
}

#banners .swiper-button-prev,
#banners .swiper-button-next {
    width: 32px;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.5);
    background: url("//cdn.myxypt.com/8264c851/21/04/3b442a7ed6af7d2e1f2d5e27ec61eec3cafc8ce7.png");
    opacity: 0.4;
}

#banners .swiper-button-prev:hover,
#banners .swiper-button-next:hover {
    opacity: 0.7;
}

#banners .swiper-button-prev::after,
#banners .swiper-button-next::after {
    display: none;
}

#banners .swiper-button-prev {
    left: 80px;
}

#banners .swiper-button-next {
    right: 80px;
}


/* 热门和搜索 */

#formsearch {}

.hotSearch a {}

#formsearchs input {}

#formsearchs input#keyword {}

#formsearchs input#s_btn {}


/* 相同标题 */

.titles {
    display: block;
    text-align: center;
    padding: 10px 0;
    background-color: #c30c22;
}

.titles h2 {
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 1;
}

.titles h3 {
    font-family: "STXingkai";
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 1;
    margin-top: 16px;
}

.titles.tiw {
    padding-top: 30px;
    height: 133px;
}

.titles.tiw h3 {
    font-size: 18px;
    margin-top: 20px;
}


/* 案例展示 */

.case {
    padding-bottom: 60px;
}

.case .titles h2 {
    line-height: 74px;
}

.slideTxtBox {
    margin-top: 40px;
}

.slideTxtBox .c1-1 ul {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.slideTxtBox .c1-1 ul li {
    margin-right: 16px;
    float: left;
}

.slideTxtBox .c1-1 ul li:last-child {
    margin-right: 0;
}

.slideTxtBox .c1-1 ul li a {
    display: block;
    width: 186px;
    height: 54px;
    background-color: #eaeaea;
    font-size: 18px;
    color: #000000;
    line-height: 54px;
    background: #eaeaea;
    padding: 0 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideTxtBox .c1-1 ul li:hover a,
.slideTxtBox .c1-1 ul li.on a {
    background: #c30c22;
    color: #fff;
}

.slideTxtBox .c1-2 {
    margin-top: 42px;
    display: block;
    width: 100%;
    position: relative;
}

.slideTxtBox .c1-2 ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.slideTxtBox .c1-2 ul.ons {
    position: relative;
    visibility: visible;
    z-index: 10;
    opacity: 1;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
}

.slideTxtBox .c1-2 ul li {
    width: 375px;
    float: left;
    margin-right: 35px;
}

.slideTxtBox .c1-2 ul li:nth-child(3n) {
    margin-right: 0;
}

.slideTxtBox .c1-2 ul li a {
    display: block;
    border-radius: 5px;
    transition: .5s;
}

.slideTxtBox .c1-2 ul li .img {
    width: 375px;
    height: 270px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: solid 1px #eeeeee;
    border-bottom: 1px;
    overflow: hidden;
}

.slideTxtBox .c1-2 ul li .img1 img {
    width: 375px;
    height: 375px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: solid 1px #eeeeee;
    border-bottom: 1px;
    overflow: hidden;
}

.slideTxtBox .c1-2 ul li .img1 {
    width: 375px;
    height: 375px;
  
    transition: .5s;
}

.slideTxtBox .c1-2 ul li img {
    width: 375px;
    /*height: 375px;*/
    height: 270px;
    transition: .5s;
}



.slideTxtBox .c1-2 ul li .wz {
    border: 1px solid #d3d3d3;
    padding: 0 20px;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.slideTxtBox .c1-2 ul li .wz h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3b2323;
    line-height: 48px;
}

.slideTxtBox .c1-2 ul li .wz dt {
    font-size: 16px;
    color: #e45827;
    line-height: 48px;
    font-family: "SimHei";
    position: absolute;
    right: 20px;
    top: 0;
}

.slideTxtBox .c1-2 ul li a:hover img {
    transform: scale(1.1);
}

.slideTxtBox .c1-2 ul li a:hover .wz {}

.slideTxtBox .c1-2 ul li a:hover {
    box-shadow: 7.1px 3.6px 12px 0px rgba(110, 91, 64, 0.2);
}


/* 设计理念 */

.sjln {
    padding-bottom: 60px;
}

.sjln .titles {
    padding-top: 28px;
    height: 133px;
}

.sjln_cont {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sjln_cont .swiper-container {
    width: 150%;
    flex-shrink: 0;
}

.sjln_cont li {
    position: relative;
}

.sjln_cont li .imgs {
    display: block;
    width: 100%;
}

.sjln_cont li .imgs img {
    width: 100%;
    height: auto;
}

.sjln_cont li .wzs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* width: 716px;
    height: 118px; */
    width: 78.68%;
    height: 118px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 10.66%;
    bottom: 0;
    padding: 20px 30px 15px;
    visibility: hidden;
}

.sjln_cont li.swiper-slide-active .wzs {
    visibility: visible;
}

.sjln_cont li .wzs .tles {
    width: 67.86%;
}

.sjln_cont li .wzs .tles h3 {
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sjln_cont li .wzs .tles p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.7;
    text-align: justify;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sjln_cont li .wzs a.zxs {
    width: 144px;
    height: 46px;
    background-color: #c30c22;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

.sjln_cont .swiper-pagination {
    width: 144px;
    left: 63.3333333%;
    margin-left: -72px;
    bottom: 16px;
}

.sjln_cont .swiper-pagination .swiper-pagination-bullet {
    background: none;
    width: 10px;
    height: 10px;
    border: solid 2px #ffffff;
    opacity: 1;
    margin: 0 5px;
}

.sjln_cont .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff;
}


/* 关于我们 */

.index-c2 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    text-align: center;
}

.c2-1 {
    position: relative;
    z-index: 10;
    text-align: left;
    background-image: url("//cdn.myxypt.com/8264c851/21/04/a100d745cc484fec8dc0bb5ca2986501d03cd8f1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.c2-1 .c2-2-right {
    width: 965px;
    height: 575px;
}

.c2-1 .c2-2-right .img {
    width: 965px;
    height: 630px;
    overflow: hidden;
}

.c2-1 .c2-2-right img {
    width: 965px;
    height: 630px;
    transition: .5s;
}

.c2-1 .c2-2-right:hover img {
    transform: scale(1.1)
}

.c2-1 .c2-1-left {
    width: 955px;
    height: 630px;
    padding-left: 360px;
    padding-top: 45px;
    padding-right: 60px;
}

.c2-1 .c2-1-left .c2-1-left-tlt>h3 {
    font-size: 70px;
    font-family: Impact;
    color: #d5d5d5;
    text-transform: uppercase;
    line-height: 1;
}

.c2-1 .c2-1-left .c2-1-left-tlt>h4 {
    font-size: 40px;
    font-weight: bold;
    color: #c30c22;
    margin-top: -35px;
}

.c2-1 .c2-1-left .jj {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #2a2a2a;
    padding: 9px 0 8px;
    height: 318px;
}

.c2-1 .c2-1-left .jj p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.c2-1 .c2-1-left a.more {
    display: block;
    width: 208px;
    height: 46px;
    background: url("//cdn.myxypt.com/8264c851/21/04/66265bfeb1b1dc06a257d54576775ec2f187b0cd.png") no-repeat right center #c30c22;
    color: #fff;
    padding-right: 53px;
    text-align: center;
    font-size: 15px;
    line-height: 46px;
}

.c2-2 {
    position: relative;
    z-index: 99;
    margin-top: -54px;
    display: inline-block;
    height: 147px;
}

.c2-2 ul {
    padding: 23px 0;
    height: 147px;
    background-color: #ffffff;
    box-shadow: 4px 6.9px 25px 0px rgba(0, 0, 0, 0.15);
}

.c2-2 ul li {
    width: 300px;
    text-align: center;
    border-right: 1px dashed #e5e5e5;
    float: left;
}

.c2-2 ul li:last-child {
    border: none;
}

.c2-2 ul li h3 {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    font-weight: normal;
}

.c2-2 ul li h3 span {
    font-size: 50px;
    font-family: Arial;
    color: #c30c22;
    letter-spacing: 0px;
}

.c2-2 ul li h3 b {
    margin-right: 5px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #c30c22;
    margin-left: -5px;
}

.c2-2 ul li p {
    font-size: 16px;
    color: #000;
    line-height: 2
}

.c2-3 {
    margin-top: 30px;
}

.c2-3 .picMarquee-left {
    position: relative;
}

.c2-3 .picMarquee-left .bd {
    overflow: hidden;
}

.c2-3 .picMarquee-left .bd ul li {
    width: 230px;
    margin-right: 14px;
}

.c2-3 .picMarquee-left .bd ul li a {
    display: block;
}

.c2-3 .picMarquee-left .bd ul li .img {
    overflow: hidden;
    width: 230px;
    height: 130px;
    background-color: #ffffff;
    border: solid 2px #dddddd;
}

.c2-3 .picMarquee-left .bd ul li .img img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.c2-3 .picMarquee-left .bd ul li a:hover img {
    transform: scale(1.1);
}

.c2-3 .picMarquee-left .bd ul li h3 {
    font-size: 15px;
    color: #000000;
    line-height: 2.5;
    text-align: center;
}


/* 
.c2-3 .picMarquee-left .hd a.next {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/right01.png) no-repeat center;
    position: absolute;
    right: -60px;
    top: 100px;
    cursor: pointer;
}

.c2-3 .picMarquee-left .hd a.prev {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/left01.png) no-repeat center;
    position: absolute;
    left: -60px;
    top: 100px;
    cursor: pointer;
} 

.c2-3 .c2tab {
    height: 0;
    overflow: hidden;
    transition: linear 0.8s;
    -webkit-transition: linear 0.8s;
    -moz-transition: linear 0.8s;
    -o-transition: linear 0.8s;
    opacity: 0;
}

.c2-3 .c2tab.aa {
    height: auto;
    overflow: visible;
    opacity: 1;
}*/


/* 厨房设备 */

.index-c3 {
    margin-top: 50px;
    padding-bottom: 50px;
}

.c3tlt {
    text-align: center;
    display: inline-block;
    width: 1920px;
    height: 152px;
    background-color: #c30c22;
    position: relative;
    left: -360px;
}

.c3tlt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 41px solid #c30c22;
    border-left: 97px solid transparent;
    border-right: 97px solid transparent;
    position: absolute;
    bottom: -41px;
    left: 360px;
}

.c3tlt h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    margin-top: 35px;
    letter-spacing: 0.9px;
}

.c3tlt p {
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    width: 364px;
    height: 40px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    position: relative;
    margin-top: 14px;
}

.c3tlt p::before,
.c3tlt p::after {
    content: "";
    display: block;
    position: absolute;
    width: 164px;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
    top: 50%;
    margin-top: 0.5px;
}

.c3tlt p::before {
    left: -164px;
}

.c3tlt p::after {
    right: -164px;
}

.c3-con {
    padding-top: 86px;
    font-size: 0;
}

.c3-con .liyou {
    display: inline-block;
    width: 1920px;
    position: relative;
    left: -360px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.liyou .info {
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 0.4px;
    color: #000000;
    text-align: justify;
}

.liyou .info span {
    color: #c30c22;
}

.c3-con .liyou .lytlt {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 60px;
    height: 60px;
    margin-bottom: 60px;
    padding-left: 250px;
    background-repeat: no-repeat;
    background-position: center;
}

.liyou.liyou1 {
    height: 486px;
}

.liyou.liyou1 .lytlt {
    margin-top: 68px;
    width: 612px;
    background-position: 105px center;
}

.liyou.liyou1 .info {
    width: 529px;
}

.liyou .info p {
    padding-left: 15px;
    position: relative;
}

.liyou .info p::before {
    content: ">";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.liyou.liyou2 {
    height: 483px;
}

.liyou.liyou2 .lytlt {
    margin-top: 65px;
    width: 570px;
    float: right;
    padding-left: 280px;
    background-position: left 110px center;
}

.liyou.liyou2 .info {
    width: 465px;
    margin-right: 75px;
    margin-left: 15px;
    float: right;
    clear: both;
    text-align: left;
}

.liyou.liyou2 .info p {
    padding-left: 20px;
}

.liyou.liyou3 {
    height: 483px;
    margin-top: -5px;
}

.liyou.liyou3 .lytlt {
    margin-top: 77px;
    width: 612px;
    background-position: 82px center;
}

.liyou.liyou3 .info {
    width: 443px;
}

.adv_3wz {
    display: block;
    margin-top: 65px;
}

.adv_3wz p {
    float: left;
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-right: 29px;
    text-align: center;
    line-height: 70px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
    z-index: 30;
    background-color: #c30c22;
    border-radius: 50%;
}

.adv_3wz p span {
    border-radius: 50%;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #c60e24;
    border: solid 1px #d5383a;
    margin: 9px;
}

.c3tel {
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2;
    padding: 15px 0 10px;
    padding-left: 126px;
    background: no-repeat left top;
    color: #c30c22;
    float: right;
    margin-left: 20%;
    width: 550px;
    margin-top: 35px;
}

.c3tel p {
    transform: skewX(5deg);
}


/* 产品中心 */

.product {
    padding-bottom: 50px;
}

.product .titles {
    height: 133px;
}


/* 新闻 */

.news {}

.news .titles {
    height: 133px;
}

.news_cons {
    margin-top: 50px;
}

.news_cons .wh {
    justify-content: space-between;
}

.new_tabs {
    width: 376px;
}

.new_tjs {
    display: block;
}

.new_tjs a {
    display: block;
}

.new_tjs .imgs {
    width: 376px;
    height: 270px;
    overflow: hidden;
}

.new_tjs .imgs img {
    width: 100%;
    height: 100%;
}

.new_tjs h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

.new_tjs p {
    text-align: justify;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #777777;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}

.new_s {
    display: block;
    width: 100%;
    margin-top: 16px;
}

.new_s ul {}

.new_s li {
    display: block;
}

.new_s li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_s li h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 7em);
}

.new_s li p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    flex-shrink: 0;
}


/* 友情链接 */

.yqlj {
    padding: 5px 0;
    margin-top: 30px;
    font-size: 18px;
    color: #000000;
    line-height: 35px;
}

.yqlj span {
    color: #c30c22
}

.yqlj a {
    font-size: 15px;
    color: #686464;
    margin-right: 30px;
    white-space: nowrap;
}


/* 底部 */

.footbg {
    background: #2e2e2e;
}

.foot1 {
    padding: 40px 0;
}

.foot1 .ff1 {
    width: 570px;
}

.foot1 .ff1 ul li:nth-child(1) {
    width: 150px;
    float: left;
}

.foot1 .ff1 ul li:nth-child(2) {
    width: 300px;
    float: left;
}

.foot1 .ff1 ul li h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 30px
}

.foot1 .ff1 ul li .sec a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
}

.foot1 .ff1 ul li .sec a:hover {
    color: #fff;
}

.foot1 .ff1 ul li:nth-child(2) .sec a {
    width: 50%;
    float: left;
}

.foot1 .ff2 {
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 3;
}

.foot1 .ff2 img {
    width: 135px;
    height: 135px;
}

.foot1 .ff3 {
    width: 325px;
    text-align: center;
}

.foot1 .ff3 .ftel {
    text-align: left;
    display: inline-block;
    color: #fff;
    line-height: 1.5;
}

.foot1 .ff3 .ftel p:nth-child(1) {
    text-align: center;
}

.foot1 .ff3 .flx {
    text-align: left;
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.6);
}

.foot2 {
    border-top: 1px solid #434343;
    padding: 15px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2;
}

.foot2 a {
    color: rgba(255, 255, 255, 0.6);
}

.foot2 .ftrt {
    display: block;
    float: right;
}


/* 内页 */


/* 修改添加 */
