.phone-block {
    display: none;
}

.phone-none {
    display: block;
}

.phone-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #333;
    z-index: 11;
    display: none;
}

.close {
    font-size: 36px;
    color: #fff;
    text-align: right;
    padding: 20px;
}

.list_dt {
    background: #333;
    color: white;
    width: 100%;
    padding: 0 40px 0 20px;
    line-height: 48px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #464646;
}

.list_dt:hover {
    background: #222;
}

.list_dt:hover ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}

.list_dt p {
    color: #fff;
}

#open {
    background: #222;
}

#open ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #002b6e;
}

.list_dt_icon {
    position: absolute;
    right: 10px;
    top: 8px;
    display: block;
    width: 26px;
    height: 26px;
    background: url("../imgs/off.png") no-repeat;
}

#open .list_dt_icon {
    background: url("../imgs/open.png") no-repeat;
}

.list_dd {
    display: none;
}

.list_li {
    background: #4e4e4e;
    list-style-type: none;
    color: white;
    width: 100%;
    padding: 0 30px;
    line-height: 48px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}

.list_li a {
    color: #fff;
}

.list_li:hover {
    background: #002b6e;
}

.home-box {
    width: 1440px;
    margin: 0 auto;
}

.header-top {
    height: 40px;
    background-color: #edf3f7;
}

@font-face {
    font-family: bebas;
    src: url('../fonts/Bebas.ttf');
}

@font-face {
    font-family: din;
    src: url('../fonts/DIN-Bold.otf');
}

.bebas {
    font-family: bebas;
}

.din {
    font-family: din;
}

.pageDiv {
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}

.pageDiv a {
    display: inline-block;
    line-height: 40px;
    margin: 0 5px;
    color: #777777;
    padding: 0 15px;
    font-size: 16px;
    /* background: #f4f4f4; */
    border-radius: 4px;
}

.pageDiv a.hover {
    color: #fff;
    background: #005ca4;
}

.hover-img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 20px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    width: 100px;
    height: 100px;
}

.hover-img img {
    width: 100px;
    object-fit: contain;
}

.wx-img:hover .hover-img {
    transition: all .5s;
    opacity: 1;
    visibility: visible;
    top: 40px;
}

.header-top>div {
    height: 100%;
    color: #004b8c;
}

.header-top>div a {
    color: #004b8c;
}

.header-top .line {
    color: #8ba3b8;
}

.header-top .top-left,
.header-top .top-left .line {
    font-size: 14px;
}

.header-top .top-right .line {
    margin: 0 1.5625vw;
}


/* @font-face {
    font-family: futura;
    src: url('../fonts/Futura-Medium-6.ttf');
} */

.header {
    height: 100px;
}

