* {
    margin: 0px auto;
    padding: 0px;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.navtops {
    width: 100%;
    height: auto;
    background: #f1faff;
}

.content {
    width: 100%;
    display: inline-block;
    height: auto;
}

.navtop {
    width: 100%;
    height: auto;
    display: table;
}

.navcon {
    /*width: 1400px;*/
    /*display: table;*/
    /*margin: auto;*/
    /*height: 150px;*/
    width: 1100px;
    display: flex;
    margin: auto;
    height: 150px;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 260px;
    /*width: 270px;*/
    height: auto;
    display: table;
    float: left;
}
.logo>img{
    width: 100%;
}

.navright {
    width: 70%;
    /*width: 1070px;*/
    height: 150px;
    display: table;
    margin-left: 48px;
    float: left;
}

.conser {
    /*width: 660px;*/
    height: 150px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.conser1 {
    width: 100%;
    height: 60px;
    display: table;
    position: relative;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #2E73C4;
}

.conser1 > input {
    width: 100%;
    height: 100%;
    display: table;
    box-sizing: border-box;
    padding: 0px 23px;
    padding-right: 60px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 19px;
    color: #000;
    line-height: 56px;
}

.conser1 > input::-moz-input-placeholder {
    opacity: 1;
    color: #9E9E9E;
}

.conser1 > input::-O-input-placeholder {
    opacity: 1;
    color: #9E9E9E;
}

.conser1 > input::-webkit-input-placeholder {
    opacity: 1;
    color: #9E9E9E;
}

.zicon {
    width: 40px;
    height: 40px;
    display: table;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -20px;
}

.a_con {
    /*width: 410px;*/
    height: 150px;
    display: table;
    float: left;
}

.a_con > a {
    width: auto;
    height: 150px;
    float: left;
    display: inline-flex;
    align-items: center;
}

.a_con > a > image {
    width: 40px;
    height: 40px;
    display: table;
}

.a_con > a:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-left: 63px;
}

.a_con > a:nth-child(2) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 22px;
    color: #2E73C4;
    margin-left: 61px;
}

.navtap {
    /*width: 1400px;*/
    /*height: 80px;*/
    /*display: table;*/
    /*margin: auto;*/
    width: 1100px;
    height: 80px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-around;
}

.navtap > li {
    /*width: 239.5px;*/
    height: 80px;
    display: table;
    float: left;
}

.navtap > li > a {
    width: 100%;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
}

.navtap > li:nth-child(1), .navtap > li:nth-child(7) {
    /*width: 100px !important;*/
}

.navtap > li:nth-child(1) > a {
    padding-left: 16px;
    text-align: left;
}

.navtap > li:nth-child(7) > a {
    padding-left: 16px;
    text-align: right;
}

.actives > a > span {

    position: relative;
    color: #2E73C4 !important;
}

.actives > a > span::before {
    content: "";
    width: 30px;
    height: 3px;
    background: #2E73C4;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -15px;
}

.navtap > li > a:hover {
    color: #2E73C4 !important;
}

.navtap > li > a > span {
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
}

.navtap > li > a:hover span::before {
    content: "";
    width: 30px;
    height: 3px;
    background: #2E73C4;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -15px;
}

.title {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    position: relative;
    margin-top: 103px;
    margin-bottom: 70px;
}

.title::before {
    content: "";
    width: 89px;
    height: 6px;
    background: #3A95FF;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -44.5px;
}

.yslist {
    width: 1100px;
    display: table;
    margin: auto;
}

.yslist > li {
    width: 25%;
    height: auto;
    display: table;
    float: left;
    margin-bottom: 131px;
}

.yslist > li > a {
    width: 100%;
    height: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.yslist > li > a > image {
    width: 245px;
    height: 245px;
    display: table;
    margin: auto;
}

.s_txt {
    width: 100%;
    height: auto;
    display: table;
}

.s_txt > p {
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
}

.s_txt > p:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    margin-top: 43px;
}

.s_txt > p:nth-child(2) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 17px;
    color: #676767;
    box-sizing: border-box;
    padding: 0px 60px;
}

.zycon {
    width: 100%;
    height: auto;
    display: table;
    background-color: #f5f5f5;
}

.Product {
    width: 100%;
    height: auto;
    display: table;
    background-color: #f3f4f8;
    /*background: url('/static/image/bjimgs.jpg');*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 50px;
}

.news {
    width: 100%;
    height: auto;
    display: table;
    /*background-color: #f3f4f8;*/
    background: #fff;
    padding-bottom: 50px;
}
.news1{
     width: 100%;
    height: auto;
    display: table;
    /*background-color: #f3f4f8;*/
    background: rgba(235,247,255,1);
    padding-bottom: 50px;
}
.title1 {
    width: 1100px;
    height: auto;
    text-align: center;
    margin: auto;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    position: relative;
    margin-top: 103px;
    margin-bottom: 70px;
    display: table;
}

