/*初始化样式*/

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.xypg-right-content {
    font-size: 14px;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1676 {
    max-width: 1676px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1600 {
    max-width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1480 {
    max-width: 1510px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1460 {
    max-width: 1490px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1435 {
    max-width: 1465px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*头部样式*/

.header {
    position: fixed;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 999;
}

.header>.flex {
    height: 107px;
}

.logo {
    position: relative;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
    max-height: 3.90625vw;
}


/* top_ss */

.top_ss {
    width: 2.7083vw;
    height: 2.7083vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.top_ss .ss_btn {
    width: 2.7083vw;
    height: 2.7083vw;
    background: url(../images/ss01.png) no-repeat center;
    background-size: 2.7083vw 2.7083vw;
    cursor: pointer;
}

.top_ss #formsearch {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 9999;
    width: 200px;
    display: none;
    background: #f2f2f2;
}

.top_ss #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(//cdn.myxypt.com/19a72a49/22/02/d361eebbe300be32588323061960f488837223d4.png);
    background-position: 0 -210px;
}

.top_ss #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
}

.t-xian {
    width: 1px;
    height: 45px;
    background: #000;
    margin: 0 15px;
}

.top_phone {
    position: relative;
    display: flex;
    align-items: center;
}

.top_phone i {
    width: 2.7083vw;
    height: 2.7083vw;
    background: url(../images/phone01.png) no-repeat center;
    background-size: 2.7083vw 2.7083vw;
    margin-right: 10px;
    display: block;
}

.top_phone span {
    line-height: 52px;
    display: block;
    font-weight: bold;
    font-size: 1.25vw;
    color: #1c70d0;
}

.banner-swiper {
    width: 100%;
    height: 100%;
}

.banner-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.banner-swiper .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    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;
    color: #fff;
}

.swiper-pagination1 {
    position: absolute;
    bottom: 2.083vw;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.swiper-pagination1 .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    opacity: 1;
    margin: 0 10px;
    background: #fff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    width: 64px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section {
    overflow: hidden;
}


/* home_product */

.home_product {
    position: relative;
    background: url(../images/p2-bg.jpg) no-repeat;
    background-size: cover;
}

.hh_title {
    color: #000;
    font-weight: normal;
    margin-bottom: 2.60416vw;
    font-size: 2.60416vw;
}

.hh_pro_con {
    position: relative;
}

.person_left {
    position: relative;
    width: 38.35%;
}

.person_left_swiper {
    width: 100%;
    overflow: hidden;
}

.person_left_swiper .swiper-slide {
    display: block;
}

.person_left_swiper .swiper-slide .imgx1 {
    display: block;
}

.person_left_swiper .swiper-slide .imgx1 img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.person_left_swiper .swiper-slide .imgx1_txt {
    position: relative;
    border-top: 2px solid #1c70d0;
    padding: 1.0416vw;
    background: #fff;
}

.person_left_swiper .swiper-slide .imgx1_txt h3 {
    font-size: 1.25vw;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

.person_left_swiper .swiper-slide .imgx1_txt .suum {
    font-size: 13px;
    color: #333333;
}

.person_left_swiper .swiper-pagination {
    position: absolute;
    right: 15px;
    bottom: 5.72916vw;
    z-index: 9;
}

.person_left_swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
}


/**/

.person_right {
    position: relative;
    width: 61.64%;
}

.person_right_list {
    display: flex;
    flex-wrap: wrap;
}

.person_right_list li {
    position: relative;
    width: calc(33.33% - 1.5625vw);
    margin: 0 0px 1.5625vw 1.5625vw;
}

.person_right_list li:nth-child(n+3) {
    margin-bottom: 0px;
}

.person_right_list li a {
    display: block;
}

.person_right_list li .top_img img {
    display: block;
    width: 100%;
    max-height: 210px;
    object-fit: cover;
}

.person_right_list li .bom_tx {
    position: relative;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #b9b9ba;
}

.person_right_list li .bom_tx h3 {
    font-size: 14px;
    color: #333333;
}

.person_right_list li .bom_tx span {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #333333;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.person_right_list li:hover .bom_tx h3 {
    color: #1c70d0;
    font-weight: bold;
}

.person_right_list li:hover .bom_tx span {
    background-color: #1c70d0;
    color: #fff;
}


/* section3 */

.section3 {
    position: relative;
    background: url(../images/p3-bg.jpg) no-repeat;
    background-size: cover;
}

.solu_title {
    color: #000;
    font-weight: normal;
    margin-bottom: 3.125vw;
    font-size: 2.60416vw;
    margin-top: 3.125vw;
}

.solu_con {
    position: relative;
}

.solu-left {
    position: relative;
    width: 32.19%;
}

.solu-middle-img {
    width: 25.9375vw;
    height: 25.9375vw;
    overflow: hidden;
    position: relative;
}

.solu-middle-img img {
    width: 100%;
}

.solu-right {
    position: relative;
    width: 32.19%;
}

.solu-lis {
    position: relative;
}

.solu-lis li {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2.083vw;
    cursor: pointer;
}

.solu-lis li i {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c70d0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    font-size: 1.5625vw;
    font-weight: bold;
    font-style: inherit;
}

.solu-lis li .ytxt {
    position: relative;
    width: calc(100% - 70px);
}

.solu-lis li .ytxt h3 {
    font-size: 1.5625vw;
    color: #333333;
    font-weight: bold;
    padding-bottom: 1.0416vw;
    margin-bottom: 1.0416vw;
    position: relative;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
}

.solu-lis li .ytxt h3::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 235px;
    height: 2px;
    content: "";
    background-color: #999999;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.solu-lis li .ytxt .kpp {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    font-weight: lighter;
    max-width: 310px;
}

.solu-lis li:not(:nth-child(2)) {
    margin-left: 3.64583vw;
}

.solu-lis2 li:not(:nth-child(2)) {
    margin-left: 0px!important;
}

.solu-lis2 li:nth-child(2) {
    padding-left: 3.64583vw!important;
}

.solu-lis li:hover .ytxt h3 {
    color: #1c70d0;
}

.solu-lis li:hover .ytxt h3::before {
    background-color: #1c70d0;
}


/* section4 */

.section4 {
    position: relative;
    background: url(../images/p4-bg.jpg) no-repeat;
    background-size: cover;
}

.h_about_title {
    position: relative;
    padding-bottom: 1.5625vw;
    margin-bottom: 1.5625vw;
    margin-top: 4.1625vw;
}

.h_about_title::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 6px;
    background: #1c70d0;
    content: "";
}

.h_about_title h3 {
    font-size: 2.60416vw;
    color: #333333;
    font-weight: bold;
}

.h_about_title h3 span {
    color: #1c70d0;
}

.h_about_con {
    margin-bottom: 3.125vw;
    font-size: 1.0416vw;
    color: #333333;
    line-height: 1.9;
    font-weight: lighter;
}

.honor-swiper {
    position: relative;
    overflow: hidden;
}

.honor-swiper .swiper-slide {
    position: relative;
}

.honor-swiper .swiper-slide .poad {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.honor-swiper .swiper-slide a {
    display: block;
    background: #f5f5f5;
    padding: 15px 15px;
}

.honor-swiper .swiper-slide a img {
    width: 100%;
}

.honor-swiper .swiper-slide a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.swiper-pagination4 {
    text-align: center;
    position: relative;
    margin-top: 1.5625vw;
}

.swiper-pagination4 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 8px;
    opacity: 1;
    background: #999999;
}

.swiper-pagination4 .swiper-pagination-bullet-active {
    background-color: #1c70d0;
}


/* section5 */

.section5 {
    position: relative;
    background: url(../images/p5-bg.jpg) no-repeat;
    background-size: cover;
}

.ys_title {
    font-size: 2.60416vw;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 3.6458vw;
}

.ys_con_swiper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.ys_con_swiper li {
    position: relative;
    width: calc(100%/4);
    text-align: center;
    padding: 0 3.125vw;
}

.ys_con_swiper li+li::before {
    position: absolute;
    left: 0px;
    top: 45%;
    width: 1px;
    height: 8.333vw;
    background: rgba(255, 255, 255, .6);
    content: "";
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
}

.ys_con_swiper li a {
    display: block;
}

.ys_con_swiper li .bf-img {
    position: relative;
    width: 8.333vw;
    height: 8.333vw;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    margin: 0 auto;
}

.ys_con_swiper li .bf-img .ns {
    width: 7.552083vw;
    height: 7.552083vw;
    display: flex;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ys_con_swiper li .bf-img .ns img {
    max-width: 100%;
    max-height: 4.1666vw;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.ys_con_swiper li .xoh {
    font-size: 1.25vw;
    color: #fff;
    font-weight: bold;
    margin: 1.0416vw 0;
}

.ys_con_swiper li .xos {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.7;
}

.ys_con_swiper li:hover .bf-img .ns img {
    transform: rotate(180deg);
    /*filter: invert(27%) sepia(99%) saturate(7031%) hue-rotate(357deg) brightness(88%) contrast(122%);*/
    /*-webkit-filter: invert(27%) sepia(99%) saturate(7031%) hue-rotate(357deg) brightness(88%) contrast(122%);*/
}


.imgj1{
    visibility: visible;
}

.imgj2{
    transform: rotate(0deg);
    visibility: hidden;
    opacity: 0;
    width: 0;
}

.ys_con_swiper li:hover .imgj1{
     visibility: hidden;
    display: none;
}

.ys_con_swiper li:hover .imgj2{
     visibility: visible;
      opacity: 1;
      width: auto;
}



.yscen {
    text-align: center;
    margin-top: 3.64583vw;
}

.ys_phone {
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
}

.ys_phone span {
    padding-left: 40px;
    background: url(../images/q15.png) no-repeat left center;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    display: inline-block;
    margin-left: 15px;
}

.ys_phone b {
    font-size: 30px;
    color: #333333;
    font-family: "Arial";
    font-weight: bold;
    margin-right: 15px;
    display: inline-block;
}

.ys_phone a {
    display: inline-block;
    width: 200px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 58px;
    background: #1c70d0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.ys_phone a:hover{
    background: #f61100;
}


/* section6 */

.section6 {
    position: relative;
    background: url(../images/p6-bg.jpg) no-repeat;
    background-size: cover;
}

.h_news_left {
    position: relative;
    width: 300px;
}

.h_xw_tit {
    position: relative;
    margin-bottom: 4.166vw;
}

.h_xw_tit h2 {
    font-size: 2.60416vw;
    color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
}

.h_xw_tit p {
    font-size: 1.5625vw;
    color: #999999;
    text-transform: uppercase;
}

.h_xw_sort {
    margin-bottom: 3.6875vw;
}

.h_xw_sort li {
    position: relative;
    margin-bottom: 15px;
}

.h_xw_sort li a {
    display: block;
    font-size: 18px;
    color: #333333;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.h_xw_sort li a:hover,
.h_xw_sort li.on a{
    color: #1c70d0;
    font-weight: bold;
}

.h_xw_more a {
    display: block;
    width: 190px;
    line-height: 48px;
    background: #1c70d0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.h_xw_more a:hover{
     background: #f61100;
}

.h_news_right {
    position: relative;
    width: calc(100% - 300px);
}

.h_news_lista1 {
    position: relative;
}

.h_news_lista1 li {
    position: relative;
    background: #fff;
    box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
}

.h_news_lista1 li .aimg {
    width: 295px;
    padding-left: 10px;
}

.h_news_lista1 li .aimg img {
   width: 100%;
    max-height: 245px;
}

.h_news_lista1 li .atx {
    width: calc(100% - 295px);
}

.h_news_lista1 li .atx h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 1.5625vw 15px;
    border-bottom: 2px solid #f3f3f3;
}

.h_news_lista1 li .atx .uxss {
    padding: 15px;
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
    font-weight: lighter;
}

.h_news_lista1 li .atx .sji {
    padding: 15px;
    text-align: right;
}

.h_news_lista1 li .atx span {
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.h_news_lista1 li .atx span i {
    display: inline-block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    color: #fff;
    background: #1c70d0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-style: inherit;
    text-align: center;
}

.h_news_lista1 li:hover .atx h3 {
    color: #1c70d0;
}

.h_news_lista2 {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h_news_lista2 li {
    position: relative;
    padding: 1.0416vw 0;
    border-bottom: 1px solid rgba(102, 102, 102, .2);
    width: 45%;
    padding-right: 80px;
}

.h_news_lista2 li a {
    display: block;
    font-size: 16px;
    color: #333333;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.h_news_lista2 li span {
    font-size: 16px;
    color: #333333;
    position: absolute;
    right: 0px;
    top: 1.0416vw;
}

.h_news_lista2 li:hover a {
    color: #1c70d0;
}

.h_news_lista2 li:hover a {
    padding-left: 10px;
}

body,
html {
    scroll-behavior: smooth;
}


/* section7 */

.section7 {
    position: relative;
    background-color: #333333;
}

.fat_top {
    padding: 20px 0;
    position: relative;
}

.fat_left {
    position: relative;
    width: 37.5%;
}

.fat_logo {
    margin-bottom: 20px;
}

.fat_logo img {
    max-width: 100%!important;
}

.fat_lxwm {
    margin-bottom: 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    font-weight: lighter;
    line-height: 2.2;
}

.fat_ewm {
    position: relative;
}

.fat_ewm li {
    margin-right: 30px;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    font-weight: lighter;
    line-height: 2.2;
}

.fat_ewm li img {
    max-width: 132px;
}

.fat_right {
    position: relative;
    width: 59.375%;
}

.x-layout-menu {
    position: relative;
    padding-top: 1.0416vw;
}

.x-layout-menu dl {
    float: left;
    width: 20%;
}

.x-layout-menu dl dt {
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 1.43em;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 2.2;
    font-weight: lighter;
}

.x-layout-menu dl dd a:hover {
    color: rgba(255, 255, 255, 1);
}


/* f_link_hh */

.f_link_hh {
    padding: 0px 0 20px;
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.f_link_hh a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin-right: 10px;
}

.f_link_hh a:hover {
    color: rgba(255, 255, 255, 1);
}

.fat_footer {
    position: relative;
    background: #000000;
    font-size: 14px;
    color: #ffffff;
    padding: 20px 0;
    line-height: 1.7;
    font-weight: lighter;
}

.fat_footer a {
    font-size: 14px;
    color: #ffffff;
}

.fat_copy {
    text-align: left;
}

.fat_seo {
    text-align: right;
}


/**/

@media (max-width: 1440px) {
    .header>.flex {
        height: 80px;
    }
    .t-xian {
        height: 35px;
    }
}

@media (max-width: 1366px) {
    .swiper-pagination1 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .swiper-pagination1 .swiper-pagination-bullet-active {
        width: 34px;
    }
    .solu-lis li .ytxt .kpp {
        font-size: 14px;
    }
    .honor-swiper .swiper-slide a {
        padding: 10px 10px;
    }
    .swiper-pagination4 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    .h_about_con {
        margin-bottom: 1.25vw;
    }
    .ys_phone span {
        font-size: 14px;
    }
    .ys_phone b {
        font-size: 22px;
    }
    .ys_phone a {
        width: 150px;
        font-size: 16px;
    }
    .h_xw_more a {
        width: 150px;
        line-height: 40px;
        font-size: 15px;
    }
    .fat_lxwm {
        font-size: 14px;
    }
    .x-layout-menu dl dd a {
        font-size: 14px;
    }
    .x-layout-menu dl dt {
        font-size: 16px;
    }
    .h_news_lista2 li a {
        font-size: 14px;
    }
    .h_news_lista2 li span {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .x-menu>li>a {
        font-size: 15px;
    }
    .top_phone span {
        font-size: 16px;
    }
    .person_left_swiper .swiper-slide .imgx1_txt h3 {
        font-size: 16px;
    }
    .person_left_swiper .swiper-pagination {
        bottom: 85px;
    }
    .solu_title {
        margin-bottom: 1.5625vw;
    }
    .solu-lis li .ytxt .kpp {
        font-size: 13px;
    }
    .h_about_title {
        padding-bottom: 22px;
        margin-bottom: 22px;
    }
    .h_about_title::before {
        height: 3px;
    }
    .h_about_con {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .fp-tableCell {
        height: auto!important;
    }
    .fp-section {
        height: auto!important;
    }
    #fp-nav {
        display: none;
    }
    .banner-swiper {
        height: 600px;
    }
    .home_product,
    .section3,
    .section4,
    .section5,
    .section6 {
        padding: 40px 0;
    }
    .fat_top {
        padding-top: 30px;
    }
}

@media (max-width: 992px) {
    .person_left_swiper .swiper-slide .imgx1 img {
        max-height: 100%;
    }
    .swiper-pagination4,
    .yscen {
        margin-top: 30px;
    }
    .h_news_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .h_news_right {
        width: 100%;
    }
    .fat_copy {
        width: 100%;
        margin-bottom: 5px;
    }
    .fat_seo {
        width: 100%;
        text-align: left;
    }
    .ys_con_swiper li .xoh {
        font-size: 16px;
        margin: 15px 0;
    }
    .ys_con_swiper li .xos {
        font-size: 13px;
    }
    .ys_con_swiper li .bf-img {
        width: calc(8.333vw + 10px);
        height: calc(8.333vw + 10px);
    }
}

@media (max-width: 768px) {
    .person_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .person_left_swiper .swiper-slide .imgx1_txt {
        padding: 20px;
    }
    .person_left_swiper .swiper-pagination {
        bottom: 100px;
    }
    .person_right {
        width: 100%;
    }
    .person_right_list {
        margin: 0 -10px;
    }
    .person_right_list li {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px 10px;
    }
    .person_right_list li .bom_tx {
        line-height: 40px;
        height: 40px;
    }
    .solu_con {
        flex-wrap: wrap;
    }
    .solu-lis li i {
        font-size: 16px;
    }
    .solu-lis {
        width: 100%!important;
    }
    .solu-lis li .ytxt h3 {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .solu-lis li .ytxt .kpp {
        font-size: 14px;
    }
    .solu-lis li:not(:nth-child(2)),
    .solu-lis2 li:nth-child(2) {
        padding-left: 0px!important;
        margin-left: 0px!important;
    }
    .solu-lis li .ytxt .kpp {
        max-width: 100%;
    }
    .solu-middle-img {
        margin: 20px auto;
        width: 70vw;
        height: 70vw;
    }
    .solu-lis li {
        margin-bottom: 30px;
    }
    .h_about_con {
        margin-bottom: 30px;
    }
    .ys_con_swiper li {
        width: calc(100% / 2);
        margin-bottom: 30px;
    }
    .ys_con_swiper li:nth-child(3)::before {
        display: none;
    }
    .hh_title,
    .ys_title,
    .solu_title,
    .h_about_title h3,
    .h_xw_tit h2 {
        font-size: 25px;
    }
    .h_xw_tit p {
        font-size: 18px;
    }
    .h_news_lista2 li {
        width: 100%;
        padding: 12px 0;
    }
    .fat_left {
        width: 100%;
        margin-bottom: 30px;
    }
    .fat_right {
        width: 100%;
    }
    .h_news_lista1 li a {
        flex-wrap: wrap;
    }
    .h_news_lista1 li .aimg {
        width: 100%;
    }
    .h_news_lista1 li .aimg img {
        width: 100%;
        max-height: 100%;
    }
    .h_news_lista1 li .atx {
        width: 100%;
    }
    .h_news_lista1 li .atx h3 {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .ys_con_swiper li .bf-img {
        width: calc(18.333vw + 10px);
        height: calc(18.333vw + 10px);
    }
    .ys_con_swiper li .bf-img .ns {
        width: 17.552083vw;
        height: 17.552083vw;
    }
    .ys_con_swiper li .bf-img .ns img {
        max-height: 30px;
    }
}

@media (max-width: 600px) {
    .person_right_list li {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }
    .ys_phone {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ys_phone span {
        font-size: 14px;
    }
    .ys_phone b {
        font-size: 18px;
    }
    .ys_phone a {
        width: 100px;
        font-size: 14px;
        display: none;
    }
    .honor-swiper .swiper-slide a {
        padding: 15px;
    }
}


/* min-width */

@media (min-width: 1024px) {
    .banner-swiper {
        height: 100vh;
    }
}

@media(min-width: 1023px) {
    .sun-delay0 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .sun-delay4 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }
    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }
    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }
    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }
    .sun-delay9 {
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }
    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s;
    }
    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
    }
    .sun-ani-left {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    .sun-ani-down {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    .sun-ani-up {
        -webkit-transform: translateY(-100px);
        transform: translateY(100px);
    }
    .sun-ani-right {
        -webkit-transform: translatex(50px);
        transform: translatex(50px);
    }
    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
    .active2 .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active2 .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}


/*内页左侧样式*/

.ny_list .xypg-left-title i {
    display: none;
}

.ny_list .xypg-left-box {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ny_list .xypg-left-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #1c70d0;
    background-size: 100% 100%;
}

.ny_list .xypg-left-title span:before {
    display: none;
}

.ny_list .xypg-left-title span {
    width: 65px;
    font-weight: 200;
    height: 25px;
    border-radius: 11px;
    background: rgba(255, 255, 255, .2);
    text-align: center;
    padding: 2px 10px;
    font-style: italic;
}

.ny_list .xypg-left-title {
    padding: 14px 20px;
    position: relative;
}

.xypg-left-con2 .xypg-left-nav>li {
    border: none;
    background: url(//cdn.myxypt.com/1ac1e22f/22/03/693508103431e39479372cbea33c14ad406b2464.png) no-repeat 90% 50% #eeeeee;
    border-radius: 8px;
    margin-top: 10px;
}

.xypg-left-con2 .first-nav-btn {
    display: none;
}

.xypg-left-con2 .xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: #fff;
}

.xypg-left-con2 .xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: #fff;
}

.xypg-left-con2 .xypg-left-nav>li.clicked {
    background: url(//cdn.myxypt.com/1ac1e22f/22/03/117248b0fdf6a719f695be170d0fefcf1a8238bd.png) no-repeat 90% 50% #1c70d0;
}

.xypg-left-con2 .xypg-left-nav>li:hover {
    background: url(//cdn.myxypt.com/1ac1e22f/22/03/117248b0fdf6a719f695be170d0fefcf1a8238bd.png) no-repeat 90% 50% #1c70d0;
}