a {
    text-decoration: none;
    display: inline-block;
}

body {
    margin: 0;
    padding: 0;
}


/*手机*/

@media screen and (max-width: 767px) {}


/*平板*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    html {
        font-size: 8px;
    }
}


/*1025-1366*/

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    html {
        font-size: 10px;
    }
}


/*1440-1367*/

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    html {
        font-size: 11px;
    }
}


/*1540-1441*/

@media only screen and (min-width: 1441px) and (max-width: 1540px) {
    html {
        font-size: 14px;
    }
}


/*1920*/

@media only screen and (min-width: 1541px) {
    html {
        font-size: 16px;
    }
}

.BaseBox {
    display: flex;
    display: -webkit-flex;
}
.fieldbgbox{
    width: 100%;
    min-width: 1200px;
    background-image: url(../image/fieldbgbox.jpg);
    background-size: 100% 1300px;
    margin-bottom: 77px;
    /* margin-top: 77px; */
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 77px;
}
.fieldContent {
    width: 100%;
    min-width: 1200px;
    background-image: url(../image/fieldbg.jpg);
    /* background-position: center; */
    background-size: 100% 476px;
    margin-bottom: 77px;
    margin-top: 77px;
    background-repeat: no-repeat;
    background-position: top;
}

.fieldBox {
    margin: 0 auto;
    width: 85%;
    min-width: 1200px;
    padding-top: 1px;
}

.fieldTitle {
    width: 100%;
    height: 126px;
    margin-top: 87px;
    position: relative;
}

.filedimgs {
    width: 518px;
    height: 126px;
    background-image: url(../image/fieldtitle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.filedtexts {
    position: absolute;
    bottom: 0px;
    left: 233px;
    color: white;
    font-size: 12px;
    line-height: 20px;
}

.fieldimgs {
    width: 100%;
    height: 376px;
    background-image: url(../image/fieldimgs.jpg);
    margin-top: 75px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.fieldOne {
    margin-top: 80px;
    width: 100%;
    position: relative;
}
.fieldOne:first-child{
    margin-top: 0;
}

.Oneimg {
    width: 48%;
    height: 439px;
    overflow: hidden;
    position: relative;
}
.Oneimgs{
    background-image: url(../image/field1.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 439px;
    width: 100%;
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}
.Oneimg:hover .Oneimgs{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.Twoimg {
    width: 49%;
    height: 439px;
    overflow: hidden;
   
}
.Twoimgs{
    width: 100%;
    height: 439px;
    background-image: url(../image/field6.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}
.Twoimg:hover .Twoimgs{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.Treeimg {
    width: 48%;
    height: 439px;
    background-image: url(../image/field7.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.fieldimgtext {
    flex: 1;
    padding-left: 3%;
}

.fieldimgtexts {
    flex: 1;
    padding-right: 3%;
}

.fieldsBox {
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
}

.fieldtext {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.fieldjiantou {
    /* background-image: url(../image/fieldmore.png); */
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 128px;
    height: 24px;
    position: relative;
    justify-content: flex-end;
    align-items: center;
}
.filedtext{
    background-image: url(../image/view.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 88px;
    height: 10px;
    margin-right: 15px;
}
.filedjt{
    background-image: url(../image/jt.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}
.fieldjiantou:hover .filedjt{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.fieldT {
    font-size: 30px;
    font-weight: bold;
}

.fieldjieshao {
    font-size: 13px;
    color: #3e425a;
    line-height: 29px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blocka {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.fieldicon {
    background-image: url(../image/fieldicon.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
    margin-bottom: 40px;
}

.fieldimggs {
    justify-content: space-between;
    
}
.fieldimgd{
    width: 48%;
    height: 210px;
    overflow: hidden;
}
.fieldimgss{
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
}



.fieldimgd:hover .fieldimgss{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}