.title1::before {
    content: "";
    width: 89px;
    height: 6px;
    background: #3A95FF;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -44.5px;
}

.mores {
    width: auto;
    height: auto;
    display: table;
    position: absolute;
    top: 50%;
    right: 0px;
    line-height: 30px;
    margin-top: -15px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #0762CB;
}

.Productlist {
    /*width: 1100px;*/
    /*display: table;*/
    /*margin: auto;*/
    width: 1100px;
    display: grid;
    margin: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px;
}

.Productlist > li {
    width: 330.66px;
    height: auto;
    display: table;
    float: left;
    margin-right: 54px;
    margin-bottom: 54px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}

.Productlist > li > a:nth-child(1) {
    width: 100%;
    height: 225.42px;
    display: block;
    overflow: hidden;
}

.Productlist > li:nth-child(3n) {
    margin-right: 0px !important;
}

.syicon6 {
    max-width: 100%;
    height: 100%;
    display: table;
}

.add {
    width: 100%;
    height: auto;
    display: table;
    box-sizing: border-box;
    padding: 10px 20px;
    padding-bottom: 20px;
    background-color: #fff;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    padding-top: 0px;
    color: #0278FF;
}

.add:hover {
    color: #0278FF;
}

.adds {
    width: 100%;
    height: auto;
    display: table;
    box-sizing: border-box;
    padding: 10px 10px;
    background-color: #fff;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    padding-top: 0px;
    color: #0278FF;
}

.adds:hover {
    color: #0278FF;
}

.clist {
    width: 100%;
    height: auto;
    display: table;
    box-sizing: border-box;
    padding: 20px 0px;
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 0px;
}

.clist > p:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    padding: 0px 20px;
    line-height: 48px;
    background: linear-gradient(90deg, #2387EF 0%, #3BB4F2 100%);
    display: -webkit-box !important;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
    text-overflow: ellipsis;
    /*background: linear-gradient(90deg, #298bf0 0%, #fff 70%);*/
}

.clist1 {
    width: 100%;
    height: auto;
    display: table;
    box-sizing: border-box;
    padding: 0px 20px;
}

.clist1 > li {
    /*width: 60%;*/
    width: 100%;
    height: auto;
    display: table;
    float: left;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    padding: 5px 0px;
}
.clist1 > li:nth-child(1){
    margin-top: 6px;
}
.clist1 > li > span {
    color: rgba(158, 158, 158, 1);
}

/*.clist1 > li:nth-child(2), .clist1 > li:nth-child(4) {*/
/*    width: 40% !important;*/
/*}*/

.newscon {
    width: 1100px;
    display: table;
    margin: auto;
    height: auto;
}

.newslefts {
    width: 751px;
    height: 550px;
    display: table;
    float: left;
}

.newslefts > a {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}

.newslefts > a > image {
    width: 751px;
    height: 550px;
    display: table;
}

.fdtop {
    width: 100%;
    height: auto;
    display: table;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.fdtop > p {
    width: 100%;
    height: auto;
    display: table;
}

.fdtop > p:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.fdtop > p:nth-child(2) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}

.rqtxt {
    width: 100px;
    height: 100px;
    background: #0762CB;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    top: -30px;
    left: 20px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.rqtxt > p:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 47px;
    color: #FFFFFF;
}

.rqtxt > p:nth-child(2) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
}

.syicon8 {
    width: 100%;
    height: auto;
    display: table;
}

.newslist {
    width: 574px;
    height: 575px;
    background: #F7F7F7;
    border-radius: 10px 10px 10px 10px;
    float: right;
    box-sizing: border-box;
    padding: 0px 13px;
}

.newslist > li {
    width: 100%;
    height: auto;
    display: table;
    padding: 26px 0px;
    border-bottom: 1px solid rgba(206, 206, 206, 1);
}

.newslist > li:last-child {
    border-bottom: none;
}

.newslist > li > a {
    width: 100%;
    height: 124px;
    display: table;
    box-sizing: border-box;
    padding-left: 230px;
    position: relative;
    transition: 1s all;
}

.syicon7 {
    width: 211px;
    height: 124px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.s_txt1 {
    width: 100%;
    height: 124px;
    display: table;
    position: relative;
}

.s_txt1 > p {
    width: 100%;
    height: auto;
    display: table;
}

.s_txt1 > p:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s_txt2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.s_txt3 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.newslist > li:nth-child(2n) > a {
    padding-left: 0px !important;
}

.forbottom {
    width: 100%;
    height: auto;
    display: table;
}

.forbottom > div {
    width: 100%;
    height: auto;
    display: table;
}

.forbottom > div:nth-child(1) {
    background: #0762CB;
}

.forbottom > div:nth-child(2) {
    background: rgba(0, 45, 97, 1);
    padding: 20px 0px;
    display: table;
}

.dbcon {
    width: auto;
    height: auto;
    display: table;
    margin: auto;
}

.dbcon > a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 20px;
    float: left;
    line-height: 30px;
}

