@charset "utf-8";



/*初始化*/



* {

    padding: 0;

    margin: 0;

    outline: none;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}



html {

    font-size: calc(100vw/19.2);

}



html,

body {

    width: 100%;

    height: auto;

    min-height: 100%;

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



body {

    font-family: 'Microsoft YaHei ','PingFang SC','Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53, "BEBAS";

    font-size: 16px;

    line-height: 1.5;

    color: #333;

    background: #fff;

}



input,

button {

    -webkit-appearance: none;

    border-radius: 0;

}



a,

a:hover,

a:focus {

    text-decoration: none;

}



textarea {

    resize: none;

    overflow: auto;

}



input,

button,

textarea,

select {

    border: 0;

    font-family: inherit;

    font-size: inherit;

    color: inherit;

    background: transparent;

}



img {

    border: 0;

    vertical-align: top;

}



li {

    list-style: none;

}



div,

ul,

ol,

li,

p,

h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

}





/* placeholder修改 */



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

    /* WebKit, Blink, Edge */

    color: #999 !important;

}



input:-moz-placeholder,

textarea:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */

    color: #999 !important;

    opacity: 1;

}



input::-moz-placeholder,

textarea::-moz-placeholder {

    /* Mozilla Firefox 19+ */

    color: #999 !important;

    opacity: 1;

}



input::-ms-input-placeholder,

textarea::-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #999 !important;

}



select {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    white-space: nowrap;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}



select::-ms-expand {

    display: none;

}



@font-face {

    /* font-family: "BEBAS";

    src: url("../fonts/BEBAS.ttf") format("truetype"); */

    font-weight: normal;

    font-style: normal;

}





/*公共样式*/



.c-clear {

    zoom: 1;

}



.c-clear:after {

    content: '';

    display: block;

    clear: both;

}



.c-fl {

    float: left;

}



.c-fr {

    float: right;

}



.c-container2 {

    position: relative;

    margin: 0 auto;

    width: 72.91666666666667%;

}



body.c-open {

    position: fixed;

    left: 0;

    width: 100%;

}





/* 占位标签，设置导航样式 */



#c-placeholder {

    height: 80px;

}





/*顶部*/



#c-header {

    position: fixed;

    top: 0;

    left: 0;

    z-index: 900;

    width: 100%;

    line-height: 100px;

    text-align: center;

    color: #666;

    transition: all 0.5s;

    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);

    background: #fff;

}



#c-header a {

    color: #666;

    transition: all 0.5s;

}



#c-header.c-head-move {

    top: -100px;

}



#c-header .c-container2 {

    padding: 0 50px;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



#c-header .c-right-box {

    display: flex;

    align-items: center;

}





/*顶部logo*/



#c-header .c-logo {

    display: flex;

    align-items: center;

}



#c-header .c-logo .c-img-box {

    display: flex;

    align-items: center;

}



#c-header .c-logo img {

    height: 44px;

}





/*顶部pc导航*/



#c-header .c-nav {

    display: flex;

    align-items: center;

}



#c-header .c-nav>li {

    margin: 0 25px;

}



#c-header .c-nav li a {

    position: relative;

    z-index: 2;

    display: block;

    padding: 0 5px;

    -webkit-transition: all 0.5s;

    transition: all 0.5s;

}



#c-header .c-nav>li>a:before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: -1;

    width: 0;

    height: 3px;

    background: #ffbf00;

    transition: .5s;

}



#c-header .c-nav li a i {

    margin-left: 8px;

    font-size: 20px;

}



#c-header .c-nav ul {

    position: absolute;

    top: 100%;

    left: 0;

    display: none;

    width: 100%;

    border-top: 1px solid #eee;

    background: #f7f7f7;

    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);

}



#c-header .c-nav ul li {

    display: inline-block;

    vertical-align: top;

    margin-right: 40px;

    padding: 30px 0;

}



#c-header .c-nav ul li:last-child {

    border: 0;

    margin-right: 0;

}



#c-header .c-nav ul a {

    color: #666;

    text-align: center;

    line-height: 26px;

}



#c-header .c-nav ul a img {

    height: 38px;

}



#c-header .c-nav ul a img:nth-child(2),

#c-header .c-nav ul li:hover a img:nth-child(1) {

    display: none;

}



