﻿/*初始化样式*/
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: #009b4c;
    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;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.top2 {
    height: 79px;
    background: url(../../../../3123643c/21/11/97ac84d270ec6f7799a51e9d47a3a4a310b12d51.webp) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}


.logo {
    line-height: 79px;
    margin-left: 50px;
}



.x-banner {
    width: 100vw;
    position: absolute;
    top: 0;
    height: 100vh;
    overflow: hidden;
}
.x-banner .slick-dots {
    position: absolute;
    bottom: 31%;
    right: 40%;
}
.x-banner .slick-dots li{
    width: 102px;
    height: 7px;
    border: solid 1px #ffffff;
    opacity: 0.6;
    float: left;
    margin: 0 11.2px;
    font-size: 0;
}

.x-banner .slick-dots li button{
    display: none;
}
.x-banner .slick-dots .slick-active{
    background-color: #ffffff;
}

.bbanert{
    position: absolute;
    z-index: 9999999;
    top: 256px;
    left: 28%;
}
.bbanert img{}



/* 导航样式 */

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 800px;
    margin-right: 20px;
}

.x-menu>li {
    position: relative;
    flex: 1;
}

.x-menu>li>a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 79px;
    height: 79px;
    text-align: center;
}



.x-menu>li>a:hover {
    background-color: #ff8a0000;
}

.x-menu>li.active>a {}

.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 79px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #ba0c15;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

.layui-layer {
    background: url(../../../../874a80e1/21/05/61211b394f3b729e991d9500125fa392009eba7f.webp) no-repeat;
    background-size: 100% 100%;
}

.gengd li {
    font-size: 14px;
    line-height: 30px;
}

.gengd li a {
    color: #333;
}

.bb_fu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    text-align: center;
    width: 727px;
    padding: 20px 0;
}

.bb_fu>h1 {
    font-size: 102px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.bb_fu>h3 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 6px;
    margin: 1.125% 0 3.125%;
}

.bb_fu>p {
    font-size: 2px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 15px;
    margin-bottom: 15px;
}

.weq1 {
    float: right;
    color: #fff;
    margin: 40px 30px 0 0;
    font-size: 16px;
}








/*  */

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        transform: scale(1.08)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        transform: scale(1.08)
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateX(-50%) translateY(-10px);
    }

    50%,
    100% {
        -webkit-transform: translateX(-50%) translateY(0);
    }

    75% {
        -webkit-transform: translateX(-50%) translateY(10px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateX(-50%) translateY(-10px);
    }

    50%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    75% {
        transform: translateX(-50%) translateY(10px);
    }
}


.bbjump {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
    animation: bounce-down 1.5s linear infinite;
    z-index: 99999;
    display: none !IMPORTANT;
}



.banner img {
    width: 100%;
    /*-moz-transform: scale(1,1);*/
    /*-ms-transform: scale(1,1);*/
    /*-o-transform: scale(1,1);*/
    /*-webkit-transform: scale(1,1);*/
    /*transform: scale(1,1);*/
    /*-webkit-transition: all 10s ease;*/
    /*transition: all 10s ease;*/
}

.banner .slick-active img,
.banner .slick-current img {
    -webkit-animation: scaleUpDown 5s forwards cubic-bezier(.25, .46, .45, .94);
    -moz-animation: scaleUpDown 5s forwards cubic-bezier(.25, .46, .45, .94);
    animation: scaleUpDown 5s forwards cubic-bezier(.25, .46, .45, .94)
        /*-moz-transform:scale(1.2,1.2);*/
        /*-ms-transform:scale(1.2,1.2);*/
        /*-o-transform:scale(1.2,1.2);*/
        /*-webkit-transform:scale(1.2,1.2); */
        /*transform:scale(1.2,1.2);*/
}




/**/
.o-scroll {
    overflow: hidden;
}


/*  */

.banner .slick-arrow {
    position: absolute;
    z-index: 9999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 0;
    outline: none;
    border: none;
    top: 50%;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
}

/* .banner .slick-prev {
    left: 2%;
    background: url(../images/prev.webp) no-repeat center;
}

.banner .slick-next {
    right: 2%;
    background: url(../images/next.webp) no-repeat center;
} */




@media(min-width: 769px) {

    .sun-delay0 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .sun-delay4 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }

    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }

    .sun-delay9 {
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }

    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s;
    }

    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
    }

    .sun-ani-left {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .sun-ani-down {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }



    .sun-ani-up {
        -webkit-transform: translateY(-200px);
        transform: translateY(200px);
    }

    .sun-ani-right {
        -webkit-transform: translatex(100px);
        transform: translatex(100px);
    }

    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

}