.dbcon > a:last-child {
    margin-right: 0px !important;
}

.dbcon > a:hover {
    color: #FFFFFF;
}

.dhnav {
    width: 663px;
    display: table;
    float: left;
}

.dhnav > li {
    width: auto;
    height: auto;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    display: table;
    float: left;
    margin-right: 113px;
    margin-bottom: 25px;
}

.dhnav > li:nth-child(4) {
    margin-right: 0px !important;
}

.dhnav > li > a {
    width: auto;
    height: auto;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    display: table;
}

.dhtop {
    width: 1100px;
    display: table;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 30px;
}

.unright {
    width: auto;
    height: auto;
    float: right;
}

.unright > li {
    width: auto;
    height: auto;
    display: table;
    float: left;
}

.unright > li:nth-child(1) {
    width: 200px;
    margin-right: 143px;
}

.unright > li > a {
    width: 100%;
    height: auto;
    display: inline-flex;
    align-items: center;
    align-items: center;
    margin-bottom: 25px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.unright > li > a > img {
    width: 40px;
    height: 40px;
}

.unright > li:nth-child(2) {
    width: 200px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.unright > li:nth-child(2) > img {
    width: 120px;
    height: 120px;
    margin-bottom: 4px;
}

.unright > li:nth-child(2) > p {
    width: 100%;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.newslist > li > a:hover .s_txt1 > p:nth-child(1) {
    color: #0762CB;
}

.gsbanner {
    width: 100%;
    height: auto;
}

.gs_txt {
    width: 100%;
    height: 30px;
    background: #f3f4f8;
}

.gs_txt > div {
    width: 1200px;
    display: table;
    height: auto;
    margin: auto;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9E9E9E;
    line-height: 30px;
}

.gs_txt > div > span {
    color: rgba(61, 61, 61, 1);
}

.gs_txt1 {
    width: 100%;
    height: 71px;
    display: table;
    border-bottom: 3px solid rgba(241, 241, 241, 1);
}

.gs_txt1 > div:nth-child(1) {
    width: 1100px;
    /*width: 90%;*/
    display: table;
    height: auto;
    margin: auto;
}

.gs_txt11 {
    width: 100%;
    height: 71px;
    display: table;
    border-bottom: 3px solid rgba(241, 241, 241, 1);
}

.gs_txt11 > div:nth-child(1) {
    width: 1100px;
    display: table;
    height: auto;
    margin: auto;
}

.gs_txt2 {
    width: auto;
    height: 71px;
    display: table;
    float: left;
    line-height: 71px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 26px;
    color: #2E73C4;
}

.gs_txt2 > span {
    margin-left: 18px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.gs_txt3 {
    width: auto;
    height: 71px;
    display: table;
    float: right;
}

.gs_txt3 > li {
    width: auto;
    height: auto;
    padding: 0px 36px;
    line-height: 71px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 22px;
    color: #999999;
    float: left;
    position: relative;
    cursor: pointer;
}

.gs_txt3 > li:nth-child(1)::before {
    width: 2px;
    height: 30px;
    background: #D8D8D8;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -15px;
}

.gs_txt3 > li:nth-child(3)::before {
    width: 2px;
    height: 30px;
    background: #D8D8D8;
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -15px;
}

.actives1::before {
    width: 2px;
    height: 30px;
    background: none !important;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -15px;
}

.actives1 {
    background: #2788ef;
    color: #fff !important;
}

.gs_txt4 {
    width: 1100px;
    display: table;
    margin: auto;
    padding: 52px 0px;
}

.gs_txt4 > div {
    width: 100%;
    height: auto;
    display: none;
}

.gs_txt4 > div > img {
    width: 100%;
    height: auto;
}

.gs_txt44 {
    width: 1100px;
    display: table;
    margin: auto;
    padding: 52px 0px;
}

.gs_txt44 > div {
    width: 100%;
    height: auto;
    display: none;
}

.gs_txt44 > div > img {
    width: 100%;
    height: auto;
}

.gs_txt44 > div > p > img {
    width: 100%;
    height: auto;
}

.Contact {
    width: 100%;
    height: auto;
    display: table;
}

.Contact > li:nth-child(1) {
    width: 573px;
    height: auto;
    display: table;
    float: left;
}

.Contact > li:nth-child(2) {
    width: 530px;
    height: 340px;
    border-radius: 16px 16px 16px 16px;
    display: table;
    float: right;
    overflow: hidden;
}

.conlx {
    width: 100%;
    height: auto;
    display: table;
    border-bottom: 2px solid rgba(225, 226, 227, 1);
    position: relative;
}

.conlx::before {
    content: "";
    width: 100px;
    height: 4px;
    background: #2788ef;
    position: absolute;
    left: 0px;
    bottom: -2px;
}

.conlx > p {
    width: 100%;
    height: auto;
    display: table;
}

.conlx > p:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 50px;
    color: #000000;
}

.conlx > p:nth-child(2) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin: 21px 0px;
}

.conlx1 {
    width: 100%;
    height: auto;
    display: table;
    padding: 30px 0px;
    box-sizing: border-box;
    padding-left: 70px;
    position: relative;
    border-bottom: 2px solid rgba(225, 226, 227, 1);
}

.conlx1 > img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    left: 0px;
    box-sizing: border-box;
    border: 1px solid rgba(153, 153, 153, 1);
}

.conlx1 > div {
    width: 100%;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.conlx1 > div > p {
    width: 100%;
    height: auto;
    display: table;
}

.conlx1 > div > p:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 17px;
    color: #9E9E9E;
}

.conlx1 > div > p:nth-child(2) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
}