#c-header .c-nav ul li:hover a img:nth-child(2) {

    display: inline-block;

}



#c-header .c-nav ul li .c-title {

    padding-top: 10px;

}



#c-header .c-nav li:hover>a,

#c-header .c-nav li.active>a {

    font-weight: bold;

    color: #fff;

}



#c-header .c-nav li.active>a::before,

#c-header .c-nav>li:hover>a::before {

    width: 100%;

}





/*顶部移动端导航*/



#c-header .c-nav2 {

    position: absolute;

    top: 60px;

    left: 0;

    width: 100%;

    height: 0;

    font-size: 14px;

    line-height: 50px;

    background: #fff;

    overflow-y: auto;

    transition: all 0.5s;

}



.c-open #c-header .c-nav2 {

    height: calc(100vh - 60px);

    height: -webkit-calc(100vh - 60px);

}



#c-header .c-nav2 a {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: 0 20px;

    border-bottom: 1px solid #f1f1f1;

    color: #333;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

}



#c-header .c-nav2>li:first-child {

    border-top: 1px solid #f1f1f1;

}



#c-header .c-nav2 li:hover>a,

#c-header .c-nav2 li.active>a {

    color: #1968af

}



#c-header .c-nav2 li a i {

    font-size: 20px;

}



#c-header .c-nav2 li ul {

    display: none;

}



#c-header .c-nav2 li ul a {

    padding-left: 15px;

}



#c-header .c-nav2 li li li a {

    padding-left: 30px;

}





/*顶部导航开关*/



#c-header .c-switch {

    display: none;

    width: 24px;

    height: 20px;

    cursor: pointer;

}



#c-header .c-switch i {

    position: relative;

    display: block;

    height: 2px;

    background: #333;

    -webkit-transition: all 0.3s;

    transition: all 0.3s;

}



#c-header .c-switch i:nth-child(1) {

    top: 0;

}



#c-header .c-switch i:nth-child(3) {

    bottom: 0;

}



#c-header .c-switch i:nth-child(2) {

    margin: 6px 0;

}



body.c-open #c-header .c-switch i:nth-child(2) {

    opacity: 0;

}



body.c-open #c-header .c-switch i:nth-child(1) {

    top: 8px;

    -webkit-transform: rotate(45deg);

    transform: rotate(45deg);

}



body.c-open #c-header .c-switch i:nth-child(3) {

    bottom: 8px;

    -webkit-transform: rotate(-45deg);

    transform: rotate(-45deg);

}





/* 顶部功能区 */



#c-header .c-gn {

    display: flex;

    align-items: center;

    margin-left: 25px;

    padding-left: 50px;

    height: 100px;

    border-left: 1px solid #eee;

}



#c-header .c-gn .c-phone {

    display: flex;

    align-items: center;

}



#c-header .c-gn .c-phone .c-ico {

    width: 34px;

    height: 34px;

    border-radius: 50%;

    background: #ffbf00 url(../images/phone.png)no-repeat center / 14px auto;

    box-shadow: 0 5px 18px rgba(255, 191, 0, .38);

}



#c-header .c-gn .c-phone .c-text-box {

    text-align: left;

    padding-left: 14px;

}



#c-header .c-gn .c-phone .c-text1 {

    font-size: 14px;

    line-height: 1;

    color: #999;

}



#c-header .c-gn .c-phone .c-text2 {

    font-family: "BEBAS";

    font-size: 20px;

    line-height: 30px;

    color: #222;

}





/* 公共标题 */



.c-common-title3 .c-en-title {

    font-family: "Century Gothic";

    font-weight: bold;

    font-size: 58px;

    line-height: 1;

}



.c-common-title3 .c-title {

    padding-top: 15px;

    font-size: 24px;

    line-height: 34px;

}





/* 公共按钮 */



.c-common-btn {

    display: inline-block;

    padding: 0 8px 0 35px;

    line-height: 46px;

    border-radius: 23px;

    color: #333;

    background: #ffbf00;

    box-shadow: 0 12px 42px rgba(255, 191, 0, .2);

}



.c-common-btn span {

    display: inline-block;

    vertical-align: middle;

    font-weight: bold;

}



.c-common-btn i {

    display: inline-block;

    vertical-align: middle;

    margin-left: 20px;

    width: 30px;

    height: 30px;

    border-radius: 50%;

    background: #fff url(../images/jt.png)no-repeat center / 12px auto;

    transition: .5s;

}