.section {
    width: 100vw;
}

.section1 {
    background: url(../../../../3123643c/21/11/9fa84b3dcfbab55ec9558d1684cbeb348ca5b301.webp) no-repeat;
    background-size: cover;
}

.p1 .wh {
    align-items: flex-start;
    margin-top: -270px;
}

.p1a {
    width: 576px;
}

.p1a .p1a1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.p1a .p1a1>h3 {
    font-size: 60px;
    color: #c2d2ad;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.p1a .p1a1>h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 22px;
}

.p1a2 {
	width: 422px;
	height: 288px;
	background: url(../../../../3123643c/21/11/64ade00d787ceca1064dc10cdbdbb8f65c7fc6b8.webp) no-repeat;
	position: absolute;
	margin-top: -144px;
}
.p1a2 li{
    float: left;
    width: 50%;
    text-align: center;
    height: 147px;
    padding-top: 50px;
    cursor: pointer;
}
.p1a2 li img{}
.p1a2 li h2{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}


.p1b {
    width: 580px;
    margin-top: 11px;
}

.p1b1 {height: 50px;}
.p1b2{margin-top: 55px;}
.p1b1>h3 {
    font-family: Impact;
    font-size: 72px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    color: #dbdbda;
    letter-spacing: 9px;
}

.p1b1>h4 {
    margin-bottom: 41px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: 3px;
    color: #7d7c7d;
    position: relative;
}
.p1b1>h4 .s1{
    	font-family: MicrosoftYaHei;
    	font-size: 18px;
    	font-weight: normal;
    	font-stretch: normal;
    	line-height: 43px;
    	letter-spacing: 2px;
    	color: #ffffff;
    	background: url(../../../../3123643c/21/11/2aad858843fcba0392ce64b1fe53ddd1ead473ab.webp) no-repeat center;
    	width: 160px;
    	height: 52px;
    	float: left;
    	margin-right: 20px;
    	padding-left: 22px;
}


.p3b1>h3 {
    font-family: Impact;
    font-size: 72px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    color: #dbdbda;
    letter-spacing: 0px;
}

.p3b1>h4 {
    margin-bottom: 41px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: 3px;
    color: #7d7c7d;
    position: relative;
}
.p3b1>h4 .s1{
    	font-family: MicrosoftYaHei;
    	font-size: 18px;
    	font-weight: normal;
    	font-stretch: normal;
    	line-height: 43px;
    	letter-spacing: 2px;
    	color: #ffffff;
    	background: url(../../../../3123643c/21/11/2aad858843fcba0392ce64b1fe53ddd1ead473ab.webp) no-repeat center;
    	width: 160px;
    	height: 52px;
    	float: left;
    	margin-right: 20px;
    	padding-left: 22px;
}



.p1b .p1b2>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    color: #555;
}

.p1b .p1b2 a.more {
    height: 16px;
    display: inline-block;
    color: #333333;
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    width: 136px;
    text-align: center;
    border-bottom: 9px solid #ba0c15;
    margin-top: 31px;
}

.p2video {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: -1;
}

.p2video video {
    width: 100%;
    height: 100%;
    object-fit:fill;
}

.p2a1 {
    width: 588px;
    align-content: space-between;
}


.bbbt1{
    margin-top: 60px;
}
.bbbt1 h2{
    font-family: Impact;
    font-size: 72px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #dbdbda;
    text-align: center;
}
.bbbt1 h3{
    	font-family: MicrosoftYaHei;
    	font-size: 18px;
    	font-weight: normal;
    	font-stretch: normal;
    	line-height: 42px;
    	letter-spacing: 2px;
    	color: #ffffff;
    	background: url(../../../../3123643c/21/11/2aad858843fcba0392ce64b1fe53ddd1ead473ab.webp) no-repeat center;
    	width: 160px;
    	height: 52px;
    	margin-right: 20px;
    	padding-left: 29px;
    	margin: 0 auto;
    	position: relative;
}

.bb2nr{
    margin-top: 7px;
}
.bb2nrfl{
    text-align: center;
}
.bb2nrfl li{
    width: 144px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../../../3123643c/21/11/f9b2f342dc7d53cec54d6a2ebf69f49ffa8e7991.webp) no-repeat center;
    margin: 0 7px;
}
.bb2nrfl li h2{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #fff;
}

.bb2nrfl li img{
    width: 30px;
}

.bb2cp{margin-top: 30px;}
.bb2cp li{float: left;margin-right: 26px;width: 280px;}
.bb2cp li:nth-child(4n){margin-right: 0px;}
.bb2cp li img{width: 100%;}
.bb2cp li h3{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 41px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}