.gs_txt4 > form {
    width: 100%;
    height: auto;
}

.tables {
    width: auto;
    height: auto;
    display: table;
    margin: auto;
}

.tables > li {
    width: auto;
    height: auto;
    display: table;
    margin-bottom: 40px;
}

.tables > li > p {
    width: 153px;
    text-align: right;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    float: left;
    line-height: 70px;
    margin-right: 25px;
}

.tables > li > p > span {
    color: rgba(255, 39, 39, 1);
}

.iptxt {
    width: 658px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #D0D0D0;
    float: left;
    box-sizing: border-box;
    padding: 0px 20px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #333;
}

.iptxt::-webkit-input-placeholder {
    color: 9 E9E9E;
    opacity: 1;
}

.iptxt::-O-input-placeholder {
    color: 9 E9E9E;
    opacity: 1;
}

.iptxt::-moz-input-placeholder {
    color: 9 E9E9E;
    opacity: 1;
}

.iptxt1 {
    width: 658px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #D0D0D0;
    float: left;
    box-sizing: border-box;
    padding: 10px 20px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    outline: none;
    background-color: none;
}

.txts {
    width: 100%;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 24px;
    color: #3D3D3D;
}

.btns {
    width: 200px;
    height: 70px;
    background: #0762CB;
    border-radius: 10px 10px 10px 10px;
    display: table;
    margin: 60px auto;
    line-height: 70px;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
}

.newslists {
    width: 100%;
    height: auto;
    display: table;
}

.newslists > li {
    width: 100%;
    height: auto;
    display: table;
}

.newslists > li > a {
    width: 100%;
    height: auto;
    display: table;
}

.newsleft {
    width: 160px;
    display: table;
    padding: 40px 0px;
    float: left;
    height: auto;
    /* border-right: 4px solid rgba(216, 216, 216, 1); */
}

.newsleft > p {
    width: 100%;
    height: auto;
}

.newsleft > p:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 300;
    font-size: 36px;
    color: #3D3D3D;
}

.newsleft > p:nth-child(2) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #9E9E9E;
}

.newsleft > p:nth-child(3) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #9E9E9E;
}

.newsnr {
    width: 700px;
    height: auto;
    display: table;
    float: left;
    padding: 30px 0px;
    box-sizing: border-box;
    padding-left: 78px;
}

.newsnr > p {
    width: 100%;
    height: auto;
    display: table;
}

.newsnr > p:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    margin-bottom: 15px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsnr > p:nth-child(2) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwimgs {
    width: 200px;
    height: 140px;
    display: table;
    float: right;
}

.newqz {
    width: 1100px;
    display: table;
    margin: auto;
    padding: 60px 0;
}

.newqz > p:nth-child(1) {
    width: 100%;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    margin-bottom: 25px;
}

.newqz1 {
    width: 100%;
    height: auto;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 24px;
    color: #999999;
    line-height: 46px;
}

.nrcons1 {
    width: 1100px;
    display: table;
    margin: auto;
    height: auto;
}

.syiconz6 {
    width: 413px;
    height: 337px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #D8D8D8;
    float: left;
}

.nrcons2 {
    width: 480px;
    display: table;
    float: right;
    padding-top: 5px;
}

.nrcons2 > p {
    width: 100%;
    height: auto;
    display: table;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-bottom: 23px;
}

.nrcons2 > span {
    width: 100px;
    display: table;
}

.nrcons2 > a {
    width: 181px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #2E73C4;
    text-align: center;
    line-height: 45px;
    display: inline-block;
}

.nrcons3 {
    width: 1100px;
    display: table;
    margin: auto;
}

.nrcons3 > p {
    width: 513px;
    height: 118px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #2E73C4;
    float: left;
    margin-top: 23px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 29px;
    box-sizing: border-box;
    padding: 10px;
}