.c-common-btn:hover i {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

}





/*首页轮播图*/



.c-banner1 {

    margin-top: 100px;


}



.c-banner1 .swiper-slide {

    position: relative;

    overflow: hidden;

}



.c-banner1 .swiper-slide img {

    width: 100%;

}



.c-banner1 .swiper-button-next,

.c-banner1 .swiper-button-prev {

    margin-top: -25px;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    border: 1px solid #fff;

    transition: .5s;

}



.c-banner1 .swiper-button-next {

    right: 50px;

    background: url(../images/next.png)no-repeat right 17px center / 9px auto;

}



.c-banner1 .swiper-button-prev {

    left: 50px;

    background: url(../images/prev.png)no-repeat left 17px center / 9px auto;

}



.c-banner1 .swiper-button-next:hover,

.c-banner1 .swiper-button-prev:hover {

    border-color: #ffbf00;

    background-color: #ffbf00;

}



.c-banner1 .swiper-pagination {

    bottom: 60px;

}



.c-banner1 .swiper-pagination-bullet {

    opacity: 1;

    width: 80px;

    height: 3px;

    border-radius: 0;

    background: rgba(0, 0, 0, .5);

}



.c-banner1 .swiper-pagination-bullet-active {

    background: #ffbf00;

}





/* 步骤 */



#c-step {

    padding: 30px 0;

    background: #f2f3f5 url(../images/bz-bg.png)repeat-x bottom / auto;

}



#c-step .c-container2 {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



#c-step .c-left {

    width: 15%;

    border-right: 3px solid #333;

}



#c-step .c-left .c-title {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    font-weight: bolder;

    font-size: 36px;

    line-height: 1;

}



#c-step .c-left .c-title div {

    position: relative;

    display: inline-block;

    margin-left: 3px;

    color: #f9da9c;

    font-family: "Century Gothic";

    font-size: 44px;

}



#c-step .c-left .c-title div span:nth-child(2) {

    position: absolute;

    top: 0;

    left: -3px;

    color: #ffb400;

}



#c-step .c-left .c-text {

    padding-top: 10px;

    font-weight: bolder;

    font-size: 22px;

    line-height: 1;

}



#c-step .c-right {

    padding-left: .5rem;

    width: 85%;

}



#c-step .c-right .c-list {

    display: flex;

    align-items: center;

    justify-content: space-between;

    overflow: auto;

}



#c-step .c-right .c-list li {

    flex: none;

}



#c-step .c-right .c-list .c-box1 {

    text-align: center;

}



#c-step .c-right .c-list .c-box1 img {

    height: 40px;

}



#c-step .c-right .c-list .c-box1 .c-text {

    padding-top: 7px;

    font-weight: bold;

    line-height: 26px;

    color: #555;

}



#c-step .c-right .c-list li:last-child {

    display: none;

}



#c-step .c-right .c-list .c-box2 {

    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 60px;

}



#c-step .c-right .c-list .c-box2 i {

    display: inline-block;

    width: 2px;

    height: 2px;

    border-radius: 50%;

    background: #a9aaab;

}



#c-step .c-right .c-list .c-box2 i:nth-child(2),

#c-step .c-right .c-list .c-box2 i:nth-child(4) {

    width: 4px;

    height: 4px;

}



#c-step .c-right .c-list .c-box2 i:nth-child(3) {

    width: 8px;

    height: 8px;

}





/* 关于我们 */



#c-about {

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    padding: 80px 0 80px 2.58rem;

}



#c-about .c-left {

    padding-right: 80px;

    width: 41%;

}



#c-about .c-left .c-common-title3 .c-title {

    padding-bottom: 20px;

}



#c-about .c-left .c-hr {

    margin-bottom: 20px;

    width: 30px;

    border-top: 3px solid #ffbf00;

}



#c-about .c-left .c-text-box .c-title-box {

    display: flex;

    align-items: flex-end;

}



#c-about .c-left .c-text-box .c-title-box .c-title {

    font-weight: bold;

    font-size: 48px;

    line-height: 58px;

}



#c-about .c-left .c-text-box .c-title-box .c-r-box {

    padding-left: 10px;

    font-size: 14px;

    line-height: 24px;

    font-weight: bold;

}