.section3 {
   
    background-size: cover;
}
.p3{
    margin-top: -52px;
}

.p3a {
    width: 410px;
    height: 440px;
    margin-top: -107px;
}

.p3a1 >h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 13px;
}

.p3a1 > h4 {
    height: 50px;
    line-height: 48px;
    font-size: 30px;
    width: 182px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    font-weight: 400;
    margin-left: -7px;
    margin-bottom: 19px;
    color: #fff;
    font-family: 'simsun';
}

.p3a2t{
    width: 203px;
    height: 221px;
    float: left;
    margin-top: 25px;
}
.p3a2t img{}

.p3a2{
    width: 207px;
    float: left;
    background-image: linear-gradient(   #ba0c15,    #ba0c15),   linear-gradient(   #e60012,    #e60012);
    background-blend-mode: normal,    normal;
    height: 221px;
    padding-top: 35px;
    line-height: 40px;
    margin-top: 25px;
}

.p3a2 li{
    text-align: center;
    background: url(../../../../3123643c/21/11/ab4685b39c7a2104e69b6c15f7d62135794fe047.webp) no-repeat 62px center;
}

.p3a2 li a {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 31px;
}


.p3a2 li+li {
    margin-top: 14px;
}

.p3a3{
    width: 410px;
    height: 198px;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 42px;
    padding-left: 17px;
    padding-right: 24px;
}


.p3sjz{
    float: left;
}
.p3sjz h2{
    font-family: ArialMT;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000;
    border-right: 1px solid #666;
    margin-right: 18px;
    padding-right: 16px;
    line-height: 26px;
}
.p3sjz h3{
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666;
    margin-left: 46px;
    margin-top: 13px;
}

.p3wzy{
    float: left;
    width: 250px;
}
.p3wzy h2{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #333;
}
.p3wzy h3{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
    margin-top: 23px;
    line-height: 18px;
}

.p3a3 li h4{
    width: 124px;
    height: 38px;
    border: solid 1px #540300;
    margin-top: 32px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    text-align: center;
    line-height: 34px;
    margin-left: 100px;
    color: #333;
}




.p3b{
	width: 738px;
	height: 524px;
	padding: 44px 20px 32px 26px;
	background: url(../../../../3123643c/21/11/aee60496d80437a0a548770489dd368980c67365.webp) no-repeat center;
}

.p3b li {
    height: 114px;
    padding-top: 14px;
}
.p3b li:nth-child(2) {margin-top: 49px;}
.p3b li:nth-child(3) {margin-top: 44px;}
.p3b li a div.img img{
    width: 205px;
    height: 115px;
}
.p3b li a .cont {
    width: 583px;
    padding-left: 24px;
    height: 114px;
    padding-right: 33px;
}
.p3b li:hover a .cont {
    width: 583px;
    padding-left: 24px;
    height: 114px;
     background-color: #ba0c15;
}
.p3b li a .cont h3 {
    color: #555555;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    padding-top: 14px;
}
.p3b li:hover a .cont h3 {
    color: #fff;
}
.p3b li:hover a .cont p {
    color: #fff;
}
.p3b li a .cont span {
    font-size: 12px;
    color: #333;
    display: block;
    margin: 10px 0 6px;
}
.p3b li a .cont p {
    color: #5d5d5d;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    margin-top: 13px;
    letter-spacing: 0px;
}
.p3bsj{
    padding-top: 10px;
}
.p3bsj h2{
    font-family: ArialMT;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000;
    line-height: 25px;
}
.p3bsj h3{
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    margin-left: 45px;
    margin-top: 17px;
    color: #333;
}







.section4{
    background-size: cover;
}

.p4a{
    width: 640px;
    position: relative;
    z-index: 2;
}
.p4a::after {
    content: "";
    background: url(../../../../3123643c/21/11/8bbd81710e07dd3b6609f55019e41f2acad228fe.webp) no-repeat top center;
    width: 12px;
    height: 256px;
    position: absolute;
    left: 0;
    top: 0;
}



.p4a img {
    width: 100%;
}





.p4b{
    width: 508px;
    position: relative;
    z-index: 1;
}

.p4b1 {
    padding-left: 16px;
}

.p4b1  > h3 {
    font-size: 48px;
    font-weight: 700;
    font-family: "simsun";
    text-transform: uppercase;
    color: #292931;
}
.p4b1  > h3 span {
    font-size: 18px;
    font-weight: 700;
    font-family: "simhei";
}
.p4b1  > h4 {
    font-size: 60px;
    font-weight: 700;
    font-family: "simsun";
    text-transform: uppercase;
    color: #292931;
}

.p4b2 .p4b2a {
    width: 360px;
}
.p4b2 .p4b2a  .p4b2a1 {
    width: 100%;
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
    padding-left: 12px;
    margin-bottom: 13px;
    position: relative;
}
.p4b2 .p4b2a  .p4b2a1::before {
    content: "";
    width: 184px;
    height: 1px;
    background: #b9b9bd;
    position: absolute;
    left: -83px;
    top: -16px;
}
.p4b2 .p4b2a  .p4b2a1 > h3{
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    margin: 28px 0 10px;
}
.p4b2 .p4b2a  .p4b2a1 > h4 {
    font-size: 16px;
    color: #5b5a58;
    font-weight: 400;
}

.p4b2 .p4b2a .p4b2a2 {
    font-size: 14px;
    color: #333;
    line-height: 38px;
    padding-bottom: 14px;
    border-bottom: 1px solid #333333;
}
.p4b2 .p4b2a .p4b2a2 p {
    padding-left: 44px;
}
.p4b2 .p4b2a .p4b2a2 p:nth-of-type(1) {
    background: url(../../../../3123643c/21/11/86bca26b624b61da0675af66066c1e98a6f2eb3f.webp) no-repeat 12px center;
}
.p4b2 .p4b2a .p4b2a2 p:nth-of-type(2) {
    background: url(../../../../3123643c/21/11/d552233b0a668a5f2fc5f8ee7c0af2824726c2fa.webp) no-repeat 12px center;
}

.p4b2 .p4b2a .p4b2a2 p:nth-of-type(3) {
    background: url(../../../../3123643c/21/11/0d7fc416d5eab75f1a87b73552260b78423bf942.webp) no-repeat 12px center;
}
.p4b2 .p4b2a .p4b2a2 p:nth-of-type(4) {
    background: url(../../../../3123643c/21/11/c86840f0fc3d8d02b94580cd14f3d7bf986beb5b.webp) no-repeat 12px center;
}

.p4b2 a.lx {
    width: 96px;
    height: 36px;
    line-height: 36px;
    background: #159352;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    margin-top: 13px;
    margin-left: 12px;
    text-align: center;
}
.p4b2b {
    padding-top: 20px;
}
.p4b2b .p4b2b1  {
    margin-bottom: 18px;
}

.p4b2b .p4b2b1 img {
    width: 126px;
    height: 126px;
}
.p4b2b .p4b2b1  p {
    font-size: 14px;
    color: #333333;
    line-height: 50px;
    text-align: center;
}


.bbxl{    margin-top: 61px;}
.bbxl li{
    width: 266px;
    float: left;
    margin: 0 17px;
}
.bbxl li .img{
    float: left;
}

.bbxl li .bbxlwz{width: 224px;float: left;padding-left: 11px;}
.bbxl li .bbxlwz h2{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
}
.bbxl li .bbxlwz h3{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
}





.index-c6 {
    width: 1200px;
    height: 385px;
    position: relative;
    left: 50%;
    margin-left: -600px;
    padding-top: 112px;
}

#form1 input {
    display: block;
    line-height: 47px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px;
    padding-left: 10px;
    width: 100%;
    color: #a4a4a4;
    -webkit-text-fill-color: #a4a4a4;
    border: none;
}