.nrcons2 > p > span {
    margin-right: 40px;
}

.Products {
    width: 1100px;
    display: table;
    margin: 50px auto;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #2E73C4;
}

.Products > span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-left: 20px;
}

.zslist {
    width: 100%;
    height: auto;
    display: table;
}

.zslist > li {
    width: 430px;
    height: auto;
    display: table;
    float: left;
    margin-bottom: 55px;
    margin-right: 55px;
}

.zslist > li:nth-child(3n) {
    margin-right: 0px;
}

.zslist > li > div {
    width: 100%;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 18px;
    color: #9E9E9E;
    text-align: center;
}

.zslist > li > img {
    width: 430px;
    height: 550.88px;
    display: table;
}

.Quotation {
    width: 1100px;
    /*width: 1311px;*/
    display: table;
    margin: 80px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 5px 0px #e3e3e3;
}

.Quotation1 {
    /*width: 100%;*/
    /*height: 97px;*/
    /*display: table;*/
    /*background: #E2E2E2;*/
    display: flex;
    background: #E2E2E2;
    align-items: center;
    justify-content: space-evenly;
}

.Quotation1 > li {
    float: left;
    height: 97px;
    display: table;
    line-height: 97px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    text-align: center;
    width: 137.5px;
}

/*.Quotation1 > li:nth-child(1) {*/
/*    width: 152px;*/
/*    !*width: fit-content;*!*/
/*}*/

/*.Quotation1 > li:nth-child(2) {*/
/*    width: 180px;*/
/*    !*width: fit-content;*!*/
/*}*/

/*.Quotation1 > li:nth-child(3) {*/
/*    width: 260px;*/
/*    !*width: fit-content;*!*/
/*}*/

/*.Quotation1 > li:nth-child(4) {*/
/*    width: 155px;*/
/*    !*width: fit-content;*!*/
/*}*/

/*.Quotation1 > li:nth-child(5) {*/
/*    width: 120px;*/
/*    !*width: fit-content;*!*/
/*}*/

/*.Quotation1 > li:nth-child(6) {*/
/*    width: 116px;*/
/*    !*width: fit-content;*!*/
/*}*/

/*.Quotation1 > li:nth-child(7) {*/
/*    width: 109px;*/
/*    !*width: fit-content;*!*/
/*}*/

/*.Quotation1 > li:nth-child(8) {*/
/*    width: 110px;*/
/*    !*width: fit-content;*!*/
/*}*/

/*.Quotation1 > li:nth-child(9) {*/
/*    width: 107px;*/
/*    !*width: fit-content;*!*/
/*}*/

.Quotation2 {
    width: 100%;
    height: auto;
    display: table;
}

.Quotation3 {
    width: 100%;
    height: auto;
    display: table;
}

.Quotation3 > li {
    float: left;
    height: 175px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    width: 137.5px;
}

.Quotation3 > li > a {
    color: #F83E3D !important;
}

/*.Quotation3 > li:nth-child(1) {*/
/*    width: 152px;*/
/*}*/

/*.Quotation3 > li:nth-child(2) {*/
/*    width: 180px;*/
/*}*/

/*.Quotation3 > li:nth-child(3) {*/
/*    width: 260px;*/
/*}*/

/*.Quotation3 > li:nth-child(4) {*/
/*    width: 155px;*/
/*}*/

/*.Quotation3 > li:nth-child(5) {*/
/*    width: 120px;*/
/*}*/

/*.Quotation3 > li:nth-child(6) {*/
/*    width: 116px;*/
/*}*/

/*.Quotation3 > li:nth-child(7) {*/
/*    width: 109px;*/
/*}*/

/*.Quotation3 > li:nth-child(8) {*/
/*    width: 110px;*/
/*}*/

/*.Quotation3 > li:nth-child(9) {*/
/*    width: 107px;*/
/*}*/

.zimgs {
    width: 167px;
    height: 135px;
    border: 1px solid #d3d3d3;
}

.btns1 {
    width: 100%;
    padding: 20px 0px;
    display: table;
}

.btns1 > a {
    width: auto;
    height: 45px;
    background: #2E73C4;
    border-radius: 50px;
    float: right;
    margin-left: 20px;
    padding: 0px 20px;
    line-height: 45px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}


@media (max-width: 1816px) {

}

@media (max-width: 1635px) {

}

@media (max-width: 1580px) {

}

@media (max-width: 1380px) {

}

@media (max-width: 1268px) {

}

@media (max-width: 1100px) {

}

@media screen and (max-width: 600px) {

}

@media screen and (min-width: 475px) and (max-width: 600px) {

}

@media screen and (max-width: 600px) {

}

@media screen and (min-width: 475px) and (max-width: 600px) {

}

@media screen and (min-width: 400px) and (max-width: 475px) {

}