#c-about .c-left .c-text-box .c-title-box .c-r-box .c-p1 {

    line-height: 1;

    color: #ffbf00;

}



#c-about .c-left .c-text-box .c-subtitle {

    padding: 5px 0 30px;

    font-weight: bold;

    font-size: 26px;

    line-height: 36px;

}



#c-about .c-left .c-text-box .c-text {

    margin-bottom: 55px;

    height: 52px;

    line-height: 26px;

    color: #777;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    -webkit-line-clamp: 2;

}



#c-about .c-right {

    width: 59%;

}



#c-about .c-right img {

    width: 100%;

    min-height: 580px;

    object-fit: cover;

}



#c-about .c-bottom {

    margin-top: -100px;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    width: 84.33734939759036%;

}



#c-about .c-bottom li {

    position: relative;

    z-index: 1;

    margin-right: -1px;

    padding: 50px 0;

    width: 16.66666666666667%;

    border: 1px solid #ececec;

    color: #555;

    text-align: center;

    transition: all .5s;

    background: #fff;

}



#c-about .c-bottom img {

    height: 54px;

}



#c-about .c-bottom img:nth-child(2),

#c-about .c-bottom li:hover img:nth-child(1) {

    display: none;

}



#c-about .c-bottom .c-title {

    padding-top: 15px;

    font-weight: bold;

    line-height: 26px;

}



#c-about .c-bottom li:hover {

    z-index: 2;

    color: #222;

    border-color: #ffbf00;

    background: #ffbf00;

    border-radius: 4px;

    transform: scale(1.05, 1.05);

    -webkit-transform: scale(1.1, 1.1);

    box-shadow: 0 12px 42px rgba(255, 191, 0, .2);

}



#c-about .c-bottom li:hover img:nth-child(2) {

    display: inline-block;

}





/* 广告 */



#c-gg {

    padding: 80px 0;

    color: #fff;

    background: url(../images/gg.jpg)no-repeat center / cover;

}



#c-gg .c-en-title {

    font-family: "Century Gothic";

    font-weight: bold;

    font-size: 50px;

    line-height: 70px;

}



#c-gg .c-hr {

    margin: 15px 0 20px;

    width: 30px;

    border-top: 3px solid #ffbf00;

}



#c-gg .c-text1 {

    font-size: 24px;

    line-height: 34px;

}



#c-gg .c-text2 {

    padding: 10px 0 50px;

    font-weight: bolder;

    font-size: 48px;

    line-height: 58px;

}



#c-gg .c-text2 span {

    font-family: "Century Gothic";

    color: #ffbf00;

}



#c-gg .c-common-btn {

    box-shadow: none;

}





/* 案例 */



#c-case {

    padding: 80px 0;

    background: #fff;

}



#c-case .c-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 50px;

    border-bottom: 1px solid #f0f0f0;

}



#c-case .c-list {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



#c-case .c-list li {

    flex: none;

    padding: 50px 30px;

    text-align: center;

    cursor: pointer;

    transition: .5s;

}



#c-case .c-list li:hover {

    transform: scale(1.2, 1.2);

    -webkit-transform: scale(1.2, 1.2);

}



#c-case .c-list img {

    height: 46px;

}



#c-case .c-list img:nth-child(2),

#c-case .c-list li:hover img:nth-child(1),

#c-case .c-list li.on img:nth-child(1) {

    display: none;

}



#c-case .c-list li:hover img:nth-child(2),

#c-case .c-list li.on img:nth-child(2) {

    display: inline-block;

}



#c-case .c-list .c-title {

    font-size: 16px;

    line-height: 26px;

    color: #888;

}



#c-case .c-list li.on .c-title,

#c-case .c-list li:hover .c-title {

    color: #333;

}





/* 案例轮播 */



#c-banner4 {

    background: #f2f3f5 url(../images/al-bg.jpg)repeat-x bottom / auto;

}



#c-banner4 .c-container2 {

    top: -80px;

}



#c-banner4 .swiper-slide {

    opacity: 0 !important;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}



#c-banner4 .swiper-slide.swiper-slide-active {

    opacity: 1 !important;

}



#c-banner4 .swiper-slide .c-img-box {

    position: relative;

    width: 50%;

}