#form1 input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

#form1 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}

#form1 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.6);
}

#form1 input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.6);
}

#form1 #checkcode {
    width: 370px;
    display: inline-block;
    line-height: 47px;
    height: 47px;
}

#form1 textarea {
    border: none;
    line-height: 30px;
    border-radius: 0px;
    width: 100%;
    padding: 10px;
    height: 87px;
    background: rgba(255, 255, 255, 0.8);
    color: #a4a4a4;
    -webkit-text-fill-color: #a4a4a4;
}

#form1 textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

#form1 textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}

#form1 textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.6);
}

#form1 textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.6);
}

#form1 .submit1 {
    display: block;
    border: none;
    font-size: 14px;
    line-height: 37px;
    color: #f9f9f9;
    margin: 0 auto;
    width: 210px;
    height: 49px;
    background-image: linear-gradient(   #ba0c15,    #ba0c15),   linear-gradient(   #e60012,    #e60012);
    background-blend-mode: normal,    normal;
    -webkit-text-fill-color: #fff;
    margin-top: 28px;
}








.p4b2  .p4b2b{
    width: 132px;
}











.copyright{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.copyright a {
    color: #fff;
}

/* 友情链接 */

.c-link {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}


.c-link a {
    color: #fff;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}


/*内页左侧样式*/
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}


.page-product-inquiry a {
    color: #fff;
}


.x-footer-z {
    text-align: center;
    color: #fff;
}
.x-footer-z a {
    color: #fff;
}