@media screen and (min-width: 378px) and (max-width: 400px) {

}

@media screen and (min-width: 350px) and (max-width: 378px) {

}

@media screen and (min-width: 300px) and (max-width: 350px) {

}

@media screen and (min-width: 450px) and (max-width: 600px) {

}

@media screen and (min-width: 414px) and (max-width: 450px) {

}

@media screen and (min-width: 375px) and (max-width: 414px) {

}

@media screen and (min-width: 375px) and (max-width: 390px) {

}

@media screen and (min-width: 355px) and (max-width: 375px) {

}

@media screen and (min-width: 319px) and (max-width: 355px) {

}

@media screen and (min-width: 500px) and (max-width: 530px) {

}

@media screen and (min-width: 460px) and (max-width: 500px) {

}

@media screen and (min-width: 430px) and (max-width: 460px) {

}

@media screen and (min-width: 390px) and (max-width: 430px) {

}

@media screen and (min-width: 350px) and (max-width: 390px) {

}

@media screen and (min-width: 300px) and (max-width: 350px) {

}

.pagination {
    width: auto;
    height: auto;
    display: table;
    text-align: center;
}

.pagination li {
    float: left;
    margin-left: 10px;
    margin-top: 25px;
    width: 30px;
    height: 30px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #D4D6D9;
    text-align: center;
    line-height: 30px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #BBBDBF;

}

.pagination li > a {

    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #BBBDBF;
	cursor: pointer;
}

.pagination li:hover {
    border: 1px solid #2F51FF !important;
    color: #2F51FF !important;
}

.active {
    border: 1px solid #2F51FF !important;
    color: #2F51FF !important;
}

.active > a {
}

.x_news {
    width: 100%;
    height: auto;
    /*display: table;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px;
}

.x_news > li {
    width: 339px;
    /*width: 439px;*/
    height: auto;
    display: table;
    margin-right: 40px;
    margin-bottom: 30px;
    float: left;
    transition: all 0.5s;
}

.x_news > li:hover {
    box-shadow: 0px 5px 20px 0px #dbe7f0;
}

.x_news > li > a {
    width: 100%;
    height: auto;
    display: table;
    position: relative;
}

.x_news > li:nth-child(3n) {
    margin-right: 0px !important;
}

.ximgs {
    width: 100%;
    height: 327px;
    display: table;
}

.xtxt1 {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 267px;
    left: 0px;
    background: rgba(40, 138, 239, 0.7);
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0px 20px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwcon {
    background-color: #f6f6f6;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.xwcon > p {
    width: 100%;
    height: auto;
    display: table;
    color: #4e4e4e;
    font-size: 18px;
    text-align: justify;
}

.xwcon > p:nth-child(1) {
    line-height: 25px;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwcon > p:nth-child(2) {
    margin-top: 25px;
}

.dimg {
    width: 30px;
    height: auto;
    display: table;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.txtcp {
    width: 100%;
    height: 80px;
    display: table;
    box-sizing: border-box;
    padding: 0px 30px;
    background: #2789ee;
    font-size: 25px;
    color: #fff;
    line-height: 80px;
    margin: 48px 0px;
}

.dx_txt {
    width: 1100px;
    display: table;
    margin: auto;
    text-indent: 30px;
    font-size: 22px;
    color: #4c4c4c;
    line-height: 50px;
}

.lbanner {
    width: 1100px;
    height: 545px;
    display: table;
    position: relative;
}

#banner {
    width: 100%;
    height: 345px;
    padding: 0;
    position: absolute;
    /* 水平居中 */
    left: 50%;
    margin-left: -660px;
    /* 垂直居中 */
    top: 50%;
    margin-top: -150px;
    list-style: none;
}

/* 移入到轮播图区域把鼠标形状变成‘手’ */
#banner:hover {
    cursor: pointer;
}

#banner li {
    position: absolute;
    left: 0;
    /* 过渡属性，让轮播图切换更自然 */
    transition: 0.4s;
}

.xz_h {
    width: 100%;
    height: auto;
    display: table;
    background: #f5f5f5;
    padding-bottom: 126px;
    margin-top: 83px;
}

.title2 {
    width: 920px;
    display: table;
    margin: auto;

    margin-bottom: 65px;
}

.title2 > p {
    width: 100%;
    height: auto;
    color: #4b4b4b;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.fxlist {
    width: 1100px;
    /*display: table;*/
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-gap: 30px;
}

.fxlist > li {
    width: 200px;
    margin-top: 30px;
    /*margin-right: 66.25px;*/
    height: auto;
    background-color: #fff;
    padding: 20px 0px;
    padding-bottom: 40px;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eaeaea;
    position: relative;
}

.fxlist > li:nth-child(5n) {
    margin-right: 0px !important;
}

.fxlist > li > img {
    width: 200px;
    height: auto;
    display: table;
}

