* {
    margin: 0;
    padding: 0;
    font-family: Arial-Black, Arial;
}

body {
    font-family: Arial-Black, Arial;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: Arial-Black, Arial;
}

a {
    color: rgba(51, 51, 51, 1);
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.swiper-slide img {
    height: 100%;
    width: 100vw;
}


/* 媒体查询 */


/* 手机端 */

@media (max-width: 480px) {
    .wrap {
        width: 100vw;
    }
    .title1 button {
        width: 177px;
        height: 50px;
        border-radius: 8px;
        font-size: 29px;
        line-height: 24px;
    }
    .title1 h3 {
        font-size: 30px;
        font-weight: 900;
        line-height: 55px;
    }
}

header {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1;
}

main {
    margin-top: 140px;
}


/* 头部logo */

.logo {
    background-color: #000;
    width: 100%;
    height: 90px;
    text-align: center;
}

.logo img {
    width: auto;
    height: 50px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 20px;
}


/* 头部导航条 */

header {
    left: 0;
    right: 0;
}

.navbar1 {
    margin: 0 auto;
    height: auto;
    list-style: none;
    line-height: 50px;
}

.navbar1 li {
    list-style: none;
    margin-right: 10px;
    margin-left: 10px;
}

.navbar1 a {
    font-size: 18px;
    font-family: Arial-BoldMT;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 21px;
}


/* 主页大屏 */

.screen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 820px;
    background: url("/img/main/screen.png") no-repeat;
}

.icon {
    position: fixed;
    left: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.icontop {
    position: fixed;
    bottom: 153px;
    right: .5vw;
}

.icon>a>img:hover {
    transition: 1s;
}

.title1 {
    position: absolute;
    top: 34%;
    left: 13%;
    right: 39%;
    bottom: 0;
    margin: auto;
    height: 300px;
    text-align: left;
}
.title1.yb-0{
    top: 22%;
}
.title1 h3 {
    font-family: Arial-Black;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    font-size: 55px;
    font-weight: 900;
    line-height: 70px;
}
.title1 h3:last-of-type {
    font-size: 32px;
    font-family: monospace;
    line-height: 45px;
    margin: 15px 0px;
}
.title1 h3 {
    height: auto;
}

.title1 a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.3);
    color: rgb(255, 255, 255);
    /* border: 1px solid rgba(255, 255, 255, 0.77); */
    font-family: Arial-BoldMT;
    font-weight: normal;
    width: 180px;
    border-radius: 8px;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
}

.title1 a:first-of-type {
    background-color: red;
    margin-right: 20px;
}

@media (max-width:1380px) and (min-width:768px) {
    .title1 h3 {
        font-size: 40px;
    }
    .title1 a {
        padding: 10px;
        width: 145px;
        font-size: 20px;
    }
}


/* come on选项 */

.comeOn {
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.11%;
    background: url("/img/main/comeOn.png") no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comeOn h4 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
}

.comeOn a,
.comeOn button {
    width: 190px;
    height: 54px;
    margin: 37px auto 0 auto;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgb(255, 255, 255);
    padding: 2px;
    font-size: 30px;
    text-align: center;
}

.comeOn a:hover {
    transition: .8s;
    background: rgba(255, 255, 255, 0.65);
}

.comeOn button span {
    width: 116px;
    height: 33px;
    font-size: 30px;
    font-family: ArialMT;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
}


/* 图片文字介绍 */


/* PART1 */

.title2 {
    padding-top: 97px;
    padding-bottom: 54px;
    text-align: center;
}

.title2 h4 {
    margin: 0 auto;
    height: 32px;
    font-size: 28px;
    font-weight: normal;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
}

.p8 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    justify-content: space-between;
}

.p3 {
    width: 1000px;
}

.p3:after {
    content: '';
    width: 27%;
}