#c-banner4 .swiper-slide .c-img-box img {

    width: 100%;

    object-fit: cover;

}



#c-banner4 .swiper-slide .c-img-box img:nth-child(2) {

    opacity: 0;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 2;

    width: 100%;

    height: 100%;

    transition: .5s;

}



#c-banner4 .swiper-slide .c-img-box .c-btn-box {

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 3;

    display: flex;

    align-items: center;

    width: 100%;

}



#c-banner4 .swiper-slide .c-img-box .c-btn-box p {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 50%;

    font-weight: bold;

    font-size: 14px;

    line-height: 60px;

    color: #fff;

    background: rgba(0, 0, 0, .5);

    transition: all .5s;

}



#c-banner4 .swiper-slide .c-img-box .c-btn-box p span {

    margin-left: 20px;

    display: inline-block;

    width: 16px;

    height: 16px;

    background: url(../images/jt2.png)no-repeat center / 14px auto;

}



#c-banner4 .swiper-slide .c-img-box .c-btn-box p:first-child span {

    margin: 0 20px 0 0;

    background: url(../images/jt5.png)no-repeat center / 14px auto;

}



#c-banner4 .swiper-slide .c-img-box.on img:nth-child(2) {

    opacity: 1;

}



#c-banner4 .swiper-slide .c-img-box .c-btn-box p.on span {

    background: url(../images/jt.png)no-repeat center / 14px auto;

}



#c-banner4 .swiper-slide .c-img-box .c-btn-box p.on:first-child span {

    background: url(../images/jt4.png)no-repeat center / 14px auto;

}



#c-banner4 .swiper-slide .c-img-box .c-btn-box p.on {

    color: #333;

    background: rgba(255, 191, 0, .8);

}



#c-banner4 .swiper-slide .c-text-box {

    padding-left: 50px;

    width: 50%;

}



#c-banner4 .swiper-slide .c-text-box .c-title {

    font-weight: bold;

    font-size: 36px;

    line-height: 46px;

}



#c-banner4 .swiper-slide .c-text-box .c-text {

    margin: 20px 0 55px;

    font-size: 14px;

    line-height: 24px;

}





/* 产品 */



#c-product5 {

    padding: 80px 0;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}



#c-product5 .c-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 50px;

    border-bottom: 1px solid #f0f0f0;

}



#c-product5 .c-list {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



#c-product5 .c-list .c-wrap {

    display: block;

    padding: 50px 0;

    text-align: center;

    color: #333;

    cursor: pointer;

    transition: .5s;

}



#c-product5 .c-list .c-wrap:hover {

    transform: scale(1.05, 1.05);

    -webkit-transform: scale(1.05, 1.05);

}



#c-product5 .c-list li {

    flex: none;

    margin-right: 20px;

}



#c-product5 .c-list li:last-child {

    margin-right: 0;

}



#c-product5 .c-list img {

    height: 46px;

}



#c-product5 .c-list img:nth-child(2),

#c-product5 .c-list li:hover img:nth-child(1),

#c-product5 .c-list li.on img:nth-child(1) {

    display: none;

}



#c-product5 .c-list li:hover img:nth-child(2),

#c-product5 .c-list li.on img:nth-child(2) {

    display: inline-block;

}



#c-product5 .c-list .c-title {

    padding-top: 10px;

    font-size: 16px;

    line-height: 26px;

    color: #888;

}



#c-product5 .c-list li.on .c-title,

#c-product5 .c-list li:hover .c-title {

    color: #333;

}



#c-product5 .c-list2 {

    margin: 0 -.05rem;

}



#c-product5 .c-list2 li {

    float: left;

    padding: 0 .05rem .1rem;

    width: 33.333333%;

}



#c-product5 .c-list2 li:first-child {

    width: 66.666666%;

}



#c-product5 .c-list2 li .c-wrap {

    position: relative;

    display: block;

    height: 3.45rem;

    overflow: hidden;

}



#c-product5 .c-list2 li:first-child .c-wrap {

    height: 6.98rem;

}



#c-product5 .c-list2 li .c-wrap img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 1s;

}



#c-product5 .c-list2 li .c-wrap:hover img {

    transform: scale(1.05, 1.05);

    -webkit-transform: scale(1.05, 1.05);

}