.fxlist > li > a {
    width: 135px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    margin-left: -67.5px;
    background-color: #2e73c4;
}

.xaddrcon {
    width: 1100px;
    display: table;
}

.xaddrcon > li {
    width: auto;
    float: left;
    height: 400px;
}

.xaddrcon > li:nth-child(1) {
    width: 440px;
    /*width: 100%;*/
    background-color: #0762cb;
    box-sizing: border-box;
    padding: 92px 52px;
}

.xaddrcon > li:nth-child(2) {
    width: 659px;
    /*width: 100%;*/
    background-color: #f9f9f9;
}

.xaddrcon > li:nth-child(1) > p {
    width: 100%;
    height: auto;
    display: table;
    margin-bottom: 20px;
    font-size: 21px;
    color: #fff;
}

.lxx_con {
    /*width: 750px;*/
    display: table;
    margin: auto;
    margin-top: 50px;
    margin-left: 35px;
}

.lxx_con > li {
    width: 250px;
    height: auto;
    display: table;
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
}

.lxx_con > li:nth-child(2n) {
    margin-right: 0px;
}

.lxx_con > li > p {
    width: 100%;
    height: auto;
    display: table;
    font-size: 18px;
    color: #222;
    line-height: 40px;
}

.lxx_con > li > input {
    width: 100%;
    height: 45px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0px 10px;
    display: table;
    font-size: 18px;
    color: #222;
    line-height: 45px;
    border: 1px solid #eeeeee;
}

.lxx_con > li > input:-ms-input-placeholder {
    opacity: 1;
    color: #999;
}

.lxx_con > li > input::-webkit-input-placeholder {
    opacity: 1;
    color: #999;
}

.lxx_con > li > input:-O-input-placeholder {
    opacity: 1;
    color: #999;
}

.lxx_con > li > p > span {
    color: red;
}

.btnsw {
    width: 395px;
    height: 49px;
    border-radius: 5px;
    background-color: #0762CB;
    text-align: center;
    line-height: 49px;
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
    margin-left: 35px;
}

#dituContent {
    width: 1100px;
    height: 500px;
    margin-top: 40px;
    display: table;
}

.prodcon {
    width: 1100px;
    display: table;
    margin: auto;
    height: 300px;
}

.prodconleft {
    width: 250px;
    height: 300px;
    display: table;
    float: left;
    position: relative;
    margin-right: 22px;
}

.prodconleft::before {
    content: "";
    width: 7px;
    height: 36px;
    position: absolute;
    left: -6px;
    bottom: 93px;
    background-color: #0278FF;
}

.pimg {
    width: 250px;
    height: 300px;
    display: table;
}

.prodcont {
    width: 100%;
    height: 300px;
    display: table;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, #298bf0 130%);
    padding-top: 228px;
}

.prodcont > p {
    width: 100%;
    height: auto;
    display: table;
    box-sizing: border-box;
    padding: 0px 20px;
}

