/* 基础样式 */
body {
    margin: 0;
    background-color: #ffffff;
    min-width: 1200px;
    /*padding-top: 30px;*/
    /*padding-top: 30px;*/
    /*min-width: 1300px;*/
	padding-top:90px;
}

* {
    outline: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    /* display: block; */
    /* font-size: 1.5em; */
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    /* font-weight: bold; */
}
ul,li{
padding:0;
margin:0;
}

p {
    margin: 0;
}


input {
    outline: none;
    background: none;
    border: none;
}
button {
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border: none;
}

/* 超出隐藏 */
.of-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 多行文本超出隐藏 */
.of-ellipsis-2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.of-ellipsis-3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.of-ellipsis-4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.of-ellipsis-5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.of-ellipsis-6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.of-ellipsis-7 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.of-ellipsis-8 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.max-box {
    width: 100%;
    min-width: 1200px;
    height: auto;
}

.min-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.center-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.switch-color{
    background-color: #ffffff!important;
    color: #333333!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


.top-bar *{
    transition: background-color 300ms, color 300ms, filter 300ms,-webkit-filter 300ms;
}
.top-bar {
    background-color:#fff;
    height: 90px;
     transition: background-color 300ms;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
}

.header-center {
    width: 100%;
    padding: 0 240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}



.top-bar .header-center .left-logo img {
    width: auto;
    height: 45px;
}


.top-bar .header-center .right-nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .header-center .right-nav-list .link {
    color: #333;
	font-size:18px;
    line-height: 87px;
    margin-right: 40px;
}

.top-bar .header-center .right-nav-list .link.active {
    border-bottom: solid 3px #ff3e24;
}

.top-bar .header-center .posa-call {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.top-bar .header-center .posa-call .left-icon {
    width: 40px;
    margin-right: 11px;
}

.top-bar .header-center .posa-call .right-text span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: block;
}

.top-bar .header-center .posa-call .right-text  p {
    white-space: nowrap;
    font-size: 22px;
    color: #c9080b;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
}

@media screen and (max-width: 1460px) {
    .top-bar .header-center .posa-call {
        /*display: none;*/
        position: initial;
    }

    .top-bar .header-center .right-nav-list .link {
        margin-right: 25px;
    }
}



.defa {
    height: 150px;
    background-color: #f5f5f5;
}

.defa .min-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.defa .min-box .box-list {
    width: 300px;
    height: 80px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 18px;
}

.defa .min-box .box-list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 52px;
    left: 0;
    top: 14px;
    z-index: -1;
    border-right: solid 1px #e4e4e4;
}

.defa .min-box .box-list:last-child:after {
    border-right: none;
}

.defa .min-box .box-list .text-list {
    width: auto;
    height: 100%;
    margin-left: 21px;
}

.defa .min-box .box-list .text-list .max-title {
    font-size: 18px;
    color: #333333;
    width: 100%;
    margin-bottom: 12px;
}

.defa .min-box .box-list .text-list .min-title {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.bottom {
    background-color: #272e35;
	overflow:hidden;
}
.bottom .min-box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding:60px 0;
}

.bottom .min-box .left-lxfs {
    width: 40%;
    border-right: rgba(255,255,255,0.05) 1px solid;
    min-height: 180px;
    box-sizing: border-box;
}

.bottom .min-box .left-lxfs img {
    width: 224px;
	height:auto;
}
.bottom .min-box .left-lxfs .b_contact {
    padding-top: 20px;
}

.bottom .min-box .left-lxfs .b_contact p {
    font-size: 14px;
    color: rgba(255,255,255,0.46);
    line-height: 34px;
}

.f_nav {
    width: 40%;
    padding: 0 50px;
    padding-top: 20px;
	border-right: rgba(255,255,255,0.05) 1px solid;
    min-height: 180px;
    box-sizing: border-box;
}

.f_nav h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
	margin-top:0;
}
.f_nav li{
	list-style:none;
}
.f_nav li a {
    width: 50%;
	display:inline-block;
    line-height: 28px;
    float: left;
    color: rgba(255,255,255,0.46);
    font-size: 14px;
}
.b_weixin {
    width: 20%;
    text-align: center;
    padding-top: 20px;
    border-right: rgba(255,255,255,0.05) 1px solid;
    min-height: 180px;
    box-sizing: border-box;
}

.b_weixin h4 {
	padding: 0 0 0 10px;
    font-size: 16px;
    color: #fff;
    background: url(../img/icon_ewm.png) 65px center no-repeat;
    margin-bottom: 40px;
    margin-top: 0;
}
.b_weixin div img {
    width: 108px;
    height: 108px;
    margin-bottom: 10px;
}
.b_weixin div p {
    font-size: 14px;
    text-align: center;
    color: rgba(255,255,255,0.46);
}


.bottom .fix-bt-box {
    width: 100%;
	padding:20px 0;
    border-top: 1px solid hsla(0,0%,100%,.1);
}

.bottom .fix-bt-box .center-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom .fix-bt-box .center-box * {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.5;
}



.top-banner {
    width: 100%;
    position: relative;
    height: 480px;
}

.top-banner img {
    width: 100%;
    height: 100%;
}