#c-product5 .c-list2 li .c-wrap .c-text {

    position: absolute;

    top: 10px;

    left: 10px;

    z-index: 2;

    padding: 0 16px;

    border-left: 6px solid #ffbf00;

    line-height: 50px;

    color: #000;

    background: rgba(255, 255, 255, .8);

}



#c-product5 .c-list2 li .c-wrap .c-title {

    position: absolute;

    left: 0;

    bottom: 0;

    z-index: 3;

    width: 100%;

    height: 80px;

    padding: 34px 0 20px;

    font-weight: bold;

    font-size: 16px;

    line-height: 26px;

    text-align: center;

    color: #fff;

    background: url(../images/text-bg.png)repeat-x bottom / auto;

    transition: .5s;

}



#c-product5 .c-list2 li .c-wrap:hover .c-title {

    opacity: 0;

}



#c-product5 .c-list2 li .c-wrap .c-mask {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 4;

    padding: 22px;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .6);

    opacity: 0;

    transition: .5s;

}



#c-product5 .c-list2 li .c-wrap:hover .c-mask {

    opacity: 1;

}



#c-product5 .c-list2 li .c-wrap .c-mask .c-box {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    height: 100%;

    border: 2px solid rgba(255, 255, 255, .15);

    font-weight: bold;

    font-size: 16px;

    line-height: 44px;

    color: #fff;

}



#c-product5 .c-list2 li .c-wrap .c-mask .c-box .c-text2 {

    padding: 0 30px 0 8px;

    border-top: 2px solid #ffbf00;

    border-bottom: 2px solid #ffbf00;

    background: url(../images/jt2.png)no-repeat right 8px center / 12px auto;

}





/* 新闻 */



#c-news3 {

    padding: 80px 0;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}



#c-news3 .c-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-bottom: 50px;

}



#c-news3 .c-bottom {

    display: flex;

    flex-wrap: wrap;

    background-color: #fff;

}



#c-news3 .c-first {

    padding: 60px 40px;

    width: 50%;

}



#c-news3 .c-first .c-wrap {

    display: block;

}



#c-news3 .c-first .c-wrap .c-img-box {

    width: 100%;

    height: 300px;

    overflow: hidden;

}



#c-news3 .c-first .c-wrap .c-img-box img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 1s;

}



#c-news3 .c-first .c-wrap:hover .c-img-box img {

    transform: scale(1.05, 1.05);

    -webkit-transform: scale(1.05, 1.05);

}



#c-news3 .c-first .c-wrap .c-text-box .c-title-box {

    display: flex;

    align-items: center;

    margin: 25px 0 10px;

}



#c-news3 .c-first .c-wrap .c-text-box .c-title {

    width: -webkit-calc(100% - 90px);

    width: calc(100% - 90px);

    height: 32px;

    font-weight: bold;

    font-size: 22px;

    line-height: 32px;

    color: #333;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    -webkit-line-clamp: 1;

}



#c-news3 .c-first .c-wrap .c-text-box .c-title-box .c-time {

    width: 90px;

    font-family: "Gotham";

    line-height: 26px;

    text-align: right;

    color: #999;

}



#c-news3 .c-first .c-wrap .c-text-box .c-text {

    height: 48px;

    font-size: 14px;

    line-height: 24px;

    color: #777;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    -webkit-line-clamp: 2;

}



#c-news3 .c-list {

    width: 50%;

    padding: 0 40px;

}



#c-news3 .c-list li {

    padding: 45px 0;

    border-bottom: 1px solid #eaeaea;

}



#c-news3 .c-list li:last-child {

    border: 0;

}



#c-news3 .c-list .c-wrap {

    display: flex;

    align-items: center;

    color: #333;

}



#c-news3 .c-list .c-wrap .c-time {

    width: 100px;

    border-right: 1px solid #eaeaea;

    font-family: "Gotham";

    line-height: 1;

    color: #999;

}



#c-news3 .c-list .c-wrap .c-time p {

    transition: .5s;

}



#c-news3 .c-list .c-wrap .c-time p:first-child {

    margin-bottom: 10px;

    font-size: 58px;

    color: #333;

}



#c-news3 .c-list .c-wrap:hover .c-time p {

    color: #ffbf00;

}



#c-news3 .c-list .c-wrap .c-text-box {

    padding-left: 20px;

    width: -webkit-calc(100% - 100px);

    width: calc(100% - 100px);

}