.p7 {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.imgText1 {
    height: 372px;
    /* width: 293px; */
    /* margin: 0 auto; */
    margin-bottom: 34px;
}

.x7 {
    flex: 0 0 14.28%;
}

.imgText1 h5 {
    margin-left: 9px;
    width: 264px;
    height: 18px;
    margin-top: 27px;
    margin-bottom: 24px;
    font-size: 16px;
    font-family: Arial-BoldMT;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
}

.imgText1 p {
    margin: 0 auto;
    margin-left: 9px;
    width: 271px;
    /* height: 120px; */
    font-size: 15px;
    font-family: ArialMT;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
}


/* PART2 */

.hacer {
    width: 100%;
    /* height: 97%; */
    background: rgba(248, 250, 249, 1);
    margin-top: 76px;
}

.Text1 {
    text-align: center;
}

.Text1 p {
    margin: 0 auto;
    font-size: 18px;
    font-family: ArialMT;
    color: rgba(102, 102, 102, 1);
    line-height: 34px;
}

.p4 {
    /* width: 1200px; */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* padding-top: 106px; */
    justify-content: center;
}

.imgText2 {
    flex: 1;
    transition: .8s;
}

.imgText2 p {
    margin: 32px auto;
    width: 123px;
    height: 24px;
    font-size: 16px;
    font-family: Arial-BoldMT;
    font-weight: normal;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.imgText2:nth-of-type(even) {
    padding-top: 100px;
}

.imgText2:nth-of-type(even):hover {
    padding-top: 0;
}

.imgText2:nth-of-type(odd):hover {
    padding-top: 100px;
}


/* PART3 */

.p8:nth-of-type(2) .imgText1 {
    height: auto;
}


/* PART4 */

.wrap.video {
    width: 1250px;
}

.imgText3 {
    width: 282px;
    margin-left: 35px;
    height: 158.625px;
    margin-bottom: 6%;
    border: 1px solid rgba(51, 51, 51, .33);
}

.imgText3:first-of-type {
    margin-left: 0;
}

.imgText3 p {
    width: 238px;
    height: auto;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 4px;
    font-family: Arial-BoldMT;
    font-weight: normal;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
}


/* 表单 */

.formImg {
    width: 100%;
    background: rgba(248, 250, 249, 1);
    margin-bottom: 20px;
}

.formImg>.title2 {
    padding-bottom: 108px;
}

.formImg>.title2 h4 {
    font-size: 35px;
    font-weight: bold;
}

.formImg>.title2 p {
    font-size: 19px;
    font-family: ArialBoldMT;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    padding-top: 65px;
}

.flexForm {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
}

.form p {
    font-size: 16px;
    font-family: Arial-BoldMT;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
}

.form span {
    color: #780c08;
}

.form input {
    width: 283px;
    height: 36px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border-color: #dfdfdf;
}

.form textarea {
    width: 100%;
    height: 181px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border-color: #dfdfdf;
}

.form select {
    width: 283px;
    height: 36px;
    font-size: 16px;
    font-family: Arial-BoldMT;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 20px;
}

.form button {
    background: #333;
    border: 1px solid rgba(255, 255, 255, 0.77);
    font-family: Arial-BoldMT;
    font-weight: normal;
    color: #fff;
    margin-top: 15px;
    width: 143px;
    height: 57px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 21px;
}

.imgText4 img {
    max-width: 100%;
}

.imgText4 {
    margin-top: 35px;
}

.imgText4 h5 {
    font-size: 20px;
    font-family: Arial-Black;
    font-weight: 900;
    color: #333;
    line-height: 42px;
    padding-left: 45px;
    margin-top: 33px;
    margin-bottom: 12px;
}

.mapletter img {
    width: 37px;
}

.mapletter {
    font-size: 17px;
    font-family: Arial-BoldMT;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 20px;
}

.mapletter span {
    display: inline-block;
    height: 36px;
    margin-left: 41px;
}

.mapletter span:first-of-type {
    margin-left: 0;
}

.mapletter:nth-of-type(2) span:first-of-type {
    color: #fc2506;
}


/* 尾部导航条+logo */

footer {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 1);
}

.endText {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


/* logo */

.endLogo {
    /* padding-top: 26px; */
    padding-bottom: 22px;
}

.endLogo img {
    padding-top: 20px;
    width: auto;
    height: 62px;
}


/* 导航条 */

.navbar2 {
    margin: 0 auto;
    display: flex;
    list-style: none;
    flex-direction: column;
}

.navbar2:last-of-type {
    margin-left: 137px;
}

.endNav {
    width: 287px;
    height: 228px;
}

.divied {
    width: 2px;
    height: 126px;
    /* margin-top: 126px; */
    margin-left: 136px;
    opacity: 0.76;
    border: 1px solid rgba(151, 151, 151, 1);
}

.endNav>nav {
    display: flex;
    justify-content: flex-start;
}

.navbar2 li {
    width: 179px;
    height: auto;
    flex: 1;
}

.navbar2 a {
    width: 85px;
    height: 20px;
    font-size: 14px;
    font-family: ArialMT;
    color: rgba(255, 255, 255, 1);
    line-height: 21px;
}


/* 网站信息 */

.endIcon {
    /* height: 287px; */
    padding-top: 10px;
}


/* .endIcon::before {
    content: "";
    width: 2px;
    height: 126px;
    opacity: 0.76;
    border: 1px solid rgba(151, 151, 151, 1);
} */

.endTell span {
    font-size: 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
}

.endTell span:last-of-type {
    /* padding-left: 50px; */
}

.endIcon h5 {
    width: 106px;
    height: 22px;
    font-size: 20px;
    font-family: ArialMT;
    color: rgba(255, 255, 255, 1);
    line-height: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    margin-bottom: 18px;
}

.endFont {
    width: 442px;
    height: 82px;
}

.endFont ul {
    color: #fff;
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.endFont li a {
    color: #fff;
}

.endFont li a:hover {
    color: #333;
}

.massage {
    height: 79px;
    color: #fff;
    text-align: center;
    /* margin: 67px auto 0; */
}


/* video */

.v1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.video {
    margin-bottom: 54px;
}

.video2 h4 {
    color: #000;
    margin: 10% 0;
}

.video2 {
    max-width: 575px;
    height: 323.48px;
    flex: 0 0 50%;
    background-color: #780c08;
    text-align: center;
    position: relative;
}

.video_icon {
    background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
    border: 4px solid #fff;
    border-radius: 100px;
    height: 50px;
    line-height: 1;
    padding: 10px;
    width: 50px;
    display: inline-block;
}

.video2 i {
    color: #fff;
    font-size: 20px;
    margin-left: 6px;
    margin-top: 1px;
    line-height: 1;
}

.videoplay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 575px;
    height: 279px;
    display: none;
}

.videoplay2 {
    display: block;
}

.nego-img {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.nego-div {
    flex: 0 0 33%;
    margin-top: 5%;
}

.nego-div p {
    text-align: center;
}

@media (max-width:480px) {
    .video2 {
        width: 320px;
        height: 160px;
        margin: 10% auto;
    }
    .endFont {
        width: 100%;
    }
    .navbar2:last-of-type {
        margin-left: 0;
    }
    .formImg {
        margin-bottom: 90%;
    }
    .v1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .videoplay1 {
        height: 133px;
    }
}


/* 侧栏 */

aside {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10% 0;
}

.aside1 {
    width: 300px;
    padding-left: 15%;
    border-left: 1px solid #e9e9e9;
    font-family: Arial-Black, Arial;
}

.a1 p {
    text-align: left;
    color: #777;
    font-weight: 500;
    line-height: 1.1;
}

.a2 p {
    text-align: left;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 500;
}

.a1 a,
.a2 a {
    background-color: red;
    color: #222;
    padding: 5%;
}

.a1 a {
    width: 80%;
    margin: 0 auto;
}

.a1 a span {
    font-size: 16px;
}

.aside1 input {
    width: 80%;
    margin: 3% auto;
    margin-bottom: 10%;
    color: #333;
    font-size: 16px;
}

.a2 a {
    width: 40%;
    margin: 0 auto;
    padding: 5%;
}

.a2 {
    background-color: #808080;
    padding: 10% 1%;
    color: #fff;
    flex-wrap: nowrap;
    font-size: 16px;
}

.a3 {
    padding-bottom: 0;
    width: 17vw;
}

.centerleft {
    text-align: left;
    padding-left: 15%;
}

.aimg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5% 0;
}

.aimg img {
    width: 14vw;
    height: 12vh;
    max-width: 150px;
    max-height: 75px;
}

.aimg a p {
    text-align: left;
    font-size: 16px;
}

.aimg a {
    /* padding-left: 10%; */
    font-size: 12px;
}

.a3 ul {
    list-style: none;
    text-transform: uppercase;
    text-align: left;
    padding-left: 16%;
}

.centerleft ul {
    padding-left: 0;
}

.imgText2 a {
    text-decoration: none;
}

@media (max-width:480px) {
    .aside1 {
        margin: 0 auto;
    }
}

a:hover h5,
a:hover p,
a:hover {
    text-decoration: none;
    color: red;
}

.title1 a:first-of-type:hover {
    color: rgba(51, 51, 51, 1);
}

.a1 a:hover,
.a2 a:hover {
    color: #fff;
}

.media1 {
    padding-top: 97px;
}

.border1 {
    height: 5vh;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.b1 {
    margin: 0 auto 1%;
}

.yiwu-nav {
    padding: 0 12%;
    z-index: 1;
    /* position: fixed; */
    right: 0px;
    overflow: auto;
    /* height: calc(100vh - 340px); */
    top: 330px;
}

.yiwu-nav ul {
    list-style: none;
    text-align: left;
}

.yiwu-nav ul a {
    font-family: Arial;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    text-decoration: none;
    color: #777;
}

.yiwu-nav ul a h5 {
    font-weight: 900;
    font-size: 17px;
}

.yiwu-nav ul a h6 {
    font-weight: 550;
    font-size: 16px;
}

.p8 .din .din-img .nine iframe {
    /* width: 210px; */
    width: 100%;
    height: 118.13px;
}

.din-img .nine a p {
    height: 80px;
}

.wrap {
    margin-top: 4%;
}

.textC {
    text-align: center;
}