.prodcont > p:nth-child(1) {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.prodcont > p:nth-child(2) {
    font-size: 18px;
    color: #fff;
}

.prodconright {
    width: 828px;
    height: 300px;
    display: table;
    float: right;
}

.lbrights {
    width: 42px;
    height: 300px;
    display: inline-flex;
    align-items: center;
    float: right;
    cursor: pointer;
}

.lbrights > img {
    width: 22px;
    height: auto;
    float: right;
}

.lblefts {
    width: 42px;
    height: 300px;
    float: left;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.lblefts > img {
    width: 22px;
    height: auto;
}

.prodconlist {
    width: 744px;
    height: 300px;
    display: table;
    float: left;
    position: relative;
    overflow: hidden;
}

.prodconlist1 {
    width: 100%;
    height: 300px;
    display: table;
    position: absolute;
    top: 0px;
    left: 0px;
}

.prodconlist1 > li {
    width: 100%;
    height: 300px;
    display: table;
    float: left;
}

.Productlists {
    width: 1044px;
    display: table;
    margin: auto;
}

.Productlists > li {
    width: 314.66px;
    height: 300px;
    display: table;
    float: left;
    margin-right: 50px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}

.Productlists > li:nth-child(3n) {
    margin-right: 0px !important;
}

.syicon66 {
    width: 100%;
    height: 170px;
}

.clists {
    width: 100%;
    height: auto;
    display: table;
    box-sizing: border-box;
    padding: 20px 0px;
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 0px;
}

.clists > p:nth-child(1) {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding: 0px 10px;
    line-height: 32px;
    background: linear-gradient(90deg, #298bf0 0%, #fff 70%);
}

.clist2 {
    width: 100%;
    height: auto;
    display: table;
    box-sizing: border-box;
    padding: 0px 10px;
}

.clist2 > li {
    width: 64%;
    height: auto;
    display: table;
    float: left;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #333;
    padding: 5px 0px;
}

.clist2 > li > span {
    color: rgba(158, 158, 158, 1);
}

.clist2 > li:nth-child(2), .clist2 > li:nth-child(4) {
    width: 36% !important;
}

.f_ul {
    width: 100px;
    height: auto;
    background-color: #fff;
    position: fixed;
    top: 30%;
    right: 20px;
    z-index: 100;
    box-shadow: 0px 0px 5px 0px #ededed;
}

.f_ul > li {
    width: 100px;
    height: 100px;
    border-bottom: 2px solid #f7f7f7;
    display: table;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    transition: 1s all;
}

.f_ul > li:last-child {
    border-bottom: none !important;
}

.img_icon {
    width: 100%;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.img_icon > img {
    width: 50px;
    display: table;
    height: auto;
}

.img_icon > img:nth-child(2) {
    display: none;
}

.f_ul > li:hover .img_icon {
    background-color: #2289ed;
}

.f_ul > li:hover .img_icon > img:nth-child(1) {
    display: none;
}

.f_ul > li:hover .img_icon > img:nth-child(2) {
    display: table;
}

.f_ul > li:nth-child(2) > .img_icon > img {
    width: 55px;
}

.f_ul > li:nth-child(3) > .img_icon > img {
    width: 50px;
}

.f_ul > li:hover .f_left {
    display: table;
}

.f_left {
    width: 184px;
    position: absolute;
    left: -184px;
    top: 0px;
    height: auto;
    display: none;
    transition: all 1s;
}

.f_left1 {
    width: 160px;
    height: 160px;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    background-color: #2289ed;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #2289ed;
}

.f_left1 > image {
    width: 155px;
    height: 155px;
}

.f_left11 {
    width: 230px;
    height: 160px;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    background-color: #2289ed;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #2289ed;
}

.f_left11 > image {
    width: 155px;
    height: 155px;
}


.f_left11 > p {
    width: 100%;
    height: auto;
    display: table;
    font-size: 18px;
    color: #fff;
}

.f_left11 > p:nth-child(2) {
    margin-top: 20px;
}

.f_left11 > div {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    box-sizing: box-sizing;
    padding: 0px 5px;
}
.f_left11 > div>p{
    width: 35%;
    height: auto;
    display: table;
    line-height: 22px;
    padding: 5px 0px;
    float: left;
}
.f_left11 > div>div{
    width: 65%;
    height: auto;
    display: table;
    float: left;
}
.f_left11 > div>div>a{
    width: 100%;
    height: auto;
    display: table;
    line-height: 22px;
    padding: 5px 0px;
    font-size: 14px;
    color: #fff;
}


.f_lefts{
    width: -273px !important;
    position: absolute;
    left: -255px !important;
    top: 0px;
    height: auto;
    transition: all 1s;
}
.f_left2 {
    width: 100%;
    height: auto;
    display: table;
    position: relative;
    padding-right: 24px;
}

.sjimg {
    width: 24px;
    height: auto;
    display: table;
    position: absolute;
    top: 43px;
    right: 26px;
}

.f_left1 > p {
    width: 100%;
    height: auto;
    display: table;
    font-size: 18px;
    color: #fff;
}

.f_left1 > p:nth-child(2) {
    margin-top: 20px;
}

.f_left1 > a {
    width: 102px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    display: inline-block;
}

.technology {
    width: 1100px;
    display: table;
    margin: auto;
    padding-top: 65px;
    padding-bottom: 195px;
}

.technology1 {
    width: 100%;
    height: auto;
    display: table;
}

.technology1 > li {
    width: 100%;
    height: auto;
    display: table;
    margin-bottom: 60px;
}

.techicon {
    width: 100%;
    height: 56px;
    display: table;
    box-sizing: border-box;
    padding-left: 65px;
    font-size: 25px;
    color: #222;
    position: relative;
    line-height: 56px;
}

.techicon > img {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.techicon1 {
    width: 100%;
    height: auto;
    display: table;
    font-size: 18px;
    color: #333333;
    margin: 15px 0px;
    box-sizing: border-box;
    padding-left: 65px;
}

.techicon1 > span {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #333;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.techicon2 {
    width: 100%;
    height: auto;
}

.techicon2 > p {
    width: 100%;
    height: auto;
    display: table;
    font-size: 25px;
    color: #000000;
    line-height: 40px;
    margin-bottom: 10px;
}

.zmlist {
    /*width: 1100px;*/
    /*display: table;*/
    width: 1100px;
    display: grid;
    margin: auto;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px;
}

.zmlist > img {
    width: 334px;
    height: 305px;
    display: table;
    margin-right: 49px;
    float: left;
    margin-bottom: 52px;
}

.zmlist > img:nth-child(3n) {
    margin-right: 0px !important;
}