#c-news3 .c-list .c-wrap .c-text-box .c-title {

    margin-bottom: 10px;

    height: 26px;

    font-weight: bold;

    font-size: 16px;

    line-height: 26px;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    -webkit-line-clamp: 1;

}



#c-news3 .c-list .c-wrap .c-text-box .c-text {

    height: 48px;

    font-size: 14px;

    line-height: 24px;

    color: #999;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    -webkit-line-clamp: 2;

}





/* 底部 */



#c-footer {

    color: #fff;

    background: #161616;

}



#c-footer a {

    color: #676666;

    transition: .5s;

}



#c-footer a:hover {

    color: #ffbf00;

}



#c-footer .c-top-box {

    padding: 80px 0;

}



#c-footer .c-top-box .c-container2 {

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    justify-content: space-between;

}



#c-footer .c-top-box .c-left {

    width: 58.57142857142857%;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    justify-content: space-between;

}



#c-footer .c-top-box .c-right {

    width: 31.42857142857143%;

    display: flex;

    flex-wrap: wrap;

    align-items: flex-start;

    justify-content: space-between;

}



#c-footer .c-title-box {

    margin-bottom: 10px;

    position: relative;

}



#c-footer .c-title-box::before {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 35px;

    border-top: 1px solid #fff;

}



#c-footer .c-title {

    display: flex;

    align-items: center;

    justify-content: space-between;

    min-width: 100px;

    padding-bottom: 15px;

    font-size: 16px;

    line-height: 26px;

    border-bottom: 1px solid #3b3a3a;

}



#c-footer .c-title i {

    display: none;

    transition: .5s;

}



#c-footer .c-list-box.active .c-title i {

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);

}



#c-footer .c-list-box .c-list li {

    padding: 5px 0;

    font-size: 14px;

    line-height: 24px;

}



#c-footer .c-text-box {

    line-height: 26px;

}



#c-footer .c-text-box .c-phone {

    font-family: "BEBAS";

    font-size: 28px;

    line-height: 38px;

}



#c-footer .c-text-box .c-text {

    margin-bottom: 10px;

    line-height: 26px;

    color: #fff;

}



#c-footer .c-text-box .c-btn {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 120px;

    height: 36px;

    font-size: 12px;

    border-radius: 3px;

    color: #333;

    background: #ffbf00;

}



#c-footer .c-text-box .c-btn i {

    position: relative;

    display: inline-block;

    margin-right: 10px;

    width: 26px;

    height: 16px;

    background: url(../images/kf.png)no-repeat left center / auto 16px;

}



#c-footer .c-text-box .c-btn i::before {

    content: "";

    position: absolute;

    top: 50%;

    right: 0;

    height: 10px;

    border-left: 1px solid #bd900b;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}



#c-footer .c-code {

    width: 130px;

    border-radius: 5px;

}



#c-footer .c-code img {

    margin-top: 5px;

    width: 100%;

}



#c-footer .c-code .c-text {

    padding-top: 15px;

    font-size: 14px;

    line-height: 24px;

    text-align: center;

    color: #676666;

}



#c-footer .c-ico {

    display: flex;

    align-items: center;

}



#c-footer .c-ico a {

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 10px;

    width: 34px;

    height: 34px;

    border-radius: 50%;

    color: #fff;

    background: #33444f;

    transition: .5s;

}



#c-footer .c-ico a:hover {

    background: #ffbf00;

}



#c-footer .c-weixin {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 910;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .4);

}



#c-footer .c-weixin .c-img-box {

    position: absolute;

    top: 50%;

    left: 50%;

    padding: 20px;

    width: 200px;

    border-radius: 5px;

    background: #fff;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

}



#c-footer .c-weixin .c-img-box img {

    width: 100%;

}



#c-footer .c-weixin .c-img-box .c-text {

    padding-top: 10px;

    font-size: 16px;

    line-height: 1;

    text-align: center;

    color: #333;

}



#c-footer .c-bottom-box {

    padding: 30px 0;

    border-top: 1px solid #302f2f;

    font-size: 12px;

    line-height: 22px;

    color: #5f5f5f;

}



#c-footer .c-bottom-box .c-container2 {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: flex-start;

}



#c-footer .c-bottom-box a {

    color: #5f5f5f;

}