.header-menu ul {
    position: absolute;
    top: 45px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.header-menu>li:hover>a,
.header-menu ul li:hover a {
    color: #005ca4;
}

.header-menu>li:hover>ul {
    top: 130px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.header-menu ul li {
    width: 100%;
    white-space: nowrap;
    padding: 15px 0;
    line-height: initial;
}

.header-menu ul li a {
    color: #333;
}

.swiper-pagination-bullet-active {
    background-color: #005ca4;
}

.flexcen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexsta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexend {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flexbet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexaro {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.menu>ul>li {
    float: left
}

.menu>ul>li>a {
    padding: 0;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #555555;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.menu ul ul {
    position: fixed;
    text-align: left;
    background: #ffffff;
    padding: 0;
    width: 100%;
    top: 140px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: transform .6s;
    /* box-shadow: 0px 5px 5px rgba(0, 0, 0, .1); */
    padding: 0 calc((100vw - 1440px) / 2);
    border-top: 2px solid #f4f4f4;
    background: #f7f7f7;
}

.menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    /* transform: translateY(0px); */
}


/*.menu ul ul ul{left:-9999px;top:0px;width: calc(1200px - 450px);z-index: 11;}
.menu ul ul li:hover>ul{left:100%;}*/

.menu ul ul .flexbet {
    align-items: flex-start;
    padding: 40px 0;
}

.menu ul ul .flexend {
    padding: 20px 0;
}

.menu ul ul .ulDiv {
    width: 69.5%;
}

.menu ul ul .ulDiv .title {
    font-size: 22px;
    color: #333333;
}

.menu ul ul .ulDiv .line {
    width: 30px;
    height: 4px;
    background: #005ca4;
    margin-top: 0px;
}

.menu ul ul .ulDiv .liDiv.w20 li {
    width: 25%;
}

.menu ul ul .ulDiv .liDiv.w25 li {
    width: 25%;
}

.menu ul ul .ulDiv .liDiv {
    overflow: hidden;
}

.menu ul ul .ulDiv .liDiv li {
    float: left;
    margin-top: 15px;
}

.menu ul ul .ulDiv .liDiv li a {
    color: #555555;
    max-width: 80%;
    font-size: 16px;
}

.menu ul ul .ulDiv .liDiv li a:hover {
    color: #005ca4;
}

.menu ul ul .urDiv {
    width: 28%;
    text-align: right;
    margin-top: 76px;
    height: 180px;
}

.menu ul ul .urDiv img {
    height: 100%;
}

.menu ul ul .flexend>li {
    margin: 0 0 0 60px;
}

.menu ul ul .flexend>li a {
    color: #555555;
}

.menu ul ul .flexend>li a:hover {
    color: #005ca4;
}


/* .menu ul ul .ulrDiv img{width: 100%;height: 100%;object-fit: cover;} */

.menu ul ul>li>a {
    border-left: 3px solid #f9f9f9;
    line-height: 56px;
    font-size: 16px;
    text-decoration: none;
    color: #666;
    text-align: center;
}

.menu ul ul>li:hover>a {
    color: #a40000;
    background: #fff;
    border-left: 3px solid #a40000;
}

.header-menu li.active a {
    color: #005ca4;
}

.header-menu>li {
    margin-left: 2.7083vw;
    position: relative;
    line-height: 100px;
}

.header-menu>li::after {
    content: '';
    width: 0;
    height: 4px;
    background-color: #005ca4;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0px;
}

.header-menu>li.active::after,
.header-menu>li:hover::after {
    width: 90px;
    transition: all 1s;
}

.banner .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background-color: #b5b6b6;
    border-radius: 0;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    width: 90px;
    height: 4px;
    background-color: #ffffff;
}

.search-box {
    background-color: #f7f3ed;
    border-bottom: 2px solid #ef8200;
}

.search-box>div {
    height: 90px;
}

.search-input {
    width: 23.1771vw;
    height: 46px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 1px #ef8200;
}

.search-input input {
    width: 100%;
    border: none;
    height: 100%;
    border-radius: 23px;
    padding: 0 20px;
    padding-left: 15px;
    padding-right: 4.6875vw;
}

.search-input button {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 46px;
    background-color: #ef8200;
    border-radius: 23px;
}

.search-a a,
.search-a {
    color: #666666;
}

.search-a span {
    display: inline-block;
    margin: 0 1.25vw;
}

.home-title {
    font-size: 48px;
    margin-bottom: 20px;
}

.p80 {
    padding: 80px 0;
}

.home-img {
    /* height: 34px; */
    object-fit: contain;
}

.proxy-con {
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 40px;
    width: 60%;
}

.mySwiper3 {
    height: 260px;
    /* padding-bottom: 2.6042vw; */
    margin-top: 16px;
    padding: 14px 12px;
}

.mySwiper3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 10px;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: 0 1px 15px 2px rgba(230, 230, 230, 0.5);
}

.mySwiper3 .swiper-slide>div {
    overflow: hidden;
}

.mySwiper3 .swiper-slide:hover .all-img,
.ys-box>div:hover .all-img {
    transform: scale(1.1);
    transition: all .5s;
}

.hz-more {
    width: 180px;
    height: 50px;
    background-color: #005ca4;
    box-shadow: 4px 6px 32px 0px rgba(135, 155, 171, 0.38);
    margin: 0 auto;
    margin-top: 60px;
    color: #ffffff;
}

.hz-more img {
    margin-left: 1.0417vw;
}

.cp-box {
    background-color: #edf3f7;
}

.cp-box .cp-left {
    background-color: #fff;
    padding: 20px 10px 20px 20px;
    border-radius: 10px;
    margin-right: 2.6042vw;
    width: 290px;
}

.cp-box li {
    cursor: pointer;
}

.cp-box .one-cp div {
    height: 50px;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 0 1.0417vw;
    margin-bottom: 10px;
}

.cp-box .one-cp p {
    width: 85%;
}

.cp-box .cp-left .now div {
    background-color: #005ca4;
    color: #fff;
}

.cp-box .cp-left .now img {
    filter: grayscale(100%) brightness(200%);
}

.cp-box .one-cp {
    border-bottom: 1px dashed #a2c5e0;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cp-box .one-cp ul li {
    height: 30px;
    background-color: #f7f7f7;
    border-radius: 4px;
    width: 45%;
    text-align: center;
    line-height: 30px;
}

.cp-box .one-cp ul {
    grid-gap: 10px;
}

.cp-box .one-cp ul li.active {
    background-color: #edf3f7;
    color: #005ca4;
}

.cp-box .cp-left>ul {
    max-height: 650px;
    overflow-y: auto;
    padding-right: 16px;
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* appearance: none; */
    scrollbar-width: thin;
    /* -ms-overflow-style: none; */
    scrollbar-color: #005ca4 #e4e9ed;
    border: none;
}

.cp-left>ul::-webkit-scrollbar {
    width: 4px;
    /* background-color: transparent; */
}


/* .cp-left>ul::-webkit-scrollbar-thumb {
    opacity: 1;
    background-color: #005ca4;
    border-radius: 5px;
} */


/* .cp-left>ul::-webkit-scrollbar-track {
    background-color: #e4e9ed;
    border-radius: 5px;
    box-shadow: inset 0 0 5px none;
} */

.cp-left .cp-phone {
    height: 88px;
    background-color: #ef8200;
    border-radius: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.cp-left .cp-phone img {
    margin-right: 10px;
}

.cp-left .cp-phone p,
.cp-left .cp-phone a {
    color: #fff;
}

.cp-left .cp-phone a {
    font-size: 21px;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

.home-cp {
    display: grid;
    margin-top: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    width: auto;
}

.home-cp>div {
    background-color: #fff;
    padding: 10px 10px 10px 10px;
}

.cp-img {
    overflow: hidden;
    height: 242px;
    /* background-image: url(../images/zt.jpg);
    background-size: cover;
    padding: 29px;
    background-repeat: no-repeat; */
}

.cp-img2 {
    height: 333px;
    margin-bottom: 10px;
}

.home-cp>div:hover .all-img {
    transform: scale(1.1);
    transition: all 1s;
}

.cp-img .zt-img,
.pro-article .m1 .img .zt-img,
.zoom .zt-img {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.home-cp>div:hover {
    box-shadow: 0 1px 20px 2px rgba(135, 155, 171, 0.38);
    transition: all 1s;
}

.cp-right {
    flex: 1;
}

.cp-right .home-cp p {
    /* line-height: 20px; */
    margin-top: 12px;
}

.home-cp>div:hover p {
    color: #005ca4;
}

.ys-text,
.ys-text span {
    font-size: 26px;
}

.ys-text {
    margin-bottom: 20px;
}

.ys-title {
    padding-left: 18px;
    margin-left: 18px;
    position: relative;
}

.ys-title::after {
    content: '';
    width: 1px;
    height: 53px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ys-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    margin-top: 40px;
}

.ys-box>div {
    background-color: #edf3f7;
    padding: 40px 30px;
}

.ys-box .din {
    font-size: 36px;
    color: #005ca4;
}

.ys-box .font-weight {
    font-size: 26px;
}

.ys-box .ys-img {
    width: 100%;
    height: 130px;
    margin-top: 30px;
    overflow: hidden;
}

.ys-con p {
    color: #666666;
    margin-top: 30px;
    background-image: url(../images/lx.png);
    background-size: inherit;
    padding-left: 34px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 1.5;
}

.td-box {
    background-image: url(../images/pp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.td-box .td-con {
    margin-top: 60px;
}

.td-con>div:first-child {
    width: 50%;
}

.td-box .td-con .td-img {
    border-top-right-radius: 154px;
    width: 100%;
    object-fit: cover;
}

.td-box .td-con .td-right {
    margin-left: 4.1667vw;
    flex: 1;
}

.td-box .td-con .td-right .font-weight {
    font-size: 26px;
    color: #fff;
}

.td-box .td-con .td-right .td-nr {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.td-con .td-right .td-nr>div {
    height: 171px;
    background-color: #ffffff;
    box-shadow: 4px 6px 32px 0px rgba(135, 155, 171, 0.38);
    border-radius: 10px;
    text-align: center;
    padding-top: 30px;
}

.td-right>div .td-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.td-right>div .td-text {
    color: #666666;
}

.td-con .td-right>div .td-icon {
    height: 48px;
}

.td-right .td-nr>div:hover p {
    color: #fff;
}

.td-right .td-nr>div:hover {
    background-color: #005ca4;
    transition: all .5s;
}

.td-right .td-nr>div:hover img {
    filter: grayscale(100%) brightness(400%);
}

.td-right .td-nr {
    border-bottom: 1px solid #3d5069;
    padding-bottom: 2.0833vw;
    margin-bottom: 2.0833vw;
}

.td-right .td-nums {
    color: #fff;
}

.td-right .td-nums .counter {
    font-size: 36px;
    color: #ef8200;
    margin-bottom: 14px;
}

.td-right .td-nums>div {
    width: max-content;
}

.boxRight {
    margin-top: 40px;
    overflow: hidden;
}

.boxRight .swiper-container {
    /* height: 144px; */
}

.boxRight img {
    object-fit: contain;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.boxRight .swiper-slide {
    display: flex;
    align-items: center;
}

.boxRight .swiper-slide>div {
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #cccccc;
    width: 100%;
    height: 156px;
    padding: 20px;
}

.boxRight .swiper-wrapper,
.banner3 .swiper-wrapper {
    /* 默认是ease-out */
    -webkit-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.boxRight .banner2 {
    margin-top: 30px;
}

.boxRight .jz-title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-left: 1.0417vw;
    border-bottom: 1px solid #cccccc;
    width: 73%;
}

.boxRight .swiper-wrapper .ovh2 {
    margin-top: 2px;
}

.boxRight .swiper-wrapper .ovh2 p,
.boxRight .swiper-wrapper .ovh2{
    color: #666666;
    line-height: 1.6;
}

.banner2 .swiper-slide {
    transform: scaleX(1);
}

.banner2 .swiper-slide p {
    writing-mode: horizontal-tb;
}

.home-about {
    background-color: #edf3f7;
    padding-left: 12.5vw;
}

.home-about .about-left {
    width: 56%;
}

.home-about .about-left div {
    margin-top: 60px;
}

.home-about .about-left div,
.home-about .about-left div p {
    font-size: 16px;
    line-height: 1.6;
}

.home-about .about-right {
    width: 40%;
    height: 100%;
    border-left: 10px solid #fff;
    border-radius: 194px 0px 0px 0px;
}

.home-about .about-right img {
    border-radius: 194px 0px 0px 0px;
}

.home-about .hz-more {
    margin: 0;
}

.hz-more:hover {
    background-color: #fff;
    color: #333;
    transition: all .5s;
    border: 1px solid #004b8c;
}

.hz-more:hover img {
    filter: grayscale(100%) brightness(20%);
}

.banner3 {
    padding-top: 30px;
    padding-bottom: 80px;
}

.banner3 .swiper-slide {
    overflow: hidden;
}

.banner3 .swiper-slide:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.home-new {
    background-color: #f7f7f7;
}

.home-new-menu {
    margin-left: 4.1667vw;
}

.home-new-menu li {
    border-radius: 21px;
    padding: 0 30px;
    color: #005ca4;
    line-height: 42px;
    border: solid 1px #005ca4;
    margin-left: 20px;
}

.home-new-menu li.active,
.home-new-menu li:hover {
    background-color: #005ca4;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
}

.home-news-box {
    width: 950px;
    overflow: hidden;
}

.home-news-box .swiper-container {
    /* width: 23.9583vw; */
}

.new-left-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.home-news {
    margin-top: 60px;
}

.home-news .new-p {
    color: #f29e46;
    margin-top: 29px;
    margin-bottom: 19px;
}

.home-news .new-t {
    font-size: 20px;
    margin-bottom: 19px;
}

.home-news .ovh2 {
    color: #666666;
    line-height: 1.6;
}

.home-news .new-s {
    color: #666;
    margin-top: 30px;
}

.new-right {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-left: 30px;
    flex: 1;
}

.new-right .new-right-img {
    width: 140px;
    height: 79px;
    margin-right: 20px;
    overflow: hidden;
}

.new-right .new-r {
    flex: 1;
    max-width: 292px;
    height: 100%;
    padding-top: 18px;
}

.home-news .swiper-slide:hover img,
.new-right a:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.new-right a:hover {
    color: #005ca4;
}

.new-right .newr-t {
    color: #666;
    font-size: 14px;
    margin-top: 20px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.new-right a:hover .newr-t {
    border-bottom: 1px solid #005ca4;
}

.home-news .swiper-button-next::after,
.home-news .swiper-button-prev::after {
    font-size: 0;
}

.home-news .swiper-button-next,
.home-news .swiper-button-prev {
    background-repeat: no-repeat;
    background-size: auto;
    width: 50px;
    height: 50px;
    border: solid 1px #666666;
    border-radius: 50%;
    background-position: center;
    top: -76px;
}

.home-news .swiper-button-next:hover img,
.home-news .swiper-button-prev:hover img {
    filter: grayscale(100%) brightness(400%);
}

.home-news .swiper-button-next:hover,
.home-news .swiper-button-prev:hover {
    background-color: #005ca4;
    box-shadow: 4px 6px 32px 0px rgba(135, 155, 171, 0.38);
    border: none;
    transition: all .5s;
}

.home-news .swiper-button-next,
.home-news .swiper-rtl .swiper-button-prev {
    right: 0;
}

.home-news .swiper-button-prev,
.home-news .swiper-rtl .swiper-button-next {
    left: auto;
    right: 70px;
}

.home-news .swiper-pagination-progressbar {
    width: 100vw !important;
    background-color: #cccccc;
    height: 1px;
}

.home-news .swiper-horizontal>.swiper-pagination-progressbar,
.home-news .swiper-pagination-progressbar.swiper-pagination-horizontal,
.home-news .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.home-news .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 1px;
    top: auto;
    bottom: 0;
}

.home-news {
    padding-bottom: 40px;
}

.home-news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 3px;
    top: -1;
    background-color: #005ca4;
}

.home-xj {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 60px;
}

.home-xj input {
    width: 100%;
    height: 42px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    color: #666666;
    padding: 10px;
    margin-top: 10px;
}

.home-xj p {
    font-weight: bold;
}

.home-xj button {
    height: 50px;
    width: 100%;
    background-color: #ef8200;
    box-shadow: 4px 6px 32px 0px rgba(171, 155, 135, 0.38);
    color: #fff;
    margin-top: 18px;
}

.footer-top {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.section_37 {
    opacity: 0.5;
    background-image: linear-gradient(90deg, #e6e6e6 0%, #ffffff00 100%);
    width: 30px;
    height: 209px;
    border-left: solid 1px #e0e0e0;
}

.footer-icon>div {
    width: 40px;
    height: 40px;
    border: solid 1px #ef8200;
    border-radius: 50%;
    margin-left: 20px;
}

.footer-icon>div:hover .hover-img {
    transition: all .5s;
    opacity: 1;
    visibility: visible;
    top: 40px;
}

.footer-menu {
    margin-top: 65px;
}

.footer-menu p a {
    font-size: 20px;
}

.footer-menu li {
    margin-top: 30px;
}

.footer-menu li,
.footer-menu li a {
    color: #666666;
}

.footer-menu li:hover,
.footer-menu li a:hover {
    color: #005ca4;
}

.footer-l {
    margin-top: 30px;
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.footer-l img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footet-bottom {
    background-color: #005ca4;
    line-height: 40px;
}

.footet-bottom div,
.footet-bottom a {
    font-size: 14px;
    color: #fff;
}

.footet-bottom .ba {
    margin-left: 12px;
}

@media (min-width: 1366px) and (max-width: 1500px) {
    .home-box {
        width: 1200px;
    }
    .menu ul ul .flexbet {
        padding: 40px 80px;
    }
    .home-about {
        padding-left: 4.1667vw;
    }
    

    .home-cp {
      
        grid-template-columns: 1fr 1fr 1fr ;
        
    }
    .cp-img {
        
        height: 260px;
    }
    .cp-img2{
        height: 258px;
    }
    .cp-box .cp-left>ul{
        max-height: 906px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .home-box {
        width: 1100px;
    }
    .cp-box .cp-left>ul{
        max-height: 938px;
    }
    .cp-box2 .cp-left>ul{
        max-height: 811px !important;
    }
    .header-menu>li{
        margin-left: 1.7083vw;
    }
    .cp-img {
        
        height: 225px;
    }
    .menu ul ul .flexbet {
        padding: 40px 50px;
    }
    
    .home-about {
        padding-left: 2.6042vw;
    }
    .td-con>div:first-child {
        width: 48%;
    }
    .home-cp{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .cp-img2 {
        height: 226px;
    }
}

@media (min-width: 751px) and (max-width: 1199px) {
    .phone-none,
    .rm-left,
    .cp-left {
        display: none;
    }
    .phone-block {
        display: block;
    }
    .home-box {
        width: 90%;
    }
    .menu-button img {
        filter: grayscale(100%) brightness(30%);
    }
    .search-input {
        width: 90vw;
    }
    .home-title {
        font-size: 32px;
    }
    .home-img {
        height: 26px;
    }
    .proxy-con,
    .td-con>div:first-child,
    .home-about .about-left,
    .home-about .about-right {
        width: 100%;
    }
    .home-cp {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 10px;
    }
    .home-cp>div {
        width: 32%;
    }
    .cp-img {
        height: auto;
    }
    .ys-text,
    .ys-text span {
        font-size: 22px;
    }
    /* .ys-title {
        text-align: center;
        margin-top: 14px;
        margin-left: 0;
        padding-left: 0;
    }
    .ys-title::after {
        display: none;
    } */
    .ys-box {
        /* grid-template-columns: 1fr; */
    }
    .td-box .td-con,
    .flex-center,
    .home-news {
        flex-wrap: wrap;
    }
    .td-box .td-con .td-right {
        margin-left: 0;
        flex: 1;
        margin-top: 30px;
    }
    .td-box .td-con .td-right .td-nr,
    .home-xj {
        grid-template-columns: repeat(2, 1fr);
    }
    .td-box .td-con .td-right .font-weight {
        font-size: 22px;
        color: #fff;
        line-height: 1.5;
    }
    .td-right .td-nums>div {
        margin-top: 20px;
    }
    .home-about {
        padding: 0 5%;
    }
    .home-new-menu {
        margin-left: 0;
        margin-top: 24px;
        width: 100%;
        justify-content: space-between;
    }
    .home-new-menu li {
        margin-left: 0;
        /* line-height: normal; */
        font-size: 16px;
        padding: 0 8px;
        width: 30%;
        text-align: center;
    }
    .home-news .swiper-button-next,
    .home-news .swiper-button-prev {
        top: -188px;
    }
    .new-right {
        margin-left: 0;
        margin-top: 20px;
    }
    .new-right .new-right-img {
        width: 104px;
        margin-right: 18px;
    }
    .new-right .new-r {
        max-width: 216px;
    }
    .footer-icon {
        margin-top: 30px;
    }
    .section_37 {
        display: none;
    }
    .footer-menu>div {
        margin-top: 30px;
    }
    .footer-menu {
        margin-top: 30px 0;
    }
    .footet-bottom {
        line-height: 24px;
        padding: 15px 0;
    }
}