#c-footer .c-bottom-box a:hover {

    color: #ffbf00;

}



#c-footer .c-bottom-box .c-copyright {

    word-wrap: break-word;

    word-break: break-all;

}





/* 中间弹窗 */



#c-fixed-center {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 910;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .15);

}



#c-fixed-center form {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 540px;

    max-width: 80%;

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    background: #fff;

    border-radius: 10px;

}



#c-fixed-center .c-close {

    position: absolute;

    top: -50px;

    right: -50px;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background: rgba(0, 0, 0, .5) url(../images/close.png)no-repeat center / 16px auto;

    cursor: pointer;

}



#c-fixed-center .c-top {

    padding: 30px 50px;

    border-radius: 10px 10px 0 0;

    background: url(../images/pop-bg.png)no-repeat center / cover;

    text-align: center;

}



#c-fixed-center .c-top .c-title {

    font-weight: bold;

    font-size: 32px;

    line-height: 42px;

}



#c-fixed-center .c-top .c-text {

    font-weight: bold;

    font-size: 18px;

    line-height: 28px;

}



#c-fixed-center .c-bottom {

    display: flex;

    flex-wrap: wrap;

    padding: 50px;

}



#c-fixed-center .c-bottom label {

    margin-bottom: 30px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 100%;

    font-weight: bold;

}



#c-fixed-center .c-bottom input {

    padding: 0 15px;

    width: -webkit-calc(100% - 50px);

    width: calc(100% - 50px);

    height: 60px;

    line-height: 60px;

    font-weight: normal;

    background: #f4f4f4;

}



#c-fixed-center .c-bottom button {

    width: 100%;

    height: 66px;

    border-radius: 33px;

    font-weight: bold;

    line-height: 66px;

    background: #ffbf00;

    cursor: pointer;

}





/* 右侧浮窗 */



#c-fixed-right {

    display: none;

    position: fixed;

    right: 0;

    top: 50%;

    z-index: 900;

    width: 70px;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}



#c-fixed-right a {

    position: relative;

    display: block;

    background: #fff;

    transition: .5s;

}



#c-fixed-right li:last-child a .c-box {

    border-bottom: 1px solid #e4e6e9;

}



#c-fixed-right a .c-box {

    padding: 15px 0 10px;

    width: 70px;

    text-align: center;

    border: 1px solid #e4e6e9;

    border-bottom: 0;

}



#c-fixed-right a .c-box img {

    height: 22px;

}



#c-fixed-right a .c-box .c-title {

    font-size: 12px;

    line-height: 22px;

    color: #999;

}



#c-fixed-right .c-phone {

    position: absolute;

    top: 0;

    left: 70px;

    width: 170px;

    font-family: "BEBAS";

    font-size: 20px;

    line-height: 72px;

    text-align: center;

    background: #fff;

    color: #545454;

}



#c-fixed-right .c-phone::before {

    content: "";

    position: absolute;

    top: 50%;

    left: 0;

    margin-top: -22px;

    height: 44px;

    border-left: 1px solid rgba(0, 0, 0, .1);

}



#c-fixed-right .c-code {

    opacity: 0;

    position: absolute;

    top: 0;

    right: 90px;

    width: 154px;

    border-radius: 10px;

    background: #fff;

    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);

    visibility: hidden;

    transition: .5s;

}



#c-fixed-right .c-code::before {

    content: "";

    position: absolute;

    top: 25px;

    right: -18px;

    border: 10px solid transparent;

    border-left: 10px solid #fff;

}



#c-fixed-right .c-code img {

    width: 100%;

    border-radius: 10px;

}



#c-fixed-right .c-code .c-text {

    padding: 10px 0 15px;

    font-size: 14px;

    line-height: 1;

    text-align: center;

    color: #545454;

}



#c-fixed-right li:hover .c-box .c-title {

    color: #333;

}



#c-fixed-right li:hover .c-box {

    border-color: #ffbf00 !important;

    background: #ffbf00;

}



#c-fixed-right a:hover .c-code {

    opacity: 1;

    visibility: visible;

}



#c-fixed-right li:first-child:hover a {

    -webkit-transform: translate(-170px);

    transform: translate(-170px);

}



#c-fixed-right li:first-child:hover a .c-phone {

    color: #333;

    background: #ffbf00;

}